diff --git a/CHANGELOG.md b/CHANGELOG.md index e9671b87..680ad624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,439 +1,654 @@ -# Change log +# 8.0.0-rc.4 (2022-06-25) -## 5.8.4 +[9f70fc2]: https://github.com/erqk/ng-dynamic-json-form/commit/9f70fc24724d580d6ded8788ab6a74a87ec92b62 +[49f1db9]: https://github.com/erqk/ng-dynamic-json-form/commit/49f1db965d4124278037b906af9fd12485e077a7 +[746191f]: https://github.com/erqk/ng-dynamic-json-form/commit/746191f1b36d072406911f5bea047f83923f00a8 +[9afcfac]: https://github.com/erqk/ng-dynamic-json-form/commit/9afcfac42ed4f165b7ae839c14a540c52277e63e +[ecf2fb1]: https://github.com/erqk/ng-dynamic-json-form/commit/ecf2fb19b685b52df0fdaa067a53e9ec64a22087 +[eac464b]: https://github.com/erqk/ng-dynamic-json-form/commit/eac464b17d9dfe18e68a14f2086987d25ab7d8ed +[3cb5e81]: https://github.com/erqk/ng-dynamic-json-form/commit/3cb5e819bbe3a81dd6bc7e27d2231d32172aac83 -### Fix +| Commit | Type | Description | +| --------- | ----- | ------------------------------------------------------------------- | +| [9f70fc2] | fix | Primeng checkbox is not checked when clicking on it. | +| [49f1db9] | fix | Value should remained the same when it's null or undefined. | +| [eac464b] | fix | `options.src.filter.conditions` JSON schema incorrect. | +| [3cb5e81] | fix | Ignore if value is null or undefined. | +| [9afcfac] | chore | Show error when `configs` is not provided, not when array is empty. | +| [ecf2fb1] | chore | Remove `skipValueChanges` variable in FormConditionsService. | +| [746191f] | style | Form generation error styling. | -- OptionsDataService failed to fetch data due to empty src. +# 8.0.0-rc.1 (2024-06-21) -## 5.8.3 +[055e066]: https://github.com/erqk/ng-dynamic-json-form/commit/055e066384c32606690082aa7171340e486a1ab9 -### Fix +| Commit | Type | Description | +| --------- | ---- | ------------------------------------------------------------------- | +| [055e066] | fix | Should wait for global variables to setup before building the form. | + +# 8.0.0-rc.0 (2024-06-21) + +## Breaking changes + +### NgDynamicJsonFormComponent + +- Remove `uiComponents` and `customValidators` input, as this makes no sense to overwrite locally. +- Rename `globalLayout...` to `layout...`. + +### ErrorMessageComponent + +- Use abstract class for custom component to isolate methods and variables. + +### FormLabelComponent + +- Use abstract class `CustomFormLabel` to implement custom component, instead of extending `FormTitleComponent`. + +### FormControlConfig + +- Remove `formArray`, this should be done by using custom component because there are so many possibilities that are impossible to cover. +- Remove the exposure of JSON schema. +- Unified the `config` data structure, no more “configs” key when pass using JSON. + +### FormControlOptions + +- No more `sourceList`, use `src` +- Rename `sourceAppendPosition` to `srcAppendPosition` +- `trigger` is rewrite and move into `src.trigger` + +### Conditions + +- Add prefix to the name of condition to indicate action type. (e.g. `validators.xxx`, `control.xxx`) + +### Input mask + +- Input mask now use imaskjs. + +--- + +### NgDynamicJsonFormComponent + +[5b2ac80]: https://github.com/erqk/ng-dynamic-json-form/commit/5b2ac80caf460b8a01cb920049a18a1a98c4ab1e +[5788c98]: https://github.com/erqk/ng-dynamic-json-form/commit/5788c980b376aebfd8375cccdd37662262892364 +[5e88316]: https://github.com/erqk/ng-dynamic-json-form/commit/5e88316a614ab79975e8681ffd2801b396ae06f2 + +- Add `optionsLoaded` event after all dynamic options are fetched. +- Add `optionSources` input to support custom observables for dynamic options. +- Add `conditionsActionFuntions` input to support custom action when conditions met. + +| Commit | Type | Description | +| --------- | ---- | ---------------------------------------------------------------------------------- | +| [5b2ac80] | feat | Add `conditionsActionFuntions` input to support custom action when conditions met. | +| [5788c98] | feat | Add `optionsLoaded` event after all dynamic options are fetched. | +| [5e88316] | feat | Add `optionSources` input to support custom observables for dynamic options. | + +### Conditions + +[1b3fff7]: https://github.com/erqk/ng-dynamic-json-form/commit/1b3fff7d1bf9be821640068beb5eec72a5118fa6 + +| Commit | Type | Description | +| --------- | ---- | ---------------------------------------------------------------------------------------- | +| [1b3fff7] | feat | Add support to compare dynamic value. e.g. `[thisControl.value, “>”, thatControl.value]` | + +## CustomControlComponent + +[895e06f]: https://github.com/erqk/ng-dynamic-json-form/commit/895e06ffb875a3361f76c045e90b4b1dba0905d1 +[9341deb]: https://github.com/erqk/ng-dynamic-json-form/commit/9341deb7862df46712f89b6ed5d54d83e5b3cef3 +[0626a11]: https://github.com/erqk/ng-dynamic-json-form/commit/0626a112c21eaa5a4184083f2954dead69e31c2e +[e3dfda2]: https://github.com/erqk/ng-dynamic-json-form/commit/e3dfda231dbe8bd0842c0535a37c6f19eb422baf + +| Commit | Type | Description | +| --------- | -------- | --------------------------------------------------------------------------------- | +| [895e06f] | feat | Remove `onTouched()`, this should be implemented only if needed. | +| [9341deb] | refactor | The initialization of `control` is optional. Add methods to change control state. | +| [0626a11] | chore | Remove `internal_mapData()` , this should be implemented on demand. | + +## Other + +[b1cc768]: https://github.com/erqk/ng-dynamic-json-form/commit/b1cc76879372db211ff9b393e29cdb07bf1fe6a7 +[931884d]: https://github.com/erqk/ng-dynamic-json-form/commit/931884db5435f6a53be4ab51e4cf1f9ab5094352 +[c4c952d]: https://github.com/erqk/ng-dynamic-json-form/commit/c4c952d19479c469c69c8bc59f12d08c47a9b6e8 +[80a7e47]: https://github.com/erqk/ng-dynamic-json-form/commit/80a7e473c66198efeb15a292b81a88f1bec42737 +[0567dd1]: https://github.com/erqk/ng-dynamic-json-form/commit/0567dd109b29dc366e935ee94787c06623ed9659 + +| Commit | Type | Description | +| --------- | ---- | --------------------------------------------------------------------- | +| [e3dfda2] | fix | Use prebuilt validation code in order to not relaxing the CSP policy. | +| [e3dfda2] | fix | The values inside extra should not be stringified. | +| [b1cc768] | fix | The date string is parsed incorrectly. | +| [931884d] | fix | Replace all invalid characters on `formControlName`. | +| [c4c952d] | fix | Add attribute binding for `props`. | +| [80a7e47] | feat | Remove value emission from `optionsLoaded` event. | +| [0567dd1] | feat | Reset ChangeDetectionStrategy to default. | + +# 7.0.4 (2024-04-30) + +[10a1237]: https://github.com/erqk/ng-dynamic-json-form/commit/10a123711cf9c1197cf576e2c073c640742a226b + +| Commit | Type | Description | +| :-------- | :--- | :--------------------- | +| [10a1237] | fix | Options trigger failed | + +# 7.0.3 (2024-04-30) + +[9c601081]: https://github.com/erqk/ng-dynamic-json-form/commit/9c6010813c74986c8668d297b099a30fd133fa1a + +| Commit | Type | Description | +| :--------- | :--- | :---------------------------------------- | +| [9c601081] | fix | Keep form pristine until user interaction | + +# 7.0.2 + +## Chore + +- Add class for label container. + +# 7.0.1 + +## Fix + +- `collapsibleState` not pass in correctly +- Form controls dirty state + - Refactor showErrors logic + - Reduce nesting level of error message component + +## Feature + +- Merge collapsible container with content container. + +## Chore + +- Remove `errorMessages` data for custom template. (There is custom error template to use) + +# 7.0.0 + +## Feat: Use "formControlName" for custom components/templates indexing (BREAKING CHANGE) + +- Remove "customLabel" in FormControlConfig +- Remove "customComponents" in FormControlConfig +- Remove "customComponents" in provideNgDynamicJsonForm() +- Change "layoutComponents" to "globalLayoutComponents" +- Change "layoutTemplates" to "globalLayoutTemplates" +- Change "inputTemplates" to "customTemplates" in NgDynamicJsonFormComponent +- Add "errorComponents" to NgDynamicJsonFormComponent +- Add "errorTemplates" to NgDynamicJsonFormComponent + +# 6.0.7 + +## Fix + +- Filter out empty or undefined string before adding class and styles. + +# 6.0.6 + +## Fix + +- Don't render FormTitleComponent if no label is provided. + +# 6.0.5 + +## Fix + +- `paramsFromOtherControls` is undefined because no FormGroup is provided. + +# 6.0.4 + +## Fix + +- JSON schema tuple set minItems and maxItems. + +# 6.0.3 + +## Fix + +- Pass FormControl instance directly to remove uncessasary errors. + +# 6.0.2 + +## Fix + +- FormControl is not defined when setValue() is called. + +# 6.0.1 + +## Fix + +- Class not added correctly. + +# 6.0.0 + +## Feature + +- Refactor HTML structure of form. +- Add 'formGroupStyles' and 'formGroupClass'. + +# 5.8.3 + +## Fix - Failed to get other controls' value for the payload of option data request. -## 5.8.2 +# 5.8.2 -### Fix +## Fix - Options source payload null check. -## 5.8.1 +# 5.8.1 -### Fix +## Fix - \_getDynamicParams() not receiving FormGroup. -## 5.8.0 +# 5.8.0 -### Feature +## Feature - Get value from other controls when using trigger in options. - Enable control totally hidden by not rendering in DOM. -## 5.7.1 +# 5.7.1 -### Fix +## Fix - Validation message failed at start when value is empty. -## 5.7.0 +# 5.7.0 -### Feature +## Feature - Add `flags` support for `pattern` validator. -### Fix +## Fix - Validation message is incorrect when there is more than one validators with the same name. -## 5.6.0 +# 5.6.0 -### Feature +## Feature - Control whether to add `required` class automatically. -### Chore +## Chore - Use shared template for form title. -### Fix +## Fix - FormGroup's description should have the same behavior with FormControl. -## 5.5.2 +# 5.5.2 -### Chore +## Chore - Remove `space-between` for label styling. -## 5.5.1 +# 5.5.1 -### Fix +## Fix - `autoDisplayFirst` failed on static options data. -## 5.5.0 +# 5.5.0 -### Feature +## Feature - Add event after options data is fetched. -## 5.4.0 +# 5.4.0 -### Feature +## Feature - Add support for custom label. -## 5.3.3 +# 5.3.3 -### Fix +## Fix - Refactor the logic to make control touched and set the touch state manually for select component. -## 5.3.2 +# 5.3.2 -### Feature +## Feature - Auto add 'required' class to form title if has Validators.required. -### Chore +## Chore - Use [ngClass] to toggle 'readonly' class. -## 5.3.1 +# 5.3.1 -### Fix +## Fix - Change detection not trigger correctly. Should use `markForCheck()` instead of `detectChanges()`. -## 5.3.0 +# 5.3.0 -### Chore +## Chore - Remove `outputDateFormat` from `NG_DYNAMIC_JSON_FORM_CONFIG`. -## 5.2.20 +# 5.2.20 -### Fix +## Fix - Replace all spaces in formControlName otherwise the condition will fail to execute. -## 5.2.18 +# 5.2.18 -### Chore +## Chore - Reduce error message subscription count. -## 5.2.17 +# 5.2.17 -### Fix +## Fix - Object value parse incorrectly. -## 5.2.16 +# 5.2.16 -### Feature +## Feature - Enable filter of array in object by key. -### Fix +## Fix - OptionsTrigger not working correctly when using dynamic params. -## 5.2.15 +# 5.2.15 -### Fix +## Fix - Query selector failed because the "." character is not escape well. -## 5.2.14 +# 5.2.14 -### Fix +## Fix - Use default value for params if not provided during POST request. -## 5.2.13 +# 5.2.13 -### Fix +## Fix - Failed to fetch data for POST method and params is not dynamic. -## 5.2.12 +# 5.2.12 -### Fix +## Fix - Http request cache using new params value. - For request by trigger, check the validity of the value. -## 5.2.11 +# 5.2.11 -### Chore +## Chore - Write value into control even it's null or undefined. -## 5.2.10 +# 5.2.10 -### Fix +## Fix - `autoSelectFirst` not working on static data -## 5.2.9 +# 5.2.9 -### Fix +## Fix - OptionTrigger params failed on POST method. -## 5.2.8 +# 5.2.8 -### Fix +## Fix - `markAsDirty()`, `markAsTouched()` not working for input templates. - Add `takeUntilDestroy()` to errors listener inside CustomControlComponent to prevent memory leak. -## 5.2.7 +# 5.2.7 -### Fix +## Fix - Nullable check. -## 5.2.6 +# 5.2.6 ## Fix - Mark form control and form pristine after form is built. -## 5.2.5 +# 5.2.5 -### Fix +## Fix - All controls should be pristine after the form is built. -## 5.2.4 +# 5.2.4 -### Fix +## Fix - Use native setProperty() because style variable cannot be applied using Renderer2. -## 5.2.3 +# 5.2.3 -### Fix +## Fix - Style not applied correctly. -### Feature +## Feature - Add support for styling of error messages. -## 5.2.2 +# 5.2.2 -### Fix +## Fix - Move content styles of form control to inner level - Avoid overwriting of existing styles -## 5.2.1 +# 5.2.1 -### Chore +## Chore - Code refactor -## 5.2.0 +# 5.2.0 -### Fix +## Fix - Form errors is not updating if no ControlValueAccessor is used. - ControlLayoutDirective needs to work even if no layout is provided. -### Feature +## Feature - Auto select first for option items. -## 5.1.9 +# 5.1.9 -### Fix +## Fix - Options source http request won't complete when when there's connection keep-alive in request headers. - Workaround: replace http request with Subject to trigger the complete event. -### Chore +## Chore - Form input margin adjustment. -## 5.1.8 +# 5.1.8 -### Chore +## Chore - Revert provideNgDynamicJsonForm() provider set to multi. The behavior is not match with the expectation and cause other problems. -## 5.1.7 +# 5.1.7 -### Fix +## Fix - Target element to apply contentStyles and contentClass. -### Chore +## Chore - Set provideNgDynamicJsonForm() provider to multi. -## 5.1.6 +# 5.1.6 -### Feature +## Feature - Add 'includes', 'notIncludes' to condition type. -### Fix +## Fix - The logic to show warning message if no config provided. -### Chore +## Chore - Reduce uneccessary trigger of change detection. -## 5.1.4 +# 5.1.4 -### Feature +## Feature - Allow usage of custom FormTitleComponent even if `contentCollapsible` is not set. -## 5.1.3 +# 5.1.3 -### Fix +## Fix - .grid-container align-items should not be `flex-end`. This will break the alignment when error messages occured. -## 5.1.2 +# 5.1.2 -### Feature +## Feature - Pass `layout` property into FormTitle custom template -## 5.1.1 +# 5.1.1 -### Fix +## Fix - `extra` property not pass into FormTitleComponent. -## 5.1.0 +# 5.1.0 -### Feature +## Feature - Add `extra` property to form title. -## 5.0.13 +# 5.0.13 -### Chore +## Chore - Prevent re-validation and re-compile of ajv schema to increase performance. -## 5.0.12 +# 5.0.12 -### Fix +## Fix - CustomControlComponent `setErrors()` logic. -## 5.0.11 +# 5.0.11 -### Fix +## Fix - `writeValue()` data mapping. -## 5.0.10 +# 5.0.10 -### Fix +## Fix - Control prestine and dirty state. - Memory leaks caused by Ajv class instantiated multiple times. - Style default ui input border color on errors. -### Feature +## Feature - Form title custom template add `expand` and `collapsible` variable. -## 5.0.9 +# 5.0.9 -### Fix +## Fix - Form title initial expand state. -## 5.0.6 +# 5.0.6 -### Feature +## Feature - Add property `collapsibleState` to toggle all collapsible together. -## 5.0.5 +# 5.0.5 -### Fix +## Fix - `hideErrorMessage` toggle logic. - Control element flex alignment in row. -## 5.0.4 +# 5.0.4 -### Fix +## Fix - Form is not build when `hideErrorMessage` is set to true. -## 5.0.3 +# 5.0.3 -### Feature +## Feature - Add `hideErrorMessage` input to control the show/hide of all error messages. -## 5.0.2 +# 5.0.2 -### Fix +## Fix - Validation errors is always null when bind using ControlValueAccessor. -## 5.0.1 +# 5.0.1 -### Fix +## Fix - `contentClass` and `contentStyles` not correctly injected into FormGroup. -## 5.0.0 +# 5.0.0 -### Feature +## Feature - Support class and inline styles for content of each FormControl, FormGroup and FormArray. -### Changes +## Breaking Changes - FormLayout: Rename `childClass` to `contentClass`. - FormLayout: Rename `childStyles` to `contentStyles`. - FormLayout: Rename `childCollapsible` to `contentCollapsible`. -## 4.0.5 +# 4.0.5 -### Feature +## Feature - `layout.childCollapsible` supports FormControl. -### Fix +## Fix - FormTitleComponent: `overflow:hidden` should be remove once the `collapsibleEl` is fully expanded. -## 4.0.4 +# 4.0.4 -### Fix +## Fix - FormTitleComponent does not unsubscribe the event. -### Feature +## Feature - Improve CustomControlComponent resuability by allowing null service provider. -## 4.0.2 +# 4.0.2 -### Fix +## Fix - Validation errors not showing, if `customValidators` is not set. -## 4.0.0 +# 4.0.0 -### Feature +## Feature - Add schema validation for `configs` before building the form. - Add support for dynamic options data @@ -442,48 +657,48 @@ - Use `OnPush` strategy to improve performance - More dynamic and flexible property binding via `extra`. -### Fix +## Fix - Conditions not getting the correct result. - Conditions inside FormArray will only work for last one if multiple FormArray exists. -## 3.4.1 +# 3.4.1 -### Fix +## Fix - Conditions extracted is not correct -## 3.4.0 +# 3.4.0 -### Feature +## Feature - Support custom template for FormArray's group header. 1. Fully customize group header using ng-template 2. Access all the needed data using template variable -### Fix +## Fix - #50 UI native: slider tooltip position misaligned -## 3.3.0 +# 3.3.0 -### Feature +## Feature - Provide methods to mimic same behavior as ControlValueAccessor to reduce boilerplate. -### Fix +## Fix - Missing disabled style for native HTML element #30 - Duplicated input components #44 - Element content overflow issue when there is pre tag inside #45 -## 3.2.0 +# 3.2.0 -### Feature +## Feature - Add `range`, `date` input type. -### Chore +## Chore - Add server-side check @@ -491,25 +706,25 @@ - `NgDynamicJsonFormCustomComponent` is now carry validation errors. -## 3.1.5 +# 3.1.5 -### Fix +## Fix - Input validation error should not have mask For the input that using `mask` directive, the `validation` is set to false, there shouldn't be any mask errors output. -## 3.1.4 +# 3.1.4 -### Fix +## Fix - Form not generate on Safari version below 16.3 The use of positive lookbehind regular expression is not well supported. Use the other way to achieve same result. -## 3.1.0 +# 3.1.0 -### Feature +## Feature - Description is now using `pre-wrap` to process white space. - Group element specific property in `extra` using their `type`. @@ -517,38 +732,38 @@ - Able to change option's label position. - Native textarea now support auto resize. -## 3.0.0 +# 3.0.0 -### Fix +## Fix - Use more reliable way to determine whether the UI component is Angular Material using information form type `UiComponents`. -### Feature +## Feature - Update type `UiComponents`, enable it to carry more information -## 2.0.1 +# 2.0.1 -### Fix +## Fix - Add the missing description field in form group and form array - Hide error message if it's Angular Material -## 2.0.0 +# 2.0.0 -### Feature +## Feature - Implement masked input with ngx-mask - `jsonData` input can accepts JSON string - Add Angular Material UI components -### Chore +## Chore - Remove the use of NgModule - Upgrade to Angular 16 - Rename input field `customUIComponentList` to `uiComponents` - Add `UiComponents` type -## 1.0.0 +# 1.0.0 - First release diff --git a/angular.json b/angular.json index cf285aab..952ea0b8 100644 --- a/angular.json +++ b/angular.json @@ -1,36 +1,28 @@ { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, - "newProjectRoot": "projects", + "newProjectRoot": "", "projects": { "ng-dynamic-json-form": { "projectType": "library", - "root": "projects/ng-dynamic-json-form", - "sourceRoot": "projects/ng-dynamic-json-form/src", + "root": "lib", + "sourceRoot": "lib/src", "prefix": "", "architect": { "build": { "builder": "@angular-devkit/build-angular:ng-packagr", "options": { - "project": "projects/ng-dynamic-json-form/ng-package.json" + "project": "lib/ng-package.json" }, "configurations": { "production": { - "tsConfig": "projects/ng-dynamic-json-form/tsconfig.lib.prod.json" + "tsConfig": "lib/tsconfig.lib.prod.json" }, "development": { - "tsConfig": "projects/ng-dynamic-json-form/tsconfig.lib.json" + "tsConfig": "lib/tsconfig.lib.json" } }, "defaultConfiguration": "production" - }, - "test": { - "builder": "@angular-devkit/build-angular:karma", - "options": { - "tsConfig": "projects/ng-dynamic-json-form/tsconfig.spec.json", - "polyfills": ["zone.js", "zone.js/testing"], - "karmaConfig": "projects/ng-dynamic-json-form/karma.conf.js" - } } } }, @@ -48,7 +40,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "docs", + "outputPath": "dist/docs/browser", "index": "src/index.html", "main": "src/main.ts", "polyfills": ["zone.js"], @@ -58,28 +50,23 @@ "styles": [ "vanilla-jsoneditor/themes/jse-theme-dark.css", "bootstrap-icons/font/bootstrap-icons.min.css", - "dist/ng-dynamic-json-form/lib/styles/styles.scss", - "src/styles/prism-vsc-dark-plus.css", + "dist/ng-dynamic-json-form/styles/styles.scss", "src/styles/styles.scss" ], - "scripts": [ - "node_modules/marked/marked.min.js", - "node_modules/prismjs/prism.js", - "node_modules/prismjs/components/prism-css.min.js" - ] + "scripts": ["node_modules/marked/marked.min.js"] }, "configurations": { "production": { "budgets": [ { "type": "initial", - "maximumWarning": "2mb", + "maximumWarning": "4mb", "maximumError": "8mb" }, { "type": "anyComponentStyle", - "maximumWarning": "2kb", - "maximumError": "4kb" + "maximumWarning": "256kb", + "maximumError": "512kb" } ], "outputHashing": "all" @@ -113,17 +100,58 @@ "browserTarget": "docs:build" } }, - "test": { - "builder": "@angular-devkit/build-angular:karma", + "server": { + "builder": "@angular-devkit/build-angular:server", "options": { - "polyfills": ["zone.js", "zone.js/testing"], - "tsConfig": "tsconfig.spec.json", - "inlineStyleLanguage": "scss", - "assets": ["src/favicon.ico", "src/assets"], - "styles": ["src/styles.scss"], - "scripts": [], - "karmaConfig": "karma.conf.js" - } + "outputPath": "dist/docs/server", + "main": "server.ts", + "tsConfig": "tsconfig.server.json", + "inlineStyleLanguage": "scss" + }, + "configurations": { + "production": { + "outputHashing": "media" + }, + "development": { + "buildOptimizer": false, + "optimization": false, + "sourceMap": true, + "extractLicenses": false, + "vendorChunk": true + } + }, + "defaultConfiguration": "production" + }, + "serve-ssr": { + "builder": "@nguniversal/builders:ssr-dev-server", + "configurations": { + "development": { + "browserTarget": "docs:build:development", + "serverTarget": "docs:server:development" + }, + "production": { + "browserTarget": "docs:build:production", + "serverTarget": "docs:server:production" + } + }, + "defaultConfiguration": "development" + }, + "prerender": { + "builder": "@nguniversal/builders:prerender", + "options": { + "routes": ["/"] + }, + "configurations": { + "production": { + "browserTarget": "docs:build:production", + "serverTarget": "docs:server:production" + }, + "development": { + "browserTarget": "docs:build:development", + "serverTarget": "docs:server:development" + } + }, + "defaultConfiguration": "production" } } } diff --git a/docs/126.ae3ae26f654bfdbd.js b/docs/126.ae3ae26f654bfdbd.js new file mode 100644 index 00000000..0ebe65dc --- /dev/null +++ b/docs/126.ae3ae26f654bfdbd.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[126],{1126:(Nn,k,l)=>{l.r(k),l.d(k,{PagePlaygroundComponent:()=>Mn});var u=l(6733),q=l(2939),e=l(755),c=l(2133),X=l(8132),Z=l(8748),_=l(155);const ee=["gutterEls"];function te(n,r){if(1&n){const t=e.EpF();e.TgZ(0,"div",2,3),e.NdJ("keydown",function(o){e.CHM(t);const s=e.oxw().index,a=e.oxw();return e.KtG(a.startKeyboardDrag(o,2*s+1,s+1))})("mousedown",function(o){e.CHM(t);const s=e.oxw().index,a=e.oxw();return e.KtG(a.startMouseDrag(o,2*s+1,s+1))})("touchstart",function(o){e.CHM(t);const s=e.oxw().index,a=e.oxw();return e.KtG(a.startMouseDrag(o,2*s+1,s+1))})("mouseup",function(o){e.CHM(t);const s=e.oxw().index,a=e.oxw();return e.KtG(a.clickGutter(o,s+1))})("touchend",function(o){e.CHM(t);const s=e.oxw().index,a=e.oxw();return e.KtG(a.clickGutter(o,s+1))}),e._UZ(2,"div",4),e.qZA()}if(2&n){const t=e.oxw(),i=t.index,o=t.$implicit,s=e.oxw();e.Udp("flex-basis",s.gutterSize,"px")("order",2*i+1),e.uIk("aria-label",s.gutterAriaLabel)("aria-orientation",s.direction)("aria-valuemin",o.minSize)("aria-valuemax",o.maxSize)("aria-valuenow",o.size)("aria-valuetext",s.getAriaAreaSizeText(o.size))}}function ne(n,r){1&n&&e.YNc(0,te,3,10,"div",1),2&n&&e.Q6J("ngIf",!1===r.last)}const ie=["*"];function x(n){if(void 0!==n.changedTouches&&n.changedTouches.length>0)return{x:n.changedTouches[0].clientX,y:n.changedTouches[0].clientY};if(void 0!==n.clientX&&void 0!==n.clientY)return{x:n.clientX,y:n.clientY};if(void 0!==n.currentTarget){const r=n.currentTarget;return{x:r.offsetLeft,y:r.offsetTop}}return null}function I(n,r,t){return Math.abs(n.x-r.x)<=t&&Math.abs(n.y-r.y)<=t}function F(n,r){const t=n.nativeElement.getBoundingClientRect();return"horizontal"===r?t.width:t.height}function y(n){return"boolean"==typeof n?n:"false"!==n}function m(n,r){return null==n?r:(n=Number(n),!isNaN(n)&&n>=0?n:r)}function J(n,r){if("percent"===n){const t=r.reduce((i,o)=>null!==o?i+o:i,0);return r.every(i=>null!==i)&&t>99.9&&t<100.1}if("pixel"===n)return 1===r.filter(t=>null===t).length}function C(n){return null===n.size?null:!0===n.component.lockSize?n.size:null===n.component.minSize?null:n.component.minSize>n.size?n.size:n.component.minSize}function v(n){return null===n.size?null:!0===n.component.lockSize?n.size:null===n.component.maxSize?null:n.component.maxSize{const a=function se(n,r,t,i){return 0===t?{areaSnapshot:r,pixelAbsorb:0,percentAfterAbsorption:r.sizePercentAtStart,pixelRemain:0}:0===r.sizePixelAtStart&&t<0?{areaSnapshot:r,pixelAbsorb:0,percentAfterAbsorption:0,pixelRemain:t}:"percent"===n?function re(n,r,t){const o=(n.sizePixelAtStart+r)/t*100;if(r>0){if(null!==n.area.maxSize&&o>n.area.maxSize){const s=n.area.maxSize/100*t;return{areaSnapshot:n,pixelAbsorb:s,percentAfterAbsorption:n.area.maxSize,pixelRemain:n.sizePixelAtStart+r-s}}return{areaSnapshot:n,pixelAbsorb:r,percentAfterAbsorption:o>100?100:o,pixelRemain:0}}if(r<0){if(null!==n.area.minSize&&o0?null!==n.area.maxSize&&i>n.area.maxSize?{areaSnapshot:n,pixelAbsorb:n.area.maxSize-n.sizePixelAtStart,percentAfterAbsorption:-1,pixelRemain:i-n.area.maxSize}:{areaSnapshot:n,pixelAbsorb:r,percentAfterAbsorption:-1,pixelRemain:0}:r<0?null!==n.area.minSize&&i{class n{set direction(t){this._direction="vertical"===t?"vertical":"horizontal",this.renderer.addClass(this.elRef.nativeElement,`as-${this._direction}`),this.renderer.removeClass(this.elRef.nativeElement,"as-"+("vertical"===this._direction?"horizontal":"vertical")),this.build(!1,!1)}get direction(){return this._direction}set unit(t){this._unit="pixel"===t?"pixel":"percent",this.renderer.addClass(this.elRef.nativeElement,`as-${this._unit}`),this.renderer.removeClass(this.elRef.nativeElement,"as-"+("pixel"===this._unit?"percent":"pixel")),this.build(!1,!0)}get unit(){return this._unit}set gutterSize(t){this._gutterSize=m(t,11),this.build(!1,!1)}get gutterSize(){return this._gutterSize}set gutterStep(t){this._gutterStep=m(t,1)}get gutterStep(){return this._gutterStep}set restrictMove(t){this._restrictMove=y(t)}get restrictMove(){return this._restrictMove}set useTransition(t){this._useTransition=y(t),this._useTransition?this.renderer.addClass(this.elRef.nativeElement,"as-transition"):this.renderer.removeClass(this.elRef.nativeElement,"as-transition")}get useTransition(){return this._useTransition}set disabled(t){this._disabled=y(t),this._disabled?this.renderer.addClass(this.elRef.nativeElement,"as-disabled"):this.renderer.removeClass(this.elRef.nativeElement,"as-disabled")}get disabled(){return this._disabled}set dir(t){this._dir="rtl"===t?"rtl":"ltr",this.renderer.setAttribute(this.elRef.nativeElement,"dir",this._dir)}get dir(){return this._dir}set gutterDblClickDuration(t){this._gutterDblClickDuration=m(t,0)}get gutterDblClickDuration(){return this._gutterDblClickDuration}get transitionEnd(){return new X.y(t=>this.transitionEndSubscriber=t).pipe((0,_.b)(20))}constructor(t,i,o,s,a){this.ngZone=t,this.elRef=i,this.cdRef=o,this.renderer=s,this.gutterClickDeltaPx=2,this._config={direction:"horizontal",unit:"percent",gutterSize:11,gutterStep:1,restrictMove:!1,useTransition:!1,disabled:!1,dir:"ltr",gutterDblClickDuration:0},this.dragStart=new e.vpe(!1),this.dragEnd=new e.vpe(!1),this.gutterClick=new e.vpe(!1),this.gutterDblClick=new e.vpe(!1),this.dragProgressSubject=new Z.x,this.dragProgress$=this.dragProgressSubject.asObservable(),this.isDragging=!1,this.isWaitingClear=!1,this.isWaitingInitialMove=!1,this.dragListeners=[],this.snapshot=null,this.startPoint=null,this.endPoint=null,this.displayedAreas=[],this.hiddenAreas=[],this._clickTimeout=null,this.direction=this._direction,this._config=a?Object.assign(this._config,a):this._config,Object.keys(this._config).forEach(p=>{this[p]=this._config[p]})}ngAfterViewInit(){this.ngZone.runOutsideAngular(()=>{setTimeout(()=>this.renderer.addClass(this.elRef.nativeElement,"as-init"))})}getNbGutters(){return 0===this.displayedAreas.length?0:this.displayedAreas.length-1}addArea(t){const i={component:t,order:0,size:0,minSize:null,maxSize:null,sizeBeforeCollapse:null,gutterBeforeCollapse:0};!0===t.visible?(this.displayedAreas.push(i),this.build(!0,!0)):this.hiddenAreas.push(i)}removeArea(t){if(this.displayedAreas.some(i=>i.component===t)){const i=this.displayedAreas.find(o=>o.component===t);this.displayedAreas.splice(this.displayedAreas.indexOf(i),1),this.build(!0,!0)}else if(this.hiddenAreas.some(i=>i.component===t)){const i=this.hiddenAreas.find(o=>o.component===t);this.hiddenAreas.splice(this.hiddenAreas.indexOf(i),1)}}updateArea(t,i,o){!0===t.visible&&this.build(i,o)}showArea(t){const i=this.hiddenAreas.find(s=>s.component===t);if(void 0===i)return;const o=this.hiddenAreas.splice(this.hiddenAreas.indexOf(i),1);this.displayedAreas.push(...o),this.build(!0,!0)}hideArea(t){const i=this.displayedAreas.find(s=>s.component===t);if(void 0===i)return;const o=this.displayedAreas.splice(this.displayedAreas.indexOf(i),1);o.forEach(s=>{s.order=0,s.size=0}),this.hiddenAreas.push(...o),this.build(!0,!0)}getVisibleAreaSizes(){return this.displayedAreas.map(t=>null===t.size?"*":t.size)}setVisibleAreaSizes(t){if(t.length!==this.displayedAreas.length)return!1;const i=t.map(s=>m(s,null));return!1!==J(this.unit,i)&&(this.displayedAreas.forEach((s,a)=>s.component._size=i[a]),this.build(!1,!0),!0)}build(t,i){if(this.stopDragging(),!0===t&&(this.displayedAreas.every(o=>null!==o.component.order)&&this.displayedAreas.sort((o,s)=>o.component.order-s.component.order),this.displayedAreas.forEach((o,s)=>{o.order=2*s,o.component.setStyleOrder(o.order)})),!0===i){const o=J(this.unit,this.displayedAreas.map(s=>s.component.size));switch(this.unit){case"percent":{const s=100/this.displayedAreas.length;this.displayedAreas.forEach(a=>{a.size=o?a.component.size:s,a.minSize=C(a),a.maxSize=v(a)});break}case"pixel":if(o)this.displayedAreas.forEach(s=>{s.size=s.component.size,s.minSize=C(s),s.maxSize=v(s)});else{const s=this.displayedAreas.filter(a=>null===a.component.size);if(0===s.length&&this.displayedAreas.length>0)this.displayedAreas.forEach((a,p)=>{a.size=0===p?null:a.component.size,a.minSize=0===p?null:C(a),a.maxSize=0===p?null:v(a)});else if(s.length>1){let a=!1;this.displayedAreas.forEach(p=>{null===p.component.size?!1===a?(p.size=null,p.minSize=null,p.maxSize=null,a=!0):(p.size=100,p.minSize=null,p.maxSize=null):(p.size=p.component.size,p.minSize=C(p),p.maxSize=v(p))})}}}}this.refreshStyleSizes(),this.cdRef.markForCheck()}refreshStyleSizes(){if("percent"===this.unit)if(1===this.displayedAreas.length)this.displayedAreas[0].component.setStyleFlex(0,0,"100%",!1,!1);else{const t=this.getNbGutters()*this.gutterSize;this.displayedAreas.forEach(i=>{i.component.setStyleFlex(0,0,`calc( ${i.size}% - ${i.size/100*t}px )`,null!==i.minSize&&i.minSize===i.size,null!==i.maxSize&&i.maxSize===i.size)})}else"pixel"===this.unit&&this.displayedAreas.forEach(t=>{null===t.size?t.component.setStyleFlex(1,1,1===this.displayedAreas.length?"100%":"auto",!1,!1):1===this.displayedAreas.length?t.component.setStyleFlex(0,0,"100%",!1,!1):t.component.setStyleFlex(0,0,`${t.size}px`,null!==t.minSize&&t.minSize===t.size,null!==t.maxSize&&t.maxSize===t.size)})}clickGutter(t,i){const o=x(t);this.startPoint&&I(this.startPoint,o,this.gutterClickDeltaPx)&&(!this.isDragging||this.isWaitingInitialMove)&&(null!==this._clickTimeout?(window.clearTimeout(this._clickTimeout),this._clickTimeout=null,this.notify("dblclick",i),this.stopDragging()):this._clickTimeout=window.setTimeout(()=>{this._clickTimeout=null,this.notify("click",i),this.stopDragging()},this.gutterDblClickDuration))}startKeyboardDrag(t,i,o){if(!0===this.disabled||!0===this.isWaitingClear)return;const s=function oe(n,r){if("horizontal"===r)switch(n.key){case"ArrowLeft":case"ArrowRight":case"PageUp":case"PageDown":break;default:return null}if("vertical"===r)switch(n.key){case"ArrowUp":case"ArrowDown":case"PageUp":case"PageDown":break;default:return null}const t=n.currentTarget,i="PageUp"===n.key||"PageDown"===n.key?500:50;let o=t.offsetLeft,s=t.offsetTop;switch(n.key){case"ArrowLeft":o-=i;break;case"ArrowRight":o+=i;break;case"ArrowUp":s-=i;break;case"ArrowDown":s+=i;break;case"PageUp":"vertical"===r?s-=i:o+=i;break;case"PageDown":"vertical"===r?s+=i:o-=i;break;default:return null}return{x:o,y:s}}(t,this.direction);null!==s&&(this.endPoint=s,this.startPoint=x(t),t.preventDefault(),t.stopPropagation(),this.setupForDragEvent(i,o),this.startDragging(),this.drag(),this.stopDragging())}startMouseDrag(t,i,o){t.preventDefault(),t.stopPropagation(),this.startPoint=x(t),null!==this.startPoint&&!0!==this.disabled&&!0!==this.isWaitingClear&&(this.setupForDragEvent(i,o),this.dragListeners.push(this.renderer.listen("document","mouseup",this.stopDragging.bind(this))),this.dragListeners.push(this.renderer.listen("document","touchend",this.stopDragging.bind(this))),this.dragListeners.push(this.renderer.listen("document","touchcancel",this.stopDragging.bind(this))),this.ngZone.runOutsideAngular(()=>{this.dragListeners.push(this.renderer.listen("document","mousemove",this.mouseDragEvent.bind(this))),this.dragListeners.push(this.renderer.listen("document","touchmove",this.mouseDragEvent.bind(this)))}),this.startDragging())}setupForDragEvent(t,i){this.snapshot={gutterNum:i,lastSteppedOffset:0,allAreasSizePixel:F(this.elRef,this.direction)-this.getNbGutters()*this.gutterSize,allInvolvedAreasSizePercent:100,areasBeforeGutter:[],areasAfterGutter:[]},this.displayedAreas.forEach(o=>{const s={area:o,sizePixelAtStart:F(o.component.elRef,this.direction),sizePercentAtStart:"percent"===this.unit?o.size:-1};o.ordert&&(!0===this.restrictMove?0===this.snapshot.areasAfterGutter.length&&(this.snapshot.areasAfterGutter=[s]):this.snapshot.areasAfterGutter.push(s))}),this.snapshot.allInvolvedAreasSizePercent=[...this.snapshot.areasBeforeGutter,...this.snapshot.areasAfterGutter].reduce((o,s)=>o+s.sizePercentAtStart,0)}startDragging(){this.displayedAreas.forEach(t=>t.component.lockEvents()),this.isDragging=!0,this.isWaitingInitialMove=!0}mouseDragEvent(t){t.preventDefault(),t.stopPropagation();const i=x(t);null!==this._clickTimeout&&!I(this.startPoint,i,this.gutterClickDeltaPx)&&(window.clearTimeout(this._clickTimeout),this._clickTimeout=null),!1!==this.isDragging&&(this.endPoint=x(t),null!==this.endPoint&&this.drag())}drag(){if(this.isWaitingInitialMove){if(this.startPoint.x===this.endPoint.x&&this.startPoint.y===this.endPoint.y)return;this.ngZone.run(()=>{this.isWaitingInitialMove=!1,this.renderer.addClass(this.elRef.nativeElement,"as-dragging"),this.renderer.addClass(this.gutterEls.toArray()[this.snapshot.gutterNum-1].nativeElement,"as-dragged"),this.notify("start",this.snapshot.gutterNum)})}let t="horizontal"===this.direction?this.startPoint.x-this.endPoint.x:this.startPoint.y-this.endPoint.y;"rtl"===this.dir&&"horizontal"===this.direction&&(t=-t);const i=Math.round(t/this.gutterStep)*this.gutterStep;if(i===this.snapshot.lastSteppedOffset)return;this.snapshot.lastSteppedOffset=i;let o=f(this.unit,this.snapshot.areasBeforeGutter,-i,this.snapshot.allAreasSizePixel),s=f(this.unit,this.snapshot.areasAfterGutter,i,this.snapshot.allAreasSizePixel);if(0!==o.remain&&0!==s.remain?Math.abs(o.remain)===Math.abs(s.remain)||(Math.abs(o.remain)>Math.abs(s.remain)?s=f(this.unit,this.snapshot.areasAfterGutter,i+o.remain,this.snapshot.allAreasSizePixel):o=f(this.unit,this.snapshot.areasBeforeGutter,-(i-s.remain),this.snapshot.allAreasSizePixel)):0!==o.remain?s=f(this.unit,this.snapshot.areasAfterGutter,i+o.remain,this.snapshot.allAreasSizePixel):0!==s.remain&&(o=f(this.unit,this.snapshot.areasBeforeGutter,-(i-s.remain),this.snapshot.allAreasSizePixel)),"percent"===this.unit){const a=[...o.list,...s.list],p=a.find(d=>0!==d.percentAfterAbsorption&&d.percentAfterAbsorption!==d.areaSnapshot.area.minSize&&d.percentAfterAbsorption!==d.areaSnapshot.area.maxSize);p&&(p.percentAfterAbsorption=this.snapshot.allInvolvedAreasSizePercent-a.filter(d=>d!==p).reduce((d,Dn)=>d+Dn.percentAfterAbsorption,0))}o.list.forEach(a=>G(this.unit,a)),s.list.forEach(a=>G(this.unit,a)),this.refreshStyleSizes(),this.notify("progress",this.snapshot.gutterNum)}stopDragging(t){if(t&&(t.preventDefault(),t.stopPropagation()),!1!==this.isDragging){for(this.displayedAreas.forEach(i=>i.component.unlockEvents());this.dragListeners.length>0;){const i=this.dragListeners.pop();i&&i()}this.isDragging=!1,!1===this.isWaitingInitialMove&&this.notify("end",this.snapshot.gutterNum),this.renderer.removeClass(this.elRef.nativeElement,"as-dragging"),this.renderer.removeClass(this.gutterEls.toArray()[this.snapshot.gutterNum-1].nativeElement,"as-dragged"),this.snapshot=null,this.isWaitingClear=!0,this.ngZone.runOutsideAngular(()=>{setTimeout(()=>{this.startPoint=null,this.endPoint=null,this.isWaitingClear=!1})})}}notify(t,i){const o=this.getVisibleAreaSizes();"start"===t?this.dragStart.emit({gutterNum:i,sizes:o}):"end"===t?this.dragEnd.emit({gutterNum:i,sizes:o}):"click"===t?this.gutterClick.emit({gutterNum:i,sizes:o}):"dblclick"===t?this.gutterDblClick.emit({gutterNum:i,sizes:o}):"transitionEnd"===t?this.transitionEndSubscriber&&this.ngZone.run(()=>this.transitionEndSubscriber.next(o)):"progress"===t&&this.dragProgressSubject.next({gutterNum:i,sizes:o})}ngOnDestroy(){this.stopDragging()}collapseArea(t,i,o){const s=this.displayedAreas.find(d=>d.component===t);if(void 0===s)return;const a="right"===o?1:-1;s.sizeBeforeCollapse||(s.sizeBeforeCollapse=s.size,s.gutterBeforeCollapse=a),s.size=i;const p=this.gutterEls.find(d=>d.nativeElement.style.order===`${s.order+a}`);p&&this.renderer.addClass(p.nativeElement,"as-split-gutter-collapsed"),this.updateArea(t,!1,!1)}expandArea(t){const i=this.displayedAreas.find(s=>s.component===t);if(void 0===i||!i.sizeBeforeCollapse)return;i.size=i.sizeBeforeCollapse,i.sizeBeforeCollapse=null;const o=this.gutterEls.find(s=>s.nativeElement.style.order===`${i.order+i.gutterBeforeCollapse}`);o&&this.renderer.removeClass(o.nativeElement,"as-split-gutter-collapsed"),this.updateArea(t,!1,!1)}getAriaAreaSizeText(t){return null===t?null:t.toFixed(0)+" "+this.unit}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(e.R0b),e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(e.Qsj),e.Y36(le,8))},n.\u0275cmp=e.Xpm({type:n,selectors:[["as-split"]],viewQuery:function(t,i){if(1&t&&e.Gf(ee,5),2&t){let o;e.iGM(o=e.CRH())&&(i.gutterEls=o)}},inputs:{direction:"direction",unit:"unit",gutterSize:"gutterSize",gutterStep:"gutterStep",restrictMove:"restrictMove",useTransition:"useTransition",disabled:"disabled",dir:"dir",gutterDblClickDuration:"gutterDblClickDuration",gutterClickDeltaPx:"gutterClickDeltaPx",gutterAriaLabel:"gutterAriaLabel"},outputs:{transitionEnd:"transitionEnd",dragStart:"dragStart",dragEnd:"dragEnd",gutterClick:"gutterClick",gutterDblClick:"gutterDblClick"},exportAs:["asSplit"],ngContentSelectors:ie,decls:2,vars:1,consts:[["ngFor","",3,"ngForOf"],["role","slider","tabindex","0","class","as-split-gutter",3,"flex-basis","order","keydown","mousedown","touchstart","mouseup","touchend",4,"ngIf"],["role","slider","tabindex","0",1,"as-split-gutter",3,"keydown","mousedown","touchstart","mouseup","touchend"],["gutterEls",""],[1,"as-split-gutter-icon"]],template:function(t,i){1&t&&(e.F$t(),e.Hsn(0),e.YNc(1,ne,1,1,"ng-template",0)),2&t&&(e.xp6(1),e.Q6J("ngForOf",i.displayedAreas))},dependencies:[u.sg,u.O5],styles:["[_nghost-%COMP%]{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;overflow:hidden;width:100%;height:100%}[_nghost-%COMP%] > .as-split-gutter[_ngcontent-%COMP%]{border:none;flex-grow:0;flex-shrink:0;background-color:#eee;display:flex;align-items:center;justify-content:center}[_nghost-%COMP%] > .as-split-gutter.as-split-gutter-collapsed[_ngcontent-%COMP%]{flex-basis:1px!important;pointer-events:none}[_nghost-%COMP%] > .as-split-gutter[_ngcontent-%COMP%] > .as-split-gutter-icon[_ngcontent-%COMP%]{width:100%;height:100%;background-position:center center;background-repeat:no-repeat}[_nghost-%COMP%] >.as-split-area{flex-grow:0;flex-shrink:0;overflow-x:hidden;overflow-y:auto}[_nghost-%COMP%] >.as-split-area.as-hidden{flex:0 1 0px!important;overflow-x:hidden;overflow-y:hidden}.as-horizontal[_nghost-%COMP%]{flex-direction:row}.as-horizontal[_nghost-%COMP%] > .as-split-gutter[_ngcontent-%COMP%]{flex-direction:row;cursor:col-resize;height:100%}.as-horizontal[_nghost-%COMP%] > .as-split-gutter[_ngcontent-%COMP%] > .as-split-gutter-icon[_ngcontent-%COMP%]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==)}.as-horizontal[_nghost-%COMP%] >.as-split-area{height:100%}.as-vertical[_nghost-%COMP%]{flex-direction:column}.as-vertical[_nghost-%COMP%] > .as-split-gutter[_ngcontent-%COMP%]{flex-direction:column;cursor:row-resize;width:100%}.as-vertical[_nghost-%COMP%] > .as-split-gutter[_ngcontent-%COMP%] .as-split-gutter-icon[_ngcontent-%COMP%]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFCAMAAABl/6zIAAAABlBMVEUAAADMzMzIT8AyAAAAAXRSTlMAQObYZgAAABRJREFUeAFjYGRkwIMJSeMHlBkOABP7AEGzSuPKAAAAAElFTkSuQmCC)}.as-vertical[_nghost-%COMP%] >.as-split-area{width:100%}.as-vertical[_nghost-%COMP%] >.as-split-area.as-hidden{max-width:0}.as-disabled[_nghost-%COMP%] > .as-split-gutter[_ngcontent-%COMP%]{cursor:default}.as-disabled[_nghost-%COMP%] > .as-split-gutter[_ngcontent-%COMP%] .as-split-gutter-icon[_ngcontent-%COMP%]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==)}.as-transition.as-init[_nghost-%COMP%]:not(.as-dragging) > .as-split-gutter[_ngcontent-%COMP%], .as-transition.as-init[_nghost-%COMP%]:not(.as-dragging) >.as-split-area{transition:flex-basis .3s}"],changeDetection:0}),n})(),ce=(()=>{class n{set order(t){this._order=m(t,null),this.split.updateArea(this,!0,!1)}get order(){return this._order}set size(t){this._size=m(t,null),this.split.updateArea(this,!1,!0)}get size(){return this._size}set minSize(t){this._minSize=m(t,null),this.split.updateArea(this,!1,!0)}get minSize(){return this._minSize}set maxSize(t){this._maxSize=m(t,null),this.split.updateArea(this,!1,!0)}get maxSize(){return this._maxSize}set lockSize(t){this._lockSize=y(t),this.split.updateArea(this,!1,!0)}get lockSize(){return this._lockSize}set visible(t){this._visible=y(t),this._visible?(this.split.showArea(this),this.renderer.removeClass(this.elRef.nativeElement,"as-hidden")):(this.split.hideArea(this),this.renderer.addClass(this.elRef.nativeElement,"as-hidden"))}get visible(){return this._visible}constructor(t,i,o,s){this.ngZone=t,this.elRef=i,this.renderer=o,this.split=s,this._order=null,this._size=null,this._minSize=null,this._maxSize=null,this._lockSize=!1,this._visible=!0,this.lockListeners=[],this.renderer.addClass(this.elRef.nativeElement,"as-split-area")}ngOnInit(){this.split.addArea(this),this.ngZone.runOutsideAngular(()=>{this.transitionListener=this.renderer.listen(this.elRef.nativeElement,"transitionend",t=>{"flex-basis"===t.propertyName&&this.split.notify("transitionEnd",-1)})})}setStyleOrder(t){this.renderer.setStyle(this.elRef.nativeElement,"order",t)}setStyleFlex(t,i,o,s,a){this.renderer.setStyle(this.elRef.nativeElement,"flex-grow",t),this.renderer.setStyle(this.elRef.nativeElement,"flex-shrink",i),this.renderer.setStyle(this.elRef.nativeElement,"flex-basis",o),!0===s?this.renderer.addClass(this.elRef.nativeElement,"as-min"):this.renderer.removeClass(this.elRef.nativeElement,"as-min"),!0===a?this.renderer.addClass(this.elRef.nativeElement,"as-max"):this.renderer.removeClass(this.elRef.nativeElement,"as-max")}lockEvents(){this.ngZone.runOutsideAngular(()=>{this.lockListeners.push(this.renderer.listen(this.elRef.nativeElement,"selectstart",()=>!1)),this.lockListeners.push(this.renderer.listen(this.elRef.nativeElement,"dragstart",()=>!1))})}unlockEvents(){for(;this.lockListeners.length>0;){const t=this.lockListeners.pop();t&&t()}}ngOnDestroy(){this.unlockEvents(),this.transitionListener&&this.transitionListener(),this.split.removeArea(this)}collapse(t=0,i="right"){this.split.collapseArea(this,t,i)}expand(){this.split.expandArea(this)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(e.R0b),e.Y36(e.SBq),e.Y36(e.Qsj),e.Y36(U))},n.\u0275dir=e.lG2({type:n,selectors:[["as-split-area"],["","as-split-area",""]],inputs:{order:"order",size:"size",minSize:"minSize",maxSize:"maxSize",lockSize:"lockSize",visible:"visible"},exportAs:["asSplitArea"]}),n})(),pe=(()=>{class n{static forRoot(){return console.warn("AngularSplitModule.forRoot() is deprecated and will be removed in v6"),{ngModule:n,providers:[]}}static forChild(){return console.warn("AngularSplitModule.forChild() is deprecated and will be removed in v6"),{ngModule:n,providers:[]}}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n}),n.\u0275inj=e.cJS({imports:[u.ez]}),n})();var Q=l(7039),L=l(1162),g=l(2425),ue=l(3364),de=l(467),K=l(6142);const me=(n,r)=>(n.push(r),n);var he=l(8557),b=l(8442),B=l(1570),_e=l(3131),A=l(930),R=l(5287);function xe(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"button",11),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.KtG(s.action())}),e._uU(2),e.qZA(),e.BQk()}if(2&n){const t=r.$implicit;e.xp6(2),e.hij(" ",t.label," ")}}const ye=function(n){return[n]};function be(n,r){if(1&n&&(e.ynx(0),e._UZ(1,"i",13),e.BQk()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngClass",e.VKq(1,ye,t.icon))}}function Ce(n,r){if(1&n&&(e.ynx(0),e.TgZ(1,"span"),e._uU(2),e.qZA(),e.BQk()),2&n){const t=e.oxw().$implicit;e.xp6(2),e.Oqu(t.label)}}const Ae=function(n){return["flex items-center justify-center gap-1","p-2 rounded-md","hover:bg-[color-mix(in_srgb,var(--primary-50)85%,var(--primary-500))]","text-sm lg:text-base",n]};function Se(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"button",12),e.NdJ("click",function(){const s=e.CHM(t).index,a=e.oxw(2);return e.KtG(a.switchTab(s))}),e.YNc(2,be,2,3,"ng-container",0),e.YNc(3,Ce,3,1,"ng-container",0),e.qZA(),e.BQk()}if(2&n){const t=r.$implicit,i=r.index,o=e.oxw(2);e.xp6(1),e.Q6J("ngClass",e.VKq(3,Ae,o.selectedTab===i?"text-[var(--primary-500)] font-bold":"text-inherit")),e.xp6(1),e.Q6J("ngIf",t.icon),e.xp6(1),e.Q6J("ngIf",!t.icon)}}const Te=function(){return["h-full whitespace-pre","overflow-hidden beauty-scrollbar affect-child"]},T=function(n){return{hidden:n}},P=function(n){return{"opacity-30":n}},Pe=function(n){return{json:n}},ze=function(){return["grid grid-cols-3 gap-1 mt-auto","pt-2 md:px-0 px-3"]};function Ee(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"div",1)(2,"div",2)(3,"div",3)(4,"div",4),e._uU(5),e.ALo(6,"json"),e.qZA(),e.TgZ(7,"div",5)(8,"span",2),e._uU(9,"dirty"),e.qZA(),e.TgZ(10,"span",2),e._uU(11,"pristine"),e.qZA(),e.TgZ(12,"span",2),e._uU(13,"touched"),e.qZA()()(),e.TgZ(14,"div",6),e._uU(15),e.ALo(16,"json"),e.qZA(),e.TgZ(17,"div",7)(18,"app-playground-editor",8),e.NdJ("onEditing",function(o){e.CHM(t);const s=e.oxw();return e.KtG(s.onEditing(o))}),e.qZA(),e.TgZ(19,"div",9),e.YNc(20,xe,3,1,"ng-container",10),e.qZA()()(),e.TgZ(21,"div",2),e.YNc(22,Se,4,5,"ng-container",10),e.qZA()(),e.BQk()}if(2&n){const t=e.oxw();e.xp6(2),e.Q6J("ngClass",e.DdM(20,Te)),e.xp6(1),e.Q6J("ngClass",e.VKq(21,T,0!==t.selectedTab)),e.xp6(2),e.hij(" ",e.lcZ(6,16,t.control.value)," "),e.xp6(3),e.Q6J("ngClass",e.VKq(23,P,!t.control.dirty)),e.xp6(2),e.Q6J("ngClass",e.VKq(25,P,!t.control.pristine)),e.xp6(2),e.Q6J("ngClass",e.VKq(27,P,!t.control.touched)),e.xp6(2),e.Q6J("ngClass",e.VKq(29,T,1!==t.selectedTab)),e.xp6(1),e.hij(" ",e.lcZ(16,18,t.control.errors)," "),e.xp6(2),e.Q6J("ngClass",e.VKq(31,T,2!==t.selectedTab)),e.xp6(1),e.Q6J("data",e.VKq(33,Pe,t.control.value))("mainMenuBar",!1)("navigationBar",!1)("statusBar",!1),e.xp6(2),e.Q6J("ngForOf",t.editToolbar),e.xp6(1),e.Q6J("ngClass",e.DdM(35,ze)),e.xp6(1),e.Q6J("ngForOf",t.tabs)}}let we=(()=>{class n{constructor(){this.tabs=[{key:0,label:"Value",icon:"bi bi-info-circle"},{key:1,label:"Errors",icon:"bi bi-exclamation-triangle"},{key:2,label:"Edit",icon:"bi bi-pencil-square"}],this.editToolbar=[{label:"patchValue()",action:()=>this.patchControl()},{label:"disable()",action:()=>this.control?.disable()},{label:"enable()",action:()=>this.control?.enable()}],this.selectedTab=0}switchTab(t){this.selectedTab=t}onEditing(t){this._editorValue=t}patchControl(){const t=this._editorValue;t&&this.control?.patchValue(t)}static#e=this.\u0275fac=function(i){return new(i||n)};static#t=this.\u0275cmp=e.Xpm({type:n,selectors:[["app-playground-form-info"]],inputs:{control:"control"},standalone:!0,features:[e.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"flex","flex-col","h-full"],[3,"ngClass"],[1,"h-full","flex","flex-col","p-4","rounded-md",2,"background-color","rgba(128, 128, 128, 0.05)",3,"ngClass"],[1,"flex-1","block","text-sm","overflow-auto"],[1,"flex","justify-evenly","gap-4","font-bold"],[1,"block","h-full","overflow-auto","text-sm","p-4","rounded-md",2,"background-color","rgba(128, 128, 128, 0.05)",3,"ngClass"],[1,"flex","flex-col","gap-2","h-full",3,"ngClass"],[1,"block","flex-1","overflow-hidden",3,"data","mainMenuBar","navigationBar","statusBar","onEditing"],[1,"flex","flex-wrap","gap-2","md:p-0","px-3"],[4,"ngFor","ngForOf"],["type","button",1,"p-1","border","border-[var(--border-color-50)]","rounded-md","text-sm",3,"click"],["type","button",3,"ngClass","click"],[1,"text-lg",3,"ngClass"]],template:function(i,o){1&i&&e.YNc(0,Ee,23,36,"ng-container",0),2&i&&e.Q6J("ngIf",o.control)},dependencies:[u.ez,u.mk,u.sg,u.O5,u.Ts,R.C]})}return n})();var h=l(1357);function Me(n,r){if(1&n&&(e.ynx(0),e.TgZ(1,"div",1),e._UZ(2,"i",2),e.TgZ(3,"span"),e._uU(4),e.qZA()(),e.BQk()),2&n){const t=r.$implicit;e.xp6(4),e.Oqu(t)}}let z=(()=>{class n{constructor(){this.control=new c.NI,this.errorMessages=[]}static#e=this.\u0275fac=function(i){return new(i||n)};static#t=this.\u0275cmp=e.Xpm({type:n,selectors:[["app-custom-error-message"]],standalone:!0,features:[e.jDz],decls:1,vars:1,consts:[[4,"ngFor","ngForOf"],[1,"flex","items-start","gap-2","text-rose-600","text-sm"],[1,"bi","bi-exclamation-triangle"]],template:function(i,o){1&i&&e.YNc(0,Me,5,1,"ng-container",0),2&i&&e.Q6J("ngForOf",o.errorMessages)},dependencies:[u.ez,u.sg],encapsulation:2})}return n})();var E=l(702),w=l(6567);let M=(()=>{class n{constructor(){this.configs=[],this.control=new c.NI}onOptionsLoaded(){console.log("Options loaded")}static#e=this.\u0275fac=function(i){return new(i||n)};static#t=this.\u0275cmp=e.Xpm({type:n,selectors:[["app-playground-form"]],inputs:{configs:"configs",customComponents:"customComponents",hideErrorMessage:"hideErrorMessage",control:"control",optionsSources:"optionsSources"},standalone:!0,features:[e._Bn([(0,h.$D)({customValidators:{firstUppercase:w.r},loadingComponent:E.m,errorComponent:z})]),e.jDz],decls:1,vars:5,consts:[[3,"configs","customComponents","hideErrorMessage","formControl","optionsSources","optionsLoaded"]],template:function(i,o){1&i&&(e.TgZ(0,"ng-dynamic-json-form",0),e.NdJ("optionsLoaded",function(){return o.onOptionsLoaded()}),e.qZA()),2&i&&e.Q6J("configs",o.configs)("customComponents",o.customComponents)("hideErrorMessage",o.hideErrorMessage)("formControl",o.control)("optionsSources",o.optionsSources)},dependencies:[u.ez,c.UX,c.JJ,c.oH,h.A6]})}return n})(),De=(()=>{class n extends M{static#e=this.\u0275fac=function(){let t;return function(o){return(t||(t=e.n5z(n)))(o||n)}}();static#t=this.\u0275cmp=e.Xpm({type:n,selectors:[["app-playground-form-material"]],standalone:!0,features:[e._Bn([(0,h.$D)({customValidators:{firstUppercase:w.r},loadingComponent:E.m,errorComponent:z,uiComponents:Q.A})]),e.qOj,e.jDz],decls:1,vars:5,consts:[[3,"configs","customComponents","hideErrorMessage","formControl","optionsSources","optionsLoaded"]],template:function(i,o){1&i&&(e.TgZ(0,"ng-dynamic-json-form",0),e.NdJ("optionsLoaded",function(){return o.onOptionsLoaded()}),e.qZA()),2&i&&e.Q6J("configs",o.configs)("customComponents",o.customComponents)("hideErrorMessage",o.hideErrorMessage)("formControl",o.control)("optionsSources",o.optionsSources)},dependencies:[u.ez,c.UX,c.JJ,c.oH,h.A6]})}return n})(),Ne=(()=>{class n extends M{static#e=this.\u0275fac=function(){let t;return function(o){return(t||(t=e.n5z(n)))(o||n)}}();static#t=this.\u0275cmp=e.Xpm({type:n,selectors:[["app-playground-form-primeng"]],standalone:!0,features:[e._Bn([(0,h.$D)({customValidators:{firstUppercase:w.r},loadingComponent:E.m,errorComponent:z,uiComponents:L.B})]),e.qOj,e.jDz],decls:1,vars:5,consts:[[3,"configs","customComponents","hideErrorMessage","formControl","optionsSources","optionsLoaded"]],template:function(i,o){1&i&&(e.TgZ(0,"ng-dynamic-json-form",0),e.NdJ("optionsLoaded",function(){return o.onOptionsLoaded()}),e.qZA()),2&i&&e.Q6J("configs",o.configs)("customComponents",o.customComponents)("hideErrorMessage",o.hideErrorMessage)("formControl",o.control)("optionsSources",o.optionsSources)},dependencies:[u.ez,c.UX,c.JJ,c.oH,h.A6]})}return n})();var Oe=l(6424),$=l(3843),ke=l(1412),Ze=l(4764);const Fe={label:"Date",formControlName:"date",type:"date",props:{appendTo:"body",min:new Date,minDate:new Date,showTime:!0,showIcon:!0}};var Qe=l(8898),Ke=l(4656),Be=l(8280);const Re=[Qe.x,Ze.N,Be.h,ke.Y,{label:"Cards",formControlName:"cards",layout:{formGroupStyles:"row-gap: 0px"},children:[{formControlName:"cardTypes",type:"checkbox",value:[0],validators:[{name:"required",message:"Please choose at least one."}],options:{layout:"column",data:[{label:"Visa",value:0},{label:"Master",value:1},{label:"JCB",value:2},{label:"Other",value:3}]}},{formControlName:"cardOther",props:{placeholder:"Other card type"},conditions:{"control.hidden":{"&&":[["cards.cardTypes","notIncludes",3]]}}}]},Fe,{label:"Email",formControlName:"email",value:"emailaddress@example.com",type:"email",validators:[{name:"required",message:"Please enter your email"},{name:"email",message:"Invalid email format"}]},{label:"Gender",formControlName:"gender",value:"0",type:"radio",options:{data:[{label:"Male",value:"0"},{label:"Female",value:"1"},{label:"Prefer not to state",value:"2"}]}},{label:"Relationship",formControlName:"relationship",value:"",type:"select",options:{data:[{label:"Father",value:0},{label:"Mother",value:1},{label:"Siblings",value:2},{label:"Spouse",value:3}]}},Ke.M,{label:"Memo",formControlName:"memo",type:"textarea",props:{rows:3,cols:30,minRows:3,enabled:!0,autoResize:!0}}];var $e=l(4604),Ye=l(3477),Xe=l(1577),tt=l(3008),nt=l(7848);const it=[Xe.k,Ye.B,nt.J,$e.r,{label:"\u4fe1\u7528\u5361",formControlName:"cards",layout:{formGroupStyles:"row-gap: 0px"},children:[{formControlName:"cardTypes",type:"checkbox",value:[0],validators:[{name:"required",message:"\u8acb\u81f3\u5c11\u9078\u64c7\u4e00\u500b"}],options:{layout:"column",data:[{label:"Visa",value:0},{label:"Master",value:1},{label:"JCB",value:2},{label:"\u5176\u4ed6",value:3}]}},{formControlName:"cardOther",props:{placeholder:"\u5176\u4ed6\u5361\u7247\u985e\u578b"},conditions:{hidden:{"&&":[["cards.cardTypes","notIncludes",3]]}}}]},{label:"\u65e5\u671f",formControlName:"date",type:"date",props:{appendTo:"body",min:"Date(2024/01/01)",minDate:"Date(2024/01/01)",showTime:!0,showIcon:!0}},{label:"\u96fb\u5b50\u90f5\u4ef6",formControlName:"email",value:"emailaddress@example.com",type:"email",validators:[{name:"required",message:"\u8acb\u8f38\u5165\u96fb\u5b50\u90f5\u4ef6"},{name:"email",message:"\u8f38\u5165\u7684\u96fb\u5b50\u90f5\u4ef6\u683c\u5f0f\u4e0d\u6b63\u78ba"}]},{label:"\u6027\u5225",formControlName:"gender",value:"0",type:"radio",options:{data:[{label:"\u7537\u751f",value:"0"},{label:"\u5973\u751f",value:"1"},{label:"\u6211\u4e0d\u60f3\u8aaa",value:"2"}]}},{label:"\u95dc\u4fc2",formControlName:"relationship",value:"",type:"select",options:{data:[{label:"\u7236\u89aa",value:0},{label:"\u6bcd\u89aa",value:1},{label:"\u5144\u5f1f\u59d0\u59b9",value:2},{label:"\u914d\u5076",value:3}]}},tt.p,{label:"\u5099\u8a3b",formControlName:"memo",type:"textarea",props:{rows:3,cols:30,minRows:3,enabled:!0,autoResize:!0}}];var ot=l(5578),st=l(9620),rt=l(7700),at=l(5392),lt=l(2884),ct=l(2869);const Y=n=>[{label:n?.address??"Address (dynamic)",formControlName:"address",layout:{formGroupStyles:"display: grid; grid-template-columns: repeat(3,1fr);"},children:[{label:n?.country??"Country/Region",formControlName:"country",type:"select",props:{autoDisplayFirst:!1,virtualScroll:!0,virtualScrollItemSize:48},options:{src:{url:"https://raw.githubusercontent.com/dr5hn/countries-states-cities-database/master/countries.json",method:"GET",mapData:{labelKey:n?.countryLabelKey??"name",valueKeys:["id","name","timezones.0.zoneName","latitude","longitude","translations"]}}}},{label:n?.state??"State",formControlName:"state",type:"select",props:{autoDisplayFirst:!1,virtualScroll:!0,virtualScrollItemSize:48},options:{src:{url:"https://raw.githubusercontent.com/dr5hn/countries-states-cities-database/master/states.json",method:"GET",mapData:{labelKey:"name"},filter:{by:"address.country",conditions:{"&&":[["id","===","country_id"]]}}}}},{label:n?.city??"City",formControlName:"city",type:"select",props:{autoDisplayFirst:!1,virtualScroll:!0,virtualScrollItemSize:48},options:{src:{url:"https://raw.githubusercontent.com/dr5hn/countries-states-cities-database/master/cities.json",method:"GET",mapData:{labelKey:"name"},filter:{by:"address.state",conditions:{"&&":[["id","===","state_id"]]}}}}},{label:n?.address??"Address",formControlName:"detail",type:"text",layout:{hostStyles:"grid-column: -1/1;"}}]}],dt=Y({address:"\u5730\u5740 (\u52d5\u614b)",country:"\u570b\u5bb6/\u5730\u5340",state:"\u5dde/\u7701/\u7e23\u5e02",city:"\u57ce\u93ae",detail:"\u8a73\u7d30\u5730\u5740",countryLabelKey:"translations.cn"}),j=[{label:"Options (multi-source)",formControlName:"options",type:"checkbox",options:{labelPosition:"after",data:[{label:"LABEL_A",value:"000"}],src:{url:"https://dummyjson.com/products",method:"GET",mapData:{contentPath:"products",labelKey:"title"}},containerStyles:"display:grid;grid-template-columns:repeat(auto-fill,150px);"}}],gt=[{label:"\u9078\u9805 (\u591a\u4f86\u6e90)",formControlName:"options",type:"checkbox",options:j.find(n=>"options"===n.formControlName)?.options}],S=[{label:"Post tags",description:"Hint: Try select the option that tag contains 'love'",formControlName:"tagsControl",type:"select",layout:{hideLabel:!0,descriptionPosition:"after"},options:{src:{url:"https://dummyjson.com/posts",method:"GET",mapData:{contentPath:"posts",labelKey:"tags"}}}},{label:"Posts from selected tag",formControlName:"postWithTag",type:"select",options:{src:{url:"https://dummyjson.com/posts/search",method:"GET",mapData:{labelKey:"title",contentPath:"posts"},trigger:{by:"tagsControl",body:{q:'tagsControl, tags.[,includes,"love"]'}}}}},{label:"Search post",formControlName:"searchControl"},{label:"Posts search result",formControlName:"resultPosts",type:"select",options:{src:{url:"https://dummyjson.com/posts/search",method:"GET",mapData:{labelKey:"title",contentPath:"posts"},trigger:{by:"searchControl",body:{q:"searchControl"},debounceTime:500}}}}],mt=[{label:"\u8cbc\u6587\u6a19\u7c64",description:"\u63d0\u793a: \u9078\u64c7\u6a19\u7c64\u542b\u6709 'love' \u7684\u9078\u9805",formControlName:"tagsControl",type:"select",layout:{hideLabel:!0,descriptionPosition:"after"},options:S.find(n=>"tagsControl"===n.formControlName)?.options},{label:"\u5df2\u9078\u64c7\u6a19\u7c64\u4e4b\u8cbc\u6587",formControlName:"postWithTag",type:"select",options:S.find(n=>"postWithTag"===n.formControlName)?.options},{label:"\u641c\u5c0b\u8cbc\u6587",formControlName:"searchControl"},{label:"\u8cbc\u6587\u641c\u5c0b\u7d50\u679c",formControlName:"resultPosts",type:"select",options:S.find(n=>"resultPosts"===n.formControlName)?.options}],D=[{label:"Products",formControlName:"products",type:"select",options:{src:{url:"https://dummyjson.com/products",method:"GET",mapData:{contentPath:"products",labelKey:"title",valueKeys:["id","title","brand"]}}}},{label:"Products of same brand",description:"Data filtered by the brand of selected product",formControlName:"subProducts",type:"select",props:{autoDisplayFirst:!1},options:{src:{url:"https://dummyjson.com/products",method:"GET",mapData:{contentPath:"products",labelKey:"title"},filter:{by:"products",conditions:{"&&":[["brand","===","brand"]]}}}}}],ft=[{label:"\u5546\u54c1",formControlName:"products",type:"select",options:D.find(n=>"products"===n.formControlName)?.options},{label:"\u540c\u4e00\u54c1\u724c\u4e4b\u5546\u54c1",description:"\u7531\u5df2\u9078\u64c7\u7684\u5546\u54c1\u54c1\u724c\u4f86\u904e\u6ffe\u8cc7\u6599",formControlName:"subProducts",type:"select",options:D.find(n=>"subProducts"===n.formControlName)?.options}],ht={basic:{en:{label:"Basic",config:Re,isExample:!0},"zh-TW":{label:"\u57fa\u672c\u5143\u4ef6",config:it,isExample:!0}},"custom-validator-firstUppercase":{en:{label:"Custom validator (Capital letters)",config:[{label:"Capital letters",description:"Custom validator to check whether first letter is uppercase.",formControlName:"capitalLetters",type:"text",validators:[{name:"firstUppercase"}]}],isExample:!0},"zh-TW":{label:"\u81ea\u8a02\u9a57\u8b49\u5668 (\u9996\u5b57\u6bcd\u5927\u5beb)",config:[{label:"\u9996\u5b57\u6bcd\u5927\u5beb",description:"\u4f7f\u7528\u81ea\u8a02\u9a57\u8b49\u5668\u6aa2\u67e5\u9996\u5b57\u6bcd\u662f\u5426\u70ba\u5927\u5beb",formControlName:"capitalLetters",type:"text",validators:[{name:"firstUppercase"}]}],isExample:!0}},"conditions-visibility":{en:{label:"Conditions (Visibility)",config:(0,lt.b)(""),isExample:!0},"zh-TW":{label:"\u689d\u4ef6 (\u986f\u793a\u72c0\u614b)",config:(0,ct.X)(""),isExample:!0}},"conditions-validator":{en:{label:"Conditions (Validator)",config:rt.W,isExample:!0},"zh-TW":{label:"\u689d\u4ef6 (\u9a57\u8b49\u5668)",config:at.g,isExample:!0}},"conditions-complex":{en:{label:"Conditions (Multiple)",config:ot.S,isExample:!0},"zh-TW":{label:"\u689d\u4ef6 (\u591a\u91cd\u5224\u65b7)",config:st.M,isExample:!0}},"dynamic-multi-source":{en:{label:"Dynamic options (Multi-source)",config:j,isExample:!0},"zh-TW":{label:"\u52d5\u614b\u9078\u9805 (\u591a\u91cd\u4f86\u6e90)",config:gt,isExample:!0}},"dynamic-address":{en:{label:"Dynamic options (Address)",config:Y(),isExample:!0},"zh-TW":{label:"\u52d5\u614b\u9078\u9805 (\u5730\u5740)",config:dt,isExample:!0}},"dynamic-products":{en:{label:"Dynamic options (Products)",config:D,isExample:!0},"zh-TW":{label:"\u52d5\u614b\u9078\u9805 (\u5546\u54c1)",config:ft,isExample:!0}},"dynamic-posts":{en:{label:"Dynamic options (Posts)",config:S,isExample:!0},"zh-TW":{label:"\u52d5\u614b\u9078\u9805 (\u8cbc\u6587)",config:mt,isExample:!0}}};let N=(()=>{class n{constructor(){this._langService=(0,e.f3M)(A.x),this._templateList=ht,this._browserStorageUpdated$=new Z.x,this.currentTemplateKey$=new Oe.X(Object.keys(this._templateList)[0]),this.exampleList$=(0,b.a)([this._langService.language$,this._browserStorageUpdated$.pipe((0,$.O)(null))]).pipe((0,_.b)(0),(0,g.U)(([t])=>Object.keys(this._templateList).map(i=>{const o=this._templateList[i][t],s=this.getExampleTemplate(i)??o.config;return{...o,config:s,key:i}}))),this.userTemplateList$=this._browserStorageUpdated$.pipe((0,$.O)(null),(0,g.U)(()=>this._userTemplateSaved?Object.keys(this._userTemplateSaved).sort().reduce((t,i)=>(t.push({key:i,label:i,config:this._userTemplateSaved[i]}),t),[]):[]))}getExampleTemplate(t){const i=this._langService.language$.value,o=this._exampleSaved;return o&&o[t]?.[i]||null}setExampleTemplate(t,i){if(typeof window>"u"||!i||(Array.isArray(i)?!i.length:!i.configs?.length))return;const s=this._langService.language$.value,a=this._exampleSaved,p=a?{...a,[t]:{...a[t],[s]:i}}:{[t]:{[s]:i}};window.sessionStorage.setItem(this._exampleSavedTemplateKey,JSON.stringify(p)),this._browserStorageUpdated$.next()}getUserTemplate(t){const i=this._userTemplateSaved;return i&&i[t]||null}setUserTemplate(t,i){if(typeof window>"u")return;const o=this._userTemplateSaved,s=o&&null===i,a=o?{...o,[t]:i}:{[t]:i};s&&delete a[t],window.localStorage.setItem(this._userSavedTemplateKey,JSON.stringify(a)),this._browserStorageUpdated$.next()}get allTemplateKeys(){return Object.keys(this._templateList).sort().concat(this._userTemplateSaved?Object.keys(this._userTemplateSaved).sort():[])}get fallbackExample(){const t=this._langService.language$.value,i=this._currentTemplateKey,o=this._templateList[i]?.[t]?.config;return o||[]}get _currentTemplateKey(){return this.currentTemplateKey$.value||Object.keys(this._templateList)[0]}get _exampleSavedTemplateKey(){return"playground-editor-data"}get _userSavedTemplateKey(){return"playground-editor-user-data"}get _exampleSaved(){if(typeof window>"u")return null;const t=window.sessionStorage.getItem(this._exampleSavedTemplateKey);if(!t)return null;try{return JSON.parse(t)}catch{return null}}get _userTemplateSaved(){if(typeof window>"u")return null;const t=window.localStorage.getItem(this._userSavedTemplateKey);if(!t)return null;try{return JSON.parse(t)}catch{return null}}static#e=this.\u0275fac=function(i){return new(i||n)};static#t=this.\u0275prov=e.Yz7({token:n,factory:n.\u0275fac,providedIn:"root"})}return n})(),V=(()=>{class n{constructor(){this._langService=(0,e.f3M)(A.x),this._templateDataService=(0,e.f3M)(N),this._modifiedData=[],this.configEditorData$=(0,b.a)([this._langService.language$,this._templateDataService.currentTemplateKey$]).pipe((0,g.U)(()=>{const t=this._templateDataService.currentTemplateKey$.value;return{json:this._templateDataService.getUserTemplate(t)||this._templateDataService.getExampleTemplate(t)||this._templateDataService.fallbackExample}}))}get configModifiedData(){return this._modifiedData}set configModifiedData(t){this._modifiedData=structuredClone(t)}static#e=this.\u0275fac=function(i){return new(i||n)};static#t=this.\u0275prov=e.Yz7({token:n,factory:n.\u0275fac,providedIn:"root"})}return n})();var W=l(7903);const _t=function(n,r,t){return{key:n,label:r,isUserTemplate:t}};function xt(n,r){if(1&n&&e.GkF(0,16),2&n){const t=r.$implicit;e.oxw();const i=e.MAs(23);e.Q6J("ngTemplateOutlet",i)("ngTemplateOutletContext",e.kEZ(2,_t,t.key,t.label,!t.isExample))}}function yt(n,r){1&n&&e.GkF(0)}const bt=function(n,r){return{"bi-arrow-repeat":n,"bi-trash":r}};function Ct(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"button",9),e.NdJ("click",function(){const s=e.CHM(t).ngIf,a=e.oxw();return e.KtG(s.isExample?a.reset(s.key||""):a.remove(s.key||""))}),e._UZ(2,"i",17),e.qZA(),e.BQk()}if(2&n){const t=r.ngIf;e.xp6(2),e.Q6J("ngClass",e.WLB(1,bt,t.isExample,!t.isExample))}}function vt(n,r){if(1&n&&(e.ynx(0),e.TgZ(1,"option",18),e._uU(2),e.qZA(),e.BQk()),2&n){const t=r.$implicit;e.xp6(1),e.Q6J("ngValue",t.key),e.xp6(1),e.Oqu(t.label)}}function At(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"button",9),e.NdJ("click",function(){const s=e.CHM(t).ngIf,a=e.oxw();return e.KtG(a.save(s.key||"",!s.isExample))}),e._UZ(2,"i",19),e.qZA(),e.BQk()}}function St(n,r){if(1&n&&e.GkF(0,20),2&n){e.oxw();const t=e.MAs(21);e.Q6J("ngTemplateOutlet",t)}}const zt=function(){return["p-2 border border-[var(--border-color-50)] md:border-[var(--border-color-25)]","hover:border-[var(--border-color-50)] focus:border-[var(--border-color-50)]"]},H=function(n){return{hidden:n}};function Et(n,r){if(1&n){const t=e.EpF();e.TgZ(0,"div",21)(1,"input",22),e.NdJ("keydown.enter",function(){e.CHM(t);const o=e.oxw();return e.KtG(o.newTemplate())}),e.qZA(),e.TgZ(2,"div",23)(3,"button",9),e.NdJ("click",function(){e.CHM(t);const o=e.oxw();return e.KtG(o.cancelNewTemplate())}),e._UZ(4,"i",13),e.qZA(),e.TgZ(5,"button",9),e.NdJ("click",function(){e.CHM(t);const o=e.oxw();return e.KtG(o.newTemplate())}),e._UZ(6,"i",24),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("formControl",t.nameControl)("ngClass",e.DdM(4,zt))("placeholder",t.i18nContent$.value.PLAYGROUND.TEMPLATE.NEW+"..."),e.xp6(1),e.Q6J("ngClass",e.VKq(5,H,!t.nameControl.value))}}function wt(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"button",26),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2).key,s=e.oxw();return e.KtG(s.reset(o))}),e._UZ(2,"i",27),e.qZA(),e.BQk()}}function Mt(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"button",26),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2).key,s=e.oxw();return e.KtG(s.remove(o))}),e._UZ(2,"i",28),e.qZA(),e.BQk()}}function Dt(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.YNc(1,wt,3,0,"ng-container",6),e.YNc(2,Mt,3,0,"ng-container",6),e.TgZ(3,"button",26),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(),s=o.key,a=o.isUserTemplate,p=e.oxw();return e.KtG(p.save(s,!0===a))}),e._UZ(4,"i",24),e.qZA(),e.TgZ(5,"button",26),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return e.KtG(o.setEditStatus(!1))}),e._UZ(6,"i",13),e.qZA(),e.BQk()}if(2&n){const t=e.oxw().isUserTemplate;e.xp6(1),e.Q6J("ngIf",!t),e.xp6(1),e.Q6J("ngIf",t)}}function Nt(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"button",26),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return e.KtG(o.setEditStatus(!0))}),e._UZ(2,"i",29),e.qZA(),e.BQk()}}const Ot=function(n){return["relative z-0 flex items-start btn-template-name","px-4 py-1 text-start","duration-200",n]},kt=function(){return["absolute top-1/2 right-0 z-10 -translate-y-1/2","flex items-center gap-2 h-[90%]","bg-[rgba(var(--body-bg-color-rgb),0.65)]","pointer-events-none","template-edit"]};function Zt(n,r){if(1&n){const t=e.EpF();e.TgZ(0,"button",25),e.NdJ("click",function(){const s=e.CHM(t).key,a=e.oxw();return e.KtG(a.select(s))}),e.TgZ(1,"span"),e._uU(2),e.qZA(),e.TgZ(3,"div",5),e.YNc(4,Dt,7,2,"ng-container",6),e.YNc(5,Nt,3,0,"ng-container",6),e.qZA()()}if(2&n){const t=r.key,i=r.label,o=e.oxw();e.Q6J("ngClass",e.VKq(5,Ot,o.currentTemplateKey$.value===t?"active":"")),e.xp6(2),e.Oqu(i),e.xp6(1),e.Q6J("ngClass",e.DdM(7,kt)),e.xp6(1),e.Q6J("ngIf",o.isEditing),e.xp6(1),e.Q6J("ngIf",!o.isEditing)}}const It=function(n){return[n,"gap-2 items-center"]},Ft=function(n){return[n,"gap-2"]};let Jt=(()=>{class n{constructor(){this._langService=(0,e.f3M)(A.x),this._templateDataService=(0,e.f3M)(N),this._versionService=(0,e.f3M)(W.P),this._editorDataService=(0,e.f3M)(V),this._currentTemplate=null,this.onEdit=new e.vpe,this.nameControl=new c.NI(""),this.isEditing=!1,this.currentVersion=this._versionService.docVersion,this.showTemplateNameInput=!1,this.list$=(0,b.a)([this._templateDataService.exampleList$,this._templateDataService.userTemplateList$]).pipe((0,_.b)(0),(0,g.U)(([t,i])=>[...t,...i])),this.currentTemplateKey$=this._templateDataService.currentTemplateKey$,this.currentTemplate$=(0,b.a)([this.list$,this.currentTemplateKey$]).pipe((0,_.b)(0),(0,g.U)(([t,i])=>t.find(o=>o.key===i)),(0,B.b)(t=>this._currentTemplate=t??null)),this.i18nContent$=this._langService.i18nContent$}select(t){t!==this.currentTemplateKey$.value&&(this._editorDataService.configModifiedData=void 0,this.currentTemplateKey$.next(t),this.setEditStatus(!1))}save(t,i){if(!t)return;const o=this._editorDataService.configModifiedData;void 0!==o&&(this._editorDataService.configModifiedData=void 0,i?this._templateDataService.setUserTemplate(t,o):this._templateDataService.setExampleTemplate(t,o),this.currentTemplateKey$.next(t)),this.setEditStatus(!1)}reset(t){if(!t)return;const i=this._templateDataService.fallbackExample;this._templateDataService.setExampleTemplate(t,i),this._editorDataService.configModifiedData=i,this._templateDataService.currentTemplateKey$.next(t)}remove(t){t&&(this._templateDataService.setUserTemplate(t,null),this.setEditStatus(!1),this._selectLastTemplate())}newTemplate(){const t=this.nameControl.value?.trim(),i=this._templateDataService.allTemplateKeys.includes(t??"");!t||i||(this._templateDataService.setUserTemplate(t,[]),this.nameControl.setValue(""),this.currentTemplateKey$.next(t),this.toggleTemplateNameInput(!1),this.setEditStatus(!0))}cancelNewTemplate(){this.nameControl.setValue("")}toggleTemplateNameInput(t){this.showTemplateNameInput=t}setEditStatus(t){this.isEditing=t,this.onEdit.emit(this.isEditing)}_selectLastTemplate(){if(typeof window>"u")return;const t=this._templateDataService.allTemplateKeys;window.setTimeout(()=>{this.currentTemplateKey$.next(t[t.length-1])})}static#e=this.\u0275fac=function(i){return new(i||n)};static#t=this.\u0275cmp=e.Xpm({type:n,selectors:[["app-playground-template-list"]],outputs:{onEdit:"onEdit"},standalone:!0,features:[e.jDz],decls:24,vars:24,consts:[[1,"hidden","md:flex","flex-col","h-full","overflow-auto","beauty-scrollbar"],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngFor","ngForOf"],[1,"mt-3","px-4"],[4,"ngTemplateOutlet"],[1,"block","md:hidden"],[3,"ngClass"],[4,"ngIf"],[3,"ngModel","ngModelChange"],[4,"ngFor","ngForOf"],["type","button",1,"p-2",3,"click"],[1,"bi","bi-plus-lg"],[3,"ngTemplateOutlet",4,"ngIf"],["type","button",1,"p-2",3,"ngClass","click"],[1,"bi","bi-x-lg"],["templateNameInputTemplate",""],["listItemTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"bi",3,"ngClass"],[3,"ngValue"],[1,"bi","bi-floppy"],[3,"ngTemplateOutlet"],[1,"flex-1","flex","gap-2"],["type","text",1,"doc-form-element",3,"formControl","ngClass","placeholder","keydown.enter"],[1,"shrink-0","flex","items-center","gap-2",3,"ngClass"],[1,"bi","bi-check2","text-lg"],["type","button",3,"ngClass","click"],["type","button",3,"click"],[1,"bi","bi-arrow-repeat","rotate-45"],[1,"bi","bi-trash"],[1,"bi","bi-pencil-square"]],template:function(i,o){if(1&i&&(e.TgZ(0,"div",0),e.YNc(1,xt,1,6,"ng-container",1),e.ALo(2,"async"),e.TgZ(3,"div",2),e.YNc(4,yt,1,0,"ng-container",3),e.qZA()(),e.TgZ(5,"div",4)(6,"div",5),e.YNc(7,Ct,3,4,"ng-container",6),e.ALo(8,"async"),e.TgZ(9,"select",7),e.NdJ("ngModelChange",function(a){return o.select(a)}),e.YNc(10,vt,3,2,"ng-container",8),e.ALo(11,"async"),e.qZA(),e.TgZ(12,"button",9),e.NdJ("click",function(){return o.toggleTemplateNameInput(!0)}),e._UZ(13,"i",10),e.qZA(),e.YNc(14,At,3,0,"ng-container",6),e.ALo(15,"async"),e.qZA(),e.TgZ(16,"div",5),e.YNc(17,St,1,1,"ng-container",11),e.TgZ(18,"button",12),e.NdJ("click",function(){return o.toggleTemplateNameInput(!1)}),e._UZ(19,"i",13),e.qZA()()(),e.YNc(20,Et,7,7,"ng-template",null,14,e.W1O),e.YNc(22,Zt,6,8,"ng-template",null,15,e.W1O)),2&i){const s=e.MAs(21);e.xp6(1),e.Q6J("ngForOf",e.lcZ(2,10,o.list$)),e.xp6(3),e.Q6J("ngTemplateOutlet",s),e.xp6(2),e.Q6J("ngClass",e.VKq(18,It,o.showTemplateNameInput?"hidden":"flex")),e.xp6(1),e.Q6J("ngIf",e.lcZ(8,12,o.currentTemplate$)),e.xp6(2),e.Q6J("ngModel",o.currentTemplateKey$.value),e.xp6(1),e.Q6J("ngForOf",e.lcZ(11,14,o.list$)),e.xp6(4),e.Q6J("ngIf",e.lcZ(15,16,o.currentTemplate$)),e.xp6(2),e.Q6J("ngClass",e.VKq(20,Ft,o.showTemplateNameInput?"flex":"hidden")),e.xp6(1),e.Q6J("ngIf",o.showTemplateNameInput),e.xp6(1),e.Q6J("ngClass",e.VKq(22,H,o.nameControl.value))}},dependencies:[u.ez,u.mk,u.sg,u.O5,u.tP,u.Ov,c.u5,c.YN,c.Kr,c.Fj,c.EJ,c.JJ,c.On,c.UX,c.oH],styles:[".btn-template-name[_ngcontent-%COMP%]{border-block:solid 1px;border-color:transparent;transition-property:padding,border-color}.btn-template-name[_ngcontent-%COMP%]:hover, .btn-template-name[_ngcontent-%COMP%]:active{color:var(--primary-500);font-weight:700}.btn-template-name.active[_ngcontent-%COMP%]{border-color:var(--border-color-50);font-weight:700;padding:1rem .5rem;color:var(--primary-500)}.btn-template-name.active[_ngcontent-%COMP%] .template-edit[_ngcontent-%COMP%]{opacity:1;pointer-events:auto}.btn-template-name[_ngcontent-%COMP%] .template-edit[_ngcontent-%COMP%]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0}.btn-template-name[_ngcontent-%COMP%] .template-edit[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{border-radius:.5rem;color:rgb(var(--text-color-rgb));padding:.5rem}.btn-template-name[_ngcontent-%COMP%] .template-edit[_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover{background-color:var(--primary-500);color:#fff;box-shadow:0 0 1rem #0003}"]})}return n})(),Gt=(()=>{class n{constructor(){this.defaultAsSplitSizes=[60,40]}get formUi(){return typeof window>"u"?"":window.localStorage.getItem("form-ui")||""}set formUi(t){typeof window>"u"||window.localStorage.setItem("form-ui",t)}get asSplitSizes(){if(typeof window>"u")return[];const t=window.localStorage.getItem("as-split-sizes");if(!t)return this.defaultAsSplitSizes;try{return JSON.parse(t)}catch{return this.defaultAsSplitSizes}}set asSplitSizes(t){typeof window>"u"||window.localStorage.setItem("as-split-sizes",JSON.stringify(t))}static#e=this.\u0275fac=function(i){return new(i||n)};static#t=this.\u0275prov=e.Yz7({token:n,factory:n.\u0275fac,providedIn:"root"})}return n})();var Ut=l(6895);function Qt(n,r){1&n&&e.GkF(0)}function Lt(n,r){1&n&&e.GkF(0)}function Kt(n,r){1&n&&e.GkF(0)}function Bt(n,r){1&n&&e.GkF(0)}const Rt=function(n){return{"--header-height.px":n,"--panel-width":"20rem"}},Yt=function(){return["fixed bottom-0 w-full z-10 overflow-hidden pointer-events-none","flex items-center","h-[calc(100vh-var(--header-height))]"]},Vt=function(n){return["flex flex-col shrink-0 pointer-events-auto","h-full w-[calc(var(--panel-width)+var(--gutter-auto))]","min-w-[var(--panel-width)]","border-r border-[var(--border-color-25)]","pl-[var(--gutter-auto)]","bg-[var(--body-bg-color)]",n]},Ht=function(n){return["relative -z-10 pointer-events-auto","h-full w-[calc(100vw-var(--panel-width)-2em)]","max-w-[calc(95rem-var(--panel-width))]","max-h-[calc(100%-2rem)]","rounded-r-lg shadow-lg overflow-hidden","duration-300 transition-transform ease-[cubic-bezier(.11,.99,.57,1)]",n]},qt=function(){return["flex-1 w-full","pl-[var(--panel-width)]"]},Xt=function(){return["w-full h-full pb-10","overflow-auto beauty-scrollbar"]},tn=function(){return["sticky top-[var(--header-height)] !overflow-hidden","!h-[calc(100vh-var(--header-height))]","flex flex-col p-4 pt-1"]};function nn(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"div",5)(2,"div",6)(3,"div",6)(4,"div",7)(5,"div",8),e.YNc(6,Qt,1,0,"ng-container",9),e.qZA(),e.TgZ(7,"app-playground-template-list",10),e.NdJ("onEdit",function(o){e.CHM(t);const s=e.oxw();return e.KtG(s.onTemplateEdit(o))}),e.qZA()()(),e.TgZ(8,"app-playground-editor",11),e.NdJ("onEditing",function(o){e.CHM(t);const s=e.oxw();return e.KtG(s.onConfigEditing(o))}),e.ALo(9,"async"),e.qZA()(),e.TgZ(10,"ui-content-wrapper",12)(11,"div",6)(12,"as-split",13),e.NdJ("dragEnd",function(o){e.CHM(t);const s=e.oxw();return e.KtG(s.onAsSplitDragEnd(o))})("gutterDblClick",function(){e.CHM(t);const o=e.oxw();return e.KtG(o.resetSplitSizes())}),e.TgZ(13,"as-split-area",14)(14,"div",6),e.YNc(15,Lt,1,0,"ng-container",9),e.qZA()(),e.TgZ(16,"as-split-area",15),e.YNc(17,Kt,1,0,"ng-container",9),e.TgZ(18,"div",16),e.YNc(19,Bt,1,0,"ng-container",9),e.qZA()()()()()(),e.BQk()}if(2&n){const t=e.oxw(),i=e.MAs(3),o=e.MAs(7),s=e.MAs(5),a=e.MAs(9);e.xp6(1),e.Q6J("ngStyle",e.VKq(21,Rt,t.headerHeight$.value)),e.xp6(1),e.Q6J("ngClass",e.DdM(23,Yt)),e.xp6(1),e.Q6J("ngClass",e.VKq(24,Vt,t.showEditor?"shadow-2xl":"")),e.xp6(3),e.Q6J("ngTemplateOutlet",i),e.xp6(2),e.Tol(e.VKq(26,Ht,t.showEditor?"translate-x-0":"translate-x-[calc(-100%-1rem)]").join(" ")),e.Q6J("data",e.lcZ(9,19,t.editorData$)),e.xp6(2),e.Q6J("maxWidth","var(--page-max-width)"),e.xp6(1),e.Q6J("ngClass",e.DdM(28,qt)),e.xp6(1),e.Q6J("useTransition",!0)("gutterSize",1)("gutterDblClickDuration",300),e.xp6(1),e.Q6J("size",t.asSplitSizes[0]),e.xp6(1),e.Q6J("ngClass",e.DdM(29,Xt)),e.xp6(1),e.Q6J("ngTemplateOutlet",o),e.xp6(1),e.Q6J("ngClass",e.DdM(30,tn))("size",t.asSplitSizes[1]),e.xp6(1),e.Q6J("ngTemplateOutlet",s),e.xp6(2),e.Q6J("ngTemplateOutlet",a)}}const on=function(n){return[n,"p-2 uppercase text-xs"]};function sn(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"button",23),e.NdJ("click",function(){const s=e.CHM(t).index,a=e.oxw(2);return e.KtG(a.switchMobileTab(s))}),e._uU(2),e.qZA(),e.BQk()}if(2&n){const t=r.$implicit,i=r.index,o=e.oxw(2);e.xp6(1),e.Q6J("ngClass",e.VKq(2,on,o.mobileTabSelected===i?"text-[var(--primary-500)] font-bold":"text-[rgba(128,128,128,0.75)]")),e.xp6(1),e.hij(" ",t," ")}}function rn(n,r){1&n&&e.GkF(0)}function an(n,r){1&n&&e.GkF(0)}function ln(n,r){1&n&&e.GkF(0)}function cn(n,r){1&n&&e.GkF(0)}const un=function(){return["flex flex-col md:hidden","h-[calc(var(--window-height)-var(--header-height))] overflow-hidden"]},dn=function(n,r){return{"--header-height.px":n,"--window-height.px":r}},gn=function(){return["sticky top-0 z-10","grid grid-cols-[repeat(3,1fr)] gap-2","border-b border-[var(--border-color-25)]","whitespace-nowrap min-h-12 overflow-auto"]},mn=function(n){return[n,"flex-1 flex-col overflow-hidden"]},fn=function(n){return[n,"overflow-auto"]},hn=function(){return["p-4","border-b border-[var(--border-color-25)]","bg-[rgba(var(--text-color-rgb),0.075)]"]},_n=function(){return{isMobile:!0}},xn=function(n){return[n,"mb-3 h-full overflow-hidden"]};function yn(n,r){if(1&n){const t=e.EpF();e.ynx(0),e.TgZ(1,"div",17)(2,"div",6),e.YNc(3,sn,3,4,"ng-container",18),e.ALo(4,"async"),e.qZA(),e.TgZ(5,"div",6)(6,"app-playground-editor",19),e.NdJ("onEditing",function(o){e.CHM(t);const s=e.oxw();return e.KtG(s.onConfigEditing(o))}),e.ALo(7,"async"),e.qZA(),e.TgZ(8,"app-playground-template-list",20),e.NdJ("onEdit",function(o){e.CHM(t);const s=e.oxw();return e.KtG(s.onTemplateEdit(o))}),e.qZA()(),e.TgZ(9,"div",6)(10,"div",6),e.YNc(11,rn,1,0,"ng-container",21),e.TgZ(12,"div",22),e.YNc(13,an,1,0,"ng-container",9),e.qZA()(),e.YNc(14,ln,1,0,"ng-container",9),e.qZA(),e.TgZ(15,"div",6),e.YNc(16,cn,1,0,"ng-container",9),e.qZA()(),e.BQk()}if(2&n){const t=e.oxw(),i=e.MAs(3),o=e.MAs(5),s=e.MAs(7),a=e.MAs(9);e.xp6(1),e.Q6J("ngClass",e.DdM(18,un))("ngStyle",e.WLB(19,dn,t.headerHeight$.value,t.windowSize$.value.y)),e.xp6(1),e.Q6J("ngClass",e.DdM(22,gn)),e.xp6(1),e.Q6J("ngForOf",e.lcZ(4,14,t.mobileTabs$)),e.xp6(2),e.Q6J("ngClass",e.VKq(23,mn,0===t.mobileTabSelected?"flex":"hidden")),e.xp6(1),e.Q6J("data",e.lcZ(7,16,t.editorData$)),e.xp6(3),e.Q6J("ngClass",e.VKq(25,fn,1===t.mobileTabSelected?"block":"hidden")),e.xp6(1),e.Q6J("ngClass",e.DdM(27,hn)),e.xp6(1),e.Q6J("ngTemplateOutlet",i)("ngTemplateOutletContext",e.DdM(28,_n)),e.xp6(2),e.Q6J("ngTemplateOutlet",o),e.xp6(1),e.Q6J("ngTemplateOutlet",s),e.xp6(1),e.Q6J("ngClass",e.VKq(29,xn,2===t.mobileTabSelected?"block":"hidden")),e.xp6(1),e.Q6J("ngTemplateOutlet",a)}}function bn(n,r){if(1&n&&(e.ynx(0),e.TgZ(1,"option",25),e._uU(2),e.qZA(),e.BQk()),2&n){const t=r.$implicit;e.xp6(1),e.Q6J("ngValue",t.key),e.xp6(1),e.Oqu(t.key)}}function Cn(n,r){if(1&n){const t=e.EpF();e.TgZ(0,"select",24),e.NdJ("ngModelChange",function(o){e.CHM(t);const s=e.oxw();return e.KtG(s.onFormUiChange(o))}),e.YNc(1,bn,3,2,"ng-container",18),e.qZA()}if(2&n){const t=e.oxw();e.Q6J("ngModel",t.currentUi),e.xp6(1),e.Q6J("ngForOf",t.uiComponents)}}const An=function(){return["bg-[var(--body-bg-color)]","px-3 py-2","rounded-md border border-1 border-[var(--border-color-50)]","text-sm hover:shadow"]};function Sn(n,r){if(1&n){const t=e.EpF();e.TgZ(0,"div",26)(1,"label",27),e._UZ(2,"input",28),e.TgZ(3,"span"),e._uU(4,"hideErrorMessage"),e.qZA(),e._UZ(5,"span",29),e.qZA(),e.TgZ(6,"button",30),e.NdJ("click",function(){e.CHM(t);const o=e.oxw();return e.KtG(o.hideErrorMessageControl.setValue(!1))}),e._uU(7," hideErrorMessage = false "),e.qZA()()}if(2&n){const t=e.oxw();e.xp6(2),e.Q6J("formControl",t.hideErrorMessageControl),e.xp6(4),e.Q6J("ngClass",e.DdM(2,An))}}const O=function(){return[]};function Tn(n,r){if(1&n&&(e.ynx(0),e._UZ(1,"app-playground-form",34),e.ALo(2,"async"),e.BQk()),2&n){const t=e.oxw(2);let i,o;e.xp6(1),e.Q6J("configs",null!==(i=e.lcZ(2,4,t.configs$))&&void 0!==i?i:e.DdM(6,O))("hideErrorMessage",null!==(o=t.hideErrorMessageControl.value)&&void 0!==o?o:void 0)("control",t.formControl)("optionsSources",t.optionsSources)}}function Pn(n,r){if(1&n&&(e.ynx(0),e._UZ(1,"app-playground-form-primeng",34),e.ALo(2,"async"),e.BQk()),2&n){const t=e.oxw(2);let i,o;e.xp6(1),e.Q6J("configs",null!==(i=e.lcZ(2,4,t.configs$))&&void 0!==i?i:e.DdM(6,O))("hideErrorMessage",null!==(o=t.hideErrorMessageControl.value)&&void 0!==o?o:void 0)("control",t.formControl)("optionsSources",t.optionsSources)}}function zn(n,r){if(1&n&&(e.ynx(0),e._UZ(1,"app-playground-form-material",34),e.ALo(2,"async"),e.BQk()),2&n){const t=e.oxw(2);let i,o;e.xp6(1),e.Q6J("configs",null!==(i=e.lcZ(2,4,t.configs$))&&void 0!==i?i:e.DdM(6,O))("hideErrorMessage",null!==(o=t.hideErrorMessageControl.value)&&void 0!==o?o:void 0)("control",t.formControl)("optionsSources",t.optionsSources)}}function En(n,r){if(1&n&&(e.ynx(0,31),e.YNc(1,Tn,3,7,"ng-container",32),e.YNc(2,Pn,3,7,"ng-container",33),e.YNc(3,zn,3,7,"ng-container",33),e.BQk()),2&n){const t=e.oxw();e.Q6J("ngSwitch",t.currentUi),e.xp6(2),e.Q6J("ngSwitchCase","Prime NG"),e.xp6(1),e.Q6J("ngSwitchCase","Angular Material")}}function wn(n,r){if(1&n&&e._UZ(0,"app-playground-form-info",35),2&n){const t=e.oxw();e.Q6J("control",t.formControl)}}let Mn=(()=>{class n{constructor(){this._http=(0,e.f3M)(q.eN),this._layoutService=(0,e.f3M)(_e.P),this._langService=(0,e.f3M)(A.x),this._templateDataService=(0,e.f3M)(N),this._versionService=(0,e.f3M)(W.P),this._playgroundSettingsService=(0,e.f3M)(Gt),this._editorDataService=(0,e.f3M)(V),this.uiComponents=[{key:"UI Basic",value:void 0},{key:"Prime NG",value:L.B},{key:"Angular Material",value:Q.A}],this.form=new c.cw({}),this.formControl=new c.p4(""),this.showEditor=!1,this.currentVersion=this._versionService.docVersion,this.mobileTabSelected=0,this.asSplitSizes=this._playgroundSettingsService.asSplitSizes,this.customUiComponents=this.uiComponents.reduce((t,i)=>(t[i.key]=i.value,t),{}),this.currentUi=this._playgroundSettingsService.formUi||Object.keys(this.customUiComponents)[0],this.hideErrorMessageControl=new c.NI(void 0),this.optionsSources={custom$:this._http.get("https://dummyjson.com/products").pipe((0,g.U)(t=>t.products),(0,ue.u)(),(0,g.U)(t=>({label:t.title,value:t})),(0,K.e)((n,r)=>{(function ge(n,r){return(0,K.e)((0,de.U)(n,r,arguments.length>=2,!1,!0))})(me,[])(n).subscribe(r)}))},this.headerHeight$=this._layoutService.headerHeight$,this.windowSize$=this._layoutService.windowSize$,this.mobileTabs$=this._langService.i18nContent$.pipe((0,g.U)(t=>t.PLAYGROUND.TABS),(0,g.U)(t=>Object.values(t))),this.editorData$=this._editorDataService.configEditorData$.pipe((0,he.B)()),this.configs$=(0,b.a)([this._templateDataService.currentTemplateKey$,this._langService.language$]).pipe((0,_.b)(0),(0,B.b)(()=>{this.hideErrorMessageControl.setValue(void 0)}),(0,g.U)(([t])=>{const i=this._templateDataService.getExampleTemplate(t);return this._templateDataService.getUserTemplate(t)||i||this._templateDataService.fallbackExample}))}onTemplateEdit(t){this.showEditor=t}onFormUiChange(t){this.currentUi=this._playgroundSettingsService.formUi=t}onAsSplitDragEnd(t){this.asSplitSizes=this._playgroundSettingsService.asSplitSizes=t.sizes.map(i=>"string"==typeof i?50:i)}resetSplitSizes(){this.asSplitSizes=this._playgroundSettingsService.asSplitSizes=this._playgroundSettingsService.defaultAsSplitSizes}switchMobileTab(t){this.mobileTabSelected=t}onConfigEditing(t){this._editorDataService.configModifiedData=t}onFormGet(t){this.form=t}static#e=this.\u0275fac=function(i){return new(i||n)};static#t=this.\u0275cmp=e.Xpm({type:n,selectors:[["app-page-playground"]],standalone:!0,features:[e.jDz],decls:10,vars:2,consts:[[4,"ngIf"],["formUiSelectTemplate",""],["errorMessageToggle",""],["dynamicFormTemplate",""],["formInfoTemplate",""],[1,"relative","z-0","hidden","md:flex",3,"ngStyle"],[3,"ngClass"],[1,"px-4"],[1,"mt-3"],[4,"ngTemplateOutlet"],[1,"block","mt-4","overflow-hidden",3,"onEdit"],[3,"data","onEditing"],[3,"maxWidth"],[1,"!overflow-visible",3,"useTransition","gutterSize","gutterDblClickDuration","dragEnd","gutterDblClick"],[1,"flex","flex-col","px-3","!overflow-hidden",3,"size"],[3,"ngClass","size"],[1,"flex-1","min-h-0","mt-1"],[3,"ngClass","ngStyle"],[4,"ngFor","ngForOf"],[1,"flex-1","overflow-hidden",3,"data","onEditing"],[1,"p-2",3,"onEdit"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"mt-5"],["type","button",3,"ngClass","click"],[1,"doc-form-element","text-lg","font-bold",3,"ngModel","ngModelChange"],[3,"ngValue"],[1,"flex","flex-col","gap-2"],[1,"grid","grid-cols-[auto_1fr]","gap-x-3"],["type","checkbox",3,"formControl"],[1,"marker"],[3,"ngClass","click"],[3,"ngSwitch"],[4,"ngSwitchDefault"],[4,"ngSwitchCase"],[1,"flex","flex-col","p-5","text-sm","md:text-base",3,"configs","hideErrorMessage","control","optionsSources"],[1,"block","h-full","bg-[var(--body-bg-color)]",3,"control"]],template:function(i,o){1&i&&(e.YNc(0,nn,20,31,"ng-container",0),e.YNc(1,yn,17,31,"ng-container",0),e.YNc(2,Cn,2,2,"ng-template",null,1,e.W1O),e.YNc(4,Sn,8,3,"ng-template",null,2,e.W1O),e.YNc(6,En,4,3,"ng-template",null,3,e.W1O),e.YNc(8,wn,1,1,"ng-template",null,4,e.W1O)),2&i&&(e.Q6J("ngIf",o.windowSize$.value.x>=768),e.xp6(1),e.Q6J("ngIf",o.windowSize$.value.x<768))},dependencies:[u.ez,u.mk,u.sg,u.O5,u.tP,u.PC,u.RF,u.n9,u.ED,u.Ov,c.u5,c.YN,c.Kr,c.Wl,c.EJ,c.JJ,c.On,c.UX,c.oH,Ut.d,R.C,Jt,we,pe,U,ce,M,Ne,De]})}return n})()}}]); \ No newline at end of file diff --git a/docs/318.539673508e97a824.js b/docs/318.539673508e97a824.js new file mode 100644 index 00000000..ba36d05f --- /dev/null +++ b/docs/318.539673508e97a824.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[318],{8318:(it,v,s)=>{s.r(v),s.d(v,{PageDocsComponent:()=>et});var a=s(6733),t=s(755),u=s(7609),M=s(2425),d=s(4787),m=s(4893),h=s(1570),x=s(7560),k=s(453),T=s(3489),S=s(6202),A=s(3131);function _(){if(typeof window>"u")return 0;const i=document.querySelector("app-header");return i?Math.floor(i.clientHeight):0}function b(i,c){typeof window>"u"||!i||(i.style.scrollMargin=`${_()+50}px`,i.scrollIntoView({behavior:c,block:"start"}))}var C=s(2861),y=s(930);let O=(()=>{class i{constructor(){this._router=(0,t.f3M)(u.F0),this._el=(0,t.f3M)(t.SBq),this.routeActiveClass=""}onClick(n){if(!(n.target instanceof HTMLAnchorElement&&n.target.hasAttribute("[routerLink]")))return;n.preventDefault();const r=n.target.getAttribute("href")||"";this._router.navigateByUrl(r).then(()=>this._highlightActiveRoute())}ngAfterViewInit(){this._listenMutation()}ngOnDestroy(){this._mutationObserver?.takeRecords(),this._mutationObserver?.disconnect()}_listenMutation(){typeof window>"u"||(this._mutationObserver=new MutationObserver(()=>{this._highlightActiveRoute()}),this._mutationObserver.observe(this._el.nativeElement,{childList:!0,attributes:!0}))}_highlightActiveRoute(){this.routeActiveClass&&Array.from(this._el.nativeElement.querySelectorAll("a")).forEach(o=>{o.href.split("/").pop()===this._routeClean.split("/").pop()?o.classList.add(this.routeActiveClass):o.classList.remove(this.routeActiveClass)})}get _routeClean(){return this._router.url.split("?")[0].split("#")[0]}static#t=this.\u0275fac=function(e){return new(e||i)};static#e=this.\u0275dir=t.lG2({type:i,selectors:[["","docRouterLink",""]],hostBindings:function(e,o){1&e&&t.NdJ("click",function(l){return o.onClick(l)})},inputs:{routeActiveClass:"routeActiveClass"},standalone:!0})}return i})(),D=(()=>{class i{constructor(){this._docLoaderService=(0,t.f3M)(C.Y),this._languageDataService=(0,t.f3M)(y.x),this.content$=this._languageDataService.language$.pipe((0,d.w)(n=>this._docLoaderService.loadDocHtml$(`index_${this._languageDataService.languageFromUrl??n}.md`,"safeHTML")))}static#t=this.\u0275fac=function(e){return new(e||i)};static#e=this.\u0275cmp=t.Xpm({type:i,selectors:[["app-navigator-index"]],inputs:{containerClass:"containerClass"},standalone:!0,features:[t.jDz],decls:2,vars:5,consts:[["docRouterLink","",1,"docs-index-container",3,"routeActiveClass","ngClass","innerHTML"]],template:function(e,o){1&e&&(t._UZ(0,"div",0),t.ALo(1,"async")),2&e&&t.Q6J("routeActiveClass","active")("ngClass",o.containerClass)("innerHTML",t.lcZ(1,3,o.content$),t.oJD)},dependencies:[a.ez,a.mk,a.Ov,O],encapsulation:2})}return i})();var p=s(8748),L=s(5333),f=s(1749),$=s(409),P=s(5047),w=s(6424);let I=(()=>{class i{constructor(){this.h2$=new w.X([]),this.h3$=new w.X([]),this.navigationLinks$=new p.x}buildNavigationLinks(){if(typeof window>"u")return;const n=Array.from(document.querySelectorAll("*")).filter(o=>"H2"===o.tagName||"H3"===o.tagName);if(!n.length)return;const e=n.reduce((o,r)=>{const l=o.filter(nt=>"H2"===nt.tagName).pop(),g={id:r.id,label:r.innerText,tagName:r.tagName};switch(r.tagName){case"H2":o.push(g);break;case"H3":if(!l)return o;l.children||(l.children=[]),l.children.push(g)}return o},[]);this.navigationLinks$.next(e)}static#t=this.\u0275fac=function(e){return new(e||i)};static#e=this.\u0275prov=t.Yz7({token:i,factory:i.\u0275fac,providedIn:"root"})}return i})();const F=function(i){return{item:i,level:1}};function N(i,c){if(1&i&&(t.ynx(0),t.GkF(1,2),t.BQk()),2&i){const n=c.$implicit;t.oxw();const e=t.MAs(2);t.xp6(1),t.Q6J("ngTemplateOutlet",e)("ngTemplateOutletContext",t.VKq(2,F,n))}}const H=function(i,c){return{item:i,level:c}};function J(i,c){if(1&i&&t.GkF(0,2),2&i){const n=c.$implicit,e=t.oxw(2).level;t.oxw();const o=t.MAs(2);t.Q6J("ngTemplateOutlet",o)("ngTemplateOutletContext",t.WLB(2,H,n,e+1))}}const Z=function(i){return{active:i}};function Q(i,c){if(1&i&&(t.ynx(0),t.TgZ(1,"div",5)(2,"div",6),t.YNc(3,J,1,5,"ng-container",7),t.qZA()(),t.BQk()),2&i){const n=t.oxw(),e=n.item,o=n.level,r=t.oxw();t.xp6(1),t.Q6J("ngClass",t.VKq(2,Z,(null==e.children?null:e.children.length)&&r.currentActiveId[o-1]===e.id)),t.xp6(2),t.Q6J("ngForOf",e.children)}}const R=function(i,c){return{active:i,child:c}};function z(i,c){if(1&i){const n=t.EpF();t.TgZ(0,"button",3),t.NdJ("click",function(o){const l=t.CHM(n).item,g=t.oxw();return t.KtG(g.onLinkClick(o,l))}),t._uU(1),t.qZA(),t.YNc(2,Q,4,4,"ng-container",4)}if(2&i){const n=c.item,e=c.level,o=t.oxw();t.Q6J("ngClass",t.WLB(3,R,o.currentActiveId[e-1]===n.id,e>1)),t.xp6(1),t.hij(" ",n.label," "),t.xp6(1),t.Q6J("ngIf",null==n.children?null:n.children.length)}}let B=(()=>{class i{constructor(){this._sideNavigationPaneService=(0,t.f3M)(I),this._router=(0,t.f3M)(u.F0),this._location=(0,t.f3M)(a.Ye),this._currentLinkIndex=0,this._linksFlatten=[],this._pauseScrollingHighlight=!1,this._reset$=new p.x,this._onDestroy$=new p.x,this.links=[],this.currentActiveId=["",""],this.hostClass="beauty-scrollbar"}ngOnChanges(){typeof window<"u"&&window.setTimeout(()=>{this._sideNavigationPaneService.buildNavigationLinks()})}ngOnInit(){typeof window>"u"||(this._getLinks(),this._onRouteChange())}ngOnDestroy(){this._onDestroy$.next(),this._onDestroy$.complete()}onLinkClick(n,e){const o=n.target,r=this._router.url.split("?")[0].split("#")[0],l=parseInt(e.tagName.replace("H",""))-2;o.scrollIntoView({block:"center"}),this._pauseScrollingHighlight=!0,this.currentActiveId[l]=e.id,this.currentActiveId[l+1]=e.children?.[0].id||"",this._router.navigateByUrl(`${r}#${e.id}`,{onSameUrlNavigation:"reload"})}_onRouteChange(){this._router.events.pipe((0,L.h)(n=>n instanceof u.m2),(0,h.b)(()=>this._syncActiveIndexWithScroll()),(0,f.R)(this._onDestroy$)).subscribe()}_getLinks(){this._sideNavigationPaneService.navigationLinks$.pipe((0,h.b)(n=>{this.links=n,this._flattenLinks(n),this._syncActiveIndexWithScroll(),this._scrollToContent(void 0,!1),this._setActiveIds()}),(0,f.R)(this._onDestroy$)).subscribe()}_flattenLinks(n){this._linksFlatten=[];const e=o=>{for(const r of o)this._linksFlatten.push(r),r.children&&e(r.children)};e(n)}_syncActiveIndexWithScroll(){typeof window>"u"||(this._reset$.next(),(0,$.R)(document,"scroll",{passive:!0}).pipe((0,h.b)(()=>this._highlightTitle()),(0,f.R)((0,P.T)(this._onDestroy$,this._reset$))).subscribe())}_setActiveIds(){if(typeof window>"u")return;const n=this._getActiveTitle();if(!n)return void(this._bodyScrollFraction<.05&&(this.currentActiveId=[]));const e=parseInt(n.tagName.replace("H",""))-2,o=this.links.find(({children:r})=>(r||[]).find(({id:l})=>l===n.id));this.currentActiveId[e-1]=o?.id||"",this.currentActiveId[e]=n.id||"",this._currentLinkIndex=this._linksFlatten.findIndex(({id:r})=>r===n.id)}_getActiveTitle(){const n=r=>r.getBoundingClientRect(),e=this._linksFlatten.map(({id:r})=>document.querySelector(`#${r}`)).filter(r=>!!r);return 1===e.length?e[0]:e[(()=>this._bodyScrollFraction>.99?e.length-1:this._bodyScrollFraction>.9?Math.floor(e.length*this._bodyScrollFraction):e.findIndex(r=>n(r).top>=0&&n(r).bottom"u")return;const o=this._router.parseUrl(this._location.path()).queryParams.id,r=n??o;if(!r)return void(this.currentActiveId[0]=document.querySelector("markdown h2")?.id||"");const l=document.querySelector(`#${r}`);l&&b(l,e?"smooth":"auto")}_highlightTitle(){if(typeof window>"u")return;let n=0;const e=window.scrollY.5?this._bodyScrollFraction:.5)}static#t=this.\u0275fac=function(e){return new(e||i)};static#e=this.\u0275cmp=t.Xpm({type:i,selectors:[["app-navigator-title"]],hostVars:2,hostBindings:function(e,o){2&e&&t.Tol(o.hostClass)},inputs:{htmlString:"htmlString"},standalone:!0,features:[t.TTD,t.jDz],decls:3,vars:1,consts:[[4,"ngFor","ngForOf"],["buttonTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"ngClass","click"],[4,"ngIf"],[1,"sub-titles",3,"ngClass"],[1,"flex","flex-col","overflow-hidden"],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngFor","ngForOf"]],template:function(e,o){1&e&&(t.YNc(0,N,2,4,"ng-container",0),t.YNc(1,z,3,6,"ng-template",null,1,t.W1O)),2&e&&t.Q6J("ngForOf",o.links)},dependencies:[a.ez,a.mk,a.sg,a.O5,a.tP],styles:['[_nghost-%COMP%]{--color-active: var(--primary-500);display:flex;flex-direction:column}.dark [_nghost-%COMP%]{--color-active: rgb(var(--text-color-rgb))}button[_ngcontent-%COMP%]{position:relative;padding:.35rem 1.5rem;text-decoration:none;color:gray;background-color:unset;font-size:inherit;font-weight:400;text-align:left;z-index:0;cursor:pointer;transition:0s}button[_ngcontent-%COMP%]:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background-color:#80808040}button[_ngcontent-%COMP%]:hover, button.active[_ngcontent-%COMP%]{background-color:unset;color:var(--color-active);font-weight:500}button[_ngcontent-%COMP%]:hover:before, button[_ngcontent-%COMP%]:hover + .sub-titles[_ngcontent-%COMP%]:before, button.active[_ngcontent-%COMP%]:before, button.active[_ngcontent-%COMP%] + .sub-titles[_ngcontent-%COMP%]:before{background-color:var(--primary-500)}button[_ngcontent-%COMP%] + .sub-titles[_ngcontent-%COMP%]{position:relative;z-index:0}button[_ngcontent-%COMP%] + .sub-titles[_ngcontent-%COMP%]:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background-color:#80808040}.sub-titles[_ngcontent-%COMP%]{display:grid;grid-template-rows:0fr;font-size:.95rem;transition:.2s}.sub-titles.active[_ngcontent-%COMP%]{grid-template-rows:1fr}.sub-titles[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{margin-left:1rem;padding:.25rem 1.5rem}.sub-titles[_ngcontent-%COMP%] button[_ngcontent-%COMP%]:before{content:none}@media (prefers-color-scheme: dark){[_nghost-%COMP%]{--color-active: rgb(var(--text-color-rgb))}}@media screen and (max-width: 992px){button[_ngcontent-%COMP%]:before{content:none}button[_ngcontent-%COMP%] + .sub-titles[_ngcontent-%COMP%]:before{content:none}.sub-titles[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{padding:.8rem 2rem}}']})}return i})();var U=s(6895);const E=function(i,c){return{"--header-height.px":i,"--window-height.px":c}},Y=function(){return["grid-cols-[auto,3fr,auto] gap-8 items-start","block lg:grid"]},j=function(){return["sticky w-64 pt-5 pb-10 px-6 overflow-auto","hidden lg:block","top-[var(--header-height)]","h-[calc(100vh-var(--header-height))]"]},W=function(){return["gap-y-2"]},V=function(){return["sticky w-64 py-10 overflow-auto","hidden lg:block","top-[var(--header-height)]","h-[calc(100vh-var(--header-height))]"]},X=function(i){return["block lg:hidden","fixed top-0 left-0 z-[1000] w-full h-full","bg-[rgba(var(--bg-color-rgb),0.25)] backdrop-blur duration-100",i]},G=function(i){return["fixed bottom-0 left-0 z-[1001]","p-6 pb-28","block lg:hidden","bg-[rgb(var(--bg-color-rgb))]","w-4/5 min-w-[200px] h-screen","border-r border-1 border-gray-500/25","overflow-auto","duration-300 transition-transform",i]},q=function(){return["gap-y-6 break-keep whitespace-nowrap"]},tt=function(){return["fixed z-[1002] bottom-8 left-4","flex lg:hidden items-center justify-center","h-12 w-12 p-2 bg-[var(--primary-500)] text-white","!rounded-full shadow-[rgba(0,0,0,0.5)] shadow-xl"]};let et=(()=>{class i{constructor(){this._route=(0,t.f3M)(u.gz),this._router=(0,t.f3M)(u.F0),this._viewportScroller=(0,t.f3M)(a.EM),this._renderer2=(0,t.f3M)(t.Qsj),this._docLoaderService=(0,t.f3M)(C.Y),this._layoutService=(0,t.f3M)(A.P),this._langService=(0,t.f3M)(y.x),this._useAnchorScrolling=!1,this._loadDoc$=n=>this._route.url.pipe((0,M.U)(e=>e.map(({path:o})=>o).join("/")),(0,d.w)(e=>e?this._docLoaderService.loadDocHtml$(e,n):this._loadFallbackDoc$())),this.showMobileMenu=!1,this.headerHeight$=this._layoutService.headerHeight$.pipe((0,m.g)(0)),this.windowSize$=this._layoutService.windowSize$.pipe((0,m.g)(0)),this.title$=this._loadDoc$("string"),this.content$=this._loadDoc$("safeHTML").pipe((0,h.b)(()=>{this.onDocReady(),this.toggleMobileMenu(!1),this._scrollToContent()}),(0,x.K)(()=>(this._reloadDocOnError(),k.E)))}ngOnDestroy(){this._docLoaderService.clearCache()}onDocReady(){typeof window>"u"||window.setTimeout(()=>{this._docLoaderService.wrapTable()})}toggleMobileMenu(n){this.showMobileMenu=n??!this.showMobileMenu}setSmoothScroll(n){this._renderer2.setStyle(document.querySelector("html"),"scroll-behavior",n?"smooth":null)}_scrollToContent(){if(typeof window>"u")return;const n=this._route.snapshot.fragment?.split("?")[0];this._viewportScroller.setOffset([0,_()+30]),n?this._useAnchorScrolling||(this._useAnchorScrolling=!0,window.requestAnimationFrame(()=>{const e=document.querySelector(`#${n}`);e&&b(e,"auto")})):window.scrollTo({top:0})}_loadFallbackDoc$(){return this._docLoaderService.firstContentPath$().pipe((0,d.w)(n=>this._router.navigateByUrl(`/${n}`,{replaceUrl:!0})),(0,d.w)(()=>this._langService.loadLanguageData$()))}_reloadDocOnError(){(0,T.D)(this._router.navigateByUrl("/",{skipLocationChange:!0})).pipe((0,d.w)(()=>this._loadFallbackDoc$())).subscribe()}static#t=this.\u0275fac=function(e){return new(e||i)};static#e=this.\u0275cmp=t.Xpm({type:i,selectors:[["app-page-docs"]],standalone:!0,features:[t.jDz],decls:17,vars:33,consts:[[1,"beauty-scrollbar","affect-child",3,"ngStyle"],[3,"maxWidth"],[3,"ngClass"],[3,"containerClass","click"],[1,"markdown","block","min-w-0","p-4","lg:p-0","mt-4","lg:mt-10","mb-24",3,"innerHTML"],[3,"htmlString","click"],[3,"ngClass","click"],[3,"containerClass"],["type","button",3,"ngClass","click"],[1,"bi","bi-layout-text-sidebar"]],template:function(e,o){if(1&e&&(t.TgZ(0,"div",0),t.ALo(1,"async"),t.ALo(2,"async"),t.TgZ(3,"ui-content-wrapper",1)(4,"div",2)(5,"div",2)(6,"app-navigator-index",3),t.NdJ("click",function(){return o.setSmoothScroll(!1)}),t.qZA()(),t._UZ(7,"div",4),t.ALo(8,"async"),t.TgZ(9,"div",2)(10,"app-navigator-title",5),t.NdJ("click",function(){return o.setSmoothScroll(!0)}),t.ALo(11,"async"),t.qZA()()()(),t.TgZ(12,"div",6),t.NdJ("click",function(){return o.toggleMobileMenu(!1)}),t.qZA(),t.TgZ(13,"div",2),t._UZ(14,"app-navigator-index",7),t.qZA(),t.TgZ(15,"button",8),t.NdJ("click",function(){return o.toggleMobileMenu()}),t._UZ(16,"i",9),t.qZA()()),2&e){let r,l;t.Q6J("ngStyle",t.WLB(20,E,null!==(r=t.lcZ(1,12,o.headerHeight$))&&void 0!==r?r:0,null!==(r=null==(r=t.lcZ(2,14,o.windowSize$))?null:r.y)&&void 0!==r?r:0)),t.xp6(3),t.Q6J("maxWidth","var(--page-max-width)"),t.xp6(1),t.Q6J("ngClass",t.DdM(23,Y)),t.xp6(1),t.Q6J("ngClass",t.DdM(24,j)),t.xp6(1),t.Q6J("containerClass",t.DdM(25,W)),t.xp6(1),t.Q6J("innerHTML",t.lcZ(8,16,o.content$),t.oJD),t.xp6(2),t.Q6J("ngClass",t.DdM(26,V)),t.xp6(1),t.Q6J("htmlString",null!==(l=t.lcZ(11,18,o.title$))&&void 0!==l?l:""),t.xp6(2),t.Q6J("ngClass",t.VKq(27,X,o.showMobileMenu?"pointer-events-auto opacity-100":"pointer-events-none opacity-0")),t.xp6(1),t.Q6J("ngClass",t.VKq(29,G,o.showMobileMenu?"shadow-2xl translate-x-0":"translate-x-[calc(-100%-1rem)]")),t.xp6(1),t.Q6J("containerClass",t.DdM(31,q)),t.xp6(1),t.Q6J("ngClass",t.DdM(32,tt))}},dependencies:[a.ez,a.mk,a.PC,a.Ov,U.d,D,B],data:{animation:[S.k]}})}return i})()}}]); \ No newline at end of file diff --git a/docs/32.e74397c07972743d.js b/docs/32.e74397c07972743d.js new file mode 100644 index 00000000..6696e8aa --- /dev/null +++ b/docs/32.e74397c07972743d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[32],{6032:(E,g,n)=>{n.r(g),n.d(g,{PageHomeComponent:()=>P});var i=n(6733),l=n(2939),t=n(755),_=n(2133),s=n(7609),c=n(4787),d=n(2425),p=n(3131),m=n(3083),u=n(930),h=n(6895);function O(a,x){if(1&a&&(t.ynx(0),t.TgZ(1,"ui-content-wrapper")(2,"div",15)(3,"ul",16)(4,"li"),t._uU(5),t.qZA(),t.TgZ(6,"li"),t._uU(7),t.qZA(),t.TgZ(8,"li"),t._uU(9),t.qZA(),t.TgZ(10,"li"),t._uU(11),t.qZA(),t.TgZ(12,"li"),t._uU(13),t.qZA(),t.TgZ(14,"li"),t._uU(15),t.qZA()(),t._UZ(16,"app-doc-form-viewer",17),t.ALo(17,"async"),t.qZA()(),t.BQk()),2&a){const e=x.ngIf,o=t.oxw();let r;t.xp6(5),t.Oqu(e.NESTED_LEVELS),t.xp6(2),t.Oqu(e.CONDITIONS),t.xp6(2),t.Oqu(e.VALIDATORS),t.xp6(2),t.Oqu(e.CUSTOM_COMPONENTS),t.xp6(2),t.Oqu(e.LAYOUT),t.xp6(2),t.Oqu(e.UI_LIBRARY),t.xp6(1),t.Q6J("configPath","HOME_DEMO."+(null==(r=t.lcZ(17,7,o.lang$))?null:r.toUpperCase()))}}const v=function(a){return{"--header-height.px":a}},f=function(){return["-mt-[var(--header-height)] min-h-screen","relative z-0 overflow-hidden"]},M=function(){return["min-w-56","py-3 px-8 mt-12 bg-[var(--primary-500)] rounded-full","text-white md:text-lg","duration-500 transition-transform","hover:-translate-y-1 hover:drop-shadow-lg"]};let P=(()=>{class a{constructor(){this._http=(0,t.f3M)(l.eN),this._languageDataService=(0,t.f3M)(u.x),this._layoutService=(0,t.f3M)(p.P),this.features$=this._languageDataService.language$.pipe((0,c.w)(e=>this._http.get(`assets/i18n/${e}.json`,{responseType:"text"})),(0,d.U)(e=>JSON.parse(e).FEATURES)),this.i18nContent$=this._languageDataService.i18nContent$,this.headerHeight$=this._layoutService.headerHeight$,this.lang$=this._languageDataService.language$}static#t=this.\u0275fac=function(o){return new(o||a)};static#n=this.\u0275cmp=t.Xpm({type:a,selectors:[["app-page-home"]],standalone:!0,features:[t.jDz],decls:21,vars:13,consts:[[3,"ngStyle","ngClass"],[1,"relative","z-0"],[1,"banner"],[1,"logo"],["src","assets/logo.svg"],["type","button",3,"ngClass","routerLink"],[1,"absolute","-z-10","left-3/4","top-[50vh]","lg:top-[35vh]","-translate-x-1/2"],[1,"illustration"],[2,"--index","0","height","100%"],[2,"--index","1","height","50%","top","35%","left","-40%"],[2,"--index","6","top","30%","left","24%","width","30%"],[2,"--index","5","top","27%","left","-50%","width","60%"],[2,"--index","3","top","58%","left","-65%"],[2,"--index","4","top","6%","left","10%"],[4,"ngIf"],[1,"grid","lg:grid-cols-2","gap-6","mb-8","px-4","lg:px-12"],[1,"features","mt-8","lg:mt-24","lg:text-lg"],[3,"configPath"]],template:function(o,r){1&o&&(t.TgZ(0,"div",0)(1,"ui-content-wrapper",1)(2,"div",2)(3,"div",3),t._UZ(4,"img",4),t.qZA(),t.TgZ(5,"h1"),t._uU(6,"NgDynamicJsonForm"),t.qZA(),t.TgZ(7,"p"),t._uU(8),t.qZA(),t.TgZ(9,"button",5),t._uU(10),t.qZA()(),t.TgZ(11,"div",6)(12,"div",7),t._UZ(13,"div",8)(14,"div",9)(15,"div",10)(16,"div",11)(17,"div",12)(18,"div",13),t.qZA()(),t.YNc(19,O,18,9,"ng-container",14),t.ALo(20,"async"),t.qZA()()),2&o&&(t.Q6J("ngStyle",t.VKq(9,v,r.headerHeight$.value))("ngClass",t.DdM(11,f)),t.xp6(8),t.Oqu(r.i18nContent$.value.INTRODUCTION.BRIEF),t.xp6(1),t.Q6J("ngClass",t.DdM(12,M))("routerLink","/docs"),t.xp6(1),t.hij(" ",r.i18nContent$.value.GET_STARTED," "),t.xp6(9),t.Q6J("ngIf",t.lcZ(20,7,r.features$)))},dependencies:[i.ez,i.mk,i.O5,i.PC,i.Ov,s.Bz,s.rH,_.UX,h.d,m.U],styles:['@charset "UTF-8";.banner[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;padding:35vh 1.5rem 1.5rem;min-height:calc(100vh - var(--header-height) + 1rem)}.banner[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{background:linear-gradient(160deg,var(--body-bg-color) 0%,var(--primary-400) 35%,var(--primary-600) 90%);-webkit-background-clip:text;background-clip:text;color:transparent;padding:clamp(.5rem,2vw,1rem);font-size:clamp(1.85rem,6vw,3.5rem);margin-bottom:0}.banner[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{max-width:32rem;margin-top:.25rem;text-align:center;font-size:1.5rem;opacity:.75}.banner[_ngcontent-%COMP%] .logo[_ngcontent-%COMP%]{width:clamp(5rem,10vw,8rem)}.banner[_ngcontent-%COMP%] .logo[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{display:block;width:100%;height:100%;object-fit:contain}.illustration[_ngcontent-%COMP%]{position:relative;height:30rem;width:24rem;transform:rotate(15deg) translateZ(0);z-index:0;pointer-events:none}.illustration[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{--index: 0;position:absolute;top:var(--top-spacing);display:flex;justify-content:center;align-items:center;height:16%;width:100%;border:solid 2px var(--primary-500);border-radius:1.25rem;background:linear-gradient(310deg,rgba(255,67,111,.15),rgba(95,67,255,.22));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);filter:blur(calc(10px - var(--index) * 1.5px));box-shadow:6px 3px 8px #00000059;transform:skew(320deg,8deg) translateZ(0);animation:_ngcontent-%COMP%_floatingAnimation 3.5s infinite alternate;animation-delay:calc(var(--index) * .25s);z-index:0}@keyframes _ngcontent-%COMP%_floatingAnimation{0%{transform:skew(320deg,8deg) translateZ(0)}to{transform:skew(320deg,8deg) translate3d(-3rem,-3rem,0)}}.features[_ngcontent-%COMP%]{padding-left:1.5rem}.features[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{list-style-type:"\\2714\\fe0f";padding-inline-start:.5rem;margin-block:.75rem}@media screen and (max-width: 992px){.banner[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{margin-top:0}.banner[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{font-size:1rem;margin-top:0}.illustration[_ngcontent-%COMP%]{width:65vw;height:80vw;max-width:280px;max-height:360px}.illustration[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{border-radius:1rem;animation:none}}']})}return a})()}}]); \ No newline at end of file diff --git a/docs/3rdpartylicenses.txt b/docs/3rdpartylicenses.txt new file mode 100644 index 00000000..9f487f8f --- /dev/null +++ b/docs/3rdpartylicenses.txt @@ -0,0 +1,1777 @@ +@angular/animations +MIT + +@angular/cdk +MIT +The MIT License + +Copyright (c) 2023 Google LLC. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@angular/common +MIT + +@angular/core +MIT + +@angular/elements +MIT + +@angular/forms +MIT + +@angular/material +MIT +The MIT License + +Copyright (c) 2023 Google LLC. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@angular/platform-browser +MIT + +@angular/router +MIT + +@babel/runtime +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +@codemirror/autocomplete +MIT +MIT License + +Copyright (C) 2018-2021 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@codemirror/commands +MIT +MIT License + +Copyright (C) 2018-2021 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@codemirror/lang-json +MIT +MIT License + +Copyright (C) 2018-2021 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@codemirror/language +MIT +MIT License + +Copyright (C) 2018-2021 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@codemirror/lint +MIT +MIT License + +Copyright (C) 2018-2021 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@codemirror/search +MIT +MIT License + +Copyright (C) 2018-2021 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@codemirror/state +MIT +MIT License + +Copyright (C) 2018-2021 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@codemirror/view +MIT +MIT License + +Copyright (C) 2018-2021 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@fortawesome/free-regular-svg-icons +(CC-BY-4.0 AND MIT) +Fonticons, Inc. (https://fontawesome.com) + +-------------------------------------------------------------------------------- + +Font Awesome Free License + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +-------------------------------------------------------------------------------- + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) + +The Font Awesome Free download is licensed under a Creative Commons +Attribution 4.0 International License and applies to all icons packaged +as SVG and JS file types. + +-------------------------------------------------------------------------------- + +# Fonts: SIL OFL 1.1 License + +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com) +with Reserved Font Name: "Font Awesome". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE +Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting — in part or in whole — any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +-------------------------------------------------------------------------------- + +# Code: MIT License (https://opensource.org/licenses/MIT) + +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +Copyright 2024 Fonticons, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in the +Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +# Attribution + +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +-------------------------------------------------------------------------------- + +# Brand Icons + +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** + + +@fortawesome/free-solid-svg-icons +(CC-BY-4.0 AND MIT) +Fonticons, Inc. (https://fontawesome.com) + +-------------------------------------------------------------------------------- + +Font Awesome Free License + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +-------------------------------------------------------------------------------- + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) + +The Font Awesome Free download is licensed under a Creative Commons +Attribution 4.0 International License and applies to all icons packaged +as SVG and JS file types. + +-------------------------------------------------------------------------------- + +# Fonts: SIL OFL 1.1 License + +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com) +with Reserved Font Name: "Font Awesome". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE +Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting — in part or in whole — any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +-------------------------------------------------------------------------------- + +# Code: MIT License (https://opensource.org/licenses/MIT) + +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +Copyright 2024 Fonticons, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in the +Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +# Attribution + +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +-------------------------------------------------------------------------------- + +# Brand Icons + +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** + + +@lezer/common +MIT +MIT License + +Copyright (C) 2018 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@lezer/highlight +MIT +MIT License + +Copyright (C) 2018 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@lezer/json +MIT +MIT License + +Copyright (C) 2020 by Marijn Haverbeke , Arun Srinivasan , and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +@lezer/lr +MIT +MIT License + +Copyright (C) 2018 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +@replit/codemirror-indentation-markers +MIT +MIT License + +Copyright (c) 2022 Replit + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +ajv +MIT +The MIT License (MIT) + +Copyright (c) 2015-2021 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +angular-imask +MIT +MIT License + +Copyright (c) 2016 uNmAnNeR + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +angular-split +Apache-2.0 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2017 Bertrand Gaillard + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +bootstrap-icons +MIT +The MIT License (MIT) + +Copyright (c) 2019-2023 The Bootstrap Authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +codemirror-wrapped-line-indent +MIT +MIT License + +Copyright (c) 2023 fauzi9331 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +crelt +MIT +Copyright (C) 2020 by Marijn Haverbeke + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +fast-deep-equal +MIT +MIT License + +Copyright (c) 2017 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +github-slugger +ISC +Copyright (c) 2015, Dan Flettre + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +highlight.js +BSD-3-Clause +BSD 3-Clause License + +Copyright (c) 2006, Ivan Sagalaev. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +imask +MIT +MIT License + +Copyright (c) 2016 uNmAnNeR + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +immutable-json-patch +ISC +The ISC License + +Copyright (c) 2020-2024 by Jos de Jong + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +jmespath +Apache-2.0 +Copyright 2014 James Saryerwinnie + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +json-schema-traverse +MIT +MIT License + +Copyright (c) 2017 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +json-source-map +MIT +MIT License + +Copyright (c) 2017 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +jsonrepair +ISC +The ISC License + +Copyright (c) 2020-2023 by Jos de Jong + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +lodash-es +MIT +Copyright OpenJS Foundation and other contributors + +Based on Underscore.js, copyright Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/lodash/lodash + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code displayed within the prose of the +documentation. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +Files located in the node_modules and vendor directories are externally +maintained libraries used by this software which have their own +licenses; we recommend you read them, as their terms may differ from the +terms above. + + +marked +MIT +# License information + +## Contribution License Agreement + +If you contribute code to this project, you are implicitly allowing your code +to be distributed under the MIT license. You are also implicitly verifying that +all code is your original work. `` + +## Marked + +Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/) +Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +## Markdown + +Copyright © 2004, John Gruber +http://daringfireball.net/ +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +* Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. + + +marked-gfm-heading-id +MIT +MIT License + +Copyright (c) 2021 @markedjs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +marked-highlight +MIT +MIT License + +Copyright (c) 2021 @markedjs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +memoize-one +MIT +MIT License + +Copyright (c) 2019 Alexander Reardon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +natural-compare-lite +MIT + +ng-dynamic-json-form +MIT + +primeng +MIT + +rxjs +Apache-2.0 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + + +style-mod +MIT +Copyright (C) 2018 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +tslib +0BSD +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +uri-js +BSD-2-Clause +Copyright 2011 Gary Court. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY GARY COURT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Gary Court. + + +vanilla-jsoneditor +ISC +The ISC License + +Copyright (c) 2020-2024 by Jos de Jong + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +vanilla-picker +ISC +# ISC License (ISC) + +Copyright 2017-2018 Andreas Borgen, Adam Brooks + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +w3c-keyname +MIT +Copyright (C) 2016 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +zone.js +MIT +The MIT License + +Copyright (c) 2010-2023 Google LLC. https://angular.io/license + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/docs/444.af4b65fa4785f96d.js b/docs/444.af4b65fa4785f96d.js new file mode 100644 index 00000000..fbe3641c --- /dev/null +++ b/docs/444.af4b65fa4785f96d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[444],{9444:(q,A,P)=>{P.r(A),P.d(A,{default:()=>z});var E=function(l,i){if(!(l instanceof i))throw new TypeError("Cannot call a class as a function")},S=function(){function l(i,e){for(var t=0;t1&&void 0!==arguments[1]?arguments[1]:1;return(i>0?l.toFixed(i).replace(/0+$/,"").replace(/\.$/,""):l.toString())||"0"}var U=function(){function l(i,e,t,r){E(this,l);var n=this;if(void 0!==i)if(Array.isArray(i))this.rgba=i;else if(void 0===t){var c=i&&""+i;c&&function o(a){if(a.startsWith("hsl")){var s=a.match(/([\-\d\.e]+)/g).map(Number),p=w(s,4),u=p[0],f=p[1],d=p[2],b=p[3];void 0===b&&(b=1),n.hsla=[u/=360,f/=100,d/=100,b]}else if(a.startsWith("rgb")){var m=a.match(/([\-\d\.e]+)/g).map(Number),h=w(m,4),k=h[3];void 0===k&&(k=1),n.rgba=[h[0],h[1],h[2],k]}else n.rgba=a.startsWith("#")?l.hexToRgb(a):l.nameToRgb(a)||l.hexToRgb(a)}(c.toLowerCase())}else this.rgba=[i,e,t,void 0===r?1:r]}return S(l,[{key:"printRGB",value:function(e){var r=(e?this.rgba:this.rgba.slice(0,3)).map(function(n,o){return M(n,3===o?3:0)});return e?"rgba("+r+")":"rgb("+r+")"}},{key:"printHSL",value:function(e){var t=[360,100,100,1],r=["","%","%",""],o=(e?this.hsla:this.hsla.slice(0,3)).map(function(c,a){return M(c*t[a],3===a?3:1)+r[a]});return e?"hsla("+o+")":"hsl("+o+")"}},{key:"printHex",value:function(e){var t=this.hex;return e?t:t.substring(0,7)}},{key:"rgba",get:function(){if(this._rgba)return this._rgba;if(!this._hsla)throw new Error("No color is set");return this._rgba=l.hslToRgb(this._hsla)},set:function(e){3===e.length&&(e[3]=1),this._rgba=e,this._hsla=null}},{key:"rgbString",get:function(){return this.printRGB()}},{key:"rgbaString",get:function(){return this.printRGB(!0)}},{key:"hsla",get:function(){if(this._hsla)return this._hsla;if(!this._rgba)throw new Error("No color is set");return this._hsla=l.rgbToHsl(this._rgba)},set:function(e){3===e.length&&(e[3]=1),this._hsla=e,this._rgba=null}},{key:"hslString",get:function(){return this.printHSL()}},{key:"hslaString",get:function(){return this.printHSL(!0)}},{key:"hex",get:function(){return"#"+this.rgba.map(function(r,n){return n<3?r.toString(16):Math.round(255*r).toString(16)}).map(function(r){return r.padStart(2,"0")}).join("")},set:function(e){this.rgba=l.hexToRgb(e)}}],[{key:"hexToRgb",value:function(e){var t=(e.startsWith("#")?e.slice(1):e).replace(/^(\w{3})$/,"$1F").replace(/^(\w)(\w)(\w)(\w)$/,"$1$1$2$2$3$3$4$4").replace(/^(\w{6})$/,"$1FF");if(!t.match(/^([0-9a-fA-F]{8})$/))throw new Error("Unknown hex color; "+e);var r=t.match(/^(\w\w)(\w\w)(\w\w)(\w\w)$/).slice(1).map(function(n){return parseInt(n,16)});return r[3]=r[3]/255,r}},{key:"nameToRgb",value:function(e){var t=e.toLowerCase().replace("at","T").replace(/[aeiouyldf]/g,"").replace("ght","L").replace("rk","D").slice(-5,4),r=F[t];return void 0===r?r:l.hexToRgb(r.replace(/\-/g,"00").padStart(6,"f"))}},{key:"rgbToHsl",value:function(e){var t=w(e,4),r=t[0],n=t[1],o=t[2],c=t[3];r/=255,n/=255,o/=255;var a=Math.max(r,n,o),s=Math.min(r,n,o),p=void 0,u=void 0,f=(a+s)/2;if(a===s)p=u=0;else{var d=a-s;switch(u=f>.5?d/(2-a-s):d/(a+s),a){case r:p=(n-o)/d+(n1&&(g-=1),g<.16666666666666666?h+6*(v-h)*g:g<.5?v:g<.6666666666666666?h+(v-h)*(.6666666666666666-g)*6:h},f=o<.5?o*(1+n):o+n-o*n,d=2*o-f;a=u(d,f,r+1/3),s=u(d,f,r),p=u(d,f,r-1/3)}var b=[255*a,255*s,255*p].map(Math.round);return b[3]=c,b}}]),l}(),B=function(){function l(){E(this,l),this._events=[]}return S(l,[{key:"add",value:function(e,t,r){e.addEventListener(t,r,!1),this._events.push({target:e,type:t,handler:r})}},{key:"remove",value:function(e,t,r){this._events=this._events.filter(function(n){var o=!0;return e&&e!==n.target&&(o=!1),t&&t!==n.type&&(o=!1),r&&r!==n.handler&&(o=!1),o&&l._doRemove(n.target,n.type,n.handler),!o})}},{key:"destroy",value:function(){this._events.forEach(function(e){return l._doRemove(e.target,e.type,e.handler)}),this._events=[]}}],[{key:"_doRemove",value:function(e,t,r){e.removeEventListener(t,r,!1)}}]),l}();function C(l,i,e){var t=!1;function r(a,s,p){return Math.max(s,Math.min(a,p))}function n(a,s,p){if(p&&(t=!0),t){a.preventDefault();var u=i.getBoundingClientRect(),f=u.width,d=u.height,m=s.clientY,h=r(s.clientX-u.left,0,f),v=r(m-u.top,0,d);e(h/f,v/d)}}function o(a,s){1===(void 0===a.buttons?a.which:a.buttons)?n(a,a,s):t=!1}function c(a,s){1===a.touches.length?n(a,a.touches[0],s):t=!1}l.add(i,"mousedown",function(a){o(a,!0)}),l.add(i,"touchstart",function(a){c(a,!0)}),l.add(window,"mousemove",o),l.add(i,"touchmove",c),l.add(window,"mouseup",function(a){t=!1}),l.add(i,"touchend",function(a){t=!1}),l.add(i,"touchcancel",function(a){t=!1})}var I="keydown",y="mousedown",L="focusin";function _(l,i){return(i||document).querySelector(l)}function N(l){l.preventDefault(),l.stopPropagation()}function T(l,i,e,t,r){l.add(i,I,function(n){e.indexOf(n.key)>=0&&(r&&N(n),t(n))})}var z=function(){function l(i){E(this,l),this.settings={popup:"right",layout:"default",alpha:!0,editor:!0,editorFormat:"hex",cancelButton:!1,defaultColor:"#0cf"},this._events=new B,this.onChange=null,this.onDone=null,this.onOpen=null,this.onClose=null,this.setOptions(i)}return S(l,[{key:"setOptions",value:function(e){var t=this;if(e){var r=this.settings;if(e instanceof HTMLElement)r.parent=e;else{r.parent&&e.parent&&r.parent!==e.parent&&(this._events.remove(r.parent),this._popupInited=!1),function n(s,p,u){for(var f in s)u&&u.indexOf(f)>=0||(p[f]=s[f])}(e,r),e.onChange&&(this.onChange=e.onChange),e.onDone&&(this.onDone=e.onDone),e.onOpen&&(this.onOpen=e.onOpen),e.onClose&&(this.onClose=e.onClose);var o=e.color||e.colour;o&&this._setColor(o)}var c=r.parent;if(c&&r.popup&&!this._popupInited){var a=function(p){return t.openHandler(p)};this._events.add(c,"click",a),T(this._events,c,[" ","Spacebar","Enter"],a),this._popupInited=!0}else e.parent&&!r.popup&&this.show()}}},{key:"openHandler",value:function(e){if(this.show()){e&&e.preventDefault(),this.settings.parent.style.pointerEvents="none";var t=e&&e.type===I?this._domEdit:this.domElement;setTimeout(function(){return t.focus()},100),this.onOpen&&this.onOpen(this.colour)}}},{key:"closeHandler",value:function(e){var t=e&&e.type,r=!1;e?t===y||t===L?e.timeStamp>(this.__containedEvent||0)+100&&(r=!0):(N(e),r=!0):r=!0,r&&this.hide()&&(this.settings.parent.style.pointerEvents="",t!==y&&this.settings.parent.focus(),this.onClose&&this.onClose(this.colour))}},{key:"movePopup",value:function(e,t){this.closeHandler(),this.setOptions(e),t&&this.openHandler()}},{key:"setColor",value:function(e,t){this._setColor(e,{silent:t})}},{key:"_setColor",value:function(e,t){if("string"==typeof e&&(e=e.trim()),e){t=t||{};var r=void 0;try{r=new U(e)}catch(o){if(t.failSilently)return;throw o}if(!this.settings.alpha){var n=r.hsla;n[3]=1,r.hsla=n}this.colour=this.color=r,this._setHSLA(null,null,null,null,t)}}},{key:"setColour",value:function(e,t){this.setColor(e,t)}},{key:"show",value:function(){if(!this.settings.parent)return!1;if(this.domElement){var t=this._toggleDOM(!0);return this._setPosition(),t}var n=function G(l){var i=document.createElement("div");return i.innerHTML=l,i.firstElementChild}(this.settings.template||'
');return this.domElement=n,this._domH=_(".picker_hue",n),this._domSL=_(".picker_sl",n),this._domA=_(".picker_alpha",n),this._domEdit=_(".picker_editor input",n),this._domSample=_(".picker_sample",n),this._domOkay=_(".picker_done button",n),this._domCancel=_(".picker_cancel button",n),n.classList.add("layout_"+this.settings.layout),this.settings.alpha||n.classList.add("no_alpha"),this.settings.editor||n.classList.add("no_editor"),this.settings.cancelButton||n.classList.add("no_cancel"),this._ifPopup(function(){return n.classList.add("popup")}),this._setPosition(),this.colour?this._updateUI():this._setColor(this.settings.defaultColor),this._bindEvents(),!0}},{key:"hide",value:function(){return this._toggleDOM(!1)}},{key:"destroy",value:function(){this._events.destroy(),this.domElement&&this.settings.parent.removeChild(this.domElement)}},{key:"_bindEvents",value:function(){var e=this,t=this,r=this.domElement,n=this._events;function o(s,p,u){n.add(s,p,u)}o(r,"click",function(s){return s.preventDefault()}),C(n,this._domH,function(s,p){return t._setHSLA(s)}),C(n,this._domSL,function(s,p){return t._setHSLA(null,s,1-p)}),this.settings.alpha&&C(n,this._domA,function(s,p){return t._setHSLA(null,null,null,1-p)});var c=this._domEdit;o(c,"input",function(s){t._setColor(this.value,{fromEditor:!0,failSilently:!0})}),o(c,"focus",function(s){var p=this;p.selectionStart===p.selectionEnd&&p.select()}),this._ifPopup(function(){var s=function(f){return e.closeHandler(f)};o(window,y,s),o(window,L,s),T(n,r,["Esc","Escape"],s);var p=function(f){e.__containedEvent=f.timeStamp};o(r,y,p),o(r,L,p),o(e._domCancel,"click",s)});var a=function(p){e._ifPopup(function(){return e.closeHandler(p)}),e.onDone&&e.onDone(e.colour)};o(this._domOkay,"click",a),T(n,r,["Enter"],a)}},{key:"_setPosition",value:function(){var e=this.settings.parent,t=this.domElement;e!==t.parentNode&&e.appendChild(t),this._ifPopup(function(r){"static"===getComputedStyle(e).position&&(e.style.position="relative");var n=!0===r?"popup_right":"popup_"+r;["popup_top","popup_bottom","popup_left","popup_right"].forEach(function(o){o===n?t.classList.add(o):t.classList.remove(o)}),t.classList.add(n)})}},{key:"_setHSLA",value:function(e,t,r,n,o){o=o||{};var c=this.colour,a=c.hsla;[e,t,r,n].forEach(function(s,p){(s||0===s)&&(a[p]=s)}),c.hsla=a,this._updateUI(o),this.onChange&&!o.silent&&this.onChange(c)}},{key:"_updateUI",value:function(e){if(this.domElement){e=e||{};var t=this.colour,r=t.hsla,n="hsl("+360*r[0]+", 100%, 50%)",o=t.hslString,c=t.hslaString,s=this._domSL,p=this._domA,u=_(".picker_selector",this._domH),f=_(".picker_selector",s),d=_(".picker_selector",p);b(0,u,r[0]),this._domSL.style.backgroundColor=this._domH.style.color=n,b(0,f,r[1]),m(0,f,1-r[2]),s.style.color=o,m(0,d,1-r[3]);var h=o,v=h.replace("hsl","hsla").replace(")",", 0)");if(this._domA.style.background="linear-gradient("+[h,v]+"), linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0 / 2em 2em,\n linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em / 2em 2em",!e.fromEditor){var k=this.settings.alpha,x=void 0;switch(this.settings.editorFormat){case"rgb":x=t.printRGB(k);break;case"hsl":x=t.printHSL(k);break;default:x=t.printHex(k)}this._domEdit.value=x}this._domSample.style.color=c}function b(j,O,R){O.style.left=100*R+"%"}function m(j,O,R){O.style.top=100*R+"%"}}},{key:"_ifPopup",value:function(e,t){this.settings.parent&&this.settings.popup?e&&e(this.settings.popup):t&&t()}},{key:"_toggleDOM",value:function(e){var t=this.domElement;if(!t)return!1;var r=e?"":"none",n=t.style.display!==r;return n&&(t.style.display=r),n}}]),l}(),H=document.createElement("style");H.textContent='.picker_wrapper.no_alpha .picker_alpha{display:none}.picker_wrapper.no_editor .picker_editor{position:absolute;z-index:-1;opacity:0}.picker_wrapper.no_cancel .picker_cancel{display:none}.layout_default.picker_wrapper{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch;font-size:10px;width:25em;padding:.5em}.layout_default.picker_wrapper input,.layout_default.picker_wrapper button{font-size:1rem}.layout_default.picker_wrapper>*{margin:.5em}.layout_default.picker_wrapper::before{content:"";display:block;width:100%;height:0;order:1}.layout_default .picker_slider,.layout_default .picker_selector{padding:1em}.layout_default .picker_hue{width:100%}.layout_default .picker_sl{flex:1 1 auto}.layout_default .picker_sl::before{content:"";display:block;padding-bottom:100%}.layout_default .picker_editor{order:1;width:6.5rem}.layout_default .picker_editor input{width:100%;height:100%}.layout_default .picker_sample{order:1;flex:1 1 auto}.layout_default .picker_done,.layout_default .picker_cancel{order:1}.picker_wrapper{box-sizing:border-box;background:#f2f2f2;box-shadow:0 0 0 1px silver;cursor:default;font-family:sans-serif;color:#444;pointer-events:auto}.picker_wrapper:focus{outline:none}.picker_wrapper button,.picker_wrapper input{box-sizing:border-box;border:none;box-shadow:0 0 0 1px silver;outline:none}.picker_wrapper button:focus,.picker_wrapper button:active,.picker_wrapper input:focus,.picker_wrapper input:active{box-shadow:0 0 2px 1px #1e90ff}.picker_wrapper button{padding:.4em .6em;cursor:pointer;background-color:#f5f5f5;background-image:linear-gradient(0deg, gainsboro, transparent)}.picker_wrapper button:active{background-image:linear-gradient(0deg, transparent, gainsboro)}.picker_wrapper button:hover{background-color:#fff}.picker_selector{position:absolute;z-index:1;display:block;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:2px solid #fff;border-radius:100%;box-shadow:0 0 3px 1px #67b9ff;background:currentColor;cursor:pointer}.picker_slider .picker_selector{border-radius:2px}.picker_hue{position:relative;background-image:linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);box-shadow:0 0 0 1px silver}.picker_sl{position:relative;box-shadow:0 0 0 1px silver;background-image:linear-gradient(180deg, white, rgba(255, 255, 255, 0) 50%),linear-gradient(0deg, black, rgba(0, 0, 0, 0) 50%),linear-gradient(90deg, #808080, rgba(128, 128, 128, 0))}.picker_alpha,.picker_sample{position:relative;background:linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0/2em 2em,linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em/2em 2em;box-shadow:0 0 0 1px silver}.picker_alpha .picker_selector,.picker_sample .picker_selector{background:none}.picker_editor input{font-family:monospace;padding:.2em .4em}.picker_sample::before{content:"";position:absolute;display:block;width:100%;height:100%;background:currentColor}.picker_arrow{position:absolute;z-index:-1}.picker_wrapper.popup{position:absolute;z-index:2;margin:1.5em}.picker_wrapper.popup,.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{background:#f2f2f2;box-shadow:0 0 10px 1px rgba(0,0,0,.4)}.picker_wrapper.popup .picker_arrow{width:3em;height:3em;margin:0}.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{content:"";display:block;position:absolute;top:0;left:0;z-index:-99}.picker_wrapper.popup .picker_arrow::before{width:100%;height:100%;-webkit-transform:skew(45deg);transform:skew(45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}.picker_wrapper.popup .picker_arrow::after{width:150%;height:150%;box-shadow:none}.popup.popup_top{bottom:100%;left:0}.popup.popup_top .picker_arrow{bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.popup.popup_bottom{top:100%;left:0}.popup.popup_bottom .picker_arrow{top:0;left:0;-webkit-transform:rotate(90deg) scale(1, -1);transform:rotate(90deg) scale(1, -1)}.popup.popup_left{top:0;right:100%}.popup.popup_left .picker_arrow{top:0;right:0;-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.popup.popup_right{top:0;left:100%}.popup.popup_right .picker_arrow{top:0;left:0}',document.documentElement.firstElementChild.appendChild(H),z.StyleElement=H}}]); \ No newline at end of file diff --git a/docs/assets/docs/index.md b/docs/assets/docs/index.md new file mode 100644 index 00000000..15101c4a --- /dev/null +++ b/docs/assets/docs/index.md @@ -0,0 +1,29 @@ +## 8.0.0 + +- [English](./v8/index_en.md) +- [繁中](./v8/index_zh-TW.md) + +## 5.8.4 + +- [English](./v5/index_en.md) +- [繁中](./v5/index_zh-TW.md) + +## 4.0.5 (deprecated) + +- [English](./v4/index_en.md) +- [繁中](./v4/index_zh-TW.md) + +## 3.4.1 (deprecated) + +- [English](./v3/index_en.md) +- [繁中](./v3/index_zh-TW.md) + +## 2.0.1 (deprecated) + +- [English](./v2/index_en.md) +- [繁中](./v2/index_zh-TW.md) + +## 1.0.11 (deprecated) + +- [English](./v1/index_en.md) +- [繁中](./v1/index_zh-TW.md) diff --git a/docs/assets/docs/v8/conditions/conditions_en.md b/docs/assets/docs/v8/conditions/conditions_en.md new file mode 100644 index 00000000..aed8c31b --- /dev/null +++ b/docs/assets/docs/v8/conditions/conditions_en.md @@ -0,0 +1,163 @@ +# Conditions + +The conditions will let user to : + +- toggle control’s validators +- toggle control’s visibility +- toggle control’s disabled state +- execute custom function + +The following example demonstrates the text input is hidden when the checkbox is unchecked. + + + +## Syntax + +The `conditions` is build up by `NAME`, `GROUP_OPERATOR` and a tupple of `[CONTROL_PATH, OPERATOR, VALUE]`. + +```ts +{ + ... + "conditions": { + NAME: { + GROUP_OPERATOR: [ + [CONTROL_PATH, OPERATOR, VALUE] + ] + } + } + } +``` + +### NAME + +The available `NAME` are listed as below. + +#### Built-in validators + +- `validator.required` +- `validator.requiredTrue` +- `validator.min` +- `validator.max` +- `validator.minLength` +- `validator.maxLength` +- `validator.email` +- `validator.pattern` + +#### Control state + +- `control.disabled` +- `control.hidden` + +#### Custom validator + +- `validators.` + `name` + +#### Custom action + +- Any string that match with the key inside `conditionsActionFuntions`. + +### GROUP_OPERATOR + +`&&`, `||` + +This is required for every key inside `conditions`. GROUP_OPERATOR accepts tupple or nested GROUP_OPERATOR. + +> Only provide `&&` or `||` at one time. If both are present, only `&&` will be chosen. + +### LEFT, OPERATOR, RIGHT + +The tupple `[LEFT, OPERATOR, RIGHT]` acts as the `if` statement: + +```tsx +// ["controlA", "===", "foo"] +if (controlA.value === "foo") {...} + +// ["controlA,prop1", "===", "foo"] +if (controlA.value.prop1 === "foo") {...} + +// ["groupA.controlA", "===", "foo"] +if (groupA.controls.controlA.value === "foo") {...} + +// ["bar", "!==", "controlB"] +if (controlB.value !== "bar") {...} +``` + +The `OPERATOR` accepts: + +- `===` +- `!==` +- `>=` +- `<=` +- `>` +- `<` +- `includes` +- `notIncludes` + +## Execute custom function + +Provide `conditionsActionFuntions` with key and function pairs. When the condition met, the corresponding function will be executed. + + + + + + +```html + +``` + + + + + +```tsx +configs = [ + { + ... + "conditions": { + "doA": { + "&&": [...] + }, + "doB": { + "&&": [...] + } + } + } +]; + +customActions = { + doA: () => this._actionA, + doB: () => this._actionB +} + +private _actionA(): void { + ... +} + +private _actionB(): void { + ... +} +``` + + + + + +## Example + +### Toggle visibility + + + +### Toggle validators + +To toggle validators, they must exists inside `validators`. + + + +### Multiple conditions + + diff --git a/docs/assets/docs/v8/conditions/conditions_zh-TW.md b/docs/assets/docs/v8/conditions/conditions_zh-TW.md new file mode 100644 index 00000000..2cd0c3ca --- /dev/null +++ b/docs/assets/docs/v8/conditions/conditions_zh-TW.md @@ -0,0 +1,163 @@ +# 條件 + +使用條件可處理一下情況: + +- 切換欄位的驗證器 +- 切換欄位的顯示 +- 切換欄位的禁用狀態 +- 執行自訂動作 + +以下例子顯示,當 checkbox 取消勾選之後,則隱藏 input。 + + + +## 語法 + +`conditions` 由 `NAME`、`GROUP_OPERATOR` 和一個 tupple `[CONTROL_PATH, OPERATOR, VALUE]` 組成。 + +```ts +{ + ... + "conditions": { + NAME: { + GROUP_OPERATOR: [ + [CONTROL_PATH, OPERATOR, VALUE] + ] + } + } + } +``` + +### NAME + +以下為可用的 `NAME` 列表。 + +#### 內建驗證器 + +- `validator.required` +- `validator.requiredTrue` +- `validator.min` +- `validator.max` +- `validator.minLength` +- `validator.maxLength` +- `validator.email` +- `validator.pattern` + +#### 控制器狀態 + +- `control.disabled` +- `control.hidden` + +#### 自訂驗證器 + +- `validators.` + `name` + +#### 自訂動作 + +- `conditionsActionFuntions` 內對應的 key 字串 + +### GROUP_OPERATOR + +`&&`, `||` + +每一個 `conditions` 的 key 都必須含有至少一個 GROUP_OPERATOR。可接受 tupple 或巢狀 GROUP_OPERATOR。 + +> `&&` or `||` 只需則一,若同時提供,只有 `&&` 會被使用。 + +### LEFT, OPERATOR, RIGHT + +Tupple `[LEFT, OPERATOR, RIGHT]` 的作用是作為 `if` 表達式: + +```tsx +// ["controlA", "===", "foo"] +if (controlA.value === "foo") {...} + +// ["controlA,prop1", "===", "foo"] +if (controlA.value.prop1 === "foo") {...} + +// ["groupA.controlA", "===", "foo"] +if (groupA.controls.controlA.value === "foo") {...} + +// ["bar", "!==", "controlB"] +if (controlB.value !== "bar") {...} +``` + +可使用的 `OPERATOR`: + +- `===` +- `!==` +- `>=` +- `<=` +- `>` +- `<` +- `includes` +- `notIncludes` + +## 執行自訂動作 + +將 key 和對應的 function 傳入 `conditionsActionFuntions`。當條件達成,相對於的 function 就會自動被執行。 + + + + + + +```html + +``` + + + + + +```tsx +configs = [ + { + ... + "conditions": { + "doA": { + "&&": [...] + }, + "doB": { + "&&": [...] + } + } + } +]; + +customActions = { + doA: () => this._actionA, + doB: () => this._actionB +} + +private _actionA(): void { + ... +} + +private _actionB(): void { + ... +} +``` + + + + + +## 例子 + +### 切換顯示狀態 + + + +### 切換驗證器 + +若要切換驗證器,該驗證器必須存在於 `validators` 陣列內。 + + + +### 多個條件 + + diff --git a/docs/assets/docs/v8/configs/configs_en.md b/docs/assets/docs/v8/configs/configs_en.md new file mode 100644 index 00000000..c7dee45c --- /dev/null +++ b/docs/assets/docs/v8/configs/configs_en.md @@ -0,0 +1,85 @@ +# Configs + +The configuration to generate form. + +## API + +### FormControlConfig + +```tsx +export interface FormControlConfig { + formControlName: string; + conditions?: Conditions; + children?: FormControlConfig[]; + description?: string; + props?: any; + hidden?: boolean; + label?: string; + layout?: FormLayout; + inputMask?: FactoryArg; + options?: FormControlOptions; + readonly?: boolean; + type?: FormControlType; + value?: any; + validators?: ValidatorConfig[]; +} +``` + +#### formControlName + +The form control name of this control. Should be unique. + +- All the spaces will be replaced by `_` automatically. +- All the `.` and `,` characters will be removed automatically. + +#### conditions + +See [Conditions](../../v8/conditions/conditions_en.md). + +#### children + +An array of `FormControlConfig`, use this to create FormGroup for this control. + +#### description + +Description for this input. + +#### props + +Use to bind properties and attributes to the target component or the input element. + +#### hidden + +Don't render this input in the DOM. + +#### label + +The label of this input. + +#### layout + +See [Layout](../../v8/layout/layout_en.md). + +#### inputMask + +See [Input Mask](../../v8/input-mask/input-mask_en.md). + +#### options + +See [Options](../../v8/options/options_en.md). + +#### readonly + +Set this control as readonly, disallow writting of value to it. A `readonly` class will be added to the host element. + +#### type + +See [Input Types](../../v8/input-types/input-types_en.md). + +#### value + +Default value of this control. + +#### validators + +See [Validators](../../v8/validators/validators_en.md). diff --git a/docs/assets/docs/v8/configs/configs_zh-TW.md b/docs/assets/docs/v8/configs/configs_zh-TW.md new file mode 100644 index 00000000..101280f5 --- /dev/null +++ b/docs/assets/docs/v8/configs/configs_zh-TW.md @@ -0,0 +1,85 @@ +# 表單設定 + +生成表單的設定。 + +## API + +### FormControlConfig + +```tsx +export interface FormControlConfig { + formControlName: string; + conditions?: Conditions; + children?: FormControlConfig[]; + description?: string; + props?: any; + hidden?: boolean; + label?: string; + layout?: FormLayout; + inputMask?: FactoryArg; + options?: FormControlOptions; + readonly?: boolean; + type?: FormControlType; + value?: any; + validators?: ValidatorConfig[]; +} +``` + +#### formControlName + +此控制器的名稱,同一個表單內不可重複。 + +- 所有空格會被 `_` 替換。 +- 所有 `.` 和 `,` 字元會被移除。 + +#### conditions + +請參閱 [條件](../../v8/conditions/conditions_zh-TW.md). + +#### children + +`FormControlConfig` 的陣列,使用它來建立 FormGroup。 + +#### description + +此欄位的描述文字。 + +#### props + +用於綁定到此控制器元件的 properties 和 attributes。 + +#### hidden + +不在 DOM 上渲染此欄位。 + +#### label + +此欄位的標題。 + +#### layout + +請參閱 [佈局](../../v8/layout/layout_zh-TW.md). + +#### inputMask + +請參閱 [輸入遮罩](../../v8/input-mask/input-mask_zh-TW.md). + +#### options + +請參閱 [選項](../../v8/options/options_zh-TW.md). + +#### readonly + +將此控制器設為只讀,禁止寫入任何值。此控制器的元件會自動加入 `readonly` 的 class。 + +#### type + +請參閱 [輸入類型](../../v8/input-types/input-types_zh-TW.md). + +#### value + +此控制器的預設值。 + +#### validators + +請參閱 [驗證器](../../v8/validators/validators_zh-TW.md). diff --git a/docs/assets/docs/v8/custom-components/custom-components_en.md b/docs/assets/docs/v8/custom-components/custom-components_en.md new file mode 100644 index 00000000..84819fb7 --- /dev/null +++ b/docs/assets/docs/v8/custom-components/custom-components_en.md @@ -0,0 +1,222 @@ +# Custom Components + +Use custom component to build complex form for the control. + +## Create a custom file input component + +We need a component that can handle file input. First, create a component called `InputFileComponent` and extends it with `CustomControlComponent` , then override the `control` and assign it with an instance of `AbstractControl`. + + + +```ts +import { CustomControlComponent } from 'ng-dynamic-json-form'; + +@Component({...}) +export class InputFileComponent extends CustomControlComponent { + override control = new FormControl(null); +} +``` + + + +> The `CustomControlComponent` implements [ControlValueAccessor](https://angular.io/api/forms/ControlValueAccessor) and [Validator](https://angular.io/api/forms/Validator). The `control` is use to connect with the parent control. Hence, it is strongly recommended to use `control` to bind with the FormGroup or FormControl in this component, so we don’t need to rewrite the logic inside the methods `writeValue()` and `registerOnChange()`. +> +> +> +> ```ts +> @Component({...}) +> export class CustomControlComponent implements ControlValueAccessor, Validator { +> ... +> writeValue(obj: any): void { +> this.control?.patchValue(obj); +> } +> registerOnChange(fn: any): void { +> this.control?.valueChanges.subscribe(fn); +> } +> } +> ``` +> +> +> +> **NOTE** It's not neccessary to provide `NG_VALUE_ACCESSOR` and `NG_VALIDATORS`, if the component is only use inside the `NgDynamicJsonFormComponent` + +Next, bind the `control` to the input and add `input` event listener. + + + + +```html + +``` + + + + + +```ts +onFileSelect(e: Event): void { + if (this.control.disabled) return; + + const input = e.target as HTMLInputElement; + const files = Array.from(input.files ?? []); + + input.value = ''; + + if (files.length > 0) { + this.control.setValue(files[0]); + } +} +``` + + + + +> There is `data` property that’s use to provide the config for this component. +> +> +> +> +> ```html +> @if (!data?.readonly) { +> +> } @else { +> {{ control.value.name }} +> } +> ``` +> +> +> +> For other properties, use `data.props` property. See [Props](../../v8/props/props_en.md). +> +> +> +> +> ```html +> [formControl]="control" +> [accept]="data?.props?.accept ?? '*'" +> (input)="onFileSelect($event)" +> /> +> ``` +> +> + +### Use custom component in the form + +Now our `InputFileComponent` is ready to use as a custom component. Add it to the `customComponents` , and if any of the `formControlName` is matched with the key inside `customComponents` , that component will be use for that control. + + + + + +```html + +``` + + + + + +```ts +export class AppComponent { + configs: FormControlConfig[] = [ + { + formControlName: "name", + label: "Name", + }, + { + formControlName: "inputFile", + label: "File upload", + }, + ]; + + customComponents: CustomComponents = { + inputFile: InputFileComponent, + }; +} +``` + + + + +## API + +### Properties + +#### control + +The control to bind with the view and connect with the parent form. Can be assigned with any of the `FormControl`, `FormGroup` or `FormArray`. + +#### data + +The config for this component. + +### Methods + +#### onOptionsGet + +Call after the options is successfully fetched from API endpoint. Override to take control of how and when the data should be used. + +```ts +onOptionsGet(data: OptionItem[]): void { + if (!this.data || !this.data.options) { + return; + } + + this.data.options.data = data; +} +``` + +#### markAsDirty + +```ts + markAsDirty(): void {} +``` + +#### markAsTouched + +```ts + markAsTouched(): void {} +``` + +#### setErrors() + +```ts +setErrors(errors: ValidationErrors | null): void {} +``` + +## Using ng-template + +Sometimes, if creating a component is way too much, we can use ng-template. + + + + +```html + + + @if (!data?.readonly) { + + } @else { + {{ control.value.name }} + } + + +``` + + + +The variables available for the ng-template are: + +| Name | Type | Description | +| ------- | ----------------- | ------------------------------- | +| control | AbstractControl | The FormControl for this input. | +| data | FormControlConfig | The config for this input. | diff --git a/docs/assets/docs/v8/custom-components/custom-components_zh-TW.md b/docs/assets/docs/v8/custom-components/custom-components_zh-TW.md new file mode 100644 index 00000000..b880d97a --- /dev/null +++ b/docs/assets/docs/v8/custom-components/custom-components_zh-TW.md @@ -0,0 +1,226 @@ +# 自訂元件 + +使用自訂元件來為控制器建立複雜的表單。 + +## 建立自訂檔案元件 + +我們需要一個元件專門處理檔案資料。首先建立一個名為 `InputFileComponent` 的元件,然後繼承 `CustomControlComponent`,再將 `control` 覆寫為任一 `AbstractControl` 的實體。 + + + +```ts +import { CustomControlComponent } from 'ng-dynamic-json-form'; + +@Component({...}) +export class InputFileComponent extends CustomControlComponent { + override control = new FormControl(null); +} +``` + + + +> `CustomControlComponent` 的底層已實作 [ControlValueAccessor](https://angular.io/api/forms/ControlValueAccessor) 和 [Validator](https://angular.io/api/forms/Validator)。`control` 則是父層控制器和此元件的連接橋樑,因此強烈建議使用 `control` 來綁定此元件的 FormGroup 或者 FormControl,如此可省去重複撰寫 `writeValue()` 和 `registerOnChange()` 的邏輯。 +> +> +> +> ```ts +> @Component({...}) +> export class CustomControlComponent implements ControlValueAccessor, Validator { +> ... +> writeValue(obj: any): void { +> this.control?.patchValue(obj); +> } +> registerOnChange(fn: any): void { +> this.control?.valueChanges.subscribe(fn); +> } +> } +> ``` +> +> +> +> **註** 如果此元件只用於 `NgDynamicJsonFormComponent`,則不需要特別在 provider 加入  `NG_VALUE_ACCESSOR` 和 `NG_VALIDATORS`。 + +接下來,將 `control` 綁定到 input 並監聽 `input` 事件。 + + + + +```html + +``` + + + + + +```ts +onFileSelect(e: Event): void { + if (this.control.disabled) return; + + const input = e.target as HTMLInputElement; + const files = Array.from(input.files ?? []); + + input.value = ''; + + if (files.length > 0) { + this.control.setValue(files[0]); + } +} +``` + + + + +> `data` 是此元件的設定資料 +> +> +> +> +> ```html +> @if (!data?.readonly) { +> +> } @else { +> {{ control.value.name }} +> } +> ``` +> +> +> +> 若要加入其他自訂的屬性資料,則需利用 `data.props`。請參閱 [Props](../../v8/props/props_zh-TW.md)。 +> +> +> +> +> ```html +> [formControl]="control" +> [accept]="data?.props?.accept ?? '*'" +> (input)="onFileSelect($event)" +> /> +> ``` +> +> + +### 將自訂元件加入到表單內 + +現在 `InputFileComponent` 已可作為自訂元件是用。把它加入到 `customComponents` 內,只要有與它的 key 符合的 `formControlName` ,該元件就會被使用。 + + + + + +```html + +``` + + + + + +```ts +export class AppComponent { + configs: FormControlConfig[] = [ + { + formControlName: "name", + label: "Name", + }, + { + formControlName: "inputFile", + label: "File upload", + }, + ]; + + customComponents: CustomComponents = { + inputFile: InputFileComponent, + }; +} +``` + + + + +## API + +### Properties + +#### control + +用於和父層表單連接的控制器。可用 `FormControl`、`FormGroup` 或 `FormArray` 賦值。 + +#### data + +此元件的設定。 + +### Methods + +#### onOptionsGet + +當動態選項資料成功接收之後,會呼叫此方法。可覆寫來改變資料接到之後的行為。 + +```ts +onOptionsGet(data: OptionItem[]): void { + if (!this.data || !this.data.options) { + return; + } + + this.data.options.data = data; +} +``` + +#### markAsDirty + +```ts + markAsDirty(): void {} +``` + +#### markAsTouched + +```ts + markAsTouched(): void {} +``` + +#### setErrors() + + + +```ts +setErrors(errors: ValidationErrors | null): void {} +``` + + + +## 使用 ng-template + +有時候比較簡單的元件和邏輯,為其建立一個元件可能會太囉嗦,這時候我們可以使用 ng-template。 + + + + +```html + + + @if (!data?.readonly) { + + } @else { + {{ control.value.name }} + } + + +``` + + + +ng-template 可用的變數如下: + +| 名稱 | 類型 | 說明 | +| ------- | ----------------- | ---------------------- | +| control | AbstractControl | 此欄位的 FormControl。 | +| data | FormControlConfig | 此欄位的設定。 | diff --git a/docs/assets/docs/v8/custom-error/custom-error_en.md b/docs/assets/docs/v8/custom-error/custom-error_en.md new file mode 100644 index 00000000..ca654002 --- /dev/null +++ b/docs/assets/docs/v8/custom-error/custom-error_en.md @@ -0,0 +1,137 @@ +# Custom Error + +## Create a custom error + +### Using component + +Create a component and extends/implements the abstract class `CustomErrorMessage`. + +```tsx +import { Component } from '@angular/core'; +import { CustomErrorMessage } from 'ng-dynamic-json-form'; + +@Component({ + ... +}) +export class CustomErrorMessageComponent extends CustomErrorMessage {} +``` + +### Using ng-template + +Create a ng-template, and add the properties needed. + +```html + ... +``` + +## Properties + +| Name | Type | Description | +| ------------- | --------------- | ---------------------------------- | +| control | AbstractControl | The AbstractControl of this input. | +| errorMessages | string[] | The error messages of this input. | + +## Overwrite all the errors + +### Using provider + +```tsx +import { Component } from '@angular/core'; +import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form'; +import { CustomErrorMessageComponent } from '...'; + +@Component({ + ... + providers: [ + provideNgDynamicJsonForm({ + ... + errorComponent: CustomErrorMessageComponent + }), + ] +}) +``` + +### Using component + + + + + +```html + +``` + + + + + +```tsx +import { CustomErrorComponent } from "..."; + +errorComponent = CustomErrorComponent; +``` + + + + +### Using ng-template + + +```html + + +... +``` + +## Overwrite only specific error + +Provide either `errorComponents` or `errorTemplates` using propery binding. The `formControlName` is use as the key to specify which error needs to be replaced. + +### Using components + + + + + +```html + +``` + + + + + +```tsx +errorComponents = { + name: ..., + age: ... +} +``` + + + + +### Using ng-template + + +```html + + +... +... +``` diff --git a/docs/assets/docs/v8/custom-error/custom-error_zh-TW.md b/docs/assets/docs/v8/custom-error/custom-error_zh-TW.md new file mode 100644 index 00000000..e6bd45e3 --- /dev/null +++ b/docs/assets/docs/v8/custom-error/custom-error_zh-TW.md @@ -0,0 +1,137 @@ +# 自訂錯誤 + +## 新建一個自訂錯誤 + +### 使用 component + +新建一個 component 並繼承 `CustomErrorMessage`。 + +```tsx +import { Component } from '@angular/core'; +import { CustomErrorMessage } from 'ng-dynamic-json-form'; + +@Component({ + ... +}) +export class CustomErrorMessageComponent extends CustomErrorMessage {} +``` + +### 使用 ng-template + +新增一個 ng-template,然後根據需要加入相關的 properties。 + +```html + ... +``` + +## Properties + +| 名稱 | 型別 | 說明 | +| :------------ | :-------------- | :----------------- | +| control | AbstractControl | 此欄位的控制器。 | +| errorMessages | string[] | 此欄位的錯誤訊息。 | + +## 替換所有錯誤 + +### 使用 provider + +```tsx +import { Component } from '@angular/core'; +import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form'; +import { CustomErrorMessageComponent } from '...'; + +@Component({ + ... + providers: [ + provideNgDynamicJsonForm({ + ... + errorComponent: CustomErrorMessageComponent + }), + ] +}) +``` + +### 使用 component + + + + + +```html + +``` + + + + + +```tsx +import { CustomErrorComponent } from "..."; + +errorComponent = CustomErrorComponent; +``` + + + + +### 使用 ng-template + + +```html + + +... +``` + +## 只替換特定欄位的錯誤 + +傳入 `errorComponents` 或 `errorTemplates`。key 是需要替換的欄位的 `formControlName`。 + +### 使用 components + + + + + +```html + +``` + + + + + +```tsx +errorComponents = { + name: ..., + age: ... +} +``` + + + + +### 使用 ng-template + + +```html + + +... +... +``` diff --git a/docs/assets/docs/v8/custom-label/custom-label_en.md b/docs/assets/docs/v8/custom-label/custom-label_en.md new file mode 100644 index 00000000..11213c2b --- /dev/null +++ b/docs/assets/docs/v8/custom-label/custom-label_en.md @@ -0,0 +1,140 @@ +# Custom Label + +## Create a custom label + +### Using component + +Create a component and extends/implements it with the abstract class `CustomFormLabel`. + +```tsx +import { Component } from '@angular/core'; +import { CustomFormLabel } from 'ng-dynamic-json-form'; + +@Component({ + ... +}) +export class CustomFormLabelComponent extends CustomFormLabel {} +``` + +### Using ng-template + +Create a ng-template, and add the properties needed. + +```html + ... +``` + +## Properties + +| Name | Type | Description | +| ----------- | ---------- | ---------------------------------------------------- | +| collapsible | boolean | Whether the content of this input is collapsible. | +| expand | boolean | The expand state of the content of this input. | +| label | string | The text for this label. | +| layout | FormLayout | The layout from the FormControlConfig of this input. | +| props | any | The props from the FormControlConfig of this input. | + +## Overwrite all the labels + +### Using provider + +```tsx +import { Component } from '@angular/core'; +import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form'; +import { CustomFormLabelComponent } from '...'; + +@Component({ + ... + providers: [ + provideNgDynamicJsonForm({ + ... + labelComponent: CustomFormLabelComponent + }), + ] +}) +``` + +### Using component + + + + + +```html + +``` + + + + + +```tsx +import { CustomLabelComponent } from "..."; + +labelComponent = CustomLabelComponent; +``` + + + + +### Using ng-template + + +```html + + +... +``` + +## Overwrite only specific label + +Provide either `labelComponents` or `labelTemplates` using property binding. The `formControlName` is use as the key to specify which label needs to be replaced. + +### Using components + + + + + +```html + +``` + + + + + +```tsx +labelComponents = { + name: ..., + age: ... +} +``` + + + + +### Using ng-template + + +```html + + +... +... +``` diff --git a/docs/assets/docs/v8/custom-label/custom-label_zh-TW.md b/docs/assets/docs/v8/custom-label/custom-label_zh-TW.md new file mode 100644 index 00000000..db29d068 --- /dev/null +++ b/docs/assets/docs/v8/custom-label/custom-label_zh-TW.md @@ -0,0 +1,140 @@ +# 自訂標題 + +## 新建一個自訂標題 + +### 使用 component + +新建一個 component 並繼承/實作 `CustomFormLabel`。 + +```tsx +import { Component } from '@angular/core'; +import { CustomFormLabel } from 'ng-dynamic-json-form'; + +@Component({ + ... +}) +export class CustomFormLabelComponent extends CustomFormLabel {} +``` + +### 使用 ng-template + +新建一個 ng-template,然後根據需要加入相關的 properties。 + +```html + ... +``` + +## Properties + +| 名稱 | 型別 | 說明 | +| :---------- | :--------- | :------------------------------------- | +| collapsible | boolean | 此欄位內容是否可展開/收合。 | +| expand | boolean | 此欄位的收合狀態。 | +| label | string | 此欄位的標題。The text for this label. | +| layout | FormLayout | 此欄位的 `layout` 設定。 | +| props | any | 此欄位的 `props` 設定。 | + +## 替換所有標題 + +### 使用 provider + +```tsx +import { Component } from '@angular/core'; +import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form'; +import { CustomFormLabelComponent } from '...'; + +@Component({ + ... + providers: [ + provideNgDynamicJsonForm({ + ... + labelComponent: CustomFormLabelComponent + }), + ] +}) +``` + +### 使用 component + + + + + +```html + +``` + + + + + +```tsx +import { CustomLabelComponent } from "..."; + +labelComponent = CustomLabelComponent; +``` + + + + +### 使用 template + + +```html + + +... +``` + +## 只替換特定欄位的標題 + +傳入 `labelComponents` 或 `labelTemplates`。key 是需要替換的欄位的 `formControlName`。 + +### 使用 component + + + + + +```html + +``` + + + + + +```tsx +labelComponents = { + name: ..., + age: ... +} +``` + + + + +### 使用 ng-template + + +```html + + +... +... +``` diff --git a/docs/assets/docs/v8/custom-loading/custom-loading_en.md b/docs/assets/docs/v8/custom-loading/custom-loading_en.md new file mode 100644 index 00000000..a3ab8e0f --- /dev/null +++ b/docs/assets/docs/v8/custom-loading/custom-loading_en.md @@ -0,0 +1,63 @@ +# Custom Loading + +## Create a custom loading + +Custom loading component/ng-template accepts any kind of component/ng-template. It has nothing special to do. + +## Overwrite all the loadings + +### Using provider + +```tsx +import { Component } from '@angular/core'; +import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form'; +import { CustomLoadingComponent } from '...'; + +@Component({ + ... + providers: [ + provideNgDynamicJsonForm({ + ... + loadingComponent: CustomLoadingComponent + }), + ] +}) +``` + +### Using component + + + + + +```html + +``` + + + + + +```tsx +import { CustomLoadingComponent } from "..."; + +loadingComponent = CustomLoadingComponent; +``` + + + + +### Using template + + +```html + + +... +``` diff --git a/docs/assets/docs/v8/custom-loading/custom-loading_zh-TW.md b/docs/assets/docs/v8/custom-loading/custom-loading_zh-TW.md new file mode 100644 index 00000000..6de972fe --- /dev/null +++ b/docs/assets/docs/v8/custom-loading/custom-loading_zh-TW.md @@ -0,0 +1,63 @@ +# 自訂 Loading + +## 新增一個自訂 loading + +自訂 loading component/ng-template 可為任何 component/ng-template,不需任何前置作業。 + +## 替換所有 loading + +### 使用 provider + +```tsx +import { Component } from '@angular/core'; +import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form'; +import { CustomLoadingComponent } from '...'; + +@Component({ + ... + providers: [ + provideNgDynamicJsonForm({ + ... + loadingComponent: CustomLoadingComponent + }), + ] +}) +``` + +### 使用 component + + + + + +```html + +``` + + + + + +```tsx +import { CustomLoadingComponent } from "..."; + +loadingComponent = CustomLoadingComponent; +``` + + + + +### 使用 ng-template + + +```html + + +... +``` diff --git a/docs/assets/docs/v8/form-component/form-component_en.md b/docs/assets/docs/v8/form-component/form-component_en.md new file mode 100644 index 00000000..cdb2a54a --- /dev/null +++ b/docs/assets/docs/v8/form-component/form-component_en.md @@ -0,0 +1,123 @@ +# Form Component + +## @Input + +```tsx +@Input() configs: FormControlConfig[] | string = []; +@Input() customComponents?: CustomComponents; +@Input() customTemplates?: CustomTemplates; +@Input() conditionsActionFuntions?: ConditionsActionFunctions; +@Input() hideErrorMessage?: boolean; +@Input() collapsibleState?: FormLayout['contentCollapsible']; +@Input() errorComponents?: CustomErrorComponents; +@Input() errorComponentDefault?: Type; +@Input() errorTemplates?: CustomTemplates; +@Input() errorTemplateDefault?: TemplateRef; +@Input() labelComponents?: CustomLabelComponents; +@Input() labelComponentDefault?: Type; +@Input() labelTemplates?: CustomTemplates; +@Input() labelTemplateDefault?: TemplateRef; +@Input() loadingComponent?: Type; +@Input() loadingTemplate?: TemplateRef; +@Input() optionsSources?: { [key: string]: Observable }; +``` + +### configs + +See [Configs](../../v8/configs/configs_en.md). + +### customComponents + +See [Custom Components](../../v8/custom-components/custom-components_en.md). + +### conditionsActionFuntions + +See [Execute custom function](../../v8/conditions/conditions_en.md#execute-custom-function). + +### hideErrorMessage + +Control the display of all the error messages. Useful when need to show all the errors immediately when submit button is clicked. + + + + + +```html + + + + +``` + + + + + +```tsx +control = new FormControl(); +hideErrors?: boolean; + +submit(): void { + if (this.control.invalid) { + this.hideErrors = false; + return; + } + ... +} + +``` + + + + +### collapsibleState + +Control all of the collapsible states. + +### optionsSources + +The custom observables for options. See [Use custom observable](../../v8/options/options_en.md#use-custom-observable). + +### error... + +- `errorComponents` +- `errorComponentDefault` +- `errorTemplates` +- `errorTemplateDefault` + +See [Custom Error](../../v8/custom-error/custom-error_en.md). + +### label... + +- `labelComponents` +- `labelComponentDefault` +- `labelTemplates` +- `labelTemplateDefault` + +See [Custom Label](../../v8/custom-label/custom-label_en.md). + +### loading... + +- `loadingComponent` +- `loadingTemplate` + +See [Custom Loading](../../v8/custom-loading/custom-loading_en.md). + +## @Output + +```tsx +@Output() formGet = new EventEmitter(); +@Output() optionsLoaded = new EventEmitter(); +``` + +### formGet + +The event called after form generation complete. The generated `UntypedFormGroup` will be emitted. + +### optionsLoaded + +The event called after all of the options are loaded. diff --git a/docs/assets/docs/v8/form-component/form-component_zh-TW.md b/docs/assets/docs/v8/form-component/form-component_zh-TW.md new file mode 100644 index 00000000..6ee87109 --- /dev/null +++ b/docs/assets/docs/v8/form-component/form-component_zh-TW.md @@ -0,0 +1,123 @@ +# 表單元件 + +## @Input + +```tsx +@Input() configs: FormControlConfig[] | string = []; +@Input() customComponents?: CustomComponents; +@Input() customTemplates?: CustomTemplates; +@Input() conditionsActionFuntions?: ConditionsActionFunctions; +@Input() hideErrorMessage?: boolean; +@Input() collapsibleState?: FormLayout['contentCollapsible']; +@Input() errorComponents?: CustomErrorComponents; +@Input() errorComponentDefault?: Type; +@Input() errorTemplates?: CustomTemplates; +@Input() errorTemplateDefault?: TemplateRef; +@Input() labelComponents?: CustomLabelComponents; +@Input() labelComponentDefault?: Type; +@Input() labelTemplates?: CustomTemplates; +@Input() labelTemplateDefault?: TemplateRef; +@Input() loadingComponent?: Type; +@Input() loadingTemplate?: TemplateRef; +@Input() optionsSources?: { [key: string]: Observable }; +``` + +### configs + +請參閱 [設定](../../v8/configs/configs_zh-TW.md)。 + +### customComponents + +請參閱 [自訂元件](../../v8/custom-components/custom-components_zh-TW.md)。 + +### conditionsActionFuntions + +請參閱 [執行自訂動作](../../v8/conditions/conditions_zh-TW.md#執行自訂動作)。 + +### hideErrorMessage + +控制是否隱藏所遇的錯誤訊息。可用於點擊送出按鈕後,將所有錯誤訊息顯示出來。 + + + + + +```html + + + + +``` + + + + + +```tsx +control = new FormControl(); +hideErrors?: boolean; + +submit(): void { + if (this.control.invalid) { + this.hideErrors = false; + return; + } + ... +} + +``` + + + + +### collapsibleState + +控制所有展開、收合的狀態。 + +### optionsSources + +動態選項的自訂來源 Observable。請參閱 [Use custom observable](../../v8/options/options_zh-TW.md#use-custom-observable). + +### error... + +- `errorComponents` +- `errorComponentDefault` +- `errorTemplates` +- `errorTemplateDefault` + +請參閱 [自訂錯誤](../../v8/custom-error/custom-error_zh-TW.md). + +### label... + +- `labelComponents` +- `labelComponentDefault` +- `labelTemplates` +- `labelTemplateDefault` + +請參閱 [自訂標題](../../v8/custom-label/custom-label_zh-TW.md). + +### loading... + +- `loadingComponent` +- `loadingTemplate` + +請參閱 [自訂 Loading](../../v8/custom-loading/custom-loading_zh-TW.md). + +## @Output + +```tsx +@Output() formGet = new EventEmitter(); +@Output() optionsLoaded = new EventEmitter(); +``` + +### formGet + +當表單生成完畢時觸發的事件,並將生成的 `UntypeFormGroup` 發送出去。 + +### optionsLoaded + +當所有選項載入完成後觸發。 diff --git a/docs/assets/docs/v8/getting-started/getting-started_en.md b/docs/assets/docs/v8/getting-started/getting-started_en.md new file mode 100644 index 00000000..d3909a1c --- /dev/null +++ b/docs/assets/docs/v8/getting-started/getting-started_en.md @@ -0,0 +1,180 @@ +# Getting started + +## Installation + +### Install from npm + + + +```json +npm i ng-dynamic-json-form +``` + + + +### Import styles + +Import the styles with one of the following method. + + + + +```json +"styles": [ + ... + "ng-dynamic-json-form/styles/styles.scss" +], +``` + + + + +```scss name="styles.scss" +... +@use "ng-dynamic-json-form/styles/styles.scss"; + +// Use @use instead of @import +// See https://sass-lang.com/documentation/at-rules/import +``` + + + + +## Usage + +Import the `NgDynamicJsonFormComponent`. + + + +```typescript +import { NgDynamicJsonFormComponent } from 'ng-dynamic-json-form'; + +... +@Component({ + ..., + imports: [ + ..., + NgDynamicJsonFormComponent, + ], +}) +``` + + + +Pass the `configs` to the `ng-dynamic-json-form` component, a simple form will be built. See [Configs](../../v8/configs/configs_en.md) for more. + + + + +```html + +``` + + + + +```typescript +configs = [ + { + formControlName: "name", + label: "Name", + type: "text", + }, +]; +``` + + + + + + +## Form Binding + +### Using FormControl + + + + + +```html + +``` + + + + +```typescript +control = new FormControl(); +``` + + + + +### Using FormGroup + + + + + +```html + +``` + + + + +```typescript +form?: UntypedFormGroup; + +onFormGet(e: UntypedFormGroup): void { + this.form = e; +} +``` + + + + +## Event Listening + +After the form is generated, the `formGet` event will emit an `UntypedFormGroup`. We can get the form and listen to the `valueChanges` event. + +```tsx +form?: UntypedFormGroup; + +onFormGet(e: UntypedFormGroup): void { + this.form = e; + this.form.valueChanges.pipe( + ... + ).subscribe(); +} + +``` + +Or listen to only specific control and do specific task. + +```tsx +form?: UntypedFormGroup; + +onFormGet(e: UntypedFormGroup): void { + this.form = e; + this.form.controls.name.valueChanges.pipe( + tap(x => { + if (x.length > 10) { + ... + } + }) + ).subscribe(); +} + +``` diff --git a/docs/assets/docs/v8/getting-started/getting-started_zh-TW.md b/docs/assets/docs/v8/getting-started/getting-started_zh-TW.md new file mode 100644 index 00000000..6186af40 --- /dev/null +++ b/docs/assets/docs/v8/getting-started/getting-started_zh-TW.md @@ -0,0 +1,180 @@ +# 開始 + +## 安裝 + +### 從 npm 安裝 + + + +```json +npm i ng-dynamic-json-form +``` + + + +### 導入樣式 + +使用下列方法之一匯入樣式。 + + + + +```json +"styles": [ + ... + "ng-dynamic-json-form/styles/styles.scss" +], +``` + + + + +```scss name="styles.scss" +... +@use "ng-dynamic-json-form/styles/styles.scss"; + +// Use @use instead of @import +// See https://sass-lang.com/documentation/at-rules/import +``` + + + + +## 用法 + +導入 `NgDynamicJsonFormComponent`。 + + + +```typescript +import { NgDynamicJsonFormComponent } from 'ng-dynamic-json-form'; + +... +@Component({ + ..., + imports: [ + ..., + NgDynamicJsonFormComponent, + ], +}) +``` + + + +將 `configs` 傳給 `ng-dynamic-json-form` 元件,就能生成一個簡單的表單。請參閱 [Configs](../../v8/configs/configs_zh-TW.md)。 + + + + +```html + +``` + + + + +```typescript +configs = [ + { + formControlName: "name", + label: "Name", + type: "text", + }, +]; +``` + + + + + + +## 綁定表單 + +### 使用 FormControl + + + + + +```html + +``` + + + + +```typescript +control = new FormControl(); +``` + + + + +### 使用 FormGroup + + + + + +```html + +``` + + + + +```typescript +form?: UntypedFormGroup; + +onFormGet(e: UntypedFormGroup): void { + this.form = e; +} +``` + + + + +## 事件監聽 + +產生表單後,`formGet` 事件將會觸發,並發送一個 `UntypedFormGroup`。我們可以取得並監聽 `valueChanges` 事件。 + +```tsx +form?: UntypedFormGroup; + +onFormGet(e: UntypedFormGroup): void { + this.form = e; + this.form.valueChanges.pipe( + ... + ).subscribe(); +} + +``` + +或者只監聽特定的控制器,並執行特定的動作。 + +```tsx +form?: UntypedFormGroup; + +onFormGet(e: UntypedFormGroup): void { + this.form = e; + this.form.controls.name.valueChanges.pipe( + tap(x => { + if (x.length > 10) { + ... + } + }) + ).subscribe(); +} + +``` diff --git a/docs/assets/docs/v8/index_en.md b/docs/assets/docs/v8/index_en.md new file mode 100644 index 00000000..0d793844 --- /dev/null +++ b/docs/assets/docs/v8/index_en.md @@ -0,0 +1,31 @@ +[Getting Started](../v8/getting-started/getting-started_en.md) + +[Configs](../v8/configs/configs_en.md) + +[Form Component](../v8/form-component/form-component_en.md) + +[Input Types](../v8/input-types/input-types_en.md) + +[Custom Components](../v8/custom-components/custom-components_en.md) + +[UI Components](../v8/ui-components/ui-components_en.md) + +[Validators](../v8/validators/validators_en.md) + +[Options](../v8/options/options_en.md) + +[Conditions](../v8/conditions/conditions_en.md) + +[Input Mask](../v8/input-mask/input-mask_en.md) + +[Props](../v8/props/props_en.md) + +[Layout](../v8/layout/layout_en.md) + +[Custom Label](../v8/custom-label/custom-label_en.md) + +[Custom Error](../v8/custom-error/custom-error_en.md) + +[Custom Loading](../v8/custom-loading/custom-loading_en.md) + +[Styling](../v8/styling/styling_en.md) diff --git a/docs/assets/docs/v8/index_zh-TW.md b/docs/assets/docs/v8/index_zh-TW.md new file mode 100644 index 00000000..00c04bfb --- /dev/null +++ b/docs/assets/docs/v8/index_zh-TW.md @@ -0,0 +1,31 @@ +[開始](../v8/getting-started/getting-started_zh-TW.md) + +[設定](../v8/configs/configs_zh-TW.md) + +[表單元件](../v8/form-component/form-component_zh-TW.md) + +[輸入類型](../v8/input-types/input-types_zh-TW.md) + +[自訂元件](../v8/custom-components/custom-components_zh-TW.md) + +[UI 元件](../v8/ui-components/ui-components_zh-TW.md) + +[驗證器](../v8/validators/validators_zh-TW.md) + +[選項](../v8/options/options_zh-TW.md) + +[條件](../v8/conditions/conditions_zh-TW.md) + +[輸入遮罩](../v8/input-mask/input-mask_zh-TW.md) + +[Props](../v8/props/props_zh-TW.md) + +[佈局](../v8/layout/layout_zh-TW.md) + +[自訂標題](../v8/custom-label/custom-label_zh-TW.md) + +[自訂錯誤](../v8/custom-error/custom-error_zh-TW.md) + +[自訂 Loading](../v8/custom-loading/custom-loading_zh-TW.md) + +[樣式](../v8/styling/styling_zh-TW.md) diff --git a/docs/assets/docs/v8/input-mask/input-mask_en.md b/docs/assets/docs/v8/input-mask/input-mask_en.md new file mode 100644 index 00000000..a8629abc --- /dev/null +++ b/docs/assets/docs/v8/input-mask/input-mask_en.md @@ -0,0 +1,66 @@ +# Input Mask + +This feature is powered by [IMask js](http://imask.js.org/).
See the full guide https://imask.js.org/guide.html. + +## Provide mask option + +To use mask, provide `inputMask`. Some adjustment need to be made when the config is JSON. Checkout **JSON compatibility** below. + + + + + +```json +{ + "formControlName": "...", + "inputMask": { + "mask": "^\\D+$" + } +} +``` + + + + + +```tsx +{ + formControlName: "...", + inputMask: { + mask: /^\D+$/ + } +} +``` + + + + + +> Only `text` type is supported when using mask. Hence, the `type` value will be ignored and automatically use `text` when `inputMask` is present. + +## JSON compatibility + +When config is JSON, some features are not available. There are few adjustments need to be made when provide the config in JSON. + +### Regex + +Regex need to be pass as string literal and all `\` characters need to be escaped. + +Example: `/^\d+$/` ⇒ `^\\d+$` + +### Mask value + +[Number]: https://imask.js.org/guide.html#masked-number +[Imask.MaskedRange]: https://imask.js.org/guide.html#masked-range + +The following value of the `mask` must be stringified: + +| Original | Stringified | +| :------------------ | :------------------ | +| [Number] | “Number” | +| [Imask.MaskedRange] | “Imask.MaskedRange” | + +### Unsupported mask + +- [Date Mask](https://imask.js.org/guide.html#masked-date) +- [Enum Mask](https://imask.js.org/guide.html#enum) diff --git a/docs/assets/docs/v8/input-mask/input-mask_zh-TW.md b/docs/assets/docs/v8/input-mask/input-mask_zh-TW.md new file mode 100644 index 00000000..03bb1157 --- /dev/null +++ b/docs/assets/docs/v8/input-mask/input-mask_zh-TW.md @@ -0,0 +1,67 @@ +# 輸入遮罩 + +此功能由 [IMask js](http://imask.js.org/) 提供。
+請參閱完整文件:https://imask.js.org/guide.html。 + +## 提供遮罩設定 + +提供 `inputMask` 以使用遮罩。設定格式為 JSON 時需要做一些調整,請參閱下面的 **JSON 兼容性**。 + + + + + +```json +{ + "formControlName": "...", + "inputMask": { + "mask": "^\\D+$" + } +} +``` + + + + + +```tsx +{ + formControlName: "...", + inputMask: { + mask: /^\D+$/ + } +} +``` + + + + + +> 只有 `text` 類型的欄位能使用遮罩。因此,如果提供了 `inputMask`,則 `type` 的值會被忽略並自動使用 `text`。 + +## JSON 兼容性 + +當設定為 JSON 格式時,會有一些功能無法使用。以下為 JSON 格式需要做的一些調整。 + +### 正則表達式 + +所有正則表達式需要轉為 string,並跳脫所有的 `\` 字元。 + +例子: `/^\d+$/` ⇒ `^\\d+$` + +### Mask 的值 + +[Number]: https://imask.js.org/guide.html#masked-number +[Imask.MaskedRange]: https://imask.js.org/guide.html#masked-range + +以下這些 `mask` 的值必須轉為文字。 + +| 原始值 | 轉文字 | +| :------------------ | :------------------ | +| [Number] | “Number” | +| [Imask.MaskedRange] | “Imask.MaskedRange” | + +### 不支援的遮罩類型 + +- [Date Mask](https://imask.js.org/guide.html#masked-date) +- [Enum Mask](https://imask.js.org/guide.html#enum) diff --git a/docs/assets/docs/v8/input-types/input-types_en.md b/docs/assets/docs/v8/input-types/input-types_en.md new file mode 100644 index 00000000..417dbd72 --- /dev/null +++ b/docs/assets/docs/v8/input-types/input-types_en.md @@ -0,0 +1,113 @@ +# Input types + +Here list all the input types that are ready to use. Set the `type` to one of the following value to create an input with that type. + +- [checkbox](#checkbox) +- [date](#date) +- [number](#number) +- [password](#password) +- [radio](#radio) +- [range](#range) +- [select](#select) +- [switch](#switch) +- [text](#text) +- [textarea](#textarea) + +> If not provided, `text` will be used. + +--- + +## Text + + + +--- + +## Number + +Set `type` to `number` will build input with `type="number"`. We can also use mask to achieve the same result. The mask feature is powered by `imaskjs`. See [Input mask]() for more. + + + +
+ +
+
+ +
+ +
+ +--- + +## Password + + + +--- + +## Checkbox / Radio + +Use `options.data` to provide static options. For dynamic options, see [Dynamic options from API endpoint](../../v8/options/options_en.md#dynamic-options-from-api-endpoint). + +### Checkbox + + + + +> Provide only one option to build binary checkbox. + +### Radio + + + +### Label position + +Place label at start by setting the `options.labelPosition` to `before`. Default is `after`. + +
+ + +
+ +### Layout + +Set `options.layout` to `column` to display options vertically, the default is `row`. There is also `options.containerClass` and `options.containerStyles` available to create other layout. e.g. `display: grid; grid-tempalate-columns: ...` + +
+ + +
+ +--- + +## Select + +Use `options.data` to provide static options. For dynamic options, see [Dynamic options from API endpoint](../../v8/options/options_en.md#dynamic-options-from-api-endpoint). + + + +--- + +## Switch + + + +--- + +## Date + + + + +--- + +## Textarea + + + +--- + +## Range + + diff --git a/docs/assets/docs/v8/input-types/input-types_zh-TW.md b/docs/assets/docs/v8/input-types/input-types_zh-TW.md new file mode 100644 index 00000000..273f0fc6 --- /dev/null +++ b/docs/assets/docs/v8/input-types/input-types_zh-TW.md @@ -0,0 +1,113 @@ +# 輸入類型 + +以下為內建的輸入類型列表。將 `type` 設為以下其中一個值來建立該類型的輸入欄位。 + +- [checkbox](#checkbox) +- [date](#date) +- [number](#number) +- [password](#password) +- [radio](#radio) +- [range](#range) +- [select](#select) +- [switch](#switch) +- [text](#text) +- [textarea](#textarea) + +> 若無提供類型,預設將使用 `text`。 + +--- + +## Text + + + +--- + +## Number + +`type` 設為 `number` 將會使用 `type="number"` 的 input。我們也可以使用遮罩來達到同樣的效果。遮罩功能由 `imaskjs` 提供,詳情請參閱 [輸入遮罩](../../v8/input-mask/input-mask_zh-TW.md)。 + + + +
+ +
+
+ +
+ +
+ +--- + +## Password + + + +--- + +## Checkbox / Radio + +使用 `options.data` 來提供靜態選項 。若需要動態選項,請參閱 [Options](../../v8/options/options_zh-TW.md)。 + +### Checkbox + + + + +> 只提供一個選項的話則可建立二元複選框。 + +### Radio + + + +### Label position + +將 `options.labelPosition` 調整為 `before` 可把文字位置改前面,預設為 `after`。 + +
+ + +
+ +### Layout + +將 `options.layout` 設為 `column` 可將選項改為垂直排列,預設為 `row`。另外還有 `options.containerClass` 和 `options.containerStyles` 可用於調整選項的排列方式和佈局。例:`display: grid; grid-tempalate-columns: ...` + +
+ + +
+ +--- + +## Select + +使用 `options.data` 來提供靜態選項 。若需要動態選項,請參閱 [Options](../../v8/options/options_zh-TW.md)。 + + + +--- + +## Switch + + + +--- + +## Date + + + + +--- + +## Textarea + + + +--- + +## Range + + diff --git a/docs/assets/docs/v8/layout/layout_en.md b/docs/assets/docs/v8/layout/layout_en.md new file mode 100644 index 00000000..b23fc4e6 --- /dev/null +++ b/docs/assets/docs/v8/layout/layout_en.md @@ -0,0 +1,88 @@ +# Layout + +## Input Component Styling + +Every input component is divided into several sections. Their position and nesting level is illustrated as below. Each section can be styled respectively using class or inline styles. + + + +To do styling, provide the class or styles of the section in the `layout`. + +```json +{ + "formControlName": "...", + "type": "...", + "layout": { + "hostClass": "...", + "hostStyles": "...", + "labelClass": "...", + "labelStyles": "...", + ... + } +} +``` + +If `children` exists, which means the input is a FormGroup, then the "Input Area" section will be replaced by "Form Group" section. + + + +## Description Position + +By default, description is place right after "Label", but before "Input Area". Set `layout.descriptionPosition` to `after`, to place it after the "Input Area". + + + +## Content Collapsible + +`layout.contentCollapsible` + +Provide to let content to be able to expand/collapse by clicking the label. The value is use to set the initial state of the content. `label` must be provided. + + + +## Auto Add Required Class + +`layout.autoAddRequiredClass` + +If set to true, then `required` class will automatically add to the label element, when there is validator named `required` in the `validators` array. Default is true. + +## Hide Label + +`layout.hideLabel` + +Use to hide the label, but still provide the label value. For example, when using Angular Material, set this to true to prevent duplicate label. + +## API + +### FormLayout + +```tsx +export interface FormLayout { + hostClass?: string; + hostStyles?: string; + labelClass?: string; + labelStyles?: string; + contentClass?: string; + contentStyles?: string; + formGroupStyles?: string; + formGroupClass?: string; + descriptionClass?: string; + descriptionStyles?: string; + inputAreaClass?: string; + inputAreaStyles?: string; + errorClass?: string; + errorStyles?: string; + descriptionPosition?: "before" | "after"; + hideLabel?: boolean; + contentCollapsible?: "collapse" | "expand"; + autoAddRequiredClass?: boolean; +} +``` diff --git a/docs/assets/docs/v8/layout/layout_zh-TW.md b/docs/assets/docs/v8/layout/layout_zh-TW.md new file mode 100644 index 00000000..5f39fd57 --- /dev/null +++ b/docs/assets/docs/v8/layout/layout_zh-TW.md @@ -0,0 +1,87 @@ +# 佈局 + +## 欄位元件樣式 + +每個欄位元件的內部元素被拆分為好幾個區塊。它們的層級結構和位置如下圖顯示。每一個區塊可使用對應的 class 或者 inline styles 來調整樣式。 + + + +要調整某區塊樣式,請在 `layout` 內加入該區塊的 class 或者 styles。 + +```json +{ + ... + "layout": { + "hostClass": "...", + "hostStyles": "...", + "labelClass": "...", + "labelStyles": "...", + ... + } +} +``` + +如果有設定 `children`,代表此欄位會是一個 FormGroup,因此 "Input Area" 區塊會替換為 "Form Group" 區塊。 + + + +## 說明文字位置 + +說明文字的預設位置是 "Label" 之後,"Input Area" 之前。將 `layout.descriptionPosition` 設為 `after` 可將位置調整到 "Input Area" 之前。 + + + +## 內容展開/收合 + +`layout.contentCollapsible` + +設定後,點擊標題可將內容展開/收合。此功能必須要有 `label` 存在。設定的值為內容的初始展開/收合狀態。 + + + +## 自動加入 required class + +`layout.autoAddRequiredClass` + +設為 true 時,若 `validators` 陣列內存在名為 `required` 的驗證器,則標題元素會自動加入 `required` class。預設為 true。 + +## 隱藏標題文字 + +`layout.hideLabel` + +此功能用於將標題隱藏,但仍然將 `label` 的值傳遞到欄位元件內。例:使用 Angular Material 時,可將此設為 true,避免標題重複顯示。 + +## API + +### FormLayout + +```tsx +export interface FormLayout { + hostClass?: string; + hostStyles?: string; + labelClass?: string; + labelStyles?: string; + contentClass?: string; + contentStyles?: string; + formGroupStyles?: string; + formGroupClass?: string; + descriptionClass?: string; + descriptionStyles?: string; + inputAreaClass?: string; + inputAreaStyles?: string; + errorClass?: string; + errorStyles?: string; + descriptionPosition?: "before" | "after"; + hideLabel?: boolean; + contentCollapsible?: "collapse" | "expand"; + autoAddRequiredClass?: boolean; +} +``` diff --git a/docs/assets/docs/v8/options/options_en.md b/docs/assets/docs/v8/options/options_en.md new file mode 100644 index 00000000..ac624f80 --- /dev/null +++ b/docs/assets/docs/v8/options/options_en.md @@ -0,0 +1,742 @@ +# Options + +For input like checkbox, radio and select, provide `options` to let user select data. + +## Static options + +To give static options, provide `OptionItem[]` to `options.data` . + +```json +{ + ... + "options": { + "data": [ + { + "label": "Option 1", + "value": 0 + }, + ... + ] +} +``` + +Each of the `OptionItem` consists of only `label` and `value`. + +## Dynamic options from API endpoint + +If the options needs to be fetched from an API endpoint, then we need to provide `src`. The `src` accepts `string` or `OptionSource` . If `string` is provided, it will use as the key for custom observable, see [Use custom observable](#use-custom-observable). + +For example, the API endpoint https://dummyjson.com/products will return the following data, + +```json +{ + "products": [ + { + "id": 1, + "title": "iPhone 9", + "description": "An apple mobile which is nothing like apple", + "price": 549, + "discountPercentage": 12.96, + "rating": 4.69, + "stock": 94, + "brand": "Apple", + "category": "smartphones", + "thumbnail": "...", + "images": ["...", "...", "..."] + }, + {...}, + {...}, + {...}, + ... + ], + "total": 100, + "skip": 0, + "limit": 30 +} +``` + +...and we want it to map it into `OptionItem[]` like this: + +```json +[ + { + "label": "iPhone 9", + "value": { + "id": 1, + "title": "iPhone 9", + "description": "An apple mobile which is nothing like apple", + "price": 549, + "discountPercentage": 12.96, + "rating": 4.69, + "stock": 94, + "brand": "Apple", + "category": "smartphones", + "thumbnail": "...", + "images": ["...", "...", "..."] + } + }, + {...}, + {...}, + {...}, + ... +] +``` + +We need to set the config as below: + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products", + "method": "GET", + "mapData": { + "labelKey": "title", + "contentPath": "products" + } + } + } +} +``` + +The `labelKey` specify the property to use as the `label` , and the `contentPath` is to tell where the array of data is located. The above example shows the data we need is located at `products` , so we set `contentPath` to `"products"` . + +## Body and Parameters + +Use `body` to pass data during HTTP request. + +- The value of `options.src.body` is static. +- The value of `options.src.trigger.body` is dynamic, its value will update when the value of the trigger control changes. + +```json +{ + ... + "options": { + "src": { + "url": "...", + "method": "POST", + "mapData": {...}, + "body": { + "brand": "...", + "category": "..." + } + } + } +} +``` + +For the method `GET` , `body` will transform into the parameters and merge into the URL. If the key in `body` starts with `:`, it acts as a variable that must match one within the `url`. If not, it functions as a query string key. + +| Key | Value | URL | +| -------------- | ----------- | --------------------------------------------------- | +| `:` + `string` | smartphones | https://dummyjson.com/products/category/smartphones | +| `string` | phone | https://dummyjson.com/products/search?q=phone | + + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products/category/:category", + "method": "GET", + "trigger": { + "by": "productCategory", + "body": { + ":category": "smartphones" + } + } + } + } +} +``` + + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products/search", + "method": "GET", + "trigger": { + "by": "productCategory", + "body": { + "q": "phone" + } + } + } + } +} +``` + + + + + +## Data mapping + +### Primitive value + +If the response data is only consists of primitive value, it’s no need to provide `labelKey` and `valueKeys`. + + + + + +```json +[ + "smartphones", + "laptops", + "fragrances", + ... +] +``` + + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products/categories", + "method": "GET" + } + } +} +``` + + + + + +> This is a response that returns only an array of string, `mapData` can be omitted because `contentPath` is not needed. + +### Custom option value + +Option’s value can be customized by providing the `valueKeys`. The `value` for each of the `OptionItem` will left only the properties listed inside the `valueKeys` . + + + + + +```json +[ + { + "label": "iPhone 9", + "value": { + "id": 1, + "price": 549, + "brand": "Apple", + "category": "smartphones", + } + }, + {...}, + {...}, + {...}, + ... +] +``` + + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products", + "method": "GET", + "mapData": { + "labelKey": "title", + "contentPath": "products", + "valueKeys": ["id", "price", "brand", "category"] + } + } + } +} +``` + + + + + +If the `valueKeys` has only one item, then the `value` will become primitive. + + + + + +```json +[ + { + "label": "iPhone 9", + "value": "iPhone 9" + }, + {...}, + {...}, + {...}, + ... +] +``` + + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products", + "method": "GET", + "mapData": { + "labelKey": "title", + "contentPath": "products", + "valueKeys": ["title"], + } + } + } +} +``` + + + + + +### Hoisting nested value + +The following example shows how to hoist childA and childB to the top level. + + + + +```json +[ + { + "id": 1, + "name": "...", + "propA": { + "childA": "...", + "propB": { + "childB": "..." + } + } + }, + {...}, + {...}, + {...}, + ... +] + +``` + + + + + +```json +[ + { + "label": "...", + "value": { + "id": 1, + "name": "...", + "childA": "...", + "childB": "..." + } + }, + {...}, + {...}, + {...}, + ... +] + +``` + + + + + +```json +{ + ... + "options": { + "src": { + "url": "...", + "method": "...", + "mapData": { + "labelKey": "name", + "valueKeys": ["id", "name", "propA.childA", "propA.propB.childB"] + } + } + } +} + +``` + + + + + +## Using a trigger + +Trigger is use to make new request for the options of a control, based on the value changes from another control. + +Let’s say we have a select `productCategory` and another select `product` . If the value of the `productCategory` changes, `product` will retrieve the value of `productCategory` and make a http request to get all the products of that category. + +```json +[ + { + ... + "formControlName": "productCategory", + "options": { + "src": { + "url": "https://dummyjson.com/products/categories", + "method": "GET" + } + } + }, + { + ... + "formControlName": "product", + "options": { + "src": { + "url": "https://dummyjson.com/products/category/:category", + "method": "GET", + "trigger": { + "by": "productCategory", + "body": { + ":category": "productCategory" + } + } + } + } + } +] +``` + +`trigger.by` is the path to the control we want to listen its `valueChanges` event. When `productCategory` changes, its value will be get and merged into the URL. + +If the `productCategory`'s value is "smartphones", then the result URL will be: + +```text +https://dummyjson.com/products/category/smartphones +``` + +### Control path and value path + +The value of every key inside `trigger.body` is the path to the value we need, which can be separated by `controlPath` and `valuePath` by using `,`. + +```json +{ + ... + "body": { + "key": "controlPath, valuePath", + ... + } +} +``` + +- `controlPath` Path to the target control which contains value we need. +- `valuePath` Path to the property we need, when the control's value is non-primitive. + + + + +```json +{ + "controlA": { + "foo": { + "baz": "..." + }, + "bar": "..." + }, + "controlB": "...", + "controlC": "..." +} +``` + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products/search", + "method": "GET", + "trigger": { + "by": "controlA", + "body": { + "q": "controlA, foo.baz" + } + } + } + } +} +``` + + + + +## Using a filter + +The example below demonstrates that when the value of the control `productCategory` changes, the data is filtered by comparing the `productCategory` value with the `category` property. + +```json +[ + { + "formControlName": "productCategory", + "options": { + "src": { + "url": "https://dummyjson.com/products/categories", + "method": "GET" + } + } + }, + { + ... + "options": { + "src": { + "url": "https://dummyjson.com/products", + "method": "GET", + "mapData": { + "contentPath": "products", + "labelKey": "title" + }, + "filter": { + "by": "productCategory", + "conditions": { + "&&": [ + ["", "===", "category"] + ] + } + } + } + } + } +] +``` + +### Filter conditions + +The syntax of `filter.conditions` is similar with the one in the [Conditions](../../v8/conditions/conditions_en.md). The only difference is every element’s position in the tupple must be as the following: + +`[0, 1, 2]` + +| Position | Description | +| -------- | --------------------------------------------------------------------------------------------------- | +| 0 | Target control’s value. Use empty string if value is primitive. | +| 1 | The [OPERATOR](../../v8/conditions/conditions_en.md#left-operator-right) use to evaluate condition. | +| 2 | The value of each `OptionItem` to compare. Use empty string if value is primitive. | + +#### Nested condition + +`conditions` support nested `conditions`. + +```json +{ + ... + "options": { + "src": { + ... + "filter": { + ... + "conditions": { + "&&": [ + ["", "===", "category"], + { + "||": [...] + } + ] + } + } + } + } +} +``` + +## Use custom observable + +If the `src` is a string, then it is use as a key to match with the Observable inside `optionsSources`. The Observable must return `OptionItem[]`. + + + + + +```html + +``` + + + + + +```tsx +optionsSources = { + custom$: this._http.get("https://dummyjson.com/products").pipe( + map((x) => (x as any).products), + concatAll(), + map((x: any) => ({ label: x.title, value: x })), + toArray() + ), +}; +``` + + + + + +```json +{ + ... + "options": { + "src": "custom$", + ... + } +} +``` + + + + + +## API + +### FormControlOptions + +```ts +export interface FormControlOptions { + data?: OptionItem[]: + src?: string | OptionSource; + srcAppendPosition?: 'after' | 'before'; + autoSelectFirst?: boolean; + layout?: 'row' | 'column'; + labelPosition?: 'before' | 'after'; + containerClass?: string; + containerStyles?: string; +} +``` + +#### data + +The array of options data. + +#### src + +Provide this to use dynamic options. + +#### srcAppendPosition + +Append dynamic options after or before the static options. + +#### autoSelectFirst + +Auto select the first option available on init. + +#### layout + +The layout of the options. + +#### labelPosition + +The position of the label. + +#### containerClass + +The class to add to the container of the options. + +#### containerStyles + +The styles to add to the container of the options. + +### OptionItem + +```tsx +export interface OptionItem { + label: string; + value?: any; +} +``` + +### OptionSource + +```tsx +export interface OptionSource { + url: string; + method: "GET" | "POST"; + headers?: { [key: string]: string | string[] }; + body?: { [key: string]: any }; + mapData?: { + labelKey: string; + valueKeys?: string[]; + contentPath?: string; + slice?: [number, number]; + appendPosition?: "after" | "before"; + }; + trigger?: { + by: string; + body: { [key: string]: string }; + debounceTime?: number; + }; + filter?: { + by: string; + conditions: ConditionsGroup; + debounceTime?: number; + }; +} +``` + +#### url + +The url of the API endpoint. + +#### method + +The HTTP method use to fetch the data. + +#### headers + +The HTTP headers to append. + +#### body + +The body to send over http request. + +#### mapData + +The information of how to map the data from http response to `OptionItem[]`. + +- `labelKey` The property to use as the label. +- `valueKeys` A list of properties to map new value. +- `contentPath` To tell where the array of data is located. +- `slice` Slice the data after fetched. + +#### trigger + +Provide to fetch data using the value of target control. + +- `by` The path of the control to listen its valueChanges. +- `debounceTime` The delay to add (milliseconds). +- `body` The parameters to be used in the HTTP request. + +#### filter + +- `by` The path of the control to listen its valueChanges. +- `debounceTime` The delay to add (milliseconds). +- `conditions` The conditions use to filter out the desire data. diff --git a/docs/assets/docs/v8/options/options_zh-TW.md b/docs/assets/docs/v8/options/options_zh-TW.md new file mode 100644 index 00000000..b1907562 --- /dev/null +++ b/docs/assets/docs/v8/options/options_zh-TW.md @@ -0,0 +1,741 @@ +# 選項 + +`options` 用於為 checkbox、radio 和 select 之類的欄位提供選項。 + +## 靜態選項 + +若只提供靜態選項,將 `OptionItem[]` 塞入 `options.data`。 + +```json +{ + ... + "options": { + "data": [ + { + "label": "選項 1", + "value": 0 + }, + ... + ] +} +``` + +每個 `OptionItem` 都只有 `label` and `value`。 + +## 從 API 取得動態選項 + +若選項資料需要從 API 取得,那我們需要設定 `src`。`src` 可傳入 `string` 或者 `OptionSource` 物件。若傳入的值為 `string`,則會當作自訂 Observable 的 key,請參閱。 + +例如,此 API 端點 https://dummyjson.com/products 會回傳以下資料: + +```json +{ + "products": [ + { + "id": 1, + "title": "iPhone 9", + "description": "An apple mobile which is nothing like apple", + "price": 549, + "discountPercentage": 12.96, + "rating": 4.69, + "stock": 94, + "brand": "Apple", + "category": "smartphones", + "thumbnail": "...", + "images": ["...", "...", "..."] + }, + {...}, + {...}, + {...}, + ... + ], + "total": 100, + "skip": 0, + "limit": 30 +} +``` + +然後我們需要將它們轉為 `OptionItem[]`: + +```json +[ + { + "label": "iPhone 9", + "value": { + "id": 1, + "title": "iPhone 9", + "description": "An apple mobile which is nothing like apple", + "price": 549, + "discountPercentage": 12.96, + "rating": 4.69, + "stock": 94, + "brand": "Apple", + "category": "smartphones", + "thumbnail": "...", + "images": ["...", "...", "..."] + } + }, + {...}, + {...}, + {...}, + ... +] +``` + +則需如下設定: + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products", + "method": "GET", + "mapData": { + "labelKey": "title", + "contentPath": "products" + } + } + } +} +``` + +`labelKey` 負責標記要作為 `label` 的欄位,`contentPath` 負責指定陣列資料的位置。上面的例子顯示我們需要的資料在 `products` 內,所以設定 `contentPath` 為 `products`。 + +## Body 參數 + +使用 `POST` 方法進行 HTTP 傳輸時,若需要帶參數,需將參數塞入 `body` 內。 + +- `options.src.body` 為靜態參數。 +- `options.src.trigger.body` 為動態參數,當監聽的控制器發生變化時,會使用控制器的值更新參數。 + +```json +{ + ... + "options": { + "src": { + "url": "...", + "method": "POST", + "mapData": {...}, + "body": { + "brand": "...", + "category": "..." + } + } + } +} +``` + +而對於 `GET` 方法,`body` 內的參數將根據以下 key 的寫法判斷,自動將參數轉換並塞入到請求的 URL 內。若 key 為 `:` 開頭,表示此 key 的值將尋找 URL 內所對應的變數並進行替換,否則會轉為 query string。 + +| Key | Value | URL | +| -------------- | ----------- | --------------------------------------------------- | +| `:` + `string` | smartphones | https://dummyjson.com/products/category/smartphones | +| `string` | phone | https://dummyjson.com/products/search?q=phone | + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products/category/:category", + "method": "GET", + "trigger": { + "by": "productCategory", + "body": { + ":category": "smartphones" + } + } + } + } +} +``` + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products/search", + "method": "GET", + "trigger": { + "by": "productCategory", + "body": { + "q": "phone" + } + } + } + } +} +``` + + + + +> 這邊的 `body` 內的參數都是靜態的,需要動態的 `body`,請參閱[使用觸發器](#使用觸發器)。 + +## 資料轉換 + +### 原始值 + +如果回傳的資料都是原始值,則不需提供 `labelKey` 和 `valueKeys`。 + + + + + +```json +[ + "smartphones", + "laptops", + "fragrances", + ... +] +``` + + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products/categories", + "method": "GET" + } + } +} +``` + + + + + +> 此回傳的資料為 string 陣列,`mapData` 也可不提供,因為無需提供 `contentPath`。 + +### 自訂選項物件 + +選項的物件值可透過 `valueKeys` 來修改。只有 `valueKeys` 內設定的 key 會被保留下來,成為最終 `OptionItem` 的 `value`。 + + + + + +```json +[ + { + "label": "iPhone 9", + "value": { + "id": 1, + "price": 549, + "brand": "Apple", + "category": "smartphones", + } + }, + {...}, + {...}, + {...}, + ... +] +``` + + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products", + "method": "GET", + "mapData": { + "labelKey": "title", + "contentPath": "products", + "valueKeys": ["id", "price", "brand", "category"] + } + } + } +} +``` + + + + + +如果 `valueKeys` 內只有一個 key,則 `value` 會變成原始值。 + + + + + +```json +[ + { + "label": "iPhone 9", + "value": "iPhone 9" + }, + {...}, + {...}, + {...}, + ... +] +``` + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products", + "method": "GET", + "mapData": { + "labelKey": "title", + "contentPath": "products", + "valueKeys": ["title"], + } + } + } +} +``` + + + + + +### 提升巢狀資料 + +以下例子說明如何把 childA 和 childB 提升到最外層。 + + + + + +```json +[ + { + "id": 1, + "name": "...", + "propA": { + "childA": "...", + "propB": { + "childB": "..." + } + } + }, + {...}, + {...}, + {...}, + ... +] + +``` + + + + + +```json +[ + { + "label": "...", + "value": { + "id": 1, + "name": "...", + "childA": "...", + "childB": "..." + } + }, + {...}, + {...}, + {...}, + ... +] + +``` + + + + + +```json +{ + ... + "options": { + "src": { + "url": "...", + "method": "...", + "mapData": { + "labelKey": "name", + "valueKeys": ["id", "name", "propA.childA", "propA.propB.childB"] + } + } + } +} + +``` + + + + + +## 使用觸發器 + +觸發器的作用是,監聽某個控制器的值,然後用它取得當前的控制器的選項資料。 + +假設我們有兩個下拉,`productCategory` 和 `product`。我們想要 `productCategory` 的值發生變化後,將選中的值作為參數,取得新的 `product` 選項。 + +```json +[ + { + ... + "formControlName": "productCategory", + "options": { + "src": { + "url": "https://dummyjson.com/products/categories", + "method": "GET" + } + } + }, + { + ... + "formControlName": "product", + "options": { + "src": { + "url": "https://dummyjson.com/products/category/:category", + "method": "GET", + "trigger": { + "by": "productCategory", + "body": { + ":category": "productCategory" + } + } + } + } + } +] +``` + +`trigger.by` 是需要監聽的控制器的路徑。當 `productCategory` 發生變化,它的值就會被更新到 URL 內。 + +假設 `productCategory` 的值是 "smartphones",更新後 URL 會是: + +```text +https://dummyjson.com/products/category/smartphones +``` + +### 控制器路徑和物件路徑 + +The value of every key inside `trigger.body` is the path to the value we need, which can be separated by `controlPath` and `valuePath`. + +每一個 `trigger.body` 內的 key 的值,是指向我們需要的值的路徑。該字串可拆分為 `controlPath` 和 `valuePath`,並使用 `,` 分隔。 + +```json +{ + ... + "body": { + "key": "controlPath, valuePath", + ... + } +} +``` + +- `controlPath` 目標值所在的控制器路徑 +- `valuePath` 如果控制器的值是物件的話,可用來指定目標欄位 + + + + +```json +{ + "controlA": { + "foo": { + "baz": "..." + }, + "bar": "..." + }, + "controlB": "...", + "controlC": "..." +} +``` + + + + +```json +{ + ... + "options": { + "src": { + "url": "https://dummyjson.com/products/search", + "method": "GET", + "trigger": { + "by": "controlA", + "body": { + "q": "controlA, foo.baz" + } + } + } + } +} +``` + + + + +## 使用過濾器 + +以下例子說明,當 `productCategory` 的值變化時,用 `productCategory` 的值去比對每一筆資料內的 `category`,將選項資料過濾。 + +```json +[ + { + "formControlName": "productCategory", + "options": { + "src": { + "url": "https://dummyjson.com/products/categories", + "method": "GET" + } + } + }, + { + ... + "options": { + "src": { + "url": "https://dummyjson.com/products", + "method": "GET", + "mapData": { + "contentPath": "products", + "labelKey": "title" + }, + "filter": { + "by": "productCategory", + "conditions": { + "&&": [ + ["", "===", "category"] + ] + } + } + } + } + } +] +``` + +### 過濾條件 + +[Conditions]: ../../v8/conditions/conditions_zh-TW.md + +`filter.conditions` 的語法和 [Conditions](../../v8/conditions/conditions_zh-TW.md) 非常類似。唯一的差別是 tupple 內的每一個值必須根據以下排列方式排列。 + +`[0, 1, 2]` + +| 位置 | 說明 | +| ---- | ---------------------------------------------------------------------------------------- | +| 0 | 目標控制器的值。若為原始值則留空白字串。 | +| 1 | 運算子,請參閱 [OPERATOR](../../v8/conditions/conditions_zh-TW.md#left-operator-right)。 | +| 2 | 每一個要比對的 `OptionItem`。若為原始值則留空白字串。 | + +#### 巢狀條件 + +`conditions` 可支援巢狀結構。 + +```json +{ + ... + "options": { + "src": { + ... + "filter": { + ... + "conditions": { + "&&": [ + ["", "===", "category"], + { + "||": [...] + } + ] + } + } + } + } +} +``` + +## 使用自訂 Observable + +如果 `src` 是 `string`,則會當成 key 去 `optionsSources` 內尋找匹配的 Observable 並使用。該 Observable 必須回傳 `OptionItem[]`。 + + + + + +```html + +``` + + + + + +```tsx +optionsSources = { + custom$: this._http.get("https://dummyjson.com/products").pipe( + map((x) => (x as any).products), + concatAll(), + map((x: any) => ({ label: x.title, value: x })), + toArray() + ), +}; +``` + + + + + +```json +{ + ... + "options": { + "src": "custom$", + ... + } +} +``` + + + + + +## API + +### FormControlOptions + +```ts +export interface FormControlOptions { + data?: OptionItem[]: + src?: string | OptionSource; + srcAppendPosition?: 'after' | 'before'; + autoSelectFirst?: boolean; + layout?: 'row' | 'column'; + labelPosition?: 'before' | 'after'; + containerClass?: string; + containerStyles?: string; +} +``` + +#### data + +選項陣列資料。 + +#### src + +提供以使用動態選項資料。 + +#### srcAppendPosition + +當靜態資料和動態資料同時存在,可用來指定動態資料相對於靜態的位置。 + +#### autoSelectFirst + +選項資料接到之後,自動選擇第一個選項。 + +#### layout + +選項的排版佈局。 + +#### labelPosition + +選項文字的位置。 + +#### containerClass + +選項父層容器的 class。 + +#### containerStyles + +選項父層容器的 style。 + +### OptionItem + +```tsx +export interface OptionItem { + label: string; + value?: any; +} +``` + +### OptionSource + +```tsx +export interface OptionSource { + url: string; + method: "GET" | "POST"; + headers?: { [key: string]: string | string[] }; + body?: { [key: string]: any }; + mapData?: { + labelKey: string; + valueKeys?: string[]; + contentPath?: string; + slice?: [number, number]; + appendPosition?: "after" | "before"; + }; + trigger?: { + by: string; + body: { [key: string]: string }; + debounceTime?: number; + }; + filter?: { + by: string; + conditions: ConditionsGroup; + debounceTime?: number; + }; +} +``` + +#### url + +API 網址。 + +#### method + +HTTP 傳輸方法。 + +#### headers + +要加入的 HTTP headers。 + +#### body + +呼叫 API 需帶的參數。 + +#### mapData + +- `labelKey` 用於當作顯示文字的欄位。 +- `valueKeys` 用於生成新的物件需要的 key 列表。 +- `contentPath` 陣列資料的所在路徑。 +- `slice` 將接到的資料切割。 + +#### trigger + +- `by` 需要監聽其 valueChanges 的目標控制器路徑。 +- `debounceTime` 需要加入的延遲 (毫秒)。 +- `body` HTTP 傳輸需要帶入的參數。 + +#### filter + +- `by` 需要監聽其 valueChanges 的目標控制器路徑。 +- `debounceTime` 需要加入的延遲 (毫秒)。 +- `conditions` 過濾資料的條件。 diff --git a/docs/assets/docs/v8/props/props_en.md b/docs/assets/docs/v8/props/props_en.md new file mode 100644 index 00000000..8278e91a --- /dev/null +++ b/docs/assets/docs/v8/props/props_en.md @@ -0,0 +1,89 @@ +# Props + +Use `props` to bind properties and attributes to the target component or the input element. + +To bind the properties: + +```html + +``` + +Provide them using `props`: + +```json +{ + ... + "type": "date", + "props": { + "showIcon": true, + "iconDisplay": "input" + } +} +``` + +## Date + +JSON does not support JavaScript Date object. To convert to a JavaScript Date object, pass the value in one of the following forms: + +- ISO 8601 +- Date string wrapped with `Date(...)`, e.g. `Date(1999/11/11)` + +## Custom Components + +Since we have the full control over the custom component, auto property binding won’t work initially. But if you need that, you can import `PropsBindingDirective` and provide `PROPS_BINDING_INJECTORS` . This is used internally by `NgDynamicJsonForm` . + + + + + +```html + +``` + + + + + +```tsx +import { + CustomControlComponent, + PROPS_BINDING_INJECTORS, + PropsBindingDirective, +} from 'ng-dynamic-json-form'; + +@Component({ + ... + imports: [ + ... + PropsBindingDirective, + ], + providers: [ + { + provide: PROPS_BINDING_INJECTORS, + useValue: [ + { + key: 'p-calendar', + token: Calendar, + }, + ], + }, + ], +}) +export class UiPrimengDateComponent extends CustomControlComponent { + ... +} +``` + + + + + +The `key` is use to match the target to bind the properties. If not provideded, it will bind to the element which the `PropsBindingDirective` is binded. diff --git a/docs/assets/docs/v8/props/props_zh-TW.md b/docs/assets/docs/v8/props/props_zh-TW.md new file mode 100644 index 00000000..b7f04201 --- /dev/null +++ b/docs/assets/docs/v8/props/props_zh-TW.md @@ -0,0 +1,89 @@ +# Props + +使用 `props` 來將 properties 和 attributes 綁定到目標元件和元素。 + +以下的 properties 綁定: + +```html + +``` + +可使用 `props` 達成: + +```json +{ + ... + "type": "date", + "props": { + "showIcon": true, + "iconDisplay": "input" + } +} +``` + +## 日期 + +JSON 不支援 JavaScript 的日期物件。若要轉換為日期物件,請使用下列格式之一傳入: + +- ISO 8601 +- 將日期字串用 `Date(...)` 包起來,例:`Date(1999/11/11)` + +## 自訂元件 + +因為我們對於自訂元件有完整的控制權,所以自動綁定並不會自動運作。如果需要自動綁定,可以導入 `PropsBindingDirective` 並於 provider 注入 `PROPS_BINDING_INJECTORS`。這是 `NgDynamicJsonForm` 內部使用的方法。 + + + + + +```html + +``` + + + + + +```tsx +import { + CustomControlComponent, + PROPS_BINDING_INJECTORS, + PropsBindingDirective, +} from 'ng-dynamic-json-form'; + +@Component({ + ... + imports: [ + ... + PropsBindingDirective, + ], + providers: [ + { + provide: PROPS_BINDING_INJECTORS, + useValue: [ + { + key: 'p-calendar', + token: Calendar, + }, + ], + }, + ], +}) +export class UiPrimengDateComponent extends CustomControlComponent { + ... +} +``` + + + + + +`key` 的用處是標記要綁定的目標。如果不提供,則會綁定到 `PropsBindingDirective` 的宿主元素。 diff --git a/docs/assets/docs/v8/styling/styling_en.md b/docs/assets/docs/v8/styling/styling_en.md new file mode 100644 index 00000000..cd605150 --- /dev/null +++ b/docs/assets/docs/v8/styling/styling_en.md @@ -0,0 +1,32 @@ +# Styling + +## Global Variables + +The following are CSS variables used by each of the form generated. They are scoped under class `.ng-dynamic-json-form`. + +| Variable | Description | +| :---------------------- | :--------------------------------------------------- | +| --color-primary | Primary color of the default UI. | +| --color-error | Text color for error message. | +| --color-border | Border color of input. | +| --font-family | Font family to use in the form. | +| --font-size-title | Font size of FormGroup and FormArray. | +| --font-size-label | Font size of the input label. | +| --font-size-description | Font size of the description. | +| --font-size-error | Font size of the error message. | +| --font-weight-title | Font weight of the title in FormGroup and FormArray. | +| --font-weight-label | Font weight of the input label. | +| --input-border-width | Border width of the input. | +| --column-gap | Column gap of the form. | +| --row-gap | Row gap of the form. | +| --options-column-gap | Column gap of the options. | +| --options-row-gap | Row gap of the options. | + +We can overwrite any of the variable with new value: + +```css +.ng-dynamic-json-form { + --color-primary: teal; + ...; +} +``` \ No newline at end of file diff --git a/docs/assets/docs/v8/styling/styling_zh-TW.md b/docs/assets/docs/v8/styling/styling_zh-TW.md new file mode 100644 index 00000000..0ee4b206 --- /dev/null +++ b/docs/assets/docs/v8/styling/styling_zh-TW.md @@ -0,0 +1,32 @@ +# 樣式 + +## 全域變數 + +以下是每一個生成的表單會用的 CSS 變數。它們的影響範圍由 `.ng-dynamic-json-form` class 控制。 + +| Variable | Description | +| :---------------------- | :--------------------------------------------------- | +| --color-primary | Primary color of the default UI. | +| --color-error | Text color for error message. | +| --color-border | Border color of input. | +| --font-family | Font family to use in the form. | +| --font-size-title | Font size of FormGroup and FormArray. | +| --font-size-label | Font size of the input label. | +| --font-size-description | Font size of the description. | +| --font-size-error | Font size of the error message. | +| --font-weight-title | Font weight of the title in FormGroup and FormArray. | +| --font-weight-label | Font weight of the input label. | +| --input-border-width | Border width of the input. | +| --column-gap | Column gap of the form. | +| --row-gap | Row gap of the form. | +| --options-column-gap | Column gap of the options. | +| --options-row-gap | Row gap of the options. | + +我們可以將變數覆寫為新的值: + +```css +.ng-dynamic-json-form { + --color-primary: teal; + ...; +} +``` diff --git a/docs/assets/docs/v8/ui-components/ui-components_en.md b/docs/assets/docs/v8/ui-components/ui-components_en.md new file mode 100644 index 00000000..41b7be83 --- /dev/null +++ b/docs/assets/docs/v8/ui-components/ui-components_en.md @@ -0,0 +1,75 @@ +# UI Components + +UI components is exactly same with the custom components. They both need to extend `CustomControlComponent`. + +When the `type` is specified in the config, `NgDynamicJsonForm` willl find the matched component and use it. + +```json +configs = [ + { + ... + "type": "checkbox" + }, + ... +] +``` + +## Pre-built UI components + +Here are some components from other UI libraries that were ready to use. Consume the pre-built components using `provideNgDynamicJsonForm()`. + +[PrimeNg]: https://www.npmjs.com/package/primeng +[Angular Material]: https://www.npmjs.com/package/@angular/material + +| Library | Constant name | Path | +| ------------------ | ---------------------- | -------------------------------- | +| [PrimeNg] | UI_PRIMENG_COMPONENTS | ng-dynamic-json-form/ui-primeng | +| [Angular Material] | UI_MATERIAL_COMPONENTS | ng-dynamic-json-form/ui-material | + +```tsx +import { ApplicationConfig } from '@angular/core'; +import { UI_PRIMENG_COMPONENTS } from 'ng-dynamic-json-form/ui-primeng'; + +export const appConfig: ApplicationConfig = { + providers: [ + ... + provideNgDynamicJsonForm({ + ... + uiComponents: UI_PRIMENG_COMPONENTS + }) + ], +}; +``` + +## Custom UI component + +The process for building the component is exactly the same with [Custom Components](../v8/custom-components/custom-components_en.md). + +The `uiComponents` can be extended, or overwritten. For example, we can extend it by adding `InputFileComponent` to the `uiComponents`. When `type` is set to `file`, the component will be used. + +```tsx +import { ApplicationConfig } from '@angular/core'; +import { UI_PRIMENG_COMPONENTS } from 'ng-dynamic-json-form/ui-primeng'; +import { InputFileComponent } from '...'; + +export const appConfig: ApplicationConfig = { + providers: [ + ... + provideNgDynamicJsonForm({ + ... + uiComponents: { + ...UI_PRIMENG_COMPONENTS, + file: InputFileComponent + } + }) + ], +}; +``` + +```json +{ + "formControlName": "file", + "label": "File upload", + "type": "file" +} +``` diff --git a/docs/assets/docs/v8/ui-components/ui-components_zh-TW.md b/docs/assets/docs/v8/ui-components/ui-components_zh-TW.md new file mode 100644 index 00000000..13587485 --- /dev/null +++ b/docs/assets/docs/v8/ui-components/ui-components_zh-TW.md @@ -0,0 +1,75 @@ +# UI 元件 + +UI 元件和自訂元件是一樣的。它們都繼承 `CustomControlComponent`。 + +`NgDynamicJsonForm` 會根據設定的 `type` 來找對應的元件來使用。 + +```json +configs = [ + { + ... + "type": "checkbox" + }, + ... +] +``` + +## 內建 UI 元件 + +以下為從第三方套件庫製作好的元件。注入 `provideNgDynamicJsonForm()` 來使用它們。 + +[PrimeNg]: https://www.npmjs.com/package/primeng +[Angular Material]: https://www.npmjs.com/package/@angular/material + +| 套件庫 | 常數名稱 | 路徑 | +| ------------------ | ---------------------- | -------------------------------- | +| [PrimeNg] | UI_PRIMENG_COMPONENTS | ng-dynamic-json-form/ui-primeng | +| [Angular Material] | UI_MATERIAL_COMPONENTS | ng-dynamic-json-form/ui-material | + +```tsx +import { ApplicationConfig } from '@angular/core'; +import { UI_PRIMENG_COMPONENTS } from 'ng-dynamic-json-form/ui-primeng'; + +export const appConfig: ApplicationConfig = { + providers: [ + ... + provideNgDynamicJsonForm({ + ... + uiComponents: UI_PRIMENG_COMPONENTS + }) + ], +}; +``` + +## 自訂 UI 元件 + +建立自訂 UI 元件的過程和 [自訂元件](../../v8/custom-components/custom-components_zh-TW.md) 一樣。 + +`uiComponents` 可以被擴充、覆寫。舉個例子,我們可以將 `InputFileComponent` 加入到 `uiComponents`。當 `type` 設為 `file` 時,該元件就會自動被選用。 + +```tsx +import { ApplicationConfig } from '@angular/core'; +import { UI_PRIMENG_COMPONENTS } from 'ng-dynamic-json-form/ui-primeng'; +import { InputFileComponent } from '...'; + +export const appConfig: ApplicationConfig = { + providers: [ + ... + provideNgDynamicJsonForm({ + ... + uiComponents: { + ...UI_PRIMENG_COMPONENTS, + file: InputFileComponent + } + }) + ], +}; +``` + +```json +{ + "formControlName": "file", + "label": "File upload", + "type": "file" +} +``` diff --git a/docs/assets/docs/v8/validators/validators_en.md b/docs/assets/docs/v8/validators/validators_en.md new file mode 100644 index 00000000..ad43e269 --- /dev/null +++ b/docs/assets/docs/v8/validators/validators_en.md @@ -0,0 +1,114 @@ +# Validators + +All the Angular’s built-in validators are supported. + +> The `email` validator is not using `Validators.email` but using `Validators.pattern`: `/^[^@\s!(){}<>]+@[\w-]+(\.[A-Za-z]+)+$/` + +## Add validator to control + +To add validators to the control, simply provide the `validators` . + + + +```json +{ + "label": "Text", + "formControlName": "text", + "validators": [ + { + "name": "required", + "message": "Please fill in this input!" + } + ] +} +``` + + + +### Validators that requires value + +Some of the validators like `min`, `max` requires value to validate, provide the `value` so that the validator can works correctly. + + + +```json +{ + "label": "Text", + "formControlName": "text", + "type": "number", + "validators": [ + { + "name": "min", + "message": "Minimum value is 10", + "value": 10 + } + ] +} +``` + + + +## Custom validators + +To use custom validators, set the `name` with value that match with the key inside `customValidators`. + + + + +```json +{ + ... + "validators": [ + { + "name": "firstUppercase" + } + ] +} +``` + + + + +```ts +... +@Component({...}) +export class YourComponent { + validators = { + firstUppercase: firstUppercaseValidator, + }; +} +``` + + + + +```html + +``` + + + + +### Provide custom validators globally + +The custom validators can be provided in the providers, by using `provideNgDynamicJsonForm()` , to make it becomes available globally. + + + +```ts +import { ApplicationConfig } from '@angular/core'; +import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form'; + +export const appConfig: ApplicationConfig = { + ... + providers: [ + provideNgDynamicJsonForm({ + customValidators: { + firstUppercase: firstUppercaseValidator, + } + }), + ] +} +``` + + diff --git a/docs/assets/docs/v8/validators/validators_zh-TW.md b/docs/assets/docs/v8/validators/validators_zh-TW.md new file mode 100644 index 00000000..b1320f13 --- /dev/null +++ b/docs/assets/docs/v8/validators/validators_zh-TW.md @@ -0,0 +1,114 @@ +# 驗證器 + +支援 Angular 內建的所有驗證器。 + +> `email` 驗證器使用的不是 `Validators.email` 而是 `Validators.pattern`: `/^[^@\s!(){}<>]+@[\w-]+(\.[A-Za-z]+)+$/` + +## 加入驗證器 + +只需提供 `validators` 即可加入驗證器。 + + + +```json +{ + "label": "Text", + "formControlName": "text", + "validators": [ + { + "name": "required", + "message": "請填寫此欄位!" + } + ] +} +``` + + + +### 需要值的驗證器 + +有寫驗證器像是 `min`、`max` 需要帶入值,這時候只需提供 `value` 即可。 + + + +```json +{ + "label": "Text", + "formControlName": "text", + "type": "number", + "validators": [ + { + "name": "min", + "message": "最小值不能小於 10", + "value": 10 + } + ] +} +``` + + + +## 自訂驗證器 + +要使用自訂驗證器,`name` 欄位的值必須要對應得到 `customValidators` 內的 key。 + + + + +```json +{ + ... + "validators": [ + { + "name": "firstUppercase" + } + ] +} +``` + + + + +```ts +... +@Component({...}) +export class YourComponent { + validators = { + firstUppercase: firstUppercaseValidator, + }; +} +``` + + + + +```html + +``` + + + + +### 全域自訂驗證器 + +`provideNgDynamicJsonForm()` 內注入的自訂驗證器為全域可用。 + + + +```ts +import { ApplicationConfig } from '@angular/core'; +import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form'; + +export const appConfig: ApplicationConfig = { + ... + providers: [ + provideNgDynamicJsonForm({ + customValidators: { + firstUppercase: firstUppercaseValidator, + } + }), + ] +} +``` + + diff --git a/docs/assets/highlightjs-theme/atom-one-dark.min.css b/docs/assets/highlightjs-theme/atom-one-dark.min.css new file mode 100644 index 00000000..5344ee38 --- /dev/null +++ b/docs/assets/highlightjs-theme/atom-one-dark.min.css @@ -0,0 +1 @@ +pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline} \ No newline at end of file diff --git a/docs/assets/highlightjs-theme/atom-one-light.min.css b/docs/assets/highlightjs-theme/atom-one-light.min.css new file mode 100644 index 00000000..df0268a9 --- /dev/null +++ b/docs/assets/highlightjs-theme/atom-one-light.min.css @@ -0,0 +1 @@ +pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline} \ No newline at end of file diff --git a/docs/assets/i18n/en.json b/docs/assets/i18n/en.json new file mode 100644 index 00000000..2b022849 --- /dev/null +++ b/docs/assets/i18n/en.json @@ -0,0 +1,28 @@ +{ + "FEATURES": { + "CONDITIONS": "Toggle control status (hidden or disabled) and validators depends on value from other control", + "CUSTOM_COMPONENTS": "Support custom components", + "LAYOUT": "Flexible form layout", + "NESTED_LEVELS": "Create form with unlimited nesting level", + "VALIDATORS": "Supports Angular built in validators and custom validators", + "UI_LIBRARY": "Support third party UI libraries" + }, + "GET_STARTED": "Getting started", + "INTRODUCTION": { + "BRIEF": "Generate Angular reactive form using JSON" + }, + "MENU": { + "DOCS": "Docs", + "PLAYGROUND": "Playground" + }, + "PLAYGROUND": { + "TABS": { + "CONFIGS": "Configs", + "FORM": "Form", + "VALUE": "Value / Errors" + }, + "TEMPLATE": { + "NEW": "New" + } + } +} diff --git a/docs/assets/i18n/zh-TW.json b/docs/assets/i18n/zh-TW.json new file mode 100644 index 00000000..59fa0027 --- /dev/null +++ b/docs/assets/i18n/zh-TW.json @@ -0,0 +1,28 @@ +{ + "FEATURES": { + "CONDITIONS": "根據其他控制器的值切換當前控制器的狀態(隱藏或禁用)和驗證器", + "CUSTOM_COMPONENTS": "支援自訂元件", + "LAYOUT": "靈活的表單樣式和佈局", + "NESTED_LEVELS": "建立不限巢狀級數的表單", + "VALIDATORS": "支援 Angular 內建驗證器、自訂驗證器", + "UI_LIBRARY": "支援第三方 UI 套件" + }, + "GET_STARTED": "開始", + "INTRODUCTION": { + "BRIEF": "使用 JSON 動態生成 Angular 表單" + }, + "MENU": { + "DOCS": "文件", + "PLAYGROUND": "玩沙場" + }, + "PLAYGROUND": { + "TABS": { + "CONFIGS": "設定", + "FORM": "表單", + "VALUE": "值 / 錯誤" + }, + "TEMPLATE": { + "NEW": "新增" + } + } +} diff --git a/docs/assets/logo.svg b/docs/assets/logo.svg new file mode 100644 index 00000000..7feb31bb --- /dev/null +++ b/docs/assets/logo.svg @@ -0,0 +1,13 @@ + + + + + + + + + \ No newline at end of file diff --git a/docs/assets/material-theme/deeppurple-amber.css b/docs/assets/material-theme/deeppurple-amber.css new file mode 100644 index 00000000..42417e3c --- /dev/null +++ b/docs/assets/material-theme/deeppurple-amber.css @@ -0,0 +1 @@ +.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-ripple-element{background-color:rgba(0,0,0,.1)}html{--mat-option-selected-state-label-text-color:#673ab7;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#ffd740}.mat-warn{--mat-option-selected-state-label-text-color:#f44336}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87)}.mat-pseudo-checkbox-full{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#673ab7}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#673ab7}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#fafafa}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#ffd740}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ffd740}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#fafafa}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#ffd740}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ffd740}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#fafafa}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#fafafa}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#b0b0b0}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}.mat-mdc-card{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54)}.mat-mdc-card{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#673ab7;--mdc-linear-progress-track-color:rgba(103, 58, 183, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:rgba(103, 58, 183, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(103, 58, 183, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(103, 58, 183, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:rgba(103, 58, 183, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(103, 58, 183, 0.25))}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ffd740;--mdc-linear-progress-track-color:rgba(255, 215, 64, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:rgba(255, 215, 64, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(255, 215, 64, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 215, 64, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:rgba(255, 215, 64, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(255, 215, 64, 0.25))}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:rgba(244, 67, 54, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:rgba(244, 67, 54, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25))}.mat-mdc-tooltip{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}.mat-mdc-tooltip{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-caret-color:#673ab7;--mdc-filled-text-field-focus-active-indicator-color:#673ab7;--mdc-filled-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#673ab7;--mdc-outlined-text-field-focus-outline-color:#673ab7;--mdc-outlined-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38)}.mat-mdc-form-field-error{color:var(--mdc-theme-error, #f44336)}.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);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{background-color:rgba(0,0,0,.87)}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after{color:rgba(103,58,183,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after{color:rgba(255,215,64,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after{color:rgba(244,67,54,.87)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ffd740;--mdc-filled-text-field-focus-active-indicator-color:#ffd740;--mdc-filled-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87);--mdc-outlined-text-field-caret-color:#ffd740;--mdc-outlined-text-field-focus-outline-color:#ffd740;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87)}.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:56px}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}.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( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(103, 58, 183, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(255, 215, 64, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-background-color:white}.mat-mdc-dialog-container{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6)}.mat-mdc-dialog-container{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#673ab7;--mdc-chip-elevated-disabled-container-color:#673ab7;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-elevated-container-color:#ffd740;--mdc-chip-elevated-disabled-container-color:#ffd740;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-disabled-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-selected-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-trailing-icon-color:rgba(0, 0, 0, 0.87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color:#5e35b1;--mdc-switch-selected-handle-color:#5e35b1;--mdc-switch-selected-hover-state-layer-color:#5e35b1;--mdc-switch-selected-pressed-state-layer-color:#5e35b1;--mdc-switch-selected-focus-handle-color:#311b92;--mdc-switch-selected-hover-handle-color:#311b92;--mdc-switch-selected-pressed-handle-color:#311b92;--mdc-switch-selected-focus-track-color:#9575cd;--mdc-switch-selected-hover-track-color:#9575cd;--mdc-switch-selected-pressed-track-color:#9575cd;--mdc-switch-selected-track-color:#9575cd;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-handle-shadow-color:black;--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0}.mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:rgba(0,0,0,.38)}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#ffb300;--mdc-switch-selected-handle-color:#ffb300;--mdc-switch-selected-hover-state-layer-color:#ffb300;--mdc-switch-selected-pressed-state-layer-color:#ffb300;--mdc-switch-selected-focus-handle-color:#ff6f00;--mdc-switch-selected-hover-handle-color:#ff6f00;--mdc-switch-selected-pressed-handle-color:#ff6f00;--mdc-switch-selected-focus-track-color:#ffd54f;--mdc-switch-selected-hover-track-color:#ffd54f;--mdc-switch-selected-pressed-track-color:#ffd54f;--mdc-switch-selected-track-color:#ffd54f}.mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size:48px}.mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font:Roboto, sans-serif;--mat-slide-toggle-label-text-size:14px;--mat-slide-toggle-label-text-tracking:0.0178571429em;--mat-slide-toggle-label-text-line-height:20px;--mat-slide-toggle-label-text-weight:400}.mat-mdc-slide-toggle .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.875rem;font-size:var(--mdc-typography-body2-font-size, 0.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:0.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit)}.mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#673ab7;--mdc-radio-selected-hover-icon-color:#673ab7;--mdc-radio-selected-icon-color:#673ab7;--mdc-radio-selected-pressed-icon-color:#673ab7;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#673ab7;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ffd740;--mdc-radio-selected-hover-icon-color:#ffd740;--mdc-radio-selected-icon-color:#ffd740;--mdc-radio-selected-pressed-icon-color:#ffd740;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#ffd740;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button .mdc-radio{--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-slider{--mdc-slider-label-container-color:black;--mdc-slider-label-label-text-color:white;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mat-mdc-slider-value-indicator-opacity: 0.6}.mat-mdc-slider.mat-primary{--mdc-slider-handle-color:#673ab7;--mdc-slider-focus-handle-color:#673ab7;--mdc-slider-hover-handle-color:#673ab7;--mdc-slider-active-track-color:#673ab7;--mdc-slider-inactive-track-color:#673ab7;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#673ab7;--mat-mdc-slider-ripple-color: #673ab7;--mat-mdc-slider-hover-ripple-color: rgba(103, 58, 183, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(103, 58, 183, 0.2)}.mat-mdc-slider.mat-accent{--mdc-slider-handle-color:#ffd740;--mdc-slider-focus-handle-color:#ffd740;--mdc-slider-hover-handle-color:#ffd740;--mdc-slider-active-track-color:#ffd740;--mdc-slider-inactive-track-color:#ffd740;--mdc-slider-with-tick-marks-active-container-color:#000;--mdc-slider-with-tick-marks-inactive-container-color:#ffd740;--mat-mdc-slider-ripple-color: #ffd740;--mat-mdc-slider-hover-ripple-color: rgba(255, 215, 64, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(255, 215, 64, 0.2)}.mat-mdc-slider.mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mat-mdc-slider-ripple-color: #f44336;--mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2)}.mat-mdc-slider{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-container-color:white}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}.mat-mdc-list-base{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:0.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:0.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#673ab7;--mdc-radio-selected-hover-icon-color:#673ab7;--mdc-radio-selected-icon-color:#673ab7;--mdc-radio-selected-pressed-icon-color:#673ab7}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ffd740;--mdc-radio-selected-hover-icon-color:#ffd740;--mdc-radio-selected-icon-color:#ffd740;--mdc-radio-selected-pressed-icon-color:#ffd740}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#673ab7;--mdc-checkbox-selected-hover-icon-color:#673ab7;--mdc-checkbox-selected-icon-color:#673ab7;--mdc-checkbox-selected-pressed-icon-color:#673ab7;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#673ab7;--mdc-checkbox-selected-hover-state-layer-color:#673ab7;--mdc-checkbox-selected-pressed-state-layer-color:#673ab7;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#000;--mdc-checkbox-selected-focus-icon-color:#ffd740;--mdc-checkbox-selected-hover-icon-color:#ffd740;--mdc-checkbox-selected-icon-color:#ffd740;--mdc-checkbox-selected-pressed-icon-color:#ffd740;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ffd740;--mdc-checkbox-selected-hover-state-layer-color:#ffd740;--mdc-checkbox-selected-pressed-state-layer-color:#ffd740;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text{color:#673ab7}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#673ab7}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mat-mdc-list-base{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}.mat-mdc-list-base{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12)}html{--mat-paginator-container-size:56px}.mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}.mat-mdc-paginator .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( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#673ab7;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#673ab7;--mat-tab-header-active-ripple-color:#673ab7;--mat-tab-header-inactive-ripple-color:#673ab7;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#673ab7;--mat-tab-header-active-hover-label-text-color:#673ab7;--mat-tab-header-active-focus-indicator-color:#673ab7;--mat-tab-header-active-hover-indicator-color:#673ab7}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ffd740;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#ffd740;--mat-tab-header-active-ripple-color:#ffd740;--mat-tab-header-inactive-ripple-color:#ffd740;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#ffd740;--mat-tab-header-active-hover-label-text-color:#ffd740;--mat-tab-header-active-focus-indicator-color:#ffd740;--mat-tab-header-active-hover-indicator-color:#ffd740}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#673ab7;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ffd740;--mat-tab-header-with-background-foreground-color:rgba(0, 0, 0, 0.87)}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#000;--mdc-checkbox-selected-focus-icon-color:#ffd740;--mdc-checkbox-selected-hover-icon-color:#ffd740;--mdc-checkbox-selected-icon-color:#ffd740;--mdc-checkbox-selected-pressed-icon-color:#ffd740;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ffd740;--mdc-checkbox-selected-hover-state-layer-color:#ffd740;--mdc-checkbox-selected-pressed-state-layer-color:#ffd740;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#673ab7;--mdc-checkbox-selected-hover-icon-color:#673ab7;--mdc-checkbox-selected-icon-color:#673ab7;--mdc-checkbox-selected-pressed-icon-color:#673ab7;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#673ab7;--mdc-checkbox-selected-hover-state-layer-color:#673ab7;--mdc-checkbox-selected-pressed-state-layer-color:#673ab7;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:rgba(0,0,0,.38)}html{--mdc-checkbox-state-layer-size:40px}.mat-mdc-checkbox .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color:#000}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#673ab7}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ffd740}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336}.mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-text-button-label-text-color:rgba(0, 0, 0, 0.38)}.mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color:#fff;--mdc-filled-button-label-text-color:#000}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#673ab7;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ffd740;--mdc-filled-button-label-text-color:#000}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-button-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-label-text-color:rgba(0, 0, 0, 0.38)}.mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color:#fff;--mdc-protected-button-label-text-color:#000}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#673ab7;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ffd740;--mdc-protected-button-label-text-color:#000}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-protected-button-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-label-text-color:rgba(0, 0, 0, 0.38);--mdc-protected-button-container-elevation:0}.mat-mdc-outlined-button{--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12)}.mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color:#000}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#673ab7}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ffd740}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336}.mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12)}.mat-mdc-button,.mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.04}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #673ab7;--mat-mdc-button-ripple-color: rgba(103, 58, 183, 0.1)}.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #ffd740;--mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1)}.mat-mdc-button.mat-warn,.mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1)}.mat-mdc-raised-button,.mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.04}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-raised-button.mat-warn,.mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-button.mat-mdc-button-base,.mat-mdc-raised-button.mat-mdc-button-base,.mat-mdc-unelevated-button.mat-mdc-button-base,.mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);--mdc-icon-button-icon-color:inherit;--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.04}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #6200ee;--mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1)}.mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #018786;--mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1)}.mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #b00020;--mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1)}.mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#673ab7;--mat-mdc-button-persistent-ripple-color: #673ab7;--mat-mdc-button-ripple-color: rgba(103, 58, 183, 0.1)}.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ffd740;--mat-mdc-button-persistent-ripple-color: #ffd740;--mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1)}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1)}.mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color:rgba(0, 0, 0, 0.38);--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38)}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}.mat-mdc-fab,.mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before{opacity:.04}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color:rgba(0, 0, 0, 0.12);--mdc-fab-icon-color:rgba(0, 0, 0, 0.38);--mat-mdc-fab-color: rgba(0, 0, 0, 0.38)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color:white;--mdc-fab-icon-color:black;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color:#673ab7;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color:#ffd740;--mdc-fab-icon-color:black;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color:#f44336;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-extended-fab{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}.mat-mdc-snack-bar-container{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);--mat-snack-bar-button-color:#ffd740}.mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}.mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color:#673ab7}.mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color:#ffd740}.mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background-color:var(--mat-badge-background-color);color:var(--mat-badge-text-color);font-family:Roboto, sans-serif;font-family:var(--mat-badge-text-font, Roboto, sans-serif);font-size:12px;font-size:var(--mat-badge-text-size, 12px);font-weight:600;font-weight:var(--mat-badge-text-weight, 600)}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-disabled .mat-badge-content{background-color:var(--mat-badge-disabled-state-background-color);color:var(--mat-badge-disabled-state-text-color)}.mat-badge-hidden .mat-badge-content{display:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px;font-size:9px;font-size:var(--mat-badge-small-size-text-size, 9px)}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px;font-size:24px;font-size:var(--mat-badge-large-size-text-size, 24px)}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}html{--mat-badge-background-color:#673ab7;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.mat-badge-accent{--mat-badge-background-color:#ffd740;--mat-badge-text-color:rgba(0, 0, 0, 0.87)}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-text-font:Roboto, sans-serif;--mat-standard-button-toggle-text-font:Roboto, sans-serif}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#673ab7;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(103, 58, 183, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(103, 58, 183, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(103, 58, 183, 0.3);--mat-datepicker-toggle-active-state-icon-color:#673ab7;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(103, 58, 183, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-selected-state-background-color:#ffd740;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 215, 64, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 215, 64, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 215, 64, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 215, 64, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ffd740}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#673ab7}.mat-icon.mat-accent{--mat-icon-color:#ffd740}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#673ab7;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#673ab7;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#673ab7;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-selected-state-icon-background-color:#ffd740;--mat-stepper-header-selected-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-done-state-icon-background-color:#ffd740;--mat-stepper-header-done-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-edit-state-icon-background-color:#ffd740;--mat-stepper-header-edit-state-icon-foreground-color:rgba(0, 0, 0, 0.87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}.mat-sort-header-arrow{color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#673ab7;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ffd740;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-tree-node{min-height:48px}.mat-tree{font-family:Roboto, sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font-size:24px;font-weight:400;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font-size:16px;font-weight:400;line-height:24px;font-family:Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font-size:14px;font-weight:500;line-height:22px;font-family:Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font-size:12px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font-size:96px;font-weight:300;line-height:96px;font-family:Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font-size:60px;font-weight:300;line-height:60px;font-family:Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font-size:48px;font-weight:400;line-height:50px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font-size:34px;font-weight:400;line-height:40px;font-family:Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px} \ No newline at end of file diff --git a/docs/assets/material-theme/indigo-pink.css b/docs/assets/material-theme/indigo-pink.css new file mode 100644 index 00000000..0ddd1955 --- /dev/null +++ b/docs/assets/material-theme/indigo-pink.css @@ -0,0 +1 @@ +.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-ripple-element{background-color:rgba(0,0,0,.1)}html{--mat-option-selected-state-label-text-color:#3f51b5;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#ff4081}.mat-warn{--mat-option-selected-state-label-text-color:#f44336}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87)}.mat-pseudo-checkbox-full{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#3f51b5}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#3f51b5}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#fafafa}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#ff4081}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff4081}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#fafafa}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#ff4081}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff4081}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#fafafa}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#fafafa}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#b0b0b0}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}.mat-mdc-card{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54)}.mat-mdc-card{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#3f51b5;--mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:rgba(63, 81, 181, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(63, 81, 181, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:rgba(63, 81, 181, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(63, 81, 181, 0.25))}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ff4081;--mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:rgba(255, 64, 129, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(255, 64, 129, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:rgba(255, 64, 129, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(255, 64, 129, 0.25))}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:rgba(244, 67, 54, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:rgba(244, 67, 54, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25))}.mat-mdc-tooltip{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}.mat-mdc-tooltip{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-caret-color:#3f51b5;--mdc-filled-text-field-focus-active-indicator-color:#3f51b5;--mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#3f51b5;--mdc-outlined-text-field-focus-outline-color:#3f51b5;--mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38)}.mat-mdc-form-field-error{color:var(--mdc-theme-error, #f44336)}.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);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{background-color:rgba(0,0,0,.87)}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after{color:rgba(63,81,181,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after{color:rgba(255,64,129,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after{color:rgba(244,67,54,.87)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ff4081;--mdc-filled-text-field-focus-active-indicator-color:#ff4081;--mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);--mdc-outlined-text-field-caret-color:#ff4081;--mdc-outlined-text-field-focus-outline-color:#ff4081;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87)}.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:56px}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}.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( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-background-color:white}.mat-mdc-dialog-container{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6)}.mat-mdc-dialog-container{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#3f51b5;--mdc-chip-elevated-disabled-container-color:#3f51b5;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#ff4081;--mdc-chip-elevated-disabled-container-color:#ff4081;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color:#3949ab;--mdc-switch-selected-handle-color:#3949ab;--mdc-switch-selected-hover-state-layer-color:#3949ab;--mdc-switch-selected-pressed-state-layer-color:#3949ab;--mdc-switch-selected-focus-handle-color:#1a237e;--mdc-switch-selected-hover-handle-color:#1a237e;--mdc-switch-selected-pressed-handle-color:#1a237e;--mdc-switch-selected-focus-track-color:#7986cb;--mdc-switch-selected-hover-track-color:#7986cb;--mdc-switch-selected-pressed-track-color:#7986cb;--mdc-switch-selected-track-color:#7986cb;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-handle-shadow-color:black;--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0}.mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:rgba(0,0,0,.38)}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#d81b60;--mdc-switch-selected-handle-color:#d81b60;--mdc-switch-selected-hover-state-layer-color:#d81b60;--mdc-switch-selected-pressed-state-layer-color:#d81b60;--mdc-switch-selected-focus-handle-color:#880e4f;--mdc-switch-selected-hover-handle-color:#880e4f;--mdc-switch-selected-pressed-handle-color:#880e4f;--mdc-switch-selected-focus-track-color:#f06292;--mdc-switch-selected-hover-track-color:#f06292;--mdc-switch-selected-pressed-track-color:#f06292;--mdc-switch-selected-track-color:#f06292}.mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size:48px}.mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font:Roboto, sans-serif;--mat-slide-toggle-label-text-size:14px;--mat-slide-toggle-label-text-tracking:0.0178571429em;--mat-slide-toggle-label-text-line-height:20px;--mat-slide-toggle-label-text-weight:400}.mat-mdc-slide-toggle .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.875rem;font-size:var(--mdc-typography-body2-font-size, 0.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:0.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit)}.mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#3f51b5;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#ff4081;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button .mdc-radio{--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-slider{--mdc-slider-label-container-color:black;--mdc-slider-label-label-text-color:white;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mat-mdc-slider-value-indicator-opacity: 0.6}.mat-mdc-slider.mat-primary{--mdc-slider-handle-color:#3f51b5;--mdc-slider-focus-handle-color:#3f51b5;--mdc-slider-hover-handle-color:#3f51b5;--mdc-slider-active-track-color:#3f51b5;--mdc-slider-inactive-track-color:#3f51b5;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;--mat-mdc-slider-ripple-color: #3f51b5;--mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, 0.2)}.mat-mdc-slider.mat-accent{--mdc-slider-handle-color:#ff4081;--mdc-slider-focus-handle-color:#ff4081;--mdc-slider-hover-handle-color:#ff4081;--mdc-slider-active-track-color:#ff4081;--mdc-slider-inactive-track-color:#ff4081;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#ff4081;--mat-mdc-slider-ripple-color: #ff4081;--mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, 0.2)}.mat-mdc-slider.mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mat-mdc-slider-ripple-color: #f44336;--mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2)}.mat-mdc-slider{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-container-color:white}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}.mat-mdc-list-base{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:0.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:0.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mat-mdc-list-base{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}.mat-mdc-list-base{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12)}html{--mat-paginator-container-size:56px}.mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}.mat-mdc-paginator .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( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#3f51b5;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#3f51b5;--mat-tab-header-active-ripple-color:#3f51b5;--mat-tab-header-inactive-ripple-color:#3f51b5;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#3f51b5;--mat-tab-header-active-hover-label-text-color:#3f51b5;--mat-tab-header-active-focus-indicator-color:#3f51b5;--mat-tab-header-active-hover-indicator-color:#3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ff4081;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#ff4081;--mat-tab-header-active-ripple-color:#ff4081;--mat-tab-header-inactive-ripple-color:#ff4081;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#ff4081;--mat-tab-header-active-hover-label-text-color:#ff4081;--mat-tab-header-active-focus-indicator-color:#ff4081;--mat-tab-header-active-hover-indicator-color:#ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#3f51b5;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ff4081;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:rgba(0,0,0,.38)}html{--mdc-checkbox-state-layer-size:40px}.mat-mdc-checkbox .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color:#000}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#3f51b5}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ff4081}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336}.mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-text-button-label-text-color:rgba(0, 0, 0, 0.38)}.mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color:#fff;--mdc-filled-button-label-text-color:#000}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#3f51b5;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ff4081;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-button-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-label-text-color:rgba(0, 0, 0, 0.38)}.mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color:#fff;--mdc-protected-button-label-text-color:#000}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#3f51b5;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ff4081;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-protected-button-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-label-text-color:rgba(0, 0, 0, 0.38);--mdc-protected-button-container-elevation:0}.mat-mdc-outlined-button{--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12)}.mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color:#000}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#3f51b5}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ff4081}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336}.mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12)}.mat-mdc-button,.mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.04}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #3f51b5;--mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1)}.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #ff4081;--mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1)}.mat-mdc-button.mat-warn,.mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1)}.mat-mdc-raised-button,.mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.04}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-warn,.mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-button.mat-mdc-button-base,.mat-mdc-raised-button.mat-mdc-button-base,.mat-mdc-unelevated-button.mat-mdc-button-base,.mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);--mdc-icon-button-icon-color:inherit;--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.04}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #6200ee;--mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1)}.mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #018786;--mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1)}.mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #b00020;--mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1)}.mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#3f51b5;--mat-mdc-button-persistent-ripple-color: #3f51b5;--mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1)}.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ff4081;--mat-mdc-button-persistent-ripple-color: #ff4081;--mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1)}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1)}.mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color:rgba(0, 0, 0, 0.38);--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38)}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}.mat-mdc-fab,.mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before{opacity:.04}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color:rgba(0, 0, 0, 0.12);--mdc-fab-icon-color:rgba(0, 0, 0, 0.38);--mat-mdc-fab-color: rgba(0, 0, 0, 0.38)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color:white;--mdc-fab-icon-color:black;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color:#3f51b5;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color:#ff4081;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color:#f44336;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-extended-fab{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}.mat-mdc-snack-bar-container{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);--mat-snack-bar-button-color:#ff4081}.mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}.mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color:#3f51b5}.mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color:#ff4081}.mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background-color:var(--mat-badge-background-color);color:var(--mat-badge-text-color);font-family:Roboto, sans-serif;font-family:var(--mat-badge-text-font, Roboto, sans-serif);font-size:12px;font-size:var(--mat-badge-text-size, 12px);font-weight:600;font-weight:var(--mat-badge-text-weight, 600)}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-disabled .mat-badge-content{background-color:var(--mat-badge-disabled-state-background-color);color:var(--mat-badge-disabled-state-text-color)}.mat-badge-hidden .mat-badge-content{display:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px;font-size:9px;font-size:var(--mat-badge-small-size-text-size, 9px)}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px;font-size:24px;font-size:var(--mat-badge-large-size-text-size, 24px)}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}html{--mat-badge-background-color:#3f51b5;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.mat-badge-accent{--mat-badge-background-color:#ff4081;--mat-badge-text-color:white}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-text-font:Roboto, sans-serif;--mat-standard-button-toggle-text-font:Roboto, sans-serif}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-toggle-active-state-icon-color:#3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ff4081}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#3f51b5}.mat-icon.mat-accent{--mat-icon-color:#ff4081}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#3f51b5;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#3f51b5;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#3f51b5;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#ff4081;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#ff4081;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#ff4081;--mat-stepper-header-edit-state-icon-foreground-color:white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}.mat-sort-header-arrow{color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#3f51b5;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ff4081;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-tree-node{min-height:48px}.mat-tree{font-family:Roboto, sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font-size:24px;font-weight:400;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font-size:16px;font-weight:400;line-height:24px;font-family:Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font-size:14px;font-weight:500;line-height:22px;font-family:Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font-size:12px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font-size:96px;font-weight:300;line-height:96px;font-family:Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font-size:60px;font-weight:300;line-height:60px;font-family:Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font-size:48px;font-weight:400;line-height:50px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font-size:34px;font-weight:400;line-height:40px;font-family:Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px} \ No newline at end of file diff --git a/docs/assets/material-theme/pink-bluegrey.css b/docs/assets/material-theme/pink-bluegrey.css new file mode 100644 index 00000000..a6d4947d --- /dev/null +++ b/docs/assets/material-theme/pink-bluegrey.css @@ -0,0 +1 @@ +.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-ripple-element{background-color:rgba(255,255,255,.1)}html{--mat-option-selected-state-label-text-color:#c2185b;--mat-option-label-text-color:white;--mat-option-hover-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-focus-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-selected-state-layer-color:rgba(255, 255, 255, 0.08)}.mat-accent{--mat-option-selected-state-label-text-color:#b0bec5}.mat-warn{--mat-option-selected-state-label-text-color:#f44336}html{--mat-optgroup-label-text-color:white}.mat-pseudo-checkbox-full{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#c2185b}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#c2185b}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#303030}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#b0bec5}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0bec5}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#303030}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#b0bec5}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0bec5}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#303030}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#303030}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#686868}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.mat-app-background{background-color:#303030;color:#fff}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}.mat-mdc-card{--mdc-elevated-card-container-color:#424242;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-color:#424242;--mdc-outlined-card-outline-color:rgba(255, 255, 255, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-subtitle-text-color:rgba(255, 255, 255, 0.7)}.mat-mdc-card{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#c2185b;--mdc-linear-progress-track-color:rgba(194, 24, 91, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:rgba(194, 24, 91, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(194, 24, 91, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(194, 24, 91, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:rgba(194, 24, 91, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(194, 24, 91, 0.25))}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#b0bec5;--mdc-linear-progress-track-color:rgba(176, 190, 197, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:rgba(176, 190, 197, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(176, 190, 197, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 190, 197, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:rgba(176, 190, 197, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(176, 190, 197, 0.25))}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:rgba(244, 67, 54, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:rgba(244, 67, 54, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25))}.mat-mdc-tooltip{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}.mat-mdc-tooltip{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-caret-color:#c2185b;--mdc-filled-text-field-focus-active-indicator-color:#c2185b;--mdc-filled-text-field-focus-label-text-color:rgba(194, 24, 91, 0.87);--mdc-filled-text-field-container-color:#4a4a4a;--mdc-filled-text-field-disabled-container-color:#464646;--mdc-filled-text-field-label-text-color:rgba(255, 255, 255, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(255, 255, 255, 0.38);--mdc-filled-text-field-input-text-color:rgba(255, 255, 255, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(255, 255, 255, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(255, 255, 255, 0.6);--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(255, 255, 255, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(255, 255, 255, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(255, 255, 255, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#c2185b;--mdc-outlined-text-field-focus-outline-color:#c2185b;--mdc-outlined-text-field-focus-label-text-color:rgba(194, 24, 91, 0.87);--mdc-outlined-text-field-label-text-color:rgba(255, 255, 255, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(255, 255, 255, 0.38);--mdc-outlined-text-field-input-text-color:rgba(255, 255, 255, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(255, 255, 255, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(255, 255, 255, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(255, 255, 255, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(255, 255, 255, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(255, 255, 255, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-disabled-input-text-placeholder-color:rgba(255, 255, 255, 0.38)}.mat-mdc-form-field-error{color:var(--mdc-theme-error, #f44336)}.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);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{background-color:rgba(255,255,255,.87)}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.08}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.24}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:rgba(0,0,0,.87)}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:rgba(0,0,0,.38)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{color:rgba(255,255,255,.54)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after{color:rgba(194,24,91,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after{color:rgba(176,190,197,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after{color:rgba(244,67,54,.87)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:rgba(255,255,255,.38)}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#b0bec5;--mdc-filled-text-field-focus-active-indicator-color:#b0bec5;--mdc-filled-text-field-focus-label-text-color:rgba(176, 190, 197, 0.87);--mdc-outlined-text-field-caret-color:#b0bec5;--mdc-outlined-text-field-focus-outline-color:#b0bec5;--mdc-outlined-text-field-focus-label-text-color:rgba(176, 190, 197, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87)}.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:56px}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}.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( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-panel-background-color:#424242;--mat-select-enabled-trigger-text-color:rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color:rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color:rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color:rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color:rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color:rgba(194, 24, 91, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:#424242;--mat-select-enabled-trigger-text-color:rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color:rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color:rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color:rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color:rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color:rgba(176, 190, 197, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:#424242;--mat-select-enabled-trigger-text-color:rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color:rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color:rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color:rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color:rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-background-color:#424242}.mat-mdc-dialog-container{--mdc-dialog-container-color:#424242;--mdc-dialog-subhead-color:rgba(255, 255, 255, 0.87);--mdc-dialog-supporting-text-color:rgba(255, 255, 255, 0.6)}.mat-mdc-dialog-container{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#fafafa;--mdc-chip-elevated-container-color:#595959;--mdc-chip-elevated-disabled-container-color:#595959;--mdc-chip-focus-state-layer-color:white;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#fafafa;--mdc-chip-with-icon-icon-color:#fafafa;--mdc-chip-with-icon-disabled-icon-color:#fafafa;--mdc-chip-with-icon-selected-icon-color:#fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color:#fafafa}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#c2185b;--mdc-chip-elevated-disabled-container-color:#c2185b;--mdc-chip-focus-state-layer-color:white;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-elevated-container-color:#b0bec5;--mdc-chip-elevated-disabled-container-color:#b0bec5;--mdc-chip-focus-state-layer-color:white;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-disabled-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-selected-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-trailing-icon-color:rgba(0, 0, 0, 0.87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-focus-state-layer-color:white;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color:#f06292;--mdc-switch-selected-handle-color:#f06292;--mdc-switch-selected-hover-state-layer-color:#f06292;--mdc-switch-selected-pressed-state-layer-color:#f06292;--mdc-switch-selected-focus-handle-color:#f48fb1;--mdc-switch-selected-hover-handle-color:#f48fb1;--mdc-switch-selected-pressed-handle-color:#f48fb1;--mdc-switch-selected-focus-track-color:#d81b60;--mdc-switch-selected-hover-track-color:#d81b60;--mdc-switch-selected-pressed-track-color:#d81b60;--mdc-switch-selected-track-color:#d81b60;--mdc-switch-disabled-selected-handle-color:#000;--mdc-switch-disabled-selected-icon-color:#212121;--mdc-switch-disabled-selected-track-color:#f5f5f5;--mdc-switch-disabled-unselected-handle-color:#000;--mdc-switch-disabled-unselected-icon-color:#212121;--mdc-switch-disabled-unselected-track-color:#f5f5f5;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-handle-shadow-color:black;--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-switch-selected-icon-color:#212121;--mdc-switch-unselected-focus-handle-color:#fafafa;--mdc-switch-unselected-focus-state-layer-color:#f5f5f5;--mdc-switch-unselected-focus-track-color:#616161;--mdc-switch-unselected-handle-color:#9e9e9e;--mdc-switch-unselected-hover-handle-color:#fafafa;--mdc-switch-unselected-hover-state-layer-color:#f5f5f5;--mdc-switch-unselected-hover-track-color:#616161;--mdc-switch-unselected-icon-color:#212121;--mdc-switch-unselected-pressed-handle-color:#fafafa;--mdc-switch-unselected-pressed-state-layer-color:#f5f5f5;--mdc-switch-unselected-pressed-track-color:#616161;--mdc-switch-unselected-track-color:#616161}.mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:rgba(255,255,255,.5)}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#90a4ae;--mdc-switch-selected-handle-color:#90a4ae;--mdc-switch-selected-hover-state-layer-color:#90a4ae;--mdc-switch-selected-pressed-state-layer-color:#90a4ae;--mdc-switch-selected-focus-handle-color:#b0bec5;--mdc-switch-selected-hover-handle-color:#b0bec5;--mdc-switch-selected-pressed-handle-color:#b0bec5;--mdc-switch-selected-focus-track-color:#546e7a;--mdc-switch-selected-hover-track-color:#546e7a;--mdc-switch-selected-pressed-track-color:#546e7a;--mdc-switch-selected-track-color:#546e7a}.mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e57373;--mdc-switch-selected-handle-color:#e57373;--mdc-switch-selected-hover-state-layer-color:#e57373;--mdc-switch-selected-pressed-state-layer-color:#e57373;--mdc-switch-selected-focus-handle-color:#ef9a9a;--mdc-switch-selected-hover-handle-color:#ef9a9a;--mdc-switch-selected-pressed-handle-color:#ef9a9a;--mdc-switch-selected-focus-track-color:#e53935;--mdc-switch-selected-hover-track-color:#e53935;--mdc-switch-selected-pressed-track-color:#e53935;--mdc-switch-selected-track-color:#e53935}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size:48px}.mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font:Roboto, sans-serif;--mat-slide-toggle-label-text-size:14px;--mat-slide-toggle-label-text-tracking:0.0178571429em;--mat-slide-toggle-label-text-line-height:20px;--mat-slide-toggle-label-text-weight:400}.mat-mdc-slide-toggle .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.875rem;font-size:var(--mdc-typography-body2-font-size, 0.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:0.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit)}.mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#c2185b;--mdc-radio-selected-hover-icon-color:#c2185b;--mdc-radio-selected-icon-color:#c2185b;--mdc-radio-selected-pressed-icon-color:#c2185b;--mat-radio-ripple-color:#fff;--mat-radio-checked-ripple-color:#c2185b;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#b0bec5;--mdc-radio-selected-hover-icon-color:#b0bec5;--mdc-radio-selected-icon-color:#b0bec5;--mdc-radio-selected-pressed-icon-color:#b0bec5;--mat-radio-ripple-color:#fff;--mat-radio-checked-ripple-color:#b0bec5;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:#fff;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5)}.mat-mdc-radio-button .mdc-radio{--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-slider{--mdc-slider-label-container-color:white;--mdc-slider-label-label-text-color:black;--mdc-slider-disabled-handle-color:#fff;--mdc-slider-disabled-active-track-color:#fff;--mdc-slider-disabled-inactive-track-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#fff;--mat-mdc-slider-value-indicator-opacity: 0.9}.mat-mdc-slider.mat-primary{--mdc-slider-handle-color:#c2185b;--mdc-slider-focus-handle-color:#c2185b;--mdc-slider-hover-handle-color:#c2185b;--mdc-slider-active-track-color:#c2185b;--mdc-slider-inactive-track-color:#c2185b;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#c2185b;--mat-mdc-slider-ripple-color: #c2185b;--mat-mdc-slider-hover-ripple-color: rgba(194, 24, 91, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(194, 24, 91, 0.2)}.mat-mdc-slider.mat-accent{--mdc-slider-handle-color:#b0bec5;--mdc-slider-focus-handle-color:#b0bec5;--mdc-slider-hover-handle-color:#b0bec5;--mdc-slider-active-track-color:#b0bec5;--mdc-slider-inactive-track-color:#b0bec5;--mdc-slider-with-tick-marks-active-container-color:#000;--mdc-slider-with-tick-marks-inactive-container-color:#b0bec5;--mat-mdc-slider-ripple-color: #b0bec5;--mat-mdc-slider-hover-ripple-color: rgba(176, 190, 197, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(176, 190, 197, 0.2)}.mat-mdc-slider.mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mat-mdc-slider-ripple-color: #f44336;--mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2)}.mat-mdc-slider{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-item-label-text-color:white;--mat-menu-item-icon-color:white;--mat-menu-item-hover-state-layer-color:rgba(255, 255, 255, 0.08);--mat-menu-item-focus-state-layer-color:rgba(255, 255, 255, 0.08);--mat-menu-container-color:#424242}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}.mat-mdc-list-base{--mdc-list-list-item-label-text-color:white;--mdc-list-list-item-supporting-text-color:rgba(255, 255, 255, 0.7);--mdc-list-list-item-leading-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-trailing-supporting-text-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-trailing-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-selected-trailing-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-disabled-label-text-color:white;--mdc-list-list-item-disabled-leading-icon-color:white;--mdc-list-list-item-disabled-trailing-icon-color:white;--mdc-list-list-item-hover-label-text-color:white;--mdc-list-list-item-hover-leading-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-hover-trailing-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-focus-label-text-color:white;--mdc-list-list-item-hover-state-layer-color:white;--mdc-list-list-item-hover-state-layer-opacity:0.08;--mdc-list-list-item-focus-state-layer-color:white;--mdc-list-list-item-focus-state-layer-opacity:0.24}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#c2185b;--mdc-radio-selected-hover-icon-color:#c2185b;--mdc-radio-selected-icon-color:#c2185b;--mdc-radio-selected-pressed-icon-color:#c2185b}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#b0bec5;--mdc-radio-selected-hover-icon-color:#b0bec5;--mdc-radio-selected-icon-color:#b0bec5;--mdc-radio-selected-pressed-icon-color:#b0bec5}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#c2185b;--mdc-checkbox-selected-hover-icon-color:#c2185b;--mdc-checkbox-selected-icon-color:#c2185b;--mdc-checkbox-selected-pressed-icon-color:#c2185b;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#c2185b;--mdc-checkbox-selected-hover-state-layer-color:#c2185b;--mdc-checkbox-selected-pressed-state-layer-color:#c2185b;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#000;--mdc-checkbox-selected-focus-icon-color:#b0bec5;--mdc-checkbox-selected-hover-icon-color:#b0bec5;--mdc-checkbox-selected-icon-color:#b0bec5;--mdc-checkbox-selected-pressed-icon-color:#b0bec5;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#b0bec5;--mdc-checkbox-selected-hover-state-layer-color:#b0bec5;--mdc-checkbox-selected-pressed-state-layer-color:#b0bec5;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text{color:#c2185b}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#c2185b}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mat-mdc-list-base{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}.mat-mdc-list-base{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(255, 255, 255, 0.87);--mat-paginator-container-background-color:#424242;--mat-paginator-enabled-icon-color:rgba(255, 255, 255, 0.54);--mat-paginator-disabled-icon-color:rgba(255, 255, 255, 0.12)}html{--mat-paginator-container-size:56px}.mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}.mat-mdc-paginator .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( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#c2185b;--mat-tab-header-disabled-ripple-color:rgba(255, 255, 255, 0.5);--mat-tab-header-pagination-icon-color:#fff;--mat-tab-header-inactive-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-label-text-color:#c2185b;--mat-tab-header-active-ripple-color:#c2185b;--mat-tab-header-inactive-ripple-color:#c2185b;--mat-tab-header-inactive-focus-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-focus-label-text-color:#c2185b;--mat-tab-header-active-hover-label-text-color:#c2185b;--mat-tab-header-active-focus-indicator-color:#c2185b;--mat-tab-header-active-hover-indicator-color:#c2185b}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#b0bec5;--mat-tab-header-disabled-ripple-color:rgba(255, 255, 255, 0.5);--mat-tab-header-pagination-icon-color:#fff;--mat-tab-header-inactive-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-label-text-color:#b0bec5;--mat-tab-header-active-ripple-color:#b0bec5;--mat-tab-header-inactive-ripple-color:#b0bec5;--mat-tab-header-inactive-focus-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-focus-label-text-color:#b0bec5;--mat-tab-header-active-hover-label-text-color:#b0bec5;--mat-tab-header-active-focus-indicator-color:#b0bec5;--mat-tab-header-active-hover-indicator-color:#b0bec5}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(255, 255, 255, 0.5);--mat-tab-header-pagination-icon-color:#fff;--mat-tab-header-inactive-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#c2185b;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#b0bec5;--mat-tab-header-with-background-foreground-color:rgba(0, 0, 0, 0.87)}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#000;--mdc-checkbox-selected-focus-icon-color:#b0bec5;--mdc-checkbox-selected-hover-icon-color:#b0bec5;--mdc-checkbox-selected-icon-color:#b0bec5;--mdc-checkbox-selected-pressed-icon-color:#b0bec5;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#b0bec5;--mdc-checkbox-selected-hover-state-layer-color:#b0bec5;--mdc-checkbox-selected-pressed-state-layer-color:#b0bec5;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#c2185b;--mdc-checkbox-selected-hover-icon-color:#c2185b;--mdc-checkbox-selected-icon-color:#c2185b;--mdc-checkbox-selected-pressed-icon-color:#c2185b;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#c2185b;--mdc-checkbox-selected-hover-state-layer-color:#c2185b;--mdc-checkbox-selected-pressed-state-layer-color:#c2185b;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:rgba(255,255,255,.5)}html{--mdc-checkbox-state-layer-size:40px}.mat-mdc-checkbox .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color:#fff}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#c2185b}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#b0bec5}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336}.mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mdc-text-button-label-text-color:rgba(255, 255, 255, 0.5)}.mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color:#424242;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#c2185b;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#b0bec5;--mdc-filled-button-label-text-color:#000}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color:rgba(255, 255, 255, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mdc-filled-button-container-color:rgba(255, 255, 255, 0.12);--mdc-filled-button-label-text-color:rgba(255, 255, 255, 0.5)}.mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color:#424242;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#c2185b;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#b0bec5;--mdc-protected-button-label-text-color:#000}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color:rgba(255, 255, 255, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mdc-protected-button-container-color:rgba(255, 255, 255, 0.12);--mdc-protected-button-label-text-color:rgba(255, 255, 255, 0.5);--mdc-protected-button-container-elevation:0}.mat-mdc-outlined-button{--mdc-outlined-button-outline-color:rgba(255, 255, 255, 0.12)}.mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color:#fff}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#c2185b}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#b0bec5}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336}.mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color:rgba(255, 255, 255, 0.5);--mdc-outlined-button-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mdc-outlined-button-outline-color:rgba(255, 255, 255, 0.12);--mdc-outlined-button-disabled-outline-color:rgba(255, 255, 255, 0.12)}.mat-mdc-button,.mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.08}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #c2185b;--mat-mdc-button-ripple-color: rgba(194, 24, 91, 0.1)}.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #b0bec5;--mat-mdc-button-ripple-color: rgba(176, 190, 197, 0.1)}.mat-mdc-button.mat-warn,.mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1)}.mat-mdc-raised-button,.mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.08}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-raised-button.mat-warn,.mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-button.mat-mdc-button-base,.mat-mdc-raised-button.mat-mdc-button-base,.mat-mdc-unelevated-button.mat-mdc-button-base,.mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);--mdc-icon-button-icon-color:inherit;--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.08}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #6200ee;--mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1)}.mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #018786;--mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1)}.mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #b00020;--mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1)}.mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#c2185b;--mat-mdc-button-persistent-ripple-color: #c2185b;--mat-mdc-button-ripple-color: rgba(194, 24, 91, 0.1)}.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#b0bec5;--mat-mdc-button-persistent-ripple-color: #b0bec5;--mat-mdc-button-ripple-color: rgba(176, 190, 197, 0.1)}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1)}.mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color:rgba(255, 255, 255, 0.5);--mdc-icon-button-disabled-icon-color:rgba(255, 255, 255, 0.5)}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}.mat-mdc-fab,.mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before{opacity:.08}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color:rgba(255, 255, 255, 0.12);--mdc-fab-icon-color:rgba(255, 255, 255, 0.5);--mat-mdc-fab-color: rgba(255, 255, 255, 0.5)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color:#424242;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color:#c2185b;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color:#b0bec5;--mdc-fab-icon-color:black;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color:#f44336;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-extended-fab{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}.mat-mdc-snack-bar-container{--mdc-snackbar-container-color:#d9d9d9;--mdc-snackbar-supporting-text-color:rgba(66, 66, 66, 0.87);--mat-snack-bar-button-color:rgba(0, 0, 0, 0.87)}.mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-background-color:#424242;--mat-table-header-headline-color:white;--mat-table-row-item-label-text-color:white;--mat-table-row-item-outline-color:rgba(255, 255, 255, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}.mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color:#c2185b}.mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color:#b0bec5}.mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background-color:var(--mat-badge-background-color);color:var(--mat-badge-text-color);font-family:Roboto, sans-serif;font-family:var(--mat-badge-text-font, Roboto, sans-serif);font-size:12px;font-size:var(--mat-badge-text-size, 12px);font-weight:600;font-weight:var(--mat-badge-text-weight, 600)}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-disabled .mat-badge-content{background-color:var(--mat-badge-disabled-state-background-color);color:var(--mat-badge-disabled-state-text-color)}.mat-badge-hidden .mat-badge-content{display:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px;font-size:9px;font-size:var(--mat-badge-small-size-text-size, 9px)}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px;font-size:24px;font-size:var(--mat-badge-large-size-text-size, 24px)}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}html{--mat-badge-background-color:#c2185b;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#6e6e6e;--mat-badge-disabled-state-text-color:rgba(255, 255, 255, 0.5)}.mat-badge-accent{--mat-badge-background-color:#b0bec5;--mat-badge-text-color:rgba(0, 0, 0, 0.87)}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-text-color:white;--mat-bottom-sheet-container-background-color:#424242}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-text-color:rgba(255, 255, 255, 0.5);--mat-legacy-button-toggle-state-layer-color:rgba(255, 255, 255, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(255, 255, 255, 0.7);--mat-legacy-button-toggle-selected-state-background-color:#212121;--mat-legacy-button-toggle-disabled-state-text-color:rgba(255, 255, 255, 0.3);--mat-legacy-button-toggle-disabled-state-background-color:black;--mat-legacy-button-toggle-disabled-selected-state-background-color:#424242;--mat-standard-button-toggle-text-color:white;--mat-standard-button-toggle-background-color:#424242;--mat-standard-button-toggle-state-layer-color:white;--mat-standard-button-toggle-selected-state-background-color:#212121;--mat-standard-button-toggle-selected-state-text-color:white;--mat-standard-button-toggle-disabled-state-text-color:rgba(255, 255, 255, 0.3);--mat-standard-button-toggle-disabled-state-background-color:#424242;--mat-standard-button-toggle-disabled-selected-state-text-color:white;--mat-standard-button-toggle-disabled-selected-state-background-color:#424242;--mat-standard-button-toggle-divider-color:#595959}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-text-font:Roboto, sans-serif;--mat-standard-button-toggle-text-font:Roboto, sans-serif}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#c2185b;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(194, 24, 91, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(194, 24, 91, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(194, 24, 91, 0.3);--mat-datepicker-toggle-active-state-icon-color:#c2185b;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(194, 24, 91, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:white;--mat-datepicker-calendar-body-label-text-color:rgba(255, 255, 255, 0.7);--mat-datepicker-calendar-period-button-icon-color:white;--mat-datepicker-calendar-navigation-button-icon-color:white;--mat-datepicker-calendar-header-divider-color:rgba(255, 255, 255, 0.12);--mat-datepicker-calendar-header-text-color:rgba(255, 255, 255, 0.7);--mat-datepicker-calendar-date-today-outline-color:rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(255, 255, 255, 0.3);--mat-datepicker-calendar-date-text-color:white;--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(255, 255, 255, 0.24);--mat-datepicker-range-input-separator-color:white;--mat-datepicker-range-input-disabled-state-separator-color:rgba(255, 255, 255, 0.5);--mat-datepicker-range-input-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-container-background-color:#424242;--mat-datepicker-calendar-container-text-color:white}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-selected-state-background-color:#b0bec5;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(176, 190, 197, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-focus-state-background-color:rgba(176, 190, 197, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(176, 190, 197, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(176, 190, 197, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#b0bec5}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-color:rgba(255, 255, 255, 0.12)}html{--mat-expansion-container-background-color:#424242;--mat-expansion-container-text-color:white;--mat-expansion-actions-divider-color:rgba(255, 255, 255, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(255, 255, 255, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(255, 255, 255, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(255, 255, 255, 0.3);--mat-expansion-header-text-color:white;--mat-expansion-header-description-color:rgba(255, 255, 255, 0.7);--mat-expansion-header-indicator-color:rgba(255, 255, 255, 0.7)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#c2185b}.mat-icon.mat-accent{--mat-icon-color:#b0bec5}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-divider-color:rgba(255, 255, 255, 0.12);--mat-sidenav-container-background-color:#424242;--mat-sidenav-container-text-color:white;--mat-sidenav-content-background-color:#303030;--mat-sidenav-content-text-color:white;--mat-sidenav-scrim-color:rgba(189, 189, 189, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#c2185b;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#c2185b;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#c2185b;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:#424242;--mat-stepper-line-color:rgba(255, 255, 255, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(255, 255, 255, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(255, 255, 255, 0.04);--mat-stepper-header-label-text-color:rgba(255, 255, 255, 0.7);--mat-stepper-header-optional-label-text-color:rgba(255, 255, 255, 0.7);--mat-stepper-header-selected-state-label-text-color:white;--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(255, 255, 255, 0.7);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-selected-state-icon-background-color:#b0bec5;--mat-stepper-header-selected-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-done-state-icon-background-color:#b0bec5;--mat-stepper-header-done-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-edit-state-icon-background-color:#b0bec5;--mat-stepper-header-edit-state-icon-foreground-color:rgba(0, 0, 0, 0.87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}.mat-sort-header-arrow{color:#c6c6c6}html{--mat-toolbar-container-background-color:#212121;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#c2185b;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#b0bec5;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}.mat-tree{background:#424242}.mat-tree-node,.mat-nested-tree-node{color:#fff}.mat-tree-node{min-height:48px}.mat-tree{font-family:Roboto, sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font-size:24px;font-weight:400;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font-size:16px;font-weight:400;line-height:24px;font-family:Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font-size:14px;font-weight:500;line-height:22px;font-family:Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font-size:12px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font-size:96px;font-weight:300;line-height:96px;font-family:Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font-size:60px;font-weight:300;line-height:60px;font-family:Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font-size:48px;font-weight:400;line-height:50px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font-size:34px;font-weight:400;line-height:40px;font-family:Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px} \ No newline at end of file diff --git a/docs/assets/material-theme/purple-green.css b/docs/assets/material-theme/purple-green.css new file mode 100644 index 00000000..b4ebf9a1 --- /dev/null +++ b/docs/assets/material-theme/purple-green.css @@ -0,0 +1 @@ +.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-ripple-element{background-color:rgba(255,255,255,.1)}html{--mat-option-selected-state-label-text-color:#7b1fa2;--mat-option-label-text-color:white;--mat-option-hover-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-focus-state-layer-color:rgba(255, 255, 255, 0.08);--mat-option-selected-state-layer-color:rgba(255, 255, 255, 0.08)}.mat-accent{--mat-option-selected-state-label-text-color:#69f0ae}.mat-warn{--mat-option-selected-state-label-text-color:#f44336}html{--mat-optgroup-label-text-color:white}.mat-pseudo-checkbox-full{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#7b1fa2}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#7b1fa2}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#303030}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#69f0ae}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#69f0ae}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#303030}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#69f0ae}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#69f0ae}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#303030}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after{color:#303030}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#686868}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.mat-app-background{background-color:#303030;color:#fff}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}.mat-mdc-card{--mdc-elevated-card-container-color:#424242;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-color:#424242;--mdc-outlined-card-outline-color:rgba(255, 255, 255, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-subtitle-text-color:rgba(255, 255, 255, 0.7)}.mat-mdc-card{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#7b1fa2;--mdc-linear-progress-track-color:rgba(123, 31, 162, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:rgba(123, 31, 162, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(123, 31, 162, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(123, 31, 162, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:rgba(123, 31, 162, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(123, 31, 162, 0.25))}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#69f0ae;--mdc-linear-progress-track-color:rgba(105, 240, 174, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:rgba(105, 240, 174, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(105, 240, 174, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(105, 240, 174, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:rgba(105, 240, 174, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(105, 240, 174, 0.25))}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:rgba(244, 67, 54, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25))}@media(forced-colors: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:rgba(244, 67, 54, 0.25);background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25))}.mat-mdc-tooltip{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}.mat-mdc-tooltip{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-caret-color:#7b1fa2;--mdc-filled-text-field-focus-active-indicator-color:#7b1fa2;--mdc-filled-text-field-focus-label-text-color:rgba(123, 31, 162, 0.87);--mdc-filled-text-field-container-color:#4a4a4a;--mdc-filled-text-field-disabled-container-color:#464646;--mdc-filled-text-field-label-text-color:rgba(255, 255, 255, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(255, 255, 255, 0.38);--mdc-filled-text-field-input-text-color:rgba(255, 255, 255, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(255, 255, 255, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(255, 255, 255, 0.6);--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(255, 255, 255, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(255, 255, 255, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(255, 255, 255, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#7b1fa2;--mdc-outlined-text-field-focus-outline-color:#7b1fa2;--mdc-outlined-text-field-focus-label-text-color:rgba(123, 31, 162, 0.87);--mdc-outlined-text-field-label-text-color:rgba(255, 255, 255, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(255, 255, 255, 0.38);--mdc-outlined-text-field-input-text-color:rgba(255, 255, 255, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(255, 255, 255, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(255, 255, 255, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(255, 255, 255, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(255, 255, 255, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(255, 255, 255, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-disabled-input-text-placeholder-color:rgba(255, 255, 255, 0.38)}.mat-mdc-form-field-error{color:var(--mdc-theme-error, #f44336)}.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);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{background-color:rgba(255,255,255,.87)}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.08}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.24}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:rgba(0,0,0,.87)}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:rgba(0,0,0,.38)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{color:rgba(255,255,255,.54)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after{color:rgba(123,31,162,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after{color:rgba(105,240,174,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after{color:rgba(244,67,54,.87)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:rgba(255,255,255,.38)}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#69f0ae;--mdc-filled-text-field-focus-active-indicator-color:#69f0ae;--mdc-filled-text-field-focus-label-text-color:rgba(105, 240, 174, 0.87);--mdc-outlined-text-field-caret-color:#69f0ae;--mdc-outlined-text-field-focus-outline-color:#69f0ae;--mdc-outlined-text-field-focus-label-text-color:rgba(105, 240, 174, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87)}.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:56px}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}.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( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-panel-background-color:#424242;--mat-select-enabled-trigger-text-color:rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color:rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color:rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color:rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color:rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color:rgba(123, 31, 162, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:#424242;--mat-select-enabled-trigger-text-color:rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color:rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color:rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color:rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color:rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color:rgba(105, 240, 174, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:#424242;--mat-select-enabled-trigger-text-color:rgba(255, 255, 255, 0.87);--mat-select-disabled-trigger-text-color:rgba(255, 255, 255, 0.38);--mat-select-placeholder-text-color:rgba(255, 255, 255, 0.6);--mat-select-enabled-arrow-color:rgba(255, 255, 255, 0.54);--mat-select-disabled-arrow-color:rgba(255, 255, 255, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-background-color:#424242}.mat-mdc-dialog-container{--mdc-dialog-container-color:#424242;--mdc-dialog-subhead-color:rgba(255, 255, 255, 0.87);--mdc-dialog-supporting-text-color:rgba(255, 255, 255, 0.6)}.mat-mdc-dialog-container{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#fafafa;--mdc-chip-elevated-container-color:#595959;--mdc-chip-elevated-disabled-container-color:#595959;--mdc-chip-focus-state-layer-color:white;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#fafafa;--mdc-chip-with-icon-icon-color:#fafafa;--mdc-chip-with-icon-disabled-icon-color:#fafafa;--mdc-chip-with-icon-selected-icon-color:#fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color:#fafafa}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#7b1fa2;--mdc-chip-elevated-disabled-container-color:#7b1fa2;--mdc-chip-focus-state-layer-color:white;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-elevated-container-color:#69f0ae;--mdc-chip-elevated-disabled-container-color:#69f0ae;--mdc-chip-focus-state-layer-color:white;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-disabled-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-selected-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-trailing-icon-color:rgba(0, 0, 0, 0.87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-focus-state-layer-color:white;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color:#ba68c8;--mdc-switch-selected-handle-color:#ba68c8;--mdc-switch-selected-hover-state-layer-color:#ba68c8;--mdc-switch-selected-pressed-state-layer-color:#ba68c8;--mdc-switch-selected-focus-handle-color:#ce93d8;--mdc-switch-selected-hover-handle-color:#ce93d8;--mdc-switch-selected-pressed-handle-color:#ce93d8;--mdc-switch-selected-focus-track-color:#8e24aa;--mdc-switch-selected-hover-track-color:#8e24aa;--mdc-switch-selected-pressed-track-color:#8e24aa;--mdc-switch-selected-track-color:#8e24aa;--mdc-switch-disabled-selected-handle-color:#000;--mdc-switch-disabled-selected-icon-color:#212121;--mdc-switch-disabled-selected-track-color:#f5f5f5;--mdc-switch-disabled-unselected-handle-color:#000;--mdc-switch-disabled-unselected-icon-color:#212121;--mdc-switch-disabled-unselected-track-color:#f5f5f5;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-handle-shadow-color:black;--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-switch-selected-icon-color:#212121;--mdc-switch-unselected-focus-handle-color:#fafafa;--mdc-switch-unselected-focus-state-layer-color:#f5f5f5;--mdc-switch-unselected-focus-track-color:#616161;--mdc-switch-unselected-handle-color:#9e9e9e;--mdc-switch-unselected-hover-handle-color:#fafafa;--mdc-switch-unselected-hover-state-layer-color:#f5f5f5;--mdc-switch-unselected-hover-track-color:#616161;--mdc-switch-unselected-icon-color:#212121;--mdc-switch-unselected-pressed-handle-color:#fafafa;--mdc-switch-unselected-pressed-state-layer-color:#f5f5f5;--mdc-switch-unselected-pressed-track-color:#616161;--mdc-switch-unselected-track-color:#616161}.mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:rgba(255,255,255,.5)}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#81c784;--mdc-switch-selected-handle-color:#81c784;--mdc-switch-selected-hover-state-layer-color:#81c784;--mdc-switch-selected-pressed-state-layer-color:#81c784;--mdc-switch-selected-focus-handle-color:#a5d6a7;--mdc-switch-selected-hover-handle-color:#a5d6a7;--mdc-switch-selected-pressed-handle-color:#a5d6a7;--mdc-switch-selected-focus-track-color:#43a047;--mdc-switch-selected-hover-track-color:#43a047;--mdc-switch-selected-pressed-track-color:#43a047;--mdc-switch-selected-track-color:#43a047}.mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e57373;--mdc-switch-selected-handle-color:#e57373;--mdc-switch-selected-hover-state-layer-color:#e57373;--mdc-switch-selected-pressed-state-layer-color:#e57373;--mdc-switch-selected-focus-handle-color:#ef9a9a;--mdc-switch-selected-hover-handle-color:#ef9a9a;--mdc-switch-selected-pressed-handle-color:#ef9a9a;--mdc-switch-selected-focus-track-color:#e53935;--mdc-switch-selected-hover-track-color:#e53935;--mdc-switch-selected-pressed-track-color:#e53935;--mdc-switch-selected-track-color:#e53935}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size:48px}.mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font:Roboto, sans-serif;--mat-slide-toggle-label-text-size:14px;--mat-slide-toggle-label-text-tracking:0.0178571429em;--mat-slide-toggle-label-text-line-height:20px;--mat-slide-toggle-label-text-weight:400}.mat-mdc-slide-toggle .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.875rem;font-size:var(--mdc-typography-body2-font-size, 0.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:0.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit)}.mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#7b1fa2;--mdc-radio-selected-hover-icon-color:#7b1fa2;--mdc-radio-selected-icon-color:#7b1fa2;--mdc-radio-selected-pressed-icon-color:#7b1fa2;--mat-radio-ripple-color:#fff;--mat-radio-checked-ripple-color:#7b1fa2;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#69f0ae;--mdc-radio-selected-hover-icon-color:#69f0ae;--mdc-radio-selected-icon-color:#69f0ae;--mdc-radio-selected-pressed-icon-color:#69f0ae;--mat-radio-ripple-color:#fff;--mat-radio-checked-ripple-color:#69f0ae;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:#fff;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(255, 255, 255, 0.5)}.mat-mdc-radio-button .mdc-radio{--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-slider{--mdc-slider-label-container-color:white;--mdc-slider-label-label-text-color:black;--mdc-slider-disabled-handle-color:#fff;--mdc-slider-disabled-active-track-color:#fff;--mdc-slider-disabled-inactive-track-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#fff;--mat-mdc-slider-value-indicator-opacity: 0.9}.mat-mdc-slider.mat-primary{--mdc-slider-handle-color:#7b1fa2;--mdc-slider-focus-handle-color:#7b1fa2;--mdc-slider-hover-handle-color:#7b1fa2;--mdc-slider-active-track-color:#7b1fa2;--mdc-slider-inactive-track-color:#7b1fa2;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#7b1fa2;--mat-mdc-slider-ripple-color: #7b1fa2;--mat-mdc-slider-hover-ripple-color: rgba(123, 31, 162, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(123, 31, 162, 0.2)}.mat-mdc-slider.mat-accent{--mdc-slider-handle-color:#69f0ae;--mdc-slider-focus-handle-color:#69f0ae;--mdc-slider-hover-handle-color:#69f0ae;--mdc-slider-active-track-color:#69f0ae;--mdc-slider-inactive-track-color:#69f0ae;--mdc-slider-with-tick-marks-active-container-color:#000;--mdc-slider-with-tick-marks-inactive-container-color:#69f0ae;--mat-mdc-slider-ripple-color: #69f0ae;--mat-mdc-slider-hover-ripple-color: rgba(105, 240, 174, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(105, 240, 174, 0.2)}.mat-mdc-slider.mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mat-mdc-slider-ripple-color: #f44336;--mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2)}.mat-mdc-slider{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-item-label-text-color:white;--mat-menu-item-icon-color:white;--mat-menu-item-hover-state-layer-color:rgba(255, 255, 255, 0.08);--mat-menu-item-focus-state-layer-color:rgba(255, 255, 255, 0.08);--mat-menu-container-color:#424242}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}.mat-mdc-list-base{--mdc-list-list-item-label-text-color:white;--mdc-list-list-item-supporting-text-color:rgba(255, 255, 255, 0.7);--mdc-list-list-item-leading-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-trailing-supporting-text-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-trailing-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-selected-trailing-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-disabled-label-text-color:white;--mdc-list-list-item-disabled-leading-icon-color:white;--mdc-list-list-item-disabled-trailing-icon-color:white;--mdc-list-list-item-hover-label-text-color:white;--mdc-list-list-item-hover-leading-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-hover-trailing-icon-color:rgba(255, 255, 255, 0.5);--mdc-list-list-item-focus-label-text-color:white;--mdc-list-list-item-hover-state-layer-color:white;--mdc-list-list-item-hover-state-layer-opacity:0.08;--mdc-list-list-item-focus-state-layer-color:white;--mdc-list-list-item-focus-state-layer-opacity:0.24}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#7b1fa2;--mdc-radio-selected-hover-icon-color:#7b1fa2;--mdc-radio-selected-icon-color:#7b1fa2;--mdc-radio-selected-pressed-icon-color:#7b1fa2}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#69f0ae;--mdc-radio-selected-hover-icon-color:#69f0ae;--mdc-radio-selected-icon-color:#69f0ae;--mdc-radio-selected-pressed-icon-color:#69f0ae}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#fff;--mdc-radio-disabled-unselected-icon-color:#fff;--mdc-radio-unselected-hover-icon-color:#eeeeee;--mdc-radio-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#7b1fa2;--mdc-checkbox-selected-hover-icon-color:#7b1fa2;--mdc-checkbox-selected-icon-color:#7b1fa2;--mdc-checkbox-selected-pressed-icon-color:#7b1fa2;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#7b1fa2;--mdc-checkbox-selected-hover-state-layer-color:#7b1fa2;--mdc-checkbox-selected-pressed-state-layer-color:#7b1fa2;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#000;--mdc-checkbox-selected-focus-icon-color:#69f0ae;--mdc-checkbox-selected-hover-icon-color:#69f0ae;--mdc-checkbox-selected-icon-color:#69f0ae;--mdc-checkbox-selected-pressed-icon-color:#69f0ae;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#69f0ae;--mdc-checkbox-selected-hover-state-layer-color:#69f0ae;--mdc-checkbox-selected-pressed-state-layer-color:#69f0ae;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text{color:#7b1fa2}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#7b1fa2}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mat-mdc-list-base{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}.mat-mdc-list-base{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(255, 255, 255, 0.87);--mat-paginator-container-background-color:#424242;--mat-paginator-enabled-icon-color:rgba(255, 255, 255, 0.54);--mat-paginator-disabled-icon-color:rgba(255, 255, 255, 0.12)}html{--mat-paginator-container-size:56px}.mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}.mat-mdc-paginator .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( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#7b1fa2;--mat-tab-header-disabled-ripple-color:rgba(255, 255, 255, 0.5);--mat-tab-header-pagination-icon-color:#fff;--mat-tab-header-inactive-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-label-text-color:#7b1fa2;--mat-tab-header-active-ripple-color:#7b1fa2;--mat-tab-header-inactive-ripple-color:#7b1fa2;--mat-tab-header-inactive-focus-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-focus-label-text-color:#7b1fa2;--mat-tab-header-active-hover-label-text-color:#7b1fa2;--mat-tab-header-active-focus-indicator-color:#7b1fa2;--mat-tab-header-active-hover-indicator-color:#7b1fa2}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#69f0ae;--mat-tab-header-disabled-ripple-color:rgba(255, 255, 255, 0.5);--mat-tab-header-pagination-icon-color:#fff;--mat-tab-header-inactive-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-label-text-color:#69f0ae;--mat-tab-header-active-ripple-color:#69f0ae;--mat-tab-header-inactive-ripple-color:#69f0ae;--mat-tab-header-inactive-focus-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-focus-label-text-color:#69f0ae;--mat-tab-header-active-hover-label-text-color:#69f0ae;--mat-tab-header-active-focus-indicator-color:#69f0ae;--mat-tab-header-active-hover-indicator-color:#69f0ae}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(255, 255, 255, 0.5);--mat-tab-header-pagination-icon-color:#fff;--mat-tab-header-inactive-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(255, 255, 255, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#7b1fa2;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#69f0ae;--mat-tab-header-with-background-foreground-color:rgba(0, 0, 0, 0.87)}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#000;--mdc-checkbox-selected-focus-icon-color:#69f0ae;--mdc-checkbox-selected-hover-icon-color:#69f0ae;--mdc-checkbox-selected-icon-color:#69f0ae;--mdc-checkbox-selected-pressed-icon-color:#69f0ae;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#69f0ae;--mdc-checkbox-selected-hover-state-layer-color:#69f0ae;--mdc-checkbox-selected-pressed-state-layer-color:#69f0ae;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#7b1fa2;--mdc-checkbox-selected-hover-icon-color:#7b1fa2;--mdc-checkbox-selected-icon-color:#7b1fa2;--mdc-checkbox-selected-pressed-icon-color:#7b1fa2;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#7b1fa2;--mdc-checkbox-selected-hover-state-layer-color:#7b1fa2;--mdc-checkbox-selected-pressed-state-layer-color:#7b1fa2;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(255, 255, 255, 0.38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#eeeeee;--mdc-checkbox-unselected-hover-icon-color:#eeeeee;--mdc-checkbox-unselected-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(255, 255, 255, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:white;--mdc-checkbox-unselected-hover-state-layer-color:white;--mdc-checkbox-unselected-pressed-state-layer-color:white}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:rgba(255,255,255,.5)}html{--mdc-checkbox-state-layer-size:40px}.mat-mdc-checkbox .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color:#fff}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#7b1fa2}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#69f0ae}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336}.mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mdc-text-button-label-text-color:rgba(255, 255, 255, 0.5)}.mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color:#424242;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#7b1fa2;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#69f0ae;--mdc-filled-button-label-text-color:#000}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color:rgba(255, 255, 255, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mdc-filled-button-container-color:rgba(255, 255, 255, 0.12);--mdc-filled-button-label-text-color:rgba(255, 255, 255, 0.5)}.mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color:#424242;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#7b1fa2;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#69f0ae;--mdc-protected-button-label-text-color:#000}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color:rgba(255, 255, 255, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mdc-protected-button-container-color:rgba(255, 255, 255, 0.12);--mdc-protected-button-label-text-color:rgba(255, 255, 255, 0.5);--mdc-protected-button-container-elevation:0}.mat-mdc-outlined-button{--mdc-outlined-button-outline-color:rgba(255, 255, 255, 0.12)}.mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color:#fff}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#7b1fa2}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#69f0ae}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336}.mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color:rgba(255, 255, 255, 0.5);--mdc-outlined-button-disabled-label-text-color:rgba(255, 255, 255, 0.5);--mdc-outlined-button-outline-color:rgba(255, 255, 255, 0.12);--mdc-outlined-button-disabled-outline-color:rgba(255, 255, 255, 0.12)}.mat-mdc-button,.mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.08}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #7b1fa2;--mat-mdc-button-ripple-color: rgba(123, 31, 162, 0.1)}.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #69f0ae;--mat-mdc-button-ripple-color: rgba(105, 240, 174, 0.1)}.mat-mdc-button.mat-warn,.mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1)}.mat-mdc-raised-button,.mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.08}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-raised-button.mat-warn,.mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-button.mat-mdc-button-base,.mat-mdc-raised-button.mat-mdc-button-base,.mat-mdc-unelevated-button.mat-mdc-button-base,.mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);--mdc-icon-button-icon-color:inherit;--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before{opacity:.08}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #6200ee;--mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1)}.mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #018786;--mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1)}.mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #b00020;--mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1)}.mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#7b1fa2;--mat-mdc-button-persistent-ripple-color: #7b1fa2;--mat-mdc-button-ripple-color: rgba(123, 31, 162, 0.1)}.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#69f0ae;--mat-mdc-button-persistent-ripple-color: #69f0ae;--mat-mdc-button-ripple-color: rgba(105, 240, 174, 0.1)}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1)}.mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color:rgba(255, 255, 255, 0.5);--mdc-icon-button-disabled-icon-color:rgba(255, 255, 255, 0.5)}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}.mat-mdc-fab,.mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before{opacity:.08}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before{opacity:.24}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1)}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1)}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color:rgba(255, 255, 255, 0.12);--mdc-fab-icon-color:rgba(255, 255, 255, 0.5);--mat-mdc-fab-color: rgba(255, 255, 255, 0.5)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color:#424242;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color:#7b1fa2;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color:#69f0ae;--mdc-fab-icon-color:black;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color:#f44336;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-extended-fab{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}.mat-mdc-snack-bar-container{--mdc-snackbar-container-color:#d9d9d9;--mdc-snackbar-supporting-text-color:rgba(66, 66, 66, 0.87);--mat-snack-bar-button-color:rgba(0, 0, 0, 0.87)}.mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-background-color:#424242;--mat-table-header-headline-color:white;--mat-table-row-item-label-text-color:white;--mat-table-row-item-outline-color:rgba(255, 255, 255, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}.mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color:#7b1fa2}.mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color:#69f0ae}.mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background-color:var(--mat-badge-background-color);color:var(--mat-badge-text-color);font-family:Roboto, sans-serif;font-family:var(--mat-badge-text-font, Roboto, sans-serif);font-size:12px;font-size:var(--mat-badge-text-size, 12px);font-weight:600;font-weight:var(--mat-badge-text-weight, 600)}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-disabled .mat-badge-content{background-color:var(--mat-badge-disabled-state-background-color);color:var(--mat-badge-disabled-state-text-color)}.mat-badge-hidden .mat-badge-content{display:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px;font-size:9px;font-size:var(--mat-badge-small-size-text-size, 9px)}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px;font-size:24px;font-size:var(--mat-badge-large-size-text-size, 24px)}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}html{--mat-badge-background-color:#7b1fa2;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#6e6e6e;--mat-badge-disabled-state-text-color:rgba(255, 255, 255, 0.5)}.mat-badge-accent{--mat-badge-background-color:#69f0ae;--mat-badge-text-color:rgba(0, 0, 0, 0.87)}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-text-color:white;--mat-bottom-sheet-container-background-color:#424242}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-text-color:rgba(255, 255, 255, 0.5);--mat-legacy-button-toggle-state-layer-color:rgba(255, 255, 255, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(255, 255, 255, 0.7);--mat-legacy-button-toggle-selected-state-background-color:#212121;--mat-legacy-button-toggle-disabled-state-text-color:rgba(255, 255, 255, 0.3);--mat-legacy-button-toggle-disabled-state-background-color:black;--mat-legacy-button-toggle-disabled-selected-state-background-color:#424242;--mat-standard-button-toggle-text-color:white;--mat-standard-button-toggle-background-color:#424242;--mat-standard-button-toggle-state-layer-color:white;--mat-standard-button-toggle-selected-state-background-color:#212121;--mat-standard-button-toggle-selected-state-text-color:white;--mat-standard-button-toggle-disabled-state-text-color:rgba(255, 255, 255, 0.3);--mat-standard-button-toggle-disabled-state-background-color:#424242;--mat-standard-button-toggle-disabled-selected-state-text-color:white;--mat-standard-button-toggle-disabled-selected-state-background-color:#424242;--mat-standard-button-toggle-divider-color:#595959}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-text-font:Roboto, sans-serif;--mat-standard-button-toggle-text-font:Roboto, sans-serif}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#7b1fa2;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(123, 31, 162, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(123, 31, 162, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(123, 31, 162, 0.3);--mat-datepicker-toggle-active-state-icon-color:#7b1fa2;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(123, 31, 162, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:white;--mat-datepicker-calendar-body-label-text-color:rgba(255, 255, 255, 0.7);--mat-datepicker-calendar-period-button-icon-color:white;--mat-datepicker-calendar-navigation-button-icon-color:white;--mat-datepicker-calendar-header-divider-color:rgba(255, 255, 255, 0.12);--mat-datepicker-calendar-header-text-color:rgba(255, 255, 255, 0.7);--mat-datepicker-calendar-date-today-outline-color:rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(255, 255, 255, 0.3);--mat-datepicker-calendar-date-text-color:white;--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(255, 255, 255, 0.24);--mat-datepicker-range-input-separator-color:white;--mat-datepicker-range-input-disabled-state-separator-color:rgba(255, 255, 255, 0.5);--mat-datepicker-range-input-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mat-datepicker-calendar-container-background-color:#424242;--mat-datepicker-calendar-container-text-color:white}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-selected-state-background-color:#69f0ae;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(105, 240, 174, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-focus-state-background-color:rgba(105, 240, 174, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(105, 240, 174, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(105, 240, 174, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#69f0ae}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-color:rgba(255, 255, 255, 0.12)}html{--mat-expansion-container-background-color:#424242;--mat-expansion-container-text-color:white;--mat-expansion-actions-divider-color:rgba(255, 255, 255, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(255, 255, 255, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(255, 255, 255, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(255, 255, 255, 0.3);--mat-expansion-header-text-color:white;--mat-expansion-header-description-color:rgba(255, 255, 255, 0.7);--mat-expansion-header-indicator-color:rgba(255, 255, 255, 0.7)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#7b1fa2}.mat-icon.mat-accent{--mat-icon-color:#69f0ae}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-divider-color:rgba(255, 255, 255, 0.12);--mat-sidenav-container-background-color:#424242;--mat-sidenav-container-text-color:white;--mat-sidenav-content-background-color:#303030;--mat-sidenav-content-text-color:white;--mat-sidenav-scrim-color:rgba(189, 189, 189, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#7b1fa2;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#7b1fa2;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#7b1fa2;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:#424242;--mat-stepper-line-color:rgba(255, 255, 255, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(255, 255, 255, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(255, 255, 255, 0.04);--mat-stepper-header-label-text-color:rgba(255, 255, 255, 0.7);--mat-stepper-header-optional-label-text-color:rgba(255, 255, 255, 0.7);--mat-stepper-header-selected-state-label-text-color:white;--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(255, 255, 255, 0.7);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-selected-state-icon-background-color:#69f0ae;--mat-stepper-header-selected-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-done-state-icon-background-color:#69f0ae;--mat-stepper-header-done-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-edit-state-icon-background-color:#69f0ae;--mat-stepper-header-edit-state-icon-foreground-color:rgba(0, 0, 0, 0.87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}.mat-sort-header-arrow{color:#c6c6c6}html{--mat-toolbar-container-background-color:#212121;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#7b1fa2;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#69f0ae;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}.mat-tree{background:#424242}.mat-tree-node,.mat-nested-tree-node{color:#fff}.mat-tree-node{min-height:48px}.mat-tree{font-family:Roboto, sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font-size:24px;font-weight:400;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font-size:16px;font-weight:400;line-height:24px;font-family:Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font-size:14px;font-weight:500;line-height:22px;font-family:Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font-size:12px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font-size:96px;font-weight:300;line-height:96px;font-family:Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font-size:60px;font-weight:300;line-height:60px;font-family:Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font-size:48px;font-weight:400;line-height:50px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font-size:34px;font-weight:400;line-height:40px;font-family:Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px} \ No newline at end of file diff --git a/src/assets/primeng-theme/lara-dark-blue.css b/docs/assets/primeng-theme/dark.css similarity index 100% rename from src/assets/primeng-theme/lara-dark-blue.css rename to docs/assets/primeng-theme/dark.css diff --git a/src/assets/primeng-theme/lara-light-blue.css b/docs/assets/primeng-theme/light.css similarity index 100% rename from src/assets/primeng-theme/lara-light-blue.css rename to docs/assets/primeng-theme/light.css diff --git a/docs/bootstrap-icons.0b6b73b0fd96e41b.woff b/docs/bootstrap-icons.0b6b73b0fd96e41b.woff new file mode 100644 index 00000000..ae24c650 Binary files /dev/null and b/docs/bootstrap-icons.0b6b73b0fd96e41b.woff differ diff --git a/docs/bootstrap-icons.a0e283a44c6f3530.woff2 b/docs/bootstrap-icons.a0e283a44c6f3530.woff2 new file mode 100644 index 00000000..fff9d0cf Binary files /dev/null and b/docs/bootstrap-icons.a0e283a44c6f3530.woff2 differ diff --git a/docs/color.dae87a04d07ca92b.png b/docs/color.dae87a04d07ca92b.png new file mode 100644 index 00000000..561cdd9c Binary files /dev/null and b/docs/color.dae87a04d07ca92b.png differ diff --git a/docs/docs/conditions/conditions_en.md/index.html b/docs/docs/conditions/conditions_en.md/index.html new file mode 100644 index 00000000..f7a62042 --- /dev/null +++ b/docs/docs/conditions/conditions_en.md/index.html @@ -0,0 +1,195 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Conditions

+

The conditions will let user to :

+
    +
  • toggle control’s validators
  • +
  • toggle control’s visibility
  • +
  • toggle control’s disabled state
  • +
  • execute custom function
  • +
+

The following example demonstrates the text input is hidden when the checkbox is unchecked.

+

+

Syntax

+

The conditions is build up by NAME, GROUP_OPERATOR and a tupple of [CONTROL_PATH, OPERATOR, VALUE].

+
{
+    ...
+    "conditions": {
+      NAME: {
+        GROUP_OPERATOR: [
+          [CONTROL_PATH, OPERATOR, VALUE]
+        ]
+      }
+    }
+  }
+

NAME

+

The available NAME are listed as below.

+

Built-in validators

+
    +
  • validator.required
  • +
  • validator.requiredTrue
  • +
  • validator.min
  • +
  • validator.max
  • +
  • validator.minLength
  • +
  • validator.maxLength
  • +
  • validator.email
  • +
  • validator.pattern
  • +
+

Control state

+
    +
  • control.disabled
  • +
  • control.hidden
  • +
+

Custom validator

+
    +
  • validators. + name
  • +
+

Custom action

+
    +
  • Any string that match with the key inside conditionsActionFuntions.
  • +
+

GROUP_OPERATOR

+

&&, ||

+

This is required for every key inside conditions. GROUP_OPERATOR accepts tupple or nested GROUP_OPERATOR.

+
+

Only provide && or || at one time. If both are present, only && will be chosen.

+
+

LEFT, OPERATOR, RIGHT

+

The tupple [LEFT, OPERATOR, RIGHT] acts as the if statement:

+
// ["controlA", "===", "foo"]
+if (controlA.value === "foo") {...}
+
+// ["controlA,prop1", "===", "foo"]
+if (controlA.value.prop1 === "foo") {...}
+
+// ["groupA.controlA", "===", "foo"]
+if (groupA.controls.controlA.value === "foo") {...}
+
+// ["bar", "!==", "controlB"]
+if (controlB.value !== "bar") {...}
+

The OPERATOR accepts:

+
    +
  • ===
  • +
  • !==
  • +
  • >=
  • +
  • <=
  • +
  • >
  • +
  • <
  • +
  • includes
  • +
  • notIncludes
  • +
+

Execute custom function

+

Provide conditionsActionFuntions with key and function pairs. When the condition met, the corresponding function will be executed.

+ + + + + +
<ng-dynamic-json-form
+  [configs]="configs"
+  [conditionsActionFuntions]="customActions"
+></ng-dynamic-json-form>
+
+ + + +
configs = [
+  {
+    ...
+    "conditions": {
+      "doA": {
+        "&&": [...]
+      },
+      "doB": {
+        "&&": [...]
+      }
+    }
+  }
+];
+
+customActions = {
+  doA: () => this._actionA,
+  doB: () => this._actionB
+}
+
+private _actionA(): void {
+  ...
+}
+
+private _actionB(): void {
+  ...
+}
+
+ +
+ +

Example

+

Toggle visibility

+

+

Toggle validators

+

To toggle validators, they must exists inside validators.

+

+

Multiple conditions

+

+
+ + + \ No newline at end of file diff --git a/docs/docs/conditions/conditions_zh-TW.md/index.html b/docs/docs/conditions/conditions_zh-TW.md/index.html new file mode 100644 index 00000000..a5ef9211 --- /dev/null +++ b/docs/docs/conditions/conditions_zh-TW.md/index.html @@ -0,0 +1,195 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

條件

+

使用條件可處理一下情況:

+
    +
  • 切換欄位的驗證器
  • +
  • 切換欄位的顯示
  • +
  • 切換欄位的禁用狀態
  • +
  • 執行自訂動作
  • +
+

以下例子顯示,當 checkbox 取消勾選之後,則隱藏 input。

+

+

語法

+

conditionsNAMEGROUP_OPERATOR 和一個 tupple [CONTROL_PATH, OPERATOR, VALUE] 組成。

+
{
+    ...
+    "conditions": {
+      NAME: {
+        GROUP_OPERATOR: [
+          [CONTROL_PATH, OPERATOR, VALUE]
+        ]
+      }
+    }
+  }
+

NAME

+

以下為可用的 NAME 列表。

+

內建驗證器

+
    +
  • validator.required
  • +
  • validator.requiredTrue
  • +
  • validator.min
  • +
  • validator.max
  • +
  • validator.minLength
  • +
  • validator.maxLength
  • +
  • validator.email
  • +
  • validator.pattern
  • +
+

控制器狀態

+
    +
  • control.disabled
  • +
  • control.hidden
  • +
+

自訂驗證器

+
    +
  • validators. + name
  • +
+

自訂動作

+
    +
  • conditionsActionFuntions 內對應的 key 字串
  • +
+

GROUP_OPERATOR

+

&&, ||

+

每一個 conditions 的 key 都必須含有至少一個 GROUP_OPERATOR。可接受 tupple 或巢狀 GROUP_OPERATOR。

+
+

&& or || 只需則一,若同時提供,只有 && 會被使用。

+
+

LEFT, OPERATOR, RIGHT

+

Tupple [LEFT, OPERATOR, RIGHT] 的作用是作為 if 表達式:

+
// ["controlA", "===", "foo"]
+if (controlA.value === "foo") {...}
+
+// ["controlA,prop1", "===", "foo"]
+if (controlA.value.prop1 === "foo") {...}
+
+// ["groupA.controlA", "===", "foo"]
+if (groupA.controls.controlA.value === "foo") {...}
+
+// ["bar", "!==", "controlB"]
+if (controlB.value !== "bar") {...}
+

可使用的 OPERATOR

+
    +
  • ===
  • +
  • !==
  • +
  • >=
  • +
  • <=
  • +
  • >
  • +
  • <
  • +
  • includes
  • +
  • notIncludes
  • +
+

執行自訂動作

+

將 key 和對應的 function 傳入 conditionsActionFuntions。當條件達成,相對於的 function 就會自動被執行。

+ + + + + +
<ng-dynamic-json-form
+  [configs]="configs"
+  [conditionsActionFuntions]="customActions"
+></ng-dynamic-json-form>
+
+ + + +
configs = [
+  {
+    ...
+    "conditions": {
+      "doA": {
+        "&&": [...]
+      },
+      "doB": {
+        "&&": [...]
+      }
+    }
+  }
+];
+
+customActions = {
+  doA: () => this._actionA,
+  doB: () => this._actionB
+}
+
+private _actionA(): void {
+  ...
+}
+
+private _actionB(): void {
+  ...
+}
+
+ +
+ +

例子

+

切換顯示狀態

+

+

切換驗證器

+

若要切換驗證器,該驗證器必須存在於 validators 陣列內。

+

+

多個條件

+

+
+ + + \ No newline at end of file diff --git a/docs/docs/configs/configs_en.md/index.html b/docs/docs/configs/configs_en.md/index.html new file mode 100644 index 00000000..606f4444 --- /dev/null +++ b/docs/docs/configs/configs_en.md/index.html @@ -0,0 +1,116 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Configs

+

The configuration to generate form.

+

API

+

FormControlConfig

+
export interface FormControlConfig {
+  formControlName: string;
+  conditions?: Conditions;
+  children?: FormControlConfig[];
+  description?: string;
+  props?: any;
+  hidden?: boolean;
+  label?: string;
+  layout?: FormLayout;
+  inputMask?: FactoryArg;
+  options?: FormControlOptions;
+  readonly?: boolean;
+  type?: FormControlType;
+  value?: any;
+  validators?: ValidatorConfig[];
+}
+

formControlName

+

The form control name of this control. Should be unique.

+
    +
  • All the spaces will be replaced by _ automatically.
  • +
  • All the . and , characters will be removed automatically.
  • +
+

conditions

+

See Conditions.

+

children

+

An array of FormControlConfig, use this to create FormGroup for this control.

+

description

+

Description for this input.

+

props

+

Use to bind properties and attributes to the target component or the input element.

+

hidden

+

Don't render this input in the DOM.

+

label

+

The label of this input.

+

layout

+

See Layout.

+

inputMask

+

See Input Mask.

+

options

+

See Options.

+

readonly

+

Set this control as readonly, disallow writting of value to it. A readonly class will be added to the host element.

+

type

+

See Input Types.

+

value

+

Default value of this control.

+

validators

+

See Validators.

+
+ + + \ No newline at end of file diff --git a/docs/docs/configs/configs_zh-TW.md/index.html b/docs/docs/configs/configs_zh-TW.md/index.html new file mode 100644 index 00000000..f88de6ec --- /dev/null +++ b/docs/docs/configs/configs_zh-TW.md/index.html @@ -0,0 +1,116 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

表單設定

+

生成表單的設定。

+

API

+

FormControlConfig

+
export interface FormControlConfig {
+  formControlName: string;
+  conditions?: Conditions;
+  children?: FormControlConfig[];
+  description?: string;
+  props?: any;
+  hidden?: boolean;
+  label?: string;
+  layout?: FormLayout;
+  inputMask?: FactoryArg;
+  options?: FormControlOptions;
+  readonly?: boolean;
+  type?: FormControlType;
+  value?: any;
+  validators?: ValidatorConfig[];
+}
+

formControlName

+

此控制器的名稱,同一個表單內不可重複。

+
    +
  • 所有空格會被 _ 替換。
  • +
  • 所有 ., 字元會被移除。
  • +
+

conditions

+

請參閱 條件.

+

children

+

FormControlConfig 的陣列,使用它來建立 FormGroup。

+

description

+

此欄位的描述文字。

+

props

+

用於綁定到此控制器元件的 properties 和 attributes。

+

hidden

+

不在 DOM 上渲染此欄位。

+

label

+

此欄位的標題。

+

layout

+

請參閱 佈局.

+

inputMask

+

請參閱 輸入遮罩.

+

options

+

請參閱 選項.

+

readonly

+

將此控制器設為只讀,禁止寫入任何值。此控制器的元件會自動加入 readonly 的 class。

+

type

+

請參閱 輸入類型.

+

value

+

此控制器的預設值。

+

validators

+

請參閱 驗證器.

+
+ + + \ No newline at end of file diff --git a/docs/docs/custom-components/custom-components_en.md/index.html b/docs/docs/custom-components/custom-components_en.md/index.html new file mode 100644 index 00000000..e7b320f8 --- /dev/null +++ b/docs/docs/custom-components/custom-components_en.md/index.html @@ -0,0 +1,238 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Custom Components

+

Use custom component to build complex form for the control.

+

Create a custom file input component

+

We need a component that can handle file input. First, create a component called InputFileComponent and extends it with CustomControlComponent , then override the control and assign it with an instance of AbstractControl.

+ + +
import { CustomControlComponent } from 'ng-dynamic-json-form';
+
+@Component({...})
+export class InputFileComponent extends CustomControlComponent {
+  override control = new FormControl<File | null>(null);
+}
+
+ +
+

The CustomControlComponent implements ControlValueAccessor and Validator. The control is use to connect with the parent control. Hence, it is strongly recommended to use control to bind with the FormGroup or FormControl in this component, so we don’t need to rewrite the logic inside the methods writeValue() and registerOnChange().

+ + +
@Component({...})
+export class CustomControlComponent implements ControlValueAccessor, Validator {
+  ...
+  writeValue(obj: any): void {
+    this.control?.patchValue(obj);
+  }
+  registerOnChange(fn: any): void {
+    this.control?.valueChanges.subscribe(fn);
+  }
+}
+
+ +

NOTE It's not neccessary to provide NG_VALUE_ACCESSOR and NG_VALIDATORS, if the component is only use inside the NgDynamicJsonFormComponent

+
+

Next, bind the control to the input and add input event listener.

+ + + +
<input type="file" [formControl]="control" (input)="onFileSelect($event)" />
+
+ + + +
onFileSelect(e: Event): void {
+  if (this.control.disabled) return;
+
+  const input = e.target as HTMLInputElement;
+  const files = Array.from(input.files ?? []);
+
+  input.value = '';
+
+  if (files.length > 0) {
+    this.control.setValue(files[0]);
+  }
+}
+
+
+ +
+

There is data property that’s use to provide the config for this component.

+ + + +
@if (!data?.readonly) {
+    <input type="file" [formControl]="control" (input)="onFileSelect($event)" />
+} @else {
+    <span>{{ control.value.name }}</span>
+}
+
+ +

For other properties, use data.props property. See Props.

+ + + +
<input type="file"
+  [formControl]="control"
+  [accept]="data?.props?.accept ?? '*'"
+  (input)="onFileSelect($event)"
+/>
+
+

Use custom component in the form

+

Now our InputFileComponent is ready to use as a custom component. Add it to the customComponents , and if any of the formControlName is matched with the key inside customComponents , that component will be use for that control.

+ + + + +
<ng-dynamic-json-form
+  [configs]="configs"
+  [customComponents]="customComponents"
+></ng-dynamic-json-form>
+
+ + + +
export class AppComponent {
+  configs: FormControlConfig[] = [
+    {
+      formControlName: "name",
+      label: "Name",
+    },
+    {
+      formControlName: "inputFile",
+      label: "File upload",
+    },
+  ];
+
+  customComponents: CustomComponents = {
+    inputFile: InputFileComponent,
+  };
+}
+
+
+ +

API

+

Properties

+

control

+

The control to bind with the view and connect with the parent form. Can be assigned with any of the FormControl, FormGroup or FormArray.

+

data

+

The config for this component.

+

Methods

+

onOptionsGet

+

Call after the options is successfully fetched from API endpoint. Override to take control of how and when the data should be used.

+
onOptionsGet(data: OptionItem[]): void {
+  if (!this.data || !this.data.options) {
+    return;
+  }
+
+  this.data.options.data = data;
+}
+

markAsDirty

+
  markAsDirty(): void {}
+

markAsTouched

+
  markAsTouched(): void {}
+

setErrors()

+
setErrors(errors: ValidationErrors | null): void {}
+

Using ng-template

+

Sometimes, if creating a component is way too much, we can use ng-template.

+ + + +
<ng-dynamic-json-form
+  [configs]="..."
+  [customTemplates]="{
+    inputFile: inputFileTemplate
+  }"
+>
+  <ng-template #inputFileTemplate let-control="control" let-data="data">
+    @if (!data?.readonly) {
+      <input type="file" [formControl]="control" (input)="onFileSelect($event)" />
+    } @else {
+      <span>{{ control.value.name }}</span>
+    }
+  </ng-template>
+</ng-dynamic-json-form>
+
+ +

The variables available for the ng-template are:

+ + + + + + + + + + + + + + + + + + +
NameTypeDescription
controlAbstractControlThe FormControl for this input.
dataFormControlConfigThe config for this input.
+
+ + + \ No newline at end of file diff --git a/docs/docs/custom-components/custom-components_zh-TW.md/index.html b/docs/docs/custom-components/custom-components_zh-TW.md/index.html new file mode 100644 index 00000000..28a82644 --- /dev/null +++ b/docs/docs/custom-components/custom-components_zh-TW.md/index.html @@ -0,0 +1,242 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

自訂元件

+

使用自訂元件來為控制器建立複雜的表單。

+

建立自訂檔案元件

+

我們需要一個元件專門處理檔案資料。首先建立一個名為 InputFileComponent 的元件,然後繼承 CustomControlComponent,再將 control 覆寫為任一 AbstractControl 的實體。

+ + +
import { CustomControlComponent } from 'ng-dynamic-json-form';
+
+@Component({...})
+export class InputFileComponent extends CustomControlComponent {
+  override control = new FormControl<File | null>(null);
+}
+
+ +
+

CustomControlComponent 的底層已實作 ControlValueAccessorValidatorcontrol 則是父層控制器和此元件的連接橋樑,因此強烈建議使用 control 來綁定此元件的 FormGroup 或者 FormControl,如此可省去重複撰寫 writeValue()registerOnChange() 的邏輯。

+ + +
@Component({...})
+export class CustomControlComponent implements ControlValueAccessor, Validator {
+  ...
+  writeValue(obj: any): void {
+    this.control?.patchValue(obj);
+  }
+  registerOnChange(fn: any): void {
+    this.control?.valueChanges.subscribe(fn);
+  }
+}
+
+ +

如果此元件只用於 NgDynamicJsonFormComponent,則不需要特別在 provider 加入  NG_VALUE_ACCESSORNG_VALIDATORS

+
+

接下來,將 control 綁定到 input 並監聽 input 事件。

+ + + +
<input type="file" [formControl]="control" (input)="onFileSelect($event)" />
+
+ + + +
onFileSelect(e: Event): void {
+  if (this.control.disabled) return;
+
+  const input = e.target as HTMLInputElement;
+  const files = Array.from(input.files ?? []);
+
+  input.value = '';
+
+  if (files.length > 0) {
+    this.control.setValue(files[0]);
+  }
+}
+
+
+ +
+

data 是此元件的設定資料

+ + + +
@if (!data?.readonly) {
+    <input type="file" [formControl]="control" (input)="onFileSelect($event)" />
+} @else {
+    <span>{{ control.value.name }}</span>
+}
+
+ +

若要加入其他自訂的屬性資料,則需利用 data.props。請參閱 Props

+ + + +
<input type="file"
+  [formControl]="control"
+  [accept]="data?.props?.accept ?? '*'"
+  (input)="onFileSelect($event)"
+/>
+
+

將自訂元件加入到表單內

+

現在 InputFileComponent 已可作為自訂元件是用。把它加入到 customComponents 內,只要有與它的 key 符合的 formControlName ,該元件就會被使用。

+ + + + +
<ng-dynamic-json-form
+  [configs]="configs"
+  [customComponents]="customComponents"
+></ng-dynamic-json-form>
+
+ + + +
export class AppComponent {
+  configs: FormControlConfig[] = [
+    {
+      formControlName: "name",
+      label: "Name",
+    },
+    {
+      formControlName: "inputFile",
+      label: "File upload",
+    },
+  ];
+
+  customComponents: CustomComponents = {
+    inputFile: InputFileComponent,
+  };
+}
+
+
+ +

API

+

Properties

+

control

+

用於和父層表單連接的控制器。可用 FormControlFormGroupFormArray 賦值。

+

data

+

此元件的設定。

+

Methods

+

onOptionsGet

+

當動態選項資料成功接收之後,會呼叫此方法。可覆寫來改變資料接到之後的行為。

+
onOptionsGet(data: OptionItem[]): void {
+  if (!this.data || !this.data.options) {
+    return;
+  }
+
+  this.data.options.data = data;
+}
+

markAsDirty

+
  markAsDirty(): void {}
+

markAsTouched

+
  markAsTouched(): void {}
+

setErrors()

+ + +
setErrors(errors: ValidationErrors | null): void {}
+
+ +

使用 ng-template

+

有時候比較簡單的元件和邏輯,為其建立一個元件可能會太囉嗦,這時候我們可以使用 ng-template。

+ + + +
<ng-dynamic-json-form
+  [configs]="..."
+  [customTemplates]="{
+    inputFile: inputFileTemplate
+  }"
+>
+  <ng-template #inputFileTemplate let-control="control" let-data="data">
+    @if (!data?.readonly) {
+      <input type="file" [formControl]="control" (input)="onFileSelect($event)" />
+    } @else {
+      <span>{{ control.value.name }}</span>
+    }
+  </ng-template>
+</ng-dynamic-json-form>
+
+ +

ng-template 可用的變數如下:

+ + + + + + + + + + + + + + + + + + +
名稱類型說明
controlAbstractControl此欄位的 FormControl。
dataFormControlConfig此欄位的設定。
+
+ + + \ No newline at end of file diff --git a/docs/docs/custom-error/custom-error_en.md/index.html b/docs/docs/custom-error/custom-error_en.md/index.html new file mode 100644 index 00000000..c4c1d6e8 --- /dev/null +++ b/docs/docs/custom-error/custom-error_en.md/index.html @@ -0,0 +1,174 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Custom Error

+

Create a custom error

+

Using component

+

Create a component and extends/implements the abstract class CustomErrorMessage.

+
import { Component } from '@angular/core';
+import { CustomErrorMessage } from 'ng-dynamic-json-form';
+
+@Component({
+  ...
+})
+export class CustomErrorMessageComponent extends CustomErrorMessage {}
+

Using ng-template

+

Create a ng-template, and add the properties needed.

+
<ng-template #customErrorTemplate let-errorMessages="errorMessages"> ... </ng-template>
+

Properties

+ + + + + + + + + + + + + + + + + + +
NameTypeDescription
controlAbstractControlThe AbstractControl of this input.
errorMessagesstring[]The error messages of this input.
+

Overwrite all the errors

+

Using provider

+
import { Component } from '@angular/core';
+import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form';
+import { CustomErrorMessageComponent } from '...';
+
+@Component({
+  ...
+  providers: [
+    provideNgDynamicJsonForm({
+      ...
+      errorComponent: CustomErrorMessageComponent
+    }),
+  ]
+})
+

Using component

+ + + + +
<ng-dynamic-json-form
+  ...
+  [errorComponentDefault]="errorComponent"
+></ng-dynamic-json-form>
+
+ + + +
import { CustomErrorComponent } from "...";
+
+errorComponent = CustomErrorComponent;
+
+
+ +

Using ng-template

+ +
<ng-dynamic-json-form 
+  ... 
+  [errorTemplateDefault]="defaultErrorTemplate"
+></ng-dynamic-json-form>
+
+<ng-template #defaultErrorTemplate let-errorMessages="errorMessages">...</ng-template>
+

Overwrite only specific error

+

Provide either errorComponents or errorTemplates using propery binding. The formControlName is use as the key to specify which error needs to be replaced.

+

Using components

+ + + + +
<ng-dynamic-json-form
+  ...
+  [errorComponents]="errorComponents"
+></ng-dynamic-json-form>
+
+ + + +
errorComponents = {
+  name: ...,
+  age: ...
+}
+
+
+ +

Using ng-template

+ +
<ng-dynamic-json-form 
+  ... 
+  [errorTemplates]="{
+    name: nameErrorTemplate,
+    age: ageErrorTemplate
+  }"
+></ng-dynamic-json-form>
+
+<ng-template #nameErrorTemplate let-errorMessages="errorMessages">...</ng-template>
+<ng-template #ageErrorTemplate let-errorMessages="errorMessages">...</ng-template>
+
+ + + \ No newline at end of file diff --git a/docs/docs/custom-error/custom-error_zh-TW.md/index.html b/docs/docs/custom-error/custom-error_zh-TW.md/index.html new file mode 100644 index 00000000..1c94291d --- /dev/null +++ b/docs/docs/custom-error/custom-error_zh-TW.md/index.html @@ -0,0 +1,174 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

自訂錯誤

+

新建一個自訂錯誤

+

使用 component

+

新建一個 component 並繼承 CustomErrorMessage

+
import { Component } from '@angular/core';
+import { CustomErrorMessage } from 'ng-dynamic-json-form';
+
+@Component({
+  ...
+})
+export class CustomErrorMessageComponent extends CustomErrorMessage {}
+

使用 ng-template

+

新增一個 ng-template,然後根據需要加入相關的 properties。

+
<ng-template #customErrorTemplate let-errorMessages="errorMessages"> ... </ng-template>
+

Properties

+ + + + + + + + + + + + + + + + + + +
名稱型別說明
controlAbstractControl此欄位的控制器。
errorMessagesstring[]此欄位的錯誤訊息。
+

替換所有錯誤

+

使用 provider

+
import { Component } from '@angular/core';
+import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form';
+import { CustomErrorMessageComponent } from '...';
+
+@Component({
+  ...
+  providers: [
+    provideNgDynamicJsonForm({
+      ...
+      errorComponent: CustomErrorMessageComponent
+    }),
+  ]
+})
+

使用 component

+ + + + +
<ng-dynamic-json-form
+  ...
+  [errorComponentDefault]="errorComponent"
+></ng-dynamic-json-form>
+
+ + + +
import { CustomErrorComponent } from "...";
+
+errorComponent = CustomErrorComponent;
+
+
+ +

使用 ng-template

+ +
<ng-dynamic-json-form 
+  ... 
+  [errorTemplateDefault]="defaultErrorTemplate"
+></ng-dynamic-json-form>
+
+<ng-template #defaultErrorTemplate let-errorMessages="errorMessages">...</ng-template>
+

只替換特定欄位的錯誤

+

傳入 errorComponentserrorTemplates。key 是需要替換的欄位的 formControlName

+

使用 components

+ + + + +
<ng-dynamic-json-form
+  ...
+  [errorComponents]="errorComponents"
+></ng-dynamic-json-form>
+
+ + + +
errorComponents = {
+  name: ...,
+  age: ...
+}
+
+
+ +

使用 ng-template

+ +
<ng-dynamic-json-form 
+  ... 
+  [errorTemplates]="{
+    name: nameErrorTemplate,
+    age: ageErrorTemplate
+  }"
+></ng-dynamic-json-form>
+
+<ng-template #nameErrorTemplate let-errorMessages="errorMessages">...</ng-template>
+<ng-template #ageErrorTemplate let-errorMessages="errorMessages">...</ng-template>
+
+ + + \ No newline at end of file diff --git a/docs/docs/custom-label/custom-label_en.md/index.html b/docs/docs/custom-label/custom-label_en.md/index.html new file mode 100644 index 00000000..3c21182c --- /dev/null +++ b/docs/docs/custom-label/custom-label_en.md/index.html @@ -0,0 +1,189 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Custom Label

+

Create a custom label

+

Using component

+

Create a component and extends/implements it with the abstract class CustomFormLabel.

+
import { Component } from '@angular/core';
+import { CustomFormLabel } from 'ng-dynamic-json-form';
+
+@Component({
+  ...
+})
+export class CustomFormLabelComponent extends CustomFormLabel {}
+

Using ng-template

+

Create a ng-template, and add the properties needed.

+
<ng-template #customLabelTemplate let-label="label" let-layout="layout" ...> ... </ng-template>
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
collapsiblebooleanWhether the content of this input is collapsible.
expandbooleanThe expand state of the content of this input.
labelstringThe text for this label.
layoutFormLayoutThe layout from the FormControlConfig of this input.
propsanyThe props from the FormControlConfig of this input.
+

Overwrite all the labels

+

Using provider

+
import { Component } from '@angular/core';
+import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form';
+import { CustomFormLabelComponent } from '...';
+
+@Component({
+  ...
+  providers: [
+    provideNgDynamicJsonForm({
+      ...
+      labelComponent: CustomFormLabelComponent
+    }),
+  ]
+})
+

Using component

+ + + + +
<ng-dynamic-json-form
+    ...
+    [labelComponentDefault]="labelComponent"
+></ng-dynamic-json-form>
+
+ + + +
import { CustomLabelComponent } from "...";
+
+labelComponent = CustomLabelComponent;
+
+
+ +

Using ng-template

+ +
<ng-dynamic-json-form 
+    ... 
+    [labelTemplateDefault]="defaultLabelTemplate"
+></ng-dynamic-json-form>
+
+<ng-template #defaultLabelTemplate let-label="label">...</ng-template>
+

Overwrite only specific label

+

Provide either labelComponents or labelTemplates using property binding. The formControlName is use as the key to specify which label needs to be replaced.

+

Using components

+ + + + +
<ng-dynamic-json-form
+    ...
+    [labelComponents]="labelComponents"
+></ng-dynamic-json-form>
+
+ + + +
labelComponents = {
+    name: ...,
+    age: ...
+}
+
+
+ +

Using ng-template

+ +
<ng-dynamic-json-form 
+    ... 
+    [labelTemplates]="{
+        name: nameLabelTemplate,
+        age: ageLabelTemplate
+    }"
+></ng-dynamic-json-form>
+
+<ng-template #nameLabelTemplate let-label="label">...</ng-template>
+<ng-template #ageLabelTemplate let-label="label">...</ng-template>
+
+ + + \ No newline at end of file diff --git a/docs/docs/custom-label/custom-label_zh-TW.md/index.html b/docs/docs/custom-label/custom-label_zh-TW.md/index.html new file mode 100644 index 00000000..0a93293e --- /dev/null +++ b/docs/docs/custom-label/custom-label_zh-TW.md/index.html @@ -0,0 +1,189 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

自訂標題

+

新建一個自訂標題

+

使用 component

+

新建一個 component 並繼承/實作 CustomFormLabel

+
import { Component } from '@angular/core';
+import { CustomFormLabel } from 'ng-dynamic-json-form';
+
+@Component({
+  ...
+})
+export class CustomFormLabelComponent extends CustomFormLabel {}
+

使用 ng-template

+

新建一個 ng-template,然後根據需要加入相關的 properties。

+
<ng-template #customLabelTemplate let-label="label" let-layout="layout" ...> ... </ng-template>
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
名稱型別說明
collapsibleboolean此欄位內容是否可展開/收合。
expandboolean此欄位的收合狀態。
labelstring此欄位的標題。The text for this label.
layoutFormLayout此欄位的 layout 設定。
propsany此欄位的 props 設定。
+

替換所有標題

+

使用 provider

+
import { Component } from '@angular/core';
+import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form';
+import { CustomFormLabelComponent } from '...';
+
+@Component({
+  ...
+  providers: [
+    provideNgDynamicJsonForm({
+      ...
+      labelComponent: CustomFormLabelComponent
+    }),
+  ]
+})
+

使用 component

+ + + + +
<ng-dynamic-json-form
+    ...
+    [labelComponentDefault]="labelComponent"
+></ng-dynamic-json-form>
+
+ + + +
import { CustomLabelComponent } from "...";
+
+labelComponent = CustomLabelComponent;
+
+
+ +

使用 template

+ +
<ng-dynamic-json-form 
+    ... 
+    [labelTemplateDefault]="defaultLabelTemplate"
+></ng-dynamic-json-form>
+
+<ng-template #defaultLabelTemplate let-label="label">...</ng-template>
+

只替換特定欄位的標題

+

傳入 labelComponentslabelTemplates。key 是需要替換的欄位的 formControlName

+

使用 component

+ + + + +
<ng-dynamic-json-form
+    ...
+    [labelComponents]="labelComponents"
+></ng-dynamic-json-form>
+
+ + + +
labelComponents = {
+    name: ...,
+    age: ...
+}
+
+
+ +

使用 ng-template

+ +
<ng-dynamic-json-form 
+    ... 
+    [labelTemplates]="{
+        name: nameLabelTemplate,
+        age: ageLabelTemplate
+    }"
+></ng-dynamic-json-form>
+
+<ng-template #nameLabelTemplate let-label="label">...</ng-template>
+<ng-template #ageLabelTemplate let-label="label">...</ng-template>
+
+ + + \ No newline at end of file diff --git a/docs/docs/custom-loading/custom-loading_en.md/index.html b/docs/docs/custom-loading/custom-loading_en.md/index.html new file mode 100644 index 00000000..4e0c2bca --- /dev/null +++ b/docs/docs/custom-loading/custom-loading_en.md/index.html @@ -0,0 +1,109 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Custom Loading

+

Create a custom loading

+

Custom loading component/ng-template accepts any kind of component/ng-template. It has nothing special to do.

+

Overwrite all the loadings

+

Using provider

+
import { Component } from '@angular/core';
+import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form';
+import { CustomLoadingComponent } from '...';
+
+@Component({
+  ...
+  providers: [
+    provideNgDynamicJsonForm({
+      ...
+      loadingComponent: CustomLoadingComponent
+    }),
+  ]
+})
+

Using component

+ + + + +
<ng-dynamic-json-form
+  ...
+  [loadingComponent]="loadingComponent"
+></ng-dynamic-json-form>
+
+ + + +
import { CustomLoadingComponent } from "...";
+
+loadingComponent = CustomLoadingComponent;
+
+
+ +

Using template

+ +
<ng-dynamic-json-form 
+  ... 
+  [loadingTemplate]="loadingTemplate"
+></ng-dynamic-json-form>
+
+<ng-template #loadingTemplate>...</ng-template>
+
+ + + \ No newline at end of file diff --git a/docs/docs/custom-loading/custom-loading_zh-TW.md/index.html b/docs/docs/custom-loading/custom-loading_zh-TW.md/index.html new file mode 100644 index 00000000..ae304a45 --- /dev/null +++ b/docs/docs/custom-loading/custom-loading_zh-TW.md/index.html @@ -0,0 +1,109 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

自訂 Loading

+

新增一個自訂 loading

+

自訂 loading component/ng-template 可為任何 component/ng-template,不需任何前置作業。

+

替換所有 loading

+

使用 provider

+
import { Component } from '@angular/core';
+import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form';
+import { CustomLoadingComponent } from '...';
+
+@Component({
+  ...
+  providers: [
+    provideNgDynamicJsonForm({
+      ...
+      loadingComponent: CustomLoadingComponent
+    }),
+  ]
+})
+

使用 component

+ + + + +
<ng-dynamic-json-form
+  ...
+  [loadingComponent]="loadingComponent"
+></ng-dynamic-json-form>
+
+ + + +
import { CustomLoadingComponent } from "...";
+
+loadingComponent = CustomLoadingComponent;
+
+
+ +

使用 ng-template

+ +
<ng-dynamic-json-form 
+  ... 
+  [loadingTemplate]="loadingTemplate"
+></ng-dynamic-json-form>
+
+<ng-template #loadingTemplate>...</ng-template>
+
+ + + \ No newline at end of file diff --git a/docs/docs/form-component/form-component_en.md/index.html b/docs/docs/form-component/form-component_en.md/index.html new file mode 100644 index 00000000..4aea6afb --- /dev/null +++ b/docs/docs/form-component/form-component_en.md/index.html @@ -0,0 +1,152 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Form Component

+

@Input

+
@Input() configs: FormControlConfig[] | string = [];
+@Input() customComponents?: CustomComponents;
+@Input() customTemplates?: CustomTemplates;
+@Input() conditionsActionFuntions?: ConditionsActionFunctions;
+@Input() hideErrorMessage?: boolean;
+@Input() collapsibleState?: FormLayout['contentCollapsible'];
+@Input() errorComponents?: CustomErrorComponents;
+@Input() errorComponentDefault?: Type<CustomErrorMessage>;
+@Input() errorTemplates?: CustomTemplates;
+@Input() errorTemplateDefault?: TemplateRef<any>;
+@Input() labelComponents?: CustomLabelComponents;
+@Input() labelComponentDefault?: Type<CustomFormLabel>;
+@Input() labelTemplates?: CustomTemplates;
+@Input() labelTemplateDefault?: TemplateRef<any>;
+@Input() loadingComponent?: Type<any>;
+@Input() loadingTemplate?: TemplateRef<any>;
+@Input() optionsSources?: { [key: string]: Observable<OptionItem[]> };
+

configs

+

See Configs.

+

customComponents

+

See Custom Components.

+

conditionsActionFuntions

+

See Execute custom function.

+

hideErrorMessage

+

Control the display of all the error messages. Useful when need to show all the errors immediately when submit button is clicked.

+ + + + +
<ng-dynamic-json-form
+  ...
+  [formControl]="control"
+  [hideErrorMessage]="hideErrors"
+></ng-dynamic-json-form>
+
+<button type="submit" (click)="submit()"></button>
+
+ + + +
control = new FormControl();
+hideErrors?: boolean;
+
+submit(): void {
+  if (this.control.invalid) {
+    this.hideErrors = false;
+    return;
+  }
+  ...
+}
+
+
+ +

collapsibleState

+

Control all of the collapsible states.

+

optionsSources

+

The custom observables for options. See Use custom observable.

+

error...

+
    +
  • errorComponents
  • +
  • errorComponentDefault
  • +
  • errorTemplates
  • +
  • errorTemplateDefault
  • +
+

See Custom Error.

+

label...

+
    +
  • labelComponents
  • +
  • labelComponentDefault
  • +
  • labelTemplates
  • +
  • labelTemplateDefault
  • +
+

See Custom Label.

+

loading...

+
    +
  • loadingComponent
  • +
  • loadingTemplate
  • +
+

See Custom Loading.

+

@Output

+
@Output() formGet = new EventEmitter<UntypedFormGroup>();
+@Output() optionsLoaded = new EventEmitter();
+

formGet

+

The event called after form generation complete. The generated UntypedFormGroup will be emitted.

+

optionsLoaded

+

The event called after all of the options are loaded.

+
+ + + \ No newline at end of file diff --git a/docs/docs/form-component/form-component_zh-TW.md/index.html b/docs/docs/form-component/form-component_zh-TW.md/index.html new file mode 100644 index 00000000..4f0d3e67 --- /dev/null +++ b/docs/docs/form-component/form-component_zh-TW.md/index.html @@ -0,0 +1,152 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

表單元件

+

@Input

+
@Input() configs: FormControlConfig[] | string = [];
+@Input() customComponents?: CustomComponents;
+@Input() customTemplates?: CustomTemplates;
+@Input() conditionsActionFuntions?: ConditionsActionFunctions;
+@Input() hideErrorMessage?: boolean;
+@Input() collapsibleState?: FormLayout['contentCollapsible'];
+@Input() errorComponents?: CustomErrorComponents;
+@Input() errorComponentDefault?: Type<CustomErrorMessage>;
+@Input() errorTemplates?: CustomTemplates;
+@Input() errorTemplateDefault?: TemplateRef<any>;
+@Input() labelComponents?: CustomLabelComponents;
+@Input() labelComponentDefault?: Type<CustomFormLabel>;
+@Input() labelTemplates?: CustomTemplates;
+@Input() labelTemplateDefault?: TemplateRef<any>;
+@Input() loadingComponent?: Type<any>;
+@Input() loadingTemplate?: TemplateRef<any>;
+@Input() optionsSources?: { [key: string]: Observable<OptionItem[]> };
+

configs

+

請參閱 設定

+

customComponents

+

請參閱 自訂元件

+

conditionsActionFuntions

+

請參閱 執行自訂動作

+

hideErrorMessage

+

控制是否隱藏所遇的錯誤訊息。可用於點擊送出按鈕後,將所有錯誤訊息顯示出來。

+ + + + +
<ng-dynamic-json-form
+  ...
+  [formControl]="control"
+  [hideErrorMessage]="hideErrors"
+></ng-dynamic-json-form>
+
+<button type="submit" (click)="submit()"></button>
+
+ + + +
control = new FormControl();
+hideErrors?: boolean;
+
+submit(): void {
+  if (this.control.invalid) {
+    this.hideErrors = false;
+    return;
+  }
+  ...
+}
+
+
+ +

collapsibleState

+

控制所有展開、收合的狀態。

+

optionsSources

+

動態選項的自訂來源 Observable。請參閱 Use custom observable.

+

error...

+
    +
  • errorComponents
  • +
  • errorComponentDefault
  • +
  • errorTemplates
  • +
  • errorTemplateDefault
  • +
+

請參閱 自訂錯誤.

+

label...

+
    +
  • labelComponents
  • +
  • labelComponentDefault
  • +
  • labelTemplates
  • +
  • labelTemplateDefault
  • +
+

請參閱 自訂標題.

+

loading...

+
    +
  • loadingComponent
  • +
  • loadingTemplate
  • +
+

請參閱 自訂 Loading.

+

@Output

+
@Output() formGet = new EventEmitter<UntypedFormGroup>();
+@Output() optionsLoaded = new EventEmitter();
+

formGet

+

當表單生成完畢時觸發的事件,並將生成的 UntypeFormGroup 發送出去。

+

optionsLoaded

+

當所有選項載入完成後觸發。

+
+ + + \ No newline at end of file diff --git a/docs/docs/getting-started/getting-started_en.md/index.html b/docs/docs/getting-started/getting-started_en.md/index.html new file mode 100644 index 00000000..9834d676 --- /dev/null +++ b/docs/docs/getting-started/getting-started_en.md/index.html @@ -0,0 +1,192 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Getting started

+

Installation

+

Install from npm

+ + +
npm i ng-dynamic-json-form
+
+ +

Import styles

+

Import the styles with one of the following method.

+ + + +
"styles": [
+    ...
+    "ng-dynamic-json-form/styles/styles.scss"
+],
+
+ + +
...
+@use "ng-dynamic-json-form/styles/styles.scss";
+
+// Use @use instead of @import
+// See https://sass-lang.com/documentation/at-rules/import
+
+
+ +

Usage

+

Import the NgDynamicJsonFormComponent.

+ + +
import { NgDynamicJsonFormComponent } from 'ng-dynamic-json-form';
+
+...
+@Component({
+  ...,
+  imports: [
+    ...,
+    NgDynamicJsonFormComponent,
+  ],
+})
+
+ +

Pass the configs to the ng-dynamic-json-form component, a simple form will be built. See Configs for more.

+ + + +
<ng-dynamic-json-form [configs]="configs"></ng-dynamic-json-form>
+
+ + +
configs = [
+  {
+    formControlName: "name",
+    label: "Name",
+    type: "text",
+  },
+];
+
+
+ +

+

Form Binding

+

Using FormControl

+ + + + +
<ng-dynamic-json-form
+  ...
+  [formControl]="control"
+></ng-dynamic-json-form>
+
+ + +
control = new FormControl();
+
+
+ +

Using FormGroup

+ + + + +
<ng-dynamic-json-form
+  ...
+  (formGet)="onFormGet($event)"
+></ng-dynamic-json-form>
+
+ + +
form?: UntypedFormGroup;
+
+onFormGet(e: UntypedFormGroup): void {
+  this.form = e;
+}
+
+
+ +

Event Listening

+

After the form is generated, the formGet event will emit an UntypedFormGroup. We can get the form and listen to the valueChanges event.

+
form?: UntypedFormGroup;
+
+onFormGet(e: UntypedFormGroup): void {
+  this.form = e;
+  this.form.valueChanges.pipe(
+    ...
+  ).subscribe();
+}
+

Or listen to only specific control and do specific task.

+
form?: UntypedFormGroup;
+
+onFormGet(e: UntypedFormGroup): void {
+  this.form = e;
+  this.form.controls.name.valueChanges.pipe(
+    tap(x => {
+      if (x.length > 10) {
+        ...
+      }
+    })
+  ).subscribe();
+}
+
+ + + \ No newline at end of file diff --git a/docs/docs/getting-started/getting-started_zh-TW.md/index.html b/docs/docs/getting-started/getting-started_zh-TW.md/index.html new file mode 100644 index 00000000..a4aad1de --- /dev/null +++ b/docs/docs/getting-started/getting-started_zh-TW.md/index.html @@ -0,0 +1,192 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

開始

+

安裝

+

從 npm 安裝

+ + +
npm i ng-dynamic-json-form
+
+ +

導入樣式

+

使用下列方法之一匯入樣式。

+ + + +
"styles": [
+    ...
+    "ng-dynamic-json-form/styles/styles.scss"
+],
+
+ + +
...
+@use "ng-dynamic-json-form/styles/styles.scss";
+
+// Use @use instead of @import
+// See https://sass-lang.com/documentation/at-rules/import
+
+
+ +

用法

+

導入 NgDynamicJsonFormComponent

+ + +
import { NgDynamicJsonFormComponent } from 'ng-dynamic-json-form';
+
+...
+@Component({
+  ...,
+  imports: [
+    ...,
+    NgDynamicJsonFormComponent,
+  ],
+})
+
+ +

configs 傳給 ng-dynamic-json-form 元件,就能生成一個簡單的表單。請參閱 Configs

+ + + +
<ng-dynamic-json-form [configs]="configs"></ng-dynamic-json-form>
+
+ + +
configs = [
+  {
+    formControlName: "name",
+    label: "Name",
+    type: "text",
+  },
+];
+
+
+ +

+

綁定表單

+

使用 FormControl

+ + + + +
<ng-dynamic-json-form
+  ...
+  [formControl]="control"
+></ng-dynamic-json-form>
+
+ + +
control = new FormControl();
+
+
+ +

使用 FormGroup

+ + + + +
<ng-dynamic-json-form
+  ...
+  (formGet)="onFormGet($event)"
+></ng-dynamic-json-form>
+
+ + +
form?: UntypedFormGroup;
+
+onFormGet(e: UntypedFormGroup): void {
+  this.form = e;
+}
+
+
+ +

事件監聽

+

產生表單後,formGet 事件將會觸發,並發送一個 UntypedFormGroup。我們可以取得並監聽 valueChanges 事件。

+
form?: UntypedFormGroup;
+
+onFormGet(e: UntypedFormGroup): void {
+  this.form = e;
+  this.form.valueChanges.pipe(
+    ...
+  ).subscribe();
+}
+

或者只監聽特定的控制器,並執行特定的動作。

+
form?: UntypedFormGroup;
+
+onFormGet(e: UntypedFormGroup): void {
+  this.form = e;
+  this.form.controls.name.valueChanges.pipe(
+    tap(x => {
+      if (x.length > 10) {
+        ...
+      }
+    })
+  ).subscribe();
+}
+
+ + + \ No newline at end of file diff --git a/docs/docs/input-mask/input-mask_en.md/index.html b/docs/docs/input-mask/input-mask_en.md/index.html new file mode 100644 index 00000000..db7cf7ca --- /dev/null +++ b/docs/docs/input-mask/input-mask_en.md/index.html @@ -0,0 +1,123 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Input Mask

+

This feature is powered by IMask js.
See the full guide https://imask.js.org/guide.html.

+

Provide mask option

+

To use mask, provide inputMask. Some adjustment need to be made when the config is JSON. Checkout JSON compatibility below.

+ + + + +
{
+  "formControlName": "...",
+  "inputMask": {
+    "mask": "^\\D+$"
+  }
+}
+
+ + + +
{
+  formControlName: "...",
+  inputMask: {
+    mask: /^\D+$/
+  }
+}
+
+ +
+ +
+

Only text type is supported when using mask. Hence, the type value will be ignored and automatically use text when inputMask is present.

+
+

JSON compatibility

+

When config is JSON, some features are not available. There are few adjustments need to be made when provide the config in JSON.

+

Regex

+

Regex need to be pass as string literal and all \ characters need to be escaped.

+

Example: /^\d+$/^\\d+$

+

Mask value

+

The following value of the mask must be stringified:

+ + + + + + + + + + + + + + + +
OriginalStringified
Number“Number”
Imask.MaskedRange“Imask.MaskedRange”
+

Unsupported mask

+ +
+ + + \ No newline at end of file diff --git a/docs/docs/input-mask/input-mask_zh-TW.md/index.html b/docs/docs/input-mask/input-mask_zh-TW.md/index.html new file mode 100644 index 00000000..bbde082a --- /dev/null +++ b/docs/docs/input-mask/input-mask_zh-TW.md/index.html @@ -0,0 +1,124 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

輸入遮罩

+

此功能由 IMask js 提供。
+請參閱完整文件:https://imask.js.org/guide.html。

+

提供遮罩設定

+

提供 inputMask 以使用遮罩。設定格式為 JSON 時需要做一些調整,請參閱下面的 JSON 兼容性

+ + + + +
{
+  "formControlName": "...",
+  "inputMask": {
+    "mask": "^\\D+$"
+  }
+}
+
+ + + +
{
+  formControlName: "...",
+  inputMask: {
+    mask: /^\D+$/
+  }
+}
+
+ +
+ +
+

只有 text 類型的欄位能使用遮罩。因此,如果提供了 inputMask,則 type 的值會被忽略並自動使用 text

+
+

JSON 兼容性

+

當設定為 JSON 格式時,會有一些功能無法使用。以下為 JSON 格式需要做的一些調整。

+

正則表達式

+

所有正則表達式需要轉為 string,並跳脫所有的 \ 字元。

+

例子: /^\d+$/^\\d+$

+

Mask 的值

+

以下這些 mask 的值必須轉為文字。

+ + + + + + + + + + + + + + + +
原始值轉文字
Number“Number”
Imask.MaskedRange“Imask.MaskedRange”
+

不支援的遮罩類型

+ +
+ + + \ No newline at end of file diff --git a/docs/docs/input-types/input-types_en.md/index.html b/docs/docs/input-types/input-types_en.md/index.html new file mode 100644 index 00000000..8aabde24 --- /dev/null +++ b/docs/docs/input-types/input-types_en.md/index.html @@ -0,0 +1,143 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Input types

+

Here list all the input types that are ready to use. Set the type to one of the following value to create an input with that type.

+ +
+

If not provided, text will be used.

+
+
+

Text

+

+
+

Number

+

Set type to number will build input with type="number". We can also use mask to achieve the same result. The mask feature is powered by imaskjs. See Input mask for more.

+ + +
+ +
+
+ +
+ +
+ +
+

Password

+

+
+

Checkbox / Radio

+

Use options.data to provide static options. For dynamic options, see Dynamic options from API endpoint.

+

Checkbox

+

+

+
+

Provide only one option to build binary checkbox.

+
+

Radio

+

+

Label position

+

Place label at start by setting the options.labelPosition to before. Default is after.

+
+ + +
+ +

Layout

+

Set options.layout to column to display options vertically, the default is row. There is also options.containerClass and options.containerStyles available to create other layout. e.g. display: grid; grid-tempalate-columns: ...

+
+ + +
+ +
+

Select

+

Use options.data to provide static options. For dynamic options, see Dynamic options from API endpoint.

+

+
+

Switch

+

+
+

Date

+

+

+
+

Textarea

+

+
+

Range

+

+
+ + + \ No newline at end of file diff --git a/docs/docs/input-types/input-types_zh-TW.md/index.html b/docs/docs/input-types/input-types_zh-TW.md/index.html new file mode 100644 index 00000000..0dbd1b4f --- /dev/null +++ b/docs/docs/input-types/input-types_zh-TW.md/index.html @@ -0,0 +1,143 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

輸入類型

+

以下為內建的輸入類型列表。將 type 設為以下其中一個值來建立該類型的輸入欄位。

+ +
+

若無提供類型,預設將使用 text

+
+
+

Text

+

+
+

Number

+

type 設為 number 將會使用 type="number" 的 input。我們也可以使用遮罩來達到同樣的效果。遮罩功能由 imaskjs 提供,詳情請參閱 輸入遮罩

+ + +
+ +
+
+ +
+ +
+ +
+

Password

+

+
+

Checkbox / Radio

+

使用 options.data 來提供靜態選項 。若需要動態選項,請參閱 Options

+

Checkbox

+

+

+
+

只提供一個選項的話則可建立二元複選框。

+
+

Radio

+

+

Label position

+

options.labelPosition 調整為 before 可把文字位置改前面,預設為 after

+
+ + +
+ +

Layout

+

options.layout 設為 column 可將選項改為垂直排列,預設為 row。另外還有 options.containerClassoptions.containerStyles 可用於調整選項的排列方式和佈局。例:display: grid; grid-tempalate-columns: ...

+
+ + +
+ +
+

Select

+

使用 options.data 來提供靜態選項 。若需要動態選項,請參閱 Options

+

+
+

Switch

+

+
+

Date

+

+

+
+

Textarea

+

+
+

Range

+

+
+ + + \ No newline at end of file diff --git a/docs/docs/layout/layout_en.md/index.html b/docs/docs/layout/layout_en.md/index.html new file mode 100644 index 00000000..b8b30768 --- /dev/null +++ b/docs/docs/layout/layout_en.md/index.html @@ -0,0 +1,125 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Layout

+

Input Component Styling

+

Every input component is divided into several sections. Their position and nesting level is illustrated as below. Each section can be styled respectively using class or inline styles.

+

+

To do styling, provide the class or styles of the section in the layout.

+
{
+  "formControlName": "...",
+  "type": "...",
+  "layout": {
+    "hostClass": "...",
+    "hostStyles": "...",
+    "labelClass": "...",
+    "labelStyles": "...",
+    ...
+  }
+}
+

If children exists, which means the input is a FormGroup, then the "Input Area" section will be replaced by "Form Group" section.

+

+

Description Position

+

By default, description is place right after "Label", but before "Input Area". Set layout.descriptionPosition to after, to place it after the "Input Area".

+

+

Content Collapsible

+

layout.contentCollapsible

+

Provide to let content to be able to expand/collapse by clicking the label. The value is use to set the initial state of the content. label must be provided.

+

+

Auto Add Required Class

+

layout.autoAddRequiredClass

+

If set to true, then required class will automatically add to the label element, when there is validator named required in the validators array. Default is true.

+

Hide Label

+

layout.hideLabel

+

Use to hide the label, but still provide the label value. For example, when using Angular Material, set this to true to prevent duplicate label.

+

API

+

FormLayout

+
export interface FormLayout {
+  hostClass?: string;
+  hostStyles?: string;
+  labelClass?: string;
+  labelStyles?: string;
+  contentClass?: string;
+  contentStyles?: string;
+  formGroupStyles?: string;
+  formGroupClass?: string;
+  descriptionClass?: string;
+  descriptionStyles?: string;
+  inputAreaClass?: string;
+  inputAreaStyles?: string;
+  errorClass?: string;
+  errorStyles?: string;
+  descriptionPosition?: "before" | "after";
+  hideLabel?: boolean;
+  contentCollapsible?: "collapse" | "expand";
+  autoAddRequiredClass?: boolean;
+}
+
+ + + \ No newline at end of file diff --git a/docs/docs/layout/layout_zh-TW.md/index.html b/docs/docs/layout/layout_zh-TW.md/index.html new file mode 100644 index 00000000..efac441c --- /dev/null +++ b/docs/docs/layout/layout_zh-TW.md/index.html @@ -0,0 +1,124 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

佈局

+

欄位元件樣式

+

每個欄位元件的內部元素被拆分為好幾個區塊。它們的層級結構和位置如下圖顯示。每一個區塊可使用對應的 class 或者 inline styles 來調整樣式。

+

+

要調整某區塊樣式,請在 layout 內加入該區塊的 class 或者 styles。

+
{
+  ...
+  "layout": {
+    "hostClass": "...",
+    "hostStyles": "...",
+    "labelClass": "...",
+    "labelStyles": "...",
+    ...
+  }
+}
+

如果有設定 children,代表此欄位會是一個 FormGroup,因此 "Input Area" 區塊會替換為 "Form Group" 區塊。

+

+

說明文字位置

+

說明文字的預設位置是 "Label" 之後,"Input Area" 之前。將 layout.descriptionPosition 設為 after 可將位置調整到 "Input Area" 之前。

+

+

內容展開/收合

+

layout.contentCollapsible

+

設定後,點擊標題可將內容展開/收合。此功能必須要有 label 存在。設定的值為內容的初始展開/收合狀態。

+

+

自動加入 required class

+

layout.autoAddRequiredClass

+

設為 true 時,若 validators 陣列內存在名為 required 的驗證器,則標題元素會自動加入 required class。預設為 true。

+

隱藏標題文字

+

layout.hideLabel

+

此功能用於將標題隱藏,但仍然將 label 的值傳遞到欄位元件內。例:使用 Angular Material 時,可將此設為 true,避免標題重複顯示。

+

API

+

FormLayout

+
export interface FormLayout {
+  hostClass?: string;
+  hostStyles?: string;
+  labelClass?: string;
+  labelStyles?: string;
+  contentClass?: string;
+  contentStyles?: string;
+  formGroupStyles?: string;
+  formGroupClass?: string;
+  descriptionClass?: string;
+  descriptionStyles?: string;
+  inputAreaClass?: string;
+  inputAreaStyles?: string;
+  errorClass?: string;
+  errorStyles?: string;
+  descriptionPosition?: "before" | "after";
+  hideLabel?: boolean;
+  contentCollapsible?: "collapse" | "expand";
+  autoAddRequiredClass?: boolean;
+}
+
+ + + \ No newline at end of file diff --git a/docs/docs/options/options_en.md/index.html b/docs/docs/options/options_en.md/index.html new file mode 100644 index 00000000..e35a3784 --- /dev/null +++ b/docs/docs/options/options_en.md/index.html @@ -0,0 +1,680 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Options

+

For input like checkbox, radio and select, provide options to let user select data.

+

Static options

+

To give static options, provide OptionItem[] to options.data .

+
{
+  ...
+  "options": {
+    "data": [
+      {
+        "label": "Option 1",
+        "value": 0
+      },
+      ...
+    ]
+}
+

Each of the OptionItem consists of only label and value.

+

Dynamic options from API endpoint

+

If the options needs to be fetched from an API endpoint, then we need to provide src. The src accepts string or OptionSource . If string is provided, it will use as the key for custom observable, see Use custom observable.

+

For example, the API endpoint https://dummyjson.com/products will return the following data,

+
{
+  "products": [
+    {
+      "id": 1,
+      "title": "iPhone 9",
+      "description": "An apple mobile which is nothing like apple",
+      "price": 549,
+      "discountPercentage": 12.96,
+      "rating": 4.69,
+      "stock": 94,
+      "brand": "Apple",
+      "category": "smartphones",
+      "thumbnail": "...",
+      "images": ["...", "...", "..."]
+    },
+    {...},
+    {...},
+    {...},
+    ...
+  ],
+  "total": 100,
+  "skip": 0,
+  "limit": 30
+}
+

...and we want it to map it into OptionItem[] like this:

+
[
+  {
+    "label": "iPhone 9",
+    "value": {
+      "id": 1,
+        "title": "iPhone 9",
+        "description": "An apple mobile which is nothing like apple",
+        "price": 549,
+        "discountPercentage": 12.96,
+        "rating": 4.69,
+        "stock": 94,
+        "brand": "Apple",
+        "category": "smartphones",
+        "thumbnail": "...",
+        "images": ["...", "...", "..."]
+    }
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+

We need to set the config as below:

+
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products",
+      "method": "GET",
+      "mapData": {
+        "labelKey": "title",
+        "contentPath": "products"
+      }
+    }
+  }
+}
+

The labelKey specify the property to use as the label , and the contentPath is to tell where the array of data is located. The above example shows the data we need is located at products , so we set contentPath to "products" .

+

Body and Parameters

+

Use body to pass data during HTTP request.

+
    +
  • The value of options.src.body is static.
  • +
  • The value of options.src.trigger.body is dynamic, its value will update when the value of the trigger control changes.
  • +
+
{
+  ...
+  "options": {
+    "src": {
+      "url": "...",
+      "method": "POST",
+      "mapData": {...},
+      "body": {
+        "brand": "...",
+        "category": "..."
+      }
+    }
+  }
+}
+

For the method GET , body will transform into the parameters and merge into the URL. If the key in body starts with :, it acts as a variable that must match one within the url. If not, it functions as a query string key.

+ + + + + + + + + + + + + + + + + + +
KeyValueURL
: + stringsmartphoneshttps://dummyjson.com/products/category/smartphones
stringphonehttps://dummyjson.com/products/search?q=phone
+ + + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products/category/:category",
+      "method": "GET",
+      "trigger": {
+        "by": "productCategory",
+        "body": {
+          ":category": "smartphones"
+        }
+      }
+    }
+  }
+}
+
+ + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products/search",
+      "method": "GET",
+      "trigger": {
+        "by": "productCategory",
+        "body": {
+          "q": "phone"
+        }
+      }
+    }
+  }
+}
+
+ +
+ +

Data mapping

+

Primitive value

+

If the response data is only consists of primitive value, it’s no need to provide labelKey and valueKeys.

+ + + + +
[
+  "smartphones",
+  "laptops",
+  "fragrances",
+  ...
+]
+
+ + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products/categories",
+      "method": "GET"
+    }
+  }
+}
+
+ +
+ +
+

This is a response that returns only an array of string, mapData can be omitted because contentPath is not needed.

+
+

Custom option value

+

Option’s value can be customized by providing the valueKeys. The value for each of the OptionItem will left only the properties listed inside the valueKeys .

+ + + + +
[
+  {
+    "label": "iPhone 9",
+    "value": {
+      "id": 1,
+      "price": 549,
+      "brand": "Apple",
+      "category": "smartphones",
+    }
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+
+ + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products",
+      "method": "GET",
+      "mapData": {
+        "labelKey": "title",
+        "contentPath": "products",
+        "valueKeys": ["id", "price", "brand", "category"]
+      }
+    }
+  }
+}
+
+ +
+ +

If the valueKeys has only one item, then the value will become primitive.

+ + + + +
[
+  {
+    "label": "iPhone 9",
+    "value": "iPhone 9"
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+
+ + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products",
+      "method": "GET",
+      "mapData": {
+        "labelKey": "title",
+        "contentPath": "products",
+        "valueKeys": ["title"],
+      }
+    }
+  }
+}
+
+ +
+ +

Hoisting nested value

+

The following example shows how to hoist childA and childB to the top level.

+ + + +
[
+  {
+    "id": 1,
+    "name": "...",
+    "propA": {
+      "childA": "...",
+      "propB": {
+        "childB": "..."
+      }
+    }
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+
+ + + +
[
+  {
+    "label": "...",
+    "value": {
+      "id": 1,
+      "name": "...",
+      "childA": "...",
+      "childB": "..."
+    }
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+
+ + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "...",
+      "method": "...",
+      "mapData": {
+        "labelKey": "name",
+        "valueKeys": ["id", "name", "propA.childA", "propA.propB.childB"]
+      }
+    }
+  }
+}
+
+ +
+ +

Using a trigger

+

Trigger is use to make new request for the options of a control, based on the value changes from another control.

+

Let’s say we have a select productCategory and another select product . If the value of the productCategory changes, product will retrieve the value of productCategory and make a http request to get all the products of that category.

+
[
+  {
+    ...
+    "formControlName": "productCategory",
+    "options": {
+      "src": {
+        "url": "https://dummyjson.com/products/categories",
+        "method": "GET"
+      }
+    }
+  },
+  {
+    ...
+    "formControlName": "product",
+    "options": {
+      "src": {
+      "url": "https://dummyjson.com/products/category/:category",
+      "method": "GET",
+      "trigger": {
+         "by": "productCategory",
+         "body": {
+           ":category": "productCategory"
+          }
+        }
+      }
+    }
+  }
+]
+

trigger.by is the path to the control we want to listen its valueChanges event. When productCategory changes, its value will be get and merged into the URL.

+

If the productCategory's value is "smartphones", then the result URL will be:

+
https://dummyjson.com/products/category/smartphones
+

Control path and value path

+

The value of every key inside trigger.body is the path to the value we need, which can be separated by controlPath and valuePath by using ,.

+
{
+  ...
+  "body": {
+    "key": "controlPath, valuePath",
+    ...
+  }
+}
+
    +
  • controlPath Path to the target control which contains value we need.
  • +
  • valuePath Path to the property we need, when the control's value is non-primitive.
  • +
+ + + +
{
+  "controlA": {
+    "foo": {
+      "baz": "..."
+    },
+    "bar": "..."
+  },
+  "controlB": "...",
+  "controlC": "..."
+}
+
+ + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products/search",
+      "method": "GET",
+      "trigger": {
+        "by": "controlA",
+        "body": {
+          "q": "controlA, foo.baz"
+        }
+      }
+    }
+  }
+}
+
+
+ +

Using a filter

+

The example below demonstrates that when the value of the control productCategory changes, the data is filtered by comparing the productCategory value with the category property.

+
[
+  {
+    "formControlName": "productCategory",
+    "options": {
+      "src": {
+        "url": "https://dummyjson.com/products/categories",
+        "method": "GET"
+      }
+    }
+  },
+  {
+    ...
+    "options": {
+      "src": {
+        "url": "https://dummyjson.com/products",
+        "method": "GET",
+        "mapData": {
+          "contentPath": "products",
+          "labelKey": "title"
+        },
+        "filter": {
+          "by": "productCategory",
+          "conditions": {
+            "&&": [
+              ["", "===", "category"]
+            ]
+          }
+        }
+      }
+    }
+  }
+]
+

Filter conditions

+

The syntax of filter.conditions is similar with the one in the Conditions. The only difference is every element’s position in the tupple must be as the following:

+

[0, 1, 2]

+ + + + + + + + + + + + + + + + + + + +
PositionDescription
0Target control’s value. Use empty string if value is primitive.
1The OPERATOR use to evaluate condition.
2The value of each OptionItem to compare. Use empty string if value is primitive.
+

Nested condition

+

conditions support nested conditions.

+
{
+  ...
+  "options": {
+    "src": {
+      ...
+      "filter": {
+        ...
+        "conditions": {
+          "&&": [
+            ["", "===", "category"],
+            {
+              "||": [...]
+            }
+          ]
+        }
+      }
+    }
+  }
+}
+

Use custom observable

+

If the src is a string, then it is use as a key to match with the Observable inside optionsSources. The Observable must return OptionItem[].

+ + + + +
<ng-dynamic-json-form ... [optionsSources]="optionsSources"></ng-dynamic-json-form>
+
+ + + +
optionsSources = {
+  custom$: this._http.get("https://dummyjson.com/products").pipe(
+    map((x) => (x as any).products),
+    concatAll(),
+    map((x: any) => ({ label: x.title, value: x })),
+    toArray()
+  ),
+};
+
+ + + +
{
+  ...
+  "options": {
+    "src": "custom$",
+    ...
+  }
+}
+
+ +
+ +

API

+

FormControlOptions

+
export interface FormControlOptions {
+  data?: OptionItem[]:
+  src?: string | OptionSource;
+  srcAppendPosition?: 'after' | 'before';
+  autoSelectFirst?: boolean;
+  layout?: 'row' | 'column';
+  labelPosition?: 'before' | 'after';
+  containerClass?: string;
+  containerStyles?: string;
+}
+

data

+

The array of options data.

+

src

+

Provide this to use dynamic options.

+

srcAppendPosition

+

Append dynamic options after or before the static options.

+

autoSelectFirst

+

Auto select the first option available on init.

+

layout

+

The layout of the options.

+

labelPosition

+

The position of the label.

+

containerClass

+

The class to add to the container of the options.

+

containerStyles

+

The styles to add to the container of the options.

+

OptionItem

+
export interface OptionItem {
+  label: string;
+  value?: any;
+}
+

OptionSource

+
export interface OptionSource {
+  url: string;
+  method: "GET" | "POST";
+  headers?: { [key: string]: string | string[] };
+  body?: { [key: string]: any };
+  mapData?: {
+    labelKey: string;
+    valueKeys?: string[];
+    contentPath?: string;
+    slice?: [number, number];
+    appendPosition?: "after" | "before";
+  };
+  trigger?: {
+    by: string;
+    body: { [key: string]: string };
+    debounceTime?: number;
+  };
+  filter?: {
+    by: string;
+    conditions: ConditionsGroup;
+    debounceTime?: number;
+  };
+}
+

url

+

The url of the API endpoint.

+

method

+

The HTTP method use to fetch the data.

+

headers

+

The HTTP headers to append.

+

body

+

The body to send over http request.

+

mapData

+

The information of how to map the data from http response to OptionItem[].

+
    +
  • labelKey The property to use as the label.
  • +
  • valueKeys A list of properties to map new value.
  • +
  • contentPath To tell where the array of data is located.
  • +
  • slice Slice the data after fetched.
  • +
+

trigger

+

Provide to fetch data using the value of target control.

+
    +
  • by The path of the control to listen its valueChanges.
  • +
  • debounceTime The delay to add (milliseconds).
  • +
  • body The parameters to be used in the HTTP request.
  • +
+

filter

+
    +
  • by The path of the control to listen its valueChanges.
  • +
  • debounceTime The delay to add (milliseconds).
  • +
  • conditions The conditions use to filter out the desire data.
  • +
+
+ + + \ No newline at end of file diff --git a/docs/docs/options/options_zh-TW.md/index.html b/docs/docs/options/options_zh-TW.md/index.html new file mode 100644 index 00000000..4044a3d0 --- /dev/null +++ b/docs/docs/options/options_zh-TW.md/index.html @@ -0,0 +1,679 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

選項

+

options 用於為 checkbox、radio 和 select 之類的欄位提供選項。

+

靜態選項

+

若只提供靜態選項,將 OptionItem[] 塞入 options.data

+
{
+  ...
+  "options": {
+    "data": [
+      {
+        "label": "選項 1",
+        "value": 0
+      },
+      ...
+    ]
+}
+

每個 OptionItem 都只有 label and value

+

從 API 取得動態選項

+

若選項資料需要從 API 取得,那我們需要設定 srcsrc 可傳入 string 或者 OptionSource 物件。若傳入的值為 string,則會當作自訂 Observable 的 key,請參閱。

+

例如,此 API 端點 https://dummyjson.com/products 會回傳以下資料:

+
{
+  "products": [
+    {
+      "id": 1,
+      "title": "iPhone 9",
+      "description": "An apple mobile which is nothing like apple",
+      "price": 549,
+      "discountPercentage": 12.96,
+      "rating": 4.69,
+      "stock": 94,
+      "brand": "Apple",
+      "category": "smartphones",
+      "thumbnail": "...",
+      "images": ["...", "...", "..."]
+    },
+    {...},
+    {...},
+    {...},
+    ...
+  ],
+  "total": 100,
+  "skip": 0,
+  "limit": 30
+}
+

然後我們需要將它們轉為 OptionItem[]

+
[
+  {
+    "label": "iPhone 9",
+    "value": {
+      "id": 1,
+        "title": "iPhone 9",
+        "description": "An apple mobile which is nothing like apple",
+        "price": 549,
+        "discountPercentage": 12.96,
+        "rating": 4.69,
+        "stock": 94,
+        "brand": "Apple",
+        "category": "smartphones",
+        "thumbnail": "...",
+        "images": ["...", "...", "..."]
+    }
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+

則需如下設定:

+
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products",
+      "method": "GET",
+      "mapData": {
+        "labelKey": "title",
+        "contentPath": "products"
+      }
+    }
+  }
+}
+

labelKey 負責標記要作為 label 的欄位,contentPath 負責指定陣列資料的位置。上面的例子顯示我們需要的資料在 products 內,所以設定 contentPathproducts

+

Body 參數

+

使用 POST 方法進行 HTTP 傳輸時,若需要帶參數,需將參數塞入 body 內。

+
    +
  • options.src.body 為靜態參數。
  • +
  • options.src.trigger.body 為動態參數,當監聽的控制器發生變化時,會使用控制器的值更新參數。
  • +
+
{
+  ...
+  "options": {
+    "src": {
+      "url": "...",
+      "method": "POST",
+      "mapData": {...},
+      "body": {
+        "brand": "...",
+        "category": "..."
+      }
+    }
+  }
+}
+

而對於 GET 方法,body 內的參數將根據以下 key 的寫法判斷,自動將參數轉換並塞入到請求的 URL 內。若 key 為 : 開頭,表示此 key 的值將尋找 URL 內所對應的變數並進行替換,否則會轉為 query string。

+ + + + + + + + + + + + + + + + + + +
KeyValueURL
: + stringsmartphoneshttps://dummyjson.com/products/category/smartphones
stringphonehttps://dummyjson.com/products/search?q=phone
+ + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products/category/:category",
+      "method": "GET",
+      "trigger": {
+        "by": "productCategory",
+        "body": {
+          ":category": "smartphones"
+        }
+      }
+    }
+  }
+}
+
+ + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products/search",
+      "method": "GET",
+      "trigger": {
+        "by": "productCategory",
+        "body": {
+          "q": "phone"
+        }
+      }
+    }
+  }
+}
+
+
+ +
+

這邊的 body 內的參數都是靜態的,需要動態的 body,請參閱使用觸發器

+
+

資料轉換

+

原始值

+

如果回傳的資料都是原始值,則不需提供 labelKeyvalueKeys

+ + + + +
[
+  "smartphones",
+  "laptops",
+  "fragrances",
+  ...
+]
+
+ + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products/categories",
+      "method": "GET"
+    }
+  }
+}
+
+ +
+ +
+

此回傳的資料為 string 陣列,mapData 也可不提供,因為無需提供 contentPath

+
+

自訂選項物件

+

選項的物件值可透過 valueKeys 來修改。只有 valueKeys 內設定的 key 會被保留下來,成為最終 OptionItemvalue

+ + + + +
[
+  {
+    "label": "iPhone 9",
+    "value": {
+      "id": 1,
+      "price": 549,
+      "brand": "Apple",
+      "category": "smartphones",
+    }
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+
+ + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products",
+      "method": "GET",
+      "mapData": {
+        "labelKey": "title",
+        "contentPath": "products",
+        "valueKeys": ["id", "price", "brand", "category"]
+      }
+    }
+  }
+}
+
+ +
+ +

如果 valueKeys 內只有一個 key,則 value 會變成原始值。

+ + + + +
[
+  {
+    "label": "iPhone 9",
+    "value": "iPhone 9"
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+
+ + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products",
+      "method": "GET",
+      "mapData": {
+        "labelKey": "title",
+        "contentPath": "products",
+        "valueKeys": ["title"],
+      }
+    }
+  }
+}
+
+ +
+ +

提升巢狀資料

+

以下例子說明如何把 childA 和 childB 提升到最外層。

+ + + + +
[
+  {
+    "id": 1,
+    "name": "...",
+    "propA": {
+      "childA": "...",
+      "propB": {
+        "childB": "..."
+      }
+    }
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+
+ + + +
[
+  {
+    "label": "...",
+    "value": {
+      "id": 1,
+      "name": "...",
+      "childA": "...",
+      "childB": "..."
+    }
+  },
+  {...},
+  {...},
+  {...},
+  ...
+]
+
+ + + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "...",
+      "method": "...",
+      "mapData": {
+        "labelKey": "name",
+        "valueKeys": ["id", "name", "propA.childA", "propA.propB.childB"]
+      }
+    }
+  }
+}
+
+ +
+ +

使用觸發器

+

觸發器的作用是,監聽某個控制器的值,然後用它取得當前的控制器的選項資料。

+

假設我們有兩個下拉,productCategoryproduct。我們想要 productCategory 的值發生變化後,將選中的值作為參數,取得新的 product 選項。

+
[
+  {
+    ...
+    "formControlName": "productCategory",
+    "options": {
+      "src": {
+        "url": "https://dummyjson.com/products/categories",
+        "method": "GET"
+      }
+    }
+  },
+  {
+    ...
+    "formControlName": "product",
+    "options": {
+      "src": {
+      "url": "https://dummyjson.com/products/category/:category",
+      "method": "GET",
+      "trigger": {
+         "by": "productCategory",
+         "body": {
+           ":category": "productCategory"
+          }
+        }
+      }
+    }
+  }
+]
+

trigger.by 是需要監聽的控制器的路徑。當 productCategory 發生變化,它的值就會被更新到 URL 內。

+

假設 productCategory 的值是 "smartphones",更新後 URL 會是:

+
https://dummyjson.com/products/category/smartphones
+

控制器路徑和物件路徑

+

The value of every key inside trigger.body is the path to the value we need, which can be separated by controlPath and valuePath.

+

每一個 trigger.body 內的 key 的值,是指向我們需要的值的路徑。該字串可拆分為 controlPathvaluePath,並使用 , 分隔。

+
{
+  ...
+  "body": {
+    "key": "controlPath, valuePath",
+    ...
+  }
+}
+
    +
  • controlPath 目標值所在的控制器路徑
  • +
  • valuePath 如果控制器的值是物件的話,可用來指定目標欄位
  • +
+ + + +
{
+  "controlA": {
+    "foo": {
+      "baz": "..."
+    },
+    "bar": "..."
+  },
+  "controlB": "...",
+  "controlC": "..."
+}
+
+ + +
{
+  ...
+  "options": {
+    "src": {
+      "url": "https://dummyjson.com/products/search",
+      "method": "GET",
+      "trigger": {
+        "by": "controlA",
+        "body": {
+          "q": "controlA, foo.baz"
+        }
+      }
+    }
+  }
+}
+
+
+ +

使用過濾器

+

以下例子說明,當 productCategory 的值變化時,用 productCategory 的值去比對每一筆資料內的 category,將選項資料過濾。

+
[
+  {
+    "formControlName": "productCategory",
+    "options": {
+      "src": {
+        "url": "https://dummyjson.com/products/categories",
+        "method": "GET"
+      }
+    }
+  },
+  {
+    ...
+    "options": {
+      "src": {
+        "url": "https://dummyjson.com/products",
+        "method": "GET",
+        "mapData": {
+          "contentPath": "products",
+          "labelKey": "title"
+        },
+        "filter": {
+          "by": "productCategory",
+          "conditions": {
+            "&&": [
+              ["", "===", "category"]
+            ]
+          }
+        }
+      }
+    }
+  }
+]
+

過濾條件

+

filter.conditions 的語法和 Conditions 非常類似。唯一的差別是 tupple 內的每一個值必須根據以下排列方式排列。

+

[0, 1, 2]

+ + + + + + + + + + + + + + + + + + + +
位置說明
0目標控制器的值。若為原始值則留空白字串。
1運算子,請參閱 OPERATOR
2每一個要比對的 OptionItem。若為原始值則留空白字串。
+

巢狀條件

+

conditions 可支援巢狀結構。

+
{
+  ...
+  "options": {
+    "src": {
+      ...
+      "filter": {
+        ...
+        "conditions": {
+          "&&": [
+            ["", "===", "category"],
+            {
+              "||": [...]
+            }
+          ]
+        }
+      }
+    }
+  }
+}
+

使用自訂 Observable

+

如果 srcstring,則會當成 key 去 optionsSources 內尋找匹配的 Observable 並使用。該 Observable 必須回傳 OptionItem[]

+ + + + +
<ng-dynamic-json-form ... [optionsSources]="optionsSources"></ng-dynamic-json-form>
+
+ + + +
optionsSources = {
+  custom$: this._http.get("https://dummyjson.com/products").pipe(
+    map((x) => (x as any).products),
+    concatAll(),
+    map((x: any) => ({ label: x.title, value: x })),
+    toArray()
+  ),
+};
+
+ + + +
{
+  ...
+  "options": {
+    "src": "custom$",
+    ...
+  }
+}
+
+ +
+ +

API

+

FormControlOptions

+
export interface FormControlOptions {
+  data?: OptionItem[]:
+  src?: string | OptionSource;
+  srcAppendPosition?: 'after' | 'before';
+  autoSelectFirst?: boolean;
+  layout?: 'row' | 'column';
+  labelPosition?: 'before' | 'after';
+  containerClass?: string;
+  containerStyles?: string;
+}
+

data

+

選項陣列資料。

+

src

+

提供以使用動態選項資料。

+

srcAppendPosition

+

當靜態資料和動態資料同時存在,可用來指定動態資料相對於靜態的位置。

+

autoSelectFirst

+

選項資料接到之後,自動選擇第一個選項。

+

layout

+

選項的排版佈局。

+

labelPosition

+

選項文字的位置。

+

containerClass

+

選項父層容器的 class。

+

containerStyles

+

選項父層容器的 style。

+

OptionItem

+
export interface OptionItem {
+  label: string;
+  value?: any;
+}
+

OptionSource

+
export interface OptionSource {
+  url: string;
+  method: "GET" | "POST";
+  headers?: { [key: string]: string | string[] };
+  body?: { [key: string]: any };
+  mapData?: {
+    labelKey: string;
+    valueKeys?: string[];
+    contentPath?: string;
+    slice?: [number, number];
+    appendPosition?: "after" | "before";
+  };
+  trigger?: {
+    by: string;
+    body: { [key: string]: string };
+    debounceTime?: number;
+  };
+  filter?: {
+    by: string;
+    conditions: ConditionsGroup;
+    debounceTime?: number;
+  };
+}
+

url

+

API 網址。

+

method

+

HTTP 傳輸方法。

+

headers

+

要加入的 HTTP headers。

+

body

+

呼叫 API 需帶的參數。

+

mapData

+
    +
  • labelKey 用於當作顯示文字的欄位。
  • +
  • valueKeys 用於生成新的物件需要的 key 列表。
  • +
  • contentPath 陣列資料的所在路徑。
  • +
  • slice 將接到的資料切割。
  • +
+

trigger

+
    +
  • by 需要監聽其 valueChanges 的目標控制器路徑。
  • +
  • debounceTime 需要加入的延遲 (毫秒)。
  • +
  • body HTTP 傳輸需要帶入的參數。
  • +
+

filter

+
    +
  • by 需要監聽其 valueChanges 的目標控制器路徑。
  • +
  • debounceTime 需要加入的延遲 (毫秒)。
  • +
  • conditions 過濾資料的條件。
  • +
+
+ + + \ No newline at end of file diff --git a/docs/docs/props/props_en.md/index.html b/docs/docs/props/props_en.md/index.html new file mode 100644 index 00000000..e7c7ad4e --- /dev/null +++ b/docs/docs/props/props_en.md/index.html @@ -0,0 +1,134 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Props

+

Use props to bind properties and attributes to the target component or the input element.

+

To bind the properties:

+
<p-calendar ... [iconDisplay]="'input'" [showIcon]="true"></p-calendar>
+

Provide them using props:

+
{
+  ...
+  "type": "date",
+  "props": {
+    "showIcon": true,
+    "iconDisplay": "input"
+  }
+}
+

Date

+

JSON does not support JavaScript Date object. To convert to a JavaScript Date object, pass the value in one of the following forms:

+
    +
  • ISO 8601
  • +
  • Date string wrapped with Date(...), e.g. Date(1999/11/11)
  • +
+

Custom Components

+

Since we have the full control over the custom component, auto property binding won’t work initially. But if you need that, you can import PropsBindingDirective and provide PROPS_BINDING_INJECTORS . This is used internally by NgDynamicJsonForm .

+ + + + +
<p-calendar
+  [formControl]="control"
+  [propsBinding]="[
+    {
+      key: 'p-calendar',
+      props: data.props,
+    }
+  ]"
+></p-calendar>
+
+ + + +
import {
+  CustomControlComponent,
+  PROPS_BINDING_INJECTORS,
+  PropsBindingDirective,
+} from 'ng-dynamic-json-form';
+
+@Component({
+  ...
+  imports: [
+    ...
+    PropsBindingDirective,
+  ],
+  providers: [
+    {
+      provide: PROPS_BINDING_INJECTORS,
+      useValue: [
+        {
+          key: 'p-calendar',
+          token: Calendar,
+        },
+      ],
+    },
+  ],
+})
+export class UiPrimengDateComponent extends CustomControlComponent {
+  ...
+}
+
+ +
+ +

The key is use to match the target to bind the properties. If not provideded, it will bind to the element which the PropsBindingDirective is binded.

+
+ + + \ No newline at end of file diff --git a/docs/docs/props/props_zh-TW.md/index.html b/docs/docs/props/props_zh-TW.md/index.html new file mode 100644 index 00000000..6eabfbd6 --- /dev/null +++ b/docs/docs/props/props_zh-TW.md/index.html @@ -0,0 +1,134 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Props

+

使用 props 來將 properties 和 attributes 綁定到目標元件和元素。

+

以下的 properties 綁定:

+
<p-calendar ... [iconDisplay]="'input'" [showIcon]="true"></p-calendar>
+

可使用 props 達成:

+
{
+  ...
+  "type": "date",
+  "props": {
+    "showIcon": true,
+    "iconDisplay": "input"
+  }
+}
+

日期

+

JSON 不支援 JavaScript 的日期物件。若要轉換為日期物件,請使用下列格式之一傳入:

+
    +
  • ISO 8601
  • +
  • 將日期字串用 Date(...) 包起來,例:Date(1999/11/11)
  • +
+

自訂元件

+

因為我們對於自訂元件有完整的控制權,所以自動綁定並不會自動運作。如果需要自動綁定,可以導入 PropsBindingDirective 並於 provider 注入 PROPS_BINDING_INJECTORS。這是 NgDynamicJsonForm 內部使用的方法。

+ + + + +
<p-calendar
+  [formControl]="control"
+  [propsBinding]="[
+    {
+      key: 'p-calendar',
+      props: data.props,
+    }
+  ]"
+></p-calendar>
+
+ + + +
import {
+  CustomControlComponent,
+  PROPS_BINDING_INJECTORS,
+  PropsBindingDirective,
+} from 'ng-dynamic-json-form';
+
+@Component({
+  ...
+  imports: [
+    ...
+    PropsBindingDirective,
+  ],
+  providers: [
+    {
+      provide: PROPS_BINDING_INJECTORS,
+      useValue: [
+        {
+          key: 'p-calendar',
+          token: Calendar,
+        },
+      ],
+    },
+  ],
+})
+export class UiPrimengDateComponent extends CustomControlComponent {
+  ...
+}
+
+ +
+ +

key 的用處是標記要綁定的目標。如果不提供,則會綁定到 PropsBindingDirective 的宿主元素。

+
+ + + \ No newline at end of file diff --git a/docs/docs/styling/styling_en.md/index.html b/docs/docs/styling/styling_en.md/index.html new file mode 100644 index 00000000..43547db3 --- /dev/null +++ b/docs/docs/styling/styling_en.md/index.html @@ -0,0 +1,140 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Styling

+

Global Variables

+

The following are CSS variables used by each of the form generated. They are scoped under class .ng-dynamic-json-form.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariableDescription
--color-primaryPrimary color of the default UI.
--color-errorText color for error message.
--color-borderBorder color of input.
--font-familyFont family to use in the form.
--font-size-titleFont size of FormGroup and FormArray.
--font-size-labelFont size of the input label.
--font-size-descriptionFont size of the description.
--font-size-errorFont size of the error message.
--font-weight-titleFont weight of the title in FormGroup and FormArray.
--font-weight-labelFont weight of the input label.
--input-border-widthBorder width of the input.
--column-gapColumn gap of the form.
--row-gapRow gap of the form.
--options-column-gapColumn gap of the options.
--options-row-gapRow gap of the options.
+

We can overwrite any of the variable with new value:

+
.ng-dynamic-json-form {
+  --color-primary: teal;
+  ...;
+}
+
+ + + \ No newline at end of file diff --git a/docs/docs/styling/styling_zh-TW.md/index.html b/docs/docs/styling/styling_zh-TW.md/index.html new file mode 100644 index 00000000..50a2dfc3 --- /dev/null +++ b/docs/docs/styling/styling_zh-TW.md/index.html @@ -0,0 +1,140 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

樣式

+

全域變數

+

以下是每一個生成的表單會用的 CSS 變數。它們的影響範圍由 .ng-dynamic-json-form class 控制。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariableDescription
--color-primaryPrimary color of the default UI.
--color-errorText color for error message.
--color-borderBorder color of input.
--font-familyFont family to use in the form.
--font-size-titleFont size of FormGroup and FormArray.
--font-size-labelFont size of the input label.
--font-size-descriptionFont size of the description.
--font-size-errorFont size of the error message.
--font-weight-titleFont weight of the title in FormGroup and FormArray.
--font-weight-labelFont weight of the input label.
--input-border-widthBorder width of the input.
--column-gapColumn gap of the form.
--row-gapRow gap of the form.
--options-column-gapColumn gap of the options.
--options-row-gapRow gap of the options.
+

我們可以將變數覆寫為新的值:

+
.ng-dynamic-json-form {
+  --color-primary: teal;
+  ...;
+}
+
+ + + \ No newline at end of file diff --git a/docs/docs/ui-components/ui-components_en.md/index.html b/docs/docs/ui-components/ui-components_en.md/index.html new file mode 100644 index 00000000..980f88ef --- /dev/null +++ b/docs/docs/ui-components/ui-components_en.md/index.html @@ -0,0 +1,131 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

UI Components

+

UI components is exactly same with the custom components. They both need to extend CustomControlComponent.

+

When the type is specified in the config, NgDynamicJsonForm willl find the matched component and use it.

+
configs = [
+  {
+    ...
+    "type": "checkbox"
+  },
+  ...
+]
+

Pre-built UI components

+

Here are some components from other UI libraries that were ready to use. Consume the pre-built components using provideNgDynamicJsonForm().

+ + + + + + + + + + + + + + + + + + +
LibraryConstant namePath
PrimeNgUI_PRIMENG_COMPONENTSng-dynamic-json-form/ui-primeng
Angular MaterialUI_MATERIAL_COMPONENTSng-dynamic-json-form/ui-material
+
import { ApplicationConfig } from '@angular/core';
+import { UI_PRIMENG_COMPONENTS } from 'ng-dynamic-json-form/ui-primeng';
+
+export const appConfig: ApplicationConfig = {
+  providers: [
+    ...
+    provideNgDynamicJsonForm({
+      ...
+      uiComponents: UI_PRIMENG_COMPONENTS
+    })
+  ],
+};
+

Custom UI component

+

The process for building the component is exactly the same with Custom Components.

+

The uiComponents can be extended, or overwritten. For example, we can extend it by adding InputFileComponent to the uiComponents. When type is set to file, the component will be used.

+
import { ApplicationConfig } from '@angular/core';
+import { UI_PRIMENG_COMPONENTS } from 'ng-dynamic-json-form/ui-primeng';
+import { InputFileComponent } from '...';
+
+export const appConfig: ApplicationConfig = {
+  providers: [
+    ...
+    provideNgDynamicJsonForm({
+      ...
+      uiComponents: {
+        ...UI_PRIMENG_COMPONENTS,
+        file: InputFileComponent
+      }
+    })
+  ],
+};
+
{
+  "formControlName": "file",
+  "label": "File upload",
+  "type": "file"
+}
+
+ + + \ No newline at end of file diff --git a/docs/docs/ui-components/ui-components_zh-TW.md/index.html b/docs/docs/ui-components/ui-components_zh-TW.md/index.html new file mode 100644 index 00000000..c00b50ff --- /dev/null +++ b/docs/docs/ui-components/ui-components_zh-TW.md/index.html @@ -0,0 +1,131 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

UI 元件

+

UI 元件和自訂元件是一樣的。它們都繼承 CustomControlComponent

+

NgDynamicJsonForm 會根據設定的 type 來找對應的元件來使用。

+
configs = [
+  {
+    ...
+    "type": "checkbox"
+  },
+  ...
+]
+

內建 UI 元件

+

以下為從第三方套件庫製作好的元件。注入 provideNgDynamicJsonForm() 來使用它們。

+ + + + + + + + + + + + + + + + + + +
套件庫常數名稱路徑
PrimeNgUI_PRIMENG_COMPONENTSng-dynamic-json-form/ui-primeng
Angular MaterialUI_MATERIAL_COMPONENTSng-dynamic-json-form/ui-material
+
import { ApplicationConfig } from '@angular/core';
+import { UI_PRIMENG_COMPONENTS } from 'ng-dynamic-json-form/ui-primeng';
+
+export const appConfig: ApplicationConfig = {
+  providers: [
+    ...
+    provideNgDynamicJsonForm({
+      ...
+      uiComponents: UI_PRIMENG_COMPONENTS
+    })
+  ],
+};
+

自訂 UI 元件

+

建立自訂 UI 元件的過程和 自訂元件 一樣。

+

uiComponents 可以被擴充、覆寫。舉個例子,我們可以將 InputFileComponent 加入到 uiComponents。當 type 設為 file 時,該元件就會自動被選用。

+
import { ApplicationConfig } from '@angular/core';
+import { UI_PRIMENG_COMPONENTS } from 'ng-dynamic-json-form/ui-primeng';
+import { InputFileComponent } from '...';
+
+export const appConfig: ApplicationConfig = {
+  providers: [
+    ...
+    provideNgDynamicJsonForm({
+      ...
+      uiComponents: {
+        ...UI_PRIMENG_COMPONENTS,
+        file: InputFileComponent
+      }
+    })
+  ],
+};
+
{
+  "formControlName": "file",
+  "label": "File upload",
+  "type": "file"
+}
+
+ + + \ No newline at end of file diff --git a/docs/docs/validators/validators_en.md/index.html b/docs/docs/validators/validators_en.md/index.html new file mode 100644 index 00000000..8fa49399 --- /dev/null +++ b/docs/docs/validators/validators_en.md/index.html @@ -0,0 +1,151 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

Validators

+

All the Angular’s built-in validators are supported.

+
+

The email validator is not using Validators.email but using Validators.pattern/^[^@\s!(){}<>]+@[\w-]+(\.[A-Za-z]+)+$/

+
+

Add validator to control

+

To add validators to the control, simply provide the validators .

+ + +
{
+  "label": "Text",
+  "formControlName": "text",
+  "validators": [
+    {
+      "name": "required",
+      "message": "Please fill in this input!"
+    }
+  ]
+}
+
+ +

Validators that requires value

+

Some of the validators like min, max requires value to validate, provide the value so that the validator can works correctly.

+ + +
{
+  "label": "Text",
+  "formControlName": "text",
+  "type": "number",
+  "validators": [
+    {
+      "name": "min",
+      "message": "Minimum value is 10",
+      "value": 10
+    }
+  ]
+}
+
+ +

Custom validators

+

To use custom validators, set the name with value that match with the key inside customValidators.

+ + + +
{
+  ...
+  "validators": [
+    {
+      "name": "firstUppercase"
+    }
+  ]
+}
+
+ + +
...
+@Component({...})
+export class YourComponent {
+  validators = {
+    firstUppercase: firstUppercaseValidator,
+  };
+}
+
+ + +
<ng-dynamic-json-form ... [customValidators]="validators"></ng-dynamic-json-form>
+
+
+ +

Provide custom validators globally

+

The custom validators can be provided in the providers, by using provideNgDynamicJsonForm() , to make it becomes available globally.

+ + +
import { ApplicationConfig } from '@angular/core';
+import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form';
+
+export const appConfig: ApplicationConfig = {
+  ...
+  providers: [
+    provideNgDynamicJsonForm({
+      customValidators: {
+        firstUppercase: firstUppercaseValidator,
+      }
+    }),
+  ]
+}
+
+
+ + + \ No newline at end of file diff --git a/docs/docs/validators/validators_zh-TW.md/index.html b/docs/docs/validators/validators_zh-TW.md/index.html new file mode 100644 index 00000000..d104f539 --- /dev/null +++ b/docs/docs/validators/validators_zh-TW.md/index.html @@ -0,0 +1,151 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0

驗證器

+

支援 Angular 內建的所有驗證器。

+
+

email 驗證器使用的不是 Validators.email 而是 Validators.pattern: /^[^@\s!(){}<>]+@[\w-]+(\.[A-Za-z]+)+$/

+
+

加入驗證器

+

只需提供 validators 即可加入驗證器。

+ + +
{
+  "label": "Text",
+  "formControlName": "text",
+  "validators": [
+    {
+      "name": "required",
+      "message": "請填寫此欄位!"
+    }
+  ]
+}
+
+ +

需要值的驗證器

+

有寫驗證器像是 minmax 需要帶入值,這時候只需提供 value 即可。

+ + +
{
+  "label": "Text",
+  "formControlName": "text",
+  "type": "number",
+  "validators": [
+    {
+      "name": "min",
+      "message": "最小值不能小於 10",
+      "value": 10
+    }
+  ]
+}
+
+ +

自訂驗證器

+

要使用自訂驗證器,name 欄位的值必須要對應得到 customValidators 內的 key。

+ + + +
{
+  ...
+  "validators": [
+    {
+      "name": "firstUppercase"
+    }
+  ]
+}
+
+ + +
...
+@Component({...})
+export class YourComponent {
+  validators = {
+    firstUppercase: firstUppercaseValidator,
+  };
+}
+
+ + +
<ng-dynamic-json-form ... [customValidators]="validators"></ng-dynamic-json-form>
+
+
+ +

全域自訂驗證器

+

provideNgDynamicJsonForm() 內注入的自訂驗證器為全域可用。

+ + +
import { ApplicationConfig } from '@angular/core';
+import { provideNgDynamicJsonForm } from 'ng-dynamic-json-form';
+
+export const appConfig: ApplicationConfig = {
+  ...
+  providers: [
+    provideNgDynamicJsonForm({
+      customValidators: {
+        firstUppercase: firstUppercaseValidator,
+      }
+    }),
+  ]
+}
+
+
+ + + \ No newline at end of file diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 00000000..be03e45a Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/favicon.png b/docs/favicon.png new file mode 100644 index 00000000..8ebc7f44 Binary files /dev/null and b/docs/favicon.png differ diff --git a/docs/hue.8b1818380241e6ac.png b/docs/hue.8b1818380241e6ac.png new file mode 100644 index 00000000..8efa2525 Binary files /dev/null and b/docs/hue.8b1818380241e6ac.png differ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..2b63bc8c --- /dev/null +++ b/docs/index.html @@ -0,0 +1,32 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
v8.0.0
  • Create form with unlimited nesting level
  • Toggle control status (hidden or disabled) and validators depends on value from other control
  • Supports Angular built in validators and custom validators
  • Support custom components
  • Flexible form layout
  • Support third party UI libraries
+ + + \ No newline at end of file diff --git a/docs/index.original.html b/docs/index.original.html new file mode 100644 index 00000000..aedcb6ff --- /dev/null +++ b/docs/index.original.html @@ -0,0 +1,33 @@ + + + + + NgDynamicJsonForm + + + + + + + + + + + + + + + + + diff --git a/docs/main.8ca0524108c38e61.js b/docs/main.8ca0524108c38e61.js new file mode 100644 index 00000000..ddac3de4 --- /dev/null +++ b/docs/main.8ca0524108c38e61.js @@ -0,0 +1,7 @@ +(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[179],{8495:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.MissingRefError=k.ValidationError=k.CodeGen=k.Name=k.nil=k.stringify=k.str=k._=k.KeywordCxt=k.Ajv=void 0;const u=_(6222),o=_(6435),D=_(5057),j=_(98),te=["/properties"],U="http://json-schema.org/draft-07/schema";class X extends u.default{_addVocabularies(){super._addVocabularies(),o.default.forEach(Ve=>this.addVocabulary(Ve)),this.opts.discriminator&&this.addKeyword(D.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const Ve=this.opts.$data?this.$dataMetaSchema(j,te):j;this.addMetaSchema(Ve,U,!1),this.refs["http://json-schema.org/schema"]=U}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(U)?U:void 0)}}k.Ajv=X,ve.exports=k=X,ve.exports.Ajv=X,Object.defineProperty(k,"__esModule",{value:!0}),k.default=X;var ee=_(6370);Object.defineProperty(k,"KeywordCxt",{enumerable:!0,get:function(){return ee.KeywordCxt}});var ne=_(8012);Object.defineProperty(k,"_",{enumerable:!0,get:function(){return ne._}}),Object.defineProperty(k,"str",{enumerable:!0,get:function(){return ne.str}}),Object.defineProperty(k,"stringify",{enumerable:!0,get:function(){return ne.stringify}}),Object.defineProperty(k,"nil",{enumerable:!0,get:function(){return ne.nil}}),Object.defineProperty(k,"Name",{enumerable:!0,get:function(){return ne.Name}}),Object.defineProperty(k,"CodeGen",{enumerable:!0,get:function(){return ne.CodeGen}});var ue=_(4773);Object.defineProperty(k,"ValidationError",{enumerable:!0,get:function(){return ue.default}});var ce=_(1637);Object.defineProperty(k,"MissingRefError",{enumerable:!0,get:function(){return ce.default}})},7034:(ve,k)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.regexpCode=k.getEsmExportName=k.getProperty=k.safeStringify=k.stringify=k.strConcat=k.addCodeArg=k.str=k._=k.nil=k._Code=k.Name=k.IDENTIFIER=k._CodeOrName=void 0;class _{}k._CodeOrName=_,k.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class u extends _{constructor(Ce){if(super(),!k.IDENTIFIER.test(Ce))throw new Error("CodeGen: name must be a valid identifier");this.str=Ce}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}k.Name=u;class o extends _{constructor(Ce){super(),this._items="string"==typeof Ce?[Ce]:Ce}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const Ce=this._items[0];return""===Ce||'""'===Ce}get str(){var Ce;return null!==(Ce=this._str)&&void 0!==Ce?Ce:this._str=this._items.reduce((ft,Ue)=>`${ft}${Ue}`,"")}get names(){var Ce;return null!==(Ce=this._names)&&void 0!==Ce?Ce:this._names=this._items.reduce((ft,Ue)=>(Ue instanceof u&&(ft[Ue.str]=(ft[Ue.str]||0)+1),ft),{})}}function D(Se,...Ce){const ft=[Se[0]];let Ue=0;for(;Ue{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.or=k.and=k.not=k.CodeGen=k.operators=k.varKinds=k.ValueScopeName=k.ValueScope=k.Scope=k.Name=k.regexpCode=k.stringify=k.getProperty=k.nil=k.strConcat=k.str=k._=void 0;const u=_(7034),o=_(2193);var D=_(7034);Object.defineProperty(k,"_",{enumerable:!0,get:function(){return D._}}),Object.defineProperty(k,"str",{enumerable:!0,get:function(){return D.str}}),Object.defineProperty(k,"strConcat",{enumerable:!0,get:function(){return D.strConcat}}),Object.defineProperty(k,"nil",{enumerable:!0,get:function(){return D.nil}}),Object.defineProperty(k,"getProperty",{enumerable:!0,get:function(){return D.getProperty}}),Object.defineProperty(k,"stringify",{enumerable:!0,get:function(){return D.stringify}}),Object.defineProperty(k,"regexpCode",{enumerable:!0,get:function(){return D.regexpCode}}),Object.defineProperty(k,"Name",{enumerable:!0,get:function(){return D.Name}});var j=_(2193);Object.defineProperty(k,"Scope",{enumerable:!0,get:function(){return j.Scope}}),Object.defineProperty(k,"ValueScope",{enumerable:!0,get:function(){return j.ValueScope}}),Object.defineProperty(k,"ValueScopeName",{enumerable:!0,get:function(){return j.ValueScopeName}}),Object.defineProperty(k,"varKinds",{enumerable:!0,get:function(){return j.varKinds}}),k.operators={GT:new u._Code(">"),GTE:new u._Code(">="),LT:new u._Code("<"),LTE:new u._Code("<="),EQ:new u._Code("==="),NEQ:new u._Code("!=="),NOT:new u._Code("!"),OR:new u._Code("||"),AND:new u._Code("&&"),ADD:new u._Code("+")};class te{optimizeNodes(){return this}optimizeNames(De,Be){return this}}class U extends te{constructor(De,Be,Je){super(),this.varKind=De,this.name=Be,this.rhs=Je}render({es5:De,_n:Be}){return`${De?o.varKinds.var:this.varKind} ${this.name}${void 0===this.rhs?"":` = ${this.rhs}`};`+Be}optimizeNames(De,Be){if(De[this.name.str])return this.rhs&&(this.rhs=zn(this.rhs,De,Be)),this}get names(){return this.rhs instanceof u._CodeOrName?this.rhs.names:{}}}class X extends te{constructor(De,Be,Je){super(),this.lhs=De,this.rhs=Be,this.sideEffects=Je}render({_n:De}){return`${this.lhs} = ${this.rhs};`+De}optimizeNames(De,Be){if(!(this.lhs instanceof u.Name)||De[this.lhs.str]||this.sideEffects)return this.rhs=zn(this.rhs,De,Be),this}get names(){return $n(this.lhs instanceof u.Name?{}:{...this.lhs.names},this.rhs)}}class ee extends X{constructor(De,Be,Je,P){super(De,Je,P),this.op=Be}render({_n:De}){return`${this.lhs} ${this.op}= ${this.rhs};`+De}}class ne extends te{constructor(De){super(),this.label=De,this.names={}}render({_n:De}){return`${this.label}:`+De}}class ue extends te{constructor(De){super(),this.label=De,this.names={}}render({_n:De}){return`break${this.label?` ${this.label}`:""};`+De}}class ce extends te{constructor(De){super(),this.error=De}render({_n:De}){return`throw ${this.error};`+De}get names(){return this.error.names}}class he extends te{constructor(De){super(),this.code=De}render({_n:De}){return`${this.code};`+De}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(De,Be){return this.code=zn(this.code,De,Be),this}get names(){return this.code instanceof u._CodeOrName?this.code.names:{}}}class Ve extends te{constructor(De=[]){super(),this.nodes=De}render(De){return this.nodes.reduce((Be,Je)=>Be+Je.render(De),"")}optimizeNodes(){const{nodes:De}=this;let Be=De.length;for(;Be--;){const Je=De[Be].optimizeNodes();Array.isArray(Je)?De.splice(Be,1,...Je):Je?De[Be]=Je:De.splice(Be,1)}return De.length>0?this:void 0}optimizeNames(De,Be){const{nodes:Je}=this;let P=Je.length;for(;P--;){const Z=Je[P];Z.optimizeNames(De,Be)||(ri(De,Z.names),Je.splice(P,1))}return Je.length>0?this:void 0}get names(){return this.nodes.reduce((De,Be)=>Sn(De,Be.names),{})}}class be extends Ve{render(De){return"{"+De._n+super.render(De)+"}"+De._n}}class He extends Ve{}let Se=(()=>{class Ze extends be{}return Ze.kind="else",Ze})(),Ce=(()=>{class Ze extends be{constructor(Be,Je){super(Je),this.condition=Be}render(Be){let Je=`if(${this.condition})`+super.render(Be);return this.else&&(Je+="else "+this.else.render(Be)),Je}optimizeNodes(){super.optimizeNodes();const Be=this.condition;if(!0===Be)return this.nodes;let Je=this.else;if(Je){const P=Je.optimizeNodes();Je=this.else=Array.isArray(P)?new Se(P):P}return Je?!1===Be?Je instanceof Ze?Je:Je.nodes:this.nodes.length?this:new Ze(Pi(Be),Je instanceof Ze?[Je]:Je.nodes):!1!==Be&&this.nodes.length?this:void 0}optimizeNames(Be,Je){var P;if(this.else=null===(P=this.else)||void 0===P?void 0:P.optimizeNames(Be,Je),super.optimizeNames(Be,Je)||this.else)return this.condition=zn(this.condition,Be,Je),this}get names(){const Be=super.names;return $n(Be,this.condition),this.else&&Sn(Be,this.else.names),Be}}return Ze.kind="if",Ze})(),ft=(()=>{class Ze extends be{}return Ze.kind="for",Ze})();class Ue extends ft{constructor(De){super(),this.iteration=De}render(De){return`for(${this.iteration})`+super.render(De)}optimizeNames(De,Be){if(super.optimizeNames(De,Be))return this.iteration=zn(this.iteration,De,Be),this}get names(){return Sn(super.names,this.iteration.names)}}class je extends ft{constructor(De,Be,Je,P){super(),this.varKind=De,this.name=Be,this.from=Je,this.to=P}render(De){const Be=De.es5?o.varKinds.var:this.varKind,{name:Je,from:P,to:Z}=this;return`for(${Be} ${Je}=${P}; ${Je}<${Z}; ${Je}++)`+super.render(De)}get names(){const De=$n(super.names,this.from);return $n(De,this.to)}}class xe extends ft{constructor(De,Be,Je,P){super(),this.loop=De,this.varKind=Be,this.name=Je,this.iterable=P}render(De){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(De)}optimizeNames(De,Be){if(super.optimizeNames(De,Be))return this.iterable=zn(this.iterable,De,Be),this}get names(){return Sn(super.names,this.iterable.names)}}let ye=(()=>{class Ze extends be{constructor(Be,Je,P){super(),this.name=Be,this.args=Je,this.async=P}render(Be){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(Be)}}return Ze.kind="func",Ze})(),Oe=(()=>{class Ze extends Ve{render(Be){return"return "+super.render(Be)}}return Ze.kind="return",Ze})();class We extends be{render(De){let Be="try"+super.render(De);return this.catch&&(Be+=this.catch.render(De)),this.finally&&(Be+=this.finally.render(De)),Be}optimizeNodes(){var De,Be;return super.optimizeNodes(),null===(De=this.catch)||void 0===De||De.optimizeNodes(),null===(Be=this.finally)||void 0===Be||Be.optimizeNodes(),this}optimizeNames(De,Be){var Je,P;return super.optimizeNames(De,Be),null===(Je=this.catch)||void 0===Je||Je.optimizeNames(De,Be),null===(P=this.finally)||void 0===P||P.optimizeNames(De,Be),this}get names(){const De=super.names;return this.catch&&Sn(De,this.catch.names),this.finally&&Sn(De,this.finally.names),De}}let Ke=(()=>{class Ze extends be{constructor(Be){super(),this.error=Be}render(Be){return`catch(${this.error})`+super.render(Be)}}return Ze.kind="catch",Ze})(),xt=(()=>{class Ze extends be{render(Be){return"finally"+super.render(Be)}}return Ze.kind="finally",Ze})();function Sn(Ze,De){for(const Be in De)Ze[Be]=(Ze[Be]||0)+(De[Be]||0);return Ze}function $n(Ze,De){return De instanceof u._CodeOrName?Sn(Ze,De.names):Ze}function zn(Ze,De,Be){return Ze instanceof u.Name?Je(Ze):function P(Z){return Z instanceof u._Code&&Z._items.some(Ae=>Ae instanceof u.Name&&1===De[Ae.str]&&void 0!==Be[Ae.str])}(Ze)?new u._Code(Ze._items.reduce((Z,Ae)=>(Ae instanceof u.Name&&(Ae=Je(Ae)),Ae instanceof u._Code?Z.push(...Ae._items):Z.push(Ae),Z),[])):Ze;function Je(Z){const Ae=Be[Z.str];return void 0===Ae||1!==De[Z.str]?Z:(delete De[Z.str],Ae)}}function ri(Ze,De){for(const Be in De)Ze[Be]=(Ze[Be]||0)-(De[Be]||0)}function Pi(Ze){return"boolean"==typeof Ze||"number"==typeof Ze||null===Ze?!Ze:u._`!${_t(Ze)}`}k.CodeGen=class Tt{constructor(De,Be={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...Be,_n:Be.lines?"\n":""},this._extScope=De,this._scope=new o.Scope({parent:De}),this._nodes=[new He]}toString(){return this._root.render(this.opts)}name(De){return this._scope.name(De)}scopeName(De){return this._extScope.name(De)}scopeValue(De,Be){const Je=this._extScope.value(De,Be);return(this._values[Je.prefix]||(this._values[Je.prefix]=new Set)).add(Je),Je}getScopeValue(De,Be){return this._extScope.getValue(De,Be)}scopeRefs(De){return this._extScope.scopeRefs(De,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(De,Be,Je,P){const Z=this._scope.toName(Be);return void 0!==Je&&P&&(this._constants[Z.str]=Je),this._leafNode(new U(De,Z,Je)),Z}const(De,Be,Je){return this._def(o.varKinds.const,De,Be,Je)}let(De,Be,Je){return this._def(o.varKinds.let,De,Be,Je)}var(De,Be,Je){return this._def(o.varKinds.var,De,Be,Je)}assign(De,Be,Je){return this._leafNode(new X(De,Be,Je))}add(De,Be){return this._leafNode(new ee(De,k.operators.ADD,Be))}code(De){return"function"==typeof De?De():De!==u.nil&&this._leafNode(new he(De)),this}object(...De){const Be=["{"];for(const[Je,P]of De)Be.length>1&&Be.push(","),Be.push(Je),(Je!==P||this.opts.es5)&&(Be.push(":"),(0,u.addCodeArg)(Be,P));return Be.push("}"),new u._Code(Be)}if(De,Be,Je){if(this._blockNode(new Ce(De)),Be&&Je)this.code(Be).else().code(Je).endIf();else if(Be)this.code(Be).endIf();else if(Je)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(De){return this._elseNode(new Ce(De))}else(){return this._elseNode(new Se)}endIf(){return this._endBlockNode(Ce,Se)}_for(De,Be){return this._blockNode(De),Be&&this.code(Be).endFor(),this}for(De,Be){return this._for(new Ue(De),Be)}forRange(De,Be,Je,P,Z=(this.opts.es5?o.varKinds.var:o.varKinds.let)){const Ae=this._scope.toName(De);return this._for(new je(Z,Ae,Be,Je),()=>P(Ae))}forOf(De,Be,Je,P=o.varKinds.const){const Z=this._scope.toName(De);if(this.opts.es5){const Ae=Be instanceof u.Name?Be:this.var("_arr",Be);return this.forRange("_i",0,u._`${Ae}.length`,Fe=>{this.var(Z,u._`${Ae}[${Fe}]`),Je(Z)})}return this._for(new xe("of",P,Z,Be),()=>Je(Z))}forIn(De,Be,Je,P=(this.opts.es5?o.varKinds.var:o.varKinds.const)){if(this.opts.ownProperties)return this.forOf(De,u._`Object.keys(${Be})`,Je);const Z=this._scope.toName(De);return this._for(new xe("in",P,Z,Be),()=>Je(Z))}endFor(){return this._endBlockNode(ft)}label(De){return this._leafNode(new ne(De))}break(De){return this._leafNode(new ue(De))}return(De){const Be=new Oe;if(this._blockNode(Be),this.code(De),1!==Be.nodes.length)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Oe)}try(De,Be,Je){if(!Be&&!Je)throw new Error('CodeGen: "try" without "catch" and "finally"');const P=new We;if(this._blockNode(P),this.code(De),Be){const Z=this.name("e");this._currNode=P.catch=new Ke(Z),Be(Z)}return Je&&(this._currNode=P.finally=new xt,this.code(Je)),this._endBlockNode(Ke,xt)}throw(De){return this._leafNode(new ce(De))}block(De,Be){return this._blockStarts.push(this._nodes.length),De&&this.code(De).endBlock(Be),this}endBlock(De){const Be=this._blockStarts.pop();if(void 0===Be)throw new Error("CodeGen: not in self-balancing block");const Je=this._nodes.length-Be;if(Je<0||void 0!==De&&Je!==De)throw new Error(`CodeGen: wrong number of nodes: ${Je} vs ${De} expected`);return this._nodes.length=Be,this}func(De,Be=u.nil,Je,P){return this._blockNode(new ye(De,Be,Je)),P&&this.code(P).endFunc(),this}endFunc(){return this._endBlockNode(ye)}optimize(De=1){for(;De-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(De){return this._currNode.nodes.push(De),this}_blockNode(De){this._currNode.nodes.push(De),this._nodes.push(De)}_endBlockNode(De,Be){const Je=this._currNode;if(Je instanceof De||Be&&Je instanceof Be)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${Be?`${De.kind}/${Be.kind}`:De.kind}"`)}_elseNode(De){const Be=this._currNode;if(!(Be instanceof Ce))throw new Error('CodeGen: "else" without "if"');return this._currNode=Be.else=De,this}get _root(){return this._nodes[0]}get _currNode(){const De=this._nodes;return De[De.length-1]}set _currNode(De){const Be=this._nodes;Be[Be.length-1]=De}},k.not=Pi;const jn=Mt(k.operators.AND);k.and=function zi(...Ze){return Ze.reduce(jn)};const Ei=Mt(k.operators.OR);function Mt(Ze){return(De,Be)=>De===u.nil?Be:Be===u.nil?De:u._`${_t(De)} ${Ze} ${_t(Be)}`}function _t(Ze){return Ze instanceof u.Name?Ze:u._`(${Ze})`}k.or=function mn(...Ze){return Ze.reduce(Ei)}},2193:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.ValueScope=k.ValueScopeName=k.Scope=k.varKinds=k.UsedValueState=void 0;const u=_(7034);class o extends Error{constructor(ne){super(`CodeGen: "code" for ${ne} not defined`),this.value=ne.value}}var D=function(ee){return ee[ee.Started=0]="Started",ee[ee.Completed=1]="Completed",ee}(D||(k.UsedValueState=D={}));k.varKinds={const:new u.Name("const"),let:new u.Name("let"),var:new u.Name("var")};class j{constructor({prefixes:ne,parent:ue}={}){this._names={},this._prefixes=ne,this._parent=ue}toName(ne){return ne instanceof u.Name?ne:this.name(ne)}name(ne){return new u.Name(this._newName(ne))}_newName(ne){return`${ne}${(this._names[ne]||this._nameGroup(ne)).index++}`}_nameGroup(ne){var ue,ce;if(null!==(ce=null===(ue=this._parent)||void 0===ue?void 0:ue._prefixes)&&void 0!==ce&&ce.has(ne)||this._prefixes&&!this._prefixes.has(ne))throw new Error(`CodeGen: prefix "${ne}" is not allowed in this scope`);return this._names[ne]={prefix:ne,index:0}}}k.Scope=j;class te extends u.Name{constructor(ne,ue){super(ue),this.prefix=ne}setValue(ne,{property:ue,itemIndex:ce}){this.value=ne,this.scopePath=u._`.${new u.Name(ue)}[${ce}]`}}k.ValueScopeName=te;const U=u._`\n`;k.ValueScope=class X extends j{constructor(ne){super(ne),this._values={},this._scope=ne.scope,this.opts={...ne,_n:ne.lines?U:u.nil}}get(){return this._scope}name(ne){return new te(ne,this._newName(ne))}value(ne,ue){var ce;if(void 0===ue.ref)throw new Error("CodeGen: ref must be passed in value");const he=this.toName(ne),{prefix:Ve}=he,be=null!==(ce=ue.key)&&void 0!==ce?ce:ue.ref;let He=this._values[Ve];if(He){const ft=He.get(be);if(ft)return ft}else He=this._values[Ve]=new Map;He.set(be,he);const Se=this._scope[Ve]||(this._scope[Ve]=[]),Ce=Se.length;return Se[Ce]=ue.ref,he.setValue(ue,{property:Ve,itemIndex:Ce}),he}getValue(ne,ue){const ce=this._values[ne];if(ce)return ce.get(ue)}scopeRefs(ne,ue=this._values){return this._reduceValues(ue,ce=>{if(void 0===ce.scopePath)throw new Error(`CodeGen: name "${ce}" has no value`);return u._`${ne}${ce.scopePath}`})}scopeCode(ne=this._values,ue,ce){return this._reduceValues(ne,he=>{if(void 0===he.value)throw new Error(`CodeGen: name "${he}" has no value`);return he.value.code},ue,ce)}_reduceValues(ne,ue,ce={},he){let Ve=u.nil;for(const be in ne){const He=ne[be];if(!He)continue;const Se=ce[be]=ce[be]||new Map;He.forEach(Ce=>{if(Se.has(Ce))return;Se.set(Ce,D.Started);let ft=ue(Ce);if(ft)Ve=u._`${Ve}${this.opts.es5?k.varKinds.var:k.varKinds.const} ${Ce} = ${ft};${this.opts._n}`;else{if(!(ft=he?.(Ce)))throw new o(Ce);Ve=u._`${Ve}${ft}${this.opts._n}`}Se.set(Ce,D.Completed)})}return Ve}}},8512:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.extendErrors=k.resetErrorsCount=k.reportExtraError=k.reportError=k.keyword$DataError=k.keywordError=void 0;const u=_(8012),o=_(8193),D=_(2786);function ee(Se,Ce){const ft=Se.const("err",Ce);Se.if(u._`${D.default.vErrors} === null`,()=>Se.assign(D.default.vErrors,u._`[${ft}]`),u._`${D.default.vErrors}.push(${ft})`),Se.code(u._`${D.default.errors}++`)}function ne(Se,Ce){const{gen:ft,validateName:Ue,schemaEnv:je}=Se;je.$async?ft.throw(u._`new ${Se.ValidationError}(${Ce})`):(ft.assign(u._`${Ue}.errors`,Ce),ft.return(!1))}k.keywordError={message:({keyword:Se})=>u.str`must pass "${Se}" keyword validation`},k.keyword$DataError={message:({keyword:Se,schemaType:Ce})=>Ce?u.str`"${Se}" keyword must be ${Ce} ($data)`:u.str`"${Se}" keyword is invalid ($data)`},k.reportError=function j(Se,Ce=k.keywordError,ft,Ue){const{it:je}=Se,{gen:xe,compositeRule:ye,allErrors:Oe}=je,We=ce(Se,Ce,ft);Ue??(ye||Oe)?ee(xe,We):ne(je,u._`[${We}]`)},k.reportExtraError=function te(Se,Ce=k.keywordError,ft){const{it:Ue}=Se,{gen:je,compositeRule:xe,allErrors:ye}=Ue;ee(je,ce(Se,Ce,ft)),xe||ye||ne(Ue,D.default.vErrors)},k.resetErrorsCount=function U(Se,Ce){Se.assign(D.default.errors,Ce),Se.if(u._`${D.default.vErrors} !== null`,()=>Se.if(Ce,()=>Se.assign(u._`${D.default.vErrors}.length`,Ce),()=>Se.assign(D.default.vErrors,null)))},k.extendErrors=function X({gen:Se,keyword:Ce,schemaValue:ft,data:Ue,errsCount:je,it:xe}){if(void 0===je)throw new Error("ajv implementation error");const ye=Se.name("err");Se.forRange("i",je,D.default.errors,Oe=>{Se.const(ye,u._`${D.default.vErrors}[${Oe}]`),Se.if(u._`${ye}.instancePath === undefined`,()=>Se.assign(u._`${ye}.instancePath`,(0,u.strConcat)(D.default.instancePath,xe.errorPath))),Se.assign(u._`${ye}.schemaPath`,u.str`${xe.errSchemaPath}/${Ce}`),xe.opts.verbose&&(Se.assign(u._`${ye}.schema`,ft),Se.assign(u._`${ye}.data`,Ue))})};const ue={keyword:new u.Name("keyword"),schemaPath:new u.Name("schemaPath"),params:new u.Name("params"),propertyName:new u.Name("propertyName"),message:new u.Name("message"),schema:new u.Name("schema"),parentSchema:new u.Name("parentSchema")};function ce(Se,Ce,ft){const{createErrors:Ue}=Se.it;return!1===Ue?u._`{}`:function he(Se,Ce,ft={}){const{gen:Ue,it:je}=Se,xe=[Ve(je,ft),be(Se,ft)];return function He(Se,{params:Ce,message:ft},Ue){const{keyword:je,data:xe,schemaValue:ye,it:Oe}=Se,{opts:We,propertyName:Ke,topSchemaRef:xt,schemaPath:Tt}=Oe;Ue.push([ue.keyword,je],[ue.params,"function"==typeof Ce?Ce(Se):Ce||u._`{}`]),We.messages&&Ue.push([ue.message,"function"==typeof ft?ft(Se):ft]),We.verbose&&Ue.push([ue.schema,ye],[ue.parentSchema,u._`${xt}${Tt}`],[D.default.data,xe]),Ke&&Ue.push([ue.propertyName,Ke])}(Se,Ce,xe),Ue.object(...xe)}(Se,Ce,ft)}function Ve({errorPath:Se},{instancePath:Ce}){const ft=Ce?u.str`${Se}${(0,o.getErrorPath)(Ce,o.Type.Str)}`:Se;return[D.default.instancePath,(0,u.strConcat)(D.default.instancePath,ft)]}function be({keyword:Se,it:{errSchemaPath:Ce}},{schemaPath:ft,parentSchema:Ue}){let je=Ue?Ce:u.str`${Ce}/${Se}`;return ft&&(je=u.str`${je}${(0,o.getErrorPath)(ft,o.Type.Str)}`),[ue.schemaPath,je]}},8723:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.resolveSchema=k.getCompilingSchema=k.resolveRef=k.compileSchema=k.SchemaEnv=void 0;const u=_(8012),o=_(4773),D=_(2786),j=_(3401),te=_(8193),U=_(6370);class X{constructor(ft){var Ue;let je;this.refs={},this.dynamicAnchors={},"object"==typeof ft.schema&&(je=ft.schema),this.schema=ft.schema,this.schemaId=ft.schemaId,this.root=ft.root||this,this.baseId=null!==(Ue=ft.baseId)&&void 0!==Ue?Ue:(0,j.normalizeId)(je?.[ft.schemaId||"$id"]),this.schemaPath=ft.schemaPath,this.localRefs=ft.localRefs,this.meta=ft.meta,this.$async=je?.$async,this.refs={}}}function ee(Ce){const ft=ce.call(this,Ce);if(ft)return ft;const Ue=(0,j.getFullPath)(this.opts.uriResolver,Ce.root.baseId),{es5:je,lines:xe}=this.opts.code,{ownProperties:ye}=this.opts,Oe=new u.CodeGen(this.scope,{es5:je,lines:xe,ownProperties:ye});let We;Ce.$async&&(We=Oe.scopeValue("Error",{ref:o.default,code:u._`require("ajv/dist/runtime/validation_error").default`}));const Ke=Oe.scopeName("validate");Ce.validateName=Ke;const xt={gen:Oe,allErrors:this.opts.allErrors,data:D.default.data,parentData:D.default.parentData,parentDataProperty:D.default.parentDataProperty,dataNames:[D.default.data],dataPathArr:[u.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:Oe.scopeValue("schema",!0===this.opts.code.source?{ref:Ce.schema,code:(0,u.stringify)(Ce.schema)}:{ref:Ce.schema}),validateName:Ke,ValidationError:We,schema:Ce.schema,schemaEnv:Ce,rootId:Ue,baseId:Ce.baseId||Ue,schemaPath:u.nil,errSchemaPath:Ce.schemaPath||(this.opts.jtd?"":"#"),errorPath:u._`""`,opts:this.opts,self:this};let Tt;try{this._compilations.add(Ce),(0,U.validateFunctionCode)(xt),Oe.optimize(this.opts.code.optimize);const Sn=Oe.toString();Tt=`${Oe.scopeRefs(D.default.scope)}return ${Sn}`,this.opts.code.process&&(Tt=this.opts.code.process(Tt,Ce));const zn=new Function(`${D.default.self}`,`${D.default.scope}`,Tt)(this,this.scope.get());if(this.scope.value(Ke,{ref:zn}),zn.errors=null,zn.schema=Ce.schema,zn.schemaEnv=Ce,Ce.$async&&(zn.$async=!0),!0===this.opts.code.source&&(zn.source={validateName:Ke,validateCode:Sn,scopeValues:Oe._values}),this.opts.unevaluated){const{props:ri,items:Pi}=xt;zn.evaluated={props:ri instanceof u.Name?void 0:ri,items:Pi instanceof u.Name?void 0:Pi,dynamicProps:ri instanceof u.Name,dynamicItems:Pi instanceof u.Name},zn.source&&(zn.source.evaluated=(0,u.stringify)(zn.evaluated))}return Ce.validate=zn,Ce}catch(Sn){throw delete Ce.validate,delete Ce.validateName,Tt&&this.logger.error("Error compiling schema, function code:",Tt),Sn}finally{this._compilations.delete(Ce)}}function ue(Ce){return(0,j.inlineRef)(Ce.schema,this.opts.inlineRefs)?Ce.schema:Ce.validate?Ce:ee.call(this,Ce)}function ce(Ce){for(const ft of this._compilations)if(he(ft,Ce))return ft}function he(Ce,ft){return Ce.schema===ft.schema&&Ce.root===ft.root&&Ce.baseId===ft.baseId}function Ve(Ce,ft){let Ue;for(;"string"==typeof(Ue=this.refs[ft]);)ft=Ue;return Ue||this.schemas[ft]||be.call(this,Ce,ft)}function be(Ce,ft){const Ue=this.opts.uriResolver.parse(ft),je=(0,j._getFullPath)(this.opts.uriResolver,Ue);let xe=(0,j.getFullPath)(this.opts.uriResolver,Ce.baseId,void 0);if(Object.keys(Ce.schema).length>0&&je===xe)return Se.call(this,Ue,Ce);const ye=(0,j.normalizeId)(je),Oe=this.refs[ye]||this.schemas[ye];if("string"==typeof Oe){const We=be.call(this,Ce,Oe);return"object"!=typeof We?.schema?void 0:Se.call(this,Ue,We)}if("object"==typeof Oe?.schema){if(Oe.validate||ee.call(this,Oe),ye===(0,j.normalizeId)(ft)){const{schema:We}=Oe,{schemaId:Ke}=this.opts,xt=We[Ke];return xt&&(xe=(0,j.resolveUrl)(this.opts.uriResolver,xe,xt)),new X({schema:We,schemaId:Ke,root:Ce,baseId:xe})}return Se.call(this,Ue,Oe)}}k.SchemaEnv=X,k.compileSchema=ee,k.resolveRef=function ne(Ce,ft,Ue){var je;Ue=(0,j.resolveUrl)(this.opts.uriResolver,ft,Ue);const xe=Ce.refs[Ue];if(xe)return xe;let ye=Ve.call(this,Ce,Ue);if(void 0===ye){const Oe=null===(je=Ce.localRefs)||void 0===je?void 0:je[Ue],{schemaId:We}=this.opts;Oe&&(ye=new X({schema:Oe,schemaId:We,root:Ce,baseId:ft}))}return void 0!==ye?Ce.refs[Ue]=ue.call(this,ye):void 0},k.getCompilingSchema=ce,k.resolveSchema=be;const He=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Se(Ce,{baseId:ft,schema:Ue,root:je}){var xe;if("/"!==(null===(xe=Ce.fragment)||void 0===xe?void 0:xe[0]))return;for(const We of Ce.fragment.slice(1).split("/")){if("boolean"==typeof Ue)return;const Ke=Ue[(0,te.unescapeFragment)(We)];if(void 0===Ke)return;const xt="object"==typeof(Ue=Ke)&&Ue[this.opts.schemaId];!He.has(We)&&xt&&(ft=(0,j.resolveUrl)(this.opts.uriResolver,ft,xt))}let ye;if("boolean"!=typeof Ue&&Ue.$ref&&!(0,te.schemaHasRulesButRef)(Ue,this.RULES)){const We=(0,j.resolveUrl)(this.opts.uriResolver,ft,Ue.$ref);ye=be.call(this,je,We)}const{schemaId:Oe}=this.opts;return ye=ye||new X({schema:Ue,schemaId:Oe,root:je,baseId:ft}),ye.schema!==ye.root.schema?ye:void 0}},2786:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o={data:new u.Name("data"),valCxt:new u.Name("valCxt"),instancePath:new u.Name("instancePath"),parentData:new u.Name("parentData"),parentDataProperty:new u.Name("parentDataProperty"),rootData:new u.Name("rootData"),dynamicAnchors:new u.Name("dynamicAnchors"),vErrors:new u.Name("vErrors"),errors:new u.Name("errors"),this:new u.Name("this"),self:new u.Name("self"),scope:new u.Name("scope"),json:new u.Name("json"),jsonPos:new u.Name("jsonPos"),jsonLen:new u.Name("jsonLen"),jsonPart:new u.Name("jsonPart")};k.default=o},1637:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(3401);class o extends Error{constructor(j,te,U,X){super(X||`can't resolve reference ${U} from id ${te}`),this.missingRef=(0,u.resolveUrl)(j,te,U),this.missingSchema=(0,u.normalizeId)((0,u.getFullPath)(j,this.missingRef))}}k.default=o},3401:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.getSchemaRefs=k.resolveUrl=k.normalizeId=k._getFullPath=k.getFullPath=k.inlineRef=void 0;const u=_(8193),o=_(864),D=_(9678),j=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);k.inlineRef=function te(Se,Ce=!0){return"boolean"==typeof Se||(!0===Ce?!X(Se):!!Ce&&ee(Se)<=Ce)};const U=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function X(Se){for(const Ce in Se){if(U.has(Ce))return!0;const ft=Se[Ce];if(Array.isArray(ft)&&ft.some(X)||"object"==typeof ft&&X(ft))return!0}return!1}function ee(Se){let Ce=0;for(const ft in Se){if("$ref"===ft)return 1/0;if(Ce++,!j.has(ft)&&("object"==typeof Se[ft]&&(0,u.eachItem)(Se[ft],Ue=>Ce+=ee(Ue)),Ce===1/0))return 1/0}return Ce}function ne(Se,Ce="",ft){!1!==ft&&(Ce=he(Ce));const Ue=Se.parse(Ce);return ue(Se,Ue)}function ue(Se,Ce){return Se.serialize(Ce).split("#")[0]+"#"}k.getFullPath=ne,k._getFullPath=ue;const ce=/#\/?$/;function he(Se){return Se?Se.replace(ce,""):""}k.normalizeId=he,k.resolveUrl=function Ve(Se,Ce,ft){return ft=he(ft),Se.resolve(Ce,ft)};const be=/^[a-z_][-a-z0-9._]*$/i;k.getSchemaRefs=function He(Se,Ce){if("boolean"==typeof Se)return{};const{schemaId:ft,uriResolver:Ue}=this.opts,je=he(Se[ft]||Ce),xe={"":je},ye=ne(Ue,je,!1),Oe={},We=new Set;return D(Se,{allKeys:!0},(Tt,Sn,$n,zn)=>{if(void 0===zn)return;const ri=ye+Sn;let Pi=xe[zn];function jn(Ei){if(Ei=he(Pi?(0,this.opts.uriResolver.resolve)(Pi,Ei):Ei),We.has(Ei))throw xt(Ei);We.add(Ei);let Mt=this.refs[Ei];return"string"==typeof Mt&&(Mt=this.refs[Mt]),"object"==typeof Mt?Ke(Tt,Mt.schema,Ei):Ei!==he(ri)&&("#"===Ei[0]?(Ke(Tt,Oe[Ei],Ei),Oe[Ei]=Tt):this.refs[Ei]=ri),Ei}function zi(Ei){if("string"==typeof Ei){if(!be.test(Ei))throw new Error(`invalid anchor "${Ei}"`);jn.call(this,`#${Ei}`)}}"string"==typeof Tt[ft]&&(Pi=jn.call(this,Tt[ft])),zi.call(this,Tt.$anchor),zi.call(this,Tt.$dynamicAnchor),xe[Sn]=Pi}),Oe;function Ke(Tt,Sn,$n){if(void 0!==Sn&&!o(Tt,Sn))throw xt($n)}function xt(Tt){return new Error(`reference "${Tt}" resolves to more than one schema`)}}},4009:(ve,k)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.getRules=k.isJSONType=void 0;const u=new Set(["string","number","integer","boolean","null","object","array"]);k.isJSONType=function o(j){return"string"==typeof j&&u.has(j)},k.getRules=function D(){const j={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...j,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},j.number,j.string,j.array,j.object],post:{rules:[]},all:{},keywords:{}}}},8193:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.checkStrictMode=k.getErrorPath=k.Type=k.useFunc=k.setEvaluated=k.evaluatedPropsToName=k.mergeEvaluated=k.eachItem=k.unescapeJsonPointer=k.escapeJsonPointer=k.escapeFragment=k.unescapeFragment=k.schemaRefOrVal=k.schemaHasRulesButRef=k.schemaHasRules=k.checkUnknownRules=k.alwaysValidSchema=k.toHash=void 0;const u=_(8012),o=_(7034);function te(ye,Oe=ye.schema){const{opts:We,self:Ke}=ye;if(!We.strictSchema||"boolean"==typeof Oe)return;const xt=Ke.RULES.keywords;for(const Tt in Oe)xt[Tt]||xe(ye,`unknown keyword: "${Tt}"`)}function U(ye,Oe){if("boolean"==typeof ye)return!ye;for(const We in ye)if(Oe[We])return!0;return!1}function ce(ye){return"number"==typeof ye?`${ye}`:ye.replace(/~/g,"~0").replace(/\//g,"~1")}function he(ye){return ye.replace(/~1/g,"/").replace(/~0/g,"~")}function be({mergeNames:ye,mergeToName:Oe,mergeValues:We,resultToName:Ke}){return(xt,Tt,Sn,$n)=>{const zn=void 0===Sn?Tt:Sn instanceof u.Name?(Tt instanceof u.Name?ye(xt,Tt,Sn):Oe(xt,Tt,Sn),Sn):Tt instanceof u.Name?(Oe(xt,Sn,Tt),Tt):We(Tt,Sn);return $n!==u.Name||zn instanceof u.Name?zn:Ke(xt,zn)}}function He(ye,Oe){if(!0===Oe)return ye.var("props",!0);const We=ye.var("props",u._`{}`);return void 0!==Oe&&Se(ye,We,Oe),We}function Se(ye,Oe,We){Object.keys(We).forEach(Ke=>ye.assign(u._`${Oe}${(0,u.getProperty)(Ke)}`,!0))}k.toHash=function D(ye){const Oe={};for(const We of ye)Oe[We]=!0;return Oe},k.alwaysValidSchema=function j(ye,Oe){return"boolean"==typeof Oe?Oe:0===Object.keys(Oe).length||(te(ye,Oe),!U(Oe,ye.self.RULES.all))},k.checkUnknownRules=te,k.schemaHasRules=U,k.schemaHasRulesButRef=function X(ye,Oe){if("boolean"==typeof ye)return!ye;for(const We in ye)if("$ref"!==We&&Oe.all[We])return!0;return!1},k.schemaRefOrVal=function ee({topSchemaRef:ye,schemaPath:Oe},We,Ke,xt){if(!xt){if("number"==typeof We||"boolean"==typeof We)return We;if("string"==typeof We)return u._`${We}`}return u._`${ye}${Oe}${(0,u.getProperty)(Ke)}`},k.unescapeFragment=function ne(ye){return he(decodeURIComponent(ye))},k.escapeFragment=function ue(ye){return encodeURIComponent(ce(ye))},k.escapeJsonPointer=ce,k.unescapeJsonPointer=he,k.eachItem=function Ve(ye,Oe){if(Array.isArray(ye))for(const We of ye)Oe(We);else Oe(ye)},k.mergeEvaluated={props:be({mergeNames:(ye,Oe,We)=>ye.if(u._`${We} !== true && ${Oe} !== undefined`,()=>{ye.if(u._`${Oe} === true`,()=>ye.assign(We,!0),()=>ye.assign(We,u._`${We} || {}`).code(u._`Object.assign(${We}, ${Oe})`))}),mergeToName:(ye,Oe,We)=>ye.if(u._`${We} !== true`,()=>{!0===Oe?ye.assign(We,!0):(ye.assign(We,u._`${We} || {}`),Se(ye,We,Oe))}),mergeValues:(ye,Oe)=>!0===ye||{...ye,...Oe},resultToName:He}),items:be({mergeNames:(ye,Oe,We)=>ye.if(u._`${We} !== true && ${Oe} !== undefined`,()=>ye.assign(We,u._`${Oe} === true ? true : ${We} > ${Oe} ? ${We} : ${Oe}`)),mergeToName:(ye,Oe,We)=>ye.if(u._`${We} !== true`,()=>ye.assign(We,!0===Oe||u._`${We} > ${Oe} ? ${We} : ${Oe}`)),mergeValues:(ye,Oe)=>!0===ye||Math.max(ye,Oe),resultToName:(ye,Oe)=>ye.var("items",Oe)})},k.evaluatedPropsToName=He,k.setEvaluated=Se;const Ce={};k.useFunc=function ft(ye,Oe){return ye.scopeValue("func",{ref:Oe,code:Ce[Oe.code]||(Ce[Oe.code]=new o._Code(Oe.code))})};var Ue=function(ye){return ye[ye.Num=0]="Num",ye[ye.Str=1]="Str",ye}(Ue||(k.Type=Ue={}));function xe(ye,Oe,We=ye.opts.strictSchema){if(We){if(Oe=`strict mode: ${Oe}`,!0===We)throw new Error(Oe);ye.self.logger.warn(Oe)}}k.getErrorPath=function je(ye,Oe,We){if(ye instanceof u.Name){const Ke=Oe===Ue.Num;return We?Ke?u._`"[" + ${ye} + "]"`:u._`"['" + ${ye} + "']"`:Ke?u._`"/" + ${ye}`:u._`"/" + ${ye}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return We?(0,u.getProperty)(ye).toString():"/"+ce(ye)},k.checkStrictMode=xe},413:(ve,k)=>{"use strict";function u(D,j){return j.rules.some(te=>o(D,te))}function o(D,j){var te;return void 0!==D[j.keyword]||(null===(te=j.definition.implements)||void 0===te?void 0:te.some(U=>void 0!==D[U]))}Object.defineProperty(k,"__esModule",{value:!0}),k.shouldUseRule=k.shouldUseGroup=k.schemaHasRulesForType=void 0,k.schemaHasRulesForType=function _({schema:D,self:j},te){const U=j.RULES.types[te];return U&&!0!==U&&u(D,U)},k.shouldUseGroup=u,k.shouldUseRule=o},8505:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.boolOrEmptySchema=k.topBoolOrEmptySchema=void 0;const u=_(8512),o=_(8012),D=_(2786),j={message:"boolean schema is false"};function X(ee,ne){const{gen:ue,data:ce}=ee;(0,u.reportError)({gen:ue,keyword:"false schema",data:ce,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:ee},j,void 0,ne)}k.topBoolOrEmptySchema=function te(ee){const{gen:ne,schema:ue,validateName:ce}=ee;!1===ue?X(ee,!1):"object"==typeof ue&&!0===ue.$async?ne.return(D.default.data):(ne.assign(o._`${ce}.errors`,null),ne.return(!0))},k.boolOrEmptySchema=function U(ee,ne){const{gen:ue,schema:ce}=ee;!1===ce?(ue.var(ne,!1),X(ee)):ue.var(ne,!0)}},6993:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.reportTypeError=k.checkDataTypes=k.checkDataType=k.coerceAndCheckDataType=k.getJSONTypes=k.getSchemaTypes=k.DataType=void 0;const u=_(4009),o=_(413),D=_(8512),j=_(8012),te=_(8193);var U=function(Ue){return Ue[Ue.Correct=0]="Correct",Ue[Ue.Wrong=1]="Wrong",Ue}(U||(k.DataType=U={}));function ee(Ue){const je=Array.isArray(Ue)?Ue:Ue?[Ue]:[];if(je.every(u.isJSONType))return je;throw new Error("type must be JSONType or JSONType[]: "+je.join(","))}k.getSchemaTypes=function X(Ue){const je=ee(Ue.type);if(je.includes("null")){if(!1===Ue.nullable)throw new Error("type: null contradicts nullable: false")}else{if(!je.length&&void 0!==Ue.nullable)throw new Error('"nullable" cannot be used without "type"');!0===Ue.nullable&&je.push("null")}return je},k.getJSONTypes=ee,k.coerceAndCheckDataType=function ne(Ue,je){const{gen:xe,data:ye,opts:Oe}=Ue,We=function ce(Ue,je){return je?Ue.filter(xe=>ue.has(xe)||"array"===je&&"array"===xe):[]}(je,Oe.coerceTypes),Ke=je.length>0&&!(0===We.length&&1===je.length&&(0,o.schemaHasRulesForType)(Ue,je[0]));if(Ke){const xt=He(je,ye,Oe.strictNumbers,U.Wrong);xe.if(xt,()=>{We.length?function he(Ue,je,xe){const{gen:ye,data:Oe,opts:We}=Ue,Ke=ye.let("dataType",j._`typeof ${Oe}`),xt=ye.let("coerced",j._`undefined`);"array"===We.coerceTypes&&ye.if(j._`${Ke} == 'object' && Array.isArray(${Oe}) && ${Oe}.length == 1`,()=>ye.assign(Oe,j._`${Oe}[0]`).assign(Ke,j._`typeof ${Oe}`).if(He(je,Oe,We.strictNumbers),()=>ye.assign(xt,Oe))),ye.if(j._`${xt} !== undefined`);for(const Sn of xe)(ue.has(Sn)||"array"===Sn&&"array"===We.coerceTypes)&&Tt(Sn);function Tt(Sn){switch(Sn){case"string":return void ye.elseIf(j._`${Ke} == "number" || ${Ke} == "boolean"`).assign(xt,j._`"" + ${Oe}`).elseIf(j._`${Oe} === null`).assign(xt,j._`""`);case"number":return void ye.elseIf(j._`${Ke} == "boolean" || ${Oe} === null + || (${Ke} == "string" && ${Oe} && ${Oe} == +${Oe})`).assign(xt,j._`+${Oe}`);case"integer":return void ye.elseIf(j._`${Ke} === "boolean" || ${Oe} === null + || (${Ke} === "string" && ${Oe} && ${Oe} == +${Oe} && !(${Oe} % 1))`).assign(xt,j._`+${Oe}`);case"boolean":return void ye.elseIf(j._`${Oe} === "false" || ${Oe} === 0 || ${Oe} === null`).assign(xt,!1).elseIf(j._`${Oe} === "true" || ${Oe} === 1`).assign(xt,!0);case"null":return ye.elseIf(j._`${Oe} === "" || ${Oe} === 0 || ${Oe} === false`),void ye.assign(xt,null);case"array":ye.elseIf(j._`${Ke} === "string" || ${Ke} === "number" + || ${Ke} === "boolean" || ${Oe} === null`).assign(xt,j._`[${Oe}]`)}}ye.else(),Ce(Ue),ye.endIf(),ye.if(j._`${xt} !== undefined`,()=>{ye.assign(Oe,xt),function Ve({gen:Ue,parentData:je,parentDataProperty:xe},ye){Ue.if(j._`${je} !== undefined`,()=>Ue.assign(j._`${je}[${xe}]`,ye))}(Ue,xt)})}(Ue,je,We):Ce(Ue)})}return Ke};const ue=new Set(["string","number","integer","boolean","null"]);function be(Ue,je,xe,ye=U.Correct){const Oe=ye===U.Correct?j.operators.EQ:j.operators.NEQ;let We;switch(Ue){case"null":return j._`${je} ${Oe} null`;case"array":We=j._`Array.isArray(${je})`;break;case"object":We=j._`${je} && typeof ${je} == "object" && !Array.isArray(${je})`;break;case"integer":We=Ke(j._`!(${je} % 1) && !isNaN(${je})`);break;case"number":We=Ke();break;default:return j._`typeof ${je} ${Oe} ${Ue}`}return ye===U.Correct?We:(0,j.not)(We);function Ke(xt=j.nil){return(0,j.and)(j._`typeof ${je} == "number"`,xt,xe?j._`isFinite(${je})`:j.nil)}}function He(Ue,je,xe,ye){if(1===Ue.length)return be(Ue[0],je,xe,ye);let Oe;const We=(0,te.toHash)(Ue);if(We.array&&We.object){const Ke=j._`typeof ${je} != "object"`;Oe=We.null?Ke:j._`!${je} || ${Ke}`,delete We.null,delete We.array,delete We.object}else Oe=j.nil;We.number&&delete We.integer;for(const Ke in We)Oe=(0,j.and)(Oe,be(Ke,je,xe,ye));return Oe}k.checkDataType=be,k.checkDataTypes=He;const Se={message:({schema:Ue})=>`must be ${Ue}`,params:({schema:Ue,schemaValue:je})=>"string"==typeof Ue?j._`{type: ${Ue}}`:j._`{type: ${je}}`};function Ce(Ue){const je=function ft(Ue){const{gen:je,data:xe,schema:ye}=Ue,Oe=(0,te.schemaRefOrVal)(Ue,ye,"type");return{gen:je,keyword:"type",data:xe,schema:ye.type,schemaCode:Oe,schemaValue:Oe,parentSchema:ye,params:{},it:Ue}}(Ue);(0,D.reportError)(je,Se)}k.reportTypeError=Ce},8348:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.assignDefaults=void 0;const u=_(8012),o=_(8193);function j(te,U,X){const{gen:ee,compositeRule:ne,data:ue,opts:ce}=te;if(void 0===X)return;const he=u._`${ue}${(0,u.getProperty)(U)}`;if(ne)return void(0,o.checkStrictMode)(te,`default is ignored for: ${he}`);let Ve=u._`${he} === undefined`;"empty"===ce.useDefaults&&(Ve=u._`${Ve} || ${he} === null || ${he} === ""`),ee.if(Ve,u._`${he} = ${(0,u.stringify)(X)}`)}k.assignDefaults=function D(te,U){const{properties:X,items:ee}=te.schema;if("object"===U&&X)for(const ne in X)j(te,ne,X[ne].default);else"array"===U&&Array.isArray(ee)&&ee.forEach((ne,ue)=>j(te,ue,ne.default))}},6370:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.getData=k.KeywordCxt=k.validateFunctionCode=void 0;const u=_(8505),o=_(6993),D=_(413),j=_(6993),te=_(8348),U=_(8487),X=_(4530),ee=_(8012),ne=_(2786),ue=_(3401),ce=_(8193),he=_(8512);function be({gen:et,validateName:Dt,schema:Gt,schemaEnv:gn,opts:Gn},mi){Gn.code.es5?et.func(Dt,ee._`${ne.default.data}, ${ne.default.valCxt}`,gn.$async,()=>{et.code(ee._`"use strict"; ${Ue(Gt,Gn)}`),function Se(et,Dt){et.if(ne.default.valCxt,()=>{et.var(ne.default.instancePath,ee._`${ne.default.valCxt}.${ne.default.instancePath}`),et.var(ne.default.parentData,ee._`${ne.default.valCxt}.${ne.default.parentData}`),et.var(ne.default.parentDataProperty,ee._`${ne.default.valCxt}.${ne.default.parentDataProperty}`),et.var(ne.default.rootData,ee._`${ne.default.valCxt}.${ne.default.rootData}`),Dt.dynamicRef&&et.var(ne.default.dynamicAnchors,ee._`${ne.default.valCxt}.${ne.default.dynamicAnchors}`)},()=>{et.var(ne.default.instancePath,ee._`""`),et.var(ne.default.parentData,ee._`undefined`),et.var(ne.default.parentDataProperty,ee._`undefined`),et.var(ne.default.rootData,ne.default.data),Dt.dynamicRef&&et.var(ne.default.dynamicAnchors,ee._`{}`)})}(et,Gn),et.code(mi)}):et.func(Dt,ee._`${ne.default.data}, ${function He(et){return ee._`{${ne.default.instancePath}="", ${ne.default.parentData}, ${ne.default.parentDataProperty}, ${ne.default.rootData}=${ne.default.data}${et.dynamicRef?ee._`, ${ne.default.dynamicAnchors}={}`:ee.nil}}={}`}(Gn)}`,gn.$async,()=>et.code(Ue(Gt,Gn)).code(mi))}function Ue(et,Dt){const Gt="object"==typeof et&&et[Dt.schemaId];return Gt&&(Dt.code.source||Dt.code.process)?ee._`/*# sourceURL=${Gt} */`:ee.nil}function xe({schema:et,self:Dt}){if("boolean"==typeof et)return!et;for(const Gt in et)if(Dt.RULES.all[Gt])return!0;return!1}function ye(et){return"boolean"!=typeof et.schema}function We(et){(0,ce.checkUnknownRules)(et),function xt(et){const{schema:Dt,errSchemaPath:Gt,opts:gn,self:Gn}=et;Dt.$ref&&gn.ignoreKeywordsWithRef&&(0,ce.schemaHasRulesButRef)(Dt,Gn.RULES)&&Gn.logger.warn(`$ref: keywords ignored in schema at path "${Gt}"`)}(et)}function Ke(et,Dt){if(et.opts.jtd)return jn(et,[],!1,Dt);const Gt=(0,o.getSchemaTypes)(et.schema);jn(et,Gt,!(0,o.coerceAndCheckDataType)(et,Gt),Dt)}function zn({gen:et,schemaEnv:Dt,schema:Gt,errSchemaPath:gn,opts:Gn}){const mi=Gt.$comment;if(!0===Gn.$comment)et.code(ee._`${ne.default.self}.logger.log(${mi})`);else if("function"==typeof Gn.$comment){const vr=ee.str`${gn}/$comment`,ki=et.scopeValue("root",{ref:Dt.root});et.code(ee._`${ne.default.self}.opts.$comment(${mi}, ${vr}, ${ki}.schema)`)}}function jn(et,Dt,Gt,gn){const{gen:Gn,schema:mi,data:vr,allErrors:ki,opts:Tr,self:Fr}=et,{RULES:To}=Fr;function bo(bi){(0,D.shouldUseGroup)(mi,bi)&&(bi.type?(Gn.if((0,j.checkDataType)(bi.type,vr,Tr.strictNumbers)),zi(et,bi),1===Dt.length&&Dt[0]===bi.type&&Gt&&(Gn.else(),(0,j.reportTypeError)(et)),Gn.endIf()):zi(et,bi),ki||Gn.if(ee._`${ne.default.errors} === ${gn||0}`))}!mi.$ref||!Tr.ignoreKeywordsWithRef&&(0,ce.schemaHasRulesButRef)(mi,To)?(Tr.jtd||function Ei(et,Dt){et.schemaEnv.meta||!et.opts.strictTypes||(function mn(et,Dt){if(Dt.length){if(!et.dataTypes.length)return void(et.dataTypes=Dt);Dt.forEach(Gt=>{De(et.dataTypes,Gt)||Je(et,`type "${Gt}" not allowed by context "${et.dataTypes.join(",")}"`)}),function Be(et,Dt){const Gt=[];for(const gn of et.dataTypes)De(Dt,gn)?Gt.push(gn):Dt.includes("integer")&&"number"===gn&&Gt.push("integer");et.dataTypes=Gt}(et,Dt)}}(et,Dt),et.opts.allowUnionTypes||function Mt(et,Dt){Dt.length>1&&(2!==Dt.length||!Dt.includes("null"))&&Je(et,"use allowUnionTypes to allow union type keyword")}(et,Dt),function _t(et,Dt){const Gt=et.self.RULES.all;for(const gn in Gt){const Gn=Gt[gn];if("object"==typeof Gn&&(0,D.shouldUseRule)(et.schema,Gn)){const{type:mi}=Gn.definition;mi.length&&!mi.some(vr=>Ze(Dt,vr))&&Je(et,`missing type "${mi.join(",")}" for keyword "${gn}"`)}}}(et,et.dataTypes))}(et,Dt),Gn.block(()=>{for(const bi of To.rules)bo(bi);bo(To.post)})):Gn.block(()=>Z(et,"$ref",To.all.$ref.definition))}function zi(et,Dt){const{gen:Gt,schema:gn,opts:{useDefaults:Gn}}=et;Gn&&(0,te.assignDefaults)(et,Dt.type),Gt.block(()=>{for(const mi of Dt.rules)(0,D.shouldUseRule)(gn,mi)&&Z(et,mi.keyword,mi.definition,Dt.type)})}function Ze(et,Dt){return et.includes(Dt)||"number"===Dt&&et.includes("integer")}function De(et,Dt){return et.includes(Dt)||"integer"===Dt&&et.includes("number")}function Je(et,Dt){(0,ce.checkStrictMode)(et,Dt+=` at "${et.schemaEnv.baseId+et.errSchemaPath}" (strictTypes)`,et.opts.strictTypes)}k.validateFunctionCode=function Ve(et){ye(et)&&(We(et),xe(et))?function Ce(et){const{schema:Dt,opts:Gt,gen:gn}=et;be(et,()=>{Gt.$comment&&Dt.$comment&&zn(et),function Tt(et){const{schema:Dt,opts:Gt}=et;void 0!==Dt.default&&Gt.useDefaults&&Gt.strictSchema&&(0,ce.checkStrictMode)(et,"default is ignored in the schema root")}(et),gn.let(ne.default.vErrors,null),gn.let(ne.default.errors,0),Gt.unevaluated&&function ft(et){const{gen:Dt,validateName:Gt}=et;et.evaluated=Dt.const("evaluated",ee._`${Gt}.evaluated`),Dt.if(ee._`${et.evaluated}.dynamicProps`,()=>Dt.assign(ee._`${et.evaluated}.props`,ee._`undefined`)),Dt.if(ee._`${et.evaluated}.dynamicItems`,()=>Dt.assign(ee._`${et.evaluated}.items`,ee._`undefined`))}(et),Ke(et),function ri(et){const{gen:Dt,schemaEnv:Gt,validateName:gn,ValidationError:Gn,opts:mi}=et;Gt.$async?Dt.if(ee._`${ne.default.errors} === 0`,()=>Dt.return(ne.default.data),()=>Dt.throw(ee._`new ${Gn}(${ne.default.vErrors})`)):(Dt.assign(ee._`${gn}.errors`,ne.default.vErrors),mi.unevaluated&&function Pi({gen:et,evaluated:Dt,props:Gt,items:gn}){Gt instanceof ee.Name&&et.assign(ee._`${Dt}.props`,Gt),gn instanceof ee.Name&&et.assign(ee._`${Dt}.items`,gn)}(et),Dt.return(ee._`${ne.default.errors} === 0`))}(et)})}(et):be(et,()=>(0,u.topBoolOrEmptySchema)(et))};class P{constructor(Dt,Gt,gn){if((0,U.validateKeywordUsage)(Dt,Gt,gn),this.gen=Dt.gen,this.allErrors=Dt.allErrors,this.keyword=gn,this.data=Dt.data,this.schema=Dt.schema[gn],this.$data=Gt.$data&&Dt.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,ce.schemaRefOrVal)(Dt,this.schema,gn,this.$data),this.schemaType=Gt.schemaType,this.parentSchema=Dt.schema,this.params={},this.it=Dt,this.def=Gt,this.$data)this.schemaCode=Dt.gen.const("vSchema",$t(this.$data,Dt));else if(this.schemaCode=this.schemaValue,!(0,U.validSchemaType)(this.schema,Gt.schemaType,Gt.allowUndefined))throw new Error(`${gn} value must be ${JSON.stringify(Gt.schemaType)}`);("code"in Gt?Gt.trackErrors:!1!==Gt.errors)&&(this.errsCount=Dt.gen.const("_errs",ne.default.errors))}result(Dt,Gt,gn){this.failResult((0,ee.not)(Dt),Gt,gn)}failResult(Dt,Gt,gn){this.gen.if(Dt),gn?gn():this.error(),Gt?(this.gen.else(),Gt(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(Dt,Gt){this.failResult((0,ee.not)(Dt),void 0,Gt)}fail(Dt){if(void 0===Dt)return this.error(),void(this.allErrors||this.gen.if(!1));this.gen.if(Dt),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(Dt){if(!this.$data)return this.fail(Dt);const{schemaCode:Gt}=this;this.fail(ee._`${Gt} !== undefined && (${(0,ee.or)(this.invalid$data(),Dt)})`)}error(Dt,Gt,gn){if(Gt)return this.setParams(Gt),this._error(Dt,gn),void this.setParams({});this._error(Dt,gn)}_error(Dt,Gt){(Dt?he.reportExtraError:he.reportError)(this,this.def.error,Gt)}$dataError(){(0,he.reportError)(this,this.def.$dataError||he.keyword$DataError)}reset(){if(void 0===this.errsCount)throw new Error('add "trackErrors" to keyword definition');(0,he.resetErrorsCount)(this.gen,this.errsCount)}ok(Dt){this.allErrors||this.gen.if(Dt)}setParams(Dt,Gt){Gt?Object.assign(this.params,Dt):this.params=Dt}block$data(Dt,Gt,gn=ee.nil){this.gen.block(()=>{this.check$data(Dt,gn),Gt()})}check$data(Dt=ee.nil,Gt=ee.nil){if(!this.$data)return;const{gen:gn,schemaCode:Gn,schemaType:mi,def:vr}=this;gn.if((0,ee.or)(ee._`${Gn} === undefined`,Gt)),Dt!==ee.nil&&gn.assign(Dt,!0),(mi.length||vr.validateSchema)&&(gn.elseIf(this.invalid$data()),this.$dataError(),Dt!==ee.nil&&gn.assign(Dt,!1)),gn.else()}invalid$data(){const{gen:Dt,schemaCode:Gt,schemaType:gn,def:Gn,it:mi}=this;return(0,ee.or)(function vr(){if(gn.length){if(!(Gt instanceof ee.Name))throw new Error("ajv implementation error");const Tr=Array.isArray(gn)?gn:[gn];return ee._`${(0,j.checkDataTypes)(Tr,Gt,mi.opts.strictNumbers,j.DataType.Wrong)}`}return ee.nil}(),function ki(){if(Gn.validateSchema){const Tr=Dt.scopeValue("validate$data",{ref:Gn.validateSchema});return ee._`!${Tr}(${Gt})`}return ee.nil}())}subschema(Dt,Gt){const gn=(0,X.getSubschema)(this.it,Dt);(0,X.extendSubschemaData)(gn,this.it,Dt),(0,X.extendSubschemaMode)(gn,Dt);const Gn={...this.it,...gn,items:void 0,props:void 0};return function je(et,Dt){ye(et)&&(We(et),xe(et))?function Oe(et,Dt){const{schema:Gt,gen:gn,opts:Gn}=et;Gn.$comment&&Gt.$comment&&zn(et),function Sn(et){const Dt=et.schema[et.opts.schemaId];Dt&&(et.baseId=(0,ue.resolveUrl)(et.opts.uriResolver,et.baseId,Dt))}(et),function $n(et){if(et.schema.$async&&!et.schemaEnv.$async)throw new Error("async schema in sync schema")}(et);const mi=gn.const("_errs",ne.default.errors);Ke(et,mi),gn.var(Dt,ee._`${mi} === ${ne.default.errors}`)}(et,Dt):(0,u.boolOrEmptySchema)(et,Dt)}(Gn,Gt),Gn}mergeEvaluated(Dt,Gt){const{it:gn,gen:Gn}=this;gn.opts.unevaluated&&(!0!==gn.props&&void 0!==Dt.props&&(gn.props=ce.mergeEvaluated.props(Gn,Dt.props,gn.props,Gt)),!0!==gn.items&&void 0!==Dt.items&&(gn.items=ce.mergeEvaluated.items(Gn,Dt.items,gn.items,Gt)))}mergeValidEvaluated(Dt,Gt){const{it:gn,gen:Gn}=this;if(gn.opts.unevaluated&&(!0!==gn.props||!0!==gn.items))return Gn.if(Gt,()=>this.mergeEvaluated(Dt,ee.Name)),!0}}function Z(et,Dt,Gt,gn){const Gn=new P(et,Gt,Dt);"code"in Gt?Gt.code(Gn,gn):Gn.$data&&Gt.validate?(0,U.funcKeywordCode)(Gn,Gt):"macro"in Gt?(0,U.macroKeywordCode)(Gn,Gt):(Gt.compile||Gt.validate)&&(0,U.funcKeywordCode)(Gn,Gt)}k.KeywordCxt=P;const Ae=/^\/(?:[^~]|~0|~1)*$/,Fe=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function $t(et,{dataLevel:Dt,dataNames:Gt,dataPathArr:gn}){let Gn,mi;if(""===et)return ne.default.rootData;if("/"===et[0]){if(!Ae.test(et))throw new Error(`Invalid JSON-pointer: ${et}`);Gn=et,mi=ne.default.rootData}else{const Fr=Fe.exec(et);if(!Fr)throw new Error(`Invalid JSON-pointer: ${et}`);const To=+Fr[1];if(Gn=Fr[2],"#"===Gn){if(To>=Dt)throw new Error(Tr("property/index",To));return gn[Dt-To]}if(To>Dt)throw new Error(Tr("data",To));if(mi=Gt[Dt-To],!Gn)return mi}let vr=mi;const ki=Gn.split("/");for(const Fr of ki)Fr&&(mi=ee._`${mi}${(0,ee.getProperty)((0,ce.unescapeJsonPointer)(Fr))}`,vr=ee._`${vr} && ${mi}`);return vr;function Tr(Fr,To){return`Cannot access ${Fr} ${To} levels up, current level is ${Dt}`}}k.getData=$t},8487:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.validateKeywordUsage=k.validSchemaType=k.funcKeywordCode=k.macroKeywordCode=void 0;const u=_(8012),o=_(2786),D=_(6372),j=_(8512);function X(Ve){const{gen:be,data:He,it:Se}=Ve;be.if(Se.parentData,()=>be.assign(He,u._`${Se.parentData}[${Se.parentDataProperty}]`))}function ue(Ve,be,He){if(void 0===He)throw new Error(`keyword "${be}" failed to compile`);return Ve.scopeValue("keyword","function"==typeof He?{ref:He}:{ref:He,code:(0,u.stringify)(He)})}k.macroKeywordCode=function te(Ve,be){const{gen:He,keyword:Se,schema:Ce,parentSchema:ft,it:Ue}=Ve,je=be.macro.call(Ue.self,Ce,ft,Ue),xe=ue(He,Se,je);!1!==Ue.opts.validateSchema&&Ue.self.validateSchema(je,!0);const ye=He.name("valid");Ve.subschema({schema:je,schemaPath:u.nil,errSchemaPath:`${Ue.errSchemaPath}/${Se}`,topSchemaRef:xe,compositeRule:!0},ye),Ve.pass(ye,()=>Ve.error(!0))},k.funcKeywordCode=function U(Ve,be){var He;const{gen:Se,keyword:Ce,schema:ft,parentSchema:Ue,$data:je,it:xe}=Ve;!function ne({schemaEnv:Ve},be){if(be.async&&!Ve.$async)throw new Error("async keyword in sync schema")}(xe,be);const ye=!je&&be.compile?be.compile.call(xe.self,ft,Ue,xe):be.validate,Oe=ue(Se,Ce,ye),We=Se.let("valid");function Sn(zn=(be.async?u._`await `:u.nil)){Se.assign(We,u._`${zn}${(0,D.callValidateCode)(Ve,Oe,xe.opts.passContext?o.default.this:o.default.self,!("compile"in be&&!je||!1===be.schema))}`,be.modifying)}function $n(zn){var ri;Se.if((0,u.not)(null!==(ri=be.valid)&&void 0!==ri?ri:We),zn)}Ve.block$data(We,function Ke(){if(!1===be.errors)Sn(),be.modifying&&X(Ve),$n(()=>Ve.error());else{const zn=be.async?function xt(){const zn=Se.let("ruleErrs",null);return Se.try(()=>Sn(u._`await `),ri=>Se.assign(We,!1).if(u._`${ri} instanceof ${xe.ValidationError}`,()=>Se.assign(zn,u._`${ri}.errors`),()=>Se.throw(ri))),zn}():function Tt(){const zn=u._`${Oe}.errors`;return Se.assign(zn,null),Sn(u.nil),zn}();be.modifying&&X(Ve),$n(()=>function ee(Ve,be){const{gen:He}=Ve;He.if(u._`Array.isArray(${be})`,()=>{He.assign(o.default.vErrors,u._`${o.default.vErrors} === null ? ${be} : ${o.default.vErrors}.concat(${be})`).assign(o.default.errors,u._`${o.default.vErrors}.length`),(0,j.extendErrors)(Ve)},()=>Ve.error())}(Ve,zn))}}),Ve.ok(null!==(He=be.valid)&&void 0!==He?He:We)},k.validSchemaType=function ce(Ve,be,He=!1){return!be.length||be.some(Se=>"array"===Se?Array.isArray(Ve):"object"===Se?Ve&&"object"==typeof Ve&&!Array.isArray(Ve):typeof Ve==Se||He&&typeof Ve>"u")},k.validateKeywordUsage=function he({schema:Ve,opts:be,self:He,errSchemaPath:Se},Ce,ft){if(Array.isArray(Ce.keyword)?!Ce.keyword.includes(ft):Ce.keyword!==ft)throw new Error("ajv implementation error");const Ue=Ce.dependencies;if(Ue?.some(je=>!Object.prototype.hasOwnProperty.call(Ve,je)))throw new Error(`parent schema must have dependencies of ${ft}: ${Ue.join(",")}`);if(Ce.validateSchema&&!Ce.validateSchema(Ve[ft])){const xe=`keyword "${ft}" value is invalid at path "${Se}": `+He.errorsText(Ce.validateSchema.errors);if("log"!==be.validateSchema)throw new Error(xe);He.logger.error(xe)}}},4530:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.extendSubschemaMode=k.extendSubschemaData=k.getSubschema=void 0;const u=_(8012),o=_(8193);k.getSubschema=function D(U,{keyword:X,schemaProp:ee,schema:ne,schemaPath:ue,errSchemaPath:ce,topSchemaRef:he}){if(void 0!==X&&void 0!==ne)throw new Error('both "keyword" and "schema" passed, only one allowed');if(void 0!==X){const Ve=U.schema[X];return void 0===ee?{schema:Ve,schemaPath:u._`${U.schemaPath}${(0,u.getProperty)(X)}`,errSchemaPath:`${U.errSchemaPath}/${X}`}:{schema:Ve[ee],schemaPath:u._`${U.schemaPath}${(0,u.getProperty)(X)}${(0,u.getProperty)(ee)}`,errSchemaPath:`${U.errSchemaPath}/${X}/${(0,o.escapeFragment)(ee)}`}}if(void 0!==ne){if(void 0===ue||void 0===ce||void 0===he)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:ne,schemaPath:ue,topSchemaRef:he,errSchemaPath:ce}}throw new Error('either "keyword" or "schema" must be passed')},k.extendSubschemaData=function j(U,X,{dataProp:ee,dataPropType:ne,data:ue,dataTypes:ce,propertyName:he}){if(void 0!==ue&&void 0!==ee)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:Ve}=X;if(void 0!==ee){const{errorPath:He,dataPathArr:Se,opts:Ce}=X;be(Ve.let("data",u._`${X.data}${(0,u.getProperty)(ee)}`,!0)),U.errorPath=u.str`${He}${(0,o.getErrorPath)(ee,ne,Ce.jsPropertySyntax)}`,U.parentDataProperty=u._`${ee}`,U.dataPathArr=[...Se,U.parentDataProperty]}function be(He){U.data=He,U.dataLevel=X.dataLevel+1,U.dataTypes=[],X.definedProperties=new Set,U.parentData=X.data,U.dataNames=[...X.dataNames,He]}void 0!==ue&&(be(ue instanceof u.Name?ue:Ve.let("data",ue,!0)),void 0!==he&&(U.propertyName=he)),ce&&(U.dataTypes=ce)},k.extendSubschemaMode=function te(U,{jtdDiscriminator:X,jtdMetadata:ee,compositeRule:ne,createErrors:ue,allErrors:ce}){void 0!==ne&&(U.compositeRule=ne),void 0!==ue&&(U.createErrors=ue),void 0!==ce&&(U.allErrors=ce),U.jtdDiscriminator=X,U.jtdMetadata=ee}},6222:(ve,k,_)=>{"use strict";var u=_(7820).default;Object.defineProperty(k,"__esModule",{value:!0}),k.CodeGen=k.Name=k.nil=k.stringify=k.str=k._=k.KeywordCxt=void 0;var o=_(6370);Object.defineProperty(k,"KeywordCxt",{enumerable:!0,get:function(){return o.KeywordCxt}});var D=_(8012);Object.defineProperty(k,"_",{enumerable:!0,get:function(){return D._}}),Object.defineProperty(k,"str",{enumerable:!0,get:function(){return D.str}}),Object.defineProperty(k,"stringify",{enumerable:!0,get:function(){return D.stringify}}),Object.defineProperty(k,"nil",{enumerable:!0,get:function(){return D.nil}}),Object.defineProperty(k,"Name",{enumerable:!0,get:function(){return D.Name}}),Object.defineProperty(k,"CodeGen",{enumerable:!0,get:function(){return D.CodeGen}});const j=_(4773),te=_(1637),U=_(4009),X=_(8723),ee=_(8012),ne=_(3401),ue=_(6993),ce=_(8193),he=_(4775),Ve=_(7918),be=(Mt,_t)=>new RegExp(Mt,_t);be.code="new RegExp";const He=["removeAdditional","useDefaults","coerceTypes"],Se=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),Ce={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},ft={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'};function je(Mt){var _t,Ze,De,Be,Je,P,Z,Ae,Fe,$t,et,Dt,Gt,gn,Gn,mi,vr,ki,Tr,Fr,To,bo,bi,or,it;const wt=Mt.strict,Vt=null===(_t=Mt.code)||void 0===_t?void 0:_t.optimize,Rn=!0===Vt||void 0===Vt?1:Vt||0,Vn=null!==(De=null===(Ze=Mt.code)||void 0===Ze?void 0:Ze.regExp)&&void 0!==De?De:be,Di=null!==(Be=Mt.uriResolver)&&void 0!==Be?Be:Ve.default;return{strictSchema:null===(P=null!==(Je=Mt.strictSchema)&&void 0!==Je?Je:wt)||void 0===P||P,strictNumbers:null===(Ae=null!==(Z=Mt.strictNumbers)&&void 0!==Z?Z:wt)||void 0===Ae||Ae,strictTypes:null!==($t=null!==(Fe=Mt.strictTypes)&&void 0!==Fe?Fe:wt)&&void 0!==$t?$t:"log",strictTuples:null!==(Dt=null!==(et=Mt.strictTuples)&&void 0!==et?et:wt)&&void 0!==Dt?Dt:"log",strictRequired:null!==(gn=null!==(Gt=Mt.strictRequired)&&void 0!==Gt?Gt:wt)&&void 0!==gn&&gn,code:Mt.code?{...Mt.code,optimize:Rn,regExp:Vn}:{optimize:Rn,regExp:Vn},loopRequired:null!==(Gn=Mt.loopRequired)&&void 0!==Gn?Gn:200,loopEnum:null!==(mi=Mt.loopEnum)&&void 0!==mi?mi:200,meta:null===(vr=Mt.meta)||void 0===vr||vr,messages:null===(ki=Mt.messages)||void 0===ki||ki,inlineRefs:null===(Tr=Mt.inlineRefs)||void 0===Tr||Tr,schemaId:null!==(Fr=Mt.schemaId)&&void 0!==Fr?Fr:"$id",addUsedSchema:null===(To=Mt.addUsedSchema)||void 0===To||To,validateSchema:null===(bo=Mt.validateSchema)||void 0===bo||bo,validateFormats:null===(bi=Mt.validateFormats)||void 0===bi||bi,unicodeRegExp:null===(or=Mt.unicodeRegExp)||void 0===or||or,int32range:null===(it=Mt.int32range)||void 0===it||it,uriResolver:Di}}class xe{constructor(_t={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,_t=this.opts={..._t,...je(_t)};const{es5:Ze,lines:De}=this.opts.code;this.scope=new ee.ValueScope({scope:{},prefixes:Se,es5:Ze,lines:De}),this.logger=function $n(Mt){if(!1===Mt)return Sn;if(void 0===Mt)return console;if(Mt.log&&Mt.warn&&Mt.error)return Mt;throw new Error("logger must implement log, warn and error methods")}(_t.logger);const Be=_t.validateFormats;_t.validateFormats=!1,this.RULES=(0,U.getRules)(),ye.call(this,Ce,_t,"NOT SUPPORTED"),ye.call(this,ft,_t,"DEPRECATED","warn"),this._metaOpts=Tt.call(this),_t.formats&&Ke.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),_t.keywords&&xt.call(this,_t.keywords),"object"==typeof _t.meta&&this.addMetaSchema(_t.meta),We.call(this),_t.validateFormats=Be}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:_t,meta:Ze,schemaId:De}=this.opts;let Be=he;"id"===De&&(Be={...he},Be.id=Be.$id,delete Be.$id),Ze&&_t&&this.addMetaSchema(Be,Be[De],!1)}defaultMeta(){const{meta:_t,schemaId:Ze}=this.opts;return this.opts.defaultMeta="object"==typeof _t?_t[Ze]||_t:void 0}validate(_t,Ze){let De;if("string"==typeof _t){if(De=this.getSchema(_t),!De)throw new Error(`no schema with key or ref "${_t}"`)}else De=this.compile(_t);const Be=De(Ze);return"$async"in De||(this.errors=De.errors),Be}compile(_t,Ze){const De=this._addSchema(_t,Ze);return De.validate||this._compileSchemaEnv(De)}compileAsync(_t,Ze){if("function"!=typeof this.opts.loadSchema)throw new Error("options.loadSchema should be a function");const{loadSchema:De}=this.opts;return Be.call(this,_t,Ze);function Be(Gn,mi){return Je.apply(this,arguments)}function Je(){return(Je=u(function*(Gn,mi){yield P.call(this,Gn.$schema);const vr=this._addSchema(Gn,mi);return vr.validate||Ae.call(this,vr)})).apply(this,arguments)}function P(Gn){return Z.apply(this,arguments)}function Z(){return(Z=u(function*(Gn){Gn&&!this.getSchema(Gn)&&(yield Be.call(this,{$ref:Gn},!0))})).apply(this,arguments)}function Ae(Gn){return Fe.apply(this,arguments)}function Fe(){return(Fe=u(function*(Gn){try{return this._compileSchemaEnv(Gn)}catch(mi){if(!(mi instanceof te.default))throw mi;return $t.call(this,mi),yield et.call(this,mi.missingSchema),Ae.call(this,Gn)}})).apply(this,arguments)}function $t({missingSchema:Gn,missingRef:mi}){if(this.refs[Gn])throw new Error(`AnySchema ${Gn} is loaded but ${mi} cannot be resolved`)}function et(Gn){return Dt.apply(this,arguments)}function Dt(){return(Dt=u(function*(Gn){const mi=yield Gt.call(this,Gn);this.refs[Gn]||(yield P.call(this,mi.$schema)),this.refs[Gn]||this.addSchema(mi,Gn,Ze)})).apply(this,arguments)}function Gt(Gn){return gn.apply(this,arguments)}function gn(){return(gn=u(function*(Gn){const mi=this._loading[Gn];if(mi)return mi;try{return yield this._loading[Gn]=De(Gn)}finally{delete this._loading[Gn]}})).apply(this,arguments)}}addSchema(_t,Ze,De,Be=this.opts.validateSchema){if(Array.isArray(_t)){for(const P of _t)this.addSchema(P,void 0,De,Be);return this}let Je;if("object"==typeof _t){const{schemaId:P}=this.opts;if(Je=_t[P],void 0!==Je&&"string"!=typeof Je)throw new Error(`schema ${P} must be string`)}return Ze=(0,ne.normalizeId)(Ze||Je),this._checkUnique(Ze),this.schemas[Ze]=this._addSchema(_t,De,Ze,Be,!0),this}addMetaSchema(_t,Ze,De=this.opts.validateSchema){return this.addSchema(_t,Ze,!0,De),this}validateSchema(_t,Ze){if("boolean"==typeof _t)return!0;let De;if(De=_t.$schema,void 0!==De&&"string"!=typeof De)throw new Error("$schema must be a string");if(De=De||this.opts.defaultMeta||this.defaultMeta(),!De)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const Be=this.validate(De,_t);if(!Be&&Ze){const Je="schema is invalid: "+this.errorsText();if("log"!==this.opts.validateSchema)throw new Error(Je);this.logger.error(Je)}return Be}getSchema(_t){let Ze;for(;"string"==typeof(Ze=Oe.call(this,_t));)_t=Ze;if(void 0===Ze){const{schemaId:De}=this.opts,Be=new X.SchemaEnv({schema:{},schemaId:De});if(Ze=X.resolveSchema.call(this,Be,_t),!Ze)return;this.refs[_t]=Ze}return Ze.validate||this._compileSchemaEnv(Ze)}removeSchema(_t){if(_t instanceof RegExp)return this._removeAllSchemas(this.schemas,_t),this._removeAllSchemas(this.refs,_t),this;switch(typeof _t){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const Ze=Oe.call(this,_t);return"object"==typeof Ze&&this._cache.delete(Ze.schema),delete this.schemas[_t],delete this.refs[_t],this}case"object":{this._cache.delete(_t);let De=_t[this.opts.schemaId];return De&&(De=(0,ne.normalizeId)(De),delete this.schemas[De],delete this.refs[De]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(_t){for(const Ze of _t)this.addKeyword(Ze);return this}addKeyword(_t,Ze){let De;if("string"==typeof _t)De=_t,"object"==typeof Ze&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),Ze.keyword=De);else{if("object"!=typeof _t||void 0!==Ze)throw new Error("invalid addKeywords parameters");if(De=(Ze=_t).keyword,Array.isArray(De)&&!De.length)throw new Error("addKeywords: keyword must be string or non-empty array")}if(ri.call(this,De,Ze),!Ze)return(0,ce.eachItem)(De,Je=>Pi.call(this,Je)),this;zi.call(this,Ze);const Be={...Ze,type:(0,ue.getJSONTypes)(Ze.type),schemaType:(0,ue.getJSONTypes)(Ze.schemaType)};return(0,ce.eachItem)(De,0===Be.type.length?Je=>Pi.call(this,Je,Be):Je=>Be.type.forEach(P=>Pi.call(this,Je,Be,P))),this}getKeyword(_t){const Ze=this.RULES.all[_t];return"object"==typeof Ze?Ze.definition:!!Ze}removeKeyword(_t){const{RULES:Ze}=this;delete Ze.keywords[_t],delete Ze.all[_t];for(const De of Ze.rules){const Be=De.rules.findIndex(Je=>Je.keyword===_t);Be>=0&&De.rules.splice(Be,1)}return this}addFormat(_t,Ze){return"string"==typeof Ze&&(Ze=new RegExp(Ze)),this.formats[_t]=Ze,this}errorsText(_t=this.errors,{separator:Ze=", ",dataVar:De="data"}={}){return _t&&0!==_t.length?_t.map(Be=>`${De}${Be.instancePath} ${Be.message}`).reduce((Be,Je)=>Be+Ze+Je):"No errors"}$dataMetaSchema(_t,Ze){const De=this.RULES.all;_t=JSON.parse(JSON.stringify(_t));for(const Be of Ze){const Je=Be.split("/").slice(1);let P=_t;for(const Z of Je)P=P[Z];for(const Z in De){const Ae=De[Z];if("object"!=typeof Ae)continue;const{$data:Fe}=Ae.definition,$t=P[Z];Fe&&$t&&(P[Z]=mn($t))}}return _t}_removeAllSchemas(_t,Ze){for(const De in _t){const Be=_t[De];(!Ze||Ze.test(De))&&("string"==typeof Be?delete _t[De]:Be&&!Be.meta&&(this._cache.delete(Be.schema),delete _t[De]))}}_addSchema(_t,Ze,De,Be=this.opts.validateSchema,Je=this.opts.addUsedSchema){let P;const{schemaId:Z}=this.opts;if("object"==typeof _t)P=_t[Z];else{if(this.opts.jtd)throw new Error("schema must be object");if("boolean"!=typeof _t)throw new Error("schema must be object or boolean")}let Ae=this._cache.get(_t);if(void 0!==Ae)return Ae;De=(0,ne.normalizeId)(P||De);const Fe=ne.getSchemaRefs.call(this,_t,De);return Ae=new X.SchemaEnv({schema:_t,schemaId:Z,meta:Ze,baseId:De,localRefs:Fe}),this._cache.set(Ae.schema,Ae),Je&&!De.startsWith("#")&&(De&&this._checkUnique(De),this.refs[De]=Ae),Be&&this.validateSchema(_t,!0),Ae}_checkUnique(_t){if(this.schemas[_t]||this.refs[_t])throw new Error(`schema with key or id "${_t}" already exists`)}_compileSchemaEnv(_t){if(_t.meta?this._compileMetaSchema(_t):X.compileSchema.call(this,_t),!_t.validate)throw new Error("ajv implementation error");return _t.validate}_compileMetaSchema(_t){const Ze=this.opts;this.opts=this._metaOpts;try{X.compileSchema.call(this,_t)}finally{this.opts=Ze}}}function ye(Mt,_t,Ze,De="error"){for(const Be in Mt)Be in _t&&this.logger[De](`${Ze}: option ${Be}. ${Mt[Be]}`)}function Oe(Mt){return Mt=(0,ne.normalizeId)(Mt),this.schemas[Mt]||this.refs[Mt]}function We(){const Mt=this.opts.schemas;if(Mt)if(Array.isArray(Mt))this.addSchema(Mt);else for(const _t in Mt)this.addSchema(Mt[_t],_t)}function Ke(){for(const Mt in this.opts.formats){const _t=this.opts.formats[Mt];_t&&this.addFormat(Mt,_t)}}function xt(Mt){if(Array.isArray(Mt))this.addVocabulary(Mt);else{this.logger.warn("keywords option as map is deprecated, pass array");for(const _t in Mt){const Ze=Mt[_t];Ze.keyword||(Ze.keyword=_t),this.addKeyword(Ze)}}}function Tt(){const Mt={...this.opts};for(const _t of He)delete Mt[_t];return Mt}xe.ValidationError=j.default,xe.MissingRefError=te.default,k.default=xe;const Sn={log(){},warn(){},error(){}},zn=/^[a-z_$][a-z0-9_$:-]*$/i;function ri(Mt,_t){const{RULES:Ze}=this;if((0,ce.eachItem)(Mt,De=>{if(Ze.keywords[De])throw new Error(`Keyword ${De} is already defined`);if(!zn.test(De))throw new Error(`Keyword ${De} has invalid name`)}),_t&&_t.$data&&!("code"in _t)&&!("validate"in _t))throw new Error('$data keyword must have "code" or "validate" function')}function Pi(Mt,_t,Ze){var De;const Be=_t?.post;if(Ze&&Be)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:Je}=this;let P=Be?Je.post:Je.rules.find(({type:Ae})=>Ae===Ze);if(P||(P={type:Ze,rules:[]},Je.rules.push(P)),Je.keywords[Mt]=!0,!_t)return;const Z={keyword:Mt,definition:{..._t,type:(0,ue.getJSONTypes)(_t.type),schemaType:(0,ue.getJSONTypes)(_t.schemaType)}};_t.before?jn.call(this,P,Z,_t.before):P.rules.push(Z),Je.all[Mt]=Z,null===(De=_t.implements)||void 0===De||De.forEach(Ae=>this.addKeyword(Ae))}function jn(Mt,_t,Ze){const De=Mt.rules.findIndex(Be=>Be.keyword===Ze);De>=0?Mt.rules.splice(De,0,_t):(Mt.rules.push(_t),this.logger.warn(`rule ${Ze} is not defined`))}function zi(Mt){let{metaSchema:_t}=Mt;void 0!==_t&&(Mt.$data&&this.opts.$data&&(_t=mn(_t)),Mt.validateSchema=this.compile(_t,!0))}const Ei={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function mn(Mt){return{anyOf:[Mt,Ei]}}},4305:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(864);u.code='require("ajv/dist/runtime/equal").default',k.default=u},7331:(ve,k)=>{"use strict";function _(u){const o=u.length;let te,D=0,j=0;for(;j=55296&&te<=56319&&j{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(9937);u.code='require("ajv/dist/runtime/uri").default',k.default=u},4773:(ve,k)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});class _ extends Error{constructor(o){super("validation failed"),this.errors=o,this.ajv=this.validation=!0}}k.default=_},9129:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.validateAdditionalItems=void 0;const u=_(8012),o=_(8193),j={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:{message:({params:{len:U}})=>u.str`must NOT have more than ${U} items`,params:({params:{len:U}})=>u._`{limit: ${U}}`},code(U){const{parentSchema:X,it:ee}=U,{items:ne}=X;Array.isArray(ne)?te(U,ne):(0,o.checkStrictMode)(ee,'"additionalItems" is ignored when "items" is not an array of schemas')}};function te(U,X){const{gen:ee,schema:ne,data:ue,keyword:ce,it:he}=U;he.items=!0;const Ve=ee.const("len",u._`${ue}.length`);if(!1===ne)U.setParams({len:X.length}),U.pass(u._`${Ve} <= ${X.length}`);else if("object"==typeof ne&&!(0,o.alwaysValidSchema)(he,ne)){const He=ee.var("valid",u._`${Ve} <= ${X.length}`);ee.if((0,u.not)(He),()=>function be(He){ee.forRange("i",X.length,Ve,Se=>{U.subschema({keyword:ce,dataProp:Se,dataPropType:o.Type.Num},He),he.allErrors||ee.if((0,u.not)(He),()=>ee.break())})}(He)),U.ok(He)}}k.validateAdditionalItems=te,k.default=j},7283:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(6372),o=_(8012),D=_(2786),j=_(8193);k.default={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:X})=>o._`{additionalProperty: ${X.additionalProperty}}`},code(X){const{gen:ee,schema:ne,parentSchema:ue,data:ce,errsCount:he,it:Ve}=X;if(!he)throw new Error("ajv implementation error");const{allErrors:be,opts:He}=Ve;if(Ve.props=!0,"all"!==He.removeAdditional&&(0,j.alwaysValidSchema)(Ve,ne))return;const Se=(0,u.allSchemaProperties)(ue.properties),Ce=(0,u.allSchemaProperties)(ue.patternProperties);function je(Oe){ee.code(o._`delete ${ce}[${Oe}]`)}function xe(Oe){if("all"===He.removeAdditional||He.removeAdditional&&!1===ne)je(Oe);else{if(!1===ne)return X.setParams({additionalProperty:Oe}),X.error(),void(be||ee.break());if("object"==typeof ne&&!(0,j.alwaysValidSchema)(Ve,ne)){const We=ee.name("valid");"failing"===He.removeAdditional?(ye(Oe,We,!1),ee.if((0,o.not)(We),()=>{X.reset(),je(Oe)})):(ye(Oe,We),be||ee.if((0,o.not)(We),()=>ee.break()))}}}function ye(Oe,We,Ke){const xt={keyword:"additionalProperties",dataProp:Oe,dataPropType:j.Type.Str};!1===Ke&&Object.assign(xt,{compositeRule:!0,createErrors:!1,allErrors:!1}),X.subschema(xt,We)}(function ft(){ee.forIn("key",ce,Oe=>{Se.length||Ce.length?ee.if(function Ue(Oe){let We;if(Se.length>8){const Ke=(0,j.schemaRefOrVal)(Ve,ue.properties,"properties");We=(0,u.isOwnProperty)(ee,Ke,Oe)}else We=Se.length?(0,o.or)(...Se.map(Ke=>o._`${Oe} === ${Ke}`)):o.nil;return Ce.length&&(We=(0,o.or)(We,...Ce.map(Ke=>o._`${(0,u.usePattern)(X,Ke)}.test(${Oe})`))),(0,o.not)(We)}(Oe),()=>xe(Oe)):xe(Oe)})})(),X.ok(o._`${he} === ${D.default.errors}`)}}},3912:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8193);k.default={keyword:"allOf",schemaType:"array",code(D){const{gen:j,schema:te,it:U}=D;if(!Array.isArray(te))throw new Error("ajv implementation error");const X=j.name("valid");te.forEach((ee,ne)=>{if((0,u.alwaysValidSchema)(U,ee))return;const ue=D.subschema({keyword:"allOf",schemaProp:ne},X);D.ok(X),D.mergeEvaluated(ue)})}}},4717:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const o={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:_(6372).validateUnion,error:{message:"must match a schema in anyOf"}};k.default=o},6922:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=_(8193);k.default={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:{message:({params:{min:te,max:U}})=>void 0===U?u.str`must contain at least ${te} valid item(s)`:u.str`must contain at least ${te} and no more than ${U} valid item(s)`,params:({params:{min:te,max:U}})=>void 0===U?u._`{minContains: ${te}}`:u._`{minContains: ${te}, maxContains: ${U}}`},code(te){const{gen:U,schema:X,parentSchema:ee,data:ne,it:ue}=te;let ce,he;const{minContains:Ve,maxContains:be}=ee;ue.opts.next?(ce=void 0===Ve?1:Ve,he=be):ce=1;const He=U.const("len",u._`${ne}.length`);if(te.setParams({min:ce,max:he}),void 0===he&&0===ce)return void(0,o.checkStrictMode)(ue,'"minContains" == 0 without "maxContains": "contains" keyword ignored');if(void 0!==he&&ce>he)return(0,o.checkStrictMode)(ue,'"minContains" > "maxContains" is always invalid'),void te.fail();if((0,o.alwaysValidSchema)(ue,X)){let je=u._`${He} >= ${ce}`;return void 0!==he&&(je=u._`${je} && ${He} <= ${he}`),void te.pass(je)}ue.items=!0;const Se=U.name("valid");function Ce(){const je=U.name("_valid"),xe=U.let("count",0);ft(je,()=>U.if(je,()=>function Ue(je){U.code(u._`${je}++`),void 0===he?U.if(u._`${je} >= ${ce}`,()=>U.assign(Se,!0).break()):(U.if(u._`${je} > ${he}`,()=>U.assign(Se,!1).break()),1===ce?U.assign(Se,!0):U.if(u._`${je} >= ${ce}`,()=>U.assign(Se,!0)))}(xe)))}function ft(je,xe){U.forRange("i",0,He,ye=>{te.subschema({keyword:"contains",dataProp:ye,dataPropType:o.Type.Num,compositeRule:!0},je),xe()})}void 0===he&&1===ce?ft(Se,()=>U.if(Se,()=>U.break())):0===ce?(U.let(Se,!0),void 0!==he&&U.if(u._`${ne}.length > 0`,Ce)):(U.let(Se,!1),Ce()),te.result(Se,()=>te.reset())}}},3378:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.validateSchemaDeps=k.validatePropertyDeps=k.error=void 0;const u=_(8012),o=_(8193),D=_(6372);k.error={message:({params:{property:ee,depsCount:ne,deps:ue}})=>u.str`must have ${1===ne?"property":"properties"} ${ue} when property ${ee} is present`,params:({params:{property:ee,depsCount:ne,deps:ue,missingProperty:ce}})=>u._`{property: ${ee}, + missingProperty: ${ce}, + depsCount: ${ne}, + deps: ${ue}}`};const j={keyword:"dependencies",type:"object",schemaType:"object",error:k.error,code(ee){const[ne,ue]=function te({schema:ee}){const ne={},ue={};for(const ce in ee)"__proto__"!==ce&&((Array.isArray(ee[ce])?ne:ue)[ce]=ee[ce]);return[ne,ue]}(ee);U(ee,ne),X(ee,ue)}};function U(ee,ne=ee.schema){const{gen:ue,data:ce,it:he}=ee;if(0===Object.keys(ne).length)return;const Ve=ue.let("missing");for(const be in ne){const He=ne[be];if(0===He.length)continue;const Se=(0,D.propertyInData)(ue,ce,be,he.opts.ownProperties);ee.setParams({property:be,depsCount:He.length,deps:He.join(", ")}),he.allErrors?ue.if(Se,()=>{for(const Ce of He)(0,D.checkReportMissingProp)(ee,Ce)}):(ue.if(u._`${Se} && (${(0,D.checkMissingProp)(ee,He,Ve)})`),(0,D.reportMissingProp)(ee,Ve),ue.else())}}function X(ee,ne=ee.schema){const{gen:ue,data:ce,keyword:he,it:Ve}=ee,be=ue.name("valid");for(const He in ne)(0,o.alwaysValidSchema)(Ve,ne[He])||(ue.if((0,D.propertyInData)(ue,ce,He,Ve.opts.ownProperties),()=>{const Se=ee.subschema({keyword:he,schemaProp:He},be);ee.mergeValidEvaluated(Se,be)},()=>ue.var(be,!0)),ee.ok(be))}k.validatePropertyDeps=U,k.validateSchemaDeps=X,k.default=j},5883:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=_(8193);function te(U,X){const ee=U.schema[X];return void 0!==ee&&!(0,o.alwaysValidSchema)(U,ee)}k.default={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:U})=>u.str`must match "${U.ifClause}" schema`,params:({params:U})=>u._`{failingKeyword: ${U.ifClause}}`},code(U){const{gen:X,parentSchema:ee,it:ne}=U;void 0===ee.then&&void 0===ee.else&&(0,o.checkStrictMode)(ne,'"if" without "then" and "else" is ignored');const ue=te(ne,"then"),ce=te(ne,"else");if(!ue&&!ce)return;const he=X.let("valid",!0),Ve=X.name("_valid");if(function be(){const Se=U.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},Ve);U.mergeEvaluated(Se)}(),U.reset(),ue&&ce){const Se=X.let("ifClause");U.setParams({ifClause:Se}),X.if(Ve,He("then",Se),He("else",Se))}else ue?X.if(Ve,He("then")):X.if((0,u.not)(Ve),He("else"));function He(Se,Ce){return()=>{const ft=U.subschema({keyword:Se},Ve);X.assign(he,Ve),U.mergeValidEvaluated(ft,he),Ce?X.assign(Ce,u._`${Se}`):U.setParams({ifClause:Se})}}U.pass(he,()=>U.error(!0))}}},9960:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(9129),o=_(5092),D=_(5628),j=_(4618),te=_(6922),U=_(3378),X=_(6776),ee=_(7283),ne=_(4469),ue=_(1544),ce=_(9580),he=_(4717),Ve=_(3352),be=_(3912),He=_(5883),Se=_(3731);k.default=function Ce(ft=!1){const Ue=[ce.default,he.default,Ve.default,be.default,He.default,Se.default,X.default,ee.default,U.default,ne.default,ue.default];return ft?Ue.push(o.default,j.default):Ue.push(u.default,D.default),Ue.push(te.default),Ue}},5628:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.validateTuple=void 0;const u=_(8012),o=_(8193),D=_(6372),j={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(U){const{schema:X,it:ee}=U;if(Array.isArray(X))return te(U,"additionalItems",X);ee.items=!0,!(0,o.alwaysValidSchema)(ee,X)&&U.ok((0,D.validateArray)(U))}};function te(U,X,ee=U.schema){const{gen:ne,parentSchema:ue,data:ce,keyword:he,it:Ve}=U;(function Se(Ce){const{opts:ft,errSchemaPath:Ue}=Ve,je=ee.length;ft.strictTuples&&!(je===Ce.minItems&&(je===Ce.maxItems||!1===Ce[X]))&&(0,o.checkStrictMode)(Ve,`"${he}" is ${je}-tuple, but minItems or maxItems/${X} are not specified or different at path "${Ue}"`,ft.strictTuples)})(ue),Ve.opts.unevaluated&&ee.length&&!0!==Ve.items&&(Ve.items=o.mergeEvaluated.items(ne,ee.length,Ve.items));const be=ne.name("valid"),He=ne.const("len",u._`${ce}.length`);ee.forEach((Ce,ft)=>{(0,o.alwaysValidSchema)(Ve,Ce)||(ne.if(u._`${He} > ${ft}`,()=>U.subschema({keyword:he,schemaProp:ft,dataProp:ft},be)),U.ok(be))})}k.validateTuple=te,k.default=j},4618:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=_(8193),D=_(6372),j=_(9129);k.default={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:{message:({params:{len:X}})=>u.str`must NOT have more than ${X} items`,params:({params:{len:X}})=>u._`{limit: ${X}}`},code(X){const{schema:ee,parentSchema:ne,it:ue}=X,{prefixItems:ce}=ne;ue.items=!0,!(0,o.alwaysValidSchema)(ue,ee)&&(ce?(0,j.validateAdditionalItems)(X,ce):X.ok((0,D.validateArray)(X)))}}},9580:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8193);k.default={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(D){const{gen:j,schema:te,it:U}=D;if((0,u.alwaysValidSchema)(U,te))return void D.fail();const X=j.name("valid");D.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},X),D.failResult(X,()=>D.reset(),()=>D.error())},error:{message:"must NOT be valid"}}},3352:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=_(8193);k.default={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:te})=>u._`{passingSchemas: ${te.passing}}`},code(te){const{gen:U,schema:X,parentSchema:ee,it:ne}=te;if(!Array.isArray(X))throw new Error("ajv implementation error");if(ne.opts.discriminator&&ee.discriminator)return;const ue=X,ce=U.let("valid",!1),he=U.let("passing",null),Ve=U.name("_valid");te.setParams({passing:he}),U.block(function be(){ue.forEach((He,Se)=>{let Ce;(0,o.alwaysValidSchema)(ne,He)?U.var(Ve,!0):Ce=te.subschema({keyword:"oneOf",schemaProp:Se,compositeRule:!0},Ve),Se>0&&U.if(u._`${Ve} && ${ce}`).assign(ce,!1).assign(he,u._`[${he}, ${Se}]`).else(),U.if(Ve,()=>{U.assign(ce,!0),U.assign(he,Se),Ce&&te.mergeEvaluated(Ce,u.Name)})})}),te.result(ce,()=>te.reset(),()=>te.error(!0))}}},1544:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(6372),o=_(8012),D=_(8193),j=_(8193);k.default={keyword:"patternProperties",type:"object",schemaType:"object",code(U){const{gen:X,schema:ee,data:ne,parentSchema:ue,it:ce}=U,{opts:he}=ce,Ve=(0,u.allSchemaProperties)(ee),be=Ve.filter(xe=>(0,D.alwaysValidSchema)(ce,ee[xe]));if(0===Ve.length||be.length===Ve.length&&(!ce.opts.unevaluated||!0===ce.props))return;const He=he.strictSchema&&!he.allowMatchingProperties&&ue.properties,Se=X.name("valid");!0!==ce.props&&!(ce.props instanceof o.Name)&&(ce.props=(0,j.evaluatedPropsToName)(X,ce.props));const{props:Ce}=ce;function Ue(xe){for(const ye in He)new RegExp(xe).test(ye)&&(0,D.checkStrictMode)(ce,`property ${ye} matches pattern ${xe} (use allowMatchingProperties)`)}function je(xe){X.forIn("key",ne,ye=>{X.if(o._`${(0,u.usePattern)(U,xe)}.test(${ye})`,()=>{const Oe=be.includes(xe);Oe||U.subschema({keyword:"patternProperties",schemaProp:xe,dataProp:ye,dataPropType:j.Type.Str},Se),ce.opts.unevaluated&&!0!==Ce?X.assign(o._`${Ce}[${ye}]`,!0):!Oe&&!ce.allErrors&&X.if((0,o.not)(Se),()=>X.break())})})}!function ft(){for(const xe of Ve)He&&Ue(xe),ce.allErrors?je(xe):(X.var(Se,!0),je(xe),X.if(Se))}()}}},5092:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(5628);k.default={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:D=>(0,u.validateTuple)(D,"items")}},4469:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(6370),o=_(6372),D=_(8193),j=_(7283);k.default={keyword:"properties",type:"object",schemaType:"object",code(U){const{gen:X,schema:ee,parentSchema:ne,data:ue,it:ce}=U;"all"===ce.opts.removeAdditional&&void 0===ne.additionalProperties&&j.default.code(new u.KeywordCxt(ce,j.default,"additionalProperties"));const he=(0,o.allSchemaProperties)(ee);for(const Ce of he)ce.definedProperties.add(Ce);ce.opts.unevaluated&&he.length&&!0!==ce.props&&(ce.props=D.mergeEvaluated.props(X,(0,D.toHash)(he),ce.props));const Ve=he.filter(Ce=>!(0,D.alwaysValidSchema)(ce,ee[Ce]));if(0===Ve.length)return;const be=X.name("valid");for(const Ce of Ve)He(Ce)?Se(Ce):(X.if((0,o.propertyInData)(X,ue,Ce,ce.opts.ownProperties)),Se(Ce),ce.allErrors||X.else().var(be,!0),X.endIf()),U.it.definedProperties.add(Ce),U.ok(be);function He(Ce){return ce.opts.useDefaults&&!ce.compositeRule&&void 0!==ee[Ce].default}function Se(Ce){U.subschema({keyword:"properties",schemaProp:Ce,dataProp:Ce},be)}}}},6776:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=_(8193);k.default={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:te})=>u._`{propertyName: ${te.propertyName}}`},code(te){const{gen:U,schema:X,data:ee,it:ne}=te;if((0,o.alwaysValidSchema)(ne,X))return;const ue=U.name("valid");U.forIn("key",ee,ce=>{te.setParams({propertyName:ce}),te.subschema({keyword:"propertyNames",data:ce,dataTypes:["string"],propertyName:ce,compositeRule:!0},ue),U.if((0,u.not)(ue),()=>{te.error(!0),ne.allErrors||U.break()})}),te.ok(ue)}}},3731:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8193);k.default={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:D,parentSchema:j,it:te}){void 0===j.if&&(0,u.checkStrictMode)(te,`"${D}" without "if" is ignored`)}}},6372:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.validateUnion=k.validateArray=k.usePattern=k.callValidateCode=k.schemaProperties=k.allSchemaProperties=k.noPropertyInData=k.propertyInData=k.isOwnProperty=k.hasPropFunc=k.reportMissingProp=k.checkMissingProp=k.checkReportMissingProp=void 0;const u=_(8012),o=_(8193),D=_(2786),j=_(8193);function ee(Ue){return Ue.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:u._`Object.prototype.hasOwnProperty`})}function ne(Ue,je,xe){return u._`${ee(Ue)}.call(${je}, ${xe})`}function ce(Ue,je,xe,ye){const Oe=u._`${je}${(0,u.getProperty)(xe)} === undefined`;return ye?(0,u.or)(Oe,(0,u.not)(ne(Ue,je,xe))):Oe}function he(Ue){return Ue?Object.keys(Ue).filter(je=>"__proto__"!==je):[]}k.checkReportMissingProp=function te(Ue,je){const{gen:xe,data:ye,it:Oe}=Ue;xe.if(ce(xe,ye,je,Oe.opts.ownProperties),()=>{Ue.setParams({missingProperty:u._`${je}`},!0),Ue.error()})},k.checkMissingProp=function U({gen:Ue,data:je,it:{opts:xe}},ye,Oe){return(0,u.or)(...ye.map(We=>(0,u.and)(ce(Ue,je,We,xe.ownProperties),u._`${Oe} = ${We}`)))},k.reportMissingProp=function X(Ue,je){Ue.setParams({missingProperty:je},!0),Ue.error()},k.hasPropFunc=ee,k.isOwnProperty=ne,k.propertyInData=function ue(Ue,je,xe,ye){const Oe=u._`${je}${(0,u.getProperty)(xe)} !== undefined`;return ye?u._`${Oe} && ${ne(Ue,je,xe)}`:Oe},k.noPropertyInData=ce,k.allSchemaProperties=he,k.schemaProperties=function Ve(Ue,je){return he(je).filter(xe=>!(0,o.alwaysValidSchema)(Ue,je[xe]))},k.callValidateCode=function be({schemaCode:Ue,data:je,it:{gen:xe,topSchemaRef:ye,schemaPath:Oe,errorPath:We},it:Ke},xt,Tt,Sn){const $n=Sn?u._`${Ue}, ${je}, ${ye}${Oe}`:je,zn=[[D.default.instancePath,(0,u.strConcat)(D.default.instancePath,We)],[D.default.parentData,Ke.parentData],[D.default.parentDataProperty,Ke.parentDataProperty],[D.default.rootData,D.default.rootData]];Ke.opts.dynamicRef&&zn.push([D.default.dynamicAnchors,D.default.dynamicAnchors]);const ri=u._`${$n}, ${xe.object(...zn)}`;return Tt!==u.nil?u._`${xt}.call(${Tt}, ${ri})`:u._`${xt}(${ri})`};const He=u._`new RegExp`;k.usePattern=function Se({gen:Ue,it:{opts:je}},xe){const ye=je.unicodeRegExp?"u":"",{regExp:Oe}=je.code,We=Oe(xe,ye);return Ue.scopeValue("pattern",{key:We.toString(),ref:We,code:u._`${"new RegExp"===Oe.code?He:(0,j.useFunc)(Ue,Oe)}(${xe}, ${ye})`})},k.validateArray=function Ce(Ue){const{gen:je,data:xe,keyword:ye,it:Oe}=Ue,We=je.name("valid");if(Oe.allErrors){const xt=je.let("valid",!0);return Ke(()=>je.assign(xt,!1)),xt}return je.var(We,!0),Ke(()=>je.break()),We;function Ke(xt){const Tt=je.const("len",u._`${xe}.length`);je.forRange("i",0,Tt,Sn=>{Ue.subschema({keyword:ye,dataProp:Sn,dataPropType:o.Type.Num},We),je.if((0,u.not)(We),xt)})}},k.validateUnion=function ft(Ue){const{gen:je,schema:xe,keyword:ye,it:Oe}=Ue;if(!Array.isArray(xe))throw new Error("ajv implementation error");if(xe.some(Tt=>(0,o.alwaysValidSchema)(Oe,Tt))&&!Oe.opts.unevaluated)return;const Ke=je.let("valid",!1),xt=je.name("_valid");je.block(()=>xe.forEach((Tt,Sn)=>{const $n=Ue.subschema({keyword:ye,schemaProp:Sn,compositeRule:!0},xt);je.assign(Ke,u._`${Ke} || ${xt}`),Ue.mergeValidEvaluated($n,xt)||je.if((0,u.not)(Ke))})),Ue.result(Ke,()=>Ue.reset(),()=>Ue.error(!0))}},7767:(ve,k)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.default={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}}},7704:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(7767),o=_(1369);k.default=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",u.default,o.default]},1369:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.callRef=k.getValidate=void 0;const u=_(1637),o=_(6372),D=_(8012),j=_(2786),te=_(8723),U=_(8193),X={keyword:"$ref",schemaType:"string",code(ue){const{gen:ce,schema:he,it:Ve}=ue,{baseId:be,schemaEnv:He,validateName:Se,opts:Ce,self:ft}=Ve,{root:Ue}=He;if(("#"===he||"#/"===he)&&be===Ue.baseId)return function xe(){if(He===Ue)return ne(ue,Se,He,He.$async);const We=ce.scopeValue("root",{ref:Ue});return ne(ue,D._`${We}.validate`,Ue,Ue.$async)}();const je=te.resolveRef.call(ft,Ue,be,he);if(void 0===je)throw new u.default(Ve.opts.uriResolver,be,he);return je instanceof te.SchemaEnv?function ye(We){const Ke=ee(ue,We);ne(ue,Ke,We,We.$async)}(je):function Oe(We){const Ke=ce.scopeValue("schema",!0===Ce.code.source?{ref:We,code:(0,D.stringify)(We)}:{ref:We}),xt=ce.name("valid"),Tt=ue.subschema({schema:We,dataTypes:[],schemaPath:D.nil,topSchemaRef:Ke,errSchemaPath:he},xt);ue.mergeEvaluated(Tt),ue.ok(xt)}(je)}};function ee(ue,ce){const{gen:he}=ue;return ce.validate?he.scopeValue("validate",{ref:ce.validate}):D._`${he.scopeValue("wrapper",{ref:ce})}.validate`}function ne(ue,ce,he,Ve){const{gen:be,it:He}=ue,{allErrors:Se,schemaEnv:Ce,opts:ft}=He,Ue=ft.passContext?j.default.this:D.nil;function ye(We){const Ke=D._`${We}.errors`;be.assign(j.default.vErrors,D._`${j.default.vErrors} === null ? ${Ke} : ${j.default.vErrors}.concat(${Ke})`),be.assign(j.default.errors,D._`${j.default.vErrors}.length`)}function Oe(We){var Ke;if(!He.opts.unevaluated)return;const xt=null===(Ke=he?.validate)||void 0===Ke?void 0:Ke.evaluated;if(!0!==He.props)if(xt&&!xt.dynamicProps)void 0!==xt.props&&(He.props=U.mergeEvaluated.props(be,xt.props,He.props));else{const Tt=be.var("props",D._`${We}.evaluated.props`);He.props=U.mergeEvaluated.props(be,Tt,He.props,D.Name)}if(!0!==He.items)if(xt&&!xt.dynamicItems)void 0!==xt.items&&(He.items=U.mergeEvaluated.items(be,xt.items,He.items));else{const Tt=be.var("items",D._`${We}.evaluated.items`);He.items=U.mergeEvaluated.items(be,Tt,He.items,D.Name)}}Ve?function je(){if(!Ce.$async)throw new Error("async schema referenced by sync schema");const We=be.let("valid");be.try(()=>{be.code(D._`await ${(0,o.callValidateCode)(ue,ce,Ue)}`),Oe(ce),Se||be.assign(We,!0)},Ke=>{be.if(D._`!(${Ke} instanceof ${He.ValidationError})`,()=>be.throw(Ke)),ye(Ke),Se||be.assign(We,!1)}),ue.ok(We)}():function xe(){ue.result((0,o.callValidateCode)(ue,ce,Ue),()=>Oe(ce),()=>ye(ce))}()}k.getValidate=ee,k.callRef=ne,k.default=X},5057:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=_(4141),D=_(8723),j=_(8193);k.default={keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:X,tagName:ee}})=>X===o.DiscrError.Tag?`tag "${ee}" must be string`:`value of tag "${ee}" must be in oneOf`,params:({params:{discrError:X,tag:ee,tagName:ne}})=>u._`{error: ${X}, tag: ${ne}, tagValue: ${ee}}`},code(X){const{gen:ee,data:ne,schema:ue,parentSchema:ce,it:he}=X,{oneOf:Ve}=ce;if(!he.opts.discriminator)throw new Error("discriminator: requires discriminator option");const be=ue.propertyName;if("string"!=typeof be)throw new Error("discriminator: requires propertyName");if(ue.mapping)throw new Error("discriminator: mapping is not supported");if(!Ve)throw new Error("discriminator: requires oneOf keyword");const He=ee.let("valid",!1),Se=ee.const("tag",u._`${ne}${(0,u.getProperty)(be)}`);function ft(je){const xe=ee.name("valid"),ye=X.subschema({keyword:"oneOf",schemaProp:je},xe);return X.mergeEvaluated(ye,u.Name),xe}ee.if(u._`typeof ${Se} == "string"`,()=>function Ce(){const je=function Ue(){var je;const xe={},ye=We(ce);let Oe=!0;for(let Tt=0;TtX.error(!1,{discrError:o.DiscrError.Tag,tag:Se,tagName:be})),X.ok(He)}}},4141:(ve,k)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.DiscrError=void 0;var _=function(u){return u.Tag="tag",u.Mapping="mapping",u}(_||(k.DiscrError=_={}))},6435:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(7704),o=_(3949),D=_(9960),j=_(8519),te=_(1377),U=[u.default,o.default,(0,D.default)(),j.default,te.metadataVocabulary,te.contentVocabulary];k.default=U},9122:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012);k.default={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:j})=>u.str`must match format "${j}"`,params:({schemaCode:j})=>u._`{format: ${j}}`},code(j,te){const{gen:U,data:X,$data:ee,schema:ne,schemaCode:ue,it:ce}=j,{opts:he,errSchemaPath:Ve,schemaEnv:be,self:He}=ce;he.validateFormats&&(ee?function Se(){const ft=U.scopeValue("formats",{ref:He.formats,code:he.code.formats}),Ue=U.const("fDef",u._`${ft}[${ue}]`),je=U.let("fType"),xe=U.let("format");U.if(u._`typeof ${Ue} == "object" && !(${Ue} instanceof RegExp)`,()=>U.assign(je,u._`${Ue}.type || "string"`).assign(xe,u._`${Ue}.validate`),()=>U.assign(je,u._`"string"`).assign(xe,Ue)),j.fail$data((0,u.or)(function ye(){return!1===he.strictSchema?u.nil:u._`${ue} && !${xe}`}(),function Oe(){const We=be.$async?u._`(${Ue}.async ? await ${xe}(${X}) : ${xe}(${X}))`:u._`${xe}(${X})`,Ke=u._`(typeof ${xe} == "function" ? ${We} : ${xe}.test(${X}))`;return u._`${xe} && ${xe} !== true && ${je} === ${te} && !${Ke}`}()))}():function Ce(){const ft=He.formats[ne];if(!ft)return void function ye(){if(!1!==he.strictSchema)throw new Error(Ke());function Ke(){return`unknown format "${ne}" ignored in schema at path "${Ve}"`}He.logger.warn(Ke())}();if(!0===ft)return;const[Ue,je,xe]=function Oe(Ke){const xt=Ke instanceof RegExp?(0,u.regexpCode)(Ke):he.code.formats?u._`${he.code.formats}${(0,u.getProperty)(ne)}`:void 0,Tt=U.scopeValue("formats",{key:ne,ref:Ke,code:xt});return"object"!=typeof Ke||Ke instanceof RegExp?["string",Ke,Tt]:[Ke.type||"string",Ke.validate,u._`${Tt}.validate`]}(ft);Ue===te&&j.pass(function We(){if("object"==typeof ft&&!(ft instanceof RegExp)&&ft.async){if(!be.$async)throw new Error("async format in sync schema");return u._`await ${xe}(${X})`}return"function"==typeof je?u._`${xe}(${X})`:u._`${xe}.test(${X})`}())}())}}},8519:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const o=[_(9122).default];k.default=o},1377:(ve,k)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0}),k.contentVocabulary=k.metadataVocabulary=void 0,k.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],k.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]},1110:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=_(8193),D=_(4305);k.default={keyword:"const",$data:!0,error:{message:"must be equal to constant",params:({schemaCode:U})=>u._`{allowedValue: ${U}}`},code(U){const{gen:X,data:ee,$data:ne,schemaCode:ue,schema:ce}=U;ne||ce&&"object"==typeof ce?U.fail$data(u._`!${(0,o.useFunc)(X,D.default)}(${ee}, ${ue})`):U.fail(u._`${ce} !== ${ee}`)}}},5815:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=_(8193),D=_(4305);k.default={keyword:"enum",schemaType:"array",$data:!0,error:{message:"must be equal to one of the allowed values",params:({schemaCode:U})=>u._`{allowedValues: ${U}}`},code(U){const{gen:X,data:ee,$data:ne,schema:ue,schemaCode:ce,it:he}=U;if(!ne&&0===ue.length)throw new Error("enum must have non-empty array");let be;const He=()=>be??(be=(0,o.useFunc)(X,D.default));let Se;if(ue.length>=he.opts.loopEnum||ne)Se=X.let("valid"),U.block$data(Se,function Ce(){X.assign(Se,!1),X.forOf("v",ce,Ue=>X.if(u._`${He()}(${ee}, ${Ue})`,()=>X.assign(Se,!0).break()))});else{if(!Array.isArray(ue))throw new Error("ajv implementation error");const Ue=X.const("vSchema",ce);Se=(0,u.or)(...ue.map((je,xe)=>function ft(Ue,je){const xe=ue[je];return"object"==typeof xe&&null!==xe?u._`${He()}(${ee}, ${Ue}[${je}])`:u._`${ee} === ${xe}`}(Ue,xe)))}U.pass(Se)}}},3949:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(7216),o=_(8605),D=_(2492),j=_(4623),te=_(8633),U=_(7542),X=_(2263),ee=_(6394),ne=_(1110),ue=_(5815);k.default=[u.default,o.default,D.default,j.default,te.default,U.default,X.default,ee.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},ne.default,ue.default]},2263:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012);k.default={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:{message:({keyword:j,schemaCode:te})=>u.str`must NOT have ${"maxItems"===j?"more":"fewer"} than ${te} items`,params:({schemaCode:j})=>u._`{limit: ${j}}`},code(j){const{keyword:te,data:U,schemaCode:X}=j;j.fail$data(u._`${U}.length ${"maxItems"===te?u.operators.GT:u.operators.LT} ${X}`)}}},2492:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=_(8193),D=_(7331);k.default={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:{message:({keyword:U,schemaCode:X})=>u.str`must NOT have ${"maxLength"===U?"more":"fewer"} than ${X} characters`,params:({schemaCode:U})=>u._`{limit: ${U}}`},code(U){const{keyword:X,data:ee,schemaCode:ne,it:ue}=U,ce="maxLength"===X?u.operators.GT:u.operators.LT,he=!1===ue.opts.unicode?u._`${ee}.length`:u._`${(0,o.useFunc)(U.gen,D.default)}(${ee})`;U.fail$data(u._`${he} ${ce} ${ne}`)}}},7216:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012),o=u.operators,D={maximum:{okStr:"<=",ok:o.LTE,fail:o.GT},minimum:{okStr:">=",ok:o.GTE,fail:o.LT},exclusiveMaximum:{okStr:"<",ok:o.LT,fail:o.GTE},exclusiveMinimum:{okStr:">",ok:o.GT,fail:o.LTE}},j={message:({keyword:U,schemaCode:X})=>u.str`must be ${D[U].okStr} ${X}`,params:({keyword:U,schemaCode:X})=>u._`{comparison: ${D[U].okStr}, limit: ${X}}`},te={keyword:Object.keys(D),type:"number",schemaType:"number",$data:!0,error:j,code(U){const{keyword:X,data:ee,schemaCode:ne}=U;U.fail$data(u._`${ee} ${D[X].fail} ${ne} || isNaN(${ee})`)}};k.default=te},8633:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012);k.default={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:{message:({keyword:j,schemaCode:te})=>u.str`must NOT have ${"maxProperties"===j?"more":"fewer"} than ${te} properties`,params:({schemaCode:j})=>u._`{limit: ${j}}`},code(j){const{keyword:te,data:U,schemaCode:X}=j;j.fail$data(u._`Object.keys(${U}).length ${"maxProperties"===te?u.operators.GT:u.operators.LT} ${X}`)}}},8605:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(8012);k.default={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:{message:({schemaCode:j})=>u.str`must be multiple of ${j}`,params:({schemaCode:j})=>u._`{multipleOf: ${j}}`},code(j){const{gen:te,data:U,schemaCode:X,it:ee}=j,ne=ee.opts.multipleOfPrecision,ue=te.let("res"),ce=ne?u._`Math.abs(Math.round(${ue}) - ${ue}) > 1e-${ne}`:u._`${ue} !== parseInt(${ue})`;j.fail$data(u._`(${X} === 0 || (${ue} = ${U}/${X}, ${ce}))`)}}},4623:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(6372),o=_(8012);k.default={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:{message:({schemaCode:te})=>o.str`must match pattern "${te}"`,params:({schemaCode:te})=>o._`{pattern: ${te}}`},code(te){const{data:U,$data:X,schema:ee,schemaCode:ne,it:ue}=te,he=X?o._`(new RegExp(${ne}, ${ue.opts.unicodeRegExp?"u":""}))`:(0,u.usePattern)(te,ee);te.fail$data(o._`!${he}.test(${U})`)}}},7542:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(6372),o=_(8012),D=_(8193);k.default={keyword:"required",type:"object",schemaType:"array",$data:!0,error:{message:({params:{missingProperty:U}})=>o.str`must have required property '${U}'`,params:({params:{missingProperty:U}})=>o._`{missingProperty: ${U}}`},code(U){const{gen:X,schema:ee,schemaCode:ne,data:ue,$data:ce,it:he}=U,{opts:Ve}=he;if(!ce&&0===ee.length)return;const be=ee.length>=Ve.loopRequired;if(he.allErrors?function He(){if(be||ce)U.block$data(o.nil,Ce);else for(const Ue of ee)(0,u.checkReportMissingProp)(U,Ue)}():function Se(){const Ue=X.let("missing");if(be||ce){const je=X.let("valid",!0);U.block$data(je,()=>function ft(Ue,je){U.setParams({missingProperty:Ue}),X.forOf(Ue,ne,()=>{X.assign(je,(0,u.propertyInData)(X,ue,Ue,Ve.ownProperties)),X.if((0,o.not)(je),()=>{U.error(),X.break()})},o.nil)}(Ue,je)),U.ok(je)}else X.if((0,u.checkMissingProp)(U,ee,Ue)),(0,u.reportMissingProp)(U,Ue),X.else()}(),Ve.strictRequired){const Ue=U.parentSchema.properties,{definedProperties:je}=U.it;for(const xe of ee)void 0!==Ue?.[xe]||je.has(xe)||(0,D.checkStrictMode)(he,`required property "${xe}" is not defined at "${he.schemaEnv.baseId+he.errSchemaPath}" (strictRequired)`,he.opts.strictRequired)}function Ce(){X.forOf("prop",ne,Ue=>{U.setParams({missingProperty:Ue}),X.if((0,u.noPropertyInData)(X,ue,Ue,Ve.ownProperties),()=>U.error())})}}}},6394:(ve,k,_)=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});const u=_(6993),o=_(8012),D=_(8193),j=_(4305);k.default={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:{message:({params:{i:X,j:ee}})=>o.str`must NOT have duplicate items (items ## ${ee} and ${X} are identical)`,params:({params:{i:X,j:ee}})=>o._`{i: ${X}, j: ${ee}}`},code(X){const{gen:ee,data:ne,$data:ue,schema:ce,parentSchema:he,schemaCode:Ve,it:be}=X;if(!ue&&!ce)return;const He=ee.let("valid"),Se=he.items?(0,u.getSchemaTypes)(he.items):[];function Ue(xe,ye){const Oe=ee.name("item"),We=(0,u.checkDataTypes)(Se,Oe,be.opts.strictNumbers,u.DataType.Wrong),Ke=ee.const("indices",o._`{}`);ee.for(o._`;${xe}--;`,()=>{ee.let(Oe,o._`${ne}[${xe}]`),ee.if(We,o._`continue`),Se.length>1&&ee.if(o._`typeof ${Oe} == "string"`,o._`${Oe} += "_"`),ee.if(o._`typeof ${Ke}[${Oe}] == "number"`,()=>{ee.assign(ye,o._`${Ke}[${Oe}]`),X.error(),ee.assign(He,!1).break()}).code(o._`${Ke}[${Oe}] = ${xe}`)})}function je(xe,ye){const Oe=(0,D.useFunc)(ee,j.default),We=ee.name("outer");ee.label(We).for(o._`;${xe}--;`,()=>ee.for(o._`${ye} = ${xe}; ${ye}--;`,()=>ee.if(o._`${Oe}(${ne}[${xe}], ${ne}[${ye}])`,()=>{X.error(),ee.assign(He,!1).break(We)})))}X.block$data(He,function Ce(){const xe=ee.let("i",o._`${ne}.length`),ye=ee.let("j");X.setParams({i:xe,j:ye}),ee.assign(He,!0),ee.if(o._`${xe} > 1`,()=>(function ft(){return Se.length>0&&!Se.some(xe=>"object"===xe||"array"===xe)}()?Ue:je)(xe,ye))},o._`${Ve} === false`),X.ok(He)}}},864:ve=>{"use strict";ve.exports=function k(_,u){if(_===u)return!0;if(_&&u&&"object"==typeof _&&"object"==typeof u){if(_.constructor!==u.constructor)return!1;var o,D,j;if(Array.isArray(_)){if((o=_.length)!=u.length)return!1;for(D=o;0!=D--;)if(!k(_[D],u[D]))return!1;return!0}if(_.constructor===RegExp)return _.source===u.source&&_.flags===u.flags;if(_.valueOf!==Object.prototype.valueOf)return _.valueOf()===u.valueOf();if(_.toString!==Object.prototype.toString)return _.toString()===u.toString();if((o=(j=Object.keys(_)).length)!==Object.keys(u).length)return!1;for(D=o;0!=D--;)if(!Object.prototype.hasOwnProperty.call(u,j[D]))return!1;for(D=o;0!=D--;){var te=j[D];if(!k(_[te],u[te]))return!1}return!0}return _!=_&&u!=u}},6458:(ve,k)=>{!function(_){"use strict";function u(it){return null!==it&&"[object Array]"===Object.prototype.toString.call(it)}function o(it){return null!==it&&"[object Object]"===Object.prototype.toString.call(it)}function D(it,wt){if(it===wt)return!0;if(Object.prototype.toString.call(it)!==Object.prototype.toString.call(wt))return!1;if(!0===u(it)){if(it.length!==wt.length)return!1;for(var Rn=0;Rn",9:"Array"},je="UnquotedIdentifier",xe="QuotedIdentifier",ye="Rbracket",Oe="Rparen",We="Comma",Ke="Colon",xt="Rbrace",Tt="Number",Sn="Current",$n="Expref",zn="Pipe",mn="GTE",Mt="LTE",Ze="Flatten",De="Star",Be="Filter",Je="Dot",P="Not",Z="Lbrace",Ae="Lbracket",Fe="Lparen",$t="Literal",et={".":Je,"*":De,",":We,":":Ke,"{":Z,"}":xt,"]":ye,"(":Fe,")":Oe,"@":Sn},Dt={"<":!0,">":!0,"=":!0,"!":!0},Gt={" ":!0,"\t":!0,"\n":!0};function gn(it){return it>="a"&&it<="z"||it>="A"&&it<="Z"||"_"===it}function Gn(it){return it>="0"&&it<="9"||"-"===it}function mi(it){return it>="a"&&it<="z"||it>="A"&&it<="Z"||it>="0"&&it<="9"||"_"===it}function vr(){}vr.prototype={tokenize:function(it){var Vt,Rn,Vn,wt=[];for(this._current=0;this._current"===Vt?"="===it[this._current]?(this._current++,{type:mn,value:">=",start:wt}):{type:"GT",value:">",start:wt}:"="===Vt&&"="===it[this._current]?(this._current++,{type:"EQ",value:"==",start:wt}):void 0},_consumeLiteral:function(it){this._current++;for(var Rn,wt=this._current,Vt=it.length;"`"!==it[this._current]&&this._current=0)return!0;if(["true","false","null"].indexOf(it)>=0)return!0;if(!("-0123456789".indexOf(it[0])>=0))return!1;try{return JSON.parse(it),!0}catch{return!1}}};var ki={};function Tr(){}function Fr(it){this.runtime=it}function To(it){this._interpreter=it,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[ee]}]},avg:{_func:this._functionAvg,_signature:[{types:[8]}]},ceil:{_func:this._functionCeil,_signature:[{types:[ee]}]},contains:{_func:this._functionContains,_signature:[{types:[ue,3]},{types:[1]}]},ends_with:{_func:this._functionEndsWith,_signature:[{types:[ue]},{types:[ue]}]},floor:{_func:this._functionFloor,_signature:[{types:[ee]}]},length:{_func:this._functionLength,_signature:[{types:[ue,3,4]}]},map:{_func:this._functionMap,_signature:[{types:[6]},{types:[3]}]},max:{_func:this._functionMax,_signature:[{types:[8,9]}]},merge:{_func:this._functionMerge,_signature:[{types:[4],variadic:!0}]},max_by:{_func:this._functionMaxBy,_signature:[{types:[3]},{types:[6]}]},sum:{_func:this._functionSum,_signature:[{types:[8]}]},starts_with:{_func:this._functionStartsWith,_signature:[{types:[ue]},{types:[ue]}]},min:{_func:this._functionMin,_signature:[{types:[8,9]}]},min_by:{_func:this._functionMinBy,_signature:[{types:[3]},{types:[6]}]},type:{_func:this._functionType,_signature:[{types:[1]}]},keys:{_func:this._functionKeys,_signature:[{types:[4]}]},values:{_func:this._functionValues,_signature:[{types:[4]}]},sort:{_func:this._functionSort,_signature:[{types:[9,8]}]},sort_by:{_func:this._functionSortBy,_signature:[{types:[3]},{types:[6]}]},join:{_func:this._functionJoin,_signature:[{types:[ue]},{types:[9]}]},reverse:{_func:this._functionReverse,_signature:[{types:[ue,3]}]},to_array:{_func:this._functionToArray,_signature:[{types:[1]}]},to_string:{_func:this._functionToString,_signature:[{types:[1]}]},to_number:{_func:this._functionToNumber,_signature:[{types:[1]}]},not_null:{_func:this._functionNotNull,_signature:[{types:[1],variadic:!0}]}}}ki.EOF=0,ki[je]=0,ki[xe]=0,ki[ye]=0,ki[Oe]=0,ki[We]=0,ki[xt]=0,ki[Tt]=0,ki[Sn]=0,ki[$n]=0,ki[zn]=1,ki.Or=2,ki.And=3,ki.EQ=5,ki.GT=5,ki.LT=5,ki[mn]=5,ki[Mt]=5,ki.NE=5,ki[Ze]=9,ki[De]=20,ki[Be]=21,ki[Je]=40,ki[P]=45,ki[Z]=50,ki[Ae]=55,ki[Fe]=60,Tr.prototype={parse:function(it){this._loadTokens(it),this.index=0;var wt=this.expression(0);if("EOF"!==this._lookahead(0)){var Vt=this._lookaheadToken(0),Rn=new Error("Unexpected token type: "+Vt.type+", value: "+Vt.value);throw Rn.name="ParserError",Rn}return wt},_loadTokens:function(it){var Vt=(new vr).tokenize(it);Vt.push({type:"EOF",value:"",start:it.length}),this.tokens=Vt},expression:function(it){var wt=this._lookaheadToken(0);this._advance();for(var Vt=this.nud(wt),Rn=this._lookahead(0);it=0?this.expression(it):wt===Ae?(this._match(Ae),this._parseMultiselectList()):wt===Z?(this._match(Z),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(it){var wt;if(ki[this._lookahead(0)]<10)wt={type:"Identity"};else if(this._lookahead(0)===Ae)wt=this.expression(it);else if(this._lookahead(0)===Be)wt=this.expression(it);else{if(this._lookahead(0)!==Je){var Vt=this._lookaheadToken(0),Rn=new Error("Sytanx error, unexpected token: "+Vt.value+"("+Vt.type+")");throw Rn.name="ParserError",Rn}this._match(Je),wt=this._parseDotRHS(it)}return wt},_parseMultiselectList:function(){for(var it=[];this._lookahead(0)!==ye;){var wt=this.expression(0);if(it.push(wt),this._lookahead(0)===We&&(this._match(We),this._lookahead(0)===ye))throw new Error("Unexpected token Rbracket")}return this._match(ye),{type:"MultiSelectList",children:it}},_parseMultiselectHash:function(){for(var Vt,Rn,Vn,it=[],wt=[je,xe];;){if(Vt=this._lookaheadToken(0),wt.indexOf(Vt.type)<0)throw new Error("Expecting an identifier token, got: "+Vt.type);if(Rn=Vt.value,this._advance(),this._match(Ke),Vn=this.expression(0),it.push({type:"KeyValuePair",name:Rn,value:Vn}),this._lookahead(0)===We)this._match(We);else if(this._lookahead(0)===xt){this._match(xt);break}}return{type:"MultiSelectHash",children:it}}},Fr.prototype={search:function(it,wt){return this.visit(it,wt)},visit:function(it,wt){var Vt,Rn,Vn,Di,qi,Bi,wr,Ji,Qi;switch(it.type){case"Field":return null!==wt&&o(wt)?void 0===(Bi=wt[it.name])?null:Bi:null;case"Subexpression":for(Vn=this.visit(it.children[0],wt),Qi=1;Qi0)for(Qi=Ts;QiJo;Qi+=Yt)Vn.push(wt[Qi]);return Vn;case"Projection":var Ln=this.visit(it.children[0],wt);if(!u(Ln))return null;for(Ji=[],Qi=0;Qiqi;break;case mn:Vn=Di>=qi;break;case"LT":Vn=Di=it&&(wt=Vt<0?it-1:it),wt}},To.prototype={callFunction:function(it,wt){var Vt=this.functionTable[it];if(void 0===Vt)throw new Error("Unknown function: "+it+"()");return this._validateArgs(it,wt,Vt._signature),Vt._func.call(this,wt)},_validateArgs:function(it,wt,Vt){var Rn;if(Vt[Vt.length-1].variadic){if(wt.length=0;Vn--)Rn+=Vt[Vn];return Rn}var Di=it[0].slice(0);return Di.reverse(),Di},_functionAbs:function(it){return Math.abs(it[0])},_functionCeil:function(it){return Math.ceil(it[0])},_functionAvg:function(it){for(var wt=0,Vt=it[0],Rn=0;Rn=0},_functionFloor:function(it){return Math.floor(it[0])},_functionLength:function(it){return o(it[0])?Object.keys(it[0]).length:it[0].length},_functionMap:function(it){for(var wt=[],Vt=this._interpreter,Rn=it[0],Vn=it[1],Di=0;Di0){if(this._getTypeName(it[0][0])===ee)return Math.max.apply(Math,it[0]);for(var Vt=it[0],Rn=Vt[0],Vn=1;Vn0){if(this._getTypeName(it[0][0])===ee)return Math.min.apply(Math,it[0]);for(var Vt=it[0],Rn=Vt[0],Vn=1;Vnzo?1:QiVn&&(Vn=qi,Di=Vt[Bi]);return Di},_functionMinBy:function(it){for(var Di,qi,Vt=it[0],Rn=this.createKeyFunction(it[1],[ee,ue]),Vn=1/0,Bi=0;Bi{"use strict";var k=ve.exports=function(o,D,j){"function"==typeof D&&(j=D,D={}),_(D,"function"==typeof(j=D.cb||j)?j:j.pre||function(){},j.post||function(){},o,"",o)};function _(o,D,j,te,U,X,ee,ne,ue,ce){if(te&&"object"==typeof te&&!Array.isArray(te)){for(var he in D(te,U,X,ee,ne,ue,ce),te){var Ve=te[he];if(Array.isArray(Ve)){if(he in k.arrayKeywords)for(var be=0;be{"use strict";var _={b:"\b",f:"\f",n:"\n",r:"\r",t:"\t",'"':'"',"/":"/","\\":"\\"},u="a".charCodeAt();k.parse=function(be,He,Se){var Ce={},ft=0,Ue=0,je=0,xe=Se&&Se.bigint&&typeof BigInt<"u";return{data:function ye(Ze,De){var Be;Oe(),jn(Ze,"value");var Je=$n();switch(Je){case"t":Sn("rue"),Be=!0;break;case"f":Sn("alse"),Be=!1;break;case"n":Sn("ull"),Be=null;break;case'"':Be=We();break;case"[":Be=function xt(Ze){Oe();var De=[],Be=0;if("]"==$n())return De;for(zn();;){De.push(ye(Ze+"/"+Be)),Oe();var P=$n();if("]"==P)break;","!=P&&Mt(),Oe(),Be++}return De}(Ze);break;case"{":Be=function Tt(Ze){Oe();var De={};if("}"==$n())return De;for(zn();;){var Be=Ei();'"'!=$n()&&Mt();var Je=We(),P=Ze+"/"+Ve(Je);zi(P,"key",Be),jn(P,"keyEnd"),Oe(),":"!=$n()&&Mt(),Oe(),De[Je]=ye(P),Oe();var Z=$n();if("}"==Z)break;","!=Z&&Mt(),Oe()}return De}(Ze);break;default:zn(),"-0123456789".indexOf(Je)>=0?Be=function Ke(){var Ze="",De=!0;"-"==be[je]&&(Ze+=$n()),Ze+="0"==be[je]?$n():Pi(),"."==be[je]&&(Ze+=$n()+Pi(),De=!1),("e"==be[je]||"E"==be[je])&&(Ze+=$n(),("+"==be[je]||"-"==be[je])&&(Ze+=$n()),Ze+=Pi(),De=!1);var Be=+Ze;return xe&&De&&(Be>Number.MAX_SAFE_INTEGER||Be="a"&&Be<="f"?De+=Be.charCodeAt()-u+10:Be>="0"&&Be<="9"?De+=+Be:Mt()}return String.fromCharCode(De)}function Pi(){for(var Ze="";be[je]>="0"&&be[je]<="9";)Ze+=$n();if(Ze.length)return Ze;_t(),mn()}function jn(Ze,De){zi(Ze,De,Ei())}function zi(Ze,De,Be){Ce[Ze]=Ce[Ze]||{},Ce[Ze][De]=Be}function Ei(){return{line:ft,column:Ue,pos:je}}function mn(){throw new SyntaxError("Unexpected token "+be[je]+" in JSON at position "+je)}function Mt(){zn(),mn()}function _t(){if(je>=be.length)throw new SyntaxError("Unexpected end of JSON input")}},k.stringify=function(be,He,Se){if(D(be)){var ft,Ue,Ce=0,je="object"==typeof Se?Se.space:Se;switch(typeof je){case"number":var xe=je>10?10:je<0?0:Math.floor(je);je=xe&&zi(xe," "),ft=xe,Ue=xe;break;case"string":je=je.slice(0,10),ft=0,Ue=0;for(var ye=0;ye=0}var j=/"|\\/g,te=/[\b]/g,U=/\f/g,X=/\n/g,ee=/\r/g,ne=/\t/g;function ue(be){return'"'+(be=be.replace(j,"\\$&").replace(U,"\\f").replace(te,"\\b").replace(X,"\\n").replace(ee,"\\r").replace(ne,"\\t"))+'"'}var ce=/~/g,he=/\//g;function Ve(be){return be.replace(ce,"~0").replace(he,"~1")}},8941:ve=>{var k=function(_,u){var o,D,j=1,te=0,U=0,X=String.alphabet;function ee(ne,ue,ce){if(ce){for(o=ue;(ce=ee(ne,o))<76&&ce>65;)++o;return+ne.slice(ue-1,o)}return(ce=X&&X.indexOf(ne.charAt(ue)))>-1?ce+76:(ce=ne.charCodeAt(ue)||0)<45||ce>127?ce:ce<46?65:ce<48?ce-1:ce<58?ce+18:ce<65?ce-11:ce<91?ce+11:ce<97?ce-37:ce<123?ce+5:ce-63}if((_+="")!=(u+=""))for(;j;)if(D=ee(_,te++),j=ee(u,U++),D<76&&j<76&&D>66&&j>66&&(D=ee(_,te,te),j=ee(u,U,te=o),U=o),D!=j)return D{"use strict";_.d(k,{X:()=>o});var u=_(8748);class o extends u.x{constructor(j){super(),this._value=j}get value(){return this.getValue()}_subscribe(j){const te=super._subscribe(j);return!te.closed&&j.next(this._value),te}getValue(){const{hasError:j,thrownError:te,_value:U}=this;if(j)throw te;return this._throwIfClosed(),U}next(j){super.next(this._value=j)}}},8132:(ve,k,_)=>{"use strict";_.d(k,{y:()=>ee});var u=_(4676),o=_(902),D=_(9837),j=_(2222),te=_(9885),U=_(3649),X=_(1855);let ee=(()=>{class he{constructor(be){be&&(this._subscribe=be)}lift(be){const He=new he;return He.source=this,He.operator=be,He}subscribe(be,He,Se){const Ce=function ce(he){return he&&he instanceof u.Lv||function ue(he){return he&&(0,U.m)(he.next)&&(0,U.m)(he.error)&&(0,U.m)(he.complete)}(he)&&(0,o.Nn)(he)}(be)?be:new u.Hp(be,He,Se);return(0,X.x)(()=>{const{operator:ft,source:Ue}=this;Ce.add(ft?ft.call(Ce,Ue):Ue?this._subscribe(Ce):this._trySubscribe(Ce))}),Ce}_trySubscribe(be){try{return this._subscribe(be)}catch(He){be.error(He)}}forEach(be,He){return new(He=ne(He))((Se,Ce)=>{const ft=new u.Hp({next:Ue=>{try{be(Ue)}catch(je){Ce(je),ft.unsubscribe()}},error:Ce,complete:Se});this.subscribe(ft)})}_subscribe(be){var He;return null===(He=this.source)||void 0===He?void 0:He.subscribe(be)}[D.L](){return this}pipe(...be){return(0,j.U)(be)(this)}toPromise(be){return new(be=ne(be))((He,Se)=>{let Ce;this.subscribe(ft=>Ce=ft,ft=>Se(ft),()=>He(Ce))})}}return he.create=Ve=>new he(Ve),he})();function ne(he){var Ve;return null!==(Ve=he??te.config.Promise)&&void 0!==Ve?Ve:Promise}},5484:(ve,k,_)=>{"use strict";_.d(k,{t:()=>D});var u=_(8748),o=_(7541);class D extends u.x{constructor(te=1/0,U=1/0,X=o.l){super(),this._bufferSize=te,this._windowTime=U,this._timestampProvider=X,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=U===1/0,this._bufferSize=Math.max(1,te),this._windowTime=Math.max(1,U)}next(te){const{isStopped:U,_buffer:X,_infiniteTimeWindow:ee,_timestampProvider:ne,_windowTime:ue}=this;U||(X.push(te),!ee&&X.push(ne.now()+ue)),this._trimBuffer(),super.next(te)}_subscribe(te){this._throwIfClosed(),this._trimBuffer();const U=this._innerSubscribe(te),{_infiniteTimeWindow:X,_buffer:ee}=this,ne=ee.slice();for(let ue=0;ue{"use strict";_.d(k,{x:()=>X});var u=_(8132),o=_(902);const j=(0,_(9046).d)(ne=>function(){ne(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var te=_(801),U=_(1855);let X=(()=>{class ne extends u.y{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(ce){const he=new ee(this,this);return he.operator=ce,he}_throwIfClosed(){if(this.closed)throw new j}next(ce){(0,U.x)(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const he of this.currentObservers)he.next(ce)}})}error(ce){(0,U.x)(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=ce;const{observers:he}=this;for(;he.length;)he.shift().error(ce)}})}complete(){(0,U.x)(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:ce}=this;for(;ce.length;)ce.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var ce;return(null===(ce=this.observers)||void 0===ce?void 0:ce.length)>0}_trySubscribe(ce){return this._throwIfClosed(),super._trySubscribe(ce)}_subscribe(ce){return this._throwIfClosed(),this._checkFinalizedStatuses(ce),this._innerSubscribe(ce)}_innerSubscribe(ce){const{hasError:he,isStopped:Ve,observers:be}=this;return he||Ve?o.Lc:(this.currentObservers=null,be.push(ce),new o.w0(()=>{this.currentObservers=null,(0,te.P)(be,ce)}))}_checkFinalizedStatuses(ce){const{hasError:he,thrownError:Ve,isStopped:be}=this;he?ce.error(Ve):be&&ce.complete()}asObservable(){const ce=new u.y;return ce.source=this,ce}}return ne.create=(ue,ce)=>new ee(ue,ce),ne})();class ee extends X{constructor(ue,ce){super(),this.destination=ue,this.source=ce}next(ue){var ce,he;null===(he=null===(ce=this.destination)||void 0===ce?void 0:ce.next)||void 0===he||he.call(ce,ue)}error(ue){var ce,he;null===(he=null===(ce=this.destination)||void 0===ce?void 0:ce.error)||void 0===he||he.call(ce,ue)}complete(){var ue,ce;null===(ce=null===(ue=this.destination)||void 0===ue?void 0:ue.complete)||void 0===ce||ce.call(ue)}_subscribe(ue){var ce,he;return null!==(he=null===(ce=this.source)||void 0===ce?void 0:ce.subscribe(ue))&&void 0!==he?he:o.Lc}}},4676:(ve,k,_)=>{"use strict";_.d(k,{Hp:()=>Se,Lv:()=>he});var u=_(3649),o=_(902),D=_(9885),j=_(9102),te=_(6811);const U=ne("C",void 0,void 0);function ne(xe,ye,Oe){return{kind:xe,value:ye,error:Oe}}var ue=_(3112),ce=_(1855);class he extends o.w0{constructor(ye){super(),this.isStopped=!1,ye?(this.destination=ye,(0,o.Nn)(ye)&&ye.add(this)):this.destination=je}static create(ye,Oe,We){return new Se(ye,Oe,We)}next(ye){this.isStopped?Ue(function ee(xe){return ne("N",xe,void 0)}(ye),this):this._next(ye)}error(ye){this.isStopped?Ue(function X(xe){return ne("E",void 0,xe)}(ye),this):(this.isStopped=!0,this._error(ye))}complete(){this.isStopped?Ue(U,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(ye){this.destination.next(ye)}_error(ye){try{this.destination.error(ye)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const Ve=Function.prototype.bind;function be(xe,ye){return Ve.call(xe,ye)}class He{constructor(ye){this.partialObserver=ye}next(ye){const{partialObserver:Oe}=this;if(Oe.next)try{Oe.next(ye)}catch(We){Ce(We)}}error(ye){const{partialObserver:Oe}=this;if(Oe.error)try{Oe.error(ye)}catch(We){Ce(We)}else Ce(ye)}complete(){const{partialObserver:ye}=this;if(ye.complete)try{ye.complete()}catch(Oe){Ce(Oe)}}}class Se extends he{constructor(ye,Oe,We){let Ke;if(super(),(0,u.m)(ye)||!ye)Ke={next:ye??void 0,error:Oe??void 0,complete:We??void 0};else{let xt;this&&D.config.useDeprecatedNextContext?(xt=Object.create(ye),xt.unsubscribe=()=>this.unsubscribe(),Ke={next:ye.next&&be(ye.next,xt),error:ye.error&&be(ye.error,xt),complete:ye.complete&&be(ye.complete,xt)}):Ke=ye}this.destination=new He(Ke)}}function Ce(xe){D.config.useDeprecatedSynchronousErrorHandling?(0,ce.O)(xe):(0,j.h)(xe)}function Ue(xe,ye){const{onStoppedNotification:Oe}=D.config;Oe&&ue.z.setTimeout(()=>Oe(xe,ye))}const je={closed:!0,next:te.Z,error:function ft(xe){throw xe},complete:te.Z}},902:(ve,k,_)=>{"use strict";_.d(k,{Lc:()=>U,w0:()=>te,Nn:()=>X});var u=_(3649);const D=(0,_(9046).d)(ne=>function(ce){ne(this),this.message=ce?`${ce.length} errors occurred during unsubscription:\n${ce.map((he,Ve)=>`${Ve+1}) ${he.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=ce});var j=_(801);class te{constructor(ue){this.initialTeardown=ue,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let ue;if(!this.closed){this.closed=!0;const{_parentage:ce}=this;if(ce)if(this._parentage=null,Array.isArray(ce))for(const be of ce)be.remove(this);else ce.remove(this);const{initialTeardown:he}=this;if((0,u.m)(he))try{he()}catch(be){ue=be instanceof D?be.errors:[be]}const{_finalizers:Ve}=this;if(Ve){this._finalizers=null;for(const be of Ve)try{ee(be)}catch(He){ue=ue??[],He instanceof D?ue=[...ue,...He.errors]:ue.push(He)}}if(ue)throw new D(ue)}}add(ue){var ce;if(ue&&ue!==this)if(this.closed)ee(ue);else{if(ue instanceof te){if(ue.closed||ue._hasParent(this))return;ue._addParent(this)}(this._finalizers=null!==(ce=this._finalizers)&&void 0!==ce?ce:[]).push(ue)}}_hasParent(ue){const{_parentage:ce}=this;return ce===ue||Array.isArray(ce)&&ce.includes(ue)}_addParent(ue){const{_parentage:ce}=this;this._parentage=Array.isArray(ce)?(ce.push(ue),ce):ce?[ce,ue]:ue}_removeParent(ue){const{_parentage:ce}=this;ce===ue?this._parentage=null:Array.isArray(ce)&&(0,j.P)(ce,ue)}remove(ue){const{_finalizers:ce}=this;ce&&(0,j.P)(ce,ue),ue instanceof te&&ue._removeParent(this)}}te.EMPTY=(()=>{const ne=new te;return ne.closed=!0,ne})();const U=te.EMPTY;function X(ne){return ne instanceof te||ne&&"closed"in ne&&(0,u.m)(ne.remove)&&(0,u.m)(ne.add)&&(0,u.m)(ne.unsubscribe)}function ee(ne){(0,u.m)(ne)?ne():ne.unsubscribe()}},9885:(ve,k,_)=>{"use strict";_.d(k,{config:()=>u});const u={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},8442:(ve,k,_)=>{"use strict";_.d(k,{a:()=>ue});var u=_(8132),o=_(6632),D=_(3489),j=_(9401),te=_(5993),U=_(8197),X=_(2713),ee=_(134),ne=_(3224);function ue(...Ve){const be=(0,U.yG)(Ve),He=(0,U.jO)(Ve),{args:Se,keys:Ce}=(0,o.D)(Ve);if(0===Se.length)return(0,D.D)([],be);const ft=new u.y(function ce(Ve,be,He=j.y){return Se=>{he(be,()=>{const{length:Ce}=Ve,ft=new Array(Ce);let Ue=Ce,je=Ce;for(let xe=0;xe{const ye=(0,D.D)(Ve[xe],be);let Oe=!1;ye.subscribe((0,ee.x)(Se,We=>{ft[xe]=We,Oe||(Oe=!0,je--),je||Se.next(He(ft.slice()))},()=>{--Ue||Se.complete()}))},Se)},Se)}}(Se,be,Ce?Ue=>(0,X.n)(Ce,Ue):j.y));return He?ft.pipe((0,te.Z)(He)):ft}function he(Ve,be,He){Ve?(0,ne.f)(He,Ve,be):be()}},6543:(ve,k,_)=>{"use strict";_.d(k,{z:()=>j});var u=_(3364),o=_(8197),D=_(3489);function j(...te){return(0,u.u)()((0,D.D)(te,(0,o.yG)(te)))}},3562:(ve,k,_)=>{"use strict";_.d(k,{P:()=>D});var u=_(8132),o=_(6974);function D(j){return new u.y(te=>{(0,o.Xf)(j()).subscribe(te)})}},453:(ve,k,_)=>{"use strict";_.d(k,{E:()=>o});const o=new(_(8132).y)(te=>te.complete())},3489:(ve,k,_)=>{"use strict";_.d(k,{D:()=>We});var u=_(6974),o=_(3224),D=_(6142),j=_(134);function te(Ke,xt=0){return(0,D.e)((Tt,Sn)=>{Tt.subscribe((0,j.x)(Sn,$n=>(0,o.f)(Sn,Ke,()=>Sn.next($n),xt),()=>(0,o.f)(Sn,Ke,()=>Sn.complete(),xt),$n=>(0,o.f)(Sn,Ke,()=>Sn.error($n),xt)))})}function U(Ke,xt=0){return(0,D.e)((Tt,Sn)=>{Sn.add(Ke.schedule(()=>Tt.subscribe(Sn),xt))})}var ne=_(8132),ce=_(6818),he=_(3649);function be(Ke,xt){if(!Ke)throw new Error("Iterable cannot be null");return new ne.y(Tt=>{(0,o.f)(Tt,xt,()=>{const Sn=Ke[Symbol.asyncIterator]();(0,o.f)(Tt,xt,()=>{Sn.next().then($n=>{$n.done?Tt.complete():Tt.next($n.value)})},0,!0)})})}var He=_(8040),Se=_(3913),Ce=_(3234),ft=_(8926),Ue=_(3525),je=_(369),xe=_(5994);function We(Ke,xt){return xt?function Oe(Ke,xt){if(null!=Ke){if((0,He.c)(Ke))return function X(Ke,xt){return(0,u.Xf)(Ke).pipe(U(xt),te(xt))}(Ke,xt);if((0,Ce.z)(Ke))return function ue(Ke,xt){return new ne.y(Tt=>{let Sn=0;return xt.schedule(function(){Sn===Ke.length?Tt.complete():(Tt.next(Ke[Sn++]),Tt.closed||this.schedule())})})}(Ke,xt);if((0,Se.t)(Ke))return function ee(Ke,xt){return(0,u.Xf)(Ke).pipe(U(xt),te(xt))}(Ke,xt);if((0,Ue.D)(Ke))return be(Ke,xt);if((0,ft.T)(Ke))return function Ve(Ke,xt){return new ne.y(Tt=>{let Sn;return(0,o.f)(Tt,xt,()=>{Sn=Ke[ce.h](),(0,o.f)(Tt,xt,()=>{let $n,zn;try{({value:$n,done:zn}=Sn.next())}catch(ri){return void Tt.error(ri)}zn?Tt.complete():Tt.next($n)},0,!0)}),()=>(0,he.m)(Sn?.return)&&Sn.return()})}(Ke,xt);if((0,xe.L)(Ke))return function ye(Ke,xt){return be((0,xe.Q)(Ke),xt)}(Ke,xt)}throw(0,je.z)(Ke)}(Ke,xt):(0,u.Xf)(Ke)}},409:(ve,k,_)=>{"use strict";_.d(k,{R:()=>ue});var u=_(6974),o=_(8132),D=_(5130),j=_(3234),te=_(3649),U=_(5993);const X=["addListener","removeListener"],ee=["addEventListener","removeEventListener"],ne=["on","off"];function ue(He,Se,Ce,ft){if((0,te.m)(Ce)&&(ft=Ce,Ce=void 0),ft)return ue(He,Se,Ce).pipe((0,U.Z)(ft));const[Ue,je]=function be(He){return(0,te.m)(He.addEventListener)&&(0,te.m)(He.removeEventListener)}(He)?ee.map(xe=>ye=>He[xe](Se,ye,Ce)):function he(He){return(0,te.m)(He.addListener)&&(0,te.m)(He.removeListener)}(He)?X.map(ce(He,Se)):function Ve(He){return(0,te.m)(He.on)&&(0,te.m)(He.off)}(He)?ne.map(ce(He,Se)):[];if(!Ue&&(0,j.z)(He))return(0,D.z)(xe=>ue(xe,Se,Ce))((0,u.Xf)(He));if(!Ue)throw new TypeError("Invalid event target");return new o.y(xe=>{const ye=(...Oe)=>xe.next(1je(ye)})}function ce(He,Se){return Ce=>ft=>He[Ce](Se,ft)}},6974:(ve,k,_)=>{"use strict";_.d(k,{Xf:()=>Ve});var u=_(4911),o=_(3234),D=_(3913),j=_(8132),te=_(8040),U=_(3525),X=_(369),ee=_(8926),ne=_(5994),ue=_(3649),ce=_(9102),he=_(9837);function Ve(xe){if(xe instanceof j.y)return xe;if(null!=xe){if((0,te.c)(xe))return function be(xe){return new j.y(ye=>{const Oe=xe[he.L]();if((0,ue.m)(Oe.subscribe))return Oe.subscribe(ye);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(xe);if((0,o.z)(xe))return function He(xe){return new j.y(ye=>{for(let Oe=0;Oe{xe.then(Oe=>{ye.closed||(ye.next(Oe),ye.complete())},Oe=>ye.error(Oe)).then(null,ce.h)})}(xe);if((0,U.D)(xe))return ft(xe);if((0,ee.T)(xe))return function Ce(xe){return new j.y(ye=>{for(const Oe of xe)if(ye.next(Oe),ye.closed)return;ye.complete()})}(xe);if((0,ne.L)(xe))return function Ue(xe){return ft((0,ne.Q)(xe))}(xe)}throw(0,X.z)(xe)}function ft(xe){return new j.y(ye=>{(function je(xe,ye){var Oe,We,Ke,xt;return(0,u.mG)(this,void 0,void 0,function*(){try{for(Oe=(0,u.KL)(xe);!(We=yield Oe.next()).done;)if(ye.next(We.value),ye.closed)return}catch(Tt){Ke={error:Tt}}finally{try{We&&!We.done&&(xt=Oe.return)&&(yield xt.call(Oe))}finally{if(Ke)throw Ke.error}}ye.complete()})})(xe,ye).catch(Oe=>ye.error(Oe))})}},5047:(ve,k,_)=>{"use strict";_.d(k,{T:()=>U});var u=_(2605),o=_(6974),D=_(453),j=_(8197),te=_(3489);function U(...X){const ee=(0,j.yG)(X),ne=(0,j._6)(X,1/0),ue=X;return ue.length?1===ue.length?(0,o.Xf)(ue[0]):(0,u.J)(ne)((0,te.D)(ue,ee)):D.E}},1209:(ve,k,_)=>{"use strict";_.d(k,{of:()=>D});var u=_(8197),o=_(3489);function D(...j){const te=(0,u.yG)(j);return(0,o.D)(j,te)}},1925:(ve,k,_)=>{"use strict";_.d(k,{H:()=>te});var u=_(8132),o=_(8634),D=_(6943);function te(U=0,X,ee=o.P){let ne=-1;return null!=X&&((0,D.K)(X)?ee=X:ne=X),new u.y(ue=>{let ce=function j(U){return U instanceof Date&&!isNaN(U)}(U)?+U-ee.now():U;ce<0&&(ce=0);let he=0;return ee.schedule(function(){ue.closed||(ue.next(he++),0<=ne?this.schedule(void 0,ne):ue.complete())},ce)})}},134:(ve,k,_)=>{"use strict";_.d(k,{x:()=>o});var u=_(4676);function o(j,te,U,X,ee){return new D(j,te,U,X,ee)}class D extends u.Lv{constructor(te,U,X,ee,ne,ue){super(te),this.onFinalize=ne,this.shouldUnsubscribe=ue,this._next=U?function(ce){try{U(ce)}catch(he){te.error(he)}}:super._next,this._error=ee?function(ce){try{ee(ce)}catch(he){te.error(he)}finally{this.unsubscribe()}}:super._error,this._complete=X?function(){try{X()}catch(ce){te.error(ce)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var te;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:U}=this;super.unsubscribe(),!U&&(null===(te=this.onFinalize)||void 0===te||te.call(this))}}}},7560:(ve,k,_)=>{"use strict";_.d(k,{K:()=>j});var u=_(6974),o=_(134),D=_(6142);function j(te){return(0,D.e)((U,X)=>{let ue,ee=null,ne=!1;ee=U.subscribe((0,o.x)(X,void 0,void 0,ce=>{ue=(0,u.Xf)(te(ce,j(te)(U))),ee?(ee.unsubscribe(),ee=null,ue.subscribe(X)):ne=!0})),ne&&(ee.unsubscribe(),ee=null,ue.subscribe(X))})}},3364:(ve,k,_)=>{"use strict";_.d(k,{u:()=>o});var u=_(2605);function o(){return(0,u.J)(1)}},109:(ve,k,_)=>{"use strict";_.d(k,{b:()=>D});var u=_(5130),o=_(3649);function D(j,te){return(0,o.m)(te)?(0,u.z)(j,te,1):(0,u.z)(j,1)}},155:(ve,k,_)=>{"use strict";_.d(k,{b:()=>j});var u=_(8634),o=_(6142),D=_(134);function j(te,U=u.z){return(0,o.e)((X,ee)=>{let ne=null,ue=null,ce=null;const he=()=>{if(ne){ne.unsubscribe(),ne=null;const be=ue;ue=null,ee.next(be)}};function Ve(){const be=ce+te,He=U.now();if(He{ue=be,ce=U.now(),ne||(ne=U.schedule(Ve,te),ee.add(ne))},()=>{he(),ee.complete()},void 0,()=>{ue=ne=null}))})}},407:(ve,k,_)=>{"use strict";_.d(k,{d:()=>D});var u=_(6142),o=_(134);function D(j){return(0,u.e)((te,U)=>{let X=!1;te.subscribe((0,o.x)(U,ee=>{X=!0,U.next(ee)},()=>{X||U.next(j),U.complete()}))})}},4893:(ve,k,_)=>{"use strict";_.d(k,{g:()=>Ve});var u=_(8634),o=_(6543),D=_(1813),j=_(6142),te=_(134),U=_(6811),ee=_(7376),ne=_(5130),ue=_(6974);function ce(be,He){return He?Se=>(0,o.z)(He.pipe((0,D.q)(1),function X(){return(0,j.e)((be,He)=>{be.subscribe((0,te.x)(He,U.Z))})}()),Se.pipe(ce(be))):(0,ne.z)((Se,Ce)=>(0,ue.Xf)(be(Se,Ce)).pipe((0,D.q)(1),(0,ee.h)(Se)))}var he=_(1925);function Ve(be,He=u.z){const Se=(0,he.H)(be,He);return ce(()=>Se)}},8004:(ve,k,_)=>{"use strict";_.d(k,{x:()=>j});var u=_(9401),o=_(6142),D=_(134);function j(U,X=u.y){return U=U??te,(0,o.e)((ee,ne)=>{let ue,ce=!0;ee.subscribe((0,D.x)(ne,he=>{const Ve=X(he);(ce||!U(ue,Ve))&&(ce=!1,ue=Ve,ne.next(he))}))})}function te(U,X){return U===X}},5333:(ve,k,_)=>{"use strict";_.d(k,{h:()=>D});var u=_(6142),o=_(134);function D(j,te){return(0,u.e)((U,X)=>{let ee=0;U.subscribe((0,o.x)(X,ne=>j.call(te,ne,ee++)&&X.next(ne)))})}},6293:(ve,k,_)=>{"use strict";_.d(k,{x:()=>o});var u=_(6142);function o(D){return(0,u.e)((j,te)=>{try{j.subscribe(te)}finally{te.add(D)}})}},6121:(ve,k,_)=>{"use strict";_.d(k,{P:()=>X});var u=_(7998),o=_(5333),D=_(1813),j=_(407),te=_(6261),U=_(9401);function X(ee,ne){const ue=arguments.length>=2;return ce=>ce.pipe(ee?(0,o.h)((he,Ve)=>ee(he,Ve,ce)):U.y,(0,D.q)(1),ue?(0,j.d)(ne):(0,te.T)(()=>new u.K))}},2425:(ve,k,_)=>{"use strict";_.d(k,{U:()=>D});var u=_(6142),o=_(134);function D(j,te){return(0,u.e)((U,X)=>{let ee=0;U.subscribe((0,o.x)(X,ne=>{X.next(j.call(te,ne,ee++))}))})}},7376:(ve,k,_)=>{"use strict";_.d(k,{h:()=>o});var u=_(2425);function o(D){return(0,u.U)(()=>D)}},2605:(ve,k,_)=>{"use strict";_.d(k,{J:()=>D});var u=_(5130),o=_(9401);function D(j=1/0){return(0,u.z)(o.y,j)}},5130:(ve,k,_)=>{"use strict";_.d(k,{z:()=>ee});var u=_(2425),o=_(6974),D=_(6142),j=_(3224),te=_(134),X=_(3649);function ee(ne,ue,ce=1/0){return(0,X.m)(ue)?ee((he,Ve)=>(0,u.U)((be,He)=>ue(he,be,Ve,He))((0,o.Xf)(ne(he,Ve))),ce):("number"==typeof ue&&(ce=ue),(0,D.e)((he,Ve)=>function U(ne,ue,ce,he,Ve,be,He,Se){const Ce=[];let ft=0,Ue=0,je=!1;const xe=()=>{je&&!Ce.length&&!ft&&ue.complete()},ye=We=>ft{be&&ue.next(We),ft++;let Ke=!1;(0,o.Xf)(ce(We,Ue++)).subscribe((0,te.x)(ue,xt=>{Ve?.(xt),be?ye(xt):ue.next(xt)},()=>{Ke=!0},void 0,()=>{if(Ke)try{for(ft--;Ce.length&&ftOe(xt)):Oe(xt)}xe()}catch(xt){ue.error(xt)}}))};return ne.subscribe((0,te.x)(ue,ye,()=>{je=!0,xe()})),()=>{Se?.()}}(he,Ve,ne,ce)))}},467:(ve,k,_)=>{"use strict";_.d(k,{U:()=>o});var u=_(134);function o(D,j,te,U,X){return(ee,ne)=>{let ue=te,ce=j,he=0;ee.subscribe((0,u.x)(ne,Ve=>{const be=he++;ce=ue?D(ce,Ve,be):(ue=!0,Ve),U&&ne.next(ce)},X&&(()=>{ue&&ne.next(ce),ne.complete()})))}}},8557:(ve,k,_)=>{"use strict";_.d(k,{B:()=>te});var u=_(6974),o=_(8748),D=_(4676),j=_(6142);function te(X={}){const{connector:ee=(()=>new o.x),resetOnError:ne=!0,resetOnComplete:ue=!0,resetOnRefCountZero:ce=!0}=X;return he=>{let Ve,be,He,Se=0,Ce=!1,ft=!1;const Ue=()=>{be?.unsubscribe(),be=void 0},je=()=>{Ue(),Ve=He=void 0,Ce=ft=!1},xe=()=>{const ye=Ve;je(),ye?.unsubscribe()};return(0,j.e)((ye,Oe)=>{Se++,!ft&&!Ce&&Ue();const We=He=He??ee();Oe.add(()=>{Se--,0===Se&&!ft&&!Ce&&(be=U(xe,ce))}),We.subscribe(Oe),!Ve&&Se>0&&(Ve=new D.Hp({next:Ke=>We.next(Ke),error:Ke=>{ft=!0,Ue(),be=U(je,ne,Ke),We.error(Ke)},complete:()=>{Ce=!0,Ue(),be=U(je,ue),We.complete()}}),(0,u.Xf)(ye).subscribe(Ve))})(he)}}function U(X,ee,...ne){if(!0===ee)return void X();if(!1===ee)return;const ue=new D.Hp({next:()=>{ue.unsubscribe(),X()}});return(0,u.Xf)(ee(...ne)).subscribe(ue)}},4776:(ve,k,_)=>{"use strict";_.d(k,{T:()=>o});var u=_(5333);function o(D){return(0,u.h)((j,te)=>D<=te)}},3843:(ve,k,_)=>{"use strict";_.d(k,{O:()=>j});var u=_(6543),o=_(8197),D=_(6142);function j(...te){const U=(0,o.yG)(te);return(0,D.e)((X,ee)=>{(U?(0,u.z)(te,X,U):(0,u.z)(te,X)).subscribe(ee)})}},4787:(ve,k,_)=>{"use strict";_.d(k,{w:()=>j});var u=_(6974),o=_(6142),D=_(134);function j(te,U){return(0,o.e)((X,ee)=>{let ne=null,ue=0,ce=!1;const he=()=>ce&&!ne&&ee.complete();X.subscribe((0,D.x)(ee,Ve=>{ne?.unsubscribe();let be=0;const He=ue++;(0,u.Xf)(te(Ve,He)).subscribe(ne=(0,D.x)(ee,Se=>ee.next(U?U(Ve,Se,He,be++):Se),()=>{ne=null,he()}))},()=>{ce=!0,he()}))})}},1813:(ve,k,_)=>{"use strict";_.d(k,{q:()=>j});var u=_(453),o=_(6142),D=_(134);function j(te){return te<=0?()=>u.E:(0,o.e)((U,X)=>{let ee=0;U.subscribe((0,D.x)(X,ne=>{++ee<=te&&(X.next(ne),te<=ee&&X.complete())}))})}},1749:(ve,k,_)=>{"use strict";_.d(k,{R:()=>te});var u=_(6142),o=_(134),D=_(6974),j=_(6811);function te(U){return(0,u.e)((X,ee)=>{(0,D.Xf)(U).subscribe((0,o.x)(ee,()=>ee.complete(),j.Z)),!ee.closed&&X.subscribe(ee)})}},5228:(ve,k,_)=>{"use strict";_.d(k,{o:()=>D});var u=_(6142),o=_(134);function D(j,te=!1){return(0,u.e)((U,X)=>{let ee=0;U.subscribe((0,o.x)(X,ne=>{const ue=j(ne,ee++);(ue||te)&&X.next(ne),!ue&&X.complete()}))})}},1570:(ve,k,_)=>{"use strict";_.d(k,{b:()=>te});var u=_(3649),o=_(6142),D=_(134),j=_(9401);function te(U,X,ee){const ne=(0,u.m)(U)||X||ee?{next:U,error:X,complete:ee}:U;return ne?(0,o.e)((ue,ce)=>{var he;null===(he=ne.subscribe)||void 0===he||he.call(ne);let Ve=!0;ue.subscribe((0,D.x)(ce,be=>{var He;null===(He=ne.next)||void 0===He||He.call(ne,be),ce.next(be)},()=>{var be;Ve=!1,null===(be=ne.complete)||void 0===be||be.call(ne),ce.complete()},be=>{var He;Ve=!1,null===(He=ne.error)||void 0===He||He.call(ne,be),ce.error(be)},()=>{var be,He;Ve&&(null===(be=ne.unsubscribe)||void 0===be||be.call(ne)),null===(He=ne.finalize)||void 0===He||He.call(ne)}))}):j.y}},6261:(ve,k,_)=>{"use strict";_.d(k,{T:()=>j});var u=_(7998),o=_(6142),D=_(134);function j(U=te){return(0,o.e)((X,ee)=>{let ne=!1;X.subscribe((0,D.x)(ee,ue=>{ne=!0,ee.next(ue)},()=>ne?ee.complete():ee.error(U())))})}function te(){return new u.K}},54:(ve,k,_)=>{"use strict";_.d(k,{o:()=>te});var u=_(902);class o extends u.w0{constructor(X,ee){super()}schedule(X,ee=0){return this}}const D={setInterval(U,X,...ee){const{delegate:ne}=D;return ne?.setInterval?ne.setInterval(U,X,...ee):setInterval(U,X,...ee)},clearInterval(U){const{delegate:X}=D;return(X?.clearInterval||clearInterval)(U)},delegate:void 0};var j=_(801);class te extends o{constructor(X,ee){super(X,ee),this.scheduler=X,this.work=ee,this.pending=!1}schedule(X,ee=0){var ne;if(this.closed)return this;this.state=X;const ue=this.id,ce=this.scheduler;return null!=ue&&(this.id=this.recycleAsyncId(ce,ue,ee)),this.pending=!0,this.delay=ee,this.id=null!==(ne=this.id)&&void 0!==ne?ne:this.requestAsyncId(ce,this.id,ee),this}requestAsyncId(X,ee,ne=0){return D.setInterval(X.flush.bind(X,this),ne)}recycleAsyncId(X,ee,ne=0){if(null!=ne&&this.delay===ne&&!1===this.pending)return ee;null!=ee&&D.clearInterval(ee)}execute(X,ee){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const ne=this._execute(X,ee);if(ne)return ne;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(X,ee){let ue,ne=!1;try{this.work(X)}catch(ce){ne=!0,ue=ce||new Error("Scheduled action threw falsy error")}if(ne)return this.unsubscribe(),ue}unsubscribe(){if(!this.closed){const{id:X,scheduler:ee}=this,{actions:ne}=ee;this.work=this.state=this.scheduler=null,this.pending=!1,(0,j.P)(ne,this),null!=X&&(this.id=this.recycleAsyncId(ee,X,null)),this.delay=null,super.unsubscribe()}}}},5804:(ve,k,_)=>{"use strict";_.d(k,{v:()=>D});var u=_(7541);class o{constructor(te,U=o.now){this.schedulerActionCtor=te,this.now=U}schedule(te,U=0,X){return new this.schedulerActionCtor(this,te).schedule(X,U)}}o.now=u.l.now;class D extends o{constructor(te,U=o.now){super(te,U),this.actions=[],this._active=!1}flush(te){const{actions:U}=this;if(this._active)return void U.push(te);let X;this._active=!0;do{if(X=te.execute(te.state,te.delay))break}while(te=U.shift());if(this._active=!1,X){for(;te=U.shift();)te.unsubscribe();throw X}}}},8634:(ve,k,_)=>{"use strict";_.d(k,{P:()=>j,z:()=>D});var u=_(54);const D=new(_(5804).v)(u.o),j=D},7541:(ve,k,_)=>{"use strict";_.d(k,{l:()=>u});const u={now:()=>(u.delegate||Date).now(),delegate:void 0}},3112:(ve,k,_)=>{"use strict";_.d(k,{z:()=>u});const u={setTimeout(o,D,...j){const{delegate:te}=u;return te?.setTimeout?te.setTimeout(o,D,...j):setTimeout(o,D,...j)},clearTimeout(o){const{delegate:D}=u;return(D?.clearTimeout||clearTimeout)(o)},delegate:void 0}},6818:(ve,k,_)=>{"use strict";_.d(k,{h:()=>o});const o=function u(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},9837:(ve,k,_)=>{"use strict";_.d(k,{L:()=>u});const u="function"==typeof Symbol&&Symbol.observable||"@@observable"},7998:(ve,k,_)=>{"use strict";_.d(k,{K:()=>o});const o=(0,_(9046).d)(D=>function(){D(this),this.name="EmptyError",this.message="no elements in sequence"})},8197:(ve,k,_)=>{"use strict";_.d(k,{_6:()=>U,jO:()=>j,yG:()=>te});var u=_(3649),o=_(6943);function D(X){return X[X.length-1]}function j(X){return(0,u.m)(D(X))?X.pop():void 0}function te(X){return(0,o.K)(D(X))?X.pop():void 0}function U(X,ee){return"number"==typeof D(X)?X.pop():ee}},6632:(ve,k,_)=>{"use strict";_.d(k,{D:()=>te});const{isArray:u}=Array,{getPrototypeOf:o,prototype:D,keys:j}=Object;function te(X){if(1===X.length){const ee=X[0];if(u(ee))return{args:ee,keys:null};if(function U(X){return X&&"object"==typeof X&&o(X)===D}(ee)){const ne=j(ee);return{args:ne.map(ue=>ee[ue]),keys:ne}}}return{args:X,keys:null}}},801:(ve,k,_)=>{"use strict";function u(o,D){if(o){const j=o.indexOf(D);0<=j&&o.splice(j,1)}}_.d(k,{P:()=>u})},9046:(ve,k,_)=>{"use strict";function u(o){const j=o(te=>{Error.call(te),te.stack=(new Error).stack});return j.prototype=Object.create(Error.prototype),j.prototype.constructor=j,j}_.d(k,{d:()=>u})},2713:(ve,k,_)=>{"use strict";function u(o,D){return o.reduce((j,te,U)=>(j[te]=D[U],j),{})}_.d(k,{n:()=>u})},1855:(ve,k,_)=>{"use strict";_.d(k,{O:()=>j,x:()=>D});var u=_(9885);let o=null;function D(te){if(u.config.useDeprecatedSynchronousErrorHandling){const U=!o;if(U&&(o={errorThrown:!1,error:null}),te(),U){const{errorThrown:X,error:ee}=o;if(o=null,X)throw ee}}else te()}function j(te){u.config.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=te)}},3224:(ve,k,_)=>{"use strict";function u(o,D,j,te=0,U=!1){const X=D.schedule(function(){j(),U?o.add(this.schedule(null,te)):this.unsubscribe()},te);if(o.add(X),!U)return X}_.d(k,{f:()=>u})},9401:(ve,k,_)=>{"use strict";function u(o){return o}_.d(k,{y:()=>u})},3234:(ve,k,_)=>{"use strict";_.d(k,{z:()=>u});const u=o=>o&&"number"==typeof o.length&&"function"!=typeof o},3525:(ve,k,_)=>{"use strict";_.d(k,{D:()=>o});var u=_(3649);function o(D){return Symbol.asyncIterator&&(0,u.m)(D?.[Symbol.asyncIterator])}},3649:(ve,k,_)=>{"use strict";function u(o){return"function"==typeof o}_.d(k,{m:()=>u})},8040:(ve,k,_)=>{"use strict";_.d(k,{c:()=>D});var u=_(9837),o=_(3649);function D(j){return(0,o.m)(j[u.L])}},8926:(ve,k,_)=>{"use strict";_.d(k,{T:()=>D});var u=_(6818),o=_(3649);function D(j){return(0,o.m)(j?.[u.h])}},3913:(ve,k,_)=>{"use strict";_.d(k,{t:()=>o});var u=_(3649);function o(D){return(0,u.m)(D?.then)}},5994:(ve,k,_)=>{"use strict";_.d(k,{L:()=>j,Q:()=>D});var u=_(4911),o=_(3649);function D(te){return(0,u.FC)(this,arguments,function*(){const X=te.getReader();try{for(;;){const{value:ee,done:ne}=yield(0,u.qq)(X.read());if(ne)return yield(0,u.qq)(void 0);yield yield(0,u.qq)(ee)}}finally{X.releaseLock()}})}function j(te){return(0,o.m)(te?.getReader)}},6943:(ve,k,_)=>{"use strict";_.d(k,{K:()=>o});var u=_(3649);function o(D){return D&&(0,u.m)(D.schedule)}},6142:(ve,k,_)=>{"use strict";_.d(k,{A:()=>o,e:()=>D});var u=_(3649);function o(j){return(0,u.m)(j?.lift)}function D(j){return te=>{if(o(te))return te.lift(function(U){try{return j(U,this)}catch(X){this.error(X)}});throw new TypeError("Unable to lift unknown Observable type")}}},5993:(ve,k,_)=>{"use strict";_.d(k,{Z:()=>j});var u=_(2425);const{isArray:o}=Array;function j(te){return(0,u.U)(U=>function D(te,U){return o(U)?te(...U):te(U)}(te,U))}},6811:(ve,k,_)=>{"use strict";function u(){}_.d(k,{Z:()=>u})},2222:(ve,k,_)=>{"use strict";_.d(k,{U:()=>D,z:()=>o});var u=_(9401);function o(...j){return D(j)}function D(j){return 0===j.length?u.y:1===j.length?j[0]:function(U){return j.reduce((X,ee)=>ee(X),U)}}},9102:(ve,k,_)=>{"use strict";_.d(k,{h:()=>D});var u=_(9885),o=_(3112);function D(j){o.z.setTimeout(()=>{const{onUnhandledError:te}=u.config;if(!te)throw j;te(j)})}},369:(ve,k,_)=>{"use strict";function u(o){return new TypeError(`You provided ${null!==o&&"object"==typeof o?"an invalid object":`'${o}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}_.d(k,{z:()=>u})},9937:function(ve,k){!function(_){"use strict";function u(){for(var qe=arguments.length,lt=Array(qe),Bt=0;Bt1){lt[0]=lt[0].slice(0,-1);for(var yn=lt.length-1,Dn=1;Dn= 0x80 (not a basic code point)","invalid-input":"Invalid input"},xt=Math.floor,Tt=String.fromCharCode;function Sn(qe){throw new RangeError(We[qe])}function zn(qe,lt){var Bt=qe.split("@"),yn="";return Bt.length>1&&(yn=Bt[0]+"@",qe=Bt[1]),yn+function $n(qe,lt){for(var Bt=[],yn=qe.length;yn--;)Bt[yn]=lt(qe[yn]);return Bt}((qe=qe.replace(Oe,".")).split("."),lt).join(".")}function ri(qe){for(var lt=[],Bt=0,yn=qe.length;Bt=55296&&Dn<=56319&&Bt>1,lt+=xt(lt/Bt);lt>455;Dn+=36)lt=xt(lt/35);return xt(Dn+36*lt/(lt+38))},mn=function(lt){var Bt=[],yn=lt.length,Dn=0,si=128,mr=72,Dr=lt.lastIndexOf("-");Dr<0&&(Dr=0);for(var ao=0;ao=128&&Sn("not-basic"),Bt.push(lt.charCodeAt(ao));for(var Cn=Dr>0?Dr+1:0;Cn=yn&&Sn("invalid-input");var ui=jn(lt.charCodeAt(Cn++));(ui>=36||ui>xt((he-Dn)/Kt))&&Sn("overflow"),Dn+=ui*Kt;var oi=Fn<=mr?1:Fn>=mr+26?26:Fn-mr;if(uixt(he/Jn)&&Sn("overflow"),Kt*=Jn}var wi=Bt.length+1;mr=Ei(Dn-It,wi,0==It),xt(Dn/wi)>he-si&&Sn("overflow"),si+=xt(Dn/wi),Dn%=wi,Bt.splice(Dn++,0,si)}return String.fromCodePoint.apply(String,Bt)},Mt=function(lt){var Bt=[],yn=(lt=ri(lt)).length,Dn=128,si=0,mr=72,Dr=!0,ao=!1,Cn=void 0;try{for(var Kt,It=lt[Symbol.iterator]();!(Dr=(Kt=It.next()).done);Dr=!0){var Fn=Kt.value;Fn<128&&Bt.push(Tt(Fn))}}catch(Jt){ao=!0,Cn=Jt}finally{try{!Dr&&It.return&&It.return()}finally{if(ao)throw Cn}}var ui=Bt.length,oi=ui;for(ui&&Bt.push("-");oi=Dn&&Urxt((he-si)/Ns)&&Sn("overflow"),si+=(Jn-Dn)*Ns,Dn=Jn;var gi=!0,Oi=!1,Xi=void 0;try{for(var So,Kr=lt[Symbol.iterator]();!(gi=(So=Kr.next()).done);gi=!0){var Gr=So.value;if(Grhe&&Sn("overflow"),Gr==Dn){for(var hs=si,ti=36;;ti+=36){var nt=ti<=mr?1:ti>=mr+26?26:ti-mr;if(hs>6|192).toString(16).toUpperCase()+"%"+(63<|128).toString(16).toUpperCase():"%"+(lt>>12|224).toString(16).toUpperCase()+"%"+(lt>>6&63|128).toString(16).toUpperCase()+"%"+(63<|128).toString(16).toUpperCase()}function P(qe){for(var lt="",Bt=0,yn=qe.length;Bt=194&&Dn<224){if(yn-Bt>=6){var si=parseInt(qe.substr(Bt+4,2),16);lt+=String.fromCharCode((31&Dn)<<6|63&si)}else lt+=qe.substr(Bt,6);Bt+=6}else if(Dn>=224){if(yn-Bt>=9){var mr=parseInt(qe.substr(Bt+4,2),16),Dr=parseInt(qe.substr(Bt+7,2),16);lt+=String.fromCharCode((15&Dn)<<12|(63&mr)<<6|63&Dr)}else lt+=qe.substr(Bt,9);Bt+=9}else lt+=qe.substr(Bt,3),Bt+=3}return lt}function Z(qe,lt){function Bt(yn){var Dn=P(yn);return Dn.match(lt.UNRESERVED)?Dn:yn}return qe.scheme&&(qe.scheme=String(qe.scheme).replace(lt.PCT_ENCODED,Bt).toLowerCase().replace(lt.NOT_SCHEME,"")),void 0!==qe.userinfo&&(qe.userinfo=String(qe.userinfo).replace(lt.PCT_ENCODED,Bt).replace(lt.NOT_USERINFO,Je).replace(lt.PCT_ENCODED,j)),void 0!==qe.host&&(qe.host=String(qe.host).replace(lt.PCT_ENCODED,Bt).toLowerCase().replace(lt.NOT_HOST,Je).replace(lt.PCT_ENCODED,j)),void 0!==qe.path&&(qe.path=String(qe.path).replace(lt.PCT_ENCODED,Bt).replace(qe.scheme?lt.NOT_PATH:lt.NOT_PATH_NOSCHEME,Je).replace(lt.PCT_ENCODED,j)),void 0!==qe.query&&(qe.query=String(qe.query).replace(lt.PCT_ENCODED,Bt).replace(lt.NOT_QUERY,Je).replace(lt.PCT_ENCODED,j)),void 0!==qe.fragment&&(qe.fragment=String(qe.fragment).replace(lt.PCT_ENCODED,Bt).replace(lt.NOT_FRAGMENT,Je).replace(lt.PCT_ENCODED,j)),qe}function Ae(qe){return qe.replace(/^0*(.*)/,"$1")||"0"}function Fe(qe,lt){var Bt=qe.match(lt.IPV4ADDRESS)||[],Dn=ue(Bt,2)[1];return Dn?Dn.split(".").map(Ae).join("."):qe}function $t(qe,lt){var Bt=qe.match(lt.IPV6ADDRESS)||[],yn=ue(Bt,3),Dn=yn[1],si=yn[2];if(Dn){for(var mr=Dn.toLowerCase().split("::").reverse(),Dr=ue(mr,2),ao=Dr[0],Cn=Dr[1],It=Cn?Cn.split(":").map(Ae):[],Kt=ao.split(":").map(Ae),Fn=lt.IPV4ADDRESS.test(Kt[Kt.length-1]),ui=Fn?7:8,oi=Kt.length-ui,Jn=Array(ui),wi=0;wi1){var Wr=Jn.slice(0,Eo.index),Ur=Jn.slice(Eo.index+Eo.length);fs=Wr.join(":")+"::"+Ur.join(":")}else fs=Jn.join(":");return si&&(fs+="%"+si),fs}return qe}var et=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,Dt=void 0==="".match(/(){0}/)[1];function Gt(qe){var lt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Bt={},yn=!1!==lt.iri?ne:ee;"suffix"===lt.reference&&(qe=(lt.scheme?lt.scheme+":":"")+"//"+qe);var Dn=qe.match(et);if(Dn){Dt?(Bt.scheme=Dn[1],Bt.userinfo=Dn[3],Bt.host=Dn[4],Bt.port=parseInt(Dn[5],10),Bt.path=Dn[6]||"",Bt.query=Dn[7],Bt.fragment=Dn[8],isNaN(Bt.port)&&(Bt.port=Dn[5])):(Bt.scheme=Dn[1]||void 0,Bt.userinfo=-1!==qe.indexOf("@")?Dn[3]:void 0,Bt.host=-1!==qe.indexOf("//")?Dn[4]:void 0,Bt.port=parseInt(Dn[5],10),Bt.path=Dn[6]||"",Bt.query=-1!==qe.indexOf("?")?Dn[7]:void 0,Bt.fragment=-1!==qe.indexOf("#")?Dn[8]:void 0,isNaN(Bt.port)&&(Bt.port=qe.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?Dn[4]:void 0)),Bt.host&&(Bt.host=$t(Fe(Bt.host,yn),yn)),Bt.reference=void 0!==Bt.scheme||void 0!==Bt.userinfo||void 0!==Bt.host||void 0!==Bt.port||Bt.path||void 0!==Bt.query?void 0===Bt.scheme?"relative":void 0===Bt.fragment?"absolute":"uri":"same-document",lt.reference&&"suffix"!==lt.reference&<.reference!==Bt.reference&&(Bt.error=Bt.error||"URI is not a "+lt.reference+" reference.");var si=Be[(lt.scheme||Bt.scheme||"").toLowerCase()];if(lt.unicodeSupport||si&&si.unicodeSupport)Z(Bt,yn);else{if(Bt.host&&(lt.domainHost||si&&si.domainHost))try{Bt.host=De.toASCII(Bt.host.replace(yn.PCT_ENCODED,P).toLowerCase())}catch(mr){Bt.error=Bt.error||"Host's domain name can not be converted to ASCII via punycode: "+mr}Z(Bt,ee)}si&&si.parse&&si.parse(Bt,lt)}else Bt.error=Bt.error||"URI can not be parsed.";return Bt}var Gn=/^\.\.?\//,mi=/^\/\.(\/|$)/,vr=/^\/\.\.(\/|$)/,ki=/^\/?(?:.|\n)*?(?=\/|$)/;function Tr(qe){for(var lt=[];qe.length;)if(qe.match(Gn))qe=qe.replace(Gn,"");else if(qe.match(mi))qe=qe.replace(mi,"/");else if(qe.match(vr))qe=qe.replace(vr,"/"),lt.pop();else if("."===qe||".."===qe)qe="";else{var Bt=qe.match(ki);if(!Bt)throw new Error("Unexpected dot segment condition");var yn=Bt[0];qe=qe.slice(yn.length),lt.push(yn)}return lt.join("")}function Fr(qe){var lt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Bt=lt.iri?ne:ee,yn=[],Dn=Be[(lt.scheme||qe.scheme||"").toLowerCase()];if(Dn&&Dn.serialize&&Dn.serialize(qe,lt),qe.host&&!Bt.IPV6ADDRESS.test(qe.host)&&(lt.domainHost||Dn&&Dn.domainHost))try{qe.host=lt.iri?De.toUnicode(qe.host):De.toASCII(qe.host.replace(Bt.PCT_ENCODED,P).toLowerCase())}catch(Dr){qe.error=qe.error||"Host's domain name can not be converted to "+(lt.iri?"Unicode":"ASCII")+" via punycode: "+Dr}Z(qe,Bt),"suffix"!==lt.reference&&qe.scheme&&(yn.push(qe.scheme),yn.push(":"));var si=function gn(qe,lt){var Bt=!1!==lt.iri?ne:ee,yn=[];return void 0!==qe.userinfo&&(yn.push(qe.userinfo),yn.push("@")),void 0!==qe.host&&yn.push($t(Fe(String(qe.host),Bt),Bt).replace(Bt.IPV6ADDRESS,function(Dn,si,mr){return"["+si+(mr?"%25"+mr:"")+"]"})),("number"==typeof qe.port||"string"==typeof qe.port)&&(yn.push(":"),yn.push(String(qe.port))),yn.length?yn.join(""):void 0}(qe,lt);if(void 0!==si&&("suffix"!==lt.reference&&yn.push("//"),yn.push(si),qe.path&&"/"!==qe.path.charAt(0)&&yn.push("/")),void 0!==qe.path){var mr=qe.path;!lt.absolutePath&&(!Dn||!Dn.absolutePath)&&(mr=Tr(mr)),void 0===si&&(mr=mr.replace(/^\/\//,"/%2F")),yn.push(mr)}return void 0!==qe.query&&(yn.push("?"),yn.push(qe.query)),void 0!==qe.fragment&&(yn.push("#"),yn.push(qe.fragment)),yn.join("")}function To(qe,lt){var Bt=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},Dn={};return arguments[3]||(qe=Gt(Fr(qe,Bt),Bt),lt=Gt(Fr(lt,Bt),Bt)),!(Bt=Bt||{}).tolerant&<.scheme?(Dn.scheme=lt.scheme,Dn.userinfo=lt.userinfo,Dn.host=lt.host,Dn.port=lt.port,Dn.path=Tr(lt.path||""),Dn.query=lt.query):(void 0!==lt.userinfo||void 0!==lt.host||void 0!==lt.port?(Dn.userinfo=lt.userinfo,Dn.host=lt.host,Dn.port=lt.port,Dn.path=Tr(lt.path||""),Dn.query=lt.query):(lt.path?("/"===lt.path.charAt(0)?Dn.path=Tr(lt.path):(Dn.path=void 0===qe.userinfo&&void 0===qe.host&&void 0===qe.port||qe.path?qe.path?qe.path.slice(0,qe.path.lastIndexOf("/")+1)+lt.path:lt.path:"/"+lt.path,Dn.path=Tr(Dn.path)),Dn.query=lt.query):(Dn.path=qe.path,Dn.query=void 0!==lt.query?lt.query:qe.query),Dn.userinfo=qe.userinfo,Dn.host=qe.host,Dn.port=qe.port),Dn.scheme=qe.scheme),Dn.fragment=lt.fragment,Dn}function wt(qe,lt){return qe&&qe.toString().replace(lt&<.iri?ne.PCT_ENCODED:ee.PCT_ENCODED,P)}var Vt={scheme:"http",domainHost:!0,parse:function(lt,Bt){return lt.host||(lt.error=lt.error||"HTTP URIs must have a host."),lt},serialize:function(lt,Bt){var yn="https"===String(lt.scheme).toLowerCase();return(lt.port===(yn?443:80)||""===lt.port)&&(lt.port=void 0),lt.path||(lt.path="/"),lt}},Rn={scheme:"https",domainHost:Vt.domainHost,parse:Vt.parse,serialize:Vt.serialize};function Vn(qe){return"boolean"==typeof qe.secure?qe.secure:"wss"===String(qe.scheme).toLowerCase()}var Di={scheme:"ws",domainHost:!0,parse:function(lt,Bt){var yn=lt;return yn.secure=Vn(yn),yn.resourceName=(yn.path||"/")+(yn.query?"?"+yn.query:""),yn.path=void 0,yn.query=void 0,yn},serialize:function(lt,Bt){if((lt.port===(Vn(lt)?443:80)||""===lt.port)&&(lt.port=void 0),"boolean"==typeof lt.secure&&(lt.scheme=lt.secure?"wss":"ws",lt.secure=void 0),lt.resourceName){var yn=lt.resourceName.split("?"),Dn=ue(yn,2),si=Dn[0],mr=Dn[1];lt.path=si&&"/"!==si?si:void 0,lt.query=mr,lt.resourceName=void 0}return lt.fragment=void 0,lt}},qi={scheme:"wss",domainHost:Di.domainHost,parse:Di.parse,serialize:Di.serialize},Bi={},ts="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",Ji="[0-9A-Fa-f]",Qi=o(o("%[EFef]"+Ji+"%"+Ji+Ji+"%"+Ji+Ji)+"|"+o("%[89A-Fa-f]"+Ji+"%"+Ji+Ji)+"|"+o("%"+Ji+Ji)),Xs=u("[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",'[\\"\\\\]'),Jo=new RegExp(ts,"g"),Yt=new RegExp(Qi,"g"),Ln=new RegExp(u("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',Xs),"g"),vi=new RegExp(u("[^]",ts,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),Ti=vi;function kr(qe){var lt=P(qe);return lt.match(Jo)?lt:qe}var pr={scheme:"mailto",parse:function(lt,Bt){var yn=lt,Dn=yn.to=yn.path?yn.path.split(","):[];if(yn.path=void 0,yn.query){for(var si=!1,mr={},Dr=yn.query.split("&"),ao=0,Cn=Dr.length;ao{"use strict";_.d(k,{k:()=>D});var u=_(2405);const o=(0,u.jt)("0.35s ease",(0,u.F4)([(0,u.oB)({opacity:0,transform:"translateY(0.5rem)"}),(0,u.oB)({opacity:1,transform:"translateY(0)"})])),D=(0,u.X$)("fade-up",[(0,u.eR)("void => *",o),(0,u.eR)("* => true",o)])},3131:(ve,k,_)=>{"use strict";_.d(k,{P:()=>D});var u=_(6424),o=_(755);let D=(()=>{class j{constructor(){this.headerHeight$=new u.X(0),this.windowSize$=new u.X({x:0,y:0})}updateHeaderHeight(){if(typeof window>"u")return;const U=document.querySelector("app-header");U&&this.headerHeight$.next(U.clientHeight)}updateWindowSize(){typeof window>"u"||this.windowSize$.next({x:window.innerWidth,y:window.innerHeight})}static#e=this.\u0275fac=function(X){return new(X||j)};static#t=this.\u0275prov=o.Yz7({token:j,factory:j.\u0275fac,providedIn:"root"})}return j})()},702:(ve,k,_)=>{"use strict";_.d(k,{m:()=>D});var u=_(6733),o=_(755);let D=(()=>{class j{static#e=this.\u0275fac=function(X){return new(X||j)};static#t=this.\u0275cmp=o.Xpm({type:j,selectors:[["app-custom-loading"]],standalone:!0,features:[o.jDz],decls:1,vars:0,consts:[[1,"loader","mx-4","my-2"]],template:function(X,ee){1&X&&o._UZ(0,"span",0)},dependencies:[u.ez],styles:[".loader[_ngcontent-%COMP%]{width:1.25em;height:1.25em;border:3px solid var(--primary-500);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_ngcontent-%COMP%_rotation 1s linear infinite}@keyframes _ngcontent-%COMP%_rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}"]})}return j})()},1412:(ve,k,_)=>{"use strict";_.d(k,{Y:()=>o});const u={hostClass:"!flex flex-col",contentClass:"mt-auto"},o={label:"Address",formControlName:"address",layout:{formGroupClass:"grid grid-cols-1 md:grid-cols-3",contentCollapsible:"collapse"},children:[{label:"Country",formControlName:"country",type:"text",props:{placeholder:"Country"},layout:u},{label:"State/Province",formControlName:"state",type:"text",props:{placeholder:"State/Province"},layout:u},{label:"Zip/Postal code",formControlName:"postcode",type:"text",props:{placeholder:"00000"},layout:u},{label:"Address",formControlName:"address",type:"text",layout:{hostStyles:"grid-column: -1/1;"},props:{placeholder:"Address"}}]}},4604:(ve,k,_)=>{"use strict";_.d(k,{r:()=>o});const u={hostClass:"!flex flex-col",contentClass:"mt-auto"},o={label:"\u5730\u5740",formControlName:"address",layout:{formGroupClass:"grid grid-cols-3 md:grid-cols-1",contentCollapsible:"collapse"},children:[{label:"\u570b\u5bb6",formControlName:"country",type:"text",props:{placeholder:"\u570b\u5bb6"},layout:u},{label:"\u5dde/\u7701/\u7e23\u5e02",formControlName:"state",type:"text",props:{placeholder:"\u5dde/\u7701/\u7e23\u5e02"},layout:u},{label:"\u90f5\u905e\u5340\u865f",formControlName:"postcode",type:"text",props:{placeholder:"00000"},layout:u},{label:"\u8a73\u7d30\u5730\u5740",formControlName:"address",type:"text",layout:{hostStyles:"grid-column: -1/1;"},props:{placeholder:"\u8a73\u7d30\u5730\u5740"}}]}},4764:(ve,k,_)=>{"use strict";_.d(k,{N:()=>u});const u={label:"Age",description:"Input mask (number)",formControlName:"age",type:"number",inputMask:{mask:"Number"},validators:[{name:"required",message:"Please enter your age"},{name:"min",value:18,message:"Must above 18 years old"},{name:"max",value:65,message:"Must not greater than 65 years old"}]}},3477:(ve,k,_)=>{"use strict";_.d(k,{B:()=>u});const u={label:"\u5e74\u9f61",description:"\u4f7f\u7528\u6578\u5b57\u906e\u7f69",formControlName:"age",type:"number",inputMask:{mask:"Number"},validators:[{name:"required",message:"\u8acb\u8f38\u5165\u5e74\u9f61"},{name:"min",value:18,message:"\u4e0d\u53ef\u5c0f\u65bc 18 \u6b72"},{name:"max",value:65,message:"\u4e0d\u53ef\u8d85\u904e 65 \u6b72"}]}},8898:(ve,k,_)=>{"use strict";_.d(k,{x:()=>u});const u={label:"Name",formControlName:"name",type:"text",validators:[{name:"required",message:"Please type your name"},{name:"minLength",value:4,message:"Please enter at lease 4 characters"},{name:"pattern",value:"^\\D+$",message:"Numbers are not allowed"}]}},1577:(ve,k,_)=>{"use strict";_.d(k,{k:()=>u});const u={label:"\u59d3\u540d",formControlName:"name",type:"text",validators:[{name:"required",message:"\u8acb\u8f38\u5165\u540d\u5b57"},{name:"minLength",value:2,message:"\u8acb\u8f38\u5165\u81f3\u5c11 2 \u500b\u5b57"},{name:"pattern",value:"^\\D+$",message:"\u4e0d\u53ef\u8f38\u5165\u6578\u5b57"}]}},4656:(ve,k,_)=>{"use strict";_.d(k,{M:()=>u});const u={label:"Temperature",formControlName:"temperature",type:"range",value:27,props:{min:-20,max:80,step:1,showCurrentValue:!0,showTickMarks:!0,discrete:!0}}},3008:(ve,k,_)=>{"use strict";_.d(k,{p:()=>u});const u={label:"\u6eab\u5ea6",formControlName:"temperature",type:"range",value:27,props:{min:-20,max:80,step:1,showCurrentValue:!0,showTickMarks:!0}}},8280:(ve,k,_)=>{"use strict";_.d(k,{h:()=>u});const u={formControlName:"toggles",layout:{formGroupStyles:"display: flex; gap: 2.5rem;"},children:[{formControlName:"checkbox",value:!1,type:"checkbox",description:"A binary checkbox",layout:{descriptionPosition:"after"},options:{data:[{label:"Confirm?"}]}},{formControlName:"switch",value:!1,type:"switch",options:{labelPosition:"before",data:[{label:"Open?"}]}}]}},7848:(ve,k,_)=>{"use strict";_.d(k,{J:()=>u});const u={formControlName:"toggles",layout:{formGroupStyles:"display: flex; gap: 2.5rem;"},children:[{formControlName:"checkbox",value:!1,type:"checkbox",description:"\u4e8c\u5143\u52fe\u9078\u6846",layout:{descriptionPosition:"after"},options:{data:[{label:"\u78ba\u5b9a?"}]}},{formControlName:"switch",value:!1,type:"switch",options:{labelPosition:"before",data:[{label:"\u958b\u555f?"}]}}]}},5578:(ve,k,_)=>{"use strict";_.d(k,{S:()=>X});var u=_(4764),o=_(8898),D=_(8280);const X=[{description:"Disabled if (name === 'Andrew' && age > 20 && (checkbox === false || switch === false))",formControlName:"conditionsMultiple",conditions:{"control.disabled":{"&&":[["group.name","===","Andrew"],["group.age",">",20],{"||":[["group.toggles.checkbox","===",!1],["group.toggles.switch","===",!1]]}]}}},{formControlName:"group",layout:{hostStyles:"margin-top: 1.5rem"},children:[{...o.x,value:"Andrew"},{...u.N,value:22},D.h]}]},9620:(ve,k,_)=>{"use strict";_.d(k,{M:()=>X});var u=_(3477),o=_(1577),D=_(7848);const X=[{description:"if (name === '\u738b\u5c0f\u660e' && age > 20 && (checkbox === false || switch === false)), \u7981\u7528\u6b64\u6b04\u4f4d",formControlName:"conditionsMultiple",conditions:{"control.disabled":{"&&":[["group.name","===","\u738b\u5c0f\u660e"],["group.age",">",20],{"||":[["group.toggles.checkbox","===",!1],["group.toggles.switch","===",!1]]}]}}},{formControlName:"group",layout:{hostStyles:"border: solid 1px var(--border-color-50); border-radius: 0.5rem; padding: 1rem;"},children:[o.k,u.B,D.J]}]},7700:(ve,k,_)=>{"use strict";_.d(k,{W:()=>te});var u=_(8898);const te=[{formControlName:"group",description:"Name is required when slider > 50",children:[{..._(4656).M,label:"Slider",formControlName:"slider"},{...u.x,value:"",conditions:{"control.disabled":{"&&":[["group.slider","<",0]]},"validator.required":{"&&":[["group.slider",">",50]]}}}]}]},5392:(ve,k,_)=>{"use strict";_.d(k,{g:()=>te});var u=_(1577);const te=[{formControlName:"group",description:"Slider \u7684\u503c > 50 \u6642\uff0c\u59d3\u540d\u6b04\u4f4d\u5fc5\u586b",children:[{..._(3008).p,label:"Slider",formControlName:"slider"},{...u.k,value:"",conditions:{"control.disabled":{"&&":[["group.slider","<",0]]},"validator.required":{"&&":[["group.slider",">",50]]}}}]}]},2884:(ve,k,_)=>{"use strict";_.d(k,{b:()=>u});const u=o=>[{formControlName:"checkbox",type:"checkbox",value:!0,options:{data:[{label:"Uncheck to hide the following input"}]}},{formControlName:"text",conditions:{"control.hidden":{"&&":[[o?`${o}.checkbox`:"checkbox","===",!1]]}}}]},2869:(ve,k,_)=>{"use strict";_.d(k,{X:()=>u});const u=o=>[{formControlName:"checkbox",type:"checkbox",value:!0,options:{data:[{label:"\u53d6\u6d88\u52fe\u9078\uff0c\u96b1\u85cf\u4ee5\u4e0b\u8f38\u5165\u6b04\u4f4d"}]}},{formControlName:"text",conditions:{"control.hidden":{"&&":[[o?`${o}.checkbox`:"checkbox","===",!1]]}}}]},6567:(ve,k,_)=>{"use strict";function u(o){return"string"!=typeof o.value||!o.value.length||RegExp(/[A-Z]/).test(o.value[0])?null:{uppercase:"Make sure your first letter is uppercase"}}_.d(k,{r:()=>u})},3083:(ve,k,_)=>{"use strict";_.d(k,{U:()=>Yt});var u=_(6733),o=_(755),D=_(1357),j=_(7039),te=_(1162);const ee=[{label:"Option 1",value:0},{label:"Option 2",value:1},{label:"Option 3",value:2}],ue=[{label:"\u9078\u9805 1",value:0},{label:"\u9078\u9805 2",value:1},{label:"\u9078\u9805 3",value:2}],Se={CHECKBOX_BINARY:{EN:{label:"Binary checkbox",formControlName:"checkbox",type:"checkbox",options:{data:[{label:"Label for this binary checkbox"}]}},"ZH-TW":{label:"\u4e8c\u5143\u8907\u9078\u6846",formControlName:"checkbox",type:"checkbox",options:{data:[{label:"\u6b64\u4e8c\u5143\u8907\u9078\u6846\u7684\u6587\u5b57"}]}}},CHECKBOX_MULTI:{EN:{label:"Checkbox",formControlName:"checkbox",type:"checkbox",options:{data:ee}},"ZH-TW":{label:"\u8907\u9078\u6846",formControlName:"checkbox",type:"checkbox",options:{data:ue}}},CHECKBOX_MULTI_VERTICAL:{EN:{label:"Checkbox",formControlName:"checkbox",type:"checkbox",options:{layout:"column",data:ee}},"ZH-TW":{label:"\u8907\u9078\u6846",formControlName:"checkbox",type:"checkbox",options:{layout:"column",data:ue}}},CHECKBOX_LABEL_BEFORE:{EN:{label:"Checkbox",formControlName:"checkbox",type:"checkbox",options:{labelPosition:"before",layout:"column",data:ee}},"ZH-TW":{label:"\u8907\u9078\u6846",formControlName:"checkbox",type:"checkbox",options:{labelPosition:"before",layout:"column",data:ue}}}};var Ce=_(5578),ft=_(9620),Ue=_(7700),je=_(5392),xe=_(2884),ye=_(2869);const Oe={CONDITIONS_VISIBILITY:{EN:(0,xe.b)(""),"ZH-TW":(0,ye.X)("")},CONDITIONS_VALIDATOR:{EN:Ue.W,"ZH-TW":je.g},CONDITIONS_MULTIPLE:{EN:Ce.S,"ZH-TW":ft.M}},Sn={DATE:{EN:{label:"Date",formControlName:"date",type:"date"},"ZH-TW":{label:"\u65e5\u671f",formControlName:"date",type:"date"}},DATE_MIN_DATE:{EN:{label:"Date (min date)",formControlName:"minDate",type:"date",props:{min:new Date}},"ZH-TW":{label:"\u65e5\u671f (\u6700\u65e9\u65e5\u671f)",formControlName:"minDate",type:"date",props:{min:new Date}}}};var $n=_(1412),zn=_(4764),ri=_(8898);const Pi={hostClass:"p-6 m-3 rounded-xl border-gray-500/30",hostStyles:"\n background: linear-gradient(145deg, var(--primary-100), var(--body-bg-color));\n box-shadow: 1rem 1rem 1.75rem rgba(0,0,0,0.15), -1rem -1rem 1.75rem var(--body-bg-color);".replace(/\s{2,}/g,"")},jn={label:"Level 1",formControlName:"level1",layout:Pi,children:[ri.x,...(0,xe.b)("level1"),{label:"Level 2",formControlName:"level2",layout:Pi,children:[zn.N,{label:"Level 3",formControlName:"level3",layout:Pi,children:[$n.Y]}]}]};var zi=_(4604),Ei=_(3477);const Vt={label:"\u6587\u5b57\u8f38\u5165",formControlName:"text",type:"text"},qi={...Se,...Oe,...Sn,PASSWORD:{EN:{label:"Password",formControlName:"password",type:"password"},"ZH-TW":{label:"\u5bc6\u78bc",formControlName:"password",type:"password"}},HOME_DEMO:{EN:jn,"ZH-TW":{label:"\u7b2c 1 \u5c64",formControlName:"level1",layout:Pi,children:[_(1577).k,...(0,ye.X)("level1"),{label:"\u7b2c 2 \u5c64",formControlName:"level2",layout:Pi,children:[Ei.B,{label:"\u7b2c 3 \u5c64",formControlName:"level3",layout:Pi,children:[zi.r]}]}]}},NUMBER:{EN:{label:"Number",formControlName:"number",type:"number"},"ZH-TW":{label:"\u6578\u5b57",formControlName:"number",type:"number"}},NUMBER_MASK:{EN:{label:"Number (using mask)",formControlName:"number",type:"text",inputMask:{mask:"Number"}},"ZH-TW":{label:"\u6578\u5b57 (\u4f7f\u7528\u906e\u7f69)",formControlName:"number",type:"text",inputMask:{mask:"Number"}}},RADIO:{EN:{label:"Radio",formControlName:"radio",type:"radio",options:{data:ee}},"ZH-TW":{label:"\u55ae\u9078\u9078\u9805",formControlName:"radio",type:"radio",options:{data:ue}}},RADIO_VERTICAL:{EN:{label:"Radio",formControlName:"radioVertical",type:"radio",options:{layout:"column",data:ee}},"ZH-TW":{label:"\u55ae\u9078\u9078\u9805",formControlName:"radioVertical",type:"radio",options:{layout:"column",data:ue}}},RADIO_LABEL_BEFORE:{EN:{label:"Radio",formControlName:"radioLabelBefore",type:"radio",options:{labelPosition:"before",layout:"column",data:ee}},"ZH-TW":{label:"\u55ae\u9078\u9078\u9805 (\u6587\u5b57\u5728\u524d)",formControlName:"radioLabelBefore",type:"radio",options:{labelPosition:"before",layout:"column",data:ue}}},RANGE:{EN:{formControlName:"range",label:"Range",type:"range",value:20,props:{min:0,max:100,step:10}},"ZH-TW":{formControlName:"range",label:"\u7bc4\u570d",type:"range",value:20,props:{min:0,max:100,step:10}}},SELECT:{EN:{label:"Select",formControlName:"select",type:"select",options:{data:[{label:"Option 1",value:0},{label:"Option 2",value:1},{label:"Option 3",value:2}]}},"ZH-TW":{label:"\u4e0b\u62c9\u9078\u55ae",formControlName:"select",type:"select",options:{data:[{label:"\u9078\u9805 1",value:0},{label:"\u9078\u9805 2",value:1},{label:"\u9078\u9805 3",value:2}]}}},SWITCH:{EN:{label:"Switch",formControlName:"switch",type:"switch",options:{data:[{label:"Label of this switch"}]}},"ZH-TW":{label:"\u958b\u95dc",formControlName:"switch",type:"switch",options:{data:[{label:"\u6b64\u958b\u95dc\u7684\u6587\u5b57"}]}}},TEXT:{EN:{label:"Text",formControlName:"text",type:"text"},"ZH-TW":Vt},TEXTAREA:{EN:{label:"Textarea",formControlName:"textarea",type:"textarea",props:{rows:5}},"ZH-TW":Vt}};var Bi=_(6567),wr=_(5287);const ts=["formContent"];function Ji(Ln,vi){if(1&Ln){const Ti=o.EpF();o.ynx(0),o.TgZ(1,"button",6),o.NdJ("click",function(){o.CHM(Ti);const pr=o.oxw(2);return o.KtG(pr.reset())}),o._UZ(2,"i",8),o.qZA(),o.BQk()}}function Qi(Ln,vi){if(1&Ln){const Ti=o.EpF();o.ynx(0),o.TgZ(1,"div",5),o.YNc(2,Ji,3,0,"ng-container",1),o.TgZ(3,"button",6),o.NdJ("click",function(){o.CHM(Ti);const pr=o.oxw();return o.KtG(pr.showEditor?pr.onConfirm():pr.onEdit())}),o._UZ(4,"i",7),o.qZA()(),o.BQk()}if(2&Ln){const Ti=o.oxw();o.xp6(2),o.Q6J("ngIf",Ti.showEditor),o.xp6(2),o.Q6J("ngClass",Ti.showEditor?"bi-check-lg":"bi-pencil-square")}}const zo=function(Ln){return{"opacity-0 pointer-events-none":Ln}},Us=function(Ln){return{json:Ln}};function Xs(Ln,vi){if(1&Ln){const Ti=o.EpF();o.ynx(0),o.TgZ(1,"app-playground-editor",9),o.NdJ("onEditing",function(pr){o.CHM(Ti);const an=o.oxw();return o.KtG(an.onEditorChange(pr))}),o.qZA(),o.BQk()}if(2&Ln){const Ti=o.oxw();o.xp6(1),o.Q6J("ngClass",o.VKq(5,zo,!Ti.showEditor))("mainMenuBar",!1)("statusBar",!1)("navigationBar",!1)("data",o.VKq(7,Us,Ti.configsUntouched))}}const Ts=function(){return["relative z-0","mt-8"]},Jo=function(Ln){return{"min-height":Ln}};let Yt=(()=>{class Ln{constructor(){this._cd=(0,o.f3M)(o.sBO),this.configs=[],this.configPath="",this.showFormOnly=!1,this.minHeight="20rem",this.ui="Default",this.showEditor=!1,this.formHeight="0px",this.configsUntouched=[],this.uiComponents={Default:void 0,PrimeNg:te.B,"Angular Material":j.A},this._editorData=null}ngOnChanges(Ti){const{configs:kr,configPath:pr}=Ti;kr&&(this._parseConfigs(),this.reset()),pr&&(this._loadConfigFromPath(),this.reset())}ngAfterViewInit(){this._getFormHeight()}onEditorChange(Ti){this._editorData=Ti}onEdit(){this.showEditor=!0}onConfirm(){this._editorData&&(this.configs=structuredClone(this._editorData)),this.showEditor=!1}reset(){const Ti=structuredClone(this.configsUntouched);this.configs=Ti,this._editorData=Ti,this.configsUntouched=[...this.configsUntouched]}_loadConfigFromPath(){if(!this.configPath)return;const Ti=this.configPath.split(".").reduce((pr,an)=>pr[an],qi),kr=Array.isArray(Ti)?Ti:[Ti];this.configsUntouched=[...kr]}_parseConfigs(){this.configs&&("string"==typeof this.configs&&(this.configsUntouched=JSON.parse(this.configs)),Array.isArray(this.configs)&&this.configs.length>0&&(this.configsUntouched=[...this.configs]))}_getFormHeight(){this.formContent&&(this.formHeight=`${this.formContent.nativeElement.scrollHeight+1}px`,this._cd.detectChanges())}static#e=this.\u0275fac=function(kr){return new(kr||Ln)};static#t=this.\u0275cmp=o.Xpm({type:Ln,selectors:[["app-doc-form-viewer"]],viewQuery:function(kr,pr){if(1&kr&&o.Gf(ts,5),2&kr){let an;o.iGM(an=o.CRH())&&(pr.formContent=an.first)}},inputs:{configs:"configs",configPath:"configPath",showFormOnly:"showFormOnly",minHeight:"minHeight",ui:"ui"},standalone:!0,features:[o._Bn([(0,D.$D)({customValidators:{firstUppercase:Bi.r}})]),o.TTD,o.jDz],decls:7,vars:8,consts:[[3,"ngClass"],[4,"ngIf"],[1,"content","relative","z-0",3,"ngStyle"],["formContent",""],[1,"block","p-1",3,"configs"],[1,"toolbar","absolute","z-10","-top-5","right-1","flex","gap-1"],["type","button",3,"click"],[1,"bi",3,"ngClass"],[1,"bi","bi-arrow-repeat","rotate-45"],[1,"absolute","top-0","left-0","h-full","w-full","duration-100",3,"ngClass","mainMenuBar","statusBar","navigationBar","data","onEditing"]],template:function(kr,pr){1&kr&&(o.TgZ(0,"div",0),o.YNc(1,Qi,5,2,"ng-container",1),o.TgZ(2,"div",2)(3,"div",null,3),o._UZ(5,"ng-dynamic-json-form",4),o.qZA(),o.YNc(6,Xs,2,9,"ng-container",1),o.qZA()()),2&kr&&(o.Q6J("ngClass",o.DdM(5,Ts)),o.xp6(1),o.Q6J("ngIf",!pr.showFormOnly),o.xp6(1),o.Q6J("ngStyle",o.VKq(6,Jo,pr.showEditor?pr.minHeight:pr.formHeight)),o.xp6(3),o.Q6J("configs",pr.configs),o.xp6(1),o.Q6J("ngIf",!pr.showFormOnly))},dependencies:[u.ez,u.mk,u.O5,u.PC,wr.C,D.A6],styles:["[_nghost-%COMP%]{margin-top:1rem;margin-bottom:1rem;display:block}doc-tab[_nghost-%COMP%], doc-tab [_nghost-%COMP%]{margin-top:0;margin-bottom:0}doc-tab[_nghost-%COMP%] .content[_ngcontent-%COMP%], doc-tab [_nghost-%COMP%] .content[_ngcontent-%COMP%]{transition-duration:0s}.content[_ngcontent-%COMP%]{transition-duration:.3s}.toolbar[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{display:inline-flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-width:1px;border-color:var(--border-color-25);border-radius:9999px;--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}"]})}return Ln})()},2861:(ve,k,_)=>{"use strict";_.d(k,{Y:()=>hs});var u=_(2939),o=_(755),D=_(7609),j=_(6424),te=_(1209),U=_(2425),X=_(1570),ee=_(6293),ne=_(7560),ue=_(930),ce=_(3232);const Ve=_(4232);let He={async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null};function Se(ti){He=ti}const Ce=/[&<>"']/,ft=new RegExp(Ce.source,"g"),Ue=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,je=new RegExp(Ue.source,"g"),xe={"&":"&","<":"<",">":">",'"':""","'":"'"},ye=ti=>xe[ti];function Oe(ti,nt){if(nt){if(Ce.test(ti))return ti.replace(ft,ye)}else if(Ue.test(ti))return ti.replace(je,ye);return ti}const We=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi,xt=/(^|[^\[])\^/g;function Tt(ti,nt){let $e="string"==typeof ti?ti:ti.source;nt=nt||"";const Xe={replace:(Jt,tn)=>{let rn="string"==typeof tn?tn:tn.source;return rn=rn.replace(xt,"$1"),$e=$e.replace(Jt,rn),Xe},getRegex:()=>new RegExp($e,nt)};return Xe}function Sn(ti){try{ti=encodeURI(ti).replace(/%25/g,"%")}catch{return null}return ti}const $n={exec:()=>null};function zn(ti,nt){const Xe=ti.replace(/\|/g,(tn,rn,ni)=>{let yi=!1,Or=rn;for(;--Or>=0&&"\\"===ni[Or];)yi=!yi;return yi?"|":" |"}).split(/ \|/);let Jt=0;if(Xe[0].trim()||Xe.shift(),Xe.length>0&&!Xe[Xe.length-1].trim()&&Xe.pop(),nt)if(Xe.length>nt)Xe.splice(nt);else for(;Xe.length0)return{type:"space",raw:$e[0]}}code(nt){const $e=this.rules.block.code.exec(nt);if($e){const Xe=$e[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:$e[0],codeBlockStyle:"indented",text:this.options.pedantic?Xe:ri(Xe,"\n")}}}fences(nt){const $e=this.rules.block.fences.exec(nt);if($e){const Xe=$e[0],Jt=function zi(ti,nt){const $e=ti.match(/^(\s+)(?:```)/);if(null===$e)return nt;const Xe=$e[1];return nt.split("\n").map(Jt=>{const tn=Jt.match(/^\s+/);if(null===tn)return Jt;const[rn]=tn;return rn.length>=Xe.length?Jt.slice(Xe.length):Jt}).join("\n")}(Xe,$e[3]||"");return{type:"code",raw:Xe,lang:$e[2]?$e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):$e[2],text:Jt}}}heading(nt){const $e=this.rules.block.heading.exec(nt);if($e){let Xe=$e[2].trim();if(/#$/.test(Xe)){const Jt=ri(Xe,"#");(this.options.pedantic||!Jt||/ $/.test(Jt))&&(Xe=Jt.trim())}return{type:"heading",raw:$e[0],depth:$e[1].length,text:Xe,tokens:this.lexer.inline(Xe)}}}hr(nt){const $e=this.rules.block.hr.exec(nt);if($e)return{type:"hr",raw:$e[0]}}blockquote(nt){const $e=this.rules.block.blockquote.exec(nt);if($e){let Xe=$e[0].replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,"\n $1");Xe=ri(Xe.replace(/^ *>[ \t]?/gm,""),"\n");const Jt=this.lexer.state.top;this.lexer.state.top=!0;const tn=this.lexer.blockTokens(Xe);return this.lexer.state.top=Jt,{type:"blockquote",raw:$e[0],tokens:tn,text:Xe}}}list(nt){let $e=this.rules.block.list.exec(nt);if($e){let Xe=$e[1].trim();const Jt=Xe.length>1,tn={type:"list",raw:"",ordered:Jt,start:Jt?+Xe.slice(0,-1):"",loose:!1,items:[]};Xe=Jt?`\\d{1,9}\\${Xe.slice(-1)}`:`\\${Xe}`,this.options.pedantic&&(Xe=Jt?Xe:"[*+-]");const rn=new RegExp(`^( {0,3}${Xe})((?:[\t ][^\\n]*)?(?:\\n|$))`);let ni="",yi="",Or=!1;for(;nt;){let Ui=!1;if(!($e=rn.exec(nt))||this.rules.block.hr.test(nt))break;ni=$e[0],nt=nt.substring(ni.length);let dr=$e[2].split("\n",1)[0].replace(/^\t+/,ns=>" ".repeat(3*ns.length)),br=nt.split("\n",1)[0],gr=0;this.options.pedantic?(gr=2,yi=dr.trimStart()):(gr=$e[2].search(/[^ ]/),gr=gr>4?1:gr,yi=dr.slice(gr),gr+=$e[1].length);let Ca=!1;if(!dr&&/^ *$/.test(br)&&(ni+=br+"\n",nt=nt.substring(br.length+1),Ui=!0),!Ui){const ns=new RegExp(`^ {0,${Math.min(3,gr-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`),Bo=new RegExp(`^ {0,${Math.min(3,gr-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),ea=new RegExp(`^ {0,${Math.min(3,gr-1)}}(?:\`\`\`|~~~)`),Ws=new RegExp(`^ {0,${Math.min(3,gr-1)}}#`);for(;nt;){const pa=nt.split("\n",1)[0];if(br=pa,this.options.pedantic&&(br=br.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),ea.test(br)||Ws.test(br)||ns.test(br)||Bo.test(nt))break;if(br.search(/[^ ]/)>=gr||!br.trim())yi+="\n"+br.slice(gr);else{if(Ca||dr.search(/[^ ]/)>=4||ea.test(dr)||Ws.test(dr)||Bo.test(dr))break;yi+="\n"+br}!Ca&&!br.trim()&&(Ca=!0),ni+=pa+"\n",nt=nt.substring(pa.length+1),dr=br.slice(gr)}}tn.loose||(Or?tn.loose=!0:/\n *\n *$/.test(ni)&&(Or=!0));let Cs,Yi=null;this.options.gfm&&(Yi=/^\[[ xX]\] /.exec(yi),Yi&&(Cs="[ ] "!==Yi[0],yi=yi.replace(/^\[[ xX]\] +/,""))),tn.items.push({type:"list_item",raw:ni,task:!!Yi,checked:Cs,loose:!1,text:yi,tokens:[]}),tn.raw+=ni}tn.items[tn.items.length-1].raw=ni.trimEnd(),tn.items[tn.items.length-1].text=yi.trimEnd(),tn.raw=tn.raw.trimEnd();for(let Ui=0;Ui"space"===gr.type),br=dr.length>0&&dr.some(gr=>/\n.*\n/.test(gr.raw));tn.loose=br}if(tn.loose)for(let Ui=0;Ui$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",tn=$e[3]?$e[3].substring(1,$e[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):$e[3];return{type:"def",tag:Xe,raw:$e[0],href:Jt,title:tn}}}table(nt){const $e=this.rules.block.table.exec(nt);if(!$e||!/[:|]/.test($e[2]))return;const Xe=zn($e[1]),Jt=$e[2].replace(/^\||\| *$/g,"").split("|"),tn=$e[3]&&$e[3].trim()?$e[3].replace(/\n[ \t]*$/,"").split("\n"):[],rn={type:"table",raw:$e[0],header:[],align:[],rows:[]};if(Xe.length===Jt.length){for(const ni of Jt)/^ *-+: *$/.test(ni)?rn.align.push("right"):/^ *:-+: *$/.test(ni)?rn.align.push("center"):/^ *:-+ *$/.test(ni)?rn.align.push("left"):rn.align.push(null);for(const ni of Xe)rn.header.push({text:ni,tokens:this.lexer.inline(ni)});for(const ni of tn)rn.rows.push(zn(ni,rn.header.length).map(yi=>({text:yi,tokens:this.lexer.inline(yi)})));return rn}}lheading(nt){const $e=this.rules.block.lheading.exec(nt);if($e)return{type:"heading",raw:$e[0],depth:"="===$e[2].charAt(0)?1:2,text:$e[1],tokens:this.lexer.inline($e[1])}}paragraph(nt){const $e=this.rules.block.paragraph.exec(nt);if($e){const Xe="\n"===$e[1].charAt($e[1].length-1)?$e[1].slice(0,-1):$e[1];return{type:"paragraph",raw:$e[0],text:Xe,tokens:this.lexer.inline(Xe)}}}text(nt){const $e=this.rules.block.text.exec(nt);if($e)return{type:"text",raw:$e[0],text:$e[0],tokens:this.lexer.inline($e[0])}}escape(nt){const $e=this.rules.inline.escape.exec(nt);if($e)return{type:"escape",raw:$e[0],text:Oe($e[1])}}tag(nt){const $e=this.rules.inline.tag.exec(nt);if($e)return!this.lexer.state.inLink&&/^/i.test($e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test($e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test($e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:$e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:$e[0]}}link(nt){const $e=this.rules.inline.link.exec(nt);if($e){const Xe=$e[2].trim();if(!this.options.pedantic&&/^$/.test(Xe))return;const rn=ri(Xe.slice(0,-1),"\\");if((Xe.length-rn.length)%2==0)return}else{const rn=function Pi(ti,nt){if(-1===ti.indexOf(nt[1]))return-1;let $e=0;for(let Xe=0;Xe-1){const yi=(0===$e[0].indexOf("!")?5:4)+$e[1].length+rn;$e[2]=$e[2].substring(0,rn),$e[0]=$e[0].substring(0,yi).trim(),$e[3]=""}}let Jt=$e[2],tn="";if(this.options.pedantic){const rn=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(Jt);rn&&(Jt=rn[1],tn=rn[3])}else tn=$e[3]?$e[3].slice(1,-1):"";return Jt=Jt.trim(),/^$/.test(Xe)?Jt.slice(1):Jt.slice(1,-1)),jn($e,{href:Jt&&Jt.replace(this.rules.inline.anyPunctuation,"$1"),title:tn&&tn.replace(this.rules.inline.anyPunctuation,"$1")},$e[0],this.lexer)}}reflink(nt,$e){let Xe;if((Xe=this.rules.inline.reflink.exec(nt))||(Xe=this.rules.inline.nolink.exec(nt))){const tn=$e[(Xe[2]||Xe[1]).replace(/\s+/g," ").toLowerCase()];if(!tn){const rn=Xe[0].charAt(0);return{type:"text",raw:rn,text:rn}}return jn(Xe,tn,Xe[0],this.lexer)}}emStrong(nt,$e,Xe=""){let Jt=this.rules.inline.emStrongLDelim.exec(nt);if(!(!Jt||Jt[3]&&Xe.match(/[\p{L}\p{N}]/u))&&(!Jt[1]&&!Jt[2]||!Xe||this.rules.inline.punctuation.exec(Xe))){const rn=[...Jt[0]].length-1;let ni,yi,Or=rn,Ui=0;const dr="*"===Jt[0][0]?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(dr.lastIndex=0,$e=$e.slice(-1*nt.length+rn);null!=(Jt=dr.exec($e));){if(ni=Jt[1]||Jt[2]||Jt[3]||Jt[4]||Jt[5]||Jt[6],!ni)continue;if(yi=[...ni].length,Jt[3]||Jt[4]){Or+=yi;continue}if((Jt[5]||Jt[6])&&rn%3&&!((rn+yi)%3)){Ui+=yi;continue}if(Or-=yi,Or>0)continue;yi=Math.min(yi,yi+Or+Ui);const br=[...Jt[0]][0].length,gr=nt.slice(0,rn+Jt.index+br+yi);if(Math.min(rn,yi)%2){const Yi=gr.slice(1,-1);return{type:"em",raw:gr,text:Yi,tokens:this.lexer.inlineTokens(Yi)}}const Ca=gr.slice(2,-2);return{type:"strong",raw:gr,text:Ca,tokens:this.lexer.inlineTokens(Ca)}}}}codespan(nt){const $e=this.rules.inline.code.exec(nt);if($e){let Xe=$e[2].replace(/\n/g," ");const Jt=/[^ ]/.test(Xe),tn=/^ /.test(Xe)&&/ $/.test(Xe);return Jt&&tn&&(Xe=Xe.substring(1,Xe.length-1)),Xe=Oe(Xe,!0),{type:"codespan",raw:$e[0],text:Xe}}}br(nt){const $e=this.rules.inline.br.exec(nt);if($e)return{type:"br",raw:$e[0]}}del(nt){const $e=this.rules.inline.del.exec(nt);if($e)return{type:"del",raw:$e[0],text:$e[2],tokens:this.lexer.inlineTokens($e[2])}}autolink(nt){const $e=this.rules.inline.autolink.exec(nt);if($e){let Xe,Jt;return"@"===$e[2]?(Xe=Oe($e[1]),Jt="mailto:"+Xe):(Xe=Oe($e[1]),Jt=Xe),{type:"link",raw:$e[0],text:Xe,href:Jt,tokens:[{type:"text",raw:Xe,text:Xe}]}}}url(nt){let $e;if($e=this.rules.inline.url.exec(nt)){let Xe,Jt;if("@"===$e[2])Xe=Oe($e[0]),Jt="mailto:"+Xe;else{let tn;do{tn=$e[0],$e[0]=this.rules.inline._backpedal.exec($e[0])?.[0]??""}while(tn!==$e[0]);Xe=Oe($e[0]),Jt="www."===$e[1]?"http://"+$e[0]:$e[0]}return{type:"link",raw:$e[0],text:Xe,href:Jt,tokens:[{type:"text",raw:Xe,text:Xe}]}}}inlineText(nt){const $e=this.rules.inline.text.exec(nt);if($e){let Xe;return Xe=this.lexer.state.inRawBlock?$e[0]:Oe($e[0]),{type:"text",raw:$e[0],text:Xe}}}}const Ze=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,Be=/(?:[*+-]|\d{1,9}[.)])/,Je=Tt(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,Be).replace(/blockCode/g,/ {4}/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),P=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,Ae=/(?!\s*\])(?:\\.|[^\[\]\\])+/,Fe=Tt(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",Ae).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),$t=Tt(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,Be).getRegex(),et="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Dt=/|$))/,Gt=Tt("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",Dt).replace("tag",et).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),gn=Tt(P).replace("hr",Ze).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",et).getRegex(),mi={blockquote:Tt(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",gn).getRegex(),code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,def:Fe,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:Ze,html:Gt,lheading:Je,list:$t,newline:/^(?: *(?:\n|$))+/,paragraph:gn,table:$n,text:/^[^\n]+/},vr=Tt("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Ze).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",et).getRegex(),ki={...mi,table:vr,paragraph:Tt(P).replace("hr",Ze).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",vr).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",et).getRegex()},Tr={...mi,html:Tt("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",Dt).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:$n,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Tt(P).replace("hr",Ze).replace("heading"," *#{1,6} *[^\n]").replace("lheading",Je).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},Fr=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,bo=/^( {2,}|\\)\n(?!\s*$)/,or="\\p{P}\\p{S}",it=Tt(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,or).getRegex(),Vt=Tt(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,or).getRegex(),Rn=Tt("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,or).getRegex(),Vn=Tt("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,or).getRegex(),Di=Tt(/\\([punct])/,"gu").replace(/punct/g,or).getRegex(),qi=Tt(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),Bi=Tt(Dt).replace("(?:--\x3e|$)","--\x3e").getRegex(),wr=Tt("^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^").replace("comment",Bi).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),ts=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Ji=Tt(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",ts).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),Qi=Tt(/^!?\[(label)\]\[(ref)\]/).replace("label",ts).replace("ref",Ae).getRegex(),zo=Tt(/^!?\[(ref)\](?:\[\])?/).replace("ref",Ae).getRegex(),Xs={_backpedal:$n,anyPunctuation:Di,autolink:qi,blockSkip:/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,br:bo,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,del:$n,emStrongLDelim:Vt,emStrongRDelimAst:Rn,emStrongRDelimUnd:Vn,escape:Fr,link:Ji,nolink:zo,punctuation:it,reflink:Qi,reflinkSearch:Tt("reflink|nolink(?!\\()","g").replace("reflink",Qi).replace("nolink",zo).getRegex(),tag:wr,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\yi+" ".repeat(Or.length));nt;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(ni=>!!(Xe=ni.call({lexer:this},nt,$e))&&(nt=nt.substring(Xe.raw.length),$e.push(Xe),!0)))){if(Xe=this.tokenizer.space(nt)){nt=nt.substring(Xe.raw.length),1===Xe.raw.length&&$e.length>0?$e[$e.length-1].raw+="\n":$e.push(Xe);continue}if(Xe=this.tokenizer.code(nt)){nt=nt.substring(Xe.raw.length),Jt=$e[$e.length-1],!Jt||"paragraph"!==Jt.type&&"text"!==Jt.type?$e.push(Xe):(Jt.raw+="\n"+Xe.raw,Jt.text+="\n"+Xe.text,this.inlineQueue[this.inlineQueue.length-1].src=Jt.text);continue}if(Xe=this.tokenizer.fences(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.heading(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.hr(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.blockquote(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.list(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.html(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.def(nt)){nt=nt.substring(Xe.raw.length),Jt=$e[$e.length-1],!Jt||"paragraph"!==Jt.type&&"text"!==Jt.type?this.tokens.links[Xe.tag]||(this.tokens.links[Xe.tag]={href:Xe.href,title:Xe.title}):(Jt.raw+="\n"+Xe.raw,Jt.text+="\n"+Xe.raw,this.inlineQueue[this.inlineQueue.length-1].src=Jt.text);continue}if(Xe=this.tokenizer.table(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.lheading(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(tn=nt,this.options.extensions&&this.options.extensions.startBlock){let ni=1/0;const yi=nt.slice(1);let Or;this.options.extensions.startBlock.forEach(Ui=>{Or=Ui.call({lexer:this},yi),"number"==typeof Or&&Or>=0&&(ni=Math.min(ni,Or))}),ni<1/0&&ni>=0&&(tn=nt.substring(0,ni+1))}if(this.state.top&&(Xe=this.tokenizer.paragraph(tn))){Jt=$e[$e.length-1],rn&&"paragraph"===Jt.type?(Jt.raw+="\n"+Xe.raw,Jt.text+="\n"+Xe.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=Jt.text):$e.push(Xe),rn=tn.length!==nt.length,nt=nt.substring(Xe.raw.length);continue}if(Xe=this.tokenizer.text(nt)){nt=nt.substring(Xe.raw.length),Jt=$e[$e.length-1],Jt&&"text"===Jt.type?(Jt.raw+="\n"+Xe.raw,Jt.text+="\n"+Xe.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=Jt.text):$e.push(Xe);continue}if(nt){const ni="Infinite loop on byte: "+nt.charCodeAt(0);if(this.options.silent){console.error(ni);break}throw new Error(ni)}}return this.state.top=!0,$e}inline(nt,$e=[]){return this.inlineQueue.push({src:nt,tokens:$e}),$e}inlineTokens(nt,$e=[]){let Xe,Jt,tn,ni,yi,Or,rn=nt;if(this.tokens.links){const Ui=Object.keys(this.tokens.links);if(Ui.length>0)for(;null!=(ni=this.tokenizer.rules.inline.reflinkSearch.exec(rn));)Ui.includes(ni[0].slice(ni[0].lastIndexOf("[")+1,-1))&&(rn=rn.slice(0,ni.index)+"["+"a".repeat(ni[0].length-2)+"]"+rn.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(ni=this.tokenizer.rules.inline.blockSkip.exec(rn));)rn=rn.slice(0,ni.index)+"["+"a".repeat(ni[0].length-2)+"]"+rn.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(ni=this.tokenizer.rules.inline.anyPunctuation.exec(rn));)rn=rn.slice(0,ni.index)+"++"+rn.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;nt;)if(yi||(Or=""),yi=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(Ui=>!!(Xe=Ui.call({lexer:this},nt,$e))&&(nt=nt.substring(Xe.raw.length),$e.push(Xe),!0)))){if(Xe=this.tokenizer.escape(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.tag(nt)){nt=nt.substring(Xe.raw.length),Jt=$e[$e.length-1],Jt&&"text"===Xe.type&&"text"===Jt.type?(Jt.raw+=Xe.raw,Jt.text+=Xe.text):$e.push(Xe);continue}if(Xe=this.tokenizer.link(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.reflink(nt,this.tokens.links)){nt=nt.substring(Xe.raw.length),Jt=$e[$e.length-1],Jt&&"text"===Xe.type&&"text"===Jt.type?(Jt.raw+=Xe.raw,Jt.text+=Xe.text):$e.push(Xe);continue}if(Xe=this.tokenizer.emStrong(nt,rn,Or)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.codespan(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.br(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.del(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(Xe=this.tokenizer.autolink(nt)){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(!this.state.inLink&&(Xe=this.tokenizer.url(nt))){nt=nt.substring(Xe.raw.length),$e.push(Xe);continue}if(tn=nt,this.options.extensions&&this.options.extensions.startInline){let Ui=1/0;const dr=nt.slice(1);let br;this.options.extensions.startInline.forEach(gr=>{br=gr.call({lexer:this},dr),"number"==typeof br&&br>=0&&(Ui=Math.min(Ui,br))}),Ui<1/0&&Ui>=0&&(tn=nt.substring(0,Ui+1))}if(Xe=this.tokenizer.inlineText(tn)){nt=nt.substring(Xe.raw.length),"_"!==Xe.raw.slice(-1)&&(Or=Xe.raw.slice(-1)),yi=!0,Jt=$e[$e.length-1],Jt&&"text"===Jt.type?(Jt.raw+=Xe.raw,Jt.text+=Xe.text):$e.push(Xe);continue}if(nt){const Ui="Infinite loop on byte: "+nt.charCodeAt(0);if(this.options.silent){console.error(Ui);break}throw new Error(Ui)}}return $e}}class kr{options;constructor(nt){this.options=nt||He}code(nt,$e,Xe){const Jt=($e||"").match(/^\S*/)?.[0];return nt=nt.replace(/\n$/,"")+"\n",Jt?'
'+(Xe?nt:Oe(nt,!0))+"
\n":"
"+(Xe?nt:Oe(nt,!0))+"
\n"}blockquote(nt){return`
\n${nt}
\n`}html(nt,$e){return nt}heading(nt,$e,Xe){return`${nt}\n`}hr(){return"
\n"}list(nt,$e,Xe){const Jt=$e?"ol":"ul";return"<"+Jt+($e&&1!==Xe?' start="'+Xe+'"':"")+">\n"+nt+"\n"}listitem(nt,$e,Xe){return`
  • ${nt}
  • \n`}checkbox(nt){return"'}paragraph(nt){return`

    ${nt}

    \n`}table(nt,$e){return $e&&($e=`${$e}`),"\n\n"+nt+"\n"+$e+"
    \n"}tablerow(nt){return`\n${nt}\n`}tablecell(nt,$e){const Xe=$e.header?"th":"td";return($e.align?`<${Xe} align="${$e.align}">`:`<${Xe}>`)+nt+`\n`}strong(nt){return`${nt}`}em(nt){return`${nt}`}codespan(nt){return`${nt}`}br(){return"
    "}del(nt){return`${nt}`}link(nt,$e,Xe){const Jt=Sn(nt);if(null===Jt)return Xe;let tn='
    ",tn}image(nt,$e,Xe){const Jt=Sn(nt);if(null===Jt)return Xe;let tn=`${Xe}"colon"===($e=$e.toLowerCase())?":":"#"===$e.charAt(0)?"x"===$e.charAt(1)?String.fromCharCode(parseInt($e.substring(2),16)):String.fromCharCode(+$e.substring(1)):""));continue}case"code":Xe+=this.renderer.code(tn.text,tn.lang,!!tn.escaped);continue;case"table":{const rn=tn;let ni="",yi="";for(let Ui=0;Ui0&&"paragraph"===br.tokens[0].type?(br.tokens[0].text=Cs+" "+br.tokens[0].text,br.tokens[0].tokens&&br.tokens[0].tokens.length>0&&"text"===br.tokens[0].tokens[0].type&&(br.tokens[0].tokens[0].text=Cs+" "+br.tokens[0].tokens[0].text)):br.tokens.unshift({type:"text",text:Cs+" "}):Yi+=Cs+" "}Yi+=this.parse(br.tokens,Or),Ui+=this.renderer.listitem(Yi,Ca,!!gr)}Xe+=this.renderer.list(Ui,ni,yi);continue}case"html":Xe+=this.renderer.html(tn.text,tn.block);continue;case"paragraph":Xe+=this.renderer.paragraph(this.parseInline(tn.tokens));continue;case"text":{let rn=tn,ni=rn.tokens?this.parseInline(rn.tokens):rn.text;for(;Jt+1{const ni=tn[rn].flat(1/0);Xe=Xe.concat(this.walkTokens(ni,$e))}):tn.tokens&&(Xe=Xe.concat(this.walkTokens(tn.tokens,$e)))}}return Xe}use(...nt){const $e=this.defaults.extensions||{renderers:{},childTokens:{}};return nt.forEach(Xe=>{const Jt={...Xe};if(Jt.async=this.defaults.async||Jt.async||!1,Xe.extensions&&(Xe.extensions.forEach(tn=>{if(!tn.name)throw new Error("extension name required");if("renderer"in tn){const rn=$e.renderers[tn.name];$e.renderers[tn.name]=rn?function(...ni){let yi=tn.renderer.apply(this,ni);return!1===yi&&(yi=rn.apply(this,ni)),yi}:tn.renderer}if("tokenizer"in tn){if(!tn.level||"block"!==tn.level&&"inline"!==tn.level)throw new Error("extension level must be 'block' or 'inline'");const rn=$e[tn.level];rn?rn.unshift(tn.tokenizer):$e[tn.level]=[tn.tokenizer],tn.start&&("block"===tn.level?$e.startBlock?$e.startBlock.push(tn.start):$e.startBlock=[tn.start]:"inline"===tn.level&&($e.startInline?$e.startInline.push(tn.start):$e.startInline=[tn.start]))}"childTokens"in tn&&tn.childTokens&&($e.childTokens[tn.name]=tn.childTokens)}),Jt.extensions=$e),Xe.renderer){const tn=this.defaults.renderer||new kr(this.defaults);for(const rn in Xe.renderer){if(!(rn in tn))throw new Error(`renderer '${rn}' does not exist`);if("options"===rn)continue;const yi=Xe.renderer[rn],Or=tn[rn];tn[rn]=(...Ui)=>{let dr=yi.apply(tn,Ui);return!1===dr&&(dr=Or.apply(tn,Ui)),dr||""}}Jt.renderer=tn}if(Xe.tokenizer){const tn=this.defaults.tokenizer||new Ei(this.defaults);for(const rn in Xe.tokenizer){if(!(rn in tn))throw new Error(`tokenizer '${rn}' does not exist`);if(["options","rules","lexer"].includes(rn))continue;const yi=Xe.tokenizer[rn],Or=tn[rn];tn[rn]=(...Ui)=>{let dr=yi.apply(tn,Ui);return!1===dr&&(dr=Or.apply(tn,Ui)),dr}}Jt.tokenizer=tn}if(Xe.hooks){const tn=this.defaults.hooks||new Ot;for(const rn in Xe.hooks){if(!(rn in tn))throw new Error(`hook '${rn}' does not exist`);if("options"===rn)continue;const yi=Xe.hooks[rn],Or=tn[rn];tn[rn]=Ot.passThroughHooks.has(rn)?Ui=>{if(this.defaults.async)return Promise.resolve(yi.call(tn,Ui)).then(br=>Or.call(tn,br));const dr=yi.call(tn,Ui);return Or.call(tn,dr)}:(...Ui)=>{let dr=yi.apply(tn,Ui);return!1===dr&&(dr=Or.apply(tn,Ui)),dr}}Jt.hooks=tn}if(Xe.walkTokens){const tn=this.defaults.walkTokens,rn=Xe.walkTokens;Jt.walkTokens=function(ni){let yi=[];return yi.push(rn.call(this,ni)),tn&&(yi=yi.concat(tn.call(this,ni))),yi}}this.defaults={...this.defaults,...Jt}}),this}setOptions(nt){return this.defaults={...this.defaults,...nt},this}lexer(nt,$e){return Ti.lex(nt,$e??this.defaults)}parser(nt,$e){return an.parse(nt,$e??this.defaults)}#e(nt,$e){return(Xe,Jt)=>{const tn={...Jt},rn={...this.defaults,...tn};!0===this.defaults.async&&!1===tn.async&&(rn.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),rn.async=!0);const ni=this.#t(!!rn.silent,!!rn.async);if(typeof Xe>"u"||null===Xe)return ni(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof Xe)return ni(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(Xe)+", string expected"));if(rn.hooks&&(rn.hooks.options=rn),rn.async)return Promise.resolve(rn.hooks?rn.hooks.preprocess(Xe):Xe).then(yi=>nt(yi,rn)).then(yi=>rn.hooks?rn.hooks.processAllTokens(yi):yi).then(yi=>rn.walkTokens?Promise.all(this.walkTokens(yi,rn.walkTokens)).then(()=>yi):yi).then(yi=>$e(yi,rn)).then(yi=>rn.hooks?rn.hooks.postprocess(yi):yi).catch(ni);try{rn.hooks&&(Xe=rn.hooks.preprocess(Xe));let yi=nt(Xe,rn);rn.hooks&&(yi=rn.hooks.processAllTokens(yi)),rn.walkTokens&&this.walkTokens(yi,rn.walkTokens);let Or=$e(yi,rn);return rn.hooks&&(Or=rn.hooks.postprocess(Or)),Or}catch(yi){return ni(yi)}}}#t(nt,$e){return Xe=>{if(Xe.message+="\nPlease report this to https://github.com/markedjs/marked.",nt){const Jt="

    An error occurred:

    "+Oe(Xe.message+"",!0)+"
    ";return $e?Promise.resolve(Jt):Jt}if($e)return Promise.reject(Xe);throw Xe}}}const Wt=new St;function qe(ti,nt){return Wt.parse(ti,nt)}qe.options=qe.setOptions=function(ti){return Wt.setOptions(ti),Se(qe.defaults=Wt.defaults),qe},qe.getDefaults=function be(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}},qe.defaults=He,qe.use=function(...ti){return Wt.use(...ti),Se(qe.defaults=Wt.defaults),qe},qe.walkTokens=function(ti,nt){return Wt.walkTokens(ti,nt)},qe.parseInline=Wt.parseInline,qe.Parser=an,qe.parser=an.parse,qe.Renderer=kr,qe.TextRenderer=pr,qe.Lexer=Ti,qe.lexer=Ti.lex,qe.Tokenizer=Ei,qe.Hooks=Ot,qe.parse=qe;const Cn=/[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08C8-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1AC1-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\u9FFD-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7CB-\uA7F4\uA828-\uA82B\uA82D-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDE7F\uDEAA\uDEAD-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD48-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC62-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD44-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD824-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD83E[\uDC00-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEDE-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g,It=Object.hasOwnProperty;class Kt{constructor(){this.reset()}slug(nt,$e){const Xe=this;let Jt=function Fn(ti,nt){return"string"!=typeof ti?"":(nt||(ti=ti.toLowerCase()),ti.replace(Cn,"").replace(/ /g,"-"))}(nt,!0===$e);const tn=Jt;for(;It.call(Xe.occurrences,Jt);)Xe.occurrences[tn]++,Jt=tn+"-"+Xe.occurrences[tn];return Xe.occurrences[Jt]=0,Jt}reset(){this.occurrences=Object.create(null)}}let ui,oi=[];function Eo(ti){return(ti||"").match(/\S*/)[0]}function fs(ti){return nt=>{"string"==typeof nt&&nt!==ti.text&&(ti.escaped=!0,ti.text=nt)}}const Wr=/[&<>"']/,Ur=new RegExp(Wr.source,"g"),Ns=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,gi=new RegExp(Ns.source,"g"),Oi={"&":"&","<":"<",">":">",'"':""","'":"'"},Xi=ti=>Oi[ti];function Kr(ti,nt){if(nt){if(Wr.test(ti))return ti.replace(Ur,Xi)}else if(Ns.test(ti))return ti.replace(gi,Xi);return ti}var So=_(7903);let Gr=(()=>{class ti{constructor(){this._router=(0,o.f3M)(D.F0),this._versionService=(0,o.f3M)(So.P),this._domSanitizer=(0,o.f3M)(ce.H7),this._marked=new St(function Jn({prefix:ti=""}={}){return{headerIds:!1,hooks:{preprocess:nt=>(oi=[],ui=new Kt,nt)},renderer:{heading(nt,$e,Xe){Xe=Xe.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"");const Jt=`${ti}${ui.slug(Xe)}`;return oi.push({level:$e,text:nt,id:Jt}),`${nt}\n`}}}}(),function Mr(ti){if("function"==typeof ti&&(ti={highlight:ti}),!ti||"function"!=typeof ti.highlight)throw new Error("Must provide highlight function");return"string"!=typeof ti.langPrefix&&(ti.langPrefix="language-"),{async:!!ti.async,walkTokens(nt){if("code"!==nt.type)return;const $e=Eo(nt.lang);if(ti.async)return Promise.resolve(ti.highlight(nt.text,$e,nt.lang||"")).then(fs(nt));const Xe=ti.highlight(nt.text,$e,nt.lang||"");if(Xe instanceof Promise)throw new Error("markedHighlight is not set to async but the highlight function is async. Set the async option to true on markedHighlight to await the async highlight function.");fs(nt)(Xe)},renderer:{code(nt,$e,Xe){const Jt=Eo($e),tn=Jt?` class="${ti.langPrefix}${Kr(Jt)}"`:"";return nt=nt.replace(/\n$/,""),`
    ${Xe?nt:Kr(nt,!0)}\n
    `}}}}({langPrefix:"hljs language-",highlight($e,Xe,Jt){const tn=Ve.getLanguage(Xe)?Xe:"plaintext";return Ve.highlight($e,{language:tn}).value}}))}parse($e){const Jt={link:this._linkRendererFn("",{searchValue:this._versionService.docVersion,replaceValue:"docs"})};this._marked.use({renderer:Jt});const tn=$e.replace(/\t/g," "),rn=this._marked.parse(tn,{async:!1,gfm:!0});return this._domSanitizer.bypassSecurityTrustHtml(rn)}_linkRendererFn($e,Xe){return(Jt,tn,rn)=>{const ni=Jt?.match(/(\.*\/){1,}/)?.[0]||"",yi=!!ni&&Jt?.startsWith(ni),Or=this._router.url.split("?")[0].split("#")[0];if(Jt?.startsWith("#"))return`
    ${rn}`;if(!yi)return`${rn}`;const Ui=Jt?.substring(ni.length).replace(Xe?.searchValue||"",Xe?.replaceValue||"");return`${rn}`}}static#e=this.\u0275fac=function(Xe){return new(Xe||ti)};static#t=this.\u0275prov=o.Yz7({token:ti,factory:ti.\u0275fac,providedIn:"root"})}return ti})(),hs=(()=>{class ti{constructor(){this._renderer2=(0,o.f3M)(o.FYo).createRenderer(null,null),this._http=(0,o.f3M)(u.eN),this._router=(0,o.f3M)(D.F0),this._versionService=(0,o.f3M)(So.P),this._languageDataService=(0,o.f3M)(ue.x),this._markdownService=(0,o.f3M)(Gr),this._docCache=[],this.docLoading$=new j.X(!1)}loadDocHtml$($e,Xe){$e.startsWith("docs/")&&($e=$e.replace("docs/",""));const Jt=this._docCache.find(Ui=>Ui.path===$e&&Ui.data)?.data;if(Jt)return(0,te.of)(Jt);const tn=this._versionService.docVersion,rn=this._languageDataService.language$.value,ni=$e.split("/"),yi=`${ni[ni.length-1]}_${rn}.md`,Or=$e.endsWith(".md")?$e:`${$e}/${yi}`;return this.docLoading$.next(!0),this._http.get(`assets/docs/${tn}/${Or}`,{responseType:"text",observe:"response"}).pipe((0,U.U)(Ui=>{if((Ui.headers.get("Content-Type")??"").indexOf("text/markdown")<0)throw"Content not found";const gr=Ui.body??"";return"safeHTML"===Xe?this._markdownService.parse(gr):gr}),(0,X.b)(Ui=>{this._docCache.some(dr=>dr.path===$e)||this._docCache.push({path:$e,data:Ui})}),(0,ee.x)(()=>this.docLoading$.next(!1)),(0,ne.K)(Ui=>{throw Ui}))}clearCache(){this._docCache=[]}firstContentPath$($e=!1){const Jt=this._versionService.docVersion;return this._http.get(`assets/docs/${Jt}/index_${$e?"en":this._languageDataService.language$.value}.md`,{responseType:"text"}).pipe((0,U.U)(rn=>{const ni=rn.match(/(\.+\/){1,}.+\.md/)?.[0],Or=(ni?.match(/(\.*\/){1,}/)?.[0]||"")+Jt+"/";return ni?.replace(Or,"docs/")??""}),(0,ne.K)(()=>this.firstContentPath$(!0)))}wrapTable(){if(typeof window>"u")return;const $e=Array.from(document.querySelectorAll("table"));for(const Xe of $e){const Jt=document.createElement("div"),tn=Xe.cloneNode(!0);Xe.parentElement?.classList.contains("table-wrapper")||(Jt.classList.add("table-wrapper"),Jt.appendChild(tn),this._renderer2.appendChild(Jt,tn),this._renderer2.insertBefore(Xe.parentElement,Jt,Xe),Xe.remove())}}updateUrl(){if(!this._router.url.includes(".md"))return;const $e=this._router.url,{language$:Xe,languageFromUrl:Jt}=this._languageDataService,tn=$e.replace(`_${Jt}.md`??0,`_${Xe.value}.md`);this._router.navigateByUrl(tn)}setCodeViewerTag(){if(typeof window>"u")return;const $e=document.querySelectorAll('pre[class^="language-"]'),Xe=(Jt,tn)=>{const rn=document.createElement("span");rn.classList.add("code-tag"),this._renderer2.setProperty(rn,"innerText",tn),this._renderer2.appendChild(Jt,rn)};for(const Jt of Array.from($e)){const tn=Jt,rn=tn.classList.toString().replace("language-",""),ni=document.createElement("div");switch(ni.classList.add("code-wrapper"),this._renderer2.appendChild(ni,tn.cloneNode(!0)),this._renderer2.insertBefore(tn.parentElement,ni,tn),tn.remove(),rn){case"html":Xe(ni,"HTML");break;case"javascript":Xe(ni,"TS");break;case"json":Xe(ni,"JSON")}}}static#e=this.\u0275fac=function(Xe){return new(Xe||ti)};static#t=this.\u0275prov=o.Yz7({token:ti,factory:ti.\u0275fac,providedIn:"root"})}return ti})()},930:(ve,k,_)=>{"use strict";_.d(k,{x:()=>X});var u=_(6733),o=_(2939),D=_(755),j=_(6424),te=_(1209),U=_(1570);let X=(()=>{class ee{constructor(){this._http=(0,D.f3M)(o.eN),this._location=(0,D.f3M)(u.Ye),this._cache=[],this.languageList=["zh-TW","en"],this.defaultLanguage="en",this.language$=new j.X(this.defaultLanguage),this.i18nContent$=new j.X({})}loadLanguageData$(ue){const ce=ue??this.currentLanguage;return(()=>{const Ve=this._cache.find(be=>be.lang===ce)?.data;return Ve?(0,te.of)(Ve):this._http.get(`assets/i18n/${ce}.json`,{responseType:"json"})})().pipe((0,U.b)(Ve=>{Ve&&(this.language$.next(ce),this.i18nContent$.next(Ve),this._cache.push({lang:ce,data:Ve}),this._userLanguage=ce)}))}get languageFromUrl(){return this._location.path().match(/_.+\.md$/)?.[0].substring(1).replace(".md","")}get currentLanguage(){return this.languageFromUrl??this._userLanguage}set _userLanguage(ue){typeof window>"u"||window.localStorage.setItem("language",ue)}get _userLanguage(){if(typeof window>"u")return"en";const ue=window.navigator.language,he=window.localStorage.getItem("language")??ue;return he.includes("en")?"en":he.includes("zh")?"zh-TW":"en"}static#e=this.\u0275fac=function(ce){return new(ce||ee)};static#t=this.\u0275prov=D.Yz7({token:ee,factory:ee.\u0275fac,providedIn:"root"})}return ee})()},5287:(ve,k,_)=>{"use strict";_.d(k,{C:()=>u$e});var u={};_.r(u),_.d(u,{add:()=>Ra,after:()=>ka,ary:()=>Ef,assign:()=>N8,assignIn:()=>ch,assignInWith:()=>G2,assignWith:()=>d6,at:()=>e5,attempt:()=>op,before:()=>sp,bind:()=>cp,bindAll:()=>lp,bindKey:()=>Ff,camelCase:()=>x5,capitalize:()=>_h,castArray:()=>mu,ceil:()=>Dp,chain:()=>X0,chunk:()=>Op,clamp:()=>Rp,clone:()=>Ky,cloneDeep:()=>Up,cloneDeepWith:()=>X5,cloneWith:()=>Zy,commit:()=>e7,compact:()=>Jy,concat:()=>t7,cond:()=>Wp,conforms:()=>qp,conformsTo:()=>v7,constant:()=>B2,countBy:()=>E7,create:()=>S7,curry:()=>x7,curryRight:()=>wC,debounce:()=>Yh,deburr:()=>gd,default:()=>vce,defaultTo:()=>MC,defaults:()=>Tl,defaultsDeep:()=>RC,defer:()=>R7,delay:()=>LC,difference:()=>L7,differenceBy:()=>P7,differenceWith:()=>VC,divide:()=>V7,drop:()=>zC,dropRight:()=>Vg,dropRightWhile:()=>F7,dropWhile:()=>H7,each:()=>Jp,eachRight:()=>Xp,endsWith:()=>WC,entries:()=>em,entriesIn:()=>tm,eq:()=>r1,escape:()=>j7,escapeRegExp:()=>aD,every:()=>tE,extend:()=>ch,extendWith:()=>G2,fill:()=>dD,filter:()=>q7,find:()=>Qh,findIndex:()=>Q7,findKey:()=>nm,findLast:()=>Zh,findLastIndex:()=>Z7,findLastKey:()=>lE,first:()=>x2,flatMap:()=>uE,flatMapDeep:()=>yD,flatMapDepth:()=>X7,flatten:()=>U0,flattenDeep:()=>fE,flattenDepth:()=>Jh,flip:()=>pE,floor:()=>TD,flow:()=>tv,flowRight:()=>nv,forEach:()=>Jp,forEachRight:()=>Xp,forIn:()=>jg,forInRight:()=>iv,forOwn:()=>_E,forOwnRight:()=>vE,fromPairs:()=>bE,functions:()=>CE,functionsIn:()=>EE,get:()=>kf,groupBy:()=>c3,gt:()=>xE,gte:()=>TE,has:()=>ME,hasIn:()=>Mg,head:()=>x2,identity:()=>Go,inRange:()=>OE,includes:()=>fv,indexOf:()=>hv,initial:()=>Ds,intersection:()=>LE,intersectionBy:()=>PE,intersectionWith:()=>pv,invert:()=>BE,invertBy:()=>_v,invoke:()=>XD,invokeMap:()=>WE,isArguments:()=>Xc,isArray:()=>zr,isArrayBuffer:()=>cm,isArrayLike:()=>li,isArrayLikeObject:()=>Bc,isBoolean:()=>qE,isBuffer:()=>Md,isDate:()=>dm,isElement:()=>ZE,isEmpty:()=>Fs,isEqual:()=>Es,isEqualWith:()=>eS,isError:()=>mh,isFinite:()=>bv,isFunction:()=>fo,isInteger:()=>Qg,isLength:()=>gt,isMap:()=>Y5,isMatch:()=>Cv,isMatchWith:()=>iS,isNaN:()=>Zg,isNative:()=>oS,isNil:()=>Jg,isNull:()=>xv,isNumber:()=>um,isObject:()=>zs,isObjectLike:()=>Oo,isPlainObject:()=>du,isRegExp:()=>Xg,isSafeInteger:()=>F1,isSet:()=>Hp,isString:()=>d3,isSymbol:()=>Ar,isTypedArray:()=>b2,isUndefined:()=>fS,isWeakMap:()=>vO,isWeakSet:()=>bO,iteratee:()=>t4,join:()=>Dv,kebabCase:()=>pS,keyBy:()=>e_,keys:()=>xl,keysIn:()=>o1,last:()=>xo,lastIndexOf:()=>Iv,lodash:()=>st,lowerCase:()=>Rv,lowerFirst:()=>gS,lt:()=>vS,lte:()=>bS,map:()=>a3,mapKeys:()=>yS,mapValues:()=>n_,matches:()=>Nv,matchesProperty:()=>kv,max:()=>Lv,maxBy:()=>TS,mean:()=>NO,meanBy:()=>kO,memoize:()=>Rf,merge:()=>LO,mergeWith:()=>Zp,method:()=>Pv,methodOf:()=>Fv,min:()=>pm,minBy:()=>mm,mixin:()=>Hv,multiply:()=>DS,negate:()=>gm,next:()=>Uv,noop:()=>de,now:()=>i3,nth:()=>IS,nthArg:()=>RS,omit:()=>kS,omitBy:()=>VS,once:()=>HS,orderBy:()=>BS,over:()=>jS,overArgs:()=>s_,overEvery:()=>Qv,overSome:()=>Zv,pad:()=>hI,padEnd:()=>pI,padStart:()=>nx,parseInt:()=>nb,partial:()=>ib,partialRight:()=>m_,partition:()=>g_,pick:()=>CI,pickBy:()=>r_,plant:()=>rx,property:()=>Dg,propertyOf:()=>ox,pull:()=>ab,pullAll:()=>ob,pullAllBy:()=>ux,pullAllWith:()=>fx,pullAt:()=>wI,random:()=>OI,range:()=>lb,rangeRight:()=>c,rearg:()=>v,reduce:()=>Y,reduceRight:()=>Rt,reject:()=>kn,remove:()=>Hi,repeat:()=>mo,replace:()=>es,rest:()=>X1,result:()=>p3,reverse:()=>mx,round:()=>DV,sample:()=>IV,sampleSize:()=>RV,set:()=>NV,setWith:()=>kV,shuffle:()=>LV,size:()=>PV,slice:()=>VV,snakeCase:()=>FV,some:()=>HV,sortBy:()=>LI,sortedIndex:()=>zV,sortedIndexBy:()=>BV,sortedIndexOf:()=>UV,sortedLastIndex:()=>jV,sortedLastIndexBy:()=>$V,sortedLastIndexOf:()=>GV,sortedUniq:()=>WV,sortedUniqBy:()=>qV,split:()=>KV,spread:()=>QV,startCase:()=>ZV,startsWith:()=>JV,stubArray:()=>K,stubFalse:()=>wd,stubObject:()=>XV,stubString:()=>eF,stubTrue:()=>tF,subtract:()=>nF,sum:()=>iF,sumBy:()=>rF,tail:()=>oF,take:()=>sF,takeRight:()=>aF,takeRightWhile:()=>cF,takeWhile:()=>lF,tap:()=>dF,template:()=>mF,templateSettings:()=>vx,throttle:()=>gF,thru:()=>b_,times:()=>FI,toArray:()=>Bv,toFinite:()=>Ms,toInteger:()=>Qr,toIterator:()=>HI,toJSON:()=>vm,toLength:()=>Y7,toLower:()=>vF,toNumber:()=>gs,toPairs:()=>em,toPairsIn:()=>tm,toPath:()=>bF,toPlainObject:()=>Jf,toSafeInteger:()=>CF,toString:()=>va,toUpper:()=>EF,transform:()=>SF,trim:()=>wF,trimEnd:()=>MF,trimStart:()=>AF,truncate:()=>DF,unary:()=>OF,unescape:()=>RF,union:()=>NF,unionBy:()=>kF,unionWith:()=>LF,uniq:()=>PF,uniqBy:()=>VF,uniqWith:()=>FF,uniqueId:()=>s4,unset:()=>HF,unzip:()=>yx,unzipWith:()=>zI,update:()=>BF,updateWith:()=>UF,upperCase:()=>jF,upperFirst:()=>zf,value:()=>vm,valueOf:()=>vm,values:()=>u3,valuesIn:()=>$F,without:()=>GF,words:()=>Mp,wrap:()=>YF,wrapperAt:()=>WF,wrapperChain:()=>qF,wrapperCommit:()=>e7,wrapperLodash:()=>st,wrapperNext:()=>Uv,wrapperPlant:()=>rx,wrapperReverse:()=>KF,wrapperToIterator:()=>HI,wrapperValue:()=>vm,xor:()=>QF,xorBy:()=>ZF,xorWith:()=>JF,zip:()=>XF,zipObject:()=>tH,zipObjectDeep:()=>nH,zipWith:()=>iH});var o=_(6733),D=_(755),j=_(8748),te=_(409),U=_(2425),X=_(1570),ee=_(5047),ne=_(1749),ue=_(5350);function ce(t){const e=t.split("/");return e.shift(),e.map(n=>n.replace(/~1/g,"/").replace(/~0/g,"~"))}function he(t){return t.map(Ve).join("")}function Ve(t){return"/"+String(t).replace(/~/g,"~0").replace(/\//g,"~1")}function be(t,e){return t+Ve(e)}function He(t,e){return t.startsWith(e)&&(t.length===e.length||"/"===t[e.length])}function Se(t){return Array.isArray(t)}function Ce(t){return null!==t&&"object"==typeof t&&(void 0===t.constructor||"Object"===t.constructor.name)}function Ue(t){return!(!t||"object"!=typeof t)&&"add"===t.op}function je(t){return!(!t||"object"!=typeof t)&&"remove"===t.op}function xe(t){return!(!t||"object"!=typeof t)&&"replace"===t.op}function ye(t){return!(!t||"object"!=typeof t)&&"copy"===t.op}function Oe(t){return!(!t||"object"!=typeof t)&&"move"===t.op}function xt(t,e){return t===e}function Tt(t){return t.slice(0,t.length-1)}function zn(t){return"object"==typeof t&&null!==t}function ri(t){if(Se(t)){const e=t.slice();return Object.getOwnPropertySymbols(t).forEach(n=>{e[n]=t[n]}),e}if(Ce(t)){const e={...t};return Object.getOwnPropertySymbols(t).forEach(n=>{e[n]=t[n]}),e}return t}function Pi(t,e,n){if(t[e]===n)return t;{const i=ri(t);return i[e]=n,i}}function jn(t,e){let n=t,i=0;for(;i3&&void 0!==arguments[3]&&arguments[3];if(0===e.length)return n;const r=e[0],s=zi(t?t[r]:void 0,e.slice(1),n,i);if(Ce(t)||Se(t))return Pi(t,r,s);if(i){const a=Ei.test(r)?[]:{};return a[r]=s,a}throw new Error("Path does not exist")}const Ei=/^\d+$/;function mn(t,e,n){if(0===e.length)return n(t);if(!zn(t))throw new Error("Path doesn't exist");const i=e[0];return Pi(t,i,mn(t[i],e.slice(1),n))}function Mt(t,e){if(0===e.length)return t;if(!zn(t))throw new Error("Path does not exist");if(1===e.length){const r=e[0];if(r in t){const s=ri(t);return Se(s)&&s.splice(parseInt(r),1),Ce(s)&&delete s[r],s}return t}const n=e[0];return Pi(t,n,Mt(t[n],e.slice(1)))}function _t(t,e,n){const i=e.slice(0,e.length-1),r=e[e.length-1];return mn(t,i,s=>{if(!Array.isArray(s))throw new TypeError("Array expected at path "+JSON.stringify(i));const a=ri(s);return a.splice(parseInt(r),0,n),a})}function De(t,e){return void 0!==t&&(0===e.length||null!==t&&De(t[e[0]],e.slice(1)))}function Be(t,e,n){let i=t;for(let r=0;r{let d;const f=gn(s,a.path);if("add"===a.op)d=Tr(s,f);else if("remove"===a.op)d=ki(s,f);else if("replace"===a.op)d=vr(s,f);else if("copy"===a.op)d=function Fr(t,e){return Tr(t,e)}(s,f);else if("move"===a.op)d=function To(t,e,n){if(e.length2&&void 0!==arguments[2]?arguments[2]:xt;if(t.length=Ln&&t<=vi||t>=Ot&&t<=lt||t>=St&&t<=Bt}function wi(t){return t>=Ln&&t<=vi}function Mr(t){return t>=32&&t<=1114111}function Eo(t){return fs.test(t)}const fs=/^[,:[\]/{}()\n+]$/;function Wr(t){return Eo(t)&&"/"!==t}function Ur(t){return Ns.test(t)||t&&Kr(t.charCodeAt(0))}const Ns=/^[[{\w-]$/;function gi(t){return t===ts||t===Qi||t===Ji||t===zo||t===Us}function Oi(t){return t===wr||t===ts||t===Ji||t===Qi}function Xi(t){return t===yn||t>=Dn&&t<=si||t===mr||t===Dr||t===ao}function Kr(t){return So(t)||hs(t)}function So(t){return t===Xs||t===Cn||t===It}function Gr(t){return t===Xs}function hs(t){return t===Yt||t===Kt||t===Fn||t===ui||t===oi}function ti(t){return t===Yt}function nt(t,e){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const i=t.lastIndexOf(e);return-1!==i?t.substring(0,i)+(n?"":t.substring(i+1)):t}function $e(t,e){let n=t.length;if(!Oi(t.charCodeAt(n-1)))return t+e;for(;Oi(t.charCodeAt(n-1));)n--;return t.substring(0,n)+e+t.substring(n)}function Xe(t,e,n){return t.substring(0,e)+t.substring(e+n)}const tn={"\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t"},rn={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:"\n",r:"\r",t:"\t"};function ni(t){let e=0,n="";s()||function Nt(){throw new bi("Unexpected end of json string",t.length)}();const r=g(Ti);for(r&&a(),Ur(t[e])&&function Jt(t){return/[,\n][ \t\r]*$/.test(t)}(n)?(r||(n=$e(n,",")),function I(){let vt=!0,Xt=!0;for(;Xt;)vt?vt=!1:g(Ti)||(n=$e(n,",")),Xt=s();Xt||(n=nt(n,",")),n="[\n".concat(n,"\n]")}()):r&&(n=nt(n,","));t.charCodeAt(e)===Rn||t.charCodeAt(e)===Di;)e++,a();if(e>=t.length)return n;function s(){a();const vt=function S(){if(t.charCodeAt(e)===Vt){n+="{",e++,a();let vt=!0;for(;e=t.length;jt||(Ur(t[e])||at?n=$e(n,":"):At()),s()||(jt||at?n+="null":At())}return t.charCodeAt(e)===Rn?(n+="}",e++):n=$e(n,"}"),!0}return!1}()||function w(){if(t.charCodeAt(e)===Vn){n+="[",e++,a();let vt=!0;for(;evt){const Xt=t.slice(vt,e),Zt=/^0\d/.test(Xt);return n+=Zt?'"'.concat(Xt,'"'):Xt,!0}return!1}()||function pe(){return me("true","true")||me("false","false")||me("null","null")||me("True","true")||me("False","false")||me("None","null")}()||Pe();return a(),vt}function a(){const vt=e;let Xt=d();do{Xt=f(),Xt&&(Xt=d())}while(Xt);return e>vt}function d(){let Xt,vt="";for(;(Xt=Oi(t.charCodeAt(e)))||Xi(t.charCodeAt(e));)vt+=Xt?t[e]:" ",e++;return vt.length>0&&(n+=vt,!0)}function f(){if(t.charCodeAt(e)===it&&t.charCodeAt(e+1)===wt){for(;e0&&void 0!==arguments[0]&&arguments[0],Xt=t.charCodeAt(e)===or;if(Xt&&(e++,Xt=!0),Kr(t.charCodeAt(e))){const Zt=Gr(t.charCodeAt(e))?Gr:ti(t.charCodeAt(e))?ti:hs(t.charCodeAt(e))?hs:So,jt=e,at=n.length;let ht='"';for(e++;;){if(e>=t.length){const Et=Ie(e-1);return!vt&&Eo(t.charAt(Et))?(e=jt,n=n.substring(0,at),F(!0)):(ht=$e(ht,'"'),n+=ht,!0)}if(Zt(t.charCodeAt(e))){const Et=e,hn=ht.length;if(ht+='"',e++,n+=ht,a(),vt||e>=t.length||Eo(t.charAt(e))||Kr(t.charCodeAt(e))||wi(t.charCodeAt(e)))return G(),!0;if(Eo(t.charAt(Ie(Et-1))))return e=jt,n=n.substring(0,at),F(!0);n=n.substring(0,at),e=Et+1,ht=ht.substring(0,hn)+"\\"+ht.substring(hn)}else{if(vt&&Eo(t[e]))return ht=$e(ht,'"'),n+=ht,G(),!0;if(t.charCodeAt(e)===or){const Et=t.charAt(e+1);if(void 0!==rn[Et])ht+=t.slice(e,e+2),e+=2;else if("u"===Et){let Yn=2;for(;Yn<6&&Jn(t.charCodeAt(e+Yn));)Yn++;6===Yn?(ht+=t.slice(e,e+6),e+=6):e+Yn>=t.length?e=t.length:Lt()}else ht+=Et,e+=2}else{const Et=t.charAt(e),hn=t.charCodeAt(e);hn===Xs&&t.charCodeAt(e-1)!==or?(ht+="\\"+Et,e++):gi(hn)?(ht+=tn[Et],e++):(Mr(hn)||Pt(Et),ht+=Et,e++)}}Xt&&function b(vt){t.charCodeAt(e)===vt&&e++}(or)}}return!1}function G(){let vt=!1;for(a();t.charCodeAt(e)===Ts;){vt=!0,e++,a(),n=nt(n,'"',!0);const Xt=n.length;n=F()?Xe(n,Xt,1):$e(n,'"')}return vt}function me(vt,Xt){return t.slice(e,e+vt.length)===vt&&(n+=Xt,e+=vt.length,!0)}function Pe(){const vt=e;for(;evt){if(t.charCodeAt(e)===qi)return e++,s(),t.charCodeAt(e)===Bi&&(e++,t.charCodeAt(e)===an&&e++),!0;{for(;Oi(t.charCodeAt(e-1))&&e>0;)e--;const Xt=t.slice(vt,e);return n+="undefined"===Xt?"null":JSON.stringify(Xt),t.charCodeAt(e)===Xs&&e++,!0}}}function Ie(vt){let Xt=vt;for(;Xt>0&&Oi(t.charCodeAt(Xt));)Xt--;return Xt}function rt(){return e>=t.length||Eo(t[e])||Oi(t.charCodeAt(e))}function mt(vt){n+=t.slice(vt,e)+"0"}function Pt(vt){throw new bi("Invalid character "+JSON.stringify(vt),e)}function on(){throw new bi("Object key expected",e)}function At(){throw new bi("Colon expected",e)}function Lt(){const vt=t.slice(e,e+6);throw new bi('Invalid unicode character "'.concat(vt,'"'),e)}!function qt(){throw new bi("Unexpected character "+JSON.stringify(t[e]),e)}()}function yi(t,e){return"*"===t[e]&&"/"===t[e+1]}const Ui="object"==typeof global&&global&&global.Object===Object&&global;var dr="object"==typeof self&&self&&self.Object===Object&&self;const gr=Ui||dr||Function("return this")(),Yi=gr.Symbol;var Cs=Object.prototype,ns=Cs.hasOwnProperty,Bo=Cs.toString,ea=Yi?Yi.toStringTag:void 0;var ji=Object.prototype.toString;var la=Yi?Yi.toStringTag:void 0;const ps=function Ps(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":la&&la in Object(t)?function Ws(t){var e=ns.call(t,ea),n=t[ea];try{t[ea]=void 0;var i=!0}catch{}var r=Bo.call(t);return i&&(e?t[ea]=n:delete t[ea]),r}(t):function nr(t){return ji.call(t)}(t)},Oo=function Za(t){return null!=t&&"object"==typeof t},Ar=function gl(t){return"symbol"==typeof t||Oo(t)&&"[object Symbol]"==ps(t)},ws=function fr(t){return"number"==typeof t?t:Ar(t)?NaN:+t},qr=function ma(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}},Xl=Cd(G1);var El=/\{\n\/\* \[wrapped with (.+)\] \*/,Ed=/,? & /;var Fl=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;const B2=function Bu(t){return function(){return t}};var ld=function(){try{var t=Pa(Object,"defineProperty");return t({},"",{}),t}catch{}}();const dd=ld;var yo=dd?function(t,e){return dd(t,"toString",{configurable:!0,enumerable:!1,value:B2(e),writable:!0})}:Go;const xd=Cd(yo),z=function Ee(t,e){for(var n=-1,i=null==t?0:t.length;++n-1};var h2=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];const W=function E1(t,e,n){var i=e+"";return xd(t,function e1(t,e){var n=e.length;if(!n)return t;var i=n-1;return e[i]=(n>1?"& ":"")+e[i],e=e.join(n>2?", ":" "),t.replace(Fl,"{\n/* [wrapped with "+e+"] */\n")}(i,function Va(t,e){return z(h2,function(n){var i="_."+n[0];e&n[1]&&!cr(t,i)&&t.push(i)}),t.sort()}(function Sd(t){var e=t.match(El);return e?e[1].split(Ed):[]}(i),n)))},_n=function fn(t,e,n,i,r,s,a,d,f,g){var b=8&e;e|=b?32:64,4&(e&=~(b?64:32))||(e&=-4);var F=[t,e,r,b?s:void 0,b?a:void 0,b?void 0:s,b?void 0:a,d,f,g],G=n.apply(void 0,F);return cd(t)&&Xl(G,F),G.placeholder=i,W(G,t,e)},sr=function ci(t){return t.placeholder};var Po=/^(?:0|[1-9]\d*)$/;const tc=function _a(t,e){var n=typeof t;return!!(e=e??9007199254740991)&&("number"==n||"symbol"!=n&&Po.test(t))&&t>-1&&t%1==0&&t1&&pe.reverse(),b&&f-1&&t%1==0&&t<=9007199254740991},li=function pn(t){return null!=t&>(t.length)&&!fo(t)},ar=function er(t,e,n){if(!zs(n))return!1;var i=typeof e;return!!("number"==i?li(n)&&tc(e,n.length):"string"==i&&e in n)&&r1(n[e],t)},Qo=function Br(t){return x(function(e,n){var i=-1,r=n.length,s=r>1?n[r-1]:void 0,a=r>2?n[2]:void 0;for(s=t.length>3&&"function"==typeof s?(r--,s):void 0,a&&ar(n[0],n[1],a)&&(s=r<3?void 0:s,r=1),e=Object(e);++i-1},Af.prototype.set=function Y8(t,e){var n=this.__data__,i=Mf(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};const F0=Af,Df=Pa(gr,"Map"),Wu=function ep(t,e){var n=t.__data__;return function fh(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}(e)?n["string"==typeof e?"string":"hash"]:n.map};function au(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e0&&n(d)?e>1?X8(d,e-1,n,i,r):lu(r,d):i||(r[r.length]=d)}return r},U0=function O6(t){return null!=t&&t.length?s1(t,1):[]},Q1=function I6(t){return xd(Ge(t,void 0,U0),t+"")},e5=Q1(B0),j0=K9(Object.getPrototypeOf,Object);var $0=Function.prototype.toString,ph=Object.prototype.hasOwnProperty,rp=$0.call(Object);const du=function k6(t){if(!Oo(t)||"[object Object]"!=ps(t))return!1;var e=j0(t);if(null===e)return!0;var n=ph.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&$0.call(n)==rp},mh=function n5(t){if(!Oo(t))return!1;var e=ps(t);return"[object Error]"==e||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!du(t)};var r5=x(function(t,e){try{return Ic(t,void 0,e)}catch(n){return mh(n)?n:new Error(n)}});const op=r5,sp=function Qu(t,e){var n;if("function"!=typeof e)throw new TypeError("Expected a function");return t=Qr(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=void 0),n}};var ap=x(function(t,e,n){var i=1;if(n.length){var r=Vs(n,sr(ap));i|=32}return Y1(t,i,e,n,r)});ap.placeholder={};const cp=ap;var a5=Q1(function(t,e){return z(e,function(n){n=K1(n),$2(t,n,cp(t[n],t))}),t});const lp=a5;var Vf=x(function(t,e,n){var i=3;if(n.length){var r=Vs(n,sr(Vf));i|=32}return Y1(e,i,t,n,r)});Vf.placeholder={};const Ff=Vf,Hl=function md(t,e,n){var i=-1,r=t.length;e<0&&(e=-e>r?0:r+e),(n=n>r?r:n)<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var s=Array(r);++i=i?t:Hl(t,e,n)};var ly=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");const Hf=function V6(t){return ly.test(t)};var F6="\\ud800-\\udfff",Od="["+F6+"]",gh="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",hp="\\ud83c[\\udffb-\\udfff]",mp="[^"+F6+"]",B6="(?:\\ud83c[\\udde6-\\uddff]){2}",U6="[\\ud800-\\udbff][\\udc00-\\udfff]",j6="(?:"+gh+"|"+hp+")?",gp="[\\ufe0e\\ufe0f]?",uy=gp+j6+"(?:\\u200d(?:"+[mp,B6,U6].join("|")+")"+gp+j6+")*",Y0="(?:"+[mp+gh+"?",gh,B6,U6,Od].join("|")+")",W0=RegExp(hp+"(?="+hp+")|"+Y0+uy,"g");const Z1=function _p(t){return Hf(t)?function $6(t){return t.match(W0)||[]}(t):function h5(t){return t.split("")}(t)},vp=function _5(t){return function(e){e=va(e);var n=Hf(e)?Z1(e):void 0,i=n?n[0]:e.charAt(0),r=n?Dd(n,1).join(""):e.slice(1);return i[t]()+r}},zf=vp("toUpperCase"),_h=function yM(t){return zf(va(t).toLowerCase())},Id=function fy(t,e,n,i){var r=-1,s=null==t?0:t.length;for(i&&s&&(n=t[++r]);++r=e?t:e)),t},Rp=function M5(t,e,n){return void 0===n&&(n=e,e=void 0),void 0!==n&&(n=(n=gs(n))==n?n:0),void 0!==e&&(e=(e=gs(e))==e?e:0),gu(gs(t),e,n)};function qf(t){var e=this.__data__=new F0(t);this.size=e.size}qf.prototype.clear=function A5(){this.__data__=new F0,this.size=0},qf.prototype.delete=function _y(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},qf.prototype.get=function ug(t){return this.__data__.get(t)},qf.prototype.has=function fg(t){return this.__data__.has(t)},qf.prototype.set=function _u(t,e){var n=this.__data__;if(n instanceof F0){var i=n.__data__;if(!Df||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new If(i)}return n.set(t,e),this.size=n.size,this};const Kf=qf,Oh=function O5(t,e){return t&&hd(e,xl(e),t)};var R5="object"==typeof exports&&exports&&!exports.nodeType&&exports,by=R5&&"object"==typeof module&&module&&!module.nodeType&&module,N5=by&&by.exports===R5?gr.Buffer:void 0,Ih=N5?N5.allocUnsafe:void 0;const L=function O(t,e){if(e)return t.slice();var n=t.length,i=Ih?Ih(n):new t.constructor(n);return t.copy(i),i},y=function p(t,e){for(var n=-1,i=null==t?0:t.length,r=0,s=[];++nd))return!1;var g=s.get(t),b=s.get(e);if(g&&b)return g==e&&b==t;var C=-1,S=!0,w=2&n?new n3:void 0;for(s.set(t,e),s.set(e,t);++C=e||mt<0||C&&rt-g>=s}function q(){var rt=i3();if(G(rt))return pe(rt);d=setTimeout(q,function F(rt){var qt=e-(rt-f);return C?VA(qt,s-(rt-g)):qt}(rt))}function pe(rt){return d=void 0,S&&i?w(rt):(i=r=void 0,a)}function Ie(){var rt=i3(),mt=G(rt);if(i=arguments,r=this,f=rt,mt){if(void 0===d)return function I(rt){return g=rt,d=setTimeout(q,e),b?w(rt):a}(f);if(C)return clearTimeout(d),d=setTimeout(q,e),w(f)}return void 0===d&&(d=setTimeout(q,e)),a}return e=gs(e)||0,zs(n)&&(b=!!n.leading,s=(C="maxWait"in n)?T7(gs(n.maxWait)||0,e):s,S="trailing"in n?!!n.trailing:S),Ie.cancel=function me(){void 0!==d&&clearTimeout(d),g=0,i=f=r=d=void 0},Ie.flush=function Pe(){return void 0===d?a:pe(i3())},Ie},MC=function LP(t,e){return null==t||t!=t?e:t};var AC=Object.prototype,DC=AC.hasOwnProperty,FA=x(function(t,e){t=Object(t);var n=-1,i=e.length,r=i>2?e[2]:void 0;for(r&&ar(e[0],e[1],r)&&(i=1);++n=200&&(s=jp,a=!1,e=new n3(e));e:for(;++r=0&&t.slice(n,r)==e},B7=function KC(t){return function(e){var n=Ro(e);return"[object Map]"==n?E2(e):"[object Set]"==n?function iD(t){var e=-1,n=Array(t.size);return t.forEach(function(i){n[++e]=[i,i]}),n}(e):function tD(t,e){return qr(e,function(n){return[n,t[n]]})}(e,t(e))}},em=B7(xl),tm=B7(o1),U7=bh({"&":"&","<":"<",">":">",'"':""","'":"'"});var Hg=/[&<>"']/g,o3=RegExp(Hg.source);const j7=function sD(t){return(t=va(t))&&o3.test(t)?t.replace(Hg,U7):t};var s3=/[\\^$.*+?()[\]{}|]/g,VP=RegExp(s3.source);const aD=function $7(t){return(t=va(t))&&VP.test(t)?t.replace(s3,"\\$&"):t},G7=function eE(t,e){for(var n=-1,i=null==t?0:t.length;++nr?0:r+n),(i=void 0===i||i>r?r:Qr(i))<0&&(i+=r),i=n>i?0:Y7(i);n-1?r[s?e[a]:a]:void 0}};var rE=Math.max;const Q7=function fD(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=null==n?0:Qr(n);return r<0&&(r=rE(i+r,0)),oe(t,cs(e),r)},Qh=K7(Q7),oE=function pD(t,e,n){var i;return n(t,function(r,s,a){if(e(r,s,a))return i=s,!1}),i},nm=function mD(t,e){return oE(t,cs(e),bu)};var sE=Math.max,aE=Math.min;const Z7=function cE(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=i-1;return void 0!==n&&(r=Qr(n),r=n<0?sE(i+r,0):aE(r,i-1)),oe(t,cs(e),r,!0)},Zh=K7(Z7),lE=function gD(t,e){return oE(t,cs(e),z7)},x2=function _D(t){return t&&t.length?t[0]:void 0},J7=function dE(t,e){var n=-1,i=li(t)?Array(t.length):[];return nf(t,function(r,s,a){i[++n]=e(r,s,a)}),i},a3=function vD(t,e){return(zr(t)?qr:J7)(t,cs(e))},uE=function bD(t,e){return s1(a3(t,e),1)},yD=function zP(t,e){return s1(a3(t,e),1/0)},X7=function BP(t,e,n){return n=void 0===n?1:Qr(n),s1(a3(t,e),n)},fE=function CD(t){return null!=t&&t.length?s1(t,1/0):[]},Jh=function hE(t,e){return null!=t&&t.length?(e=void 0===e?1:Qr(e),s1(t,e)):[]},pE=function SD(t){return Y1(t,512)},TD=Ap("floor"),ev=function DD(t){return Q1(function(e){var n=e.length,i=n,r=Vr.prototype.thru;for(t&&e.reverse();i--;){var s=e[i];if("function"!=typeof s)throw new TypeError("Expected a function");if(r&&!a&&"wrapper"==Ir(s))var a=new Vr([],!0)}for(i=a?i:n;++ie},om=function zD(t){return function(e,n){return"string"==typeof e&&"string"==typeof n||(e=gs(e),n=gs(n)),t(e,n)}},xE=om(ov);var UD=om(function(t,e){return t>=e});const TE=UD;var av=Object.prototype.hasOwnProperty;const cv=function wE(t,e){return null!=t&&av.call(t,e)},ME=function jD(t,e){return null!=t&&hC(t,e,cv)};var lv=Math.max,$D=Math.min;const OE=function DE(t,e,n){return e=Ms(e),void 0===n?(n=e,e=0):n=Ms(n),function AE(t,e,n){return t>=$D(e,n)&&t-1:!!r&&Qt(t,e,n)>-1};var NE=Math.max;const hv=function kE(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=null==n?0:Qr(n);return r<0&&(r=NE(i+r,0)),Qt(t,e,r)},Ds=function YD(t){return null!=t&&t.length?Hl(t,0,-1):[]};var WD=Math.min;const Yg=function qD(t,e,n){for(var i=n?N7:cr,r=t[0].length,s=t.length,a=s,d=Array(s),f=1/0,g=[];a--;){var b=t[a];a&&e&&(b=qr(b,_2(e))),f=WD(b.length,f),d[a]=!n&&(e||r>=120&&b.length>=120)?new n3(a&&b):void 0}b=t[0];var C=-1,S=d[0];e:for(;++C=-wv&&t<=wv},fS=function e4(t){return void 0===t},vO=function qP(t){return Oo(t)&&"[object WeakMap]"==Ro(t)},bO=function Mv(t){return Oo(t)&&"[object WeakSet]"==ps(t)},t4=function QP(t){return cs("function"==typeof t?t:K2(t,1))};var Av=Array.prototype.join;const Dv=function CO(t,e){return null==t?"":Av.call(t,e)};var EO=J0(function(t,e,n){return t+(n?"-":"")+e.toLowerCase()});const pS=EO;var SO=Qp(function(t,e,n){$2(t,n,e)});const e_=SO;var t_=Math.max,Ov=Math.min;const Iv=function ZP(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=i;return void 0!==n&&(r=(r=Qr(n))<0?t_(i+r,0):Ov(r,i-1)),e==e?function mS(t,e,n){for(var i=n+1;i--;)if(t[i]===e)return i;return i}(t,e,r):oe(t,ut,r,!0)};var TO=J0(function(t,e,n){return t+(n?" ":"")+e.toLowerCase()});const Rv=TO,gS=vp("toLowerCase"),fm=function _S(t,e){return t=this.__values__.length;return{done:t,value:t?void 0:this.__values__[this.__index__++]}},OS=function jv(t,e){var n=t.length;if(n)return tc(e+=e<0?n:0,n)?t[e]:void 0},IS=function $O(t,e){return t&&t.length?OS(t,Qr(e)):void 0},RS=function GO(t){return t=Qr(t),x(function(e){return OS(e,t)})},$v=function YO(t,e){return e=cu(e,t),null==(t=vv(t,e))||delete t[K1(xo(e))]},qO=function WO(t){return du(t)?void 0:t};var Gv=Q1(function(t,e){var n={};if(null==t)return n;var i=!1;e=qr(e,function(s){return s=cu(s,t),i||(i=s.length>1),s}),hd(t,pg(t),n),i&&(n=K2(n,7,qO));for(var r=e.length;r--;)$v(n,e[r]);return n});const kS=Gv,i4=function ZO(t,e,n,i){if(!zs(t))return t;for(var r=-1,s=(e=cu(e,t)).length,a=s-1,d=t;null!=d&&++re||s&&a&&f&&!d&&!g||i&&a&&f||!n&&f||!r)return 1;if(!i&&!s&&!g&&t=d?f:f*("desc"==n[i]?-1:1)}return t.index-e.index}(s,a,n)})},BS=function eI(t,e,n,i){return null==t?[]:(zr(e)||(e=null==e?[]:[e]),zr(n=i?void 0:n)||(n=null==n?[]:[n]),qv(t,e,n))},Kv=function tI(t){return Q1(function(e){return e=qr(e,_2(cs)),x(function(n){var i=this;return t(e,function(r){return Ic(r,i,n)})})})},jS=Kv(qr);var $S=Math.min,cV=x(function(t,e){var n=(e=1==e.length&&zr(e[0])?qr(e[0],_2(cs)):qr(s1(e,1),_2(cs))).length;return x(function(i){for(var r=-1,s=$S(i.length,n);++r9007199254740991)return n;do{e%2&&(n+=t),(e=r4(e/2))&&(t+=t)}while(e);return n},rI=Ag("length");var qS="\\ud800-\\udfff",uV="["+qS+"]",QS="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",l_="\\ud83c[\\udffb-\\udfff]",ZS="[^"+qS+"]",JS="(?:\\ud83c[\\udde6-\\uddff]){2}",cI="[\\ud800-\\udbff][\\udc00-\\udfff]",lI="(?:"+QS+"|"+l_+")?",dI="[\\ufe0e\\ufe0f]?",uI=dI+lI+"(?:\\u200d(?:"+[ZS,JS,cI].join("|")+")"+dI+lI+")*",d_="(?:"+[ZS+QS+"?",QS,JS,cI,uV].join("|")+")",XS=RegExp(l_+"(?="+l_+")|"+d_+uI,"g");const h3=function f3(t){return Hf(t)?function fI(t){for(var e=XS.lastIndex=0;XS.test(t);)++e;return e}(t):rI(t)};var Jv=Math.ceil;const u_=function Xv(t,e){var n=(e=void 0===e?" ":Sa(e)).length;if(n<2)return n?c_(e,t):e;var i=c_(e,Jv(t/h3(e)));return Hf(e)?Dd(Z1(i),0,t).join(""):i.slice(0,t)};var eb=Math.ceil,tb=Math.floor;const hI=function f_(t,e,n){t=va(t);var i=(e=Qr(e))?h3(t):0;if(!e||i>=e)return t;var r=(e-i)/2;return u_(tb(r),n)+t+u_(eb(r),n)},pI=function pV(t,e,n){t=va(t);var i=(e=Qr(e))?h3(t):0;return e&&i-1;)d!==t&&cx.call(d,f,1),cx.call(t,f,1);return t},ob=function vV(t,e){return t&&t.length&&e&&e.length?__(t,e):t},ab=x(ob),ux=function dx(t,e,n){return t&&t.length&&e&&e.length?__(t,e,cs(n)):t},fx=function v_(t,e,n){return t&&t.length&&e&&e.length?__(t,e,void 0,n):t};var hx=Array.prototype.splice;const xI=function px(t,e){for(var n=t?e.length:0,i=n-1;n--;){var r=e[n];if(n==i||r!==s){var s=r;tc(r)?hx.call(t,r,1):$v(t,r)}}return t};var TI=Q1(function(t,e){var n=null==t?0:t.length,i=B0(t,e);return xI(t,qr(e,function(r){return tc(r,n)?+r:r}).sort(o_)),i});const wI=TI;var MI=Math.floor,AI=Math.random;const cb=function bV(t,e){return t+MI(AI()*(e-t+1))};var DI=parseFloat,yV=Math.min,CV=Math.random;const OI=function EV(t,e,n){if(n&&"boolean"!=typeof n&&ar(t,e,n)&&(e=n=void 0),void 0===n&&("boolean"==typeof e?(n=e,e=void 0):"boolean"==typeof t&&(n=t,t=void 0)),void 0===t&&void 0===e?(t=0,e=1):(t=Ms(t),void 0===e?(e=t,t=0):e=Ms(e)),t>e){var i=t;t=e,e=i}if(n||t%1||e%1){var r=CV();return yV(t+r*(e-t+DI("1e-"+((r+"").length-1))),e)}return cb(t,e)};var SV=Math.ceil,II=Math.max;const RI=function wV(t){return function(e,n,i){return i&&"number"!=typeof i&&ar(e,n,i)&&(n=i=void 0),e=Ms(e),void 0===n?(n=e,e=0):n=Ms(n),function xV(t,e,n,i){for(var r=-1,s=II(SV((e-t)/(n||1)),0),a=Array(s);s--;)a[i?s:++r]=t,t+=n;return a}(e,n,i=void 0===i?e1&&ar(t,e[0],e[1])?e=[]:n>2&&ar(e[0],e[1],e[2])&&(e=[e[0]]),qv(t,s1(e,1),[])});const LI=Voe;var zoe=Math.floor,Boe=Math.min;const PI=function Uoe(t,e,n,i){var r=0,s=null==t?0:t.length;if(0===s)return 0;for(var a=(e=n(e))!=e,d=null===e,f=Ar(e),g=void 0===e;r>>1,a=t[s];null!==a&&!Ar(a)&&(n?a<=e:a>>0)?(t=va(t))&&("string"==typeof e||null!=e&&!Xg(e))&&!(e=Sa(e))&&Hf(t)?Dd(Z1(t),0,n):t.split(e,n):[]};var rse=Math.max;const QV=function ose(t,e){if("function"!=typeof t)throw new TypeError("Expected a function");return e=null==e?0:rse(Qr(e),0),x(function(n){var i=n[e],r=Dd(n,0,e);return i&&lu(r,i),Ic(t,this,r)})};var sse=J0(function(t,e,n){return t+(n?" ":"")+zf(e)});const ZV=sse,JV=function ase(t,e,n){return t=va(t),n=null==n?0:gu(Qr(n),0,t.length),e=Sa(e),t.slice(n,n+e.length)==e},XV=function cse(){return{}},eF=function lse(){return""},tF=function dse(){return!0};var use=uc(function(t,e){return t-e},0);const nF=use,iF=function fse(t){return t&&t.length?wS(t,Go):0},rF=function hse(t,e){return t&&t.length?wS(t,cs(e)):0},oF=function pse(t){var e=null==t?0:t.length;return e?Hl(t,1,e):[]},sF=function mse(t,e,n){return t&&t.length?(e=n||void 0===e?1:Qr(e),Hl(t,0,e<0?0:e)):[]},aF=function gse(t,e,n){var i=null==t?0:t.length;return i?(e=n||void 0===e?1:Qr(e),Hl(t,(e=i-e)<0?0:e,i)):[]},cF=function _se(t,e){return t&&t.length?Wh(t,cs(e),!1,!0):[]},lF=function vse(t,e){return t&&t.length?Wh(t,cs(e)):[]},dF=function bse(t,e){return e(t),t};var uF=Object.prototype,yse=uF.hasOwnProperty;const fF=function Cse(t,e,n,i){return void 0===t||r1(t,uF[n])&&!yse.call(i,n)?e:t};var Ese={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};const xse=function Sse(t){return"\\"+Ese[t]},hF=/<%=([\s\S]+?)%>/g,vx={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:hF,variable:"",imports:{_:{escape:j7}}};var Ise=/\b__p \+= '';/g,Rse=/\b(__p \+=) '' \+/g,Nse=/(__e\(.*?\)|\b__t\)) \+\n'';/g,kse=/[()=,{}\[\]\/\s]/,Lse=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,bx=/($^)/,Pse=/['\n\r\u2028\u2029\\]/g,pF=Object.prototype.hasOwnProperty;const mF=function Fse(t,e,n){var i=vx.imports._.templateSettings||vx;n&&ar(t,e,n)&&(e=void 0),t=va(t),e=G2({},e,i,fF);var d,f,r=G2({},e.imports,i.imports,fF),s=xl(r),a=Gg(r,s),g=0,b=e.interpolate||bx,C="__p += '",S=RegExp((e.escape||bx).source+"|"+b.source+"|"+(b===hF?Lse:bx).source+"|"+(e.evaluate||bx).source+"|$","g"),w=pF.call(e,"sourceURL")?"//# sourceURL="+(e.sourceURL+"").replace(/\s/g," ")+"\n":"";t.replace(S,function(G,q,pe,me,Pe,Ie){return pe||(pe=me),C+=t.slice(g,Ie).replace(Pse,xse),q&&(d=!0,C+="' +\n__e("+q+") +\n'"),Pe&&(f=!0,C+="';\n"+Pe+";\n__p += '"),pe&&(C+="' +\n((__t = ("+pe+")) == null ? '' : __t) +\n'"),g=Ie+G.length,G}),C+="';\n";var I=pF.call(e,"variable")&&e.variable;if(I){if(kse.test(I))throw new Error("Invalid `variable` option passed into `_.template`")}else C="with (obj) {\n"+C+"\n}\n";C=(f?C.replace(Ise,""):C).replace(Rse,"$1").replace(Nse,"$1;"),C="function("+(I||"obj")+") {\n"+(I?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(d?", __e = _.escape":"")+(f?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+C+"return __p\n}";var F=op(function(){return Function(s,w+"return "+C).apply(void 0,a)});if(F.source=C,mh(F))throw F;return F},gF=function zse(t,e,n){var i=!0,r=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return zs(n)&&(i="leading"in n?!!n.leading:i,r="trailing"in n?!!n.trailing:r),Yh(t,e,{leading:i,maxWait:e,trailing:r})},b_=function Bse(t,e){return e(t)};var VI=4294967295,jse=Math.min;const FI=function $se(t,e){if((t=Qr(t))<1||t>9007199254740991)return[];var n=VI,i=jse(t,VI);e=Fd(e),t-=VI;for(var r=da(i,e);++n-1;);return n},TF=function eae(t,e){for(var n=-1,i=t.length;++n-1;);return n},wF=function tae(t,e,n){if((t=va(t))&&(n||void 0===e))return Ko(t);if(!t||!(e=Sa(e)))return t;var i=Z1(t),r=Z1(e),s=TF(i,r),a=xF(i,r)+1;return Dd(i,s,a).join("")},MF=function nae(t,e,n){if((t=va(t))&&(n||void 0===e))return t.slice(0,Vc(t)+1);if(!t||!(e=Sa(e)))return t;var i=Z1(t),r=xF(i,Z1(e))+1;return Dd(i,0,r).join("")};var iae=/^\s+/;const AF=function rae(t,e,n){if((t=va(t))&&(n||void 0===e))return t.replace(iae,"");if(!t||!(e=Sa(e)))return t;var i=Z1(t),r=TF(i,Z1(e));return Dd(i,r).join("")};var aae=/\w*$/;const DF=function cae(t,e){var n=30,i="...";if(zs(e)){var r="separator"in e?e.separator:r;n="length"in e?Qr(e.length):n,i="omission"in e?Sa(e.omission):i}var s=(t=va(t)).length;if(Hf(t)){var a=Z1(t);s=a.length}if(n>=s)return t;var d=n-h3(i);if(d<1)return i;var f=a?Dd(a,0,d).join(""):t.slice(0,d);if(void 0===r)return f+i;if(a&&(d+=f.length-d),Xg(r)){if(t.slice(d).search(r)){var g,b=f;for(r.global||(r=RegExp(r.source,va(aae.exec(r))+"g")),r.lastIndex=0;g=r.exec(b);)var C=g.index;f=f.slice(0,void 0===C?d:C)}}else if(t.indexOf(Sa(r),d)!=d){var S=f.lastIndexOf(r);S>-1&&(f=f.slice(0,S))}return f+i},OF=function lae(t){return Ef(t,1)},fae=bh({"&":"&","<":"<",">":">",""":'"',"'":"'"});var IF=/&(?:amp|lt|gt|quot|#39);/g,hae=RegExp(IF.source);const RF=function pae(t){return(t=va(t))&&hae.test(t)?t.replace(IF,fae):t};var gae=Pp&&1/tf(new Pp([,-0]))[1]==1/0?function(t){return new Pp(t)}:de;const _ae=gae,o4=function bae(t,e,n){var i=-1,r=cr,s=t.length,a=!0,d=[],f=d;if(n)a=!1,r=N7;else if(s>=200){var g=e?null:_ae(t);if(g)return tf(g);a=!1,r=jp,f=new n3}else f=e?[]:d;e:for(;++i1||this.__actions__.length)&&i instanceof fe&&tc(n)?((i=i.slice(n,+n+(e?1:0))).__actions__.push({func:b_,args:[r],thisArg:void 0}),new Vr(i,this.__chain__).thru(function(s){return e&&!s.length&&s.push(void 0),s})):this.thru(r)});const WF=Hae,qF=function zae(){return X0(this)},KF=function Bae(){var t=this.__wrapped__;if(t instanceof fe){var e=t;return this.__actions__.length&&(e=new fe(this)),(e=e.reverse()).__actions__.push({func:b_,args:[mx],thisArg:void 0}),new Vr(e,this.__chain__)}return this.thru(mx)},BI=function Uae(t,e,n){var i=t.length;if(i<2)return i?o4(t[0]):[];for(var r=-1,s=Array(i);++r1?t[e-1]:void 0;return n="function"==typeof n?(t.pop(),n):void 0,zI(t,n)});const iH=Qae,uo={chunk:Op,compact:Jy,concat:t7,difference:L7,differenceBy:P7,differenceWith:VC,drop:zC,dropRight:Vg,dropRightWhile:F7,dropWhile:H7,fill:dD,findIndex:Q7,findLastIndex:Z7,first:x2,flatten:U0,flattenDeep:fE,flattenDepth:Jh,fromPairs:bE,head:x2,indexOf:hv,initial:Ds,intersection:LE,intersectionBy:PE,intersectionWith:pv,join:Dv,last:xo,lastIndexOf:Iv,nth:IS,pull:ab,pullAll:ob,pullAllBy:ux,pullAllWith:fx,pullAt:wI,remove:Hi,reverse:mx,slice:VV,sortedIndex:zV,sortedIndexBy:BV,sortedIndexOf:UV,sortedLastIndex:jV,sortedLastIndexBy:$V,sortedLastIndexOf:GV,sortedUniq:WV,sortedUniqBy:qV,tail:oF,take:sF,takeRight:aF,takeRightWhile:cF,takeWhile:lF,union:NF,unionBy:kF,unionWith:LF,uniq:PF,uniqBy:VF,uniqWith:FF,unzip:yx,unzipWith:zI,without:GF,xor:QF,xorBy:ZF,xorWith:JF,zip:XF,zipObject:tH,zipObjectDeep:nH,zipWith:iH},vc={countBy:E7,each:Jp,eachRight:Xp,every:tE,filter:q7,find:Qh,findLast:Zh,flatMap:uE,flatMapDeep:yD,flatMapDepth:X7,forEach:Jp,forEachRight:Xp,groupBy:c3,includes:fv,invokeMap:WE,keyBy:e_,map:a3,orderBy:BS,partition:g_,reduce:Y,reduceRight:Rt,reject:kn,sample:IV,sampleSize:RV,shuffle:LV,size:PV,some:HV,sortBy:LI},Zae={now:i3},wl={after:ka,ary:Ef,before:sp,bind:cp,bindKey:Ff,curry:x7,curryRight:wC,debounce:Yh,defer:R7,delay:LC,flip:pE,memoize:Rf,negate:gm,once:HS,overArgs:s_,partial:ib,partialRight:m_,rearg:v,rest:X1,spread:QV,throttle:gF,unary:OF,wrap:YF},jo={castArray:mu,clone:Ky,cloneDeep:Up,cloneDeepWith:X5,cloneWith:Zy,conformsTo:v7,eq:r1,gt:xE,gte:TE,isArguments:Xc,isArray:zr,isArrayBuffer:cm,isArrayLike:li,isArrayLikeObject:Bc,isBoolean:qE,isBuffer:Md,isDate:dm,isElement:ZE,isEmpty:Fs,isEqual:Es,isEqualWith:eS,isError:mh,isFinite:bv,isFunction:fo,isInteger:Qg,isLength:gt,isMap:Y5,isMatch:Cv,isMatchWith:iS,isNaN:Zg,isNative:oS,isNil:Jg,isNull:xv,isNumber:um,isObject:zs,isObjectLike:Oo,isPlainObject:du,isRegExp:Xg,isSafeInteger:F1,isSet:Hp,isString:d3,isSymbol:Ar,isTypedArray:b2,isUndefined:fS,isWeakMap:vO,isWeakSet:bO,lt:vS,lte:bS,toArray:Bv,toFinite:Ms,toInteger:Qr,toLength:Y7,toNumber:gs,toPlainObject:Jf,toSafeInteger:CF,toString:va},Q2={add:Ra,ceil:Dp,divide:V7,floor:TD,max:Lv,maxBy:TS,mean:NO,meanBy:kO,min:pm,minBy:mm,multiply:DS,round:DV,subtract:nF,sum:iF,sumBy:rF},UI={clamp:Rp,inRange:OE,random:OI},Ss={assign:N8,assignIn:ch,assignInWith:G2,assignWith:d6,at:e5,create:S7,defaults:Tl,defaultsDeep:RC,entries:em,entriesIn:tm,extend:ch,extendWith:G2,findKey:nm,findLastKey:lE,forIn:jg,forInRight:iv,forOwn:_E,forOwnRight:vE,functions:CE,functionsIn:EE,get:kf,has:ME,hasIn:Mg,invert:BE,invertBy:_v,invoke:XD,keys:xl,keysIn:o1,mapKeys:yS,mapValues:n_,merge:LO,mergeWith:Zp,omit:kS,omitBy:VS,pick:CI,pickBy:r_,result:p3,set:NV,setWith:kV,toPairs:em,toPairsIn:tm,transform:SF,unset:HF,update:BF,updateWith:UF,values:u3,valuesIn:$F},e0={at:WF,chain:X0,commit:e7,lodash:st,next:Uv,plant:rx,reverse:KF,tap:dF,thru:b_,toIterator:HI,toJSON:vm,value:vm,valueOf:vm,wrapperChain:qF},oc={camelCase:x5,capitalize:_h,deburr:gd,endsWith:WC,escape:j7,escapeRegExp:aD,kebabCase:pS,lowerCase:Rv,lowerFirst:gS,pad:hI,padEnd:pI,padStart:nx,parseInt:nb,repeat:mo,replace:es,snakeCase:FV,split:KV,startCase:ZV,startsWith:JV,template:mF,templateSettings:vx,toLower:vF,toUpper:EF,trim:wF,trimEnd:MF,trimStart:AF,truncate:DF,unescape:RF,upperCase:jF,upperFirst:zf,words:Mp},lc={attempt:op,bindAll:lp,cond:Wp,conforms:qp,constant:B2,defaultTo:MC,flow:tv,flowRight:nv,identity:Go,iteratee:t4,matches:Nv,matchesProperty:kv,method:Pv,methodOf:Fv,mixin:Hv,noop:de,nthArg:RS,over:jS,overEvery:Qv,overSome:Zv,property:Dg,propertyOf:ox,range:lb,rangeRight:c,stubArray:K,stubFalse:wd,stubObject:XV,stubString:eF,stubTrue:tF,times:FI,toPath:bF,uniqueId:s4};var nce=Math.max,ice=Math.min;var cce=Math.min;var rH=4294967295,mce=Array.prototype,oH=Object.prototype.hasOwnProperty,sH=Yi?Yi.iterator:void 0,_ce=Math.max,aH=Math.min,jI=function(t){return function(e,n,i){if(null==i){var r=zs(n),s=r&&xl(n),a=s&&s.length&&$g(n,s);(a?a.length:r)||(i=n,n=e,e=this)}return t(e,n,i)}}(Hv);st.after=wl.after,st.ary=wl.ary,st.assign=Ss.assign,st.assignIn=Ss.assignIn,st.assignInWith=Ss.assignInWith,st.assignWith=Ss.assignWith,st.at=Ss.at,st.before=wl.before,st.bind=wl.bind,st.bindAll=lc.bindAll,st.bindKey=wl.bindKey,st.castArray=jo.castArray,st.chain=e0.chain,st.chunk=uo.chunk,st.compact=uo.compact,st.concat=uo.concat,st.cond=lc.cond,st.conforms=lc.conforms,st.constant=lc.constant,st.countBy=vc.countBy,st.create=Ss.create,st.curry=wl.curry,st.curryRight=wl.curryRight,st.debounce=wl.debounce,st.defaults=Ss.defaults,st.defaultsDeep=Ss.defaultsDeep,st.defer=wl.defer,st.delay=wl.delay,st.difference=uo.difference,st.differenceBy=uo.differenceBy,st.differenceWith=uo.differenceWith,st.drop=uo.drop,st.dropRight=uo.dropRight,st.dropRightWhile=uo.dropRightWhile,st.dropWhile=uo.dropWhile,st.fill=uo.fill,st.filter=vc.filter,st.flatMap=vc.flatMap,st.flatMapDeep=vc.flatMapDeep,st.flatMapDepth=vc.flatMapDepth,st.flatten=uo.flatten,st.flattenDeep=uo.flattenDeep,st.flattenDepth=uo.flattenDepth,st.flip=wl.flip,st.flow=lc.flow,st.flowRight=lc.flowRight,st.fromPairs=uo.fromPairs,st.functions=Ss.functions,st.functionsIn=Ss.functionsIn,st.groupBy=vc.groupBy,st.initial=uo.initial,st.intersection=uo.intersection,st.intersectionBy=uo.intersectionBy,st.intersectionWith=uo.intersectionWith,st.invert=Ss.invert,st.invertBy=Ss.invertBy,st.invokeMap=vc.invokeMap,st.iteratee=lc.iteratee,st.keyBy=vc.keyBy,st.keys=xl,st.keysIn=Ss.keysIn,st.map=vc.map,st.mapKeys=Ss.mapKeys,st.mapValues=Ss.mapValues,st.matches=lc.matches,st.matchesProperty=lc.matchesProperty,st.memoize=wl.memoize,st.merge=Ss.merge,st.mergeWith=Ss.mergeWith,st.method=lc.method,st.methodOf=lc.methodOf,st.mixin=jI,st.negate=gm,st.nthArg=lc.nthArg,st.omit=Ss.omit,st.omitBy=Ss.omitBy,st.once=wl.once,st.orderBy=vc.orderBy,st.over=lc.over,st.overArgs=wl.overArgs,st.overEvery=lc.overEvery,st.overSome=lc.overSome,st.partial=wl.partial,st.partialRight=wl.partialRight,st.partition=vc.partition,st.pick=Ss.pick,st.pickBy=Ss.pickBy,st.property=lc.property,st.propertyOf=lc.propertyOf,st.pull=uo.pull,st.pullAll=uo.pullAll,st.pullAllBy=uo.pullAllBy,st.pullAllWith=uo.pullAllWith,st.pullAt=uo.pullAt,st.range=lc.range,st.rangeRight=lc.rangeRight,st.rearg=wl.rearg,st.reject=vc.reject,st.remove=uo.remove,st.rest=wl.rest,st.reverse=uo.reverse,st.sampleSize=vc.sampleSize,st.set=Ss.set,st.setWith=Ss.setWith,st.shuffle=vc.shuffle,st.slice=uo.slice,st.sortBy=vc.sortBy,st.sortedUniq=uo.sortedUniq,st.sortedUniqBy=uo.sortedUniqBy,st.split=oc.split,st.spread=wl.spread,st.tail=uo.tail,st.take=uo.take,st.takeRight=uo.takeRight,st.takeRightWhile=uo.takeRightWhile,st.takeWhile=uo.takeWhile,st.tap=e0.tap,st.throttle=wl.throttle,st.thru=b_,st.toArray=jo.toArray,st.toPairs=Ss.toPairs,st.toPairsIn=Ss.toPairsIn,st.toPath=lc.toPath,st.toPlainObject=jo.toPlainObject,st.transform=Ss.transform,st.unary=wl.unary,st.union=uo.union,st.unionBy=uo.unionBy,st.unionWith=uo.unionWith,st.uniq=uo.uniq,st.uniqBy=uo.uniqBy,st.uniqWith=uo.uniqWith,st.unset=Ss.unset,st.unzip=uo.unzip,st.unzipWith=uo.unzipWith,st.update=Ss.update,st.updateWith=Ss.updateWith,st.values=Ss.values,st.valuesIn=Ss.valuesIn,st.without=uo.without,st.words=oc.words,st.wrap=wl.wrap,st.xor=uo.xor,st.xorBy=uo.xorBy,st.xorWith=uo.xorWith,st.zip=uo.zip,st.zipObject=uo.zipObject,st.zipObjectDeep=uo.zipObjectDeep,st.zipWith=uo.zipWith,st.entries=Ss.toPairs,st.entriesIn=Ss.toPairsIn,st.extend=Ss.assignIn,st.extendWith=Ss.assignInWith,jI(st,st),st.add=Q2.add,st.attempt=lc.attempt,st.camelCase=oc.camelCase,st.capitalize=oc.capitalize,st.ceil=Q2.ceil,st.clamp=UI.clamp,st.clone=jo.clone,st.cloneDeep=jo.cloneDeep,st.cloneDeepWith=jo.cloneDeepWith,st.cloneWith=jo.cloneWith,st.conformsTo=jo.conformsTo,st.deburr=oc.deburr,st.defaultTo=lc.defaultTo,st.divide=Q2.divide,st.endsWith=oc.endsWith,st.eq=jo.eq,st.escape=oc.escape,st.escapeRegExp=oc.escapeRegExp,st.every=vc.every,st.find=vc.find,st.findIndex=uo.findIndex,st.findKey=Ss.findKey,st.findLast=vc.findLast,st.findLastIndex=uo.findLastIndex,st.findLastKey=Ss.findLastKey,st.floor=Q2.floor,st.forEach=vc.forEach,st.forEachRight=vc.forEachRight,st.forIn=Ss.forIn,st.forInRight=Ss.forInRight,st.forOwn=Ss.forOwn,st.forOwnRight=Ss.forOwnRight,st.get=Ss.get,st.gt=jo.gt,st.gte=jo.gte,st.has=Ss.has,st.hasIn=Ss.hasIn,st.head=uo.head,st.identity=Go,st.includes=vc.includes,st.indexOf=uo.indexOf,st.inRange=UI.inRange,st.invoke=Ss.invoke,st.isArguments=jo.isArguments,st.isArray=zr,st.isArrayBuffer=jo.isArrayBuffer,st.isArrayLike=jo.isArrayLike,st.isArrayLikeObject=jo.isArrayLikeObject,st.isBoolean=jo.isBoolean,st.isBuffer=jo.isBuffer,st.isDate=jo.isDate,st.isElement=jo.isElement,st.isEmpty=jo.isEmpty,st.isEqual=jo.isEqual,st.isEqualWith=jo.isEqualWith,st.isError=jo.isError,st.isFinite=jo.isFinite,st.isFunction=jo.isFunction,st.isInteger=jo.isInteger,st.isLength=jo.isLength,st.isMap=jo.isMap,st.isMatch=jo.isMatch,st.isMatchWith=jo.isMatchWith,st.isNaN=jo.isNaN,st.isNative=jo.isNative,st.isNil=jo.isNil,st.isNull=jo.isNull,st.isNumber=jo.isNumber,st.isObject=zs,st.isObjectLike=jo.isObjectLike,st.isPlainObject=jo.isPlainObject,st.isRegExp=jo.isRegExp,st.isSafeInteger=jo.isSafeInteger,st.isSet=jo.isSet,st.isString=jo.isString,st.isSymbol=jo.isSymbol,st.isTypedArray=jo.isTypedArray,st.isUndefined=jo.isUndefined,st.isWeakMap=jo.isWeakMap,st.isWeakSet=jo.isWeakSet,st.join=uo.join,st.kebabCase=oc.kebabCase,st.last=xo,st.lastIndexOf=uo.lastIndexOf,st.lowerCase=oc.lowerCase,st.lowerFirst=oc.lowerFirst,st.lt=jo.lt,st.lte=jo.lte,st.max=Q2.max,st.maxBy=Q2.maxBy,st.mean=Q2.mean,st.meanBy=Q2.meanBy,st.min=Q2.min,st.minBy=Q2.minBy,st.stubArray=lc.stubArray,st.stubFalse=lc.stubFalse,st.stubObject=lc.stubObject,st.stubString=lc.stubString,st.stubTrue=lc.stubTrue,st.multiply=Q2.multiply,st.nth=uo.nth,st.noop=lc.noop,st.now=Zae.now,st.pad=oc.pad,st.padEnd=oc.padEnd,st.padStart=oc.padStart,st.parseInt=oc.parseInt,st.random=UI.random,st.reduce=vc.reduce,st.reduceRight=vc.reduceRight,st.repeat=oc.repeat,st.replace=oc.replace,st.result=Ss.result,st.round=Q2.round,st.sample=vc.sample,st.size=vc.size,st.snakeCase=oc.snakeCase,st.some=vc.some,st.sortedIndex=uo.sortedIndex,st.sortedIndexBy=uo.sortedIndexBy,st.sortedIndexOf=uo.sortedIndexOf,st.sortedLastIndex=uo.sortedLastIndex,st.sortedLastIndexBy=uo.sortedLastIndexBy,st.sortedLastIndexOf=uo.sortedLastIndexOf,st.startCase=oc.startCase,st.startsWith=oc.startsWith,st.subtract=Q2.subtract,st.sum=Q2.sum,st.sumBy=Q2.sumBy,st.template=oc.template,st.times=lc.times,st.toFinite=jo.toFinite,st.toInteger=Qr,st.toLength=jo.toLength,st.toLower=oc.toLower,st.toNumber=jo.toNumber,st.toSafeInteger=jo.toSafeInteger,st.toString=jo.toString,st.toUpper=oc.toUpper,st.trim=oc.trim,st.trimEnd=oc.trimEnd,st.trimStart=oc.trimStart,st.truncate=oc.truncate,st.unescape=oc.unescape,st.uniqueId=lc.uniqueId,st.upperCase=oc.upperCase,st.upperFirst=oc.upperFirst,st.each=vc.forEach,st.eachRight=vc.forEachRight,st.first=uo.head,jI(st,function(){var t={};return bu(st,function(e,n){oH.call(st.prototype,n)||(t[n]=e)}),t}(),{chain:!1}),st.VERSION="4.17.21",(st.templateSettings=oc.templateSettings).imports._=st,z(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){st[t].placeholder=st}),z(["drop","take"],function(t,e){fe.prototype[t]=function(n){n=void 0===n?1:_ce(Qr(n),0);var i=this.__filtered__&&!e?new fe(this):this.clone();return i.__filtered__?i.__takeCount__=aH(n,i.__takeCount__):i.__views__.push({size:aH(n,rH),type:t+(i.__dir__<0?"Right":"")}),i},fe.prototype[t+"Right"]=function(n){return this.reverse()[t](n).reverse()}}),z(["filter","map","takeWhile"],function(t,e){var n=e+1,i=1==n||3==n;fe.prototype[t]=function(r){var s=this.clone();return s.__iteratees__.push({iteratee:cs(r),type:n}),s.__filtered__=s.__filtered__||i,s}}),z(["head","last"],function(t,e){var n="take"+(e?"Right":"");fe.prototype[t]=function(){return this[n](1).value()[0]}}),z(["initial","tail"],function(t,e){var n="drop"+(e?"":"Right");fe.prototype[t]=function(){return this.__filtered__?new fe(this):this[n](1)}}),fe.prototype.compact=function(){return this.filter(Go)},fe.prototype.find=function(t){return this.filter(t).head()},fe.prototype.findLast=function(t){return this.reverse().find(t)},fe.prototype.invokeMap=x(function(t,e){return"function"==typeof t?new fe(this):this.map(function(n){return am(n,t,e)})}),fe.prototype.reject=function(t){return this.filter(gm(cs(t)))},fe.prototype.slice=function(t,e){t=Qr(t);var n=this;return n.__filtered__&&(t>0||e<0)?new fe(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),void 0!==e&&(n=(e=Qr(e))<0?n.dropRight(-e):n.take(e-t)),n)},fe.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},fe.prototype.toArray=function(){return this.take(rH)},bu(fe.prototype,function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),i=/^(?:head|last)$/.test(e),r=st[i?"take"+("last"==e?"Right":""):e],s=i||/^find/.test(e);r&&(st.prototype[e]=function(){var a=this.__wrapped__,d=i?[1]:arguments,f=a instanceof fe,g=d[0],b=f||zr(a),C=function(q){var pe=r.apply(st,lu([q],d));return i&&S?pe[0]:pe};b&&n&&"function"==typeof g&&1!=g.length&&(f=b=!1);var S=this.__chain__,I=s&&!S,F=f&&!this.__actions__.length;if(!s&&b){a=F?a:new fe(this);var G=t.apply(a,d);return G.__actions__.push({func:b_,args:[C],thisArg:void 0}),new Vr(G,S)}return I&&F?t.apply(this,d):(G=this.thru(C),I?i?G.value()[0]:G.value():G)})}),z(["pop","push","shift","sort","splice","unshift"],function(t){var e=mce[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:pop|shift)$/.test(t);st.prototype[t]=function(){var r=arguments;if(i&&!this.__chain__){var s=this.value();return e.apply(zr(s)?s:[],r)}return this[n](function(a){return e.apply(zr(a)?a:[],r)})}}),bu(fe.prototype,function(t,e){var n=st[e];if(n){var i=n.name+"";oH.call(On,i)||(On[i]=[]),On[i].push({name:e,func:n})}}),On[bf(void 0,2).name]=[{name:"wrapper",func:void 0}],fe.prototype.clone=function Jae(){var t=new fe(this.__wrapped__);return t.__actions__=na(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=na(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=na(this.__views__),t},fe.prototype.reverse=function ece(){if(this.__filtered__){var t=new fe(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},fe.prototype.value=function lce(){var t=this.__wrapped__.value(),e=this.__dir__,n=zr(t),i=e<0,r=n?t.length:0,s=function rce(t,e,n){for(var i=-1,r=n.length;++ithis.length)throw new RangeError(`Invalid position ${e} in document of length ${this.length}`);return this.lineInner(e,!1,1,0)}line(e){if(e<1||e>this.lines)throw new RangeError(`Invalid line number ${e} in ${this.lines}-line document`);return this.lineInner(e,!0,1,0)}replace(e,n,i){[e,n]=S_(this,e,n);let r=[];return this.decompose(0,e,r,2),i.length&&i.decompose(0,i.length,r,3),this.decompose(n,this.length,r,1),t0.from(r,this.length-(n-e)+i.length)}append(e){return this.replace(this.length,this.length,e)}slice(e,n=this.length){[e,n]=S_(this,e,n);let i=[];return this.decompose(e,n,i,0),t0.from(i,n-e)}eq(e){if(e==this)return!0;if(e.length!=this.length||e.lines!=this.lines)return!1;let n=this.scanIdentical(e,1),i=this.length-this.scanIdentical(e,-1),r=new Eb(this),s=new Eb(e);for(let a=n,d=n;;){if(r.next(a),s.next(a),a=0,r.lineBreak!=s.lineBreak||r.done!=s.done||r.value!=s.value)return!1;if(d+=r.value.length,r.done||d>=i)return!0}}iter(e=1){return new Eb(this,e)}iterRange(e,n=this.length){return new fq(this,e,n)}iterLines(e,n){let i;if(null==e)i=this.iter();else{null==n&&(n=this.lines+1);let r=this.line(e).from;i=this.iterRange(r,Math.max(r,n==this.lines+1?this.length:n<=1?0:this.line(n-1).to))}return new hq(i)}toString(){return this.sliceString(0)}toJSON(){let e=[];return this.flatten(e),e}constructor(){}static of(e){if(0==e.length)throw new RangeError("A document must have at least one line");return 1!=e.length||e[0]?e.length<=32?new Bl(e):t0.from(Bl.split(e,[])):sc.empty}}class Bl extends sc{constructor(e,n=function yAe(t){let e=-1;for(let n of t)e+=n.length+1;return e}(e)){super(),this.text=e,this.length=n}get lines(){return this.text.length}get children(){return null}lineInner(e,n,i,r){for(let s=0;;s++){let a=this.text[s],d=r+a.length;if((n?i:d)>=e)return new CAe(r,d,i,a);r=d+1,i++}}decompose(e,n,i,r){let s=e<=0&&n>=this.length?this:new Bl(uq(this.text,e,n),Math.min(n,this.length)-Math.max(0,e));if(1&r){let a=i.pop(),d=Gx(s.text,a.text.slice(),0,s.length);if(d.length<=32)i.push(new Bl(d,a.length+s.length));else{let f=d.length>>1;i.push(new Bl(d.slice(0,f)),new Bl(d.slice(f)))}}else i.push(s)}replace(e,n,i){if(!(i instanceof Bl))return super.replace(e,n,i);[e,n]=S_(this,e,n);let r=Gx(this.text,Gx(i.text,uq(this.text,0,e)),n),s=this.length+i.length-(n-e);return r.length<=32?new Bl(r,s):t0.from(Bl.split(r,[]),s)}sliceString(e,n=this.length,i="\n"){[e,n]=S_(this,e,n);let r="";for(let s=0,a=0;s<=n&&ae&&a&&(r+=i),es&&(r+=d.slice(Math.max(0,e-s),n-s)),s=f+1}return r}flatten(e){for(let n of this.text)e.push(n)}scanIdentical(){return 0}static split(e,n){let i=[],r=-1;for(let s of e)i.push(s),r+=s.length+1,32==i.length&&(n.push(new Bl(i,r)),i=[],r=-1);return r>-1&&n.push(new Bl(i,r)),n}}class t0 extends sc{constructor(e,n){super(),this.children=e,this.length=n,this.lines=0;for(let i of e)this.lines+=i.lines}lineInner(e,n,i,r){for(let s=0;;s++){let a=this.children[s],d=r+a.length,f=i+a.lines-1;if((n?f:d)>=e)return a.lineInner(e,n,i,r);r=d+1,i=f+1}}decompose(e,n,i,r){for(let s=0,a=0;a<=n&&s=a){let g=r&((a<=e?1:0)|(f>=n?2:0));a>=e&&f<=n&&!g?i.push(d):d.decompose(e-a,n-a,i,g)}a=f+1}}replace(e,n,i){if([e,n]=S_(this,e,n),i.lines=s&&n<=d){let f=a.replace(e-s,n-s,i),g=this.lines-a.lines+f.lines;if(f.lines>4&&f.lines>g>>6){let b=this.children.slice();return b[r]=f,new t0(b,this.length-(n-e)+i.length)}return super.replace(s,d,f)}s=d+1}return super.replace(e,n,i)}sliceString(e,n=this.length,i="\n"){[e,n]=S_(this,e,n);let r="";for(let s=0,a=0;se&&s&&(r+=i),ea&&(r+=d.sliceString(e-a,n-a,i)),a=f+1}return r}flatten(e){for(let n of this.children)n.flatten(e)}scanIdentical(e,n){if(!(e instanceof t0))return 0;let i=0,[r,s,a,d]=n>0?[0,0,this.children.length,e.children.length]:[this.children.length-1,e.children.length-1,-1,-1];for(;;r+=n,s+=n){if(r==a||s==d)return i;let f=this.children[r],g=e.children[s];if(f!=g)return i+f.scanIdentical(g,n);i+=f.length+1}}static from(e,n=e.reduce((i,r)=>i+r.length+1,-1)){let i=0;for(let w of e)i+=w.lines;if(i<32){let w=[];for(let I of e)I.flatten(w);return new Bl(w,n)}let r=Math.max(32,i>>5),s=r<<1,a=r>>1,d=[],f=0,g=-1,b=[];function C(w){let I;if(w.lines>s&&w instanceof t0)for(let F of w.children)C(F);else w.lines>a&&(f>a||!f)?(S(),d.push(w)):w instanceof Bl&&f&&(I=b[b.length-1])instanceof Bl&&w.lines+I.lines<=32?(f+=w.lines,g+=w.length+1,b[b.length-1]=new Bl(I.text.concat(w.text),I.length+1+w.length)):(f+w.lines>r&&S(),f+=w.lines,g+=w.length+1,b.push(w))}function S(){0!=f&&(d.push(1==b.length?b[0]:t0.from(b,g)),g=-1,f=b.length=0)}for(let w of e)C(w);return S(),1==d.length?d[0]:new t0(d,n)}}function Gx(t,e,n=0,i=1e9){for(let r=0,s=0,a=!0;s=n&&(f>i&&(d=d.slice(0,i-r)),r0?1:(e instanceof Bl?e.text.length:e.children.length)<<1]}nextInner(e,n){for(this.done=this.lineBreak=!1;;){let i=this.nodes.length-1,r=this.nodes[i],s=this.offsets[i],a=s>>1;if(a==(n>0?r instanceof Bl?r.text.length:r.children.length:0)){if(0==i)return this.done=!0,this.value="",this;n>0&&this.offsets[i-1]++,this.nodes.pop(),this.offsets.pop()}else if((1&s)==(n>0?0:1)){if(this.offsets[i]+=n,0==e)return this.lineBreak=!0,this.value="\n",this;e--}else if(r instanceof Bl){let f=r.text[a+(n<0?-1:0)];if(this.offsets[i]+=n,f.length>Math.max(0,e))return this.value=0==e?f:n>0?f.slice(e):f.slice(0,f.length-e),this;e-=f.length}else{let f=r.children[a+(n<0?-1:0)];e>f.length?(e-=f.length,this.offsets[i]+=n):(n<0&&this.offsets[i]--,this.nodes.push(f),this.offsets.push(n>0?1:(f instanceof Bl?f.text.length:f.children.length)<<1))}}}next(e=0){return e<0&&(this.nextInner(-e,-this.dir),e=this.value.length),this.nextInner(e,this.dir)}}class fq{constructor(e,n,i){this.value="",this.done=!1,this.cursor=new Eb(e,n>i?-1:1),this.pos=n>i?e.length:0,this.from=Math.min(n,i),this.to=Math.max(n,i)}nextInner(e,n){if(n<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;e+=Math.max(0,n<0?this.pos-this.to:this.from-this.pos);let i=n<0?this.pos-this.from:this.to-this.pos;e>i&&(e=i),i-=e;let{value:r}=this.cursor.next(e);return this.pos+=(r.length+e)*n,this.value=r.length<=i?r:n<0?r.slice(r.length-i):r.slice(0,i),this.done=!this.value,this}next(e=0){return e<0?e=Math.max(e,this.from-this.pos):e>0&&(e=Math.min(e,this.to-this.pos)),this.nextInner(e,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&""!=this.value}}class hq{constructor(e){this.inner=e,this.afterBreak=!0,this.value="",this.done=!1}next(e=0){let{done:n,lineBreak:i,value:r}=this.inner.next(e);return n&&this.afterBreak?(this.value="",this.afterBreak=!1):n?(this.done=!0,this.value=""):i?this.afterBreak?this.value="":(this.afterBreak=!0,this.next()):(this.value=r,this.afterBreak=!1),this}get lineBreak(){return!1}}typeof Symbol<"u"&&(sc.prototype[Symbol.iterator]=function(){return this.iter()},Eb.prototype[Symbol.iterator]=fq.prototype[Symbol.iterator]=hq.prototype[Symbol.iterator]=function(){return this});class CAe{constructor(e,n,i,r){this.from=e,this.to=n,this.number=i,this.text=r}get length(){return this.to-this.from}}function S_(t,e,n){return[e=Math.max(0,Math.min(t.length,e)),Math.max(e,Math.min(t.length,n))]}let x_="lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map(t=>t?parseInt(t,36):1);for(let t=1;tt)return x_[e-1]<=t;return!1}function pq(t){return t>=127462&&t<=127487}const mq=8205;function e2(t,e,n=!0,i=!0){return(n?gq:SAe)(t,e,i)}function gq(t,e,n){if(e==t.length)return e;e&&_q(t.charCodeAt(e))&&vq(t.charCodeAt(e-1))&&e--;let i=t2(t,e);for(e+=Eu(i);e=0&&pq(t2(t,a));)s++,a-=2;if(s%2==0)break;e+=2}}}return e}function SAe(t,e,n){for(;e>0;){let i=gq(t,e-2,n);if(i=56320&&t<57344}function vq(t){return t>=55296&&t<56320}function t2(t,e){let n=t.charCodeAt(e);if(!vq(n)||e+1==t.length)return n;let i=t.charCodeAt(e+1);return _q(i)?i-56320+(n-55296<<10)+65536:n}function ZR(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode(55296+(t>>10),56320+(1023&t)))}function Eu(t){return t<65536?1:2}const JR=/\r\n?|\n/;var Z2=function(t){return t[t.Simple=0]="Simple",t[t.TrackDel=1]="TrackDel",t[t.TrackBefore=2]="TrackBefore",t[t.TrackAfter=3]="TrackAfter",t}(Z2||(Z2={}));class n0{constructor(e){this.sections=e}get length(){let e=0;for(let n=0;ne)return s+(e-r);s+=d}else{if(i!=Z2.Simple&&g>=e&&(i==Z2.TrackDel&&re||i==Z2.TrackBefore&&re))return null;if(g>e||g==e&&n<0&&!d)return e==r||n<0?s:s+f;s+=f}r=g}if(e>r)throw new RangeError(`Position ${e} is out of range for changeset of length ${r}`);return s}touchesRange(e,n=e){for(let i=0,r=0;i=0&&r<=n&&d>=e)return!(rn)||"cover";r=d}return!1}toString(){let e="";for(let n=0;n=0?":"+r:"")}return e}toJSON(){return this.sections}static fromJSON(e){if(!Array.isArray(e)||e.length%2||e.some(n=>"number"!=typeof n))throw new RangeError("Invalid JSON representation of ChangeDesc");return new n0(e)}static create(e){return new n0(e)}}class w1 extends n0{constructor(e,n){super(e),this.inserted=n}apply(e){if(this.length!=e.length)throw new RangeError("Applying change set to a document with the wrong length");return XR(this,(n,i,r,s,a)=>e=e.replace(r,r+(i-n),a),!1),e}mapDesc(e,n=!1){return eN(this,e,n,!0)}invert(e){let n=this.sections.slice(),i=[];for(let r=0,s=0;r=0){n[r]=d,n[r+1]=a;let f=r>>1;for(;i.length0&&l4(i,n,s.text),s.forward(b),d+=b}let g=e[a++];for(;d>1].toJSON()))}return e}static of(e,n,i){let r=[],s=[],a=0,d=null;function f(b=!1){if(!b&&!r.length)return;aS||C<0||S>n)throw new RangeError(`Invalid change range ${C} to ${S} (in doc of length ${n})`);let I=w?"string"==typeof w?sc.of(w.split(i||JR)):w:sc.empty,F=I.length;if(C==S&&0==F)return;Ca&&w2(r,C-a,-1),w2(r,S-C,F),l4(s,r,I),a=S}}(e),f(!d),d}static empty(e){return new w1(e?[e,-1]:[],[])}static fromJSON(e){if(!Array.isArray(e))throw new RangeError("Invalid JSON representation of ChangeSet");let n=[],i=[];for(let r=0;rd&&"string"!=typeof a))throw new RangeError("Invalid JSON representation of ChangeSet");if(1==s.length)n.push(s[0],0);else{for(;i.length=0&&n<=0&&n==t[r+1]?t[r]+=e:0==e&&0==t[r]?t[r+1]+=n:i?(t[r]+=e,t[r+1]+=n):t.push(e,n)}function l4(t,e,n){if(0==n.length)return;let i=e.length-2>>1;if(i>1])),!(n||a==t.sections.length||t.sections[a+1]<0);)d=t.sections[a++],f=t.sections[a++];e(r,g,s,b,C),r=g,s=b}}}function eN(t,e,n,i=!1){let r=[],s=i?[]:null,a=new Sb(t),d=new Sb(e);for(let f=-1;;)if(-1==a.ins&&-1==d.ins){let g=Math.min(a.len,d.len);w2(r,g,-1),a.forward(g),d.forward(g)}else if(d.ins>=0&&(a.ins<0||f==a.i||0==a.off&&(d.len=0&&f=0)){if(a.done&&d.done)return s?w1.createSet(r,s):n0.create(r);throw new Error("Mismatched change set lengths")}{let g=0,b=a.len;for(;b;)if(-1==d.ins){let C=Math.min(b,d.len);g+=C,b-=C,d.forward(C)}else{if(!(0==d.ins&&d.lenf||a.ins>=0&&a.len>f)&&(d||i.length>g),s.forward2(f),a.forward(f)}}else w2(i,0,a.ins,d),r&&l4(r,i,a.text),a.next()}}class Sb{constructor(e){this.set=e,this.i=0,this.next()}next(){let{sections:e}=this.set;this.i>1;return n>=e.length?sc.empty:e[n]}textBit(e){let{inserted:n}=this.set,i=this.i-2>>1;return i>=n.length&&!e?sc.empty:n[i].slice(this.off,null==e?void 0:this.off+e)}forward(e){e==this.len?this.next():(this.len-=e,this.off+=e)}forward2(e){-1==this.ins?this.forward(e):e==this.ins?this.next():(this.ins-=e,this.off+=e)}}class Cm{constructor(e,n,i){this.from=e,this.to=n,this.flags=i}get anchor(){return 32&this.flags?this.to:this.from}get head(){return 32&this.flags?this.from:this.to}get empty(){return this.from==this.to}get assoc(){return 8&this.flags?-1:16&this.flags?1:0}get bidiLevel(){let e=7&this.flags;return 7==e?null:e}get goalColumn(){let e=this.flags>>6;return 16777215==e?void 0:e}map(e,n=-1){let i,r;return this.empty?i=r=e.mapPos(this.from,n):(i=e.mapPos(this.from,1),r=e.mapPos(this.to,-1)),i==this.from&&r==this.to?this:new Cm(i,r,this.flags)}extend(e,n=e){if(e<=this.anchor&&n>=this.anchor)return Ii.range(e,n);let i=Math.abs(e-this.anchor)>Math.abs(n-this.anchor)?e:n;return Ii.range(this.anchor,i)}eq(e,n=!1){return!(this.anchor!=e.anchor||this.head!=e.head||n&&this.empty&&this.assoc!=e.assoc)}toJSON(){return{anchor:this.anchor,head:this.head}}static fromJSON(e){if(!e||"number"!=typeof e.anchor||"number"!=typeof e.head)throw new RangeError("Invalid JSON representation for SelectionRange");return Ii.range(e.anchor,e.head)}static create(e,n,i){return new Cm(e,n,i)}}class Ii{constructor(e,n){this.ranges=e,this.mainIndex=n}map(e,n=-1){return e.empty?this:Ii.create(this.ranges.map(i=>i.map(e,n)),this.mainIndex)}eq(e,n=!1){if(this.ranges.length!=e.ranges.length||this.mainIndex!=e.mainIndex)return!1;for(let i=0;ie.toJSON()),main:this.mainIndex}}static fromJSON(e){if(!e||!Array.isArray(e.ranges)||"number"!=typeof e.main||e.main>=e.ranges.length)throw new RangeError("Invalid JSON representation for EditorSelection");return new Ii(e.ranges.map(n=>Cm.fromJSON(n)),e.main)}static single(e,n=e){return new Ii([Ii.range(e,n)],0)}static create(e,n=0){if(0==e.length)throw new RangeError("A selection needs at least one range");for(let i=0,r=0;re?8:0)|s)}static normalized(e,n=0){let i=e[n];e.sort((r,s)=>r.from-s.from),n=e.indexOf(i);for(let r=1;rs.head?Ii.range(f,d):Ii.range(d,f))}}return new Ii(e,n)}}function yq(t,e){for(let n of t.ranges)if(n.to>e)throw new RangeError("Selection points outside of document")}let tN=0;class $r{constructor(e,n,i,r,s){this.combine=e,this.compareInput=n,this.compare=i,this.isStatic=r,this.id=tN++,this.default=e([]),this.extensions="function"==typeof s?s(this):s}get reader(){return this}static define(e={}){return new $r(e.combine||(n=>n),e.compareInput||((n,i)=>n===i),e.compare||(e.combine?(n,i)=>n===i:nN),!!e.static,e.enables)}of(e){return new Yx([],this,0,e)}compute(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new Yx(e,this,1,n)}computeN(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new Yx(e,this,2,n)}from(e,n){return n||(n=i=>i),this.compute([e],i=>n(i.field(e)))}}function nN(t,e){return t==e||t.length==e.length&&t.every((n,i)=>n===e[i])}class Yx{constructor(e,n,i,r){this.dependencies=e,this.facet=n,this.type=i,this.value=r,this.id=tN++}dynamicSlot(e){var n;let i=this.value,r=this.facet.compareInput,s=this.id,a=e[s]>>1,d=2==this.type,f=!1,g=!1,b=[];for(let C of this.dependencies)"doc"==C?f=!0:"selection"==C?g=!0:1&(null!==(n=e[C.id])&&void 0!==n?n:1)||b.push(e[C.id]);return{create:C=>(C.values[a]=i(C),1),update(C,S){if(f&&S.docChanged||g&&(S.docChanged||S.selection)||iN(C,b)){let w=i(C);if(d?!Cq(w,C.values[a],r):!r(w,C.values[a]))return C.values[a]=w,1}return 0},reconfigure:(C,S)=>{let w,I=S.config.address[s];if(null!=I){let F=qx(S,I);if(this.dependencies.every(G=>G instanceof $r?S.facet(G)===C.facet(G):!(G instanceof c1)||S.field(G,!1)==C.field(G,!1))||(d?Cq(w=i(C),F,r):r(w=i(C),F)))return C.values[a]=F,0}else w=i(C);return C.values[a]=w,1}}}}function Cq(t,e,n){if(t.length!=e.length)return!1;for(let i=0;it[f.id]),r=n.map(f=>f.type),s=i.filter(f=>!(1&f)),a=t[e.id]>>1;function d(f){let g=[];for(let b=0;bi===r),e);return e.provide&&(n.provides=e.provide(n)),n}create(e){let n=e.facet(Eq).find(i=>i.field==this);return(n?.create||this.createF)(e)}slot(e){let n=e[this.id]>>1;return{create:i=>(i.values[n]=this.create(i),1),update:(i,r)=>{let s=i.values[n],a=this.updateF(s,r);return this.compareF(s,a)?0:(i.values[n]=a,1)},reconfigure:(i,r)=>null!=r.config.address[this.id]?(i.values[n]=r.field(this),0):(i.values[n]=this.create(i),1)}}init(e){return[this,Eq.of({field:this,create:e})]}get extension(){return this}}function xb(t){return e=>new Sq(e,t)}const v3={highest:xb(0),high:xb(1),default:xb(2),low:xb(3),lowest:xb(4)};class Sq{constructor(e,n){this.inner=e,this.prec=n}}class b3{of(e){return new rN(this,e)}reconfigure(e){return b3.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class rN{constructor(e,n){this.compartment=e,this.inner=n}}class Wx{constructor(e,n,i,r,s,a){for(this.base=e,this.compartments=n,this.dynamicSlots=i,this.address=r,this.staticValues=s,this.facets=a,this.statusTemplate=[];this.statusTemplate.length>1]}static resolve(e,n,i){let r=[],s=Object.create(null),a=new Map;for(let S of function TAe(t,e,n){let i=[[],[],[],[],[]],r=new Map;return function s(a,d){let f=r.get(a);if(null!=f){if(f<=d)return;let g=i[f].indexOf(a);g>-1&&i[f].splice(g,1),a instanceof rN&&n.delete(a.compartment)}if(r.set(a,d),Array.isArray(a))for(let g of a)s(g,d);else if(a instanceof rN){if(n.has(a.compartment))throw new RangeError("Duplicate use of compartment in extensions");let g=e.get(a.compartment)||a.inner;n.set(a.compartment,g),s(g,d)}else if(a instanceof Sq)s(a.inner,a.prec);else if(a instanceof c1)i[d].push(a),a.provides&&s(a.provides,d);else if(a instanceof Yx)i[d].push(a),a.facet.extensions&&s(a.facet.extensions,2);else{let g=a.extension;if(!g)throw new Error(`Unrecognized extension value in extension set (${a}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);s(g,d)}}(t,2),i.reduce((a,d)=>a.concat(d))}(e,n,a))S instanceof c1?r.push(S):(s[S.facet.id]||(s[S.facet.id]=[])).push(S);let d=Object.create(null),f=[],g=[];for(let S of r)d[S.id]=g.length<<1,g.push(w=>S.slot(w));let b=i?.config.facets;for(let S in s){let w=s[S],I=w[0].facet,F=b&&b[S]||[];if(w.every(G=>0==G.type))if(d[I.id]=f.length<<1|1,nN(F,w))f.push(i.facet(I));else{let G=I.combine(w.map(q=>q.value));f.push(i&&I.compare(G,i.facet(I))?i.facet(I):G)}else{for(let G of w)0==G.type?(d[G.id]=f.length<<1|1,f.push(G.value)):(d[G.id]=g.length<<1,g.push(q=>G.dynamicSlot(q)));d[I.id]=g.length<<1,g.push(G=>xAe(G,I,w))}}let C=g.map(S=>S(d));return new Wx(e,a,C,d,f,s)}}function Tb(t,e){if(1&e)return 2;let n=e>>1,i=t.status[n];if(4==i)throw new Error("Cyclic dependency between fields and/or facets");if(2&i)return i;t.status[n]=4;let r=t.computeSlot(t,t.config.dynamicSlots[n]);return t.status[n]=2|r}function qx(t,e){return 1&e?t.config.staticValues[e>>1]:t.values[e>>1]}const xq=$r.define(),oN=$r.define({combine:t=>t.some(e=>e),static:!0}),Tq=$r.define({combine:t=>t.length?t[0]:void 0,static:!0}),wq=$r.define(),Mq=$r.define(),Aq=$r.define(),Dq=$r.define({combine:t=>!!t.length&&t[0]});class y3{constructor(e,n){this.type=e,this.value=n}static define(){return new wAe}}class wAe{of(e){return new y3(this,e)}}class MAe{constructor(e){this.map=e}of(e){return new fa(this,e)}}let fa=(()=>{class t{constructor(n,i){this.type=n,this.value=i}map(n){let i=this.type.map(this.value,n);return void 0===i?void 0:i==this.value?this:new t(this.type,i)}is(n){return this.type==n}static define(n={}){return new MAe(n.map||(i=>i))}static mapEffects(n,i){if(!n.length)return n;let r=[];for(let s of n){let a=s.map(i);a&&r.push(a)}return r}}return t.reconfigure=t.define(),t.appendConfig=t.define(),t})(),r0=(()=>{class t{constructor(n,i,r,s,a,d){this.startState=n,this.changes=i,this.selection=r,this.effects=s,this.annotations=a,this.scrollIntoView=d,this._doc=null,this._state=null,r&&yq(r,i.newLength),a.some(f=>f.type==t.time)||(this.annotations=a.concat(t.time.of(Date.now())))}static create(n,i,r,s,a,d){return new t(n,i,r,s,a,d)}get newDoc(){return this._doc||(this._doc=this.changes.apply(this.startState.doc))}get newSelection(){return this.selection||this.startState.selection.map(this.changes)}get state(){return this._state||this.startState.applyTransaction(this),this._state}annotation(n){for(let i of this.annotations)if(i.type==n)return i.value}get docChanged(){return!this.changes.empty}get reconfigured(){return this.startState.config!=this.state.config}isUserEvent(n){let i=this.annotation(t.userEvent);return!(!i||!(i==n||i.length>n.length&&i.slice(0,n.length)==n&&"."==i[n.length]))}}return t.time=y3.define(),t.userEvent=y3.define(),t.addToHistory=y3.define(),t.remote=y3.define(),t})();function AAe(t,e){let n=[];for(let i=0,r=0;;){let s,a;if(i=t[i]))s=t[i++],a=t[i++];else{if(!(r=0;r--){let s=n[r](t);s&&Object.keys(s).length&&(i=Oq(i,sN(e,s,t.changes.newLength),!0))}return i==t?t:r0.create(e,t.changes,t.selection,i.effects,i.annotations,i.scrollIntoView)}(n?function DAe(t){let e=t.startState,n=!0;for(let r of e.facet(wq)){let s=r(t);if(!1===s){n=!1;break}Array.isArray(s)&&(n=!0===n?s:AAe(n,s))}if(!0!==n){let r,s;if(!1===n)s=t.changes.invertedDesc,r=w1.empty(e.doc.length);else{let a=t.changes.filter(n);r=a.changes,s=a.filtered.mapDesc(a.changes).invertedDesc}t=r0.create(e,r,t.selection&&t.selection.map(s),fa.mapEffects(t.effects,s),t.annotations,t.scrollIntoView)}let i=e.facet(Mq);for(let r=i.length-1;r>=0;r--){let s=i[r](t);t=s instanceof r0?s:Array.isArray(s)&&1==s.length&&s[0]instanceof r0?s[0]:Iq(e,T_(s),!1)}return t}(r):r)}const IAe=[];function T_(t){return null==t?IAe:Array.isArray(t)?t:[t]}var el=function(t){return t[t.Word=0]="Word",t[t.Space=1]="Space",t[t.Other=2]="Other",t}(el||(el={}));const RAe=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let aN;try{aN=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch{}let n2=(()=>{class t{constructor(n,i,r,s,a,d){this.config=n,this.doc=i,this.selection=r,this.values=s,this.status=n.statusTemplate.slice(),this.computeSlot=a,d&&(d._state=this);for(let f=0;fs.set(b,g)),i=null),s.set(f.value.compartment,f.value.extension)):f.is(fa.reconfigure)?(i=null,r=f.value):f.is(fa.appendConfig)&&(i=null,r=T_(r).concat(f.value));i?a=n.startState.values.slice():(i=Wx.resolve(r,s,this),a=new t(i,this.doc,this.selection,i.dynamicSlots.map(()=>null),(g,b)=>b.reconfigure(g,this),null).values);let d=n.startState.facet(oN)?n.newSelection:n.newSelection.asSingle();new t(i,n.newDoc,d,a,(f,g)=>g.update(f,n),n)}replaceSelection(n){return"string"==typeof n&&(n=this.toText(n)),this.changeByRange(i=>({changes:{from:i.from,to:i.to,insert:n},range:Ii.cursor(i.from+n.length)}))}changeByRange(n){let i=this.selection,r=n(i.ranges[0]),s=this.changes(r.changes),a=[r.range],d=T_(r.effects);for(let f=1;fd.spec.fromJSON(f,g)))}return t.create({doc:n.doc,selection:Ii.fromJSON(n.selection),extensions:i.extensions?s.concat([i.extensions]):s})}static create(n={}){let i=Wx.resolve(n.extensions||[],new Map),r=n.doc instanceof sc?n.doc:sc.of((n.doc||"").split(i.staticFacet(t.lineSeparator)||JR)),s=n.selection?n.selection instanceof Ii?n.selection:Ii.single(n.selection.anchor,n.selection.head):Ii.single(0);return yq(s,r.length),i.staticFacet(oN)||(s=s.asSingle()),new t(i,r,s,i.dynamicSlots.map(()=>null),(a,d)=>d.create(a),null)}get tabSize(){return this.facet(t.tabSize)}get lineBreak(){return this.facet(t.lineSeparator)||"\n"}get readOnly(){return this.facet(Dq)}phrase(n,...i){for(let r of this.facet(t.phrases))if(Object.prototype.hasOwnProperty.call(r,n)){n=r[n];break}return i.length&&(n=n.replace(/\$(\$|\d*)/g,(r,s)=>{if("$"==s)return"$";let a=+(s||1);return!a||a>i.length?r:i[a-1]})),n}languageDataAt(n,i,r=-1){let s=[];for(let a of this.facet(xq))for(let d of a(this,i,r))Object.prototype.hasOwnProperty.call(d,n)&&s.push(d[n]);return s}charCategorizer(n){return function kAe(t){return e=>{if(!/\S/.test(e))return el.Space;if(function NAe(t){if(aN)return aN.test(t);for(let e=0;e"\x80"&&(n.toUpperCase()!=n.toLowerCase()||RAe.test(n)))return!0}return!1}(e))return el.Word;for(let n=0;n-1)return el.Word;return el.Other}}(this.languageDataAt("wordChars",n).join(""))}wordAt(n){let{text:i,from:r,length:s}=this.doc.lineAt(n),a=this.charCategorizer(n),d=n-r,f=n-r;for(;d>0;){let g=e2(i,d,!1);if(a(i.slice(g,d))!=el.Word)break;d=g}for(;fe.length?e[0]:4}),t.lineSeparator=Tq,t.readOnly=Dq,t.phrases=$r.define({compare(e,n){let i=Object.keys(e),r=Object.keys(n);return i.length==r.length&&i.every(s=>e[s]==n[s])}}),t.languageData=xq,t.changeFilter=wq,t.transactionFilter=Mq,t.transactionExtender=Aq,t})();function Su(t,e,n={}){let i={};for(let r of t)for(let s of Object.keys(r)){let a=r[s],d=i[s];if(void 0===d)i[s]=a;else if(d!==a&&void 0!==a){if(!Object.hasOwnProperty.call(n,s))throw new Error("Config merge conflict for field "+s);i[s]=n[s](d,a)}}for(let r in e)void 0===i[r]&&(i[r]=e[r]);return i}b3.reconfigure=fa.define();class Sm{eq(e){return this==e}range(e,n=e){return wb.create(e,n,this)}}Sm.prototype.startSide=Sm.prototype.endSide=0,Sm.prototype.point=!1,Sm.prototype.mapMode=Z2.TrackDel;class wb{constructor(e,n,i){this.from=e,this.to=n,this.value=i}static create(e,n,i){return new wb(e,n,i)}}function cN(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class lN{constructor(e,n,i,r){this.from=e,this.to=n,this.value=i,this.maxPoint=r}get length(){return this.to[this.to.length-1]}findIndex(e,n,i,r=0){let s=i?this.to:this.from;for(let a=r,d=s.length;;){if(a==d)return a;let f=a+d>>1,g=s[f]-e||(i?this.value[f].endSide:this.value[f].startSide)-n;if(f==a)return g>=0?a:d;g>=0?d=f:a=f+1}}between(e,n,i,r){for(let s=this.findIndex(n,-1e9,!0),a=this.findIndex(i,1e9,!1,s);sw||S==w&&g.startSide>0&&g.endSide<=0)continue;(w-S||g.endSide-g.startSide)<0||(a<0&&(a=S),g.point&&(d=Math.max(d,w-S)),i.push(g),r.push(S-a),s.push(w-a))}return{mapped:i.length?new lN(r,s,i,d):null,pos:a}}}let tl=(()=>{class t{constructor(n,i,r,s){this.chunkPos=n,this.chunk=i,this.nextLayer=r,this.maxPoint=s}static create(n,i,r,s){return new t(n,i,r,s)}get length(){let n=this.chunk.length-1;return n<0?0:Math.max(this.chunkEnd(n),this.nextLayer.length)}get size(){if(this.isEmpty)return 0;let n=this.nextLayer.size;for(let i of this.chunk)n+=i.value.length;return n}chunkEnd(n){return this.chunkPos[n]+this.chunk[n].length}update(n){let{add:i=[],sort:r=!1,filterFrom:s=0,filterTo:a=this.length}=n,d=n.filter;if(0==i.length&&!d)return this;if(r&&(i=i.slice().sort(cN)),this.isEmpty)return i.length?t.of(i):this;let f=new Nq(this,null,-1).goto(0),g=0,b=[],C=new af;for(;f.value||g=0){let S=i[g++];C.addInner(S.from,S.to,S.value)||b.push(S)}else 1==f.rangeIndex&&f.chunkIndexthis.chunkEnd(f.chunkIndex)||af.to||a=a&&n<=a+d.length&&!1===d.between(a,n-a,i-a,r))return}this.nextLayer.between(n,i,r)}}iter(n=0){return Mb.from([this]).goto(n)}get isEmpty(){return this.nextLayer==this}static iter(n,i=0){return Mb.from(n).goto(i)}static compare(n,i,r,s,a=-1){let d=n.filter(S=>S.maxPoint>0||!S.isEmpty&&S.maxPoint>=a),f=i.filter(S=>S.maxPoint>0||!S.isEmpty&&S.maxPoint>=a),g=Rq(d,f,r),b=new Ab(d,g,a),C=new Ab(f,g,a);r.iterGaps((S,w,I)=>kq(b,S,C,w,I,s)),r.empty&&0==r.length&&kq(b,0,C,0,0,s)}static eq(n,i,r=0,s){null==s&&(s=999999999);let a=n.filter(C=>!C.isEmpty&&i.indexOf(C)<0),d=i.filter(C=>!C.isEmpty&&n.indexOf(C)<0);if(a.length!=d.length)return!1;if(!a.length)return!0;let f=Rq(a,d),g=new Ab(a,f,0).goto(r),b=new Ab(d,f,0).goto(r);for(;;){if(g.to!=b.to||!uN(g.active,b.active)||g.point&&(!b.point||!g.point.eq(b.point)))return!1;if(g.to>s)return!0;g.next(),b.next()}}static spans(n,i,r,s,a=-1){let d=new Ab(n,null,a).goto(i),f=i,g=d.openStart;for(;;){let b=Math.min(d.to,r);if(d.point){let C=d.activeForPoint(d.to),S=d.pointFromf&&(s.span(f,b,d.active,g),g=d.openEnd(b));if(d.to>r)return g+(d.point&&d.to>r?1:0);f=d.to,d.next()}}static of(n,i=!1){let r=new af;for(let s of n instanceof wb?[n]:i?function LAe(t){if(t.length>1)for(let e=t[0],n=1;n0)return t.slice().sort(cN);e=i}return t}(n):n)r.add(s.from,s.to,s.value);return r.finish()}static join(n){if(!n.length)return t.empty;let i=n[n.length-1];for(let r=n.length-2;r>=0;r--)for(let s=n[r];s!=t.empty;s=s.nextLayer)i=new t(s.chunkPos,s.chunk,i,Math.max(s.maxPoint,i.maxPoint));return i}}return t.empty=new t([],[],null,-1),t})();tl.empty.nextLayer=tl.empty;class af{finishChunk(e){this.chunks.push(new lN(this.from,this.to,this.value,this.maxPoint)),this.chunkPos.push(this.chunkStart),this.chunkStart=-1,this.setMaxPoint=Math.max(this.setMaxPoint,this.maxPoint),this.maxPoint=-1,e&&(this.from=[],this.to=[],this.value=[])}constructor(){this.chunks=[],this.chunkPos=[],this.chunkStart=-1,this.last=null,this.lastFrom=-1e9,this.lastTo=-1e9,this.from=[],this.to=[],this.value=[],this.maxPoint=-1,this.setMaxPoint=-1,this.nextLayer=null}add(e,n,i){this.addInner(e,n,i)||(this.nextLayer||(this.nextLayer=new af)).add(e,n,i)}addInner(e,n,i){let r=e-this.lastTo||i.startSide-this.last.endSide;if(r<=0&&(e-this.lastFrom||i.startSide-this.last.startSide)<0)throw new Error("Ranges must be added sorted by `from` position and `startSide`");return!(r<0||(250==this.from.length&&this.finishChunk(!0),this.chunkStart<0&&(this.chunkStart=e),this.from.push(e-this.chunkStart),this.to.push(n-this.chunkStart),this.last=i,this.lastFrom=e,this.lastTo=n,this.value.push(i),i.point&&(this.maxPoint=Math.max(this.maxPoint,n-e)),0))}addChunk(e,n){if((e-this.lastTo||n.value[0].startSide-this.last.endSide)<0)return!1;this.from.length&&this.finishChunk(!0),this.setMaxPoint=Math.max(this.setMaxPoint,n.maxPoint),this.chunks.push(n),this.chunkPos.push(e);let i=n.value.length-1;return this.last=n.value[i],this.lastFrom=n.from[i]+e,this.lastTo=n.to[i]+e,!0}finish(){return this.finishInner(tl.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return e;let n=tl.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,n}}function Rq(t,e,n){let i=new Map;for(let s of t)for(let a=0;a=this.minPoint)break}}}setRangeIndex(e){if(e==this.layer.chunk[this.chunkIndex].value.length){if(this.chunkIndex++,this.skip)for(;this.chunkIndex=i&&r.push(new Nq(a,n,i,s));return 1==r.length?r[0]:new Mb(r)}get startSide(){return this.value?this.value.startSide:0}goto(e,n=-1e9){for(let i of this.heap)i.goto(e,n);for(let i=this.heap.length>>1;i>=0;i--)dN(this.heap,i);return this.next(),this}forward(e,n){for(let i of this.heap)i.forward(e,n);for(let i=this.heap.length>>1;i>=0;i--)dN(this.heap,i);(this.to-e||this.value.endSide-n)<0&&this.next()}next(){if(0==this.heap.length)this.from=this.to=1e9,this.value=null,this.rank=-1;else{let e=this.heap[0];this.from=e.from,this.to=e.to,this.value=e.value,this.rank=e.rank,e.value&&e.next(),dN(this.heap,0)}}}function dN(t,e){for(let n=t[e];;){let i=1+(e<<1);if(i>=t.length)break;let r=t[i];if(i+1=0&&(r=t[i+1],i++),n.compare(r)<0)break;t[i]=n,t[e]=r,e=i}}class Ab{constructor(e,n,i){this.minPoint=i,this.active=[],this.activeTo=[],this.activeRank=[],this.minActive=-1,this.point=null,this.pointFrom=0,this.pointRank=0,this.to=-1e9,this.endSide=0,this.openStart=-1,this.cursor=Mb.from(e,n,i)}goto(e,n=-1e9){return this.cursor.goto(e,n),this.active.length=this.activeTo.length=this.activeRank.length=0,this.minActive=-1,this.to=e,this.endSide=n,this.openStart=-1,this.next(),this}forward(e,n){for(;this.minActive>-1&&(this.activeTo[this.minActive]-e||this.active[this.minActive].endSide-n)<0;)this.removeActive(this.minActive);this.cursor.forward(e,n)}removeActive(e){Kx(this.active,e),Kx(this.activeTo,e),Kx(this.activeRank,e),this.minActive=Lq(this.active,this.activeTo)}addActive(e){let n=0,{value:i,to:r,rank:s}=this.cursor;for(;n0;)n++;Qx(this.active,n,i),Qx(this.activeTo,n,r),Qx(this.activeRank,n,s),e&&Qx(e,n,this.cursor.from),this.minActive=Lq(this.active,this.activeTo)}next(){let e=this.to,n=this.point;this.point=null;let i=this.openStart<0?[]:null;for(;;){let r=this.minActive;if(r>-1&&(this.activeTo[r]-this.cursor.from||this.active[r].endSide-this.cursor.startSide)<0){if(this.activeTo[r]>e){this.to=this.activeTo[r],this.endSide=this.active[r].endSide;break}this.removeActive(r),i&&Kx(i,r)}else{if(!this.cursor.value){this.to=this.endSide=1e9;break}if(this.cursor.from>e){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}{let s=this.cursor.value;if(s.point){if(!(n&&this.cursor.to==this.to&&this.cursor.from=0&&i[r]=0&&!(this.activeRank[i]e||this.activeTo[i]==e&&this.active[i].endSide>=this.point.endSide)&&n.push(this.active[i]);return n.reverse()}openEnd(e){let n=0;for(let i=this.activeTo.length-1;i>=0&&this.activeTo[i]>e;i--)n++;return n}}function kq(t,e,n,i,r,s){t.goto(e),n.goto(i);let a=i+r,d=i,f=i-e;for(;;){let g=t.to+f-n.to||t.endSide-n.endSide,b=g<0?t.to+f:n.to,C=Math.min(b,a);if(t.point||n.point?t.point&&n.point&&(t.point==n.point||t.point.eq(n.point))&&uN(t.activeForPoint(t.to),n.activeForPoint(n.to))||s.comparePoint(d,C,t.point,n.point):C>d&&!uN(t.active,n.active)&&s.compareRange(d,C,t.active,n.active),b>a)break;d=b,g<=0&&t.next(),g>=0&&n.next()}}function uN(t,e){if(t.length!=e.length)return!1;for(let n=0;n=e;i--)t[i+1]=t[i];t[e]=n}function Lq(t,e){let n=-1,i=1e9;for(let r=0;r=e)return r;if(r==t.length)break;s+=9==t.charCodeAt(r)?n-s%n:1,r=e2(t,r)}return!0===i?-1:t.length}const Pq=typeof Symbol>"u"?"__\u037c":Symbol.for("\u037c"),pN=typeof Symbol>"u"?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),Vq=typeof globalThis<"u"?globalThis:typeof window<"u"?window:{};class d4{constructor(e,n){this.rules=[];let{finish:i}=n||{};function r(a){return/^@/.test(a)?[a]:a.split(/,\s*/)}function s(a,d,f,g){let b=[],C=/^@(\w+)\b/.exec(a[0]),S=C&&"keyframes"==C[1];if(C&&null==d)return f.push(a[0]+";");for(let w in d){let I=d[w];if(/&/.test(w))s(w.split(/,\s*/).map(F=>a.map(G=>F.replace(/&/,G))).reduce((F,G)=>F.concat(G)),I,f);else if(I&&"object"==typeof I){if(!C)throw new RangeError("The value of a property ("+w+") should be a primitive value.");s(r(w),I,b,S)}else null!=I&&b.push(w.replace(/_.*/,"").replace(/[A-Z]/g,F=>"-"+F.toLowerCase())+": "+I+";")}(b.length||S)&&f.push((!i||C||g?a:a.map(i)).join(", ")+" {"+b.join(" ")+"}")}for(let a in e)s(r(a),e[a],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let e=Vq[Pq]||1;return Vq[Pq]=e+1,"\u037c"+e.toString(36)}static mount(e,n,i){let r=e[pN],s=i&&i.nonce;r?s&&r.setNonce(s):r=new PAe(e,s),r.mount(Array.isArray(n)?n:[n],e)}}let Fq=new Map;class PAe{constructor(e,n){let i=e.ownerDocument||e,r=i.defaultView;if(!e.head&&e.adoptedStyleSheets&&r.CSSStyleSheet){let s=Fq.get(i);if(s)return e[pN]=s;this.sheet=new r.CSSStyleSheet,Fq.set(i,this)}else this.styleTag=i.createElement("style"),n&&this.styleTag.setAttribute("nonce",n);this.modules=[],e[pN]=this}mount(e,n){let i=this.sheet,r=0,s=0;for(let a=0;a-1&&(this.modules.splice(f,1),s--,f=-1),-1==f){if(this.modules.splice(s++,0,d),i)for(let g=0;g",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},VAe=typeof navigator<"u"&&/Mac/.test(navigator.platform),FAe=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),r2=0;r2<10;r2++)u4[48+r2]=u4[96+r2]=String(r2);for(r2=1;r2<=24;r2++)u4[r2+111]="F"+r2;for(r2=65;r2<=90;r2++)u4[r2]=String.fromCharCode(r2+32),Db[r2]=String.fromCharCode(r2);for(var mN in u4)Db.hasOwnProperty(mN)||(Db[mN]=u4[mN]);function Zx(t){let e;return e=11==t.nodeType?t.getSelection?t:t.ownerDocument:t,e.getSelection()}function gN(t,e){return!!e&&(t==e||t.contains(1!=e.nodeType?e.parentNode:e))}function Jx(t,e){if(!e.anchorNode)return!1;try{return gN(t,e.anchorNode)}catch{return!1}}function M_(t){return 3==t.nodeType?Tm(t,0,t.nodeValue.length).getClientRects():1==t.nodeType?t.getClientRects():[]}function Ob(t,e,n,i){return!!n&&(Hq(t,e,n,i,-1)||Hq(t,e,n,i,1))}function xm(t){for(var e=0;;e++)if(!(t=t.previousSibling))return e}function Xx(t){return 1==t.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}function Hq(t,e,n,i,r){for(;;){if(t==n&&e==i)return!0;if(e==(r<0?0:C3(t))){if("DIV"==t.nodeName)return!1;let s=t.parentNode;if(!s||1!=s.nodeType)return!1;e=xm(t)+(r<0?0:1),t=s}else{if(1!=t.nodeType)return!1;if(1==(t=t.childNodes[e+(r<0?-1:0)]).nodeType&&"false"==t.contentEditable)return!1;e=r<0?C3(t):0}}}function C3(t){return 3==t.nodeType?t.nodeValue.length:t.childNodes.length}function eT(t,e){let n=e?t.left:t.right;return{left:n,right:n,top:t.top,bottom:t.bottom}}function BAe(t){let e=t.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.innerWidth,top:0,bottom:t.innerHeight}}function zq(t,e){let n=e.width/t.offsetWidth,i=e.height/t.offsetHeight;return(n>.995&&n<1.005||!isFinite(n)||Math.abs(e.width-t.offsetWidth)<1)&&(n=1),(i>.995&&i<1.005||!isFinite(i)||Math.abs(e.height-t.offsetHeight)<1)&&(i=1),{scaleX:n,scaleY:i}}class $Ae{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}eq(e){return this.anchorNode==e.anchorNode&&this.anchorOffset==e.anchorOffset&&this.focusNode==e.focusNode&&this.focusOffset==e.focusOffset}setRange(e){let{anchorNode:n,focusNode:i}=e;this.set(n,Math.min(e.anchorOffset,n?C3(n):0),i,Math.min(e.focusOffset,i?C3(i):0))}set(e,n,i,r){this.anchorNode=e,this.anchorOffset=n,this.focusNode=i,this.focusOffset=r}}let Uq,A_=null;function Bq(t){if(t.setActive)return t.setActive();if(A_)return t.focus(A_);let e=[];for(let n=t;n&&(e.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(t.focus(null==A_?{get preventScroll(){return A_={preventScroll:!0},!0}}:void 0),!A_){A_=!1;for(let n=0;nMath.max(1,t.scrollHeight-t.clientHeight-4)}function Gq(t,e){for(let n=t,i=e;;){if(3==n.nodeType&&i>0)return{node:n,offset:i};if(1==n.nodeType&&i>0){if("false"==n.contentEditable)return null;n=n.childNodes[i-1],i=C3(n)}else{if(!n.parentNode||Xx(n))return null;i=xm(n),n=n.parentNode}}}function Yq(t,e){for(let n=t,i=e;;){if(3==n.nodeType&&in)return C.domBoundsAround(e,n,g);if(S>=e&&-1==r&&(r=f,s=g),g>n&&C.dom.parentNode==this.dom){a=f,d=b;break}b=S,g=S+C.breakAfter}return{from:s,to:d<0?i+this.length:d,startDOM:(r?this.children[r-1].dom.nextSibling:null)||this.dom.firstChild,endDOM:a=0?this.children[a].dom:null}}markDirty(e=!1){this.flags|=2,this.markParentsDirty(e)}markParentsDirty(e){for(let n=this.parent;n;n=n.parent){if(e&&(n.flags|=2),1&n.flags)return;n.flags|=1,e=!1}}setParent(e){this.parent!=e&&(this.parent=e,7&this.flags&&this.markParentsDirty(!0))}setDOM(e){this.dom!=e&&(this.dom&&(this.dom.cmView=null),this.dom=e,e.cmView=this)}get rootView(){for(let e=this;;){let n=e.parent;if(!n)return e;e=n}}replaceChildren(e,n,i=_N){this.markDirty();for(let r=e;rthis.pos||e==this.pos&&(n>0||0==this.i||this.children[this.i-1].breakAfter))return this.off=e-this.pos,this;let i=this.children[--this.i];this.pos-=i.length+i.breakAfter}}}function Kq(t,e,n,i,r,s,a,d,f){let{children:g}=t,b=g.length?g[e]:null,C=s.length?s[s.length-1]:null,S=C?C.breakAfter:a;if(!(e==i&&b&&!a&&!S&&s.length<2&&b.merge(n,r,s.length?C:null,0==n,d,f))){if(i0&&(!a&&s.length&&b.merge(n,b.length,s[0],!1,d,0)?b.breakAfter=s.shift().breakAfter:(n2);var no={mac:tK||/Mac/.test(zd.platform),windows:/Win/.test(zd.platform),linux:/Linux|X11/.test(zd.platform),ie:tT,ie_version:Zq?vN.documentMode||6:yN?+yN[1]:bN?+bN[1]:0,gecko:Jq,gecko_version:Jq?+(/Firefox\/(\d+)/.exec(zd.userAgent)||[0,0])[1]:0,chrome:!!CN,chrome_version:CN?+CN[1]:0,ios:tK,android:/Android\b/.test(zd.userAgent),webkit:Xq,safari:eK,webkit_version:Xq?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0,tabSize:null!=vN.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class cf extends xc{constructor(e){super(),this.text=e}get length(){return this.text.length}createDOM(e){this.setDOM(e||document.createTextNode(this.text))}sync(e,n){this.dom||this.createDOM(),this.dom.nodeValue!=this.text&&(n&&n.node==this.dom&&(n.written=!0),this.dom.nodeValue=this.text)}reuseDOM(e){3==e.nodeType&&this.createDOM(e)}merge(e,n,i){return!(8&this.flags||i&&(!(i instanceof cf)||this.length-(n-e)+i.length>256||8&i.flags)||(this.text=this.text.slice(0,e)+(i?i.text:"")+this.text.slice(n),this.markDirty(),0))}split(e){let n=new cf(this.text.slice(e));return this.text=this.text.slice(0,e),this.markDirty(),n.flags|=8&this.flags,n}localPosFromDOM(e,n){return e==this.dom?n:n?this.text.length:0}domAtPos(e){return new M2(this.dom,e)}domBoundsAround(e,n,i){return{from:i,to:i+this.length,startDOM:this.dom,endDOM:this.dom.nextSibling}}coordsAt(e,n){return function qAe(t,e,n){let i=t.nodeValue.length;e>i&&(e=i);let r=e,s=e,a=0;0==e&&n<0||e==i&&n>=0?no.chrome||no.gecko||(e?(r--,a=1):s=0)?0:d.length-1];return no.safari&&!a&&0==f.width&&(f=Array.prototype.find.call(d,g=>g.width)||f),a?eT(f,a<0):f||null}(this.dom,e,n)}}class E3 extends xc{constructor(e,n=[],i=0){super(),this.mark=e,this.children=n,this.length=i;for(let r of n)r.setParent(this)}setAttrs(e){if(jq(e),this.mark.class&&(e.className=this.mark.class),this.mark.attrs)for(let n in this.mark.attrs)e.setAttribute(n,this.mark.attrs[n]);return e}canReuseDOM(e){return super.canReuseDOM(e)&&!(8&(this.flags|e.flags))}reuseDOM(e){e.nodeName==this.mark.tagName.toUpperCase()&&(this.setDOM(e),this.flags|=6)}sync(e,n){this.dom?4&this.flags&&this.setAttrs(this.dom):this.setDOM(this.setAttrs(document.createElement(this.mark.tagName))),super.sync(e,n)}merge(e,n,i,r,s,a){return!(i&&(!(i instanceof E3&&i.mark.eq(this.mark))||e&&s<=0||ne&&n.push(i=e&&(r=s),i=f,s++}let a=this.length-e;return this.length=e,r>-1&&(this.children.length=r,this.markDirty()),new E3(this.mark,n,a)}domAtPos(e){return nK(this,e)}coordsAt(e,n){return rK(this,e,n)}}class f4 extends xc{static create(e,n,i){return new f4(e,n,i)}constructor(e,n,i){super(),this.widget=e,this.length=n,this.side=i,this.prevWidget=null}split(e){let n=f4.create(this.widget,this.length-e,this.side);return this.length-=e,n}sync(e){(!this.dom||!this.widget.updateDOM(this.dom,e))&&(this.dom&&this.prevWidget&&this.prevWidget.destroy(this.dom),this.prevWidget=null,this.setDOM(this.widget.toDOM(e)),this.widget.editable||(this.dom.contentEditable="false"))}getSide(){return this.side}merge(e,n,i,r,s,a){return!(i&&(!(i instanceof f4&&this.widget.compare(i.widget))||e>0&&s<=0||n0)?M2.before(this.dom):M2.after(this.dom,e==this.length)}domBoundsAround(){return null}coordsAt(e,n){let i=this.widget.coordsAt(this.dom,e,n);if(i)return i;let r=this.dom.getClientRects(),s=null;if(!r.length)return null;let a=this.side?this.side<0:e>0;for(let d=a?r.length-1:0;s=r[d],!(e>0?0==d:d==r.length-1||s.top0?M2.before(this.dom):M2.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(e){return this.dom.getBoundingClientRect()}get overrideDOMText(){return sc.empty}get isHidden(){return!0}}function nK(t,e){let n=t.dom,{children:i}=t,r=0;for(let s=0;rs&&e0;s--){let a=i[s-1];if(a.dom.parentNode==n)return a.domAtPos(a.length)}for(let s=r;s0&&e instanceof E3&&r.length&&(i=r[r.length-1])instanceof E3&&i.mark.eq(e.mark)?iK(i,e.children[0],n-1):(r.push(e),e.setParent(t)),t.length+=e.length}function rK(t,e,n){let i=null,r=-1,s=null,a=-1;!function d(g,b){for(let C=0,S=0;C=b&&(w.children.length?d(w,b-S):(!s||s.isHidden&&n>0)&&(I>b||S==I&&w.getSide()>0)?(s=w,a=b-S):(S-1?1:0)!=r.length-(n&&r.indexOf(n)>-1?1:0))return!1;for(let s of i)if(s!=n&&(-1==r.indexOf(s)||t[s]!==e[s]))return!1;return!0}function xN(t,e,n){let i=!1;if(e)for(let r in e)n&&r in n||(i=!0,"style"==r?t.style.cssText="":t.removeAttribute(r));if(n)for(let r in n)e&&e[r]==n[r]||(i=!0,"style"==r?t.style.cssText=n[r]:t.setAttribute(r,n[r]));return i}function QAe(t){let e=Object.create(null);for(let n=0;n0&&0==this.children[i-1].length;)this.children[--i].destroy();return this.children.length=i,this.markDirty(),this.length=e,n}transferDOM(e){this.dom&&(this.markDirty(),e.setDOM(this.dom),e.prevAttrs=void 0===this.prevAttrs?this.attrs:this.prevAttrs,this.prevAttrs=void 0,this.dom=null)}setDeco(e){SN(this.attrs,e)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=e)}append(e,n){iK(this,e,n)}addLineDeco(e){let n=e.spec.attributes,i=e.spec.class;n&&(this.attrs=EN(n,this.attrs||{})),i&&(this.attrs=EN({class:i},this.attrs||{}))}domAtPos(e){return nK(this,e)}reuseDOM(e){"DIV"==e.nodeName&&(this.setDOM(e),this.flags|=6)}sync(e,n){var i;this.dom?4&this.flags&&(jq(this.dom),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0):(this.setDOM(document.createElement("div")),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0),void 0!==this.prevAttrs&&(xN(this.dom,this.prevAttrs,this.attrs),this.dom.classList.add("cm-line"),this.prevAttrs=void 0),super.sync(e,n);let r=this.dom.lastChild;for(;r&&xc.get(r)instanceof E3;)r=r.lastChild;if(!(r&&this.length&&("BR"==r.nodeName||0!=(null===(i=xc.get(r))||void 0===i?void 0:i.isEditable)||no.ios&&this.children.some(s=>s instanceof cf)))){let s=document.createElement("BR");s.cmIgnore=!0,this.dom.appendChild(s)}}measureTextSize(){if(0==this.children.length||this.length>20)return null;let n,e=0;for(let i of this.children){if(!(i instanceof cf)||/[^ -~]/.test(i.text))return null;let r=M_(i.dom);if(1!=r.length)return null;e+=r[0].width,n=r[0].height}return e?{lineHeight:this.dom.getBoundingClientRect().height,charWidth:e/this.length,textHeight:n}:null}coordsAt(e,n){let i=rK(this,e,n);if(!this.children.length&&i&&this.parent){let{heightOracle:r}=this.parent.view.viewState,s=i.bottom-i.top;if(Math.abs(s-r.lineHeight)<2&&r.textHeight=n){if(s instanceof M1)return s;if(a>n)break}r=a+s.breakAfter}return null}}class h4 extends xc{constructor(e,n,i){super(),this.widget=e,this.length=n,this.deco=i,this.breakAfter=0,this.prevWidget=null}merge(e,n,i,r,s,a){return!(i&&(!(i instanceof h4&&this.widget.compare(i.widget))||e>0&&s<=0||n0)}}class S3{eq(e){return!1}updateDOM(e,n){return!1}compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}get estimatedHeight(){return-1}get lineBreaks(){return 0}ignoreEvent(e){return!0}coordsAt(e,n,i){return null}get isHidden(){return!1}get editable(){return!1}destroy(e){}}var J2=function(t){return t[t.Text=0]="Text",t[t.WidgetBefore=1]="WidgetBefore",t[t.WidgetAfter=2]="WidgetAfter",t[t.WidgetRange=3]="WidgetRange",t}(J2||(J2={}));class go extends Sm{constructor(e,n,i,r){super(),this.startSide=e,this.endSide=n,this.widget=i,this.spec=r}get heightRelevant(){return!1}static mark(e){return new Ib(e)}static widget(e){let n=Math.max(-1e4,Math.min(1e4,e.side||0)),i=!!e.block;return n+=i&&!e.inlineOrder?n>0?3e8:-4e8:n>0?1e8:-1e8,new p4(e,n,n,i,e.widget||null,!1)}static replace(e){let i,r,n=!!e.block;if(e.isBlockGap)i=-5e8,r=4e8;else{let{start:s,end:a}=sK(e,n);i=(s?n?-3e8:-1:5e8)-1,r=1+(a?n?2e8:1:-6e8)}return new p4(e,i,r,n,e.widget||null,!0)}static line(e){return new Rb(e)}static set(e,n=!1){return tl.of(e,n)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}go.none=tl.empty;class Ib extends go{constructor(e){let{start:n,end:i}=sK(e);super(n?-1:5e8,i?1:-6e8,null,e),this.tagName=e.tagName||"span",this.class=e.class||"",this.attrs=e.attributes||null}eq(e){var n,i;return this==e||e instanceof Ib&&this.tagName==e.tagName&&(this.class||(null===(n=this.attrs)||void 0===n?void 0:n.class))==(e.class||(null===(i=e.attrs)||void 0===i?void 0:i.class))&&SN(this.attrs,e.attrs,"class")}range(e,n=e){if(e>=n)throw new RangeError("Mark decorations may not be empty");return super.range(e,n)}}Ib.prototype.point=!1;class Rb extends go{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof Rb&&this.spec.class==e.spec.class&&SN(this.spec.attributes,e.spec.attributes)}range(e,n=e){if(n!=e)throw new RangeError("Line decoration ranges must be zero-length");return super.range(e,n)}}Rb.prototype.mapMode=Z2.TrackBefore,Rb.prototype.point=!0;class p4 extends go{constructor(e,n,i,r,s,a){super(n,i,s,e),this.block=r,this.isReplace=a,this.mapMode=r?n<=0?Z2.TrackBefore:Z2.TrackAfter:Z2.TrackDel}get type(){return this.startSide!=this.endSide?J2.WidgetRange:this.startSide<=0?J2.WidgetBefore:J2.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){return e instanceof p4&&function ZAe(t,e){return t==e||!!(t&&e&&t.compare(e))}(this.widget,e.widget)&&this.block==e.block&&this.startSide==e.startSide&&this.endSide==e.endSide}range(e,n=e){if(this.isReplace&&(e>n||e==n&&this.startSide>0&&this.endSide<=0))throw new RangeError("Invalid range for replacement decoration");if(!this.isReplace&&n!=e)throw new RangeError("Widget decorations can only have zero-length ranges");return super.range(e,n)}}function sK(t,e=!1){let{inclusiveStart:n,inclusiveEnd:i}=t;return null==n&&(n=t.inclusive),null==i&&(i=t.inclusive),{start:n??e,end:i??e}}function TN(t,e,n,i=0){let r=n.length-1;r>=0&&n[r]+i>=t?n[r]=Math.max(n[r],e):n.push(t,e)}p4.prototype.point=!0;class Nb{constructor(e,n,i,r){this.doc=e,this.pos=n,this.end=i,this.disallowBlockEffectsFor=r,this.content=[],this.curLine=null,this.breakAtStart=0,this.pendingBuffer=0,this.bufferMarks=[],this.atCursorPos=!0,this.openStart=-1,this.openEnd=-1,this.text="",this.textOff=0,this.cursor=e.iter(),this.skip=n}posCovered(){if(0==this.content.length)return!this.breakAtStart&&this.doc.lineAt(this.pos).from!=this.pos;let e=this.content[this.content.length-1];return!(e.breakAfter||e instanceof h4&&e.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new M1),this.atCursorPos=!0),this.curLine}flushBuffer(e=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(nT(new O_(-1),e),e.length),this.pendingBuffer=0)}addBlockWidget(e){this.flushBuffer(),this.curLine=null,this.content.push(e)}finish(e){this.pendingBuffer&&e<=this.bufferMarks.length?this.flushBuffer():this.pendingBuffer=0,!this.posCovered()&&!(e&&this.content.length&&this.content[this.content.length-1]instanceof h4)&&this.getLine()}buildText(e,n,i){for(;e>0;){if(this.textOff==this.text.length){let{value:s,lineBreak:a,done:d}=this.cursor.next(this.skip);if(this.skip=0,d)throw new Error("Ran out of text content when drawing inline views");if(a){this.posCovered()||this.getLine(),this.content.length?this.content[this.content.length-1].breakAfter=1:this.breakAtStart=1,this.flushBuffer(),this.curLine=null,this.atCursorPos=!0,e--;continue}this.text=s,this.textOff=0}let r=Math.min(this.text.length-this.textOff,e,512);this.flushBuffer(n.slice(n.length-i)),this.getLine().append(nT(new cf(this.text.slice(this.textOff,this.textOff+r)),n),i),this.atCursorPos=!0,this.textOff+=r,e-=r,i=0}}span(e,n,i,r){this.buildText(n-e,i,r),this.pos=n,this.openStart<0&&(this.openStart=r)}point(e,n,i,r,s,a){if(this.disallowBlockEffectsFor[a]&&i instanceof p4){if(i.block)throw new RangeError("Block decorations may not be specified via plugins");if(n>this.doc.lineAt(this.pos).to)throw new RangeError("Decorations that replace line breaks may not be specified via plugins")}let d=n-e;if(i instanceof p4)if(i.block)i.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new h4(i.widget||aK.block,d,i));else{let f=f4.create(i.widget||aK.inline,d,d?0:i.startSide),g=this.atCursorPos&&!f.isEditable&&s<=r.length&&(e0),b=!f.isEditable&&(er.length||i.startSide<=0),C=this.getLine();2==this.pendingBuffer&&!g&&!f.isEditable&&(this.pendingBuffer=0),this.flushBuffer(r),g&&(C.append(nT(new O_(1),r),s),s=r.length+Math.max(0,s-r.length)),C.append(nT(f,r),s),this.atCursorPos=b,this.pendingBuffer=b?er.length?1:2:0,this.pendingBuffer&&(this.bufferMarks=r.slice())}else this.doc.lineAt(this.pos).from==this.pos&&this.getLine().addLineDeco(i);d&&(this.textOff+d<=this.text.length?this.textOff+=d:(this.skip+=d-(this.text.length-this.textOff),this.text="",this.textOff=0),this.pos=n),this.openStart<0&&(this.openStart=s)}static build(e,n,i,r,s){let a=new Nb(e,n,i,s);return a.openEnd=tl.spans(r,n,i,a),a.openStart<0&&(a.openStart=a.openEnd),a.finish(a.openEnd),a}}function nT(t,e){for(let n of e)t=new E3(n,[t],t.length);return t}let aK=(()=>{class t extends S3{constructor(n){super(),this.tag=n}eq(n){return n.tag==this.tag}toDOM(){return document.createElement(this.tag)}updateDOM(n){return n.nodeName.toLowerCase()==this.tag}get isHidden(){return!0}}return t.inline=new t("span"),t.block=new t("div"),t})();var Tc=function(t){return t[t.LTR=0]="LTR",t[t.RTL=1]="RTL",t}(Tc||(Tc={}));const wm=Tc.LTR,wN=Tc.RTL;function cK(t){let e=[];for(let n=0;n=n){if(d.level==i)return a;(s<0||(0!=r?r<0?d.fromn:e[s].level>d.level))&&(s=a)}}if(s<0)throw new RangeError("Index out of range");return s}}function dK(t,e){if(t.length!=e.length)return!1;for(let n=0;nf&&a.push(new m4(f,F.from,w)),DN(t,F.direction==wm!=!(w%2)?i+1:i,r,F.inner,F.from,F.to,a),f=F.to),I=F.to}else{if(I==n||(b?wc[I]!=d:wc[I]==d))break;I++}S?AN(t,f,I,i+1,r,S,a):fe;){let b=!0,C=!1;if(!g||f>s[g-1].to){let F=wc[f-1];F!=d&&(b=!1,C=16==F)}let S=b||1!=d?null:[],w=b?i:i+1,I=f;e:for(;;)if(g&&I==s[g-1].to){if(C)break e;let F=s[--g];if(!b)for(let G=F.from,q=g;;){if(G==e)break e;if(!q||s[q-1].to!=G){if(wc[G-1]==d)break e;break}G=s[--q].from}S?S.push(F):(F.to=0;F-=3)if(o0[F+1]==-w){let G=o0[F+2],q=2&G?r:4&G?1&G?s:r:0;q&&(wc[C]=wc[o0[F]]=q),d=F;break}}else{if(189==o0.length)break;o0[d++]=C,o0[d++]=S,o0[d++]=f}else if(2==(I=wc[C])||1==I){let F=I==r;f=F?0:1;for(let G=d-3;G>=0;G-=3){let q=o0[G+2];if(2&q)break;if(F)o0[G+2]|=2;else{if(4&q)break;o0[G+2]|=4}}}}}(t,r,s,i,d),function iDe(t,e,n,i){for(let r=0,s=i;r<=n.length;r++){let d=rf;)I==G&&(I=n[--F].from,G=F?n[F-1].to:t),wc[--I]=w;f=b}else s=g,f++}}}(r,s,i,d),AN(t,r,s,e,n,i,a)}function fK(t){return[new m4(0,t,0)]}let hK="";function pK(t,e,n,i,r){var s;let a=i.head-t.from,d=m4.find(e,a,null!==(s=i.bidiLevel)&&void 0!==s?s:-1,i.assoc),f=e[d],g=f.side(r,n);if(a==g){let S=d+=r?1:-1;if(S<0||S>=e.length)return null;f=e[d=S],a=f.side(!r,n),g=f.side(r,n)}let b=e2(t.text,a,f.forward(r,n));(bf.to)&&(b=g),hK=t.text.slice(Math.min(a,b),Math.max(a,b));let C=d==(r?e.length-1:0)?null:e[d+(r?1:-1)];return C&&b==g&&C.level+(r?0:1)t.some(e=>e)}),EK=$r.define({combine:t=>t.some(e=>e)}),SK=$r.define();class I_{constructor(e,n="nearest",i="nearest",r=5,s=5,a=!1){this.range=e,this.y=n,this.x=i,this.yMargin=r,this.xMargin=s,this.isSnapshot=a}map(e){return e.empty?this:new I_(this.range.map(e),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}clip(e){return this.range.to<=e.doc.length?this:new I_(Ii.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const iT=fa.define({map:(t,e)=>t.map(e)});function X2(t,e,n){let i=t.facet(vK);i.length?i[0](e):window.onerror?window.onerror(String(e),n,void 0,void 0,e):n?console.error(n+":",e):console.error(e)}const rT=$r.define({combine:t=>!t.length||t[0]});let oDe=0;const kb=$r.define();class Nc{constructor(e,n,i,r,s){this.id=e,this.create=n,this.domEventHandlers=i,this.domEventObservers=r,this.extension=s(this)}static define(e,n){const{eventHandlers:i,eventObservers:r,provide:s,decorations:a}=n||{};return new Nc(oDe++,e,i,r,d=>{let f=[kb.of(d)];return a&&f.push(Lb.of(g=>{let b=g.plugin(d);return b?a(b):go.none})),s&&f.push(s(d)),f})}static fromClass(e,n){return Nc.define(i=>new e(i),n)}}class IN{constructor(e){this.spec=e,this.mustUpdate=null,this.value=null}update(e){if(this.value){if(this.mustUpdate){let n=this.mustUpdate;if(this.mustUpdate=null,this.value.update)try{this.value.update(n)}catch(i){if(X2(n.state,i,"CodeMirror plugin crashed"),this.value.destroy)try{this.value.destroy()}catch{}this.deactivate()}}}else if(this.spec)try{this.value=this.spec.create(e)}catch(n){X2(e.state,n,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(e){var n;if(null!==(n=this.value)&&void 0!==n&&n.destroy)try{this.value.destroy()}catch(i){X2(e.state,i,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const xK=$r.define(),oT=$r.define(),Lb=$r.define(),TK=$r.define(),RN=$r.define(),wK=$r.define();function MK(t,e){let n=t.state.facet(wK);if(!n.length)return n;let i=n.map(s=>s instanceof Function?s(t):s),r=[];return tl.spans(i,e.from,e.to,{point(){},span(s,a,d,f){let g=s-e.from,b=a-e.from,C=r;for(let S=d.length-1;S>=0;S--,f--){let I,w=d[S].spec.bidiIsolate;if(null==w&&(w=rDe(e.text,g,b)),f>0&&C.length&&(I=C[C.length-1]).to==g&&I.direction==w)I.to=b,C=I.inner;else{let F={from:g,to:b,direction:w,inner:[]};C.push(F),C=F.inner}}}}),r}const AK=$r.define();function DK(t){let e=0,n=0,i=0,r=0;for(let s of t.state.facet(AK)){let a=s(t);a&&(null!=a.left&&(e=Math.max(e,a.left)),null!=a.right&&(n=Math.max(n,a.right)),null!=a.top&&(i=Math.max(i,a.top)),null!=a.bottom&&(r=Math.max(r,a.bottom)))}return{left:e,right:n,top:i,bottom:r}}const Pb=$r.define();class Bd{constructor(e,n,i,r){this.fromA=e,this.toA=n,this.fromB=i,this.toB=r}join(e){return new Bd(Math.min(this.fromA,e.fromA),Math.max(this.toA,e.toA),Math.min(this.fromB,e.fromB),Math.max(this.toB,e.toB))}addToSet(e){let n=e.length,i=this;for(;n>0;n--){let r=e[n-1];if(!(r.fromA>i.toA)){if(r.toAb)break;s+=2}if(!f)return i;new Bd(f.fromA,f.toA,f.fromB,f.toB).addToSet(i),a=f.toA,d=f.toB}}}class sT{constructor(e,n,i){this.view=e,this.state=n,this.transactions=i,this.flags=0,this.startState=e.state,this.changes=w1.empty(this.startState.doc.length);for(let s of i)this.changes=this.changes.compose(s.changes);let r=[];this.changes.iterChangedRanges((s,a,d,f)=>r.push(new Bd(s,a,d,f))),this.changedRanges=r}static create(e,n,i){return new sT(e,n,i)}get viewportChanged(){return(4&this.flags)>0}get heightChanged(){return(2&this.flags)>0}get geometryChanged(){return this.docChanged||(10&this.flags)>0}get focusChanged(){return(1&this.flags)>0}get docChanged(){return!this.changes.empty}get selectionSet(){return this.transactions.some(e=>e.selection)}get empty(){return 0==this.flags&&0==this.transactions.length}}class OK extends xc{get length(){return this.view.state.doc.length}constructor(e){super(),this.view=e,this.decorations=[],this.dynamicDecorationMap=[],this.domChanged=null,this.hasComposition=null,this.markedForComposition=new Set,this.lastCompositionAfterCursor=!1,this.minWidth=0,this.minWidthFrom=0,this.minWidthTo=0,this.impreciseAnchor=null,this.impreciseHead=null,this.forceSelection=!1,this.lastUpdate=Date.now(),this.setDOM(e.contentDOM),this.children=[new M1],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new Bd(0,0,0,e.state.doc.length)],0,null)}update(e){var n;let i=e.changedRanges;this.minWidth>0&&i.length&&(i.every(({fromA:g,toA:b})=>bthis.minWidthTo)?(this.minWidthFrom=e.changes.mapPos(this.minWidthFrom,1),this.minWidthTo=e.changes.mapPos(this.minWidthTo,1)):this.minWidth=this.minWidthFrom=this.minWidthTo=0);let r=-1;this.view.inputState.composing>=0&&(null!==(n=this.domChanged)&&void 0!==n&&n.newSel?r=this.domChanged.newSel.head:!function fDe(t,e){let n=!1;return e&&t.iterChangedRanges((i,r)=>{ie.from&&(n=!0)}),n}(e.changes,this.hasComposition)&&!e.selectionSet&&(r=e.state.selection.main.head));let s=r>-1?function aDe(t,e,n){let i=RK(t,n);if(!i)return null;let{node:r,from:s,to:a}=i,d=r.nodeValue;if(/[\n\r]/.test(d)||t.state.doc.sliceString(i.from,i.to)!=d)return null;let f=e.invertedDesc,g=new Bd(f.mapPos(s),f.mapPos(a),s,a),b=[];for(let C=r.parentNode;;C=C.parentNode){let S=xc.get(C);if(S instanceof E3)b.push({node:C,deco:S.mark});else{if(S instanceof M1||"DIV"==C.nodeName&&C.parentNode==t.contentDOM)return{range:g,text:r,marks:b,line:C};if(C==t.contentDOM)return null;b.push({node:C,deco:new Ib({inclusive:!0,attributes:QAe(C),tagName:C.tagName.toLowerCase()})})}}}(this.view,e.changes,r):null;if(this.domChanged=null,this.hasComposition){this.markedForComposition.clear();let{from:g,to:b}=this.hasComposition;i=new Bd(g,b,e.changes.mapPos(g,-1),e.changes.mapPos(b,1)).addToSet(i.slice())}this.hasComposition=s?{from:s.range.fromB,to:s.range.toB}:null,(no.ie||no.chrome)&&!s&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let f=function dDe(t,e,n){let i=new lDe;return tl.compare(t,e,n,i),i.changes}(this.decorations,this.updateDeco(),e.changes);return i=Bd.extendWithRanges(i,f),!!(7&this.flags||0!=i.length)&&(this.updateInner(i,e.startState.doc.length,s),e.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(e,n,i){this.view.viewState.mustMeasureContent=!0,this.updateChildren(e,n,i);let{observer:r}=this.view;r.ignore(()=>{this.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let a=no.chrome||no.ios?{node:r.selectionRange.focusNode,written:!1}:void 0;this.sync(this.view,a),this.flags&=-8,a&&(a.written||r.selectionRange.focusNode!=a.node)&&(this.forceSelection=!0),this.dom.style.height=""}),this.markedForComposition.forEach(a=>a.flags&=-9);let s=[];if(this.view.viewport.from||this.view.viewport.to=0?r[a]:null;if(!d)break;let S,w,I,F,{fromA:f,toA:g,fromB:b,toB:C}=d;if(i&&i.range.fromBb){let Pe=Nb.build(this.view.state.doc,b,i.range.fromB,this.decorations,this.dynamicDecorationMap),Ie=Nb.build(this.view.state.doc,i.range.toB,C,this.decorations,this.dynamicDecorationMap);w=Pe.breakAtStart,I=Pe.openStart,F=Ie.openEnd;let rt=this.compositionView(i);Ie.breakAtStart?rt.breakAfter=1:Ie.content.length&&rt.merge(rt.length,rt.length,Ie.content[0],!1,Ie.openStart,0)&&(rt.breakAfter=Ie.content[0].breakAfter,Ie.content.shift()),Pe.content.length&&rt.merge(0,0,Pe.content[Pe.content.length-1],!0,0,Pe.openEnd)&&Pe.content.pop(),S=Pe.content.concat(rt).concat(Ie.content)}else({content:S,breakAtStart:w,openStart:I,openEnd:F}=Nb.build(this.view.state.doc,b,C,this.decorations,this.dynamicDecorationMap));let{i:G,off:q}=s.findPos(g,1),{i:pe,off:me}=s.findPos(f,-1);Kq(this,pe,me,G,q,S,w,I,F)}i&&this.fixCompositionDOM(i)}compositionView(e){let n=new cf(e.text.nodeValue);n.flags|=8;for(let{deco:r}of e.marks)n=new E3(r,[n],n.length);let i=new M1;return i.append(n,0),i}fixCompositionDOM(e){let n=(s,a)=>{a.flags|=8|(a.children.some(f=>7&f.flags)?1:0),this.markedForComposition.add(a);let d=xc.get(s);d&&d!=a&&(d.dom=null),a.setDOM(s)},i=this.childPos(e.range.fromB,1),r=this.children[i.i];n(e.line,r);for(let s=e.marks.length-1;s>=-1;s--)i=r.childPos(i.off,1),r=r.children[i.i],n(s>=0?e.marks[s].node:e.text,r)}updateSelection(e=!1,n=!1){(e||!this.view.observer.selectionRange.focusNode)&&this.view.observer.readSelectionRange();let i=this.view.root.activeElement,r=i==this.dom,s=!r&&Jx(this.dom,this.view.observer.selectionRange)&&!(i&&this.dom.contains(i));if(!(r||n||s))return;let a=this.forceSelection;this.forceSelection=!1;let d=this.view.state.selection.main,f=this.moveToLine(this.domAtPos(d.anchor)),g=d.empty?f:this.moveToLine(this.domAtPos(d.head));if(no.gecko&&d.empty&&!this.hasComposition&&function sDe(t){return 1==t.node.nodeType&&t.node.firstChild&&(0==t.offset||"false"==t.node.childNodes[t.offset-1].contentEditable)&&(t.offset==t.node.childNodes.length||"false"==t.node.childNodes[t.offset].contentEditable)}(f)){let C=document.createTextNode("");this.view.observer.ignore(()=>f.node.insertBefore(C,f.node.childNodes[f.offset]||null)),f=g=new M2(C,0),a=!0}let b=this.view.observer.selectionRange;(a||!b.focusNode||(!Ob(f.node,f.offset,b.anchorNode,b.anchorOffset)||!Ob(g.node,g.offset,b.focusNode,b.focusOffset))&&!this.suppressWidgetCursorChange(b,d))&&(this.view.observer.ignore(()=>{no.android&&no.chrome&&this.dom.contains(b.focusNode)&&function uDe(t,e){for(let n=t;n&&n!=e;n=n.assignedSlot||n.parentNode)if(1==n.nodeType&&"false"==n.contentEditable)return!0;return!1}(b.focusNode,this.dom)&&(this.dom.blur(),this.dom.focus({preventScroll:!0}));let C=Zx(this.view.root);if(C)if(d.empty){if(no.gecko){let S=function cDe(t,e){return 1!=t.nodeType?0:(e&&"false"==t.childNodes[e-1].contentEditable?1:0)|(ed.head&&([f,g]=[g,f]),S.setEnd(g.node,g.offset),S.setStart(f.node,f.offset),C.removeAllRanges(),C.addRange(S)}s&&this.view.root.activeElement==this.dom&&(this.dom.blur(),i&&i.focus())}),this.view.observer.setSelectionRange(f,g)),this.impreciseAnchor=f.precise?null:new M2(b.anchorNode,b.anchorOffset),this.impreciseHead=g.precise?null:new M2(b.focusNode,b.focusOffset)}suppressWidgetCursorChange(e,n){return this.hasComposition&&n.empty&&Ob(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset)&&this.posFromDOM(e.focusNode,e.focusOffset)==n.head}enforceCursorAssoc(){if(this.hasComposition)return;let{view:e}=this,n=e.state.selection.main,i=Zx(e.root),{anchorNode:r,anchorOffset:s}=e.observer.selectionRange;if(!(i&&n.empty&&n.assoc&&i.modify))return;let a=M1.find(this,n.head);if(!a)return;let d=a.posAtStart;if(n.head==d||n.head==d+a.length)return;let f=this.coordsAt(n.head,-1),g=this.coordsAt(n.head,1);if(!f||!g||f.bottom>g.top)return;let b=this.domAtPos(n.head+n.assoc);i.collapse(b.node,b.offset),i.modify("move",n.assoc<0?"forward":"backward","lineboundary"),e.observer.readSelectionRange();let C=e.observer.selectionRange;e.docView.posFromDOM(C.anchorNode,C.anchorOffset)!=n.from&&i.collapse(r,s)}moveToLine(e){let i,n=this.dom;if(e.node!=n)return e;for(let r=e.offset;!i&&r=0;r--){let s=xc.get(n.childNodes[r]);s instanceof M1&&(i=s.domAtPos(s.length))}return i?new M2(i.node,i.offset,!0):e}nearest(e){for(let n=e;n;){let i=xc.get(n);if(i&&i.rootView==this)return i;n=n.parentNode}return null}posFromDOM(e,n){let i=this.nearest(e);if(!i)throw new RangeError("Trying to find position for a DOM position outside of the document");return i.localPosFromDOM(e,n)+i.posAtStart}domAtPos(e){let{i:n,off:i}=this.childCursor().findPos(e,-1);for(;n=0;a--){let d=this.children[a],f=s-d.breakAfter,g=f-d.length;if(fe||d.covers(1))&&(!i||d instanceof M1&&!(i instanceof M1&&n>=0))&&(i=d,r=g),s=g}return i?i.coordsAt(e-r,n):null}coordsForChar(e){let{i:n,off:i}=this.childPos(e,1),r=this.children[n];if(!(r instanceof M1))return null;for(;r.children.length;){let{i:d,off:f}=r.childPos(i,1);for(;;d++){if(d==r.children.length)return null;if((r=r.children[d]).length)break}i=f}if(!(r instanceof cf))return null;let s=e2(r.text,i);if(s==i)return null;let a=Tm(r.dom,i,s).getClientRects();for(let d=0;dMath.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,d=-1,f=this.view.textDirection==Tc.LTR;for(let g=0,b=0;br)break;if(g>=i){let w=C.dom.getBoundingClientRect();if(n.push(w.height),a){let I=C.dom.lastChild,F=I?M_(I):[];if(F.length){let G=F[F.length-1],q=f?G.right-w.left:w.right-G.left;q>d&&(d=q,this.minWidth=s,this.minWidthFrom=g,this.minWidthTo=S)}}}g=S+C.breakAfter}return n}textDirectionAt(e){let{i:n}=this.childPos(e,1);return"rtl"==getComputedStyle(this.children[n].dom).direction?Tc.RTL:Tc.LTR}measureTextSize(){for(let s of this.children)if(s instanceof M1){let a=s.measureTextSize();if(a)return a}let n,i,r,e=document.createElement("div");return e.className="cm-line",e.style.width="99999px",e.style.position="absolute",e.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore(()=>{this.dom.appendChild(e);let s=M_(e.firstChild)[0];n=e.getBoundingClientRect().height,i=s?s.width/27:7,r=s?s.height:n,e.remove()}),{lineHeight:n,charWidth:i,textHeight:r}}childCursor(e=this.length){let n=this.children.length;return n&&(e-=this.children[--n].length),new qq(this.children,e,n)}computeBlockGapDeco(){let e=[],n=this.view.viewState;for(let i=0,r=0;;r++){let s=r==n.viewports.length?null:n.viewports[r],a=s?s.from-1:this.length;if(a>i){let d=(n.lineBlockAt(a).bottom-n.lineBlockAt(i).top)/this.view.scaleY;e.push(go.replace({widget:new IK(d),block:!0,inclusive:!0,isBlockGap:!0}).range(i,a))}if(!s)break;i=s.to+1}return go.set(e)}updateDeco(){let e=0,n=this.view.state.facet(Lb).map(s=>(this.dynamicDecorationMap[e++]="function"==typeof s)?s(this.view):s),i=!1,r=this.view.state.facet(TK).map((s,a)=>{let d="function"==typeof s;return d&&(i=!0),d?s(this.view):s});for(r.length&&(this.dynamicDecorationMap[e++]=i,n.push(tl.join(r))),this.decorations=[...n,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];en.anchor?-1:1);if(!i)return;!n.empty&&(r=this.coordsAt(n.anchor,n.anchor>n.head?-1:1))&&(i={left:Math.min(i.left,r.left),top:Math.min(i.top,r.top),right:Math.max(i.right,r.right),bottom:Math.max(i.bottom,r.bottom)});let s=DK(this.view),a={left:i.left-s.left,top:i.top-s.top,right:i.right+s.right,bottom:i.bottom+s.bottom},{offsetWidth:d,offsetHeight:f}=this.view.scrollDOM;!function UAe(t,e,n,i,r,s,a,d){let f=t.ownerDocument,g=f.defaultView||window;for(let b=t,C=!1;b&&!C;)if(1==b.nodeType){let S,w=b==f.body,I=1,F=1;if(w)S=BAe(g);else{if(/^(fixed|sticky)$/.test(getComputedStyle(b).position)&&(C=!0),b.scrollHeight<=b.clientHeight&&b.scrollWidth<=b.clientWidth){b=b.assignedSlot||b.parentNode;continue}let pe=b.getBoundingClientRect();({scaleX:I,scaleY:F}=zq(b,pe)),S={left:pe.left,right:pe.left+b.clientWidth*I,top:pe.top,bottom:pe.top+b.clientHeight*F}}let G=0,q=0;if("nearest"==r)e.top0&&e.bottom>S.bottom+q&&(q=e.bottom-S.bottom+q+a)):e.bottom>S.bottom&&(q=e.bottom-S.bottom+a,n<0&&e.top-q0&&e.right>S.right+G&&(G=e.right-S.right+G+s)):e.right>S.right&&(G=e.right-S.right+s,n<0&&e.leftt?e.left-t:Math.max(0,t-e.right)}function mDe(t,e){return e.top>t?e.top-t:Math.max(0,t-e.bottom)}function NN(t,e){return t.tope.top+1}function NK(t,e){return et.bottom?{top:t.top,left:t.left,right:t.right,bottom:e}:t}function kN(t,e,n){let i,r,s,a,f,g,b,C,d=!1;for(let I=t.firstChild;I;I=I.nextSibling){let F=M_(I);for(let G=0;Gme||a==me&&s>pe){i=I,r=q,s=pe,a=me;let Pe=me?n0?G0)}0==pe?n>q.bottom&&(!b||b.bottomq.top)&&(g=I,C=q):b&&NN(b,q)?b=kK(b,q.bottom):C&&NN(C,q)&&(C=NK(C,q.top))}}if(b&&b.bottom>=n?(i=f,r=b):C&&C.top<=n&&(i=g,r=C),!i)return{node:t,offset:0};let S=Math.max(r.left,Math.min(r.right,e));return 3==i.nodeType?LK(i,S,n):d&&"false"!=i.contentEditable?kN(i,S,n):{node:t,offset:Array.prototype.indexOf.call(t.childNodes,i)+(e>=(r.left+r.right)/2?1:0)}}function LK(t,e,n){let i=t.nodeValue.length,r=-1,s=1e9,a=0;for(let d=0;dn?b.top-n:n-b.bottom)-1;if(b.left-1<=e&&b.right+1>=e&&C=(b.left+b.right)/2,w=S;if((no.chrome||no.gecko)&&Tm(t,d).getBoundingClientRect().left==b.right&&(w=!S),C<=0)return{node:t,offset:d+(w?1:0)};r=d+(w?1:0),s=C}}}return{node:t,offset:r>-1?r:a>0?t.nodeValue.length:0}}function PK(t,e,n,i=-1){var r,s;let f,a=t.contentDOM.getBoundingClientRect(),d=a.top+t.viewState.paddingTop,{docHeight:g}=t.viewState,{x:b,y:C}=e,S=C-d;if(S<0)return 0;if(S>g)return t.state.doc.length;for(let Pe=t.viewState.heightOracle.textHeight/2,Ie=!1;f=t.elementAtHeight(S),f.type!=J2.Text;)for(;S=i>0?f.bottom+Pe:f.top-Pe,!(S>=0&&S<=g);){if(Ie)return n?null:0;Ie=!0,i=-i}C=d+S;let w=f.from;if(wt.viewport.to)return t.viewport.to==t.state.doc.length?t.state.doc.length:n?null:VK(t,a,f,b,C);let I=t.dom.ownerDocument,F=t.root.elementFromPoint?t.root:I,G=F.elementFromPoint(b,C);G&&!t.contentDOM.contains(G)&&(G=null),G||(b=Math.max(a.left+1,Math.min(a.right-1,b)),G=F.elementFromPoint(b,C),G&&!t.contentDOM.contains(G)&&(G=null));let q,pe=-1;if(G&&0!=(null===(r=t.docView.nearest(G))||void 0===r?void 0:r.isEditable))if(I.caretPositionFromPoint){let Pe=I.caretPositionFromPoint(b,C);Pe&&({offsetNode:q,offset:pe}=Pe)}else if(I.caretRangeFromPoint){let Pe=I.caretRangeFromPoint(b,C);Pe&&(({startContainer:q,startOffset:pe}=Pe),(!t.contentDOM.contains(q)||no.safari&&function gDe(t,e,n){let i;if(3!=t.nodeType||e!=(i=t.nodeValue.length))return!1;for(let r=t.nextSibling;r;r=r.nextSibling)if(1!=r.nodeType||"BR"!=r.nodeName)return!1;return Tm(t,i-1,i).getBoundingClientRect().left>n}(q,pe,b)||no.chrome&&function _De(t,e,n){if(0!=e)return!1;for(let r=t;;){let s=r.parentNode;if(!s||1!=s.nodeType||s.firstChild!=r)return!1;if(s.classList.contains("cm-line"))break;r=s}return n-(1==t.nodeType?t.getBoundingClientRect():Tm(t,0,Math.max(t.nodeValue.length,1)).getBoundingClientRect()).left>5}(q,pe,b))&&(q=void 0))}if(!q||!t.docView.dom.contains(q)){let Pe=M1.find(t.docView,w);if(!Pe)return S>f.top+f.height/2?f.to:f.from;({node:q,offset:pe}=kN(Pe.dom,b,C))}let me=t.docView.nearest(q);if(!me)return null;if(me.isWidget&&1==(null===(s=me.dom)||void 0===s?void 0:s.nodeType)){let Pe=me.dom.getBoundingClientRect();return e.y1.5*t.defaultLineHeight){let d=t.viewState.heightOracle.textHeight;s+=Math.floor((r-n.top-.5*(t.defaultLineHeight-d))/d)*t.viewState.heightOracle.lineLength}let a=t.state.sliceDoc(n.from,n.to);return n.from+fN(a,s,t.state.tabSize)}function LN(t,e){let n=t.lineBlockAt(e);if(Array.isArray(n.type))for(let i of n.type)if(i.to>e||i.to==e&&(i.to==n.to||i.type==J2.Text))return i;return n}function FK(t,e,n,i){let r=t.state.doc.lineAt(e.head),s=t.bidiSpans(r),a=t.textDirectionAt(r.from);for(let d=e,f=null;;){let g=pK(r,s,a,d,n),b=hK;if(!g){if(r.number==(n?t.state.doc.lines:1))return d;b="\n",r=t.state.doc.line(r.number+(n?1:-1)),s=t.bidiSpans(r),g=t.visualLineSide(r,!n)}if(f){if(!f(b))return d}else{if(!i)return g;f=i(b)}d=g}}function aT(t,e,n){for(;;){let i=0;for(let r of t)r.between(e-1,e+1,(s,a,d)=>{if(e>s&&er(t)),n.from,e.head>n.from?-1:1);return i==n.from?n:Ii.cursor(i,inull),no.gecko&&function VDe(t){nQ.has(t)||(nQ.add(t),t.addEventListener("copy",()=>{}),t.addEventListener("cut",()=>{}))}(e.contentDOM.ownerDocument)}handleEvent(e){!function DDe(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let i,n=e.target;n!=t.contentDOM;n=n.parentNode)if(!n||11==n.nodeType||(i=xc.get(n))&&i.ignoreEvent(e))return!1;return!0}(this.view,e)||this.ignoreDuringComposition(e)||"keydown"==e.type&&this.keydown(e)||this.runHandlers(e.type,e)}runHandlers(e,n){let i=this.handlers[e];if(i){for(let r of i.observers)r(this.view,n);for(let r of i.handlers){if(n.defaultPrevented)break;if(r(this.view,n)){n.preventDefault();break}}}}ensureHandlers(e){let n=function EDe(t){let e=Object.create(null);function n(i){return e[i]||(e[i]={observers:[],handlers:[]})}for(let i of t){let r=i.spec;if(r&&r.domEventHandlers)for(let s in r.domEventHandlers){let a=r.domEventHandlers[s];a&&n(s).handlers.push(HK(i.value,a))}if(r&&r.domEventObservers)for(let s in r.domEventObservers){let a=r.domEventObservers[s];a&&n(s).observers.push(HK(i.value,a))}}for(let i in lf)n(i).handlers.push(lf[i]);for(let i in xu)n(i).observers.push(xu[i]);return e}(e),i=this.handlers,r=this.view.contentDOM;for(let s in n)if("scroll"!=s){let a=!n[s].handlers.length,d=i[s];d&&a!=!d.handlers.length&&(r.removeEventListener(s,this.handleEvent),d=null),d||r.addEventListener(s,this.handleEvent,{passive:a})}for(let s in i)"scroll"!=s&&!n[s]&&r.removeEventListener(s,this.handleEvent);this.handlers=n}keydown(e){if(this.lastKeyCode=e.keyCode,this.lastKeyTime=Date.now(),9==e.keyCode&&Date.now()i.keyCode==e.keyCode))&&!e.ctrlKey||SDe.indexOf(e.key)>-1&&e.ctrlKey&&!e.shiftKey)?(229!=e.keyCode&&this.view.observer.forceFlush(),!1):(this.pendingIOSKey=n||e,setTimeout(()=>this.flushIOSKey(),250),!0)}flushIOSKey(e){let n=this.pendingIOSKey;return!(!n||"Enter"==n.key&&e&&e.from0||!!(no.safari&&!no.ios&&this.compositionPendingKey&&Date.now()-this.compositionEndedAt<100)&&(this.compositionPendingKey=!1,!0))}startMouseSelection(e){this.mouseSelection&&this.mouseSelection.destroy(),this.mouseSelection=e}update(e){this.mouseSelection&&this.mouseSelection.update(e),this.draggedContent&&e.docChanged&&(this.draggedContent=this.draggedContent.map(e.changes)),e.transactions.length&&(this.lastKeyCode=this.lastSelectionTime=0)}destroy(){this.mouseSelection&&this.mouseSelection.destroy()}}function HK(t,e){return(n,i)=>{try{return e.call(t,i,n)}catch(r){X2(n.state,r)}}}const zK=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],SDe="dthko",BK=[16,17,18,20,91,92,224,225];function lT(t){return.7*Math.max(0,t)+8}class TDe{constructor(e,n,i,r){this.view=e,this.startEvent=n,this.style=i,this.mustSelect=r,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=n,this.scrollParent=function jAe(t){let e=t.ownerDocument;for(let n=t.parentNode;n&&n!=e.body;)if(1==n.nodeType){if(n.scrollHeight>n.clientHeight||n.scrollWidth>n.clientWidth)return n;n=n.assignedSlot||n.parentNode}else{if(11!=n.nodeType)break;n=n.host}return null}(e.contentDOM),this.atoms=e.state.facet(RN).map(a=>a(e));let s=e.contentDOM.ownerDocument;s.addEventListener("mousemove",this.move=this.move.bind(this)),s.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=n.shiftKey,this.multiple=e.state.facet(n2.allowMultipleSelections)&&function wDe(t,e){let n=t.state.facet(mK);return n.length?n[0](e):no.mac?e.metaKey:e.ctrlKey}(e,n),this.dragging=!(!function ADe(t,e){let{main:n}=t.state.selection;if(n.empty)return!1;let i=Zx(t.root);if(!i||0==i.rangeCount)return!0;let r=i.getRangeAt(0).getClientRects();for(let s=0;s=e.clientX&&a.top<=e.clientY&&a.bottom>=e.clientY)return!0}return!1}(e,n)||1!=ZK(n))&&null}start(e){!1===this.dragging&&this.select(e)}move(e){var n;if(0==e.buttons)return this.destroy();if(this.dragging||null==this.dragging&&function xDe(t,e){return Math.max(Math.abs(t.clientX-e.clientX),Math.abs(t.clientY-e.clientY))}(this.startEvent,e)<10)return;this.select(this.lastEvent=e);let i=0,r=0,s=(null===(n=this.scrollParent)||void 0===n?void 0:n.getBoundingClientRect())||{left:0,top:0,right:this.view.win.innerWidth,bottom:this.view.win.innerHeight},a=DK(this.view);e.clientX-a.left<=s.left+6?i=-lT(s.left-e.clientX):e.clientX+a.right>=s.right-6&&(i=lT(e.clientX-s.right)),e.clientY-a.top<=s.top+6?r=-lT(s.top-e.clientY):e.clientY+a.bottom>=s.bottom-6&&(r=lT(e.clientY-s.bottom)),this.setScrollSpeed(i,r)}up(e){null==this.dragging&&this.select(this.lastEvent),this.dragging||e.preventDefault(),this.destroy()}destroy(){this.setScrollSpeed(0,0);let e=this.view.contentDOM.ownerDocument;e.removeEventListener("mousemove",this.move),e.removeEventListener("mouseup",this.up),this.view.inputState.mouseSelection=this.view.inputState.draggedContent=null}setScrollSpeed(e,n){this.scrollSpeed={x:e,y:n},e||n?this.scrolling<0&&(this.scrolling=setInterval(()=>this.scroll(),50)):this.scrolling>-1&&(clearInterval(this.scrolling),this.scrolling=-1)}scroll(){this.scrollParent?(this.scrollParent.scrollLeft+=this.scrollSpeed.x,this.scrollParent.scrollTop+=this.scrollSpeed.y):this.view.win.scrollBy(this.scrollSpeed.x,this.scrollSpeed.y),!1===this.dragging&&this.select(this.lastEvent)}skipAtoms(e){let n=null;for(let i=0;ithis.select(this.lastEvent),20)}}const lf=Object.create(null),xu=Object.create(null),UK=no.ie&&no.ie_version<15||no.ios&&no.webkit_version<604;function jK(t,e){let i,{state:n}=t,r=1,s=n.toText(e),a=s.lines==n.selection.ranges.length;if(null!=VN&&n.selection.ranges.every(f=>f.empty)&&VN==s.toString()){let f=-1;i=n.changeByRange(g=>{let b=n.doc.lineAt(g.from);if(b.from==f)return{range:g};f=b.from;let C=n.toText((a?s.line(r++).text:e)+n.lineBreak);return{changes:{from:b.from,insert:C},range:Ii.cursor(g.from+C.length)}})}else i=a?n.changeByRange(f=>{let g=s.line(r++);return{changes:{from:f.from,to:f.to,insert:g.text},range:Ii.cursor(f.from+g.length)}}):n.replaceSelection(s);t.dispatch(i,{userEvent:"input.paste",scrollIntoView:!0})}function $K(t,e,n,i){if(1==i)return Ii.cursor(e,n);if(2==i)return function hDe(t,e,n=1){let i=t.charCategorizer(e),r=t.doc.lineAt(e),s=e-r.from;if(0==r.length)return Ii.cursor(e);0==s?n=1:s==r.length&&(n=-1);let a=s,d=s;n<0?a=e2(r.text,s,!1):d=e2(r.text,s);let f=i(r.text.slice(a,d));for(;a>0;){let g=e2(r.text,a,!1);if(i(r.text.slice(g,a))!=f)break;a=g}for(;d{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft},lf.keydown=(t,e)=>(t.inputState.setSelectionOrigin("select"),27==e.keyCode&&(t.inputState.lastEscPress=Date.now()),!1),xu.touchstart=(t,e)=>{t.inputState.lastTouchTime=Date.now(),t.inputState.setSelectionOrigin("select.pointer")},xu.touchmove=t=>{t.inputState.setSelectionOrigin("select.pointer")},lf.mousedown=(t,e)=>{if(t.observer.flush(),t.inputState.lastTouchTime>Date.now()-2e3)return!1;let n=null;for(let i of t.state.facet(_K))if(n=i(t,e),n)break;if(!n&&0==e.button&&(n=function NDe(t,e){let n=WK(t,e),i=ZK(e),r=t.state.selection;return{update(s){s.docChanged&&(n.pos=s.changes.mapPos(n.pos),r=r.map(s.changes))},get(s,a,d){let g,f=WK(t,s),b=$K(t,f.pos,f.bias,i);if(n.pos!=f.pos&&!a){let C=$K(t,n.pos,n.bias,i),S=Math.min(C.from,b.from),w=Math.max(C.to,b.to);b=S1&&(g=function kDe(t,e){for(let n=0;n=e)return Ii.create(t.ranges.slice(0,n).concat(t.ranges.slice(n+1)),t.mainIndex==n?0:t.mainIndex-(t.mainIndex>n?1:0))}return null}(r,f.pos))?g:d?r.addRange(b):Ii.create([b])}}}(t,e)),n){let i=!t.hasFocus;t.inputState.startMouseSelection(new TDe(t,e,n,i)),i&&t.observer.ignore(()=>Bq(t.contentDOM));let r=t.inputState.mouseSelection;if(r)return r.start(e),!1===r.dragging}return!1};let GK=(t,e)=>t>=e.top&&t<=e.bottom,YK=(t,e,n)=>GK(e,n)&&t>=n.left&&t<=n.right;function IDe(t,e,n,i){let r=M1.find(t.docView,e);if(!r)return 1;let s=e-r.posAtStart;if(0==s)return 1;if(s==r.length)return-1;let a=r.coordsAt(s,-1);if(a&&YK(n,i,a))return-1;let d=r.coordsAt(s,1);return d&&YK(n,i,d)?1:a&&GK(i,a)?-1:1}function WK(t,e){let n=t.posAtCoords({x:e.clientX,y:e.clientY},!1);return{pos:n,bias:IDe(t,n,e.clientX,e.clientY)}}const RDe=no.ie&&no.ie_version<=11;let qK=null,KK=0,QK=0;function ZK(t){if(!RDe)return t.detail;let e=qK,n=QK;return qK=t,QK=Date.now(),KK=!e||n>Date.now()-400&&Math.abs(e.clientX-t.clientX)<2&&Math.abs(e.clientY-t.clientY)<2?(KK+1)%3:1}function JK(t,e,n,i){if(!n)return;let r=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:s}=t.inputState,a=i&&s&&function MDe(t,e){let n=t.state.facet(gK);return n.length?n[0](e):no.mac?!e.altKey:!e.ctrlKey}(t,e)?{from:s.from,to:s.to}:null,d={from:r,insert:n},f=t.state.changes(a?[a,d]:d);t.focus(),t.dispatch({changes:f,selection:{anchor:f.mapPos(r,-1),head:f.mapPos(r,1)},userEvent:a?"move.drop":"input.drop"}),t.inputState.draggedContent=null}lf.dragstart=(t,e)=>{let{selection:{main:n}}=t.state;if(e.target.draggable){let r=t.docView.nearest(e.target);if(r&&r.isWidget){let s=r.posAtStart,a=s+r.length;(s>=n.to||a<=n.from)&&(n=Ii.range(s,a))}}let{inputState:i}=t;return i.mouseSelection&&(i.mouseSelection.dragging=!0),i.draggedContent=n,e.dataTransfer&&(e.dataTransfer.setData("Text",t.state.sliceDoc(n.from,n.to)),e.dataTransfer.effectAllowed="copyMove"),!1},lf.dragend=t=>(t.inputState.draggedContent=null,!1),lf.drop=(t,e)=>{if(!e.dataTransfer)return!1;if(t.state.readOnly)return!0;let n=e.dataTransfer.files;if(n&&n.length){let i=Array(n.length),r=0,s=()=>{++r==n.length&&JK(t,e,i.filter(a=>null!=a).join(t.state.lineBreak),!1)};for(let a=0;a{/[\x00-\x08\x0e-\x1f]{2}/.test(d.result)||(i[a]=d.result),s()},d.readAsText(n[a])}return!0}{let i=e.dataTransfer.getData("Text");if(i)return JK(t,e,i,!0),!0}return!1},lf.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let n=UK?null:e.clipboardData;return n?(jK(t,n.getData("text/plain")||n.getData("text/uri-list")),!0):(function ODe(t){let e=t.dom.parentNode;if(!e)return;let n=e.appendChild(document.createElement("textarea"));n.style.cssText="position: fixed; left: -10000px; top: 10px",n.focus(),setTimeout(()=>{t.focus(),n.remove(),jK(t,n.value)},50)}(t),!1)};let VN=null;lf.copy=lf.cut=(t,e)=>{let{text:n,ranges:i,linewise:r}=function PDe(t){let e=[],n=[],i=!1;for(let r of t.selection.ranges)r.empty||(e.push(t.sliceDoc(r.from,r.to)),n.push(r));if(!e.length){let r=-1;for(let{from:s}of t.selection.ranges){let a=t.doc.lineAt(s);a.number>r&&(e.push(a.text),n.push({from:a.from,to:Math.min(t.doc.length,a.to+1)})),r=a.number}i=!0}return{text:e.join(t.lineBreak),ranges:n,linewise:i}}(t.state);if(!n&&!r)return!1;VN=r?n:null,"cut"==e.type&&!t.state.readOnly&&t.dispatch({changes:i,scrollIntoView:!0,userEvent:"delete.cut"});let s=UK?null:e.clipboardData;return s?(s.clearData(),s.setData("text/plain",n),!0):(function LDe(t,e){let n=t.dom.parentNode;if(!n)return;let i=n.appendChild(document.createElement("textarea"));i.style.cssText="position: fixed; left: -10000px; top: 10px",i.value=e,i.focus(),i.selectionEnd=e.length,i.selectionStart=0,setTimeout(()=>{i.remove(),t.focus()},50)}(t,n),!1)};const XK=y3.define();function eQ(t,e){let n=[];for(let i of t.facet(yK)){let r=i(t,e);r&&n.push(r)}return n?t.update({effects:n,annotations:XK.of(!0)}):null}function tQ(t){setTimeout(()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let n=eQ(t.state,e);n?t.dispatch(n):t.update([])}},10)}xu.focus=t=>{t.inputState.lastFocusTime=Date.now(),!t.scrollDOM.scrollTop&&(t.inputState.lastScrollTop||t.inputState.lastScrollLeft)&&(t.scrollDOM.scrollTop=t.inputState.lastScrollTop,t.scrollDOM.scrollLeft=t.inputState.lastScrollLeft),tQ(t)},xu.blur=t=>{t.observer.clearSelectionRange(),tQ(t)},xu.compositionstart=xu.compositionupdate=t=>{null==t.inputState.compositionFirstChange&&(t.inputState.compositionFirstChange=!0),t.inputState.composing<0&&(t.inputState.composing=0)},xu.compositionend=t=>{t.inputState.composing=-1,t.inputState.compositionEndedAt=Date.now(),t.inputState.compositionPendingKey=!0,t.inputState.compositionPendingChange=t.observer.pendingRecords().length>0,t.inputState.compositionFirstChange=null,no.chrome&&no.android?t.observer.flushSoon():t.inputState.compositionPendingChange?Promise.resolve().then(()=>t.observer.flush()):setTimeout(()=>{t.inputState.composing<0&&t.docView.hasComposition&&t.update([])},50)},xu.contextmenu=t=>{t.inputState.lastContextMenu=Date.now()},lf.beforeinput=(t,e)=>{var n;let i;if(no.chrome&&no.android&&(i=zK.find(r=>r.inputType==e.inputType))&&(t.observer.delayAndroidKey(i.key,i.keyCode),"Backspace"==i.key||"Delete"==i.key)){let r=(null===(n=window.visualViewport)||void 0===n?void 0:n.height)||0;setTimeout(()=>{var s;((null===(s=window.visualViewport)||void 0===s?void 0:s.height)||0)>r+10&&t.hasFocus&&(t.contentDOM.blur(),t.focus())},100)}return no.ios&&"deleteContentForward"==e.inputType&&t.observer.flushSoon(),no.safari&&"insertText"==e.inputType&&t.inputState.composing>=0&&setTimeout(()=>xu.compositionend(t,e),20),!1};const nQ=new Set,iQ=["pre-wrap","normal","pre-line","break-spaces"];class rQ{constructor(e){this.lineWrapping=e,this.doc=sc.empty,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.textHeight=14,this.lineLength=30,this.heightChanged=!1}heightForGap(e,n){let i=this.doc.lineAt(n).number-this.doc.lineAt(e).number+1;return this.lineWrapping&&(i+=Math.max(0,Math.ceil((n-e-i*this.lineLength*.5)/this.lineLength))),this.lineHeight*i}heightForLine(e){return this.lineWrapping?(1+Math.max(0,Math.ceil((e-this.lineLength)/(this.lineLength-5))))*this.lineHeight:this.lineHeight}setDoc(e){return this.doc=e,this}mustRefreshForWrapping(e){return iQ.indexOf(e)>-1!=this.lineWrapping}mustRefreshForHeights(e){let n=!1;for(let i=0;i-1,f=Math.round(n)!=Math.round(this.lineHeight)||this.lineWrapping!=d;if(this.lineWrapping=d,this.lineHeight=n,this.charWidth=i,this.textHeight=r,this.lineLength=s,f){this.heightSamples={};for(let g=0;g0}set outdated(e){this.flags=(e?2:0)|-3&this.flags}setHeight(e,n){this.height!=n&&(Math.abs(this.height-n)>dT&&(e.heightChanged=!0),this.height=n)}replace(e,n,i){return A2.of(i)}decomposeLeft(e,n){n.push(this)}decomposeRight(e,n){n.push(this)}applyChanges(e,n,i,r){let s=this,a=i.doc;for(let d=r.length-1;d>=0;d--){let{fromA:f,toA:g,fromB:b,toB:C}=r[d],S=s.lineAt(f,kc.ByPosNoHeight,i.setDoc(n),0,0),w=S.to>=g?S:s.lineAt(g,kc.ByPosNoHeight,i,0,0);for(C+=w.to-g,g=w.to;d>0&&S.from<=r[d-1].toA;)f=r[d-1].fromA,b=r[d-1].fromB,d--,f2*s){let d=e[n-1];d.break?e.splice(--n,1,d.left,null,d.right):e.splice(--n,1,d.left,d.right),i+=1+d.break,r-=d.size}else{if(!(s>2*r))break;{let d=e[i];d.break?e.splice(i,1,d.left,null,d.right):e.splice(i,1,d.left,d.right),i+=2+d.break,s-=d.size}}else if(r=s&&a(this.blockAt(0,i,r,s))}updateHeight(e,n=0,i=!1,r){return r&&r.from<=n&&r.more&&this.setHeight(e,r.heights[r.index++]),this.outdated=!1,this}toString(){return`block(${this.length})`}}class Ud extends sQ{constructor(e,n){super(e,n,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(e,n,i,r){return new s0(r,this.length,i,this.height,this.breaks)}replace(e,n,i){let r=i[0];return 1==i.length&&(r instanceof Ud||r instanceof o2&&4&r.flags)&&Math.abs(this.length-r.length)<10?(r instanceof o2?r=new Ud(r.length,this.height):r.height=this.height,this.outdated||(r.outdated=!1),r):A2.of(i)}updateHeight(e,n=0,i=!1,r){return r&&r.from<=n&&r.more?this.setHeight(e,r.heights[r.index++]):(i||this.outdated)&&this.setHeight(e,Math.max(this.widgetHeight,e.heightForLine(this.length-this.collapsed))+this.breaks*e.lineHeight),this.outdated=!1,this}toString(){return`line(${this.length}${this.collapsed?-this.collapsed:""}${this.widgetHeight?":"+this.widgetHeight:""})`}}class o2 extends A2{constructor(e){super(e,0)}heightMetrics(e,n){let a,i=e.doc.lineAt(n).number,r=e.doc.lineAt(n+this.length).number,s=r-i+1,d=0;if(e.lineWrapping){let f=Math.min(this.height,e.lineHeight*s);a=f/s,this.length>s+1&&(d=(this.height-f)/(this.length-s-1))}else a=this.height/s;return{firstLine:i,lastLine:r,perLine:a,perChar:d}}blockAt(e,n,i,r){let{firstLine:s,lastLine:a,perLine:d,perChar:f}=this.heightMetrics(n,r);if(n.lineWrapping){let g=r+(e0){let s=i[i.length-1];s instanceof o2?i[i.length-1]=new o2(s.length+r):i.push(null,new o2(r-1))}if(e>0){let s=i[0];s instanceof o2?i[0]=new o2(e+s.length):i.unshift(new o2(e-1),null)}return A2.of(i)}decomposeLeft(e,n){n.push(new o2(e-1),null)}decomposeRight(e,n){n.push(null,new o2(this.length-e-1))}updateHeight(e,n=0,i=!1,r){let s=n+this.length;if(r&&r.from<=n+this.length&&r.more){let a=[],d=Math.max(n,r.from),f=-1;for(r.from>n&&a.push(new o2(r.from-n-1).updateHeight(e,n));d<=s&&r.more;){let b=e.doc.lineAt(d).length;a.length&&a.push(null);let C=r.heights[r.index++];-1==f?f=C:Math.abs(C-f)>=dT&&(f=-2);let S=new Ud(b,C);S.outdated=!1,a.push(S),d+=b+1}d<=s&&a.push(null,new o2(s-d).updateHeight(e,d));let g=A2.of(a);return(f<0||Math.abs(g.height-this.height)>=dT||Math.abs(f-this.heightMetrics(e,n).perLine)>=dT)&&(e.heightChanged=!0),g}return(i||this.outdated)&&(this.setHeight(e,e.heightForGap(n,n+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class FDe extends A2{constructor(e,n,i){super(e.length+n+i.length,e.height+i.height,n|(e.outdated||i.outdated?2:0)),this.left=e,this.right=i,this.size=e.size+i.size}get break(){return 1&this.flags}blockAt(e,n,i,r){let s=i+this.left.height;return ed))return g;let b=n==kc.ByPosNoHeight?kc.ByPosNoHeight:kc.ByPos;return f?g.join(this.right.lineAt(d,b,i,a,d)):this.left.lineAt(d,b,i,r,s).join(g)}forEachLine(e,n,i,r,s,a){let d=r+this.left.height,f=s+this.left.length+this.break;if(this.break)e=f&&this.right.forEachLine(e,n,i,d,f,a);else{let g=this.lineAt(f,kc.ByPos,i,r,s);e=e&&g.from<=n&&a(g),n>g.to&&this.right.forEachLine(g.to+1,n,i,d,f,a)}}replace(e,n,i){let r=this.left.length+this.break;if(nthis.left.length)return this.balanced(this.left,this.right.replace(e-r,n-r,i));let s=[];e>0&&this.decomposeLeft(e,s);let a=s.length;for(let d of i)s.push(d);if(e>0&&aQ(s,a-1),n=i&&n.push(null)),e>i&&this.right.decomposeLeft(e-i,n)}decomposeRight(e,n){let i=this.left.length,r=i+this.break;if(e>=r)return this.right.decomposeRight(e-r,n);e2*n.size||n.size>2*e.size?A2.of(this.break?[e,null,n]:[e,n]):(this.left=e,this.right=n,this.height=e.height+n.height,this.outdated=e.outdated||n.outdated,this.size=e.size+n.size,this.length=e.length+this.break+n.length,this)}updateHeight(e,n=0,i=!1,r){let{left:s,right:a}=this,d=n+s.length+this.break,f=null;return r&&r.from<=n+s.length&&r.more?f=s=s.updateHeight(e,n,i,r):s.updateHeight(e,n,i),r&&r.from<=d+a.length&&r.more?f=a=a.updateHeight(e,d,i,r):a.updateHeight(e,d,i),f?this.balanced(s,a):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function aQ(t,e){let n,i;null==t[e]&&(n=t[e-1])instanceof o2&&(i=t[e+1])instanceof o2&&t.splice(e-1,3,new o2(n.length+1+i.length))}class FN{constructor(e,n){this.pos=e,this.oracle=n,this.nodes=[],this.lineStart=-1,this.lineEnd=-1,this.covering=null,this.writtenTo=e}get isCovered(){return this.covering&&this.nodes[this.nodes.length-1]==this.covering}span(e,n){if(this.lineStart>-1){let i=Math.min(n,this.lineEnd),r=this.nodes[this.nodes.length-1];r instanceof Ud?r.length+=i-this.pos:(i>this.pos||!this.isCovered)&&this.nodes.push(new Ud(i-this.pos,-1)),this.writtenTo=i,n>i&&(this.nodes.push(null),this.writtenTo++,this.lineStart=-1)}this.pos=n}point(e,n,i){if(e=5)&&this.addLineDeco(r,s,a)}else n>e&&this.span(e,n);this.lineEnd>-1&&this.lineEnd-1)return;let{from:e,to:n}=this.oracle.doc.lineAt(this.pos);this.lineStart=e,this.lineEnd=n,this.writtenToe&&this.nodes.push(new Ud(this.pos-e,-1)),this.writtenTo=this.pos}blankContent(e,n){let i=new o2(n-e);return this.oracle.doc.lineAt(e).to==n&&(i.flags|=4),i}ensureLine(){this.enterLine();let e=this.nodes.length?this.nodes[this.nodes.length-1]:null;if(e instanceof Ud)return e;let n=new Ud(0,-1);return this.nodes.push(n),n}addBlock(e){this.enterLine();let n=e.deco;n&&n.startSide>0&&!this.isCovered&&this.ensureLine(),this.nodes.push(e),this.writtenTo=this.pos=this.pos+e.length,n&&n.endSide>0&&(this.covering=e)}addLineDeco(e,n,i){let r=this.ensureLine();r.length+=i,r.collapsed+=i,r.widgetHeight=Math.max(r.widgetHeight,e),r.breaks+=n,this.writtenTo=this.pos=this.pos+i}finish(e){let n=0==this.nodes.length?null:this.nodes[this.nodes.length-1];!(this.lineStart>-1)||n instanceof Ud||this.isCovered?(this.writtenTob.clientHeight||b.scrollWidth>b.clientWidth)&&"visible"!=C.overflow){let S=b.getBoundingClientRect();s=Math.max(s,S.left),a=Math.min(a,S.right),d=Math.max(d,S.top),f=g==t.parentNode?S.bottom:Math.min(f,S.bottom)}g="absolute"==C.position||"fixed"==C.position?b.offsetParent:b.parentNode}else{if(11!=g.nodeType)break;g=g.host}return{left:s-n.left,right:Math.max(s,a)-n.left,top:d-(n.top+e),bottom:Math.max(d,f)-(n.top+e)}}function jDe(t,e){let n=t.getBoundingClientRect();return{left:0,right:n.right-n.left,top:e,bottom:n.bottom-(n.top+e)}}class HN{constructor(e,n,i){this.from=e,this.to=n,this.size=i}static same(e,n){if(e.length!=n.length)return!1;for(let i=0;i"function"!=typeof i&&"cm-lineWrapping"==i.class);this.heightOracle=new rQ(n),this.stateDeco=e.facet(Lb).filter(i=>"function"!=typeof i),this.heightMap=A2.empty().applyChanges(this.stateDeco,sc.empty,this.heightOracle.setDoc(e.doc),[new Bd(0,0,0,e.doc.length)]),this.viewport=this.getViewport(0,null),this.updateViewportLines(),this.updateForViewport(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=go.set(this.lineGaps.map(i=>i.draw(this,!1))),this.computeVisibleRanges()}updateForViewport(){let e=[this.viewport],{main:n}=this.state.selection;for(let i=0;i<=1;i++){let r=i?n.head:n.anchor;if(!e.some(({from:s,to:a})=>r>=s&&r<=a)){let{from:s,to:a}=this.lineBlockAt(r);e.push(new uT(s,a))}}this.viewports=e.sort((i,r)=>i.from-r.from),this.scaler=this.heightMap.height<=7e6?lQ:new WDe(this.heightOracle,this.heightMap,this.viewports)}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,e=>{this.viewportLines.push(1==this.scaler.scale?e:Vb(e,this.scaler))})}update(e,n=null){this.state=e.state;let i=this.stateDeco;this.stateDeco=this.state.facet(Lb).filter(b=>"function"!=typeof b);let s=Bd.extendWithRanges(e.changedRanges,function zDe(t,e,n){let i=new BDe;return tl.compare(t,e,n,i,0),i.changes}(i,this.stateDeco,e?e.changes:w1.empty(this.state.doc.length))),a=this.heightMap.height,d=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),s),this.heightMap.height!=a&&(e.flags|=2),d?(this.scrollAnchorPos=e.changes.mapPos(d.from,-1),this.scrollAnchorHeight=d.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=this.heightMap.height);let f=s.length?this.mapViewport(this.viewport,e.changes):this.viewport;(n&&(n.range.headf.to)||!this.viewportIsAppropriate(f))&&(f=this.getViewport(0,n));let g=!e.changes.empty||2&e.flags||f.from!=this.viewport.from||f.to!=this.viewport.to;this.viewport=f,this.updateForViewport(),g&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,e.changes))),e.flags|=this.computeVisibleRanges(),n&&(this.scrollTarget=n),!this.mustEnforceCursorAssoc&&e.selectionSet&&e.view.lineWrapping&&e.state.selection.main.empty&&e.state.selection.main.assoc&&!e.state.facet(EK)&&(this.mustEnforceCursorAssoc=!0)}measure(e){let n=e.contentDOM,i=window.getComputedStyle(n),r=this.heightOracle,s=i.whiteSpace;this.defaultTextDirection="rtl"==i.direction?Tc.RTL:Tc.LTR;let a=this.heightOracle.mustRefreshForWrapping(s),d=n.getBoundingClientRect(),f=a||this.mustMeasureContent||this.contentDOMHeight!=d.height;this.contentDOMHeight=d.height,this.mustMeasureContent=!1;let g=0,b=0;if(d.width&&d.height){let{scaleX:Pe,scaleY:Ie}=zq(n,d);(Pe>.005&&Math.abs(this.scaleX-Pe)>.005||Ie>.005&&Math.abs(this.scaleY-Ie)>.005)&&(this.scaleX=Pe,this.scaleY=Ie,g|=8,a=f=!0)}let C=(parseInt(i.paddingTop)||0)*this.scaleY,S=(parseInt(i.paddingBottom)||0)*this.scaleY;(this.paddingTop!=C||this.paddingBottom!=S)&&(this.paddingTop=C,this.paddingBottom=S,g|=10),this.editorWidth!=e.scrollDOM.clientWidth&&(r.lineWrapping&&(f=!0),this.editorWidth=e.scrollDOM.clientWidth,g|=8);let w=e.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=w&&(this.scrollAnchorHeight=-1,this.scrollTop=w),this.scrolledToBottom=$q(e.scrollDOM);let I=(this.printing?jDe:UDe)(n,this.paddingTop),F=I.top-this.pixelViewport.top,G=I.bottom-this.pixelViewport.bottom;this.pixelViewport=I;let q=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(q!=this.inView&&(this.inView=q,q&&(f=!0)),!this.inView&&!this.scrollTarget)return 0;let pe=d.width;if((this.contentDOMWidth!=pe||this.editorHeight!=e.scrollDOM.clientHeight)&&(this.contentDOMWidth=d.width,this.editorHeight=e.scrollDOM.clientHeight,g|=8),f){let Pe=e.docView.measureVisibleLineHeights(this.viewport);if(r.mustRefreshForHeights(Pe)&&(a=!0),a||r.lineWrapping&&Math.abs(pe-this.contentDOMWidth)>r.charWidth){let{lineHeight:Ie,charWidth:rt,textHeight:mt}=e.docView.measureTextSize();a=Ie>0&&r.refresh(s,Ie,rt,mt,pe/rt,Pe),a&&(e.docView.minWidth=0,g|=8)}F>0&&G>0?b=Math.max(F,G):F<0&&G<0&&(b=Math.min(F,G)),r.heightChanged=!1;for(let Ie of this.viewports){let rt=Ie.from==this.viewport.from?Pe:e.docView.measureVisibleLineHeights(Ie);this.heightMap=(a?A2.empty().applyChanges(this.stateDeco,sc.empty,this.heightOracle,[new Bd(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(r,0,a,new oQ(Ie.from,rt))}r.heightChanged&&(g|=2)}let me=!this.viewportIsAppropriate(this.viewport,b)||this.scrollTarget&&(this.scrollTarget.range.headthis.viewport.to);return me&&(this.viewport=this.getViewport(b,this.scrollTarget)),this.updateForViewport(),(2&g||me)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(a?[]:this.lineGaps,e)),g|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),g}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(e,n){let i=.5-Math.max(-.5,Math.min(.5,e/1e3/2)),r=this.heightMap,s=this.heightOracle,{visibleTop:a,visibleBottom:d}=this,f=new uT(r.lineAt(a-1e3*i,kc.ByHeight,s,0,0).from,r.lineAt(d+1e3*(1-i),kc.ByHeight,s,0,0).to);if(n){let{head:g}=n.range;if(gf.to){let S,b=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),C=r.lineAt(g,kc.ByPos,s,0,0);S="center"==n.y?(C.top+C.bottom)/2-b/2:"start"==n.y||"nearest"==n.y&&g=d+Math.max(10,Math.min(i,250)))&&r>a-2e3&&s>1,a=r<<1;if(this.defaultTextDirection!=Tc.LTR&&!i)return[];let d=[],f=(g,b,C,S)=>{if(b-gg&&GG.from>=C.from&&G.to<=C.to&&Math.abs(G.from-g)G.fromq));if(!F){if(bG.from<=b&&G.to>=b)){let G=n.moveToLineBoundary(Ii.cursor(b),!1,!0).head;G>g&&(b=G)}F=new HN(g,b,this.gapSize(C,g,b,S))}d.push(F)};for(let g of this.viewportLines){if(g.lengthg.from&&f(g.from,S,g,b),wn.draw(this,this.heightOracle.lineWrapping))))}computeVisibleRanges(){let e=this.stateDeco;this.lineGaps.length&&(e=e.concat(this.lineGapDeco));let n=[];tl.spans(e,this.viewport.from,this.viewport.to,{span(r,s){n.push({from:r,to:s})},point(){}},20);let i=n.length!=this.visibleRanges.length||this.visibleRanges.some((r,s)=>r.from!=n[s].from||r.to!=n[s].to);return this.visibleRanges=n,i?4:0}lineBlockAt(e){return e>=this.viewport.from&&e<=this.viewport.to&&this.viewportLines.find(n=>n.from<=e&&n.to>=e)||Vb(this.heightMap.lineAt(e,kc.ByPos,this.heightOracle,0,0),this.scaler)}lineBlockAtHeight(e){return Vb(this.heightMap.lineAt(this.scaler.fromDOM(e),kc.ByHeight,this.heightOracle,0,0),this.scaler)}scrollAnchorAt(e){let n=this.lineBlockAtHeight(e+8);return n.from>=this.viewport.from||this.viewportLines[0].top-e>200?n:this.viewportLines[0]}elementAtHeight(e){return Vb(this.heightMap.blockAt(this.scaler.fromDOM(e),this.heightOracle,0,0),this.scaler)}get docHeight(){return this.scaler.toDOM(this.heightMap.height)}get contentHeight(){return this.docHeight+this.paddingTop+this.paddingBottom}}class uT{constructor(e,n){this.from=e,this.to=n}}function GDe(t,e,n){let i=[],r=t,s=0;return tl.spans(n,t,e,{span(){},point(a,d){a>r&&(i.push({from:r,to:a}),s+=a-r),r=d}},20),r=1)return e[e.length-1].to;let i=Math.floor(t*n);for(let r=0;;r++){let{from:s,to:a}=e[r],d=a-s;if(i<=d)return s+i;i-=d}}function hT(t,e){let n=0;for(let{from:i,to:r}of t.ranges){if(e<=r){n+=e-i;break}n+=r-i}return n/t.total}const lQ={toDOM:t=>t,fromDOM:t=>t,scale:1};class WDe{constructor(e,n,i){let r=0,s=0,a=0;this.viewports=i.map(({from:d,to:f})=>{let g=n.lineAt(d,kc.ByPos,e,0,0).top,b=n.lineAt(f,kc.ByPos,e,0,0).bottom;return r+=b-g,{from:d,to:f,top:g,bottom:b,domTop:0,domBottom:0}}),this.scale=(7e6-r)/(n.height-r);for(let d of this.viewports)d.domTop=a+(d.top-s)*this.scale,a=d.domBottom=d.domTop+(d.bottom-d.top),s=d.bottom}toDOM(e){for(let n=0,i=0,r=0;;n++){let s=nVb(r,e)):t._content)}const pT=$r.define({combine:t=>t.join(" ")}),zN=$r.define({combine:t=>t.indexOf(!0)>-1}),BN=d4.newName(),dQ=d4.newName(),uQ=d4.newName(),fQ={"&light":"."+dQ,"&dark":"."+uQ};function UN(t,e,n){return new d4(e,{finish:i=>/&/.test(i)?i.replace(/&\w*/,r=>{if("&"==r)return t;if(!n||!n[r])throw new RangeError(`Unsupported selector: ${r}`);return n[r]}):t+" "+i})}const qDe=UN("."+BN,{"&":{position:"relative !important",boxSizing:"border-box","&.cm-focused":{outline:"1px dotted #212121"},display:"flex !important",flexDirection:"column"},".cm-scroller":{display:"flex !important",alignItems:"flex-start !important",fontFamily:"monospace",lineHeight:1.4,height:"100%",overflowX:"auto",position:"relative",zIndex:0},".cm-content":{margin:0,flexGrow:2,flexShrink:0,display:"block",whiteSpace:"pre",wordWrap:"normal",boxSizing:"border-box",minHeight:"100%",padding:"4px 0",outline:"none","&[contenteditable=true]":{WebkitUserModify:"read-write-plaintext-only"}},".cm-lineWrapping":{whiteSpace_fallback:"pre-wrap",whiteSpace:"break-spaces",wordBreak:"break-word",overflowWrap:"anywhere",flexShrink:1},"&light .cm-content":{caretColor:"black"},"&dark .cm-content":{caretColor:"white"},".cm-line":{display:"block",padding:"0 2px 0 6px"},".cm-layer":{position:"absolute",left:0,top:0,contain:"size style","& > *":{position:"absolute"}},"&light .cm-selectionBackground":{background:"#d9d9d9"},"&dark .cm-selectionBackground":{background:"#222"},"&light.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#d7d4f0"},"&dark.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#233"},".cm-cursorLayer":{pointerEvents:"none"},"&.cm-focused > .cm-scroller > .cm-cursorLayer":{animation:"steps(1) cm-blink 1.2s infinite"},"@keyframes cm-blink":{"0%":{},"50%":{opacity:0},"100%":{}},"@keyframes cm-blink2":{"0%":{},"50%":{opacity:0},"100%":{}},".cm-cursor, .cm-dropCursor":{borderLeft:"1.2px solid black",marginLeft:"-0.6px",pointerEvents:"none"},".cm-cursor":{display:"none"},"&dark .cm-cursor":{borderLeftColor:"#444"},".cm-dropCursor":{position:"absolute"},"&.cm-focused > .cm-scroller > .cm-cursorLayer .cm-cursor":{display:"block"},".cm-iso":{unicodeBidi:"isolate"},".cm-announced":{position:"fixed",top:"-10000px"},"@media print":{".cm-announced":{display:"none"}},"&light .cm-activeLine":{backgroundColor:"#cceeff44"},"&dark .cm-activeLine":{backgroundColor:"#99eeff33"},"&light .cm-specialChar":{color:"red"},"&dark .cm-specialChar":{color:"#f78"},".cm-gutters":{flexShrink:0,display:"flex",height:"100%",boxSizing:"border-box",insetInlineStart:0,zIndex:200},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",borderRight:"1px solid #ddd"},"&dark .cm-gutters":{backgroundColor:"#333338",color:"#ccc"},".cm-gutter":{display:"flex !important",flexDirection:"column",flexShrink:0,boxSizing:"border-box",minHeight:"100%",overflow:"hidden"},".cm-gutterElement":{boxSizing:"border-box"},".cm-lineNumbers .cm-gutterElement":{padding:"0 3px 0 5px",minWidth:"20px",textAlign:"right",whiteSpace:"nowrap"},"&light .cm-activeLineGutter":{backgroundColor:"#e2f2ff"},"&dark .cm-activeLineGutter":{backgroundColor:"#222227"},".cm-panels":{boxSizing:"border-box",position:"sticky",left:0,right:0},"&light .cm-panels":{backgroundColor:"#f5f5f5",color:"black"},"&light .cm-panels-top":{borderBottom:"1px solid #ddd"},"&light .cm-panels-bottom":{borderTop:"1px solid #ddd"},"&dark .cm-panels":{backgroundColor:"#333338",color:"white"},".cm-tab":{display:"inline-block",overflow:"hidden",verticalAlign:"bottom"},".cm-widgetBuffer":{verticalAlign:"text-top",height:"1em",width:0,display:"inline"},".cm-placeholder":{color:"#888",display:"inline-block",verticalAlign:"top"},".cm-highlightSpace:before":{content:"attr(data-display)",position:"absolute",pointerEvents:"none",color:"#888"},".cm-highlightTab":{backgroundImage:'url(\'data:image/svg+xml,\')',backgroundSize:"auto 100%",backgroundPosition:"right 90%",backgroundRepeat:"no-repeat"},".cm-trailingSpace":{backgroundColor:"#ff332255"},".cm-button":{verticalAlign:"middle",color:"inherit",fontSize:"70%",padding:".2em 1em",borderRadius:"1px"},"&light .cm-button":{backgroundImage:"linear-gradient(#eff1f5, #d9d9df)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#b4b4b4, #d0d3d6)"}},"&dark .cm-button":{backgroundImage:"linear-gradient(#393939, #111)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#111, #333)"}},".cm-textfield":{verticalAlign:"middle",color:"inherit",fontSize:"70%",border:"1px solid silver",padding:".2em .5em"},"&light .cm-textfield":{backgroundColor:"white"},"&dark .cm-textfield":{border:"1px solid #555",backgroundColor:"inherit"}},fQ);class KDe{constructor(e,n){this.points=e,this.text="",this.lineSeparator=n.facet(n2.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+="\uffff"}readRange(e,n){if(!e)return this;let i=e.parentNode;for(let r=e;;){this.findPointBefore(i,r);let s=this.text.length;this.readNode(r);let a=r.nextSibling;if(a==n)break;let d=xc.get(r),f=xc.get(a);(d&&f?d.breakAfter:(d?d.breakAfter:Xx(r))||Xx(a)&&("BR"!=r.nodeName||r.cmIgnore)&&this.text.length>s)&&this.lineBreak(),r=a}return this.findPointBefore(i,n),this}readTextNode(e){let n=e.nodeValue;for(let i of this.points)i.node==e&&(i.pos=this.text.length+Math.min(i.offset,n.length));for(let i=0,r=this.lineSeparator?null:/\r\n?|\n/g;;){let d,s=-1,a=1;if(this.lineSeparator?(s=n.indexOf(this.lineSeparator,i),a=this.lineSeparator.length):(d=r.exec(n))&&(s=d.index,a=d[0].length),this.append(n.slice(i,s<0?n.length:s)),s<0)break;if(this.lineBreak(),a>1)for(let f of this.points)f.node==e&&f.pos>this.text.length&&(f.pos-=a-1);i=s+a}}readNode(e){if(e.cmIgnore)return;let n=xc.get(e),i=n&&n.overrideDOMText;if(null!=i){this.findPointInside(e,i.length);for(let r=i.iter();!r.next().done;)r.lineBreak?this.lineBreak():this.append(r.value)}else 3==e.nodeType?this.readTextNode(e):"BR"==e.nodeName?e.nextSibling&&this.lineBreak():1==e.nodeType&&this.readRange(e.firstChild,null)}findPointBefore(e,n){for(let i of this.points)i.node==e&&e.childNodes[i.offset]==n&&(i.pos=this.text.length)}findPointInside(e,n){for(let i of this.points)(3==e.nodeType?i.node==e:e.contains(i.node))&&(i.pos=this.text.length+(QDe(e,i.node,i.offset)?n:0))}}function QDe(t,e,n){for(;;){if(!e||n-1)this.newSel=null;else if(n>-1&&(this.bounds=e.docView.domBoundsAround(n,i,0))){let d=s||a?[]:function eOe(t){let e=[];if(t.root.activeElement!=t.contentDOM)return e;let{anchorNode:n,anchorOffset:i,focusNode:r,focusOffset:s}=t.observer.selectionRange;return n&&(e.push(new hQ(n,i)),(r!=n||s!=i)&&e.push(new hQ(r,s))),e}(e),f=new KDe(d,e.state);f.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=f.text,this.newSel=function tOe(t,e){if(0==t.length)return null;let n=t[0].pos,i=2==t.length?t[1].pos:n;return n>-1&&i>-1?Ii.single(n+e,i+e):null}(d,this.bounds.from)}else{let d=e.observer.selectionRange,f=s&&s.node==d.focusNode&&s.offset==d.focusOffset||!gN(e.contentDOM,d.focusNode)?e.state.selection.main.head:e.docView.posFromDOM(d.focusNode,d.focusOffset),g=a&&a.node==d.anchorNode&&a.offset==d.anchorOffset||!gN(e.contentDOM,d.anchorNode)?e.state.selection.main.anchor:e.docView.posFromDOM(d.anchorNode,d.anchorOffset),b=e.viewport;if((no.ios||no.chrome)&&e.state.selection.main.empty&&f!=g&&(b.from>0||b.toDate.now()-100?t.inputState.lastKeyCode:-1;if(e.bounds){let{from:a,to:d}=e.bounds,f=r.from,g=null;(8===s||no.android&&e.text.length0&&d>0&&t.charCodeAt(a-1)==e.charCodeAt(d-1);)a--,d--;return"end"==i&&(n-=a+Math.max(0,s-Math.min(a,d))-s),a=a?s-n:0,d=s+(d-a),a=s):d=d?s-n:0,a=s+(a-d),d=s),{from:s,toA:a,toB:d}}(t.state.doc.sliceString(a,d,"\uffff"),e.text,f-a,g);b&&(no.chrome&&13==s&&b.toB==b.from+2&&"\uffff\uffff"==e.text.slice(b.from,b.toB)&&b.toB--,n={from:a+b.from,to:a+b.toA,insert:sc.of(e.text.slice(b.from,b.toB).split("\uffff"))})}else i&&(!t.hasFocus&&t.state.facet(rT)||i.main.eq(r))&&(i=null);if(!n&&!i)return!1;if(!n&&e.typeOver&&!r.empty&&i&&i.main.empty?n={from:r.from,to:r.to,insert:t.state.doc.slice(r.from,r.to)}:n&&n.from>=r.from&&n.to<=r.to&&(n.from!=r.from||n.to!=r.to)&&r.to-r.from-(n.to-n.from)<=4?n={from:r.from,to:r.to,insert:t.state.doc.slice(r.from,n.from).append(n.insert).append(t.state.doc.slice(n.to,r.to))}:(no.mac||no.android)&&n&&n.from==n.to&&n.from==r.head-1&&/^\. ?$/.test(n.insert.toString())&&"off"==t.contentDOM.getAttribute("autocorrect")?(i&&2==n.insert.length&&(i=Ii.single(i.main.anchor-1,i.main.head-1)),n={from:r.from,to:r.to,insert:sc.of([" "])}):no.chrome&&n&&n.from==n.to&&n.from==r.head&&"\n "==n.insert.toString()&&t.lineWrapping&&(i&&(i=Ii.single(i.main.anchor-1,i.main.head-1)),n={from:r.from,to:r.to,insert:sc.of([" "])}),n){if(no.ios&&t.inputState.flushIOSKey(n)||no.android&&(n.to==r.to&&(n.from==r.from||n.from==r.from-1&&" "==t.state.sliceDoc(n.from,r.from))&&1==n.insert.length&&2==n.insert.lines&&D_(t.contentDOM,"Enter",13)||(n.from==r.from-1&&n.to==r.to&&0==n.insert.length||8==s&&n.insert.lengthr.head)&&D_(t.contentDOM,"Backspace",8)||n.from==r.from&&n.to==r.to+1&&0==n.insert.length&&D_(t.contentDOM,"Delete",46)))return!0;let a=n.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let d,f=()=>d||(d=function JDe(t,e,n){let i,r=t.state,s=r.selection.main;if(e.from>=s.from&&e.to<=s.to&&e.to-e.from>=(s.to-s.from)/3&&(!n||n.main.empty&&n.main.from==e.from+e.insert.length)&&t.inputState.composing<0){let d=s.frome.to?r.sliceDoc(e.to,s.to):"";i=r.replaceSelection(t.state.toText(d+e.insert.sliceString(0,void 0,t.state.lineBreak)+f))}else{let d=r.changes(e),f=n&&n.main.to<=d.newLength?n.main:void 0;if(r.selection.ranges.length>1&&t.inputState.composing>=0&&e.to<=s.to&&e.to>=s.to-10){let b,g=t.state.sliceDoc(e.from,e.to),C=n&&RK(t,n.main.head);b=C?{from:C.from,to:C.to-(e.insert.length-(e.to-e.from))}:t.state.doc.lineAt(s.head);let S=s.to-e.to,w=s.to-s.from;i=r.changeByRange(I=>{if(I.from==s.from&&I.to==s.to)return{changes:d,range:f||I.map(d)};let F=I.to-S,G=F-g.length;if(I.to-I.from!=w||t.state.sliceDoc(G,F)!=g||I.to>=b.from&&I.from<=b.to)return{range:I};let q=r.changes({from:G,to:F,insert:e.insert}),pe=I.to-s.to;return{changes:q,range:f?Ii.range(Math.max(0,f.anchor+pe),Math.max(0,f.head+pe)):I.map(q)}})}else i={changes:d,selection:f&&r.selection.replaceRange(f)}}let a="input.type";return(t.composing||t.inputState.compositionPendingChange&&t.inputState.compositionEndedAt>Date.now()-50)&&(t.inputState.compositionPendingChange=!1,a+=".compose",t.inputState.compositionFirstChange&&(a+=".start",t.inputState.compositionFirstChange=!1)),r.update(i,{userEvent:a,scrollIntoView:!0})}(t,n,i));return t.state.facet(bK).some(g=>g(t,n.from,n.to,a,f))||t.dispatch(f()),!0}if(i&&!i.main.eq(r)){let a=!1,d="select";return t.inputState.lastSelectionTime>Date.now()-50&&("select"==t.inputState.lastSelectionOrigin&&(a=!0),d=t.inputState.lastSelectionOrigin),t.dispatch({selection:i,scrollIntoView:a,userEvent:d}),!0}return!1}const nOe={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},jN=no.ie&&no.ie_version<=11;class iOe{constructor(e){this.view=e,this.active=!1,this.selectionRange=new $Ae,this.selectionChanged=!1,this.delayedFlush=-1,this.resizeTimeout=-1,this.queue=[],this.delayedAndroidKey=null,this.flushingAndroidKey=-1,this.lastChange=0,this.scrollTargets=[],this.intersection=null,this.resizeScroll=null,this.intersecting=!1,this.gapIntersection=null,this.gaps=[],this.printQuery=null,this.parentCheck=-1,this.dom=e.contentDOM,this.observer=new MutationObserver(n=>{for(let i of n)this.queue.push(i);(no.ie&&no.ie_version<=11||no.ios&&e.composing)&&n.some(i=>"childList"==i.type&&i.removedNodes.length||"characterData"==i.type&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():this.flush()}),jN&&(this.onCharData=n=>{this.queue.push({target:n.target,type:"characterData",oldValue:n.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this),this.onResize=this.onResize.bind(this),this.onPrint=this.onPrint.bind(this),this.onScroll=this.onScroll.bind(this),window.matchMedia&&(this.printQuery=window.matchMedia("print")),"function"==typeof ResizeObserver&&(this.resizeScroll=new ResizeObserver(()=>{var n;(null===(n=this.view.docView)||void 0===n?void 0:n.lastUpdate){this.parentCheck<0&&(this.parentCheck=setTimeout(this.listenForScroll.bind(this),1e3)),n.length>0&&n[n.length-1].intersectionRatio>0!=this.intersecting&&(this.intersecting=!this.intersecting,this.intersecting!=this.view.inView&&this.onScrollChanged(document.createEvent("Event")))},{threshold:[0,.001]}),this.intersection.observe(this.dom),this.gapIntersection=new IntersectionObserver(n=>{n.length>0&&n[n.length-1].intersectionRatio>0&&this.onScrollChanged(document.createEvent("Event"))},{})),this.listenForScroll(),this.readSelectionRange()}onScrollChanged(e){this.view.inputState.runHandlers("scroll",e),this.intersecting&&this.view.measure()}onScroll(e){this.intersecting&&this.flush(!1),this.onScrollChanged(e)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout(()=>{this.resizeTimeout=-1,this.view.requestMeasure()},50))}onPrint(e){"change"==e.type&&!e.matches||(this.view.viewState.printing=!0,this.view.measure(),setTimeout(()=>{this.view.viewState.printing=!1,this.view.requestMeasure()},500))}updateGaps(e){if(this.gapIntersection&&(e.length!=this.gaps.length||this.gaps.some((n,i)=>n!=e[i]))){this.gapIntersection.disconnect();for(let n of e)this.gapIntersection.observe(n);this.gaps=e}}onSelectionChange(e){let n=this.selectionChanged;if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:i}=this,r=this.selectionRange;if(i.state.facet(rT)?i.root.activeElement!=this.dom:!Jx(i.dom,r))return;let s=r.anchorNode&&i.docView.nearest(r.anchorNode);s&&s.ignoreEvent(e)?n||(this.selectionChanged=!1):(no.ie&&no.ie_version<=11||no.android&&no.chrome)&&!i.state.selection.main.empty&&r.focusNode&&Ob(r.focusNode,r.focusOffset,r.anchorNode,r.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,n=Zx(e.root);if(!n)return!1;let i=no.safari&&11==e.root.nodeType&&function zAe(t){let e=t.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}(this.dom.ownerDocument)==this.dom&&function rOe(t,e){if(e.getComposedRanges){let r=e.getComposedRanges(t.root)[0];if(r)return gQ(t,r)}let n=null;function i(r){r.preventDefault(),r.stopImmediatePropagation(),n=r.getTargetRanges()[0]}return t.contentDOM.addEventListener("beforeinput",i,!0),t.dom.ownerDocument.execCommand("indent"),t.contentDOM.removeEventListener("beforeinput",i,!0),n?gQ(t,n):null}(this.view,n)||n;if(!i||this.selectionRange.eq(i))return!1;let r=Jx(this.dom,i);return r&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime{let s=this.delayedAndroidKey;s&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=s.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&s.force&&D_(this.dom,s.key,s.keyCode))})),(!this.delayedAndroidKey||"Enter"==e)&&(this.delayedAndroidKey={key:e,keyCode:n,force:this.lastChange{this.delayedFlush=-1,this.flush()}))}forceFlush(){this.delayedFlush>=0&&(this.view.win.cancelAnimationFrame(this.delayedFlush),this.delayedFlush=-1),this.flush()}pendingRecords(){for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}processRecords(){let e=this.pendingRecords();e.length&&(this.queue=[]);let n=-1,i=-1,r=!1;for(let s of e){let a=this.readMutation(s);a&&(a.typeOver&&(r=!0),-1==n?({from:n,to:i}=a):(n=Math.min(a.from,n),i=Math.max(a.to,i)))}return{from:n,to:i,typeOver:r}}readChange(){let{from:e,to:n,typeOver:i}=this.processRecords(),r=this.selectionChanged&&Jx(this.dom,this.selectionRange);if(e<0&&!r)return null;e>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let s=new ZDe(this.view,e,n,i);return this.view.docView.domChanged={newSel:s.newSel?s.newSel.main:null},s}flush(e=!0){if(this.delayedFlush>=0||this.delayedAndroidKey)return!1;e&&this.readSelectionRange();let n=this.readChange();if(!n)return this.view.requestMeasure(),!1;let i=this.view.state,r=pQ(this.view,n);return this.view.state==i&&this.view.update([]),r}readMutation(e){let n=this.view.docView.nearest(e.target);if(!n||n.ignoreMutation(e))return null;if(n.markDirty("attributes"==e.type),"attributes"==e.type&&(n.flags|=4),"childList"==e.type){let i=mQ(n,e.previousSibling||e.target.previousSibling,-1),r=mQ(n,e.nextSibling||e.target.nextSibling,1);return{from:i?n.posAfter(i):n.posAtStart,to:r?n.posBefore(r):n.posAtEnd,typeOver:!1}}return"characterData"==e.type?{from:n.posAtStart,to:n.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}:null}setWindow(e){e!=this.win&&(this.removeWindowListeners(this.win),this.win=e,this.addWindowListeners(this.win))}addWindowListeners(e){e.addEventListener("resize",this.onResize),this.printQuery?this.printQuery.addEventListener("change",this.onPrint):e.addEventListener("beforeprint",this.onPrint),e.addEventListener("scroll",this.onScroll),e.document.addEventListener("selectionchange",this.onSelectionChange)}removeWindowListeners(e){e.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onResize),this.printQuery?this.printQuery.removeEventListener("change",this.onPrint):e.removeEventListener("beforeprint",this.onPrint),e.document.removeEventListener("selectionchange",this.onSelectionChange)}destroy(){var e,n,i;this.stop(),null===(e=this.intersection)||void 0===e||e.disconnect(),null===(n=this.gapIntersection)||void 0===n||n.disconnect(),null===(i=this.resizeScroll)||void 0===i||i.disconnect();for(let r of this.scrollTargets)r.removeEventListener("scroll",this.onScroll);this.removeWindowListeners(this.win),clearTimeout(this.parentCheck),clearTimeout(this.resizeTimeout),this.win.cancelAnimationFrame(this.delayedFlush),this.win.cancelAnimationFrame(this.flushingAndroidKey)}}function mQ(t,e,n){for(;e;){let i=xc.get(e);if(i&&i.parent==t)return i;let r=e.parentNode;e=r!=t.dom?r:n>0?e.nextSibling:e.previousSibling}return null}function gQ(t,e){let n=e.startContainer,i=e.startOffset,r=e.endContainer,s=e.endOffset,a=t.docView.domAtPos(t.state.selection.main.anchor);return Ob(a.node,a.offset,r,s)&&([n,i,r,s]=[r,s,n,i]),{anchorNode:n,anchorOffset:i,focusNode:r,focusOffset:s}}let qo=(()=>{class t{get state(){return this.viewState.state}get viewport(){return this.viewState.viewport}get visibleRanges(){return this.viewState.visibleRanges}get inView(){return this.viewState.inView}get composing(){return this.inputState.composing>0}get compositionStarted(){return this.inputState.composing>=0}get root(){return this._root}get win(){return this.dom.ownerDocument.defaultView||window}constructor(n={}){this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.className="cm-announced",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),n.parent&&n.parent.appendChild(this.dom);let{dispatch:i}=n;this.dispatchTransactions=n.dispatchTransactions||i&&(r=>r.forEach(s=>i(s,this)))||(r=>this.update(r)),this.dispatch=this.dispatch.bind(this),this._root=n.root||function GAe(t){for(;t;){if(t&&(9==t.nodeType||11==t.nodeType&&t.host))return t;t=t.assignedSlot||t.parentNode}return null}(n.parent)||document,this.viewState=new cQ(n.state||n2.create(n)),n.scrollTo&&n.scrollTo.is(iT)&&(this.viewState.scrollTarget=n.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(kb).map(r=>new IN(r));for(let r of this.plugins)r.update(this);this.observer=new iOe(this),this.inputState=new CDe(this),this.inputState.ensureHandlers(this.plugins),this.docView=new OK(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure()}dispatch(...n){let i=1==n.length&&n[0]instanceof r0?n:1==n.length&&Array.isArray(n[0])?n[0]:[this.state.update(...n)];this.dispatchTransactions(i,this)}update(n){if(0!=this.updateState)throw new Error("Calls to EditorView.update are not allowed while an update is in progress");let s,i=!1,r=!1,a=this.state;for(let w of n){if(w.startState!=a)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");a=w.state}if(this.destroyed)return void(this.viewState.state=a);let d=this.hasFocus,f=0,g=null;n.some(w=>w.annotation(XK))?(this.inputState.notifiedFocused=d,f=1):d!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=d,g=eQ(a,d),g||(f=1));let b=this.observer.delayedAndroidKey,C=null;if(b?(this.observer.clearDelayedAndroidKey(),C=this.observer.readChange(),(C&&!this.state.doc.eq(a.doc)||!this.state.selection.eq(a.selection))&&(C=null)):this.observer.clear(),a.facet(n2.phrases)!=this.state.facet(n2.phrases))return this.setState(a);s=sT.create(this,a,n),s.flags|=f;let S=this.viewState.scrollTarget;try{this.updateState=2;for(let w of n){if(S&&(S=S.map(w.changes)),w.scrollIntoView){let{main:I}=w.state.selection;S=new I_(I.empty?I:Ii.cursor(I.head,I.head>I.anchor?-1:1))}for(let I of w.effects)I.is(iT)&&(S=I.value.clip(this.state))}this.viewState.update(s,S),this.bidiCache=mT.update(this.bidiCache,s.changes),s.empty||(this.updatePlugins(s),this.inputState.update(s)),i=this.docView.update(s),this.state.facet(Pb)!=this.styleModules&&this.mountStyles(),r=this.updateAttrs(),this.showAnnouncements(n),this.docView.updateSelection(i,n.some(w=>w.isUserEvent("select.pointer")))}finally{this.updateState=0}if(s.startState.facet(pT)!=s.state.facet(pT)&&(this.viewState.mustMeasureContent=!0),(i||r||S||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),i&&this.docViewUpdate(),!s.empty)for(let w of this.state.facet(ON))try{w(s)}catch(I){X2(this.state,I,"update listener")}(g||C)&&Promise.resolve().then(()=>{g&&this.state==g.startState&&this.dispatch(g),C&&!pQ(this,C)&&b.force&&D_(this.contentDOM,b.key,b.keyCode)})}setState(n){if(0!=this.updateState)throw new Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed)return void(this.viewState.state=n);this.updateState=2;let i=this.hasFocus;try{for(let r of this.plugins)r.destroy(this);this.viewState=new cQ(n),this.plugins=n.facet(kb).map(r=>new IN(r)),this.pluginMap.clear();for(let r of this.plugins)r.update(this);this.docView.destroy(),this.docView=new OK(this),this.inputState.ensureHandlers(this.plugins),this.mountStyles(),this.updateAttrs(),this.bidiCache=[]}finally{this.updateState=0}i&&this.focus(),this.requestMeasure()}updatePlugins(n){let i=n.startState.facet(kb),r=n.state.facet(kb);if(i!=r){let s=[];for(let a of r){let d=i.indexOf(a);if(d<0)s.push(new IN(a));else{let f=this.plugins[d];f.mustUpdate=n,s.push(f)}}for(let a of this.plugins)a.mustUpdate!=n&&a.destroy(this);this.plugins=s,this.pluginMap.clear()}else for(let s of this.plugins)s.mustUpdate=n;for(let s=0;s-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.observer.delayedAndroidKey)return this.measureScheduled=-1,void this.requestMeasure();this.measureScheduled=0,n&&this.observer.forceFlush();let i=null,r=this.scrollDOM,s=r.scrollTop*this.scaleY,{scrollAnchorPos:a,scrollAnchorHeight:d}=this.viewState;Math.abs(s-this.viewState.scrollTop)>1&&(d=-1),this.viewState.scrollAnchorHeight=-1;try{for(let f=0;;f++){if(d<0)if($q(r))a=-1,d=this.viewState.heightMap.height;else{let I=this.viewState.scrollAnchorAt(s);a=I.from,d=I.top}this.updateState=1;let g=this.viewState.measure(this);if(!g&&!this.measureRequests.length&&null==this.viewState.scrollTarget)break;if(f>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let b=[];4&g||([this.measureRequests,b]=[b,this.measureRequests]);let C=b.map(I=>{try{return I.read(this)}catch(F){return X2(this.state,F),_Q}}),S=sT.create(this,this.state,[]),w=!1;S.flags|=g,i?i.flags|=g:i=S,this.updateState=2,S.empty||(this.updatePlugins(S),this.inputState.update(S),this.updateAttrs(),w=this.docView.update(S),w&&this.docViewUpdate());for(let I=0;I1||F<-1){s+=F,r.scrollTop=s/this.scaleY,d=-1;continue}}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(i&&!i.empty)for(let f of this.state.facet(ON))f(i)}get themeClasses(){return BN+" "+(this.state.facet(zN)?uQ:dQ)+" "+this.state.facet(pT)}updateAttrs(){let n=vQ(this,xK,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),i={spellcheck:"false",autocorrect:"off",autocapitalize:"off",translate:"no",contenteditable:this.state.facet(rT)?"true":"false",class:"cm-content",style:`${no.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(i["aria-readonly"]="true"),vQ(this,oT,i);let r=this.observer.ignore(()=>{let s=xN(this.contentDOM,this.contentAttrs,i),a=xN(this.dom,this.editorAttrs,n);return s||a});return this.editorAttrs=n,this.contentAttrs=i,r}showAnnouncements(n){let i=!0;for(let r of n)for(let s of r.effects)s.is(t.announce)&&(i&&(this.announceDOM.textContent=""),i=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=s.value)}mountStyles(){this.styleModules=this.state.facet(Pb);let n=this.state.facet(t.cspNonce);d4.mount(this.root,this.styleModules.concat(qDe).reverse(),n?{nonce:n}:void 0)}readMeasured(){if(2==this.updateState)throw new Error("Reading the editor layout isn't allowed during an update");0==this.updateState&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(n){if(this.measureScheduled<0&&(this.measureScheduled=this.win.requestAnimationFrame(()=>this.measure())),n){if(this.measureRequests.indexOf(n)>-1)return;if(null!=n.key)for(let i=0;ir.spec==n)||null),i&&i.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(n){return this.readMeasured(),this.viewState.elementAtHeight(n)}lineBlockAtHeight(n){return this.readMeasured(),this.viewState.lineBlockAtHeight(n)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(n){return this.viewState.lineBlockAt(n)}get contentHeight(){return this.viewState.contentHeight}moveByChar(n,i,r){return PN(this,n,FK(this,n,i,r))}moveByGroup(n,i){return PN(this,n,FK(this,n,i,r=>function bDe(t,e,n){let i=t.state.charCategorizer(e),r=i(n);return s=>{let a=i(s);return r==el.Space&&(r=a),r==a}}(this,n.head,r)))}visualLineSide(n,i){let r=this.bidiSpans(n),s=this.textDirectionAt(n.from),a=r[i?r.length-1:0];return Ii.cursor(a.side(i,s)+n.from,a.forward(!i,s)?1:-1)}moveToLineBoundary(n,i,r=!0){return function vDe(t,e,n,i){let r=LN(t,e.head),s=i&&r.type==J2.Text&&(t.lineWrapping||r.widgetLineBreaks)?t.coordsAtPos(e.assoc<0&&e.head>r.from?e.head-1:e.head):null;if(s){let a=t.dom.getBoundingClientRect(),d=t.textDirectionAt(r.from),f=t.posAtCoords({x:n==(d==Tc.LTR)?a.right-1:a.left+1,y:(s.top+s.bottom)/2});if(null!=f)return Ii.cursor(f,n?-1:1)}return Ii.cursor(n?r.to:r.from,n?-1:1)}(this,n,i,r)}moveVertically(n,i,r){return PN(this,n,function yDe(t,e,n,i){let r=e.head,s=n?1:-1;if(r==(n?t.state.doc.length:0))return Ii.cursor(r,e.assoc);let d,a=e.goalColumn,f=t.contentDOM.getBoundingClientRect(),g=t.coordsAtPos(r,e.assoc||-1),b=t.documentTop;if(g)null==a&&(a=g.left-f.left),d=s<0?g.top:g.bottom;else{let w=t.viewState.lineBlockAt(r);null==a&&(a=Math.min(f.right-f.left,t.defaultCharacterWidth*(r-w.from))),d=(s<0?w.top:w.bottom)+b}let C=f.left+a,S=i??t.viewState.heightOracle.textHeight>>1;for(let w=0;;w+=10){let I=d+(S+w)*s,F=PK(t,{x:C,y:I},!1,s);if(If.bottom||(s<0?Fr)){let G=t.docView.coordsForChar(F);return Ii.cursor(F,!G||I0)}coordsForChar(n){return this.readMeasured(),this.docView.coordsForChar(n)}get defaultCharacterWidth(){return this.viewState.heightOracle.charWidth}get defaultLineHeight(){return this.viewState.heightOracle.lineHeight}get textDirection(){return this.viewState.defaultTextDirection}textDirectionAt(n){return!this.state.facet(CK)||nthis.viewport.to?this.textDirection:(this.readMeasured(),this.docView.textDirectionAt(n))}get lineWrapping(){return this.viewState.heightOracle.lineWrapping}bidiSpans(n){if(n.length>oOe)return fK(n.length);let r,i=this.textDirectionAt(n.from);for(let a of this.bidiCache)if(a.from==n.from&&a.dir==i&&(a.fresh||dK(a.isolates,r=MK(this,n))))return a.order;r||(r=MK(this,n));let s=function uK(t,e,n){if(!t)return[new m4(0,0,e==wN?1:0)];if(e==wm&&!n.length&&!eDe.test(t))return fK(t.length);if(n.length)for(;t.length>wc.length;)wc[wc.length]=256;let i=[],r=e==wm?0:1;return DN(t,r,r,n,0,t.length,i),i}(n.text,i,r);return this.bidiCache.push(new mT(n.from,n.to,i,r,!0,s)),s}get hasFocus(){var n;return(this.dom.ownerDocument.hasFocus()||no.safari&&(null===(n=this.inputState)||void 0===n?void 0:n.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{Bq(this.contentDOM),this.docView.updateSelection()})}setRoot(n){this._root!=n&&(this._root=n,this.observer.setWindow((9==n.nodeType?n:n.ownerDocument).defaultView||window),this.mountStyles())}destroy(){for(let n of this.plugins)n.destroy(this);this.plugins=[],this.inputState.destroy(),this.docView.destroy(),this.dom.remove(),this.observer.destroy(),this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.destroyed=!0}static scrollIntoView(n,i={}){return iT.of(new I_("number"==typeof n?Ii.cursor(n):n,i.y,i.x,i.yMargin,i.xMargin))}scrollSnapshot(){let{scrollTop:n,scrollLeft:i}=this.scrollDOM,r=this.viewState.scrollAnchorAt(n);return iT.of(new I_(Ii.cursor(r.from),"start","start",r.top-n,i,!0))}static domEventHandlers(n){return Nc.define(()=>({}),{eventHandlers:n})}static domEventObservers(n){return Nc.define(()=>({}),{eventObservers:n})}static theme(n,i){let r=d4.newName(),s=[pT.of(r),Pb.of(UN(`.${r}`,n))];return i&&i.dark&&s.push(zN.of(!0)),s}static baseTheme(n){return v3.lowest(Pb.of(UN("."+BN,n,fQ)))}static findFromDOM(n){var i;let r=n.querySelector(".cm-content"),s=r&&xc.get(r)||xc.get(n);return(null===(i=s?.rootView)||void 0===i?void 0:i.view)||null}}return t.styleModule=Pb,t.inputHandler=bK,t.scrollHandler=SK,t.focusChangeEffect=yK,t.perLineTextDirection=CK,t.exceptionSink=vK,t.updateListener=ON,t.editable=rT,t.mouseSelectionStyle=_K,t.dragMovesSelection=gK,t.clickAddsSelectionRange=mK,t.decorations=Lb,t.outerDecorations=TK,t.atomicRanges=RN,t.bidiIsolatedRanges=wK,t.scrollMargins=AK,t.darkTheme=zN,t.cspNonce=$r.define({combine:e=>e.length?e[0]:""}),t.contentAttributes=oT,t.editorAttributes=xK,t.lineWrapping=t.contentAttributes.of({class:"cm-lineWrapping"}),t.announce=fa.define(),t})();const oOe=4096,_Q={};class mT{constructor(e,n,i,r,s,a){this.from=e,this.to=n,this.dir=i,this.isolates=r,this.fresh=s,this.order=a}static update(e,n){if(n.empty&&!e.some(s=>s.fresh))return e;let i=[],r=e.length?e[e.length-1].dir:Tc.LTR;for(let s=Math.max(0,e.length-10);s=0;r--){let s=i[r],a="function"==typeof s?s(t):s;a&&EN(a,n)}return n}const sOe=no.mac?"mac":no.windows?"win":no.linux?"linux":"key";function gT(t,e,n){return e.altKey&&(t="Alt-"+t),e.ctrlKey&&(t="Ctrl-"+t),e.metaKey&&(t="Meta-"+t),!1!==n&&e.shiftKey&&(t="Shift-"+t),t}const cOe=v3.default(qo.domEventHandlers({keydown:(t,e)=>CQ(yQ(e.state),t,e,"editor")})),Hb=$r.define({enables:cOe}),bQ=new WeakMap;function yQ(t){let e=t.facet(Hb),n=bQ.get(e);return n||bQ.set(e,n=function uOe(t,e=sOe){let n=Object.create(null),i=Object.create(null),r=(a,d)=>{let f=i[a];if(null==f)i[a]=d;else if(f!=d)throw new Error("Key binding "+a+" is used both as a regular binding and as a multi-stroke prefix")},s=(a,d,f,g,b)=>{var C,S;let w=n[a]||(n[a]=Object.create(null)),I=d.split(/ (?!$)/).map(q=>function aOe(t,e){const n=t.split(/-(?!$)/);let r,s,a,d,i=n[n.length-1];"Space"==i&&(i=" ");for(let f=0;f{let Pe=g4={view:me,prefix:pe,scope:a};return setTimeout(()=>{g4==Pe&&(g4=null)},dOe),!0}]})}let F=I.join(" ");r(F,!1);let G=w[F]||(w[F]={preventDefault:!1,stopPropagation:!1,run:(null===(S=null===(C=w._any)||void 0===C?void 0:C.run)||void 0===S?void 0:S.slice())||[]});f&&G.run.push(f),g&&(G.preventDefault=!0),b&&(G.stopPropagation=!0)};for(let a of t){let d=a.scope?a.scope.split(" "):["editor"];if(a.any)for(let g of d){let b=n[g]||(n[g]=Object.create(null));b._any||(b._any={preventDefault:!1,stopPropagation:!1,run:[]});for(let C in b)b[C].run.push(a.any)}let f=a[e]||a.key;if(f)for(let g of d)s(g,f,a.run,a.preventDefault,a.stopPropagation),a.shift&&s(g,"Shift-"+f,a.shift,a.preventDefault,a.stopPropagation)}return n}(e.reduce((i,r)=>i.concat(r),[]))),n}let g4=null;const dOe=4e3;function CQ(t,e,n,i){let r=function HAe(t){var n=!(VAe&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||FAe&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?Db:u4)[t.keyCode]||t.key||"Unidentified";return"Esc"==n&&(n="Escape"),"Del"==n&&(n="Delete"),"Left"==n&&(n="ArrowLeft"),"Up"==n&&(n="ArrowUp"),"Right"==n&&(n="ArrowRight"),"Down"==n&&(n="ArrowDown"),n}(e),a=Eu(t2(r,0))==r.length&&" "!=r,d="",f=!1,g=!1,b=!1;g4&&g4.view==n&&g4.scope==i&&(d=g4.prefix+" ",BK.indexOf(e.keyCode)<0&&(g=!0,g4=null));let I,F,C=new Set,S=G=>{if(G){for(let q of G.run)if(!C.has(q)&&(C.add(q),q(n,e)))return G.stopPropagation&&(b=!0),!0;G.preventDefault&&(G.stopPropagation&&(b=!0),g=!0)}return!1},w=t[i];return w&&(S(w[d+gT(r,e,!a)])?f=!0:a&&(e.altKey||e.metaKey||e.ctrlKey)&&!(no.windows&&e.ctrlKey&&e.altKey)&&(I=u4[e.keyCode])&&I!=r?(S(w[d+gT(I,e,!0)])||e.shiftKey&&(F=Db[e.keyCode])!=r&&F!=I&&S(w[d+gT(F,e,!1)]))&&(f=!0):a&&e.shiftKey&&S(w[d+gT(r,e,!0)])&&(f=!0),!f&&S(w._any)&&(f=!0)),g&&(f=!0),f&&b&&e.stopPropagation(),f}class zb{constructor(e,n,i,r,s){this.className=e,this.left=n,this.top=i,this.width=r,this.height=s}draw(){let e=document.createElement("div");return e.className=this.className,this.adjust(e),e}update(e,n){return n.className==this.className&&(this.adjust(e),!0)}adjust(e){e.style.left=this.left+"px",e.style.top=this.top+"px",null!=this.width&&(e.style.width=this.width+"px"),e.style.height=this.height+"px"}eq(e){return this.left==e.left&&this.top==e.top&&this.width==e.width&&this.height==e.height&&this.className==e.className}static forRange(e,n,i){if(i.empty){let r=e.coordsAtPos(i.head,i.assoc||1);if(!r)return[];let s=EQ(e);return[new zb(n,r.left-s.left,r.top-s.top,null,r.bottom-r.top)]}return function fOe(t,e,n){if(n.to<=t.viewport.from||n.from>=t.viewport.to)return[];let i=Math.max(n.from,t.viewport.from),r=Math.min(n.to,t.viewport.to),s=t.textDirection==Tc.LTR,a=t.contentDOM,d=a.getBoundingClientRect(),f=EQ(t),g=a.querySelector(".cm-line"),b=g&&window.getComputedStyle(g),C=d.left+(b?parseInt(b.paddingLeft)+Math.min(0,parseInt(b.textIndent)):0),S=d.right-(b?parseInt(b.paddingRight):0),w=LN(t,i),I=LN(t,r),F=w.type==J2.Text?w:null,G=I.type==J2.Text?I:null;if(F&&(t.lineWrapping||w.widgetLineBreaks)&&(F=SQ(t,i,F)),G&&(t.lineWrapping||I.widgetLineBreaks)&&(G=SQ(t,r,G)),F&&G&&F.from==G.from)return pe(me(n.from,n.to,F));{let Ie=F?me(n.from,null,F):Pe(w,!1),rt=G?me(null,n.to,G):Pe(I,!0),mt=[];return(F||w).to<(G||I).from-(F&&G?1:0)||w.widgetLineBreaks>1&&Ie.bottom+t.defaultLineHeight/2At&&vt.from=Zt)break;Et>Xt&&on(Math.max(ht,Xt),null==Ie&&ht<=At,Math.min(Et,Zt),null==rt&&Et>=Lt,at.dir)}if(Xt=jt.to+1,Xt>=Zt)break}return 0==Nt.length&&on(At,null==Ie,Lt,null==rt,t.textDirection),{top:Pt,bottom:qt,horizontal:Nt}}function Pe(Ie,rt){let mt=d.top+(rt?Ie.top:Ie.bottom);return{top:mt,bottom:mt,horizontal:[]}}}(e,n,i)}}function EQ(t){let e=t.scrollDOM.getBoundingClientRect();return{left:(t.textDirection==Tc.LTR?e.left:e.right-t.scrollDOM.clientWidth*t.scaleX)-t.scrollDOM.scrollLeft*t.scaleX,top:e.top-t.scrollDOM.scrollTop*t.scaleY}}function SQ(t,e,n){let i=Ii.cursor(e);return{from:Math.max(n.from,t.moveToLineBoundary(i,!1,!0).from),to:Math.min(n.to,t.moveToLineBoundary(i,!0,!0).from),type:J2.Text}}class pOe{constructor(e,n){this.view=e,this.layer=n,this.drawn=[],this.scaleX=1,this.scaleY=1,this.measureReq={read:this.measure.bind(this),write:this.draw.bind(this)},this.dom=e.scrollDOM.appendChild(document.createElement("div")),this.dom.classList.add("cm-layer"),n.above&&this.dom.classList.add("cm-layer-above"),n.class&&this.dom.classList.add(n.class),this.scale(),this.dom.setAttribute("aria-hidden","true"),this.setOrder(e.state),e.requestMeasure(this.measureReq),n.mount&&n.mount(this.dom,e)}update(e){e.startState.facet(_T)!=e.state.facet(_T)&&this.setOrder(e.state),(this.layer.update(e,this.dom)||e.geometryChanged)&&(this.scale(),e.view.requestMeasure(this.measureReq))}docViewUpdate(e){!1!==this.layer.updateOnDocViewUpdate&&e.requestMeasure(this.measureReq)}setOrder(e){let n=0,i=e.facet(_T);for(;n!function hOe(t,e){return t.constructor==e.constructor&&t.eq(e)}(n,this.drawn[i]))){let n=this.dom.firstChild,i=0;for(let r of e)r.update&&n&&r.constructor&&this.drawn[i].constructor&&r.update(n,this.drawn[i])?(n=n.nextSibling,i++):this.dom.insertBefore(r.draw(),n);for(;n;){let r=n.nextSibling;n.remove(),n=r}this.drawn=e}}destroy(){this.layer.destroy&&this.layer.destroy(this.dom,this.view),this.dom.remove()}}const _T=$r.define();function xQ(t){return[Nc.define(e=>new pOe(e,t)),_T.of(t)]}const TQ=!no.ios,R_=$r.define({combine:t=>Su(t,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(e,n)=>Math.min(e,n),drawRangeCursor:(e,n)=>e||n})});function mOe(t={}){return[R_.of(t),gOe,_Oe,vOe,EK.of(!0)]}function wQ(t){return t.startState.facet(R_)!=t.state.facet(R_)}const gOe=xQ({above:!0,markers(t){let{state:e}=t,n=e.facet(R_),i=[];for(let r of e.selection.ranges){let s=r==e.selection.main;if(r.empty?!s||TQ:n.drawRangeCursor){let a=s?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",d=r.empty?r:Ii.cursor(r.head,r.head>r.anchor?-1:1);for(let f of zb.forRange(t,a,d))i.push(f)}}return i},update(t,e){t.transactions.some(i=>i.selection)&&(e.style.animationName="cm-blink"==e.style.animationName?"cm-blink2":"cm-blink");let n=wQ(t);return n&&MQ(t.state,e),t.docChanged||t.selectionSet||n},mount(t,e){MQ(e.state,t)},class:"cm-cursorLayer"});function MQ(t,e){e.style.animationDuration=t.facet(R_).cursorBlinkRate+"ms"}const _Oe=xQ({above:!1,markers:t=>t.state.selection.ranges.map(e=>e.empty?[]:zb.forRange(t,"cm-selectionBackground",e)).reduce((e,n)=>e.concat(n)),update:(t,e)=>t.docChanged||t.selectionSet||t.viewportChanged||wQ(t),class:"cm-selectionLayer"}),$N={".cm-line":{"& ::selection":{backgroundColor:"transparent !important"},"&::selection":{backgroundColor:"transparent !important"}}};TQ&&($N[".cm-line"].caretColor="transparent !important",$N[".cm-content"]={caretColor:"transparent !important"});const vOe=v3.highest(qo.theme($N)),AQ=fa.define({map:(t,e)=>null==t?null:e.mapPos(t)}),Bb=c1.define({create:()=>null,update:(t,e)=>(null!=t&&(t=e.changes.mapPos(t)),e.effects.reduce((n,i)=>i.is(AQ)?i.value:n,t))}),bOe=Nc.fromClass(class{constructor(t){this.view=t,this.cursor=null,this.measureReq={read:this.readPos.bind(this),write:this.drawCursor.bind(this)}}update(t){var e;let n=t.state.field(Bb);null==n?null!=this.cursor&&(null===(e=this.cursor)||void 0===e||e.remove(),this.cursor=null):(this.cursor||(this.cursor=this.view.scrollDOM.appendChild(document.createElement("div")),this.cursor.className="cm-dropCursor"),(t.startState.field(Bb)!=n||t.docChanged||t.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:t}=this,e=t.state.field(Bb),n=null!=e&&t.coordsAtPos(e);if(!n)return null;let i=t.scrollDOM.getBoundingClientRect();return{left:n.left-i.left+t.scrollDOM.scrollLeft*t.scaleX,top:n.top-i.top+t.scrollDOM.scrollTop*t.scaleY,height:n.bottom-n.top}}drawCursor(t){if(this.cursor){let{scaleX:e,scaleY:n}=this.view;t?(this.cursor.style.left=t.left/e+"px",this.cursor.style.top=t.top/n+"px",this.cursor.style.height=t.height/n+"px"):this.cursor.style.left="-100000px"}}destroy(){this.cursor&&this.cursor.remove()}setDropPos(t){this.view.state.field(Bb)!=t&&this.view.dispatch({effects:AQ.of(t)})}},{eventObservers:{dragover(t){this.setDropPos(this.view.posAtCoords({x:t.clientX,y:t.clientY}))},dragleave(t){(t.target==this.view.contentDOM||!this.view.contentDOM.contains(t.relatedTarget))&&this.setDropPos(null)},dragend(){this.setDropPos(null)},drop(){this.setDropPos(null)}}});function DQ(t,e,n,i,r){e.lastIndex=0;for(let d,s=t.iterRange(n,i),a=n;!s.next().done;a+=s.value.length)if(!s.lineBreak)for(;d=e.exec(s.value);)r(a+d.index,d)}class GN{constructor(e){const{regexp:n,decoration:i,decorate:r,boundary:s,maxLength:a=1e3}=e;if(!n.global)throw new RangeError("The regular expression given to MatchDecorator should have its 'g' flag set");if(this.regexp=n,r)this.addMatch=(d,f,g,b)=>r(b,g,g+d[0].length,d,f);else if("function"==typeof i)this.addMatch=(d,f,g,b)=>{let C=i(d,f,g);C&&b(g,g+d[0].length,C)};else{if(!i)throw new RangeError("Either 'decorate' or 'decoration' should be provided to MatchDecorator");this.addMatch=(d,f,g,b)=>b(g,g+d[0].length,i)}this.boundary=s,this.maxLength=a}createDeco(e){let n=new af,i=n.add.bind(n);for(let{from:r,to:s}of function COe(t,e){let n=t.visibleRanges;if(1==n.length&&n[0].from==t.viewport.from&&n[0].to==t.viewport.to)return n;let i=[];for(let{from:r,to:s}of n)r=Math.max(t.state.doc.lineAt(r).from,r-e),s=Math.min(t.state.doc.lineAt(s).to,s+e),i.length&&i[i.length-1].to>=r?i[i.length-1].to=s:i.push({from:r,to:s});return i}(e,this.maxLength))DQ(e.state.doc,this.regexp,r,s,(a,d)=>this.addMatch(d,e,a,i));return n.finish()}updateDeco(e,n){let i=1e9,r=-1;return e.docChanged&&e.changes.iterChanges((s,a,d,f)=>{f>e.view.viewport.from&&d1e3?this.createDeco(e.view):r>-1?this.updateRange(e.view,n.map(e.changes),i,r):n}updateRange(e,n,i,r){for(let s of e.visibleRanges){let a=Math.max(s.from,i),d=Math.min(s.to,r);if(d>a){let f=e.state.doc.lineAt(a),g=f.tof.from;a--)if(this.boundary.test(f.text[a-1-f.from])){b=a;break}for(;dS.push(q.range(F,G));if(f==g)for(this.regexp.lastIndex=b-f.from;(w=this.regexp.exec(f.text))&&w.indexthis.addMatch(G,e,F,I));n=n.update({filterFrom:b,filterTo:C,filter:(F,G)=>FC,add:S})}}return n}}const YN=null!=/x/.unicode?"gu":"g",EOe=new RegExp("[\0-\b\n-\x1f\x7f-\x9f\xad\u061c\u200b\u200e\u200f\u2028\u2029\u202d\u202e\u2066\u2067\u2069\ufeff\ufff9-\ufffc]",YN),SOe={0:"null",7:"bell",8:"backspace",10:"newline",11:"vertical tab",13:"carriage return",27:"escape",8203:"zero width space",8204:"zero width non-joiner",8205:"zero width joiner",8206:"left-to-right mark",8207:"right-to-left mark",8232:"line separator",8237:"left-to-right override",8238:"right-to-left override",8294:"left-to-right isolate",8295:"right-to-left isolate",8297:"pop directional isolate",8233:"paragraph separator",65279:"zero width no-break space",65532:"object replacement"};let WN=null;const vT=$r.define({combine(t){let e=Su(t,{render:null,specialChars:EOe,addSpecialChars:null});return(e.replaceTabs=!function xOe(){var t;if(null==WN&&typeof document<"u"&&document.body){let e=document.body.style;WN=null!=(null!==(t=e.tabSize)&&void 0!==t?t:e.MozTabSize)}return WN||!1}())&&(e.specialChars=new RegExp("\t|"+e.specialChars.source,YN)),e.addSpecialChars&&(e.specialChars=new RegExp(e.specialChars.source+"|"+e.addSpecialChars.source,YN)),e}});function TOe(t={}){return[vT.of(t),OQ||(OQ=Nc.fromClass(class{constructor(t){this.view=t,this.decorations=go.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(t.state.facet(vT)),this.decorations=this.decorator.createDeco(t)}makeDecorator(t){return new GN({regexp:t.specialChars,decoration:(e,n,i)=>{let{doc:r}=n.state,s=t2(e[0],0);if(9==s){let a=r.lineAt(i),d=n.state.tabSize,f=w_(a.text,d,i-a.from);return go.replace({widget:new OOe((d-f%d)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[s]||(this.decorationCache[s]=go.replace({widget:new DOe(t,s)}))},boundary:t.replaceTabs?void 0:/[^]/})}update(t){let e=t.state.facet(vT);t.startState.facet(vT)!=e?(this.decorator=this.makeDecorator(e),this.decorations=this.decorator.createDeco(t.view)):this.decorations=this.decorator.updateDeco(t,this.decorations)}},{decorations:t=>t.decorations}))]}let OQ=null;class DOe extends S3{constructor(e,n){super(),this.options=e,this.code=n}eq(e){return e.code==this.code}toDOM(e){let n=function AOe(t){return t>=32?"\u2022":10==t?"\u2424":String.fromCharCode(9216+t)}(this.code),i=e.state.phrase("Control character")+" "+(SOe[this.code]||"0x"+this.code.toString(16)),r=this.options.render&&this.options.render(this.code,i,n);if(r)return r;let s=document.createElement("span");return s.textContent=n,s.title=i,s.setAttribute("aria-label",i),s.className="cm-specialChar",s}ignoreEvent(){return!1}}class OOe extends S3{constructor(e){super(),this.width=e}eq(e){return e.width==this.width}toDOM(){let e=document.createElement("span");return e.textContent="\t",e.className="cm-tab",e.style.width=this.width+"px",e}ignoreEvent(){return!1}}const ROe=go.line({class:"cm-activeLine"}),NOe=Nc.fromClass(class{constructor(t){this.decorations=this.getDeco(t)}update(t){(t.docChanged||t.selectionSet)&&(this.decorations=this.getDeco(t.view))}getDeco(t){let e=-1,n=[];for(let i of t.state.selection.ranges){let r=t.lineBlockAt(i.head);r.from>e&&(n.push(ROe.range(r.from)),e=r.from)}return go.set(n)}},{decorations:t=>t.decorations}),qN=2e3;function RQ(t,e){let n=t.posAtCoords({x:e.clientX,y:e.clientY},!1),i=t.state.doc.lineAt(n),r=n-i.from,s=r>qN?-1:r==i.length?function POe(t,e){let n=t.coordsAtPos(t.viewport.from);return n?Math.round(Math.abs((n.left-e)/t.defaultCharacterWidth)):-1}(t,e.clientX):w_(i.text,t.state.tabSize,n-i.from);return{line:i.number,col:s,off:r}}function FOe(t){let e=t?.eventFilter||(n=>n.altKey&&0==n.button);return qo.mouseSelectionStyle.of((n,i)=>e(i)?function VOe(t,e){let n=RQ(t,e),i=t.state.selection;return n?{update(r){if(r.docChanged){let s=r.changes.mapPos(r.startState.doc.line(n.line).from),a=r.state.doc.lineAt(s);n={line:a.number,col:n.col,off:Math.min(n.off,a.length)},i=i.map(r.changes)}},get(r,s,a){let d=RQ(t,r);if(!d)return i;let f=function LOe(t,e,n){let i=Math.min(e.line,n.line),r=Math.max(e.line,n.line),s=[];if(e.off>qN||n.off>qN||e.col<0||n.col<0){let a=Math.min(e.off,n.off),d=Math.max(e.off,n.off);for(let f=i;f<=r;f++){let g=t.doc.line(f);g.length<=d&&s.push(Ii.range(g.from+a,g.to+d))}}else{let a=Math.min(e.col,n.col),d=Math.max(e.col,n.col);for(let f=i;f<=r;f++){let g=t.doc.line(f),b=fN(g.text,a,t.tabSize,!0);if(b<0)s.push(Ii.cursor(g.to));else{let C=fN(g.text,d,t.tabSize);s.push(Ii.range(g.from+b,g.from+C))}}}return s}(t.state,n,d);return f.length?Ii.create(a?f.concat(i.ranges):f):i}}:null}(n,i):null)}const HOe={Alt:[18,t=>!!t.altKey],Control:[17,t=>!!t.ctrlKey],Shift:[16,t=>!!t.shiftKey],Meta:[91,t=>!!t.metaKey]},zOe={style:"cursor: crosshair"};function BOe(t={}){let[e,n]=HOe[t.key||"Alt"],i=Nc.fromClass(class{constructor(r){this.view=r,this.isDown=!1}set(r){this.isDown!=r&&(this.isDown=r,this.view.update([]))}},{eventObservers:{keydown(r){this.set(r.keyCode==e||n(r))},keyup(r){(r.keyCode==e||!n(r))&&this.set(!1)},mousemove(r){this.set(n(r))}}});return[i,qo.contentAttributes.of(r=>{var s;return null!==(s=r.plugin(i))&&void 0!==s&&s.isDown?zOe:null})]}const Ub="-10000px";class NQ{constructor(e,n,i,r){this.facet=n,this.createTooltipView=i,this.removeTooltipView=r,this.input=e.state.facet(n),this.tooltips=this.input.filter(a=>a);let s=null;this.tooltipViews=this.tooltips.map(a=>s=i(a,s))}update(e,n){var i;let r=e.state.facet(this.facet),s=r.filter(f=>f);if(r===this.input){for(let f of this.tooltipViews)f.update&&f.update(e);return!1}let a=[],d=n?[]:null;for(let f=0;fn[g]=f),n.length=d.length),this.input=r,this.tooltips=s,this.tooltipViews=a,!0}}function UOe(t){let{win:e}=t;return{top:0,left:0,bottom:e.innerHeight,right:e.innerWidth}}const bT=$r.define({combine:t=>{var e,n,i;return{position:no.ios?"absolute":(null===(e=t.find(r=>r.position))||void 0===e?void 0:e.position)||"fixed",parent:(null===(n=t.find(r=>r.parent))||void 0===n?void 0:n.parent)||null,tooltipSpace:(null===(i=t.find(r=>r.tooltipSpace))||void 0===i?void 0:i.tooltipSpace)||UOe}}}),kQ=new WeakMap,yT=Nc.fromClass(class{constructor(t){this.view=t,this.above=[],this.inView=!0,this.madeAbsolute=!1,this.lastTransaction=0,this.measureTimeout=-1;let e=t.state.facet(bT);this.position=e.position,this.parent=e.parent,this.classes=t.themeClasses,this.createContainer(),this.measureReq={read:this.readMeasure.bind(this),write:this.writeMeasure.bind(this),key:this},this.resizeObserver="function"==typeof ResizeObserver?new ResizeObserver(()=>this.measureSoon()):null,this.manager=new NQ(t,CT,(n,i)=>this.createTooltip(n,i),n=>{this.resizeObserver&&this.resizeObserver.unobserve(n.dom),n.dom.remove()}),this.above=this.manager.tooltips.map(n=>!!n.above),this.intersectionObserver="function"==typeof IntersectionObserver?new IntersectionObserver(n=>{Date.now()>this.lastTransaction-50&&n.length>0&&n[n.length-1].intersectionRatio<1&&this.measureSoon()},{threshold:[1]}):null,this.observeIntersection(),t.win.addEventListener("resize",this.measureSoon=this.measureSoon.bind(this)),this.maybeMeasure()}createContainer(){this.parent?(this.container=document.createElement("div"),this.container.style.position="relative",this.container.className=this.view.themeClasses,this.parent.appendChild(this.container)):this.container=this.view.dom}observeIntersection(){if(this.intersectionObserver){this.intersectionObserver.disconnect();for(let t of this.manager.tooltipViews)this.intersectionObserver.observe(t.dom)}}measureSoon(){this.measureTimeout<0&&(this.measureTimeout=setTimeout(()=>{this.measureTimeout=-1,this.maybeMeasure()},50))}update(t){t.transactions.length&&(this.lastTransaction=Date.now());let e=this.manager.update(t,this.above);e&&this.observeIntersection();let n=e||t.geometryChanged,i=t.state.facet(bT);if(i.position!=this.position&&!this.madeAbsolute){this.position=i.position;for(let r of this.manager.tooltipViews)r.dom.style.position=this.position;n=!0}if(i.parent!=this.parent){this.parent&&this.container.remove(),this.parent=i.parent,this.createContainer();for(let r of this.manager.tooltipViews)this.container.appendChild(r.dom);n=!0}else this.parent&&this.view.themeClasses!=this.classes&&(this.classes=this.container.className=this.view.themeClasses);n&&this.maybeMeasure()}createTooltip(t,e){let n=t.create(this.view),i=e?e.dom:null;if(n.dom.classList.add("cm-tooltip"),t.arrow&&!n.dom.querySelector(".cm-tooltip > .cm-tooltip-arrow")){let r=document.createElement("div");r.className="cm-tooltip-arrow",n.dom.appendChild(r)}return n.dom.style.position=this.position,n.dom.style.top=Ub,n.dom.style.left="0px",this.container.insertBefore(n.dom,i),n.mount&&n.mount(this.view),this.resizeObserver&&this.resizeObserver.observe(n.dom),n}destroy(){var t,e,n;this.view.win.removeEventListener("resize",this.measureSoon);for(let i of this.manager.tooltipViews)i.dom.remove(),null===(t=i.destroy)||void 0===t||t.call(i);this.parent&&this.container.remove(),null===(e=this.resizeObserver)||void 0===e||e.disconnect(),null===(n=this.intersectionObserver)||void 0===n||n.disconnect(),clearTimeout(this.measureTimeout)}readMeasure(){let t=this.view.dom.getBoundingClientRect(),e=1,n=1,i=!1;if("fixed"==this.position&&this.manager.tooltipViews.length){let{dom:r}=this.manager.tooltipViews[0];if(no.gecko)i=r.offsetParent!=this.container.ownerDocument.body;else if(r.style.top==Ub&&"0px"==r.style.left){let s=r.getBoundingClientRect();i=Math.abs(s.top+1e4)>1||Math.abs(s.left)>1}}if(i||"absolute"==this.position)if(this.parent){let r=this.parent.getBoundingClientRect();r.width&&r.height&&(e=r.width/this.parent.offsetWidth,n=r.height/this.parent.offsetHeight)}else({scaleX:e,scaleY:n}=this.view.viewState);return{editor:t,parent:this.parent?this.container.getBoundingClientRect():t,pos:this.manager.tooltips.map((r,s)=>{let a=this.manager.tooltipViews[s];return a.getCoords?a.getCoords(r.pos):this.view.coordsAtPos(r.pos)}),size:this.manager.tooltipViews.map(({dom:r})=>r.getBoundingClientRect()),space:this.view.state.facet(bT).tooltipSpace(this.view),scaleX:e,scaleY:n,makeAbsolute:i}}writeMeasure(t){var e;if(t.makeAbsolute){this.madeAbsolute=!0,this.position="absolute";for(let d of this.manager.tooltipViews)d.dom.style.position="absolute"}let{editor:n,space:i,scaleX:r,scaleY:s}=t,a=[];for(let d=0;d=Math.min(n.bottom,i.bottom)||C.rightMath.min(n.right,i.right)+.1){b.style.top=Ub;continue}let w=f.arrow?g.dom.querySelector(".cm-tooltip-arrow"):null,I=w?7:0,F=S.right-S.left,G=null!==(e=kQ.get(g))&&void 0!==e?e:S.bottom-S.top,q=g.offset||$Oe,pe=this.view.textDirection==Tc.LTR,me=S.width>i.right-i.left?pe?i.left:i.right-S.width:pe?Math.min(C.left-(w?14:0)+q.x,i.right-F):Math.max(i.left,C.left-F+(w?14:0)-q.x),Pe=this.above[d];!f.strictSide&&(Pe?C.top-(S.bottom-S.top)-q.yi.bottom)&&Pe==i.bottom-C.bottom>C.top-i.top&&(Pe=this.above[d]=!Pe);let Ie=(Pe?C.top-i.top:i.bottom-C.bottom)-I;if(Ieme&&Pt.toprt&&(rt=Pe?Pt.top-G-2-I:Pt.bottom+I+2);"absolute"==this.position?(b.style.top=(rt-t.parent.top)/s+"px",b.style.left=(me-t.parent.left)/r+"px"):(b.style.top=rt/s+"px",b.style.left=me/r+"px"),w&&(w.style.left=(C.left+(pe?q.x:-q.x)-(me+14-7))/r+"px"),!0!==g.overlap&&a.push({left:me,top:rt,right:mt,bottom:rt+G}),b.classList.toggle("cm-tooltip-above",Pe),b.classList.toggle("cm-tooltip-below",!Pe),g.positioned&&g.positioned(t.space)}}maybeMeasure(){if(this.manager.tooltips.length&&(this.view.inView&&this.view.requestMeasure(this.measureReq),this.inView!=this.view.inView&&(this.inView=this.view.inView,!this.inView)))for(let t of this.manager.tooltipViews)t.dom.style.top=Ub}},{eventObservers:{scroll(){this.maybeMeasure()}}}),$Oe={x:0,y:0},CT=$r.define({enables:[yT,qo.baseTheme({".cm-tooltip":{zIndex:100,boxSizing:"border-box"},"&light .cm-tooltip":{border:"1px solid #bbb",backgroundColor:"#f5f5f5"},"&light .cm-tooltip-section:not(:first-child)":{borderTop:"1px solid #bbb"},"&dark .cm-tooltip":{backgroundColor:"#333338",color:"white"},".cm-tooltip-arrow":{height:"7px",width:"14px",position:"absolute",zIndex:-1,overflow:"hidden","&:before, &:after":{content:"''",position:"absolute",width:0,height:0,borderLeft:"7px solid transparent",borderRight:"7px solid transparent"},".cm-tooltip-above &":{bottom:"-7px","&:before":{borderTop:"7px solid #bbb"},"&:after":{borderTop:"7px solid #f5f5f5",bottom:"1px"}},".cm-tooltip-below &":{top:"-7px","&:before":{borderBottom:"7px solid #bbb"},"&:after":{borderBottom:"7px solid #f5f5f5",top:"1px"}}},"&dark .cm-tooltip .cm-tooltip-arrow":{"&:before":{borderTopColor:"#333338",borderBottomColor:"#333338"},"&:after":{borderTopColor:"transparent",borderBottomColor:"transparent"}}})]}),jb=$r.define({combine:t=>t.reduce((e,n)=>e.concat(n),[])});class ET{static create(e){return new ET(e)}constructor(e){this.view=e,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new NQ(e,jb,(n,i)=>this.createHostedView(n,i),n=>n.dom.remove())}createHostedView(e,n){let i=e.create(this.view);return i.dom.classList.add("cm-tooltip-section"),this.dom.insertBefore(i.dom,n?n.dom.nextSibling:this.dom.firstChild),this.mounted&&i.mount&&i.mount(this.view),i}mount(e){for(let n of this.manager.tooltipViews)n.mount&&n.mount(e);this.mounted=!0}positioned(e){for(let n of this.manager.tooltipViews)n.positioned&&n.positioned(e)}update(e){this.manager.update(e)}destroy(){var e;for(let n of this.manager.tooltipViews)null===(e=n.destroy)||void 0===e||e.call(n)}passProp(e){let n;for(let i of this.manager.tooltipViews){let r=i[e];if(void 0!==r)if(void 0===n)n=r;else if(n!==r)return}return n}get offset(){return this.passProp("offset")}get getCoords(){return this.passProp("getCoords")}get overlap(){return this.passProp("overlap")}get resize(){return this.passProp("resize")}}const GOe=CT.compute([jb],t=>{let e=t.facet(jb);return 0===e.length?null:{pos:Math.min(...e.map(n=>n.pos)),end:Math.max(...e.map(n=>{var i;return null!==(i=n.end)&&void 0!==i?i:n.pos})),create:ET.create,above:e[0].above,arrow:e.some(n=>n.arrow)}});class YOe{constructor(e,n,i,r,s){this.view=e,this.source=n,this.field=i,this.setHover=r,this.hoverTime=s,this.hoverTimeout=-1,this.restartTimeout=-1,this.pending=null,this.lastMove={x:0,y:0,target:e.dom,time:0},this.checkHover=this.checkHover.bind(this),e.dom.addEventListener("mouseleave",this.mouseleave=this.mouseleave.bind(this)),e.dom.addEventListener("mousemove",this.mousemove=this.mousemove.bind(this))}update(){this.pending&&(this.pending=null,clearTimeout(this.restartTimeout),this.restartTimeout=setTimeout(()=>this.startHover(),20))}get active(){return this.view.state.field(this.field)}checkHover(){if(this.hoverTimeout=-1,this.active.length)return;let e=Date.now()-this.lastMove.time;ed.bottom||n.xd.right+e.defaultCharacterWidth)return;let f=e.bidiSpans(e.state.doc.lineAt(r)).find(b=>b.from<=r&&b.to>=r),g=f&&f.dir==Tc.RTL?-1:1;s=n.x{this.pending==d&&(this.pending=null,f&&(!Array.isArray(f)||f.length)&&e.dispatch({effects:this.setHover.of(Array.isArray(f)?f:[f])}))},f=>X2(e.state,f,"hover tooltip"))}else a&&(!Array.isArray(a)||a.length)&&e.dispatch({effects:this.setHover.of(Array.isArray(a)?a:[a])})}get tooltip(){let e=this.view.plugin(yT),n=e?e.manager.tooltips.findIndex(i=>i.create==ET.create):-1;return n>-1?e.manager.tooltipViews[n]:null}mousemove(e){var n,i;this.lastMove={x:e.clientX,y:e.clientY,target:e.target,time:Date.now()},this.hoverTimeout<0&&(this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime));let{active:r,tooltip:s}=this;if(r.length&&s&&!function WOe(t,e){let n=t.getBoundingClientRect();return e.clientX>=n.left-ST&&e.clientX<=n.right+ST&&e.clientY>=n.top-ST&&e.clientY<=n.bottom+ST}(s.dom,e)||this.pending){let{pos:a}=r[0]||this.pending,d=null!==(i=null===(n=r[0])||void 0===n?void 0:n.end)&&void 0!==i?i:a;(a==d?this.view.posAtCoords(this.lastMove)!=a:!function qOe(t,e,n,i,r,s){let a=t.scrollDOM.getBoundingClientRect();if(a.left>i||a.rightr||Math.min(a.bottom,t.documentTop+t.documentPadding.top+t.contentHeight)=e&&f<=n}(this.view,a,d,e.clientX,e.clientY))&&(this.view.dispatch({effects:this.setHover.of([])}),this.pending=null)}}mouseleave(e){clearTimeout(this.hoverTimeout),this.hoverTimeout=-1;let{active:n}=this;if(n.length){let{tooltip:i}=this;i&&i.dom.contains(e.relatedTarget)?this.watchTooltipLeave(i.dom):this.view.dispatch({effects:this.setHover.of([])})}}watchTooltipLeave(e){let n=i=>{e.removeEventListener("mouseleave",n),this.active.length&&!this.view.dom.contains(i.relatedTarget)&&this.view.dispatch({effects:this.setHover.of([])})};e.addEventListener("mouseleave",n)}destroy(){clearTimeout(this.hoverTimeout),this.view.dom.removeEventListener("mouseleave",this.mouseleave),this.view.dom.removeEventListener("mousemove",this.mousemove)}}const ST=4;function KOe(t,e={}){let n=fa.define(),i=c1.define({create:()=>[],update(r,s){if(r.length&&(e.hideOnChange&&(s.docChanged||s.selection)?r=[]:e.hideOn&&(r=r.filter(a=>!e.hideOn(s,a))),s.docChanged)){let a=[];for(let d of r){let f=s.changes.mapPos(d.pos,-1,Z2.TrackDel);if(null!=f){let g=Object.assign(Object.create(null),d);g.pos=f,null!=g.end&&(g.end=s.changes.mapPos(g.end)),a.push(g)}}r=a}for(let a of s.effects)a.is(n)&&(r=a.value),a.is(QOe)&&(r=[]);return r},provide:r=>jb.from(r)});return[i,Nc.define(r=>new YOe(r,t,i,n,e.hoverTime||300)),GOe]}function LQ(t,e){let n=t.plugin(yT);if(!n)return null;let i=n.manager.tooltips.indexOf(e);return i<0?null:n.manager.tooltipViews[i]}const QOe=fa.define(),KN=$r.define({combine(t){let e,n;for(let i of t)e=e||i.topContainer,n=n||i.bottomContainer;return{topContainer:e,bottomContainer:n}}});function $b(t,e){let n=t.plugin(PQ),i=n?n.specs.indexOf(e):-1;return i>-1?n.panels[i]:null}const PQ=Nc.fromClass(class{constructor(t){this.input=t.state.facet(Gb),this.specs=this.input.filter(n=>n),this.panels=this.specs.map(n=>n(t));let e=t.state.facet(KN);this.top=new xT(t,!0,e.topContainer),this.bottom=new xT(t,!1,e.bottomContainer),this.top.sync(this.panels.filter(n=>n.top)),this.bottom.sync(this.panels.filter(n=>!n.top));for(let n of this.panels)n.dom.classList.add("cm-panel"),n.mount&&n.mount()}update(t){let e=t.state.facet(KN);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new xT(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new xT(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=t.state.facet(Gb);if(n!=this.input){let i=n.filter(f=>f),r=[],s=[],a=[],d=[];for(let f of i){let b,g=this.specs.indexOf(f);g<0?(b=f(t.view),d.push(b)):(b=this.panels[g],b.update&&b.update(t)),r.push(b),(b.top?s:a).push(b)}this.specs=i,this.panels=r,this.top.sync(s),this.bottom.sync(a);for(let f of d)f.dom.classList.add("cm-panel"),f.mount&&f.mount()}else for(let i of this.panels)i.update&&i.update(t)}destroy(){this.top.sync([]),this.bottom.sync([])}},{provide:t=>qo.scrollMargins.of(e=>{let n=e.plugin(t);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class xT{constructor(e,n,i){this.view=e,this.top=n,this.container=i,this.dom=void 0,this.classes="",this.panels=[],this.syncClasses()}sync(e){for(let n of this.panels)n.destroy&&e.indexOf(n)<0&&n.destroy();this.panels=e,this.syncDOM()}syncDOM(){if(0==this.panels.length)return void(this.dom&&(this.dom.remove(),this.dom=void 0));if(!this.dom){this.dom=document.createElement("div"),this.dom.className=this.top?"cm-panels cm-panels-top":"cm-panels cm-panels-bottom",this.dom.style[this.top?"top":"bottom"]="0";let n=this.container||this.view.dom;n.insertBefore(this.dom,this.top?n.firstChild:null)}let e=this.dom.firstChild;for(let n of this.panels)if(n.dom.parentNode==this.dom){for(;e!=n.dom;)e=VQ(e);e=e.nextSibling}else this.dom.insertBefore(n.dom,e);for(;e;)e=VQ(e)}scrollMargin(){return!this.dom||this.container?0:Math.max(0,this.top?this.dom.getBoundingClientRect().bottom-Math.max(0,this.view.scrollDOM.getBoundingClientRect().top):Math.min(innerHeight,this.view.scrollDOM.getBoundingClientRect().bottom)-this.dom.getBoundingClientRect().top)}syncClasses(){if(this.container&&this.classes!=this.view.themeClasses){for(let e of this.classes.split(" "))e&&this.container.classList.remove(e);for(let e of(this.classes=this.view.themeClasses).split(" "))e&&this.container.classList.add(e)}}}function VQ(t){let e=t.nextSibling;return t.remove(),e}const Gb=$r.define({enables:PQ});class a0 extends Sm{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}a0.prototype.elementClass="",a0.prototype.toDOM=void 0,a0.prototype.mapMode=Z2.TrackBefore,a0.prototype.startSide=a0.prototype.endSide=-1,a0.prototype.point=!0;const TT=$r.define(),ZOe={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>tl.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},Yb=$r.define();function FQ(t){return[HQ(),Yb.of(Object.assign(Object.assign({},ZOe),t))]}const QN=$r.define({combine:t=>t.some(e=>e)});function HQ(t){let e=[JOe];return t&&!1===t.fixed&&e.push(QN.of(!0)),e}const JOe=Nc.fromClass(class{constructor(t){this.view=t,this.prevViewport=t.viewport,this.dom=document.createElement("div"),this.dom.className="cm-gutters",this.dom.setAttribute("aria-hidden","true"),this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.gutters=t.state.facet(Yb).map(e=>new BQ(t,e));for(let e of this.gutters)this.dom.appendChild(e.dom);this.fixed=!t.state.facet(QN),this.fixed&&(this.dom.style.position="sticky"),this.syncGutters(!1),t.scrollDOM.insertBefore(this.dom,t.contentDOM)}update(t){if(this.updateGutters(t)){let e=this.prevViewport,n=t.view.viewport,i=Math.min(e.to,n.to)-Math.max(e.from,n.from);this.syncGutters(i<.8*(n.to-n.from))}t.geometryChanged&&(this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px"),this.view.state.facet(QN)!=!this.fixed&&(this.fixed=!this.fixed,this.dom.style.position=this.fixed?"sticky":""),this.prevViewport=t.view.viewport}syncGutters(t){let e=this.dom.nextSibling;t&&this.dom.remove();let n=tl.iter(this.view.state.facet(TT),this.view.viewport.from),i=[],r=this.gutters.map(s=>new XOe(s,this.view.viewport,-this.view.documentPadding.top));for(let s of this.view.viewportLineBlocks)if(i.length&&(i=[]),Array.isArray(s.type)){let a=!0;for(let d of s.type)if(d.type==J2.Text&&a){ZN(n,i,d.from);for(let f of r)f.line(this.view,d,i);a=!1}else if(d.widget)for(let f of r)f.widget(this.view,d)}else if(s.type==J2.Text){ZN(n,i,s.from);for(let a of r)a.line(this.view,s,i)}else if(s.widget)for(let a of r)a.widget(this.view,s);for(let s of r)s.finish();t&&this.view.scrollDOM.insertBefore(this.dom,e)}updateGutters(t){let e=t.startState.facet(Yb),n=t.state.facet(Yb),i=t.docChanged||t.heightChanged||t.viewportChanged||!tl.eq(t.startState.facet(TT),t.state.facet(TT),t.view.viewport.from,t.view.viewport.to);if(e==n)for(let r of this.gutters)r.update(t)&&(i=!0);else{i=!0;let r=[];for(let s of n){let a=e.indexOf(s);a<0?r.push(new BQ(this.view,s)):(this.gutters[a].update(t),r.push(this.gutters[a]))}for(let s of this.gutters)s.dom.remove(),r.indexOf(s)<0&&s.destroy();for(let s of r)this.dom.appendChild(s.dom);this.gutters=r}return i}destroy(){for(let t of this.gutters)t.destroy();this.dom.remove()}},{provide:t=>qo.scrollMargins.of(e=>{let n=e.plugin(t);return n&&0!=n.gutters.length&&n.fixed?e.textDirection==Tc.LTR?{left:n.dom.offsetWidth*e.scaleX}:{right:n.dom.offsetWidth*e.scaleX}:null})});function zQ(t){return Array.isArray(t)?t:[t]}function ZN(t,e,n){for(;t.value&&t.from<=n;)t.from==n&&e.push(t.value),t.next()}class XOe{constructor(e,n,i){this.gutter=e,this.height=i,this.i=0,this.cursor=tl.iter(e.markers,n.from)}addElement(e,n,i){let{gutter:r}=this,s=(n.top-this.height)/e.scaleY,a=n.height/e.scaleY;if(this.i==r.elements.length){let d=new UQ(e,a,s,i);r.elements.push(d),r.dom.appendChild(d.dom)}else r.elements[this.i].update(e,a,s,i);this.height=n.bottom,this.i++}line(e,n,i){let r=[];ZN(this.cursor,r,n.from),i.length&&(r=r.concat(i));let s=this.gutter.config.lineMarker(e,n,r);s&&r.unshift(s),0==r.length&&!this.gutter.config.renderEmptyElements||this.addElement(e,n,r)}widget(e,n){let i=this.gutter.config.widgetMarker(e,n.widget,n);i&&this.addElement(e,n,[i])}finish(){let e=this.gutter;for(;e.elements.length>this.i;){let n=e.elements.pop();e.dom.removeChild(n.dom),n.destroy()}}}class BQ{constructor(e,n){this.view=e,this.config=n,this.elements=[],this.spacer=null,this.dom=document.createElement("div"),this.dom.className="cm-gutter"+(this.config.class?" "+this.config.class:"");for(let i in n.domEventHandlers)this.dom.addEventListener(i,r=>{let a,s=r.target;if(s!=this.dom&&this.dom.contains(s)){for(;s.parentNode!=this.dom;)s=s.parentNode;let f=s.getBoundingClientRect();a=(f.top+f.bottom)/2}else a=r.clientY;let d=e.lineBlockAtHeight(a-e.documentTop);n.domEventHandlers[i](e,d,r)&&r.preventDefault()});this.markers=zQ(n.markers(e)),n.initialSpacer&&(this.spacer=new UQ(e,0,0,[n.initialSpacer(e)]),this.dom.appendChild(this.spacer.dom),this.spacer.dom.style.cssText+="visibility: hidden; pointer-events: none")}update(e){let n=this.markers;if(this.markers=zQ(this.config.markers(e.view)),this.spacer&&this.config.updateSpacer){let r=this.config.updateSpacer(this.spacer.markers[0],e);r!=this.spacer.markers[0]&&this.spacer.update(e.view,0,0,[r])}let i=e.view.viewport;return!tl.eq(this.markers,n,i.from,i.to)||!!this.config.lineMarkerChange&&this.config.lineMarkerChange(e)}destroy(){for(let e of this.elements)e.destroy()}}class UQ{constructor(e,n,i,r){this.height=-1,this.above=0,this.markers=[],this.dom=document.createElement("div"),this.dom.className="cm-gutterElement",this.update(e,n,i,r)}update(e,n,i,r){this.height!=n&&(this.height=n,this.dom.style.height=n+"px"),this.above!=i&&(this.dom.style.marginTop=(this.above=i)?i+"px":""),function eIe(t,e){if(t.length!=e.length)return!1;for(let n=0;nSu(t,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(e,n){let i=Object.assign({},e);for(let r in n){let s=i[r],a=n[r];i[r]=s?(d,f,g)=>s(d,f,g)||a(d,f,g):a}return i}})});class JN extends a0{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function XN(t,e){return t.state.facet(N_).formatNumber(e,t.state)}const nIe=Yb.compute([N_],t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:e=>e.state.facet(tIe),lineMarker:(e,n,i)=>i.some(r=>r.toDOM)?null:new JN(XN(e,e.state.doc.lineAt(n.from).number)),widgetMarker:()=>null,lineMarkerChange:e=>e.startState.facet(N_)!=e.state.facet(N_),initialSpacer:e=>new JN(XN(e,jQ(e.state.doc.lines))),updateSpacer(e,n){let i=XN(n.view,jQ(n.view.state.doc.lines));return i==e.number?e:new JN(i)},domEventHandlers:t.facet(N_).domEventHandlers}));function iIe(t={}){return[N_.of(t),HQ(),nIe]}function jQ(t){let e=9;for(;e{let e=[],n=-1;for(let i of t.selection.ranges){let r=t.doc.lineAt(i.head).from;r>n&&(n=r,e.push(rIe.range(r)))}return tl.of(e)}),YQ=1024;let dIe=0;class Tu{constructor(e,n){this.from=e,this.to=n}}class $s{constructor(e={}){this.id=dIe++,this.perNode=!!e.perNode,this.deserialize=e.deserialize||(()=>{throw new Error("This node type doesn't define a deserialize function")})}add(e){if(this.perNode)throw new RangeError("Can't add per-node props to node types");return"function"!=typeof e&&(e=ed.match(e)),n=>{let i=e(n);return void 0===i?null:[this,i]}}}$s.closedBy=new $s({deserialize:t=>t.split(" ")}),$s.openedBy=new $s({deserialize:t=>t.split(" ")}),$s.group=new $s({deserialize:t=>t.split(" ")}),$s.isolate=new $s({deserialize:t=>{if(t&&"rtl"!=t&&"ltr"!=t&&"auto"!=t)throw new RangeError("Invalid value for isolate: "+t);return t||"auto"}}),$s.contextHash=new $s({perNode:!0}),$s.lookAhead=new $s({perNode:!0}),$s.mounted=new $s({perNode:!0});class Wb{constructor(e,n,i){this.tree=e,this.overlay=n,this.parser=i}static get(e){return e&&e.props&&e.props[$s.mounted.id]}}const uIe=Object.create(null);class ed{constructor(e,n,i,r=0){this.name=e,this.props=n,this.id=i,this.flags=r}static define(e){let n=e.props&&e.props.length?Object.create(null):uIe,r=new ed(e.name||"",n,e.id,(e.top?1:0)|(e.skipped?2:0)|(e.error?4:0)|(null==e.name?8:0));if(e.props)for(let s of e.props)if(Array.isArray(s)||(s=s(r)),s){if(s[0].perNode)throw new RangeError("Can't store a per-node prop on a node type");n[s[0].id]=s[1]}return r}prop(e){return this.props[e.id]}get isTop(){return(1&this.flags)>0}get isSkipped(){return(2&this.flags)>0}get isError(){return(4&this.flags)>0}get isAnonymous(){return(8&this.flags)>0}is(e){if("string"==typeof e){if(this.name==e)return!0;let n=this.prop($s.group);return!!n&&n.indexOf(e)>-1}return this.id==e}static match(e){let n=Object.create(null);for(let i in e)for(let r of i.split(" "))n[r]=e[i];return i=>{for(let r=i.prop($s.group),s=-1;s<(r?r.length:0);s++){let a=n[s<0?i.name:r[s]];if(a)return a}}}}ed.none=new ed("",Object.create(null),0,8);class wT{constructor(e){this.types=e;for(let n=0;n=e){let d=new D2(a.tree,a.overlay[0].from+s.from,-1,s);(r||(r=[i])).push(qb(d,e,n,!1))}}return r?ZQ(r):i}(this,e,n)}iterate(e){let{enter:n,leave:i,from:r=0,to:s=this.length}=e,a=e.mode||0,d=(a&dl.IncludeAnonymous)>0;for(let f=this.cursor(a|dl.IncludeAnonymous);;){let g=!1;if(f.from<=s&&f.to>=r&&(!d&&f.type.isAnonymous||!1!==n(f))){if(f.firstChild())continue;g=!0}for(;g&&i&&(d||!f.type.isAnonymous)&&i(f),!f.nextSibling();){if(!f.parent())return;g=!0}}}prop(e){return e.perNode?this.props?this.props[e.id]:void 0:this.type.prop(e)}get propValues(){let e=[];if(this.props)for(let n in this.props)e.push([+n,this.props[n]]);return e}balance(e={}){return this.children.length<=8?this:ik(ed.none,this.children,this.positions,0,this.children.length,0,this.length,(n,i,r)=>new ul(this.type,n,i,r,this.propValues),e.makeTree||((n,i,r)=>new ul(ed.none,n,i,r)))}static build(e){return function mIe(t){var e;let{buffer:n,nodeSet:i,maxBufferLength:r=YQ,reused:s=[],minRepeatType:a=i.types.length}=t,d=Array.isArray(n)?new ek(n,n.length):n,f=i.types,g=0,b=0;function C(Ie,rt,mt,Pt,qt,Nt){let{id:on,start:At,end:Lt,size:vt}=d,Xt=b;for(;vt<0;){if(d.next(),-1==vt)return mt.push(s[on]),void Pt.push(At-Ie);if(-3==vt)return void(g=on);if(-4==vt)return void(b=on);throw new RangeError(`Unrecognized record size: ${vt}`)}let jt,at,Zt=f[on],ht=At-Ie;if(Lt-At<=r&&(at=function G(Ie,rt){let mt=d.fork(),Pt=0,qt=0,Nt=0,on=mt.end-r,At={size:0,start:0,skip:0};e:for(let Lt=mt.pos-Ie;mt.pos>Lt;){let vt=mt.size;if(mt.id==rt&&vt>=0){At.size=Pt,At.start=qt,At.skip=Nt,Nt+=4,Pt+=4,mt.next();continue}let Xt=mt.pos-vt;if(vt<0||Xt=a?4:0,jt=mt.start;for(mt.next();mt.pos>Xt;){if(mt.size<0){if(-3!=mt.size)break e;Zt+=4}else mt.id>=a&&(Zt+=4);mt.next()}qt=jt,Pt+=vt,Nt+=Zt}return(rt<0||Pt==Ie)&&(At.size=Pt,At.start=qt,At.skip=Nt),At.size>4?At:void 0}(d.pos-rt,qt))){let Et=new Uint16Array(at.size-at.skip),hn=d.pos-at.size,Yn=Et.length;for(;d.pos>hn;)Yn=q(at.start,Et,Yn);jt=new _4(Et,Lt-at.start,i),ht=at.start-Ie}else{let Et=d.pos-vt;d.next();let hn=[],Yn=[],bn=on>=a?on:-1,sn=0,Un=Lt;for(;d.pos>Et;)bn>=0&&d.id==bn&&d.size>=0?(d.end<=Un-r&&(I(hn,Yn,At,sn,d.end,Un,bn,Xt),sn=hn.length,Un=d.end),d.next()):Nt>2500?S(At,Et,hn,Yn):C(At,Et,hn,Yn,bn,Nt+1);if(bn>=0&&sn>0&&sn-1&&sn>0){let An=function w(Ie){return(rt,mt,Pt)=>{let on,At,qt=0,Nt=rt.length-1;if(Nt>=0&&(on=rt[Nt])instanceof ul){if(!Nt&&on.type==Ie&&on.length==Pt)return on;(At=on.prop($s.lookAhead))&&(qt=mt[Nt]+on.length+At)}return F(Ie,rt,mt,Pt,qt)}}(Zt);jt=ik(Zt,hn,Yn,0,hn.length,0,Lt-At,An,An)}else jt=F(Zt,hn,Yn,Lt-At,Xt-Lt)}mt.push(jt),Pt.push(ht)}function S(Ie,rt,mt,Pt){let qt=[],Nt=0,on=-1;for(;d.pos>rt;){let{id:At,start:Lt,end:vt,size:Xt}=d;if(Xt>4)d.next();else{if(on>-1&&Lt=0;vt-=3)At[Xt++]=qt[vt],At[Xt++]=qt[vt+1]-Lt,At[Xt++]=qt[vt+2]-Lt,At[Xt++]=Xt;mt.push(new _4(At,qt[2]-Lt,i)),Pt.push(Lt-Ie)}}function I(Ie,rt,mt,Pt,qt,Nt,on,At){let Lt=[],vt=[];for(;Ie.length>Pt;)Lt.push(Ie.pop()),vt.push(rt.pop()+mt-qt);Ie.push(F(i.types[on],Lt,vt,Nt-qt,At-Nt)),rt.push(qt-mt)}function F(Ie,rt,mt,Pt,qt=0,Nt){if(g){let on=[$s.contextHash,g];Nt=Nt?[on].concat(Nt):[on]}if(qt>25){let on=[$s.lookAhead,qt];Nt=Nt?[on].concat(Nt):[on]}return new ul(Ie,rt,mt,Pt,Nt)}function q(Ie,rt,mt){let{id:Pt,start:qt,end:Nt,size:on}=d;if(d.next(),on>=0&&Pt4){let Lt=d.pos-(on-4);for(;d.pos>Lt;)mt=q(Ie,rt,mt)}rt[--mt]=At,rt[--mt]=Nt-Ie,rt[--mt]=qt-Ie,rt[--mt]=Pt}else-3==on?g=Pt:-4==on&&(b=Pt);return mt}let pe=[],me=[];for(;d.pos>0;)C(t.start||0,t.bufferStart||0,pe,me,-1,0);let Pe=null!==(e=t.length)&&void 0!==e?e:pe.length?me[0]+pe[0].length:0;return new ul(f[t.topID],pe.reverse(),me.reverse(),Pe)}(e)}}ul.empty=new ul(ed.none,[],[],0);class ek{constructor(e,n){this.buffer=e,this.index=n}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}get pos(){return this.index}next(){this.index-=4}fork(){return new ek(this.buffer,this.index)}}class _4{constructor(e,n,i){this.buffer=e,this.length=n,this.set=i}get type(){return ed.none}toString(){let e=[];for(let n=0;n0));f=a[f+3]);return d}slice(e,n,i){let r=this.buffer,s=new Uint16Array(n-e),a=0;for(let d=e,f=0;d=e&&ne;case 1:return n<=e&&i>e;case 2:return i>e;case 4:return!0}}function qb(t,e,n,i){for(var r;t.from==t.to||(n<1?t.from>=e:t.from>e)||(n>-1?t.to<=e:t.to0?d.length:-1;e!=g;e+=n){let b=d[e],C=f[e]+a.from;if(qQ(r,i,C,C+b.length))if(b instanceof _4){if(s&dl.ExcludeBuffers)continue;let S=b.findChild(0,b.buffer.length,n,i-C,r);if(S>-1)return new c0(new fIe(a,b,e,C),null,S)}else if(s&dl.IncludeAnonymous||!b.type.isAnonymous||nk(b)){let S;if(!(s&dl.IgnoreMounts)&&(S=Wb.get(b))&&!S.overlay)return new D2(S.tree,C,e,a);let w=new D2(b,C,e,a);return s&dl.IncludeAnonymous||!w.type.isAnonymous?w:w.nextChild(n<0?b.children.length-1:0,n,i,r)}}if(s&dl.IncludeAnonymous||!a.type.isAnonymous||(e=a.index>=0?a.index+n:n<0?-1:a._parent._tree.children.length,a=a._parent,!a))return null}}get firstChild(){return this.nextChild(0,1,0,4)}get lastChild(){return this.nextChild(this._tree.children.length-1,-1,0,4)}childAfter(e){return this.nextChild(0,1,e,2)}childBefore(e){return this.nextChild(this._tree.children.length-1,-1,e,-2)}enter(e,n,i=0){let r;if(!(i&dl.IgnoreOverlays)&&(r=Wb.get(this._tree))&&r.overlay){let s=e-this.from;for(let{from:a,to:d}of r.overlay)if((n>0?a<=s:a=s:d>s))return new D2(r.tree,r.overlay[0].from+this.from,-1,this)}return this.nextChild(0,1,e,n,i)}nextSignificantParent(){let e=this;for(;e.type.isAnonymous&&e._parent;)e=e._parent;return e}get parent(){return this._parent?this._parent.nextSignificantParent():null}get nextSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index+1,1,0,4):null}get prevSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index-1,-1,0,4):null}get tree(){return this._tree}toTree(){return this._tree}toString(){return this._tree.toString()}}function QQ(t,e,n,i){let r=t.cursor(),s=[];if(!r.firstChild())return s;if(null!=n)for(let a=!1;!a;)if(a=r.type.is(n),!r.nextSibling())return s;for(;;){if(null!=i&&r.type.is(i))return s;if(r.type.is(e)&&s.push(r.node),!r.nextSibling())return null==i?s:[]}}function tk(t,e,n=e.length-1){for(let i=t.parent;n>=0;i=i.parent){if(!i)return!1;if(!i.type.isAnonymous){if(e[n]&&e[n]!=i.name)return!1;n--}}return!0}class fIe{constructor(e,n,i,r){this.parent=e,this.buffer=n,this.index=i,this.start=r}}class c0 extends KQ{get name(){return this.type.name}get from(){return this.context.start+this.context.buffer.buffer[this.index+1]}get to(){return this.context.start+this.context.buffer.buffer[this.index+2]}constructor(e,n,i){super(),this.context=e,this._parent=n,this.index=i,this.type=e.buffer.set.types[e.buffer.buffer[i]]}child(e,n,i){let{buffer:r}=this.context,s=r.findChild(this.index+4,r.buffer[this.index+3],e,n-this.context.start,i);return s<0?null:new c0(this.context,this,s)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(e){return this.child(1,e,2)}childBefore(e){return this.child(-1,e,-2)}enter(e,n,i=0){if(i&dl.ExcludeBuffers)return null;let{buffer:r}=this.context,s=r.findChild(this.index+4,r.buffer[this.index+3],n>0?1:-1,e-this.context.start,n);return s<0?null:new c0(this.context,this,s)}get parent(){return this._parent||this.context.parent.nextSignificantParent()}externalSibling(e){return this._parent?null:this.context.parent.nextChild(this.context.index+e,e,0,4)}get nextSibling(){let{buffer:e}=this.context,n=e.buffer[this.index+3];return n<(this._parent?e.buffer[this._parent.index+3]:e.buffer.length)?new c0(this.context,this._parent,n):this.externalSibling(1)}get prevSibling(){let{buffer:e}=this.context,n=this._parent?this._parent.index+4:0;return this.index==n?this.externalSibling(-1):new c0(this.context,this._parent,e.findChild(n,this.index,-1,0,4))}get tree(){return null}toTree(){let e=[],n=[],{buffer:i}=this.context,r=this.index+4,s=i.buffer[this.index+3];return s>r&&(e.push(i.slice(r,s,i.buffer[this.index+1])),n.push(0)),new ul(this.type,e,n,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function ZQ(t){if(!t.length)return null;let e=0,n=t[0];for(let s=1;sn.from||a.to0){if(this.index-1)for(let s=n+e,a=e<0?-1:i._tree.children.length;s!=a;s+=e){let d=i._tree.children[s];if(this.mode&dl.IncludeAnonymous||d instanceof _4||!d.type.isAnonymous||nk(d))return!1}return!0}move(e,n){if(n&&this.enterChild(e,0,4))return!0;for(;;){if(this.sibling(e))return!0;if(this.atLastNode(e)||!this.parent())return!1}}next(e=!0){return this.move(1,e)}prev(e=!0){return this.move(-1,e)}moveTo(e,n=0){for(;(this.from==this.to||(n<1?this.from>=e:this.from>e)||(n>-1?this.to<=e:this.to=0;){for(let a=e;a;a=a._parent)if(a.index==r){if(r==this.index)return a;n=a,i=s+1;break e}r=this.stack[--s]}for(let r=i;r=0;s--){if(s<0)return tk(this.node,e,r);let a=i[n.buffer[this.stack[s]]];if(!a.isAnonymous){if(e[r]&&e[r]!=a.name)return!1;r--}}return!0}}function nk(t){return t.children.some(e=>e instanceof _4||!e.type.isAnonymous||nk(e))}const JQ=new WeakMap;function DT(t,e){if(!t.isAnonymous||e instanceof _4||e.type!=t)return 1;let n=JQ.get(e);if(null==n){n=1;for(let i of e.children){if(i.type!=t||!(i instanceof ul)){n=1;break}n+=DT(t,i)}JQ.set(e,n)}return n}function ik(t,e,n,i,r,s,a,d,f){let g=0;for(let I=i;I=b)break;rt+=mt}if(me==Pe+1){if(rt>b){let mt=I[Pe];w(mt.children,mt.positions,0,mt.children.length,F[Pe]+pe);continue}C.push(I[Pe])}else C.push(ik(t,I,F,Pe,me,Ie,F[me-1]+I[me-1].length-Ie,null,f));S.push(Ie+pe-s)}}(e,n,i,r,0),(d||f)(C,S,a)}class x3{constructor(e,n,i,r,s=!1,a=!1){this.from=e,this.to=n,this.tree=i,this.offset=r,this.open=(s?1:0)|(a?2:0)}get openStart(){return(1&this.open)>0}get openEnd(){return(2&this.open)>0}static addTree(e,n=[],i=!1){let r=[new x3(0,e.length,e,0,!1,i)];for(let s of n)s.to>e.length&&r.push(s);return r}static applyChanges(e,n,i=128){if(!n.length)return e;let r=[],s=1,a=e.length?e[0]:null;for(let d=0,f=0,g=0;;d++){let b=d=i)for(;a&&a.from=S.from||C<=S.to||g){let w=Math.max(S.from,f)-g,I=Math.min(S.to,C)-g;S=w>=I?null:new x3(w,I,S.tree,S.offset+g,d>0,!!b)}if(S&&r.push(S),a.to>C)break;a=snew Tu(r.from,r.to)):[new Tu(0,0)]:[new Tu(0,e.length)],this.createParse(e,n||[],i)}parse(e,n,i){let r=this.startParse(e,n,i);for(;;){let s=r.advance();if(s)return s}}}class gIe{constructor(e){this.string=e}get length(){return this.string.length}chunk(e){return this.string.slice(e)}get lineChunks(){return!1}read(e,n){return this.string.slice(e,n)}}new $s({perNode:!0});let SIe=0;class l0{constructor(e,n,i){this.set=e,this.base=n,this.modified=i,this.id=SIe++}static define(e){if(e?.base)throw new Error("Can not derive from a modified tag");let n=new l0([],null,[]);if(n.set.push(n),e)for(let i of e.set)n.set.push(i);return n}static defineModifier(){let e=new OT;return n=>n.modified.indexOf(e)>-1?n:OT.get(n.base||n,n.modified.concat(e).sort((i,r)=>i.id-r.id))}}let xIe=0;class OT{constructor(){this.instances=[],this.id=xIe++}static get(e,n){if(!n.length)return e;let i=n[0].instances.find(d=>d.base==e&&function TIe(t,e){return t.length==e.length&&t.every((n,i)=>n==e[i])}(n,d.modified));if(i)return i;let r=[],s=new l0(r,e,n);for(let d of n)d.instances.push(s);let a=function wIe(t){let e=[[]];for(let n=0;ni.length-n.length)}(n);for(let d of e.set)if(!d.modified.length)for(let f of a)r.push(OT.get(d,f));return s}}function sZ(t){let e=Object.create(null);for(let n in t){let i=t[n];Array.isArray(i)||(i=[i]);for(let r of n.split(" "))if(r){let s=[],a=2,d=r;for(let C=0;;){if("..."==d&&C>0&&C+3==r.length){a=1;break}let S=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(d);if(!S)throw new RangeError("Invalid path: "+r);if(s.push("*"==S[0]?"":'"'==S[0][0]?JSON.parse(S[0]):S[0]),C+=S[0].length,C==r.length)break;let w=r[C++];if(C==r.length&&"!"==w){a=0;break}if("/"!=w)throw new RangeError("Invalid path: "+r);d=r.slice(C)}let f=s.length-1,g=s[f];if(!g)throw new RangeError("Invalid path: "+r);let b=new IT(i,a,f>0?s.slice(0,f):null);e[g]=b.sort(e[g])}}return aZ.add(e)}const aZ=new $s;class IT{constructor(e,n,i,r){this.tags=e,this.mode=n,this.context=i,this.next=r}get opaque(){return 0==this.mode}get inherit(){return 1==this.mode}sort(e){return!e||e.depth{let a=r;for(let d of s)for(let f of d.set){let g=n[f.id];if(g){a=a?a+" "+g:g;break}}return a},scope:i}}function lZ(t,e,n,i=0,r=t.length){let s=new AIe(i,Array.isArray(e)?e:[e],n);s.highlightRange(t.cursor(),i,r,"",s.highlighters),s.flush(r)}IT.empty=new IT([],2,null);class AIe{constructor(e,n,i){this.at=e,this.highlighters=n,this.span=i,this.class=""}startSpan(e,n){n!=this.class&&(this.flush(e),e>this.at&&(this.at=e),this.class=n)}flush(e){e>this.at&&this.class&&this.span(this.at,e,this.class)}highlightRange(e,n,i,r,s){let{type:a,from:d,to:f}=e;if(d>=i||f<=n)return;a.isTop&&(s=this.highlighters.filter(w=>!w.scope||w.scope(a)));let g=r,b=function DIe(t){let e=t.type.prop(aZ);for(;e&&e.context&&!t.matchContext(e.context);)e=e.next;return e||null}(e)||IT.empty,C=function MIe(t,e){let n=null;for(let i of t){let r=i.style(e);r&&(n=n?n+" "+r:r)}return n}(s,b.tags);if(C&&(g&&(g+=" "),g+=C,1==b.mode&&(r+=(r?" ":"")+C)),this.startSpan(Math.max(n,d),g),b.opaque)return;let S=e.tree&&e.tree.prop($s.mounted);if(S&&S.overlay){let w=e.node.enter(S.overlay[0].from+d,1),I=this.highlighters.filter(G=>!G.scope||G.scope(S.tree.type)),F=e.firstChild();for(let G=0,q=d;;G++){let pe=G=me)&&e.nextSibling()););if(!pe||me>i)break;q=pe.to+d,q>n&&(this.highlightRange(w.cursor(),Math.max(n,pe.from+d),Math.min(i,q),"",I),this.startSpan(Math.min(i,q),g))}F&&e.parent()}else if(e.firstChild()){S&&(r="");do{if(!(e.to<=n)){if(e.from>=i)break;this.highlightRange(e,n,i,r,s),this.startSpan(Math.min(i,e.to),g)}}while(e.nextSibling());e.parent()}}}const Sr=l0.define,RT=Sr(),v4=Sr(),dZ=Sr(v4),uZ=Sr(v4),b4=Sr(),NT=Sr(b4),ok=Sr(b4),d0=Sr(),Mm=Sr(d0),u0=Sr(),f0=Sr(),sk=Sr(),Kb=Sr(sk),kT=Sr(),lr={comment:RT,lineComment:Sr(RT),blockComment:Sr(RT),docComment:Sr(RT),name:v4,variableName:Sr(v4),typeName:dZ,tagName:Sr(dZ),propertyName:uZ,attributeName:Sr(uZ),className:Sr(v4),labelName:Sr(v4),namespace:Sr(v4),macroName:Sr(v4),literal:b4,string:NT,docString:Sr(NT),character:Sr(NT),attributeValue:Sr(NT),number:ok,integer:Sr(ok),float:Sr(ok),bool:Sr(b4),regexp:Sr(b4),escape:Sr(b4),color:Sr(b4),url:Sr(b4),keyword:u0,self:Sr(u0),null:Sr(u0),atom:Sr(u0),unit:Sr(u0),modifier:Sr(u0),operatorKeyword:Sr(u0),controlKeyword:Sr(u0),definitionKeyword:Sr(u0),moduleKeyword:Sr(u0),operator:f0,derefOperator:Sr(f0),arithmeticOperator:Sr(f0),logicOperator:Sr(f0),bitwiseOperator:Sr(f0),compareOperator:Sr(f0),updateOperator:Sr(f0),definitionOperator:Sr(f0),typeOperator:Sr(f0),controlOperator:Sr(f0),punctuation:sk,separator:Sr(sk),bracket:Kb,angleBracket:Sr(Kb),squareBracket:Sr(Kb),paren:Sr(Kb),brace:Sr(Kb),content:d0,heading:Mm,heading1:Sr(Mm),heading2:Sr(Mm),heading3:Sr(Mm),heading4:Sr(Mm),heading5:Sr(Mm),heading6:Sr(Mm),contentSeparator:Sr(d0),list:Sr(d0),quote:Sr(d0),emphasis:Sr(d0),strong:Sr(d0),link:Sr(d0),monospace:Sr(d0),strikethrough:Sr(d0),inserted:Sr(),deleted:Sr(),changed:Sr(),invalid:Sr(),meta:kT,documentMeta:Sr(kT),annotation:Sr(kT),processingInstruction:Sr(kT),definition:l0.defineModifier(),constant:l0.defineModifier(),function:l0.defineModifier(),standard:l0.defineModifier(),local:l0.defineModifier(),special:l0.defineModifier()};var ak;cZ([{tag:lr.link,class:"tok-link"},{tag:lr.heading,class:"tok-heading"},{tag:lr.emphasis,class:"tok-emphasis"},{tag:lr.strong,class:"tok-strong"},{tag:lr.keyword,class:"tok-keyword"},{tag:lr.atom,class:"tok-atom"},{tag:lr.bool,class:"tok-bool"},{tag:lr.url,class:"tok-url"},{tag:lr.labelName,class:"tok-labelName"},{tag:lr.inserted,class:"tok-inserted"},{tag:lr.deleted,class:"tok-deleted"},{tag:lr.literal,class:"tok-literal"},{tag:lr.string,class:"tok-string"},{tag:lr.number,class:"tok-number"},{tag:[lr.regexp,lr.escape,lr.special(lr.string)],class:"tok-string2"},{tag:lr.variableName,class:"tok-variableName"},{tag:lr.local(lr.variableName),class:"tok-variableName tok-local"},{tag:lr.definition(lr.variableName),class:"tok-variableName tok-definition"},{tag:lr.special(lr.variableName),class:"tok-variableName2"},{tag:lr.definition(lr.propertyName),class:"tok-propertyName tok-definition"},{tag:lr.typeName,class:"tok-typeName"},{tag:lr.namespace,class:"tok-namespace"},{tag:lr.className,class:"tok-className"},{tag:lr.macroName,class:"tok-macroName"},{tag:lr.propertyName,class:"tok-propertyName"},{tag:lr.operator,class:"tok-operator"},{tag:lr.comment,class:"tok-comment"},{tag:lr.meta,class:"tok-meta"},{tag:lr.invalid,class:"tok-invalid"},{tag:lr.punctuation,class:"tok-punctuation"}]);const Am=new $s;const OIe=new $s;let wu=(()=>{class t{constructor(n,i,r=[],s=""){this.data=n,this.name=s,n2.prototype.hasOwnProperty("tree")||Object.defineProperty(n2.prototype,"tree",{get(){return l1(this)}}),this.parser=i,this.extension=[y4.of(this),n2.languageData.of((a,d,f)=>{let g=hZ(a,d,f),b=g.type.prop(Am);if(!b)return[];let C=a.facet(b),S=g.type.prop(OIe);if(S){let w=g.resolve(d-g.from,f);for(let I of S)if(I.test(w,a)){let F=a.facet(I.facet);return"replace"==I.type?F:F.concat(C)}}return C})].concat(r)}isActiveAt(n,i,r=-1){return hZ(n,i,r).type.prop(Am)==this.data}findRegions(n){let i=n.facet(y4);if(i?.data==this.data)return[{from:0,to:n.doc.length}];if(!i||!i.allowsNesting)return[];let r=[],s=(a,d)=>{if(a.prop(Am)==this.data)return void r.push({from:d,to:d+a.length});let f=a.prop($s.mounted);if(f){if(f.tree.prop(Am)==this.data){if(f.overlay)for(let g of f.overlay)r.push({from:g.from+d,to:g.to+d});else r.push({from:d,to:d+a.length});return}if(f.overlay){let g=r.length;if(s(f.tree,f.overlay[0].from+d),r.length>g)return}}for(let g=0;ge.concat(t):void 0})}(e.languageData);return new LT(n,e.parser.configure({props:[Am.add(i=>i.isTop?n:void 0)]}),e.name)}configure(e,n){return new LT(this.data,this.parser.configure(e),n||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function l1(t){let e=t.field(wu.state,!1);return e?e.tree:ul.empty}class RIe{constructor(e){this.doc=e,this.cursorPos=0,this.string="",this.cursor=e.iter()}get length(){return this.doc.length}syncTo(e){return this.string=this.cursor.next(e-this.cursorPos).value,this.cursorPos=e+this.string.length,this.cursorPos-this.string.length}chunk(e){return this.syncTo(e),this.string}get lineChunks(){return!0}read(e,n){let i=this.cursorPos-this.string.length;return e=this.cursorPos?this.doc.sliceString(e,n):this.string.slice(e-i,n-i)}}let Qb=null;class k_{constructor(e,n,i=[],r,s,a,d,f){this.parser=e,this.state=n,this.fragments=i,this.tree=r,this.treeLen=s,this.viewport=a,this.skipped=d,this.scheduleOn=f,this.parse=null,this.tempSkipped=[]}static create(e,n,i){return new k_(e,n,[],ul.empty,0,i,[],null)}startParse(){return this.parser.startParse(new RIe(this.state.doc),this.fragments)}work(e,n){return null!=n&&n>=this.state.doc.length&&(n=void 0),this.tree!=ul.empty&&this.isDone(n??this.state.doc.length)?(this.takeTree(),!0):this.withContext(()=>{var i;if("number"==typeof e){let r=Date.now()+e;e=()=>Date.now()>r}for(this.parse||(this.parse=this.startParse()),null!=n&&(null==this.parse.stoppedAt||this.parse.stoppedAt>n)&&n=this.treeLen&&((null==this.parse.stoppedAt||this.parse.stoppedAt>e)&&this.parse.stopAt(e),this.withContext(()=>{for(;!(n=this.parse.advance()););}),this.treeLen=e,this.tree=n,this.fragments=this.withoutTempSkipped(x3.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let n=Qb;Qb=this;try{return e()}finally{Qb=n}}withoutTempSkipped(e){for(let n;n=this.tempSkipped.pop();)e=pZ(e,n.from,n.to);return e}changes(e,n){let{fragments:i,tree:r,treeLen:s,viewport:a,skipped:d}=this;if(this.takeTree(),!e.empty){let f=[];if(e.iterChangedRanges((g,b,C,S)=>f.push({fromA:g,toA:b,fromB:C,toB:S})),i=x3.applyChanges(i,f),r=ul.empty,s=0,a={from:e.mapPos(a.from,-1),to:e.mapPos(a.to,1)},this.skipped.length){d=[];for(let g of this.skipped){let b=e.mapPos(g.from,1),C=e.mapPos(g.to,-1);be.from&&(this.fragments=pZ(this.fragments,r,s),this.skipped.splice(i--,1))}return!(this.skipped.length>=n||(this.reset(),0))}reset(){this.parse&&(this.takeTree(),this.parse=null)}skipUntilInView(e,n){this.skipped.push({from:e,to:n})}static getSkippingParser(e){return new class extends XQ{createParse(n,i,r){let s=r[0].from,a=r[r.length-1].to;return{parsedPos:s,advance(){let f=Qb;if(f){for(let g of r)f.tempSkipped.push(g);e&&(f.scheduleOn=f.scheduleOn?Promise.all([f.scheduleOn,e]):e)}return this.parsedPos=a,new ul(ed.none,[],[],a-s)},stoppedAt:null,stopAt(){}}}}}isDone(e){e=Math.min(e,this.state.doc.length);let n=this.fragments;return this.treeLen>=e&&n.length&&0==n[0].from&&n[0].to>=e}static get(){return Qb}}function pZ(t,e,n){return x3.applyChanges(t,[{fromA:e,toA:n,fromB:e,toB:n}])}class L_{constructor(e){this.context=e,this.tree=e.tree}apply(e){if(!e.docChanged&&this.tree==this.context.tree)return this;let n=this.context.changes(e.changes,e.state),i=this.context.treeLen==e.startState.doc.length?void 0:Math.max(e.changes.mapPos(this.context.treeLen),n.viewport.to);return n.work(20,i)||n.takeTree(),new L_(n)}static init(e){let n=Math.min(3e3,e.doc.length),i=k_.create(e.facet(y4).parser,e,{from:0,to:n});return i.work(20,n)||i.takeTree(),new L_(i)}}wu.state=c1.define({create:L_.init,update(t,e){for(let n of e.effects)if(n.is(wu.setState))return n.value;return e.startState.facet(y4)!=e.state.facet(y4)?L_.init(e.state):t.apply(e)}});let mZ=t=>{let e=setTimeout(()=>t(),500);return()=>clearTimeout(e)};typeof requestIdleCallback<"u"&&(mZ=t=>{let e=-1,n=setTimeout(()=>{e=requestIdleCallback(t,{timeout:400})},100);return()=>e<0?clearTimeout(n):cancelIdleCallback(e)});const ck=typeof navigator<"u"&&null!==(ak=navigator.scheduling)&&void 0!==ak&&ak.isInputPending?()=>navigator.scheduling.isInputPending():null,gZ=Nc.fromClass(class{constructor(e){this.view=e,this.working=null,this.workScheduled=0,this.chunkEnd=-1,this.chunkBudget=-1,this.work=this.work.bind(this),this.scheduleWork()}update(e){let n=this.view.state.field(wu.state).context;(n.updateViewport(e.view.viewport)||this.view.viewport.to>n.treeLen)&&this.scheduleWork(),(e.docChanged||e.selectionSet)&&(this.view.hasFocus&&(this.chunkBudget+=50),this.scheduleWork()),this.checkAsyncSchedule(n)}scheduleWork(){if(this.working)return;let{state:e}=this.view,n=e.field(wu.state);(n.tree!=n.context.tree||!n.context.isDone(e.doc.length))&&(this.working=mZ(this.work))}work(e){this.working=null;let n=Date.now();if(this.chunkEndr+1e3,f=s.context.work(()=>ck&&ck()||Date.now()>a,r+(d?0:1e5));this.chunkBudget-=Date.now()-n,(f||this.chunkBudget<=0)&&(s.context.takeTree(),this.view.dispatch({effects:wu.setState.of(new L_(s.context))})),this.chunkBudget>0&&!(f&&!d)&&this.scheduleWork(),this.checkAsyncSchedule(s.context)}checkAsyncSchedule(e){e.scheduleOn&&(this.workScheduled++,e.scheduleOn.then(()=>this.scheduleWork()).catch(n=>X2(this.view.state,n)).then(()=>this.workScheduled--),e.scheduleOn=null)}destroy(){this.working&&this.working()}isWorking(){return!!(this.working||this.workScheduled>0)}},{eventHandlers:{focus(){this.scheduleWork()}}}),y4=$r.define({combine:t=>t.length?t[0]:null,enables:t=>[wu.state,gZ,qo.contentAttributes.compute([t],e=>{let n=e.facet(t);return n&&n.name?{"data-language":n.name}:{}})]});class NIe{constructor(e,n=[]){this.language=e,this.support=n,this.extension=[e,n]}}const vZ=$r.define(),PT=$r.define({combine:t=>{if(!t.length)return" ";let e=t[0];if(!e||/\S/.test(e)||Array.from(e).some(n=>n!=e[0]))throw new Error("Invalid indent unit: "+JSON.stringify(t[0]));return e}});function df(t){let e=t.facet(PT);return 9==e.charCodeAt(0)?t.tabSize*e.length:e.length}function P_(t,e){let n="",i=t.tabSize,r=t.facet(PT)[0];if("\t"==r){for(;e>=i;)n+="\t",e-=i;r=" "}for(let s=0;s=e?function kIe(t,e,n){let i=e.resolveStack(n),r=i.node.enterUnfinishedNodesBefore(n);if(r!=i.node){let s=[];for(let a=r;a!=i.node;a=a.parent)s.push(a);for(let a=s.length-1;a>=0;a--)i={node:s[a],next:i}}return yZ(i,t,n)}(t,n,e):null}class Zb{constructor(e,n={}){this.state=e,this.options=n,this.unit=df(e)}lineAt(e,n=1){let i=this.state.doc.lineAt(e),{simulateBreak:r,simulateDoubleBreak:s}=this.options;return null!=r&&r>=i.from&&r<=i.to?s&&r==e?{text:"",from:e}:(n<0?r-1&&(s+=a-this.countColumn(i,i.search(/\S|$/))),s}countColumn(e,n=e.length){return w_(e,this.state.tabSize,n)}lineIndent(e,n=1){let{text:i,from:r}=this.lineAt(e,n),s=this.options.overrideIndentation;if(s){let a=s(r);if(a>-1)return a}return this.countColumn(i,i.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}const bZ=new $s;function yZ(t,e,n){for(let i=t;i;i=i.next){let r=PIe(i.node);if(r)return r(lk.create(e,n,i))}return 0}function PIe(t){let e=t.type.prop(bZ);if(e)return e;let i,n=t.firstChild;if(n&&(i=n.type.prop($s.closedBy))){let r=t.lastChild,s=r&&i.indexOf(r.name)>-1;return a=>function CZ(t,e,n,i,r){let s=t.textAfter,a=s.match(/^\s*/)[0].length,d=i&&s.slice(a,a+i.length)==i||r==t.pos+a,f=e?function HIe(t){let e=t.node,n=e.childAfter(e.from),i=e.lastChild;if(!n)return null;let r=t.options.simulateBreak,s=t.state.doc.lineAt(n.from),a=null==r||r<=s.from?s.to:Math.min(s.to,r);for(let d=n.to;;){let f=e.childAfter(d);if(!f||f==i)return null;if(!f.type.isSkipped)return f.from{let i=t&&t.test(n.textAfter);return n.baseIndent+(i?0:e*n.unit)}}const UIe=$r.define(),SZ=new $s;function GIe(t){let e=t.lastChild;return e&&e.to==t.to&&e.type.isError}function Jb(t,e,n){for(let i of t.facet(UIe)){let r=i(t,e,n);if(r)return r}return function $Ie(t,e,n){let i=l1(t);if(i.lengthn)continue;if(s&&d.from=e&&g.to>n&&(s=g)}}return s}(t,e,n)}function xZ(t,e){let n=e.mapPos(t.from,1),i=e.mapPos(t.to,-1);return n>=i?void 0:{from:n,to:i}}const Xb=fa.define({map:xZ}),V_=fa.define({map:xZ});function dk(t){let e=[];for(let{head:n}of t.state.selection.ranges)e.some(i=>i.from<=n&&i.to>=n)||e.push(t.lineBlockAt(n));return e}const C4=c1.define({create:()=>go.none,update(t,e){t=t.map(e.changes);for(let n of e.effects)if(n.is(Xb)&&!YIe(t,n.value.from,n.value.to)){let{preparePlaceholder:i}=e.state.facet(fk),r=i?go.replace({widget:new eRe(i(e.state,n.value))}):MZ;t=t.update({add:[r.range(n.value.from,n.value.to)]})}else n.is(V_)&&(t=t.update({filter:(i,r)=>n.value.from!=i||n.value.to!=r,filterFrom:n.value.from,filterTo:n.value.to}));if(e.selection){let n=!1,{head:i}=e.selection.main;t.between(i,i,(r,s)=>{ri&&(n=!0)}),n&&(t=t.update({filterFrom:i,filterTo:i,filter:(r,s)=>s<=i||r>=i}))}return t},provide:t=>qo.decorations.from(t),toJSON(t,e){let n=[];return t.between(0,e.doc.length,(i,r)=>{n.push(i,r)}),n},fromJSON(t){if(!Array.isArray(t)||t.length%2)throw new RangeError("Invalid JSON for fold state");let e=[];for(let n=0;n{(!r||r.from>s)&&(r={from:s,to:a})}),r}function YIe(t,e,n){let i=!1;return t.between(e,e,(r,s)=>{r==e&&s==n&&(i=!0)}),i}function uk(t,e){return t.field(C4,!1)?e:e.concat(fa.appendConfig.of(TZ()))}function FT(t,e,n=!0){let i=t.state.doc.lineAt(e.from).number,r=t.state.doc.lineAt(e.to).number;return qo.announce.of(`${t.state.phrase(n?"Folded lines":"Unfolded lines")} ${i} ${t.state.phrase("to")} ${r}.`)}const JIe=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:t=>{for(let e of dk(t)){let n=Jb(t.state,e.from,e.to);if(n)return t.dispatch({effects:uk(t.state,[Xb.of(n),FT(t,n)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:t=>{if(!t.state.field(C4,!1))return!1;let e=[];for(let n of dk(t)){let i=e9(t.state,n.from,n.to);i&&e.push(V_.of(i),FT(t,i,!1))}return e.length&&t.dispatch({effects:e}),e.length>0}},{key:"Ctrl-Alt-[",run:t=>{let{state:e}=t,n=[];for(let i=0;i{let e=t.state.field(C4,!1);if(!e||!e.size)return!1;let n=[];return e.between(0,t.state.doc.length,(i,r)=>{n.push(V_.of({from:i,to:r}))}),t.dispatch({effects:n}),!0}}],XIe={placeholderDOM:null,preparePlaceholder:null,placeholderText:"\u2026"},fk=$r.define({combine:t=>Su(t,XIe)});function TZ(t){let e=[C4,iRe];return t&&e.push(fk.of(t)),e}function wZ(t,e){let{state:n}=t,i=n.facet(fk),r=a=>{let d=t.lineBlockAt(t.posAtDOM(a.target)),f=e9(t.state,d.from,d.to);f&&t.dispatch({effects:V_.of(f)}),a.preventDefault()};if(i.placeholderDOM)return i.placeholderDOM(t,r,e);let s=document.createElement("span");return s.textContent=i.placeholderText,s.setAttribute("aria-label",n.phrase("folded code")),s.title=n.phrase("unfold"),s.className="cm-foldPlaceholder",s.onclick=r,s}const MZ=go.replace({widget:new class extends S3{toDOM(t){return wZ(t,null)}}});class eRe extends S3{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return wZ(e,this.value)}}const tRe={openText:"\u2304",closedText:"\u203a",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class hk extends a0{constructor(e,n){super(),this.config=e,this.open=n}eq(e){return this.config==e.config&&this.open==e.open}toDOM(e){if(this.config.markerDOM)return this.config.markerDOM(this.open);let n=document.createElement("span");return n.textContent=this.open?this.config.openText:this.config.closedText,n.title=e.state.phrase(this.open?"Fold line":"Unfold line"),n}}function nRe(t={}){let e=Object.assign(Object.assign({},tRe),t),n=new hk(e,!0),i=new hk(e,!1),r=Nc.fromClass(class{constructor(a){this.from=a.viewport.from,this.markers=this.buildMarkers(a)}update(a){(a.docChanged||a.viewportChanged||a.startState.facet(y4)!=a.state.facet(y4)||a.startState.field(C4,!1)!=a.state.field(C4,!1)||l1(a.startState)!=l1(a.state)||e.foldingChanged(a))&&(this.markers=this.buildMarkers(a.view))}buildMarkers(a){let d=new af;for(let f of a.viewportLineBlocks){let g=e9(a.state,f.from,f.to)?i:Jb(a.state,f.from,f.to)?n:null;g&&d.add(f.from,f.from,g)}return d.finish()}}),{domEventHandlers:s}=e;return[r,FQ({class:"cm-foldGutter",markers(a){var d;return(null===(d=a.plugin(r))||void 0===d?void 0:d.markers)||tl.empty},initialSpacer:()=>new hk(e,!1),domEventHandlers:Object.assign(Object.assign({},s),{click:(a,d,f)=>{if(s.click&&s.click(a,d,f))return!0;let g=e9(a.state,d.from,d.to);if(g)return a.dispatch({effects:V_.of(g)}),!0;let b=Jb(a.state,d.from,d.to);return!!b&&(a.dispatch({effects:Xb.of(b)}),!0)}})}),TZ()]}const iRe=qo.baseTheme({".cm-foldPlaceholder":{backgroundColor:"#eee",border:"1px solid #ddd",color:"#888",borderRadius:".2em",margin:"0 1px",padding:"0 1px",cursor:"pointer"},".cm-foldGutter span":{padding:"0 1px",cursor:"pointer"}});class t9{constructor(e,n){let i;function r(d){let f=d4.newName();return(i||(i=Object.create(null)))["."+f]=d,f}this.specs=e;const s="string"==typeof n.all?n.all:n.all?r(n.all):void 0,a=n.scope;this.scope=a instanceof wu?d=>d.prop(Am)==a.data:a?d=>d==a:void 0,this.style=cZ(e.map(d=>({tag:d.tag,class:d.class||r(Object.assign({},d,{tag:null}))})),{all:s}).style,this.module=i?new d4(i):null,this.themeType=n.themeType}static define(e,n){return new t9(e,n||{})}}const pk=$r.define(),AZ=$r.define({combine:t=>t.length?[t[0]]:null});function HT(t){let e=t.facet(pk);return e.length?e:t.facet(AZ)}function DZ(t,e){let i,n=[oRe];return t instanceof t9&&(t.module&&n.push(qo.styleModule.of(t.module)),i=t.themeType),n.push(e?.fallback?AZ.of(t):i?pk.computeN([qo.darkTheme],r=>r.facet(qo.darkTheme)==("dark"==i)?[t]:[]):pk.of(t)),n}class rRe{constructor(e){this.markCache=Object.create(null),this.tree=l1(e.state),this.decorations=this.buildDeco(e,HT(e.state)),this.decoratedTo=e.viewport.to}update(e){let n=l1(e.state),i=HT(e.state),r=i!=HT(e.startState),{viewport:s}=e.view,a=e.changes.mapPos(this.decoratedTo,1);n.length=s.to?(this.decorations=this.decorations.map(e.changes),this.decoratedTo=a):(n!=this.tree||e.viewportChanged||r)&&(this.tree=n,this.decorations=this.buildDeco(e.view,i),this.decoratedTo=s.to)}buildDeco(e,n){if(!n||!this.tree.length)return go.none;let i=new af;for(let{from:r,to:s}of e.visibleRanges)lZ(this.tree,n,(a,d,f)=>{i.add(a,d,this.markCache[f]||(this.markCache[f]=go.mark({class:f})))},r,s);return i.finish()}}const oRe=v3.high(Nc.fromClass(rRe,{decorations:t=>t.decorations})),sRe=t9.define([{tag:lr.meta,color:"#404740"},{tag:lr.link,textDecoration:"underline"},{tag:lr.heading,textDecoration:"underline",fontWeight:"bold"},{tag:lr.emphasis,fontStyle:"italic"},{tag:lr.strong,fontWeight:"bold"},{tag:lr.strikethrough,textDecoration:"line-through"},{tag:lr.keyword,color:"#708"},{tag:[lr.atom,lr.bool,lr.url,lr.contentSeparator,lr.labelName],color:"#219"},{tag:[lr.literal,lr.inserted],color:"#164"},{tag:[lr.string,lr.deleted],color:"#a11"},{tag:[lr.regexp,lr.escape,lr.special(lr.string)],color:"#e40"},{tag:lr.definition(lr.variableName),color:"#00f"},{tag:lr.local(lr.variableName),color:"#30a"},{tag:[lr.typeName,lr.namespace],color:"#085"},{tag:lr.className,color:"#167"},{tag:[lr.special(lr.variableName),lr.macroName],color:"#256"},{tag:lr.definition(lr.propertyName),color:"#00c"},{tag:lr.comment,color:"#940"},{tag:lr.invalid,color:"#f00"}]),aRe=qo.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),OZ=1e4,IZ="()[]{}",RZ=$r.define({combine:t=>Su(t,{afterCursor:!0,brackets:IZ,maxScanDistance:OZ,renderMatch:dRe})}),cRe=go.mark({class:"cm-matchingBracket"}),lRe=go.mark({class:"cm-nonmatchingBracket"});function dRe(t){let e=[],n=t.matched?cRe:lRe;return e.push(n.range(t.start.from,t.start.to)),t.end&&e.push(n.range(t.end.from,t.end.to)),e}const uRe=[c1.define({create:()=>go.none,update(t,e){if(!e.docChanged&&!e.selection)return t;let n=[],i=e.state.facet(RZ);for(let r of e.state.selection.ranges){if(!r.empty)continue;let s=h0(e.state,r.head,-1,i)||r.head>0&&h0(e.state,r.head-1,1,i)||i.afterCursor&&(h0(e.state,r.head,1,i)||r.headqo.decorations.from(t)}),aRe];function fRe(t={}){return[RZ.of(t),uRe]}const hRe=new $s;function mk(t,e,n){let i=t.prop(e<0?$s.openedBy:$s.closedBy);if(i)return i;if(1==t.name.length){let r=n.indexOf(t.name);if(r>-1&&r%2==(e<0?1:0))return[n[r+e]]}return null}function gk(t){let e=t.type.prop(hRe);return e?e(t.node):t}function h0(t,e,n,i={}){let r=i.maxScanDistance||OZ,s=i.brackets||IZ,a=l1(t),d=a.resolveInner(e,n);for(let f=d;f;f=f.parent){let g=mk(f.type,n,s);if(g&&f.from0?e>=b.from&&eb.from&&e<=b.to))return pRe(0,0,n,f,b,g,s)}}return function mRe(t,e,n,i,r,s,a){let d=n<0?t.sliceDoc(e-1,e):t.sliceDoc(e,e+1),f=a.indexOf(d);if(f<0||f%2==0!=n>0)return null;let g={from:n<0?e-1:e,to:n>0?e+1:e},b=t.doc.iterRange(e,n>0?t.doc.length:0),C=0;for(let S=0;!b.next().done&&S<=s;){let w=b.value;n<0&&(S+=w.length);let I=e+S*n;for(let F=n>0?0:w.length-1,G=n>0?w.length:-1;F!=G;F+=n){let q=a.indexOf(w[F]);if(!(q<0||i.resolveInner(I+F,1).type!=r))if(q%2==0==n>0)C++;else{if(1==C)return{start:g,end:{from:I+F,to:I+F+1},matched:q>>1==f>>1};C--}}n>0&&(S+=w.length)}return b.done?{start:g,matched:!1}:null}(t,e,n,a,d.type,r,s)}function pRe(t,e,n,i,r,s,a){let d=i.parent,f={from:r.from,to:r.to},g=0,b=d?.cursor();if(b&&(n<0?b.childBefore(i.from):b.childAfter(i.to)))do{if(n<0?b.to<=i.from:b.from>=i.to){if(0==g&&s.indexOf(b.type.name)>-1&&b.from-1||(HZ.push(t),console.warn(e))}function jZ(t,e){let n=[];for(let d of e.split(" ")){let f=[];for(let g of d.split(".")){let b=t[g]||lr[g];b?"function"==typeof b?f.length?f=f.map(b):bk(g,`Modifier ${g} used at start of tag`):f.length?bk(g,`Tag ${g} used as modifier`):f=Array.isArray(b)?b:[b]:bk(g,`Unknown highlighting tag ${g}`)}for(let g of f)n.push(g)}if(!n.length)return 0;let i=e.replace(/ /g,"_"),r=i+" "+n.map(d=>d.id),s=zZ[r];if(s)return s.id;let a=zZ[r]=ed.define({id:n9.length,name:i,props:[sZ({[i]:n})]});return n9.push(a),a.id}function Ck(t,e){return({state:n,dispatch:i})=>{if(n.readOnly)return!1;let r=t(e,n);return!!r&&(i(n.update(r)),!0)}}const ARe=Ck(NRe,0),DRe=Ck(WZ,0),ORe=Ck((t,e)=>WZ(t,e,function RRe(t){let e=[];for(let n of t.selection.ranges){let i=t.doc.lineAt(n.from),r=n.to<=i.to?i:t.doc.lineAt(n.to),s=e.length-1;s>=0&&e[s].to>i.from?e[s].to=r.to:e.push({from:i.from+/^\s*/.exec(i.text)[0].length,to:r.to})}return e}(e)),0);function Ek(t,e){let n=t.languageDataAt("commentTokens",e);return n.length?n[0]:{}}const i9=50;function WZ(t,e,n=e.selection.ranges){let i=n.map(s=>Ek(e,s.from).block);if(!i.every(s=>s))return null;let r=n.map((s,a)=>function IRe(t,{open:e,close:n},i,r){let b,C,s=t.sliceDoc(i-i9,i),a=t.sliceDoc(r,r+i9),d=/\s*$/.exec(s)[0].length,f=/^\s*/.exec(a)[0].length,g=s.length-d;if(s.slice(g-e.length,g)==e&&a.slice(f,f+n.length)==n)return{open:{pos:i-d,margin:d&&1},close:{pos:r+f,margin:f&&1}};r-i<=2*i9?b=C=t.sliceDoc(i,r):(b=t.sliceDoc(i,i+i9),C=t.sliceDoc(r-i9,r));let S=/^\s*/.exec(b)[0].length,w=/\s*$/.exec(C)[0].length,I=C.length-w-n.length;return b.slice(S,S+e.length)==e&&C.slice(I,I+n.length)==n?{open:{pos:i+S+e.length,margin:/\s/.test(b.charAt(S+e.length))?1:0},close:{pos:r-w-n.length,margin:/\s/.test(C.charAt(I-1))?1:0}}:null}(e,i[a],s.from,s.to));if(2!=t&&!r.every(s=>s))return{changes:e.changes(n.map((s,a)=>r[a]?[]:[{from:s.from,insert:i[a].open+" "},{from:s.to,insert:" "+i[a].close}]))};if(1!=t&&r.some(s=>s)){let s=[];for(let d,a=0;ar&&(s==a||a>C.from)){r=C.from;let S=/^\s*/.exec(C.text)[0].length,w=S==C.length,I=C.text.slice(S,S+g.length)==g?S:-1;Ss.comment<0&&(!s.empty||s.single))){let s=[];for(let{line:d,token:f,indent:g,empty:b,single:C}of i)(C||!b)&&s.push({from:d.from+g,insert:f+" "});let a=e.changes(s);return{changes:a,selection:e.selection.map(a,1)}}if(1!=t&&i.some(s=>s.comment>=0)){let s=[];for(let{line:a,comment:d,token:f}of i)if(d>=0){let g=a.from+d,b=g+f.length;" "==a.text[b-a.from]&&b++,s.push({from:g,to:b})}return{changes:s}}return null}const Sk=y3.define(),kRe=y3.define(),LRe=$r.define(),qZ=$r.define({combine:t=>Su(t,{minDepth:100,newGroupDelay:500,joinToEvent:(e,n)=>n},{minDepth:Math.max,newGroupDelay:Math.min,joinToEvent:(e,n)=>(i,r)=>e(i,r)||n(i,r)})}),xk=c1.define({create:()=>Mk.empty,update(t,e){let n=e.state.facet(qZ),i=e.annotation(Sk);if(i){let f=vd.fromTransaction(e,i.selection),g=i.side,b=0==g?t.undone:t.done;return b=f?UT(b,b.length,n.minDepth,f):ZZ(b,e.startState.selection),new Mk(0==g?i.rest:b,0==g?b:i.rest)}let r=e.annotation(kRe);if(("full"==r||"before"==r)&&(t=t.isolate()),!1===e.annotation(r0.addToHistory))return e.changes.empty?t:t.addMapping(e.changes.desc);let s=vd.fromTransaction(e),a=e.annotation(r0.time),d=e.annotation(r0.userEvent);return s?t=t.addChanges(s,a,d,n,e):e.selection&&(t=t.addSelection(e.startState.selection,a,d,n.newGroupDelay)),("full"==r||"after"==r)&&(t=t.isolate()),t},toJSON:t=>({done:t.done.map(e=>e.toJSON()),undone:t.undone.map(e=>e.toJSON())}),fromJSON:t=>new Mk(t.done.map(vd.fromJSON),t.undone.map(vd.fromJSON))});function PRe(t={}){return[xk,qZ.of(t),qo.domEventHandlers({beforeinput(e,n){let i="historyUndo"==e.inputType?Tk:"historyRedo"==e.inputType?BT:null;return!!i&&(e.preventDefault(),i(n))}})]}function zT(t,e){return function({state:n,dispatch:i}){if(!e&&n.readOnly)return!1;let r=n.field(xk,!1);if(!r)return!1;let s=r.pop(t,n,e);return!!s&&(i(s),!0)}}const Tk=zT(0,!1),BT=zT(1,!1),VRe=zT(0,!0),FRe=zT(1,!0);function KZ(t){return function(e){let n=e.field(xk,!1);if(!n)return 0;let i=0==t?n.done:n.undone;return i.length-(i.length&&!i[0].changes?1:0)}}const HRe=KZ(0),zRe=KZ(1);class vd{constructor(e,n,i,r,s){this.changes=e,this.effects=n,this.mapped=i,this.startSelection=r,this.selectionsAfter=s}setSelAfter(e){return new vd(this.changes,this.effects,this.mapped,this.startSelection,e)}toJSON(){var e,n,i;return{changes:null===(e=this.changes)||void 0===e?void 0:e.toJSON(),mapped:null===(n=this.mapped)||void 0===n?void 0:n.toJSON(),startSelection:null===(i=this.startSelection)||void 0===i?void 0:i.toJSON(),selectionsAfter:this.selectionsAfter.map(r=>r.toJSON())}}static fromJSON(e){return new vd(e.changes&&w1.fromJSON(e.changes),[],e.mapped&&n0.fromJSON(e.mapped),e.startSelection&&Ii.fromJSON(e.startSelection),e.selectionsAfter.map(Ii.fromJSON))}static fromTransaction(e,n){let i=Mu;for(let r of e.startState.facet(LRe)){let s=r(e);s.length&&(i=i.concat(s))}return!i.length&&e.changes.empty?null:new vd(e.changes.invert(e.startState.doc),i,void 0,n||e.startState.selection,Mu)}static selection(e){return new vd(void 0,Mu,void 0,void 0,e)}}function UT(t,e,n,i){let s=t.slice(e+1>n+20?e-n-1:0,e);return s.push(i),s}function QZ(t,e){return t.length?e.length?t.concat(e):t:e}const Mu=[],jRe=200;function ZZ(t,e){if(t.length){let n=t[t.length-1],i=n.selectionsAfter.slice(Math.max(0,n.selectionsAfter.length-jRe));return i.length&&i[i.length-1].eq(e)?t:(i.push(e),UT(t,t.length-1,1e9,n.setSelAfter(i)))}return[vd.selection([e])]}function $Re(t){let e=t[t.length-1],n=t.slice();return n[t.length-1]=e.setSelAfter(e.selectionsAfter.slice(0,e.selectionsAfter.length-1)),n}function wk(t,e){if(!t.length)return t;let n=t.length,i=Mu;for(;n;){let r=GRe(t[n-1],e,i);if(r.changes&&!r.changes.empty||r.effects.length){let s=t.slice(0,n);return s[n-1]=r,s}e=r.mapped,n--,i=r.selectionsAfter}return i.length?[vd.selection(i)]:Mu}function GRe(t,e,n){let i=QZ(t.selectionsAfter.length?t.selectionsAfter.map(d=>d.map(e)):Mu,n);if(!t.changes)return vd.selection(i);let r=t.changes.map(e),s=e.mapDesc(t.changes,!0),a=t.mapped?t.mapped.composeDesc(s):s;return new vd(r,fa.mapEffects(t.effects,e),a,t.startSelection.map(s),i)}const YRe=/^(input\.type|delete)($|\.)/;let Mk=(()=>{class t{constructor(n,i,r=0,s=void 0){this.done=n,this.undone=i,this.prevTime=r,this.prevUserEvent=s}isolate(){return this.prevTime?new t(this.done,this.undone):this}addChanges(n,i,r,s,a){let d=this.done,f=d[d.length-1];return d=f&&f.changes&&!f.changes.empty&&n.changes&&(!r||YRe.test(r))&&(!f.selectionsAfter.length&&i-this.prevTimen.push(r,s)),e.iterChangedRanges((r,s,a,d)=>{for(let f=0;f=g&&a<=b&&(i=!0)}}),i}(f.changes,n.changes))||"input.type.compose"==r)?UT(d,d.length-1,s.minDepth,new vd(n.changes.compose(f.changes),QZ(n.effects,f.effects),f.mapped,f.startSelection,Mu)):UT(d,d.length,s.minDepth,n),new t(d,Mu,i,r)}addSelection(n,i,r,s){let a=this.done.length?this.done[this.done.length-1].selectionsAfter:Mu;return a.length>0&&i-this.prevTimen.empty!=e.ranges[i].empty).length}(a[a.length-1],n)?this:new t(ZZ(this.done,n),this.undone,i,r)}addMapping(n){return new t(wk(this.done,n),wk(this.undone,n),this.prevTime,this.prevUserEvent)}pop(n,i,r){let s=0==n?this.done:this.undone;if(0==s.length)return null;let a=s[s.length-1],d=a.selectionsAfter[0]||i.selection;if(r&&a.selectionsAfter.length)return i.update({selection:a.selectionsAfter[a.selectionsAfter.length-1],annotations:Sk.of({side:n,rest:$Re(s),selection:d}),userEvent:0==n?"select.undo":"select.redo",scrollIntoView:!0});if(a.changes){let f=1==s.length?Mu:s.slice(0,s.length-1);return a.mapped&&(f=wk(f,a.mapped)),i.update({changes:a.changes,selection:a.startSelection,effects:a.effects,annotations:Sk.of({side:n,rest:f,selection:d}),filter:!1,userEvent:0==n?"undo":"redo",scrollIntoView:!0})}return null}}return t.empty=new t(Mu,Mu),t})();const WRe=[{key:"Mod-z",run:Tk,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:BT,preventDefault:!0},{linux:"Ctrl-Shift-z",run:BT,preventDefault:!0},{key:"Mod-u",run:VRe,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:FRe,preventDefault:!0}];function F_(t,e){return Ii.create(t.ranges.map(e),t.mainIndex)}function p0(t,e){return t.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function Au({state:t,dispatch:e},n){let i=F_(t.selection,n);return!i.eq(t.selection,!0)&&(e(p0(t,i)),!0)}function r9(t,e){return Ii.cursor(e?t.to:t.from)}function jT(t,e){return Au(t,n=>n.empty?t.moveByChar(n,e):r9(n,e))}function O2(t){return t.textDirectionAt(t.state.selection.main.head)==Tc.LTR}const JZ=t=>jT(t,!O2(t)),XZ=t=>jT(t,O2(t));function $T(t,e){return Au(t,n=>n.empty?t.moveByGroup(n,e):r9(n,e))}function QRe(t,e,n){if(e.type.prop(n))return!0;let i=e.to-e.from;return i&&(i>2||/[^\s,.;:]/.test(t.sliceDoc(e.from,e.to)))||e.firstChild}function GT(t,e,n){let a,d,i=l1(t).resolveInner(e.head),r=n?$s.closedBy:$s.openedBy;for(let f=e.head;;){let g=n?i.childAfter(f):i.childBefore(f);if(!g)break;QRe(t,g,r)?i=g:f=n?g.to:g.from}return d=i.type.prop(r)&&(a=n?h0(t,i.from,1):h0(t,i.to,-1))&&a.matched?n?a.end.to:a.end.from:n?i.to:i.from,Ii.cursor(d,n?-1:1)}function iJ(t,e){return Au(t,n=>{if(!n.empty)return r9(n,e);let i=t.moveVertically(n,e);return i.head!=n.head?i:t.moveToLineBoundary(n,e)})}typeof Intl<"u"&&Intl;const rJ=t=>iJ(t,!1),oJ=t=>iJ(t,!0);function sJ(t){let r,e=t.scrollDOM.clientHeighta.empty?t.moveVertically(a,e,n.height):r9(a,e));if(r.eq(i.selection))return!1;if(n.selfScroll){let a=t.coordsAtPos(i.selection.main.head),d=t.scrollDOM.getBoundingClientRect(),f=d.top+n.marginTop;a&&a.top>f&&a.bottomaJ(t,!1),Ak=t=>aJ(t,!0);function E4(t,e,n){let i=t.lineBlockAt(e.head),r=t.moveToLineBoundary(e,n);if(r.head==e.head&&r.head!=(n?i.to:i.from)&&(r=t.moveToLineBoundary(e,n,!1)),!n&&r.head==i.from&&i.length){let s=/^\s*/.exec(t.state.sliceDoc(i.from,Math.min(i.from+100,i.to)))[0].length;s&&e.head!=i.from+s&&(r=Ii.cursor(i.from+s))}return r}function jd(t,e){let n=F_(t.state.selection,i=>{let r=e(i);return Ii.range(i.anchor,r.head,r.goalColumn,r.bidiLevel||void 0)});return!n.eq(t.state.selection)&&(t.dispatch(p0(t.state,n)),!0)}function YT(t,e){return jd(t,n=>t.moveByChar(n,e))}const dJ=t=>YT(t,!O2(t)),uJ=t=>YT(t,O2(t));function WT(t,e){return jd(t,n=>t.moveByGroup(n,e))}function hJ(t,e){return jd(t,n=>t.moveVertically(n,e))}const pJ=t=>hJ(t,!1),mJ=t=>hJ(t,!0);function gJ(t,e){return jd(t,n=>t.moveVertically(n,e,sJ(t).height))}const _J=t=>gJ(t,!1),vJ=t=>gJ(t,!0),bJ=({state:t,dispatch:e})=>(e(p0(t,{anchor:0})),!0),yJ=({state:t,dispatch:e})=>(e(p0(t,{anchor:t.doc.length})),!0),CJ=({state:t,dispatch:e})=>(e(p0(t,{anchor:t.selection.main.anchor,head:0})),!0),EJ=({state:t,dispatch:e})=>(e(p0(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0);function H_(t,e){if(t.state.readOnly)return!1;let n="delete.selection",{state:i}=t,r=i.changeByRange(s=>{let{from:a,to:d}=s;if(a==d){let f=e(s);fa&&(n="delete.forward",f=qT(t,f,!0)),a=Math.min(a,f),d=Math.max(d,f)}else a=qT(t,a,!1),d=qT(t,d,!0);return a==d?{range:s}:{changes:{from:a,to:d},range:Ii.cursor(a,ar(t)))i.between(e,e,(r,s)=>{re&&(e=n?s:r)});return e}const Dk=(t,e,n)=>H_(t,i=>{let d,f,r=i.from,{state:s}=t,a=s.doc.lineAt(r);if(n&&!e&&r>a.from&&rDk(t,!1,!0),SJ=t=>Dk(t,!0,!1),xJ=(t,e)=>H_(t,n=>{let i=n.head,{state:r}=t,s=r.doc.lineAt(i),a=r.charCategorizer(i);for(let d=null;;){if(i==(e?s.to:s.from)){i==n.head&&s.number!=(e?r.doc.lines:1)&&(i+=e?1:-1);break}let f=e2(s.text,i-s.from,e)+s.from,g=s.text.slice(Math.min(i,f)-s.from,Math.max(i,f)-s.from),b=a(g);if(null!=d&&b!=d)break;(" "!=g||i!=n.head)&&(d=b),i=f}return i}),TJ=t=>xJ(t,!1);function KT(t){let e=[],n=-1;for(let i of t.selection.ranges){let r=t.doc.lineAt(i.from),s=t.doc.lineAt(i.to);if(!i.empty&&i.to==s.from&&(s=t.doc.lineAt(i.to-1)),n>=r.number){let a=e[e.length-1];a.to=s.to,a.ranges.push(i)}else e.push({from:r.from,to:s.to,ranges:[i]});n=s.number+1}return e}function wJ(t,e,n){if(t.readOnly)return!1;let i=[],r=[];for(let s of KT(t)){if(n?s.to==t.doc.length:0==s.from)continue;let a=t.doc.lineAt(n?s.to+1:s.from-1),d=a.length+1;if(n){i.push({from:s.to,to:a.to},{from:s.from,insert:a.text+t.lineBreak});for(let f of s.ranges)r.push(Ii.range(Math.min(t.doc.length,f.anchor+d),Math.min(t.doc.length,f.head+d)))}else{i.push({from:a.from,to:s.from},{from:s.to,insert:t.lineBreak+a.text});for(let f of s.ranges)r.push(Ii.range(f.anchor-d,f.head-d))}}return!!i.length&&(e(t.update({changes:i,scrollIntoView:!0,selection:Ii.create(r,t.selection.mainIndex),userEvent:"move.line"})),!0)}function MJ(t,e,n){if(t.readOnly)return!1;let i=[];for(let r of KT(t))i.push(n?{from:r.from,insert:t.doc.slice(r.from,r.to)+t.lineBreak}:{from:r.to,insert:t.lineBreak+t.doc.slice(r.from,r.to)});return e(t.update({changes:i,scrollIntoView:!0,userEvent:"input.copyline"})),!0}const RNe=AJ(!1),NNe=AJ(!0);function AJ(t){return({state:e,dispatch:n})=>{if(e.readOnly)return!1;let i=e.changeByRange(r=>{let{from:s,to:a}=r,d=e.doc.lineAt(s),f=!t&&s==a&&function INe(t,e){if(/\(\)|\[\]|\{\}/.test(t.sliceDoc(e-1,e+1)))return{from:e,to:e};let s,n=l1(t).resolveInner(e),i=n.childBefore(e),r=n.childAfter(e);return i&&r&&i.to<=e&&r.from>=e&&(s=i.type.prop($s.closedBy))&&s.indexOf(r.name)>-1&&t.doc.lineAt(i.to).from==t.doc.lineAt(r.from).from&&!/\S/.test(t.sliceDoc(i.to,r.from))?{from:i.to,to:r.from}:null}(e,s);t&&(s=a=(a<=d.to?d:e.doc.lineAt(a)).to);let g=new Zb(e,{simulateBreak:s,simulateDoubleBreak:!!f}),b=VT(g,s);for(null==b&&(b=w_(/^\s*/.exec(e.doc.lineAt(s).text)[0],e.tabSize));ad.from&&s{let r=[];for(let a=i.from;a<=i.to;){let d=t.doc.lineAt(a);d.number>n&&(i.empty||i.to>d.from)&&(e(d,r,i),n=d.number),a=d.to+1}let s=t.changes(r);return{changes:r,range:Ii.range(s.mapPos(i.anchor,1),s.mapPos(i.head,1))}})}const Rk=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(Ik(t,(n,i)=>{i.push({from:n.from,insert:t.facet(PT)})}),{userEvent:"input.indent"})),!0),DJ=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(Ik(t,(n,i)=>{let r=/^\s*/.exec(n.text)[0];if(!r)return;let s=w_(r,t.tabSize),a=0,d=P_(t,Math.max(0,s-df(t)));for(;aAu(t,e=>Ii.cursor(t.lineBlockAt(e.head).from,1)),shift:t=>jd(t,e=>Ii.cursor(t.lineBlockAt(e.head).from))},{key:"Ctrl-e",run:t=>Au(t,e=>Ii.cursor(t.lineBlockAt(e.head).to,-1)),shift:t=>jd(t,e=>Ii.cursor(t.lineBlockAt(e.head).to))},{key:"Ctrl-d",run:SJ},{key:"Ctrl-h",run:Ok},{key:"Ctrl-k",run:t=>H_(t,e=>{let n=t.lineBlockAt(e.head).to;return e.head{if(t.readOnly)return!1;let n=t.changeByRange(i=>({changes:{from:i.from,to:i.to,insert:sc.of(["",""])},range:Ii.cursor(i.from)}));return e(t.update(n,{scrollIntoView:!0,userEvent:"input"})),!0}},{key:"Ctrl-t",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=t.changeByRange(i=>{if(!i.empty||0==i.from||i.from==t.doc.length)return{range:i};let r=i.from,s=t.doc.lineAt(r),a=r==s.from?r-1:e2(s.text,r-s.from,!1)+s.from,d=r==s.to?r+1:e2(s.text,r-s.from,!0)+s.from;return{changes:{from:a,to:d,insert:t.doc.slice(r,d).append(t.doc.slice(a,r))},range:Ii.cursor(d)}});return!n.changes.empty&&(e(t.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:Ak}],PNe=[{key:"ArrowLeft",run:JZ,shift:dJ,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:t=>$T(t,!O2(t)),shift:t=>WT(t,!O2(t)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:t=>Au(t,e=>E4(t,e,!O2(t))),shift:t=>jd(t,e=>E4(t,e,!O2(t))),preventDefault:!0},{key:"ArrowRight",run:XZ,shift:uJ,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:t=>$T(t,O2(t)),shift:t=>WT(t,O2(t)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:t=>Au(t,e=>E4(t,e,O2(t))),shift:t=>jd(t,e=>E4(t,e,O2(t))),preventDefault:!0},{key:"ArrowUp",run:rJ,shift:pJ,preventDefault:!0},{mac:"Cmd-ArrowUp",run:bJ,shift:CJ},{mac:"Ctrl-ArrowUp",run:cJ,shift:_J},{key:"ArrowDown",run:oJ,shift:mJ,preventDefault:!0},{mac:"Cmd-ArrowDown",run:yJ,shift:EJ},{mac:"Ctrl-ArrowDown",run:Ak,shift:vJ},{key:"PageUp",run:cJ,shift:_J},{key:"PageDown",run:Ak,shift:vJ},{key:"Home",run:t=>Au(t,e=>E4(t,e,!1)),shift:t=>jd(t,e=>E4(t,e,!1)),preventDefault:!0},{key:"Mod-Home",run:bJ,shift:CJ},{key:"End",run:t=>Au(t,e=>E4(t,e,!0)),shift:t=>jd(t,e=>E4(t,e,!0)),preventDefault:!0},{key:"Mod-End",run:yJ,shift:EJ},{key:"Enter",run:RNe},{key:"Mod-a",run:({state:t,dispatch:e})=>(e(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:Ok,shift:Ok},{key:"Delete",run:SJ},{key:"Mod-Backspace",mac:"Alt-Backspace",run:TJ},{key:"Mod-Delete",mac:"Alt-Delete",run:t=>xJ(t,!0)},{mac:"Mod-Backspace",run:t=>H_(t,e=>{let n=t.moveToLineBoundary(e,!1).head;return e.head>n?n:Math.max(0,e.head-1)})},{mac:"Mod-Delete",run:t=>H_(t,e=>{let n=t.moveToLineBoundary(e,!0).head;return e.head({mac:t.key,run:t.run,shift:t.shift}))),VNe=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:t=>Au(t,e=>GT(t.state,e,!O2(t))),shift:t=>jd(t,e=>GT(t.state,e,!O2(t)))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:t=>Au(t,e=>GT(t.state,e,O2(t))),shift:t=>jd(t,e=>GT(t.state,e,O2(t)))},{key:"Alt-ArrowUp",run:({state:t,dispatch:e})=>wJ(t,e,!1)},{key:"Shift-Alt-ArrowUp",run:({state:t,dispatch:e})=>MJ(t,e,!1)},{key:"Alt-ArrowDown",run:({state:t,dispatch:e})=>wJ(t,e,!0)},{key:"Shift-Alt-ArrowDown",run:({state:t,dispatch:e})=>MJ(t,e,!0)},{key:"Escape",run:({state:t,dispatch:e})=>{let n=t.selection,i=null;return n.ranges.length>1?i=Ii.create([n.main]):n.main.empty||(i=Ii.create([Ii.cursor(n.main.head)])),!!i&&(e(p0(t,i)),!0)}},{key:"Mod-Enter",run:NNe},{key:"Alt-l",mac:"Ctrl-l",run:({state:t,dispatch:e})=>{let n=KT(t).map(({from:i,to:r})=>Ii.range(i,Math.min(r+1,t.doc.length)));return e(t.update({selection:Ii.create(n),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:t,dispatch:e})=>{let n=F_(t.selection,i=>{var r;for(let a=l1(t).resolveStack(i.from,1);a;a=a.next){let{node:d}=a;if((d.from=i.to||d.to>i.to&&d.from<=i.from)&&null!==(r=d.parent)&&void 0!==r&&r.parent)return Ii.range(d.to,d.from)}return i});return e(p0(t,n)),!0},preventDefault:!0},{key:"Mod-[",run:DJ},{key:"Mod-]",run:Rk},{key:"Mod-Alt-\\",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=Object.create(null),i=new Zb(t,{overrideIndentation:s=>n[s]??-1}),r=Ik(t,(s,a,d)=>{let f=VT(i,s.from);if(null==f)return;/\S/.test(s.text)||(f=0);let g=/^\s*/.exec(s.text)[0],b=P_(t,f);(g!=b||d.from{if(t.state.readOnly)return!1;let{state:e}=t,n=e.changes(KT(e).map(({from:r,to:s})=>(r>0?r--:s{let s;if(t.lineWrapping){let a=t.lineBlockAt(r.head),d=t.coordsAtPos(r.head,r.assoc||1);d&&(s=a.bottom+t.documentTop-d.bottom+t.defaultLineHeight/2)}return t.moveVertically(r,!0,s)}).map(n);return t.dispatch({changes:n,selection:i,scrollIntoView:!0,userEvent:"delete.line"}),!0}},{key:"Shift-Mod-\\",run:({state:t,dispatch:e})=>function lJ(t,e,n){let i=!1,r=F_(t.selection,s=>{let a=h0(t,s.head,-1)||h0(t,s.head,1)||s.head>0&&h0(t,s.head-1,1)||s.head{let{state:e}=t,n=e.doc.lineAt(e.selection.main.from),i=Ek(t.state,n.from);return i.line?ARe(t):!!i.block&&ORe(t)}},{key:"Alt-A",run:DRe}].concat(PNe),FNe={key:"Tab",run:Rk,shift:DJ};function Lc(){var t=arguments[0];"string"==typeof t&&(t=document.createElement(t));var e=1,n=arguments[1];if(n&&"object"==typeof n&&null==n.nodeType&&!Array.isArray(n)){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var r=n[i];"string"==typeof r?t.setAttribute(i,r):null!=r&&(t[i]=r)}e++}for(;ed.from==d.to||d.from==d.to-1&&i.doc.lineAt(d.from).to==d.from?go.widget({widget:new WNe(d),diagnostic:d}).range(d.from):go.mark({attributes:{class:"cm-lintRange cm-lintRange-"+d.severity+(d.markClass?" "+d.markClass:"")},diagnostic:d,inclusive:!0}).range(d.from,d.to)),!0);return new Dm(a,n,z_(a))}}function z_(t,e=null,n=0){let i=null;return t.between(n,1e9,(r,s,{spec:a})=>{if(!e||a.diagnostic==e)return i=new HNe(r,s,a.diagnostic),!1}),i}function IJ(t,e){let n=t.startState.doc.lineAt(e.pos);return!(!t.effects.some(i=>i.is(QT))&&!t.changes.touchesRange(n.from,n.to))}function RJ(t,e){return t.field(I2,!1)?e:e.concat(fa.appendConfig.of(jJ))}const QT=fa.define(),Nk=fa.define(),NJ=fa.define(),I2=c1.define({create:()=>new Dm(go.none,null,null),update(t,e){if(e.docChanged){let n=t.diagnostics.map(e.changes),i=null;if(t.selected){let r=e.changes.mapPos(t.selected.from,1);i=z_(n,t.selected.diagnostic,r)||z_(n,null,r)}t=new Dm(n,t.panel,i)}for(let n of e.effects)n.is(QT)?t=Dm.init(n.value,t.panel,e.state):n.is(Nk)?t=new Dm(t.diagnostics,n.value?ZT.open:null,t.selected):n.is(NJ)&&(t=new Dm(t.diagnostics,t.panel,n.value));return t},provide:t=>[Gb.from(t,e=>e.panel),qo.decorations.from(t,e=>e.diagnostics)]}),BNe=go.mark({class:"cm-lintRange cm-lintRange-active",inclusive:!0});function UNe(t,e,n){let{diagnostics:i}=t.state.field(I2),r=[],s=2e8,a=0;i.between(e-(n<0?1:0),e+(n>0?1:0),(f,g,{spec:b})=>{e>=f&&e<=g&&(f==g||(e>f||n>0)&&(e({dom:kJ(t,r)})}:null}function kJ(t,e){return Lc("ul",{class:"cm-tooltip-lint"},e.map(n=>FJ(t,n,!1)))}const LJ=t=>{let e=t.state.field(I2,!1);return!(!e||!e.panel||(t.dispatch({effects:Nk.of(!1)}),0))},GNe=[{key:"Mod-Shift-m",run:t=>{let e=t.state.field(I2,!1);(!e||!e.panel)&&t.dispatch({effects:RJ(t.state,[Nk.of(!0)])});let n=$b(t,ZT.open);return n&&n.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:t=>{let e=t.state.field(I2,!1);if(!e)return!1;let n=t.state.selection.main,i=e.diagnostics.iter(n.to+1);return!(!i.value&&(i=e.diagnostics.iter(0),!i.value||i.from==n.from&&i.to==n.to)||(t.dispatch({selection:{anchor:i.from,head:i.to},scrollIntoView:!0}),0))}}],PJ=Nc.fromClass(class{constructor(t){this.view=t,this.timeout=-1,this.set=!0;let{delay:e}=t.state.facet(Om);this.lintTime=Date.now()+e,this.run=this.run.bind(this),this.timeout=setTimeout(this.run,e)}run(){let t=Date.now();if(tPromise.resolve(i(this.view)))).then(i=>{let r=i.reduce((s,a)=>s.concat(a));this.view.state.doc==e.doc&&this.view.dispatch(function zNe(t,e){return{effects:RJ(t,[QT.of(e)])}}(this.view.state,r))},i=>{X2(this.view.state,i)})}}update(t){let e=t.state.facet(Om);(t.docChanged||e!=t.startState.facet(Om)||e.needsRefresh&&e.needsRefresh(t))&&(this.lintTime=Date.now()+e.delay,this.set||(this.set=!0,this.timeout=setTimeout(this.run,e.delay)))}force(){this.set&&(this.lintTime=Date.now(),this.run())}destroy(){clearTimeout(this.timeout)}}),Om=$r.define({combine:t=>Object.assign({sources:t.map(e=>e.source).filter(e=>null!=e)},Su(t.map(e=>e.config),{delay:750,markerFilter:null,tooltipFilter:null,needsRefresh:null},{needsRefresh:(e,n)=>e?n?i=>e(i)||n(i):e:n}))});function VJ(t){let e=[];if(t)e:for(let{name:n}of t){for(let i=0;is.toLowerCase()==r.toLowerCase())){e.push(r);continue e}}e.push("")}return e}function FJ(t,e,n){var i;let r=n?VJ(e.actions):[];return Lc("li",{class:"cm-diagnostic cm-diagnostic-"+e.severity},Lc("span",{class:"cm-diagnosticText"},e.renderMessage?e.renderMessage():e.message),null===(i=e.actions)||void 0===i?void 0:i.map((s,a)=>{let d=!1,f=S=>{if(S.preventDefault(),d)return;d=!0;let w=z_(t.state.field(I2).diagnostics,e);w&&s.apply(t,w.from,w.to)},{name:g}=s,b=r[a]?g.indexOf(r[a]):-1,C=b<0?g:[g.slice(0,b),Lc("u",g.slice(b,b+1)),g.slice(b+1)];return Lc("button",{type:"button",class:"cm-diagnosticAction",onclick:f,onmousedown:f,"aria-label":` Action: ${g}${b<0?"":` (access key "${r[a]})"`}.`},C)}),e.source&&Lc("div",{class:"cm-diagnosticSource"},e.source))}class WNe extends S3{constructor(e){super(),this.diagnostic=e}eq(e){return e.diagnostic==this.diagnostic}toDOM(){return Lc("span",{class:"cm-lintPoint cm-lintPoint-"+this.diagnostic.severity})}}class HJ{constructor(e,n){this.diagnostic=n,this.id="item_"+Math.floor(4294967295*Math.random()).toString(16),this.dom=FJ(e,n,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class ZT{constructor(e){this.view=e,this.items=[],this.list=Lc("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:r=>{if(27==r.keyCode)LJ(this.view),this.view.focus();else if(38==r.keyCode||33==r.keyCode)this.moveSelection((this.selectedIndex-1+this.items.length)%this.items.length);else if(40==r.keyCode||34==r.keyCode)this.moveSelection((this.selectedIndex+1)%this.items.length);else if(36==r.keyCode)this.moveSelection(0);else if(35==r.keyCode)this.moveSelection(this.items.length-1);else if(13==r.keyCode)this.view.focus();else{if(!(r.keyCode>=65&&r.keyCode<=90&&this.selectedIndex>=0))return;{let{diagnostic:s}=this.items[this.selectedIndex],a=VJ(s.actions);for(let d=0;d{for(let s=0;sLJ(this.view)},"\xd7")),this.update()}get selectedIndex(){let e=this.view.state.field(I2).selected;if(!e)return-1;for(let n=0;n{let b,g=-1;for(let C=i;Ci&&(this.items.splice(i,g-i),r=!0)),n&&b.diagnostic==n.diagnostic?b.dom.hasAttribute("aria-selected")||(b.dom.setAttribute("aria-selected","true"),s=b):b.dom.hasAttribute("aria-selected")&&b.dom.removeAttribute("aria-selected"),i++});i({sel:s.dom.getBoundingClientRect(),panel:this.list.getBoundingClientRect()}),write:({sel:a,panel:d})=>{let f=d.height/this.list.offsetHeight;a.topd.bottom&&(this.list.scrollTop+=(a.bottom-d.bottom)/f)}})):this.selectedIndex<0&&this.list.removeAttribute("aria-activedescendant"),r&&this.sync()}sync(){let e=this.list.firstChild;function n(){let i=e;e=i.nextSibling,i.remove()}for(let i of this.items)if(i.dom.parentNode==this.list){for(;e!=i.dom;)n();e=i.dom.nextSibling}else this.list.insertBefore(i.dom,e);for(;e;)n()}moveSelection(e){if(this.selectedIndex<0)return;let i=z_(this.view.state.field(I2).diagnostics,this.items[e].diagnostic);i&&this.view.dispatch({selection:{anchor:i.from,head:i.to},scrollIntoView:!0,effects:NJ.of(i)})}static open(e){return new ZT(e)}}function JT(t,e='viewBox="0 0 40 40"'){return`url('data:image/svg+xml,${encodeURIComponent(t)}')`}function XT(t){return JT(``,'width="6" height="3"')}const qNe=qo.baseTheme({".cm-diagnostic":{padding:"3px 6px 3px 8px",marginLeft:"-1px",display:"block",whiteSpace:"pre-wrap"},".cm-diagnostic-error":{borderLeft:"5px solid #d11"},".cm-diagnostic-warning":{borderLeft:"5px solid orange"},".cm-diagnostic-info":{borderLeft:"5px solid #999"},".cm-diagnostic-hint":{borderLeft:"5px solid #66d"},".cm-diagnosticAction":{font:"inherit",border:"none",padding:"2px 4px",backgroundColor:"#444",color:"white",borderRadius:"3px",marginLeft:"8px",cursor:"pointer"},".cm-diagnosticSource":{fontSize:"70%",opacity:.7},".cm-lintRange":{backgroundPosition:"left bottom",backgroundRepeat:"repeat-x",paddingBottom:"0.7px"},".cm-lintRange-error":{backgroundImage:XT("#d11")},".cm-lintRange-warning":{backgroundImage:XT("orange")},".cm-lintRange-info":{backgroundImage:XT("#999")},".cm-lintRange-hint":{backgroundImage:XT("#66d")},".cm-lintRange-active":{backgroundColor:"#ffdd9980"},".cm-tooltip-lint":{padding:0,margin:0},".cm-lintPoint":{position:"relative","&:after":{content:'""',position:"absolute",bottom:0,left:"-2px",borderLeft:"3px solid transparent",borderRight:"3px solid transparent",borderBottom:"4px solid #d11"}},".cm-lintPoint-warning":{"&:after":{borderBottomColor:"orange"}},".cm-lintPoint-info":{"&:after":{borderBottomColor:"#999"}},".cm-lintPoint-hint":{"&:after":{borderBottomColor:"#66d"}},".cm-panel.cm-panel-lint":{position:"relative","& ul":{maxHeight:"100px",overflowY:"auto","& [aria-selected]":{backgroundColor:"#ddd","& u":{textDecoration:"underline"}},"&:focus [aria-selected]":{background_fallback:"#bdf",backgroundColor:"Highlight",color_fallback:"white",color:"HighlightText"},"& u":{textDecoration:"none"},padding:0,margin:0},"& [name=close]":{position:"absolute",top:"0",right:"2px",background:"inherit",border:"none",font:"inherit",padding:0,margin:0}}});function zJ(t){return"error"==t?4:"warning"==t?3:"info"==t?2:1}class KNe extends a0{constructor(e){super(),this.diagnostics=e,this.severity=e.reduce((n,i)=>zJ(n)function ZNe(t,e,n){function i(){let a=t.elementAtHeight(e.getBoundingClientRect().top+5-t.documentTop);t.coordsAtPos(a.from)&&t.dispatch({effects:kk.of({pos:a.from,above:!1,create:()=>({dom:kJ(t,n),getCoords:()=>e.getBoundingClientRect()})})}),e.onmouseout=e.onmousemove=null,function QNe(t,e){let n=i=>{let r=e.getBoundingClientRect();if(!(i.clientX>r.left-10&&i.clientXr.top-10&&i.clientY{clearTimeout(s),e.onmouseout=e.onmousemove=null},e.onmousemove=()=>{clearTimeout(s),s=setTimeout(i,r)}}(e,n,i)),n}}function JNe(t,e){let n=Object.create(null);for(let r of e){let s=t.lineAt(r.from);(n[s.from]||(n[s.from]=[])).push(r)}let i=[];for(let r in n)i.push(new KNe(n[r]).range(+r));return tl.of(i,!0)}const XNe=FQ({class:"cm-gutter-lint",markers:t=>t.state.field(BJ)}),BJ=c1.define({create:()=>tl.empty,update(t,e){t=t.map(e.changes);let n=e.state.facet(ew).markerFilter;for(let i of e.effects)if(i.is(QT)){let r=i.value;n&&(r=n(r||[],e.state)),t=JNe(e.state.doc,r.slice(0))}return t}}),kk=fa.define(),UJ=c1.define({create:()=>null,update:(t,e)=>(t&&e.docChanged&&(t=IJ(e,t)?null:Object.assign(Object.assign({},t),{pos:e.changes.mapPos(t.pos)})),e.effects.reduce((n,i)=>i.is(kk)?i.value:n,t)),provide:t=>CT.from(t)}),eke=qo.baseTheme({".cm-gutter-lint":{width:"1.4em","& .cm-gutterElement":{padding:".2em"}},".cm-lint-marker":{width:"1em",height:"1em"},".cm-lint-marker-info":{content:JT('')},".cm-lint-marker-warning":{content:JT('')},".cm-lint-marker-error":{content:JT('')}}),jJ=[I2,qo.decorations.compute([I2],t=>{let{selected:e,panel:n}=t.field(I2);return e&&n&&e.from!=e.to?go.set([BNe.range(e.from,e.to)]):go.none}),KOe(UNe,{hideOn:IJ}),qNe],ew=$r.define({combine:t=>Su(t,{hoverTime:300,markerFilter:null,tooltipFilter:null})});function tke(t={}){return[ew.of(t),BJ,XNe,eke,UJ]}class tw{constructor(e,n,i,r,s,a,d,f,g,b=0,C){this.p=e,this.stack=n,this.state=i,this.reducePos=r,this.pos=s,this.score=a,this.buffer=d,this.bufferBase=f,this.curContext=g,this.lookAhead=b,this.parent=C}toString(){return`[${this.stack.filter((e,n)=>n%3==0).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(e,n,i=0){let r=e.parser.context;return new tw(e,[],n,i,i,0,[],0,r?new $J(r,r.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(e,n){this.stack.push(this.state,n,this.bufferBase+this.buffer.length),this.state=e}reduce(e){var n;let i=e>>19,r=65535&e,{parser:s}=this.p,a=s.dynamicPrecedence(r);if(a&&(this.score+=a),0==i)return this.pushState(s.getGoto(this.state,r,!0),this.reducePos),r=2e3&&(null===(n=this.p.parser.nodeSet.types[r])||void 0===n||!n.isAnonymous)&&(f==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=g):this.p.lastBigReductionSized;)this.stack.pop();this.reduceContext(r,f)}storeNode(e,n,i,r=4,s=!1){if(0==e&&(!this.stack.length||this.stack[this.stack.length-1]0&&0==a.buffer[d-4]&&a.buffer[d-1]>-1){if(n==i)return;if(a.buffer[d-2]>=n)return void(a.buffer[d-2]=i)}}if(s&&this.pos!=i){let a=this.buffer.length;if(a>0&&0!=this.buffer[a-4])for(;a>0&&this.buffer[a-2]>i;)this.buffer[a]=this.buffer[a-4],this.buffer[a+1]=this.buffer[a-3],this.buffer[a+2]=this.buffer[a-2],this.buffer[a+3]=this.buffer[a-1],a-=4,r>4&&(r-=4);this.buffer[a]=e,this.buffer[a+1]=n,this.buffer[a+2]=i,this.buffer[a+3]=r}else this.buffer.push(e,n,i,r)}shift(e,n,i,r){if(131072&e)this.pushState(65535&e,this.pos);else if(262144&e)this.pos=r,this.shiftContext(n,i),n<=this.p.parser.maxNode&&this.buffer.push(n,i,r,4);else{let s=e,{parser:a}=this.p;(r>this.pos||n<=a.maxNode)&&(this.pos=r,a.stateFlag(s,1)||(this.reducePos=r)),this.pushState(s,i),this.shiftContext(n,i),n<=a.maxNode&&this.buffer.push(n,i,r,4)}}apply(e,n,i,r){65536&e?this.reduce(e):this.shift(e,n,i,r)}useNode(e,n){let i=this.p.reused.length-1;(i<0||this.p.reused[i]!=e)&&(this.p.reused.push(e),i++);let r=this.pos;this.reducePos=this.pos=r+e.length,this.pushState(n,r),this.buffer.push(i,r,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,e,this,this.p.stream.reset(this.pos-e.length)))}split(){let e=this,n=e.buffer.length;for(;n>0&&e.buffer[n-2]>e.reducePos;)n-=4;let i=e.buffer.slice(n),r=e.bufferBase+n;for(;e&&r==e.bufferBase;)e=e.parent;return new tw(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,i,r,this.curContext,this.lookAhead,e)}recoverByDelete(e,n){let i=e<=this.p.parser.maxNode;i&&this.storeNode(e,this.pos,n,4),this.storeNode(0,this.pos,n,i?8:4),this.pos=this.reducePos=n,this.score-=190}canShift(e){for(let n=new nke(this);;){let i=this.p.parser.stateSlot(n.state,4)||this.p.parser.hasAction(n.state,e);if(0==i)return!1;if(!(65536&i))return!0;n.reduce(i)}}recoverByInsert(e){if(this.stack.length>=300)return[];let n=this.p.parser.nextStates(this.state);if(n.length>8||this.stack.length>=120){let r=[];for(let a,s=0;s1&f&&d==a)||r.push(n[s],a)}n=r}let i=[];for(let r=0;r>19);if(s<0||e.getGoto(this.stack[s],65535&n,!1)<0){let a=this.findForcedReduction();if(null==a)return!1;n=a}this.storeNode(0,this.pos,this.pos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(n),!0}findForcedReduction(){let{parser:e}=this.p,n=[],i=(r,s)=>{if(!n.includes(r))return n.push(r),e.allActions(r,a=>{if(!(393216&a))if(65536&a){let d=(a>>19)-s;if(d>1){let f=65535&a,g=this.stack.length-3*d;if(g>=0&&e.getGoto(this.stack[g],f,!1)>=0)return d<<19|65536|f}}else{let d=i(a,s+1);if(null!=d)return d}})};return i(this.state,0)}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(3!=this.stack.length)return!1;let{parser:e}=this.p;return 65535==e.data[e.stateSlot(this.state,1)]&&!e.stateSlot(this.state,4)}restart(){this.storeNode(0,this.pos,this.pos,4,!0),this.state=this.stack[0],this.stack.length=0}sameState(e){if(this.state!=e.state||this.stack.length!=e.stack.length)return!1;for(let n=0;nthis.lookAhead&&(this.emitLookAhead(),this.lookAhead=e)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class $J{constructor(e,n){this.tracker=e,this.context=n,this.hash=e.strict?e.hash(n):0}}class nke{constructor(e){this.start=e,this.state=e.state,this.stack=e.stack,this.base=this.stack.length}reduce(e){let n=65535&e,i=e>>19;0==i?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=3*(i-1);let r=this.start.p.parser.getGoto(this.stack[this.base-3],n,!0);this.state=r}}class nw{constructor(e,n,i){this.stack=e,this.pos=n,this.index=i,this.buffer=e.buffer,0==this.index&&this.maybeNext()}static create(e,n=e.bufferBase+e.buffer.length){return new nw(e,n,n-e.bufferBase)}maybeNext(){let e=this.stack.parent;null!=e&&(this.index=this.stack.bufferBase-e.bufferBase,this.stack=e,this.buffer=e.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,0==this.index&&this.maybeNext()}fork(){return new nw(this.stack,this.pos,this.index)}}function o9(t,e=Uint16Array){if("string"!=typeof t)return t;let n=null;for(let i=0,r=0;i=92&&a--,a>=34&&a--;let f=a-32;if(f>=46&&(f-=46,d=!0),s+=f,d)break;s*=46}n?n[r++]=s:n=new e(s)}return n}class iw{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const GJ=new iw;class ike{constructor(e,n){this.input=e,this.ranges=n,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=GJ,this.rangeIndex=0,this.pos=this.chunkPos=n[0].from,this.range=n[0],this.end=n[n.length-1].to,this.readNext()}resolveOffset(e,n){let i=this.range,r=this.rangeIndex,s=this.pos+e;for(;si.to:s>=i.to;){if(r==this.ranges.length-1)return null;let a=this.ranges[++r];s+=a.from-i.to,i=a}return s}clipPos(e){if(e>=this.range.from&&ee)return Math.max(e,n.from);return this.end}peek(e){let i,r,n=this.chunkOff+e;if(n>=0&&n=this.chunk2Pos&&id.to&&(this.chunk2=this.chunk2.slice(0,d.to-i)),r=this.chunk2.charCodeAt(0)}}return i>=this.token.lookAhead&&(this.token.lookAhead=i+1),r}acceptToken(e,n=0){let i=n?this.resolveOffset(n,-1):this.pos;if(null==i||i=this.chunk2Pos&&this.posthis.range.to?e.slice(0,this.range.to-this.pos):e,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.next=this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?-1:this.chunk.charCodeAt(this.chunkOff)}advance(e=1){for(this.chunkOff+=e;this.pos+e>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();e-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=e,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(e,n){if(n?(this.token=n,n.start=e,n.lookAhead=e+1,n.value=n.extended=-1):this.token=GJ,this.pos!=e){if(this.pos=e,e==this.end)return this.setDone(),this;for(;e=this.range.to;)this.range=this.ranges[++this.rangeIndex];e>=this.chunkPos&&e=this.chunkPos&&n<=this.chunkPos+this.chunk.length)return this.chunk.slice(e-this.chunkPos,n-this.chunkPos);if(e>=this.chunk2Pos&&n<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(e-this.chunk2Pos,n-this.chunk2Pos);if(e>=this.range.from&&n<=this.range.to)return this.input.read(e,n);let i="";for(let r of this.ranges){if(r.from>=n)break;r.to>e&&(i+=this.input.read(Math.max(r.from,e),Math.min(r.to,n)))}return i}}class B_{constructor(e,n){this.data=e,this.id=n}token(e,n){let{parser:i}=n.p;!function YJ(t,e,n,i,r,s){let a=0,d=1<0){let I=t[w];if(f.allows(I)&&(-1==e.token.value||e.token.value==I||oke(I,e.token.value,r,s))){e.acceptToken(I);break}}let b=e.next,C=0,S=t[a+2];if(!(e.next<0&&S>C&&65535==t[g+3*S-3])){for(;C>1,I=g+w+(w<<1);if(b=(t[I+1]||65536))){a=t[I+2],e.advance();continue e}C=w+1}}break}a=t[g+3*S-1]}}(this.data,e,n,this.id,i.data,i.tokenPrecTable)}}function WJ(t,e,n){for(let r,i=e;65535!=(r=t[i]);i++)if(r==n)return i-e;return-1}function oke(t,e,n,i){let r=WJ(n,i,e);return r<0||WJ(n,i,t)e)&&!i.type.isError)return n<0?Math.max(0,Math.min(i.to-1,e-25)):Math.min(t.length,Math.max(i.from+1,e+25));if(n<0?i.prevSibling():i.nextSibling())break;if(!i.parent())return n<0?0:t.length}}class ske{constructor(e,n){this.fragments=e,this.nodeSet=n,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let e=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(e){for(this.safeFrom=e.openStart?qJ(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?qJ(e.tree,e.to+e.offset,-1)-e.offset:e.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(e.tree),this.start.push(-e.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(e){if(ee)return this.nextStart=a,null;if(s instanceof ul){if(a==e){if(a=Math.max(this.safeFrom,e)&&(this.trees.push(s),this.start.push(a),this.index.push(0))}else this.index[n]++,this.nextStart=a+s.length}}}class ake{constructor(e,n){this.stream=n,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(i=>new iw)}getActions(e){let n=0,i=null,{parser:r}=e.p,{tokenizers:s}=r,a=r.stateSlot(e.state,3),d=e.curContext?e.curContext.hash:0,f=0;for(let g=0;gC.end+25&&(f=Math.max(C.lookAhead,f)),0!=C.value)){let S=n;if(C.extended>-1&&(n=this.addActions(e,C.extended,C.end,n)),n=this.addActions(e,C.value,C.end,n),!b.extend&&(i=C,n>S))break}}for(;this.actions.length>n;)this.actions.pop();return f&&e.setLookAhead(f),!i&&e.pos==this.stream.end&&(i=new iw,i.value=e.p.parser.eofTerm,i.start=i.end=e.pos,n=this.addActions(e,i.value,i.end,n)),this.mainToken=i,this.actions}getMainToken(e){if(this.mainToken)return this.mainToken;let n=new iw,{pos:i,p:r}=e;return n.start=i,n.end=Math.min(i+1,r.stream.end),n.value=i==r.stream.end?r.parser.eofTerm:0,n}updateCachedToken(e,n,i){let r=this.stream.clipPos(i.pos);if(n.token(this.stream.reset(r,e),i),e.value>-1){let{parser:s}=i.p;for(let a=0;a=0&&i.p.parser.dialect.allows(d>>1)){1&d?e.extended=d>>1:e.value=d>>1;break}}}else e.value=0,e.end=this.stream.clipPos(r+1)}putAction(e,n,i,r){for(let s=0;s4*e.bufferLength?new ske(i,e.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let r,s,e=this.stacks,n=this.minStackPos,i=this.stacks=[];if(this.bigReductionCount>300&&1==e.length){let[a]=e;for(;a.forceReduce()&&a.stack.length&&a.stack[a.stack.length-2]>=this.lastBigReductionStart;);this.bigReductionCount=this.lastBigReductionSize=0}for(let a=0;an)i.push(d);else{if(this.advanceStack(d,i,e))continue;{r||(r=[],s=[]),r.push(d);let f=this.tokens.getMainToken(d);s.push(f.value,f.end)}}break}}if(!i.length){let a=r&&function dke(t){let e=null;for(let n of t){let i=n.p.stoppedAt;(n.pos==n.p.stream.end||null!=i&&n.pos>i)&&n.p.parser.stateFlag(n.state,2)&&(!e||e.scorethis.stoppedAt?r[0]:this.runRecovery(r,s,i);if(a)return $d&&console.log("Force-finish "+this.stackID(a)),this.stackToTree(a.forceAll())}if(this.recovering){let a=1==this.recovering?1:3*this.recovering;if(i.length>a)for(i.sort((d,f)=>f.score-d.score);i.length>a;)i.pop();i.some(d=>d.reducePos>n)&&this.recovering--}else if(i.length>1){e:for(let a=0;a500&&g.buffer.length>500){if(!((d.score-g.score||d.buffer.length-g.buffer.length)>0)){i.splice(a--,1);continue e}i.splice(f--,1)}}}i.length>12&&i.splice(12,i.length-12)}this.minStackPos=i[0].pos;for(let a=1;a ":"";if(null!=this.stoppedAt&&r>this.stoppedAt)return e.forceReduce()?e:null;if(this.fragments){let g=e.curContext&&e.curContext.tracker.strict,b=g?e.curContext.hash:0;for(let C=this.fragments.nodeAt(r);C;){let S=this.parser.nodeSet.types[C.type.id]==C.type?s.getGoto(e.state,C.type.id):-1;if(S>-1&&C.length&&(!g||(C.prop($s.contextHash)||0)==b))return e.useNode(C,S),$d&&console.log(a+this.stackID(e)+` (via reuse of ${s.getName(C.type.id)})`),!0;if(!(C instanceof ul)||0==C.children.length||C.positions[0]>0)break;let w=C.children[0];if(!(w instanceof ul&&0==C.positions[0]))break;C=w}}let d=s.stateSlot(e.state,4);if(d>0)return e.reduce(d),$d&&console.log(a+this.stackID(e)+` (via always-reduce ${s.getName(65535&d)})`),!0;if(e.stack.length>=8400)for(;e.stack.length>6e3&&e.forceReduce(););let f=this.tokens.getActions(e);for(let g=0;gr?n.push(I):i.push(I)}return!1}advanceFully(e,n){let i=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>i)return KJ(e,n),!0}}runRecovery(e,n,i){let r=null,s=!1;for(let a=0;a ":"";if(d.deadEnd&&(s||(s=!0,d.restart(),$d&&console.log(b+this.stackID(d)+" (restarted)"),this.advanceFully(d,i))))continue;let C=d.split(),S=b;for(let w=0;C.forceReduce()&&w<10&&($d&&console.log(S+this.stackID(C)+" (via force-reduce)"),!this.advanceFully(C,i));w++)$d&&(S=this.stackID(C)+" -> ");for(let w of d.recoverByInsert(f))$d&&console.log(b+this.stackID(w)+" (via recover-insert)"),this.advanceFully(w,i);this.stream.end>d.pos?(g==d.pos&&(g++,f=0),d.recoverByDelete(f,g),$d&&console.log(b+this.stackID(d)+` (via recover-delete ${this.parser.getName(f)})`),KJ(d,i)):(!r||r.scoree.topRules[d][1]),r=[];for(let d=0;d=0)s(b,f,d[g++]);else{let C=d[g+-b];for(let S=-b;S>0;S--)s(d[g++],f,C);g++}}}this.nodeSet=new wT(n.map((d,f)=>ed.define({name:f>=this.minRepeatTerm?void 0:d,id:f,props:r[f],top:i.indexOf(f)>-1,error:0==f,skipped:e.skippedNodes&&e.skippedNodes.indexOf(f)>-1}))),e.propSources&&(this.nodeSet=this.nodeSet.extend(...e.propSources)),this.strict=!1,this.bufferLength=YQ;let a=o9(e.tokenData);this.context=e.context,this.specializerSpecs=e.specialized||[],this.specialized=new Uint16Array(this.specializerSpecs.length);for(let d=0;d"number"==typeof d?new B_(a,d):d),this.topRules=e.topRules,this.dialects=e.dialects||{},this.dynamicPrecedences=e.dynamicPrecedences||null,this.tokenPrecTable=e.tokenPrec,this.termNames=e.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(e,n,i){let r=new cke(this,e,n,i);for(let s of this.wrappers)r=s(r,e,n,i);return r}getGoto(e,n,i=!1){let r=this.goto;if(n>=r[0])return-1;for(let s=r[n+1];;){let a=r[s++],d=1&a,f=r[s++];if(d&&i)return f;for(let g=s+(a>>1);s0}validAction(e,n){return!!this.allActions(e,i=>i==n||null)}allActions(e,n){let i=this.stateSlot(e,4),r=i?n(i):void 0;for(let s=this.stateSlot(e,1);null==r;s+=3){if(65535==this.data[s]){if(1!=this.data[s+1])break;s=T3(this.data,s+2)}r=n(T3(this.data,s+1))}return r}nextStates(e){let n=[];for(let i=this.stateSlot(e,1);;i+=3){if(65535==this.data[i]){if(1!=this.data[i+1])break;i=T3(this.data,i+2)}if(!(1&this.data[i+2])){let r=this.data[i+1];n.some((s,a)=>1&a&&s==r)||n.push(this.data[i],r)}}return n}configure(e){let n=Object.assign(Object.create(rw.prototype),this);if(e.props&&(n.nodeSet=this.nodeSet.extend(...e.props)),e.top){let i=this.topRules[e.top];if(!i)throw new RangeError(`Invalid top rule name ${e.top}`);n.top=i}return e.tokenizers&&(n.tokenizers=this.tokenizers.map(i=>{let r=e.tokenizers.find(s=>s.from==i);return r?r.to:i})),e.specializers&&(n.specializers=this.specializers.slice(),n.specializerSpecs=this.specializerSpecs.map((i,r)=>{let s=e.specializers.find(d=>d.from==i.external);if(!s)return i;let a=Object.assign(Object.assign({},i),{external:s.to});return n.specializers[r]=QJ(a),a})),e.contextTracker&&(n.context=e.contextTracker),e.dialect&&(n.dialect=this.parseDialect(e.dialect)),null!=e.strict&&(n.strict=e.strict),e.wrap&&(n.wrappers=n.wrappers.concat(e.wrap)),null!=e.bufferLength&&(n.bufferLength=e.bufferLength),n}hasWrappers(){return this.wrappers.length>0}getName(e){return this.termNames?this.termNames[e]:String(e<=this.maxNode&&this.nodeSet.types[e].name||e)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(e){let n=this.dynamicPrecedences;return null==n?0:n[e]||0}parseDialect(e){let n=Object.keys(this.dialects),i=n.map(()=>!1);if(e)for(let s of e.split(" ")){let a=n.indexOf(s);a>=0&&(i[a]=!0)}let r=null;for(let s=0;st.external(n,i)<<1|e}return t.get}const uke=sZ({String:lr.string,Number:lr.number,"True False":lr.bool,PropertyName:lr.propertyName,Null:lr.null,",":lr.separator,"[ ]":lr.squareBracket,"{ }":lr.brace}),fke=rw.deserialize({version:14,states:"$bOVQPOOOOQO'#Cb'#CbOnQPO'#CeOvQPO'#CjOOQO'#Cp'#CpQOQPOOOOQO'#Cg'#CgO}QPO'#CfO!SQPO'#CrOOQO,59P,59PO![QPO,59PO!aQPO'#CuOOQO,59U,59UO!iQPO,59UOVQPO,59QOqQPO'#CkO!nQPO,59^OOQO1G.k1G.kOVQPO'#ClO!vQPO,59aOOQO1G.p1G.pOOQO1G.l1G.lOOQO,59V,59VOOQO-E6i-E6iOOQO,59W,59WOOQO-E6j-E6j",stateData:"#O~OcOS~OQSORSOSSOTSOWQO]ROePO~OVXOeUO~O[[O~PVOg^O~Oh_OVfX~OVaO~OhbO[iX~O[dO~Oh_OVfa~OhbO[ia~O",goto:"!kjPPPPPPkPPkqwPPk{!RPPP!XP!ePP!hXSOR^bQWQRf_TVQ_Q`WRg`QcZRicQTOQZRQe^RhbRYQR]R",nodeNames:"\u26a0 JsonText True False Null Number String } { Object Property PropertyName ] [ Array",maxTerm:25,nodeProps:[["isolate",-2,6,11,""],["openedBy",7,"{",12,"["],["closedBy",8,"}",13,"]"]],propSources:[uke],skippedNodes:[0],repeatNodeCount:2,tokenData:"(|~RaXY!WYZ!W]^!Wpq!Wrs!]|}$u}!O$z!Q!R%T!R![&c![!]&t!}#O&y#P#Q'O#Y#Z'T#b#c'r#h#i(Z#o#p(r#q#r(w~!]Oc~~!`Wpq!]qr!]rs!xs#O!]#O#P!}#P;'S!];'S;=`$o<%lO!]~!}Oe~~#QXrs!]!P!Q!]#O#P!]#U#V!]#Y#Z!]#b#c!]#f#g!]#h#i!]#i#j#m~#pR!Q![#y!c!i#y#T#Z#y~#|R!Q![$V!c!i$V#T#Z$V~$YR!Q![$c!c!i$c#T#Z$c~$fR!Q![!]!c!i!]#T#Z!]~$rP;=`<%l!]~$zOh~~$}Q!Q!R%T!R![&c~%YRT~!O!P%c!g!h%w#X#Y%w~%fP!Q![%i~%nRT~!Q![%i!g!h%w#X#Y%w~%zR{|&T}!O&T!Q![&Z~&WP!Q![&Z~&`PT~!Q![&Z~&hST~!O!P%c!Q![&c!g!h%w#X#Y%w~&yOg~~'OO]~~'TO[~~'WP#T#U'Z~'^P#`#a'a~'dP#g#h'g~'jP#X#Y'm~'rOR~~'uP#i#j'x~'{P#`#a(O~(RP#`#a(U~(ZOS~~(^P#f#g(a~(dP#i#j(g~(jP#X#Y(m~(rOQ~~(wOW~~(|OV~",tokenizers:[0],topRules:{JsonText:[0,1]},tokenPrec:0}),pke=LT.define({name:"json",parser:fke.configure({props:[bZ.add({Object:EZ({except:/^\s*\}/}),Array:EZ({except:/^\s*\]/})}),SZ.add({"Object Array":function jIe(t){let e=t.firstChild,n=t.lastChild;return e&&e.tot.normalize("NFKD"):t=>t;class U_{constructor(e,n,i=0,r=e.length,s,a){this.test=a,this.value={from:0,to:0},this.done=!1,this.matches=[],this.buffer="",this.bufferPos=0,this.iter=e.iterRange(i,r),this.bufferStart=i,this.normalize=s?d=>s(ZJ(d)):ZJ,this.query=this.normalize(n)}peek(){if(this.bufferPos==this.buffer.length){if(this.bufferStart+=this.buffer.length,this.iter.next(),this.iter.done)return-1;this.bufferPos=0,this.buffer=this.iter.value}return t2(this.buffer,this.bufferPos)}next(){for(;this.matches.length;)this.matches.pop();return this.nextOverlapping()}nextOverlapping(){for(;;){let e=this.peek();if(e<0)return this.done=!0,this;let n=ZR(e),i=this.bufferStart+this.bufferPos;this.bufferPos+=Eu(e);let r=this.normalize(n);for(let s=0,a=i;;s++){let d=r.charCodeAt(s),f=this.match(d,a,this.bufferPos+this.bufferStart);if(s==r.length-1){if(f)return this.value=f,this;break}a==i&&sthis.to&&(this.curLine=this.curLine.slice(0,this.to-this.curLineStart)),this.iter.next())}nextLine(){this.curLineStart=this.curLineStart+this.curLine.length+1,this.curLineStart>this.to?this.curLine="":this.getLine(0)}next(){for(let e=this.matchPos-this.curLineStart;;){this.re.lastIndex=e;let n=this.matchPos<=this.to&&this.re.exec(this.curLine);if(n){let i=this.curLineStart+n.index,r=i+n[0].length;if(this.matchPos=ow(this.text,r+(i==r?1:0)),i==this.curLineStart+this.curLine.length&&this.nextLine(),(ithis.value.to)&&(!this.test||this.test(i,r,n)))return this.value={from:i,to:r,match:n},this;e=this.matchPos-this.curLineStart}else{if(!(this.curLineStart+this.curLine.length=i||r.to<=n){let d=new j_(n,e.sliceString(n,i));return Fk.set(e,d),d}if(r.from==n&&r.to==i)return r;let{text:s,from:a}=r;return a>n&&(s=e.sliceString(n,a)+s,a=n),r.to=this.to?this.to:this.text.lineAt(e).to}next(){for(;;){let e=this.re.lastIndex=this.matchPos-this.flat.from,n=this.re.exec(this.flat.text);if(n&&!n[0]&&n.index==e&&(this.re.lastIndex=e+1,n=this.re.exec(this.flat.text)),n){let i=this.flat.from+n.index,r=i+n[0].length;if((this.flat.to>=this.to||n.index+n[0].length<=this.flat.text.length-10)&&(!this.test||this.test(i,r,n)))return this.value={from:i,to:r,match:n},this.matchPos=ow(this.text,r+(i==r?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=j_.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function ow(t,e){if(e>=t.length)return e;let i,n=t.lineAt(e);for(;e=56320&&i<57344;)e++;return e}function Hk(t){let n=Lc("input",{class:"cm-textfield",name:"line",value:String(t.state.doc.lineAt(t.state.selection.main.head).number)});function r(){let s=/^([+-])?(\d+)?(:\d+)?(%)?$/.exec(n.value);if(!s)return;let{state:a}=t,d=a.doc.lineAt(a.selection.main.head),[,f,g,b,C]=s,S=b?+b.slice(1):0,w=g?+g:d.number;if(g&&C){let G=w/100;f&&(G=G*("-"==f?-1:1)+d.number/a.doc.lines),w=Math.round(a.doc.lines*G)}else g&&f&&(w=w*("-"==f?-1:1)+d.number);let I=a.doc.line(Math.max(1,Math.min(a.doc.lines,w))),F=Ii.cursor(I.from+Math.max(0,Math.min(S,I.length)));t.dispatch({effects:[sw.of(!1),qo.scrollIntoView(F.from,{y:"center"})],selection:F}),t.focus()}return{dom:Lc("form",{class:"cm-gotoLine",onkeydown:s=>{27==s.keyCode?(s.preventDefault(),t.dispatch({effects:sw.of(!1)}),t.focus()):13==s.keyCode&&(s.preventDefault(),r())},onsubmit:s=>{s.preventDefault(),r()}},Lc("label",t.state.phrase("Go to line"),": ",n)," ",Lc("button",{class:"cm-button",type:"submit"},t.state.phrase("go")))}}typeof Symbol<"u"&&(XJ.prototype[Symbol.iterator]=eX.prototype[Symbol.iterator]=function(){return this});const sw=fa.define(),tX=c1.define({create:()=>!0,update(t,e){for(let n of e.effects)n.is(sw)&&(t=n.value);return t},provide:t=>Gb.from(t,e=>e?Hk:null)}),vke=qo.baseTheme({".cm-panel.cm-gotoLine":{padding:"2px 6px 4px","& label":{fontSize:"80%"}}}),bke={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},nX=$r.define({combine:t=>Su(t,bke,{highlightWordAroundCursor:(e,n)=>e||n,minSelectionLength:Math.min,maxMatches:Math.min})});function yke(t){let e=[Tke,xke];return t&&e.push(nX.of(t)),e}const Cke=go.mark({class:"cm-selectionMatch"}),Eke=go.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function iX(t,e,n,i){return!(0!=n&&t(e.sliceDoc(n-1,n))==el.Word||i!=e.doc.length&&t(e.sliceDoc(i,i+1))==el.Word)}const xke=Nc.fromClass(class{constructor(t){this.decorations=this.getDeco(t)}update(t){(t.selectionSet||t.docChanged||t.viewportChanged)&&(this.decorations=this.getDeco(t.view))}getDeco(t){let e=t.state.facet(nX),{state:n}=t,i=n.selection;if(i.ranges.length>1)return go.none;let s,r=i.main,a=null;if(r.empty){if(!e.highlightWordAroundCursor)return go.none;let f=n.wordAt(r.head);if(!f)return go.none;a=n.charCategorizer(r.head),s=n.sliceDoc(f.from,f.to)}else{let f=r.to-r.from;if(f200)return go.none;if(e.wholeWords){if(s=n.sliceDoc(r.from,r.to),a=n.charCategorizer(r.head),!iX(a,n,r.from,r.to)||!function Ske(t,e,n,i){return t(e.sliceDoc(n,n+1))==el.Word&&t(e.sliceDoc(i-1,i))==el.Word}(a,n,r.from,r.to))return go.none}else if(s=n.sliceDoc(r.from,r.to),!s)return go.none}let d=[];for(let f of t.visibleRanges){let g=new U_(n.doc,s,f.from,f.to);for(;!g.next().done;){let{from:b,to:C}=g.value;if((!a||iX(a,n,b,C))&&(r.empty&&b<=r.from&&C>=r.to?d.push(Eke.range(b,C)):(b>=r.to||C<=r.from)&&d.push(Cke.range(b,C)),d.length>e.maxMatches))return go.none}}return go.set(d)}},{decorations:t=>t.decorations}),Tke=qo.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),Im=$r.define({combine:t=>Su(t,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new Bke(e),scrollToMatch:e=>qo.scrollIntoView(e)})});function Dke(t){return t?[Im.of(t),Yk]:Yk}class rX{constructor(e){this.search=e.search,this.caseSensitive=!!e.caseSensitive,this.literal=!!e.literal,this.regexp=!!e.regexp,this.replace=e.replace||"",this.valid=!!this.search&&(!this.regexp||function gke(t){try{return new RegExp(t,Vk),!0}catch{return!1}}(this.search)),this.unquoted=this.unquote(this.search),this.wholeWord=!!e.wholeWord}unquote(e){return this.literal?e:e.replace(/\\([nrt\\])/g,(n,i)=>"n"==i?"\n":"r"==i?"\r":"t"==i?"\t":"\\")}eq(e){return this.search==e.search&&this.replace==e.replace&&this.caseSensitive==e.caseSensitive&&this.regexp==e.regexp&&this.wholeWord==e.wholeWord}create(){return this.regexp?new Nke(this):new Ike(this)}getCursor(e,n=0,i){let r=e.doc?e:n2.create({doc:e});return null==i&&(i=r.doc.length),this.regexp?G_(this,r,n,i):$_(this,r,n,i)}}class oX{constructor(e){this.spec=e}}function $_(t,e,n,i){return new U_(e.doc,t.unquoted,n,i,t.caseSensitive?void 0:r=>r.toLowerCase(),t.wholeWord?function Oke(t,e){return(n,i,r,s)=>((s>n||s+r.length=n)return null;r.push(i.value)}return r}highlight(e,n,i,r){let s=$_(this.spec,e,Math.max(0,n-this.spec.unquoted.length),Math.min(i+this.spec.unquoted.length,e.doc.length));for(;!s.next().done;)r(s.value.from,s.value.to)}}function G_(t,e,n,i){return new XJ(e.doc,t.search,{ignoreCase:!t.caseSensitive,test:t.wholeWord?Rke(e.charCategorizer(e.selection.main.head)):void 0},n,i)}function aw(t,e){return t.slice(e2(t,e,!1),e)}function cw(t,e){return t.slice(e,e2(t,e))}function Rke(t){return(e,n,i)=>!i[0].length||(t(aw(i.input,i.index))!=el.Word||t(cw(i.input,i.index))!=el.Word)&&(t(cw(i.input,i.index+i[0].length))!=el.Word||t(aw(i.input,i.index+i[0].length))!=el.Word)}class Nke extends oX{nextMatch(e,n,i){let r=G_(this.spec,e,i,e.doc.length).next();return r.done&&(r=G_(this.spec,e,0,n).next()),r.done?null:r.value}prevMatchInRange(e,n,i){for(let r=1;;r++){let s=Math.max(n,i-1e4*r),a=G_(this.spec,e,s,i),d=null;for(;!a.next().done;)d=a.value;if(d&&(s==n||d.from>s+10))return d;if(s==n)return null}}prevMatch(e,n,i){return this.prevMatchInRange(e,0,n)||this.prevMatchInRange(e,i,e.doc.length)}getReplacement(e){return this.spec.unquote(this.spec.replace).replace(/\$([$&\d+])/g,(n,i)=>"$"==i?"$":"&"==i?e.match[0]:"0"!=i&&+i=n)return null;r.push(i.value)}return r}highlight(e,n,i,r){let s=G_(this.spec,e,Math.max(0,n-250),Math.min(i+250,e.doc.length));for(;!s.next().done;)r(s.value.from,s.value.to)}}const s9=fa.define(),zk=fa.define(),m0=c1.define({create:t=>new Bk(uw(t).create(),null),update(t,e){for(let n of e.effects)n.is(s9)?t=new Bk(n.value.create(),t.panel):n.is(zk)&&(t=new Bk(t.query,n.value?Uk:null));return t},provide:t=>Gb.from(t,e=>e.panel)});class Bk{constructor(e,n){this.query=e,this.panel=n}}const kke=go.mark({class:"cm-searchMatch"}),Lke=go.mark({class:"cm-searchMatch cm-searchMatch-selected"}),Pke=Nc.fromClass(class{constructor(t){this.view=t,this.decorations=this.highlight(t.state.field(m0))}update(t){let e=t.state.field(m0);(e!=t.startState.field(m0)||t.docChanged||t.selectionSet||t.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:t,panel:e}){if(!e||!t.spec.valid)return go.none;let{view:n}=this,i=new af;for(let r=0,s=n.visibleRanges,a=s.length;rs[r+1].from-500;)f=s[++r].to;t.highlight(n.state,d,f,(g,b)=>{let C=n.state.selection.ranges.some(S=>S.from==g&&S.to==b);i.add(g,b,C?Lke:kke)})}return i.finish()}},{decorations:t=>t.decorations});function a9(t){return e=>{let n=e.state.field(m0,!1);return n&&n.query.spec.valid?t(e,n):jk(e)}}const lw=a9((t,{query:e})=>{let{to:n}=t.state.selection.main,i=e.nextMatch(t.state,n,n);if(!i)return!1;let r=Ii.single(i.from,i.to),s=t.state.facet(Im);return t.dispatch({selection:r,effects:[Gk(t,i),s.scrollToMatch(r.main,t)],userEvent:"select.search"}),cX(t),!0}),dw=a9((t,{query:e})=>{let{state:n}=t,{from:i}=n.selection.main,r=e.prevMatch(n,i,i);if(!r)return!1;let s=Ii.single(r.from,r.to),a=t.state.facet(Im);return t.dispatch({selection:s,effects:[Gk(t,r),a.scrollToMatch(s.main,t)],userEvent:"select.search"}),cX(t),!0}),Vke=a9((t,{query:e})=>{let n=e.matchAll(t.state,1e3);return!(!n||!n.length||(t.dispatch({selection:Ii.create(n.map(i=>Ii.range(i.from,i.to))),userEvent:"select.search.matches"}),0))}),sX=a9((t,{query:e})=>{let{state:n}=t,{from:i,to:r}=n.selection.main;if(n.readOnly)return!1;let s=e.nextMatch(n,i,i);if(!s)return!1;let d,f,a=[],g=[];if(s.from==i&&s.to==r&&(f=n.toText(e.getReplacement(s)),a.push({from:s.from,to:s.to,insert:f}),s=e.nextMatch(n,s.from,s.to),g.push(qo.announce.of(n.phrase("replaced match on line $",n.doc.lineAt(i).number)+"."))),s){let b=0==a.length||a[0].from>=s.to?0:s.to-s.from-f.length;d=Ii.single(s.from-b,s.to-b),g.push(Gk(t,s)),g.push(n.facet(Im).scrollToMatch(d.main,t))}return t.dispatch({changes:a,selection:d,effects:g,userEvent:"input.replace"}),!0}),Hke=a9((t,{query:e})=>{if(t.state.readOnly)return!1;let n=e.matchAll(t.state,1e9).map(r=>{let{from:s,to:a}=r;return{from:s,to:a,insert:e.getReplacement(r)}});if(!n.length)return!1;let i=t.state.phrase("replaced $ matches",n.length)+".";return t.dispatch({changes:n,effects:qo.announce.of(i),userEvent:"input.replace.all"}),!0});function Uk(t){return t.state.facet(Im).createPanel(t)}function uw(t,e){var n,i,r,s,a;let d=t.selection.main,f=d.empty||d.to>d.from+100?"":t.sliceDoc(d.from,d.to);if(e&&!f)return e;let g=t.facet(Im);return new rX({search:(null!==(n=e?.literal)&&void 0!==n?n:g.literal)?f:f.replace(/\n/g,"\\n"),caseSensitive:null!==(i=e?.caseSensitive)&&void 0!==i?i:g.caseSensitive,literal:null!==(r=e?.literal)&&void 0!==r?r:g.literal,regexp:null!==(s=e?.regexp)&&void 0!==s?s:g.regexp,wholeWord:null!==(a=e?.wholeWord)&&void 0!==a?a:g.wholeWord})}function aX(t){let e=$b(t,Uk);return e&&e.dom.querySelector("[main-field]")}function cX(t){let e=aX(t);e&&e==t.root.activeElement&&e.select()}const jk=t=>{let e=t.state.field(m0,!1);if(e&&e.panel){let n=aX(t);if(n&&n!=t.root.activeElement){let i=uw(t.state,e.query.spec);i.valid&&t.dispatch({effects:s9.of(i)}),n.focus(),n.select()}}else t.dispatch({effects:[zk.of(!0),e?s9.of(uw(t.state,e.query.spec)):fa.appendConfig.of(Yk)]});return!0},$k=t=>{let e=t.state.field(m0,!1);if(!e||!e.panel)return!1;let n=$b(t,Uk);return n&&n.dom.contains(t.root.activeElement)&&t.focus(),t.dispatch({effects:zk.of(!1)}),!0},zke=[{key:"Mod-f",run:jk,scope:"editor search-panel"},{key:"F3",run:lw,shift:dw,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:lw,shift:dw,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:$k,scope:"editor search-panel"},{key:"Mod-Shift-l",run:({state:t,dispatch:e})=>{let n=t.selection;if(n.ranges.length>1||n.main.empty)return!1;let{from:i,to:r}=n.main,s=[],a=0;for(let d=new U_(t.doc,t.sliceDoc(i,r));!d.next().done;){if(s.length>1e3)return!1;d.value.from==i&&(a=s.length),s.push(Ii.range(d.value.from,d.value.to))}return e(t.update({selection:Ii.create(s,a),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:t=>{let e=$b(t,Hk);if(!e){let n=[sw.of(!0)];null==t.state.field(tX,!1)&&n.push(fa.appendConfig.of([tX,vke])),t.dispatch({effects:n}),e=$b(t,Hk)}return e&&e.dom.querySelector("input").select(),!0}},{key:"Mod-d",run:({state:t,dispatch:e})=>{let{ranges:n}=t.selection;if(n.some(s=>s.from===s.to))return(({state:t,dispatch:e})=>{let{selection:n}=t,i=Ii.create(n.ranges.map(r=>t.wordAt(r.head)||Ii.cursor(r.head)),n.mainIndex);return!i.eq(n)&&(e(t.update({selection:i})),!0)})({state:t,dispatch:e});let i=t.sliceDoc(n[0].from,n[0].to);if(t.selection.ranges.some(s=>t.sliceDoc(s.from,s.to)!=i))return!1;let r=function Mke(t,e){let{main:n,ranges:i}=t.selection,r=t.wordAt(n.head),s=r&&r.from==n.from&&r.to==n.to;for(let a=!1,d=new U_(t.doc,e,i[i.length-1].to);;){if(d.next(),!d.done){if(a&&i.some(f=>f.from==d.value.from))continue;if(s){let f=t.wordAt(d.value.from);if(!f||f.from!=d.value.from||f.to!=d.value.to)continue}return d.value}if(a)return null;d=new U_(t.doc,e,0,Math.max(0,i[i.length-1].from-1)),a=!0}}(t,i);return!!r&&(e(t.update({selection:t.selection.addRange(Ii.range(r.from,r.to),!1),effects:qo.scrollIntoView(r.to)})),!0)},preventDefault:!0}];class Bke{constructor(e){this.view=e;let n=this.query=e.state.field(m0).query.spec;function i(r,s,a){return Lc("button",{class:"cm-button",name:r,onclick:s,type:"button"},a)}this.commit=this.commit.bind(this),this.searchField=Lc("input",{value:n.search,placeholder:Gd(e,"Find"),"aria-label":Gd(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Lc("input",{value:n.replace,placeholder:Gd(e,"Replace"),"aria-label":Gd(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Lc("input",{type:"checkbox",name:"case",form:"",checked:n.caseSensitive,onchange:this.commit}),this.reField=Lc("input",{type:"checkbox",name:"re",form:"",checked:n.regexp,onchange:this.commit}),this.wordField=Lc("input",{type:"checkbox",name:"word",form:"",checked:n.wholeWord,onchange:this.commit}),this.dom=Lc("div",{onkeydown:r=>this.keydown(r),class:"cm-search"},[this.searchField,i("next",()=>lw(e),[Gd(e,"next")]),i("prev",()=>dw(e),[Gd(e,"previous")]),i("select",()=>Vke(e),[Gd(e,"all")]),Lc("label",null,[this.caseField,Gd(e,"match case")]),Lc("label",null,[this.reField,Gd(e,"regexp")]),Lc("label",null,[this.wordField,Gd(e,"by word")]),...e.state.readOnly?[]:[Lc("br"),this.replaceField,i("replace",()=>sX(e),[Gd(e,"replace")]),i("replaceAll",()=>Hke(e),[Gd(e,"replace all")])],Lc("button",{name:"close",onclick:()=>$k(e),"aria-label":Gd(e,"close"),type:"button"},["\xd7"])])}commit(){let e=new rX({search:this.searchField.value,caseSensitive:this.caseField.checked,regexp:this.reField.checked,wholeWord:this.wordField.checked,replace:this.replaceField.value});e.eq(this.query)||(this.query=e,this.view.dispatch({effects:s9.of(e)}))}keydown(e){!function lOe(t,e,n){return CQ(yQ(t.state),e,t,n)}(this.view,e,"search-panel")?13==e.keyCode&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?dw:lw)(this.view)):13==e.keyCode&&e.target==this.replaceField&&(e.preventDefault(),sX(this.view)):e.preventDefault()}update(e){for(let n of e.transactions)for(let i of n.effects)i.is(s9)&&!i.value.eq(this.query)&&this.setQuery(i.value)}setQuery(e){this.query=e,this.searchField.value=e.search,this.replaceField.value=e.replace,this.caseField.checked=e.caseSensitive,this.reField.checked=e.regexp,this.wordField.checked=e.wholeWord}mount(){this.searchField.select()}get pos(){return 80}get top(){return this.view.state.facet(Im).top}}function Gd(t,e){return t.state.phrase(e)}const fw=30,hw=/[\s\.,:;?!]/;function Gk(t,{from:e,to:n}){let i=t.state.doc.lineAt(e),r=t.state.doc.lineAt(n).to,s=Math.max(i.from,e-fw),a=Math.min(r,n+fw),d=t.state.sliceDoc(s,a);if(s!=i.from)for(let f=0;fd.length-fw;f--)if(!hw.test(d[f-1])&&hw.test(d[f])){d=d.slice(0,f);break}return qo.announce.of(`${t.state.phrase("current match")}. ${d} ${t.state.phrase("on line")} ${i.number}.`)}const Uke=qo.baseTheme({".cm-panel.cm-search":{padding:"2px 6px 4px",position:"relative","& [name=close]":{position:"absolute",top:"0",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",padding:0,margin:0},"& input, & button, & label":{margin:".2em .6em .2em 0"},"& input[type=checkbox]":{marginRight:".2em"},"& label":{fontSize:"80%",whiteSpace:"pre"}},"&light .cm-searchMatch":{backgroundColor:"#ffff0054"},"&dark .cm-searchMatch":{backgroundColor:"#00ffff8a"},"&light .cm-searchMatch-selected":{backgroundColor:"#ff6a0054"},"&dark .cm-searchMatch-selected":{backgroundColor:"#ff00ff8a"}}),Yk=[m0,v3.low(Pke),Uke];class lX{constructor(e,n,i){this.state=e,this.pos=n,this.explicit=i,this.abortListeners=[]}tokenBefore(e){let n=l1(this.state).resolveInner(this.pos,-1);for(;n&&e.indexOf(n.name)<0;)n=n.parent;return n?{from:n.from,to:this.pos,text:this.state.sliceDoc(n.from,this.pos),type:n.type}:null}matchBefore(e){let n=this.state.doc.lineAt(this.pos),i=Math.max(n.from,this.pos-250),r=n.text.slice(i-n.from,this.pos-n.from),s=r.search(fX(e,!1));return s<0?null:{from:i+s,to:this.pos,text:r.slice(s)}}get aborted(){return null==this.abortListeners}addEventListener(e,n){"abort"==e&&this.abortListeners&&this.abortListeners.push(n)}}function dX(t){let e=Object.keys(t).join(""),n=/\w/.test(e);return n&&(e=e.replace(/\w/g,"")),`[${n?"\\w":""}${e.replace(/[^\w\s]/g,"\\$&")}]`}class uX{constructor(e,n,i,r){this.completion=e,this.source=n,this.match=i,this.score=r}}function S4(t){return t.selection.main.from}function fX(t,e){var n;let{source:i}=t,r=e&&"^"!=i[0],s="$"!=i[i.length-1];return r||s?new RegExp(`${r?"^":""}(?:${i})${s?"$":""}`,null!==(n=t.flags)&&void 0!==n?n:t.ignoreCase?"i":""):t}const Wk=y3.define(),hX=new WeakMap;function Yke(t){if(!Array.isArray(t))return t;let e=hX.get(t);return e||hX.set(t,e=function $ke(t){let e=t.map(r=>"string"==typeof r?{label:r}:r),[n,i]=e.every(r=>/^\w+$/.test(r.label))?[/\w*$/,/\w+$/]:function jke(t){let e=Object.create(null),n=Object.create(null);for(let{label:r}of t){e[r[0]]=!0;for(let s=1;s{let s=r.matchBefore(i);return s||r.explicit?{from:s?s.from:r.pos,options:e,validFor:n}:null}}(t)),e}const pw=fa.define(),c9=fa.define();class Wke{constructor(e){this.pattern=e,this.chars=[],this.folded=[],this.any=[],this.precise=[],this.byWord=[],this.score=0,this.matched=[];for(let n=0;n=48&&Ie<=57||Ie>=97&&Ie<=122?2:Ie>=65&&Ie<=90?1:0:(rt=ZR(Ie))!=rt.toLowerCase()?1:rt!=rt.toUpperCase()?2:0;(!pe||1==mt&&G||0==Pe&&0!=mt)&&(n[C]==Ie||i[C]==Ie&&(S=!0)?a[C++]=pe:a.length&&(q=!1)),Pe=mt,pe+=Eu(Ie)}return C==f&&0==a[0]&&q?this.result((S?-200:0)-100,a,e):w==f&&0==I?this.ret(-200-e.length+(F==e.length?0:-100),[0,F]):d>-1?this.ret(-700-e.length,[d,d+this.pattern.length]):w==f?this.ret(-900-e.length,[I,F]):C==f?this.result((S?-200:0)-100-700+(q?0:-1100),a,e):2==n.length?null:this.result((r[0]?-700:0)-200-1100,r,e)}result(e,n,i){let r=[],s=0;for(let a of n){let d=a+(this.astral?Eu(t2(i,a)):1);s&&r[s-1]==a?r[s-1]=d:(r[s++]=a,r[s++]=d)}return this.ret(e-i.length,r)}}class qke{constructor(e){this.pattern=e,this.matched=[],this.score=0,this.folded=e.toLowerCase()}match(e){if(e.lengthSu(t,{activateOnTyping:!0,activateOnCompletion:()=>!1,activateOnTypingDelay:100,selectOnOpen:!0,override:null,closeOnBlur:!0,maxRenderedOptions:100,defaultKeymap:!0,tooltipClass:()=>"",optionClass:()=>"",aboveCursor:!1,icons:!0,addToOptions:[],positionInfo:Kke,filterStrict:!1,compareCompletions:(e,n)=>e.label.localeCompare(n.label),interactionDelay:75,updateSyncTime:100},{defaultKeymap:(e,n)=>e&&n,closeOnBlur:(e,n)=>e&&n,icons:(e,n)=>e&&n,tooltipClass:(e,n)=>i=>pX(e(i),n(i)),optionClass:(e,n)=>i=>pX(e(i),n(i)),addToOptions:(e,n)=>e.concat(n),filterStrict:(e,n)=>e||n})});function pX(t,e){return t?e?t+" "+e:t:e}function Kke(t,e,n,i,r,s){let b,C,a=t.textDirection==Tc.RTL,d=a,f=!1,g="top",S=e.left-r.left,w=r.right-e.right,I=i.right-i.left,F=i.bottom-i.top;if(d&&S=F||pe>e.top?b=n.bottom-e.top:(g="bottom",b=e.bottom-n.top)}return{style:`${g}: ${b/((e.bottom-e.top)/s.offsetHeight)}px; max-width: ${C/((e.right-e.left)/s.offsetWidth)}px`,class:"cm-completionInfo-"+(f?a?"left-narrow":"right-narrow":d?"left":"right")}}function qk(t,e,n){if(t<=n)return{from:0,to:t};if(e<0&&(e=0),e<=t>>1){let r=Math.floor(e/n);return{from:r*n,to:(r+1)*n}}let i=Math.floor((t-e)/n);return{from:t-(i+1)*n,to:t-i*n}}class Zke{constructor(e,n,i){this.view=e,this.stateField=n,this.applyCompletion=i,this.info=null,this.infoDestroy=null,this.placeInfoReq={read:()=>this.measureInfo(),write:f=>this.placeInfo(f),key:this},this.space=null,this.currentClass="";let r=e.state.field(n),{options:s,selected:a}=r.open,d=e.state.facet(s2);this.optionContent=function Qke(t){let e=t.addToOptions.slice();return t.icons&&e.push({render(n){let i=document.createElement("div");return i.classList.add("cm-completionIcon"),n.type&&i.classList.add(...n.type.split(/\s+/g).map(r=>"cm-completionIcon-"+r)),i.setAttribute("aria-hidden","true"),i},position:20}),e.push({render(n,i,r,s){let a=document.createElement("span");a.className="cm-completionLabel";let d=n.displayLabel||n.label,f=0;for(let g=0;gf&&a.appendChild(document.createTextNode(d.slice(f,b)));let S=a.appendChild(document.createElement("span"));S.appendChild(document.createTextNode(d.slice(b,C))),S.className="cm-completionMatchedText",f=C}return fn.position-i.position).map(n=>n.render)}(d),this.optionClass=d.optionClass,this.tooltipClass=d.tooltipClass,this.range=qk(s.length,a,d.maxRenderedOptions),this.dom=document.createElement("div"),this.dom.className="cm-tooltip-autocomplete",this.updateTooltipClass(e.state),this.dom.addEventListener("mousedown",f=>{let{options:g}=e.state.field(n).open;for(let C,b=f.target;b&&b!=this.dom;b=b.parentNode)if("LI"==b.nodeName&&(C=/-(\d+)$/.exec(b.id))&&+C[1]{let g=e.state.field(this.stateField,!1);g&&g.tooltip&&e.state.facet(s2).closeOnBlur&&f.relatedTarget!=e.contentDOM&&e.dispatch({effects:c9.of(null)})}),this.showOptions(s,r.id)}mount(){this.updateSel()}showOptions(e,n){this.list&&this.list.remove(),this.list=this.dom.appendChild(this.createListBox(e,n,this.range)),this.list.addEventListener("scroll",()=>{this.info&&this.view.requestMeasure(this.placeInfoReq)})}update(e){var n;let i=e.state.field(this.stateField),r=e.startState.field(this.stateField);if(this.updateTooltipClass(e.state),i!=r){let{options:s,selected:a,disabled:d}=i.open;(!r.open||r.open.options!=s)&&(this.range=qk(s.length,a,e.state.facet(s2).maxRenderedOptions),this.showOptions(s,i.id)),this.updateSel(),d!=(null===(n=r.open)||void 0===n?void 0:n.disabled)&&this.dom.classList.toggle("cm-tooltip-autocomplete-disabled",!!d)}}updateTooltipClass(e){let n=this.tooltipClass(e);if(n!=this.currentClass){for(let i of this.currentClass.split(" "))i&&this.dom.classList.remove(i);for(let i of n.split(" "))i&&this.dom.classList.add(i);this.currentClass=n}}positioned(e){this.space=e,this.info&&this.view.requestMeasure(this.placeInfoReq)}updateSel(){let e=this.view.state.field(this.stateField),n=e.open;if((n.selected>-1&&n.selected=this.range.to)&&(this.range=qk(n.options.length,n.selected,this.view.state.facet(s2).maxRenderedOptions),this.showOptions(n.options,e.id)),this.updateSelectedOption(n.selected)){this.destroyInfo();let{completion:i}=n.options[n.selected],{info:r}=i;if(!r)return;let s="string"==typeof r?document.createTextNode(r):r(i);if(!s)return;"then"in s?s.then(a=>{a&&this.view.state.field(this.stateField,!1)==e&&this.addInfoPane(a,i)}).catch(a=>X2(this.view.state,a,"completion info")):this.addInfoPane(s,i)}}addInfoPane(e,n){this.destroyInfo();let i=this.info=document.createElement("div");if(i.className="cm-tooltip cm-completionInfo",null!=e.nodeType)i.appendChild(e),this.infoDestroy=null;else{let{dom:r,destroy:s}=e;i.appendChild(r),this.infoDestroy=s||null}this.dom.appendChild(i),this.view.requestMeasure(this.placeInfoReq)}updateSelectedOption(e){let n=null;for(let i=this.list.firstChild,r=this.range.from;i;i=i.nextSibling,r++)"LI"==i.nodeName&&i.id?r==e?i.hasAttribute("aria-selected")||(i.setAttribute("aria-selected","true"),n=i):i.hasAttribute("aria-selected")&&i.removeAttribute("aria-selected"):r--;return n&&function Xke(t,e){let n=t.getBoundingClientRect(),i=e.getBoundingClientRect(),r=n.height/t.offsetHeight;i.topn.bottom&&(t.scrollTop+=(i.bottom-n.bottom)/r)}(this.list,n),n}measureInfo(){let e=this.dom.querySelector("[aria-selected]");if(!e||!this.info)return null;let n=this.dom.getBoundingClientRect(),i=this.info.getBoundingClientRect(),r=e.getBoundingClientRect(),s=this.space;if(!s){let a=this.dom.ownerDocument.defaultView||window;s={left:0,top:0,right:a.innerWidth,bottom:a.innerHeight}}return r.top>Math.min(s.bottom,n.bottom)-10||r.bottomi.from||0==i.from)&&(s=S,"string"!=typeof g&&g.header?r.appendChild(g.header(g)):r.appendChild(document.createElement("completion-section")).textContent=S)}const b=r.appendChild(document.createElement("li"));b.id=n+"-"+a,b.setAttribute("role","option");let C=this.optionClass(d);C&&(b.className=C);for(let S of this.optionContent){let w=S(d,this.view.state,this.view,f);w&&b.appendChild(w)}}return i.from&&r.classList.add("cm-completionListIncompleteTop"),i.tonew Zke(n,t,e)}function mX(t){return 100*(t.boost||0)+(t.apply?10:0)+(t.info?5:0)+(t.type?1:0)}class Y_{constructor(e,n,i,r,s,a){this.options=e,this.attrs=n,this.tooltip=i,this.timestamp=r,this.selected=s,this.disabled=a}setSelected(e,n){return e==this.selected||e>=this.options.length?this:new Y_(this.options,gX(n,e),this.tooltip,this.timestamp,e,this.disabled)}static build(e,n,i,r,s){let a=function eLe(t,e){let n=[],i=null,r=g=>{n.push(g);let{section:b}=g.completion;if(b){i||(i=[]);let C="string"==typeof b?b:b.name;i.some(S=>S.name==C)||i.push("string"==typeof b?{name:C}:b)}},s=e.facet(s2);for(let g of t)if(g.hasResult()){let b=g.result.getMatch;if(!1===g.result.filter)for(let C of g.result.options)r(new uX(C,g.source,b?b(C):[],1e9-n.length));else{let S,C=e.sliceDoc(g.from,g.to),w=s.filterStrict?new qke(C):new Wke(C);for(let I of g.result.options)if(S=w.match(I.label)){let F=I.displayLabel?b?b(I,S.matched):[]:S.matched;r(new uX(I,g.source,F,S.score+(I.boost||0)))}}}if(i){let g=Object.create(null),b=0,C=(S,w)=>{var I,F;return(null!==(I=S.rank)&&void 0!==I?I:1e9)-(null!==(F=w.rank)&&void 0!==F?F:1e9)||(S.nameC.score-b.score||f(b.completion,C.completion))){let b=g.completion;!d||d.label!=b.label||d.detail!=b.detail||null!=d.type&&null!=b.type&&d.type!=b.type||d.apply!=b.apply||d.boost!=b.boost?a.push(g):mX(g.completion)>mX(d)&&(a[a.length-1]=g),d=g.completion}return a}(e,n);if(!a.length)return r&&e.some(f=>1==f.state)?new Y_(r.options,r.attrs,r.tooltip,r.timestamp,r.selected,!0):null;let d=n.facet(s2).selectOnOpen?0:-1;if(r&&r.selected!=d&&-1!=r.selected){let f=r.options[r.selected].completion;for(let g=0;gg.hasResult()?Math.min(f,g.from):f,1e8),create:oLe,above:s.aboveCursor},r?r.timestamp:Date.now(),d,!1)}map(e){return new Y_(this.options,this.attrs,Object.assign(Object.assign({},this.tooltip),{pos:e.mapPos(this.tooltip.pos)}),this.timestamp,this.selected,this.disabled)}}class mw{constructor(e,n,i){this.active=e,this.id=n,this.open=i}static start(){return new mw(iLe,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(e){let{state:n}=e,i=n.facet(s2),s=(i.override||n.languageDataAt("autocomplete",S4(n)).map(Yke)).map(d=>(this.active.find(g=>g.source==d)||new td(d,this.active.some(g=>0!=g.state)?1:0)).update(e,i));s.length==this.active.length&&s.every((d,f)=>d==this.active[f])&&(s=this.active);let a=this.open;a&&e.docChanged&&(a=a.map(e.changes)),e.selection||s.some(d=>d.hasResult()&&e.changes.touchesRange(d.from,d.to))||!function tLe(t,e){if(t==e)return!0;for(let n=0,i=0;;){for(;n1==d.state)&&(a=null),!a&&s.every(d=>1!=d.state)&&s.some(d=>d.hasResult())&&(s=s.map(d=>d.hasResult()?new td(d.source,0):d));for(let d of e.effects)d.is(Qk)&&(a=a&&a.setSelected(d.value,this.id));return s==this.active&&a==this.open?this:new mw(s,this.id,a)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:nLe}}const nLe={"aria-autocomplete":"list"};function gX(t,e){let n={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":t};return e>-1&&(n["aria-activedescendant"]=t+"-"+e),n}const iLe=[];function Kk(t,e){if(t.isUserEvent("input.complete")){let n=t.annotation(Wk);if(n&&e.activateOnCompletion(n))return"input"}return t.isUserEvent("input.type")?"input":t.isUserEvent("delete.backward")?"delete":null}class td{constructor(e,n,i=-1){this.source=e,this.state=n,this.explicitPos=i}hasResult(){return!1}update(e,n){let i=Kk(e,n),r=this;i?r=r.handleUserEvent(e,i,n):e.docChanged?r=r.handleChange(e):e.selection&&0!=r.state&&(r=new td(r.source,0));for(let s of e.effects)if(s.is(pw))r=new td(r.source,1,s.value?S4(e.state):-1);else if(s.is(c9))r=new td(r.source,0);else if(s.is(_X))for(let a of s.value)a.source==r.source&&(r=a);return r}handleUserEvent(e,n,i){return"delete"!=n&&i.activateOnTyping?new td(this.source,1):this.map(e.changes)}handleChange(e){return e.changes.touchesRange(S4(e.startState))?new td(this.source,0):this.map(e.changes)}map(e){return e.empty||this.explicitPos<0?this:new td(this.source,this.state,e.mapPos(this.explicitPos))}}class W_ extends td{constructor(e,n,i,r,s){super(e,2,n),this.result=i,this.from=r,this.to=s}hasResult(){return!0}handleUserEvent(e,n,i){var r;let s=this.result;s.map&&!e.changes.empty&&(s=s.map(s,e.changes));let a=e.changes.mapPos(this.from),d=e.changes.mapPos(this.to,1),f=S4(e.state);if((this.explicitPos<0?f<=a:fd||!s||"delete"==n&&S4(e.startState)==this.from)return new td(this.source,"input"==n&&i.activateOnTyping?1:0);let g=this.explicitPos<0?-1:e.changes.mapPos(this.explicitPos);return function rLe(t,e,n,i){if(!t)return!1;let r=e.sliceDoc(n,i);return"function"==typeof t?t(r,n,i,e):fX(t,!0).test(r)}(s.validFor,e.state,a,d)?new W_(this.source,g,s,a,d):s.update&&(s=s.update(s,a,d,new lX(e.state,f,g>=0)))?new W_(this.source,g,s,s.from,null!==(r=s.to)&&void 0!==r?r:S4(e.state)):new td(this.source,1,g)}handleChange(e){return e.changes.touchesRange(this.from,this.to)?new td(this.source,0):this.map(e.changes)}map(e){return e.empty?this:(this.result.map?this.result.map(this.result,e):this.result)?new W_(this.source,this.explicitPos<0?-1:e.mapPos(this.explicitPos),this.result,e.mapPos(this.from),e.mapPos(this.to,1)):new td(this.source,0)}}const _X=fa.define({map:(t,e)=>t.map(n=>n.map(e))}),Qk=fa.define(),H1=c1.define({create:()=>mw.start(),update:(t,e)=>t.update(e),provide:t=>[CT.from(t,e=>e.tooltip),qo.contentAttributes.from(t,e=>e.attrs)]});function Zk(t,e){const n=e.completion.apply||e.completion.label;let i=t.state.field(H1).active.find(r=>r.source==e.source);return i instanceof W_&&("string"==typeof n?t.dispatch(Object.assign(Object.assign({},function Gke(t,e,n,i){let{main:r}=t.selection,s=n-r.from,a=i-r.from;return Object.assign(Object.assign({},t.changeByRange(d=>d!=r&&n!=i&&t.sliceDoc(d.from+s,d.from+a)!=t.sliceDoc(n,i)?{range:d}:{changes:{from:d.from+s,to:i==r.from?d.to:d.from+a,insert:e},range:Ii.cursor(d.from+s+e.length)})),{scrollIntoView:!0,userEvent:"input.complete"})}(t.state,n,i.from,i.to)),{annotations:Wk.of(e.completion)})):n(t,e.completion,i.from,i.to),!0)}const oLe=Jke(H1,Zk);function gw(t,e="option"){return n=>{let i=n.state.field(H1,!1);if(!i||!i.open||i.open.disabled||Date.now()-i.open.timestamp-1?i.open.selected+r*(t?1:-1):t?0:a-1;return d<0?d="page"==e?0:a-1:d>=a&&(d="page"==e?a-1:0),n.dispatch({effects:Qk.of(d)}),!0}}class lLe{constructor(e,n){this.active=e,this.context=n,this.time=Date.now(),this.updates=[],this.done=void 0}}const fLe=Nc.fromClass(class{constructor(t){this.view=t,this.debounceUpdate=-1,this.running=[],this.debounceAccept=-1,this.pendingStart=!1,this.composing=0;for(let e of t.state.field(H1).active)1==e.state&&this.startQuery(e)}update(t){let e=t.state.field(H1),n=t.state.facet(s2);if(!t.selectionSet&&!t.docChanged&&t.startState.field(H1)==e)return;let i=t.transactions.some(s=>(s.selection||s.docChanged)&&!Kk(s,n));for(let s=0;s50&&Date.now()-a.time>1e3){for(let d of a.context.abortListeners)try{d()}catch(f){X2(this.view.state,f)}a.context.abortListeners=null,this.running.splice(s--,1)}else a.updates.push(...t.transactions)}this.debounceUpdate>-1&&clearTimeout(this.debounceUpdate),t.transactions.some(s=>s.effects.some(a=>a.is(pw)))&&(this.pendingStart=!0);let r=this.pendingStart?50:n.activateOnTypingDelay;if(this.debounceUpdate=e.active.some(s=>1==s.state&&!this.running.some(a=>a.active.source==s.source))?setTimeout(()=>this.startUpdate(),r):-1,0!=this.composing)for(let s of t.transactions)"input"==Kk(s,n)?this.composing=2:2==this.composing&&s.selection&&(this.composing=3)}startUpdate(){this.debounceUpdate=-1,this.pendingStart=!1;let{state:t}=this.view,e=t.field(H1);for(let n of e.active)1==n.state&&!this.running.some(i=>i.active.source==n.source)&&this.startQuery(n)}startQuery(t){let{state:e}=this.view,n=S4(e),i=new lX(e,n,t.explicitPos==n),r=new lLe(t,i);this.running.push(r),Promise.resolve(t.source(i)).then(s=>{r.context.aborted||(r.done=s||null,this.scheduleAccept())},s=>{this.view.dispatch({effects:c9.of(null)}),X2(this.view.state,s)})}scheduleAccept(){this.running.every(t=>void 0!==t.done)?this.accept():this.debounceAccept<0&&(this.debounceAccept=setTimeout(()=>this.accept(),this.view.state.facet(s2).updateSyncTime))}accept(){var t;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let e=[],n=this.view.state.facet(s2);for(let i=0;ia.source==r.active.source);if(s&&1==s.state)if(null==r.done){let a=new td(r.active.source,0);for(let d of r.updates)a=a.update(d,n);1!=a.state&&e.push(a)}else this.startQuery(s)}e.length&&this.view.dispatch({effects:_X.of(e)})}},{eventHandlers:{blur(t){let e=this.view.state.field(H1,!1);if(e&&e.tooltip&&this.view.state.facet(s2).closeOnBlur){let n=e.open&&LQ(this.view,e.open.tooltip);(!n||!n.dom.contains(t.relatedTarget))&&setTimeout(()=>this.view.dispatch({effects:c9.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout(()=>this.view.dispatch({effects:pw.of(!1)}),20),this.composing=0}}}),hLe="object"==typeof navigator&&/Win/.test(navigator.platform),pLe=v3.highest(qo.domEventHandlers({keydown(t,e){let n=e.state.field(H1,!1);if(!n||!n.open||n.open.disabled||n.open.selected<0||t.key.length>1||t.ctrlKey&&(!hLe||!t.altKey)||t.metaKey)return!1;let i=n.open.options[n.open.selected],r=n.active.find(a=>a.source==i.source),s=i.completion.commitCharacters||r.result.commitCharacters;return s&&s.indexOf(t.key)>-1&&Zk(e,i),!1}})),vX=qo.baseTheme({".cm-tooltip.cm-tooltip-autocomplete":{"& > ul":{fontFamily:"monospace",whiteSpace:"nowrap",overflow:"hidden auto",maxWidth_fallback:"700px",maxWidth:"min(700px, 95vw)",minWidth:"250px",maxHeight:"10em",height:"100%",listStyle:"none",margin:0,padding:0,"& > li, & > completion-section":{padding:"1px 3px",lineHeight:1.2},"& > li":{overflowX:"hidden",textOverflow:"ellipsis",cursor:"pointer"},"& > completion-section":{display:"list-item",borderBottom:"1px solid silver",paddingLeft:"0.5em",opacity:.7}}},"&light .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#17c",color:"white"},"&light .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#777"},"&dark .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#347",color:"white"},"&dark .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#444"},".cm-completionListIncompleteTop:before, .cm-completionListIncompleteBottom:after":{content:'"\xb7\xb7\xb7"',opacity:.5,display:"block",textAlign:"center"},".cm-tooltip.cm-completionInfo":{position:"absolute",padding:"3px 9px",width:"max-content",maxWidth:"400px",boxSizing:"border-box"},".cm-completionInfo.cm-completionInfo-left":{right:"100%"},".cm-completionInfo.cm-completionInfo-right":{left:"100%"},".cm-completionInfo.cm-completionInfo-left-narrow":{right:"30px"},".cm-completionInfo.cm-completionInfo-right-narrow":{left:"30px"},"&light .cm-snippetField":{backgroundColor:"#00000022"},"&dark .cm-snippetField":{backgroundColor:"#ffffff22"},".cm-snippetFieldPosition":{verticalAlign:"text-top",width:0,height:"1.15em",display:"inline-block",margin:"0 -0.7px -.7em",borderLeft:"1.4px dotted #888"},".cm-completionMatchedText":{textDecoration:"underline"},".cm-completionDetail":{marginLeft:"0.5em",fontStyle:"italic"},".cm-completionIcon":{fontSize:"90%",width:".8em",display:"inline-block",textAlign:"center",paddingRight:".6em",opacity:"0.6",boxSizing:"content-box"},".cm-completionIcon-function, .cm-completionIcon-method":{"&:after":{content:"'\u0192'"}},".cm-completionIcon-class":{"&:after":{content:"'\u25cb'"}},".cm-completionIcon-interface":{"&:after":{content:"'\u25cc'"}},".cm-completionIcon-variable":{"&:after":{content:"'\u{1d465}'"}},".cm-completionIcon-constant":{"&:after":{content:"'\u{1d436}'"}},".cm-completionIcon-type":{"&:after":{content:"'\u{1d461}'"}},".cm-completionIcon-enum":{"&:after":{content:"'\u222a'"}},".cm-completionIcon-property":{"&:after":{content:"'\u25a1'"}},".cm-completionIcon-keyword":{"&:after":{content:"'\u{1f511}\ufe0e'"}},".cm-completionIcon-namespace":{"&:after":{content:"'\u25a2'"}},".cm-completionIcon-text":{"&:after":{content:"'abc'",fontSize:"50%",verticalAlign:"middle"}}}),d9={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},Nm=fa.define({map:(t,e)=>e.mapPos(t,-1,Z2.TrackAfter)??void 0}),tL=new class extends Sm{};tL.startSide=1,tL.endSide=-1;const TX=c1.define({create:()=>tl.empty,update(t,e){if(t=t.map(e.changes),e.selection){let n=e.state.doc.lineAt(e.selection.main.head);t=t.update({filter:i=>i>=n.from&&i<=n.to})}for(let n of e.effects)n.is(Nm)&&(t=t.update({add:[tL.range(n.value,n.value+1)]}));return t}}),nL="()[]{}<>";function wX(t){for(let e=0;e<8;e+=2)if(nL.charCodeAt(e)==t)return nL.charAt(e+1);return ZR(t<128?t:t+1)}function MX(t,e){return t.languageDataAt("closeBrackets",e)[0]||d9}const DLe="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),OLe=qo.inputHandler.of((t,e,n,i)=>{if((DLe?t.composing:t.compositionStarted)||t.state.readOnly)return!1;let r=t.state.selection.main;if(i.length>2||2==i.length&&1==Eu(t2(i,0))||e!=r.from||n!=r.to)return!1;let s=function RLe(t,e){let n=MX(t,t.selection.main.head),i=n.brackets||d9.brackets;for(let r of i){let s=wX(t2(r,0));if(e==r)return s==r?PLe(t,r,i.indexOf(r+r+r)>-1,n):kLe(t,r,s,n.before||d9.before);if(e==s&&AX(t,t.selection.main.from))return LLe(t,0,s)}return null}(t.state,i);return!!s&&(t.dispatch(s),!0)}),ILe=[{key:"Backspace",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=MX(t,t.selection.main.head).brackets||d9.brackets,r=null,s=t.changeByRange(a=>{if(a.empty){let d=function NLe(t,e){let n=t.sliceString(e-2,e);return Eu(t2(n,0))==n.length?n:n.slice(1)}(t.doc,a.head);for(let f of i)if(f==d&&_w(t.doc,a.head)==wX(t2(f,0)))return{changes:{from:a.head-f.length,to:a.head+f.length},range:Ii.cursor(a.head-f.length)}}return{range:r=a}});return r||e(t.update(s,{scrollIntoView:!0,userEvent:"delete.backward"})),!r}}];function AX(t,e){let n=!1;return t.field(TX).between(0,t.doc.length,i=>{i==e&&(n=!0)}),n}function _w(t,e){let n=t.sliceString(e,e+2);return n.slice(0,Eu(t2(n,0)))}function kLe(t,e,n,i){let r=null,s=t.changeByRange(a=>{if(!a.empty)return{changes:[{insert:e,from:a.from},{insert:n,from:a.to}],effects:Nm.of(a.to+e.length),range:Ii.range(a.anchor+e.length,a.head+e.length)};let d=_w(t.doc,a.head);return!d||/\s/.test(d)||i.indexOf(d)>-1?{changes:{insert:e+n,from:a.head},effects:Nm.of(a.head+e.length),range:Ii.cursor(a.head+e.length)}:{range:r=a}});return r?null:t.update(s,{scrollIntoView:!0,userEvent:"input.type"})}function LLe(t,e,n){let i=null,r=t.changeByRange(s=>s.empty&&_w(t.doc,s.head)==n?{changes:{from:s.head,to:s.head+n.length,insert:n},range:Ii.cursor(s.head+n.length)}:i={range:s});return i?null:t.update(r,{scrollIntoView:!0,userEvent:"input.type"})}function PLe(t,e,n,i){let r=i.stringPrefixes||d9.stringPrefixes,s=null,a=t.changeByRange(d=>{if(!d.empty)return{changes:[{insert:e,from:d.from},{insert:e,from:d.to}],effects:Nm.of(d.to+e.length),range:Ii.range(d.anchor+e.length,d.head+e.length)};let b,f=d.head,g=_w(t.doc,f);if(g==e){if(DX(t,f))return{changes:{insert:e+e,from:f},effects:Nm.of(f+e.length),range:Ii.cursor(f+e.length)};if(AX(t,f)){let S=n&&t.sliceDoc(f,f+3*e.length)==e+e+e?e+e+e:e;return{changes:{from:f,to:f+S.length,insert:S},range:Ii.cursor(f+S.length)}}}else{if(n&&t.sliceDoc(f-2*e.length,f)==e+e&&(b=OX(t,f-2*e.length,r))>-1&&DX(t,b))return{changes:{insert:e+e+e+e,from:f},effects:Nm.of(f+e.length),range:Ii.cursor(f+e.length)};if(t.charCategorizer(f)(g)!=el.Word&&OX(t,f,r)>-1&&!function VLe(t,e,n,i){let r=l1(t).resolveInner(e,-1),s=i.reduce((a,d)=>Math.max(a,d.length),0);for(let a=0;a<5;a++){let d=t.sliceDoc(r.from,Math.min(r.to,r.from+n.length+s)),f=d.indexOf(n);if(!f||f>-1&&i.indexOf(d.slice(0,f))>-1){let b=r.firstChild;for(;b&&b.from==r.from&&b.to-b.from>n.length+f;){if(t.sliceDoc(b.to-n.length,b.to)==n)return!1;b=b.firstChild}return!0}let g=r.to==e&&r.parent;if(!g)break;r=g}return!1}(t,f,e,r))return{changes:{insert:e+e,from:f},effects:Nm.of(f+e.length),range:Ii.cursor(f+e.length)}}return{range:s=d}});return s?null:t.update(a,{scrollIntoView:!0,userEvent:"input.type"})}function DX(t,e){let n=l1(t).resolveInner(e+1);return n.parent&&n.from==e}function OX(t,e,n){let i=t.charCategorizer(e);if(i(t.sliceDoc(e-1,e))!=el.Word)return e;for(let r of n){let s=e-r.length;if(t.sliceDoc(s,e)==r&&i(t.sliceDoc(s-1,s))!=el.Word)return s}return-1}function FLe(t={}){return[pLe,H1,s2.of(t),fLe,HLe,vX]}const IX=[{key:"Ctrl-Space",run:t=>!!t.state.field(H1,!1)&&(t.dispatch({effects:pw.of(!0)}),!0)},{key:"Escape",run:t=>{let e=t.state.field(H1,!1);return!(!e||!e.active.some(n=>0!=n.state)||(t.dispatch({effects:c9.of(null)}),0))}},{key:"ArrowDown",run:gw(!0)},{key:"ArrowUp",run:gw(!1)},{key:"PageDown",run:gw(!0,"page")},{key:"PageUp",run:gw(!1,"page")},{key:"Enter",run:t=>{let e=t.state.field(H1,!1);return!(t.state.readOnly||!e||!e.open||e.open.selected<0||e.open.disabled||Date.now()-e.open.timestampt.facet(s2).defaultKeymap?[IX]:[]));function iL(t){return t.doc.lineAt(t.selection.main.head)}function NX(t,e){let n=0;e:for(let i=0;iSu(t,{highlightActiveBlock:!0,hideFirstIndent:!1,markerType:"fullScope",thickness:1})});class BLe{constructor(e,n,i,r){this.lines=e,this.state=n,this.map=new Map,this.unitWidth=i,this.markerType=r;for(const s of this.lines)this.add(s);this.state.facet(vw).highlightActiveBlock&&this.findAndSetActiveLines()}has(e){return this.map.has("number"==typeof e?e:e.number)}get(e){const n=this.map.get("number"==typeof e?e:e.number);if(!n)throw new Error("Line not found in indentation map");return n}set(e,n,i){const r=!e.text.trim().length,s={line:e,col:n,level:i,empty:r};return this.map.set(s.line.number,s),s}add(e){if(this.has(e))return this.get(e);if(!e.length||!e.text.trim().length){if(1===e.number)return this.set(e,0,0);if(e.number===this.state.doc.lines){const a=this.closestNonEmpty(e,-1);return this.set(e,0,a.level)}const r=this.closestNonEmpty(e,-1),s=this.closestNonEmpty(e,1);return this.set(e,0,r.level>=s.level&&"codeOnly"!==this.markerType?r.level:r.empty&&0===r.level&&0!==s.level?0:s.level>r.level?r.level+1:s.level)}const n=NX(e.text,this.state.tabSize),i=Math.floor(n/this.unitWidth);return this.set(e,n,i)}closestNonEmpty(e,n){let i=e.number+n;for(;-1===n?i>=1:i<=this.state.doc.lines;){if(this.has(i)){const a=this.get(i);if(!a.empty)return a}const s=this.state.doc.line(i);if(s.text.trim().length){const a=NX(s.text,this.state.tabSize),d=Math.floor(a/this.unitWidth);return this.set(s,a,d)}i+=n}const r=this.state.doc.line(-1===n?1:this.state.doc.lines);return this.set(r,0,0)}findAndSetActiveLines(){const e=iL(this.state);if(!this.has(e))return;let i,r,n=this.get(e);if(this.has(n.line.number+1)){const s=this.get(n.line.number+1);s.level>n.level&&(n=s)}if(this.has(n.line.number-1)){const s=this.get(n.line.number-1);s.level>n.level&&(n=s)}if(0!==n.level){for(n.active=n.level,i=n.line.number;i>1;i--){if(!this.has(i-1))continue;const s=this.get(i-1);if(s.level0&&d.push(bw("--indent-marker-bg-color",i,e,a,f)),d.push(bw("--indent-marker-active-bg-color",i,e,s-1,1)),s!==r&&d.push(bw("--indent-marker-bg-color",i,e,s,r-s))}else d.push(bw("--indent-marker-bg-color",i,e,a,r-a));return d.join(",")}class $Le{constructor(e){this.view=e,this.unitWidth=df(e.state),this.currentLineNumber=iL(e.state).number,this.generate(e.state)}update(e){const n=df(e.state),i=n!==this.unitWidth;i&&(this.unitWidth=n);const r=iL(e.state).number,s=r!==this.currentLineNumber;this.currentLineNumber=r;const a=e.state.facet(vw).highlightActiveBlock&&s;(e.docChanged||e.viewportChanged||i||a)&&this.generate(e.state)}generate(e){const n=new af,i=function zLe(t,e=t.state){const n=new Set;for(const{from:i,to:r}of t.visibleRanges){let s=i;for(;s<=r;){const a=e.doc.lineAt(s);n.has(a)||n.add(a),s=a.to+1}}return n}(this.view,e),{hideFirstIndent:r,markerType:s,thickness:a}=e.facet(vw),d=new BLe(i,e,this.unitWidth,s);for(const f of i){const g=d.get(f.number);if(!g?.level)continue;const b=jLe(g,this.unitWidth,r,a);n.add(f.from,f.from,go.line({class:"cm-indent-markers",attributes:{style:`--indent-markers: ${b}`}}))}this.decorations=n.finish()}}function GLe(t={}){return[vw.of(t),ULe(t.colors),Nc.fromClass($Le,{decorations:e=>e.decorations})]}const WLe=[Nc.fromClass(class YLe{constructor(e){this.view=e,this.indentUnit=df(e.state),this.initialPaddingLeft=null,this.isChrome=window?.navigator.userAgent.includes("Chrome"),this.generate(e.state)}update(e){const n=df(e.state);(n!==this.indentUnit||e.docChanged||e.viewportChanged)&&(this.indentUnit=n,this.generate(e.state))}generate(e){const n=new af;this.initialPaddingLeft?this.addStyleToBuilder(n,e,this.initialPaddingLeft):this.view.requestMeasure({read:i=>{const r=i.contentDOM.querySelector(".cm-line");r&&(this.initialPaddingLeft=window.getComputedStyle(r).getPropertyValue("padding-left"),this.addStyleToBuilder(n,i.state,this.initialPaddingLeft)),this.decorations=n.finish()}}),this.decorations=n.finish()}addStyleToBuilder(e,n,i){const r=this.getVisibleLines(n);for(const s of r){const{numColumns:a,containsTab:d}=this.numColumns(s.text,n.tabSize);e.add(s.from,s.from,go.line({attributes:{style:`padding-left: calc(${a+this.indentUnit}ch + ${i}); text-indent: ${this.isChrome?`calc(-${a+this.indentUnit}ch - ${d?1:0}px)`:`-${a+this.indentUnit}ch`};`}}))}}getVisibleLines(e){const n=new Set;let i=null;for(const{from:r,to:s}of this.view.visibleRanges){let a=r;for(;a<=s;){const d=e.doc.lineAt(a);i!==d&&(n.add(d),i=d),a=d.to+1}}return n}numColumns(e,n){let i=0,r=!1;e:for(let s=0;st.decorations})];_(8495),_(6458);var KLe=["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment"],QLe=["mainAxis","crossAxis","limiter"];function kX(t,e){if(null==t)return{};var n,i,r=function(a,d){if(null==a)return{};var f,g,b={},C=Object.keys(a);for(g=0;g=0||(b[f]=a[f]);return b}(t,e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}function km(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=Cw(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var i=0,r=function(){};return{s:r,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(f){throw f},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s,a=!0,d=!1;return{s:function(){n=n.call(t)},n:function(){var f=n.next();return a=f.done,f},e:function(f){d=!0,s=f},f:function(){try{a||null==n.return||n.return()}finally{if(d)throw s}}}}function Ri(){Ri=function(){return e};var t,e={},n=Object.prototype,i=n.hasOwnProperty,r=Object.defineProperty||function(Zt,jt,at){Zt[jt]=at.value},s="function"==typeof Symbol?Symbol:{},a=s.iterator||"@@iterator",d=s.asyncIterator||"@@asyncIterator",f=s.toStringTag||"@@toStringTag";function g(Zt,jt,at){return Object.defineProperty(Zt,jt,{value:at,enumerable:!0,configurable:!0,writable:!0}),Zt[jt]}try{g({},"")}catch{g=function(jt,at,ht){return jt[at]=ht}}function b(Zt,jt,at,ht){var hn=Object.create((jt&&jt.prototype instanceof q?jt:q).prototype),Yn=new vt(ht||[]);return r(hn,"_invoke",{value:Nt(Zt,at,Yn)}),hn}function C(Zt,jt,at){try{return{type:"normal",arg:Zt.call(jt,at)}}catch(ht){return{type:"throw",arg:ht}}}e.wrap=b;var S="suspendedStart",w="suspendedYield",I="executing",F="completed",G={};function q(){}function pe(){}function me(){}var Pe={};g(Pe,a,function(){return this});var Ie=Object.getPrototypeOf,rt=Ie&&Ie(Ie(Xt([])));rt&&rt!==n&&i.call(rt,a)&&(Pe=rt);var mt=me.prototype=q.prototype=Object.create(Pe);function Pt(Zt){["next","throw","return"].forEach(function(jt){g(Zt,jt,function(at){return this._invoke(jt,at)})})}function qt(Zt,jt){function at(Et,hn,Yn,bn){var sn=C(Zt[Et],Zt,hn);if("throw"!==sn.type){var Un=sn.arg,An=Un.value;return An&&"object"==Mc(An)&&i.call(An,"__await")?jt.resolve(An.__await).then(function(un){at("next",un,Yn,bn)},function(un){at("throw",un,Yn,bn)}):jt.resolve(An).then(function(un){Un.value=un,Yn(Un)},function(un){return at("throw",un,Yn,bn)})}bn(sn.arg)}var ht;r(this,"_invoke",{value:function(Et,hn){function Yn(){return new jt(function(bn,sn){at(Et,hn,bn,sn)})}return ht=ht?ht.then(Yn,Yn):Yn()}})}function Nt(Zt,jt,at){var ht=S;return function(Et,hn){if(ht===I)throw Error("Generator is already running");if(ht===F){if("throw"===Et)throw hn;return{value:t,done:!0}}for(at.method=Et,at.arg=hn;;){var Yn=at.delegate;if(Yn){var bn=on(Yn,at);if(bn){if(bn===G)continue;return bn}}if("next"===at.method)at.sent=at._sent=at.arg;else if("throw"===at.method){if(ht===S)throw ht=F,at.arg;at.dispatchException(at.arg)}else"return"===at.method&&at.abrupt("return",at.arg);ht=I;var sn=C(Zt,jt,at);if("normal"===sn.type){if(ht=at.done?F:w,sn.arg===G)continue;return{value:sn.arg,done:at.done}}"throw"===sn.type&&(ht=F,at.method="throw",at.arg=sn.arg)}}}function on(Zt,jt){var at=jt.method,ht=Zt.iterator[at];if(ht===t)return jt.delegate=null,"throw"===at&&Zt.iterator.return&&(jt.method="return",jt.arg=t,on(Zt,jt),"throw"===jt.method)||"return"!==at&&(jt.method="throw",jt.arg=new TypeError("The iterator does not provide a '"+at+"' method")),G;var Et=C(ht,Zt.iterator,jt.arg);if("throw"===Et.type)return jt.method="throw",jt.arg=Et.arg,jt.delegate=null,G;var hn=Et.arg;return hn?hn.done?(jt[Zt.resultName]=hn.value,jt.next=Zt.nextLoc,"return"!==jt.method&&(jt.method="next",jt.arg=t),jt.delegate=null,G):hn:(jt.method="throw",jt.arg=new TypeError("iterator result is not an object"),jt.delegate=null,G)}function At(Zt){var jt={tryLoc:Zt[0]};1 in Zt&&(jt.catchLoc=Zt[1]),2 in Zt&&(jt.finallyLoc=Zt[2],jt.afterLoc=Zt[3]),this.tryEntries.push(jt)}function Lt(Zt){var jt=Zt.completion||{};jt.type="normal",delete jt.arg,Zt.completion=jt}function vt(Zt){this.tryEntries=[{tryLoc:"root"}],Zt.forEach(At,this),this.reset(!0)}function Xt(Zt){if(Zt||""===Zt){var jt=Zt[a];if(jt)return jt.call(Zt);if("function"==typeof Zt.next)return Zt;if(!isNaN(Zt.length)){var at=-1,ht=function Et(){for(;++at=0;--ht){var Et=this.tryEntries[ht],hn=Et.completion;if("root"===Et.tryLoc)return at("end");if(Et.tryLoc<=this.prev){var Yn=i.call(Et,"catchLoc"),bn=i.call(Et,"finallyLoc");if(Yn&&bn){if(this.prev=0;--at){var ht=this.tryEntries[at];if(ht.tryLoc<=this.prev&&i.call(ht,"finallyLoc")&&this.prev=0;--jt){var at=this.tryEntries[jt];if(at.finallyLoc===Zt)return this.complete(at.completion,at.afterLoc),Lt(at),G}},catch:function(Zt){for(var jt=this.tryEntries.length-1;jt>=0;--jt){var at=this.tryEntries[jt];if(at.tryLoc===Zt){var ht=at.completion;if("throw"===ht.type){var Et=ht.arg;Lt(at)}return Et}}throw Error("illegal catch attempt")},delegateYield:function(Zt,jt,at){return this.delegate={iterator:Xt(Zt),resultName:jt,nextLoc:at},"next"===this.method&&(this.arg=t),G}},e}function LX(t,e,n,i,r,s,a){try{var d=t[s](a),f=d.value}catch(g){return void n(g)}d.done?e(f):Promise.resolve(f).then(i,r)}function Ao(t){return function(){var e=this,n=arguments;return new Promise(function(i,r){var s=t.apply(e,n);function a(f){LX(s,i,r,a,d,"next",f)}function d(f){LX(s,i,r,a,d,"throw",f)}a(void 0)})}}function $o(t,e){return VX(t)||function(n,i){var r=null==n?null:typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(null!=r){var s,a,d,f,g=[],b=!0,C=!1;try{if(d=(r=r.call(n)).next,0===i){if(Object(r)!==r)return;b=!1}else for(;!(b=(s=d.call(r)).done)&&(g.push(s.value),g.length!==i);b=!0);}catch(S){C=!0,a=S}finally{try{if(!b&&null!=r.return&&(f=r.return(),Object(f)!==f))return}finally{if(C)throw a}}return g}}(t,e)||Cw(t,e)||PX()}function PX(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function VX(t){if(Array.isArray(t))return t}function io(t,e,n){return e=yw(e),function(i,r){if(r&&("object"===Mc(r)||"function"==typeof r))return r;if(void 0!==r)throw new TypeError("Derived constructors may only return object or undefined");return function(s){if(void 0===s)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return s}(i)}(t,FX()?Reflect.construct(e,n||[],yw(t).constructor):e.apply(t,n))}function FX(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(FX=function(){return!!t})()}function yw(t){return(yw=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(t)}function ro(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&rL(t,e)}function rL(t,e){return(rL=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n})(t,e)}function HX(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable})),n.push.apply(n,i)}return n}function In(t){for(var e=1;et.length)&&(e=t.length);for(var n=0,i=new Array(e);n32){for(var e=[],n=t.ctx.length/32,i=0;i2&&void 0!==arguments[2]?arguments[2]:{},i=n.bubbles,s=n.cancelable;return new CustomEvent(t,{detail:e,bubbles:void 0!==i&&i,cancelable:void 0!==s&&s})}function v0(t,e){return new t(e)}var f9,Sw=new Map,lL=0;function eee(t,e,n,i,r,s,a){for(var d=arguments.length>7&&void 0!==arguments[7]?arguments[7]:0,f=16.666/i,g="{\n",b=0;b<=1;b+=f){var C=e+(n-e)*s(b);g+=100*b+"%{".concat(a(C,1-C),"}\n")}var me,Ie,S=g+"100% {".concat(a(n,1-n),"}\n}"),w="__svelte_".concat(function(me){for(var Pe=5381,Ie=me.length;Ie--;)Pe=(Pe<<5)-Pe^me.charCodeAt(Ie);return Pe>>>0}(S),"_").concat(d),I=cL(t),F=Sw.get(I)||(me=I,Ie={stylesheet:JLe(t),rules:{}},Sw.set(me,Ie),Ie),G=F.stylesheet,q=F.rules;q[w]||(q[w]=!0,G.insertRule("@keyframes ".concat(w," ").concat(S),G.cssRules.length));var pe=t.style.animation||"";return t.style.animation="".concat(pe?"".concat(pe,", "):"").concat(w," ").concat(i,"ms linear ").concat(r,"ms 1 both"),lL+=1,w}function h9(t){f9=t}function Q_(){if(!f9)throw new Error("Function called outside component initialization");return f9}function Du(t){Q_().$$.on_mount.push(t)}function Wd(t){Q_().$$.on_destroy.push(t)}function tee(){var t=Q_();return function(e,n){var i=(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).cancelable,s=t.$$.callbacks[e];if(s){var a=XX(e,n,{cancelable:void 0!==i&&i});return s.slice().forEach(function(d){d.call(t,a)}),!a.defaultPrevented}return!0}}function nee(t,e){return Q_().$$.context.set(t,e),e}function B1(t){return Q_().$$.context.get(t)}function xw(t,e){var n=this,i=t.$$.callbacks[e.type];i&&i.slice().forEach(function(r){return r.call(n,e)})}var Z_=[],ys=[],J_=[],dL=[],iee=Promise.resolve(),uL=!1;function ree(){uL||(uL=!0,iee.then(oee))}function Ml(){return ree(),iee}function Pm(t){J_.push(t)}function nd(t){dL.push(t)}var Tw,fL=new Set,X_=0;function oee(){if(0===X_){var t=f9;do{try{for(;X_f.start&&(d=C(f,me),f=null,hL(t,d.b,"start"),Pt&&(b(),g=eee(t,a,d.b,d.duration,0,Ie,s.css))),d&&(Nt>=d.end?(mt(a=d.b,1-a),hL(t,d.b,"end"),f||(d.b?b():--d.group.r||za(d.group.c)),d=null):Nt>=d.start&&(a=d.a+d.d*Ie((Nt-d.start)/d.duration),mt(a,1-a))),!(!d&&!f)},0===u9.size&&sL(KX),new Promise(function(Nt){u9.add({c:I,f:Nt})}))}return{run:function(w){z1(s)?(Tw||(Tw=Promise.resolve()).then(function(){Tw=null}),Tw).then(function(){s=s({direction:w?"in":"out"}),S(w)}):S(w)},end:function(){b(),d=f=null}}}function Ho(t){return void 0!==t?.length?t:Array.from(t)}function iPe(t,e){t.d(1),e.delete(t.key)}function pL(t,e){Ye(t,1,1,function(){e.delete(t.key)})}function Aw(t,e,n,i,r,s,a,d,f,g,b,C){for(var S=t.length,w=s.length,I=S,F={};I--;)F[t[I].key]=I;var G=[],q=new Map,pe=new Map,me=[];I=w;for(var Pe=function(){var Lt=C(r,s,I),vt=n(Lt),Xt=a.get(vt);Xt?i&&me.push(function(){return Xt.p(Lt,e)}):(Xt=g(vt,Lt)).c(),q.set(vt,G[I]=Xt),vt in F&&pe.set(vt,Math.abs(I-F[vt]))};I--;)Pe();var Ie=new Set,rt=new Set;function mt(Lt){ke(Lt,1),Lt.m(d,b),a.set(Lt.key,Lt),b=Lt.first,w--}for(;S&&w;){var Pt=G[w-1],qt=t[S-1],Nt=Pt.key,on=qt.key;Pt===qt?(b=Pt.first,S--,w--):q.has(on)?!a.has(Nt)||Ie.has(Nt)?mt(Pt):rt.has(on)?S--:pe.get(Nt)>pe.get(on)?(rt.add(Nt),mt(Pt)):(Ie.add(on),S--):(f(qt,a),S--)}for(;S--;){var At=t[S];q.has(At.key)||f(At,a)}for(;w;)mt(G[w-1]);return za(me),G}function Ou(t,e){for(var n={},i={},r={$$scope:1},s=t.length;s--;){var a=t[s],d=e[s];if(d){for(var f in a)f in d||(i[f]=1);for(var g in d)r[g]||(n[g]=d[g],r[g]=1);t[s]=d}else for(var b in a)r[b]=1}for(var C in i)C in n||(n[C]=void 0);return n}function Vm(t){return"object"===Mc(t)&&null!==t?t:{}}function id(t,e,n){var i=t.$$.props[e];void 0!==i&&(t.$$.bound[i]=n,n(t.$$.ctx[i]))}function Qn(t){t&&t.c()}function qn(t,e,n){var i=t.$$,r=i.fragment,s=i.after_update;r&&r.m(e,n),Pm(function(){var a,d=t.$$.on_mount.map($X).filter(z1);t.$$.on_destroy?(a=t.$$.on_destroy).push.apply(a,bs(d)):za(d),t.$$.on_mount=[]}),s.forEach(Pm)}function Kn(t,e){var n,i,r,s=t.$$;null!==s.fragment&&(n=s.after_update,i=[],r=[],J_.forEach(function(a){return-1===n.indexOf(a)?i.push(a):r.push(a)}),r.forEach(function(a){return a()}),J_=i,za(s.on_destroy),s.fragment&&s.fragment.d(e),s.on_destroy=s.fragment=null,s.ctx=[])}function oo(t,e,n,i,r,s){var a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:null,d=arguments.length>7&&void 0!==arguments[7]?arguments[7]:[-1],f=f9;h9(t);var g=t.$$={fragment:null,ctx:[],props:s,update:Ai,not_equal:r,bound:GX(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(f?f.$$.context:[])),callbacks:GX(),dirty:d,skip_bound:!1,root:e.target||f.$$.root};a&&a(g.root);var b=!1;if(g.ctx=n?n(t,e.props||{},function(S,w){var F,G,I=!(arguments.length<=2)&&arguments.length-2?arguments.length<=2?void 0:arguments[2]:w;return g.ctx&&r(g.ctx[S],g.ctx[S]=I)&&(!g.skip_bound&&g.bound[S]&&g.bound[S](I),b&&(G=S,-1===(F=t).$$.dirty[0]&&(Z_.push(F),ree(),F.$$.dirty.fill(0)),F.$$.dirty[G/31|0]|=1<1&&void 0!==arguments[1]?arguments[1]:(i=t,null!=(r=function(s){try{if(typeof window<"u"&&void 0!==window.localStorage)return window.localStorage.debug}catch{}}())&&r.endsWith("*")?i.startsWith(r.slice(0,-1)):i===r)))return rPe;var n=function(i){for(var r=0,s=0;s1&&void 0!==arguments[1]?arguments[1]:{},n=e.delay,i=void 0===n?0:n,r=e.duration,s=void 0===r?400:r,a=e.easing,d=void 0===a?jX:a,f=+getComputedStyle(t).opacity;return{delay:i,duration:s,easing:d,css:function(g){return"opacity: ".concat(g*f)}}}var sPe=aL.window;function aPe(t){Fo(t,"svelte-n7cvum",".svelte-n7cvum{box-sizing:border-box}.bg.svelte-n7cvum{position:fixed;z-index:1000;top:0;left:0;display:flex;flex-direction:column;justify-content:center;width:100vw;height:100vh;background:rgba(0, 0, 0, 0.66)}@supports (-webkit-touch-callout: none){}.wrap.svelte-n7cvum{position:relative;margin:2rem;max-height:100%}.window.svelte-n7cvum{position:relative;width:40rem;max-width:100%;max-height:100%;margin:2rem auto;color:black;border-radius:0.5rem;background:white}.content.svelte-n7cvum{position:relative;padding:1rem;max-height:calc(100vh - 4rem);overflow:auto}.close.svelte-n7cvum{display:block;box-sizing:border-box;position:absolute;z-index:1000;top:1rem;right:1rem;margin:0;padding:0;width:1.5rem;height:1.5rem;border:0;color:black;border-radius:1.5rem;background:white;box-shadow:0 0 0 1px black;transition:transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),\n background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);-webkit-appearance:none}.close.svelte-n7cvum:before,.close.svelte-n7cvum:after{content:'';display:block;box-sizing:border-box;position:absolute;top:50%;width:1rem;height:1px;background:black;transform-origin:center;transition:height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),\n background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1)}.close.svelte-n7cvum:before{-webkit-transform:translate(0, -50%) rotate(45deg);-moz-transform:translate(0, -50%) rotate(45deg);transform:translate(0, -50%) rotate(45deg);left:0.25rem}.close.svelte-n7cvum:after{-webkit-transform:translate(0, -50%) rotate(-45deg);-moz-transform:translate(0, -50%) rotate(-45deg);transform:translate(0, -50%) rotate(-45deg);left:0.25rem}.close.svelte-n7cvum:hover{background:black}.close.svelte-n7cvum:hover:before,.close.svelte-n7cvum:hover:after{height:2px;background:white}.close.svelte-n7cvum:focus{border-color:#3399ff;box-shadow:0 0 0 2px #3399ff}.close.svelte-n7cvum:active{transform:scale(0.9)}.close.svelte-n7cvum:hover,.close.svelte-n7cvum:focus,.close.svelte-n7cvum:active{outline:none}")}function aee(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me=t[1].closeButton&&cee(t),Pe=t[2];return Pe&&(a=v0(Pe,{})),{c:function(){e=yt("div"),n=yt("div"),i=yt("div"),me&&me.c(),r=wn(),s=yt("div"),a&&Qn(a.$$.fragment),_e(s,"class",d=Pc(t[1].classContent)+" svelte-n7cvum"),_e(s,"style",t[9]),ii(s,"content",!t[0]),_e(i,"class",f=Pc(t[1].classWindow)+" svelte-n7cvum"),_e(i,"role","dialog"),_e(i,"aria-modal","true"),_e(i,"aria-label",g=t[1].ariaLabelledBy?null:t[1].ariaLabel||null),_e(i,"aria-labelledby",b=t[1].ariaLabelledBy||null),_e(i,"style",t[8]),ii(i,"window",!t[0]),_e(n,"class",S=Pc(t[1].classWindowWrap)+" svelte-n7cvum"),_e(n,"style",t[7]),ii(n,"wrap",!t[0]),_e(e,"aria-hidden","true"),_e(e,"id",w=t[1].id),_e(e,"class",I=Pc(t[1].classBg)+" svelte-n7cvum"),_e(e,"style",t[6]),ii(e,"bg",!t[0])},m:function(Ie,rt){zt(Ie,e,rt),Qe(e,n),Qe(n,i),me&&me.m(i,null),Qe(i,r),Qe(i,s),a&&qn(a,s,null),t[50](i),t[51](n),t[52](e),G=!0,q||(pe=[pi(i,"introstart",function(){z1(t[13])&&t[13].apply(this,arguments)}),pi(i,"outrostart",function(){z1(t[14])&&t[14].apply(this,arguments)}),pi(i,"introend",function(){z1(t[15])&&t[15].apply(this,arguments)}),pi(i,"outroend",function(){z1(t[16])&&t[16].apply(this,arguments)}),pi(e,"mousedown",t[20]),pi(e,"mouseup",t[21])],q=!0)},p:function(Ie,rt){if((t=Ie)[1].closeButton?me?(me.p(t,rt),2&rt[0]&&ke(me,1)):((me=cee(t)).c(),ke(me,1),me.m(i,r)):me&&(Si(),Ye(me,1,1,function(){me=null}),xi()),4&rt[0]&&Pe!==(Pe=t[2])){if(a){Si();var mt=a;Ye(mt.$$.fragment,1,0,function(){Kn(mt,1)}),xi()}Pe?(Qn((a=v0(Pe,{})).$$.fragment),ke(a.$$.fragment,1),qn(a,s,null)):a=null}(!G||2&rt[0]&&d!==(d=Pc(t[1].classContent)+" svelte-n7cvum"))&&_e(s,"class",d),(!G||512&rt[0])&&_e(s,"style",t[9]),(!G||3&rt[0])&&ii(s,"content",!t[0]),(!G||2&rt[0]&&f!==(f=Pc(t[1].classWindow)+" svelte-n7cvum"))&&_e(i,"class",f),(!G||2&rt[0]&&g!==(g=t[1].ariaLabelledBy?null:t[1].ariaLabel||null))&&_e(i,"aria-label",g),(!G||2&rt[0]&&b!==(b=t[1].ariaLabelledBy||null))&&_e(i,"aria-labelledby",b),(!G||256&rt[0])&&_e(i,"style",t[8]),(!G||3&rt[0])&&ii(i,"window",!t[0]),(!G||2&rt[0]&&S!==(S=Pc(t[1].classWindowWrap)+" svelte-n7cvum"))&&_e(n,"class",S),(!G||128&rt[0])&&_e(n,"style",t[7]),(!G||3&rt[0])&&ii(n,"wrap",!t[0]),(!G||2&rt[0]&&w!==(w=t[1].id))&&_e(e,"id",w),(!G||2&rt[0]&&I!==(I=Pc(t[1].classBg)+" svelte-n7cvum"))&&_e(e,"class",I),(!G||64&rt[0])&&_e(e,"style",t[6]),(!G||3&rt[0])&&ii(e,"bg",!t[0])},i:function(Ie){G||(ke(me),a&&ke(a.$$.fragment,Ie),Ie&&Pm(function(){G&&(C||(C=Mw(i,t[12],t[1].transitionWindowProps,!0)),C.run(1))}),Ie&&Pm(function(){G&&(F||(F=Mw(e,t[11],t[1].transitionBgProps,!0)),F.run(1))}),G=!0)},o:function(Ie){Ye(me),a&&Ye(a.$$.fragment,Ie),Ie&&(C||(C=Mw(i,t[12],t[1].transitionWindowProps,!1)),C.run(0)),Ie&&(F||(F=Mw(e,t[11],t[1].transitionBgProps,!1)),F.run(0)),G=!1},d:function(Ie){Ie&&Ft(e),me&&me.d(),a&&Kn(a),t[50](null),Ie&&C&&C.end(),t[51](null),t[52](null),Ie&&F&&F.end(),q=!1,za(pe)}}}function cee(t){var e,n,i,r,s,a=[lPe,cPe],d=[];function f(g,b){return 2&b[0]&&(e=null),null==e&&(e=!!g[17](g[1].closeButton)),e?0:1}return n=f(t,[-1,-1,-1]),i=d[n]=a[n](t),{c:function(){i.c(),r=Gs()},m:function(g,b){d[n].m(g,b),zt(g,r,b),s=!0},p:function(g,b){var C=n;(n=f(g,b))===C?d[n].p(g,b):(Si(),Ye(d[C],1,1,function(){d[C]=null}),xi(),(i=d[n])?i.p(g,b):(i=d[n]=a[n](g)).c(),ke(i,1),i.m(r.parentNode,r))},i:function(g){s||(ke(i),s=!0)},o:function(g){Ye(i),s=!1},d:function(g){g&&Ft(r),d[n].d(g)}}}function cPe(t){var e,n,i,r;return{c:function(){_e(e=yt("button"),"class",n=Pc(t[1].classCloseButton)+" svelte-n7cvum"),_e(e,"aria-label","Close modal"),_e(e,"style",t[10]),_e(e,"type","button"),ii(e,"close",!t[0])},m:function(s,a){zt(s,e,a),i||(r=pi(e,"click",t[18]),i=!0)},p:function(s,a){2&a[0]&&n!==(n=Pc(s[1].classCloseButton)+" svelte-n7cvum")&&_e(e,"class",n),1024&a[0]&&_e(e,"style",s[10]),3&a[0]&&ii(e,"close",!s[0])},i:Ai,o:Ai,d:function(s){s&&Ft(e),i=!1,r()}}}function lPe(t){var e,n,i,r=t[1].closeButton;function s(a,d){return{props:{onClose:a[18]}}}return r&&(e=v0(r,s(t))),{c:function(){e&&Qn(e.$$.fragment),n=Gs()},m:function(a,d){e&&qn(e,a,d),zt(a,n,d),i=!0},p:function(a,d){if(2&d[0]&&r!==(r=a[1].closeButton)){if(e){Si();var f=e;Ye(f.$$.fragment,1,0,function(){Kn(f,1)}),xi()}r?(Qn((e=v0(r,s(a))).$$.fragment),ke(e.$$.fragment,1),qn(e,n.parentNode,n)):e=null}},i:function(a){i||(e&&ke(e.$$.fragment,a),i=!0)},o:function(a){e&&Ye(e.$$.fragment,a),i=!1},d:function(a){a&&Ft(n),e&&Kn(e,a)}}}function dPe(t){var e,n,i,r,s=t[2]&&aee(t),a=t[49].default,d=Uc(a,t,t[48],null);return{c:function(){s&&s.c(),e=wn(),d&&d.c()},m:function(f,g){s&&s.m(f,g),zt(f,e,g),d&&d.m(f,g),n=!0,i||(r=pi(sPe,"keydown",t[19]),i=!0)},p:function(f,g){f[2]?s?(s.p(f,g),4&g[0]&&ke(s,1)):((s=aee(f)).c(),ke(s,1),s.m(e.parentNode,e)):s&&(Si(),Ye(s,1,1,function(){s=null}),xi()),d&&d.p&&(!n||131072&g[1])&&$c(d,a,f,f[48],n?jc(a,f[48],g,null):Gc(f[48]),null)},i:function(f){n||(ke(s),ke(d,f),n=!0)},o:function(f){Ye(s),Ye(d,f),n=!1},d:function(f){f&&Ft(e),s&&s.d(f),d&&d.d(f),i=!1,r()}}}function lee(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){return new t(In(In({},n),{},{props:In(In({},e),n.props)}))}}function uPe(t,e,n){var i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe=e.$$slots,me=void 0===pe?{}:pe,Pe=e.$$scope,Ie=tee(),mt=e.isTabbable,Pt=void 0===mt?function(ei){return ei.tabIndex>=0&&!ei.hidden&&!ei.disabled&&"none"!==ei.style.display&&"hidden"!==ei.type&&!!(ei.offsetWidth||ei.offsetHeight||ei.getClientRects().length)}:mt,qt=e.show,Nt=void 0===qt?null:qt,on=e.id,At=void 0===on?null:on,Lt=e.key,vt=void 0===Lt?"simple-modal":Lt,Xt=e.ariaLabel,Zt=void 0===Xt?null:Xt,jt=e.ariaLabelledBy,at=void 0===jt?null:jt,ht=e.closeButton,Et=void 0===ht||ht,hn=e.closeOnEsc,Yn=void 0===hn||hn,bn=e.closeOnOuterClick,sn=void 0===bn||bn,Un=e.styleBg,An=void 0===Un?{}:Un,un=e.styleWindowWrap,Vi=void 0===un?{}:un,ir=e.styleWindow,hi=void 0===ir?{}:ir,Pn=e.styleContent,_o=void 0===Pn?{}:Pn,vo=e.styleCloseButton,Ua=void 0===vo?{}:vo,ba=e.classBg,xn=void 0===ba?null:ba,wo=e.classWindowWrap,Aa=void 0===wo?null:wo,Da=e.classWindow,ya=void 0===Da?null:Da,Rr=e.classContent,Is=void 0===Rr?null:Rr,Fi=e.classCloseButton,po=void 0===Fi?null:Fi,hc=e.unstyled,Ka=void 0!==hc&&hc,j1=e.setContext,u1=void 0===j1?nee:j1,f1=e.transitionBg,pl=void 0===f1?oPe:f1,aa=e.transitionBgProps,jl=void 0===aa?{duration:250}:aa,bc=e.transitionWindow,Dl=void 0===bc?pl:bc,ac=e.transitionWindowProps,$l=void 0===ac?jl:ac,rd=e.disableFocusTrap,$1=void 0!==rd&&rd,Gl={id:At,ariaLabel:Zt,ariaLabelledBy:at,closeButton:Et,closeOnEsc:Yn,closeOnOuterClick:sn,styleBg:An,styleWindowWrap:Vi,styleWindow:hi,styleContent:_o,styleCloseButton:Ua,classBg:xn,classWindowWrap:Aa,classWindow:ya,classContent:Is,classCloseButton:po,transitionBg:pl,transitionBgProps:jl,transitionWindow:Dl,transitionWindowProps:$l,disableFocusTrap:$1,isTabbable:Pt,unstyled:Ka},ls=In({},Gl),nl=null,Wc=function(ei){return ei?Object.keys(ei).reduce(function(Hs,Qa){return"".concat(Hs,"; ").concat((ds=Qa,ds.replace(/([a-zA-Z])(?=[A-Z])/g,"$1-").toLowerCase()),": ").concat(ei[Qa]);var ds},""):""},l2=function(ei){return!!(ei&&ei.constructor&&ei.call&&ei.apply)},h1=function(){},p1=h1,Bn=h1,hr=h1,No=h1,ua=function(ei){var Hs=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},Qa=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};n(2,nl=lee(ei,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})),n(1,ls=In(In({},Gl),Hs)),n(6,d=Wc(Object.assign({},{width:window.innerWidth,height:window.innerHeight},ls.styleBg))),n(7,f=Wc(ls.styleWindowWrap)),n(8,g=Wc(ls.styleWindow)),n(9,b=Wc(ls.styleContent)),n(10,C=Wc(ls.styleCloseButton)),n(11,S=ls.transitionBg),n(12,w=ls.transitionWindow),Hn(),n(13,p1=function(ds){Qa.onOpen&&Qa.onOpen(ds),Ie("open"),Ie("opening")}),n(14,Bn=function(ds){Qa.onClose&&Qa.onClose(ds),Ie("close"),Ie("closing")}),n(15,hr=function(ds){Qa.onOpened&&Qa.onOpened(ds),Ie("opened")}),n(16,No=function(ds){Qa.onClosed&&Qa.onClosed(ds),Ie("closed")})},ks=function(){var ei=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};nl&&(n(14,Bn=ei.onClose||Bn),n(16,No=ei.onClosed||No),n(2,nl=null),ur())},Hn=function(){a=window.scrollY,I=document.body.style.position,F=document.body.style.overflow,G=document.body.style.width,document.body.style.position="fixed",document.body.style.top="-".concat(a,"px"),document.body.style.overflow="hidden",document.body.style.width="100%"},ur=function(){document.body.style.position=I||"",document.body.style.top="",document.body.style.overflow=F||"",document.body.style.width=G||"",window.scrollTo({top:a,left:0,behavior:"instant"})};u1(vt,{open:ua,close:ks});var Lr=!1;return Wd(function(){Lr&&ks()}),Du(function(){n(47,Lr=!0)}),t.$$set=function(ei){"isTabbable"in ei&&n(22,Pt=ei.isTabbable),"show"in ei&&n(23,Nt=ei.show),"id"in ei&&n(24,At=ei.id),"key"in ei&&n(25,vt=ei.key),"ariaLabel"in ei&&n(26,Zt=ei.ariaLabel),"ariaLabelledBy"in ei&&n(27,at=ei.ariaLabelledBy),"closeButton"in ei&&n(28,Et=ei.closeButton),"closeOnEsc"in ei&&n(29,Yn=ei.closeOnEsc),"closeOnOuterClick"in ei&&n(30,sn=ei.closeOnOuterClick),"styleBg"in ei&&n(31,An=ei.styleBg),"styleWindowWrap"in ei&&n(32,Vi=ei.styleWindowWrap),"styleWindow"in ei&&n(33,hi=ei.styleWindow),"styleContent"in ei&&n(34,_o=ei.styleContent),"styleCloseButton"in ei&&n(35,Ua=ei.styleCloseButton),"classBg"in ei&&n(36,xn=ei.classBg),"classWindowWrap"in ei&&n(37,Aa=ei.classWindowWrap),"classWindow"in ei&&n(38,ya=ei.classWindow),"classContent"in ei&&n(39,Is=ei.classContent),"classCloseButton"in ei&&n(40,po=ei.classCloseButton),"unstyled"in ei&&n(0,Ka=ei.unstyled),"setContext"in ei&&n(41,u1=ei.setContext),"transitionBg"in ei&&n(42,pl=ei.transitionBg),"transitionBgProps"in ei&&n(43,jl=ei.transitionBgProps),"transitionWindow"in ei&&n(44,Dl=ei.transitionWindow),"transitionWindowProps"in ei&&n(45,$l=ei.transitionWindowProps),"disableFocusTrap"in ei&&n(46,$1=ei.disableFocusTrap),"$$scope"in ei&&n(48,Pe=ei.$$scope)},t.$$.update=function(){8388608&t.$$.dirty[0]|65536&t.$$.dirty[1]&&Lr&&(l2(Nt)?ua(Nt):ks())},[Ka,ls,nl,i,r,s,d,f,g,b,C,S,w,p1,Bn,hr,No,l2,ks,function(ei){if(ls.closeOnEsc&&nl&&"Escape"===ei.key&&(ei.preventDefault(),ks()),nl&&"Tab"===ei.key&&!ls.disableFocusTrap){var Hs=s.querySelectorAll("*"),Qa=Array.from(Hs).filter(ls.isTabbable).sort(function(I4,gf){return I4.tabIndex-gf.tabIndex}),ds=Qa.indexOf(document.activeElement);-1===ds&&ei.shiftKey&&(ds=0),ds+=Qa.length+(ei.shiftKey?-1:1),Qa[ds%=Qa.length].focus(),ei.preventDefault()}},function(ei){!ls.closeOnOuterClick||ei.target!==i&&ei.target!==r||(q=ei.target)},function(ei){ls.closeOnOuterClick&&ei.target===q&&(ei.preventDefault(),ks())},Pt,Nt,At,vt,Zt,at,Et,Yn,sn,An,Vi,hi,_o,Ua,xn,Aa,ya,Is,po,u1,pl,jl,Dl,$l,$1,Lr,Pe,me,function(ei){ys[ei?"unshift":"push"](function(){n(5,s=ei)})},function(ei){ys[ei?"unshift":"push"](function(){n(4,r=ei)})},function(ei){ys[ei?"unshift":"push"](function(){n(3,i=ei)})}]}var U1,dc,ff,Iu,hf,Ru,x4,dee=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,uPe,dPe,d1,{isTabbable:22,show:23,id:24,key:25,ariaLabel:26,ariaLabelledBy:27,closeButton:28,closeOnEsc:29,closeOnOuterClick:30,styleBg:31,styleWindowWrap:32,styleWindow:33,styleContent:34,styleCloseButton:35,classBg:36,classWindowWrap:37,classWindow:38,classContent:39,classCloseButton:40,unstyled:0,setContext:41,transitionBg:42,transitionBgProps:43,transitionWindow:44,transitionWindowProps:45,disableFocusTrap:46},aPe,[-1,-1,-1]),i}return ro(e,so),Xr(e)}();(function(t){t.text="text",t.tree="tree",t.table="table"})(U1||(U1={})),function(t){t.after="after",t.inside="inside",t.key="key",t.value="value",t.multi="multi",t.text="text"}(dc||(dc={})),function(t){t.after="after",t.key="key",t.value="value",t.inside="inside"}(ff||(ff={})),function(t){t.info="info",t.warning="warning",t.error="error"}(Iu||(Iu={})),function(t){t.key="key",t.value="value"}(hf||(hf={})),function(t){t.asc="asc",t.desc="desc"}(Ru||(Ru={})),function(t){t.no="no",t.self="self",t.nextInside="nextInside"}(x4||(x4={}));var p9=100,e8=100,mL=2e4,Fm=[{start:0,end:p9}],mPe=104857600,gPe=1048576,gL=10485760,hee=10240,Hm={closeButton:!1,classBg:"jse-modal-bg",classWindow:"jse-modal-window",classWindowWrap:"jse-modal-window-wrap",classContent:"jse-modal-container"},_Pe=In(In({},Hm),{},{classWindow:"jse-modal-window jse-modal-window-sort"}),vPe=In(In({},Hm),{},{classWindow:"jse-modal-window jse-modal-window-transform"}),bPe=In(In({},Hm),{},{classWindow:"jse-modal-window jse-modal-window-jsoneditor"}),_L="Insert or paste contents, enter [ insert a new array, enter { to insert a new object, or start typing to insert a new value",vL="Open context menu (Click here, right click on the selection, or use the context menu button or Ctrl+Q)",M3="hover-insert-inside",m9="hover-insert-after",bL="hover-collection",yL="valid",pee="repairable",A3=336,D3=260,yPe=Yd(Yd({},Ru.asc,"ascending"),Ru.desc,"descending"),CPe=0;function g9(){return++CPe}function c2(t){return parseInt(t,10)}function CL(t){return EPe.test(t)}var EPe=/^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$/;function Ba(t){return"object"===Mc(t)&&null!==t&&(void 0===t.constructor||"Object"===t.constructor.name)}function Yc(t){return"object"===Mc(t)&&null!==t&&(void 0===t.constructor||"Object"===t.constructor.name||"Array"===t.constructor.name)}function EL(t){if("number"==typeof t)return t>9466848e5&&isFinite(t)&&Math.floor(t)===t&&!isNaN(new Date(t).valueOf());if("bigint"==typeof t)return EL(Number(t));try{var e=t&&t.valueOf();if(e!==t)return EL(e)}catch{return!1}return!1}function mee(t){(Dw=Dw||window.document.createElement("div")).style.color="",Dw.style.color=t;var e=Dw.style.color;return""!==e?e.replace(/\s+/g,"").toLowerCase():null}var Dw=null;function SL(t,e){if("number"==typeof t||"string"==typeof t||"boolean"==typeof t||void 0===t)return Mc(t);if("bigint"==typeof t)return"number";if(null===t)return"null";if(Array.isArray(t))return"array";if(Ba(t))return"object";var n=e.stringify(t);return n&&CL(n)?"number":"true"===n||"false"===n?"boolean":"null"===n?"null":"unknown"}var SPe=/^https?:\/\/\S+$/;function Ow(t){return"string"==typeof t&&SPe.test(t)}function n8(t,e){if(""===t)return"";var n=t.trim();return"null"===n?null:"true"===n||"false"!==n&&(CL(n)?e.parse(n):t)}var xPe=/^-?[0-9]+$/,TPe=1e4,wPe=[];function xL(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n={};if(!Array.isArray(t))throw new TypeError("Array expected");function i(a,d){(!Array.isArray(a)&&!Ba(a)||e&&d.length>0)&&(n[he(d)]=!0),Ba(a)&&Object.keys(a).forEach(function(f){i(a[f],d.concat(f))})}for(var r=Math.min(t.length,TPe),s=0;se?t.slice(0,e):t}function vee(t){return In({},t)}function bee(t){return Object.values(t)}function yee(t,e,n,i){var r=t.slice(0),s=r.splice(e,n);return r.splice.apply(r,[e+i,0].concat(bs(s))),r}function _9(t,e){try{return e.parse(t)}catch{return e.parse(ni(t))}}function Cee(t,e){try{return _9(t,e)}catch{return}}function Rw(t,e){t=t.replace(See,"");try{return e(t)}catch{}try{return e("["+t+"]")}catch{}try{return e("{"+t+"}")}catch{}throw new Error("Failed to parse partial JSON")}function Eee(t){t=t.replace(See,"");try{return ni(t)}catch{}try{var e=ni("["+t+"]");return e.substring(1,e.length-1)}catch{}try{var n=ni("{"+t+"}");return n.substring(1,n.length-1)}catch{}throw new Error("Failed to repair partial JSON")}var See=/,\s*$/;function i8(t,e){var n=wee.exec(e);if(n){var i=c2(n[2]),r=function(w,I){for(var G=arguments.length>3&&void 0!==arguments[3]?arguments[3]:w.length,q=0,pe=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;pe1&&void 0!==arguments[1]?arguments[1]:JSON;return v9(t)?t:{json:e.parse(t.text)}}function wL(t,e,n){return function MPe(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:JSON;return r8(t)?t:{text:n.stringify(t.json,null,e)}}(t,e,n).text}function Tee(t,e){return function APe(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1/0;if(r8(t))return t.text.length;var i=0;return function r(s){if(Array.isArray(s)){if((i+=s.length-1+2)>e)return i;for(var a=0;ae)return i}else if(Ba(s)){var d=Object.keys(s);i+=2+d.length+(d.length-1);for(var f=0;fe}var wee=/(position|char) (\d+)/,DPe=/line (\d+)/,OPe=/column (\d+)/;function Aee(t){var e=t.substring(0,999).trim();return!e.includes("\n")&&IPe.test(e)}var IPe=/[,:]\S/;function ML(t){var n=t.escapeUnicodeCharacters;return t.escapeControlCharacters?n?RPe:NPe:n?kPe:LPe}var RPe={escapeValue:function(t){return Dee(Ree(String(t)))},unescapeValue:function(t){return Nee(Oee(t))}},NPe={escapeValue:function(t){return Ree(String(t))},unescapeValue:function(t){return Nee(t)}},kPe={escapeValue:function(t){return Dee(String(t))},unescapeValue:function(t){return Oee(t)}},LPe={escapeValue:function(t){return String(t)},unescapeValue:function(t){return t}};function Dee(t){return t.replace(/[^\x20-\x7F]/g,function(e){var n;return"\b"===e||"\f"===e||"\n"===e||"\r"===e||"\t"===e?e:"\\u"+("000"+(null===(n=e.codePointAt(0))||void 0===n?void 0:n.toString(16))).slice(-4)})}function Oee(t){return t.replace(/\\u[a-fA-F0-9]{4}/g,function(e){try{var n=JSON.parse('"'+e+'"');return Iee[n]||n}catch{return e}})}var Iee={'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t"},PPe={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":"\n","\\r":"\r","\\t":"\t"};function Ree(t){return t.replace(/["\b\f\n\r\t\\]/g,function(e){return Iee[e]||e})}function Nee(t){return t.replace(/\\["bfnrt\\]/g,function(e){return PPe[e]||e})}function zm(t){return"string"!=typeof t?String(t):t.endsWith("\n")?t+"\n":t}function kee(t,e){return b9(t,function(n){return n.nodeName.toUpperCase()===e.toUpperCase()})}function Bm(t,e,n){return b9(t,function(i){return a=n,"function"==typeof(r=i).getAttribute&&r.getAttribute(e)===a;var r,a})}function b9(t,e){return!!AL(t,e)}function AL(t,e){for(var n=t;n&&!e(n);)n=n.parentNode;return n||void 0}function Lee(t){if(null!=t.firstChild){var e=document.createRange(),n=window.getSelection();e.setStart(t,1),e.collapse(!0),n?.removeAllRanges(),n?.addRange(e)}else t.focus()}function Nw(t,e,n,i){var r=o8(t);if(r){var s=r.document.activeElement?r.document.activeElement:null;s&&s.isContentEditable&&(s.textContent=n?e:s.textContent+e,Lee(s),i&&i(s))}}function o8(t){return t&&t.ownerDocument?t.ownerDocument.defaultView:null}function DL(t){var e=o8(t),n=e?.document.activeElement;return!!n&&b9(n,function(i){return i===t})}function Pee(t,e){return AL(t,function(n){return n.nodeName===e})}function OL(t){return Bm(t,"data-type","selectable-key")?dc.key:Bm(t,"data-type","selectable-value")?dc.value:Bm(t,"data-type","insert-selection-area-inside")?dc.inside:Bm(t,"data-type","insert-selection-area-after")?dc.after:dc.multi}function s8(t){return encodeURIComponent(he(t))}function Vee(t){var e=AL(t,function(i){return!(null==i||!i.hasAttribute)&&i.hasAttribute("data-path")}),n=e?.getAttribute("data-path");return n?ce(decodeURIComponent(n)):null}function Fee(t){return!!t&&"DIV"===t.nodeName&&"function"==typeof t.refresh&&"function"==typeof t.cancel}function O3(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"+",n=[];t.ctrlKey&&n.push("Ctrl"),t.metaKey&&n.push("Ctrl"),t.altKey&&n.push("Alt"),t.shiftKey&&n.push("Shift");var i=1===t.key.length?t.key.toUpperCase():t.key;return i in FPe||n.push(i),n.join(e)}var FPe={Ctrl:!0,Command:!0,Control:!0,Alt:!0,Option:!0,Shift:!0},IL=aL.window;function HPe(t){Fo(t,"svelte-1r8q3m8",".jse-absolute-popup.svelte-1r8q3m8.svelte-1r8q3m8{position:relative;left:0;top:0;width:0;height:0;z-index:1001}.jse-absolute-popup.svelte-1r8q3m8 .jse-hidden-input.svelte-1r8q3m8{position:fixed;left:0;top:0;width:0;height:0;padding:0;margin:0;border:none;outline:none;overflow:hidden}.jse-absolute-popup.svelte-1r8q3m8 .jse-absolute-popup-content.svelte-1r8q3m8{position:absolute}")}function Hee(t){var e,n,i,r,s,a,d=[t[0].props],f=t[0].component;function g(b,C){for(var S={},w=0;wwindow.innerHeight&&Pe>S,Pt="left"===q||me+b>window.innerWidth&&me>b;return{left:Pt?pe.right-G:me+G,top:mt?Pe-I:pe.bottom+I,positionAbove:mt,positionLeft:Pt}}if("number"==typeof e.left&&"number"==typeof e.top){var qt=e.left,Nt=e.top,on=e.width,At=void 0===on?0:on,Lt=e.height,vt=void 0===Lt?0:Lt;return{left:qt,top:Nt,positionAbove:Nt+vt>window.innerHeight&&Nt>vt,positionLeft:qt+At>window.innerWidth&&qt>At}}throw new Error('Invalid config: pass either "left" and "top", or pass "anchor"')}(),r=i.left,s=i.top,d=i.positionLeft;return(i.positionAbove?"bottom: ".concat(n.top-s,"px;"):"top: ".concat(s-n.top,"px;"))+(d?"right: ".concat(n.left-r,"px;"):"left: ".concat(r-n.left,"px;"))}function UPe(t,e,n){var i,r,s=e.popup,a=e.closeAbsolutePopup;function d(f){s.options&&s.options.closeOnOuterClick&&!b9(f.target,function(g){return g===i})&&a(s.id)}return Du(function(){r&&r.focus()}),t.$$set=function(f){"popup"in f&&n(0,s=f.popup),"closeAbsolutePopup"in f&&n(6,a=f.closeAbsolutePopup)},[s,i,r,function(f){d(f)},function(f){"Escape"===O3(f)&&a(s.id)},function(f){d(f)},a,function(f){ys[f?"unshift":"push"](function(){n(2,r=f)})},function(f){ys[f?"unshift":"push"](function(){n(1,i=f)})}]}var jPe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,UPe,zPe,d1,{popup:0,closeAbsolutePopup:6},HPe),i}return ro(e,so),Xr(e)}();function Bee(t,e,n){var i=t.slice();return i[6]=e[n],i}function Uee(t){var e,n;return e=new jPe({props:{popup:t[6],closeAbsolutePopup:t[1]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};1&r&&(s.popup=i[6]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function $Pe(t){for(var e,n,i=Ho(t[0]),r=[],s=0;s0?".":"")+e}).join("")}function YPe(t){for(var e=[],n=0;n1&&void 0!==arguments[1]&&arguments[1],d="";n1?" "+s:"");r="".concat(i," (").concat(a,")"),s++}return r}function I3(t,e){return t.length>e?t.substring(0,e-3)+"...":t}var qPe={id:"javascript",name:"JavaScript",description:"\n

    \n Enter a JavaScript function to filter, sort, or transform the data.\n

    \n",createQuery:function(t,e){var n=e.filter,i=e.sort,r=e.projection,s=[" return data\n"];if(n&&n.path&&n.relation&&n.value){var a="item => item".concat(b0(n.path)),d=function NL(t){if(""===t)return"";var e=t.toLowerCase();if("null"===e)return null;if("true"===e)return!0;if("false"===e)return!1;if("undefined"!==e){var n=Number(t),i=parseFloat(t);return isNaN(n)||isNaN(i)?t:n}}(n.value),f="string"==typeof d?"'".concat(n.value,"'"):function gee(t){return xPe.test(t)}(n.value)&&!Number.isSafeInteger(d)?"".concat(n.value,"n"):n.value;s.push(" .filter(".concat(a," ").concat(n.relation," ").concat(f,")\n"))}if(i&&i.path&&i.direction&&s.push("desc"===i.direction?" .slice()\n .sort((a, b) => {\n // sort descending\n"+" const valueA = a".concat(b0(i.path),"\n")+" const valueB = b".concat(b0(i.path),"\n")+" return valueA > valueB ? -1 : valueA < valueB ? 1 : 0\n })\n":" .slice()\n .sort((a, b) => {\n // sort ascending\n"+" const valueA = a".concat(b0(i.path),"\n")+" const valueB = b".concat(b0(i.path),"\n")+" return valueA > valueB ? 1 : valueA < valueB ? -1 : 0\n })\n"),r&&r.paths)if(r.paths.length>1){var g=r.paths.map(function(C){var S=C[C.length-1]||"item",w="item".concat(b0(C));return" ".concat(JSON.stringify(S),": ").concat(w)});s.push(" .map(item => ({\n".concat(g.join(",\n"),"})\n )\n"))}else{var b="item".concat(b0(r.paths[0]));s.push(" .map(item => ".concat(b,")\n"))}return"function query (data) {\n".concat(s.join(""),"}")},executeQuery:function(t,e){var n=new Function('"use strict";\n\n'+e+'\n\nif (typeof query !== "function") {\n throw new Error("Cannot execute query: expecting a function named \'query\' but is undefined")\n}\n\nreturn query;\n')()(t);return void 0!==n?n:null}};function KPe(t){var e;return{c:function(){e=g0("g")},m:function(n,i){zt(n,e,i),e.innerHTML=t[0]},p:function(n,i){1&$o(i,1)[0]&&(e.innerHTML=n[0])},i:Ai,o:Ai,d:function(n){n&&Ft(e)}}}function QPe(t,e,n){var i=870711,r="",s=e.data;return t.$$set=function(d){"data"in d&&n(1,s=d.data)},t.$$.update=function(){2&t.$$.dirty&&n(0,r=function a(d){if(!d||!d.raw)return"";var f=d.raw,g={};return(f=f.replace(/\s(?:xml:)?id=["']?([^"')\s]+)/g,function(b,C){var S="fa-".concat((i+=1).toString(16));return g[C]=S,' id="'.concat(S,'"')})).replace(/#(?:([^'")\s]+)|xpointer\(id\((['"]?)([^')]+)\2\)\))/g,function(b,C,S,w){var I=C||w;return I&&g[I]?"#".concat(g[I]):b})}(s))},[r,s]}var ZPe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,QPe,KPe,d1,{data:1}),i}return ro(e,so),Xr(e)}();function JPe(t){Fo(t,"svelte-1mc5hvj",".fa-icon.svelte-1mc5hvj{display:inline-block;fill:currentColor}.fa-flip-horizontal.svelte-1mc5hvj{transform:scale(-1, 1)}.fa-flip-vertical.svelte-1mc5hvj{transform:scale(1, -1)}.fa-spin.svelte-1mc5hvj{animation:svelte-1mc5hvj-fa-spin 1s 0s infinite linear}.fa-inverse.svelte-1mc5hvj{color:#fff}.fa-pulse.svelte-1mc5hvj{animation:svelte-1mc5hvj-fa-spin 1s infinite steps(8)}@keyframes svelte-1mc5hvj-fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}")}function XPe(t){for(var e,n,i,r,s=t[12].default,a=Uc(s,t,t[11],null),d=[{version:"1.1"},{class:n="fa-icon "+t[0]},{width:t[1]},{height:t[2]},{"aria-label":t[9]},{role:i=t[9]?"img":"presentation"},{viewBox:t[3]},{style:t[8]},t[10]],f={},g=0;g300},{anchor:F,closeOnOuterClick:!0,onClose:C,offsetTop:18,offsetLeft:-8,height:300})}},s,f,g]}var gVe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,mVe,pVe,Zo,{path:4,value:0,readOnly:1,onPatch:5,focus:6},hVe),i}return ro(e,so),Xr(e)}();function Kee(t){for(var e=LI(t,function(d){return d.start}),n=[e[0]],i=0;i=n.start&&e0){var C=Vw(e,b);LL(f,C,function(G){s[g]=String(G),d(f[G])}),s.pop()}}}else if(Ba(f)&&i(s)){r[he(s)]=!0;var S=Object.keys(f);if(S.length>0){var w,I=km(S);try{for(I.s();!(w=I.n()).done;){var F=w.value;s[g]=F,d(f[F])}}catch(G){I.e(G)}finally{I.f()}s.pop()}}}(a),In(In({},e),{},{expandedMap:r})}function Qee(t,e){var n=a8(t.expandedMap,e),i=a8(t.enforceStringMap,e),r=a8(t.visibleSectionsMap,e);return In(In({},t),{},{expandedMap:n,enforceStringMap:i,visibleSectionsMap:r})}function Zee(t,e,n){if(n){var i=In({},t.enforceStringMap);return i[e]=n,In(In({},t),{},{enforceStringMap:i})}if("boolean"==typeof t.enforceStringMap[e]){var r=In({},t.enforceStringMap);return delete r[e],In(In({},t),{},{enforceStringMap:r})}return t}function Jee(t,e,n){var i=Be(t,n),r=n.reduce(function(s,a){return Ue(a)?Xee(i,s,a):je(a)?ete(i,s,a):xe(a)?(b=(g=a).path,C=zL(d=i,(f=s).expandedMap),S=zL(d,f.enforceStringMap),w=zL(d,f.visibleSectionsMap),Ce(g.value)||Se(g.value)||delete C[b],Se(g.value)||delete w[b],(Ce(g.value)||Se(g.value))&&delete S[b],In(In({},f),{},{expandedMap:C,enforceStringMap:S,visibleSectionsMap:w})):ye(a)||Oe(a)?function(d,f,g){if(Oe(g)&&g.from===g.path)return f;var b=function(pe){return g.path+pe.substring(g.from.length)},C=HL(VL(f.expandedMap,g.from),b),S=HL(VL(f.enforceStringMap,g.from),b),w=HL(VL(f.visibleSectionsMap,g.from),b),I=f;Oe(g)&&(I=ete(d,I,{op:"remove",path:g.from}));var F=FL((I=Xee(d,I,{op:"add",path:g.path,value:null})).expandedMap,C),G=FL(I.enforceStringMap,S),q=FL(I.visibleSectionsMap,w);return In(In({},f),{},{expandedMap:F,enforceStringMap:G,visibleSectionsMap:q})}(i,s,a):s;var d,f,g,b,C,S,w},e);return{json:i,documentState:r}}function Xee(t,e,n){var i=gn(t,n.path),r=Ds(i),s=he(r);if(Se(jn(t,r))){var d=c2(xo(i)),f=c8(e.expandedMap,r,d,1),g=c8(e.enforceStringMap,r,d,1),b=c8(e.visibleSectionsMap,r,d,1);return b=tte(b,s,function(C){return nte(C,d,1)}),In(In({},e),{},{expandedMap:f,enforceStringMap:g,visibleSectionsMap:b})}return e}function ete(t,e,n){var i=gn(t,n.path),r=Ds(i),s=he(r),a=jn(t,r),d=e.expandedMap,f=e.enforceStringMap,g=e.visibleSectionsMap;if(d=a8(d,i),f=a8(f,i),g=a8(g,i),Se(a)){var b=c2(xo(i));d=c8(d,r,b,-1),f=c8(f,r,b,-1),g=tte(g=c8(g,r,b,-1),s,function(C){return nte(C,b,-1)})}return In(In({},e),{},{expandedMap:d,enforceStringMap:f,visibleSectionsMap:g})}function a8(t,e){var n={},i=he(e);return Object.keys(t).forEach(function(r){He(r,i)||(n[r]=t[r])}),n}function VL(t,e){var n={};return Object.keys(t).forEach(function(i){He(i,e)&&(n[i]=t[i])}),n}function FL(t,e){return In(In({},t),e)}function HL(t,e){var n={};return Object.keys(t).forEach(function(i){var r=e(i);n[r]=t[i]}),n}function c8(t,e,n,i){for(var r=e.length,s=he(e),a=[],d=0,f=Object.keys(t);d=n&&(b[r]=String(C+i),a.push({oldPointer:g,newPointer:he(b),value:t[g]}))}}if(0===a.length)return t;var S=In({},t);return a.forEach(function(w){delete S[w.oldPointer]}),a.forEach(function(w){S[w.newPointer]=w.value}),S}function zL(t,e){var n={};return Object.keys(e).filter(function(i){return De(t,gn(t,i))}).forEach(function(i){n[i]=e[i]}),n}function tte(t,e,n){var i=t[e];if(e in t){var r=n(i);if(!Es(i,r)){var s=In({},t);return void 0===r?delete s[e]:s[e]=r,s}}return t}function nte(t,e,n){return function(i){for(var r=i.slice(0),s=1;se?i.start+n:i.start,end:i.end>e?i.end+n:i.end}}))}function R3(t,e,n,i){var s,r=e?e[n]:void 0;return"boolean"==typeof r?r:"string"==typeof(s=t)&&"string"!=typeof n8(s,i)}function E9(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=t.indexOf(e);return-1!==i?t.slice(n?i:i+1):[]}function BL(t,e){var n=[];return function i(r,s){n.push(s);var a=he(s);if(r&&!0===e.expandedMap[a]){if(Se(r)){var d=Vw(e,a);LL(r,d,function(f){i(r[f],s.concat(String(f)))})}Ce(r)&&Object.keys(r).forEach(function(f){i(r[f],s.concat(f))})}}(t,[]),n}function ite(t,e){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=[];return function r(s,a){i.push({path:a,type:ff.value});var d=he(a);if(s&&!0===e.expandedMap[d]){if(n&&i.push({path:a,type:ff.inside}),Se(s)){var f=Vw(e,d);LL(s,f,function(g){var b=a.concat(String(g));r(s[g],b),n&&i.push({path:b,type:ff.after})})}Ce(s)&&Object.keys(s).forEach(function(g){var b=a.concat(g);i.push({path:b,type:ff.key}),r(s[g],b),n&&i.push({path:b,type:ff.after})})}}(t,[]),i}function UL(t,e,n){var i=BL(t,e),r=i.map(he).indexOf(he(n));return-1!==r&&rn?e.focusPath:e.anchorPath}function ote(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=e.selection;if(!i)return null;var b,C,S,w,I,r=n?eo(i):N3(t,i),s=(b=r,S=(C=BL(t,e)).map(he),w=he(b),-1!==(I=S.indexOf(w))&&I>0?C[I-1]:null);if(n)return Al(i)||yd(i)?null!==s?k2(r,r):null:null!==s?k2(Um(i),s):null;if(yd(i)||Al(i))return Os(r,!1);if(hl(i)){if(null==s||0===s.length)return null;var d=jn(t,Ds(s));return Array.isArray(d)||Fs(s)?Os(s,!1):ku(s,!1)}return Ys(i),null!==s?Os(s,!1):null}function ste(t,e,n){var i=e.selection;if(!i)return{caret:null,previous:null,next:null};var r=ite(t,e,n),s=r.findIndex(function(a){return Es(a.path,eo(i))&&String(a.type)===String(i.type)});return{caret:-1!==s?r[s]:null,previous:-1!==s&&s>0?r[s-1]:null,next:-1!==s&&sn[i].length;)i++;var r=n[i];return void 0===r||0===r.length||Array.isArray(jn(t,Ds(r)))?Os(r,!1):ku(r,!1)}function d8(t,e){if(1===e.length){var n=x2(e);if("replace"===n.op)return Os(gn(t,n.path),!1)}if(!Fs(e)&&e.every(function(a){return"move"===a.op})){var i=x2(e),r=e.slice(1);if((ye(i)||Oe(i))&&i.from!==i.path&&r.every(function(a){return(ye(a)||Oe(a))&&a.from===a.path}))return ku(gn(t,i.path),!1)}var s=e.filter(function(a){return"test"!==a.op&&"remove"!==a.op&&("move"!==a.op||a.from!==a.path)&&"string"==typeof a.path}).map(function(a){return gn(t,a.path)});return Fs(s)?null:{type:dc.multi,anchorPath:x2(s),focusPath:xo(s)}}function ate(t,e){for(var n=0;nn.length&&e.length>n.length;return{type:dc.multi,anchorPath:i?n.concat(t[n.length]):n,focusPath:i?n.concat(e[n.length]):n}}function lte(t,e,n,i){if(hl(e))return String(xo(e.path));if(Ys(e)){var r,s=jn(t,e.path);return"string"==typeof s?s:null!==(r=i.stringify(s,null,n))&&void 0!==r?r:null}if(qa(e)){var a;if(Fs(e.focusPath))return null!==(a=i.stringify(t,null,n))&&void 0!==a?a:null;var d=rte(e),f=jn(t,d);if(Array.isArray(f)){if(Fw(e)){var g,b=jn(t,e.focusPath);return null!==(g=i.stringify(b,null,n))&&void 0!==g?g:null}return w4(t,e).map(function(C){var S=jn(t,C);return"".concat(i.stringify(S,null,n),",")}).join("\n")}return w4(t,e).map(function(C){var S=xo(C),w=jn(t,C);return"".concat(i.stringify(S),": ").concat(i.stringify(w,null,n),",")}).join("\n")}return null}function L2(t){return(hl(t)||Ys(t))&&!0===t.edit}function u8(t){return hl(t)||Ys(t)||qa(t)}function zw(t){return hl(t)||Ys(t)||Fw(t)}function GL(t){switch(t.type){case ff.key:return ku(t.path,!1);case ff.value:return Os(t.path,!1);case ff.after:return P3(t.path);case ff.inside:return L3(t.path)}}function dte(t,e,n){switch(e){case dc.key:return ku(n,!1);case dc.value:return Os(n,!1);case dc.after:return P3(n);case dc.inside:return L3(n);case dc.multi:case dc.text:return k2(n,n)}}function ute(t,e,n){return e&&(x9(t,e,n)||k3(qa(e)?Ds(e.focusPath):e.path,n))?e:null}function x9(t,e,n){if(void 0===t||!e)return!1;if(hl(e)||Al(e)||yd(e))return Es(e.path,n);if(Ys(e))return k3(n,e.path);if(qa(e)){var i=N3(t,e),r=M4(t,e),s=Ds(e.focusPath);if(!k3(n,s)||n.length<=s.length)return!1;var a=V3(t,e,i),d=V3(t,e,r),f=V3(t,e,n);return-1!==f&&f>=a&&f<=d}return!1}function V3(t,e,n){var i=Ds(e.focusPath);if(!k3(n,i)||n.length<=i.length)return-1;var r=n[i.length],s=jn(t,i);if(Ce(s))return Object.keys(s).indexOf(r);if(Se(s)){var a=c2(r);if(a0?0:-1,a=e.map(function(f,g){return In(In({},f),{},{active:g===s})}),d=a[s];return{items:a,itemsMap:c3(a,function(f){return he(f.path)}),activeItem:d,activeIndex:s}}function vte(t){var e=t.activeIndex0?0:-1,n=t.items[e],i=t.items.map(function(r,s){return In(In({},r),{},{active:s===e})});return In(In({},t),{},{items:i,itemsMap:c3(i,function(r){return he(r.path)}),activeItem:n,activeIndex:e})}function TVe(t){var e=t.activeIndex>0?t.activeIndex-1:t.items.length-1,n=t.items[e],i=t.items.map(function(r,s){return In(In({},r),{},{active:s===e})});return In(In({},t),{},{items:i,itemsMap:c3(i,function(r){return he(r.path)}),activeItem:n,activeIndex:e})}function bte(t,e){var n,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=t.toLowerCase(),s=null!==(n=i?.maxResults)&&void 0!==n?n:1/0,a=i?.columns,d=[],f=[];function g(G){d.length>=s||d.push(G)}function b(G,q){if(Se(q)){var pe=f.length;f.push("0");for(var me=0;me=s)return;f.pop()}else if(Ce(q)){var Pe=Object.keys(q),Ie=f.length;f.push("");for(var rt=0,mt=Pe;rt=s)return}f.pop()}else yte(String(q),G,f,hf.value,g)}if(""===t)return[];if(a){if(!Array.isArray(e))throw new Error("json must be an Array when option columns is defined");for(var C=0;CI.length+1;)f.pop();b(r,jn(S,I))}if(d.length>=s)break}return d}return b(r,e),d}function yte(t,e,n,i,r){var s=t.toLowerCase(),a=0,d=-1,f=-1;do{-1!==(f=s.indexOf(e,d))&&(d=f+e.length,r({path:n.slice(0),field:i,fieldIndex:a,start:f,end:d}),a++)}while(-1!==f)}function qL(t,e,n,i){return t.substring(0,n)+e+t.substring(i)}function Cte(t,e,n){var i=t;return Xp(n,function(r){i=qL(i,e,r.start,r.end)}),i}function wVe(t,e,n,i,r){var s=i.field,a=i.path,d=i.start,f=i.end;if(s===hf.key){var g=Ds(a),b=jn(t,g),C=xo(a),S=w9(g,Object.keys(b),C,qL(C,n,d,f));return{newSelection:d8(t,S),operations:S}}if(s===hf.value){var w=jn(t,a);if(void 0===w)throw new Error("Cannot replace: path not found ".concat(he(a)));var I="string"==typeof w?w:String(w),F=he(a),G=R3(w,e.enforceStringMap,F,r),q=qL(I,n,d,f),pe=[{op:"replace",path:he(a),value:G?q:n8(q,r)}];return{newSelection:d8(t,pe),operations:pe}}throw new Error("Cannot replace: unknown type of search result field ".concat(s))}function MVe(t,e,n,i,r){for(var s=bte(n,t,{maxResults:1/0}),a=[],d=0;de.floating[s]&&(a=Kw(a)),[a,Kw(a)]}function JVe(t){var e=Kw(t);return[ZL(t),e,ZL(e)]}function ZL(t){return t.replace(/start|end/g,function(e){return QVe[e]})}function XVe(t,e,n,i){var r=Ww(t),s=function(a,d,f){var g=["left","right"],b=["right","left"];switch(a){case"top":case"bottom":return f?d?b:g:d?g:b;case"left":case"right":return d?["top","bottom"]:["bottom","top"];default:return[]}}(Gm(t),"start"===n,i);return r&&(s=s.map(function(a){return a+"-"+r}),e&&(s=s.concat(s.map(ZL)))),s}function Kw(t){return t.replace(/left|right|bottom|top/g,function(e){return KVe[e]})}function eFe(t){return"number"!=typeof t?In({top:0,right:0,bottom:0,left:0},t):{top:t,right:t,bottom:t,left:t}}function Qw(t){return In(In({},t),{},{top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height})}function Ote(t,e,n){var i,r=t.reference,s=t.floating,a=qw(e),d=Dte(e),f=Ate(d),g=Gm(e),b="y"===a,C=r.x+r.width/2-s.width/2,S=r.y+r.height/2-s.height/2,w=r[f]/2-s[f]/2;switch(g){case"top":i={x:C,y:r.y-s.height};break;case"bottom":i={x:C,y:r.y+r.height};break;case"right":i={x:r.x+r.width,y:S};break;case"left":i={x:r.x-s.width,y:S};break;default:i={x:r.x,y:r.y}}switch(Ww(e)){case"start":i[d]-=w*(n&&b?-1:1);break;case"end":i[d]+=w*(n&&b?-1:1)}return i}var tFe=function(){var t=Ao(Ri().mark(function e(n,i,r){var s,a,d,f,g,C,S,w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,qt,At,Lt,vt;return Ri().wrap(function(Xt){for(;;)switch(Xt.prev=Xt.next){case 0:return a=void 0===(s=r.placement)?"bottom":s,f=void 0===(d=r.strategy)?"absolute":d,C=r.platform,S=(void 0===(g=r.middleware)?[]:g).filter(Boolean),Xt.next=4,null==C.isRTL?void 0:C.isRTL(i);case 4:return w=Xt.sent,Xt.next=7,C.getElementRects({reference:n,floating:i,strategy:f});case 7:F=Ote(I=Xt.sent,a,w),G=F.x,q=F.y,pe=a,me={},Pe=0,Ie=0;case 13:if(!(Ie"u"||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Zw(t){return["html","body","#document"].includes(D4(t))}function Lu(t){return qd(t).getComputedStyle(t)}function Jw(t){return H3(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function h8(t){if("html"===D4(t))return t;var e=t.assignedSlot||t.parentNode||Nte(t)&&t.host||F3(t);return Nte(e)?e.host:e}function kte(t){var e=h8(t);return Zw(e)?t.ownerDocument?t.ownerDocument.body:t.body:E0(e)&&A9(e)?e:kte(e)}function D9(t,e,n){var i;void 0===e&&(e=[]),void 0===n&&(n=!0);var r=kte(t),s=r===(null==(i=t.ownerDocument)?void 0:i.body),a=qd(r);return s?e.concat(a,a.visualViewport||[],A9(r)?r:[],a.frameElement&&n?D9(a.frameElement):[]):e.concat(r,D9(r,[],n))}function Lte(t){var e=Lu(t),n=parseFloat(e.width)||0,i=parseFloat(e.height)||0,r=E0(t),s=r?t.offsetWidth:n,a=r?t.offsetHeight:i,d=$w(n)!==s||$w(i)!==a;return d&&(n=s,i=a),{width:n,height:i,$:d}}function nP(t){return H3(t)?t:t.contextElement}function p8(t){var e=nP(t);if(!E0(e))return A4(1);var n=e.getBoundingClientRect(),i=Lte(e),r=i.width,s=i.height,a=i.$,d=(a?$w(n.width):n.width)/r,f=(a?$w(n.height):n.height)/s;return d&&Number.isFinite(d)||(d=1),f&&Number.isFinite(f)||(f=1),{x:d,y:f}}var rFe=A4(0);function Pte(t){var e=qd(t);return tP()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:rFe}function Ym(t,e,n,i){void 0===e&&(e=!1),void 0===n&&(n=!1);var r=t.getBoundingClientRect(),s=nP(t),a=A4(1);e&&(i?H3(i)&&(a=p8(i)):a=p8(t));var Ie,rt,d=(void 0===(Ie=n)&&(Ie=!1),!(rt=i)||Ie&&rt!==qd(s)||!Ie?A4(0):Pte(s)),f=(r.left+d.x)/a.x,g=(r.top+d.y)/a.y,b=r.width/a.x,C=r.height/a.y;if(s)for(var S=qd(s),w=i&&H3(i)?qd(i):i,I=S.frameElement;I&&i&&w!==S;){var F=p8(I),G=I.getBoundingClientRect(),q=Lu(I),pe=G.left+(I.clientLeft+parseFloat(q.paddingLeft))*F.x,me=G.top+(I.clientTop+parseFloat(q.paddingTop))*F.y;f*=F.x,g*=F.y,b*=F.x,C*=F.y,f+=pe,g+=me,I=qd(I).frameElement}return Qw({width:b,height:C,x:f,y:g})}function Vte(t){return Ym(F3(t)).left+Jw(t).scrollLeft}function Fte(t,e,n){var i,s,a,d,f,g,b,C,S;if("viewport"===e)i=function(s,a){var d=qd(s),f=F3(s),g=d.visualViewport,b=f.clientWidth,C=f.clientHeight,S=0,w=0;if(g){b=g.width,C=g.height;var I=tP();(!I||I&&"fixed"===a)&&(S=g.offsetLeft,w=g.offsetTop)}return{width:b,height:C,x:S,y:w}}(t,n);else if("document"===e)s=F3(t),a=F3(s),d=Jw(s),g=$m(a.scrollWidth,a.clientWidth,(f=s.ownerDocument.body).scrollWidth,f.clientWidth),b=$m(a.scrollHeight,a.clientHeight,f.scrollHeight,f.clientHeight),C=-d.scrollLeft+Vte(s),S=-d.scrollTop,"rtl"===Lu(f).direction&&(C+=$m(a.clientWidth,f.clientWidth)-g),i={width:g,height:b,x:C,y:S};else if(H3(e))i=function(s,a){var d=Ym(s,!0,"fixed"===a),f=d.top+s.clientTop,g=d.left+s.clientLeft,b=E0(s)?p8(s):A4(1);return{width:s.clientWidth*b.x,height:s.clientHeight*b.y,x:g*b.x,y:f*b.y}}(e,n);else{var r=Pte(t);i=In(In({},e),{},{x:e.x-r.x,y:e.y-r.y})}return Qw(i)}function Hte(t,e){var n=h8(t);return!(n===e||!H3(n)||Zw(n))&&("fixed"===Lu(n).position||Hte(n,e))}function oFe(t,e,n){var i=E0(e),r=F3(e),s="fixed"===n,a=Ym(t,!0,s,e),d={scrollLeft:0,scrollTop:0},f=A4(0);if(i||!i&&!s)if(("body"!==D4(e)||A9(r))&&(d=Jw(e)),i){var g=Ym(e,!0,s,e);f.x=g.x+e.clientLeft,f.y=g.y+e.clientTop}else r&&(f.x=Vte(r));return{x:a.left+d.scrollLeft-f.x,y:a.top+d.scrollTop-f.y,width:a.width,height:a.height}}function zte(t,e){return E0(t)&&"fixed"!==Lu(t).position?e?e(t):t.offsetParent:null}function Bte(t,e){var n=qd(t);if(!E0(t))return n;for(var i=zte(t,e);i&&iFe(i)&&"static"===Lu(i).position;)i=zte(i,e);return i&&("html"===D4(i)||"body"===D4(i)&&"static"===Lu(i).position&&!eP(i))?n:i||function(r){for(var s=h8(r);E0(s)&&!Zw(s);){if(eP(s))return s;s=h8(s)}return null}(t)||n}var sFe={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){var e=t.rect,n=t.offsetParent,i=t.strategy,r=E0(n),s=F3(n);if(n===s)return e;var a={scrollLeft:0,scrollTop:0},d=A4(1),f=A4(0);if((r||!r&&"fixed"!==i)&&(("body"!==D4(n)||A9(s))&&(a=Jw(n)),E0(n))){var g=Ym(n);d=p8(n),f.x=g.x+n.clientLeft,f.y=g.y+n.clientTop}return{width:e.width*d.x,height:e.height*d.y,x:e.x*d.x-a.scrollLeft*d.x+f.x,y:e.y*d.y-a.scrollTop*d.y+f.y}},getDocumentElement:F3,getClippingRect:function(t){var e=t.element,n=t.boundary,i=t.rootBoundary,r=t.strategy,s="clippingAncestors"===n?function(g,b){var C=b.get(g);if(C)return C;for(var S=D9(g,[],!1).filter(function(pe){return H3(pe)&&"body"!==D4(pe)}),w=null,I="fixed"===Lu(g).position,F=I?h8(g):g;H3(F)&&!Zw(F);){var G=Lu(F),q=eP(F);q||"fixed"!==G.position||(w=null),(I?!q&&!w:!q&&"static"===G.position&&w&&["absolute","fixed"].includes(w.position)||A9(F)&&!q&&Hte(g,F))?S=S.filter(function(pe){return pe!==F}):w=G,F=h8(F)}return b.set(g,S),S}(e,this._c):[].concat(n),a=[].concat(bs(s),[i]),f=a.reduce(function(g,b){var C=Fte(e,b,r);return g.top=$m(C.top,g.top),g.right=jw(C.right,g.right),g.bottom=jw(C.bottom,g.bottom),g.left=$m(C.left,g.left),g},Fte(e,a[0],r));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}},getOffsetParent:Bte,getElementRects:function(){var t=Ao(Ri().mark(function e(n){var i,r,s,a,d;return Ri().wrap(function(f){for(;;)switch(f.prev=f.next){case 0:return i=n.reference,r=n.floating,s=n.strategy,a=this.getOffsetParent||Bte,d=this.getDimensions,f.t0=oFe,f.t1=i,f.next=7,a(r);case 7:return f.t2=f.sent,f.t3=s,f.t4=(0,f.t0)(f.t1,f.t2,f.t3),f.t5=In,f.t6={x:0,y:0},f.next=14,d(r);case 14:return f.t7=f.sent,f.t8=(0,f.t5)(f.t6,f.t7),f.abrupt("return",{reference:f.t4,floating:f.t8});case 17:case"end":return f.stop()}},e,this)}));return function(e){return t.apply(this,arguments)}}(),getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){var e=Lte(t);return{width:e.width,height:e.height}},getScale:p8,isElement:H3,isRTL:function(t){return"rtl"===Lu(t).direction}},cFe=function(t){return void 0===t&&(t={}),{name:"shift",options:t,fn:function(e){return Ao(Ri().mark(function n(){var i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me,Nt;return Ri().wrap(function(on){for(;;)switch(on.prev=on.next){case 0:return i=e.x,r=e.y,s=e.placement,a=Yw(t,e),f=void 0===(d=a.mainAxis)||d,b=void 0!==(g=a.crossAxis)&&g,S=void 0===(C=a.limiter)?{fn:function(At){return{x:At.x,y:At.y}}}:C,w=kX(a,QLe),I={x:i,y:r},on.next=5,Ite(e,w);case 5:return F=on.sent,G=qw(Gm(s)),q=Mte(G),pe=I[q],me=I[G],f&&(pe=wte(pe+F["y"===q?"top":"left"],pe,pe-F["y"===q?"bottom":"right"])),b&&(me=wte(me+F["y"===G?"top":"left"],me,me-F["y"===G?"bottom":"right"])),Nt=S.fn(In(In({},e),{},Yd(Yd({},q,pe),G,me))),on.abrupt("return",In(In({},Nt),{},{data:{x:Nt.x-i,y:Nt.y-r}}));case 14:case"end":return on.stop()}},n)}))()}}},lFe=function(t){return void 0===t&&(t={}),{name:"flip",options:t,fn:function(e){return Ao(Ri().mark(function n(){var i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,qt,Nt,on,At,Lt,vt,Xt,Zt,jt,at,ht,Et,hn,Yn,bn;return Ri().wrap(function(sn){for(;;)switch(sn.prev=sn.next){case 0:if(s=e.placement,a=e.middlewareData,d=e.rects,f=e.initialPlacement,g=e.platform,b=e.elements,C=Yw(t,e),w=void 0===(S=C.mainAxis)||S,F=void 0===(I=C.crossAxis)||I,G=C.fallbackPlacements,pe=void 0===(q=C.fallbackStrategy)?"bestFit":q,Pe=void 0===(me=C.fallbackAxisSideDirection)?"none":me,rt=void 0===(Ie=C.flipAlignment)||Ie,mt=kX(C,KLe),null==(i=a.arrow)||!i.alignmentOffset){sn.next=4;break}return sn.abrupt("return",{});case 4:return Pt=Gm(s),qt=Gm(f)===f,sn.next=8,null==g.isRTL?void 0:g.isRTL(b.floating);case 8:return Nt=sn.sent,on=G||(qt||!rt?[Kw(f)]:JVe(f)),G||"none"===Pe||on.push.apply(on,bs(XVe(f,rt,Pe,Nt))),At=[f].concat(bs(on)),sn.next=14,Ite(e,mt);case 14:if(Lt=sn.sent,vt=[],Xt=(null==(r=a.flip)?void 0:r.overflows)||[],w&&vt.push(Lt[Pt]),F&&(Zt=ZVe(s,d,Nt),vt.push(Lt[Zt[0]],Lt[Zt[1]])),Xt=[].concat(bs(Xt),[{placement:s,overflows:vt}]),vt.every(function(Un){return Un<=0})){sn.next=37;break}if(ht=((null==(jt=a.flip)?void 0:jt.index)||0)+1,!(Et=At[ht])){sn.next=25;break}return sn.abrupt("return",{data:{index:ht,overflows:Xt},reset:{placement:Et}});case 25:if(hn=null==(at=Xt.filter(function(Un){return Un.overflows[0]<=0}).sort(function(Un,An){return Un.overflows[1]-An.overflows[1]})[0])?void 0:at.placement){sn.next=35;break}sn.t0=pe,sn.next="bestFit"===sn.t0?30:"initialPlacement"===sn.t0?33:35;break;case 30:return(bn=null==(Yn=Xt.map(function(Un){return[Un.placement,Un.overflows.filter(function(An){return An>0}).reduce(function(An,un){return An+un},0)]}).sort(function(Un,An){return Un[1]-An[1]})[0])?void 0:Yn[0])&&(hn=bn),sn.abrupt("break",35);case 33:return hn=f,sn.abrupt("break",35);case 35:if(s===hn){sn.next=37;break}return sn.abrupt("return",{reset:{placement:hn}});case 37:return sn.abrupt("return",{});case 38:case"end":return sn.stop()}},n)}))()}}};function uFe(t){var n=t.filterText,i=t.items,r=t.multiple,s=t.value,a=t.itemId,d=t.groupBy,f=t.filterSelectedItems,g=t.itemFilter,b=t.convertStringItemsToObjects,C=t.filterGroupedItems,S=t.label;if(i&&t.loadOptions)return i;if(!i)return[];i&&i.length>0&&"object"!==Mc(i[0])&&(i=b(i));var w=i.filter(function(I){var F=g(I[S],n,I);return F&&r&&null!=s&&s.length&&(F=!s.some(function(G){return!!f&&G[a]===I[a]})),F});return d&&(w=C(w)),w}function fFe(t){return iP.apply(this,arguments)}function iP(){return iP=Ao(Ri().mark(function t(e){var n,i,r,s,a;return Ri().wrap(function(d){for(;;)switch(d.prev=d.next){case 0:return n=e.dispatch,i=e.loadOptions,r=e.convertStringItemsToObjects,s=e.filterText,d.next=3,i(s).catch(function(f){console.warn("svelte-select loadOptions error :>> ",f),n("error",{type:"loadOptions",details:f})});case 3:if(!(a=d.sent)||a.cancelled){d.next=7;break}return a?(a&&a.length>0&&"object"!==Mc(a[0])&&(a=r(a)),n("loaded",{items:a})):a=[],d.abrupt("return",{filteredItems:a,loading:!1,focused:!0,listOpen:!0});case 7:case"end":return d.stop()}},t)})),iP.apply(this,arguments)}function hFe(t){Fo(t,"svelte-qbd276","svg.svelte-qbd276{width:var(--chevron-icon-width, 20px);height:var(--chevron-icon-width, 20px);color:var(--chevron-icon-colour, currentColor)}")}function pFe(t){var e,n;return{c:function(){e=g0("svg"),_e(n=g0("path"),"fill","currentColor"),_e(n,"d","M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747\n 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0\n 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502\n 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0\n 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"),_e(e,"width","100%"),_e(e,"height","100%"),_e(e,"viewBox","0 0 20 20"),_e(e,"focusable","false"),_e(e,"aria-hidden","true"),_e(e,"class","svelte-qbd276")},m:function(i,r){zt(i,e,r),Qe(e,n)},p:Ai,i:Ai,o:Ai,d:function(i){i&&Ft(e)}}}var mFe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,null,pFe,d1,{},hFe),i}return ro(e,so),Xr(e)}();function gFe(t){Fo(t,"svelte-whdbu1","svg.svelte-whdbu1{width:var(--clear-icon-width, 20px);height:var(--clear-icon-width, 20px);color:var(--clear-icon-color, currentColor)}")}function _Fe(t){var e,n;return{c:function(){e=g0("svg"),_e(n=g0("path"),"fill","currentColor"),_e(n,"d","M34.923,37.251L24,26.328L13.077,37.251L9.436,33.61l10.923-10.923L9.436,11.765l3.641-3.641L24,19.047L34.923,8.124\n l3.641,3.641L27.641,22.688L38.564,33.61L34.923,37.251z"),_e(e,"width","100%"),_e(e,"height","100%"),_e(e,"viewBox","-2 -2 50 50"),_e(e,"focusable","false"),_e(e,"aria-hidden","true"),_e(e,"role","presentation"),_e(e,"class","svelte-whdbu1")},m:function(i,r){zt(i,e,r),Qe(e,n)},p:Ai,i:Ai,o:Ai,d:function(i){i&&Ft(e)}}}var Xw=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,null,_Fe,d1,{},gFe),i}return ro(e,so),Xr(e)}();function vFe(t){Fo(t,"svelte-1p3nqvd",".loading.svelte-1p3nqvd{width:var(--spinner-width, 20px);height:var(--spinner-height, 20px);color:var(--spinner-color, var(--icons-color));animation:svelte-1p3nqvd-rotate 0.75s linear infinite;transform-origin:center center;transform:none}.circle_path.svelte-1p3nqvd{stroke-dasharray:90;stroke-linecap:round}@keyframes svelte-1p3nqvd-rotate{100%{transform:rotate(360deg)}}")}function bFe(t){var e,n;return{c:function(){e=g0("svg"),_e(n=g0("circle"),"class","circle_path svelte-1p3nqvd"),_e(n,"cx","50"),_e(n,"cy","50"),_e(n,"r","20"),_e(n,"fill","none"),_e(n,"stroke","currentColor"),_e(n,"stroke-width","5"),_e(n,"stroke-miterlimit","10"),_e(e,"class","loading svelte-1p3nqvd"),_e(e,"viewBox","25 25 50 50")},m:function(i,r){zt(i,e,r),Qe(e,n)},p:Ai,i:Ai,o:Ai,d:function(i){i&&Ft(e)}}}var yFe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,null,bFe,d1,{},vFe),i}return ro(e,so),Xr(e)}();function CFe(t){Fo(t,"svelte-82qwg8",".svelte-select.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{--borderRadius:var(--border-radius);--clearSelectColor:var(--clear-select-color);--clearSelectWidth:var(--clear-select-width);--disabledBackground:var(--disabled-background);--disabledBorderColor:var(--disabled-border-color);--disabledColor:var(--disabled-color);--disabledPlaceholderColor:var(--disabled-placeholder-color);--disabledPlaceholderOpacity:var(--disabled-placeholder-opacity);--errorBackground:var(--error-background);--errorBorder:var(--error-border);--groupItemPaddingLeft:var(--group-item-padding-left);--groupTitleColor:var(--group-title-color);--groupTitleFontSize:var(--group-title-font-size);--groupTitleFontWeight:var(--group-title-font-weight);--groupTitlePadding:var(--group-title-padding);--groupTitleTextTransform:var(--group-title-text-transform);--groupTitleBorderColor:var(--group-title-border-color);--groupTitleBorderWidth:var(--group-title-border-width);--groupTitleBorderStyle:var(--group-title-border-style);--indicatorColor:var(--chevron-color);--indicatorHeight:var(--chevron-height);--indicatorWidth:var(--chevron-width);--inputColor:var(--input-color);--inputLeft:var(--input-left);--inputLetterSpacing:var(--input-letter-spacing);--inputMargin:var(--input-margin);--inputPadding:var(--input-padding);--itemActiveBackground:var(--item-active-background);--itemColor:var(--item-color);--itemFirstBorderRadius:var(--item-first-border-radius);--itemHoverBG:var(--item-hover-bg);--itemHoverColor:var(--item-hover-color);--itemIsActiveBG:var(--item-is-active-bg);--itemIsActiveColor:var(--item-is-active-color);--itemIsNotSelectableColor:var(--item-is-not-selectable-color);--itemPadding:var(--item-padding);--listBackground:var(--list-background);--listBorder:var(--list-border);--listBorderRadius:var(--list-border-radius);--listEmptyColor:var(--list-empty-color);--listEmptyPadding:var(--list-empty-padding);--listEmptyTextAlign:var(--list-empty-text-align);--listMaxHeight:var(--list-max-height);--listPosition:var(--list-position);--listShadow:var(--list-shadow);--listZIndex:var(--list-z-index);--multiItemBG:var(--multi-item-bg);--multiItemBorderRadius:var(--multi-item-border-radius);--multiItemDisabledHoverBg:var(--multi-item-disabled-hover-bg);--multiItemDisabledHoverColor:var(--multi-item-disabled-hover-color);--multiItemHeight:var(--multi-item-height);--multiItemMargin:var(--multi-item-margin);--multiItemPadding:var(--multi-item-padding);--multiSelectInputMargin:var(--multi-select-input-margin);--multiSelectInputPadding:var(--multi-select-input-padding);--multiSelectPadding:var(--multi-select-padding);--placeholderColor:var(--placeholder-color);--placeholderOpacity:var(--placeholder-opacity);--selectedItemPadding:var(--selected-item-padding);--spinnerColor:var(--spinner-color);--spinnerHeight:var(--spinner-height);--spinnerWidth:var(--spinner-width);--internal-padding:0 0 0 16px;border:var(--border, 1px solid #d8dbdf);border-radius:var(--border-radius, 6px);min-height:var(--height, 42px);position:relative;display:flex;align-items:stretch;padding:var(--padding, var(--internal-padding));background:var(--background, #fff);margin:var(--margin, 0);width:var(--width, 100%);font-size:var(--font-size, 16px);max-height:var(--max-height)}.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{box-sizing:var(--box-sizing, border-box)}.svelte-select.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8:hover{border:var(--border-hover, 1px solid #b2b8bf)}.value-container.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{display:flex;flex:1 1 0%;flex-wrap:wrap;align-items:center;gap:5px 10px;padding:var(--value-container-padding, 5px 0);position:relative;overflow:var(--value-container-overflow, hidden);align-self:stretch}.prepend.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8,.indicators.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{display:flex;flex-shrink:0;align-items:center}.indicators.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{position:var(--indicators-position);top:var(--indicators-top);right:var(--indicators-right);bottom:var(--indicators-bottom)}input.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{position:absolute;cursor:default;border:none;color:var(--input-color, var(--item-color));padding:var(--input-padding, 0);letter-spacing:var(--input-letter-spacing, inherit);margin:var(--input-margin, 0);min-width:10px;top:0;right:0;bottom:0;left:0;background:transparent;font-size:var(--font-size, 16px)}.svelte-82qwg8:not(.multi)>.value-container.svelte-82qwg8>input.svelte-82qwg8{width:100%;height:100%}input.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8::placeholder{color:var(--placeholder-color, #78848f);opacity:var(--placeholder-opacity, 1)}input.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8:focus{outline:none}.svelte-select.focused.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{border:var(--border-focused, 1px solid #006fe8);border-radius:var(--border-radius-focused, var(--border-radius, 6px))}.disabled.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{background:var(--disabled-background, #ebedef);border-color:var(--disabled-border-color, #ebedef);color:var(--disabled-color, #c1c6cc)}.disabled.svelte-82qwg8 input.svelte-82qwg8.svelte-82qwg8::placeholder{color:var(--disabled-placeholder-color, #c1c6cc);opacity:var(--disabled-placeholder-opacity, 1)}.selected-item.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{position:relative;overflow:var(--selected-item-overflow, hidden);padding:var(--selected-item-padding, 0 20px 0 0);text-overflow:ellipsis;white-space:nowrap;color:var(--selected-item-color, inherit);font-size:var(--font-size, 16px)}.multi.svelte-82qwg8 .selected-item.svelte-82qwg8.svelte-82qwg8{position:absolute;line-height:var(--height, 42px);height:var(--height, 42px)}.selected-item.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8:focus{outline:none}.hide-selected-item.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{opacity:0}.icon.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{display:flex;align-items:center;justify-content:center}.clear-select.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{all:unset;display:flex;align-items:center;justify-content:center;width:var(--clear-select-width, 40px);height:var(--clear-select-height, 100%);color:var(--clear-select-color, var(--icons-color));margin:var(--clear-select-margin, 0);pointer-events:all;flex-shrink:0}.clear-select.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8:focus{outline:var(--clear-select-focus-outline, 1px solid #006fe8)}.loading.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{width:var(--loading-width, 40px);height:var(--loading-height);color:var(--loading-color, var(--icons-color));margin:var(--loading--margin, 0);flex-shrink:0}.chevron.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{width:var(--chevron-width, 40px);height:var(--chevron-height, 40px);background:var(--chevron-background, transparent);pointer-events:var(--chevron-pointer-events, none);color:var(--chevron-color, var(--icons-color));border:var(--chevron-border, 0 0 0 1px solid #d8dbdf);flex-shrink:0}.multi.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{padding:var(--multi-select-padding, var(--internal-padding))}.multi.svelte-82qwg8 input.svelte-82qwg8.svelte-82qwg8{padding:var(--multi-select-input-padding, 0);position:relative;margin:var(--multi-select-input-margin, 5px 0);flex:1 1 40px}.svelte-select.error.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{border:var(--error-border, 1px solid #ff2d55);background:var(--error-background, #fff)}.a11y-text.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{z-index:9999;border:0px;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0px;white-space:nowrap}.multi-item.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{background:var(--multi-item-bg, #ebedef);margin:var(--multi-item-margin, 0);outline:var(--multi-item-outline, 1px solid #ddd);border-radius:var(--multi-item-border-radius, 4px);height:var(--multi-item-height, 25px);line-height:var(--multi-item-height, 25px);display:flex;cursor:default;padding:var(--multi-item-padding, 0 5px);overflow:hidden;gap:var(--multi-item-gap, 4px);outline-offset:-1px;max-width:var(--multi-max-width, none);color:var(--multi-item-color, var(--item-color))}.multi-item.disabled.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8:hover{background:var(--multi-item-disabled-hover-bg, #ebedef);color:var(--multi-item-disabled-hover-color, #c1c6cc)}.multi-item-text.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-item-clear.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{display:flex;align-items:center;justify-content:center;--clear-icon-color:var(--multi-item-clear-icon-color, #000)}.multi-item.active.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{outline:var(--multi-item-active-outline, 1px solid #006fe8)}.svelte-select-list.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{box-shadow:var(--list-shadow, 0 2px 3px 0 rgba(44, 62, 80, 0.24));border-radius:var(--list-border-radius, 4px);max-height:var(--list-max-height, 252px);overflow-y:auto;background:var(--list-background, #fff);position:var(--list-position, absolute);z-index:var(--list-z-index, 2);border:var(--list-border)}.prefloat.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{opacity:0;pointer-events:none}.list-group-title.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{color:var(--group-title-color, #8f8f8f);cursor:default;font-size:var(--group-title-font-size, 16px);font-weight:var(--group-title-font-weight, 600);height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--group-title-padding, 0 20px);text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap;text-transform:var(--group-title-text-transform, uppercase);border-width:var(--group-title-border-width, medium);border-style:var(--group-title-border-style, none);border-color:var(--group-title-border-color, color)}.empty.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{text-align:var(--list-empty-text-align, center);padding:var(--list-empty-padding, 20px 0);color:var(--list-empty-color, #78848f)}.item.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{cursor:default;height:var(--item-height, var(--height, 42px));line-height:var(--item-line-height, var(--height, 42px));padding:var(--item-padding, 0 20px);color:var(--item-color, inherit);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;transition:var(--item-transition, all 0.2s);align-items:center;width:100%}.item.group-item.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{padding-left:var(--group-item-padding-left, 40px)}.item.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8:active{background:var(--item-active-background, #b9daff)}.item.active.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{background:var(--item-is-active-bg, #007aff);color:var(--item-is-active-color, #fff)}.item.first.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{border-radius:var(--item-first-border-radius, 4px 4px 0 0)}.item.hover.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8:not(.active){background:var(--item-hover-bg, #e7f2ff);color:var(--item-hover-color, inherit)}.item.not-selectable.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8,.item.hover.item.not-selectable.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8,.item.active.item.not-selectable.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8,.item.not-selectable.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8:active{color:var(--item-is-not-selectable-color, #999);background:transparent}.required.svelte-82qwg8.svelte-82qwg8.svelte-82qwg8{opacity:0;z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0}")}var EFe=function(t){return{value:8&t[0]}},Ute=function(t){return{value:t[3]}},SFe=function(t){return{value:8&t[0]}},jte=function(t){return{value:t[3]}},xFe=function(t){return{listOpen:64&t[0]}},$te=function(t){return{listOpen:t[6]}},TFe=function(t){return{}},Gte=function(t){return{}},wFe=function(t){return{}},Yte=function(t){return{}},MFe=function(t){return{selection:8&t[0]}},Wte=function(t){return{selection:t[3]}};function qte(t,e,n){var i=t.slice();return i[126]=e[n],i[128]=n,i}var AFe=function(t){return{}},Kte=function(t){return{}},DFe=function(t){return{selection:8&t[0]}},Qte=function(t){return{selection:t[126],index:t[128]}},OFe=function(t){return{}},Zte=function(t){return{}},IFe=function(t){return{}},Jte=function(t){return{}},RFe=function(t){return{}},Xte=function(t){return{}};function ene(t,e,n){var i=t.slice();return i[126]=e[n],i[128]=n,i}var NFe=function(t){return{item:16777216&t[0]}},tne=function(t){return{item:t[126],index:t[128]}},kFe=function(t){return{filteredItems:16777216&t[0]}},nne=function(t){return{filteredItems:t[24]}},LFe=function(t){return{}},ine=function(t){return{}};function rne(t){var e,n,i,r,s,a,d,f,g=t[50]["list-prepend"]&&one(t),b=[FFe,VFe,PFe],C=[];function S(I,F){return I[50].list?0:I[24].length>0?1:I[19]?-1:2}~(i=S(t))&&(r=C[i]=b[i](t));var w=t[50]["list-append"]&&ane(t);return{c:function(){e=yt("div"),g&&g.c(),n=wn(),r&&r.c(),s=wn(),w&&w.c(),_e(e,"class","svelte-select-list svelte-82qwg8"),_e(e,"role","none"),ii(e,"prefloat",t[28])},m:function(I,F){zt(I,e,F),g&&g.m(e,null),Qe(e,n),~i&&C[i].m(e,null),Qe(e,s),w&&w.m(e,null),t[91](e),a=!0,d||(f=[Ul(t[49].call(null,e)),pi(e,"scroll",t[41]),pi(e,"pointerup",uf(Lm(t[85]))),pi(e,"mousedown",uf(Lm(t[86])))],d=!0)},p:function(I,F){I[50]["list-prepend"]?g?(g.p(I,F),524288&F[1]&&ke(g,1)):((g=one(I)).c(),ke(g,1),g.m(e,n)):g&&(Si(),Ye(g,1,1,function(){g=null}),xi());var G=i;(i=S(I))===G?~i&&C[i].p(I,F):(r&&(Si(),Ye(C[G],1,1,function(){C[G]=null}),xi()),~i?((r=C[i])?r.p(I,F):(r=C[i]=b[i](I)).c(),ke(r,1),r.m(e,s)):r=null),I[50]["list-append"]?w?(w.p(I,F),524288&F[1]&&ke(w,1)):((w=ane(I)).c(),ke(w,1),w.m(e,null)):w&&(Si(),Ye(w,1,1,function(){w=null}),xi()),(!a||268435456&F[0])&&ii(e,"prefloat",I[28])},i:function(I){a||(ke(g),ke(r),ke(w),a=!0)},o:function(I){Ye(g),Ye(r),Ye(w),a=!1},d:function(I){I&&Ft(e),g&&g.d(),~i&&C[i].d(),w&&w.d(),t[91](null),d=!1,za(f)}}}function one(t){var e,n=t[83]["list-prepend"],i=Uc(n,t,t[82],ine);return{c:function(){i&&i.c()},m:function(r,s){i&&i.m(r,s),e=!0},p:function(r,s){i&&i.p&&(!e||1048576&s[2])&&$c(i,n,r,r[82],e?jc(n,r[82],s,LFe):Gc(r[82]),ine)},i:function(r){e||(ke(i,r),e=!0)},o:function(r){Ye(i,r),e=!1},d:function(r){i&&i.d(r)}}}function PFe(t){var e,n,i=t[83].empty,r=Uc(i,t,t[82],Xte),s=r||{c:function(){(n=yt("div")).textContent="No options",_e(n,"class","empty svelte-82qwg8")},m:function(a,d){zt(a,n,d)},p:Ai,d:function(a){a&&Ft(n)}};return{c:function(){s&&s.c()},m:function(a,d){s&&s.m(a,d),e=!0},p:function(a,d){r&&r.p&&(!e||1048576&d[2])&&$c(r,i,a,a[82],e?jc(i,a[82],d,RFe):Gc(a[82]),Xte)},i:function(a){e||(ke(s,a),e=!0)},o:function(a){Ye(s,a),e=!1},d:function(a){s&&s.d(a)}}}function VFe(t){for(var e,n,i=Ho(t[24]),r=[],s=0;s1&&void 0!==arguments[1]?arguments[1]:1;clearTimeout(S),S=setTimeout(ln,xr)}:I4,E8=e.debounceWait,Fu=void 0===E8?300:E8,z3=e.hideEmptyState,B3=void 0!==z3&&z3,U3=e.inputAttributes,Kd=void 0===U3?{}:U3,Ol=e.listAutoWidth,j3=void 0===Ol||Ol,Km=e.showChevron,S0=void 0!==Km&&Km,$3=e.listOffset,R4=void 0===$3?5:$3,kt=e.hoverItemIndex,Wn=void 0===kt?0:kt,Zi=e.floatingConfig,_r=void 0===Zi?{}:Zi,Nr=e.class,Rs=void 0===Nr?"":Nr;function ca(ln){var xr=[],Mo={};ln.forEach(function(us){var Ls=hc(us);xr.includes(Ls)||(xr.push(Ls),Mo[Ls]=[],Ls&&Mo[Ls].push(Object.assign(hr(Ls,us),{id:Ls,groupHeader:!0,selectable:f1}))),Mo[Ls].push(Object.assign({groupItem:!!Ls},us))});var ha=[];return j1(xr).forEach(function(us){Mo[us]&&ha.push.apply(ha,bs(Mo[us]))}),ha}function Oa(){var ln=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,xr=arguments.length>1?arguments[1]:void 0;n(7,Wn=ln<0?0:ln),!xr&&hc&&g[Wn]&&!g[Wn].selectable&&O1(1)}function pt(){var ln=!0;if(Pn){var xr=[],Mo=[];Pn.forEach(function(ha){xr.includes(ha[aa])?ln=!1:(xr.push(ha[aa]),Mo.push(ha))}),ln||n(3,Pn=Mo)}return ln}function Tn(ln){var xr=ln?ln[aa]:Pn[aa];return Da.find(function(Mo){return Mo[aa]===xr})}function Zn(ln){return Ni.apply(this,arguments)}function Ni(){return(Ni=Ao(Ri().mark(function ln(xr){var Mo;return Ri().wrap(function(ha){for(;;)switch(ha.prev=ha.next){case 0:Mo=Pn[xr],n(3,Pn=1===Pn.length?void 0:Pn.filter(function(us){return us!==Mo})),mt("clear",Mo);case 3:case"end":return ha.stop()}},ln)}))).apply(this,arguments)}function Gi(ln){var xr,Mo;ir&&hn===(null===(xr=document)||void 0===xr?void 0:xr.activeElement)||(ln&&mt("focus",ln),null===(Mo=hn)||void 0===Mo||Mo.focus(),n(2,ir=!0))}function rr(ln){return Do.apply(this,arguments)}function Do(){return(Do=Ao(Ri().mark(function ln(xr){var Mo;return Ri().wrap(function(ha){for(;;)switch(ha.prev=ha.next){case 0:if(!ml){ha.next=2;break}return ha.abrupt("return");case 2:(ds||ir)&&(mt("blur",xr),Yr(),n(2,ir=!1),n(26,w=void 0),null===(Mo=hn)||void 0===Mo||Mo.blur());case 3:case"end":return ha.stop()}},ln)}))).apply(this,arguments)}function Yr(){p1&&n(4,vo=""),n(6,ds=!1)}pe=Ao(Ri().mark(function ln(){return Ri().wrap(function(xr){for(;;)switch(xr.prev=xr.next){case 0:n(78,I=Pn),n(79,F=vo),n(80,G=bn);case 3:case"end":return xr.stop()}},ln)})),Q_().$$.before_update.push(pe),Du(function(){ds&&n(2,ir=!0),ir&&hn&&hn.focus()});var ja,ko=e.ariaValues,il=void 0===ko?function(ln){return"Option ".concat(ln,", selected.")}:ko,cc=e.ariaListOpen,rl=void 0===cc?function(ln,xr){return"You are currently focused on option ".concat(ln,". There are ").concat(xr," results available.")}:cc,V2=e.ariaFocused,xs=void 0===V2?function(){return"Select is focused, type to refine list, press down to open the menu."}:V2,Il=null;function Js(){clearTimeout(ja),ja=setTimeout(function(){ml=!1},100)}Wd(function(){var ln;null===(ln=Il)||void 0===ln||ln.remove()});var ml=!1;function _f(ln){ln&&!1!==ln.selectable&&function(xr){if(xr){n(4,vo="");var Mo=Object.assign({},xr);if(Mo.groupHeader&&!Mo.selectable)return;n(3,Pn=bn?Pn?Pn.concat([Mo]):[Mo]:n(3,Pn=Mo)),setTimeout(function(){l2&&Yr(),n(26,w=void 0),mt("change",Pn),mt("select",xr)})}}(ln)}function Qd(ln){ml||n(7,Wn=ln)}function S8(ln){var ha,xr=ln.item,Mo=ln.i;if(!1!==xr?.selectable)return Pn&&!bn&&Pn[aa]===xr[aa]?Yr():void(((ha=xr).groupHeader&&ha.selectable||ha.selectable||!ha.hasOwnProperty("selectable"))&&(n(7,Wn=Mo),_f(xr)))}function O1(ln){if(0===g.filter(function(Mo){return!Object.hasOwn(Mo,"selectable")||!0===Mo.selectable}).length)return n(7,Wn=0);n(7,ln>0&&Wn===g.length-1?Wn=0:ln<0&&0===Wn?Wn=g.length-1:Wn+=ln);var xr=g[Wn];xr&&!1===xr.selectable&&(1!==ln&&-1!==ln||O1(ln))}var Zd=N4,x0=N4;function N4(ln){return{update:function(xr){xr.scroll&&(Js(),ln.scrollIntoView({behavior:"auto",block:"nearest"}))}}}var od,ln,xr,Mo,ha,us,Ls,pc,vf={strategy:"absolute",placement:"bottom-start",middleware:[(od=R4,void 0===od&&(od=0),{name:"offset",options:od,fn:function(ln){return Ao(Ri().mark(function xr(){var Mo,ha,us,Ls,pc,Zm,m1;return Ri().wrap(function(Rl){for(;;)switch(Rl.prev=Rl.next){case 0:return us=ln.x,Ls=ln.y,pc=ln.placement,Zm=ln.middlewareData,Rl.next=3,nFe(ln,od);case 3:if(m1=Rl.sent,pc!==(null==(Mo=Zm.offset)?void 0:Mo.placement)||null==(ha=Zm.arrow)||!ha.alignmentOffset){Rl.next=6;break}return Rl.abrupt("return",{});case 6:return Rl.abrupt("return",{x:us+m1.x,y:Ls+m1.y,data:In(In({},m1),{},{placement:pc})});case 7:case"end":return Rl.stop()}},xr)}))()}}),lFe(),cFe()],autoUpdate:!1},P9=(ha={autoUpdate:!0},us=ln=vf,Ls=function(m1){return In(In(In({},ha),ln||{}),m1||{})},pc=function(m1){xr&&Mo&&(us=Ls(m1),function(t,e,n){var i=new Map,r=In({platform:sFe},n),s=In(In({},r.platform),{},{_c:i});return tFe(t,e,In(In({},r),{},{platform:s}))}(xr,Mo,us).then(function(Rl){var Jd;Object.assign(Mo.style,{position:Rl.strategy,left:"".concat(Rl.x,"px"),top:"".concat(Rl.y,"px")}),null!==(Jd=us)&&void 0!==Jd&&Jd.onComputed&&us.onComputed(Rl)}))},[function(m1){if("subscribe"in m1)return function(m1){Wd(m1.subscribe(function(Rl){void 0===xr?(xr=Rl,pc()):(Object.assign(xr,Rl),pc())}))}(m1),{};xr=m1,pc()},function(m1,Rl){var Jd;Mo=m1,us=Ls(Rl),setTimeout(function(){return pc(Rl)},0),pc(Rl);var x8=function(){Jd&&(Jd(),Jd=void 0)},uM=function(){var k4=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:us||{}).autoUpdate;x8(),!1!==k4&&Ml().then(function(){return function aFe(t,e,n,i){void 0===i&&(i={});var s=i.ancestorScroll,a=void 0===s||s,d=i.ancestorResize,f=void 0===d||d,g=i.elementResize,b=void 0===g?"function"==typeof ResizeObserver:g,C=i.layoutShift,S=void 0===C?"function"==typeof IntersectionObserver:C,w=i.animationFrame,I=void 0!==w&&w,F=nP(t),G=a||f?[].concat(bs(F?D9(F):[]),bs(D9(e))):[];G.forEach(function(rt){a&&rt.addEventListener("scroll",n,{passive:!0}),f&&rt.addEventListener("resize",n)});var q,pe=F&&S?function(rt,mt){var Pt,qt=null,Nt=F3(rt);function on(){clearTimeout(Pt),qt&&qt.disconnect(),qt=null}return function At(Lt,vt){void 0===Lt&&(Lt=!1),void 0===vt&&(vt=1),on();var Xt=rt.getBoundingClientRect(),Zt=Xt.left,jt=Xt.top,at=Xt.width,ht=Xt.height;if(Lt||mt(),at&&ht){var Et={rootMargin:-Gw(jt)+"px "+-Gw(Nt.clientWidth-(Zt+at))+"px "+-Gw(Nt.clientHeight-(jt+ht))+"px "+-Gw(Zt)+"px",threshold:$m(0,jw(1,vt))||1},hn=!0;try{qt=new IntersectionObserver(Yn,In(In({},Et),{},{root:Nt.ownerDocument}))}catch{qt=new IntersectionObserver(Yn,Et)}qt.observe(rt)}function Yn(bn){var sn=bn[0].intersectionRatio;if(sn!==vt){if(!hn)return At();sn?At(!1,sn):Pt=setTimeout(function(){At(!1,1e-7)},100)}hn=!1}}(!0),on}(F,n):null,me=-1,Pe=null;b&&(Pe=new ResizeObserver(function(rt){var mt=$o(rt,1)[0];mt&&mt.target===F&&Pe&&(Pe.unobserve(e),cancelAnimationFrame(me),me=requestAnimationFrame(function(){Pe&&Pe.observe(e)})),n()}),F&&!I&&Pe.observe(F),Pe.observe(e));var Ie=I?Ym(t):null;return I&&function rt(){var mt=Ym(t);!Ie||mt.x===Ie.x&&mt.y===Ie.y&&mt.width===Ie.width&&mt.height===Ie.height||n(),Ie=mt,q=requestAnimationFrame(rt)}(),n(),function(){G.forEach(function(rt){a&&rt.removeEventListener("scroll",n),f&&rt.removeEventListener("resize",n)}),pe&&pe(),Pe&&Pe.disconnect(),Pe=null,I&&cancelAnimationFrame(q)}}(xr,Mo,function(){return pc(us)},!0===k4?{}:k4)})};return Jd=uM(),{update:function(k4){pc(k4),Jd=uM(k4)},destroy:function(){x8()}}},pc]),Qm=$o(P9,3),V9=Qm[0],xP=Qm[1],TP=Qm[2],F9=!0;return t.$$set=function(ln){"justValue"in ln&&n(52,qt=ln.justValue),"filter"in ln&&n(53,on=ln.filter),"getItems"in ln&&n(54,Lt=ln.getItems),"id"in ln&&n(55,Xt=ln.id),"name"in ln&&n(8,jt=ln.name),"container"in ln&&n(0,ht=ln.container),"input"in ln&&n(1,hn=ln.input),"multiple"in ln&&n(9,bn=ln.multiple),"multiFullItemClearable"in ln&&n(10,Un=ln.multiFullItemClearable),"disabled"in ln&&n(11,un=ln.disabled),"focused"in ln&&n(2,ir=ln.focused),"value"in ln&&n(3,Pn=ln.value),"filterText"in ln&&n(4,vo=ln.filterText),"placeholder"in ln&&n(56,ba=ln.placeholder),"placeholderAlwaysShow"in ln&&n(57,wo=ln.placeholderAlwaysShow),"items"in ln&&n(51,Da=ln.items),"label"in ln&&n(12,Rr=ln.label),"itemFilter"in ln&&n(58,Fi=ln.itemFilter),"groupBy"in ln&&n(59,hc=ln.groupBy),"groupFilter"in ln&&n(60,j1=ln.groupFilter),"groupHeaderSelectable"in ln&&n(61,f1=ln.groupHeaderSelectable),"itemId"in ln&&n(13,aa=ln.itemId),"loadOptions"in ln&&n(62,bc=ln.loadOptions),"containerStyles"in ln&&n(14,ac=ln.containerStyles),"hasError"in ln&&n(15,rd=ln.hasError),"filterSelectedItems"in ln&&n(63,Gl=ln.filterSelectedItems),"required"in ln&&n(16,nl=ln.required),"closeListOnChange"in ln&&n(64,l2=ln.closeListOnChange),"clearFilterTextOnBlur"in ln&&n(65,p1=ln.clearFilterTextOnBlur),"createGroupHeaderItem"in ln&&n(66,hr=ln.createGroupHeaderItem),"searchable"in ln&&n(17,ua=ln.searchable),"inputStyles"in ln&&n(18,Hn=ln.inputStyles),"clearable"in ln&&n(68,Lr=ln.clearable),"loading"in ln&&n(5,Hs=ln.loading),"listOpen"in ln&&n(6,ds=ln.listOpen),"debounce"in ln&&n(69,gf=ln.debounce),"debounceWait"in ln&&n(70,Fu=ln.debounceWait),"hideEmptyState"in ln&&n(19,B3=ln.hideEmptyState),"inputAttributes"in ln&&n(71,Kd=ln.inputAttributes),"listAutoWidth"in ln&&n(72,j3=ln.listAutoWidth),"showChevron"in ln&&n(20,S0=ln.showChevron),"listOffset"in ln&&n(73,R4=ln.listOffset),"hoverItemIndex"in ln&&n(7,Wn=ln.hoverItemIndex),"floatingConfig"in ln&&n(74,_r=ln.floatingConfig),"class"in ln&&n(21,Rs=ln.class),"ariaValues"in ln&&n(75,il=ln.ariaValues),"ariaListOpen"in ln&&n(76,rl=ln.ariaListOpen),"ariaFocused"in ln&&n(77,xs=ln.ariaFocused),"$$scope"in ln&&n(82,Ie=ln.$$scope)},t.$$.update=function(){var ln,xr,Mo,ha;8&t.$$.dirty[0]|1048576&t.$$.dirty[1]&&Pn&&function(){if("string"==typeof Pn){var us=(Da||[]).find(function(Ls){return Ls[aa]===Pn});n(3,Pn=us||Yd(Yd({},aa,Pn),"label",Pn))}else bn&&Array.isArray(Pn)&&Pn.length>0&&n(3,Pn=Pn.map(function(Ls){return"string"==typeof Ls?{value:Ls,label:Ls}:Ls}))}(),131072&t.$$.dirty[0]|512&t.$$.dirty[2]&&(!Kd&&ua||(n(27,q=Object.assign({autocapitalize:"none",autocomplete:"off",autocorrect:"off",spellcheck:!1,tabindex:0,type:"text","aria-autocomplete":"list"},Kd)),Xt&&n(27,q.id=Xt,q),ua||n(27,q.readonly=!0,q))),512&t.$$.dirty[0]&&bn&&Pn&&(Array.isArray(Pn)?n(3,Pn=bs(Pn)):n(3,Pn=[Pn])),512&t.$$.dirty[0]|262144&t.$$.dirty[2]&&G&&!bn&&Pn&&n(3,Pn=null),520&t.$$.dirty[0]&&bn&&Pn&&Pn.length>1&&pt(),8&t.$$.dirty[0]&&Pn&&(bn?JSON.stringify(Pn)!==JSON.stringify(I)&&pt()&&mt("input",Pn):I&&JSON.stringify(Pn[aa])===JSON.stringify(I[aa])||mt("input",Pn)),520&t.$$.dirty[0]|65536&t.$$.dirty[2]&&!Pn&&bn&&I&&mt("input",Pn),6&t.$$.dirty[0]&&!ir&&hn&&Yr(),16&t.$$.dirty[0]|131072&t.$$.dirty[2]&&vo!==F&&(bc||0!==vo.length)&&(bc?gf(Ao(Ri().mark(function us(){var Ls;return Ri().wrap(function(pc){for(;;)switch(pc.prev=pc.next){case 0:return n(5,Hs=!0),pc.next=3,Lt({dispatch:mt,loadOptions:bc,convertStringItemsToObjects:gne,filterText:vo});case 3:(Ls=pc.sent)?(n(5,Hs=Ls.loading),n(6,ds=ds?Ls.listOpen:vo.length>0),n(2,ir=ds&&Ls.focused),n(51,Da=hc?ca(Ls.filteredItems):Ls.filteredItems)):(n(5,Hs=!1),n(2,ir=!0),n(6,ds=!0));case 5:case"end":return pc.stop()}},us)})),Fu):(n(6,ds=!0),bn&&n(26,w=void 0))),12824&t.$$.dirty[0]|407896064&t.$$.dirty[1]|3&t.$$.dirty[2]&&n(24,g=on({loadOptions:bc,filterText:vo,items:Da,multiple:bn,value:Pn,itemId:aa,groupBy:hc,label:Rr,filterSelectedItems:Gl,itemFilter:Fi,convertStringItemsToObjects:gne,filterGroupedItems:ca})),16777800&t.$$.dirty[0]&&!bn&&ds&&Pn&&g&&Oa(g.findIndex(function(us){return us[aa]===Pn[aa]}),!0),576&t.$$.dirty[0]&&ds&&bn&&n(7,Wn=0),16&t.$$.dirty[0]&&vo&&n(7,Wn=0),128&t.$$.dirty[0]&&mt("hoverItem",Wn),520&t.$$.dirty[0]&&n(25,i=bn?Pn&&Pn.length>0:Pn),33554448&t.$$.dirty[0]&&n(35,r=i&&vo.length>0),33556512&t.$$.dirty[0]|64&t.$$.dirty[2]&&n(34,s=i&&Lr&&!un&&!Hs),520&t.$$.dirty[0]|100663296&t.$$.dirty[1]&&n(33,a=wo&&bn||bn&&0===(null===(ln=Pn)||void 0===ln?void 0:ln.length)?ba:Pn?"":ba),520&t.$$.dirty[0]&&n(32,d=Pn?(xr=bn&&Pn.length>0?Pn.map(function(us){return us[Rr]}).join(", "):Pn[Rr],il(xr)):""),16777412&t.$$.dirty[0]&&n(31,f=function(){if(!g||0===g.length)return"";var us=g[Wn];return ds&&us?rl(us[Rr],g?g.length:0):xs()}()),1048576&t.$$.dirty[1]&&function(us){us&&0!==us.length&&!us.some(function(Ls){return"object"!==Mc(Ls)})&&Pn&&(bn?!Pn.some(function(Ls){return!Ls||!Ls[aa]}):Pn[aa])&&(Array.isArray(Pn)?n(3,Pn=Pn.map(function(Ls){return Tn(Ls)||Ls})):n(3,Pn=Tn()||Pn))}(Da),8712&t.$$.dirty[0]&&n(52,qt=bn?Pn?Pn.map(function(us){return us[aa]}):null:Pn&&Pn[aa]),520&t.$$.dirty[0]|65536&t.$$.dirty[2]&&(bn||!I||Pn||mt("input",Pn)),16777800&t.$$.dirty[0]&&ds&&g&&!bn&&!Pn&&Oa(),16777216&t.$$.dirty[0]&&function(us){ds&&mt("filter",us)}(g),1&t.$$.dirty[0]|4096&t.$$.dirty[2]&&ht&&void 0===(null===(Mo=_r)||void 0===Mo?void 0:Mo.autoUpdate)&&n(81,vf.autoUpdate=!0,vf),1&t.$$.dirty[0]|528384&t.$$.dirty[2]&&ht&&_r&&TP(Object.assign(vf,_r)),8388608&t.$$.dirty[0]&&n(30,b=!!Il),8388672&t.$$.dirty[0]&&function(us,Ls){if(!us||!Ls)return n(28,F9=!0);setTimeout(function(){n(28,F9=!1)},0)}(Il,ds),8388673&t.$$.dirty[0]&&ds&&ht&&Il&&(ha=ht.getBoundingClientRect().width,n(23,Il.style.width=j3?ha+"px":"auto",Il)),128&t.$$.dirty[0]&&n(29,C=Wn),70&t.$$.dirty[0]&&hn&&ds&&!ir&&Gi()},[ht,hn,ir,Pn,vo,Hs,ds,Wn,jt,bn,Un,un,Rr,aa,ac,rd,nl,ua,Hn,B3,S0,Rs,function(){mt("clear",Pn),n(3,Pn=void 0),Yr(),Gi()},Il,g,i,w,q,F9,C,b,f,d,a,s,r,Zn,function(ln){if(ir)switch(ln.stopPropagation(),ln.key){case"Escape":ln.preventDefault(),Yr();break;case"Enter":if(ln.preventDefault(),ds){if(0===g.length)break;if(Pn&&!bn&&Pn[aa]===g[Wn][aa]){Yr();break}_f(g[Wn])}break;case"ArrowDown":ln.preventDefault(),ds?O1(1):(n(6,ds=!0),n(26,w=void 0));break;case"ArrowUp":ln.preventDefault(),ds?O1(-1):(n(6,ds=!0),n(26,w=void 0));break;case"Tab":if(ds&&ir){if(0===g.length||Pn&&Pn[aa]===g[Wn][aa])return Yr();ln.preventDefault(),_f(g[Wn]),Yr()}break;case"Backspace":if(!bn||vo.length>0)return;if(bn&&Pn&&Pn.length>0){if(Zn(void 0!==w?w:Pn.length-1),0===w||void 0===w)break;n(26,w=Pn.length>w?w-1:void 0)}break;case"ArrowLeft":if(!Pn||!bn||vo.length>0)return;void 0===w?n(26,w=Pn.length-1):Pn.length>w&&0!==w&&n(26,w-=1);break;case"ArrowRight":if(!Pn||!bn||vo.length>0||void 0===w)return;w===Pn.length-1?n(26,w=void 0):w0?n(6,ds=!0):void n(6,ds=!ds)},Js,function(ln){var xr;ds||ir||!ht||ht.contains(ln.target)||null!==(xr=Il)&&void 0!==xr&&xr.contains(ln.target)||rr()},Qd,S8,function(ln,xr,Mo){if(!bn)return xr&&xr[Mo]===ln[Mo]},Zd,x0,V9,xP,rt,Da,qt,on,Lt,Xt,ba,wo,Fi,hc,j1,f1,bc,Gl,l2,p1,hr,function(){return g},Lr,gf,Fu,Kd,j3,R4,_r,il,rl,xs,I,F,G,vf,Ie,Pe,function(ln){xw.call(this,t,ln)},function(ln){xw.call(this,t,ln)},function(ln){xw.call(this,t,ln)},function(ln){xw.call(this,t,ln)},function(ln){return Qd(ln)},function(ln){return Qd(ln)},function(ln,xr){return S8({item:ln,i:xr})},function(ln){ys[ln?"unshift":"push"](function(){n(23,Il=ln)})},function(ln){return Zn(ln)},function(ln){return Un?Zn(ln):{}},function(ln){ys[ln?"unshift":"push"](function(){n(1,hn=ln)})},function(){n(4,vo=this.value)},function(ln){ys[ln?"unshift":"push"](function(){n(0,ht=ln)})}]}var Wm=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,UFe,BFe,d1,{justValue:52,filter:53,getItems:54,id:55,name:8,container:0,input:1,multiple:9,multiFullItemClearable:10,disabled:11,focused:2,value:3,filterText:4,placeholder:56,placeholderAlwaysShow:57,items:51,label:12,itemFilter:58,groupBy:59,groupFilter:60,groupHeaderSelectable:61,itemId:13,loadOptions:62,containerStyles:14,hasError:15,filterSelectedItems:63,required:16,closeListOnChange:64,clearFilterTextOnBlur:65,createGroupHeaderItem:66,getFilteredItems:67,searchable:17,inputStyles:18,clearable:68,loading:5,listOpen:6,debounce:69,debounceWait:70,hideEmptyState:19,inputAttributes:71,listAutoWidth:72,showChevron:20,listOffset:73,hoverItemIndex:7,floatingConfig:74,class:21,handleClear:22,ariaValues:75,ariaListOpen:76,ariaFocused:77},CFe,[-1,-1,-1,-1,-1]),i}return ro(e,so),Xr(e,[{key:"getFilteredItems",get:function(){return this.$$.ctx[67]}},{key:"handleClear",get:function(){return this.$$.ctx[22]}}])}();function jFe(t){Fo(t,"svelte-ijtq0l","table.jse-transform-wizard.svelte-ijtq0l.svelte-ijtq0l{border-collapse:collapse;border-spacing:0;width:100%}table.jse-transform-wizard.svelte-ijtq0l input.svelte-ijtq0l{font-family:inherit;font-size:inherit}table.jse-transform-wizard.svelte-ijtq0l tr th.svelte-ijtq0l{font-weight:normal;text-align:left;width:60px}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal.svelte-ijtq0l{width:100%;display:flex;flex-direction:row;margin-bottom:calc(0.5 * var(--jse-padding, 10px))}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal.svelte-ijtq0l .svelte-select .multi-item{align-items:center}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal.svelte-ijtq0l .svelte-select .value-container{gap:0 !important}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal.svelte-ijtq0l .svelte-select.jse-filter-path{flex:4;margin-right:calc(0.5 * var(--jse-padding, 10px))}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal.svelte-ijtq0l .svelte-select.jse-filter-relation{flex:1.5;margin-right:calc(0.5 * var(--jse-padding, 10px))}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal.svelte-ijtq0l .svelte-select.jse-sort-path{flex:3;margin-right:calc(0.5 * var(--jse-padding, 10px))}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal.svelte-ijtq0l .svelte-select.jse-sort-direction{flex:1}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal.svelte-ijtq0l .svelte-select.jse-projection-paths{flex:1}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal.svelte-ijtq0l .svelte-select input{box-sizing:border-box}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal .jse-filter-value.svelte-ijtq0l{flex:4;padding:4px 8px;border:var(--jse-input-border, 1px solid #d8dbdf);border-radius:var(--jse-input-radius, 3px);outline:none;background:var(--jse-input-background, var(--jse-background-color, #fff));color:inherit}table.jse-transform-wizard.svelte-ijtq0l tr td .jse-horizontal .jse-filter-value.svelte-ijtq0l:focus{border:var(--jse-input-border-focus, 1px solid var(--jse-input-border-focus, var(--jse-theme-color, #3883fa)))}")}function $Fe(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,qt,Nt,on,At,Lt,vt,Xt,Zt,jt,at,ht;function Et(hi){t[16](hi)}var hn={class:"jse-filter-path",showChevron:!0,items:t[7]};function Yn(hi){t[17](hi)}void 0!==t[0]&&(hn.value=t[0]),d=new Wm({props:hn}),ys.push(function(){return id(d,"value",Et)});var bn={class:"jse-filter-relation",showChevron:!0,items:t[8]};function sn(hi){t[19](hi)}void 0!==t[1]&&(bn.value=t[1]),b=new Wm({props:bn}),ys.push(function(){return id(b,"value",Yn)});var Un={class:"jse-sort-path",showChevron:!0,items:t[7]};function An(hi){t[20](hi)}void 0!==t[3]&&(Un.value=t[3]),Pe=new Wm({props:Un}),ys.push(function(){return id(Pe,"value",sn)});var un={class:"jse-sort-direction",showChevron:!0,items:t[9]};function Vi(hi){t[21](hi)}void 0!==t[4]&&(un.value=t[4]),mt=new Wm({props:un}),ys.push(function(){return id(mt,"value",An)});var ir={class:"jse-projection-paths",multiple:!0,showChevron:!0,items:t[6]};return void 0!==t[5]&&(ir.value=t[5]),Xt=new Wm({props:ir}),ys.push(function(){return id(Xt,"value",Vi)}),{c:function(){e=yt("table"),n=yt("tr"),(i=yt("th")).textContent="Filter",r=wn(),s=yt("td"),a=yt("div"),Qn(d.$$.fragment),g=wn(),Qn(b.$$.fragment),S=wn(),w=yt("input"),I=wn(),F=yt("tr"),(G=yt("th")).textContent="Sort",q=wn(),pe=yt("td"),me=yt("div"),Qn(Pe.$$.fragment),rt=wn(),Qn(mt.$$.fragment),qt=wn(),Nt=yt("tr"),(on=yt("th")).textContent="Pick",At=wn(),Lt=yt("td"),vt=yt("div"),Qn(Xt.$$.fragment),_e(i,"class","svelte-ijtq0l"),_e(w,"class","jse-filter-value svelte-ijtq0l"),_e(a,"class","jse-horizontal svelte-ijtq0l"),_e(G,"class","svelte-ijtq0l"),_e(me,"class","jse-horizontal svelte-ijtq0l"),_e(on,"class","svelte-ijtq0l"),_e(vt,"class","jse-horizontal svelte-ijtq0l"),_e(e,"class","jse-transform-wizard svelte-ijtq0l")},m:function(hi,Pn){zt(hi,e,Pn),Qe(e,n),Qe(n,i),Qe(n,r),Qe(n,s),Qe(s,a),qn(d,a,null),Qe(a,g),qn(b,a,null),Qe(a,S),Qe(a,w),_0(w,t[2]),Qe(e,I),Qe(e,F),Qe(F,G),Qe(F,q),Qe(F,pe),Qe(pe,me),qn(Pe,me,null),Qe(me,rt),qn(mt,me,null),Qe(e,qt),Qe(e,Nt),Qe(Nt,on),Qe(Nt,At),Qe(Nt,Lt),Qe(Lt,vt),qn(Xt,vt,null),jt=!0,at||(ht=pi(w,"input",t[18]),at=!0)},p:function(hi,Pn){var _o=$o(Pn,1)[0],vo={};128&_o&&(vo.items=hi[7]),!f&&1&_o&&(f=!0,vo.value=hi[0],nd(function(){return f=!1})),d.$set(vo);var Ua={};!C&&2&_o&&(C=!0,Ua.value=hi[1],nd(function(){return C=!1})),b.$set(Ua),4&_o&&w.value!==hi[2]&&_0(w,hi[2]);var ba={};128&_o&&(ba.items=hi[7]),!Ie&&8&_o&&(Ie=!0,ba.value=hi[3],nd(function(){return Ie=!1})),Pe.$set(ba);var xn={};!Pt&&16&_o&&(Pt=!0,xn.value=hi[4],nd(function(){return Pt=!1})),mt.$set(xn);var wo={};64&_o&&(wo.items=hi[6]),!Zt&&32&_o&&(Zt=!0,wo.value=hi[5],nd(function(){return Zt=!1})),Xt.$set(wo)},i:function(hi){jt||(ke(d.$$.fragment,hi),ke(b.$$.fragment,hi),ke(Pe.$$.fragment,hi),ke(mt.$$.fragment,hi),ke(Xt.$$.fragment,hi),jt=!0)},o:function(hi){Ye(d.$$.fragment,hi),Ye(b.$$.fragment,hi),Ye(Pe.$$.fragment,hi),Ye(mt.$$.fragment,hi),Ye(Xt.$$.fragment,hi),jt=!1},d:function(hi){hi&&Ft(e),Kn(d),Kn(b),Kn(Pe),Kn(mt),Kn(Xt),at=!1,ht()}}}function GFe(t,e,n){var i,r,s,a,d,f,g,b,C,S,w,I=A1("jsoneditor:TransformWizard"),F=e.json,G=e.queryOptions,q=void 0===G?{}:G,pe=e.onChange,me=["==","!=","<","<=",">",">="].map(function(Nt){return{value:Nt,label:Nt}}),Pe=[{value:"asc",label:"ascending"},{value:"desc",label:"descending"}],Ie=null!==(i=q)&&void 0!==i&&null!==(i=i.filter)&&void 0!==i&&i.path?y9(q.filter.path):null,rt=null!==(r=q)&&void 0!==r&&null!==(r=r.filter)&&void 0!==r&&r.relation?me.find(function(Nt){var on;return Nt.value===(null===(on=q.filter)||void 0===on?void 0:on.relation)}):null,mt=(null===(s=q)||void 0===s||null===(s=s.filter)||void 0===s?void 0:s.value)||"",Pt=null!==(a=q)&&void 0!==a&&null!==(a=a.sort)&&void 0!==a&&a.path?y9(q.sort.path):null,qt=null!==(d=q)&&void 0!==d&&null!==(d=d.sort)&&void 0!==d&&d.direction?Pe.find(function(Nt){var on;return Nt.value===(null===(on=q.sort)||void 0===on?void 0:on.direction)}):null;return t.$$set=function(Nt){"json"in Nt&&n(11,F=Nt.json),"queryOptions"in Nt&&n(10,q=Nt.queryOptions),"onChange"in Nt&&n(12,pe=Nt.onChange)},t.$$.update=function(){var Nt,on,At,Lt,vt,Xt,Zt,jt,at,ht,Et,hn,Yn,bn,sn;2048&t.$$.dirty&&n(15,f=Array.isArray(F)),34816&t.$$.dirty&&n(14,g=f?xL(F):[]),34816&t.$$.dirty&&n(13,b=f?xL(F,!0):[]),16384&t.$$.dirty&&n(7,C=g.map(y9)),8192&t.$$.dirty&&n(6,S=b?b.map(y9):[]),1088&t.$$.dirty&&n(5,w=null!==(Nt=q)&&void 0!==Nt&&null!==(Nt=Nt.projection)&&void 0!==Nt&&Nt.paths&&S?q.projection.paths.map(function(bn){return S.find(function(sn){return Es(sn.value,bn)})}).filter(function(bn){return!!bn}):null),1&t.$$.dirty&&(At=null===(on=Ie)||void 0===on?void 0:on.value,Es(null===(Lt=q)||void 0===Lt||null===(Lt=Lt.filter)||void 0===Lt?void 0:Lt.path,At)||(I("changeFilterPath",At),n(10,q=zi(q,["filter","path"],At,!0)),pe(q))),2&t.$$.dirty&&(Xt=null===(vt=rt)||void 0===vt?void 0:vt.value,Es(null===(Zt=q)||void 0===Zt||null===(Zt=Zt.filter)||void 0===Zt?void 0:Zt.relation,Xt)||(I("changeFilterRelation",Xt),n(10,q=zi(q,["filter","relation"],Xt,!0)),pe(q))),4&t.$$.dirty&&(Es(null===(at=q)||void 0===at||null===(at=at.filter)||void 0===at?void 0:at.value,jt=mt)||(I("changeFilterValue",jt),n(10,q=zi(q,["filter","value"],jt,!0)),pe(q))),8&t.$$.dirty&&(bn=null===(ht=Pt)||void 0===ht?void 0:ht.value,Es(null===(sn=q)||void 0===sn||null===(sn=sn.sort)||void 0===sn?void 0:sn.path,bn)||(I("changeSortPath",bn),n(10,q=zi(q,["sort","path"],bn,!0)),pe(q))),16&t.$$.dirty&&(hn=null===(Et=qt)||void 0===Et?void 0:Et.value,Es(null===(Yn=q)||void 0===Yn||null===(Yn=Yn.sort)||void 0===Yn?void 0:Yn.direction,hn)||(I("changeSortDirection",hn),n(10,q=zi(q,["sort","direction"],hn,!0)),pe(q))),32&t.$$.dirty&&function(bn){var sn;Es(null===(sn=q)||void 0===sn||null===(sn=sn.projection)||void 0===sn?void 0:sn.paths,bn)||(I("changeProjectionPaths",bn),n(10,q=zi(q,["projection","paths"],bn,!0)),pe(q))}(w?w.map(function(bn){return bn.value}):void 0)},[Ie,rt,mt,Pt,qt,w,S,C,me,Pe,q,F,pe,b,g,f,function(Nt){n(0,Ie=Nt)},function(Nt){n(1,rt=Nt)},function(){n(2,mt=this.value)},function(Nt){n(3,Pt=Nt)},function(Nt){n(4,qt=Nt)},function(Nt){n(5,w=Nt),n(10,q),n(6,S),n(13,b),n(15,f),n(11,F)}]}var YFe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,GFe,$Fe,Zo,{json:11,queryOptions:10,onChange:12},jFe),i}return ro(e,so),Xr(e)}();function WFe(t){Fo(t,"svelte-1wg043c",'.jse-select-query-language.svelte-1wg043c.svelte-1wg043c{position:relative;width:32px}.jse-select-query-language.svelte-1wg043c .jse-select-query-language-container.svelte-1wg043c{position:absolute;top:0;right:0;display:flex;flex-direction:column;box-shadow:var(--jse-controls-box-shadow, 0 2px 6px 0 rgba(0, 0, 0, 0.24))}.jse-select-query-language.svelte-1wg043c .jse-select-query-language-container .jse-query-language.svelte-1wg043c{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;text-align:left;padding:var(--jse-padding, 10px) calc(2 * var(--jse-padding, 10px));white-space:nowrap;color:var(--jse-context-menu-color, var(--jse-text-color-inverse, #fff));background:var(--jse-context-menu-background, #656565)}.jse-select-query-language.svelte-1wg043c .jse-select-query-language-container .jse-query-language.svelte-1wg043c:hover{background:var(--jse-context-menu-background-highlight, #7a7a7a)}')}function _ne(t,e,n){var i=t.slice();return i[5]=e[n],i}function qFe(t){var e,n;return e=new Ks({props:{data:Ex}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function KFe(t){var e,n;return e=new Ks({props:{data:Cx}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function vne(t){var e,n,i,r,s,a,d,f,g,b,C=t[5].name+"",S=[KFe,qFe],w=[];function I(G,q){return G[5].id===G[0]?0:1}function F(){return t[4](t[5])}return n=I(t),i=w[n]=S[n](t),{c:function(){e=yt("button"),i.c(),r=wn(),s=Ki(C),a=wn(),_e(e,"type","button"),_e(e,"class","jse-query-language svelte-1wg043c"),_e(e,"title",d="Select ".concat(t[5].name," as query language")),ii(e,"selected",t[5].id===t[0])},m:function(G,q){zt(G,e,q),w[n].m(e,null),Qe(e,r),Qe(e,s),Qe(e,a),f=!0,g||(b=pi(e,"click",F),g=!0)},p:function(G,q){var pe=n;(n=I(t=G))!==pe&&(Si(),Ye(w[pe],1,1,function(){w[pe]=null}),xi(),(i=w[n])||(i=w[n]=S[n](t)).c(),ke(i,1),i.m(e,r)),(!f||2&q)&&C!==(C=t[5].name+"")&&ho(s,C),(!f||2&q&&d!==(d="Select ".concat(t[5].name," as query language")))&&_e(e,"title",d),(!f||3&q)&&ii(e,"selected",t[5].id===t[0])},i:function(G){f||(ke(i),f=!0)},o:function(G){Ye(i),f=!1},d:function(G){G&&Ft(e),w[n].d(),g=!1,b()}}}function QFe(t){for(var e,n,i,r=Ho(t[1]),s=[],a=0;a1&&void 0!==arguments[1]?arguments[1]:{};switch(f=1e3,r=q.offset||0,C=q.callback,s=q.easing||cHe,a=q.a11y||!1,Mc(q.container)){case"object":t=q.container;break;case"string":t=document.querySelector(q.container);break;default:t=window.document.documentElement}switch(n=t.scrollTop,Mc(G)){case"number":e=void 0,a=!1,i=n+G;break;case"object":i=w(e=G);break;case"string":e=document.querySelector(G),i=w(e)}switch(d=i-n+r,Mc(q.duration)){case"number":f=q.duration;break;case"function":f=q.duration(d)}S?g=0:requestAnimationFrame(F)}},lHe=1e3,tM=A1("jsoneditor:History");function Ene(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.maxItems||lHe,n=[],i=0;function r(){return i0}function a(){return{canUndo:r(),canRedo:s(),length:n.length}}function d(){t.onChange&&t.onChange(a())}return{add:function(f){tM("add",f),n=[f].concat(n.slice(i)).slice(0,e),i=0,d()},clear:function(){tM("clear"),n=[],i=0,d()},getState:a,undo:function(){if(r()){var f=n[i];return i+=1,tM("undo",f),d(),f}},redo:function(){if(s())return tM("redo",n[i-=1]),d(),n[i]}}}function m8(t,e){var n=Date.now(),i=t();return e(Date.now()-n),i}var g8=A1("validation");function Sne(t,e,n,i){if(g8("validateJSON"),!e)return[];if(n!==i){var r=n.stringify(t);return e(void 0!==r?i.parse(r):void 0)}return e(t)}function dHe(t,e,n,i){if(g8("validateText"),t.length>mPe)return{validationErrors:[{path:[],message:"Validation turned off: the document is too large",severity:Iu.info}]};if(0===t.length)return null;try{var r=m8(function(){return n.parse(t)},function(f){return g8("validate: parsed json in ".concat(f," ms"))});if(!e)return null;var s=n===i?r:m8(function(){return i.parse(t)},function(f){return g8("validate: parsed json with the validationParser in ".concat(f," ms"))}),a=m8(function(){return e(s)},function(f){return g8("validate: validated json in ".concat(f," ms"))});return Fs(a)?null:{validationErrors:a}}catch(f){var d=m8(function(){return function(g,b){if(g.length>gPe)return!1;try{return b.parse(ni(g)),!0}catch{return!1}}(t,n)},function(g){return g8("validate: checked whether repairable in ".concat(g," ms"))});return{parseError:i8(t,f.message||f.toString()),isRepairable:d}}}var nM=A1("jsoneditor:FocusTracker");function oP(t){var e,i=t.onDestroy,r=t.getWindow,s=t.hasFocus,a=t.onFocus,d=t.onBlur,f=!1;function g(){var C=s();C&&(clearTimeout(e),f||(nM("focus"),a(),f=C))}function b(){f&&(clearTimeout(e),e=setTimeout(function(){s()||(nM("blur"),f=!1,d())}))}(0,t.onMount)(function(){nM("mount FocusTracker");var C=r();C&&(C.addEventListener("focusin",g,!0),C.addEventListener("focusout",b,!0))}),i(function(){nM("destroy FocusTracker");var C=r();C&&(C.removeEventListener("focusin",g,!0),C.removeEventListener("focusout",b,!0))})}function uHe(t){Fo(t,"svelte-p1zf9f",'.jse-message.svelte-p1zf9f.svelte-p1zf9f{font-family:var(--jse-font-family-mono, consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace);font-size:var(--jse-font-size-mono, 14px);padding:var(--jse-padding, 10px);display:flex;gap:var(--jse-padding, 10px);flex-wrap:wrap;align-items:stretch}.jse-message.jse-success.svelte-p1zf9f.svelte-p1zf9f{background:var(--message-success-background, #9ac45d);color:var(--jse-message-success-color, #fff)}.jse-message.svelte-p1zf9f .jse-text.svelte-p1zf9f{display:flex;flex:1;min-width:60%;align-items:center}.jse-message.svelte-p1zf9f .jse-text.jse-clickable.svelte-p1zf9f{cursor:pointer}.jse-message.svelte-p1zf9f .jse-text.jse-clickable.svelte-p1zf9f:hover{background-color:rgba(255, 255, 255, 0.1)}.jse-message.jse-error.svelte-p1zf9f.svelte-p1zf9f{background:var(--jse-message-error-background, var(--jse-error-color, #ee5341));color:var(--jse-message-error-color, #fff)}.jse-message.jse-warning.svelte-p1zf9f.svelte-p1zf9f{background:var(--jse-message-warning-background, #ffde5c);color:var(--jse-message-warning-color, #4d4d4d)}.jse-message.jse-info.svelte-p1zf9f.svelte-p1zf9f{background:var(--jse-message-info-background, #4f91ff);color:var(--jse-message-info-color, #fff)}.jse-message.svelte-p1zf9f .jse-actions.svelte-p1zf9f{display:flex;gap:var(--jse-padding, 10px)}.jse-message.svelte-p1zf9f .jse-actions button.jse-action.svelte-p1zf9f{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;background:var(--jse-message-action-background, rgba(255, 255, 255, 0.2));color:inherit;padding:calc(0.5 * var(--jse-padding, 10px)) var(--jse-padding, 10px)}.jse-message.svelte-p1zf9f .jse-actions button.jse-action.svelte-p1zf9f:hover{background:var(--jse-message-action-background-highlight, rgba(255, 255, 255, 0.3))}')}function xne(t,e,n){var i=t.slice();return i[9]=e[n],i}function Tne(t){var e,n;return e=new Ks({props:{data:t[1]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};2&r&&(s.data=i[1]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function wne(t){var e,n;return e=new Ks({props:{data:t[9].icon}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};8&r&&(s.data=i[9].icon),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function Mne(t){var e,n,i,r,s,a,d,f,g,b=t[9].text+"",C=t[9].icon&&wne(t);function S(){return t[7](t[9])}function w(){return t[8](t[9])}return{c:function(){e=yt("button"),C&&C.c(),n=wn(),i=Ki(b),r=wn(),_e(e,"type","button"),_e(e,"class","jse-button jse-action jse-primary svelte-p1zf9f"),_e(e,"title",s=t[9].title),e.disabled=a=t[9].disabled},m:function(I,F){zt(I,e,F),C&&C.m(e,null),Qe(e,n),Qe(e,i),Qe(e,r),d=!0,f||(g=[pi(e,"click",S),pi(e,"mousedown",w)],f=!0)},p:function(I,F){(t=I)[9].icon?C?(C.p(t,F),8&F&&ke(C,1)):((C=wne(t)).c(),ke(C,1),C.m(e,n)):C&&(Si(),Ye(C,1,1,function(){C=null}),xi()),(!d||8&F)&&b!==(b=t[9].text+"")&&ho(i,b),(!d||8&F&&s!==(s=t[9].title))&&_e(e,"title",s),(!d||8&F&&a!==(a=t[9].disabled))&&(e.disabled=a)},i:function(I){d||(ke(C),d=!0)},o:function(I){Ye(C),d=!1},d:function(I){I&&Ft(e),C&&C.d(),f=!1,za(g)}}}function fHe(t){for(var e,n,i,r,s,a,d,f,g,b,C,S=t[1]&&Tne(t),w=Ho(t[3]),I=[],F=0;Fe8&&Rne(t);return{c:function(){e=yt("table"),n=yt("tbody");for(var b=0;be8?g?g.p(b,C):((g=Rne(b)).c(),g.m(n,null)):g&&(g.d(1),g=null)},i:function(b){if(!r){for(var C=0;C1&&One(t);function me(){return t[7](t[8])}return{c:function(){e=yt("tr"),n=yt("td"),Qn(i.$$.fragment),r=wn(),s=yt("td"),a=Ki(G),d=wn(),f=yt("td"),g=Ki(q),b=wn(),C=yt("td"),pe&&pe.c(),_e(n,"class","jse-validation-error-icon svelte-1gq3gfv"),_e(s,"class","jse-validation-error-path svelte-1gq3gfv"),_e(f,"class","jse-validation-error-message svelte-1gq3gfv"),_e(C,"class","jse-validation-error-action svelte-1gq3gfv"),_e(e,"class",S="jse-validation-"+t[8].severity+" svelte-1gq3gfv")},m:function(Pe,Ie){zt(Pe,e,Ie),Qe(e,n),qn(i,n,null),Qe(e,r),Qe(e,s),Qe(s,a),Qe(e,d),Qe(e,f),Qe(f,g),Qe(e,b),Qe(e,C),pe&&pe.m(C,null),w=!0,I||(F=pi(e,"click",me),I=!0)},p:function(Pe,Ie){t=Pe,(!w||1&Ie)&&G!==(G=bd(t[8].path)+"")&&ho(a,G),(!w||1&Ie)&&q!==(q=t[8].message+"")&&ho(g,q),0===t[10]&&t[0].length>1?pe?(pe.p(t,Ie),1&Ie&&ke(pe,1)):((pe=One(t)).c(),ke(pe,1),pe.m(C,null)):pe&&(Si(),Ye(pe,1,1,function(){pe=null}),xi()),(!w||1&Ie&&S!==(S="jse-validation-"+t[8].severity+" svelte-1gq3gfv"))&&_e(e,"class",S)},i:function(Pe){w||(ke(i.$$.fragment,Pe),ke(pe),w=!0)},o:function(Pe){Ye(i.$$.fragment,Pe),Ye(pe),w=!1},d:function(Pe){Pe&&Ft(e),Kn(i),pe&&pe.d(),I=!1,F()}}}function Rne(t){var e,n,i,r,s,a,d,f,g,b,C,S=t[3]-e8+"";return{c:function(){e=yt("tr"),n=yt("td"),i=wn(),r=yt("td"),s=wn(),a=yt("td"),d=Ki("(and "),f=Ki(S),g=Ki(" more errors)"),b=wn(),C=yt("td"),_e(n,"class","svelte-1gq3gfv"),_e(r,"class","svelte-1gq3gfv"),_e(a,"class","svelte-1gq3gfv"),_e(C,"class","svelte-1gq3gfv"),_e(e,"class","jse-validation-error svelte-1gq3gfv")},m:function(w,I){zt(w,e,I),Qe(e,n),Qe(e,i),Qe(e,r),Qe(e,s),Qe(e,a),Qe(a,d),Qe(a,f),Qe(a,g),Qe(e,b),Qe(e,C)},p:function(w,I){8&I&&S!==(S=w[3]-e8+"")&&ho(f,S)},d:function(w){w&&Ft(e)}}}function _He(t){var e,n,i=!Fs(t[0]),r=i&&Dne(t);return{c:function(){r&&r.c(),e=Gs()},m:function(s,a){r&&r.m(s,a),zt(s,e,a),n=!0},p:function(s,a){var d=$o(a,1)[0];1&d&&(i=!Fs(s[0])),i?r?(r.p(s,d),1&d&&ke(r,1)):((r=Dne(s)).c(),ke(r,1),r.m(e.parentNode,e)):r&&(Si(),Ye(r,1,1,function(){r=null}),xi())},i:function(s){n||(ke(r),n=!0)},o:function(s){Ye(r),n=!1},d:function(s){s&&Ft(e),r&&r.d(s)}}}function vHe(t,e,n){var i,r=e.validationErrors,s=e.selectError,a=!0;return t.$$set=function(d){"validationErrors"in d&&n(0,r=d.validationErrors),"selectError"in d&&n(1,s=d.selectError)},t.$$.update=function(){1&t.$$.dirty&&n(3,i=r.length)},[r,s,a,i,function(){n(2,a=!1)},function(){n(2,a=!0)},function(d){return[Iu.error,Iu.warning,Iu.info].find(function(f){return d.some(function(g){return g.severity===f})})},function(d){setTimeout(function(){return s(d)})}]}var sP=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,vHe,_He,Zo,{validationErrors:0,selectError:1},pHe),i}return ro(e,so),Xr(e)}(),bHe=typeof navigator<"u"&&navigator.platform.toUpperCase().indexOf("MAC")>=0,_8=[];function Nne(t){if("Escape"===t.key){var e=xo(_8);e&&e()}}function O9(t,e){return Fs(_8)&&window.addEventListener("keydown",Nne),_8.push(e),{destroy:function(){_8=_8.filter(function(n){return n!==e}),Fs(_8)&&window.removeEventListener("keydown",Nne)}}}function yHe(t){Fo(t,"svelte-1nm0t3v",'.jse-modal.svelte-1nm0t3v.svelte-1nm0t3v{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);line-height:normal;background:var(--jse-modal-background, #f5f5f5);color:var(--jse-text-color, #4d4d4d)}.jse-modal.svelte-1nm0t3v .svelte-select{--border:var(--jse-svelte-select-border, 1px solid #d8dbdf);--item-is-active-bg:var(--jse-item-is-active-bg, #3883fa);--border-radius:var(--jse-svelte-select-border-radius, 3px);--background:var(--jse-svelte-select-background, #fff);--padding:var(--jse-svelte-select-padding, 0 10px);--multi-select-padding:var(--jse-svelte-select-multi-select-padding, 0 10px);--font-size:var(--jse-svelte-select-font-size, var(--jse-font-size, 16px));--height:36px;--multi-item-height:28px;--multi-item-margin:2px;--multi-item-padding:2px 8px;--multi-item-border-radius:6px;--indicator-top:8px}.jse-modal.svelte-1nm0t3v .jse-modal-contents.svelte-1nm0t3v{flex:1;display:flex;flex-direction:column;padding:20px;overflow:auto;min-width:0;min-height:0}.jse-modal.svelte-1nm0t3v .jse-modal-contents .jse-actions.svelte-1nm0t3v{display:flex;flex-direction:row;justify-content:flex-end;padding-top:var(--jse-padding, 10px)}.jse-modal.svelte-1nm0t3v .jse-modal-contents .jse-actions button.jse-primary.svelte-1nm0t3v{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;background:var(--jse-button-primary-background, var(--jse-theme-color, #3883fa));color:var(--jse-button-primary-color, #fff);padding:var(--jse-padding, 10px) calc(2 * var(--jse-padding, 10px));border-radius:3px}.jse-modal.svelte-1nm0t3v .jse-modal-contents .jse-actions button.jse-primary.svelte-1nm0t3v:hover{background:var(--jse-button-primary-background-highlight, var(--jse-theme-color-highlight, #5f9dff))}.jse-modal.svelte-1nm0t3v .jse-modal-contents .jse-actions button.jse-primary.svelte-1nm0t3v:disabled{background:var(--jse-button-primary-background-disabled, #9d9d9d)}.bg.jse-modal-bg{width:100%;height:100%;top:0;left:0;background:var(--jse-overlay-background, rgba(0, 0, 0, 0.3))}.bg.jse-modal-bg .jse-modal-window-wrap{margin:0;overflow:auto}.bg.jse-modal-bg .jse-modal-window{max-width:90%;margin:4rem auto 2rem auto;border-radius:2px}.bg.jse-modal-bg .jse-modal-window.jse-modal-window-sort{width:400px}.bg.jse-modal-bg .jse-modal-window.jse-modal-window-transform{width:1200px;height:1200px;max-height:80%;display:flex}.bg.jse-modal-bg .jse-modal-window.jse-modal-window-jsoneditor{width:800px;max-height:500px;display:flex}.bg.jse-modal-bg .jse-modal-window:has(div.fullscreen){margin:var(--jse-padding, 10px);padding:0;width:calc(100vw - 2 * var(--jse-padding, 10px));height:calc(100vh - 2 * var(--jse-padding, 10px));max-width:none;max-height:none}.bg.jse-modal-bg .jse-modal-container{flex:1;display:flex;flex-direction:column;padding:0;max-height:none}.jse-modal.jse-copy-paste.svelte-1nm0t3v .jse-shortcuts.svelte-1nm0t3v{display:flex;flex-wrap:wrap;justify-content:space-around;margin:calc(2 * var(--jse-padding, 10px)) 0}.jse-modal.jse-copy-paste.svelte-1nm0t3v .jse-shortcuts .jse-shortcut .jse-key.svelte-1nm0t3v{font-size:200%;color:var(--jse-theme-color, #3883fa)}')}function CHe(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt;return n=new eM({props:{title:"Copying and pasting"}}),{c:function(){e=yt("div"),Qn(n.$$.fragment),i=wn(),r=yt("div"),(s=yt("div")).textContent="These actions are unavailable via the menu. Please use:",a=wn(),d=yt("div"),f=yt("div"),(g=yt("div")).textContent="".concat(t[1],"+C"),b=Ki("\n for copy"),C=wn(),S=yt("div"),(w=yt("div")).textContent="".concat(t[1],"+X"),I=Ki("\n for cut"),F=wn(),G=yt("div"),(q=yt("div")).textContent="".concat(t[1],"+V"),pe=Ki("\n for paste"),me=wn(),Pe=yt("div"),(Ie=yt("button")).textContent="Close",_e(g,"class","jse-key svelte-1nm0t3v"),_e(f,"class","jse-shortcut"),_e(w,"class","jse-key svelte-1nm0t3v"),_e(S,"class","jse-shortcut"),_e(q,"class","jse-key svelte-1nm0t3v"),_e(G,"class","jse-shortcut"),_e(d,"class","jse-shortcuts svelte-1nm0t3v"),_e(Ie,"type","button"),_e(Ie,"class","jse-primary svelte-1nm0t3v"),_e(Pe,"class","jse-actions svelte-1nm0t3v"),_e(r,"class","jse-modal-contents svelte-1nm0t3v"),_e(e,"class","jse-modal jse-copy-paste svelte-1nm0t3v")},m:function(qt,Nt){zt(qt,e,Nt),qn(n,e,null),Qe(e,i),Qe(e,r),Qe(r,s),Qe(r,a),Qe(r,d),Qe(d,f),Qe(f,g),Qe(f,b),Qe(d,C),Qe(d,S),Qe(S,w),Qe(S,I),Qe(d,F),Qe(d,G),Qe(G,q),Qe(G,pe),Qe(r,me),Qe(r,Pe),Qe(Pe,Ie),rt=!0,mt||(Pt=[pi(Ie,"click",t[2]),Ul(O9.call(null,e,t[3]))],mt=!0)},p:Ai,i:function(qt){rt||(ke(n.$$.fragment,qt),rt=!0)},o:function(qt){Ye(n.$$.fragment,qt),rt=!1},d:function(qt){qt&&Ft(e),Kn(n),mt=!1,za(Pt)}}}function EHe(t){var e=B1("simple-modal").close;return[e,bHe?"\u2318":"Ctrl",function(){return e()},function(){return e()}]}var kne=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,EHe,CHe,Zo,{},yHe),i}return ro(e,so),Xr(e)}();function Lne(t){return!!t&&("space"===t.type||!0===t.space)}function iM(t){return!!t&&("separator"===t.type||!0===t.separator)}function I9(t){return!!t&&"function"==typeof t.onClick}function aP(t){return!!t&&"dropdown-button"===t.type&&I9(t.main)&&Array.isArray(t.items)}function Pne(t){return Ba(t)&&Ba(t.parseError)}function Vne(t){return Ba(t)&&"function"==typeof t.action&&Ba(t.props)}function DHe(t){Fo(t,"svelte-7deygj",'.jse-menu.svelte-7deygj.svelte-7deygj{background:var(--jse-theme-color, #3883fa);font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size-main-menu, 14px);color:var(--jse-menu-color, var(--jse-text-color-inverse, #fff));display:flex;flex-wrap:wrap;align-items:stretch;position:relative}.jse-menu.svelte-7deygj .jse-button.svelte-7deygj{font-family:inherit;font-size:inherit;line-height:1.5em;border:none;background:transparent;color:inherit;cursor:pointer;width:var(--jse-menu-button-size, 32px);height:var(--jse-menu-button-size, 32px);padding:calc(0.5 * var(--jse-padding, 10px));margin:0;border-radius:0;display:inline-flex;align-items:center;text-align:center;justify-content:center}.jse-menu.svelte-7deygj .jse-button.svelte-7deygj:hover,.jse-menu.svelte-7deygj .jse-button.svelte-7deygj:focus{background:var(--jse-theme-color-highlight, #5f9dff)}.jse-menu.svelte-7deygj .jse-button.svelte-7deygj:disabled{color:var(--jse-menu-color, var(--jse-text-color-inverse, #fff));opacity:0.5;background:transparent}.jse-menu.svelte-7deygj .jse-button.jse-group-button.svelte-7deygj{width:auto;height:calc(var(--jse-menu-button-size, 32px) - var(--jse-padding, 10px));margin:calc(0.5 * var(--jse-padding, 10px)) 0;padding:0 calc(0.5 * var(--jse-padding, 10px)) 1px;border:1px solid var(--jse-menu-color, var(--jse-text-color-inverse, #fff))}.jse-menu.svelte-7deygj .jse-button.jse-group-button.svelte-7deygj:not(.jse-last){border-right:none}.jse-menu.svelte-7deygj .jse-button.jse-group-button.jse-first.svelte-7deygj{margin-left:calc(0.5 * var(--jse-padding, 10px))}.jse-menu.svelte-7deygj .jse-button.jse-group-button.jse-last.svelte-7deygj{margin-right:calc(0.5 * var(--jse-padding, 10px))}.jse-menu.svelte-7deygj .jse-button.jse-group-button.svelte-7deygj:hover,.jse-menu.svelte-7deygj .jse-button.jse-group-button.svelte-7deygj:focus{background:var(--jse-theme-color-highlight, #5f9dff)}.jse-menu.svelte-7deygj .jse-button.jse-group-button.jse-selected.svelte-7deygj{background:var(--jse-menu-color, var(--jse-text-color-inverse, #fff));color:var(--jse-theme-color, #3883fa)}.jse-menu.svelte-7deygj .jse-space.svelte-7deygj{flex:1}.jse-menu.svelte-7deygj .jse-separator.svelte-7deygj{background:var(--jse-menu-color, var(--jse-text-color-inverse, #fff));opacity:0.3;width:1px;margin:3px}')}var OHe=function(t){return{}},Fne=function(t){return{}};function Hne(t,e,n){var i=t.slice();return i[3]=e[n],i}var IHe=function(t){return{}},zne=function(t){return{}};function RHe(t){var e,n=$ne(t[3])+"";return{c:function(){e=Ki(n)},m:function(i,r){zt(i,e,r)},p:function(i,r){1&r&&n!==(n=$ne(i[3])+"")&&ho(e,n)},i:Ai,o:Ai,d:function(i){i&&Ft(e)}}}function NHe(t){var e,n,i,r,s,a,d,f,g=t[3].icon&&Bne(t),b=t[3].text&&Une(t);return{c:function(){e=yt("button"),g&&g.c(),n=wn(),b&&b.c(),_e(e,"type","button"),_e(e,"class",i="jse-button "+t[3].className+" svelte-7deygj"),_e(e,"title",r=t[3].title),e.disabled=s=t[3].disabled||!1},m:function(C,S){zt(C,e,S),g&&g.m(e,null),Qe(e,n),b&&b.m(e,null),a=!0,d||(f=pi(e,"click",function(){z1(t[3].onClick)&&t[3].onClick.apply(this,arguments)}),d=!0)},p:function(C,S){(t=C)[3].icon?g?(g.p(t,S),1&S&&ke(g,1)):((g=Bne(t)).c(),ke(g,1),g.m(e,n)):g&&(Si(),Ye(g,1,1,function(){g=null}),xi()),t[3].text?b?b.p(t,S):((b=Une(t)).c(),b.m(e,null)):b&&(b.d(1),b=null),(!a||1&S&&i!==(i="jse-button "+t[3].className+" svelte-7deygj"))&&_e(e,"class",i),(!a||1&S&&r!==(r=t[3].title))&&_e(e,"title",r),(!a||1&S&&s!==(s=t[3].disabled||!1))&&(e.disabled=s)},i:function(C){a||(ke(g),a=!0)},o:function(C){Ye(g),a=!1},d:function(C){C&&Ft(e),g&&g.d(),b&&b.d(),d=!1,f()}}}function kHe(t){var e;return{c:function(){_e(e=yt("div"),"class","jse-space svelte-7deygj")},m:function(n,i){zt(n,e,i)},p:Ai,i:Ai,o:Ai,d:function(n){n&&Ft(e)}}}function LHe(t){var e;return{c:function(){_e(e=yt("div"),"class","jse-separator svelte-7deygj")},m:function(n,i){zt(n,e,i)},p:Ai,i:Ai,o:Ai,d:function(n){n&&Ft(e)}}}function Bne(t){var e,n;return e=new Ks({props:{data:t[3].icon}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};1&r&&(s.data=i[3].icon),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function Une(t){var e,n=t[3].text+"";return{c:function(){e=Ki(n)},m:function(i,r){zt(i,e,r)},p:function(i,r){1&r&&n!==(n=i[3].text+"")&&ho(e,n)},d:function(i){i&&Ft(e)}}}function jne(t){var e,n,i,r,s,a,d,f=[LHe,kHe,NHe,RHe],g=[];function b(C,S){return 1&S&&(e=null),1&S&&(n=null),1&S&&(i=null),null==e&&(e=!!iM(C[3])),e?0:(null==n&&(n=!!Lne(C[3])),n?1:(null==i&&(i=!!I9(C[3])),i?2:3))}return r=b(t,-1),s=g[r]=f[r](t),{c:function(){s.c(),a=Gs()},m:function(C,S){g[r].m(C,S),zt(C,a,S),d=!0},p:function(C,S){var w=r;(r=b(C,S))===w?g[r].p(C,S):(Si(),Ye(g[w],1,1,function(){g[w]=null}),xi(),(s=g[r])?s.p(C,S):(s=g[r]=f[r](C)).c(),ke(s,1),s.m(a.parentNode,a))},i:function(C){d||(ke(s),d=!0)},o:function(C){Ye(s),d=!1},d:function(C){C&&Ft(a),g[r].d(C)}}}function PHe(t){for(var e,n,i,r,s=t[2].left,a=Uc(s,t,t[1],zne),d=Ho(t[0]),f=[],g=0;g=q.end&&me.end<=rt.start)&&mt.push(me),rt.start>=(Pt?me.end:q.end)&&mt.push(rt),d=mt))},[C,w,s,r,d,a,f,g,b,S,I,i,function(F){return w(C,F)}]}var JHe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,ZHe,KHe,Zo,{visibleSections:6,sectionIndex:7,total:8,path:0,selection:9,onExpandSection:1,context:10},qHe),i}return ro(e,so),Xr(e)}();function XHe(t){Fo(t,"svelte-6k6355",".jse-context-menu-pointer.svelte-6k6355{position:absolute;top:calc(-0.5 * var(--jse-context-menu-pointer-size, calc(1em + 4px)));right:calc(-0.5 * var(--jse-context-menu-pointer-size, calc(1em + 4px)));width:var(--jse-context-menu-pointer-size, calc(1em + 4px));height:var(--jse-context-menu-pointer-size, calc(1em + 4px));padding:0;margin:0;cursor:pointer;background:transparent;border-radius:2px;background:var(--jse-context-menu-pointer-background, var(--jse-context-menu-background, #656565));color:var(--jse-context-menu-pointer-color, var(--jse-context-menu-color, var(--jse-text-color-inverse, #fff)));border:none;box-shadow:var(--jse-controls-box-shadow, 0 2px 6px 0 rgba(0, 0, 0, 0.24))}.jse-context-menu-pointer.svelte-6k6355:hover{background:var(--jse-context-menu-pointer-background-highlight, var(--jse-context-menu-background-highlight, #7a7a7a))}")}function eze(t){var e,n,i,r,s;return n=new Ks({props:{data:Hd}}),{c:function(){e=yt("button"),Qn(n.$$.fragment),_e(e,"type","button"),_e(e,"class","jse-context-menu-pointer svelte-6k6355"),_e(e,"title",vL),ii(e,"jse-selected",t[0])},m:function(a,d){zt(a,e,d),qn(n,e,null),i=!0,r||(s=pi(e,"click",t[1]),r=!0)},p:function(a,d){var f=$o(d,1)[0];(!i||1&f)&&ii(e,"jse-selected",a[0])},i:function(a){i||(ke(n.$$.fragment,a),i=!0)},o:function(a){Ye(n.$$.fragment,a),i=!1},d:function(a){a&&Ft(e),Kn(n),r=!1,s()}}}function tze(t,e,n){var i=e.selected,r=e.onContextMenu;return t.$$set=function(s){"selected"in s&&n(0,i=s.selected),"onContextMenu"in s&&n(2,r=s.onContextMenu)},[i,function(s){for(var a=s.target;a&&"BUTTON"!==a.nodeName;)a=a.parentNode;a&&r({anchor:a,left:0,top:0,width:D3,height:A3,offsetTop:2,offsetLeft:0,showTip:!0})},r]}var O4=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,tze,eze,Zo,{selected:0,onContextMenu:2},XHe),i}return ro(e,so),Xr(e)}();function nze(t){Fo(t,"svelte-10xe8tv",'.jse-key.svelte-10xe8tv{display:inline-block;min-width:2em;padding:0 5px;box-sizing:border-box;outline:none;border-radius:1px;vertical-align:top;color:var(--jse-key-color, #1a1a1a);cursor:var(--jse-contents-cursor, pointer);word-break:normal;overflow-wrap:normal;white-space:pre-wrap}.jse-key.svelte-10xe8tv:hover{background:var(--jse-hover-background-color, rgba(0, 0, 0, 0.06))}.jse-key.svelte-10xe8tv:hover{background:var(--jse-hover-background-color, rgba(0, 0, 0, 0.06))}.jse-key.jse-empty.svelte-10xe8tv{min-width:3em;outline:1px dotted var(--jse-tag-background, rgba(0, 0, 0, 0.2));-moz-outline-radius:2px}.jse-key.jse-empty.svelte-10xe8tv::after{pointer-events:none;color:var(--jse-tag-background, rgba(0, 0, 0, 0.2));content:"key"}')}function ize(t){var e,n,i,r,s,a,d,f=[sze,oze],g=[];function b(C,S){return C[1]?0:1}return n=b(t),i=g[n]=f[n](t),{c:function(){e=yt("div"),i.c(),_e(e,"role","none"),_e(e,"data-type","selectable-key"),_e(e,"class",r=Pc(t[6](t[0]))+" svelte-10xe8tv")},m:function(C,S){zt(C,e,S),g[n].m(e,null),s=!0,a||(d=pi(e,"dblclick",t[5]),a=!0)},p:function(C,S){var w=n;(n=b(C))===w?g[n].p(C,S):(Si(),Ye(g[w],1,1,function(){g[w]=null}),xi(),(i=g[n])?i.p(C,S):(i=g[n]=f[n](C)).c(),ke(i,1),i.m(e,null)),(!s||1&S&&r!==(r=Pc(C[6](C[0]))+" svelte-10xe8tv"))&&_e(e,"class",r)},i:function(C){s||(ke(i),s=!0)},o:function(C){Ye(i),s=!1},d:function(C){C&&Ft(e),g[n].d(),a=!1,d()}}}function rze(t){var e,n;return e=new fte({props:{value:t[2].normalization.escapeValue(t[0]),shortText:!0,onChange:t[7],onCancel:t[8],onFind:t[2].onFind}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};5&r&&(s.value=i[2].normalization.escapeValue(i[0])),4&r&&(s.onFind=i[2].onFind),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function oze(t){var e,n=zm(t[2].normalization.escapeValue(t[0]))+"";return{c:function(){e=Ki(n)},m:function(i,r){zt(i,e,r)},p:function(i,r){5&r&&n!==(n=zm(i[2].normalization.escapeValue(i[0]))+"")&&ho(e,n)},i:Ai,o:Ai,d:function(i){i&&Ft(e)}}}function sze(t){var e,n;return e=new Tte({props:{text:t[2].normalization.escapeValue(t[0]),searchResultItems:t[1]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};5&r&&(s.text=i[2].normalization.escapeValue(i[0])),2&r&&(s.searchResultItems=i[1]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function qne(t){var e,n;return e=new O4({props:{selected:!0,onContextMenu:t[2].onContextMenu}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};4&r&&(s.onContextMenu=i[2].onContextMenu),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function aze(t){var e,n,i,r,s,a=[rze,ize],d=[];function f(b,C){return!b[2].readOnly&&b[4]?0:1}e=f(t),n=d[e]=a[e](t);var g=!t[2].readOnly&&t[3]&&!t[4]&&qne(t);return{c:function(){n.c(),i=wn(),g&&g.c(),r=Gs()},m:function(b,C){d[e].m(b,C),zt(b,i,C),g&&g.m(b,C),zt(b,r,C),s=!0},p:function(b,C){var S=$o(C,1)[0],w=e;(e=f(b))===w?d[e].p(b,S):(Si(),Ye(d[w],1,1,function(){d[w]=null}),xi(),(n=d[e])?n.p(b,S):(n=d[e]=a[e](b)).c(),ke(n,1),n.m(i.parentNode,i)),b[2].readOnly||!b[3]||b[4]?g&&(Si(),Ye(g,1,1,function(){g=null}),xi()):g?(g.p(b,S),28&S&&ke(g,1)):((g=qne(b)).c(),ke(g,1),g.m(r.parentNode,r))},i:function(b){s||(ke(n),ke(g),s=!0)},o:function(b){Ye(n),Ye(g),s=!1},d:function(b){b&&(Ft(i),Ft(r)),d[e].d(b),g&&g.d(b)}}}function cze(t,e,n){var i,r,s=e.path,a=e.key,d=e.selection,f=e.searchResultItems,g=e.onUpdateKey,b=e.context;return t.$$set=function(C){"path"in C&&n(9,s=C.path),"key"in C&&n(0,a=C.key),"selection"in C&&n(10,d=C.selection),"searchResultItems"in C&&n(1,f=C.searchResultItems),"onUpdateKey"in C&&n(11,g=C.onUpdateKey),"context"in C&&n(2,b=C.context)},t.$$.update=function(){1536&t.$$.dirty&&n(3,i=!!d&&hl(d)&&Es(d.path,s)),1032&t.$$.dirty&&n(4,r=i&&L2(d))},[a,f,b,i,r,function(C){r||b.readOnly||(C.preventDefault(),b.onSelect(ku(s,!0)))},function(C){return C0("jse-key",{"jse-empty":""===C})},function(C,S){var w=g(a,b.normalization.unescapeValue(C)),I=Ds(s).concat(w);b.onSelect(S===x4.nextInside?Os(I,!1):ku(I,!1)),S!==x4.self&&b.focus()},function(){b.onSelect(ku(s,!1)),b.focus()},s,d,g]}var lze=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,cze,aze,Zo,{path:9,key:0,selection:10,searchResultItems:1,onUpdateKey:11,context:2},nze),i}return ro(e,so),Xr(e)}();function Kne(t,e,n){var i=t.slice();return i[8]=e[n],i}function dze(t){var e,n,i=t[8].component,r=Qne(t);return{c:function(){r.c(),e=Gs()},m:function(s,a){r.m(s,a),zt(s,e,a),n=!0},p:function(s,a){1&a&&Zo(i,i=s[8].component)?(Si(),Ye(r,1,1,Ai),xi(),(r=Qne(s)).c(),ke(r,1),r.m(e.parentNode,e)):r.p(s,a)},i:function(s){n||(ke(r),n=!0)},o:function(s){Ye(r),n=!1},d:function(s){s&&Ft(e),r.d(s)}}}function uze(t){var e,n=t[8].action,i=Zne(t);return{c:function(){i.c(),e=Gs()},m:function(r,s){i.m(r,s),zt(r,e,s)},p:function(r,s){1&s&&Zo(n,n=r[8].action)?(i.d(1),(i=Zne(r)).c(),i.m(e.parentNode,e)):i.p(r,s)},i:Ai,o:Ai,d:function(r){r&&Ft(e),i.d(r)}}}function Qne(t){var e,n,i,r=[t[8].props],s=t[8].component;function a(d,f){for(var g={},b=0;bPe+pe()/2;)Pe+=pe(),me-=1;return me!==q&&void 0!==w[me]?{beforePath:w[me].path,offset:me-q}:void 0}({json:e,selection:s,deltaY:i,items:r}):function(C){for(var S,w=C.json,I=C.items,G=C.deltaY,q=M4(w,C.selection),pe=I.findIndex(function(on){return Es(on.path,q)}),me=0,Pe=pe,Ie=function(){var on;return null===(on=I[Pe+1])||void 0===on?void 0:on.height};void 0!==Ie()&&Math.abs(G)>me+Ie()/2;)me+=Ie(),Pe+=1;var mt=jn(w,Ds(q)),Pt=Array.isArray(mt),qt=null===(S=I[Pt?Pe:Pe+1])||void 0===S?void 0:S.path,Nt=Pe-pe;return qt?{beforePath:qt,offset:Nt}:{append:!0,offset:Nt}}({json:e,selection:s,deltaY:i,items:r});if(!a||0===a.offset)return{operations:void 0,updatedSelection:null,offset:0};var C,S,w,I,F,G,q,pe,me,Pe,Ie,d=function(C,S,w){if(!S)return[];var I="beforePath"in w?w.beforePath:void 0,F="append"in w?w.append:void 0,G=Ds(eo(S)),q=jn(C,G);if(!(F||I&&k3(I,G)&&I.length>G.length))return[];var pe=N3(C,S),me=M4(C,S),Pe=xo(pe),Ie=xo(me),rt=I?I[G.length]:void 0;if(!Ce(q)){if(Se(q)){var mt=c2(Pe),Pt=c2(Ie),qt=void 0!==rt?c2(rt):q.length;return FI(Pt-mt+1,qton?[].concat(bs(Nt.slice(on,At+1)),bs(Nt.slice(Lt,Nt.length))).map(function(vt){return jm(G,vt)}):[].concat(bs(Nt.slice(Lt,on)),bs(Nt.slice(At+1,Nt.length))).map(function(vt){return jm(G,vt)}):[]}(e,s,a),g=jn(e,Ds(N3(e,s)));return Array.isArray(g)?{operations:d,updatedSelection:(I=(C={items:r,json:e,selection:s,offset:a.offset}).items,q=C.offset,pe=N3(F=C.json,G=C.selection),me=M4(F,G),Pe=I.findIndex(function(Pt){return Es(Pt.path,pe)}),Ie=I.findIndex(function(Pt){return Es(Pt.path,me)}),k2(null===(S=I[Pe+q])||void 0===S?void 0:S.path,null===(w=I[Ie+q])||void 0===w?void 0:w.path)),offset:a.offset}:{operations:d,updatedSelection:null,offset:a.offset}}function Pu(t,e){return function(n,i){if(n){for(var r={},s=0,a=Object.keys(n);s0?r:void 0}}(t,function(n){return He(n,e)})}function gze(t){Fo(t,"svelte-1yy7qpj",'button.jse-validation-error.svelte-1yy7qpj{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;padding:0;margin:0;vertical-align:top;display:inline-flex;color:var(--jse-error-color, #ee5341)}button.jse-validation-info.svelte-1yy7qpj{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;padding:0;margin:0;vertical-align:top;display:inline-flex;color:var(--jse-info-color, #4f91ff)}button.jse-validation-warning.svelte-1yy7qpj{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;padding:0;margin:0;vertical-align:top;display:inline-flex;color:var(--jse-warning-color, #fdc539)}')}function _ze(t){var e,n,i,r,s,a,d;return n=new Ks({props:{data:c4}}),{c:function(){e=yt("button"),Qn(n.$$.fragment),_e(e,"type","button"),_e(e,"class",i="jse-validation-"+t[0].severity+" svelte-1yy7qpj")},m:function(f,g){zt(f,e,g),qn(n,e,null),s=!0,a||(d=[pi(e,"click",function(){z1(t[1])&&t[1].apply(this,arguments)}),Ul(r=QL.call(null,e,In({text:t[2]},t[3])))],a=!0)},p:function(f,g){var b=$o(g,1)[0];t=f,(!s||1&b&&i!==(i="jse-validation-"+t[0].severity+" svelte-1yy7qpj"))&&_e(e,"class",i),r&&z1(r.update)&&4&b&&r.update.call(null,In({text:t[2]},t[3]))},i:function(f){s||(ke(n.$$.fragment,f),s=!0)},o:function(f){Ye(n.$$.fragment,f),s=!1},d:function(f){f&&Ft(e),Kn(n),a=!1,za(d)}}}function vze(t,e,n){var i,r=B1("absolute-popup"),s=e.validationError,a=e.onExpand;return t.$$set=function(d){"validationError"in d&&n(0,s=d.validationError),"onExpand"in d&&n(1,a=d.onExpand)},t.$$.update=function(){1&t.$$.dirty&&n(2,i=function AHe(t){return Ba(t)&&function MHe(t){return Ba(t)&&Array.isArray(t.path)&&"string"==typeof t.message&&"severity"in t}(t)&&"boolean"==typeof t.isChildError}(s)&&s.isChildError?"Contains invalid data":s.message)},[s,a,i,r]}var v8=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,vze,_ze,d1,{validationError:0,onExpand:1},gze),i}return ro(e,so),Xr(e)}();function bze(t){Fo(t,"svelte-6mjnsm",'.jse-json-node.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{position:relative;color:var(--jse-text-color, #4d4d4d)}.jse-json-node.jse-root.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{min-height:100%;padding-bottom:2px;box-sizing:border-box}.jse-json-node.jse-root.svelte-6mjnsm>.jse-header-outer.svelte-6mjnsm .jse-context-menu-pointer,.jse-json-node.jse-root.svelte-6mjnsm>.jse-contents-outer.svelte-6mjnsm>.jse-contents.svelte-6mjnsm .jse-context-menu-pointer{top:0;right:calc(-2px - var(--jse-context-menu-pointer-size, calc(1em + 4px)))}.jse-json-node.jse-root.svelte-6mjnsm>.jse-contents-outer.svelte-6mjnsm>.jse-contents.svelte-6mjnsm.svelte-6mjnsm{padding-left:0}.jse-json-node.svelte-6mjnsm .jse-props.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.svelte-6mjnsm .jse-items.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{position:relative}.jse-json-node.svelte-6mjnsm .jse-header-outer.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.svelte-6mjnsm .jse-footer-outer.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{display:flex;margin-left:calc(var(--level) * var(--jse-indent-size, calc(1em + 4px)))}.jse-json-node.svelte-6mjnsm .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{position:relative}.jse-json-node.svelte-6mjnsm .jse-header .jse-meta.svelte-6mjnsm>.jse-meta-inner.svelte-6mjnsm.svelte-6mjnsm{display:flex;justify-content:center}.jse-json-node.svelte-6mjnsm .jse-contents-outer.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{display:flex;margin-left:calc(var(--level) * var(--jse-indent-size, calc(1em + 4px)))}.jse-json-node.svelte-6mjnsm .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.svelte-6mjnsm .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{display:flex;flex-direction:row;align-items:flex-start}.jse-json-node.svelte-6mjnsm .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{padding-left:var(--jse-indent-size, calc(1em + 4px))}.jse-json-node.svelte-6mjnsm .jse-footer.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{display:inline-flex;padding-left:calc(var(--jse-indent-size, calc(1em + 4px)) + 5px)}.jse-json-node.svelte-6mjnsm .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.svelte-6mjnsm .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.svelte-6mjnsm .jse-footer.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{background:var(--jse-contents-background-color, transparent)}.jse-json-node.svelte-6mjnsm .jse-insert-selection-area.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{visibility:hidden;padding:0 calc(0.5 * var(--jse-padding, 10px));flex:1}.jse-json-node.svelte-6mjnsm .jse-insert-selection-area.jse-inside.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{display:inline-flex;align-items:center}.jse-json-node.svelte-6mjnsm .jse-insert-selection-area.jse-after.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{display:flex;align-items:flex-end}.jse-json-node.svelte-6mjnsm .jse-context-menu-pointer-anchor.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{position:relative}.jse-json-node.svelte-6mjnsm .jse-insert-area.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{display:flex;position:relative;z-index:1;margin-left:calc(var(--level) * var(--jse-indent-size, calc(1em + 4px)));max-width:250px;min-width:100px;height:0;margin-right:calc(0.5 * var(--jse-padding, 10px));outline:1px solid}.jse-json-node.svelte-6mjnsm .jse-insert-area.svelte-6mjnsm .jse-context-menu-pointer{right:-1px;background:var(--jse-context-menu-pointer-hover-background, #b2b2b2)}.jse-json-node.svelte-6mjnsm .jse-insert-area.jse-hovered.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{outline-color:var(--jse-context-menu-pointer-hover-background, #b2b2b2)}.jse-json-node.svelte-6mjnsm:hover>.jse-contents-outer .jse-insert-selection-area.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm:not(.jse-selected),.jse-json-node.svelte-6mjnsm .jse-header-outer.svelte-6mjnsm:hover>.jse-insert-selection-area.svelte-6mjnsm.svelte-6mjnsm:not(.jse-selected),.jse-json-node.svelte-6mjnsm .jse-footer-outer:hover .jse-insert-selection-area.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm:not(.jse-selected){visibility:visible}.jse-json-node.jse-hovered.svelte-6mjnsm>.jse-header-outer.svelte-6mjnsm>.jse-header.svelte-6mjnsm>.jse-meta.svelte-6mjnsm,.jse-json-node.jse-hovered.svelte-6mjnsm .jse-props .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-hovered.svelte-6mjnsm .jse-items .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-hovered.svelte-6mjnsm .jse-props .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-hovered.svelte-6mjnsm .jse-items .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-hovered.svelte-6mjnsm .jse-footer.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{background:var(--jse-hover-background-color, rgba(0, 0, 0, 0.06))}.jse-json-node.jse-selected.svelte-6mjnsm>.jse-header-outer.svelte-6mjnsm>.jse-header.svelte-6mjnsm>.jse-meta.svelte-6mjnsm,.jse-json-node.jse-selected.svelte-6mjnsm .jse-props .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected.svelte-6mjnsm .jse-items .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected.svelte-6mjnsm .jse-props .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected.svelte-6mjnsm .jse-items .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected.svelte-6mjnsm .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected.svelte-6mjnsm .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected.svelte-6mjnsm .jse-footer.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected.svelte-6mjnsm .jse-value{background:var(--jse-selection-background-color, #d3d3d3);cursor:var(--jse-contents-selected-cursor, grab)}.jse-json-node.jse-selected.svelte-6mjnsm .jse-expand.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{background:var(--jse-selection-background-color, #d3d3d3)}.jse-json-node.jse-selected-key.svelte-6mjnsm>.jse-contents-outer.svelte-6mjnsm>.jse-contents.svelte-6mjnsm>.jse-identifier>.jse-key,.jse-json-node.jse-selected-key.svelte-6mjnsm>.jse-header-outer.svelte-6mjnsm>.jse-header.svelte-6mjnsm>.jse-identifier>.jse-key{background:var(--jse-selection-background-color, #d3d3d3);cursor:var(--jse-contents-selected-cursor, grab)}.jse-json-node.jse-selected-value.svelte-6mjnsm>.jse-contents-outer.svelte-6mjnsm>.jse-contents.svelte-6mjnsm>.jse-value{background:var(--jse-selection-background-color, #d3d3d3);cursor:var(--jse-contents-selected-cursor, grab)}.jse-json-node.svelte-6mjnsm .jse-collapsed-items.jse-selected,.jse-json-node.jse-selected.svelte-6mjnsm .jse-collapsed-items,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-collapsed-items{background-color:var(--jse-selection-background-color, #d3d3d3);--jse-collapsed-items-background-color:var(--jse-collapsed-items-selected-background-color, #c2c2c2)}.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-meta.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm>.jse-header-outer.svelte-6mjnsm>.jse-header.svelte-6mjnsm>.jse-meta.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm>.jse-footer-outer.svelte-6mjnsm>.jse-footer.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-footer.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-expand.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-contents.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-header.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-footer.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-expand.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{background:var(--jse-selection-background-color, #d3d3d3)}.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-meta.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-meta.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm>.jse-header-outer.svelte-6mjnsm>.jse-header.svelte-6mjnsm>.jse-meta.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm>.jse-header-outer.svelte-6mjnsm>.jse-header.svelte-6mjnsm>.jse-meta.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm>.jse-footer-outer.svelte-6mjnsm>.jse-footer.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm>.jse-footer-outer.svelte-6mjnsm>.jse-footer.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-contents.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-contents.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-header.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-header.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-footer.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-footer.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-expand.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-props .jse-expand.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-contents.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-contents.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-header.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-header.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-footer.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-footer.svelte-6mjnsm .jse-value,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-expand.svelte-6mjnsm .jse-key,.jse-json-node.jse-selected-value.svelte-6mjnsm .jse-items .jse-expand.svelte-6mjnsm .jse-value{background:var(--jse-selection-background-color, #d3d3d3);cursor:var(--jse-contents-selected-cursor, grab)}.jse-json-node.jse-readonly.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{--jse-contents-selected-cursor:pointer}.jse-json-node.svelte-6mjnsm .jse-insert-area.jse-selected.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{outline-color:var(--jse-context-menu-pointer-background, var(--jse-context-menu-background, #656565))}.jse-json-node.svelte-6mjnsm .jse-insert-area.jse-selected.svelte-6mjnsm .jse-context-menu-pointer{background:var(--jse-context-menu-pointer-background, var(--jse-context-menu-background, #656565))}.jse-json-node.svelte-6mjnsm .jse-insert-area.jse-selected.svelte-6mjnsm .jse-context-menu-pointer:hover{background:var(--jse-context-menu-pointer-background-highlight, var(--jse-context-menu-background-highlight, #7a7a7a))}.jse-main:not(.jse-focus) .jse-json-node.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{--jse-selection-background-color:var(--jse-selection-background-inactive-color, #e8e8e8);--jse-context-menu-pointer-background:var(--jse-context-menu-pointer-hover-background, #b2b2b2)}.jse-expand.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{width:var(--jse-indent-size, calc(1em + 4px));padding:0;margin:0;border:none;cursor:pointer;background:transparent;color:var(--jse-delimiter-color, rgba(0, 0, 0, 0.38));font-size:var(--jse-font-size-mono, 14px);height:var(--jse-line-height, calc(1em + 4px))}.jse-expand.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm:hover{opacity:0.8}.jse-meta.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-separator.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-index.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm,.jse-bracket.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{vertical-align:top;color:var(--jse-delimiter-color, rgba(0, 0, 0, 0.38))}.jse-index.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{padding:0 calc(0.5 * var(--jse-padding, 10px))}.jse-bracket.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{padding:0 2px}.jse-bracket.jse-expanded.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{padding-right:var(--jse-padding, 10px)}.jse-tag.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{border:none;font-size:80%;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);color:var(--jse-tag-color, var(--jse-text-color-inverse, #fff));background:var(--jse-tag-background, rgba(0, 0, 0, 0.2));border-radius:2px;cursor:pointer;display:inline-block;padding:0 4px;line-height:normal;margin:1px 0}.jse-tag.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm:hover{opacity:0.8}.jse-tag.jse-expanded.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{opacity:0.7;cursor:inherit}.jse-identifier.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm.svelte-6mjnsm{vertical-align:top;position:relative}')}var yze=function(t){return{}},Xne=function(t){return{}};function eie(t,e,n){var i=t.slice();return i[52]=e[n],i}var Cze=function(t){return{}},tie=function(t){return{}};function nie(t,e,n){var i=t.slice();return i[46]=e[n],i[48]=n,i}function iie(t,e,n){var i=t.slice();return i[49]=e[n],i}var Eze=function(t){return{}},rie=function(t){return{}};function Sze(t){var e,n,i,r,s,a,d,f,g,b=!t[8].readOnly&&t[16]&&t[7]&&(Ys(t[7])||qa(t[7]))&&!L2(t[7])&&Es(eo(t[7]),t[1]),C=t[33].identifier,S=Uc(C,t,t[34],Xne),w=!t[17]&&oie();s=new mze({props:{path:t[1],value:t[0],enforceString:t[13]||!1,selection:t[16]?t[7]:null,searchResultItems:KL(t[6],t[9]),context:t[8]}});var I=b&&sie(t),F=t[15]&&aie(t),G=!t[17]&&cie(t);return{c:function(){e=yt("div"),n=yt("div"),S&&S.c(),i=wn(),w&&w.c(),r=wn(),Qn(s.$$.fragment),a=wn(),I&&I.c(),d=wn(),F&&F.c(),f=wn(),G&&G.c(),_e(n,"class","jse-contents svelte-6mjnsm"),_e(e,"class","jse-contents-outer svelte-6mjnsm")},m:function(q,pe){zt(q,e,pe),Qe(e,n),S&&S.m(n,null),Qe(n,i),w&&w.m(n,null),Qe(n,r),qn(s,n,null),Qe(n,a),I&&I.m(n,null),Qe(e,d),F&&F.m(e,null),Qe(e,f),G&&G.m(e,null),g=!0},p:function(q,pe){S&&S.p&&(!g||8&pe[1])&&$c(S,C,q,q[34],g?jc(C,q[34],pe,yze):Gc(q[34]),Xne),q[17]?w&&(w.d(1),w=null):w||((w=oie()).c(),w.m(n,r));var me={};2&pe[0]&&(me.path=q[1]),1&pe[0]&&(me.value=q[0]),8192&pe[0]&&(me.enforceString=q[13]||!1),65664&pe[0]&&(me.selection=q[16]?q[7]:null),576&pe[0]&&(me.searchResultItems=KL(q[6],q[9])),256&pe[0]&&(me.context=q[8]),s.$set(me),65922&pe[0]&&(b=!q[8].readOnly&&q[16]&&q[7]&&(Ys(q[7])||qa(q[7]))&&!L2(q[7])&&Es(eo(q[7]),q[1])),b?I?(I.p(q,pe),65922&pe[0]&&ke(I,1)):((I=sie(q)).c(),ke(I,1),I.m(n,null)):I&&(Si(),Ye(I,1,1,function(){I=null}),xi()),q[15]?F?(F.p(q,pe),32768&pe[0]&&ke(F,1)):((F=aie(q)).c(),ke(F,1),F.m(e,f)):F&&(Si(),Ye(F,1,1,function(){F=null}),xi()),q[17]?G&&(G.d(1),G=null):G?G.p(q,pe):((G=cie(q)).c(),G.m(e,null))},i:function(q){g||(ke(S,q),ke(s.$$.fragment,q),ke(I),ke(F),g=!0)},o:function(q){Ye(S,q),Ye(s.$$.fragment,q),Ye(I),Ye(F),g=!1},d:function(q){q&&Ft(e),S&&S.d(q),w&&w.d(),Kn(s),I&&I.d(),F&&F.d(),G&&G.d()}}}function xze(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me=!t[8].readOnly&&t[16]&&t[7]&&(Ys(t[7])||qa(t[7]))&&!L2(t[7])&&Es(eo(t[7]),t[1]),Pe=[Mze,wze],Ie=[];function rt(ht,Et){return ht[12]?0:1}r=rt(t),s=Ie[r]=Pe[r](t);var mt=t[33].identifier,Pt=Uc(mt,t,t[34],tie),qt=!t[17]&&lie();function Nt(ht,Et){return ht[12]?Dze:Aze}var on=Nt(t),At=on(t),Lt=me&&die(t),vt=t[15]&&(!t[12]||!t[15].isChildError)&&uie(t);function Xt(ht,Et){return ht[12]?Ize:ht[17]?void 0:Oze}var Zt=Xt(t),jt=Zt&&Zt(t),at=t[12]&&fie(t);return{c:function(){e=yt("div"),n=yt("div"),i=yt("button"),s.c(),a=wn(),Pt&&Pt.c(),d=wn(),qt&&qt.c(),f=wn(),g=yt("div"),b=yt("div"),At.c(),C=wn(),Lt&&Lt.c(),S=wn(),vt&&vt.c(),w=wn(),jt&&jt.c(),I=wn(),at&&at.c(),F=Gs(),_e(i,"type","button"),_e(i,"class","jse-expand svelte-6mjnsm"),_e(i,"title","Expand or collapse this object (Ctrl+Click to expand/collapse recursively)"),_e(b,"class","jse-meta-inner svelte-6mjnsm"),_e(g,"class","jse-meta svelte-6mjnsm"),_e(g,"data-type","selectable-value"),_e(n,"class","jse-header svelte-6mjnsm"),_e(e,"class","jse-header-outer svelte-6mjnsm")},m:function(ht,Et){zt(ht,e,Et),Qe(e,n),Qe(n,i),Ie[r].m(i,null),Qe(n,a),Pt&&Pt.m(n,null),Qe(n,d),qt&&qt.m(n,null),Qe(n,f),Qe(n,g),Qe(g,b),At.m(b,null),Qe(n,C),Lt&&Lt.m(n,null),Qe(e,S),vt&&vt.m(e,null),Qe(e,w),jt&&jt.m(e,null),zt(ht,I,Et),at&&at.m(ht,Et),zt(ht,F,Et),G=!0,q||(pe=pi(i,"click",t[20]),q=!0)},p:function(ht,Et){var hn=r;(r=rt(ht))!==hn&&(Si(),Ye(Ie[hn],1,1,function(){Ie[hn]=null}),xi(),(s=Ie[r])||(s=Ie[r]=Pe[r](ht)).c(),ke(s,1),s.m(i,null)),Pt&&Pt.p&&(!G||8&Et[1])&&$c(Pt,mt,ht,ht[34],G?jc(mt,ht[34],Et,Cze):Gc(ht[34]),tie),ht[17]?qt&&(qt.d(1),qt=null):qt||((qt=lie()).c(),qt.m(n,f)),on===(on=Nt(ht))&&At?At.p(ht,Et):(At.d(1),(At=on(ht))&&(At.c(),At.m(b,null))),65922&Et[0]&&(me=!ht[8].readOnly&&ht[16]&&ht[7]&&(Ys(ht[7])||qa(ht[7]))&&!L2(ht[7])&&Es(eo(ht[7]),ht[1])),me?Lt?(Lt.p(ht,Et),65922&Et[0]&&ke(Lt,1)):((Lt=die(ht)).c(),ke(Lt,1),Lt.m(n,null)):Lt&&(Si(),Ye(Lt,1,1,function(){Lt=null}),xi()),!ht[15]||ht[12]&&ht[15].isChildError?vt&&(Si(),Ye(vt,1,1,function(){vt=null}),xi()):vt?(vt.p(ht,Et),36864&Et[0]&&ke(vt,1)):((vt=uie(ht)).c(),ke(vt,1),vt.m(e,w)),Zt===(Zt=Xt(ht))&&jt?jt.p(ht,Et):(jt&&jt.d(1),(jt=Zt&&Zt(ht))&&(jt.c(),jt.m(e,null))),ht[12]?at?(at.p(ht,Et),4096&Et[0]&&ke(at,1)):((at=fie(ht)).c(),ke(at,1),at.m(F.parentNode,F)):at&&(Si(),Ye(at,1,1,function(){at=null}),xi())},i:function(ht){G||(ke(s),ke(Pt,ht),ke(Lt),ke(vt),ke(at),G=!0)},o:function(ht){Ye(s),Ye(Pt,ht),Ye(Lt),Ye(vt),Ye(at),G=!1},d:function(ht){ht&&(Ft(e),Ft(I),Ft(F)),Ie[r].d(),Pt&&Pt.d(ht),qt&&qt.d(),At.d(),Lt&&Lt.d(),vt&&vt.d(),jt&&jt.d(),at&&at.d(ht),q=!1,pe()}}}function Tze(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me=!t[8].readOnly&&t[16]&&t[7]&&(Ys(t[7])||qa(t[7]))&&!L2(t[7])&&Es(eo(t[7]),t[1]),Pe=[kze,Nze],Ie=[];function rt(ht,Et){return ht[12]?0:1}r=rt(t),s=Ie[r]=Pe[r](t);var mt=t[33].identifier,Pt=Uc(mt,t,t[34],rie),qt=!t[17]&&gie();function Nt(ht,Et){return ht[12]?Pze:Lze}var on=Nt(t),At=on(t),Lt=me&&_ie(t),vt=t[15]&&(!t[12]||!t[15].isChildError)&&vie(t);function Xt(ht,Et){return ht[12]?Fze:Vze}var Zt=Xt(t),jt=Zt(t),at=t[12]&&bie(t);return{c:function(){e=yt("div"),n=yt("div"),i=yt("button"),s.c(),a=wn(),Pt&&Pt.c(),d=wn(),qt&&qt.c(),f=wn(),g=yt("div"),b=yt("div"),At.c(),C=wn(),Lt&&Lt.c(),S=wn(),vt&&vt.c(),w=wn(),jt.c(),I=wn(),at&&at.c(),F=Gs(),_e(i,"type","button"),_e(i,"class","jse-expand svelte-6mjnsm"),_e(i,"title","Expand or collapse this array (Ctrl+Click to expand/collapse recursively)"),_e(b,"class","jse-meta-inner svelte-6mjnsm"),_e(b,"data-type","selectable-value"),_e(g,"class","jse-meta svelte-6mjnsm"),_e(n,"class","jse-header svelte-6mjnsm"),_e(e,"class","jse-header-outer svelte-6mjnsm")},m:function(ht,Et){zt(ht,e,Et),Qe(e,n),Qe(n,i),Ie[r].m(i,null),Qe(n,a),Pt&&Pt.m(n,null),Qe(n,d),qt&&qt.m(n,null),Qe(n,f),Qe(n,g),Qe(g,b),At.m(b,null),Qe(n,C),Lt&&Lt.m(n,null),Qe(e,S),vt&&vt.m(e,null),Qe(e,w),jt.m(e,null),zt(ht,I,Et),at&&at.m(ht,Et),zt(ht,F,Et),G=!0,q||(pe=pi(i,"click",t[20]),q=!0)},p:function(ht,Et){var hn=r;(r=rt(ht))!==hn&&(Si(),Ye(Ie[hn],1,1,function(){Ie[hn]=null}),xi(),(s=Ie[r])||(s=Ie[r]=Pe[r](ht)).c(),ke(s,1),s.m(i,null)),Pt&&Pt.p&&(!G||8&Et[1])&&$c(Pt,mt,ht,ht[34],G?jc(mt,ht[34],Et,Eze):Gc(ht[34]),rie),ht[17]?qt&&(qt.d(1),qt=null):qt||((qt=gie()).c(),qt.m(n,f)),on===(on=Nt(ht))&&At?At.p(ht,Et):(At.d(1),(At=on(ht))&&(At.c(),At.m(b,null))),65922&Et[0]&&(me=!ht[8].readOnly&&ht[16]&&ht[7]&&(Ys(ht[7])||qa(ht[7]))&&!L2(ht[7])&&Es(eo(ht[7]),ht[1])),me?Lt?(Lt.p(ht,Et),65922&Et[0]&&ke(Lt,1)):((Lt=_ie(ht)).c(),ke(Lt,1),Lt.m(n,null)):Lt&&(Si(),Ye(Lt,1,1,function(){Lt=null}),xi()),!ht[15]||ht[12]&&ht[15].isChildError?vt&&(Si(),Ye(vt,1,1,function(){vt=null}),xi()):vt?(vt.p(ht,Et),36864&Et[0]&&ke(vt,1)):((vt=vie(ht)).c(),ke(vt,1),vt.m(e,w)),Zt===(Zt=Xt(ht))&&jt?jt.p(ht,Et):(jt.d(1),(jt=Zt(ht))&&(jt.c(),jt.m(e,null))),ht[12]?at?(at.p(ht,Et),4096&Et[0]&&ke(at,1)):((at=bie(ht)).c(),ke(at,1),at.m(F.parentNode,F)):at&&(Si(),Ye(at,1,1,function(){at=null}),xi())},i:function(ht){G||(ke(s),ke(Pt,ht),ke(Lt),ke(vt),ke(at),G=!0)},o:function(ht){Ye(s),Ye(Pt,ht),Ye(Lt),Ye(vt),Ye(at),G=!1},d:function(ht){ht&&(Ft(e),Ft(I),Ft(F)),Ie[r].d(),Pt&&Pt.d(ht),qt&&qt.d(),At.d(),Lt&&Lt.d(),vt&&vt.d(),jt.d(),at&&at.d(ht),q=!1,pe()}}}function oie(t){var e;return{c:function(){(e=yt("div")).textContent=":",_e(e,"class","jse-separator svelte-6mjnsm")},m:function(n,i){zt(n,e,i)},d:function(n){n&&Ft(e)}}}function sie(t){var e,n,i;return n=new O4({props:{selected:!0,onContextMenu:t[8].onContextMenu}}),{c:function(){e=yt("div"),Qn(n.$$.fragment),_e(e,"class","jse-context-menu-pointer-anchor svelte-6mjnsm")},m:function(r,s){zt(r,e,s),qn(n,e,null),i=!0},p:function(r,s){var a={};256&s[0]&&(a.onContextMenu=r[8].onContextMenu),n.$set(a)},i:function(r){i||(ke(n.$$.fragment,r),i=!0)},o:function(r){Ye(n.$$.fragment,r),i=!1},d:function(r){r&&Ft(e),Kn(n)}}}function aie(t){var e,n;return e=new v8({props:{validationError:t[15],onExpand:t[21]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};32768&r[0]&&(s.validationError=i[15]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function cie(t){var e,n,i;return{c:function(){_e(e=yt("div"),"role","none"),_e(e,"class","jse-insert-selection-area jse-after svelte-6mjnsm"),_e(e,"data-type","insert-selection-area-after")},m:function(r,s){zt(r,e,s),n||(i=pi(e,"click",t[29]),n=!0)},p:Ai,d:function(r){r&&Ft(e),n=!1,i()}}}function wze(t){var e,n;return e=new Ks({props:{data:m3}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function Mze(t){var e,n;return e=new Ks({props:{data:Hd}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function lie(t){var e;return{c:function(){(e=yt("div")).textContent=":",_e(e,"class","jse-separator svelte-6mjnsm")},m:function(n,i){zt(n,e,i)},d:function(n){n&&Ft(e)}}}function Aze(t){var e,n,i,r,s,a,d,f,g,b,C=Object.keys(t[0]).length+"",S=1===Object.keys(t[0]).length?"prop":"props";return{c:function(){(e=yt("div")).textContent="{",n=wn(),i=yt("button"),r=Ki(C),s=wn(),a=Ki(S),d=wn(),(f=yt("div")).textContent="}",_e(e,"class","jse-bracket svelte-6mjnsm"),_e(i,"type","button"),_e(i,"class","jse-tag svelte-6mjnsm"),_e(f,"class","jse-bracket svelte-6mjnsm")},m:function(w,I){zt(w,e,I),zt(w,n,I),zt(w,i,I),Qe(i,r),Qe(i,s),Qe(i,a),zt(w,d,I),zt(w,f,I),g||(b=pi(i,"click",t[21]),g=!0)},p:function(w,I){1&I[0]&&C!==(C=Object.keys(w[0]).length+"")&&ho(r,C),1&I[0]&&S!==(S=1===Object.keys(w[0]).length?"prop":"props")&&ho(a,S)},d:function(w){w&&(Ft(e),Ft(n),Ft(i),Ft(d),Ft(f)),g=!1,b()}}}function Dze(t){var e;return{c:function(){(e=yt("div")).textContent="{",_e(e,"class","jse-bracket jse-expanded svelte-6mjnsm")},m:function(n,i){zt(n,e,i)},p:Ai,d:function(n){n&&Ft(e)}}}function die(t){var e,n,i;return n=new O4({props:{selected:!0,onContextMenu:t[8].onContextMenu}}),{c:function(){e=yt("div"),Qn(n.$$.fragment),_e(e,"class","jse-context-menu-pointer-anchor svelte-6mjnsm")},m:function(r,s){zt(r,e,s),qn(n,e,null),i=!0},p:function(r,s){var a={};256&s[0]&&(a.onContextMenu=r[8].onContextMenu),n.$set(a)},i:function(r){i||(ke(n.$$.fragment,r),i=!0)},o:function(r){Ye(n.$$.fragment,r),i=!1},d:function(r){r&&Ft(e),Kn(n)}}}function uie(t){var e,n;return e=new v8({props:{validationError:t[15],onExpand:t[21]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};32768&r[0]&&(s.validationError=i[15]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function Oze(t){var e,n,i;return{c:function(){_e(e=yt("div"),"role","none"),_e(e,"class","jse-insert-selection-area jse-after svelte-6mjnsm"),_e(e,"data-type","insert-selection-area-after")},m:function(r,s){zt(r,e,s),n||(i=pi(e,"click",t[29]),n=!0)},p:Ai,d:function(r){r&&Ft(e),n=!1,i()}}}function Ize(t){var e,n,i;return{c:function(){_e(e=yt("div"),"role","none"),_e(e,"class","jse-insert-selection-area jse-inside svelte-6mjnsm"),_e(e,"data-type","insert-selection-area-inside")},m:function(r,s){zt(r,e,s),n||(i=pi(e,"click",t[28]),n=!0)},p:Ai,d:function(r){r&&Ft(e),n=!1,i()}}}function fie(t){for(var e,n,i,r,s,a,d,f=!t[8].readOnly&&(t[10]===M3||t[16]&&Al(t[7])),g=f&&hie(t),b=Ho(t[18](t[1],t[0],t[2],t[3],t[4],t[5],t[6],t[7],t[11])),C=[],S=0;S}',a=wn(),I&&I.c(),_e(e,"class","jse-props svelte-6mjnsm"),_e(s,"data-type","selectable-value"),_e(s,"class","jse-footer svelte-6mjnsm"),_e(r,"class","jse-footer-outer svelte-6mjnsm")},m:function(F,G){zt(F,e,G),g&&g.m(e,null),Qe(e,n);for(var q=0;q]',a=wn(),q&&q.c(),_e(e,"class","jse-items svelte-6mjnsm"),_e(s,"data-type","selectable-value"),_e(s,"class","jse-footer svelte-6mjnsm"),_e(r,"class","jse-footer-outer svelte-6mjnsm")},m:function(pe,me){zt(pe,e,me),C&&C.m(e,null),Qe(e,n);for(var Pe=0;Pe=wo.start&&vo<=wo.end});if(!Ua)return null;_ee(Ua.start,Math.min(w.length,Ua.end),function(wo){return Vi(String(wo))})}else Object.keys(w).forEach(Vi);return un}(Pe,d||Fm);if(mt("dragSelectionStart",{selection:Pe,items:Et}),Et){var hn=Ie.getJson();if(void 0!==hn){var Yn=N3(hn,Pe),bn=Et.findIndex(function(Un){return Es(Un.path,Yn)}),sn=cP({json:hn,documentState:Ie.getDocumentState(),deltaY:0,items:Et}).offset;n(11,Nt={initialTarget:at.target,initialClientY:at.clientY,initialContentTop:vt(),selectionStartIndex:bn,selectionItemsCount:w4(hn,Pe).length,items:Et,offset:sn,didMoveItems:!1}),D1.dragging=!0,document.addEventListener("mousemove",Zt,!0),document.addEventListener("mouseup",jt)}}else mt("Cannot drag the current selection (probably spread over multiple sections)")}else rt(at)}},function(at){D1.selecting||D1.dragging||(at.stopPropagation(),Bm(at.target,"data-type","selectable-value")?n(10,Pt=bL):Bm(at.target,"data-type","insert-selection-area-inside")?n(10,Pt=M3):Bm(at.target,"data-type","insert-selection-area-after")&&n(10,Pt=m9),clearTimeout(qt))},function(at){at.stopPropagation(),qt=window.setTimeout(function(){return n(10,Pt=void 0)})},function(at){at.shiftKey||(at.stopPropagation(),at.preventDefault(),Ie.onSelect(L3(I)))},function(at){at.shiftKey||(at.stopPropagation(),at.preventDefault(),Ie.onSelect(P3(I)))},function(at){Ie.onSelect(L3(I)),Ie.onContextMenu(at)},function(at){Ie.onSelect(P3(I)),Ie.onContextMenu(at)},rt,C,S]}var lP=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,Bze,zze,Zo,{value:0,path:1,expandedMap:2,enforceStringMap:3,visibleSectionsMap:4,validationErrorsMap:5,searchResultItemsMap:6,selection:7,context:8,onDragSelectionStart:32},bze,[-1,-1]),i}return ro(e,so),Xr(e)}(),Uze=lP,jze={prefix:"fas",iconName:"jsoneditor-expand",icon:[512,512,[],"","M 0,448 V 512 h 512 v -64 z M 0,0 V 64 H 512 V 0 Z M 256,96 128,224 h 256 z M 256,416 384,288 H 128 Z"]},$ze={prefix:"fas",iconName:"jsoneditor-collapse",icon:[512,512,[],"","m 0,224 v 64 h 512 v -64 z M 256,192 384,64 H 128 Z M 256,320 128,448 h 256 z"]},dP={prefix:"fas",iconName:"jsoneditor-format",icon:[512,512,[],"","M 0,32 v 64 h 416 v -64 z M 160,160 v 64 h 352 v -64 z M 160,288 v 64 h 288 v -64 z M 0,416 v 64 h 320 v -64 z"]},Gze={prefix:"fas",iconName:"jsoneditor-compact",icon:[512,512,[],"","M 0,32 v 64 h 512 v -64 z M 0,160 v 64 h 512 v -64 z M 0,288 v 64 h 352 v -64 z"]};function Yze(t){var e,n;return e=new rM({props:{items:t[0]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};1&$o(r,1)[0]&&(s.items=i[0]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function Wze(t,e,n){var i,r,s,a,d,f,g,b=e.json,C=e.selection,S=e.readOnly,w=e.showSearch,I=void 0!==w&&w,F=e.historyState,G=e.onExpandAll,q=e.onCollapseAll,pe=e.onUndo,me=e.onRedo,Pe=e.onSort,Ie=e.onTransform,rt=e.onContextMenu,mt=e.onCopy,Pt=e.onRenderMenu;function qt(){n(1,I=!I)}return t.$$set=function(Nt){"json"in Nt&&n(2,b=Nt.json),"selection"in Nt&&n(3,C=Nt.selection),"readOnly"in Nt&&n(4,S=Nt.readOnly),"showSearch"in Nt&&n(1,I=Nt.showSearch),"historyState"in Nt&&n(5,F=Nt.historyState),"onExpandAll"in Nt&&n(6,G=Nt.onExpandAll),"onCollapseAll"in Nt&&n(7,q=Nt.onCollapseAll),"onUndo"in Nt&&n(8,pe=Nt.onUndo),"onRedo"in Nt&&n(9,me=Nt.onRedo),"onSort"in Nt&&n(10,Pe=Nt.onSort),"onTransform"in Nt&&n(11,Ie=Nt.onTransform),"onContextMenu"in Nt&&n(12,rt=Nt.onContextMenu),"onCopy"in Nt&&n(13,mt=Nt.onCopy),"onRenderMenu"in Nt&&n(14,Pt=Nt.onRenderMenu)},t.$$.update=function(){4&t.$$.dirty&&n(20,i=void 0!==b),1048584&t.$$.dirty&&n(19,r=i&&(qa(C)||hl(C)||Ys(C))),68&t.$$.dirty&&n(15,a={type:"button",icon:jze,title:"Expand all",className:"jse-expand-all",onClick:G,disabled:!Yc(b)}),132&t.$$.dirty&&n(16,d={type:"button",icon:$ze,title:"Collapse all",className:"jse-collapse-all",onClick:q,disabled:!Yc(b)}),4&t.$$.dirty&&n(17,f={type:"button",icon:_b,title:"Search (Ctrl+F)",className:"jse-search",onClick:qt,disabled:void 0===b}),769844&t.$$.dirty&&n(18,g=S?[a,d,{type:"separator"},{type:"button",icon:_3,title:"Copy (Ctrl+C)",className:"jse-copy",onClick:mt,disabled:!r},{type:"separator"},f,{type:"space"}]:[a,d,{type:"separator"},{type:"button",icon:gb,title:"Sort",className:"jse-sort",onClick:Pe,disabled:S||void 0===b},{type:"button",icon:fb,title:"Transform contents (filter, sort, project)",className:"jse-transform",onClick:Ie,disabled:S||void 0===b},f,{type:"button",icon:wR,title:vL,className:"jse-contextmenu",onClick:rt},{type:"separator"},{type:"button",icon:Lx,title:"Undo (Ctrl+Z)",className:"jse-undo",onClick:pe,disabled:!F.canUndo},{type:"button",icon:kx,title:"Redo (Ctrl+Shift+Z)",className:"jse-redo",onClick:me,disabled:!F.canRedo},{type:"space"}]),278528&t.$$.dirty&&n(0,s=Pt(g))},[s,I,b,C,S,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,a,d,f,g,r,i]}var qze=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,Wze,Yze,Zo,{json:2,selection:3,readOnly:4,showSearch:1,historyState:5,onExpandAll:6,onCollapseAll:7,onUndo:8,onRedo:9,onSort:10,onTransform:11,onContextMenu:12,onCopy:13,onRenderMenu:14}),i}return ro(e,so),Xr(e)}();function Kze(t){Fo(t,"svelte-s2toti",'.jse-welcome.svelte-s2toti.svelte-s2toti{flex:1;overflow:auto;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);display:flex;flex-direction:column;align-items:center;border-left:var(--jse-main-border, 1px solid #d7d7d7);border-right:var(--jse-main-border, 1px solid #d7d7d7)}.jse-welcome.svelte-s2toti.svelte-s2toti:last-child{border-bottom:var(--jse-main-border, 1px solid #d7d7d7)}.jse-welcome.svelte-s2toti .jse-space.jse-before.svelte-s2toti{flex:1}.jse-welcome.svelte-s2toti .jse-space.jse-after.svelte-s2toti{flex:2}.jse-welcome.svelte-s2toti .jse-contents.svelte-s2toti{display:flex;flex-direction:column;max-width:300px;margin:2em var(--jse-padding, 10px);gap:var(--jse-padding, 10px)}.jse-welcome.svelte-s2toti .jse-contents .jse-welcome-info.svelte-s2toti{color:var(--jse-panel-color-readonly, #b2b2b2)}.jse-welcome.svelte-s2toti .jse-contents button.svelte-s2toti{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;background:var(--jse-button-primary-background, var(--jse-theme-color, #3883fa));color:var(--jse-button-primary-color, #fff);padding:var(--jse-padding, 10px) calc(2 * var(--jse-padding, 10px));border-radius:3px}.jse-welcome.svelte-s2toti .jse-contents button.svelte-s2toti:hover{background:var(--jse-button-primary-background-highlight, var(--jse-theme-color-highlight, #5f9dff))}.jse-welcome.svelte-s2toti .jse-contents button.svelte-s2toti:disabled{background:var(--jse-button-primary-background-disabled, #9d9d9d)}')}function wie(t){var e,n,i,r,s,a,d;return{c:function(){(e=yt("div")).innerHTML="You can paste clipboard data using Ctrl+V, or use the following options:",n=wn(),(i=yt("button")).textContent="Create object",r=wn(),(s=yt("button")).textContent="Create array",_e(e,"class","jse-welcome-info svelte-s2toti"),_e(i,"title","Create an empty JSON object (press '{')"),_e(i,"class","svelte-s2toti"),_e(s,"title","Create an empty JSON array (press '[')"),_e(s,"class","svelte-s2toti")},m:function(f,g){zt(f,e,g),zt(f,n,g),zt(f,i,g),zt(f,r,g),zt(f,s,g),a||(d=[pi(i,"click",uf(t[4])),pi(s,"click",uf(t[5]))],a=!0)},p:Ai,d:function(f){f&&(Ft(e),Ft(n),Ft(i),Ft(r),Ft(s)),a=!1,za(d)}}}function Qze(t){var e,n,i,r,s,a,d,f,g,b,C=!t[0]&&wie(t);return{c:function(){e=yt("div"),n=yt("div"),i=wn(),r=yt("div"),(s=yt("div")).textContent="Empty document",a=wn(),C&&C.c(),d=wn(),f=yt("div"),_e(n,"class","jse-space jse-before svelte-s2toti"),_e(s,"class","jse-welcome-title"),_e(r,"class","jse-contents svelte-s2toti"),_e(f,"class","jse-space jse-after svelte-s2toti"),_e(e,"class","jse-welcome svelte-s2toti"),_e(e,"role","none")},m:function(S,w){zt(S,e,w),Qe(e,n),Qe(e,i),Qe(e,r),Qe(r,s),Qe(r,a),C&&C.m(r,null),Qe(e,d),Qe(e,f),g||(b=pi(e,"click",t[6]),g=!0)},p:function(S,w){var I=$o(w,1)[0];S[0]?C&&(C.d(1),C=null):C?C.p(S,I):((C=wie(S)).c(),C.m(r,null))},i:Ai,o:Ai,d:function(S){S&&Ft(e),C&&C.d(),g=!1,b()}}}function Zze(t,e,n){var i=e.readOnly,r=e.onCreateArray,s=e.onCreateObject,a=e.onClick;return t.$$set=function(d){"readOnly"in d&&n(0,i=d.readOnly),"onCreateArray"in d&&n(1,r=d.onCreateArray),"onCreateObject"in d&&n(2,s=d.onCreateObject),"onClick"in d&&n(3,a=d.onClick)},[i,r,s,a,function(){return s()},function(){return r()},function(){return a()}]}var Jze=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,Zze,Qze,Zo,{readOnly:0,onCreateArray:1,onCreateObject:2,onClick:3},Kze),i}return ro(e,so),Xr(e)}();function uP(t,e){var n="string"==typeof t?t.toLowerCase():t,i="string"==typeof e?e.toLowerCase():e;return _Ae(n,i)}function Mie(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;if(Se(jn(t,e))){if(void 0===n)throw new Error("Cannot sort: no property selected by which to sort the array");return function(r){var b,C,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],f=(b=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],C=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,function(S,w){var I=jn(S,b),F=jn(w,b);return void 0===I?C:void 0===F?-C:"string"!=typeof I&&"string"!=typeof F?I>F?C:I1&&void 0!==arguments[1]?arguments[1]:[],a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,d=jn(r,s),f=Object.keys(d).slice();f.sort(function(w,I){return a*uP(w,I)});for(var g=[],b=0;bR9&&Oie();return{c:function(){e=yt("div");for(var C=0;CR9?b?b.p(C,w):((b=Oie()).c(),b.m(e,null)):b&&(b.d(1),b=null)},i:Ai,o:Ai,d:function(C){C&&Ft(e);for(var S=0;S0&&(a("scrollTo ",F),s.scrollTo({left:F,behavior:"smooth"}))}})},[d,b,C,i,s,S,r,function(F){a("get items for path",F);var G=jn(d,F);if(Array.isArray(G))return lb(0,G.length).map(String);if(Ba(G)){var q=Object.keys(G).slice(0);return q.sort(uP),q}return[]},function(F){return De(d,F)},w,function(){n(5,S=!S)},I,function(F){I(),w(F)},f,g,function(F){ys[F?"unshift":"push"](function(){n(4,s=F)})}]}var mBe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,pBe,hBe,Zo,{json:0,selection:13,onSelect:14,onError:1,pathParser:2},dBe),i}return ro(e,so),Xr(e)}();function gBe(t){Fo(t,"svelte-wnmp4a",'.jse-search-box.svelte-wnmp4a.svelte-wnmp4a{border:var(--jse-panel-border, var(--jse-main-border, 1px solid #d7d7d7));border-radius:3px;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);background:var(--jse-panel-background, #ebebeb);color:var(--jse-panel-color-readonly, #b2b2b2);box-shadow:var(--jse-controls-box-shadow, 0 2px 6px 0 rgba(0, 0, 0, 0.24));display:inline-block;width:400px;max-width:100%;overflow:auto}.jse-search-box.svelte-wnmp4a .jse-search-form.svelte-wnmp4a{display:flex;align-items:stretch}.jse-search-box.svelte-wnmp4a .jse-search-form button.svelte-wnmp4a,.jse-search-box.svelte-wnmp4a .jse-search-form input.svelte-wnmp4a{font-family:inherit;font-size:inherit}.jse-search-box.svelte-wnmp4a .jse-search-form button.svelte-wnmp4a{display:block;text-align:center;border:none;padding:0 5px;margin:0;cursor:pointer;color:var(--jse-panel-button-color, inherit);background:var(--jse-panel-button-background, transparent)}.jse-search-box.svelte-wnmp4a .jse-search-form button.svelte-wnmp4a:hover{color:var(--panel-button-color-highlight, var(--jse-text-color, #4d4d4d));background:var(--jse-panel-button-background-highlight, #e0e0e0)}.jse-search-box.svelte-wnmp4a .jse-search-form input.svelte-wnmp4a{color:var(--jse-panel-color, var(--jse-text-color, #4d4d4d));border:var(--jse-input-border, 1px solid #d8dbdf);border-radius:3px;background:var(--jse-input-background, var(--jse-background-color, #fff));height:28px;padding:0 5px;margin:0;flex:1;width:0;min-width:50px;outline:none}.jse-search-box.svelte-wnmp4a .jse-search-form .jse-replace-toggle.svelte-wnmp4a{padding:var(--jse-padding, 10px) calc(0.5 * var(--jse-padding, 10px));min-width:20px;background:var(--jse-panel-button-background-highlight, #e0e0e0)}.jse-search-box.svelte-wnmp4a .jse-search-form .jse-search-contents.svelte-wnmp4a{flex:1;display:flex;flex-direction:column;padding:calc(0.5 * var(--jse-padding, 10px));gap:calc(0.5 * var(--jse-padding, 10px))}.jse-search-box.svelte-wnmp4a .jse-search-form .jse-search-contents .jse-search-section.svelte-wnmp4a{flex:1;display:flex;align-items:center;position:relative}.jse-search-box.svelte-wnmp4a .jse-search-form .jse-search-contents .jse-search-section .jse-search-icon.svelte-wnmp4a{color:inherit;cursor:inherit;background:inherit;width:32px;text-align:center}.jse-search-box.svelte-wnmp4a .jse-search-form .jse-search-contents .jse-search-section label.jse-search-input-label.svelte-wnmp4a{flex:1;display:flex}.jse-search-box.svelte-wnmp4a .jse-search-form .jse-search-contents .jse-search-section .jse-search-count.svelte-wnmp4a{color:inherit;font-size:80%;visibility:hidden;padding:0 5px;min-width:36px;text-align:center}.jse-search-box.svelte-wnmp4a .jse-search-form .jse-search-contents .jse-search-section .jse-search-count.jse-visible.svelte-wnmp4a{visibility:visible}.jse-search-box.svelte-wnmp4a .jse-search-form .jse-search-contents .jse-replace-section.svelte-wnmp4a{padding-left:32px;flex:1;display:flex}.jse-search-box.svelte-wnmp4a .jse-search-form .jse-search-contents .jse-replace-section button.svelte-wnmp4a{width:auto}')}function Hie(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,qt,Nt,on,At,Lt=(-1!==t[7]&&t[7]=1e3?"".concat(999,"+"):String(i)),71303168&t.$$.dirty[0]&&F(a),2&t.$$.dirty[0]&&function(Vi){Et.apply(this,arguments)}(C),8&t.$$.dirty[0]&&mt(me),262144&t.$$.dirty[0]&&Pt(f)},[S,C,w,me,i,Ie,rt,r,s,qt,function(An){An.stopPropagation();var un=O3(An);"Enter"===un&&(An.preventDefault(),me!==Pe?(mt.flush(),Pe=me):vt()),"Shift+Enter"===un&&(An.preventDefault(),Zt()),"Ctrl+Enter"===un&&(An.preventDefault(),S?on():vt()),"Ctrl+H"===un&&(An.preventDefault(),qt()),"Escape"===un&&(An.preventDefault(),Un())},function(An){"Enter"===O3(An)&&(An.preventDefault(),An.stopPropagation(),on())},function(){return Nt.apply(this,arguments)},on,function(){return Lt.apply(this,arguments)},vt,Zt,Un,f,g,b,I,F,G,q,pe,a,function(){n(3,me=this.value)},function(){n(5,Ie=this.value)}]}var Uie=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,CBe,bBe,Zo,{json:18,documentState:19,parser:20,showSearch:1,showReplace:0,readOnly:2,columns:21,onSearch:22,onFocus:23,onPatch:24,onClose:25},gBe,[-1,-1]),i}return ro(e,so),Xr(e)}(),N9=Symbol("path");function EBe(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1/0,i={};Array.isArray(t)&&function(s,a,d){if(s.length1?(s.length-1)/(a-1):s.length,g=0;g0&&Pe.height>0}),b),g=b(n);function b(me){var Pe=me.getBoundingClientRect();return{x:Pe.left+Pe.width/2,y:Pe.top+Pe.height/2,rect:Pe,element:me}}function C(me,Pe){var rt=me.x-Pe.x,mt=(me.y-Pe.y)*(arguments.length>2&&void 0!==arguments[2]?arguments[2]:1);return Math.sqrt(rt*rt+mt*mt)}var S=function(me){return C(me,g)};if("Left"===i||"Right"===i){var w=f.filter("Left"===i?function(me){return me.rect.left+dg.rect.right+d}),I=w.filter(function(me){return Math.abs(me.y-g.y)g.y+d}),q=G.filter(function(me){return s(me.element)}),pe=mm(q,S)||mm(G,S);return pe?.element}}({allElements:Array.from(i.querySelectorAll("button:not([disabled])")),currentElement:f.target,direction:b,hasPrio:function(S){return"jse-open-dropdown"!==S.getAttribute("data-type")}});C&&C.focus()}},function(f){ys[f?"unshift":"push"](function(){n(3,i=f)})}]}var fre=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,dUe,lUe,Zo,{items:0,onRequestClose:1,tip:2},WBe),i}return ro(e,so),Xr(e)}(),uUe=aL.window;function fUe(t){Fo(t,"svelte-1ig7ktu",'.jse-tree-mode.svelte-1ig7ktu.svelte-1ig7ktu{flex:1;display:flex;flex-direction:column;position:relative;background:var(--jse-background-color, #fff);min-width:0;min-height:0;font-family:var(--jse-font-family-mono, consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace);font-size:var(--jse-font-size-mono, 14px);color:var(--jse-text-color, #4d4d4d);line-height:var(--jse-line-height, calc(1em + 4px))}.jse-tree-mode.svelte-1ig7ktu .jse-hidden-input-label .jse-hidden-input.svelte-1ig7ktu{position:fixed;top:-10px;left:-10px;width:1px;height:1px;padding:0;border:0;outline:none}.jse-tree-mode.no-main-menu.svelte-1ig7ktu.svelte-1ig7ktu{border-top:var(--jse-main-border, 1px solid #d7d7d7)}.jse-tree-mode.svelte-1ig7ktu .jse-search-box-container.svelte-1ig7ktu{position:relative;height:0;top:var(--jse-padding, 10px);margin-right:calc(var(--jse-padding, 10px) + 20px);margin-left:var(--jse-padding, 10px);text-align:right;z-index:3}.jse-tree-mode.svelte-1ig7ktu .jse-contents.svelte-1ig7ktu{flex:1;overflow:auto;position:relative;padding:2px;display:flex;flex-direction:column;border-left:var(--jse-main-border, 1px solid #d7d7d7);border-right:var(--jse-main-border, 1px solid #d7d7d7)}.jse-tree-mode.svelte-1ig7ktu .jse-contents.svelte-1ig7ktu:last-child{border-bottom:var(--jse-main-border, 1px solid #d7d7d7)}.jse-tree-mode.svelte-1ig7ktu .jse-contents .jse-loading-space.svelte-1ig7ktu{flex:1}.jse-tree-mode.svelte-1ig7ktu .jse-contents .jse-loading.svelte-1ig7ktu{flex:2;text-align:center;color:var(--jse-panel-color-readonly, #b2b2b2);box-sizing:border-box;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px)}')}function hre(t){var e,n,i;function r(a){t[75](a)}var s={json:t[11],selection:t[12].selection,readOnly:t[0],historyState:t[22],onExpandAll:t[38],onCollapseAll:t[39],onUndo:t[33],onRedo:t[34],onSort:t[35],onTransform:t[36],onContextMenu:t[43],onCopy:t[30],onRenderMenu:t[7]};return void 0!==t[13]&&(s.showSearch=t[13]),e=new qze({props:s}),ys.push(function(){return id(e,"showSearch",r)}),{c:function(){Qn(e.$$.fragment)},m:function(a,d){qn(e,a,d),i=!0},p:function(a,d){var f={};2048&d[0]&&(f.json=a[11]),4096&d[0]&&(f.selection=a[12].selection),1&d[0]&&(f.readOnly=a[0]),4194304&d[0]&&(f.historyState=a[22]),128&d[0]&&(f.onRenderMenu=a[7]),!n&&8192&d[0]&&(n=!0,f.showSearch=a[13],nd(function(){return n=!1})),e.$set(f)},i:function(a){i||(ke(e.$$.fragment,a),i=!0)},o:function(a){Ye(e.$$.fragment,a),i=!1},d:function(a){Kn(e,a)}}}function pre(t){var e,n;return e=new mBe({props:{json:t[11],selection:t[12].selection,onSelect:t[47],onError:t[6],pathParser:t[4]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};2048&r[0]&&(s.json=i[11]),4096&r[0]&&(s.selection=i[12].selection),64&r[0]&&(s.onError=i[6]),16&r[0]&&(s.pathParser=i[4]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function hUe(t){var e;return{c:function(){(e=yt("div")).innerHTML='
    loading...
    ',_e(e,"class","jse-contents svelte-1ig7ktu")},m:function(n,i){zt(n,e,i)},p:Ai,i:Ai,o:Ai,d:function(n){n&&Ft(e)}}}function pUe(t){var e,n,i,r,s,a,d,f,g,b=[gUe,mUe],C=[];function S(w,I){return void 0===w[11]?0:1}return r=S(t),s=C[r]=b[r](t),{c:function(){e=yt("label"),n=yt("input"),i=wn(),s.c(),a=Gs(),_e(n,"type","text"),n.readOnly=!0,_e(n,"tabindex","-1"),_e(n,"class","jse-hidden-input svelte-1ig7ktu"),_e(e,"class","jse-hidden-input-label")},m:function(w,I){zt(w,e,I),Qe(e,n),t[76](n),zt(w,i,I),C[r].m(w,I),zt(w,a,I),d=!0,f||(g=pi(n,"paste",t[31]),f=!0)},p:function(w,I){var F=r;(r=S(w))===F?C[r].p(w,I):(Si(),Ye(C[F],1,1,function(){C[F]=null}),xi(),(s=C[r])?s.p(w,I):(s=C[r]=b[r](w)).c(),ke(s,1),s.m(a.parentNode,a))},i:function(w){d||(ke(s),d=!0)},o:function(w){Ye(s),d=!1},d:function(w){w&&(Ft(e),Ft(i),Ft(a)),t[76](null),C[r].d(w),f=!1,g()}}}function mUe(t){var e,n,i,r,s,a,d,f,g,b,C;i=new Uie({props:{json:t[11],documentState:t[12],parser:t[3],showSearch:t[13],showReplace:t[21],readOnly:t[0],columns:void 0,onSearch:t[26],onFocus:t[27],onPatch:t[37],onClose:t[28]}}),a=new Uze({props:{value:t[11],path:[],expandedMap:t[12].expandedMap,enforceStringMap:t[12].enforceStringMap,visibleSectionsMap:t[12].visibleSectionsMap,validationErrorsMap:t[24],searchResultItemsMap:null===(e=t[20])||void 0===e?void 0:e.itemsMap,selection:t[12].selection,context:t[15],onDragSelectionStart:de}});var S=t[19]&&mre(t),w=t[23]&&gre(t);return b=new sP({props:{validationErrors:t[14],selectError:t[29]}}),{c:function(){n=yt("div"),Qn(i.$$.fragment),r=wn(),s=yt("div"),Qn(a.$$.fragment),d=wn(),S&&S.c(),f=wn(),w&&w.c(),g=wn(),Qn(b.$$.fragment),_e(n,"class","jse-search-box-container svelte-1ig7ktu"),_e(s,"class","jse-contents svelte-1ig7ktu"),_e(s,"data-jsoneditor-scrollable-contents",!0)},m:function(I,F){zt(I,n,F),qn(i,n,null),zt(I,r,F),zt(I,s,F),qn(a,s,null),t[80](s),zt(I,d,F),S&&S.m(I,F),zt(I,f,F),w&&w.m(I,F),zt(I,g,F),qn(b,I,F),C=!0},p:function(I,F){var G,q={};2048&F[0]&&(q.json=I[11]),4096&F[0]&&(q.documentState=I[12]),8&F[0]&&(q.parser=I[3]),8192&F[0]&&(q.showSearch=I[13]),2097152&F[0]&&(q.showReplace=I[21]),1&F[0]&&(q.readOnly=I[0]),i.$set(q);var pe={};2048&F[0]&&(pe.value=I[11]),4096&F[0]&&(pe.expandedMap=I[12].expandedMap),4096&F[0]&&(pe.enforceStringMap=I[12].enforceStringMap),4096&F[0]&&(pe.visibleSectionsMap=I[12].visibleSectionsMap),16777216&F[0]&&(pe.validationErrorsMap=I[24]),1048576&F[0]&&(pe.searchResultItemsMap=null===(G=I[20])||void 0===G?void 0:G.itemsMap),4096&F[0]&&(pe.selection=I[12].selection),32768&F[0]&&(pe.context=I[15]),a.$set(pe),I[19]?S?(S.p(I,F),524288&F[0]&&ke(S,1)):((S=mre(I)).c(),ke(S,1),S.m(f.parentNode,f)):S&&(Si(),Ye(S,1,1,function(){S=null}),xi()),I[23]?w?(w.p(I,F),8388608&F[0]&&ke(w,1)):((w=gre(I)).c(),ke(w,1),w.m(g.parentNode,g)):w&&(Si(),Ye(w,1,1,function(){w=null}),xi());var me={};16384&F[0]&&(me.validationErrors=I[14]),b.$set(me)},i:function(I){C||(ke(i.$$.fragment,I),ke(a.$$.fragment,I),ke(S),ke(w),ke(b.$$.fragment,I),C=!0)},o:function(I){Ye(i.$$.fragment,I),Ye(a.$$.fragment,I),Ye(S),Ye(w),Ye(b.$$.fragment,I),C=!1},d:function(I){I&&(Ft(n),Ft(r),Ft(s),Ft(d),Ft(f),Ft(g)),Kn(i),Kn(a),t[80](null),S&&S.d(I),w&&w.d(I),Kn(b,I)}}}function gUe(t){var e,n,i,r,s=[vUe,_Ue],a=[];function d(f,g){return""===f[18]||void 0===f[18]?0:1}return e=d(t),n=a[e]=s[e](t),{c:function(){n.c(),i=Gs()},m:function(f,g){a[e].m(f,g),zt(f,i,g),r=!0},p:function(f,g){var b=e;(e=d(f))===b?a[e].p(f,g):(Si(),Ye(a[b],1,1,function(){a[b]=null}),xi(),(n=a[e])?n.p(f,g):(n=a[e]=s[e](f)).c(),ke(n,1),n.m(i.parentNode,i))},i:function(f){r||(ke(n),r=!0)},o:function(f){Ye(n),r=!1},d:function(f){f&&Ft(i),a[e].d(f)}}}function mre(t){var e,n;return e=new pf({props:{type:"info",message:"You pasted a JSON ".concat(Array.isArray(t[19].contents)?"array":"object"," as text"),actions:[{icon:hb,text:"Paste as JSON instead",title:"Replace the value with the pasted JSON",onMouseDown:t[44]},{text:"Leave as is",title:"Keep the JSON embedded in the value",onClick:t[45]}]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};524288&r[0]&&(s.message="You pasted a JSON ".concat(Array.isArray(i[19].contents)?"array":"object"," as text")),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function gre(t){var e,n;return e=new pf({props:{type:"success",message:"The loaded JSON document was invalid but is successfully repaired.",actions:t[0]?[]:[{icon:E_,text:"Ok",title:"Accept the repaired document",onClick:t[8]},{icon:g3,text:"Repair manually instead",title:"Leave the document unchanged and repair it manually instead",onClick:t[46]}],onClose:t[9]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};1&r[0]&&(s.actions=i[0]?[]:[{icon:E_,text:"Ok",title:"Accept the repaired document",onClick:i[8]},{icon:g3,text:"Repair manually instead",title:"Leave the document unchanged and repair it manually instead",onClick:i[46]}]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function _Ue(t){var e,n,i,r;return e=new pf({props:{type:"error",message:"The loaded JSON document is invalid and could not be repaired automatically.",actions:t[0]?[]:[{icon:g3,text:"Repair manually",title:'Open the document in "code" mode and repair it manually',onClick:t[46]}]}}),i=new Zie({props:{text:t[18],json:t[11],indentation:t[5],parser:t[3]}}),{c:function(){Qn(e.$$.fragment),n=wn(),Qn(i.$$.fragment)},m:function(s,a){qn(e,s,a),zt(s,n,a),qn(i,s,a),r=!0},p:function(s,a){var d={};1&a[0]&&(d.actions=s[0]?[]:[{icon:g3,text:"Repair manually",title:'Open the document in "code" mode and repair it manually',onClick:s[46]}]),e.$set(d);var f={};262144&a[0]&&(f.text=s[18]),2048&a[0]&&(f.json=s[11]),32&a[0]&&(f.indentation=s[5]),8&a[0]&&(f.parser=s[3]),i.$set(f)},i:function(s){r||(ke(e.$$.fragment,s),ke(i.$$.fragment,s),r=!0)},o:function(s){Ye(e.$$.fragment,s),Ye(i.$$.fragment,s),r=!1},d:function(s){s&&Ft(n),Kn(e,s),Kn(i,s)}}}function vUe(t){var e,n;return e=new Jze({props:{readOnly:t[0],onCreateObject:t[77],onCreateArray:t[78],onClick:t[79]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};1&r[0]&&(s.readOnly=i[0]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function bUe(t){var e,n,i,r,s,a,d,f,g=t[1]&&hre(t),b=t[2]&&pre(t),S=[];return s=S[r=t[25]?1:0]=[pUe,hUe][r](t),{c:function(){e=yt("div"),g&&g.c(),n=wn(),b&&b.c(),i=wn(),s.c(),_e(e,"role","tree"),_e(e,"tabindex","-1"),_e(e,"class","jse-tree-mode svelte-1ig7ktu"),ii(e,"no-main-menu",!t[1])},m:function(w,I){zt(w,e,I),g&&g.m(e,null),Qe(e,n),b&&b.m(e,null),Qe(e,i),S[r].m(e,null),t[81](e),a=!0,d||(f=[pi(uUe,"mousedown",t[48]),pi(e,"keydown",t[40]),pi(e,"mousedown",t[41]),pi(e,"contextmenu",t[42])],d=!0)},p:function(w,I){w[1]?g?(g.p(w,I),2&I[0]&&ke(g,1)):((g=hre(w)).c(),ke(g,1),g.m(e,n)):g&&(Si(),Ye(g,1,1,function(){g=null}),xi()),w[2]?b?(b.p(w,I),4&I[0]&&ke(b,1)):((b=pre(w)).c(),ke(b,1),b.m(e,i)):b&&(Si(),Ye(b,1,1,function(){b=null}),xi()),s.p(w,I),(!a||2&I[0])&&ii(e,"no-main-menu",!w[1])},i:function(w){a||(ke(g),ke(b),ke(s),a=!0)},o:function(w){Ye(g),Ye(b),Ye(s),a=!1},d:function(w){w&&Ft(e),g&&g.d(),b&&b.d(),S[r].d(),t[81](null),d=!1,za(f)}}}function yUe(t,e,n){var i,r=A1("jsoneditor:TreeMode"),s=typeof window>"u";r("isSSR:",s);var a,d,f,g,b,C=B1("simple-modal").open,S=s4(),w=s4(),I=B1("absolute-popup"),F=I.openAbsolutePopup,G=I.closeAbsolutePopup,q=!1,pe=Cne(),me=e.readOnly,Pe=e.externalContent,Ie=e.externalSelection,rt=e.mainMenuBar,mt=e.navigationBar,Pt=e.escapeControlCharacters,qt=e.escapeUnicodeCharacters,Nt=e.parser,on=e.parseMemoizeOne,At=e.validator,Lt=e.validationParser,vt=e.pathParser,Xt=e.indentation,Zt=e.onError,jt=e.onChange,at=e.onChangeMode,ht=e.onSelect,Et=e.onRenderValue,hn=e.onRenderMenu,Yn=e.onRenderContextMenu,bn=e.onClassName,sn=e.onFocus,Un=e.onBlur,An=e.onSortModal,un=e.onTransformModal,Vi=e.onJSONEditorModal,ir=!1;oP({onMount:Du,onDestroy:Wd,getWindow:function(){return o8(f)},hasFocus:function(){return ir&&document.hasFocus()||DL(f)},onFocus:function(){q=!0,sn&&sn()},onBlur:function(){q=!1,Un&&Un()}});var hi=void 0;function Pn(pt){r("updateSelection",pt);var Tn="function"==typeof pt?pt(xn.selection)||null:pt;Es(Tn,xn.selection)||(n(12,xn=In(In({},xn),{},{selection:Tn})),ht(Tn))}var _o,vo,Ua,ba=!1,xn=Pw(),wo=!1,Aa=!1;function Da(){return(Da=Ao(Ri().mark(function pt(Tn){return Ri().wrap(function(Zn){for(;;)switch(Zn.prev=Zn.next){case 0:return n(12,xn=In(In({},PL(g,xn,Tn)),{},{selection:null})),Zn.next=3,Fu(Tn);case 3:case"end":return Zn.stop()}},pt)}))).apply(this,arguments)}var Is,Fi,ya=Ene({onChange:function(pt){n(22,Rr=pt)}}),Rr=ya.getState(),po=!1,hc=[],Ka=Cb(Sne);function j1(pt,Tn,Zn,Ni){m8(function(){var Gi;try{Gi=Ka(pt,Tn,Zn,Ni)}catch(rr){Gi=[{path:[],message:"Failed to validate: "+rr.message,severity:Iu.warning}]}Es(Gi,hc)||(r("validationErrors changed:",Gi),n(14,hc=Gi))},function(Gi){return r("validationErrors updated in ".concat(Gi," ms"))})}function u1(){return r("validate"),hi?{parseError:hi,isRepairable:!1}:(j1(g,At,Nt,Lt),Fs(hc)?null:{validationErrors:hc})}function f1(){return g}function pl(){return xn}function jl(pt){ba||(ba=!0,n(12,xn=Nu(pt,xn,[],Tee({json:pt},hee)?y0:S9)))}function bc(pt){xn.selection&&(De(pt,Um(xn.selection))&&De(pt,eo(xn.selection))||(r("clearing selection: path does not exist anymore",xn.selection),n(12,xn=In(In({},xn),{},{selection:l8(pt,xn)}))))}function Dl(pt){var Tn=pt.previousJson,Zn=pt.previousState,Ni=pt.previousText,Gi=pt.previousTextIsRepaired;void 0===Tn&&void 0===Ni||(void 0!==g?ya.add(void 0!==Tn?{undo:{patch:[{op:"replace",path:"",value:Tn}],state:N2(Zn),json:void 0,text:Ni,textIsRepaired:Gi},redo:{patch:[{op:"replace",path:"",value:g}],state:N2(xn),json:void 0,text:b,textIsRepaired:po}}:{undo:{patch:void 0,json:void 0,text:Ni,state:N2(Zn),textIsRepaired:Gi},redo:{patch:void 0,json:g,state:N2(xn),text:b,textIsRepaired:po}}):void 0!==Tn&&ya.add({undo:{patch:void 0,json:Tn,state:N2(Zn),text:Ni,textIsRepaired:Gi},redo:{patch:void 0,json:void 0,text:b,textIsRepaired:po,state:N2(xn)}}))}function ac(pt,Tn){if(r("patch",pt,Tn),void 0===g)throw new Error("Cannot apply patch: no JSON");var Zn=g,Ni=xn,Gi=b,rr=po,Do=gte(g,pt),Yr=Jee(g,xn,pt),ko=d8(g,pt),il=function(V2,xs){return xs||!(arguments.length>2&&void 0!==arguments[2])||arguments[2]?In(In({},V2),{},{selection:xs}):V2}(Yr.documentState,ko,!1);r("patch updatedSelection",ko);var cc="function"==typeof Tn?Tn(Yr.json,il):void 0;n(11,g=cc&&void 0!==cc.json?cc.json:Yr.json);var rl=cc&&void 0!==cc.state?cc.state:il;return n(12,xn=rl),n(18,b=void 0),n(23,po=!1),n(19,vo=void 0),hi=void 0,bc(g),ya.add({undo:{patch:Do,json:void 0,text:Gi,state:N2(Ni),textIsRepaired:rr},redo:{patch:pt,json:void 0,state:N2(rl),text:b,textIsRepaired:po}}),{json:g,previousJson:Zn,undo:Do,redo:pt}}function $l(){!me&&xn.selection&&Pn(ku(eo(xn.selection),!0))}function rd(){if(!me&&xn.selection){var pt=eo(xn.selection),Tn=jn(g,pt);Yc(Tn)?(r("openJSONEditorModal",{path:Zn=pt,value:Ni=Tn}),ir=!0,Vi({content:{json:Ni},path:Zn,onPatch:Fi.onPatch,onClose:function(){ir=!1,Nr()}})):Pn(Os(pt,!0))}var Zn,Ni}function $1(){if(!me&&Ys(xn.selection)){var pt=eo(xn.selection),Tn=he(pt),Zn=jn(g,pt),Ni=!R3(Zn,xn.enforceStringMap,Tn,Nt),Gi=Ni?String(Zn):n8(String(Zn),Nt);r("handleToggleEnforceString",{enforceString:Ni,value:Zn,updatedValue:Gi}),Ol([{op:"replace",path:Tn,value:Gi}],function(rr,Do){return{state:Zee(Do,Tn,Ni)}})}}function Gl(){return ls.apply(this,arguments)}function ls(){return ls=Ao(Ri().mark(function pt(){var Tn,Zn=arguments;return Ri().wrap(function(Ni){for(;;)switch(Ni.prev=Ni.next){case 0:return Tn=!(Zn.length>0&&void 0!==Zn[0])||Zn[0],Ni.next=3,Yie({json:g,documentState:xn,indentation:Tn?Xt:void 0,readOnly:me,parser:Nt,onPatch:Ol});case 3:case"end":return Ni.stop()}},pt)})),ls.apply(this,arguments)}function nl(){return Wc.apply(this,arguments)}function Wc(){return Wc=Ao(Ri().mark(function pt(){var Tn,Zn=arguments;return Ri().wrap(function(Ni){for(;;)switch(Ni.prev=Ni.next){case 0:if(Tn=!(Zn.length>0&&void 0!==Zn[0])||Zn[0],void 0!==g){Ni.next=3;break}return Ni.abrupt("return");case 3:return Ni.next=5,Wie({json:g,documentState:xn,indentation:Tn?Xt:void 0,parser:Nt});case 5:case"end":return Ni.stop()}},pt)})),Wc.apply(this,arguments)}function l2(){C(kne,{},In(In({},Hm),{},{styleWindow:{width:"450px"}}),{onClose:function(){return Nr()}})}function h1(pt,Tn){C(Gne,{text:pt,onParse:function(Zn){return Rw(Zn,function(Ni){return _9(Ni,Nt)})},onRepair:Eee,onApply:Tn},In(In({},Hm),{},{styleWindow:{width:"600px",height:"500px"},styleContent:{padding:0,height:"100%"}}),{onClose:function(){return Nr()}})}function p1(){Kie({json:g,text:b,documentState:xn,keepSelection:!1,readOnly:me,onChange:jt,onPatch:Ol})}function Bn(){!me&&void 0!==g&&xn.selection&&u8&&!Fs(eo(xn.selection))&&(r("duplicate",{selection:xn.selection}),Ol(hte(g,w4(g,xn.selection))))}function hr(){me||!xn.selection||!qa(xn.selection)&&!Ys(xn.selection)||Fs(eo(xn.selection))||(r("extract",{selection:xn.selection}),Ol(function(Tn,Zn){if(Ys(Zn))return[{op:"move",from:he(Zn.path),path:""}];if(!qa(Zn))throw new Error("Cannot create extract operations: parent must be an Object or Array");var Gi=jn(Tn,Ds(Zn.focusPath));if(Se(Gi))return[{op:"replace",path:"",value:w4(Tn,Zn).map(function(Do){var Yr=c2(xo(Do));return Gi[Yr]})}];if(Ce(Gi)){var rr={};return w4(Tn,Zn).forEach(function(Do){var Yr=String(xo(Do));rr[Yr]=Gi[Yr]}),[{op:"replace",path:"",value:rr}]}throw new Error("Cannot extract: unsupported type of selection "+JSON.stringify(Zn))}(g,xn.selection),function(Tn,Zn){if(Yc(Tn))return{state:T4(Tn,Zn,[])}}))}function No(pt){oM({insertType:pt,selectInside:!0,refJsonEditor:f,json:g,selection:xn.selection,readOnly:me,parser:Nt,onPatch:Ol,onReplaceJson:j3})}function ua(pt){hl(xn.selection)&&Pn(Os(xn.selection.path,!1)),xn.selection||Pn(l8(g,xn)),No(pt)}function ks(pt){if(!me&&xn.selection)if(zw(xn.selection))try{var Tn=Um(xn.selection),Zn=jn(g,Tn),Ni=function(rr,Do,Yr){if("array"===Do){if(Array.isArray(rr))return rr;if(Ba(rr))return bee(rr);if("string"==typeof rr)try{var ko=Yr.parse(rr);if(Array.isArray(ko))return ko;if(Ba(ko))return bee(ko)}catch{return[rr]}return[rr]}if("object"===Do){if(Array.isArray(rr))return vee(rr);if(Ba(rr))return rr;if("string"==typeof rr)try{var il=Yr.parse(rr);if(Ba(il))return il;if(Array.isArray(il))return vee(il)}catch{return{value:rr}}return{value:rr}}if("value"===Do)return Yc(rr)?Yr.stringify(rr):rr;throw new Error("Cannot convert ".concat(SL(rr,Yr)," to ").concat(Do))}(Zn,pt,Nt);if(Ni===Zn)return;var Gi=[{op:"replace",path:he(Tn),value:Ni}];r("handleConvert",{selection:xn.selection,path:Tn,type:pt,operations:Gi}),Ol(Gi,function(rr,Do){return{state:xn.selection?T4(rr,Do,eo(xn.selection)):xn}})}catch(rr){Zt(rr)}else Zt(new Error("Cannot convert current selection to ".concat(pt)))}function Hn(){if(xn.selection){var pt=ote(g,xn,!1),Tn=Ds(eo(xn.selection));pt&&!Fs(eo(pt))&&Es(Tn,Ds(eo(pt)))?Pn(P3(eo(pt))):Pn(L3(Tn)),r("insert before",{selection:xn.selection,selectionBefore:pt,parentPath:Tn}),Ml().then(function(){return Zi()})}}function ur(){if(xn.selection){var pt=M4(g,xn.selection);r("insert after",pt),Pn(P3(pt)),Ml().then(function(){return Zi()})}}function Lr(pt){return ei.apply(this,arguments)}function ei(){return(ei=Ao(Ri().mark(function pt(Tn){return Ri().wrap(function(Zn){for(;;)switch(Zn.prev=Zn.next){case 0:return Zn.next=2,Qie({char:Tn,selectInside:!0,refJsonEditor:f,json:g,selection:xn.selection,readOnly:me,parser:Nt,onPatch:Ol,onReplaceJson:j3,onSelect:Pn});case 2:case"end":return Zn.stop()}},pt)}))).apply(this,arguments)}function Hs(){if(!me&&ya.getState().canUndo){var pt=ya.undo();if(pt){var Tn={json:g,text:b};n(11,g=pt.undo.patch?Be(g,pt.undo.patch):pt.undo.json),n(12,xn=pt.undo.state),n(18,b=pt.undo.text),n(23,po=pt.undo.textIsRepaired),hi=void 0,r("undo",{item:pt,json:g,documentState:xn}),Kd(Tn,pt.undo.patch&&pt.redo.patch?{json:g,previousJson:Tn.json,redo:pt.undo.patch,undo:pt.redo.patch}:null),Nr(),xn.selection&&Fu(eo(xn.selection),!1)}}}function Qa(){if(!me&&ya.getState().canRedo){var pt=ya.redo();if(pt){var Tn={json:g,text:b};n(11,g=pt.redo.patch?Be(g,pt.redo.patch):pt.redo.json),n(12,xn=pt.redo.state),n(18,b=pt.redo.text),n(23,po=pt.redo.textIsRepaired),hi=void 0,r("redo",{item:pt,json:g,documentState:xn}),Kd(Tn,pt.undo.patch&&pt.redo.patch?{json:g,previousJson:Tn.json,redo:pt.redo.patch,undo:pt.undo.patch}:null),Nr(),xn.selection&&Fu(eo(xn.selection),!1)}}}function ds(pt){var Tn;me||void 0===g||(ir=!0,An({id:S,json:g,rootPath:pt,onSort:(Tn=Ao(Ri().mark(function Zn(Ni){var Gi;return Ri().wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:r("onSort",pt,Gi=Ni.operations),Ol(Gi,function(Do,Yr){return{state:In(In({},T4(Do,Yr,pt)),{},{selection:Os(pt,!1)})}});case 3:case"end":return rr.stop()}},Zn)})),function(Zn){return Tn.apply(this,arguments)}),onClose:function(){ir=!1,Nr()}}))}function I4(){xn.selection&&ds(cte(g,xn.selection))}function gf(pt){if(void 0!==g){var Zn=pt.onTransform,Ni=pt.onClose,Gi=pt.rootPath||[];ir=!0,un({id:pt.id||w,json:g,rootPath:Gi,onTransform:function(rr){Zn?Zn({operations:rr,json:g,transformedJson:Be(g,rr)}):(r("onTransform",Gi,rr),Ol(rr,function(Do,Yr){return{state:In(In({},T4(Do,Yr,Gi)),{},{selection:Os(Gi,!1)})}}))},onClose:function(){ir=!1,Nr(),Ni&&Ni()}})}}function E8(){xn.selection&&gf({rootPath:cte(g,xn.selection)})}function Fu(pt){return z3.apply(this,arguments)}function z3(){return z3=Ao(Ri().mark(function pt(Tn){var Zn,Ni,Gi,rr,Do,Yr=arguments;return Ri().wrap(function(ko){for(;;)switch(ko.prev=ko.next){case 0:return Zn=!(Yr.length>1&&void 0!==Yr[1])||Yr[1],n(12,xn=PL(g,xn,Tn)),ko.next=4,Ml();case 4:if(Ni=B3(Tn),r("scrollTo",{path:Tn,elem:Ni,refContents:a}),Ni&&a){ko.next=8;break}return ko.abrupt("return",Promise.resolve());case 8:if(Gi=a.getBoundingClientRect(),rr=Ni.getBoundingClientRect(),Zn){ko.next=13;break}if(!(rr.bottom>Gi.top&&rr.topZn.bottom-20&&pe(Tn,{container:a,offset:-(Zn.height-Gi-20),duration:0})}}function Kd(pt,Tn){var Zn;if(void 0!==pt.json||void 0!==pt?.text)if(void 0!==b)null===(Zn=jt)||void 0===Zn||Zn({text:b,json:void 0},pt,{contentErrors:u1(),patchResult:Tn});else if(void 0!==g){var Ni;null===(Ni=jt)||void 0===Ni||Ni({text:void 0,json:g},pt,{contentErrors:u1(),patchResult:Tn})}}function Ol(pt,Tn){r("handlePatch",pt,Tn);var Zn={json:g,text:b},Ni=ac(pt,Tn);return Kd(Zn,Ni),Ni}function j3(pt,Tn){var Zn=xn,Ni=g,Gi=b,rr={json:g,text:b},Do=po,Yr=Nu(g,xn,[],y0),ko="function"==typeof Tn?Tn(pt,Yr):void 0;n(11,g=ko&&void 0!==ko.json?ko.json:pt),n(12,xn=ko&&void 0!==ko.state?ko.state:Yr),n(18,b=void 0),n(23,po=!1),hi=void 0,bc(g),Dl({previousJson:Ni,previousState:Zn,previousText:Gi,previousTextIsRepaired:Do}),Kd(rr,null)}function Km(pt,Tn){r("handleChangeText");var Zn=xn,Ni=g,Gi=b,rr={json:g,text:b},Do=po;try{n(11,g=on(pt)),n(12,xn=Nu(g,xn,[],y0)),n(18,b=void 0),n(23,po=!1),hi=void 0}catch(ko){try{n(11,g=on(ni(pt))),n(12,xn=Nu(g,xn,[],y0)),n(18,b=pt),n(23,po=!0),hi=void 0}catch{n(11,g=void 0),n(12,xn=Pw({json:g,expand:y0})),n(18,b=pt),n(23,po=!1),hi=""!==b?i8(b,ko.message||String(ko)):void 0}}if("function"==typeof Tn){var Yr=Tn(g,xn);n(11,g=Yr&&Yr.json?Yr.json:g),n(12,xn=Yr&&Yr.state?Yr.state:xn)}bc(g),Dl({previousJson:Ni,previousState:Zn,previousText:Gi,previousTextIsRepaired:Do}),Kd(rr,null)}function S0(pt,Tn){var Ni,Gi,Zn=arguments.length>2&&void 0!==arguments[2]&&arguments[2];r("expand",{path:pt,expanded:Tn,recursive:Zn}),n(12,xn=Tn?Zn?Nu(g,xn,pt,S9):(Gi=pt,In(In({},Ni=xn),{},{expandedMap:In(In({},Ni.expandedMap),{},Yd({},he(Gi),!0))})):Qee(xn,pt)),xn.selection&&!Tn&&function(Ni,Gi){return k3(eo(Ni),Gi)&&(eo(Ni).length>Gi.length||Al(Ni))}(xn.selection,pt)&&Pn(null),Nr()}function $3(pt){r("openFind",{findAndReplace:pt}),n(13,wo=!1),n(21,Aa=!1),Ml().then(function(){n(13,wo=!0),n(21,Aa=pt)})}function R4(pt,Tn){r("handleExpandSection",pt,Tn);var Gi,rr,Do,Zn=he(pt);n(12,(rr=Zn,Do=Tn,xn=In(In({},Gi=xn),{},{visibleSectionsMap:In(In({},Gi.visibleSectionsMap),{},Yd({},rr,Kee(Vw(Gi,rr).concat(Do))))})))}function kt(pt){r("pasted json as text",pt),n(19,vo=pt)}function Wn(pt){var Tn=pt.anchor,Zn=pt.left,Ni=pt.top,Gi=pt.width,rr=pt.height,Do=pt.offsetTop,Yr=pt.offsetLeft,ko=pt.showTip,il=function(xs){var ja=xs.json,Il=xs.documentState,Js=xs.readOnly,ml=xs.parser,_f=xs.onEditKey,Qd=xs.onEditValue,S8=xs.onToggleEnforceString,O1=xs.onCut,Zd=xs.onCopy,x0=xs.onPaste,N4=xs.onRemove,od=xs.onDuplicate,vf=xs.onExtract,P9=xs.onInsertBefore,Qm=xs.onInsert,V9=xs.onConvert,xP=xs.onInsertAfter,TP=xs.onSort,F9=xs.onTransform,ln=Il.selection,xr=void 0!==ja,Mo=!!ln,ha=!!ln&&Fs(eo(ln)),us=ln?jn(ja,eo(ln)):void 0,Ls=Array.isArray(us)?"Edit array":Ba(us)?"Edit object":"Edit value",pc=xr&&(qa(ln)||hl(ln)||Ys(ln)),Zm=!Js&&xr&&null!=ln&&Hw(ln)&&!ha&&!Array.isArray(jn(ja,Ds(eo(ln)))),m1=!Js&&xr&&null!=ln&&Hw(ln),Rl=m1&&!Yc(us),Jd=!Js&&pc,x8=pc,uM=!Js&&Mo,k4=!Js&&xr&&pc&&!ha,f$e=!Js&&xr&&null!=ln&&(qa(ln)||Ys(ln))&&!ha,G3=pc,H9=G3?"Convert to:":"Insert:",h$e=!Js&&!G3&&Mo,p$e=!Js&&(G3?zw(ln)&&!Ba(us):Mo),m$e=!Js&&(G3?zw(ln)&&!Array.isArray(us):Mo),g$e=!Js&&(G3?zw(ln)&&Yc(us):Mo),_$e=!(null==ln||!us)&&R3(us,Il.enforceStringMap,he(eo(ln)),ml);function fM(wP){pc?"structure"!==wP&&V9(wP):Qm(wP)}return[{type:"row",items:[{type:"button",onClick:function(){return _f()},icon:ym,text:"Edit key",title:"Edit the key (Double-click on the key)",disabled:!Zm},{type:"dropdown-button",main:{type:"button",onClick:function(){return Qd()},icon:ym,text:Ls,title:"Edit the value (Double-click on the value)",disabled:!m1},width:"11em",items:[{type:"button",icon:ym,text:Ls,title:"Edit the value (Double-click on the value)",onClick:function(){return Qd()},disabled:!m1},{type:"button",icon:_$e?eR:mR,text:"Enforce string",title:"Enforce keeping the value as string when it contains a numeric value",onClick:function(){return S8()},disabled:!Rl}]}]},{type:"separator"},{type:"row",items:[{type:"dropdown-button",main:{type:"button",onClick:function(){return O1(!0)},icon:bm,text:"Cut",title:"Cut selected contents, formatted with indentation (Ctrl+X)",disabled:!Jd},width:"10em",items:[{type:"button",icon:bm,text:"Cut formatted",title:"Cut selected contents, formatted with indentation (Ctrl+X)",onClick:function(){return O1(!0)},disabled:!Jd},{type:"button",icon:bm,text:"Cut compacted",title:"Cut selected contents, without indentation (Ctrl+Shift+X)",onClick:function(){return O1(!1)},disabled:!Jd}]},{type:"dropdown-button",main:{type:"button",onClick:function(){return Zd(!0)},icon:_3,text:"Copy",title:"Copy selected contents, formatted with indentation (Ctrl+C)",disabled:!x8},width:"12em",items:[{type:"button",icon:_3,text:"Copy formatted",title:"Copy selected contents, formatted with indentation (Ctrl+C)",onClick:function(){return Zd(!0)},disabled:!x8},{type:"button",icon:_3,text:"Copy compacted",title:"Copy selected contents, without indentation (Ctrl+Shift+C)",onClick:function(){return Zd(!1)},disabled:!x8}]},{type:"button",onClick:function(){return x0()},icon:Tx,text:"Paste",title:"Paste clipboard contents (Ctrl+V)",disabled:!uM}]},{type:"separator"},{type:"row",items:[{type:"column",items:[{type:"button",onClick:function(){return od()},icon:jR,text:"Duplicate",title:"Duplicate selected contents (Ctrl+D)",disabled:!k4},{type:"button",onClick:function(){return vf()},icon:bG,text:"Extract",title:"Extract selected contents",disabled:!f$e},{type:"button",onClick:function(){return TP()},icon:gb,text:"Sort",title:"Sort array or object contents",disabled:Js||!pc},{type:"button",onClick:function(){return F9()},icon:fb,text:"Transform",title:"Transform array or object contents (filter, sort, project)",disabled:Js||!pc},{type:"button",onClick:function(){return N4()},icon:ub,text:"Remove",title:"Remove selected contents (Delete)",disabled:Js||!pc}]},{type:"column",items:[{type:"label",text:H9},{type:"button",onClick:function(){return fM("structure")},icon:G3?y_:a4,text:"Structure",title:H9+" structure",disabled:!h$e},{type:"button",onClick:function(){return fM("object")},icon:G3?y_:a4,text:"Object",title:H9+" structure",disabled:!p$e},{type:"button",onClick:function(){return fM("array")},icon:G3?y_:a4,text:"Array",title:H9+" array",disabled:!m$e},{type:"button",onClick:function(){return fM("value")},icon:G3?y_:a4,text:"Value",title:H9+" value",disabled:!g$e}]}]},{type:"separator"},{type:"row",items:[{type:"button",onClick:function(){return P9()},icon:ZU,text:"Insert before",title:"Select area before current entry to insert or paste contents",disabled:Js||!pc||ha},{type:"button",onClick:function(){return xP()},icon:SB,text:"Insert after",title:"Select area after current entry to insert or paste contents",disabled:Js||!pc||ha}]}]}({json:g,documentState:xn,readOnly:me,parser:Nt,onEditKey:$l,onEditValue:rd,onToggleEnforceString:$1,onCut:Gl,onCopy:nl,onPaste:l2,onRemove:p1,onDuplicate:Bn,onExtract:hr,onInsertBefore:Hn,onInsert:ua,onInsertAfter:ur,onConvert:ks,onSort:I4,onTransform:E8}),cc=Yn(il);if(!1!==cc){var rl={left:Zn,top:Ni,offsetTop:Do,offsetLeft:Yr,width:Gi,height:rr,anchor:Tn,closeOnOuterClick:!0,onClose:function(){ir=!1,Nr()}};ir=!0;var V2=F(fre,{tip:ko?"Tip: you can open this context menu via right-click or with Ctrl+Q":void 0,items:cc,onRequestClose:function(){return G(V2)}},rl)}}function Zi(pt){if(!L2(xn.selection)){if(pt&&(pt.stopPropagation(),pt.preventDefault()),pt&&"contextmenu"===pt.type&&pt.target!==d)Wn({left:pt.clientX,top:pt.clientY,width:D3,height:A3,showTip:!1});else{var Tn,Zn=null===(Tn=a)||void 0===Tn?void 0:Tn.querySelector(".jse-context-menu-pointer.jse-selected");if(Zn)Wn({anchor:Zn,offsetTop:2,width:D3,height:A3,showTip:!1});else{var Ni,Gi=null===(Ni=a)||void 0===Ni?void 0:Ni.getBoundingClientRect();Gi&&Wn({top:Gi.top+2,left:Gi.left+2,width:D3,height:A3,showTip:!1})}}return!1}}function _r(){return(_r=Ao(Ri().mark(function pt(){var Tn,Zn,Ni,Gi,rr;return Ri().wrap(function(Do){for(;;)switch(Do.prev=Do.next){case 0:if(r("apply pasted json",vo),vo){Do.next=3;break}return Do.abrupt("return");case 3:Ni=(Zn=vo).path,Gi=Zn.contents,n(19,vo=void 0),Fee(rr=(null===(Tn=a)||void 0===Tn?void 0:Tn.querySelector(".jse-editable-div"))||null)&&rr.cancel(),Ol([{op:"replace",path:he(Ni),value:Gi}],function(Yr,ko){return{state:T4(Yr,ko,Ni)}}),setTimeout(Nr);case 10:case"end":return Do.stop()}},pt)}))).apply(this,arguments)}function Nr(){r("focus"),d&&(d.focus(),d.select())}function Rs(pt){return Tn=g,Zn=xn,Gi=Ds(Ni=pt),rr=[xo(Ni)],(Yr=(Do=jn(Tn,Gi))?UL(Do,Zn,rr):void 0)?Os(Gi.concat(Yr),!1):P3(Ni);var Tn,Zn,Ni,Gi,rr,Do,Yr}function ca(pt){i&&i.onDrag(pt)}function Oa(){i&&i.onDragEnd()}return t.$$set=function(pt){"readOnly"in pt&&n(0,me=pt.readOnly),"externalContent"in pt&&n(49,Pe=pt.externalContent),"externalSelection"in pt&&n(50,Ie=pt.externalSelection),"mainMenuBar"in pt&&n(1,rt=pt.mainMenuBar),"navigationBar"in pt&&n(2,mt=pt.navigationBar),"escapeControlCharacters"in pt&&n(51,Pt=pt.escapeControlCharacters),"escapeUnicodeCharacters"in pt&&n(52,qt=pt.escapeUnicodeCharacters),"parser"in pt&&n(3,Nt=pt.parser),"parseMemoizeOne"in pt&&n(53,on=pt.parseMemoizeOne),"validator"in pt&&n(54,At=pt.validator),"validationParser"in pt&&n(55,Lt=pt.validationParser),"pathParser"in pt&&n(4,vt=pt.pathParser),"indentation"in pt&&n(5,Xt=pt.indentation),"onError"in pt&&n(6,Zt=pt.onError),"onChange"in pt&&n(56,jt=pt.onChange),"onChangeMode"in pt&&n(57,at=pt.onChangeMode),"onSelect"in pt&&n(58,ht=pt.onSelect),"onRenderValue"in pt&&n(59,Et=pt.onRenderValue),"onRenderMenu"in pt&&n(7,hn=pt.onRenderMenu),"onRenderContextMenu"in pt&&n(60,Yn=pt.onRenderContextMenu),"onClassName"in pt&&n(61,bn=pt.onClassName),"onFocus"in pt&&n(62,sn=pt.onFocus),"onBlur"in pt&&n(63,Un=pt.onBlur),"onSortModal"in pt&&n(64,An=pt.onSortModal),"onTransformModal"in pt&&n(65,un=pt.onTransformModal),"onJSONEditorModal"in pt&&n(66,Vi=pt.onJSONEditorModal)},t.$$.update=function(){var pt;3145728&t.$$.dirty[1]&&n(74,_o=ML({escapeControlCharacters:Pt,escapeUnicodeCharacters:qt})),4096&t.$$.dirty[0]&&r("selection",xn.selection),8192&t.$$.dirty[0]&&function(pt){if(a)if(pt){var Tn,Zn=null!==(Tn=parseInt(getComputedStyle(a).padding))&&void 0!==Tn?Tn:0;n(10,a.style.overflowAnchor="none",a),n(10,a.style.paddingTop=Zn+100+"px",a),n(10,a.scrollTop+=100,a),n(10,a.style.overflowAnchor="",a)}else n(10,a.style.overflowAnchor="none",a),n(10,a.style.paddingTop="",a),n(10,a.scrollTop-=100,a),n(10,a.style.overflowAnchor="",a)}(wo),262144&t.$$.dirty[1]&&function aa(pt){v9(pt)?function(Tn){if(void 0!==Tn){var Zn=!Es(g,Tn);if(r("update external json",{isChanged:Zn,currentlyText:void 0===g}),Zn){var Ni=xn,Gi=g,rr=b,Do=po;n(11,g=Tn),jl(g),n(18,b=void 0),n(23,po=!1),hi=void 0,bc(g),Dl({previousJson:Gi,previousState:Ni,previousText:rr,previousTextIsRepaired:Do})}}}(pt.json):r8(pt)&&function(Tn){if(void 0!==Tn&&!v9(Pe)){var Zn=Tn!==b;if(r("update external text",{isChanged:Zn}),Zn){var Ni=g,Gi=xn,rr=b,Do=po;try{n(11,g=on(Tn)),jl(g),n(18,b=Tn),n(23,po=!1),hi=void 0}catch(Yr){try{n(11,g=on(ni(Tn))),jl(g),n(18,b=Tn),n(23,po=!0),hi=void 0,bc(g)}catch{n(11,g=void 0),n(18,b=Pe.text),n(23,po=!1),hi=void 0!==b&&""!==b?i8(b,Yr.message||String(Yr)):void 0}}bc(g),Dl({previousJson:Ni,previousState:Gi,previousText:rr,previousTextIsRepaired:Do})}}}(pt.text)}(Pe),524288&t.$$.dirty[1]&&(Es(xn.selection,pt=Ie)||(r("applyExternalSelection",pt),(jL(pt)||null===pt)&&Pn(pt))),2056&t.$$.dirty[0]|25165824&t.$$.dirty[1]&&j1(g,At,Nt,Lt),16384&t.$$.dirty[0]&&n(24,Is=function(pt){var Tn={};return pt.forEach(function(Zn){Tn[he(Zn.path)]=Zn}),pt.forEach(function(Zn){for(var Ni=Zn.path;Ni.length>0;){var Gi=he(Ni=Ds(Ni));Gi in Tn||(Tn[Gi]={isChildError:!0,path:Ni,message:"Contains invalid data",severity:Iu.warning})}}),Tn}(hc)),1024&t.$$.dirty[0]&&(i=a?function(pt){var Tn,Zn;function Ni(Yr){return Yr<20?200:Yr<50?400:1200}function Gi(){pt&&(pt.scrollTop+=.05*(Tn||0))}function rr(Yr){Zn&&Yr===Tn||(Do(),rP("startAutoScroll",Yr),Tn=Yr,Zn=setInterval(Gi,50))}function Do(){Zn&&(rP("stopAutoScroll"),clearInterval(Zn),Zn=void 0,Tn=void 0)}return rP("createAutoScrollHandler",pt),{onDrag:function(Yr){if(pt){var ko=Yr.clientY,il=pt.getBoundingClientRect(),cc=il.top,rl=il.bottom;korl?rr(Ni(ko-rl)):Do()}},onDragEnd:function(){Do()}}}(a):void 0),9&t.$$.dirty[0]|1342177280&t.$$.dirty[1]|4096&t.$$.dirty[2]&&n(15,Fi={readOnly:me,parser:Nt,normalization:_o,getJson:f1,getDocumentState:pl,findElement:B3,findNextInside:Rs,focus:Nr,onPatch:Ol,onInsert:No,onExpand:S0,onSelect:Pn,onFind:$3,onExpandSection:R4,onPasteJson:kt,onRenderValue:Et,onContextMenu:Wn,onClassName:bn||function(){},onDrag:ca,onDragEnd:Oa}),32768&t.$$.dirty[0]&&r("context changed",Fi)},[me,rt,mt,Nt,vt,Xt,Zt,hn,function(){return po&&void 0!==g&&j3(g),void 0!==g?{json:g}:{text:b||""}},Nr,a,g,xn,wo,hc,Fi,d,f,b,vo,Ua,Aa,Rr,po,Is,s,function(pt){n(20,Ua=pt)},function(pt){return Da.apply(this,arguments)},function(){n(13,wo=!1),n(21,Aa=!1),Nr()},function(pt){r("select validation error",pt),Pn(Os(pt.path,!1)),Fu(pt.path)},nl,function(pt){var Tn;pt.preventDefault();var Zn=null===(Tn=pt.clipboardData)||void 0===Tn?void 0:Tn.getData("text/plain");void 0!==Zn&&qie({clipboardText:Zn,json:g,selection:xn.selection,readOnly:me,parser:Nt,onPatch:Ol,onChangeText:Km,openRepairModal:h1})},Lr,Hs,Qa,function(){ds([])},function(){gf({rootPath:[]})},Ol,function(){S0([],!0,!0)},function(){S0([],!1,!0)},function(pt){var Tn=O3(pt),Zn=pt.shiftKey;if(r("keydown",{combo:Tn,key:pt.key}),"Ctrl+X"===Tn&&(pt.preventDefault(),Gl(!0)),"Ctrl+Shift+X"===Tn&&(pt.preventDefault(),Gl(!1)),"Ctrl+C"===Tn&&(pt.preventDefault(),nl(!0)),"Ctrl+Shift+C"===Tn&&(pt.preventDefault(),nl(!1)),"Ctrl+D"===Tn&&(pt.preventDefault(),Bn()),"Delete"!==Tn&&"Backspace"!==Tn||(pt.preventDefault(),p1()),"Insert"===Tn&&(pt.preventDefault(),No("structure")),"Ctrl+A"===Tn&&(pt.preventDefault(),Pn(Os([],!1))),"Ctrl+Q"===Tn&&Zi(pt),"ArrowUp"===Tn||"Shift+ArrowUp"===Tn){pt.preventDefault();var Ni=xn.selection?ote(g,xn,Zn)||xn.selection:l8(g,xn);Pn(Ni),U3(eo(Ni))}if("ArrowDown"===Tn||"Shift+ArrowDown"===Tn){pt.preventDefault();var Gi=xn.selection?function(cc,rl){var V2=arguments.length>2&&void 0!==arguments[2]&&arguments[2],xs=rl.selection;if(!xs)return null;var ja=V2?eo(xs):M4(cc,xs),Il=Yc(jn(cc,ja))?Qee(rl,ja):rl,Js=UL(cc,rl,ja),ml=UL(cc,Il,ja);if(V2)return Al(xs)?null!==Js?k2(Js,Js):null:yd(xs)?null!==ml?k2(ml,ml):null:null!==ml?k2(Um(xs),ml):null;if(yd(xs))return null!==ml?Os(ml,!1):null;if(Al(xs)||Ys(xs))return null!==Js?Os(Js,!1):null;if(hl(xs)){if(null===Js||0===Js.length)return null;var Qd=jn(cc,Ds(Js));return Array.isArray(Qd)?Os(Js,!1):ku(Js,!1)}return qa(xs)?null!==ml?Os(ml,!1):null!==Js?Os(Js,!1):null:null}(g,xn,Zn)||xn.selection:l8(g,xn);Pn(Gi),U3(eo(Gi))}if("ArrowLeft"===Tn||"Shift+ArrowLeft"===Tn){pt.preventDefault();var rr=xn.selection?function(cc,rl){var V2=arguments.length>2&&void 0!==arguments[2]&&arguments[2],ja=rl.selection;if(!ja)return null;var Il=ste(cc,rl,!(arguments.length>3&&void 0!==arguments[3])||arguments[3]),Js=Il.caret,ml=Il.previous;if(V2)return qa(ja)?null:k2(ja.path,ja.path);if(Js&&ml)return GL(ml);var Qd=jn(cc,Ds(eo(ja)));return Ys(ja)&&Array.isArray(Qd)?k2(ja.path,ja.path):qa(ja)&&!Array.isArray(Qd)?ku(ja.focusPath,!1):null}(g,xn,Zn,!me)||xn.selection:l8(g,xn);Pn(rr),U3(eo(rr))}if("ArrowRight"===Tn||"Shift+ArrowRight"===Tn){pt.preventDefault();var Do=xn.selection&&void 0!==g?function(cc,rl){var V2=arguments.length>2&&void 0!==arguments[2]&&arguments[2],ja=rl.selection;if(!ja)return null;var Il=ste(cc,rl,!(arguments.length>3&&void 0!==arguments[3])||arguments[3]),Js=Il.caret,ml=Il.next;return V2?qa(ja)?null:k2(ja.path,ja.path):Js&&ml?GL(ml):qa(ja)?Os(ja.focusPath,!1):null}(g,xn,Zn,!me)||xn.selection:l8(g,xn);Pn(Do),U3(eo(Do))}if("Enter"===Tn&&xn.selection){if(Fw(xn.selection)){var Yr=xn.selection.focusPath,ko=jn(g,Ds(Yr));Array.isArray(ko)&&Pn(Os(Yr,!1))}hl(xn.selection)&&(pt.preventDefault(),Pn(In(In({},xn.selection),{},{edit:!0}))),Ys(xn.selection)&&(pt.preventDefault(),Yc(jn(g,xn.selection.path))?S0(xn.selection.path,!0):Pn(In(In({},xn.selection),{},{edit:!0})))}if(1===Tn.replace(/^Shift\+/,"").length&&xn.selection)return pt.preventDefault(),void Lr(pt.key);if("Enter"===Tn&&(yd(xn.selection)||Al(xn.selection)))return pt.preventDefault(),void Lr("");if("Ctrl+Enter"===Tn&&Ys(xn.selection)){var il=jn(g,xn.selection.path);Ow(il)&&window.open(String(il),"_blank")}"Escape"===Tn&&xn.selection&&(pt.preventDefault(),Pn(null)),"Ctrl+F"===Tn&&(pt.preventDefault(),$3(!1)),"Ctrl+H"===Tn&&(pt.preventDefault(),$3(!0)),"Ctrl+Z"===Tn&&(pt.preventDefault(),Hs()),"Ctrl+Shift+Z"===Tn&&(pt.preventDefault(),Qa())},function(pt){r("handleMouseDown",pt);var Tn=pt.target;kee(Tn,"BUTTON")||Tn.isContentEditable||(Nr(),xn.selection||void 0!==g||""!==b&&void 0!==b||(r("createDefaultSelection"),n(12,xn=In(In({},xn),{},{selection:Os([],!1)}))))},Zi,function(pt){Wn({anchor:Pee(pt.target,"BUTTON"),offsetTop:0,width:D3,height:A3,showTip:!0})},function(){return _r.apply(this,arguments)},function(){r("clear pasted json"),n(19,vo=void 0),Nr()},function(){at(U1.text)},function(pt){Pn(pt),Nr(),Fu(eo(pt))},function(pt){!b9(pt.target,function(Zn){return Zn===f})&&L2(xn.selection)&&(r("click outside the editor, stop edit mode"),Pn(function(Zn){return hl(Zn)||Ys(Zn)?In(In({},Zn),{},{edit:!1}):Zn}),q&&d&&(d.focus(),d.blur()),r("blur (outside editor)"),d&&d.blur())},Pe,Ie,Pt,qt,on,At,Lt,jt,at,ht,Et,Yn,bn,sn,Un,An,un,Vi,function(){var pt=arguments.length>0&&void 0!==arguments[0]?arguments[0]:S9;r("expand");var Tn=In(In({},xn),{},{expandedMap:{},visibleSectionsMap:{}});n(12,xn=Nu(g,Tn,[],pt))},u1,f1,ac,gf,Fu,B3,_o,function(pt){n(13,wo=pt)},function(pt){ys[pt?"unshift":"push"](function(){n(16,d=pt)})},function(){Nr(),Lr("{")},function(){Nr(),Lr("[")},function(){Nr()},function(pt){ys[pt?"unshift":"push"](function(){n(10,a=pt)})},function(pt){ys[pt?"unshift":"push"](function(){n(17,f=pt)})}]}var yP=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,yUe,bUe,Zo,{readOnly:0,externalContent:49,externalSelection:50,mainMenuBar:1,navigationBar:2,escapeControlCharacters:51,escapeUnicodeCharacters:52,parser:3,parseMemoizeOne:53,validator:54,validationParser:55,pathParser:4,indentation:5,onError:6,onChange:56,onChangeMode:57,onSelect:58,onRenderValue:59,onRenderMenu:7,onRenderContextMenu:60,onClassName:61,onFocus:62,onBlur:63,onSortModal:64,onTransformModal:65,onJSONEditorModal:66,expand:67,validate:68,getJson:69,patch:70,acceptAutoRepair:8,openTransformModal:71,scrollTo:72,findElement:73,focus:9},fUe,[-1,-1,-1,-1,-1]),i}return ro(e,so),Xr(e,[{key:"expand",get:function(){return this.$$.ctx[67]}},{key:"validate",get:function(){return this.$$.ctx[68]}},{key:"getJson",get:function(){return this.$$.ctx[69]}},{key:"patch",get:function(){return this.$$.ctx[70]}},{key:"acceptAutoRepair",get:function(){return this.$$.ctx[8]}},{key:"openTransformModal",get:function(){return this.$$.ctx[71]}},{key:"scrollTo",get:function(){return this.$$.ctx[72]}},{key:"findElement",get:function(){return this.$$.ctx[73]}},{key:"focus",get:function(){return this.$$.ctx[9]}}])}();function _re(t){return"object"!==Mc(e=t)||null===e?t:new Proxy(t,{get:function(n,i,r){return _re(Reflect.get(n,i,r))},set:function(){return!1},deleteProperty:function(){return!1}});var e}function CUe(t){Fo(t,"svelte-1mpf6w7",'.jse-modal.svelte-1mpf6w7.svelte-1mpf6w7{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);line-height:normal;background:var(--jse-modal-background, #f5f5f5);color:var(--jse-text-color, #4d4d4d)}.jse-modal.svelte-1mpf6w7 .svelte-select{--border:var(--jse-svelte-select-border, 1px solid #d8dbdf);--item-is-active-bg:var(--jse-item-is-active-bg, #3883fa);--border-radius:var(--jse-svelte-select-border-radius, 3px);--background:var(--jse-svelte-select-background, #fff);--padding:var(--jse-svelte-select-padding, 0 10px);--multi-select-padding:var(--jse-svelte-select-multi-select-padding, 0 10px);--font-size:var(--jse-svelte-select-font-size, var(--jse-font-size, 16px));--height:36px;--multi-item-height:28px;--multi-item-margin:2px;--multi-item-padding:2px 8px;--multi-item-border-radius:6px;--indicator-top:8px}.jse-modal.svelte-1mpf6w7 .jse-modal-contents.svelte-1mpf6w7{flex:1;display:flex;flex-direction:column;padding:20px;overflow:auto;min-width:0;min-height:0}.jse-modal.svelte-1mpf6w7 .jse-modal-contents .jse-actions.svelte-1mpf6w7{display:flex;flex-direction:row;justify-content:flex-end;padding-top:var(--jse-padding, 10px)}.jse-modal.svelte-1mpf6w7 .jse-modal-contents .jse-actions button.jse-primary.svelte-1mpf6w7{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;background:var(--jse-button-primary-background, var(--jse-theme-color, #3883fa));color:var(--jse-button-primary-color, #fff);padding:var(--jse-padding, 10px) calc(2 * var(--jse-padding, 10px));border-radius:3px}.jse-modal.svelte-1mpf6w7 .jse-modal-contents .jse-actions button.jse-primary.svelte-1mpf6w7:hover{background:var(--jse-button-primary-background-highlight, var(--jse-theme-color-highlight, #5f9dff))}.jse-modal.svelte-1mpf6w7 .jse-modal-contents .jse-actions button.jse-primary.svelte-1mpf6w7:disabled{background:var(--jse-button-primary-background-disabled, #9d9d9d)}.bg.jse-modal-bg{width:100%;height:100%;top:0;left:0;background:var(--jse-overlay-background, rgba(0, 0, 0, 0.3))}.bg.jse-modal-bg .jse-modal-window-wrap{margin:0;overflow:auto}.bg.jse-modal-bg .jse-modal-window{max-width:90%;margin:4rem auto 2rem auto;border-radius:2px}.bg.jse-modal-bg .jse-modal-window.jse-modal-window-sort{width:400px}.bg.jse-modal-bg .jse-modal-window.jse-modal-window-transform{width:1200px;height:1200px;max-height:80%;display:flex}.bg.jse-modal-bg .jse-modal-window.jse-modal-window-jsoneditor{width:800px;max-height:500px;display:flex}.bg.jse-modal-bg .jse-modal-window:has(div.fullscreen){margin:var(--jse-padding, 10px);padding:0;width:calc(100vw - 2 * var(--jse-padding, 10px));height:calc(100vh - 2 * var(--jse-padding, 10px));max-width:none;max-height:none}.bg.jse-modal-bg .jse-modal-container{flex:1;display:flex;flex-direction:column;padding:0;max-height:none}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents.svelte-1mpf6w7{color:inherit;min-height:0;padding:0}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents.svelte-1mpf6w7{flex:1;display:flex;gap:calc(2 * var(--jse-padding, 10px));min-height:0;box-sizing:border-box;padding:0 calc(2 * var(--jse-padding, 10px)) var(--jse-padding, 10px)}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-query-contents.svelte-1mpf6w7{flex:1;display:flex;flex-direction:column}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-query-contents .jse-description.svelte-1mpf6w7 p{margin:var(--jse-padding, 10px) 0}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-query-contents .jse-description.svelte-1mpf6w7 p:first-child{margin-top:0}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-query-contents .jse-description.svelte-1mpf6w7 p:last-child{margin-bottom:0}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-query-contents .jse-description.svelte-1mpf6w7 code{background:var(--jse-modal-code-background, rgba(0, 0, 0, 0.05));font-family:var(--jse-font-family-mono, consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace);font-size:var(--jse-font-size-mono, 14px)}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-query-contents textarea.jse-query.svelte-1mpf6w7{flex:1;outline:none;resize:vertical}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-data-contents.svelte-1mpf6w7{flex:1;display:flex;flex-direction:column;gap:calc(2 * var(--jse-padding, 10px))}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-data-contents .jse-original-data.svelte-1mpf6w7{flex:1;display:flex;flex-direction:column;min-height:0;box-sizing:border-box}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-data-contents .jse-original-data.jse-hide.svelte-1mpf6w7{flex:none}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-data-contents .jse-preview-data.svelte-1mpf6w7{flex:1;display:flex;flex-direction:column;min-height:0;box-sizing:border-box}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-data-contents.jse-hide-original-data.svelte-1mpf6w7{flex-direction:column;gap:0;margin-bottom:0}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-actions.svelte-1mpf6w7{padding:var(--jse-padding, 10px) calc(2 * var(--jse-padding, 10px)) calc(2 * var(--jse-padding, 10px))}@media screen and (max-width: 1200px){.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents.svelte-1mpf6w7{flex-direction:column;overflow:auto}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-query-contents textarea.jse-query.svelte-1mpf6w7{min-height:150px;flex:none}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-modal-contents .jse-main-contents .jse-data-contents.svelte-1mpf6w7 .jse-tree-mode{height:300px;flex:none}}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-label.svelte-1mpf6w7{font-weight:bold;display:block;box-sizing:border-box}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-label .jse-label-inner.svelte-1mpf6w7{margin-top:calc(2 * var(--jse-padding, 10px));margin-bottom:calc(0.5 * var(--jse-padding, 10px));box-sizing:border-box}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-label .jse-label-inner button.svelte-1mpf6w7{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;font-weight:bold;padding:0}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-tree-mode{flex:1;background:var(--jse-input-background-readonly, transparent);box-shadow:none;box-sizing:border-box;--jse-main-border:var(--jse-input-border, 1px solid #d8dbdf)}.jse-modal.jse-transform.svelte-1mpf6w7 input.svelte-1mpf6w7,.jse-modal.jse-transform.svelte-1mpf6w7 textarea.svelte-1mpf6w7{border:var(--jse-input-border, 1px solid #d8dbdf);outline:none;box-sizing:border-box;padding:calc(0.5 * var(--jse-padding, 10px));font-family:var(--jse-font-family-mono, consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace);font-size:var(--jse-font-size-mono, 14px);color:inherit;background:var(--jse-input-background, var(--jse-background-color, #fff))}.jse-modal.jse-transform.svelte-1mpf6w7 input.svelte-1mpf6w7:focus,.jse-modal.jse-transform.svelte-1mpf6w7 textarea.svelte-1mpf6w7:focus{border:var(--jse-input-border-focus, 1px solid var(--jse-input-border-focus, var(--jse-theme-color, #3883fa)))}.jse-modal.jse-transform.svelte-1mpf6w7 input.svelte-1mpf6w7:read-only,.jse-modal.jse-transform.svelte-1mpf6w7 textarea.svelte-1mpf6w7:read-only{background:var(--jse-input-background-readonly, transparent)}.jse-modal.jse-transform.svelte-1mpf6w7 .jse-preview.jse-error.svelte-1mpf6w7{flex:1;background:var(--jse-input-background-readonly, transparent);border:var(--jse-input-border, 1px solid #d8dbdf);color:var(--jse-error-color, #ee5341);padding:calc(0.5 * var(--jse-padding, 10px))}.jse-modal.jse-transform.svelte-1mpf6w7 a{color:var(--jse-a-color, #156fc5)}.jse-modal.jse-transform.svelte-1mpf6w7 a:hover{color:var(--jse-a-color-highlight, #0f508d)}')}function vre(t){var e,n,i,r,s,a=[SUe,EUe],d=[];function f(g,b){return 16384&b[0]&&(e=null),null==e&&(e=!!Array.isArray(g[14])),e?0:1}return n=f(t,[-1,-1]),i=d[n]=a[n](t),{c:function(){i.c(),r=Gs()},m:function(g,b){d[n].m(g,b),zt(g,r,b),s=!0},p:function(g,b){var C=n;(n=f(g,b))===C?d[n].p(g,b):(Si(),Ye(d[C],1,1,function(){d[C]=null}),xi(),(i=d[n])?i.p(g,b):(i=d[n]=a[n](g)).c(),ke(i,1),i.m(r.parentNode,r))},i:function(g){s||(ke(i),s=!0)},o:function(g){Ye(i),s=!1},d:function(g){g&&Ft(r),d[n].d(g)}}}function EUe(t){var e;return{c:function(){e=Ki("(Only available for arrays, not for objects)")},m:function(n,i){zt(n,e,i)},p:Ai,i:Ai,o:Ai,d:function(n){n&&Ft(e)}}}function SUe(t){var e,n;return e=new YFe({props:{queryOptions:t[15],json:t[14],onChange:t[24]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};32768&r[0]&&(s.queryOptions=i[15]),16384&r[0]&&(s.json=i[14]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function bre(t){var e,n;return e=new yP({props:{externalContent:t[17],externalSelection:null,readOnly:!0,mainMenuBar:!1,navigationBar:!1,indentation:t[2],escapeControlCharacters:t[3],escapeUnicodeCharacters:t[4],parser:t[5],parseMemoizeOne:t[6],onRenderValue:t[10],onRenderMenu:t[11],onRenderContextMenu:t[12],onError:console.error,onChange:de,onChangeMode:de,onSelect:de,onFocus:de,onBlur:de,onSortModal:de,onTransformModal:de,onJSONEditorModal:de,onClassName:t[13],validator:null,validationParser:t[7],pathParser:t[8]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};131072&r[0]&&(s.externalContent=i[17]),4&r[0]&&(s.indentation=i[2]),8&r[0]&&(s.escapeControlCharacters=i[3]),16&r[0]&&(s.escapeUnicodeCharacters=i[4]),32&r[0]&&(s.parser=i[5]),64&r[0]&&(s.parseMemoizeOne=i[6]),1024&r[0]&&(s.onRenderValue=i[10]),2048&r[0]&&(s.onRenderMenu=i[11]),4096&r[0]&&(s.onRenderContextMenu=i[12]),8192&r[0]&&(s.onClassName=i[13]),128&r[0]&&(s.validationParser=i[7]),256&r[0]&&(s.pathParser=i[8]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function xUe(t){var e,n;return{c:function(){e=yt("div"),n=Ki(t[21]),_e(e,"class","jse-preview jse-error svelte-1mpf6w7")},m:function(i,r){zt(i,e,r),Qe(e,n)},p:function(i,r){2097152&r[0]&&ho(n,i[21])},i:Ai,o:Ai,d:function(i){i&&Ft(e)}}}function TUe(t){var e,n;return e=new yP({props:{externalContent:t[22],externalSelection:null,readOnly:!0,mainMenuBar:!1,navigationBar:!1,indentation:t[2],escapeControlCharacters:t[3],escapeUnicodeCharacters:t[4],parser:t[5],parseMemoizeOne:t[6],onRenderValue:t[10],onRenderMenu:t[11],onRenderContextMenu:t[12],onError:console.error,onChange:de,onChangeMode:de,onSelect:de,onFocus:de,onBlur:de,onSortModal:de,onTransformModal:de,onJSONEditorModal:de,onClassName:t[13],validator:null,validationParser:t[7],pathParser:t[8]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};4194304&r[0]&&(s.externalContent=i[22]),4&r[0]&&(s.indentation=i[2]),8&r[0]&&(s.escapeControlCharacters=i[3]),16&r[0]&&(s.escapeUnicodeCharacters=i[4]),32&r[0]&&(s.parser=i[5]),64&r[0]&&(s.parseMemoizeOne=i[6]),1024&r[0]&&(s.onRenderValue=i[10]),2048&r[0]&&(s.onRenderMenu=i[11]),4096&r[0]&&(s.onRenderContextMenu=i[12]),8192&r[0]&&(s.onClassName=i[13]),128&r[0]&&(s.validationParser=i[7]),256&r[0]&&(s.pathParser=i[8]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function wUe(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,qt,Nt,on,At,Lt,vt,Xt,Zt,jt,at,ht,Et,hn,Yn,bn,sn,Un,An,un,Vi,ir,hi,Pn,_o,vo=t[23](t[0]).description+"";function Ua(Rr){t[37](Rr)}var ba={queryLanguages:t[9],queryLanguageId:t[0],onChangeQueryLanguage:t[29]};void 0!==t[18]&&(ba.fullscreen=t[18]),e=new aHe({props:ba}),ys.push(function(){return id(e,"fullscreen",Ua)}),me=new Ks({props:{data:t[19]?Hd:m3}});var xn=t[19]&&vre(t);Zt=new Ks({props:{data:t[20]?Hd:m3}});var wo=t[20]&&bre(t),Aa=[TUe,xUe],Da=[];function ya(Rr,Is){return Rr[21]?1:0}return bn=ya(t),sn=Da[bn]=Aa[bn](t),{c:function(){Qn(e.$$.fragment),i=wn(),r=yt("div"),s=yt("div"),a=yt("div"),(d=yt("div")).innerHTML='
    Language
    ',f=wn(),g=yt("div"),b=wn(),(C=yt("div")).innerHTML='
    Path
    ',S=wn(),w=yt("input"),F=wn(),G=yt("div"),q=yt("div"),pe=yt("button"),Qn(me.$$.fragment),Pe=Ki("\n Wizard"),Ie=wn(),xn&&xn.c(),rt=wn(),(mt=yt("div")).innerHTML='
    Query
    ',Pt=wn(),qt=yt("textarea"),Nt=wn(),on=yt("div"),At=yt("div"),Lt=yt("div"),vt=yt("div"),Xt=yt("button"),Qn(Zt.$$.fragment),jt=Ki("\n Original"),at=wn(),wo&&wo.c(),ht=wn(),Et=yt("div"),(hn=yt("div")).innerHTML='
    Preview
    ',Yn=wn(),sn.c(),Un=wn(),An=yt("div"),un=yt("button"),Vi=Ki("Transform"),_e(d,"class","jse-label svelte-1mpf6w7"),_e(g,"class","jse-description svelte-1mpf6w7"),_e(C,"class","jse-label svelte-1mpf6w7"),_e(w,"class","jse-path svelte-1mpf6w7"),_e(w,"type","text"),w.readOnly=!0,_e(w,"title","Selected path"),w.value=I=Fs(t[1])?"(document root)":bd(t[1]),_e(pe,"type","button"),_e(pe,"class","svelte-1mpf6w7"),_e(q,"class","jse-label-inner svelte-1mpf6w7"),_e(G,"class","jse-label svelte-1mpf6w7"),_e(mt,"class","jse-label svelte-1mpf6w7"),_e(qt,"class","jse-query svelte-1mpf6w7"),_e(qt,"spellcheck","false"),qt.value=t[16],_e(a,"class","jse-query-contents svelte-1mpf6w7"),_e(Xt,"type","button"),_e(Xt,"class","svelte-1mpf6w7"),_e(vt,"class","jse-label-inner svelte-1mpf6w7"),_e(Lt,"class","jse-label svelte-1mpf6w7"),_e(At,"class","jse-original-data svelte-1mpf6w7"),ii(At,"jse-hide",!t[20]),_e(hn,"class","jse-label svelte-1mpf6w7"),_e(Et,"class","jse-preview-data svelte-1mpf6w7"),_e(on,"class","jse-data-contents svelte-1mpf6w7"),ii(on,"jse-hide-original-data",!t[20]),_e(s,"class","jse-main-contents svelte-1mpf6w7"),_e(un,"type","button"),_e(un,"class","jse-primary svelte-1mpf6w7"),un.disabled=ir=!!t[21],_e(An,"class","jse-actions svelte-1mpf6w7"),_e(r,"class","jse-modal-contents svelte-1mpf6w7")},m:function(Rr,Is){qn(e,Rr,Is),zt(Rr,i,Is),zt(Rr,r,Is),Qe(r,s),Qe(s,a),Qe(a,d),Qe(a,f),Qe(a,g),g.innerHTML=vo,Qe(a,b),Qe(a,C),Qe(a,S),Qe(a,w),Qe(a,F),Qe(a,G),Qe(G,q),Qe(q,pe),qn(me,pe,null),Qe(pe,Pe),Qe(a,Ie),xn&&xn.m(a,null),Qe(a,rt),Qe(a,mt),Qe(a,Pt),Qe(a,qt),Qe(s,Nt),Qe(s,on),Qe(on,At),Qe(At,Lt),Qe(Lt,vt),Qe(vt,Xt),qn(Zt,Xt,null),Qe(Xt,jt),Qe(At,at),wo&&wo.m(At,null),Qe(on,ht),Qe(on,Et),Qe(Et,hn),Qe(Et,Yn),Da[bn].m(Et,null),Qe(r,Un),Qe(r,An),Qe(An,un),Qe(un,Vi),hi=!0,Pn||(_o=[pi(pe,"click",t[27]),pi(qt,"input",t[25]),pi(Xt,"click",t[28]),pi(un,"click",t[26]),Ul(AUe.call(null,un))],Pn=!0)},p:function(Rr,Is){var Fi={};512&Is[0]&&(Fi.queryLanguages=Rr[9]),1&Is[0]&&(Fi.queryLanguageId=Rr[0]),!n&&262144&Is[0]&&(n=!0,Fi.fullscreen=Rr[18],nd(function(){return n=!1})),e.$set(Fi),(!hi||1&Is[0])&&vo!==(vo=Rr[23](Rr[0]).description+"")&&(g.innerHTML=vo),(!hi||2&Is[0]&&I!==(I=Fs(Rr[1])?"(document root)":bd(Rr[1]))&&w.value!==I)&&(w.value=I);var po={};524288&Is[0]&&(po.data=Rr[19]?Hd:m3),me.$set(po),Rr[19]?xn?(xn.p(Rr,Is),524288&Is[0]&&ke(xn,1)):((xn=vre(Rr)).c(),ke(xn,1),xn.m(a,rt)):xn&&(Si(),Ye(xn,1,1,function(){xn=null}),xi()),(!hi||65536&Is[0])&&(qt.value=Rr[16]);var hc={};1048576&Is[0]&&(hc.data=Rr[20]?Hd:m3),Zt.$set(hc),Rr[20]?wo?(wo.p(Rr,Is),1048576&Is[0]&&ke(wo,1)):((wo=bre(Rr)).c(),ke(wo,1),wo.m(At,null)):wo&&(Si(),Ye(wo,1,1,function(){wo=null}),xi()),(!hi||1048576&Is[0])&&ii(At,"jse-hide",!Rr[20]);var Ka=bn;(bn=ya(Rr))===Ka?Da[bn].p(Rr,Is):(Si(),Ye(Da[Ka],1,1,function(){Da[Ka]=null}),xi(),(sn=Da[bn])?sn.p(Rr,Is):(sn=Da[bn]=Aa[bn](Rr)).c(),ke(sn,1),sn.m(Et,null)),(!hi||1048576&Is[0])&&ii(on,"jse-hide-original-data",!Rr[20]),(!hi||2097152&Is[0]&&ir!==(ir=!!Rr[21]))&&(un.disabled=ir)},i:function(Rr){hi||(ke(e.$$.fragment,Rr),ke(me.$$.fragment,Rr),ke(xn),ke(Zt.$$.fragment,Rr),ke(wo),ke(sn),hi=!0)},o:function(Rr){Ye(e.$$.fragment,Rr),Ye(me.$$.fragment,Rr),Ye(xn),Ye(Zt.$$.fragment,Rr),Ye(wo),Ye(sn),hi=!1},d:function(Rr){Rr&&(Ft(i),Ft(r)),Kn(e,Rr),Kn(me),xn&&xn.d(),Kn(Zt),wo&&wo.d(),Da[bn].d(),Pn=!1,za(_o)}}}function MUe(t){var e,n,i,r,s;return n=new jee({props:{$$slots:{default:[wUe]},$$scope:{ctx:t}}}),{c:function(){e=yt("div"),Qn(n.$$.fragment),_e(e,"class","jse-modal jse-transform svelte-1mpf6w7"),ii(e,"fullscreen",t[18])},m:function(a,d){zt(a,e,d),qn(n,e,null),i=!0,r||(s=Ul(O9.call(null,e,t[30])),r=!0)},p:function(a,d){var f={};8388607&d[0]|16384&d[1]&&(f.$$scope={dirty:d,ctx:a}),n.$set(f),(!i||262144&d[0])&&ii(e,"fullscreen",a[18])},i:function(a){i||(ke(n.$$.fragment,a),i=!0)},o:function(a){Ye(n.$$.fragment,a),i=!1},d:function(a){a&&Ft(e),Kn(n),r=!1,s()}}}function AUe(t){t.focus()}function DUe(t,e,n){var i,r,s=A1("jsoneditor:TransformModal"),a=e.id,d=void 0===a?"transform-modal-"+g9():a,f=e.json,g=e.rootPath,b=void 0===g?[]:g,C=e.indentation,S=e.escapeControlCharacters,w=e.escapeUnicodeCharacters,I=e.parser,F=e.parseMemoizeOne,G=e.validationParser,q=e.pathParser,pe=e.queryLanguages,me=e.queryLanguageId,Pe=e.onChangeQueryLanguage,Ie=e.onRenderValue,rt=e.onRenderMenu,mt=e.onRenderContextMenu,Pt=e.onClassName,qt=e.onTransform,Nt=B1("simple-modal").close,on=!1,At="".concat(d,":").concat(he(b)),Lt=M9[At]||{},vt=!1!==Uw.showWizard,Xt=!1!==Uw.showOriginal,Zt=Lt.queryOptions||{},jt=me===Lt.queryLanguageId&&Lt.query?Lt.query:hn(me).createQuery(i,Lt.queryOptions||{}),at=Lt.isManual||!1,ht=void 0,Et={text:""};function hn(bn){return pe.find(function(sn){return sn.id===bn})||pe[0]}var Yn=Yh(function(bn,sn){if(void 0===bn)return n(22,Et={text:""}),void n(21,ht="Error: No JSON");try{s("previewTransform",{query:sn});var Un=hn(me).executeQuery(bn,sn,I);n(22,Et={json:Un}),n(21,ht=void 0)}catch(An){n(22,Et={text:""}),n(21,ht=String(An))}},300);return t.$$set=function(bn){"id"in bn&&n(31,d=bn.id),"json"in bn&&n(32,f=bn.json),"rootPath"in bn&&n(1,b=bn.rootPath),"indentation"in bn&&n(2,C=bn.indentation),"escapeControlCharacters"in bn&&n(3,S=bn.escapeControlCharacters),"escapeUnicodeCharacters"in bn&&n(4,w=bn.escapeUnicodeCharacters),"parser"in bn&&n(5,I=bn.parser),"parseMemoizeOne"in bn&&n(6,F=bn.parseMemoizeOne),"validationParser"in bn&&n(7,G=bn.validationParser),"pathParser"in bn&&n(8,q=bn.pathParser),"queryLanguages"in bn&&n(9,pe=bn.queryLanguages),"queryLanguageId"in bn&&n(0,me=bn.queryLanguageId),"onChangeQueryLanguage"in bn&&n(33,Pe=bn.onChangeQueryLanguage),"onRenderValue"in bn&&n(10,Ie=bn.onRenderValue),"onRenderMenu"in bn&&n(11,rt=bn.onRenderMenu),"onRenderContextMenu"in bn&&n(12,mt=bn.onRenderContextMenu),"onClassName"in bn&&n(13,Pt=bn.onClassName),"onTransform"in bn&&n(34,qt=bn.onTransform)},t.$$.update=function(){2&t.$$.dirty[0]|2&t.$$.dirty[1]&&n(14,i=_re(jn(f,b))),16384&t.$$.dirty[0]&&n(17,r=i?{json:i}:{text:""}),81920&t.$$.dirty[0]&&Yn(i,jt),98305&t.$$.dirty[0]|48&t.$$.dirty[1]&&(n(35,M9[At]={queryOptions:Zt,query:jt,queryLanguageId:me,isManual:at},M9),s("store state in memory",At,M9[At]))},[me,b,C,S,w,I,F,G,q,pe,Ie,rt,mt,Pt,i,Zt,jt,r,on,vt,Xt,ht,Et,hn,function(bn){n(15,Zt=bn),n(16,jt=hn(me).createQuery(i,bn)),n(36,at=!1),s("updateQueryByWizard",{queryOptions:Zt,query:jt,isManual:at})},function(bn){n(16,jt=bn.target.value),n(36,at=!0),s("handleChangeQuery",{query:jt,isManual:at})},function(){if(void 0===i)return n(22,Et={text:""}),void n(21,ht="Error: No JSON");try{s("handleTransform",{query:jt});var bn=hn(me).executeQuery(i,jt,I);qt([{op:"replace",path:he(b),value:bn}]),Nt()}catch(sn){console.error(sn),n(22,Et={text:""}),n(21,ht=String(sn))}},function(){n(19,vt=!vt),Uw.showWizard=vt},function(){n(20,Xt=!Xt),Uw.showOriginal=Xt},function(bn){s("handleChangeQueryLanguage",bn),n(0,me=bn),Pe(bn);var sn=hn(me);n(16,jt=sn.createQuery(i,Zt)),n(36,at=!1)},function(){on?n(18,on=!on):Nt()},d,f,Pe,qt,M9,at,function(bn){n(18,on=bn)}]}var OUe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,DUe,MUe,Zo,{id:31,json:32,rootPath:1,indentation:2,escapeControlCharacters:3,escapeUnicodeCharacters:4,parser:5,parseMemoizeOne:6,validationParser:7,pathParser:8,queryLanguages:9,queryLanguageId:0,onChangeQueryLanguage:33,onRenderValue:10,onRenderMenu:11,onRenderContextMenu:12,onClassName:13,onTransform:34},CUe,[-1,-1]),i}return ro(e,so),Xr(e)}(),y8={};function IUe(t){Fo(t,"svelte-jdii8g",'.jse-modal.svelte-jdii8g.svelte-jdii8g{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);line-height:normal;background:var(--jse-modal-background, #f5f5f5);color:var(--jse-text-color, #4d4d4d)}.jse-modal.svelte-jdii8g .svelte-select{--border:var(--jse-svelte-select-border, 1px solid #d8dbdf);--item-is-active-bg:var(--jse-item-is-active-bg, #3883fa);--border-radius:var(--jse-svelte-select-border-radius, 3px);--background:var(--jse-svelte-select-background, #fff);--padding:var(--jse-svelte-select-padding, 0 10px);--multi-select-padding:var(--jse-svelte-select-multi-select-padding, 0 10px);--font-size:var(--jse-svelte-select-font-size, var(--jse-font-size, 16px));--height:36px;--multi-item-height:28px;--multi-item-margin:2px;--multi-item-padding:2px 8px;--multi-item-border-radius:6px;--indicator-top:8px}.jse-modal.svelte-jdii8g .jse-modal-contents.svelte-jdii8g{flex:1;display:flex;flex-direction:column;padding:20px;overflow:auto;min-width:0;min-height:0}.jse-modal.svelte-jdii8g .jse-modal-contents .jse-actions.svelte-jdii8g{display:flex;flex-direction:row;justify-content:flex-end;padding-top:var(--jse-padding, 10px)}.jse-modal.svelte-jdii8g .jse-modal-contents .jse-actions button.jse-primary.svelte-jdii8g{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;background:var(--jse-button-primary-background, var(--jse-theme-color, #3883fa));color:var(--jse-button-primary-color, #fff);padding:var(--jse-padding, 10px) calc(2 * var(--jse-padding, 10px));border-radius:3px}.jse-modal.svelte-jdii8g .jse-modal-contents .jse-actions button.jse-primary.svelte-jdii8g:hover{background:var(--jse-button-primary-background-highlight, var(--jse-theme-color-highlight, #5f9dff))}.jse-modal.svelte-jdii8g .jse-modal-contents .jse-actions button.jse-primary.svelte-jdii8g:disabled{background:var(--jse-button-primary-background-disabled, #9d9d9d)}.bg.jse-modal-bg{width:100%;height:100%;top:0;left:0;background:var(--jse-overlay-background, rgba(0, 0, 0, 0.3))}.bg.jse-modal-bg .jse-modal-window-wrap{margin:0;overflow:auto}.bg.jse-modal-bg .jse-modal-window{max-width:90%;margin:4rem auto 2rem auto;border-radius:2px}.bg.jse-modal-bg .jse-modal-window.jse-modal-window-sort{width:400px}.bg.jse-modal-bg .jse-modal-window.jse-modal-window-transform{width:1200px;height:1200px;max-height:80%;display:flex}.bg.jse-modal-bg .jse-modal-window.jse-modal-window-jsoneditor{width:800px;max-height:500px;display:flex}.bg.jse-modal-bg .jse-modal-window:has(div.fullscreen){margin:var(--jse-padding, 10px);padding:0;width:calc(100vw - 2 * var(--jse-padding, 10px));height:calc(100vh - 2 * var(--jse-padding, 10px));max-width:none;max-height:none}.bg.jse-modal-bg .jse-modal-container{flex:1;display:flex;flex-direction:column;padding:0;max-height:none}.jse-modal.jse-sort.svelte-jdii8g table.svelte-jdii8g{width:100%;border-collapse:collapse;border-spacing:0}.jse-modal.jse-sort.svelte-jdii8g table th.svelte-jdii8g,.jse-modal.jse-sort.svelte-jdii8g table td.svelte-jdii8g{text-align:left;vertical-align:middle;font-weight:normal;padding-bottom:var(--jse-padding, 10px)}.jse-modal.jse-sort.svelte-jdii8g table th input.jse-path.svelte-jdii8g,.jse-modal.jse-sort.svelte-jdii8g table td input.jse-path.svelte-jdii8g{width:100%;box-sizing:border-box;padding:6px 16px;border:var(--jse-input-border, 1px solid #d8dbdf);border-radius:var(--jse-input-radius, 3px);font-family:inherit;font-size:inherit;background:inherit;color:inherit;outline:none}.jse-modal.jse-sort.svelte-jdii8g table th input.jse-path.svelte-jdii8g:read-only,.jse-modal.jse-sort.svelte-jdii8g table td input.jse-path.svelte-jdii8g:read-only{background:var(--jse-input-background-readonly, transparent)}.jse-modal.jse-sort.svelte-jdii8g table th.svelte-jdii8g .svelte-select input,.jse-modal.jse-sort.svelte-jdii8g table td.svelte-jdii8g .svelte-select input{box-sizing:border-box}.jse-modal.jse-sort.svelte-jdii8g .jse-space.svelte-jdii8g{height:200px}.jse-modal.jse-sort.svelte-jdii8g .jse-space .jse-error.svelte-jdii8g{color:var(--jse-error-color, #ee5341)}')}function yre(t){var e,n,i,r,s,a,d;function f(b){t[14](b)}var g={showChevron:!0,items:t[5]};return void 0!==t[1]&&(g.value=t[1]),s=new Wm({props:g}),ys.push(function(){return id(s,"value",f)}),{c:function(){e=yt("tr"),(n=yt("th")).textContent="Property",i=wn(),r=yt("td"),Qn(s.$$.fragment),_e(n,"class","svelte-jdii8g"),_e(r,"class","svelte-jdii8g")},m:function(b,C){zt(b,e,C),Qe(e,n),Qe(e,i),Qe(e,r),qn(s,r,null),d=!0},p:function(b,C){var S={};32&C&&(S.items=b[5]),!a&&2&C&&(a=!0,S.value=b[1],nd(function(){return a=!1})),s.$set(S)},i:function(b){d||(ke(s.$$.fragment,b),d=!0)},o:function(b){Ye(s.$$.fragment,b),d=!1},d:function(b){b&&Ft(e),Kn(s)}}}function Cre(t){var e,n;return{c:function(){e=yt("div"),n=Ki(t[4]),_e(e,"class","jse-error svelte-jdii8g")},m:function(i,r){zt(i,e,r),Qe(e,n)},p:function(i,r){16&r&&ho(n,i[4])},d:function(i){i&&Ft(e)}}}function RUe(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,qt,Nt,on,At,Lt,vt,Xt,Zt,jt;i=new eM({props:{title:t[3]?"Sort array items":"Sort object keys"}});var at=t[3]&&(t[5]&&(null===(e=t[5])||void 0===e?void 0:e.length)>1||void 0===t[1])&&yre(t);function ht(Yn){t[15](Yn)}var Et={showChevron:!0,clearable:!1,items:t[7]};void 0!==t[2]&&(Et.value=t[2]),rt=new Wm({props:Et}),ys.push(function(){return id(rt,"value",ht)});var hn=t[4]&&Cre(t);return{c:function(){var Yn;n=yt("div"),Qn(i.$$.fragment),r=wn(),s=yt("div"),a=yt("table"),(d=yt("colgroup")).innerHTML=' ',f=wn(),g=yt("tbody"),b=yt("tr"),(C=yt("th")).textContent="Path",S=wn(),w=yt("td"),I=yt("input"),G=wn(),at&&at.c(),q=wn(),pe=yt("tr"),(me=yt("th")).textContent="Direction",Pe=wn(),Ie=yt("td"),Qn(rt.$$.fragment),Pt=wn(),qt=yt("div"),hn&&hn.c(),Nt=wn(),on=yt("div"),At=yt("button"),Lt=Ki("Sort"),_e(C,"class","svelte-jdii8g"),_e(I,"class","jse-path svelte-jdii8g"),_e(I,"type","text"),I.readOnly=!0,_e(I,"title","Selected path"),I.value=F=Fs(t[0])?"(document root)":bd(t[0]),_e(w,"class","svelte-jdii8g"),_e(me,"class","svelte-jdii8g"),_e(Ie,"class","svelte-jdii8g"),_e(a,"class","svelte-jdii8g"),_e(qt,"class","jse-space svelte-jdii8g"),_e(At,"type","button"),_e(At,"class","jse-primary svelte-jdii8g"),At.disabled=vt=!!(t[3]&&t[5]&&(null===(Yn=t[5])||void 0===Yn?void 0:Yn.length)>1)&&!t[1],_e(on,"class","jse-actions svelte-jdii8g"),_e(s,"class","jse-modal-contents svelte-jdii8g"),_e(n,"class","jse-modal jse-sort svelte-jdii8g")},m:function(Yn,bn){zt(Yn,n,bn),qn(i,n,null),Qe(n,r),Qe(n,s),Qe(s,a),Qe(a,d),Qe(a,f),Qe(a,g),Qe(g,b),Qe(b,C),Qe(b,S),Qe(b,w),Qe(w,I),Qe(g,G),at&&at.m(g,null),Qe(g,q),Qe(g,pe),Qe(pe,me),Qe(pe,Pe),Qe(pe,Ie),qn(rt,Ie,null),Qe(s,Pt),Qe(s,qt),hn&&hn.m(qt,null),Qe(s,Nt),Qe(s,on),Qe(on,At),Qe(At,Lt),Xt=!0,Zt||(jt=[pi(At,"click",t[8]),Ul(NUe.call(null,At)),Ul(O9.call(null,n,t[6]))],Zt=!0)},p:function(Yn,bn){var sn,Un,An=$o(bn,1)[0],un={};8&An&&(un.title=Yn[3]?"Sort array items":"Sort object keys"),i.$set(un),(!Xt||1&An&&F!==(F=Fs(Yn[0])?"(document root)":bd(Yn[0]))&&I.value!==F)&&(I.value=F),Yn[3]&&(Yn[5]&&(null===(sn=Yn[5])||void 0===sn?void 0:sn.length)>1||void 0===Yn[1])?at?(at.p(Yn,An),42&An&&ke(at,1)):((at=yre(Yn)).c(),ke(at,1),at.m(g,q)):at&&(Si(),Ye(at,1,1,function(){at=null}),xi());var Vi={};!mt&&4&An&&(mt=!0,Vi.value=Yn[2],nd(function(){return mt=!1})),rt.$set(Vi),Yn[4]?hn?hn.p(Yn,An):((hn=Cre(Yn)).c(),hn.m(qt,null)):hn&&(hn.d(1),hn=null),(!Xt||42&An&&vt!==(vt=!!(Yn[3]&&Yn[5]&&(null===(Un=Yn[5])||void 0===Un?void 0:Un.length)>1)&&!Yn[1]))&&(At.disabled=vt)},i:function(Yn){Xt||(ke(i.$$.fragment,Yn),ke(at),ke(rt.$$.fragment,Yn),Xt=!0)},o:function(Yn){Ye(i.$$.fragment,Yn),Ye(at),Ye(rt.$$.fragment,Yn),Xt=!1},d:function(Yn){Yn&&Ft(n),Kn(i),at&&at.d(),Kn(rt),hn&&hn.d(),Zt=!1,za(jt)}}}function NUe(t){t.focus()}function kUe(t,e,n){var i,r,s,a,d,f=A1("jsoneditor:SortModal"),g=e.id,b=e.json,C=e.rootPath,S=e.onSort,w=B1("simple-modal").close,I="".concat(g,":").concat(he(C)),F=jn(b,C),G={value:1,label:"ascending"},q=[G,{value:-1,label:"descending"}],pe=null===(i=y8[I])||void 0===i?void 0:i.selectedProperty,me=(null===(r=y8[I])||void 0===r?void 0:r.selectedDirection)||G,Pe=void 0;return t.$$set=function(Ie){"id"in Ie&&n(9,g=Ie.id),"json"in Ie&&n(10,b=Ie.json),"rootPath"in Ie&&n(0,C=Ie.rootPath),"onSort"in Ie&&n(11,S=Ie.onSort)},t.$$.update=function(){8&t.$$.dirty&&n(13,a=s&&void 0!==F?xL(F):void 0),8192&t.$$.dirty&&n(5,d=a?a.map(y9):void 0),4102&t.$$.dirty&&(n(12,y8[I]={selectedProperty:pe,selectedDirection:me},y8),f("store state in memory",I,y8[I]))},n(3,s=Array.isArray(F)),[C,pe,me,s,Pe,d,w,q,function(){try{var Ie,rt,mt;n(4,Pe=void 0);var Pt=(null===(Ie=pe)||void 0===Ie?void 0:Ie.value)||(null===(rt=d)||void 0===rt||null===(rt=rt[0])||void 0===rt?void 0:rt.value)||[],qt=null===(mt=me)||void 0===mt?void 0:mt.value,Nt=Mie(b,C,Pt,qt);S({operations:Nt,rootPath:C,itemPath:Pt,direction:qt}),w()}catch(on){n(4,Pe=String(on))}},g,b,S,y8,a,function(Ie){n(1,pe=Ie)},function(Ie){n(2,me=Ie)}]}var LUe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,kUe,RUe,Zo,{id:9,json:10,rootPath:0,onSort:11},IUe),i}return ro(e,so),Xr(e)}();function mf(){}function cM(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1e3;if(t<.9*e)return t.toFixed()+" B";var n=t/e;if(n<.9*e)return n.toFixed(1)+" KB";var i=n/e;if(i<.9*e)return i.toFixed(1)+" MB";var r=i/e;return r<.9*e?r.toFixed(1)+" GB":(r/e).toFixed(1)+" TB"}function PUe(t){var e,n;return e=new rM({props:{items:t[0]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};1&$o(r,1)[0]&&(s.items=i[0]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function VUe(t,e,n){var i,r,s=e.readOnly,a=void 0!==s&&s,d=e.onFormat,f=e.onCompact,g=e.onSort,b=e.onTransform,C=e.onToggleSearch,S=e.onUndo,w=e.onRedo,I=e.canUndo,F=e.canRedo,G=e.canFormat,q=e.canCompact,pe=e.canSort,me=e.canTransform,Pe=e.onRenderMenu,Ie={type:"button",icon:_b,title:"Search (Ctrl+F)",className:"jse-search",onClick:C};return t.$$set=function(rt){"readOnly"in rt&&n(1,a=rt.readOnly),"onFormat"in rt&&n(2,d=rt.onFormat),"onCompact"in rt&&n(3,f=rt.onCompact),"onSort"in rt&&n(4,g=rt.onSort),"onTransform"in rt&&n(5,b=rt.onTransform),"onToggleSearch"in rt&&n(6,C=rt.onToggleSearch),"onUndo"in rt&&n(7,S=rt.onUndo),"onRedo"in rt&&n(8,w=rt.onRedo),"canUndo"in rt&&n(9,I=rt.canUndo),"canRedo"in rt&&n(10,F=rt.canRedo),"canFormat"in rt&&n(11,G=rt.canFormat),"canCompact"in rt&&n(12,q=rt.canCompact),"canSort"in rt&&n(13,pe=rt.canSort),"canTransform"in rt&&n(14,me=rt.canTransform),"onRenderMenu"in rt&&n(15,Pe=rt.onRenderMenu)},t.$$.update=function(){32702&t.$$.dirty&&n(16,r=a?[Ie,{type:"space"}]:[{type:"button",icon:dP,title:"Format JSON: add proper indentation and new lines (Ctrl+I)",className:"jse-format",onClick:d,disabled:a||!G},{type:"button",icon:Gze,title:"Compact JSON: remove all white spacing and new lines (Ctrl+Shift+I)",className:"jse-compact",onClick:f,disabled:a||!q},{type:"separator"},{type:"button",icon:gb,title:"Sort",className:"jse-sort",onClick:g,disabled:a||!pe},{type:"button",icon:fb,title:"Transform contents (filter, sort, project)",className:"jse-transform",onClick:b,disabled:a||!me},Ie,{type:"separator"},{type:"button",icon:Lx,title:"Undo (Ctrl+Z)",className:"jse-undo",onClick:S,disabled:!I},{type:"button",icon:kx,title:"Redo (Ctrl+Shift+Z)",className:"jse-redo",onClick:w,disabled:!F},{type:"space"}]),98304&t.$$.dirty&&n(0,i=Pe(r)||r)},[i,a,d,f,g,b,C,S,w,I,F,G,q,pe,me,Pe,r]}var FUe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,VUe,PUe,Zo,{readOnly:1,onFormat:2,onCompact:3,onSort:4,onTransform:5,onToggleSearch:6,onUndo:7,onRedo:8,canUndo:9,canRedo:10,canFormat:11,canCompact:12,canSort:13,canTransform:14,onRenderMenu:15}),i}return ro(e,so),Xr(e)}();function HUe(t){Fo(t,"svelte-hhcn0f",'.jse-status-bar.svelte-hhcn0f.svelte-hhcn0f{background:var(--jse-panel-background, #ebebeb);color:var(--jse-panel-color-readonly, #b2b2b2);font-family:var(--jse-font-family-mono, consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace);font-size:var(--jse-font-size-mono, 14px);margin:0;border-top:var(--jse-panel-border, var(--jse-main-border, 1px solid #d7d7d7));border-left:var(--jse-main-border, 1px solid #d7d7d7);border-right:var(--jse-main-border, 1px solid #d7d7d7);display:flex;gap:var(--jse-padding, 10px)}.jse-status-bar.svelte-hhcn0f.svelte-hhcn0f:last-child{border-bottom:var(--jse-main-border, 1px solid #d7d7d7)}.jse-status-bar.svelte-hhcn0f .jse-status-bar-info.svelte-hhcn0f{padding:2px}')}function Ere(t){var e,n,i;return{c:function(){e=yt("div"),n=Ki("Line: "),i=Ki(t[0]),_e(e,"class","jse-status-bar-info svelte-hhcn0f")},m:function(r,s){zt(r,e,s),Qe(e,n),Qe(e,i)},p:function(r,s){1&s&&ho(i,r[0])},d:function(r){r&&Ft(e)}}}function Sre(t){var e,n,i;return{c:function(){e=yt("div"),n=Ki("Column: "),i=Ki(t[1]),_e(e,"class","jse-status-bar-info svelte-hhcn0f")},m:function(r,s){zt(r,e,s),Qe(e,n),Qe(e,i)},p:function(r,s){2&s&&ho(i,r[1])},d:function(r){r&&Ft(e)}}}function xre(t){var e,n,i,r;return{c:function(){e=yt("div"),n=Ki("Selection: "),i=Ki(t[2]),r=Ki(" characters"),_e(e,"class","jse-status-bar-info svelte-hhcn0f")},m:function(s,a){zt(s,e,a),Qe(e,n),Qe(e,i),Qe(e,r)},p:function(s,a){4&a&&ho(i,s[2])},d:function(s){s&&Ft(e)}}}function zUe(t){var e,n,i,r=void 0!==t[0]&&Ere(t),s=void 0!==t[1]&&Sre(t),a=void 0!==t[2]&&t[2]>0&&xre(t);return{c:function(){e=yt("div"),r&&r.c(),n=wn(),s&&s.c(),i=wn(),a&&a.c(),_e(e,"class","jse-status-bar svelte-hhcn0f")},m:function(d,f){zt(d,e,f),r&&r.m(e,null),Qe(e,n),s&&s.m(e,null),Qe(e,i),a&&a.m(e,null)},p:function(d,f){var g=$o(f,1)[0];void 0!==d[0]?r?r.p(d,g):((r=Ere(d)).c(),r.m(e,n)):r&&(r.d(1),r=null),void 0!==d[1]?s?s.p(d,g):((s=Sre(d)).c(),s.m(e,i)):s&&(s.d(1),s=null),void 0!==d[2]&&d[2]>0?a?a.p(d,g):((a=xre(d)).c(),a.m(e,null)):a&&(a.d(1),a=null)},i:Ai,o:Ai,d:function(d){d&&Ft(e),r&&r.d(),s&&s.d(),a&&a.d()}}}function BUe(t,e,n){var i,r,s,a,d,f=e.editorState;return t.$$set=function(g){"editorState"in g&&n(3,f=g.editorState)},t.$$.update=function(){var g,b,C;8&t.$$.dirty&&n(4,i=null===(g=f)||void 0===g||null===(g=g.selection)||void 0===g||null===(g=g.main)||void 0===g?void 0:g.head),24&t.$$.dirty&&n(5,r=void 0!==i?null===(b=f)||void 0===b||null===(b=b.doc)||void 0===b?void 0:b.lineAt(i):void 0),32&t.$$.dirty&&n(0,s=void 0!==r?r.number:void 0),48&t.$$.dirty&&n(1,a=void 0!==r&&void 0!==i?i-r.from+1:void 0),8&t.$$.dirty&&n(2,d=null===(C=f)||void 0===C||null===(C=C.selection)||void 0===C||null===(C=C.ranges)||void 0===C?void 0:C.reduce(function(S,w){return S+w.to-w.from},0))},[s,a,d,f,i,r]}var UUe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,BUe,zUe,d1,{editorState:3},HUe),i}return ro(e,so),Xr(e)}(),CP=t9.define([{tag:lr.propertyName,color:"var(--internal-key-color)"},{tag:lr.number,color:"var(--internal-value-color-number)"},{tag:lr.bool,color:"var(--internal-value-color-boolean)"},{tag:lr.string,color:"var(--internal-value-color-string)"},{tag:lr.keyword,color:"var(--internal-value-color-null)"}]),jUe=DZ(CP),$Ue=CP.style;function GUe(t){Fo(t,"svelte-a0poeb",'.jse-text-mode.svelte-a0poeb.svelte-a0poeb{--internal-key-color:var(--jse-key-color, #1a1a1a);--internal-value-color-number:var(--jse-value-color-number, #ee422e);--internal-value-color-boolean:var(--jse-value-color-boolean, #ff8c00);--internal-value-color-string:var(--jse-value-color-string, #008000);--internal-value-color-null:var(--jse-value-color-null, #004ed0);flex:1;box-sizing:border-box;display:flex;flex-direction:column;background:var(--jse-background-color, #fff)}.jse-text-mode.no-main-menu.svelte-a0poeb.svelte-a0poeb{border-top:var(--jse-main-border, 1px solid #d7d7d7)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb{flex:1;display:flex;position:relative;flex-direction:column;overflow:hidden;min-width:0;min-height:0;border-left:var(--jse-main-border, 1px solid #d7d7d7);border-right:var(--jse-main-border, 1px solid #d7d7d7)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb:last-child{border-bottom:var(--jse-main-border, 1px solid #d7d7d7)}.jse-text-mode.svelte-a0poeb .jse-contents.jse-hidden.svelte-a0poeb{visibility:hidden;position:absolute;top:0;left:0}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor{flex:1;overflow:hidden}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-scroller{font-family:var(--jse-font-family-mono, consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace);font-size:var(--jse-font-size-mono, 14px);line-height:var(--jse-line-height, calc(1em + 4px));color:var(--jse-delimiter-color, rgba(0, 0, 0, 0.38))}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-gutters{background:var(--jse-panel-background, #ebebeb);color:var(--jse-panel-color-readonly, #b2b2b2);border-right:var(--jse-panel-border, var(--jse-main-border, 1px solid #d7d7d7))}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-activeLine,.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-activeLineGutter{background:var(--jse-active-line-background-color, rgba(0, 0, 0, 0.06))}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-selectionBackground{background:var(--jse-selection-background-color, #d3d3d3)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-searchMatch{background-color:var(--jse-search-match-color, #ffe665);outline:var(--jse-search-match-outline, 1px solid #ffd700)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-searchMatch.cm-searchMatch-selected{background-color:var(--jse-search-match-active-color, #ffd700);outline:var(--jse-search-match-active-outline, 1px solid #e1be00)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-selectionMatch{background-color:var(--jse-search-match-background-color, rgba(153, 255, 119, 0.5019607843))}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-foldPlaceholder{background:var(--jse-tag-background, rgba(0, 0, 0, 0.2));color:var(--jse-tag-color, var(--jse-text-color-inverse, #fff));border:none;padding:0 var(--jse-padding, 10px)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-tooltip{font-size:var(--jse-font-size, 16px);font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);color:var(--jse-tooltip-color, var(--jse-text-color, #4d4d4d));background:var(--jse-tooltip-background, var(--jse-modal-background, #f5f5f5));border:var(--jse-tooltip-border, var(--jse-main-border, 1px solid #d7d7d7))}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-diagnosticAction{background:var(--jse-tooltip-action-button-color, var(--jse-text-color-inverse, #fff));background:var(--jse-tooltip-action-button-background, #4d4d4d)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-panels{border-bottom:var(--jse-panel-border, var(--jse-main-border, 1px solid #d7d7d7))}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-search{background:var(--jse-panel-background, #ebebeb);color:var(--jse-panel-color, var(--jse-text-color, #4d4d4d));font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-search input{font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size-text-mode-search, 80%);color:var(--jse-input-color, var(--jse-text-color, #4d4d4d));border:var(--jse-input-border, 1px solid #d8dbdf);background:var(--jse-input-background, var(--jse-background-color, #fff));margin-right:2px}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-search button{font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size-text-mode-search, 80%);color:var(--jse-panel-button-color, inherit);background:var(--jse-panel-button-background, transparent);border:none;cursor:pointer;text-transform:capitalize;padding:calc(0.5 * var(--jse-padding, 10px)) var(--jse-padding, 10px);margin:0}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-search button:hover{color:var(--panel-button-color-highlight, var(--jse-text-color, #4d4d4d));background:var(--jse-panel-button-background-highlight, #e0e0e0)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-search label{font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size-text-mode-search, 80%);padding-left:var(--jse-padding, 10px)}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-search label input{margin-right:2px}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-search button[name="close"]{width:32px;height:32px;font-size:24px;line-height:24px;padding:0;right:0;top:-4px}.jse-text-mode.svelte-a0poeb .jse-contents.svelte-a0poeb .cm-editor .cm-cursor-primary{border-color:var(--jse-text-color, #4d4d4d)}.jse-text-mode.svelte-a0poeb .jse-contents .jse-loading-space.svelte-a0poeb{flex:1}.jse-text-mode.svelte-a0poeb .jse-contents .jse-loading.svelte-a0poeb{flex:2;text-align:center;color:var(--jse-panel-color-readonly, #b2b2b2);box-sizing:border-box;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px)}.jse-text-mode.svelte-a0poeb .jse-contents.jse-preview.svelte-a0poeb{flex:1;font-family:var(--jse-font-family-mono, consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace);font-size:var(--jse-font-size-mono, 14px);color:var(--jse-panel-color-readonly, #b2b2b2);overflow:auto;white-space:pre-wrap;word-break:break-word;padding:2px}')}function EP(t){var e=t.slice();return e[100]=0===e[11].length,e}function Tre(t){var e,n;return e=new FUe({props:{readOnly:t[1],onFormat:t[17],onCompact:t[18],onSort:t[19],onTransform:t[20],onToggleSearch:t[21],onUndo:t[22],onRedo:t[23],canFormat:!t[100],canCompact:!t[100],canSort:!t[100],canTransform:!t[100],canUndo:t[12],canRedo:t[13],onRenderMenu:t[4]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};2&r[0]&&(s.readOnly=i[1]),2048&r[0]&&(s.canFormat=!i[100]),2048&r[0]&&(s.canCompact=!i[100]),2048&r[0]&&(s.canSort=!i[100]),2048&r[0]&&(s.canTransform=!i[100]),4096&r[0]&&(s.canUndo=i[12]),8192&r[0]&&(s.canRedo=i[13]),16&r[0]&&(s.onRenderMenu=i[4]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function YUe(t){var e;return{c:function(){(e=yt("div")).innerHTML='
    loading...
    ',_e(e,"class","jse-contents svelte-a0poeb")},m:function(n,i){zt(n,e,i)},p:Ai,i:Ai,o:Ai,d:function(n){n&&Ft(e)}}}function WUe(t){var e,n,i,r,s,a=t[99]&&wre(t),d=!t[99]&&Mre(t);return{c:function(){e=yt("div"),n=wn(),a&&a.c(),i=wn(),d&&d.c(),r=Gs(),_e(e,"class","jse-contents svelte-a0poeb"),ii(e,"jse-hidden",t[99])},m:function(f,g){zt(f,e,g),t[53](e),zt(f,n,g),a&&a.m(f,g),zt(f,i,g),d&&d.m(f,g),zt(f,r,g),s=!0},p:function(f,g){(!s||268438016&g[0])&&ii(e,"jse-hidden",f[99]),f[99]?a?(a.p(f,g),2560&g[0]&&ke(a,1)):((a=wre(f)).c(),ke(a,1),a.m(i.parentNode,i)):a&&(Si(),Ye(a,1,1,function(){a=null}),xi()),f[99]?d&&(Si(),Ye(d,1,1,function(){d=null}),xi()):d?(d.p(f,g),2560&g[0]&&ke(d,1)):((d=Mre(f)).c(),ke(d,1),d.m(r.parentNode,r))},i:function(f){s||(ke(a),ke(d),s=!0)},o:function(f){Ye(a),Ye(d),s=!1},d:function(f){f&&(Ft(e),Ft(n),Ft(i),Ft(r)),t[53](null),a&&a.d(f),d&&d.d(f)}}}function wre(t){var e,n,i,r,s,a=I3(t[11]||"",mL)+"";return e=new pf({props:{icon:c4,type:"error",message:"The JSON document is larger than ".concat(cM(gL,1024),", ")+"and may crash your browser when loading it in text mode. Actual size: ".concat(cM(t[11].length,1024),"."),actions:[{text:"Open anyway",title:"Open the document in text mode. This may freeze or crash your browser.",onClick:t[24]},{text:"Open in tree mode",title:"Open the document in tree mode. Tree mode can handle large documents.",onClick:t[25]},{text:"Cancel",title:"Cancel opening this large document.",onClick:t[26]}],onClose:t[5]}}),{c:function(){Qn(e.$$.fragment),n=wn(),i=yt("div"),r=Ki(a),_e(i,"class","jse-contents jse-preview svelte-a0poeb")},m:function(d,f){qn(e,d,f),zt(d,n,f),zt(d,i,f),Qe(i,r),s=!0},p:function(d,f){var g={};2048&f[0]&&(g.message="The JSON document is larger than ".concat(cM(gL,1024),", ")+"and may crash your browser when loading it in text mode. Actual size: ".concat(cM(d[11].length,1024),".")),e.$set(g),(!s||2048&f[0])&&a!==(a=I3(d[11]||"",mL)+"")&&ho(r,a)},i:function(d){s||(ke(e.$$.fragment,d),s=!0)},o:function(d){Ye(e.$$.fragment,d),s=!1},d:function(d){d&&(Ft(n),Ft(i)),Kn(e,d)}}}function Mre(t){var e,n,i,r,s,a=!t[14]&&t[0]&&Aee(t[11]),d=t[3]&&Are(t),f=t[14]&&Dre(t),g=a&&Ore(t);return r=new sP({props:{validationErrors:t[10],selectError:t[27]}}),{c:function(){d&&d.c(),e=wn(),f&&f.c(),n=wn(),g&&g.c(),i=wn(),Qn(r.$$.fragment)},m:function(b,C){d&&d.m(b,C),zt(b,e,C),f&&f.m(b,C),zt(b,n,C),g&&g.m(b,C),zt(b,i,C),qn(r,b,C),s=!0},p:function(b,C){b[3]?d?(d.p(b,C),8&C[0]&&ke(d,1)):((d=Are(b)).c(),ke(d,1),d.m(e.parentNode,e)):d&&(Si(),Ye(d,1,1,function(){d=null}),xi()),b[14]?f?(f.p(b,C),16384&C[0]&&ke(f,1)):((f=Dre(b)).c(),ke(f,1),f.m(n.parentNode,n)):f&&(Si(),Ye(f,1,1,function(){f=null}),xi()),18433&C[0]&&(a=!b[14]&&b[0]&&Aee(b[11])),a?g?(g.p(b,C),18433&C[0]&&ke(g,1)):((g=Ore(b)).c(),ke(g,1),g.m(i.parentNode,i)):g&&(Si(),Ye(g,1,1,function(){g=null}),xi());var S={};1024&C[0]&&(S.validationErrors=b[10]),r.$set(S)},i:function(b){s||(ke(d),ke(f),ke(g),ke(r.$$.fragment,b),s=!0)},o:function(b){Ye(d),Ye(f),Ye(g),Ye(r.$$.fragment,b),s=!1},d:function(b){b&&(Ft(e),Ft(n),Ft(i)),d&&d.d(b),f&&f.d(b),g&&g.d(b),Kn(r,b)}}}function Are(t){var e,n;return e=new UUe({props:{editorState:t[8]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};256&r[0]&&(s.editorState=i[8]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function Dre(t){var e,n;return e=new pf({props:{type:"error",icon:c4,message:t[14].message,actions:t[15],onClick:t[29],onClose:t[5]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};16384&r[0]&&(s.message=i[14].message),32768&r[0]&&(s.actions=i[15]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function Ore(t){var e,n;return e=new pf({props:{type:"success",message:"Do you want to format the JSON?",actions:[{icon:dP,text:"Format",title:"Format JSON: add proper indentation and new lines (Ctrl+I)",onClick:t[17]},{icon:C_,text:"No thanks",title:"Close this message",onClick:t[54]}],onClose:t[5]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};1&r[0]&&(s.actions=[{icon:dP,text:"Format",title:"Format JSON: add proper indentation and new lines (Ctrl+I)",onClick:i[17]},{icon:C_,text:"No thanks",title:"Close this message",onClick:i[54]}]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function qUe(t){var e,n,i,r,s,a=t[2]&&Tre(EP(t)),f=[];function g(b,C){return 0===C?(I=(w=b.slice())[28](w[11],w[9]),w[99]=I,w):b;var w,I}return r=f[i=t[16]?1:0]=[WUe,YUe][i](g(t,i)),{c:function(){e=yt("div"),a&&a.c(),n=wn(),r.c(),_e(e,"class","jse-text-mode svelte-a0poeb"),ii(e,"no-main-menu",!t[2])},m:function(b,C){zt(b,e,C),a&&a.m(e,null),Qe(e,n),f[i].m(e,null),t[55](e),s=!0},p:function(b,C){b[2]?a?(a.p(EP(b),C),4&C[0]&&ke(a,1)):((a=Tre(EP(b))).c(),ke(a,1),a.m(e,n)):a&&(Si(),Ye(a,1,1,function(){a=null}),xi()),r.p(g(b,i),C),(!s||4&C[0])&&ii(e,"no-main-menu",!b[2])},i:function(b){s||(ke(a),ke(r),s=!0)},o:function(b){Ye(a),Ye(r),s=!1},d:function(b){b&&Ft(e),a&&a.d(),f[i].d(),t[55](null)}}}function Ire(t){return{from:t.from||0,to:t.to||0,message:t.message||"",actions:t.actions,severity:t.severity}}function KUe(t,e,n){var i,r,s,a,d,f,g=e.readOnly,b=e.mainMenuBar,C=e.statusBar,S=e.askToFormat,w=e.externalContent,I=e.externalSelection,F=e.indentation,G=e.tabSize,q=e.escapeUnicodeCharacters,pe=e.parser,me=e.validator,Pe=e.validationParser,Ie=e.onChange,rt=e.onChangeMode,mt=e.onSelect,Pt=e.onError,qt=e.onFocus,Nt=e.onBlur,on=e.onRenderMenu,At=e.onSortModal,Lt=e.onTransformModal,vt=A1("jsoneditor:TextMode"),Xt={key:"Mod-i",run:Ua,shift:ba,preventDefault:!0},Zt=typeof window>"u";vt("isSSR:",Zt);var jt=!1,at=[],ht=new b3,Et=new b3,hn=new b3,Yn=new b3,bn=new b3,sn=w,Un=wL(sn,F,pe),An=q;Du(Ao(Ri().mark(function Bn(){return Ri().wrap(function(hr){for(;;)switch(hr.prev=hr.next){case 0:if(!Zt){hr.next=2;break}return hr.abrupt("return");case 2:try{d=Rr({target:s,initialText:$1(Un,jt)?"":i.escapeValue(Un),readOnly:g,indentation:F})}catch(No){console.error(No)}case 3:case"end":return hr.stop()}},Bn)}))),Wd(function(){d&&(vt("Destroy CodeMirror editor"),d.destroy())});var un=!1,Vi=!1,ir=s4(),hi=s4();function Pn(){d&&(vt("focus"),d.focus())}var _o=!1;function vo(Bn,hr){vt("handlePatch",Bn,hr);var No=pe.parse(Un),ua=Be(No,Bn),ks=mi(No,Bn);return Ka({text:pe.stringify(ua,null,F)},hr,!1),{json:ua,previousJson:No,undo:ks,redo:Bn}}function Ua(){if(vt("format"),g)return!1;try{var Bn=pe.parse(Un);return Ka({text:pe.stringify(Bn,null,F)},!0,!1),!0}catch(hr){Pt(hr)}return!1}function ba(){if(vt("compact"),g)return!1;try{var Bn=pe.parse(Un);return Ka({text:pe.stringify(Bn)},!0,!1),!0}catch(hr){Pt(hr)}return!1}function xn(){if(vt("repair"),!g)try{Ka({text:ni(Un)},!0,!1),n(52,Gl=yL),n(14,ls=null)}catch(Bn){Pt(Bn)}}function wo(Bn){var hr=Bn.id,No=Bn.rootPath,ua=Bn.onTransform,ks=Bn.onClose;try{var Hn=pe.parse(Un);_o=!0,Lt({id:hr||hi,json:Hn,rootPath:No||[],onTransform:function(ur){ua?ua({operations:ur,json:Hn,transformedJson:Be(Hn,ur)}):(vt("onTransform",ur),vo(ur,!0))},onClose:function(){_o=!1,Pn(),ks&&ks()}})}catch(ur){Pt(ur)}}function Aa(Bn,hr){vt("setSelection",{anchor:Bn,head:hr}),d&&d.dispatch(d.state.update({selection:{anchor:Bn,head:hr},scrollIntoView:!0}))}function Da(Bn,hr){if(1===hr.state.selection.ranges.length){var No=hr.state.selection.ranges[0],ua=Un.slice(No.from,No.to);if("{"===ua||"["===ua){var ks=bo.parse(Un),Hn=Object.keys(ks.pointers).find(function(Lr){var ei;return(null===(ei=ks.pointers[Lr].value)||void 0===ei?void 0:ei.pos)===No.from}),ur=ks.pointers[Hn];Hn&&ur&&ur.value&&ur.valueEnd&&(vt("pointer found, selecting inner contents of path:",Hn,ur),Aa(ur.value.pos+1,ur.valueEnd.pos-1))}}}function ya(){return function YNe(t,e={}){return[Om.of({source:t,config:e}),PJ,jJ]}(nl,{delay:300})}function Rr(Bn){var hr=Bn.target,No=Bn.initialText,ua=Bn.readOnly,ks=Bn.indentation;vt("Create CodeMirror editor",{readOnly:ua,indentation:ks});var Hn=n2.create({doc:No,selection:Fi(I,No)?j1(I):void 0,extensions:[Hb.of([FNe,Xt]),ht.of(ya()),tke(),iIe(),oIe,TOe(),PRe(),nRe(),mOe(),[Bb,bOe],n2.allowMultipleSelections.of(!0),n2.transactionFilter.of(t=>{if(!t.docChanged||!t.isUserEvent("input.type")&&!t.isUserEvent("input.complete"))return t;let e=t.startState.languageDataAt("indentOnInput",t.startState.selection.main.head);if(!e.length)return t;let n=t.newDoc,{head:i}=t.newSelection.main,r=n.lineAt(i);if(i>r.from+200)return t;let s=n.sliceString(r.from,i);if(!e.some(g=>g.test(s)))return t;let{state:a}=t,d=-1,f=[];for(let{head:g}of a.selection.ranges){let b=a.doc.lineAt(g);if(b.from==d)continue;d=b.from;let C=VT(a,b.from);if(null==C)continue;let S=/^\s*/.exec(b.text)[0],w=P_(a,C);S!=w&&f.push({from:b.from,to:b.from+S.length,insert:w})}return f.length?[t,{changes:f,sequential:!0}]:t}),DZ(sRe,{fallback:!0}),fRe(),[OLe,TX],FLe(),FOe(),BOe(),NOe,yke(),Hb.of([].concat(bs(ILe),bs(VNe),bs(zke),bs(WRe),bs(JIe),bs(IX),bs(GNe))),jUe,GLe({hideFirstIndent:!0}),qo.domEventHandlers({dblclick:Da}),qo.updateListener.of(function(ur){n(8,f=ur.state),ur.docChanged?Dl():ur.selectionSet&&rd()}),new NIe(pke),Dke({top:!0}),qo.lineWrapping,Et.of(n2.readOnly.of(ua)),Yn.of(n2.tabSize.of(G)),hn.of(jl(ks)),bn.of(qo.theme({},{dark:Is()}))]});return d=new qo({state:Hn,parent:hr})}function Is(){return!!s&&getComputedStyle(s).getPropertyValue("--jse-theme").includes("dark")}function Fi(Bn,hr){return!!$L(Bn)&&Bn.ranges.every(function(No){return No.anchor0),n(13,Vi=zRe(d.state)>0),vt({canUndo:un,canRedo:Vi})}Wd(function(){ac()}),oP({onMount:Du,onDestroy:Wd,getWindow:function(){return o8(a)},hasFocus:function(){return _o&&document.hasFocus()||DL(a)},onFocus:qt,onBlur:function(){ac(),Nt()}});var Dl=Yh(f1,300);function ac(){Dl.flush()}function $l(Bn,hr){Ie&&Ie(Bn,hr,{contentErrors:Wc(),patchResult:null})}function rd(){mt(In({type:dc.text},f.selection.toJSON()))}function $1(Bn,hr){return!!Bn&&Bn.length>gL&&!hr}var Gl=yL,ls=null;function nl(){if($1(Un,jt))return[];var Bn=Wc();return Pne(Bn)?[Ire(hc(Bn.parseError,Bn.isRepairable))]:function wHe(t){return Ba(t)&&Array.isArray(t.validationErrors)}(Bn)?Bn.validationErrors.map(po).map(Ire):[]}function Wc(){vt("validate:start"),ac();var Bn=l2(i.escapeValue(Un),me,pe,Pe);return Pne(Bn)?(n(52,Gl=Bn.isRepairable?pee:"invalid"),n(14,ls=Bn.parseError),n(10,at=[])):(n(52,Gl=yL),n(14,ls=null),n(10,at=Bn?.validationErrors||[])),vt("validate:end"),Bn}var l2=Cb(dHe);function h1(){ls&&function(Bn){vt("select parse error",Bn);var hr=hc(Bn,!1);Aa(null!=hr.from?hr.from:0,null!=hr.to?hr.to:0),Pn()}(ls)}var p1={icon:D$,text:"Show me",title:"Move to the parse error location",onClick:h1};return t.$$set=function(Bn){"readOnly"in Bn&&n(1,g=Bn.readOnly),"mainMenuBar"in Bn&&n(2,b=Bn.mainMenuBar),"statusBar"in Bn&&n(3,C=Bn.statusBar),"askToFormat"in Bn&&n(0,S=Bn.askToFormat),"externalContent"in Bn&&n(30,w=Bn.externalContent),"externalSelection"in Bn&&n(31,I=Bn.externalSelection),"indentation"in Bn&&n(32,F=Bn.indentation),"tabSize"in Bn&&n(33,G=Bn.tabSize),"escapeUnicodeCharacters"in Bn&&n(34,q=Bn.escapeUnicodeCharacters),"parser"in Bn&&n(35,pe=Bn.parser),"validator"in Bn&&n(36,me=Bn.validator),"validationParser"in Bn&&n(37,Pe=Bn.validationParser),"onChange"in Bn&&n(38,Ie=Bn.onChange),"onChangeMode"in Bn&&n(39,rt=Bn.onChangeMode),"onSelect"in Bn&&n(40,mt=Bn.onSelect),"onError"in Bn&&n(41,Pt=Bn.onError),"onFocus"in Bn&&n(42,qt=Bn.onFocus),"onBlur"in Bn&&n(43,Nt=Bn.onBlur),"onRenderMenu"in Bn&&n(4,on=Bn.onRenderMenu),"onSortModal"in Bn&&n(44,At=Bn.onSortModal),"onTransformModal"in Bn&&n(45,Lt=Bn.onTransformModal)},t.$$.update=function(){var Bn;8&t.$$.dirty[1]&&(i=ML({escapeControlCharacters:!1,escapeUnicodeCharacters:q})),1073741824&t.$$.dirty[0]&&Ka(w,!1,!1),1&t.$$.dirty[1]&&function(Bn){if($L(Bn)){var hr=j1(Bn);!d||!hr||f&&f.selection.eq(hr)||(vt("applyExternalSelection",hr),d.dispatch({selection:hr}))}}(I),32&t.$$.dirty[1]&&(vt("updateLinter",me),d&&d.dispatch({effects:ht.reconfigure(ya())})),2&t.$$.dirty[1]&&(Bn=F,d&&(vt("updateIndentation",Bn),d.dispatch({effects:hn.reconfigure(jl(Bn))}))),4&t.$$.dirty[1]&&function(Bn){d&&(vt("updateTabSize",Bn),d.dispatch({effects:Yn.reconfigure(n2.tabSize.of(Bn))}))}(G),2&t.$$.dirty[0]&&function(Bn){d&&(vt("updateReadOnly",Bn),d.dispatch({effects:[Et.reconfigure(n2.readOnly.of(Bn))]}))}(g),1048584&t.$$.dirty[1]&&An!==q&&(n(51,An=q),vt("forceUpdateText",{escapeUnicodeCharacters:q}),d&&d.dispatch({changes:{from:0,to:d.state.doc.length,insert:i.escapeValue(Un)}})),2&t.$$.dirty[0]|2097152&t.$$.dirty[1]&&n(15,r=Gl!==pee||g?[p1]:[{icon:hb,text:"Auto repair",title:"Automatically repair JSON",onClick:xn},p1])},[S,g,b,C,on,Pn,s,a,f,jt,at,Un,un,Vi,ls,r,Zt,Ua,ba,function(){var Bn;if(!g)try{var hr=pe.parse(Un);_o=!0,At({id:ir,json:hr,rootPath:[],onSort:(Bn=Ao(Ri().mark(function No(ua){var ks;return Ri().wrap(function(Hn){for(;;)switch(Hn.prev=Hn.next){case 0:vt("onSort",ks=ua.operations),vo(ks,!0);case 3:case"end":return Hn.stop()}},No)})),function(No){return Bn.apply(this,arguments)}),onClose:function(){_o=!1,Pn()}})}catch(No){Pt(No)}},function(){g||wo({rootPath:[]})},function(){d&&(s&&s.querySelector(".cm-search")?$k(d):jk(d))},function(){g||d&&(Tk(d),Pn())},function(){g||d&&(BT(d),Pn())},function(){n(9,jt=!0),Ka(w,!0,!0)},function(){rt(U1.tree)},function(){f1()},function(Bn){vt("select validation error",Bn);var hr=po(Bn),No=hr.from,ua=hr.to;null!==No&&null!==ua&&(Aa(No,ua),Pn())},$1,h1,w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,qt,Nt,At,Lt,function(Bn){return vo(Bn,!1)},vo,wo,function(){return u1.apply(this,arguments)},Wc,An,Gl,function(Bn){ys[Bn?"unshift":"push"](function(){n(6,s=Bn)})},function(){return n(0,S=!1)},function(Bn){ys[Bn?"unshift":"push"](function(){n(7,a=Bn)})}]}CP.style=function(t){return $Ue(t||[])};var QUe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,KUe,qUe,Zo,{readOnly:1,mainMenuBar:2,statusBar:3,askToFormat:0,externalContent:30,externalSelection:31,indentation:32,tabSize:33,escapeUnicodeCharacters:34,parser:35,validator:36,validationParser:37,onChange:38,onChangeMode:39,onSelect:40,onError:41,onFocus:42,onBlur:43,onRenderMenu:4,onSortModal:44,onTransformModal:45,focus:5,patch:46,handlePatch:47,openTransformModal:48,refresh:49,validate:50},GUe,[-1,-1,-1,-1]),i}return ro(e,so),Xr(e,[{key:"focus",get:function(){return this.$$.ctx[5]}},{key:"patch",get:function(){return this.$$.ctx[46]}},{key:"handlePatch",get:function(){return this.$$.ctx[47]}},{key:"openTransformModal",get:function(){return this.$$.ctx[48]}},{key:"refresh",get:function(){return this.$$.ctx[49]}},{key:"validate",get:function(){return this.$$.ctx[50]}}])}();function ZUe(t){var e,n;return e=new rM({props:{items:t[0]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};1&$o(r,1)[0]&&(s.items=i[0]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function JUe(t,e,n){var i,r,s=e.containsValidArray,a=e.readOnly,d=e.showSearch,f=void 0!==d&&d,g=e.historyState,b=e.onSort,C=e.onTransform,S=e.onContextMenu,w=e.onUndo,I=e.onRedo,F=e.onRenderMenu;function G(){n(1,f=!f)}return t.$$set=function(q){"containsValidArray"in q&&n(2,s=q.containsValidArray),"readOnly"in q&&n(3,a=q.readOnly),"showSearch"in q&&n(1,f=q.showSearch),"historyState"in q&&n(4,g=q.historyState),"onSort"in q&&n(5,b=q.onSort),"onTransform"in q&&n(6,C=q.onTransform),"onContextMenu"in q&&n(7,S=q.onContextMenu),"onUndo"in q&&n(8,w=q.onUndo),"onRedo"in q&&n(9,I=q.onRedo),"onRenderMenu"in q&&n(10,F=q.onRenderMenu)},t.$$.update=function(){1020&t.$$.dirty&&n(11,i=a?[{type:"space"}]:[{type:"button",icon:gb,title:"Sort",className:"jse-sort",onClick:b,disabled:a||!s},{type:"button",icon:fb,title:"Transform contents (filter, sort, project)",className:"jse-transform",onClick:C,disabled:a||!s},{type:"button",icon:_b,title:"Search (Ctrl+F)",className:"jse-search",onClick:G,disabled:!s},{type:"button",icon:wR,title:vL,className:"jse-contextmenu",onClick:S},{type:"separator"},{type:"button",icon:Lx,title:"Undo (Ctrl+Z)",className:"jse-undo",onClick:w,disabled:!g.canUndo},{type:"button",icon:kx,title:"Redo (Ctrl+Shift+Z)",className:"jse-redo",onClick:I,disabled:!g.canRedo},{type:"space"}]),3072&t.$$.dirty&&n(0,r=F(i))},[r,f,s,a,g,b,C,S,w,I,F,i]}var XUe=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,JUe,ZUe,Zo,{containsValidArray:2,readOnly:3,showSearch:1,historyState:4,onSort:5,onTransform:6,onContextMenu:7,onUndo:8,onRedo:9,onRenderMenu:10}),i}return ro(e,so),Xr(e)}();function Rre(t,e,n){var i=t.slice();return i[9]=e[n],i}function eje(t){var e,n,i=t[9].component,r=Nre(t);return{c:function(){r.c(),e=Gs()},m:function(s,a){r.m(s,a),zt(s,e,a),n=!0},p:function(s,a){1&a&&Zo(i,i=s[9].component)?(Si(),Ye(r,1,1,Ai),xi(),(r=Nre(s)).c(),ke(r,1),r.m(e.parentNode,e)):r.p(s,a)},i:function(s){n||(ke(r),n=!0)},o:function(s){Ye(r),n=!1},d:function(s){s&&Ft(e),r.d(s)}}}function tje(t){var e,n=t[9].action,i=kre(t);return{c:function(){i.c(),e=Gs()},m:function(r,s){i.m(r,s),zt(r,e,s)},p:function(r,s){1&s&&Zo(n,n=r[9].action)?(i.d(1),(i=kre(r)).c(),i.m(e.parentNode,e)):i.p(r,s)},i:Ai,o:Ai,d:function(r){r&&Ft(e),i.d(r)}}}function Nre(t){var e,n,i,r=[t[9].props],s=t[9].component;function a(d,f){for(var g={},b=0;b0){for(var pe=[G],me=Ds(q);me.length>0&&!De(F,me);)pe.unshift({op:"add",path:he(me),value:{}}),me=Ds(me);return pe}}return G})),w);var I,F}return t.$$set=function(S){"path"in S&&n(1,s=S.path),"value"in S&&n(2,a=S.value),"context"in S&&n(3,d=S.context),"enforceString"in S&&n(4,f=S.enforceString),"selection"in S&&n(5,g=S.selection),"searchResultItems"in S&&n(6,b=S.searchResultItems)},t.$$.update=function(){40&t.$$.dirty&&n(7,i=!d.readOnly&&Ys(g)&&L2(g)),254&t.$$.dirty&&n(0,r=d.onRenderValue({path:s,value:a,readOnly:d.readOnly,enforceString:f,isEditing:i,parser:d.parser,normalization:d.normalization,selection:g,searchResultItems:b,onPatch:C,onPasteJson:d.onPasteJson,onSelect:d.onSelect,onFind:d.onFind,findNextInside:d.findNextInside,focus:d.focus}))},[r,s,a,d,f,g,b,i]}var rje=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,ije,nje,Zo,{path:1,value:2,context:3,enforceString:4,selection:5,searchResultItems:6}),i}return ro(e,so),Xr(e)}();function oje(t){Fo(t,"svelte-1dhomzn",'.jse-inline-value.svelte-1dhomzn{font-family:var(--jse-font-family-mono, consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace);font-size:var(--jse-font-size-mono, 14px);line-height:var(--jse-line-height, calc(1em + 4px));border:none;padding:0 calc(0.5 * var(--jse-padding, 10px));background:transparent;color:inherit;cursor:pointer}.jse-inline-value.svelte-1dhomzn:hover{background:var(--jse-hover-background-color, rgba(0, 0, 0, 0.06))}.jse-inline-value.jse-selected.svelte-1dhomzn{background:var(--jse-selection-background-color, #d3d3d3)}.jse-inline-value.jse-highlight.svelte-1dhomzn{background-color:var(--jse-search-match-color, #ffe665);outline:var(--jse-search-match-outline, 1px solid #ffd700)}.jse-inline-value.jse-highlight.jse-active.svelte-1dhomzn{background-color:var(--jse-search-match-active-color, #ffd700);outline:var(--jse-search-match-active-outline, 1px solid #e1be00)}')}function sje(t){var e,n,i,r,s,a=I3(null!==(e=t[2].stringify(t[1]))&&void 0!==e?e:"",50)+"";return{c:function(){n=yt("button"),i=Ki(a),_e(n,"type","button"),_e(n,"class","jse-inline-value svelte-1dhomzn"),ii(n,"jse-selected",t[3]),ii(n,"jse-highlight",t[4]),ii(n,"jse-active",t[5])},m:function(d,f){zt(d,n,f),Qe(n,i),r||(s=pi(n,"dblclick",t[7]),r=!0)},p:function(d,f){var g,b=$o(f,1)[0];6&b&&a!==(a=I3(null!==(g=d[2].stringify(d[1]))&&void 0!==g?g:"",50)+"")&&ho(i,a),8&b&&ii(n,"jse-selected",d[3]),16&b&&ii(n,"jse-highlight",d[4]),32&b&&ii(n,"jse-active",d[5])},i:Ai,o:Ai,d:function(d){d&&Ft(n),r=!1,s()}}}function aje(t,e,n){var i=e.path,r=e.value,s=e.parser,a=e.isSelected,d=e.containsSearchResult,f=e.containsActiveSearchResult,g=e.onEdit;return t.$$set=function(b){"path"in b&&n(0,i=b.path),"value"in b&&n(1,r=b.value),"parser"in b&&n(2,s=b.parser),"isSelected"in b&&n(3,a=b.isSelected),"containsSearchResult"in b&&n(4,d=b.containsSearchResult),"containsActiveSearchResult"in b&&n(5,f=b.containsActiveSearchResult),"onEdit"in b&&n(6,g=b.onEdit)},[i,r,s,a,d,f,g,function(){return g(i)}]}var cje=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,aje,sje,Zo,{path:0,value:1,parser:2,isSelected:3,containsSearchResult:4,containsActiveSearchResult:5,onEdit:6},oje),i}return ro(e,so),Xr(e)}();function lje(t){Fo(t,"svelte-2v0aqj",".jse-column-header.svelte-2v0aqj.svelte-2v0aqj{background:none;border:none;font-family:inherit;font-size:inherit;color:inherit;display:flex;gap:var(--jse-padding, 10px);padding:calc(0.5 * var(--jse-padding, 10px)) var(--jse-padding, 10px) calc(0.5 * var(--jse-padding, 10px)) calc(0.5 * var(--jse-padding, 10px));width:100%}.jse-column-header.svelte-2v0aqj.svelte-2v0aqj:hover{background:var(--jse-table-header-background-highlight, #e8e8e8)}.jse-column-header.svelte-2v0aqj.svelte-2v0aqj:not(.jse-column-header.jse-readonly){cursor:pointer}.jse-column-header.svelte-2v0aqj span.jse-column-sort-icon.svelte-2v0aqj{height:1em}")}function Pre(t){var e,n,i,r;return n=new Ks({props:{data:t[1]===Ru.asc?Hd:sR}}),{c:function(){e=yt("span"),Qn(n.$$.fragment),_e(e,"class","jse-column-sort-icon svelte-2v0aqj"),_e(e,"title",i="Currently sorted in ".concat(t[2]," order"))},m:function(s,a){zt(s,e,a),qn(n,e,null),r=!0},p:function(s,a){var d={};2&a&&(d.data=s[1]===Ru.asc?Hd:sR),n.$set(d),(!r||4&a&&i!==(i="Currently sorted in ".concat(s[2]," order")))&&_e(e,"title",i)},i:function(s){r||(ke(n.$$.fragment,s),r=!0)},o:function(s){Ye(n.$$.fragment,s),r=!1},d:function(s){s&&Ft(e),Kn(n)}}}function dje(t){var e,n,i,r,s,a,d,f,g=I3(t[3],50)+"",b=void 0!==t[1]&&Pre(t);return{c:function(){e=yt("button"),n=yt("span"),i=Ki(g),r=wn(),b&&b.c(),_e(n,"class","jse-column-name"),_e(e,"type","button"),_e(e,"class","jse-column-header svelte-2v0aqj"),_e(e,"title",s=t[0]?t[3]:t[3]+" (Click to sort the data by this column)"),ii(e,"jse-readonly",t[0])},m:function(C,S){zt(C,e,S),Qe(e,n),Qe(n,i),Qe(e,r),b&&b.m(e,null),a=!0,d||(f=pi(e,"click",t[4]),d=!0)},p:function(C,S){var w=$o(S,1)[0];(!a||8&w)&&g!==(g=I3(C[3],50)+"")&&ho(i,g),void 0!==C[1]?b?(b.p(C,w),2&w&&ke(b,1)):((b=Pre(C)).c(),ke(b,1),b.m(e,null)):b&&(Si(),Ye(b,1,1,function(){b=null}),xi()),(!a||9&w&&s!==(s=C[0]?C[3]:C[3]+" (Click to sort the data by this column)"))&&_e(e,"title",s),(!a||1&w)&&ii(e,"jse-readonly",C[0])},i:function(C){a||(ke(b),a=!0)},o:function(C){Ye(b),a=!1},d:function(C){C&&Ft(e),b&&b.d(),d=!1,f()}}}function uje(t,e,n){var i,r,s,a=e.path,d=e.sortedColumn,f=e.readOnly,g=e.onSort;return t.$$set=function(b){"path"in b&&n(5,a=b.path),"sortedColumn"in b&&n(6,d=b.sortedColumn),"readOnly"in b&&n(0,f=b.readOnly),"onSort"in b&&n(7,g=b.onSort)},t.$$.update=function(){var b;32&t.$$.dirty&&n(3,i=Fs(a)?"values":bd(a)),96&t.$$.dirty&&n(1,r=d&&Es(a,null===(b=d)||void 0===b?void 0:b.path)?d.sortDirection:void 0),2&t.$$.dirty&&n(2,s=r?yPe[r]:void 0)},[f,r,s,i,function(){f||g({path:a,sortDirection:r===Ru.asc?Ru.desc:Ru.asc})},a,d,g]}var lM,dM,fje=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,uje,dje,Zo,{path:5,sortedColumn:6,readOnly:0,onSort:7},lje),i}return ro(e,so),Xr(e)}();function Vre(t,e){return lM||(dM=new WeakMap,lM=new ResizeObserver(function(n){var i,r=km(n);try{for(r.s();!(i=r.n()).done;){var s=i.value,a=dM.get(s.target);a&&a(s.target)}}catch(d){r.e(d)}finally{r.f()}})),dM.set(t,e),lM.observe(t),{destroy:function(){dM.delete(t),lM.unobserve(t)}}}function hje(t){Fo(t,"svelte-fxr3ye",'.jse-table-mode-welcome.svelte-fxr3ye.svelte-fxr3ye{flex:1;display:flex;flex-direction:column;overflow:auto;align-items:center;border-left:var(--jse-main-border, 1px solid #d7d7d7);border-right:var(--jse-main-border, 1px solid #d7d7d7)}.jse-table-mode-welcome.svelte-fxr3ye.svelte-fxr3ye:last-child{border-bottom:var(--jse-main-border, 1px solid #d7d7d7)}.jse-table-mode-welcome.svelte-fxr3ye .jse-space.jse-before.svelte-fxr3ye{flex:1}.jse-table-mode-welcome.svelte-fxr3ye .jse-nested-arrays.svelte-fxr3ye{display:flex;flex-direction:column;gap:var(--jse-padding, 10px);max-width:300px;margin:2em var(--jse-padding, 10px);font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px)}.jse-table-mode-welcome.svelte-fxr3ye .jse-nested-arrays .jse-nested-arrays-info.svelte-fxr3ye{color:var(--jse-panel-color-readonly, #b2b2b2)}.jse-table-mode-welcome.svelte-fxr3ye .jse-nested-arrays button.jse-nested-array-action.svelte-fxr3ye{border:none;background:transparent;color:inherit;cursor:pointer;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);padding:5px;margin:0;background:var(--jse-button-primary-background, var(--jse-theme-color, #3883fa));color:var(--jse-button-primary-color, #fff);padding:var(--jse-padding, 10px) calc(2 * var(--jse-padding, 10px));border-radius:3px;text-align:left}.jse-table-mode-welcome.svelte-fxr3ye .jse-nested-arrays button.jse-nested-array-action.svelte-fxr3ye:hover{background:var(--jse-button-primary-background-highlight, var(--jse-theme-color-highlight, #5f9dff))}.jse-table-mode-welcome.svelte-fxr3ye .jse-nested-arrays button.jse-nested-array-action.svelte-fxr3ye:disabled{background:var(--jse-button-primary-background-disabled, #9d9d9d)}.jse-table-mode-welcome.svelte-fxr3ye .jse-nested-arrays button.jse-nested-array-action .jse-nested-array-count.svelte-fxr3ye{opacity:0.5;white-space:nowrap}.jse-table-mode-welcome.svelte-fxr3ye .jse-space.jse-after.svelte-fxr3ye{flex:2}')}function Fre(t,e,n){var i=t.slice();i[16]=e[n];var r=i[9](i[16]);return i[17]=r,i}function pje(t){var e,n;return{c:function(){e=Ki(t[7]),n=Ki(" cannot be opened in table mode.")},m:function(i,r){zt(i,e,r),zt(i,n,r)},p:function(i,r){128&r&&ho(e,i[7])},d:function(i){i&&(Ft(e),Ft(n))}}}function mje(t){var e;return{c:function(){e=Ki("An object cannot be opened in table mode. You can open a nested array instead, or open the\n document in tree mode.")},m:function(n,i){zt(n,e,i)},p:Ai,d:function(n){n&&Ft(e)}}}function gje(t){var e;return{c:function(){e=Ki("You can open the document in tree mode instead.")},m:function(n,i){zt(n,e,i)},d:function(n){n&&Ft(e)}}}function _je(t){var e,n,i;return{c:function(){e=Ki("You can open the document in tree mode instead, or paste a JSON Array using "),(n=yt("b")).textContent="Ctrl+V",i=Ki(".")},m:function(r,s){zt(r,e,s),zt(r,n,s),zt(r,i,s)},d:function(r){r&&(Ft(e),Ft(n),Ft(i))}}}function Hre(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I=bd(t[16])+"",F=t[17]+"",G=1!==t[17]?"items":"item";function q(){return t[13](t[16])}return{c:function(){e=yt("button"),n=Ki(t[8]),i=Ki(' "'),r=Ki(I),s=Ki('"\n '),a=yt("span"),d=Ki("("),f=Ki(F),g=wn(),b=Ki(G),C=Ki(")"),_e(a,"class","jse-nested-array-count svelte-fxr3ye"),_e(e,"type","button"),_e(e,"class","jse-nested-array-action svelte-fxr3ye")},m:function(pe,me){zt(pe,e,me),Qe(e,n),Qe(e,i),Qe(e,r),Qe(e,s),Qe(e,a),Qe(a,d),Qe(a,f),Qe(a,g),Qe(a,b),Qe(a,C),S||(w=pi(e,"click",q),S=!0)},p:function(pe,me){t=pe,256&me&&ho(n,t[8]),16&me&&I!==(I=bd(t[16])+"")&&ho(r,I),16&me&&F!==(F=t[17]+"")&&ho(f,F),16&me&&G!==(G=1!==t[17]?"items":"item")&&ho(b,G)},d:function(pe){pe&&Ft(e),S=!1,w()}}}function vje(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe;function me(At,Lt){return At[6]?mje:pje}var Pe=me(t),Ie=Pe(t);function rt(At,Lt){return At[5]&&!At[0]?_je:gje}for(var mt=rt(t),Pt=mt(t),qt=Ho(t[4]),Nt=[],on=0;on1&&void 0!==arguments[1]?arguments[1]:2,q=[];return function pe(me,Pe){Ce(me)&&Pe.length0}):[]),16&t.$$.dirty&&n(6,r=!Fs(d)),3072&t.$$.dirty&&n(5,s=void 0===g&&(""===f||void 0===f)),6240&t.$$.dirty&&n(7,a=r?"Object with nested arrays":s?"An empty document":Ce(g)?"An object":Se(g)?"An empty array":"A ".concat(SL(g,C)))},[b,S,w,I,d,s,r,a,i,function(F){return jn(g,F).length},f,g,C,function(F){return S(F)},function(){return w(U1.tree)},function(){return I()}]}var yje=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,bje,vje,Zo,{text:10,json:11,readOnly:0,parser:12,openJSONEditorModal:1,onChangeMode:2,onClick:3},hje),i}return ro(e,so),Xr(e)}();function Cje(t){Fo(t,"svelte-1nml1r3",".jse-column-header.svelte-1nml1r3{background:none;border:none;font-family:inherit;font-size:inherit;color:inherit;display:flex;gap:var(--jse-padding, 10px);padding:calc(0.5 * var(--jse-padding, 10px)) var(--jse-padding, 10px) calc(0.5 * var(--jse-padding, 10px)) calc(0.5 * var(--jse-padding, 10px));width:100%}.jse-column-header.svelte-1nml1r3:hover{background:var(--jse-table-header-background-highlight, #e8e8e8)}.jse-column-header.svelte-1nml1r3:not(.jse-column-header.jse-readonly){cursor:pointer}")}function Eje(t){var e,n,i,r,s,a;return n=new Ks({props:{data:BR}}),{c:function(){e=yt("button"),Qn(n.$$.fragment),_e(e,"type","button"),_e(e,"class","jse-column-header svelte-1nml1r3"),_e(e,"title",i="The Columns are created by sampling ".concat(t[1]," items out of ").concat(t[0],". ")+"If you're missing a column, click here to sample all of the items instead of a subset. This is slower.")},m:function(d,f){zt(d,e,f),qn(n,e,null),r=!0,s||(a=pi(e,"click",t[3]),s=!0)},p:function(d,f){var g=$o(f,1)[0];(!r||3&g&&i!==(i="The Columns are created by sampling ".concat(d[1]," items out of ").concat(d[0],". ")+"If you're missing a column, click here to sample all of the items instead of a subset. This is slower."))&&_e(e,"title",i)},i:function(d){r||(ke(n.$$.fragment,d),r=!0)},o:function(d){Ye(n.$$.fragment,d),r=!1},d:function(d){d&&Ft(e),Kn(n),s=!1,a()}}}function Sje(t,e,n){var i=e.count,r=e.maxSampleCount,s=e.onRefresh;return t.$$set=function(a){"count"in a&&n(0,i=a.count),"maxSampleCount"in a&&n(1,r=a.maxSampleCount),"onRefresh"in a&&n(2,s=a.onRefresh)},[i,r,s,function(){return s()}]}var xje=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,Sje,Eje,Zo,{count:0,maxSampleCount:1,onRefresh:2},Cje),i}return ro(e,so),Xr(e)}();function Tje(t){Fo(t,"svelte-12ygzbc",'.jse-table-mode.svelte-12ygzbc.svelte-12ygzbc{flex:1;display:flex;flex-direction:column;position:relative;background:var(--jse-background-color, #fff);min-width:0;min-height:0;font-family:var(--jse-font-family-mono, consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace);font-size:var(--jse-font-size-mono, 14px);color:var(--jse-text-color, #4d4d4d);line-height:var(--jse-line-height, calc(1em + 4px))}.jse-table-mode.no-main-menu.svelte-12ygzbc.svelte-12ygzbc{border-top:var(--jse-main-border, 1px solid #d7d7d7)}.jse-table-mode.svelte-12ygzbc .jse-search-box-container.svelte-12ygzbc{position:relative;height:0;top:calc(var(--jse-line-height, calc(1em + 4px)) + 2 * var(--jse-padding, 10px));margin-right:calc(var(--jse-padding, 10px) + 20px);margin-left:var(--jse-padding, 10px);text-align:right;z-index:3}.jse-table-mode.svelte-12ygzbc .jse-hidden-input-label.svelte-12ygzbc{position:fixed;right:0;top:0;width:0;height:0}.jse-table-mode.svelte-12ygzbc .jse-hidden-input-label .jse-hidden-input.svelte-12ygzbc{width:0;height:0;padding:0;border:0;outline:none}.jse-table-mode.svelte-12ygzbc .jse-contents.svelte-12ygzbc{flex:1;align-items:flex-start;flex-direction:column;display:flex;overflow:auto;overflow-anchor:none;scrollbar-gutter:stable;border-left:var(--jse-main-border, 1px solid #d7d7d7);border-right:var(--jse-main-border, 1px solid #d7d7d7)}.jse-table-mode.svelte-12ygzbc .jse-contents.svelte-12ygzbc:last-child{border-bottom:var(--jse-main-border, 1px solid #d7d7d7)}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main.svelte-12ygzbc{border-collapse:collapse;border-spacing:0}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-invisible-start-section td.svelte-12ygzbc,.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-invisible-end-section td.svelte-12ygzbc{margin:0;padding:0}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-invisible-end-section td.svelte-12ygzbc{padding-bottom:var(--jse-padding, 10px)}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row.svelte-12ygzbc:hover{background-color:var(--jse-table-row-odd-background, rgba(0, 0, 0, 0.05))}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.svelte-12ygzbc{padding:0 var(--jse-padding, 10px) 0 0;vertical-align:top;white-space:nowrap;height:var(--jse-line-height, calc(1em + 4px))}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-header.svelte-12ygzbc,.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-gutter.svelte-12ygzbc{font-weight:normal;text-align:left;color:var(--jse-text-readonly, #8d8d8d);background:var(--jse-table-header-background, #f5f5f5)}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-header.svelte-12ygzbc{padding:0;position:sticky;top:0}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-header .jse-table-root-error.svelte-12ygzbc{padding:calc(0.5 * var(--jse-padding, 10px)) var(--jse-padding, 10px) calc(0.5 * var(--jse-padding, 10px)) calc(0.5 * var(--jse-padding, 10px))}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-gutter.svelte-12ygzbc{padding:0 var(--jse-padding, 10px) 0 calc(0.5 * var(--jse-padding, 10px))}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-selected-value.svelte-12ygzbc>.jse-value{background:var(--jse-selection-background-color, #d3d3d3)}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.svelte-12ygzbc div.jse-value{overflow-wrap:normal;white-space:nowrap;vertical-align:top;display:inline-block}.jse-table-mode.svelte-12ygzbc .jse-contents table.jse-table-main .jse-table-row .jse-table-cell .jse-context-menu-anchor.svelte-12ygzbc{display:inline-flex;position:relative;vertical-align:top}.jse-table-mode.svelte-12ygzbc .jse-contents.jse-contents-loading.svelte-12ygzbc{align-items:unset}.jse-table-mode.svelte-12ygzbc .jse-contents.jse-contents-loading .jse-loading-space.svelte-12ygzbc{flex:1}.jse-table-mode.svelte-12ygzbc .jse-contents.jse-contents-loading .jse-loading.svelte-12ygzbc{flex:2;text-align:center;color:var(--jse-panel-color-readonly, #b2b2b2);box-sizing:border-box;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px)}')}function zre(t,e,n){var i,r,s,a=t.slice();a[132]=e[n],a[138]=n,a[133]=a[27].startIndex+a[138],a[134]=a[26].rows[a[133]];var g=hP([String(a[133])],null===(i=a[134])||void 0===i?void 0:i.row);a[135]=g;var b=null!==(r=a[20])&&void 0!==r&&r.itemsMap?Pu(null===(s=a[20])||void 0===s?void 0:s.itemsMap,Ve(a[133])):void 0;return a[136]=b,a}function Bre(t,e,n){var i,r=t.slice();r[139]=e[n],r[146]=n;var s=[String(r[133])].concat(r[139]);r[140]=s;var a=he(r[140]);r[141]=a;var d=jn(r[132],r[139]);r[142]=d;var f=Ys(r[12].selection)&&k3(r[12].selection.path,r[140]);r[143]=f;var g=null===(i=r[134])||void 0===i?void 0:i.columns[r[146]];r[144]=g;var b=hP(r[140],r[144]);return r[135]=b,r}function Ure(t,e,n){var i=t.slice();return i[139]=e[n],i}function SP(t){var e,n=t.slice(),i=hP([],null===(e=n[26])||void 0===e?void 0:e.root);return n[135]=i,n}function jre(t){var e,n,i;function r(a){t[79](a)}var s={containsValidArray:t[22],readOnly:t[0],historyState:t[24],onSort:t[47],onTransform:t[48],onUndo:t[49],onRedo:t[50],onContextMenu:t[39],onRenderMenu:t[5]};return void 0!==t[9]&&(s.showSearch=t[9]),e=new XUe({props:s}),ys.push(function(){return id(e,"showSearch",r)}),{c:function(){Qn(e.$$.fragment)},m:function(a,d){qn(e,a,d),i=!0},p:function(a,d){var f={};4194304&d[0]&&(f.containsValidArray=a[22]),1&d[0]&&(f.readOnly=a[0]),16777216&d[0]&&(f.historyState=a[24]),32&d[0]&&(f.onRenderMenu=a[5]),!n&&512&d[0]&&(n=!0,f.showSearch=a[9],nd(function(){return n=!1})),e.$set(f)},i:function(a){i||(ke(e.$$.fragment,a),i=!0)},o:function(a){Ye(e.$$.fragment,a),i=!1},d:function(a){Kn(e,a)}}}function wje(t){var e;return{c:function(){(e=yt("div")).innerHTML='
    loading...
    ',_e(e,"class","jse-contents jse-contents-loading svelte-12ygzbc")},m:function(n,i){zt(n,e,i)},p:Ai,i:Ai,o:Ai,d:function(n){n&&Ft(e)}}}function Mje(t){var e,n,i,r,s,a,d,f,g,b=[Oje,Dje,Aje],C=[];function S(w,I){return w[22]?0:w[18]&&void 0!==w[17]&&""!==w[17]?1:2}return r=S(t),s=C[r]=b[r](t),{c:function(){e=yt("label"),n=yt("input"),i=wn(),s.c(),a=Gs(),_e(n,"type","text"),n.readOnly=!0,_e(n,"tabindex","-1"),_e(n,"class","jse-hidden-input svelte-12ygzbc"),_e(e,"class","jse-hidden-input-label svelte-12ygzbc")},m:function(w,I){zt(w,e,I),Qe(e,n),t[80](n),zt(w,i,I),C[r].m(w,I),zt(w,a,I),d=!0,f||(g=pi(n,"paste",t[44]),f=!0)},p:function(w,I){var F=r;(r=S(w))===F?C[r].p(w,I):(Si(),Ye(C[F],1,1,function(){C[F]=null}),xi(),(s=C[r])?s.p(w,I):(s=C[r]=b[r](w)).c(),ke(s,1),s.m(a.parentNode,a))},i:function(w){d||(ke(s),d=!0)},o:function(w){Ye(s),d=!1},d:function(w){w&&(Ft(e),Ft(i),Ft(a)),t[80](null),C[r].d(w),f=!1,g()}}}function Aje(t){var e,n;return e=new yje({props:{text:t[17],json:t[8],readOnly:t[0],parser:t[2],openJSONEditorModal:t[46],onChangeMode:t[4],onClick:t[84]}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};131072&r[0]&&(s.text=i[17]),256&r[0]&&(s.json=i[8]),1&r[0]&&(s.readOnly=i[0]),4&r[0]&&(s.parser=i[2]),16&r[0]&&(s.onChangeMode=i[4]),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function Dje(t){var e,n,i,r;return e=new pf({props:{type:"error",message:"The loaded JSON document is invalid and could not be repaired automatically.",actions:t[0]?[]:[{icon:g3,text:"Repair manually",title:'Open the document in "code" mode and repair it manually',onClick:t[42]}]}}),i=new Zie({props:{text:t[17],json:t[8],indentation:t[3],parser:t[2]}}),{c:function(){Qn(e.$$.fragment),n=wn(),Qn(i.$$.fragment)},m:function(s,a){qn(e,s,a),zt(s,n,a),qn(i,s,a),r=!0},p:function(s,a){var d={};1&a[0]&&(d.actions=s[0]?[]:[{icon:g3,text:"Repair manually",title:'Open the document in "code" mode and repair it manually',onClick:s[42]}]),e.$set(d);var f={};131072&a[0]&&(f.text=s[17]),256&a[0]&&(f.json=s[8]),8&a[0]&&(f.indentation=s[3]),4&a[0]&&(f.parser=s[2]),i.$set(f)},i:function(s){r||(ke(e.$$.fragment,s),ke(i.$$.fragment,s),r=!0)},o:function(s){Ye(e.$$.fragment,s),Ye(i.$$.fragment,s),r=!1},d:function(s){s&&Ft(n),Kn(e,s),Kn(i,s)}}}function Oje(t){var e,n,i,r,s,a,d,f,g,b,C,S,w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,qt,Nt,on,At=!Fs(null===(e=t[26])||void 0===e?void 0:e.root);i=new Uie({props:{json:t[8],documentState:t[12],parser:t[2],showSearch:t[9],showReplace:t[21],readOnly:t[0],columns:t[11],onSearch:t[30],onFocus:t[31],onPatch:t[34],onClose:t[32]}});for(var Lt=At&&$re(SP(t)),vt=Ho(t[11]),Xt=[],Zt=0;Zt"u";a("isSSR:",I);var F,G,q,pe,me,Pe,Ie=e.readOnly,rt=e.externalContent,mt=e.externalSelection,Pt=e.mainMenuBar,qt=e.escapeControlCharacters,Nt=e.escapeUnicodeCharacters,on=e.flattenColumns,At=e.parser,Lt=e.parseMemoizeOne,vt=e.validator,Xt=e.validationParser,Zt=e.indentation,jt=e.onChange,at=e.onChangeMode,ht=e.onSelect,Et=e.onRenderValue,hn=e.onRenderMenu,Yn=e.onRenderContextMenu,bn=e.onFocus,sn=e.onBlur,Un=e.onSortModal,An=e.onTransformModal,un=e.onJSONEditorModal;oP({onMount:Du,onDestroy:Wd,getWindow:function(){return o8(G)},hasFocus:function(){return wo&&document.hasFocus()||DL(G)},onFocus:function(){bn&&bn()},onBlur:function(){sn&&sn()}});var Vi,ir,hi=void 0,Pn=!1,_o=!1;function vo(){return(vo=Ao(Ri().mark(function kt(Wn){return Ri().wrap(function(Zi){for(;;)switch(Zi.prev=Zi.next){case 0:return n(12,Fi=In(In({},Fi),{},{selection:null})),Zi.next=3,Wc(Wn);case 3:case"end":return Zi.stop()}},kt)}))).apply(this,arguments)}var Ua,ba=1e4,xn=[],wo=!1,Aa={},Da=600,ya=0;function Rr(kt){a("updateSelection",kt);var Wn="function"==typeof kt?kt(Fi.selection)||null:kt;Es(Wn,Fi.selection)||(n(12,Fi=In(In({},Fi),{},{selection:Wn})),ht(Wn))}function Is(kt){Fi.selection&&void 0!==kt&&(De(kt,Um(Fi.selection))&&De(kt,eo(Fi.selection))||(a("clearing selection: path does not exist anymore",Fi.selection),n(12,Fi=In(In({},Fi),{},{selection:null}))))}var hc,Fi=Pw(),po=!1,Ka=Ene({onChange:function(kt){n(24,j1=kt)}}),j1=Ka.getState();function f1(kt){var Wn=kt.previousJson,Zi=kt.previousState,_r=kt.previousText,Nr=kt.previousTextIsRepaired;void 0===Wn&&void 0===_r||(void 0!==me?Ka.add(void 0!==Wn?{undo:{patch:[{op:"replace",path:"",value:Wn}],state:N2(Zi),json:void 0,text:_r,textIsRepaired:Nr},redo:{patch:[{op:"replace",path:"",value:me}],state:N2(Fi),json:void 0,text:Pe,textIsRepaired:po}}:{undo:{patch:void 0,json:void 0,text:_r,state:N2(Zi),textIsRepaired:Nr},redo:{patch:void 0,json:me,state:N2(Fi),text:Pe,textIsRepaired:po}}):void 0!==Wn&&Ka.add({undo:{patch:void 0,json:Wn,state:N2(Zi),text:_r,textIsRepaired:Nr},redo:{patch:void 0,json:void 0,text:Pe,textIsRepaired:po,state:N2(Fi)}}))}var pl=[],aa=Cb(Sne);function jl(kt,Wn,Zi,_r){m8(function(){var Nr;try{Nr=aa(kt,Wn,Zi,_r)}catch(Rs){Nr=[{path:[],message:"Failed to validate: "+Rs.message,severity:Iu.warning}]}Es(Nr,pl)||(a("validationErrors changed:",Nr),n(13,pl=Nr))},function(Nr){return a("validationErrors updated in ".concat(Nr," ms"))})}function bc(){return a("validate"),hi?{parseError:hi,isRepairable:!1}:(jl(me,vt,At,Xt),Fs(pl)?null:{validationErrors:pl})}function Dl(kt,Wn){if(a("patch",kt,Wn),void 0===me)throw new Error("Cannot apply patch: no JSON");var Zi=me,_r=Fi,Nr=po,Rs=gte(me,kt),ca=Jee(me,Fi,kt).json,Oa=function wBe(t,e,n){return e.some(function(i){return function(r,s,a){if(!r)return!1;if("replace"===s.op){var d=Vu(ce(s.path),a),f=d.rowIndex,g=d.columnIndex,b=a.findIndex(function(C){return Es(C,r.path)});if(-1!==f&&-1!==g&&g!==b)return!1}return!0}(t.sortedColumn,i,n)})?In(In({},t),{},{sortedColumn:null}):t}(Fi,kt,xn),pt="function"==typeof Wn?Wn(ca,Oa):void 0;n(8,me=pt&&void 0!==pt.json?pt.json:ca);var Tn=pt&&void 0!==pt.state?pt.state:Oa;return n(12,Fi=Tn),n(17,Pe=void 0),n(23,po=!1),n(19,Vi=void 0),n(18,hi=void 0),Ka.add({undo:{patch:Rs,json:void 0,text:void 0,state:N2(_r),textIsRepaired:Nr},redo:{patch:kt,json:void 0,state:N2(Tn),text:void 0,textIsRepaired:po}}),{json:me,previousJson:Zi,undo:Rs,redo:kt}}function ac(kt,Wn){a("handlePatch",kt,Wn);var Zi={json:me,text:Pe},_r=Dl(kt,Wn);return $l(Zi,_r),_r}function $l(kt,Wn){(void 0!==kt.json||void 0!==kt?.text)&&jt&&(void 0!==Pe?jt({text:Pe,json:void 0},kt,{contentErrors:bc(),patchResult:Wn}):void 0!==me&&jt({text:void 0,json:me},kt,{contentErrors:bc(),patchResult:Wn}))}function rd(kt){a("handleFind",kt)}function $1(kt){a("pasted json as text",kt),n(19,Vi=kt)}function Gl(kt){var Wn=parseInt(kt[0],10),Zi=[String(Wn+1)].concat(bs(kt.slice(1)));return De(me,Zi)?Os(Zi,!1):Os(kt,!1)}function ls(){a("focus"),pe&&(pe.focus(),pe.select())}function nl(){Fi.selection||Rr(!Se(me)||Fs(me)||Fs(xn)?null:Os(["0"].concat(bs(xn[0])),!1))}function Wc(kt){var Wn=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],Zi=Pn?100:0,_r=Gie(kt,xn,Aa,18),Nr=_r-ya+Zi+18,Rs=p1(kt);if(a("scrollTo",{path:kt,top:_r,scrollTop:ya,elem:Rs}),!q)return Promise.resolve();var ca=q.getBoundingClientRect();if(Rs&&!Wn){var Oa=Rs.getBoundingClientRect();if(Oa.bottom>ca.top&&Oa.topZi.right&&n(15,q.scrollLeft+=_r.right-Zi.right,q),_r.leftOa&&n(15,q.scrollTop+=Nr-Oa,q),_r0&&void 0!==Zi[0])||Zi[0],void 0!==me){_r.next=3;break}return _r.abrupt("return");case 3:return _r.next=5,Wie({json:me,documentState:Fi,indentation:Wn?Zt:void 0,parser:At});case 5:case"end":return _r.stop()}},kt)})),Qa.apply(this,arguments)}function ds(){Kie({json:me,text:Pe,documentState:Fi,keepSelection:!0,readOnly:Ie,onChange:jt,onPatch:ac})}function I4(){!function MBe(t){var e=t.json,n=t.documentState,i=t.columns,s=t.onPatch;if(!t.readOnly&&void 0!==e&&n.selection&&u8(n.selection)){var a=Vu(eo(n.selection),i),d=a.rowIndex,f=a.columnIndex;P2("duplicate row",{rowIndex:d});var g=[String(d)];s(hte(e,[g]),function(b,C){var S=Os(qm({rowIndex:d0?d-1:void 0,S=void 0!==C?Os(qm({rowIndex:C,columnIndex:f},i),!1):null;return P2("remove row new selection",{rowIndex:d,newRowIndex:C,newSelection:S}),{state:In(In({},b),{},{selection:S})}})}}({json:me,documentState:Fi,columns:xn,readOnly:Ie,onPatch:ac})}function z3(){return(z3=Ao(Ri().mark(function kt(Wn){return Ri().wrap(function(Zi){for(;;)switch(Zi.prev=Zi.next){case 0:return Zi.next=2,Qie({char:Wn,selectInside:!1,refJsonEditor:G,json:me,selection:Fi.selection,readOnly:Ie,parser:At,onPatch:ac,onReplaceJson:B3,onSelect:Rr});case 2:case"end":return Zi.stop()}},kt)}))).apply(this,arguments)}function B3(kt,Wn){var Zi=Fi,_r=me,Nr=Pe,Rs={json:me,text:Pe},ca=po,Oa=Nu(me,Fi,[],y0),pt="function"==typeof Wn?Wn(kt,Oa):void 0;n(8,me=pt&&void 0!==pt.json?pt.json:kt),n(12,Fi=pt&&void 0!==pt.state?pt.state:Oa),n(17,Pe=void 0),n(23,po=!1),n(18,hi=void 0),Is(me),f1({previousJson:_r,previousState:Zi,previousText:Nr,previousTextIsRepaired:ca}),$l(Rs,null)}function U3(kt,Wn){a("handleChangeText");var Zi=Fi,_r=me,Nr=Pe,Rs={json:me,text:Pe},ca=po;try{n(8,me=Lt(kt)),n(12,Fi=Nu(me,Fi,[],y0)),n(17,Pe=void 0),n(23,po=!1),n(18,hi=void 0)}catch(pt){try{n(8,me=Lt(ni(kt))),n(12,Fi=Nu(me,Fi,[],y0)),n(17,Pe=kt),n(23,po=!0),n(18,hi=void 0)}catch{n(8,me=void 0),n(12,Fi=Pw({json:me,expand:y0})),n(17,Pe=kt),n(23,po=!1),n(18,hi=""!==Pe?i8(Pe,pt.message||String(pt)):void 0)}}if("function"==typeof Wn){var Oa=Wn(me,Fi);n(8,me=Oa&&Oa.json?Oa.json:me),n(12,Fi=Oa&&Oa.state?Oa.state:Fi)}Is(me),f1({previousJson:_r,previousState:Zi,previousText:Nr,previousTextIsRepaired:ca}),$l(Rs,null)}function Kd(kt){if(void 0!==me){var Zi=kt.onTransform,_r=kt.onClose,Nr=kt.rootPath||[];wo=!0,An({id:kt.id||w,json:me,rootPath:Nr||[],onTransform:function(Rs){Zi?Zi({operations:Rs,json:me,transformedJson:Be(me,Rs)}):(a("onTransform",Nr,Rs),ac(Rs))},onClose:function(){wo=!1,ls(),_r&&_r()}})}}function Ol(kt){a("openJSONEditorModal",{path:kt}),wo=!0,un({content:{json:jn(me,kt)},path:kt,onPatch:hc.onPatch,onClose:function(){wo=!1,ls()}})}function j3(kt,Wn){d(Gne,{text:kt,onParse:function(Zi){return Rw(Zi,function(_r){return _9(_r,At)})},onRepair:Eee,onApply:Wn},In(In({},Hm),{},{styleWindow:{width:"600px",height:"500px"},styleContent:{padding:0,height:"100%"}}),{onClose:function(){return ls()}})}function Km(kt){a("openFind",{findAndReplace:kt}),n(9,Pn=!1),n(21,_o=!1),Ml().then(function(){n(9,Pn=!0),n(21,_o=kt)})}function S0(){if(!Ie&&Ka.getState().canUndo){var kt=Ka.undo();if(kt){var Wn={json:me,text:Pe};n(8,me=kt.undo.patch?Be(me,kt.undo.patch):kt.undo.json),n(12,Fi=kt.undo.state),n(17,Pe=kt.undo.text),n(23,po=kt.undo.textIsRepaired),n(18,hi=void 0),a("undo",{item:kt,json:me}),$l(Wn,kt.undo.patch&&kt.redo.patch?{json:me,previousJson:Wn.json,redo:kt.undo.patch,undo:kt.redo.patch}:null),ls(),Fi.selection&&Wc(eo(Fi.selection),!1)}}}function $3(){if(!Ie&&Ka.getState().canRedo){var kt=Ka.redo();if(kt){var Wn={json:me,text:Pe};n(8,me=kt.redo.patch?Be(me,kt.redo.patch):kt.redo.json),n(12,Fi=kt.redo.state),n(17,Pe=kt.redo.text),n(23,po=kt.redo.textIsRepaired),n(18,hi=void 0),a("redo",{item:kt,json:me}),$l(Wn,kt.undo.patch&&kt.redo.patch?{json:me,previousJson:Wn.json,redo:kt.redo.patch,undo:kt.undo.patch}:null),ls(),Fi.selection&&Wc(eo(Fi.selection),!1)}}}function R4(kt,Wn){n(76,Aa[Wn]=kt.getBoundingClientRect().height,Aa)}return t.$$set=function(kt){"readOnly"in kt&&n(0,Ie=kt.readOnly),"externalContent"in kt&&n(53,rt=kt.externalContent),"externalSelection"in kt&&n(54,mt=kt.externalSelection),"mainMenuBar"in kt&&n(1,Pt=kt.mainMenuBar),"escapeControlCharacters"in kt&&n(55,qt=kt.escapeControlCharacters),"escapeUnicodeCharacters"in kt&&n(56,Nt=kt.escapeUnicodeCharacters),"flattenColumns"in kt&&n(57,on=kt.flattenColumns),"parser"in kt&&n(2,At=kt.parser),"parseMemoizeOne"in kt&&n(58,Lt=kt.parseMemoizeOne),"validator"in kt&&n(59,vt=kt.validator),"validationParser"in kt&&n(60,Xt=kt.validationParser),"indentation"in kt&&n(3,Zt=kt.indentation),"onChange"in kt&&n(61,jt=kt.onChange),"onChangeMode"in kt&&n(4,at=kt.onChangeMode),"onSelect"in kt&&n(62,ht=kt.onSelect),"onRenderValue"in kt&&n(63,Et=kt.onRenderValue),"onRenderMenu"in kt&&n(5,hn=kt.onRenderMenu),"onRenderContextMenu"in kt&&n(64,Yn=kt.onRenderContextMenu),"onFocus"in kt&&n(65,bn=kt.onFocus),"onBlur"in kt&&n(66,sn=kt.onBlur),"onSortModal"in kt&&n(67,Un=kt.onSortModal),"onTransformModal"in kt&&n(68,An=kt.onTransformModal),"onJSONEditorModal"in kt&&n(69,un=kt.onJSONEditorModal)},t.$$.update=function(){50331648&t.$$.dirty[1]&&n(75,F=ML({escapeControlCharacters:qt,escapeUnicodeCharacters:Nt})),512&t.$$.dirty[0]&&(q&&q.scrollTo({top:n(15,q.scrollTop+=Pn?100:-100,q),left:q.scrollLeft})),4194304&t.$$.dirty[1]&&function u1(kt){var Wn=me,Zi=r8(kt)?kt.text!==Pe:!Es(Wn,kt.json);if(a("update external content",{isChanged:Zi}),Zi){var _r=me,Nr=Fi,Rs=Pe,ca=po;if(r8(kt))try{n(8,me=Lt(kt.text)),n(17,Pe=kt.text),n(23,po=!1),n(18,hi=void 0)}catch(Oa){try{n(8,me=Lt(ni(kt.text))),n(17,Pe=kt.text),n(23,po=!0),n(18,hi=void 0)}catch{n(8,me=void 0),n(17,Pe=kt.text),n(23,po=!1),n(18,hi=""!==Pe?i8(Pe,Oa.message||String(Oa)):void 0)}}else n(8,me=kt.json),n(17,Pe=void 0),n(23,po=!1),n(18,hi=void 0);Is(me),Fi.sortedColumn&&n(12,Fi=In(In({},Fi),{},{sortedColumn:null})),f1({previousJson:_r,previousState:Nr,previousText:Rs,previousTextIsRepaired:ca})}}(rt),8388608&t.$$.dirty[1]&&function(kt){Es(Fi.selection,kt)||(a("applyExternalSelection",kt),(jL(kt)||null===kt)&&Rr(kt))}(mt),3328&t.$$.dirty[0]|67108864&t.$$.dirty[1]&&n(11,xn=Se(me)?function(kt,Wn){var Zi,_r=new Set(Wn.map(he)),Nr=new Set(kt.map(he)),Rs=km(_r);try{for(Rs.s();!(Zi=Rs.n()).done;){var ca=Zi.value;Nr.has(ca)||_r.delete(ca)}}catch(Zn){Rs.e(Zn)}finally{Rs.f()}var Oa,pt=km(Nr);try{for(pt.s();!(Oa=pt.n()).done;){var Tn=Oa.value;_r.has(Tn)||_r.add(Tn)}}catch(Zn){pt.e(Zn)}finally{pt.f()}return bs(_r).map(ce)}(EBe(me,on,ba),xn):[]),2304&t.$$.dirty[0]&&n(22,Ua=!(!me||Fs(xn))),1280&t.$$.dirty[0]&&n(28,i=Array.isArray(me)&&me.length>ba),768&t.$$.dirty[0]|114688&t.$$.dirty[2]&&n(27,r=function SBe(t,e,n,i,r,s){for(var a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:80,d=Se(n)?n.length:0,f=function(pe,me){var Pe=Object.values(pe);return Fs(Pe)?me:Pe.reduce(function(rt,mt){return rt+mt})/Pe.length}(i,r),g=t-a,b=e+2*a,C=function(pe){return i[pe]||r},S=0,w=s;w0&&(w-=C(--S));for(var I=S,F=0;F0?Os(qm({rowIndex:Zn.rowIndex,columnIndex:Gi-1},pt),!1):Tn);Rr(Zi),h1(eo(Zi))}if("ArrowRight"===Wn&&(kt.preventDefault(),nl(),Fi.selection)){var _r=function(pt,Tn){var Zn=Vu(eo(Tn),pt),Gi=Zn.columnIndex;return Gi0?Os(qm({rowIndex:Ni-1,columnIndex:Zn.columnIndex},pt),!1):Tn}(xn,Fi.selection);Rr(Nr),h1(eo(Nr))}if("ArrowDown"===Wn&&(kt.preventDefault(),nl(),Fi.selection)){var Rs=function(pt,Tn,Zn){var Ni=Vu(eo(Zn),Tn),Gi=Ni.rowIndex;return Gi1?" (".concat(t[20].length,")"):""),fullScreenButton:!0,onClose:t[28]};void 0!==t[22]&&(rt.fullscreen=t[22]),n=new eM({props:rt}),ys.push(function(){return id(n,"fullscreen",Ie)}),w=new ioe({props:{mode:t[24].mode,content:t[24].content,selection:t[24].selection,readOnly:t[0],indentation:t[1],tabSize:t[2],statusBar:t[5],askToFormat:t[6],mainMenuBar:t[3],navigationBar:t[4],escapeControlCharacters:t[7],escapeUnicodeCharacters:t[8],flattenColumns:t[9],parser:t[10],parseMemoizeOne:t[25],validator:t[11],validationParser:t[12],pathParser:t[13],insideModal:!0,onError:t[33],onChange:t[30],onChangeMode:t[32],onSelect:t[31],onRenderValue:t[14],onClassName:t[15],onFocus:mf,onBlur:mf,onRenderMenu:t[16],onRenderContextMenu:t[17],onSortModal:t[18],onTransformModal:t[19],onJSONEditorModal:t[34]}}),t[40](w);var Pt=t[23]&&roe(t),qt=t[20].length>1&&ooe(t);function Nt(Lt,vt){return Lt[0]?Uje:jje}var on=Nt(t),At=on(t);return{c:function(){e=yt("div"),Qn(n.$$.fragment),r=wn(),s=yt("div"),(a=yt("div")).innerHTML='
    Path
    ',d=wn(),f=yt("input"),g=wn(),(b=yt("div")).innerHTML='
    Contents
    ',C=wn(),S=yt("div"),Qn(w.$$.fragment),I=wn(),F=yt("div"),Pt&&Pt.c(),G=wn(),qt&&qt.c(),q=wn(),At.c(),_e(a,"class","jse-label svelte-1m281k0"),_e(f,"class","jse-path svelte-1m281k0"),_e(f,"type","text"),f.readOnly=!0,_e(f,"title","Selected path"),f.value=t[26],_e(b,"class","jse-label svelte-1m281k0"),_e(S,"class","jse-modal-inline-editor svelte-1m281k0"),_e(F,"class","jse-actions svelte-1m281k0"),_e(s,"class","jse-modal-contents svelte-1m281k0"),_e(e,"class","jse-modal jse-jsoneditor-modal svelte-1m281k0"),ii(e,"fullscreen",t[22])},m:function(Lt,vt){zt(Lt,e,vt),qn(n,e,null),Qe(e,r),Qe(e,s),Qe(s,a),Qe(s,d),Qe(s,f),Qe(s,g),Qe(s,b),Qe(s,C),Qe(s,S),qn(w,S,null),Qe(s,I),Qe(s,F),Pt&&Pt.m(F,null),Qe(F,G),qt&&qt.m(F,null),Qe(F,q),At.m(F,null),pe=!0,me||(Pe=Ul(O9.call(null,e,t[29])),me=!0)},p:function(Lt,vt){var Xt={};1048576&vt[0]&&(Xt.title="Edit nested content "+(Lt[20].length>1?" (".concat(Lt[20].length,")"):"")),!i&&4194304&vt[0]&&(i=!0,Xt.fullscreen=Lt[22],nd(function(){return i=!1})),n.$set(Xt),(!pe||67108864&vt[0]&&f.value!==Lt[26])&&(f.value=Lt[26]);var Zt={};16777216&vt[0]&&(Zt.mode=Lt[24].mode),16777216&vt[0]&&(Zt.content=Lt[24].content),16777216&vt[0]&&(Zt.selection=Lt[24].selection),1&vt[0]&&(Zt.readOnly=Lt[0]),2&vt[0]&&(Zt.indentation=Lt[1]),4&vt[0]&&(Zt.tabSize=Lt[2]),32&vt[0]&&(Zt.statusBar=Lt[5]),64&vt[0]&&(Zt.askToFormat=Lt[6]),8&vt[0]&&(Zt.mainMenuBar=Lt[3]),16&vt[0]&&(Zt.navigationBar=Lt[4]),128&vt[0]&&(Zt.escapeControlCharacters=Lt[7]),256&vt[0]&&(Zt.escapeUnicodeCharacters=Lt[8]),512&vt[0]&&(Zt.flattenColumns=Lt[9]),1024&vt[0]&&(Zt.parser=Lt[10]),33554432&vt[0]&&(Zt.parseMemoizeOne=Lt[25]),2048&vt[0]&&(Zt.validator=Lt[11]),4096&vt[0]&&(Zt.validationParser=Lt[12]),8192&vt[0]&&(Zt.pathParser=Lt[13]),16384&vt[0]&&(Zt.onRenderValue=Lt[14]),32768&vt[0]&&(Zt.onClassName=Lt[15]),65536&vt[0]&&(Zt.onRenderMenu=Lt[16]),131072&vt[0]&&(Zt.onRenderContextMenu=Lt[17]),262144&vt[0]&&(Zt.onSortModal=Lt[18]),524288&vt[0]&&(Zt.onTransformModal=Lt[19]),w.$set(Zt),Lt[23]?Pt?Pt.p(Lt,vt):((Pt=roe(Lt)).c(),Pt.m(F,G)):Pt&&(Pt.d(1),Pt=null),Lt[20].length>1?qt?(qt.p(Lt,vt),1048576&vt[0]&&ke(qt,1)):((qt=ooe(Lt)).c(),ke(qt,1),qt.m(F,q)):qt&&(Si(),Ye(qt,1,1,function(){qt=null}),xi()),on===(on=Nt(Lt))&&At?At.p(Lt,vt):(At.d(1),(At=on(Lt))&&(At.c(),At.m(F,null))),(!pe||4194304&vt[0])&&ii(e,"fullscreen",Lt[22])},i:function(Lt){pe||(ke(n.$$.fragment,Lt),ke(w.$$.fragment,Lt),ke(qt),pe=!0)},o:function(Lt){Ye(n.$$.fragment,Lt),Ye(w.$$.fragment,Lt),Ye(qt),pe=!1},d:function(Lt){Lt&&Ft(e),Kn(n),t[40](null),Kn(w),Pt&&Pt.d(),qt&&qt.d(),At.d(),me=!1,Pe()}}}function soe(t){t.focus()}function Gje(t,e,n){var i,r,s,a,d,f,g=A1("jsoneditor:JSONEditorModal"),b=e.content,C=e.path,S=e.onPatch,w=e.readOnly,I=e.indentation,F=e.tabSize,G=e.mainMenuBar,q=e.navigationBar,pe=e.statusBar,me=e.askToFormat,Pe=e.escapeControlCharacters,Ie=e.escapeUnicodeCharacters,rt=e.flattenColumns,mt=e.parser,Pt=e.validator,qt=e.validationParser,Nt=e.pathParser,on=e.onRenderValue,At=e.onClassName,Lt=e.onRenderMenu,vt=e.onRenderContextMenu,Xt=e.onSortModal,Zt=e.onTransformModal,jt=B1("simple-modal").close,at={mode:hn(b),content:b,selection:null,relativePath:C},ht=[at],Et=void 0;function hn(sn){return v9(sn)&&Se(sn.json)?U1.table:U1.tree}function Yn(){var sn,Un=(null===(sn=xo(ht))||void 0===sn?void 0:sn.selection)||null;jL(Un)&&d.scrollTo(eo(Un))}function bn(){g("handleClose"),ht.length>1?(n(20,ht=Ds(ht)),Ml().then(Yn),n(23,Et=void 0)):jt()}return t.$$set=function(sn){"content"in sn&&n(35,b=sn.content),"path"in sn&&n(36,C=sn.path),"onPatch"in sn&&n(37,S=sn.onPatch),"readOnly"in sn&&n(0,w=sn.readOnly),"indentation"in sn&&n(1,I=sn.indentation),"tabSize"in sn&&n(2,F=sn.tabSize),"mainMenuBar"in sn&&n(3,G=sn.mainMenuBar),"navigationBar"in sn&&n(4,q=sn.navigationBar),"statusBar"in sn&&n(5,pe=sn.statusBar),"askToFormat"in sn&&n(6,me=sn.askToFormat),"escapeControlCharacters"in sn&&n(7,Pe=sn.escapeControlCharacters),"escapeUnicodeCharacters"in sn&&n(8,Ie=sn.escapeUnicodeCharacters),"flattenColumns"in sn&&n(9,rt=sn.flattenColumns),"parser"in sn&&n(10,mt=sn.parser),"validator"in sn&&n(11,Pt=sn.validator),"validationParser"in sn&&n(12,qt=sn.validationParser),"pathParser"in sn&&n(13,Nt=sn.pathParser),"onRenderValue"in sn&&n(14,on=sn.onRenderValue),"onClassName"in sn&&n(15,At=sn.onClassName),"onRenderMenu"in sn&&n(16,Lt=sn.onRenderMenu),"onRenderContextMenu"in sn&&n(17,vt=sn.onRenderContextMenu),"onSortModal"in sn&&n(18,Xt=sn.onSortModal),"onTransformModal"in sn&&n(19,Zt=sn.onTransformModal)},t.$$.update=function(){1048576&t.$$.dirty[0]&&n(24,i=xo(ht)||at),1048576&t.$$.dirty[0]&&n(38,r=ht.flatMap(function(sn){return sn.relativePath})),128&t.$$.dirty[1]&&n(26,s=Fs(r)?"(document root)":bd(r)),1024&t.$$.dirty[0]&&n(25,a=Cb(mt.parse))},[w,I,F,G,q,pe,me,Pe,Ie,rt,mt,Pt,qt,Nt,on,At,Lt,vt,Xt,Zt,ht,d,f,Et,i,a,s,function(){if(g("handleApply"),!w)try{n(23,Et=void 0);var Un=i.content,An=[{op:"replace",path:he(i.relativePath),value:xee(Un,mt).json}];if(ht.length>1){var Vi={json:Be(xee(ht[ht.length-2].content,mt).json,An)},ir=In(In({},ht[ht.length-2]||at),{},{content:Vi});n(20,ht=[].concat(bs(ht.slice(0,ht.length-2)),[ir])),Ml().then(Yn)}else S(An),jt()}catch(hi){n(23,Et=String(hi))}},bn,function(){f?n(22,f=!1):bn()},function(sn){g("handleChange",sn);var Un=In(In({},i),{},{content:sn});n(20,ht=[].concat(bs(Ds(ht)),[Un]))},function(sn){g("handleChangeSelection",sn);var Un=In(In({},i),{},{selection:sn});n(20,ht=[].concat(bs(Ds(ht)),[Un]))},function(sn){g("handleChangeMode",sn);var Un=In(In({},i),{},{mode:sn});n(20,ht=[].concat(bs(Ds(ht)),[Un]))},function(sn){n(23,Et=sn.toString()),console.error(sn)},function(sn){var Un=sn.content,An=sn.path;g("handleJSONEditorModal",{content:Un,path:An});var un={mode:hn(Un),content:Un,selection:null,relativePath:An};n(20,ht=[].concat(bs(ht),[un]))},b,C,S,r,function(sn){n(22,f=sn)},function(sn){ys[sn?"unshift":"push"](function(){n(21,d=sn)})}]}var Yje=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,Gje,$je,Zo,{content:35,path:36,onPatch:37,readOnly:0,indentation:1,tabSize:2,mainMenuBar:3,navigationBar:4,statusBar:5,askToFormat:6,escapeControlCharacters:7,escapeUnicodeCharacters:8,flattenColumns:9,parser:10,validator:11,validationParser:12,pathParser:13,onRenderValue:14,onClassName:15,onRenderMenu:16,onRenderContextMenu:17,onSortModal:18,onTransformModal:19},Bje,[-1,-1]),i}return ro(e,so),Xr(e)}();function Wje(t,e,n){var i=B1("simple-modal");return[i.open,i.close]}var qje=function(t){function e(n){var i;return Jr(this,e),oo(i=io(this,e),n,Wje,null,Zo,{open:0,close:1}),i}return ro(e,so),Xr(e,[{key:"open",get:function(){return this.$$.ctx[0]}},{key:"close",get:function(){return this.$$.ctx[1]}}])}();function Kje(t){Fo(t,"svelte-ybuk0j",'.jse-main.svelte-ybuk0j{width:100%;height:100%;min-width:0;min-height:150px;font-family:var(--jse-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);font-size:var(--jse-font-size, 16px);line-height:normal;position:relative;display:flex;flex-direction:row}')}function aoe(t){var e,n;return e=new ioe({props:{mode:t[1],content:t[0],selection:t[2],readOnly:t[3],indentation:t[4],tabSize:t[5],statusBar:t[8],askToFormat:t[9],mainMenuBar:t[6],navigationBar:t[7],escapeControlCharacters:t[10],escapeUnicodeCharacters:t[11],flattenColumns:t[12],parser:t[13],parseMemoizeOne:t[27],validator:t[14],validationParser:t[15],pathParser:t[16],insideModal:!1,onError:t[21],onChange:t[28],onChangeMode:t[32],onSelect:t[29],onRenderValue:t[17],onClassName:t[18],onFocus:t[30],onBlur:t[31],onRenderMenu:t[19],onRenderContextMenu:t[20],onSortModal:t[34],onTransformModal:t[33],onJSONEditorModal:t[35]}}),t[62](e),{c:function(){Qn(e.$$.fragment)},m:function(r,s){qn(e,r,s),n=!0},p:function(r,s){var a={};2&s[0]&&(a.mode=r[1]),1&s[0]&&(a.content=r[0]),4&s[0]&&(a.selection=r[2]),8&s[0]&&(a.readOnly=r[3]),16&s[0]&&(a.indentation=r[4]),32&s[0]&&(a.tabSize=r[5]),256&s[0]&&(a.statusBar=r[8]),512&s[0]&&(a.askToFormat=r[9]),64&s[0]&&(a.mainMenuBar=r[6]),128&s[0]&&(a.navigationBar=r[7]),1024&s[0]&&(a.escapeControlCharacters=r[10]),2048&s[0]&&(a.escapeUnicodeCharacters=r[11]),4096&s[0]&&(a.flattenColumns=r[12]),8192&s[0]&&(a.parser=r[13]),134217728&s[0]&&(a.parseMemoizeOne=r[27]),16384&s[0]&&(a.validator=r[14]),32768&s[0]&&(a.validationParser=r[15]),65536&s[0]&&(a.pathParser=r[16]),2097152&s[0]&&(a.onError=r[21]),131072&s[0]&&(a.onRenderValue=r[17]),262144&s[0]&&(a.onClassName=r[18]),524288&s[0]&&(a.onRenderMenu=r[19]),1048576&s[0]&&(a.onRenderContextMenu=r[20]),e.$set(a)},i:function(r){n||(ke(e.$$.fragment,r),n=!0)},o:function(r){Ye(e.$$.fragment,r),n=!1},d:function(r){t[62](null),Kn(e,r)}}}function Qje(t){var e,n,i,r,s,a=t[22];function d(b){t[61](b)}var f={};void 0!==t[25]&&(f.open=t[25]),e=new qje({props:f}),ys.push(function(){return id(e,"open",d)});var g=aoe(t);return{c:function(){Qn(e.$$.fragment),i=wn(),r=yt("div"),g.c(),_e(r,"class","jse-main svelte-ybuk0j"),ii(r,"jse-focus",t[23])},m:function(b,C){qn(e,b,C),zt(b,i,C),zt(b,r,C),g.m(r,null),s=!0},p:function(b,C){var S={};!n&&33554432&C[0]&&(n=!0,S.open=b[25],nd(function(){return n=!1})),e.$set(S),4194304&C[0]&&Zo(a,a=b[22])?(Si(),Ye(g,1,1,Ai),xi(),(g=aoe(b)).c(),ke(g,1),g.m(r,null)):g.p(b,C),(!s||8388608&C[0])&&ii(r,"jse-focus",b[23])},i:function(b){s||(ke(e.$$.fragment,b),ke(g),s=!0)},o:function(b){Ye(e.$$.fragment,b),Ye(g),s=!1},d:function(b){b&&(Ft(i),Ft(r)),Kn(e,b),g.d(b)}}}function Zje(t){var e,n;return e=new dee({props:{closeOnEsc:!1,$$slots:{default:[Qje]},$$scope:{ctx:t}}}),{c:function(){Qn(e.$$.fragment)},m:function(i,r){qn(e,i,r),n=!0},p:function(i,r){var s={};201326591&r[0]|8&r[2]&&(s.$$scope={dirty:r,ctx:i}),e.$set(s)},i:function(i){n||(ke(e.$$.fragment,i),n=!0)},o:function(i){Ye(e.$$.fragment,i),n=!1},d:function(i){Kn(e,i)}}}function Jje(t){for(var e,n,i,r=[{show:null===(e=t[26])||void 0===e?void 0:e.component},bPe,{closeOnEsc:!1}],s={$$slots:{default:[Zje]},$$scope:{ctx:t}},a=0;a{class t{constructor(){this._el=(0,D.f3M)(D.SBq),this._themeService=(0,D.f3M)(ue.f),this._onDestroy$=new j.x,this.data=null,this.mainMenuBar=!0,this.navigationBar=!0,this.statusBar=!0,this.onEditing=new D.vpe,this.jsonEditor=null}ngOnChanges(n){const{data:i}=n;if(i&&this.data&&this.jsonEditor){const s=this._el.nativeElement.querySelector(".cm-scroller"),a=s.scrollTop;try{this.jsonEditor.set(this.data)}catch(d){console.error(d)}s.scrollTo({top:a})}}ngAfterViewInit(){this._initEditor(),this._darkThemeEvent()}ngOnDestroy(){this._onDestroy$.next(),this._onDestroy$.complete(),this.jsonEditor?.destroy()}_initEditor(){if(typeof window>"u")return;const i=this._el.nativeElement.querySelector(".json-editor");this.jsonEditor=new t$e({target:i,props:{mode:U1.text,content:this.data||void 0,mainMenuBar:this.mainMenuBar,navigationBar:this.navigationBar,statusBar:this.statusBar,onChange:(r,s,a)=>{const d=function l$e(t){let e=null;if(!t)return{json:e};if("json"in t&&(e=t.json),"text"in t)try{e=JSON.parse(t.text||"null")}catch{}return{json:e}}(r);this.onEditing.emit(d.json)}}})}_darkThemeEvent(){if(typeof window>"u")return;const n=(a=!1)=>{const f=this._el.nativeElement.querySelector(".json-editor");a?f.classList.add("jse-theme-dark"):f.classList.remove("jse-theme-dark"),this.jsonEditor?.refresh()},i=window.matchMedia("(prefers-color-scheme: dark)"),r=(0,te.R)(i,"change",{passive:!0}).pipe((0,U.U)(a=>a.matches),(0,X.b)(a=>n(a))),s=this._themeService.theme$.pipe((0,X.b)(a=>n("dark"===a)));(0,ee.T)(r,s).pipe((0,ne.R)(this._onDestroy$)).subscribe()}static#e=this.\u0275fac=function(i){return new(i||t)};static#t=this.\u0275cmp=D.Xpm({type:t,selectors:[["app-playground-editor"]],inputs:{data:"data",mainMenuBar:"mainMenuBar",navigationBar:"navigationBar",statusBar:"statusBar"},outputs:{onEditing:"onEditing"},standalone:!0,features:[D.TTD,D.jDz],decls:3,vars:2,consts:[[3,"ngClass"],[1,"flex","flex-col","h-full"],[1,"flex-1","flex","flex-col","h-full","overflow-auto","json-editor","beauty-scrollbar","affect-child"]],template:function(i,r){1&i&&(D.TgZ(0,"div",0)(1,"div",1),D._UZ(2,"div",2),D.qZA()()),2&i&&D.Q6J("ngClass",D.DdM(1,d$e))},dependencies:[o.ez,o.mk],styles:[".json-editor[_ngcontent-%COMP%]{--jse-theme-color: var(--primary-600);--jse-theme-color-highlight: var(--primary-500);--jse-menu-color: var(--primary-100)}.json-editor.jse-theme-dark[_ngcontent-%COMP%]{--jse-theme-color: var(--primary-200);--jse-menu-color: var(--primary-800)}"]})}return t})()},5350:(ve,k,_)=>{"use strict";_.d(k,{f:()=>ee});var u=_(755),o=_(6424),D=_(1209),j=_(409),te=_(2425),U=_(8442),X=_(3843);let ee=(()=>{class ne{constructor(){this._renderer2=(0,u.f3M)(u.FYo).createRenderer(null,null),this.themes=[{key:"light",class:"bi bi-brightness-high-fill"},{key:"dark",class:"bi bi-moon-stars-fill"}],this.theme$=new o.X("auto")}get savedTheme(){return typeof window>"u"?"":window.localStorage.getItem("theme")||""}set savedTheme(ce){typeof window>"u"||window.localStorage.setItem("theme",ce)}get currentTheme(){return this.themes.find(ce=>ce.key===this.savedTheme)||this.themes[0]}prefersDark$(){if(typeof window>"u")return(0,D.of)(!1);const ce=window.matchMedia("(prefers-color-scheme: dark)"),he=(0,j.R)(ce,"change",{passive:!0}).pipe((0,te.U)(be=>be));return(0,U.a)([(0,D.of)(ce),he]).pipe((0,X.O)([ce,ce]),(0,te.U)(([be,He])=>be.matches||He.matches))}setTheme(ce,he){const Ve=document.head.querySelector(`#${ce}`),be=He=>{const Se=this._renderer2.createElement("link");return this._renderer2.setProperty(Se,"id",He),this._renderer2.setProperty(Se,"rel","stylesheet"),this._renderer2.setProperty(Se,"href",he),this._renderer2.insertBefore(document.head,Se,document.head.childNodes[0]),Se};if(Ve){const He=be(`${ce}-next`);He.onload=()=>{Ve.remove(),this._renderer2.setAttribute(He,"id",ce)}}else be(ce)}static#e=this.\u0275fac=function(he){return new(he||ne)};static#t=this.\u0275prov=u.Yz7({token:ne,factory:ne.\u0275fac,providedIn:"root"})}return ne})()},6895:(ve,k,_)=>{"use strict";_.d(k,{d:()=>te});var u=_(6733),o=_(6202),D=_(755);const j=["*"];let te=(()=>{class U{constructor(){this.maxWidth="85rem",this.fadeUp=!0}get _maxWidth(){return this.maxWidth}static#e=this.\u0275fac=function(ne){return new(ne||U)};static#t=this.\u0275cmp=D.Xpm({type:U,selectors:[["ui-content-wrapper"]],hostVars:3,hostBindings:function(ne,ue){2&ne&&(D.d8E("@fade-up",ue.fadeUp),D.Udp("max-width",ue._maxWidth))},inputs:{maxWidth:"maxWidth"},standalone:!0,features:[D.jDz],ngContentSelectors:j,decls:1,vars:0,template:function(ne,ue){1&ne&&(D.F$t(),D.Hsn(0))},dependencies:[u.ez],styles:["[_nghost-%COMP%]{display:flex;flex-direction:column;width:100%;margin-left:auto;margin-right:auto}"],data:{animation:[o.k]}})}return U})()},7903:(ve,k,_)=>{"use strict";_.d(k,{P:()=>ee});var u=_(2939),o=_(755),D=_(6424),j=_(1570),te=_(7560),U=_(1209),X=_(2425);let ee=(()=>{class ne{constructor(){this._http=(0,o.f3M)(u.eN),this.docVersion="v8",this.currentVersion="v8.0.0",this.versions$=new D.X([])}loadVersions$(){return this._npmPackageVersions$().pipe((0,j.b)(ce=>{this.versions$.next(ce.map(he=>({label:`v${he}`,value:`v${he.slice(0,1)}`})))}),(0,te.K)(()=>(0,U.of)(["Latest"])))}firstContentPath$(ce){return this._http.get(ce,{responseType:"text"}).pipe((0,X.U)(he=>he.match(/(\.+\/){1,}.+/)?.[0]),(0,X.U)(he=>he?.replace(/(\.*\/){1,}/,"docs/")??""),(0,te.K)(()=>(0,U.of)("")))}_npmPackageVersions$(){return this._http.get("https://registry.npmjs.org/ng-dynamic-json-form",{responseType:"json"}).pipe((0,X.U)(ce=>Object.values(ce.versions).filter(Se=>!Se.deprecated).map(Se=>Se.version).reduce((Se,Ce)=>{const ft=Se.findIndex(Ue=>Ue[0]===Ce[0]);return ft<0?Se.push(Ce):Se[ft]=Ce,Se},[])))}static#e=this.\u0275fac=function(he){return new(he||ne)};static#t=this.\u0275prov=o.Yz7({token:ne,factory:ne.\u0275fac,providedIn:"root"})}return ne})()},6334:(ve,k,_)=>{"use strict";var u=_(3232),o=_(6733),D=_(755),j=_(5484),te=_(5047),U=_(4787),X=_(2425);const ee={schedule(Ee,z){const B=setTimeout(Ee,z);return()=>clearTimeout(B)},scheduleBeforeRender(Ee){if(typeof window>"u")return ee.schedule(Ee,0);if(typeof window.requestAnimationFrame>"u")return ee.schedule(Ee,16);const z=window.requestAnimationFrame(Ee);return()=>window.cancelAnimationFrame(z)}};let Ve;function Ue(Ee,z,B){let oe=B;return function ue(Ee){return!!Ee&&Ee.nodeType===Node.ELEMENT_NODE}(Ee)&&z.some((Re,ut)=>!("*"===Re||!function be(Ee,z){if(!Ve){const B=Element.prototype;Ve=B.matches||B.matchesSelector||B.mozMatchesSelector||B.msMatchesSelector||B.oMatchesSelector||B.webkitMatchesSelector}return Ee.nodeType===Node.ELEMENT_NODE&&Ve.call(Ee,z)}(Ee,Re)||(oe=ut,0))),oe}class xe{constructor(z,B){this.componentFactory=B.get(D._Vd).resolveComponentFactory(z)}create(z){return new ye(this.componentFactory,z)}}class ye{constructor(z,B){this.componentFactory=z,this.injector=B,this.eventEmitters=new j.t(1),this.events=this.eventEmitters.pipe((0,U.w)(oe=>(0,te.T)(...oe))),this.componentRef=null,this.viewChangeDetectorRef=null,this.inputChanges=null,this.hasInputChanges=!1,this.implementsOnChanges=!1,this.scheduledChangeDetectionFn=null,this.scheduledDestroyFn=null,this.initialInputValues=new Map,this.unchangedInputs=new Set(this.componentFactory.inputs.map(({propName:oe})=>oe)),this.ngZone=this.injector.get(D.R0b),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(z){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(z)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=ee.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null,this.viewChangeDetectorRef=null)},10))})}getInputValue(z){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(z):this.componentRef.instance[z])}setInputValue(z,B,oe){this.runInZone(()=>{oe&&(B=oe.call(this.componentRef?.instance,B)),null!==this.componentRef?function He(Ee,z){return Ee===z||Ee!=Ee&&z!=z}(B,this.getInputValue(z))&&(void 0!==B||!this.unchangedInputs.has(z))||(this.recordInputChange(z,B),this.unchangedInputs.delete(z),this.hasInputChanges=!0,this.componentRef.instance[z]=B,this.scheduleDetectChanges()):this.initialInputValues.set(z,B)})}initializeComponent(z){const B=D.zs3.create({providers:[],parent:this.injector}),oe=function ft(Ee,z){const B=Ee.childNodes,oe=z.map(()=>[]);let Re=-1;z.some((ut,en)=>"*"===ut&&(Re=en,!0));for(let ut=0,en=B.length;ut{this.initialInputValues.has(z)&&this.setInputValue(z,this.initialInputValues.get(z),B)}),this.initialInputValues.clear()}initializeOutputs(z){const B=this.componentFactory.outputs.map(({propName:oe,templateName:Re})=>z.instance[oe].pipe((0,X.U)(en=>({name:Re,value:en}))));this.eventEmitters.next(B)}callNgOnChanges(z){if(!this.implementsOnChanges||null===this.inputChanges)return;const B=this.inputChanges;this.inputChanges=null,z.instance.ngOnChanges(B)}markViewForCheck(z){this.hasInputChanges&&(this.hasInputChanges=!1,z.markForCheck())}scheduleDetectChanges(){this.scheduledChangeDetectionFn||(this.scheduledChangeDetectionFn=ee.scheduleBeforeRender(()=>{this.scheduledChangeDetectionFn=null,this.detectChanges()}))}recordInputChange(z,B){if(!this.implementsOnChanges)return;null===this.inputChanges&&(this.inputChanges={});const oe=this.inputChanges[z];if(oe)return void(oe.currentValue=B);const Re=this.unchangedInputs.has(z),ut=Re?void 0:this.getInputValue(z);this.inputChanges[z]=new D.WD2(ut,B,Re)}detectChanges(){null!==this.componentRef&&(this.callNgOnChanges(this.componentRef),this.markViewForCheck(this.viewChangeDetectorRef),this.componentRef.changeDetectorRef.detectChanges())}runInZone(z){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(z):z()}}class Oe extends HTMLElement{constructor(){super(...arguments),this.ngElementEventsSubscription=null}}var xt=_(7609),Tt=_(409),Sn=_(4893),$n=_(155),zn=_(1570),ri=_(3131),Pi=_(702);function jn(Ee,z){if(1&Ee&&D.GkF(0,9),2&Ee){D.oxw();const B=D.MAs(44);D.Q6J("ngTemplateOutlet",B)}}function zi(Ee,z){1&Ee&&(D.ynx(0),D._UZ(1,"input",10),D.BQk())}function Ei(Ee,z){if(1&Ee&&D.GkF(0,9),2&Ee){D.oxw();const B=D.MAs(44);D.Q6J("ngTemplateOutlet",B)}}function mn(Ee,z){1&Ee&&(D.TgZ(0,"div",11)(1,"span"),D._uU(2,"Description"),D.qZA(),D.TgZ(3,"div",1)(4,"span"),D._uU(5,"descriptionClass"),D.qZA(),D.TgZ(6,"span"),D._uU(7,"descriptionStyles"),D.qZA()()())}const Mt=function(Ee){return{"no-tags":Ee}};let _t=(()=>{class Ee{constructor(){this.isFormGroup="false",this.descriptionPosition="before",this.showTags="true"}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["app-input-layout-illustration"]],inputs:{isFormGroup:"isFormGroup",descriptionPosition:"descriptionPosition",showTags:"showTags"},standalone:!0,features:[D.jDz],decls:45,vars:9,consts:[[1,"host",3,"ngClass"],[1,"tags"],[1,"label"],[1,"content"],[3,"ngTemplateOutlet",4,"ngIf"],[1,"input-area"],[4,"ngIf"],[1,"error"],["descriptionTemplate",""],[3,"ngTemplateOutlet"],["type","text"],[1,"description"]],template:function(oe,Re){1&oe&&(D.TgZ(0,"div",0)(1,"span"),D._uU(2,"Host"),D.qZA(),D.TgZ(3,"div",1)(4,"span"),D._uU(5,"hostClass"),D.qZA(),D.TgZ(6,"span"),D._uU(7,"hostStyles"),D.qZA()(),D.TgZ(8,"div",2)(9,"span"),D._uU(10,"Label"),D.qZA(),D.TgZ(11,"div",1)(12,"span"),D._uU(13,"labelClass"),D.qZA(),D.TgZ(14,"span"),D._uU(15,"labelStyles"),D.qZA()()(),D.TgZ(16,"div",3)(17,"span"),D._uU(18,"Content"),D.qZA(),D.TgZ(19,"div",1)(20,"span"),D._uU(21,"contentClass"),D.qZA(),D.TgZ(22,"span"),D._uU(23,"contentStyles"),D.qZA()(),D.YNc(24,jn,1,1,"ng-container",4),D.TgZ(25,"div",5)(26,"span"),D._uU(27),D.qZA(),D.TgZ(28,"div",1)(29,"span"),D._uU(30),D.qZA(),D.TgZ(31,"span"),D._uU(32),D.qZA()(),D.YNc(33,zi,2,0,"ng-container",6),D.qZA(),D.YNc(34,Ei,1,1,"ng-container",4),D.TgZ(35,"div",7)(36,"span"),D._uU(37,"Error"),D.qZA(),D.TgZ(38,"div",1)(39,"span"),D._uU(40,"errorClass"),D.qZA(),D.TgZ(41,"span"),D._uU(42,"errorStyles"),D.qZA()()()()(),D.YNc(43,mn,8,0,"ng-template",null,8,D.W1O)),2&oe&&(D.Q6J("ngClass",D.VKq(7,Mt,"false"===Re.showTags)),D.xp6(24),D.Q6J("ngIf","before"===Re.descriptionPosition),D.xp6(3),D.Oqu("true"===Re.isFormGroup?"Form Group":"Input Area"),D.xp6(3),D.hij("","true"===Re.isFormGroup?"formGroup":"inputArea","Class"),D.xp6(2),D.hij("","true"===Re.isFormGroup?"formGroup":"inputArea","Styles"),D.xp6(1),D.Q6J("ngIf","false"===Re.isFormGroup),D.xp6(1),D.Q6J("ngIf","after"===Re.descriptionPosition))},dependencies:[o.ez,o.mk,o.O5,o.tP],styles:["[_nghost-%COMP%]{--layoutBgColor: rgba(255, 255, 255, .35)}.no-tags[_ngcontent-%COMP%] .tags[_ngcontent-%COMP%]{display:none!important}.host[_ngcontent-%COMP%]{position:relative;border:solid 1px rgb(112,57,154);border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,rgb(112,57,154) 5%,var(--layoutBgColor));color:#70399a;z-index:0}.host[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.host[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,rgb(112,57,154) 20%,var(--body-bg-color));font-size:.95rem}.description[_ngcontent-%COMP%], .input-area[_ngcontent-%COMP%]{position:relative;border:solid 1px #2d2d2d;border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,#2d2d2d 5%,var(--layoutBgColor));color:#2d2d2d;z-index:0}.description[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%], .input-area[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.description[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .input-area[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,#2d2d2d 20%,var(--body-bg-color));font-size:.95rem}.label[_ngcontent-%COMP%]{position:relative;border:solid 1px #4d9471;border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,#4d9471 5%,var(--layoutBgColor));color:#4d9471;z-index:0}.label[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.label[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,#4d9471 20%,var(--body-bg-color));font-size:.95rem}.content[_ngcontent-%COMP%]{position:relative;border:solid 1px rgb(24,108,244);border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,rgb(24,108,244) 5%,var(--layoutBgColor));color:#186cf4;z-index:0}.content[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.content[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,rgb(24,108,244) 20%,var(--body-bg-color));font-size:.95rem}input[_ngcontent-%COMP%]{border:solid 1px var(--border-color-50);margin:1rem 0}.error[_ngcontent-%COMP%]{position:relative;border:solid 1px rgb(255,42,0);border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,rgb(255,42,0) 5%,var(--layoutBgColor));color:#ff2a00;z-index:0}.error[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.error[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,rgb(255,42,0) 20%,var(--body-bg-color));font-size:.95rem}html.dark [_nghost-%COMP%]{--layoutBgColor: rgba(50, 50, 50, .35)}html.dark[_nghost-%COMP%] .host[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .host[_ngcontent-%COMP%]{position:relative;border:solid 1px rgb(181,143,210);border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,rgb(181,143,210) 5%,var(--layoutBgColor));color:#b58fd2;z-index:0}html.dark[_nghost-%COMP%] .host[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .host[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}html.dark[_nghost-%COMP%] .host[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .host[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,rgb(181,143,210) 20%,var(--body-bg-color));font-size:.95rem}html.dark[_nghost-%COMP%] .description[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .description[_ngcontent-%COMP%], html.dark[_nghost-%COMP%] .input-area[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .input-area[_ngcontent-%COMP%]{position:relative;border:solid 1px #b5b5b5;border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,#b5b5b5 5%,var(--layoutBgColor));color:#b5b5b5;z-index:0}html.dark[_nghost-%COMP%] .description[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .description[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%], html.dark[_nghost-%COMP%] .input-area[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .input-area[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}html.dark[_nghost-%COMP%] .description[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .description[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], html.dark[_nghost-%COMP%] .input-area[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .input-area[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,#b5b5b5 20%,var(--body-bg-color));font-size:.95rem}html.dark[_nghost-%COMP%] .label[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .label[_ngcontent-%COMP%]{position:relative;border:solid 1px #79c9a1;border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,#79c9a1 5%,var(--layoutBgColor));color:#79c9a1;z-index:0}html.dark[_nghost-%COMP%] .label[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .label[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}html.dark[_nghost-%COMP%] .label[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .label[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,#79c9a1 20%,var(--body-bg-color));font-size:.95rem}html.dark[_nghost-%COMP%] .content[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .content[_ngcontent-%COMP%]{position:relative;border:solid 1px rgb(111,159,235);border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,rgb(111,159,235) 5%,var(--layoutBgColor));color:#6f9feb;z-index:0}html.dark[_nghost-%COMP%] .content[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .content[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}html.dark[_nghost-%COMP%] .content[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .content[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,rgb(111,159,235) 20%,var(--body-bg-color));font-size:.95rem}html.dark[_nghost-%COMP%] .error[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .error[_ngcontent-%COMP%]{position:relative;border:solid 1px rgb(233,132,115);border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,rgb(233,132,115) 5%,var(--layoutBgColor));color:#e98473;z-index:0}html.dark[_nghost-%COMP%] .error[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .error[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}html.dark[_nghost-%COMP%] .error[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], html.dark [_nghost-%COMP%] .error[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,rgb(233,132,115) 20%,var(--body-bg-color));font-size:.95rem}@media (prefers-color-scheme: dark){[_nghost-%COMP%]{--layoutBgColor: rgba(50, 50, 50, .35)}.host[_ngcontent-%COMP%]{position:relative;border:solid 1px rgb(181,143,210);border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,rgb(181,143,210) 5%,var(--layoutBgColor));color:#b58fd2;z-index:0}.host[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.host[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,rgb(181,143,210) 20%,var(--body-bg-color));font-size:.95rem}.description[_ngcontent-%COMP%], .input-area[_ngcontent-%COMP%]{position:relative;border:solid 1px #b5b5b5;border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,#b5b5b5 5%,var(--layoutBgColor));color:#b5b5b5;z-index:0}.description[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%], .input-area[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.description[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%], .input-area[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,#b5b5b5 20%,var(--body-bg-color));font-size:.95rem}.label[_ngcontent-%COMP%]{position:relative;border:solid 1px #79c9a1;border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,#79c9a1 5%,var(--layoutBgColor));color:#79c9a1;z-index:0}.label[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.label[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,#79c9a1 20%,var(--body-bg-color));font-size:.95rem}.content[_ngcontent-%COMP%]{position:relative;border:solid 1px rgb(111,159,235);border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,rgb(111,159,235) 5%,var(--layoutBgColor));color:#6f9feb;z-index:0}.content[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.content[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,rgb(111,159,235) 20%,var(--body-bg-color));font-size:.95rem}.error[_ngcontent-%COMP%]{position:relative;border:solid 1px rgb(233,132,115);border-radius:.25rem;padding:.5rem .85rem;margin:.5rem 0;background-color:color-mix(in srgb,rgb(233,132,115) 5%,var(--layoutBgColor));color:#e98473;z-index:0}.error[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%]{display:inline-flex;gap:.5rem;margin:0 1rem}.error[_ngcontent-%COMP%] > .tags[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{padding:.2rem 1rem;border-radius:1rem;background-color:color-mix(in srgb,rgb(233,132,115) 20%,var(--body-bg-color));font-size:.95rem}}"]})}return Ee})();function Ze(Ee,z){if(1&Ee){const B=D.EpF();D.ynx(0),D.TgZ(1,"button",3),D.NdJ("click",function(){D.CHM(B);const Re=D.oxw();return D.KtG(Re.copyToClipboard())}),D._UZ(2,"i",4),D.qZA(),D.BQk()}}const De=["*"];let Be=(()=>{class Ee{constructor(){this._el=(0,D.f3M)(D.SBq),this.enableCopy=!0}copyToClipboard(){const Re=this._el.nativeElement.querySelector(".code-container")?.innerText;typeof window>"u"||Re&&window.navigator.clipboard.writeText(Re)}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["app-doc-code"]],inputs:{enableCopy:"enableCopy"},standalone:!0,features:[D.jDz],ngContentSelectors:De,decls:4,vars:1,consts:[[1,"content","relative","z-0","duration-300"],[1,"code-container"],[4,"ngIf"],[1,"btn-copy","absolute","z-10","top-2","right-2","p-2","bg-gray-600/30","backdrop-blur-sm","rounded-lg","text-white",3,"click"],[1,"bi","bi-copy"]],template:function(oe,Re){1&oe&&(D.F$t(),D.TgZ(0,"div",0)(1,"div",1),D.Hsn(2),D.qZA(),D.YNc(3,Ze,3,0,"ng-container",2),D.qZA()),2&oe&&(D.xp6(3),D.Q6J("ngIf",!0===Re.enableCopy))},dependencies:[o.ez,o.O5],styles:[".content[_ngcontent-%COMP%] .btn-copy[_ngcontent-%COMP%]{opacity:0;transition:.25s}.content[_ngcontent-%COMP%]:hover .btn-copy[_ngcontent-%COMP%]{opacity:1}"]})}return Ee})();var Je=_(3083);function P(Ee,z){if(1&Ee&&(D.ynx(0),D.TgZ(1,"span",3),D._uU(2),D.qZA(),D.BQk()),2&Ee){const B=D.oxw();D.xp6(2),D.Oqu(B.tabs[0])}}const Z=function(Ee,z,B){return{"border-transparent":Ee,"border-[var(--primary-500)]":z,"opacity-60":B}};function Ae(Ee,z){if(1&Ee){const B=D.EpF();D.ynx(0),D.TgZ(1,"button",5),D.NdJ("click",function(){const ut=D.CHM(B).$implicit,en=D.oxw(2);return D.KtG(en.toggleTab(ut))}),D._uU(2),D.qZA(),D.BQk()}if(2&Ee){const B=z.$implicit,oe=D.oxw(2);D.xp6(1),D.Q6J("ngClass",D.kEZ(2,Z,B!==oe.activeTab,B===oe.activeTab,B!==oe.activeTab)),D.xp6(1),D.hij(" ",B," ")}}function Fe(Ee,z){if(1&Ee&&(D.ynx(0),D.YNc(1,Ae,3,6,"ng-container",4),D.BQk()),2&Ee){const B=D.oxw();D.xp6(1),D.Q6J("ngForOf",B.tabs)}}const $t=["*"];let et=(()=>{class Ee{constructor(){this._el=(0,D.f3M)(D.SBq),this._renderer2=(0,D.f3M)(D.Qsj),this.children=[],this.tabs=[],this.activeTab=""}ngAfterViewInit(){this.children=Array.from(this._el.nativeElement.querySelectorAll(":scope > .content > *")),this.children.forEach((oe,Re)=>{const ut=oe.getAttribute("name");ut&&(this.tabs.push(ut),0===Re&&this.toggleTab(ut))}),this._listenChildrenMutation()}ngOnDestroy(){this._resizeObserver?.disconnect()}toggleTab(B){this.activeTab=B,this.children.forEach(oe=>{oe.getAttribute("name")&&(oe.getAttribute("name")===B?(oe.classList.add("block"),oe.classList.remove("hidden"),this._updateContainerHeight()):(oe.classList.add("hidden"),oe.classList.remove("block")))})}_listenChildrenMutation(){this._resizeObserver=new ResizeObserver(()=>{this._updateContainerHeight()}),this.children.forEach(oe=>{this._resizeObserver?.observe(oe)})}_updateContainerHeight(){const oe=this._el.nativeElement.querySelector(".content"),Re=this.children.find(ut=>ut.getAttribute("name")===this.activeTab);Re&&this._renderer2.setStyle(oe,"height",Re.scrollHeight+"px")}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["app-doc-tab"]],standalone:!0,features:[D.jDz],ngContentSelectors:$t,decls:5,vars:2,consts:[[1,"flex","bg-gray-700/10","backdrop-blur-sm"],[4,"ngIf"],[1,"content","relative","z-0","duration-300"],[1,"p-3","px-5","pb-2"],[4,"ngFor","ngForOf"],[1,"p-3","px-5","pb-2","border-b-2","duration-200",3,"ngClass","click"]],template:function(oe,Re){1&oe&&(D.F$t(),D.TgZ(0,"div",0),D.YNc(1,P,3,1,"ng-container",1),D.YNc(2,Fe,2,1,"ng-container",1),D.qZA(),D.TgZ(3,"div",2),D.Hsn(4),D.qZA()),2&oe&&(D.xp6(1),D.Q6J("ngIf",1===Re.tabs.length),D.xp6(1),D.Q6J("ngIf",Re.tabs.length>1))},dependencies:[o.ez,o.mk,o.sg,o.O5]})}return Ee})();var Dt=_(2861),Gt=_(1749),gn=_(930);let Gn=(()=>{class Ee{constructor(){this._languageDataService=(0,D.f3M)(gn.x),this._docsLoaderService=(0,D.f3M)(Dt.Y),this.language$=this._languageDataService.language$}onLanguageSelect(B){this._switchLanguage(B.target.value)}_switchLanguage(B){this._languageDataService.loadLanguageData$(B).pipe((0,zn.b)(()=>this._docsLoaderService.updateUrl())).subscribe()}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["app-language-selector"]],standalone:!0,features:[D.jDz],decls:5,vars:1,consts:[[1,"doc-form-element","!px-4",3,"value","change"],["value","en"],["value","zh-TW"]],template:function(oe,Re){1&oe&&(D.TgZ(0,"select",0),D.NdJ("change",function(en){return Re.onLanguageSelect(en)}),D.TgZ(1,"option",1),D._uU(2,"English"),D.qZA(),D.TgZ(3,"option",2),D._uU(4,"\u4e2d\u6587"),D.qZA()()),2&oe&&D.Q6J("value",Re.language$.value)},dependencies:[o.ez],encapsulation:2})}return Ee})();var mi=_(2133),vr=_(8748),ki=_(4776),Tr=_(5350);const Fr={primeng:{dark:"assets/primeng-theme/dark.css",light:"assets/primeng-theme/light.css"},material:{dark:"assets/material-theme/pink-bluegrey.css",light:"assets/material-theme/deeppurple-amber.css"},highlightJs:{dark:"assets/highlightjs-theme/atom-one-dark.min.css",light:"assets/highlightjs-theme/atom-one-light.min.css"}},bo=function(){return["flex items-center justify-center","w-10 h-10","rounded-full","bg-[var(--body-bg-color)]","hover:bg-[var(--primary-500)] hover:text-white","border border-[var(--border-color-25)] lg:border-0"]};let bi=(()=>{class Ee{constructor(){this._renderer2=(0,D.f3M)(D.Qsj),this._themeService=(0,D.f3M)(Tr.f),this._onDestroy$=new vr.x,this.themes=this._themeService.themes,this.currentTheme=this._themeService.currentTheme}ngOnInit(){this.switchTheme(this.currentTheme.key),this._themeService.prefersDark$().pipe((0,ki.T)(1),(0,zn.b)(B=>this.switchTheme(B?"dark":"light")),(0,Gt.R)(this._onDestroy$)).subscribe()}switchTheme(B){if(typeof window>"u")return;const oe=document.querySelector("html"),Re=this.themes.find(ut=>B?ut.key===B:ut.key!==this.currentTheme.key);if(Re){this.currentTheme=Re,this._renderer2.setAttribute(oe,"class",Re.key),this._themeService.theme$.next(Re.key),this._themeService.savedTheme=Re.key;for(const ut in Fr)this._themeService.setTheme(`${ut}-theme`,Fr[ut][Re.key])}}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["app-theme-switcher"]],standalone:!0,features:[D.jDz],decls:2,vars:4,consts:[["type","button",3,"ngClass","click"]],template:function(oe,Re){1&oe&&(D.TgZ(0,"button",0),D.NdJ("click",function(){return Re.switchTheme()}),D._UZ(1,"i"),D.qZA()),2&oe&&(D.Q6J("ngClass",D.DdM(3,bo)),D.xp6(1),D.Tol(Re.currentTheme.class))},dependencies:[o.ez,o.mk,mi.u5],encapsulation:2})}return Ee})();var or=_(6895),it=_(5333);const wt=function(){return["inline-flex","p-2 lg:p-3 lg:px-4","text-sm lg:text-base","word-keep whitespace-nowrap","duration-200 transition-[opacity]"]};function Vt(Ee,z){if(1&Ee&&(D.ynx(0),D.TgZ(1,"a",3),D._uU(2),D.qZA(),D.BQk()),2&Ee){const B=z.$implicit;D.xp6(1),D.Q6J("ngClass",D.DdM(4,wt))("routerLink","/"+B.route)("routerLinkActive","active"),D.xp6(1),D.Oqu(B.label)}}const Vn=function(){return["relative z-0 flex gap-2","overflow-x-auto overflow-y-hidden hidden-scrollbar"]};let Di=(()=>{class Ee{constructor(B,oe,Re){this._router=B,this._el=oe,this._renderer2=Re,this.links=[],this._onDestroy$=new vr.x}ngOnChanges(B){const{links:oe}=B;oe&&this._setIndicatorStyle()}ngAfterViewInit(){this._onRouteChange(),this._setIndicatorStyle()}ngOnDestroy(){this._onDestroy$.next(null),this._onDestroy$.complete()}_onRouteChange(){this._router.events.pipe((0,it.h)(B=>B instanceof xt.m2),(0,zn.b)(()=>this._setIndicatorStyle()),(0,Gt.R)(this._onDestroy$)).subscribe()}_findElement(B){return this._el.nativeElement.querySelector(B)}_setIndicatorStyle(){typeof window>"u"||requestAnimationFrame(()=>{const B=this._findElement(".indicator"),oe=this._findElement("a.active");if(!B)return;if(!oe)return void this._renderer2.setStyle(B,"opacity","0");const Re=this._findElement(".content")?parseFloat(window.getComputedStyle(this._findElement(".content")).paddingLeft):0,ut=(this._findElement("a")?.getBoundingClientRect().x||0)-Re,en=oe.getBoundingClientRect().x-ut,nn=.8*oe.clientWidth,Nn=(oe.clientWidth-nn)/2;oe.scrollIntoView({inline:"center",block:"nearest"}),this._renderer2.setStyle(B,"opacity","1"),this._renderer2.setStyle(B,"left",`${en+Nn}px`),this._renderer2.setStyle(B,"width",`${nn}px`)})}static#e=this.\u0275fac=function(oe){return new(oe||Ee)(D.Y36(xt.F0),D.Y36(D.SBq),D.Y36(D.Qsj))};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["header-tab-bar"]],inputs:{links:"links"},standalone:!0,features:[D.TTD,D.jDz],decls:3,vars:3,consts:[[3,"ngClass"],[4,"ngFor","ngForOf"],[1,"indicator"],[3,"ngClass","routerLink","routerLinkActive"]],template:function(oe,Re){1&oe&&(D.TgZ(0,"div",0),D.YNc(1,Vt,3,5,"ng-container",1),D._UZ(2,"span",2),D.qZA()),2&oe&&(D.Q6J("ngClass",D.DdM(2,Vn)),D.xp6(1),D.Q6J("ngForOf",Re.links))},dependencies:[o.ez,o.mk,o.sg,xt.Bz,xt.rH,xt.Od],styles:["a[_ngcontent-%COMP%]:hover, a.active[_ngcontent-%COMP%]{opacity:1;font-weight:700}.indicator[_ngcontent-%COMP%]{position:absolute;left:0;bottom:0;display:block;height:4px;border-radius:1rem;background-color:var(--primary-500);transition:.5s cubic-bezier(.54,-.49,0,1.32)}@media screen and (max-width: 992px){[_nghost-%COMP%]{overflow:hidden}}"]})}return Ee})();var qi=_(7903);let Bi=(()=>{class Ee{constructor(){this._versionService=(0,D.f3M)(qi.P),this.currentVersion=this._versionService.currentVersion,this.links=[]}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["app-header-desktop"]],inputs:{links:"links"},standalone:!0,features:[D.jDz],decls:11,vars:4,consts:[[1,"header"],[1,"content-wrapper",3,"maxWidth"],[1,"flex","items-center","gap-1","mr-4"],[1,"logo",3,"routerLink"],["src","assets/logo.svg","alt",""],[1,"text-lg","font-light","capitalize","tracking-wider"],[1,"tab-bar",3,"links"],[1,"settings","ml-auto"]],template:function(oe,Re){1&oe&&(D.TgZ(0,"div",0)(1,"ui-content-wrapper",1)(2,"div",2)(3,"a",3),D._UZ(4,"img",4),D.qZA(),D.TgZ(5,"span",5),D._uU(6),D.qZA()(),D._UZ(7,"header-tab-bar",6),D.TgZ(8,"div",7),D._UZ(9,"app-theme-switcher")(10,"app-language-selector"),D.qZA()()()),2&oe&&(D.xp6(1),D.Q6J("maxWidth","var(--page-max-width)"),D.xp6(2),D.Q6J("routerLink","/"),D.xp6(3),D.Oqu(Re.currentVersion),D.xp6(1),D.Q6J("links",Re.links))},dependencies:[o.ez,xt.Bz,xt.rH,or.d,Di,bi,Gn],styles:[".header[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:flex-end}.header[_ngcontent-%COMP%] .content-wrapper[_ngcontent-%COMP%]{flex-direction:row}.header[_ngcontent-%COMP%] .logo[_ngcontent-%COMP%]{display:block;width:3rem;padding:.5rem}.header[_ngcontent-%COMP%] .logo[_ngcontent-%COMP%]:after{content:none}.header[_ngcontent-%COMP%] .settings[_ngcontent-%COMP%]{display:flex;align-items:center;gap:1rem}"]})}return Ee})();const wr=function(Ee){return{active:Ee}},ts=function(Ee){return["grid","duration-200",Ee]},Ji=function(Ee){return["relative z-0","grid grid-cols-[1fr,auto] items-center gap-3","p-1 py-4 pb-2","duration-300 delay-100",Ee]};let Qi=(()=>{class Ee{constructor(){this._layoutService=(0,D.f3M)(ri.P),this._versionService=(0,D.f3M)(qi.P),this.links=[],this.openSettings=!1,this.currentVersion=this._versionService.currentVersion}toggleSettings(){this.openSettings=!this.openSettings,requestAnimationFrame(()=>{this._layoutService.updateHeaderHeight()})}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["app-header-mobile"]],inputs:{links:"links"},standalone:!0,features:[D.jDz],decls:13,vars:12,consts:[[1,"flex","gap-4","items-center"],[1,"flex","gap-2","shrink-0","h-6",3,"routerLink"],["src","assets/logo.svg","alt",""],[1,"font-light","capitalize","tracking-wider"],[3,"links"],["type","button",1,"ml-auto","btn-menu",3,"ngClass","click"],[3,"ngClass"],[1,"overflow-hidden"]],template:function(oe,Re){1&oe&&(D.TgZ(0,"div",0)(1,"a",1),D._UZ(2,"img",2),D.TgZ(3,"span",3),D._uU(4),D.qZA()(),D._UZ(5,"header-tab-bar",4),D.TgZ(6,"button",5),D.NdJ("click",function(){return Re.toggleSettings()}),D._UZ(7,"span"),D.qZA()(),D.TgZ(8,"div",6)(9,"div",7)(10,"div",6),D._UZ(11,"app-language-selector")(12,"app-theme-switcher"),D.qZA()()()),2&oe&&(D.xp6(1),D.Q6J("routerLink","/"),D.xp6(3),D.Oqu(Re.currentVersion),D.xp6(1),D.Q6J("links",Re.links),D.xp6(1),D.Q6J("ngClass",D.VKq(6,wr,Re.openSettings)),D.xp6(2),D.Q6J("ngClass",D.VKq(8,ts,Re.openSettings?"grid-rows-[1fr]":"grid-rows-[0fr]")),D.xp6(2),D.Q6J("ngClass",D.VKq(10,Ji,Re.openSettings?"opacity-100":"opacity-0")))},dependencies:[o.ez,o.mk,xt.Bz,xt.rH,Di,bi,Gn],styles:['.btn-menu[_ngcontent-%COMP%]{--line-weight: 2px;--line-color: gray;--btn-size: 1.35rem;width:var(--btn-size);height:var(--btn-size);padding:0;background-color:unset}.btn-menu.active[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{background-color:unset}.btn-menu.active[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:0;transform:rotate(45deg)}.btn-menu.active[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:0;transform:rotate(-45deg)}.btn-menu[_ngcontent-%COMP%]:hover{background-color:unset}.btn-menu[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{position:relative;display:block;width:100%;height:var(--line-weight);margin:0 auto;background-color:var(--line-color);border-radius:2rem;z-index:0;transition:.2s}.btn-menu[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before, .btn-menu[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{content:"";position:absolute;left:0;width:100%;height:var(--line-weight);background-color:var(--line-color);border-radius:2rem;transition:.2s}.btn-menu[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:calc(var(--btn-size) / -3)}.btn-menu[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:calc(var(--btn-size) / 3)}']})}return Ee})();function zo(Ee,z){if(1&Ee&&(D.ynx(0),D._UZ(1,"app-header-desktop",2)(2,"app-header-mobile",2),D.BQk()),2&Ee){const B=z.ngIf;D.xp6(1),D.Q6J("links",B),D.xp6(1),D.Q6J("links",B)}}const Us=function(Ee){return["header-container","p-2 px-4 lg:p-4 lg:pb-2","duration-200",Ee]};let Xs=(()=>{class Ee{constructor(){this._el=(0,D.f3M)(D.SBq),this._languageDataService=(0,D.f3M)(gn.x),this._layoutService=(0,D.f3M)(ri.P),this._onDestroy$=new vr.x,this.showBackground=!1,this.links$=this._languageDataService.i18nContent$.pipe((0,X.U)(B=>[{route:"docs",label:`${B.MENU.DOCS}`},{route:"playground",label:`${B.MENU.PLAYGROUND}`}]))}onWindowScroll(){typeof window>"u"||(this.showBackground=window.scrollY>0)}ngAfterViewInit(){this._updateHeaderHeight()}ngOnDestroy(){this._onDestroy$.next(),this._onDestroy$.complete()}_updateHeaderHeight(){const B=this._el.nativeElement;B&&(0,Tt.R)(B,"transitionend",{passive:!0}).pipe((0,$n.b)(0),(0,zn.b)(()=>this._layoutService.updateHeaderHeight()),(0,Gt.R)(this._onDestroy$)).subscribe()}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["app-header"]],hostBindings:function(oe,Re){1&oe&&D.NdJ("scroll",function(en){return Re.onWindowScroll(en)},!1,D.Jf7)},standalone:!0,features:[D.jDz],decls:3,vars:6,consts:[[3,"ngClass"],[4,"ngIf"],[3,"links"]],template:function(oe,Re){1&oe&&(D.TgZ(0,"div",0),D.YNc(1,zo,3,2,"ng-container",1),D.ALo(2,"async"),D.qZA()),2&oe&&(D.Q6J("ngClass",D.VKq(4,Us,Re.showBackground?"show-background":"")),D.xp6(1),D.Q6J("ngIf",D.lcZ(2,2,Re.links$)))},dependencies:[o.ez,o.mk,o.O5,o.Ov,Bi,Qi],styles:['[_nghost-%COMP%]{position:sticky;top:0;display:block;z-index:999}.header-container[_ngcontent-%COMP%]{position:relative;z-index:0}.header-container[_ngcontent-%COMP%]:before{position:absolute;top:0;left:0;height:100%;width:100%;content:"";z-index:-1}.header-container.show-background[_ngcontent-%COMP%]:before{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);background-color:rgba(var(--body-bg-color-rgb),.35);mask:linear-gradient(var(--body-bg-color) 60%,transparent)}app-header-mobile[_ngcontent-%COMP%]{display:none}@media screen and (max-width: 1024px){app-header-desktop[_ngcontent-%COMP%]{display:none}app-header-mobile[_ngcontent-%COMP%]{display:block}}']})}return Ee})();var Ts=_(1925),Jo=_(8634),Ln=_(5228);const vi=function(Ee){return{start:Ee}},Ti=function(Ee){return{"--step-count":Ee}};let kr=(()=>{class Ee{constructor(){this._step=0,this._cancelTimer$=new vr.x,this._onDestroy$=new vr.x,this.start=!1,this.step="0%"}ngOnChanges(B){const{start:oe}=B;oe&&(this.start?this._addStep():(this.step="0%",this._cancelTimer$.next()))}ngOnDestroy(){this._cancelTimer$.next(),this._cancelTimer$.complete(),this._onDestroy$.next(),this._onDestroy$.complete()}_addStep(){(0,Ts.H)(3e3).pipe((0,U.w)(()=>function Yt(Ee=0,z=Jo.z){return Ee<0&&(Ee=0),(0,Ts.H)(Ee,Ee,z)}(1e3)),(0,zn.b)(()=>{this._step+=Math.round(Math.random()),this.step=`${this._step}%`}),(0,Gt.R)((0,te.T)(this._onDestroy$,this._cancelTimer$)),(0,Ln.o)(()=>this._step<10)).subscribe()}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["ui-loading-indicator"]],inputs:{start:"start"},standalone:!0,features:[D.TTD,D.jDz],decls:1,vars:6,consts:[[1,"loading-bar",3,"ngClass","ngStyle"]],template:function(oe,Re){1&oe&&D._UZ(0,"div",0),2&oe&&D.Q6J("ngClass",D.VKq(2,vi,Re.start))("ngStyle",D.VKq(4,Ti,Re.step))},dependencies:[o.ez,o.mk,o.PC],styles:['.loading-bar[_ngcontent-%COMP%]{--step-count: "0%";position:fixed;top:0;left:0;height:3px;width:100%;z-index:1000;opacity:0;transition:.35s}.loading-bar[_ngcontent-%COMP%]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--primary-500);transition:.35s}.loading-bar.start[_ngcontent-%COMP%]{opacity:1;transition:0s}.loading-bar.start[_ngcontent-%COMP%]:before{animation:_ngcontent-%COMP%_startAnimation 2.5s cubic-bezier(.69,.24,.49,.98) forwards}@keyframes _ngcontent-%COMP%_startAnimation{0%{width:0%}30%{width:60%}90%{width:62%}to{width:calc(66% + var(--step-count))}}']})}return Ee})(),pr=(()=>{class Ee{constructor(){this._injector=(0,D.f3M)(D.zs3,{optional:!0}),this._router=(0,D.f3M)(xt.F0),this._docsLoaderService=(0,D.f3M)(Dt.Y),this._versionService=(0,D.f3M)(qi.P),this._langService=(0,D.f3M)(gn.x),this._layoutService=(0,D.f3M)(ri.P),this.title="NgDynamicJsonForm",this.routeLoading=!1,this.docLoading$=this._docsLoaderService.docLoading$.pipe((0,Sn.g)(0))}ngOnInit(){const B=this._routeChangeEvent$(),oe=this._versionService.loadVersions$();(0,te.T)(B,oe).subscribe(),this._loadGoogleFonts(),this._registerCustomElements()}ngAfterViewInit(){typeof window>"u"||(this._layoutService.updateHeaderHeight(),this._layoutService.updateWindowSize(),(0,Tt.R)(window,"resize",{passive:!0}).pipe((0,$n.b)(50),(0,zn.b)(()=>{this._layoutService.updateHeaderHeight(),this._layoutService.updateWindowSize()})).subscribe())}_routeChangeEvent$(){return this._router.events.pipe((0,zn.b)(B=>{(B instanceof xt.xV||B instanceof xt.OD)&&(this.routeLoading=!0),(B instanceof xt.GH||B instanceof xt.m2)&&(this.routeLoading=!1,this._langService.language$.next(this._langService.currentLanguage))}))}_loadGoogleFonts(){if(typeof window>"u")return;const B=document.createElement("link");B.href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap",B.rel="stylesheet",document.head.append(B)}_registerCustomElements(){if(typeof window>"u"||!this._injector)return;const B={injector:this._injector},oe=(Re,ut)=>{customElements.define(Re,function We(Ee,z){const B=function Ce(Ee,z){return z.get(D._Vd).resolveComponentFactory(Ee).inputs}(Ee,z.injector),oe=z.strategyFactory||new xe(Ee,z.injector),Re=function Se(Ee){const z={};return Ee.forEach(({propName:B,templateName:oe,transform:Re})=>{z[function ne(Ee){return Ee.replace(/[A-Z]/g,z=>`-${z.toLowerCase()}`)}(oe)]=[B,Re]}),z}(B);class ut extends Oe{static#e=this.observedAttributes=Object.keys(Re);get ngElementStrategy(){if(!this._ngElementStrategy){const nn=this._ngElementStrategy=oe.create(this.injector||z.injector);B.forEach(({propName:Nn,transform:Qt})=>{if(!this.hasOwnProperty(Nn))return;const Ci=this[Nn];delete this[Nn],nn.setInputValue(Nn,Ci,Qt)})}return this._ngElementStrategy}constructor(nn){super(),this.injector=nn}attributeChangedCallback(nn,Nn,Qt,Ci){const[cr,os]=Re[nn];this.ngElementStrategy.setInputValue(cr,Qt,os)}connectedCallback(){let nn=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),nn=!0),this.ngElementStrategy.connect(this),nn||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(nn=>{const Nn=new CustomEvent(nn.name,{detail:nn.value});this.dispatchEvent(Nn)})}}return B.forEach(({propName:en,transform:nn})=>{Object.defineProperty(ut.prototype,en,{get(){return this.ngElementStrategy.getInputValue(en)},set(Nn){this.ngElementStrategy.setInputValue(en,Nn,nn)},configurable:!0,enumerable:!0})}),ut}(ut,B))};oe("doc-code",Be),oe("doc-tab",et),oe("custom-loading",Pi.m),oe("doc-form-viewer",Je.U),oe("input-layout-illustration",_t)}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275cmp=D.Xpm({type:Ee,selectors:[["app-root"]],standalone:!0,features:[D.jDz],decls:6,vars:3,consts:[[3,"start"],[1,"top-bg"],[1,"flex","flex-col"]],template:function(oe,Re){if(1&oe&&(D._UZ(0,"ui-loading-indicator",0),D.ALo(1,"async"),D._UZ(2,"div",1)(3,"app-header"),D.TgZ(4,"div",2),D._UZ(5,"router-outlet"),D.qZA()),2&oe){let ut;D.Q6J("start",Re.routeLoading||null!==(ut=D.lcZ(1,1,Re.docLoading$))&&void 0!==ut&&ut)}},dependencies:[o.ez,o.Ov,xt.lC,Xs,kr],styles:[".top-bg[_ngcontent-%COMP%]{--grid-line-color: rgba(var(--text-color-rgb), .05);--grid-line-weight: 1px;--grid-size: 2rem;position:fixed;top:0;left:0;width:100%;height:60vh;background:linear-gradient(0deg,transparent 50%,var(--grid-line-color) 50%,transparent calc(50% + var(--grid-line-weight))),linear-gradient(90deg,transparent 50%,var(--grid-line-color) 50%,transparent calc(50% + var(--grid-line-weight)));background-repeat:repeat;background-size:var(--grid-size) var(--grid-size);-webkit-mask-image:linear-gradient(white,transparent);mask-image:linear-gradient(white,transparent);z-index:-100;pointer-events:none}"]})}return Ee})();var an=_(2939),Ot=_(2405);function Wt(Ee){return new D.vHH(3e3,!1)}function rn(Ee){switch(Ee.length){case 0:return new Ot.ZN;case 1:return Ee[0];default:return new Ot.ZE(Ee)}}function ni(Ee,z,B=new Map,oe=new Map){const Re=[],ut=[];let en=-1,nn=null;if(z.forEach(Nn=>{const Qt=Nn.get("offset"),Ci=Qt==en,cr=Ci&&nn||new Map;Nn.forEach((os,jr)=>{let to=jr,Co=os;if("offset"!==jr)switch(to=Ee.normalizePropertyName(to,Re),Co){case Ot.k1:Co=B.get(jr);break;case Ot.l3:Co=oe.get(jr);break;default:Co=Ee.normalizeStyleValue(jr,to,Co,Re)}cr.set(to,Co)}),Ci||ut.push(cr),nn=cr,en=Qt}),Re.length)throw function gi(Ee){return new D.vHH(3502,!1)}();return ut}function yi(Ee,z,B,oe){switch(z){case"start":Ee.onStart(()=>oe(B&&Or(B,"start",Ee)));break;case"done":Ee.onDone(()=>oe(B&&Or(B,"done",Ee)));break;case"destroy":Ee.onDestroy(()=>oe(B&&Or(B,"destroy",Ee)))}}function Or(Ee,z,B){const ut=Ui(Ee.element,Ee.triggerName,Ee.fromState,Ee.toState,z||Ee.phaseName,B.totalTime??Ee.totalTime,!!B.disabled),en=Ee._data;return null!=en&&(ut._data=en),ut}function Ui(Ee,z,B,oe,Re="",ut=0,en){return{element:Ee,triggerName:z,fromState:B,toState:oe,phaseName:Re,totalTime:ut,disabled:!!en}}function dr(Ee,z,B){let oe=Ee.get(z);return oe||Ee.set(z,oe=B),oe}function br(Ee){const z=Ee.indexOf(":");return[Ee.substring(1,z),Ee.slice(z+1)]}const gr=(()=>typeof document>"u"?null:document.documentElement)();function Ca(Ee){const z=Ee.parentNode||Ee.host||null;return z===gr?null:z}let Cs=null,ns=!1;function pa(Ee,z){for(;z;){if(z===Ee)return!0;z=Ca(z)}return!1}function Ia(Ee,z,B){if(B)return Array.from(Ee.querySelectorAll(z));const oe=Ee.querySelector(z);return oe?[oe]:[]}let nr=(()=>{class Ee{validateStyleProperty(B){return function Bo(Ee){Cs||(Cs=function Ws(){return typeof document<"u"?document.body:null}()||{},ns=!!Cs.style&&"WebkitAppearance"in Cs.style);let z=!0;return Cs.style&&!function Yi(Ee){return"ebkit"==Ee.substring(1,6)}(Ee)&&(z=Ee in Cs.style,!z&&ns&&(z="Webkit"+Ee.charAt(0).toUpperCase()+Ee.slice(1)in Cs.style)),z}(B)}matchesElement(B,oe){return!1}containsElement(B,oe){return pa(B,oe)}getParentElement(B){return Ca(B)}query(B,oe,Re){return Ia(B,oe,Re)}computeStyle(B,oe,Re){return Re||""}animate(B,oe,Re,ut,en,nn=[],Nn){return new Ot.ZN(Re,ut)}static#e=this.\u0275fac=function(oe){return new(oe||Ee)};static#t=this.\u0275prov=D.Yz7({token:Ee,factory:Ee.\u0275fac})}return Ee})(),$i=(()=>{class Ee{static#e=this.NOOP=new nr}return Ee})();const Hr=1e3,Ps="ng-enter",ps="ng-leave",Za="ng-trigger",Oo=".ng-trigger",qc="ng-animating",gl=".ng-animating";function Ar(Ee){if("number"==typeof Ee)return Ee;const z=Ee.match(/^(-?[\.\d]+)(m?s)/);return!z||z.length<2?0:ai(parseFloat(z[1]),z[2])}function ai(Ee,z){return"s"===z?Ee*Hr:Ee}function fr(Ee,z,B){return Ee.hasOwnProperty("duration")?Ee:function ws(Ee,z,B){let Re,ut=0,en="";if("string"==typeof Ee){const nn=Ee.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===nn)return z.push(Wt()),{duration:0,delay:0,easing:""};Re=ai(parseFloat(nn[1]),nn[2]);const Nn=nn[3];null!=Nn&&(ut=ai(parseFloat(Nn),nn[4]));const Qt=nn[5];Qt&&(en=Qt)}else Re=Ee;if(!B){let nn=!1,Nn=z.length;Re<0&&(z.push(function qe(){return new D.vHH(3100,!1)}()),nn=!0),ut<0&&(z.push(function lt(){return new D.vHH(3101,!1)}()),nn=!0),nn&&z.splice(Nn,0,Wt())}return{duration:Re,delay:ut,easing:en}}(Ee,z,B)}function ma(Ee,z={}){return Object.keys(Ee).forEach(B=>{z[B]=Ee[B]}),z}function qr(Ee){const z=new Map;return Object.keys(Ee).forEach(B=>{z.set(B,Ee[B])}),z}function ms(Ee,z=new Map,B){if(B)for(let[oe,Re]of B)z.set(oe,Re);for(let[oe,Re]of Ee)z.set(oe,Re);return z}function Ea(Ee,z,B){z.forEach((oe,Re)=>{const ut=vs(Re);B&&!B.has(Re)&&B.set(Re,Ee.style[ut]),Ee.style[ut]=oe})}function mc(Ee,z){z.forEach((B,oe)=>{const Re=vs(oe);Ee.style[Re]=""})}function Pr(Ee){return Array.isArray(Ee)?1==Ee.length?Ee[0]:(0,Ot.vP)(Ee):Ee}const Yl=new RegExp("{{\\s*(.+?)\\s*}}","g");function uc(Ee){let z=[];if("string"==typeof Ee){let B;for(;B=Yl.exec(Ee);)z.push(B[1]);Yl.lastIndex=0}return z}function _s(Ee,z,B){const oe=Ee.toString(),Re=oe.replace(Yl,(ut,en)=>{let nn=z[en];return null==nn&&(B.push(function yn(Ee){return new D.vHH(3003,!1)}()),nn=""),nn.toString()});return Re==oe?Ee:Re}function Ra(Ee){const z=[];let B=Ee.next();for(;!B.done;)z.push(B.value),B=Ee.next();return z}const Ac=/-+([a-z0-9])/g;function vs(Ee){return Ee.replace(Ac,(...z)=>z[1].toUpperCase())}function Ko(Ee,z,B){switch(z.type){case 7:return Ee.visitTrigger(z,B);case 0:return Ee.visitState(z,B);case 1:return Ee.visitTransition(z,B);case 2:return Ee.visitSequence(z,B);case 3:return Ee.visitGroup(z,B);case 4:return Ee.visitAnimate(z,B);case 5:return Ee.visitKeyframes(z,B);case 6:return Ee.visitStyle(z,B);case 8:return Ee.visitReference(z,B);case 9:return Ee.visitAnimateChild(z,B);case 10:return Ee.visitAnimateRef(z,B);case 11:return Ee.visitQuery(z,B);case 12:return Ee.visitStagger(z,B);default:throw function Dn(Ee){return new D.vHH(3004,!1)}()}}function _l(Ee,z){return window.getComputedStyle(Ee)[z]}const Dc="*";function gs(Ee,z){const B=[];return"string"==typeof Ee?Ee.split(/\s*,\s*/).forEach(oe=>function yc(Ee,z,B){if(":"==Ee[0]){const Nn=function ta(Ee,z){switch(Ee){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(B,oe)=>parseFloat(oe)>parseFloat(B);case":decrement":return(B,oe)=>parseFloat(oe) *"}}(Ee,B);if("function"==typeof Nn)return void z.push(Nn);Ee=Nn}const oe=Ee.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==oe||oe.length<4)return B.push(function Eo(Ee){return new D.vHH(3015,!1)}()),z;const Re=oe[1],ut=oe[2],en=oe[3];z.push(Uo(Re,en));"<"==ut[0]&&!(Re==Dc&&en==Dc)&&z.push(Uo(en,Re))}(oe,B,z)):B.push(Ee),B}const Wl=new Set(["true","1"]),Ms=new Set(["false","0"]);function Uo(Ee,z){const B=Wl.has(Ee)||Ms.has(Ee),oe=Wl.has(z)||Ms.has(z);return(Re,ut)=>{let en=Ee==Dc||Ee==Re,nn=z==Dc||z==ut;return!en&&B&&"boolean"==typeof Re&&(en=Re?Wl.has(Ee):Ms.has(Ee)),!nn&&oe&&"boolean"==typeof ut&&(nn=ut?Wl.has(z):Ms.has(z)),en&&nn}}const Cc=new RegExp("s*:selfs*,?","g");function Nl(Ee,z,B,oe){return new is(Ee).build(z,B,oe)}class is{constructor(z){this._driver=z}build(z,B,oe){const Re=new F2(B);return this._resetContextStyleTimingState(Re),Ko(this,Pr(z),Re)}_resetContextStyleTimingState(z){z.currentQuerySelector="",z.collectedStyles=new Map,z.collectedStyles.set("",new Map),z.currentTime=0}visitTrigger(z,B){let oe=B.queryCount=0,Re=B.depCount=0;const ut=[],en=[];return"@"==z.name.charAt(0)&&B.errors.push(function mr(){return new D.vHH(3006,!1)}()),z.definitions.forEach(nn=>{if(this._resetContextStyleTimingState(B),0==nn.type){const Nn=nn,Qt=Nn.name;Qt.toString().split(/\s*,\s*/).forEach(Ci=>{Nn.name=Ci,ut.push(this.visitState(Nn,B))}),Nn.name=Qt}else if(1==nn.type){const Nn=this.visitTransition(nn,B);oe+=Nn.queryCount,Re+=Nn.depCount,en.push(Nn)}else B.errors.push(function Dr(){return new D.vHH(3007,!1)}())}),{type:7,name:z.name,states:ut,transitions:en,queryCount:oe,depCount:Re,options:null}}visitState(z,B){const oe=this.visitStyle(z.styles,B),Re=z.options&&z.options.params||null;if(oe.containsDynamicStyles){const ut=new Set,en=Re||{};oe.styles.forEach(nn=>{nn instanceof Map&&nn.forEach(Nn=>{uc(Nn).forEach(Qt=>{en.hasOwnProperty(Qt)||ut.add(Qt)})})}),ut.size&&(Ra(ut.values()),B.errors.push(function ao(Ee,z){return new D.vHH(3008,!1)}()))}return{type:0,name:z.name,style:oe,options:Re?{params:Re}:null}}visitTransition(z,B){B.queryCount=0,B.depCount=0;const oe=Ko(this,Pr(z.animation),B);return{type:1,matchers:gs(z.expr,B.errors),animation:oe,queryCount:B.queryCount,depCount:B.depCount,options:v1(z.options)}}visitSequence(z,B){return{type:2,steps:z.steps.map(oe=>Ko(this,oe,B)),options:v1(z.options)}}visitGroup(z,B){const oe=B.currentTime;let Re=0;const ut=z.steps.map(en=>{B.currentTime=oe;const nn=Ko(this,en,B);return Re=Math.max(Re,B.currentTime),nn});return B.currentTime=Re,{type:3,steps:ut,options:v1(z.options)}}visitAnimate(z,B){const oe=function d2(Ee,z){if(Ee.hasOwnProperty("duration"))return Ee;if("number"==typeof Ee)return fo(fr(Ee,z).duration,0,"");const B=Ee;if(B.split(/\s+/).some(ut=>"{"==ut.charAt(0)&&"{"==ut.charAt(1))){const ut=fo(0,0,"");return ut.dynamic=!0,ut.strValue=B,ut}const Re=fr(B,z);return fo(Re.duration,Re.delay,Re.easing)}(z.timings,B.errors);B.currentAnimateTimings=oe;let Re,ut=z.styles?z.styles:(0,Ot.oB)({});if(5==ut.type)Re=this.visitKeyframes(ut,B);else{let en=z.styles,nn=!1;if(!en){nn=!0;const Qt={};oe.easing&&(Qt.easing=oe.easing),en=(0,Ot.oB)(Qt)}B.currentTime+=oe.duration+oe.delay;const Nn=this.visitStyle(en,B);Nn.isEmptyStep=nn,Re=Nn}return B.currentAnimateTimings=null,{type:4,timings:oe,style:Re,options:null}}visitStyle(z,B){const oe=this._makeStyleAst(z,B);return this._validateStyleAst(oe,B),oe}_makeStyleAst(z,B){const oe=[],Re=Array.isArray(z.styles)?z.styles:[z.styles];for(let nn of Re)"string"==typeof nn?nn===Ot.l3?oe.push(nn):B.errors.push(new D.vHH(3002,!1)):oe.push(qr(nn));let ut=!1,en=null;return oe.forEach(nn=>{if(nn instanceof Map&&(nn.has("easing")&&(en=nn.get("easing"),nn.delete("easing")),!ut))for(let Nn of nn.values())if(Nn.toString().indexOf("{{")>=0){ut=!0;break}}),{type:6,styles:oe,easing:en,offset:z.offset,containsDynamicStyles:ut,options:null}}_validateStyleAst(z,B){const oe=B.currentAnimateTimings;let Re=B.currentTime,ut=B.currentTime;oe&&ut>0&&(ut-=oe.duration+oe.delay),z.styles.forEach(en=>{"string"!=typeof en&&en.forEach((nn,Nn)=>{const Qt=B.collectedStyles.get(B.currentQuerySelector),Ci=Qt.get(Nn);let cr=!0;Ci&&(ut!=Re&&ut>=Ci.startTime&&Re<=Ci.endTime&&(B.errors.push(function Kt(Ee,z,B,oe,Re){return new D.vHH(3010,!1)}()),cr=!1),ut=Ci.startTime),cr&&Qt.set(Nn,{startTime:ut,endTime:Re}),B.options&&function Sa(Ee,z,B){const oe=z.params||{},Re=uc(Ee);Re.length&&Re.forEach(ut=>{oe.hasOwnProperty(ut)||B.push(function Bt(Ee){return new D.vHH(3001,!1)}())})}(nn,B.options,B.errors)})})}visitKeyframes(z,B){const oe={type:5,styles:[],options:null};if(!B.currentAnimateTimings)return B.errors.push(function Fn(){return new D.vHH(3011,!1)}()),oe;let ut=0;const en=[];let nn=!1,Nn=!1,Qt=0;const Ci=z.steps.map(Ta=>{const ec=this._makeStyleAst(Ta,B);let Sc=null!=ec.offset?ec.offset:function kl(Ee){if("string"==typeof Ee)return null;let z=null;if(Array.isArray(Ee))Ee.forEach(B=>{if(B instanceof Map&&B.has("offset")){const oe=B;z=parseFloat(oe.get("offset")),oe.delete("offset")}});else if(Ee instanceof Map&&Ee.has("offset")){const B=Ee;z=parseFloat(B.get("offset")),B.delete("offset")}return z}(ec.styles),zc=0;return null!=Sc&&(ut++,zc=ec.offset=Sc),Nn=Nn||zc<0||zc>1,nn=nn||zc0&&ut{const Sc=os>0?ec==jr?1:os*ec:en[ec],zc=Sc*As;B.currentTime=to+Co.delay+zc,Co.duration=zc,this._validateStyleAst(Ta,B),Ta.offset=Sc,oe.styles.push(Ta)}),oe}visitReference(z,B){return{type:8,animation:Ko(this,Pr(z.animation),B),options:v1(z.options)}}visitAnimateChild(z,B){return B.depCount++,{type:9,options:v1(z.options)}}visitAnimateRef(z,B){return{type:10,animation:this.visitReference(z.animation,B),options:v1(z.options)}}visitQuery(z,B){const oe=B.currentQuerySelector,Re=z.options||{};B.queryCount++,B.currentQuery=z;const[ut,en]=function Go(Ee){const z=!!Ee.split(/\s*,\s*/).find(B=>":self"==B);return z&&(Ee=Ee.replace(Cc,"")),Ee=Ee.replace(/@\*/g,Oo).replace(/@\w+/g,B=>Oo+"-"+B.slice(1)).replace(/:animating/g,gl),[Ee,z]}(z.selector);B.currentQuerySelector=oe.length?oe+" "+ut:ut,dr(B.collectedStyles,B.currentQuerySelector,new Map);const nn=Ko(this,Pr(z.animation),B);return B.currentQuery=null,B.currentQuerySelector=oe,{type:11,selector:ut,limit:Re.limit||0,optional:!!Re.optional,includeSelf:en,animation:nn,originalSelector:z.selector,options:v1(z.options)}}visitStagger(z,B){B.currentQuery||B.errors.push(function wi(){return new D.vHH(3013,!1)}());const oe="full"===z.timings?{duration:0,delay:0,easing:"full"}:fr(z.timings,B.errors,!0);return{type:12,animation:Ko(this,Pr(z.animation),B),timings:oe,options:null}}}class F2{constructor(z){this.errors=z,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles=new Map,this.options=null,this.unsupportedCSSPropertiesFound=new Set}}function v1(Ee){return Ee?(Ee=ma(Ee)).params&&(Ee.params=function sd(Ee){return Ee?ma(Ee):null}(Ee.params)):Ee={},Ee}function fo(Ee,z,B){return{duration:Ee,delay:z,easing:B}}function Qs(Ee,z,B,oe,Re,ut,en=null,nn=!1){return{type:1,element:Ee,keyframes:z,preStyleProps:B,postStyleProps:oe,duration:Re,delay:ut,totalTime:Re+ut,easing:en,subTimeline:nn}}class vl{constructor(){this._map=new Map}get(z){return this._map.get(z)||[]}append(z,B){let oe=this._map.get(z);oe||this._map.set(z,oe=[]),oe.push(...B)}has(z){return this._map.has(z)}clear(){this._map.clear()}}const ze=new RegExp(":enter","g"),dt=new RegExp(":leave","g");function dn(Ee,z,B,oe,Re,ut=new Map,en=new Map,nn,Nn,Qt=[]){return(new yr).buildKeyframes(Ee,z,B,oe,Re,ut,en,nn,Nn,Qt)}class yr{buildKeyframes(z,B,oe,Re,ut,en,nn,Nn,Qt,Ci=[]){Qt=Qt||new vl;const cr=new La(z,B,Qt,Re,ut,Ci,[]);cr.options=Nn;const os=Nn.delay?Ar(Nn.delay):0;cr.currentTimeline.delayNextStep(os),cr.currentTimeline.setStyles([en],null,cr.errors,Nn),Ko(this,oe,cr);const jr=cr.timelines.filter(to=>to.containsAnimation());if(jr.length&&nn.size){let to;for(let Co=jr.length-1;Co>=0;Co--){const As=jr[Co];if(As.element===B){to=As;break}}to&&!to.allowOnlyTimelineStyles()&&to.setStyles([nn],null,cr.errors,Nn)}return jr.length?jr.map(to=>to.buildKeyframes()):[Qs(B,[],[],[],0,os,"",!1)]}visitTrigger(z,B){}visitState(z,B){}visitTransition(z,B){}visitAnimateChild(z,B){const oe=B.subInstructions.get(B.element);if(oe){const Re=B.createSubContext(z.options),ut=B.currentTimeline.currentTime,en=this._visitSubInstructions(oe,Re,Re.options);ut!=en&&B.transformIntoNewTimeline(en)}B.previousNode=z}visitAnimateRef(z,B){const oe=B.createSubContext(z.options);oe.transformIntoNewTimeline(),this._applyAnimationRefDelays([z.options,z.animation.options],B,oe),this.visitReference(z.animation,oe),B.transformIntoNewTimeline(oe.currentTimeline.currentTime),B.previousNode=z}_applyAnimationRefDelays(z,B,oe){for(const Re of z){const ut=Re?.delay;if(ut){const en="number"==typeof ut?ut:Ar(_s(ut,Re?.params??{},B.errors));oe.delayNextStep(en)}}}_visitSubInstructions(z,B,oe){let ut=B.currentTimeline.currentTime;const en=null!=oe.duration?Ar(oe.duration):null,nn=null!=oe.delay?Ar(oe.delay):null;return 0!==en&&z.forEach(Nn=>{const Qt=B.appendInstructionToTimeline(Nn,en,nn);ut=Math.max(ut,Qt.duration+Qt.delay)}),ut}visitReference(z,B){B.updateOptions(z.options,!0),Ko(this,z.animation,B),B.previousNode=z}visitSequence(z,B){const oe=B.subContextCount;let Re=B;const ut=z.options;if(ut&&(ut.params||ut.delay)&&(Re=B.createSubContext(ut),Re.transformIntoNewTimeline(),null!=ut.delay)){6==Re.previousNode.type&&(Re.currentTimeline.snapshotCurrentStyles(),Re.previousNode=lo);const en=Ar(ut.delay);Re.delayNextStep(en)}z.steps.length&&(z.steps.forEach(en=>Ko(this,en,Re)),Re.currentTimeline.applyStylesToKeyframe(),Re.subContextCount>oe&&Re.transformIntoNewTimeline()),B.previousNode=z}visitGroup(z,B){const oe=[];let Re=B.currentTimeline.currentTime;const ut=z.options&&z.options.delay?Ar(z.options.delay):0;z.steps.forEach(en=>{const nn=B.createSubContext(z.options);ut&&nn.delayNextStep(ut),Ko(this,en,nn),Re=Math.max(Re,nn.currentTimeline.currentTime),oe.push(nn.currentTimeline)}),oe.forEach(en=>B.currentTimeline.mergeTimelineCollectedStyles(en)),B.transformIntoNewTimeline(Re),B.previousNode=z}_visitTiming(z,B){if(z.dynamic){const oe=z.strValue;return fr(B.params?_s(oe,B.params,B.errors):oe,B.errors)}return{duration:z.duration,delay:z.delay,easing:z.easing}}visitAnimate(z,B){const oe=B.currentAnimateTimings=this._visitTiming(z.timings,B),Re=B.currentTimeline;oe.delay&&(B.incrementTime(oe.delay),Re.snapshotCurrentStyles());const ut=z.style;5==ut.type?this.visitKeyframes(ut,B):(B.incrementTime(oe.duration),this.visitStyle(ut,B),Re.applyStylesToKeyframe()),B.currentAnimateTimings=null,B.previousNode=z}visitStyle(z,B){const oe=B.currentTimeline,Re=B.currentAnimateTimings;!Re&&oe.hasCurrentStyleProperties()&&oe.forwardFrame();const ut=Re&&Re.easing||z.easing;z.isEmptyStep?oe.applyEmptyStep(ut):oe.setStyles(z.styles,ut,B.errors,B.options),B.previousNode=z}visitKeyframes(z,B){const oe=B.currentAnimateTimings,Re=B.currentTimeline.duration,ut=oe.duration,nn=B.createSubContext().currentTimeline;nn.easing=oe.easing,z.styles.forEach(Nn=>{nn.forwardTime((Nn.offset||0)*ut),nn.setStyles(Nn.styles,Nn.easing,B.errors,B.options),nn.applyStylesToKeyframe()}),B.currentTimeline.mergeTimelineCollectedStyles(nn),B.transformIntoNewTimeline(Re+ut),B.previousNode=z}visitQuery(z,B){const oe=B.currentTimeline.currentTime,Re=z.options||{},ut=Re.delay?Ar(Re.delay):0;ut&&(6===B.previousNode.type||0==oe&&B.currentTimeline.hasCurrentStyleProperties())&&(B.currentTimeline.snapshotCurrentStyles(),B.previousNode=lo);let en=oe;const nn=B.invokeQuery(z.selector,z.originalSelector,z.limit,z.includeSelf,!!Re.optional,B.errors);B.currentQueryTotal=nn.length;let Nn=null;nn.forEach((Qt,Ci)=>{B.currentQueryIndex=Ci;const cr=B.createSubContext(z.options,Qt);ut&&cr.delayNextStep(ut),Qt===B.element&&(Nn=cr.currentTimeline),Ko(this,z.animation,cr),cr.currentTimeline.applyStylesToKeyframe(),en=Math.max(en,cr.currentTimeline.currentTime)}),B.currentQueryIndex=0,B.currentQueryTotal=0,B.transformIntoNewTimeline(en),Nn&&(B.currentTimeline.mergeTimelineCollectedStyles(Nn),B.currentTimeline.snapshotCurrentStyles()),B.previousNode=z}visitStagger(z,B){const oe=B.parentContext,Re=B.currentTimeline,ut=z.timings,en=Math.abs(ut.duration),nn=en*(B.currentQueryTotal-1);let Nn=en*B.currentQueryIndex;switch(ut.duration<0?"reverse":ut.easing){case"reverse":Nn=nn-Nn;break;case"full":Nn=oe.currentStaggerTime}const Ci=B.currentTimeline;Nn&&Ci.delayNextStep(Nn);const cr=Ci.currentTime;Ko(this,z.animation,B),B.previousNode=z,oe.currentStaggerTime=Re.currentTime-cr+(Re.startTime-oe.currentTimeline.startTime)}}const lo={};class La{constructor(z,B,oe,Re,ut,en,nn,Nn){this._driver=z,this.element=B,this.subInstructions=oe,this._enterClassName=Re,this._leaveClassName=ut,this.errors=en,this.timelines=nn,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=lo,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=Nn||new Oc(this._driver,B,0),nn.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(z,B){if(!z)return;const oe=z;let Re=this.options;null!=oe.duration&&(Re.duration=Ar(oe.duration)),null!=oe.delay&&(Re.delay=Ar(oe.delay));const ut=oe.params;if(ut){let en=Re.params;en||(en=this.options.params={}),Object.keys(ut).forEach(nn=>{(!B||!en.hasOwnProperty(nn))&&(en[nn]=_s(ut[nn],en,this.errors))})}}_copyOptions(){const z={};if(this.options){const B=this.options.params;if(B){const oe=z.params={};Object.keys(B).forEach(Re=>{oe[Re]=B[Re]})}}return z}createSubContext(z=null,B,oe){const Re=B||this.element,ut=new La(this._driver,Re,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(Re,oe||0));return ut.previousNode=this.previousNode,ut.currentAnimateTimings=this.currentAnimateTimings,ut.options=this._copyOptions(),ut.updateOptions(z),ut.currentQueryIndex=this.currentQueryIndex,ut.currentQueryTotal=this.currentQueryTotal,ut.parentContext=this,this.subContextCount++,ut}transformIntoNewTimeline(z){return this.previousNode=lo,this.currentTimeline=this.currentTimeline.fork(this.element,z),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(z,B,oe){const Re={duration:B??z.duration,delay:this.currentTimeline.currentTime+(oe??0)+z.delay,easing:""},ut=new ol(this._driver,z.element,z.keyframes,z.preStyleProps,z.postStyleProps,Re,z.stretchStartingKeyframe);return this.timelines.push(ut),Re}incrementTime(z){this.currentTimeline.forwardTime(this.currentTimeline.duration+z)}delayNextStep(z){z>0&&this.currentTimeline.delayNextStep(z)}invokeQuery(z,B,oe,Re,ut,en){let nn=[];if(Re&&nn.push(this.element),z.length>0){z=(z=z.replace(ze,"."+this._enterClassName)).replace(dt,"."+this._leaveClassName);let Qt=this._driver.query(this.element,z,1!=oe);0!==oe&&(Qt=oe<0?Qt.slice(Qt.length+oe,Qt.length):Qt.slice(0,oe)),nn.push(...Qt)}return!ut&&0==nn.length&&en.push(function Mr(Ee){return new D.vHH(3014,!1)}()),nn}}class Oc{constructor(z,B,oe,Re){this._driver=z,this.element=B,this.startTime=oe,this._elementTimelineStylesLookup=Re,this.duration=0,this.easing=null,this._previousKeyframe=new Map,this._currentKeyframe=new Map,this._keyframes=new Map,this._styleSummary=new Map,this._localTimelineStyles=new Map,this._pendingStyles=new Map,this._backFill=new Map,this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(B),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(B,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.hasCurrentStyleProperties();default:return!0}}hasCurrentStyleProperties(){return this._currentKeyframe.size>0}get currentTime(){return this.startTime+this.duration}delayNextStep(z){const B=1===this._keyframes.size&&this._pendingStyles.size;this.duration||B?(this.forwardTime(this.currentTime+z),B&&this.snapshotCurrentStyles()):this.startTime+=z}fork(z,B){return this.applyStylesToKeyframe(),new Oc(this._driver,z,B||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=new Map,this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=1,this._loadKeyframe()}forwardTime(z){this.applyStylesToKeyframe(),this.duration=z,this._loadKeyframe()}_updateStyle(z,B){this._localTimelineStyles.set(z,B),this._globalTimelineStyles.set(z,B),this._styleSummary.set(z,{time:this.currentTime,value:B})}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(z){z&&this._previousKeyframe.set("easing",z);for(let[B,oe]of this._globalTimelineStyles)this._backFill.set(B,oe||Ot.l3),this._currentKeyframe.set(B,Ot.l3);this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(z,B,oe,Re){B&&this._previousKeyframe.set("easing",B);const ut=Re&&Re.params||{},en=function ql(Ee,z){const B=new Map;let oe;return Ee.forEach(Re=>{if("*"===Re){oe=oe||z.keys();for(let ut of oe)B.set(ut,Ot.l3)}else ms(Re,B)}),B}(z,this._globalTimelineStyles);for(let[nn,Nn]of en){const Qt=_s(Nn,ut,oe);this._pendingStyles.set(nn,Qt),this._localTimelineStyles.has(nn)||this._backFill.set(nn,this._globalTimelineStyles.get(nn)??Ot.l3),this._updateStyle(nn,Qt)}}applyStylesToKeyframe(){0!=this._pendingStyles.size&&(this._pendingStyles.forEach((z,B)=>{this._currentKeyframe.set(B,z)}),this._pendingStyles.clear(),this._localTimelineStyles.forEach((z,B)=>{this._currentKeyframe.has(B)||this._currentKeyframe.set(B,z)}))}snapshotCurrentStyles(){for(let[z,B]of this._localTimelineStyles)this._pendingStyles.set(z,B),this._updateStyle(z,B)}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){const z=[];for(let B in this._currentKeyframe)z.push(B);return z}mergeTimelineCollectedStyles(z){z._styleSummary.forEach((B,oe)=>{const Re=this._styleSummary.get(oe);(!Re||B.time>Re.time)&&this._updateStyle(oe,B.value)})}buildKeyframes(){this.applyStylesToKeyframe();const z=new Set,B=new Set,oe=1===this._keyframes.size&&0===this.duration;let Re=[];this._keyframes.forEach((nn,Nn)=>{const Qt=ms(nn,new Map,this._backFill);Qt.forEach((Ci,cr)=>{Ci===Ot.k1?z.add(cr):Ci===Ot.l3&&B.add(cr)}),oe||Qt.set("offset",Nn/this.duration),Re.push(Qt)});const ut=z.size?Ra(z.values()):[],en=B.size?Ra(B.values()):[];if(oe){const nn=Re[0],Nn=new Map(nn);nn.set("offset",0),Nn.set("offset",1),Re=[nn,Nn]}return Qs(this.element,Re,ut,en,this.duration,this.startTime,this.easing,!1)}}class ol extends Oc{constructor(z,B,oe,Re,ut,en,nn=!1){super(z,B,en.delay),this.keyframes=oe,this.preStyleProps=Re,this.postStyleProps=ut,this._stretchStartingKeyframe=nn,this.timings={duration:en.duration,delay:en.delay,easing:en.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let z=this.keyframes,{delay:B,duration:oe,easing:Re}=this.timings;if(this._stretchStartingKeyframe&&B){const ut=[],en=oe+B,nn=B/en,Nn=ms(z[0]);Nn.set("offset",0),ut.push(Nn);const Qt=ms(z[0]);Qt.set("offset",sl(nn)),ut.push(Qt);const Ci=z.length-1;for(let cr=1;cr<=Ci;cr++){let os=ms(z[cr]);const jr=os.get("offset");os.set("offset",sl((B+jr*oe)/en)),ut.push(os)}oe=en,B=0,Re="",z=ut}return Qs(this.element,z,this.preStyleProps,this.postStyleProps,oe,B,Re,!0)}}function sl(Ee,z=3){const B=Math.pow(10,z-1);return Math.round(Ee*B)/B}class xa{}const Ql=new Set(["width","height","minWidth","minHeight","maxWidth","maxHeight","left","top","bottom","right","fontSize","outlineWidth","outlineOffset","paddingTop","paddingLeft","paddingBottom","paddingRight","marginTop","marginLeft","marginBottom","marginRight","borderRadius","borderWidth","borderTopWidth","borderLeftWidth","borderRightWidth","borderBottomWidth","textIndent","perspective"]);class js extends xa{normalizePropertyName(z,B){return vs(z)}normalizeStyleValue(z,B,oe,Re){let ut="";const en=oe.toString().trim();if(Ql.has(B)&&0!==oe&&"0"!==oe)if("number"==typeof oe)ut="px";else{const nn=oe.match(/^[+-]?[\d\.]+([a-z]*)$/);nn&&0==nn[1].length&&Re.push(function si(Ee,z){return new D.vHH(3005,!1)}())}return en+ut}}function Zl(Ee,z,B,oe,Re,ut,en,nn,Nn,Qt,Ci,cr,os){return{type:0,element:Ee,triggerName:z,isRemovalTransition:Re,fromState:B,fromStyles:ut,toState:oe,toStyles:en,timelines:nn,queriedElements:Nn,preStyleProps:Qt,postStyleProps:Ci,totalTime:cr,errors:os}}const Pa={};class R1{constructor(z,B,oe){this._triggerName=z,this.ast=B,this._stateStyles=oe}match(z,B,oe,Re){return function ad(Ee,z,B,oe,Re){return Ee.some(ut=>ut(z,B,oe,Re))}(this.ast.matchers,z,B,oe,Re)}buildStyles(z,B,oe){let Re=this._stateStyles.get("*");return void 0!==z&&(Re=this._stateStyles.get(z?.toString())||Re),Re?Re.buildStyles(B,oe):new Map}build(z,B,oe,Re,ut,en,nn,Nn,Qt,Ci){const cr=[],os=this.ast.options&&this.ast.options.params||Pa,to=this.buildStyles(oe,nn&&nn.params||Pa,cr),Co=Nn&&Nn.params||Pa,As=this.buildStyles(Re,Co,cr),Ta=new Set,ec=new Map,Sc=new Map,zc="void"===Re,h2={params:N1(Co,os),delay:this.ast.options?.delay},Va=Ci?[]:dn(z,B,this.ast.animation,ut,en,to,As,h2,Qt,cr);let $a=0;if(Va.forEach(W=>{$a=Math.max(W.duration+W.delay,$a)}),cr.length)return Zl(B,this._triggerName,oe,Re,zc,to,As,[],[],ec,Sc,$a,cr);Va.forEach(W=>{const ie=W.element,$=dr(ec,ie,new Set);W.preStyleProps.forEach(we=>$.add(we));const le=dr(Sc,ie,new Set);W.postStyleProps.forEach(we=>le.add(we)),ie!==B&&Ta.add(ie)});const E1=Ra(Ta.values());return Zl(B,this._triggerName,oe,Re,zc,to,As,Va,E1,ec,Sc,$a)}}function N1(Ee,z){const B=ma(z);for(const oe in Ee)Ee.hasOwnProperty(oe)&&null!=Ee[oe]&&(B[oe]=Ee[oe]);return B}class k1{constructor(z,B,oe){this.styles=z,this.defaultParams=B,this.normalizer=oe}buildStyles(z,B){const oe=new Map,Re=ma(this.defaultParams);return Object.keys(z).forEach(ut=>{const en=z[ut];null!==en&&(Re[ut]=en)}),this.styles.styles.forEach(ut=>{"string"!=typeof ut&&ut.forEach((en,nn)=>{en&&(en=_s(en,Re,B));const Nn=this.normalizer.normalizePropertyName(nn,B);en=this.normalizer.normalizeStyleValue(nn,Nn,en,B),oe.set(nn,en)})}),oe}}class Qc{constructor(z,B,oe){this.name=z,this.ast=B,this._normalizer=oe,this.transitionFactories=[],this.states=new Map,B.states.forEach(Re=>{this.states.set(Re.name,new k1(Re.style,Re.options&&Re.options.params||{},oe))}),bl(this.states,"true","1"),bl(this.states,"false","0"),B.transitions.forEach(Re=>{this.transitionFactories.push(new R1(z,Re,this.states))}),this.fallbackTransition=function b1(Ee,z,B){return new R1(Ee,{type:1,animation:{type:2,steps:[],options:null},matchers:[(en,nn)=>!0],options:null,queryCount:0,depCount:0},z)}(z,this.states)}get containsQueries(){return this.ast.queryCount>0}matchTransition(z,B,oe,Re){return this.transitionFactories.find(en=>en.match(z,B,oe,Re))||null}matchStyles(z,B,oe){return this.fallbackTransition.buildStyles(z,B,oe)}}function bl(Ee,z,B){Ee.has(z)?Ee.has(B)||Ee.set(B,Ee.get(z)):Ee.has(B)&&Ee.set(z,Ee.get(B))}const Pl=new vl;class Vl{constructor(z,B,oe){this.bodyNode=z,this._driver=B,this._normalizer=oe,this._animations=new Map,this._playersById=new Map,this.players=[]}register(z,B){const oe=[],ut=Nl(this._driver,B,oe,[]);if(oe.length)throw function Oi(Ee){return new D.vHH(3503,!1)}();this._animations.set(z,ut)}_buildPlayer(z,B,oe){const Re=z.element,ut=ni(this._normalizer,z.keyframes,B,oe);return this._driver.animate(Re,ut,z.duration,z.delay,z.easing,[],!0)}create(z,B,oe={}){const Re=[],ut=this._animations.get(z);let en;const nn=new Map;if(ut?(en=dn(this._driver,B,ut,Ps,ps,new Map,new Map,oe,Pl,Re),en.forEach(Ci=>{const cr=dr(nn,Ci.element,new Map);Ci.postStyleProps.forEach(os=>cr.set(os,null))})):(Re.push(function Xi(){return new D.vHH(3300,!1)}()),en=[]),Re.length)throw function Kr(Ee){return new D.vHH(3504,!1)}();nn.forEach((Ci,cr)=>{Ci.forEach((os,jr)=>{Ci.set(jr,this._driver.computeStyle(cr,jr,Ot.l3))})});const Qt=rn(en.map(Ci=>{const cr=nn.get(Ci.element);return this._buildPlayer(Ci,new Map,cr)}));return this._playersById.set(z,Qt),Qt.onDestroy(()=>this.destroy(z)),this.players.push(Qt),Qt}destroy(z){const B=this._getPlayer(z);B.destroy(),this._playersById.delete(z);const oe=this.players.indexOf(B);oe>=0&&this.players.splice(oe,1)}_getPlayer(z){const B=this._playersById.get(z);if(!B)throw function So(Ee){return new D.vHH(3301,!1)}();return B}listen(z,B,oe,Re){const ut=Ui(B,"","","");return yi(this._getPlayer(z),oe,ut,Re),()=>{}}command(z,B,oe,Re){if("register"==oe)return void this.register(z,Re[0]);if("create"==oe)return void this.create(z,B,Re[0]||{});const ut=this._getPlayer(z);switch(oe){case"play":ut.play();break;case"pause":ut.pause();break;case"reset":ut.reset();break;case"restart":ut.restart();break;case"finish":ut.finish();break;case"init":ut.init();break;case"setPosition":ut.setPosition(parseFloat(Re[0]));break;case"destroy":this.destroy(z)}}}const Jl="ng-animate-queued",al="ng-animate-disabled",f2=[],Zc={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},H2={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},yl="__ng_removed";class J{get params(){return this.options.params}constructor(z,B=""){this.namespaceId=B;const oe=z&&z.hasOwnProperty("value");if(this.value=function fe(Ee){return Ee??null}(oe?z.value:z),oe){const ut=ma(z);delete ut.value,this.options=ut}else this.options={};this.options.params||(this.options.params={})}absorbOptions(z){const B=z.params;if(B){const oe=this.options.params;Object.keys(B).forEach(Re=>{null==oe[Re]&&(oe[Re]=B[Re])})}}}const bt="void",se=new J(bt);class Te{constructor(z,B,oe){this.id=z,this.hostElement=B,this._engine=oe,this.players=[],this._triggers=new Map,this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+z,On(B,this._hostClassName)}listen(z,B,oe,Re){if(!this._triggers.has(B))throw function Gr(Ee,z){return new D.vHH(3302,!1)}();if(null==oe||0==oe.length)throw function hs(Ee){return new D.vHH(3303,!1)}();if(!function de(Ee){return"start"==Ee||"done"==Ee}(oe))throw function ti(Ee,z){return new D.vHH(3400,!1)}();const ut=dr(this._elementListeners,z,[]),en={name:B,phase:oe,callback:Re};ut.push(en);const nn=dr(this._engine.statesByElement,z,new Map);return nn.has(B)||(On(z,Za),On(z,Za+"-"+B),nn.set(B,se)),()=>{this._engine.afterFlush(()=>{const Nn=ut.indexOf(en);Nn>=0&&ut.splice(Nn,1),this._triggers.has(B)||nn.delete(B)})}}register(z,B){return!this._triggers.has(z)&&(this._triggers.set(z,B),!0)}_getTrigger(z){const B=this._triggers.get(z);if(!B)throw function nt(Ee){return new D.vHH(3401,!1)}();return B}trigger(z,B,oe,Re=!0){const ut=this._getTrigger(B),en=new Ht(this.id,B,z);let nn=this._engine.statesByElement.get(z);nn||(On(z,Za),On(z,Za+"-"+B),this._engine.statesByElement.set(z,nn=new Map));let Nn=nn.get(B);const Qt=new J(oe,this.id);if(!(oe&&oe.hasOwnProperty("value"))&&Nn&&Qt.absorbOptions(Nn.options),nn.set(B,Qt),Nn||(Nn=se),Qt.value!==bt&&Nn.value===Qt.value){if(!function _i(Ee,z){const B=Object.keys(Ee),oe=Object.keys(z);if(B.length!=oe.length)return!1;for(let Re=0;Re{mc(z,As),Ea(z,Ta)})}return}const os=dr(this._engine.playersByElement,z,[]);os.forEach(Co=>{Co.namespaceId==this.id&&Co.triggerName==B&&Co.queued&&Co.destroy()});let jr=ut.matchTransition(Nn.value,Qt.value,z,Qt.params),to=!1;if(!jr){if(!Re)return;jr=ut.fallbackTransition,to=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:z,triggerName:B,transition:jr,fromState:Nn,toState:Qt,player:en,isFallbackTransition:to}),to||(On(z,Jl),en.onStart(()=>{Mi(z,Jl)})),en.onDone(()=>{let Co=this.players.indexOf(en);Co>=0&&this.players.splice(Co,1);const As=this._engine.playersByElement.get(z);if(As){let Ta=As.indexOf(en);Ta>=0&&As.splice(Ta,1)}}),this.players.push(en),os.push(en),en}deregister(z){this._triggers.delete(z),this._engine.statesByElement.forEach(B=>B.delete(z)),this._elementListeners.forEach((B,oe)=>{this._elementListeners.set(oe,B.filter(Re=>Re.name!=z))})}clearElementCache(z){this._engine.statesByElement.delete(z),this._elementListeners.delete(z);const B=this._engine.playersByElement.get(z);B&&(B.forEach(oe=>oe.destroy()),this._engine.playersByElement.delete(z))}_signalRemovalForInnerTriggers(z,B){const oe=this._engine.driver.query(z,Oo,!0);oe.forEach(Re=>{if(Re[yl])return;const ut=this._engine.fetchNamespacesByElement(Re);ut.size?ut.forEach(en=>en.triggerLeaveAnimation(Re,B,!1,!0)):this.clearElementCache(Re)}),this._engine.afterFlushAnimationsDone(()=>oe.forEach(Re=>this.clearElementCache(Re)))}triggerLeaveAnimation(z,B,oe,Re){const ut=this._engine.statesByElement.get(z),en=new Map;if(ut){const nn=[];if(ut.forEach((Nn,Qt)=>{if(en.set(Qt,Nn.value),this._triggers.has(Qt)){const Ci=this.trigger(z,Qt,bt,Re);Ci&&nn.push(Ci)}}),nn.length)return this._engine.markElementAsRemoved(this.id,z,!0,B,en),oe&&rn(nn).onDone(()=>this._engine.processLeaveNode(z)),!0}return!1}prepareLeaveAnimationListeners(z){const B=this._elementListeners.get(z),oe=this._engine.statesByElement.get(z);if(B&&oe){const Re=new Set;B.forEach(ut=>{const en=ut.name;if(Re.has(en))return;Re.add(en);const Nn=this._triggers.get(en).fallbackTransition,Qt=oe.get(en)||se,Ci=new J(bt),cr=new Ht(this.id,en,z);this._engine.totalQueuedPlayers++,this._queue.push({element:z,triggerName:en,transition:Nn,fromState:Qt,toState:Ci,player:cr,isFallbackTransition:!0})})}}removeNode(z,B){const oe=this._engine;if(z.childElementCount&&this._signalRemovalForInnerTriggers(z,B),this.triggerLeaveAnimation(z,B,!0))return;let Re=!1;if(oe.totalAnimations){const ut=oe.players.length?oe.playersByQueriedElement.get(z):[];if(ut&&ut.length)Re=!0;else{let en=z;for(;en=en.parentNode;)if(oe.statesByElement.get(en)){Re=!0;break}}}if(this.prepareLeaveAnimationListeners(z),Re)oe.markElementAsRemoved(this.id,z,!1,B);else{const ut=z[yl];(!ut||ut===Zc)&&(oe.afterFlush(()=>this.clearElementCache(z)),oe.destroyInnerAnimations(z),oe._onRemovalComplete(z,B))}}insertNode(z,B){On(z,this._hostClassName)}drainQueuedTransitions(z){const B=[];return this._queue.forEach(oe=>{const Re=oe.player;if(Re.destroyed)return;const ut=oe.element,en=this._elementListeners.get(ut);en&&en.forEach(nn=>{if(nn.name==oe.triggerName){const Nn=Ui(ut,oe.triggerName,oe.fromState.value,oe.toState.value);Nn._data=z,yi(oe.player,nn.phase,Nn,nn.callback)}}),Re.markedForDestroy?this._engine.afterFlush(()=>{Re.destroy()}):B.push(oe)}),this._queue=[],B.sort((oe,Re)=>{const ut=oe.transition.ast.depCount,en=Re.transition.ast.depCount;return 0==ut||0==en?ut-en:this._engine.driver.containsElement(oe.element,Re.element)?1:-1})}destroy(z){this.players.forEach(B=>B.destroy()),this._signalRemovalForInnerTriggers(this.hostElement,z)}}class Ct{_onRemovalComplete(z,B){this.onRemovalComplete(z,B)}constructor(z,B,oe){this.bodyNode=z,this.driver=B,this._normalizer=oe,this.players=[],this.newHostElements=new Map,this.playersByElement=new Map,this.playersByQueriedElement=new Map,this.statesByElement=new Map,this.disabledNodes=new Set,this.totalAnimations=0,this.totalQueuedPlayers=0,this._namespaceLookup={},this._namespaceList=[],this._flushFns=[],this._whenQuietFns=[],this.namespacesByHostElement=new Map,this.collectedEnterElements=[],this.collectedLeaveElements=[],this.onRemovalComplete=(Re,ut)=>{}}get queuedPlayers(){const z=[];return this._namespaceList.forEach(B=>{B.players.forEach(oe=>{oe.queued&&z.push(oe)})}),z}createNamespace(z,B){const oe=new Te(z,B,this);return this.bodyNode&&this.driver.containsElement(this.bodyNode,B)?this._balanceNamespaceList(oe,B):(this.newHostElements.set(B,oe),this.collectEnterElement(B)),this._namespaceLookup[z]=oe}_balanceNamespaceList(z,B){const oe=this._namespaceList,Re=this.namespacesByHostElement;if(oe.length-1>=0){let en=!1,nn=this.driver.getParentElement(B);for(;nn;){const Nn=Re.get(nn);if(Nn){const Qt=oe.indexOf(Nn);oe.splice(Qt+1,0,z),en=!0;break}nn=this.driver.getParentElement(nn)}en||oe.unshift(z)}else oe.push(z);return Re.set(B,z),z}register(z,B){let oe=this._namespaceLookup[z];return oe||(oe=this.createNamespace(z,B)),oe}registerTrigger(z,B,oe){let Re=this._namespaceLookup[z];Re&&Re.register(B,oe)&&this.totalAnimations++}destroy(z,B){z&&(this.afterFlush(()=>{}),this.afterFlushAnimationsDone(()=>{const oe=this._fetchNamespace(z);this.namespacesByHostElement.delete(oe.hostElement);const Re=this._namespaceList.indexOf(oe);Re>=0&&this._namespaceList.splice(Re,1),oe.destroy(B),delete this._namespaceLookup[z]}))}_fetchNamespace(z){return this._namespaceLookup[z]}fetchNamespacesByElement(z){const B=new Set,oe=this.statesByElement.get(z);if(oe)for(let Re of oe.values())if(Re.namespaceId){const ut=this._fetchNamespace(Re.namespaceId);ut&&B.add(ut)}return B}trigger(z,B,oe,Re){if(Q(B)){const ut=this._fetchNamespace(z);if(ut)return ut.trigger(B,oe,Re),!0}return!1}insertNode(z,B,oe,Re){if(!Q(B))return;const ut=B[yl];if(ut&&ut.setForRemoval){ut.setForRemoval=!1,ut.setForMove=!0;const en=this.collectedLeaveElements.indexOf(B);en>=0&&this.collectedLeaveElements.splice(en,1)}if(z){const en=this._fetchNamespace(z);en&&en.insertNode(B,oe)}Re&&this.collectEnterElement(B)}collectEnterElement(z){this.collectedEnterElements.push(z)}markElementAsDisabled(z,B){B?this.disabledNodes.has(z)||(this.disabledNodes.add(z),On(z,al)):this.disabledNodes.has(z)&&(this.disabledNodes.delete(z),Mi(z,al))}removeNode(z,B,oe){if(Q(B)){const Re=z?this._fetchNamespace(z):null;Re?Re.removeNode(B,oe):this.markElementAsRemoved(z,B,!1,oe);const ut=this.namespacesByHostElement.get(B);ut&&ut.id!==z&&ut.removeNode(B,oe)}else this._onRemovalComplete(B,oe)}markElementAsRemoved(z,B,oe,Re,ut){this.collectedLeaveElements.push(B),B[yl]={namespaceId:z,setForRemoval:Re,hasAnimation:oe,removedBeforeQueried:!1,previousTriggersValues:ut}}listen(z,B,oe,Re,ut){return Q(B)?this._fetchNamespace(z).listen(B,oe,Re,ut):()=>{}}_buildInstruction(z,B,oe,Re,ut){return z.transition.build(this.driver,z.element,z.fromState.value,z.toState.value,oe,Re,z.fromState.options,z.toState.options,B,ut)}destroyInnerAnimations(z){let B=this.driver.query(z,Oo,!0);B.forEach(oe=>this.destroyActiveAnimationsForElement(oe)),0!=this.playersByQueriedElement.size&&(B=this.driver.query(z,gl,!0),B.forEach(oe=>this.finishActiveQueriedAnimationOnElement(oe)))}destroyActiveAnimationsForElement(z){const B=this.playersByElement.get(z);B&&B.forEach(oe=>{oe.queued?oe.markedForDestroy=!0:oe.destroy()})}finishActiveQueriedAnimationOnElement(z){const B=this.playersByQueriedElement.get(z);B&&B.forEach(oe=>oe.finish())}whenRenderingDone(){return new Promise(z=>{if(this.players.length)return rn(this.players).onDone(()=>z());z()})}processLeaveNode(z){const B=z[yl];if(B&&B.setForRemoval){if(z[yl]=Zc,B.namespaceId){this.destroyInnerAnimations(z);const oe=this._fetchNamespace(B.namespaceId);oe&&oe.clearElementCache(z)}this._onRemovalComplete(z,B.setForRemoval)}z.classList?.contains(al)&&this.markElementAsDisabled(z,!1),this.driver.query(z,".ng-animate-disabled",!0).forEach(oe=>{this.markElementAsDisabled(oe,!1)})}flush(z=-1){let B=[];if(this.newHostElements.size&&(this.newHostElements.forEach((oe,Re)=>this._balanceNamespaceList(oe,Re)),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let oe=0;oeoe()),this._flushFns=[],this._whenQuietFns.length){const oe=this._whenQuietFns;this._whenQuietFns=[],B.length?rn(B).onDone(()=>{oe.forEach(Re=>Re())}):oe.forEach(Re=>Re())}}reportError(z){throw function $e(Ee){return new D.vHH(3402,!1)}()}_flushAnimations(z,B){const oe=new vl,Re=[],ut=new Map,en=[],nn=new Map,Nn=new Map,Qt=new Map,Ci=new Set;this.disabledNodes.forEach(fn=>{Ci.add(fn);const _n=this.driver.query(fn,".ng-animate-queued",!0);for(let ci=0;ci<_n.length;ci++)Ci.add(_n[ci])});const cr=this.bodyNode,os=Array.from(this.statesByElement.keys()),jr=Mn(os,this.collectedEnterElements),to=new Map;let Co=0;jr.forEach((fn,_n)=>{const ci=Ps+Co++;to.set(_n,ci),fn.forEach(sr=>On(sr,ci))});const As=[],Ta=new Set,ec=new Set;for(let fn=0;fnTa.add(sr)):ec.add(_n))}const Sc=new Map,zc=Mn(os,Array.from(Ta));zc.forEach((fn,_n)=>{const ci=ps+Co++;Sc.set(_n,ci),fn.forEach(sr=>On(sr,ci))}),z.push(()=>{jr.forEach((fn,_n)=>{const ci=to.get(_n);fn.forEach(sr=>Mi(sr,ci))}),zc.forEach((fn,_n)=>{const ci=Sc.get(_n);fn.forEach(sr=>Mi(sr,ci))}),As.forEach(fn=>{this.processLeaveNode(fn)})});const h2=[],Va=[];for(let fn=this._namespaceList.length-1;fn>=0;fn--)this._namespaceList[fn].drainQueuedTransitions(B).forEach(ci=>{const sr=ci.player,Wo=ci.element;if(h2.push(sr),this.collectedEnterElements.length){const oa=Wo[yl];if(oa&&oa.setForMove){if(oa.previousTriggersValues&&oa.previousTriggersValues.has(ci.triggerName)){const j2=oa.previousTriggersValues.get(ci.triggerName),Vs=this.statesByElement.get(ci.element);if(Vs&&Vs.has(ci.triggerName)){const S1=Vs.get(ci.triggerName);S1.value=j2,Vs.set(ci.triggerName,S1)}}return void sr.destroy()}}const Po=!cr||!this.driver.containsElement(cr,Wo),_a=Sc.get(Wo),tc=to.get(Wo),ra=this._buildInstruction(ci,oe,tc,_a,Po);if(ra.errors&&ra.errors.length)return void Va.push(ra);if(Po)return sr.onStart(()=>mc(Wo,ra.fromStyles)),sr.onDestroy(()=>Ea(Wo,ra.toStyles)),void Re.push(sr);if(ci.isFallbackTransition)return sr.onStart(()=>mc(Wo,ra.fromStyles)),sr.onDestroy(()=>Ea(Wo,ra.toStyles)),void Re.push(sr);const p2=[];ra.timelines.forEach(oa=>{oa.stretchStartingKeyframe=!0,this.disabledNodes.has(oa.element)||p2.push(oa)}),ra.timelines=p2,oe.append(Wo,ra.timelines),en.push({instruction:ra,player:sr,element:Wo}),ra.queriedElements.forEach(oa=>dr(nn,oa,[]).push(sr)),ra.preStyleProps.forEach((oa,j2)=>{if(oa.size){let Vs=Nn.get(j2);Vs||Nn.set(j2,Vs=new Set),oa.forEach((S1,Fa)=>Vs.add(Fa))}}),ra.postStyleProps.forEach((oa,j2)=>{let Vs=Qt.get(j2);Vs||Qt.set(j2,Vs=new Set),oa.forEach((S1,Fa)=>Vs.add(Fa))})});if(Va.length){const fn=[];Va.forEach(_n=>{fn.push(function Jt(Ee,z){return new D.vHH(3505,!1)}())}),h2.forEach(_n=>_n.destroy()),this.reportError(fn)}const $a=new Map,E1=new Map;en.forEach(fn=>{const _n=fn.element;oe.has(_n)&&(E1.set(_n,_n),this._beforeAnimationBuild(fn.player.namespaceId,fn.instruction,$a))}),Re.forEach(fn=>{const _n=fn.element;this._getPreviousPlayers(_n,!1,fn.namespaceId,fn.triggerName,null).forEach(sr=>{dr($a,_n,[]).push(sr),sr.destroy()})});const W=As.filter(fn=>Vr(fn,Nn,Qt)),ie=new Map;cn(ie,this.driver,ec,Qt,Ot.l3).forEach(fn=>{Vr(fn,Nn,Qt)&&W.push(fn)});const le=new Map;jr.forEach((fn,_n)=>{cn(le,this.driver,new Set(fn),Nn,Ot.k1)}),W.forEach(fn=>{const _n=ie.get(fn),ci=le.get(fn);ie.set(fn,new Map([..._n?.entries()??[],...ci?.entries()??[]]))});const we=[],ot=[],Ut={};en.forEach(fn=>{const{element:_n,player:ci,instruction:sr}=fn;if(oe.has(_n)){if(Ci.has(_n))return ci.onDestroy(()=>Ea(_n,sr.toStyles)),ci.disabled=!0,ci.overrideTotalTime(sr.totalTime),void Re.push(ci);let Wo=Ut;if(E1.size>1){let _a=_n;const tc=[];for(;_a=_a.parentNode;){const ra=E1.get(_a);if(ra){Wo=ra;break}tc.push(_a)}tc.forEach(ra=>E1.set(ra,Wo))}const Po=this._buildAnimation(ci.namespaceId,sr,$a,ut,le,ie);if(ci.setRealPlayer(Po),Wo===Ut)we.push(ci);else{const _a=this.playersByElement.get(Wo);_a&&_a.length&&(ci.parentPlayer=rn(_a)),Re.push(ci)}}else mc(_n,sr.fromStyles),ci.onDestroy(()=>Ea(_n,sr.toStyles)),ot.push(ci),Ci.has(_n)&&Re.push(ci)}),ot.forEach(fn=>{const _n=ut.get(fn.element);if(_n&&_n.length){const ci=rn(_n);fn.setRealPlayer(ci)}}),Re.forEach(fn=>{fn.parentPlayer?fn.syncPlayerEvents(fn.parentPlayer):fn.destroy()});for(let fn=0;fn!Po.destroyed);Wo.length?Yo(this,_n,Wo):this.processLeaveNode(_n)}return As.length=0,we.forEach(fn=>{this.players.push(fn),fn.onDone(()=>{fn.destroy();const _n=this.players.indexOf(fn);this.players.splice(_n,1)}),fn.play()}),we}afterFlush(z){this._flushFns.push(z)}afterFlushAnimationsDone(z){this._whenQuietFns.push(z)}_getPreviousPlayers(z,B,oe,Re,ut){let en=[];if(B){const nn=this.playersByQueriedElement.get(z);nn&&(en=nn)}else{const nn=this.playersByElement.get(z);if(nn){const Nn=!ut||ut==bt;nn.forEach(Qt=>{Qt.queued||!Nn&&Qt.triggerName!=Re||en.push(Qt)})}}return(oe||Re)&&(en=en.filter(nn=>!(oe&&oe!=nn.namespaceId||Re&&Re!=nn.triggerName))),en}_beforeAnimationBuild(z,B,oe){const ut=B.element,en=B.isRemovalTransition?void 0:z,nn=B.isRemovalTransition?void 0:B.triggerName;for(const Nn of B.timelines){const Qt=Nn.element,Ci=Qt!==ut,cr=dr(oe,Qt,[]);this._getPreviousPlayers(Qt,Ci,en,nn,B.toState).forEach(jr=>{const to=jr.getRealPlayer();to.beforeDestroy&&to.beforeDestroy(),jr.destroy(),cr.push(jr)})}mc(ut,B.fromStyles)}_buildAnimation(z,B,oe,Re,ut,en){const nn=B.triggerName,Nn=B.element,Qt=[],Ci=new Set,cr=new Set,os=B.timelines.map(to=>{const Co=to.element;Ci.add(Co);const As=Co[yl];if(As&&As.removedBeforeQueried)return new Ot.ZN(to.duration,to.delay);const Ta=Co!==Nn,ec=function Cr(Ee){const z=[];return Ir(Ee,z),z}((oe.get(Co)||f2).map($a=>$a.getRealPlayer())).filter($a=>!!$a.element&&$a.element===Co),Sc=ut.get(Co),zc=en.get(Co),h2=ni(this._normalizer,to.keyframes,Sc,zc),Va=this._buildPlayer(to,h2,ec);if(to.subTimeline&&Re&&cr.add(Co),Ta){const $a=new Ht(z,nn,Co);$a.setRealPlayer(Va),Qt.push($a)}return Va});Qt.forEach(to=>{dr(this.playersByQueriedElement,to.element,[]).push(to),to.onDone(()=>function N(Ee,z,B){let oe=Ee.get(z);if(oe){if(oe.length){const Re=oe.indexOf(B);oe.splice(Re,1)}0==oe.length&&Ee.delete(z)}return oe}(this.playersByQueriedElement,to.element,to))}),Ci.forEach(to=>On(to,qc));const jr=rn(os);return jr.onDestroy(()=>{Ci.forEach(to=>Mi(to,qc)),Ea(Nn,B.toStyles)}),cr.forEach(to=>{dr(Re,to,[]).push(jr)}),jr}_buildPlayer(z,B,oe){return B.length>0?this.driver.animate(z.element,B,z.duration,z.delay,z.easing,oe):new Ot.ZN(z.duration,z.delay)}}class Ht{constructor(z,B,oe){this.namespaceId=z,this.triggerName=B,this.element=oe,this._player=new Ot.ZN,this._containsRealPlayer=!1,this._queuedCallbacks=new Map,this.destroyed=!1,this.parentPlayer=null,this.markedForDestroy=!1,this.disabled=!1,this.queued=!0,this.totalTime=0}setRealPlayer(z){this._containsRealPlayer||(this._player=z,this._queuedCallbacks.forEach((B,oe)=>{B.forEach(Re=>yi(z,oe,void 0,Re))}),this._queuedCallbacks.clear(),this._containsRealPlayer=!0,this.overrideTotalTime(z.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(z){this.totalTime=z}syncPlayerEvents(z){const B=this._player;B.triggerCallback&&z.onStart(()=>B.triggerCallback("start")),z.onDone(()=>this.finish()),z.onDestroy(()=>this.destroy())}_queueEvent(z,B){dr(this._queuedCallbacks,z,[]).push(B)}onDone(z){this.queued&&this._queueEvent("done",z),this._player.onDone(z)}onStart(z){this.queued&&this._queueEvent("start",z),this._player.onStart(z)}onDestroy(z){this.queued&&this._queueEvent("destroy",z),this._player.onDestroy(z)}init(){this._player.init()}hasStarted(){return!this.queued&&this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(z){this.queued||this._player.setPosition(z)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(z){const B=this._player;B.triggerCallback&&B.triggerCallback(z)}}function Q(Ee){return Ee&&1===Ee.nodeType}function ct(Ee,z){const B=Ee.style.display;return Ee.style.display=z??"none",B}function cn(Ee,z,B,oe,Re){const ut=[];B.forEach(Nn=>ut.push(ct(Nn)));const en=[];oe.forEach((Nn,Qt)=>{const Ci=new Map;Nn.forEach(cr=>{const os=z.computeStyle(Qt,cr,Re);Ci.set(cr,os),(!os||0==os.length)&&(Qt[yl]=H2,en.push(Qt))}),Ee.set(Qt,Ci)});let nn=0;return B.forEach(Nn=>ct(Nn,ut[nn++])),en}function Mn(Ee,z){const B=new Map;if(Ee.forEach(nn=>B.set(nn,[])),0==z.length)return B;const Re=new Set(z),ut=new Map;function en(nn){if(!nn)return 1;let Nn=ut.get(nn);if(Nn)return Nn;const Qt=nn.parentNode;return Nn=B.has(Qt)?Qt:Re.has(Qt)?1:en(Qt),ut.set(nn,Nn),Nn}return z.forEach(nn=>{const Nn=en(nn);1!==Nn&&B.get(Nn).push(nn)}),B}function On(Ee,z){Ee.classList?.add(z)}function Mi(Ee,z){Ee.classList?.remove(z)}function Yo(Ee,z,B){rn(B).onDone(()=>Ee.processLeaveNode(z))}function Ir(Ee,z){for(let B=0;BRe.add(ut)):z.set(Ee,oe),B.delete(Ee),!0}class Xo{constructor(z,B,oe){this.bodyNode=z,this._driver=B,this._normalizer=oe,this._triggerCache={},this.onRemovalComplete=(Re,ut)=>{},this._transitionEngine=new Ct(z,B,oe),this._timelineEngine=new Vl(z,B,oe),this._transitionEngine.onRemovalComplete=(Re,ut)=>this.onRemovalComplete(Re,ut)}registerTrigger(z,B,oe,Re,ut){const en=z+"-"+Re;let nn=this._triggerCache[en];if(!nn){const Nn=[],Ci=Nl(this._driver,ut,Nn,[]);if(Nn.length)throw function Ns(Ee,z){return new D.vHH(3404,!1)}();nn=function G1(Ee,z,B){return new Qc(Ee,z,B)}(Re,Ci,this._normalizer),this._triggerCache[en]=nn}this._transitionEngine.registerTrigger(B,Re,nn)}register(z,B){this._transitionEngine.register(z,B)}destroy(z,B){this._transitionEngine.destroy(z,B)}onInsert(z,B,oe,Re){this._transitionEngine.insertNode(z,B,oe,Re)}onRemove(z,B,oe){this._transitionEngine.removeNode(z,B,oe)}disableAnimations(z,B){this._transitionEngine.markElementAsDisabled(z,B)}process(z,B,oe,Re){if("@"==oe.charAt(0)){const[ut,en]=br(oe);this._timelineEngine.command(ut,B,en,Re)}else this._transitionEngine.trigger(z,B,oe,Re)}listen(z,B,oe,Re,ut){if("@"==oe.charAt(0)){const[en,nn]=br(oe);return this._timelineEngine.listen(en,B,nn,ut)}return this._transitionEngine.listen(z,B,oe,Re,ut)}flush(z=-1){this._transitionEngine.flush(z)}get players(){return[...this._transitionEngine.players,...this._timelineEngine.players]}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}afterFlushAnimationsDone(z){this._transitionEngine.afterFlushAnimationsDone(z)}}let Zr=(()=>{class Ee{static#e=this.initialStylesByElement=new WeakMap;constructor(B,oe,Re){this._element=B,this._startStyles=oe,this._endStyles=Re,this._state=0;let ut=Ee.initialStylesByElement.get(B);ut||Ee.initialStylesByElement.set(B,ut=new Map),this._initialStyles=ut}start(){this._state<1&&(this._startStyles&&Ea(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(Ea(this._element,this._initialStyles),this._endStyles&&(Ea(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(Ee.initialStylesByElement.delete(this._element),this._startStyles&&(mc(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(mc(this._element,this._endStyles),this._endStyles=null),Ea(this._element,this._initialStyles),this._state=3)}}return Ee})();function ga(Ee){let z=null;return Ee.forEach((B,oe)=>{(function rs(Ee){return"display"===Ee||"position"===Ee})(oe)&&(z=z||new Map,z.set(oe,B))}),z}class Xa{constructor(z,B,oe,Re){this.element=z,this.keyframes=B,this.options=oe,this._specialStyles=Re,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this._originalOnDoneFns=[],this._originalOnStartFns=[],this.time=0,this.parentPlayer=null,this.currentSnapshot=new Map,this._duration=oe.duration,this._delay=oe.delay||0,this.time=this._duration+this._delay}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(z=>z()),this._onDoneFns=[])}init(){this._buildPlayer(),this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return;this._initialized=!0;const z=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,z,this.options),this._finalKeyframe=z.length?z[z.length-1]:new Map;const B=()=>this._onFinish();this.domPlayer.addEventListener("finish",B),this.onDestroy(()=>{this.domPlayer.removeEventListener("finish",B)})}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()}_convertKeyframesToObject(z){const B=[];return z.forEach(oe=>{B.push(Object.fromEntries(oe))}),B}_triggerWebAnimation(z,B,oe){return z.animate(this._convertKeyframesToObject(B),oe)}onStart(z){this._originalOnStartFns.push(z),this._onStartFns.push(z)}onDone(z){this._originalOnDoneFns.push(z),this._onDoneFns.push(z)}onDestroy(z){this._onDestroyFns.push(z)}play(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach(z=>z()),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),this.domPlayer.play()}pause(){this.init(),this.domPlayer.pause()}finish(){this.init(),this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish()}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}_resetDomPlayerState(){this.domPlayer&&this.domPlayer.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(z=>z()),this._onDestroyFns=[])}setPosition(z){void 0===this.domPlayer&&this.init(),this.domPlayer.currentTime=z*this.time}getPosition(){return+(this.domPlayer.currentTime??0)/this.time}get totalTime(){return this._delay+this._duration}beforeDestroy(){const z=new Map;this.hasStarted()&&this._finalKeyframe.forEach((oe,Re)=>{"offset"!==Re&&z.set(Re,this._finished?oe:_l(this.element,Re))}),this.currentSnapshot=z}triggerCallback(z){const B="start"===z?this._onStartFns:this._onDoneFns;B.forEach(oe=>oe()),B.length=0}}class Cl{validateStyleProperty(z){return!0}validateAnimatableStyleProperty(z){return!0}matchesElement(z,B){return!1}containsElement(z,B){return pa(z,B)}getParentElement(z){return Ca(z)}query(z,B,oe){return Ia(z,B,oe)}computeStyle(z,B,oe){return window.getComputedStyle(z)[B]}animate(z,B,oe,Re,ut,en=[]){const Nn={duration:oe,delay:Re,fill:0==Re?"both":"forwards"};ut&&(Nn.easing=ut);const Qt=new Map,Ci=en.filter(jr=>jr instanceof Xa);(function g1(Ee,z){return 0===Ee||0===z})(oe,Re)&&Ci.forEach(jr=>{jr.currentSnapshot.forEach((to,Co)=>Qt.set(Co,to))});let cr=function qs(Ee){return Ee.length?Ee[0]instanceof Map?Ee:Ee.map(z=>qr(z)):[]}(B).map(jr=>ms(jr));cr=function Na(Ee,z,B){if(B.size&&z.length){let oe=z[0],Re=[];if(B.forEach((ut,en)=>{oe.has(en)||Re.push(en),oe.set(en,ut)}),Re.length)for(let ut=1;uten.set(nn,_l(Ee,nn)))}}return z}(z,cr,Qt);const os=function na(Ee,z){let B=null,oe=null;return Array.isArray(z)&&z.length?(B=ga(z[0]),z.length>1&&(oe=ga(z[z.length-1]))):z instanceof Map&&(B=ga(z)),B||oe?new Zr(Ee,B,oe):null}(z,cr);return new Xa(z,cr,Nn,os)}}let st=(()=>{class Ee extends Ot._j{constructor(B,oe){super(),this._nextAnimationId=0,this._renderer=B.createRenderer(oe.body,{id:"0",encapsulation:D.ifc.None,styles:[],data:{animation:[]}})}build(B){const oe=this._nextAnimationId.toString();this._nextAnimationId++;const Re=Array.isArray(B)?(0,Ot.vP)(B):B;return ia(this._renderer,null,oe,"register",[Re]),new Jc(oe,this._renderer)}static#e=this.\u0275fac=function(oe){return new(oe||Ee)(D.LFG(D.FYo),D.LFG(o.K0))};static#t=this.\u0275prov=D.Yz7({token:Ee,factory:Ee.\u0275fac})}return Ee})();class Jc extends Ot.LC{constructor(z,B){super(),this._id=z,this._renderer=B}create(z,B){return new cd(this._id,z,B||{},this._renderer)}}class cd{constructor(z,B,oe,Re){this.id=z,this.element=B,this._renderer=Re,this.parentPlayer=null,this._started=!1,this.totalTime=0,this._command("create",oe)}_listen(z,B){return this._renderer.listen(this.element,`@@${this.id}:${z}`,B)}_command(z,...B){return ia(this._renderer,this.element,this.id,z,B)}onDone(z){this._listen("done",z)}onStart(z){this._listen("start",z)}onDestroy(z){this._listen("destroy",z)}init(){this._command("init")}hasStarted(){return this._started}play(){this._command("play"),this._started=!0}pause(){this._command("pause")}restart(){this._command("restart")}finish(){this._command("finish")}destroy(){this._command("destroy")}reset(){this._command("reset"),this._started=!1}setPosition(z){this._command("setPosition",z)}getPosition(){return this._renderer.engine.players[+this.id]?.getPosition()??0}}function ia(Ee,z,B,oe,Re){return Ee.setProperty(z,`@@${B}:${oe}`,Re)}const z2="@.disabled";let Ec=(()=>{class Ee{constructor(B,oe,Re){this.delegate=B,this.engine=oe,this._zone=Re,this._currentId=0,this._microtaskId=1,this._animationCallbacksBuffer=[],this._rendererCache=new Map,this._cdRecurDepth=0,oe.onRemovalComplete=(ut,en)=>{const nn=en?.parentNode(ut);nn&&en.removeChild(nn,ut)}}createRenderer(B,oe){const ut=this.delegate.createRenderer(B,oe);if(!(B&&oe&&oe.data&&oe.data.animation)){let Ci=this._rendererCache.get(ut);return Ci||(Ci=new Cd("",ut,this.engine,()=>this._rendererCache.delete(ut)),this._rendererCache.set(ut,Ci)),Ci}const en=oe.id,nn=oe.id+"-"+this._currentId;this._currentId++,this.engine.register(nn,B);const Nn=Ci=>{Array.isArray(Ci)?Ci.forEach(Nn):this.engine.registerTrigger(en,nn,B,Ci.name,Ci)};return oe.data.animation.forEach(Nn),new Hu(this,nn,ut,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){queueMicrotask(()=>{this._microtaskId++})}scheduleListenerCallback(B,oe,Re){B>=0&&Boe(Re)):(0==this._animationCallbacksBuffer.length&&queueMicrotask(()=>{this._zone.run(()=>{this._animationCallbacksBuffer.forEach(ut=>{const[en,nn]=ut;en(nn)}),this._animationCallbacksBuffer=[]})}),this._animationCallbacksBuffer.push([oe,Re]))}end(){this._cdRecurDepth--,0==this._cdRecurDepth&&this._zone.runOutsideAngular(()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)}),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}static#e=this.\u0275fac=function(oe){return new(oe||Ee)(D.LFG(D.FYo),D.LFG(Xo),D.LFG(D.R0b))};static#t=this.\u0275prov=D.Yz7({token:Ee,factory:Ee.\u0275fac})}return Ee})();class Cd{constructor(z,B,oe,Re){this.namespaceId=z,this.delegate=B,this.engine=oe,this._onDestroy=Re}get data(){return this.delegate.data}destroyNode(z){this.delegate.destroyNode?.(z)}destroy(){this.engine.destroy(this.namespaceId,this.delegate),this.engine.afterFlushAnimationsDone(()=>{queueMicrotask(()=>{this.delegate.destroy()})}),this._onDestroy?.()}createElement(z,B){return this.delegate.createElement(z,B)}createComment(z){return this.delegate.createComment(z)}createText(z){return this.delegate.createText(z)}appendChild(z,B){this.delegate.appendChild(z,B),this.engine.onInsert(this.namespaceId,B,z,!1)}insertBefore(z,B,oe,Re=!0){this.delegate.insertBefore(z,B,oe),this.engine.onInsert(this.namespaceId,B,z,Re)}removeChild(z,B,oe){this.engine.onRemove(this.namespaceId,B,this.delegate)}selectRootElement(z,B){return this.delegate.selectRootElement(z,B)}parentNode(z){return this.delegate.parentNode(z)}nextSibling(z){return this.delegate.nextSibling(z)}setAttribute(z,B,oe,Re){this.delegate.setAttribute(z,B,oe,Re)}removeAttribute(z,B,oe){this.delegate.removeAttribute(z,B,oe)}addClass(z,B){this.delegate.addClass(z,B)}removeClass(z,B){this.delegate.removeClass(z,B)}setStyle(z,B,oe,Re){this.delegate.setStyle(z,B,oe,Re)}removeStyle(z,B,oe){this.delegate.removeStyle(z,B,oe)}setProperty(z,B,oe){"@"==B.charAt(0)&&B==z2?this.disableAnimations(z,!!oe):this.delegate.setProperty(z,B,oe)}setValue(z,B){this.delegate.setValue(z,B)}listen(z,B,oe){return this.delegate.listen(z,B,oe)}disableAnimations(z,B){this.engine.disableAnimations(z,B)}}class Hu extends Cd{constructor(z,B,oe,Re,ut){super(B,oe,Re,ut),this.factory=z,this.namespaceId=B}setProperty(z,B,oe){"@"==B.charAt(0)?"."==B.charAt(1)&&B==z2?this.disableAnimations(z,oe=void 0===oe||!!oe):this.engine.process(this.namespaceId,z,B.slice(1),oe):this.delegate.setProperty(z,B,oe)}listen(z,B,oe){if("@"==B.charAt(0)){const Re=function Xl(Ee){switch(Ee){case"body":return document.body;case"document":return document;case"window":return window;default:return Ee}}(z);let ut=B.slice(1),en="";return"@"!=ut.charAt(0)&&([ut,en]=function El(Ee){const z=Ee.indexOf(".");return[Ee.substring(0,z),Ee.slice(z+1)]}(ut)),this.engine.listen(this.namespaceId,Re,ut,en,nn=>{this.factory.scheduleListenerCallback(nn._data||-1,oe,nn)})}return this.delegate.listen(z,B,oe)}}const Fl=[{provide:Ot._j,useClass:st},{provide:xa,useFactory:function Sd(){return new js}},{provide:Xo,useClass:(()=>{class Ee extends Xo{constructor(B,oe,Re,ut){super(B.body,oe,Re)}ngOnDestroy(){this.flush()}static#e=this.\u0275fac=function(oe){return new(oe||Ee)(D.LFG(o.K0),D.LFG($i),D.LFG(xa),D.LFG(D.z2F))};static#t=this.\u0275prov=D.Yz7({token:Ee,factory:Ee.\u0275fac})}return Ee})()},{provide:D.FYo,useFactory:function zu(Ee,z,B){return new Ec(Ee,z,B)},deps:[u.se,Xo,D.R0b]}],e1=[{provide:$i,useFactory:()=>new Cl},{provide:D.QbO,useValue:"BrowserAnimations"},...Fl],yo=[{path:"",pathMatch:"full",loadComponent:()=>_.e(32).then(_.bind(_,6032)).then(Ee=>Ee.PageHomeComponent)},{path:"playground",pathMatch:"full",loadComponent:()=>_.e(126).then(_.bind(_,1126)).then(Ee=>Ee.PagePlaygroundComponent)},{matcher:Ee=>Ee.length&&"docs"===Ee[0].path?{consumed:Ee}:null,loadComponent:()=>_.e(318).then(_.bind(_,8318)).then(Ee=>Ee.PageDocsComponent)},{path:"**",redirectTo:""}],t1=new D.OlP("x-forwared-host"),xd={providers:[function B2(){return[...e1]}(),(0,an.h_)((0,an.CB)([(Ee,z)=>{const B=(0,D.f3M)(D.Lbi),oe=(0,D.f3M)(t1,{optional:!0})??"http://localhost:4201";if(!Ee.url.startsWith("http")&&(0,o.PM)(B)){const Re=Ee.url;Ee=Ee.clone({url:`${oe}/${Re.startsWith("/")?Re.substring(1):Re}`})}return z(Ee)}])),(0,u.ly)(),(0,xt.bU)(yo,(0,xt.ZU)({scrollPositionRestoration:"enabled",anchorScrolling:"enabled"}),(0,xt.aF)(xt.wm)),{provide:D.ip1,deps:[gn.x,qi.P],multi:!0,useFactory:(Ee,z)=>()=>Ee.loadLanguageData$().pipe((0,U.w)(()=>z.loadVersions$()))}]};(0,u.Cg)(pr,xd).catch(Ee=>console.error(Ee))},4176:ve=>{function k(Yt){return Yt instanceof Map?Yt.clear=Yt.delete=Yt.set=function(){throw new Error("map is read-only")}:Yt instanceof Set&&(Yt.add=Yt.clear=Yt.delete=function(){throw new Error("set is read-only")}),Object.freeze(Yt),Object.getOwnPropertyNames(Yt).forEach(Ln=>{const vi=Yt[Ln],Ti=typeof vi;("object"===Ti||"function"===Ti)&&!Object.isFrozen(vi)&&k(vi)}),Yt}class _{constructor(Ln){void 0===Ln.data&&(Ln.data={}),this.data=Ln.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function u(Yt){return Yt.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function o(Yt,...Ln){const vi=Object.create(null);for(const Ti in Yt)vi[Ti]=Yt[Ti];return Ln.forEach(function(Ti){for(const kr in Ti)vi[kr]=Ti[kr]}),vi}const j=Yt=>!!Yt.scope;class U{constructor(Ln,vi){this.buffer="",this.classPrefix=vi.classPrefix,Ln.walk(this)}addText(Ln){this.buffer+=u(Ln)}openNode(Ln){if(!j(Ln))return;const vi=((Yt,{prefix:Ln})=>{if(Yt.startsWith("language:"))return Yt.replace("language:","language-");if(Yt.includes(".")){const vi=Yt.split(".");return[`${Ln}${vi.shift()}`,...vi.map((Ti,kr)=>`${Ti}${"_".repeat(kr+1)}`)].join(" ")}return`${Ln}${Yt}`})(Ln.scope,{prefix:this.classPrefix});this.span(vi)}closeNode(Ln){j(Ln)&&(this.buffer+="")}value(){return this.buffer}span(Ln){this.buffer+=``}}const X=(Yt={})=>{const Ln={children:[]};return Object.assign(Ln,Yt),Ln};class ee{constructor(){this.rootNode=X(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(Ln){this.top.children.push(Ln)}openNode(Ln){const vi=X({scope:Ln});this.add(vi),this.stack.push(vi)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(Ln){return this.constructor._walk(Ln,this.rootNode)}static _walk(Ln,vi){return"string"==typeof vi?Ln.addText(vi):vi.children&&(Ln.openNode(vi),vi.children.forEach(Ti=>this._walk(Ln,Ti)),Ln.closeNode(vi)),Ln}static _collapse(Ln){"string"!=typeof Ln&&Ln.children&&(Ln.children.every(vi=>"string"==typeof vi)?Ln.children=[Ln.children.join("")]:Ln.children.forEach(vi=>{ee._collapse(vi)}))}}class ne extends ee{constructor(Ln){super(),this.options=Ln}addText(Ln){""!==Ln&&this.add(Ln)}startScope(Ln){this.openNode(Ln)}endScope(){this.closeNode()}__addSublanguage(Ln,vi){const Ti=Ln.root;vi&&(Ti.scope=`language:${vi}`),this.add(Ti)}toHTML(){return new U(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function ue(Yt){return Yt?"string"==typeof Yt?Yt:Yt.source:null}function ce(Yt){return be("(?=",Yt,")")}function he(Yt){return be("(?:",Yt,")*")}function Ve(Yt){return be("(?:",Yt,")?")}function be(...Yt){return Yt.map(vi=>ue(vi)).join("")}function Se(...Yt){return"("+(function He(Yt){const Ln=Yt[Yt.length-1];return"object"==typeof Ln&&Ln.constructor===Object?(Yt.splice(Yt.length-1,1),Ln):{}}(Yt).capture?"":"?:")+Yt.map(Ti=>ue(Ti)).join("|")+")"}function Ce(Yt){return new RegExp(Yt.toString()+"|").exec("").length-1}const Ue=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function je(Yt,{joinWith:Ln}){let vi=0;return Yt.map(Ti=>{vi+=1;const kr=vi;let pr=ue(Ti),an="";for(;pr.length>0;){const Ot=Ue.exec(pr);if(!Ot){an+=pr;break}an+=pr.substring(0,Ot.index),pr=pr.substring(Ot.index+Ot[0].length),"\\"===Ot[0][0]&&Ot[1]?an+="\\"+String(Number(Ot[1])+kr):(an+=Ot[0],"("===Ot[0]&&vi++)}return an}).map(Ti=>`(${Ti})`).join(Ln)}const ye="[a-zA-Z]\\w*",Oe="[a-zA-Z_]\\w*",We="\\b\\d+(\\.\\d+)?",Ke="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",xt="\\b(0b[01]+)",$n={begin:"\\\\[\\s\\S]",relevance:0},zn={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[$n]},ri={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[$n]},jn=function(Yt,Ln,vi={}){const Ti=o({scope:"comment",begin:Yt,end:Ln,contains:[]},vi);Ti.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const kr=Se("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return Ti.contains.push({begin:be(/[ ]+/,"(",kr,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),Ti},zi=jn("//","$"),Ei=jn("/\\*","\\*/"),mn=jn("#","$");var Ae=Object.freeze({__proto__:null,APOS_STRING_MODE:zn,BACKSLASH_ESCAPE:$n,BINARY_NUMBER_MODE:{scope:"number",begin:xt,relevance:0},BINARY_NUMBER_RE:xt,COMMENT:jn,C_BLOCK_COMMENT_MODE:Ei,C_LINE_COMMENT_MODE:zi,C_NUMBER_MODE:{scope:"number",begin:Ke,relevance:0},C_NUMBER_RE:Ke,END_SAME_AS_BEGIN:function(Yt){return Object.assign(Yt,{"on:begin":(Ln,vi)=>{vi.data._beginMatch=Ln[1]},"on:end":(Ln,vi)=>{vi.data._beginMatch!==Ln[1]&&vi.ignoreMatch()}})},HASH_COMMENT_MODE:mn,IDENT_RE:ye,MATCH_NOTHING_RE:/\b\B/,METHOD_GUARD:{begin:"\\.\\s*"+Oe,relevance:0},NUMBER_MODE:{scope:"number",begin:We,relevance:0},NUMBER_RE:We,PHRASAL_WORDS_MODE:{begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},QUOTE_STRING_MODE:ri,REGEXP_MODE:{scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[$n,{begin:/\[/,end:/\]/,relevance:0,contains:[$n]}]},RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(Yt={})=>{const Ln=/^#![ ]*\//;return Yt.binary&&(Yt.begin=be(Ln,/.*\b/,Yt.binary,/\b.*/)),o({scope:"meta",begin:Ln,end:/$/,relevance:0,"on:begin":(vi,Ti)=>{0!==vi.index&&Ti.ignoreMatch()}},Yt)},TITLE_MODE:{scope:"title",begin:ye,relevance:0},UNDERSCORE_IDENT_RE:Oe,UNDERSCORE_TITLE_MODE:{scope:"title",begin:Oe,relevance:0}});function Fe(Yt,Ln){"."===Yt.input[Yt.index-1]&&Ln.ignoreMatch()}function $t(Yt,Ln){void 0!==Yt.className&&(Yt.scope=Yt.className,delete Yt.className)}function et(Yt,Ln){Ln&&Yt.beginKeywords&&(Yt.begin="\\b("+Yt.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",Yt.__beforeBegin=Fe,Yt.keywords=Yt.keywords||Yt.beginKeywords,delete Yt.beginKeywords,void 0===Yt.relevance&&(Yt.relevance=0))}function Dt(Yt,Ln){Array.isArray(Yt.illegal)&&(Yt.illegal=Se(...Yt.illegal))}function Gt(Yt,Ln){if(Yt.match){if(Yt.begin||Yt.end)throw new Error("begin & end are not supported with match");Yt.begin=Yt.match,delete Yt.match}}function gn(Yt,Ln){void 0===Yt.relevance&&(Yt.relevance=1)}const Gn=(Yt,Ln)=>{if(!Yt.beforeMatch)return;if(Yt.starts)throw new Error("beforeMatch cannot be used with starts");const vi=Object.assign({},Yt);Object.keys(Yt).forEach(Ti=>{delete Yt[Ti]}),Yt.keywords=vi.keywords,Yt.begin=be(vi.beforeMatch,ce(vi.begin)),Yt.starts={relevance:0,contains:[Object.assign(vi,{endsParent:!0})]},Yt.relevance=0,delete vi.beforeMatch},mi=["of","and","for","in","not","or","if","then","parent","list","value"],vr="keyword";function ki(Yt,Ln,vi=vr){const Ti=Object.create(null);return"string"==typeof Yt?kr(vi,Yt.split(" ")):Array.isArray(Yt)?kr(vi,Yt):Object.keys(Yt).forEach(function(pr){Object.assign(Ti,ki(Yt[pr],Ln,pr))}),Ti;function kr(pr,an){Ln&&(an=an.map(Ot=>Ot.toLowerCase())),an.forEach(function(Ot){const St=Ot.split("|");Ti[St[0]]=[pr,Tr(St[0],St[1])]})}}function Tr(Yt,Ln){return Ln?Number(Ln):function Fr(Yt){return mi.includes(Yt.toLowerCase())}(Yt)?0:1}const To={},bo=Yt=>{console.error(Yt)},bi=(Yt,...Ln)=>{console.log(`WARN: ${Yt}`,...Ln)},or=(Yt,Ln)=>{To[`${Yt}/${Ln}`]||(console.log(`Deprecated as of ${Yt}. ${Ln}`),To[`${Yt}/${Ln}`]=!0)},it=new Error;function wt(Yt,Ln,{key:vi}){let Ti=0;const kr=Yt[vi],pr={},an={};for(let Ot=1;Ot<=Ln.length;Ot++)an[Ot+Ti]=kr[Ot],pr[Ot+Ti]=!0,Ti+=Ce(Ln[Ot-1]);Yt[vi]=an,Yt[vi]._emit=pr,Yt[vi]._multi=!0}function Di(Yt){(function Vn(Yt){Yt.scope&&"object"==typeof Yt.scope&&null!==Yt.scope&&(Yt.beginScope=Yt.scope,delete Yt.scope)})(Yt),"string"==typeof Yt.beginScope&&(Yt.beginScope={_wrap:Yt.beginScope}),"string"==typeof Yt.endScope&&(Yt.endScope={_wrap:Yt.endScope}),function Vt(Yt){if(Array.isArray(Yt.begin)){if(Yt.skip||Yt.excludeBegin||Yt.returnBegin)throw bo("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),it;if("object"!=typeof Yt.beginScope||null===Yt.beginScope)throw bo("beginScope must be object"),it;wt(Yt,Yt.begin,{key:"beginScope"}),Yt.begin=je(Yt.begin,{joinWith:""})}}(Yt),function Rn(Yt){if(Array.isArray(Yt.end)){if(Yt.skip||Yt.excludeEnd||Yt.returnEnd)throw bo("skip, excludeEnd, returnEnd not compatible with endScope: {}"),it;if("object"!=typeof Yt.endScope||null===Yt.endScope)throw bo("endScope must be object"),it;wt(Yt,Yt.end,{key:"endScope"}),Yt.end=je(Yt.end,{joinWith:""})}}(Yt)}function qi(Yt){function Ln(an,Ot){return new RegExp(ue(an),"m"+(Yt.case_insensitive?"i":"")+(Yt.unicodeRegex?"u":"")+(Ot?"g":""))}class vi{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(Ot,St){St.position=this.position++,this.matchIndexes[this.matchAt]=St,this.regexes.push([St,Ot]),this.matchAt+=Ce(Ot)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const Ot=this.regexes.map(St=>St[1]);this.matcherRe=Ln(je(Ot,{joinWith:"|"}),!0),this.lastIndex=0}exec(Ot){this.matcherRe.lastIndex=this.lastIndex;const St=this.matcherRe.exec(Ot);if(!St)return null;const Wt=St.findIndex((lt,Bt)=>Bt>0&&void 0!==lt),qe=this.matchIndexes[Wt];return St.splice(0,Wt),Object.assign(St,qe)}}class Ti{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(Ot){if(this.multiRegexes[Ot])return this.multiRegexes[Ot];const St=new vi;return this.rules.slice(Ot).forEach(([Wt,qe])=>St.addRule(Wt,qe)),St.compile(),this.multiRegexes[Ot]=St,St}resumingScanAtSamePosition(){return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(Ot,St){this.rules.push([Ot,St]),"begin"===St.type&&this.count++}exec(Ot){const St=this.getMatcher(this.regexIndex);St.lastIndex=this.lastIndex;let Wt=St.exec(Ot);if(this.resumingScanAtSamePosition()&&(!Wt||Wt.index!==this.lastIndex)){const qe=this.getMatcher(0);qe.lastIndex=this.lastIndex+1,Wt=qe.exec(Ot)}return Wt&&(this.regexIndex+=Wt.position+1,this.regexIndex===this.count&&this.considerAll()),Wt}}if(Yt.compilerExtensions||(Yt.compilerExtensions=[]),Yt.contains&&Yt.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return Yt.classNameAliases=o(Yt.classNameAliases||{}),function pr(an,Ot){const St=an;if(an.isCompiled)return St;[$t,Gt,Di,Gn].forEach(qe=>qe(an,Ot)),Yt.compilerExtensions.forEach(qe=>qe(an,Ot)),an.__beforeBegin=null,[et,Dt,gn].forEach(qe=>qe(an,Ot)),an.isCompiled=!0;let Wt=null;return"object"==typeof an.keywords&&an.keywords.$pattern&&(an.keywords=Object.assign({},an.keywords),Wt=an.keywords.$pattern,delete an.keywords.$pattern),Wt=Wt||/\w+/,an.keywords&&(an.keywords=ki(an.keywords,Yt.case_insensitive)),St.keywordPatternRe=Ln(Wt,!0),Ot&&(an.begin||(an.begin=/\B|\b/),St.beginRe=Ln(St.begin),!an.end&&!an.endsWithParent&&(an.end=/\B|\b/),an.end&&(St.endRe=Ln(St.end)),St.terminatorEnd=ue(St.end)||"",an.endsWithParent&&Ot.terminatorEnd&&(St.terminatorEnd+=(an.end?"|":"")+Ot.terminatorEnd)),an.illegal&&(St.illegalRe=Ln(an.illegal)),an.contains||(an.contains=[]),an.contains=[].concat(...an.contains.map(function(qe){return function wr(Yt){return Yt.variants&&!Yt.cachedVariants&&(Yt.cachedVariants=Yt.variants.map(function(Ln){return o(Yt,{variants:null},Ln)})),Yt.cachedVariants?Yt.cachedVariants:Bi(Yt)?o(Yt,{starts:Yt.starts?o(Yt.starts):null}):Object.isFrozen(Yt)?o(Yt):Yt}("self"===qe?an:qe)})),an.contains.forEach(function(qe){pr(qe,St)}),an.starts&&pr(an.starts,Ot),St.matcher=function kr(an){const Ot=new Ti;return an.contains.forEach(St=>Ot.addRule(St.begin,{rule:St,type:"begin"})),an.terminatorEnd&&Ot.addRule(an.terminatorEnd,{type:"end"}),an.illegal&&Ot.addRule(an.illegal,{type:"illegal"}),Ot}(St),St}(Yt)}function Bi(Yt){return!!Yt&&(Yt.endsWithParent||Bi(Yt.starts))}class Ji extends Error{constructor(Ln,vi){super(Ln),this.name="HTMLInjectionError",this.html=vi}}const Qi=u,zo=o,Us=Symbol("nomatch"),Ts=function(Yt){const Ln=Object.create(null),vi=Object.create(null),Ti=[];let kr=!0;const pr="Could not find the language '{}', did you forget to load/include a language module?",an={disableAutodetect:!0,name:"Plain text",contains:[]};let Ot={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:ne};function St(gi){return Ot.noHighlightRe.test(gi)}function qe(gi,Oi,Xi){let Kr="",So="";"object"==typeof Oi?(Kr=gi,Xi=Oi.ignoreIllegals,So=Oi.language):(or("10.7.0","highlight(lang, code, ...args) has been deprecated."),or("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),So=gi,Kr=Oi),void 0===Xi&&(Xi=!0);const Gr={code:Kr,language:So};Ur("before:highlight",Gr);const hs=Gr.result?Gr.result:lt(Gr.language,Gr.code,Xi);return hs.code=Gr.code,Ur("after:highlight",hs),hs}function lt(gi,Oi,Xi,Kr){const So=Object.create(null);function Gr(ji,nr){return ji.keywords[nr]}function hs(){if(!Yi.keywords)return void ns.addText(Bo);let ji=0;Yi.keywordPatternRe.lastIndex=0;let nr=Yi.keywordPatternRe.exec(Bo),$i="";for(;nr;){$i+=Bo.substring(ji,nr.index);const Hr=br.case_insensitive?nr[0].toLowerCase():nr[0],co=Gr(Yi,Hr);if(co){const[la,Ps]=co;ns.addText($i),$i="",So[Hr]=(So[Hr]||0)+1,So[Hr]<=7&&(ea+=Ps),la.startsWith("_")?$i+=nr[0]:$e(nr[0],br.classNameAliases[la]||la)}else $i+=nr[0];ji=Yi.keywordPatternRe.lastIndex,nr=Yi.keywordPatternRe.exec(Bo)}$i+=Bo.substring(ji),ns.addText($i)}function nt(){null!=Yi.subLanguage?function ti(){if(""===Bo)return;let ji=null;if("string"==typeof Yi.subLanguage){if(!Ln[Yi.subLanguage])return void ns.addText(Bo);ji=lt(Yi.subLanguage,Bo,!0,Cs[Yi.subLanguage]),Cs[Yi.subLanguage]=ji._top}else ji=yn(Bo,Yi.subLanguage.length?Yi.subLanguage:null);Yi.relevance>0&&(ea+=ji.relevance),ns.__addSublanguage(ji._emitter,ji.language)}():hs(),Bo=""}function $e(ji,nr){""!==ji&&(ns.startScope(nr),ns.addText(ji),ns.endScope())}function Xe(ji,nr){let $i=1;const Hr=nr.length-1;for(;$i<=Hr;){if(!ji._emit[$i]){$i++;continue}const co=br.classNameAliases[ji[$i]]||ji[$i],la=nr[$i];co?$e(la,co):(Bo=la,hs(),Bo=""),$i++}}function Jt(ji,nr){return ji.scope&&"string"==typeof ji.scope&&ns.openNode(br.classNameAliases[ji.scope]||ji.scope),ji.beginScope&&(ji.beginScope._wrap?($e(Bo,br.classNameAliases[ji.beginScope._wrap]||ji.beginScope._wrap),Bo=""):ji.beginScope._multi&&(Xe(ji.beginScope,nr),Bo="")),Yi=Object.create(ji,{parent:{value:Yi}}),Yi}function tn(ji,nr,$i){let Hr=function ft(Yt,Ln){const vi=Yt&&Yt.exec(Ln);return vi&&0===vi.index}(ji.endRe,$i);if(Hr){if(ji["on:end"]){const co=new _(ji);ji["on:end"](nr,co),co.isMatchIgnored&&(Hr=!1)}if(Hr){for(;ji.endsParent&&ji.parent;)ji=ji.parent;return ji}}if(ji.endsWithParent)return tn(ji.parent,nr,$i)}function rn(ji){return 0===Yi.matcher.regexIndex?(Bo+=ji[0],1):(Ia=!0,0)}function yi(ji){const nr=ji[0],$i=Oi.substring(ji.index),Hr=tn(Yi,ji,$i);if(!Hr)return Us;const co=Yi;Yi.endScope&&Yi.endScope._wrap?(nt(),$e(nr,Yi.endScope._wrap)):Yi.endScope&&Yi.endScope._multi?(nt(),Xe(Yi.endScope,ji)):co.skip?Bo+=nr:(co.returnEnd||co.excludeEnd||(Bo+=nr),nt(),co.excludeEnd&&(Bo=nr));do{Yi.scope&&ns.closeNode(),!Yi.skip&&!Yi.subLanguage&&(ea+=Yi.relevance),Yi=Yi.parent}while(Yi!==Hr.parent);return Hr.starts&&Jt(Hr.starts,ji),co.returnEnd?0:nr.length}let Ui={};function dr(ji,nr){const $i=nr&&nr[0];if(Bo+=ji,null==$i)return nt(),0;if("begin"===Ui.type&&"end"===nr.type&&Ui.index===nr.index&&""===$i){if(Bo+=Oi.slice(nr.index,nr.index+1),!kr){const Hr=new Error(`0 width match regex (${gi})`);throw Hr.languageName=gi,Hr.badRule=Ui.rule,Hr}return 1}if(Ui=nr,"begin"===nr.type)return function ni(ji){const nr=ji[0],$i=ji.rule,Hr=new _($i),co=[$i.__beforeBegin,$i["on:begin"]];for(const la of co)if(la&&(la(ji,Hr),Hr.isMatchIgnored))return rn(nr);return $i.skip?Bo+=nr:($i.excludeBegin&&(Bo+=nr),nt(),!$i.returnBegin&&!$i.excludeBegin&&(Bo=nr)),Jt($i,ji),$i.returnBegin?0:nr.length}(nr);if("illegal"===nr.type&&!Xi){const Hr=new Error('Illegal lexeme "'+$i+'" for mode "'+(Yi.scope||"")+'"');throw Hr.mode=Yi,Hr}if("end"===nr.type){const Hr=yi(nr);if(Hr!==Us)return Hr}if("illegal"===nr.type&&""===$i)return 1;if(pa>1e5&&pa>3*nr.index)throw new Error("potential infinite loop, way more iterations than matches");return Bo+=$i,$i.length}const br=Jn(gi);if(!br)throw bo(pr.replace("{}",gi)),new Error('Unknown language: "'+gi+'"');const gr=qi(br);let Ca="",Yi=Kr||gr;const Cs={},ns=new Ot.__emitter(Ot);!function Or(){const ji=[];for(let nr=Yi;nr!==br;nr=nr.parent)nr.scope&&ji.unshift(nr.scope);ji.forEach(nr=>ns.openNode(nr))}();let Bo="",ea=0,Ws=0,pa=0,Ia=!1;try{if(br.__emitTokens)br.__emitTokens(Oi,ns);else{for(Yi.matcher.considerAll();;){pa++,Ia?Ia=!1:Yi.matcher.considerAll(),Yi.matcher.lastIndex=Ws;const ji=Yi.matcher.exec(Oi);if(!ji)break;const $i=dr(Oi.substring(Ws,ji.index),ji);Ws=ji.index+$i}dr(Oi.substring(Ws))}return ns.finalize(),Ca=ns.toHTML(),{language:gi,value:Ca,relevance:ea,illegal:!1,_emitter:ns,_top:Yi}}catch(ji){if(ji.message&&ji.message.includes("Illegal"))return{language:gi,value:Qi(Oi),illegal:!0,relevance:0,_illegalBy:{message:ji.message,index:Ws,context:Oi.slice(Ws-100,Ws+100),mode:ji.mode,resultSoFar:Ca},_emitter:ns};if(kr)return{language:gi,value:Qi(Oi),illegal:!1,relevance:0,errorRaised:ji,_emitter:ns,_top:Yi};throw ji}}function yn(gi,Oi){Oi=Oi||Ot.languages||Object.keys(Ln);const Xi=function Bt(gi){const Oi={value:Qi(gi),illegal:!1,relevance:0,_top:an,_emitter:new Ot.__emitter(Ot)};return Oi._emitter.addText(gi),Oi}(gi),Kr=Oi.filter(Jn).filter(Mr).map(nt=>lt(nt,gi,!1));Kr.unshift(Xi);const So=Kr.sort((nt,$e)=>{if(nt.relevance!==$e.relevance)return $e.relevance-nt.relevance;if(nt.language&&$e.language){if(Jn(nt.language).supersetOf===$e.language)return 1;if(Jn($e.language).supersetOf===nt.language)return-1}return 0}),[Gr,hs]=So,ti=Gr;return ti.secondBest=hs,ti}function si(gi){let Oi=null;const Xi=function Wt(gi){let Oi=gi.className+" ";Oi+=gi.parentNode?gi.parentNode.className:"";const Xi=Ot.languageDetectRe.exec(Oi);if(Xi){const Kr=Jn(Xi[1]);return Kr||(bi(pr.replace("{}",Xi[1])),bi("Falling back to no-highlight mode for this block.",gi)),Kr?Xi[1]:"no-highlight"}return Oi.split(/\s+/).find(Kr=>St(Kr)||Jn(Kr))}(gi);if(St(Xi))return;if(Ur("before:highlightElement",{el:gi,language:Xi}),gi.dataset.highlighted)return void console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",gi);if(gi.children.length>0&&(Ot.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(gi)),Ot.throwUnescapedHTML))throw new Ji("One of your code blocks includes unescaped HTML.",gi.innerHTML);Oi=gi;const Kr=Oi.textContent,So=Xi?qe(Kr,{language:Xi,ignoreIllegals:!0}):yn(Kr);gi.innerHTML=So.value,gi.dataset.highlighted="yes",function Dn(gi,Oi,Xi){const Kr=Oi&&vi[Oi]||Xi;gi.classList.add("hljs"),gi.classList.add(`language-${Kr}`)}(gi,Xi,So.language),gi.result={language:So.language,re:So.relevance,relevance:So.relevance},So.secondBest&&(gi.secondBest={language:So.secondBest.language,relevance:So.secondBest.relevance}),Ur("after:highlightElement",{el:gi,result:So,text:Kr})}let Cn=!1;function It(){"loading"!==document.readyState?document.querySelectorAll(Ot.cssSelector).forEach(si):Cn=!0}function Jn(gi){return gi=(gi||"").toLowerCase(),Ln[gi]||Ln[vi[gi]]}function wi(gi,{languageName:Oi}){"string"==typeof gi&&(gi=[gi]),gi.forEach(Xi=>{vi[Xi.toLowerCase()]=Oi})}function Mr(gi){const Oi=Jn(gi);return Oi&&!Oi.disableAutodetect}function Ur(gi,Oi){const Xi=gi;Ti.forEach(function(Kr){Kr[Xi]&&Kr[Xi](Oi)})}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",function Kt(){Cn&&It()},!1),Object.assign(Yt,{highlight:qe,highlightAuto:yn,highlightAll:It,highlightElement:si,highlightBlock:function Ns(gi){return or("10.7.0","highlightBlock will be removed entirely in v12.0"),or("10.7.0","Please use highlightElement now."),si(gi)},configure:function mr(gi){Ot=zo(Ot,gi)},initHighlighting:()=>{It(),or("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")},initHighlightingOnLoad:function ao(){It(),or("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")},registerLanguage:function Fn(gi,Oi){let Xi=null;try{Xi=Oi(Yt)}catch(Kr){if(bo("Language definition for '{}' could not be registered.".replace("{}",gi)),!kr)throw Kr;bo(Kr),Xi=an}Xi.name||(Xi.name=gi),Ln[gi]=Xi,Xi.rawDefinition=Oi.bind(null,Yt),Xi.aliases&&wi(Xi.aliases,{languageName:gi})},unregisterLanguage:function ui(gi){delete Ln[gi];for(const Oi of Object.keys(vi))vi[Oi]===gi&&delete vi[Oi]},listLanguages:function oi(){return Object.keys(Ln)},getLanguage:Jn,registerAliases:wi,autoDetection:Mr,inherit:zo,addPlugin:function fs(gi){(function Eo(gi){gi["before:highlightBlock"]&&!gi["before:highlightElement"]&&(gi["before:highlightElement"]=Oi=>{gi["before:highlightBlock"](Object.assign({block:Oi.el},Oi))}),gi["after:highlightBlock"]&&!gi["after:highlightElement"]&&(gi["after:highlightElement"]=Oi=>{gi["after:highlightBlock"](Object.assign({block:Oi.el},Oi))})})(gi),Ti.push(gi)},removePlugin:function Wr(gi){const Oi=Ti.indexOf(gi);-1!==Oi&&Ti.splice(Oi,1)}}),Yt.debugMode=function(){kr=!1},Yt.safeMode=function(){kr=!0},Yt.versionString="11.9.0",Yt.regex={concat:be,lookahead:ce,either:Se,optional:Ve,anyNumberOfTimes:he};for(const gi in Ae)"object"==typeof Ae[gi]&&k(Ae[gi]);return Object.assign(Yt,Ae),Yt},Jo=Ts({});Jo.newInstance=()=>Ts({}),ve.exports=Jo,Jo.HighlightJS=Jo,Jo.default=Jo},4232:(ve,k,_)=>{var u=_(4176);u.registerLanguage("1c",_(2479)),u.registerLanguage("abnf",_(9151)),u.registerLanguage("accesslog",_(7838)),u.registerLanguage("actionscript",_(9207)),u.registerLanguage("ada",_(95)),u.registerLanguage("angelscript",_(9769)),u.registerLanguage("apache",_(1202)),u.registerLanguage("applescript",_(1937)),u.registerLanguage("arcade",_(7650)),u.registerLanguage("arduino",_(2205)),u.registerLanguage("armasm",_(8621)),u.registerLanguage("xml",_(2330)),u.registerLanguage("asciidoc",_(7569)),u.registerLanguage("aspectj",_(4600)),u.registerLanguage("autohotkey",_(1639)),u.registerLanguage("autoit",_(3085)),u.registerLanguage("avrasm",_(6764)),u.registerLanguage("awk",_(9726)),u.registerLanguage("axapta",_(8889)),u.registerLanguage("bash",_(1664)),u.registerLanguage("basic",_(7958)),u.registerLanguage("bnf",_(6964)),u.registerLanguage("brainfuck",_(1681)),u.registerLanguage("c",_(3617)),u.registerLanguage("cal",_(5182)),u.registerLanguage("capnproto",_(4153)),u.registerLanguage("ceylon",_(7109)),u.registerLanguage("clean",_(3539)),u.registerLanguage("clojure",_(1076)),u.registerLanguage("clojure-repl",_(9710)),u.registerLanguage("cmake",_(1226)),u.registerLanguage("coffeescript",_(8662)),u.registerLanguage("coq",_(5532)),u.registerLanguage("cos",_(3521)),u.registerLanguage("cpp",_(22)),u.registerLanguage("crmsh",_(8300)),u.registerLanguage("crystal",_(8391)),u.registerLanguage("csharp",_(7037)),u.registerLanguage("csp",_(4575)),u.registerLanguage("css",_(1810)),u.registerLanguage("d",_(8058)),u.registerLanguage("markdown",_(2408)),u.registerLanguage("dart",_(7265)),u.registerLanguage("delphi",_(506)),u.registerLanguage("diff",_(4450)),u.registerLanguage("django",_(5206)),u.registerLanguage("dns",_(8083)),u.registerLanguage("dockerfile",_(1793)),u.registerLanguage("dos",_(8214)),u.registerLanguage("dsconfig",_(3585)),u.registerLanguage("dts",_(3015)),u.registerLanguage("dust",_(5341)),u.registerLanguage("ebnf",_(972)),u.registerLanguage("elixir",_(9551)),u.registerLanguage("elm",_(1762)),u.registerLanguage("ruby",_(3264)),u.registerLanguage("erb",_(4842)),u.registerLanguage("erlang-repl",_(2906)),u.registerLanguage("erlang",_(7267)),u.registerLanguage("excel",_(8581)),u.registerLanguage("fix",_(5972)),u.registerLanguage("flix",_(5630)),u.registerLanguage("fortran",_(6439)),u.registerLanguage("fsharp",_(857)),u.registerLanguage("gams",_(6758)),u.registerLanguage("gauss",_(3691)),u.registerLanguage("gcode",_(7202)),u.registerLanguage("gherkin",_(2933)),u.registerLanguage("glsl",_(3621)),u.registerLanguage("gml",_(2723)),u.registerLanguage("go",_(3857)),u.registerLanguage("golo",_(6878)),u.registerLanguage("gradle",_(3484)),u.registerLanguage("graphql",_(5417)),u.registerLanguage("groovy",_(8288)),u.registerLanguage("haml",_(595)),u.registerLanguage("handlebars",_(2308)),u.registerLanguage("haskell",_(5451)),u.registerLanguage("haxe",_(87)),u.registerLanguage("hsp",_(7530)),u.registerLanguage("http",_(8582)),u.registerLanguage("hy",_(1556)),u.registerLanguage("inform7",_(9245)),u.registerLanguage("ini",_(2900)),u.registerLanguage("irpf90",_(5671)),u.registerLanguage("isbl",_(4240)),u.registerLanguage("java",_(6570)),u.registerLanguage("javascript",_(1486)),u.registerLanguage("jboss-cli",_(4286)),u.registerLanguage("json",_(6041)),u.registerLanguage("julia",_(9550)),u.registerLanguage("julia-repl",_(3201)),u.registerLanguage("kotlin",_(5371)),u.registerLanguage("lasso",_(9692)),u.registerLanguage("latex",_(3743)),u.registerLanguage("ldif",_(6557)),u.registerLanguage("leaf",_(720)),u.registerLanguage("less",_(9971)),u.registerLanguage("lisp",_(1196)),u.registerLanguage("livecodeserver",_(1085)),u.registerLanguage("livescript",_(5479)),u.registerLanguage("llvm",_(1283)),u.registerLanguage("lsl",_(5082)),u.registerLanguage("lua",_(6219)),u.registerLanguage("makefile",_(5423)),u.registerLanguage("mathematica",_(6217)),u.registerLanguage("matlab",_(880)),u.registerLanguage("maxima",_(313)),u.registerLanguage("mel",_(1754)),u.registerLanguage("mercury",_(9556)),u.registerLanguage("mipsasm",_(3150)),u.registerLanguage("mizar",_(7811)),u.registerLanguage("perl",_(613)),u.registerLanguage("mojolicious",_(4663)),u.registerLanguage("monkey",_(8202)),u.registerLanguage("moonscript",_(6105)),u.registerLanguage("n1ql",_(3488)),u.registerLanguage("nestedtext",_(768)),u.registerLanguage("nginx",_(9730)),u.registerLanguage("nim",_(2191)),u.registerLanguage("nix",_(6792)),u.registerLanguage("node-repl",_(4114)),u.registerLanguage("nsis",_(9027)),u.registerLanguage("objectivec",_(709)),u.registerLanguage("ocaml",_(1275)),u.registerLanguage("openscad",_(8984)),u.registerLanguage("oxygene",_(9514)),u.registerLanguage("parser3",_(4914)),u.registerLanguage("pf",_(9778)),u.registerLanguage("pgsql",_(5754)),u.registerLanguage("php",_(7532)),u.registerLanguage("php-template",_(5463)),u.registerLanguage("plaintext",_(8756)),u.registerLanguage("pony",_(9565)),u.registerLanguage("powershell",_(2800)),u.registerLanguage("processing",_(9805)),u.registerLanguage("profile",_(9012)),u.registerLanguage("prolog",_(1229)),u.registerLanguage("properties",_(9858)),u.registerLanguage("protobuf",_(6866)),u.registerLanguage("puppet",_(3206)),u.registerLanguage("purebasic",_(4076)),u.registerLanguage("python",_(5298)),u.registerLanguage("python-repl",_(3426)),u.registerLanguage("q",_(4376)),u.registerLanguage("qml",_(8983)),u.registerLanguage("r",_(3059)),u.registerLanguage("reasonml",_(3777)),u.registerLanguage("rib",_(4866)),u.registerLanguage("roboconf",_(849)),u.registerLanguage("routeros",_(8530)),u.registerLanguage("rsl",_(2196)),u.registerLanguage("ruleslanguage",_(2708)),u.registerLanguage("rust",_(9303)),u.registerLanguage("sas",_(8952)),u.registerLanguage("scala",_(3013)),u.registerLanguage("scheme",_(920)),u.registerLanguage("scilab",_(7146)),u.registerLanguage("scss",_(7846)),u.registerLanguage("shell",_(8381)),u.registerLanguage("smali",_(233)),u.registerLanguage("smalltalk",_(6485)),u.registerLanguage("sml",_(888)),u.registerLanguage("sqf",_(8707)),u.registerLanguage("sql",_(2450)),u.registerLanguage("stan",_(5942)),u.registerLanguage("stata",_(5457)),u.registerLanguage("step21",_(8071)),u.registerLanguage("stylus",_(4622)),u.registerLanguage("subunit",_(663)),u.registerLanguage("swift",_(8273)),u.registerLanguage("taggerscript",_(8326)),u.registerLanguage("yaml",_(5024)),u.registerLanguage("tap",_(3308)),u.registerLanguage("tcl",_(1074)),u.registerLanguage("thrift",_(3783)),u.registerLanguage("tp",_(2235)),u.registerLanguage("twig",_(4890)),u.registerLanguage("typescript",_(5449)),u.registerLanguage("vala",_(1605)),u.registerLanguage("vbnet",_(8420)),u.registerLanguage("vbscript",_(2386)),u.registerLanguage("vbscript-html",_(235)),u.registerLanguage("verilog",_(4550)),u.registerLanguage("vhdl",_(4005)),u.registerLanguage("vim",_(3872)),u.registerLanguage("wasm",_(2087)),u.registerLanguage("wren",_(7274)),u.registerLanguage("x86asm",_(4341)),u.registerLanguage("xl",_(5823)),u.registerLanguage("xquery",_(441)),u.registerLanguage("zephir",_(6074)),u.HighlightJS=u,u.default=u,ve.exports=u},2479:ve=>{ve.exports=function k(_){const u="[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]+",j="\u0434\u0430\u043b\u0435\u0435 \u0432\u043e\u0437\u0432\u0440\u0430\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c\u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0434\u043b\u044f \u0435\u0441\u043b\u0438 \u0438 \u0438\u0437 \u0438\u043b\u0438 \u0438\u043d\u0430\u0447\u0435 \u0438\u043d\u0430\u0447\u0435\u0435\u0441\u043b\u0438 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043a\u043e\u043d\u0435\u0446\u0435\u0441\u043b\u0438 \u043a\u043e\u043d\u0435\u0446\u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u043a\u043e\u043d\u0435\u0446\u0446\u0438\u043a\u043b\u0430 \u043d\u0435 \u043d\u043e\u0432\u044b\u0439 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043f\u0435\u0440\u0435\u043c \u043f\u043e \u043f\u043e\u043a\u0430 \u043f\u043e\u043f\u044b\u0442\u043a\u0430 \u043f\u0440\u0435\u0440\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0442\u043e\u0433\u0434\u0430 \u0446\u0438\u043a\u043b \u044d\u043a\u0441\u043f\u043e\u0440\u0442 ",Ze="null \u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u043e\u0436\u044c \u043d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e",De=_.inherit(_.NUMBER_MODE),Be={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},Je={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},P=_.inherit(_.C_LINE_COMMENT_MODE);return{name:"1C:Enterprise",case_insensitive:!0,keywords:{$pattern:u,keyword:j,built_in:"\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0440\u043e\u043a \u0441\u0438\u043c\u0432\u043e\u043b\u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u0438 ansitooem oemtoansi \u0432\u0432\u0435\u0441\u0442\u0438\u0432\u0438\u0434\u0441\u0443\u0431\u043a\u043e\u043d\u0442\u043e \u0432\u0432\u0435\u0441\u0442\u0438\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435 \u0432\u0432\u0435\u0441\u0442\u0438\u043f\u0435\u0440\u0438\u043e\u0434 \u0432\u0432\u0435\u0441\u0442\u0438\u043f\u043b\u0430\u043d\u0441\u0447\u0435\u0442\u043e\u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439\u043f\u043b\u0430\u043d\u0441\u0447\u0435\u0442\u043e\u0432 \u0434\u0430\u0442\u0430\u0433\u043e\u0434 \u0434\u0430\u0442\u0430\u043c\u0435\u0441\u044f\u0446 \u0434\u0430\u0442\u0430\u0447\u0438\u0441\u043b\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0441\u0442\u0440\u043e\u043a\u0443 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0437\u0441\u0442\u0440\u043e\u043a\u0438 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0438\u0431 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043a\u043e\u0434\u0441\u0438\u043c\u0432 \u043a\u043e\u043d\u0433\u043e\u0434\u0430 \u043a\u043e\u043d\u0435\u0446\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0431\u0438 \u043a\u043e\u043d\u0435\u0446\u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u043e\u0433\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0431\u0438 \u043a\u043e\u043d\u0435\u0446\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430 \u043a\u043e\u043d\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043a\u043e\u043d\u043c\u0435\u0441\u044f\u0446\u0430 \u043a\u043e\u043d\u043d\u0435\u0434\u0435\u043b\u0438 \u043b\u043e\u0433 \u043b\u043e\u043310 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u0441\u0443\u0431\u043a\u043e\u043d\u0442\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043d\u0430\u0431\u043e\u0440\u0430\u043f\u0440\u0430\u0432 \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c\u0432\u0438\u0434 \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c\u0441\u0447\u0435\u0442 \u043d\u0430\u0439\u0442\u0438\u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430\u0447\u0430\u043b\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0431\u0438 \u043d\u0430\u0447\u0430\u043b\u043e\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430 \u043d\u0430\u0447\u0433\u043e\u0434\u0430 \u043d\u0430\u0447\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043d\u0430\u0447\u043c\u0435\u0441\u044f\u0446\u0430 \u043d\u0430\u0447\u043d\u0435\u0434\u0435\u043b\u0438 \u043d\u043e\u043c\u0435\u0440\u0434\u043d\u044f\u0433\u043e\u0434\u0430 \u043d\u043e\u043c\u0435\u0440\u0434\u043d\u044f\u043d\u0435\u0434\u0435\u043b\u0438 \u043d\u043e\u043c\u0435\u0440\u043d\u0435\u0434\u0435\u043b\u0438\u0433\u043e\u0434\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0430\u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439\u043f\u043b\u0430\u043d\u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439\u044f\u0437\u044b\u043a \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u043e\u043a\u043d\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u043f\u0435\u0440\u0438\u043e\u0434\u0441\u0442\u0440 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u0430\u0442\u0443\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043e\u0442\u0431\u043e\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u043e\u0437\u0438\u0446\u0438\u044e\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0443\u0441\u0442\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0442\u0430 \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u0430\u0432\u0442\u043e\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u043f\u0438\u0441\u044c \u043f\u0443\u0441\u0442\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u043c \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c\u043f\u043e\u0437\u0438\u0446\u0438\u044e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u043d\u0430 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u043f\u043e \u0441\u0438\u043c\u0432 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\u043e\u0431\u044a\u0435\u043a\u0442 \u0441\u0442\u0430\u0442\u0443\u0441\u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u0441\u0442\u0440\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u0441\u0442\u0440\u043e\u043a \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u043f\u043e\u0437\u0438\u0446\u0438\u044e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0441\u0447\u0435\u0442\u043f\u043e\u043a\u043e\u0434\u0443 \u0442\u0435\u043a\u0443\u0449\u0435\u0435\u0432\u0440\u0435\u043c\u044f \u0442\u0438\u043f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0441\u0442\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0442\u0430\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0442\u0430\u043f\u043e \u0444\u0438\u043a\u0441\u0448\u0430\u0431\u043b\u043e\u043d \u0448\u0430\u0431\u043b\u043e\u043d acos asin atan base64\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 base64\u0441\u0442\u0440\u043e\u043a\u0430 cos exp log log10 pow sin sqrt tan xml\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 xml\u0441\u0442\u0440\u043e\u043a\u0430 xml\u0442\u0438\u043f xml\u0442\u0438\u043f\u0437\u043d\u0447 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0435\u043e\u043a\u043d\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c\u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0443\u043b\u0435\u0432\u043e \u0432\u0432\u0435\u0441\u0442\u0438\u0434\u0430\u0442\u0443 \u0432\u0432\u0435\u0441\u0442\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432\u0432\u0435\u0441\u0442\u0438\u0441\u0442\u0440\u043e\u043a\u0443 \u0432\u0432\u0435\u0441\u0442\u0438\u0447\u0438\u0441\u043b\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u0447\u0442\u0435\u043d\u0438\u044fxml \u0432\u043e\u043f\u0440\u043e\u0441 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u0433 \u0432\u044b\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443\u043f\u0440\u0430\u0432\u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u044c \u0433\u043e\u0434 \u0434\u0430\u043d\u043d\u044b\u0435\u0444\u043e\u0440\u043c\u044b\u0432\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u0430\u0442\u0430 \u0434\u0435\u043d\u044c \u0434\u0435\u043d\u044c\u0433\u043e\u0434\u0430 \u0434\u0435\u043d\u044c\u043d\u0435\u0434\u0435\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c\u043c\u0435\u0441\u044f\u0446 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0434\u043b\u044f\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0440\u0430\u0431\u043e\u0442\u0443\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c\u0440\u0430\u0431\u043e\u0442\u0443\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0432\u043d\u0435\u0448\u043d\u044e\u044e\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0437\u0430\u043a\u0440\u044b\u0442\u044c\u0441\u043f\u0440\u0430\u0432\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044cjson \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044cxml \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0434\u0430\u0442\u0443json \u0437\u0430\u043f\u0438\u0441\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c\u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0434\u0430\u043d\u043d\u044b\u0435\u0444\u043e\u0440\u043c\u044b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0441\u0442\u0440\u043e\u043a\u0443\u0432\u043d\u0443\u0442\u0440 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0444\u0430\u0439\u043b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0437\u0441\u0442\u0440\u043e\u043a\u0438\u0432\u043d\u0443\u0442\u0440 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0437\u0444\u0430\u0439\u043b\u0430 \u0438\u0437xml\u0442\u0438\u043f\u0430 \u0438\u043c\u043f\u043e\u0440\u0442\u043c\u043e\u0434\u0435\u043b\u0438xdto \u0438\u043c\u044f\u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430 \u0438\u043c\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435\u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u043e\u0431\u043e\u0448\u0438\u0431\u043a\u0435 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438\u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445\u0444\u0430\u0439\u043b\u043e\u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u0442\u0440\u043e\u043a\u0443 \u043a\u043e\u0434\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043a\u043e\u0434\u0441\u0438\u043c\u0432\u043e\u043b\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043a\u043e\u043d\u0435\u0446\u0433\u043e\u0434\u0430 \u043a\u043e\u043d\u0435\u0446\u0434\u043d\u044f \u043a\u043e\u043d\u0435\u0446\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043a\u043e\u043d\u0435\u0446\u043c\u0435\u0441\u044f\u0446\u0430 \u043a\u043e\u043d\u0435\u0446\u043c\u0438\u043d\u0443\u0442\u044b \u043a\u043e\u043d\u0435\u0446\u043d\u0435\u0434\u0435\u043b\u0438 \u043a\u043e\u043d\u0435\u0446\u0447\u0430\u0441\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0444\u043e\u0440\u043c\u044b \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0444\u0430\u0439\u043b \u043a\u0440\u0430\u0442\u043a\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043e\u0448\u0438\u0431\u043a\u0438 \u043b\u0435\u0432 \u043c\u0430\u043a\u0441 \u043c\u0435\u0441\u0442\u043d\u043e\u0435\u0432\u0440\u0435\u043c\u044f \u043c\u0435\u0441\u044f\u0446 \u043c\u0438\u043d \u043c\u0438\u043d\u0443\u0442\u0430 \u043c\u043e\u043d\u043e\u043f\u043e\u043b\u044c\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u043d\u0430\u0439\u0442\u0438 \u043d\u0430\u0439\u0442\u0438\u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u0441\u0438\u043c\u0432\u043e\u043b\u044bxml \u043d\u0430\u0439\u0442\u0438\u043e\u043a\u043d\u043e\u043f\u043e\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0441\u0441\u044b\u043b\u043a\u0435 \u043d\u0430\u0439\u0442\u0438\u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435\u043d\u0430\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0439\u0442\u0438\u043f\u043e\u0441\u0441\u044b\u043b\u043a\u0430\u043c \u043d\u0430\u0439\u0442\u0438\u0444\u0430\u0439\u043b\u044b \u043d\u0430\u0447\u0430\u043b\u043e\u0433\u043e\u0434\u0430 \u043d\u0430\u0447\u0430\u043b\u043e\u0434\u043d\u044f \u043d\u0430\u0447\u0430\u043b\u043e\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043d\u0430\u0447\u0430\u043b\u043e\u043c\u0435\u0441\u044f\u0446\u0430 \u043d\u0430\u0447\u0430\u043b\u043e\u043c\u0438\u043d\u0443\u0442\u044b \u043d\u0430\u0447\u0430\u043b\u043e\u043d\u0435\u0434\u0435\u043b\u0438 \u043d\u0430\u0447\u0430\u043b\u043e\u0447\u0430\u0441\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u0437\u0430\u043f\u0440\u043e\u0441\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0430\u0447\u0430\u0442\u044c\u0437\u0430\u043f\u0443\u0441\u043a\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430\u0447\u0430\u0442\u044c\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0432\u043d\u0435\u0448\u043d\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0438\u0441\u043a\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u0437\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443\u0432\u043d\u0435\u0448\u043d\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043d\u0435\u0434\u0435\u043b\u044f\u0433\u043e\u0434\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043d\u043e\u043c\u0435\u0440\u0441\u0435\u0430\u043d\u0441\u0430\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043d\u043e\u043c\u0435\u0440\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043d\u0440\u0435\u0433 \u043d\u0441\u0442\u0440 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044e\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043f\u0440\u0435\u0440\u044b\u0432\u0430\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u043e\u043a\u0440 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043e\u0448\u0438\u0431\u043a\u0438 \u043e\u043f\u043e\u0432\u0435\u0441\u0442\u0438\u0442\u044c \u043e\u043f\u043e\u0432\u0435\u0441\u0442\u0438\u0442\u044c\u043e\u0431\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0437\u0430\u043f\u0440\u043e\u0441\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0438\u043d\u0434\u0435\u043a\u0441\u0441\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435\u0441\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0441\u043f\u0440\u0430\u0432\u043a\u0443 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0444\u043e\u0440\u043c\u0443 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0444\u043e\u0440\u043c\u0443\u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u0435\u0440\u0435\u0439\u0442\u0438\u043f\u043e\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0441\u0441\u044b\u043b\u043a\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0432\u043d\u0435\u0448\u043d\u044e\u044e\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0437\u0430\u043f\u0440\u043e\u0441\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043e\u0448\u0438\u0431\u043a\u0438 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0434\u0430\u0442\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0438 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0447\u0438\u0441\u043b\u0430 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u043e\u043f\u0440\u043e\u0441 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e\u043e\u0431\u043e\u0448\u0438\u0431\u043a\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u043d\u0430\u043a\u0430\u0440\u0442\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u043d\u043e\u0435\u0438\u043c\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044ccom\u043e\u0431\u044a\u0435\u043a\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044cxml\u0442\u0438\u043f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0430\u0434\u0440\u0435\u0441\u043f\u043e\u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0443\u0441\u0435\u0430\u043d\u0441\u043e\u0432 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\u0441\u043f\u044f\u0449\u0435\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0441\u044b\u043f\u0430\u043d\u0438\u044f\u043f\u0430\u0441\u0441\u0438\u0432\u043d\u043e\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0432\u044b\u0431\u043e\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u043a\u043e\u0434\u044b\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u0447\u0430\u0441\u043e\u0432\u044b\u0435\u043f\u043e\u044f\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043e\u0442\u0431\u043e\u0440\u0430\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0437\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u043c\u044f\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0444\u0430\u0439\u043b\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u043c\u044f\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e\u044d\u043a\u0440\u0430\u043d\u043e\u0432\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043a\u0440\u0430\u0442\u043a\u0438\u0439\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u043a\u0435\u0442\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u0441\u043a\u0443\u0432\u0441\u0435\u0444\u0430\u0439\u043b\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u0441\u043a\u0443\u0432\u0441\u0435\u0444\u0430\u0439\u043b\u044b\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u0441\u043a\u0443\u0432\u0441\u0435\u0444\u0430\u0439\u043b\u044b\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0430\u0434\u0440\u0435\u0441\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e\u0434\u043b\u0438\u043d\u0443\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u0443\u044e\u0441\u0441\u044b\u043b\u043a\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u0443\u044e\u0441\u0441\u044b\u043b\u043a\u0443\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u0449\u0438\u0439\u043c\u0430\u043a\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u0449\u0443\u044e\u0444\u043e\u0440\u043c\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u043a\u043d\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0443\u044e\u043e\u0442\u043c\u0435\u0442\u043a\u0443\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0433\u043e\u0440\u0435\u0436\u0438\u043c\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445\u043e\u043f\u0446\u0438\u0439\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u043e\u043b\u043d\u043e\u0435\u0438\u043c\u044f\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445\u0441\u0441\u044b\u043b\u043e\u043a \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443\u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0438\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043f\u0443\u0442\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043f\u0443\u0442\u0438\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043f\u0443\u0442\u0438\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u0435\u0430\u043d\u0441\u044b\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0438\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u0441\u0442\u0430\u0432\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430odata \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0441\u0435\u0430\u043d\u0441\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u043e\u0440\u043c\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0443\u044e\u043e\u043f\u0446\u0438\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0443\u044e\u043e\u043f\u0446\u0438\u044e\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438\u043e\u0441 \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0432\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0435\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435 \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u043f\u0440\u0430\u0432 \u043f\u0440\u0430\u0432\u043e\u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043a\u043e\u0434\u0430\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0430\u0432\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0447\u0430\u0441\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u044f\u0441\u0430 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u0438\u0442\u044c\u0440\u0430\u0431\u043e\u0442\u0443\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c\u0432\u044b\u0437\u043e\u0432 \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044cjson \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044cxml \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c\u0434\u0430\u0442\u0443json \u043f\u0443\u0441\u0442\u0430\u044f\u0441\u0442\u0440\u043e\u043a\u0430 \u0440\u0430\u0431\u043e\u0447\u0438\u0439\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0434\u043b\u044f\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u0440\u0430\u0437\u043e\u0440\u0432\u0430\u0442\u044c\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0441\u0432\u043d\u0435\u0448\u043d\u0438\u043c\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u0442\u0440\u043e\u043a\u0443 \u0440\u043e\u043b\u044c\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0441\u0435\u043a\u0443\u043d\u0434\u0430 \u0441\u0438\u0433\u043d\u0430\u043b \u0441\u0438\u043c\u0432\u043e\u043b \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u043b\u0435\u0442\u043d\u0435\u0433\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0431\u0443\u0444\u0435\u0440\u044b\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\u0444\u0430\u0431\u0440\u0438\u043a\u0443xdto \u0441\u043e\u043a\u0440\u043b \u0441\u043e\u043a\u0440\u043b\u043f \u0441\u043e\u043a\u0440\u043f \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0440\u0435\u0434 \u0441\u0442\u0440\u0434\u043b\u0438\u043d\u0430 \u0441\u0442\u0440\u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f\u043d\u0430 \u0441\u0442\u0440\u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u043d\u0430\u0439\u0442\u0438 \u0441\u0442\u0440\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f\u0441 \u0441\u0442\u0440\u043e\u043a\u0430 \u0441\u0442\u0440\u043e\u043a\u0430\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0441\u0442\u0440\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u0442\u0440\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u0441\u0442\u0440\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u0447\u0438\u0441\u043b\u043e\u0432\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0439 \u0441\u0442\u0440\u0447\u0438\u0441\u043b\u043e\u0441\u0442\u0440\u043e\u043a \u0441\u0442\u0440\u0448\u0430\u0431\u043b\u043e\u043d \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0434\u0430\u0442\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0434\u0430\u0442\u0430\u0441\u0435\u0430\u043d\u0441\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f\u0434\u0430\u0442\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f\u0434\u0430\u0442\u0430\u0432\u043c\u0438\u043b\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e\u0448\u0440\u0438\u0444\u0442\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u043a\u043e\u0434\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u044f\u0437\u044b\u043a \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u044f\u0437\u044b\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0442\u0438\u043f \u0442\u0438\u043f\u0437\u043d\u0447 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0430\u043a\u0442\u0438\u0432\u043d\u0430 \u0442\u0440\u0435\u0433 \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u0438\u0437\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u043e\u0435\u0432\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c\u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0443\u0441\u0435\u0430\u043d\u0441\u043e\u0432 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u043d\u0435\u0448\u043d\u044e\u044e\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\u0441\u043f\u044f\u0449\u0435\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0441\u044b\u043f\u0430\u043d\u0438\u044f\u043f\u0430\u0441\u0441\u0438\u0432\u043d\u043e\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043a\u0440\u0430\u0442\u043a\u0438\u0439\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e\u0434\u043b\u0438\u043d\u0443\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043c\u043e\u043d\u043e\u043f\u043e\u043b\u044c\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0433\u043e\u0440\u0435\u0436\u0438\u043c\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445\u043e\u043f\u0446\u0438\u0439\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443\u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0438\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0441\u0432\u043d\u0435\u0448\u043d\u0438\u043c\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0438\u0444\u043e\u0440\u043c\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u043e\u0441\u0442\u0430\u0432\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430odata \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0441\u0435\u0430\u043d\u0441\u0430 \u0444\u043e\u0440\u043c\u0430\u0442 \u0446\u0435\u043b \u0447\u0430\u0441 \u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441 \u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0441\u0435\u0430\u043d\u0441\u0430 \u0447\u0438\u0441\u043b\u043e \u0447\u0438\u0441\u043b\u043e\u043f\u0440\u043e\u043f\u0438\u0441\u044c\u044e \u044d\u0442\u043e\u0430\u0434\u0440\u0435\u0441\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 ws\u0441\u0441\u044b\u043b\u043a\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043c\u0430\u043a\u0435\u0442\u043e\u0432\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0441\u0442\u0438\u043b\u0435\u0439 \u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u044b \u0432\u043d\u0435\u0448\u043d\u0438\u0435\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u043d\u0435\u0448\u043d\u0438\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432\u043d\u0435\u0448\u043d\u0438\u0435\u043e\u0442\u0447\u0435\u0442\u044b \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435\u043f\u043e\u043a\u0443\u043f\u043a\u0438 \u0433\u043b\u0430\u0432\u043d\u044b\u0439\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0433\u043b\u0430\u0432\u043d\u044b\u0439\u0441\u0442\u0438\u043b\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0435\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u0436\u0443\u0440\u043d\u0430\u043b\u044b\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0437\u0430\u0434\u0430\u0447\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u043e\u0431\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0447\u0435\u0439\u0434\u0430\u0442\u044b \u0438\u0441\u0442\u043e\u0440\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0438\u043e\u0442\u0431\u043e\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u043a\u043b\u0430\u043c\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0445\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u043e\u0442\u0447\u0435\u0442\u044b \u043f\u0430\u043d\u0435\u043b\u044c\u0437\u0430\u0434\u0430\u0447\u043e\u0441 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0441\u0435\u0430\u043d\u0441\u0430 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u043d\u044b\u0432\u0438\u0434\u043e\u0432\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u043f\u043b\u0430\u043d\u044b\u0432\u0438\u0434\u043e\u0432\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a \u043f\u043b\u0430\u043d\u044b\u043e\u0431\u043c\u0435\u043d\u0430 \u043f\u043b\u0430\u043d\u044b\u0441\u0447\u0435\u0442\u043e\u0432 \u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439\u043f\u043e\u0438\u0441\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445\u043f\u043e\u043a\u0443\u043f\u043e\u043a \u0440\u0430\u0431\u043e\u0447\u0430\u044f\u0434\u0430\u0442\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0438\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u0441\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u043d\u044b\u0435\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440xdto \u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u0433\u0435\u043e\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0440\u0435\u043a\u043b\u0430\u043c\u044b \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043f\u043e\u0447\u0442\u044b \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0438\u0438 \u0444\u0430\u0431\u0440\u0438\u043a\u0430xdto \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435\u043f\u043e\u0442\u043e\u043a\u0438 \u0444\u043e\u043d\u043e\u0432\u044b\u0435\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432\u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u0434\u0430\u043d\u043d\u044b\u0445\u0444\u043e\u0440\u043c \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043e\u0431\u0449\u0438\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0445\u0441\u043f\u0438\u0441\u043a\u043e\u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a ",class:"web\u0446\u0432\u0435\u0442\u0430 windows\u0446\u0432\u0435\u0442\u0430 windows\u0448\u0440\u0438\u0444\u0442\u044b \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u0440\u0430\u043c\u043a\u0438\u0441\u0442\u0438\u043b\u044f \u0441\u0438\u043c\u0432\u043e\u043b\u044b \u0446\u0432\u0435\u0442\u0430\u0441\u0442\u0438\u043b\u044f \u0448\u0440\u0438\u0444\u0442\u044b\u0441\u0442\u0438\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445\u0444\u043e\u0440\u043c\u044b\u0432\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0430\u0432\u0442\u043e\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f\u0432\u0444\u043e\u0440\u043c\u0435 \u0430\u0432\u0442\u043e\u0440\u0430\u0437\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0435\u0441\u0435\u0440\u0438\u0439 \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0438\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0432\u044b\u0441\u043e\u0442\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0430\u044f\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0430\u0444\u043e\u0440\u043c\u044b \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0432\u0438\u0434\u0433\u0440\u0443\u043f\u043f\u044b\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0434\u0435\u043a\u043e\u0440\u0430\u0446\u0438\u0438\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0438\u0434\u043a\u043d\u043e\u043f\u043a\u0438\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044f \u0432\u0438\u0434\u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u0432\u0438\u0434\u043f\u043e\u043b\u044f\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0444\u043b\u0430\u0436\u043a\u0430 \u0432\u043b\u0438\u044f\u043d\u0438\u0435\u0440\u0430\u0437\u043c\u0435\u0440\u0430\u043d\u0430\u043f\u0443\u0437\u044b\u0440\u0435\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430\u043a\u043e\u043b\u043e\u043d\u043e\u043a \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430\u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0444\u043e\u0440\u043c\u044b \u0433\u0440\u0443\u043f\u043f\u044b\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u044f \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u043c\u0435\u0436\u0434\u0443\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438\u0444\u043e\u0440\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0432\u044b\u0432\u043e\u0434\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u043b\u043e\u0441\u044b\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0442\u043e\u0447\u043a\u0438\u0431\u0438\u0440\u0436\u0435\u0432\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0438\u0441\u0442\u043e\u0440\u0438\u044f\u0432\u044b\u0431\u043e\u0440\u0430\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u043e\u0441\u0438\u0442\u043e\u0447\u0435\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0440\u0430\u0437\u043c\u0435\u0440\u0430\u043f\u0443\u0437\u044b\u0440\u044c\u043a\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0433\u0440\u0443\u043f\u043f\u044b\u043a\u043e\u043c\u0430\u043d\u0434 \u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c\u0441\u0435\u0440\u0438\u0439 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0434\u0435\u0440\u0435\u0432\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0441\u043f\u0438\u0441\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0434\u0435\u043d\u0434\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u043c\u0435\u0442\u043e\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u043c\u0435\u0442\u043e\u043a\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0432\u043b\u0435\u0433\u0435\u043d\u0434\u0435\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u044b\u043a\u043d\u043e\u043f\u043e\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0448\u043a\u0430\u043b\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0438\u0437\u043c\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043a\u043d\u043e\u043f\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043a\u043d\u043e\u043f\u043a\u0438\u0432\u044b\u0431\u043e\u0440\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439\u0444\u043e\u0440\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043e\u0431\u044b\u0447\u043d\u043e\u0439\u0433\u0440\u0443\u043f\u043f\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u043f\u0443\u0437\u044b\u0440\u044c\u043a\u043e\u0432\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u0430\u043d\u0435\u043b\u0438\u043f\u043e\u0438\u0441\u043a\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f\u043f\u0440\u0438\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0440\u0430\u0437\u043c\u0435\u0442\u043a\u0438\u043f\u043e\u043b\u043e\u0441\u044b\u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0444\u043e\u0440\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043e\u0431\u044b\u0447\u043d\u043e\u0439\u0433\u0440\u0443\u043f\u043f\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0444\u0438\u0433\u0443\u0440\u044b\u043a\u043d\u043e\u043f\u043a\u0438 \u043f\u0430\u043b\u0438\u0442\u0440\u0430\u0446\u0432\u0435\u0442\u043e\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u043e\u0431\u044b\u0447\u043d\u043e\u0439\u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0434\u0435\u043d\u0434\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0438\u0441\u043a\u0432\u0442\u0430\u0431\u043b\u0438\u0446\u0435\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438\u043a\u043d\u043e\u043f\u043a\u0438\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439\u043f\u0430\u043d\u0435\u043b\u0438\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439\u043f\u0430\u043d\u0435\u043b\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043e\u043f\u043e\u0440\u043d\u043e\u0439\u0442\u043e\u0447\u043a\u0438\u043e\u0442\u0440\u0438\u0441\u043e\u0432\u043a\u0438 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439\u0448\u043a\u0430\u043b\u044b\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0438\u0437\u043c\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0441\u0442\u0440\u043e\u043a\u0438\u043f\u043e\u0438\u0441\u043a\u0430 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u043b\u0438\u043d\u0438\u0438 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u043e\u0438\u0441\u043a\u043e\u043c \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0448\u043a\u0430\u043b\u044b\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u043e\u0440\u044f\u0434\u043e\u043a\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u043e\u0447\u0435\u043a\u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0439\u0433\u0438\u0441\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0440\u044f\u0434\u043e\u043a\u0441\u0435\u0440\u0438\u0439\u0432\u043b\u0435\u0433\u0435\u043d\u0434\u0435\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0430\u0437\u043c\u0435\u0440\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0448\u043a\u0430\u043b\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0430\u0441\u0442\u044f\u0433\u0438\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u0440\u0435\u0436\u0438\u043c\u0430\u0432\u0442\u043e\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0432\u0432\u043e\u0434\u0430\u0441\u0442\u0440\u043e\u043a\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0431\u043e\u0440\u0430\u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0434\u0430\u0442\u044b \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0441\u0442\u0440\u043e\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0435\u0436\u0438\u043c\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0434\u0438\u0430\u043b\u043e\u0433\u0430\u043f\u0435\u0447\u0430\u0442\u0438 \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0440\u0435\u0436\u0438\u043c\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e\u043e\u043a\u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u043e\u043a\u043d\u0430\u0444\u043e\u0440\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0441\u0435\u0440\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u0440\u0438\u0441\u043e\u0432\u043a\u0438\u0441\u0435\u0442\u043a\u0438\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u043b\u0443\u043f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u043d\u0430\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0440\u0435\u0436\u0438\u043c\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u043a\u043e\u043b\u043e\u043d\u043a\u0438 \u0440\u0435\u0436\u0438\u043c\u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u044f\u0438\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u0441\u043f\u0438\u0441\u043a\u0430\u0437\u0430\u0434\u0430\u0447 \u0441\u043a\u0432\u043e\u0437\u043d\u043e\u0435\u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445\u0444\u043e\u0440\u043c\u044b\u0432\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u0442\u0435\u043a\u0441\u0442\u0430\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0448\u043a\u0430\u043b\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0432\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f\u0433\u0440\u0443\u043f\u043f\u0430\u043a\u043e\u043c\u0430\u043d\u0434 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0442\u0438\u043b\u044c\u0441\u0442\u0440\u0435\u043b\u043a\u0438 \u0442\u0438\u043f\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u0438\u043b\u0438\u043d\u0438\u0438\u0442\u0440\u0435\u043d\u0434\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0435\u0434\u0438\u043d\u0438\u0446\u044b\u0448\u043a\u0430\u043b\u044b\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0442\u0438\u043f\u0438\u043c\u043f\u043e\u0440\u0442\u0430\u0441\u0435\u0440\u0438\u0439\u0441\u043b\u043e\u044f\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u043c\u0430\u0440\u043a\u0435\u0440\u0430\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043c\u0430\u0440\u043a\u0435\u0440\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0441\u0435\u0440\u0438\u0438\u0441\u043b\u043e\u044f\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u043e\u0447\u0435\u0447\u043d\u043e\u0433\u043e\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0448\u043a\u0430\u043b\u044b\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043b\u0435\u0433\u0435\u043d\u0434\u044b\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043f\u043e\u0438\u0441\u043a\u0430\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043f\u0440\u043e\u0435\u043a\u0446\u0438\u0438\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u043e\u0432\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u0440\u0430\u043c\u043a\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0441\u0432\u044f\u0437\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u043f\u043e\u0441\u0435\u0440\u0438\u044f\u043c\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0442\u043e\u0447\u0435\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u043b\u0438\u043d\u0438\u0438 \u0442\u0438\u043f\u0441\u0442\u043e\u0440\u043e\u043d\u044b\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u0444\u043e\u0440\u043c\u044b\u043e\u0442\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u0448\u043a\u0430\u043b\u044b\u0440\u0430\u0434\u0430\u0440\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0444\u0430\u043a\u0442\u043e\u0440\u043b\u0438\u043d\u0438\u0438\u0442\u0440\u0435\u043d\u0434\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0444\u0438\u0433\u0443\u0440\u0430\u043a\u043d\u043e\u043f\u043a\u0438 \u0444\u0438\u0433\u0443\u0440\u044b\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0444\u0438\u043a\u0441\u0430\u0446\u0438\u044f\u0432\u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0434\u043d\u044f\u0448\u043a\u0430\u043b\u044b\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0448\u0438\u0440\u0438\u043d\u0430\u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f\u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0438\u0438 \u0432\u0438\u0434\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0432\u0438\u0434\u0441\u0447\u0435\u0442\u0430 \u0432\u0438\u0434\u0442\u043e\u0447\u043a\u0438\u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0430\u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0430\u0433\u0440\u0435\u0433\u0430\u0442\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0435\u0436\u0438\u043c\u0430\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u0440\u0435\u0437\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u0430\u0433\u0440\u0435\u0433\u0430\u0442\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0430\u0432\u0442\u043e\u0432\u0440\u0435\u043c\u044f \u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0438\u0441\u0438\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0440\u0435\u0436\u0438\u043c\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0430\u0432\u0442\u043e\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439\u043d\u043e\u043c\u0435\u0440\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0438\u0442\u043e\u0433\u043e\u0432\u043a\u043e\u043b\u043e\u043d\u043e\u043a\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0438\u0442\u043e\u0433\u043e\u0432\u0441\u0442\u0440\u043e\u043a\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u0447\u0442\u0435\u043d\u0438\u044f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0434\u0432\u0443\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u0439\u043f\u0435\u0447\u0430\u0442\u0438 \u0442\u0438\u043f\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043a\u0443\u0440\u0441\u043e\u0440\u043e\u0432\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u0440\u0438\u0441\u0443\u043d\u043a\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u044f\u0447\u0435\u0439\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043b\u0438\u043d\u0438\u0439\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0442\u0435\u043a\u0441\u0442\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0440\u0438\u0441\u0443\u043d\u043a\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0441\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0443\u0437\u043e\u0440\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0444\u0430\u0439\u043b\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c\u043f\u0435\u0447\u0430\u0442\u0438 \u0447\u0435\u0440\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0432\u0440\u0435\u043c\u0435\u043d\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u0430 \u0442\u0438\u043f\u0444\u0430\u0439\u043b\u0430\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043e\u0431\u0445\u043e\u0434\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u0437\u0430\u043f\u0438\u0441\u0438\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0432\u0438\u0434\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044f\u043e\u0442\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044f\u043e\u0442\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0438\u0442\u043e\u0433\u043e\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u043a\u0444\u0430\u0439\u043b\u0443 \u0440\u0435\u0436\u0438\u043c\u0434\u0438\u0430\u043b\u043e\u0433\u0430\u0432\u044b\u0431\u043e\u0440\u0430\u0444\u0430\u0439\u043b\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u0444\u0430\u0439\u043b\u0430 \u0442\u0438\u043f\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044f\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0432\u0438\u0434\u0434\u0430\u043d\u043d\u044b\u0445\u0430\u043d\u0430\u043b\u0438\u0437\u0430 \u043c\u0435\u0442\u043e\u0434\u043a\u043b\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0442\u0438\u043f\u0435\u0434\u0438\u043d\u0438\u0446\u044b\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430\u0432\u0440\u0435\u043c\u0435\u043d\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0447\u0438\u0441\u043b\u043e\u0432\u044b\u0445\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0438\u0441\u043a\u0430\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u0434\u0435\u0440\u0435\u0432\u043e\u0440\u0435\u0448\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043a\u043b\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u044f \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043e\u0431\u0449\u0430\u044f\u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0438\u0441\u043a\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0438\u0441\u043a\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u043c\u043e\u0434\u0435\u043b\u0438\u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0430 \u0442\u0438\u043f\u043c\u0435\u0440\u044b\u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043e\u0442\u0441\u0435\u0447\u0435\u043d\u0438\u044f\u043f\u0440\u0430\u0432\u0438\u043b\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0438 \u0442\u0438\u043f\u043f\u043e\u043b\u044f\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0432\u0430\u043d\u0438\u044f\u043f\u0440\u0430\u0432\u0438\u043b\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0432\u0430\u043d\u0438\u044f\u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f\u0434\u0435\u0440\u0435\u0432\u0430\u0440\u0435\u0448\u0435\u043d\u0438\u0439 ws\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442xpathxs \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0437\u0430\u043f\u0438\u0441\u0438\u0434\u0430\u0442\u044bjson \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u0432\u0438\u0434\u0433\u0440\u0443\u043f\u043f\u044b\u043c\u043e\u0434\u0435\u043b\u0438xs \u0432\u0438\u0434\u0444\u0430\u0441\u0435\u0442\u0430xdto \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044fdom \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u0441\u0445\u0435\u043c\u044bxs \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043d\u043d\u044b\u0435\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438xs \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\u0433\u0440\u0443\u043f\u043f\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438xs \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xs \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u043e\u0441\u0442\u0438xs \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0438\u043c\u0435\u043dxs \u043c\u0435\u0442\u043e\u0434\u043d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044fxs \u043c\u043e\u0434\u0435\u043b\u044c\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043exs \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0442\u0438\u043f\u0430xml \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438xs \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043f\u0440\u043e\u0431\u0435\u043b\u044c\u043d\u044b\u0445\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432xs \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043exs \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u043e\u0442\u0431\u043e\u0440\u0430\u0443\u0437\u043b\u043e\u0432dom \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0441\u0442\u0440\u043e\u043ajson \u043f\u043e\u0437\u0438\u0446\u0438\u044f\u0432\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435dom \u043f\u0440\u043e\u0431\u0435\u043b\u044c\u043d\u044b\u0435\u0441\u0438\u043c\u0432\u043e\u043b\u044bxml \u0442\u0438\u043f\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xml \u0442\u0438\u043f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fjson \u0442\u0438\u043f\u043a\u0430\u043d\u043e\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043exml \u0442\u0438\u043f\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044bxs \u0442\u0438\u043f\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438xml \u0442\u0438\u043f\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430domxpath \u0442\u0438\u043f\u0443\u0437\u043b\u0430dom \u0442\u0438\u043f\u0443\u0437\u043b\u0430xml \u0444\u043e\u0440\u043c\u0430xml \u0444\u043e\u0440\u043c\u0430\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044fxs \u0444\u043e\u0440\u043c\u0430\u0442\u0434\u0430\u0442\u044bjson \u044d\u043a\u0440\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432json \u0432\u0438\u0434\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0438\u0442\u043e\u0433\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u0435\u0439\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0441\u043a\u043e\u0433\u043e\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0432\u044b\u0432\u043e\u0434\u0430\u0442\u0435\u043a\u0441\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0433\u0440\u0443\u043f\u043f\u044b\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u043e\u0442\u0431\u043e\u0440\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u043f\u043e\u043b\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043c\u0430\u043a\u0435\u0442\u0430\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043c\u0430\u043a\u0435\u0442\u0430\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0442\u0435\u043a\u0441\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0441\u0432\u044f\u0437\u0438\u043d\u0430\u0431\u043e\u0440\u043e\u0432\u0434\u0430\u043d\u043d\u044b\u0445\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043b\u0435\u0433\u0435\u043d\u0434\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u043e\u0442\u0431\u043e\u0440\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u043f\u043e\u0437\u0438\u0446\u0438\u044f\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0444\u0438\u043a\u0441\u0430\u0446\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0443\u0441\u043b\u043e\u0432\u043d\u043e\u0433\u043e\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u044c\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0442\u0435\u043a\u0441\u0442\u0430\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u043d\u0435ascii\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0442\u0435\u043a\u0441\u0442\u0430\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u044b \u0441\u0442\u0430\u0442\u0443\u0441\u0440\u0430\u0437\u0431\u043e\u0440\u0430\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438\u0437\u0430\u043f\u0438\u0441\u0438\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438\u0437\u0430\u043f\u0438\u0441\u0438\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0442\u0438\u043f\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430\u0438\u043c\u0435\u043d\u0444\u0430\u0439\u043b\u043e\u0432\u0432zip\u0444\u0430\u0439\u043b\u0435 \u043c\u0435\u0442\u043e\u0434\u0441\u0436\u0430\u0442\u0438\u044fzip \u043c\u0435\u0442\u043e\u0434\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044fzip \u0440\u0435\u0436\u0438\u043c\u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u0443\u0442\u0435\u0439\u0444\u0430\u0439\u043b\u043e\u0432zip \u0440\u0435\u0436\u0438\u043c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\u043f\u043e\u0434\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043e\u0432zip \u0440\u0435\u0436\u0438\u043c\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u043f\u0443\u0442\u0435\u0439zip \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0441\u0436\u0430\u0442\u0438\u044fzip \u0437\u0432\u0443\u043a\u043e\u0432\u043e\u0435\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430\u043a\u0441\u0442\u0440\u043e\u043a\u0435 \u043f\u043e\u0437\u0438\u0446\u0438\u044f\u0432\u043f\u043e\u0442\u043e\u043a\u0435 \u043f\u043e\u0440\u044f\u0434\u043e\u043a\u0431\u0430\u0439\u0442\u043e\u0432 \u0440\u0435\u0436\u0438\u043c\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u043e\u0439\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0432\u0438\u0441\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445\u043f\u043e\u043a\u0443\u043f\u043e\u043a \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u0444\u043e\u043d\u043e\u0432\u043e\u0433\u043e\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0442\u0438\u043f\u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0445\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u043e\u0433\u043e\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044fftp \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u043e\u0440\u044f\u0434\u043a\u0430\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u043c\u0438\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0439\u0442\u043e\u0447\u043a\u0438\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 http\u043c\u0435\u0442\u043e\u0434 \u0430\u0432\u0442\u043e\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0430\u0432\u0442\u043e\u043f\u0440\u0435\u0444\u0438\u043a\u0441\u043d\u043e\u043c\u0435\u0440\u0430\u0437\u0430\u0434\u0430\u0447\u0438 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0433\u043e\u044f\u0437\u044b\u043a\u0430 \u0432\u0438\u0434\u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0438 \u0432\u0438\u0434\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u044c\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0439\u043f\u0440\u0438\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439 \u0438\u043d\u0434\u0435\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0431\u0430\u0437\u044b\u043f\u043b\u0430\u043d\u0430\u0432\u0438\u0434\u043e\u0432\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e\u0432\u044b\u0431\u043e\u0440\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0437\u0434\u0435\u043b\u044f\u0435\u043c\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0435\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0432\u0438\u0434\u0430\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0432\u0438\u0434\u0430\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0437\u0430\u0434\u0430\u0447\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u043b\u0430\u043d\u0430\u043e\u0431\u043c\u0435\u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u0447\u0435\u0442\u0430 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0433\u0440\u0430\u043d\u0438\u0446\u044b\u043f\u0440\u0438\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u043d\u043e\u043c\u0435\u0440\u0430\u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u043d\u043e\u043c\u0435\u0440\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0441\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439\u043f\u043e\u0438\u0441\u043a\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u043a\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u044c\u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0440\u0435\u0436\u0438\u043c\u0430\u0432\u0442\u043e\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u0438\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0438\u0441\u0438\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0445\u0432\u044b\u0437\u043e\u0432\u043e\u0432\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b\u0438\u0432\u043d\u0435\u0448\u043d\u0438\u0445\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0433\u043e\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0435\u0430\u043d\u0441\u043e\u0432 \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445\u0432\u044b\u0431\u043e\u0440\u0430\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u043a\u0435 \u0440\u0435\u0436\u0438\u043c\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u0438 \u0440\u0435\u0436\u0438\u043c\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u0438\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0440\u0435\u0436\u0438\u043c\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u043e\u0439\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0441\u0435\u0440\u0438\u0438\u043a\u043e\u0434\u043e\u0432\u043f\u043b\u0430\u043d\u0430\u0432\u0438\u0434\u043e\u0432\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a \u0441\u0435\u0440\u0438\u0438\u043a\u043e\u0434\u043e\u0432\u043f\u043b\u0430\u043d\u0430\u0441\u0447\u0435\u0442\u043e\u0432 \u0441\u0435\u0440\u0438\u0438\u043a\u043e\u0434\u043e\u0432\u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u043f\u043e\u0438\u0441\u043a\u0430\u0441\u0442\u0440\u043e\u043a\u0438\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u043a\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0442\u0438\u043f\u0434\u0430\u043d\u043d\u044b\u0445\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043a\u043e\u0434\u0430\u043f\u043b\u0430\u043d\u0430\u0432\u0438\u0434\u043e\u0432\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u043a\u043e\u0434\u0430\u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u0442\u0438\u043f\u043c\u0430\u043a\u0435\u0442\u0430 \u0442\u0438\u043f\u043d\u043e\u043c\u0435\u0440\u0430\u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0442\u0438\u043f\u043d\u043e\u043c\u0435\u0440\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043d\u043e\u043c\u0435\u0440\u0430\u0437\u0430\u0434\u0430\u0447\u0438 \u0442\u0438\u043f\u0444\u043e\u0440\u043c\u044b \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0439 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u044c\u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0444\u043e\u0440\u043c\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e\u0448\u0440\u0438\u0444\u0442\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0439\u0434\u0430\u0442\u044b\u043d\u0430\u0447\u0430\u043b\u0430 \u0432\u0438\u0434\u0433\u0440\u0430\u043d\u0438\u0446\u044b \u0432\u0438\u0434\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0432\u0438\u0434\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0432\u0438\u0434\u0440\u0430\u043c\u043a\u0438 \u0432\u0438\u0434\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0446\u0432\u0435\u0442\u0430 \u0432\u0438\u0434\u0447\u0438\u0441\u043b\u043e\u0432\u043e\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0448\u0440\u0438\u0444\u0442\u0430 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f\u0434\u043b\u0438\u043d\u0430 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439\u0437\u043d\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435byteordermark \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448\u0430 \u043a\u043e\u0434\u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430\u0434\u0438\u0430\u043b\u043e\u0433\u0430 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430xbase \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430\u0442\u0435\u043a\u0441\u0442\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u043e\u0438\u0441\u043a\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0438\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u0430\u043d\u0435\u043b\u0438\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0434\u0438\u0430\u043b\u043e\u0433\u0430\u0432\u043e\u043f\u0440\u043e\u0441 \u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u0444\u043e\u0440\u043c\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0432\u044b\u0431\u043e\u0440\u0430\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430windows \u0441\u043f\u043e\u0441\u043e\u0431\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0442\u0440\u043e\u043a\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0432\u043d\u0435\u0448\u043d\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0442\u0438\u043f\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u0442\u0438\u043f\u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u043a\u043b\u0430\u0432\u0438\u0448\u0438enter \u0442\u0438\u043f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438\u043e\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0438\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0438\u0437\u043e\u043b\u044f\u0446\u0438\u0438\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439 \u0445\u0435\u0448\u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0447\u0430\u0441\u0442\u0438\u0434\u0430\u0442\u044b",type:"com\u043e\u0431\u044a\u0435\u043a\u0442 ftp\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 http\u0437\u0430\u043f\u0440\u043e\u0441 http\u0441\u0435\u0440\u0432\u0438\u0441\u043e\u0442\u0432\u0435\u0442 http\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 ws\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f ws\u043f\u0440\u043e\u043a\u0441\u0438 xbase \u0430\u043d\u0430\u043b\u0438\u0437\u0434\u0430\u043d\u043d\u044b\u0445 \u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u044fxs \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0443\u0444\u0435\u0440\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435xs \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445\u0447\u0438\u0441\u0435\u043b \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0430\u044f\u0441\u0445\u0435\u043c\u0430 \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435\u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u044b \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0430\u044f\u0441\u0445\u0435\u043c\u0430 \u0433\u0440\u0443\u043f\u043f\u0430\u043c\u043e\u0434\u0435\u043b\u0438xs \u0434\u0430\u043d\u043d\u044b\u0435\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0435\u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u0435\u043d\u0434\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430\u0433\u0430\u043d\u0442\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0432\u044b\u0431\u043e\u0440\u0430\u0444\u0430\u0439\u043b\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0432\u044b\u0431\u043e\u0440\u0430\u0446\u0432\u0435\u0442\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0432\u044b\u0431\u043e\u0440\u0430\u0448\u0440\u0438\u0444\u0442\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u044f\u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u043d\u043e\u0433\u043e\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0434\u0438\u0430\u043b\u043e\u0433\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442dom \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442html \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044fxs \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u043e\u0435\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u044cdom \u0437\u0430\u043f\u0438\u0441\u044cfastinfoset \u0437\u0430\u043f\u0438\u0441\u044chtml \u0437\u0430\u043f\u0438\u0441\u044cjson \u0437\u0430\u043f\u0438\u0441\u044cxml \u0437\u0430\u043f\u0438\u0441\u044czip\u0444\u0430\u0439\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u044c\u0434\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u044c\u0442\u0435\u043a\u0441\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u044c\u0443\u0437\u043b\u043e\u0432dom \u0437\u0430\u043f\u0440\u043e\u0441 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u043e\u0435\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435openssl \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u0435\u0439\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430 \u0438\u043c\u043f\u043e\u0440\u0442xs \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u0430 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0435\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439\u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u0440\u043e\u043a\u0441\u0438 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u0434\u043b\u044f\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044fxs \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xs \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0442\u0435\u0440\u0430\u0442\u043e\u0440\u0443\u0437\u043b\u043e\u0432dom \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0434\u0430\u0442\u044b \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0441\u0442\u0440\u043e\u043a\u0438 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0447\u0438\u0441\u043b\u0430 \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u0449\u0438\u043a\u043c\u0430\u043a\u0435\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u0449\u0438\u043a\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043c\u0430\u043a\u0435\u0442\u0430\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0444\u043e\u0440\u043c\u0430\u0442\u043d\u043e\u0439\u0441\u0442\u0440\u043e\u043a\u0438 \u043b\u0438\u043d\u0438\u044f \u043c\u0430\u043a\u0435\u0442\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0430\u043a\u0435\u0442\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0430\u043a\u0435\u0442\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0430\u0441\u043a\u0430xs \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043d\u0430\u0431\u043e\u0440\u0441\u0445\u0435\u043cxml \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438json \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0431\u0445\u043e\u0434\u0434\u0435\u0440\u0435\u0432\u0430dom \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xs \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u043d\u043e\u0442\u0430\u0446\u0438\u0438xs \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430xs \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0434\u043e\u0441\u0442\u0443\u043f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u043e\u0442\u043a\u0430\u0437\u0432\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043c\u043e\u0433\u043e\u0444\u0430\u0439\u043b\u0430 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u0438\u043f\u043e\u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u044b\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u044b\u043c\u043e\u0434\u0435\u043b\u0438xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u043e\u0441\u0442\u0438xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0442\u0438\u043f\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430dom \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044fxpathxs \u043e\u0442\u0431\u043e\u0440\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0430\u043a\u0435\u0442\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0445\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0432\u044b\u0431\u043e\u0440\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0437\u0430\u043f\u0438\u0441\u0438json \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0437\u0430\u043f\u0438\u0441\u0438xml \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0447\u0442\u0435\u043d\u0438\u044fxml \u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435xs \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a \u043f\u043e\u043b\u0435\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0435\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044cdom \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u043e\u0442\u0447\u0435\u0442\u0430 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u043e\u0442\u0447\u0435\u0442\u0430\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u0441\u0445\u0435\u043cxml \u043f\u043e\u0442\u043e\u043a \u043f\u043e\u0442\u043e\u043a\u0432\u043f\u0430\u043c\u044f\u0442\u0438 \u043f\u043e\u0447\u0442\u0430 \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0435\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435xsl \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043a\u043a\u0430\u043d\u043e\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u043c\u0443xml \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0432\u044b\u0432\u043e\u0434\u0430\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445\u0432\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0432\u044b\u0432\u043e\u0434\u0430\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445\u0432\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0437\u044b\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0438\u043c\u0435\u043ddom \u0440\u0430\u043c\u043a\u0430 \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u043d\u043e\u0433\u043e\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435\u0438\u043c\u044fxml \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0447\u0442\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0432\u043e\u0434\u043d\u0430\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430 \u0441\u0432\u044f\u0437\u044c\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u0432\u044f\u0437\u044c\u043f\u043e\u0442\u0438\u043f\u0443 \u0441\u0432\u044f\u0437\u044c\u043f\u043e\u0442\u0438\u043f\u0443\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440xdto \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043a\u043b\u0438\u0435\u043d\u0442\u0430windows \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u0444\u0430\u0439\u043b \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b\u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0445\u0446\u0435\u043d\u0442\u0440\u043e\u0432windows \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b\u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0445\u0446\u0435\u043d\u0442\u0440\u043e\u0432\u0444\u0430\u0439\u043b \u0441\u0436\u0430\u0442\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0430\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435\u043a\u043b\u0430\u0432\u0438\u0448 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f\u0434\u0430\u0442\u0430\u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439\u043f\u0435\u0440\u0438\u043e\u0434 \u0441\u0445\u0435\u043c\u0430xml \u0441\u0445\u0435\u043c\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u0438\u043f\u0434\u0430\u043d\u043d\u044b\u0445xml \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0444\u0430\u0431\u0440\u0438\u043a\u0430xdto \u0444\u0430\u0439\u043b \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0439\u043f\u043e\u0442\u043e\u043a \u0444\u0430\u0441\u0435\u0442\u0434\u043b\u0438\u043d\u044bxs \u0444\u0430\u0441\u0435\u0442\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430\u0440\u0430\u0437\u0440\u044f\u0434\u043e\u0432\u0434\u0440\u043e\u0431\u043d\u043e\u0439\u0447\u0430\u0441\u0442\u0438xs \u0444\u0430\u0441\u0435\u0442\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0438\u0441\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439\u0434\u043b\u0438\u043d\u044bxs \u0444\u0430\u0441\u0435\u0442\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0438\u0441\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439\u0434\u043b\u0438\u043d\u044bxs \u0444\u0430\u0441\u0435\u0442\u043e\u0431\u0440\u0430\u0437\u0446\u0430xs \u0444\u0430\u0441\u0435\u0442\u043e\u0431\u0449\u0435\u0433\u043e\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430\u0440\u0430\u0437\u0440\u044f\u0434\u043e\u0432xs \u0444\u0430\u0441\u0435\u0442\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043f\u0440\u043e\u0431\u0435\u043b\u044c\u043d\u044b\u0445\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432xs \u0444\u0438\u043b\u044c\u0442\u0440\u0443\u0437\u043b\u043e\u0432dom \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f\u0441\u0442\u0440\u043e\u043a\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442xs \u0445\u0435\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0446\u0432\u0435\u0442 \u0447\u0442\u0435\u043d\u0438\u0435fastinfoset \u0447\u0442\u0435\u043d\u0438\u0435html \u0447\u0442\u0435\u043d\u0438\u0435json \u0447\u0442\u0435\u043d\u0438\u0435xml \u0447\u0442\u0435\u043d\u0438\u0435zip\u0444\u0430\u0439\u043b\u0430 \u0447\u0442\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445 \u0447\u0442\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430 \u0447\u0442\u0435\u043d\u0438\u0435\u0443\u0437\u043b\u043e\u0432dom \u0448\u0440\u0438\u0444\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 comsafearray \u0434\u0435\u0440\u0435\u0432\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043c\u0430\u0441\u0441\u0438\u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441\u043f\u0438\u0441\u043e\u043a\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u043c\u0430\u0441\u0441\u0438\u0432 ",literal:Ze},contains:[{className:"meta",begin:"#|&",end:"$",keywords:{$pattern:u,keyword:j+"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0438\u0437\u0444\u0430\u0439\u043b\u0430 \u0432\u0435\u0431\u043a\u043b\u0438\u0435\u043d\u0442 \u0432\u043c\u0435\u0441\u0442\u043e \u0432\u043d\u0435\u0448\u043d\u0435\u0435\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u043a\u043b\u0438\u0435\u043d\u0442 \u043a\u043e\u043d\u0435\u0446\u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u043b\u0438\u0435\u043d\u0442 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0435 \u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0435\u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0435\u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435\u0431\u0435\u0437\u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430 \u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435\u0431\u0435\u0437\u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0441\u043b\u0435 \u0441\u0435\u0440\u0432\u0435\u0440 \u0442\u043e\u043b\u0441\u0442\u044b\u0439\u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0431\u044b\u0447\u043d\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u043e\u043b\u0441\u0442\u044b\u0439\u043a\u043b\u0438\u0435\u043d\u0442\u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u043e\u043d\u043a\u0438\u0439\u043a\u043b\u0438\u0435\u043d\u0442 "},contains:[P]},{className:"function",variants:[{begin:"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430|\u0444\u0443\u043d\u043a\u0446\u0438\u044f",end:"\\)",keywords:"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f"},{begin:"\u043a\u043e\u043d\u0435\u0446\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b|\u043a\u043e\u043d\u0435\u0446\u0444\u0443\u043d\u043a\u0446\u0438\u0438",keywords:"\u043a\u043e\u043d\u0435\u0446\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b \u043a\u043e\u043d\u0435\u0446\u0444\u0443\u043d\u043a\u0446\u0438\u0438"}],contains:[{begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"params",begin:u,end:",",excludeEnd:!0,endsWithParent:!0,keywords:{$pattern:u,keyword:"\u0437\u043d\u0430\u0447",literal:Ze},contains:[De,Be,Je]},P]},_.inherit(_.TITLE_MODE,{begin:u})]},P,{className:"symbol",begin:"~",end:";|:",excludeEnd:!0},De,Be,Je]}}},9151:ve=>{ve.exports=function k(_){const u=_.regex,j=_.COMMENT(/;/,/$/);return{name:"Augmented Backus-Naur Form",illegal:/[!@#$^&',?+~`|:]/,keywords:["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],contains:[{scope:"operator",match:/=\/?/},{scope:"attribute",match:u.concat(/^[a-zA-Z][a-zA-Z0-9-]*/,/(?=\s*=)/)},j,{scope:"symbol",match:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+)?/},{scope:"symbol",match:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+)?/},{scope:"symbol",match:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+)?/},{scope:"symbol",match:/%[si](?=".*")/},_.QUOTE_STRING_MODE,_.NUMBER_MODE]}}},7838:ve=>{ve.exports=function k(_){const u=_.regex,o=["GET","POST","HEAD","PUT","DELETE","CONNECT","OPTIONS","PATCH","TRACE"];return{name:"Apache Access Log",contains:[{className:"number",begin:/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?\b/,relevance:5},{className:"number",begin:/\b\d+\b/,relevance:0},{className:"string",begin:u.concat(/"/,u.either(...o)),end:/"/,keywords:o,illegal:/\n/,relevance:5,contains:[{begin:/HTTP\/[12]\.\d'/,relevance:5}]},{className:"string",begin:/\[\d[^\]\n]{8,}\]/,illegal:/\n/,relevance:1},{className:"string",begin:/\[/,end:/\]/,illegal:/\n/,relevance:0},{className:"string",begin:/"Mozilla\/\d\.\d \(/,end:/"/,illegal:/\n/,relevance:3},{className:"string",begin:/"/,end:/"/,illegal:/\n/,relevance:0}]}}},9207:ve=>{ve.exports=function k(_){const u=_.regex,o=/[a-zA-Z_$][a-zA-Z0-9_$]*/,D=u.concat(o,u.concat("(\\.",o,")*")),te={className:"rest_arg",begin:/[.]{3}/,end:o,relevance:10};return{name:"ActionScript",aliases:["as"],keywords:{keyword:["as","break","case","catch","class","const","continue","default","delete","do","dynamic","each","else","extends","final","finally","for","function","get","if","implements","import","in","include","instanceof","interface","internal","is","namespace","native","new","override","package","private","protected","public","return","set","static","super","switch","this","throw","try","typeof","use","var","void","while","with"],literal:["true","false","null","undefined"]},contains:[_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.C_NUMBER_MODE,{match:[/\bpackage/,/\s+/,D],className:{1:"keyword",3:"title.class"}},{match:[/\b(?:class|interface|extends|implements)/,/\s+/,o],className:{1:"keyword",3:"title.class"}},{className:"meta",beginKeywords:"import include",end:/;/,keywords:{keyword:"import include"}},{beginKeywords:"function",end:/[{;]/,excludeEnd:!0,illegal:/\S/,contains:[_.inherit(_.TITLE_MODE,{className:"title.function"}),{className:"params",begin:/\(/,end:/\)/,contains:[_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,te]},{begin:u.concat(/:\s*/,/([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)/)}]},_.METHOD_GUARD],illegal:/#/}}},95:ve=>{ve.exports=function k(_){const u="\\d(_|\\d)*",o="[eE][-+]?"+u,U="\\b("+u+"#\\w+(\\.\\w+)?#("+o+")?|"+u+"(\\."+u+")?("+o+")?)",X="[A-Za-z](_?[A-Za-z0-9.])*",ee="[]\\{\\}%#'\"",ne=_.COMMENT("--","$"),ue={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:ee,contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:X,endsParent:!0,relevance:0}]};return{name:"Ada",case_insensitive:!0,keywords:{keyword:["abort","else","new","return","abs","elsif","not","reverse","abstract","end","accept","entry","select","access","exception","of","separate","aliased","exit","or","some","all","others","subtype","and","for","out","synchronized","array","function","overriding","at","tagged","generic","package","task","begin","goto","pragma","terminate","body","private","then","if","procedure","type","case","in","protected","constant","interface","is","raise","use","declare","range","delay","limited","record","when","delta","loop","rem","while","digits","renames","with","do","mod","requeue","xor"],literal:["True","False"]},contains:[ne,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:U,relevance:0},{className:"symbol",begin:"'"+X},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:ee},{begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",keywords:"overriding function procedure with is renames return",returnBegin:!0,contains:[ne,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:ee},ue,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:ee}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:ee},ue]}}},9769:ve=>{ve.exports=function k(_){const u={className:"built_in",begin:"\\b(void|bool|int8|int16|int32|int64|int|uint8|uint16|uint32|uint64|uint|string|ref|array|double|float|auto|dictionary)"},o={className:"symbol",begin:"[a-zA-Z0-9_]+@"},D={className:"keyword",begin:"<",end:">",contains:[u,o]};return u.contains=[D],o.contains=[D],{name:"AngelScript",aliases:["asc"],keywords:["for","in|0","break","continue","while","do|0","return","if","else","case","switch","namespace","is","cast","or","and","xor","not","get|0","in","inout|10","out","override","set|0","private","public","const","default|0","final","shared","external","mixin|10","enum","typedef","funcdef","this","super","import","from","interface","abstract|0","try","catch","protected","explicit","property"],illegal:"(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunction\\s*[^\\(])",contains:[{className:"string",begin:"'",end:"'",illegal:"\\n",contains:[_.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',end:'"""'},{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[_.BACKSLASH_ESCAPE],relevance:0},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"string",begin:"^\\s*\\[",end:"\\]"},{beginKeywords:"interface namespace",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]},{beginKeywords:"class",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+",contains:[{begin:"[:,]\\s*",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]}]}]},u,o,{className:"literal",begin:"\\b(null|true|false)"},{className:"number",relevance:0,begin:"(-?)(\\b0[xXbBoOdD][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"}]}}},1202:ve=>{ve.exports=function k(_){const D={className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[_.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/,contains:[D,{className:"number",begin:/:\d{1,5}/},_.inherit(_.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",begin:/\w+/,relevance:0,keywords:{_:["order","deny","allow","setenv","rewriterule","rewriteengine","rewritecond","documentroot","sethandler","errordocument","loadmodule","options","header","listen","serverroot","servername"]},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},contains:[{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable",begin:/[\$%]\{/,end:/\}/,contains:["self",{className:"number",begin:/[$%]\d+/}]},D,{className:"number",begin:/\b\d+/},_.QUOTE_STRING_MODE]}}],illegal:/\S/}}},1937:ve=>{ve.exports=function k(_){const u=_.regex,o=_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),D={className:"params",begin:/\(/,end:/\)/,contains:["self",_.C_NUMBER_MODE,o]},j=_.COMMENT(/--/,/$/),U=[j,_.COMMENT(/\(\*/,/\*\)/,{contains:["self",j]}),_.HASH_COMMENT_MODE];return{name:"AppleScript",aliases:["osascript"],keywords:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name|0 paragraph paragraphs rest reverse running time version weekday word words year"},contains:[o,_.C_NUMBER_MODE,{className:"built_in",begin:u.concat(/\b/,u.either(/clipboard info/,/the clipboard/,/info for/,/list (disks|folder)/,/mount volume/,/path to/,/(close|open for) access/,/(get|set) eof/,/current date/,/do shell script/,/get volume settings/,/random number/,/set volume/,/system attribute/,/system info/,/time to GMT/,/(load|run|store) script/,/scripting components/,/ASCII (character|number)/,/localized string/,/choose (application|color|file|file name|folder|from list|remote application|URL)/,/display (alert|dialog)/),/\b/)},{className:"built_in",begin:/^\s*return\b/},{className:"literal",begin:/\b(text item delimiters|current application|missing value)\b/},{className:"keyword",begin:u.concat(/\b/,u.either(/apart from/,/aside from/,/instead of/,/out of/,/greater than/,/isn't|(doesn't|does not) (equal|come before|come after|contain)/,/(greater|less) than( or equal)?/,/(starts?|ends|begins?) with/,/contained by/,/comes (before|after)/,/a (ref|reference)/,/POSIX (file|path)/,/(date|time) string/,/quoted form/),/\b/)},{beginKeywords:"on",illegal:/[${=;\n]/,contains:[_.UNDERSCORE_TITLE_MODE,D]},...U],illegal:/\/\/|->|=>|\[\[/}}},7650:ve=>{ve.exports=function k(_){const u="[A-Za-z_][0-9A-Za-z_]*",o={keyword:["if","for","while","var","new","function","do","return","void","else","break"],literal:["BackSlash","DoubleQuote","false","ForwardSlash","Infinity","NaN","NewLine","null","PI","SingleQuote","Tab","TextFormatting","true","undefined"],built_in:["Abs","Acos","All","Angle","Any","Area","AreaGeodetic","Array","Asin","Atan","Atan2","Attachments","Average","Back","Bearing","Boolean","Buffer","BufferGeodetic","Ceil","Centroid","Clip","Concatenate","Console","Constrain","Contains","ConvertDirection","Cos","Count","Crosses","Cut","Date","DateAdd","DateDiff","Day","Decode","DefaultValue","Densify","DensifyGeodetic","Dictionary","Difference","Disjoint","Distance","DistanceGeodetic","Distinct","Domain","DomainCode","DomainName","EnvelopeIntersects","Equals","Erase","Exp","Expects","Extent","Feature","FeatureSet","FeatureSetByAssociation","FeatureSetById","FeatureSetByName","FeatureSetByPortalItem","FeatureSetByRelationshipName","Filter","Find","First","Floor","FromCharCode","FromCodePoint","FromJSON","GdbVersion","Generalize","Geometry","GetFeatureSet","GetUser","GroupBy","Guid","Hash","HasKey","Hour","IIf","Includes","IndexOf","Insert","Intersection","Intersects","IsEmpty","IsNan","ISOMonth","ISOWeek","ISOWeekday","ISOYear","IsSelfIntersecting","IsSimple","Left|0","Length","Length3D","LengthGeodetic","Log","Lower","Map","Max","Mean","Mid","Millisecond","Min","Minute","Month","MultiPartToSinglePart","Multipoint","NextSequenceValue","None","Now","Number","Offset|0","OrderBy","Overlaps","Point","Polygon","Polyline","Pop","Portal","Pow","Proper","Push","Random","Reduce","Relate","Replace","Resize","Reverse","Right|0","RingIsClockwise","Rotate","Round","Schema","Second","SetGeometry","Simplify","Sin","Slice","Sort","Splice","Split","Sqrt","Stdev","SubtypeCode","SubtypeName","Subtypes","Sum","SymmetricDifference","Tan","Text","Timestamp","ToCharCode","ToCodePoint","Today","ToHex","ToLocal","Top|0","Touches","ToUTC","TrackAccelerationAt","TrackAccelerationWindow","TrackCurrentAcceleration","TrackCurrentDistance","TrackCurrentSpeed","TrackCurrentTime","TrackDistanceAt","TrackDistanceWindow","TrackDuration","TrackFieldWindow","TrackGeometryWindow","TrackIndex","TrackSpeedAt","TrackSpeedWindow","TrackStartTime","TrackWindow","Trim","TypeOf","Union","Upper","UrlEncode","Variance","Week","Weekday","When","Within","Year"]},j={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:_.C_NUMBER_RE}],relevance:0},te={className:"subst",begin:"\\$\\{",end:"\\}",keywords:o,contains:[]},U={className:"string",begin:"`",end:"`",contains:[_.BACKSLASH_ESCAPE,te]};te.contains=[_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,U,j,_.REGEXP_MODE];const X=te.contains.concat([_.C_BLOCK_COMMENT_MODE,_.C_LINE_COMMENT_MODE]);return{name:"ArcGIS Arcade",case_insensitive:!0,keywords:o,contains:[_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,U,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"symbol",begin:"\\$[datastore|feature|layer|map|measure|sourcefeature|sourcelayer|targetfeature|targetlayer|value|view]+"},j,{begin:/[{,]\s*/,relevance:0,contains:[{begin:u+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:u,relevance:0}]}]},{begin:"("+_.RE_STARTERS_RE+"|\\b(return)\\b)\\s*",keywords:"return",contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+u+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:u},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:o,contains:X}]}]}],relevance:0},{beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[_.inherit(_.TITLE_MODE,{className:"title.function",begin:u}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:X}],illegal:/\[|%/},{begin:/\$[(.]/}],illegal:/#(?!!)/}}},2205:ve=>{ve.exports=function _(u){const o={type:["boolean","byte","word","String"],built_in:["KeyboardController","MouseController","SoftwareSerial","EthernetServer","EthernetClient","LiquidCrystal","RobotControl","GSMVoiceCall","EthernetUDP","EsploraTFT","HttpClient","RobotMotor","WiFiClient","GSMScanner","FileSystem","Scheduler","GSMServer","YunClient","YunServer","IPAddress","GSMClient","GSMModem","Keyboard","Ethernet","Console","GSMBand","Esplora","Stepper","Process","WiFiUDP","GSM_SMS","Mailbox","USBHost","Firmata","PImage","Client","Server","GSMPIN","FileIO","Bridge","Serial","EEPROM","Stream","Mouse","Audio","Servo","File","Task","GPRS","WiFi","Wire","TFT","GSM","SPI","SD"],_hints:["setup","loop","runShellCommandAsynchronously","analogWriteResolution","retrieveCallingNumber","printFirmwareVersion","analogReadResolution","sendDigitalPortPair","noListenOnLocalhost","readJoystickButton","setFirmwareVersion","readJoystickSwitch","scrollDisplayRight","getVoiceCallStatus","scrollDisplayLeft","writeMicroseconds","delayMicroseconds","beginTransmission","getSignalStrength","runAsynchronously","getAsynchronously","listenOnLocalhost","getCurrentCarrier","readAccelerometer","messageAvailable","sendDigitalPorts","lineFollowConfig","countryNameWrite","runShellCommand","readStringUntil","rewindDirectory","readTemperature","setClockDivider","readLightSensor","endTransmission","analogReference","detachInterrupt","countryNameRead","attachInterrupt","encryptionType","readBytesUntil","robotNameWrite","readMicrophone","robotNameRead","cityNameWrite","userNameWrite","readJoystickY","readJoystickX","mouseReleased","openNextFile","scanNetworks","noInterrupts","digitalWrite","beginSpeaker","mousePressed","isActionDone","mouseDragged","displayLogos","noAutoscroll","addParameter","remoteNumber","getModifiers","keyboardRead","userNameRead","waitContinue","processInput","parseCommand","printVersion","readNetworks","writeMessage","blinkVersion","cityNameRead","readMessage","setDataMode","parsePacket","isListening","setBitOrder","beginPacket","isDirectory","motorsWrite","drawCompass","digitalRead","clearScreen","serialEvent","rightToLeft","setTextSize","leftToRight","requestFrom","keyReleased","compassRead","analogWrite","interrupts","WiFiServer","disconnect","playMelody","parseFloat","autoscroll","getPINUsed","setPINUsed","setTimeout","sendAnalog","readSlider","analogRead","beginWrite","createChar","motorsStop","keyPressed","tempoWrite","readButton","subnetMask","debugPrint","macAddress","writeGreen","randomSeed","attachGPRS","readString","sendString","remotePort","releaseAll","mouseMoved","background","getXChange","getYChange","answerCall","getResult","voiceCall","endPacket","constrain","getSocket","writeJSON","getButton","available","connected","findUntil","readBytes","exitValue","readGreen","writeBlue","startLoop","IPAddress","isPressed","sendSysex","pauseMode","gatewayIP","setCursor","getOemKey","tuneWrite","noDisplay","loadImage","switchPIN","onRequest","onReceive","changePIN","playFile","noBuffer","parseInt","overflow","checkPIN","knobRead","beginTFT","bitClear","updateIR","bitWrite","position","writeRGB","highByte","writeRed","setSpeed","readBlue","noStroke","remoteIP","transfer","shutdown","hangCall","beginSMS","endWrite","attached","maintain","noCursor","checkReg","checkPUK","shiftOut","isValid","shiftIn","pulseIn","connect","println","localIP","pinMode","getIMEI","display","noBlink","process","getBand","running","beginSD","drawBMP","lowByte","setBand","release","bitRead","prepare","pointTo","readRed","setMode","noFill","remove","listen","stroke","detach","attach","noTone","exists","buffer","height","bitSet","circle","config","cursor","random","IRread","setDNS","endSMS","getKey","micros","millis","begin","print","write","ready","flush","width","isPIN","blink","clear","press","mkdir","rmdir","close","point","yield","image","BSSID","click","delay","read","text","move","peek","beep","rect","line","open","seek","fill","size","turn","stop","home","find","step","tone","sqrt","RSSI","SSID","end","bit","tan","cos","sin","pow","map","abs","max","min","get","run","put"],literal:["DIGITAL_MESSAGE","FIRMATA_STRING","ANALOG_MESSAGE","REPORT_DIGITAL","REPORT_ANALOG","INPUT_PULLUP","SET_PIN_MODE","INTERNAL2V56","SYSTEM_RESET","LED_BUILTIN","INTERNAL1V1","SYSEX_START","INTERNAL","EXTERNAL","DEFAULT","OUTPUT","INPUT","HIGH","LOW"]},D=function k(u){const o=u.regex,D=u.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),j="decltype\\(auto\\)",te="[a-zA-Z_]\\w*::",X="(?!struct)("+j+"|"+o.optional(te)+"[a-zA-Z_]\\w*"+o.optional("<[^<>]+>")+")",ee={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},ue={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[u.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},u.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},ce={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},he={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},u.inherit(ue,{className:"string"}),{className:"string",begin:/<.*?>/},D,u.C_BLOCK_COMMENT_MODE]},Ve={className:"title",begin:o.optional(te)+u.IDENT_RE,relevance:0},be=o.optional(te)+u.IDENT_RE+"\\s*\\(",xe={type:["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],keyword:["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"]},ye={className:"function.dispatch",relevance:0,keywords:{_hint:["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"]},begin:o.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,u.IDENT_RE,o.lookahead(/(<[^<>]+>|)\s*\(/))},Oe=[ye,he,ee,D,u.C_BLOCK_COMMENT_MODE,ce,ue],We={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:xe,contains:Oe.concat([{begin:/\(/,end:/\)/,keywords:xe,contains:Oe.concat(["self"]),relevance:0}]),relevance:0};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:xe,illegal:".]/,contains:[{begin:j,keywords:xe,relevance:0},{begin:be,returnBegin:!0,contains:[Ve],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[ue,ce]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:xe,relevance:0,contains:[D,u.C_BLOCK_COMMENT_MODE,ue,ce,ee,{begin:/\(/,end:/\)/,keywords:xe,relevance:0,contains:["self",D,u.C_BLOCK_COMMENT_MODE,ue,ce,ee]}]},ee,D,u.C_BLOCK_COMMENT_MODE,he]},ye,Oe,[he,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)",end:">",keywords:xe,contains:["self",ee]},{begin:u.IDENT_RE+"::",keywords:xe},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}(u),j=D.keywords;return j.type=[...j.type,...o.type],j.literal=[...j.literal,...o.literal],j.built_in=[...j.built_in,...o.built_in],j._hints=o._hints,D.name="Arduino",D.aliases=["ino"],D.supersetOf="cpp",D}},8621:ve=>{ve.exports=function k(_){const u={variants:[_.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),_.COMMENT("[;@]","$",{relevance:0}),_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+_.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 w0 w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 w13 w14 w15 w16 w17 w18 w19 w20 w21 w22 w23 w24 w25 w26 w27 w28 w29 w30 x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"},u,_.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}},7569:ve=>{ve.exports=function k(_){const u=_.regex,j=[{className:"strong",begin:/\*{2}([^\n]+?)\*{2}/},{className:"strong",begin:u.concat(/\*\*/,/((\*(?!\*)|\\[^\n]|[^*\n\\])+\n)+/,/(\*(?!\*)|\\[^\n]|[^*\n\\])*/,/\*\*/),relevance:0},{className:"strong",begin:/\B\*(\S|\S[^\n]*?\S)\*(?!\w)/},{className:"strong",begin:/\*[^\s]([^\n]+\n)+([^\n]+)\*/}],te=[{className:"emphasis",begin:/_{2}([^\n]+?)_{2}/},{className:"emphasis",begin:u.concat(/__/,/((_(?!_)|\\[^\n]|[^_\n\\])+\n)+/,/(_(?!_)|\\[^\n]|[^_\n\\])*/,/__/),relevance:0},{className:"emphasis",begin:/\b_(\S|\S[^\n]*?\S)_(?!\w)/},{className:"emphasis",begin:/_[^\s]([^\n]+\n)+([^\n]+)_/},{className:"emphasis",begin:"\\B'(?!['\\s])",end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0}];return{name:"AsciiDoc",aliases:["adoc"],contains:[_.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),_.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",relevance:10,variants:[{begin:"^(={1,6})[ \t].+?([ \t]\\1)?$"},{begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},{className:"bullet",begin:"^(\\*+|-+|\\.+|[^\\n]+?::)\\s+"},{className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},{begin:/\\[*_`]/},{begin:/\\\\\*{2}[^\n]*?\*{2}/},{begin:/\\\\_{2}[^\n]*_{2}/},{begin:/\\\\`{2}[^\n]*`{2}/},{begin:/[:;}][*_`](?![*_`])/},...j,...te,{className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{className:"code",begin:/`{2}/,end:/(\n{2}|`{2})/},{className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",begin:"^[ \\t]",end:"$",relevance:0},{begin:"^'{3,}[ \\t]*$",relevance:10},{begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+?\\[[^[]*?\\]",returnBegin:!0,contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}},4600:ve=>{ve.exports=function k(_){const u=_.regex,o=["false","synchronized","int","abstract","float","private","char","boolean","static","null","if","const","for","true","while","long","throw","strictfp","finally","protected","import","native","final","return","void","enum","else","extends","implements","break","transient","new","catch","instanceof","byte","super","volatile","case","assert","short","package","default","double","public","try","this","switch","continue","throws","privileged","aspectOf","adviceexecution","proceed","cflowbelow","cflow","initialization","preinitialization","staticinitialization","withincode","target","within","execution","getWithinTypeName","handler","thisJoinPoint","thisJoinPointStaticPart","thisEnclosingJoinPointStaticPart","declare","parents","warning","error","soft","precedence","thisAspectInstance"],D=["get","set","args","call"];return{name:"AspectJ",keywords:o,illegal:/<\/|#/,contains:[_.COMMENT(/\/\*\*/,/\*\//,{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:/@[A-Za-z]+/}]}),_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,{className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0,illegal:/[:;"\[\]]/,contains:[{beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},_.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:o.concat(D),excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},_.UNDERSCORE_TITLE_MODE]},{beginKeywords:"pointcut after before around throwing returning",end:/[)]/,excludeEnd:!1,illegal:/["\[\]]/,contains:[{begin:u.concat(_.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,contains:[_.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:o,illegal:/["\[\]]/,contains:[{begin:u.concat(_.UNDERSCORE_IDENT_RE,/\s*\(/),keywords:o.concat(D),relevance:0},_.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{className:"function",begin:/\w+ +\w+(\.\w+)?\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0,end:/[{;=]/,keywords:o,excludeEnd:!0,contains:[{begin:u.concat(_.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,relevance:0,contains:[_.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,relevance:0,keywords:o,contains:[_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.C_NUMBER_MODE,_.C_BLOCK_COMMENT_MODE]},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},_.C_NUMBER_MODE,{className:"meta",begin:/@[A-Za-z]+/}]}}},1639:ve=>{ve.exports=function k(_){const u={begin:"`[\\s\\S]"};return{name:"AutoHotkey",case_insensitive:!0,aliases:["ahk"],keywords:{keyword:"Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group",literal:"true false NOT AND OR",built_in:"ComSpec Clipboard ClipboardAll ErrorLevel"},contains:[u,_.inherit(_.QUOTE_STRING_MODE,{contains:[u]}),_.COMMENT(";","$",{relevance:0}),_.C_BLOCK_COMMENT_MODE,{className:"number",begin:_.NUMBER_RE,relevance:0},{className:"variable",begin:"%[a-zA-Z0-9#_$@]+%"},{className:"built_in",begin:"^\\s*\\w+\\s*(,|%)"},{className:"title",variants:[{begin:'^[^\\n";]+::(?!=)'},{begin:'^[^\\n";]+:(?!=)',relevance:0}]},{className:"meta",begin:"^\\s*#\\w+",end:"$",relevance:0},{className:"built_in",begin:"A_[a-zA-Z0-9]+"},{begin:",\\s*,"}]}}},3085:ve=>{ve.exports=function k(_){const te={variants:[_.COMMENT(";","$",{relevance:0}),_.COMMENT("#cs","#ce"),_.COMMENT("#comments-start","#comments-end")]},U={begin:"\\$[A-z0-9_]+"},X={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},ee={variants:[_.BINARY_NUMBER_MODE,_.C_NUMBER_MODE]};return{name:"AutoIt",case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:"ByRef Case Const ContinueCase ContinueLoop Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With",built_in:"Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait WinWaitActive WinWaitClose WinWaitNotActive",literal:"True False And Null Not Or Default"},contains:[te,U,X,ee,{className:"meta",begin:"#",end:"$",keywords:{keyword:["EndRegion","forcedef","forceref","ignorefunc","include","include-once","NoTrayIcon","OnAutoItStartRegister","pragma","Region","RequireAdmin","Tidy_Off","Tidy_On","Tidy_Parameters"]},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",keywords:{keyword:"include"},end:"$",contains:[X,{className:"string",variants:[{begin:"<",end:">"},{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},X,te]},{className:"symbol",begin:"@[A-z0-9_]+"},{beginKeywords:"Func",end:"$",illegal:"\\$|\\[|%",contains:[_.inherit(_.UNDERSCORE_TITLE_MODE,{className:"title.function"}),{className:"params",begin:"\\(",end:"\\)",contains:[U,X,ee]}]}]}}},6764:ve=>{ve.exports=function k(_){return{name:"AVR Assembly",case_insensitive:!0,keywords:{$pattern:"\\.?"+_.IDENT_RE,keyword:"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",meta:".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"},contains:[_.C_BLOCK_COMMENT_MODE,_.COMMENT(";","$",{relevance:0}),_.C_NUMBER_MODE,_.BINARY_NUMBER_MODE,{className:"number",begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},_.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"},{className:"symbol",begin:"^[A-Za-z0-9_.$]+:"},{className:"meta",begin:"#",end:"$"},{className:"subst",begin:"@[0-9]+"}]}}},9726:ve=>{ve.exports=function k(_){return{name:"Awk",keywords:{keyword:"BEGIN END if else while do for in break continue delete next nextfile function func exit|10"},contains:[{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},{className:"string",contains:[_.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},_.APOS_STRING_MODE,_.QUOTE_STRING_MODE]},_.REGEXP_MODE,_.HASH_COMMENT_MODE,_.NUMBER_MODE]}}},8889:ve=>{ve.exports=function k(_){const u=_.UNDERSCORE_IDENT_RE,te={keyword:["abstract","as","asc","avg","break","breakpoint","by","byref","case","catch","changecompany","class","client","client","common","const","continue","count","crosscompany","delegate","delete_from","desc","display","div","do","edit","else","eventhandler","exists","extends","final","finally","firstfast","firstonly","firstonly1","firstonly10","firstonly100","firstonly1000","flush","for","forceliterals","forcenestedloop","forceplaceholders","forceselectorder","forupdate","from","generateonly","group","hint","if","implements","in","index","insert_recordset","interface","internal","is","join","like","maxof","minof","mod","namespace","new","next","nofetch","notexists","optimisticlock","order","outer","pessimisticlock","print","private","protected","public","readonly","repeatableread","retry","return","reverse","select","server","setting","static","sum","super","switch","this","throw","try","ttsabort","ttsbegin","ttscommit","unchecked","update_recordset","using","validtimestate","void","where","while"],built_in:["anytype","boolean","byte","char","container","date","double","enum","guid","int","int64","long","real","short","str","utcdatetime","var"],literal:["default","false","null","true"]};return{name:"X++",aliases:["x++"],keywords:te,contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},{variants:[{match:[/(class|interface)\s+/,u,/\s+(extends|implements)\s+/,u]},{match:[/class\s+/,u]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:te}]}}},1664:ve=>{ve.exports=function k(_){const o={},D={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[o]}]};Object.assign(o,{className:"variable",variants:[{begin:_.regex.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},D]});const j={className:"subst",begin:/\$\(/,end:/\)/,contains:[_.BACKSLASH_ESCAPE]},te={begin:/<<-?\s*(?=\w+)/,starts:{contains:[_.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},U={className:"string",begin:/"/,end:/"/,contains:[_.BACKSLASH_ESCAPE,o,j]};j.contains.push(U);const ue={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},_.NUMBER_MODE,o]},he=_.SHEBANG({binary:`(${["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"].join("|")})`,relevance:10}),Ve={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[_.inherit(_.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],literal:["true","false"],built_in:["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset","alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","type","typeset","ulimit","unalias","set","shopt","autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp","chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"]},contains:[he,_.SHEBANG(),Ve,ue,_.HASH_COMMENT_MODE,te,{match:/(\/[a-z._-]+)+/},U,{match:/\\"/},{className:"string",begin:/'/,end:/'/},{match:/\\'/},o]}}},7958:ve=>{ve.exports=function k(_){return{name:"BASIC",case_insensitive:!0,illegal:"^.",keywords:{$pattern:"[a-zA-Z][a-zA-Z0-9_$%!#]*",keyword:["ABS","ASC","AND","ATN","AUTO|0","BEEP","BLOAD|10","BSAVE|10","CALL","CALLS","CDBL","CHAIN","CHDIR","CHR$|10","CINT","CIRCLE","CLEAR","CLOSE","CLS","COLOR","COM","COMMON","CONT","COS","CSNG","CSRLIN","CVD","CVI","CVS","DATA","DATE$","DEFDBL","DEFINT","DEFSNG","DEFSTR","DEF|0","SEG","USR","DELETE","DIM","DRAW","EDIT","END","ENVIRON","ENVIRON$","EOF","EQV","ERASE","ERDEV","ERDEV$","ERL","ERR","ERROR","EXP","FIELD","FILES","FIX","FOR|0","FRE","GET","GOSUB|10","GOTO","HEX$","IF","THEN","ELSE|0","INKEY$","INP","INPUT","INPUT#","INPUT$","INSTR","IMP","INT","IOCTL","IOCTL$","KEY","ON","OFF","LIST","KILL","LEFT$","LEN","LET","LINE","LLIST","LOAD","LOC","LOCATE","LOF","LOG","LPRINT","USING","LSET","MERGE","MID$","MKDIR","MKD$","MKI$","MKS$","MOD","NAME","NEW","NEXT","NOISE","NOT","OCT$","ON","OR","PEN","PLAY","STRIG","OPEN","OPTION","BASE","OUT","PAINT","PALETTE","PCOPY","PEEK","PMAP","POINT","POKE","POS","PRINT","PRINT]","PSET","PRESET","PUT","RANDOMIZE","READ","REM","RENUM","RESET|0","RESTORE","RESUME","RETURN|0","RIGHT$","RMDIR","RND","RSET","RUN","SAVE","SCREEN","SGN","SHELL","SIN","SOUND","SPACE$","SPC","SQR","STEP","STICK","STOP","STR$","STRING$","SWAP","SYSTEM","TAB","TAN","TIME$","TIMER","TROFF","TRON","TO","USR","VAL","VARPTR","VARPTR$","VIEW","WAIT","WHILE","WEND","WIDTH","WINDOW","WRITE","XOR"]},contains:[_.QUOTE_STRING_MODE,_.COMMENT("REM","$",{relevance:10}),_.COMMENT("'","$",{relevance:0}),{className:"symbol",begin:"^[0-9]+ ",relevance:10},{className:"number",begin:"\\b\\d+(\\.\\d+)?([edED]\\d+)?[#!]?",relevance:0},{className:"number",begin:"(&[hH][0-9a-fA-F]{1,4})"},{className:"number",begin:"(&[oO][0-7]{1,6})"}]}}},6964:ve=>{ve.exports=function k(_){return{name:"Backus\u2013Naur Form",contains:[{className:"attribute",begin://},{begin:/::=/,end:/$/,contains:[{begin://},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE]}]}}},1681:ve=>{ve.exports=function k(_){const u={className:"literal",begin:/[+-]+/,relevance:0};return{name:"Brainfuck",aliases:["bf"],contains:[_.COMMENT(/[^\[\]\.,\+\-<> \r\n]/,/[\[\]\.,\+\-<> \r\n]/,{contains:[{match:/[ ]+[^\[\]\.,\+\-<> \r\n]/,relevance:0}],returnEnd:!0,relevance:0}),{className:"title",begin:"[\\[\\]]",relevance:0},{className:"string",begin:"[\\.,]",relevance:0},{begin:/(?=\+\+|--)/,contains:[u]},u]}}},3617:ve=>{ve.exports=function k(_){const u=_.regex,o=_.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),D="decltype\\(auto\\)",j="[a-zA-Z_]\\w*::",U="("+D+"|"+u.optional(j)+"[a-zA-Z_]\\w*"+u.optional("<[^<>]+>")+")",X={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},ne={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[_.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},_.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},ue={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},ce={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},_.inherit(ne,{className:"string"}),{className:"string",begin:/<.*?>/},o,_.C_BLOCK_COMMENT_MODE]},he={className:"title",begin:u.optional(j)+_.IDENT_RE,relevance:0},Ve=u.optional(j)+_.IDENT_RE+"\\s*\\(",Se={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal128","const","static","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},Ce=[ce,X,o,_.C_BLOCK_COMMENT_MODE,ue,ne],ft={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:Se,contains:Ce.concat([{begin:/\(/,end:/\)/,keywords:Se,contains:Ce.concat(["self"]),relevance:0}]),relevance:0},Ue={begin:"("+U+"[\\*&\\s]+)+"+Ve,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Se,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:D,keywords:Se,relevance:0},{begin:Ve,returnBegin:!0,contains:[_.inherit(he,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:Se,relevance:0,contains:[o,_.C_BLOCK_COMMENT_MODE,ne,ue,X,{begin:/\(/,end:/\)/,keywords:Se,relevance:0,contains:["self",o,_.C_BLOCK_COMMENT_MODE,ne,ue,X]}]},X,o,_.C_BLOCK_COMMENT_MODE,ce]};return{name:"C",aliases:["h"],keywords:Se,disableAutodetect:!0,illegal:"=]/,contains:[{beginKeywords:"final class struct"},_.TITLE_MODE]}]),exports:{preprocessor:ce,strings:ne,keywords:Se}}}},5182:ve=>{ve.exports=function k(_){const u=_.regex,o=["div","mod","in","and","or","not","xor","asserterror","begin","case","do","downto","else","end","exit","for","local","if","of","repeat","then","to","until","while","with","var"],j=[_.C_LINE_COMMENT_MODE,_.COMMENT(/\{/,/\}/,{relevance:0}),_.COMMENT(/\(\*/,/\*\)/,{relevance:10})],te={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},U={className:"string",begin:/(#\d+)+/},ne={match:[/procedure/,/\s+/,/[a-zA-Z_][\w@]*/,/\s*/],scope:{1:"keyword",3:"title.function"},contains:[{className:"params",begin:/\(/,end:/\)/,keywords:o,contains:[te,U,_.NUMBER_MODE]},...j]},ce={match:[/OBJECT/,/\s+/,u.either("Table","Form","Report","Dataport","Codeunit","XMLport","MenuSuite","Page","Query"),/\s+/,/\d+/,/\s+(?=[^\s])/,/.*/,/$/],relevance:3,scope:{1:"keyword",3:"type",5:"number",7:"title"}};return{name:"C/AL",case_insensitive:!0,keywords:{keyword:o,literal:"false true"},illegal:/\/\*/,contains:[{match:/[\w]+(?=\=)/,scope:"attribute",relevance:0},te,U,{className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},{className:"string",begin:'"',end:'"'},_.NUMBER_MODE,ce,ne]}}},4153:ve=>{ve.exports=function k(_){return{name:"Cap\u2019n Proto",aliases:["capnp"],keywords:{keyword:["struct","enum","interface","union","group","import","using","const","annotation","extends","in","of","on","as","with","from","fixed"],type:["Void","Bool","Int8","Int16","Int32","Int64","UInt8","UInt16","UInt32","UInt64","Float32","Float64","Text","Data","AnyPointer","AnyStruct","Capability","List"],literal:["true","false"]},contains:[_.QUOTE_STRING_MODE,_.NUMBER_MODE,_.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},{variants:[{match:[/(struct|enum|interface)/,/\s+/,_.IDENT_RE]},{match:[/extends/,/\s*\(/,_.IDENT_RE,/\s*\)/]}],scope:{1:"keyword",3:"title.class"}}]}}},7109:ve=>{ve.exports=function k(_){const u=["assembly","module","package","import","alias","class","interface","object","given","value","assign","void","function","new","of","extends","satisfies","abstracts","in","out","return","break","continue","throw","assert","dynamic","if","else","switch","case","for","while","try","catch","finally","then","let","this","outer","super","is","exists","nonempty"],j={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:u,relevance:10},te=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[j]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return j.contains=te,{name:"Ceylon",keywords:{keyword:u.concat(["shared","abstract","formal","default","actual","variable","late","native","deprecated","final","sealed","annotation","suppressWarnings","small"]),meta:["doc","by","license","see","throws","tagged"]},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[_.C_LINE_COMMENT_MODE,_.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat(te)}}},3539:ve=>{ve.exports=function k(_){return{name:"Clean",aliases:["icl","dcl"],keywords:{keyword:["if","let","in","with","where","case","of","class","instance","otherwise","implementation","definition","system","module","from","import","qualified","as","special","code","inline","foreign","export","ccall","stdcall","generic","derive","infix","infixl","infixr"],built_in:"Int Real Char Bool",literal:"True False"},contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.C_NUMBER_MODE,{begin:"->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"}]}}},9710:ve=>{ve.exports=function k(_){return{name:"Clojure REPL",contains:[{className:"meta.prompt",begin:/^([\w.-]+|\s*#_)?=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}},1076:ve=>{ve.exports=function k(_){const u="a-zA-Z_\\-!.?+*=<>&'",o="[#]?["+u+"]["+u+"0-9/;:$#]*",D="def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",j={$pattern:o,built_in:D+" cond apply if-not if-let if not not= =|0 <|0 >|0 <=|0 >=|0 ==|0 +|0 /|0 *|0 -|0 rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy first rest cons cast coll last butlast sigs reify second ffirst fnext nfirst nnext meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},te={begin:o,relevance:0},U={scope:"number",relevance:0,variants:[{match:/[-+]?0[xX][0-9a-fA-F]+N?/},{match:/[-+]?0[0-7]+N?/},{match:/[-+]?[1-9][0-9]?[rR][0-9a-zA-Z]+N?/},{match:/[-+]?[0-9]+\/[0-9]+N?/},{match:/[-+]?[0-9]+((\.[0-9]*([eE][+-]?[0-9]+)?M?)|([eE][+-]?[0-9]+M?|M))/},{match:/[-+]?([1-9][0-9]*|0)N?/}]},X={scope:"character",variants:[{match:/\\o[0-3]?[0-7]{1,2}/},{match:/\\u[0-9a-fA-F]{4}/},{match:/\\(newline|space|tab|formfeed|backspace|return)/},{match:/\\\S/,relevance:0}]},ee={scope:"regex",begin:/#"/,end:/"/,contains:[_.BACKSLASH_ESCAPE]},ne=_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),ue={scope:"punctuation",match:/,/,relevance:0},ce=_.COMMENT(";","$",{relevance:0}),he={className:"literal",begin:/\b(true|false|nil)\b/},Ve={begin:"\\[|(#::?"+o+")?\\{",end:"[\\]\\}]",relevance:0},be={className:"symbol",begin:"[:]{1,2}"+o},He={begin:"\\(",end:"\\)"},Se={endsWithParent:!0,relevance:0},Ce={keywords:j,className:"name",begin:o,relevance:0,starts:Se},ft=[ue,He,X,ee,ne,ce,be,Ve,U,he,te],Ue={beginKeywords:D,keywords:{$pattern:o,keyword:D},end:'(\\[|#|\\d|"|:|\\{|\\)|\\(|$)',contains:[{className:"title",begin:o,relevance:0,excludeEnd:!0,endsParent:!0}].concat(ft)};return He.contains=[Ue,Ce,Se],Se.contains=ft,Ve.contains=ft,{name:"Clojure",aliases:["clj","edn"],illegal:/\S/,contains:[ue,He,X,ee,ne,ce,be,Ve,U,he]}}},1226:ve=>{ve.exports=function k(_){return{name:"CMake",aliases:["cmake.in"],case_insensitive:!0,keywords:{keyword:"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined"},contains:[{className:"variable",begin:/\$\{/,end:/\}/},_.COMMENT(/#\[\[/,/]]/),_.HASH_COMMENT_MODE,_.QUOTE_STRING_MODE,_.NUMBER_MODE]}}},8662:ve=>{const k=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],_=["true","false","null","undefined","NaN","Infinity"],j=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);ve.exports=function te(U){const he={keyword:k.concat(["then","unless","until","loop","by","when","and","or","is","isnt","not"]).filter((je=["var","const","let","function","static"],xe=>!je.includes(xe))),literal:_.concat(["yes","no","on","off"]),built_in:j.concat(["npm","print"])},Ve="[A-Za-z$_][0-9A-Za-z$_]*",be={className:"subst",begin:/#\{/,end:/\}/,keywords:he},He=[U.BINARY_NUMBER_MODE,U.inherit(U.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[U.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[U.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[U.BACKSLASH_ESCAPE,be]},{begin:/"/,end:/"/,contains:[U.BACKSLASH_ESCAPE,be]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[be,U.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+Ve},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];var je;be.contains=He;const Se=U.inherit(U.TITLE_MODE,{begin:Ve}),Ce="(\\(.*\\)\\s*)?\\B[-=]>",ft={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:he,contains:["self"].concat(He)}]},Ue={variants:[{match:[/class\s+/,Ve,/\s+extends\s+/,Ve]},{match:[/class\s+/,Ve]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:he};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:he,illegal:/\/\*/,contains:[...He,U.COMMENT("###","###"),U.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+Ve+"\\s*=\\s*"+Ce,end:"[-=]>",returnBegin:!0,contains:[Se,ft]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:Ce,end:"[-=]>",returnBegin:!0,contains:[ft]}]},Ue,{begin:Ve+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}]}}},5532:ve=>{ve.exports=function k(_){return{name:"Coq",keywords:{keyword:["_|0","as","at","cofix","else","end","exists","exists2","fix","for","forall","fun","if","IF","in","let","match","mod","Prop","return","Set","then","Type","using","where","with","Abort","About","Add","Admit","Admitted","All","Arguments","Assumptions","Axiom","Back","BackTo","Backtrack","Bind","Blacklist","Canonical","Cd","Check","Class","Classes","Close","Coercion","Coercions","CoFixpoint","CoInductive","Collection","Combined","Compute","Conjecture","Conjectures","Constant","constr","Constraint","Constructors","Context","Corollary","CreateHintDb","Cut","Declare","Defined","Definition","Delimit","Dependencies","Dependent","Derive","Drop","eauto","End","Equality","Eval","Example","Existential","Existentials","Existing","Export","exporting","Extern","Extract","Extraction","Fact","Field","Fields","File","Fixpoint","Focus","for","From","Function","Functional","Generalizable","Global","Goal","Grab","Grammar","Graph","Guarded","Heap","Hint","HintDb","Hints","Hypotheses","Hypothesis","ident","Identity","If","Immediate","Implicit","Import","Include","Inductive","Infix","Info","Initial","Inline","Inspect","Instance","Instances","Intro","Intros","Inversion","Inversion_clear","Language","Left","Lemma","Let","Libraries","Library","Load","LoadPath","Local","Locate","Ltac","ML","Mode","Module","Modules","Monomorphic","Morphism","Next","NoInline","Notation","Obligation","Obligations","Opaque","Open","Optimize","Options","Parameter","Parameters","Parametric","Path","Paths","pattern","Polymorphic","Preterm","Print","Printing","Program","Projections","Proof","Proposition","Pwd","Qed","Quit","Rec","Record","Recursive","Redirect","Relation","Remark","Remove","Require","Reserved","Reset","Resolve","Restart","Rewrite","Right","Ring","Rings","Save","Scheme","Scope","Scopes","Script","Search","SearchAbout","SearchHead","SearchPattern","SearchRewrite","Section","Separate","Set","Setoid","Show","Solve","Sorted","Step","Strategies","Strategy","Structure","SubClass","Table","Tables","Tactic","Term","Test","Theorem","Time","Timeout","Transparent","Type","Typeclasses","Types","Undelimit","Undo","Unfocus","Unfocused","Unfold","Universe","Universes","Unset","Unshelve","using","Variable","Variables","Variant","Verbose","Visibility","where","with"],built_in:["abstract","absurd","admit","after","apply","as","assert","assumption","at","auto","autorewrite","autounfold","before","bottom","btauto","by","case","case_eq","cbn","cbv","change","classical_left","classical_right","clear","clearbody","cofix","compare","compute","congruence","constr_eq","constructor","contradict","contradiction","cut","cutrewrite","cycle","decide","decompose","dependent","destruct","destruction","dintuition","discriminate","discrR","do","double","dtauto","eapply","eassumption","eauto","ecase","econstructor","edestruct","ediscriminate","eelim","eexact","eexists","einduction","einjection","eleft","elim","elimtype","enough","equality","erewrite","eright","esimplify_eq","esplit","evar","exact","exactly_once","exfalso","exists","f_equal","fail","field","field_simplify","field_simplify_eq","first","firstorder","fix","fold","fourier","functional","generalize","generalizing","gfail","give_up","has_evar","hnf","idtac","in","induction","injection","instantiate","intro","intro_pattern","intros","intuition","inversion","inversion_clear","is_evar","is_var","lapply","lazy","left","lia","lra","move","native_compute","nia","nsatz","omega","once","pattern","pose","progress","proof","psatz","quote","record","red","refine","reflexivity","remember","rename","repeat","replace","revert","revgoals","rewrite","rewrite_strat","right","ring","ring_simplify","rtauto","set","setoid_reflexivity","setoid_replace","setoid_rewrite","setoid_symmetry","setoid_transitivity","shelve","shelve_unifiable","simpl","simple","simplify_eq","solve","specialize","split","split_Rabs","split_Rmult","stepl","stepr","subst","sum","swap","symmetry","tactic","tauto","time","timeout","top","transitivity","trivial","try","tryif","unfold","unify","until","using","vm_compute","with"]},contains:[_.QUOTE_STRING_MODE,_.COMMENT("\\(\\*","\\*\\)"),_.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}},3521:ve=>{ve.exports=function k(_){return{name:"Cach\xe9 Object Script",case_insensitive:!0,aliases:["cls"],keywords:"property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii",contains:[{className:"number",begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)",relevance:0},{className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]}]},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"comment",begin:/;/,end:"$",relevance:0},{className:"built_in",begin:/(?:\$\$?|\.\.)\^?[a-zA-Z]+/},{className:"built_in",begin:/\$\$\$[a-zA-Z]+/},{className:"built_in",begin:/%[a-z]+(?:\.[a-z]+)*/},{className:"symbol",begin:/\^%?[a-zA-Z][\w]*/},{className:"keyword",begin:/##class|##super|#define|#dim/},{begin:/&sql\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"sql"},{begin:/&(js|jscript|javascript)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*\s*>/,subLanguage:"xml"}]}}},22:ve=>{ve.exports=function k(_){const u=_.regex,o=_.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),D="decltype\\(auto\\)",j="[a-zA-Z_]\\w*::",U="(?!struct)("+D+"|"+u.optional(j)+"[a-zA-Z_]\\w*"+u.optional("<[^<>]+>")+")",X={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},ne={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[_.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},_.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},ue={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},ce={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},_.inherit(ne,{className:"string"}),{className:"string",begin:/<.*?>/},o,_.C_BLOCK_COMMENT_MODE]},he={className:"title",begin:u.optional(j)+_.IDENT_RE,relevance:0},Ve=u.optional(j)+_.IDENT_RE+"\\s*\\(",je={type:["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],keyword:["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"]},xe={className:"function.dispatch",relevance:0,keywords:{_hint:["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"]},begin:u.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,_.IDENT_RE,u.lookahead(/(<[^<>]+>|)\s*\(/))},ye=[xe,ce,X,o,_.C_BLOCK_COMMENT_MODE,ue,ne],Oe={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:je,contains:ye.concat([{begin:/\(/,end:/\)/,keywords:je,contains:ye.concat(["self"]),relevance:0}]),relevance:0};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:je,illegal:".]/,contains:[{begin:D,keywords:je,relevance:0},{begin:Ve,returnBegin:!0,contains:[he],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[ne,ue]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:je,relevance:0,contains:[o,_.C_BLOCK_COMMENT_MODE,ne,ue,X,{begin:/\(/,end:/\)/,keywords:je,relevance:0,contains:["self",o,_.C_BLOCK_COMMENT_MODE,ne,ue,X]}]},X,o,_.C_BLOCK_COMMENT_MODE,ce]},xe,ye,[ce,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)",end:">",keywords:je,contains:["self",X]},{begin:_.IDENT_RE+"::",keywords:je},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}},8300:ve=>{ve.exports=function k(_){const o="group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml";return{name:"crmsh",aliases:["crm","pcmk"],case_insensitive:!0,keywords:{keyword:"params meta operations op rule attributes utilization read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\ number string",literal:"Master Started Slave Stopped start promote demote stop monitor true false"},contains:[_.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:"primitive rsc_template",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+o.split(" ").join("|")+")\\s+",keywords:o,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:"property rsc_defaults op_defaults",starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},_.QUOTE_STRING_MODE,{className:"meta",begin:"(ocf|systemd|service|lsb):[\\w_:-]+",relevance:0},{className:"number",begin:"\\b\\d+(\\.\\d+)?(ms|s|h|m)?",relevance:0},{className:"literal",begin:"[-]?(infinity|inf)",relevance:0},{className:"attr",begin:/([A-Za-z$_#][\w_-]+)=/,relevance:0},{className:"tag",begin:"",relevance:0}]}}},8391:ve=>{ve.exports=function k(_){const u="(_?[ui](8|16|32|64|128))?",j="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",te="[A-Za-z_]\\w*(::\\w+)*(\\?|!)?",U={$pattern:"[a-zA-Z_]\\w*[!?=]?",keyword:"abstract alias annotation as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until verbatim when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__",literal:"false nil true"},X={className:"subst",begin:/#\{/,end:/\}/,keywords:U},ne={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:U};function ue(Ce,ft){const Ue=[{begin:Ce,end:ft}];return Ue[0].contains=Ue,Ue}const ce={className:"string",contains:[_.BACKSLASH_ESCAPE,X],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[Qwi]?\\(",end:"\\)",contains:ue("\\(","\\)")},{begin:"%[Qwi]?\\[",end:"\\]",contains:ue("\\[","\\]")},{begin:"%[Qwi]?\\{",end:/\}/,contains:ue(/\{/,/\}/)},{begin:"%[Qwi]?<",end:">",contains:ue("<",">")},{begin:"%[Qwi]?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},he={className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:ue("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:ue("\\[","\\]")},{begin:"%q\\{",end:/\}/,contains:ue(/\{/,/\}/)},{begin:"%q<",end:">",contains:ue("<",">")},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},Ve={begin:"(?!%\\})("+_.RE_STARTERS_RE+"|\\n|\\b(case|if|select|unless|until|when|while)\\b)\\s*",keywords:"case if select unless until when while",contains:[{className:"regexp",contains:[_.BACKSLASH_ESCAPE,X],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/(?!\\/)",end:"/[a-z]*"}]}],relevance:0},Se=[ne,ce,he,{className:"regexp",contains:[_.BACKSLASH_ESCAPE,X],variants:[{begin:"%r\\(",end:"\\)",contains:ue("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:ue("\\[","\\]")},{begin:"%r\\{",end:/\}/,contains:ue(/\{/,/\}/)},{begin:"%r<",end:">",contains:ue("<",">")},{begin:"%r\\|",end:"\\|"}],relevance:0},Ve,{className:"meta",begin:"@\\[",end:"\\]",contains:[_.inherit(_.QUOTE_STRING_MODE,{className:"string"})]},{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},_.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[_.HASH_COMMENT_MODE,_.inherit(_.TITLE_MODE,{begin:te}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[_.HASH_COMMENT_MODE,_.inherit(_.TITLE_MODE,{begin:te})]},{beginKeywords:"annotation",end:"$|;",illegal:/=/,contains:[_.HASH_COMMENT_MODE,_.inherit(_.TITLE_MODE,{begin:te})],relevance:2},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[_.inherit(_.TITLE_MODE,{begin:j,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[_.inherit(_.TITLE_MODE,{begin:j,endsParent:!0})],relevance:2},{className:"symbol",begin:_.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[ce,{begin:j}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]+)"+u},{begin:"\\b0o([0-7_]+)"+u},{begin:"\\b0x([A-Fa-f0-9_]+)"+u},{begin:"\\b([1-9][0-9_]*[0-9]|[0-9])(\\.[0-9][0-9_]*)?([eE]_?[-+]?[0-9_]*)?(_?f(32|64))?(?!_)"},{begin:"\\b([1-9][0-9_]*|0)"+u}],relevance:0}];return X.contains=Se,ne.contains=Se.slice(1),{name:"Crystal",aliases:["cr"],keywords:U,contains:Se}}},7037:ve=>{ve.exports=function k(_){const U={keyword:["abstract","as","base","break","case","catch","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","scoped","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"].concat(["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"]),built_in:["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],literal:["default","false","null","true"]},X=_.inherit(_.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),ee={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},ne={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},ue=_.inherit(ne,{illegal:/\n/}),ce={className:"subst",begin:/\{/,end:/\}/,keywords:U},he=_.inherit(ce,{illegal:/\n/}),Ve={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},_.BACKSLASH_ESCAPE,he]},be={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},ce]},He=_.inherit(be,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},he]});ce.contains=[be,Ve,ne,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,ee,_.C_BLOCK_COMMENT_MODE],he.contains=[He,Ve,ue,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,ee,_.inherit(_.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const Se={variants:[be,Ve,ne,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE]},Ce={begin:"<",end:">",contains:[{beginKeywords:"in out"},X]},ft=_.IDENT_RE+"(<"+_.IDENT_RE+"(\\s*,\\s*"+_.IDENT_RE+")*>)?(\\[\\])?",Ue={begin:"@"+_.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:U,illegal:/::/,contains:[_.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:""}]}]}),_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},Se,ee,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},X,Ce,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[X,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[X,Ce,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+ft+"\\s+)+"+_.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:U,contains:[{beginKeywords:["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"].join(" "),relevance:0},{begin:_.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[_.TITLE_MODE,Ce],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:U,relevance:0,contains:[Se,ee,_.C_BLOCK_COMMENT_MODE]},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},Ue]}}},4575:ve=>{ve.exports=function k(_){return{name:"CSP",case_insensitive:!1,keywords:{$pattern:"[a-zA-Z][a-zA-Z0-9_-]*",keyword:["base-uri","child-src","connect-src","default-src","font-src","form-action","frame-ancestors","frame-src","img-src","manifest-src","media-src","object-src","plugin-types","report-uri","sandbox","script-src","style-src","trusted-types","unsafe-hashes","worker-src"]},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",begin:"^Content",end:":",excludeEnd:!0}]}}},1810:ve=>{const _=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],u=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],o=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],D=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],j=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();ve.exports=function te(U){const X=U.regex,ee=(U=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:U.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[U.APOS_STRING_MODE,U.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:U.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}))(U),Ve=[U.APOS_STRING_MODE,U.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[ee.BLOCK_COMMENT,{begin:/-(webkit|moz|ms|o)-(?=[a-z])/},ee.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\.[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},ee.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+o.join("|")+")"},{begin:":(:)?("+D.join("|")+")"}]},ee.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[ee.BLOCK_COMMENT,ee.HEXCOLOR,ee.IMPORTANT,ee.CSS_NUMBER_MODE,...Ve,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...Ve,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},ee.FUNCTION_DISPATCH]},{begin:X.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:/@-?\w[\w]*(-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:"and or not only",attribute:u.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...Ve,ee.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+_.join("|")+")\\b"}]}}},8058:ve=>{ve.exports=function k(_){const u={$pattern:_.UNDERSCORE_IDENT_RE,keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},o="(0|[1-9][\\d_]*)",D="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",te="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",X="([eE][+-]?"+D+")",ue="("+o+"|0[bB][01_]+|0[xX]"+te+")",he="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",Ve={className:"number",begin:"\\b"+ue+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},be={className:"number",begin:"\\b(((0[xX]("+te+"\\."+te+"|\\.?"+te+")[pP][+-]?"+D+")|("+D+"(\\.\\d*|"+X+")|\\d+\\."+D+"|\\."+o+X+"?))([fF]|L|i|[fF]i|Li)?|"+ue+"(i|[fF]i|Li))",relevance:0},He={className:"string",begin:"'("+he+"|.)",end:"'",illegal:"."},Ce={className:"string",begin:'"',contains:[{begin:he,relevance:0}],end:'"[cwd]?'},Ke=_.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:u,contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,Ke,{className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},Ce,{className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},{className:"string",begin:"`",end:"`[cwd]?"},{className:"string",begin:'q"\\{',end:'\\}"'},be,Ve,He,{className:"meta",begin:"^#!",end:"$",relevance:5},{className:"meta",begin:"#(line)",end:"$",relevance:5},{className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"}]}}},7265:ve=>{ve.exports=function k(_){const u={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},o={className:"subst",variants:[{begin:/\$\{/,end:/\}/}],keywords:"true false null this is new super"},D={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[_.BACKSLASH_ESCAPE,u,o]},{begin:'"""',end:'"""',contains:[_.BACKSLASH_ESCAPE,u,o]},{begin:"'",end:"'",illegal:"\\n",contains:[_.BACKSLASH_ESCAPE,u,o]},{begin:'"',end:'"',illegal:"\\n",contains:[_.BACKSLASH_ESCAPE,u,o]}]};o.contains=[_.C_NUMBER_MODE,D];const j=["Comparable","DateTime","Duration","Function","Iterable","Iterator","List","Map","Match","Object","Pattern","RegExp","Set","Stopwatch","String","StringBuffer","StringSink","Symbol","Type","Uri","bool","double","int","num","Element","ElementList"],te=j.map(ee=>`${ee}?`);return{name:"Dart",keywords:{keyword:["abstract","as","assert","async","await","base","break","case","catch","class","const","continue","covariant","default","deferred","do","dynamic","else","enum","export","extends","extension","external","factory","false","final","finally","for","Function","get","hide","if","implements","import","in","interface","is","late","library","mixin","new","null","on","operator","part","required","rethrow","return","sealed","set","show","static","super","switch","sync","this","throw","true","try","typedef","var","void","when","while","with","yield"],built_in:j.concat(te).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\??/},contains:[D,_.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0}),_.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".",end:"$",relevance:0}]}),_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},_.UNDERSCORE_TITLE_MODE]},_.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}},506:ve=>{ve.exports=function k(_){const u=["exports","register","file","shl","array","record","property","for","mod","while","set","ally","label","uses","raise","not","stored","class","safecall","var","interface","or","private","static","exit","index","inherited","to","else","stdcall","override","shr","asm","far","resourcestring","finalization","packed","virtual","out","and","protected","library","do","xorwrite","goto","near","function","end","div","overload","object","unit","begin","string","on","inline","repeat","until","destructor","write","message","program","with","read","initialization","except","default","nil","if","case","cdecl","in","downto","threadvar","of","try","pascal","const","external","constructor","type","public","then","implementation","finally","published","procedure","absolute","reintroduce","operator","as","is","abstract","alias","assembler","bitpacked","break","continue","cppdecl","cvar","enumerator","experimental","platform","deprecated","unimplemented","dynamic","export","far16","forward","generic","helper","implements","interrupt","iochecks","local","name","nodefault","noreturn","nostackframe","oldfpccall","otherwise","saveregisters","softfloat","specialize","strict","unaligned","varargs"],o=[_.C_LINE_COMMENT_MODE,_.COMMENT(/\{/,/\}/,{relevance:0}),_.COMMENT(/\(\*/,/\*\)/,{relevance:10})],D={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},j={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},U={className:"string",begin:/(#\d+)+/},X={begin:_.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[_.TITLE_MODE]},ee={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[_.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:u,contains:[j,U,D].concat(o)},D].concat(o)};return{name:"Delphi",aliases:["dpr","dfm","pas","pascal"],case_insensitive:!0,keywords:u,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[j,U,_.NUMBER_MODE,{className:"number",relevance:0,variants:[{begin:"\\$[0-9A-Fa-f]+"},{begin:"&[0-7]+"},{begin:"%[01]+"}]},X,ee,D].concat(o)}}},4450:ve=>{ve.exports=function k(_){const u=_.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:u.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:u.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}},5206:ve=>{ve.exports=function k(_){const u={begin:/\|[A-Za-z]+:?/,keywords:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},contains:[_.QUOTE_STRING_MODE,_.APOS_STRING_MODE]};return{name:"Django",aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[_.COMMENT(/\{%\s*comment\s*%\}/,/\{%\s*endcomment\s*%\}/),_.COMMENT(/\{#/,/#\}/),{className:"template-tag",begin:/\{%/,end:/%\}/,contains:[{className:"name",begin:/\w+/,keywords:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{endsWithParent:!0,keywords:"in by as",contains:[u],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[u]}]}}},8083:ve=>{ve.exports=function k(_){return{name:"DNS Zone",aliases:["bind","zone"],keywords:["IN","A","AAAA","AFSDB","APL","CAA","CDNSKEY","CDS","CERT","CNAME","DHCID","DLV","DNAME","DNSKEY","DS","HIP","IPSECKEY","KEY","KX","LOC","MX","NAPTR","NS","NSEC","NSEC3","NSEC3PARAM","PTR","RRSIG","RP","SIG","SOA","SRV","SSHFP","TA","TKEY","TLSA","TSIG","TXT"],contains:[_.COMMENT(";","$",{relevance:0}),{className:"meta",begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{className:"number",begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},_.inherit(_.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}},1793:ve=>{ve.exports=function k(_){return{name:"Dockerfile",aliases:["docker"],case_insensitive:!0,keywords:["from","maintainer","expose","env","arg","user","onbuild","stopsignal"],contains:[_.HASH_COMMENT_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"{ve.exports=function k(_){const u=_.COMMENT(/^\s*@?rem\b/,/$/,{relevance:10});return{name:"Batch file (DOS)",aliases:["bat","cmd"],case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:["if","else","goto","for","in","do","call","exit","not","exist","errorlevel","defined","equ","neq","lss","leq","gtr","geq"],built_in:["prn","nul","lpt3","lpt2","lpt1","con","com4","com3","com2","com1","aux","shift","cd","dir","echo","setlocal","endlocal","set","pause","copy","append","assoc","at","attrib","break","cacls","cd","chcp","chdir","chkdsk","chkntfs","cls","cmd","color","comp","compact","convert","date","dir","diskcomp","diskcopy","doskey","erase","fs","find","findstr","format","ftype","graftabl","help","keyb","label","md","mkdir","mode","more","move","path","pause","print","popd","pushd","promt","rd","recover","rem","rename","replace","restore","rmdir","shift","sort","start","subst","time","title","tree","type","ver","verify","vol","ping","net","ipconfig","taskkill","xcopy","ren","del"]},contains:[{className:"variable",begin:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{className:"function",begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",end:"goto:eof",contains:[_.inherit(_.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),u]},{className:"number",begin:"\\b\\d+",relevance:0},u]}}},3585:ve=>{ve.exports=function k(_){return{keywords:"dsconfig",contains:[{className:"keyword",begin:"^dsconfig",end:/\s/,excludeEnd:!0,relevance:10},{className:"built_in",begin:/(list|create|get|set|delete)-(\w+)/,end:/\s/,excludeEnd:!0,illegal:"!@#$%^&*()",relevance:10},{className:"built_in",begin:/--(\w+)/,end:/\s/,excludeEnd:!0},{className:"string",begin:/"/,end:/"/},{className:"string",begin:/'/,end:/'/},{className:"string",begin:/[\w\-?]+:\w+/,end:/\W/,relevance:0},{className:"string",begin:/\w+(\-\w+)*/,end:/(?=\W)/,relevance:0},_.HASH_COMMENT_MODE]}}},3015:ve=>{ve.exports=function k(_){const u={className:"string",variants:[_.inherit(_.QUOTE_STRING_MODE,{begin:'((u8?|U)|L)?"'}),{begin:'(u8?|U)?R"',end:'"',contains:[_.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},o={className:"number",variants:[{begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{begin:_.C_NUMBER_RE}],relevance:0},D={className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef ifdef ifndef"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{keyword:"include"},contains:[_.inherit(u,{className:"string"}),{className:"string",begin:"<",end:">",illegal:"\\n"}]},u,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},j={className:"variable",begin:/&[a-z\d_]*\b/};return{name:"Device Tree",contains:[{className:"title.class",begin:/^\/(?=\s*\{)/,relevance:10},j,{className:"keyword",begin:"/[a-z][a-z\\d-]*/"},{className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},{className:"title.class",begin:/[a-zA-Z_][a-zA-Z\d_@-]*(?=\s\{)/,relevance:.2},{relevance:0,match:[/[a-z][a-z-,]+/,/\s*/,/=/],scope:{1:"attr",3:"operator"}},{match:/[a-z][a-z-,]+(?=;)/,relevance:0,scope:"attr"},{className:"params",relevance:0,begin:"<",end:">",contains:[o,j]},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,o,u,D,{scope:"punctuation",relevance:0,match:/\};|[;{}]/},{begin:_.IDENT_RE+"::",keywords:""}]}}},5341:ve=>{ve.exports=function k(_){return{name:"Dust",aliases:["dst"],case_insensitive:!0,subLanguage:"xml",contains:[{className:"template-tag",begin:/\{[#\/]/,end:/\}/,illegal:/;/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,starts:{endsWithParent:!0,relevance:0,contains:[_.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:"if eq ne lt lte gt gte select default math sep"}]}}},972:ve=>{ve.exports=function k(_){const u=_.COMMENT(/\(\*/,/\*\)/);return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[u,{className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},{begin:/=/,end:/[.;]/,contains:[u,{className:"meta",begin:/\?.*\?/},{className:"string",variants:[_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]}]}}},9551:ve=>{ve.exports=function k(_){const u=_.regex,o="[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?",U={$pattern:o,keyword:["after","alias","and","case","catch","cond","defstruct","defguard","do","else","end","fn","for","if","import","in","not","or","quote","raise","receive","require","reraise","rescue","try","unless","unquote","unquote_splicing","use","when","with|0"],literal:["false","nil","true"]},X={className:"subst",begin:/#\{/,end:/\}/,keywords:U},ue={match:/\\[\s\S]/,scope:"char.escape",relevance:0},ce="[/|([{<\"']",he=[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin://}],Ve=xe=>({scope:"char.escape",begin:u.concat(/\\/,xe),relevance:0}),be={className:"string",begin:"~[a-z](?="+ce+")",contains:he.map(xe=>_.inherit(xe,{contains:[Ve(xe.end),ue,X]}))},He={className:"string",begin:"~[A-Z](?="+ce+")",contains:he.map(xe=>_.inherit(xe,{contains:[Ve(xe.end)]}))},Se={className:"regex",variants:[{begin:"~r(?="+ce+")",contains:he.map(xe=>_.inherit(xe,{end:u.concat(xe.end,/[uismxfU]{0,7}/),contains:[Ve(xe.end),ue,X]}))},{begin:"~R(?="+ce+")",contains:he.map(xe=>_.inherit(xe,{end:u.concat(xe.end,/[uismxfU]{0,7}/),contains:[Ve(xe.end)]}))}]},Ce={className:"string",contains:[_.BACKSLASH_ESCAPE,X],variants:[{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:/~S"""/,end:/"""/,contains:[]},{begin:/~S"/,end:/"/,contains:[]},{begin:/~S'''/,end:/'''/,contains:[]},{begin:/~S'/,end:/'/,contains:[]},{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},ft={className:"function",beginKeywords:"def defp defmacro defmacrop",end:/\B\b/,contains:[_.inherit(_.TITLE_MODE,{begin:o,endsParent:!0})]},Ue=_.inherit(ft,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),je=[Ce,Se,He,be,_.HASH_COMMENT_MODE,Ue,ft,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[Ce,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?"}],relevance:0},{className:"symbol",begin:o+":(?!:)",relevance:0},{className:"title.class",begin:/(\b[A-Z][a-zA-Z0-9_]+)/,relevance:0},{className:"number",begin:"(\\b0o[0-7_]+)|(\\b0b[01_]+)|(\\b0x[0-9a-fA-F_]+)|(-?\\b[0-9][0-9_]*(\\.[0-9_]+([eE][-+]?[0-9]+)?)?)",relevance:0},{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))"}];return X.contains=je,{name:"Elixir",aliases:["ex","exs"],keywords:U,contains:je}}},1762:ve=>{ve.exports=function k(_){const u={variants:[_.COMMENT("--","$"),_.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},o={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},D={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},u]};return{name:"Elm",keywords:["let","in","if","then","else","case","of","where","module","import","exposing","type","alias","as","infix","infixl","infixr","port","effect","command","subscription"],contains:[{beginKeywords:"port effect module",end:"exposing",keywords:"port effect module where command subscription exposing",contains:[D,u],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[D,u],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[o,D,{begin:/\{/,end:/\}/,contains:D.contains},u]},{beginKeywords:"infix infixl infixr",end:"$",contains:[_.C_NUMBER_MODE,u]},{begin:"port",end:"$",keywords:"port",contains:[u]},{className:"string",begin:"'\\\\?.",end:"'",illegal:"."},_.QUOTE_STRING_MODE,_.C_NUMBER_MODE,o,_.inherit(_.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),u,{begin:"->|<-"}],illegal:/;/}}},4842:ve=>{ve.exports=function k(_){return{name:"ERB",subLanguage:"xml",contains:[_.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}},2906:ve=>{ve.exports=function k(_){const u=_.regex;return{name:"Erlang REPL",keywords:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"},contains:[{className:"meta.prompt",begin:"^[0-9]+> ",relevance:10},_.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,{begin:u.concat(/\?(::)?/,/([A-Z]\w*)/,/((::)[A-Z]\w*)*/)},{begin:"->"},{begin:"ok"},{begin:"!"},{begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]}}},7267:ve=>{ve.exports=function k(_){const u="[a-z'][a-zA-Z0-9_']*",o="("+u+":"+u+"|"+u+")",D={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},j=_.COMMENT("%","$"),te={className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},U={begin:"fun\\s+"+u+"/\\d+"},X={begin:o+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:o,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},ee={begin:/\{/,end:/\}/,relevance:0},ne={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},ue={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},ce={begin:"#"+_.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+_.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},he={beginKeywords:"fun receive if try case",end:"end",keywords:D};he.contains=[j,U,_.inherit(_.APOS_STRING_MODE,{className:""}),he,X,_.QUOTE_STRING_MODE,te,ee,ne,ue,ce];const Ve=[j,U,he,X,_.QUOTE_STRING_MODE,te,ee,ne,ue,ce];X.contains[1].contains=Ve,ee.contains=Ve,ce.contains[1].contains=Ve;const He={className:"params",begin:"\\(",end:"\\)",contains:Ve};return{name:"Erlang",aliases:["erl"],keywords:D,illegal:"(",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[He,_.inherit(_.TITLE_MODE,{begin:u})],starts:{end:";|\\.",keywords:D,contains:Ve}},j,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,keywords:{$pattern:"-"+_.IDENT_RE,keyword:["-module","-record","-undef","-export","-ifdef","-ifndef","-author","-copyright","-doc","-vsn","-import","-include","-include_lib","-compile","-define","-else","-endif","-file","-behaviour","-behavior","-spec"].map(Se=>`${Se}|1.5`).join(" ")},contains:[He]},te,_.QUOTE_STRING_MODE,ce,ne,ue,ee,{begin:/\.$/}]}}},8581:ve=>{ve.exports=function k(_){return{name:"Excel formulae",aliases:["xlsx","xls"],case_insensitive:!0,keywords:{$pattern:/[a-zA-Z][\w\.]*/,built_in:["ABS","ACCRINT","ACCRINTM","ACOS","ACOSH","ACOT","ACOTH","AGGREGATE","ADDRESS","AMORDEGRC","AMORLINC","AND","ARABIC","AREAS","ASC","ASIN","ASINH","ATAN","ATAN2","ATANH","AVEDEV","AVERAGE","AVERAGEA","AVERAGEIF","AVERAGEIFS","BAHTTEXT","BASE","BESSELI","BESSELJ","BESSELK","BESSELY","BETADIST","BETA.DIST","BETAINV","BETA.INV","BIN2DEC","BIN2HEX","BIN2OCT","BINOMDIST","BINOM.DIST","BINOM.DIST.RANGE","BINOM.INV","BITAND","BITLSHIFT","BITOR","BITRSHIFT","BITXOR","CALL","CEILING","CEILING.MATH","CEILING.PRECISE","CELL","CHAR","CHIDIST","CHIINV","CHITEST","CHISQ.DIST","CHISQ.DIST.RT","CHISQ.INV","CHISQ.INV.RT","CHISQ.TEST","CHOOSE","CLEAN","CODE","COLUMN","COLUMNS","COMBIN","COMBINA","COMPLEX","CONCAT","CONCATENATE","CONFIDENCE","CONFIDENCE.NORM","CONFIDENCE.T","CONVERT","CORREL","COS","COSH","COT","COTH","COUNT","COUNTA","COUNTBLANK","COUNTIF","COUNTIFS","COUPDAYBS","COUPDAYS","COUPDAYSNC","COUPNCD","COUPNUM","COUPPCD","COVAR","COVARIANCE.P","COVARIANCE.S","CRITBINOM","CSC","CSCH","CUBEKPIMEMBER","CUBEMEMBER","CUBEMEMBERPROPERTY","CUBERANKEDMEMBER","CUBESET","CUBESETCOUNT","CUBEVALUE","CUMIPMT","CUMPRINC","DATE","DATEDIF","DATEVALUE","DAVERAGE","DAY","DAYS","DAYS360","DB","DBCS","DCOUNT","DCOUNTA","DDB","DEC2BIN","DEC2HEX","DEC2OCT","DECIMAL","DEGREES","DELTA","DEVSQ","DGET","DISC","DMAX","DMIN","DOLLAR","DOLLARDE","DOLLARFR","DPRODUCT","DSTDEV","DSTDEVP","DSUM","DURATION","DVAR","DVARP","EDATE","EFFECT","ENCODEURL","EOMONTH","ERF","ERF.PRECISE","ERFC","ERFC.PRECISE","ERROR.TYPE","EUROCONVERT","EVEN","EXACT","EXP","EXPON.DIST","EXPONDIST","FACT","FACTDOUBLE","FALSE|0","F.DIST","FDIST","F.DIST.RT","FILTERXML","FIND","FINDB","F.INV","F.INV.RT","FINV","FISHER","FISHERINV","FIXED","FLOOR","FLOOR.MATH","FLOOR.PRECISE","FORECAST","FORECAST.ETS","FORECAST.ETS.CONFINT","FORECAST.ETS.SEASONALITY","FORECAST.ETS.STAT","FORECAST.LINEAR","FORMULATEXT","FREQUENCY","F.TEST","FTEST","FV","FVSCHEDULE","GAMMA","GAMMA.DIST","GAMMADIST","GAMMA.INV","GAMMAINV","GAMMALN","GAMMALN.PRECISE","GAUSS","GCD","GEOMEAN","GESTEP","GETPIVOTDATA","GROWTH","HARMEAN","HEX2BIN","HEX2DEC","HEX2OCT","HLOOKUP","HOUR","HYPERLINK","HYPGEOM.DIST","HYPGEOMDIST","IF","IFERROR","IFNA","IFS","IMABS","IMAGINARY","IMARGUMENT","IMCONJUGATE","IMCOS","IMCOSH","IMCOT","IMCSC","IMCSCH","IMDIV","IMEXP","IMLN","IMLOG10","IMLOG2","IMPOWER","IMPRODUCT","IMREAL","IMSEC","IMSECH","IMSIN","IMSINH","IMSQRT","IMSUB","IMSUM","IMTAN","INDEX","INDIRECT","INFO","INT","INTERCEPT","INTRATE","IPMT","IRR","ISBLANK","ISERR","ISERROR","ISEVEN","ISFORMULA","ISLOGICAL","ISNA","ISNONTEXT","ISNUMBER","ISODD","ISREF","ISTEXT","ISO.CEILING","ISOWEEKNUM","ISPMT","JIS","KURT","LARGE","LCM","LEFT","LEFTB","LEN","LENB","LINEST","LN","LOG","LOG10","LOGEST","LOGINV","LOGNORM.DIST","LOGNORMDIST","LOGNORM.INV","LOOKUP","LOWER","MATCH","MAX","MAXA","MAXIFS","MDETERM","MDURATION","MEDIAN","MID","MIDBs","MIN","MINIFS","MINA","MINUTE","MINVERSE","MIRR","MMULT","MOD","MODE","MODE.MULT","MODE.SNGL","MONTH","MROUND","MULTINOMIAL","MUNIT","N","NA","NEGBINOM.DIST","NEGBINOMDIST","NETWORKDAYS","NETWORKDAYS.INTL","NOMINAL","NORM.DIST","NORMDIST","NORMINV","NORM.INV","NORM.S.DIST","NORMSDIST","NORM.S.INV","NORMSINV","NOT","NOW","NPER","NPV","NUMBERVALUE","OCT2BIN","OCT2DEC","OCT2HEX","ODD","ODDFPRICE","ODDFYIELD","ODDLPRICE","ODDLYIELD","OFFSET","OR","PDURATION","PEARSON","PERCENTILE.EXC","PERCENTILE.INC","PERCENTILE","PERCENTRANK.EXC","PERCENTRANK.INC","PERCENTRANK","PERMUT","PERMUTATIONA","PHI","PHONETIC","PI","PMT","POISSON.DIST","POISSON","POWER","PPMT","PRICE","PRICEDISC","PRICEMAT","PROB","PRODUCT","PROPER","PV","QUARTILE","QUARTILE.EXC","QUARTILE.INC","QUOTIENT","RADIANS","RAND","RANDBETWEEN","RANK.AVG","RANK.EQ","RANK","RATE","RECEIVED","REGISTER.ID","REPLACE","REPLACEB","REPT","RIGHT","RIGHTB","ROMAN","ROUND","ROUNDDOWN","ROUNDUP","ROW","ROWS","RRI","RSQ","RTD","SEARCH","SEARCHB","SEC","SECH","SECOND","SERIESSUM","SHEET","SHEETS","SIGN","SIN","SINH","SKEW","SKEW.P","SLN","SLOPE","SMALL","SQL.REQUEST","SQRT","SQRTPI","STANDARDIZE","STDEV","STDEV.P","STDEV.S","STDEVA","STDEVP","STDEVPA","STEYX","SUBSTITUTE","SUBTOTAL","SUM","SUMIF","SUMIFS","SUMPRODUCT","SUMSQ","SUMX2MY2","SUMX2PY2","SUMXMY2","SWITCH","SYD","T","TAN","TANH","TBILLEQ","TBILLPRICE","TBILLYIELD","T.DIST","T.DIST.2T","T.DIST.RT","TDIST","TEXT","TEXTJOIN","TIME","TIMEVALUE","T.INV","T.INV.2T","TINV","TODAY","TRANSPOSE","TREND","TRIM","TRIMMEAN","TRUE|0","TRUNC","T.TEST","TTEST","TYPE","UNICHAR","UNICODE","UPPER","VALUE","VAR","VAR.P","VAR.S","VARA","VARP","VARPA","VDB","VLOOKUP","WEBSERVICE","WEEKDAY","WEEKNUM","WEIBULL","WEIBULL.DIST","WORKDAY","WORKDAY.INTL","XIRR","XNPV","XOR","YEAR","YEARFRAC","YIELD","YIELDDISC","YIELDMAT","Z.TEST","ZTEST"]},contains:[{begin:/^=/,end:/[^=]/,returnEnd:!0,illegal:/=/,relevance:10},{className:"symbol",begin:/\b[A-Z]{1,2}\d+\b/,end:/[^\d]/,excludeEnd:!0,relevance:0},{className:"symbol",begin:/[A-Z]{0,2}\d*:[A-Z]{0,2}\d*/,relevance:0},_.BACKSLASH_ESCAPE,_.QUOTE_STRING_MODE,{className:"number",begin:_.NUMBER_RE+"(%)?",relevance:0},_.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}},5972:ve=>{ve.exports=function k(_){return{name:"FIX",contains:[{begin:/[^\u2401\u0001]+/,end:/[\u2401\u0001]/,excludeEnd:!0,returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\u2401\u0001=]+)/,end:/=([^\u2401\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:"attr"},{begin:/=/,end:/([\u2401\u0001])/,excludeEnd:!0,excludeBegin:!0,className:"string"}]}],case_insensitive:!0}}},5630:ve=>{ve.exports=function k(_){return{name:"Flix",keywords:{keyword:["case","class","def","else","enum","if","impl","import","in","lat","rel","index","let","match","namespace","switch","type","yield","with"],literal:["true","false"]},contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},{className:"string",variants:[{begin:'"',end:'"'}]},{className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[{className:"title",relevance:0,begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/}]},_.C_NUMBER_MODE]}}},6439:ve=>{ve.exports=function k(_){const u=_.regex,D={variants:[_.COMMENT("!","$",{relevance:0}),_.COMMENT("^C[ ]","$",{relevance:0}),_.COMMENT("^C$","$",{relevance:0})]},j=/(_[a-z_\d]+)?/,te=/([de][+-]?\d+)?/,U={className:"number",variants:[{begin:u.concat(/\b\d+/,/\.(\d*)/,te,j)},{begin:u.concat(/\b\d+/,te,j)},{begin:u.concat(/\.\d+/,te,j)}],relevance:0};return{name:"Fortran",case_insensitive:!0,aliases:["f90","f95"],keywords:{keyword:["kind","do","concurrent","local","shared","while","private","call","intrinsic","where","elsewhere","type","endtype","endmodule","endselect","endinterface","end","enddo","endif","if","forall","endforall","only","contains","default","return","stop","then","block","endblock","endassociate","public","subroutine|10","function","program",".and.",".or.",".not.",".le.",".eq.",".ge.",".gt.",".lt.","goto","save","else","use","module","select","case","access","blank","direct","exist","file","fmt","form","formatted","iostat","name","named","nextrec","number","opened","rec","recl","sequential","status","unformatted","unit","continue","format","pause","cycle","exit","c_null_char","c_alert","c_backspace","c_form_feed","flush","wait","decimal","round","iomsg","synchronous","nopass","non_overridable","pass","protected","volatile","abstract","extends","import","non_intrinsic","value","deferred","generic","final","enumerator","class","associate","bind","enum","c_int","c_short","c_long","c_long_long","c_signed_char","c_size_t","c_int8_t","c_int16_t","c_int32_t","c_int64_t","c_int_least8_t","c_int_least16_t","c_int_least32_t","c_int_least64_t","c_int_fast8_t","c_int_fast16_t","c_int_fast32_t","c_int_fast64_t","c_intmax_t","C_intptr_t","c_float","c_double","c_long_double","c_float_complex","c_double_complex","c_long_double_complex","c_bool","c_char","c_null_ptr","c_null_funptr","c_new_line","c_carriage_return","c_horizontal_tab","c_vertical_tab","iso_c_binding","c_loc","c_funloc","c_associated","c_f_pointer","c_ptr","c_funptr","iso_fortran_env","character_storage_size","error_unit","file_storage_size","input_unit","iostat_end","iostat_eor","numeric_storage_size","output_unit","c_f_procpointer","ieee_arithmetic","ieee_support_underflow_control","ieee_get_underflow_mode","ieee_set_underflow_mode","newunit","contiguous","recursive","pad","position","action","delim","readwrite","eor","advance","nml","interface","procedure","namelist","include","sequence","elemental","pure","impure","integer","real","character","complex","logical","codimension","dimension","allocatable|10","parameter","external","implicit|10","none","double","precision","assign","intent","optional","pointer","target","in","out","common","equivalence","data"],literal:[".False.",".True."],built_in:["alog","alog10","amax0","amax1","amin0","amin1","amod","cabs","ccos","cexp","clog","csin","csqrt","dabs","dacos","dasin","datan","datan2","dcos","dcosh","ddim","dexp","dint","dlog","dlog10","dmax1","dmin1","dmod","dnint","dsign","dsin","dsinh","dsqrt","dtan","dtanh","float","iabs","idim","idint","idnint","ifix","isign","max0","max1","min0","min1","sngl","algama","cdabs","cdcos","cdexp","cdlog","cdsin","cdsqrt","cqabs","cqcos","cqexp","cqlog","cqsin","cqsqrt","dcmplx","dconjg","derf","derfc","dfloat","dgamma","dimag","dlgama","iqint","qabs","qacos","qasin","qatan","qatan2","qcmplx","qconjg","qcos","qcosh","qdim","qerf","qerfc","qexp","qgamma","qimag","qlgama","qlog","qlog10","qmax1","qmin1","qmod","qnint","qsign","qsin","qsinh","qsqrt","qtan","qtanh","abs","acos","aimag","aint","anint","asin","atan","atan2","char","cmplx","conjg","cos","cosh","exp","ichar","index","int","log","log10","max","min","nint","sign","sin","sinh","sqrt","tan","tanh","print","write","dim","lge","lgt","lle","llt","mod","nullify","allocate","deallocate","adjustl","adjustr","all","allocated","any","associated","bit_size","btest","ceiling","count","cshift","date_and_time","digits","dot_product","eoshift","epsilon","exponent","floor","fraction","huge","iand","ibclr","ibits","ibset","ieor","ior","ishft","ishftc","lbound","len_trim","matmul","maxexponent","maxloc","maxval","merge","minexponent","minloc","minval","modulo","mvbits","nearest","pack","present","product","radix","random_number","random_seed","range","repeat","reshape","rrspacing","scale","scan","selected_int_kind","selected_real_kind","set_exponent","shape","size","spacing","spread","sum","system_clock","tiny","transpose","trim","ubound","unpack","verify","achar","iachar","transfer","dble","entry","dprod","cpu_time","command_argument_count","get_command","get_command_argument","get_environment_variable","is_iostat_end","ieee_arithmetic","ieee_support_underflow_control","ieee_get_underflow_mode","ieee_set_underflow_mode","is_iostat_eor","move_alloc","new_line","selected_char_kind","same_type_as","extends_type_of","acosh","asinh","atanh","bessel_j0","bessel_j1","bessel_jn","bessel_y0","bessel_y1","bessel_yn","erf","erfc","erfc_scaled","gamma","log_gamma","hypot","norm2","atomic_define","atomic_ref","execute_command_line","leadz","trailz","storage_size","merge_bits","bge","bgt","ble","blt","dshiftl","dshiftr","findloc","iall","iany","iparity","image_index","lcobound","ucobound","maskl","maskr","num_images","parity","popcnt","poppar","shifta","shiftl","shiftr","this_image","sync","change","team","co_broadcast","co_max","co_min","co_sum","co_reduce"]},illegal:/\/\*/,contains:[{className:"string",relevance:0,variants:[_.APOS_STRING_MODE,_.QUOTE_STRING_MODE]},{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[_.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:/^C\s*=(?!=)/,relevance:0},D,U]}}},857:ve=>{function k(U){return new RegExp(U.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function _(U){return U?"string"==typeof U?U:U.source:null}function u(U){return o("(?=",U,")")}function o(...U){return U.map(ee=>_(ee)).join("")}function j(...U){return"("+(function D(U){const X=U[U.length-1];return"object"==typeof X&&X.constructor===Object?(U.splice(U.length-1,1),X):{}}(U).capture?"":"?:")+U.map(ne=>_(ne)).join("|")+")"}ve.exports=function te(U){const ee={scope:"keyword",match:/\b(yield|return|let|do|match|use)!/},he=["bool","byte","sbyte","int8","int16","int32","uint8","uint16","uint32","int","uint","int64","uint64","nativeint","unativeint","decimal","float","double","float32","single","char","string","unit","bigint","option","voption","list","array","seq","byref","exn","inref","nativeptr","obj","outref","voidptr","Result"],be={keyword:["abstract","and","as","assert","base","begin","class","default","delegate","do","done","downcast","downto","elif","else","end","exception","extern","finally","fixed","for","fun","function","global","if","in","inherit","inline","interface","internal","lazy","let","match","member","module","mutable","namespace","new","of","open","or","override","private","public","rec","return","static","struct","then","to","try","type","upcast","use","val","void","when","while","with","yield"],literal:["true","false","null","Some","None","Ok","Error","infinity","infinityf","nan","nanf"],built_in:["not","ref","raise","reraise","dict","readOnlyDict","set","get","enum","sizeof","typeof","typedefof","nameof","nullArg","invalidArg","invalidOp","id","fst","snd","ignore","lock","using","box","unbox","tryUnbox","printf","printfn","sprintf","eprintf","eprintfn","fprintf","fprintfn","failwith","failwithf"],"variable.constant":["__LINE__","__SOURCE_DIRECTORY__","__SOURCE_FILE__"]},Se={variants:[U.COMMENT(/\(\*(?!\))/,/\*\)/,{contains:["self"]}),U.C_LINE_COMMENT_MODE]},ft={scope:"variable",begin:/``/,end:/``/},Ue=/\B('|\^)/,je={scope:"symbol",variants:[{match:o(Ue,/``.*?``/)},{match:o(Ue,U.UNDERSCORE_IDENT_RE)}],relevance:0},xe=function({includeEqual:De}){let Be;Be=De?"!%&*+-/<=>@^|~?":"!%&*+-/<>@^|~?";const P=o("[",...Array.from(Be).map(k),"]"),Z=j(P,/\./),Ae=o(Z,u(Z)),Fe=j(o(Ae,Z,"*"),o(P,"+"));return{scope:"operator",match:j(Fe,/:\?>/,/:\?/,/:>/,/:=/,/::?/,/\$/),relevance:0}},ye=xe({includeEqual:!0}),Oe=xe({includeEqual:!1}),We=function(De,Be){return{begin:o(De,u(o(/\s*/,j(/\w/,/'/,/\^/,/#/,/``/,/\(/,/{\|/)))),beginScope:Be,end:u(j(/\n/,/=/)),relevance:0,keywords:U.inherit(be,{type:he}),contains:[Se,je,U.inherit(ft,{scope:null}),Oe]}},Ke=We(/:/,"operator"),xt=We(/\bof\b/,"keyword"),Tt={begin:[/(^|\s+)/,/type/,/\s+/,/[a-zA-Z_](\w|')*/],beginScope:{2:"keyword",4:"title.class"},end:u(/\(|=|$/),keywords:be,contains:[Se,U.inherit(ft,{scope:null}),je,{scope:"operator",match:/<|>/},Ke]},Sn={scope:"computation-expression",match:/\b[_a-z]\w*(?=\s*\{)/},$n={begin:[/^\s*/,o(/#/,j("if","else","endif","line","nowarn","light","r","i","I","load","time","help","quit")),/\b/],beginScope:{2:"meta"},end:u(/\s|$/)},zn={variants:[U.BINARY_NUMBER_MODE,U.C_NUMBER_MODE]},ri={scope:"string",begin:/"/,end:/"/,contains:[U.BACKSLASH_ESCAPE]},Pi={scope:"string",begin:/@"/,end:/"/,contains:[{match:/""/},U.BACKSLASH_ESCAPE]},jn={scope:"string",begin:/"""/,end:/"""/,relevance:2},zi={scope:"subst",begin:/\{/,end:/\}/,keywords:be},Ei={scope:"string",begin:/\$"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},U.BACKSLASH_ESCAPE,zi]},mn={scope:"string",begin:/(\$@|@\$)"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},{match:/""/},U.BACKSLASH_ESCAPE,zi]},Mt={scope:"string",begin:/\$"""/,end:/"""/,contains:[{match:/\{\{/},{match:/\}\}/},zi],relevance:2},_t={scope:"string",match:o(/'/,j(/[^\\']/,/\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8})/),/'/)};return zi.contains=[mn,Ei,Pi,ri,_t,ee,Se,ft,Ke,Sn,$n,zn,je,ye],{name:"F#",aliases:["fs","f#"],keywords:be,illegal:/\/\*/,classNameAliases:{"computation-expression":"keyword"},contains:[ee,{variants:[Mt,mn,Ei,jn,Pi,ri,_t]},Se,ft,Tt,{scope:"meta",begin:/\[\]/,relevance:2,contains:[ft,jn,Pi,ri,_t,zn]},xt,Ke,Sn,$n,zn,je,ye]}}},6758:ve=>{ve.exports=function k(_){const u=_.regex,o={keyword:"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",literal:"eps inf na",built_in:"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart"},j={className:"symbol",variants:[{begin:/=[lgenxc]=/},{begin:/\$/}]},te={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[_.BACKSLASH_ESCAPE]},U={begin:"/",end:"/",keywords:o,contains:[te,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.QUOTE_STRING_MODE,_.APOS_STRING_MODE,_.C_NUMBER_MODE]},X=/[a-z0-9&#*=?@\\><:,()$[\]_.{}!+%^-]+/,ee={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[te,U,{className:"comment",begin:u.concat(X,u.anyNumberOfTimes(u.concat(/[ ]+/,X))),relevance:0}]};return{name:"GAMS",aliases:["gms"],case_insensitive:!0,keywords:o,contains:[_.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"keyword",begin:"^\\$[a-z0-9]+"}]},_.COMMENT("^\\*","$"),_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.QUOTE_STRING_MODE,_.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[_.COMMENT("^\\*","$"),_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.QUOTE_STRING_MODE,_.APOS_STRING_MODE,U,ee]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[ee]},_.COMMENT("^\\*","$"),_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.QUOTE_STRING_MODE,_.APOS_STRING_MODE,_.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z0-9_]+/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},j]},_.C_NUMBER_MODE,j]}}},3691:ve=>{ve.exports=function k(_){const u={keyword:"bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new open output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint ne ge le gt lt and xor or not eq eqv",built_in:"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin sylvester strtrim",literal:"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS __STDIN __STDOUT __STDERR __FILE_DIR"},o=_.COMMENT("@","@"),D={className:"meta",begin:"#",end:"$",keywords:{keyword:"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{keyword:"include"},contains:[{className:"string",begin:'"',end:'"',illegal:"\\n"}]},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,o]},j={begin:/\bstruct\s+/,end:/\s/,keywords:"struct",contains:[{className:"type",begin:_.UNDERSCORE_IDENT_RE,relevance:0}]},te=[{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\.\.\./},_.C_NUMBER_MODE,_.C_BLOCK_COMMENT_MODE,o,j]}],U={className:"title",begin:_.UNDERSCORE_IDENT_RE,relevance:0},X=function(he,Ve,be){const He=_.inherit({className:"function",beginKeywords:he,end:Ve,excludeEnd:!0,contains:[].concat(te)},be||{});return He.contains.push(U),He.contains.push(_.C_NUMBER_MODE),He.contains.push(_.C_BLOCK_COMMENT_MODE),He.contains.push(o),He},ee={className:"built_in",begin:"\\b("+u.built_in.split(" ").join("|")+")\\b"},ne={className:"string",begin:'"',end:'"',contains:[_.BACKSLASH_ESCAPE],relevance:0},ue={begin:_.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,keywords:u,relevance:0,contains:[{beginKeywords:u.keyword},ee,{className:"built_in",begin:_.UNDERSCORE_IDENT_RE,relevance:0}]},ce={begin:/\(/,end:/\)/,relevance:0,keywords:{built_in:u.built_in,literal:u.literal},contains:[_.C_NUMBER_MODE,_.C_BLOCK_COMMENT_MODE,o,ee,ue,ne,"self"]};return ue.contains.push(ce),{name:"GAUSS",aliases:["gss"],case_insensitive:!0,keywords:u,illegal:/(\{[%#]|[%#]\}| <- )/,contains:[_.C_NUMBER_MODE,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,o,ne,D,{className:"keyword",begin:/\bexternal (matrix|string|array|sparse matrix|struct|proc|keyword|fn)/},X("proc keyword",";"),X("fn","="),{beginKeywords:"for threadfor",end:/;/,relevance:0,contains:[_.C_BLOCK_COMMENT_MODE,o,ce]},{variants:[{begin:_.UNDERSCORE_IDENT_RE+"\\."+_.UNDERSCORE_IDENT_RE},{begin:_.UNDERSCORE_IDENT_RE+"\\s*="}],relevance:0},ue,j]}}},7202:ve=>{ve.exports=function k(_){const te=_.inherit(_.C_NUMBER_MODE,{begin:"([-+]?((\\.\\d+)|(\\d+)(\\.\\d*)?))|"+_.C_NUMBER_RE}),U=[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.COMMENT(/\(/,/\)/),te,_.inherit(_.APOS_STRING_MODE,{illegal:null}),_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{className:"built_in",begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",contains:[te],end:"\\]"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{name:"G-code (ISO 6983)",aliases:["nc"],case_insensitive:!0,keywords:{$pattern:"[A-Z_][A-Z0-9_.]*",keyword:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR"},contains:[{className:"meta",begin:"%"},{className:"meta",begin:"([O])([0-9]+)"}].concat(U)}}},2933:ve=>{ve.exports=function k(_){return{name:"Gherkin",aliases:["feature"],keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},_.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},_.QUOTE_STRING_MODE]}}},3621:ve=>{ve.exports=function k(_){return{name:"GLSL",keywords:{keyword:"break continue discard do else for if return while switch case default attribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer iimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},illegal:'"',contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}},2723:ve=>{ve.exports=function k(_){return{name:"GML",case_insensitive:!1,keywords:{keyword:["#endregion","#macro","#region","and","begin","break","case","constructor","continue","default","delete","div","do","else","end","enum","exit","for","function","globalvar","if","mod","not","or","repeat","return","switch","then","until","var","while","with","xor"],built_in:["abs","achievement_available","achievement_event","achievement_get_challenges","achievement_get_info","achievement_get_pic","achievement_increment","achievement_load_friends","achievement_load_leaderboard","achievement_load_progress","achievement_login","achievement_login_status","achievement_logout","achievement_post","achievement_post_score","achievement_reset","achievement_send_challenge","achievement_show","achievement_show_achievements","achievement_show_challenge_notifications","achievement_show_leaderboards","action_inherited","action_kill_object","ads_disable","ads_enable","ads_engagement_active","ads_engagement_available","ads_engagement_launch","ads_event","ads_event_preload","ads_get_display_height","ads_get_display_width","ads_interstitial_available","ads_interstitial_display","ads_move","ads_set_reward_callback","ads_setup","alarm_get","alarm_set","analytics_event","analytics_event_ext","angle_difference","ansi_char","application_get_position","application_surface_draw_enable","application_surface_enable","application_surface_is_enabled","arccos","arcsin","arctan","arctan2","array_copy","array_create","array_delete","array_equals","array_height_2d","array_insert","array_length","array_length_1d","array_length_2d","array_pop","array_push","array_resize","array_sort","asset_get_index","asset_get_type","audio_channel_num","audio_create_buffer_sound","audio_create_play_queue","audio_create_stream","audio_create_sync_group","audio_debug","audio_destroy_stream","audio_destroy_sync_group","audio_emitter_create","audio_emitter_exists","audio_emitter_falloff","audio_emitter_free","audio_emitter_gain","audio_emitter_get_gain","audio_emitter_get_listener_mask","audio_emitter_get_pitch","audio_emitter_get_vx","audio_emitter_get_vy","audio_emitter_get_vz","audio_emitter_get_x","audio_emitter_get_y","audio_emitter_get_z","audio_emitter_pitch","audio_emitter_position","audio_emitter_set_listener_mask","audio_emitter_velocity","audio_exists","audio_falloff_set_model","audio_free_buffer_sound","audio_free_play_queue","audio_get_listener_count","audio_get_listener_info","audio_get_listener_mask","audio_get_master_gain","audio_get_name","audio_get_recorder_count","audio_get_recorder_info","audio_get_type","audio_group_is_loaded","audio_group_load","audio_group_load_progress","audio_group_name","audio_group_set_gain","audio_group_stop_all","audio_group_unload","audio_is_paused","audio_is_playing","audio_listener_get_data","audio_listener_orientation","audio_listener_position","audio_listener_set_orientation","audio_listener_set_position","audio_listener_set_velocity","audio_listener_velocity","audio_master_gain","audio_music_gain","audio_music_is_playing","audio_pause_all","audio_pause_music","audio_pause_sound","audio_pause_sync_group","audio_play_in_sync_group","audio_play_music","audio_play_sound","audio_play_sound_at","audio_play_sound_on","audio_queue_sound","audio_resume_all","audio_resume_music","audio_resume_sound","audio_resume_sync_group","audio_set_listener_mask","audio_set_master_gain","audio_sound_gain","audio_sound_get_gain","audio_sound_get_listener_mask","audio_sound_get_pitch","audio_sound_get_track_position","audio_sound_length","audio_sound_pitch","audio_sound_set_listener_mask","audio_sound_set_track_position","audio_start_recording","audio_start_sync_group","audio_stop_all","audio_stop_music","audio_stop_recording","audio_stop_sound","audio_stop_sync_group","audio_sync_group_debug","audio_sync_group_get_track_pos","audio_sync_group_is_playing","audio_system","background_get_height","background_get_width","base64_decode","base64_encode","browser_input_capture","buffer_async_group_begin","buffer_async_group_end","buffer_async_group_option","buffer_base64_decode","buffer_base64_decode_ext","buffer_base64_encode","buffer_copy","buffer_copy_from_vertex_buffer","buffer_create","buffer_create_from_vertex_buffer","buffer_create_from_vertex_buffer_ext","buffer_delete","buffer_exists","buffer_fill","buffer_get_address","buffer_get_alignment","buffer_get_size","buffer_get_surface","buffer_get_type","buffer_load","buffer_load_async","buffer_load_ext","buffer_load_partial","buffer_md5","buffer_peek","buffer_poke","buffer_read","buffer_resize","buffer_save","buffer_save_async","buffer_save_ext","buffer_seek","buffer_set_surface","buffer_sha1","buffer_sizeof","buffer_tell","buffer_write","camera_apply","camera_create","camera_create_view","camera_destroy","camera_get_active","camera_get_begin_script","camera_get_default","camera_get_end_script","camera_get_proj_mat","camera_get_update_script","camera_get_view_angle","camera_get_view_border_x","camera_get_view_border_y","camera_get_view_height","camera_get_view_mat","camera_get_view_speed_x","camera_get_view_speed_y","camera_get_view_target","camera_get_view_width","camera_get_view_x","camera_get_view_y","camera_set_begin_script","camera_set_default","camera_set_end_script","camera_set_proj_mat","camera_set_update_script","camera_set_view_angle","camera_set_view_border","camera_set_view_mat","camera_set_view_pos","camera_set_view_size","camera_set_view_speed","camera_set_view_target","ceil","choose","chr","clamp","clickable_add","clickable_add_ext","clickable_change","clickable_change_ext","clickable_delete","clickable_exists","clickable_set_style","clipboard_get_text","clipboard_has_text","clipboard_set_text","cloud_file_save","cloud_string_save","cloud_synchronise","code_is_compiled","collision_circle","collision_circle_list","collision_ellipse","collision_ellipse_list","collision_line","collision_line_list","collision_point","collision_point_list","collision_rectangle","collision_rectangle_list","color_get_blue","color_get_green","color_get_hue","color_get_red","color_get_saturation","color_get_value","colour_get_blue","colour_get_green","colour_get_hue","colour_get_red","colour_get_saturation","colour_get_value","cos","darccos","darcsin","darctan","darctan2","date_compare_date","date_compare_datetime","date_compare_time","date_create_datetime","date_current_datetime","date_date_of","date_date_string","date_datetime_string","date_day_span","date_days_in_month","date_days_in_year","date_get_day","date_get_day_of_year","date_get_hour","date_get_hour_of_year","date_get_minute","date_get_minute_of_year","date_get_month","date_get_second","date_get_second_of_year","date_get_timezone","date_get_week","date_get_weekday","date_get_year","date_hour_span","date_inc_day","date_inc_hour","date_inc_minute","date_inc_month","date_inc_second","date_inc_week","date_inc_year","date_is_today","date_leap_year","date_minute_span","date_month_span","date_second_span","date_set_timezone","date_time_of","date_time_string","date_valid_datetime","date_week_span","date_year_span","dcos","debug_event","debug_get_callstack","degtorad","device_get_tilt_x","device_get_tilt_y","device_get_tilt_z","device_is_keypad_open","device_mouse_check_button","device_mouse_check_button_pressed","device_mouse_check_button_released","device_mouse_dbclick_enable","device_mouse_raw_x","device_mouse_raw_y","device_mouse_x","device_mouse_x_to_gui","device_mouse_y","device_mouse_y_to_gui","directory_create","directory_destroy","directory_exists","display_get_dpi_x","display_get_dpi_y","display_get_gui_height","display_get_gui_width","display_get_height","display_get_orientation","display_get_sleep_margin","display_get_timing_method","display_get_width","display_mouse_get_x","display_mouse_get_y","display_mouse_set","display_reset","display_set_gui_maximise","display_set_gui_maximize","display_set_gui_size","display_set_sleep_margin","display_set_timing_method","display_set_ui_visibility","distance_to_object","distance_to_point","dot_product","dot_product_3d","dot_product_3d_normalised","dot_product_3d_normalized","dot_product_normalised","dot_product_normalized","draw_arrow","draw_background","draw_background_ext","draw_background_part_ext","draw_background_tiled","draw_button","draw_circle","draw_circle_color","draw_circle_colour","draw_clear","draw_clear_alpha","draw_ellipse","draw_ellipse_color","draw_ellipse_colour","draw_enable_alphablend","draw_enable_drawevent","draw_enable_swf_aa","draw_flush","draw_get_alpha","draw_get_color","draw_get_colour","draw_get_lighting","draw_get_swf_aa_level","draw_getpixel","draw_getpixel_ext","draw_healthbar","draw_highscore","draw_light_define_ambient","draw_light_define_direction","draw_light_define_point","draw_light_enable","draw_light_get","draw_light_get_ambient","draw_line","draw_line_color","draw_line_colour","draw_line_width","draw_line_width_color","draw_line_width_colour","draw_path","draw_point","draw_point_color","draw_point_colour","draw_primitive_begin","draw_primitive_begin_texture","draw_primitive_end","draw_rectangle","draw_rectangle_color","draw_rectangle_colour","draw_roundrect","draw_roundrect_color","draw_roundrect_color_ext","draw_roundrect_colour","draw_roundrect_colour_ext","draw_roundrect_ext","draw_self","draw_set_alpha","draw_set_alpha_test","draw_set_alpha_test_ref_value","draw_set_blend_mode","draw_set_blend_mode_ext","draw_set_circle_precision","draw_set_color","draw_set_color_write_enable","draw_set_colour","draw_set_font","draw_set_halign","draw_set_lighting","draw_set_swf_aa_level","draw_set_valign","draw_skeleton","draw_skeleton_collision","draw_skeleton_instance","draw_skeleton_time","draw_sprite","draw_sprite_ext","draw_sprite_general","draw_sprite_part","draw_sprite_part_ext","draw_sprite_pos","draw_sprite_stretched","draw_sprite_stretched_ext","draw_sprite_tiled","draw_sprite_tiled_ext","draw_surface","draw_surface_ext","draw_surface_general","draw_surface_part","draw_surface_part_ext","draw_surface_stretched","draw_surface_stretched_ext","draw_surface_tiled","draw_surface_tiled_ext","draw_text","draw_text_color","draw_text_colour","draw_text_ext","draw_text_ext_color","draw_text_ext_colour","draw_text_ext_transformed","draw_text_ext_transformed_color","draw_text_ext_transformed_colour","draw_text_transformed","draw_text_transformed_color","draw_text_transformed_colour","draw_texture_flush","draw_tile","draw_tilemap","draw_triangle","draw_triangle_color","draw_triangle_colour","draw_vertex","draw_vertex_color","draw_vertex_colour","draw_vertex_texture","draw_vertex_texture_color","draw_vertex_texture_colour","ds_exists","ds_grid_add","ds_grid_add_disk","ds_grid_add_grid_region","ds_grid_add_region","ds_grid_clear","ds_grid_copy","ds_grid_create","ds_grid_destroy","ds_grid_get","ds_grid_get_disk_max","ds_grid_get_disk_mean","ds_grid_get_disk_min","ds_grid_get_disk_sum","ds_grid_get_max","ds_grid_get_mean","ds_grid_get_min","ds_grid_get_sum","ds_grid_height","ds_grid_multiply","ds_grid_multiply_disk","ds_grid_multiply_grid_region","ds_grid_multiply_region","ds_grid_read","ds_grid_resize","ds_grid_set","ds_grid_set_disk","ds_grid_set_grid_region","ds_grid_set_region","ds_grid_shuffle","ds_grid_sort","ds_grid_value_disk_exists","ds_grid_value_disk_x","ds_grid_value_disk_y","ds_grid_value_exists","ds_grid_value_x","ds_grid_value_y","ds_grid_width","ds_grid_write","ds_list_add","ds_list_clear","ds_list_copy","ds_list_create","ds_list_delete","ds_list_destroy","ds_list_empty","ds_list_find_index","ds_list_find_value","ds_list_insert","ds_list_mark_as_list","ds_list_mark_as_map","ds_list_read","ds_list_replace","ds_list_set","ds_list_shuffle","ds_list_size","ds_list_sort","ds_list_write","ds_map_add","ds_map_add_list","ds_map_add_map","ds_map_clear","ds_map_copy","ds_map_create","ds_map_delete","ds_map_destroy","ds_map_empty","ds_map_exists","ds_map_find_first","ds_map_find_last","ds_map_find_next","ds_map_find_previous","ds_map_find_value","ds_map_read","ds_map_replace","ds_map_replace_list","ds_map_replace_map","ds_map_secure_load","ds_map_secure_load_buffer","ds_map_secure_save","ds_map_secure_save_buffer","ds_map_set","ds_map_size","ds_map_write","ds_priority_add","ds_priority_change_priority","ds_priority_clear","ds_priority_copy","ds_priority_create","ds_priority_delete_max","ds_priority_delete_min","ds_priority_delete_value","ds_priority_destroy","ds_priority_empty","ds_priority_find_max","ds_priority_find_min","ds_priority_find_priority","ds_priority_read","ds_priority_size","ds_priority_write","ds_queue_clear","ds_queue_copy","ds_queue_create","ds_queue_dequeue","ds_queue_destroy","ds_queue_empty","ds_queue_enqueue","ds_queue_head","ds_queue_read","ds_queue_size","ds_queue_tail","ds_queue_write","ds_set_precision","ds_stack_clear","ds_stack_copy","ds_stack_create","ds_stack_destroy","ds_stack_empty","ds_stack_pop","ds_stack_push","ds_stack_read","ds_stack_size","ds_stack_top","ds_stack_write","dsin","dtan","effect_clear","effect_create_above","effect_create_below","environment_get_variable","event_inherited","event_perform","event_perform_object","event_user","exp","external_call","external_define","external_free","facebook_accesstoken","facebook_check_permission","facebook_dialog","facebook_graph_request","facebook_init","facebook_launch_offerwall","facebook_login","facebook_logout","facebook_post_message","facebook_request_publish_permissions","facebook_request_read_permissions","facebook_send_invite","facebook_status","facebook_user_id","file_attributes","file_bin_close","file_bin_open","file_bin_position","file_bin_read_byte","file_bin_rewrite","file_bin_seek","file_bin_size","file_bin_write_byte","file_copy","file_delete","file_exists","file_find_close","file_find_first","file_find_next","file_rename","file_text_close","file_text_eof","file_text_eoln","file_text_open_append","file_text_open_from_string","file_text_open_read","file_text_open_write","file_text_read_real","file_text_read_string","file_text_readln","file_text_write_real","file_text_write_string","file_text_writeln","filename_change_ext","filename_dir","filename_drive","filename_ext","filename_name","filename_path","floor","font_add","font_add_enable_aa","font_add_get_enable_aa","font_add_sprite","font_add_sprite_ext","font_delete","font_exists","font_get_bold","font_get_first","font_get_fontname","font_get_italic","font_get_last","font_get_name","font_get_size","font_get_texture","font_get_uvs","font_replace","font_replace_sprite","font_replace_sprite_ext","font_set_cache_size","font_texture_page_size","frac","game_end","game_get_speed","game_load","game_load_buffer","game_restart","game_save","game_save_buffer","game_set_speed","gamepad_axis_count","gamepad_axis_value","gamepad_button_check","gamepad_button_check_pressed","gamepad_button_check_released","gamepad_button_count","gamepad_button_value","gamepad_get_axis_deadzone","gamepad_get_button_threshold","gamepad_get_description","gamepad_get_device_count","gamepad_is_connected","gamepad_is_supported","gamepad_set_axis_deadzone","gamepad_set_button_threshold","gamepad_set_color","gamepad_set_colour","gamepad_set_vibration","gesture_double_tap_distance","gesture_double_tap_time","gesture_drag_distance","gesture_drag_time","gesture_flick_speed","gesture_get_double_tap_distance","gesture_get_double_tap_time","gesture_get_drag_distance","gesture_get_drag_time","gesture_get_flick_speed","gesture_get_pinch_angle_away","gesture_get_pinch_angle_towards","gesture_get_pinch_distance","gesture_get_rotate_angle","gesture_get_rotate_time","gesture_get_tap_count","gesture_pinch_angle_away","gesture_pinch_angle_towards","gesture_pinch_distance","gesture_rotate_angle","gesture_rotate_time","gesture_tap_count","get_integer","get_integer_async","get_login_async","get_open_filename","get_open_filename_ext","get_save_filename","get_save_filename_ext","get_string","get_string_async","get_timer","gml_pragma","gml_release_mode","gpu_get_alphatestenable","gpu_get_alphatestfunc","gpu_get_alphatestref","gpu_get_blendenable","gpu_get_blendmode","gpu_get_blendmode_dest","gpu_get_blendmode_destalpha","gpu_get_blendmode_ext","gpu_get_blendmode_ext_sepalpha","gpu_get_blendmode_src","gpu_get_blendmode_srcalpha","gpu_get_colorwriteenable","gpu_get_colourwriteenable","gpu_get_cullmode","gpu_get_fog","gpu_get_lightingenable","gpu_get_state","gpu_get_tex_filter","gpu_get_tex_filter_ext","gpu_get_tex_max_aniso","gpu_get_tex_max_aniso_ext","gpu_get_tex_max_mip","gpu_get_tex_max_mip_ext","gpu_get_tex_min_mip","gpu_get_tex_min_mip_ext","gpu_get_tex_mip_bias","gpu_get_tex_mip_bias_ext","gpu_get_tex_mip_enable","gpu_get_tex_mip_enable_ext","gpu_get_tex_mip_filter","gpu_get_tex_mip_filter_ext","gpu_get_tex_repeat","gpu_get_tex_repeat_ext","gpu_get_texfilter","gpu_get_texfilter_ext","gpu_get_texrepeat","gpu_get_texrepeat_ext","gpu_get_zfunc","gpu_get_ztestenable","gpu_get_zwriteenable","gpu_pop_state","gpu_push_state","gpu_set_alphatestenable","gpu_set_alphatestfunc","gpu_set_alphatestref","gpu_set_blendenable","gpu_set_blendmode","gpu_set_blendmode_ext","gpu_set_blendmode_ext_sepalpha","gpu_set_colorwriteenable","gpu_set_colourwriteenable","gpu_set_cullmode","gpu_set_fog","gpu_set_lightingenable","gpu_set_state","gpu_set_tex_filter","gpu_set_tex_filter_ext","gpu_set_tex_max_aniso","gpu_set_tex_max_aniso_ext","gpu_set_tex_max_mip","gpu_set_tex_max_mip_ext","gpu_set_tex_min_mip","gpu_set_tex_min_mip_ext","gpu_set_tex_mip_bias","gpu_set_tex_mip_bias_ext","gpu_set_tex_mip_enable","gpu_set_tex_mip_enable_ext","gpu_set_tex_mip_filter","gpu_set_tex_mip_filter_ext","gpu_set_tex_repeat","gpu_set_tex_repeat_ext","gpu_set_texfilter","gpu_set_texfilter_ext","gpu_set_texrepeat","gpu_set_texrepeat_ext","gpu_set_zfunc","gpu_set_ztestenable","gpu_set_zwriteenable","highscore_add","highscore_clear","highscore_name","highscore_value","http_get","http_get_file","http_post_string","http_request","iap_acquire","iap_activate","iap_consume","iap_enumerate_products","iap_product_details","iap_purchase_details","iap_restore_all","iap_status","ini_close","ini_key_delete","ini_key_exists","ini_open","ini_open_from_string","ini_read_real","ini_read_string","ini_section_delete","ini_section_exists","ini_write_real","ini_write_string","instance_activate_all","instance_activate_layer","instance_activate_object","instance_activate_region","instance_change","instance_copy","instance_create","instance_create_depth","instance_create_layer","instance_deactivate_all","instance_deactivate_layer","instance_deactivate_object","instance_deactivate_region","instance_destroy","instance_exists","instance_find","instance_furthest","instance_id_get","instance_nearest","instance_number","instance_place","instance_place_list","instance_position","instance_position_list","int64","io_clear","irandom","irandom_range","is_array","is_bool","is_infinity","is_int32","is_int64","is_matrix","is_method","is_nan","is_numeric","is_ptr","is_real","is_string","is_struct","is_undefined","is_vec3","is_vec4","json_decode","json_encode","keyboard_check","keyboard_check_direct","keyboard_check_pressed","keyboard_check_released","keyboard_clear","keyboard_get_map","keyboard_get_numlock","keyboard_key_press","keyboard_key_release","keyboard_set_map","keyboard_set_numlock","keyboard_unset_map","keyboard_virtual_height","keyboard_virtual_hide","keyboard_virtual_show","keyboard_virtual_status","layer_add_instance","layer_background_alpha","layer_background_blend","layer_background_change","layer_background_create","layer_background_destroy","layer_background_exists","layer_background_get_alpha","layer_background_get_blend","layer_background_get_htiled","layer_background_get_id","layer_background_get_index","layer_background_get_speed","layer_background_get_sprite","layer_background_get_stretch","layer_background_get_visible","layer_background_get_vtiled","layer_background_get_xscale","layer_background_get_yscale","layer_background_htiled","layer_background_index","layer_background_speed","layer_background_sprite","layer_background_stretch","layer_background_visible","layer_background_vtiled","layer_background_xscale","layer_background_yscale","layer_create","layer_depth","layer_destroy","layer_destroy_instances","layer_element_move","layer_exists","layer_force_draw_depth","layer_get_all","layer_get_all_elements","layer_get_depth","layer_get_element_layer","layer_get_element_type","layer_get_forced_depth","layer_get_hspeed","layer_get_id","layer_get_id_at_depth","layer_get_name","layer_get_script_begin","layer_get_script_end","layer_get_shader","layer_get_target_room","layer_get_visible","layer_get_vspeed","layer_get_x","layer_get_y","layer_has_instance","layer_hspeed","layer_instance_get_instance","layer_is_draw_depth_forced","layer_reset_target_room","layer_script_begin","layer_script_end","layer_set_target_room","layer_set_visible","layer_shader","layer_sprite_alpha","layer_sprite_angle","layer_sprite_blend","layer_sprite_change","layer_sprite_create","layer_sprite_destroy","layer_sprite_exists","layer_sprite_get_alpha","layer_sprite_get_angle","layer_sprite_get_blend","layer_sprite_get_id","layer_sprite_get_index","layer_sprite_get_speed","layer_sprite_get_sprite","layer_sprite_get_x","layer_sprite_get_xscale","layer_sprite_get_y","layer_sprite_get_yscale","layer_sprite_index","layer_sprite_speed","layer_sprite_x","layer_sprite_xscale","layer_sprite_y","layer_sprite_yscale","layer_tile_alpha","layer_tile_blend","layer_tile_change","layer_tile_create","layer_tile_destroy","layer_tile_exists","layer_tile_get_alpha","layer_tile_get_blend","layer_tile_get_region","layer_tile_get_sprite","layer_tile_get_visible","layer_tile_get_x","layer_tile_get_xscale","layer_tile_get_y","layer_tile_get_yscale","layer_tile_region","layer_tile_visible","layer_tile_x","layer_tile_xscale","layer_tile_y","layer_tile_yscale","layer_tilemap_create","layer_tilemap_destroy","layer_tilemap_exists","layer_tilemap_get_id","layer_vspeed","layer_x","layer_y","lengthdir_x","lengthdir_y","lerp","ln","load_csv","log10","log2","logn","make_color_hsv","make_color_rgb","make_colour_hsv","make_colour_rgb","math_get_epsilon","math_set_epsilon","matrix_build","matrix_build_identity","matrix_build_lookat","matrix_build_projection_ortho","matrix_build_projection_perspective","matrix_build_projection_perspective_fov","matrix_get","matrix_multiply","matrix_set","matrix_stack_clear","matrix_stack_is_empty","matrix_stack_multiply","matrix_stack_pop","matrix_stack_push","matrix_stack_set","matrix_stack_top","matrix_transform_vertex","max","md5_file","md5_string_unicode","md5_string_utf8","mean","median","merge_color","merge_colour","min","motion_add","motion_set","mouse_check_button","mouse_check_button_pressed","mouse_check_button_released","mouse_clear","mouse_wheel_down","mouse_wheel_up","move_bounce_all","move_bounce_solid","move_contact_all","move_contact_solid","move_outside_all","move_outside_solid","move_random","move_snap","move_towards_point","move_wrap","mp_grid_add_cell","mp_grid_add_instances","mp_grid_add_rectangle","mp_grid_clear_all","mp_grid_clear_cell","mp_grid_clear_rectangle","mp_grid_create","mp_grid_destroy","mp_grid_draw","mp_grid_get_cell","mp_grid_path","mp_grid_to_ds_grid","mp_linear_path","mp_linear_path_object","mp_linear_step","mp_linear_step_object","mp_potential_path","mp_potential_path_object","mp_potential_settings","mp_potential_step","mp_potential_step_object","network_connect","network_connect_raw","network_create_server","network_create_server_raw","network_create_socket","network_create_socket_ext","network_destroy","network_resolve","network_send_broadcast","network_send_packet","network_send_raw","network_send_udp","network_send_udp_raw","network_set_config","network_set_timeout","object_exists","object_get_depth","object_get_mask","object_get_name","object_get_parent","object_get_persistent","object_get_physics","object_get_solid","object_get_sprite","object_get_visible","object_is_ancestor","object_set_mask","object_set_persistent","object_set_solid","object_set_sprite","object_set_visible","ord","os_get_config","os_get_info","os_get_language","os_get_region","os_is_network_connected","os_is_paused","os_lock_orientation","os_powersave_enable","parameter_count","parameter_string","part_emitter_burst","part_emitter_clear","part_emitter_create","part_emitter_destroy","part_emitter_destroy_all","part_emitter_exists","part_emitter_region","part_emitter_stream","part_particles_clear","part_particles_count","part_particles_create","part_particles_create_color","part_particles_create_colour","part_system_automatic_draw","part_system_automatic_update","part_system_clear","part_system_create","part_system_create_layer","part_system_depth","part_system_destroy","part_system_draw_order","part_system_drawit","part_system_exists","part_system_get_layer","part_system_layer","part_system_position","part_system_update","part_type_alpha1","part_type_alpha2","part_type_alpha3","part_type_blend","part_type_clear","part_type_color1","part_type_color2","part_type_color3","part_type_color_hsv","part_type_color_mix","part_type_color_rgb","part_type_colour1","part_type_colour2","part_type_colour3","part_type_colour_hsv","part_type_colour_mix","part_type_colour_rgb","part_type_create","part_type_death","part_type_destroy","part_type_direction","part_type_exists","part_type_gravity","part_type_life","part_type_orientation","part_type_scale","part_type_shape","part_type_size","part_type_speed","part_type_sprite","part_type_step","path_add","path_add_point","path_append","path_assign","path_change_point","path_clear_points","path_delete","path_delete_point","path_duplicate","path_end","path_exists","path_flip","path_get_closed","path_get_kind","path_get_length","path_get_name","path_get_number","path_get_point_speed","path_get_point_x","path_get_point_y","path_get_precision","path_get_speed","path_get_time","path_get_x","path_get_y","path_insert_point","path_mirror","path_rescale","path_reverse","path_rotate","path_set_closed","path_set_kind","path_set_precision","path_shift","path_start","physics_apply_angular_impulse","physics_apply_force","physics_apply_impulse","physics_apply_local_force","physics_apply_local_impulse","physics_apply_torque","physics_draw_debug","physics_fixture_add_point","physics_fixture_bind","physics_fixture_bind_ext","physics_fixture_create","physics_fixture_delete","physics_fixture_set_angular_damping","physics_fixture_set_awake","physics_fixture_set_box_shape","physics_fixture_set_chain_shape","physics_fixture_set_circle_shape","physics_fixture_set_collision_group","physics_fixture_set_density","physics_fixture_set_edge_shape","physics_fixture_set_friction","physics_fixture_set_kinematic","physics_fixture_set_linear_damping","physics_fixture_set_polygon_shape","physics_fixture_set_restitution","physics_fixture_set_sensor","physics_get_density","physics_get_friction","physics_get_restitution","physics_joint_delete","physics_joint_distance_create","physics_joint_enable_motor","physics_joint_friction_create","physics_joint_gear_create","physics_joint_get_value","physics_joint_prismatic_create","physics_joint_pulley_create","physics_joint_revolute_create","physics_joint_rope_create","physics_joint_set_value","physics_joint_weld_create","physics_joint_wheel_create","physics_mass_properties","physics_particle_count","physics_particle_create","physics_particle_delete","physics_particle_delete_region_box","physics_particle_delete_region_circle","physics_particle_delete_region_poly","physics_particle_draw","physics_particle_draw_ext","physics_particle_get_damping","physics_particle_get_data","physics_particle_get_data_particle","physics_particle_get_density","physics_particle_get_gravity_scale","physics_particle_get_group_flags","physics_particle_get_max_count","physics_particle_get_radius","physics_particle_group_add_point","physics_particle_group_begin","physics_particle_group_box","physics_particle_group_circle","physics_particle_group_count","physics_particle_group_delete","physics_particle_group_end","physics_particle_group_get_ang_vel","physics_particle_group_get_angle","physics_particle_group_get_centre_x","physics_particle_group_get_centre_y","physics_particle_group_get_data","physics_particle_group_get_inertia","physics_particle_group_get_mass","physics_particle_group_get_vel_x","physics_particle_group_get_vel_y","physics_particle_group_get_x","physics_particle_group_get_y","physics_particle_group_join","physics_particle_group_polygon","physics_particle_set_category_flags","physics_particle_set_damping","physics_particle_set_density","physics_particle_set_flags","physics_particle_set_gravity_scale","physics_particle_set_group_flags","physics_particle_set_max_count","physics_particle_set_radius","physics_pause_enable","physics_remove_fixture","physics_set_density","physics_set_friction","physics_set_restitution","physics_test_overlap","physics_world_create","physics_world_draw_debug","physics_world_gravity","physics_world_update_iterations","physics_world_update_speed","place_empty","place_free","place_meeting","place_snapped","point_direction","point_distance","point_distance_3d","point_in_circle","point_in_rectangle","point_in_triangle","position_change","position_destroy","position_empty","position_meeting","power","ptr","push_cancel_local_notification","push_get_first_local_notification","push_get_next_local_notification","push_local_notification","radtodeg","random","random_get_seed","random_range","random_set_seed","randomise","randomize","real","rectangle_in_circle","rectangle_in_rectangle","rectangle_in_triangle","room_add","room_assign","room_duplicate","room_exists","room_get_camera","room_get_name","room_get_viewport","room_goto","room_goto_next","room_goto_previous","room_instance_add","room_instance_clear","room_next","room_previous","room_restart","room_set_background_color","room_set_background_colour","room_set_camera","room_set_height","room_set_persistent","room_set_view","room_set_view_enabled","room_set_viewport","room_set_width","round","screen_save","screen_save_part","script_execute","script_exists","script_get_name","sha1_file","sha1_string_unicode","sha1_string_utf8","shader_current","shader_enable_corner_id","shader_get_name","shader_get_sampler_index","shader_get_uniform","shader_is_compiled","shader_reset","shader_set","shader_set_uniform_f","shader_set_uniform_f_array","shader_set_uniform_i","shader_set_uniform_i_array","shader_set_uniform_matrix","shader_set_uniform_matrix_array","shaders_are_supported","shop_leave_rating","show_debug_message","show_debug_overlay","show_error","show_message","show_message_async","show_question","show_question_async","sign","sin","skeleton_animation_clear","skeleton_animation_get","skeleton_animation_get_duration","skeleton_animation_get_ext","skeleton_animation_get_frame","skeleton_animation_get_frames","skeleton_animation_list","skeleton_animation_mix","skeleton_animation_set","skeleton_animation_set_ext","skeleton_animation_set_frame","skeleton_attachment_create","skeleton_attachment_get","skeleton_attachment_set","skeleton_bone_data_get","skeleton_bone_data_set","skeleton_bone_state_get","skeleton_bone_state_set","skeleton_collision_draw_set","skeleton_get_bounds","skeleton_get_minmax","skeleton_get_num_bounds","skeleton_skin_get","skeleton_skin_list","skeleton_skin_set","skeleton_slot_data","sprite_add","sprite_add_from_surface","sprite_assign","sprite_collision_mask","sprite_create_from_surface","sprite_delete","sprite_duplicate","sprite_exists","sprite_flush","sprite_flush_multi","sprite_get_bbox_bottom","sprite_get_bbox_left","sprite_get_bbox_right","sprite_get_bbox_top","sprite_get_height","sprite_get_name","sprite_get_number","sprite_get_speed","sprite_get_speed_type","sprite_get_texture","sprite_get_tpe","sprite_get_uvs","sprite_get_width","sprite_get_xoffset","sprite_get_yoffset","sprite_merge","sprite_prefetch","sprite_prefetch_multi","sprite_replace","sprite_save","sprite_save_strip","sprite_set_alpha_from_sprite","sprite_set_cache_size","sprite_set_cache_size_ext","sprite_set_offset","sprite_set_speed","sqr","sqrt","steam_activate_overlay","steam_activate_overlay_browser","steam_activate_overlay_store","steam_activate_overlay_user","steam_available_languages","steam_clear_achievement","steam_create_leaderboard","steam_current_game_language","steam_download_friends_scores","steam_download_scores","steam_download_scores_around_user","steam_file_delete","steam_file_exists","steam_file_persisted","steam_file_read","steam_file_share","steam_file_size","steam_file_write","steam_file_write_file","steam_get_achievement","steam_get_app_id","steam_get_persona_name","steam_get_quota_free","steam_get_quota_total","steam_get_stat_avg_rate","steam_get_stat_float","steam_get_stat_int","steam_get_user_account_id","steam_get_user_persona_name","steam_get_user_steam_id","steam_initialised","steam_is_cloud_enabled_for_account","steam_is_cloud_enabled_for_app","steam_is_overlay_activated","steam_is_overlay_enabled","steam_is_screenshot_requested","steam_is_user_logged_on","steam_reset_all_stats","steam_reset_all_stats_achievements","steam_send_screenshot","steam_set_achievement","steam_set_stat_avg_rate","steam_set_stat_float","steam_set_stat_int","steam_stats_ready","steam_ugc_create_item","steam_ugc_create_query_all","steam_ugc_create_query_all_ex","steam_ugc_create_query_user","steam_ugc_create_query_user_ex","steam_ugc_download","steam_ugc_get_item_install_info","steam_ugc_get_item_update_info","steam_ugc_get_item_update_progress","steam_ugc_get_subscribed_items","steam_ugc_num_subscribed_items","steam_ugc_query_add_excluded_tag","steam_ugc_query_add_required_tag","steam_ugc_query_set_allow_cached_response","steam_ugc_query_set_cloud_filename_filter","steam_ugc_query_set_match_any_tag","steam_ugc_query_set_ranked_by_trend_days","steam_ugc_query_set_return_long_description","steam_ugc_query_set_return_total_only","steam_ugc_query_set_search_text","steam_ugc_request_item_details","steam_ugc_send_query","steam_ugc_set_item_content","steam_ugc_set_item_description","steam_ugc_set_item_preview","steam_ugc_set_item_tags","steam_ugc_set_item_title","steam_ugc_set_item_visibility","steam_ugc_start_item_update","steam_ugc_submit_item_update","steam_ugc_subscribe_item","steam_ugc_unsubscribe_item","steam_upload_score","steam_upload_score_buffer","steam_upload_score_buffer_ext","steam_upload_score_ext","steam_user_installed_dlc","steam_user_owns_dlc","string","string_byte_at","string_byte_length","string_char_at","string_copy","string_count","string_delete","string_digits","string_format","string_hash_to_newline","string_height","string_height_ext","string_insert","string_length","string_letters","string_lettersdigits","string_lower","string_ord_at","string_pos","string_repeat","string_replace","string_replace_all","string_set_byte_at","string_upper","string_width","string_width_ext","surface_copy","surface_copy_part","surface_create","surface_create_ext","surface_depth_disable","surface_exists","surface_free","surface_get_depth_disable","surface_get_height","surface_get_texture","surface_get_width","surface_getpixel","surface_getpixel_ext","surface_reset_target","surface_resize","surface_save","surface_save_part","surface_set_target","surface_set_target_ext","tan","texture_get_height","texture_get_texel_height","texture_get_texel_width","texture_get_uvs","texture_get_width","texture_global_scale","texture_set_stage","tile_get_empty","tile_get_flip","tile_get_index","tile_get_mirror","tile_get_rotate","tile_set_empty","tile_set_flip","tile_set_index","tile_set_mirror","tile_set_rotate","tilemap_clear","tilemap_get","tilemap_get_at_pixel","tilemap_get_cell_x_at_pixel","tilemap_get_cell_y_at_pixel","tilemap_get_frame","tilemap_get_global_mask","tilemap_get_height","tilemap_get_mask","tilemap_get_tile_height","tilemap_get_tile_width","tilemap_get_tileset","tilemap_get_width","tilemap_get_x","tilemap_get_y","tilemap_set","tilemap_set_at_pixel","tilemap_set_global_mask","tilemap_set_mask","tilemap_tileset","tilemap_x","tilemap_y","timeline_add","timeline_clear","timeline_delete","timeline_exists","timeline_get_name","timeline_max_moment","timeline_moment_add_script","timeline_moment_clear","timeline_size","typeof","url_get_domain","url_open","url_open_ext","url_open_full","variable_global_exists","variable_global_get","variable_global_set","variable_instance_exists","variable_instance_get","variable_instance_get_names","variable_instance_set","variable_struct_exists","variable_struct_get","variable_struct_get_names","variable_struct_names_count","variable_struct_remove","variable_struct_set","vertex_argb","vertex_begin","vertex_color","vertex_colour","vertex_create_buffer","vertex_create_buffer_ext","vertex_create_buffer_from_buffer","vertex_create_buffer_from_buffer_ext","vertex_delete_buffer","vertex_end","vertex_float1","vertex_float2","vertex_float3","vertex_float4","vertex_format_add_color","vertex_format_add_colour","vertex_format_add_custom","vertex_format_add_normal","vertex_format_add_position","vertex_format_add_position_3d","vertex_format_add_texcoord","vertex_format_add_textcoord","vertex_format_begin","vertex_format_delete","vertex_format_end","vertex_freeze","vertex_get_buffer_size","vertex_get_number","vertex_normal","vertex_position","vertex_position_3d","vertex_submit","vertex_texcoord","vertex_ubyte4","view_get_camera","view_get_hport","view_get_surface_id","view_get_visible","view_get_wport","view_get_xport","view_get_yport","view_set_camera","view_set_hport","view_set_surface_id","view_set_visible","view_set_wport","view_set_xport","view_set_yport","virtual_key_add","virtual_key_delete","virtual_key_hide","virtual_key_show","win8_appbar_add_element","win8_appbar_enable","win8_appbar_remove_element","win8_device_touchscreen_available","win8_license_initialize_sandbox","win8_license_trial_version","win8_livetile_badge_clear","win8_livetile_badge_notification","win8_livetile_notification_begin","win8_livetile_notification_end","win8_livetile_notification_expiry","win8_livetile_notification_image_add","win8_livetile_notification_secondary_begin","win8_livetile_notification_tag","win8_livetile_notification_text_add","win8_livetile_queue_enable","win8_livetile_tile_clear","win8_livetile_tile_notification","win8_search_add_suggestions","win8_search_disable","win8_search_enable","win8_secondarytile_badge_notification","win8_secondarytile_delete","win8_secondarytile_pin","win8_settingscharm_add_entry","win8_settingscharm_add_html_entry","win8_settingscharm_add_xaml_entry","win8_settingscharm_get_xaml_property","win8_settingscharm_remove_entry","win8_settingscharm_set_xaml_property","win8_share_file","win8_share_image","win8_share_screenshot","win8_share_text","win8_share_url","window_center","window_device","window_get_caption","window_get_color","window_get_colour","window_get_cursor","window_get_fullscreen","window_get_height","window_get_visible_rects","window_get_width","window_get_x","window_get_y","window_handle","window_has_focus","window_mouse_get_x","window_mouse_get_y","window_mouse_set","window_set_caption","window_set_color","window_set_colour","window_set_cursor","window_set_fullscreen","window_set_max_height","window_set_max_width","window_set_min_height","window_set_min_width","window_set_position","window_set_rectangle","window_set_size","window_view_mouse_get_x","window_view_mouse_get_y","window_views_mouse_get_x","window_views_mouse_get_y","winphone_license_trial_version","winphone_tile_back_content","winphone_tile_back_content_wide","winphone_tile_back_image","winphone_tile_back_image_wide","winphone_tile_back_title","winphone_tile_background_color","winphone_tile_background_colour","winphone_tile_count","winphone_tile_cycle_images","winphone_tile_front_image","winphone_tile_front_image_small","winphone_tile_front_image_wide","winphone_tile_icon_image","winphone_tile_small_background_image","winphone_tile_small_icon_image","winphone_tile_title","winphone_tile_wide_content","zip_unzip"],literal:["all","false","noone","pointer_invalid","pointer_null","true","undefined"],symbol:["ANSI_CHARSET","ARABIC_CHARSET","BALTIC_CHARSET","CHINESEBIG5_CHARSET","DEFAULT_CHARSET","EASTEUROPE_CHARSET","GB2312_CHARSET","GM_build_date","GM_runtime_version","GM_version","GREEK_CHARSET","HANGEUL_CHARSET","HEBREW_CHARSET","JOHAB_CHARSET","MAC_CHARSET","OEM_CHARSET","RUSSIAN_CHARSET","SHIFTJIS_CHARSET","SYMBOL_CHARSET","THAI_CHARSET","TURKISH_CHARSET","VIETNAMESE_CHARSET","achievement_achievement_info","achievement_filter_all_players","achievement_filter_favorites_only","achievement_filter_friends_only","achievement_friends_info","achievement_leaderboard_info","achievement_our_info","achievement_pic_loaded","achievement_show_achievement","achievement_show_bank","achievement_show_friend_picker","achievement_show_leaderboard","achievement_show_profile","achievement_show_purchase_prompt","achievement_show_ui","achievement_type_achievement_challenge","achievement_type_score_challenge","asset_font","asset_object","asset_path","asset_room","asset_script","asset_shader","asset_sound","asset_sprite","asset_tiles","asset_timeline","asset_unknown","audio_3d","audio_falloff_exponent_distance","audio_falloff_exponent_distance_clamped","audio_falloff_inverse_distance","audio_falloff_inverse_distance_clamped","audio_falloff_linear_distance","audio_falloff_linear_distance_clamped","audio_falloff_none","audio_mono","audio_new_system","audio_old_system","audio_stereo","bm_add","bm_complex","bm_dest_alpha","bm_dest_color","bm_dest_colour","bm_inv_dest_alpha","bm_inv_dest_color","bm_inv_dest_colour","bm_inv_src_alpha","bm_inv_src_color","bm_inv_src_colour","bm_max","bm_normal","bm_one","bm_src_alpha","bm_src_alpha_sat","bm_src_color","bm_src_colour","bm_subtract","bm_zero","browser_chrome","browser_edge","browser_firefox","browser_ie","browser_ie_mobile","browser_not_a_browser","browser_opera","browser_safari","browser_safari_mobile","browser_tizen","browser_unknown","browser_windows_store","buffer_bool","buffer_f16","buffer_f32","buffer_f64","buffer_fast","buffer_fixed","buffer_generalerror","buffer_grow","buffer_invalidtype","buffer_network","buffer_outofbounds","buffer_outofspace","buffer_s16","buffer_s32","buffer_s8","buffer_seek_end","buffer_seek_relative","buffer_seek_start","buffer_string","buffer_surface_copy","buffer_text","buffer_u16","buffer_u32","buffer_u64","buffer_u8","buffer_vbuffer","buffer_wrap","button_type","c_aqua","c_black","c_blue","c_dkgray","c_fuchsia","c_gray","c_green","c_lime","c_ltgray","c_maroon","c_navy","c_olive","c_orange","c_purple","c_red","c_silver","c_teal","c_white","c_yellow","cmpfunc_always","cmpfunc_equal","cmpfunc_greater","cmpfunc_greaterequal","cmpfunc_less","cmpfunc_lessequal","cmpfunc_never","cmpfunc_notequal","cr_appstart","cr_arrow","cr_beam","cr_cross","cr_default","cr_drag","cr_handpoint","cr_hourglass","cr_none","cr_size_all","cr_size_nesw","cr_size_ns","cr_size_nwse","cr_size_we","cr_uparrow","cull_clockwise","cull_counterclockwise","cull_noculling","device_emulator","device_ios_ipad","device_ios_ipad_retina","device_ios_iphone","device_ios_iphone5","device_ios_iphone6","device_ios_iphone6plus","device_ios_iphone_retina","device_ios_unknown","device_tablet","display_landscape","display_landscape_flipped","display_portrait","display_portrait_flipped","dll_cdecl","dll_stdcall","ds_type_grid","ds_type_list","ds_type_map","ds_type_priority","ds_type_queue","ds_type_stack","ef_cloud","ef_ellipse","ef_explosion","ef_firework","ef_flare","ef_rain","ef_ring","ef_smoke","ef_smokeup","ef_snow","ef_spark","ef_star","ev_alarm","ev_animation_end","ev_boundary","ev_cleanup","ev_close_button","ev_collision","ev_create","ev_destroy","ev_draw","ev_draw_begin","ev_draw_end","ev_draw_post","ev_draw_pre","ev_end_of_path","ev_game_end","ev_game_start","ev_gesture","ev_gesture_double_tap","ev_gesture_drag_end","ev_gesture_drag_start","ev_gesture_dragging","ev_gesture_flick","ev_gesture_pinch_end","ev_gesture_pinch_in","ev_gesture_pinch_out","ev_gesture_pinch_start","ev_gesture_rotate_end","ev_gesture_rotate_start","ev_gesture_rotating","ev_gesture_tap","ev_global_gesture_double_tap","ev_global_gesture_drag_end","ev_global_gesture_drag_start","ev_global_gesture_dragging","ev_global_gesture_flick","ev_global_gesture_pinch_end","ev_global_gesture_pinch_in","ev_global_gesture_pinch_out","ev_global_gesture_pinch_start","ev_global_gesture_rotate_end","ev_global_gesture_rotate_start","ev_global_gesture_rotating","ev_global_gesture_tap","ev_global_left_button","ev_global_left_press","ev_global_left_release","ev_global_middle_button","ev_global_middle_press","ev_global_middle_release","ev_global_right_button","ev_global_right_press","ev_global_right_release","ev_gui","ev_gui_begin","ev_gui_end","ev_joystick1_button1","ev_joystick1_button2","ev_joystick1_button3","ev_joystick1_button4","ev_joystick1_button5","ev_joystick1_button6","ev_joystick1_button7","ev_joystick1_button8","ev_joystick1_down","ev_joystick1_left","ev_joystick1_right","ev_joystick1_up","ev_joystick2_button1","ev_joystick2_button2","ev_joystick2_button3","ev_joystick2_button4","ev_joystick2_button5","ev_joystick2_button6","ev_joystick2_button7","ev_joystick2_button8","ev_joystick2_down","ev_joystick2_left","ev_joystick2_right","ev_joystick2_up","ev_keyboard","ev_keypress","ev_keyrelease","ev_left_button","ev_left_press","ev_left_release","ev_middle_button","ev_middle_press","ev_middle_release","ev_mouse","ev_mouse_enter","ev_mouse_leave","ev_mouse_wheel_down","ev_mouse_wheel_up","ev_no_button","ev_no_more_health","ev_no_more_lives","ev_other","ev_outside","ev_right_button","ev_right_press","ev_right_release","ev_room_end","ev_room_start","ev_step","ev_step_begin","ev_step_end","ev_step_normal","ev_trigger","ev_user0","ev_user1","ev_user2","ev_user3","ev_user4","ev_user5","ev_user6","ev_user7","ev_user8","ev_user9","ev_user10","ev_user11","ev_user12","ev_user13","ev_user14","ev_user15","fa_archive","fa_bottom","fa_center","fa_directory","fa_hidden","fa_left","fa_middle","fa_readonly","fa_right","fa_sysfile","fa_top","fa_volumeid","fb_login_default","fb_login_fallback_to_webview","fb_login_forcing_safari","fb_login_forcing_webview","fb_login_no_fallback_to_webview","fb_login_use_system_account","gamespeed_fps","gamespeed_microseconds","ge_lose","global","gp_axislh","gp_axislv","gp_axisrh","gp_axisrv","gp_face1","gp_face2","gp_face3","gp_face4","gp_padd","gp_padl","gp_padr","gp_padu","gp_select","gp_shoulderl","gp_shoulderlb","gp_shoulderr","gp_shoulderrb","gp_start","gp_stickl","gp_stickr","iap_available","iap_canceled","iap_ev_consume","iap_ev_product","iap_ev_purchase","iap_ev_restore","iap_ev_storeload","iap_failed","iap_purchased","iap_refunded","iap_status_available","iap_status_loading","iap_status_processing","iap_status_restoring","iap_status_unavailable","iap_status_uninitialised","iap_storeload_failed","iap_storeload_ok","iap_unavailable","input_type","kbv_autocapitalize_characters","kbv_autocapitalize_none","kbv_autocapitalize_sentences","kbv_autocapitalize_words","kbv_returnkey_continue","kbv_returnkey_default","kbv_returnkey_done","kbv_returnkey_emergency","kbv_returnkey_go","kbv_returnkey_google","kbv_returnkey_join","kbv_returnkey_next","kbv_returnkey_route","kbv_returnkey_search","kbv_returnkey_send","kbv_returnkey_yahoo","kbv_type_ascii","kbv_type_default","kbv_type_email","kbv_type_numbers","kbv_type_phone","kbv_type_phone_name","kbv_type_url","layerelementtype_background","layerelementtype_instance","layerelementtype_oldtilemap","layerelementtype_particlesystem","layerelementtype_sprite","layerelementtype_tile","layerelementtype_tilemap","layerelementtype_undefined","lb_disp_none","lb_disp_numeric","lb_disp_time_ms","lb_disp_time_sec","lb_sort_ascending","lb_sort_descending","lb_sort_none","leaderboard_type_number","leaderboard_type_time_mins_secs","lighttype_dir","lighttype_point","local","matrix_projection","matrix_view","matrix_world","mb_any","mb_left","mb_middle","mb_none","mb_right","mip_markedonly","mip_off","mip_on","network_config_connect_timeout","network_config_disable_reliable_udp","network_config_enable_reliable_udp","network_config_use_non_blocking_socket","network_socket_bluetooth","network_socket_tcp","network_socket_udp","network_type_connect","network_type_data","network_type_disconnect","network_type_non_blocking_connect","of_challen","of_challenge_tie","of_challenge_win","os_3ds","os_android","os_bb10","os_ios","os_linux","os_macosx","os_ps3","os_ps4","os_psvita","os_switch","os_symbian","os_tizen","os_tvos","os_unknown","os_uwp","os_wiiu","os_win32","os_win8native","os_windows","os_winphone","os_xbox360","os_xboxone","other","ov_achievements","ov_community","ov_friends","ov_gamegroup","ov_players","ov_settings","path_action_continue","path_action_restart","path_action_reverse","path_action_stop","phy_debug_render_aabb","phy_debug_render_collision_pairs","phy_debug_render_coms","phy_debug_render_core_shapes","phy_debug_render_joints","phy_debug_render_obb","phy_debug_render_shapes","phy_joint_anchor_1_x","phy_joint_anchor_1_y","phy_joint_anchor_2_x","phy_joint_anchor_2_y","phy_joint_angle","phy_joint_angle_limits","phy_joint_damping_ratio","phy_joint_frequency","phy_joint_length_1","phy_joint_length_2","phy_joint_lower_angle_limit","phy_joint_max_force","phy_joint_max_length","phy_joint_max_motor_force","phy_joint_max_motor_torque","phy_joint_max_torque","phy_joint_motor_force","phy_joint_motor_speed","phy_joint_motor_torque","phy_joint_reaction_force_x","phy_joint_reaction_force_y","phy_joint_reaction_torque","phy_joint_speed","phy_joint_translation","phy_joint_upper_angle_limit","phy_particle_data_flag_category","phy_particle_data_flag_color","phy_particle_data_flag_colour","phy_particle_data_flag_position","phy_particle_data_flag_typeflags","phy_particle_data_flag_velocity","phy_particle_flag_colormixing","phy_particle_flag_colourmixing","phy_particle_flag_elastic","phy_particle_flag_powder","phy_particle_flag_spring","phy_particle_flag_tensile","phy_particle_flag_viscous","phy_particle_flag_wall","phy_particle_flag_water","phy_particle_flag_zombie","phy_particle_group_flag_rigid","phy_particle_group_flag_solid","pi","pr_linelist","pr_linestrip","pr_pointlist","pr_trianglefan","pr_trianglelist","pr_trianglestrip","ps_distr_gaussian","ps_distr_invgaussian","ps_distr_linear","ps_shape_diamond","ps_shape_ellipse","ps_shape_line","ps_shape_rectangle","pt_shape_circle","pt_shape_cloud","pt_shape_disk","pt_shape_explosion","pt_shape_flare","pt_shape_line","pt_shape_pixel","pt_shape_ring","pt_shape_smoke","pt_shape_snow","pt_shape_spark","pt_shape_sphere","pt_shape_square","pt_shape_star","spritespeed_framespergameframe","spritespeed_framespersecond","text_type","tf_anisotropic","tf_linear","tf_point","tile_flip","tile_index_mask","tile_mirror","tile_rotate","timezone_local","timezone_utc","tm_countvsyncs","tm_sleep","ty_real","ty_string","ugc_filetype_community","ugc_filetype_microtrans","ugc_list_Favorited","ugc_list_Followed","ugc_list_Published","ugc_list_Subscribed","ugc_list_UsedOrPlayed","ugc_list_VotedDown","ugc_list_VotedOn","ugc_list_VotedUp","ugc_list_WillVoteLater","ugc_match_AllGuides","ugc_match_Artwork","ugc_match_Collections","ugc_match_ControllerBindings","ugc_match_IntegratedGuides","ugc_match_Items","ugc_match_Items_Mtx","ugc_match_Items_ReadyToUse","ugc_match_Screenshots","ugc_match_UsableInGame","ugc_match_Videos","ugc_match_WebGuides","ugc_query_AcceptedForGameRankedByAcceptanceDate","ugc_query_CreatedByFollowedUsersRankedByPublicationDate","ugc_query_CreatedByFriendsRankedByPublicationDate","ugc_query_FavoritedByFriendsRankedByPublicationDate","ugc_query_NotYetRated","ugc_query_RankedByNumTimesReported","ugc_query_RankedByPublicationDate","ugc_query_RankedByTextSearch","ugc_query_RankedByTotalVotesAsc","ugc_query_RankedByTrend","ugc_query_RankedByVote","ugc_query_RankedByVotesUp","ugc_result_success","ugc_sortorder_CreationOrderAsc","ugc_sortorder_CreationOrderDesc","ugc_sortorder_ForModeration","ugc_sortorder_LastUpdatedDesc","ugc_sortorder_SubscriptionDateDesc","ugc_sortorder_TitleAsc","ugc_sortorder_VoteScoreDesc","ugc_visibility_friends_only","ugc_visibility_private","ugc_visibility_public","vertex_type_color","vertex_type_colour","vertex_type_float1","vertex_type_float2","vertex_type_float3","vertex_type_float4","vertex_type_ubyte4","vertex_usage_binormal","vertex_usage_blendindices","vertex_usage_blendweight","vertex_usage_color","vertex_usage_colour","vertex_usage_depth","vertex_usage_fog","vertex_usage_normal","vertex_usage_position","vertex_usage_psize","vertex_usage_sample","vertex_usage_tangent","vertex_usage_texcoord","vertex_usage_textcoord","vk_add","vk_alt","vk_anykey","vk_backspace","vk_control","vk_decimal","vk_delete","vk_divide","vk_down","vk_end","vk_enter","vk_escape","vk_f1","vk_f2","vk_f3","vk_f4","vk_f5","vk_f6","vk_f7","vk_f8","vk_f9","vk_f10","vk_f11","vk_f12","vk_home","vk_insert","vk_lalt","vk_lcontrol","vk_left","vk_lshift","vk_multiply","vk_nokey","vk_numpad0","vk_numpad1","vk_numpad2","vk_numpad3","vk_numpad4","vk_numpad5","vk_numpad6","vk_numpad7","vk_numpad8","vk_numpad9","vk_pagedown","vk_pageup","vk_pause","vk_printscreen","vk_ralt","vk_rcontrol","vk_return","vk_right","vk_rshift","vk_shift","vk_space","vk_subtract","vk_tab","vk_up"],"variable.language":["alarm","application_surface","argument","argument0","argument1","argument2","argument3","argument4","argument5","argument6","argument7","argument8","argument9","argument10","argument11","argument12","argument13","argument14","argument15","argument_count","argument_relative","async_load","background_color","background_colour","background_showcolor","background_showcolour","bbox_bottom","bbox_left","bbox_right","bbox_top","browser_height","browser_width","caption_health","caption_lives","caption_score","current_day","current_hour","current_minute","current_month","current_second","current_time","current_weekday","current_year","cursor_sprite","debug_mode","delta_time","depth","direction","display_aa","error_last","error_occurred","event_action","event_data","event_number","event_object","event_type","fps","fps_real","friction","game_display_name","game_id","game_project_name","game_save_id","gamemaker_pro","gamemaker_registered","gamemaker_version","gravity","gravity_direction","health","hspeed","iap_data","id|0","image_alpha","image_angle","image_blend","image_index","image_number","image_speed","image_xscale","image_yscale","instance_count","instance_id","keyboard_key","keyboard_lastchar","keyboard_lastkey","keyboard_string","layer","lives","mask_index","mouse_button","mouse_lastbutton","mouse_x","mouse_y","object_index","os_browser","os_device","os_type","os_version","path_endaction","path_index","path_orientation","path_position","path_positionprevious","path_scale","path_speed","persistent","phy_active","phy_angular_damping","phy_angular_velocity","phy_bullet","phy_col_normal_x","phy_col_normal_y","phy_collision_points","phy_collision_x","phy_collision_y","phy_com_x","phy_com_y","phy_dynamic","phy_fixed_rotation","phy_inertia","phy_kinematic","phy_linear_damping","phy_linear_velocity_x","phy_linear_velocity_y","phy_mass","phy_position_x","phy_position_xprevious","phy_position_y","phy_position_yprevious","phy_rotation","phy_sleeping","phy_speed","phy_speed_x","phy_speed_y","program_directory","room","room_caption","room_first","room_height","room_last","room_persistent","room_speed","room_width","score","self","show_health","show_lives","show_score","solid","speed","sprite_height","sprite_index","sprite_width","sprite_xoffset","sprite_yoffset","temp_directory","timeline_index","timeline_loop","timeline_position","timeline_running","timeline_speed","view_angle","view_camera","view_current","view_enabled","view_hborder","view_hport","view_hspeed","view_hview","view_object","view_surface_id","view_vborder","view_visible","view_vspeed","view_wport","view_wview","view_xport","view_xview","view_yport","view_yview","visible","vspeed","webgl_enabled","working_directory","xprevious","xstart","x|0","yprevious","ystart","y|0"]},contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.C_NUMBER_MODE]}}},3857:ve=>{ve.exports=function k(_){const te={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:te,illegal:"{ve.exports=function k(_){return{name:"Golo",keywords:{keyword:["println","readln","print","import","module","function","local","return","let","var","while","for","foreach","times","in","case","when","match","with","break","continue","augment","augmentation","each","find","filter","reduce","if","then","else","otherwise","try","catch","finally","raise","throw","orIfNull","DynamicObject|10","DynamicVariable","struct","Observable","map","set","vector","list","array"],literal:["true","false","null"]},contains:[_.HASH_COMMENT_MODE,_.QUOTE_STRING_MODE,_.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}},3484:ve=>{ve.exports=function k(_){return{name:"Gradle",case_insensitive:!0,keywords:["task","project","allprojects","subprojects","artifacts","buildscript","configurations","dependencies","repositories","sourceSets","description","delete","from","into","include","exclude","source","classpath","destinationDir","includes","options","sourceCompatibility","targetCompatibility","group","flatDir","doLast","doFirst","flatten","todir","fromdir","ant","def","abstract","break","case","catch","continue","default","do","else","extends","final","finally","for","if","implements","instanceof","native","new","private","protected","public","return","static","switch","synchronized","throw","throws","transient","try","volatile","while","strictfp","package","import","false","null","super","this","true","antlrtask","checkstyle","codenarc","copy","boolean","byte","char","class","double","float","int","interface","long","short","void","compile","runTime","file","fileTree","abs","any","append","asList","asWritable","call","collect","compareTo","count","div","dump","each","eachByte","eachFile","eachLine","every","find","findAll","flatten","getAt","getErr","getIn","getOut","getText","grep","immutable","inject","inspect","intersect","invokeMethods","isCase","join","leftShift","minus","multiply","newInputStream","newOutputStream","newPrintWriter","newReader","newWriter","next","plus","pop","power","previous","print","println","push","putAt","read","readBytes","readLines","reverse","reverseEach","round","size","sort","splitEachLine","step","subMap","times","toInteger","toList","tokenize","upto","waitForOrKill","withPrintWriter","withReader","withStream","withWriter","withWriterAppend","write","writeLine"],contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.NUMBER_MODE,_.REGEXP_MODE]}}},5417:ve=>{ve.exports=function k(_){const u=_.regex;return{name:"GraphQL",aliases:["gql"],case_insensitive:!0,disableAutodetect:!1,keywords:{keyword:["query","mutation","subscription","type","input","schema","directive","interface","union","scalar","fragment","enum","on"],literal:["true","false","null"]},contains:[_.HASH_COMMENT_MODE,_.QUOTE_STRING_MODE,_.NUMBER_MODE,{scope:"punctuation",match:/[.]{3}/,relevance:0},{scope:"punctuation",begin:/[\!\(\)\:\=\[\]\{\|\}]{1}/,relevance:0},{scope:"variable",begin:/\$/,end:/\W/,excludeEnd:!0,relevance:0},{scope:"meta",match:/@\w+/,excludeEnd:!0},{scope:"symbol",begin:u.concat(/[_A-Za-z][_0-9A-Za-z]*/,u.lookahead(/\s*:/)),relevance:0}],illegal:[/[;<']/,/BEGIN/]}}},8288:ve=>{function k(u,o={}){return o.variants=u,o}ve.exports=function _(u){const o=u.regex,D="[A-Za-z0-9_$]+",j=k([u.C_LINE_COMMENT_MODE,u.C_BLOCK_COMMENT_MODE,u.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]})]),te={className:"regexp",begin:/~?\/[^\/\n]+\//,contains:[u.BACKSLASH_ESCAPE]},U=k([u.BINARY_NUMBER_MODE,u.C_NUMBER_MODE]),X=k([{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:"\\$/",end:"/\\$",relevance:10},u.APOS_STRING_MODE,u.QUOTE_STRING_MODE],{className:"string"}),ee={match:[/(class|interface|trait|enum|record|extends|implements)/,/\s+/,u.UNDERSCORE_IDENT_RE],scope:{1:"keyword",3:"title.class"}};return{name:"Groovy",keywords:{"variable.language":"this super",literal:"true false null",type:["byte","short","char","int","long","boolean","float","double","void"],keyword:["def","as","in","assert","trait","abstract","static","volatile","transient","public","private","protected","synchronized","final","class","interface","enum","if","else","for","while","switch","case","break","default","continue","throw","throws","try","catch","finally","implements","extends","new","import","package","return","instanceof","var"]},contains:[u.SHEBANG({binary:"groovy",relevance:10}),j,X,te,U,ee,{className:"meta",begin:"@[A-Za-z]+",relevance:0},{className:"attr",begin:D+"[ \t]*:",relevance:0},{begin:/\?/,end:/:/,relevance:0,contains:[j,X,te,U,"self"]},{className:"symbol",begin:"^[ \t]*"+o.lookahead(D+":"),excludeBegin:!0,end:D+":",relevance:0}],illegal:/#|<\//}}},595:ve=>{ve.exports=function k(_){return{name:"HAML",case_insensitive:!0,contains:[{className:"meta",begin:"^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$",relevance:10},_.COMMENT("^\\s*(!=#|=#|-#|/).*$",null,{relevance:0}),{begin:"^\\s*(-|=|!=)(?!#)",end:/$/,subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0},{className:"tag",begin:"^\\s*%",contains:[{className:"selector-tag",begin:"\\w+"},{className:"selector-id",begin:"#[\\w-]+"},{className:"selector-class",begin:"\\.[\\w-]+"},{begin:/\{\s*/,end:/\s*\}/,contains:[{begin:":\\w+\\s*=>",end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:":\\w+"},_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=",end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:"\\w+",relevance:0},_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:/#\{/,end:/\}/,subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}},2308:ve=>{ve.exports=function k(_){const u=_.regex,o={$pattern:/[\w.\/]+/,built_in:["action","bindattr","collection","component","concat","debugger","each","each-in","get","hash","if","in","input","link-to","loc","log","lookup","mut","outlet","partial","query-params","render","template","textarea","unbound","unless","view","with","yield"]},U=/\[\]|\[[^\]]+\]/,X=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,ne=u.either(/""|"[^"]+"/,/''|'[^']+'/,U,X),ue=u.concat(u.optional(/\.|\.\/|\//),ne,u.anyNumberOfTimes(u.concat(/(\.|\/)/,ne))),ce=u.concat("(",U,"|",X,")(?==)"),he={begin:ue},Ve=_.inherit(he,{keywords:{$pattern:/[\w.\/]+/,literal:["true","false","undefined","null"]}}),be={begin:/\(/,end:/\)/},Ce={contains:[_.NUMBER_MODE,_.QUOTE_STRING_MODE,_.APOS_STRING_MODE,{begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},{className:"attr",begin:ce,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[_.NUMBER_MODE,_.QUOTE_STRING_MODE,_.APOS_STRING_MODE,Ve,be]}}},Ve,be],returnEnd:!0},ft=_.inherit(he,{className:"name",keywords:o,starts:_.inherit(Ce,{end:/\)/})});be.contains=[ft];const Ue=_.inherit(he,{keywords:o,className:"name",starts:_.inherit(Ce,{end:/\}\}/})}),je=_.inherit(he,{keywords:o,className:"name"}),xe=_.inherit(he,{className:"name",keywords:o,starts:_.inherit(Ce,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},_.COMMENT(/\{\{!--/,/--\}\}/),_.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[Ue],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[je]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[Ue]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[je]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[xe]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[xe]}]}}},5451:ve=>{ve.exports=function k(_){const u="([0-9]_*)+",o="([0-9a-fA-F]_*)+",ee="([!#$%&*+.\\/<=>?@\\\\^~-]|(?!([(),;\\[\\]`|{}]|[_:\"']))(\\p{S}|\\p{P}))",ne={variants:[_.COMMENT("--+","$"),_.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},ue={className:"meta",begin:/\{-#/,end:/#-\}/},ce={className:"meta",begin:"^#",end:"$"},he={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},Ve={begin:"\\(",end:"\\)",illegal:'"',contains:[ue,ce,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},_.inherit(_.TITLE_MODE,{begin:"[_a-z][\\w']*"}),ne]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",unicodeRegex:!0,contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[Ve,ne],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[Ve,ne],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[he,Ve,ne]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[ue,he,Ve,{begin:/\{/,end:/\}/,contains:Ve.contains},ne]},{beginKeywords:"default",end:"$",contains:[he,Ve,ne]},{beginKeywords:"infix infixl infixr",end:"$",contains:[_.C_NUMBER_MODE,ne]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[he,_.QUOTE_STRING_MODE,ne]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},ue,ce,{scope:"string",begin:/'(?=\\?.')/,end:/'/,contains:[{scope:"char.escape",match:/\\./}]},_.QUOTE_STRING_MODE,{className:"number",relevance:0,variants:[{match:`\\b(${u})(\\.(${u}))?([eE][+-]?(${u}))?\\b`},{match:`\\b0[xX]_*(${o})(\\.(${o}))?([pP][+-]?(${u}))?\\b`},{match:"\\b0[oO](([0-7]_*)+)\\b"},{match:"\\b0[bB](([01]_*)+)\\b"}]},he,_.inherit(_.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),{begin:`(?!-)${ee}--+|--+(?!-)${ee}`},ne,{begin:"->|<-"}]}}},87:ve=>{ve.exports=function k(_){return{name:"Haxe",aliases:["hx"],keywords:{keyword:"abstract break case cast catch continue default do dynamic else enum extern final for function here if import in inline is macro never new override package private get set public return static super switch this throw trace try typedef untyped using var while Int Float String Bool Dynamic Void Array ",built_in:"trace this",literal:"true false null _"},contains:[{className:"string",begin:"'",end:"'",contains:[_.BACKSLASH_ESCAPE,{className:"subst",begin:/\$\{/,end:/\}/},{className:"subst",begin:/\$/,end:/\W\}/}]},_.QUOTE_STRING_MODE,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"number",begin:/(-?)(\b0[xX][a-fA-F0-9_]+|(\b\d+(\.[\d_]*)?|\.[\d_]+)(([eE][-+]?\d+)|i32|u32|i64|f64)?)/,relevance:0},{className:"variable",begin:"\\$[a-zA-Z_$][a-zA-Z0-9_$]*"},{className:"meta",begin:/@:?/,end:/\(|$/,excludeEnd:!0},{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elseif end error"}},{className:"type",begin:/:[ \t]*/,end:/[^A-Za-z0-9_ \t\->]/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/:[ \t]*/,end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"type",begin:/new */,end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"title.class",beginKeywords:"enum",end:/\{/,contains:[_.TITLE_MODE]},{className:"title.class",begin:"\\babstract\\b(?=\\s*"+_.IDENT_RE+"\\s*\\()",end:/[\{$]/,contains:[{className:"type",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},{className:"type",begin:/from +/,end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"type",begin:/to +/,end:/\W/,excludeBegin:!0,excludeEnd:!0},_.TITLE_MODE],keywords:{keyword:"abstract from to"}},{className:"title.class",begin:/\b(class|interface) +/,end:/[\{$]/,excludeEnd:!0,keywords:"class interface",contains:[{className:"keyword",begin:/\b(extends|implements) +/,keywords:"extends implements",contains:[{className:"type",begin:_.IDENT_RE,relevance:0}]},_.TITLE_MODE]},{className:"title.function",beginKeywords:"function",end:/\(/,excludeEnd:!0,illegal:/\S/,contains:[_.TITLE_MODE]}],illegal:/<\//}}},7530:ve=>{ve.exports=function k(_){return{name:"HSP",case_insensitive:!0,keywords:{$pattern:/[\w._]+/,keyword:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop"},contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.QUOTE_STRING_MODE,_.APOS_STRING_MODE,{className:"string",begin:/\{"/,end:/"\}/,contains:[_.BACKSLASH_ESCAPE]},_.COMMENT(";","$",{relevance:0}),{className:"meta",begin:"#",end:"$",keywords:{keyword:"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},contains:[_.inherit(_.QUOTE_STRING_MODE,{className:"string"}),_.NUMBER_MODE,_.C_NUMBER_MODE,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},_.NUMBER_MODE,_.C_NUMBER_MODE]}}},8582:ve=>{ve.exports=function k(_){const o="HTTP/([32]|1\\.[01])",j={className:"attribute",begin:_.regex.concat("^",/[A-Za-z][A-Za-z0-9-]*/,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},te=[j,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+o+" \\d{3})",end:/$/,contains:[{className:"meta",begin:o},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:te}},{begin:"(?=^[A-Z]+ (.*?) "+o+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:o},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:te}},_.inherit(j,{relevance:0})]}}},1556:ve=>{ve.exports=function k(_){const u="a-zA-Z_\\-!.?+*=<>&#'",o="["+u+"]["+u+"0-9/;:]*",D={$pattern:o,built_in:"!= % %= & &= * ** **= *= *map + += , --build-class-- --import-- -= . / // //= /= < << <<= <= = > >= >> >>= @ @= ^ ^= abs accumulate all and any ap-compose ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast callable calling-module-name car case cdr chain chr coll? combinations compile compress cond cons cons? continue count curry cut cycle dec def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first flatten float? fn fnc fnr for for* format fraction genexpr gensym get getattr global globals group-by hasattr hash hex id identity if if* if-not if-python2 import in inc input instance? integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass iter iterable? iterate iterator? keyword keyword? lambda last len let lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all map max merge-with method-decorator min multi-decorator multicombinations name neg? next none? nonlocal not not-in not? nth numeric? oct odd? open or ord partition permutations pos? post-route postwalk pow prewalk print product profile/calls profile/cpu put-route quasiquote quote raise range read read-str recursive-replace reduce remove repeat repeatedly repr require rest round route route-with-methods rwm second seq set-comp setattr setv some sorted string string? sum switch symbol? take take-nth take-while tee try unless unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms xi xor yield yield-from zero? zip zip-longest | |= ~"},te={begin:o,relevance:0},U={className:"number",begin:"[-+]?\\d+(\\.\\d+)?",relevance:0},X=_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),ee=_.COMMENT(";","$",{relevance:0}),ne={className:"literal",begin:/\b([Tt]rue|[Ff]alse|nil|None)\b/},ue={begin:"[\\[\\{]",end:"[\\]\\}]",relevance:0},ce={className:"comment",begin:"\\^"+o},he=_.COMMENT("\\^\\{","\\}"),Ve={className:"symbol",begin:"[:]{1,2}"+o},be={begin:"\\(",end:"\\)"},He={endsWithParent:!0,relevance:0},Se={className:"name",relevance:0,keywords:D,begin:o,starts:He},Ce=[be,X,ce,he,ee,Ve,ue,U,ne,te];return be.contains=[_.COMMENT("comment",""),Se,He],He.contains=Ce,ue.contains=Ce,{name:"Hy",aliases:["hylang"],illegal:/\S/,contains:[_.SHEBANG(),be,X,ce,he,ee,Ve,ue,U,ne]}}},9245:ve=>{ve.exports=function k(_){return{name:"Inform 7",aliases:["i7"],case_insensitive:!0,keywords:{keyword:"thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule"},contains:[{className:"string",begin:'"',end:'"',relevance:0,contains:[{className:"subst",begin:"\\[",end:"\\]"}]},{className:"section",begin:/^(Volume|Book|Part|Chapter|Section|Table)\b/,end:"$"},{begin:/^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\b/,end:":",contains:[{begin:"\\(This",end:"\\)"}]},{className:"comment",begin:"\\[",end:"\\]",contains:["self"]}]}}},2900:ve=>{ve.exports=function k(_){const u=_.regex,o={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:_.NUMBER_RE}]},D=_.COMMENT();D.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const j={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},te={className:"literal",begin:/\bon|off|true|false|yes|no\b/},U={className:"string",contains:[_.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},X={begin:/\[/,end:/\]/,contains:[D,te,j,U,o,"self"],relevance:0},ce=u.either(/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/);return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[D,{className:"section",begin:/\[+/,end:/\]+/},{begin:u.concat(ce,"(\\s*\\.\\s*",ce,")*",u.lookahead(/\s*=\s*[^#\s]/)),className:"attr",starts:{end:/$/,contains:[D,X,te,j,U,o]}}]}}},5671:ve=>{ve.exports=function k(_){const u=_.regex,D=/(_[a-z_\d]+)?/,j=/([de][+-]?\d+)?/,te={className:"number",variants:[{begin:u.concat(/\b\d+/,/\.(\d*)/,j,D)},{begin:u.concat(/\b\d+/,j,D)},{begin:u.concat(/\.\d+/,j,D)}],relevance:0};return{name:"IRPF90",case_insensitive:!0,keywords:{literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"},illegal:/\/\*/,contains:[_.inherit(_.APOS_STRING_MODE,{className:"string",relevance:0}),_.inherit(_.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[_.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},_.COMMENT("!","$",{relevance:0}),_.COMMENT("begin_doc","end_doc",{relevance:10}),te]}}},4240:ve=>{ve.exports=function k(_){const u="[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_!][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]*",ns={className:"number",begin:_.NUMBER_RE,relevance:0},Bo={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},ea={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},Ia={variants:[{className:"comment",begin:"//",end:"$",relevance:0,contains:[_.PHRASAL_WORDS_MODE,ea]},{className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[_.PHRASAL_WORDS_MODE,ea]}]},ji={$pattern:u,keyword:"and \u0438 else \u0438\u043d\u0430\u0447\u0435 endexcept endfinally endforeach \u043a\u043e\u043d\u0435\u0446\u0432\u0441\u0435 endif \u043a\u043e\u043d\u0435\u0446\u0435\u0441\u043b\u0438 endwhile \u043a\u043e\u043d\u0435\u0446\u043f\u043e\u043a\u0430 except exitfor finally foreach \u0432\u0441\u0435 if \u0435\u0441\u043b\u0438 in \u0432 not \u043d\u0435 or \u0438\u043b\u0438 try while \u043f\u043e\u043a\u0430 ",built_in:"SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT SYSRES_CONST_ACCES_RIGHT_TYPE_FULL SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE SYSRES_CONST_ACCESS_NO_ACCESS_VIEW SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_TYPE_CHANGE SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE SYSRES_CONST_ACCESS_TYPE_EXISTS SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE SYSRES_CONST_ACCESS_TYPE_FULL SYSRES_CONST_ACCESS_TYPE_FULL_CODE SYSRES_CONST_ACCESS_TYPE_VIEW SYSRES_CONST_ACCESS_TYPE_VIEW_CODE SYSRES_CONST_ACTION_TYPE_ABORT SYSRES_CONST_ACTION_TYPE_ACCEPT SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT SYSRES_CONST_ACTION_TYPE_CHANGE_CARD SYSRES_CONST_ACTION_TYPE_CHANGE_KIND SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE SYSRES_CONST_ACTION_TYPE_CONTINUE SYSRES_CONST_ACTION_TYPE_COPY SYSRES_CONST_ACTION_TYPE_CREATE SYSRES_CONST_ACTION_TYPE_CREATE_VERSION SYSRES_CONST_ACTION_TYPE_DELETE SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT SYSRES_CONST_ACTION_TYPE_DELETE_VERSION SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE SYSRES_CONST_ACTION_TYPE_LOCK SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY SYSRES_CONST_ACTION_TYPE_MARK_AS_READED SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED SYSRES_CONST_ACTION_TYPE_MODIFY SYSRES_CONST_ACTION_TYPE_MODIFY_CARD SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE SYSRES_CONST_ACTION_TYPE_PERFORM SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY SYSRES_CONST_ACTION_TYPE_RESTART SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE SYSRES_CONST_ACTION_TYPE_REVISION SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL SYSRES_CONST_ACTION_TYPE_SIGN SYSRES_CONST_ACTION_TYPE_START SYSRES_CONST_ACTION_TYPE_UNLOCK SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER SYSRES_CONST_ACTION_TYPE_VERSION_STATE SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY SYSRES_CONST_ACTION_TYPE_VIEW SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE SYSRES_CONST_ADD_REFERENCE_MODE_NAME SYSRES_CONST_ADDITION_REQUISITE_CODE SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS SYSRES_CONST_ALL_USERS_GROUP SYSRES_CONST_ALL_USERS_GROUP_NAME SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE SYSRES_CONST_APPROVING_SIGNATURE_NAME SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN SYSRES_CONST_ATTACH_TYPE_DOC SYSRES_CONST_ATTACH_TYPE_EDOC SYSRES_CONST_ATTACH_TYPE_FOLDER SYSRES_CONST_ATTACH_TYPE_JOB SYSRES_CONST_ATTACH_TYPE_REFERENCE SYSRES_CONST_ATTACH_TYPE_TASK SYSRES_CONST_AUTH_ENCODED_PASSWORD SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE SYSRES_CONST_AUTH_NOVELL SYSRES_CONST_AUTH_PASSWORD SYSRES_CONST_AUTH_PASSWORD_CODE SYSRES_CONST_AUTH_WINDOWS SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_AUTO_ENUM_METHOD_FLAG SYSRES_CONST_AUTO_NUMERATION_CODE SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_USAGE_ALL SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE SYSRES_CONST_AUTOTEXT_USAGE_SIGN SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE SYSRES_CONST_AUTOTEXT_USAGE_WORK SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BTN_PART SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT SYSRES_CONST_CARD_PART SYSRES_CONST_CARD_REFERENCE_MODE_NAME SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT SYSRES_CONST_CODE_COMPONENT_TYPE_URL SYSRES_CONST_CODE_REQUISITE_ACCESS SYSRES_CONST_CODE_REQUISITE_CODE SYSRES_CONST_CODE_REQUISITE_COMPONENT SYSRES_CONST_CODE_REQUISITE_DESCRIPTION SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT SYSRES_CONST_CODE_REQUISITE_RECORD SYSRES_CONST_COMMENT_REQ_CODE SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE SYSRES_CONST_COMP_CODE_GRD SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DOCS SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_COMPONENT_TYPE_EDOCS SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_COMPONENT_TYPE_OTHER SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES SYSRES_CONST_COMPONENT_TYPE_REFERENCES SYSRES_CONST_COMPONENT_TYPE_REPORTS SYSRES_CONST_COMPONENT_TYPE_SCRIPTS SYSRES_CONST_COMPONENT_TYPE_URL SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION SYSRES_CONST_CONST_FIRM_STATUS_COMMON SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL SYSRES_CONST_CONST_NEGATIVE_VALUE SYSRES_CONST_CONST_POSITIVE_VALUE SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE SYSRES_CONST_CONTENTS_REQUISITE_CODE SYSRES_CONST_DATA_TYPE_BOOLEAN SYSRES_CONST_DATA_TYPE_DATE SYSRES_CONST_DATA_TYPE_FLOAT SYSRES_CONST_DATA_TYPE_INTEGER SYSRES_CONST_DATA_TYPE_PICK SYSRES_CONST_DATA_TYPE_REFERENCE SYSRES_CONST_DATA_TYPE_STRING SYSRES_CONST_DATA_TYPE_TEXT SYSRES_CONST_DATA_TYPE_VARIANT SYSRES_CONST_DATE_CLOSE_REQ_CODE SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR SYSRES_CONST_DATE_OPEN_REQ_CODE SYSRES_CONST_DATE_REQUISITE SYSRES_CONST_DATE_REQUISITE_CODE SYSRES_CONST_DATE_REQUISITE_NAME SYSRES_CONST_DATE_REQUISITE_TYPE SYSRES_CONST_DATE_TYPE_CHAR SYSRES_CONST_DATETIME_FORMAT_VALUE SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_DET1_PART SYSRES_CONST_DET2_PART SYSRES_CONST_DET3_PART SYSRES_CONST_DET4_PART SYSRES_CONST_DET5_PART SYSRES_CONST_DET6_PART SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE SYSRES_CONST_DETAIL_REQ_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME SYSRES_CONST_DOCUMENT_STORAGES_CODE SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME SYSRES_CONST_DOUBLE_REQUISITE_CODE SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE SYSRES_CONST_EDITORS_REFERENCE_CODE SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE SYSRES_CONST_EDOC_DATE_REQUISITE_CODE SYSRES_CONST_EDOC_KIND_REFERENCE_CODE SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE SYSRES_CONST_EDOC_NONE_ENCODE_CODE SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_READONLY_ACCESS_CODE SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE SYSRES_CONST_EDOC_WRITE_ACCES_CODE SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_END_DATE_REQUISITE_CODE SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE SYSRES_CONST_EXIST_CONST SYSRES_CONST_EXIST_VALUE SYSRES_CONST_EXPORT_LOCK_TYPE_ASK SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK SYSRES_CONST_EXPORT_VERSION_TYPE_ASK SYSRES_CONST_EXPORT_VERSION_TYPE_LAST SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE SYSRES_CONST_EXTENSION_REQUISITE_CODE SYSRES_CONST_FILTER_NAME_REQUISITE_CODE SYSRES_CONST_FILTER_REQUISITE_CODE SYSRES_CONST_FILTER_TYPE_COMMON_CODE SYSRES_CONST_FILTER_TYPE_COMMON_NAME SYSRES_CONST_FILTER_TYPE_USER_CODE SYSRES_CONST_FILTER_TYPE_USER_NAME SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR SYSRES_CONST_FLOAT_REQUISITE_TYPE SYSRES_CONST_FOLDER_AUTHOR_VALUE SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS SYSRES_CONST_FOLDER_KIND_COMPONENTS SYSRES_CONST_FOLDER_KIND_EDOCS SYSRES_CONST_FOLDER_KIND_JOBS SYSRES_CONST_FOLDER_KIND_TASKS SYSRES_CONST_FOLDER_TYPE_COMMON SYSRES_CONST_FOLDER_TYPE_COMPONENT SYSRES_CONST_FOLDER_TYPE_FAVORITES SYSRES_CONST_FOLDER_TYPE_INBOX SYSRES_CONST_FOLDER_TYPE_OUTBOX SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH SYSRES_CONST_FOLDER_TYPE_SEARCH SYSRES_CONST_FOLDER_TYPE_SHORTCUTS SYSRES_CONST_FOLDER_TYPE_USER SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG SYSRES_CONST_FULL_SUBSTITUTE_TYPE SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE SYSRES_CONST_FUNCTION_CANCEL_RESULT SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM SYSRES_CONST_FUNCTION_CATEGORY_USER SYSRES_CONST_FUNCTION_FAILURE_RESULT SYSRES_CONST_FUNCTION_SAVE_RESULT SYSRES_CONST_GENERATED_REQUISITE SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_USER_REQUISITE_CODE SYSRES_CONST_GROUPS_REFERENCE_CODE SYSRES_CONST_GROUPS_REQUISITE_CODE SYSRES_CONST_HIDDEN_MODE_NAME SYSRES_CONST_HIGH_LVL_REQUISITE_CODE SYSRES_CONST_HISTORY_ACTION_CREATE_CODE SYSRES_CONST_HISTORY_ACTION_DELETE_CODE SYSRES_CONST_HISTORY_ACTION_EDIT_CODE SYSRES_CONST_HOUR_CHAR SYSRES_CONST_ID_REQUISITE_CODE SYSRES_CONST_IDSPS_REQUISITE_CODE SYSRES_CONST_IMAGE_MODE_COLOR SYSRES_CONST_IMAGE_MODE_GREYSCALE SYSRES_CONST_IMAGE_MODE_MONOCHROME SYSRES_CONST_IMPORTANCE_HIGH SYSRES_CONST_IMPORTANCE_LOW SYSRES_CONST_IMPORTANCE_NORMAL SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE SYSRES_CONST_INT_REQUISITE SYSRES_CONST_INT_REQUISITE_TYPE SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR SYSRES_CONST_INTEGER_TYPE_CHAR SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_JOB_BLOCK_DESCRIPTION SYSRES_CONST_JOB_KIND_CONTROL_JOB SYSRES_CONST_JOB_KIND_JOB SYSRES_CONST_JOB_KIND_NOTICE SYSRES_CONST_JOB_STATE_ABORTED SYSRES_CONST_JOB_STATE_COMPLETE SYSRES_CONST_JOB_STATE_WORKING SYSRES_CONST_KIND_REQUISITE_CODE SYSRES_CONST_KIND_REQUISITE_NAME SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE SYSRES_CONST_KOD_INPUT_TYPE SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT SYSRES_CONST_LINK_OBJECT_KIND_EDOC SYSRES_CONST_LINK_OBJECT_KIND_FOLDER SYSRES_CONST_LINK_OBJECT_KIND_JOB SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE SYSRES_CONST_LINK_OBJECT_KIND_TASK SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE SYSRES_CONST_LIST_REFERENCE_MODE_NAME SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE SYSRES_CONST_MAIN_VIEW_CODE SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE SYSRES_CONST_MAXIMIZED_MODE_NAME SYSRES_CONST_ME_VALUE SYSRES_CONST_MESSAGE_ATTENTION_CAPTION SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION SYSRES_CONST_MESSAGE_ERROR_CAPTION SYSRES_CONST_MESSAGE_INFORMATION_CAPTION SYSRES_CONST_MINIMIZED_MODE_NAME SYSRES_CONST_MINUTE_CHAR SYSRES_CONST_MODULE_REQUISITE_CODE SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION SYSRES_CONST_MONTH_FORMAT_VALUE SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_NAME_REQUISITE_CODE SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE SYSRES_CONST_NAMEAN_INPUT_TYPE SYSRES_CONST_NEGATIVE_PICK_VALUE SYSRES_CONST_NEGATIVE_VALUE SYSRES_CONST_NO SYSRES_CONST_NO_PICK_VALUE SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE SYSRES_CONST_NO_VALUE SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_NORMAL_MODE_NAME SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_NOTE_REQUISITE_CODE SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION SYSRES_CONST_NUM_REQUISITE SYSRES_CONST_NUM_STR_REQUISITE_CODE SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG SYSRES_CONST_NUMERATION_AUTO_STRONG SYSRES_CONST_NUMERATION_FROM_DICTONARY SYSRES_CONST_NUMERATION_MANUAL SYSRES_CONST_NUMERIC_TYPE_CHAR SYSRES_CONST_NUMREQ_REQUISITE_CODE SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_ORIGINALREF_REQUISITE_CODE SYSRES_CONST_OURFIRM_REF_CODE SYSRES_CONST_OURFIRM_REQUISITE_CODE SYSRES_CONST_OURFIRM_VAR SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE SYSRES_CONST_PICK_NEGATIVE_RESULT SYSRES_CONST_PICK_POSITIVE_RESULT SYSRES_CONST_PICK_REQUISITE SYSRES_CONST_PICK_REQUISITE_TYPE SYSRES_CONST_PICK_TYPE_CHAR SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE SYSRES_CONST_PLATFORM_VERSION_COMMENT SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_POSITIVE_PICK_VALUE SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE SYSRES_CONST_PRIORITY_REQUISITE_CODE SYSRES_CONST_QUALIFIED_TASK_TYPE SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE SYSRES_CONST_RECSTAT_REQUISITE_CODE SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_REF_REQUISITE SYSRES_CONST_REF_REQUISITE_TYPE SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE SYSRES_CONST_REFERENCE_TYPE_CHAR SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_MODE_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_EDIT_CODE SYSRES_CONST_REQ_MODE_HIDDEN_CODE SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_VIEW_CODE SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE SYSRES_CONST_REQ_SECTION_VALUE SYSRES_CONST_REQ_TYPE_VALUE SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME SYSRES_CONST_REQUISITE_FORMAT_LEFT SYSRES_CONST_REQUISITE_FORMAT_RIGHT SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_REQUISITE_SECTION_ACTIONS SYSRES_CONST_REQUISITE_SECTION_BUTTON SYSRES_CONST_REQUISITE_SECTION_BUTTONS SYSRES_CONST_REQUISITE_SECTION_CARD SYSRES_CONST_REQUISITE_SECTION_TABLE SYSRES_CONST_REQUISITE_SECTION_TABLE10 SYSRES_CONST_REQUISITE_SECTION_TABLE11 SYSRES_CONST_REQUISITE_SECTION_TABLE12 SYSRES_CONST_REQUISITE_SECTION_TABLE13 SYSRES_CONST_REQUISITE_SECTION_TABLE14 SYSRES_CONST_REQUISITE_SECTION_TABLE15 SYSRES_CONST_REQUISITE_SECTION_TABLE16 SYSRES_CONST_REQUISITE_SECTION_TABLE17 SYSRES_CONST_REQUISITE_SECTION_TABLE18 SYSRES_CONST_REQUISITE_SECTION_TABLE19 SYSRES_CONST_REQUISITE_SECTION_TABLE2 SYSRES_CONST_REQUISITE_SECTION_TABLE20 SYSRES_CONST_REQUISITE_SECTION_TABLE21 SYSRES_CONST_REQUISITE_SECTION_TABLE22 SYSRES_CONST_REQUISITE_SECTION_TABLE23 SYSRES_CONST_REQUISITE_SECTION_TABLE24 SYSRES_CONST_REQUISITE_SECTION_TABLE3 SYSRES_CONST_REQUISITE_SECTION_TABLE4 SYSRES_CONST_REQUISITE_SECTION_TABLE5 SYSRES_CONST_REQUISITE_SECTION_TABLE6 SYSRES_CONST_REQUISITE_SECTION_TABLE7 SYSRES_CONST_REQUISITE_SECTION_TABLE8 SYSRES_CONST_REQUISITE_SECTION_TABLE9 SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_RIGHT_ALIGNMENT_CODE SYSRES_CONST_ROLES_REFERENCE_CODE SYSRES_CONST_ROUTE_STEP_AFTER_RUS SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS SYSRES_CONST_ROUTE_TYPE_COMPLEX SYSRES_CONST_ROUTE_TYPE_PARALLEL SYSRES_CONST_ROUTE_TYPE_SERIAL SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE SYSRES_CONST_SEARCHES_COMPONENT_CONTENT SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME SYSRES_CONST_SEARCHES_EDOC_CONTENT SYSRES_CONST_SEARCHES_FOLDER_CONTENT SYSRES_CONST_SEARCHES_JOB_CONTENT SYSRES_CONST_SEARCHES_REFERENCE_CODE SYSRES_CONST_SEARCHES_TASK_CONTENT SYSRES_CONST_SECOND_CHAR SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE SYSRES_CONST_SECTION_REQUISITE_CODE SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE SYSRES_CONST_SELECT_REFERENCE_MODE_NAME SYSRES_CONST_SELECT_TYPE_SELECTABLE SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD SYSRES_CONST_SELECT_TYPE_UNSLECTABLE SYSRES_CONST_SERVER_TYPE_MAIN SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE SYSRES_CONST_STATE_REQ_NAME SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE SYSRES_CONST_STATE_REQUISITE_CODE SYSRES_CONST_STATIC_ROLE_TYPE_CODE SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE SYSRES_CONST_STATUS_VALUE_AUTOCLEANING SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE SYSRES_CONST_STATUS_VALUE_COMPLETE SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE SYSRES_CONST_STATUS_VALUE_RED_SQUARE SYSRES_CONST_STATUS_VALUE_SUSPEND SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE SYSRES_CONST_STORAGE_TYPE_FILE SYSRES_CONST_STORAGE_TYPE_SQL_SERVER SYSRES_CONST_STR_REQUISITE SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR SYSRES_CONST_STRING_REQUISITE_CODE SYSRES_CONST_STRING_REQUISITE_TYPE SYSRES_CONST_STRING_TYPE_CHAR SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE SYSRES_CONST_SYSTEM_VERSION_COMMENT SYSRES_CONST_TASK_ACCESS_TYPE_ALL SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD SYSRES_CONST_TASK_ENCODE_TYPE_NONE SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD SYSRES_CONST_TASK_ROUTE_ALL_CONDITION SYSRES_CONST_TASK_ROUTE_AND_CONDITION SYSRES_CONST_TASK_ROUTE_OR_CONDITION SYSRES_CONST_TASK_STATE_ABORTED SYSRES_CONST_TASK_STATE_COMPLETE SYSRES_CONST_TASK_STATE_CONTINUED SYSRES_CONST_TASK_STATE_CONTROL SYSRES_CONST_TASK_STATE_INIT SYSRES_CONST_TASK_STATE_WORKING SYSRES_CONST_TASK_TITLE SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE SYSRES_CONST_TASK_TYPES_REFERENCE_CODE SYSRES_CONST_TEMPLATES_REFERENCE_CODE SYSRES_CONST_TEST_DATE_REQUISITE_NAME SYSRES_CONST_TEST_DEV_DATABASE_NAME SYSRES_CONST_TEST_DEV_SYSTEM_CODE SYSRES_CONST_TEST_EDMS_DATABASE_NAME SYSRES_CONST_TEST_EDMS_MAIN_CODE SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME SYSRES_CONST_TEST_EDMS_SECOND_CODE SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME SYSRES_CONST_TEST_EDMS_SYSTEM_CODE SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME SYSRES_CONST_TEXT_REQUISITE SYSRES_CONST_TEXT_REQUISITE_CODE SYSRES_CONST_TEXT_REQUISITE_TYPE SYSRES_CONST_TEXT_TYPE_CHAR SYSRES_CONST_TYPE_CODE_REQUISITE_CODE SYSRES_CONST_TYPE_REQUISITE_CODE SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME SYSRES_CONST_USE_ACCESS_TYPE_CODE SYSRES_CONST_USE_ACCESS_TYPE_NAME SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE SYSRES_CONST_USER_CATEGORY_NORMAL SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE SYSRES_CONST_USER_COMMON_CATEGORY SYSRES_CONST_USER_COMMON_CATEGORY_CODE SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_USER_LOGIN_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_USER_SERVICE_CATEGORY SYSRES_CONST_USER_SERVICE_CATEGORY_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME SYSRES_CONST_USER_STATUS_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_DEVELOPER_NAME SYSRES_CONST_USER_STATUS_DISABLED_CODE SYSRES_CONST_USER_STATUS_DISABLED_NAME SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_USER_CODE SYSRES_CONST_USER_STATUS_USER_NAME SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER SYSRES_CONST_USER_TYPE_REQUISITE_CODE SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE SYSRES_CONST_USERS_REFERENCE_CODE SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME SYSRES_CONST_USERS_REQUISITE_CODE SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME SYSRES_CONST_VIEW_DEFAULT_CODE SYSRES_CONST_VIEW_DEFAULT_NAME SYSRES_CONST_VIEWER_REQUISITE_CODE SYSRES_CONST_WAITING_BLOCK_DESCRIPTION SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT SYSRES_CONST_XML_ENCODING SYSRES_CONST_XREC_STAT_REQUISITE_CODE SYSRES_CONST_XRECID_FIELD_NAME SYSRES_CONST_YES SYSRES_CONST_YES_NO_2_REQUISITE_CODE SYSRES_CONST_YES_NO_REQUISITE_CODE SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_YES_PICK_VALUE SYSRES_CONST_YES_VALUE CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION JOB_BLOCK_ABORT_DEADLINE_PROPERTY JOB_BLOCK_AFTER_FINISH_EVENT JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT JOB_BLOCK_ATTACHMENT_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT JOB_BLOCK_BEFORE_START_EVENT JOB_BLOCK_CREATED_JOBS_PROPERTY JOB_BLOCK_DEADLINE_PROPERTY JOB_BLOCK_EXECUTION_RESULTS_PROPERTY JOB_BLOCK_IS_PARALLEL_PROPERTY JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY JOB_BLOCK_JOB_TEXT_PROPERTY JOB_BLOCK_NAME_PROPERTY JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY JOB_BLOCK_PERFORMER_PROPERTY JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY JOB_BLOCK_SUBJECT_PROPERTY ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE smHidden smMaximized smMinimized smNormal wmNo wmYes COMPONENT_TOKEN_LINK_KIND DOCUMENT_LINK_KIND EDOCUMENT_LINK_KIND FOLDER_LINK_KIND JOB_LINK_KIND REFERENCE_LINK_KIND TASK_LINK_KIND COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE MONITOR_BLOCK_AFTER_FINISH_EVENT MONITOR_BLOCK_BEFORE_START_EVENT MONITOR_BLOCK_DEADLINE_PROPERTY MONITOR_BLOCK_INTERVAL_PROPERTY MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY MONITOR_BLOCK_NAME_PROPERTY MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY NOTICE_BLOCK_AFTER_FINISH_EVENT NOTICE_BLOCK_ATTACHMENT_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY NOTICE_BLOCK_BEFORE_START_EVENT NOTICE_BLOCK_CREATED_NOTICES_PROPERTY NOTICE_BLOCK_DEADLINE_PROPERTY NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY NOTICE_BLOCK_NAME_PROPERTY NOTICE_BLOCK_NOTICE_TEXT_PROPERTY NOTICE_BLOCK_PERFORMER_PROPERTY NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY NOTICE_BLOCK_SUBJECT_PROPERTY dseAfterCancel dseAfterClose dseAfterDelete dseAfterDeleteOutOfTransaction dseAfterInsert dseAfterOpen dseAfterScroll dseAfterUpdate dseAfterUpdateOutOfTransaction dseBeforeCancel dseBeforeClose dseBeforeDelete dseBeforeDetailUpdate dseBeforeInsert dseBeforeOpen dseBeforeUpdate dseOnAnyRequisiteChange dseOnCloseRecord dseOnDeleteError dseOnOpenRecord dseOnPrepareUpdate dseOnUpdateError dseOnUpdateRatifiedRecord dseOnValidDelete dseOnValidUpdate reOnChange reOnChangeValues SELECTION_BEGIN_ROUTE_EVENT SELECTION_END_ROUTE_EVENT CURRENT_PERIOD_IS_REQUIRED PREVIOUS_CARD_TYPE_NAME SHOW_RECORD_PROPERTIES_FORM ACCESS_RIGHTS_SETTING_DIALOG_CODE ADMINISTRATOR_USER_CODE ANALYTIC_REPORT_TYPE asrtHideLocal asrtHideRemote CALCULATED_ROLE_TYPE_CODE COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE DCTS_TEST_PROTOCOLS_FOLDER_PATH E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER E_EDOC_VERSION_ALREDY_SIGNED E_EDOC_VERSION_ALREDY_SIGNED_BY_USER EDOC_TYPES_CODE_REQUISITE_FIELD_NAME EDOCUMENTS_ALIAS_NAME FILES_FOLDER_PATH FILTER_OPERANDS_DELIMITER FILTER_OPERATIONS_DELIMITER FORMCARD_NAME FORMLIST_NAME GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE INTEGRATED_REPORT_TYPE IS_BUILDER_APPLICATION_ROLE IS_BUILDER_APPLICATION_ROLE2 IS_BUILDER_USERS ISBSYSDEV LOG_FOLDER_PATH mbCancel mbNo mbNoToAll mbOK mbYes mbYesToAll MEMORY_DATASET_DESRIPTIONS_FILENAME mrNo mrNoToAll mrYes mrYesToAll MULTIPLE_SELECT_DIALOG_CODE NONOPERATING_RECORD_FLAG_FEMININE NONOPERATING_RECORD_FLAG_MASCULINE OPERATING_RECORD_FLAG_FEMININE OPERATING_RECORD_FLAG_MASCULINE PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE PROGRAM_INITIATED_LOOKUP_ACTION ratDelete ratEdit ratInsert REPORT_TYPE REQUIRED_PICK_VALUES_VARIABLE rmCard rmList SBRTE_PROGID_DEV SBRTE_PROGID_RELEASE STATIC_ROLE_TYPE_CODE SUPPRESS_EMPTY_TEMPLATE_CREATION SYSTEM_USER_CODE UPDATE_DIALOG_DATASET USED_IN_OBJECT_HINT_PARAM USER_INITIATED_LOOKUP_ACTION USER_NAME_FORMAT USER_SELECTION_RESTRICTIONS WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH ELS_SUBTYPE_CONTROL_NAME ELS_FOLDER_KIND_CONTROL_NAME REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME PRIVILEGE_COMPONENT_FULL_ACCESS PRIVILEGE_DEVELOPMENT_EXPORT PRIVILEGE_DEVELOPMENT_IMPORT PRIVILEGE_DOCUMENT_DELETE PRIVILEGE_ESD PRIVILEGE_FOLDER_DELETE PRIVILEGE_MANAGE_ACCESS_RIGHTS PRIVILEGE_MANAGE_REPLICATION PRIVILEGE_MANAGE_SESSION_SERVER PRIVILEGE_OBJECT_FULL_ACCESS PRIVILEGE_OBJECT_VIEW PRIVILEGE_RESERVE_LICENSE PRIVILEGE_SYSTEM_CUSTOMIZE PRIVILEGE_SYSTEM_DEVELOP PRIVILEGE_SYSTEM_INSTALL PRIVILEGE_TASK_DELETE PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE PRIVILEGES_PSEUDOREFERENCE_CODE ACCESS_TYPES_PSEUDOREFERENCE_CODE ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE COMPONENTS_PSEUDOREFERENCE_CODE FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE GROUPS_PSEUDOREFERENCE_CODE RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE REFTYPES_PSEUDOREFERENCE_CODE REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE SEND_PROTOCOL_PSEUDOREFERENCE_CODE SUBSTITUTES_PSEUDOREFERENCE_CODE SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE UNITS_PSEUDOREFERENCE_CODE USERS_PSEUDOREFERENCE_CODE VIEWERS_PSEUDOREFERENCE_CODE CERTIFICATE_TYPE_ENCRYPT CERTIFICATE_TYPE_SIGN CERTIFICATE_TYPE_SIGN_AND_ENCRYPT STORAGE_TYPE_FILE STORAGE_TYPE_NAS_CIFS STORAGE_TYPE_SAPERION STORAGE_TYPE_SQL_SERVER COMPTYPE2_REQUISITE_DOCUMENTS_VALUE COMPTYPE2_REQUISITE_TASKS_VALUE COMPTYPE2_REQUISITE_FOLDERS_VALUE COMPTYPE2_REQUISITE_REFERENCES_VALUE SYSREQ_CODE SYSREQ_COMPTYPE2 SYSREQ_CONST_AVAILABLE_FOR_WEB SYSREQ_CONST_COMMON_CODE SYSREQ_CONST_COMMON_VALUE SYSREQ_CONST_FIRM_CODE SYSREQ_CONST_FIRM_STATUS SYSREQ_CONST_FIRM_VALUE SYSREQ_CONST_SERVER_STATUS SYSREQ_CONTENTS SYSREQ_DATE_OPEN SYSREQ_DATE_CLOSE SYSREQ_DESCRIPTION SYSREQ_DESCRIPTION_LOCALIZE_ID SYSREQ_DOUBLE SYSREQ_EDOC_ACCESS_TYPE SYSREQ_EDOC_AUTHOR SYSREQ_EDOC_CREATED SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE SYSREQ_EDOC_EDITOR SYSREQ_EDOC_ENCODE_TYPE SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_EXPORT_DATE SYSREQ_EDOC_EXPORTER SYSREQ_EDOC_KIND SYSREQ_EDOC_LIFE_STAGE_NAME SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE SYSREQ_EDOC_MODIFIED SYSREQ_EDOC_NAME SYSREQ_EDOC_NOTE SYSREQ_EDOC_QUALIFIED_ID SYSREQ_EDOC_SESSION_KEY SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_SIGNATURE_TYPE SYSREQ_EDOC_SIGNED SYSREQ_EDOC_STORAGE SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE SYSREQ_EDOC_STORAGES_CHECK_RIGHTS SYSREQ_EDOC_STORAGES_COMPUTER_NAME SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE SYSREQ_EDOC_STORAGES_FUNCTION SYSREQ_EDOC_STORAGES_INITIALIZED SYSREQ_EDOC_STORAGES_LOCAL_PATH SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT SYSREQ_EDOC_STORAGES_SERVER_NAME SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME SYSREQ_EDOC_STORAGES_TYPE SYSREQ_EDOC_TEXT_MODIFIED SYSREQ_EDOC_TYPE_ACT_CODE SYSREQ_EDOC_TYPE_ACT_DESCRIPTION SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_EDOC_TYPE_ACT_SECTION SYSREQ_EDOC_TYPE_ADD_PARAMS SYSREQ_EDOC_TYPE_COMMENT SYSREQ_EDOC_TYPE_EVENT_TEXT SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID SYSREQ_EDOC_TYPE_NUMERATION_METHOD SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE SYSREQ_EDOC_TYPE_REQ_CODE SYSREQ_EDOC_TYPE_REQ_DESCRIPTION SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_REQ_IS_LEADING SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED SYSREQ_EDOC_TYPE_REQ_NUMBER SYSREQ_EDOC_TYPE_REQ_ON_CHANGE SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_EDOC_TYPE_REQ_ON_SELECT SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND SYSREQ_EDOC_TYPE_REQ_SECTION SYSREQ_EDOC_TYPE_VIEW_CARD SYSREQ_EDOC_TYPE_VIEW_CODE SYSREQ_EDOC_TYPE_VIEW_COMMENT SYSREQ_EDOC_TYPE_VIEW_IS_MAIN SYSREQ_EDOC_TYPE_VIEW_NAME SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_EDOC_VERSION_AUTHOR SYSREQ_EDOC_VERSION_CRC SYSREQ_EDOC_VERSION_DATA SYSREQ_EDOC_VERSION_EDITOR SYSREQ_EDOC_VERSION_EXPORT_DATE SYSREQ_EDOC_VERSION_EXPORTER SYSREQ_EDOC_VERSION_HIDDEN SYSREQ_EDOC_VERSION_LIFE_STAGE SYSREQ_EDOC_VERSION_MODIFIED SYSREQ_EDOC_VERSION_NOTE SYSREQ_EDOC_VERSION_SIGNATURE_TYPE SYSREQ_EDOC_VERSION_SIGNED SYSREQ_EDOC_VERSION_SIZE SYSREQ_EDOC_VERSION_SOURCE SYSREQ_EDOC_VERSION_TEXT_MODIFIED SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE SYSREQ_FOLDER_KIND SYSREQ_FUNC_CATEGORY SYSREQ_FUNC_COMMENT SYSREQ_FUNC_GROUP SYSREQ_FUNC_GROUP_COMMENT SYSREQ_FUNC_GROUP_NUMBER SYSREQ_FUNC_HELP SYSREQ_FUNC_PARAM_DEF_VALUE SYSREQ_FUNC_PARAM_IDENT SYSREQ_FUNC_PARAM_NUMBER SYSREQ_FUNC_PARAM_TYPE SYSREQ_FUNC_TEXT SYSREQ_GROUP_CATEGORY SYSREQ_ID SYSREQ_LAST_UPDATE SYSREQ_LEADER_REFERENCE SYSREQ_LINE_NUMBER SYSREQ_MAIN_RECORD_ID SYSREQ_NAME SYSREQ_NAME_LOCALIZE_ID SYSREQ_NOTE SYSREQ_ORIGINAL_RECORD SYSREQ_OUR_FIRM SYSREQ_PROFILING_SETTINGS_BATCH_LOGING SYSREQ_PROFILING_SETTINGS_BATCH_SIZE SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_START_LOGGED SYSREQ_RECORD_STATUS SYSREQ_REF_REQ_FIELD_NAME SYSREQ_REF_REQ_FORMAT SYSREQ_REF_REQ_GENERATED SYSREQ_REF_REQ_LENGTH SYSREQ_REF_REQ_PRECISION SYSREQ_REF_REQ_REFERENCE SYSREQ_REF_REQ_SECTION SYSREQ_REF_REQ_STORED SYSREQ_REF_REQ_TOKENS SYSREQ_REF_REQ_TYPE SYSREQ_REF_REQ_VIEW SYSREQ_REF_TYPE_ACT_CODE SYSREQ_REF_TYPE_ACT_DESCRIPTION SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_ACT_ON_EXECUTE SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_REF_TYPE_ACT_SECTION SYSREQ_REF_TYPE_ADD_PARAMS SYSREQ_REF_TYPE_COMMENT SYSREQ_REF_TYPE_COMMON_SETTINGS SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME SYSREQ_REF_TYPE_EVENT_TEXT SYSREQ_REF_TYPE_MAIN_LEADING_REF SYSREQ_REF_TYPE_NAME_IN_SINGULAR SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_REF_TYPE_NAME_LOCALIZE_ID SYSREQ_REF_TYPE_NUMERATION_METHOD SYSREQ_REF_TYPE_REQ_CODE SYSREQ_REF_TYPE_REQ_DESCRIPTION SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_REQ_IS_CONTROL SYSREQ_REF_TYPE_REQ_IS_FILTER SYSREQ_REF_TYPE_REQ_IS_LEADING SYSREQ_REF_TYPE_REQ_IS_REQUIRED SYSREQ_REF_TYPE_REQ_NUMBER SYSREQ_REF_TYPE_REQ_ON_CHANGE SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_REF_TYPE_REQ_ON_SELECT SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND SYSREQ_REF_TYPE_REQ_SECTION SYSREQ_REF_TYPE_VIEW_CARD SYSREQ_REF_TYPE_VIEW_CODE SYSREQ_REF_TYPE_VIEW_COMMENT SYSREQ_REF_TYPE_VIEW_IS_MAIN SYSREQ_REF_TYPE_VIEW_NAME SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_REFERENCE_TYPE_ID SYSREQ_STATE SYSREQ_STAT\u0415 SYSREQ_SYSTEM_SETTINGS_VALUE SYSREQ_TYPE SYSREQ_UNIT SYSREQ_UNIT_ID SYSREQ_USER_GROUPS_GROUP_FULL_NAME SYSREQ_USER_GROUPS_GROUP_NAME SYSREQ_USER_GROUPS_GROUP_SERVER_NAME SYSREQ_USERS_ACCESS_RIGHTS SYSREQ_USERS_AUTHENTICATION SYSREQ_USERS_CATEGORY SYSREQ_USERS_COMPONENT SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC SYSREQ_USERS_DOMAIN SYSREQ_USERS_FULL_USER_NAME SYSREQ_USERS_GROUP SYSREQ_USERS_IS_MAIN_SERVER SYSREQ_USERS_LOGIN SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC SYSREQ_USERS_STATUS SYSREQ_USERS_USER_CERTIFICATE SYSREQ_USERS_USER_CERTIFICATE_INFO SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION SYSREQ_USERS_USER_CERTIFICATE_STATE SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT SYSREQ_USERS_USER_DEFAULT_CERTIFICATE SYSREQ_USERS_USER_DESCRIPTION SYSREQ_USERS_USER_GLOBAL_NAME SYSREQ_USERS_USER_LOGIN SYSREQ_USERS_USER_MAIN_SERVER SYSREQ_USERS_USER_TYPE SYSREQ_WORK_RULES_FOLDER_ID RESULT_VAR_NAME RESULT_VAR_NAME_ENG AUTO_NUMERATION_RULE_ID CANT_CHANGE_ID_REQUISITE_RULE_ID CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID CHECK_CODE_REQUISITE_RULE_ID CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID CHECK_FILTRATER_CHANGES_RULE_ID CHECK_RECORD_INTERVAL_RULE_ID CHECK_REFERENCE_INTERVAL_RULE_ID CHECK_REQUIRED_DATA_FULLNESS_RULE_ID CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID MAKE_RECORD_UNRATIFIED_RULE_ID RESTORE_AUTO_NUMERATION_RULE_ID SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID SET_IDSPS_VALUE_RULE_ID SET_NEXT_CODE_VALUE_RULE_ID SET_OURFIRM_BOUNDS_RULE_ID SET_OURFIRM_REQUISITE_RULE_ID SCRIPT_BLOCK_AFTER_FINISH_EVENT SCRIPT_BLOCK_BEFORE_START_EVENT SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY SCRIPT_BLOCK_NAME_PROPERTY SCRIPT_BLOCK_SCRIPT_PROPERTY SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_AFTER_FINISH_EVENT SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT SUBTASK_BLOCK_ATTACHMENTS_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY SUBTASK_BLOCK_BEFORE_START_EVENT SUBTASK_BLOCK_CREATED_TASK_PROPERTY SUBTASK_BLOCK_CREATION_EVENT SUBTASK_BLOCK_DEADLINE_PROPERTY SUBTASK_BLOCK_IMPORTANCE_PROPERTY SUBTASK_BLOCK_INITIATOR_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY SUBTASK_BLOCK_JOBS_TYPE_PROPERTY SUBTASK_BLOCK_NAME_PROPERTY SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY SUBTASK_BLOCK_PERFORMERS_PROPERTY SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_START_EVENT SUBTASK_BLOCK_STEP_CONTROL_PROPERTY SUBTASK_BLOCK_SUBJECT_PROPERTY SUBTASK_BLOCK_TASK_CONTROL_PROPERTY SUBTASK_BLOCK_TEXT_PROPERTY SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY SYSCOMP_CONTROL_JOBS SYSCOMP_FOLDERS SYSCOMP_JOBS SYSCOMP_NOTICES SYSCOMP_TASKS SYSDLG_CREATE_EDOCUMENT SYSDLG_CREATE_EDOCUMENT_VERSION SYSDLG_CURRENT_PERIOD SYSDLG_EDIT_FUNCTION_HELP SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS SYSDLG_EXPORT_SINGLE_EDOCUMENT SYSDLG_IMPORT_EDOCUMENT SYSDLG_MULTIPLE_SELECT SYSDLG_SETUP_ACCESS_RIGHTS SYSDLG_SETUP_DEFAULT_RIGHTS SYSDLG_SETUP_FILTER_CONDITION SYSDLG_SETUP_SIGN_RIGHTS SYSDLG_SETUP_TASK_OBSERVERS SYSDLG_SETUP_TASK_ROUTE SYSDLG_SETUP_USERS_LIST SYSDLG_SIGN_EDOCUMENT SYSDLG_SIGN_MULTIPLE_EDOCUMENTS SYSREF_ACCESS_RIGHTS_TYPES SYSREF_ADMINISTRATION_HISTORY SYSREF_ALL_AVAILABLE_COMPONENTS SYSREF_ALL_AVAILABLE_PRIVILEGES SYSREF_ALL_REPLICATING_COMPONENTS SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS SYSREF_CALENDAR_EVENTS SYSREF_COMPONENT_TOKEN_HISTORY SYSREF_COMPONENT_TOKENS SYSREF_COMPONENTS SYSREF_CONSTANTS SYSREF_DATA_RECEIVE_PROTOCOL SYSREF_DATA_SEND_PROTOCOL SYSREF_DIALOGS SYSREF_DIALOGS_REQUISITES SYSREF_EDITORS SYSREF_EDOC_CARDS SYSREF_EDOC_TYPES SYSREF_EDOCUMENT_CARD_REQUISITES SYSREF_EDOCUMENT_CARD_TYPES SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE SYSREF_EDOCUMENT_CARDS SYSREF_EDOCUMENT_HISTORY SYSREF_EDOCUMENT_KINDS SYSREF_EDOCUMENT_REQUISITES SYSREF_EDOCUMENT_SIGNATURES SYSREF_EDOCUMENT_TEMPLATES SYSREF_EDOCUMENT_TEXT_STORAGES SYSREF_EDOCUMENT_VIEWS SYSREF_FILTERER_SETUP_CONFLICTS SYSREF_FILTRATER_SETTING_CONFLICTS SYSREF_FOLDER_HISTORY SYSREF_FOLDERS SYSREF_FUNCTION_GROUPS SYSREF_FUNCTION_PARAMS SYSREF_FUNCTIONS SYSREF_JOB_HISTORY SYSREF_LINKS SYSREF_LOCALIZATION_DICTIONARY SYSREF_LOCALIZATION_LANGUAGES SYSREF_MODULES SYSREF_PRIVILEGES SYSREF_RECORD_HISTORY SYSREF_REFERENCE_REQUISITES SYSREF_REFERENCE_TYPE_VIEWS SYSREF_REFERENCE_TYPES SYSREF_REFERENCES SYSREF_REFERENCES_REQUISITES SYSREF_REMOTE_SERVERS SYSREF_REPLICATION_SESSIONS_LOG SYSREF_REPLICATION_SESSIONS_PROTOCOL SYSREF_REPORTS SYSREF_ROLES SYSREF_ROUTE_BLOCK_GROUPS SYSREF_ROUTE_BLOCKS SYSREF_SCRIPTS SYSREF_SEARCHES SYSREF_SERVER_EVENTS SYSREF_SERVER_EVENTS_HISTORY SYSREF_STANDARD_ROUTE_GROUPS SYSREF_STANDARD_ROUTES SYSREF_STATUSES SYSREF_SYSTEM_SETTINGS SYSREF_TASK_HISTORY SYSREF_TASK_KIND_GROUPS SYSREF_TASK_KINDS SYSREF_TASK_RIGHTS SYSREF_TASK_SIGNATURES SYSREF_TASKS SYSREF_UNITS SYSREF_USER_GROUPS SYSREF_USER_GROUPS_REFERENCE SYSREF_USER_SUBSTITUTION SYSREF_USERS SYSREF_USERS_REFERENCE SYSREF_VIEWERS SYSREF_WORKING_TIME_CALENDARS ACCESS_RIGHTS_TABLE_NAME EDMS_ACCESS_TABLE_NAME EDOC_TYPES_TABLE_NAME TEST_DEV_DB_NAME TEST_DEV_SYSTEM_CODE TEST_EDMS_DB_NAME TEST_EDMS_MAIN_CODE TEST_EDMS_MAIN_DB_NAME TEST_EDMS_SECOND_CODE TEST_EDMS_SECOND_DB_NAME TEST_EDMS_SYSTEM_CODE TEST_ISB5_MAIN_CODE TEST_ISB5_SECOND_CODE TEST_SQL_SERVER_2005_NAME TEST_SQL_SERVER_NAME ATTENTION_CAPTION cbsCommandLinks cbsDefault CONFIRMATION_CAPTION ERROR_CAPTION INFORMATION_CAPTION mrCancel mrOk EDOC_VERSION_ACTIVE_STAGE_CODE EDOC_VERSION_DESIGN_STAGE_CODE EDOC_VERSION_OBSOLETE_STAGE_CODE cpDataEnciphermentEnabled cpDigitalSignatureEnabled cpID cpIssuer cpPluginVersion cpSerial cpSubjectName cpSubjSimpleName cpValidFromDate cpValidToDate ISBL_SYNTAX NO_SYNTAX XML_SYNTAX WAIT_BLOCK_AFTER_FINISH_EVENT WAIT_BLOCK_BEFORE_START_EVENT WAIT_BLOCK_DEADLINE_PROPERTY WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY WAIT_BLOCK_NAME_PROPERTY WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SYSRES_COMMON SYSRES_CONST SYSRES_MBFUNC SYSRES_SBDATA SYSRES_SBGUI SYSRES_SBINTF SYSRES_SBREFDSC SYSRES_SQLERRORS SYSRES_SYSCOMP atUser atGroup atRole aemEnabledAlways aemDisabledAlways aemEnabledOnBrowse aemEnabledOnEdit aemDisabledOnBrowseEmpty apBegin apEnd alLeft alRight asmNever asmNoButCustomize asmAsLastTime asmYesButCustomize asmAlways cirCommon cirRevoked ctSignature ctEncode ctSignatureEncode clbUnchecked clbChecked clbGrayed ceISB ceAlways ceNever ctDocument ctReference ctScript ctUnknown ctReport ctDialog ctFunction ctFolder ctEDocument ctTask ctJob ctNotice ctControlJob cfInternal cfDisplay ciUnspecified ciWrite ciRead ckFolder ckEDocument ckTask ckJob ckComponentToken ckAny ckReference ckScript ckReport ckDialog ctISBLEditor ctBevel ctButton ctCheckListBox ctComboBox ctComboEdit ctGrid ctDBCheckBox ctDBComboBox ctDBEdit ctDBEllipsis ctDBMemo ctDBNavigator ctDBRadioGroup ctDBStatusLabel ctEdit ctGroupBox ctInplaceHint ctMemo ctPanel ctListBox ctRadioButton ctRichEdit ctTabSheet ctWebBrowser ctImage ctHyperLink ctLabel ctDBMultiEllipsis ctRibbon ctRichView ctInnerPanel ctPanelGroup ctBitButton cctDate cctInteger cctNumeric cctPick cctReference cctString cctText cltInternal cltPrimary cltGUI dseBeforeOpen dseAfterOpen dseBeforeClose dseAfterClose dseOnValidDelete dseBeforeDelete dseAfterDelete dseAfterDeleteOutOfTransaction dseOnDeleteError dseBeforeInsert dseAfterInsert dseOnValidUpdate dseBeforeUpdate dseOnUpdateRatifiedRecord dseAfterUpdate dseAfterUpdateOutOfTransaction dseOnUpdateError dseAfterScroll dseOnOpenRecord dseOnCloseRecord dseBeforeCancel dseAfterCancel dseOnUpdateDeadlockError dseBeforeDetailUpdate dseOnPrepareUpdate dseOnAnyRequisiteChange dssEdit dssInsert dssBrowse dssInActive dftDate dftShortDate dftDateTime dftTimeStamp dotDays dotHours dotMinutes dotSeconds dtkndLocal dtkndUTC arNone arView arEdit arFull ddaView ddaEdit emLock emEdit emSign emExportWithLock emImportWithUnlock emChangeVersionNote emOpenForModify emChangeLifeStage emDelete emCreateVersion emImport emUnlockExportedWithLock emStart emAbort emReInit emMarkAsReaded emMarkAsUnreaded emPerform emAccept emResume emChangeRights emEditRoute emEditObserver emRecoveryFromLocalCopy emChangeWorkAccessType emChangeEncodeTypeToCertificate emChangeEncodeTypeToPassword emChangeEncodeTypeToNone emChangeEncodeTypeToCertificatePassword emChangeStandardRoute emGetText emOpenForView emMoveToStorage emCreateObject emChangeVersionHidden emDeleteVersion emChangeLifeCycleStage emApprovingSign emExport emContinue emLockFromEdit emUnLockForEdit emLockForServer emUnlockFromServer emDelegateAccessRights emReEncode ecotFile ecotProcess eaGet eaCopy eaCreate eaCreateStandardRoute edltAll edltNothing edltQuery essmText essmCard esvtLast esvtLastActive esvtSpecified edsfExecutive edsfArchive edstSQLServer edstFile edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile vsDefault vsDesign vsActive vsObsolete etNone etCertificate etPassword etCertificatePassword ecException ecWarning ecInformation estAll estApprovingOnly evtLast evtLastActive evtQuery fdtString fdtNumeric fdtInteger fdtDate fdtText fdtUnknown fdtWideString fdtLargeInteger ftInbox ftOutbox ftFavorites ftCommonFolder ftUserFolder ftComponents ftQuickLaunch ftShortcuts ftSearch grhAuto grhX1 grhX2 grhX3 hltText hltRTF hltHTML iffBMP iffJPEG iffMultiPageTIFF iffSinglePageTIFF iffTIFF iffPNG im8bGrayscale im24bRGB im1bMonochrome itBMP itJPEG itWMF itPNG ikhInformation ikhWarning ikhError ikhNoIcon icUnknown icScript icFunction icIntegratedReport icAnalyticReport icDataSetEventHandler icActionHandler icFormEventHandler icLookUpEventHandler icRequisiteChangeEventHandler icBeforeSearchEventHandler icRoleCalculation icSelectRouteEventHandler icBlockPropertyCalculation icBlockQueryParamsEventHandler icChangeSearchResultEventHandler icBlockEventHandler icSubTaskInitEventHandler icEDocDataSetEventHandler icEDocLookUpEventHandler icEDocActionHandler icEDocFormEventHandler icEDocRequisiteChangeEventHandler icStructuredConversionRule icStructuredConversionEventBefore icStructuredConversionEventAfter icWizardEventHandler icWizardFinishEventHandler icWizardStepEventHandler icWizardStepFinishEventHandler icWizardActionEnableEventHandler icWizardActionExecuteEventHandler icCreateJobsHandler icCreateNoticesHandler icBeforeLookUpEventHandler icAfterLookUpEventHandler icTaskAbortEventHandler icWorkflowBlockActionHandler icDialogDataSetEventHandler icDialogActionHandler icDialogLookUpEventHandler icDialogRequisiteChangeEventHandler icDialogFormEventHandler icDialogValidCloseEventHandler icBlockFormEventHandler icTaskFormEventHandler icReferenceMethod icEDocMethod icDialogMethod icProcessMessageHandler isShow isHide isByUserSettings jkJob jkNotice jkControlJob jtInner jtLeft jtRight jtFull jtCross lbpAbove lbpBelow lbpLeft lbpRight eltPerConnection eltPerUser sfcUndefined sfcBlack sfcGreen sfcRed sfcBlue sfcOrange sfcLilac sfsItalic sfsStrikeout sfsNormal ldctStandardRoute ldctWizard ldctScript ldctFunction ldctRouteBlock ldctIntegratedReport ldctAnalyticReport ldctReferenceType ldctEDocumentType ldctDialog ldctServerEvents mrcrtNone mrcrtUser mrcrtMaximal mrcrtCustom vtEqual vtGreaterOrEqual vtLessOrEqual vtRange rdYesterday rdToday rdTomorrow rdThisWeek rdThisMonth rdThisYear rdNextMonth rdNextWeek rdLastWeek rdLastMonth rdWindow rdFile rdPrinter rdtString rdtNumeric rdtInteger rdtDate rdtReference rdtAccount rdtText rdtPick rdtUnknown rdtLargeInteger rdtDocument reOnChange reOnChangeValues ttGlobal ttLocal ttUser ttSystem ssmBrowse ssmSelect ssmMultiSelect ssmBrowseModal smSelect smLike smCard stNone stAuthenticating stApproving sctString sctStream sstAnsiSort sstNaturalSort svtEqual svtContain soatString soatNumeric soatInteger soatDatetime soatReferenceRecord soatText soatPick soatBoolean soatEDocument soatAccount soatIntegerCollection soatNumericCollection soatStringCollection soatPickCollection soatDatetimeCollection soatBooleanCollection soatReferenceRecordCollection soatEDocumentCollection soatAccountCollection soatContents soatUnknown tarAbortByUser tarAbortByWorkflowException tvtAllWords tvtExactPhrase tvtAnyWord usNone usCompleted usRedSquare usBlueSquare usYellowSquare usGreenSquare usOrangeSquare usPurpleSquare usFollowUp utUnknown utUser utDeveloper utAdministrator utSystemDeveloper utDisconnected btAnd btDetailAnd btOr btNotOr btOnly vmView vmSelect vmNavigation vsmSingle vsmMultiple vsmMultipleCheck vsmNoSelection wfatPrevious wfatNext wfatCancel wfatFinish wfepUndefined wfepText3 wfepText6 wfepText9 wfepSpinEdit wfepDropDown wfepRadioGroup wfepFlag wfepText12 wfepText15 wfepText18 wfepText21 wfepText24 wfepText27 wfepText30 wfepRadioGroupColumn1 wfepRadioGroupColumn2 wfepRadioGroupColumn3 wfetQueryParameter wfetText wfetDelimiter wfetLabel wptString wptInteger wptNumeric wptBoolean wptDateTime wptPick wptText wptUser wptUserList wptEDocumentInfo wptEDocumentInfoList wptReferenceRecordInfo wptReferenceRecordInfoList wptFolderInfo wptTaskInfo wptContents wptFileName wptDate wsrComplete wsrGoNext wsrGoPrevious wsrCustom wsrCancel wsrGoFinal wstForm wstEDocument wstTaskCard wstReferenceRecordCard wstFinal waAll waPerformers waManual wsbStart wsbFinish wsbNotice wsbStep wsbDecision wsbWait wsbMonitor wsbScript wsbConnector wsbSubTask wsbLifeCycleStage wsbPause wdtInteger wdtFloat wdtString wdtPick wdtDateTime wdtBoolean wdtTask wdtJob wdtFolder wdtEDocument wdtReferenceRecord wdtUser wdtGroup wdtRole wdtIntegerCollection wdtFloatCollection wdtStringCollection wdtPickCollection wdtDateTimeCollection wdtBooleanCollection wdtTaskCollection wdtJobCollection wdtFolderCollection wdtEDocumentCollection wdtReferenceRecordCollection wdtUserCollection wdtGroupCollection wdtRoleCollection wdtContents wdtUserList wdtSearchDescription wdtDeadLine wdtPickSet wdtAccountCollection wiLow wiNormal wiHigh wrtSoft wrtHard wsInit wsRunning wsDone wsControlled wsAborted wsContinued wtmFull wtmFromCurrent wtmOnlyCurrent ",class:"AltState Application CallType ComponentTokens CreatedJobs CreatedNotices ControlState DialogResult Dialogs EDocuments EDocumentVersionSource Folders GlobalIDs Job Jobs InputValue LookUpReference LookUpRequisiteNames LookUpSearch Object ParentComponent Processes References Requisite ReportName Reports Result Scripts Searches SelectedAttachments SelectedItems SelectMode Sender ServerEvents ServiceFactory ShiftState SubTask SystemDialogs Tasks Wizard Wizards Work \u0412\u044b\u0437\u043e\u0432\u0421\u043f\u043e\u0441\u043e\u0431 \u0418\u043c\u044f\u041e\u0442\u0447\u0435\u0442\u0430 \u0420\u0435\u043a\u0432\u0417\u043d\u0430\u0447 ",literal:"null true false nil "},nr={begin:"\\.\\s*"+_.UNDERSCORE_IDENT_RE,keywords:ji,relevance:0},$i={className:"type",begin:":[ \\t]*("+"IApplication IAccessRights IAccountRepository IAccountSelectionRestrictions IAction IActionList IAdministrationHistoryDescription IAnchors IApplication IArchiveInfo IAttachment IAttachmentList ICheckListBox ICheckPointedList IColumn IComponent IComponentDescription IComponentToken IComponentTokenFactory IComponentTokenInfo ICompRecordInfo IConnection IContents IControl IControlJob IControlJobInfo IControlList ICrypto ICrypto2 ICustomJob ICustomJobInfo ICustomListBox ICustomObjectWizardStep ICustomWork ICustomWorkInfo IDataSet IDataSetAccessInfo IDataSigner IDateCriterion IDateRequisite IDateRequisiteDescription IDateValue IDeaAccessRights IDeaObjectInfo IDevelopmentComponentLock IDialog IDialogFactory IDialogPickRequisiteItems IDialogsFactory IDICSFactory IDocRequisite IDocumentInfo IDualListDialog IECertificate IECertificateInfo IECertificates IEditControl IEditorForm IEdmsExplorer IEdmsObject IEdmsObjectDescription IEdmsObjectFactory IEdmsObjectInfo IEDocument IEDocumentAccessRights IEDocumentDescription IEDocumentEditor IEDocumentFactory IEDocumentInfo IEDocumentStorage IEDocumentVersion IEDocumentVersionListDialog IEDocumentVersionSource IEDocumentWizardStep IEDocVerSignature IEDocVersionState IEnabledMode IEncodeProvider IEncrypter IEvent IEventList IException IExternalEvents IExternalHandler IFactory IField IFileDialog IFolder IFolderDescription IFolderDialog IFolderFactory IFolderInfo IForEach IForm IFormTitle IFormWizardStep IGlobalIDFactory IGlobalIDInfo IGrid IHasher IHistoryDescription IHyperLinkControl IImageButton IImageControl IInnerPanel IInplaceHint IIntegerCriterion IIntegerList IIntegerRequisite IIntegerValue IISBLEditorForm IJob IJobDescription IJobFactory IJobForm IJobInfo ILabelControl ILargeIntegerCriterion ILargeIntegerRequisite ILargeIntegerValue ILicenseInfo ILifeCycleStage IList IListBox ILocalIDInfo ILocalization ILock IMemoryDataSet IMessagingFactory IMetadataRepository INotice INoticeInfo INumericCriterion INumericRequisite INumericValue IObject IObjectDescription IObjectImporter IObjectInfo IObserver IPanelGroup IPickCriterion IPickProperty IPickRequisite IPickRequisiteDescription IPickRequisiteItem IPickRequisiteItems IPickValue IPrivilege IPrivilegeList IProcess IProcessFactory IProcessMessage IProgress IProperty IPropertyChangeEvent IQuery IReference IReferenceCriterion IReferenceEnabledMode IReferenceFactory IReferenceHistoryDescription IReferenceInfo IReferenceRecordCardWizardStep IReferenceRequisiteDescription IReferencesFactory IReferenceValue IRefRequisite IReport IReportFactory IRequisite IRequisiteDescription IRequisiteDescriptionList IRequisiteFactory IRichEdit IRouteStep IRule IRuleList ISchemeBlock IScript IScriptFactory ISearchCriteria ISearchCriterion ISearchDescription ISearchFactory ISearchFolderInfo ISearchForObjectDescription ISearchResultRestrictions ISecuredContext ISelectDialog IServerEvent IServerEventFactory IServiceDialog IServiceFactory ISignature ISignProvider ISignProvider2 ISignProvider3 ISimpleCriterion IStringCriterion IStringList IStringRequisite IStringRequisiteDescription IStringValue ISystemDialogsFactory ISystemInfo ITabSheet ITask ITaskAbortReasonInfo ITaskCardWizardStep ITaskDescription ITaskFactory ITaskInfo ITaskRoute ITextCriterion ITextRequisite ITextValue ITreeListSelectDialog IUser IUserList IValue IView IWebBrowserControl IWizard IWizardAction IWizardFactory IWizardFormElement IWizardParam IWizardPickParam IWizardReferenceParam IWizardStep IWorkAccessRights IWorkDescription IWorkflowAskableParam IWorkflowAskableParams IWorkflowBlock IWorkflowBlockResult IWorkflowEnabledMode IWorkflowParam IWorkflowPickParam IWorkflowReferenceParam IWorkState IWorkTreeCustomNode IWorkTreeJobNode IWorkTreeTaskNode IXMLEditorForm SBCrypto ".trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},Hr={className:"variable",keywords:ji,begin:u,relevance:0,contains:[$i,nr]},co="[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]*\\(";return{name:"ISBL",case_insensitive:!0,keywords:ji,illegal:"\\$|\\?|%|,|;$|~|#|@|{var k="[0-9](_*[0-9])*",_=`\\.(${k})`,u="[0-9a-fA-F](_*[0-9a-fA-F])*",o={className:"number",variants:[{begin:`(\\b(${k})((${_})|\\.)?|(${_}))[eE][+-]?(${k})[fFdD]?\\b`},{begin:`\\b(${k})((${_})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${_})[fFdD]?\\b`},{begin:`\\b(${k})[fFdD]\\b`},{begin:`\\b0[xX]((${u})\\.?|(${u})?\\.(${u}))[pP][+-]?(${k})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${u})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function D(te,U,X){return-1===X?"":te.replace(U,ee=>D(te,U,X-1))}ve.exports=function j(te){const U=te.regex,X="[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*",ee=X+D("(?:<"+X+"~~~(?:\\s*,\\s*"+X+"~~~)*>)?",/~~~/g,2),Ve={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},be={className:"meta",begin:"@"+X,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},He={className:"params",begin:/\(/,end:/\)/,keywords:Ve,relevance:0,contains:[te.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:Ve,illegal:/<\/|#/,contains:[te.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},te.C_LINE_COMMENT_MODE,te.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[te.BACKSLASH_ESCAPE]},te.APOS_STRING_MODE,te.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,X],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[U.concat(/(?!else)/,X),/\s+/,X,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,X],className:{1:"keyword",3:"title.class"},contains:[He,te.C_LINE_COMMENT_MODE,te.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+ee+"\\s+)",te.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:Ve,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:Ve,relevance:0,contains:[be,te.APOS_STRING_MODE,te.QUOTE_STRING_MODE,o,te.C_BLOCK_COMMENT_MODE]},te.C_LINE_COMMENT_MODE,te.C_BLOCK_COMMENT_MODE]},o,be]}}},1486:ve=>{const k="[A-Za-z$_][0-9A-Za-z$_]*",_=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],u=["true","false","null","undefined","NaN","Infinity"],o=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],D=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],j=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],te=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],U=[].concat(j,o,D);ve.exports=function X(ee){const ne=ee.regex,ce=k,be={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(Je,P)=>{const Z=Je[0].length+Je.index,Ae=Je.input[Z];if("<"===Ae||","===Ae)return void P.ignoreMatch();let Fe;">"===Ae&&(((Je,{after:P})=>{const Z="",Be={match:[/const|var|let/,/\s+/,ce,/\s*/,/=\s*/,/(async\s*)?/,ne.lookahead(De)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[zn]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:He,exports:{PARAMS_CONTAINS:$n,CLASS_REFERENCE:Pi},illegal:/#(?![$_A-z])/,contains:[ee.SHEBANG({label:"shebang",binary:"node",relevance:5}),{label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},ee.APOS_STRING_MODE,ee.QUOTE_STRING_MODE,xe,ye,Oe,We,xt,{match:/\$\d+/},Ue,Pi,{className:"attr",begin:ce+ne.lookahead(":"),relevance:0},Be,{begin:"("+ee.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[xt,ee.REGEXP_MODE,{className:"function",begin:De,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:ee.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:He,contains:$n}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:"<>",end:""},{match:/<[A-Za-z0-9\\._:-]+\s*\/>/},{begin:be.begin,"on:begin":be.isTrulyOpeningTag,end:be.end}],subLanguage:"xml",contains:[{begin:be.begin,end:be.end,skip:!0,contains:["self"]}]}]},zi,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+ee.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[zn,ee.inherit(ee.TITLE_MODE,{begin:ce,className:"title.function"})]},{match:/\.\.\./,relevance:0},_t,{match:"\\$"+ce,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[zn]},Mt,{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},ri,Ze,{match:/\$[(.]/}]}}},4286:ve=>{ve.exports=function k(_){return{name:"JBoss CLI",aliases:["wildfly-cli"],keywords:{$pattern:"[a-z-]+",keyword:"alias batch cd clear command connect connection-factory connection-info data-source deploy deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias undeploy unset version xa-data-source",literal:"true false"},contains:[_.HASH_COMMENT_MODE,_.QUOTE_STRING_MODE,{className:"params",begin:/--[\w\-=\/]+/},{className:"function",begin:/:[\w\-.]+/,relevance:0},{className:"string",begin:/\B([\/.])[\w\-.\/=]+/},{className:"params",begin:/\(/,end:/\)/,contains:[{begin:/[\w-]+ *=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[\w-]+/}]}],relevance:0}]}}},6041:ve=>{ve.exports=function k(_){const D=["true","false","null"],j={scope:"literal",beginKeywords:D.join(" ")};return{name:"JSON",keywords:{literal:D},contains:[{className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},{match:/[{}[\],:]/,className:"punctuation",relevance:0},_.QUOTE_STRING_MODE,j,_.C_NUMBER_MODE,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}},3201:ve=>{ve.exports=function k(_){return{name:"Julia REPL",contains:[{className:"meta.prompt",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:"julia"}}],aliases:["jldoctest"]}}},9550:ve=>{ve.exports=function k(_){const u="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",te={$pattern:u,keyword:["baremodule","begin","break","catch","ccall","const","continue","do","else","elseif","end","export","false","finally","for","function","global","if","import","in","isa","let","local","macro","module","quote","return","true","try","using","where","while"],literal:["ARGS","C_NULL","DEPOT_PATH","ENDIAN_BOM","ENV","Inf","Inf16","Inf32","Inf64","InsertionSort","LOAD_PATH","MergeSort","NaN","NaN16","NaN32","NaN64","PROGRAM_FILE","QuickSort","RoundDown","RoundFromZero","RoundNearest","RoundNearestTiesAway","RoundNearestTiesUp","RoundToZero","RoundUp","VERSION|0","devnull","false","im","missing","nothing","pi","stderr","stdin","stdout","true","undef","\u03c0","\u212f"],built_in:["AbstractArray","AbstractChannel","AbstractChar","AbstractDict","AbstractDisplay","AbstractFloat","AbstractIrrational","AbstractMatrix","AbstractRange","AbstractSet","AbstractString","AbstractUnitRange","AbstractVecOrMat","AbstractVector","Any","ArgumentError","Array","AssertionError","BigFloat","BigInt","BitArray","BitMatrix","BitSet","BitVector","Bool","BoundsError","CapturedException","CartesianIndex","CartesianIndices","Cchar","Cdouble","Cfloat","Channel","Char","Cint","Cintmax_t","Clong","Clonglong","Cmd","Colon","Complex","ComplexF16","ComplexF32","ComplexF64","CompositeException","Condition","Cptrdiff_t","Cshort","Csize_t","Cssize_t","Cstring","Cuchar","Cuint","Cuintmax_t","Culong","Culonglong","Cushort","Cvoid","Cwchar_t","Cwstring","DataType","DenseArray","DenseMatrix","DenseVecOrMat","DenseVector","Dict","DimensionMismatch","Dims","DivideError","DomainError","EOFError","Enum","ErrorException","Exception","ExponentialBackOff","Expr","Float16","Float32","Float64","Function","GlobalRef","HTML","IO","IOBuffer","IOContext","IOStream","IdDict","IndexCartesian","IndexLinear","IndexStyle","InexactError","InitError","Int","Int128","Int16","Int32","Int64","Int8","Integer","InterruptException","InvalidStateException","Irrational","KeyError","LinRange","LineNumberNode","LinearIndices","LoadError","MIME","Matrix","Method","MethodError","Missing","MissingException","Module","NTuple","NamedTuple","Nothing","Number","OrdinalRange","OutOfMemoryError","OverflowError","Pair","PartialQuickSort","PermutedDimsArray","Pipe","ProcessFailedException","Ptr","QuoteNode","Rational","RawFD","ReadOnlyMemoryError","Real","ReentrantLock","Ref","Regex","RegexMatch","RoundingMode","SegmentationFault","Set","Signed","Some","StackOverflowError","StepRange","StepRangeLen","StridedArray","StridedMatrix","StridedVecOrMat","StridedVector","String","StringIndexError","SubArray","SubString","SubstitutionString","Symbol","SystemError","Task","TaskFailedException","Text","TextDisplay","Timer","Tuple","Type","TypeError","TypeVar","UInt","UInt128","UInt16","UInt32","UInt64","UInt8","UndefInitializer","UndefKeywordError","UndefRefError","UndefVarError","Union","UnionAll","UnitRange","Unsigned","Val","Vararg","VecElement","VecOrMat","Vector","VersionNumber","WeakKeyDict","WeakRef"]},U={keywords:te,illegal:/<\//},ne={className:"subst",begin:/\$\(/,end:/\)/,keywords:te},ue={className:"variable",begin:"\\$"+u},ce={className:"string",contains:[_.BACKSLASH_ESCAPE,ne,ue],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},he={className:"string",contains:[_.BACKSLASH_ESCAPE,ne,ue],begin:"`",end:"`"},Ve={className:"meta",begin:"@"+u};return U.name="Julia",U.contains=[{className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},ce,he,Ve,{className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]},_.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],ne.contains=U.contains,U}},5371:ve=>{var k="[0-9](_*[0-9])*",_=`\\.(${k})`,u="[0-9a-fA-F](_*[0-9a-fA-F])*",o={className:"number",variants:[{begin:`(\\b(${k})((${_})|\\.)?|(${_}))[eE][+-]?(${k})[fFdD]?\\b`},{begin:`\\b(${k})((${_})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${_})[fFdD]?\\b`},{begin:`\\b(${k})[fFdD]\\b`},{begin:`\\b0[xX]((${u})\\.?|(${u})?\\.(${u}))[pP][+-]?(${k})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${u})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};ve.exports=function D(j){const te={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},X={className:"symbol",begin:j.UNDERSCORE_IDENT_RE+"@"},ee={className:"subst",begin:/\$\{/,end:/\}/,contains:[j.C_NUMBER_MODE]},ne={className:"variable",begin:"\\$"+j.UNDERSCORE_IDENT_RE},ue={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[ne,ee]},{begin:"'",end:"'",illegal:/\n/,contains:[j.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[j.BACKSLASH_ESCAPE,ne,ee]}]};ee.contains.push(ue);const ce={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+j.UNDERSCORE_IDENT_RE+")?"},he={className:"meta",begin:"@"+j.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[j.inherit(ue,{className:"string"}),"self"]}]},Ve=o,be=j.COMMENT("/\\*","\\*/",{contains:[j.C_BLOCK_COMMENT_MODE]}),He={variants:[{className:"type",begin:j.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},Se=He;return Se.variants[1].contains=[He],He.variants[1].contains=[Se],{name:"Kotlin",aliases:["kt","kts"],keywords:te,contains:[j.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),j.C_LINE_COMMENT_MODE,be,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},X,ce,he,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:te,relevance:5,contains:[{begin:j.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[j.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:te,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[He,j.C_LINE_COMMENT_MODE,be],relevance:0},j.C_LINE_COMMENT_MODE,be,ce,he,ue,j.C_NUMBER_MODE]},be]},{begin:[/class|interface|trait/,/\s+/,j.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},j.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},ce,he]},ue,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},Ve]}}},9692:ve=>{ve.exports=function k(_){const u="[a-zA-Z_][\\w.]*",o="<\\?(lasso(script)?|=)",D="\\]|\\?>",j={$pattern:u+"|&[lg]t;",literal:"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome"},te=_.COMMENT("\x3c!--","--\x3e",{relevance:0}),U={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[te]}},X={className:"meta",begin:"\\[/noprocess|"+o},ee={className:"symbol",begin:"'"+u+"'"},ne=[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.inherit(_.C_NUMBER_MODE,{begin:_.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),_.inherit(_.APOS_STRING_MODE,{illegal:null}),_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$]"+u},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:u,illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)"+u,relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[ee]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[_.inherit(_.TITLE_MODE,{begin:u+"(=(?!>))?|[-+*/%](?!>)"})]}];return{name:"Lasso",aliases:["ls","lassoscript"],case_insensitive:!0,keywords:j,contains:[{className:"meta",begin:D,relevance:0,starts:{end:"\\[|"+o,returnEnd:!0,relevance:0,contains:[te]}},U,X,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",keywords:j,contains:[{className:"meta",begin:D,relevance:0,starts:{end:"\\[noprocess\\]|"+o,returnEnd:!0,contains:[te]}},U,X].concat(ne)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(ne)}}},3743:ve=>{ve.exports=function k(_){const te=[{begin:/\^{6}[0-9a-f]{6}/},{begin:/\^{5}[0-9a-f]{5}/},{begin:/\^{4}[0-9a-f]{4}/},{begin:/\^{3}[0-9a-f]{3}/},{begin:/\^{2}[0-9a-f]{2}/},{begin:/\^{2}[\u0000-\u007f]/}],he=[{className:"keyword",begin:/\\/,relevance:0,contains:[{endsParent:!0,begin:_.regex.either(...["(?:NeedsTeXFormat|RequirePackage|GetIdInfo)","Provides(?:Expl)?(?:Package|Class|File)","(?:DeclareOption|ProcessOptions)","(?:documentclass|usepackage|input|include)","makeat(?:letter|other)","ExplSyntax(?:On|Off)","(?:new|renew|provide)?command","(?:re)newenvironment","(?:New|Renew|Provide|Declare)(?:Expandable)?DocumentCommand","(?:New|Renew|Provide|Declare)DocumentEnvironment","(?:(?:e|g|x)?def|let)","(?:begin|end)","(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph)","caption","(?:label|(?:eq|page|name)?ref|(?:paren|foot|super)?cite)","(?:alpha|beta|[Gg]amma|[Dd]elta|(?:var)?epsilon|zeta|eta|[Tt]heta|vartheta)","(?:iota|(?:var)?kappa|[Ll]ambda|mu|nu|[Xx]i|[Pp]i|varpi|(?:var)rho)","(?:[Ss]igma|varsigma|tau|[Uu]psilon|[Pp]hi|varphi|chi|[Pp]si|[Oo]mega)","(?:frac|sum|prod|lim|infty|times|sqrt|leq|geq|left|right|middle|[bB]igg?)","(?:[lr]angle|q?quad|[lcvdi]?dots|d?dot|hat|tilde|bar)"].map(xt=>xt+"(?![a-zA-Z@:_])"))},{endsParent:!0,begin:new RegExp(["(?:__)?[a-zA-Z]{2,}_[a-zA-Z](?:_?[a-zA-Z])+:[a-zA-Z]*","[lgc]__?[a-zA-Z](?:_?[a-zA-Z])*_[a-zA-Z]{2,}","[qs]__?[a-zA-Z](?:_?[a-zA-Z])+","use(?:_i)?:[a-zA-Z]*","(?:else|fi|or):","(?:if|cs|exp):w","(?:hbox|vbox):n","::[a-zA-Z]_unbraced","::[a-zA-Z:]"].map(xt=>xt+"(?![a-zA-Z:_])").join("|"))},{endsParent:!0,variants:te},{endsParent:!0,relevance:0,variants:[{begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}]}]},{className:"params",relevance:0,begin:/#+\d?/},{variants:te},{className:"built_in",relevance:0,begin:/[$&^_]/},{className:"meta",begin:/% ?!(T[eE]X|tex|BIB|bib)/,end:"$",relevance:10},_.COMMENT("%","$",{relevance:0})],Ve={begin:/\{/,end:/\}/,relevance:0,contains:["self",...he]},be=_.inherit(Ve,{relevance:0,endsParent:!0,contains:[Ve,...he]}),He={begin:/\[/,end:/\]/,endsParent:!0,relevance:0,contains:[Ve,...he]},Se={begin:/\s+/,relevance:0},Ce=[be],ft=[He],Ue=function(xt,Tt){return{contains:[Se],starts:{relevance:0,contains:xt,starts:Tt}}},je=function(xt,Tt){return{begin:"\\\\"+xt+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\"+xt},relevance:0,contains:[Se],starts:Tt}},xe=function(xt,Tt){return _.inherit({begin:"\\\\begin(?=[ \t]*(\\r?\\n[ \t]*)?\\{"+xt+"\\})",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0},Ue(Ce,Tt))},ye=(xt="string")=>_.END_SAME_AS_BEGIN({className:xt,begin:/(.|\r?\n)/,end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),Oe=function(xt){return{className:"string",end:"(?=\\\\end\\{"+xt+"\\})"}},We=(xt="string")=>({relevance:0,begin:/\{/,starts:{endsParent:!0,contains:[{className:xt,end:/(?=\})/,endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}});return{name:"LaTeX",aliases:["tex"],contains:[...["verb","lstinline"].map(xt=>je(xt,{contains:[ye()]})),je("mint",Ue(Ce,{contains:[ye()]})),je("mintinline",Ue(Ce,{contains:[We(),ye()]})),je("url",{contains:[We("link"),We("link")]}),je("hyperref",{contains:[We("link")]}),je("href",Ue(ft,{contains:[We("link")]})),...[].concat(...["","\\*"].map(xt=>[xe("verbatim"+xt,Oe("verbatim"+xt)),xe("filecontents"+xt,Ue(Ce,Oe("filecontents"+xt))),...["","B","L"].map(Tt=>xe(Tt+"Verbatim"+xt,Ue(ft,Oe(Tt+"Verbatim"+xt))))])),xe("minted",Ue(ft,Ue(Ce,Oe("minted")))),...he]}}},6557:ve=>{ve.exports=function k(_){return{name:"LDIF",contains:[{className:"attribute",match:"^dn(?=:)",relevance:10},{className:"attribute",match:"^\\w+(?=:)"},{className:"literal",match:"^-"},_.HASH_COMMENT_MODE]}}},720:ve=>{ve.exports=function k(_){const u=/([A-Za-z_][A-Za-z_0-9]*)?/,D={scope:"params",begin:/\(/,end:/\)(?=\:?)/,endsParent:!0,relevance:7,contains:[{scope:"string",begin:'"',end:'"'},{scope:"keyword",match:["true","false","in"].join("|")},{scope:"variable",match:/[A-Za-z_][A-Za-z_0-9]*/},{scope:"operator",match:/\+|\-|\*|\/|\%|\=\=|\=|\!|\>|\<|\&\&|\|\|/}]};return D.contains.unshift({match:[u,/(?=\()/],scope:{1:"keyword"},contains:[D]}),{name:"Leaf",contains:[{match:[/#+/,u,/(?=\()/],scope:{1:"punctuation",2:"keyword"},starts:{contains:[{match:/\:/,scope:"punctuation"}]},contains:[D]},{match:[/#+/,u,/:?/],scope:{1:"punctuation",2:"keyword",3:"punctuation"}}]}}},9971:ve=>{const _=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],u=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],o=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],D=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],j=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse(),te=o.concat(D);ve.exports=function U(X){const ee=(X=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:X.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[X.APOS_STRING_MODE,X.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:X.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}))(X),ne=te,ce="[\\w-]+",he="([\\w-]+|@\\{[\\w-]+\\})",Ve=[],be=[],He=function(xt){return{className:"string",begin:"~?"+xt+".*?"+xt}},Se=function(xt,Tt,Sn){return{className:xt,begin:Tt,relevance:Sn}},Ce={$pattern:/[a-z-]+/,keyword:"and or not only",attribute:u.join(" ")},ft={begin:"\\(",end:"\\)",contains:be,keywords:Ce,relevance:0};be.push(X.C_LINE_COMMENT_MODE,X.C_BLOCK_COMMENT_MODE,He("'"),He('"'),ee.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},ee.HEXCOLOR,ft,Se("variable","@@?"+ce,10),Se("variable","@\\{[\\w-]+\\}"),Se("built_in","~?`[^`]*?`"),{className:"attribute",begin:ce+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},ee.IMPORTANT,{beginKeywords:"and not"},ee.FUNCTION_DISPATCH);const Ue=be.concat({begin:/\{/,end:/\}/,contains:Ve}),je={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(be)},xe={begin:he+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},ee.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:be}}]},ye={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:Ce,returnEnd:!0,contains:be,relevance:0}},Oe={className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{begin:"@"+ce}],starts:{end:"[;}]",returnEnd:!0,contains:Ue}},We={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:he,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",relevance:0,contains:[X.C_LINE_COMMENT_MODE,X.C_BLOCK_COMMENT_MODE,je,Se("keyword","all\\b"),Se("variable","@\\{[\\w-]+\\}"),{begin:"\\b("+_.join("|")+")\\b",className:"selector-tag"},ee.CSS_NUMBER_MODE,Se("selector-tag",he,0),Se("selector-id","#"+he),Se("selector-class","\\."+he,0),Se("selector-tag","&",0),ee.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+o.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+D.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:Ue},{begin:"!important"},ee.FUNCTION_DISPATCH]},Ke={begin:ce+`:(:)?(${ne.join("|")})`,returnBegin:!0,contains:[We]};return Ve.push(X.C_LINE_COMMENT_MODE,X.C_BLOCK_COMMENT_MODE,ye,Oe,Ke,xe,We,je,ee.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:Ve}}},1196:ve=>{ve.exports=function k(_){const u="[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",o="\\|[^]*?\\|",D="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",j={className:"literal",begin:"\\b(t{1}|nil)\\b"},te={className:"number",variants:[{begin:D,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+D+" +"+D,end:"\\)"}]},U=_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),X=_.COMMENT(";","$",{relevance:0}),ee={begin:"\\*",end:"\\*"},ne={className:"symbol",begin:"[:&]"+u},ue={begin:u,relevance:0},ce={begin:o},Ve={contains:[te,U,ee,ne,{begin:"\\(",end:"\\)",contains:["self",j,U,te,ue]},ue],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+o}]},be={variants:[{begin:"'"+u},{begin:"#'"+u+"(::"+u+")*"}]},He={begin:"\\(\\s*",end:"\\)"},Se={endsWithParent:!0,relevance:0};return He.contains=[{className:"name",variants:[{begin:u,relevance:0},{begin:o}]},Se],Se.contains=[Ve,be,He,j,te,U,X,ee,ne,ce,ue],{name:"Lisp",illegal:/\S/,contains:[te,_.SHEBANG(),j,U,X,Ve,be,He,ue]}}},1085:ve=>{ve.exports=function k(_){const u={className:"variable",variants:[{begin:"\\b([gtps][A-Z]{1}[a-zA-Z0-9]*)(\\[.+\\])?(?:\\s*?)"},{begin:"\\$_[A-Z]+"}],relevance:0},o=[_.C_BLOCK_COMMENT_MODE,_.HASH_COMMENT_MODE,_.COMMENT("--","$"),_.COMMENT("[^:]//","$")],D=_.inherit(_.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z][A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),j=_.inherit(_.TITLE_MODE,{begin:"\\b([A-Za-z0-9_\\-]+)\\b"});return{name:"LiveCode",case_insensitive:!1,keywords:{keyword:"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys",literal:"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK",built_in:"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress difference directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge messageAuthenticationCode messageDigest millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetDriver libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load extension loadedExtensions multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract symmetric union unload vectorDotProduct wait write"},contains:[u,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[u,j,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.BINARY_NUMBER_MODE,_.C_NUMBER_MODE,D]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[j,D],relevance:0},{beginKeywords:"command on",end:"$",contains:[u,j,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.BINARY_NUMBER_MODE,_.C_NUMBER_MODE,D]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.BINARY_NUMBER_MODE,_.C_NUMBER_MODE,D].concat(o),illegal:";$|^\\[|^=|&|\\{"}}},5479:ve=>{const k=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],_=["true","false","null","undefined","NaN","Infinity"],j=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);ve.exports=function te(U){const ue={keyword:k.concat(["then","unless","until","loop","of","by","when","and","or","is","isnt","not","it","that","otherwise","from","to","til","fallthrough","case","enum","native","list","map","__hasProp","__extends","__slice","__bind","__indexOf"]),literal:_.concat(["yes","no","on","off","it","that","void"]),built_in:j.concat(["npm","print"])},ce="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",he=U.inherit(U.TITLE_MODE,{begin:ce}),Ve={className:"subst",begin:/#\{/,end:/\}/,keywords:ue},be={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:ue},He=[U.BINARY_NUMBER_MODE,{className:"number",begin:"(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)",relevance:0,starts:{end:"(\\s*/)?",relevance:0}},{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[U.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[U.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[U.BACKSLASH_ESCAPE,Ve,be]},{begin:/"/,end:/"/,contains:[U.BACKSLASH_ESCAPE,Ve,be]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[Ve,U.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\.|[^\\\n])*?\/[gim]*(?=\W)/}]},{begin:"@"+ce},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];Ve.contains=He;const Se={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:ue,contains:["self"].concat(He)}]},ft={variants:[{match:[/class\s+/,ce,/\s+extends\s+/,ce]},{match:[/class\s+/,ce]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:ue};return{name:"LiveScript",aliases:["ls"],keywords:ue,illegal:/\/\*/,contains:He.concat([U.COMMENT("\\/\\*","\\*\\/"),U.HASH_COMMENT_MODE,{begin:"(#=>|=>|\\|>>|-?->|!->)"},{className:"function",contains:[he,Se],returnBegin:!0,variants:[{begin:"("+ce+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B->\\*?",end:"->\\*?"},{begin:"("+ce+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\)\\s*)?\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+ce+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},ft,{begin:ce+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},1283:ve=>{ve.exports=function k(_){const u=_.regex,o=/([-a-zA-Z$._][\w$.-]*)/,ee={className:"variable",variants:[{begin:u.concat(/%/,o)},{begin:/%\d+/},{begin:/#\d+/}]},ne={className:"title",variants:[{begin:u.concat(/@/,o)},{begin:/@\d+/},{begin:u.concat(/!/,o)},{begin:u.concat(/!\d+/,o)},{begin:/!\d+/}]};return{name:"LLVM IR",keywords:"begin end true false declare define global constant private linker_private internal available_externally linkonce linkonce_odr weak weak_odr appending dllimport dllexport common default hidden protected extern_weak external thread_local zeroinitializer undef null to tail target triple datalayout volatile nuw nsw nnan ninf nsz arcp fast exact inbounds align addrspace section alias module asm sideeffect gc dbg linker_private_weak attributes blockaddress initialexec localdynamic localexec prefix unnamed_addr ccc fastcc coldcc x86_stdcallcc x86_fastcallcc arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device ptx_kernel intel_ocl_bicc msp430_intrcc spir_func spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc cc c signext zeroext inreg sret nounwind noreturn noalias nocapture byval nest readnone readonly inlinehint noinline alwaysinline optsize ssp sspreq noredzone noimplicitfloat naked builtin cold nobuiltin noduplicate nonlazybind optnone returns_twice sanitize_address sanitize_memory sanitize_thread sspstrong uwtable returned type opaque eq ne slt sgt sle sge ult ugt ule uge oeq one olt ogt ole oge ord uno ueq une x acq_rel acquire alignstack atomic catch cleanup filter inteldialect max min monotonic nand personality release seq_cst singlethread umax umin unordered xchg add fadd sub fsub mul fmul udiv sdiv fdiv urem srem frem shl lshr ashr and or xor icmp fcmp phi call trunc zext sext fptrunc fpext uitofp sitofp fptoui fptosi inttoptr ptrtoint bitcast addrspacecast select va_arg ret br switch invoke unwind unreachable indirectbr landingpad resume malloc alloca free load store getelementptr extractelement insertelement shufflevector getresult extractvalue insertvalue atomicrmw cmpxchg fence argmemonly double",contains:[{className:"type",begin:/\bi\d+(?=\s|\b)/},_.COMMENT(/;\s*$/,null,{relevance:0}),_.COMMENT(/;/,/$/),{className:"string",begin:/"/,end:/"/,contains:[{className:"char.escape",match:/\\\d\d/}]},ne,{className:"punctuation",relevance:0,begin:/,/},{className:"operator",relevance:0,begin:/=/},ee,{className:"symbol",variants:[{begin:/^\s*[a-z]+:/}],relevance:0},{className:"number",variants:[{begin:/[su]?0[xX][KMLHR]?[a-fA-F0-9]+/},{begin:/[-+]?\d+(?:[.]\d+)?(?:[eE][-+]?\d+(?:[.]\d+)?)?/}],relevance:0}]}}},5082:ve=>{ve.exports=function k(_){const D={className:"number",relevance:0,begin:_.C_NUMBER_RE};return{name:"LSL (Linden Scripting Language)",illegal:":",contains:[{className:"string",begin:'"',end:'"',contains:[{className:"subst",begin:/\\[tn"\\]/}]},{className:"comment",variants:[_.COMMENT("//","$"),_.COMMENT("/\\*","\\*/")],relevance:0},D,{className:"section",variants:[{begin:"\\b(state|default)\\b"},{begin:"\\b(state_(entry|exit)|touch(_(start|end))?|(land_)?collision(_(start|end))?|timer|listen|(no_)?sensor|control|(not_)?at_(rot_)?target|money|email|experience_permissions(_denied)?|run_time_permissions|changed|attach|dataserver|moving_(start|end)|link_message|(on|object)_rez|remote_data|http_re(sponse|quest)|path_update|transaction_result)\\b"}]},{className:"built_in",begin:"\\b(ll(AgentInExperience|(Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(Details|ErrorMessage)|ReturnObjectsBy(ID|Owner)|Json(2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(Mag|Norm|Dist)|Rot(Between|2(Euler|Fwd|Left|Up))|(Euler|Axes)2Rot|Whisper|(Region|Owner)?Say|Shout|Listen(Control|Remove)?|Sensor(Repeat|Remove)?|Detected(Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|([GS]et)(AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(Scale|Offset|Rotate)Texture|(Rot)?Target(Remove)?|(Stop)?MoveToTarget|Apply(Rotational)?Impulse|Set(KeyframedMotion|ContentType|RegionPos|(Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(Queueing|Radius)|Vehicle(Type|(Float|Vector|Rotation)Param)|(Touch|Sit)?Text|Camera(Eye|At)Offset|PrimitiveParams|ClickAction|Link(Alpha|Color|PrimitiveParams(Fast)?|Texture(Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get((Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(PrimitiveParams|Number(OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(Details|PermMask|PrimCount)|Parcel(MaxPrims|Details|Prim(Count|Owners))|Attached(List)?|(SPMax|Free|Used)Memory|Region(Name|TimeDilation|FPS|Corner|AgentCount)|Root(Position|Rotation)|UnixTime|(Parcel|Region)Flags|(Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(Prims|NotecardLines|Sides)|Animation(List)?|(Camera|Local)(Pos|Rot)|Vel|Accel|Omega|Time(stamp|OfDay)|(Object|CenterOf)?Mass|MassMKS|Energy|Owner|(Owner)?Key|SunDirection|Texture(Offset|Scale|Rot)|Inventory(Number|Name|Key|Type|Creator|PermMask)|Permissions(Key)?|StartParameter|List(Length|EntryType)|Date|Agent(Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(Name|State))|(Get|Reset|GetAndReset)Time|PlaySound(Slave)?|LoopSound(Master|Slave)?|(Trigger|Stop|Preload)Sound|((Get|Delete)Sub|Insert)String|To(Upper|Lower)|Give(InventoryList|Money)|RezObject|(Stop)?LookAt|Sleep|CollisionFilter|(Take|Release)Controls|DetachFromAvatar|AttachToAvatar(Temp)?|InstantMessage|(GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(Length|Trim)|(Start|Stop)Animation|TargetOmega|Request(Experience)?Permissions|(Create|Break)Link|BreakAllLinks|(Give|Remove)Inventory|Water|PassTouches|Request(Agent|Inventory)Data|TeleportAgent(Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(Axis|Angle)|A(cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(CSV|Integer|Json|Float|String|Key|Vector|Rot|List(Strided)?)|DeleteSubList|List(Statistics|Sort|Randomize|(Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(Slope|Normal|Contour)|GroundRepel|(Set|Remove)VehicleFlags|SitOnLink|(AvatarOn)?(Link)?SitTarget|Script(Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(Integer|String)ToBase64|XorBase64|Log(10)?|Base64To(String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(Load|Release|(E|Une)scape)URL|ParcelMedia(CommandList|Query)|ModPow|MapDestination|(RemoveFrom|AddTo|Reset)Land(Pass|Ban)List|(Set|Clear)CameraParams|HTTP(Request|Response)|TextBox|DetectedTouch(UV|Face|Pos|(N|Bin)ormal|ST)|(MD5|SHA1|DumpList2)String|Request(Secure)?URL|Clear(Prim|Link)Media|(Link)?ParticleSystem|(Get|Request)(Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\b"},{className:"literal",variants:[{begin:"\\b(PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\b"},{begin:"\\b(XP_ERROR_(EXPERIENCES_DISABLED|EXPERIENCE_(DISABLED|SUSPENDED)|INVALID_(EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(FOUND|PERMITTED(_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(_OBJECT)?|(DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(_(BY_(LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(PARCEL(_OWNER)?|REGION)))?|CAMERA_(PITCH|DISTANCE|BEHINDNESS_(ANGLE|LAG)|(FOCUS|POSITION)(_(THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(ROOT|SET|ALL_(OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(IVE|_(ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(FWD|BACK|(ROT_)?(LEFT|RIGHT)|UP|DOWN|(ML_)?LBUTTON)|PERMISSION_(RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(_START)?|TELEPORT|MEDIA)|OBJECT_(CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_(ATTACHED|ON_REZ)|NAME|DESC|POS|PRIM_(COUNT|EQUIVALENCE)|RETURN_(PARCEL(_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP(_TAG)?|CREATOR|ATTACHED_(POINT|SLOTS_AVAILABLE)|RENDER_WEIGHT|(BODY_SHAPE|PATHFINDING)_TYPE|(RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(MEMORY|TIME))|TYPE_(INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(DEBUG|PUBLIC)_CHANNEL|ATTACH_(AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](SHOULDER|HAND|FOOT|EAR|EYE|[UL](ARM|LEG)|HIP)|(LEFT|RIGHT)_PEC|HUD_(CENTER_[12]|TOP_(RIGHT|CENTER|LEFT)|BOTTOM(_(RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(BASE|TIP)|[LR]WING|FACE_(JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(ONLINE|NAME|BORN|SIM_(POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(ON_FILE|USED)|REMOTE_DATA_(CHANNEL|REQUEST|REPLY)|PSYS_(PART_(BF_(ZERO|ONE(_MINUS_(DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(START|END)_(COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(RIBBON|WIND|INTERP_(COLOR|SCALE)|BOUNCE|FOLLOW_(SRC|VELOCITY)|TARGET_(POS|LINEAR)|EMISSIVE)_MASK)|SRC_(MAX_AGE|PATTERN|ANGLE_(BEGIN|END)|BURST_(RATE|PART_COUNT|RADIUS|SPEED_(MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(DROP|EXPLODE|ANGLE(_CONE(_EMPTY)?)?)))|VEHICLE_(REFERENCE_FRAME|TYPE_(NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(LINEAR|ANGULAR)_(FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(LINEAR|ANGULAR)_(DEFLECTION_(EFFICIENCY|TIMESCALE)|MOTOR_(DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(EFFICIENCY|TIMESCALE)|BANKING_(EFFICIENCY|MIX|TIMESCALE)|FLAG_(NO_DEFLECTION_UP|LIMIT_(ROLL_ONLY|MOTOR_UP)|HOVER_((WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(ALLOW_UNSIT|ALPHA_MODE(_(BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(_(BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(_(STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(NONE|LOW|MEDIUM|HIGH)|BUMP_(NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(DEFAULT|PLANAR)|SCRIPTED_SIT_ONLY|SCULPT_(TYPE_(SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(MIRROR|INVERT))|PHYSICS(_(SHAPE_(CONVEX|NONE|PRIM|TYPE)))?|(POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIT_TARGET|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(ALT_IMAGE_ENABLE|CONTROLS|(CURRENT|HOME)_URL|AUTO_(LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(WIDTH|HEIGHT)_PIXELS|WHITELIST(_ENABLE)?|PERMS_(INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(STANDARD|MINI)|PERM_(NONE|OWNER|GROUP|ANYONE)|MAX_(URL_LENGTH|WHITELIST_(SIZE|COUNT)|(WIDTH|HEIGHT)_PIXELS)))|MASK_(BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(MEDIA_COMMAND_(STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(ALLOW_(FLY|(GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(GROUP_)?OBJECTS)|USE_(ACCESS_(GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(GROUP|ALL)_OBJECT_ENTRY)|COUNT_(TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(HIDE|DEFAULT)|REGION_FLAG_(ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(METHOD|MIMETYPE|BODY_(MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|SIT_(INVALID_(AGENT|LINK_OBJECT)|NO(T_EXPERIENCE|_(ACCESS|EXPERIENCE_PERMISSION|SIT_TARGET)))|STRING_(TRIM(_(HEAD|TAIL))?)|CLICK_ACTION_(NONE|TOUCH|SIT|BUY|PAY|OPEN(_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(NONE|SCRIPT_MEMORY)|RC_(DATA_FLAGS|DETECT_PHANTOM|GET_(LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(TYPES|AGENTS|(NON)?PHYSICAL|LAND))|RCERR_(CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(ALLOWED_(AGENT|GROUP)_(ADD|REMOVE)|BANNED_AGENT_(ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(COMMAND|CMD_(PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(CMD_((SMOOTH_)?STOP|JUMP)|DESIRED_(TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(_([ABCD]|NONE))?|MAX_(DECEL|TURN_RADIUS|(ACCEL|SPEED)))|PURSUIT_(OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(EVADE_(HIDDEN|SPOTTED)|FAILURE_(DYNAMIC_PATHFINDING_DISABLED|INVALID_(GOAL|START)|NO_(NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(PARCEL_)?UNREACHABLE)|(GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(_(FAST|NONE|SLOW))?|CONTENT_TYPE_(ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(RADIUS|STATIC)|(PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\b"},{begin:"\\b(FALSE|TRUE)\\b"},{begin:"\\b(ZERO_ROTATION)\\b"},{begin:"\\b(EOF|JSON_(ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(GRANTED|DENIED))\\b"},{begin:"\\b(ZERO_VECTOR|TOUCH_INVALID_(TEXCOORD|VECTOR))\\b"}]},{className:"type",begin:"\\b(integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}},6219:ve=>{ve.exports=function k(_){const u="\\[=*\\[",o="\\]=*\\]",D={begin:u,end:o,contains:["self"]},j=[_.COMMENT("--(?!"+u+")","$"),_.COMMENT("--"+u,o,{contains:[D],relevance:10})];return{name:"Lua",keywords:{$pattern:_.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:j.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[_.inherit(_.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:j}].concat(j)},_.C_NUMBER_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,{className:"string",begin:u,end:o,contains:[D],relevance:5}])}}},5423:ve=>{ve.exports=function k(_){const u={className:"variable",variants:[{begin:"\\$\\("+_.UNDERSCORE_IDENT_RE+"\\)",contains:[_.BACKSLASH_ESCAPE]},{begin:/\$[@%{ve.exports=function k(_){const o={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},ee={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:_.regex.concat(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},ne={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},ue={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},ce=_.inherit(ne,{contains:[]}),he=_.inherit(ue,{contains:[]});ne.contains.push(he),ue.contains.push(ce);let Ve=[o,ee];return[ne,ue,ce,he].forEach(Se=>{Se.contains=Se.contains.concat(Ve)}),Ve=Ve.concat(ne,ue),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:Ve},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:Ve}]}]},o,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},ne,ue,{className:"quote",begin:"^>\\s+",contains:Ve,end:"$"},{className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},ee,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}},6217:ve=>{const k=["AASTriangle","AbelianGroup","Abort","AbortKernels","AbortProtect","AbortScheduledTask","Above","Abs","AbsArg","AbsArgPlot","Absolute","AbsoluteCorrelation","AbsoluteCorrelationFunction","AbsoluteCurrentValue","AbsoluteDashing","AbsoluteFileName","AbsoluteOptions","AbsolutePointSize","AbsoluteThickness","AbsoluteTime","AbsoluteTiming","AcceptanceThreshold","AccountingForm","Accumulate","Accuracy","AccuracyGoal","AcousticAbsorbingValue","AcousticImpedanceValue","AcousticNormalVelocityValue","AcousticPDEComponent","AcousticPressureCondition","AcousticRadiationValue","AcousticSoundHardValue","AcousticSoundSoftCondition","ActionDelay","ActionMenu","ActionMenuBox","ActionMenuBoxOptions","Activate","Active","ActiveClassification","ActiveClassificationObject","ActiveItem","ActivePrediction","ActivePredictionObject","ActiveStyle","AcyclicGraphQ","AddOnHelpPath","AddSides","AddTo","AddToSearchIndex","AddUsers","AdjacencyGraph","AdjacencyList","AdjacencyMatrix","AdjacentMeshCells","Adjugate","AdjustmentBox","AdjustmentBoxOptions","AdjustTimeSeriesForecast","AdministrativeDivisionData","AffineHalfSpace","AffineSpace","AffineStateSpaceModel","AffineTransform","After","AggregatedEntityClass","AggregationLayer","AircraftData","AirportData","AirPressureData","AirSoundAttenuation","AirTemperatureData","AiryAi","AiryAiPrime","AiryAiZero","AiryBi","AiryBiPrime","AiryBiZero","AlgebraicIntegerQ","AlgebraicNumber","AlgebraicNumberDenominator","AlgebraicNumberNorm","AlgebraicNumberPolynomial","AlgebraicNumberTrace","AlgebraicRules","AlgebraicRulesData","Algebraics","AlgebraicUnitQ","Alignment","AlignmentMarker","AlignmentPoint","All","AllowAdultContent","AllowChatServices","AllowedCloudExtraParameters","AllowedCloudParameterExtensions","AllowedDimensions","AllowedFrequencyRange","AllowedHeads","AllowGroupClose","AllowIncomplete","AllowInlineCells","AllowKernelInitialization","AllowLooseGrammar","AllowReverseGroupClose","AllowScriptLevelChange","AllowVersionUpdate","AllTrue","Alphabet","AlphabeticOrder","AlphabeticSort","AlphaChannel","AlternateImage","AlternatingFactorial","AlternatingGroup","AlternativeHypothesis","Alternatives","AltitudeMethod","AmbientLight","AmbiguityFunction","AmbiguityList","Analytic","AnatomyData","AnatomyForm","AnatomyPlot3D","AnatomySkinStyle","AnatomyStyling","AnchoredSearch","And","AndersonDarlingTest","AngerJ","AngleBisector","AngleBracket","AnglePath","AnglePath3D","AngleVector","AngularGauge","Animate","AnimatedImage","AnimationCycleOffset","AnimationCycleRepetitions","AnimationDirection","AnimationDisplayTime","AnimationRate","AnimationRepetitions","AnimationRunning","AnimationRunTime","AnimationTimeIndex","AnimationVideo","Animator","AnimatorBox","AnimatorBoxOptions","AnimatorElements","Annotate","Annotation","AnnotationDelete","AnnotationKeys","AnnotationRules","AnnotationValue","Annuity","AnnuityDue","Annulus","AnomalyDetection","AnomalyDetector","AnomalyDetectorFunction","Anonymous","Antialiasing","Antihermitian","AntihermitianMatrixQ","Antisymmetric","AntisymmetricMatrixQ","Antonyms","AnyOrder","AnySubset","AnyTrue","Apart","ApartSquareFree","APIFunction","Appearance","AppearanceElements","AppearanceRules","AppellF1","Append","AppendCheck","AppendLayer","AppendTo","Application","Apply","ApplyReaction","ApplySides","ApplyTo","ArcCos","ArcCosh","ArcCot","ArcCoth","ArcCsc","ArcCsch","ArcCurvature","ARCHProcess","ArcLength","ArcSec","ArcSech","ArcSin","ArcSinDistribution","ArcSinh","ArcTan","ArcTanh","Area","Arg","ArgMax","ArgMin","ArgumentCountQ","ArgumentsOptions","ARIMAProcess","ArithmeticGeometricMean","ARMAProcess","Around","AroundReplace","ARProcess","Array","ArrayComponents","ArrayDepth","ArrayFilter","ArrayFlatten","ArrayMesh","ArrayPad","ArrayPlot","ArrayPlot3D","ArrayQ","ArrayReduce","ArrayResample","ArrayReshape","ArrayRules","Arrays","Arrow","Arrow3DBox","ArrowBox","Arrowheads","ASATriangle","Ask","AskAppend","AskConfirm","AskDisplay","AskedQ","AskedValue","AskFunction","AskState","AskTemplateDisplay","AspectRatio","AspectRatioFixed","Assert","AssessmentFunction","AssessmentResultObject","AssociateTo","Association","AssociationFormat","AssociationMap","AssociationQ","AssociationThread","AssumeDeterministic","Assuming","Assumptions","AstroAngularSeparation","AstroBackground","AstroCenter","AstroDistance","AstroGraphics","AstroGridLines","AstroGridLinesStyle","AstronomicalData","AstroPosition","AstroProjection","AstroRange","AstroRangePadding","AstroReferenceFrame","AstroStyling","AstroZoomLevel","Asymptotic","AsymptoticDSolveValue","AsymptoticEqual","AsymptoticEquivalent","AsymptoticExpectation","AsymptoticGreater","AsymptoticGreaterEqual","AsymptoticIntegrate","AsymptoticLess","AsymptoticLessEqual","AsymptoticOutputTracker","AsymptoticProbability","AsymptoticProduct","AsymptoticRSolveValue","AsymptoticSolve","AsymptoticSum","Asynchronous","AsynchronousTaskObject","AsynchronousTasks","Atom","AtomCoordinates","AtomCount","AtomDiagramCoordinates","AtomLabels","AtomLabelStyle","AtomList","AtomQ","AttachCell","AttachedCell","AttentionLayer","Attributes","Audio","AudioAmplify","AudioAnnotate","AudioAnnotationLookup","AudioBlockMap","AudioCapture","AudioChannelAssignment","AudioChannelCombine","AudioChannelMix","AudioChannels","AudioChannelSeparate","AudioData","AudioDelay","AudioDelete","AudioDevice","AudioDistance","AudioEncoding","AudioFade","AudioFrequencyShift","AudioGenerator","AudioIdentify","AudioInputDevice","AudioInsert","AudioInstanceQ","AudioIntervals","AudioJoin","AudioLabel","AudioLength","AudioLocalMeasurements","AudioLooping","AudioLoudness","AudioMeasurements","AudioNormalize","AudioOutputDevice","AudioOverlay","AudioPad","AudioPan","AudioPartition","AudioPause","AudioPitchShift","AudioPlay","AudioPlot","AudioQ","AudioRecord","AudioReplace","AudioResample","AudioReverb","AudioReverse","AudioSampleRate","AudioSpectralMap","AudioSpectralTransformation","AudioSplit","AudioStop","AudioStream","AudioStreams","AudioTimeStretch","AudioTrackApply","AudioTrackSelection","AudioTrim","AudioType","AugmentedPolyhedron","AugmentedSymmetricPolynomial","Authenticate","Authentication","AuthenticationDialog","AutoAction","Autocomplete","AutocompletionFunction","AutoCopy","AutocorrelationTest","AutoDelete","AutoEvaluateEvents","AutoGeneratedPackage","AutoIndent","AutoIndentSpacings","AutoItalicWords","AutoloadPath","AutoMatch","Automatic","AutomaticImageSize","AutoMultiplicationSymbol","AutoNumberFormatting","AutoOpenNotebooks","AutoOpenPalettes","AutoOperatorRenderings","AutoQuoteCharacters","AutoRefreshed","AutoRemove","AutorunSequencing","AutoScaling","AutoScroll","AutoSpacing","AutoStyleOptions","AutoStyleWords","AutoSubmitting","Axes","AxesEdge","AxesLabel","AxesOrigin","AxesStyle","AxiomaticTheory","Axis","Axis3DBox","Axis3DBoxOptions","AxisBox","AxisBoxOptions","AxisLabel","AxisObject","AxisStyle","BabyMonsterGroupB","Back","BackFaceColor","BackFaceGlowColor","BackFaceOpacity","BackFaceSpecularColor","BackFaceSpecularExponent","BackFaceSurfaceAppearance","BackFaceTexture","Background","BackgroundAppearance","BackgroundTasksSettings","Backslash","Backsubstitution","Backward","Ball","Band","BandpassFilter","BandstopFilter","BarabasiAlbertGraphDistribution","BarChart","BarChart3D","BarcodeImage","BarcodeRecognize","BaringhausHenzeTest","BarLegend","BarlowProschanImportance","BarnesG","BarOrigin","BarSpacing","BartlettHannWindow","BartlettWindow","BaseDecode","BaseEncode","BaseForm","Baseline","BaselinePosition","BaseStyle","BasicRecurrentLayer","BatchNormalizationLayer","BatchSize","BatesDistribution","BattleLemarieWavelet","BayesianMaximization","BayesianMaximizationObject","BayesianMinimization","BayesianMinimizationObject","Because","BeckmannDistribution","Beep","Before","Begin","BeginDialogPacket","BeginPackage","BellB","BellY","Below","BenfordDistribution","BeniniDistribution","BenktanderGibratDistribution","BenktanderWeibullDistribution","BernoulliB","BernoulliDistribution","BernoulliGraphDistribution","BernoulliProcess","BernsteinBasis","BesagL","BesselFilterModel","BesselI","BesselJ","BesselJZero","BesselK","BesselY","BesselYZero","Beta","BetaBinomialDistribution","BetaDistribution","BetaNegativeBinomialDistribution","BetaPrimeDistribution","BetaRegularized","Between","BetweennessCentrality","Beveled","BeveledPolyhedron","BezierCurve","BezierCurve3DBox","BezierCurve3DBoxOptions","BezierCurveBox","BezierCurveBoxOptions","BezierFunction","BilateralFilter","BilateralLaplaceTransform","BilateralZTransform","Binarize","BinaryDeserialize","BinaryDistance","BinaryFormat","BinaryImageQ","BinaryRead","BinaryReadList","BinarySerialize","BinaryWrite","BinCounts","BinLists","BinnedVariogramList","Binomial","BinomialDistribution","BinomialPointProcess","BinomialProcess","BinormalDistribution","BiorthogonalSplineWavelet","BioSequence","BioSequenceBackTranslateList","BioSequenceComplement","BioSequenceInstances","BioSequenceModify","BioSequencePlot","BioSequenceQ","BioSequenceReverseComplement","BioSequenceTranscribe","BioSequenceTranslate","BipartiteGraphQ","BiquadraticFilterModel","BirnbaumImportance","BirnbaumSaundersDistribution","BitAnd","BitClear","BitGet","BitLength","BitNot","BitOr","BitRate","BitSet","BitShiftLeft","BitShiftRight","BitXor","BiweightLocation","BiweightMidvariance","Black","BlackmanHarrisWindow","BlackmanNuttallWindow","BlackmanWindow","Blank","BlankForm","BlankNullSequence","BlankSequence","Blend","Block","BlockchainAddressData","BlockchainBase","BlockchainBlockData","BlockchainContractValue","BlockchainData","BlockchainGet","BlockchainKeyEncode","BlockchainPut","BlockchainTokenData","BlockchainTransaction","BlockchainTransactionData","BlockchainTransactionSign","BlockchainTransactionSubmit","BlockDiagonalMatrix","BlockLowerTriangularMatrix","BlockMap","BlockRandom","BlockUpperTriangularMatrix","BlomqvistBeta","BlomqvistBetaTest","Blue","Blur","Blurring","BodePlot","BohmanWindow","Bold","Bond","BondCount","BondLabels","BondLabelStyle","BondList","BondQ","Bookmarks","Boole","BooleanConsecutiveFunction","BooleanConvert","BooleanCountingFunction","BooleanFunction","BooleanGraph","BooleanMaxterms","BooleanMinimize","BooleanMinterms","BooleanQ","BooleanRegion","Booleans","BooleanStrings","BooleanTable","BooleanVariables","BorderDimensions","BorelTannerDistribution","Bottom","BottomHatTransform","BoundaryDiscretizeGraphics","BoundaryDiscretizeRegion","BoundaryMesh","BoundaryMeshRegion","BoundaryMeshRegionQ","BoundaryStyle","BoundedRegionQ","BoundingRegion","Bounds","Box","BoxBaselineShift","BoxData","BoxDimensions","Boxed","Boxes","BoxForm","BoxFormFormatTypes","BoxFrame","BoxID","BoxMargins","BoxMatrix","BoxObject","BoxRatios","BoxRotation","BoxRotationPoint","BoxStyle","BoxWhiskerChart","Bra","BracketingBar","BraKet","BrayCurtisDistance","BreadthFirstScan","Break","BridgeData","BrightnessEqualize","BroadcastStationData","Brown","BrownForsytheTest","BrownianBridgeProcess","BrowserCategory","BSplineBasis","BSplineCurve","BSplineCurve3DBox","BSplineCurve3DBoxOptions","BSplineCurveBox","BSplineCurveBoxOptions","BSplineFunction","BSplineSurface","BSplineSurface3DBox","BSplineSurface3DBoxOptions","BubbleChart","BubbleChart3D","BubbleScale","BubbleSizes","BuckyballGraph","BuildCompiledComponent","BuildingData","BulletGauge","BusinessDayQ","ButterflyGraph","ButterworthFilterModel","Button","ButtonBar","ButtonBox","ButtonBoxOptions","ButtonCell","ButtonContents","ButtonData","ButtonEvaluator","ButtonExpandable","ButtonFrame","ButtonFunction","ButtonMargins","ButtonMinHeight","ButtonNote","ButtonNotebook","ButtonSource","ButtonStyle","ButtonStyleMenuListing","Byte","ByteArray","ByteArrayFormat","ByteArrayFormatQ","ByteArrayQ","ByteArrayToString","ByteCount","ByteOrdering","C","CachedValue","CacheGraphics","CachePersistence","CalendarConvert","CalendarData","CalendarType","Callout","CalloutMarker","CalloutStyle","CallPacket","CanberraDistance","Cancel","CancelButton","CandlestickChart","CanonicalGraph","CanonicalizePolygon","CanonicalizePolyhedron","CanonicalizeRegion","CanonicalName","CanonicalWarpingCorrespondence","CanonicalWarpingDistance","CantorMesh","CantorStaircase","Canvas","Cap","CapForm","CapitalDifferentialD","Capitalize","CapsuleShape","CaptureRunning","CaputoD","CardinalBSplineBasis","CarlemanLinearize","CarlsonRC","CarlsonRD","CarlsonRE","CarlsonRF","CarlsonRG","CarlsonRJ","CarlsonRK","CarlsonRM","CarmichaelLambda","CaseOrdering","Cases","CaseSensitive","Cashflow","Casoratian","Cast","Catalan","CatalanNumber","Catch","CategoricalDistribution","Catenate","CatenateLayer","CauchyDistribution","CauchyMatrix","CauchyPointProcess","CauchyWindow","CayleyGraph","CDF","CDFDeploy","CDFInformation","CDFWavelet","Ceiling","CelestialSystem","Cell","CellAutoOverwrite","CellBaseline","CellBoundingBox","CellBracketOptions","CellChangeTimes","CellContents","CellContext","CellDingbat","CellDingbatMargin","CellDynamicExpression","CellEditDuplicate","CellElementsBoundingBox","CellElementSpacings","CellEpilog","CellEvaluationDuplicate","CellEvaluationFunction","CellEvaluationLanguage","CellEventActions","CellFrame","CellFrameColor","CellFrameLabelMargins","CellFrameLabels","CellFrameMargins","CellFrameStyle","CellGroup","CellGroupData","CellGrouping","CellGroupingRules","CellHorizontalScrolling","CellID","CellInsertionPointCell","CellLabel","CellLabelAutoDelete","CellLabelMargins","CellLabelPositioning","CellLabelStyle","CellLabelTemplate","CellMargins","CellObject","CellOpen","CellPrint","CellProlog","Cells","CellSize","CellStyle","CellTags","CellTrayPosition","CellTrayWidgets","CellularAutomaton","CensoredDistribution","Censoring","Center","CenterArray","CenterDot","CenteredInterval","CentralFeature","CentralMoment","CentralMomentGeneratingFunction","Cepstrogram","CepstrogramArray","CepstrumArray","CForm","ChampernowneNumber","ChangeOptions","ChannelBase","ChannelBrokerAction","ChannelDatabin","ChannelHistoryLength","ChannelListen","ChannelListener","ChannelListeners","ChannelListenerWait","ChannelObject","ChannelPreSendFunction","ChannelReceiverFunction","ChannelSend","ChannelSubscribers","ChanVeseBinarize","Character","CharacterCounts","CharacterEncoding","CharacterEncodingsPath","CharacteristicFunction","CharacteristicPolynomial","CharacterName","CharacterNormalize","CharacterRange","Characters","ChartBaseStyle","ChartElementData","ChartElementDataFunction","ChartElementFunction","ChartElements","ChartLabels","ChartLayout","ChartLegends","ChartStyle","Chebyshev1FilterModel","Chebyshev2FilterModel","ChebyshevDistance","ChebyshevT","ChebyshevU","Check","CheckAbort","CheckAll","CheckArguments","Checkbox","CheckboxBar","CheckboxBox","CheckboxBoxOptions","ChemicalConvert","ChemicalData","ChemicalFormula","ChemicalInstance","ChemicalReaction","ChessboardDistance","ChiDistribution","ChineseRemainder","ChiSquareDistribution","ChoiceButtons","ChoiceDialog","CholeskyDecomposition","Chop","ChromaticityPlot","ChromaticityPlot3D","ChromaticPolynomial","Circle","CircleBox","CircleDot","CircleMinus","CirclePlus","CirclePoints","CircleThrough","CircleTimes","CirculantGraph","CircularArcThrough","CircularOrthogonalMatrixDistribution","CircularQuaternionMatrixDistribution","CircularRealMatrixDistribution","CircularSymplecticMatrixDistribution","CircularUnitaryMatrixDistribution","Circumsphere","CityData","ClassifierFunction","ClassifierInformation","ClassifierMeasurements","ClassifierMeasurementsObject","Classify","ClassPriors","Clear","ClearAll","ClearAttributes","ClearCookies","ClearPermissions","ClearSystemCache","ClebschGordan","ClickPane","ClickToCopy","ClickToCopyEnabled","Clip","ClipboardNotebook","ClipFill","ClippingStyle","ClipPlanes","ClipPlanesStyle","ClipRange","Clock","ClockGauge","ClockwiseContourIntegral","Close","Closed","CloseKernels","ClosenessCentrality","Closing","ClosingAutoSave","ClosingEvent","CloudAccountData","CloudBase","CloudConnect","CloudConnections","CloudDeploy","CloudDirectory","CloudDisconnect","CloudEvaluate","CloudExport","CloudExpression","CloudExpressions","CloudFunction","CloudGet","CloudImport","CloudLoggingData","CloudObject","CloudObjectInformation","CloudObjectInformationData","CloudObjectNameFormat","CloudObjects","CloudObjectURLType","CloudPublish","CloudPut","CloudRenderingMethod","CloudSave","CloudShare","CloudSubmit","CloudSymbol","CloudUnshare","CloudUserID","ClusterClassify","ClusterDissimilarityFunction","ClusteringComponents","ClusteringMeasurements","ClusteringTree","CMYKColor","Coarse","CodeAssistOptions","Coefficient","CoefficientArrays","CoefficientDomain","CoefficientList","CoefficientRules","CoifletWavelet","Collect","CollinearPoints","Colon","ColonForm","ColorBalance","ColorCombine","ColorConvert","ColorCoverage","ColorData","ColorDataFunction","ColorDetect","ColorDistance","ColorFunction","ColorFunctionBinning","ColorFunctionScaling","Colorize","ColorNegate","ColorOutput","ColorProfileData","ColorQ","ColorQuantize","ColorReplace","ColorRules","ColorSelectorSettings","ColorSeparate","ColorSetter","ColorSetterBox","ColorSetterBoxOptions","ColorSlider","ColorsNear","ColorSpace","ColorToneMapping","Column","ColumnAlignments","ColumnBackgrounds","ColumnForm","ColumnLines","ColumnsEqual","ColumnSpacings","ColumnWidths","CombinatorB","CombinatorC","CombinatorI","CombinatorK","CombinatorS","CombinatorW","CombinatorY","CombinedEntityClass","CombinerFunction","CometData","CommonDefaultFormatTypes","Commonest","CommonestFilter","CommonName","CommonUnits","CommunityBoundaryStyle","CommunityGraphPlot","CommunityLabels","CommunityRegionStyle","CompanyData","CompatibleUnitQ","CompilationOptions","CompilationTarget","Compile","Compiled","CompiledCodeFunction","CompiledComponent","CompiledExpressionDeclaration","CompiledFunction","CompiledLayer","CompilerCallback","CompilerEnvironment","CompilerEnvironmentAppend","CompilerEnvironmentAppendTo","CompilerEnvironmentObject","CompilerOptions","Complement","ComplementedEntityClass","CompleteGraph","CompleteGraphQ","CompleteIntegral","CompleteKaryTree","CompletionsListPacket","Complex","ComplexArrayPlot","ComplexContourPlot","Complexes","ComplexExpand","ComplexInfinity","ComplexityFunction","ComplexListPlot","ComplexPlot","ComplexPlot3D","ComplexRegionPlot","ComplexStreamPlot","ComplexVectorPlot","ComponentMeasurements","ComponentwiseContextMenu","Compose","ComposeList","ComposeSeries","CompositeQ","Composition","CompoundElement","CompoundExpression","CompoundPoissonDistribution","CompoundPoissonProcess","CompoundRenewalProcess","Compress","CompressedData","CompressionLevel","ComputeUncertainty","ConcaveHullMesh","Condition","ConditionalExpression","Conditioned","Cone","ConeBox","ConfidenceLevel","ConfidenceRange","ConfidenceTransform","ConfigurationPath","Confirm","ConfirmAssert","ConfirmBy","ConfirmMatch","ConfirmQuiet","ConformationMethod","ConformAudio","ConformImages","Congruent","ConicGradientFilling","ConicHullRegion","ConicHullRegion3DBox","ConicHullRegion3DBoxOptions","ConicHullRegionBox","ConicHullRegionBoxOptions","ConicOptimization","Conjugate","ConjugateTranspose","Conjunction","Connect","ConnectedComponents","ConnectedGraphComponents","ConnectedGraphQ","ConnectedMeshComponents","ConnectedMoleculeComponents","ConnectedMoleculeQ","ConnectionSettings","ConnectLibraryCallbackFunction","ConnectSystemModelComponents","ConnectSystemModelController","ConnesWindow","ConoverTest","ConservativeConvectionPDETerm","ConsoleMessage","Constant","ConstantArray","ConstantArrayLayer","ConstantImage","ConstantPlusLayer","ConstantRegionQ","Constants","ConstantTimesLayer","ConstellationData","ConstrainedMax","ConstrainedMin","Construct","Containing","ContainsAll","ContainsAny","ContainsExactly","ContainsNone","ContainsOnly","ContentDetectorFunction","ContentFieldOptions","ContentLocationFunction","ContentObject","ContentPadding","ContentsBoundingBox","ContentSelectable","ContentSize","Context","ContextMenu","Contexts","ContextToFileName","Continuation","Continue","ContinuedFraction","ContinuedFractionK","ContinuousAction","ContinuousMarkovProcess","ContinuousTask","ContinuousTimeModelQ","ContinuousWaveletData","ContinuousWaveletTransform","ContourDetect","ContourGraphics","ContourIntegral","ContourLabels","ContourLines","ContourPlot","ContourPlot3D","Contours","ContourShading","ContourSmoothing","ContourStyle","ContraharmonicMean","ContrastiveLossLayer","Control","ControlActive","ControlAlignment","ControlGroupContentsBox","ControllabilityGramian","ControllabilityMatrix","ControllableDecomposition","ControllableModelQ","ControllerDuration","ControllerInformation","ControllerInformationData","ControllerLinking","ControllerManipulate","ControllerMethod","ControllerPath","ControllerState","ControlPlacement","ControlsRendering","ControlType","ConvectionPDETerm","Convergents","ConversionOptions","ConversionRules","ConvertToPostScript","ConvertToPostScriptPacket","ConvexHullMesh","ConvexHullRegion","ConvexOptimization","ConvexPolygonQ","ConvexPolyhedronQ","ConvexRegionQ","ConvolutionLayer","Convolve","ConwayGroupCo1","ConwayGroupCo2","ConwayGroupCo3","CookieFunction","Cookies","CoordinateBoundingBox","CoordinateBoundingBoxArray","CoordinateBounds","CoordinateBoundsArray","CoordinateChartData","CoordinatesToolOptions","CoordinateTransform","CoordinateTransformData","CoplanarPoints","CoprimeQ","Coproduct","CopulaDistribution","Copyable","CopyDatabin","CopyDirectory","CopyFile","CopyFunction","CopyTag","CopyToClipboard","CoreNilpotentDecomposition","CornerFilter","CornerNeighbors","Correlation","CorrelationDistance","CorrelationFunction","CorrelationTest","Cos","Cosh","CoshIntegral","CosineDistance","CosineWindow","CosIntegral","Cot","Coth","CoulombF","CoulombG","CoulombH1","CoulombH2","Count","CountDistinct","CountDistinctBy","CounterAssignments","CounterBox","CounterBoxOptions","CounterClockwiseContourIntegral","CounterEvaluator","CounterFunction","CounterIncrements","CounterStyle","CounterStyleMenuListing","CountRoots","CountryData","Counts","CountsBy","Covariance","CovarianceEstimatorFunction","CovarianceFunction","CoxianDistribution","CoxIngersollRossProcess","CoxModel","CoxModelFit","CramerVonMisesTest","CreateArchive","CreateCellID","CreateChannel","CreateCloudExpression","CreateCompilerEnvironment","CreateDatabin","CreateDataStructure","CreateDataSystemModel","CreateDialog","CreateDirectory","CreateDocument","CreateFile","CreateIntermediateDirectories","CreateLicenseEntitlement","CreateManagedLibraryExpression","CreateNotebook","CreatePacletArchive","CreatePalette","CreatePermissionsGroup","CreateScheduledTask","CreateSearchIndex","CreateSystemModel","CreateTemporary","CreateTypeInstance","CreateUUID","CreateWindow","CriterionFunction","CriticalityFailureImportance","CriticalitySuccessImportance","CriticalSection","Cross","CrossEntropyLossLayer","CrossingCount","CrossingDetect","CrossingPolygon","CrossMatrix","Csc","Csch","CSGRegion","CSGRegionQ","CSGRegionTree","CTCLossLayer","Cube","CubeRoot","Cubics","Cuboid","CuboidBox","CuboidBoxOptions","Cumulant","CumulantGeneratingFunction","CumulativeFeatureImpactPlot","Cup","CupCap","Curl","CurlyDoubleQuote","CurlyQuote","CurrencyConvert","CurrentDate","CurrentImage","CurrentNotebookImage","CurrentScreenImage","CurrentValue","Curry","CurryApplied","CurvatureFlowFilter","CurveClosed","Cyan","CycleGraph","CycleIndexPolynomial","Cycles","CyclicGroup","Cyclotomic","Cylinder","CylinderBox","CylinderBoxOptions","CylindricalDecomposition","CylindricalDecompositionFunction","D","DagumDistribution","DamData","DamerauLevenshteinDistance","DampingFactor","Darker","Dashed","Dashing","DatabaseConnect","DatabaseDisconnect","DatabaseReference","Databin","DatabinAdd","DatabinRemove","Databins","DatabinSubmit","DatabinUpload","DataCompression","DataDistribution","DataRange","DataReversed","Dataset","DatasetDisplayPanel","DatasetTheme","DataStructure","DataStructureQ","Date","DateBounds","Dated","DateDelimiters","DateDifference","DatedUnit","DateFormat","DateFunction","DateGranularity","DateHistogram","DateInterval","DateList","DateListLogPlot","DateListPlot","DateListStepPlot","DateObject","DateObjectQ","DateOverlapsQ","DatePattern","DatePlus","DateRange","DateReduction","DateScale","DateSelect","DateString","DateTicksFormat","DateValue","DateWithinQ","DaubechiesWavelet","DavisDistribution","DawsonF","DayCount","DayCountConvention","DayHemisphere","DaylightQ","DayMatchQ","DayName","DayNightTerminator","DayPlus","DayRange","DayRound","DeBruijnGraph","DeBruijnSequence","Debug","DebugTag","Decapitalize","Decimal","DecimalForm","DeclareCompiledComponent","DeclareKnownSymbols","DeclarePackage","Decompose","DeconvolutionLayer","Decrement","Decrypt","DecryptFile","DedekindEta","DeepSpaceProbeData","Default","Default2DTool","Default3DTool","DefaultAttachedCellStyle","DefaultAxesStyle","DefaultBaseStyle","DefaultBoxStyle","DefaultButton","DefaultColor","DefaultControlPlacement","DefaultDockedCellStyle","DefaultDuplicateCellStyle","DefaultDuration","DefaultElement","DefaultFaceGridsStyle","DefaultFieldHintStyle","DefaultFont","DefaultFontProperties","DefaultFormatType","DefaultFrameStyle","DefaultFrameTicksStyle","DefaultGridLinesStyle","DefaultInlineFormatType","DefaultInputFormatType","DefaultLabelStyle","DefaultMenuStyle","DefaultNaturalLanguage","DefaultNewCellStyle","DefaultNewInlineCellStyle","DefaultNotebook","DefaultOptions","DefaultOutputFormatType","DefaultPrintPrecision","DefaultStyle","DefaultStyleDefinitions","DefaultTextFormatType","DefaultTextInlineFormatType","DefaultTicksStyle","DefaultTooltipStyle","DefaultValue","DefaultValues","Defer","DefineExternal","DefineInputStreamMethod","DefineOutputStreamMethod","DefineResourceFunction","Definition","Degree","DegreeCentrality","DegreeGraphDistribution","DegreeLexicographic","DegreeReverseLexicographic","DEigensystem","DEigenvalues","Deinitialization","Del","DelaunayMesh","Delayed","Deletable","Delete","DeleteAdjacentDuplicates","DeleteAnomalies","DeleteBorderComponents","DeleteCases","DeleteChannel","DeleteCloudExpression","DeleteContents","DeleteDirectory","DeleteDuplicates","DeleteDuplicatesBy","DeleteElements","DeleteFile","DeleteMissing","DeleteObject","DeletePermissionsKey","DeleteSearchIndex","DeleteSmallComponents","DeleteStopwords","DeleteWithContents","DeletionWarning","DelimitedArray","DelimitedSequence","Delimiter","DelimiterAutoMatching","DelimiterFlashTime","DelimiterMatching","Delimiters","DeliveryFunction","Dendrogram","Denominator","DensityGraphics","DensityHistogram","DensityPlot","DensityPlot3D","DependentVariables","Deploy","Deployed","Depth","DepthFirstScan","Derivative","DerivativeFilter","DerivativePDETerm","DerivedKey","DescriptorStateSpace","DesignMatrix","DestroyAfterEvaluation","Det","DeviceClose","DeviceConfigure","DeviceExecute","DeviceExecuteAsynchronous","DeviceObject","DeviceOpen","DeviceOpenQ","DeviceRead","DeviceReadBuffer","DeviceReadLatest","DeviceReadList","DeviceReadTimeSeries","Devices","DeviceStreams","DeviceWrite","DeviceWriteBuffer","DGaussianWavelet","DiacriticalPositioning","Diagonal","DiagonalizableMatrixQ","DiagonalMatrix","DiagonalMatrixQ","Dialog","DialogIndent","DialogInput","DialogLevel","DialogNotebook","DialogProlog","DialogReturn","DialogSymbols","Diamond","DiamondMatrix","DiceDissimilarity","DictionaryLookup","DictionaryWordQ","DifferenceDelta","DifferenceOrder","DifferenceQuotient","DifferenceRoot","DifferenceRootReduce","Differences","DifferentialD","DifferentialRoot","DifferentialRootReduce","DifferentiatorFilter","DiffusionPDETerm","DiggleGatesPointProcess","DiggleGrattonPointProcess","DigitalSignature","DigitBlock","DigitBlockMinimum","DigitCharacter","DigitCount","DigitQ","DihedralAngle","DihedralGroup","Dilation","DimensionalCombinations","DimensionalMeshComponents","DimensionReduce","DimensionReducerFunction","DimensionReduction","Dimensions","DiracComb","DiracDelta","DirectedEdge","DirectedEdges","DirectedGraph","DirectedGraphQ","DirectedInfinity","Direction","DirectionalLight","Directive","Directory","DirectoryName","DirectoryQ","DirectoryStack","DirichletBeta","DirichletCharacter","DirichletCondition","DirichletConvolve","DirichletDistribution","DirichletEta","DirichletL","DirichletLambda","DirichletTransform","DirichletWindow","DisableConsolePrintPacket","DisableFormatting","DiscreteAsymptotic","DiscreteChirpZTransform","DiscreteConvolve","DiscreteDelta","DiscreteHadamardTransform","DiscreteIndicator","DiscreteInputOutputModel","DiscreteLimit","DiscreteLQEstimatorGains","DiscreteLQRegulatorGains","DiscreteLyapunovSolve","DiscreteMarkovProcess","DiscreteMaxLimit","DiscreteMinLimit","DiscretePlot","DiscretePlot3D","DiscreteRatio","DiscreteRiccatiSolve","DiscreteShift","DiscreteTimeModelQ","DiscreteUniformDistribution","DiscreteVariables","DiscreteWaveletData","DiscreteWaveletPacketTransform","DiscreteWaveletTransform","DiscretizeGraphics","DiscretizeRegion","Discriminant","DisjointQ","Disjunction","Disk","DiskBox","DiskBoxOptions","DiskMatrix","DiskSegment","Dispatch","DispatchQ","DispersionEstimatorFunction","Display","DisplayAllSteps","DisplayEndPacket","DisplayForm","DisplayFunction","DisplayPacket","DisplayRules","DisplayString","DisplayTemporary","DisplayWith","DisplayWithRef","DisplayWithVariable","DistanceFunction","DistanceMatrix","DistanceTransform","Distribute","Distributed","DistributedContexts","DistributeDefinitions","DistributionChart","DistributionDomain","DistributionFitTest","DistributionParameterAssumptions","DistributionParameterQ","Dithering","Div","Divergence","Divide","DivideBy","Dividers","DivideSides","Divisible","Divisors","DivisorSigma","DivisorSum","DMSList","DMSString","Do","DockedCell","DockedCells","DocumentGenerator","DocumentGeneratorInformation","DocumentGeneratorInformationData","DocumentGenerators","DocumentNotebook","DocumentWeightingRules","Dodecahedron","DomainRegistrationInformation","DominantColors","DominatorTreeGraph","DominatorVertexList","DOSTextFormat","Dot","DotDashed","DotEqual","DotLayer","DotPlusLayer","Dotted","DoubleBracketingBar","DoubleContourIntegral","DoubleDownArrow","DoubleLeftArrow","DoubleLeftRightArrow","DoubleLeftTee","DoubleLongLeftArrow","DoubleLongLeftRightArrow","DoubleLongRightArrow","DoubleRightArrow","DoubleRightTee","DoubleUpArrow","DoubleUpDownArrow","DoubleVerticalBar","DoublyInfinite","Down","DownArrow","DownArrowBar","DownArrowUpArrow","DownLeftRightVector","DownLeftTeeVector","DownLeftVector","DownLeftVectorBar","DownRightTeeVector","DownRightVector","DownRightVectorBar","Downsample","DownTee","DownTeeArrow","DownValues","DownValuesFunction","DragAndDrop","DrawBackFaces","DrawEdges","DrawFrontFaces","DrawHighlighted","DrazinInverse","Drop","DropoutLayer","DropShadowing","DSolve","DSolveChangeVariables","DSolveValue","Dt","DualLinearProgramming","DualPlanarGraph","DualPolyhedron","DualSystemsModel","DumpGet","DumpSave","DuplicateFreeQ","Duration","Dynamic","DynamicBox","DynamicBoxOptions","DynamicEvaluationTimeout","DynamicGeoGraphics","DynamicImage","DynamicLocation","DynamicModule","DynamicModuleBox","DynamicModuleBoxOptions","DynamicModuleParent","DynamicModuleValues","DynamicName","DynamicNamespace","DynamicReference","DynamicSetting","DynamicUpdating","DynamicWrapper","DynamicWrapperBox","DynamicWrapperBoxOptions","E","EarthImpactData","EarthquakeData","EccentricityCentrality","Echo","EchoEvaluation","EchoFunction","EchoLabel","EchoTiming","EclipseType","EdgeAdd","EdgeBetweennessCentrality","EdgeCapacity","EdgeCapForm","EdgeChromaticNumber","EdgeColor","EdgeConnectivity","EdgeContract","EdgeCost","EdgeCount","EdgeCoverQ","EdgeCycleMatrix","EdgeDashing","EdgeDelete","EdgeDetect","EdgeForm","EdgeIndex","EdgeJoinForm","EdgeLabeling","EdgeLabels","EdgeLabelStyle","EdgeList","EdgeOpacity","EdgeQ","EdgeRenderingFunction","EdgeRules","EdgeShapeFunction","EdgeStyle","EdgeTaggedGraph","EdgeTaggedGraphQ","EdgeTags","EdgeThickness","EdgeTransitiveGraphQ","EdgeValueRange","EdgeValueSizes","EdgeWeight","EdgeWeightedGraphQ","Editable","EditButtonSettings","EditCellTagsSettings","EditDistance","EffectiveInterest","Eigensystem","Eigenvalues","EigenvectorCentrality","Eigenvectors","Element","ElementData","ElementwiseLayer","ElidedForms","Eliminate","EliminationOrder","Ellipsoid","EllipticE","EllipticExp","EllipticExpPrime","EllipticF","EllipticFilterModel","EllipticK","EllipticLog","EllipticNomeQ","EllipticPi","EllipticReducedHalfPeriods","EllipticTheta","EllipticThetaPrime","EmbedCode","EmbeddedHTML","EmbeddedService","EmbeddedSQLEntityClass","EmbeddedSQLExpression","EmbeddingLayer","EmbeddingObject","EmitSound","EmphasizeSyntaxErrors","EmpiricalDistribution","Empty","EmptyGraphQ","EmptyRegion","EmptySpaceF","EnableConsolePrintPacket","Enabled","Enclose","Encode","Encrypt","EncryptedObject","EncryptFile","End","EndAdd","EndDialogPacket","EndOfBuffer","EndOfFile","EndOfLine","EndOfString","EndPackage","EngineEnvironment","EngineeringForm","Enter","EnterExpressionPacket","EnterTextPacket","Entity","EntityClass","EntityClassList","EntityCopies","EntityFunction","EntityGroup","EntityInstance","EntityList","EntityPrefetch","EntityProperties","EntityProperty","EntityPropertyClass","EntityRegister","EntityStore","EntityStores","EntityTypeName","EntityUnregister","EntityValue","Entropy","EntropyFilter","Environment","Epilog","EpilogFunction","Equal","EqualColumns","EqualRows","EqualTilde","EqualTo","EquatedTo","Equilibrium","EquirippleFilterKernel","Equivalent","Erf","Erfc","Erfi","ErlangB","ErlangC","ErlangDistribution","Erosion","ErrorBox","ErrorBoxOptions","ErrorNorm","ErrorPacket","ErrorsDialogSettings","EscapeRadius","EstimatedBackground","EstimatedDistribution","EstimatedPointNormals","EstimatedPointProcess","EstimatedProcess","EstimatedVariogramModel","EstimatorGains","EstimatorRegulator","EuclideanDistance","EulerAngles","EulerCharacteristic","EulerE","EulerGamma","EulerianGraphQ","EulerMatrix","EulerPhi","Evaluatable","Evaluate","Evaluated","EvaluatePacket","EvaluateScheduledTask","EvaluationBox","EvaluationCell","EvaluationCompletionAction","EvaluationData","EvaluationElements","EvaluationEnvironment","EvaluationMode","EvaluationMonitor","EvaluationNotebook","EvaluationObject","EvaluationOrder","EvaluationPrivileges","EvaluationRateLimit","Evaluator","EvaluatorNames","EvenQ","EventData","EventEvaluator","EventHandler","EventHandlerTag","EventLabels","EventSeries","ExactBlackmanWindow","ExactNumberQ","ExactRootIsolation","ExampleData","Except","ExcludedContexts","ExcludedForms","ExcludedLines","ExcludedPhysicalQuantities","ExcludePods","Exclusions","ExclusionsStyle","Exists","Exit","ExitDialog","ExoplanetData","Exp","Expand","ExpandAll","ExpandDenominator","ExpandFileName","ExpandNumerator","Expectation","ExpectationE","ExpectedValue","ExpGammaDistribution","ExpIntegralE","ExpIntegralEi","ExpirationDate","Exponent","ExponentFunction","ExponentialDistribution","ExponentialFamily","ExponentialGeneratingFunction","ExponentialMovingAverage","ExponentialPowerDistribution","ExponentPosition","ExponentStep","Export","ExportAutoReplacements","ExportByteArray","ExportForm","ExportPacket","ExportString","Expression","ExpressionCell","ExpressionGraph","ExpressionPacket","ExpressionTree","ExpressionUUID","ExpToTrig","ExtendedEntityClass","ExtendedGCD","Extension","ExtentElementFunction","ExtentMarkers","ExtentSize","ExternalBundle","ExternalCall","ExternalDataCharacterEncoding","ExternalEvaluate","ExternalFunction","ExternalFunctionName","ExternalIdentifier","ExternalObject","ExternalOptions","ExternalSessionObject","ExternalSessions","ExternalStorageBase","ExternalStorageDownload","ExternalStorageGet","ExternalStorageObject","ExternalStoragePut","ExternalStorageUpload","ExternalTypeSignature","ExternalValue","Extract","ExtractArchive","ExtractLayer","ExtractPacletArchive","ExtremeValueDistribution","FaceAlign","FaceForm","FaceGrids","FaceGridsStyle","FaceRecognize","FacialFeatures","Factor","FactorComplete","Factorial","Factorial2","FactorialMoment","FactorialMomentGeneratingFunction","FactorialPower","FactorInteger","FactorList","FactorSquareFree","FactorSquareFreeList","FactorTerms","FactorTermsList","Fail","Failure","FailureAction","FailureDistribution","FailureQ","False","FareySequence","FARIMAProcess","FeatureDistance","FeatureExtract","FeatureExtraction","FeatureExtractor","FeatureExtractorFunction","FeatureImpactPlot","FeatureNames","FeatureNearest","FeatureSpacePlot","FeatureSpacePlot3D","FeatureTypes","FeatureValueDependencyPlot","FeatureValueImpactPlot","FEDisableConsolePrintPacket","FeedbackLinearize","FeedbackSector","FeedbackSectorStyle","FeedbackType","FEEnableConsolePrintPacket","FetalGrowthData","Fibonacci","Fibonorial","FieldCompletionFunction","FieldHint","FieldHintStyle","FieldMasked","FieldSize","File","FileBaseName","FileByteCount","FileConvert","FileDate","FileExistsQ","FileExtension","FileFormat","FileFormatProperties","FileFormatQ","FileHandler","FileHash","FileInformation","FileName","FileNameDepth","FileNameDialogSettings","FileNameDrop","FileNameForms","FileNameJoin","FileNames","FileNameSetter","FileNameSplit","FileNameTake","FileNameToFormatList","FilePrint","FileSize","FileSystemMap","FileSystemScan","FileSystemTree","FileTemplate","FileTemplateApply","FileType","FilledCurve","FilledCurveBox","FilledCurveBoxOptions","FilledTorus","FillForm","Filling","FillingStyle","FillingTransform","FilteredEntityClass","FilterRules","FinancialBond","FinancialData","FinancialDerivative","FinancialIndicator","Find","FindAnomalies","FindArgMax","FindArgMin","FindChannels","FindClique","FindClusters","FindCookies","FindCurvePath","FindCycle","FindDevices","FindDistribution","FindDistributionParameters","FindDivisions","FindEdgeColoring","FindEdgeCover","FindEdgeCut","FindEdgeIndependentPaths","FindEquationalProof","FindEulerianCycle","FindExternalEvaluators","FindFaces","FindFile","FindFit","FindFormula","FindFundamentalCycles","FindGeneratingFunction","FindGeoLocation","FindGeometricConjectures","FindGeometricTransform","FindGraphCommunities","FindGraphIsomorphism","FindGraphPartition","FindHamiltonianCycle","FindHamiltonianPath","FindHiddenMarkovStates","FindImageText","FindIndependentEdgeSet","FindIndependentVertexSet","FindInstance","FindIntegerNullVector","FindIsomers","FindIsomorphicSubgraph","FindKClan","FindKClique","FindKClub","FindKPlex","FindLibrary","FindLinearRecurrence","FindList","FindMatchingColor","FindMaximum","FindMaximumCut","FindMaximumFlow","FindMaxValue","FindMeshDefects","FindMinimum","FindMinimumCostFlow","FindMinimumCut","FindMinValue","FindMoleculeSubstructure","FindPath","FindPeaks","FindPermutation","FindPlanarColoring","FindPointProcessParameters","FindPostmanTour","FindProcessParameters","FindRegionTransform","FindRepeat","FindRoot","FindSequenceFunction","FindSettings","FindShortestPath","FindShortestTour","FindSpanningTree","FindSubgraphIsomorphism","FindSystemModelEquilibrium","FindTextualAnswer","FindThreshold","FindTransientRepeat","FindVertexColoring","FindVertexCover","FindVertexCut","FindVertexIndependentPaths","Fine","FinishDynamic","FiniteAbelianGroupCount","FiniteGroupCount","FiniteGroupData","First","FirstCase","FirstPassageTimeDistribution","FirstPosition","FischerGroupFi22","FischerGroupFi23","FischerGroupFi24Prime","FisherHypergeometricDistribution","FisherRatioTest","FisherZDistribution","Fit","FitAll","FitRegularization","FittedModel","FixedOrder","FixedPoint","FixedPointList","FlashSelection","Flat","FlatShading","Flatten","FlattenAt","FlattenLayer","FlatTopWindow","FlightData","FlipView","Floor","FlowPolynomial","Fold","FoldList","FoldPair","FoldPairList","FoldWhile","FoldWhileList","FollowRedirects","Font","FontColor","FontFamily","FontForm","FontName","FontOpacity","FontPostScriptName","FontProperties","FontReencoding","FontSize","FontSlant","FontSubstitutions","FontTracking","FontVariations","FontWeight","For","ForAll","ForAllType","ForceVersionInstall","Format","FormatRules","FormatType","FormatTypeAutoConvert","FormatValues","FormBox","FormBoxOptions","FormControl","FormFunction","FormLayoutFunction","FormObject","FormPage","FormProtectionMethod","FormTheme","FormulaData","FormulaLookup","FortranForm","Forward","ForwardBackward","ForwardCloudCredentials","Fourier","FourierCoefficient","FourierCosCoefficient","FourierCosSeries","FourierCosTransform","FourierDCT","FourierDCTFilter","FourierDCTMatrix","FourierDST","FourierDSTMatrix","FourierMatrix","FourierParameters","FourierSequenceTransform","FourierSeries","FourierSinCoefficient","FourierSinSeries","FourierSinTransform","FourierTransform","FourierTrigSeries","FoxH","FoxHReduce","FractionalBrownianMotionProcess","FractionalD","FractionalGaussianNoiseProcess","FractionalPart","FractionBox","FractionBoxOptions","FractionLine","Frame","FrameBox","FrameBoxOptions","Framed","FrameInset","FrameLabel","Frameless","FrameListVideo","FrameMargins","FrameRate","FrameStyle","FrameTicks","FrameTicksStyle","FRatioDistribution","FrechetDistribution","FreeQ","FrenetSerretSystem","FrequencySamplingFilterKernel","FresnelC","FresnelF","FresnelG","FresnelS","Friday","FrobeniusNumber","FrobeniusSolve","FromAbsoluteTime","FromCharacterCode","FromCoefficientRules","FromContinuedFraction","FromDate","FromDateString","FromDigits","FromDMS","FromEntity","FromJulianDate","FromLetterNumber","FromPolarCoordinates","FromRawPointer","FromRomanNumeral","FromSphericalCoordinates","FromUnixTime","Front","FrontEndDynamicExpression","FrontEndEventActions","FrontEndExecute","FrontEndObject","FrontEndResource","FrontEndResourceString","FrontEndStackSize","FrontEndToken","FrontEndTokenExecute","FrontEndValueCache","FrontEndVersion","FrontFaceColor","FrontFaceGlowColor","FrontFaceOpacity","FrontFaceSpecularColor","FrontFaceSpecularExponent","FrontFaceSurfaceAppearance","FrontFaceTexture","Full","FullAxes","FullDefinition","FullForm","FullGraphics","FullInformationOutputRegulator","FullOptions","FullRegion","FullSimplify","Function","FunctionAnalytic","FunctionBijective","FunctionCompile","FunctionCompileExport","FunctionCompileExportByteArray","FunctionCompileExportLibrary","FunctionCompileExportString","FunctionContinuous","FunctionConvexity","FunctionDeclaration","FunctionDiscontinuities","FunctionDomain","FunctionExpand","FunctionInjective","FunctionInterpolation","FunctionLayer","FunctionMeromorphic","FunctionMonotonicity","FunctionPeriod","FunctionPoles","FunctionRange","FunctionSign","FunctionSingularities","FunctionSpace","FunctionSurjective","FussellVeselyImportance","GaborFilter","GaborMatrix","GaborWavelet","GainMargins","GainPhaseMargins","GalaxyData","GalleryView","Gamma","GammaDistribution","GammaRegularized","GapPenalty","GARCHProcess","GatedRecurrentLayer","Gather","GatherBy","GaugeFaceElementFunction","GaugeFaceStyle","GaugeFrameElementFunction","GaugeFrameSize","GaugeFrameStyle","GaugeLabels","GaugeMarkers","GaugeStyle","GaussianFilter","GaussianIntegers","GaussianMatrix","GaussianOrthogonalMatrixDistribution","GaussianSymplecticMatrixDistribution","GaussianUnitaryMatrixDistribution","GaussianWindow","GCD","GegenbauerC","General","GeneralizedLinearModelFit","GenerateAsymmetricKeyPair","GenerateConditions","GeneratedAssetFormat","GeneratedAssetLocation","GeneratedCell","GeneratedCellStyles","GeneratedDocumentBinding","GenerateDerivedKey","GenerateDigitalSignature","GenerateDocument","GeneratedParameters","GeneratedQuantityMagnitudes","GenerateFileSignature","GenerateHTTPResponse","GenerateSecuredAuthenticationKey","GenerateSymmetricKey","GeneratingFunction","GeneratorDescription","GeneratorHistoryLength","GeneratorOutputType","Generic","GenericCylindricalDecomposition","GenomeData","GenomeLookup","GeoAntipode","GeoArea","GeoArraySize","GeoBackground","GeoBoundary","GeoBoundingBox","GeoBounds","GeoBoundsRegion","GeoBoundsRegionBoundary","GeoBubbleChart","GeoCenter","GeoCircle","GeoContourPlot","GeoDensityPlot","GeodesicClosing","GeodesicDilation","GeodesicErosion","GeodesicOpening","GeodesicPolyhedron","GeoDestination","GeodesyData","GeoDirection","GeoDisk","GeoDisplacement","GeoDistance","GeoDistanceList","GeoElevationData","GeoEntities","GeoGraphics","GeoGraphPlot","GeoGraphValuePlot","GeogravityModelData","GeoGridDirectionDifference","GeoGridLines","GeoGridLinesStyle","GeoGridPosition","GeoGridRange","GeoGridRangePadding","GeoGridUnitArea","GeoGridUnitDistance","GeoGridVector","GeoGroup","GeoHemisphere","GeoHemisphereBoundary","GeoHistogram","GeoIdentify","GeoImage","GeoLabels","GeoLength","GeoListPlot","GeoLocation","GeologicalPeriodData","GeomagneticModelData","GeoMarker","GeometricAssertion","GeometricBrownianMotionProcess","GeometricDistribution","GeometricMean","GeometricMeanFilter","GeometricOptimization","GeometricScene","GeometricStep","GeometricStylingRules","GeometricTest","GeometricTransformation","GeometricTransformation3DBox","GeometricTransformation3DBoxOptions","GeometricTransformationBox","GeometricTransformationBoxOptions","GeoModel","GeoNearest","GeoOrientationData","GeoPath","GeoPolygon","GeoPosition","GeoPositionENU","GeoPositionXYZ","GeoProjection","GeoProjectionData","GeoRange","GeoRangePadding","GeoRegionValuePlot","GeoResolution","GeoScaleBar","GeoServer","GeoSmoothHistogram","GeoStreamPlot","GeoStyling","GeoStylingImageFunction","GeoVariant","GeoVector","GeoVectorENU","GeoVectorPlot","GeoVectorXYZ","GeoVisibleRegion","GeoVisibleRegionBoundary","GeoWithinQ","GeoZoomLevel","GestureHandler","GestureHandlerTag","Get","GetContext","GetEnvironment","GetFileName","GetLinebreakInformationPacket","GibbsPointProcess","Glaisher","GlobalClusteringCoefficient","GlobalPreferences","GlobalSession","Glow","GoldenAngle","GoldenRatio","GompertzMakehamDistribution","GoochShading","GoodmanKruskalGamma","GoodmanKruskalGammaTest","Goto","GouraudShading","Grad","Gradient","GradientFilter","GradientFittedMesh","GradientOrientationFilter","GrammarApply","GrammarRules","GrammarToken","Graph","Graph3D","GraphAssortativity","GraphAutomorphismGroup","GraphCenter","GraphComplement","GraphData","GraphDensity","GraphDiameter","GraphDifference","GraphDisjointUnion","GraphDistance","GraphDistanceMatrix","GraphEmbedding","GraphHighlight","GraphHighlightStyle","GraphHub","Graphics","Graphics3D","Graphics3DBox","Graphics3DBoxOptions","GraphicsArray","GraphicsBaseline","GraphicsBox","GraphicsBoxOptions","GraphicsColor","GraphicsColumn","GraphicsComplex","GraphicsComplex3DBox","GraphicsComplex3DBoxOptions","GraphicsComplexBox","GraphicsComplexBoxOptions","GraphicsContents","GraphicsData","GraphicsGrid","GraphicsGridBox","GraphicsGroup","GraphicsGroup3DBox","GraphicsGroup3DBoxOptions","GraphicsGroupBox","GraphicsGroupBoxOptions","GraphicsGrouping","GraphicsHighlightColor","GraphicsRow","GraphicsSpacing","GraphicsStyle","GraphIntersection","GraphJoin","GraphLayerLabels","GraphLayers","GraphLayerStyle","GraphLayout","GraphLinkEfficiency","GraphPeriphery","GraphPlot","GraphPlot3D","GraphPower","GraphProduct","GraphPropertyDistribution","GraphQ","GraphRadius","GraphReciprocity","GraphRoot","GraphStyle","GraphSum","GraphTree","GraphUnion","Gray","GrayLevel","Greater","GreaterEqual","GreaterEqualLess","GreaterEqualThan","GreaterFullEqual","GreaterGreater","GreaterLess","GreaterSlantEqual","GreaterThan","GreaterTilde","GreekStyle","Green","GreenFunction","Grid","GridBaseline","GridBox","GridBoxAlignment","GridBoxBackground","GridBoxDividers","GridBoxFrame","GridBoxItemSize","GridBoxItemStyle","GridBoxOptions","GridBoxSpacings","GridCreationSettings","GridDefaultElement","GridElementStyleOptions","GridFrame","GridFrameMargins","GridGraph","GridLines","GridLinesStyle","GridVideo","GroebnerBasis","GroupActionBase","GroupBy","GroupCentralizer","GroupElementFromWord","GroupElementPosition","GroupElementQ","GroupElements","GroupElementToWord","GroupGenerators","Groupings","GroupMultiplicationTable","GroupOpenerColor","GroupOpenerInsideFrame","GroupOrbits","GroupOrder","GroupPageBreakWithin","GroupSetwiseStabilizer","GroupStabilizer","GroupStabilizerChain","GroupTogetherGrouping","GroupTogetherNestedGrouping","GrowCutComponents","Gudermannian","GuidedFilter","GumbelDistribution","HaarWavelet","HadamardMatrix","HalfLine","HalfNormalDistribution","HalfPlane","HalfSpace","HalftoneShading","HamiltonianGraphQ","HammingDistance","HammingWindow","HandlerFunctions","HandlerFunctionsKeys","HankelH1","HankelH2","HankelMatrix","HankelTransform","HannPoissonWindow","HannWindow","HaradaNortonGroupHN","HararyGraph","HardcorePointProcess","HarmonicMean","HarmonicMeanFilter","HarmonicNumber","Hash","HatchFilling","HatchShading","Haversine","HazardFunction","Head","HeadCompose","HeaderAlignment","HeaderBackground","HeaderDisplayFunction","HeaderLines","Headers","HeaderSize","HeaderStyle","Heads","HeatFluxValue","HeatInsulationValue","HeatOutflowValue","HeatRadiationValue","HeatSymmetryValue","HeatTemperatureCondition","HeatTransferPDEComponent","HeatTransferValue","HeavisideLambda","HeavisidePi","HeavisideTheta","HeldGroupHe","HeldPart","HelmholtzPDEComponent","HelpBrowserLookup","HelpBrowserNotebook","HelpBrowserSettings","HelpViewerSettings","Here","HermiteDecomposition","HermiteH","Hermitian","HermitianMatrixQ","HessenbergDecomposition","Hessian","HeunB","HeunBPrime","HeunC","HeunCPrime","HeunD","HeunDPrime","HeunG","HeunGPrime","HeunT","HeunTPrime","HexadecimalCharacter","Hexahedron","HexahedronBox","HexahedronBoxOptions","HiddenItems","HiddenMarkovProcess","HiddenSurface","Highlighted","HighlightGraph","HighlightImage","HighlightMesh","HighlightString","HighpassFilter","HigmanSimsGroupHS","HilbertCurve","HilbertFilter","HilbertMatrix","Histogram","Histogram3D","HistogramDistribution","HistogramList","HistogramPointDensity","HistogramTransform","HistogramTransformInterpolation","HistoricalPeriodData","HitMissTransform","HITSCentrality","HjorthDistribution","HodgeDual","HoeffdingD","HoeffdingDTest","Hold","HoldAll","HoldAllComplete","HoldComplete","HoldFirst","HoldForm","HoldPattern","HoldRest","HolidayCalendar","HomeDirectory","HomePage","Horizontal","HorizontalForm","HorizontalGauge","HorizontalScrollPosition","HornerForm","HostLookup","HotellingTSquareDistribution","HoytDistribution","HTMLSave","HTTPErrorResponse","HTTPRedirect","HTTPRequest","HTTPRequestData","HTTPResponse","Hue","HumanGrowthData","HumpDownHump","HumpEqual","HurwitzLerchPhi","HurwitzZeta","HyperbolicDistribution","HypercubeGraph","HyperexponentialDistribution","Hyperfactorial","Hypergeometric0F1","Hypergeometric0F1Regularized","Hypergeometric1F1","Hypergeometric1F1Regularized","Hypergeometric2F1","Hypergeometric2F1Regularized","HypergeometricDistribution","HypergeometricPFQ","HypergeometricPFQRegularized","HypergeometricU","Hyperlink","HyperlinkAction","HyperlinkCreationSettings","Hyperplane","Hyphenation","HyphenationOptions","HypoexponentialDistribution","HypothesisTestData","I","IconData","Iconize","IconizedObject","IconRules","Icosahedron","Identity","IdentityMatrix","If","IfCompiled","IgnoreCase","IgnoreDiacritics","IgnoreIsotopes","IgnorePunctuation","IgnoreSpellCheck","IgnoreStereochemistry","IgnoringInactive","Im","Image","Image3D","Image3DProjection","Image3DSlices","ImageAccumulate","ImageAdd","ImageAdjust","ImageAlign","ImageApply","ImageApplyIndexed","ImageAspectRatio","ImageAssemble","ImageAugmentationLayer","ImageBoundingBoxes","ImageCache","ImageCacheValid","ImageCapture","ImageCaptureFunction","ImageCases","ImageChannels","ImageClip","ImageCollage","ImageColorSpace","ImageCompose","ImageContainsQ","ImageContents","ImageConvolve","ImageCooccurrence","ImageCorners","ImageCorrelate","ImageCorrespondingPoints","ImageCrop","ImageData","ImageDeconvolve","ImageDemosaic","ImageDifference","ImageDimensions","ImageDisplacements","ImageDistance","ImageEditMode","ImageEffect","ImageExposureCombine","ImageFeatureTrack","ImageFileApply","ImageFileFilter","ImageFileScan","ImageFilter","ImageFocusCombine","ImageForestingComponents","ImageFormattingWidth","ImageForwardTransformation","ImageGraphics","ImageHistogram","ImageIdentify","ImageInstanceQ","ImageKeypoints","ImageLabels","ImageLegends","ImageLevels","ImageLines","ImageMargins","ImageMarker","ImageMarkers","ImageMeasurements","ImageMesh","ImageMultiply","ImageOffset","ImagePad","ImagePadding","ImagePartition","ImagePeriodogram","ImagePerspectiveTransformation","ImagePosition","ImagePreviewFunction","ImagePyramid","ImagePyramidApply","ImageQ","ImageRangeCache","ImageRecolor","ImageReflect","ImageRegion","ImageResize","ImageResolution","ImageRestyle","ImageRotate","ImageRotated","ImageSaliencyFilter","ImageScaled","ImageScan","ImageSize","ImageSizeAction","ImageSizeCache","ImageSizeMultipliers","ImageSizeRaw","ImageStitch","ImageSubtract","ImageTake","ImageTransformation","ImageTrim","ImageType","ImageValue","ImageValuePositions","ImageVectorscopePlot","ImageWaveformPlot","ImagingDevice","ImplicitD","ImplicitRegion","Implies","Import","ImportAutoReplacements","ImportByteArray","ImportedObject","ImportOptions","ImportString","ImprovementImportance","In","Inactivate","Inactive","InactiveStyle","IncidenceGraph","IncidenceList","IncidenceMatrix","IncludeAromaticBonds","IncludeConstantBasis","IncludedContexts","IncludeDefinitions","IncludeDirectories","IncludeFileExtension","IncludeGeneratorTasks","IncludeHydrogens","IncludeInflections","IncludeMetaInformation","IncludePods","IncludeQuantities","IncludeRelatedTables","IncludeSingularSolutions","IncludeSingularTerm","IncludeWindowTimes","Increment","IndefiniteMatrixQ","Indent","IndentingNewlineSpacings","IndentMaxFraction","IndependenceTest","IndependentEdgeSetQ","IndependentPhysicalQuantity","IndependentUnit","IndependentUnitDimension","IndependentVertexSetQ","Indeterminate","IndeterminateThreshold","IndexCreationOptions","Indexed","IndexEdgeTaggedGraph","IndexGraph","IndexTag","Inequality","InertEvaluate","InertExpression","InexactNumberQ","InexactNumbers","InfiniteFuture","InfiniteLine","InfiniteLineThrough","InfinitePast","InfinitePlane","Infinity","Infix","InflationAdjust","InflationMethod","Information","InformationData","InformationDataGrid","Inherited","InheritScope","InhomogeneousPoissonPointProcess","InhomogeneousPoissonProcess","InitialEvaluationHistory","Initialization","InitializationCell","InitializationCellEvaluation","InitializationCellWarning","InitializationObject","InitializationObjects","InitializationValue","Initialize","InitialSeeding","InlineCounterAssignments","InlineCounterIncrements","InlineRules","Inner","InnerPolygon","InnerPolyhedron","Inpaint","Input","InputAliases","InputAssumptions","InputAutoReplacements","InputField","InputFieldBox","InputFieldBoxOptions","InputForm","InputGrouping","InputNamePacket","InputNotebook","InputPacket","InputPorts","InputSettings","InputStream","InputString","InputStringPacket","InputToBoxFormPacket","Insert","InsertionFunction","InsertionPointObject","InsertLinebreaks","InsertResults","Inset","Inset3DBox","Inset3DBoxOptions","InsetBox","InsetBoxOptions","Insphere","Install","InstallService","InstanceNormalizationLayer","InString","Integer","IntegerDigits","IntegerExponent","IntegerLength","IntegerName","IntegerPart","IntegerPartitions","IntegerQ","IntegerReverse","Integers","IntegerString","Integral","Integrate","IntegrateChangeVariables","Interactive","InteractiveTradingChart","InterfaceSwitched","Interlaced","Interleaving","InternallyBalancedDecomposition","InterpolatingFunction","InterpolatingPolynomial","Interpolation","InterpolationOrder","InterpolationPoints","InterpolationPrecision","Interpretation","InterpretationBox","InterpretationBoxOptions","InterpretationFunction","Interpreter","InterpretTemplate","InterquartileRange","Interrupt","InterruptSettings","IntersectedEntityClass","IntersectingQ","Intersection","Interval","IntervalIntersection","IntervalMarkers","IntervalMarkersStyle","IntervalMemberQ","IntervalSlider","IntervalUnion","Into","Inverse","InverseBetaRegularized","InverseBilateralLaplaceTransform","InverseBilateralZTransform","InverseCDF","InverseChiSquareDistribution","InverseContinuousWaveletTransform","InverseDistanceTransform","InverseEllipticNomeQ","InverseErf","InverseErfc","InverseFourier","InverseFourierCosTransform","InverseFourierSequenceTransform","InverseFourierSinTransform","InverseFourierTransform","InverseFunction","InverseFunctions","InverseGammaDistribution","InverseGammaRegularized","InverseGaussianDistribution","InverseGudermannian","InverseHankelTransform","InverseHaversine","InverseImagePyramid","InverseJacobiCD","InverseJacobiCN","InverseJacobiCS","InverseJacobiDC","InverseJacobiDN","InverseJacobiDS","InverseJacobiNC","InverseJacobiND","InverseJacobiNS","InverseJacobiSC","InverseJacobiSD","InverseJacobiSN","InverseLaplaceTransform","InverseMellinTransform","InversePermutation","InverseRadon","InverseRadonTransform","InverseSeries","InverseShortTimeFourier","InverseSpectrogram","InverseSurvivalFunction","InverseTransformedRegion","InverseWaveletTransform","InverseWeierstrassP","InverseWishartMatrixDistribution","InverseZTransform","Invisible","InvisibleApplication","InvisibleTimes","IPAddress","IrreduciblePolynomialQ","IslandData","IsolatingInterval","IsomorphicGraphQ","IsomorphicSubgraphQ","IsotopeData","Italic","Item","ItemAspectRatio","ItemBox","ItemBoxOptions","ItemDisplayFunction","ItemSize","ItemStyle","ItoProcess","JaccardDissimilarity","JacobiAmplitude","Jacobian","JacobiCD","JacobiCN","JacobiCS","JacobiDC","JacobiDN","JacobiDS","JacobiEpsilon","JacobiNC","JacobiND","JacobiNS","JacobiP","JacobiSC","JacobiSD","JacobiSN","JacobiSymbol","JacobiZeta","JacobiZN","JankoGroupJ1","JankoGroupJ2","JankoGroupJ3","JankoGroupJ4","JarqueBeraALMTest","JohnsonDistribution","Join","JoinAcross","Joined","JoinedCurve","JoinedCurveBox","JoinedCurveBoxOptions","JoinForm","JordanDecomposition","JordanModelDecomposition","JulianDate","JuliaSetBoettcher","JuliaSetIterationCount","JuliaSetPlot","JuliaSetPoints","K","KagiChart","KaiserBesselWindow","KaiserWindow","KalmanEstimator","KalmanFilter","KarhunenLoeveDecomposition","KaryTree","KatzCentrality","KCoreComponents","KDistribution","KEdgeConnectedComponents","KEdgeConnectedGraphQ","KeepExistingVersion","KelvinBei","KelvinBer","KelvinKei","KelvinKer","KendallTau","KendallTauTest","KernelConfiguration","KernelExecute","KernelFunction","KernelMixtureDistribution","KernelObject","Kernels","Ket","Key","KeyCollisionFunction","KeyComplement","KeyDrop","KeyDropFrom","KeyExistsQ","KeyFreeQ","KeyIntersection","KeyMap","KeyMemberQ","KeypointStrength","Keys","KeySelect","KeySort","KeySortBy","KeyTake","KeyUnion","KeyValueMap","KeyValuePattern","Khinchin","KillProcess","KirchhoffGraph","KirchhoffMatrix","KleinInvariantJ","KnapsackSolve","KnightTourGraph","KnotData","KnownUnitQ","KochCurve","KolmogorovSmirnovTest","KroneckerDelta","KroneckerModelDecomposition","KroneckerProduct","KroneckerSymbol","KuiperTest","KumaraswamyDistribution","Kurtosis","KuwaharaFilter","KVertexConnectedComponents","KVertexConnectedGraphQ","LABColor","Label","Labeled","LabeledSlider","LabelingFunction","LabelingSize","LabelStyle","LabelVisibility","LaguerreL","LakeData","LambdaComponents","LambertW","LameC","LameCPrime","LameEigenvalueA","LameEigenvalueB","LameS","LameSPrime","LaminaData","LanczosWindow","LandauDistribution","Language","LanguageCategory","LanguageData","LanguageIdentify","LanguageOptions","LaplaceDistribution","LaplaceTransform","Laplacian","LaplacianFilter","LaplacianGaussianFilter","LaplacianPDETerm","Large","Larger","Last","Latitude","LatitudeLongitude","LatticeData","LatticeReduce","Launch","LaunchKernels","LayeredGraphPlot","LayeredGraphPlot3D","LayerSizeFunction","LayoutInformation","LCHColor","LCM","LeaderSize","LeafCount","LeapVariant","LeapYearQ","LearnDistribution","LearnedDistribution","LearningRate","LearningRateMultipliers","LeastSquares","LeastSquaresFilterKernel","Left","LeftArrow","LeftArrowBar","LeftArrowRightArrow","LeftDownTeeVector","LeftDownVector","LeftDownVectorBar","LeftRightArrow","LeftRightVector","LeftTee","LeftTeeArrow","LeftTeeVector","LeftTriangle","LeftTriangleBar","LeftTriangleEqual","LeftUpDownVector","LeftUpTeeVector","LeftUpVector","LeftUpVectorBar","LeftVector","LeftVectorBar","LegendAppearance","Legended","LegendFunction","LegendLabel","LegendLayout","LegendMargins","LegendMarkers","LegendMarkerSize","LegendreP","LegendreQ","LegendreType","Length","LengthWhile","LerchPhi","Less","LessEqual","LessEqualGreater","LessEqualThan","LessFullEqual","LessGreater","LessLess","LessSlantEqual","LessThan","LessTilde","LetterCharacter","LetterCounts","LetterNumber","LetterQ","Level","LeveneTest","LeviCivitaTensor","LevyDistribution","Lexicographic","LexicographicOrder","LexicographicSort","LibraryDataType","LibraryFunction","LibraryFunctionDeclaration","LibraryFunctionError","LibraryFunctionInformation","LibraryFunctionLoad","LibraryFunctionUnload","LibraryLoad","LibraryUnload","LicenseEntitlementObject","LicenseEntitlements","LicenseID","LicensingSettings","LiftingFilterData","LiftingWaveletTransform","LightBlue","LightBrown","LightCyan","Lighter","LightGray","LightGreen","Lighting","LightingAngle","LightMagenta","LightOrange","LightPink","LightPurple","LightRed","LightSources","LightYellow","Likelihood","Limit","LimitsPositioning","LimitsPositioningTokens","LindleyDistribution","Line","Line3DBox","Line3DBoxOptions","LinearFilter","LinearFractionalOptimization","LinearFractionalTransform","LinearGradientFilling","LinearGradientImage","LinearizingTransformationData","LinearLayer","LinearModelFit","LinearOffsetFunction","LinearOptimization","LinearProgramming","LinearRecurrence","LinearSolve","LinearSolveFunction","LineBox","LineBoxOptions","LineBreak","LinebreakAdjustments","LineBreakChart","LinebreakSemicolonWeighting","LineBreakWithin","LineColor","LineGraph","LineIndent","LineIndentMaxFraction","LineIntegralConvolutionPlot","LineIntegralConvolutionScale","LineLegend","LineOpacity","LineSpacing","LineWrapParts","LinkActivate","LinkClose","LinkConnect","LinkConnectedQ","LinkCreate","LinkError","LinkFlush","LinkFunction","LinkHost","LinkInterrupt","LinkLaunch","LinkMode","LinkObject","LinkOpen","LinkOptions","LinkPatterns","LinkProtocol","LinkRankCentrality","LinkRead","LinkReadHeld","LinkReadyQ","Links","LinkService","LinkWrite","LinkWriteHeld","LiouvilleLambda","List","Listable","ListAnimate","ListContourPlot","ListContourPlot3D","ListConvolve","ListCorrelate","ListCurvePathPlot","ListDeconvolve","ListDensityPlot","ListDensityPlot3D","Listen","ListFormat","ListFourierSequenceTransform","ListInterpolation","ListLineIntegralConvolutionPlot","ListLinePlot","ListLinePlot3D","ListLogLinearPlot","ListLogLogPlot","ListLogPlot","ListPicker","ListPickerBox","ListPickerBoxBackground","ListPickerBoxOptions","ListPlay","ListPlot","ListPlot3D","ListPointPlot3D","ListPolarPlot","ListQ","ListSliceContourPlot3D","ListSliceDensityPlot3D","ListSliceVectorPlot3D","ListStepPlot","ListStreamDensityPlot","ListStreamPlot","ListStreamPlot3D","ListSurfacePlot3D","ListVectorDensityPlot","ListVectorDisplacementPlot","ListVectorDisplacementPlot3D","ListVectorPlot","ListVectorPlot3D","ListZTransform","Literal","LiteralSearch","LiteralType","LoadCompiledComponent","LocalAdaptiveBinarize","LocalCache","LocalClusteringCoefficient","LocalEvaluate","LocalizeDefinitions","LocalizeVariables","LocalObject","LocalObjects","LocalResponseNormalizationLayer","LocalSubmit","LocalSymbol","LocalTime","LocalTimeZone","LocationEquivalenceTest","LocationTest","Locator","LocatorAutoCreate","LocatorBox","LocatorBoxOptions","LocatorCentering","LocatorPane","LocatorPaneBox","LocatorPaneBoxOptions","LocatorRegion","Locked","Log","Log10","Log2","LogBarnesG","LogGamma","LogGammaDistribution","LogicalExpand","LogIntegral","LogisticDistribution","LogisticSigmoid","LogitModelFit","LogLikelihood","LogLinearPlot","LogLogisticDistribution","LogLogPlot","LogMultinormalDistribution","LogNormalDistribution","LogPlot","LogRankTest","LogSeriesDistribution","LongEqual","Longest","LongestCommonSequence","LongestCommonSequencePositions","LongestCommonSubsequence","LongestCommonSubsequencePositions","LongestMatch","LongestOrderedSequence","LongForm","Longitude","LongLeftArrow","LongLeftRightArrow","LongRightArrow","LongShortTermMemoryLayer","Lookup","Loopback","LoopFreeGraphQ","Looping","LossFunction","LowerCaseQ","LowerLeftArrow","LowerRightArrow","LowerTriangularize","LowerTriangularMatrix","LowerTriangularMatrixQ","LowpassFilter","LQEstimatorGains","LQGRegulator","LQOutputRegulatorGains","LQRegulatorGains","LUBackSubstitution","LucasL","LuccioSamiComponents","LUDecomposition","LunarEclipse","LUVColor","LyapunovSolve","LyonsGroupLy","MachineID","MachineName","MachineNumberQ","MachinePrecision","MacintoshSystemPageSetup","Magenta","Magnification","Magnify","MailAddressValidation","MailExecute","MailFolder","MailItem","MailReceiverFunction","MailResponseFunction","MailSearch","MailServerConnect","MailServerConnection","MailSettings","MainSolve","MaintainDynamicCaches","Majority","MakeBoxes","MakeExpression","MakeRules","ManagedLibraryExpressionID","ManagedLibraryExpressionQ","MandelbrotSetBoettcher","MandelbrotSetDistance","MandelbrotSetIterationCount","MandelbrotSetMemberQ","MandelbrotSetPlot","MangoldtLambda","ManhattanDistance","Manipulate","Manipulator","MannedSpaceMissionData","MannWhitneyTest","MantissaExponent","Manual","Map","MapAll","MapApply","MapAt","MapIndexed","MAProcess","MapThread","MarchenkoPasturDistribution","MarcumQ","MardiaCombinedTest","MardiaKurtosisTest","MardiaSkewnessTest","MarginalDistribution","MarkovProcessProperties","Masking","MassConcentrationCondition","MassFluxValue","MassImpermeableBoundaryValue","MassOutflowValue","MassSymmetryValue","MassTransferValue","MassTransportPDEComponent","MatchingDissimilarity","MatchLocalNameQ","MatchLocalNames","MatchQ","Material","MaterialShading","MaternPointProcess","MathematicalFunctionData","MathematicaNotation","MathieuC","MathieuCharacteristicA","MathieuCharacteristicB","MathieuCharacteristicExponent","MathieuCPrime","MathieuGroupM11","MathieuGroupM12","MathieuGroupM22","MathieuGroupM23","MathieuGroupM24","MathieuS","MathieuSPrime","MathMLForm","MathMLText","Matrices","MatrixExp","MatrixForm","MatrixFunction","MatrixLog","MatrixNormalDistribution","MatrixPlot","MatrixPower","MatrixPropertyDistribution","MatrixQ","MatrixRank","MatrixTDistribution","Max","MaxBend","MaxCellMeasure","MaxColorDistance","MaxDate","MaxDetect","MaxDisplayedChildren","MaxDuration","MaxExtraBandwidths","MaxExtraConditions","MaxFeatureDisplacement","MaxFeatures","MaxFilter","MaximalBy","Maximize","MaxItems","MaxIterations","MaxLimit","MaxMemoryUsed","MaxMixtureKernels","MaxOverlapFraction","MaxPlotPoints","MaxPoints","MaxRecursion","MaxStableDistribution","MaxStepFraction","MaxSteps","MaxStepSize","MaxTrainingRounds","MaxValue","MaxwellDistribution","MaxWordGap","McLaughlinGroupMcL","Mean","MeanAbsoluteLossLayer","MeanAround","MeanClusteringCoefficient","MeanDegreeConnectivity","MeanDeviation","MeanFilter","MeanGraphDistance","MeanNeighborDegree","MeanPointDensity","MeanShift","MeanShiftFilter","MeanSquaredLossLayer","Median","MedianDeviation","MedianFilter","MedicalTestData","Medium","MeijerG","MeijerGReduce","MeixnerDistribution","MellinConvolve","MellinTransform","MemberQ","MemoryAvailable","MemoryConstrained","MemoryConstraint","MemoryInUse","MengerMesh","Menu","MenuAppearance","MenuCommandKey","MenuEvaluator","MenuItem","MenuList","MenuPacket","MenuSortingValue","MenuStyle","MenuView","Merge","MergeDifferences","MergingFunction","MersennePrimeExponent","MersennePrimeExponentQ","Mesh","MeshCellCentroid","MeshCellCount","MeshCellHighlight","MeshCellIndex","MeshCellLabel","MeshCellMarker","MeshCellMeasure","MeshCellQuality","MeshCells","MeshCellShapeFunction","MeshCellStyle","MeshConnectivityGraph","MeshCoordinates","MeshFunctions","MeshPrimitives","MeshQualityGoal","MeshRange","MeshRefinementFunction","MeshRegion","MeshRegionQ","MeshShading","MeshStyle","Message","MessageDialog","MessageList","MessageName","MessageObject","MessageOptions","MessagePacket","Messages","MessagesNotebook","MetaCharacters","MetaInformation","MeteorShowerData","Method","MethodOptions","MexicanHatWavelet","MeyerWavelet","Midpoint","MIMETypeToFormatList","Min","MinColorDistance","MinDate","MinDetect","MineralData","MinFilter","MinimalBy","MinimalPolynomial","MinimalStateSpaceModel","Minimize","MinimumTimeIncrement","MinIntervalSize","MinkowskiQuestionMark","MinLimit","MinMax","MinorPlanetData","Minors","MinPointSeparation","MinRecursion","MinSize","MinStableDistribution","Minus","MinusPlus","MinValue","Missing","MissingBehavior","MissingDataMethod","MissingDataRules","MissingQ","MissingString","MissingStyle","MissingValuePattern","MissingValueSynthesis","MittagLefflerE","MixedFractionParts","MixedGraphQ","MixedMagnitude","MixedRadix","MixedRadixQuantity","MixedUnit","MixtureDistribution","Mod","Modal","Mode","ModelPredictiveController","Modular","ModularInverse","ModularLambda","Module","Modulus","MoebiusMu","Molecule","MoleculeAlign","MoleculeContainsQ","MoleculeDraw","MoleculeEquivalentQ","MoleculeFreeQ","MoleculeGraph","MoleculeMatchQ","MoleculeMaximumCommonSubstructure","MoleculeModify","MoleculeName","MoleculePattern","MoleculePlot","MoleculePlot3D","MoleculeProperty","MoleculeQ","MoleculeRecognize","MoleculeSubstructureCount","MoleculeValue","Moment","MomentConvert","MomentEvaluate","MomentGeneratingFunction","MomentOfInertia","Monday","Monitor","MonomialList","MonomialOrder","MonsterGroupM","MoonPhase","MoonPosition","MorletWavelet","MorphologicalBinarize","MorphologicalBranchPoints","MorphologicalComponents","MorphologicalEulerNumber","MorphologicalGraph","MorphologicalPerimeter","MorphologicalTransform","MortalityData","Most","MountainData","MouseAnnotation","MouseAppearance","MouseAppearanceTag","MouseButtons","Mouseover","MousePointerNote","MousePosition","MovieData","MovingAverage","MovingMap","MovingMedian","MoyalDistribution","MultiaxisArrangement","Multicolumn","MultiedgeStyle","MultigraphQ","MultilaunchWarning","MultiLetterItalics","MultiLetterStyle","MultilineFunction","Multinomial","MultinomialDistribution","MultinormalDistribution","MultiplicativeOrder","Multiplicity","MultiplySides","MultiscriptBoxOptions","Multiselection","MultivariateHypergeometricDistribution","MultivariatePoissonDistribution","MultivariateTDistribution","N","NakagamiDistribution","NameQ","Names","NamespaceBox","NamespaceBoxOptions","Nand","NArgMax","NArgMin","NBernoulliB","NBodySimulation","NBodySimulationData","NCache","NCaputoD","NDEigensystem","NDEigenvalues","NDSolve","NDSolveValue","Nearest","NearestFunction","NearestMeshCells","NearestNeighborG","NearestNeighborGraph","NearestTo","NebulaData","NeedlemanWunschSimilarity","Needs","Negative","NegativeBinomialDistribution","NegativeDefiniteMatrixQ","NegativeIntegers","NegativelyOrientedPoints","NegativeMultinomialDistribution","NegativeRationals","NegativeReals","NegativeSemidefiniteMatrixQ","NeighborhoodData","NeighborhoodGraph","Nest","NestedGreaterGreater","NestedLessLess","NestedScriptRules","NestGraph","NestList","NestTree","NestWhile","NestWhileList","NetAppend","NetArray","NetArrayLayer","NetBidirectionalOperator","NetChain","NetDecoder","NetDelete","NetDrop","NetEncoder","NetEvaluationMode","NetExternalObject","NetExtract","NetFlatten","NetFoldOperator","NetGANOperator","NetGraph","NetInformation","NetInitialize","NetInsert","NetInsertSharedArrays","NetJoin","NetMapOperator","NetMapThreadOperator","NetMeasurements","NetModel","NetNestOperator","NetPairEmbeddingOperator","NetPort","NetPortGradient","NetPrepend","NetRename","NetReplace","NetReplacePart","NetSharedArray","NetStateObject","NetTake","NetTrain","NetTrainResultsObject","NetUnfold","NetworkPacketCapture","NetworkPacketRecording","NetworkPacketRecordingDuring","NetworkPacketTrace","NeumannValue","NevilleThetaC","NevilleThetaD","NevilleThetaN","NevilleThetaS","NewPrimitiveStyle","NExpectation","Next","NextCell","NextDate","NextPrime","NextScheduledTaskTime","NeymanScottPointProcess","NFractionalD","NHoldAll","NHoldFirst","NHoldRest","NicholsGridLines","NicholsPlot","NightHemisphere","NIntegrate","NMaximize","NMaxValue","NMinimize","NMinValue","NominalScale","NominalVariables","NonAssociative","NoncentralBetaDistribution","NoncentralChiSquareDistribution","NoncentralFRatioDistribution","NoncentralStudentTDistribution","NonCommutativeMultiply","NonConstants","NondimensionalizationTransform","None","NoneTrue","NonlinearModelFit","NonlinearStateSpaceModel","NonlocalMeansFilter","NonNegative","NonNegativeIntegers","NonNegativeRationals","NonNegativeReals","NonPositive","NonPositiveIntegers","NonPositiveRationals","NonPositiveReals","Nor","NorlundB","Norm","Normal","NormalDistribution","NormalGrouping","NormalizationLayer","Normalize","Normalized","NormalizedSquaredEuclideanDistance","NormalMatrixQ","NormalsFunction","NormFunction","Not","NotCongruent","NotCupCap","NotDoubleVerticalBar","Notebook","NotebookApply","NotebookAutoSave","NotebookBrowseDirectory","NotebookClose","NotebookConvertSettings","NotebookCreate","NotebookDefault","NotebookDelete","NotebookDirectory","NotebookDynamicExpression","NotebookEvaluate","NotebookEventActions","NotebookFileName","NotebookFind","NotebookGet","NotebookImport","NotebookInformation","NotebookInterfaceObject","NotebookLocate","NotebookObject","NotebookOpen","NotebookPath","NotebookPrint","NotebookPut","NotebookRead","Notebooks","NotebookSave","NotebookSelection","NotebooksMenu","NotebookTemplate","NotebookWrite","NotElement","NotEqualTilde","NotExists","NotGreater","NotGreaterEqual","NotGreaterFullEqual","NotGreaterGreater","NotGreaterLess","NotGreaterSlantEqual","NotGreaterTilde","Nothing","NotHumpDownHump","NotHumpEqual","NotificationFunction","NotLeftTriangle","NotLeftTriangleBar","NotLeftTriangleEqual","NotLess","NotLessEqual","NotLessFullEqual","NotLessGreater","NotLessLess","NotLessSlantEqual","NotLessTilde","NotNestedGreaterGreater","NotNestedLessLess","NotPrecedes","NotPrecedesEqual","NotPrecedesSlantEqual","NotPrecedesTilde","NotReverseElement","NotRightTriangle","NotRightTriangleBar","NotRightTriangleEqual","NotSquareSubset","NotSquareSubsetEqual","NotSquareSuperset","NotSquareSupersetEqual","NotSubset","NotSubsetEqual","NotSucceeds","NotSucceedsEqual","NotSucceedsSlantEqual","NotSucceedsTilde","NotSuperset","NotSupersetEqual","NotTilde","NotTildeEqual","NotTildeFullEqual","NotTildeTilde","NotVerticalBar","Now","NoWhitespace","NProbability","NProduct","NProductFactors","NRoots","NSolve","NSolveValues","NSum","NSumTerms","NuclearExplosionData","NuclearReactorData","Null","NullRecords","NullSpace","NullWords","Number","NumberCompose","NumberDecompose","NumberDigit","NumberExpand","NumberFieldClassNumber","NumberFieldDiscriminant","NumberFieldFundamentalUnits","NumberFieldIntegralBasis","NumberFieldNormRepresentatives","NumberFieldRegulator","NumberFieldRootsOfUnity","NumberFieldSignature","NumberForm","NumberFormat","NumberLinePlot","NumberMarks","NumberMultiplier","NumberPadding","NumberPoint","NumberQ","NumberSeparator","NumberSigns","NumberString","Numerator","NumeratorDenominator","NumericalOrder","NumericalSort","NumericArray","NumericArrayQ","NumericArrayType","NumericFunction","NumericQ","NuttallWindow","NValues","NyquistGridLines","NyquistPlot","O","ObjectExistsQ","ObservabilityGramian","ObservabilityMatrix","ObservableDecomposition","ObservableModelQ","OceanData","Octahedron","OddQ","Off","Offset","OLEData","On","ONanGroupON","Once","OneIdentity","Opacity","OpacityFunction","OpacityFunctionScaling","Open","OpenAppend","Opener","OpenerBox","OpenerBoxOptions","OpenerView","OpenFunctionInspectorPacket","Opening","OpenRead","OpenSpecialOptions","OpenTemporary","OpenWrite","Operate","OperatingSystem","OperatorApplied","OptimumFlowData","Optional","OptionalElement","OptionInspectorSettings","OptionQ","Options","OptionsPacket","OptionsPattern","OptionValue","OptionValueBox","OptionValueBoxOptions","Or","Orange","Order","OrderDistribution","OrderedQ","Ordering","OrderingBy","OrderingLayer","Orderless","OrderlessPatternSequence","OrdinalScale","OrnsteinUhlenbeckProcess","Orthogonalize","OrthogonalMatrixQ","Out","Outer","OuterPolygon","OuterPolyhedron","OutputAutoOverwrite","OutputControllabilityMatrix","OutputControllableModelQ","OutputForm","OutputFormData","OutputGrouping","OutputMathEditExpression","OutputNamePacket","OutputPorts","OutputResponse","OutputSizeLimit","OutputStream","Over","OverBar","OverDot","Overflow","OverHat","Overlaps","Overlay","OverlayBox","OverlayBoxOptions","OverlayVideo","Overscript","OverscriptBox","OverscriptBoxOptions","OverTilde","OverVector","OverwriteTarget","OwenT","OwnValues","Package","PackingMethod","PackPaclet","PacletDataRebuild","PacletDirectoryAdd","PacletDirectoryLoad","PacletDirectoryRemove","PacletDirectoryUnload","PacletDisable","PacletEnable","PacletFind","PacletFindRemote","PacletInformation","PacletInstall","PacletInstallSubmit","PacletNewerQ","PacletObject","PacletObjectQ","PacletSite","PacletSiteObject","PacletSiteRegister","PacletSites","PacletSiteUnregister","PacletSiteUpdate","PacletSymbol","PacletUninstall","PacletUpdate","PaddedForm","Padding","PaddingLayer","PaddingSize","PadeApproximant","PadLeft","PadRight","PageBreakAbove","PageBreakBelow","PageBreakWithin","PageFooterLines","PageFooters","PageHeaderLines","PageHeaders","PageHeight","PageRankCentrality","PageTheme","PageWidth","Pagination","PairCorrelationG","PairedBarChart","PairedHistogram","PairedSmoothHistogram","PairedTTest","PairedZTest","PaletteNotebook","PalettePath","PalettesMenuSettings","PalindromeQ","Pane","PaneBox","PaneBoxOptions","Panel","PanelBox","PanelBoxOptions","Paneled","PaneSelector","PaneSelectorBox","PaneSelectorBoxOptions","PaperWidth","ParabolicCylinderD","ParagraphIndent","ParagraphSpacing","ParallelArray","ParallelAxisPlot","ParallelCombine","ParallelDo","Parallelepiped","ParallelEvaluate","Parallelization","Parallelize","ParallelKernels","ParallelMap","ParallelNeeds","Parallelogram","ParallelProduct","ParallelSubmit","ParallelSum","ParallelTable","ParallelTry","Parameter","ParameterEstimator","ParameterMixtureDistribution","ParameterVariables","ParametricConvexOptimization","ParametricFunction","ParametricNDSolve","ParametricNDSolveValue","ParametricPlot","ParametricPlot3D","ParametricRampLayer","ParametricRegion","ParentBox","ParentCell","ParentConnect","ParentDirectory","ParentEdgeLabel","ParentEdgeLabelFunction","ParentEdgeLabelStyle","ParentEdgeShapeFunction","ParentEdgeStyle","ParentEdgeStyleFunction","ParentForm","Parenthesize","ParentList","ParentNotebook","ParetoDistribution","ParetoPickandsDistribution","ParkData","Part","PartBehavior","PartialCorrelationFunction","PartialD","ParticleAcceleratorData","ParticleData","Partition","PartitionGranularity","PartitionsP","PartitionsQ","PartLayer","PartOfSpeech","PartProtection","ParzenWindow","PascalDistribution","PassEventsDown","PassEventsUp","Paste","PasteAutoQuoteCharacters","PasteBoxFormInlineCells","PasteButton","Path","PathGraph","PathGraphQ","Pattern","PatternFilling","PatternReaction","PatternSequence","PatternTest","PauliMatrix","PaulWavelet","Pause","PausedTime","PDF","PeakDetect","PeanoCurve","PearsonChiSquareTest","PearsonCorrelationTest","PearsonDistribution","PenttinenPointProcess","PercentForm","PerfectNumber","PerfectNumberQ","PerformanceGoal","Perimeter","PeriodicBoundaryCondition","PeriodicInterpolation","Periodogram","PeriodogramArray","Permanent","Permissions","PermissionsGroup","PermissionsGroupMemberQ","PermissionsGroups","PermissionsKey","PermissionsKeys","PermutationCycles","PermutationCyclesQ","PermutationGroup","PermutationLength","PermutationList","PermutationListQ","PermutationMatrix","PermutationMax","PermutationMin","PermutationOrder","PermutationPower","PermutationProduct","PermutationReplace","Permutations","PermutationSupport","Permute","PeronaMalikFilter","Perpendicular","PerpendicularBisector","PersistenceLocation","PersistenceTime","PersistentObject","PersistentObjects","PersistentSymbol","PersistentValue","PersonData","PERTDistribution","PetersenGraph","PhaseMargins","PhaseRange","PhongShading","PhysicalSystemData","Pi","Pick","PickedElements","PickMode","PIDData","PIDDerivativeFilter","PIDFeedforward","PIDTune","Piecewise","PiecewiseExpand","PieChart","PieChart3D","PillaiTrace","PillaiTraceTest","PingTime","Pink","PitchRecognize","Pivoting","PixelConstrained","PixelValue","PixelValuePositions","Placed","Placeholder","PlaceholderLayer","PlaceholderReplace","Plain","PlanarAngle","PlanarFaceList","PlanarGraph","PlanarGraphQ","PlanckRadiationLaw","PlaneCurveData","PlanetaryMoonData","PlanetData","PlantData","Play","PlaybackSettings","PlayRange","Plot","Plot3D","Plot3Matrix","PlotDivision","PlotJoined","PlotLabel","PlotLabels","PlotLayout","PlotLegends","PlotMarkers","PlotPoints","PlotRange","PlotRangeClipping","PlotRangeClipPlanesStyle","PlotRangePadding","PlotRegion","PlotStyle","PlotTheme","Pluralize","Plus","PlusMinus","Pochhammer","PodStates","PodWidth","Point","Point3DBox","Point3DBoxOptions","PointBox","PointBoxOptions","PointCountDistribution","PointDensity","PointDensityFunction","PointFigureChart","PointLegend","PointLight","PointProcessEstimator","PointProcessFitTest","PointProcessParameterAssumptions","PointProcessParameterQ","PointSize","PointStatisticFunction","PointValuePlot","PoissonConsulDistribution","PoissonDistribution","PoissonPDEComponent","PoissonPointProcess","PoissonProcess","PoissonWindow","PolarAxes","PolarAxesOrigin","PolarGridLines","PolarPlot","PolarTicks","PoleZeroMarkers","PolyaAeppliDistribution","PolyGamma","Polygon","Polygon3DBox","Polygon3DBoxOptions","PolygonalNumber","PolygonAngle","PolygonBox","PolygonBoxOptions","PolygonCoordinates","PolygonDecomposition","PolygonHoleScale","PolygonIntersections","PolygonScale","Polyhedron","PolyhedronAngle","PolyhedronBox","PolyhedronBoxOptions","PolyhedronCoordinates","PolyhedronData","PolyhedronDecomposition","PolyhedronGenus","PolyLog","PolynomialExpressionQ","PolynomialExtendedGCD","PolynomialForm","PolynomialGCD","PolynomialLCM","PolynomialMod","PolynomialQ","PolynomialQuotient","PolynomialQuotientRemainder","PolynomialReduce","PolynomialRemainder","Polynomials","PolynomialSumOfSquaresList","PoolingLayer","PopupMenu","PopupMenuBox","PopupMenuBoxOptions","PopupView","PopupWindow","Position","PositionIndex","PositionLargest","PositionSmallest","Positive","PositiveDefiniteMatrixQ","PositiveIntegers","PositivelyOrientedPoints","PositiveRationals","PositiveReals","PositiveSemidefiniteMatrixQ","PossibleZeroQ","Postfix","PostScript","Power","PowerDistribution","PowerExpand","PowerMod","PowerModList","PowerRange","PowerSpectralDensity","PowersRepresentations","PowerSymmetricPolynomial","Precedence","PrecedenceForm","Precedes","PrecedesEqual","PrecedesSlantEqual","PrecedesTilde","Precision","PrecisionGoal","PreDecrement","Predict","PredictionRoot","PredictorFunction","PredictorInformation","PredictorMeasurements","PredictorMeasurementsObject","PreemptProtect","PreferencesPath","PreferencesSettings","Prefix","PreIncrement","Prepend","PrependLayer","PrependTo","PreprocessingRules","PreserveColor","PreserveImageOptions","Previous","PreviousCell","PreviousDate","PriceGraphDistribution","PrimaryPlaceholder","Prime","PrimeNu","PrimeOmega","PrimePi","PrimePowerQ","PrimeQ","Primes","PrimeZetaP","PrimitivePolynomialQ","PrimitiveRoot","PrimitiveRootList","PrincipalComponents","PrincipalValue","Print","PrintableASCIIQ","PrintAction","PrintForm","PrintingCopies","PrintingOptions","PrintingPageRange","PrintingStartingPageNumber","PrintingStyleEnvironment","Printout3D","Printout3DPreviewer","PrintPrecision","PrintTemporary","Prism","PrismBox","PrismBoxOptions","PrivateCellOptions","PrivateEvaluationOptions","PrivateFontOptions","PrivateFrontEndOptions","PrivateKey","PrivateNotebookOptions","PrivatePaths","Probability","ProbabilityDistribution","ProbabilityPlot","ProbabilityPr","ProbabilityScalePlot","ProbitModelFit","ProcessConnection","ProcessDirectory","ProcessEnvironment","Processes","ProcessEstimator","ProcessInformation","ProcessObject","ProcessParameterAssumptions","ProcessParameterQ","ProcessStateDomain","ProcessStatus","ProcessTimeDomain","Product","ProductDistribution","ProductLog","ProgressIndicator","ProgressIndicatorBox","ProgressIndicatorBoxOptions","ProgressReporting","Projection","Prolog","PromptForm","ProofObject","PropagateAborts","Properties","Property","PropertyList","PropertyValue","Proportion","Proportional","Protect","Protected","ProteinData","Pruning","PseudoInverse","PsychrometricPropertyData","PublicKey","PublisherID","PulsarData","PunctuationCharacter","Purple","Put","PutAppend","Pyramid","PyramidBox","PyramidBoxOptions","QBinomial","QFactorial","QGamma","QHypergeometricPFQ","QnDispersion","QPochhammer","QPolyGamma","QRDecomposition","QuadraticIrrationalQ","QuadraticOptimization","Quantile","QuantilePlot","Quantity","QuantityArray","QuantityDistribution","QuantityForm","QuantityMagnitude","QuantityQ","QuantityUnit","QuantityVariable","QuantityVariableCanonicalUnit","QuantityVariableDimensions","QuantityVariableIdentifier","QuantityVariablePhysicalQuantity","Quartics","QuartileDeviation","Quartiles","QuartileSkewness","Query","QuestionGenerator","QuestionInterface","QuestionObject","QuestionSelector","QueueingNetworkProcess","QueueingProcess","QueueProperties","Quiet","QuietEcho","Quit","Quotient","QuotientRemainder","RadialAxisPlot","RadialGradientFilling","RadialGradientImage","RadialityCentrality","RadicalBox","RadicalBoxOptions","RadioButton","RadioButtonBar","RadioButtonBox","RadioButtonBoxOptions","Radon","RadonTransform","RamanujanTau","RamanujanTauL","RamanujanTauTheta","RamanujanTauZ","Ramp","Random","RandomArrayLayer","RandomChoice","RandomColor","RandomComplex","RandomDate","RandomEntity","RandomFunction","RandomGeneratorState","RandomGeoPosition","RandomGraph","RandomImage","RandomInstance","RandomInteger","RandomPermutation","RandomPoint","RandomPointConfiguration","RandomPolygon","RandomPolyhedron","RandomPrime","RandomReal","RandomSample","RandomSeed","RandomSeeding","RandomTime","RandomTree","RandomVariate","RandomWalkProcess","RandomWord","Range","RangeFilter","RangeSpecification","RankedMax","RankedMin","RarerProbability","Raster","Raster3D","Raster3DBox","Raster3DBoxOptions","RasterArray","RasterBox","RasterBoxOptions","Rasterize","RasterSize","Rational","RationalExpressionQ","RationalFunctions","Rationalize","Rationals","Ratios","RawArray","RawBoxes","RawData","RawMedium","RayleighDistribution","Re","ReactionBalance","ReactionBalancedQ","ReactionPDETerm","Read","ReadByteArray","ReadLine","ReadList","ReadProtected","ReadString","Real","RealAbs","RealBlockDiagonalForm","RealDigits","RealExponent","Reals","RealSign","Reap","RebuildPacletData","RecalibrationFunction","RecognitionPrior","RecognitionThreshold","ReconstructionMesh","Record","RecordLists","RecordSeparators","Rectangle","RectangleBox","RectangleBoxOptions","RectangleChart","RectangleChart3D","RectangularRepeatingElement","RecurrenceFilter","RecurrenceTable","RecurringDigitsForm","Red","Reduce","RefBox","ReferenceLineStyle","ReferenceMarkers","ReferenceMarkerStyle","Refine","ReflectionMatrix","ReflectionTransform","Refresh","RefreshRate","Region","RegionBinarize","RegionBoundary","RegionBoundaryStyle","RegionBounds","RegionCentroid","RegionCongruent","RegionConvert","RegionDifference","RegionDilation","RegionDimension","RegionDisjoint","RegionDistance","RegionDistanceFunction","RegionEmbeddingDimension","RegionEqual","RegionErosion","RegionFillingStyle","RegionFit","RegionFunction","RegionImage","RegionIntersection","RegionMeasure","RegionMember","RegionMemberFunction","RegionMoment","RegionNearest","RegionNearestFunction","RegionPlot","RegionPlot3D","RegionProduct","RegionQ","RegionResize","RegionSimilar","RegionSize","RegionSymmetricDifference","RegionUnion","RegionWithin","RegisterExternalEvaluator","RegularExpression","Regularization","RegularlySampledQ","RegularPolygon","ReIm","ReImLabels","ReImPlot","ReImStyle","Reinstall","RelationalDatabase","RelationGraph","Release","ReleaseHold","ReliabilityDistribution","ReliefImage","ReliefPlot","RemoteAuthorizationCaching","RemoteBatchJobAbort","RemoteBatchJobObject","RemoteBatchJobs","RemoteBatchMapSubmit","RemoteBatchSubmissionEnvironment","RemoteBatchSubmit","RemoteConnect","RemoteConnectionObject","RemoteEvaluate","RemoteFile","RemoteInputFiles","RemoteKernelObject","RemoteProviderSettings","RemoteRun","RemoteRunProcess","RemovalConditions","Remove","RemoveAlphaChannel","RemoveAsynchronousTask","RemoveAudioStream","RemoveBackground","RemoveChannelListener","RemoveChannelSubscribers","Removed","RemoveDiacritics","RemoveInputStreamMethod","RemoveOutputStreamMethod","RemoveProperty","RemoveScheduledTask","RemoveUsers","RemoveVideoStream","RenameDirectory","RenameFile","RenderAll","RenderingOptions","RenewalProcess","RenkoChart","RepairMesh","Repeated","RepeatedNull","RepeatedString","RepeatedTiming","RepeatingElement","Replace","ReplaceAll","ReplaceAt","ReplaceHeldPart","ReplaceImageValue","ReplaceList","ReplacePart","ReplacePixelValue","ReplaceRepeated","ReplicateLayer","RequiredPhysicalQuantities","Resampling","ResamplingAlgorithmData","ResamplingMethod","Rescale","RescalingTransform","ResetDirectory","ResetScheduledTask","ReshapeLayer","Residue","ResidueSum","ResizeLayer","Resolve","ResolveContextAliases","ResourceAcquire","ResourceData","ResourceFunction","ResourceObject","ResourceRegister","ResourceRemove","ResourceSearch","ResourceSubmissionObject","ResourceSubmit","ResourceSystemBase","ResourceSystemPath","ResourceUpdate","ResourceVersion","ResponseForm","Rest","RestartInterval","Restricted","Resultant","ResumePacket","Return","ReturnCreatesNewCell","ReturnEntersInput","ReturnExpressionPacket","ReturnInputFormPacket","ReturnPacket","ReturnReceiptFunction","ReturnTextPacket","Reverse","ReverseApplied","ReverseBiorthogonalSplineWavelet","ReverseElement","ReverseEquilibrium","ReverseGraph","ReverseSort","ReverseSortBy","ReverseUpEquilibrium","RevolutionAxis","RevolutionPlot3D","RGBColor","RiccatiSolve","RiceDistribution","RidgeFilter","RiemannR","RiemannSiegelTheta","RiemannSiegelZ","RiemannXi","Riffle","Right","RightArrow","RightArrowBar","RightArrowLeftArrow","RightComposition","RightCosetRepresentative","RightDownTeeVector","RightDownVector","RightDownVectorBar","RightTee","RightTeeArrow","RightTeeVector","RightTriangle","RightTriangleBar","RightTriangleEqual","RightUpDownVector","RightUpTeeVector","RightUpVector","RightUpVectorBar","RightVector","RightVectorBar","RipleyK","RipleyRassonRegion","RiskAchievementImportance","RiskReductionImportance","RobustConvexOptimization","RogersTanimotoDissimilarity","RollPitchYawAngles","RollPitchYawMatrix","RomanNumeral","Root","RootApproximant","RootIntervals","RootLocusPlot","RootMeanSquare","RootOfUnityQ","RootReduce","Roots","RootSum","RootTree","Rotate","RotateLabel","RotateLeft","RotateRight","RotationAction","RotationBox","RotationBoxOptions","RotationMatrix","RotationTransform","Round","RoundImplies","RoundingRadius","Row","RowAlignments","RowBackgrounds","RowBox","RowHeights","RowLines","RowMinHeight","RowReduce","RowsEqual","RowSpacings","RSolve","RSolveValue","RudinShapiro","RudvalisGroupRu","Rule","RuleCondition","RuleDelayed","RuleForm","RulePlot","RulerUnits","RulesTree","Run","RunProcess","RunScheduledTask","RunThrough","RuntimeAttributes","RuntimeOptions","RussellRaoDissimilarity","SameAs","SameQ","SameTest","SameTestProperties","SampledEntityClass","SampleDepth","SampledSoundFunction","SampledSoundList","SampleRate","SamplingPeriod","SARIMAProcess","SARMAProcess","SASTriangle","SatelliteData","SatisfiabilityCount","SatisfiabilityInstances","SatisfiableQ","Saturday","Save","Saveable","SaveAutoDelete","SaveConnection","SaveDefinitions","SavitzkyGolayMatrix","SawtoothWave","Scale","Scaled","ScaleDivisions","ScaledMousePosition","ScaleOrigin","ScalePadding","ScaleRanges","ScaleRangeStyle","ScalingFunctions","ScalingMatrix","ScalingTransform","Scan","ScheduledTask","ScheduledTaskActiveQ","ScheduledTaskInformation","ScheduledTaskInformationData","ScheduledTaskObject","ScheduledTasks","SchurDecomposition","ScientificForm","ScientificNotationThreshold","ScorerGi","ScorerGiPrime","ScorerHi","ScorerHiPrime","ScreenRectangle","ScreenStyleEnvironment","ScriptBaselineShifts","ScriptForm","ScriptLevel","ScriptMinSize","ScriptRules","ScriptSizeMultipliers","Scrollbars","ScrollingOptions","ScrollPosition","SearchAdjustment","SearchIndexObject","SearchIndices","SearchQueryString","SearchResultObject","Sec","Sech","SechDistribution","SecondOrderConeOptimization","SectionGrouping","SectorChart","SectorChart3D","SectorOrigin","SectorSpacing","SecuredAuthenticationKey","SecuredAuthenticationKeys","SecurityCertificate","SeedRandom","Select","Selectable","SelectComponents","SelectedCells","SelectedNotebook","SelectFirst","Selection","SelectionAnimate","SelectionCell","SelectionCellCreateCell","SelectionCellDefaultStyle","SelectionCellParentStyle","SelectionCreateCell","SelectionDebuggerTag","SelectionEvaluate","SelectionEvaluateCreateCell","SelectionMove","SelectionPlaceholder","SelectWithContents","SelfLoops","SelfLoopStyle","SemanticImport","SemanticImportString","SemanticInterpretation","SemialgebraicComponentInstances","SemidefiniteOptimization","SendMail","SendMessage","Sequence","SequenceAlignment","SequenceAttentionLayer","SequenceCases","SequenceCount","SequenceFold","SequenceFoldList","SequenceForm","SequenceHold","SequenceIndicesLayer","SequenceLastLayer","SequenceMostLayer","SequencePosition","SequencePredict","SequencePredictorFunction","SequenceReplace","SequenceRestLayer","SequenceReverseLayer","SequenceSplit","Series","SeriesCoefficient","SeriesData","SeriesTermGoal","ServiceConnect","ServiceDisconnect","ServiceExecute","ServiceObject","ServiceRequest","ServiceResponse","ServiceSubmit","SessionSubmit","SessionTime","Set","SetAccuracy","SetAlphaChannel","SetAttributes","Setbacks","SetCloudDirectory","SetCookies","SetDelayed","SetDirectory","SetEnvironment","SetFileDate","SetFileFormatProperties","SetOptions","SetOptionsPacket","SetPermissions","SetPrecision","SetProperty","SetSecuredAuthenticationKey","SetSelectedNotebook","SetSharedFunction","SetSharedVariable","SetStreamPosition","SetSystemModel","SetSystemOptions","Setter","SetterBar","SetterBox","SetterBoxOptions","Setting","SetUsers","Shading","Shallow","ShannonWavelet","ShapiroWilkTest","Share","SharingList","Sharpen","ShearingMatrix","ShearingTransform","ShellRegion","ShenCastanMatrix","ShiftedGompertzDistribution","ShiftRegisterSequence","Short","ShortDownArrow","Shortest","ShortestMatch","ShortestPathFunction","ShortLeftArrow","ShortRightArrow","ShortTimeFourier","ShortTimeFourierData","ShortUpArrow","Show","ShowAutoConvert","ShowAutoSpellCheck","ShowAutoStyles","ShowCellBracket","ShowCellLabel","ShowCellTags","ShowClosedCellArea","ShowCodeAssist","ShowContents","ShowControls","ShowCursorTracker","ShowGroupOpenCloseIcon","ShowGroupOpener","ShowInvisibleCharacters","ShowPageBreaks","ShowPredictiveInterface","ShowSelection","ShowShortBoxForm","ShowSpecialCharacters","ShowStringCharacters","ShowSyntaxStyles","ShrinkingDelay","ShrinkWrapBoundingBox","SiderealTime","SiegelTheta","SiegelTukeyTest","SierpinskiCurve","SierpinskiMesh","Sign","Signature","SignedRankTest","SignedRegionDistance","SignificanceLevel","SignPadding","SignTest","SimilarityRules","SimpleGraph","SimpleGraphQ","SimplePolygonQ","SimplePolyhedronQ","Simplex","Simplify","Sin","Sinc","SinghMaddalaDistribution","SingleEvaluation","SingleLetterItalics","SingleLetterStyle","SingularValueDecomposition","SingularValueList","SingularValuePlot","SingularValues","Sinh","SinhIntegral","SinIntegral","SixJSymbol","Skeleton","SkeletonTransform","SkellamDistribution","Skewness","SkewNormalDistribution","SkinStyle","Skip","SliceContourPlot3D","SliceDensityPlot3D","SliceDistribution","SliceVectorPlot3D","Slider","Slider2D","Slider2DBox","Slider2DBoxOptions","SliderBox","SliderBoxOptions","SlideShowVideo","SlideView","Slot","SlotSequence","Small","SmallCircle","Smaller","SmithDecomposition","SmithDelayCompensator","SmithWatermanSimilarity","SmoothDensityHistogram","SmoothHistogram","SmoothHistogram3D","SmoothKernelDistribution","SmoothPointDensity","SnDispersion","Snippet","SnippetsVideo","SnubPolyhedron","SocialMediaData","Socket","SocketConnect","SocketListen","SocketListener","SocketObject","SocketOpen","SocketReadMessage","SocketReadyQ","Sockets","SocketWaitAll","SocketWaitNext","SoftmaxLayer","SokalSneathDissimilarity","SolarEclipse","SolarSystemFeatureData","SolarTime","SolidAngle","SolidBoundaryLoadValue","SolidData","SolidDisplacementCondition","SolidFixedCondition","SolidMechanicsPDEComponent","SolidMechanicsStrain","SolidMechanicsStress","SolidRegionQ","Solve","SolveAlways","SolveDelayed","SolveValues","Sort","SortBy","SortedBy","SortedEntityClass","Sound","SoundAndGraphics","SoundNote","SoundVolume","SourceLink","SourcePDETerm","Sow","Space","SpaceCurveData","SpaceForm","Spacer","Spacings","Span","SpanAdjustments","SpanCharacterRounding","SpanFromAbove","SpanFromBoth","SpanFromLeft","SpanLineThickness","SpanMaxSize","SpanMinSize","SpanningCharacters","SpanSymmetric","SparseArray","SparseArrayQ","SpatialBinnedPointData","SpatialBoundaryCorrection","SpatialEstimate","SpatialEstimatorFunction","SpatialGraphDistribution","SpatialJ","SpatialMedian","SpatialNoiseLevel","SpatialObservationRegionQ","SpatialPointData","SpatialPointSelect","SpatialRandomnessTest","SpatialTransformationLayer","SpatialTrendFunction","Speak","SpeakerMatchQ","SpearmanRankTest","SpearmanRho","SpeciesData","SpecificityGoal","SpectralLineData","Spectrogram","SpectrogramArray","Specularity","SpeechCases","SpeechInterpreter","SpeechRecognize","SpeechSynthesize","SpellingCorrection","SpellingCorrectionList","SpellingDictionaries","SpellingDictionariesPath","SpellingOptions","Sphere","SphereBox","SphereBoxOptions","SpherePoints","SphericalBesselJ","SphericalBesselY","SphericalHankelH1","SphericalHankelH2","SphericalHarmonicY","SphericalPlot3D","SphericalRegion","SphericalShell","SpheroidalEigenvalue","SpheroidalJoiningFactor","SpheroidalPS","SpheroidalPSPrime","SpheroidalQS","SpheroidalQSPrime","SpheroidalRadialFactor","SpheroidalS1","SpheroidalS1Prime","SpheroidalS2","SpheroidalS2Prime","Splice","SplicedDistribution","SplineClosed","SplineDegree","SplineKnots","SplineWeights","Split","SplitBy","SpokenString","SpotLight","Sqrt","SqrtBox","SqrtBoxOptions","Square","SquaredEuclideanDistance","SquareFreeQ","SquareIntersection","SquareMatrixQ","SquareRepeatingElement","SquaresR","SquareSubset","SquareSubsetEqual","SquareSuperset","SquareSupersetEqual","SquareUnion","SquareWave","SSSTriangle","StabilityMargins","StabilityMarginsStyle","StableDistribution","Stack","StackBegin","StackComplete","StackedDateListPlot","StackedListPlot","StackInhibit","StadiumShape","StandardAtmosphereData","StandardDeviation","StandardDeviationFilter","StandardForm","Standardize","Standardized","StandardOceanData","StandbyDistribution","Star","StarClusterData","StarData","StarGraph","StartAsynchronousTask","StartExternalSession","StartingStepSize","StartOfLine","StartOfString","StartProcess","StartScheduledTask","StartupSound","StartWebSession","StateDimensions","StateFeedbackGains","StateOutputEstimator","StateResponse","StateSpaceModel","StateSpaceRealization","StateSpaceTransform","StateTransformationLinearize","StationaryDistribution","StationaryWaveletPacketTransform","StationaryWaveletTransform","StatusArea","StatusCentrality","StepMonitor","StereochemistryElements","StieltjesGamma","StippleShading","StirlingS1","StirlingS2","StopAsynchronousTask","StoppingPowerData","StopScheduledTask","StrataVariables","StratonovichProcess","StraussHardcorePointProcess","StraussPointProcess","StreamColorFunction","StreamColorFunctionScaling","StreamDensityPlot","StreamMarkers","StreamPlot","StreamPlot3D","StreamPoints","StreamPosition","Streams","StreamScale","StreamStyle","StrictInequalities","String","StringBreak","StringByteCount","StringCases","StringContainsQ","StringCount","StringDelete","StringDrop","StringEndsQ","StringExpression","StringExtract","StringForm","StringFormat","StringFormatQ","StringFreeQ","StringInsert","StringJoin","StringLength","StringMatchQ","StringPadLeft","StringPadRight","StringPart","StringPartition","StringPosition","StringQ","StringRepeat","StringReplace","StringReplaceList","StringReplacePart","StringReverse","StringRiffle","StringRotateLeft","StringRotateRight","StringSkeleton","StringSplit","StringStartsQ","StringTake","StringTakeDrop","StringTemplate","StringToByteArray","StringToStream","StringTrim","StripBoxes","StripOnInput","StripStyleOnPaste","StripWrapperBoxes","StrokeForm","Struckthrough","StructuralImportance","StructuredArray","StructuredArrayHeadQ","StructuredSelection","StruveH","StruveL","Stub","StudentTDistribution","Style","StyleBox","StyleBoxAutoDelete","StyleData","StyleDefinitions","StyleForm","StyleHints","StyleKeyMapping","StyleMenuListing","StyleNameDialogSettings","StyleNames","StylePrint","StyleSheetPath","Subdivide","Subfactorial","Subgraph","SubMinus","SubPlus","SubresultantPolynomialRemainders","SubresultantPolynomials","Subresultants","Subscript","SubscriptBox","SubscriptBoxOptions","Subscripted","Subsequences","Subset","SubsetCases","SubsetCount","SubsetEqual","SubsetMap","SubsetPosition","SubsetQ","SubsetReplace","Subsets","SubStar","SubstitutionSystem","Subsuperscript","SubsuperscriptBox","SubsuperscriptBoxOptions","SubtitleEncoding","SubtitleTrackSelection","Subtract","SubtractFrom","SubtractSides","SubValues","Succeeds","SucceedsEqual","SucceedsSlantEqual","SucceedsTilde","Success","SuchThat","Sum","SumConvergence","SummationLayer","Sunday","SunPosition","Sunrise","Sunset","SuperDagger","SuperMinus","SupernovaData","SuperPlus","Superscript","SuperscriptBox","SuperscriptBoxOptions","Superset","SupersetEqual","SuperStar","Surd","SurdForm","SurfaceAppearance","SurfaceArea","SurfaceColor","SurfaceData","SurfaceGraphics","SurvivalDistribution","SurvivalFunction","SurvivalModel","SurvivalModelFit","SuspendPacket","SuzukiDistribution","SuzukiGroupSuz","SwatchLegend","Switch","Symbol","SymbolName","SymletWavelet","Symmetric","SymmetricDifference","SymmetricGroup","SymmetricKey","SymmetricMatrixQ","SymmetricPolynomial","SymmetricReduction","Symmetrize","SymmetrizedArray","SymmetrizedArrayRules","SymmetrizedDependentComponents","SymmetrizedIndependentComponents","SymmetrizedReplacePart","SynchronousInitialization","SynchronousUpdating","Synonyms","Syntax","SyntaxForm","SyntaxInformation","SyntaxLength","SyntaxPacket","SyntaxQ","SynthesizeMissingValues","SystemCredential","SystemCredentialData","SystemCredentialKey","SystemCredentialKeys","SystemCredentialStoreObject","SystemDialogInput","SystemException","SystemGet","SystemHelpPath","SystemInformation","SystemInformationData","SystemInstall","SystemModel","SystemModeler","SystemModelExamples","SystemModelLinearize","SystemModelMeasurements","SystemModelParametricSimulate","SystemModelPlot","SystemModelProgressReporting","SystemModelReliability","SystemModels","SystemModelSimulate","SystemModelSimulateSensitivity","SystemModelSimulationData","SystemOpen","SystemOptions","SystemProcessData","SystemProcesses","SystemsConnectionsModel","SystemsModelControllerData","SystemsModelDelay","SystemsModelDelayApproximate","SystemsModelDelete","SystemsModelDimensions","SystemsModelExtract","SystemsModelFeedbackConnect","SystemsModelLabels","SystemsModelLinearity","SystemsModelMerge","SystemsModelOrder","SystemsModelParallelConnect","SystemsModelSeriesConnect","SystemsModelStateFeedbackConnect","SystemsModelVectorRelativeOrders","SystemStub","SystemTest","Tab","TabFilling","Table","TableAlignments","TableDepth","TableDirections","TableForm","TableHeadings","TableSpacing","TableView","TableViewBox","TableViewBoxAlignment","TableViewBoxBackground","TableViewBoxHeaders","TableViewBoxItemSize","TableViewBoxItemStyle","TableViewBoxOptions","TabSpacings","TabView","TabViewBox","TabViewBoxOptions","TagBox","TagBoxNote","TagBoxOptions","TaggingRules","TagSet","TagSetDelayed","TagStyle","TagUnset","Take","TakeDrop","TakeLargest","TakeLargestBy","TakeList","TakeSmallest","TakeSmallestBy","TakeWhile","Tally","Tan","Tanh","TargetDevice","TargetFunctions","TargetSystem","TargetUnits","TaskAbort","TaskExecute","TaskObject","TaskRemove","TaskResume","Tasks","TaskSuspend","TaskWait","TautologyQ","TelegraphProcess","TemplateApply","TemplateArgBox","TemplateBox","TemplateBoxOptions","TemplateEvaluate","TemplateExpression","TemplateIf","TemplateObject","TemplateSequence","TemplateSlot","TemplateSlotSequence","TemplateUnevaluated","TemplateVerbatim","TemplateWith","TemporalData","TemporalRegularity","Temporary","TemporaryVariable","TensorContract","TensorDimensions","TensorExpand","TensorProduct","TensorQ","TensorRank","TensorReduce","TensorSymmetry","TensorTranspose","TensorWedge","TerminatedEvaluation","TernaryListPlot","TernaryPlotCorners","TestID","TestReport","TestReportObject","TestResultObject","Tetrahedron","TetrahedronBox","TetrahedronBoxOptions","TeXForm","TeXSave","Text","Text3DBox","Text3DBoxOptions","TextAlignment","TextBand","TextBoundingBox","TextBox","TextCases","TextCell","TextClipboardType","TextContents","TextData","TextElement","TextForm","TextGrid","TextJustification","TextLine","TextPacket","TextParagraph","TextPosition","TextRecognize","TextSearch","TextSearchReport","TextSentences","TextString","TextStructure","TextStyle","TextTranslation","Texture","TextureCoordinateFunction","TextureCoordinateScaling","TextWords","Therefore","ThermodynamicData","ThermometerGauge","Thick","Thickness","Thin","Thinning","ThisLink","ThomasPointProcess","ThompsonGroupTh","Thread","Threaded","ThreadingLayer","ThreeJSymbol","Threshold","Through","Throw","ThueMorse","Thumbnail","Thursday","TickDirection","TickLabelOrientation","TickLabelPositioning","TickLabels","TickLengths","TickPositions","Ticks","TicksStyle","TideData","Tilde","TildeEqual","TildeFullEqual","TildeTilde","TimeConstrained","TimeConstraint","TimeDirection","TimeFormat","TimeGoal","TimelinePlot","TimeObject","TimeObjectQ","TimeRemaining","Times","TimesBy","TimeSeries","TimeSeriesAggregate","TimeSeriesForecast","TimeSeriesInsert","TimeSeriesInvertibility","TimeSeriesMap","TimeSeriesMapThread","TimeSeriesModel","TimeSeriesModelFit","TimeSeriesResample","TimeSeriesRescale","TimeSeriesShift","TimeSeriesThread","TimeSeriesWindow","TimeSystem","TimeSystemConvert","TimeUsed","TimeValue","TimeWarpingCorrespondence","TimeWarpingDistance","TimeZone","TimeZoneConvert","TimeZoneOffset","Timing","Tiny","TitleGrouping","TitsGroupT","ToBoxes","ToCharacterCode","ToColor","ToContinuousTimeModel","ToDate","Today","ToDiscreteTimeModel","ToEntity","ToeplitzMatrix","ToExpression","ToFileName","Together","Toggle","ToggleFalse","Toggler","TogglerBar","TogglerBox","TogglerBoxOptions","ToHeldExpression","ToInvertibleTimeSeries","TokenWords","Tolerance","ToLowerCase","Tomorrow","ToNumberField","TooBig","Tooltip","TooltipBox","TooltipBoxOptions","TooltipDelay","TooltipStyle","ToonShading","Top","TopHatTransform","ToPolarCoordinates","TopologicalSort","ToRadicals","ToRawPointer","ToRules","Torus","TorusGraph","ToSphericalCoordinates","ToString","Total","TotalHeight","TotalLayer","TotalVariationFilter","TotalWidth","TouchPosition","TouchscreenAutoZoom","TouchscreenControlPlacement","ToUpperCase","TourVideo","Tr","Trace","TraceAbove","TraceAction","TraceBackward","TraceDepth","TraceDialog","TraceForward","TraceInternal","TraceLevel","TraceOff","TraceOn","TraceOriginal","TracePrint","TraceScan","TrackCellChangeTimes","TrackedSymbols","TrackingFunction","TracyWidomDistribution","TradingChart","TraditionalForm","TraditionalFunctionNotation","TraditionalNotation","TraditionalOrder","TrainImageContentDetector","TrainingProgressCheckpointing","TrainingProgressFunction","TrainingProgressMeasurements","TrainingProgressReporting","TrainingStoppingCriterion","TrainingUpdateSchedule","TrainTextContentDetector","TransferFunctionCancel","TransferFunctionExpand","TransferFunctionFactor","TransferFunctionModel","TransferFunctionPoles","TransferFunctionTransform","TransferFunctionZeros","TransformationClass","TransformationFunction","TransformationFunctions","TransformationMatrix","TransformedDistribution","TransformedField","TransformedProcess","TransformedRegion","TransitionDirection","TransitionDuration","TransitionEffect","TransitiveClosureGraph","TransitiveReductionGraph","Translate","TranslationOptions","TranslationTransform","Transliterate","Transparent","TransparentColor","Transpose","TransposeLayer","TrapEnterKey","TrapSelection","TravelDirections","TravelDirectionsData","TravelDistance","TravelDistanceList","TravelMethod","TravelTime","Tree","TreeCases","TreeChildren","TreeCount","TreeData","TreeDelete","TreeDepth","TreeElementCoordinates","TreeElementLabel","TreeElementLabelFunction","TreeElementLabelStyle","TreeElementShape","TreeElementShapeFunction","TreeElementSize","TreeElementSizeFunction","TreeElementStyle","TreeElementStyleFunction","TreeExpression","TreeExtract","TreeFold","TreeForm","TreeGraph","TreeGraphQ","TreeInsert","TreeLayout","TreeLeafCount","TreeLeafQ","TreeLeaves","TreeLevel","TreeMap","TreeMapAt","TreeOutline","TreePlot","TreePosition","TreeQ","TreeReplacePart","TreeRules","TreeScan","TreeSelect","TreeSize","TreeTraversalOrder","TrendStyle","Triangle","TriangleCenter","TriangleConstruct","TriangleMeasurement","TriangleWave","TriangularDistribution","TriangulateMesh","Trig","TrigExpand","TrigFactor","TrigFactorList","Trigger","TrigReduce","TrigToExp","TrimmedMean","TrimmedVariance","TropicalStormData","True","TrueQ","TruncatedDistribution","TruncatedPolyhedron","TsallisQExponentialDistribution","TsallisQGaussianDistribution","TTest","Tube","TubeBezierCurveBox","TubeBezierCurveBoxOptions","TubeBox","TubeBoxOptions","TubeBSplineCurveBox","TubeBSplineCurveBoxOptions","Tuesday","TukeyLambdaDistribution","TukeyWindow","TunnelData","Tuples","TuranGraph","TuringMachine","TuttePolynomial","TwoWayRule","Typed","TypeDeclaration","TypeEvaluate","TypeHint","TypeOf","TypeSpecifier","UnateQ","Uncompress","UnconstrainedParameters","Undefined","UnderBar","Underflow","Underlined","Underoverscript","UnderoverscriptBox","UnderoverscriptBoxOptions","Underscript","UnderscriptBox","UnderscriptBoxOptions","UnderseaFeatureData","UndirectedEdge","UndirectedGraph","UndirectedGraphQ","UndoOptions","UndoTrackedVariables","Unequal","UnequalTo","Unevaluated","UniformDistribution","UniformGraphDistribution","UniformPolyhedron","UniformSumDistribution","Uninstall","Union","UnionedEntityClass","UnionPlus","Unique","UniqueElements","UnitaryMatrixQ","UnitBox","UnitConvert","UnitDimensions","Unitize","UnitRootTest","UnitSimplify","UnitStep","UnitSystem","UnitTriangle","UnitVector","UnitVectorLayer","UnityDimensions","UniverseModelData","UniversityData","UnixTime","UnlabeledTree","UnmanageObject","Unprotect","UnregisterExternalEvaluator","UnsameQ","UnsavedVariables","Unset","UnsetShared","Until","UntrackedVariables","Up","UpArrow","UpArrowBar","UpArrowDownArrow","Update","UpdateDynamicObjects","UpdateDynamicObjectsSynchronous","UpdateInterval","UpdatePacletSites","UpdateSearchIndex","UpDownArrow","UpEquilibrium","UpperCaseQ","UpperLeftArrow","UpperRightArrow","UpperTriangularize","UpperTriangularMatrix","UpperTriangularMatrixQ","Upsample","UpSet","UpSetDelayed","UpTee","UpTeeArrow","UpTo","UpValues","URL","URLBuild","URLDecode","URLDispatcher","URLDownload","URLDownloadSubmit","URLEncode","URLExecute","URLExpand","URLFetch","URLFetchAsynchronous","URLParse","URLQueryDecode","URLQueryEncode","URLRead","URLResponseTime","URLSave","URLSaveAsynchronous","URLShorten","URLSubmit","UseEmbeddedLibrary","UseGraphicsRange","UserDefinedWavelet","Using","UsingFrontEnd","UtilityFunction","V2Get","ValenceErrorHandling","ValenceFilling","ValidationLength","ValidationSet","ValueBox","ValueBoxOptions","ValueDimensions","ValueForm","ValuePreprocessingFunction","ValueQ","Values","ValuesData","VandermondeMatrix","Variables","Variance","VarianceEquivalenceTest","VarianceEstimatorFunction","VarianceGammaDistribution","VarianceGammaPointProcess","VarianceTest","VariogramFunction","VariogramModel","VectorAngle","VectorAround","VectorAspectRatio","VectorColorFunction","VectorColorFunctionScaling","VectorDensityPlot","VectorDisplacementPlot","VectorDisplacementPlot3D","VectorGlyphData","VectorGreater","VectorGreaterEqual","VectorLess","VectorLessEqual","VectorMarkers","VectorPlot","VectorPlot3D","VectorPoints","VectorQ","VectorRange","Vectors","VectorScale","VectorScaling","VectorSizes","VectorStyle","Vee","Verbatim","Verbose","VerificationTest","VerifyConvergence","VerifyDerivedKey","VerifyDigitalSignature","VerifyFileSignature","VerifyInterpretation","VerifySecurityCertificates","VerifySolutions","VerifyTestAssumptions","VersionedPreferences","VertexAdd","VertexCapacity","VertexChromaticNumber","VertexColors","VertexComponent","VertexConnectivity","VertexContract","VertexCoordinateRules","VertexCoordinates","VertexCorrelationSimilarity","VertexCosineSimilarity","VertexCount","VertexCoverQ","VertexDataCoordinates","VertexDegree","VertexDelete","VertexDiceSimilarity","VertexEccentricity","VertexInComponent","VertexInComponentGraph","VertexInDegree","VertexIndex","VertexJaccardSimilarity","VertexLabeling","VertexLabels","VertexLabelStyle","VertexList","VertexNormals","VertexOutComponent","VertexOutComponentGraph","VertexOutDegree","VertexQ","VertexRenderingFunction","VertexReplace","VertexShape","VertexShapeFunction","VertexSize","VertexStyle","VertexTextureCoordinates","VertexTransitiveGraphQ","VertexWeight","VertexWeightedGraphQ","Vertical","VerticalBar","VerticalForm","VerticalGauge","VerticalSeparator","VerticalSlider","VerticalTilde","Video","VideoCapture","VideoCombine","VideoDelete","VideoEncoding","VideoExtractFrames","VideoFrameList","VideoFrameMap","VideoGenerator","VideoInsert","VideoIntervals","VideoJoin","VideoMap","VideoMapList","VideoMapTimeSeries","VideoPadding","VideoPause","VideoPlay","VideoQ","VideoRecord","VideoReplace","VideoScreenCapture","VideoSplit","VideoStop","VideoStream","VideoStreams","VideoTimeStretch","VideoTrackSelection","VideoTranscode","VideoTransparency","VideoTrim","ViewAngle","ViewCenter","ViewMatrix","ViewPoint","ViewPointSelectorSettings","ViewPort","ViewProjection","ViewRange","ViewVector","ViewVertical","VirtualGroupData","Visible","VisibleCell","VoiceStyleData","VoigtDistribution","VolcanoData","Volume","VonMisesDistribution","VoronoiMesh","WaitAll","WaitAsynchronousTask","WaitNext","WaitUntil","WakebyDistribution","WalleniusHypergeometricDistribution","WaringYuleDistribution","WarpingCorrespondence","WarpingDistance","WatershedComponents","WatsonUSquareTest","WattsStrogatzGraphDistribution","WaveletBestBasis","WaveletFilterCoefficients","WaveletImagePlot","WaveletListPlot","WaveletMapIndexed","WaveletMatrixPlot","WaveletPhi","WaveletPsi","WaveletScale","WaveletScalogram","WaveletThreshold","WavePDEComponent","WeaklyConnectedComponents","WeaklyConnectedGraphComponents","WeaklyConnectedGraphQ","WeakStationarity","WeatherData","WeatherForecastData","WebAudioSearch","WebColumn","WebElementObject","WeberE","WebExecute","WebImage","WebImageSearch","WebItem","WebPageMetaInformation","WebRow","WebSearch","WebSessionObject","WebSessions","WebWindowObject","Wedge","Wednesday","WeibullDistribution","WeierstrassE1","WeierstrassE2","WeierstrassE3","WeierstrassEta1","WeierstrassEta2","WeierstrassEta3","WeierstrassHalfPeriods","WeierstrassHalfPeriodW1","WeierstrassHalfPeriodW2","WeierstrassHalfPeriodW3","WeierstrassInvariantG2","WeierstrassInvariantG3","WeierstrassInvariants","WeierstrassP","WeierstrassPPrime","WeierstrassSigma","WeierstrassZeta","WeightedAdjacencyGraph","WeightedAdjacencyMatrix","WeightedData","WeightedGraphQ","Weights","WelchWindow","WheelGraph","WhenEvent","Which","While","White","WhiteNoiseProcess","WhitePoint","Whitespace","WhitespaceCharacter","WhittakerM","WhittakerW","WholeCellGroupOpener","WienerFilter","WienerProcess","WignerD","WignerSemicircleDistribution","WikidataData","WikidataSearch","WikipediaData","WikipediaSearch","WilksW","WilksWTest","WindDirectionData","WindingCount","WindingPolygon","WindowClickSelect","WindowElements","WindowFloating","WindowFrame","WindowFrameElements","WindowMargins","WindowMovable","WindowOpacity","WindowPersistentStyles","WindowSelected","WindowSize","WindowStatusArea","WindowTitle","WindowToolbars","WindowWidth","WindSpeedData","WindVectorData","WinsorizedMean","WinsorizedVariance","WishartMatrixDistribution","With","WithCleanup","WithLock","WolframAlpha","WolframAlphaDate","WolframAlphaQuantity","WolframAlphaResult","WolframCloudSettings","WolframLanguageData","Word","WordBoundary","WordCharacter","WordCloud","WordCount","WordCounts","WordData","WordDefinition","WordFrequency","WordFrequencyData","WordList","WordOrientation","WordSearch","WordSelectionFunction","WordSeparators","WordSpacings","WordStem","WordTranslation","WorkingPrecision","WrapAround","Write","WriteLine","WriteString","Wronskian","XMLElement","XMLObject","XMLTemplate","Xnor","Xor","XYZColor","Yellow","Yesterday","YuleDissimilarity","ZernikeR","ZeroSymmetric","ZeroTest","ZeroWidthTimes","Zeta","ZetaZero","ZIPCodeData","ZipfDistribution","ZoomCenter","ZoomFactor","ZTest","ZTransform","$Aborted","$ActivationGroupID","$ActivationKey","$ActivationUserRegistered","$AddOnsDirectory","$AllowDataUpdates","$AllowExternalChannelFunctions","$AllowInternet","$AssertFunction","$Assumptions","$AsynchronousTask","$AudioDecoders","$AudioEncoders","$AudioInputDevices","$AudioOutputDevices","$BaseDirectory","$BasePacletsDirectory","$BatchInput","$BatchOutput","$BlockchainBase","$BoxForms","$ByteOrdering","$CacheBaseDirectory","$Canceled","$ChannelBase","$CharacterEncoding","$CharacterEncodings","$CloudAccountName","$CloudBase","$CloudConnected","$CloudConnection","$CloudCreditsAvailable","$CloudEvaluation","$CloudExpressionBase","$CloudObjectNameFormat","$CloudObjectURLType","$CloudRootDirectory","$CloudSymbolBase","$CloudUserID","$CloudUserUUID","$CloudVersion","$CloudVersionNumber","$CloudWolframEngineVersionNumber","$CommandLine","$CompilationTarget","$CompilerEnvironment","$ConditionHold","$ConfiguredKernels","$Context","$ContextAliases","$ContextPath","$ControlActiveSetting","$Cookies","$CookieStore","$CreationDate","$CryptographicEllipticCurveNames","$CurrentLink","$CurrentTask","$CurrentWebSession","$DataStructures","$DateStringFormat","$DefaultAudioInputDevice","$DefaultAudioOutputDevice","$DefaultFont","$DefaultFrontEnd","$DefaultImagingDevice","$DefaultKernels","$DefaultLocalBase","$DefaultLocalKernel","$DefaultMailbox","$DefaultNetworkInterface","$DefaultPath","$DefaultProxyRules","$DefaultRemoteBatchSubmissionEnvironment","$DefaultRemoteKernel","$DefaultSystemCredentialStore","$Display","$DisplayFunction","$DistributedContexts","$DynamicEvaluation","$Echo","$EmbedCodeEnvironments","$EmbeddableServices","$EntityStores","$Epilog","$EvaluationCloudBase","$EvaluationCloudObject","$EvaluationEnvironment","$ExportFormats","$ExternalIdentifierTypes","$ExternalStorageBase","$Failed","$FinancialDataSource","$FontFamilies","$FormatType","$FrontEnd","$FrontEndSession","$GeneratedAssetLocation","$GeoEntityTypes","$GeoLocation","$GeoLocationCity","$GeoLocationCountry","$GeoLocationPrecision","$GeoLocationSource","$HistoryLength","$HomeDirectory","$HTMLExportRules","$HTTPCookies","$HTTPRequest","$IgnoreEOF","$ImageFormattingWidth","$ImageResolution","$ImagingDevice","$ImagingDevices","$ImportFormats","$IncomingMailSettings","$InitialDirectory","$Initialization","$InitializationContexts","$Input","$InputFileName","$InputStreamMethods","$Inspector","$InstallationDate","$InstallationDirectory","$InterfaceEnvironment","$InterpreterTypes","$IterationLimit","$KernelCount","$KernelID","$Language","$LaunchDirectory","$LibraryPath","$LicenseExpirationDate","$LicenseID","$LicenseProcesses","$LicenseServer","$LicenseSubprocesses","$LicenseType","$Line","$Linked","$LinkSupported","$LoadedFiles","$LocalBase","$LocalSymbolBase","$MachineAddresses","$MachineDomain","$MachineDomains","$MachineEpsilon","$MachineID","$MachineName","$MachinePrecision","$MachineType","$MaxDisplayedChildren","$MaxExtraPrecision","$MaxLicenseProcesses","$MaxLicenseSubprocesses","$MaxMachineNumber","$MaxNumber","$MaxPiecewiseCases","$MaxPrecision","$MaxRootDegree","$MessageGroups","$MessageList","$MessagePrePrint","$Messages","$MinMachineNumber","$MinNumber","$MinorReleaseNumber","$MinPrecision","$MobilePhone","$ModuleNumber","$NetworkConnected","$NetworkInterfaces","$NetworkLicense","$NewMessage","$NewSymbol","$NotebookInlineStorageLimit","$Notebooks","$NoValue","$NumberMarks","$Off","$OperatingSystem","$Output","$OutputForms","$OutputSizeLimit","$OutputStreamMethods","$Packages","$ParentLink","$ParentProcessID","$PasswordFile","$PatchLevelID","$Path","$PathnameSeparator","$PerformanceGoal","$Permissions","$PermissionsGroupBase","$PersistenceBase","$PersistencePath","$PipeSupported","$PlotTheme","$Post","$Pre","$PreferencesDirectory","$PreInitialization","$PrePrint","$PreRead","$PrintForms","$PrintLiteral","$Printout3DPreviewer","$ProcessID","$ProcessorCount","$ProcessorType","$ProductInformation","$ProgramName","$ProgressReporting","$PublisherID","$RandomGeneratorState","$RandomState","$RecursionLimit","$RegisteredDeviceClasses","$RegisteredUserName","$ReleaseNumber","$RequesterAddress","$RequesterCloudUserID","$RequesterCloudUserUUID","$RequesterWolframID","$RequesterWolframUUID","$ResourceSystemBase","$ResourceSystemPath","$RootDirectory","$ScheduledTask","$ScriptCommandLine","$ScriptInputString","$SecuredAuthenticationKeyTokens","$ServiceCreditsAvailable","$Services","$SessionID","$SetParentLink","$SharedFunctions","$SharedVariables","$SoundDisplay","$SoundDisplayFunction","$SourceLink","$SSHAuthentication","$SubtitleDecoders","$SubtitleEncoders","$SummaryBoxDataSizeLimit","$SuppressInputFormHeads","$SynchronousEvaluation","$SyntaxHandler","$System","$SystemCharacterEncoding","$SystemCredentialStore","$SystemID","$SystemMemory","$SystemShell","$SystemTimeZone","$SystemWordLength","$TargetSystems","$TemplatePath","$TemporaryDirectory","$TemporaryPrefix","$TestFileName","$TextStyle","$TimedOut","$TimeUnit","$TimeZone","$TimeZoneEntity","$TopDirectory","$TraceOff","$TraceOn","$TracePattern","$TracePostAction","$TracePreAction","$UnitSystem","$Urgent","$UserAddOnsDirectory","$UserAgentLanguages","$UserAgentMachine","$UserAgentName","$UserAgentOperatingSystem","$UserAgentString","$UserAgentVersion","$UserBaseDirectory","$UserBasePacletsDirectory","$UserDocumentsDirectory","$Username","$UserName","$UserURLBase","$Version","$VersionNumber","$VideoDecoders","$VideoEncoders","$VoiceStyles","$WolframDocumentsDirectory","$WolframID","$WolframUUID"];ve.exports=function _(u){const o=u.regex,U=o.either(o.concat(/([2-9]|[1-2]\d|[3][0-5])\^\^/,/(\w*\.\w+|\w+\.\w*|\w+)/),/(\d*\.\d+|\d+\.\d*|\d+)/),ne=o.either(/``[+-]?(\d*\.\d+|\d+\.\d*|\d+)/,/`([+-]?(\d*\.\d+|\d+\.\d*|\d+))?/),he={className:"number",relevance:0,begin:o.concat(U,o.optional(ne),o.optional(/\*\^[+-]?\d+/))},Ve=/[a-zA-Z$][a-zA-Z0-9$]*/,be=new Set(k),He={variants:[{className:"builtin-symbol",begin:Ve,"on:begin":(ye,Oe)=>{be.has(ye[0])||Oe.ignoreMatch()}},{className:"symbol",relevance:0,begin:Ve}]},xe={className:"message-name",relevance:0,begin:o.concat("::",Ve)};return{name:"Mathematica",aliases:["mma","wl"],classNameAliases:{brace:"punctuation",pattern:"type",slot:"type",symbol:"variable","named-character":"variable","builtin-symbol":"built_in","message-name":"string"},contains:[u.COMMENT(/\(\*/,/\*\)/,{contains:["self"]}),{className:"pattern",relevance:0,begin:/([a-zA-Z$][a-zA-Z0-9$]*)?_+([a-zA-Z$][a-zA-Z0-9$]*)?/},{className:"slot",relevance:0,begin:/#[a-zA-Z$][a-zA-Z0-9$]*|#+[0-9]?/},xe,He,{className:"named-character",begin:/\\\[[$a-zA-Z][$a-zA-Z0-9]+\]/},u.QUOTE_STRING_MODE,he,{className:"operator",relevance:0,begin:/[+\-*/,;.:@~=><&|_`'^?!%]+/},{className:"brace",relevance:0,begin:/[[\](){}]/}]}}},880:ve=>{ve.exports=function k(_){const u="('|\\.')+",o={relevance:0,contains:[{begin:u}]};return{name:"Matlab",keywords:{keyword:"arguments break case catch classdef continue else elseif end enumeration events for function global if methods otherwise parfor persistent properties return spmd switch try while",built_in:"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i|0 inf nan isnan isinf isfinite j|0 why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun legend intersect ismember procrustes hold num2cell "},illegal:'(//|"|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[_.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{className:"built_in",begin:/true|false/,relevance:0,starts:o},{begin:"[a-zA-Z][a-zA-Z_0-9]*"+u,relevance:0},{className:"number",begin:_.C_NUMBER_RE,relevance:0,starts:o},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{begin:/\]|\}|\)/,relevance:0,starts:o},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}],starts:o},_.COMMENT("^\\s*%\\{\\s*$","^\\s*%\\}\\s*$"),_.COMMENT("%","$")]}}},313:ve=>{ve.exports=function k(_){return{name:"Maxima",keywords:{$pattern:"[A-Za-z_%][0-9A-Za-z_%]*",keyword:"if then else elseif for thru do while unless step in and or not",literal:"true false unknown inf minf ind und %e %i %pi %phi %gamma",built_in:" abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type alias allroots alphacharp alphanumericp amortization %and annuity_fv annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2 applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method av average_degree backtrace bars barsplot barsplot_description base64 base64_decode bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description break bug_report build_info|10 buildq build_sample burn cabs canform canten cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2 charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps chinese cholesky christof chromatic_index chromatic_number cint circulant_graph clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse collectterms columnop columnspace columnswap columnvector combination combine comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph complete_graph complex_number_p components compose_functions concan concat conjugate conmetderiv connected_components connect_vertices cons constant constantp constituent constvalue cont2part content continuous_freq contortion contour_plot contract contract_edge contragrad contrib_ode convert coord copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1 covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate declare declare_constvalue declare_dimensions declare_fundamental_dimensions declare_fundamental_units declare_qty declare_translated declare_unit_conversion declare_units declare_weights decsym defcon define define_alt_display define_variable defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten delta demo demoivre denom depends derivdegree derivlist describe desolve determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export dimacs_import dimension dimensionless dimensions dimensions_as_list direct directory discrete_freq disjoin disjointp disolate disp dispcon dispform dispfun dispJordan display disprule dispterms distrib divide divisors divsum dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors euler ev eval_string evenp every evolution evolution2d evundiff example exp expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li expintegral_shi expintegral_si explicit explose exponentialize express expt exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge file_search file_type fillarray findde find_root find_root_abs find_root_error find_root_rel first fix flatten flength float floatnump floor flower_snark flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string get_pixel get_plot_option get_tex_environment get_tex_environment_default get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart imetric implicit implicit_derivative implicit_plot indexed_tensor indices induced_subgraph inferencep inference_result infix info_display init_atensor init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions integrate intersect intersection intervalp intopois intosum invariant1 invariant2 inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2 kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit Lindstedt linear linearinterpol linear_program linear_regression line_graph linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country make_polygon make_random_state make_rgb_picture makeset make_string_input_stream make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker max max_clique max_degree max_flow maximize_lp max_independent_set max_matching maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext newdet new_graph newline newton new_variable next_prime nicedummies niceindices ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst nthroot nullity nullspace num numbered_boundaries numberp number_to_octets num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin oid_to_octets op opena opena_binary openr openr_binary openw openw_binary operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface parg parGosper parse_string parse_timedate part part2cont partfrac partition partition_set partpol path_digraph path_graph pathname_directory pathname_name pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod powerseries powerset prefix prev_prime primep primes principal_components print printf printfile print_graph printpois printprops prodrac product properties propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2 quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan radius random random_bernoulli random_beta random_binomial random_bipartite_graph random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform random_exp random_f random_gamma random_general_finite_discrete random_geometric random_graph random_graph1 random_gumbel random_hypergeometric random_laplace random_logistic random_lognormal random_negative_binomial random_network random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto random_permutation random_poisson random_rayleigh random_regular_graph random_student_t random_tournament random_tree random_weibull range rank rat ratcoef ratdenom ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus rem remainder remarray rembox remcomps remcon remcoord remfun remfunction remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions remove_fundamental_units remove_plot_option remove_vertex rempart remrule remsym remvalue rename rename_file reset reset_displays residue resolvante resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann rinvariant risch rk rmdir rncombine romberg room rootscontract round row rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1 spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot starplot_description status std std1 std_bernoulli std_beta std_binomial std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull stemplot stirling stirling1 stirling2 strim striml strimr string stringout stringp strong_components struve_h struve_l sublis sublist sublist_indices submatrix subsample subset subsetp subst substinpart subst_parallel substpart substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext symbolp symmdifference symmetricp system take_channel take_inference tan tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference test_normality test_proportion test_proportions_difference test_rank_sum test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep totalfourier totient tpartpol trace tracematrix trace_options transform_sample translate translate_file transpose treefale tree_reduce treillis treinat triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget ultraspherical underlying_graph undiff union unique uniteigenvectors unitp units unit_step unitvector unorder unsum untellrat untimer untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table absboxchar activecontexts adapt_depth additive adim aform algebraic algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top azimuth background background_color backsubst berlefact bernstein_explicit besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest border boundaries_array box boxchar breakup %c capping cauchysum cbrange cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics colorbox columns commutative complex cone context contexts contour contour_levels cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp cube current_let_rule_package cylinder data_file_name debugmode decreasing default_let_rule_package delay dependencies derivabbrev derivsubst detout diagmetric diff dim dimensions dispflag display2d|10 display_format_internal distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart edge_color edge_coloring edge_partition edge_type edge_width %edispflag elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine factlim factorflag factorial_expand factors_only fb feature features file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10 file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color fill_density filled_func fixed_vertices flipflag float2bf font font_size fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both head_length head_type height hypergeometric_representation %iargs ibase icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued integrate_use_rootsof integration_constant integration_constant_counter interpolate_color intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10 maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties opsubst optimprefix optionset orientation origin orthopoly_returns_intervals outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart png_file pochhammer_max_index points pointsize point_size points_joined point_type poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list poly_secondary_elimination_order poly_top_reduction_only posfun position powerdisp pred prederror primep_number_of_tests product_use_gamma program programmode promote_float_to_bigfloat prompt proportional_axes props psexpand ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type show_vertices show_weight simp simplified_output simplify_products simpproduct simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch tr track transcompile transform transform_xy translate_fast_arrays transparent transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest",symbol:"_ __ %|0 %%|0"},contains:[{className:"comment",begin:"/\\*",end:"\\*/",contains:["self"]},_.QUOTE_STRING_MODE,{className:"number",relevance:0,variants:[{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Ee][-+]?\\d+\\b"},{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Bb][-+]?\\d+\\b",relevance:10},{begin:"\\b(\\.\\d+|\\d+\\.\\d+)\\b"},{begin:"\\b(\\d+|0[0-9A-Za-z]+)\\.?\\b"}]}],illegal:/@/}}},1754:ve=>{ve.exports=function k(_){return{name:"MEL",keywords:"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform",illegal:"{ve.exports=function k(_){const o=_.COMMENT("%","$"),j=_.inherit(_.APOS_STRING_MODE,{relevance:0}),te=_.inherit(_.QUOTE_STRING_MODE,{relevance:0});return te.contains=te.contains.slice(),te.contains.push({className:"subst",begin:"\\\\[abfnrtv]\\|\\\\x[0-9a-fA-F]*\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]",relevance:0}),{name:"Mercury",aliases:["m","moo"],keywords:{keyword:"module use_module import_module include_module end_module initialise mutable initialize finalize finalise interface implementation pred mode func type inst solver any_pred any_func is semidet det nondet multi erroneous failure cc_nondet cc_multi typeclass instance where pragma promise external trace atomic or_else require_complete_switch require_det require_semidet require_multi require_nondet require_cc_multi require_cc_nondet require_erroneous require_failure",meta:"inline no_inline type_spec source_file fact_table obsolete memo loop_check minimal_model terminates does_not_terminate check_termination promise_equivalent_clauses foreign_proc foreign_decl foreign_code foreign_type foreign_import_module foreign_export_enum foreign_export foreign_enum may_call_mercury will_not_call_mercury thread_safe not_thread_safe maybe_thread_safe promise_pure promise_semipure tabled_for_io local untrailed trailed attach_to_io_state can_pass_as_mercury_type stable will_not_throw_exception may_modify_trail will_not_modify_trail may_duplicate may_not_duplicate affects_liveness does_not_affect_liveness doesnt_affect_liveness no_sharing unknown_sharing sharing",built_in:"some all not if then else true fail false try catch catch_any semidet_true semidet_false semidet_fail impure_true impure semipure"},contains:[{className:"built_in",variants:[{begin:"<=>"},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},{className:"built_in",variants:[{begin:":-\\|--\x3e"},{begin:"=",relevance:0}]},o,_.C_BLOCK_COMMENT_MODE,{className:"number",begin:"0'.\\|0[box][0-9a-fA-F]*"},_.NUMBER_MODE,j,te,{begin:/:-/},{begin:/\.$/}]}}},3150:ve=>{ve.exports=function k(_){return{name:"MIPS Assembly",case_insensitive:!0,aliases:["mips"],keywords:{$pattern:"\\.?"+_.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "},contains:[{className:"keyword",begin:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(\\.hb)?|jr(\\.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs\\.[sd]|add\\.[sd]|alnv.ps|bc1[ft]l?|c\\.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et])\\.[sd]|(ceil|floor|round|trunc)\\.[lw]\\.[sd]|cfc1|cvt\\.d\\.[lsw]|cvt\\.l\\.[dsw]|cvt\\.ps\\.s|cvt\\.s\\.[dlw]|cvt\\.s\\.p[lu]|cvt\\.w\\.[dls]|div\\.[ds]|ldx?c1|luxc1|lwx?c1|madd\\.[sd]|mfc1|mov[fntz]?\\.[ds]|msub\\.[sd]|mth?c1|mul\\.[ds]|neg\\.[ds]|nmadd\\.[ds]|nmsub\\.[ds]|p[lu][lu]\\.ps|recip\\.fmt|r?sqrt\\.[ds]|sdx?c1|sub\\.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",end:"\\s"},_.COMMENT("[;#](?!\\s*$)","$"),_.C_BLOCK_COMMENT_MODE,_.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"0x[0-9a-f]+"},{begin:"\\b-?\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^\\s*[0-9]+:"},{begin:"[0-9]+[bf]"}],relevance:0}],illegal:/\//}}},7811:ve=>{ve.exports=function k(_){return{name:"Mizar",keywords:"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity",contains:[_.COMMENT("::","$")]}}},4663:ve=>{ve.exports=function k(_){return{name:"Mojolicious",subLanguage:"xml",contains:[{className:"meta",begin:"^__(END|DATA)__$"},{begin:"^\\s*%{1,2}={0,2}",end:"$",subLanguage:"perl"},{begin:"<%{1,2}={0,2}",end:"={0,1}%>",subLanguage:"perl",excludeBegin:!0,excludeEnd:!0}]}}},8202:ve=>{ve.exports=function k(_){const u={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},_.NUMBER_MODE]},o={variants:[{match:[/(function|method)/,/\s+/,_.UNDERSCORE_IDENT_RE]}],scope:{1:"keyword",3:"title.function"}},D={variants:[{match:[/(class|interface|extends|implements)/,/\s+/,_.UNDERSCORE_IDENT_RE]}],scope:{1:"keyword",3:"title.class"}};return{name:"Monkey",case_insensitive:!0,keywords:{keyword:["public","private","property","continue","exit","extern","new","try","catch","eachin","not","abstract","final","select","case","default","const","local","global","field","end","if","then","else","elseif","endif","while","wend","repeat","until","forever","for","to","step","next","return","module","inline","throw","import","and","or","shl","shr","mod"],built_in:["DebugLog","DebugStop","Error","Print","ACos","ACosr","ASin","ASinr","ATan","ATan2","ATan2r","ATanr","Abs","Abs","Ceil","Clamp","Clamp","Cos","Cosr","Exp","Floor","Log","Max","Max","Min","Min","Pow","Sgn","Sgn","Sin","Sinr","Sqrt","Tan","Tanr","Seed","PI","HALFPI","TWOPI"],literal:["true","false","null"]},illegal:/\/\*/,contains:[_.COMMENT("#rem","#end"),_.COMMENT("'","$",{relevance:0}),o,D,{className:"variable.language",begin:/\b(self|super)\b/},{className:"meta",begin:/\s*#/,end:"$",keywords:{keyword:"if else elseif endif end then"}},{match:[/^\s*/,/strict\b/],scope:{2:"meta"}},{beginKeywords:"alias",end:"=",contains:[_.UNDERSCORE_TITLE_MODE]},_.QUOTE_STRING_MODE,u]}}},6105:ve=>{ve.exports=function k(_){const u={keyword:"if then not for in while do return else elseif break continue switch and or unless when class extends super local import export from using",literal:"true false nil",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},o="[A-Za-z$_][0-9A-Za-z$_]*",D={className:"subst",begin:/#\{/,end:/\}/,keywords:u},j=[_.inherit(_.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[_.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[_.BACKSLASH_ESCAPE,D]}]},{className:"built_in",begin:"@__"+_.IDENT_RE},{begin:"@"+_.IDENT_RE},{begin:_.IDENT_RE+"\\\\"+_.IDENT_RE}];D.contains=j;const te=_.inherit(_.TITLE_MODE,{begin:o}),U="(\\(.*\\)\\s*)?\\B[-=]>",X={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:u,contains:["self"].concat(j)}]};return{name:"MoonScript",aliases:["moon"],keywords:u,illegal:/\/\*/,contains:j.concat([_.COMMENT("--","$"),{className:"function",begin:"^\\s*"+o+"\\s*=\\s*"+U,end:"[-=]>",returnBegin:!0,contains:[te,X]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:U,end:"[-=]>",returnBegin:!0,contains:[X]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[te]},te]},{className:"name",begin:o+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},3488:ve=>{ve.exports=function k(_){return{name:"N1QL",case_insensitive:!0,contains:[{beginKeywords:"build create index delete drop explain infer|10 insert merge prepare select update upsert|10",end:/;/,keywords:{keyword:["all","alter","analyze","and","any","array","as","asc","begin","between","binary","boolean","break","bucket","build","by","call","case","cast","cluster","collate","collection","commit","connect","continue","correlate","cover","create","database","dataset","datastore","declare","decrement","delete","derived","desc","describe","distinct","do","drop","each","element","else","end","every","except","exclude","execute","exists","explain","fetch","first","flatten","for","force","from","function","grant","group","gsi","having","if","ignore","ilike","in","include","increment","index","infer","inline","inner","insert","intersect","into","is","join","key","keys","keyspace","known","last","left","let","letting","like","limit","lsm","map","mapping","matched","materialized","merge","minus","namespace","nest","not","number","object","offset","on","option","or","order","outer","over","parse","partition","password","path","pool","prepare","primary","private","privilege","procedure","public","raw","realm","reduce","rename","return","returning","revoke","right","role","rollback","satisfies","schema","select","self","semi","set","show","some","start","statistics","string","system","then","to","transaction","trigger","truncate","under","union","unique","unknown","unnest","unset","update","upsert","use","user","using","validate","value","valued","values","via","view","when","where","while","with","within","work","xor"],literal:["true","false","null","missing|5"],built_in:["array_agg","array_append","array_concat","array_contains","array_count","array_distinct","array_ifnull","array_length","array_max","array_min","array_position","array_prepend","array_put","array_range","array_remove","array_repeat","array_replace","array_reverse","array_sort","array_sum","avg","count","max","min","sum","greatest","least","ifmissing","ifmissingornull","ifnull","missingif","nullif","ifinf","ifnan","ifnanorinf","naninf","neginfif","posinfif","clock_millis","clock_str","date_add_millis","date_add_str","date_diff_millis","date_diff_str","date_part_millis","date_part_str","date_trunc_millis","date_trunc_str","duration_to_str","millis","str_to_millis","millis_to_str","millis_to_utc","millis_to_zone_name","now_millis","now_str","str_to_duration","str_to_utc","str_to_zone_name","decode_json","encode_json","encoded_size","poly_length","base64","base64_encode","base64_decode","meta","uuid","abs","acos","asin","atan","atan2","ceil","cos","degrees","e","exp","ln","log","floor","pi","power","radians","random","round","sign","sin","sqrt","tan","trunc","object_length","object_names","object_pairs","object_inner_pairs","object_values","object_inner_values","object_add","object_put","object_remove","object_unwrap","regexp_contains","regexp_like","regexp_position","regexp_replace","contains","initcap","length","lower","ltrim","position","repeat","replace","rtrim","split","substr","title","trim","upper","isarray","isatom","isboolean","isnumber","isobject","isstring","type","toarray","toatom","toboolean","tonumber","toobject","tostring"]},contains:[{className:"string",begin:"'",end:"'",contains:[_.BACKSLASH_ESCAPE]},{className:"string",begin:'"',end:'"',contains:[_.BACKSLASH_ESCAPE]},{className:"symbol",begin:"`",end:"`",contains:[_.BACKSLASH_ESCAPE]},_.C_NUMBER_MODE,_.C_BLOCK_COMMENT_MODE]},_.C_BLOCK_COMMENT_MODE]}}},768:ve=>{ve.exports=function k(_){return{name:"Nested Text",aliases:["nt"],contains:[_.inherit(_.HASH_COMMENT_MODE,{begin:/^\s*(?=#)/,excludeBegin:!0}),{variants:[{match:[/^\s*/,/-/,/[ ]/,/.*$/]},{match:[/^\s*/,/-$/]}],className:{2:"bullet",4:"string"}},{match:[/^\s*/,/>/,/[ ]/,/.*$/],className:{2:"punctuation",4:"string"}},{match:[/^\s*(?=\S)/,/[^:]+/,/:\s*/,/$/],className:{2:"attribute",3:"punctuation"}},{match:[/^\s*(?=\S)/,/[^:]*[^: ]/,/[ ]*:/,/[ ]/,/.*$/],className:{2:"attribute",3:"punctuation",5:"string"}}]}}},9730:ve=>{ve.exports=function k(_){const u=_.regex,o={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{\w+\}/},{begin:u.concat(/[$@]/,_.UNDERSCORE_IDENT_RE)}]},j={endsWithParent:!0,keywords:{$pattern:/[a-z_]{2,}|\/dev\/poll/,literal:["on","off","yes","no","true","false","none","blocked","debug","info","notice","warn","error","crit","select","break","last","permanent","redirect","kqueue","rtsig","epoll","poll","/dev/poll"]},relevance:0,illegal:"=>",contains:[_.HASH_COMMENT_MODE,{className:"string",contains:[_.BACKSLASH_ESCAPE,o],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[o]},{className:"regexp",contains:[_.BACKSLASH_ESCAPE,o],variants:[{begin:"\\s\\^",end:"\\s|\\{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|\\{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]?\\b",relevance:0},o]};return{name:"Nginx config",aliases:["nginxconf"],contains:[_.HASH_COMMENT_MODE,{beginKeywords:"upstream location",end:/;|\{/,contains:j.contains,keywords:{section:"upstream location"}},{className:"section",begin:u.concat(_.UNDERSCORE_IDENT_RE+u.lookahead(/\s+\{/)),relevance:0},{begin:u.lookahead(_.UNDERSCORE_IDENT_RE+"\\s"),end:";|\\{",contains:[{className:"attribute",begin:_.UNDERSCORE_IDENT_RE,starts:j}],relevance:0}],illegal:"[^\\s\\}\\{]"}}},2191:ve=>{ve.exports=function k(_){return{name:"Nim",keywords:{keyword:["addr","and","as","asm","bind","block","break","case","cast","const","continue","converter","discard","distinct","div","do","elif","else","end","enum","except","export","finally","for","from","func","generic","guarded","if","import","in","include","interface","is","isnot","iterator","let","macro","method","mixin","mod","nil","not","notin","object","of","or","out","proc","ptr","raise","ref","return","shared","shl","shr","static","template","try","tuple","type","using","var","when","while","with","without","xor","yield"],literal:["true","false"],type:["int","int8","int16","int32","int64","uint","uint8","uint16","uint32","uint64","float","float32","float64","bool","char","string","cstring","pointer","expr","stmt","void","auto","any","range","array","openarray","varargs","seq","set","clong","culong","cchar","cschar","cshort","cint","csize","clonglong","cfloat","cdouble","clongdouble","cuchar","cushort","cuint","culonglong","cstringarray","semistatic"],built_in:["stdin","stdout","stderr","result"]},contains:[{className:"meta",begin:/\{\./,end:/\.\}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},_.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},_.HASH_COMMENT_MODE]}}},6792:ve=>{ve.exports=function k(_){const u={keyword:["rec","with","let","in","inherit","assert","if","else","then"],literal:["true","false","or","and","null"],built_in:["import","abort","baseNameOf","dirOf","isNull","builtins","map","removeAttrs","throw","toString","derivation"]},o={className:"subst",begin:/\$\{/,end:/\}/,keywords:u},U=[_.NUMBER_MODE,_.HASH_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"string",contains:[{className:"char.escape",begin:/''\$/},o],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},{begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/,relevance:.2}]}];return o.contains=U,{name:"Nix",aliases:["nixos"],keywords:u,contains:U}}},4114:ve=>{ve.exports=function k(_){return{name:"Node REPL",contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"javascript"}},variants:[{begin:/^>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}},9027:ve=>{ve.exports=function k(_){const u=_.regex,te={className:"variable.constant",begin:u.concat(/\$/,u.either("ADMINTOOLS","APPDATA","CDBURN_AREA","CMDLINE","COMMONFILES32","COMMONFILES64","COMMONFILES","COOKIES","DESKTOP","DOCUMENTS","EXEDIR","EXEFILE","EXEPATH","FAVORITES","FONTS","HISTORY","HWNDPARENT","INSTDIR","INTERNET_CACHE","LANGUAGE","LOCALAPPDATA","MUSIC","NETHOOD","OUTDIR","PICTURES","PLUGINSDIR","PRINTHOOD","PROFILE","PROGRAMFILES32","PROGRAMFILES64","PROGRAMFILES","QUICKLAUNCH","RECENT","RESOURCES_LOCALIZED","RESOURCES","SENDTO","SMPROGRAMS","SMSTARTUP","STARTMENU","SYSDIR","TEMP","TEMPLATES","VIDEOS","WINDIR"))},U={className:"variable",begin:/\$+\{[\!\w.:-]+\}/},X={className:"variable",begin:/\$+\w[\w\.]*/,illegal:/\(\)\{\}/},ee={className:"variable",begin:/\$+\([\w^.:!-]+\)/},ne={className:"params",begin:u.either("ARCHIVE","FILE_ATTRIBUTE_ARCHIVE","FILE_ATTRIBUTE_NORMAL","FILE_ATTRIBUTE_OFFLINE","FILE_ATTRIBUTE_READONLY","FILE_ATTRIBUTE_SYSTEM","FILE_ATTRIBUTE_TEMPORARY","HKCR","HKCU","HKDD","HKEY_CLASSES_ROOT","HKEY_CURRENT_CONFIG","HKEY_CURRENT_USER","HKEY_DYN_DATA","HKEY_LOCAL_MACHINE","HKEY_PERFORMANCE_DATA","HKEY_USERS","HKLM","HKPD","HKU","IDABORT","IDCANCEL","IDIGNORE","IDNO","IDOK","IDRETRY","IDYES","MB_ABORTRETRYIGNORE","MB_DEFBUTTON1","MB_DEFBUTTON2","MB_DEFBUTTON3","MB_DEFBUTTON4","MB_ICONEXCLAMATION","MB_ICONINFORMATION","MB_ICONQUESTION","MB_ICONSTOP","MB_OK","MB_OKCANCEL","MB_RETRYCANCEL","MB_RIGHT","MB_RTLREADING","MB_SETFOREGROUND","MB_TOPMOST","MB_USERICON","MB_YESNO","NORMAL","OFFLINE","READONLY","SHCTX","SHELL_CONTEXT","SYSTEM|TEMPORARY")},ue={className:"keyword",begin:u.concat(/!/,u.either("addincludedir","addplugindir","appendfile","assert","cd","define","delfile","echo","else","endif","error","execute","finalize","getdllversion","gettlbversion","if","ifdef","ifmacrodef","ifmacrondef","ifndef","include","insertmacro","macro","macroend","makensis","packhdr","searchparse","searchreplace","system","tempfile","undef","uninstfinalize","verbose","warning"))},Ve={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"},{begin:"`",end:"`"}],illegal:/\n/,contains:[{className:"char.escape",begin:/\$(\\[nrt]|\$)/},te,U,X,ee]},Se={match:[/Function/,/\s+/,u.concat(/(\.)?/,_.IDENT_RE)],scope:{1:"keyword",3:"title.function"}};return{name:"NSIS",case_insensitive:!0,keywords:{keyword:["Abort","AddBrandingImage","AddSize","AllowRootDirInstall","AllowSkipFiles","AutoCloseWindow","BGFont","BGGradient","BrandingText","BringToFront","Call","CallInstDLL","Caption","ChangeUI","CheckBitmap","ClearErrors","CompletedText","ComponentText","CopyFiles","CRCCheck","CreateDirectory","CreateFont","CreateShortCut","Delete","DeleteINISec","DeleteINIStr","DeleteRegKey","DeleteRegValue","DetailPrint","DetailsButtonText","DirText","DirVar","DirVerify","EnableWindow","EnumRegKey","EnumRegValue","Exch","Exec","ExecShell","ExecShellWait","ExecWait","ExpandEnvStrings","File","FileBufSize","FileClose","FileErrorText","FileOpen","FileRead","FileReadByte","FileReadUTF16LE","FileReadWord","FileWriteUTF16LE","FileSeek","FileWrite","FileWriteByte","FileWriteWord","FindClose","FindFirst","FindNext","FindWindow","FlushINI","GetCurInstType","GetCurrentAddress","GetDlgItem","GetDLLVersion","GetDLLVersionLocal","GetErrorLevel","GetFileTime","GetFileTimeLocal","GetFullPathName","GetFunctionAddress","GetInstDirError","GetKnownFolderPath","GetLabelAddress","GetTempFileName","GetWinVer","Goto","HideWindow","Icon","IfAbort","IfErrors","IfFileExists","IfRebootFlag","IfRtlLanguage","IfShellVarContextAll","IfSilent","InitPluginsDir","InstallButtonText","InstallColors","InstallDir","InstallDirRegKey","InstProgressFlags","InstType","InstTypeGetText","InstTypeSetText","Int64Cmp","Int64CmpU","Int64Fmt","IntCmp","IntCmpU","IntFmt","IntOp","IntPtrCmp","IntPtrCmpU","IntPtrOp","IsWindow","LangString","LicenseBkColor","LicenseData","LicenseForceSelection","LicenseLangString","LicenseText","LoadAndSetImage","LoadLanguageFile","LockWindow","LogSet","LogText","ManifestDPIAware","ManifestLongPathAware","ManifestMaxVersionTested","ManifestSupportedOS","MessageBox","MiscButtonText","Name|0","Nop","OutFile","Page","PageCallbacks","PEAddResource","PEDllCharacteristics","PERemoveResource","PESubsysVer","Pop","Push","Quit","ReadEnvStr","ReadINIStr","ReadRegDWORD","ReadRegStr","Reboot","RegDLL","Rename","RequestExecutionLevel","ReserveFile","Return","RMDir","SearchPath","SectionGetFlags","SectionGetInstTypes","SectionGetSize","SectionGetText","SectionIn","SectionSetFlags","SectionSetInstTypes","SectionSetSize","SectionSetText","SendMessage","SetAutoClose","SetBrandingImage","SetCompress","SetCompressor","SetCompressorDictSize","SetCtlColors","SetCurInstType","SetDatablockOptimize","SetDateSave","SetDetailsPrint","SetDetailsView","SetErrorLevel","SetErrors","SetFileAttributes","SetFont","SetOutPath","SetOverwrite","SetRebootFlag","SetRegView","SetShellVarContext","SetSilent","ShowInstDetails","ShowUninstDetails","ShowWindow","SilentInstall","SilentUnInstall","Sleep","SpaceTexts","StrCmp","StrCmpS","StrCpy","StrLen","SubCaption","Unicode","UninstallButtonText","UninstallCaption","UninstallIcon","UninstallSubCaption","UninstallText","UninstPage","UnRegDLL","Var","VIAddVersionKey","VIFileVersion","VIProductVersion","WindowIcon","WriteINIStr","WriteRegBin","WriteRegDWORD","WriteRegExpandStr","WriteRegMultiStr","WriteRegNone","WriteRegStr","WriteUninstaller","XPStyle"],literal:["admin","all","auto","both","bottom","bzip2","colored","components","current","custom","directory","false","force","hide","highest","ifdiff","ifnewer","instfiles","lastused","leave","left","license","listonly","lzma","nevershow","none","normal","notset","off","on","open","print","right","show","silent","silentlog","smooth","textonly","top","true","try","un.components","un.custom","un.directory","un.instfiles","un.license","uninstConfirm","user","Win10","Win7","Win8","WinVista","zlib"]},contains:[_.HASH_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.COMMENT(";","$",{relevance:0}),{match:[/Var/,/\s+/,/(?:\/GLOBAL\s+)?/,/[A-Za-z][\w.]*/],scope:{1:"keyword",3:"params",4:"variable"}},Se,{beginKeywords:"Function PageEx Section SectionGroup FunctionEnd SectionEnd"},Ve,ue,U,X,ee,ne,{className:"title.function",begin:/\w+::\w+/},_.NUMBER_MODE]}}},709:ve=>{ve.exports=function k(_){const o=/[a-zA-Z@][a-zA-Z0-9_]*/,ee={$pattern:o,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:{"variable.language":["this","super"],$pattern:o,keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"],literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"],built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"],type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"]},illegal:"/,end:/$/,illegal:"\\n"},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+ee.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:ee,contains:[_.UNDERSCORE_TITLE_MODE]},{begin:"\\."+_.UNDERSCORE_IDENT_RE,relevance:0}]}}},1275:ve=>{ve.exports=function k(_){return{name:"OCaml",aliases:["ml"],keywords:{$pattern:"[a-z_]\\w*!?",keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",literal:"true false"},illegal:/\/\/|>>/,contains:[{className:"literal",begin:"\\[(\\|\\|)?\\]|\\(\\)",relevance:0},_.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*",relevance:0},_.inherit(_.APOS_STRING_MODE,{className:"string",relevance:0}),_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/->/}]}}},8984:ve=>{ve.exports=function k(_){const u={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},D={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},j=_.inherit(_.QUOTE_STRING_MODE,{illegal:null});return{name:"OpenSCAD",aliases:["scad"],keywords:{keyword:"function module include use for intersection_for if else \\%",literal:"false true PI undef",built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"},contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,D,{className:"meta",keywords:{keyword:"include use"},begin:"include|use <",end:">"},j,u,{begin:"[*!#%]",relevance:0},{className:"function",beginKeywords:"module function",end:/=|\{/,contains:[{className:"params",begin:"\\(",end:"\\)",contains:["self",D,j,u,{className:"literal",begin:"false|true|PI|undef"}]},_.UNDERSCORE_TITLE_MODE]}]}}},9514:ve=>{ve.exports=function k(_){const u={$pattern:/\.?\w+/,keyword:"abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained"},o=_.COMMENT(/\{/,/\}/,{relevance:0}),D=_.COMMENT("\\(\\*","\\*\\)",{relevance:10}),j={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},te={className:"string",begin:"(#\\d+)+"},U={beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[_.inherit(_.TITLE_MODE,{scope:"title.function"}),{className:"params",begin:"\\(",end:"\\)",keywords:u,contains:[j,te]},o,D]};return{name:"Oxygene",case_insensitive:!0,keywords:u,illegal:'("|\\$[G-Zg-z]|\\/\\*||->)',contains:[o,D,_.C_LINE_COMMENT_MODE,j,te,_.NUMBER_MODE,U,{scope:"punctuation",match:/;/,relevance:0}]}}},4914:ve=>{ve.exports=function k(_){const u=_.COMMENT(/\{/,/\}/,{contains:["self"]});return{name:"Parser3",subLanguage:"xml",relevance:0,contains:[_.COMMENT("^#","$"),_.COMMENT(/\^rem\{/,/\}/,{relevance:10,contains:[u]}),{className:"meta",begin:"^@(?:BASE|USE|CLASS|OPTIONS)$",relevance:10},{className:"title",begin:"@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$"},{className:"variable",begin:/\$\{?[\w\-.:]+\}?/},{className:"keyword",begin:/\^[\w\-.:]+/},{className:"number",begin:"\\^#[0-9a-fA-F]+"},_.C_NUMBER_MODE]}}},613:ve=>{ve.exports=function k(_){const u=_.regex,D=/[dualxmsipngr]{0,12}/,j={$pattern:/[\w.]+/,keyword:["abs","accept","alarm","and","atan2","bind","binmode","bless","break","caller","chdir","chmod","chomp","chop","chown","chr","chroot","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","defined","delete","die","do","dump","each","else","elsif","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval","exec","exists","exit","exp","fcntl","fileno","flock","for","foreach","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethostbyname","gethostent","getlogin","getnetbyaddr","getnetbyname","getnetent","getpeername","getpgrp","getpriority","getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam","getpwuid","getservbyname","getservbyport","getservent","getsockname","getsockopt","given","glob","gmtime","goto","grep","gt","hex","if","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","listen","local","localtime","log","lstat","lt","ma","map","mkdir","msgctl","msgget","msgrcv","msgsnd","my","ne","next","no","not","oct","open","opendir","or","ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q|0","qq","quotemeta","qw","qx","rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","require","reset","return","reverse","rewinddir","rindex","rmdir","say","scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnetent","setpgrp","setpriority","setprotoent","setpwent","setservent","setsockopt","shift","shmctl","shmget","shmread","shmwrite","shutdown","sin","sleep","socket","socketpair","sort","splice","split","sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysread","sysseek","system","syswrite","tell","telldir","tie","tied","time","times","tr","truncate","uc","ucfirst","umask","undef","unless","unlink","unpack","unshift","untie","until","use","utime","values","vec","wait","waitpid","wantarray","warn","when","while","write","x|0","xor","y|0"].join(" ")},te={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:j},U={begin:/->\{/,end:/\}/},X={variants:[{begin:/\$\d/},{begin:u.concat(/[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@][^\s\w{]/,relevance:0}]},ee=[_.BACKSLASH_ESCAPE,te,X],ne=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],ue=(Ve,be,He="\\1")=>{const Se="\\1"===He?He:u.concat(He,be);return u.concat(u.concat("(?:",Ve,")"),be,/(?:\\.|[^\\\/])*?/,Se,/(?:\\.|[^\\\/])*?/,He,D)},ce=(Ve,be,He)=>u.concat(u.concat("(?:",Ve,")"),be,/(?:\\.|[^\\\/])*?/,He,D),he=[X,_.HASH_COMMENT_MODE,_.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),U,{className:"string",contains:ee,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[_.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[_.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+_.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[_.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:ue("s|tr|y",u.either(...ne,{capture:!0}))},{begin:ue("s|tr|y","\\(","\\)")},{begin:ue("s|tr|y","\\[","\\]")},{begin:ue("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:ce("(?:m|qr)?",/\//,/\//)},{begin:ce("m|qr",u.either(...ne,{capture:!0}),/\1/)},{begin:ce("m|qr",/\(/,/\)/)},{begin:ce("m|qr",/\[/,/\]/)},{begin:ce("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[_.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return te.contains=he,U.contains=he,{name:"Perl",aliases:["pl","pm"],keywords:j,contains:he}}},9778:ve=>{ve.exports=function k(_){return{name:"Packet Filter config",aliases:["pf.conf"],keywords:{$pattern:/[a-z0-9_<>-]+/,built_in:"block match pass load anchor|5 antispoof|10 set table",keyword:"in out log quick on rdomain inet inet6 proto from port os to route allow-opts divert-packet divert-reply divert-to flags group icmp-type icmp6-type label once probability recieved-on rtable prio queue tos tag tagged user keep fragment for os drop af-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robin source-hash static-port dup-to reply-to route-to parent bandwidth default min max qlimit block-policy debug fingerprints hostid limit loginterface optimization reassemble ruleset-optimization basic none profile skip state-defaults state-policy timeout const counters persist no modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppy source-track global rule max-src-nodes max-src-states max-src-conn max-src-conn-rate overload flush scrub|5 max-mss min-ttl no-df|10 random-id",literal:"all any no-route self urpf-failed egress|5 unknown"},contains:[_.HASH_COMMENT_MODE,_.NUMBER_MODE,_.QUOTE_STRING_MODE,{className:"variable",begin:/\$[\w\d#@][\w\d_]*/,relevance:0},{className:"variable",begin:/<(?!\/)/,end:/>/}]}}},5754:ve=>{ve.exports=function k(_){const u=_.COMMENT("--","$"),D="\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",ee="BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",ne=ee.trim().split(" ").map(function(He){return He.split("|")[0]}).join("|"),be="ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY INET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST ".trim().split(" ").map(function(He){return He.split("|")[0]}).join("|");return{name:"PostgreSQL",aliases:["postgres","postgresql"],supersetOf:"sql",case_insensitive:!0,keywords:{keyword:"ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",built_in:"CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED "},illegal:/:==|\W\s*\(\*|(^|\s)\$[a-z]|\{\{|[a-z]:\s*$|\.\.\.|TO:|DO:/,contains:[{className:"keyword",variants:[{begin:/\bTEXT\s*SEARCH\b/},{begin:/\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/},{begin:/\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/},{begin:/\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/},{begin:/\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/},{begin:/\bNULLS\s+(FIRST|LAST)\b/},{begin:/\bEVENT\s+TRIGGER\b/},{begin:/\b(MAPPING|OR)\s+REPLACE\b/},{begin:/\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/},{begin:/\b(SHARE|EXCLUSIVE)\s+MODE\b/},{begin:/\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/},{begin:/\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/},{begin:/\bPRESERVE\s+ROWS\b/},{begin:/\bDISCARD\s+PLANS\b/},{begin:/\bREFERENCING\s+(OLD|NEW)\b/},{begin:/\bSKIP\s+LOCKED\b/},{begin:/\bGROUPING\s+SETS\b/},{begin:/\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/},{begin:/\b(WITH|WITHOUT)\s+HOLD\b/},{begin:/\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/},{begin:/\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/},{begin:/\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/},{begin:/\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/},{begin:/\bIS\s+(NOT\s+)?UNKNOWN\b/},{begin:/\bSECURITY\s+LABEL\b/},{begin:/\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/},{begin:/\bWITH\s+(NO\s+)?DATA\b/},{begin:/\b(FOREIGN|SET)\s+DATA\b/},{begin:/\bSET\s+(CATALOG|CONSTRAINTS)\b/},{begin:/\b(WITH|FOR)\s+ORDINALITY\b/},{begin:/\bIS\s+(NOT\s+)?DOCUMENT\b/},{begin:/\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/},{begin:/\b(STRIP|PRESERVE)\s+WHITESPACE\b/},{begin:/\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/},{begin:/\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/},{begin:/\bAT\s+TIME\s+ZONE\b/},{begin:/\bGRANTED\s+BY\b/},{begin:/\bRETURN\s+(QUERY|NEXT)\b/},{begin:/\b(ATTACH|DETACH)\s+PARTITION\b/},{begin:/\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/},{begin:/\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/},{begin:/\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/}]},{begin:/\b(FORMAT|FAMILY|VERSION)\s*\(/},{begin:/\bINCLUDE\s*\(/,keywords:"INCLUDE"},{begin:/\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/},{begin:/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/},{begin:/\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/,relevance:10},{begin:/\bEXTRACT\s*\(/,end:/\bFROM\b/,returnEnd:!0,keywords:{type:"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR"}},{begin:/\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/,keywords:{keyword:"NAME"}},{begin:/\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/,keywords:{keyword:"DOCUMENT CONTENT"}},{beginKeywords:"CACHE INCREMENT MAXVALUE MINVALUE",end:_.C_NUMBER_RE,returnEnd:!0,keywords:"BY CACHE INCREMENT MAXVALUE MINVALUE"},{className:"type",begin:/\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/},{className:"type",begin:/\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/},{begin:/\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,keywords:{keyword:"RETURNS",type:"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER"}},{begin:"\\b("+be+")\\s*\\("},{begin:"\\.("+ne+")\\b"},{begin:"\\b("+ne+")\\s+PATH\\b",keywords:{keyword:"PATH",type:ee.replace("PATH ","")}},{className:"type",begin:"\\b("+ne+")\\b"},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],relevance:10},_.END_SAME_AS_BEGIN({begin:D,end:D,contains:[{subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],endsWithParent:!0}]}),{begin:'"',end:'"',contains:[{begin:'""'}]},_.C_NUMBER_MODE,_.C_BLOCK_COMMENT_MODE,u,{className:"meta",variants:[{begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{className:"symbol",begin:"<<\\s*[a-zA-Z_][a-zA-Z_0-9$]*\\s*>>",relevance:10}]}}},5463:ve=>{ve.exports=function k(_){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},_.inherit(_.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),_.inherit(_.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}},7532:ve=>{ve.exports=function k(_){const u=_.regex,o=/(?![A-Za-z0-9])(?![$])/,D=u.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,o),j=u.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,o),te={scope:"variable",match:"\\$+"+D},X={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},ee=_.inherit(_.APOS_STRING_MODE,{illegal:null}),Ve={scope:"string",variants:[_.inherit(_.QUOTE_STRING_MODE,{illegal:null,contains:_.QUOTE_STRING_MODE.contains.concat(X)}),ee,{begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:_.QUOTE_STRING_MODE.contains.concat(X),"on:begin":($n,zn)=>{zn.data._beginMatch=$n[1]||$n[2]},"on:end":($n,zn)=>{zn.data._beginMatch!==$n[1]&&zn.ignoreMatch()}},_.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/})]},be={scope:"number",variants:[{begin:"\\b0[bB][01]+(?:_[01]+)*\\b"},{begin:"\\b0[oO][0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?"}],relevance:0},He=["false","null","true"],Se=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],Ce=["Error|0","AppendIterator","ArgumentCountError","ArithmeticError","ArrayIterator","ArrayObject","AssertionError","BadFunctionCallException","BadMethodCallException","CachingIterator","CallbackFilterIterator","CompileError","Countable","DirectoryIterator","DivisionByZeroError","DomainException","EmptyIterator","ErrorException","Exception","FilesystemIterator","FilterIterator","GlobIterator","InfiniteIterator","InvalidArgumentException","IteratorIterator","LengthException","LimitIterator","LogicException","MultipleIterator","NoRewindIterator","OutOfBoundsException","OutOfRangeException","OuterIterator","OverflowException","ParentIterator","ParseError","RangeException","RecursiveArrayIterator","RecursiveCachingIterator","RecursiveCallbackFilterIterator","RecursiveDirectoryIterator","RecursiveFilterIterator","RecursiveIterator","RecursiveIteratorIterator","RecursiveRegexIterator","RecursiveTreeIterator","RegexIterator","RuntimeException","SeekableIterator","SplDoublyLinkedList","SplFileInfo","SplFileObject","SplFixedArray","SplHeap","SplMaxHeap","SplMinHeap","SplObjectStorage","SplObserver","SplPriorityQueue","SplQueue","SplStack","SplSubject","SplTempFileObject","TypeError","UnderflowException","UnexpectedValueException","UnhandledMatchError","ArrayAccess","BackedEnum","Closure","Fiber","Generator","Iterator","IteratorAggregate","Serializable","Stringable","Throwable","Traversable","UnitEnum","WeakReference","WeakMap","Directory","__PHP_Incomplete_Class","parent","php_user_filter","self","static","stdClass"],Ue={keyword:Se,literal:($n=>{const zn=[];return $n.forEach(ri=>{zn.push(ri),ri.toLowerCase()===ri?zn.push(ri.toUpperCase()):zn.push(ri.toLowerCase())}),zn})(He),built_in:Ce},je=$n=>$n.map(zn=>zn.replace(/\|\d+$/,"")),xe={variants:[{match:[/new/,u.concat("[ \t\n]","+"),u.concat("(?!",je(Ce).join("\\b|"),"\\b)"),j],scope:{1:"keyword",4:"title.class"}}]},ye=u.concat(D,"\\b(?!\\()"),Oe={variants:[{match:[u.concat(/::/,u.lookahead(/(?!class\b)/)),ye],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[j,u.concat(/::/,u.lookahead(/(?!class\b)/)),ye],scope:{1:"title.class",3:"variable.constant"}},{match:[j,u.concat("::",u.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[j,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},We={scope:"attr",match:u.concat(D,u.lookahead(":"),u.lookahead(/(?!::)/))},Ke={relevance:0,begin:/\(/,end:/\)/,keywords:Ue,contains:[We,te,Oe,_.C_BLOCK_COMMENT_MODE,Ve,be,xe]},xt={relevance:0,match:[/\b/,u.concat("(?!fn\\b|function\\b|",je(Se).join("\\b|"),"|",je(Ce).join("\\b|"),"\\b)"),D,u.concat("[ \t\n]","*"),u.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[Ke]};Ke.contains.push(xt);const Tt=[We,Oe,_.C_BLOCK_COMMENT_MODE,Ve,be,xe];return{case_insensitive:!1,keywords:Ue,contains:[{begin:u.concat(/#\[\s*/,j),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:He,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:He,keyword:["new","array"]},contains:["self",...Tt]},...Tt,{scope:"meta",match:j}]},_.HASH_COMMENT_MODE,_.COMMENT("//","$"),_.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:_.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},{scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},{scope:"variable.language",match:/\$this\b/},te,xt,Oe,{match:[/const/,/\s/,D],scope:{1:"keyword",3:"variable.constant"}},xe,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},_.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:Ue,contains:["self",te,Oe,_.C_BLOCK_COMMENT_MODE,Ve,be]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},_.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[_.inherit(_.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},_.UNDERSCORE_TITLE_MODE]},Ve,be]}}},8756:ve=>{ve.exports=function k(_){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}},9565:ve=>{ve.exports=function k(_){return{name:"Pony",keywords:{keyword:"actor addressof and as be break class compile_error compile_intrinsic consume continue delegate digestof do else elseif embed end error for fun if ifdef in interface is isnt lambda let match new not object or primitive recover repeat return struct then trait try type until use var where while with xor",meta:"iso val tag trn box ref",literal:"this false true"},contains:[{className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[_.BACKSLASH_ESCAPE]},{className:"string",begin:"'",end:"'",contains:[_.BACKSLASH_ESCAPE],relevance:0},{begin:_.IDENT_RE+"'",relevance:0},{className:"number",begin:"(-?)(\\b0[xX][a-fA-F0-9]+|\\b0[bB][01]+|(\\b\\d+(_\\d+)?(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",relevance:0},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]}}},2800:ve=>{ve.exports=function k(_){const j={$pattern:/-?[A-z\.\-]+\b/,keyword:"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter",built_in:"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write"},U={begin:"`[\\s\\S]",relevance:0},X={className:"variable",variants:[{begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]},ne={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[U,X,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},ue={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},he=_.inherit(_.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[{className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]}]}),Ve={className:"built_in",variants:[{begin:"(".concat("Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|Mount|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Build|Complete|Confirm|Deny|Deploy|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where",")+(-)[\\w\\d]+")}]},be={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[_.TITLE_MODE]},He={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:/\w[\w\d]*((-)[\w\d]+)*/,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[X]}]},Se={begin:/using\s/,end:/$/,returnBegin:!0,contains:[ne,ue,{className:"keyword",begin:/(using|assembly|command|module|namespace|type)/}]},Ce={variants:[{className:"operator",begin:"(".concat("-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor",")\\b")},{className:"literal",begin:/(-){1,2}[\w\d-]+/,relevance:0}]},Ue={className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:"keyword",begin:"(".concat(j.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,relevance:0},_.inherit(_.TITLE_MODE,{endsParent:!0})]},je=[Ue,he,U,_.NUMBER_MODE,ne,ue,Ve,X,{className:"literal",begin:/\$(null|true|false)\b/},{className:"selector-tag",begin:/@\B/,relevance:0}],xe={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",je,{begin:"("+["string","char","byte","int","long","bool","decimal","single","double","DateTime","xml","array","hashtable","void"].join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return Ue.contains.unshift(xe),{name:"PowerShell",aliases:["pwsh","ps","ps1"],case_insensitive:!0,keywords:j,contains:je.concat(be,He,Se,Ce,xe)}}},9805:ve=>{ve.exports=function k(_){const u=_.regex,o=["displayHeight","displayWidth","mouseY","mouseX","mousePressed","pmouseX","pmouseY","key","keyCode","pixels","focused","frameCount","frameRate","height","width","size","createGraphics","beginDraw","createShape","loadShape","PShape","arc","ellipse","line","point","quad","rect","triangle","bezier","bezierDetail","bezierPoint","bezierTangent","curve","curveDetail","curvePoint","curveTangent","curveTightness","shape","shapeMode","beginContour","beginShape","bezierVertex","curveVertex","endContour","endShape","quadraticVertex","vertex","ellipseMode","noSmooth","rectMode","smooth","strokeCap","strokeJoin","strokeWeight","mouseClicked","mouseDragged","mouseMoved","mousePressed","mouseReleased","mouseWheel","keyPressed","keyPressedkeyReleased","keyTyped","print","println","save","saveFrame","day","hour","millis","minute","month","second","year","background","clear","colorMode","fill","noFill","noStroke","stroke","alpha","blue","brightness","color","green","hue","lerpColor","red","saturation","modelX","modelY","modelZ","screenX","screenY","screenZ","ambient","emissive","shininess","specular","add","createImage","beginCamera","camera","endCamera","frustum","ortho","perspective","printCamera","printProjection","cursor","frameRate","noCursor","exit","loop","noLoop","popStyle","pushStyle","redraw","binary","boolean","byte","char","float","hex","int","str","unbinary","unhex","join","match","matchAll","nf","nfc","nfp","nfs","split","splitTokens","trim","append","arrayCopy","concat","expand","reverse","shorten","sort","splice","subset","box","sphere","sphereDetail","createInput","createReader","loadBytes","loadJSONArray","loadJSONObject","loadStrings","loadTable","loadXML","open","parseXML","saveTable","selectFolder","selectInput","beginRaw","beginRecord","createOutput","createWriter","endRaw","endRecord","PrintWritersaveBytes","saveJSONArray","saveJSONObject","saveStream","saveStrings","saveXML","selectOutput","popMatrix","printMatrix","pushMatrix","resetMatrix","rotate","rotateX","rotateY","rotateZ","scale","shearX","shearY","translate","ambientLight","directionalLight","lightFalloff","lights","lightSpecular","noLights","normal","pointLight","spotLight","image","imageMode","loadImage","noTint","requestImage","tint","texture","textureMode","textureWrap","blend","copy","filter","get","loadPixels","set","updatePixels","blendMode","loadShader","PShaderresetShader","shader","createFont","loadFont","text","textFont","textAlign","textLeading","textMode","textSize","textWidth","textAscent","textDescent","abs","ceil","constrain","dist","exp","floor","lerp","log","mag","map","max","min","norm","pow","round","sq","sqrt","acos","asin","atan","atan2","cos","degrees","radians","sin","tan","noise","noiseDetail","noiseSeed","random","randomGaussian","randomSeed"],D=_.IDENT_RE,j={variants:[{match:u.concat(u.either(...o),u.lookahead(/\s*\(/)),className:"built_in"},{relevance:0,match:u.concat(/\b(?!for|if|while)/,D,u.lookahead(/\s*\(/)),className:"title.function"}]},te={match:[/new\s+/,D],className:{1:"keyword",2:"class.title"}},U={relevance:0,match:[/\./,D],className:{2:"property"}},X={variants:[{match:[/class/,/\s+/,D,/\s+/,/extends/,/\s+/,D]},{match:[/class/,/\s+/,D]}],className:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}};return{name:"Processing",aliases:["pde"],keywords:{keyword:["abstract","assert","break","case","catch","const","continue","default","else","enum","final","finally","for","if","import","instanceof","long","native","new","package","private","private","protected","protected","public","public","return","static","strictfp","switch","synchronized","throw","throws","transient","try","void","volatile","while"],literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI null true false",title:"setup draw",variable:"super this",built_in:[...o,"BufferedReader","PVector","PFont","PImage","PGraphics","HashMap","String","Array","FloatDict","ArrayList","FloatList","IntDict","IntList","JSONArray","JSONObject","Object","StringDict","StringList","Table","TableRow","XML"],type:["boolean","byte","char","color","double","float","int","long","short"]},contains:[X,te,j,U,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.C_NUMBER_MODE]}}},9012:ve=>{ve.exports=function k(_){return{name:"Python profiler",contains:[_.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{begin:"function calls",end:"$",contains:[_.C_NUMBER_MODE],relevance:10},_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}},1229:ve=>{ve.exports=function k(_){const D={begin:/\(/,end:/\)/,relevance:0},j={begin:/\[/,end:/\]/},ue=[{begin:/[a-z][A-Za-z0-9_]*/,relevance:0},{className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},D,{begin:/:-/},j,{className:"comment",begin:/%/,end:/$/,contains:[_.PHRASAL_WORDS_MODE]},_.C_BLOCK_COMMENT_MODE,_.QUOTE_STRING_MODE,_.APOS_STRING_MODE,{className:"string",begin:/`/,end:/`/,contains:[_.BACKSLASH_ESCAPE]},{className:"string",begin:/0'(\\'|.)/},{className:"string",begin:/0'\\s/},_.C_NUMBER_MODE];return D.contains=ue,j.contains=ue,{name:"Prolog",contains:ue.concat([{begin:/\.$/}])}}},9858:ve=>{ve.exports=function k(_){const u="[ \\t\\f]*",D=u+"[:=]"+u,j="[ \\t\\f]+",U="([^\\\\:= \\t\\f\\n]|\\\\.)+",X={end:"("+D+"|"+j+")",relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{begin:"\\\\\\n"}]}};return{name:".properties",disableAutodetect:!0,case_insensitive:!0,illegal:/\S/,contains:[_.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{begin:U+D},{begin:U+j}],contains:[{className:"attr",begin:U,endsParent:!0}],starts:X},{className:"attr",begin:U+u+"$"}]}}},6866:ve=>{ve.exports=function k(_){return{name:"Protocol Buffers",aliases:["proto"],keywords:{keyword:["package","import","option","optional","required","repeated","group","oneof"],type:["double","float","int32","int64","uint32","uint64","sint32","sint64","fixed32","fixed64","sfixed32","sfixed64","bool","string","bytes"],literal:["true","false"]},contains:[_.QUOTE_STRING_MODE,_.NUMBER_MODE,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{match:[/(message|enum|service)\s+/,_.IDENT_RE],scope:{1:"keyword",2:"title.class"}},{className:"function",beginKeywords:"rpc",end:/[{;]/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+(?=\s*=[^\n]+;$)/}]}}},3206:ve=>{ve.exports=function k(_){const o=_.COMMENT("#","$"),D="([A-Za-z_]|::)(\\w|::)*",j=_.inherit(_.TITLE_MODE,{begin:D}),te={className:"variable",begin:"\\$"+D},U={className:"string",contains:[_.BACKSLASH_ESCAPE,te],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{name:"Puppet",aliases:["pp"],contains:[o,te,U,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[j,o]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:_.IDENT_RE,endsParent:!0}]},{begin:_.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:_.IDENT_RE,relevance:.2},{begin:/\{/,end:/\}/,keywords:{keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},relevance:0,contains:[U,o,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:_.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},te]}],relevance:0}]}}},4076:ve=>{ve.exports=function k(_){return{name:"PureBASIC",aliases:["pb","pbi"],keywords:"Align And Array As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerElseIf CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect CompilerWarning Continue Data DataSection Debug DebugLevel Declare DeclareC DeclareCDLL DeclareDLL DeclareModule Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndDataSection EndDeclareModule EndEnumeration EndIf EndImport EndInterface EndMacro EndModule EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration EnumerationBinary Extends FakeReturn For ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface List Macro MacroExpandedCount Map Module NewList NewMap Next Not Or Procedure ProcedureC ProcedureCDLL ProcedureDLL ProcedureReturn Protected Prototype PrototypeC ReDim Read Repeat Restore Return Runtime Select Shared Static Step Structure StructureUnion Swap Threaded To UndefineMacro Until Until UnuseModule UseModule Wend While With XIncludeFile XOr",contains:[_.COMMENT(";","$",{relevance:0}),{className:"function",begin:"\\b(Procedure|Declare)(C|CDLL|DLL)?\\b",end:"\\(",excludeEnd:!0,returnBegin:!0,contains:[{className:"keyword",begin:"(Procedure|Declare)(C|CDLL|DLL)?",excludeEnd:!0},{className:"type",begin:"\\.\\w*"},_.UNDERSCORE_TITLE_MODE]},{className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},{className:"symbol",begin:"#[a-zA-Z_]\\w*\\$?"}]}}},3426:ve=>{ve.exports=function k(_){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}},5298:ve=>{ve.exports=function k(_){const u=_.regex,o=/[\p{XID_Start}_]\p{XID_Continue}*/u,D=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],X={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:D,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},ee={className:"meta",begin:/^(>>>|\.\.\.) /},ne={className:"subst",begin:/\{/,end:/\}/,keywords:X,illegal:/#/},ue={begin:/\{\{/,relevance:0},ce={className:"string",contains:[_.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[_.BACKSLASH_ESCAPE,ee],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[_.BACKSLASH_ESCAPE,ee],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[_.BACKSLASH_ESCAPE,ee,ue,ne]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[_.BACKSLASH_ESCAPE,ee,ue,ne]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[_.BACKSLASH_ESCAPE,ue,ne]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[_.BACKSLASH_ESCAPE,ue,ne]},_.APOS_STRING_MODE,_.QUOTE_STRING_MODE]},he="[0-9](_?[0-9])*",Ve=`(\\b(${he}))?\\.(${he})|\\b(${he})\\.`,be=`\\b|${D.join("|")}`,He={className:"number",relevance:0,variants:[{begin:`(\\b(${he})|(${Ve}))[eE][+-]?(${he})[jJ]?(?=${be})`},{begin:`(${Ve})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${be})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${be})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${be})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${be})`},{begin:`\\b(${he})[jJ](?=${be})`}]},Se={className:"comment",begin:u.lookahead(/# type:/),end:/$/,keywords:X,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},Ce={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:X,contains:["self",ee,He,ce,_.HASH_COMMENT_MODE]}]};return ne.contains=[ce,He,ee],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:X,illegal:/(<\/|\?)|=>/,contains:[ee,He,{begin:/\bself\b/},{beginKeywords:"if",relevance:0},ce,Se,_.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,o],scope:{1:"keyword",3:"title.function"},contains:[Ce]},{variants:[{match:[/\bclass/,/\s+/,o,/\s*/,/\(\s*/,o,/\s*\)/]},{match:[/\bclass/,/\s+/,o]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[He,Ce,ce]}]}}},4376:ve=>{ve.exports=function k(_){return{name:"Q",aliases:["k","kdb"],keywords:{$pattern:/(`?)[A-Za-z0-9_]+\b/,keyword:"do while select delete by update from",literal:"0b 1b",built_in:"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum",type:"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid"},contains:[_.C_LINE_COMMENT_MODE,_.QUOTE_STRING_MODE,_.C_NUMBER_MODE]}}},8983:ve=>{ve.exports=function k(_){const D="[a-zA-Z_][a-zA-Z0-9\\._]*",U={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:D,returnEnd:!1}},X={begin:D+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:D,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},ee={begin:_.regex.concat(D,/\s*\{/),end:/\{/,returnBegin:!0,relevance:0,contains:[_.inherit(_.TITLE_MODE,{begin:D})]};return{name:"QML",aliases:["qt"],case_insensitive:!1,keywords:{keyword:"in of on if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Behavior bool color coordinate date double enumeration font geocircle georectangle geoshape int list matrix4x4 parent point quaternion real rect size string url variant vector2d vector3d vector4d Promise"},contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[_.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:_.C_NUMBER_RE}],relevance:0},{begin:"("+_.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.REGEXP_MODE,{begin:/\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},{className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},{className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[_.inherit(_.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+_.IDENT_RE,relevance:0},U,X,ee],illegal:/#/}}},3059:ve=>{ve.exports=function k(_){const u=_.regex,o=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,D=u.either(/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/,/0[xX][0-9a-fA-F]+(?:[pP][+-]?\d+)?[Li]?/,/(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?[Li]?/),j=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,te=u.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:o,keyword:"function if in break next repeat else for while",literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10",built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm"},contains:[_.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:u.lookahead(u.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:o},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),_.HASH_COMMENT_MODE,{scope:"string",contains:[_.BACKSLASH_ESCAPE],variants:[_.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),_.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),_.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),_.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),_.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),_.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[j,D]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,D]},{scope:{1:"punctuation",2:"number"},match:[te,D]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,D]}]},{scope:{3:"operator"},match:[o,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:j},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:te},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}},3777:ve=>{ve.exports=function k(_){return{name:"ReasonML",aliases:["re"],keywords:{$pattern:/[a-z_]\w*!?/,keyword:["and","as","asr","assert","begin","class","constraint","do","done","downto","else","end","esfun","exception","external","for","fun","function","functor","if","in","include","inherit","initializer","land","lazy","let","lor","lsl","lsr","lxor","mod","module","mutable","new","nonrec","object","of","open","or","pri","pub","rec","sig","struct","switch","then","to","try","type","val","virtual","when","while","with"],built_in:["array","bool","bytes","char","exn|5","float","int","int32","int64","list","lazy_t|5","nativeint|5","ref","string","unit"],literal:["true","false"]},illegal:/(:-|:=|\$\{|\+=)/,contains:[{scope:"literal",match:/\[(\|\|)?\]|\(\)/,relevance:0},_.C_LINE_COMMENT_MODE,_.COMMENT(/\/\*/,/\*\//,{illegal:/^(#,\/\/)/}),{scope:"symbol",match:/\'[A-Za-z_](?!\')[\w\']*/},{scope:"type",match:/`[A-Z][\w\']*/},{scope:"type",match:/\b[A-Z][\w\']*/,relevance:0},{match:/[a-z_]\w*\'[\w\']*/,relevance:0},{scope:"operator",match:/\s+(\|\||\+[\+\.]?|\*[\*\/\.]?|\/[\.]?|\.\.\.|\|>|&&|===?)\s+/,relevance:0},_.inherit(_.APOS_STRING_MODE,{scope:"string",relevance:0}),_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),{scope:"number",variants:[{match:/\b0[xX][a-fA-F0-9_]+[Lln]?/},{match:/\b0[oO][0-7_]+[Lln]?/},{match:/\b0[bB][01_]+[Lln]?/},{match:/\b[0-9][0-9_]*([Lln]|(\.[0-9_]*)?([eE][-+]?[0-9_]+)?)/}],relevance:0}]}}},4866:ve=>{ve.exports=function k(_){return{name:"RenderMan RIB",keywords:"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd",illegal:"{ve.exports=function k(_){const u="[a-zA-Z-_][^\\n{]+\\{",o={className:"attribute",begin:/[a-zA-Z-_]+/,end:/\s*:/,excludeEnd:!0,starts:{end:";",relevance:0,contains:[{className:"variable",begin:/\.[a-zA-Z-_]+/},{className:"keyword",begin:/\(optional\)/}]}};return{name:"Roboconf",aliases:["graph","instances"],case_insensitive:!0,keywords:"import",contains:[{begin:"^facet "+u,end:/\}/,keywords:"facet",contains:[o,_.HASH_COMMENT_MODE]},{begin:"^\\s*instance of "+u,end:/\}/,keywords:"name count channels instance-data instance-state instance of",illegal:/\S/,contains:["self",o,_.HASH_COMMENT_MODE]},{begin:"^"+u,end:/\}/,contains:[o,_.HASH_COMMENT_MODE]},_.HASH_COMMENT_MODE]}}},8530:ve=>{ve.exports=function k(_){const u="foreach do while for if from to step else on-error and or not in",j="true false yes no nothing nil null",U={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},X={className:"string",begin:/"/,end:/"/,contains:[_.BACKSLASH_ESCAPE,U,{className:"variable",begin:/\$\(/,end:/\)/,contains:[_.BACKSLASH_ESCAPE]}]},ee={className:"string",begin:/'/,end:/'/};return{name:"MikroTik RouterOS script",aliases:["mikrotik"],case_insensitive:!0,keywords:{$pattern:/:?[\w-]+/,literal:j,keyword:u+" :"+u.split(" ").join(" :")+" :"+"global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime".split(" ").join(" :")},contains:[{variants:[{begin:/\/\*/,end:/\*\//},{begin:/\/\//,end:/$/},{begin:/<\//,end:/>/}],illegal:/./},_.COMMENT("^#","$"),X,ee,U,{begin:/[\w-]+=([^\s{}[\]()>]+)/,relevance:0,returnBegin:!0,contains:[{className:"attribute",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[X,ee,U,{className:"literal",begin:"\\b("+j.split(" ").join("|")+")\\b"},{begin:/("[^"]*"|[^\s{}[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/},{begin:"\\b("+"add remove enable disable set get print export edit find run debug error info warning".split(" ").join("|")+")([\\s[(\\]|])",returnBegin:!0,contains:[{className:"built_in",begin:/\w+/}]},{className:"built_in",variants:[{begin:"(\\.\\./|/|\\s)(("+"traffic-flow traffic-generator firewall scheduler aaa accounting address-list address align area bandwidth-server bfd bgp bridge client clock community config connection console customer default dhcp-client dhcp-server discovery dns e-mail ethernet filter firmware gps graphing group hardware health hotspot identity igmp-proxy incoming instance interface ip ipsec ipv6 irq l2tp-server lcd ldp logging mac-server mac-winbox mangle manual mirror mme mpls nat nd neighbor network note ntp ospf ospf-v3 ovpn-server page peer pim ping policy pool port ppp pppoe-client pptp-server prefix profile proposal proxy queue radius resource rip ripng route routing screen script security-profiles server service service-port settings shares smb sms sniffer snmp snooper socks sstp-server system tool tracking type upgrade upnp user-manager users user vlan secret vrrp watchdog web-access wireless pptp pppoe lan wan layer7-protocol lease simple raw".split(" ").join("|")+");?\\s)+"},{begin:/\.\./,relevance:0}]}]}}},2196:ve=>{ve.exports=function k(_){return{name:"RenderMan RSL",keywords:{keyword:["while","for","if","do","return","else","break","extern","continue"],built_in:["abs","acos","ambient","area","asin","atan","atmosphere","attribute","calculatenormal","ceil","cellnoise","clamp","comp","concat","cos","degrees","depth","Deriv","diffuse","distance","Du","Dv","environment","exp","faceforward","filterstep","floor","format","fresnel","incident","length","lightsource","log","match","max","min","mod","noise","normalize","ntransform","opposite","option","phong","pnoise","pow","printf","ptlined","radians","random","reflect","refract","renderinfo","round","setcomp","setxcomp","setycomp","setzcomp","shadow","sign","sin","smoothstep","specular","specularbrdf","spline","sqrt","step","tan","texture","textureinfo","trace","transform","vtransform","xcomp","ycomp","zcomp"],type:["matrix","float","color","point","normal","vector"]},illegal:"{ve.exports=function k(_){const u=_.regex,o="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",D=u.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),j=u.concat(D,/(::\w+)*/),U={"variable.constant":["__FILE__","__LINE__","__ENCODING__"],"variable.language":["self","super"],keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield","include","extend","prepend","public","private","protected","raise","throw"],built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"],literal:["true","false","nil"]},X={className:"doctag",begin:"@[A-Za-z]+"},ee={begin:"#<",end:">"},ne=[_.COMMENT("#","$",{contains:[X]}),_.COMMENT("^=begin","^=end",{contains:[X],relevance:10}),_.COMMENT("^__END__",_.MATCH_NOTHING_RE)],ue={className:"subst",begin:/#\{/,end:/\}/,keywords:U},ce={className:"string",contains:[_.BACKSLASH_ESCAPE,ue],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:u.concat(/<<[-~]?'?/,u.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[_.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[_.BACKSLASH_ESCAPE,ue]})]}]},Ve="[0-9](_?[0-9])*",He={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:U}]},ye=[ce,{variants:[{match:[/class\s+/,j,/\s+<\s+/,j]},{match:[/\b(class|module)\s+/,j]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:U},{match:[/(include|extend)\s+/,j],scope:{2:"title.class"},keywords:U},{relevance:0,match:[j,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:D,scope:"title.class"},{match:[/def/,/\s+/,o],scope:{1:"keyword",3:"title.function"},contains:[He]},{begin:_.IDENT_RE+"::"},{className:"symbol",begin:_.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[ce,{begin:o}],relevance:0},{className:"number",relevance:0,variants:[{begin:`\\b([1-9](_?[0-9])*|0)(\\.(${Ve}))?([eE][+-]?(${Ve})|r)?i?\\b`},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:U},{begin:"("+_.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[_.BACKSLASH_ESCAPE,ue],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(ee,ne),relevance:0}].concat(ee,ne);ue.contains=ye,He.contains=ye;const xt=[{begin:/^\s*=>/,starts:{end:"$",contains:ye}},{className:"meta.prompt",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]|(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>)(?=[ ])",starts:{end:"$",keywords:U,contains:ye}}];return ne.unshift(ee),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:U,illegal:/\/\*/,contains:[_.SHEBANG({binary:"ruby"})].concat(xt).concat(ne).concat(ye)}}},2708:ve=>{ve.exports=function k(_){return{name:"Oracle Rules Language",keywords:{keyword:"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING",built_in:"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME"},contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.C_NUMBER_MODE,{className:"literal",variants:[{begin:"#\\s+",relevance:0},{begin:"#[a-zA-Z .]+"}]}]}}},9303:ve=>{ve.exports=function k(_){const u=_.regex,o={className:"title.function.invoke",relevance:0,begin:u.concat(/\b/,/(?!let|for|while|if|else|match\b)/,_.IDENT_RE,u.lookahead(/\s*\(/))},D="([ui](8|16|32|64|128|size)|f(32|64))?",U=["drop ","Copy","Send","Sized","Sync","Drop","Fn","FnMut","FnOnce","ToOwned","Clone","Debug","PartialEq","PartialOrd","Eq","Ord","AsRef","AsMut","Into","From","Default","Iterator","Extend","IntoIterator","DoubleEndedIterator","ExactSizeIterator","SliceConcatExt","ToString","assert!","assert_eq!","bitflags!","bytes!","cfg!","col!","concat!","concat_idents!","debug_assert!","debug_assert_eq!","env!","eprintln!","panic!","file!","format!","format_args!","include_bytes!","include_str!","line!","local_data_key!","module_path!","option_env!","print!","println!","select!","stringify!","try!","unimplemented!","unreachable!","vec!","write!","writeln!","macro_rules!","assert_ne!","debug_assert_ne!"],X=["i8","i16","i32","i64","i128","isize","u8","u16","u32","u64","u128","usize","f32","f64","str","char","bool","Box","Option","Result","String","Vec"];return{name:"Rust",aliases:["rs"],keywords:{$pattern:_.IDENT_RE+"!?",type:X,keyword:["abstract","as","async","await","become","box","break","const","continue","crate","do","dyn","else","enum","extern","false","final","fn","for","if","impl","in","let","loop","macro","match","mod","move","mut","override","priv","pub","ref","return","self","Self","static","struct","super","trait","true","try","type","typeof","unsafe","unsized","use","virtual","where","while","yield"],literal:["true","false","Some","None","Ok","Err"],built_in:U},illegal:""},o]}}},8952:ve=>{ve.exports=function k(_){const u=_.regex;return{name:"SAS",case_insensitive:!0,keywords:{literal:["null","missing","_all_","_automatic_","_character_","_infile_","_n_","_name_","_null_","_numeric_","_user_","_webout_"],keyword:["do","if","then","else","end","until","while","abort","array","attrib","by","call","cards","cards4","catname","continue","datalines","datalines4","delete","delim","delimiter","display","dm","drop","endsas","error","file","filename","footnote","format","goto","in","infile","informat","input","keep","label","leave","length","libname","link","list","lostcard","merge","missing","modify","options","output","out","page","put","redirect","remove","rename","replace","retain","return","select","set","skip","startsas","stop","title","update","waitsas","where","window","x|0","systask","add","and","alter","as","cascade","check","create","delete","describe","distinct","drop","foreign","from","group","having","index","insert","into","in","key","like","message","modify","msgtype","not","null","on","or","order","primary","references","reset","restrict","select","set","table","unique","update","validate","view","where"]},contains:[{className:"keyword",begin:/^\s*(proc [\w\d_]+|data|run|quit)[\s;]/},{className:"variable",begin:/&[a-zA-Z_&][a-zA-Z0-9_]*\.?/},{begin:[/^\s*/,/datalines;|cards;/,/(?:.*\n)+/,/^\s*;\s*$/],className:{2:"keyword",3:"string"}},{begin:[/%mend|%macro/,/\s+/,/[a-zA-Z_&][a-zA-Z0-9_]*/],className:{1:"built_in",3:"title.function"}},{className:"built_in",begin:"%"+u.either("bquote","nrbquote","cmpres","qcmpres","compstor","datatyp","display","do","else","end","eval","global","goto","if","index","input","keydef","label","left","length","let","local","lowcase","macro","mend","nrbquote","nrquote","nrstr","put","qcmpres","qleft","qlowcase","qscan","qsubstr","qsysfunc","qtrim","quote","qupcase","scan","str","substr","superq","syscall","sysevalf","sysexec","sysfunc","sysget","syslput","sysprod","sysrc","sysrput","then","to","trim","unquote","until","upcase","verify","while","window")},{className:"title.function",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:"meta",begin:u.either("abs","addr","airy","arcos","arsin","atan","attrc","attrn","band","betainv","blshift","bnot","bor","brshift","bxor","byte","cdf","ceil","cexist","cinv","close","cnonct","collate","compbl","compound","compress","cos","cosh","css","curobs","cv","daccdb","daccdbsl","daccsl","daccsyd","dacctab","dairy","date","datejul","datepart","datetime","day","dclose","depdb","depdbsl","depdbsl","depsl","depsl","depsyd","depsyd","deptab","deptab","dequote","dhms","dif","digamma","dim","dinfo","dnum","dopen","doptname","doptnum","dread","dropnote","dsname","erf","erfc","exist","exp","fappend","fclose","fcol","fdelete","fetch","fetchobs","fexist","fget","fileexist","filename","fileref","finfo","finv","fipname","fipnamel","fipstate","floor","fnonct","fnote","fopen","foptname","foptnum","fpoint","fpos","fput","fread","frewind","frlen","fsep","fuzz","fwrite","gaminv","gamma","getoption","getvarc","getvarn","hbound","hms","hosthelp","hour","ibessel","index","indexc","indexw","input","inputc","inputn","int","intck","intnx","intrr","irr","jbessel","juldate","kurtosis","lag","lbound","left","length","lgamma","libname","libref","log","log10","log2","logpdf","logpmf","logsdf","lowcase","max","mdy","mean","min","minute","mod","month","mopen","mort","n","netpv","nmiss","normal","note","npv","open","ordinal","pathname","pdf","peek","peekc","pmf","point","poisson","poke","probbeta","probbnml","probchi","probf","probgam","probhypr","probit","probnegb","probnorm","probt","put","putc","putn","qtr","quote","ranbin","rancau","ranexp","rangam","range","rank","rannor","ranpoi","rantbl","rantri","ranuni","repeat","resolve","reverse","rewind","right","round","saving","scan","sdf","second","sign","sin","sinh","skewness","soundex","spedis","sqrt","std","stderr","stfips","stname","stnamel","substr","sum","symget","sysget","sysmsg","sysprod","sysrc","system","tan","tanh","time","timepart","tinv","tnonct","today","translate","tranwrd","trigamma","trim","trimn","trunc","uniform","upcase","uss","var","varfmt","varinfmt","varlabel","varlen","varname","varnum","varray","varrayx","vartype","verify","vformat","vformatd","vformatdx","vformatn","vformatnx","vformatw","vformatwx","vformatx","vinarray","vinarrayx","vinformat","vinformatd","vinformatdx","vinformatn","vinformatnx","vinformatw","vinformatwx","vinformatx","vlabel","vlabelx","vlength","vlengthx","vname","vnamex","vtype","vtypex","weekday","year","yyq","zipfips","zipname","zipnamel","zipstate")+"(?=\\()"},{className:"string",variants:[_.APOS_STRING_MODE,_.QUOTE_STRING_MODE]},_.COMMENT("\\*",";"),_.C_BLOCK_COMMENT_MODE]}}},3013:ve=>{ve.exports=function k(_){const D={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:/\$\{/,end:/\}/}]},j={className:"string",variants:[{begin:'"""',end:'"""'},{begin:'"',end:'"',illegal:"\\n",contains:[_.BACKSLASH_ESCAPE]},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[_.BACKSLASH_ESCAPE,D]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[D],relevance:10}]},te={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},U={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},X={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[te,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[te,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]},U]},ee={className:"function",beginKeywords:"def",end:_.regex.lookahead(/[:={\[(\n;]/),contains:[U]};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if then forSome for while do throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit export enum given transparent"},contains:[{begin:["//>",/\s+/,/using/,/\s+/,/\S+/],beginScope:{1:"comment",3:"keyword",5:"type"},end:/$/,contains:[{className:"string",begin:/\S+/}]},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,j,te,ee,X,_.C_NUMBER_MODE,{begin:[/^\s*/,"extension",/\s+(?=[[(])/],beginScope:{2:"keyword"}},{begin:[/^\s*/,/end/,/\s+/,/(extension\b)?/],beginScope:{2:"keyword",4:"keyword"}},{match:/\.inline\b/},{begin:/\binline(?=\s)/,keywords:"inline"},{begin:[/\(\s*/,/using/,/\s+(?!\))/],beginScope:{2:"keyword"}},{className:"meta",begin:"@[A-Za-z]+"}]}}},920:ve=>{ve.exports=function k(_){const u="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",o="(-|\\+)?\\d+([./]\\d+)?",j={$pattern:u,built_in:"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"},te={className:"literal",begin:"(#t|#f|#\\\\"+u+"|#\\\\.)"},U={className:"number",variants:[{begin:o,relevance:0},{begin:o+"[+\\-]"+o+"i",relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},X=_.QUOTE_STRING_MODE,ee=[_.COMMENT(";","$",{relevance:0}),_.COMMENT("#\\|","\\|#")],ne={begin:u,relevance:0},ue={className:"symbol",begin:"'"+u},ce={endsWithParent:!0,relevance:0},he={variants:[{begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",contains:["self",te,X,U,ne,ue]}]},Ve={className:"name",relevance:0,begin:u,keywords:j},He={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[Ve,{endsParent:!0,variants:[{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/}],contains:[ne]}]},Ve,ce]};return ce.contains=[te,U,X,ne,ue,he,He].concat(ee),{name:"Scheme",aliases:["scm"],illegal:/\S/,contains:[_.SHEBANG(),U,X,ue,he,He].concat(ee)}}},7146:ve=>{ve.exports=function k(_){const u=[_.C_NUMBER_MODE,{className:"string",begin:"'|\"",end:"'|\"",contains:[_.BACKSLASH_ESCAPE,{begin:"''"}]}];return{name:"Scilab",aliases:["sci"],keywords:{$pattern:/%?\w+/,keyword:"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while",literal:"%f %F %t %T %pi %eps %inf %nan %e %i %z %s",built_in:"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix"},illegal:'("|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[_.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*[\\.']+",relevance:0},{begin:"\\[",end:"\\][\\.']*",relevance:0,contains:u},_.COMMENT("//","$")].concat(u)}}},7846:ve=>{const _=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],u=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],o=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],D=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],j=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();ve.exports=function te(U){const X=(U=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:U.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[U.APOS_STRING_MODE,U.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:U.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}))(U),ee=D,ne=o,ue="@[a-z-]+",Ve={className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[U.C_LINE_COMMENT_MODE,U.C_BLOCK_COMMENT_MODE,X.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},X.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+_.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+ne.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+ee.join("|")+")"},Ve,{begin:/\(/,end:/\)/,contains:[X.CSS_NUMBER_MODE]},X.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[X.BLOCK_COMMENT,Ve,X.HEXCOLOR,X.CSS_NUMBER_MODE,U.QUOTE_STRING_MODE,U.APOS_STRING_MODE,X.IMPORTANT,X.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:ue,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:"and or not only",attribute:u.join(" ")},contains:[{begin:ue,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},Ve,U.QUOTE_STRING_MODE,U.APOS_STRING_MODE,X.HEXCOLOR,X.CSS_NUMBER_MODE]},X.FUNCTION_DISPATCH]}}},8381:ve=>{ve.exports=function k(_){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}},233:ve=>{ve.exports=function k(_){const u=["add","and","cmp","cmpg","cmpl","const","div","double","float","goto","if","int","long","move","mul","neg","new","nop","not","or","rem","return","shl","shr","sput","sub","throw","ushr","xor"];return{name:"Smali",contains:[{className:"string",begin:'"',end:'"',relevance:0},_.COMMENT("#","$",{relevance:0}),{className:"keyword",variants:[{begin:"\\s*\\.end\\s[a-zA-Z0-9]*"},{begin:"^[ ]*\\.[a-zA-Z]*",relevance:0},{begin:"\\s:[a-zA-Z_0-9]*",relevance:0},{begin:"\\s("+["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"].join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+u.join("|")+")\\s"},{begin:"\\s("+u.join("|")+")((-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"].join("|")+")((-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:"L[^(;:\n]*;",relevance:0},{begin:"[vp][0-9]+"}]}}},6485:ve=>{ve.exports=function k(_){const u="[a-z][a-zA-Z0-9_]*",o={className:"string",begin:"\\$.{1}"},D={className:"symbol",begin:"#"+_.UNDERSCORE_IDENT_RE};return{name:"Smalltalk",aliases:["st"],keywords:["self","super","nil","true","false","thisContext"],contains:[_.COMMENT('"','"'),_.APOS_STRING_MODE,{className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},{begin:u+":",relevance:0},_.C_NUMBER_MODE,D,o,{begin:"\\|[ ]*"+u+"([ ]+"+u+")*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?"+u}]},{begin:"#\\(",end:"\\)",contains:[_.APOS_STRING_MODE,o,_.C_NUMBER_MODE,D]}]}}},888:ve=>{ve.exports=function k(_){return{name:"SML (Standard ML)",aliases:["ml"],keywords:{$pattern:"[a-z_]\\w*!?",keyword:"abstype and andalso as case datatype do else end eqtype exception fn fun functor handle if in include infix infixr let local nonfix of op open orelse raise rec sharing sig signature struct structure then type val with withtype where while",built_in:"array bool char exn int list option order real ref string substring vector unit word",literal:"true false NONE SOME LESS EQUAL GREATER nil"},illegal:/\/\/|>>/,contains:[{className:"literal",begin:/\[(\|\|)?\]|\(\)/,relevance:0},_.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*"},_.inherit(_.APOS_STRING_MODE,{className:"string",relevance:0}),_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}},8707:ve=>{ve.exports=function k(_){const D={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]},X={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:"define undef ifdef ifndef else endif include if",contains:[{begin:/\\\n/,relevance:0},_.inherit(D,{className:"string"}),{begin:/<[^\n>]*>/,end:/$/,illegal:"\\n"},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]};return{name:"SQF",case_insensitive:!0,keywords:{keyword:["break","breakWith","breakOut","breakTo","case","catch","continue","continueWith","default","do","else","exit","exitWith","for","forEach","from","if","local","private","switch","step","then","throw","to","try","waitUntil","while","with"],built_in:["abs","accTime","acos","action","actionIDs","actionKeys","actionKeysEx","actionKeysImages","actionKeysNames","actionKeysNamesArray","actionName","actionParams","activateAddons","activatedAddons","activateKey","activeTitleEffectParams","add3DENConnection","add3DENEventHandler","add3DENLayer","addAction","addBackpack","addBackpackCargo","addBackpackCargoGlobal","addBackpackGlobal","addBinocularItem","addCamShake","addCuratorAddons","addCuratorCameraArea","addCuratorEditableObjects","addCuratorEditingArea","addCuratorPoints","addEditorObject","addEventHandler","addForce","addForceGeneratorRTD","addGoggles","addGroupIcon","addHandgunItem","addHeadgear","addItem","addItemCargo","addItemCargoGlobal","addItemPool","addItemToBackpack","addItemToUniform","addItemToVest","addLiveStats","addMagazine","addMagazineAmmoCargo","addMagazineCargo","addMagazineCargoGlobal","addMagazineGlobal","addMagazinePool","addMagazines","addMagazineTurret","addMenu","addMenuItem","addMissionEventHandler","addMPEventHandler","addMusicEventHandler","addonFiles","addOwnedMine","addPlayerScores","addPrimaryWeaponItem","addPublicVariableEventHandler","addRating","addResources","addScore","addScoreSide","addSecondaryWeaponItem","addSwitchableUnit","addTeamMember","addToRemainsCollector","addTorque","addUniform","addUserActionEventHandler","addVehicle","addVest","addWaypoint","addWeapon","addWeaponCargo","addWeaponCargoGlobal","addWeaponGlobal","addWeaponItem","addWeaponPool","addWeaponTurret","addWeaponWithAttachmentsCargo","addWeaponWithAttachmentsCargoGlobal","admin","agent","agents","AGLToASL","aimedAtTarget","aimPos","airDensityCurveRTD","airDensityRTD","airplaneThrottle","airportSide","AISFinishHeal","alive","all3DENEntities","allActiveTitleEffects","allAddonsInfo","allAirports","allControls","allCurators","allCutLayers","allDead","allDeadMen","allDiaryRecords","allDiarySubjects","allDisplays","allEnv3DSoundSources","allGroups","allLODs","allMapMarkers","allMines","allMissionObjects","allObjects","allow3DMode","allowCrewInImmobile","allowCuratorLogicIgnoreAreas","allowDamage","allowDammage","allowedService","allowFileOperations","allowFleeing","allowGetIn","allowService","allowSprint","allPlayers","allSimpleObjects","allSites","allTurrets","allUnits","allUnitsUAV","allUsers","allVariables","ambientTemperature","ammo","ammoOnPylon","and","animate","animateBay","animateDoor","animatePylon","animateSource","animationNames","animationPhase","animationSourcePhase","animationState","apertureParams","append","apply","armoryPoints","arrayIntersect","asin","ASLToAGL","ASLToATL","assert","assignAsCargo","assignAsCargoIndex","assignAsCommander","assignAsDriver","assignAsGunner","assignAsTurret","assignCurator","assignedCargo","assignedCommander","assignedDriver","assignedGroup","assignedGunner","assignedItems","assignedTarget","assignedTeam","assignedVehicle","assignedVehicleRole","assignedVehicles","assignItem","assignTeam","assignToAirport","atan","atan2","atg","ATLToASL","attachedObject","attachedObjects","attachedTo","attachObject","attachTo","attackEnabled","awake","backpack","backpackCargo","backpackContainer","backpackItems","backpackMagazines","backpackSpaceFor","behaviour","benchmark","bezierInterpolation","binocular","binocularItems","binocularMagazine","boundingBox","boundingBoxReal","boundingCenter","brakesDisabled","briefingName","buildingExit","buildingPos","buldozer_EnableRoadDiag","buldozer_IsEnabledRoadDiag","buldozer_LoadNewRoads","buldozer_reloadOperMap","buttonAction","buttonSetAction","cadetMode","calculatePath","calculatePlayerVisibilityByFriendly","call","callExtension","camCommand","camCommit","camCommitPrepared","camCommitted","camConstuctionSetParams","camCreate","camDestroy","cameraEffect","cameraEffectEnableHUD","cameraInterest","cameraOn","cameraView","campaignConfigFile","camPreload","camPreloaded","camPrepareBank","camPrepareDir","camPrepareDive","camPrepareFocus","camPrepareFov","camPrepareFovRange","camPreparePos","camPrepareRelPos","camPrepareTarget","camSetBank","camSetDir","camSetDive","camSetFocus","camSetFov","camSetFovRange","camSetPos","camSetRelPos","camSetTarget","camTarget","camUseNVG","canAdd","canAddItemToBackpack","canAddItemToUniform","canAddItemToVest","cancelSimpleTaskDestination","canDeployWeapon","canFire","canMove","canSlingLoad","canStand","canSuspend","canTriggerDynamicSimulation","canUnloadInCombat","canVehicleCargo","captive","captiveNum","cbChecked","cbSetChecked","ceil","channelEnabled","cheatsEnabled","checkAIFeature","checkVisibility","className","clear3DENAttribute","clear3DENInventory","clearAllItemsFromBackpack","clearBackpackCargo","clearBackpackCargoGlobal","clearForcesRTD","clearGroupIcons","clearItemCargo","clearItemCargoGlobal","clearItemPool","clearMagazineCargo","clearMagazineCargoGlobal","clearMagazinePool","clearOverlay","clearRadio","clearWeaponCargo","clearWeaponCargoGlobal","clearWeaponPool","clientOwner","closeDialog","closeDisplay","closeOverlay","collapseObjectTree","collect3DENHistory","collectiveRTD","collisionDisabledWith","combatBehaviour","combatMode","commandArtilleryFire","commandChat","commander","commandFire","commandFollow","commandFSM","commandGetOut","commandingMenu","commandMove","commandRadio","commandStop","commandSuppressiveFire","commandTarget","commandWatch","comment","commitOverlay","compatibleItems","compatibleMagazines","compile","compileFinal","compileScript","completedFSM","composeText","configClasses","configFile","configHierarchy","configName","configOf","configProperties","configSourceAddonList","configSourceMod","configSourceModList","confirmSensorTarget","connectTerminalToUAV","connectToServer","controlsGroupCtrl","conversationDisabled","copyFromClipboard","copyToClipboard","copyWaypoints","cos","count","countEnemy","countFriendly","countSide","countType","countUnknown","create3DENComposition","create3DENEntity","createAgent","createCenter","createDialog","createDiaryLink","createDiaryRecord","createDiarySubject","createDisplay","createGearDialog","createGroup","createGuardedPoint","createHashMap","createHashMapFromArray","createLocation","createMarker","createMarkerLocal","createMenu","createMine","createMissionDisplay","createMPCampaignDisplay","createSimpleObject","createSimpleTask","createSite","createSoundSource","createTask","createTeam","createTrigger","createUnit","createVehicle","createVehicleCrew","createVehicleLocal","crew","ctAddHeader","ctAddRow","ctClear","ctCurSel","ctData","ctFindHeaderRows","ctFindRowHeader","ctHeaderControls","ctHeaderCount","ctRemoveHeaders","ctRemoveRows","ctrlActivate","ctrlAddEventHandler","ctrlAngle","ctrlAnimateModel","ctrlAnimationPhaseModel","ctrlAt","ctrlAutoScrollDelay","ctrlAutoScrollRewind","ctrlAutoScrollSpeed","ctrlBackgroundColor","ctrlChecked","ctrlClassName","ctrlCommit","ctrlCommitted","ctrlCreate","ctrlDelete","ctrlEnable","ctrlEnabled","ctrlFade","ctrlFontHeight","ctrlForegroundColor","ctrlHTMLLoaded","ctrlIDC","ctrlIDD","ctrlMapAnimAdd","ctrlMapAnimClear","ctrlMapAnimCommit","ctrlMapAnimDone","ctrlMapCursor","ctrlMapMouseOver","ctrlMapPosition","ctrlMapScale","ctrlMapScreenToWorld","ctrlMapSetPosition","ctrlMapWorldToScreen","ctrlModel","ctrlModelDirAndUp","ctrlModelScale","ctrlMousePosition","ctrlParent","ctrlParentControlsGroup","ctrlPosition","ctrlRemoveAllEventHandlers","ctrlRemoveEventHandler","ctrlScale","ctrlScrollValues","ctrlSetActiveColor","ctrlSetAngle","ctrlSetAutoScrollDelay","ctrlSetAutoScrollRewind","ctrlSetAutoScrollSpeed","ctrlSetBackgroundColor","ctrlSetChecked","ctrlSetDisabledColor","ctrlSetEventHandler","ctrlSetFade","ctrlSetFocus","ctrlSetFont","ctrlSetFontH1","ctrlSetFontH1B","ctrlSetFontH2","ctrlSetFontH2B","ctrlSetFontH3","ctrlSetFontH3B","ctrlSetFontH4","ctrlSetFontH4B","ctrlSetFontH5","ctrlSetFontH5B","ctrlSetFontH6","ctrlSetFontH6B","ctrlSetFontHeight","ctrlSetFontHeightH1","ctrlSetFontHeightH2","ctrlSetFontHeightH3","ctrlSetFontHeightH4","ctrlSetFontHeightH5","ctrlSetFontHeightH6","ctrlSetFontHeightSecondary","ctrlSetFontP","ctrlSetFontPB","ctrlSetFontSecondary","ctrlSetForegroundColor","ctrlSetModel","ctrlSetModelDirAndUp","ctrlSetModelScale","ctrlSetMousePosition","ctrlSetPixelPrecision","ctrlSetPosition","ctrlSetPositionH","ctrlSetPositionW","ctrlSetPositionX","ctrlSetPositionY","ctrlSetScale","ctrlSetScrollValues","ctrlSetShadow","ctrlSetStructuredText","ctrlSetText","ctrlSetTextColor","ctrlSetTextColorSecondary","ctrlSetTextSecondary","ctrlSetTextSelection","ctrlSetTooltip","ctrlSetTooltipColorBox","ctrlSetTooltipColorShade","ctrlSetTooltipColorText","ctrlSetTooltipMaxWidth","ctrlSetURL","ctrlSetURLOverlayMode","ctrlShadow","ctrlShow","ctrlShown","ctrlStyle","ctrlText","ctrlTextColor","ctrlTextHeight","ctrlTextSecondary","ctrlTextSelection","ctrlTextWidth","ctrlTooltip","ctrlType","ctrlURL","ctrlURLOverlayMode","ctrlVisible","ctRowControls","ctRowCount","ctSetCurSel","ctSetData","ctSetHeaderTemplate","ctSetRowTemplate","ctSetValue","ctValue","curatorAddons","curatorCamera","curatorCameraArea","curatorCameraAreaCeiling","curatorCoef","curatorEditableObjects","curatorEditingArea","curatorEditingAreaType","curatorMouseOver","curatorPoints","curatorRegisteredObjects","curatorSelected","curatorWaypointCost","current3DENOperation","currentChannel","currentCommand","currentMagazine","currentMagazineDetail","currentMagazineDetailTurret","currentMagazineTurret","currentMuzzle","currentNamespace","currentPilot","currentTask","currentTasks","currentThrowable","currentVisionMode","currentWaypoint","currentWeapon","currentWeaponMode","currentWeaponTurret","currentZeroing","cursorObject","cursorTarget","customChat","customRadio","customWaypointPosition","cutFadeOut","cutObj","cutRsc","cutText","damage","date","dateToNumber","dayTime","deActivateKey","debriefingText","debugFSM","debugLog","decayGraphValues","deg","delete3DENEntities","deleteAt","deleteCenter","deleteCollection","deleteEditorObject","deleteGroup","deleteGroupWhenEmpty","deleteIdentity","deleteLocation","deleteMarker","deleteMarkerLocal","deleteRange","deleteResources","deleteSite","deleteStatus","deleteTeam","deleteVehicle","deleteVehicleCrew","deleteWaypoint","detach","detectedMines","diag_activeMissionFSMs","diag_activeScripts","diag_activeSQFScripts","diag_activeSQSScripts","diag_allMissionEventHandlers","diag_captureFrame","diag_captureFrameToFile","diag_captureSlowFrame","diag_codePerformance","diag_deltaTime","diag_drawmode","diag_dumpCalltraceToLog","diag_dumpScriptAssembly","diag_dumpTerrainSynth","diag_dynamicSimulationEnd","diag_enable","diag_enabled","diag_exportConfig","diag_exportTerrainSVG","diag_fps","diag_fpsmin","diag_frameno","diag_getTerrainSegmentOffset","diag_lightNewLoad","diag_list","diag_localized","diag_log","diag_logSlowFrame","diag_mergeConfigFile","diag_recordTurretLimits","diag_resetFSM","diag_resetshapes","diag_scope","diag_setLightNew","diag_stacktrace","diag_tickTime","diag_toggle","dialog","diarySubjectExists","didJIP","didJIPOwner","difficulty","difficultyEnabled","difficultyEnabledRTD","difficultyOption","direction","directionStabilizationEnabled","directSay","disableAI","disableBrakes","disableCollisionWith","disableConversation","disableDebriefingStats","disableMapIndicators","disableNVGEquipment","disableRemoteSensors","disableSerialization","disableTIEquipment","disableUAVConnectability","disableUserInput","displayAddEventHandler","displayChild","displayCtrl","displayParent","displayRemoveAllEventHandlers","displayRemoveEventHandler","displaySetEventHandler","displayUniqueName","displayUpdate","dissolveTeam","distance","distance2D","distanceSqr","distributionRegion","do3DENAction","doArtilleryFire","doFire","doFollow","doFSM","doGetOut","doMove","doorPhase","doStop","doSuppressiveFire","doTarget","doWatch","drawArrow","drawEllipse","drawIcon","drawIcon3D","drawLaser","drawLine","drawLine3D","drawLink","drawLocation","drawPolygon","drawRectangle","drawTriangle","driver","drop","dynamicSimulationDistance","dynamicSimulationDistanceCoef","dynamicSimulationEnabled","dynamicSimulationSystemEnabled","echo","edit3DENMissionAttributes","editObject","editorSetEventHandler","effectiveCommander","elevatePeriscope","emptyPositions","enableAI","enableAIFeature","enableAimPrecision","enableAttack","enableAudioFeature","enableAutoStartUpRTD","enableAutoTrimRTD","enableCamShake","enableCaustics","enableChannel","enableCollisionWith","enableCopilot","enableDebriefingStats","enableDiagLegend","enableDirectionStabilization","enableDynamicSimulation","enableDynamicSimulationSystem","enableEndDialog","enableEngineArtillery","enableEnvironment","enableFatigue","enableGunLights","enableInfoPanelComponent","enableIRLasers","enableMimics","enablePersonTurret","enableRadio","enableReload","enableRopeAttach","enableSatNormalOnDetail","enableSaving","enableSentences","enableSimulation","enableSimulationGlobal","enableStamina","enableStressDamage","enableTeamSwitch","enableTraffic","enableUAVConnectability","enableUAVWaypoints","enableVehicleCargo","enableVehicleSensor","enableWeaponDisassembly","endLoadingScreen","endMission","engineOn","enginesIsOnRTD","enginesPowerRTD","enginesRpmRTD","enginesTorqueRTD","entities","environmentEnabled","environmentVolume","equipmentDisabled","estimatedEndServerTime","estimatedTimeLeft","evalObjectArgument","everyBackpack","everyContainer","exec","execEditorScript","execFSM","execVM","exp","expectedDestination","exportJIPMessages","eyeDirection","eyePos","face","faction","fadeEnvironment","fadeMusic","fadeRadio","fadeSound","fadeSpeech","failMission","fileExists","fillWeaponsFromPool","find","findAny","findCover","findDisplay","findEditorObject","findEmptyPosition","findEmptyPositionReady","findIf","findNearestEnemy","finishMissionInit","finite","fire","fireAtTarget","firstBackpack","flag","flagAnimationPhase","flagOwner","flagSide","flagTexture","flatten","fleeing","floor","flyInHeight","flyInHeightASL","focusedCtrl","fog","fogForecast","fogParams","forceAddUniform","forceAtPositionRTD","forceCadetDifficulty","forcedMap","forceEnd","forceFlagTexture","forceFollowRoad","forceGeneratorRTD","forceMap","forceRespawn","forceSpeed","forceUnicode","forceWalk","forceWeaponFire","forceWeatherChange","forEachMember","forEachMemberAgent","forEachMemberTeam","forgetTarget","format","formation","formationDirection","formationLeader","formationMembers","formationPosition","formationTask","formatText","formLeader","freeExtension","freeLook","fromEditor","fuel","fullCrew","gearIDCAmmoCount","gearSlotAmmoCount","gearSlotData","gestureState","get","get3DENActionState","get3DENAttribute","get3DENCamera","get3DENConnections","get3DENEntity","get3DENEntityID","get3DENGrid","get3DENIconsVisible","get3DENLayerEntities","get3DENLinesVisible","get3DENMissionAttribute","get3DENMouseOver","get3DENSelected","getAimingCoef","getAllEnv3DSoundControllers","getAllEnvSoundControllers","getAllHitPointsDamage","getAllOwnedMines","getAllPylonsInfo","getAllSoundControllers","getAllUnitTraits","getAmmoCargo","getAnimAimPrecision","getAnimSpeedCoef","getArray","getArtilleryAmmo","getArtilleryComputerSettings","getArtilleryETA","getAssetDLCInfo","getAssignedCuratorLogic","getAssignedCuratorUnit","getAttackTarget","getAudioOptionVolumes","getBackpackCargo","getBleedingRemaining","getBurningValue","getCalculatePlayerVisibilityByFriendly","getCameraViewDirection","getCargoIndex","getCenterOfMass","getClientState","getClientStateNumber","getCompatiblePylonMagazines","getConnectedUAV","getConnectedUAVUnit","getContainerMaxLoad","getCorpse","getCruiseControl","getCursorObjectParams","getCustomAimCoef","getCustomSoundController","getCustomSoundControllerCount","getDammage","getDebriefingText","getDescription","getDir","getDirVisual","getDiverState","getDLCAssetsUsage","getDLCAssetsUsageByName","getDLCs","getDLCUsageTime","getEditorCamera","getEditorMode","getEditorObjectScope","getElevationOffset","getEngineTargetRPMRTD","getEnv3DSoundController","getEnvSoundController","getEventHandlerInfo","getFatigue","getFieldManualStartPage","getForcedFlagTexture","getForcedSpeed","getFriend","getFSMVariable","getFuelCargo","getGraphValues","getGroupIcon","getGroupIconParams","getGroupIcons","getHideFrom","getHit","getHitIndex","getHitPointDamage","getItemCargo","getLighting","getLightingAt","getLoadedModsInfo","getMagazineCargo","getMarkerColor","getMarkerPos","getMarkerSize","getMarkerType","getMass","getMissionConfig","getMissionConfigValue","getMissionDLCs","getMissionLayerEntities","getMissionLayers","getMissionPath","getModelInfo","getMousePosition","getMusicPlayedTime","getNumber","getObjectArgument","getObjectChildren","getObjectDLC","getObjectFOV","getObjectID","getObjectMaterials","getObjectProxy","getObjectScale","getObjectTextures","getObjectType","getObjectViewDistance","getOpticsMode","getOrDefault","getOrDefaultCall","getOxygenRemaining","getPersonUsedDLCs","getPilotCameraDirection","getPilotCameraPosition","getPilotCameraRotation","getPilotCameraTarget","getPiPViewDistance","getPlateNumber","getPlayerChannel","getPlayerID","getPlayerScores","getPlayerUID","getPlayerVoNVolume","getPos","getPosASL","getPosASLVisual","getPosASLW","getPosATL","getPosATLVisual","getPosVisual","getPosWorld","getPosWorldVisual","getPylonMagazines","getRelDir","getRelPos","getRemoteSensorsDisabled","getRepairCargo","getResolution","getRoadInfo","getRotorBrakeRTD","getSensorTargets","getSensorThreats","getShadowDistance","getShotParents","getSlingLoad","getSoundController","getSoundControllerResult","getSpeed","getStamina","getStatValue","getSteamFriendsServers","getSubtitleOptions","getSuppression","getTerrainGrid","getTerrainHeight","getTerrainHeightASL","getTerrainInfo","getText","getTextRaw","getTextureInfo","getTextWidth","getTiParameters","getTotalDLCUsageTime","getTrimOffsetRTD","getTurretLimits","getTurretOpticsMode","getUnitFreefallInfo","getUnitLoadout","getUnitTrait","getUnloadInCombat","getUserInfo","getUserMFDText","getUserMFDValue","getVariable","getVehicleCargo","getVehicleTiPars","getWeaponCargo","getWeaponSway","getWingsOrientationRTD","getWingsPositionRTD","getWPPos","glanceAt","globalChat","globalRadio","goggles","goto","group","groupChat","groupFromNetId","groupIconSelectable","groupIconsVisible","groupID","groupOwner","groupRadio","groups","groupSelectedUnits","groupSelectUnit","gunner","gusts","halt","handgunItems","handgunMagazine","handgunWeapon","handsHit","hashValue","hasInterface","hasPilotCamera","hasWeapon","hcAllGroups","hcGroupParams","hcLeader","hcRemoveAllGroups","hcRemoveGroup","hcSelected","hcSelectGroup","hcSetGroup","hcShowBar","hcShownBar","headgear","hideBody","hideObject","hideObjectGlobal","hideSelection","hint","hintC","hintCadet","hintSilent","hmd","hostMission","htmlLoad","HUDMovementLevels","humidity","image","importAllGroups","importance","in","inArea","inAreaArray","incapacitatedState","inflame","inflamed","infoPanel","infoPanelComponentEnabled","infoPanelComponents","infoPanels","inGameUISetEventHandler","inheritsFrom","initAmbientLife","inPolygon","inputAction","inputController","inputMouse","inRangeOfArtillery","insert","insertEditorObject","intersect","is3DEN","is3DENMultiplayer","is3DENPreview","isAbleToBreathe","isActionMenuVisible","isAgent","isAimPrecisionEnabled","isAllowedCrewInImmobile","isArray","isAutoHoverOn","isAutonomous","isAutoStartUpEnabledRTD","isAutotest","isAutoTrimOnRTD","isAwake","isBleeding","isBurning","isClass","isCollisionLightOn","isCopilotEnabled","isDamageAllowed","isDedicated","isDLCAvailable","isEngineOn","isEqualRef","isEqualTo","isEqualType","isEqualTypeAll","isEqualTypeAny","isEqualTypeArray","isEqualTypeParams","isFilePatchingEnabled","isFinal","isFlashlightOn","isFlatEmpty","isForcedWalk","isFormationLeader","isGameFocused","isGamePaused","isGroupDeletedWhenEmpty","isHidden","isInRemainsCollector","isInstructorFigureEnabled","isIRLaserOn","isKeyActive","isKindOf","isLaserOn","isLightOn","isLocalized","isManualFire","isMarkedForCollection","isMissionProfileNamespaceLoaded","isMultiplayer","isMultiplayerSolo","isNil","isNotEqualRef","isNotEqualTo","isNull","isNumber","isObjectHidden","isObjectRTD","isOnRoad","isPiPEnabled","isPlayer","isRealTime","isRemoteExecuted","isRemoteExecutedJIP","isSaving","isSensorTargetConfirmed","isServer","isShowing3DIcons","isSimpleObject","isSprintAllowed","isStaminaEnabled","isSteamMission","isSteamOverlayEnabled","isStreamFriendlyUIEnabled","isStressDamageEnabled","isText","isTouchingGround","isTurnedOut","isTutHintsEnabled","isUAVConnectable","isUAVConnected","isUIContext","isUniformAllowed","isVehicleCargo","isVehicleRadarOn","isVehicleSensorEnabled","isWalking","isWeaponDeployed","isWeaponRested","itemCargo","items","itemsWithMagazines","join","joinAs","joinAsSilent","joinSilent","joinString","kbAddDatabase","kbAddDatabaseTargets","kbAddTopic","kbHasTopic","kbReact","kbRemoveTopic","kbTell","kbWasSaid","keyImage","keyName","keys","knowsAbout","land","landAt","landResult","language","laserTarget","lbAdd","lbClear","lbColor","lbColorRight","lbCurSel","lbData","lbDelete","lbIsSelected","lbPicture","lbPictureRight","lbSelection","lbSetColor","lbSetColorRight","lbSetCurSel","lbSetData","lbSetPicture","lbSetPictureColor","lbSetPictureColorDisabled","lbSetPictureColorSelected","lbSetPictureRight","lbSetPictureRightColor","lbSetPictureRightColorDisabled","lbSetPictureRightColorSelected","lbSetSelectColor","lbSetSelectColorRight","lbSetSelected","lbSetText","lbSetTextRight","lbSetTooltip","lbSetValue","lbSize","lbSort","lbSortBy","lbSortByValue","lbText","lbTextRight","lbTooltip","lbValue","leader","leaderboardDeInit","leaderboardGetRows","leaderboardInit","leaderboardRequestRowsFriends","leaderboardRequestRowsGlobal","leaderboardRequestRowsGlobalAroundUser","leaderboardsRequestUploadScore","leaderboardsRequestUploadScoreKeepBest","leaderboardState","leaveVehicle","libraryCredits","libraryDisclaimers","lifeState","lightAttachObject","lightDetachObject","lightIsOn","lightnings","limitSpeed","linearConversion","lineIntersects","lineIntersectsObjs","lineIntersectsSurfaces","lineIntersectsWith","linkItem","list","listObjects","listRemoteTargets","listVehicleSensors","ln","lnbAddArray","lnbAddColumn","lnbAddRow","lnbClear","lnbColor","lnbColorRight","lnbCurSelRow","lnbData","lnbDeleteColumn","lnbDeleteRow","lnbGetColumnsPosition","lnbPicture","lnbPictureRight","lnbSetColor","lnbSetColorRight","lnbSetColumnsPos","lnbSetCurSelRow","lnbSetData","lnbSetPicture","lnbSetPictureColor","lnbSetPictureColorRight","lnbSetPictureColorSelected","lnbSetPictureColorSelectedRight","lnbSetPictureRight","lnbSetText","lnbSetTextRight","lnbSetTooltip","lnbSetValue","lnbSize","lnbSort","lnbSortBy","lnbSortByValue","lnbText","lnbTextRight","lnbValue","load","loadAbs","loadBackpack","loadConfig","loadFile","loadGame","loadIdentity","loadMagazine","loadOverlay","loadStatus","loadUniform","loadVest","localize","localNamespace","locationPosition","lock","lockCameraTo","lockCargo","lockDriver","locked","lockedCameraTo","lockedCargo","lockedDriver","lockedInventory","lockedTurret","lockIdentity","lockInventory","lockTurret","lockWp","log","logEntities","logNetwork","logNetworkTerminate","lookAt","lookAtPos","magazineCargo","magazines","magazinesAllTurrets","magazinesAmmo","magazinesAmmoCargo","magazinesAmmoFull","magazinesDetail","magazinesDetailBackpack","magazinesDetailUniform","magazinesDetailVest","magazinesTurret","magazineTurretAmmo","mapAnimAdd","mapAnimClear","mapAnimCommit","mapAnimDone","mapCenterOnCamera","mapGridPosition","markAsFinishedOnSteam","markerAlpha","markerBrush","markerChannel","markerColor","markerDir","markerPolyline","markerPos","markerShadow","markerShape","markerSize","markerText","markerType","matrixMultiply","matrixTranspose","max","maxLoad","members","menuAction","menuAdd","menuChecked","menuClear","menuCollapse","menuData","menuDelete","menuEnable","menuEnabled","menuExpand","menuHover","menuPicture","menuSetAction","menuSetCheck","menuSetData","menuSetPicture","menuSetShortcut","menuSetText","menuSetURL","menuSetValue","menuShortcut","menuShortcutText","menuSize","menuSort","menuText","menuURL","menuValue","merge","min","mineActive","mineDetectedBy","missileTarget","missileTargetPos","missionConfigFile","missionDifficulty","missionEnd","missionName","missionNameSource","missionNamespace","missionProfileNamespace","missionStart","missionVersion","mod","modelToWorld","modelToWorldVisual","modelToWorldVisualWorld","modelToWorldWorld","modParams","moonIntensity","moonPhase","morale","move","move3DENCamera","moveInAny","moveInCargo","moveInCommander","moveInDriver","moveInGunner","moveInTurret","moveObjectToEnd","moveOut","moveTime","moveTo","moveToCompleted","moveToFailed","musicVolume","name","namedProperties","nameSound","nearEntities","nearestBuilding","nearestLocation","nearestLocations","nearestLocationWithDubbing","nearestMines","nearestObject","nearestObjects","nearestTerrainObjects","nearObjects","nearObjectsReady","nearRoads","nearSupplies","nearTargets","needReload","needService","netId","netObjNull","newOverlay","nextMenuItemIndex","nextWeatherChange","nMenuItems","not","numberOfEnginesRTD","numberToDate","objectCurators","objectFromNetId","objectParent","objStatus","onBriefingGroup","onBriefingNotes","onBriefingPlan","onBriefingTeamSwitch","onCommandModeChanged","onDoubleClick","onEachFrame","onGroupIconClick","onGroupIconOverEnter","onGroupIconOverLeave","onHCGroupSelectionChanged","onMapSingleClick","onPlayerConnected","onPlayerDisconnected","onPreloadFinished","onPreloadStarted","onShowNewObject","onTeamSwitch","openCuratorInterface","openDLCPage","openGPS","openMap","openSteamApp","openYoutubeVideo","or","orderGetIn","overcast","overcastForecast","owner","param","params","parseNumber","parseSimpleArray","parseText","parsingNamespace","particlesQuality","periscopeElevation","pickWeaponPool","pitch","pixelGrid","pixelGridBase","pixelGridNoUIScale","pixelH","pixelW","playableSlotsNumber","playableUnits","playAction","playActionNow","player","playerRespawnTime","playerSide","playersNumber","playGesture","playMission","playMove","playMoveNow","playMusic","playScriptedMission","playSound","playSound3D","playSoundUI","pose","position","positionCameraToWorld","posScreenToWorld","posWorldToScreen","ppEffectAdjust","ppEffectCommit","ppEffectCommitted","ppEffectCreate","ppEffectDestroy","ppEffectEnable","ppEffectEnabled","ppEffectForceInNVG","precision","preloadCamera","preloadObject","preloadSound","preloadTitleObj","preloadTitleRsc","preprocessFile","preprocessFileLineNumbers","primaryWeapon","primaryWeaponItems","primaryWeaponMagazine","priority","processDiaryLink","productVersion","profileName","profileNamespace","profileNameSteam","progressLoadingScreen","progressPosition","progressSetPosition","publicVariable","publicVariableClient","publicVariableServer","pushBack","pushBackUnique","putWeaponPool","queryItemsPool","queryMagazinePool","queryWeaponPool","rad","radioChannelAdd","radioChannelCreate","radioChannelInfo","radioChannelRemove","radioChannelSetCallSign","radioChannelSetLabel","radioEnabled","radioVolume","rain","rainbow","rainParams","random","rank","rankId","rating","rectangular","regexFind","regexMatch","regexReplace","registeredTasks","registerTask","reload","reloadEnabled","remoteControl","remoteExec","remoteExecCall","remoteExecutedOwner","remove3DENConnection","remove3DENEventHandler","remove3DENLayer","removeAction","removeAll3DENEventHandlers","removeAllActions","removeAllAssignedItems","removeAllBinocularItems","removeAllContainers","removeAllCuratorAddons","removeAllCuratorCameraAreas","removeAllCuratorEditingAreas","removeAllEventHandlers","removeAllHandgunItems","removeAllItems","removeAllItemsWithMagazines","removeAllMissionEventHandlers","removeAllMPEventHandlers","removeAllMusicEventHandlers","removeAllOwnedMines","removeAllPrimaryWeaponItems","removeAllSecondaryWeaponItems","removeAllUserActionEventHandlers","removeAllWeapons","removeBackpack","removeBackpackGlobal","removeBinocularItem","removeCuratorAddons","removeCuratorCameraArea","removeCuratorEditableObjects","removeCuratorEditingArea","removeDiaryRecord","removeDiarySubject","removeDrawIcon","removeDrawLinks","removeEventHandler","removeFromRemainsCollector","removeGoggles","removeGroupIcon","removeHandgunItem","removeHeadgear","removeItem","removeItemFromBackpack","removeItemFromUniform","removeItemFromVest","removeItems","removeMagazine","removeMagazineGlobal","removeMagazines","removeMagazinesTurret","removeMagazineTurret","removeMenuItem","removeMissionEventHandler","removeMPEventHandler","removeMusicEventHandler","removeOwnedMine","removePrimaryWeaponItem","removeSecondaryWeaponItem","removeSimpleTask","removeSwitchableUnit","removeTeamMember","removeUniform","removeUserActionEventHandler","removeVest","removeWeapon","removeWeaponAttachmentCargo","removeWeaponCargo","removeWeaponGlobal","removeWeaponTurret","reportRemoteTarget","requiredVersion","resetCamShake","resetSubgroupDirection","resize","resources","respawnVehicle","restartEditorCamera","reveal","revealMine","reverse","reversedMouseY","roadAt","roadsConnectedTo","roleDescription","ropeAttachedObjects","ropeAttachedTo","ropeAttachEnabled","ropeAttachTo","ropeCreate","ropeCut","ropeDestroy","ropeDetach","ropeEndPosition","ropeLength","ropes","ropesAttachedTo","ropeSegments","ropeUnwind","ropeUnwound","rotorsForcesRTD","rotorsRpmRTD","round","runInitScript","safeZoneH","safeZoneW","safeZoneWAbs","safeZoneX","safeZoneXAbs","safeZoneY","save3DENInventory","saveGame","saveIdentity","saveJoysticks","saveMissionProfileNamespace","saveOverlay","saveProfileNamespace","saveStatus","saveVar","savingEnabled","say","say2D","say3D","scopeName","score","scoreSide","screenshot","screenToWorld","scriptDone","scriptName","scudState","secondaryWeapon","secondaryWeaponItems","secondaryWeaponMagazine","select","selectBestPlaces","selectDiarySubject","selectedEditorObjects","selectEditorObject","selectionNames","selectionPosition","selectionVectorDirAndUp","selectLeader","selectMax","selectMin","selectNoPlayer","selectPlayer","selectRandom","selectRandomWeighted","selectWeapon","selectWeaponTurret","sendAUMessage","sendSimpleCommand","sendTask","sendTaskResult","sendUDPMessage","sentencesEnabled","serverCommand","serverCommandAvailable","serverCommandExecutable","serverName","serverNamespace","serverTime","set","set3DENAttribute","set3DENAttributes","set3DENGrid","set3DENIconsVisible","set3DENLayer","set3DENLinesVisible","set3DENLogicType","set3DENMissionAttribute","set3DENMissionAttributes","set3DENModelsVisible","set3DENObjectType","set3DENSelected","setAccTime","setActualCollectiveRTD","setAirplaneThrottle","setAirportSide","setAmmo","setAmmoCargo","setAmmoOnPylon","setAnimSpeedCoef","setAperture","setApertureNew","setArmoryPoints","setAttributes","setAutonomous","setBehaviour","setBehaviourStrong","setBleedingRemaining","setBrakesRTD","setCameraInterest","setCamShakeDefParams","setCamShakeParams","setCamUseTi","setCaptive","setCenterOfMass","setCollisionLight","setCombatBehaviour","setCombatMode","setCompassOscillation","setConvoySeparation","setCruiseControl","setCuratorCameraAreaCeiling","setCuratorCoef","setCuratorEditingAreaType","setCuratorWaypointCost","setCurrentChannel","setCurrentTask","setCurrentWaypoint","setCustomAimCoef","SetCustomMissionData","setCustomSoundController","setCustomWeightRTD","setDamage","setDammage","setDate","setDebriefingText","setDefaultCamera","setDestination","setDetailMapBlendPars","setDiaryRecordText","setDiarySubjectPicture","setDir","setDirection","setDrawIcon","setDriveOnPath","setDropInterval","setDynamicSimulationDistance","setDynamicSimulationDistanceCoef","setEditorMode","setEditorObjectScope","setEffectCondition","setEffectiveCommander","setEngineRpmRTD","setFace","setFaceanimation","setFatigue","setFeatureType","setFlagAnimationPhase","setFlagOwner","setFlagSide","setFlagTexture","setFog","setForceGeneratorRTD","setFormation","setFormationTask","setFormDir","setFriend","setFromEditor","setFSMVariable","setFuel","setFuelCargo","setGroupIcon","setGroupIconParams","setGroupIconsSelectable","setGroupIconsVisible","setGroupid","setGroupIdGlobal","setGroupOwner","setGusts","setHideBehind","setHit","setHitIndex","setHitPointDamage","setHorizonParallaxCoef","setHUDMovementLevels","setHumidity","setIdentity","setImportance","setInfoPanel","setLeader","setLightAmbient","setLightAttenuation","setLightBrightness","setLightColor","setLightConePars","setLightDayLight","setLightFlareMaxDistance","setLightFlareSize","setLightIntensity","setLightIR","setLightnings","setLightUseFlare","setLightVolumeShape","setLocalWindParams","setMagazineTurretAmmo","setMarkerAlpha","setMarkerAlphaLocal","setMarkerBrush","setMarkerBrushLocal","setMarkerColor","setMarkerColorLocal","setMarkerDir","setMarkerDirLocal","setMarkerPolyline","setMarkerPolylineLocal","setMarkerPos","setMarkerPosLocal","setMarkerShadow","setMarkerShadowLocal","setMarkerShape","setMarkerShapeLocal","setMarkerSize","setMarkerSizeLocal","setMarkerText","setMarkerTextLocal","setMarkerType","setMarkerTypeLocal","setMass","setMaxLoad","setMimic","setMissileTarget","setMissileTargetPos","setMousePosition","setMusicEffect","setMusicEventHandler","setName","setNameSound","setObjectArguments","setObjectMaterial","setObjectMaterialGlobal","setObjectProxy","setObjectScale","setObjectTexture","setObjectTextureGlobal","setObjectViewDistance","setOpticsMode","setOvercast","setOwner","setOxygenRemaining","setParticleCircle","setParticleClass","setParticleFire","setParticleParams","setParticleRandom","setPilotCameraDirection","setPilotCameraRotation","setPilotCameraTarget","setPilotLight","setPiPEffect","setPiPViewDistance","setPitch","setPlateNumber","setPlayable","setPlayerRespawnTime","setPlayerVoNVolume","setPos","setPosASL","setPosASL2","setPosASLW","setPosATL","setPosition","setPosWorld","setPylonLoadout","setPylonsPriority","setRadioMsg","setRain","setRainbow","setRandomLip","setRank","setRectangular","setRepairCargo","setRotorBrakeRTD","setShadowDistance","setShotParents","setSide","setSimpleTaskAlwaysVisible","setSimpleTaskCustomData","setSimpleTaskDescription","setSimpleTaskDestination","setSimpleTaskTarget","setSimpleTaskType","setSimulWeatherLayers","setSize","setSkill","setSlingLoad","setSoundEffect","setSpeaker","setSpeech","setSpeedMode","setStamina","setStaminaScheme","setStatValue","setSuppression","setSystemOfUnits","setTargetAge","setTaskMarkerOffset","setTaskResult","setTaskState","setTerrainGrid","setTerrainHeight","setText","setTimeMultiplier","setTiParameter","setTitleEffect","setTowParent","setTrafficDensity","setTrafficDistance","setTrafficGap","setTrafficSpeed","setTriggerActivation","setTriggerArea","setTriggerInterval","setTriggerStatements","setTriggerText","setTriggerTimeout","setTriggerType","setTurretLimits","setTurretOpticsMode","setType","setUnconscious","setUnitAbility","setUnitCombatMode","setUnitFreefallHeight","setUnitLoadout","setUnitPos","setUnitPosWeak","setUnitRank","setUnitRecoilCoefficient","setUnitTrait","setUnloadInCombat","setUserActionText","setUserMFDText","setUserMFDValue","setVariable","setVectorDir","setVectorDirAndUp","setVectorUp","setVehicleAmmo","setVehicleAmmoDef","setVehicleArmor","setVehicleCargo","setVehicleId","setVehicleLock","setVehiclePosition","setVehicleRadar","setVehicleReceiveRemoteTargets","setVehicleReportOwnPosition","setVehicleReportRemoteTargets","setVehicleTiPars","setVehicleVarName","setVelocity","setVelocityModelSpace","setVelocityTransformation","setViewDistance","setVisibleIfTreeCollapsed","setWantedRPMRTD","setWaves","setWaypointBehaviour","setWaypointCombatMode","setWaypointCompletionRadius","setWaypointDescription","setWaypointForceBehaviour","setWaypointFormation","setWaypointHousePosition","setWaypointLoiterAltitude","setWaypointLoiterRadius","setWaypointLoiterType","setWaypointName","setWaypointPosition","setWaypointScript","setWaypointSpeed","setWaypointStatements","setWaypointTimeout","setWaypointType","setWaypointVisible","setWeaponReloadingTime","setWeaponZeroing","setWind","setWindDir","setWindForce","setWindStr","setWingForceScaleRTD","setWPPos","show3DIcons","showChat","showCinemaBorder","showCommandingMenu","showCompass","showCuratorCompass","showGps","showHUD","showLegend","showMap","shownArtilleryComputer","shownChat","shownCompass","shownCuratorCompass","showNewEditorObject","shownGps","shownHUD","shownMap","shownPad","shownRadio","shownScoretable","shownSubtitles","shownUAVFeed","shownWarrant","shownWatch","showPad","showRadio","showScoretable","showSubtitles","showUAVFeed","showWarrant","showWatch","showWaypoint","showWaypoints","side","sideChat","sideRadio","simpleTasks","simulationEnabled","simulCloudDensity","simulCloudOcclusion","simulInClouds","simulWeatherSync","sin","size","sizeOf","skill","skillFinal","skipTime","sleep","sliderPosition","sliderRange","sliderSetPosition","sliderSetRange","sliderSetSpeed","sliderSpeed","slingLoadAssistantShown","soldierMagazines","someAmmo","sort","soundVolume","spawn","speaker","speechVolume","speed","speedMode","splitString","sqrt","squadParams","stance","startLoadingScreen","stop","stopEngineRTD","stopped","str","sunOrMoon","supportInfo","suppressFor","surfaceIsWater","surfaceNormal","surfaceTexture","surfaceType","swimInDepth","switchableUnits","switchAction","switchCamera","switchGesture","switchLight","switchMove","synchronizedObjects","synchronizedTriggers","synchronizedWaypoints","synchronizeObjectsAdd","synchronizeObjectsRemove","synchronizeTrigger","synchronizeWaypoint","systemChat","systemOfUnits","systemTime","systemTimeUTC","tan","targetKnowledge","targets","targetsAggregate","targetsQuery","taskAlwaysVisible","taskChildren","taskCompleted","taskCustomData","taskDescription","taskDestination","taskHint","taskMarkerOffset","taskName","taskParent","taskResult","taskState","taskType","teamMember","teamName","teams","teamSwitch","teamSwitchEnabled","teamType","terminate","terrainIntersect","terrainIntersectASL","terrainIntersectAtASL","text","textLog","textLogFormat","tg","time","timeMultiplier","titleCut","titleFadeOut","titleObj","titleRsc","titleText","toArray","toFixed","toLower","toLowerANSI","toString","toUpper","toUpperANSI","triggerActivated","triggerActivation","triggerAmmo","triggerArea","triggerAttachedVehicle","triggerAttachObject","triggerAttachVehicle","triggerDynamicSimulation","triggerInterval","triggerStatements","triggerText","triggerTimeout","triggerTimeoutCurrent","triggerType","trim","turretLocal","turretOwner","turretUnit","tvAdd","tvClear","tvCollapse","tvCollapseAll","tvCount","tvCurSel","tvData","tvDelete","tvExpand","tvExpandAll","tvIsSelected","tvPicture","tvPictureRight","tvSelection","tvSetColor","tvSetCurSel","tvSetData","tvSetPicture","tvSetPictureColor","tvSetPictureColorDisabled","tvSetPictureColorSelected","tvSetPictureRight","tvSetPictureRightColor","tvSetPictureRightColorDisabled","tvSetPictureRightColorSelected","tvSetSelectColor","tvSetSelected","tvSetText","tvSetTooltip","tvSetValue","tvSort","tvSortAll","tvSortByValue","tvSortByValueAll","tvText","tvTooltip","tvValue","type","typeName","typeOf","UAVControl","uiNamespace","uiSleep","unassignCurator","unassignItem","unassignTeam","unassignVehicle","underwater","uniform","uniformContainer","uniformItems","uniformMagazines","uniqueUnitItems","unitAddons","unitAimPosition","unitAimPositionVisual","unitBackpack","unitCombatMode","unitIsUAV","unitPos","unitReady","unitRecoilCoefficient","units","unitsBelowHeight","unitTurret","unlinkItem","unlockAchievement","unregisterTask","updateDrawIcon","updateMenuItem","updateObjectTree","useAIOperMapObstructionTest","useAISteeringComponent","useAudioTimeForMoves","userInputDisabled","values","vectorAdd","vectorCos","vectorCrossProduct","vectorDiff","vectorDir","vectorDirVisual","vectorDistance","vectorDistanceSqr","vectorDotProduct","vectorFromTo","vectorLinearConversion","vectorMagnitude","vectorMagnitudeSqr","vectorModelToWorld","vectorModelToWorldVisual","vectorMultiply","vectorNormalized","vectorUp","vectorUpVisual","vectorWorldToModel","vectorWorldToModelVisual","vehicle","vehicleCargoEnabled","vehicleChat","vehicleMoveInfo","vehicleRadio","vehicleReceiveRemoteTargets","vehicleReportOwnPosition","vehicleReportRemoteTargets","vehicles","vehicleVarName","velocity","velocityModelSpace","verifySignature","vest","vestContainer","vestItems","vestMagazines","viewDistance","visibleCompass","visibleGps","visibleMap","visiblePosition","visiblePositionASL","visibleScoretable","visibleWatch","waves","waypointAttachedObject","waypointAttachedVehicle","waypointAttachObject","waypointAttachVehicle","waypointBehaviour","waypointCombatMode","waypointCompletionRadius","waypointDescription","waypointForceBehaviour","waypointFormation","waypointHousePosition","waypointLoiterAltitude","waypointLoiterRadius","waypointLoiterType","waypointName","waypointPosition","waypoints","waypointScript","waypointsEnabledUAV","waypointShow","waypointSpeed","waypointStatements","waypointTimeout","waypointTimeoutCurrent","waypointType","waypointVisible","weaponAccessories","weaponAccessoriesCargo","weaponCargo","weaponDirection","weaponInertia","weaponLowered","weaponReloadingTime","weapons","weaponsInfo","weaponsItems","weaponsItemsCargo","weaponState","weaponsTurret","weightRTD","WFSideText","wind","windDir","windRTD","windStr","wingsForcesRTD","worldName","worldSize","worldToModel","worldToModelVisual","worldToScreen"],literal:["blufor","civilian","configNull","controlNull","displayNull","diaryRecordNull","east","endl","false","grpNull","independent","lineBreak","locationNull","nil","objNull","opfor","pi","resistance","scriptNull","sideAmbientLife","sideEmpty","sideEnemy","sideFriendly","sideLogic","sideUnknown","taskNull","teamMemberNull","true","west"]},contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.NUMBER_MODE,{className:"variable",begin:/\b_+[a-zA-Z]\w*/},{className:"title",begin:/[a-zA-Z][a-zA-Z_0-9]*_fnc_[a-zA-Z_0-9]+/},D,X],illegal:[/\$[^a-fA-F0-9]/,/\w\$/,/\?/,/@/,/ \| /,/[a-zA-Z_]\./,/\:\=/,/\[\:/]}}},2450:ve=>{ve.exports=function k(_){const u=_.regex,o=_.COMMENT("--","$"),te=["true","false","unknown"],X=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],ue=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],he=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],Ve=ue,be=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year","add","asc","collation","desc","final","first","last","view"].filter(Ue=>!ue.includes(Ue)),Ce={begin:u.concat(/\b/,u.either(...Ve),/\s*\(/),relevance:0,keywords:{built_in:Ve}};return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:function ft(Ue,{exceptions:je,when:xe}={}){const ye=xe;return je=je||[],Ue.map(Oe=>Oe.match(/\|\d+$/)||je.includes(Oe)?Oe:ye(Oe)?`${Oe}|0`:Oe)}(be,{when:Ue=>Ue.length<3}),literal:te,type:X,built_in:["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"]},contains:[{begin:u.either(...he),relevance:0,keywords:{$pattern:/[\w\.]+/,keyword:be.concat(he),literal:te,type:X}},{className:"type",begin:u.either("double precision","large object","with timezone","without timezone")},Ce,{className:"variable",begin:/@[a-z0-9][a-z0-9_]*/},{className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},{begin:/"/,end:/"/,contains:[{begin:/""/}]},_.C_NUMBER_MODE,_.C_BLOCK_COMMENT_MODE,o,{className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0}]}}},5942:ve=>{ve.exports=function k(_){const u=_.regex,U=["bernoulli","bernoulli_logit","bernoulli_logit_glm","beta","beta_binomial","beta_proportion","binomial","binomial_logit","categorical","categorical_logit","categorical_logit_glm","cauchy","chi_square","dirichlet","discrete_range","double_exponential","exp_mod_normal","exponential","frechet","gamma","gaussian_dlm_obs","gumbel","hmm_latent","hypergeometric","inv_chi_square","inv_gamma","inv_wishart","inv_wishart_cholesky","lkj_corr","lkj_corr_cholesky","logistic","loglogistic","lognormal","multi_gp","multi_gp_cholesky","multinomial","multinomial_logit","multi_normal","multi_normal_cholesky","multi_normal_prec","multi_student_cholesky_t","multi_student_t","multi_student_t_cholesky","neg_binomial","neg_binomial_2","neg_binomial_2_log","neg_binomial_2_log_glm","normal","normal_id_glm","ordered_logistic","ordered_logistic_glm","ordered_probit","pareto","pareto_type_2","poisson","poisson_log","poisson_log_glm","rayleigh","scaled_inv_chi_square","skew_double_exponential","skew_normal","std_normal","std_normal_log","student_t","uniform","von_mises","weibull","wiener","wishart","wishart_cholesky"],X=_.COMMENT(/\/\*/,/\*\//,{relevance:0,contains:[{scope:"doctag",match:/@(return|param)/}]}),ne=["lower","upper","offset","multiplier"];return{name:"Stan",aliases:["stanfuncs"],keywords:{$pattern:_.IDENT_RE,title:["functions","model","data","parameters","quantities","transformed","generated"],type:["array","tuple","complex","int","real","vector","complex_vector","ordered","positive_ordered","simplex","unit_vector","row_vector","complex_row_vector","matrix","complex_matrix","cholesky_factor_corr|10","cholesky_factor_cov|10","corr_matrix|10","cov_matrix|10","void"],keyword:["for","in","if","else","while","break","continue","return"],built_in:["abs","acos","acosh","add_diag","algebra_solver","algebra_solver_newton","append_array","append_col","append_row","asin","asinh","atan","atan2","atanh","bessel_first_kind","bessel_second_kind","binary_log_loss","block","cbrt","ceil","chol2inv","cholesky_decompose","choose","col","cols","columns_dot_product","columns_dot_self","complex_schur_decompose","complex_schur_decompose_t","complex_schur_decompose_u","conj","cos","cosh","cov_exp_quad","crossprod","csr_extract","csr_extract_u","csr_extract_v","csr_extract_w","csr_matrix_times_vector","csr_to_dense_matrix","cumulative_sum","dae","dae_tol","determinant","diag_matrix","diagonal","diag_post_multiply","diag_pre_multiply","digamma","dims","distance","dot_product","dot_self","eigendecompose","eigendecompose_sym","eigenvalues","eigenvalues_sym","eigenvectors","eigenvectors_sym","erf","erfc","exp","exp2","expm1","falling_factorial","fdim","fft","fft2","floor","fma","fmax","fmin","fmod","gamma_p","gamma_q","generalized_inverse","get_imag","get_real","head","hmm_hidden_state_prob","hmm_marginal","hypot","identity_matrix","inc_beta","integrate_1d","integrate_ode","integrate_ode_adams","integrate_ode_bdf","integrate_ode_rk45","int_step","inv","inv_cloglog","inv_erfc","inverse","inverse_spd","inv_fft","inv_fft2","inv_inc_beta","inv_logit","inv_Phi","inv_sqrt","inv_square","is_inf","is_nan","lambert_w0","lambert_wm1","lbeta","lchoose","ldexp","lgamma","linspaced_array","linspaced_int_array","linspaced_row_vector","linspaced_vector","lmgamma","lmultiply","log","log1m","log1m_exp","log1m_inv_logit","log1p","log1p_exp","log_determinant","log_diff_exp","log_falling_factorial","log_inv_logit","log_inv_logit_diff","logit","log_mix","log_modified_bessel_first_kind","log_rising_factorial","log_softmax","log_sum_exp","machine_precision","map_rect","matrix_exp","matrix_exp_multiply","matrix_power","max","mdivide_left_spd","mdivide_left_tri_low","mdivide_right_spd","mdivide_right_tri_low","mean","min","modified_bessel_first_kind","modified_bessel_second_kind","multiply_lower_tri_self_transpose","negative_infinity","norm","norm1","norm2","not_a_number","num_elements","ode_adams","ode_adams_tol","ode_adjoint_tol_ctl","ode_bdf","ode_bdf_tol","ode_ckrk","ode_ckrk_tol","ode_rk45","ode_rk45_tol","one_hot_array","one_hot_int_array","one_hot_row_vector","one_hot_vector","ones_array","ones_int_array","ones_row_vector","ones_vector","owens_t","Phi","Phi_approx","polar","positive_infinity","pow","print","prod","proj","qr","qr_Q","qr_R","qr_thin","qr_thin_Q","qr_thin_R","quad_form","quad_form_diag","quad_form_sym","quantile","rank","reduce_sum","reject","rep_array","rep_matrix","rep_row_vector","rep_vector","reverse","rising_factorial","round","row","rows","rows_dot_product","rows_dot_self","scale_matrix_exp_multiply","sd","segment","sin","singular_values","sinh","size","softmax","sort_asc","sort_desc","sort_indices_asc","sort_indices_desc","sqrt","square","squared_distance","step","sub_col","sub_row","sum","svd","svd_U","svd_V","symmetrize_from_lower_tri","tail","tan","tanh","target","tcrossprod","tgamma","to_array_1d","to_array_2d","to_complex","to_int","to_matrix","to_row_vector","to_vector","trace","trace_gen_quad_form","trace_quad_form","trigamma","trunc","uniform_simplex","variance","zeros_array","zeros_int_array","zeros_row_vector"]},contains:[_.C_LINE_COMMENT_MODE,{scope:"meta",begin:/#include\b/,end:/$/,contains:[{match:/[a-z][a-z-._]+/,scope:"string"},_.C_LINE_COMMENT_MODE]},_.HASH_COMMENT_MODE,X,{scope:"built_in",match:/\s(pi|e|sqrt2|log2|log10)(?=\()/,relevance:0},{match:u.concat(/[<,]\s*/,u.either(...ne),/\s*=/),keywords:ne},{scope:"keyword",match:/\btarget(?=\s*\+=)/},{match:[/~\s*/,u.either(...U),/(?:\(\))/,/\s*T(?=\s*\[)/],scope:{2:"built_in",4:"keyword"}},{scope:"built_in",keywords:U,begin:u.concat(/\w*/,u.either(...U),/(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/)},{begin:[/~/,/\s*/,u.concat(u.either(...U),/(?=\s*[\(.*\)])/)],scope:{3:"built_in"}},{begin:[/~/,/\s*\w+(?=\s*[\(.*\)])/,"(?!.*/\b("+u.either(...U)+")\b)"],scope:{2:"title.function"}},{scope:"title.function",begin:/\w*(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/},{scope:"number",match:u.concat(/(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)/,/(?:[eE][+-]?\d+(?:_\d+)*)?i?(?!\w)/),relevance:0},{scope:"string",begin:/"/,end:/"/}]}}},5457:ve=>{ve.exports=function k(_){return{name:"Stata",aliases:["do","ado"],case_insensitive:!0,keywords:"if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey bias binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 bubble bubbleplot ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error esize est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 forest forestplot form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate funnel funnelplot g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labbe labbeplot labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize menl meqparse mer merg merge meta mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trimfill trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5",contains:[{className:"symbol",begin:/`[a-zA-Z0-9_]+'/},{className:"variable",begin:/\$\{?[a-zA-Z0-9_]+\}?/,relevance:0},{className:"string",variants:[{begin:'`"[^\r\n]*?"\''},{begin:'"[^\r\n"]*"'}]},{className:"built_in",variants:[{begin:"\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\()"}]},_.COMMENT("^[ \t]*\\*.*$",!1),_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE]}}},8071:ve=>{ve.exports=function k(_){return{name:"STEP Part 21",aliases:["p21","step","stp"],case_insensitive:!0,keywords:{$pattern:"[A-Z_][A-Z0-9_.]*",keyword:["HEADER","ENDSEC","DATA"]},contains:[{className:"meta",begin:"ISO-10303-21;",relevance:10},{className:"meta",begin:"END-ISO-10303-21;",relevance:10},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,_.COMMENT("/\\*\\*!","\\*/"),_.C_NUMBER_MODE,_.inherit(_.APOS_STRING_MODE,{illegal:null}),_.inherit(_.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"'",end:"'"},{className:"symbol",variants:[{begin:"#",end:"\\d+",illegal:"\\W"}]}]}}},4622:ve=>{const _=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],u=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],o=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],D=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],j=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();ve.exports=function te(U){const X=(U=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:U.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[U.APOS_STRING_MODE,U.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:U.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}))(U),ne={className:"variable",begin:"\\$"+U.IDENT_RE},ce="(?=[.\\s\\n[:,(])";return{name:"Stylus",aliases:["styl"],case_insensitive:!1,keywords:"if else for in",illegal:"("+["\\?","(\\bReturn\\b)","(\\bEnd\\b)","(\\bend\\b)","(\\bdef\\b)",";","#\\s","\\*\\s","===\\s","\\|","%"].join("|")+")",contains:[U.QUOTE_STRING_MODE,U.APOS_STRING_MODE,U.C_LINE_COMMENT_MODE,U.C_BLOCK_COMMENT_MODE,X.HEXCOLOR,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+ce,className:"selector-class"},{begin:"#[a-zA-Z][a-zA-Z0-9_-]*"+ce,className:"selector-id"},{begin:"\\b("+_.join("|")+")"+ce,className:"selector-tag"},{className:"selector-pseudo",begin:"&?:("+o.join("|")+")"+ce},{className:"selector-pseudo",begin:"&?:(:)?("+D.join("|")+")"+ce},X.ATTRIBUTE_SELECTOR_MODE,{className:"keyword",begin:/@media/,starts:{end:/[{;}]/,keywords:{$pattern:/[a-z-]+/,keyword:"and or not only",attribute:u.join(" ")},contains:[X.CSS_NUMBER_MODE]}},{className:"keyword",begin:"@((-(o|moz|ms|webkit)-)?("+["charset","css","debug","extend","font-face","for","import","include","keyframes","media","mixin","page","warn","while"].join("|")+"))\\b"},ne,X.CSS_NUMBER_MODE,{className:"function",begin:"^[a-zA-Z][a-zA-Z0-9_-]*\\(.*\\)",illegal:"[\\n]",returnBegin:!0,contains:[{className:"title",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"},{className:"params",begin:/\(/,end:/\)/,contains:[X.HEXCOLOR,ne,U.APOS_STRING_MODE,X.CSS_NUMBER_MODE,U.QUOTE_STRING_MODE]}]},X.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b",starts:{end:/;|$/,contains:[X.HEXCOLOR,ne,U.APOS_STRING_MODE,U.QUOTE_STRING_MODE,X.CSS_NUMBER_MODE,U.C_BLOCK_COMMENT_MODE,X.IMPORTANT,X.FUNCTION_DISPATCH],illegal:/\./,relevance:0}},X.FUNCTION_DISPATCH]}}},663:ve=>{ve.exports=function k(_){return{name:"SubUnit",case_insensitive:!0,contains:[{className:"string",begin:"\\[\n(multipart)?",end:"\\]\n"},{className:"string",begin:"\\d{4}-\\d{2}-\\d{2}(\\s+)\\d{2}:\\d{2}:\\d{2}.\\d+Z"},{className:"string",begin:"(\\+|-)\\d+"},{className:"keyword",relevance:10,variants:[{begin:"^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\s+(test)?"},{begin:"^progress(:?)(\\s+)?(pop|push)?"},{begin:"^tags:"},{begin:"^time:"}]}]}}},8273:ve=>{function k(Oe){return Oe?"string"==typeof Oe?Oe:Oe.source:null}function _(Oe){return u("(?=",Oe,")")}function u(...Oe){return Oe.map(Ke=>k(Ke)).join("")}function D(...Oe){return"("+(function o(Oe){const We=Oe[Oe.length-1];return"object"==typeof We&&We.constructor===Object?(Oe.splice(Oe.length-1,1),We):{}}(Oe).capture?"":"?:")+Oe.map(xt=>k(xt)).join("|")+")"}const j=Oe=>u(/\b/,Oe,/\w$/.test(Oe)?/\b/:/\B/),te=["Protocol","Type"].map(j),U=["init","self"].map(j),X=["Any","Self"],ee=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","borrowing","break","case","catch","class","consume","consuming","continue","convenience","copy","default","defer","deinit","didSet","distributed","do","dynamic","each","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","macro","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],ne=["false","nil","true"],ue=["assignment","associativity","higherThan","left","lowerThan","none","right"],ce=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],he=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],Ve=D(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),be=D(Ve,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),He=u(Ve,be,"*"),Se=D(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),Ce=D(Se,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),ft=u(Se,Ce,"*"),Ue=u(/[A-Z]/,Ce,"*"),je=["attached","autoclosure",u(/convention\(/,D("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",u(/objc\(/,ft,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],xe=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];ve.exports=function ye(Oe){const We={match:/\s+/,relevance:0},Ke=Oe.COMMENT("/\\*","\\*/",{contains:["self"]}),xt=[Oe.C_LINE_COMMENT_MODE,Ke],Tt={match:[/\./,D(...te,...U)],className:{2:"keyword"}},Sn={match:u(/\./,D(...ee)),relevance:0},$n=ee.filter(Ji=>"string"==typeof Ji).concat(["_|0"]),ri={variants:[{className:"keyword",match:D(...ee.filter(Ji=>"string"!=typeof Ji).concat(X).map(j),...U)}]},Pi={$pattern:D(/\b\w+/,/#\w+/),keyword:$n.concat(ce),literal:ne},jn=[Tt,Sn,ri],mn=[{match:u(/\./,D(...he)),relevance:0},{className:"built_in",match:u(/\b/,D(...he),/(?=\()/)}],Mt={match:/->/,relevance:0},Ze=[Mt,{className:"operator",relevance:0,variants:[{match:He},{match:`\\.(\\.|${be})+`}]}],De="([0-9]_*)+",Be="([0-9a-fA-F]_*)+",Je={className:"number",relevance:0,variants:[{match:`\\b(${De})(\\.(${De}))?([eE][+-]?(${De}))?\\b`},{match:`\\b0x(${Be})(\\.(${Be}))?([pP][+-]?(${De}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},P=(Ji="")=>({className:"subst",variants:[{match:u(/\\/,Ji,/[0\\tnr"']/)},{match:u(/\\/,Ji,/u\{[0-9a-fA-F]{1,8}\}/)}]}),Z=(Ji="")=>({className:"subst",match:u(/\\/,Ji,/[\t ]*(?:[\r\n]|\r\n)/)}),Ae=(Ji="")=>({className:"subst",label:"interpol",begin:u(/\\/,Ji,/\(/),end:/\)/}),Fe=(Ji="")=>({begin:u(Ji,/"""/),end:u(/"""/,Ji),contains:[P(Ji),Z(Ji),Ae(Ji)]}),$t=(Ji="")=>({begin:u(Ji,/"/),end:u(/"/,Ji),contains:[P(Ji),Ae(Ji)]}),et={className:"string",variants:[Fe(),Fe("#"),Fe("##"),Fe("###"),$t(),$t("#"),$t("##"),$t("###")]},Dt=[Oe.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[Oe.BACKSLASH_ESCAPE]}],Gt={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:Dt},gn=Ji=>{const Qi=u(Ji,/\//),zo=u(/\//,Ji);return{begin:Qi,end:zo,contains:[...Dt,{scope:"comment",begin:`#(?!.*${zo})`,end:/$/}]}},Gn={scope:"regexp",variants:[gn("###"),gn("##"),gn("#"),Gt]},mi={match:u(/`/,ft,/`/)},Tr=[mi,{className:"variable",match:/\$\d+/},{className:"variable",match:`\\$${Ce}+`}],bi=[{match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:xe,contains:[...Ze,Je,et]}]}},{scope:"keyword",match:u(/@/,D(...je))},{scope:"meta",match:u(/@/,ft)}],or={match:_(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:u(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,Ce,"+")},{className:"type",match:Ue,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:u(/\s+&\s+/,_(Ue)),relevance:0}]},it={begin://,keywords:Pi,contains:[...xt,...jn,...bi,Mt,or]};or.contains.push(it);const Vt={begin:/\(/,end:/\)/,relevance:0,keywords:Pi,contains:["self",{match:u(ft,/\s*:/),keywords:"_|0",relevance:0},...xt,Gn,...jn,...mn,...Ze,Je,et,...Tr,...bi,or]},Rn={begin://,keywords:"repeat each",contains:[...xt,or]},Di={begin:/\(/,end:/\)/,keywords:Pi,contains:[{begin:D(_(u(ft,/\s*:/)),_(u(ft,/\s+/,ft,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:ft}]},...xt,...jn,...Ze,Je,et,...bi,or,Vt],endsParent:!0,illegal:/["']/},qi={match:[/(func|macro)/,/\s+/,D(mi.match,ft,He)],className:{1:"keyword",3:"title.function"},contains:[Rn,Di,We],illegal:[/\[/,/%/]},Bi={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[Rn,Di,We],illegal:/\[|%/},wr={match:[/operator/,/\s+/,He],className:{1:"keyword",3:"title"}},ts={begin:[/precedencegroup/,/\s+/,Ue],className:{1:"keyword",3:"title"},contains:[or],keywords:[...ue,...ne],end:/}/};for(const Ji of et.variants){const Qi=Ji.contains.find(Us=>"interpol"===Us.label);Qi.keywords=Pi;const zo=[...jn,...mn,...Ze,Je,et,...Tr];Qi.contains=[...zo,{begin:/\(/,end:/\)/,contains:["self",...zo]}]}return{name:"Swift",keywords:Pi,contains:[...xt,qi,Bi,{beginKeywords:"struct protocol class extension enum actor",end:"\\{",excludeEnd:!0,keywords:Pi,contains:[Oe.inherit(Oe.TITLE_MODE,{className:"title.class",begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/}),...jn]},wr,ts,{beginKeywords:"import",end:/$/,contains:[...xt],relevance:0},Gn,...jn,...mn,...Ze,Je,et,...Tr,...bi,or,Vt]}}},8326:ve=>{ve.exports=function k(_){return{name:"Tagger Script",contains:[{className:"comment",begin:/\$noop\(/,end:/\)/,contains:[{begin:/\\[()]/},{begin:/\(/,end:/\)/,contains:[{begin:/\\[()]/},"self"]}],relevance:10},{className:"keyword",begin:/\$[_a-zA-Z0-9]+(?=\()/},{className:"variable",begin:/%[_a-zA-Z0-9:]+%/},{className:"symbol",begin:/\\[\\nt$%,()]/},{className:"symbol",begin:/\\u[a-fA-F0-9]{4}/}]}}},3308:ve=>{ve.exports=function k(_){return{name:"Test Anything Protocol",case_insensitive:!0,contains:[_.HASH_COMMENT_MODE,{className:"meta",variants:[{begin:"^TAP version (\\d+)$"},{begin:"^1\\.\\.(\\d+)$"}]},{begin:/---$/,end:"\\.\\.\\.$",subLanguage:"yaml",relevance:0},{className:"number",begin:" (\\d+) "},{className:"symbol",variants:[{begin:"^ok"},{begin:"^not ok"}]}]}}},1074:ve=>{ve.exports=function k(_){const u=_.regex,o=/[a-zA-Z_][a-zA-Z0-9_]*/,D={className:"number",variants:[_.BINARY_NUMBER_MODE,_.C_NUMBER_MODE]};return{name:"Tcl",aliases:["tk"],keywords:["after","append","apply","array","auto_execok","auto_import","auto_load","auto_mkindex","auto_mkindex_old","auto_qualify","auto_reset","bgerror","binary","break","catch","cd","chan","clock","close","concat","continue","dde","dict","encoding","eof","error","eval","exec","exit","expr","fblocked","fconfigure","fcopy","file","fileevent","filename","flush","for","foreach","format","gets","glob","global","history","http","if","incr","info","interp","join","lappend|10","lassign|10","lindex|10","linsert|10","list","llength|10","load","lrange|10","lrepeat|10","lreplace|10","lreverse|10","lsearch|10","lset|10","lsort|10","mathfunc","mathop","memory","msgcat","namespace","open","package","parray","pid","pkg::create","pkg_mkIndex","platform","platform::shell","proc","puts","pwd","read","refchan","regexp","registry","regsub|10","rename","return","safe","scan","seek","set","socket","source","split","string","subst","switch","tcl_endOfWord","tcl_findLibrary","tcl_startOfNextWord","tcl_startOfPreviousWord","tcl_wordBreakAfter","tcl_wordBreakBefore","tcltest","tclvars","tell","time","tm","trace","unknown","unload","unset","update","uplevel","upvar","variable","vwait","while"],contains:[_.COMMENT(";[ \\t]*#","$"),_.COMMENT("^[ \\t]*#","$"),{beginKeywords:"proc",end:"[\\{]",excludeEnd:!0,contains:[{className:"title",begin:"[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"[ \\t\\n\\r]",endsWithParent:!0,excludeEnd:!0}]},{className:"variable",variants:[{begin:u.concat(/\$/,u.optional(/::/),o,"(::",o,")*")},{begin:"\\$\\{(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"\\}",contains:[D]}]},{className:"string",contains:[_.BACKSLASH_ESCAPE],variants:[_.inherit(_.QUOTE_STRING_MODE,{illegal:null})]},D]}}},3783:ve=>{ve.exports=function k(_){const u=["bool","byte","i16","i32","i64","double","string","binary"];return{name:"Thrift",keywords:{keyword:["namespace","const","typedef","struct","enum","service","exception","void","oneway","set","list","map","required","optional"],type:u,literal:"true false"},contains:[_.QUOTE_STRING_MODE,_.NUMBER_MODE,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[_.inherit(_.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",keywords:{type:[...u,"set","list","map"]},end:">",contains:["self"]}]}}},2235:ve=>{ve.exports=function k(_){const u={className:"number",begin:"[1-9][0-9]*",relevance:0},o={className:"symbol",begin:":[^\\]]+"};return{name:"TP",keywords:{keyword:["ABORT","ACC","ADJUST","AND","AP_LD","BREAK","CALL","CNT","COL","CONDITION","CONFIG","DA","DB","DIV","DETECT","ELSE","END","ENDFOR","ERR_NUM","ERROR_PROG","FINE","FOR","GP","GUARD","INC","IF","JMP","LINEAR_MAX_SPEED","LOCK","MOD","MONITOR","OFFSET","Offset","OR","OVERRIDE","PAUSE","PREG","PTH","RT_LD","RUN","SELECT","SKIP","Skip","TA","TB","TO","TOOL_OFFSET","Tool_Offset","UF","UT","UFRAME_NUM","UTOOL_NUM","UNLOCK","WAIT","X","Y","Z","W","P","R","STRLEN","SUBSTR","FINDSTR","VOFFSET","PROG","ATTR","MN","POS"],literal:["ON","OFF","max_speed","LPOS","JPOS","ENABLE","DISABLE","START","STOP","RESET"]},contains:[{className:"built_in",begin:"(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER|TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\[",end:"\\]",contains:["self",u,o]},{className:"built_in",begin:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",end:"\\]",contains:["self",u,_.QUOTE_STRING_MODE,o]},{className:"keyword",begin:"/(PROG|ATTR|MN|POS|END)\\b"},{className:"keyword",begin:"(CALL|RUN|POINT_LOGIC|LBL)\\b"},{className:"keyword",begin:"\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)"},{className:"number",begin:"\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\b",relevance:0},_.COMMENT("//","[;$]"),_.COMMENT("!","[;$]"),_.COMMENT("--eg:","$"),_.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"'"},_.C_NUMBER_MODE,{className:"variable",begin:"\\$[A-Za-z0-9_]+"}]}}},4890:ve=>{ve.exports=function k(_){const u=_.regex,o=["absolute_url","asset|0","asset_version","attribute","block","constant","controller|0","country_timezones","csrf_token","cycle","date","dump","expression","form|0","form_end","form_errors","form_help","form_label","form_rest","form_row","form_start","form_widget","html_classes","include","is_granted","logout_path","logout_url","max","min","parent","path|0","random","range","relative_path","render","render_esi","source","template_from_string","url|0"];let j=["apply","autoescape","block","cache","deprecated","do","embed","extends","filter","flush","for","form_theme","from","if","import","include","macro","sandbox","set","stopwatch","trans","trans_default_domain","transchoice","use","verbatim","with"];j=j.concat(j.map(be=>`end${be}`));const te={scope:"string",variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},U={scope:"number",match:/\d+/},X={begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[te,U]},ee={beginKeywords:o.join(" "),keywords:{name:o},relevance:0,contains:[X]},ne={match:/\|(?=[A-Za-z_]+:?)/,beginScope:"punctuation",relevance:0,contains:[{match:/[A-Za-z_]+:?/,keywords:["abs","abbr_class","abbr_method","batch","capitalize","column","convert_encoding","country_name","currency_name","currency_symbol","data_uri","date","date_modify","default","escape","file_excerpt","file_link","file_relative","filter","first","format","format_args","format_args_as_text","format_currency","format_date","format_datetime","format_file","format_file_from_text","format_number","format_time","html_to_markdown","humanize","inky_to_html","inline_css","join","json_encode","keys","language_name","last","length","locale_name","lower","map","markdown","markdown_to_html","merge","nl2br","number_format","raw","reduce","replace","reverse","round","slice","slug","sort","spaceless","split","striptags","timezone_name","title","trans","transchoice","trim","u|0","upper","url_encode","yaml_dump","yaml_encode"]}]},ue=(be,{relevance:He})=>({beginScope:{1:"template-tag",3:"name"},relevance:He||2,endScope:"template-tag",begin:[/\{%/,/\s*/,u.either(...be)],end:/%\}/,keywords:"in",contains:[ne,ee,te,U]}),he=ue(j,{relevance:2}),Ve=ue([/[a-z_]+/],{relevance:1});return{name:"Twig",aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[_.COMMENT(/\{#/,/#\}/),he,Ve,{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:["self",ne,ee,te,U]}]}}},5449:ve=>{const k="[A-Za-z$_][0-9A-Za-z$_]*",_=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],u=["true","false","null","undefined","NaN","Infinity"],o=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],D=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],j=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],te=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],U=[].concat(j,o,D);ve.exports=function ee(ne){const ue=function X(ne){const ue=ne.regex,he=k,He={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(P,Z)=>{const Ae=P[0].length+P.index,Fe=P.input[Ae];if("<"===Fe||","===Fe)return void Z.ignoreMatch();let $t;">"===Fe&&(((P,{after:Z})=>{const Ae="",Je={match:[/const|var|let/,/\s+/,he,/\s*/,/=\s*/,/(async\s*)?/,ue.lookahead(Be)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[ri]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:Se,exports:{PARAMS_CONTAINS:zn,CLASS_REFERENCE:jn},illegal:/#(?![$_A-z])/,contains:[ne.SHEBANG({label:"shebang",binary:"node",relevance:5}),{label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},ne.APOS_STRING_MODE,ne.QUOTE_STRING_MODE,ye,Oe,We,Ke,Tt,{match:/\$\d+/},je,jn,{className:"attr",begin:he+ue.lookahead(":"),relevance:0},Je,{begin:"("+ne.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[Tt,ne.REGEXP_MODE,{className:"function",begin:Be,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:ne.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Se,contains:zn}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:"<>",end:""},{match:/<[A-Za-z0-9\\._:-]+\s*\/>/},{begin:He.begin,"on:begin":He.isTrulyOpeningTag,end:He.end}],subLanguage:"xml",contains:[{begin:He.begin,end:He.end,skip:!0,contains:["self"]}]}]},Ei,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+ne.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[ri,ne.inherit(ne.TITLE_MODE,{begin:he,className:"title.function"})]},{match:/\.\.\./,relevance:0},Ze,{match:"\\$"+he,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[ri]},_t,{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},Pi,De,{match:/\$[(.]/}]}}(ne),ce=k,he=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],Ve={beginKeywords:"namespace",end:/\{/,excludeEnd:!0,contains:[ue.exports.CLASS_REFERENCE]},be={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:he},contains:[ue.exports.CLASS_REFERENCE]},Ce={$pattern:k,keyword:_.concat(["type","namespace","interface","public","private","protected","implements","declare","abstract","readonly","enum","override"]),literal:u,built_in:U.concat(he),"variable.language":te},ft={className:"meta",begin:"@"+ce},Ue=(xe,ye,Oe)=>{const We=xe.contains.findIndex(Ke=>Ke.label===ye);if(-1===We)throw new Error("can not find mode to replace");xe.contains.splice(We,1,Oe)};return Object.assign(ue.keywords,Ce),ue.exports.PARAMS_CONTAINS.push(ft),ue.contains=ue.contains.concat([ft,Ve,be]),Ue(ue,"shebang",ne.SHEBANG()),Ue(ue,"use_strict",{className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/}),ue.contains.find(xe=>"func.def"===xe.label).relevance=0,Object.assign(ue,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),ue}},1605:ve=>{ve.exports=function k(_){return{name:"Vala",keywords:{keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var",built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"},contains:[{className:"class",beginKeywords:"class interface namespace",end:/\{/,excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[_.UNDERSCORE_TITLE_MODE]},_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},_.APOS_STRING_MODE,_.QUOTE_STRING_MODE,_.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$"}]}}},8420:ve=>{ve.exports=function k(_){const u=_.regex,j=/\d{1,2}\/\d{1,2}\/\d{4}/,te=/\d{4}-\d{1,2}-\d{1,2}/,U=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,X=/\d{1,2}(:\d{1,2}){1,2}/,ee={className:"literal",variants:[{begin:u.concat(/# */,u.either(te,j),/ *#/)},{begin:u.concat(/# */,X,/ *#/)},{begin:u.concat(/# */,U,/ *#/)},{begin:u.concat(/# */,u.either(te,j),/ +/,u.either(U,X),/ *#/)}]},ce=_.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),he=_.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[{className:"string",begin:/"(""|[^/n])"C\b/},{className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},ee,{className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},{className:"label",begin:/^\w+:/},ce,he,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[he]}]}}},235:ve=>{ve.exports=function k(_){return{name:"VBScript in HTML",subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}},2386:ve=>{ve.exports=function k(_){const u=_.regex,o=["lcase","month","vartype","instrrev","ubound","setlocale","getobject","rgb","getref","string","weekdayname","rnd","dateadd","monthname","now","day","minute","isarray","cbool","round","formatcurrency","conversions","csng","timevalue","second","year","space","abs","clng","timeserial","fixs","len","asc","isempty","maths","dateserial","atn","timer","isobject","filter","weekday","datevalue","ccur","isdate","instr","datediff","formatdatetime","replace","isnull","right","sgn","array","snumeric","log","cdbl","hex","chr","lbound","msgbox","ucase","getlocale","cos","cdate","cbyte","rtrim","join","hour","oct","typename","trim","strcomp","int","createobject","loadpicture","tan","formatnumber","mid","split","cint","sin","datepart","ltrim","sqr","time","derived","eval","date","formatpercent","exp","inputbox","left","ascw","chrw","regexp","cstr","err"];return{name:"VBScript",aliases:["vbs"],case_insensitive:!0,keywords:{keyword:["call","class","const","dim","do","loop","erase","execute","executeglobal","exit","for","each","next","function","if","then","else","on","error","option","explicit","new","private","property","let","get","public","randomize","redim","rem","select","case","set","stop","sub","while","wend","with","end","to","elseif","is","or","xor","and","not","class_initialize","class_terminate","default","preserve","in","me","byval","byref","step","resume","goto"],built_in:["server","response","request","scriptengine","scriptenginebuildversion","scriptengineminorversion","scriptenginemajorversion"],literal:["true","false","null","nothing","empty"]},illegal:"//",contains:[{begin:u.concat(u.either(...o),"\\s*\\("),relevance:0,keywords:{built_in:o}},_.inherit(_.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),_.COMMENT(/'/,/$/,{relevance:0}),_.C_NUMBER_MODE]}}},4550:ve=>{ve.exports=function k(_){const u=_.regex,j=["begin_keywords","celldefine","default_nettype","default_decay_time","default_trireg_strength","define","delay_mode_distributed","delay_mode_path","delay_mode_unit","delay_mode_zero","else","elsif","end_keywords","endcelldefine","endif","ifdef","ifndef","include","line","nounconnected_drive","pragma","resetall","timescale","unconnected_drive","undef","undefineall"];return{name:"Verilog",aliases:["v","sv","svh"],case_insensitive:!1,keywords:{$pattern:/\$?[\w]+(\$[\w]+)*/,keyword:["accept_on","alias","always","always_comb","always_ff","always_latch","and","assert","assign","assume","automatic","before","begin","bind","bins","binsof","bit","break","buf|0","bufif0","bufif1","byte","case","casex","casez","cell","chandle","checker","class","clocking","cmos","config","const","constraint","context","continue","cover","covergroup","coverpoint","cross","deassign","default","defparam","design","disable","dist","do","edge","else","end","endcase","endchecker","endclass","endclocking","endconfig","endfunction","endgenerate","endgroup","endinterface","endmodule","endpackage","endprimitive","endprogram","endproperty","endspecify","endsequence","endtable","endtask","enum","event","eventually","expect","export","extends","extern","final","first_match","for","force","foreach","forever","fork","forkjoin","function","generate|5","genvar","global","highz0","highz1","if","iff","ifnone","ignore_bins","illegal_bins","implements","implies","import","incdir","include","initial","inout","input","inside","instance","int","integer","interconnect","interface","intersect","join","join_any","join_none","large","let","liblist","library","local","localparam","logic","longint","macromodule","matches","medium","modport","module","nand","negedge","nettype","new","nexttime","nmos","nor","noshowcancelled","not","notif0","notif1","or","output","package","packed","parameter","pmos","posedge","primitive","priority","program","property","protected","pull0","pull1","pulldown","pullup","pulsestyle_ondetect","pulsestyle_onevent","pure","rand","randc","randcase","randsequence","rcmos","real","realtime","ref","reg","reject_on","release","repeat","restrict","return","rnmos","rpmos","rtran","rtranif0","rtranif1","s_always","s_eventually","s_nexttime","s_until","s_until_with","scalared","sequence","shortint","shortreal","showcancelled","signed","small","soft","solve","specify","specparam","static","string","strong","strong0","strong1","struct","super","supply0","supply1","sync_accept_on","sync_reject_on","table","tagged","task","this","throughout","time","timeprecision","timeunit","tran","tranif0","tranif1","tri","tri0","tri1","triand","trior","trireg","type","typedef","union","unique","unique0","unsigned","until","until_with","untyped","use","uwire","var","vectored","virtual","void","wait","wait_order","wand","weak","weak0","weak1","while","wildcard","wire","with","within","wor","xnor","xor"],literal:["null"],built_in:["$finish","$stop","$exit","$fatal","$error","$warning","$info","$realtime","$time","$printtimescale","$bitstoreal","$bitstoshortreal","$itor","$signed","$cast","$bits","$stime","$timeformat","$realtobits","$shortrealtobits","$rtoi","$unsigned","$asserton","$assertkill","$assertpasson","$assertfailon","$assertnonvacuouson","$assertoff","$assertcontrol","$assertpassoff","$assertfailoff","$assertvacuousoff","$isunbounded","$sampled","$fell","$changed","$past_gclk","$fell_gclk","$changed_gclk","$rising_gclk","$steady_gclk","$coverage_control","$coverage_get","$coverage_save","$set_coverage_db_name","$rose","$stable","$past","$rose_gclk","$stable_gclk","$future_gclk","$falling_gclk","$changing_gclk","$display","$coverage_get_max","$coverage_merge","$get_coverage","$load_coverage_db","$typename","$unpacked_dimensions","$left","$low","$increment","$clog2","$ln","$log10","$exp","$sqrt","$pow","$floor","$ceil","$sin","$cos","$tan","$countbits","$onehot","$isunknown","$fatal","$warning","$dimensions","$right","$high","$size","$asin","$acos","$atan","$atan2","$hypot","$sinh","$cosh","$tanh","$asinh","$acosh","$atanh","$countones","$onehot0","$error","$info","$random","$dist_chi_square","$dist_erlang","$dist_exponential","$dist_normal","$dist_poisson","$dist_t","$dist_uniform","$q_initialize","$q_remove","$q_exam","$async$and$array","$async$nand$array","$async$or$array","$async$nor$array","$sync$and$array","$sync$nand$array","$sync$or$array","$sync$nor$array","$q_add","$q_full","$psprintf","$async$and$plane","$async$nand$plane","$async$or$plane","$async$nor$plane","$sync$and$plane","$sync$nand$plane","$sync$or$plane","$sync$nor$plane","$system","$display","$displayb","$displayh","$displayo","$strobe","$strobeb","$strobeh","$strobeo","$write","$readmemb","$readmemh","$writememh","$value$plusargs","$dumpvars","$dumpon","$dumplimit","$dumpports","$dumpportson","$dumpportslimit","$writeb","$writeh","$writeo","$monitor","$monitorb","$monitorh","$monitoro","$writememb","$dumpfile","$dumpoff","$dumpall","$dumpflush","$dumpportsoff","$dumpportsall","$dumpportsflush","$fclose","$fdisplay","$fdisplayb","$fdisplayh","$fdisplayo","$fstrobe","$fstrobeb","$fstrobeh","$fstrobeo","$swrite","$swriteb","$swriteh","$swriteo","$fscanf","$fread","$fseek","$fflush","$feof","$fopen","$fwrite","$fwriteb","$fwriteh","$fwriteo","$fmonitor","$fmonitorb","$fmonitorh","$fmonitoro","$sformat","$sformatf","$fgetc","$ungetc","$fgets","$sscanf","$rewind","$ftell","$ferror"]},contains:[_.C_BLOCK_COMMENT_MODE,_.C_LINE_COMMENT_MODE,_.QUOTE_STRING_MODE,{scope:"number",contains:[_.BACKSLASH_ESCAPE],variants:[{begin:/\b((\d+'([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\B(('([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\b[0-9][0-9_]*/,relevance:0}]},{scope:"variable",variants:[{begin:"#\\((?!parameter).+\\)"},{begin:"\\.\\w+",relevance:0}]},{scope:"variable.constant",match:u.concat(/`/,u.either("__FILE__","__LINE__"))},{scope:"meta",begin:u.concat(/`/,u.either(...j)),end:/$|\/\/|\/\*/,returnEnd:!0,keywords:j}]}}},4005:ve=>{ve.exports=function k(_){const u="\\d(_|\\d)*",o="[eE][-+]?"+u,U="\\b("+u+"#\\w+(\\.\\w+)?#("+o+")?|"+u+"(\\."+u+")?("+o+")?)";return{name:"VHDL",case_insensitive:!0,keywords:{keyword:["abs","access","after","alias","all","and","architecture","array","assert","assume","assume_guarantee","attribute","begin","block","body","buffer","bus","case","component","configuration","constant","context","cover","disconnect","downto","default","else","elsif","end","entity","exit","fairness","file","for","force","function","generate","generic","group","guarded","if","impure","in","inertial","inout","is","label","library","linkage","literal","loop","map","mod","nand","new","next","nor","not","null","of","on","open","or","others","out","package","parameter","port","postponed","procedure","process","property","protected","pure","range","record","register","reject","release","rem","report","restrict","restrict_guarantee","return","rol","ror","select","sequence","severity","shared","signal","sla","sll","sra","srl","strong","subtype","then","to","transport","type","unaffected","units","until","use","variable","view","vmode","vprop","vunit","wait","when","while","with","xnor","xor"],built_in:["boolean","bit","character","integer","time","delay_length","natural","positive","string","bit_vector","file_open_kind","file_open_status","std_logic","std_logic_vector","unsigned","signed","boolean_vector","integer_vector","std_ulogic","std_ulogic_vector","unresolved_unsigned","u_unsigned","unresolved_signed","u_signed","real_vector","time_vector"],literal:["false","true","note","warning","error","failure","line","text","side","width"]},illegal:/\{/,contains:[_.C_BLOCK_COMMENT_MODE,_.COMMENT("--","$"),_.QUOTE_STRING_MODE,{className:"number",begin:U,relevance:0},{className:"string",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[_.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[_.BACKSLASH_ESCAPE]}]}}},3872:ve=>{ve.exports=function k(_){return{name:"Vim Script",keywords:{$pattern:/[!#@\w]+/,keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",built_in:"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp"},illegal:/;/,contains:[_.NUMBER_MODE,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},_.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]+/},{begin:[/\b(?:function|function!)/,/\s+/,_.IDENT_RE],className:{1:"keyword",3:"title"},end:"$",relevance:0,contains:[{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}},2087:ve=>{ve.exports=function k(_){const u=_.COMMENT(/\(;/,/;\)/);return u.contains.push("self"),{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"]},contains:[_.COMMENT(/;;/,/$/),u,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},{className:"variable",begin:/\$[\w_]+/},{match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},{begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},_.QUOTE_STRING_MODE,{match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},{className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/},{className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/}]}}},7274:ve=>{ve.exports=function k(_){const u=_.regex,o=/[a-zA-Z]\w*/,D=["as","break","class","construct","continue","else","for","foreign","if","import","in","is","return","static","var","while"],j=["true","false","null"],te=["this","super"],X=["-","~",/\*/,"%",/\.\.\./,/\.\./,/\+/,"<<",">>",">=","<=","<",">",/\^/,/!=/,/!/,/\bis\b/,"==","&&","&",/\|\|/,/\|/,/\?:/,"="],ee={relevance:0,match:u.concat(/\b(?!(if|while|for|else|super)\b)/,o,/(?=\s*[({])/),className:"title.function"},ne={match:u.concat(u.either(u.concat(/\b(?!(if|while|for|else|super)\b)/,o),u.either(...X)),/(?=\s*\([^)]+\)\s*\{)/),className:"title.function",starts:{contains:[{begin:/\(/,end:/\)/,contains:[{relevance:0,scope:"params",match:o}]}]}},ue={variants:[{match:[/class\s+/,o,/\s+is\s+/,o]},{match:[/class\s+/,o]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:D},ce={relevance:0,match:u.either(...X),className:"operator"},Ve={className:"property",begin:u.concat(/\./,u.lookahead(o)),end:o,excludeBegin:!0,relevance:0},be={relevance:0,match:u.concat(/\b_/,o),scope:"variable"},He={relevance:0,match:/\b[A-Z]+[a-z]+([A-Z]+[a-z]+)*/,scope:"title.class",keywords:{_:["Bool","Class","Fiber","Fn","List","Map","Null","Num","Object","Range","Sequence","String","System"]}},Se=_.C_NUMBER_MODE,Ce={match:[o,/\s*/,/=/,/\s*/,/\(/,o,/\)\s*\{/],scope:{1:"title.function",3:"operator",6:"params"}},ft=_.COMMENT(/\/\*\*/,/\*\//,{contains:[{match:/@[a-z]+/,scope:"doctag"},"self"]}),Ue={scope:"subst",begin:/%\(/,end:/\)/,contains:[Se,He,ee,be,ce]},je={scope:"string",begin:/"/,end:/"/,contains:[Ue,{scope:"char.escape",variants:[{match:/\\\\|\\["0%abefnrtv]/},{match:/\\x[0-9A-F]{2}/},{match:/\\u[0-9A-F]{4}/},{match:/\\U[0-9A-F]{8}/}]}]};Ue.contains.push(je);const xe=[...D,...te,...j],ye={relevance:0,match:u.concat("\\b(?!",xe.join("|"),"\\b)",/[a-zA-Z_]\w*(?:[?!]|\b)/),className:"variable"};return{name:"Wren",keywords:{keyword:D,"variable.language":te,literal:j},contains:[{scope:"comment",variants:[{begin:[/#!?/,/[A-Za-z_]+(?=\()/],beginScope:{},keywords:{literal:j},contains:[],end:/\)/},{begin:[/#!?/,/[A-Za-z_]+/],beginScope:{},end:/$/}]},Se,je,{className:"string",begin:/"""/,end:/"""/},ft,_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,He,ue,Ce,ne,ee,ce,be,Ve,ye]}}},4341:ve=>{ve.exports=function k(_){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+_.IDENT_RE,keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[_.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*(\\.[0-9_]*)?(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},_.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}},5823:ve=>{ve.exports=function k(_){const te={$pattern:/[a-zA-Z][a-zA-Z0-9_?]*/,keyword:["if","then","else","do","while","until","for","loop","import","with","is","as","where","when","by","data","constant","integer","real","text","name","boolean","symbol","infix","prefix","postfix","block","tree"],literal:["true","false","nil"],built_in:["in","mod","rem","and","or","xor","not","abs","sign","floor","ceil","sqrt","sin","cos","tan","asin","acos","atan","exp","expm1","log","log2","log10","log1p","pi","at","text_length","text_range","text_find","text_replace","contains","page","slide","basic_slide","title_slide","title","subtitle","fade_in","fade_out","fade_at","clear_color","color","line_color","line_width","texture_wrap","texture_transform","texture","scale_?x","scale_?y","scale_?z?","translate_?x","translate_?y","translate_?z?","rotate_?x","rotate_?y","rotate_?z?","rectangle","circle","ellipse","sphere","path","line_to","move_to","quad_to","curve_to","theme","background","contents","locally","time","mouse_?x","mouse_?y","mouse_buttons"].concat(["ObjectLoader","Animate","MovieCredits","Slides","Filters","Shading","Materials","LensFlare","Mapping","VLCAudioVideo","StereoDecoder","PointCloud","NetworkAccess","RemoteControl","RegExp","ChromaKey","Snowfall","NodeJS","Speech","Charts"])},U={className:"string",begin:'"',end:'"',illegal:"\\n"},ue={beginKeywords:"import",end:"$",keywords:te,contains:[U]},ce={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[_.inherit(_.TITLE_MODE,{starts:{endsWithParent:!0,keywords:te}})]};return{name:"XL",aliases:["tao"],keywords:te,contains:[_.C_LINE_COMMENT_MODE,_.C_BLOCK_COMMENT_MODE,U,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:"<<",end:">>"},ce,ue,{className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},_.NUMBER_MODE]}}},2330:ve=>{ve.exports=function k(_){const u=_.regex,o=u.concat(/[\p{L}_]/u,u.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),j={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},te={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},U=_.inherit(te,{begin:/\(/,end:/\)/}),X=_.inherit(_.APOS_STRING_MODE,{className:"string"}),ee=_.inherit(_.QUOTE_STRING_MODE,{className:"string"}),ne={endsWithParent:!0,illegal:/`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin://,relevance:10,contains:[te,ee,X,U,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin://,contains:[te,U,ee,X]}]}]},_.COMMENT(//,{relevance:10}),{begin://,relevance:10},j,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[ee]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/)/,end:/>/,keywords:{name:"style"},contains:[ne],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/)/,end:/>/,keywords:{name:"script"},contains:[ne],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:u.concat(//,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:o,relevance:0,starts:ne}]},{className:"tag",begin:u.concat(/<\//,u.lookahead(u.concat(o,/>/))),contains:[{className:"name",begin:o,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}},441:ve=>{ve.exports=function k(_){return{name:"XQuery",aliases:["xpath","xq","xqm"],case_insensitive:!1,illegal:/(proc)|(abstract)|(extends)|(until)|(#)/,keywords:{$pattern:/[a-zA-Z$][a-zA-Z0-9_:-]*/,keyword:["module","schema","namespace","boundary-space","preserve","no-preserve","strip","default","collation","base-uri","ordering","context","decimal-format","decimal-separator","copy-namespaces","empty-sequence","except","exponent-separator","external","grouping-separator","inherit","no-inherit","lax","minus-sign","per-mille","percent","schema-attribute","schema-element","strict","unordered","zero-digit","declare","import","option","function","validate","variable","for","at","in","let","where","order","group","by","return","if","then","else","tumbling","sliding","window","start","when","only","end","previous","next","stable","ascending","descending","allowing","empty","greatest","least","some","every","satisfies","switch","case","typeswitch","try","catch","and","or","to","union","intersect","instance","of","treat","as","castable","cast","map","array","delete","insert","into","replace","value","rename","copy","modify","update"],type:["item","document-node","node","attribute","document","element","comment","namespace","namespace-node","processing-instruction","text","construction","xs:anyAtomicType","xs:untypedAtomic","xs:duration","xs:time","xs:decimal","xs:float","xs:double","xs:gYearMonth","xs:gYear","xs:gMonthDay","xs:gMonth","xs:gDay","xs:boolean","xs:base64Binary","xs:hexBinary","xs:anyURI","xs:QName","xs:NOTATION","xs:dateTime","xs:dateTimeStamp","xs:date","xs:string","xs:normalizedString","xs:token","xs:language","xs:NMTOKEN","xs:Name","xs:NCName","xs:ID","xs:IDREF","xs:ENTITY","xs:integer","xs:nonPositiveInteger","xs:negativeInteger","xs:long","xs:int","xs:short","xs:byte","xs:nonNegativeInteger","xs:unisignedLong","xs:unsignedInt","xs:unsignedShort","xs:unsignedByte","xs:positiveInteger","xs:yearMonthDuration","xs:dayTimeDuration"],literal:["eq","ne","lt","le","gt","ge","is","self::","child::","descendant::","descendant-or-self::","attribute::","following::","following-sibling::","parent::","ancestor::","ancestor-or-self::","preceding::","preceding-sibling::","NaN"]},contains:[{className:"variable",begin:/[$][\w\-:]+/},{className:"built_in",variants:[{begin:/\barray:/,end:/(?:append|filter|flatten|fold-(?:left|right)|for-each(?:-pair)?|get|head|insert-before|join|put|remove|reverse|size|sort|subarray|tail)\b/},{begin:/\bmap:/,end:/(?:contains|entry|find|for-each|get|keys|merge|put|remove|size)\b/},{begin:/\bmath:/,end:/(?:a(?:cos|sin|tan[2]?)|cos|exp(?:10)?|log(?:10)?|pi|pow|sin|sqrt|tan)\b/},{begin:/\bop:/,end:/\(/,excludeEnd:!0},{begin:/\bfn:/,end:/\(/,excludeEnd:!0},{begin:/[^/,end:/(\/[\w._:-]+>)/,subLanguage:"xml",contains:[{begin:/\{/,end:/\}/,subLanguage:"xquery"},"self"]}]}}},5024:ve=>{ve.exports=function k(_){const u="true false yes no null",o="[\\w#;/?:@&=+$,.~*'()[\\]]+",te={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[_.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]}]},U=_.inherit(te,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),he={end:",",endsWithParent:!0,excludeEnd:!0,keywords:u,relevance:0},He=[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+o},{className:"type",begin:"!<"+o+">"},{className:"type",begin:"!"+o},{className:"type",begin:"!!"+o},{className:"meta",begin:"&"+_.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+_.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},_.HASH_COMMENT_MODE,{beginKeywords:u,keywords:{literal:u}},{className:"number",begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b"},{className:"number",begin:_.C_NUMBER_RE+"\\b",relevance:0},{begin:/\{/,end:/\}/,contains:[he],illegal:"\\n",relevance:0},{begin:"\\[",end:"\\]",contains:[he],illegal:"\\n",relevance:0},te],Se=[...He];return Se.pop(),Se.push(U),he.contains=Se,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:He}}},6074:ve=>{ve.exports=function k(_){const u={className:"string",contains:[_.BACKSLASH_ESCAPE],variants:[_.inherit(_.APOS_STRING_MODE,{illegal:null}),_.inherit(_.QUOTE_STRING_MODE,{illegal:null})]},o=_.UNDERSCORE_TITLE_MODE,D={variants:[_.BINARY_NUMBER_MODE,_.C_NUMBER_MODE]},j="namespace class interface use extends function return abstract final public protected private static deprecated throw try catch Exception echo empty isset instanceof unset let var new const self require if else elseif switch case default do while loop for continue break likely unlikely __LINE__ __FILE__ __DIR__ __FUNCTION__ __CLASS__ __TRAIT__ __METHOD__ __NAMESPACE__ array boolean float double integer object resource string char long unsigned bool int uint ulong uchar true false null undefined";return{name:"Zephir",aliases:["zep"],keywords:j,contains:[_.C_LINE_COMMENT_MODE,_.COMMENT(/\/\*/,/\*\//,{contains:[{className:"doctag",begin:/@[A-Za-z]+/}]}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;/,contains:[_.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function fn",end:/[;{]/,excludeEnd:!0,illegal:/\$|\[|%/,contains:[o,{className:"params",begin:/\(/,end:/\)/,keywords:j,contains:["self",_.C_BLOCK_COMMENT_MODE,u,D]}]},{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,illegal:/[:($"]/,contains:[{beginKeywords:"extends implements"},o]},{beginKeywords:"namespace",end:/;/,illegal:/[.']/,contains:[o]},{beginKeywords:"use",end:/;/,contains:[o]},{begin:/=>/},u,D]}}},7820:ve=>{function k(u,o,D,j,te,U,X){try{var ee=u[U](X),ne=ee.value}catch(ue){return void D(ue)}ee.done?o(ne):Promise.resolve(ne).then(j,te)}ve.exports=function _(u){return function(){var o=this,D=arguments;return new Promise(function(j,te){var U=u.apply(o,D);function X(ne){k(U,j,te,X,ee,"next",ne)}function ee(ne){k(U,j,te,X,ee,"throw",ne)}X(void 0)})}},ve.exports.__esModule=!0,ve.exports.default=ve.exports},7039:(ve,k,_)=>{"use strict";_.d(k,{A:()=>Ih});var u=_(6733),o=_(755),D=_(2133);let j;try{j=typeof Intl<"u"&&Intl.v8BreakIterator}catch{j=!1}let X,te=(()=>{class O{constructor(p){this._platformId=p,this.isBrowser=this._platformId?(0,u.NF)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!j)&&typeof CSS<"u"&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(o.Lbi))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();const ee=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function ne(){if(X)return X;if("object"!=typeof document||!document)return X=new Set(ee),X;let O=document.createElement("input");return X=new Set(ee.filter(L=>(O.setAttribute("type",L),O.type===L))),X}let ue,be,Ce;function he(O){return function ce(){if(null==ue&&typeof window<"u")try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>ue=!0}))}finally{ue=ue||!1}return ue}()?O:!!O.capture}function He(){if(null==be){if("object"!=typeof document||!document||"function"!=typeof Element||!Element)return be=!1,be;if("scrollBehavior"in document.documentElement.style)be=!0;else{const O=Element.prototype.scrollTo;be=!!O&&!/\{\s*\[native code\]\s*\}/.test(O.toString())}}return be}function je(){let O=typeof document<"u"&&document?document.activeElement:null;for(;O&&O.shadowRoot;){const L=O.shadowRoot.activeElement;if(L===O)break;O=L}return O}function xe(O){return O.composedPath?O.composedPath()[0]:O.target}function ye(){return typeof __karma__<"u"&&!!__karma__||typeof jasmine<"u"&&!!jasmine||typeof jest<"u"&&!!jest||typeof Mocha<"u"&&!!Mocha}var Oe=_(8748),We=_(902),Ke=_(6424),xt=_(1209);const P=37,Z=38;function co(O,...L){return L.length?L.some(p=>O[p]):O.altKey||O.shiftKey||O.ctrlKey||O.metaKey}var la=_(1570),Ps=_(155),ps=_(5333),Za=_(2425),Oo=_(1813),qc=_(4776),gl=_(8004),Ar=_(1749);function ai(O){return null!=O&&"false"!=`${O}`}function fr(O,L=0){return function ws(O){return!isNaN(parseFloat(O))&&!isNaN(Number(O))}(O)?Number(O):L}function ma(O){return Array.isArray(O)?O:[O]}function qr(O){return null==O?"":"string"==typeof O?O:`${O}px`}function qs(O){return O instanceof o.SBq?O.nativeElement:O}let ms=(()=>{class O{create(p){return typeof MutationObserver>"u"?null:new MutationObserver(p)}static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),Pr=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({providers:[ms]})}return O})();var Sa=_(8442),Yl=_(6543),uc=_(8132),_s=_(3843);const Ac=new Set;let vs,Vc=(()=>{class O{constructor(p,y){this._platform=p,this._nonce=y,this._matchMedia=this._platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):Na}matchMedia(p){return(this._platform.WEBKIT||this._platform.BLINK)&&function g1(O,L){if(!Ac.has(O))try{vs||(vs=document.createElement("style"),L&&(vs.nonce=L),vs.setAttribute("type","text/css"),document.head.appendChild(vs)),vs.sheet&&(vs.sheet.insertRule(`@media ${O} {body{ }}`,0),Ac.add(O))}catch(p){console.error(p)}}(p,this._nonce),this._matchMedia(p)}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(te),o.LFG(o.Ojb,8))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();function Na(O){return{matches:"all"===O||""===O,media:O,addListener:()=>{},removeListener:()=>{}}}let Ko=(()=>{class O{constructor(p,y){this._mediaMatcher=p,this._zone=y,this._queries=new Map,this._destroySubject=new Oe.x}ngOnDestroy(){this._destroySubject.next(),this._destroySubject.complete()}isMatched(p){return _l(ma(p)).some(T=>this._registerQuery(T).mql.matches)}observe(p){const T=_l(ma(p)).map(Le=>this._registerQuery(Le).observable);let K=(0,Sa.a)(T);return K=(0,Yl.z)(K.pipe((0,Oo.q)(1)),K.pipe((0,qc.T)(1),(0,Ps.b)(0))),K.pipe((0,Za.U)(Le=>{const vn={matches:!1,breakpoints:{}};return Le.forEach(({matches:di,query:Wi})=>{vn.matches=vn.matches||di,vn.breakpoints[Wi]=di}),vn}))}_registerQuery(p){if(this._queries.has(p))return this._queries.get(p);const y=this._mediaMatcher.matchMedia(p),K={observable:new uc.y(Le=>{const vn=di=>this._zone.run(()=>Le.next(di));return y.addListener(vn),()=>{y.removeListener(vn)}}).pipe((0,_s.O)(y),(0,Za.U)(({matches:Le})=>({query:p,matches:Le})),(0,Ar.R)(this._destroySubject)),mql:y};return this._queries.set(p,K),K}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(Vc),o.LFG(o.R0b))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();function _l(O){return O.map(L=>L.split(",")).reduce((L,p)=>L.concat(p)).map(L=>L.trim())}function Ja(O,L,p){const T=_1(O,L).filter(K=>K!=p.trim());T.length?O.setAttribute(L,T.join(" ")):O.removeAttribute(L)}function _1(O,L){return(O.getAttribute(L)||"").match(/\S+/g)||[]}class Uo{constructor(L){this._items=L,this._activeItemIndex=-1,this._activeItem=null,this._wrap=!1,this._letterKeyStream=new Oe.x,this._typeaheadSubscription=We.w0.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._homeAndEnd=!1,this._pageUpAndDown={enabled:!1,delta:10},this._skipPredicateFn=p=>p.disabled,this._pressedLetters=[],this.tabOut=new Oe.x,this.change=new Oe.x,L instanceof o.n_E&&(this._itemChangesSubscription=L.changes.subscribe(p=>{if(this._activeItem){const T=p.toArray().indexOf(this._activeItem);T>-1&&T!==this._activeItemIndex&&(this._activeItemIndex=T)}}))}skipPredicate(L){return this._skipPredicateFn=L,this}withWrap(L=!0){return this._wrap=L,this}withVerticalOrientation(L=!0){return this._vertical=L,this}withHorizontalOrientation(L){return this._horizontal=L,this}withAllowedModifierKeys(L){return this._allowedModifierKeys=L,this}withTypeAhead(L=200){return this._typeaheadSubscription.unsubscribe(),this._typeaheadSubscription=this._letterKeyStream.pipe((0,la.b)(p=>this._pressedLetters.push(p)),(0,Ps.b)(L),(0,ps.h)(()=>this._pressedLetters.length>0),(0,Za.U)(()=>this._pressedLetters.join(""))).subscribe(p=>{const y=this._getItemsArray();for(let T=1;T!L[K]||this._allowedModifierKeys.indexOf(K)>-1);switch(p){case 9:return void this.tabOut.next();case 40:if(this._vertical&&T){this.setNextItemActive();break}return;case Z:if(this._vertical&&T){this.setPreviousItemActive();break}return;case 39:if(this._horizontal&&T){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case P:if(this._horizontal&&T){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;case 36:if(this._homeAndEnd&&T){this.setFirstItemActive();break}return;case 35:if(this._homeAndEnd&&T){this.setLastItemActive();break}return;case 33:if(this._pageUpAndDown.enabled&&T){const K=this._activeItemIndex-this._pageUpAndDown.delta;this._setActiveItemByIndex(K>0?K:0,1);break}return;case 34:if(this._pageUpAndDown.enabled&&T){const K=this._activeItemIndex+this._pageUpAndDown.delta,Le=this._getItemsArray().length;this._setActiveItemByIndex(K=65&&p<=90||p>=48&&p<=57)&&this._letterKeyStream.next(String.fromCharCode(p))))}this._pressedLetters=[],L.preventDefault()}get activeItemIndex(){return this._activeItemIndex}get activeItem(){return this._activeItem}isTyping(){return this._pressedLetters.length>0}setFirstItemActive(){this._setActiveItemByIndex(0,1)}setLastItemActive(){this._setActiveItemByIndex(this._items.length-1,-1)}setNextItemActive(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)}setPreviousItemActive(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)}updateActiveItem(L){const p=this._getItemsArray(),y="number"==typeof L?L:p.indexOf(L);this._activeItem=p[y]??null,this._activeItemIndex=y}destroy(){this._typeaheadSubscription.unsubscribe(),this._itemChangesSubscription?.unsubscribe(),this._letterKeyStream.complete(),this.tabOut.complete(),this.change.complete(),this._pressedLetters=[]}_setActiveItemByDelta(L){this._wrap?this._setActiveInWrapMode(L):this._setActiveInDefaultMode(L)}_setActiveInWrapMode(L){const p=this._getItemsArray();for(let y=1;y<=p.length;y++){const T=(this._activeItemIndex+L*y+p.length)%p.length;if(!this._skipPredicateFn(p[T]))return void this.setActiveItem(T)}}_setActiveInDefaultMode(L){this._setActiveItemByIndex(this._activeItemIndex+L,L)}_setActiveItemByIndex(L,p){const y=this._getItemsArray();if(y[L]){for(;this._skipPredicateFn(y[L]);)if(!y[L+=p])return;this.setActiveItem(L)}}_getItemsArray(){return this._items instanceof o.n_E?this._items.toArray():this._items}}class Qr extends Uo{setActiveItem(L){this.activeItem&&this.activeItem.setInactiveStyles(),super.setActiveItem(L),this.activeItem&&this.activeItem.setActiveStyles()}}let ka=(()=>{class O{constructor(p){this._platform=p}isDisabled(p){return p.hasAttribute("disabled")}isVisible(p){return function Go(O){return!!(O.offsetWidth||O.offsetHeight||"function"==typeof O.getClientRects&&O.getClientRects().length)}(p)&&"visible"===getComputedStyle(p).visibility}isTabbable(p){if(!this._platform.isBrowser)return!1;const y=function is(O){try{return O.frameElement}catch{return null}}(function Ne(O){return O.ownerDocument&&O.ownerDocument.defaultView||window}(p));if(y&&(-1===Qs(y)||!this.isVisible(y)))return!1;let T=p.nodeName.toLowerCase(),K=Qs(p);return p.hasAttribute("contenteditable")?-1!==K:!("iframe"===T||"object"===T||this._platform.WEBKIT&&this._platform.IOS&&!function vl(O){let L=O.nodeName.toLowerCase(),p="input"===L&&O.type;return"text"===p||"password"===p||"select"===L||"textarea"===L}(p))&&("audio"===T?!!p.hasAttribute("controls")&&-1!==K:"video"===T?-1!==K&&(null!==K||this._platform.FIREFOX||p.hasAttribute("controls")):p.tabIndex>=0)}isFocusable(p,y){return function Ll(O){return!function F2(O){return function d2(O){return"input"==O.nodeName.toLowerCase()}(O)&&"hidden"==O.type}(O)&&(function sd(O){let L=O.nodeName.toLowerCase();return"input"===L||"select"===L||"button"===L||"textarea"===L}(O)||function kl(O){return function v1(O){return"a"==O.nodeName.toLowerCase()}(O)&&O.hasAttribute("href")}(O)||O.hasAttribute("contenteditable")||fo(O))}(p)&&!this.isDisabled(p)&&(y?.ignoreVisibility||this.isVisible(p))}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(te))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();function fo(O){if(!O.hasAttribute("tabindex")||void 0===O.tabIndex)return!1;let L=O.getAttribute("tabindex");return!(!L||isNaN(parseInt(L,10)))}function Qs(O){if(!fo(O))return null;const L=parseInt(O.getAttribute("tabindex")||"",10);return isNaN(L)?-1:L}class ze{get enabled(){return this._enabled}set enabled(L){this._enabled=L,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(L,this._startAnchor),this._toggleAnchorTabIndex(L,this._endAnchor))}constructor(L,p,y,T,K=!1){this._element=L,this._checker=p,this._ngZone=y,this._document=T,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,K||this.attachAnchors()}destroy(){const L=this._startAnchor,p=this._endAnchor;L&&(L.removeEventListener("focus",this.startAnchorListener),L.remove()),p&&(p.removeEventListener("focus",this.endAnchorListener),p.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(L){return new Promise(p=>{this._executeOnStable(()=>p(this.focusInitialElement(L)))})}focusFirstTabbableElementWhenReady(L){return new Promise(p=>{this._executeOnStable(()=>p(this.focusFirstTabbableElement(L)))})}focusLastTabbableElementWhenReady(L){return new Promise(p=>{this._executeOnStable(()=>p(this.focusLastTabbableElement(L)))})}_getRegionBoundary(L){const p=this._element.querySelectorAll(`[cdk-focus-region-${L}], [cdkFocusRegion${L}], [cdk-focus-${L}]`);return"start"==L?p.length?p[0]:this._getFirstTabbableElement(this._element):p.length?p[p.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(L){const p=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(p){if(!this._checker.isFocusable(p)){const y=this._getFirstTabbableElement(p);return y?.focus(L),!!y}return p.focus(L),!0}return this.focusFirstTabbableElement(L)}focusFirstTabbableElement(L){const p=this._getRegionBoundary("start");return p&&p.focus(L),!!p}focusLastTabbableElement(L){const p=this._getRegionBoundary("end");return p&&p.focus(L),!!p}hasAttached(){return this._hasAttached}_getFirstTabbableElement(L){if(this._checker.isFocusable(L)&&this._checker.isTabbable(L))return L;const p=L.children;for(let y=0;y=0;y--){const T=p[y].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(p[y]):null;if(T)return T}return null}_createAnchor(){const L=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,L),L.classList.add("cdk-visually-hidden"),L.classList.add("cdk-focus-trap-anchor"),L.setAttribute("aria-hidden","true"),L}_toggleAnchorTabIndex(L,p){L?p.setAttribute("tabindex","0"):p.removeAttribute("tabindex")}toggleAnchors(L){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(L,this._startAnchor),this._toggleAnchorTabIndex(L,this._endAnchor))}_executeOnStable(L){this._ngZone.isStable?L():this._ngZone.onStable.pipe((0,Oo.q)(1)).subscribe(L)}}let ge=(()=>{class O{constructor(p,y,T){this._checker=p,this._ngZone=y,this._document=T}create(p,y=!1){return new ze(p,this._checker,this._ngZone,this._document,y)}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(ka),o.LFG(o.R0b),o.LFG(u.K0))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),dt=(()=>{class O{get enabled(){return this.focusTrap.enabled}set enabled(p){this.focusTrap.enabled=ai(p)}get autoCapture(){return this._autoCapture}set autoCapture(p){this._autoCapture=ai(p)}constructor(p,y,T){this._elementRef=p,this._focusTrapFactory=y,this._previouslyFocusedElement=null,this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0)}ngOnDestroy(){this.focusTrap.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap.attachAnchors(),this.autoCapture&&this._captureFocus()}ngDoCheck(){this.focusTrap.hasAttached()||this.focusTrap.attachAnchors()}ngOnChanges(p){const y=p.autoCapture;y&&!y.firstChange&&this.autoCapture&&this.focusTrap.hasAttached()&&this._captureFocus()}_captureFocus(){this._previouslyFocusedElement=je(),this.focusTrap.focusInitialElementWhenReady()}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(ge),o.Y36(u.K0))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["","cdkTrapFocus",""]],inputs:{enabled:["cdkTrapFocus","enabled"],autoCapture:["cdkTrapFocusAutoCapture","autoCapture"]},exportAs:["cdkTrapFocus"],features:[o.TTD]})}return O})();function ol(O){return 0===O.buttons||0===O.detail}function sl(O){const L=O.touches&&O.touches[0]||O.changedTouches&&O.changedTouches[0];return!(!L||-1!==L.identifier||null!=L.radiusX&&1!==L.radiusX||null!=L.radiusY&&1!==L.radiusY)}const ql=new o.OlP("cdk-input-modality-detector-options"),Kc={ignoreKeys:[18,17,224,91,16]},Kl=he({passive:!0,capture:!0});let Ql=(()=>{class O{get mostRecentModality(){return this._modality.value}constructor(p,y,T,K){this._platform=p,this._mostRecentTarget=null,this._modality=new Ke.X(null),this._lastTouchMs=0,this._onKeydown=Le=>{this._options?.ignoreKeys?.some(vn=>vn===Le.keyCode)||(this._modality.next("keyboard"),this._mostRecentTarget=xe(Le))},this._onMousedown=Le=>{Date.now()-this._lastTouchMs<650||(this._modality.next(ol(Le)?"keyboard":"mouse"),this._mostRecentTarget=xe(Le))},this._onTouchstart=Le=>{sl(Le)?this._modality.next("keyboard"):(this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=xe(Le))},this._options={...Kc,...K},this.modalityDetected=this._modality.pipe((0,qc.T)(1)),this.modalityChanged=this.modalityDetected.pipe((0,gl.x)()),p.isBrowser&&y.runOutsideAngular(()=>{T.addEventListener("keydown",this._onKeydown,Kl),T.addEventListener("mousedown",this._onMousedown,Kl),T.addEventListener("touchstart",this._onTouchstart,Kl)})}ngOnDestroy(){this._modality.complete(),this._platform.isBrowser&&(document.removeEventListener("keydown",this._onKeydown,Kl),document.removeEventListener("mousedown",this._onMousedown,Kl),document.removeEventListener("touchstart",this._onTouchstart,Kl))}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(te),o.LFG(o.R0b),o.LFG(u.K0),o.LFG(ql,8))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();const js=new o.OlP("liveAnnouncerElement",{providedIn:"root",factory:function Zl(){return null}}),Pa=new o.OlP("LIVE_ANNOUNCER_DEFAULT_OPTIONS");let R1=0,Fc=(()=>{class O{constructor(p,y,T,K){this._ngZone=y,this._defaultOptions=K,this._document=T,this._liveElement=p||this._createLiveElement()}announce(p,...y){const T=this._defaultOptions;let K,Le;return 1===y.length&&"number"==typeof y[0]?Le=y[0]:[K,Le]=y,this.clear(),clearTimeout(this._previousTimeout),K||(K=T&&T.politeness?T.politeness:"polite"),null==Le&&T&&(Le=T.duration),this._liveElement.setAttribute("aria-live",K),this._liveElement.id&&this._exposeAnnouncerToModals(this._liveElement.id),this._ngZone.runOutsideAngular(()=>(this._currentPromise||(this._currentPromise=new Promise(vn=>this._currentResolve=vn)),clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout(()=>{this._liveElement.textContent=p,"number"==typeof Le&&(this._previousTimeout=setTimeout(()=>this.clear(),Le)),this._currentResolve(),this._currentPromise=this._currentResolve=void 0},100),this._currentPromise))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){clearTimeout(this._previousTimeout),this._liveElement?.remove(),this._liveElement=null,this._currentResolve?.(),this._currentPromise=this._currentResolve=void 0}_createLiveElement(){const p="cdk-live-announcer-element",y=this._document.getElementsByClassName(p),T=this._document.createElement("div");for(let K=0;K .cdk-overlay-container [aria-modal="true"]');for(let T=0;T{class O{constructor(p,y,T,K,Le){this._ngZone=p,this._platform=y,this._inputModalityDetector=T,this._origin=null,this._windowFocused=!1,this._originFromTouchInteraction=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._rootNodeFocusListenerCount=new Map,this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=window.setTimeout(()=>this._windowFocused=!1)},this._stopInputModalityDetector=new Oe.x,this._rootNodeFocusAndBlurListener=vn=>{for(let Wi=xe(vn);Wi;Wi=Wi.parentElement)"focus"===vn.type?this._onFocus(vn,Wi):this._onBlur(vn,Wi)},this._document=K,this._detectionMode=Le?.detectionMode||0}monitor(p,y=!1){const T=qs(p);if(!this._platform.isBrowser||1!==T.nodeType)return(0,xt.of)();const K=function Ue(O){if(function ft(){if(null==Ce){const O=typeof document<"u"?document.head:null;Ce=!(!O||!O.createShadowRoot&&!O.attachShadow)}return Ce}()){const L=O.getRootNode?O.getRootNode():null;if(typeof ShadowRoot<"u"&&ShadowRoot&&L instanceof ShadowRoot)return L}return null}(T)||this._getDocument(),Le=this._elementInfo.get(T);if(Le)return y&&(Le.checkChildren=!0),Le.subject;const vn={checkChildren:y,subject:new Oe.x,rootNode:K};return this._elementInfo.set(T,vn),this._registerGlobalListeners(vn),vn.subject}stopMonitoring(p){const y=qs(p),T=this._elementInfo.get(y);T&&(T.subject.complete(),this._setClasses(y),this._elementInfo.delete(y),this._removeGlobalListeners(T))}focusVia(p,y,T){const K=qs(p);K===this._getDocument().activeElement?this._getClosestElementsInfo(K).forEach(([vn,di])=>this._originChanged(vn,y,di)):(this._setOrigin(y),"function"==typeof K.focus&&K.focus(T))}ngOnDestroy(){this._elementInfo.forEach((p,y)=>this.stopMonitoring(y))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_getFocusOrigin(p){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(p)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:p&&this._isLastInteractionFromInputLabel(p)?"mouse":"program"}_shouldBeAttributedToTouch(p){return 1===this._detectionMode||!!p?.contains(this._inputModalityDetector._mostRecentTarget)}_setClasses(p,y){p.classList.toggle("cdk-focused",!!y),p.classList.toggle("cdk-touch-focused","touch"===y),p.classList.toggle("cdk-keyboard-focused","keyboard"===y),p.classList.toggle("cdk-mouse-focused","mouse"===y),p.classList.toggle("cdk-program-focused","program"===y)}_setOrigin(p,y=!1){this._ngZone.runOutsideAngular(()=>{this._origin=p,this._originFromTouchInteraction="touch"===p&&y,0===this._detectionMode&&(clearTimeout(this._originTimeoutId),this._originTimeoutId=setTimeout(()=>this._origin=null,this._originFromTouchInteraction?650:1))})}_onFocus(p,y){const T=this._elementInfo.get(y),K=xe(p);!T||!T.checkChildren&&y!==K||this._originChanged(y,this._getFocusOrigin(K),T)}_onBlur(p,y){const T=this._elementInfo.get(y);!T||T.checkChildren&&p.relatedTarget instanceof Node&&y.contains(p.relatedTarget)||(this._setClasses(y),this._emitOrigin(T,null))}_emitOrigin(p,y){p.subject.observers.length&&this._ngZone.run(()=>p.subject.next(y))}_registerGlobalListeners(p){if(!this._platform.isBrowser)return;const y=p.rootNode,T=this._rootNodeFocusListenerCount.get(y)||0;T||this._ngZone.runOutsideAngular(()=>{y.addEventListener("focus",this._rootNodeFocusAndBlurListener,k1),y.addEventListener("blur",this._rootNodeFocusAndBlurListener,k1)}),this._rootNodeFocusListenerCount.set(y,T+1),1==++this._monitoredElementCount&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe((0,Ar.R)(this._stopInputModalityDetector)).subscribe(K=>{this._setOrigin(K,!0)}))}_removeGlobalListeners(p){const y=p.rootNode;if(this._rootNodeFocusListenerCount.has(y)){const T=this._rootNodeFocusListenerCount.get(y);T>1?this._rootNodeFocusListenerCount.set(y,T-1):(y.removeEventListener("focus",this._rootNodeFocusAndBlurListener,k1),y.removeEventListener("blur",this._rootNodeFocusAndBlurListener,k1),this._rootNodeFocusListenerCount.delete(y))}--this._monitoredElementCount||(this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId))}_originChanged(p,y,T){this._setClasses(p,y),this._emitOrigin(T,y),this._lastFocusOrigin=y}_getClosestElementsInfo(p){const y=[];return this._elementInfo.forEach((T,K)=>{(K===p||T.checkChildren&&K.contains(p))&&y.push([K,T])}),y}_isLastInteractionFromInputLabel(p){const{_mostRecentTarget:y,mostRecentModality:T}=this._inputModalityDetector;if("mouse"!==T||!y||y===p||"INPUT"!==p.nodeName&&"TEXTAREA"!==p.nodeName||p.disabled)return!1;const K=p.labels;if(K)for(let Le=0;Le{class O{constructor(p,y){this._elementRef=p,this._focusMonitor=y,this._focusOrigin=null,this.cdkFocusChange=new o.vpe}get focusOrigin(){return this._focusOrigin}ngAfterViewInit(){const p=this._elementRef.nativeElement;this._monitorSubscription=this._focusMonitor.monitor(p,1===p.nodeType&&p.hasAttribute("cdkMonitorSubtreeFocus")).subscribe(y=>{this._focusOrigin=y,this.cdkFocusChange.emit(y)})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription&&this._monitorSubscription.unsubscribe()}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(G1))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["","cdkMonitorElementFocus",""],["","cdkMonitorSubtreeFocus",""]],outputs:{cdkFocusChange:"cdkFocusChange"},exportAs:["cdkMonitorFocus"]})}return O})();const b1="cdk-high-contrast-black-on-white",bl="cdk-high-contrast-white-on-black",Pl="cdk-high-contrast-active";let Vl=(()=>{class O{constructor(p,y){this._platform=p,this._document=y,this._breakpointSubscription=(0,o.f3M)(Ko).observe("(forced-colors: active)").subscribe(()=>{this._hasCheckedHighContrastMode&&(this._hasCheckedHighContrastMode=!1,this._applyBodyHighContrastModeCssClasses())})}getHighContrastMode(){if(!this._platform.isBrowser)return 0;const p=this._document.createElement("div");p.style.backgroundColor="rgb(1,2,3)",p.style.position="absolute",this._document.body.appendChild(p);const y=this._document.defaultView||window,T=y&&y.getComputedStyle?y.getComputedStyle(p):null,K=(T&&T.backgroundColor||"").replace(/ /g,"");switch(p.remove(),K){case"rgb(0,0,0)":case"rgb(45,50,54)":case"rgb(32,32,32)":return 2;case"rgb(255,255,255)":case"rgb(255,250,239)":return 1}return 0}ngOnDestroy(){this._breakpointSubscription.unsubscribe()}_applyBodyHighContrastModeCssClasses(){if(!this._hasCheckedHighContrastMode&&this._platform.isBrowser&&this._document.body){const p=this._document.body.classList;p.remove(Pl,b1,bl),this._hasCheckedHighContrastMode=!0;const y=this.getHighContrastMode();1===y?p.add(Pl,b1):2===y&&p.add(Pl,bl)}}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(te),o.LFG(u.K0))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),Jl=(()=>{class O{constructor(p){p._applyBodyHighContrastModeCssClasses()}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(Vl))};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Pr]})}return O})();const y1=new o.OlP("cdk-dir-doc",{providedIn:"root",factory:function al(){return(0,o.f3M)(u.K0)}}),u2=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i;let Hc=(()=>{class O{constructor(p){this.value="ltr",this.change=new o.vpe,p&&(this.value=function Ic(O){const L=O?.toLowerCase()||"";return"auto"===L&&typeof navigator<"u"&&navigator?.language?u2.test(navigator.language)?"rtl":"ltr":"rtl"===L?"rtl":"ltr"}((p.body?p.body.dir:null)||(p.documentElement?p.documentElement.dir:null)||"ltr"))}ngOnDestroy(){this.change.complete()}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(y1,8))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),Zc=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({})}return O})();const bt=["text"];function se(O,L){if(1&O&&o._UZ(0,"mat-pseudo-checkbox",6),2&O){const p=o.oxw();o.Q6J("disabled",p.disabled)("state",p.selected?"checked":"unchecked")}}function Te(O,L){if(1&O&&o._UZ(0,"mat-pseudo-checkbox",7),2&O){const p=o.oxw();o.Q6J("disabled",p.disabled)}}function Ct(O,L){if(1&O&&(o.TgZ(0,"span",8),o._uU(1),o.qZA()),2&O){const p=o.oxw();o.xp6(1),o.hij("(",p.group.label,")")}}const Ht=[[["mat-icon"]],"*"],N=["mat-icon","*"],cn=new o.OlP("mat-sanity-checks",{providedIn:"root",factory:function ct(){return!0}});let Mn=(()=>{class O{constructor(p,y,T){this._sanityChecks=y,this._document=T,this._hasDoneGlobalChecks=!1,p._applyBodyHighContrastModeCssClasses(),this._hasDoneGlobalChecks||(this._hasDoneGlobalChecks=!0)}_checkIsEnabled(p){return!ye()&&("boolean"==typeof this._sanityChecks?this._sanityChecks:!!this._sanityChecks[p])}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(Vl),o.LFG(cn,8),o.LFG(u.K0))};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Zc,Zc]})}return O})();function Cr(O){return class extends O{get disabled(){return this._disabled}set disabled(L){this._disabled=ai(L)}constructor(...L){super(...L),this._disabled=!1}}}function Ir(O,L){return class extends O{get color(){return this._color}set color(p){const y=p||this.defaultColor;y!==this._color&&(this._color&&this._elementRef.nativeElement.classList.remove(`mat-${this._color}`),y&&this._elementRef.nativeElement.classList.add(`mat-${y}`),this._color=y)}constructor(...p){super(...p),this.defaultColor=L,this.color=L}}}function _i(O){return class extends O{get disableRipple(){return this._disableRipple}set disableRipple(L){this._disableRipple=ai(L)}constructor(...L){super(...L),this._disableRipple=!1}}}function Vr(O,L=0){return class extends O{get tabIndex(){return this.disabled?-1:this._tabIndex}set tabIndex(p){this._tabIndex=null!=p?fr(p):this.defaultTabIndex}constructor(...p){super(...p),this._tabIndex=L,this.defaultTabIndex=L}}}function Xo(O){return class extends O{updateErrorState(){const L=this.errorState,K=(this.errorStateMatcher||this._defaultErrorStateMatcher).isErrorState(this.ngControl?this.ngControl.control:null,this._parentFormGroup||this._parentForm);K!==L&&(this.errorState=K,this.stateChanges.next())}constructor(...L){super(...L),this.errorState=!1}}}const Zr=new o.OlP("MAT_DATE_LOCALE",{providedIn:"root",factory:function ga(){return(0,o.f3M)(o.soG)}});class rs{constructor(){this._localeChanges=new Oe.x,this.localeChanges=this._localeChanges}getValidDateOrNull(L){return this.isDateInstance(L)&&this.isValid(L)?L:null}deserialize(L){return null==L||this.isDateInstance(L)&&this.isValid(L)?L:this.invalid()}setLocale(L){this.locale=L,this._localeChanges.next()}compareDate(L,p){return this.getYear(L)-this.getYear(p)||this.getMonth(L)-this.getMonth(p)||this.getDate(L)-this.getDate(p)}sameDate(L,p){if(L&&p){let y=this.isValid(L),T=this.isValid(p);return y&&T?!this.compareDate(L,p):y==T}return L==p}clampDate(L,p,y){return p&&this.compareDate(L,p)<0?p:y&&this.compareDate(L,y)>0?y:L}}const Xa=new o.OlP("mat-date-formats"),Cl=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/;function st(O,L){const p=Array(O);for(let y=0;y{class O extends rs{constructor(p,y){super(),this.useUtcForDisplay=!1,super.setLocale(p)}getYear(p){return p.getFullYear()}getMonth(p){return p.getMonth()}getDate(p){return p.getDate()}getDayOfWeek(p){return p.getDay()}getMonthNames(p){const y=new Intl.DateTimeFormat(this.locale,{month:p,timeZone:"utc"});return st(12,T=>this._format(y,new Date(2017,T,1)))}getDateNames(){const p=new Intl.DateTimeFormat(this.locale,{day:"numeric",timeZone:"utc"});return st(31,y=>this._format(p,new Date(2017,0,y+1)))}getDayOfWeekNames(p){const y=new Intl.DateTimeFormat(this.locale,{weekday:p,timeZone:"utc"});return st(7,T=>this._format(y,new Date(2017,0,T+1)))}getYearName(p){const y=new Intl.DateTimeFormat(this.locale,{year:"numeric",timeZone:"utc"});return this._format(y,p)}getFirstDayOfWeek(){return 0}getNumDaysInMonth(p){return this.getDate(this._createDateWithOverflow(this.getYear(p),this.getMonth(p)+1,0))}clone(p){return new Date(p.getTime())}createDate(p,y,T){let K=this._createDateWithOverflow(p,y,T);return K.getMonth(),K}today(){return new Date}parse(p,y){return"number"==typeof p?new Date(p):p?new Date(Date.parse(p)):null}format(p,y){if(!this.isValid(p))throw Error("NativeDateAdapter: Cannot format invalid date.");const T=new Intl.DateTimeFormat(this.locale,{...y,timeZone:"utc"});return this._format(T,p)}addCalendarYears(p,y){return this.addCalendarMonths(p,12*y)}addCalendarMonths(p,y){let T=this._createDateWithOverflow(this.getYear(p),this.getMonth(p)+y,this.getDate(p));return this.getMonth(T)!=((this.getMonth(p)+y)%12+12)%12&&(T=this._createDateWithOverflow(this.getYear(T),this.getMonth(T),0)),T}addCalendarDays(p,y){return this._createDateWithOverflow(this.getYear(p),this.getMonth(p),this.getDate(p)+y)}toIso8601(p){return[p.getUTCFullYear(),this._2digit(p.getUTCMonth()+1),this._2digit(p.getUTCDate())].join("-")}deserialize(p){if("string"==typeof p){if(!p)return null;if(Cl.test(p)){let y=new Date(p);if(this.isValid(y))return y}}return super.deserialize(p)}isDateInstance(p){return p instanceof Date}isValid(p){return!isNaN(p.getTime())}invalid(){return new Date(NaN)}_createDateWithOverflow(p,y,T){const K=new Date;return K.setFullYear(p,y,T),K.setHours(0,0,0,0),K}_2digit(p){return("00"+p).slice(-2)}_format(p,y){const T=new Date;return T.setUTCFullYear(y.getFullYear(),y.getMonth(),y.getDate()),T.setUTCHours(y.getHours(),y.getMinutes(),y.getSeconds(),y.getMilliseconds()),p.format(T)}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(Zr,8),o.LFG(te))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac})}return O})();const cd={parse:{dateInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}};let ia=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({providers:[{provide:rs,useClass:Jc}]})}return O})(),C1=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({providers:[{provide:Xa,useValue:cd}],imports:[ia]})}return O})(),Ec=(()=>{class O{isErrorState(p,y){return!!(p&&p.invalid&&(p.touched||y&&y.submitted))}static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();class Ed{constructor(L,p,y,T=!1){this._renderer=L,this.element=p,this.config=y,this._animationForciblyDisabledThroughCss=T,this.state=3}fadeOut(){this._renderer.fadeOutRipple(this)}}const Sd=he({passive:!0,capture:!0});class zu{constructor(){this._events=new Map,this._delegateEventHandler=L=>{const p=xe(L);p&&this._events.get(L.type)?.forEach((y,T)=>{(T===p||T.contains(p))&&y.forEach(K=>K.handleEvent(L))})}}addHandler(L,p,y,T){const K=this._events.get(p);if(K){const Le=K.get(y);Le?Le.add(T):K.set(y,new Set([T]))}else this._events.set(p,new Map([[y,new Set([T])]])),L.runOutsideAngular(()=>{document.addEventListener(p,this._delegateEventHandler,Sd)})}removeHandler(L,p,y){const T=this._events.get(L);if(!T)return;const K=T.get(p);K&&(K.delete(y),0===K.size&&T.delete(p),0===T.size&&(this._events.delete(L),document.removeEventListener(L,this._delegateEventHandler,Sd)))}}const Fl={enterDuration:225,exitDuration:150},Xd=he({passive:!0,capture:!0}),Bu=["mousedown","touchstart"],B2=["mouseup","mouseleave","touchend","touchcancel"];class ld{static#e=this._eventManager=new zu;constructor(L,p,y,T){this._target=L,this._ngZone=p,this._platform=T,this._isPointerDown=!1,this._activeRipples=new Map,this._pointerUpEventsRegistered=!1,T.isBrowser&&(this._containerElement=qs(y))}fadeInRipple(L,p,y={}){const T=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),K={...Fl,...y.animation};y.centered&&(L=T.left+T.width/2,p=T.top+T.height/2);const Le=y.radius||function dd(O,L,p){const y=Math.max(Math.abs(O-p.left),Math.abs(O-p.right)),T=Math.max(Math.abs(L-p.top),Math.abs(L-p.bottom));return Math.sqrt(y*y+T*T)}(L,p,T),vn=L-T.left,di=p-T.top,Wi=K.enterDuration,tr=document.createElement("div");tr.classList.add("mat-ripple-element"),tr.style.left=vn-Le+"px",tr.style.top=di-Le+"px",tr.style.height=2*Le+"px",tr.style.width=2*Le+"px",null!=y.color&&(tr.style.backgroundColor=y.color),tr.style.transitionDuration=`${Wi}ms`,this._containerElement.appendChild(tr);const Io=window.getComputedStyle(tr),Ma=Io.transitionDuration,Wa="none"===Io.transitionProperty||"0s"===Ma||"0s, 0s"===Ma||0===T.width&&0===T.height,Ha=new Ed(this,tr,y,Wa);tr.style.transform="scale3d(1, 1, 1)",Ha.state=0,y.persistent||(this._mostRecentTransientRipple=Ha);let a1=null;return!Wa&&(Wi||K.exitDuration)&&this._ngZone.runOutsideAngular(()=>{const Xu=()=>this._finishRippleTransition(Ha),kp=()=>this._destroyRipple(Ha);tr.addEventListener("transitionend",Xu),tr.addEventListener("transitioncancel",kp),a1={onTransitionEnd:Xu,onTransitionCancel:kp}}),this._activeRipples.set(Ha,a1),(Wa||!Wi)&&this._finishRippleTransition(Ha),Ha}fadeOutRipple(L){if(2===L.state||3===L.state)return;const p=L.element,y={...Fl,...L.config.animation};p.style.transitionDuration=`${y.exitDuration}ms`,p.style.opacity="0",L.state=2,(L._animationForciblyDisabledThroughCss||!y.exitDuration)&&this._finishRippleTransition(L)}fadeOutAll(){this._getActiveRipples().forEach(L=>L.fadeOut())}fadeOutAllNonPersistent(){this._getActiveRipples().forEach(L=>{L.config.persistent||L.fadeOut()})}setupTriggerEvents(L){const p=qs(L);!this._platform.isBrowser||!p||p===this._triggerElement||(this._removeTriggerEvents(),this._triggerElement=p,Bu.forEach(y=>{ld._eventManager.addHandler(this._ngZone,y,p,this)}))}handleEvent(L){"mousedown"===L.type?this._onMousedown(L):"touchstart"===L.type?this._onTouchStart(L):this._onPointerUp(),this._pointerUpEventsRegistered||(this._ngZone.runOutsideAngular(()=>{B2.forEach(p=>{this._triggerElement.addEventListener(p,this,Xd)})}),this._pointerUpEventsRegistered=!0)}_finishRippleTransition(L){0===L.state?this._startFadeOutTransition(L):2===L.state&&this._destroyRipple(L)}_startFadeOutTransition(L){const p=L===this._mostRecentTransientRipple,{persistent:y}=L.config;L.state=1,!y&&(!p||!this._isPointerDown)&&L.fadeOut()}_destroyRipple(L){const p=this._activeRipples.get(L)??null;this._activeRipples.delete(L),this._activeRipples.size||(this._containerRect=null),L===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),L.state=3,null!==p&&(L.element.removeEventListener("transitionend",p.onTransitionEnd),L.element.removeEventListener("transitioncancel",p.onTransitionCancel)),L.element.remove()}_onMousedown(L){const p=ol(L),y=this._lastTouchStartEvent&&Date.now(){!L.config.persistent&&(1===L.state||L.config.terminateOnPointerUp&&0===L.state)&&L.fadeOut()}))}_getActiveRipples(){return Array.from(this._activeRipples.keys())}_removeTriggerEvents(){const L=this._triggerElement;L&&(Bu.forEach(p=>ld._eventManager.removeHandler(p,L,this)),this._pointerUpEventsRegistered&&B2.forEach(p=>L.removeEventListener(p,this,Xd)))}}const yo=new o.OlP("mat-ripple-global-options");let t1=(()=>{class O{get disabled(){return this._disabled}set disabled(p){p&&this.fadeOutAllNonPersistent(),this._disabled=p,this._setupTriggerEventsIfEnabled()}get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(p){this._trigger=p,this._setupTriggerEventsIfEnabled()}constructor(p,y,T,K,Le){this._elementRef=p,this._animationMode=Le,this.radius=0,this._disabled=!1,this._isInitialized=!1,this._globalOptions=K||{},this._rippleRenderer=new ld(this,y,p,T)}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}fadeOutAllNonPersistent(){this._rippleRenderer.fadeOutAllNonPersistent()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:{...this._globalOptions.animation,..."NoopAnimations"===this._animationMode?{enterDuration:0,exitDuration:0}:{},...this.animation},terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(p,y=0,T){return"number"==typeof p?this._rippleRenderer.fadeInRipple(p,y,{...this.rippleConfig,...T}):this._rippleRenderer.fadeInRipple(0,0,{...this.rippleConfig,...p})}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(o.R0b),o.Y36(te),o.Y36(yo,8),o.Y36(o.QbO,8))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["","mat-ripple",""],["","matRipple",""]],hostAttrs:[1,"mat-ripple"],hostVars:2,hostBindings:function(y,T){2&y&&o.ekj("mat-ripple-unbounded",T.unbounded)},inputs:{color:["matRippleColor","color"],unbounded:["matRippleUnbounded","unbounded"],centered:["matRippleCentered","centered"],radius:["matRippleRadius","radius"],animation:["matRippleAnimation","animation"],disabled:["matRippleDisabled","disabled"],trigger:["matRippleTrigger","trigger"]},exportAs:["matRipple"]})}return O})(),U2=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Mn,Mn]})}return O})(),xd=(()=>{class O{constructor(p){this._animationMode=p,this.state="unchecked",this.disabled=!1,this.appearance="full"}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.QbO,8))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-pseudo-checkbox"]],hostAttrs:[1,"mat-pseudo-checkbox"],hostVars:12,hostBindings:function(y,T){2&y&&o.ekj("mat-pseudo-checkbox-indeterminate","indeterminate"===T.state)("mat-pseudo-checkbox-checked","checked"===T.state)("mat-pseudo-checkbox-disabled",T.disabled)("mat-pseudo-checkbox-minimal","minimal"===T.appearance)("mat-pseudo-checkbox-full","full"===T.appearance)("_mat-animation-noopable","NoopAnimations"===T._animationMode)},inputs:{state:"state",disabled:"disabled",appearance:"appearance"},decls:0,vars:0,template:function(y,T){},styles:['.mat-pseudo-checkbox{border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox._mat-animation-noopable{transition:none !important;animation:none !important}.mat-pseudo-checkbox._mat-animation-noopable::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{left:1px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{left:1px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}.mat-pseudo-checkbox-full{border:2px solid}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate{border-color:rgba(0,0,0,0)}.mat-pseudo-checkbox{width:18px;height:18px}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after{width:14px;height:6px;transform-origin:center;top:-4.2426406871px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after{top:8px;width:16px}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after{width:10px;height:4px;transform-origin:center;top:-2.8284271247px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{top:6px;width:12px}'],encapsulation:2,changeDetection:0})}return O})(),Ee=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Mn]})}return O})();const z=new o.OlP("MAT_OPTION_PARENT_COMPONENT"),ut=new o.OlP("MatOptgroup");let nn=0;class Nn{constructor(L,p=!1){this.source=L,this.isUserInput=p}}let Qt=(()=>{class O{get multiple(){return this._parent&&this._parent.multiple}get selected(){return this._selected}get disabled(){return this.group&&this.group.disabled||this._disabled}set disabled(p){this._disabled=ai(p)}get disableRipple(){return!(!this._parent||!this._parent.disableRipple)}get hideSingleSelectionIndicator(){return!(!this._parent||!this._parent.hideSingleSelectionIndicator)}constructor(p,y,T,K){this._element=p,this._changeDetectorRef=y,this._parent=T,this.group=K,this._selected=!1,this._active=!1,this._disabled=!1,this._mostRecentViewValue="",this.id="mat-option-"+nn++,this.onSelectionChange=new o.vpe,this._stateChanges=new Oe.x}get active(){return this._active}get viewValue(){return(this._text?.nativeElement.textContent||"").trim()}select(p=!0){this._selected||(this._selected=!0,this._changeDetectorRef.markForCheck(),p&&this._emitSelectionChangeEvent())}deselect(p=!0){this._selected&&(this._selected=!1,this._changeDetectorRef.markForCheck(),p&&this._emitSelectionChangeEvent())}focus(p,y){const T=this._getHostElement();"function"==typeof T.focus&&T.focus(y)}setActiveStyles(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())}setInactiveStyles(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())}getLabel(){return this.viewValue}_handleKeydown(p){(13===p.keyCode||32===p.keyCode)&&!co(p)&&(this._selectViaInteraction(),p.preventDefault())}_selectViaInteraction(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._element.nativeElement}ngAfterViewChecked(){if(this._selected){const p=this.viewValue;p!==this._mostRecentViewValue&&(this._mostRecentViewValue&&this._stateChanges.next(),this._mostRecentViewValue=p)}}ngOnDestroy(){this._stateChanges.complete()}_emitSelectionChangeEvent(p=!1){this.onSelectionChange.emit(new Nn(this,p))}static#e=this.\u0275fac=function(y){o.$Z()};static#t=this.\u0275dir=o.lG2({type:O,viewQuery:function(y,T){if(1&y&&o.Gf(bt,7),2&y){let K;o.iGM(K=o.CRH())&&(T._text=K.first)}},inputs:{value:"value",id:"id",disabled:"disabled"},outputs:{onSelectionChange:"onSelectionChange"}})}return O})(),Ci=(()=>{class O extends Qt{constructor(p,y,T,K){super(p,y,T,K)}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(o.sBO),o.Y36(z,8),o.Y36(ut,8))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-option"]],hostAttrs:["role","option",1,"mat-mdc-option","mdc-list-item"],hostVars:11,hostBindings:function(y,T){1&y&&o.NdJ("click",function(){return T._selectViaInteraction()})("keydown",function(Le){return T._handleKeydown(Le)}),2&y&&(o.Ikx("id",T.id),o.uIk("aria-selected",T.selected)("aria-disabled",T.disabled.toString()),o.ekj("mdc-list-item--selected",T.selected)("mat-mdc-option-multiple",T.multiple)("mat-mdc-option-active",T.active)("mdc-list-item--disabled",T.disabled))},exportAs:["matOption"],features:[o.qOj],ngContentSelectors:N,decls:8,vars:5,consts:[["class","mat-mdc-option-pseudo-checkbox","aria-hidden","true",3,"disabled","state",4,"ngIf"],[1,"mdc-list-item__primary-text"],["text",""],["class","mat-mdc-option-pseudo-checkbox","state","checked","aria-hidden","true","appearance","minimal",3,"disabled",4,"ngIf"],["class","cdk-visually-hidden",4,"ngIf"],["aria-hidden","true","mat-ripple","",1,"mat-mdc-option-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled"],["aria-hidden","true",1,"mat-mdc-option-pseudo-checkbox",3,"disabled","state"],["state","checked","aria-hidden","true","appearance","minimal",1,"mat-mdc-option-pseudo-checkbox",3,"disabled"],[1,"cdk-visually-hidden"]],template:function(y,T){1&y&&(o.F$t(Ht),o.YNc(0,se,1,2,"mat-pseudo-checkbox",0),o.Hsn(1),o.TgZ(2,"span",1,2),o.Hsn(4,1),o.qZA(),o.YNc(5,Te,1,1,"mat-pseudo-checkbox",3),o.YNc(6,Ct,2,1,"span",4),o._UZ(7,"div",5)),2&y&&(o.Q6J("ngIf",T.multiple),o.xp6(5),o.Q6J("ngIf",!T.multiple&&T.selected&&!T.hideSingleSelectionIndicator),o.xp6(1),o.Q6J("ngIf",T.group&&T.group._inert),o.xp6(1),o.Q6J("matRippleTrigger",T._getHostElement())("matRippleDisabled",T.disabled||T.disableRipple))},dependencies:[t1,u.O5,xd],styles:['.mat-mdc-option{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);color:var(--mat-option-label-text-color);font-family:var(--mat-option-label-text-font);line-height:var(--mat-option-label-text-line-height);font-size:var(--mat-option-label-text-size);letter-spacing:var(--mat-option-label-text-tracking);font-weight:var(--mat-option-label-text-weight);min-height:48px}.mat-mdc-option:focus{outline:none}[dir=rtl] .mat-mdc-option,.mat-mdc-option[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-option:hover:not(.mdc-list-item--disabled){background-color:var(--mat-option-hover-state-layer-color)}.mat-mdc-option:focus.mdc-list-item,.mat-mdc-option.mat-mdc-option-active.mdc-list-item{background-color:var(--mat-option-focus-state-layer-color)}.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mat-option-selected-state-label-text-color)}.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple){background-color:var(--mat-option-selected-state-layer-color)}.mat-mdc-option.mdc-list-item{align-items:center}.mat-mdc-option.mdc-list-item--disabled{cursor:default;pointer-events:none}.mat-mdc-option.mdc-list-item--disabled .mat-mdc-option-pseudo-checkbox,.mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text,.mat-mdc-option.mdc-list-item--disabled>mat-icon{opacity:.38}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}.cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{right:auto;left:16px}.mat-mdc-option-active .mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}return O})(),jr=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[U2,u.ez,Mn,Ee]})}return O})();const to={capture:!0},Co=["focus","click","mouseenter","touchstart"],As="mat-ripple-loader-uninitialized",Ta="mat-ripple-loader-class-name",ec="mat-ripple-loader-centered",Sc="mat-ripple-loader-disabled";let zc=(()=>{class O{constructor(){this._document=(0,o.f3M)(u.K0,{optional:!0}),this._animationMode=(0,o.f3M)(o.QbO,{optional:!0}),this._globalRippleOptions=(0,o.f3M)(yo,{optional:!0}),this._platform=(0,o.f3M)(te),this._ngZone=(0,o.f3M)(o.R0b),this._hosts=new Map,this._onInteraction=p=>{if(!(p.target instanceof HTMLElement))return;const T=p.target.closest(`[${As}]`);T&&this._createRipple(T)},this._ngZone.runOutsideAngular(()=>{for(const p of Co)this._document?.addEventListener(p,this._onInteraction,to)})}ngOnDestroy(){const p=this._hosts.keys();for(const y of p)this.destroyRipple(y);for(const y of Co)this._document?.removeEventListener(y,this._onInteraction,to)}configureRipple(p,y){p.setAttribute(As,""),(y.className||!p.hasAttribute(Ta))&&p.setAttribute(Ta,y.className||""),y.centered&&p.setAttribute(ec,""),y.disabled&&p.setAttribute(Sc,"")}getRipple(p){return this._hosts.get(p)||this._createRipple(p)}setDisabled(p,y){const T=this._hosts.get(p);T?T.disabled=y:y?p.setAttribute(Sc,""):p.removeAttribute(Sc)}_createRipple(p){if(!this._document)return;const y=this._hosts.get(p);if(y)return y;p.querySelector(".mat-ripple")?.remove();const T=this._document.createElement("span");T.classList.add("mat-ripple",p.getAttribute(Ta)),p.append(T);const K=new t1(new o.SBq(T),this._ngZone,this._platform,this._globalRippleOptions?this._globalRippleOptions:void 0,this._animationMode?this._animationMode:void 0);return K._isInitialized=!0,K.trigger=p,K.centered=p.hasAttribute(ec),K.disabled=p.hasAttribute(Sc),this.attachRipple(p,K),K}attachRipple(p,y){p.removeAttribute(As),this._hosts.set(p,y)}destroyRipple(p){const y=this._hosts.get(p);y&&(y.ngOnDestroy(),this._hosts.delete(p))}static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();const h2=["input"],Va=["label"],$a=["*"],E1=new o.OlP("mat-checkbox-default-options",{providedIn:"root",factory:W});function W(){return{color:"accent",clickAction:"check-indeterminate"}}const ie={provide:D.JU,useExisting:(0,o.Gpc)(()=>fn),multi:!0};class ${}let le=0;const we=W(),ot=Vr(Ir(_i(Cr(class{constructor(O){this._elementRef=O}}))));let Ut=(()=>{class O extends ot{get inputId(){return`${this.id||this._uniqueId}-input`}get required(){return this._required}set required(p){this._required=ai(p)}constructor(p,y,T,K,Le,vn,di){super(y),this._changeDetectorRef=T,this._ngZone=K,this._animationMode=vn,this._options=di,this.ariaLabel="",this.ariaLabelledby=null,this.labelPosition="after",this.name=null,this.change=new o.vpe,this.indeterminateChange=new o.vpe,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=0,this._controlValueAccessorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||we,this.color=this.defaultColor=this._options.color||we.color,this.tabIndex=parseInt(Le)||0,this.id=this._uniqueId=`${p}${++le}`}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}get checked(){return this._checked}set checked(p){const y=ai(p);y!=this.checked&&(this._checked=y,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(p){const y=ai(p);y!==this.disabled&&(this._disabled=y,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(p){const y=p!=this._indeterminate;this._indeterminate=ai(p),y&&(this._transitionCheckState(this._indeterminate?3:this.checked?1:2),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(p){this.checked=!!p}registerOnChange(p){this._controlValueAccessorChangeFn=p}registerOnTouched(p){this._onTouched=p}setDisabledState(p){this.disabled=p}_transitionCheckState(p){let y=this._currentCheckState,T=this._getAnimationTargetElement();if(y!==p&&T&&(this._currentAnimationClass&&T.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(y,p),this._currentCheckState=p,this._currentAnimationClass.length>0)){T.classList.add(this._currentAnimationClass);const K=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{T.classList.remove(K)},1e3)})}}_emitChangeEvent(){this._controlValueAccessorChangeFn(this.checked),this.change.emit(this._createChangeEvent(this.checked)),this._inputElement&&(this._inputElement.nativeElement.checked=this.checked)}toggle(){this.checked=!this.checked,this._controlValueAccessorChangeFn(this.checked)}_handleInputClick(){const p=this._options?.clickAction;this.disabled||"noop"===p?!this.disabled&&"noop"===p&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==p&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?1:2),this._emitChangeEvent())}_onInteractionEvent(p){p.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(p,y){if("NoopAnimations"===this._animationMode)return"";switch(p){case 0:if(1===y)return this._animationClasses.uncheckedToChecked;if(3==y)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case 2:return 1===y?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case 1:return 2===y?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case 3:return 1===y?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(p){const y=this._inputElement;y&&(y.nativeElement.indeterminate=p)}static#e=this.\u0275fac=function(y){o.$Z()};static#t=this.\u0275dir=o.lG2({type:O,viewQuery:function(y,T){if(1&y&&(o.Gf(h2,5),o.Gf(Va,5),o.Gf(t1,5)),2&y){let K;o.iGM(K=o.CRH())&&(T._inputElement=K.first),o.iGM(K=o.CRH())&&(T._labelElement=K.first),o.iGM(K=o.CRH())&&(T.ripple=K.first)}},inputs:{ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],id:"id",required:"required",labelPosition:"labelPosition",name:"name",value:"value",checked:"checked",disabled:"disabled",indeterminate:"indeterminate"},outputs:{change:"change",indeterminateChange:"indeterminateChange"},features:[o.qOj]})}return O})(),fn=(()=>{class O extends Ut{constructor(p,y,T,K,Le,vn){super("mat-mdc-checkbox-",p,y,T,K,Le,vn),this._animationClasses={uncheckedToChecked:"mdc-checkbox--anim-unchecked-checked",uncheckedToIndeterminate:"mdc-checkbox--anim-unchecked-indeterminate",checkedToUnchecked:"mdc-checkbox--anim-checked-unchecked",checkedToIndeterminate:"mdc-checkbox--anim-checked-indeterminate",indeterminateToChecked:"mdc-checkbox--anim-indeterminate-checked",indeterminateToUnchecked:"mdc-checkbox--anim-indeterminate-unchecked"}}focus(){this._inputElement.nativeElement.focus()}_createChangeEvent(p){const y=new $;return y.source=this,y.checked=p,y}_getAnimationTargetElement(){return this._inputElement?.nativeElement}_onInputClick(){super._handleInputClick()}_onTouchTargetClick(){super._handleInputClick(),this.disabled||this._inputElement.nativeElement.focus()}_preventBubblingFromLabel(p){p.target&&this._labelElement.nativeElement.contains(p.target)&&p.stopPropagation()}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(o.sBO),o.Y36(o.R0b),o.$8M("tabindex"),o.Y36(o.QbO,8),o.Y36(E1,8))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-checkbox"]],hostAttrs:[1,"mat-mdc-checkbox"],hostVars:12,hostBindings:function(y,T){2&y&&(o.Ikx("id",T.id),o.uIk("tabindex",null)("aria-label",null)("aria-labelledby",null),o.ekj("_mat-animation-noopable","NoopAnimations"===T._animationMode)("mdc-checkbox--disabled",T.disabled)("mat-mdc-checkbox-disabled",T.disabled)("mat-mdc-checkbox-checked",T.checked))},inputs:{disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex"},exportAs:["matCheckbox"],features:[o._Bn([ie]),o.qOj],ngContentSelectors:$a,decls:15,vars:20,consts:[[1,"mdc-form-field",3,"click"],[1,"mdc-checkbox"],["checkbox",""],[1,"mat-mdc-checkbox-touch-target",3,"click"],["type","checkbox",1,"mdc-checkbox__native-control",3,"checked","indeterminate","disabled","id","required","tabIndex","blur","click","change"],["input",""],[1,"mdc-checkbox__ripple"],[1,"mdc-checkbox__background"],["focusable","false","viewBox","0 0 24 24","aria-hidden","true",1,"mdc-checkbox__checkmark"],["fill","none","d","M1.73,12.91 8.1,19.28 22.79,4.59",1,"mdc-checkbox__checkmark-path"],[1,"mdc-checkbox__mixedmark"],["mat-ripple","",1,"mat-mdc-checkbox-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mdc-label",3,"for"],["label",""]],template:function(y,T){if(1&y&&(o.F$t(),o.TgZ(0,"div",0),o.NdJ("click",function(Le){return T._preventBubblingFromLabel(Le)}),o.TgZ(1,"div",1,2)(3,"div",3),o.NdJ("click",function(){return T._onTouchTargetClick()}),o.qZA(),o.TgZ(4,"input",4,5),o.NdJ("blur",function(){return T._onBlur()})("click",function(){return T._onInputClick()})("change",function(Le){return T._onInteractionEvent(Le)}),o.qZA(),o._UZ(6,"div",6),o.TgZ(7,"div",7),o.O4$(),o.TgZ(8,"svg",8),o._UZ(9,"path",9),o.qZA(),o.kcU(),o._UZ(10,"div",10),o.qZA(),o._UZ(11,"div",11),o.qZA(),o.TgZ(12,"label",12,13),o.Hsn(14),o.qZA()()),2&y){const K=o.MAs(2);o.ekj("mdc-form-field--align-end","before"==T.labelPosition),o.xp6(4),o.ekj("mdc-checkbox--selected",T.checked),o.Q6J("checked",T.checked)("indeterminate",T.indeterminate)("disabled",T.disabled)("id",T.inputId)("required",T.required)("tabIndex",T.tabIndex),o.uIk("aria-label",T.ariaLabel||null)("aria-labelledby",T.ariaLabelledby)("aria-describedby",T.ariaDescribedby)("aria-checked",T.indeterminate?"mixed":null)("name",T.name)("value",T.value),o.xp6(7),o.Q6J("matRippleTrigger",K)("matRippleDisabled",T.disableRipple||T.disabled)("matRippleCentered",!0),o.xp6(1),o.Q6J("for",T.inputId)}},dependencies:[t1],styles:['.mdc-touch-target-wrapper{display:inline}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(45deg);opacity:0}to{transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,100%{transform:scaleX(0);opacity:0}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.mdc-checkbox[hidden]{display:none}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{border-color:CanvasText}}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{border-color:CanvasText}}@media all and (-ms-high-contrast: none){.mdc-checkbox .mdc-checkbox__focus-ring{display:none}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid currentColor;border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background{transition:border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox--touch{margin:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2)}.mdc-checkbox--touch .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);right:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);width:var(--mdc-checkbox-state-layer-size);height:var(--mdc-checkbox-state-layer-size)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none}.mdc-form-field{display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field[hidden]{display:none}.mdc-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label{margin:0}[dir=rtl] .mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl]{margin:0}.mdc-checkbox{padding:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2);margin:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2)}.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-disabled-unselected-icon-color);background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:var(--mdc-checkbox-disabled-selected-icon-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-disabled-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-disabled-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}}.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}@keyframes mdc-checkbox-fade-in-background-FF212121FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}}@keyframes mdc-checkbox-fade-out-background-FF212121FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}}.mdc-checkbox:hover.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:hover.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-FF212121FFF4433600000000FFF44336}.mdc-checkbox:hover.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:hover.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-FF212121FFF4433600000000FFF44336}.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}}.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox .mdc-checkbox__background{top:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2)}.mdc-checkbox .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);right:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);width:var(--mdc-checkbox-state-layer-size);height:var(--mdc-checkbox-state-layer-size)}.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:focus:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-focus-icon-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:indeterminate~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-focus-icon-color);background-color:var(--mdc-checkbox-selected-focus-icon-color)}.mdc-checkbox:hover .mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-hover-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}.mdc-checkbox:hover .mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-focus-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-focus-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-focus-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-pressed-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color)}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-hover-state-layer-opacity);background-color:var(--mdc-checkbox-selected-hover-state-layer-color)}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-hover-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-focus-state-layer-opacity);background-color:var(--mdc-checkbox-selected-focus-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-focus-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-pressed-state-layer-opacity);background-color:var(--mdc-checkbox-selected-pressed-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-pressed-state-layer-color)}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:0.16;--mdc-checkbox-selected-hover-state-layer-opacity:0.04;--mdc-checkbox-selected-pressed-state-layer-opacity:0.16;--mdc-checkbox-unselected-focus-state-layer-opacity:0.16;--mdc-checkbox-unselected-hover-state-layer-opacity:0.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.16}.mat-mdc-checkbox{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-checkbox .mdc-checkbox__background{-webkit-print-color-adjust:exact;color-adjust:exact}.mat-mdc-checkbox._mat-animation-noopable *,.mat-mdc-checkbox._mat-animation-noopable *::before{transition:none !important;animation:none !important}.mat-mdc-checkbox label{cursor:pointer}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{cursor:default}.mat-mdc-checkbox label:empty{display:none}.cdk-high-contrast-active .mat-mdc-checkbox.mat-mdc-checkbox-disabled{opacity:.5}.cdk-high-contrast-active .mat-mdc-checkbox .mdc-checkbox__checkmark{--mdc-checkbox-selected-checkmark-color: CanvasText;--mdc-checkbox-disabled-selected-checkmark-color: CanvasText}.mat-mdc-checkbox .mdc-checkbox__ripple{opacity:0}.mat-mdc-checkbox-ripple,.mdc-checkbox__ripple{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-checkbox-ripple:not(:empty),.mdc-checkbox__ripple:not(:empty){transform:translateZ(0)}.mat-mdc-checkbox-ripple .mat-ripple-element{opacity:.1}.mat-mdc-checkbox-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}.mat-mdc-checkbox-ripple::before{border-radius:50%}.mdc-checkbox__native-control:focus~.mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}return O})(),sr=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({})}return O})(),Wo=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Mn,U2,sr,Mn,sr]})}return O})();var Po=_(453),_a=_(409),tc=_(8634),ra=_(6142),p2=_(6974),n1=_(134),j2=_(1925);function Vs(O,L=tc.z){return function oa(O){return(0,ra.e)((L,p)=>{let y=!1,T=null,K=null,Le=!1;const vn=()=>{if(K?.unsubscribe(),K=null,y){y=!1;const Wi=T;T=null,p.next(Wi)}Le&&p.complete()},di=()=>{K=null,Le&&p.complete()};L.subscribe((0,n1.x)(p,Wi=>{y=!0,T=Wi,K||(0,p2.Xf)(O(Wi)).subscribe(K=(0,n1.x)(p,vn,di))},()=>{Le=!0,(!y||!K||K.closed)&&p.complete()}))})}(()=>(0,j2.H)(O,L))}const S1=he({passive:!0});let Fa=(()=>{class O{constructor(p,y){this._platform=p,this._ngZone=y,this._monitoredElements=new Map}monitor(p){if(!this._platform.isBrowser)return Po.E;const y=qs(p),T=this._monitoredElements.get(y);if(T)return T.subject;const K=new Oe.x,Le="cdk-text-field-autofilled",vn=di=>{"cdk-text-field-autofill-start"!==di.animationName||y.classList.contains(Le)?"cdk-text-field-autofill-end"===di.animationName&&y.classList.contains(Le)&&(y.classList.remove(Le),this._ngZone.run(()=>K.next({target:di.target,isAutofilled:!1}))):(y.classList.add(Le),this._ngZone.run(()=>K.next({target:di.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{y.addEventListener("animationstart",vn,S1),y.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(y,{subject:K,unlisten:()=>{y.removeEventListener("animationstart",vn,S1)}}),K}stopMonitoring(p){const y=qs(p),T=this._monitoredElements.get(y);T&&(T.unlisten(),T.subject.complete(),y.classList.remove("cdk-text-field-autofill-monitored"),y.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(y))}ngOnDestroy(){this._monitoredElements.forEach((p,y)=>this.stopMonitoring(y))}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(te),o.LFG(o.R0b))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),T0=(()=>{class O{get minRows(){return this._minRows}set minRows(p){this._minRows=fr(p),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(p){this._maxRows=fr(p),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(p){p=ai(p),this._enabled!==p&&((this._enabled=p)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(p){this._cachedPlaceholderHeight=void 0,p?this._textareaElement.setAttribute("placeholder",p):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}constructor(p,y,T,K){this._elementRef=p,this._platform=y,this._ngZone=T,this._destroyed=new Oe.x,this._enabled=!0,this._previousMinRows=-1,this._isViewInited=!1,this._handleFocusEvent=Le=>{this._hasFocus="focus"===Le.type},this._document=K,this._textareaElement=this._elementRef.nativeElement}_setMinHeight(){const p=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;p&&(this._textareaElement.style.minHeight=p)}_setMaxHeight(){const p=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;p&&(this._textareaElement.style.maxHeight=p)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{const p=this._getWindow();(0,_a.R)(p,"resize").pipe(Vs(16),(0,Ar.R)(this._destroyed)).subscribe(()=>this.resizeToFitContent(!0)),this._textareaElement.addEventListener("focus",this._handleFocusEvent),this._textareaElement.addEventListener("blur",this._handleFocusEvent)}),this._isViewInited=!0,this.resizeToFitContent(!0))}ngOnDestroy(){this._textareaElement.removeEventListener("focus",this._handleFocusEvent),this._textareaElement.removeEventListener("blur",this._handleFocusEvent),this._destroyed.next(),this._destroyed.complete()}_cacheTextareaLineHeight(){if(this._cachedLineHeight)return;let p=this._textareaElement.cloneNode(!1);p.rows=1,p.style.position="absolute",p.style.visibility="hidden",p.style.border="none",p.style.padding="0",p.style.height="",p.style.minHeight="",p.style.maxHeight="",p.style.overflow="hidden",this._textareaElement.parentNode.appendChild(p),this._cachedLineHeight=p.clientHeight,p.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const p=this._textareaElement,y=p.style.marginBottom||"",T=this._platform.FIREFOX,K=T&&this._hasFocus,Le=T?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";K&&(p.style.marginBottom=`${p.clientHeight}px`),p.classList.add(Le);const vn=p.scrollHeight-4;return p.classList.remove(Le),K&&(p.style.marginBottom=y),vn}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||null!=this._cachedPlaceholderHeight)return;if(!this.placeholder)return void(this._cachedPlaceholderHeight=0);const p=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=p}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(p=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),!this._cachedLineHeight))return;const y=this._elementRef.nativeElement,T=y.value;if(!p&&this._minRows===this._previousMinRows&&T===this._previousValue)return;const K=this._measureScrollHeight(),Le=Math.max(K,this._cachedPlaceholderHeight||0);y.style.height=`${Le}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(y)):setTimeout(()=>this._scrollToCaretPosition(y))}),this._previousValue=T,this._previousMinRows=this._minRows}reset(){void 0!==this._initialHeight&&(this._textareaElement.style.height=this._initialHeight)}_noopInputHandler(){}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_scrollToCaretPosition(p){const{selectionStart:y,selectionEnd:T}=p;!this._destroyed.isStopped&&this._hasFocus&&p.setSelectionRange(y,T)}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(te),o.Y36(o.R0b),o.Y36(u.K0,8))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(y,T){1&y&&o.NdJ("input",function(){return T._noopInputHandler()})},inputs:{minRows:["cdkAutosizeMinRows","minRows"],maxRows:["cdkAutosizeMaxRows","maxRows"],enabled:["cdkTextareaAutosize","enabled"],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"]})}return O})(),w0=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({})}return O})();var ud=_(5047),M0=_(5484),bf=_(8557);class L4{constructor(L){this._box=L,this._destroyed=new Oe.x,this._resizeSubject=new Oe.x,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(p=>this._resizeSubject.next(p)))}observe(L){return this._elementObservables.has(L)||this._elementObservables.set(L,new uc.y(p=>{const y=this._resizeSubject.subscribe(p);return this._resizeObserver?.observe(L,{box:this._box}),()=>{this._resizeObserver?.unobserve(L),y.unsubscribe(),this._elementObservables.delete(L)}}).pipe((0,ps.h)(p=>p.some(y=>y.target===L)),function Uu(O,L,p){let y,T=!1;return O&&"object"==typeof O?({bufferSize:y=1/0,windowTime:L=1/0,refCount:T=!1,scheduler:p}=O):y=O??1/0,(0,bf.B)({connector:()=>new M0.t(y,L,p),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:T})}({bufferSize:1,refCount:!0}),(0,Ar.R)(this._destroyed))),this._elementObservables.get(L)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let yf=(()=>{class O{constructor(){this._observers=new Map,this._ngZone=(0,o.f3M)(o.R0b)}ngOnDestroy(){for(const[,p]of this._observers)p.destroy();this._observers.clear()}observe(p,y){const T=y?.box||"content-box";return this._observers.has(T)||this._observers.set(T,new L4(T)),this._observers.get(T).observe(p)}static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();var ss=_(2405);const eu=["notch"],tu=["matFormFieldNotchedOutline",""],W3=["*"],q3=["textField"],K3=["iconPrefixContainer"],m2=["textPrefixContainer"];function nu(O,L){1&O&&o._UZ(0,"span",19)}function P4(O,L){if(1&O&&(o.TgZ(0,"label",17),o.Hsn(1,1),o.YNc(2,nu,1,0,"span",18),o.qZA()),2&O){const p=o.oxw(2);o.Q6J("floating",p._shouldLabelFloat())("monitorResize",p._hasOutline())("id",p._labelId),o.uIk("for",p._control.id),o.xp6(2),o.Q6J("ngIf",!p.hideRequiredMarker&&p._control.required)}}function Jm(O,L){if(1&O&&o.YNc(0,P4,3,5,"label",16),2&O){const p=o.oxw();o.Q6J("ngIf",p._hasFloatingLabel())}}function A0(O,L){1&O&&o._UZ(0,"div",20)}function Xm(O,L){}function Q3(O,L){if(1&O&&o.YNc(0,Xm,0,0,"ng-template",22),2&O){o.oxw(2);const p=o.MAs(1);o.Q6J("ngTemplateOutlet",p)}}function V4(O,L){if(1&O&&(o.TgZ(0,"div",21),o.YNc(1,Q3,1,1,"ng-template",9),o.qZA()),2&O){const p=o.oxw();o.Q6J("matFormFieldNotchedOutlineOpen",p._shouldLabelFloat()),o.xp6(1),o.Q6J("ngIf",!p._forceDisplayInfixLabel())}}function Z3(O,L){1&O&&(o.TgZ(0,"div",23,24),o.Hsn(2,2),o.qZA())}function J3(O,L){1&O&&(o.TgZ(0,"div",25,26),o.Hsn(2,3),o.qZA())}function ju(O,L){}function iu(O,L){if(1&O&&o.YNc(0,ju,0,0,"ng-template",22),2&O){o.oxw();const p=o.MAs(1);o.Q6J("ngTemplateOutlet",p)}}function X3(O,L){1&O&&(o.TgZ(0,"div",27),o.Hsn(1,4),o.qZA())}function $u(O,L){1&O&&(o.TgZ(0,"div",28),o.Hsn(1,5),o.qZA())}function Y1(O,L){1&O&&o._UZ(0,"div",29)}function Cf(O,L){if(1&O&&(o.TgZ(0,"div",30),o.Hsn(1,6),o.qZA()),2&O){const p=o.oxw();o.Q6J("@transitionMessages",p._subscriptAnimationState)}}function e6(O,L){if(1&O&&(o.TgZ(0,"mat-hint",34),o._uU(1),o.qZA()),2&O){const p=o.oxw(2);o.Q6J("id",p._hintLabelId),o.xp6(1),o.Oqu(p.hintLabel)}}function Ef(O,L){if(1&O&&(o.TgZ(0,"div",31),o.YNc(1,e6,2,2,"mat-hint",32),o.Hsn(2,7),o._UZ(3,"div",33),o.Hsn(4,8),o.qZA()),2&O){const p=o.oxw();o.Q6J("@transitionMessages",p._subscriptAnimationState),o.xp6(1),o.Q6J("ngIf",p.hintLabel)}}const eh=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],$2=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];let Sl=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["mat-label"]]})}return O})();const D0=new o.OlP("MatError");let H4=0,fd=(()=>{class O{constructor(){this.align="start",this.id="mat-mdc-hint-"+H4++}static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(y,T){2&y&&(o.Ikx("id",T.id),o.uIk("align",null),o.ekj("mat-mdc-form-field-hint-end","end"===T.align))},inputs:{align:"align",id:"id"}})}return O})();const th=new o.OlP("MatPrefix"),Sf=new o.OlP("MatSuffix");let H=(()=>{class O{constructor(){this._isText=!1}set _isTextSelector(p){this._isText=!0}static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:["matTextSuffix","_isTextSelector"]},features:[o._Bn([{provide:Sf,useExisting:O}])]})}return O})();const Ge=new o.OlP("FloatingLabelParent");let m=(()=>{class O{get floating(){return this._floating}set floating(p){this._floating=p,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(p){this._monitorResize=p,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(p){this._elementRef=p,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,o.f3M)(yf),this._ngZone=(0,o.f3M)(o.R0b),this._parent=(0,o.f3M)(Ge),this._resizeSubscription=new We.w0}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function x(O){if(null!==O.offsetParent)return O.scrollWidth;const p=O.cloneNode(!0);p.style.setProperty("position","absolute"),p.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(p);const y=p.scrollWidth;return p.remove(),y}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}_handleResize(){setTimeout(()=>this._parent._handleLabelResized())}_subscribeToResize(){this._resizeSubscription.unsubscribe(),this._ngZone.runOutsideAngular(()=>{this._resizeSubscription=this._resizeObserver.observe(this._elementRef.nativeElement,{box:"border-box"}).subscribe(()=>this._handleResize())})}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(y,T){2&y&&o.ekj("mdc-floating-label--float-above",T.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"}})}return O})();const R="mdc-line-ripple--active",ae="mdc-line-ripple--deactivating";let gt=(()=>{class O{constructor(p,y){this._elementRef=p,this._handleTransitionEnd=T=>{const K=this._elementRef.nativeElement.classList,Le=K.contains(ae);"opacity"===T.propertyName&&Le&&K.remove(R,ae)},y.runOutsideAngular(()=>{p.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const p=this._elementRef.nativeElement.classList;p.remove(ae),p.add(R)}deactivate(){this._elementRef.nativeElement.classList.add(ae)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(o.R0b))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"]})}return O})(),pn=(()=>{class O{constructor(p,y){this._elementRef=p,this._ngZone=y,this.open=!1}ngAfterViewInit(){const p=this._elementRef.nativeElement.querySelector(".mdc-floating-label");p?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(p.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>p.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(p){this._notch.nativeElement.style.width=this.open&&p?`calc(${p}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(o.R0b))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(y,T){if(1&y&&o.Gf(eu,5),2&y){let K;o.iGM(K=o.CRH())&&(T._notch=K.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(y,T){2&y&&o.ekj("mdc-notched-outline--notched",T.open)},inputs:{open:["matFormFieldNotchedOutlineOpen","open"]},attrs:tu,ngContentSelectors:W3,decls:5,vars:0,consts:[[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],["notch",""],[1,"mdc-notched-outline__trailing"]],template:function(y,T){1&y&&(o.F$t(),o._UZ(0,"div",0),o.TgZ(1,"div",1,2),o.Hsn(3),o.qZA(),o._UZ(4,"div",3))},encapsulation:2,changeDetection:0})}return O})();const li={transitionMessages:(0,ss.X$)("transitionMessages",[(0,ss.SB)("enter",(0,ss.oB)({opacity:1,transform:"translateY(0%)"})),(0,ss.eR)("void => enter",[(0,ss.oB)({opacity:0,transform:"translateY(-5px)"}),(0,ss.jt)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let er=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275dir=o.lG2({type:O})}return O})();const Vo=new o.OlP("MatFormField"),Zs=new o.OlP("MAT_FORM_FIELD_DEFAULT_OPTIONS");let sa=0,Ya=(()=>{class O{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(p){this._hideRequiredMarker=ai(p)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(p){p!==this._floatLabel&&(this._floatLabel=p,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(p){const y=this._appearance;this._appearance=p||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==y&&(this._needsOutlineLabelOffsetUpdateOnStable=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(p){this._subscriptSizing=p||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(p){this._hintLabel=p,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(p){this._explicitFormFieldControl=p}constructor(p,y,T,K,Le,vn,di,Wi){this._elementRef=p,this._changeDetectorRef=y,this._ngZone=T,this._dir=K,this._platform=Le,this._defaults=vn,this._animationMode=di,this._hideRequiredMarker=!1,this.color="primary",this._appearance="fill",this._subscriptSizing=null,this._hintLabel="",this._hasIconPrefix=!1,this._hasTextPrefix=!1,this._hasIconSuffix=!1,this._hasTextSuffix=!1,this._labelId="mat-mdc-form-field-label-"+sa++,this._hintLabelId="mat-mdc-hint-"+sa++,this._subscriptAnimationState="",this._destroyed=new Oe.x,this._isFocused=null,this._needsOutlineLabelOffsetUpdateOnStable=!1,vn&&(vn.appearance&&(this.appearance=vn.appearance),this._hideRequiredMarker=!!vn?.hideRequiredMarker,vn.color&&(this.color=vn.color))}ngAfterViewInit(){this._updateFocusState(),this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngAfterContentInit(){this._assertFormFieldControl(),this._initializeControl(),this._initializeSubscript(),this._initializePrefixAndSuffix(),this._initializeOutlineLabelOffsetSubscriptions()}ngAfterContentChecked(){this._assertFormFieldControl()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}getLabelId(){return this._hasFloatingLabel()?this._labelId:null}getConnectedOverlayOrigin(){return this._textField||this._elementRef}_animateAndLockLabel(){this._hasFloatingLabel()&&(this.floatLabel="always")}_initializeControl(){const p=this._control;p.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${p.controlType}`),p.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),p.ngControl&&p.ngControl.valueChanges&&p.ngControl.valueChanges.pipe((0,Ar.R)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(p=>!p._isText),this._hasTextPrefix=!!this._prefixChildren.find(p=>p._isText),this._hasIconSuffix=!!this._suffixChildren.find(p=>!p._isText),this._hasTextSuffix=!!this._suffixChildren.find(p=>p._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,ud.T)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._checkPrefixAndSuffixTypes(),this._changeDetectorRef.markForCheck()})}_initializeSubscript(){this._hintChildren.changes.subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._validateHints(),this._syncDescribedByIds()}_assertFormFieldControl(){}_updateFocusState(){this._control.focused&&!this._isFocused?(this._isFocused=!0,this._lineRipple?.activate()):!this._control.focused&&(this._isFocused||null===this._isFocused)&&(this._isFocused=!1,this._lineRipple?.deactivate()),this._textField?.nativeElement.classList.toggle("mdc-text-field--focused",this._control.focused)}_initializeOutlineLabelOffsetSubscriptions(){this._prefixChildren.changes.subscribe(()=>this._needsOutlineLabelOffsetUpdateOnStable=!0),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,Ar.R)(this._destroyed)).subscribe(()=>{this._needsOutlineLabelOffsetUpdateOnStable&&(this._needsOutlineLabelOffsetUpdateOnStable=!1,this._updateOutlineLabelOffset())})}),this._dir.change.pipe((0,Ar.R)(this._destroyed)).subscribe(()=>this._needsOutlineLabelOffsetUpdateOnStable=!0)}_shouldAlwaysFloat(){return"always"===this.floatLabel}_hasOutline(){return"outline"===this.appearance}_forceDisplayInfixLabel(){return!this._platform.isBrowser&&this._prefixChildren.length&&!this._shouldLabelFloat()}_hasFloatingLabel(){return!!this._labelChildNonStatic||!!this._labelChildStatic}_shouldLabelFloat(){return this._control.shouldLabelFloat||this._shouldAlwaysFloat()}_shouldForward(p){const y=this._control?this._control.ngControl:null;return y&&y[p]}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_handleLabelResized(){this._refreshOutlineNotchWidth()}_refreshOutlineNotchWidth(){this._hasOutline()&&this._floatingLabel&&this._shouldLabelFloat()?this._notchedOutline?._setNotchWidth(this._floatingLabel.getWidth()):this._notchedOutline?._setNotchWidth(0)}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_syncDescribedByIds(){if(this._control){let p=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&p.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const y=this._hintChildren?this._hintChildren.find(K=>"start"===K.align):null,T=this._hintChildren?this._hintChildren.find(K=>"end"===K.align):null;y?p.push(y.id):this._hintLabel&&p.push(this._hintLabelId),T&&p.push(T.id)}else this._errorChildren&&p.push(...this._errorChildren.map(y=>y.id));this._control.setDescribedByIds(p)}}_updateOutlineLabelOffset(){if(!this._platform.isBrowser||!this._hasOutline()||!this._floatingLabel)return;const p=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(p.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdateOnStable=!0);const y=this._iconPrefixContainer?.nativeElement,T=this._textPrefixContainer?.nativeElement,K=y?.getBoundingClientRect().width??0,Le=T?.getBoundingClientRect().width??0;p.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${K+Le}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const p=this._elementRef.nativeElement;if(p.getRootNode){const y=p.getRootNode();return y&&y!==p}return document.documentElement.contains(p)}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(o.sBO),o.Y36(o.R0b),o.Y36(Hc),o.Y36(te),o.Y36(Zs,8),o.Y36(o.QbO,8),o.Y36(u.K0))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-form-field"]],contentQueries:function(y,T,K){if(1&y&&(o.Suo(K,Sl,5),o.Suo(K,Sl,7),o.Suo(K,er,5),o.Suo(K,th,5),o.Suo(K,Sf,5),o.Suo(K,D0,5),o.Suo(K,fd,5)),2&y){let Le;o.iGM(Le=o.CRH())&&(T._labelChildNonStatic=Le.first),o.iGM(Le=o.CRH())&&(T._labelChildStatic=Le.first),o.iGM(Le=o.CRH())&&(T._formFieldControl=Le.first),o.iGM(Le=o.CRH())&&(T._prefixChildren=Le),o.iGM(Le=o.CRH())&&(T._suffixChildren=Le),o.iGM(Le=o.CRH())&&(T._errorChildren=Le),o.iGM(Le=o.CRH())&&(T._hintChildren=Le)}},viewQuery:function(y,T){if(1&y&&(o.Gf(q3,5),o.Gf(K3,5),o.Gf(m2,5),o.Gf(m,5),o.Gf(pn,5),o.Gf(gt,5)),2&y){let K;o.iGM(K=o.CRH())&&(T._textField=K.first),o.iGM(K=o.CRH())&&(T._iconPrefixContainer=K.first),o.iGM(K=o.CRH())&&(T._textPrefixContainer=K.first),o.iGM(K=o.CRH())&&(T._floatingLabel=K.first),o.iGM(K=o.CRH())&&(T._notchedOutline=K.first),o.iGM(K=o.CRH())&&(T._lineRipple=K.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(y,T){2&y&&o.ekj("mat-mdc-form-field-label-always-float",T._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",T._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",T._hasIconSuffix)("mat-form-field-invalid",T._control.errorState)("mat-form-field-disabled",T._control.disabled)("mat-form-field-autofilled",T._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===T._animationMode)("mat-form-field-appearance-fill","fill"==T.appearance)("mat-form-field-appearance-outline","outline"==T.appearance)("mat-form-field-hide-placeholder",T._hasFloatingLabel()&&!T._shouldLabelFloat())("mat-focused",T._control.focused)("mat-primary","accent"!==T.color&&"warn"!==T.color)("mat-accent","accent"===T.color)("mat-warn","warn"===T.color)("ng-untouched",T._shouldForward("untouched"))("ng-touched",T._shouldForward("touched"))("ng-pristine",T._shouldForward("pristine"))("ng-dirty",T._shouldForward("dirty"))("ng-valid",T._shouldForward("valid"))("ng-invalid",T._shouldForward("invalid"))("ng-pending",T._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],features:[o._Bn([{provide:Vo,useExisting:O},{provide:Ge,useExisting:O}])],ngContentSelectors:$2,decls:18,vars:23,consts:[["labelTemplate",""],[1,"mat-mdc-text-field-wrapper","mdc-text-field",3,"click"],["textField",""],["class","mat-mdc-form-field-focus-overlay",4,"ngIf"],[1,"mat-mdc-form-field-flex"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen",4,"ngIf"],["class","mat-mdc-form-field-icon-prefix",4,"ngIf"],["class","mat-mdc-form-field-text-prefix",4,"ngIf"],[1,"mat-mdc-form-field-infix"],[3,"ngIf"],["class","mat-mdc-form-field-text-suffix",4,"ngIf"],["class","mat-mdc-form-field-icon-suffix",4,"ngIf"],["matFormFieldLineRipple","",4,"ngIf"],[1,"mat-mdc-form-field-subscript-wrapper","mat-mdc-form-field-bottom-align",3,"ngSwitch"],["class","mat-mdc-form-field-error-wrapper",4,"ngSwitchCase"],["class","mat-mdc-form-field-hint-wrapper",4,"ngSwitchCase"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id",4,"ngIf"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id"],["aria-hidden","true","class","mat-mdc-form-field-required-marker mdc-floating-label--required",4,"ngIf"],["aria-hidden","true",1,"mat-mdc-form-field-required-marker","mdc-floating-label--required"],[1,"mat-mdc-form-field-focus-overlay"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen"],[3,"ngTemplateOutlet"],[1,"mat-mdc-form-field-icon-prefix"],["iconPrefixContainer",""],[1,"mat-mdc-form-field-text-prefix"],["textPrefixContainer",""],[1,"mat-mdc-form-field-text-suffix"],[1,"mat-mdc-form-field-icon-suffix"],["matFormFieldLineRipple",""],[1,"mat-mdc-form-field-error-wrapper"],[1,"mat-mdc-form-field-hint-wrapper"],[3,"id",4,"ngIf"],[1,"mat-mdc-form-field-hint-spacer"],[3,"id"]],template:function(y,T){1&y&&(o.F$t(eh),o.YNc(0,Jm,1,1,"ng-template",null,0,o.W1O),o.TgZ(2,"div",1,2),o.NdJ("click",function(Le){return T._control.onContainerClick(Le)}),o.YNc(4,A0,1,0,"div",3),o.TgZ(5,"div",4),o.YNc(6,V4,2,2,"div",5),o.YNc(7,Z3,3,0,"div",6),o.YNc(8,J3,3,0,"div",7),o.TgZ(9,"div",8),o.YNc(10,iu,1,1,"ng-template",9),o.Hsn(11),o.qZA(),o.YNc(12,X3,2,0,"div",10),o.YNc(13,$u,2,0,"div",11),o.qZA(),o.YNc(14,Y1,1,0,"div",12),o.qZA(),o.TgZ(15,"div",13),o.YNc(16,Cf,2,1,"div",14),o.YNc(17,Ef,5,2,"div",15),o.qZA()),2&y&&(o.xp6(2),o.ekj("mdc-text-field--filled",!T._hasOutline())("mdc-text-field--outlined",T._hasOutline())("mdc-text-field--no-label",!T._hasFloatingLabel())("mdc-text-field--disabled",T._control.disabled)("mdc-text-field--invalid",T._control.errorState),o.xp6(2),o.Q6J("ngIf",!T._hasOutline()&&!T._control.disabled),o.xp6(2),o.Q6J("ngIf",T._hasOutline()),o.xp6(1),o.Q6J("ngIf",T._hasIconPrefix),o.xp6(1),o.Q6J("ngIf",T._hasTextPrefix),o.xp6(2),o.Q6J("ngIf",!T._hasOutline()||T._forceDisplayInfixLabel()),o.xp6(2),o.Q6J("ngIf",T._hasTextSuffix),o.xp6(1),o.Q6J("ngIf",T._hasIconSuffix),o.xp6(1),o.Q6J("ngIf",!T._hasOutline()),o.xp6(1),o.ekj("mat-mdc-form-field-subscript-dynamic-size","dynamic"===T.subscriptSizing),o.Q6J("ngSwitch",T._getDisplayedMessages()),o.xp6(1),o.Q6J("ngSwitchCase","error"),o.xp6(1),o.Q6J("ngSwitchCase","hint"))},dependencies:[u.O5,u.tP,u.RF,u.n9,fd,m,pn,gt],styles:['.mdc-text-field{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0;display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-text-field__input{height:28px;width:100%;min-width:0;border:none;border-radius:0;background:none;appearance:none;padding:0}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media all{.mdc-text-field__input::placeholder{opacity:0}}@media all{.mdc-text-field__input:-ms-input-placeholder{opacity:0}}@media all{.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{opacity:1}}@media all{.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__affix{height:28px;opacity:0;white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports(-webkit-hyphens: none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field__affix--prefix,.mdc-text-field__affix--prefix[dir=rtl]{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl]{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field__affix--suffix,.mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:2px}.mdc-text-field--filled{height:56px}.mdc-text-field--filled::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-text-field--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-text-field--filled .mdc-floating-label,.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled.mdc-text-field--no-label::before{display:none}@supports(-webkit-hyphens: none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined{height:56px;overflow:visible}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.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-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px, var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px, var(--mdc-shape-small, 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px, var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:rgba(0,0,0,0)}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea{flex-direction:column;align-items:center;width:auto;height:auto;padding:0}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea .mdc-text-field__input{flex-grow:1;height:auto;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--filled::before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-top:23px;margin-bottom:9px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-27.25px) scale(1)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-24.75px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after{display:inline-block;width:0;height:16px;content:"";vertical-align:-16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-moz-available;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl]{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateX(1px) translateY(1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl]{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon,.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 48px);left:48px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field--with-trailing-icon,.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 96px / 0.75)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled{pointer-events:none}@media screen and (forced-colors: active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl]{text-align:left}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix{direction:ltr}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading{order:1}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{order:2}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input{order:3}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{order:4}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing{order:5}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix{padding-right:12px}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix{padding-left:2px}.mdc-floating-label{position:absolute;left:0;-webkit-transform-origin:left top;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,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after,.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl]::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,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;pointer-events:none}.mdc-notched-outline__trailing{flex-grow:1}.mdc-notched-outline__notch{flex:0 0 auto;width:auto}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.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-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{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}.mdc-line-ripple::after{transform:scaleX(0);opacity:0;z-index:2}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{border-top:1px solid;border-bottom:1px solid}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{max-width:calc(100% - 12px * 2)}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::after{border-bottom-width:2px}.mdc-text-field--filled{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;border-top-left-radius:var(--mdc-filled-text-field-container-shape);border-top-right-radius:var(--mdc-filled-text-field-container-shape);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-caret-color)}.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:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-filled-text-field-input-text-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--filled:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-focus-label-text-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-disabled-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-focus-label-text-color)}.mdc-text-field--filled .mdc-floating-label{font-family:var(--mdc-filled-text-field-label-text-font);font-size:var(--mdc-filled-text-field-label-text-size);font-weight:var(--mdc-filled-text-field-label-text-weight);letter-spacing:var(--mdc-filled-text-field-label-text-tracking)}@media all{.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color)}}@media all{.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)}}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--mdc-filled-text-field-container-color)}.mdc-text-field--filled.mdc-text-field--disabled{background-color:var(--mdc-filled-text-field-disabled-container-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-active-indicator-color)}.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)}.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)}.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.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-hover-active-indicator-color)}.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)}.mdc-text-field--filled .mdc-line-ripple::before{border-bottom-width:var(--mdc-filled-text-field-active-indicator-height)}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-width:var(--mdc-filled-text-field-focus-active-indicator-height)}.mdc-text-field--outlined{--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-caret-color)}.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:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-outlined-text-field-input-text-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--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-focus-label-text-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-disabled-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-focus-label-text-color)}.mdc-text-field--outlined .mdc-floating-label{font-family:var(--mdc-outlined-text-field-label-text-font);font-size:var(--mdc-outlined-text-field-label-text-size);font-weight:var(--mdc-outlined-text-field-label-text-weight);letter-spacing:var(--mdc-outlined-text-field-label-text-tracking)}@media all{.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color)}}@media all{.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)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px, var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-outlined-text-field-container-shape))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px, calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px, var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px, calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px, var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px, var(--mdc-outlined-text-field-container-shape))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px, var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px, calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px, calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-hover-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-focus-outline-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-disabled-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-hover-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-focus-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-outline-width)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-focus-outline-width)}.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}.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}.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-text-field-wrapper::before{content:none}.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}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;pointer-events:none}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}.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}[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-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);line-height:var(--mat-form-field-container-text-line-height);font-size:var(--mat-form-field-container-text-size);letter-spacing:var(--mat-form-field-container-text-tracking);font-weight:var(--mat-form-field-container-text-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%}.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,[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-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:12px;box-sizing:content-box}.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 .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-text-field__input{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .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__affix{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.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-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea{transition:none}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-filled 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-filled{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}[dir=rtl] .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}.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)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}}.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)}'],encapsulation:2,data:{animation:[li.transitionMessages]},changeDetection:0})}return O})(),cl=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Mn,u.ez,Pr,Mn]})}return O})();const g2=new o.OlP("MAT_INPUT_VALUE_ACCESSOR"),pd=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let Xc=0;const xf=Xo(class{constructor(O,L,p,y){this._defaultErrorStateMatcher=O,this._parentForm=L,this._parentFormGroup=p,this.ngControl=y,this.stateChanges=new Oe.x}});let wd=(()=>{class O extends xf{get disabled(){return this._disabled}set disabled(p){this._disabled=ai(p),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(p){this._id=p||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(D.kI.required)??!1}set required(p){this._required=ai(p)}get type(){return this._type}set type(p){this._type=p||"text",this._validateType(),!this._isTextarea&&ne().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(p){p!==this.value&&(this._inputValueAccessor.value=p,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(p){this._readonly=ai(p)}constructor(p,y,T,K,Le,vn,di,Wi,tr,Io){super(vn,K,Le,T),this._elementRef=p,this._platform=y,this._autofillMonitor=Wi,this._formField=Io,this._uid="mat-input-"+Xc++,this.focused=!1,this.stateChanges=new Oe.x,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(Wa=>ne().has(Wa)),this._iOSKeyupListener=Wa=>{const Ha=Wa.target;!Ha.value&&0===Ha.selectionStart&&0===Ha.selectionEnd&&(Ha.setSelectionRange(1,1),Ha.setSelectionRange(0,0))};const gc=this._elementRef.nativeElement,Ma=gc.nodeName.toLowerCase();this._inputValueAccessor=di||gc,this._previousNativeValue=this.value,this.id=this.id,y.IOS&&tr.runOutsideAngular(()=>{p.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===Ma,this._isTextarea="textarea"===Ma,this._isInFormField=!!Io,this._isNativeSelect&&(this.controlType=gc.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(p=>{this.autofilled=p.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener)}ngDoCheck(){this.ngControl&&(this.updateErrorState(),null!==this.ngControl.disabled&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(p){this._elementRef.nativeElement.focus(p)}_focusChanged(p){p!==this.focused&&(this.focused=p,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const p=this._elementRef.nativeElement.value;this._previousNativeValue!==p&&(this._previousNativeValue=p,this.stateChanges.next())}_dirtyCheckPlaceholder(){const p=this._getPlaceholder();if(p!==this._previousPlaceholder){const y=this._elementRef.nativeElement;this._previousPlaceholder=p,p?y.setAttribute("placeholder",p):y.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){pd.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let p=this._elementRef.nativeElement.validity;return p&&p.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const p=this._elementRef.nativeElement,y=p.options[0];return this.focused||p.multiple||!this.empty||!!(p.selectedIndex>-1&&y&&y.label)}return this.focused||!this.empty}setDescribedByIds(p){p.length?this._elementRef.nativeElement.setAttribute("aria-describedby",p.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const p=this._elementRef.nativeElement;return this._isNativeSelect&&(p.multiple||p.size>1)}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(te),o.Y36(D.a5,10),o.Y36(D.F,8),o.Y36(D.sg,8),o.Y36(Ec),o.Y36(g2,10),o.Y36(Fa),o.Y36(o.R0b),o.Y36(Vo,8))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(y,T){1&y&&o.NdJ("focus",function(){return T._focusChanged(!0)})("blur",function(){return T._focusChanged(!1)})("input",function(){return T._onInput()}),2&y&&(o.Ikx("id",T.id)("disabled",T.disabled)("required",T.required),o.uIk("name",T.name||null)("readonly",T.readonly&&!T._isNativeSelect||null)("aria-invalid",T.empty&&T.required?null:T.errorState)("aria-required",T.required)("id",T.id),o.ekj("mat-input-server",T._isServer)("mat-mdc-form-field-textarea-control",T._isInFormField&&T._isTextarea)("mat-mdc-form-field-input-control",T._isInFormField)("mdc-text-field__input",T._isInFormField)("mat-mdc-native-select-inline",T._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],features:[o._Bn([{provide:er,useExisting:O}]),o.qOj,o.TTD]})}return O})(),ru=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Mn,cl,cl,w0,Mn]})}return O})();var wa=_(1357),T8=_(54);const O0={schedule(O){let L=requestAnimationFrame,p=cancelAnimationFrame;const{delegate:y}=O0;y&&(L=y.requestAnimationFrame,p=y.cancelAnimationFrame);const T=L(K=>{p=void 0,O(K)});return new We.w0(()=>p?.(T))},requestAnimationFrame(...O){const{delegate:L}=O0;return(L?.requestAnimationFrame||requestAnimationFrame)(...O)},cancelAnimationFrame(...O){const{delegate:L}=O0;return(L?.cancelAnimationFrame||cancelAnimationFrame)(...O)},delegate:void 0};var t6=_(5804);new class Md extends t6.v{flush(L){this._active=!0;const p=this._scheduled;this._scheduled=void 0;const{actions:y}=this;let T;L=L||y.shift();do{if(T=L.execute(L.state,L.delay))break}while((L=y[0])&&L.id===p&&y.shift());if(this._active=!1,T){for(;(L=y[0])&&L.id===p&&y.shift();)L.unsubscribe();throw T}}}(class Tf extends T8.o{constructor(L,p){super(L,p),this.scheduler=L,this.work=p}requestAsyncId(L,p,y=0){return null!==y&&y>0?super.requestAsyncId(L,p,y):(L.actions.push(this),L._scheduled||(L._scheduled=O0.requestAnimationFrame(()=>L.flush(void 0))))}recycleAsyncId(L,p,y=0){var T;if(null!=y?y>0:this.delay>0)return super.recycleAsyncId(L,p,y);const{actions:K}=L;null!=p&&(null===(T=K[K.length-1])||void 0===T?void 0:T.id)!==p&&(O0.cancelAnimationFrame(p),L._scheduled=void 0)}});let z4,I0=1;const x1={};function Gu(O){return O in x1&&(delete x1[O],!0)}const n6={setImmediate(O){const L=I0++;return x1[L]=!0,z4||(z4=Promise.resolve()),z4.then(()=>Gu(L)&&O()),L},clearImmediate(O){Gu(O)}},{setImmediate:R0,clearImmediate:w8}=n6,U4={setImmediate(...O){const{delegate:L}=U4;return(L?.setImmediate||R0)(...O)},clearImmediate(O){const{delegate:L}=U4;return(L?.clearImmediate||w8)(O)},delegate:void 0};new class B9 extends t6.v{flush(L){this._active=!0;const p=this._scheduled;this._scheduled=void 0;const{actions:y}=this;let T;L=L||y.shift();do{if(T=L.execute(L.state,L.delay))break}while((L=y[0])&&L.id===p&&y.shift());if(this._active=!1,T){for(;(L=y[0])&&L.id===p&&y.shift();)L.unsubscribe();throw T}}}(class M8 extends T8.o{constructor(L,p){super(L,p),this.scheduler=L,this.work=p}requestAsyncId(L,p,y=0){return null!==y&&y>0?super.requestAsyncId(L,p,y):(L.actions.push(this),L._scheduled||(L._scheduled=U4.setImmediate(L.flush.bind(L,void 0))))}recycleAsyncId(L,p,y=0){var T;if(null!=y?y>0:this.delay>0)return super.recycleAsyncId(L,p,y);const{actions:K}=L;null!=p&&(null===(T=K[K.length-1])||void 0===T?void 0:T.id)!==p&&(U4.clearImmediate(p),L._scheduled===p&&(L._scheduled=void 0))}});let O8=(()=>{class O{constructor(p,y,T){this._ngZone=p,this._platform=y,this._scrolled=new Oe.x,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map,this._document=T}register(p){this.scrollContainers.has(p)||this.scrollContainers.set(p,p.elementScrolled().subscribe(()=>this._scrolled.next(p)))}deregister(p){const y=this.scrollContainers.get(p);y&&(y.unsubscribe(),this.scrollContainers.delete(p))}scrolled(p=20){return this._platform.isBrowser?new uc.y(y=>{this._globalSubscription||this._addGlobalListener();const T=p>0?this._scrolled.pipe(Vs(p)).subscribe(y):this._scrolled.subscribe(y);return this._scrolledCount++,()=>{T.unsubscribe(),this._scrolledCount--,this._scrolledCount||this._removeGlobalListener()}}):(0,xt.of)()}ngOnDestroy(){this._removeGlobalListener(),this.scrollContainers.forEach((p,y)=>this.deregister(y)),this._scrolled.complete()}ancestorScrolled(p,y){const T=this.getAncestorScrollContainers(p);return this.scrolled(y).pipe((0,ps.h)(K=>!K||T.indexOf(K)>-1))}getAncestorScrollContainers(p){const y=[];return this.scrollContainers.forEach((T,K)=>{this._scrollableContainsElement(K,p)&&y.push(K)}),y}_getWindow(){return this._document.defaultView||window}_scrollableContainsElement(p,y){let T=qs(y),K=p.getElementRef().nativeElement;do{if(T==K)return!0}while(T=T.parentElement);return!1}_addGlobalListener(){this._globalSubscription=this._ngZone.runOutsideAngular(()=>{const p=this._getWindow();return(0,_a.R)(p.document,"scroll").subscribe(()=>this._scrolled.next())})}_removeGlobalListener(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(o.R0b),o.LFG(te),o.LFG(u.K0,8))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),wf=(()=>{class O{constructor(p,y,T){this._platform=p,this._change=new Oe.x,this._changeListener=K=>{this._change.next(K)},this._document=T,y.runOutsideAngular(()=>{if(p.isBrowser){const K=this._getWindow();K.addEventListener("resize",this._changeListener),K.addEventListener("orientationchange",this._changeListener)}this.change().subscribe(()=>this._viewportSize=null)})}ngOnDestroy(){if(this._platform.isBrowser){const p=this._getWindow();p.removeEventListener("resize",this._changeListener),p.removeEventListener("orientationchange",this._changeListener)}this._change.complete()}getViewportSize(){this._viewportSize||this._updateViewportSize();const p={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),p}getViewportRect(){const p=this.getViewportScrollPosition(),{width:y,height:T}=this.getViewportSize();return{top:p.top,left:p.left,bottom:p.top+T,right:p.left+y,height:T,width:y}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};const p=this._document,y=this._getWindow(),T=p.documentElement,K=T.getBoundingClientRect();return{top:-K.top||p.body.scrollTop||y.scrollY||T.scrollTop||0,left:-K.left||p.body.scrollLeft||y.scrollX||T.scrollLeft||0}}change(p=20){return p>0?this._change.pipe(Vs(p)):this._change}_getWindow(){return this._document.defaultView||window}_updateViewportSize(){const p=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:p.innerWidth,height:p.innerHeight}:{width:0,height:0}}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(te),o.LFG(o.R0b),o.LFG(u.K0,8))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),k0=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({})}return O})(),r6=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Zc,k0,Zc,k0]})}return O})();var b2=_(5228);class G4{attach(L){return this._attachedHost=L,L.attach(this)}detach(){let L=this._attachedHost;null!=L&&(this._attachedHost=null,L.detach())}get isAttached(){return null!=this._attachedHost}setAttachedHost(L){this._attachedHost=L}}class Y4 extends G4{constructor(L,p,y,T,K){super(),this.component=L,this.viewContainerRef=p,this.injector=y,this.componentFactoryResolver=T,this.projectableNodes=K}}class s6 extends G4{constructor(L,p,y,T){super(),this.templateRef=L,this.viewContainerRef=p,this.context=y,this.injector=T}get origin(){return this.templateRef.elementRef}attach(L,p=this.context){return this.context=p,super.attach(L)}detach(){return this.context=void 0,super.detach()}}class sh extends G4{constructor(L){super(),this.element=L instanceof o.SBq?L.nativeElement:L}}class W4{constructor(){this._isDisposed=!1,this.attachDomPortal=null}hasAttached(){return!!this._attachedPortal}attach(L){return L instanceof Y4?(this._attachedPortal=L,this.attachComponentPortal(L)):L instanceof s6?(this._attachedPortal=L,this.attachTemplatePortal(L)):this.attachDomPortal&&L instanceof sh?(this._attachedPortal=L,this.attachDomPortal(L)):void 0}detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(L){this._disposeFn=L}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}}class c6 extends W4{constructor(L,p,y,T,K){super(),this.outletElement=L,this._componentFactoryResolver=p,this._appRef=y,this._defaultInjector=T,this.attachDomPortal=Le=>{const vn=Le.element,di=this._document.createComment("dom-portal");vn.parentNode.insertBefore(di,vn),this.outletElement.appendChild(vn),this._attachedPortal=Le,super.setDisposeFn(()=>{di.parentNode&&di.parentNode.replaceChild(vn,di)})},this._document=K}attachComponentPortal(L){const y=(L.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(L.component);let T;return L.viewContainerRef?(T=L.viewContainerRef.createComponent(y,L.viewContainerRef.length,L.injector||L.viewContainerRef.injector,L.projectableNodes||void 0),this.setDisposeFn(()=>T.destroy())):(T=y.create(L.injector||this._defaultInjector||o.zs3.NULL),this._appRef.attachView(T.hostView),this.setDisposeFn(()=>{this._appRef.viewCount>0&&this._appRef.detachView(T.hostView),T.destroy()})),this.outletElement.appendChild(this._getComponentRootNode(T)),this._attachedPortal=L,T}attachTemplatePortal(L){let p=L.viewContainerRef,y=p.createEmbeddedView(L.templateRef,L.context,{injector:L.injector});return y.rootNodes.forEach(T=>this.outletElement.appendChild(T)),y.detectChanges(),this.setDisposeFn(()=>{let T=p.indexOf(y);-1!==T&&p.remove(T)}),this._attachedPortal=L,y}dispose(){super.dispose(),this.outletElement.remove()}_getComponentRootNode(L){return L.hostView.rootNodes[0]}}let l6=(()=>{class O extends W4{constructor(p,y,T){super(),this._componentFactoryResolver=p,this._viewContainerRef=y,this._isInitialized=!1,this.attached=new o.vpe,this.attachDomPortal=K=>{const Le=K.element,vn=this._document.createComment("dom-portal");K.setAttachedHost(this),Le.parentNode.insertBefore(vn,Le),this._getRootNode().appendChild(Le),this._attachedPortal=K,super.setDisposeFn(()=>{vn.parentNode&&vn.parentNode.replaceChild(Le,vn)})},this._document=T}get portal(){return this._attachedPortal}set portal(p){this.hasAttached()&&!p&&!this._isInitialized||(this.hasAttached()&&super.detach(),p&&super.attach(p),this._attachedPortal=p||null)}get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedRef=this._attachedPortal=null}attachComponentPortal(p){p.setAttachedHost(this);const y=null!=p.viewContainerRef?p.viewContainerRef:this._viewContainerRef,K=(p.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(p.component),Le=y.createComponent(K,y.length,p.injector||y.injector,p.projectableNodes||void 0);return y!==this._viewContainerRef&&this._getRootNode().appendChild(Le.hostView.rootNodes[0]),super.setDisposeFn(()=>Le.destroy()),this._attachedPortal=p,this._attachedRef=Le,this.attached.emit(Le),Le}attachTemplatePortal(p){p.setAttachedHost(this);const y=this._viewContainerRef.createEmbeddedView(p.templateRef,p.context,{injector:p.injector});return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=p,this._attachedRef=y,this.attached.emit(y),y}_getRootNode(){const p=this._viewContainerRef.element.nativeElement;return p.nodeType===p.ELEMENT_NODE?p:p.parentNode}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o._Vd),o.Y36(o.s_b),o.Y36(u.K0))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:["cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],features:[o.qOj]})}return O})(),ah=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({})}return O})();const k8=He();class q4{constructor(L,p){this._viewportRuler=L,this._previousHTMLStyles={top:"",left:""},this._isEnabled=!1,this._document=p}attach(){}enable(){if(this._canBeEnabled()){const L=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=L.style.left||"",this._previousHTMLStyles.top=L.style.top||"",L.style.left=qr(-this._previousScrollPosition.left),L.style.top=qr(-this._previousScrollPosition.top),L.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){const L=this._document.documentElement,y=L.style,T=this._document.body.style,K=y.scrollBehavior||"",Le=T.scrollBehavior||"";this._isEnabled=!1,y.left=this._previousHTMLStyles.left,y.top=this._previousHTMLStyles.top,L.classList.remove("cdk-global-scrollblock"),k8&&(y.scrollBehavior=T.scrollBehavior="auto"),window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),k8&&(y.scrollBehavior=K,T.scrollBehavior=Le)}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;const p=this._document.body,y=this._viewportRuler.getViewportSize();return p.scrollHeight>y.height||p.scrollWidth>y.width}}class Q9{constructor(L,p,y,T){this._scrollDispatcher=L,this._ngZone=p,this._viewportRuler=y,this._config=T,this._scrollSubscription=null,this._detach=()=>{this.disable(),this._overlayRef.hasAttached()&&this._ngZone.run(()=>this._overlayRef.detach())}}attach(L){this._overlayRef=L}enable(){if(this._scrollSubscription)return;const L=this._scrollDispatcher.scrolled(0).pipe((0,ps.h)(p=>!p||!this._overlayRef.overlayElement.contains(p.getElementRef().nativeElement)));this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=L.subscribe(()=>{const p=this._viewportRuler.getViewportScrollPosition().top;Math.abs(p-this._initialScrollPosition)>this._config.threshold?this._detach():this._overlayRef.updatePosition()})):this._scrollSubscription=L.subscribe(this._detach)}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}class L8{enable(){}disable(){}attach(){}}function o1(O,L){return L.some(p=>O.bottomp.bottom||O.rightp.right)}function P8(O,L){return L.some(p=>O.topp.bottom||O.leftp.right)}class ch{constructor(L,p,y,T){this._scrollDispatcher=L,this._viewportRuler=p,this._ngZone=y,this._config=T,this._scrollSubscription=null}attach(L){this._overlayRef=L}enable(){this._scrollSubscription||(this._scrollSubscription=this._scrollDispatcher.scrolled(this._config?this._config.scrollThrottle:0).subscribe(()=>{if(this._overlayRef.updatePosition(),this._config&&this._config.autoClose){const p=this._overlayRef.overlayElement.getBoundingClientRect(),{width:y,height:T}=this._viewportRuler.getViewportSize();o1(p,[{width:y,height:T,bottom:T,right:y,top:0,left:0}])&&(this.disable(),this._ngZone.run(()=>this._overlayRef.detach()))}}))}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}let lh=(()=>{class O{constructor(p,y,T,K){this._scrollDispatcher=p,this._viewportRuler=y,this._ngZone=T,this.noop=()=>new L8,this.close=Le=>new Q9(this._scrollDispatcher,this._ngZone,this._viewportRuler,Le),this.block=()=>new q4(this._viewportRuler,this._document),this.reposition=Le=>new ch(this._scrollDispatcher,this._viewportRuler,this._ngZone,Le),this._document=K}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(O8),o.LFG(wf),o.LFG(o.R0b),o.LFG(u.K0))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();class G2{constructor(L){if(this.scrollStrategy=new L8,this.panelClass="",this.hasBackdrop=!1,this.backdropClass="cdk-overlay-dark-backdrop",this.disposeOnNavigation=!1,L){const p=Object.keys(L);for(const y of p)void 0!==L[y]&&(this[y]=L[y])}}}class u6{constructor(L,p){this.connectionPair=L,this.scrollableViewProperties=p}}let P0=(()=>{class O{constructor(p){this._attachedOverlays=[],this._document=p}ngOnDestroy(){this.detach()}add(p){this.remove(p),this._attachedOverlays.push(p)}remove(p){const y=this._attachedOverlays.indexOf(p);y>-1&&this._attachedOverlays.splice(y,1),0===this._attachedOverlays.length&&this.detach()}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(u.K0))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),dh=(()=>{class O extends P0{constructor(p,y){super(p),this._ngZone=y,this._keydownListener=T=>{const K=this._attachedOverlays;for(let Le=K.length-1;Le>-1;Le--)if(K[Le]._keydownEvents.observers.length>0){const vn=K[Le]._keydownEvents;this._ngZone?this._ngZone.run(()=>vn.next(T)):vn.next(T);break}}}add(p){super.add(p),this._isAttached||(this._ngZone?this._ngZone.runOutsideAngular(()=>this._document.body.addEventListener("keydown",this._keydownListener)):this._document.body.addEventListener("keydown",this._keydownListener),this._isAttached=!0)}detach(){this._isAttached&&(this._document.body.removeEventListener("keydown",this._keydownListener),this._isAttached=!1)}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(u.K0),o.LFG(o.R0b,8))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),ou=(()=>{class O extends P0{constructor(p,y,T){super(p),this._platform=y,this._ngZone=T,this._cursorStyleIsSet=!1,this._pointerDownListener=K=>{this._pointerDownEventTarget=xe(K)},this._clickListener=K=>{const Le=xe(K),vn="click"===K.type&&this._pointerDownEventTarget?this._pointerDownEventTarget:Le;this._pointerDownEventTarget=null;const di=this._attachedOverlays.slice();for(let Wi=di.length-1;Wi>-1;Wi--){const tr=di[Wi];if(tr._outsidePointerEvents.observers.length<1||!tr.hasAttached())continue;if(tr.overlayElement.contains(Le)||tr.overlayElement.contains(vn))break;const Io=tr._outsidePointerEvents;this._ngZone?this._ngZone.run(()=>Io.next(K)):Io.next(K)}}}add(p){if(super.add(p),!this._isAttached){const y=this._document.body;this._ngZone?this._ngZone.runOutsideAngular(()=>this._addEventListeners(y)):this._addEventListeners(y),this._platform.IOS&&!this._cursorStyleIsSet&&(this._cursorOriginalValue=y.style.cursor,y.style.cursor="pointer",this._cursorStyleIsSet=!0),this._isAttached=!0}}detach(){if(this._isAttached){const p=this._document.body;p.removeEventListener("pointerdown",this._pointerDownListener,!0),p.removeEventListener("click",this._clickListener,!0),p.removeEventListener("auxclick",this._clickListener,!0),p.removeEventListener("contextmenu",this._clickListener,!0),this._platform.IOS&&this._cursorStyleIsSet&&(p.style.cursor=this._cursorOriginalValue,this._cursorStyleIsSet=!1),this._isAttached=!1}}_addEventListeners(p){p.addEventListener("pointerdown",this._pointerDownListener,!0),p.addEventListener("click",this._clickListener,!0),p.addEventListener("auxclick",this._clickListener,!0),p.addEventListener("contextmenu",this._clickListener,!0)}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(u.K0),o.LFG(te),o.LFG(o.R0b,8))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),V0=(()=>{class O{constructor(p,y){this._platform=y,this._document=p}ngOnDestroy(){this._containerElement?.remove()}getContainerElement(){return this._containerElement||this._createContainer(),this._containerElement}_createContainer(){const p="cdk-overlay-container";if(this._platform.isBrowser||ye()){const T=this._document.querySelectorAll(`.${p}[platform="server"], .${p}[platform="test"]`);for(let K=0;Kthis._backdropClick.next(Io),this._backdropTransitionendHandler=Io=>{this._disposeBackdrop(Io.target)},this._keydownEvents=new Oe.x,this._outsidePointerEvents=new Oe.x,T.scrollStrategy&&(this._scrollStrategy=T.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=T.positionStrategy}get overlayElement(){return this._pane}get backdropElement(){return this._backdropElement}get hostElement(){return this._host}attach(L){!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host);const p=this._portalOutlet.attach(L);return this._positionStrategy&&this._positionStrategy.attach(this),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._ngZone.onStable.pipe((0,Oo.q)(1)).subscribe(()=>{this.hasAttached()&&this.updatePosition()}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),this._outsideClickDispatcher.add(this),"function"==typeof p?.onDestroy&&p.onDestroy(()=>{this.hasAttached()&&this._ngZone.runOutsideAngular(()=>Promise.resolve().then(()=>this.detach()))}),p}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();const L=this._portalOutlet.detach();return this._detachments.next(),this._keyboardDispatcher.remove(this),this._detachContentWhenStable(),this._locationChanges.unsubscribe(),this._outsideClickDispatcher.remove(this),L}dispose(){const L=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this._disposeBackdrop(this._backdropElement),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._outsidePointerEvents.complete(),this._outsideClickDispatcher.remove(this),this._host?.remove(),this._previousHostParent=this._pane=this._host=null,L&&this._detachments.next(),this._detachments.complete()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick}attachments(){return this._attachments}detachments(){return this._detachments}keydownEvents(){return this._keydownEvents}outsidePointerEvents(){return this._outsidePointerEvents}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(L){L!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=L,this.hasAttached()&&(L.attach(this),this.updatePosition()))}updateSize(L){this._config={...this._config,...L},this._updateElementSize()}setDirection(L){this._config={...this._config,direction:L},this._updateElementDirection()}addPanelClass(L){this._pane&&this._toggleClasses(this._pane,L,!0)}removePanelClass(L){this._pane&&this._toggleClasses(this._pane,L,!1)}getDirection(){const L=this._config.direction;return L?"string"==typeof L?L:L.value:"ltr"}updateScrollStrategy(L){L!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=L,this.hasAttached()&&(L.attach(this),L.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;const L=this._pane.style;L.width=qr(this._config.width),L.height=qr(this._config.height),L.minWidth=qr(this._config.minWidth),L.minHeight=qr(this._config.minHeight),L.maxWidth=qr(this._config.maxWidth),L.maxHeight=qr(this._config.maxHeight)}_togglePointerEvents(L){this._pane.style.pointerEvents=L?"":"none"}_attachBackdrop(){const L="cdk-overlay-backdrop-showing";this._backdropElement=this._document.createElement("div"),this._backdropElement.classList.add("cdk-overlay-backdrop"),this._animationsDisabled&&this._backdropElement.classList.add("cdk-overlay-backdrop-noop-animation"),this._config.backdropClass&&this._toggleClasses(this._backdropElement,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropElement,this._host),this._backdropElement.addEventListener("click",this._backdropClickHandler),!this._animationsDisabled&&typeof requestAnimationFrame<"u"?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{this._backdropElement&&this._backdropElement.classList.add(L)})}):this._backdropElement.classList.add(L)}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){const L=this._backdropElement;if(L){if(this._animationsDisabled)return void this._disposeBackdrop(L);L.classList.remove("cdk-overlay-backdrop-showing"),this._ngZone.runOutsideAngular(()=>{L.addEventListener("transitionend",this._backdropTransitionendHandler)}),L.style.pointerEvents="none",this._backdropTimeout=this._ngZone.runOutsideAngular(()=>setTimeout(()=>{this._disposeBackdrop(L)},500))}}_toggleClasses(L,p,y){const T=ma(p||[]).filter(K=>!!K);T.length&&(y?L.classList.add(...T):L.classList.remove(...T))}_detachContentWhenStable(){this._ngZone.runOutsideAngular(()=>{const L=this._ngZone.onStable.pipe((0,Ar.R)((0,ud.T)(this._attachments,this._detachments))).subscribe(()=>{(!this._pane||!this._host||0===this._pane.children.length)&&(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._host.remove()),L.unsubscribe())})})}_disposeScrollStrategy(){const L=this._scrollStrategy;L&&(L.disable(),L.detach&&L.detach())}_disposeBackdrop(L){L&&(L.removeEventListener("click",this._backdropClickHandler),L.removeEventListener("transitionend",this._backdropTransitionendHandler),L.remove(),this._backdropElement===L&&(this._backdropElement=null)),this._backdropTimeout&&(clearTimeout(this._backdropTimeout),this._backdropTimeout=void 0)}}const f6="cdk-overlay-connected-position-bounding-box",z8=/([A-Za-z%]+)$/;class K4{get positions(){return this._preferredPositions}constructor(L,p,y,T,K){this._viewportRuler=p,this._document=y,this._platform=T,this._overlayContainer=K,this._lastBoundingBoxSize={width:0,height:0},this._isPushed=!1,this._canPush=!0,this._growAfterOpen=!1,this._hasFlexibleDimensions=!0,this._positionLocked=!1,this._viewportMargin=0,this._scrollables=[],this._preferredPositions=[],this._positionChanges=new Oe.x,this._resizeSubscription=We.w0.EMPTY,this._offsetX=0,this._offsetY=0,this._appliedPanelClasses=[],this.positionChanges=this._positionChanges,this.setOrigin(L)}attach(L){this._validatePositions(),L.hostElement.classList.add(f6),this._overlayRef=L,this._boundingBox=L.hostElement,this._pane=L.overlayElement,this._isDisposed=!1,this._isInitialRender=!0,this._lastPosition=null,this._resizeSubscription.unsubscribe(),this._resizeSubscription=this._viewportRuler.change().subscribe(()=>{this._isInitialRender=!0,this.apply()})}apply(){if(this._isDisposed||!this._platform.isBrowser)return;if(!this._isInitialRender&&this._positionLocked&&this._lastPosition)return void this.reapplyLastPosition();this._clearPanelClasses(),this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const L=this._originRect,p=this._overlayRect,y=this._viewportRect,T=this._containerRect,K=[];let Le;for(let vn of this._preferredPositions){let di=this._getOriginPoint(L,T,vn),Wi=this._getOverlayPoint(di,p,vn),tr=this._getOverlayFit(Wi,p,y,vn);if(tr.isCompletelyWithinViewport)return this._isPushed=!1,void this._applyPosition(vn,di);this._canFitWithFlexibleDimensions(tr,Wi,y)?K.push({position:vn,origin:di,overlayRect:p,boundingBoxRect:this._calculateBoundingBoxRect(di,vn)}):(!Le||Le.overlayFit.visibleAreadi&&(di=tr,vn=Wi)}return this._isPushed=!1,void this._applyPosition(vn.position,vn.origin)}if(this._canPush)return this._isPushed=!0,void this._applyPosition(Le.position,Le.originPoint);this._applyPosition(Le.position,Le.originPoint)}detach(){this._clearPanelClasses(),this._lastPosition=null,this._previousPushAmount=null,this._resizeSubscription.unsubscribe()}dispose(){this._isDisposed||(this._boundingBox&&Ad(this._boundingBox.style,{top:"",left:"",right:"",bottom:"",height:"",width:"",alignItems:"",justifyContent:""}),this._pane&&this._resetOverlayElementStyles(),this._overlayRef&&this._overlayRef.hostElement.classList.remove(f6),this.detach(),this._positionChanges.complete(),this._overlayRef=this._boundingBox=null,this._isDisposed=!0)}reapplyLastPosition(){if(this._isDisposed||!this._platform.isBrowser)return;const L=this._lastPosition;if(L){this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const p=this._getOriginPoint(this._originRect,this._containerRect,L);this._applyPosition(L,p)}else this.apply()}withScrollableContainers(L){return this._scrollables=L,this}withPositions(L){return this._preferredPositions=L,-1===L.indexOf(this._lastPosition)&&(this._lastPosition=null),this._validatePositions(),this}withViewportMargin(L){return this._viewportMargin=L,this}withFlexibleDimensions(L=!0){return this._hasFlexibleDimensions=L,this}withGrowAfterOpen(L=!0){return this._growAfterOpen=L,this}withPush(L=!0){return this._canPush=L,this}withLockedPosition(L=!0){return this._positionLocked=L,this}setOrigin(L){return this._origin=L,this}withDefaultOffsetX(L){return this._offsetX=L,this}withDefaultOffsetY(L){return this._offsetY=L,this}withTransformOriginOn(L){return this._transformOriginSelector=L,this}_getOriginPoint(L,p,y){let T,K;if("center"==y.originX)T=L.left+L.width/2;else{const Le=this._isRtl()?L.right:L.left,vn=this._isRtl()?L.left:L.right;T="start"==y.originX?Le:vn}return p.left<0&&(T-=p.left),K="center"==y.originY?L.top+L.height/2:"top"==y.originY?L.top:L.bottom,p.top<0&&(K-=p.top),{x:T,y:K}}_getOverlayPoint(L,p,y){let T,K;return T="center"==y.overlayX?-p.width/2:"start"===y.overlayX?this._isRtl()?-p.width:0:this._isRtl()?0:-p.width,K="center"==y.overlayY?-p.height/2:"top"==y.overlayY?0:-p.height,{x:L.x+T,y:L.y+K}}_getOverlayFit(L,p,y,T){const K=p6(p);let{x:Le,y:vn}=L,di=this._getOffset(T,"x"),Wi=this._getOffset(T,"y");di&&(Le+=di),Wi&&(vn+=Wi);let gc=0-vn,Ma=vn+K.height-y.height,Wa=this._subtractOverflows(K.width,0-Le,Le+K.width-y.width),Ha=this._subtractOverflows(K.height,gc,Ma),a1=Wa*Ha;return{visibleArea:a1,isCompletelyWithinViewport:K.width*K.height===a1,fitsInViewportVertically:Ha===K.height,fitsInViewportHorizontally:Wa==K.width}}_canFitWithFlexibleDimensions(L,p,y){if(this._hasFlexibleDimensions){const T=y.bottom-p.y,K=y.right-p.x,Le=h6(this._overlayRef.getConfig().minHeight),vn=h6(this._overlayRef.getConfig().minWidth);return(L.fitsInViewportVertically||null!=Le&&Le<=T)&&(L.fitsInViewportHorizontally||null!=vn&&vn<=K)}return!1}_pushOverlayOnScreen(L,p,y){if(this._previousPushAmount&&this._positionLocked)return{x:L.x+this._previousPushAmount.x,y:L.y+this._previousPushAmount.y};const T=p6(p),K=this._viewportRect,Le=Math.max(L.x+T.width-K.width,0),vn=Math.max(L.y+T.height-K.height,0),di=Math.max(K.top-y.top-L.y,0),Wi=Math.max(K.left-y.left-L.x,0);let tr=0,Io=0;return tr=T.width<=K.width?Wi||-Le:L.xWa&&!this._isInitialRender&&!this._growAfterOpen&&(Le=L.y-Wa/2)}if("end"===p.overlayX&&!T||"start"===p.overlayX&&T)gc=y.width-L.x+this._viewportMargin,tr=L.x-this._viewportMargin;else if("start"===p.overlayX&&!T||"end"===p.overlayX&&T)Io=L.x,tr=y.right-L.x;else{const Ma=Math.min(y.right-L.x+y.left,L.x),Wa=this._lastBoundingBoxSize.width;tr=2*Ma,Io=L.x-Ma,tr>Wa&&!this._isInitialRender&&!this._growAfterOpen&&(Io=L.x-Wa/2)}return{top:Le,left:Io,bottom:vn,right:gc,width:tr,height:K}}_setBoundingBoxStyles(L,p){const y=this._calculateBoundingBoxRect(L,p);!this._isInitialRender&&!this._growAfterOpen&&(y.height=Math.min(y.height,this._lastBoundingBoxSize.height),y.width=Math.min(y.width,this._lastBoundingBoxSize.width));const T={};if(this._hasExactPosition())T.top=T.left="0",T.bottom=T.right=T.maxHeight=T.maxWidth="",T.width=T.height="100%";else{const K=this._overlayRef.getConfig().maxHeight,Le=this._overlayRef.getConfig().maxWidth;T.height=qr(y.height),T.top=qr(y.top),T.bottom=qr(y.bottom),T.width=qr(y.width),T.left=qr(y.left),T.right=qr(y.right),T.alignItems="center"===p.overlayX?"center":"end"===p.overlayX?"flex-end":"flex-start",T.justifyContent="center"===p.overlayY?"center":"bottom"===p.overlayY?"flex-end":"flex-start",K&&(T.maxHeight=qr(K)),Le&&(T.maxWidth=qr(Le))}this._lastBoundingBoxSize=y,Ad(this._boundingBox.style,T)}_resetBoundingBoxStyles(){Ad(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})}_resetOverlayElementStyles(){Ad(this._pane.style,{top:"",left:"",bottom:"",right:"",position:"",transform:""})}_setOverlayElementStyles(L,p){const y={},T=this._hasExactPosition(),K=this._hasFlexibleDimensions,Le=this._overlayRef.getConfig();if(T){const tr=this._viewportRuler.getViewportScrollPosition();Ad(y,this._getExactOverlayY(p,L,tr)),Ad(y,this._getExactOverlayX(p,L,tr))}else y.position="static";let vn="",di=this._getOffset(p,"x"),Wi=this._getOffset(p,"y");di&&(vn+=`translateX(${di}px) `),Wi&&(vn+=`translateY(${Wi}px)`),y.transform=vn.trim(),Le.maxHeight&&(T?y.maxHeight=qr(Le.maxHeight):K&&(y.maxHeight="")),Le.maxWidth&&(T?y.maxWidth=qr(Le.maxWidth):K&&(y.maxWidth="")),Ad(this._pane.style,y)}_getExactOverlayY(L,p,y){let T={top:"",bottom:""},K=this._getOverlayPoint(p,this._overlayRect,L);return this._isPushed&&(K=this._pushOverlayOnScreen(K,this._overlayRect,y)),"bottom"===L.overlayY?T.bottom=this._document.documentElement.clientHeight-(K.y+this._overlayRect.height)+"px":T.top=qr(K.y),T}_getExactOverlayX(L,p,y){let Le,T={left:"",right:""},K=this._getOverlayPoint(p,this._overlayRect,L);return this._isPushed&&(K=this._pushOverlayOnScreen(K,this._overlayRect,y)),Le=this._isRtl()?"end"===L.overlayX?"left":"right":"end"===L.overlayX?"right":"left","right"===Le?T.right=this._document.documentElement.clientWidth-(K.x+this._overlayRect.width)+"px":T.left=qr(K.x),T}_getScrollVisibility(){const L=this._getOriginRect(),p=this._pane.getBoundingClientRect(),y=this._scrollables.map(T=>T.getElementRef().nativeElement.getBoundingClientRect());return{isOriginClipped:P8(L,y),isOriginOutsideView:o1(L,y),isOverlayClipped:P8(p,y),isOverlayOutsideView:o1(p,y)}}_subtractOverflows(L,...p){return p.reduce((y,T)=>y-Math.max(T,0),L)}_getNarrowedViewportRect(){const L=this._document.documentElement.clientWidth,p=this._document.documentElement.clientHeight,y=this._viewportRuler.getViewportScrollPosition();return{top:y.top+this._viewportMargin,left:y.left+this._viewportMargin,right:y.left+L-this._viewportMargin,bottom:y.top+p-this._viewportMargin,width:L-2*this._viewportMargin,height:p-2*this._viewportMargin}}_isRtl(){return"rtl"===this._overlayRef.getDirection()}_hasExactPosition(){return!this._hasFlexibleDimensions||this._isPushed}_getOffset(L,p){return"x"===p?null==L.offsetX?this._offsetX:L.offsetX:null==L.offsetY?this._offsetY:L.offsetY}_validatePositions(){}_addPanelClasses(L){this._pane&&ma(L).forEach(p=>{""!==p&&-1===this._appliedPanelClasses.indexOf(p)&&(this._appliedPanelClasses.push(p),this._pane.classList.add(p))})}_clearPanelClasses(){this._pane&&(this._appliedPanelClasses.forEach(L=>{this._pane.classList.remove(L)}),this._appliedPanelClasses=[])}_getOriginRect(){const L=this._origin;if(L instanceof o.SBq)return L.nativeElement.getBoundingClientRect();if(L instanceof Element)return L.getBoundingClientRect();const p=L.width||0,y=L.height||0;return{top:L.y,bottom:L.y+y,left:L.x,right:L.x+p,height:y,width:p}}}function Ad(O,L){for(let p in L)L.hasOwnProperty(p)&&(O[p]=L[p]);return O}function h6(O){if("number"!=typeof O&&null!=O){const[L,p]=O.split(z8);return p&&"px"!==p?null:parseFloat(L)}return O||null}function p6(O){return{top:Math.floor(O.top),right:Math.floor(O.right),bottom:Math.floor(O.bottom),left:Math.floor(O.left),width:Math.floor(O.width),height:Math.floor(O.height)}}const m6="cdk-global-overlay-wrapper";class U8{constructor(){this._cssPosition="static",this._topOffset="",this._bottomOffset="",this._alignItems="",this._xPosition="",this._xOffset="",this._width="",this._height="",this._isDisposed=!1}attach(L){const p=L.getConfig();this._overlayRef=L,this._width&&!p.width&&L.updateSize({width:this._width}),this._height&&!p.height&&L.updateSize({height:this._height}),L.hostElement.classList.add(m6),this._isDisposed=!1}top(L=""){return this._bottomOffset="",this._topOffset=L,this._alignItems="flex-start",this}left(L=""){return this._xOffset=L,this._xPosition="left",this}bottom(L=""){return this._topOffset="",this._bottomOffset=L,this._alignItems="flex-end",this}right(L=""){return this._xOffset=L,this._xPosition="right",this}start(L=""){return this._xOffset=L,this._xPosition="start",this}end(L=""){return this._xOffset=L,this._xPosition="end",this}width(L=""){return this._overlayRef?this._overlayRef.updateSize({width:L}):this._width=L,this}height(L=""){return this._overlayRef?this._overlayRef.updateSize({height:L}):this._height=L,this}centerHorizontally(L=""){return this.left(L),this._xPosition="center",this}centerVertically(L=""){return this.top(L),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;const L=this._overlayRef.overlayElement.style,p=this._overlayRef.hostElement.style,y=this._overlayRef.getConfig(),{width:T,height:K,maxWidth:Le,maxHeight:vn}=y,di=!("100%"!==T&&"100vw"!==T||Le&&"100%"!==Le&&"100vw"!==Le),Wi=!("100%"!==K&&"100vh"!==K||vn&&"100%"!==vn&&"100vh"!==vn),tr=this._xPosition,Io=this._xOffset,gc="rtl"===this._overlayRef.getConfig().direction;let Ma="",Wa="",Ha="";di?Ha="flex-start":"center"===tr?(Ha="center",gc?Wa=Io:Ma=Io):gc?"left"===tr||"end"===tr?(Ha="flex-end",Ma=Io):("right"===tr||"start"===tr)&&(Ha="flex-start",Wa=Io):"left"===tr||"start"===tr?(Ha="flex-start",Ma=Io):("right"===tr||"end"===tr)&&(Ha="flex-end",Wa=Io),L.position=this._cssPosition,L.marginLeft=di?"0":Ma,L.marginTop=Wi?"0":this._topOffset,L.marginBottom=this._bottomOffset,L.marginRight=di?"0":Wa,p.justifyContent=Ha,p.alignItems=Wi?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;const L=this._overlayRef.overlayElement.style,p=this._overlayRef.hostElement,y=p.style;p.classList.remove(m6),y.justifyContent=y.alignItems=L.marginTop=L.marginBottom=L.marginLeft=L.marginRight=L.position="",this._overlayRef=null,this._isDisposed=!0}}let L1=(()=>{class O{constructor(p,y,T,K){this._viewportRuler=p,this._document=y,this._platform=T,this._overlayContainer=K}global(){return new U8}flexibleConnectedTo(p){return new K4(p,this._viewportRuler,this._document,this._platform,this._overlayContainer)}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(wf),o.LFG(u.K0),o.LFG(te),o.LFG(V0))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})(),Q4=0,Yu=(()=>{class O{constructor(p,y,T,K,Le,vn,di,Wi,tr,Io,gc,Ma){this.scrollStrategies=p,this._overlayContainer=y,this._componentFactoryResolver=T,this._positionBuilder=K,this._keyboardDispatcher=Le,this._injector=vn,this._ngZone=di,this._document=Wi,this._directionality=tr,this._location=Io,this._outsideClickDispatcher=gc,this._animationsModuleType=Ma}create(p){const y=this._createHostElement(),T=this._createPaneElement(y),K=this._createPortalOutlet(T),Le=new G2(p);return Le.direction=Le.direction||this._directionality.value,new H8(K,y,T,Le,this._ngZone,this._keyboardDispatcher,this._document,this._location,this._outsideClickDispatcher,"NoopAnimations"===this._animationsModuleType)}position(){return this._positionBuilder}_createPaneElement(p){const y=this._document.createElement("div");return y.id="cdk-overlay-"+Q4++,y.classList.add("cdk-overlay-pane"),p.appendChild(y),y}_createHostElement(){const p=this._document.createElement("div");return this._overlayContainer.getContainerElement().appendChild(p),p}_createPortalOutlet(p){return this._appRef||(this._appRef=this._injector.get(o.z2F)),new c6(p,this._componentFactoryResolver,this._appRef,this._injector,this._document)}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(lh),o.LFG(V0),o.LFG(o._Vd),o.LFG(L1),o.LFG(dh),o.LFG(o.zs3),o.LFG(o.R0b),o.LFG(u.K0),o.LFG(Hc),o.LFG(u.Ye),o.LFG(ou),o.LFG(o.QbO,8))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();const Z4=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],Rc=new o.OlP("cdk-connected-overlay-scroll-strategy");let su=(()=>{class O{constructor(p){this.elementRef=p}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["","cdk-overlay-origin",""],["","overlay-origin",""],["","cdkOverlayOrigin",""]],exportAs:["cdkOverlayOrigin"],standalone:!0})}return O})(),J4=(()=>{class O{get offsetX(){return this._offsetX}set offsetX(p){this._offsetX=p,this._position&&this._updatePositionStrategy(this._position)}get offsetY(){return this._offsetY}set offsetY(p){this._offsetY=p,this._position&&this._updatePositionStrategy(this._position)}get hasBackdrop(){return this._hasBackdrop}set hasBackdrop(p){this._hasBackdrop=ai(p)}get lockPosition(){return this._lockPosition}set lockPosition(p){this._lockPosition=ai(p)}get flexibleDimensions(){return this._flexibleDimensions}set flexibleDimensions(p){this._flexibleDimensions=ai(p)}get growAfterOpen(){return this._growAfterOpen}set growAfterOpen(p){this._growAfterOpen=ai(p)}get push(){return this._push}set push(p){this._push=ai(p)}constructor(p,y,T,K,Le){this._overlay=p,this._dir=Le,this._hasBackdrop=!1,this._lockPosition=!1,this._growAfterOpen=!1,this._flexibleDimensions=!1,this._push=!1,this._backdropSubscription=We.w0.EMPTY,this._attachSubscription=We.w0.EMPTY,this._detachSubscription=We.w0.EMPTY,this._positionSubscription=We.w0.EMPTY,this.viewportMargin=0,this.open=!1,this.disableClose=!1,this.backdropClick=new o.vpe,this.positionChange=new o.vpe,this.attach=new o.vpe,this.detach=new o.vpe,this.overlayKeydown=new o.vpe,this.overlayOutsideClick=new o.vpe,this._templatePortal=new s6(y,T),this._scrollStrategyFactory=K,this.scrollStrategy=this._scrollStrategyFactory()}get overlayRef(){return this._overlayRef}get dir(){return this._dir?this._dir.value:"ltr"}ngOnDestroy(){this._attachSubscription.unsubscribe(),this._detachSubscription.unsubscribe(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this._overlayRef&&this._overlayRef.dispose()}ngOnChanges(p){this._position&&(this._updatePositionStrategy(this._position),this._overlayRef.updateSize({width:this.width,minWidth:this.minWidth,height:this.height,minHeight:this.minHeight}),p.origin&&this.open&&this._position.apply()),p.open&&(this.open?this._attachOverlay():this._detachOverlay())}_createOverlay(){(!this.positions||!this.positions.length)&&(this.positions=Z4);const p=this._overlayRef=this._overlay.create(this._buildConfig());this._attachSubscription=p.attachments().subscribe(()=>this.attach.emit()),this._detachSubscription=p.detachments().subscribe(()=>this.detach.emit()),p.keydownEvents().subscribe(y=>{this.overlayKeydown.next(y),27===y.keyCode&&!this.disableClose&&!co(y)&&(y.preventDefault(),this._detachOverlay())}),this._overlayRef.outsidePointerEvents().subscribe(y=>{this.overlayOutsideClick.next(y)})}_buildConfig(){const p=this._position=this.positionStrategy||this._createPositionStrategy(),y=new G2({direction:this._dir,positionStrategy:p,scrollStrategy:this.scrollStrategy,hasBackdrop:this.hasBackdrop});return(this.width||0===this.width)&&(y.width=this.width),(this.height||0===this.height)&&(y.height=this.height),(this.minWidth||0===this.minWidth)&&(y.minWidth=this.minWidth),(this.minHeight||0===this.minHeight)&&(y.minHeight=this.minHeight),this.backdropClass&&(y.backdropClass=this.backdropClass),this.panelClass&&(y.panelClass=this.panelClass),y}_updatePositionStrategy(p){const y=this.positions.map(T=>({originX:T.originX,originY:T.originY,overlayX:T.overlayX,overlayY:T.overlayY,offsetX:T.offsetX||this.offsetX,offsetY:T.offsetY||this.offsetY,panelClass:T.panelClass||void 0}));return p.setOrigin(this._getFlexibleConnectedPositionStrategyOrigin()).withPositions(y).withFlexibleDimensions(this.flexibleDimensions).withPush(this.push).withGrowAfterOpen(this.growAfterOpen).withViewportMargin(this.viewportMargin).withLockedPosition(this.lockPosition).withTransformOriginOn(this.transformOriginSelector)}_createPositionStrategy(){const p=this._overlay.position().flexibleConnectedTo(this._getFlexibleConnectedPositionStrategyOrigin());return this._updatePositionStrategy(p),p}_getFlexibleConnectedPositionStrategyOrigin(){return this.origin instanceof su?this.origin.elementRef:this.origin}_attachOverlay(){this._overlayRef?this._overlayRef.getConfig().hasBackdrop=this.hasBackdrop:this._createOverlay(),this._overlayRef.hasAttached()||this._overlayRef.attach(this._templatePortal),this.hasBackdrop?this._backdropSubscription=this._overlayRef.backdropClick().subscribe(p=>{this.backdropClick.emit(p)}):this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this.positionChange.observers.length>0&&(this._positionSubscription=this._position.positionChanges.pipe((0,b2.o)(()=>this.positionChange.observers.length>0)).subscribe(p=>{this.positionChange.emit(p),0===this.positionChange.observers.length&&this._positionSubscription.unsubscribe()}))}_detachOverlay(){this._overlayRef&&this._overlayRef.detach(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe()}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(Yu),o.Y36(o.Rgc),o.Y36(o.s_b),o.Y36(Rc),o.Y36(Hc,8))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["","cdk-connected-overlay",""],["","connected-overlay",""],["","cdkConnectedOverlay",""]],inputs:{origin:["cdkConnectedOverlayOrigin","origin"],positions:["cdkConnectedOverlayPositions","positions"],positionStrategy:["cdkConnectedOverlayPositionStrategy","positionStrategy"],offsetX:["cdkConnectedOverlayOffsetX","offsetX"],offsetY:["cdkConnectedOverlayOffsetY","offsetY"],width:["cdkConnectedOverlayWidth","width"],height:["cdkConnectedOverlayHeight","height"],minWidth:["cdkConnectedOverlayMinWidth","minWidth"],minHeight:["cdkConnectedOverlayMinHeight","minHeight"],backdropClass:["cdkConnectedOverlayBackdropClass","backdropClass"],panelClass:["cdkConnectedOverlayPanelClass","panelClass"],viewportMargin:["cdkConnectedOverlayViewportMargin","viewportMargin"],scrollStrategy:["cdkConnectedOverlayScrollStrategy","scrollStrategy"],open:["cdkConnectedOverlayOpen","open"],disableClose:["cdkConnectedOverlayDisableClose","disableClose"],transformOriginSelector:["cdkConnectedOverlayTransformOriginOn","transformOriginSelector"],hasBackdrop:["cdkConnectedOverlayHasBackdrop","hasBackdrop"],lockPosition:["cdkConnectedOverlayLockPosition","lockPosition"],flexibleDimensions:["cdkConnectedOverlayFlexibleDimensions","flexibleDimensions"],growAfterOpen:["cdkConnectedOverlayGrowAfterOpen","growAfterOpen"],push:["cdkConnectedOverlayPush","push"]},outputs:{backdropClick:"backdropClick",positionChange:"positionChange",attach:"attach",detach:"detach",overlayKeydown:"overlayKeydown",overlayOutsideClick:"overlayOutsideClick"},exportAs:["cdkConnectedOverlay"],standalone:!0,features:[o.TTD]})}return O})();const j8={provide:Rc,deps:[Yu],useFactory:function g6(O){return()=>O.scrollStrategies.reposition()}};let Mf=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({providers:[Yu,j8],imports:[Zc,ah,r6,r6]})}return O})();class X4{get selected(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected}constructor(L=!1,p,y=!0,T){this._multiple=L,this._emitChanges=y,this.compareWith=T,this._selection=new Set,this._deselectedToEmit=[],this._selectedToEmit=[],this.changed=new Oe.x,p&&p.length&&(L?p.forEach(K=>this._markSelected(K)):this._markSelected(p[0]),this._selectedToEmit.length=0)}select(...L){this._verifyValueAssignment(L),L.forEach(y=>this._markSelected(y));const p=this._hasQueuedChanges();return this._emitChangeEvent(),p}deselect(...L){this._verifyValueAssignment(L),L.forEach(y=>this._unmarkSelected(y));const p=this._hasQueuedChanges();return this._emitChangeEvent(),p}setSelection(...L){this._verifyValueAssignment(L);const p=this.selected,y=new Set(L);L.forEach(K=>this._markSelected(K)),p.filter(K=>!y.has(K)).forEach(K=>this._unmarkSelected(K));const T=this._hasQueuedChanges();return this._emitChangeEvent(),T}toggle(L){return this.isSelected(L)?this.deselect(L):this.select(L)}clear(L=!0){this._unmarkAll();const p=this._hasQueuedChanges();return L&&this._emitChangeEvent(),p}isSelected(L){return this._selection.has(this._getConcreteValue(L))}isEmpty(){return 0===this._selection.size}hasValue(){return!this.isEmpty()}sort(L){this._multiple&&this.selected&&this._selected.sort(L)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(L){L=this._getConcreteValue(L),this.isSelected(L)||(this._multiple||this._unmarkAll(),this.isSelected(L)||this._selection.add(L),this._emitChanges&&this._selectedToEmit.push(L))}_unmarkSelected(L){L=this._getConcreteValue(L),this.isSelected(L)&&(this._selection.delete(L),this._emitChanges&&this._deselectedToEmit.push(L))}_unmarkAll(){this.isEmpty()||this._selection.forEach(L=>this._unmarkSelected(L))}_verifyValueAssignment(L){}_hasQueuedChanges(){return!(!this._deselectedToEmit.length&&!this._selectedToEmit.length)}_getConcreteValue(L){if(this.compareWith){for(let p of this._selection)if(this.compareWith(L,p))return p;return L}return L}}let Y8=(()=>{class O{constructor(){this._listeners=[]}notify(p,y){for(let T of this._listeners)T(p,y)}listen(p){return this._listeners.push(p),()=>{this._listeners=this._listeners.filter(y=>p!==y)}}ngOnDestroy(){this._listeners=[]}static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();var Af=_(3562),F0=_(4787);const v6=["trigger"],Df=["panel"];function b6(O,L){if(1&O&&(o.TgZ(0,"span",10),o._uU(1),o.qZA()),2&O){const p=o.oxw();o.xp6(1),o.Oqu(p.placeholder)}}function Of(O,L){if(1&O&&(o.TgZ(0,"span",14),o._uU(1),o.qZA()),2&O){const p=o.oxw(2);o.xp6(1),o.Oqu(p.triggerValue)}}function fh(O,L){1&O&&o.Hsn(0,0,["*ngSwitchCase","true"])}function y6(O,L){if(1&O&&(o.TgZ(0,"span",11),o.YNc(1,Of,2,1,"span",12),o.YNc(2,fh,1,0,"ng-content",13),o.qZA()),2&O){const p=o.oxw();o.Q6J("ngSwitch",!!p.customTrigger),o.xp6(2),o.Q6J("ngSwitchCase",!0)}}function ep(O,L){if(1&O){const p=o.EpF();o.O4$(),o.kcU(),o.TgZ(0,"div",15,16),o.NdJ("@transformPanel.done",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K._panelDoneAnimatingStream.next(T.toState))})("keydown",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K._handleKeydown(T))}),o.Hsn(2,1),o.qZA()}if(2&O){const p=o.oxw();o.Gre("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",p._getPanelTheme(),""),o.Q6J("ngClass",p.panelClass)("@transformPanel","showing"),o.uIk("id",p.id+"-panel")("aria-multiselectable",p.multiple)("aria-label",p.ariaLabel||null)("aria-labelledby",p._getPanelAriaLabelledby())}}const Wu=[[["mat-select-trigger"]],"*"],W8=["mat-select-trigger","*"],q8={transformPanelWrap:(0,ss.X$)("transformPanelWrap",[(0,ss.eR)("* => void",(0,ss.IO)("@transformPanel",[(0,ss.pV)()],{optional:!0}))]),transformPanel:(0,ss.X$)("transformPanel",[(0,ss.SB)("void",(0,ss.oB)({opacity:0,transform:"scale(1, 0.8)"})),(0,ss.eR)("void => showing",(0,ss.jt)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,ss.oB)({opacity:1,transform:"scale(1, 1)"}))),(0,ss.eR)("* => void",(0,ss.jt)("100ms linear",(0,ss.oB)({opacity:0})))])};let C6=0;const tp=new o.OlP("mat-select-scroll-strategy"),au=new o.OlP("MAT_SELECT_CONFIG"),If={provide:tp,deps:[Yu],useFactory:function hh(O){return()=>O.scrollStrategies.reposition()}},K8=new o.OlP("MatSelectTrigger");class np{constructor(L,p){this.source=L,this.value=p}}const Rf=_i(Vr(Cr(Xo(class{constructor(O,L,p,y,T){this._elementRef=O,this._defaultErrorStateMatcher=L,this._parentForm=p,this._parentFormGroup=y,this.ngControl=T,this.stateChanges=new Oe.x}}))));let E6=(()=>{class O extends Rf{get focused(){return this._focused||this._panelOpen}get placeholder(){return this._placeholder}set placeholder(p){this._placeholder=p,this.stateChanges.next()}get required(){return this._required??this.ngControl?.control?.hasValidator(D.kI.required)??!1}set required(p){this._required=ai(p),this.stateChanges.next()}get multiple(){return this._multiple}set multiple(p){this._multiple=ai(p)}get disableOptionCentering(){return this._disableOptionCentering}set disableOptionCentering(p){this._disableOptionCentering=ai(p)}get compareWith(){return this._compareWith}set compareWith(p){this._compareWith=p,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(p){this._assignValue(p)&&this._onChange(p)}get typeaheadDebounceInterval(){return this._typeaheadDebounceInterval}set typeaheadDebounceInterval(p){this._typeaheadDebounceInterval=fr(p)}get id(){return this._id}set id(p){this._id=p||this._uid,this.stateChanges.next()}constructor(p,y,T,K,Le,vn,di,Wi,tr,Io,gc,Ma,Wa,Ha){super(Le,K,di,Wi,Io),this._viewportRuler=p,this._changeDetectorRef=y,this._ngZone=T,this._dir=vn,this._parentFormField=tr,this._liveAnnouncer=Wa,this._defaultOptions=Ha,this._panelOpen=!1,this._compareWith=(a1,Xu)=>a1===Xu,this._uid="mat-select-"+C6++,this._triggerAriaLabelledBy=null,this._destroy=new Oe.x,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+C6++,this._panelDoneAnimatingStream=new Oe.x,this._overlayPanelClass=this._defaultOptions?.overlayPanelClass||"",this._focused=!1,this.controlType="mat-select",this._multiple=!1,this._disableOptionCentering=this._defaultOptions?.disableOptionCentering??!1,this.ariaLabel="",this.optionSelectionChanges=(0,Af.P)(()=>{const a1=this.options;return a1?a1.changes.pipe((0,_s.O)(a1),(0,F0.w)(()=>(0,ud.T)(...a1.map(Xu=>Xu.onSelectionChange)))):this._ngZone.onStable.pipe((0,Oo.q)(1),(0,F0.w)(()=>this.optionSelectionChanges))}),this.openedChange=new o.vpe,this._openedStream=this.openedChange.pipe((0,ps.h)(a1=>a1),(0,Za.U)(()=>{})),this._closedStream=this.openedChange.pipe((0,ps.h)(a1=>!a1),(0,Za.U)(()=>{})),this.selectionChange=new o.vpe,this.valueChange=new o.vpe,this._trackedModal=null,this.ngControl&&(this.ngControl.valueAccessor=this),null!=Ha?.typeaheadDebounceInterval&&(this._typeaheadDebounceInterval=Ha.typeaheadDebounceInterval),this._scrollStrategyFactory=Ma,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(gc)||0,this.id=this.id}ngOnInit(){this._selectionModel=new X4(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,gl.x)(),(0,Ar.R)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen))}ngAfterContentInit(){this._initKeyManager(),this._selectionModel.changed.pipe((0,Ar.R)(this._destroy)).subscribe(p=>{p.added.forEach(y=>y.select()),p.removed.forEach(y=>y.deselect())}),this.options.changes.pipe((0,_s.O)(null),(0,Ar.R)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const p=this._getTriggerAriaLabelledby(),y=this.ngControl;if(p!==this._triggerAriaLabelledBy){const T=this._elementRef.nativeElement;this._triggerAriaLabelledBy=p,p?T.setAttribute("aria-labelledby",p):T.removeAttribute("aria-labelledby")}y&&(this._previousControl!==y.control&&(void 0!==this._previousControl&&null!==y.disabled&&y.disabled!==this.disabled&&(this.disabled=y.disabled),this._previousControl=y.control),this.updateErrorState())}ngOnChanges(p){(p.disabled||p.userAriaDescribedBy)&&this.stateChanges.next(),p.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this._typeaheadDebounceInterval)}ngOnDestroy(){this._keyManager?.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._applyModalPanelOwnership(),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck())}_applyModalPanelOwnership(){const p=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!p)return;const y=`${this.id}-panel`;this._trackedModal&&Ja(this._trackedModal,"aria-owns",y),function I1(O,L,p){const y=_1(O,L);y.some(T=>T.trim()==p.trim())||(y.push(p.trim()),O.setAttribute(L,y.join(" ")))}(p,"aria-owns",y),this._trackedModal=p}_clearFromModal(){this._trackedModal&&(Ja(this._trackedModal,"aria-owns",`${this.id}-panel`),this._trackedModal=null)}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched())}writeValue(p){this._assignValue(p)}registerOnChange(p){this._onChange=p}registerOnTouched(p){this._onTouched=p}setDisabledState(p){this.disabled=p,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel?.selected||[]:this._selectionModel?.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const p=this._selectionModel.selected.map(y=>y.viewValue);return this._isRtl()&&p.reverse(),p.join(", ")}return this._selectionModel.selected[0].viewValue}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(p){this.disabled||(this.panelOpen?this._handleOpenKeydown(p):this._handleClosedKeydown(p))}_handleClosedKeydown(p){const y=p.keyCode,T=40===y||y===Z||y===P||39===y,K=13===y||32===y,Le=this._keyManager;if(!Le.isTyping()&&K&&!co(p)||(this.multiple||p.altKey)&&T)p.preventDefault(),this.open();else if(!this.multiple){const vn=this.selected;Le.onKeydown(p);const di=this.selected;di&&vn!==di&&this._liveAnnouncer.announce(di.viewValue,1e4)}}_handleOpenKeydown(p){const y=this._keyManager,T=p.keyCode,K=40===T||T===Z,Le=y.isTyping();if(K&&p.altKey)p.preventDefault(),this.close();else if(Le||13!==T&&32!==T||!y.activeItem||co(p))if(!Le&&this._multiple&&65===T&&p.ctrlKey){p.preventDefault();const vn=this.options.some(di=>!di.disabled&&!di.selected);this.options.forEach(di=>{di.disabled||(vn?di.select():di.deselect())})}else{const vn=y.activeItemIndex;y.onKeydown(p),this._multiple&&K&&p.shiftKey&&y.activeItem&&y.activeItemIndex!==vn&&y.activeItem._selectViaInteraction()}else p.preventDefault(),y.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this._keyManager?.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,Oo.q)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(p){if(this.options.forEach(y=>y.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&p)Array.isArray(p),p.forEach(y=>this._selectOptionByValue(y)),this._sortValues();else{const y=this._selectOptionByValue(p);y?this._keyManager.updateActiveItem(y):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(p){const y=this.options.find(T=>{if(this._selectionModel.isSelected(T))return!1;try{return null!=T.value&&this._compareWith(T.value,p)}catch{return!1}});return y&&this._selectionModel.select(y),y}_assignValue(p){return!!(p!==this._value||this._multiple&&Array.isArray(p))&&(this.options&&this._setSelectionByValue(p),this._value=p,!0)}_skipPredicate(p){return p.disabled}_initKeyManager(){this._keyManager=new Qr(this.options).withTypeAhead(this._typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const p=(0,ud.T)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,Ar.R)(p)).subscribe(y=>{this._onSelect(y.source,y.isUserInput),y.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,ud.T)(...this.options.map(y=>y._stateChanges)).pipe((0,Ar.R)(p)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(p,y){const T=this._selectionModel.isSelected(p);null!=p.value||this._multiple?(T!==p.selected&&(p.selected?this._selectionModel.select(p):this._selectionModel.deselect(p)),y&&this._keyManager.setActiveItem(p),this.multiple&&(this._sortValues(),y&&this.focus())):(p.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(p.value)),T!==this._selectionModel.isSelected(p)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const p=this.options.toArray();this._selectionModel.sort((y,T)=>this.sortComparator?this.sortComparator(y,T,p):p.indexOf(y)-p.indexOf(T)),this.stateChanges.next()}}_propagateChanges(p){let y=null;y=this.multiple?this.selected.map(T=>T.value):this.selected?this.selected.value:p,this._value=y,this.valueChange.emit(y),this._onChange(y),this.selectionChange.emit(this._getChangeEvent(y)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let p=-1;for(let y=0;y0}focus(p){this._elementRef.nativeElement.focus(p)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const p=this._parentFormField?.getLabelId();return this.ariaLabelledby?(p?p+" ":"")+this.ariaLabelledby:p}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;const p=this._parentFormField?.getLabelId();let y=(p?p+" ":"")+this._valueId;return this.ariaLabelledby&&(y+=" "+this.ariaLabelledby),y}_panelDoneAnimating(p){this.openedChange.emit(p)}setDescribedByIds(p){p.length?this._elementRef.nativeElement.setAttribute("aria-describedby",p.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this._panelOpen||!this.empty||this._focused&&!!this._placeholder}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(wf),o.Y36(o.sBO),o.Y36(o.R0b),o.Y36(Ec),o.Y36(o.SBq),o.Y36(Hc,8),o.Y36(D.F,8),o.Y36(D.sg,8),o.Y36(Vo,8),o.Y36(D.a5,10),o.$8M("tabindex"),o.Y36(tp),o.Y36(Fc),o.Y36(au,8))};static#t=this.\u0275dir=o.lG2({type:O,viewQuery:function(y,T){if(1&y&&(o.Gf(v6,5),o.Gf(Df,5),o.Gf(J4,5)),2&y){let K;o.iGM(K=o.CRH())&&(T.trigger=K.first),o.iGM(K=o.CRH())&&(T.panel=K.first),o.iGM(K=o.CRH())&&(T._overlayDir=K.first)}},inputs:{userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",placeholder:"placeholder",required:"required",multiple:"multiple",disableOptionCentering:"disableOptionCentering",compareWith:"compareWith",value:"value",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:"typeaheadDebounceInterval",sortComparator:"sortComparator",id:"id"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},features:[o.qOj,o.TTD]})}return O})(),ip=(()=>{class O extends E6{constructor(){super(...arguments),this.panelWidth=this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto",this._positions=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}],this._hideSingleSelectionIndicator=this._defaultOptions?.hideSingleSelectionIndicator??!1,this._skipPredicate=p=>!this.panelOpen&&p.disabled}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}ngOnInit(){super.ngOnInit(),this._viewportRuler.change().pipe((0,Ar.R)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}open(){this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),super.open(),this.stateChanges.next()}close(){super.close(),this.stateChanges.next()}_scrollOptionIntoView(p){const y=this.options.toArray()[p];if(y){const T=this.panel.nativeElement,K=function cr(O,L,p){if(p.length){let y=L.toArray(),T=p.toArray(),K=0;for(let Le=0;Lep+y?Math.max(0,O-y+L):p}(Le.offsetTop,Le.offsetHeight,T.scrollTop,T.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(p){return new np(this,p)}_getOverlayWidth(p){return"auto"===this.panelWidth?(p instanceof su?p.elementRef:p||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(p){this._hideSingleSelectionIndicator=ai(p),this._syncParentProperties()}_syncParentProperties(){if(this.options)for(const p of this.options)p._changeDetectorRef.markForCheck()}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-select"]],contentQueries:function(y,T,K){if(1&y&&(o.Suo(K,K8,5),o.Suo(K,Ci,5),o.Suo(K,ut,5)),2&y){let Le;o.iGM(Le=o.CRH())&&(T.customTrigger=Le.first),o.iGM(Le=o.CRH())&&(T.options=Le),o.iGM(Le=o.CRH())&&(T.optionGroups=Le)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","listbox","ngSkipHydration","",1,"mat-mdc-select"],hostVars:19,hostBindings:function(y,T){1&y&&o.NdJ("keydown",function(Le){return T._handleKeydown(Le)})("focus",function(){return T._onFocus()})("blur",function(){return T._onBlur()}),2&y&&(o.uIk("id",T.id)("tabindex",T.tabIndex)("aria-controls",T.panelOpen?T.id+"-panel":null)("aria-expanded",T.panelOpen)("aria-label",T.ariaLabel||null)("aria-required",T.required.toString())("aria-disabled",T.disabled.toString())("aria-invalid",T.errorState)("aria-activedescendant",T._getAriaActiveDescendant()),o.ekj("mat-mdc-select-disabled",T.disabled)("mat-mdc-select-invalid",T.errorState)("mat-mdc-select-required",T.required)("mat-mdc-select-empty",T.empty)("mat-mdc-select-multiple",T.multiple))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex",panelWidth:"panelWidth",hideSingleSelectionIndicator:"hideSingleSelectionIndicator"},exportAs:["matSelect"],features:[o._Bn([{provide:er,useExisting:O},{provide:z,useExisting:O}]),o.qOj],ngContentSelectors:W8,decls:11,vars:10,consts:[["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],[1,"mat-mdc-select-value",3,"ngSwitch"],["class","mat-mdc-select-placeholder mat-mdc-select-min-line",4,"ngSwitchCase"],["class","mat-mdc-select-value-text",3,"ngSwitch",4,"ngSwitchCase"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth","backdropClick","attach","detach"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text",3,"ngSwitch"],["class","mat-mdc-select-min-line",4,"ngSwitchDefault"],[4,"ngSwitchCase"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"ngClass","keydown"],["panel",""]],template:function(y,T){if(1&y&&(o.F$t(Wu),o.TgZ(0,"div",0,1),o.NdJ("click",function(){return T.toggle()}),o.TgZ(3,"div",2),o.YNc(4,b6,2,1,"span",3),o.YNc(5,y6,3,2,"span",4),o.qZA(),o.TgZ(6,"div",5)(7,"div",6),o.O4$(),o.TgZ(8,"svg",7),o._UZ(9,"path",8),o.qZA()()()(),o.YNc(10,ep,3,9,"ng-template",9),o.NdJ("backdropClick",function(){return T.close()})("attach",function(){return T._onAttached()})("detach",function(){return T.close()})),2&y){const K=o.MAs(1);o.xp6(3),o.Q6J("ngSwitch",T.empty),o.uIk("id",T._valueId),o.xp6(1),o.Q6J("ngSwitchCase",!0),o.xp6(1),o.Q6J("ngSwitchCase",!1),o.xp6(5),o.Q6J("cdkConnectedOverlayPanelClass",T._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",T._scrollStrategy)("cdkConnectedOverlayOrigin",T._preferredOverlayOrigin||K)("cdkConnectedOverlayOpen",T.panelOpen)("cdkConnectedOverlayPositions",T._positions)("cdkConnectedOverlayWidth",T._overlayWidth)}},dependencies:[u.mk,u.RF,u.n9,u.ED,J4,su],styles:['.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color);font-family:var(--mat-select-trigger-text-font);line-height:var(--mat-select-trigger-text-line-height);font-size:var(--mat-select-trigger-text-size);font-weight:var(--mat-select-trigger-text-weight);letter-spacing:var(--mat-select-trigger-text-tracking)}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color)}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:translateY(-8px)}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color)}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow{color:var(--mat-select-invalid-arrow-color)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color)}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:GrayText}div.mat-mdc-select-panel{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-select-panel-background-color)}.cdk-high-contrast-active div.mat-mdc-select-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color)}._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}'],encapsulation:2,data:{animation:[q8.transformPanel]},changeDetection:0})}return O})(),S6=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({providers:[If],imports:[u.ez,Mf,jr,Mn,k0,cl,jr,Mn]})}return O})();var Q8=_(3595);const oy=["mat-button",""],H0=[[["",8,"material-icons",3,"iconPositionEnd",""],["mat-icon",3,"iconPositionEnd",""],["","matButtonIcon","",3,"iconPositionEnd",""]],"*",[["","iconPositionEnd","",8,"material-icons"],["mat-icon","iconPositionEnd",""],["","matButtonIcon","","iconPositionEnd",""]]],Z8=[".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])","*",".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"],K1=["mat-icon-button",""],z0=["*"],M6=[{selector:"mat-button",mdcClasses:["mdc-button","mat-mdc-button"]},{selector:"mat-flat-button",mdcClasses:["mdc-button","mdc-button--unelevated","mat-mdc-unelevated-button"]},{selector:"mat-raised-button",mdcClasses:["mdc-button","mdc-button--raised","mat-mdc-raised-button"]},{selector:"mat-stroked-button",mdcClasses:["mdc-button","mdc-button--outlined","mat-mdc-outlined-button"]},{selector:"mat-fab",mdcClasses:["mdc-fab","mat-mdc-fab"]},{selector:"mat-mini-fab",mdcClasses:["mdc-fab","mdc-fab--mini","mat-mdc-mini-fab"]},{selector:"mat-icon-button",mdcClasses:["mdc-icon-button","mat-mdc-icon-button"]}],B0=Ir(Cr(_i(class{constructor(O){this._elementRef=O}})));let Lf=(()=>{class O extends B0{get ripple(){return this._rippleLoader?.getRipple(this._elementRef.nativeElement)}set ripple(p){this._rippleLoader?.attachRipple(this._elementRef.nativeElement,p)}get disableRipple(){return this._disableRipple}set disableRipple(p){this._disableRipple=ai(p),this._updateRippleDisabled()}get disabled(){return this._disabled}set disabled(p){this._disabled=ai(p),this._updateRippleDisabled()}constructor(p,y,T,K){super(p),this._platform=y,this._ngZone=T,this._animationMode=K,this._focusMonitor=(0,o.f3M)(G1),this._rippleLoader=(0,o.f3M)(zc),this._isFab=!1,this._disableRipple=!1,this._disabled=!1,this._rippleLoader?.configureRipple(this._elementRef.nativeElement,{className:"mat-mdc-button-ripple"});const Le=p.nativeElement.classList;for(const vn of M6)this._hasHostAttributes(vn.selector)&&vn.mdcClasses.forEach(di=>{Le.add(di)})}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._rippleLoader?.destroyRipple(this._elementRef.nativeElement)}focus(p="program",y){p?this._focusMonitor.focusVia(this._elementRef.nativeElement,p,y):this._elementRef.nativeElement.focus(y)}_hasHostAttributes(...p){return p.some(y=>this._elementRef.nativeElement.hasAttribute(y))}_updateRippleDisabled(){this._rippleLoader?.setDisabled(this._elementRef.nativeElement,this.disableRipple||this.disabled)}static#e=this.\u0275fac=function(y){o.$Z()};static#t=this.\u0275dir=o.lG2({type:O,features:[o.qOj]})}return O})(),D6=(()=>{class O extends Lf{constructor(p,y,T,K){super(p,y,T,K)}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(te),o.Y36(o.R0b),o.Y36(o.QbO,8))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["button","mat-button",""],["button","mat-raised-button",""],["button","mat-flat-button",""],["button","mat-stroked-button",""]],hostVars:7,hostBindings:function(y,T){2&y&&(o.uIk("disabled",T.disabled||null),o.ekj("_mat-animation-noopable","NoopAnimations"===T._animationMode)("mat-unthemed",!T.color)("mat-mdc-button-base",!0))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color"},exportAs:["matButton"],features:[o.qOj],attrs:oy,ngContentSelectors:Z8,decls:7,vars:4,consts:[[1,"mat-mdc-button-persistent-ripple"],[1,"mdc-button__label"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(y,T){1&y&&(o.F$t(H0),o._UZ(0,"span",0),o.Hsn(1),o.TgZ(2,"span",1),o.Hsn(3,1),o.qZA(),o.Hsn(4,2),o._UZ(5,"span",2)(6,"span",3)),2&y&&o.ekj("mdc-button__ripple",!T._isFab)("mdc-fab__ripple",T._isFab)},styles:['.mdc-touch-target-wrapper{display:inline}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-button{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:rgba(0,0,0,0)}.mdc-button .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button[hidden]{display:none}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}.mdc-button .mdc-button__progress-indicator{font-size:0;position:absolute;transform:translate(-50%, -50%);top:50%;left:50%;line-height:initial}.mdc-button .mdc-button__label{position:relative}.mdc-button .mdc-button__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(\n 100% + 4px\n );width:calc(\n 100% + 4px\n );display:none}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring{border-color:CanvasText}}.mdc-button .mdc-button__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring::after{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring{display:block}}.mdc-button .mdc-button__touch{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir=rtl] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--touch{margin-top:6px;margin-bottom:6px}.mdc-button{padding:0 8px 0 8px}.mdc-button--unelevated{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 16px 0 16px}.mdc-button--unelevated.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--unelevated.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--raised{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 16px 0 16px}.mdc-button--raised.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--raised.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--outlined{border-style:solid;transition:border 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-button--outlined .mdc-button__ripple{border-style:solid;border-color:rgba(0,0,0,0)}.mat-mdc-button{height:var(--mdc-text-button-container-height, 36px);border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-button:not(:disabled){color:var(--mdc-text-button-label-text-color, inherit)}.mat-mdc-button:disabled{color:var(--mdc-text-button-disabled-label-text-color, rgba(0, 0, 0, 0.38))}.mat-mdc-button .mdc-button__ripple{border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button{height:var(--mdc-filled-button-container-height, 36px);border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button:not(:disabled){background-color:var(--mdc-filled-button-container-color, transparent)}.mat-mdc-unelevated-button:disabled{background-color:var(--mdc-filled-button-disabled-container-color, rgba(0, 0, 0, 0.12))}.mat-mdc-unelevated-button:not(:disabled){color:var(--mdc-filled-button-label-text-color, inherit)}.mat-mdc-unelevated-button:disabled{color:var(--mdc-filled-button-disabled-label-text-color, rgba(0, 0, 0, 0.38))}.mat-mdc-unelevated-button .mdc-button__ripple{border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button{height:var(--mdc-protected-button-container-height, 36px);border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));box-shadow:var(--mdc-protected-button-container-elevation, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12))}.mat-mdc-raised-button:not(:disabled){background-color:var(--mdc-protected-button-container-color, transparent)}.mat-mdc-raised-button:disabled{background-color:var(--mdc-protected-button-disabled-container-color, rgba(0, 0, 0, 0.12))}.mat-mdc-raised-button:not(:disabled){color:var(--mdc-protected-button-label-text-color, inherit)}.mat-mdc-raised-button:disabled{color:var(--mdc-protected-button-disabled-label-text-color, rgba(0, 0, 0, 0.38))}.mat-mdc-raised-button .mdc-button__ripple{border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button.mdc-ripple-upgraded--background-focused,.mat-mdc-raised-button:not(.mdc-ripple-upgraded):focus{box-shadow:var(--mdc-protected-button-focus-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12))}.mat-mdc-raised-button:hover{box-shadow:var(--mdc-protected-button-hover-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12))}.mat-mdc-raised-button:not(:disabled):active{box-shadow:var(--mdc-protected-button-pressed-container-elevation, 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12))}.mat-mdc-raised-button:disabled{box-shadow:var(--mdc-protected-button-disabled-container-elevation, 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12))}.mat-mdc-outlined-button{height:var(--mdc-outlined-button-container-height, 36px);border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));padding:0 15px 0 15px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button:not(:disabled){color:var(--mdc-outlined-button-label-text-color, inherit)}.mat-mdc-outlined-button:disabled{color:var(--mdc-outlined-button-disabled-label-text-color, rgba(0, 0, 0, 0.38))}.mat-mdc-outlined-button .mdc-button__ripple{border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-outlined-button:not(:disabled){border-color:var(--mdc-outlined-button-outline-color, rgba(0, 0, 0, 0.12))}.mat-mdc-outlined-button:disabled{border-color:var(--mdc-outlined-button-disabled-outline-color, rgba(0, 0, 0, 0.12))}.mat-mdc-outlined-button.mdc-button--icon-trailing{padding:0 11px 0 15px}.mat-mdc-outlined-button.mdc-button--icon-leading{padding:0 15px 0 11px}.mat-mdc-outlined-button .mdc-button__ripple{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button .mdc-button__touch{left:calc(-1 * var(--mdc-outlined-button-outline-width, 1px));width:calc(100% + 2 * var(--mdc-outlined-button-outline-width, 1px))}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0;background-color:var(--mat-mdc-button-persistent-ripple-color)}.mat-mdc-button .mat-ripple-element,.mat-mdc-unelevated-button .mat-ripple-element,.mat-mdc-raised-button .mat-ripple-element,.mat-mdc-outlined-button .mat-ripple-element{background-color:var(--mat-mdc-button-ripple-color)}.mat-mdc-button .mdc-button__label,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-outlined-button .mdc-button__label{z-index:1}.mat-mdc-button .mat-mdc-focus-indicator,.mat-mdc-unelevated-button .mat-mdc-focus-indicator,.mat-mdc-raised-button .mat-mdc-focus-indicator,.mat-mdc-outlined-button .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-unelevated-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-raised-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-outlined-button:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-button[disabled],.mat-mdc-unelevated-button[disabled],.mat-mdc-raised-button[disabled],.mat-mdc-outlined-button[disabled]{cursor:default;pointer-events:none}.mat-mdc-button .mat-mdc-button-touch-target,.mat-mdc-unelevated-button .mat-mdc-button-touch-target,.mat-mdc-raised-button .mat-mdc-button-touch-target,.mat-mdc-outlined-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mat-mdc-button._mat-animation-noopable,.mat-mdc-unelevated-button._mat-animation-noopable,.mat-mdc-raised-button._mat-animation-noopable,.mat-mdc-outlined-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-button>.mat-icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top;font-size:1.125rem;height:1.125rem;width:1.125rem}[dir=rtl] .mat-mdc-button>.mat-icon,.mat-mdc-button>.mat-icon[dir=rtl]{margin-left:8px;margin-right:0}.mat-mdc-button .mdc-button__label+.mat-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-mdc-button .mdc-button__label+.mat-icon,.mat-mdc-button .mdc-button__label+.mat-icon[dir=rtl]{margin-left:0;margin-right:8px}.mat-mdc-unelevated-button>.mat-icon,.mat-mdc-raised-button>.mat-icon,.mat-mdc-outlined-button>.mat-icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top;font-size:1.125rem;height:1.125rem;width:1.125rem;margin-left:-4px;margin-right:8px}[dir=rtl] .mat-mdc-unelevated-button>.mat-icon,[dir=rtl] .mat-mdc-raised-button>.mat-icon,[dir=rtl] .mat-mdc-outlined-button>.mat-icon,.mat-mdc-unelevated-button>.mat-icon[dir=rtl],.mat-mdc-raised-button>.mat-icon[dir=rtl],.mat-mdc-outlined-button>.mat-icon[dir=rtl]{margin-left:8px;margin-right:0}[dir=rtl] .mat-mdc-unelevated-button>.mat-icon,[dir=rtl] .mat-mdc-raised-button>.mat-icon,[dir=rtl] .mat-mdc-outlined-button>.mat-icon,.mat-mdc-unelevated-button>.mat-icon[dir=rtl],.mat-mdc-raised-button>.mat-icon[dir=rtl],.mat-mdc-outlined-button>.mat-icon[dir=rtl]{margin-left:8px;margin-right:-4px}.mat-mdc-unelevated-button .mdc-button__label+.mat-icon,.mat-mdc-raised-button .mdc-button__label+.mat-icon,.mat-mdc-outlined-button .mdc-button__label+.mat-icon{margin-left:8px;margin-right:-4px}[dir=rtl] .mat-mdc-unelevated-button .mdc-button__label+.mat-icon,[dir=rtl] .mat-mdc-raised-button .mdc-button__label+.mat-icon,[dir=rtl] .mat-mdc-outlined-button .mdc-button__label+.mat-icon,.mat-mdc-unelevated-button .mdc-button__label+.mat-icon[dir=rtl],.mat-mdc-raised-button .mdc-button__label+.mat-icon[dir=rtl],.mat-mdc-outlined-button .mdc-button__label+.mat-icon[dir=rtl]{margin-left:-4px;margin-right:8px}.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mdc-button__ripple{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:-1px}.mat-mdc-unelevated-button .mat-mdc-focus-indicator::before,.mat-mdc-raised-button .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 2px) * -1)}.mat-mdc-outlined-button .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 3px) * -1)}',".cdk-high-contrast-active .mat-mdc-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-unelevated-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-raised-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-outlined-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-icon-button{outline:solid 1px}"],encapsulation:2,changeDetection:0})}return O})(),j0=(()=>{class O extends Lf{constructor(p,y,T,K){super(p,y,T,K),this._rippleLoader.configureRipple(this._elementRef.nativeElement,{centered:!0})}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(te),o.Y36(o.R0b),o.Y36(o.QbO,8))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["button","mat-icon-button",""]],hostVars:7,hostBindings:function(y,T){2&y&&(o.uIk("disabled",T.disabled||null),o.ekj("_mat-animation-noopable","NoopAnimations"===T._animationMode)("mat-unthemed",!T.color)("mat-mdc-button-base",!0))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color"},exportAs:["matButton"],features:[o.qOj],attrs:K1,ngContentSelectors:z0,decls:4,vars:0,consts:[[1,"mat-mdc-button-persistent-ripple","mdc-icon-button__ripple"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(y,T){1&y&&(o.F$t(),o._UZ(0,"span",0),o.Hsn(1),o._UZ(2,"span",1)(3,"span",2))},styles:['.mdc-icon-button{display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:rgba(0,0,0,0);fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;user-select:none;z-index:0;overflow:visible}.mdc-icon-button .mdc-icon-button__touch{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}@media screen and (forced-colors: active){.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{display:block}}.mdc-icon-button:disabled{cursor:default;pointer-events:none}.mdc-icon-button[hidden]{display:none}.mdc-icon-button--display-flex{align-items:center;display:inline-flex;justify-content:center}.mdc-icon-button__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%;display:none}@media screen and (forced-colors: active){.mdc-icon-button__focus-ring{border-color:CanvasText}}.mdc-icon-button__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-icon-button__focus-ring::after{border-color:CanvasText}}.mdc-icon-button__icon{display:inline-block}.mdc-icon-button__icon.mdc-icon-button__icon--on{display:none}.mdc-icon-button--on .mdc-icon-button__icon{display:none}.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on{display:inline-block}.mdc-icon-button__link{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.mat-mdc-icon-button{height:var(--mdc-icon-button-state-layer-size);width:var(--mdc-icon-button-state-layer-size);color:var(--mdc-icon-button-icon-color);--mdc-icon-button-state-layer-size:48px;--mdc-icon-button-icon-size:24px;--mdc-icon-button-disabled-icon-color:black;--mdc-icon-button-disabled-icon-opacity:0.38}.mat-mdc-icon-button .mdc-button__icon{font-size:var(--mdc-icon-button-icon-size)}.mat-mdc-icon-button svg,.mat-mdc-icon-button img{width:var(--mdc-icon-button-icon-size);height:var(--mdc-icon-button-icon-size)}.mat-mdc-icon-button:disabled{opacity:var(--mdc-icon-button-disabled-icon-opacity)}.mat-mdc-icon-button:disabled{color:var(--mdc-icon-button-disabled-icon-color)}.mat-mdc-icon-button{padding:12px;font-size:var(--mdc-icon-button-icon-size);border-radius:50%;flex-shrink:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-icon-button svg{vertical-align:baseline}.mat-mdc-icon-button[disabled]{cursor:default;pointer-events:none;opacity:1}.mat-mdc-icon-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0;background-color:var(--mat-mdc-button-persistent-ripple-color)}.mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-mdc-button-ripple-color)}.mat-mdc-icon-button .mdc-button__label{z-index:1}.mat-mdc-icon-button .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-icon-button:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-icon-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}.mat-mdc-icon-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:50%}.mat-mdc-icon-button.mat-unthemed:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}',".cdk-high-contrast-active .mat-mdc-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-unelevated-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-raised-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-outlined-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-icon-button{outline:solid 1px}"],encapsulation:2,changeDetection:0})}return O})(),N6=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Mn,U2,Mn]})}return O})();const Pf=["input"],$0=["*"];let ph=0;class rp{constructor(L,p){this.source=L,this.value=p}}const k6={provide:D.JU,useExisting:(0,o.Gpc)(()=>Y2),multi:!0},du=new o.OlP("MatRadioGroup"),Ku=new o.OlP("mat-radio-default-options",{providedIn:"root",factory:function t5(){return{color:"accent"}}});let n5=(()=>{class O{get name(){return this._name}set name(p){this._name=p,this._updateRadioButtonNames()}get labelPosition(){return this._labelPosition}set labelPosition(p){this._labelPosition="before"===p?"before":"after",this._markRadiosForCheck()}get value(){return this._value}set value(p){this._value!==p&&(this._value=p,this._updateSelectedRadioFromValue(),this._checkSelectedRadioButton())}_checkSelectedRadioButton(){this._selected&&!this._selected.checked&&(this._selected.checked=!0)}get selected(){return this._selected}set selected(p){this._selected=p,this.value=p?p.value:null,this._checkSelectedRadioButton()}get disabled(){return this._disabled}set disabled(p){this._disabled=ai(p),this._markRadiosForCheck()}get required(){return this._required}set required(p){this._required=ai(p),this._markRadiosForCheck()}constructor(p){this._changeDetector=p,this._value=null,this._name="mat-radio-group-"+ph++,this._selected=null,this._isInitialized=!1,this._labelPosition="after",this._disabled=!1,this._required=!1,this._controlValueAccessorChangeFn=()=>{},this.onTouched=()=>{},this.change=new o.vpe}ngAfterContentInit(){this._isInitialized=!0,this._buttonChanges=this._radios.changes.subscribe(()=>{this.selected&&!this._radios.find(p=>p===this.selected)&&(this._selected=null)})}ngOnDestroy(){this._buttonChanges?.unsubscribe()}_touch(){this.onTouched&&this.onTouched()}_updateRadioButtonNames(){this._radios&&this._radios.forEach(p=>{p.name=this.name,p._markForCheck()})}_updateSelectedRadioFromValue(){this._radios&&(null===this._selected||this._selected.value!==this._value)&&(this._selected=null,this._radios.forEach(y=>{y.checked=this.value===y.value,y.checked&&(this._selected=y)}))}_emitChangeEvent(){this._isInitialized&&this.change.emit(new rp(this._selected,this._value))}_markRadiosForCheck(){this._radios&&this._radios.forEach(p=>p._markForCheck())}writeValue(p){this.value=p,this._changeDetector.markForCheck()}registerOnChange(p){this._controlValueAccessorChangeFn=p}registerOnTouched(p){this.onTouched=p}setDisabledState(p){this.disabled=p,this._changeDetector.markForCheck()}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.sBO))};static#t=this.\u0275dir=o.lG2({type:O,inputs:{color:"color",name:"name",labelPosition:"labelPosition",value:"value",selected:"selected",disabled:"disabled",required:"required"},outputs:{change:"change"}})}return O})();class mh{constructor(L){this._elementRef=L}}const r5=_i(Vr(mh));let op=(()=>{class O extends r5{get checked(){return this._checked}set checked(p){const y=ai(p);this._checked!==y&&(this._checked=y,y&&this.radioGroup&&this.radioGroup.value!==this.value?this.radioGroup.selected=this:!y&&this.radioGroup&&this.radioGroup.value===this.value&&(this.radioGroup.selected=null),y&&this._radioDispatcher.notify(this.id,this.name),this._changeDetector.markForCheck())}get value(){return this._value}set value(p){this._value!==p&&(this._value=p,null!==this.radioGroup&&(this.checked||(this.checked=this.radioGroup.value===p),this.checked&&(this.radioGroup.selected=this)))}get labelPosition(){return this._labelPosition||this.radioGroup&&this.radioGroup.labelPosition||"after"}set labelPosition(p){this._labelPosition=p}get disabled(){return this._disabled||null!==this.radioGroup&&this.radioGroup.disabled}set disabled(p){this._setDisabled(ai(p))}get required(){return this._required||this.radioGroup&&this.radioGroup.required}set required(p){this._required=ai(p)}get color(){return this._color||this.radioGroup&&this.radioGroup.color||this._providerOverride&&this._providerOverride.color||"accent"}set color(p){this._color=p}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(p,y,T,K,Le,vn,di,Wi){super(y),this._changeDetector=T,this._focusMonitor=K,this._radioDispatcher=Le,this._providerOverride=di,this._uniqueId="mat-radio-"+ ++ph,this.id=this._uniqueId,this.change=new o.vpe,this._checked=!1,this._value=null,this._removeUniqueSelectionListener=()=>{},this.radioGroup=p,this._noopAnimations="NoopAnimations"===vn,Wi&&(this.tabIndex=fr(Wi,0))}focus(p,y){y?this._focusMonitor.focusVia(this._inputElement,y,p):this._inputElement.nativeElement.focus(p)}_markForCheck(){this._changeDetector.markForCheck()}ngOnInit(){this.radioGroup&&(this.checked=this.radioGroup.value===this._value,this.checked&&(this.radioGroup.selected=this),this.name=this.radioGroup.name),this._removeUniqueSelectionListener=this._radioDispatcher.listen((p,y)=>{p!==this.id&&y===this.name&&(this.checked=!1)})}ngDoCheck(){this._updateTabIndex()}ngAfterViewInit(){this._updateTabIndex(),this._focusMonitor.monitor(this._elementRef,!0).subscribe(p=>{!p&&this.radioGroup&&this.radioGroup._touch()})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._removeUniqueSelectionListener()}_emitChangeEvent(){this.change.emit(new rp(this,this._value))}_isRippleDisabled(){return this.disableRipple||this.disabled}_onInputClick(p){p.stopPropagation()}_onInputInteraction(p){if(p.stopPropagation(),!this.checked&&!this.disabled){const y=this.radioGroup&&this.value!==this.radioGroup.value;this.checked=!0,this._emitChangeEvent(),this.radioGroup&&(this.radioGroup._controlValueAccessorChangeFn(this.value),y&&this.radioGroup._emitChangeEvent())}}_onTouchTargetClick(p){this._onInputInteraction(p),this.disabled||this._inputElement.nativeElement.focus()}_setDisabled(p){this._disabled!==p&&(this._disabled=p,this._changeDetector.markForCheck())}_updateTabIndex(){const p=this.radioGroup;let y;if(y=p&&p.selected&&!this.disabled?p.selected===this?this.tabIndex:-1:this.tabIndex,y!==this._previousTabIndex){const T=this._inputElement?.nativeElement;T&&(T.setAttribute("tabindex",y+""),this._previousTabIndex=y)}}static#e=this.\u0275fac=function(y){o.$Z()};static#t=this.\u0275dir=o.lG2({type:O,viewQuery:function(y,T){if(1&y&&o.Gf(Pf,5),2&y){let K;o.iGM(K=o.CRH())&&(T._inputElement=K.first)}},inputs:{id:"id",name:"name",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],checked:"checked",value:"value",labelPosition:"labelPosition",disabled:"disabled",required:"required",color:"color"},outputs:{change:"change"},features:[o.qOj]})}return O})(),Y2=(()=>{class O extends n5{static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275dir=o.lG2({type:O,selectors:[["mat-radio-group"]],contentQueries:function(y,T,K){if(1&y&&o.Suo(K,Qu,5),2&y){let Le;o.iGM(Le=o.CRH())&&(T._radios=Le)}},hostAttrs:["role","radiogroup",1,"mat-mdc-radio-group"],exportAs:["matRadioGroup"],features:[o._Bn([k6,{provide:du,useExisting:O}]),o.qOj]})}return O})(),Qu=(()=>{class O extends op{constructor(p,y,T,K,Le,vn,di,Wi){super(p,y,T,K,Le,vn,di,Wi)}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(du,8),o.Y36(o.SBq),o.Y36(o.sBO),o.Y36(G1),o.Y36(Y8),o.Y36(o.QbO,8),o.Y36(Ku,8),o.$8M("tabindex"))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-radio-button"]],hostAttrs:[1,"mat-mdc-radio-button"],hostVars:15,hostBindings:function(y,T){1&y&&o.NdJ("focus",function(){return T._inputElement.nativeElement.focus()}),2&y&&(o.uIk("id",T.id)("tabindex",null)("aria-label",null)("aria-labelledby",null)("aria-describedby",null),o.ekj("mat-primary","primary"===T.color)("mat-accent","accent"===T.color)("mat-warn","warn"===T.color)("mat-mdc-radio-checked",T.checked)("_mat-animation-noopable",T._noopAnimations))},inputs:{disableRipple:"disableRipple",tabIndex:"tabIndex"},exportAs:["matRadioButton"],features:[o.qOj],ngContentSelectors:$0,decls:13,vars:17,consts:[[1,"mdc-form-field"],["formField",""],[1,"mdc-radio"],[1,"mat-mdc-radio-touch-target",3,"click"],["type","radio",1,"mdc-radio__native-control",3,"id","checked","disabled","required","change"],["input",""],[1,"mdc-radio__background"],[1,"mdc-radio__outer-circle"],[1,"mdc-radio__inner-circle"],["mat-ripple","",1,"mat-radio-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mat-ripple-element","mat-radio-persistent-ripple"],[1,"mdc-label",3,"for"]],template:function(y,T){if(1&y&&(o.F$t(),o.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),o.NdJ("click",function(Le){return T._onTouchTargetClick(Le)}),o.qZA(),o.TgZ(4,"input",4,5),o.NdJ("change",function(Le){return T._onInputInteraction(Le)}),o.qZA(),o.TgZ(6,"div",6),o._UZ(7,"div",7)(8,"div",8),o.qZA(),o.TgZ(9,"div",9),o._UZ(10,"div",10),o.qZA()(),o.TgZ(11,"label",11),o.Hsn(12),o.qZA()()),2&y){const K=o.MAs(1);o.ekj("mdc-form-field--align-end","before"==T.labelPosition),o.xp6(2),o.ekj("mdc-radio--disabled",T.disabled),o.xp6(2),o.Q6J("id",T.inputId)("checked",T.checked)("disabled",T.disabled)("required",T.required),o.uIk("name",T.name)("value",T.value)("aria-label",T.ariaLabel)("aria-labelledby",T.ariaLabelledby)("aria-describedby",T.ariaDescribedby),o.xp6(5),o.Q6J("matRippleTrigger",K)("matRippleDisabled",T._isRippleDisabled())("matRippleCentered",!0),o.xp6(2),o.Q6J("for",T.inputId)}},dependencies:[t1],styles:['.mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:content-box;width:20px;height:20px;cursor:pointer;will-change:opacity,transform,border-color,color}.mdc-radio[hidden]{display:none}.mdc-radio__background{display:inline-block;position:relative;box-sizing:border-box;width:20px;height:20px}.mdc-radio__background::before{position:absolute;transform:scale(0, 0);border-radius:50%;opacity:0;pointer-events:none;content:"";transition:opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__outer-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:50%;transition:border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__inner-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transform:scale(0, 0);border-width:10px;border-style:solid;border-radius:50%;transition:transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.mdc-radio--touch{margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.mdc-radio--touch .mdc-radio__native-control{top:calc((40px - 48px) / 2);right:calc((40px - 48px) / 2);left:calc((40px - 48px) / 2);width:48px;height:48px}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}@media screen and (forced-colors: active){.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring{border-color:CanvasText}}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after{border-color:CanvasText}}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(0.5);transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:disabled+.mdc-radio__background,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background{cursor:default}.mdc-radio__native-control:focus+.mdc-radio__background::before{transform:scale(1);opacity:.12;transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-form-field{display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field[hidden]{display:none}.mdc-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label{margin:0}[dir=rtl] .mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl]{margin:0}.mat-mdc-radio-button{--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-radio-state-layer-size:40px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-radio-button .mdc-radio{padding:calc((var(--mdc-radio-state-layer-size) - 20px) / 2)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-selected-icon-color)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-disabled-selected-icon-color)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{opacity:var(--mdc-radio-disabled-selected-icon-opacity)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{opacity:var(--mdc-radio-disabled-selected-icon-opacity)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-unselected-icon-color)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{opacity:var(--mdc-radio-disabled-unselected-icon-opacity)}.mat-mdc-radio-button .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-focus-icon-color)}.mat-mdc-radio-button .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-focus-icon-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-hover-icon-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-hover-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-icon-color)}.mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-pressed-icon-color)}.mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-pressed-icon-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-hover-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-icon-color)}.mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-pressed-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before{top:calc(-1 * (var(--mdc-radio-state-layer-size) - 20px) / 2);left:calc(-1 * (var(--mdc-radio-state-layer-size) - 20px) / 2);width:var(--mdc-radio-state-layer-size);height:var(--mdc-radio-state-layer-size)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control{top:calc((var(--mdc-radio-state-layer-size) - var(--mdc-radio-state-layer-size)) / 2);right:calc((var(--mdc-radio-state-layer-size) - var(--mdc-radio-state-layer-size)) / 2);left:calc((var(--mdc-radio-state-layer-size) - var(--mdc-radio-state-layer-size)) / 2);width:var(--mdc-radio-state-layer-size);height:var(--mdc-radio-state-layer-size)}.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before{background-color:var(--mat-radio-ripple-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:not([disabled]):not(:focus)~.mdc-radio__background::before{opacity:.04;transform:scale(1)}.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before{background-color:var(--mat-radio-checked-ripple-color)}.mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element{background-color:var(--mat-radio-checked-ripple-color)}.mat-mdc-radio-button .mdc-radio--disabled+label{color:var(--mat-radio-disabled-label-color)}.mat-mdc-radio-button .mat-radio-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:50%}.mat-mdc-radio-button .mat-radio-ripple .mat-ripple-element{opacity:.14}.mat-mdc-radio-button .mat-radio-ripple::before{border-radius:50%}.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__background::before,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__outer-circle,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__inner-circle{transition:none !important}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:focus:enabled:not(:checked)~.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-focus-icon-color, black)}.mat-mdc-radio-button.cdk-focused .mat-mdc-focus-indicator::before{content:""}.mat-mdc-radio-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}[dir=rtl] .mat-mdc-radio-touch-target{left:0;right:50%;transform:translate(50%, -50%)}'],encapsulation:2,changeDetection:0})}return O})(),sp=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Mn,u.ez,U2,Mn]})}return O})();const o5=["knob"],s5=["valueIndicatorContainer"];function ap(O,L){if(1&O&&(o.TgZ(0,"div",4,5)(2,"div",6)(3,"span",7),o._uU(4),o.qZA()()()),2&O){const p=o.oxw();o.xp6(4),o.Oqu(p.valueIndicatorText)}}const cp=["trackActive"];function a5(O,L){if(1&O&&o._UZ(0,"div"),2&O){const p=L.$implicit,y=L.index,T=o.oxw(3);o.Tol(0===p?"mdc-slider__tick-mark--active":"mdc-slider__tick-mark--inactive"),o.Udp("transform",T._calcTickMarkTransform(y))}}function lp(O,L){if(1&O&&(o.ynx(0),o.YNc(1,a5,1,4,"div",11),o.BQk()),2&O){const p=o.oxw(2);o.xp6(1),o.Q6J("ngForOf",p._tickMarks)}}function c5(O,L){if(1&O&&(o.TgZ(0,"div",8,9),o.YNc(2,lp,2,1,"ng-container",10),o.qZA()),2&O){const p=o.oxw();o.xp6(2),o.Q6J("ngIf",p._cachedWidth)}}function l5(O,L){if(1&O&&o._UZ(0,"mat-slider-visual-thumb",7),2&O){const p=o.oxw();o.Q6J("discrete",p.discrete)("thumbPosition",1)("valueIndicatorText",p.startValueIndicatorText)}}const d5=["*"],Vf=new o.OlP("_MatSlider"),Ff=new o.OlP("_MatSliderThumb"),md=new o.OlP("_MatSliderRangeThumb"),Hl=new o.OlP("_MatSliderVisualThumb");let Dd=(()=>{class O{constructor(p,y,T,K){this._cdr=p,this._ngZone=y,this._slider=K,this._isHovered=!1,this._isActive=!1,this._isValueIndicatorVisible=!1,this._onPointerMove=Le=>{if(this._sliderInput._isFocused)return;const vn=this._hostElement.getBoundingClientRect(),di=this._slider._isCursorOnSliderThumb(Le,vn);this._isHovered=di,di?this._showHoverRipple():this._hideRipple(this._hoverRippleRef)},this._onMouseLeave=()=>{this._isHovered=!1,this._hideRipple(this._hoverRippleRef)},this._onFocus=()=>{this._hideRipple(this._hoverRippleRef),this._showFocusRipple(),this._hostElement.classList.add("mdc-slider__thumb--focused")},this._onBlur=()=>{this._isActive||this._hideRipple(this._focusRippleRef),this._isHovered&&this._showHoverRipple(),this._hostElement.classList.remove("mdc-slider__thumb--focused")},this._onDragStart=Le=>{0===Le.button&&(this._isActive=!0,this._showActiveRipple())},this._onDragEnd=()=>{this._isActive=!1,this._hideRipple(this._activeRippleRef),this._sliderInput._isFocused||this._hideRipple(this._focusRippleRef)},this._hostElement=T.nativeElement}ngAfterViewInit(){this._ripple.radius=24,this._sliderInput=this._slider._getInput(this.thumbPosition),this._sliderInputEl=this._sliderInput._hostElement;const p=this._sliderInputEl;this._ngZone.runOutsideAngular(()=>{p.addEventListener("pointermove",this._onPointerMove),p.addEventListener("pointerdown",this._onDragStart),p.addEventListener("pointerup",this._onDragEnd),p.addEventListener("pointerleave",this._onMouseLeave),p.addEventListener("focus",this._onFocus),p.addEventListener("blur",this._onBlur)})}ngOnDestroy(){const p=this._sliderInputEl;p.removeEventListener("pointermove",this._onPointerMove),p.removeEventListener("pointerdown",this._onDragStart),p.removeEventListener("pointerup",this._onDragEnd),p.removeEventListener("pointerleave",this._onMouseLeave),p.removeEventListener("focus",this._onFocus),p.removeEventListener("blur",this._onBlur)}_showHoverRipple(){this._isShowingRipple(this._hoverRippleRef)||(this._hoverRippleRef=this._showRipple({enterDuration:0,exitDuration:0}),this._hoverRippleRef?.element.classList.add("mat-mdc-slider-hover-ripple"))}_showFocusRipple(){this._isShowingRipple(this._focusRippleRef)||(this._focusRippleRef=this._showRipple({enterDuration:0,exitDuration:0},!0),this._focusRippleRef?.element.classList.add("mat-mdc-slider-focus-ripple"))}_showActiveRipple(){this._isShowingRipple(this._activeRippleRef)||(this._activeRippleRef=this._showRipple({enterDuration:225,exitDuration:400}),this._activeRippleRef?.element.classList.add("mat-mdc-slider-active-ripple"))}_isShowingRipple(p){return 0===p?.state||1===p?.state}_showRipple(p,y){if(!this._slider.disabled&&(this._showValueIndicator(),this._slider._isRange&&this._slider._getThumb(1===this.thumbPosition?2:1)._showValueIndicator(),!this._slider._globalRippleOptions?.disabled||y))return this._ripple.launch({animation:this._slider._noopAnimations?{enterDuration:0,exitDuration:0}:p,centered:!0,persistent:!0})}_hideRipple(p){if(p?.fadeOut(),this._isShowingAnyRipple())return;this._slider._isRange||this._hideValueIndicator();const y=this._getSibling();y._isShowingAnyRipple()||(this._hideValueIndicator(),y._hideValueIndicator())}_showValueIndicator(){this._hostElement.classList.add("mdc-slider__thumb--with-indicator")}_hideValueIndicator(){this._hostElement.classList.remove("mdc-slider__thumb--with-indicator")}_getSibling(){return this._slider._getThumb(1===this.thumbPosition?2:1)}_getValueIndicatorContainer(){return this._valueIndicatorContainer?.nativeElement}_getKnob(){return this._knob.nativeElement}_isShowingAnyRipple(){return this._isShowingRipple(this._hoverRippleRef)||this._isShowingRipple(this._focusRippleRef)||this._isShowingRipple(this._activeRippleRef)}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.sBO),o.Y36(o.R0b),o.Y36(o.SBq),o.Y36(Vf))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-slider-visual-thumb"]],viewQuery:function(y,T){if(1&y&&(o.Gf(t1,5),o.Gf(o5,5),o.Gf(s5,5)),2&y){let K;o.iGM(K=o.CRH())&&(T._ripple=K.first),o.iGM(K=o.CRH())&&(T._knob=K.first),o.iGM(K=o.CRH())&&(T._valueIndicatorContainer=K.first)}},hostAttrs:[1,"mdc-slider__thumb","mat-mdc-slider-visual-thumb"],inputs:{discrete:"discrete",thumbPosition:"thumbPosition",valueIndicatorText:"valueIndicatorText"},features:[o._Bn([{provide:Hl,useExisting:O}])],decls:4,vars:2,consts:[["class","mdc-slider__value-indicator-container",4,"ngIf"],[1,"mdc-slider__thumb-knob"],["knob",""],["matRipple","",1,"mat-mdc-focus-indicator",3,"matRippleDisabled"],[1,"mdc-slider__value-indicator-container"],["valueIndicatorContainer",""],[1,"mdc-slider__value-indicator"],[1,"mdc-slider__value-indicator-text"]],template:function(y,T){1&y&&(o.YNc(0,ap,5,1,"div",0),o._UZ(1,"div",1,2)(3,"div",3)),2&y&&(o.Q6J("ngIf",T.discrete),o.xp6(3),o.Q6J("matRippleDisabled",!0))},dependencies:[u.O5,t1],styles:[".mat-mdc-slider-visual-thumb .mat-ripple{height:100%;width:100%}.mat-mdc-slider .mdc-slider__tick-marks{justify-content:start}.mat-mdc-slider .mdc-slider__tick-marks .mdc-slider__tick-mark--active,.mat-mdc-slider .mdc-slider__tick-marks .mdc-slider__tick-mark--inactive{position:absolute;left:2px}"],encapsulation:2,changeDetection:0})}return O})();const L6=Ir(_i(class{constructor(O){this._elementRef=O}}),"primary");let f5=(()=>{class O extends L6{get disabled(){return this._disabled}set disabled(p){this._disabled=ai(p);const y=this._getInput(2),T=this._getInput(1);y&&(y.disabled=this._disabled),T&&(T.disabled=this._disabled)}get discrete(){return this._discrete}set discrete(p){this._discrete=ai(p),this._updateValueIndicatorUIs()}get showTickMarks(){return this._showTickMarks}set showTickMarks(p){this._showTickMarks=ai(p)}get min(){return this._min}set min(p){const y=fr(p,this._min);this._min!==y&&this._updateMin(y)}_updateMin(p){const y=this._min;this._min=p,this._isRange?this._updateMinRange({old:y,new:p}):this._updateMinNonRange(p),this._onMinMaxOrStepChange()}_updateMinRange(p){const y=this._getInput(2),T=this._getInput(1),K=y.value,Le=T.value;T.min=p.new,y.min=Math.max(p.new,T.value),T.max=Math.min(y.max,y.value),T._updateWidthInactive(),y._updateWidthInactive(),p.newp.old?this._onTranslateXChangeBySideEffect(T,y):this._onTranslateXChangeBySideEffect(y,T),K!==y.value&&this._onValueChange(y),Le!==T.value&&this._onValueChange(T)}_updateMaxNonRange(p){const y=this._getInput(2);if(y){const T=y.value;y.max=p,y._updateThumbUIByValue(),this._updateTrackUI(y),T!==y.value&&this._onValueChange(y)}}get step(){return this._step}set step(p){const y=fr(p,this._step);this._step!==y&&this._updateStep(y)}_updateStep(p){this._step=p,this._isRange?this._updateStepRange():this._updateStepNonRange(),this._onMinMaxOrStepChange()}_updateStepRange(){const p=this._getInput(2),y=this._getInput(1),T=p.value,K=y.value,Le=y.value;p.min=this._min,y.max=this._max,p.step=this._step,y.step=this._step,this._platform.SAFARI&&(p.value=p.value,y.value=y.value),p.min=Math.max(this._min,y.value),y.max=Math.min(this._max,p.value),y._updateWidthInactive(),p._updateWidthInactive(),p.value`${di}`,this._rippleRadius=24,this.startValueIndicatorText="",this.endValueIndicatorText="",this._isRange=!1,this._isRtl=!1,this._hasViewInitialized=!1,this._tickMarkTrackWidth=0,this._hasAnimation=!1,this._resizeTimer=null,this._platform=(0,o.f3M)(te),this._knobRadius=8,this._thumbsOverlap=!1,this._noopAnimations="NoopAnimations"===vn,this._dirChangeSubscription=this._dir.change.subscribe(()=>this._onDirChange()),this._isRtl="rtl"===this._dir.value}ngAfterViewInit(){this._platform.isBrowser&&this._updateDimensions();const p=this._getInput(2),y=this._getInput(1);this._isRange=!!p&&!!y,this._cdr.detectChanges();const T=this._getThumb(2);this._rippleRadius=T._ripple.radius,this._inputPadding=this._rippleRadius-this._knobRadius,this._inputOffset=this._knobRadius,this._isRange?this._initUIRange(p,y):this._initUINonRange(p),this._updateTrackUI(p),this._updateTickMarkUI(),this._updateTickMarkTrackUI(),this._observeHostResize(),this._cdr.detectChanges()}_initUINonRange(p){p.initProps(),p.initUI(),this._updateValueIndicatorUI(p),this._hasViewInitialized=!0,p._updateThumbUIByValue()}_initUIRange(p,y){p.initProps(),p.initUI(),y.initProps(),y.initUI(),p._updateMinMax(),y._updateMinMax(),p._updateStaticStyles(),y._updateStaticStyles(),this._updateValueIndicatorUIs(),this._hasViewInitialized=!0,p._updateThumbUIByValue(),y._updateThumbUIByValue()}ngOnDestroy(){this._dirChangeSubscription.unsubscribe(),this._resizeObserver?.disconnect(),this._resizeObserver=null}_onDirChange(){this._isRtl="rtl"===this._dir.value,this._isRange?this._onDirChangeRange():this._onDirChangeNonRange(),this._updateTickMarkUI()}_onDirChangeRange(){const p=this._getInput(2),y=this._getInput(1);p._setIsLeftThumb(),y._setIsLeftThumb(),p.translateX=p._calcTranslateXByValue(),y.translateX=y._calcTranslateXByValue(),p._updateStaticStyles(),y._updateStaticStyles(),p._updateWidthInactive(),y._updateWidthInactive(),p._updateThumbUIByValue(),y._updateThumbUIByValue()}_onDirChangeNonRange(){this._getInput(2)._updateThumbUIByValue()}_observeHostResize(){typeof ResizeObserver>"u"||!ResizeObserver||this._ngZone.runOutsideAngular(()=>{this._resizeObserver=new ResizeObserver(()=>{this._isActive()||(this._resizeTimer&&clearTimeout(this._resizeTimer),this._onResize())}),this._resizeObserver.observe(this._elementRef.nativeElement)})}_isActive(){return this._getThumb(1)._isActive||this._getThumb(2)._isActive}_getValue(p=2){const y=this._getInput(p);return y?y.value:this.min}_skipUpdate(){return!(!this._getInput(1)?._skipUIUpdate&&!this._getInput(2)?._skipUIUpdate)}_updateDimensions(){this._cachedWidth=this._elementRef.nativeElement.offsetWidth,this._cachedLeft=this._elementRef.nativeElement.getBoundingClientRect().left}_setTrackActiveStyles(p){const y=this._trackActive.nativeElement.style;y.left=p.left,y.right=p.right,y.transformOrigin=p.transformOrigin,y.transform=p.transform}_calcTickMarkTransform(p){return`translateX(${p*(this._tickMarkTrackWidth/(this._tickMarks.length-1))}px`}_onTranslateXChange(p){this._hasViewInitialized&&(this._updateThumbUI(p),this._updateTrackUI(p),this._updateOverlappingThumbUI(p))}_onTranslateXChangeBySideEffect(p,y){this._hasViewInitialized&&(p._updateThumbUIByValue(),y._updateThumbUIByValue())}_onValueChange(p){this._hasViewInitialized&&(this._updateValueIndicatorUI(p),this._updateTickMarkUI(),this._cdr.detectChanges())}_onMinMaxOrStepChange(){this._hasViewInitialized&&(this._updateTickMarkUI(),this._updateTickMarkTrackUI(),this._cdr.markForCheck())}_onResize(){if(this._hasViewInitialized){if(this._updateDimensions(),this._isRange){const p=this._getInput(2),y=this._getInput(1);p._updateThumbUIByValue(),y._updateThumbUIByValue(),p._updateStaticStyles(),y._updateStaticStyles(),p._updateMinMax(),y._updateMinMax(),p._updateWidthInactive(),y._updateWidthInactive()}else{const p=this._getInput(2);p&&p._updateThumbUIByValue()}this._updateTickMarkUI(),this._updateTickMarkTrackUI(),this._cdr.detectChanges()}}_areThumbsOverlapping(){const p=this._getInput(1),y=this._getInput(2);return!(!p||!y)&&y.translateX-p.translateX<20}_updateOverlappingThumbClassNames(p){const y=p.getSibling(),T=this._getThumb(p.thumbPosition);this._getThumb(y.thumbPosition)._hostElement.classList.remove("mdc-slider__thumb--top"),T._hostElement.classList.toggle("mdc-slider__thumb--top",this._thumbsOverlap)}_updateOverlappingThumbUI(p){!this._isRange||this._skipUpdate()||this._thumbsOverlap!==this._areThumbsOverlapping()&&(this._thumbsOverlap=!this._thumbsOverlap,this._updateOverlappingThumbClassNames(p))}_updateThumbUI(p){this._skipUpdate()||(this._getThumb(2===p.thumbPosition?2:1)._hostElement.style.transform=`translateX(${p.translateX}px)`)}_updateValueIndicatorUI(p){if(this._skipUpdate())return;const y=this.displayWith(p.value);if(this._hasViewInitialized?p._valuetext=y:p._hostElement.setAttribute("aria-valuetext",y),this.discrete){1===p.thumbPosition?this.startValueIndicatorText=y:this.endValueIndicatorText=y;const T=this._getThumb(p.thumbPosition);y.length<3?T._hostElement.classList.add("mdc-slider__thumb--short-value"):T._hostElement.classList.remove("mdc-slider__thumb--short-value")}}_updateValueIndicatorUIs(){const p=this._getInput(2),y=this._getInput(1);p&&this._updateValueIndicatorUI(p),y&&this._updateValueIndicatorUI(y)}_updateTickMarkTrackUI(){if(!this.showTickMarks||this._skipUpdate())return;const p=this._step&&this._step>0?this._step:1,T=(Math.floor(this.max/p)*p-this.min)/(this.max-this.min);this._tickMarkTrackWidth=this._cachedWidth*T-6}_updateTrackUI(p){this._skipUpdate()||(this._isRange?this._updateTrackUIRange(p):this._updateTrackUINonRange(p))}_updateTrackUIRange(p){const y=p.getSibling();if(!y||!this._cachedWidth)return;const T=Math.abs(y.translateX-p.translateX)/this._cachedWidth;this._setTrackActiveStyles(p._isLeftThumb&&this._cachedWidth?{left:"auto",right:this._cachedWidth-y.translateX+"px",transformOrigin:"right",transform:`scaleX(${T})`}:{left:`${y.translateX}px`,right:"auto",transformOrigin:"left",transform:`scaleX(${T})`})}_updateTrackUINonRange(p){this._setTrackActiveStyles(this._isRtl?{left:"auto",right:"0px",transformOrigin:"right",transform:`scaleX(${1-p.fillPercentage})`}:{left:"0px",right:"auto",transformOrigin:"left",transform:`scaleX(${p.fillPercentage})`})}_updateTickMarkUI(){if(!this.showTickMarks||void 0===this.step||void 0===this.min||void 0===this.max)return;const p=this.step>0?this.step:1;this._isRange?this._updateTickMarkUIRange(p):this._updateTickMarkUINonRange(p),this._isRtl&&this._tickMarks.reverse()}_updateTickMarkUINonRange(p){const y=this._getValue();let T=Math.max(Math.round((y-this.min)/p),0),K=Math.max(Math.round((this.max-y)/p),0);this._isRtl?T++:K++,this._tickMarks=Array(T).fill(0).concat(Array(K).fill(1))}_updateTickMarkUIRange(p){const y=this._getValue(),T=this._getValue(1),K=Math.max(Math.floor((T-this.min)/p),0),Le=Math.max(Math.floor((y-T)/p)+1,0),vn=Math.max(Math.floor((this.max-y)/p),0);this._tickMarks=Array(K).fill(1).concat(Array(Le).fill(0),Array(vn).fill(1))}_getInput(p){return 2===p&&this._input?this._input:this._inputs?.length?1===p?this._inputs.first:this._inputs.last:void 0}_getThumb(p){return 2===p?this._thumbs?.last:this._thumbs?.first}_setTransition(p){this._hasAnimation=!this._platform.IOS&&p&&!this._noopAnimations,this._elementRef.nativeElement.classList.toggle("mat-mdc-slider-with-animation",this._hasAnimation)}_isCursorOnSliderThumb(p,y){const T=y.width/2,di=p.clientY-(y.y+T);return Math.pow(p.clientX-(y.x+T),2)+Math.pow(di,2)P6),multi:!0};let P6=(()=>{class O{get value(){return fr(this._hostElement.value)}set value(p){const y=fr(p).toString();this._hasSetInitialValue?this._isActive||(this._hostElement.value=y,this._updateThumbUIByValue(),this._slider._onValueChange(this),this._cdr.detectChanges(),this._slider._cdr.markForCheck()):this._initialValue=y}get translateX(){return this._slider.min>=this._slider.max?(this._translateX=0,this._translateX):(void 0===this._translateX&&(this._translateX=this._calcTranslateXByValue()),this._translateX)}set translateX(p){this._translateX=p}get min(){return fr(this._hostElement.min)}set min(p){this._hostElement.min=fr(p).toString(),this._cdr.detectChanges()}get max(){return fr(this._hostElement.max)}set max(p){this._hostElement.max=fr(p).toString(),this._cdr.detectChanges()}get step(){return fr(this._hostElement.step)}set step(p){this._hostElement.step=fr(p).toString(),this._cdr.detectChanges()}get disabled(){return ai(this._hostElement.disabled)}set disabled(p){this._hostElement.disabled=ai(p),this._cdr.detectChanges(),this._slider.disabled!==this.disabled&&(this._slider.disabled=this.disabled)}get percentage(){return this._slider.min>=this._slider.max?this._slider._isRtl?1:0:(this.value-this._slider.min)/(this._slider.max-this._slider.min)}get fillPercentage(){return this._slider._cachedWidth?0===this._translateX?0:this.translateX/this._slider._cachedWidth:this._slider._isRtl?1:0}_setIsFocused(p){this._isFocused=p}constructor(p,y,T,K){this._ngZone=p,this._elementRef=y,this._cdr=T,this._slider=K,this.valueChange=new o.vpe,this.dragStart=new o.vpe,this.dragEnd=new o.vpe,this.thumbPosition=2,this._knobRadius=8,this._isActive=!1,this._isFocused=!1,this._hasSetInitialValue=!1,this._destroyed=new Oe.x,this._skipUIUpdate=!1,this._onTouchedFn=()=>{},this._isControlInitialized=!1,this._platform=(0,o.f3M)(te),this._hostElement=y.nativeElement,this._ngZone.runOutsideAngular(()=>{this._hostElement.addEventListener("pointerdown",this._onPointerDown.bind(this)),this._hostElement.addEventListener("pointermove",this._onPointerMove.bind(this)),this._hostElement.addEventListener("pointerup",this._onPointerUp.bind(this))})}ngOnDestroy(){this._hostElement.removeEventListener("pointerdown",this._onPointerDown),this._hostElement.removeEventListener("pointermove",this._onPointerMove),this._hostElement.removeEventListener("pointerup",this._onPointerUp),this._destroyed.next(),this._destroyed.complete(),this.dragStart.complete(),this.dragEnd.complete()}initProps(){this._updateWidthInactive(),this.disabled!==this._slider.disabled&&(this._slider.disabled=!0),this.step=this._slider.step,this.min=this._slider.min,this.max=this._slider.max,this._initValue()}initUI(){this._updateThumbUIByValue()}_initValue(){this._hasSetInitialValue=!0,void 0===this._initialValue?this.value=this._getDefaultValue():(this._hostElement.value=this._initialValue,this._updateThumbUIByValue(),this._slider._onValueChange(this),this._cdr.detectChanges())}_getDefaultValue(){return this.min}_onBlur(){this._setIsFocused(!1),this._onTouchedFn()}_onFocus(){this._setIsFocused(!0)}_onChange(){this.valueChange.emit(this.value),this._isActive&&this._updateThumbUIByValue({withAnimation:!0})}_onInput(){this._onChangeFn?.(this.value),(this._slider.step||!this._isActive)&&this._updateThumbUIByValue({withAnimation:!0}),this._slider._onValueChange(this)}_onNgControlValueChange(){(!this._isActive||!this._isFocused)&&(this._slider._onValueChange(this),this._updateThumbUIByValue()),this._slider.disabled=this._formControl.disabled}_onPointerDown(p){if(!this.disabled&&0===p.button){if(this._platform.IOS){const y=this._slider._isCursorOnSliderThumb(p,this._slider._getThumb(this.thumbPosition)._hostElement.getBoundingClientRect());return this._isActive=y,this._updateWidthActive(),void this._slider._updateDimensions()}this._isActive=!0,this._setIsFocused(!0),this._updateWidthActive(),this._slider._updateDimensions(),this._slider.step||this._updateThumbUIByPointerEvent(p,{withAnimation:!0}),this.disabled||(this._handleValueCorrection(p),this.dragStart.emit({source:this,parent:this._slider,value:this.value}))}}_handleValueCorrection(p){this._skipUIUpdate=!0,setTimeout(()=>{this._skipUIUpdate=!1,this._fixValue(p)},0)}_fixValue(p){const y=p.clientX-this._slider._cachedLeft,T=this._slider._cachedWidth,K=0===this._slider.step?1:this._slider.step,Le=Math.floor((this._slider.max-this._slider.min)/K),Wi=Math.round((this._slider._isRtl?1-y/T:y/T)*Le)/Le*(this._slider.max-this._slider.min)+this._slider.min,tr=Math.round(Wi/K)*K;if(tr===this.value)return this._slider._onValueChange(this),void(this._slider.step>0?this._updateThumbUIByValue():this._updateThumbUIByPointerEvent(p,{withAnimation:this._slider._hasAnimation}));this.value=tr,this.valueChange.emit(this.value),this._onChangeFn?.(this.value),this._slider._onValueChange(this),this._slider.step>0?this._updateThumbUIByValue():this._updateThumbUIByPointerEvent(p,{withAnimation:this._slider._hasAnimation})}_onPointerMove(p){!this._slider.step&&this._isActive&&this._updateThumbUIByPointerEvent(p)}_onPointerUp(){this._isActive&&(this._isActive=!1,this.dragEnd.emit({source:this,parent:this._slider,value:this.value}),setTimeout(()=>this._updateWidthInactive(),this._platform.IOS?10:0))}_clamp(p){return Math.max(Math.min(p,this._slider._cachedWidth),0)}_calcTranslateXByValue(){return this._slider._isRtl?(1-this.percentage)*this._slider._cachedWidth:this.percentage*this._slider._cachedWidth}_calcTranslateXByPointerEvent(p){return p.clientX-this._slider._cachedLeft}_updateWidthActive(){this._hostElement.style.padding=`0 ${this._slider._inputPadding}px`,this._hostElement.style.width=`calc(100% + ${this._slider._inputPadding}px)`}_updateWidthInactive(){this._hostElement.style.padding="0px",this._hostElement.style.width="calc(100% + 48px)",this._hostElement.style.left="-24px"}_updateThumbUIByValue(p){this.translateX=this._clamp(this._calcTranslateXByValue()),this._updateThumbUI(p)}_updateThumbUIByPointerEvent(p,y){this.translateX=this._clamp(this._calcTranslateXByPointerEvent(p)),this._updateThumbUI(y)}_updateThumbUI(p){this._slider._setTransition(!!p?.withAnimation),this._slider._onTranslateXChange(this)}writeValue(p){(this._isControlInitialized||null!==p)&&(this.value=p)}registerOnChange(p){this._onChangeFn=p,this._isControlInitialized=!0}registerOnTouched(p){this._onTouchedFn=p}setDisabledState(p){this.disabled=p}focus(){this._hostElement.focus()}blur(){this._hostElement.blur()}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.R0b),o.Y36(o.SBq),o.Y36(o.sBO),o.Y36(Vf))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["input","matSliderThumb",""]],hostAttrs:["type","range",1,"mdc-slider__input"],hostVars:1,hostBindings:function(y,T){1&y&&o.NdJ("change",function(){return T._onChange()})("input",function(){return T._onInput()})("blur",function(){return T._onBlur()})("focus",function(){return T._onFocus()}),2&y&&o.uIk("aria-valuetext",T._valuetext)},inputs:{value:"value"},outputs:{valueChange:"valueChange",dragStart:"dragStart",dragEnd:"dragEnd"},exportAs:["matSliderThumb"],features:[o._Bn([dp,{provide:Ff,useExisting:O}])]})}return O})(),V6=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[Mn,u.ez,U2]})}return O})();const Hf=["switch"];function h5(O,L){1&O&&(o.TgZ(0,"div",12),o.O4$(),o.TgZ(1,"svg",13),o._UZ(2,"path",14),o.qZA(),o.TgZ(3,"svg",15),o._UZ(4,"path",16),o.qZA()())}const p5=["*"],F6=new o.OlP("mat-slide-toggle-default-options",{providedIn:"root",factory:()=>({disableToggleValue:!1,hideIcon:!1})}),H6={provide:D.JU,useExisting:(0,o.Gpc)(()=>Od),multi:!0};class G0{constructor(L,p){this.source=L,this.checked=p}}let z6=0;const fp=Vr(Ir(_i(Cr(class{constructor(O){this._elementRef=O}}))));let m5=(()=>{class O extends fp{get required(){return this._required}set required(p){this._required=ai(p)}get checked(){return this._checked}set checked(p){this._checked=ai(p),this._changeDetectorRef.markForCheck()}get hideIcon(){return this._hideIcon}set hideIcon(p){this._hideIcon=ai(p)}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(p,y,T,K,Le,vn,di){super(p),this._focusMonitor=y,this._changeDetectorRef=T,this.defaults=Le,this._onChange=Wi=>{},this._onTouched=()=>{},this._required=!1,this._checked=!1,this.name=null,this.labelPosition="after",this.ariaLabel=null,this.ariaLabelledby=null,this._hideIcon=!1,this.change=new o.vpe,this.toggleChange=new o.vpe,this.tabIndex=parseInt(K)||0,this.color=this.defaultColor=Le.color||"accent",this._noopAnimations="NoopAnimations"===vn,this.id=this._uniqueId=`${di}${++z6}`,this._hideIcon=Le.hideIcon??!1}ngAfterContentInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(p=>{"keyboard"===p||"program"===p?(this._focused=!0,this._changeDetectorRef.markForCheck()):p||Promise.resolve().then(()=>{this._focused=!1,this._onTouched(),this._changeDetectorRef.markForCheck()})})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}writeValue(p){this.checked=!!p}registerOnChange(p){this._onChange=p}registerOnTouched(p){this._onTouched=p}setDisabledState(p){this.disabled=p,this._changeDetectorRef.markForCheck()}toggle(){this.checked=!this.checked,this._onChange(this.checked)}_emitChangeEvent(){this._onChange(this.checked),this.change.emit(this._createChangeEvent(this.checked))}static#e=this.\u0275fac=function(y){o.$Z()};static#t=this.\u0275dir=o.lG2({type:O,inputs:{name:"name",id:"id",labelPosition:"labelPosition",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],required:"required",checked:"checked",hideIcon:"hideIcon"},outputs:{change:"change",toggleChange:"toggleChange"},features:[o.qOj]})}return O})(),Od=(()=>{class O extends m5{get buttonId(){return`${this.id||this._uniqueId}-button`}constructor(p,y,T,K,Le,vn){super(p,y,T,K,Le,vn,"mat-mdc-slide-toggle-"),this._labelId=this._uniqueId+"-label"}_handleClick(){this.toggleChange.emit(),this.defaults.disableToggleValue||(this.checked=!this.checked,this._onChange(this.checked),this.change.emit(new G0(this,this.checked)))}focus(){this._switchElement.nativeElement.focus()}_createChangeEvent(p){return new G0(this,p)}_getAriaLabelledBy(){return this.ariaLabelledby?this.ariaLabelledby:this.ariaLabel?null:this._labelId}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(G1),o.Y36(o.sBO),o.$8M("tabindex"),o.Y36(F6),o.Y36(o.QbO,8))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-slide-toggle"]],viewQuery:function(y,T){if(1&y&&o.Gf(Hf,5),2&y){let K;o.iGM(K=o.CRH())&&(T._switchElement=K.first)}},hostAttrs:[1,"mat-mdc-slide-toggle"],hostVars:11,hostBindings:function(y,T){2&y&&(o.Ikx("id",T.id),o.uIk("tabindex",null)("aria-label",null)("name",null)("aria-labelledby",null),o.ekj("mat-mdc-slide-toggle-focused",T._focused)("mat-mdc-slide-toggle-checked",T.checked)("_mat-animation-noopable",T._noopAnimations))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex"},exportAs:["matSlideToggle"],features:[o._Bn([H6]),o.qOj],ngContentSelectors:p5,decls:13,vars:25,consts:[[1,"mdc-form-field"],["role","switch","type","button",1,"mdc-switch",3,"tabIndex","disabled","click"],["switch",""],[1,"mdc-switch__track"],[1,"mdc-switch__handle-track"],[1,"mdc-switch__handle"],[1,"mdc-switch__shadow"],[1,"mdc-elevation-overlay"],[1,"mdc-switch__ripple"],["mat-ripple","",1,"mat-mdc-slide-toggle-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],["class","mdc-switch__icons",4,"ngIf"],[1,"mdc-label",3,"for","click"],[1,"mdc-switch__icons"],["viewBox","0 0 24 24","aria-hidden","true",1,"mdc-switch__icon","mdc-switch__icon--on"],["d","M19.69,5.23L8.96,15.96l-4.23-4.23L2.96,13.5l6,6L21.46,7L19.69,5.23z"],["viewBox","0 0 24 24","aria-hidden","true",1,"mdc-switch__icon","mdc-switch__icon--off"],["d","M20 13H4v-2h16v2z"]],template:function(y,T){if(1&y&&(o.F$t(),o.TgZ(0,"div",0)(1,"button",1,2),o.NdJ("click",function(){return T._handleClick()}),o._UZ(3,"div",3),o.TgZ(4,"div",4)(5,"div",5)(6,"div",6),o._UZ(7,"div",7),o.qZA(),o.TgZ(8,"div",8),o._UZ(9,"div",9),o.qZA(),o.YNc(10,h5,5,0,"div",10),o.qZA()()(),o.TgZ(11,"label",11),o.NdJ("click",function(Le){return Le.stopPropagation()}),o.Hsn(12),o.qZA()()),2&y){const K=o.MAs(2);o.ekj("mdc-form-field--align-end","before"==T.labelPosition),o.xp6(1),o.ekj("mdc-switch--selected",T.checked)("mdc-switch--unselected",!T.checked)("mdc-switch--checked",T.checked)("mdc-switch--disabled",T.disabled),o.Q6J("tabIndex",T.tabIndex)("disabled",T.disabled),o.uIk("id",T.buttonId)("name",T.name)("aria-label",T.ariaLabel)("aria-labelledby",T._getAriaLabelledBy())("aria-describedby",T.ariaDescribedby)("aria-required",T.required||null)("aria-checked",T.checked),o.xp6(8),o.Q6J("matRippleTrigger",K)("matRippleDisabled",T.disableRipple||T.disabled)("matRippleCentered",!0),o.xp6(1),o.Q6J("ngIf",!T.hideIcon),o.xp6(1),o.Q6J("for",T.buttonId),o.uIk("id",T._labelId)}},dependencies:[t1,u.O5],styles:['.mdc-form-field{display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field[hidden]{display:none}.mdc-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label{margin:0}[dir=rtl] .mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl]{margin:0}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity);transition:opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--mdc-elevation-overlay-color)}.mdc-switch{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;flex-shrink:0;margin:0;outline:none;overflow:visible;padding:0;position:relative}.mdc-switch[hidden]{display:none}.mdc-switch:disabled{cursor:default;pointer-events:none}.mdc-switch__track{overflow:hidden;position:relative;width:100%}.mdc-switch__track::before,.mdc-switch__track::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;width:100%}@media screen and (forced-colors: active){.mdc-switch__track::before,.mdc-switch__track::after{border-color:currentColor}}.mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);transform:translateX(0)}.mdc-switch__track::after{transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);transform:translateX(-100%)}[dir=rtl] .mdc-switch__track::after,.mdc-switch__track[dir=rtl]::after{transform:translateX(100%)}.mdc-switch--selected .mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch__track::before,.mdc-switch--selected .mdc-switch__track[dir=rtl]::before{transform:translateX(-100%)}.mdc-switch--selected .mdc-switch__track::after{transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);transform:translateX(0)}.mdc-switch__handle-track{height:100%;pointer-events:none;position:absolute;top:0;transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);left:0;right:auto;transform:translateX(0)}[dir=rtl] .mdc-switch__handle-track,.mdc-switch__handle-track[dir=rtl]{left:auto;right:0}.mdc-switch--selected .mdc-switch__handle-track{transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch__handle-track,.mdc-switch--selected .mdc-switch__handle-track[dir=rtl]{transform:translateX(-100%)}.mdc-switch__handle{display:flex;pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);left:0;right:auto}[dir=rtl] .mdc-switch__handle,.mdc-switch__handle[dir=rtl]{left:auto;right:0}.mdc-switch__handle::before,.mdc-switch__handle::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";width:100%;height:100%;left:0;position:absolute;top:0;transition:background-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1),border-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);z-index:-1}@media screen and (forced-colors: active){.mdc-switch__handle::before,.mdc-switch__handle::after{border-color:currentColor}}.mdc-switch__shadow{border-radius:inherit;bottom:0;left:0;position:absolute;right:0;top:0}.mdc-elevation-overlay{bottom:0;left:0;right:0;top:0}.mdc-switch__ripple{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);z-index:-1}.mdc-switch:disabled .mdc-switch__ripple{display:none}.mdc-switch__icons{height:100%;position:relative;width:100%;z-index:1}.mdc-switch__icon{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;opacity:0;transition:opacity 30ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-switch--selected .mdc-switch__icon--on,.mdc-switch--unselected .mdc-switch__icon--off{opacity:1;transition:opacity 45ms 30ms cubic-bezier(0, 0, 0.2, 1)}.mdc-switch{width:var(--mdc-switch-track-width);--mdc-switch-disabled-handle-opacity:0.38;--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-height:20px;--mdc-switch-handle-shape:10px;--mdc-switch-handle-width:20px;--mdc-switch-selected-icon-size:18px;--mdc-switch-track-height:14px;--mdc-switch-track-shape:7px;--mdc-switch-track-width:36px;--mdc-switch-unselected-icon-size:18px;--mdc-switch-state-layer-size:40px;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.04;--mdc-switch-selected-pressed-state-layer-opacity:0.1;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.04;--mdc-switch-unselected-pressed-state-layer-opacity:0.1}.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after{background:var(--mdc-switch-selected-handle-color)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-selected-hover-handle-color)}.mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-selected-focus-handle-color)}.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after{background:var(--mdc-switch-selected-pressed-handle-color)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__handle::after{background:var(--mdc-switch-disabled-selected-handle-color)}.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after{background:var(--mdc-switch-unselected-handle-color)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-unselected-hover-handle-color)}.mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-unselected-focus-handle-color)}.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle::after{background:var(--mdc-switch-unselected-pressed-handle-color)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle::after{background:var(--mdc-switch-disabled-unselected-handle-color)}.mdc-switch .mdc-switch__handle::before{background:var(--mdc-switch-handle-surface-color)}.mdc-switch:enabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-handle-elevation)}.mdc-switch:disabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-disabled-handle-elevation)}.mdc-switch .mdc-switch__focus-ring-wrapper,.mdc-switch .mdc-switch__handle{height:var(--mdc-switch-handle-height)}.mdc-switch:disabled .mdc-switch__handle::after{opacity:var(--mdc-switch-disabled-handle-opacity)}.mdc-switch .mdc-switch__handle{border-radius:var(--mdc-switch-handle-shape)}.mdc-switch .mdc-switch__handle{width:var(--mdc-switch-handle-width)}.mdc-switch .mdc-switch__handle-track{width:calc(100% - var(--mdc-switch-handle-width))}.mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon{fill:var(--mdc-switch-selected-icon-color)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon{fill:var(--mdc-switch-disabled-selected-icon-color)}.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon{fill:var(--mdc-switch-unselected-icon-color)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon{fill:var(--mdc-switch-disabled-unselected-icon-color)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons{opacity:var(--mdc-switch-disabled-selected-icon-opacity)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons{opacity:var(--mdc-switch-disabled-unselected-icon-opacity)}.mdc-switch.mdc-switch--selected .mdc-switch__icon{width:var(--mdc-switch-selected-icon-size);height:var(--mdc-switch-selected-icon-size)}.mdc-switch.mdc-switch--unselected .mdc-switch__icon{width:var(--mdc-switch-unselected-icon-size);height:var(--mdc-switch-unselected-icon-size)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background-color:var(--mdc-switch-selected-hover-state-layer-color)}.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after{background-color:var(--mdc-switch-selected-focus-state-layer-color)}.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after{background-color:var(--mdc-switch-selected-pressed-state-layer-color)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background-color:var(--mdc-switch-unselected-hover-state-layer-color)}.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::after{background-color:var(--mdc-switch-unselected-focus-state-layer-color)}.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::after{background-color:var(--mdc-switch-unselected-pressed-state-layer-color)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before{opacity:var(--mdc-switch-selected-hover-state-layer-opacity)}.mdc-switch.mdc-switch--selected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before{transition-duration:75ms;opacity:var(--mdc-switch-selected-focus-state-layer-opacity)}.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after{transition:opacity 150ms linear}.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after{transition-duration:75ms;opacity:var(--mdc-switch-selected-pressed-state-layer-opacity)}.mdc-switch.mdc-switch--selected:enabled:active.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-switch-selected-pressed-state-layer-opacity)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before{opacity:var(--mdc-switch-unselected-hover-state-layer-opacity)}.mdc-switch.mdc-switch--unselected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before{transition-duration:75ms;opacity:var(--mdc-switch-unselected-focus-state-layer-opacity)}.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after{transition:opacity 150ms linear}.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after{transition-duration:75ms;opacity:var(--mdc-switch-unselected-pressed-state-layer-opacity)}.mdc-switch.mdc-switch--unselected:enabled:active.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-switch-unselected-pressed-state-layer-opacity)}.mdc-switch .mdc-switch__ripple{height:var(--mdc-switch-state-layer-size);width:var(--mdc-switch-state-layer-size)}.mdc-switch .mdc-switch__track{height:var(--mdc-switch-track-height)}.mdc-switch:disabled .mdc-switch__track{opacity:var(--mdc-switch-disabled-track-opacity)}.mdc-switch:enabled .mdc-switch__track::after{background:var(--mdc-switch-selected-track-color)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after{background:var(--mdc-switch-selected-hover-track-color)}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after{background:var(--mdc-switch-selected-focus-track-color)}.mdc-switch:enabled:active .mdc-switch__track::after{background:var(--mdc-switch-selected-pressed-track-color)}.mdc-switch:disabled .mdc-switch__track::after{background:var(--mdc-switch-disabled-selected-track-color)}.mdc-switch:enabled .mdc-switch__track::before{background:var(--mdc-switch-unselected-track-color)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before{background:var(--mdc-switch-unselected-hover-track-color)}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before{background:var(--mdc-switch-unselected-focus-track-color)}.mdc-switch:enabled:active .mdc-switch__track::before{background:var(--mdc-switch-unselected-pressed-track-color)}.mdc-switch:disabled .mdc-switch__track::before{background:var(--mdc-switch-disabled-unselected-track-color)}.mdc-switch .mdc-switch__track{border-radius:var(--mdc-switch-track-shape)}.mdc-switch:enabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-handle-elevation-shadow)}.mdc-switch:disabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-disabled-handle-elevation-shadow)}.mat-mdc-slide-toggle .mdc-label{font-family:var(--mat-slide-toggle-label-text-font);font-size:var(--mat-slide-toggle-label-text-size);letter-spacing:var(--mat-slide-toggle-label-text-tracking);line-height:var(--mat-slide-toggle-label-text-line-height);font-weight:var(--mat-slide-toggle-label-text-weight)}.mat-mdc-slide-toggle{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0}.mat-mdc-slide-toggle .mat-mdc-slide-toggle-ripple,.mat-mdc-slide-toggle .mdc-switch__ripple::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-slide-toggle .mat-mdc-slide-toggle-ripple:not(:empty),.mat-mdc-slide-toggle .mdc-switch__ripple::after:not(:empty){transform:translateZ(0)}.mat-mdc-slide-toggle .mdc-switch__ripple::after{content:"";opacity:0}.mat-mdc-slide-toggle .mdc-switch:hover .mdc-switch__ripple::after{opacity:.04;transition:opacity 75ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-slide-toggle.mat-mdc-slide-toggle-focused .mdc-switch .mdc-switch__ripple::after{opacity:.12}.mat-mdc-slide-toggle.mat-mdc-slide-toggle-focused .mat-mdc-focus-indicator::before{content:""}.mat-mdc-slide-toggle .mat-ripple-element{opacity:.12}.mat-mdc-slide-toggle .mat-mdc-focus-indicator::before{border-radius:50%}.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle-track,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-elevation-overlay,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__icon,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle::before,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle::after,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__track::before,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__track::after{transition:none}.mat-mdc-slide-toggle .mdc-switch:enabled+.mdc-label{cursor:pointer}'],encapsulation:2,changeDetection:0})}return O})(),pp=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({})}return O})(),mp=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({imports:[pp,Mn,U2,u.ez,pp,Mn]})}return O})();const B6=["mat-calendar-body",""];function U6(O,L){if(1&O&&(o.TgZ(0,"tr",3)(1,"td",4),o._uU(2),o.qZA()()),2&O){const p=o.oxw();o.xp6(1),o.Udp("padding-top",p._cellPadding)("padding-bottom",p._cellPadding),o.uIk("colspan",p.numCols),o.xp6(1),o.hij(" ",p.label," ")}}function g5(O,L){if(1&O&&(o.TgZ(0,"td",4),o._uU(1),o.qZA()),2&O){const p=o.oxw(2);o.Udp("padding-top",p._cellPadding)("padding-bottom",p._cellPadding),o.uIk("colspan",p._firstRowOffset),o.xp6(1),o.hij(" ",p._firstRowOffset>=p.labelMinRequiredCells?p.label:""," ")}}function j6(O,L){if(1&O){const p=o.EpF();o.TgZ(0,"td",8)(1,"button",9),o.NdJ("click",function(T){const Le=o.CHM(p).$implicit,vn=o.oxw(2);return o.KtG(vn._cellClicked(Le,T))})("focus",function(T){const Le=o.CHM(p).$implicit,vn=o.oxw(2);return o.KtG(vn._emitActiveDateChange(Le,T))}),o.TgZ(2,"span",10),o._uU(3),o.qZA(),o._UZ(4,"span",11),o.qZA()()}if(2&O){const p=L.$implicit,y=L.index,T=o.oxw().index,K=o.oxw();o.Udp("width",K._cellWidth)("padding-top",K._cellPadding)("padding-bottom",K._cellPadding),o.uIk("data-mat-row",T)("data-mat-col",y),o.xp6(1),o.ekj("mat-calendar-body-disabled",!p.enabled)("mat-calendar-body-active",K._isActiveCell(T,y))("mat-calendar-body-range-start",K._isRangeStart(p.compareValue))("mat-calendar-body-range-end",K._isRangeEnd(p.compareValue))("mat-calendar-body-in-range",K._isInRange(p.compareValue))("mat-calendar-body-comparison-bridge-start",K._isComparisonBridgeStart(p.compareValue,T,y))("mat-calendar-body-comparison-bridge-end",K._isComparisonBridgeEnd(p.compareValue,T,y))("mat-calendar-body-comparison-start",K._isComparisonStart(p.compareValue))("mat-calendar-body-comparison-end",K._isComparisonEnd(p.compareValue))("mat-calendar-body-in-comparison-range",K._isInComparisonRange(p.compareValue))("mat-calendar-body-preview-start",K._isPreviewStart(p.compareValue))("mat-calendar-body-preview-end",K._isPreviewEnd(p.compareValue))("mat-calendar-body-in-preview",K._isInPreview(p.compareValue)),o.Q6J("ngClass",p.cssClasses)("tabindex",K._isActiveCell(T,y)?0:-1),o.uIk("aria-label",p.ariaLabel)("aria-disabled",!p.enabled||null)("aria-pressed",K._isSelected(p.compareValue))("aria-current",K.todayValue===p.compareValue?"date":null)("aria-describedby",K._getDescribedby(p.compareValue)),o.xp6(1),o.ekj("mat-calendar-body-selected",K._isSelected(p.compareValue))("mat-calendar-body-comparison-identical",K._isComparisonIdentical(p.compareValue))("mat-calendar-body-today",K.todayValue===p.compareValue),o.xp6(1),o.hij(" ",p.displayValue," ")}}function gp(O,L){if(1&O&&(o.TgZ(0,"tr",5),o.YNc(1,g5,2,6,"td",6),o.YNc(2,j6,5,48,"td",7),o.qZA()),2&O){const p=L.$implicit,y=L.index,T=o.oxw();o.xp6(1),o.Q6J("ngIf",0===y&&T._firstRowOffset),o.xp6(1),o.Q6J("ngForOf",p)}}function dy(O,L){if(1&O&&(o.TgZ(0,"th",5)(1,"span",6),o._uU(2),o.qZA(),o.TgZ(3,"span",7),o._uU(4),o.qZA()()),2&O){const p=L.$implicit;o.xp6(2),o.Oqu(p.long),o.xp6(2),o.Oqu(p.narrow)}}const uy=["*"];function Y0(O,L){}function W0(O,L){if(1&O){const p=o.EpF();o.TgZ(0,"mat-month-view",5),o.NdJ("activeDateChange",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K.activeDate=T)})("_userSelection",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K._dateSelected(T))})("dragStarted",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K._dragStarted(T))})("dragEnded",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K._dragEnded(T))}),o.qZA()}if(2&O){const p=o.oxw();o.Q6J("activeDate",p.activeDate)("selected",p.selected)("dateFilter",p.dateFilter)("maxDate",p.maxDate)("minDate",p.minDate)("dateClass",p.dateClass)("comparisonStart",p.comparisonStart)("comparisonEnd",p.comparisonEnd)("startDateAccessibleName",p.startDateAccessibleName)("endDateAccessibleName",p.endDateAccessibleName)("activeDrag",p._activeDrag)}}function $6(O,L){if(1&O){const p=o.EpF();o.TgZ(0,"mat-year-view",6),o.NdJ("activeDateChange",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K.activeDate=T)})("monthSelected",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K._monthSelectedInYearView(T))})("selectedChange",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K._goToDateInView(T,"month"))}),o.qZA()}if(2&O){const p=o.oxw();o.Q6J("activeDate",p.activeDate)("selected",p.selected)("dateFilter",p.dateFilter)("maxDate",p.maxDate)("minDate",p.minDate)("dateClass",p.dateClass)}}function G6(O,L){if(1&O){const p=o.EpF();o.TgZ(0,"mat-multi-year-view",7),o.NdJ("activeDateChange",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K.activeDate=T)})("yearSelected",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K._yearSelectedInMultiYearView(T))})("selectedChange",function(T){o.CHM(p);const K=o.oxw();return o.KtG(K._goToDateInView(T,"year"))}),o.qZA()}if(2&O){const p=o.oxw();o.Q6J("activeDate",p.activeDate)("selected",p.selected)("dateFilter",p.dateFilter)("maxDate",p.maxDate)("minDate",p.minDate)("dateClass",p.dateClass)}}function _p(O,L){}const Z1=["button"];function _5(O,L){1&O&&(o.O4$(),o.TgZ(0,"svg",3),o._UZ(1,"path",4),o.qZA())}const vp=[[["","matDatepickerToggleIcon",""]]],Y6=["[matDatepickerToggleIcon]"];let Id=(()=>{class O{constructor(){this.changes=new Oe.x,this.calendarLabel="Calendar",this.openCalendarLabel="Open calendar",this.closeCalendarLabel="Close calendar",this.prevMonthLabel="Previous month",this.nextMonthLabel="Next month",this.prevYearLabel="Previous year",this.nextYearLabel="Next year",this.prevMultiYearLabel="Previous 24 years",this.nextMultiYearLabel="Next 24 years",this.switchToMonthViewLabel="Choose date",this.switchToMultiYearViewLabel="Choose month and year",this.startDateLabel="Start date",this.endDateLabel="End date"}formatYearRange(p,y){return`${p} \u2013 ${y}`}formatYearRangeLabel(p,y){return`${p} to ${y}`}static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac,providedIn:"root"})}return O})();class vh{constructor(L,p,y,T,K={},Le=L,vn){this.value=L,this.displayValue=p,this.ariaLabel=y,this.enabled=T,this.cssClasses=K,this.compareValue=Le,this.rawValue=vn}}let bh=1;const uu=he({passive:!1,capture:!0}),fu=he({passive:!0,capture:!0}),Bf=he({passive:!0});let Rd=(()=>{class O{ngAfterViewChecked(){this._focusActiveCellAfterViewChecked&&(this._focusActiveCell(),this._focusActiveCellAfterViewChecked=!1)}constructor(p,y){this._elementRef=p,this._ngZone=y,this._platform=(0,o.f3M)(te),this._focusActiveCellAfterViewChecked=!1,this.numCols=7,this.activeCell=0,this.isRange=!1,this.cellAspectRatio=1,this.previewStart=null,this.previewEnd=null,this.selectedValueChange=new o.vpe,this.previewChange=new o.vpe,this.activeDateChange=new o.vpe,this.dragStarted=new o.vpe,this.dragEnded=new o.vpe,this._didDragSinceMouseDown=!1,this._enterHandler=T=>{if(this._skipNextFocus&&"focus"===T.type)this._skipNextFocus=!1;else if(T.target&&this.isRange){const K=this._getCellFromElement(T.target);K&&this._ngZone.run(()=>this.previewChange.emit({value:K.enabled?K:null,event:T}))}},this._touchmoveHandler=T=>{if(!this.isRange)return;const K=yh(T),Le=K?this._getCellFromElement(K):null;K!==T.target&&(this._didDragSinceMouseDown=!0),q0(T.target)&&T.preventDefault(),this._ngZone.run(()=>this.previewChange.emit({value:Le?.enabled?Le:null,event:T}))},this._leaveHandler=T=>{null!==this.previewEnd&&this.isRange&&("blur"!==T.type&&(this._didDragSinceMouseDown=!0),T.target&&this._getCellFromElement(T.target)&&(!T.relatedTarget||!this._getCellFromElement(T.relatedTarget))&&this._ngZone.run(()=>this.previewChange.emit({value:null,event:T})))},this._mousedownHandler=T=>{if(!this.isRange)return;this._didDragSinceMouseDown=!1;const K=T.target&&this._getCellFromElement(T.target);!K||!this._isInRange(K.rawValue)||this._ngZone.run(()=>{this.dragStarted.emit({value:K.rawValue,event:T})})},this._mouseupHandler=T=>{if(!this.isRange)return;const K=q0(T.target);K?K.closest(".mat-calendar-body")===this._elementRef.nativeElement&&this._ngZone.run(()=>{const Le=this._getCellFromElement(K);this.dragEnded.emit({value:Le?.rawValue??null,event:T})}):this._ngZone.run(()=>{this.dragEnded.emit({value:null,event:T})})},this._touchendHandler=T=>{const K=yh(T);K&&this._mouseupHandler({target:K})},this._id="mat-calendar-body-"+bh++,this._startDateLabelId=`${this._id}-start-date`,this._endDateLabelId=`${this._id}-end-date`,y.runOutsideAngular(()=>{const T=p.nativeElement;T.addEventListener("touchmove",this._touchmoveHandler,uu),T.addEventListener("mouseenter",this._enterHandler,fu),T.addEventListener("focus",this._enterHandler,fu),T.addEventListener("mouseleave",this._leaveHandler,fu),T.addEventListener("blur",this._leaveHandler,fu),T.addEventListener("mousedown",this._mousedownHandler,Bf),T.addEventListener("touchstart",this._mousedownHandler,Bf),this._platform.isBrowser&&(window.addEventListener("mouseup",this._mouseupHandler),window.addEventListener("touchend",this._touchendHandler))})}_cellClicked(p,y){this._didDragSinceMouseDown||p.enabled&&this.selectedValueChange.emit({value:p.value,event:y})}_emitActiveDateChange(p,y){p.enabled&&this.activeDateChange.emit({value:p.value,event:y})}_isSelected(p){return this.startValue===p||this.endValue===p}ngOnChanges(p){const y=p.numCols,{rows:T,numCols:K}=this;(p.rows||y)&&(this._firstRowOffset=T&&T.length&&T[0].length?K-T[0].length:0),(p.cellAspectRatio||y||!this._cellPadding)&&(this._cellPadding=50*this.cellAspectRatio/K+"%"),(y||!this._cellWidth)&&(this._cellWidth=100/K+"%")}ngOnDestroy(){const p=this._elementRef.nativeElement;p.removeEventListener("touchmove",this._touchmoveHandler,uu),p.removeEventListener("mouseenter",this._enterHandler,fu),p.removeEventListener("focus",this._enterHandler,fu),p.removeEventListener("mouseleave",this._leaveHandler,fu),p.removeEventListener("blur",this._leaveHandler,fu),p.removeEventListener("mousedown",this._mousedownHandler,Bf),p.removeEventListener("touchstart",this._mousedownHandler,Bf),this._platform.isBrowser&&(window.removeEventListener("mouseup",this._mouseupHandler),window.removeEventListener("touchend",this._touchendHandler))}_isActiveCell(p,y){let T=p*this.numCols+y;return p&&(T-=this._firstRowOffset),T==this.activeCell}_focusActiveCell(p=!0){this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,Oo.q)(1)).subscribe(()=>{setTimeout(()=>{const y=this._elementRef.nativeElement.querySelector(".mat-calendar-body-active");y&&(p||(this._skipNextFocus=!0),y.focus())})})})}_scheduleFocusActiveCellAfterViewChecked(){this._focusActiveCellAfterViewChecked=!0}_isRangeStart(p){return Uf(p,this.startValue,this.endValue)}_isRangeEnd(p){return y2(p,this.startValue,this.endValue)}_isInRange(p){return hu(p,this.startValue,this.endValue,this.isRange)}_isComparisonStart(p){return Uf(p,this.comparisonStart,this.comparisonEnd)}_isComparisonBridgeStart(p,y,T){if(!this._isComparisonStart(p)||this._isRangeStart(p)||!this._isInRange(p))return!1;let K=this.rows[y][T-1];if(!K){const Le=this.rows[y-1];K=Le&&Le[Le.length-1]}return K&&!this._isRangeEnd(K.compareValue)}_isComparisonBridgeEnd(p,y,T){if(!this._isComparisonEnd(p)||this._isRangeEnd(p)||!this._isInRange(p))return!1;let K=this.rows[y][T+1];if(!K){const Le=this.rows[y+1];K=Le&&Le[0]}return K&&!this._isRangeStart(K.compareValue)}_isComparisonEnd(p){return y2(p,this.comparisonStart,this.comparisonEnd)}_isInComparisonRange(p){return hu(p,this.comparisonStart,this.comparisonEnd,this.isRange)}_isComparisonIdentical(p){return this.comparisonStart===this.comparisonEnd&&p===this.comparisonStart}_isPreviewStart(p){return Uf(p,this.previewStart,this.previewEnd)}_isPreviewEnd(p){return y2(p,this.previewStart,this.previewEnd)}_isInPreview(p){return hu(p,this.previewStart,this.previewEnd,this.isRange)}_getDescribedby(p){return this.isRange?this.startValue===p&&this.endValue===p?`${this._startDateLabelId} ${this._endDateLabelId}`:this.startValue===p?this._startDateLabelId:this.endValue===p?this._endDateLabelId:null:null}_getCellFromElement(p){const y=q0(p);if(y){const T=y.getAttribute("data-mat-row"),K=y.getAttribute("data-mat-col");if(T&&K)return this.rows[parseInt(T)][parseInt(K)]}return null}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(o.R0b))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["","mat-calendar-body",""]],hostAttrs:[1,"mat-calendar-body"],inputs:{label:"label",rows:"rows",todayValue:"todayValue",startValue:"startValue",endValue:"endValue",labelMinRequiredCells:"labelMinRequiredCells",numCols:"numCols",activeCell:"activeCell",isRange:"isRange",cellAspectRatio:"cellAspectRatio",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",previewStart:"previewStart",previewEnd:"previewEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName"},outputs:{selectedValueChange:"selectedValueChange",previewChange:"previewChange",activeDateChange:"activeDateChange",dragStarted:"dragStarted",dragEnded:"dragEnded"},exportAs:["matCalendarBody"],features:[o.TTD],attrs:B6,decls:6,vars:6,consts:[["aria-hidden","true",4,"ngIf"],["role","row",4,"ngFor","ngForOf"],[1,"mat-calendar-body-hidden-label",3,"id"],["aria-hidden","true"],[1,"mat-calendar-body-label"],["role","row"],["class","mat-calendar-body-label",3,"paddingTop","paddingBottom",4,"ngIf"],["role","gridcell","class","mat-calendar-body-cell-container",3,"width","paddingTop","paddingBottom",4,"ngFor","ngForOf"],["role","gridcell",1,"mat-calendar-body-cell-container"],["type","button",1,"mat-calendar-body-cell",3,"ngClass","tabindex","click","focus"],[1,"mat-calendar-body-cell-content","mat-focus-indicator"],["aria-hidden","true",1,"mat-calendar-body-cell-preview"]],template:function(y,T){1&y&&(o.YNc(0,U6,3,6,"tr",0),o.YNc(1,gp,3,2,"tr",1),o.TgZ(2,"label",2),o._uU(3),o.qZA(),o.TgZ(4,"label",2),o._uU(5),o.qZA()),2&y&&(o.Q6J("ngIf",T._firstRowOffset.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color)}.cdk-high-contrast-active .mat-calendar-body-disabled{opacity:.5}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px;color:var(--mat-datepicker-calendar-date-text-color);border-color:var(--mat-datepicker-calendar-date-outline-color)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}.cdk-high-contrast-active .mat-calendar-body-cell-content{border:none}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color)}@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color)}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color);color:var(--mat-datepicker-calendar-date-selected-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color)}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color)}.mat-calendar-body-in-range::before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color)}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color)}.cdk-high-contrast-active .mat-datepicker-popup:not(:empty),.cdk-high-contrast-active .mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.cdk-high-contrast-active .mat-calendar-body-today{outline:dotted 1px}.cdk-high-contrast-active .mat-calendar-body-cell::before,.cdk-high-contrast-active .mat-calendar-body-cell::after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end::before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range::before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:0;border-left:dashed 1px}[dir=rtl] .mat-calendar-body-label{text-align:right}'],encapsulation:2,changeDetection:0})}return O})();function bp(O){return"TD"===O?.nodeName}function q0(O){let L;return bp(O)?L=O:bp(O.parentNode)?L=O.parentNode:bp(O.parentNode?.parentNode)&&(L=O.parentNode.parentNode),null!=L?.getAttribute("data-mat-row")?L:null}function Uf(O,L,p){return null!==p&&L!==p&&O=L&&O===p}function hu(O,L,p,y){return y&&null!==L&&null!==p&&L!==p&&O>=L&&O<=p}function yh(O){const L=O.changedTouches[0];return document.elementFromPoint(L.clientX,L.clientY)}class T1{constructor(L,p){this.start=L,this.end=p}}let gd=(()=>{class O{constructor(p,y){this.selection=p,this._adapter=y,this._selectionChanged=new Oe.x,this.selectionChanged=this._selectionChanged,this.selection=p}updateSelection(p,y){const T=this.selection;this.selection=p,this._selectionChanged.next({selection:p,source:y,oldValue:T})}ngOnDestroy(){this._selectionChanged.complete()}_isValidDateInstance(p){return this._adapter.isDateInstance(p)&&this._adapter.isValid(p)}static#e=this.\u0275fac=function(y){o.$Z()};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac})}return O})(),W6=(()=>{class O extends gd{constructor(p){super(null,p)}add(p){super.updateSelection(p,this)}isValid(){return null!=this.selection&&this._isValidDateInstance(this.selection)}isComplete(){return null!=this.selection}clone(){const p=new O(this._adapter);return p.updateSelection(this.selection,this),p}static#e=this.\u0275fac=function(y){return new(y||O)(o.LFG(rs))};static#t=this.\u0275prov=o.Yz7({token:O,factory:O.\u0275fac})}return O})();const q6={provide:gd,deps:[[new o.FiY,new o.tp0,gd],rs],useFactory:function v5(O,L){return O||new W6(L)}},$f=new o.OlP("MAT_DATE_RANGE_SELECTION_STRATEGY");let yp=(()=>{class O{get activeDate(){return this._activeDate}set activeDate(p){const y=this._activeDate,T=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(T,this.minDate,this.maxDate),this._hasSameMonthAndYear(y,this._activeDate)||this._init()}get selected(){return this._selected}set selected(p){this._selected=p instanceof T1?p:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p)),this._setRanges(this._selected)}get minDate(){return this._minDate}set minDate(p){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get maxDate(){return this._maxDate}set maxDate(p){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}constructor(p,y,T,K,Le){this._changeDetectorRef=p,this._dateFormats=y,this._dateAdapter=T,this._dir=K,this._rangeStrategy=Le,this._rerenderSubscription=We.w0.EMPTY,this.activeDrag=null,this.selectedChange=new o.vpe,this._userSelection=new o.vpe,this.dragStarted=new o.vpe,this.dragEnded=new o.vpe,this.activeDateChange=new o.vpe,this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,_s.O)(null)).subscribe(()=>this._init())}ngOnChanges(p){const y=p.comparisonStart||p.comparisonEnd;y&&!y.firstChange&&this._setRanges(this.selected),p.activeDrag&&!this.activeDrag&&this._clearPreview()}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_dateSelected(p){const y=p.value,T=this._getDateFromDayOfMonth(y);let K,Le;this._selected instanceof T1?(K=this._getDateInCurrentMonth(this._selected.start),Le=this._getDateInCurrentMonth(this._selected.end)):K=Le=this._getDateInCurrentMonth(this._selected),(K!==y||Le!==y)&&this.selectedChange.emit(T),this._userSelection.emit({value:T,event:p.event}),this._clearPreview(),this._changeDetectorRef.markForCheck()}_updateActiveDate(p){const T=this._activeDate;this.activeDate=this._getDateFromDayOfMonth(p.value),this._dateAdapter.compareDate(T,this.activeDate)&&this.activeDateChange.emit(this._activeDate)}_handleCalendarBodyKeydown(p){const y=this._activeDate,T=this._isRtl();switch(p.keyCode){case P:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,T?1:-1);break;case 39:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,T?-1:1);break;case Z:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,-7);break;case 40:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,7);break;case 36:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,1-this._dateAdapter.getDate(this._activeDate));break;case 35:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,this._dateAdapter.getNumDaysInMonth(this._activeDate)-this._dateAdapter.getDate(this._activeDate));break;case 33:this.activeDate=p.altKey?this._dateAdapter.addCalendarYears(this._activeDate,-1):this._dateAdapter.addCalendarMonths(this._activeDate,-1);break;case 34:this.activeDate=p.altKey?this._dateAdapter.addCalendarYears(this._activeDate,1):this._dateAdapter.addCalendarMonths(this._activeDate,1);break;case 13:case 32:return this._selectionKeyPressed=!0,void(this._canSelect(this._activeDate)&&p.preventDefault());case 27:return void(null!=this._previewEnd&&!co(p)&&(this._clearPreview(),this.activeDrag?this.dragEnded.emit({value:null,event:p}):(this.selectedChange.emit(null),this._userSelection.emit({value:null,event:p})),p.preventDefault(),p.stopPropagation()));default:return}this._dateAdapter.compareDate(y,this.activeDate)&&(this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked()),p.preventDefault()}_handleCalendarBodyKeyup(p){(32===p.keyCode||13===p.keyCode)&&(this._selectionKeyPressed&&this._canSelect(this._activeDate)&&this._dateSelected({value:this._dateAdapter.getDate(this._activeDate),event:p}),this._selectionKeyPressed=!1)}_init(){this._setRanges(this.selected),this._todayDate=this._getCellCompareValue(this._dateAdapter.today()),this._monthLabel=this._dateFormats.display.monthLabel?this._dateAdapter.format(this.activeDate,this._dateFormats.display.monthLabel):this._dateAdapter.getMonthNames("short")[this._dateAdapter.getMonth(this.activeDate)].toLocaleUpperCase();let p=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),1);this._firstWeekOffset=(7+this._dateAdapter.getDayOfWeek(p)-this._dateAdapter.getFirstDayOfWeek())%7,this._initWeekdays(),this._createWeekCells(),this._changeDetectorRef.markForCheck()}_focusActiveCell(p){this._matCalendarBody._focusActiveCell(p)}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_previewChanged({event:p,value:y}){if(this._rangeStrategy){const T=y?y.rawValue:null,K=this._rangeStrategy.createPreview(T,this.selected,p);if(this._previewStart=this._getCellCompareValue(K.start),this._previewEnd=this._getCellCompareValue(K.end),this.activeDrag&&T){const Le=this._rangeStrategy.createDrag?.(this.activeDrag.value,this.selected,T,p);Le&&(this._previewStart=this._getCellCompareValue(Le.start),this._previewEnd=this._getCellCompareValue(Le.end))}this._changeDetectorRef.detectChanges()}}_dragEnded(p){if(this.activeDrag)if(p.value){const y=this._rangeStrategy?.createDrag?.(this.activeDrag.value,this.selected,p.value,p.event);this.dragEnded.emit({value:y??null,event:p.event})}else this.dragEnded.emit({value:null,event:p.event})}_getDateFromDayOfMonth(p){return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),p)}_initWeekdays(){const p=this._dateAdapter.getFirstDayOfWeek(),y=this._dateAdapter.getDayOfWeekNames("narrow");let K=this._dateAdapter.getDayOfWeekNames("long").map((Le,vn)=>({long:Le,narrow:y[vn]}));this._weekdays=K.slice(p).concat(K.slice(0,p))}_createWeekCells(){const p=this._dateAdapter.getNumDaysInMonth(this.activeDate),y=this._dateAdapter.getDateNames();this._weeks=[[]];for(let T=0,K=this._firstWeekOffset;T=0)&&(!this.maxDate||this._dateAdapter.compareDate(p,this.maxDate)<=0)&&(!this.dateFilter||this.dateFilter(p))}_getDateInCurrentMonth(p){return p&&this._hasSameMonthAndYear(p,this.activeDate)?this._dateAdapter.getDate(p):null}_hasSameMonthAndYear(p,y){return!(!p||!y||this._dateAdapter.getMonth(p)!=this._dateAdapter.getMonth(y)||this._dateAdapter.getYear(p)!=this._dateAdapter.getYear(y))}_getCellCompareValue(p){if(p){const y=this._dateAdapter.getYear(p),T=this._dateAdapter.getMonth(p),K=this._dateAdapter.getDate(p);return new Date(y,T,K).getTime()}return null}_isRtl(){return this._dir&&"rtl"===this._dir.value}_setRanges(p){p instanceof T1?(this._rangeStart=this._getCellCompareValue(p.start),this._rangeEnd=this._getCellCompareValue(p.end),this._isRange=!0):(this._rangeStart=this._rangeEnd=this._getCellCompareValue(p),this._isRange=!1),this._comparisonRangeStart=this._getCellCompareValue(this.comparisonStart),this._comparisonRangeEnd=this._getCellCompareValue(this.comparisonEnd)}_canSelect(p){return!this.dateFilter||this.dateFilter(p)}_clearPreview(){this._previewStart=this._previewEnd=null}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.sBO),o.Y36(Xa,8),o.Y36(rs,8),o.Y36(Hc,8),o.Y36($f,8))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-month-view"]],viewQuery:function(y,T){if(1&y&&o.Gf(Rd,5),2&y){let K;o.iGM(K=o.CRH())&&(T._matCalendarBody=K.first)}},inputs:{activeDate:"activeDate",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName",activeDrag:"activeDrag"},outputs:{selectedChange:"selectedChange",_userSelection:"_userSelection",dragStarted:"dragStarted",dragEnded:"dragEnded",activeDateChange:"activeDateChange"},exportAs:["matMonthView"],features:[o.TTD],decls:7,vars:15,consts:[["role","grid",1,"mat-calendar-table"],[1,"mat-calendar-table-header"],["scope","col",4,"ngFor","ngForOf"],["aria-hidden","true","colspan","7",1,"mat-calendar-table-header-divider"],["mat-calendar-body","",3,"label","rows","todayValue","startValue","endValue","comparisonStart","comparisonEnd","previewStart","previewEnd","isRange","labelMinRequiredCells","activeCell","startDateAccessibleName","endDateAccessibleName","selectedValueChange","activeDateChange","previewChange","dragStarted","dragEnded","keyup","keydown"],["scope","col"],[1,"cdk-visually-hidden"],["aria-hidden","true"]],template:function(y,T){1&y&&(o.TgZ(0,"table",0)(1,"thead",1)(2,"tr"),o.YNc(3,dy,5,2,"th",2),o.qZA(),o.TgZ(4,"tr"),o._UZ(5,"th",3),o.qZA()(),o.TgZ(6,"tbody",4),o.NdJ("selectedValueChange",function(Le){return T._dateSelected(Le)})("activeDateChange",function(Le){return T._updateActiveDate(Le)})("previewChange",function(Le){return T._previewChanged(Le)})("dragStarted",function(Le){return T.dragStarted.emit(Le)})("dragEnded",function(Le){return T._dragEnded(Le)})("keyup",function(Le){return T._handleCalendarBodyKeyup(Le)})("keydown",function(Le){return T._handleCalendarBodyKeydown(Le)}),o.qZA()()),2&y&&(o.xp6(3),o.Q6J("ngForOf",T._weekdays),o.xp6(3),o.Q6J("label",T._monthLabel)("rows",T._weeks)("todayValue",T._todayDate)("startValue",T._rangeStart)("endValue",T._rangeEnd)("comparisonStart",T._comparisonRangeStart)("comparisonEnd",T._comparisonRangeEnd)("previewStart",T._previewStart)("previewEnd",T._previewEnd)("isRange",T._isRange)("labelMinRequiredCells",3)("activeCell",T._dateAdapter.getDate(T.activeDate)-1)("startDateAccessibleName",T.startDateAccessibleName)("endDateAccessibleName",T.endDateAccessibleName))},dependencies:[u.sg,Rd],encapsulation:2,changeDetection:0})}return O})();const P1=24;let X6=(()=>{class O{get activeDate(){return this._activeDate}set activeDate(p){let y=this._activeDate;const T=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(T,this.minDate,this.maxDate),eg(this._dateAdapter,y,this._activeDate,this.minDate,this.maxDate)||this._init()}get selected(){return this._selected}set selected(p){this._selected=p instanceof T1?p:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p)),this._setSelectedYear(p)}get minDate(){return this._minDate}set minDate(p){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get maxDate(){return this._maxDate}set maxDate(p){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}constructor(p,y,T){this._changeDetectorRef=p,this._dateAdapter=y,this._dir=T,this._rerenderSubscription=We.w0.EMPTY,this.selectedChange=new o.vpe,this.yearSelected=new o.vpe,this.activeDateChange=new o.vpe,this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,_s.O)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_init(){this._todayYear=this._dateAdapter.getYear(this._dateAdapter.today());const y=this._dateAdapter.getYear(this._activeDate)-Nd(this._dateAdapter,this.activeDate,this.minDate,this.maxDate);this._years=[];for(let T=0,K=[];Tthis._createCellForYear(Le))),K=[]);this._changeDetectorRef.markForCheck()}_yearSelected(p){const y=p.value,T=this._dateAdapter.createDate(y,0,1),K=this._getDateFromYear(y);this.yearSelected.emit(T),this.selectedChange.emit(K)}_updateActiveDate(p){const T=this._activeDate;this.activeDate=this._getDateFromYear(p.value),this._dateAdapter.compareDate(T,this.activeDate)&&this.activeDateChange.emit(this.activeDate)}_handleCalendarBodyKeydown(p){const y=this._activeDate,T=this._isRtl();switch(p.keyCode){case P:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,T?1:-1);break;case 39:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,T?-1:1);break;case Z:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-4);break;case 40:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,4);break;case 36:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-Nd(this._dateAdapter,this.activeDate,this.minDate,this.maxDate));break;case 35:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,P1-Nd(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)-1);break;case 33:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,p.altKey?10*-P1:-P1);break;case 34:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,p.altKey?10*P1:P1);break;case 13:case 32:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(y,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked(),p.preventDefault()}_handleCalendarBodyKeyup(p){(32===p.keyCode||13===p.keyCode)&&(this._selectionKeyPressed&&this._yearSelected({value:this._dateAdapter.getYear(this._activeDate),event:p}),this._selectionKeyPressed=!1)}_getActiveCell(){return Nd(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_getDateFromYear(p){const y=this._dateAdapter.getMonth(this.activeDate),T=this._dateAdapter.getNumDaysInMonth(this._dateAdapter.createDate(p,y,1));return this._dateAdapter.createDate(p,y,Math.min(this._dateAdapter.getDate(this.activeDate),T))}_createCellForYear(p){const y=this._dateAdapter.createDate(p,0,1),T=this._dateAdapter.getYearName(y),K=this.dateClass?this.dateClass(y,"multi-year"):void 0;return new vh(p,T,T,this._shouldEnableYear(p),K)}_shouldEnableYear(p){if(null==p||this.maxDate&&p>this._dateAdapter.getYear(this.maxDate)||this.minDate&&p{class O{get activeDate(){return this._activeDate}set activeDate(p){let y=this._activeDate;const T=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(T,this.minDate,this.maxDate),this._dateAdapter.getYear(y)!==this._dateAdapter.getYear(this._activeDate)&&this._init()}get selected(){return this._selected}set selected(p){this._selected=p instanceof T1?p:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p)),this._setSelectedMonth(p)}get minDate(){return this._minDate}set minDate(p){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get maxDate(){return this._maxDate}set maxDate(p){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}constructor(p,y,T,K){this._changeDetectorRef=p,this._dateFormats=y,this._dateAdapter=T,this._dir=K,this._rerenderSubscription=We.w0.EMPTY,this.selectedChange=new o.vpe,this.monthSelected=new o.vpe,this.activeDateChange=new o.vpe,this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,_s.O)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_monthSelected(p){const y=p.value,T=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),y,1);this.monthSelected.emit(T);const K=this._getDateFromMonth(y);this.selectedChange.emit(K)}_updateActiveDate(p){const T=this._activeDate;this.activeDate=this._getDateFromMonth(p.value),this._dateAdapter.compareDate(T,this.activeDate)&&this.activeDateChange.emit(this.activeDate)}_handleCalendarBodyKeydown(p){const y=this._activeDate,T=this._isRtl();switch(p.keyCode){case P:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,T?1:-1);break;case 39:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,T?-1:1);break;case Z:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-4);break;case 40:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,4);break;case 36:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-this._dateAdapter.getMonth(this._activeDate));break;case 35:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,11-this._dateAdapter.getMonth(this._activeDate));break;case 33:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,p.altKey?-10:-1);break;case 34:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,p.altKey?10:1);break;case 13:case 32:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(y,this.activeDate)&&(this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked()),p.preventDefault()}_handleCalendarBodyKeyup(p){(32===p.keyCode||13===p.keyCode)&&(this._selectionKeyPressed&&this._monthSelected({value:this._dateAdapter.getMonth(this._activeDate),event:p}),this._selectionKeyPressed=!1)}_init(){this._setSelectedMonth(this.selected),this._todayMonth=this._getMonthInCurrentYear(this._dateAdapter.today()),this._yearLabel=this._dateAdapter.getYearName(this.activeDate);let p=this._dateAdapter.getMonthNames("short");this._months=[[0,1,2,3],[4,5,6,7],[8,9,10,11]].map(y=>y.map(T=>this._createCellForMonth(T,p[T]))),this._changeDetectorRef.markForCheck()}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_getMonthInCurrentYear(p){return p&&this._dateAdapter.getYear(p)==this._dateAdapter.getYear(this.activeDate)?this._dateAdapter.getMonth(p):null}_getDateFromMonth(p){const y=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),p,1),T=this._dateAdapter.getNumDaysInMonth(y);return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),p,Math.min(this._dateAdapter.getDate(this.activeDate),T))}_createCellForMonth(p,y){const T=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),p,1),K=this._dateAdapter.format(T,this._dateFormats.display.monthYearA11yLabel),Le=this.dateClass?this.dateClass(T,"year"):void 0;return new vh(p,y.toLocaleUpperCase(),K,this._shouldEnableMonth(p),Le)}_shouldEnableMonth(p){const y=this._dateAdapter.getYear(this.activeDate);if(null==p||this._isYearAndMonthAfterMaxDate(y,p)||this._isYearAndMonthBeforeMinDate(y,p))return!1;if(!this.dateFilter)return!0;for(let K=this._dateAdapter.createDate(y,p,1);this._dateAdapter.getMonth(K)==p;K=this._dateAdapter.addCalendarDays(K,1))if(this.dateFilter(K))return!0;return!1}_isYearAndMonthAfterMaxDate(p,y){if(this.maxDate){const T=this._dateAdapter.getYear(this.maxDate),K=this._dateAdapter.getMonth(this.maxDate);return p>T||p===T&&y>K}return!1}_isYearAndMonthBeforeMinDate(p,y){if(this.minDate){const T=this._dateAdapter.getYear(this.minDate),K=this._dateAdapter.getMonth(this.minDate);return p{class O{constructor(p,y,T,K,Le){this._intl=p,this.calendar=y,this._dateAdapter=T,this._dateFormats=K,this._id="mat-calendar-header-"+Zu++,this._periodButtonLabelId=`${this._id}-period-label`,this.calendar.stateChanges.subscribe(()=>Le.markForCheck())}get periodButtonText(){return"month"==this.calendar.currentView?this._dateAdapter.format(this.calendar.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase():"year"==this.calendar.currentView?this._dateAdapter.getYearName(this.calendar.activeDate):this._intl.formatYearRange(...this._formatMinAndMaxYearLabels())}get periodButtonDescription(){return"month"==this.calendar.currentView?this._dateAdapter.format(this.calendar.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase():"year"==this.calendar.currentView?this._dateAdapter.getYearName(this.calendar.activeDate):this._intl.formatYearRangeLabel(...this._formatMinAndMaxYearLabels())}get periodButtonLabel(){return"month"==this.calendar.currentView?this._intl.switchToMultiYearViewLabel:this._intl.switchToMonthViewLabel}get prevButtonLabel(){return{month:this._intl.prevMonthLabel,year:this._intl.prevYearLabel,"multi-year":this._intl.prevMultiYearLabel}[this.calendar.currentView]}get nextButtonLabel(){return{month:this._intl.nextMonthLabel,year:this._intl.nextYearLabel,"multi-year":this._intl.nextMultiYearLabel}[this.calendar.currentView]}currentPeriodClicked(){this.calendar.currentView="month"==this.calendar.currentView?"multi-year":"month"}previousClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,-1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?-1:-P1)}nextClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?1:P1)}previousEnabled(){return!this.calendar.minDate||!this.calendar.minDate||!this._isSameView(this.calendar.activeDate,this.calendar.minDate)}nextEnabled(){return!this.calendar.maxDate||!this._isSameView(this.calendar.activeDate,this.calendar.maxDate)}_isSameView(p,y){return"month"==this.calendar.currentView?this._dateAdapter.getYear(p)==this._dateAdapter.getYear(y)&&this._dateAdapter.getMonth(p)==this._dateAdapter.getMonth(y):"year"==this.calendar.currentView?this._dateAdapter.getYear(p)==this._dateAdapter.getYear(y):eg(this._dateAdapter,p,y,this.calendar.minDate,this.calendar.maxDate)}_formatMinAndMaxYearLabels(){const y=this._dateAdapter.getYear(this.calendar.activeDate)-Nd(this._dateAdapter,this.calendar.activeDate,this.calendar.minDate,this.calendar.maxDate),T=y+P1-1;return[this._dateAdapter.getYearName(this._dateAdapter.createDate(y,0,1)),this._dateAdapter.getYearName(this._dateAdapter.createDate(T,0,1))]}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(Id),o.Y36((0,o.Gpc)(()=>Q0)),o.Y36(rs,8),o.Y36(Xa,8),o.Y36(o.sBO))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-calendar-header"]],exportAs:["matCalendarHeader"],ngContentSelectors:uy,decls:13,vars:11,consts:[[1,"mat-calendar-header"],[1,"mat-calendar-controls"],["mat-button","","type","button","aria-live","polite",1,"mat-calendar-period-button",3,"click"],["aria-hidden","true"],["viewBox","0 0 10 5","focusable","false","aria-hidden","true",1,"mat-calendar-arrow"],["points","0,0 5,5 10,0"],[1,"mat-calendar-spacer"],["mat-icon-button","","type","button",1,"mat-calendar-previous-button",3,"disabled","click"],["mat-icon-button","","type","button",1,"mat-calendar-next-button",3,"disabled","click"],[1,"mat-calendar-hidden-label",3,"id"]],template:function(y,T){1&y&&(o.F$t(),o.TgZ(0,"div",0)(1,"div",1)(2,"button",2),o.NdJ("click",function(){return T.currentPeriodClicked()}),o.TgZ(3,"span",3),o._uU(4),o.qZA(),o.O4$(),o.TgZ(5,"svg",4),o._UZ(6,"polygon",5),o.qZA()(),o.kcU(),o._UZ(7,"div",6),o.Hsn(8),o.TgZ(9,"button",7),o.NdJ("click",function(){return T.previousClicked()}),o.qZA(),o.TgZ(10,"button",8),o.NdJ("click",function(){return T.nextClicked()}),o.qZA()()(),o.TgZ(11,"label",9),o._uU(12),o.qZA()),2&y&&(o.xp6(2),o.uIk("aria-label",T.periodButtonLabel)("aria-describedby",T._periodButtonLabelId),o.xp6(2),o.Oqu(T.periodButtonText),o.xp6(1),o.ekj("mat-calendar-invert","month"!==T.calendar.currentView),o.xp6(4),o.Q6J("disabled",!T.previousEnabled()),o.uIk("aria-label",T.prevButtonLabel),o.xp6(1),o.Q6J("disabled",!T.nextEnabled()),o.uIk("aria-label",T.nextButtonLabel),o.xp6(1),o.Q6J("id",T._periodButtonLabelId),o.xp6(1),o.Oqu(T.periodButtonDescription))},dependencies:[D6,j0],encapsulation:2,changeDetection:0})}return O})(),Q0=(()=>{class O{get startAt(){return this._startAt}set startAt(p){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get selected(){return this._selected}set selected(p){this._selected=p instanceof T1?p:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get minDate(){return this._minDate}set minDate(p){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get maxDate(){return this._maxDate}set maxDate(p){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get activeDate(){return this._clampedActiveDate}set activeDate(p){this._clampedActiveDate=this._dateAdapter.clampDate(p,this.minDate,this.maxDate),this.stateChanges.next(),this._changeDetectorRef.markForCheck()}get currentView(){return this._currentView}set currentView(p){const y=this._currentView!==p?p:null;this._currentView=p,this._moveFocusOnNextTick=!0,this._changeDetectorRef.markForCheck(),y&&this.viewChanged.emit(y)}constructor(p,y,T,K){this._dateAdapter=y,this._dateFormats=T,this._changeDetectorRef=K,this._moveFocusOnNextTick=!1,this.startView="month",this.selectedChange=new o.vpe,this.yearSelected=new o.vpe,this.monthSelected=new o.vpe,this.viewChanged=new o.vpe(!0),this._userSelection=new o.vpe,this._userDragDrop=new o.vpe,this._activeDrag=null,this.stateChanges=new Oe.x,this._intlChanges=p.changes.subscribe(()=>{K.markForCheck(),this.stateChanges.next()})}ngAfterContentInit(){this._calendarHeaderPortal=new Y4(this.headerComponent||Eh),this.activeDate=this.startAt||this._dateAdapter.today(),this._currentView=this.startView}ngAfterViewChecked(){this._moveFocusOnNextTick&&(this._moveFocusOnNextTick=!1,this.focusActiveCell())}ngOnDestroy(){this._intlChanges.unsubscribe(),this.stateChanges.complete()}ngOnChanges(p){const y=p.minDate&&!this._dateAdapter.sameDate(p.minDate.previousValue,p.minDate.currentValue)?p.minDate:void 0,T=p.maxDate&&!this._dateAdapter.sameDate(p.maxDate.previousValue,p.maxDate.currentValue)?p.maxDate:void 0,K=y||T||p.dateFilter;if(K&&!K.firstChange){const Le=this._getCurrentViewComponent();Le&&(this._changeDetectorRef.detectChanges(),Le._init())}this.stateChanges.next()}focusActiveCell(){this._getCurrentViewComponent()._focusActiveCell(!1)}updateTodaysDate(){this._getCurrentViewComponent()._init()}_dateSelected(p){const y=p.value;(this.selected instanceof T1||y&&!this._dateAdapter.sameDate(y,this.selected))&&this.selectedChange.emit(y),this._userSelection.emit(p)}_yearSelectedInMultiYearView(p){this.yearSelected.emit(p)}_monthSelectedInYearView(p){this.monthSelected.emit(p)}_goToDateInView(p,y){this.activeDate=p,this.currentView=y}_dragStarted(p){this._activeDrag=p}_dragEnded(p){this._activeDrag&&(p.value&&this._userDragDrop.emit(p),this._activeDrag=null)}_getCurrentViewComponent(){return this.monthView||this.yearView||this.multiYearView}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(Id),o.Y36(rs,8),o.Y36(Xa,8),o.Y36(o.sBO))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-calendar"]],viewQuery:function(y,T){if(1&y&&(o.Gf(yp,5),o.Gf(K0,5),o.Gf(X6,5)),2&y){let K;o.iGM(K=o.CRH())&&(T.monthView=K.first),o.iGM(K=o.CRH())&&(T.yearView=K.first),o.iGM(K=o.CRH())&&(T.multiYearView=K.first)}},hostAttrs:[1,"mat-calendar"],inputs:{headerComponent:"headerComponent",startAt:"startAt",startView:"startView",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName"},outputs:{selectedChange:"selectedChange",yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",_userSelection:"_userSelection",_userDragDrop:"_userDragDrop"},exportAs:["matCalendar"],features:[o._Bn([q6]),o.TTD],decls:5,vars:5,consts:[[3,"cdkPortalOutlet"],["cdkMonitorSubtreeFocus","","tabindex","-1",1,"mat-calendar-content",3,"ngSwitch"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName","activeDrag","activeDateChange","_userSelection","dragStarted","dragEnded",4,"ngSwitchCase"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","monthSelected","selectedChange",4,"ngSwitchCase"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","yearSelected","selectedChange",4,"ngSwitchCase"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName","activeDrag","activeDateChange","_userSelection","dragStarted","dragEnded"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","monthSelected","selectedChange"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","yearSelected","selectedChange"]],template:function(y,T){1&y&&(o.YNc(0,Y0,0,0,"ng-template",0),o.TgZ(1,"div",1),o.YNc(2,W0,1,11,"mat-month-view",2),o.YNc(3,$6,1,6,"mat-year-view",3),o.YNc(4,G6,1,6,"mat-multi-year-view",4),o.qZA()),2&y&&(o.Q6J("cdkPortalOutlet",T._calendarHeaderPortal),o.xp6(1),o.Q6J("ngSwitch",T.currentView),o.xp6(1),o.Q6J("ngSwitchCase","month"),o.xp6(1),o.Q6J("ngSwitchCase","year"),o.xp6(1),o.Q6J("ngSwitchCase","multi-year"))},dependencies:[u.RF,u.n9,Qc,l6,yp,K0,X6],styles:['.mat-calendar{display:block;font-family:var(--mat-datepicker-calendar-text-font);font-size:var(--mat-datepicker-calendar-text-size)}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size);font-weight:var(--mat-datepicker-calendar-period-button-text-weight)}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color)}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-content .mat-calendar-next-button{color:var(--mat-datepicker-calendar-navigation-button-icon-color)}.mat-calendar-previous-button::after,.mat-calendar-next-button::after{top:0;left:0;right:0;bottom:0;position:absolute;content:"";margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-previous-button::after{border-left-width:2px;transform:translateX(2px) rotate(-45deg)}.mat-calendar-next-button::after{border-right-width:2px;transform:translateX(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px 0;color:var(--mat-datepicker-calendar-header-text-color);font-size:var(--mat-datepicker-calendar-header-text-size);font-weight:var(--mat-datepicker-calendar-header-text-weight)}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider::after{content:"";position:absolute;top:0;left:-8px;right:-8px;height:1px;background:var(--mat-datepicker-calendar-header-divider-color)}.mat-calendar-body-cell-content::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 3px) * -1)}.mat-calendar-body-cell:focus .mat-focus-indicator::before{content:""}.mat-calendar-hidden-label{display:none}'],encapsulation:2,changeDetection:0})}return O})();const Ju={transformPanel:(0,ss.X$)("transformPanel",[(0,ss.eR)("void => enter-dropdown",(0,ss.jt)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,ss.F4)([(0,ss.oB)({opacity:0,transform:"scale(1, 0.8)"}),(0,ss.oB)({opacity:1,transform:"scale(1, 1)"})]))),(0,ss.eR)("void => enter-dialog",(0,ss.jt)("150ms cubic-bezier(0, 0, 0.2, 1)",(0,ss.F4)([(0,ss.oB)({opacity:0,transform:"scale(0.7)"}),(0,ss.oB)({transform:"none",opacity:1})]))),(0,ss.eR)("* => void",(0,ss.jt)("100ms linear",(0,ss.oB)({opacity:0})))]),fadeInCalendar:(0,ss.X$)("fadeInCalendar",[(0,ss.SB)("void",(0,ss.oB)({opacity:0})),(0,ss.SB)("enter",(0,ss.oB)({opacity:1})),(0,ss.eR)("void => *",(0,ss.jt)("120ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)"))])};let Sh=0;const pu=new o.OlP("mat-datepicker-scroll-strategy"),Sp={provide:pu,deps:[Yu],useFactory:function xh(O){return()=>O.scrollStrategies.reposition()}},Th=Ir(class{constructor(O){this._elementRef=O}});let hy=(()=>{class O extends Th{constructor(p,y,T,K,Le,vn){super(p),this._changeDetectorRef=y,this._globalModel=T,this._dateAdapter=K,this._rangeSelectionStrategy=Le,this._subscriptions=new We.w0,this._animationDone=new Oe.x,this._isAnimating=!1,this._actionsPortal=null,this._closeButtonText=vn.closeCalendarLabel}ngOnInit(){this._animationState=this.datepicker.touchUi?"enter-dialog":"enter-dropdown"}ngAfterViewInit(){this._subscriptions.add(this.datepicker.stateChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})),this._calendar.focusActiveCell()}ngOnDestroy(){this._subscriptions.unsubscribe(),this._animationDone.complete()}_handleUserSelection(p){const y=this._model.selection,T=p.value,K=y instanceof T1;if(K&&this._rangeSelectionStrategy){const Le=this._rangeSelectionStrategy.selectionFinished(T,y,p.event);this._model.updateSelection(Le,this)}else T&&(K||!this._dateAdapter.sameDate(T,y))&&this._model.add(T);(!this._model||this._model.isComplete())&&!this._actionsPortal&&this.datepicker.close()}_handleUserDragDrop(p){this._model.updateSelection(p.value,this)}_startExitAnimation(){this._animationState="void",this._changeDetectorRef.markForCheck()}_handleAnimationEvent(p){this._isAnimating="start"===p.phaseName,this._isAnimating||this._animationDone.next()}_getSelected(){return this._model.selection}_applyPendingSelection(){this._model!==this._globalModel&&this._globalModel.updateSelection(this._model.selection,this)}_assignActions(p,y){this._model=p?this._globalModel.clone():this._globalModel,this._actionsPortal=p,y&&this._changeDetectorRef.detectChanges()}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(o.sBO),o.Y36(gd),o.Y36(rs),o.Y36($f,8),o.Y36(Id))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-datepicker-content"]],viewQuery:function(y,T){if(1&y&&o.Gf(Q0,5),2&y){let K;o.iGM(K=o.CRH())&&(T._calendar=K.first)}},hostAttrs:[1,"mat-datepicker-content"],hostVars:3,hostBindings:function(y,T){1&y&&o.WFA("@transformPanel.start",function(Le){return T._handleAnimationEvent(Le)})("@transformPanel.done",function(Le){return T._handleAnimationEvent(Le)}),2&y&&(o.d8E("@transformPanel",T._animationState),o.ekj("mat-datepicker-content-touch",T.datepicker.touchUi))},inputs:{color:"color"},exportAs:["matDatepickerContent"],features:[o.qOj],decls:5,vars:26,consts:[["cdkTrapFocus","","role","dialog",1,"mat-datepicker-content-container"],[3,"id","ngClass","startAt","startView","minDate","maxDate","dateFilter","headerComponent","selected","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName","yearSelected","monthSelected","viewChanged","_userSelection","_userDragDrop"],[3,"cdkPortalOutlet"],["type","button","mat-raised-button","",1,"mat-datepicker-close-button",3,"color","focus","blur","click"]],template:function(y,T){if(1&y&&(o.TgZ(0,"div",0)(1,"mat-calendar",1),o.NdJ("yearSelected",function(Le){return T.datepicker._selectYear(Le)})("monthSelected",function(Le){return T.datepicker._selectMonth(Le)})("viewChanged",function(Le){return T.datepicker._viewChanged(Le)})("_userSelection",function(Le){return T._handleUserSelection(Le)})("_userDragDrop",function(Le){return T._handleUserDragDrop(Le)}),o.qZA(),o.YNc(2,_p,0,0,"ng-template",2),o.TgZ(3,"button",3),o.NdJ("focus",function(){return T._closeButtonFocused=!0})("blur",function(){return T._closeButtonFocused=!1})("click",function(){return T.datepicker.close()}),o._uU(4),o.qZA()()),2&y){let K;o.ekj("mat-datepicker-content-container-with-custom-header",T.datepicker.calendarHeaderComponent)("mat-datepicker-content-container-with-actions",T._actionsPortal),o.uIk("aria-modal",!0)("aria-labelledby",null!==(K=T._dialogLabelId)&&void 0!==K?K:void 0),o.xp6(1),o.Q6J("id",T.datepicker.id)("ngClass",T.datepicker.panelClass)("startAt",T.datepicker.startAt)("startView",T.datepicker.startView)("minDate",T.datepicker._getMinDate())("maxDate",T.datepicker._getMaxDate())("dateFilter",T.datepicker._getDateFilter())("headerComponent",T.datepicker.calendarHeaderComponent)("selected",T._getSelected())("dateClass",T.datepicker.dateClass)("comparisonStart",T.comparisonStart)("comparisonEnd",T.comparisonEnd)("@fadeInCalendar","enter")("startDateAccessibleName",T.startDateAccessibleName)("endDateAccessibleName",T.endDateAccessibleName),o.xp6(1),o.Q6J("cdkPortalOutlet",T._actionsPortal),o.xp6(1),o.ekj("cdk-visually-hidden",!T._closeButtonFocused),o.Q6J("color",T.color||"primary"),o.xp6(1),o.Oqu(T._closeButtonText)}},dependencies:[u.mk,D6,dt,l6,Q0],styles:[".mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);display:block;border-radius:4px;background-color:var(--mat-datepicker-calendar-container-background-color);color:var(--mat-datepicker-calendar-container-text-color)}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);display:block;max-height:80vh;position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}"],encapsulation:2,data:{animation:[Ju.transformPanel,Ju.fadeInCalendar]},changeDetection:0})}return O})(),Z0=(()=>{class O{get startAt(){return this._startAt||(this.datepickerInput?this.datepickerInput.getStartValue():null)}set startAt(p){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get color(){return this._color||(this.datepickerInput?this.datepickerInput.getThemePalette():void 0)}set color(p){this._color=p}get touchUi(){return this._touchUi}set touchUi(p){this._touchUi=ai(p)}get disabled(){return void 0===this._disabled&&this.datepickerInput?this.datepickerInput.disabled:!!this._disabled}set disabled(p){const y=ai(p);y!==this._disabled&&(this._disabled=y,this.stateChanges.next(void 0))}get restoreFocus(){return this._restoreFocus}set restoreFocus(p){this._restoreFocus=ai(p)}get panelClass(){return this._panelClass}set panelClass(p){this._panelClass=function zr(O,L=/\s+/){const p=[];if(null!=O){const y=Array.isArray(O)?O:`${O}`.split(L);for(const T of y){const K=`${T}`.trim();K&&p.push(K)}}return p}(p)}get opened(){return this._opened}set opened(p){ai(p)?this.open():this.close()}_getMinDate(){return this.datepickerInput&&this.datepickerInput.min}_getMaxDate(){return this.datepickerInput&&this.datepickerInput.max}_getDateFilter(){return this.datepickerInput&&this.datepickerInput.dateFilter}constructor(p,y,T,K,Le,vn,di){this._overlay=p,this._ngZone=y,this._viewContainerRef=T,this._dateAdapter=Le,this._dir=vn,this._model=di,this._inputStateChanges=We.w0.EMPTY,this._document=(0,o.f3M)(u.K0),this.startView="month",this._touchUi=!1,this.xPosition="start",this.yPosition="below",this._restoreFocus=!0,this.yearSelected=new o.vpe,this.monthSelected=new o.vpe,this.viewChanged=new o.vpe(!0),this.openedStream=new o.vpe,this.closedStream=new o.vpe,this._opened=!1,this.id="mat-datepicker-"+Sh++,this._focusedElementBeforeOpen=null,this._backdropHarnessClass=`${this.id}-backdrop`,this.stateChanges=new Oe.x,this._scrollStrategy=K}ngOnChanges(p){const y=p.xPosition||p.yPosition;if(y&&!y.firstChange&&this._overlayRef){const T=this._overlayRef.getConfig().positionStrategy;T instanceof K4&&(this._setConnectedPositions(T),this.opened&&this._overlayRef.updatePosition())}this.stateChanges.next(void 0)}ngOnDestroy(){this._destroyOverlay(),this.close(),this._inputStateChanges.unsubscribe(),this.stateChanges.complete()}select(p){this._model.add(p)}_selectYear(p){this.yearSelected.emit(p)}_selectMonth(p){this.monthSelected.emit(p)}_viewChanged(p){this.viewChanged.emit(p)}registerInput(p){return this._inputStateChanges.unsubscribe(),this.datepickerInput=p,this._inputStateChanges=p.stateChanges.subscribe(()=>this.stateChanges.next(void 0)),this._model}registerActions(p){this._actionsPortal=p,this._componentRef?.instance._assignActions(p,!0)}removeActions(p){p===this._actionsPortal&&(this._actionsPortal=null,this._componentRef?.instance._assignActions(null,!0))}open(){this._opened||this.disabled||this._componentRef?.instance._isAnimating||(this._focusedElementBeforeOpen=je(),this._openOverlay(),this._opened=!0,this.openedStream.emit())}close(){if(!this._opened||this._componentRef?.instance._isAnimating)return;const p=this._restoreFocus&&this._focusedElementBeforeOpen&&"function"==typeof this._focusedElementBeforeOpen.focus,y=()=>{this._opened&&(this._opened=!1,this.closedStream.emit())};if(this._componentRef){const{instance:T,location:K}=this._componentRef;T._startExitAnimation(),T._animationDone.pipe((0,Oo.q)(1)).subscribe(()=>{const Le=this._document.activeElement;p&&(!Le||Le===this._document.activeElement||K.nativeElement.contains(Le))&&this._focusedElementBeforeOpen.focus(),this._focusedElementBeforeOpen=null,this._destroyOverlay()})}p?setTimeout(y):y()}_applyPendingSelection(){this._componentRef?.instance?._applyPendingSelection()}_forwardContentValues(p){p.datepicker=this,p.color=this.color,p._dialogLabelId=this.datepickerInput.getOverlayLabelId(),p._assignActions(this._actionsPortal,!1)}_openOverlay(){this._destroyOverlay();const p=this.touchUi,y=new Y4(hy,this._viewContainerRef),T=this._overlayRef=this._overlay.create(new G2({positionStrategy:p?this._getDialogStrategy():this._getDropdownStrategy(),hasBackdrop:!0,backdropClass:[p?"cdk-overlay-dark-backdrop":"mat-overlay-transparent-backdrop",this._backdropHarnessClass],direction:this._dir,scrollStrategy:p?this._overlay.scrollStrategies.block():this._scrollStrategy(),panelClass:"mat-datepicker-"+(p?"dialog":"popup")}));this._getCloseStream(T).subscribe(K=>{K&&K.preventDefault(),this.close()}),T.keydownEvents().subscribe(K=>{const Le=K.keyCode;(Le===Z||40===Le||Le===P||39===Le||33===Le||34===Le)&&K.preventDefault()}),this._componentRef=T.attach(y),this._forwardContentValues(this._componentRef.instance),p||this._ngZone.onStable.pipe((0,Oo.q)(1)).subscribe(()=>T.updatePosition())}_destroyOverlay(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=this._componentRef=null)}_getDialogStrategy(){return this._overlay.position().global().centerHorizontally().centerVertically()}_getDropdownStrategy(){const p=this._overlay.position().flexibleConnectedTo(this.datepickerInput.getConnectedOverlayOrigin()).withTransformOriginOn(".mat-datepicker-content").withFlexibleDimensions(!1).withViewportMargin(8).withLockedPosition();return this._setConnectedPositions(p)}_setConnectedPositions(p){const y="end"===this.xPosition?"end":"start",T="start"===y?"end":"start",K="above"===this.yPosition?"bottom":"top",Le="top"===K?"bottom":"top";return p.withPositions([{originX:y,originY:Le,overlayX:y,overlayY:K},{originX:y,originY:K,overlayX:y,overlayY:Le},{originX:T,originY:Le,overlayX:T,overlayY:K},{originX:T,originY:K,overlayX:T,overlayY:Le}])}_getCloseStream(p){const y=["ctrlKey","shiftKey","metaKey"];return(0,ud.T)(p.backdropClick(),p.detachments(),p.keydownEvents().pipe((0,ps.h)(T=>27===T.keyCode&&!co(T)||this.datepickerInput&&co(T,"altKey")&&T.keyCode===Z&&y.every(K=>!co(T,K)))))}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(Yu),o.Y36(o.R0b),o.Y36(o.s_b),o.Y36(pu),o.Y36(rs,8),o.Y36(Hc,8),o.Y36(gd))};static#t=this.\u0275dir=o.lG2({type:O,inputs:{calendarHeaderComponent:"calendarHeaderComponent",startAt:"startAt",startView:"startView",color:"color",touchUi:"touchUi",disabled:"disabled",xPosition:"xPosition",yPosition:"yPosition",restoreFocus:"restoreFocus",dateClass:"dateClass",panelClass:"panelClass",opened:"opened"},outputs:{yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",openedStream:"opened",closedStream:"closed"},features:[o.TTD]})}return O})(),Gf=(()=>{class O extends Z0{static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-datepicker"]],exportAs:["matDatepicker"],features:[o._Bn([q6,{provide:Z0,useExisting:O}]),o.qOj],decls:0,vars:0,template:function(y,T){},encapsulation:2,changeDetection:0})}return O})();class kd{constructor(L,p){this.target=L,this.targetElement=p,this.value=this.target.value}}let tg=(()=>{class O{get value(){return this._model?this._getValueFromModel(this._model.selection):this._pendingValue}set value(p){this._assignValueProgrammatically(p)}get disabled(){return!!this._disabled||this._parentDisabled()}set disabled(p){const y=ai(p),T=this._elementRef.nativeElement;this._disabled!==y&&(this._disabled=y,this.stateChanges.next(void 0)),y&&this._isInitialized&&T.blur&&T.blur()}_getValidators(){return[this._parseValidator,this._minValidator,this._maxValidator,this._filterValidator]}_registerModel(p){this._model=p,this._valueChangesSubscription.unsubscribe(),this._pendingValue&&this._assignValue(this._pendingValue),this._valueChangesSubscription=this._model.selectionChanged.subscribe(y=>{if(this._shouldHandleChangeEvent(y)){const T=this._getValueFromModel(y.selection);this._lastValueValid=this._isValidValue(T),this._cvaOnChange(T),this._onTouched(),this._formatValue(T),this.dateInput.emit(new kd(this,this._elementRef.nativeElement)),this.dateChange.emit(new kd(this,this._elementRef.nativeElement))}})}constructor(p,y,T){this._elementRef=p,this._dateAdapter=y,this._dateFormats=T,this.dateChange=new o.vpe,this.dateInput=new o.vpe,this.stateChanges=new Oe.x,this._onTouched=()=>{},this._validatorOnChange=()=>{},this._cvaOnChange=()=>{},this._valueChangesSubscription=We.w0.EMPTY,this._localeSubscription=We.w0.EMPTY,this._parseValidator=()=>this._lastValueValid?null:{matDatepickerParse:{text:this._elementRef.nativeElement.value}},this._filterValidator=K=>{const Le=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(K.value));return!Le||this._matchesFilter(Le)?null:{matDatepickerFilter:!0}},this._minValidator=K=>{const Le=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(K.value)),vn=this._getMinDate();return!vn||!Le||this._dateAdapter.compareDate(vn,Le)<=0?null:{matDatepickerMin:{min:vn,actual:Le}}},this._maxValidator=K=>{const Le=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(K.value)),vn=this._getMaxDate();return!vn||!Le||this._dateAdapter.compareDate(vn,Le)>=0?null:{matDatepickerMax:{max:vn,actual:Le}}},this._lastValueValid=!1,this._localeSubscription=y.localeChanges.subscribe(()=>{this._assignValueProgrammatically(this.value)})}ngAfterViewInit(){this._isInitialized=!0}ngOnChanges(p){(function ng(O,L){const p=Object.keys(O);for(let y of p){const{previousValue:T,currentValue:K}=O[y];if(!L.isDateInstance(T)||!L.isDateInstance(K))return!0;if(!L.sameDate(T,K))return!0}return!1})(p,this._dateAdapter)&&this.stateChanges.next(void 0)}ngOnDestroy(){this._valueChangesSubscription.unsubscribe(),this._localeSubscription.unsubscribe(),this.stateChanges.complete()}registerOnValidatorChange(p){this._validatorOnChange=p}validate(p){return this._validator?this._validator(p):null}writeValue(p){this._assignValueProgrammatically(p)}registerOnChange(p){this._cvaOnChange=p}registerOnTouched(p){this._onTouched=p}setDisabledState(p){this.disabled=p}_onKeydown(p){co(p,"altKey")&&40===p.keyCode&&["ctrlKey","shiftKey","metaKey"].every(K=>!co(p,K))&&!this._elementRef.nativeElement.readOnly&&(this._openPopup(),p.preventDefault())}_onInput(p){const y=this._lastValueValid;let T=this._dateAdapter.parse(p,this._dateFormats.parse.dateInput);this._lastValueValid=this._isValidValue(T),T=this._dateAdapter.getValidDateOrNull(T);const K=!this._dateAdapter.sameDate(T,this.value);!T||K?this._cvaOnChange(T):(p&&!this.value&&this._cvaOnChange(T),y!==this._lastValueValid&&this._validatorOnChange()),K&&(this._assignValue(T),this.dateInput.emit(new kd(this,this._elementRef.nativeElement)))}_onChange(){this.dateChange.emit(new kd(this,this._elementRef.nativeElement))}_onBlur(){this.value&&this._formatValue(this.value),this._onTouched()}_formatValue(p){this._elementRef.nativeElement.value=null!=p?this._dateAdapter.format(p,this._dateFormats.display.dateInput):""}_assignValue(p){this._model?(this._assignValueToModel(p),this._pendingValue=null):this._pendingValue=p}_isValidValue(p){return!p||this._dateAdapter.isValid(p)}_parentDisabled(){return!1}_assignValueProgrammatically(p){p=this._dateAdapter.deserialize(p),this._lastValueValid=this._isValidValue(p),p=this._dateAdapter.getValidDateOrNull(p),this._assignValue(p),this._formatValue(p)}_matchesFilter(p){const y=this._getDateFilter();return!y||y(p)}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(rs,8),o.Y36(Xa,8))};static#t=this.\u0275dir=o.lG2({type:O,inputs:{value:"value",disabled:"disabled"},outputs:{dateChange:"dateChange",dateInput:"dateInput"},features:[o.TTD]})}return O})();const C5={provide:D.JU,useExisting:(0,o.Gpc)(()=>Yf),multi:!0},wh={provide:D.Cf,useExisting:(0,o.Gpc)(()=>Yf),multi:!0};let Yf=(()=>{class O extends tg{set matDatepicker(p){p&&(this._datepicker=p,this._closedSubscription=p.closedStream.subscribe(()=>this._onTouched()),this._registerModel(p.registerInput(this)))}get min(){return this._min}set min(p){const y=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p));this._dateAdapter.sameDate(y,this._min)||(this._min=y,this._validatorOnChange())}get max(){return this._max}set max(p){const y=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p));this._dateAdapter.sameDate(y,this._max)||(this._max=y,this._validatorOnChange())}get dateFilter(){return this._dateFilter}set dateFilter(p){const y=this._matchesFilter(this.value);this._dateFilter=p,this._matchesFilter(this.value)!==y&&this._validatorOnChange()}constructor(p,y,T,K){super(p,y,T),this._formField=K,this._closedSubscription=We.w0.EMPTY,this._validator=D.kI.compose(super._getValidators())}getConnectedOverlayOrigin(){return this._formField?this._formField.getConnectedOverlayOrigin():this._elementRef}getOverlayLabelId(){return this._formField?this._formField.getLabelId():this._elementRef.nativeElement.getAttribute("aria-labelledby")}getThemePalette(){return this._formField?this._formField.color:void 0}getStartValue(){return this.value}ngOnDestroy(){super.ngOnDestroy(),this._closedSubscription.unsubscribe()}_openPopup(){this._datepicker&&this._datepicker.open()}_getValueFromModel(p){return p}_assignValueToModel(p){this._model&&this._model.updateSelection(p,this)}_getMinDate(){return this._min}_getMaxDate(){return this._max}_getDateFilter(){return this._dateFilter}_shouldHandleChangeEvent(p){return p.source!==this}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(o.SBq),o.Y36(rs,8),o.Y36(Xa,8),o.Y36(Vo,8))};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["input","matDatepicker",""]],hostAttrs:[1,"mat-datepicker-input"],hostVars:6,hostBindings:function(y,T){1&y&&o.NdJ("input",function(Le){return T._onInput(Le.target.value)})("change",function(){return T._onChange()})("blur",function(){return T._onBlur()})("keydown",function(Le){return T._onKeydown(Le)}),2&y&&(o.Ikx("disabled",T.disabled),o.uIk("aria-haspopup",T._datepicker?"dialog":null)("aria-owns",(null==T._datepicker?null:T._datepicker.opened)&&T._datepicker.id||null)("min",T.min?T._dateAdapter.toIso8601(T.min):null)("max",T.max?T._dateAdapter.toIso8601(T.max):null)("data-mat-calendar",T._datepicker?T._datepicker.id:null))},inputs:{matDatepicker:"matDatepicker",min:"min",max:"max",dateFilter:["matDatepickerFilter","dateFilter"]},exportAs:["matDatepickerInput"],features:[o._Bn([C5,wh,{provide:g2,useExisting:O}]),o.qOj]})}return O})(),ig=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275dir=o.lG2({type:O,selectors:[["","matDatepickerToggleIcon",""]]})}return O})(),rg=(()=>{class O{get disabled(){return void 0===this._disabled&&this.datepicker?this.datepicker.disabled:!!this._disabled}set disabled(p){this._disabled=ai(p)}constructor(p,y,T){this._intl=p,this._changeDetectorRef=y,this._stateChanges=We.w0.EMPTY;const K=Number(T);this.tabIndex=K||0===K?K:null}ngOnChanges(p){p.datepicker&&this._watchStateChanges()}ngOnDestroy(){this._stateChanges.unsubscribe()}ngAfterContentInit(){this._watchStateChanges()}_open(p){this.datepicker&&!this.disabled&&(this.datepicker.open(),p.stopPropagation())}_watchStateChanges(){const p=this.datepicker?this.datepicker.stateChanges:(0,xt.of)(),y=this.datepicker&&this.datepicker.datepickerInput?this.datepicker.datepickerInput.stateChanges:(0,xt.of)(),T=this.datepicker?(0,ud.T)(this.datepicker.openedStream,this.datepicker.closedStream):(0,xt.of)();this._stateChanges.unsubscribe(),this._stateChanges=(0,ud.T)(this._intl.changes,p,y,T).subscribe(()=>this._changeDetectorRef.markForCheck())}static#e=this.\u0275fac=function(y){return new(y||O)(o.Y36(Id),o.Y36(o.sBO),o.$8M("tabindex"))};static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["mat-datepicker-toggle"]],contentQueries:function(y,T,K){if(1&y&&o.Suo(K,ig,5),2&y){let Le;o.iGM(Le=o.CRH())&&(T._customIcon=Le.first)}},viewQuery:function(y,T){if(1&y&&o.Gf(Z1,5),2&y){let K;o.iGM(K=o.CRH())&&(T._button=K.first)}},hostAttrs:[1,"mat-datepicker-toggle"],hostVars:8,hostBindings:function(y,T){1&y&&o.NdJ("click",function(Le){return T._open(Le)}),2&y&&(o.uIk("tabindex",null)("data-mat-calendar",T.datepicker?T.datepicker.id:null),o.ekj("mat-datepicker-toggle-active",T.datepicker&&T.datepicker.opened)("mat-accent",T.datepicker&&"accent"===T.datepicker.color)("mat-warn",T.datepicker&&"warn"===T.datepicker.color))},inputs:{datepicker:["for","datepicker"],tabIndex:"tabIndex",ariaLabel:["aria-label","ariaLabel"],disabled:"disabled",disableRipple:"disableRipple"},exportAs:["matDatepickerToggle"],features:[o.TTD],ngContentSelectors:Y6,decls:4,vars:6,consts:[["mat-icon-button","","type","button",3,"disabled","disableRipple"],["button",""],["class","mat-datepicker-toggle-default-icon","viewBox","0 0 24 24","width","24px","height","24px","fill","currentColor","focusable","false","aria-hidden","true",4,"ngIf"],["viewBox","0 0 24 24","width","24px","height","24px","fill","currentColor","focusable","false","aria-hidden","true",1,"mat-datepicker-toggle-default-icon"],["d","M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"]],template:function(y,T){1&y&&(o.F$t(vp),o.TgZ(0,"button",0,1),o.YNc(2,_5,2,0,"svg",2),o.Hsn(3),o.qZA()),2&y&&(o.Q6J("disabled",T.disabled)("disableRipple",T.disableRipple),o.uIk("aria-haspopup",T.datepicker?"dialog":null)("aria-label",T.ariaLabel||T._intl.openCalendarLabel)("tabindex",T.disabled?-1:T.tabIndex),o.xp6(2),o.Q6J("ngIf",!T._customIcon))},dependencies:[u.O5,j0],styles:[".mat-datepicker-toggle{pointer-events:auto;color:var(--mat-datepicker-toggle-icon-color)}.mat-datepicker-toggle-active{color:var(--mat-datepicker-toggle-active-state-icon-color)}.cdk-high-contrast-active .mat-datepicker-toggle-default-icon{color:CanvasText}"],encapsulation:2,changeDetection:0})}return O})(),Wf=(()=>{class O{static#e=this.\u0275fac=function(y){return new(y||O)};static#t=this.\u0275mod=o.oAB({type:O});static#n=this.\u0275inj=o.cJS({providers:[Id,Sp],imports:[u.ez,N6,Mf,Jl,ah,Mn,k0]})}return O})();const mu=function(){return["labelPosition"]},ag=function(O,L){return{key:"mat-checkbox",props:O,omit:L}},C2=function(O){return[O]};function T5(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-checkbox",2),o._uU(2),o.qZA(),o.BQk()),2&O){const p=o.oxw(2);let y;o.xp6(1),o.Q6J("labelPosition",null!==(y=p.data.options.labelPosition)&&void 0!==y?y:"after")("formControl",p.control)("propsBinding",o.VKq(8,C2,o.WLB(5,ag,p.data.props,o.DdM(4,mu)))),o.xp6(1),o.Oqu(null==p.data.options.data||null==p.data.options.data[0]?null:p.data.options.data[0].label)}}const Ap=function(){return["labelPosition","checked","disabled","value"]};function w5(O,L){if(1&O){const p=o.EpF();o.ynx(0),o.TgZ(1,"mat-checkbox",4),o.NdJ("change",function(T){o.CHM(p);const K=o.oxw(3);return o.KtG(K.onCheckboxChange(T))}),o.ALo(2,"json"),o.ALo(3,"json"),o._uU(4),o.qZA(),o.BQk()}if(2&O){const p=L.$implicit,y=o.oxw(3);let T;o.xp6(1),o.Q6J("labelPosition",null!==(T=y.data.options.labelPosition)&&void 0!==T?T:"after")("value",o.lcZ(2,6,p.value))("checked",y.control.value.includes(o.lcZ(3,8,p.value)))("disabled",y.control.disabled)("propsBinding",o.VKq(14,C2,o.WLB(11,ag,y.data.props,o.DdM(10,Ap)))),o.xp6(3),o.Oqu(p.label)}}function Dp(O,L){if(1&O&&(o.ynx(0),o.YNc(1,w5,5,16,"ng-container",3),o.BQk()),2&O){const p=o.oxw(2);o.xp6(1),o.Q6J("ngForOf",p.data.options.data)}}const cg=function(O){return{"flex-direction":O}};function X0(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"div",1),o.YNc(2,T5,3,10,"ng-container",0),o.YNc(3,Dp,2,1,"ng-container",0),o.qZA(),o.BQk()),2&O){const p=o.oxw();let y;o.xp6(1),o.Akn(null==p.data.options?null:p.data.options.containerStyles),o.Q6J("ngClass",o.VKq(6,C2,null!==(y=null==p.data.options?null:p.data.options.containerClass)&&void 0!==y?y:""))("ngStyle",o.VKq(8,cg,null==p.data.options?null:p.data.options.layout)),o.xp6(1),o.Q6J("ngIf",p.data.options&&1===(null==p.data.options.data?null:p.data.options.data.length)),o.xp6(1),o.Q6J("ngIf",p.data.options&&p.data.options.data&&p.data.options.data.length>1)}}function gy(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-option",3),o.ALo(2,"json"),o._uU(3),o.qZA(),o.BQk()),2&O){const p=L.$implicit;o.xp6(1),o.Q6J("value",o.lcZ(2,2,p.value)),o.xp6(2),o.hij(" ",p.label," ")}}const Dh=function(O){return{key:"mat-select",props:O}};function lg(O,L){if(1&O){const p=o.EpF();o.ynx(0),o.TgZ(1,"mat-form-field")(2,"mat-label"),o._uU(3),o.qZA(),o.TgZ(4,"mat-select",1),o.NdJ("closed",function(){o.CHM(p);const T=o.oxw();return o.KtG(T.onTouched())}),o.YNc(5,gy,4,4,"ng-container",2),o.qZA()(),o.BQk()}if(2&O){const p=o.oxw();o.xp6(3),o.Oqu(p.data.label),o.xp6(1),o.Q6J("formControl",p.control)("propsBinding",o.VKq(6,C2,o.VKq(4,Dh,p.data.props))),o.xp6(1),o.Q6J("ngForOf",null==p.data.options?null:p.data.options.data)}}const Op=function(){return["type"]},Ip=function(O,L){return{key:"mat-input",props:O,omit:L}};function gu(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-form-field")(2,"mat-label"),o._uU(3),o.qZA(),o._UZ(4,"input",1),o.qZA(),o.BQk()),2&O){const p=o.oxw();o.xp6(3),o.Oqu(p.data.label),o.xp6(1),o.Q6J("formControl",p.control)("imask",p.data.inputMask)("propsBinding",o.VKq(8,C2,o.WLB(5,Ip,p.data.props,o.DdM(4,Op))))}}function M5(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-form-field")(2,"mat-label"),o._uU(3),o.qZA(),o._UZ(4,"input",1),o.qZA(),o.BQk()),2&O){const p=o.oxw();let y;o.xp6(3),o.Oqu(p.data.label),o.xp6(1),o.Q6J("formControl",p.control)("propsBinding",o.VKq(8,C2,o.WLB(5,Ip,p.data.props,o.DdM(4,Op)))),o.uIk("type",null!==(y=p.data.type)&&void 0!==y?y:"text")}}function Rp(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-radio-button",4),o.ALo(2,"json"),o._uU(3),o.qZA(),o.BQk()),2&O){const p=L.$implicit;o.xp6(1),o.Q6J("value",o.lcZ(2,2,p.value)),o.xp6(2),o.Oqu(p.label)}}const A5=function(O,L){return{key:"mat-radio-group",props:O,omit:L}};function D5(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-radio-group",1)(2,"div",2),o.YNc(3,Rp,4,4,"ng-container",3),o.qZA()(),o.BQk()),2&O){const p=o.oxw();let y,T;o.xp6(1),o.Q6J("labelPosition",null!==(y=null==p.data.options?null:p.data.options.labelPosition)&&void 0!==y?y:"after")("formControl",p.control)("propsBinding",o.VKq(12,C2,o.WLB(9,A5,p.data.props,o.DdM(8,mu)))),o.xp6(1),o.Akn(null==p.data.options?null:p.data.options.containerStyles),o.Q6J("ngClass",o.VKq(14,C2,null!==(T=null==p.data.options?null:p.data.options.containerClass)&&void 0!==T?T:""))("ngStyle",o.VKq(16,cg,null==p.data.options?null:p.data.options.layout)),o.xp6(1),o.Q6J("ngForOf",null==p.data.options?null:p.data.options.data)}}const _y=function(O){return{key:"mat-slider",props:O}};function dg(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-slider",1),o._UZ(2,"input",2),o.qZA(),o.BQk()),2&O){const p=o.oxw();o.xp6(1),o.Q6J("propsBinding",o.VKq(4,C2,o.VKq(2,_y,p.data.props))),o.xp6(1),o.Q6J("formControl",p.control)}}const ug=function(O,L){return{key:"mat-slide-toggle",props:O,omit:L}};function W2(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-slide-toggle",1),o._uU(2),o.qZA(),o.BQk()),2&O){const p=o.oxw();let y;o.xp6(1),o.Q6J("labelPosition",null!==(y=null==p.data.options?null:p.data.options.labelPosition)&&void 0!==y?y:"after")("formControl",p.control)("propsBinding",o.VKq(8,C2,o.WLB(5,ug,p.data.props,o.DdM(4,mu)))),o.xp6(1),o.Oqu(null==p.data.options||null==p.data.options.data||null==p.data.options.data[0]?null:p.data.options.data[0].label)}}const fg=function(O){return{key:"mat-input",props:O}},vy=function(O){return{key:"cdk-textarea-autosize",props:O}},Np=function(O,L){return[O,L]};function _u(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-form-field",1)(2,"mat-label"),o._uU(3),o.qZA(),o._UZ(4,"textarea",2),o.qZA(),o.BQk()),2&O){const p=o.oxw();o.xp6(3),o.Oqu(p.data.label),o.xp6(1),o.Q6J("formControl",p.control)("propsBinding",o.WLB(7,Np,o.VKq(3,fg,p.data.props),o.VKq(5,vy,p.data.props)))}}const e3=function(){return["matDatepicker"]};function qf(O,L){if(1&O&&(o.ynx(0),o.TgZ(1,"mat-form-field")(2,"mat-label"),o._uU(3),o.qZA(),o._UZ(4,"input",1)(5,"mat-datepicker-toggle",2)(6,"mat-datepicker",null,3),o.qZA(),o.BQk()),2&O){const p=o.MAs(7),y=o.oxw();o.xp6(3),o.Oqu(y.data.label),o.xp6(1),o.Q6J("matDatepicker",p)("formControl",y.control)("propsBinding",o.VKq(9,C2,o.WLB(6,Ip,y.data.props,o.DdM(5,e3)))),o.xp6(1),o.Q6J("for",p)}}let Kf=(()=>{class O extends wa.eY{constructor(){super(...arguments),this._controlValueService=(0,o.f3M)(wa.OP),this.control=new D.NI("")}writeValue(p){const y=1===this.data?.options?.data?.length?p:this._controlValueService.getOptionsValue("stringified",p);this.control.setValue(y)}registerOnChange(p){this.control.valueChanges.pipe((0,Za.U)(y=>this._controlValueService.getOptionsValue("parsed",y))).subscribe(p)}onCheckboxChange(p){const y=Array.isArray(this.control.value)&&this.control.value||[],K=!p.checked||y.includes(p.source.value)?y.filter(Le=>Le!==p.source.value):[...y,p.source.value];this.control?.setValue(K)}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["ui-material-checkbox"]],standalone:!0,features:[o._Bn([(0,wa.y$)([{key:"mat-checkbox",token:fn}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"group-buttons",3,"ngClass","ngStyle"],[3,"labelPosition","formControl","propsBinding"],[4,"ngFor","ngForOf"],[3,"labelPosition","value","checked","disabled","propsBinding","change"]],template:function(y,T){1&y&&o.YNc(0,X0,4,10,"ng-container",0),2&y&&o.Q6J("ngIf",T.data)},dependencies:[u.ez,u.mk,u.sg,u.O5,u.PC,u.Ts,D.UX,D.JJ,D.oH,Wo,fn,ru,wa.NA],encapsulation:2})}return O})(),O5=(()=>{class O extends wa.eY{constructor(){super(...arguments),this._controlValueService=(0,o.f3M)(wa.OP),this.control=new D.p4(""),this.onTouched=()=>{}}writeValue(p){const y=this._controlValueService.getOptionsValue("stringified",p);this.control.setValue(y)}registerOnChange(p){this.control.valueChanges.pipe((0,Za.U)(y=>this._controlValueService.getOptionsValue("parsed",y))).subscribe(p)}registerOnTouched(p){this.onTouched=p}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["ui-material-select"]],standalone:!0,features:[o._Bn([(0,wa.y$)([{key:"mat-select",token:ip}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[3,"formControl","propsBinding","closed"],[4,"ngFor","ngForOf"],[3,"value"]],template:function(y,T){1&y&&o.YNc(0,lg,6,8,"ng-container",0),2&y&&o.Q6J("ngIf",T.data)},dependencies:[u.ez,u.sg,u.O5,u.Ts,D.UX,D.JJ,D.oH,S6,Ya,Sl,ip,Ci,wa.NA],encapsulation:2})}return O})(),Oh=(()=>{class O extends wa.eY{constructor(){super(...arguments),this.control=new D.NI("")}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["ui-material-input-mask"]],standalone:!0,features:[o._Bn([(0,wa.y$)([{key:"mat-input",token:wd}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],["matInput","","type","text",3,"formControl","imask","propsBinding"]],template:function(y,T){1&y&&o.YNc(0,gu,5,10,"ng-container",0),2&y&&o.Q6J("ngIf",T.data)},dependencies:[u.ez,u.O5,D.UX,D.Fj,D.JJ,D.oH,ru,wd,Ya,Sl,Q8.An,wa.NA],encapsulation:2})}return O})(),J1=(()=>{class O extends wa.eY{constructor(){super(...arguments),this.control=new D.p4("")}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["ui-material-input"]],standalone:!0,features:[o._Bn([(0,wa.y$)([{key:"mat-input",token:wd}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],["matInput","",3,"formControl","propsBinding"]],template:function(y,T){1&y&&o.YNc(0,M5,5,10,"ng-container",0),2&y&&o.Q6J("ngIf",T.data)},dependencies:[u.ez,u.O5,D.UX,D.Fj,D.JJ,D.oH,ru,wd,Ya,Sl,N6,wa.NA],encapsulation:2})}return O})();const Ih={checkbox:Kf,date:(()=>{class O extends wa.eY{constructor(){super(...arguments),this.control=new D.NI(new Date)}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["ui-material-date"]],standalone:!0,features:[o._Bn([(0,wa.y$)([{key:"mat-input",token:Yf}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],["matInput","",3,"matDatepicker","formControl","propsBinding"],["matSuffix","",3,"for"],["picker",""]],template:function(y,T){1&y&&o.YNc(0,qf,8,11,"ng-container",0),2&y&&o.Q6J("ngIf",T.data)},dependencies:[u.ez,u.O5,D.UX,D.Fj,D.JJ,D.oH,Wf,Gf,Yf,rg,cl,Ya,Sl,H,C1,ru,wd,wa.NA],encapsulation:2})}return O})(),password:J1,number:J1,email:J1,radio:(()=>{class O extends wa.eY{constructor(){super(...arguments),this._controlValueService=(0,o.f3M)(wa.OP),this.control=new D.p4("")}writeValue(p){const y=this._controlValueService.getOptionsValue("stringified",p);this.control.setValue(y)}registerOnChange(p){this.control.valueChanges.pipe((0,Za.U)(y=>this._controlValueService.getOptionsValue("parsed",y))).subscribe(p)}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["ui-material-radio"]],standalone:!0,features:[o._Bn([(0,wa.y$)([{key:"mat-radio-group",token:Y2}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[3,"labelPosition","formControl","propsBinding"],[1,"group-buttons",3,"ngClass","ngStyle"],[4,"ngFor","ngForOf"],[3,"value"]],template:function(y,T){1&y&&o.YNc(0,D5,4,18,"ng-container",0),2&y&&o.Q6J("ngIf",T.data)},dependencies:[u.ez,u.mk,u.sg,u.O5,u.PC,u.Ts,D.UX,D.JJ,D.oH,sp,Y2,Qu,ru,wa.NA],encapsulation:2})}return O})(),range:(()=>{class O extends wa.eY{constructor(){super(...arguments),this.control=new D.NI(0)}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["ui-material-range"]],standalone:!0,features:[o._Bn([(0,wa.y$)([{key:"mat-slider",token:f5}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[3,"propsBinding"],["matSliderThumb","",3,"formControl"]],template:function(y,T){1&y&&o.YNc(0,dg,3,6,"ng-container",0),2&y&&o.Q6J("ngIf",T.data)},dependencies:[u.ez,u.O5,D.UX,D.Fj,D.JJ,D.oH,V6,f5,P6,ru,wa.NA],encapsulation:2})}return O})(),select:O5,switch:(()=>{class O extends wa.eY{constructor(){super(...arguments),this.control=new D.NI(!1)}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["ui-material-switch"]],standalone:!0,features:[o._Bn([(0,wa.y$)([{key:"mat-slide-toggle",token:Od}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[3,"labelPosition","formControl","propsBinding"]],template:function(y,T){1&y&&o.YNc(0,W2,3,10,"ng-container",0),2&y&&o.Q6J("ngIf",T.data)},dependencies:[u.ez,u.O5,D.UX,D.JJ,D.oH,mp,Od,ru,wa.NA],encapsulation:2})}return O})(),text:J1,textMask:Oh,textarea:(()=>{class O extends wa.eY{constructor(){super(...arguments),this.control=new D.NI("")}static#e=this.\u0275fac=function(){let p;return function(T){return(p||(p=o.n5z(O)))(T||O)}}();static#t=this.\u0275cmp=o.Xpm({type:O,selectors:[["ui-material-textarea"]],standalone:!0,features:[o._Bn([(0,wa.y$)([{key:"cdk-textarea-autosize",token:T0},{key:"mat-input",token:wd}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"example-full-width"],["matInput","","cdkTextareaAutosize","",3,"formControl","propsBinding"]],template:function(y,T){1&y&&o.YNc(0,_u,5,10,"ng-container",0),2&y&&o.Q6J("ngIf",T.data)},dependencies:[u.ez,u.O5,D.UX,D.Fj,D.JJ,D.oH,ru,wd,Ya,Sl,T0,wa.NA],encapsulation:2})}return O})()}},1162:(ve,k,_)=>{"use strict";_.d(k,{B:()=>Sf});var u=_(6733),o=_(755),D=_(2133),j=_(1357),te=_(8748);class U{static equals(Ge,m,x){return x?this.resolveFieldData(Ge,x)===this.resolveFieldData(m,x):this.equalsByValue(Ge,m)}static equalsByValue(Ge,m){if(Ge===m)return!0;if(Ge&&m&&"object"==typeof Ge&&"object"==typeof m){var ae,gt,pn,x=Array.isArray(Ge),R=Array.isArray(m);if(x&&R){if((gt=Ge.length)!=m.length)return!1;for(ae=gt;0!=ae--;)if(!this.equalsByValue(Ge[ae],m[ae]))return!1;return!0}if(x!=R)return!1;var li=this.isDate(Ge),er=this.isDate(m);if(li!=er)return!1;if(li&&er)return Ge.getTime()==m.getTime();var ar=Ge instanceof RegExp,Br=m instanceof RegExp;if(ar!=Br)return!1;if(ar&&Br)return Ge.toString()==m.toString();var Qo=Object.keys(Ge);if((gt=Qo.length)!==Object.keys(m).length)return!1;for(ae=gt;0!=ae--;)if(!Object.prototype.hasOwnProperty.call(m,Qo[ae]))return!1;for(ae=gt;0!=ae--;)if(!this.equalsByValue(Ge[pn=Qo[ae]],m[pn]))return!1;return!0}return Ge!=Ge&&m!=m}static resolveFieldData(Ge,m){if(Ge&&m){if(this.isFunction(m))return m(Ge);if(-1==m.indexOf("."))return Ge[m];{let x=m.split("."),R=Ge;for(let ae=0,gt=x.length;ae=Ge.length&&(x%=Ge.length,m%=Ge.length),Ge.splice(x,0,Ge.splice(m,1)[0]))}static insertIntoOrderedArray(Ge,m,x,R){if(x.length>0){let ae=!1;for(let gt=0;gtm){x.splice(gt,0,Ge),ae=!0;break}ae||x.push(Ge)}else x.push(Ge)}static findIndexInList(Ge,m){let x=-1;if(m)for(let R=0;R-1&&(Ge=Ge.replace(/[\xC0-\xC5]/g,"A").replace(/[\xC6]/g,"AE").replace(/[\xC7]/g,"C").replace(/[\xC8-\xCB]/g,"E").replace(/[\xCC-\xCF]/g,"I").replace(/[\xD0]/g,"D").replace(/[\xD1]/g,"N").replace(/[\xD2-\xD6\xD8]/g,"O").replace(/[\xD9-\xDC]/g,"U").replace(/[\xDD]/g,"Y").replace(/[\xDE]/g,"P").replace(/[\xE0-\xE5]/g,"a").replace(/[\xE6]/g,"ae").replace(/[\xE7]/g,"c").replace(/[\xE8-\xEB]/g,"e").replace(/[\xEC-\xEF]/g,"i").replace(/[\xF1]/g,"n").replace(/[\xF2-\xF6\xF8]/g,"o").replace(/[\xF9-\xFC]/g,"u").replace(/[\xFE]/g,"p").replace(/[\xFD\xFF]/g,"y")),Ge}static isDate(Ge){return"[object Date]"===Object.prototype.toString.call(Ge)}static isEmpty(Ge){return null==Ge||""===Ge||Array.isArray(Ge)&&0===Ge.length||!this.isDate(Ge)&&"object"==typeof Ge&&0===Object.keys(Ge).length}static isNotEmpty(Ge){return!this.isEmpty(Ge)}static compare(Ge,m,x,R=1){let ae=-1;const gt=this.isEmpty(Ge),pn=this.isEmpty(m);return ae=gt&&pn?0:gt?R:pn?-R:"string"==typeof Ge&&"string"==typeof m?Ge.localeCompare(m,x,{numeric:!0}):Gem?1:0,ae}static sort(Ge,m,x=1,R,ae=1){return(1===ae?x:ae)*U.compare(Ge,m,R,x)}static merge(Ge,m){if(null!=Ge||null!=m)return null!=Ge&&"object"!=typeof Ge||null!=m&&"object"!=typeof m?null!=Ge&&"string"!=typeof Ge||null!=m&&"string"!=typeof m?m||Ge:[Ge||"",m||""].join(" "):{...Ge||{},...m||{}}}static isPrintableCharacter(Ge=""){return this.isNotEmpty(Ge)&&1===Ge.length&&Ge.match(/\S| /)}static getItemValue(Ge,...m){return this.isFunction(Ge)?Ge(...m):Ge}static findLastIndex(Ge,m){let x=-1;if(this.isNotEmpty(Ge))try{x=Ge.findLastIndex(m)}catch{x=Ge.lastIndexOf([...Ge].reverse().find(m))}return x}static findLast(Ge,m){let x;if(this.isNotEmpty(Ge))try{x=Ge.findLast(m)}catch{x=[...Ge].reverse().find(m)}return x}}var X=0;function ee(H="pn_id_"){return`${H}${++X}`}var ue=function ne(){let H=[];const R=ae=>ae&&parseInt(ae.style.zIndex,10)||0;return{get:R,set:(ae,gt,pn)=>{gt&&(gt.style.zIndex=String(((ae,gt)=>{let pn=H.length>0?H[H.length-1]:{key:ae,value:gt},li=pn.value+(pn.key===ae?0:gt)+2;return H.push({key:ae,value:li}),li})(ae,pn)))},clear:ae=>{ae&&((ae=>{H=H.filter(gt=>gt.value!==ae)})(R(ae)),ae.style.zIndex="")},getCurrent:()=>H.length>0?H[H.length-1].value:0}}();let He=(()=>class H{static STARTS_WITH="startsWith";static CONTAINS="contains";static NOT_CONTAINS="notContains";static ENDS_WITH="endsWith";static EQUALS="equals";static NOT_EQUALS="notEquals";static IN="in";static LESS_THAN="lt";static LESS_THAN_OR_EQUAL_TO="lte";static GREATER_THAN="gt";static GREATER_THAN_OR_EQUAL_TO="gte";static BETWEEN="between";static IS="is";static IS_NOT="isNot";static BEFORE="before";static AFTER="after";static DATE_IS="dateIs";static DATE_IS_NOT="dateIsNot";static DATE_BEFORE="dateBefore";static DATE_AFTER="dateAfter"})(),Ce=(()=>{class H{filter(m,x,R,ae,gt){let pn=[];if(m)for(let li of m)for(let er of x){let ar=U.resolveFieldData(li,er);if(this.filters[ae](ar,R,gt)){pn.push(li);break}}return pn}filters={startsWith:(m,x,R)=>{if(null==x||""===x.trim())return!0;if(null==m)return!1;let ae=U.removeAccents(x.toString()).toLocaleLowerCase(R);return U.removeAccents(m.toString()).toLocaleLowerCase(R).slice(0,ae.length)===ae},contains:(m,x,R)=>{if(null==x||"string"==typeof x&&""===x.trim())return!0;if(null==m)return!1;let ae=U.removeAccents(x.toString()).toLocaleLowerCase(R);return-1!==U.removeAccents(m.toString()).toLocaleLowerCase(R).indexOf(ae)},notContains:(m,x,R)=>{if(null==x||"string"==typeof x&&""===x.trim())return!0;if(null==m)return!1;let ae=U.removeAccents(x.toString()).toLocaleLowerCase(R);return-1===U.removeAccents(m.toString()).toLocaleLowerCase(R).indexOf(ae)},endsWith:(m,x,R)=>{if(null==x||""===x.trim())return!0;if(null==m)return!1;let ae=U.removeAccents(x.toString()).toLocaleLowerCase(R),gt=U.removeAccents(m.toString()).toLocaleLowerCase(R);return-1!==gt.indexOf(ae,gt.length-ae.length)},equals:(m,x,R)=>null==x||"string"==typeof x&&""===x.trim()||null!=m&&(m.getTime&&x.getTime?m.getTime()===x.getTime():U.removeAccents(m.toString()).toLocaleLowerCase(R)==U.removeAccents(x.toString()).toLocaleLowerCase(R)),notEquals:(m,x,R)=>!(null==x||"string"==typeof x&&""===x.trim()||null!=m&&(m.getTime&&x.getTime?m.getTime()===x.getTime():U.removeAccents(m.toString()).toLocaleLowerCase(R)==U.removeAccents(x.toString()).toLocaleLowerCase(R))),in:(m,x)=>{if(null==x||0===x.length)return!0;for(let R=0;Rnull==x||null==x[0]||null==x[1]||null!=m&&(m.getTime?x[0].getTime()<=m.getTime()&&m.getTime()<=x[1].getTime():x[0]<=m&&m<=x[1]),lt:(m,x,R)=>null==x||null!=m&&(m.getTime&&x.getTime?m.getTime()null==x||null!=m&&(m.getTime&&x.getTime?m.getTime()<=x.getTime():m<=x),gt:(m,x,R)=>null==x||null!=m&&(m.getTime&&x.getTime?m.getTime()>x.getTime():m>x),gte:(m,x,R)=>null==x||null!=m&&(m.getTime&&x.getTime?m.getTime()>=x.getTime():m>=x),is:(m,x,R)=>this.filters.equals(m,x,R),isNot:(m,x,R)=>this.filters.notEquals(m,x,R),before:(m,x,R)=>this.filters.lt(m,x,R),after:(m,x,R)=>this.filters.gt(m,x,R),dateIs:(m,x)=>null==x||null!=m&&m.toDateString()===x.toDateString(),dateIsNot:(m,x)=>null==x||null!=m&&m.toDateString()!==x.toDateString(),dateBefore:(m,x)=>null==x||null!=m&&m.getTime()null==x||null!=m&&m.getTime()>x.getTime()};register(m,x){this.filters[m]=x}static \u0275fac=function(x){return new(x||H)};static \u0275prov=o.Yz7({token:H,factory:H.\u0275fac,providedIn:"root"})}return H})(),Ue=(()=>{class H{clickSource=new te.x;clickObservable=this.clickSource.asObservable();add(m){m&&this.clickSource.next(m)}static \u0275fac=function(x){return new(x||H)};static \u0275prov=o.Yz7({token:H,factory:H.\u0275fac,providedIn:"root"})}return H})(),xe=(()=>{class H{ripple=!1;inputStyle="outlined";overlayOptions={};filterMatchModeOptions={text:[He.STARTS_WITH,He.CONTAINS,He.NOT_CONTAINS,He.ENDS_WITH,He.EQUALS,He.NOT_EQUALS],numeric:[He.EQUALS,He.NOT_EQUALS,He.LESS_THAN,He.LESS_THAN_OR_EQUAL_TO,He.GREATER_THAN,He.GREATER_THAN_OR_EQUAL_TO],date:[He.DATE_IS,He.DATE_IS_NOT,He.DATE_BEFORE,He.DATE_AFTER]};translation={startsWith:"Starts with",contains:"Contains",notContains:"Not contains",endsWith:"Ends with",equals:"Equals",notEquals:"Not equals",noFilter:"No Filter",lt:"Less than",lte:"Less than or equal to",gt:"Greater than",gte:"Greater than or equal to",is:"Is",isNot:"Is not",before:"Before",after:"After",dateIs:"Date is",dateIsNot:"Date is not",dateBefore:"Date is before",dateAfter:"Date is after",clear:"Clear",apply:"Apply",matchAll:"Match All",matchAny:"Match Any",addRule:"Add Rule",removeRule:"Remove Rule",accept:"Yes",reject:"No",choose:"Choose",upload:"Upload",cancel:"Cancel",pending:"Pending",fileSizeTypes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],chooseYear:"Choose Year",chooseMonth:"Choose Month",chooseDate:"Choose Date",prevDecade:"Previous Decade",nextDecade:"Next Decade",prevYear:"Previous Year",nextYear:"Next Year",prevMonth:"Previous Month",nextMonth:"Next Month",prevHour:"Previous Hour",nextHour:"Next Hour",prevMinute:"Previous Minute",nextMinute:"Next Minute",prevSecond:"Previous Second",nextSecond:"Next Second",am:"am",pm:"pm",dateFormat:"mm/dd/yy",firstDayOfWeek:0,today:"Today",weekHeader:"Wk",weak:"Weak",medium:"Medium",strong:"Strong",passwordPrompt:"Enter a password",emptyMessage:"No results found",searchMessage:"{0} results are available",selectionMessage:"{0} items selected",emptySelectionMessage:"No selected item",emptySearchMessage:"No results found",emptyFilterMessage:"No results found",aria:{trueLabel:"True",falseLabel:"False",nullLabel:"Not Selected",star:"1 star",stars:"{star} stars",selectAll:"All items selected",unselectAll:"All items unselected",close:"Close",previous:"Previous",next:"Next",navigation:"Navigation",scrollTop:"Scroll Top",moveTop:"Move Top",moveUp:"Move Up",moveDown:"Move Down",moveBottom:"Move Bottom",moveToTarget:"Move to Target",moveToSource:"Move to Source",moveAllToTarget:"Move All to Target",moveAllToSource:"Move All to Source",pageLabel:"{page}",firstPageLabel:"First Page",lastPageLabel:"Last Page",nextPageLabel:"Next Page",prevPageLabel:"Previous Page",rowsPerPageLabel:"Rows per page",previousPageLabel:"Previous Page",jumpToPageDropdownLabel:"Jump to Page Dropdown",jumpToPageInputLabel:"Jump to Page Input",selectRow:"Row Selected",unselectRow:"Row Unselected",expandRow:"Row Expanded",collapseRow:"Row Collapsed",showFilterMenu:"Show Filter Menu",hideFilterMenu:"Hide Filter Menu",filterOperator:"Filter Operator",filterConstraint:"Filter Constraint",editRow:"Row Edit",saveEdit:"Save Edit",cancelEdit:"Cancel Edit",listView:"List View",gridView:"Grid View",slide:"Slide",slideNumber:"{slideNumber}",zoomImage:"Zoom Image",zoomIn:"Zoom In",zoomOut:"Zoom Out",rotateRight:"Rotate Right",rotateLeft:"Rotate Left"}};zIndex={modal:1100,overlay:1e3,menu:1e3,tooltip:1100};translationSource=new te.x;translationObserver=this.translationSource.asObservable();getTranslation(m){return this.translation[m]}setTranslation(m){this.translation={...this.translation,...m},this.translationSource.next(this.translation)}static \u0275fac=function(x){return new(x||H)};static \u0275prov=o.Yz7({token:H,factory:H.\u0275fac,providedIn:"root"})}return H})(),We=(()=>{class H{template;type;name;constructor(m){this.template=m}getType(){return this.name}static \u0275fac=function(x){return new(x||H)(o.Y36(o.Rgc))};static \u0275dir=o.lG2({type:H,selectors:[["","pTemplate",""]],inputs:{type:"type",name:["pTemplate","name"]}})}return H})(),Ke=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez]})}return H})(),xt=(()=>class H{static STARTS_WITH="startsWith";static CONTAINS="contains";static NOT_CONTAINS="notContains";static ENDS_WITH="endsWith";static EQUALS="equals";static NOT_EQUALS="notEquals";static NO_FILTER="noFilter";static LT="lt";static LTE="lte";static GT="gt";static GTE="gte";static IS="is";static IS_NOT="isNot";static BEFORE="before";static AFTER="after";static CLEAR="clear";static APPLY="apply";static MATCH_ALL="matchAll";static MATCH_ANY="matchAny";static ADD_RULE="addRule";static REMOVE_RULE="removeRule";static ACCEPT="accept";static REJECT="reject";static CHOOSE="choose";static UPLOAD="upload";static CANCEL="cancel";static PENDING="pending";static FILE_SIZE_TYPES="fileSizeTypes";static DAY_NAMES="dayNames";static DAY_NAMES_SHORT="dayNamesShort";static DAY_NAMES_MIN="dayNamesMin";static MONTH_NAMES="monthNames";static MONTH_NAMES_SHORT="monthNamesShort";static FIRST_DAY_OF_WEEK="firstDayOfWeek";static TODAY="today";static WEEK_HEADER="weekHeader";static WEAK="weak";static MEDIUM="medium";static STRONG="strong";static PASSWORD_PROMPT="passwordPrompt";static EMPTY_MESSAGE="emptyMessage";static EMPTY_FILTER_MESSAGE="emptyFilterMessage"})();const Sn=["*"];let $n=(()=>{class H{label;spin=!1;styleClass;role;ariaLabel;ariaHidden;ngOnInit(){this.getAttributes()}getAttributes(){const m=U.isEmpty(this.label);this.role=m?void 0:"img",this.ariaLabel=m?void 0:this.label,this.ariaHidden=m}getClassNames(){return`p-icon ${this.styleClass?this.styleClass+" ":""}${this.spin?"p-icon-spin":""}`}static \u0275fac=function(x){return new(x||H)};static \u0275cmp=o.Xpm({type:H,selectors:[["ng-component"]],hostAttrs:[1,"p-element","p-icon-wrapper"],inputs:{label:"label",spin:"spin",styleClass:"styleClass"},standalone:!0,features:[o.jDz],ngContentSelectors:Sn,decls:1,vars:0,template:function(x,R){1&x&&(o.F$t(),o.Hsn(0))},encapsulation:2,changeDetection:0})}return H})(),zn=(()=>{class H extends $n{static \u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static \u0275cmp=o.Xpm({type:H,selectors:[["CheckIcon"]],standalone:!0,features:[o.qOj,o.jDz],decls:2,vars:5,consts:[["width","14","height","14","viewBox","0 0 14 14","fill","none","xmlns","http://www.w3.org/2000/svg"],["d","M4.86199 11.5948C4.78717 11.5923 4.71366 11.5745 4.64596 11.5426C4.57826 11.5107 4.51779 11.4652 4.46827 11.4091L0.753985 7.69483C0.683167 7.64891 0.623706 7.58751 0.580092 7.51525C0.536478 7.44299 0.509851 7.36177 0.502221 7.27771C0.49459 7.19366 0.506156 7.10897 0.536046 7.03004C0.565935 6.95111 0.613367 6.88 0.674759 6.82208C0.736151 6.76416 0.8099 6.72095 0.890436 6.69571C0.970973 6.67046 1.05619 6.66385 1.13966 6.67635C1.22313 6.68886 1.30266 6.72017 1.37226 6.76792C1.44186 6.81567 1.4997 6.8786 1.54141 6.95197L4.86199 10.2503L12.6397 2.49483C12.7444 2.42694 12.8689 2.39617 12.9932 2.40745C13.1174 2.41873 13.2343 2.47141 13.3251 2.55705C13.4159 2.64268 13.4753 2.75632 13.4938 2.87973C13.5123 3.00315 13.4888 3.1292 13.4271 3.23768L5.2557 11.4091C5.20618 11.4652 5.14571 11.5107 5.07801 11.5426C5.01031 11.5745 4.9368 11.5923 4.86199 11.5948Z","fill","currentColor"]],template:function(x,R){1&x&&(o.O4$(),o.TgZ(0,"svg",0),o._UZ(1,"path",1),o.qZA()),2&x&&(o.Tol(R.getClassNames()),o.uIk("aria-label",R.ariaLabel)("aria-hidden",R.ariaHidden)("role",R.role))},encapsulation:2})}return H})();const ri=["input"];function Pi(H,Ge){if(1&H&&o._UZ(0,"span",10),2&H){const m=o.oxw(3);o.Q6J("ngClass",m.checkboxIcon),o.uIk("data-pc-section","icon")}}function jn(H,Ge){1&H&&o._UZ(0,"CheckIcon",11),2&H&&(o.Q6J("styleClass","p-checkbox-icon"),o.uIk("data-pc-section","icon"))}function zi(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,Pi,1,2,"span",8),o.YNc(2,jn,1,2,"CheckIcon",9),o.BQk()),2&H){const m=o.oxw(2);o.xp6(1),o.Q6J("ngIf",m.checkboxIcon),o.xp6(1),o.Q6J("ngIf",!m.checkboxIcon)}}function Ei(H,Ge){}function mn(H,Ge){1&H&&o.YNc(0,Ei,0,0,"ng-template")}function Mt(H,Ge){if(1&H&&(o.TgZ(0,"span",12),o.YNc(1,mn,1,0,null,13),o.qZA()),2&H){const m=o.oxw(2);o.uIk("data-pc-section","icon"),o.xp6(1),o.Q6J("ngTemplateOutlet",m.checkboxIconTemplate)}}function _t(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,zi,3,2,"ng-container",5),o.YNc(2,Mt,2,2,"span",7),o.BQk()),2&H){const m=o.oxw();o.xp6(1),o.Q6J("ngIf",!m.checkboxIconTemplate),o.xp6(1),o.Q6J("ngIf",m.checkboxIconTemplate)}}const Ze=function(H,Ge,m){return{"p-checkbox-label":!0,"p-checkbox-label-active":H,"p-disabled":Ge,"p-checkbox-label-focus":m}};function De(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"label",14),o.NdJ("click",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onClick(R))}),o._uU(1),o.qZA()}if(2&H){const m=o.oxw();o.Tol(m.labelStyleClass),o.Q6J("ngClass",o.kEZ(6,Ze,m.checked(),m.disabled,m.focused)),o.uIk("for",m.inputId)("data-pc-section","label"),o.xp6(1),o.hij(" ",m.label,"")}}const Be=function(H,Ge,m){return{"p-checkbox p-component":!0,"p-checkbox-checked":H,"p-checkbox-disabled":Ge,"p-checkbox-focused":m}},Je=function(H,Ge,m){return{"p-highlight":H,"p-disabled":Ge,"p-focus":m}},P={provide:D.JU,useExisting:(0,o.Gpc)(()=>Z),multi:!0};let Z=(()=>{class H{cd;value;name;disabled;binary;label;ariaLabelledBy;ariaLabel;tabindex;inputId;style;styleClass;labelStyleClass;formControl;checkboxIcon;readonly;required;trueValue=!0;falseValue=!1;onChange=new o.vpe;inputViewChild;templates;checkboxIconTemplate;model;onModelChange=()=>{};onModelTouched=()=>{};focused=!1;constructor(m){this.cd=m}ngAfterContentInit(){this.templates.forEach(m=>{"icon"===m.getType()&&(this.checkboxIconTemplate=m.template)})}onClick(m){if(!this.disabled&&!this.readonly){let x;this.inputViewChild.nativeElement.focus(),this.binary?(x=this.checked()?this.falseValue:this.trueValue,this.model=x,this.onModelChange(x)):(x=this.checked()?this.model.filter(R=>!U.equals(R,this.value)):this.model?[...this.model,this.value]:[this.value],this.onModelChange(x),this.model=x,this.formControl&&this.formControl.setValue(x)),this.onChange.emit({checked:x,originalEvent:m})}}onFocus(){this.focused=!0}onBlur(){this.focused=!1,this.onModelTouched()}writeValue(m){this.model=m,this.cd.markForCheck()}registerOnChange(m){this.onModelChange=m}registerOnTouched(m){this.onModelTouched=m}setDisabledState(m){this.disabled=m,this.cd.markForCheck()}checked(){return this.binary?this.model===this.trueValue:U.contains(this.value,this.model)}static \u0275fac=function(x){return new(x||H)(o.Y36(o.sBO))};static \u0275cmp=o.Xpm({type:H,selectors:[["p-checkbox"]],contentQueries:function(x,R,ae){if(1&x&&o.Suo(ae,We,4),2&x){let gt;o.iGM(gt=o.CRH())&&(R.templates=gt)}},viewQuery:function(x,R){if(1&x&&o.Gf(ri,5),2&x){let ae;o.iGM(ae=o.CRH())&&(R.inputViewChild=ae.first)}},hostAttrs:[1,"p-element"],inputs:{value:"value",name:"name",disabled:"disabled",binary:"binary",label:"label",ariaLabelledBy:"ariaLabelledBy",ariaLabel:"ariaLabel",tabindex:"tabindex",inputId:"inputId",style:"style",styleClass:"styleClass",labelStyleClass:"labelStyleClass",formControl:"formControl",checkboxIcon:"checkboxIcon",readonly:"readonly",required:"required",trueValue:"trueValue",falseValue:"falseValue"},outputs:{onChange:"onChange"},features:[o._Bn([P])],decls:7,vars:35,consts:[[3,"ngStyle","ngClass","click"],[1,"p-hidden-accessible"],["type","checkbox",3,"value","checked","disabled","readonly","focus","blur"],["input",""],[1,"p-checkbox-box",3,"ngClass"],[4,"ngIf"],[3,"class","ngClass","click",4,"ngIf"],["class","p-checkbox-icon",4,"ngIf"],["class","p-checkbox-icon",3,"ngClass",4,"ngIf"],[3,"styleClass",4,"ngIf"],[1,"p-checkbox-icon",3,"ngClass"],[3,"styleClass"],[1,"p-checkbox-icon"],[4,"ngTemplateOutlet"],[3,"ngClass","click"]],template:function(x,R){1&x&&(o.TgZ(0,"div",0),o.NdJ("click",function(gt){return R.onClick(gt)}),o.TgZ(1,"div",1)(2,"input",2,3),o.NdJ("focus",function(){return R.onFocus()})("blur",function(){return R.onBlur()}),o.qZA()(),o.TgZ(4,"div",4),o.YNc(5,_t,3,2,"ng-container",5),o.qZA()(),o.YNc(6,De,2,10,"label",6)),2&x&&(o.Tol(R.styleClass),o.Q6J("ngStyle",R.style)("ngClass",o.kEZ(27,Be,R.checked(),R.disabled,R.focused)),o.uIk("data-pc-name","checkbox")("data-pc-section","root"),o.xp6(1),o.uIk("data-pc-section","hiddenInputWrapper")("data-p-hidden-accessible",!0),o.xp6(1),o.Q6J("value",R.value)("checked",R.checked())("disabled",R.disabled)("readonly",R.readonly),o.uIk("id",R.inputId)("name",R.name)("tabindex",R.tabindex)("required",R.required)("aria-labelledby",R.ariaLabelledBy)("aria-label",R.ariaLabel)("aria-checked",R.checked())("data-pc-section","hiddenInput"),o.xp6(2),o.Q6J("ngClass",o.kEZ(31,Je,R.checked(),R.disabled,R.focused)),o.uIk("data-p-highlight",R.checked())("data-p-disabled",R.disabled)("data-p-focused",R.focused)("data-pc-section","input"),o.xp6(1),o.Q6J("ngIf",R.checked()),o.xp6(1),o.Q6J("ngIf",R.label))},dependencies:function(){return[u.mk,u.O5,u.tP,u.PC,zn]},styles:["@layer primeng{.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-checkbox-disabled{cursor:default!important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}}\n"],encapsulation:2,changeDetection:0})}return H})(),Ae=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez,zn,Ke]})}return H})(),Fe=(()=>{class H{static zindex=1e3;static calculatedScrollbarWidth=null;static calculatedScrollbarHeight=null;static browser;static addClass(m,x){m&&x&&(m.classList?m.classList.add(x):m.className+=" "+x)}static addMultipleClasses(m,x){if(m&&x)if(m.classList){let R=x.trim().split(" ");for(let ae=0;aeR.split(" ").forEach(ae=>this.removeClass(m,ae)))}static hasClass(m,x){return!(!m||!x)&&(m.classList?m.classList.contains(x):new RegExp("(^| )"+x+"( |$)","gi").test(m.className))}static siblings(m){return Array.prototype.filter.call(m.parentNode.children,function(x){return x!==m})}static find(m,x){return Array.from(m.querySelectorAll(x))}static findSingle(m,x){return this.isElement(m)?m.querySelector(x):null}static index(m){let x=m.parentNode.childNodes,R=0;for(var ae=0;ae{if(da)return"relative"===getComputedStyle(da).getPropertyValue("position")?da:R(da.parentElement)},ae=m.offsetParent?{width:m.offsetWidth,height:m.offsetHeight}:this.getHiddenElementDimensions(m),gt=x.offsetHeight,pn=x.getBoundingClientRect(),li=this.getWindowScrollTop(),er=this.getWindowScrollLeft(),ar=this.getViewport(),Qo=R(m)?.getBoundingClientRect()||{top:-1*li,left:-1*er};let Vo,Zs;pn.top+gt+ae.height>ar.height?(Vo=pn.top-Qo.top-ae.height,m.style.transformOrigin="bottom",pn.top+Vo<0&&(Vo=-1*pn.top)):(Vo=gt+pn.top-Qo.top,m.style.transformOrigin="top");const sa=pn.left+ae.width-ar.width;Zs=ae.width>ar.width?-1*(pn.left-Qo.left):sa>0?pn.left-Qo.left-sa:pn.left-Qo.left,m.style.top=Vo+"px",m.style.left=Zs+"px"}static absolutePosition(m,x){const R=m.offsetParent?{width:m.offsetWidth,height:m.offsetHeight}:this.getHiddenElementDimensions(m),ae=R.height,gt=R.width,pn=x.offsetHeight,li=x.offsetWidth,er=x.getBoundingClientRect(),ar=this.getWindowScrollTop(),Br=this.getWindowScrollLeft(),Qo=this.getViewport();let Vo,Zs;er.top+pn+ae>Qo.height?(Vo=er.top+ar-ae,m.style.transformOrigin="bottom",Vo<0&&(Vo=ar)):(Vo=pn+er.top+ar,m.style.transformOrigin="top"),Zs=er.left+gt>Qo.width?Math.max(0,er.left+Br+li-gt):er.left+Br,m.style.top=Vo+"px",m.style.left=Zs+"px"}static getParents(m,x=[]){return null===m.parentNode?x:this.getParents(m.parentNode,x.concat([m.parentNode]))}static getScrollableParents(m){let x=[];if(m){let R=this.getParents(m);const ae=/(auto|scroll)/,gt=pn=>{let li=window.getComputedStyle(pn,null);return ae.test(li.getPropertyValue("overflow"))||ae.test(li.getPropertyValue("overflowX"))||ae.test(li.getPropertyValue("overflowY"))};for(let pn of R){let li=1===pn.nodeType&&pn.dataset.scrollselectors;if(li){let er=li.split(",");for(let ar of er){let Br=this.findSingle(pn,ar);Br&>(Br)&&x.push(Br)}}9!==pn.nodeType&>(pn)&&x.push(pn)}}return x}static getHiddenElementOuterHeight(m){m.style.visibility="hidden",m.style.display="block";let x=m.offsetHeight;return m.style.display="none",m.style.visibility="visible",x}static getHiddenElementOuterWidth(m){m.style.visibility="hidden",m.style.display="block";let x=m.offsetWidth;return m.style.display="none",m.style.visibility="visible",x}static getHiddenElementDimensions(m){let x={};return m.style.visibility="hidden",m.style.display="block",x.width=m.offsetWidth,x.height=m.offsetHeight,m.style.display="none",m.style.visibility="visible",x}static scrollInView(m,x){let R=getComputedStyle(m).getPropertyValue("borderTopWidth"),ae=R?parseFloat(R):0,gt=getComputedStyle(m).getPropertyValue("paddingTop"),pn=gt?parseFloat(gt):0,li=m.getBoundingClientRect(),ar=x.getBoundingClientRect().top+document.body.scrollTop-(li.top+document.body.scrollTop)-ae-pn,Br=m.scrollTop,Qo=m.clientHeight,Vo=this.getOuterHeight(x);ar<0?m.scrollTop=Br+ar:ar+Vo>Qo&&(m.scrollTop=Br+ar-Qo+Vo)}static fadeIn(m,x){m.style.opacity=0;let R=+new Date,ae=0,gt=function(){ae=+m.style.opacity.replace(",",".")+((new Date).getTime()-R)/x,m.style.opacity=ae,R=+new Date,+ae<1&&(window.requestAnimationFrame&&requestAnimationFrame(gt)||setTimeout(gt,16))};gt()}static fadeOut(m,x){var R=1,pn=50/x;let li=setInterval(()=>{(R-=pn)<=0&&(R=0,clearInterval(li)),m.style.opacity=R},50)}static getWindowScrollTop(){let m=document.documentElement;return(window.pageYOffset||m.scrollTop)-(m.clientTop||0)}static getWindowScrollLeft(){let m=document.documentElement;return(window.pageXOffset||m.scrollLeft)-(m.clientLeft||0)}static matches(m,x){var R=Element.prototype;return(R.matches||R.webkitMatchesSelector||R.mozMatchesSelector||R.msMatchesSelector||function(gt){return-1!==[].indexOf.call(document.querySelectorAll(gt),this)}).call(m,x)}static getOuterWidth(m,x){let R=m.offsetWidth;if(x){let ae=getComputedStyle(m);R+=parseFloat(ae.marginLeft)+parseFloat(ae.marginRight)}return R}static getHorizontalPadding(m){let x=getComputedStyle(m);return parseFloat(x.paddingLeft)+parseFloat(x.paddingRight)}static getHorizontalMargin(m){let x=getComputedStyle(m);return parseFloat(x.marginLeft)+parseFloat(x.marginRight)}static innerWidth(m){let x=m.offsetWidth,R=getComputedStyle(m);return x+=parseFloat(R.paddingLeft)+parseFloat(R.paddingRight),x}static width(m){let x=m.offsetWidth,R=getComputedStyle(m);return x-=parseFloat(R.paddingLeft)+parseFloat(R.paddingRight),x}static getInnerHeight(m){let x=m.offsetHeight,R=getComputedStyle(m);return x+=parseFloat(R.paddingTop)+parseFloat(R.paddingBottom),x}static getOuterHeight(m,x){let R=m.offsetHeight;if(x){let ae=getComputedStyle(m);R+=parseFloat(ae.marginTop)+parseFloat(ae.marginBottom)}return R}static getHeight(m){let x=m.offsetHeight,R=getComputedStyle(m);return x-=parseFloat(R.paddingTop)+parseFloat(R.paddingBottom)+parseFloat(R.borderTopWidth)+parseFloat(R.borderBottomWidth),x}static getWidth(m){let x=m.offsetWidth,R=getComputedStyle(m);return x-=parseFloat(R.paddingLeft)+parseFloat(R.paddingRight)+parseFloat(R.borderLeftWidth)+parseFloat(R.borderRightWidth),x}static getViewport(){let m=window,x=document,R=x.documentElement,ae=x.getElementsByTagName("body")[0];return{width:m.innerWidth||R.clientWidth||ae.clientWidth,height:m.innerHeight||R.clientHeight||ae.clientHeight}}static getOffset(m){var x=m.getBoundingClientRect();return{top:x.top+(window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0),left:x.left+(window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0)}}static replaceElementWith(m,x){let R=m.parentNode;if(!R)throw"Can't replace element";return R.replaceChild(x,m)}static getUserAgent(){if(navigator&&this.isClient())return navigator.userAgent}static isIE(){var m=window.navigator.userAgent;return m.indexOf("MSIE ")>0||(m.indexOf("Trident/")>0?(m.indexOf("rv:"),!0):m.indexOf("Edge/")>0)}static isIOS(){return/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream}static isAndroid(){return/(android)/i.test(navigator.userAgent)}static isTouchDevice(){return"ontouchstart"in window||navigator.maxTouchPoints>0}static appendChild(m,x){if(this.isElement(x))x.appendChild(m);else{if(!(x&&x.el&&x.el.nativeElement))throw"Cannot append "+x+" to "+m;x.el.nativeElement.appendChild(m)}}static removeChild(m,x){if(this.isElement(x))x.removeChild(m);else{if(!x.el||!x.el.nativeElement)throw"Cannot remove "+m+" from "+x;x.el.nativeElement.removeChild(m)}}static removeElement(m){"remove"in Element.prototype?m.remove():m.parentNode.removeChild(m)}static isElement(m){return"object"==typeof HTMLElement?m instanceof HTMLElement:m&&"object"==typeof m&&null!==m&&1===m.nodeType&&"string"==typeof m.nodeName}static calculateScrollbarWidth(m){if(m){let x=getComputedStyle(m);return m.offsetWidth-m.clientWidth-parseFloat(x.borderLeftWidth)-parseFloat(x.borderRightWidth)}{if(null!==this.calculatedScrollbarWidth)return this.calculatedScrollbarWidth;let x=document.createElement("div");x.className="p-scrollbar-measure",document.body.appendChild(x);let R=x.offsetWidth-x.clientWidth;return document.body.removeChild(x),this.calculatedScrollbarWidth=R,R}}static calculateScrollbarHeight(){if(null!==this.calculatedScrollbarHeight)return this.calculatedScrollbarHeight;let m=document.createElement("div");m.className="p-scrollbar-measure",document.body.appendChild(m);let x=m.offsetHeight-m.clientHeight;return document.body.removeChild(m),this.calculatedScrollbarWidth=x,x}static invokeElementMethod(m,x,R){m[x].apply(m,R)}static clearSelection(){if(window.getSelection)window.getSelection().empty?window.getSelection().empty():window.getSelection().removeAllRanges&&window.getSelection().rangeCount>0&&window.getSelection().getRangeAt(0).getClientRects().length>0&&window.getSelection().removeAllRanges();else if(document.selection&&document.selection.empty)try{document.selection.empty()}catch{}}static getBrowser(){if(!this.browser){let m=this.resolveUserAgent();this.browser={},m.browser&&(this.browser[m.browser]=!0,this.browser.version=m.version),this.browser.chrome?this.browser.webkit=!0:this.browser.webkit&&(this.browser.safari=!0)}return this.browser}static resolveUserAgent(){let m=navigator.userAgent.toLowerCase(),x=/(chrome)[ \/]([\w.]+)/.exec(m)||/(webkit)[ \/]([\w.]+)/.exec(m)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(m)||/(msie) ([\w.]+)/.exec(m)||m.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(m)||[];return{browser:x[1]||"",version:x[2]||"0"}}static isInteger(m){return Number.isInteger?Number.isInteger(m):"number"==typeof m&&isFinite(m)&&Math.floor(m)===m}static isHidden(m){return!m||null===m.offsetParent}static isVisible(m){return m&&null!=m.offsetParent}static isExist(m){return null!==m&&typeof m<"u"&&m.nodeName&&m.parentNode}static focus(m,x){m&&document.activeElement!==m&&m.focus(x)}static getFocusableElements(m,x=""){let R=this.find(m,`button:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${x},\n [href][clientHeight][clientWidth]:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${x},\n input:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${x},\n select:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${x},\n textarea:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${x},\n [tabIndex]:not([tabIndex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${x},\n [contenteditable]:not([tabIndex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])${x}`),ae=[];for(let gt of R)"none"!=getComputedStyle(gt).display&&"hidden"!=getComputedStyle(gt).visibility&&ae.push(gt);return ae}static getFirstFocusableElement(m,x){const R=this.getFocusableElements(m,x);return R.length>0?R[0]:null}static getLastFocusableElement(m,x){const R=this.getFocusableElements(m,x);return R.length>0?R[R.length-1]:null}static getNextFocusableElement(m,x=!1){const R=H.getFocusableElements(m);let ae=0;if(R&&R.length>0){const gt=R.indexOf(R[0].ownerDocument.activeElement);x?ae=-1==gt||0===gt?R.length-1:gt-1:-1!=gt&>!==R.length-1&&(ae=gt+1)}return R[ae]}static generateZIndex(){return this.zindex=this.zindex||999,++this.zindex}static getSelection(){return window.getSelection?window.getSelection().toString():document.getSelection?document.getSelection().toString():document.selection?document.selection.createRange().text:null}static getTargetElement(m,x){if(!m)return null;switch(m){case"document":return document;case"window":return window;case"@next":return x?.nextElementSibling;case"@prev":return x?.previousElementSibling;case"@parent":return x?.parentElement;case"@grandparent":return x?.parentElement.parentElement;default:const R=typeof m;if("string"===R)return document.querySelector(m);if("object"===R&&m.hasOwnProperty("nativeElement"))return this.isExist(m.nativeElement)?m.nativeElement:void 0;const gt=(pn=m)&&pn.constructor&&pn.call&&pn.apply?m():m;return gt&&9===gt.nodeType||this.isExist(gt)?gt:null}var pn}static isClient(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}static getAttribute(m,x){if(m){const R=m.getAttribute(x);return isNaN(R)?"true"===R||"false"===R?"true"===R:R:+R}}static calculateBodyScrollbarWidth(){return window.innerWidth-document.documentElement.offsetWidth}static blockBodyScroll(m="p-overflow-hidden"){document.body.style.setProperty("--scrollbar-width",this.calculateBodyScrollbarWidth()+"px"),this.addClass(document.body,m)}static unblockBodyScroll(m="p-overflow-hidden"){document.body.style.removeProperty("--scrollbar-width"),this.removeClass(document.body,m)}}return H})();class $t{element;listener;scrollableParents;constructor(Ge,m=(()=>{})){this.element=Ge,this.listener=m}bindScrollListener(){this.scrollableParents=Fe.getScrollableParents(this.element);for(let Ge=0;Ge{class H{host;constructor(m){this.host=m}autofocus;focused=!1;ngAfterContentChecked(){if(!this.focused&&this.autofocus){const m=Fe.getFocusableElements(this.host.nativeElement);0===m.length&&this.host.nativeElement.focus(),m.length>0&&m[0].focus(),this.focused=!0}}static \u0275fac=function(x){return new(x||H)(o.Y36(o.SBq))};static \u0275dir=o.lG2({type:H,selectors:[["","pAutoFocus",""]],hostAttrs:[1,"p-element"],inputs:{autofocus:"autofocus"}})}return H})(),Dt=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez]})}return H})();var Gt=_(2405);const gn=["overlay"],Gn=["content"];function mi(H,Ge){1&H&&o.GkF(0)}const vr=function(H,Ge,m){return{showTransitionParams:H,hideTransitionParams:Ge,transform:m}},ki=function(H){return{value:"visible",params:H}},Tr=function(H){return{mode:H}},Fr=function(H){return{$implicit:H}};function To(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",1,3),o.NdJ("click",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onOverlayContentClick(R))})("@overlayContentAnimation.start",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onOverlayContentAnimationStart(R))})("@overlayContentAnimation.done",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onOverlayContentAnimationDone(R))}),o.Hsn(2),o.YNc(3,mi,1,0,"ng-container",4),o.qZA()}if(2&H){const m=o.oxw(2);o.Tol(m.contentStyleClass),o.Q6J("ngStyle",m.contentStyle)("ngClass","p-overlay-content")("@overlayContentAnimation",o.VKq(11,ki,o.kEZ(7,vr,m.showTransitionOptions,m.hideTransitionOptions,m.transformOptions[m.modal?m.overlayResponsiveDirection:"default"]))),o.xp6(3),o.Q6J("ngTemplateOutlet",m.contentTemplate)("ngTemplateOutletContext",o.VKq(15,Fr,o.VKq(13,Tr,m.overlayMode)))}}const bo=function(H,Ge,m,x,R,ae,gt,pn,li,er,ar,Br,Qo,Vo){return{"p-overlay p-component":!0,"p-overlay-modal p-component-overlay p-component-overlay-enter":H,"p-overlay-center":Ge,"p-overlay-top":m,"p-overlay-top-start":x,"p-overlay-top-end":R,"p-overlay-bottom":ae,"p-overlay-bottom-start":gt,"p-overlay-bottom-end":pn,"p-overlay-left":li,"p-overlay-left-start":er,"p-overlay-left-end":ar,"p-overlay-right":Br,"p-overlay-right-start":Qo,"p-overlay-right-end":Vo}};function bi(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",1,2),o.NdJ("click",function(){o.CHM(m);const R=o.oxw();return o.KtG(R.onOverlayClick())}),o.YNc(2,To,4,17,"div",0),o.qZA()}if(2&H){const m=o.oxw();o.Tol(m.styleClass),o.Q6J("ngStyle",m.style)("ngClass",o.rFY(5,bo,[m.modal,m.modal&&"center"===m.overlayResponsiveDirection,m.modal&&"top"===m.overlayResponsiveDirection,m.modal&&"top-start"===m.overlayResponsiveDirection,m.modal&&"top-end"===m.overlayResponsiveDirection,m.modal&&"bottom"===m.overlayResponsiveDirection,m.modal&&"bottom-start"===m.overlayResponsiveDirection,m.modal&&"bottom-end"===m.overlayResponsiveDirection,m.modal&&"left"===m.overlayResponsiveDirection,m.modal&&"left-start"===m.overlayResponsiveDirection,m.modal&&"left-end"===m.overlayResponsiveDirection,m.modal&&"right"===m.overlayResponsiveDirection,m.modal&&"right-start"===m.overlayResponsiveDirection,m.modal&&"right-end"===m.overlayResponsiveDirection])),o.xp6(2),o.Q6J("ngIf",m.visible)}}const or=["*"],it={provide:D.JU,useExisting:(0,o.Gpc)(()=>Rn),multi:!0},wt=(0,Gt.oQ)([(0,Gt.oB)({transform:"{{transform}}",opacity:0}),(0,Gt.jt)("{{showTransitionParams}}")]),Vt=(0,Gt.oQ)([(0,Gt.jt)("{{hideTransitionParams}}",(0,Gt.oB)({transform:"{{transform}}",opacity:0}))]);let Rn=(()=>{class H{document;platformId;el;renderer;config;overlayService;cd;zone;get visible(){return this._visible}set visible(m){this._visible=m,this._visible&&!this.modalVisible&&(this.modalVisible=!0)}get mode(){return this._mode||this.overlayOptions?.mode}set mode(m){this._mode=m}get style(){return U.merge(this._style,this.modal?this.overlayResponsiveOptions?.style:this.overlayOptions?.style)}set style(m){this._style=m}get styleClass(){return U.merge(this._styleClass,this.modal?this.overlayResponsiveOptions?.styleClass:this.overlayOptions?.styleClass)}set styleClass(m){this._styleClass=m}get contentStyle(){return U.merge(this._contentStyle,this.modal?this.overlayResponsiveOptions?.contentStyle:this.overlayOptions?.contentStyle)}set contentStyle(m){this._contentStyle=m}get contentStyleClass(){return U.merge(this._contentStyleClass,this.modal?this.overlayResponsiveOptions?.contentStyleClass:this.overlayOptions?.contentStyleClass)}set contentStyleClass(m){this._contentStyleClass=m}get target(){const m=this._target||this.overlayOptions?.target;return void 0===m?"@prev":m}set target(m){this._target=m}get appendTo(){return this._appendTo||this.overlayOptions?.appendTo}set appendTo(m){this._appendTo=m}get autoZIndex(){const m=this._autoZIndex||this.overlayOptions?.autoZIndex;return void 0===m||m}set autoZIndex(m){this._autoZIndex=m}get baseZIndex(){const m=this._baseZIndex||this.overlayOptions?.baseZIndex;return void 0===m?0:m}set baseZIndex(m){this._baseZIndex=m}get showTransitionOptions(){const m=this._showTransitionOptions||this.overlayOptions?.showTransitionOptions;return void 0===m?".12s cubic-bezier(0, 0, 0.2, 1)":m}set showTransitionOptions(m){this._showTransitionOptions=m}get hideTransitionOptions(){const m=this._hideTransitionOptions||this.overlayOptions?.hideTransitionOptions;return void 0===m?".1s linear":m}set hideTransitionOptions(m){this._hideTransitionOptions=m}get listener(){return this._listener||this.overlayOptions?.listener}set listener(m){this._listener=m}get responsive(){return this._responsive||this.overlayOptions?.responsive}set responsive(m){this._responsive=m}get options(){return this._options}set options(m){this._options=m}visibleChange=new o.vpe;onBeforeShow=new o.vpe;onShow=new o.vpe;onBeforeHide=new o.vpe;onHide=new o.vpe;onAnimationStart=new o.vpe;onAnimationDone=new o.vpe;templates;overlayViewChild;contentViewChild;contentTemplate;_visible=!1;_mode;_style;_styleClass;_contentStyle;_contentStyleClass;_target;_appendTo;_autoZIndex;_baseZIndex;_showTransitionOptions;_hideTransitionOptions;_listener;_responsive;_options;modalVisible=!1;isOverlayClicked=!1;isOverlayContentClicked=!1;scrollHandler;documentClickListener;documentResizeListener;documentKeyboardListener;window;transformOptions={default:"scaleY(0.8)",center:"scale(0.7)",top:"translate3d(0px, -100%, 0px)","top-start":"translate3d(0px, -100%, 0px)","top-end":"translate3d(0px, -100%, 0px)",bottom:"translate3d(0px, 100%, 0px)","bottom-start":"translate3d(0px, 100%, 0px)","bottom-end":"translate3d(0px, 100%, 0px)",left:"translate3d(-100%, 0px, 0px)","left-start":"translate3d(-100%, 0px, 0px)","left-end":"translate3d(-100%, 0px, 0px)",right:"translate3d(100%, 0px, 0px)","right-start":"translate3d(100%, 0px, 0px)","right-end":"translate3d(100%, 0px, 0px)"};get modal(){if((0,u.NF)(this.platformId))return"modal"===this.mode||this.overlayResponsiveOptions&&this.window?.matchMedia(this.overlayResponsiveOptions.media?.replace("@media","")||`(max-width: ${this.overlayResponsiveOptions.breakpoint})`).matches}get overlayMode(){return this.mode||(this.modal?"modal":"overlay")}get overlayOptions(){return{...this.config?.overlayOptions,...this.options}}get overlayResponsiveOptions(){return{...this.overlayOptions?.responsive,...this.responsive}}get overlayResponsiveDirection(){return this.overlayResponsiveOptions?.direction||"center"}get overlayEl(){return this.overlayViewChild?.nativeElement}get contentEl(){return this.contentViewChild?.nativeElement}get targetEl(){return Fe.getTargetElement(this.target,this.el?.nativeElement)}constructor(m,x,R,ae,gt,pn,li,er){this.document=m,this.platformId=x,this.el=R,this.renderer=ae,this.config=gt,this.overlayService=pn,this.cd=li,this.zone=er,this.window=this.document.defaultView}ngAfterContentInit(){this.templates?.forEach(m=>{m.getType(),this.contentTemplate=m.template})}show(m,x=!1){this.onVisibleChange(!0),this.handleEvents("onShow",{overlay:m||this.overlayEl,target:this.targetEl,mode:this.overlayMode}),x&&Fe.focus(this.targetEl),this.modal&&Fe.addClass(this.document?.body,"p-overflow-hidden")}hide(m,x=!1){this.visible&&(this.onVisibleChange(!1),this.handleEvents("onHide",{overlay:m||this.overlayEl,target:this.targetEl,mode:this.overlayMode}),x&&Fe.focus(this.targetEl),this.modal&&Fe.removeClass(this.document?.body,"p-overflow-hidden"))}alignOverlay(){!this.modal&&Fe.alignOverlay(this.overlayEl,this.targetEl,this.appendTo)}onVisibleChange(m){this._visible=m,this.visibleChange.emit(m)}onOverlayClick(){this.isOverlayClicked=!0}onOverlayContentClick(m){this.overlayService.add({originalEvent:m,target:this.targetEl}),this.isOverlayContentClicked=!0}onOverlayContentAnimationStart(m){switch(m.toState){case"visible":this.handleEvents("onBeforeShow",{overlay:this.overlayEl,target:this.targetEl,mode:this.overlayMode}),this.autoZIndex&&ue.set(this.overlayMode,this.overlayEl,this.baseZIndex+this.config?.zIndex[this.overlayMode]),Fe.appendOverlay(this.overlayEl,"body"===this.appendTo?this.document.body:this.appendTo,this.appendTo),this.alignOverlay();break;case"void":this.handleEvents("onBeforeHide",{overlay:this.overlayEl,target:this.targetEl,mode:this.overlayMode}),this.modal&&Fe.addClass(this.overlayEl,"p-component-overlay-leave")}this.handleEvents("onAnimationStart",m)}onOverlayContentAnimationDone(m){const x=this.overlayEl||m.element.parentElement;switch(m.toState){case"visible":this.show(x,!0),this.bindListeners();break;case"void":this.hide(x,!0),this.unbindListeners(),Fe.appendOverlay(this.overlayEl,this.targetEl,this.appendTo),ue.clear(x),this.modalVisible=!1,this.cd.markForCheck()}this.handleEvents("onAnimationDone",m)}handleEvents(m,x){this[m].emit(x),this.options&&this.options[m]&&this.options[m](x),this.config?.overlayOptions&&(this.config?.overlayOptions)[m]&&(this.config?.overlayOptions)[m](x)}bindListeners(){this.bindScrollListener(),this.bindDocumentClickListener(),this.bindDocumentResizeListener(),this.bindDocumentKeyboardListener()}unbindListeners(){this.unbindScrollListener(),this.unbindDocumentClickListener(),this.unbindDocumentResizeListener(),this.unbindDocumentKeyboardListener()}bindScrollListener(){this.scrollHandler||(this.scrollHandler=new $t(this.targetEl,m=>{(!this.listener||this.listener(m,{type:"scroll",mode:this.overlayMode,valid:!0}))&&this.hide(m,!0)})),this.scrollHandler.bindScrollListener()}unbindScrollListener(){this.scrollHandler&&this.scrollHandler.unbindScrollListener()}bindDocumentClickListener(){this.documentClickListener||(this.documentClickListener=this.renderer.listen(this.document,"click",m=>{const R=!(this.targetEl&&(this.targetEl.isSameNode(m.target)||!this.isOverlayClicked&&this.targetEl.contains(m.target))||this.isOverlayContentClicked);(this.listener?this.listener(m,{type:"outside",mode:this.overlayMode,valid:3!==m.which&&R}):R)&&this.hide(m),this.isOverlayClicked=this.isOverlayContentClicked=!1}))}unbindDocumentClickListener(){this.documentClickListener&&(this.documentClickListener(),this.documentClickListener=null)}bindDocumentResizeListener(){this.documentResizeListener||(this.documentResizeListener=this.renderer.listen(this.window,"resize",m=>{(this.listener?this.listener(m,{type:"resize",mode:this.overlayMode,valid:!Fe.isTouchDevice()}):!Fe.isTouchDevice())&&this.hide(m,!0)}))}unbindDocumentResizeListener(){this.documentResizeListener&&(this.documentResizeListener(),this.documentResizeListener=null)}bindDocumentKeyboardListener(){this.documentKeyboardListener||this.zone.runOutsideAngular(()=>{this.documentKeyboardListener=this.renderer.listen(this.window,"keydown",m=>{!1!==this.overlayOptions.hideOnEscape&&"Escape"===m.code&&(this.listener?this.listener(m,{type:"keydown",mode:this.overlayMode,valid:!Fe.isTouchDevice()}):!Fe.isTouchDevice())&&this.zone.run(()=>{this.hide(m,!0)})})})}unbindDocumentKeyboardListener(){this.documentKeyboardListener&&(this.documentKeyboardListener(),this.documentKeyboardListener=null)}ngOnDestroy(){this.hide(this.overlayEl,!0),this.overlayEl&&(Fe.appendOverlay(this.overlayEl,this.targetEl,this.appendTo),ue.clear(this.overlayEl)),this.scrollHandler&&(this.scrollHandler.destroy(),this.scrollHandler=null),this.unbindListeners()}static \u0275fac=function(x){return new(x||H)(o.Y36(u.K0),o.Y36(o.Lbi),o.Y36(o.SBq),o.Y36(o.Qsj),o.Y36(xe),o.Y36(Ue),o.Y36(o.sBO),o.Y36(o.R0b))};static \u0275cmp=o.Xpm({type:H,selectors:[["p-overlay"]],contentQueries:function(x,R,ae){if(1&x&&o.Suo(ae,We,4),2&x){let gt;o.iGM(gt=o.CRH())&&(R.templates=gt)}},viewQuery:function(x,R){if(1&x&&(o.Gf(gn,5),o.Gf(Gn,5)),2&x){let ae;o.iGM(ae=o.CRH())&&(R.overlayViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.contentViewChild=ae.first)}},hostAttrs:[1,"p-element"],inputs:{visible:"visible",mode:"mode",style:"style",styleClass:"styleClass",contentStyle:"contentStyle",contentStyleClass:"contentStyleClass",target:"target",appendTo:"appendTo",autoZIndex:"autoZIndex",baseZIndex:"baseZIndex",showTransitionOptions:"showTransitionOptions",hideTransitionOptions:"hideTransitionOptions",listener:"listener",responsive:"responsive",options:"options"},outputs:{visibleChange:"visibleChange",onBeforeShow:"onBeforeShow",onShow:"onShow",onBeforeHide:"onBeforeHide",onHide:"onHide",onAnimationStart:"onAnimationStart",onAnimationDone:"onAnimationDone"},features:[o._Bn([it])],ngContentSelectors:or,decls:1,vars:1,consts:[[3,"ngStyle","class","ngClass","click",4,"ngIf"],[3,"ngStyle","ngClass","click"],["overlay",""],["content",""],[4,"ngTemplateOutlet","ngTemplateOutletContext"]],template:function(x,R){1&x&&(o.F$t(),o.YNc(0,bi,3,20,"div",0)),2&x&&o.Q6J("ngIf",R.modalVisible)},dependencies:[u.mk,u.O5,u.tP,u.PC],styles:["@layer primeng{.p-overlay{position:absolute;top:0;left:0}.p-overlay-modal{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%}.p-overlay-content{transform-origin:inherit}.p-overlay-modal>.p-overlay-content{z-index:1;width:90%}.p-overlay-top{align-items:flex-start}.p-overlay-top-start{align-items:flex-start;justify-content:flex-start}.p-overlay-top-end{align-items:flex-start;justify-content:flex-end}.p-overlay-bottom{align-items:flex-end}.p-overlay-bottom-start{align-items:flex-end;justify-content:flex-start}.p-overlay-bottom-end{align-items:flex-end;justify-content:flex-end}.p-overlay-left{justify-content:flex-start}.p-overlay-left-start{justify-content:flex-start;align-items:flex-start}.p-overlay-left-end{justify-content:flex-start;align-items:flex-end}.p-overlay-right{justify-content:flex-end}.p-overlay-right-start{justify-content:flex-end;align-items:flex-start}.p-overlay-right-end{justify-content:flex-end;align-items:flex-end}}\n"],encapsulation:2,data:{animation:[(0,Gt.X$)("overlayContentAnimation",[(0,Gt.eR)(":enter",[(0,Gt._7)(wt)]),(0,Gt.eR)(":leave",[(0,Gt._7)(Vt)])])]},changeDetection:0})}return H})(),Vn=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez,Ke,Ke]})}return H})(),Di=(()=>{class H{document;platformId;renderer;el;zone;config;constructor(m,x,R,ae,gt,pn){this.document=m,this.platformId=x,this.renderer=R,this.el=ae,this.zone=gt,this.config=pn}animationListener;mouseDownListener;timeout;ngAfterViewInit(){(0,u.NF)(this.platformId)&&this.config&&this.config.ripple&&this.zone.runOutsideAngular(()=>{this.create(),this.mouseDownListener=this.renderer.listen(this.el.nativeElement,"mousedown",this.onMouseDown.bind(this))})}onMouseDown(m){let x=this.getInk();if(!x||"none"===this.document.defaultView?.getComputedStyle(x,null).display)return;if(Fe.removeClass(x,"p-ink-active"),!Fe.getHeight(x)&&!Fe.getWidth(x)){let pn=Math.max(Fe.getOuterWidth(this.el.nativeElement),Fe.getOuterHeight(this.el.nativeElement));x.style.height=pn+"px",x.style.width=pn+"px"}let R=Fe.getOffset(this.el.nativeElement),ae=m.pageX-R.left+this.document.body.scrollTop-Fe.getWidth(x)/2,gt=m.pageY-R.top+this.document.body.scrollLeft-Fe.getHeight(x)/2;this.renderer.setStyle(x,"top",gt+"px"),this.renderer.setStyle(x,"left",ae+"px"),Fe.addClass(x,"p-ink-active"),this.timeout=setTimeout(()=>{let pn=this.getInk();pn&&Fe.removeClass(pn,"p-ink-active")},401)}getInk(){const m=this.el.nativeElement.children;for(let x=0;x{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez]})}return H})(),Bi=(()=>{class H extends $n{pathId;ngOnInit(){this.pathId="url(#"+ee()+")"}static \u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static \u0275cmp=o.Xpm({type:H,selectors:[["SpinnerIcon"]],standalone:!0,features:[o.qOj,o.jDz],decls:6,vars:7,consts:[["width","14","height","14","viewBox","0 0 14 14","fill","none","xmlns","http://www.w3.org/2000/svg"],["d","M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z","fill","currentColor"],[3,"id"],["width","14","height","14","fill","white"]],template:function(x,R){1&x&&(o.O4$(),o.TgZ(0,"svg",0)(1,"g"),o._UZ(2,"path",1),o.qZA(),o.TgZ(3,"defs")(4,"clipPath",2),o._UZ(5,"rect",3),o.qZA()()()),2&x&&(o.Tol(R.getClassNames()),o.uIk("aria-label",R.ariaLabel)("aria-hidden",R.ariaHidden)("role",R.role),o.xp6(1),o.uIk("clip-path",R.pathId),o.xp6(3),o.Q6J("id",R.pathId))},encapsulation:2})}return H})();const wr=["element"],ts=["content"];function Ji(H,Ge){1&H&&o.GkF(0)}const Qi=function(H,Ge){return{$implicit:H,options:Ge}};function zo(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,Ji,1,0,"ng-container",7),o.BQk()),2&H){const m=o.oxw(2);o.xp6(1),o.Q6J("ngTemplateOutlet",m.contentTemplate)("ngTemplateOutletContext",o.WLB(2,Qi,m.loadedItems,m.getContentOptions()))}}function Us(H,Ge){1&H&&o.GkF(0)}function Xs(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,Us,1,0,"ng-container",7),o.BQk()),2&H){const m=Ge.$implicit,x=Ge.index,R=o.oxw(3);o.xp6(1),o.Q6J("ngTemplateOutlet",R.itemTemplate)("ngTemplateOutletContext",o.WLB(2,Qi,m,R.getOptions(x)))}}const Ts=function(H){return{"p-scroller-loading":H}};function Jo(H,Ge){if(1&H&&(o.TgZ(0,"div",8,9),o.YNc(2,Xs,2,5,"ng-container",10),o.qZA()),2&H){const m=o.oxw(2);o.Q6J("ngClass",o.VKq(5,Ts,m.d_loading))("ngStyle",m.contentStyle),o.uIk("data-pc-section","content"),o.xp6(2),o.Q6J("ngForOf",m.loadedItems)("ngForTrackBy",m._trackBy||m.index)}}function Yt(H,Ge){if(1&H&&o._UZ(0,"div",11),2&H){const m=o.oxw(2);o.Q6J("ngStyle",m.spacerStyle),o.uIk("data-pc-section","spacer")}}function Ln(H,Ge){1&H&&o.GkF(0)}const vi=function(H){return{numCols:H}},Ti=function(H){return{options:H}};function kr(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,Ln,1,0,"ng-container",7),o.BQk()),2&H){const m=Ge.index,x=o.oxw(4);o.xp6(1),o.Q6J("ngTemplateOutlet",x.loaderTemplate)("ngTemplateOutletContext",o.VKq(4,Ti,x.getLoaderOptions(m,x.both&&o.VKq(2,vi,x._numItemsInViewport.cols))))}}function pr(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,kr,2,6,"ng-container",14),o.BQk()),2&H){const m=o.oxw(3);o.xp6(1),o.Q6J("ngForOf",m.loaderArr)}}function an(H,Ge){1&H&&o.GkF(0)}const Ot=function(){return{styleClass:"p-scroller-loading-icon"}};function St(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,an,1,0,"ng-container",7),o.BQk()),2&H){const m=o.oxw(4);o.xp6(1),o.Q6J("ngTemplateOutlet",m.loaderIconTemplate)("ngTemplateOutletContext",o.VKq(3,Ti,o.DdM(2,Ot)))}}function Wt(H,Ge){1&H&&o._UZ(0,"SpinnerIcon",16),2&H&&(o.Q6J("styleClass","p-scroller-loading-icon"),o.uIk("data-pc-section","loadingIcon"))}function qe(H,Ge){if(1&H&&(o.YNc(0,St,2,5,"ng-container",0),o.YNc(1,Wt,1,2,"ng-template",null,15,o.W1O)),2&H){const m=o.MAs(2),x=o.oxw(3);o.Q6J("ngIf",x.loaderIconTemplate)("ngIfElse",m)}}const lt=function(H){return{"p-component-overlay":H}};function Bt(H,Ge){if(1&H&&(o.TgZ(0,"div",12),o.YNc(1,pr,2,1,"ng-container",0),o.YNc(2,qe,3,2,"ng-template",null,13,o.W1O),o.qZA()),2&H){const m=o.MAs(3),x=o.oxw(2);o.Q6J("ngClass",o.VKq(4,lt,!x.loaderTemplate)),o.uIk("data-pc-section","loader"),o.xp6(1),o.Q6J("ngIf",x.loaderTemplate)("ngIfElse",m)}}const yn=function(H,Ge,m){return{"p-scroller":!0,"p-scroller-inline":H,"p-both-scroll":Ge,"p-horizontal-scroll":m}};function Dn(H,Ge){if(1&H){const m=o.EpF();o.ynx(0),o.TgZ(1,"div",2,3),o.NdJ("scroll",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onContainerScroll(R))}),o.YNc(3,zo,2,5,"ng-container",0),o.YNc(4,Jo,3,7,"ng-template",null,4,o.W1O),o.YNc(6,Yt,1,2,"div",5),o.YNc(7,Bt,4,6,"div",6),o.qZA(),o.BQk()}if(2&H){const m=o.MAs(5),x=o.oxw();o.xp6(1),o.Tol(x._styleClass),o.Q6J("ngStyle",x._style)("ngClass",o.kEZ(12,yn,x.inline,x.both,x.horizontal)),o.uIk("id",x._id)("tabindex",x.tabindex)("data-pc-name","scroller")("data-pc-section","root"),o.xp6(2),o.Q6J("ngIf",x.contentTemplate)("ngIfElse",m),o.xp6(3),o.Q6J("ngIf",x._showSpacer),o.xp6(1),o.Q6J("ngIf",!x.loaderDisabled&&x._showLoader&&x.d_loading)}}function si(H,Ge){1&H&&o.GkF(0)}const mr=function(H,Ge){return{rows:H,columns:Ge}};function Dr(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,si,1,0,"ng-container",7),o.BQk()),2&H){const m=o.oxw(2);o.xp6(1),o.Q6J("ngTemplateOutlet",m.contentTemplate)("ngTemplateOutletContext",o.WLB(5,Qi,m.items,o.WLB(2,mr,m._items,m.loadedColumns)))}}function ao(H,Ge){if(1&H&&(o.Hsn(0),o.YNc(1,Dr,2,8,"ng-container",17)),2&H){const m=o.oxw();o.xp6(1),o.Q6J("ngIf",m.contentTemplate)}}const Cn=["*"];let It=(()=>{class H{document;platformId;renderer;cd;zone;get id(){return this._id}set id(m){this._id=m}get style(){return this._style}set style(m){this._style=m}get styleClass(){return this._styleClass}set styleClass(m){this._styleClass=m}get tabindex(){return this._tabindex}set tabindex(m){this._tabindex=m}get items(){return this._items}set items(m){this._items=m}get itemSize(){return this._itemSize}set itemSize(m){this._itemSize=m}get scrollHeight(){return this._scrollHeight}set scrollHeight(m){this._scrollHeight=m}get scrollWidth(){return this._scrollWidth}set scrollWidth(m){this._scrollWidth=m}get orientation(){return this._orientation}set orientation(m){this._orientation=m}get step(){return this._step}set step(m){this._step=m}get delay(){return this._delay}set delay(m){this._delay=m}get resizeDelay(){return this._resizeDelay}set resizeDelay(m){this._resizeDelay=m}get appendOnly(){return this._appendOnly}set appendOnly(m){this._appendOnly=m}get inline(){return this._inline}set inline(m){this._inline=m}get lazy(){return this._lazy}set lazy(m){this._lazy=m}get disabled(){return this._disabled}set disabled(m){this._disabled=m}get loaderDisabled(){return this._loaderDisabled}set loaderDisabled(m){this._loaderDisabled=m}get columns(){return this._columns}set columns(m){this._columns=m}get showSpacer(){return this._showSpacer}set showSpacer(m){this._showSpacer=m}get showLoader(){return this._showLoader}set showLoader(m){this._showLoader=m}get numToleratedItems(){return this._numToleratedItems}set numToleratedItems(m){this._numToleratedItems=m}get loading(){return this._loading}set loading(m){this._loading=m}get autoSize(){return this._autoSize}set autoSize(m){this._autoSize=m}get trackBy(){return this._trackBy}set trackBy(m){this._trackBy=m}get options(){return this._options}set options(m){this._options=m,m&&"object"==typeof m&&Object.entries(m).forEach(([x,R])=>this[`_${x}`]!==R&&(this[`_${x}`]=R))}onLazyLoad=new o.vpe;onScroll=new o.vpe;onScrollIndexChange=new o.vpe;elementViewChild;contentViewChild;templates;_id;_style;_styleClass;_tabindex=0;_items;_itemSize=0;_scrollHeight;_scrollWidth;_orientation="vertical";_step=0;_delay=0;_resizeDelay=10;_appendOnly=!1;_inline=!1;_lazy=!1;_disabled=!1;_loaderDisabled=!1;_columns;_showSpacer=!0;_showLoader=!1;_numToleratedItems;_loading;_autoSize=!1;_trackBy;_options;d_loading=!1;d_numToleratedItems;contentEl;contentTemplate;itemTemplate;loaderTemplate;loaderIconTemplate;first=0;last=0;page=0;isRangeChanged=!1;numItemsInViewport=0;lastScrollPos=0;lazyLoadState={};loaderArr=[];spacerStyle={};contentStyle={};scrollTimeout;resizeTimeout;initialized=!1;windowResizeListener;defaultWidth;defaultHeight;defaultContentWidth;defaultContentHeight;get vertical(){return"vertical"===this._orientation}get horizontal(){return"horizontal"===this._orientation}get both(){return"both"===this._orientation}get loadedItems(){return this._items&&!this.d_loading?this.both?this._items.slice(this._appendOnly?0:this.first.rows,this.last.rows).map(m=>this._columns?m:m.slice(this._appendOnly?0:this.first.cols,this.last.cols)):this.horizontal&&this._columns?this._items:this._items.slice(this._appendOnly?0:this.first,this.last):[]}get loadedRows(){return this.d_loading?this._loaderDisabled?this.loaderArr:[]:this.loadedItems}get loadedColumns(){return this._columns&&(this.both||this.horizontal)?this.d_loading&&this._loaderDisabled?this.both?this.loaderArr[0]:this.loaderArr:this._columns.slice(this.both?this.first.cols:this.first,this.both?this.last.cols:this.last):this._columns}get isPageChanged(){return!this._step||this.page!==this.getPageByFirst()}constructor(m,x,R,ae,gt){this.document=m,this.platformId=x,this.renderer=R,this.cd=ae,this.zone=gt}ngOnInit(){this.setInitialState()}ngOnChanges(m){let x=!1;if(m.loading){const{previousValue:R,currentValue:ae}=m.loading;this.lazy&&R!==ae&&ae!==this.d_loading&&(this.d_loading=ae,x=!0)}if(m.orientation&&(this.lastScrollPos=this.both?{top:0,left:0}:0),m.numToleratedItems){const{previousValue:R,currentValue:ae}=m.numToleratedItems;R!==ae&&ae!==this.d_numToleratedItems&&(this.d_numToleratedItems=ae)}if(m.options){const{previousValue:R,currentValue:ae}=m.options;this.lazy&&R?.loading!==ae?.loading&&ae?.loading!==this.d_loading&&(this.d_loading=ae.loading,x=!0),R?.numToleratedItems!==ae?.numToleratedItems&&ae?.numToleratedItems!==this.d_numToleratedItems&&(this.d_numToleratedItems=ae.numToleratedItems)}this.initialized&&!x&&(m.items?.previousValue?.length!==m.items?.currentValue?.length||m.itemSize||m.scrollHeight||m.scrollWidth)&&(this.init(),this.calculateAutoSize())}ngAfterContentInit(){this.templates.forEach(m=>{switch(m.getType()){case"content":this.contentTemplate=m.template;break;case"item":default:this.itemTemplate=m.template;break;case"loader":this.loaderTemplate=m.template;break;case"loadericon":this.loaderIconTemplate=m.template}})}ngAfterViewInit(){Promise.resolve().then(()=>{this.viewInit()})}ngAfterViewChecked(){this.initialized||this.viewInit()}ngOnDestroy(){this.unbindResizeListener(),this.contentEl=null,this.initialized=!1}viewInit(){(0,u.NF)(this.platformId)&&Fe.isVisible(this.elementViewChild?.nativeElement)&&(this.setInitialState(),this.setContentEl(this.contentEl),this.init(),this.defaultWidth=Fe.getWidth(this.elementViewChild?.nativeElement),this.defaultHeight=Fe.getHeight(this.elementViewChild?.nativeElement),this.defaultContentWidth=Fe.getWidth(this.contentEl),this.defaultContentHeight=Fe.getHeight(this.contentEl),this.initialized=!0)}init(){this._disabled||(this.setSize(),this.calculateOptions(),this.setSpacerSize(),this.bindResizeListener(),this.cd.detectChanges())}setContentEl(m){this.contentEl=m||this.contentViewChild?.nativeElement||Fe.findSingle(this.elementViewChild?.nativeElement,".p-scroller-content")}setInitialState(){this.first=this.both?{rows:0,cols:0}:0,this.last=this.both?{rows:0,cols:0}:0,this.numItemsInViewport=this.both?{rows:0,cols:0}:0,this.lastScrollPos=this.both?{top:0,left:0}:0,this.d_loading=this._loading||!1,this.d_numToleratedItems=this._numToleratedItems,this.loaderArr=[],this.spacerStyle={},this.contentStyle={}}getElementRef(){return this.elementViewChild}getPageByFirst(){return Math.floor((this.first+4*this.d_numToleratedItems)/(this._step||1))}scrollTo(m){this.lastScrollPos=this.both?{top:0,left:0}:0,this.elementViewChild?.nativeElement?.scrollTo(m)}scrollToIndex(m,x="auto"){const{numToleratedItems:R}=this.calculateNumItems(),ae=this.getContentPosition(),gt=(ar=0,Br)=>ar<=Br?0:ar,pn=(ar,Br,Qo)=>ar*Br+Qo,li=(ar=0,Br=0)=>this.scrollTo({left:ar,top:Br,behavior:x});let er=0;this.both?(er={rows:gt(m[0],R[0]),cols:gt(m[1],R[1])},li(pn(er.cols,this._itemSize[1],ae.left),pn(er.rows,this._itemSize[0],ae.top))):(er=gt(m,R),this.horizontal?li(pn(er,this._itemSize,ae.left),0):li(0,pn(er,this._itemSize,ae.top))),this.isRangeChanged=this.first!==er,this.first=er}scrollInView(m,x,R="auto"){if(x){const{first:ae,viewport:gt}=this.getRenderedRange(),pn=(ar=0,Br=0)=>this.scrollTo({left:ar,top:Br,behavior:R}),er="to-end"===x;if("to-start"===x){if(this.both)gt.first.rows-ae.rows>m[0]?pn(gt.first.cols*this._itemSize[1],(gt.first.rows-1)*this._itemSize[0]):gt.first.cols-ae.cols>m[1]&&pn((gt.first.cols-1)*this._itemSize[1],gt.first.rows*this._itemSize[0]);else if(gt.first-ae>m){const ar=(gt.first-1)*this._itemSize;this.horizontal?pn(ar,0):pn(0,ar)}}else if(er)if(this.both)gt.last.rows-ae.rows<=m[0]+1?pn(gt.first.cols*this._itemSize[1],(gt.first.rows+1)*this._itemSize[0]):gt.last.cols-ae.cols<=m[1]+1&&pn((gt.first.cols+1)*this._itemSize[1],gt.first.rows*this._itemSize[0]);else if(gt.last-ae<=m+1){const ar=(gt.first+1)*this._itemSize;this.horizontal?pn(ar,0):pn(0,ar)}}else this.scrollToIndex(m,R)}getRenderedRange(){const m=(ae,gt)=>Math.floor(ae/(gt||ae));let x=this.first,R=0;if(this.elementViewChild?.nativeElement){const{scrollTop:ae,scrollLeft:gt}=this.elementViewChild.nativeElement;this.both?(x={rows:m(ae,this._itemSize[0]),cols:m(gt,this._itemSize[1])},R={rows:x.rows+this.numItemsInViewport.rows,cols:x.cols+this.numItemsInViewport.cols}):(x=m(this.horizontal?gt:ae,this._itemSize),R=x+this.numItemsInViewport)}return{first:this.first,last:this.last,viewport:{first:x,last:R}}}calculateNumItems(){const m=this.getContentPosition(),x=(this.elementViewChild?.nativeElement?this.elementViewChild.nativeElement.offsetWidth-m.left:0)||0,R=(this.elementViewChild?.nativeElement?this.elementViewChild.nativeElement.offsetHeight-m.top:0)||0,ae=(er,ar)=>Math.ceil(er/(ar||er)),gt=er=>Math.ceil(er/2),pn=this.both?{rows:ae(R,this._itemSize[0]),cols:ae(x,this._itemSize[1])}:ae(this.horizontal?x:R,this._itemSize);return{numItemsInViewport:pn,numToleratedItems:this.d_numToleratedItems||(this.both?[gt(pn.rows),gt(pn.cols)]:gt(pn))}}calculateOptions(){const{numItemsInViewport:m,numToleratedItems:x}=this.calculateNumItems(),R=(pn,li,er,ar=!1)=>this.getLast(pn+li+(pnArray.from({length:m.cols})):Array.from({length:m})),this._lazy&&Promise.resolve().then(()=>{this.lazyLoadState={first:this._step?this.both?{rows:0,cols:ae.cols}:0:ae,last:Math.min(this._step?this._step:this.last,this.items.length)},this.handleEvents("onLazyLoad",this.lazyLoadState)})}calculateAutoSize(){this._autoSize&&!this.d_loading&&Promise.resolve().then(()=>{if(this.contentEl){this.contentEl.style.minHeight=this.contentEl.style.minWidth="auto",this.contentEl.style.position="relative",this.elementViewChild.nativeElement.style.contain="none";const[m,x]=[Fe.getWidth(this.contentEl),Fe.getHeight(this.contentEl)];m!==this.defaultContentWidth&&(this.elementViewChild.nativeElement.style.width=""),x!==this.defaultContentHeight&&(this.elementViewChild.nativeElement.style.height="");const[R,ae]=[Fe.getWidth(this.elementViewChild.nativeElement),Fe.getHeight(this.elementViewChild.nativeElement)];(this.both||this.horizontal)&&(this.elementViewChild.nativeElement.style.width=Rthis.elementViewChild.nativeElement.style[gt]=pn;this.both||this.horizontal?(ae("height",R),ae("width",x)):ae("height",R)}}setSpacerSize(){if(this._items){const m=this.getContentPosition(),x=(R,ae,gt,pn=0)=>this.spacerStyle={...this.spacerStyle,[`${R}`]:(ae||[]).length*gt+pn+"px"};this.both?(x("height",this._items,this._itemSize[0],m.y),x("width",this._columns||this._items[1],this._itemSize[1],m.x)):this.horizontal?x("width",this._columns||this._items,this._itemSize,m.x):x("height",this._items,this._itemSize,m.y)}}setContentPosition(m){if(this.contentEl&&!this._appendOnly){const x=m?m.first:this.first,R=(gt,pn)=>gt*pn,ae=(gt=0,pn=0)=>this.contentStyle={...this.contentStyle,transform:`translate3d(${gt}px, ${pn}px, 0)`};if(this.both)ae(R(x.cols,this._itemSize[1]),R(x.rows,this._itemSize[0]));else{const gt=R(x,this._itemSize);this.horizontal?ae(gt,0):ae(0,gt)}}}onScrollPositionChange(m){const x=m.target,R=this.getContentPosition(),ae=(as,da)=>as?as>da?as-da:as:0,gt=(as,da)=>Math.floor(as/(da||as)),pn=(as,da,Ga,nc,Ya,cl)=>as<=Ya?Ya:cl?Ga-nc-Ya:da+Ya-1,li=(as,da,Ga,nc,Ya,cl,W1)=>as<=cl?0:Math.max(0,W1?asda?Ga:as-2*cl),er=(as,da,Ga,nc,Ya,cl=!1)=>{let W1=da+nc+2*Ya;return as>=Ya&&(W1+=Ya+1),this.getLast(W1,cl)},ar=ae(x.scrollTop,R.top),Br=ae(x.scrollLeft,R.left);let Qo=this.both?{rows:0,cols:0}:0,Vo=this.last,Zs=!1,sa=this.lastScrollPos;if(this.both){const as=this.lastScrollPos.top<=ar,da=this.lastScrollPos.left<=Br;if(!this._appendOnly||this._appendOnly&&(as||da)){const Ga={rows:gt(ar,this._itemSize[0]),cols:gt(Br,this._itemSize[1])},nc={rows:pn(Ga.rows,this.first.rows,this.last.rows,this.numItemsInViewport.rows,this.d_numToleratedItems[0],as),cols:pn(Ga.cols,this.first.cols,this.last.cols,this.numItemsInViewport.cols,this.d_numToleratedItems[1],da)};Qo={rows:li(Ga.rows,nc.rows,this.first.rows,0,0,this.d_numToleratedItems[0],as),cols:li(Ga.cols,nc.cols,this.first.cols,0,0,this.d_numToleratedItems[1],da)},Vo={rows:er(Ga.rows,Qo.rows,0,this.numItemsInViewport.rows,this.d_numToleratedItems[0]),cols:er(Ga.cols,Qo.cols,0,this.numItemsInViewport.cols,this.d_numToleratedItems[1],!0)},Zs=Qo.rows!==this.first.rows||Vo.rows!==this.last.rows||Qo.cols!==this.first.cols||Vo.cols!==this.last.cols||this.isRangeChanged,sa={top:ar,left:Br}}}else{const as=this.horizontal?Br:ar,da=this.lastScrollPos<=as;if(!this._appendOnly||this._appendOnly&&da){const Ga=gt(as,this._itemSize);Qo=li(Ga,pn(Ga,this.first,this.last,this.numItemsInViewport,this.d_numToleratedItems,da),this.first,0,0,this.d_numToleratedItems,da),Vo=er(Ga,Qo,0,this.numItemsInViewport,this.d_numToleratedItems),Zs=Qo!==this.first||Vo!==this.last||this.isRangeChanged,sa=as}}return{first:Qo,last:Vo,isRangeChanged:Zs,scrollPos:sa}}onScrollChange(m){const{first:x,last:R,isRangeChanged:ae,scrollPos:gt}=this.onScrollPositionChange(m);if(ae){const pn={first:x,last:R};if(this.setContentPosition(pn),this.first=x,this.last=R,this.lastScrollPos=gt,this.handleEvents("onScrollIndexChange",pn),this._lazy&&this.isPageChanged){const li={first:this._step?Math.min(this.getPageByFirst()*this._step,this.items.length-this._step):x,last:Math.min(this._step?(this.getPageByFirst()+1)*this._step:R,this.items.length)};(this.lazyLoadState.first!==li.first||this.lazyLoadState.last!==li.last)&&this.handleEvents("onLazyLoad",li),this.lazyLoadState=li}}}onContainerScroll(m){if(this.handleEvents("onScroll",{originalEvent:m}),this._delay&&this.isPageChanged){if(this.scrollTimeout&&clearTimeout(this.scrollTimeout),!this.d_loading&&this.showLoader){const{isRangeChanged:x}=this.onScrollPositionChange(m);(x||this._step&&this.isPageChanged)&&(this.d_loading=!0,this.cd.detectChanges())}this.scrollTimeout=setTimeout(()=>{this.onScrollChange(m),this.d_loading&&this.showLoader&&(!this._lazy||void 0===this._loading)&&(this.d_loading=!1,this.page=this.getPageByFirst(),this.cd.detectChanges())},this._delay)}else!this.d_loading&&this.onScrollChange(m)}bindResizeListener(){(0,u.NF)(this.platformId)&&(this.windowResizeListener||this.zone.runOutsideAngular(()=>{const m=this.document.defaultView,x=Fe.isTouchDevice()?"orientationchange":"resize";this.windowResizeListener=this.renderer.listen(m,x,this.onWindowResize.bind(this))}))}unbindResizeListener(){this.windowResizeListener&&(this.windowResizeListener(),this.windowResizeListener=null)}onWindowResize(){this.resizeTimeout&&clearTimeout(this.resizeTimeout),this.resizeTimeout=setTimeout(()=>{if(Fe.isVisible(this.elementViewChild?.nativeElement)){const[m,x]=[Fe.getWidth(this.elementViewChild?.nativeElement),Fe.getHeight(this.elementViewChild?.nativeElement)],[R,ae]=[m!==this.defaultWidth,x!==this.defaultHeight];(this.both?R||ae:this.horizontal?R:this.vertical&&ae)&&this.zone.run(()=>{this.d_numToleratedItems=this._numToleratedItems,this.defaultWidth=m,this.defaultHeight=x,this.defaultContentWidth=Fe.getWidth(this.contentEl),this.defaultContentHeight=Fe.getHeight(this.contentEl),this.init()})}},this._resizeDelay)}handleEvents(m,x){return this.options&&this.options[m]?this.options[m](x):this[m].emit(x)}getContentOptions(){return{contentStyleClass:"p-scroller-content "+(this.d_loading?"p-scroller-loading":""),items:this.loadedItems,getItemOptions:m=>this.getOptions(m),loading:this.d_loading,getLoaderOptions:(m,x)=>this.getLoaderOptions(m,x),itemSize:this._itemSize,rows:this.loadedRows,columns:this.loadedColumns,spacerStyle:this.spacerStyle,contentStyle:this.contentStyle,vertical:this.vertical,horizontal:this.horizontal,both:this.both}}getOptions(m){const x=(this._items||[]).length,R=this.both?this.first.rows+m:this.first+m;return{index:R,count:x,first:0===R,last:R===x-1,even:R%2==0,odd:R%2!=0}}getLoaderOptions(m,x){const R=this.loaderArr.length;return{index:m,count:R,first:0===m,last:m===R-1,even:m%2==0,odd:m%2!=0,...x}}static \u0275fac=function(x){return new(x||H)(o.Y36(u.K0),o.Y36(o.Lbi),o.Y36(o.Qsj),o.Y36(o.sBO),o.Y36(o.R0b))};static \u0275cmp=o.Xpm({type:H,selectors:[["p-scroller"]],contentQueries:function(x,R,ae){if(1&x&&o.Suo(ae,We,4),2&x){let gt;o.iGM(gt=o.CRH())&&(R.templates=gt)}},viewQuery:function(x,R){if(1&x&&(o.Gf(wr,5),o.Gf(ts,5)),2&x){let ae;o.iGM(ae=o.CRH())&&(R.elementViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.contentViewChild=ae.first)}},hostAttrs:[1,"p-scroller-viewport","p-element"],inputs:{id:"id",style:"style",styleClass:"styleClass",tabindex:"tabindex",items:"items",itemSize:"itemSize",scrollHeight:"scrollHeight",scrollWidth:"scrollWidth",orientation:"orientation",step:"step",delay:"delay",resizeDelay:"resizeDelay",appendOnly:"appendOnly",inline:"inline",lazy:"lazy",disabled:"disabled",loaderDisabled:"loaderDisabled",columns:"columns",showSpacer:"showSpacer",showLoader:"showLoader",numToleratedItems:"numToleratedItems",loading:"loading",autoSize:"autoSize",trackBy:"trackBy",options:"options"},outputs:{onLazyLoad:"onLazyLoad",onScroll:"onScroll",onScrollIndexChange:"onScrollIndexChange"},features:[o.TTD],ngContentSelectors:Cn,decls:3,vars:2,consts:[[4,"ngIf","ngIfElse"],["disabledContainer",""],[3,"ngStyle","ngClass","scroll"],["element",""],["buildInContent",""],["class","p-scroller-spacer",3,"ngStyle",4,"ngIf"],["class","p-scroller-loader",3,"ngClass",4,"ngIf"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"p-scroller-content",3,"ngClass","ngStyle"],["content",""],[4,"ngFor","ngForOf","ngForTrackBy"],[1,"p-scroller-spacer",3,"ngStyle"],[1,"p-scroller-loader",3,"ngClass"],["buildInLoader",""],[4,"ngFor","ngForOf"],["buildInLoaderIcon",""],[3,"styleClass"],[4,"ngIf"]],template:function(x,R){if(1&x&&(o.F$t(),o.YNc(0,Dn,8,16,"ng-container",0),o.YNc(1,ao,2,1,"ng-template",null,1,o.W1O)),2&x){const ae=o.MAs(2);o.Q6J("ngIf",!R._disabled)("ngIfElse",ae)}},dependencies:function(){return[u.mk,u.sg,u.O5,u.tP,u.PC,Bi]},styles:["@layer primeng{p-scroller{flex:1;outline:0 none}.p-scroller{position:relative;overflow:auto;contain:strict;transform:translateZ(0);will-change:scroll-position;outline:0 none}.p-scroller-content{position:absolute;top:0;left:0;min-height:100%;min-width:100%;will-change:transform}.p-scroller-spacer{position:absolute;top:0;left:0;height:1px;width:1px;transform-origin:0 0;pointer-events:none}.p-scroller-loader{position:sticky;top:0;left:0;width:100%;height:100%}.p-scroller-loader.p-component-overlay{display:flex;align-items:center;justify-content:center}.p-scroller-loading-icon{scale:2}.p-scroller-inline .p-scroller-content{position:static}}\n"],encapsulation:2})}return H})(),Kt=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez,Ke,Bi,Ke]})}return H})(),Fn=(()=>{class H{platformId;el;zone;config;renderer;viewContainer;tooltipPosition;tooltipEvent="hover";appendTo;positionStyle;tooltipStyleClass;tooltipZIndex;escape=!0;showDelay;hideDelay;life;positionTop;positionLeft;autoHide=!0;fitContent=!0;hideOnEscape=!0;content;get disabled(){return this._disabled}set disabled(m){this._disabled=m,this.deactivate()}tooltipOptions;_tooltipOptions={tooltipLabel:null,tooltipPosition:"right",tooltipEvent:"hover",appendTo:"body",positionStyle:null,tooltipStyleClass:null,tooltipZIndex:"auto",escape:!0,disabled:null,showDelay:null,hideDelay:null,positionTop:null,positionLeft:null,life:null,autoHide:!0,hideOnEscape:!0,id:ee()+"_tooltip"};_disabled;container;styleClass;tooltipText;showTimeout;hideTimeout;active;mouseEnterListener;mouseLeaveListener;containerMouseleaveListener;clickListener;focusListener;blurListener;scrollHandler;resizeListener;constructor(m,x,R,ae,gt,pn){this.platformId=m,this.el=x,this.zone=R,this.config=ae,this.renderer=gt,this.viewContainer=pn}ngAfterViewInit(){(0,u.NF)(this.platformId)&&this.zone.runOutsideAngular(()=>{if("hover"===this.getOption("tooltipEvent"))this.mouseEnterListener=this.onMouseEnter.bind(this),this.mouseLeaveListener=this.onMouseLeave.bind(this),this.clickListener=this.onInputClick.bind(this),this.el.nativeElement.addEventListener("mouseenter",this.mouseEnterListener),this.el.nativeElement.addEventListener("click",this.clickListener),this.el.nativeElement.addEventListener("mouseleave",this.mouseLeaveListener);else if("focus"===this.getOption("tooltipEvent")){this.focusListener=this.onFocus.bind(this),this.blurListener=this.onBlur.bind(this);let m=this.getTarget(this.el.nativeElement);m.addEventListener("focus",this.focusListener),m.addEventListener("blur",this.blurListener)}})}ngOnChanges(m){m.tooltipPosition&&this.setOption({tooltipPosition:m.tooltipPosition.currentValue}),m.tooltipEvent&&this.setOption({tooltipEvent:m.tooltipEvent.currentValue}),m.appendTo&&this.setOption({appendTo:m.appendTo.currentValue}),m.positionStyle&&this.setOption({positionStyle:m.positionStyle.currentValue}),m.tooltipStyleClass&&this.setOption({tooltipStyleClass:m.tooltipStyleClass.currentValue}),m.tooltipZIndex&&this.setOption({tooltipZIndex:m.tooltipZIndex.currentValue}),m.escape&&this.setOption({escape:m.escape.currentValue}),m.showDelay&&this.setOption({showDelay:m.showDelay.currentValue}),m.hideDelay&&this.setOption({hideDelay:m.hideDelay.currentValue}),m.life&&this.setOption({life:m.life.currentValue}),m.positionTop&&this.setOption({positionTop:m.positionTop.currentValue}),m.positionLeft&&this.setOption({positionLeft:m.positionLeft.currentValue}),m.disabled&&this.setOption({disabled:m.disabled.currentValue}),m.content&&(this.setOption({tooltipLabel:m.content.currentValue}),this.active&&(m.content.currentValue?this.container&&this.container.offsetParent?(this.updateText(),this.align()):this.show():this.hide())),m.autoHide&&this.setOption({autoHide:m.autoHide.currentValue}),m.id&&this.setOption({id:m.id.currentValue}),m.tooltipOptions&&(this._tooltipOptions={...this._tooltipOptions,...m.tooltipOptions.currentValue},this.deactivate(),this.active&&(this.getOption("tooltipLabel")?this.container&&this.container.offsetParent?(this.updateText(),this.align()):this.show():this.hide()))}isAutoHide(){return this.getOption("autoHide")}onMouseEnter(m){!this.container&&!this.showTimeout&&this.activate()}onMouseLeave(m){(this.isAutoHide()||!(Fe.hasClass(m.relatedTarget,"p-tooltip")||Fe.hasClass(m.relatedTarget,"p-tooltip-text")||Fe.hasClass(m.relatedTarget,"p-tooltip-arrow")))&&this.deactivate()}onFocus(m){this.activate()}onBlur(m){this.deactivate()}onInputClick(m){this.deactivate()}onPressEscape(){this.hideOnEscape&&this.deactivate()}activate(){if(this.active=!0,this.clearHideTimeout(),this.getOption("showDelay")?this.showTimeout=setTimeout(()=>{this.show()},this.getOption("showDelay")):this.show(),this.getOption("life")){let m=this.getOption("showDelay")?this.getOption("life")+this.getOption("showDelay"):this.getOption("life");this.hideTimeout=setTimeout(()=>{this.hide()},m)}}deactivate(){this.active=!1,this.clearShowTimeout(),this.getOption("hideDelay")?(this.clearHideTimeout(),this.hideTimeout=setTimeout(()=>{this.hide()},this.getOption("hideDelay"))):this.hide()}create(){this.container&&(this.clearHideTimeout(),this.remove()),this.container=document.createElement("div"),this.container.setAttribute("id",this.getOption("id")),this.container.setAttribute("role","tooltip");let m=document.createElement("div");m.className="p-tooltip-arrow",this.container.appendChild(m),this.tooltipText=document.createElement("div"),this.tooltipText.className="p-tooltip-text",this.updateText(),this.getOption("positionStyle")&&(this.container.style.position=this.getOption("positionStyle")),this.container.appendChild(this.tooltipText),"body"===this.getOption("appendTo")?document.body.appendChild(this.container):"target"===this.getOption("appendTo")?Fe.appendChild(this.container,this.el.nativeElement):Fe.appendChild(this.container,this.getOption("appendTo")),this.container.style.display="inline-block",this.fitContent&&(this.container.style.width="fit-content"),this.isAutoHide()?this.container.style.pointerEvents="none":(this.container.style.pointerEvents="unset",this.bindContainerMouseleaveListener())}bindContainerMouseleaveListener(){this.containerMouseleaveListener||(this.containerMouseleaveListener=this.renderer.listen(this.container??this.container.nativeElement,"mouseleave",x=>{this.deactivate()}))}unbindContainerMouseleaveListener(){this.containerMouseleaveListener&&(this.bindContainerMouseleaveListener(),this.containerMouseleaveListener=null)}show(){!this.getOption("tooltipLabel")||this.getOption("disabled")||(this.create(),this.align(),Fe.fadeIn(this.container,250),"auto"===this.getOption("tooltipZIndex")?ue.set("tooltip",this.container,this.config.zIndex.tooltip):this.container.style.zIndex=this.getOption("tooltipZIndex"),this.bindDocumentResizeListener(),this.bindScrollListener())}hide(){"auto"===this.getOption("tooltipZIndex")&&ue.clear(this.container),this.remove()}updateText(){const m=this.getOption("tooltipLabel");if(m instanceof o.Rgc){const x=this.viewContainer.createEmbeddedView(m);x.detectChanges(),x.rootNodes.forEach(R=>this.tooltipText.appendChild(R))}else this.getOption("escape")?(this.tooltipText.innerHTML="",this.tooltipText.appendChild(document.createTextNode(m))):this.tooltipText.innerHTML=m}align(){switch(this.getOption("tooltipPosition")){case"top":this.alignTop(),this.isOutOfBounds()&&(this.alignBottom(),this.isOutOfBounds()&&(this.alignRight(),this.isOutOfBounds()&&this.alignLeft()));break;case"bottom":this.alignBottom(),this.isOutOfBounds()&&(this.alignTop(),this.isOutOfBounds()&&(this.alignRight(),this.isOutOfBounds()&&this.alignLeft()));break;case"left":this.alignLeft(),this.isOutOfBounds()&&(this.alignRight(),this.isOutOfBounds()&&(this.alignTop(),this.isOutOfBounds()&&this.alignBottom()));break;case"right":this.alignRight(),this.isOutOfBounds()&&(this.alignLeft(),this.isOutOfBounds()&&(this.alignTop(),this.isOutOfBounds()&&this.alignBottom()))}}getHostOffset(){if("body"===this.getOption("appendTo")||"target"===this.getOption("appendTo")){let m=this.el.nativeElement.getBoundingClientRect();return{left:m.left+Fe.getWindowScrollLeft(),top:m.top+Fe.getWindowScrollTop()}}return{left:0,top:0}}alignRight(){this.preAlign("right");let m=this.getHostOffset(),x=m.left+Fe.getOuterWidth(this.el.nativeElement),R=m.top+(Fe.getOuterHeight(this.el.nativeElement)-Fe.getOuterHeight(this.container))/2;this.container.style.left=x+this.getOption("positionLeft")+"px",this.container.style.top=R+this.getOption("positionTop")+"px"}alignLeft(){this.preAlign("left");let m=this.getHostOffset(),x=m.left-Fe.getOuterWidth(this.container),R=m.top+(Fe.getOuterHeight(this.el.nativeElement)-Fe.getOuterHeight(this.container))/2;this.container.style.left=x+this.getOption("positionLeft")+"px",this.container.style.top=R+this.getOption("positionTop")+"px"}alignTop(){this.preAlign("top");let m=this.getHostOffset(),x=m.left+(Fe.getOuterWidth(this.el.nativeElement)-Fe.getOuterWidth(this.container))/2,R=m.top-Fe.getOuterHeight(this.container);this.container.style.left=x+this.getOption("positionLeft")+"px",this.container.style.top=R+this.getOption("positionTop")+"px"}alignBottom(){this.preAlign("bottom");let m=this.getHostOffset(),x=m.left+(Fe.getOuterWidth(this.el.nativeElement)-Fe.getOuterWidth(this.container))/2,R=m.top+Fe.getOuterHeight(this.el.nativeElement);this.container.style.left=x+this.getOption("positionLeft")+"px",this.container.style.top=R+this.getOption("positionTop")+"px"}setOption(m){this._tooltipOptions={...this._tooltipOptions,...m}}getOption(m){return this._tooltipOptions[m]}getTarget(m){return Fe.hasClass(m,"p-inputwrapper")?Fe.findSingle(m,"input"):m}preAlign(m){this.container.style.left="-999px",this.container.style.top="-999px";let x="p-tooltip p-component p-tooltip-"+m;this.container.className=this.getOption("tooltipStyleClass")?x+" "+this.getOption("tooltipStyleClass"):x}isOutOfBounds(){let m=this.container.getBoundingClientRect(),x=m.top,R=m.left,ae=Fe.getOuterWidth(this.container),gt=Fe.getOuterHeight(this.container),pn=Fe.getViewport();return R+ae>pn.width||R<0||x<0||x+gt>pn.height}onWindowResize(m){this.hide()}bindDocumentResizeListener(){this.zone.runOutsideAngular(()=>{this.resizeListener=this.onWindowResize.bind(this),window.addEventListener("resize",this.resizeListener)})}unbindDocumentResizeListener(){this.resizeListener&&(window.removeEventListener("resize",this.resizeListener),this.resizeListener=null)}bindScrollListener(){this.scrollHandler||(this.scrollHandler=new $t(this.el.nativeElement,()=>{this.container&&this.hide()})),this.scrollHandler.bindScrollListener()}unbindScrollListener(){this.scrollHandler&&this.scrollHandler.unbindScrollListener()}unbindEvents(){if("hover"===this.getOption("tooltipEvent"))this.el.nativeElement.removeEventListener("mouseenter",this.mouseEnterListener),this.el.nativeElement.removeEventListener("mouseleave",this.mouseLeaveListener),this.el.nativeElement.removeEventListener("click",this.clickListener);else if("focus"===this.getOption("tooltipEvent")){let m=this.getTarget(this.el.nativeElement);m.removeEventListener("focus",this.focusListener),m.removeEventListener("blur",this.blurListener)}this.unbindDocumentResizeListener()}remove(){this.container&&this.container.parentElement&&("body"===this.getOption("appendTo")?document.body.removeChild(this.container):"target"===this.getOption("appendTo")?this.el.nativeElement.removeChild(this.container):Fe.removeChild(this.container,this.getOption("appendTo"))),this.unbindDocumentResizeListener(),this.unbindScrollListener(),this.unbindContainerMouseleaveListener(),this.clearTimeouts(),this.container=null,this.scrollHandler=null}clearShowTimeout(){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=null)}clearHideTimeout(){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=null)}clearTimeouts(){this.clearShowTimeout(),this.clearHideTimeout()}ngOnDestroy(){this.unbindEvents(),this.container&&ue.clear(this.container),this.remove(),this.scrollHandler&&(this.scrollHandler.destroy(),this.scrollHandler=null)}static \u0275fac=function(x){return new(x||H)(o.Y36(o.Lbi),o.Y36(o.SBq),o.Y36(o.R0b),o.Y36(xe),o.Y36(o.Qsj),o.Y36(o.s_b))};static \u0275dir=o.lG2({type:H,selectors:[["","pTooltip",""]],hostAttrs:[1,"p-element"],hostBindings:function(x,R){1&x&&o.NdJ("keydown.escape",function(gt){return R.onPressEscape(gt)},!1,o.evT)},inputs:{tooltipPosition:"tooltipPosition",tooltipEvent:"tooltipEvent",appendTo:"appendTo",positionStyle:"positionStyle",tooltipStyleClass:"tooltipStyleClass",tooltipZIndex:"tooltipZIndex",escape:"escape",showDelay:"showDelay",hideDelay:"hideDelay",life:"life",positionTop:"positionTop",positionLeft:"positionLeft",autoHide:"autoHide",fitContent:"fitContent",hideOnEscape:"hideOnEscape",content:["pTooltip","content"],disabled:["tooltipDisabled","disabled"],tooltipOptions:"tooltipOptions"},features:[o.TTD]})}return H})(),ui=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez]})}return H})(),oi=(()=>{class H extends $n{static \u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static \u0275cmp=o.Xpm({type:H,selectors:[["TimesIcon"]],standalone:!0,features:[o.qOj,o.jDz],decls:2,vars:5,consts:[["width","14","height","14","viewBox","0 0 14 14","fill","none","xmlns","http://www.w3.org/2000/svg"],["d","M8.01186 7.00933L12.27 2.75116C12.341 2.68501 12.398 2.60524 12.4375 2.51661C12.4769 2.42798 12.4982 2.3323 12.4999 2.23529C12.5016 2.13827 12.4838 2.0419 12.4474 1.95194C12.4111 1.86197 12.357 1.78024 12.2884 1.71163C12.2198 1.64302 12.138 1.58893 12.0481 1.55259C11.9581 1.51625 11.8617 1.4984 11.7647 1.50011C11.6677 1.50182 11.572 1.52306 11.4834 1.56255C11.3948 1.60204 11.315 1.65898 11.2488 1.72997L6.99067 5.98814L2.7325 1.72997C2.59553 1.60234 2.41437 1.53286 2.22718 1.53616C2.03999 1.53946 1.8614 1.61529 1.72901 1.74767C1.59663 1.88006 1.5208 2.05865 1.5175 2.24584C1.5142 2.43303 1.58368 2.61419 1.71131 2.75116L5.96948 7.00933L1.71131 11.2675C1.576 11.403 1.5 11.5866 1.5 11.7781C1.5 11.9696 1.576 12.1532 1.71131 12.2887C1.84679 12.424 2.03043 12.5 2.2219 12.5C2.41338 12.5 2.59702 12.424 2.7325 12.2887L6.99067 8.03052L11.2488 12.2887C11.3843 12.424 11.568 12.5 11.7594 12.5C11.9509 12.5 12.1346 12.424 12.27 12.2887C12.4053 12.1532 12.4813 11.9696 12.4813 11.7781C12.4813 11.5866 12.4053 11.403 12.27 11.2675L8.01186 7.00933Z","fill","currentColor"]],template:function(x,R){1&x&&(o.O4$(),o.TgZ(0,"svg",0),o._UZ(1,"path",1),o.qZA()),2&x&&(o.Tol(R.getClassNames()),o.uIk("aria-label",R.ariaLabel)("aria-hidden",R.ariaHidden)("role",R.role))},encapsulation:2})}return H})(),Jn=(()=>{class H extends $n{static \u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static \u0275cmp=o.Xpm({type:H,selectors:[["ChevronDownIcon"]],standalone:!0,features:[o.qOj,o.jDz],decls:2,vars:5,consts:[["width","14","height","14","viewBox","0 0 14 14","fill","none","xmlns","http://www.w3.org/2000/svg"],["d","M7.01744 10.398C6.91269 10.3985 6.8089 10.378 6.71215 10.3379C6.61541 10.2977 6.52766 10.2386 6.45405 10.1641L1.13907 4.84913C1.03306 4.69404 0.985221 4.5065 1.00399 4.31958C1.02276 4.13266 1.10693 3.95838 1.24166 3.82747C1.37639 3.69655 1.55301 3.61742 1.74039 3.60402C1.92777 3.59062 2.11386 3.64382 2.26584 3.75424L7.01744 8.47394L11.769 3.75424C11.9189 3.65709 12.097 3.61306 12.2748 3.62921C12.4527 3.64535 12.6199 3.72073 12.7498 3.84328C12.8797 3.96582 12.9647 4.12842 12.9912 4.30502C13.0177 4.48162 12.9841 4.662 12.8958 4.81724L7.58083 10.1322C7.50996 10.2125 7.42344 10.2775 7.32656 10.3232C7.22968 10.3689 7.12449 10.3944 7.01744 10.398Z","fill","currentColor"]],template:function(x,R){1&x&&(o.O4$(),o.TgZ(0,"svg",0),o._UZ(1,"path",1),o.qZA()),2&x&&(o.Tol(R.getClassNames()),o.uIk("aria-label",R.ariaLabel)("aria-hidden",R.ariaHidden)("role",R.role))},encapsulation:2})}return H})(),wi=(()=>{class H extends $n{pathId;ngOnInit(){this.pathId="url(#"+ee()+")"}static \u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static \u0275cmp=o.Xpm({type:H,selectors:[["SearchIcon"]],standalone:!0,features:[o.qOj,o.jDz],decls:6,vars:7,consts:[["width","14","height","14","viewBox","0 0 14 14","fill","none","xmlns","http://www.w3.org/2000/svg"],["fill-rule","evenodd","clip-rule","evenodd","d","M2.67602 11.0265C3.6661 11.688 4.83011 12.0411 6.02086 12.0411C6.81149 12.0411 7.59438 11.8854 8.32483 11.5828C8.87005 11.357 9.37808 11.0526 9.83317 10.6803L12.9769 13.8241C13.0323 13.8801 13.0983 13.9245 13.171 13.9548C13.2438 13.985 13.3219 14.0003 13.4007 14C13.4795 14.0003 13.5575 13.985 13.6303 13.9548C13.7031 13.9245 13.7691 13.8801 13.8244 13.8241C13.9367 13.7116 13.9998 13.5592 13.9998 13.4003C13.9998 13.2414 13.9367 13.089 13.8244 12.9765L10.6807 9.8328C11.053 9.37773 11.3573 8.86972 11.5831 8.32452C11.8857 7.59408 12.0414 6.81119 12.0414 6.02056C12.0414 4.8298 11.6883 3.66579 11.0268 2.67572C10.3652 1.68564 9.42494 0.913972 8.32483 0.45829C7.22472 0.00260857 6.01418 -0.116618 4.84631 0.115686C3.67844 0.34799 2.60568 0.921393 1.76369 1.76338C0.921698 2.60537 0.348296 3.67813 0.115991 4.84601C-0.116313 6.01388 0.00291375 7.22441 0.458595 8.32452C0.914277 9.42464 1.68595 10.3649 2.67602 11.0265ZM3.35565 2.0158C4.14456 1.48867 5.07206 1.20731 6.02086 1.20731C7.29317 1.20731 8.51338 1.71274 9.41304 2.6124C10.3127 3.51206 10.8181 4.73226 10.8181 6.00457C10.8181 6.95337 10.5368 7.88088 10.0096 8.66978C9.48251 9.45868 8.73328 10.0736 7.85669 10.4367C6.98011 10.7997 6.01554 10.8947 5.08496 10.7096C4.15439 10.5245 3.2996 10.0676 2.62869 9.39674C1.95778 8.72583 1.50089 7.87104 1.31579 6.94046C1.13068 6.00989 1.22568 5.04532 1.58878 4.16874C1.95187 3.29215 2.56675 2.54292 3.35565 2.0158Z","fill","currentColor"],[3,"id"],["width","14","height","14","fill","white"]],template:function(x,R){1&x&&(o.O4$(),o.TgZ(0,"svg",0)(1,"g"),o._UZ(2,"path",1),o.qZA(),o.TgZ(3,"defs")(4,"clipPath",2),o._UZ(5,"rect",3),o.qZA()()()),2&x&&(o.Tol(R.getClassNames()),o.uIk("aria-label",R.ariaLabel)("aria-hidden",R.ariaHidden)("role",R.role),o.xp6(1),o.uIk("clip-path",R.pathId),o.xp6(3),o.Q6J("id",R.pathId))},encapsulation:2})}return H})();function Mr(H,Ge){if(1&H&&(o.TgZ(0,"span"),o._uU(1),o.qZA()),2&H){const m=o.oxw();let x;o.xp6(1),o.Oqu(null!==(x=m.label)&&void 0!==x?x:"empty")}}function Eo(H,Ge){1&H&&o.GkF(0)}const fs=function(H){return{height:H}},Wr=function(H,Ge,m){return{"p-dropdown-item":!0,"p-highlight":H,"p-disabled":Ge,"p-focus":m}},Ur=function(H){return{$implicit:H}},Ns=["container"],gi=["filter"],Oi=["focusInput"],Xi=["editableInput"],Kr=["items"],So=["scroller"],Gr=["overlay"],hs=["firstHiddenFocusableEl"],ti=["lastHiddenFocusableEl"];function nt(H,Ge){if(1&H&&(o.ynx(0),o._uU(1),o.BQk()),2&H){const m=o.oxw(2);o.xp6(1),o.Oqu("p-emptylabel"===m.label()?"\xa0":m.label())}}function $e(H,Ge){1&H&&o.GkF(0)}function Xe(H,Ge){if(1&H&&(o.TgZ(0,"span"),o._uU(1),o.qZA()),2&H){const m=o.oxw(3);o.xp6(1),o.Oqu("p-emptylabel"===m.label()?"\xa0":m.placeholder)}}function Jt(H,Ge){if(1&H&&o.YNc(0,Xe,2,1,"span",4),2&H){const m=o.oxw(2);o.Q6J("ngIf",m.label()===m.placeholder||m.label()&&!m.placeholder)}}function tn(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"span",10,11),o.NdJ("focus",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onInputFocus(R))})("blur",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onInputBlur(R))})("keydown",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onKeyDown(R))}),o.YNc(2,nt,2,1,"ng-container",12),o.YNc(3,$e,1,0,"ng-container",13),o.YNc(4,Jt,1,1,"ng-template",null,14,o.W1O),o.qZA()}if(2&H){const m=o.MAs(5),x=o.oxw();o.Q6J("ngClass",x.inputClass)("pTooltip",x.tooltip)("tooltipPosition",x.tooltipPosition)("positionStyle",x.tooltipPositionStyle)("tooltipStyleClass",x.tooltipStyleClass)("autofocus",x.autofocus),o.uIk("aria-disabled",x.disabled)("id",x.inputId)("aria-label",x.ariaLabel||("p-emptylabel"===x.label()?void 0:x.label()))("aria-labelledby",x.ariaLabelledBy)("aria-haspopup","listbox")("aria-expanded",x.overlayVisible)("aria-controls",x.id+"_list")("tabindex",x.disabled?-1:x.tabindex)("aria-activedescendant",x.focused?x.focusedOptionId:void 0),o.xp6(2),o.Q6J("ngIf",!x.selectedItemTemplate)("ngIfElse",m),o.xp6(1),o.Q6J("ngTemplateOutlet",x.selectedItemTemplate)("ngTemplateOutletContext",o.VKq(19,Ur,x.selectedOption))}}function rn(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"input",15,16),o.NdJ("input",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onEditableInput(R))})("keydown",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onKeyDown(R))})("focus",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onInputFocus(R))})("blur",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onInputBlur(R))}),o.qZA()}if(2&H){const m=o.oxw();o.Q6J("ngClass",m.inputClass)("disabled",m.disabled),o.uIk("maxlength",m.maxlength)("placeholder",m.placeholder)("aria-expanded",m.overlayVisible)}}function ni(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"TimesIcon",19),o.NdJ("click",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.clear(R))}),o.qZA()}2&H&&(o.Q6J("styleClass","p-dropdown-clear-icon"),o.uIk("data-pc-section","clearicon"))}function yi(H,Ge){}function Or(H,Ge){1&H&&o.YNc(0,yi,0,0,"ng-template")}function Ui(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"span",20),o.NdJ("click",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.clear(R))}),o.YNc(1,Or,1,0,null,21),o.qZA()}if(2&H){const m=o.oxw(2);o.uIk("data-pc-section","clearicon"),o.xp6(1),o.Q6J("ngTemplateOutlet",m.clearIconTemplate)}}function dr(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,ni,1,2,"TimesIcon",17),o.YNc(2,Ui,2,2,"span",18),o.BQk()),2&H){const m=o.oxw();o.xp6(1),o.Q6J("ngIf",!m.clearIconTemplate),o.xp6(1),o.Q6J("ngIf",m.clearIconTemplate)}}function br(H,Ge){if(1&H&&o._UZ(0,"span",24),2&H){const m=o.oxw(2);o.Q6J("ngClass",m.dropdownIcon)}}function gr(H,Ge){1&H&&o._UZ(0,"ChevronDownIcon",25),2&H&&o.Q6J("styleClass","p-dropdown-trigger-icon")}function Ca(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,br,1,1,"span",22),o.YNc(2,gr,1,1,"ChevronDownIcon",23),o.BQk()),2&H){const m=o.oxw();o.xp6(1),o.Q6J("ngIf",m.dropdownIcon),o.xp6(1),o.Q6J("ngIf",!m.dropdownIcon)}}function Yi(H,Ge){}function Cs(H,Ge){1&H&&o.YNc(0,Yi,0,0,"ng-template")}function ns(H,Ge){if(1&H&&(o.TgZ(0,"span",26),o.YNc(1,Cs,1,0,null,21),o.qZA()),2&H){const m=o.oxw();o.xp6(1),o.Q6J("ngTemplateOutlet",m.dropdownIconTemplate)}}function Bo(H,Ge){1&H&&o.GkF(0)}function ea(H,Ge){1&H&&o.GkF(0)}const Ws=function(H){return{options:H}};function pa(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,ea,1,0,"ng-container",13),o.BQk()),2&H){const m=o.oxw(3);o.xp6(1),o.Q6J("ngTemplateOutlet",m.filterTemplate)("ngTemplateOutletContext",o.VKq(2,Ws,m.filterOptions))}}function Ia(H,Ge){1&H&&o._UZ(0,"SearchIcon",25),2&H&&o.Q6J("styleClass","p-dropdown-filter-icon")}function ji(H,Ge){}function nr(H,Ge){1&H&&o.YNc(0,ji,0,0,"ng-template")}function $i(H,Ge){if(1&H&&(o.TgZ(0,"span",41),o.YNc(1,nr,1,0,null,21),o.qZA()),2&H){const m=o.oxw(4);o.xp6(1),o.Q6J("ngTemplateOutlet",m.filterIconTemplate)}}function Hr(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",37)(1,"input",38,39),o.NdJ("input",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onFilterInputChange(R))})("keydown",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onFilterKeyDown(R))})("blur",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onFilterBlur(R))}),o.qZA(),o.YNc(3,Ia,1,1,"SearchIcon",23),o.YNc(4,$i,2,1,"span",40),o.qZA()}if(2&H){const m=o.oxw(3);o.xp6(1),o.Q6J("value",m._filterValue()||""),o.uIk("placeholder",m.filterPlaceholder)("aria-owns",m.id+"_list")("aria-label",m.ariaFilterLabel)("aria-activedescendant",m.focusedOptionId),o.xp6(2),o.Q6J("ngIf",!m.filterIconTemplate),o.xp6(1),o.Q6J("ngIf",m.filterIconTemplate)}}function co(H,Ge){if(1&H&&(o.TgZ(0,"div",35),o.NdJ("click",function(x){return x.stopPropagation()}),o.YNc(1,pa,2,4,"ng-container",12),o.YNc(2,Hr,5,7,"ng-template",null,36,o.W1O),o.qZA()),2&H){const m=o.MAs(3),x=o.oxw(2);o.xp6(1),o.Q6J("ngIf",x.filterTemplate)("ngIfElse",m)}}function la(H,Ge){1&H&&o.GkF(0)}const Ps=function(H,Ge){return{$implicit:H,options:Ge}};function ps(H,Ge){if(1&H&&o.YNc(0,la,1,0,"ng-container",13),2&H){const m=Ge.$implicit,x=Ge.options;o.oxw(2);const R=o.MAs(9);o.Q6J("ngTemplateOutlet",R)("ngTemplateOutletContext",o.WLB(2,Ps,m,x))}}function Za(H,Ge){1&H&&o.GkF(0)}function Oo(H,Ge){if(1&H&&o.YNc(0,Za,1,0,"ng-container",13),2&H){const m=Ge.options,x=o.oxw(4);o.Q6J("ngTemplateOutlet",x.loaderTemplate)("ngTemplateOutletContext",o.VKq(2,Ws,m))}}function qc(H,Ge){1&H&&(o.ynx(0),o.YNc(1,Oo,1,4,"ng-template",44),o.BQk())}function gl(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"p-scroller",42,43),o.NdJ("onLazyLoad",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onLazyLoad.emit(R))}),o.YNc(2,ps,1,5,"ng-template",9),o.YNc(3,qc,2,0,"ng-container",4),o.qZA()}if(2&H){const m=o.oxw(2);o.Akn(o.VKq(8,fs,m.scrollHeight)),o.Q6J("items",m.visibleOptions())("itemSize",m.virtualScrollItemSize||m._itemSize)("autoSize",!0)("lazy",m.lazy)("options",m.virtualScrollOptions),o.xp6(3),o.Q6J("ngIf",m.loaderTemplate)}}function Ar(H,Ge){1&H&&o.GkF(0)}const ai=function(){return{}};function fr(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,Ar,1,0,"ng-container",13),o.BQk()),2&H){o.oxw();const m=o.MAs(9),x=o.oxw();o.xp6(1),o.Q6J("ngTemplateOutlet",m)("ngTemplateOutletContext",o.WLB(3,Ps,x.visibleOptions(),o.DdM(2,ai)))}}function ws(H,Ge){if(1&H&&(o.TgZ(0,"span"),o._uU(1),o.qZA()),2&H){const m=o.oxw(2).$implicit,x=o.oxw(3);o.xp6(1),o.Oqu(x.getOptionGroupLabel(m.optionGroup))}}function ma(H,Ge){1&H&&o.GkF(0)}function qr(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"li",49),o.YNc(2,ws,2,1,"span",4),o.YNc(3,ma,1,0,"ng-container",13),o.qZA(),o.BQk()),2&H){const m=o.oxw(),x=m.index,R=m.$implicit,ae=o.oxw().options,gt=o.oxw(2);o.xp6(1),o.Q6J("ngStyle",o.VKq(5,fs,ae.itemSize+"px")),o.uIk("id",gt.id+"_"+gt.getOptionIndex(x,ae)),o.xp6(1),o.Q6J("ngIf",!gt.groupTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",gt.groupTemplate)("ngTemplateOutletContext",o.VKq(7,Ur,R.optionGroup))}}function qs(H,Ge){if(1&H){const m=o.EpF();o.ynx(0),o.TgZ(1,"p-dropdownItem",50),o.NdJ("onClick",function(R){o.CHM(m);const ae=o.oxw().$implicit,gt=o.oxw(3);return o.KtG(gt.onOptionSelect(R,ae))})("onMouseEnter",function(R){o.CHM(m);const ae=o.oxw().index,gt=o.oxw().options,pn=o.oxw(2);return o.KtG(pn.onOptionMouseEnter(R,pn.getOptionIndex(ae,gt)))}),o.qZA(),o.BQk()}if(2&H){const m=o.oxw(),x=m.index,R=m.$implicit,ae=o.oxw().options,gt=o.oxw(2);o.xp6(1),o.Q6J("id",gt.id+"_"+gt.getOptionIndex(x,ae))("option",R)("selected",gt.isSelected(R))("label",gt.getOptionLabel(R))("disabled",gt.isOptionDisabled(R))("template",gt.itemTemplate)("focused",gt.focusedOptionIndex()===gt.getOptionIndex(x,ae))("ariaPosInset",gt.getAriaPosInset(gt.getOptionIndex(x,ae)))("ariaSetSize",gt.ariaSetSize)}}function zr(H,Ge){if(1&H&&(o.YNc(0,qr,4,9,"ng-container",4),o.YNc(1,qs,2,9,"ng-container",4)),2&H){const m=Ge.$implicit;o.Q6J("ngIf",m.group),o.xp6(1),o.Q6J("ngIf",!m.group)}}function ms(H,Ge){if(1&H&&(o.ynx(0),o._uU(1),o.BQk()),2&H){const m=o.oxw(4);o.xp6(1),o.hij(" ",m.emptyFilterMessageLabel," ")}}function Ea(H,Ge){1&H&&o.GkF(0,null,52)}function mc(H,Ge){if(1&H&&(o.TgZ(0,"li",51),o.YNc(1,ms,2,1,"ng-container",12),o.YNc(2,Ea,2,0,"ng-container",21),o.qZA()),2&H){const m=o.oxw().options,x=o.oxw(2);o.Q6J("ngStyle",o.VKq(4,fs,m.itemSize+"px")),o.xp6(1),o.Q6J("ngIf",!x.emptyFilterTemplate&&!x.emptyTemplate)("ngIfElse",x.emptyFilter),o.xp6(1),o.Q6J("ngTemplateOutlet",x.emptyFilterTemplate||x.emptyTemplate)}}function Pr(H,Ge){if(1&H&&(o.ynx(0),o._uU(1),o.BQk()),2&H){const m=o.oxw(4);o.xp6(1),o.hij(" ",m.emptyMessageLabel," ")}}function Sa(H,Ge){1&H&&o.GkF(0,null,53)}function Yl(H,Ge){if(1&H&&(o.TgZ(0,"li",51),o.YNc(1,Pr,2,1,"ng-container",12),o.YNc(2,Sa,2,0,"ng-container",21),o.qZA()),2&H){const m=o.oxw().options,x=o.oxw(2);o.Q6J("ngStyle",o.VKq(4,fs,m.itemSize+"px")),o.xp6(1),o.Q6J("ngIf",!x.emptyTemplate)("ngIfElse",x.empty),o.xp6(1),o.Q6J("ngTemplateOutlet",x.emptyTemplate)}}function uc(H,Ge){if(1&H&&(o.TgZ(0,"ul",45,46),o.YNc(2,zr,2,2,"ng-template",47),o.YNc(3,mc,3,6,"li",48),o.YNc(4,Yl,3,6,"li",48),o.qZA()),2&H){const m=Ge.$implicit,x=Ge.options,R=o.oxw(2);o.Akn(x.contentStyle),o.Q6J("ngClass",x.contentStyleClass),o.uIk("id",R.id+"_list"),o.xp6(2),o.Q6J("ngForOf",m),o.xp6(1),o.Q6J("ngIf",R.filterValue&&R.isEmpty()),o.xp6(1),o.Q6J("ngIf",!R.filterValue&&R.isEmpty())}}function _s(H,Ge){1&H&&o.GkF(0)}function Ra(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",27)(1,"span",28,29),o.NdJ("focus",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onFirstHiddenFocus(R))}),o.qZA(),o.YNc(3,Bo,1,0,"ng-container",21),o.YNc(4,co,4,2,"div",30),o.TgZ(5,"div",31),o.YNc(6,gl,4,10,"p-scroller",32),o.YNc(7,fr,2,6,"ng-container",4),o.YNc(8,uc,5,7,"ng-template",null,33,o.W1O),o.qZA(),o.YNc(10,_s,1,0,"ng-container",21),o.TgZ(11,"span",28,34),o.NdJ("focus",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onLastHiddenFocus(R))}),o.qZA()()}if(2&H){const m=o.oxw();o.Tol(m.panelStyleClass),o.Q6J("ngClass","p-dropdown-panel p-component")("ngStyle",m.panelStyle),o.xp6(1),o.uIk("aria-hidden",!0)("tabindex",0)("data-p-hidden-accessible",!0)("data-p-hidden-focusable",!0),o.xp6(2),o.Q6J("ngTemplateOutlet",m.headerTemplate),o.xp6(1),o.Q6J("ngIf",m.filter),o.xp6(1),o.Udp("max-height",m.virtualScroll?"auto":m.scrollHeight||"auto"),o.xp6(1),o.Q6J("ngIf",m.virtualScroll),o.xp6(1),o.Q6J("ngIf",!m.virtualScroll),o.xp6(3),o.Q6J("ngTemplateOutlet",m.footerTemplate),o.xp6(1),o.uIk("aria-hidden",!0)("tabindex",0)("data-p-hidden-accessible",!0)("data-p-hidden-focusable",!0)}}const Ac={provide:D.JU,useExisting:(0,o.Gpc)(()=>Vc),multi:!0};let vs=(()=>{class H{id;option;selected;focused;label;disabled;visible;itemSize;ariaPosInset;ariaSetSize;template;onClick=new o.vpe;onMouseEnter=new o.vpe;ngOnInit(){}onOptionClick(m){this.onClick.emit(m)}onOptionMouseEnter(m){this.onMouseEnter.emit(m)}static \u0275fac=function(x){return new(x||H)};static \u0275cmp=o.Xpm({type:H,selectors:[["p-dropdownItem"]],hostAttrs:[1,"p-element"],inputs:{id:"id",option:"option",selected:"selected",focused:"focused",label:"label",disabled:"disabled",visible:"visible",itemSize:"itemSize",ariaPosInset:"ariaPosInset",ariaSetSize:"ariaSetSize",template:"template"},outputs:{onClick:"onClick",onMouseEnter:"onMouseEnter"},decls:3,vars:21,consts:[["role","option","pRipple","",3,"id","ngStyle","ngClass","click","mouseenter"],[4,"ngIf"],[4,"ngTemplateOutlet","ngTemplateOutletContext"]],template:function(x,R){1&x&&(o.TgZ(0,"li",0),o.NdJ("click",function(gt){return R.onOptionClick(gt)})("mouseenter",function(gt){return R.onOptionMouseEnter(gt)}),o.YNc(1,Mr,2,1,"span",1),o.YNc(2,Eo,1,0,"ng-container",2),o.qZA()),2&x&&(o.Q6J("id",R.id)("ngStyle",o.VKq(13,fs,R.itemSize+"px"))("ngClass",o.kEZ(15,Wr,R.selected,R.disabled,R.focused)),o.uIk("aria-label",R.label)("aria-setsize",R.ariaSetSize)("aria-posinset",R.ariaPosInset)("aria-selected",R.selected)("data-p-focused",R.focused)("data-p-highlight",R.selected)("data-p-disabled",R.disabled),o.xp6(1),o.Q6J("ngIf",!R.template),o.xp6(1),o.Q6J("ngTemplateOutlet",R.template)("ngTemplateOutletContext",o.VKq(19,Ur,R.option)))},dependencies:[u.mk,u.O5,u.tP,u.PC,Di],encapsulation:2})}return H})(),Vc=(()=>{class H{el;renderer;cd;zone;filterService;config;id;scrollHeight="200px";filter;name;style;panelStyle;styleClass;panelStyleClass;readonly;required;editable;appendTo;tabindex=0;placeholder;filterPlaceholder;filterLocale;inputId;dataKey;filterBy;filterFields;autofocus;resetFilterOnHide=!1;dropdownIcon;optionLabel;optionValue;optionDisabled;optionGroupLabel="label";optionGroupChildren="items";autoDisplayFirst=!0;group;showClear;emptyFilterMessage="";emptyMessage="";lazy=!1;virtualScroll;virtualScrollItemSize;virtualScrollOptions;overlayOptions;ariaFilterLabel;ariaLabel;ariaLabelledBy;filterMatchMode="contains";maxlength;tooltip="";tooltipPosition="right";tooltipPositionStyle="absolute";tooltipStyleClass;focusOnHover=!1;selectOnFocus=!1;autoOptionFocus=!0;autofocusFilter=!0;get disabled(){return this._disabled}set disabled(m){m&&(this.focused=!1,this.overlayVisible&&this.hide()),this._disabled=m,this.cd.destroyed||this.cd.detectChanges()}get itemSize(){return this._itemSize}set itemSize(m){this._itemSize=m,console.warn("The itemSize property is deprecated, use virtualScrollItemSize property instead.")}_itemSize;get autoZIndex(){return this._autoZIndex}set autoZIndex(m){this._autoZIndex=m,console.warn("The autoZIndex property is deprecated since v14.2.0, use overlayOptions property instead.")}_autoZIndex;get baseZIndex(){return this._baseZIndex}set baseZIndex(m){this._baseZIndex=m,console.warn("The baseZIndex property is deprecated since v14.2.0, use overlayOptions property instead.")}_baseZIndex;get showTransitionOptions(){return this._showTransitionOptions}set showTransitionOptions(m){this._showTransitionOptions=m,console.warn("The showTransitionOptions property is deprecated since v14.2.0, use overlayOptions property instead.")}_showTransitionOptions;get hideTransitionOptions(){return this._hideTransitionOptions}set hideTransitionOptions(m){this._hideTransitionOptions=m,console.warn("The hideTransitionOptions property is deprecated since v14.2.0, use overlayOptions property instead.")}_hideTransitionOptions;get filterValue(){return this._filterValue()}set filterValue(m){this._filterValue.set(m)}get options(){return this._options()}set options(m){this._options.set(m)}onChange=new o.vpe;onFilter=new o.vpe;onFocus=new o.vpe;onBlur=new o.vpe;onClick=new o.vpe;onShow=new o.vpe;onHide=new o.vpe;onClear=new o.vpe;onLazyLoad=new o.vpe;containerViewChild;filterViewChild;focusInputViewChild;editableInputViewChild;itemsViewChild;scroller;overlayViewChild;firstHiddenFocusableElementOnOverlay;lastHiddenFocusableElementOnOverlay;templates;_disabled;itemsWrapper;itemTemplate;groupTemplate;loaderTemplate;selectedItemTemplate;headerTemplate;filterTemplate;footerTemplate;emptyFilterTemplate;emptyTemplate;dropdownIconTemplate;clearIconTemplate;filterIconTemplate;filterOptions;_options=(0,o.tdS)(null);modelValue=(0,o.tdS)(null);value;onModelChange=()=>{};onModelTouched=()=>{};hover;focused;overlayVisible;optionsChanged;panel;dimensionsUpdated;hoveredItem;selectedOptionUpdated;_filterValue=(0,o.tdS)(null);searchValue;searchIndex;searchTimeout;previousSearchChar;currentSearchChar;preventModelTouched;focusedOptionIndex=(0,o.tdS)(-1);labelId;listId;get emptyMessageLabel(){return this.emptyMessage||this.config.getTranslation(xt.EMPTY_MESSAGE)}get emptyFilterMessageLabel(){return this.emptyFilterMessage||this.config.getTranslation(xt.EMPTY_FILTER_MESSAGE)}get filled(){return"string"==typeof this.modelValue()?!!this.modelValue():this.modelValue()||null!=this.modelValue()||null!=this.modelValue()}get isVisibleClearIcon(){return null!=this.modelValue()&&U.isNotEmpty(this.modelValue())&&""!==this.modelValue()&&this.showClear&&!this.disabled}get containerClass(){return{"p-dropdown p-component p-inputwrapper":!0,"p-disabled":this.disabled,"p-dropdown-clearable":this.showClear&&!this.disabled,"p-focus":this.focused,"p-inputwrapper-filled":this.modelValue(),"p-inputwrapper-focus":this.focused||this.overlayVisible}}get inputClass(){const m=this.label();return{"p-dropdown-label p-inputtext":!0,"p-placeholder":this.placeholder&&m===this.placeholder,"p-dropdown-label-empty":!(this.editable||this.selectedItemTemplate||m&&"p-emptylabel"!==m&&0!==m.length)}}get panelClass(){return{"p-dropdown-panel p-component":!0,"p-input-filled":"filled"===this.config.inputStyle,"p-ripple-disabled":!1===this.config.ripple}}visibleOptions=(0,o.Flj)(()=>{const m=this.group?this.flatOptions(this.options):this.options||[];if(this._filterValue()){const x=this.filterBy||this.filterFields||this.optionValue?this.filterService.filter(m,this.searchFields(),this._filterValue(),this.filterMatchMode,this.filterLocale):this.options.filter(R=>-1!==R.toLowerCase().indexOf(this._filterValue().toLowerCase()));if(this.group){const ae=[];return(this.options||[]).forEach(gt=>{const li=this.getOptionGroupChildren(gt).filter(er=>x.includes(er));li.length>0&&ae.push({...gt,["string"==typeof this.optionGroupChildren?this.optionGroupChildren:"items"]:[...li]})}),this.flatOptions(ae)}return x}return m});label=(0,o.Flj)(()=>{const m=this.findSelectedOptionIndex();return-1!==m?this.getOptionLabel(this.visibleOptions()[m]):this.placeholder||"p-emptylabel"});selectedOption;constructor(m,x,R,ae,gt,pn){this.el=m,this.renderer=x,this.cd=R,this.zone=ae,this.filterService=gt,this.config=pn,(0,o.cEC)(()=>{const li=this.modelValue(),er=this.visibleOptions();li&&this.editable&&this.updateEditableLabel(),er&&U.isNotEmpty(er)&&(this.selectedOption=er[this.findSelectedOptionIndex()])})}ngOnInit(){this.id=this.id||ee(),this.autoUpdateModel(),this.filterBy&&(this.filterOptions={filter:m=>this.onFilterInputChange(m),reset:()=>this.resetFilter()})}ngAfterViewChecked(){if(this.optionsChanged&&this.overlayVisible&&(this.optionsChanged=!1,this.zone.runOutsideAngular(()=>{setTimeout(()=>{this.overlayViewChild&&this.overlayViewChild.alignOverlay()},1)})),this.selectedOptionUpdated&&this.itemsWrapper){let m=Fe.findSingle(this.overlayViewChild?.overlayViewChild?.nativeElement,"li.p-highlight");m&&Fe.scrollInView(this.itemsWrapper,m),this.selectedOptionUpdated=!1}}ngAfterContentInit(){this.templates.forEach(m=>{switch(m.getType()){case"item":default:this.itemTemplate=m.template;break;case"selectedItem":this.selectedItemTemplate=m.template;break;case"header":this.headerTemplate=m.template;break;case"filter":this.filterTemplate=m.template;break;case"footer":this.footerTemplate=m.template;break;case"emptyfilter":this.emptyFilterTemplate=m.template;break;case"empty":this.emptyTemplate=m.template;break;case"group":this.groupTemplate=m.template;break;case"loader":this.loaderTemplate=m.template;break;case"dropdownicon":this.dropdownIconTemplate=m.template;break;case"clearicon":this.clearIconTemplate=m.template;break;case"filtericon":this.filterIconTemplate=m.template}})}flatOptions(m){return(m||[]).reduce((x,R,ae)=>{x.push({optionGroup:R,group:!0,index:ae});const gt=this.getOptionGroupChildren(R);return gt&>.forEach(pn=>x.push(pn)),x},[])}autoUpdateModel(){if(this.selectOnFocus&&this.autoOptionFocus&&!this.hasSelectedOption()&&(this.focusedOptionIndex.set(this.findFirstFocusedOptionIndex()),this.onOptionSelect(null,this.visibleOptions()[this.focusedOptionIndex()],!1)),this.autoDisplayFirst&&!this.modelValue()){const m=this.findFirstOptionIndex();this.onOptionSelect(null,this.visibleOptions()[m],!1,!0)}}onOptionSelect(m,x,R=!0,ae=!1){const gt=this.getOptionValue(x);this.updateModel(gt,m),this.focusedOptionIndex.set(this.findSelectedOptionIndex()),R&&this.hide(!0),!1===ae&&this.onChange.emit({originalEvent:m,value:gt})}onOptionMouseEnter(m,x){this.focusOnHover&&this.changeFocusedOptionIndex(m,x)}updateModel(m,x){this.value=m,this.onModelChange(m),this.modelValue.set(m),this.selectedOptionUpdated=!0}writeValue(m){this.filter&&this.resetFilter(),this.value=m,this.allowModelChange()&&this.onModelChange(m),this.modelValue.set(this.value),this.updateEditableLabel(),this.cd.markForCheck()}allowModelChange(){return this.autoDisplayFirst&&!this.placeholder&&!this.modelValue()&&!this.editable&&this.options&&this.options.length}isSelected(m){return this.isValidOption(m)&&U.equals(this.modelValue(),this.getOptionValue(m),this.equalityKey())}ngAfterViewInit(){this.editable&&this.updateEditableLabel()}updateEditableLabel(){this.editableInputViewChild&&(this.editableInputViewChild.nativeElement.value=void 0===this.getOptionLabel(this.modelValue())?this.editableInputViewChild.nativeElement.value:this.getOptionLabel(this.modelValue()))}getOptionIndex(m,x){return this.virtualScrollerDisabled?m:x&&x.getItemOptions(m).index}getOptionLabel(m){return this.optionLabel?U.resolveFieldData(m,this.optionLabel):m&&void 0!==m.label?m.label:m}getOptionValue(m){return this.optionValue?U.resolveFieldData(m,this.optionValue):!this.optionLabel&&m&&void 0!==m.value?m.value:m}isOptionDisabled(m){return this.optionDisabled?U.resolveFieldData(m,this.optionDisabled):!(!m||void 0===m.disabled)&&m.disabled}getOptionGroupLabel(m){return this.optionGroupLabel?U.resolveFieldData(m,this.optionGroupLabel):m&&void 0!==m.label?m.label:m}getOptionGroupChildren(m){return this.optionGroupChildren?U.resolveFieldData(m,this.optionGroupChildren):m.items}getAriaPosInset(m){return(this.optionGroupLabel?m-this.visibleOptions().slice(0,m).filter(x=>this.isOptionGroup(x)).length:m)+1}get ariaSetSize(){return this.visibleOptions().filter(m=>!this.isOptionGroup(m)).length}resetFilter(){this._filterValue.set(null),this.filterViewChild&&this.filterViewChild.nativeElement&&(this.filterViewChild.nativeElement.value="")}registerOnChange(m){this.onModelChange=m}registerOnTouched(m){this.onModelTouched=m}setDisabledState(m){this.disabled=m,this.cd.markForCheck()}onContainerClick(m){this.disabled||this.readonly||(this.focusInputViewChild?.nativeElement.focus({preventScroll:!0}),"INPUT"!==m.target.tagName&&"clearicon"!==m.target.getAttribute("data-pc-section")&&!m.target.closest('[data-pc-section="clearicon"]')&&((!this.overlayViewChild||!this.overlayViewChild.el.nativeElement.contains(m.target))&&(this.overlayVisible?this.hide(!0):this.show(!0)),this.onClick.emit(m),this.cd.detectChanges()))}isEmpty(){return!this._options()||this._options()&&0===this._options().length}onEditableInput(m){const x=m.target.value;this.searchValue="",!this.searchOptions(m,x)&&this.focusedOptionIndex.set(-1),this.onModelChange(x),this.updateModel(x,m),this.onChange.emit({originalEvent:m,value:x})}show(m){this.overlayVisible=!0;const x=-1!==this.focusedOptionIndex()?this.focusedOptionIndex():this.autoOptionFocus?this.findFirstFocusedOptionIndex():-1;this.focusedOptionIndex.set(x),m&&Fe.focus(this.focusInputViewChild?.nativeElement),this.cd.markForCheck()}onOverlayAnimationStart(m){if("visible"===m.toState){if(this.itemsWrapper=Fe.findSingle(this.overlayViewChild?.overlayViewChild?.nativeElement,this.virtualScroll?".p-scroller":".p-dropdown-items-wrapper"),this.virtualScroll&&this.scroller?.setContentEl(this.itemsViewChild?.nativeElement),this.options&&this.options.length)if(this.virtualScroll){const x=this.modelValue()?this.focusedOptionIndex():-1;-1!==x&&this.scroller?.scrollToIndex(x)}else{let x=Fe.findSingle(this.itemsWrapper,".p-dropdown-item.p-highlight");x&&x.scrollIntoView({block:"nearest",inline:"nearest"})}this.filterViewChild&&this.filterViewChild.nativeElement&&(this.preventModelTouched=!0,this.autofocusFilter&&this.filterViewChild.nativeElement.focus()),this.onShow.emit(m)}"void"===m.toState&&(this.itemsWrapper=null,this.onModelTouched(),this.onHide.emit(m))}hide(m){this.overlayVisible=!1,this.focusedOptionIndex.set(-1),this.filter&&this.resetFilterOnHide&&this.resetFilter(),m&&Fe.focus(this.focusInputViewChild?.nativeElement),this.cd.markForCheck()}onInputFocus(m){if(this.disabled)return;this.focused=!0;const x=-1!==this.focusedOptionIndex()?this.focusedOptionIndex():this.overlayVisible&&this.autoOptionFocus?this.findFirstFocusedOptionIndex():-1;this.focusedOptionIndex.set(x),this.overlayVisible&&this.scrollInView(this.focusedOptionIndex()),this.onFocus.emit(m)}onInputBlur(m){this.focused=!1,!1===this.overlayVisible&&this.onBlur.emit(m),this.preventModelTouched||this.onModelTouched(),this.preventModelTouched=!1}onKeyDown(m,x){if(!this.disabled&&!this.readonly)switch(m.code){case"ArrowDown":this.onArrowDownKey(m);break;case"ArrowUp":this.onArrowUpKey(m,this.editable);break;case"ArrowLeft":case"ArrowRight":this.onArrowLeftKey(m,this.editable);break;case"Delete":this.onDeleteKey(m);break;case"Home":this.onHomeKey(m,this.editable);break;case"End":this.onEndKey(m,this.editable);break;case"PageDown":this.onPageDownKey(m);break;case"PageUp":this.onPageUpKey(m);break;case"Space":this.onSpaceKey(m,x);break;case"Enter":case"NumpadEnter":this.onEnterKey(m);break;case"Escape":this.onEscapeKey(m);break;case"Tab":this.onTabKey(m);break;case"Backspace":this.onBackspaceKey(m,this.editable);break;case"ShiftLeft":case"ShiftRight":break;default:!m.metaKey&&U.isPrintableCharacter(m.key)&&(!this.overlayVisible&&this.show(),!this.editable&&this.searchOptions(m,m.key))}}onFilterKeyDown(m){switch(m.code){case"ArrowDown":this.onArrowDownKey(m);break;case"ArrowUp":this.onArrowUpKey(m,!0);break;case"ArrowLeft":case"ArrowRight":this.onArrowLeftKey(m,!0);break;case"Home":this.onHomeKey(m,!0);break;case"End":this.onEndKey(m,!0);break;case"Enter":this.onEnterKey(m);break;case"Escape":this.onEscapeKey(m);break;case"Tab":this.onTabKey(m,!0)}}onFilterBlur(m){this.focusedOptionIndex.set(-1)}onArrowDownKey(m){const x=-1!==this.focusedOptionIndex()?this.findNextOptionIndex(this.focusedOptionIndex()):this.findFirstFocusedOptionIndex();this.changeFocusedOptionIndex(m,x),!this.overlayVisible&&this.show(),m.preventDefault()}changeFocusedOptionIndex(m,x){if(this.focusedOptionIndex()!==x&&(this.focusedOptionIndex.set(x),this.scrollInView(),this.selectOnFocus)){const R=this.visibleOptions()[x];this.onOptionSelect(m,R,!1)}}get virtualScrollerDisabled(){return!this.virtualScroll}scrollInView(m=-1){if(this.itemsViewChild&&this.itemsViewChild.nativeElement){const R=Fe.findSingle(this.itemsViewChild.nativeElement,`li[id="${-1!==m?`${this.id}_${m}`:this.focusedOptionId}"]`);R?R.scrollIntoView&&R.scrollIntoView({block:"nearest",inline:"nearest"}):this.virtualScrollerDisabled||setTimeout(()=>{this.virtualScroll&&this.scroller?.scrollToIndex(-1!==m?m:this.focusedOptionIndex())},0)}}get focusedOptionId(){return-1!==this.focusedOptionIndex()?`${this.id}_${this.focusedOptionIndex()}`:null}hasSelectedOption(){return U.isNotEmpty(this.modelValue())}isValidSelectedOption(m){return this.isValidOption(m)&&this.isSelected(m)}equalityKey(){return this.optionValue?null:this.dataKey}findFirstFocusedOptionIndex(){const m=this.findSelectedOptionIndex();return m<0?this.findFirstOptionIndex():m}findFirstOptionIndex(){return this.visibleOptions().findIndex(m=>this.isValidOption(m))}findSelectedOptionIndex(){return this.hasSelectedOption()?this.visibleOptions().findIndex(m=>this.isValidSelectedOption(m)):-1}findNextOptionIndex(m){const x=mthis.isValidOption(R)):-1;return x>-1?x+m+1:m}findPrevOptionIndex(m){const x=m>0?U.findLastIndex(this.visibleOptions().slice(0,m),R=>this.isValidOption(R)):-1;return x>-1?x:m}findLastOptionIndex(){return U.findLastIndex(this.visibleOptions(),m=>this.isValidOption(m))}findLastFocusedOptionIndex(){const m=this.findSelectedOptionIndex();return m<0?this.findLastOptionIndex():m}isValidOption(m){return m&&!(this.isOptionDisabled(m)||this.isOptionGroup(m))}isOptionGroup(m){return this.optionGroupLabel&&m.optionGroup&&m.group}onArrowUpKey(m,x=!1){if(m.altKey&&!x){if(-1!==this.focusedOptionIndex()){const R=this.visibleOptions()[this.focusedOptionIndex()];this.onOptionSelect(m,R)}this.overlayVisible&&this.hide(),m.preventDefault()}else{const R=-1!==this.focusedOptionIndex()?this.findPrevOptionIndex(this.focusedOptionIndex()):this.findLastFocusedOptionIndex();this.changeFocusedOptionIndex(m,R),!this.overlayVisible&&this.show(),m.preventDefault()}}onArrowLeftKey(m,x=!1){x&&this.focusedOptionIndex.set(-1)}onDeleteKey(m){this.showClear&&(this.clear(m),m.preventDefault())}onHomeKey(m,x=!1){x?(m.currentTarget.setSelectionRange(0,0),this.focusedOptionIndex.set(-1)):(this.changeFocusedOptionIndex(m,this.findFirstOptionIndex()),!this.overlayVisible&&this.show()),m.preventDefault()}onEndKey(m,x=!1){if(x){const R=m.currentTarget,ae=R.value.length;R.setSelectionRange(ae,ae),this.focusedOptionIndex.set(-1)}else this.changeFocusedOptionIndex(m,this.findLastOptionIndex()),!this.overlayVisible&&this.show();m.preventDefault()}onPageDownKey(m){this.scrollInView(this.visibleOptions().length-1),m.preventDefault()}onPageUpKey(m){this.scrollInView(0),m.preventDefault()}onSpaceKey(m,x=!1){!x&&this.onEnterKey(m)}onEnterKey(m){if(this.overlayVisible){if(-1!==this.focusedOptionIndex()){const x=this.visibleOptions()[this.focusedOptionIndex()];this.onOptionSelect(m,x)}this.hide()}else this.onArrowDownKey(m);m.preventDefault()}onEscapeKey(m){this.overlayVisible&&this.hide(!0),m.preventDefault()}onTabKey(m,x=!1){if(!x)if(this.overlayVisible&&this.hasFocusableElements())Fe.focus(m.shiftKey?this.lastHiddenFocusableElementOnOverlay.nativeElement:this.firstHiddenFocusableElementOnOverlay.nativeElement),m.preventDefault();else{if(-1!==this.focusedOptionIndex()){const R=this.visibleOptions()[this.focusedOptionIndex()];this.onOptionSelect(m,R)}this.overlayVisible&&this.hide(this.filter)}}onFirstHiddenFocus(m){const x=m.relatedTarget===this.focusInputViewChild?.nativeElement?Fe.getFirstFocusableElement(this.overlayViewChild.el.nativeElement,":not(.p-hidden-focusable)"):this.focusInputViewChild.nativeElement;Fe.focus(x)}onLastHiddenFocus(m){const x=m.relatedTarget===this.focusInputViewChild?.nativeElement?Fe.getLastFocusableElement(this.overlayViewChild?.overlayViewChild?.nativeElement,':not([data-p-hidden-focusable="true"])'):this.focusInputViewChild?.nativeElement;Fe.focus(x)}hasFocusableElements(){return Fe.getFocusableElements(this.overlayViewChild.overlayViewChild.nativeElement,':not([data-p-hidden-focusable="true"])').length>0}onBackspaceKey(m,x=!1){x&&!this.overlayVisible&&this.show()}searchFields(){return this.filterFields||[this.optionLabel]}searchOptions(m,x){this.searchValue=(this.searchValue||"")+x;let R=-1,ae=!1;return-1!==this.focusedOptionIndex()?(R=this.visibleOptions().slice(this.focusedOptionIndex()).findIndex(gt=>this.isOptionMatched(gt)),R=-1===R?this.visibleOptions().slice(0,this.focusedOptionIndex()).findIndex(gt=>this.isOptionMatched(gt)):R+this.focusedOptionIndex()):R=this.visibleOptions().findIndex(gt=>this.isOptionMatched(gt)),-1!==R&&(ae=!0),-1===R&&-1===this.focusedOptionIndex()&&(R=this.findFirstFocusedOptionIndex()),-1!==R&&this.changeFocusedOptionIndex(m,R),this.searchTimeout&&clearTimeout(this.searchTimeout),this.searchTimeout=setTimeout(()=>{this.searchValue="",this.searchTimeout=null},500),ae}isOptionMatched(m){return this.isValidOption(m)&&this.getOptionLabel(m).toLocaleLowerCase(this.filterLocale).startsWith(this.searchValue.toLocaleLowerCase(this.filterLocale))}onFilterInputChange(m){let x=m.target.value?.trim();this._filterValue.set(x),this.focusedOptionIndex.set(-1),this.onFilter.emit({originalEvent:m,filter:this._filterValue()}),!this.virtualScrollerDisabled&&this.scroller.scrollToIndex(0),this.cd.markForCheck()}applyFocus(){this.editable?Fe.findSingle(this.el.nativeElement,".p-dropdown-label.p-inputtext").focus():Fe.findSingle(this.el.nativeElement,"input[readonly]").focus()}focus(){this.applyFocus()}clear(m){this.updateModel(null,m),this.updateEditableLabel(),this.onChange.emit({originalEvent:m,value:this.value}),this.onClear.emit(m)}static \u0275fac=function(x){return new(x||H)(o.Y36(o.SBq),o.Y36(o.Qsj),o.Y36(o.sBO),o.Y36(o.R0b),o.Y36(Ce),o.Y36(xe))};static \u0275cmp=o.Xpm({type:H,selectors:[["p-dropdown"]],contentQueries:function(x,R,ae){if(1&x&&o.Suo(ae,We,4),2&x){let gt;o.iGM(gt=o.CRH())&&(R.templates=gt)}},viewQuery:function(x,R){if(1&x&&(o.Gf(Ns,5),o.Gf(gi,5),o.Gf(Oi,5),o.Gf(Xi,5),o.Gf(Kr,5),o.Gf(So,5),o.Gf(Gr,5),o.Gf(hs,5),o.Gf(ti,5)),2&x){let ae;o.iGM(ae=o.CRH())&&(R.containerViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.filterViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.focusInputViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.editableInputViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.itemsViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.scroller=ae.first),o.iGM(ae=o.CRH())&&(R.overlayViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.firstHiddenFocusableElementOnOverlay=ae.first),o.iGM(ae=o.CRH())&&(R.lastHiddenFocusableElementOnOverlay=ae.first)}},hostAttrs:[1,"p-element","p-inputwrapper"],hostVars:4,hostBindings:function(x,R){2&x&&o.ekj("p-inputwrapper-filled",R.filled)("p-inputwrapper-focus",R.focused||R.overlayVisible)},inputs:{id:"id",scrollHeight:"scrollHeight",filter:"filter",name:"name",style:"style",panelStyle:"panelStyle",styleClass:"styleClass",panelStyleClass:"panelStyleClass",readonly:"readonly",required:"required",editable:"editable",appendTo:"appendTo",tabindex:"tabindex",placeholder:"placeholder",filterPlaceholder:"filterPlaceholder",filterLocale:"filterLocale",inputId:"inputId",dataKey:"dataKey",filterBy:"filterBy",filterFields:"filterFields",autofocus:"autofocus",resetFilterOnHide:"resetFilterOnHide",dropdownIcon:"dropdownIcon",optionLabel:"optionLabel",optionValue:"optionValue",optionDisabled:"optionDisabled",optionGroupLabel:"optionGroupLabel",optionGroupChildren:"optionGroupChildren",autoDisplayFirst:"autoDisplayFirst",group:"group",showClear:"showClear",emptyFilterMessage:"emptyFilterMessage",emptyMessage:"emptyMessage",lazy:"lazy",virtualScroll:"virtualScroll",virtualScrollItemSize:"virtualScrollItemSize",virtualScrollOptions:"virtualScrollOptions",overlayOptions:"overlayOptions",ariaFilterLabel:"ariaFilterLabel",ariaLabel:"ariaLabel",ariaLabelledBy:"ariaLabelledBy",filterMatchMode:"filterMatchMode",maxlength:"maxlength",tooltip:"tooltip",tooltipPosition:"tooltipPosition",tooltipPositionStyle:"tooltipPositionStyle",tooltipStyleClass:"tooltipStyleClass",focusOnHover:"focusOnHover",selectOnFocus:"selectOnFocus",autoOptionFocus:"autoOptionFocus",autofocusFilter:"autofocusFilter",disabled:"disabled",itemSize:"itemSize",autoZIndex:"autoZIndex",baseZIndex:"baseZIndex",showTransitionOptions:"showTransitionOptions",hideTransitionOptions:"hideTransitionOptions",filterValue:"filterValue",options:"options"},outputs:{onChange:"onChange",onFilter:"onFilter",onFocus:"onFocus",onBlur:"onBlur",onClick:"onClick",onShow:"onShow",onHide:"onHide",onClear:"onClear",onLazyLoad:"onLazyLoad"},features:[o._Bn([Ac])],decls:11,vars:20,consts:[[3,"ngClass","ngStyle","click"],["container",""],["role","combobox","pAutoFocus","",3,"ngClass","pTooltip","tooltipPosition","positionStyle","tooltipStyleClass","autofocus","focus","blur","keydown",4,"ngIf"],["type","text","aria-haspopup","listbox",3,"ngClass","disabled","input","keydown","focus","blur",4,"ngIf"],[4,"ngIf"],["role","button","aria-label","dropdown trigger","aria-haspopup","listbox",1,"p-dropdown-trigger"],["class","p-dropdown-trigger-icon",4,"ngIf"],[3,"visible","options","target","appendTo","autoZIndex","baseZIndex","showTransitionOptions","hideTransitionOptions","visibleChange","onAnimationStart","onHide"],["overlay",""],["pTemplate","content"],["role","combobox","pAutoFocus","",3,"ngClass","pTooltip","tooltipPosition","positionStyle","tooltipStyleClass","autofocus","focus","blur","keydown"],["focusInput",""],[4,"ngIf","ngIfElse"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],["defaultPlaceholder",""],["type","text","aria-haspopup","listbox",3,"ngClass","disabled","input","keydown","focus","blur"],["editableInput",""],[3,"styleClass","click",4,"ngIf"],["class","p-dropdown-clear-icon",3,"click",4,"ngIf"],[3,"styleClass","click"],[1,"p-dropdown-clear-icon",3,"click"],[4,"ngTemplateOutlet"],["class","p-dropdown-trigger-icon",3,"ngClass",4,"ngIf"],[3,"styleClass",4,"ngIf"],[1,"p-dropdown-trigger-icon",3,"ngClass"],[3,"styleClass"],[1,"p-dropdown-trigger-icon"],[3,"ngClass","ngStyle"],["role","presentation",1,"p-hidden-accessible","p-hidden-focusable",3,"focus"],["firstHiddenFocusableEl",""],["class","p-dropdown-header",3,"click",4,"ngIf"],[1,"p-dropdown-items-wrapper"],[3,"items","style","itemSize","autoSize","lazy","options","onLazyLoad",4,"ngIf"],["buildInItems",""],["lastHiddenFocusableEl",""],[1,"p-dropdown-header",3,"click"],["builtInFilterElement",""],[1,"p-dropdown-filter-container"],["type","text","autocomplete","off",1,"p-dropdown-filter","p-inputtext","p-component",3,"value","input","keydown","blur"],["filter",""],["class","p-dropdown-filter-icon",4,"ngIf"],[1,"p-dropdown-filter-icon"],[3,"items","itemSize","autoSize","lazy","options","onLazyLoad"],["scroller",""],["pTemplate","loader"],["role","listbox",1,"p-dropdown-items",3,"ngClass"],["items",""],["ngFor","",3,"ngForOf"],["class","p-dropdown-empty-message",3,"ngStyle",4,"ngIf"],["role","option",1,"p-dropdown-item-group",3,"ngStyle"],[3,"id","option","selected","label","disabled","template","focused","ariaPosInset","ariaSetSize","onClick","onMouseEnter"],[1,"p-dropdown-empty-message",3,"ngStyle"],["emptyFilter",""],["empty",""]],template:function(x,R){1&x&&(o.TgZ(0,"div",0,1),o.NdJ("click",function(gt){return R.onContainerClick(gt)}),o.YNc(2,tn,6,21,"span",2),o.YNc(3,rn,2,5,"input",3),o.YNc(4,dr,3,2,"ng-container",4),o.TgZ(5,"div",5),o.YNc(6,Ca,3,2,"ng-container",4),o.YNc(7,ns,2,1,"span",6),o.qZA(),o.TgZ(8,"p-overlay",7,8),o.NdJ("visibleChange",function(gt){return R.overlayVisible=gt})("onAnimationStart",function(gt){return R.onOverlayAnimationStart(gt)})("onHide",function(){return R.hide()}),o.YNc(10,Ra,13,19,"ng-template",9),o.qZA()()),2&x&&(o.Tol(R.styleClass),o.Q6J("ngClass",R.containerClass)("ngStyle",R.style),o.uIk("id",R.id),o.xp6(2),o.Q6J("ngIf",!R.editable),o.xp6(1),o.Q6J("ngIf",R.editable),o.xp6(1),o.Q6J("ngIf",R.isVisibleClearIcon),o.xp6(1),o.uIk("aria-expanded",R.overlayVisible)("data-pc-section","trigger"),o.xp6(1),o.Q6J("ngIf",!R.dropdownIconTemplate),o.xp6(1),o.Q6J("ngIf",R.dropdownIconTemplate),o.xp6(1),o.Q6J("visible",R.overlayVisible)("options",R.overlayOptions)("target","@parent")("appendTo",R.appendTo)("autoZIndex",R.autoZIndex)("baseZIndex",R.baseZIndex)("showTransitionOptions",R.showTransitionOptions)("hideTransitionOptions",R.hideTransitionOptions))},dependencies:function(){return[u.mk,u.sg,u.O5,u.tP,u.PC,Rn,We,Fn,It,et,oi,Jn,wi,vs]},styles:["@layer primeng{.p-dropdown{display:inline-flex;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.p-dropdown-clear-icon{position:absolute;top:50%;margin-top:-.5rem}.p-dropdown-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-dropdown-label-empty{overflow:hidden;opacity:0}input.p-dropdown-label{cursor:default}.p-dropdown .p-dropdown-panel{min-width:100%}.p-dropdown-items-wrapper{overflow:auto}.p-dropdown-item{cursor:pointer;font-weight:400;white-space:nowrap;position:relative;overflow:hidden}.p-dropdown-item-group{cursor:auto}.p-dropdown-items{margin:0;padding:0;list-style-type:none}.p-dropdown-filter{width:100%}.p-dropdown-filter-container{position:relative}.p-dropdown-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-dropdown{display:flex}.p-fluid .p-dropdown .p-dropdown-label{width:1%}}\n"],encapsulation:2,changeDetection:0})}return H})(),g1=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez,Vn,Ke,ui,qi,Kt,Dt,oi,Jn,wi,Vn,Ke,Kt]})}return H})(),Na=(()=>{class H{el;ngModel;cd;filled;constructor(m,x,R){this.el=m,this.ngModel=x,this.cd=R}ngAfterViewInit(){this.updateFilledState(),this.cd.detectChanges()}ngDoCheck(){this.updateFilledState()}onInput(){this.updateFilledState()}updateFilledState(){this.filled=this.el.nativeElement.value&&this.el.nativeElement.value.length||this.ngModel&&this.ngModel.model}static \u0275fac=function(x){return new(x||H)(o.Y36(o.SBq),o.Y36(D.On,8),o.Y36(o.sBO))};static \u0275dir=o.lG2({type:H,selectors:[["","pInputText",""]],hostAttrs:[1,"p-inputtext","p-component","p-element"],hostVars:2,hostBindings:function(x,R){1&x&&o.NdJ("input",function(gt){return R.onInput(gt)}),2&x&&o.ekj("p-filled",R.filled)}})}return H})(),Ko=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez]})}return H})();const _l=["input"],zs=function(H,Ge,m){return{"p-radiobutton-label":!0,"p-radiobutton-label-active":H,"p-disabled":Ge,"p-radiobutton-label-focus":m}};function Lo(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"label",7),o.NdJ("click",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.select(R))}),o._uU(1),o.qZA()}if(2&H){const m=o.oxw(),x=o.MAs(3);o.Tol(m.labelStyleClass),o.Q6J("ngClass",o.kEZ(6,zs,x.checked,m.disabled,m.focused)),o.uIk("for",m.inputId)("data-pc-section","label"),o.xp6(1),o.Oqu(m.label)}}const I1=function(H,Ge,m){return{"p-radiobutton p-component":!0,"p-radiobutton-checked":H,"p-radiobutton-disabled":Ge,"p-radiobutton-focused":m}},Ja=function(H,Ge,m){return{"p-radiobutton-box":!0,"p-highlight":H,"p-disabled":Ge,"p-focus":m}},_1={provide:D.JU,useExisting:(0,o.Gpc)(()=>Dc),multi:!0};let fc=(()=>{class H{accessors=[];add(m,x){this.accessors.push([m,x])}remove(m){this.accessors=this.accessors.filter(x=>x[1]!==m)}select(m){this.accessors.forEach(x=>{this.isSameGroup(x,m)&&x[1]!==m&&x[1].writeValue(m.value)})}isSameGroup(m,x){return!!m[0].control&&m[0].control.root===x.control.control.root&&m[1].name===x.name}static \u0275fac=function(x){return new(x||H)};static \u0275prov=o.Yz7({token:H,factory:H.\u0275fac,providedIn:"root"})}return H})(),Dc=(()=>{class H{cd;injector;registry;value;formControlName;name;disabled;label;tabindex;inputId;ariaLabelledBy;ariaLabel;style;styleClass;labelStyleClass;onClick=new o.vpe;onFocus=new o.vpe;onBlur=new o.vpe;inputViewChild;onModelChange=()=>{};onModelTouched=()=>{};checked;focused;control;constructor(m,x,R){this.cd=m,this.injector=x,this.registry=R}ngOnInit(){this.control=this.injector.get(D.a5),this.checkName(),this.registry.add(this.control,this)}handleClick(m,x,R){m.preventDefault(),!this.disabled&&(this.select(m),R&&x.focus())}select(m){this.disabled||(this.inputViewChild.nativeElement.checked=!0,this.checked=!0,this.onModelChange(this.value),this.registry.select(this),this.onClick.emit({originalEvent:m,value:this.value}))}writeValue(m){this.checked=m==this.value,this.inputViewChild&&this.inputViewChild.nativeElement&&(this.inputViewChild.nativeElement.checked=this.checked),this.cd.markForCheck()}registerOnChange(m){this.onModelChange=m}registerOnTouched(m){this.onModelTouched=m}setDisabledState(m){this.disabled=m,this.cd.markForCheck()}onInputFocus(m){this.focused=!0,this.onFocus.emit(m)}onInputBlur(m){this.focused=!1,this.onModelTouched(),this.onBlur.emit(m)}focus(){this.inputViewChild.nativeElement.focus()}ngOnDestroy(){this.registry.remove(this)}checkName(){this.name&&this.formControlName&&this.name!==this.formControlName&&this.throwNameError(),!this.name&&this.formControlName&&(this.name=this.formControlName)}throwNameError(){throw new Error('\n If you define both a name and a formControlName attribute on your radio button, their values\n must match. Ex: \n ')}static \u0275fac=function(x){return new(x||H)(o.Y36(o.sBO),o.Y36(o.zs3),o.Y36(fc))};static \u0275cmp=o.Xpm({type:H,selectors:[["p-radioButton"]],viewQuery:function(x,R){if(1&x&&o.Gf(_l,5),2&x){let ae;o.iGM(ae=o.CRH())&&(R.inputViewChild=ae.first)}},hostAttrs:[1,"p-element"],inputs:{value:"value",formControlName:"formControlName",name:"name",disabled:"disabled",label:"label",tabindex:"tabindex",inputId:"inputId",ariaLabelledBy:"ariaLabelledBy",ariaLabel:"ariaLabel",style:"style",styleClass:"styleClass",labelStyleClass:"labelStyleClass"},outputs:{onClick:"onClick",onFocus:"onFocus",onBlur:"onBlur"},features:[o._Bn([_1])],decls:7,vars:29,consts:[[3,"ngStyle","ngClass","click"],[1,"p-hidden-accessible"],["type","radio",3,"checked","disabled","value","focus","blur"],["input",""],[3,"ngClass"],[1,"p-radiobutton-icon"],[3,"class","ngClass","click",4,"ngIf"],[3,"ngClass","click"]],template:function(x,R){if(1&x){const ae=o.EpF();o.TgZ(0,"div",0),o.NdJ("click",function(pn){o.CHM(ae);const li=o.MAs(3);return o.KtG(R.handleClick(pn,li,!0))}),o.TgZ(1,"div",1)(2,"input",2,3),o.NdJ("focus",function(pn){return R.onInputFocus(pn)})("blur",function(pn){return R.onInputBlur(pn)}),o.qZA()(),o.TgZ(4,"div",4),o._UZ(5,"span",5),o.qZA()(),o.YNc(6,Lo,2,10,"label",6)}2&x&&(o.Tol(R.styleClass),o.Q6J("ngStyle",R.style)("ngClass",o.kEZ(21,I1,R.checked,R.disabled,R.focused)),o.uIk("data-pc-name","radiobutton")("data-pc-section","root"),o.xp6(1),o.uIk("data-pc-section","hiddenInputWrapper"),o.xp6(1),o.Q6J("checked",R.checked)("disabled",R.disabled)("value",R.value),o.uIk("id",R.inputId)("name",R.name)("aria-labelledby",R.ariaLabelledBy)("aria-label",R.ariaLabel)("tabindex",R.tabindex)("aria-checked",R.checked)("data-pc-section","hiddenInput"),o.xp6(2),o.Q6J("ngClass",o.kEZ(25,Ja,R.checked,R.disabled,R.focused)),o.uIk("data-pc-section","input"),o.xp6(1),o.uIk("data-pc-section","icon"),o.xp6(1),o.Q6J("ngIf",R.label))},dependencies:[u.mk,u.O5,u.PC],encapsulation:2,changeDetection:0})}return H})(),gs=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez]})}return H})();var yc=_(2425);const ta=["input"],Wl=function(H,Ge,m){return{"p-inputswitch p-component":!0,"p-inputswitch-checked":H,"p-disabled":Ge,"p-focus":m}},Ms={provide:D.JU,useExisting:(0,o.Gpc)(()=>Uo),multi:!0};let Uo=(()=>{class H{cd;style;styleClass;tabindex;inputId;name;disabled;readonly;trueValue=!0;falseValue=!1;ariaLabel;ariaLabelledBy;onChange=new o.vpe;input;modelValue=!1;focused=!1;onModelChange=()=>{};onModelTouched=()=>{};constructor(m){this.cd=m}onClick(m){!this.disabled&&!this.readonly&&(this.modelValue=this.checked()?this.falseValue:this.trueValue,this.onModelChange(this.modelValue),this.onChange.emit({originalEvent:m,checked:this.modelValue}),m.preventDefault(),this.input.nativeElement.focus())}onFocus(){this.focused=!0}onBlur(){this.focused=!1,this.onModelTouched()}writeValue(m){this.modelValue=m,this.cd.markForCheck()}registerOnChange(m){this.onModelChange=m}registerOnTouched(m){this.onModelTouched=m}setDisabledState(m){this.disabled=m,this.cd.markForCheck()}checked(){return this.modelValue===this.trueValue}static \u0275fac=function(x){return new(x||H)(o.Y36(o.sBO))};static \u0275cmp=o.Xpm({type:H,selectors:[["p-inputSwitch"]],viewQuery:function(x,R){if(1&x&&o.Gf(ta,5),2&x){let ae;o.iGM(ae=o.CRH())&&(R.input=ae.first)}},hostAttrs:[1,"p-element"],inputs:{style:"style",styleClass:"styleClass",tabindex:"tabindex",inputId:"inputId",name:"name",disabled:"disabled",readonly:"readonly",trueValue:"trueValue",falseValue:"falseValue",ariaLabel:"ariaLabel",ariaLabelledBy:"ariaLabelledBy"},outputs:{onChange:"onChange"},features:[o._Bn([Ms])],decls:5,vars:22,consts:[[3,"ngClass","ngStyle","click"],[1,"p-hidden-accessible"],["type","checkbox","role","switch",3,"checked","disabled","focus","blur"],["input",""],[1,"p-inputswitch-slider"]],template:function(x,R){1&x&&(o.TgZ(0,"div",0),o.NdJ("click",function(gt){return R.onClick(gt)}),o.TgZ(1,"div",1)(2,"input",2,3),o.NdJ("focus",function(){return R.onFocus()})("blur",function(){return R.onBlur()}),o.qZA()(),o._UZ(4,"span",4),o.qZA()),2&x&&(o.Tol(R.styleClass),o.Q6J("ngClass",o.kEZ(18,Wl,R.checked(),R.disabled,R.focused))("ngStyle",R.style),o.uIk("data-pc-name","inputswitch")("data-pc-section","root"),o.xp6(1),o.uIk("data-pc-section","hiddenInputWrapper")("data-p-hidden-accessible",!0),o.xp6(1),o.Q6J("checked",R.checked())("disabled",R.disabled),o.uIk("id",R.inputId)("aria-checked",R.checked())("aria-labelledby",R.ariaLabelledBy)("aria-label",R.ariaLabel)("name",R.name)("tabindex",R.tabindex)("data-pc-section","hiddenInput"),o.xp6(2),o.uIk("data-pc-section","slider"))},dependencies:[u.mk,u.PC],styles:['@layer primeng{.p-inputswitch{position:relative;display:inline-block;-webkit-user-select:none;user-select:none}.p-inputswitch-slider{position:absolute;cursor:pointer;inset:0}.p-inputswitch-slider:before{position:absolute;content:"";top:50%}}\n'],encapsulation:2,changeDetection:0})}return H})(),Qr=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez]})}return H})(),Cc=(()=>{class H{el;ngModel;control;cd;autoResize;onResize=new o.vpe;filled;cachedScrollHeight;ngModelSubscription;ngControlSubscription;constructor(m,x,R,ae){this.el=m,this.ngModel=x,this.control=R,this.cd=ae}ngOnInit(){this.ngModel&&(this.ngModelSubscription=this.ngModel.valueChanges.subscribe(()=>{this.updateState()})),this.control&&(this.ngControlSubscription=this.control.valueChanges.subscribe(()=>{this.updateState()}))}ngAfterViewChecked(){this.updateState()}ngAfterViewInit(){this.autoResize&&this.resize(),this.updateFilledState(),this.cd.detectChanges()}onInput(m){this.updateState()}updateFilledState(){this.filled=this.el.nativeElement.value&&this.el.nativeElement.value.length}resize(m){this.el.nativeElement.style.height="auto",this.el.nativeElement.style.height=this.el.nativeElement.scrollHeight+"px",parseFloat(this.el.nativeElement.style.height)>=parseFloat(this.el.nativeElement.style.maxHeight)?(this.el.nativeElement.style.overflowY="scroll",this.el.nativeElement.style.height=this.el.nativeElement.style.maxHeight):this.el.nativeElement.style.overflow="hidden",this.onResize.emit(m||{})}updateState(){this.updateFilledState(),this.autoResize&&this.resize()}ngOnDestroy(){this.ngModelSubscription&&this.ngModelSubscription.unsubscribe(),this.ngControlSubscription&&this.ngControlSubscription.unsubscribe()}static \u0275fac=function(x){return new(x||H)(o.Y36(o.SBq),o.Y36(D.On,8),o.Y36(D.a5,8),o.Y36(o.sBO))};static \u0275dir=o.lG2({type:H,selectors:[["","pInputTextarea",""]],hostAttrs:[1,"p-inputtextarea","p-inputtext","p-component","p-element"],hostVars:4,hostBindings:function(x,R){1&x&&o.NdJ("input",function(gt){return R.onInput(gt)}),2&x&&o.ekj("p-filled",R.filled)("p-inputtextarea-resizable",R.autoResize)},inputs:{autoResize:"autoResize"},outputs:{onResize:"onResize"}})}return H})(),Nl=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez]})}return H})();var ka=_(3595);const is=["sliderHandle"],Go=["sliderHandleStart"],sd=["sliderHandleEnd"],F2=function(H,Ge){return{left:H,width:Ge}};function kl(H,Ge){if(1&H&&o._UZ(0,"span",5),2&H){const m=o.oxw();o.Q6J("ngStyle",o.WLB(2,F2,null!=m.offset?m.offset+"%":m.handleValues[0]+"%",m.diff?m.diff+"%":m.handleValues[1]-m.handleValues[0]+"%")),o.uIk("data-pc-section","range")}}const d2=function(H,Ge){return{bottom:H,height:Ge}};function v1(H,Ge){if(1&H&&o._UZ(0,"span",5),2&H){const m=o.oxw();o.Q6J("ngStyle",o.WLB(2,d2,null!=m.offset?m.offset+"%":m.handleValues[0]+"%",m.diff?m.diff+"%":m.handleValues[1]-m.handleValues[0]+"%")),o.uIk("data-pc-section","range")}}const fo=function(H){return{height:H}};function Qs(H,Ge){if(1&H&&o._UZ(0,"span",5),2&H){const m=o.oxw();o.Q6J("ngStyle",o.VKq(2,fo,m.handleValue+"%")),o.uIk("data-pc-section","range")}}const vl=function(H){return{width:H}};function Ll(H,Ge){if(1&H&&o._UZ(0,"span",5),2&H){const m=o.oxw();o.Q6J("ngStyle",o.VKq(2,vl,m.handleValue+"%")),o.uIk("data-pc-section","range")}}const Ne=function(H,Ge){return{left:H,bottom:Ge}};function ze(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"span",6,7),o.NdJ("touchstart",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onDragStart(R))})("touchmove",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onDrag(R))})("touchend",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onDragEnd(R))})("mousedown",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onMouseDown(R))})("keydown",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onKeyDown(R))}),o.qZA()}if(2&H){const m=o.oxw();o.Udp("transition",m.dragging?"none":null),o.Q6J("ngStyle",o.WLB(11,Ne,"horizontal"==m.orientation?m.handleValue+"%":null,"vertical"==m.orientation?m.handleValue+"%":null)),o.uIk("tabindex",m.disabled?null:m.tabindex)("aria-valuemin",m.min)("aria-valuenow",m.value)("aria-valuemax",m.max)("aria-labelledby",m.ariaLabelledBy)("aria-label",m.ariaLabel)("aria-orientation",m.orientation)("data-pc-section","handle")}}const ge=function(H){return{"p-slider-handle-active":H}};function dt(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"span",8,9),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onKeyDown(R,0))})("mousedown",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onMouseDown(R,0))})("touchstart",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onDragStart(R,0))})("touchmove",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onDrag(R,0))})("touchend",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onDragEnd(R))}),o.qZA()}if(2&H){const m=o.oxw();o.Udp("transition",m.dragging?"none":null),o.Q6J("ngStyle",o.WLB(12,Ne,m.rangeStartLeft,m.rangeStartBottom))("ngClass",o.VKq(15,ge,0==m.handleIndex)),o.uIk("tabindex",m.disabled?null:m.tabindex)("aria-valuemin",m.min)("aria-valuenow",m.value?m.value[0]:null)("aria-valuemax",m.max)("aria-labelledby",m.ariaLabelledBy)("aria-label",m.ariaLabel)("aria-orientation",m.orientation)("data-pc-section","startHandler")}}function dn(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"span",10,11),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onKeyDown(R,1))})("mousedown",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onMouseDown(R,1))})("touchstart",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onDragStart(R,1))})("touchmove",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onDrag(R,1))})("touchend",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onDragEnd(R))}),o.qZA()}if(2&H){const m=o.oxw();o.Udp("transition",m.dragging?"none":null),o.Q6J("ngStyle",o.WLB(12,Ne,m.rangeEndLeft,m.rangeEndBottom))("ngClass",o.VKq(15,ge,1==m.handleIndex)),o.uIk("tabindex",m.disabled?null:m.tabindex)("aria-valuemin",m.min)("aria-valuenow",m.value?m.value[1]:null)("aria-valuemax",m.max)("aria-labelledby",m.ariaLabelledBy)("aria-label",m.ariaLabel)("aria-orientation",m.orientation)("data-pc-section","endHandler")}}const yr=function(H,Ge,m,x){return{"p-slider p-component":!0,"p-disabled":H,"p-slider-horizontal":Ge,"p-slider-vertical":m,"p-slider-animate":x}},lo={provide:D.JU,useExisting:(0,o.Gpc)(()=>La),multi:!0};let La=(()=>{class H{document;platformId;el;renderer;ngZone;cd;animate;disabled;min=0;max=100;orientation="horizontal";step;range;style;styleClass;ariaLabel;ariaLabelledBy;tabindex=0;onChange=new o.vpe;onSlideEnd=new o.vpe;sliderHandle;sliderHandleStart;sliderHandleEnd;value;values;handleValue;handleValues=[];diff;offset;bottom;onModelChange=()=>{};onModelTouched=()=>{};dragging;dragListener;mouseupListener;initX;initY;barWidth;barHeight;sliderHandleClick;handleIndex=0;startHandleValue;startx;starty;constructor(m,x,R,ae,gt,pn){this.document=m,this.platformId=x,this.el=R,this.renderer=ae,this.ngZone=gt,this.cd=pn}onMouseDown(m,x){this.disabled||(this.dragging=!0,this.updateDomData(),this.sliderHandleClick=!0,this.handleIndex=this.range&&this.handleValues&&this.handleValues[0]===this.max?0:x,this.bindDragListeners(),m.target.focus(),m.preventDefault(),this.animate&&Fe.removeClass(this.el.nativeElement.children[0],"p-slider-animate"))}onDragStart(m,x){if(!this.disabled){var R=m.changedTouches[0];this.startHandleValue=this.range?this.handleValues[x]:this.handleValue,this.dragging=!0,this.handleIndex=this.range&&this.handleValues&&this.handleValues[0]===this.max?0:x,"horizontal"===this.orientation?(this.startx=parseInt(R.clientX,10),this.barWidth=this.el.nativeElement.children[0].offsetWidth):(this.starty=parseInt(R.clientY,10),this.barHeight=this.el.nativeElement.children[0].offsetHeight),this.animate&&Fe.removeClass(this.el.nativeElement.children[0],"p-slider-animate"),m.preventDefault()}}onDrag(m){if(!this.disabled){var R,x=m.changedTouches[0];R="horizontal"===this.orientation?Math.floor(100*(parseInt(x.clientX,10)-this.startx)/this.barWidth)+this.startHandleValue:Math.floor(100*(this.starty-parseInt(x.clientY,10))/this.barHeight)+this.startHandleValue,this.setValueFromHandle(m,R),m.preventDefault()}}onDragEnd(m){this.disabled||(this.dragging=!1,this.onSlideEnd.emit(this.range?{originalEvent:m,values:this.values}:{originalEvent:m,value:this.value}),this.animate&&Fe.addClass(this.el.nativeElement.children[0],"p-slider-animate"),m.preventDefault())}onBarClick(m){this.disabled||(this.sliderHandleClick||(this.updateDomData(),this.handleChange(m),this.onSlideEnd.emit(this.range?{originalEvent:m,values:this.values}:{originalEvent:m,value:this.value})),this.sliderHandleClick=!1)}onKeyDown(m,x){switch(this.handleIndex=x,m.code){case"ArrowDown":case"ArrowLeft":this.decrementValue(m,x),m.preventDefault();break;case"ArrowUp":case"ArrowRight":this.incrementValue(m,x),m.preventDefault();break;case"PageDown":this.decrementValue(m,x,!0),m.preventDefault();break;case"PageUp":this.incrementValue(m,x,!0),m.preventDefault();break;case"Home":this.updateValue(this.min,m),m.preventDefault();break;case"End":this.updateValue(this.max,m),m.preventDefault()}}decrementValue(m,x,R=!1){let ae;ae=this.range?this.step?this.values[x]-this.step:this.values[x]-1:this.step?this.value-this.step:!this.step&&R?this.value-10:this.value-1,this.updateValue(ae,m),m.preventDefault()}incrementValue(m,x,R=!1){let ae;ae=this.range?this.step?this.values[x]+this.step:this.values[x]+1:this.step?this.value+this.step:!this.step&&R?this.value+10:this.value+1,this.updateValue(ae,m),m.preventDefault()}handleChange(m){let x=this.calculateHandleValue(m);this.setValueFromHandle(m,x)}bindDragListeners(){(0,u.NF)(this.platformId)&&this.ngZone.runOutsideAngular(()=>{const m=this.el?this.el.nativeElement.ownerDocument:this.document;this.dragListener||(this.dragListener=this.renderer.listen(m,"mousemove",x=>{this.dragging&&this.ngZone.run(()=>{this.handleChange(x)})})),this.mouseupListener||(this.mouseupListener=this.renderer.listen(m,"mouseup",x=>{this.dragging&&(this.dragging=!1,this.ngZone.run(()=>{this.onSlideEnd.emit(this.range?{originalEvent:x,values:this.values}:{originalEvent:x,value:this.value}),this.animate&&Fe.addClass(this.el.nativeElement.children[0],"p-slider-animate")}))}))})}unbindDragListeners(){this.dragListener&&(this.dragListener(),this.dragListener=null),this.mouseupListener&&(this.mouseupListener(),this.mouseupListener=null)}setValueFromHandle(m,x){let R=this.getValueFromHandle(x);this.range?this.step?this.handleStepChange(R,this.values[this.handleIndex]):(this.handleValues[this.handleIndex]=x,this.updateValue(R,m)):this.step?this.handleStepChange(R,this.value):(this.handleValue=x,this.updateValue(R,m)),this.cd.markForCheck()}handleStepChange(m,x){let R=m-x,ae=x,gt=this.step;R<0?ae=x+Math.ceil(m/gt-x/gt)*gt:R>0&&(ae=x+Math.floor(m/gt-x/gt)*gt),this.updateValue(ae),this.updateHandleValue()}writeValue(m){this.range?this.values=m||[0,0]:this.value=m||0,this.updateHandleValue(),this.updateDiffAndOffset(),this.cd.markForCheck()}registerOnChange(m){this.onModelChange=m}registerOnTouched(m){this.onModelTouched=m}setDisabledState(m){this.disabled=m,this.cd.markForCheck()}get rangeStartLeft(){return this.isVertical()?null:this.handleValues[0]>100?"100%":this.handleValues[0]+"%"}get rangeStartBottom(){return this.isVertical()?this.handleValues[0]+"%":"auto"}get rangeEndLeft(){return this.isVertical()?null:this.handleValues[1]+"%"}get rangeEndBottom(){return this.isVertical()?this.handleValues[1]+"%":"auto"}isVertical(){return"vertical"===this.orientation}updateDomData(){let m=this.el.nativeElement.children[0].getBoundingClientRect();this.initX=m.left+Fe.getWindowScrollLeft(),this.initY=m.top+Fe.getWindowScrollTop(),this.barWidth=this.el.nativeElement.children[0].offsetWidth,this.barHeight=this.el.nativeElement.children[0].offsetHeight}calculateHandleValue(m){return"horizontal"===this.orientation?100*(m.pageX-this.initX)/this.barWidth:100*(this.initY+this.barHeight-m.pageY)/this.barHeight}updateHandleValue(){this.range?(this.handleValues[0]=100*(this.values[0]this.max?100:this.values[1]-this.min)/(this.max-this.min)):this.handleValue=this.valuethis.max?100:100*(this.value-this.min)/(this.max-this.min),this.step&&this.updateDiffAndOffset()}updateDiffAndOffset(){this.diff=this.getDiff(),this.offset=this.getOffset()}getDiff(){return Math.abs(this.handleValues[0]-this.handleValues[1])}getOffset(){return Math.min(this.handleValues[0],this.handleValues[1])}updateValue(m,x){if(this.range){let R=m;0==this.handleIndex?(Rthis.values[1]&&R>this.max&&(R=this.max,this.handleValues[0]=100),this.sliderHandleStart?.nativeElement.focus()):(R>this.max?(R=this.max,this.handleValues[1]=100,this.offset=this.handleValues[1]):Rthis.max&&(m=this.max,this.handleValue=100),this.value=this.getNormalizedValue(m),this.onModelChange(this.value),this.onChange.emit({event:x,value:this.value}),this.sliderHandle?.nativeElement.focus();this.updateHandleValue()}getValueFromHandle(m){return m/100*(this.max-this.min)+this.min}getDecimalsCount(m){return m&&Math.floor(m)!==m&&m.toString().split(".")[1].length||0}getNormalizedValue(m){let x=this.getDecimalsCount(this.step);return x>0?+parseFloat(m.toString()).toFixed(x):Math.floor(m)}ngOnDestroy(){this.unbindDragListeners()}get minVal(){return Math.min(this.values[1],this.values[0])}get maxVal(){return Math.max(this.values[1],this.values[0])}static \u0275fac=function(x){return new(x||H)(o.Y36(u.K0),o.Y36(o.Lbi),o.Y36(o.SBq),o.Y36(o.Qsj),o.Y36(o.R0b),o.Y36(o.sBO))};static \u0275cmp=o.Xpm({type:H,selectors:[["p-slider"]],viewQuery:function(x,R){if(1&x&&(o.Gf(is,5),o.Gf(Go,5),o.Gf(sd,5)),2&x){let ae;o.iGM(ae=o.CRH())&&(R.sliderHandle=ae.first),o.iGM(ae=o.CRH())&&(R.sliderHandleStart=ae.first),o.iGM(ae=o.CRH())&&(R.sliderHandleEnd=ae.first)}},hostAttrs:[1,"p-element"],inputs:{animate:"animate",disabled:"disabled",min:"min",max:"max",orientation:"orientation",step:"step",range:"range",style:"style",styleClass:"styleClass",ariaLabel:"ariaLabel",ariaLabelledBy:"ariaLabelledBy",tabindex:"tabindex"},outputs:{onChange:"onChange",onSlideEnd:"onSlideEnd"},features:[o._Bn([lo])],decls:8,vars:18,consts:[[3,"ngStyle","ngClass","click"],["class","p-slider-range",3,"ngStyle",4,"ngIf"],["class","p-slider-handle","role","slider",3,"transition","ngStyle","touchstart","touchmove","touchend","mousedown","keydown",4,"ngIf"],["class","p-slider-handle","role","slider",3,"transition","ngStyle","ngClass","keydown","mousedown","touchstart","touchmove","touchend",4,"ngIf"],["class","p-slider-handle",3,"transition","ngStyle","ngClass","keydown","mousedown","touchstart","touchmove","touchend",4,"ngIf"],[1,"p-slider-range",3,"ngStyle"],["role","slider",1,"p-slider-handle",3,"ngStyle","touchstart","touchmove","touchend","mousedown","keydown"],["sliderHandle",""],["role","slider",1,"p-slider-handle",3,"ngStyle","ngClass","keydown","mousedown","touchstart","touchmove","touchend"],["sliderHandleStart",""],[1,"p-slider-handle",3,"ngStyle","ngClass","keydown","mousedown","touchstart","touchmove","touchend"],["sliderHandleEnd",""]],template:function(x,R){1&x&&(o.TgZ(0,"div",0),o.NdJ("click",function(gt){return R.onBarClick(gt)}),o.YNc(1,kl,1,5,"span",1),o.YNc(2,v1,1,5,"span",1),o.YNc(3,Qs,1,4,"span",1),o.YNc(4,Ll,1,4,"span",1),o.YNc(5,ze,2,14,"span",2),o.YNc(6,dt,2,17,"span",3),o.YNc(7,dn,2,17,"span",4),o.qZA()),2&x&&(o.Tol(R.styleClass),o.Q6J("ngStyle",R.style)("ngClass",o.l5B(13,yr,R.disabled,"horizontal"==R.orientation,"vertical"==R.orientation,R.animate)),o.uIk("data-pc-name","slider")("data-pc-section","root"),o.xp6(1),o.Q6J("ngIf",R.range&&"horizontal"==R.orientation),o.xp6(1),o.Q6J("ngIf",R.range&&"vertical"==R.orientation),o.xp6(1),o.Q6J("ngIf",!R.range&&"vertical"==R.orientation),o.xp6(1),o.Q6J("ngIf",!R.range&&"horizontal"==R.orientation),o.xp6(1),o.Q6J("ngIf",!R.range),o.xp6(1),o.Q6J("ngIf",R.range),o.xp6(1),o.Q6J("ngIf",R.range))},dependencies:[u.mk,u.O5,u.PC],styles:["@layer primeng{.p-slider{position:relative}.p-slider .p-slider-handle{position:absolute;cursor:grab;touch-action:none;display:block}.p-slider-range{position:absolute;display:block}.p-slider-horizontal .p-slider-range{top:0;left:0;height:100%}.p-slider-horizontal .p-slider-handle{top:50%}.p-slider-vertical{height:100px}.p-slider-vertical .p-slider-handle{left:50%}.p-slider-vertical .p-slider-range{bottom:0;left:0;width:100%}}\n"],encapsulation:2,changeDetection:0})}return H})(),Oc=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez]})}return H})();const Qc={button:"p-button",component:"p-component",iconOnly:"p-button-icon-only",disabled:"p-disabled",loading:"p-button-loading",labelOnly:"p-button-loading-label-only"};let b1=(()=>{class H{el;document;iconPos="left";loadingIcon;get label(){return this._label}set label(m){this._label=m,this.initialized&&(this.updateLabel(),this.updateIcon(),this.setStyleClass())}get icon(){return this._icon}set icon(m){this._icon=m,this.initialized&&(this.updateIcon(),this.setStyleClass())}get loading(){return this._loading}set loading(m){this._loading=m,this.initialized&&(this.updateIcon(),this.setStyleClass())}_label;_icon;_loading=!1;initialized;get htmlElement(){return this.el.nativeElement}_internalClasses=Object.values(Qc);spinnerIcon='\n \n \n \n \n \n \n \n \n ';constructor(m,x){this.el=m,this.document=x}ngAfterViewInit(){Fe.addMultipleClasses(this.htmlElement,this.getStyleClass().join(" ")),this.createIcon(),this.createLabel(),this.initialized=!0}getStyleClass(){const m=[Qc.button,Qc.component];return this.icon&&!this.label&&U.isEmpty(this.htmlElement.textContent)&&m.push(Qc.iconOnly),this.loading&&(m.push(Qc.disabled,Qc.loading),!this.icon&&this.label&&m.push(Qc.labelOnly),this.icon&&!this.label&&!U.isEmpty(this.htmlElement.textContent)&&m.push(Qc.iconOnly)),m}setStyleClass(){const m=this.getStyleClass();this.htmlElement.classList.remove(...this._internalClasses),this.htmlElement.classList.add(...m)}createLabel(){if(this.label){let m=this.document.createElement("span");this.icon&&!this.label&&m.setAttribute("aria-hidden","true"),m.className="p-button-label",m.appendChild(this.document.createTextNode(this.label)),this.htmlElement.appendChild(m)}}createIcon(){if(this.icon||this.loading){let m=this.document.createElement("span");m.className="p-button-icon",m.setAttribute("aria-hidden","true");let x=this.label?"p-button-icon-"+this.iconPos:null;x&&Fe.addClass(m,x);let R=this.getIconClass();R&&Fe.addMultipleClasses(m,R),!this.loadingIcon&&this.loading&&(m.innerHTML=this.spinnerIcon),this.htmlElement.insertBefore(m,this.htmlElement.firstChild)}}updateLabel(){let m=Fe.findSingle(this.htmlElement,".p-button-label");this.label?m?m.textContent=this.label:this.createLabel():m&&this.htmlElement.removeChild(m)}updateIcon(){let m=Fe.findSingle(this.htmlElement,".p-button-icon"),x=Fe.findSingle(this.htmlElement,".p-button-label");this.loading&&!this.loadingIcon&&m?m.innerHTML=this.spinnerIcon:m?.innerHTML&&(m.innerHTML=""),m?m.className=this.iconPos?"p-button-icon "+(x?"p-button-icon-"+this.iconPos:"")+" "+this.getIconClass():"p-button-icon "+this.getIconClass():this.createIcon()}getIconClass(){return this.loading?"p-button-loading-icon "+(this.loadingIcon?this.loadingIcon:"p-icon"):this.icon||"p-hidden"}ngOnDestroy(){this.initialized=!1}static \u0275fac=function(x){return new(x||H)(o.Y36(o.SBq),o.Y36(u.K0))};static \u0275dir=o.lG2({type:H,selectors:[["","pButton",""]],hostAttrs:[1,"p-element"],inputs:{iconPos:"iconPos",loadingIcon:"loadingIcon",label:"label",icon:"icon",loading:"loading"}})}return H})(),Pl=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez,qi,Ke,Bi,Ke]})}return H})(),Vl=(()=>{class H extends $n{static \u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static \u0275cmp=o.Xpm({type:H,selectors:[["ChevronLeftIcon"]],standalone:!0,features:[o.qOj,o.jDz],decls:2,vars:5,consts:[["width","14","height","14","viewBox","0 0 14 14","fill","none","xmlns","http://www.w3.org/2000/svg"],["d","M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z","fill","currentColor"]],template:function(x,R){1&x&&(o.O4$(),o.TgZ(0,"svg",0),o._UZ(1,"path",1),o.qZA()),2&x&&(o.Tol(R.getClassNames()),o.uIk("aria-label",R.ariaLabel)("aria-hidden",R.ariaHidden)("role",R.role))},encapsulation:2})}return H})(),Jl=(()=>{class H extends $n{static \u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static \u0275cmp=o.Xpm({type:H,selectors:[["ChevronRightIcon"]],standalone:!0,features:[o.qOj,o.jDz],decls:2,vars:5,consts:[["width","14","height","14","viewBox","0 0 14 14","fill","none","xmlns","http://www.w3.org/2000/svg"],["d","M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z","fill","currentColor"]],template:function(x,R){1&x&&(o.O4$(),o.TgZ(0,"svg",0),o._UZ(1,"path",1),o.qZA()),2&x&&(o.Tol(R.getClassNames()),o.uIk("aria-label",R.ariaLabel)("aria-hidden",R.ariaHidden)("role",R.role))},encapsulation:2})}return H})(),y1=(()=>{class H extends $n{static \u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static \u0275cmp=o.Xpm({type:H,selectors:[["ChevronUpIcon"]],standalone:!0,features:[o.qOj,o.jDz],decls:2,vars:5,consts:[["width","14","height","14","viewBox","0 0 14 14","fill","none","xmlns","http://www.w3.org/2000/svg"],["d","M12.2097 10.4113C12.1057 10.4118 12.0027 10.3915 11.9067 10.3516C11.8107 10.3118 11.7237 10.2532 11.6506 10.1792L6.93602 5.46461L2.22139 10.1476C2.07272 10.244 1.89599 10.2877 1.71953 10.2717C1.54307 10.2556 1.3771 10.1808 1.24822 10.0593C1.11933 9.93766 1.035 9.77633 1.00874 9.6011C0.982477 9.42587 1.0158 9.2469 1.10338 9.09287L6.37701 3.81923C6.52533 3.6711 6.72639 3.58789 6.93602 3.58789C7.14565 3.58789 7.3467 3.6711 7.49502 3.81923L12.7687 9.09287C12.9168 9.24119 13 9.44225 13 9.65187C13 9.8615 12.9168 10.0626 12.7687 10.2109C12.616 10.3487 12.4151 10.4207 12.2097 10.4113Z","fill","currentColor"]],template:function(x,R){1&x&&(o.O4$(),o.TgZ(0,"svg",0),o._UZ(1,"path",1),o.qZA()),2&x&&(o.Tol(R.getClassNames()),o.uIk("aria-label",R.ariaLabel)("aria-hidden",R.ariaHidden)("role",R.role))},encapsulation:2})}return H})(),al=(()=>{class H extends $n{static \u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static \u0275cmp=o.Xpm({type:H,selectors:[["CalendarIcon"]],standalone:!0,features:[o.qOj,o.jDz],decls:2,vars:5,consts:[["width","14","height","14","viewBox","0 0 14 14","fill","none","xmlns","http://www.w3.org/2000/svg"],["d","M10.7838 1.51351H9.83783V0.567568C9.83783 0.417039 9.77804 0.272676 9.6716 0.166237C9.56516 0.0597971 9.42079 0 9.27027 0C9.11974 0 8.97538 0.0597971 8.86894 0.166237C8.7625 0.272676 8.7027 0.417039 8.7027 0.567568V1.51351H5.29729V0.567568C5.29729 0.417039 5.2375 0.272676 5.13106 0.166237C5.02462 0.0597971 4.88025 0 4.72973 0C4.5792 0 4.43484 0.0597971 4.3284 0.166237C4.22196 0.272676 4.16216 0.417039 4.16216 0.567568V1.51351H3.21621C2.66428 1.51351 2.13494 1.73277 1.74467 2.12305C1.35439 2.51333 1.13513 3.04266 1.13513 3.59459V11.9189C1.13513 12.4709 1.35439 13.0002 1.74467 13.3905C2.13494 13.7807 2.66428 14 3.21621 14H10.7838C11.3357 14 11.865 13.7807 12.2553 13.3905C12.6456 13.0002 12.8649 12.4709 12.8649 11.9189V3.59459C12.8649 3.04266 12.6456 2.51333 12.2553 2.12305C11.865 1.73277 11.3357 1.51351 10.7838 1.51351ZM3.21621 2.64865H4.16216V3.59459C4.16216 3.74512 4.22196 3.88949 4.3284 3.99593C4.43484 4.10237 4.5792 4.16216 4.72973 4.16216C4.88025 4.16216 5.02462 4.10237 5.13106 3.99593C5.2375 3.88949 5.29729 3.74512 5.29729 3.59459V2.64865H8.7027V3.59459C8.7027 3.74512 8.7625 3.88949 8.86894 3.99593C8.97538 4.10237 9.11974 4.16216 9.27027 4.16216C9.42079 4.16216 9.56516 4.10237 9.6716 3.99593C9.77804 3.88949 9.83783 3.74512 9.83783 3.59459V2.64865H10.7838C11.0347 2.64865 11.2753 2.74831 11.4527 2.92571C11.6301 3.10311 11.7297 3.34371 11.7297 3.59459V5.67568H2.27027V3.59459C2.27027 3.34371 2.36993 3.10311 2.54733 2.92571C2.72473 2.74831 2.96533 2.64865 3.21621 2.64865ZM10.7838 12.8649H3.21621C2.96533 12.8649 2.72473 12.7652 2.54733 12.5878C2.36993 12.4104 2.27027 12.1698 2.27027 11.9189V6.81081H11.7297V11.9189C11.7297 12.1698 11.6301 12.4104 11.4527 12.5878C11.2753 12.7652 11.0347 12.8649 10.7838 12.8649Z","fill","currentColor"]],template:function(x,R){1&x&&(o.O4$(),o.TgZ(0,"svg",0),o._UZ(1,"path",1),o.qZA()),2&x&&(o.Tol(R.getClassNames()),o.uIk("aria-label",R.ariaLabel)("aria-hidden",R.ariaHidden)("role",R.role))},encapsulation:2})}return H})();const u2=["container"],Ic=["inputfield"],Hc=["contentWrapper"];function f2(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"TimesIcon",10),o.NdJ("click",function(){o.CHM(m);const R=o.oxw(3);return o.KtG(R.clear())}),o.qZA()}2&H&&o.Q6J("styleClass","p-calendar-clear-icon")}function Zc(H,Ge){}function H2(H,Ge){1&H&&o.YNc(0,Zc,0,0,"ng-template")}function yl(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"span",11),o.NdJ("click",function(){o.CHM(m);const R=o.oxw(3);return o.KtG(R.clear())}),o.YNc(1,H2,1,0,null,12),o.qZA()}if(2&H){const m=o.oxw(3);o.xp6(1),o.Q6J("ngTemplateOutlet",m.clearIconTemplate)}}function J(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,f2,1,1,"TimesIcon",8),o.YNc(2,yl,2,1,"span",9),o.BQk()),2&H){const m=o.oxw(2);o.xp6(1),o.Q6J("ngIf",!m.clearIconTemplate),o.xp6(1),o.Q6J("ngIf",m.clearIconTemplate)}}function bt(H,Ge){if(1&H&&o._UZ(0,"span",15),2&H){const m=o.oxw(3);o.Q6J("ngClass",m.icon)}}function se(H,Ge){1&H&&o._UZ(0,"CalendarIcon")}function Te(H,Ge){}function Ct(H,Ge){1&H&&o.YNc(0,Te,0,0,"ng-template")}function Ht(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,se,1,0,"CalendarIcon",6),o.YNc(2,Ct,1,0,null,12),o.BQk()),2&H){const m=o.oxw(3);o.xp6(1),o.Q6J("ngIf",!m.triggerIconTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.triggerIconTemplate)}}function N(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"button",13),o.NdJ("click",function(R){o.CHM(m),o.oxw();const ae=o.MAs(1),gt=o.oxw();return o.KtG(gt.onButtonClick(R,ae))}),o.YNc(1,bt,1,1,"span",14),o.YNc(2,Ht,3,2,"ng-container",6),o.qZA()}if(2&H){const m=o.oxw(2);o.Q6J("disabled",m.disabled),o.uIk("aria-label",m.iconButtonAriaLabel)("aria-expanded",m.overlayVisible)("aria-controls",m.panelId),o.xp6(1),o.Q6J("ngIf",m.icon),o.xp6(1),o.Q6J("ngIf",!m.icon)}}function fe(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"input",4,5),o.NdJ("focus",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onInputFocus(R))})("keydown",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onInputKeydown(R))})("click",function(){o.CHM(m);const R=o.oxw();return o.KtG(R.onInputClick())})("blur",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onInputBlur(R))})("input",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onUserInput(R))}),o.qZA(),o.YNc(2,J,3,2,"ng-container",6),o.YNc(3,N,3,6,"button",7)}if(2&H){const m=o.oxw();o.Tol(m.inputStyleClass),o.Q6J("value",m.inputFieldValue)("readonly",m.readonlyInput)("ngStyle",m.inputStyle)("placeholder",m.placeholder||"")("disabled",m.disabled)("ngClass","p-inputtext p-component"),o.uIk("id",m.inputId)("name",m.name)("required",m.required)("aria-required",m.required)("aria-expanded",m.overlayVisible)("aria-controls",m.panelId)("aria-labelledby",m.ariaLabelledBy)("aria-label",m.ariaLabel)("tabindex",m.tabindex)("inputmode",m.touchUI?"off":null),o.xp6(2),o.Q6J("ngIf",m.showClear&&!m.disabled&&null!=m.value),o.xp6(1),o.Q6J("ngIf",m.showIcon)}}function Q(H,Ge){1&H&&o.GkF(0)}function de(H,Ge){1&H&&o._UZ(0,"ChevronLeftIcon",37),2&H&&o.Q6J("styleClass","p-datepicker-prev-icon")}function ct(H,Ge){}function cn(H,Ge){1&H&&o.YNc(0,ct,0,0,"ng-template")}function Mn(H,Ge){if(1&H&&(o.TgZ(0,"span",38),o.YNc(1,cn,1,0,null,12),o.qZA()),2&H){const m=o.oxw(5);o.xp6(1),o.Q6J("ngTemplateOutlet",m.previousIconTemplate)}}function On(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"button",35),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(4);return o.KtG(ae.onContainerButtonKeydown(R))})("click",function(R){o.CHM(m);const ae=o.oxw(4);return o.KtG(ae.onPrevButtonClick(R))}),o.YNc(1,de,1,1,"ChevronLeftIcon",32),o.YNc(2,Mn,2,1,"span",36),o.qZA()}if(2&H){const m=o.oxw(4);o.uIk("aria-label",m.prevIconAriaLabel),o.xp6(1),o.Q6J("ngIf",!m.previousIconTemplate),o.xp6(1),o.Q6J("ngIf",m.previousIconTemplate)}}function Mi(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"button",39),o.NdJ("click",function(R){o.CHM(m);const ae=o.oxw(4);return o.KtG(ae.switchToMonthView(R))})("keydown",function(R){o.CHM(m);const ae=o.oxw(4);return o.KtG(ae.onContainerButtonKeydown(R))}),o._uU(1),o.qZA()}if(2&H){const m=o.oxw().$implicit,x=o.oxw(3);o.Q6J("disabled",x.switchViewButtonDisabled()),o.uIk("aria-label",x.getTranslation("chooseMonth")),o.xp6(1),o.hij(" ",x.getMonthName(m.month)," ")}}function Yo(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"button",40),o.NdJ("click",function(R){o.CHM(m);const ae=o.oxw(4);return o.KtG(ae.switchToYearView(R))})("keydown",function(R){o.CHM(m);const ae=o.oxw(4);return o.KtG(ae.onContainerButtonKeydown(R))}),o._uU(1),o.qZA()}if(2&H){const m=o.oxw().$implicit,x=o.oxw(3);o.Q6J("disabled",x.switchViewButtonDisabled()),o.uIk("aria-label",x.getTranslation("chooseYear")),o.xp6(1),o.hij(" ",x.getYear(m)," ")}}function Cr(H,Ge){if(1&H&&(o.ynx(0),o._uU(1),o.BQk()),2&H){const m=o.oxw(5);o.xp6(1),o.AsE("",m.yearPickerValues()[0]," - ",m.yearPickerValues()[m.yearPickerValues().length-1],"")}}function Ir(H,Ge){1&H&&o.GkF(0)}const _i=function(H){return{$implicit:H}};function Vr(H,Ge){if(1&H&&(o.TgZ(0,"span",41),o.YNc(1,Cr,2,2,"ng-container",6),o.YNc(2,Ir,1,0,"ng-container",42),o.qZA()),2&H){const m=o.oxw(4);o.xp6(1),o.Q6J("ngIf",!m.decadeTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.decadeTemplate)("ngTemplateOutletContext",o.VKq(3,_i,m.yearPickerValues))}}function Xo(H,Ge){1&H&&o._UZ(0,"ChevronRightIcon",37),2&H&&o.Q6J("styleClass","p-datepicker-next-icon")}function na(H,Ge){}function Zr(H,Ge){1&H&&o.YNc(0,na,0,0,"ng-template")}function ga(H,Ge){if(1&H&&(o.TgZ(0,"span",43),o.YNc(1,Zr,1,0,null,12),o.qZA()),2&H){const m=o.oxw(4);o.xp6(1),o.Q6J("ngTemplateOutlet",m.nextIconTemplate)}}function rs(H,Ge){if(1&H&&(o.TgZ(0,"th",49)(1,"span"),o._uU(2),o.qZA()()),2&H){const m=o.oxw(5);o.xp6(2),o.Oqu(m.getTranslation("weekHeader"))}}function Xa(H,Ge){if(1&H&&(o.TgZ(0,"th",50)(1,"span"),o._uU(2),o.qZA()()),2&H){const m=Ge.$implicit;o.xp6(2),o.Oqu(m)}}function Cl(H,Ge){if(1&H&&(o.TgZ(0,"td",53)(1,"span",54),o._uU(2),o.qZA()()),2&H){const m=o.oxw().index,x=o.oxw(2).$implicit;o.xp6(2),o.hij(" ",x.weekNumbers[m]," ")}}function st(H,Ge){if(1&H&&(o.ynx(0),o._uU(1),o.BQk()),2&H){const m=o.oxw(2).$implicit;o.xp6(1),o.Oqu(m.day)}}function Jc(H,Ge){1&H&&o.GkF(0)}function cd(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,Jc,1,0,"ng-container",42),o.BQk()),2&H){const m=o.oxw(2).$implicit,x=o.oxw(6);o.xp6(1),o.Q6J("ngTemplateOutlet",x.dateTemplate)("ngTemplateOutletContext",o.VKq(2,_i,m))}}function ia(H,Ge){1&H&&o.GkF(0)}function C1(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,ia,1,0,"ng-container",42),o.BQk()),2&H){const m=o.oxw(2).$implicit,x=o.oxw(6);o.xp6(1),o.Q6J("ngTemplateOutlet",x.disabledDateTemplate)("ngTemplateOutletContext",o.VKq(2,_i,m))}}function z2(H,Ge){if(1&H&&(o.TgZ(0,"div",57),o._uU(1),o.qZA()),2&H){const m=o.oxw(2).$implicit;o.xp6(1),o.hij(" ",m.day," ")}}const Ec=function(H,Ge){return{"p-highlight":H,"p-disabled":Ge}};function Cd(H,Ge){if(1&H){const m=o.EpF();o.ynx(0),o.TgZ(1,"span",55),o.NdJ("click",function(R){o.CHM(m);const ae=o.oxw().$implicit,gt=o.oxw(6);return o.KtG(gt.onDateSelect(R,ae))})("keydown",function(R){o.CHM(m);const ae=o.oxw().$implicit,gt=o.oxw(3).index,pn=o.oxw(3);return o.KtG(pn.onDateCellKeydown(R,ae,gt))}),o.YNc(2,st,2,1,"ng-container",6),o.YNc(3,cd,2,4,"ng-container",6),o.YNc(4,C1,2,4,"ng-container",6),o.qZA(),o.YNc(5,z2,2,1,"div",56),o.BQk()}if(2&H){const m=o.oxw().$implicit,x=o.oxw(6);o.xp6(1),o.Q6J("ngClass",o.WLB(5,Ec,x.isSelected(m)&&m.selectable,!m.selectable)),o.xp6(1),o.Q6J("ngIf",!x.dateTemplate&&(m.selectable||!x.disabledDateTemplate)),o.xp6(1),o.Q6J("ngIf",m.selectable||!x.disabledDateTemplate),o.xp6(1),o.Q6J("ngIf",!m.selectable),o.xp6(1),o.Q6J("ngIf",x.isSelected(m))}}const Hu=function(H,Ge){return{"p-datepicker-other-month":H,"p-datepicker-today":Ge}};function Xl(H,Ge){if(1&H&&(o.TgZ(0,"td",15),o.YNc(1,Cd,6,8,"ng-container",6),o.qZA()),2&H){const m=Ge.$implicit,x=o.oxw(6);o.Q6J("ngClass",o.WLB(3,Hu,m.otherMonth,m.today)),o.uIk("aria-label",m.day),o.xp6(1),o.Q6J("ngIf",!m.otherMonth||x.showOtherMonths)}}function El(H,Ge){if(1&H&&(o.TgZ(0,"tr"),o.YNc(1,Cl,3,1,"td",51),o.YNc(2,Xl,2,6,"td",52),o.qZA()),2&H){const m=Ge.$implicit,x=o.oxw(5);o.xp6(1),o.Q6J("ngIf",x.showWeek),o.xp6(1),o.Q6J("ngForOf",m)}}function Ed(H,Ge){if(1&H&&(o.TgZ(0,"div",44)(1,"table",45)(2,"thead")(3,"tr"),o.YNc(4,rs,3,1,"th",46),o.YNc(5,Xa,3,1,"th",47),o.qZA()(),o.TgZ(6,"tbody"),o.YNc(7,El,3,2,"tr",48),o.qZA()()()),2&H){const m=o.oxw().$implicit,x=o.oxw(3);o.xp6(4),o.Q6J("ngIf",x.showWeek),o.xp6(1),o.Q6J("ngForOf",x.weekDays),o.xp6(2),o.Q6J("ngForOf",m.dates)}}function Sd(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",24)(1,"div",25),o.YNc(2,On,3,3,"button",26),o.TgZ(3,"div",27),o.YNc(4,Mi,2,3,"button",28),o.YNc(5,Yo,2,3,"button",29),o.YNc(6,Vr,3,5,"span",30),o.qZA(),o.TgZ(7,"button",31),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onContainerButtonKeydown(R))})("click",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onNextButtonClick(R))}),o.YNc(8,Xo,1,1,"ChevronRightIcon",32),o.YNc(9,ga,2,1,"span",33),o.qZA()(),o.YNc(10,Ed,8,3,"div",34),o.qZA()}if(2&H){const m=Ge.index,x=o.oxw(3);o.xp6(2),o.Q6J("ngIf",0===m),o.xp6(2),o.Q6J("ngIf","date"===x.currentView),o.xp6(1),o.Q6J("ngIf","year"!==x.currentView),o.xp6(1),o.Q6J("ngIf","year"===x.currentView),o.xp6(1),o.Udp("display",1===x.numberOfMonths||m===x.numberOfMonths-1?"inline-flex":"none"),o.uIk("aria-label",x.nextIconAriaLabel),o.xp6(1),o.Q6J("ngIf",!x.nextIconTemplate),o.xp6(1),o.Q6J("ngIf",x.nextIconTemplate),o.xp6(1),o.Q6J("ngIf","date"===x.currentView)}}function zu(H,Ge){if(1&H&&(o.TgZ(0,"div",57),o._uU(1),o.qZA()),2&H){const m=o.oxw().$implicit;o.xp6(1),o.hij(" ",m," ")}}function Fl(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"span",60),o.NdJ("click",function(R){const gt=o.CHM(m).index,pn=o.oxw(4);return o.KtG(pn.onMonthSelect(R,gt))})("keydown",function(R){const gt=o.CHM(m).index,pn=o.oxw(4);return o.KtG(pn.onMonthCellKeydown(R,gt))}),o._uU(1),o.YNc(2,zu,2,1,"div",56),o.qZA()}if(2&H){const m=Ge.$implicit,x=Ge.index,R=o.oxw(4);o.Q6J("ngClass",o.WLB(3,Ec,R.isMonthSelected(x),R.isMonthDisabled(x))),o.xp6(1),o.hij(" ",m," "),o.xp6(1),o.Q6J("ngIf",R.isMonthSelected(x))}}function e1(H,Ge){if(1&H&&(o.TgZ(0,"div",58),o.YNc(1,Fl,3,6,"span",59),o.qZA()),2&H){const m=o.oxw(3);o.xp6(1),o.Q6J("ngForOf",m.monthPickerValues())}}function Xd(H,Ge){if(1&H&&(o.TgZ(0,"div",57),o._uU(1),o.qZA()),2&H){const m=o.oxw().$implicit;o.xp6(1),o.hij(" ",m," ")}}function Bu(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"span",63),o.NdJ("click",function(R){const gt=o.CHM(m).$implicit,pn=o.oxw(4);return o.KtG(pn.onYearSelect(R,gt))})("keydown",function(R){const gt=o.CHM(m).$implicit,pn=o.oxw(4);return o.KtG(pn.onYearCellKeydown(R,gt))}),o._uU(1),o.YNc(2,Xd,2,1,"div",56),o.qZA()}if(2&H){const m=Ge.$implicit,x=o.oxw(4);o.Q6J("ngClass",o.WLB(3,Ec,x.isYearSelected(m),x.isYearDisabled(m))),o.xp6(1),o.hij(" ",m," "),o.xp6(1),o.Q6J("ngIf",x.isYearSelected(m))}}function B2(H,Ge){if(1&H&&(o.TgZ(0,"div",61),o.YNc(1,Bu,3,6,"span",62),o.qZA()),2&H){const m=o.oxw(3);o.xp6(1),o.Q6J("ngForOf",m.yearPickerValues())}}function ld(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"div",20),o.YNc(2,Sd,11,10,"div",21),o.qZA(),o.YNc(3,e1,2,1,"div",22),o.YNc(4,B2,2,1,"div",23),o.BQk()),2&H){const m=o.oxw(2);o.xp6(2),o.Q6J("ngForOf",m.months),o.xp6(1),o.Q6J("ngIf","month"===m.currentView),o.xp6(1),o.Q6J("ngIf","year"===m.currentView)}}function dd(H,Ge){1&H&&o._UZ(0,"ChevronUpIcon")}function yo(H,Ge){}function t1(H,Ge){1&H&&o.YNc(0,yo,0,0,"ng-template")}function U2(H,Ge){1&H&&(o.ynx(0),o._uU(1,"0"),o.BQk())}function xd(H,Ge){1&H&&o._UZ(0,"ChevronDownIcon")}function Ee(H,Ge){}function z(H,Ge){1&H&&o.YNc(0,Ee,0,0,"ng-template")}function B(H,Ge){1&H&&o._UZ(0,"ChevronUpIcon")}function oe(H,Ge){}function Re(H,Ge){1&H&&o.YNc(0,oe,0,0,"ng-template")}function ut(H,Ge){1&H&&(o.ynx(0),o._uU(1,"0"),o.BQk())}function en(H,Ge){1&H&&o._UZ(0,"ChevronDownIcon")}function nn(H,Ge){}function Nn(H,Ge){1&H&&o.YNc(0,nn,0,0,"ng-template")}function Qt(H,Ge){if(1&H&&(o.TgZ(0,"div",67)(1,"span"),o._uU(2),o.qZA()()),2&H){const m=o.oxw(3);o.xp6(2),o.Oqu(m.timeSeparator)}}function Ci(H,Ge){1&H&&o._UZ(0,"ChevronUpIcon")}function cr(H,Ge){}function os(H,Ge){1&H&&o.YNc(0,cr,0,0,"ng-template")}function jr(H,Ge){1&H&&(o.ynx(0),o._uU(1,"0"),o.BQk())}function to(H,Ge){1&H&&o._UZ(0,"ChevronDownIcon")}function Co(H,Ge){}function As(H,Ge){1&H&&o.YNc(0,Co,0,0,"ng-template")}function Ta(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",72)(1,"button",66),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onContainerButtonKeydown(R))})("keydown.enter",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.incrementSecond(R))})("keydown.space",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.incrementSecond(R))})("mousedown",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onTimePickerElementMouseDown(R,2,1))})("mouseup",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.enter",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.space",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onTimePickerElementMouseUp(R))})("mouseleave",function(){o.CHM(m);const R=o.oxw(3);return o.KtG(R.onTimePickerElementMouseLeave())}),o.YNc(2,Ci,1,0,"ChevronUpIcon",6),o.YNc(3,os,1,0,null,12),o.qZA(),o.TgZ(4,"span"),o.YNc(5,jr,2,0,"ng-container",6),o._uU(6),o.qZA(),o.TgZ(7,"button",66),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onContainerButtonKeydown(R))})("keydown.enter",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.decrementSecond(R))})("keydown.space",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.decrementSecond(R))})("mousedown",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onTimePickerElementMouseDown(R,2,-1))})("mouseup",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.enter",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.space",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onTimePickerElementMouseUp(R))})("mouseleave",function(){o.CHM(m);const R=o.oxw(3);return o.KtG(R.onTimePickerElementMouseLeave())}),o.YNc(8,to,1,0,"ChevronDownIcon",6),o.YNc(9,As,1,0,null,12),o.qZA()()}if(2&H){const m=o.oxw(3);o.xp6(1),o.uIk("aria-label",m.getTranslation("nextSecond")),o.xp6(1),o.Q6J("ngIf",!m.incrementIconTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.incrementIconTemplate),o.xp6(2),o.Q6J("ngIf",m.currentSecond<10),o.xp6(1),o.Oqu(m.currentSecond),o.xp6(1),o.uIk("aria-label",m.getTranslation("prevSecond")),o.xp6(1),o.Q6J("ngIf",!m.decrementIconTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.decrementIconTemplate)}}function ec(H,Ge){1&H&&o._UZ(0,"ChevronUpIcon")}function Sc(H,Ge){}function zc(H,Ge){1&H&&o.YNc(0,Sc,0,0,"ng-template")}function h2(H,Ge){1&H&&o._UZ(0,"ChevronDownIcon")}function Va(H,Ge){}function $a(H,Ge){1&H&&o.YNc(0,Va,0,0,"ng-template")}function E1(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",73)(1,"button",74),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onContainerButtonKeydown(R))})("click",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.toggleAMPM(R))})("keydown.enter",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.toggleAMPM(R))}),o.YNc(2,ec,1,0,"ChevronUpIcon",6),o.YNc(3,zc,1,0,null,12),o.qZA(),o.TgZ(4,"span"),o._uU(5),o.qZA(),o.TgZ(6,"button",74),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.onContainerButtonKeydown(R))})("click",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.toggleAMPM(R))})("keydown.enter",function(R){o.CHM(m);const ae=o.oxw(3);return o.KtG(ae.toggleAMPM(R))}),o.YNc(7,h2,1,0,"ChevronDownIcon",6),o.YNc(8,$a,1,0,null,12),o.qZA()()}if(2&H){const m=o.oxw(3);o.xp6(1),o.uIk("aria-label",m.getTranslation("am")),o.xp6(1),o.Q6J("ngIf",!m.incrementIconTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.incrementIconTemplate),o.xp6(2),o.Oqu(m.pm?"PM":"AM"),o.xp6(1),o.uIk("aria-label",m.getTranslation("pm")),o.xp6(1),o.Q6J("ngIf",!m.decrementIconTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.decrementIconTemplate)}}function W(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",64)(1,"div",65)(2,"button",66),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onContainerButtonKeydown(R))})("keydown.enter",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.incrementHour(R))})("keydown.space",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.incrementHour(R))})("mousedown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseDown(R,0,1))})("mouseup",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.enter",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.space",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("mouseleave",function(){o.CHM(m);const R=o.oxw(2);return o.KtG(R.onTimePickerElementMouseLeave())}),o.YNc(3,dd,1,0,"ChevronUpIcon",6),o.YNc(4,t1,1,0,null,12),o.qZA(),o.TgZ(5,"span"),o.YNc(6,U2,2,0,"ng-container",6),o._uU(7),o.qZA(),o.TgZ(8,"button",66),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onContainerButtonKeydown(R))})("keydown.enter",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.decrementHour(R))})("keydown.space",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.decrementHour(R))})("mousedown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseDown(R,0,-1))})("mouseup",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.enter",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.space",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("mouseleave",function(){o.CHM(m);const R=o.oxw(2);return o.KtG(R.onTimePickerElementMouseLeave())}),o.YNc(9,xd,1,0,"ChevronDownIcon",6),o.YNc(10,z,1,0,null,12),o.qZA()(),o.TgZ(11,"div",67)(12,"span"),o._uU(13),o.qZA()(),o.TgZ(14,"div",68)(15,"button",66),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onContainerButtonKeydown(R))})("keydown.enter",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.incrementMinute(R))})("keydown.space",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.incrementMinute(R))})("mousedown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseDown(R,1,1))})("mouseup",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.enter",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.space",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("mouseleave",function(){o.CHM(m);const R=o.oxw(2);return o.KtG(R.onTimePickerElementMouseLeave())}),o.YNc(16,B,1,0,"ChevronUpIcon",6),o.YNc(17,Re,1,0,null,12),o.qZA(),o.TgZ(18,"span"),o.YNc(19,ut,2,0,"ng-container",6),o._uU(20),o.qZA(),o.TgZ(21,"button",66),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onContainerButtonKeydown(R))})("keydown.enter",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.decrementMinute(R))})("keydown.space",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.decrementMinute(R))})("mousedown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseDown(R,1,-1))})("mouseup",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.enter",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("keyup.space",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTimePickerElementMouseUp(R))})("mouseleave",function(){o.CHM(m);const R=o.oxw(2);return o.KtG(R.onTimePickerElementMouseLeave())}),o.YNc(22,en,1,0,"ChevronDownIcon",6),o.YNc(23,Nn,1,0,null,12),o.qZA()(),o.YNc(24,Qt,3,1,"div",69),o.YNc(25,Ta,10,8,"div",70),o.YNc(26,E1,9,7,"div",71),o.qZA()}if(2&H){const m=o.oxw(2);o.xp6(2),o.uIk("aria-label",m.getTranslation("nextHour")),o.xp6(1),o.Q6J("ngIf",!m.incrementIconTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.incrementIconTemplate),o.xp6(2),o.Q6J("ngIf",m.currentHour<10),o.xp6(1),o.Oqu(m.currentHour),o.xp6(1),o.uIk("aria-label",m.getTranslation("prevHour")),o.xp6(1),o.Q6J("ngIf",!m.decrementIconTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.decrementIconTemplate),o.xp6(3),o.Oqu(m.timeSeparator),o.xp6(2),o.uIk("aria-label",m.getTranslation("nextMinute")),o.xp6(1),o.Q6J("ngIf",!m.incrementIconTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.incrementIconTemplate),o.xp6(2),o.Q6J("ngIf",m.currentMinute<10),o.xp6(1),o.Oqu(m.currentMinute),o.xp6(1),o.uIk("aria-label",m.getTranslation("prevMinute")),o.xp6(1),o.Q6J("ngIf",!m.decrementIconTemplate),o.xp6(1),o.Q6J("ngTemplateOutlet",m.decrementIconTemplate),o.xp6(1),o.Q6J("ngIf",m.showSeconds),o.xp6(1),o.Q6J("ngIf",m.showSeconds),o.xp6(1),o.Q6J("ngIf","12"==m.hourFormat)}}const ie=function(H){return[H]};function $(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",75)(1,"button",76),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onContainerButtonKeydown(R))})("click",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onTodayButtonClick(R))}),o.qZA(),o.TgZ(2,"button",76),o.NdJ("keydown",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onContainerButtonKeydown(R))})("click",function(R){o.CHM(m);const ae=o.oxw(2);return o.KtG(ae.onClearButtonClick(R))}),o.qZA()()}if(2&H){const m=o.oxw(2);o.xp6(1),o.Q6J("label",m.getTranslation("today"))("ngClass",o.VKq(4,ie,m.todayButtonStyleClass)),o.xp6(1),o.Q6J("label",m.getTranslation("clear"))("ngClass",o.VKq(6,ie,m.clearButtonStyleClass))}}function le(H,Ge){1&H&&o.GkF(0)}const we=function(H,Ge,m,x,R,ae){return{"p-datepicker p-component":!0,"p-datepicker-inline":H,"p-disabled":Ge,"p-datepicker-timeonly":m,"p-datepicker-multiple-month":x,"p-datepicker-monthpicker":R,"p-datepicker-touch-ui":ae}},ot=function(H,Ge){return{showTransitionParams:H,hideTransitionParams:Ge}},Ut=function(H){return{value:"visibleTouchUI",params:H}},fn=function(H){return{value:"visible",params:H}};function _n(H,Ge){if(1&H){const m=o.EpF();o.TgZ(0,"div",16,17),o.NdJ("@overlayAnimation.start",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onOverlayAnimationStart(R))})("@overlayAnimation.done",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onOverlayAnimationDone(R))})("click",function(R){o.CHM(m);const ae=o.oxw();return o.KtG(ae.onOverlayClick(R))}),o.Hsn(2),o.YNc(3,Q,1,0,"ng-container",12),o.YNc(4,ld,5,3,"ng-container",6),o.YNc(5,W,27,20,"div",18),o.YNc(6,$,3,8,"div",19),o.Hsn(7,1),o.YNc(8,le,1,0,"ng-container",12),o.qZA()}if(2&H){const m=o.oxw();o.Tol(m.panelStyleClass),o.Q6J("ngStyle",m.panelStyle)("ngClass",o.HTZ(14,we,m.inline,m.disabled,m.timeOnly,m.numberOfMonths>1,"month"===m.view,m.touchUI))("@overlayAnimation",m.touchUI?o.VKq(24,Ut,o.WLB(21,ot,m.showTransitionOptions,m.hideTransitionOptions)):o.VKq(29,fn,o.WLB(26,ot,m.showTransitionOptions,m.hideTransitionOptions)))("@.disabled",!0===m.inline),o.uIk("aria-label",m.getTranslation("chooseDate"))("role",m.inline?null:"dialog")("aria-modal",m.inline?null:"true"),o.xp6(3),o.Q6J("ngTemplateOutlet",m.headerTemplate),o.xp6(1),o.Q6J("ngIf",!m.timeOnly),o.xp6(1),o.Q6J("ngIf",(m.showTime||m.timeOnly)&&"date"===m.currentView),o.xp6(1),o.Q6J("ngIf",m.showButtonBar),o.xp6(2),o.Q6J("ngTemplateOutlet",m.footerTemplate)}}const ci=[[["p-header"]],[["p-footer"]]],sr=function(H,Ge,m,x){return{"p-calendar":!0,"p-calendar-w-btn":H,"p-calendar-timeonly":Ge,"p-calendar-disabled":m,"p-focus":x}},Wo=["p-header","p-footer"],Po={provide:D.JU,useExisting:(0,o.Gpc)(()=>_a),multi:!0};let _a=(()=>{class H{document;el;renderer;cd;zone;config;overlayService;style;styleClass;inputStyle;inputId;name;inputStyleClass;placeholder;ariaLabelledBy;ariaLabel;iconAriaLabel;disabled;dateFormat;multipleSeparator=",";rangeSeparator="-";inline=!1;showOtherMonths=!0;selectOtherMonths;showIcon;icon;appendTo;readonlyInput;shortYearCutoff="+10";monthNavigator;yearNavigator;hourFormat="24";timeOnly;stepHour=1;stepMinute=1;stepSecond=1;showSeconds=!1;required;showOnFocus=!0;showWeek=!1;showClear=!1;dataType="date";selectionMode="single";maxDateCount;showButtonBar;todayButtonStyleClass="p-button-text";clearButtonStyleClass="p-button-text";autoZIndex=!0;baseZIndex=0;panelStyleClass;panelStyle;keepInvalid=!1;hideOnDateTimeSelect=!0;touchUI;timeSeparator=":";focusTrap=!0;showTransitionOptions=".12s cubic-bezier(0, 0, 0.2, 1)";hideTransitionOptions=".1s linear";tabindex;get minDate(){return this._minDate}set minDate(m){this._minDate=m,null!=this.currentMonth&&null!=this.currentMonth&&this.currentYear&&this.createMonths(this.currentMonth,this.currentYear)}get maxDate(){return this._maxDate}set maxDate(m){this._maxDate=m,null!=this.currentMonth&&null!=this.currentMonth&&this.currentYear&&this.createMonths(this.currentMonth,this.currentYear)}get disabledDates(){return this._disabledDates}set disabledDates(m){this._disabledDates=m,null!=this.currentMonth&&null!=this.currentMonth&&this.currentYear&&this.createMonths(this.currentMonth,this.currentYear)}get disabledDays(){return this._disabledDays}set disabledDays(m){this._disabledDays=m,null!=this.currentMonth&&null!=this.currentMonth&&this.currentYear&&this.createMonths(this.currentMonth,this.currentYear)}get yearRange(){return this._yearRange}set yearRange(m){if(this._yearRange=m,m){const x=m.split(":"),R=parseInt(x[0]),ae=parseInt(x[1]);this.populateYearOptions(R,ae)}}get showTime(){return this._showTime}set showTime(m){this._showTime=m,void 0===this.currentHour&&this.initTime(this.value||new Date),this.updateInputfield()}get responsiveOptions(){return this._responsiveOptions}set responsiveOptions(m){this._responsiveOptions=m,this.destroyResponsiveStyleElement(),this.createResponsiveStyle()}get numberOfMonths(){return this._numberOfMonths}set numberOfMonths(m){this._numberOfMonths=m,this.destroyResponsiveStyleElement(),this.createResponsiveStyle()}get firstDayOfWeek(){return this._firstDayOfWeek}set firstDayOfWeek(m){this._firstDayOfWeek=m,this.createWeekDays()}set locale(m){console.warn("Locale property has no effect, use new i18n API instead.")}get view(){return this._view}set view(m){this._view=m,this.currentView=this._view}get defaultDate(){return this._defaultDate}set defaultDate(m){if(this._defaultDate=m,this.initialized){const x=m||new Date;this.currentMonth=x.getMonth(),this.currentYear=x.getFullYear(),this.initTime(x),this.createMonths(this.currentMonth,this.currentYear)}}onFocus=new o.vpe;onBlur=new o.vpe;onClose=new o.vpe;onSelect=new o.vpe;onClear=new o.vpe;onInput=new o.vpe;onTodayClick=new o.vpe;onClearClick=new o.vpe;onMonthChange=new o.vpe;onYearChange=new o.vpe;onClickOutside=new o.vpe;onShow=new o.vpe;templates;containerViewChild;inputfieldViewChild;set content(m){this.contentViewChild=m,this.contentViewChild&&(this.isMonthNavigate?(Promise.resolve(null).then(()=>this.updateFocus()),this.isMonthNavigate=!1):this.focus||this.initFocusableCell())}contentViewChild;value;dates;months;weekDays;currentMonth;currentYear;currentHour;currentMinute;currentSecond;pm;mask;maskClickListener;overlay;responsiveStyleElement;overlayVisible;onModelChange=()=>{};onModelTouched=()=>{};calendarElement;timePickerTimer;documentClickListener;animationEndListener;ticksTo1970;yearOptions;focus;isKeydown;filled;inputFieldValue=null;_minDate;_maxDate;_showTime;_yearRange;preventDocumentListener;dateTemplate;headerTemplate;footerTemplate;disabledDateTemplate;decadeTemplate;previousIconTemplate;nextIconTemplate;triggerIconTemplate;clearIconTemplate;decrementIconTemplate;incrementIconTemplate;_disabledDates;_disabledDays;selectElement;todayElement;focusElement;scrollHandler;documentResizeListener;navigationState=null;isMonthNavigate;initialized;translationSubscription;_locale;_responsiveOptions;currentView;attributeSelector;panelId;_numberOfMonths=1;_firstDayOfWeek;_view="date";preventFocus;_defaultDate;window;get locale(){return this._locale}get iconButtonAriaLabel(){return this.iconAriaLabel?this.iconAriaLabel:this.getTranslation("chooseDate")}get prevIconAriaLabel(){return this.getTranslation("year"===this.currentView?"prevDecade":"month"===this.currentView?"prevYear":"prevMonth")}get nextIconAriaLabel(){return this.getTranslation("year"===this.currentView?"nextDecade":"month"===this.currentView?"nextYear":"nextMonth")}constructor(m,x,R,ae,gt,pn,li){this.document=m,this.el=x,this.renderer=R,this.cd=ae,this.zone=gt,this.config=pn,this.overlayService=li,this.window=this.document.defaultView}ngOnInit(){this.attributeSelector=ee(),this.panelId=this.attributeSelector+"_panel";const m=this.defaultDate||new Date;this.createResponsiveStyle(),this.currentMonth=m.getMonth(),this.currentYear=m.getFullYear(),this.yearOptions=[],this.currentView=this.view,"date"===this.view&&(this.createWeekDays(),this.initTime(m),this.createMonths(this.currentMonth,this.currentYear),this.ticksTo1970=24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*60*60*1e7),this.translationSubscription=this.config.translationObserver.subscribe(()=>{this.createWeekDays(),this.cd.markForCheck()}),this.initialized=!0}ngAfterContentInit(){this.templates.forEach(m=>{switch(m.getType()){case"date":default:this.dateTemplate=m.template;break;case"decade":this.decadeTemplate=m.template;break;case"disabledDate":this.disabledDateTemplate=m.template;break;case"header":this.headerTemplate=m.template;break;case"previousicon":this.previousIconTemplate=m.template;break;case"nexticon":this.nextIconTemplate=m.template;break;case"triggericon":this.triggerIconTemplate=m.template;break;case"clearicon":this.clearIconTemplate=m.template;break;case"decrementicon":this.decrementIconTemplate=m.template;break;case"incrementicon":this.incrementIconTemplate=m.template;break;case"footer":this.footerTemplate=m.template}})}ngAfterViewInit(){this.inline&&(this.contentViewChild&&this.contentViewChild.nativeElement.setAttribute(this.attributeSelector,""),this.disabled||(this.initFocusableCell(),1===this.numberOfMonths&&(this.contentViewChild.nativeElement.style.width=Fe.getOuterWidth(this.containerViewChild?.nativeElement)+"px")))}getTranslation(m){return this.config.getTranslation(m)}populateYearOptions(m,x){this.yearOptions=[];for(let R=m;R<=x;R++)this.yearOptions.push(R)}createWeekDays(){this.weekDays=[];let m=this.getFirstDateOfWeek(),x=this.getTranslation(xt.DAY_NAMES_MIN);for(let R=0;R<7;R++)this.weekDays.push(x[m]),m=6==m?0:++m}monthPickerValues(){let m=[];for(let x=0;x<=11;x++)m.push(this.config.getTranslation("monthNamesShort")[x]);return m}yearPickerValues(){let m=[],x=this.currentYear-this.currentYear%10;for(let R=0;R<10;R++)m.push(x+R);return m}createMonths(m,x){this.months=this.months=[];for(let R=0;R11&&(ae=ae%11-1,gt=x+1),this.months.push(this.createMonth(ae,gt))}}getWeekNumber(m){let x=new Date(m.getTime());x.setDate(x.getDate()+4-(x.getDay()||7));let R=x.getTime();return x.setMonth(0),x.setDate(1),Math.floor(Math.round((R-x.getTime())/864e5)/7)+1}createMonth(m,x){let R=[],ae=this.getFirstDayOfMonthIndex(m,x),gt=this.getDaysCountInMonth(m,x),pn=this.getDaysCountInPrevMonth(m,x),li=1,er=new Date,ar=[],Br=Math.ceil((gt+ae)/7);for(let Qo=0;Qogt){let sa=this.getNextMonthAndYear(m,x);Vo.push({day:li-gt,month:sa.month,year:sa.year,otherMonth:!0,today:this.isToday(er,li-gt,sa.month,sa.year),selectable:this.isSelectable(li-gt,sa.month,sa.year,!0)})}else Vo.push({day:li,month:m,year:x,today:this.isToday(er,li,m,x),selectable:this.isSelectable(li,m,x,!1)});li++}this.showWeek&&ar.push(this.getWeekNumber(new Date(Vo[0].year,Vo[0].month,Vo[0].day))),R.push(Vo)}return{month:m,year:x,dates:R,weekNumbers:ar}}initTime(m){this.pm=m.getHours()>11,this.showTime?(this.currentMinute=m.getMinutes(),this.currentSecond=m.getSeconds(),this.setCurrentHourPM(m.getHours())):this.timeOnly&&(this.currentMinute=0,this.currentHour=0,this.currentSecond=0)}navBackward(m){this.disabled?m.preventDefault():(this.isMonthNavigate=!0,"month"===this.currentView?(this.decrementYear(),setTimeout(()=>{this.updateFocus()},1)):"year"===this.currentView?(this.decrementDecade(),setTimeout(()=>{this.updateFocus()},1)):(0===this.currentMonth?(this.currentMonth=11,this.decrementYear()):this.currentMonth--,this.onMonthChange.emit({month:this.currentMonth+1,year:this.currentYear}),this.createMonths(this.currentMonth,this.currentYear)))}navForward(m){this.disabled?m.preventDefault():(this.isMonthNavigate=!0,"month"===this.currentView?(this.incrementYear(),setTimeout(()=>{this.updateFocus()},1)):"year"===this.currentView?(this.incrementDecade(),setTimeout(()=>{this.updateFocus()},1)):(11===this.currentMonth?(this.currentMonth=0,this.incrementYear()):this.currentMonth++,this.onMonthChange.emit({month:this.currentMonth+1,year:this.currentYear}),this.createMonths(this.currentMonth,this.currentYear)))}decrementYear(){this.currentYear--;let m=this.yearOptions;if(this.yearNavigator&&this.currentYearm[m.length-1]){let x=m[m.length-1]-m[0];this.populateYearOptions(m[0]+x,m[m.length-1]+x)}}switchToMonthView(m){this.setCurrentView("month"),m.preventDefault()}switchToYearView(m){this.setCurrentView("year"),m.preventDefault()}onDateSelect(m,x){!this.disabled&&x.selectable?(this.isMultipleSelection()&&this.isSelected(x)?(this.value=this.value.filter((R,ae)=>!this.isDateEquals(R,x)),0===this.value.length&&(this.value=null),this.updateModel(this.value)):this.shouldSelectDate(x)&&this.selectDate(x),this.isSingleSelection()&&this.hideOnDateTimeSelect&&setTimeout(()=>{m.preventDefault(),this.hideOverlay(),this.mask&&this.disableModality(),this.cd.markForCheck()},150),this.updateInputfield(),m.preventDefault()):m.preventDefault()}shouldSelectDate(m){return!this.isMultipleSelection()||null==this.maxDateCount||this.maxDateCount>(this.value?this.value.length:0)}onMonthSelect(m,x){"month"===this.view?this.onDateSelect(m,{year:this.currentYear,month:x,day:1,selectable:!0}):(this.currentMonth=x,this.createMonths(this.currentMonth,this.currentYear),this.setCurrentView("date"),this.onMonthChange.emit({month:this.currentMonth+1,year:this.currentYear}))}onYearSelect(m,x){"year"===this.view?this.onDateSelect(m,{year:x,month:0,day:1,selectable:!0}):(this.currentYear=x,this.setCurrentView("month"),this.onYearChange.emit({month:this.currentMonth+1,year:this.currentYear}))}updateInputfield(){let m="";if(this.value)if(this.isSingleSelection())m=this.formatDateTime(this.value);else if(this.isMultipleSelection())for(let x=0;x11,this.currentHour=m>=12?12==m?12:m-12:0==m?12:m):this.currentHour=m}setCurrentView(m){this.currentView=m,this.cd.detectChanges(),this.alignOverlay()}selectDate(m){let x=new Date(m.year,m.month,m.day);if(this.showTime&&(x.setHours("12"==this.hourFormat?12===this.currentHour?this.pm?12:0:this.pm?this.currentHour+12:this.currentHour:this.currentHour),x.setMinutes(this.currentMinute),x.setSeconds(this.currentSecond)),this.minDate&&this.minDate>x&&(x=this.minDate,this.setCurrentHourPM(x.getHours()),this.currentMinute=x.getMinutes(),this.currentSecond=x.getSeconds()),this.maxDate&&this.maxDate=R.getTime()?ae=x:(R=x,ae=null),this.updateModel([R,ae])}else this.updateModel([x,null]);this.onSelect.emit(x)}updateModel(m){if(this.value=m,"date"==this.dataType)this.onModelChange(this.value);else if("string"==this.dataType)if(this.isSingleSelection())this.onModelChange(this.formatDateTime(this.value));else{let x=null;Array.isArray(this.value)&&(x=this.value.map(R=>this.formatDateTime(R))),this.onModelChange(x)}}getFirstDayOfMonthIndex(m,x){let R=new Date;R.setDate(1),R.setMonth(m),R.setFullYear(x);let ae=R.getDay()+this.getSundayIndex();return ae>=7?ae-7:ae}getDaysCountInMonth(m,x){return 32-this.daylightSavingAdjust(new Date(x,m,32)).getDate()}getDaysCountInPrevMonth(m,x){let R=this.getPreviousMonthAndYear(m,x);return this.getDaysCountInMonth(R.month,R.year)}getPreviousMonthAndYear(m,x){let R,ae;return 0===m?(R=11,ae=x-1):(R=m-1,ae=x),{month:R,year:ae}}getNextMonthAndYear(m,x){let R,ae;return 11===m?(R=0,ae=x+1):(R=m+1,ae=x),{month:R,year:ae}}getSundayIndex(){let m=this.getFirstDateOfWeek();return m>0?7-m:0}isSelected(m){if(!this.value)return!1;if(this.isSingleSelection())return this.isDateEquals(this.value,m);if(this.isMultipleSelection()){let x=!1;for(let R of this.value)if(x=this.isDateEquals(R,m),x)break;return x}return this.isRangeSelection()?this.value[1]?this.isDateEquals(this.value[0],m)||this.isDateEquals(this.value[1],m)||this.isDateBetween(this.value[0],this.value[1],m):this.isDateEquals(this.value[0],m):void 0}isComparable(){return null!=this.value&&"string"!=typeof this.value}isMonthSelected(m){if(this.isComparable()&&!this.isMultipleSelection()){const[x,R]=this.isRangeSelection()?this.value:[this.value,this.value],ae=new Date(this.currentYear,m,1);return ae>=x&&ae<=(R??x)}return!1}isMonthDisabled(m){for(let x=1;x=gt.getTime()}return!1}isSingleSelection(){return"single"===this.selectionMode}isRangeSelection(){return"range"===this.selectionMode}isMultipleSelection(){return"multiple"===this.selectionMode}isToday(m,x,R,ae){return m.getDate()===x&&m.getMonth()===R&&m.getFullYear()===ae}isSelectable(m,x,R,ae){let gt=!0,pn=!0,li=!0,er=!0;return!(ae&&!this.selectOtherMonths)&&(this.minDate&&(this.minDate.getFullYear()>R||this.minDate.getFullYear()===R&&(this.minDate.getMonth()>x||this.minDate.getMonth()===x&&this.minDate.getDate()>m))&&(gt=!1),this.maxDate&&(this.maxDate.getFullYear()1||this.disabled}onPrevButtonClick(m){this.navigationState={backward:!0,button:!0},this.navBackward(m)}onNextButtonClick(m){this.navigationState={backward:!1,button:!0},this.navForward(m)}onContainerButtonKeydown(m){switch(m.which){case 9:this.inline||this.trapFocus(m);break;case 27:this.inputfieldViewChild?.nativeElement.focus(),this.overlayVisible=!1,m.preventDefault()}}onInputKeydown(m){this.isKeydown=!0,40===m.keyCode&&this.contentViewChild?this.trapFocus(m):27===m.keyCode?this.overlayVisible&&(this.inputfieldViewChild?.nativeElement.focus(),this.overlayVisible=!1,m.preventDefault()):13===m.keyCode?this.overlayVisible&&(this.overlayVisible=!1,m.preventDefault()):9===m.keyCode&&this.contentViewChild&&(Fe.getFocusableElements(this.contentViewChild.nativeElement).forEach(x=>x.tabIndex="-1"),this.overlayVisible&&(this.overlayVisible=!1))}onDateCellKeydown(m,x,R){const ae=m.currentTarget,gt=ae.parentElement;switch(m.which){case 40:{ae.tabIndex="-1";let pn=Fe.index(gt),li=gt.parentElement.nextElementSibling;li?Fe.hasClass(li.children[pn].children[0],"p-disabled")?(this.navigationState={backward:!1},this.navForward(m)):(li.children[pn].children[0].tabIndex="0",li.children[pn].children[0].focus()):(this.navigationState={backward:!1},this.navForward(m)),m.preventDefault();break}case 38:{ae.tabIndex="-1";let pn=Fe.index(gt),li=gt.parentElement.previousElementSibling;if(li){let er=li.children[pn].children[0];Fe.hasClass(er,"p-disabled")?(this.navigationState={backward:!0},this.navBackward(m)):(er.tabIndex="0",er.focus())}else this.navigationState={backward:!0},this.navBackward(m);m.preventDefault();break}case 37:{ae.tabIndex="-1";let pn=gt.previousElementSibling;if(pn){let li=pn.children[0];Fe.hasClass(li,"p-disabled")||Fe.hasClass(li.parentElement,"p-datepicker-weeknumber")?this.navigateToMonth(!0,R):(li.tabIndex="0",li.focus())}else this.navigateToMonth(!0,R);m.preventDefault();break}case 39:{ae.tabIndex="-1";let pn=gt.nextElementSibling;if(pn){let li=pn.children[0];Fe.hasClass(li,"p-disabled")?this.navigateToMonth(!1,R):(li.tabIndex="0",li.focus())}else this.navigateToMonth(!1,R);m.preventDefault();break}case 13:case 32:this.onDateSelect(m,x),m.preventDefault();break;case 27:this.inputfieldViewChild?.nativeElement.focus(),this.overlayVisible=!1,m.preventDefault();break;case 9:this.inline||this.trapFocus(m)}}onMonthCellKeydown(m,x){const R=m.currentTarget;switch(m.which){case 38:case 40:{R.tabIndex="-1";var ae=R.parentElement.children,gt=Fe.index(R);let pn=ae[40===m.which?gt+3:gt-3];pn&&(pn.tabIndex="0",pn.focus()),m.preventDefault();break}case 37:{R.tabIndex="-1";let pn=R.previousElementSibling;pn?(pn.tabIndex="0",pn.focus()):(this.navigationState={backward:!0},this.navBackward(m)),m.preventDefault();break}case 39:{R.tabIndex="-1";let pn=R.nextElementSibling;pn?(pn.tabIndex="0",pn.focus()):(this.navigationState={backward:!1},this.navForward(m)),m.preventDefault();break}case 13:case 32:this.onMonthSelect(m,x),m.preventDefault();break;case 27:this.inputfieldViewChild?.nativeElement.focus(),this.overlayVisible=!1,m.preventDefault();break;case 9:this.inline||this.trapFocus(m)}}onYearCellKeydown(m,x){const R=m.currentTarget;switch(m.which){case 38:case 40:{R.tabIndex="-1";var ae=R.parentElement.children,gt=Fe.index(R);let pn=ae[40===m.which?gt+2:gt-2];pn&&(pn.tabIndex="0",pn.focus()),m.preventDefault();break}case 37:{R.tabIndex="-1";let pn=R.previousElementSibling;pn?(pn.tabIndex="0",pn.focus()):(this.navigationState={backward:!0},this.navBackward(m)),m.preventDefault();break}case 39:{R.tabIndex="-1";let pn=R.nextElementSibling;pn?(pn.tabIndex="0",pn.focus()):(this.navigationState={backward:!1},this.navForward(m)),m.preventDefault();break}case 13:case 32:this.onYearSelect(m,x),m.preventDefault();break;case 27:this.inputfieldViewChild?.nativeElement.focus(),this.overlayVisible=!1,m.preventDefault();break;case 9:this.trapFocus(m)}}navigateToMonth(m,x){if(m)if(1===this.numberOfMonths||0===x)this.navigationState={backward:!0},this.navBackward(event);else{let ae=Fe.find(this.contentViewChild.nativeElement.children[x-1],".p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)"),gt=ae[ae.length-1];gt.tabIndex="0",gt.focus()}else if(1===this.numberOfMonths||x===this.numberOfMonths-1)this.navigationState={backward:!1},this.navForward(event);else{let ae=Fe.findSingle(this.contentViewChild.nativeElement.children[x+1],".p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)");ae.tabIndex="0",ae.focus()}}updateFocus(){let m;if(this.navigationState){if(this.navigationState.button)this.initFocusableCell(),this.navigationState.backward?Fe.findSingle(this.contentViewChild.nativeElement,".p-datepicker-prev").focus():Fe.findSingle(this.contentViewChild.nativeElement,".p-datepicker-next").focus();else{if(this.navigationState.backward){let x;x=Fe.find(this.contentViewChild.nativeElement,"month"===this.currentView?".p-monthpicker .p-monthpicker-month:not(.p-disabled)":"year"===this.currentView?".p-yearpicker .p-yearpicker-year:not(.p-disabled)":".p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)"),x&&x.length>0&&(m=x[x.length-1])}else m=Fe.findSingle(this.contentViewChild.nativeElement,"month"===this.currentView?".p-monthpicker .p-monthpicker-month:not(.p-disabled)":"year"===this.currentView?".p-yearpicker .p-yearpicker-year:not(.p-disabled)":".p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)");m&&(m.tabIndex="0",m.focus())}this.navigationState=null}else this.initFocusableCell()}initFocusableCell(){const m=this.contentViewChild?.nativeElement;let x;if("month"===this.currentView){let R=Fe.find(m,".p-monthpicker .p-monthpicker-month:not(.p-disabled)"),ae=Fe.findSingle(m,".p-monthpicker .p-monthpicker-month.p-highlight");R.forEach(gt=>gt.tabIndex=-1),x=ae||R[0],0===R.length&&Fe.find(m,'.p-monthpicker .p-monthpicker-month.p-disabled[tabindex = "0"]').forEach(pn=>pn.tabIndex=-1)}else if("year"===this.currentView){let R=Fe.find(m,".p-yearpicker .p-yearpicker-year:not(.p-disabled)"),ae=Fe.findSingle(m,".p-yearpicker .p-yearpicker-year.p-highlight");R.forEach(gt=>gt.tabIndex=-1),x=ae||R[0],0===R.length&&Fe.find(m,'.p-yearpicker .p-yearpicker-year.p-disabled[tabindex = "0"]').forEach(pn=>pn.tabIndex=-1)}else if(x=Fe.findSingle(m,"span.p-highlight"),!x){let R=Fe.findSingle(m,"td.p-datepicker-today span:not(.p-disabled):not(.p-ink)");x=R||Fe.findSingle(m,".p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)")}x&&(x.tabIndex="0",!this.preventFocus&&(!this.navigationState||!this.navigationState.button)&&setTimeout(()=>{this.disabled||x.focus()},1),this.preventFocus=!1)}trapFocus(m){let x=Fe.getFocusableElements(this.contentViewChild.nativeElement);if(x&&x.length>0)if(x[0].ownerDocument.activeElement){let R=x.indexOf(x[0].ownerDocument.activeElement);if(m.shiftKey)if(-1==R||0===R)if(this.focusTrap)x[x.length-1].focus();else{if(-1===R)return this.hideOverlay();if(0===R)return}else x[R-1].focus();else if(-1==R)if(this.timeOnly)x[0].focus();else{let ae=0;for(let gt=0;gtpn||this.minDate.getHours()===pn&&(this.minDate.getMinutes()>x||this.minDate.getMinutes()===x&&this.minDate.getSeconds()>R))||this.maxDate&&li&&this.maxDate.toDateString()===li&&(this.maxDate.getHours()=24?R-24:R:"12"==this.hourFormat&&(this.currentHour<12&&R>11&&(ae=!this.pm),R=R>=13?R-12:R),this.validateTime(R,this.currentMinute,this.currentSecond,ae)&&(this.currentHour=R,this.pm=ae),m.preventDefault()}onTimePickerElementMouseDown(m,x,R){this.disabled||(this.repeat(m,null,x,R),m.preventDefault())}onTimePickerElementMouseUp(m){this.disabled||(this.clearTimePickerTimer(),this.updateTime())}onTimePickerElementMouseLeave(){!this.disabled&&this.timePickerTimer&&(this.clearTimePickerTimer(),this.updateTime())}repeat(m,x,R,ae){let gt=x||500;switch(this.clearTimePickerTimer(),this.timePickerTimer=setTimeout(()=>{this.repeat(m,100,R,ae),this.cd.markForCheck()},gt),R){case 0:1===ae?this.incrementHour(m):this.decrementHour(m);break;case 1:1===ae?this.incrementMinute(m):this.decrementMinute(m);break;case 2:1===ae?this.incrementSecond(m):this.decrementSecond(m)}this.updateInputfield()}clearTimePickerTimer(){this.timePickerTimer&&(clearTimeout(this.timePickerTimer),this.timePickerTimer=null)}decrementHour(m){let x=this.currentHour-this.stepHour,R=this.pm;"24"==this.hourFormat?x=x<0?24+x:x:"12"==this.hourFormat&&(12===this.currentHour&&(R=!this.pm),x=x<=0?12+x:x),this.validateTime(x,this.currentMinute,this.currentSecond,R)&&(this.currentHour=x,this.pm=R),m.preventDefault()}incrementMinute(m){let x=this.currentMinute+this.stepMinute;x=x>59?x-60:x,this.validateTime(this.currentHour,x,this.currentSecond,this.pm)&&(this.currentMinute=x),m.preventDefault()}decrementMinute(m){let x=this.currentMinute-this.stepMinute;x=x<0?60+x:x,this.validateTime(this.currentHour,x,this.currentSecond,this.pm)&&(this.currentMinute=x),m.preventDefault()}incrementSecond(m){let x=this.currentSecond+this.stepSecond;x=x>59?x-60:x,this.validateTime(this.currentHour,this.currentMinute,x,this.pm)&&(this.currentSecond=x),m.preventDefault()}decrementSecond(m){let x=this.currentSecond-this.stepSecond;x=x<0?60+x:x,this.validateTime(this.currentHour,this.currentMinute,x,this.pm)&&(this.currentSecond=x),m.preventDefault()}updateTime(){let m=this.value;this.isRangeSelection()&&(m=this.value[1]||this.value[0]),this.isMultipleSelection()&&(m=this.value[this.value.length-1]),m=m?new Date(m.getTime()):new Date,m.setHours("12"==this.hourFormat?12===this.currentHour?this.pm?12:0:this.pm?this.currentHour+12:this.currentHour:this.currentHour),m.setMinutes(this.currentMinute),m.setSeconds(this.currentSecond),this.isRangeSelection()&&(m=this.value[1]?[this.value[0],m]:[m,null]),this.isMultipleSelection()&&(m=[...this.value.slice(0,-1),m]),this.updateModel(m),this.onSelect.emit(m),this.updateInputfield()}toggleAMPM(m){const x=!this.pm;this.validateTime(this.currentHour,this.currentMinute,this.currentSecond,x)&&(this.pm=x,this.updateTime()),m.preventDefault()}onUserInput(m){if(!this.isKeydown)return;this.isKeydown=!1;let x=m.target.value;try{let R=this.parseValueFromString(x);this.isValidSelection(R)?(this.updateModel(R),this.updateUI()):this.keepInvalid&&this.updateModel(R)}catch{this.updateModel(this.keepInvalid?x:null)}this.filled=null!=x&&x.length,this.onInput.emit(m)}isValidSelection(m){let x=!0;return this.isSingleSelection()?this.isSelectable(m.getDate(),m.getMonth(),m.getFullYear(),!1)||(x=!1):m.every(R=>this.isSelectable(R.getDate(),R.getMonth(),R.getFullYear(),!1))&&this.isRangeSelection()&&(x=m.length>1&&m[1]>m[0]),x}parseValueFromString(m){if(!m||0===m.trim().length)return null;let x;if(this.isSingleSelection())x=this.parseDateTime(m);else if(this.isMultipleSelection()){let R=m.split(this.multipleSeparator);x=[];for(let ae of R)x.push(this.parseDateTime(ae.trim()))}else if(this.isRangeSelection()){let R=m.split(" "+this.rangeSeparator+" ");x=[];for(let ae=0;ae{this.disableModality(),this.overlayVisible=!1}),this.renderer.appendChild(this.document.body,this.mask),Fe.blockBodyScroll())}disableModality(){this.mask&&(Fe.addClass(this.mask,"p-component-overlay-leave"),this.animationEndListener||(this.animationEndListener=this.renderer.listen(this.mask,"animationend",this.destroyMask.bind(this))))}destroyMask(){if(!this.mask)return;this.renderer.removeChild(this.document.body,this.mask);let x,m=this.document.body.children;for(let R=0;R{const Br=R+1{let Vo=""+Br;if(ae(ar))for(;Vo.lengthae(ar)?Vo[Br]:Qo[Br];let li="",er=!1;if(m)for(R=0;R11&&12!=R&&(R-=12),x+="12"==this.hourFormat&&0===R?12:R<10?"0"+R:R,x+=":",x+=ae<10?"0"+ae:ae,this.showSeconds&&(x+=":",x+=gt<10?"0"+gt:gt),"12"==this.hourFormat&&(x+=m.getHours()>11?" PM":" AM"),x}parseTime(m){let x=m.split(":");if(x.length!==(this.showSeconds?3:2))throw"Invalid time";let ae=parseInt(x[0]),gt=parseInt(x[1]),pn=this.showSeconds?parseInt(x[2]):null;if(isNaN(ae)||isNaN(gt)||ae>23||gt>59||"12"==this.hourFormat&&ae>12||this.showSeconds&&(isNaN(pn)||pn>59))throw"Invalid time";return"12"==this.hourFormat&&(12!==ae&&this.pm?ae+=12:!this.pm&&12===ae&&(ae-=12)),{hour:ae,minute:gt,second:pn}}parseDate(m,x){if(null==x||null==m)throw"Invalid arguments";if(""===(m="object"==typeof m?m.toString():m+""))return null;let R,ae,gt,Zs,pn=0,li="string"!=typeof this.shortYearCutoff?this.shortYearCutoff:(new Date).getFullYear()%100+parseInt(this.shortYearCutoff,10),er=-1,ar=-1,Br=-1,Qo=-1,Vo=!1,sa=nc=>{let Ya=R+1{let Ya=sa(nc),cl="@"===nc?14:"!"===nc?20:"y"===nc&&Ya?4:"o"===nc?3:2,g2=new RegExp("^\\d{"+("y"===nc?cl:1)+","+cl+"}"),pd=m.substring(pn).match(g2);if(!pd)throw"Missing number at position "+pn;return pn+=pd[0].length,parseInt(pd[0],10)},da=(nc,Ya,cl)=>{let W1=-1,g2=sa(nc)?cl:Ya,pd=[];for(let Xc=0;Xc-(Xc[1].length-xf[1].length));for(let Xc=0;Xc{if(m.charAt(pn)!==x.charAt(R))throw"Unexpected literal at position "+pn;pn++};for("month"===this.view&&(Br=1),R=0;R-1)for(ar=1,Br=Qo;ae=this.getDaysCountInMonth(er,ar-1),!(Br<=ae);)ar++,Br-=ae;if("year"===this.view&&(ar=-1===ar?1:ar,Br=-1===Br?1:Br),Zs=this.daylightSavingAdjust(new Date(er,ar-1,Br)),Zs.getFullYear()!==er||Zs.getMonth()+1!==ar||Zs.getDate()!==Br)throw"Invalid date";return Zs}daylightSavingAdjust(m){return m?(m.setHours(m.getHours()>12?m.getHours()+2:0),m):null}updateFilledState(){this.filled=this.inputFieldValue&&""!=this.inputFieldValue}onTodayButtonClick(m){const x=new Date,R={day:x.getDate(),month:x.getMonth(),year:x.getFullYear(),otherMonth:x.getMonth()!==this.currentMonth||x.getFullYear()!==this.currentYear,today:!0,selectable:!0};this.createMonths(x.getMonth(),x.getFullYear()),this.onDateSelect(m,R),this.onTodayClick.emit(m)}onClearButtonClick(m){this.updateModel(null),this.updateInputfield(),this.hideOverlay(),this.onClearClick.emit(m)}createResponsiveStyle(){if(this.numberOfMonths>1&&this.responsiveOptions){this.responsiveStyleElement||(this.responsiveStyleElement=this.renderer.createElement("style"),this.responsiveStyleElement.type="text/css",this.renderer.appendChild(this.document.body,this.responsiveStyleElement));let m="";if(this.responsiveOptions){let x=[...this.responsiveOptions].filter(R=>!(!R.breakpoint||!R.numMonths)).sort((R,ae)=>-1*R.breakpoint.localeCompare(ae.breakpoint,void 0,{numeric:!0}));for(let R=0;R{this.documentClickListener=this.renderer.listen(this.el?this.el.nativeElement.ownerDocument:this.document,"mousedown",x=>{this.isOutsideClicked(x)&&this.overlayVisible&&this.zone.run(()=>{this.hideOverlay(),this.onClickOutside.emit(x),this.cd.markForCheck()})})})}unbindDocumentClickListener(){this.documentClickListener&&(this.documentClickListener(),this.documentClickListener=null)}bindDocumentResizeListener(){!this.documentResizeListener&&!this.touchUI&&(this.documentResizeListener=this.renderer.listen(this.window,"resize",this.onWindowResize.bind(this)))}unbindDocumentResizeListener(){this.documentResizeListener&&(this.documentResizeListener(),this.documentResizeListener=null)}bindScrollListener(){this.scrollHandler||(this.scrollHandler=new $t(this.containerViewChild?.nativeElement,()=>{this.overlayVisible&&this.hideOverlay()})),this.scrollHandler.bindScrollListener()}unbindScrollListener(){this.scrollHandler&&this.scrollHandler.unbindScrollListener()}isOutsideClicked(m){return!(this.el.nativeElement.isSameNode(m.target)||this.isNavIconClicked(m)||this.el.nativeElement.contains(m.target)||this.overlay&&this.overlay.contains(m.target))}isNavIconClicked(m){return Fe.hasClass(m.target,"p-datepicker-prev")||Fe.hasClass(m.target,"p-datepicker-prev-icon")||Fe.hasClass(m.target,"p-datepicker-next")||Fe.hasClass(m.target,"p-datepicker-next-icon")}onWindowResize(){this.overlayVisible&&!Fe.isTouchDevice()&&this.hideOverlay()}onOverlayHide(){this.currentView=this.view,this.mask&&this.destroyMask(),this.unbindDocumentClickListener(),this.unbindDocumentResizeListener(),this.unbindScrollListener(),this.overlay=null}ngOnDestroy(){this.scrollHandler&&(this.scrollHandler.destroy(),this.scrollHandler=null),this.translationSubscription&&this.translationSubscription.unsubscribe(),this.overlay&&this.autoZIndex&&ue.clear(this.overlay),this.destroyResponsiveStyleElement(),this.clearTimePickerTimer(),this.restoreOverlayAppend(),this.onOverlayHide()}static \u0275fac=function(x){return new(x||H)(o.Y36(u.K0),o.Y36(o.SBq),o.Y36(o.Qsj),o.Y36(o.sBO),o.Y36(o.R0b),o.Y36(xe),o.Y36(Ue))};static \u0275cmp=o.Xpm({type:H,selectors:[["p-calendar"]],contentQueries:function(x,R,ae){if(1&x&&o.Suo(ae,We,4),2&x){let gt;o.iGM(gt=o.CRH())&&(R.templates=gt)}},viewQuery:function(x,R){if(1&x&&(o.Gf(u2,5),o.Gf(Ic,5),o.Gf(Hc,5)),2&x){let ae;o.iGM(ae=o.CRH())&&(R.containerViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.inputfieldViewChild=ae.first),o.iGM(ae=o.CRH())&&(R.content=ae.first)}},hostAttrs:[1,"p-element","p-inputwrapper"],hostVars:6,hostBindings:function(x,R){2&x&&o.ekj("p-inputwrapper-filled",R.filled)("p-inputwrapper-focus",R.focus)("p-calendar-clearable",R.showClear&&!R.disabled)},inputs:{style:"style",styleClass:"styleClass",inputStyle:"inputStyle",inputId:"inputId",name:"name",inputStyleClass:"inputStyleClass",placeholder:"placeholder",ariaLabelledBy:"ariaLabelledBy",ariaLabel:"ariaLabel",iconAriaLabel:"iconAriaLabel",disabled:"disabled",dateFormat:"dateFormat",multipleSeparator:"multipleSeparator",rangeSeparator:"rangeSeparator",inline:"inline",showOtherMonths:"showOtherMonths",selectOtherMonths:"selectOtherMonths",showIcon:"showIcon",icon:"icon",appendTo:"appendTo",readonlyInput:"readonlyInput",shortYearCutoff:"shortYearCutoff",monthNavigator:"monthNavigator",yearNavigator:"yearNavigator",hourFormat:"hourFormat",timeOnly:"timeOnly",stepHour:"stepHour",stepMinute:"stepMinute",stepSecond:"stepSecond",showSeconds:"showSeconds",required:"required",showOnFocus:"showOnFocus",showWeek:"showWeek",showClear:"showClear",dataType:"dataType",selectionMode:"selectionMode",maxDateCount:"maxDateCount",showButtonBar:"showButtonBar",todayButtonStyleClass:"todayButtonStyleClass",clearButtonStyleClass:"clearButtonStyleClass",autoZIndex:"autoZIndex",baseZIndex:"baseZIndex",panelStyleClass:"panelStyleClass",panelStyle:"panelStyle",keepInvalid:"keepInvalid",hideOnDateTimeSelect:"hideOnDateTimeSelect",touchUI:"touchUI",timeSeparator:"timeSeparator",focusTrap:"focusTrap",showTransitionOptions:"showTransitionOptions",hideTransitionOptions:"hideTransitionOptions",tabindex:"tabindex",minDate:"minDate",maxDate:"maxDate",disabledDates:"disabledDates",disabledDays:"disabledDays",yearRange:"yearRange",showTime:"showTime",responsiveOptions:"responsiveOptions",numberOfMonths:"numberOfMonths",firstDayOfWeek:"firstDayOfWeek",locale:"locale",view:"view",defaultDate:"defaultDate"},outputs:{onFocus:"onFocus",onBlur:"onBlur",onClose:"onClose",onSelect:"onSelect",onClear:"onClear",onInput:"onInput",onTodayClick:"onTodayClick",onClearClick:"onClearClick",onMonthChange:"onMonthChange",onYearChange:"onYearChange",onClickOutside:"onClickOutside",onShow:"onShow"},features:[o._Bn([Po])],ngContentSelectors:Wo,decls:4,vars:11,consts:[[3,"ngClass","ngStyle"],["container",""],[3,"ngIf"],[3,"class","ngStyle","ngClass","click",4,"ngIf"],["type","text","role","combobox","aria-autocomplete","none","aria-haspopup","dialog","autocomplete","off",3,"value","readonly","ngStyle","placeholder","disabled","ngClass","focus","keydown","click","blur","input"],["inputfield",""],[4,"ngIf"],["type","button","aria-haspopup","dialog","pButton","","pRipple","","class","p-datepicker-trigger p-button-icon-only","tabindex","0",3,"disabled","click",4,"ngIf"],[3,"styleClass","click",4,"ngIf"],["class","p-calendar-clear-icon",3,"click",4,"ngIf"],[3,"styleClass","click"],[1,"p-calendar-clear-icon",3,"click"],[4,"ngTemplateOutlet"],["type","button","aria-haspopup","dialog","pButton","","pRipple","","tabindex","0",1,"p-datepicker-trigger","p-button-icon-only",3,"disabled","click"],[3,"ngClass",4,"ngIf"],[3,"ngClass"],[3,"ngStyle","ngClass","click"],["contentWrapper",""],["class","p-timepicker",4,"ngIf"],["class","p-datepicker-buttonbar",4,"ngIf"],[1,"p-datepicker-group-container"],["class","p-datepicker-group",4,"ngFor","ngForOf"],["class","p-monthpicker",4,"ngIf"],["class","p-yearpicker",4,"ngIf"],[1,"p-datepicker-group"],[1,"p-datepicker-header"],["class","p-datepicker-prev p-link","type","button","pRipple","",3,"keydown","click",4,"ngIf"],[1,"p-datepicker-title"],["type","button","class","p-datepicker-month p-link",3,"disabled","click","keydown",4,"ngIf"],["type","button","class","p-datepicker-year p-link",3,"disabled","click","keydown",4,"ngIf"],["class","p-datepicker-decade",4,"ngIf"],["type","button","pRipple","",1,"p-datepicker-next","p-link",3,"keydown","click"],[3,"styleClass",4,"ngIf"],["class","p-datepicker-next-icon",4,"ngIf"],["class","p-datepicker-calendar-container",4,"ngIf"],["type","button","pRipple","",1,"p-datepicker-prev","p-link",3,"keydown","click"],["class","p-datepicker-prev-icon",4,"ngIf"],[3,"styleClass"],[1,"p-datepicker-prev-icon"],["type","button",1,"p-datepicker-month","p-link",3,"disabled","click","keydown"],["type","button",1,"p-datepicker-year","p-link",3,"disabled","click","keydown"],[1,"p-datepicker-decade"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"p-datepicker-next-icon"],[1,"p-datepicker-calendar-container"],["role","grid",1,"p-datepicker-calendar"],["class","p-datepicker-weekheader p-disabled",4,"ngIf"],["scope","col",4,"ngFor","ngForOf"],[4,"ngFor","ngForOf"],[1,"p-datepicker-weekheader","p-disabled"],["scope","col"],["class","p-datepicker-weeknumber",4,"ngIf"],[3,"ngClass",4,"ngFor","ngForOf"],[1,"p-datepicker-weeknumber"],[1,"p-disabled"],["draggable","false","pRipple","",3,"ngClass","click","keydown"],["class","p-hidden-accessible","aria-live","polite",4,"ngIf"],["aria-live","polite",1,"p-hidden-accessible"],[1,"p-monthpicker"],["class","p-monthpicker-month","pRipple","",3,"ngClass","click","keydown",4,"ngFor","ngForOf"],["pRipple","",1,"p-monthpicker-month",3,"ngClass","click","keydown"],[1,"p-yearpicker"],["class","p-yearpicker-year","pRipple","",3,"ngClass","click","keydown",4,"ngFor","ngForOf"],["pRipple","",1,"p-yearpicker-year",3,"ngClass","click","keydown"],[1,"p-timepicker"],[1,"p-hour-picker"],["type","button","pRipple","",1,"p-link",3,"keydown","keydown.enter","keydown.space","mousedown","mouseup","keyup.enter","keyup.space","mouseleave"],[1,"p-separator"],[1,"p-minute-picker"],["class","p-separator",4,"ngIf"],["class","p-second-picker",4,"ngIf"],["class","p-ampm-picker",4,"ngIf"],[1,"p-second-picker"],[1,"p-ampm-picker"],["type","button","pRipple","",1,"p-link",3,"keydown","click","keydown.enter"],[1,"p-datepicker-buttonbar"],["type","button","pButton","","pRipple","",3,"label","ngClass","keydown","click"]],template:function(x,R){1&x&&(o.F$t(ci),o.TgZ(0,"span",0,1),o.YNc(2,fe,4,20,"ng-template",2),o.YNc(3,_n,9,31,"div",3),o.qZA()),2&x&&(o.Tol(R.styleClass),o.Q6J("ngClass",o.l5B(6,sr,R.showIcon,R.timeOnly,R.disabled,R.focus||R.overlayVisible))("ngStyle",R.style),o.xp6(2),o.Q6J("ngIf",!R.inline),o.xp6(1),o.Q6J("ngIf",R.inline||R.overlayVisible))},dependencies:function(){return[u.mk,u.sg,u.O5,u.tP,u.PC,b1,Di,Vl,Jl,y1,Jn,oi,al]},styles:["@layer primeng{.p-calendar{position:relative;display:inline-flex;max-width:100%}.p-calendar .p-inputtext{flex:1 1 auto;width:1%}.p-calendar-w-btn .p-inputtext{border-top-right-radius:0;border-bottom-right-radius:0}.p-calendar-w-btn .p-datepicker-trigger{border-top-left-radius:0;border-bottom-left-radius:0}.p-fluid .p-calendar{display:flex}.p-fluid .p-calendar .p-inputtext{width:1%}.p-calendar .p-datepicker{min-width:100%}.p-datepicker{width:auto;position:absolute;top:0;left:0}.p-datepicker-inline{display:inline-block;position:static;overflow-x:auto}.p-datepicker-header{display:flex;align-items:center;justify-content:space-between}.p-datepicker-header .p-datepicker-title{margin:0 auto}.p-datepicker-prev,.p-datepicker-next{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-datepicker-multiple-month .p-datepicker-group-container .p-datepicker-group{flex:1 1 auto}.p-datepicker-multiple-month .p-datepicker-group-container{display:flex}.p-datepicker table{width:100%;border-collapse:collapse}.p-datepicker td>span{display:flex;justify-content:center;align-items:center;cursor:pointer;margin:0 auto;overflow:hidden;position:relative}.p-monthpicker-month{width:33.3%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-datepicker-buttonbar{display:flex;justify-content:space-between;align-items:center}.p-timepicker{display:flex;justify-content:center;align-items:center}.p-timepicker button{display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-timepicker>div{display:flex;align-items:center;flex-direction:column}.p-datepicker-touch-ui,.p-calendar .p-datepicker-touch-ui{position:fixed;top:50%;left:50%;min-width:80vw;transform:translate(-50%,-50%)}.p-yearpicker-year{width:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-calendar-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-calendar-clearable{position:relative}}\n"],encapsulation:2,data:{animation:[(0,Gt.X$)("overlayAnimation",[(0,Gt.SB)("visibleTouchUI",(0,Gt.oB)({transform:"translate(-50%,-50%)",opacity:1})),(0,Gt.eR)("void => visible",[(0,Gt.oB)({opacity:0,transform:"scaleY(0.8)"}),(0,Gt.jt)("{{showTransitionParams}}",(0,Gt.oB)({opacity:1,transform:"*"}))]),(0,Gt.eR)("visible => void",[(0,Gt.jt)("{{hideTransitionParams}}",(0,Gt.oB)({opacity:0}))]),(0,Gt.eR)("void => visibleTouchUI",[(0,Gt.oB)({opacity:0,transform:"translate3d(-50%, -40%, 0) scale(0.9)"}),(0,Gt.jt)("{{showTransitionParams}}")]),(0,Gt.eR)("visibleTouchUI => void",[(0,Gt.jt)("{{hideTransitionParams}}",(0,Gt.oB)({opacity:0,transform:"translate3d(-50%, -40%, 0) scale(0.9)"}))])])]},changeDetection:0})}return H})(),tc=(()=>{class H{static \u0275fac=function(x){return new(x||H)};static \u0275mod=o.oAB({type:H});static \u0275inj=o.cJS({imports:[u.ez,Pl,Ke,qi,Vl,Jl,y1,Jn,oi,al,Pl,Ke]})}return H})();function ra(H,Ge){1&H&&o.GkF(0)}const p2=function(){return["binary"]},n1=function(H,Ge){return{key:"p-checkbox",props:H,omit:Ge}},oa=function(H){return[H]};function j2(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"p-checkbox",6,7),o.NdJ("click",function(x){return x.preventDefault()}),o.qZA(),o.BQk()),2&H){const m=o.oxw(4);o.xp6(1),o.Q6J("binary",!0)("formControl",m.control)("propsBinding",o.VKq(7,oa,o.WLB(4,n1,m.data.props,o.DdM(3,p2))))}}function Vs(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"p-checkbox",8),o.NdJ("click",function(x){return x.preventDefault()}),o.qZA(),o.BQk()),2&H){const m=o.oxw(2).$implicit,x=o.oxw(2);o.xp6(1),o.Q6J("name","group")("value",m.value)("formControl",x.control)("propsBinding",o.VKq(8,oa,o.WLB(5,n1,x.data.props,o.DdM(4,p2))))}}function S1(H,Ge){if(1&H&&(o.ynx(0),o.YNc(1,j2,3,9,"ng-container",0),o.YNc(2,Vs,2,10,"ng-container",0),o.BQk()),2&H){const m=o.oxw(3);o.xp6(1),o.Q6J("ngIf",1===m.data.options.data.length),o.xp6(1),o.Q6J("ngIf",m.data.options.data.length>1)}}function Fa(H,Ge){1&H&&o.GkF(0)}const Y3=function(H){return{"justify-content":H}},T0=function(H){return{label:H,isBefore:!0}},w0=function(H){return{label:H,isBefore:!1}};function ud(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"label",4),o.YNc(2,ra,1,0,"ng-container",5),o.YNc(3,S1,3,2,"ng-container",0),o.YNc(4,Fa,1,0,"ng-container",5),o.qZA(),o.BQk()),2&H){const m=Ge.$implicit;o.oxw();const x=o.MAs(4),R=o.oxw();o.xp6(1),o.Q6J("ngStyle",o.VKq(6,Y3,"before"===(null==R.data.options?null:R.data.options.labelPosition)?"space-between":null)),o.xp6(1),o.Q6J("ngTemplateOutlet",x)("ngTemplateOutletContext",o.VKq(8,T0,m.label)),o.xp6(1),o.Q6J("ngIf",R.data.options&&R.data.options.data),o.xp6(1),o.Q6J("ngTemplateOutlet",x)("ngTemplateOutletContext",o.VKq(10,w0,m.label))}}function M0(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"span"),o._uU(2),o.qZA(),o.BQk()),2&H){const m=o.oxw().label;o.xp6(2),o.Oqu(m)}}function bf(H,Ge){if(1&H&&o.YNc(0,M0,3,1,"ng-container",0),2&H){const m=Ge.isBefore,x=o.oxw(2);o.Q6J("ngIf","before"===(null==x.data.options?null:x.data.options.labelPosition)===m)}}const Uu=function(H){return{"flex-direction":H}};function Td(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"div",1),o.YNc(2,ud,5,12,"ng-container",2),o.qZA(),o.YNc(3,bf,1,1,"ng-template",null,3,o.W1O),o.BQk()),2&H){const m=o.oxw();let x;o.xp6(1),o.Akn(null==m.data.options?null:m.data.options.containerStyles),o.Q6J("ngClass",o.VKq(5,oa,null!==(x=null==m.data.options?null:m.data.options.containerClass)&&void 0!==x?x:""))("ngStyle",o.VKq(7,Uu,null==m.data.options?null:m.data.options.layout)),o.xp6(1),o.Q6J("ngForOf",null==m.data.options?null:m.data.options.data)}}const L4=function(){return["options"]},yf=function(H,Ge){return{key:"p-dropdown",props:H,omit:Ge}};function ss(H,Ge){if(1&H){const m=o.EpF();o.ynx(0),o.TgZ(1,"p-dropdown",1),o.NdJ("onHide",function(){o.CHM(m);const R=o.oxw();return o.KtG(R.onTouched())}),o.qZA(),o.BQk()}if(2&H){const m=o.oxw();o.xp6(1),o.Q6J("options",null==m.data.options?null:m.data.options.data)("formControl",m.control)("propsBinding",o.VKq(7,oa,o.WLB(4,yf,m.data.props,o.DdM(3,L4))))}}const eu=function(){return["type"]},tu=function(H,Ge){return{key:"p-input-text",props:H,omit:Ge}};function W3(H,Ge){if(1&H&&(o.ynx(0),o._UZ(1,"input",1),o.BQk()),2&H){const m=o.oxw();let x;o.xp6(1),o.Q6J("type",null!==(x=m.data.type)&&void 0!==x?x:"text")("formControl",m.control)("propsBinding",o.VKq(7,oa,o.WLB(4,tu,m.data.props,o.DdM(3,eu))))}}function q3(H,Ge){1&H&&o.GkF(0)}function K3(H,Ge){1&H&&o.GkF(0)}const m2=function(){return["value"]},nu=function(H,Ge){return{key:"p-radio-button",props:H,omit:Ge}};function P4(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"label",4),o.YNc(2,q3,1,0,"ng-container",5),o._UZ(3,"p-radioButton",6),o.ALo(4,"json"),o.YNc(5,K3,1,0,"ng-container",5),o.qZA(),o.BQk()),2&H){const m=Ge.$implicit;o.oxw();const x=o.MAs(4),R=o.oxw();o.xp6(1),o.Q6J("ngStyle",o.VKq(10,Y3,"before"===(null==R.data.options?null:R.data.options.labelPosition)?"space-between":null)),o.xp6(1),o.Q6J("ngTemplateOutlet",x)("ngTemplateOutletContext",o.VKq(12,T0,m.label)),o.xp6(1),o.Q6J("value",o.lcZ(4,8,m.value))("formControl",R.control)("propsBinding",o.VKq(18,oa,o.WLB(15,nu,R.data.props,o.DdM(14,m2)))),o.xp6(2),o.Q6J("ngTemplateOutlet",x)("ngTemplateOutletContext",o.VKq(20,w0,m.label))}}function Jm(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"span"),o._uU(2),o.qZA(),o.BQk()),2&H){const m=o.oxw().label;o.xp6(2),o.Oqu(m)}}function A0(H,Ge){if(1&H&&o.YNc(0,Jm,3,1,"ng-container",0),2&H){const m=Ge.isBefore,x=o.oxw(2);o.Q6J("ngIf","before"===(null==x.data.options?null:x.data.options.labelPosition)===m)}}function Xm(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"div",1),o.YNc(2,P4,6,22,"ng-container",2),o.qZA(),o.YNc(3,A0,1,1,"ng-template",null,3,o.W1O),o.BQk()),2&H){const m=o.oxw();let x;o.xp6(1),o.Akn(null==m.data.options?null:m.data.options.containerStyles),o.Q6J("ngClass",o.VKq(5,oa,null!==(x=null==m.data.options?null:m.data.options.containerClass)&&void 0!==x?x:""))("ngStyle",o.VKq(7,Uu,null==m.data.options?null:m.data.options.layout)),o.xp6(1),o.Q6J("ngForOf",null==m.data.options?null:m.data.options.data)}}function Q3(H,Ge){if(1&H&&o.GkF(0,6),2&H){o.oxw();const m=o.MAs(7);o.Q6J("ngTemplateOutlet",m)}}function V4(H,Ge){if(1&H&&o.GkF(0,6),2&H){o.oxw();const m=o.MAs(7);o.Q6J("ngTemplateOutlet",m)}}function Z3(H,Ge){if(1&H&&(o.TgZ(0,"span"),o._uU(1),o.qZA()),2&H){const m=o.oxw(3);o.xp6(1),o.Oqu(null==m.data.options||null==m.data.options.data||null==m.data.options.data[0]?null:m.data.options.data[0].label)}}function J3(H,Ge){if(1&H&&o.YNc(0,Z3,2,1,"span",0),2&H){const m=o.oxw(2);o.Q6J("ngIf",null==m.data.options||null==m.data.options.data||null==m.data.options.data[0]?null:m.data.options.data[0].label)}}const ju=function(H){return{key:"p-input-switch",props:H}};function iu(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"div",1)(2,"label",2),o.YNc(3,Q3,1,1,"ng-container",3),o._UZ(4,"p-inputSwitch",4),o.YNc(5,V4,1,1,"ng-container",3),o.qZA()(),o.YNc(6,J3,1,1,"ng-template",null,5,o.W1O),o.BQk()),2&H){const m=o.oxw();o.xp6(3),o.Q6J("ngIf","before"===(null==m.data.options?null:m.data.options.labelPosition)),o.xp6(1),o.Q6J("formControl",m.control)("propsBinding",o.VKq(6,oa,o.VKq(4,ju,m.data.props))),o.xp6(1),o.Q6J("ngIf","before"!==(null==m.data.options?null:m.data.options.labelPosition))}}const X3=function(H){return{key:"p-input-textarea",props:H}};function $u(H,Ge){if(1&H&&(o.ynx(0),o._UZ(1,"textarea",1),o.BQk()),2&H){const m=o.oxw();o.xp6(1),o.Q6J("formControl",m.control)("propsBinding",o.VKq(4,oa,o.VKq(2,X3,m.data.props)))}}function Y1(H,Ge){if(1&H&&(o.ynx(0),o._UZ(1,"input",1),o.BQk()),2&H){const m=o.oxw();o.xp6(1),o.Q6J("formControl",m.control)("imask",m.data.inputMask)("propsBinding",o.VKq(7,oa,o.WLB(4,tu,m.data.props,o.DdM(3,eu))))}}const Cf=function(H){return{key:"p-slider",props:H}};function e6(H,Ge){if(1&H&&(o.ynx(0),o.TgZ(1,"div",1),o._UZ(2,"p-slider",2),o.qZA(),o.BQk()),2&H){const m=o.oxw();o.xp6(2),o.Q6J("formControl",m.control)("propsBinding",o.VKq(4,oa,o.VKq(2,Cf,m.data.props)))}}const Ef=function(H){return{key:"p-calendar",props:H}};function eh(H,Ge){if(1&H&&(o.ynx(0),o._UZ(1,"p-calendar",1),o.BQk()),2&H){const m=o.oxw();o.xp6(1),o.Q6J("formControl",m.control)("propsBinding",o.VKq(4,oa,o.VKq(2,Ef,m.data.props)))}}let $2=(()=>{class H extends j.eY{constructor(){super(...arguments),this.control=new D.NI("")}static#e=this.\u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static#t=this.\u0275cmp=o.Xpm({type:H,selectors:[["ui-primeng-checkbox"]],standalone:!0,features:[o._Bn([(0,j.y$)([{key:"p-checkbox",token:Z}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"group-buttons",3,"ngClass","ngStyle"],[4,"ngFor","ngForOf"],["labelTemplate",""],[1,"option-button",3,"ngStyle"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"binary","formControl","propsBinding","click"],["pCheckbox",""],[3,"name","value","formControl","propsBinding","click"]],template:function(x,R){1&x&&o.YNc(0,Td,5,9,"ng-container",0),2&x&&o.Q6J("ngIf",R.data)},dependencies:[u.ez,u.mk,u.sg,u.O5,u.tP,u.PC,D.UX,D.JJ,D.oH,Ae,Z,j.NA],encapsulation:2})}return H})(),Sl=(()=>{class H extends j.eY{constructor(){super(...arguments),this.control=new D.p4(""),this.onTouched=()=>{}}registerOnTouched(m){this.onTouched=m}static#e=this.\u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static#t=this.\u0275cmp=o.Xpm({type:H,selectors:[["ui-primeng-select"]],standalone:!0,features:[o._Bn([(0,j.y$)([{key:"p-dropdown",token:Vc}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[3,"options","formControl","propsBinding","onHide"]],template:function(x,R){1&x&&o.YNc(0,ss,2,9,"ng-container",0),2&x&&o.Q6J("ngIf",R.data)},dependencies:[u.ez,u.O5,D.UX,D.JJ,D.oH,g1,Vc,j.NA],encapsulation:2})}return H})(),r1=(()=>{class H extends j.eY{constructor(){super(...arguments),this.control=new D.p4("")}static#e=this.\u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static#t=this.\u0275cmp=o.Xpm({type:H,selectors:[["ui-primeng-input"]],standalone:!0,features:[o._Bn([(0,j.y$)([{key:"p-input-text",token:Na}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],["pInputText","",3,"type","formControl","propsBinding"]],template:function(x,R){1&x&&o.YNc(0,W3,2,9,"ng-container",0),2&x&&o.Q6J("ngIf",R.control&&R.data)},dependencies:[u.ez,u.O5,D.UX,D.Fj,D.JJ,D.oH,Ko,Na,j.NA],encapsulation:2})}return H})();const Sf={checkbox:$2,date:(()=>{class H extends j.eY{constructor(){super(...arguments),this.control=new D.NI(new Date)}static#e=this.\u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static#t=this.\u0275cmp=o.Xpm({type:H,selectors:[["ui-primeng-date"]],standalone:!0,features:[o._Bn([(0,j.y$)([{key:"p-calendar",token:_a}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[3,"formControl","propsBinding"]],template:function(x,R){1&x&&o.YNc(0,eh,2,6,"ng-container",0),2&x&&o.Q6J("ngIf",R.data)},dependencies:[u.ez,u.O5,D.UX,D.JJ,D.oH,tc,_a,D.u5,j.NA],encapsulation:2})}return H})(),password:r1,number:r1,email:r1,radio:(()=>{class H extends j.eY{constructor(){super(...arguments),this._controlValueService=(0,o.f3M)(j.OP),this.control=new D.p4("")}writeValue(m){const x=this._controlValueService.getOptionsValue("stringified",m);this.control.setValue(x)}registerOnChange(m){this.control.valueChanges.pipe((0,yc.U)(x=>this._controlValueService.getOptionsValue("parsed",x))).subscribe(m)}static#e=this.\u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static#t=this.\u0275cmp=o.Xpm({type:H,selectors:[["ui-primeng-radio"]],standalone:!0,features:[o._Bn([(0,j.y$)([{key:"p-radio-button",token:Dc}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"group-buttons",3,"ngClass","ngStyle"],[4,"ngFor","ngForOf"],["labelTemplate",""],[1,"option-button",3,"ngStyle"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"value","formControl","propsBinding"]],template:function(x,R){1&x&&o.YNc(0,Xm,5,9,"ng-container",0),2&x&&o.Q6J("ngIf",R.data)},dependencies:[u.ez,u.mk,u.sg,u.O5,u.tP,u.PC,u.Ts,D.UX,D.JJ,D.oH,gs,Dc,j.NA],encapsulation:2})}return H})(),range:(()=>{class H extends j.eY{constructor(){super(...arguments),this.control=new D.NI(0)}static#e=this.\u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static#t=this.\u0275cmp=o.Xpm({type:H,selectors:[["ui-primeng-range"]],standalone:!0,features:[o._Bn([(0,j.y$)([{key:"p-slider",token:La}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"range-input"],[3,"formControl","propsBinding"]],template:function(x,R){1&x&&o.YNc(0,e6,3,6,"ng-container",0),2&x&&o.Q6J("ngIf",R.data)},dependencies:[u.ez,u.O5,D.UX,D.JJ,D.oH,Oc,La,j.NA],encapsulation:2})}return H})(),select:Sl,switch:(()=>{class H extends j.eY{constructor(){super(...arguments),this.control=new D.NI(!1)}static#e=this.\u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static#t=this.\u0275cmp=o.Xpm({type:H,selectors:[["ui-primeng-switch"]],standalone:!0,features:[o._Bn([(0,j.y$)([{key:"p-input-switch",token:Uo}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"option-button-wrapper"],[1,"option-button"],[3,"ngTemplateOutlet",4,"ngIf"],[3,"formControl","propsBinding"],["labelTemplate",""],[3,"ngTemplateOutlet"]],template:function(x,R){1&x&&o.YNc(0,iu,8,8,"ng-container",0),2&x&&o.Q6J("ngIf",R.data)},dependencies:[u.ez,u.O5,u.tP,D.UX,D.JJ,D.oH,Qr,Uo,j.NA],encapsulation:2})}return H})(),text:r1,textMask:(()=>{class H extends j.eY{constructor(){super(...arguments),this.control=new D.NI("")}static#e=this.\u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static#t=this.\u0275cmp=o.Xpm({type:H,selectors:[["ui-primeng-input-mask"]],viewQuery:function(x,R){if(1&x&&o.Gf(Na,5),2&x){let ae;o.iGM(ae=o.CRH())&&(R.target=ae.first)}},standalone:!0,features:[o._Bn([(0,j.y$)([{key:"p-input-text",token:Na}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],["type","text","pInputText","",3,"formControl","imask","propsBinding"]],template:function(x,R){1&x&&o.YNc(0,Y1,2,9,"ng-container",0),2&x&&o.Q6J("ngIf",R.data)},dependencies:[u.ez,u.O5,D.UX,D.Fj,D.JJ,D.oH,Ko,Na,ka.An,j.NA],encapsulation:2})}return H})(),textarea:(()=>{class H extends j.eY{constructor(){super(...arguments),this.control=new D.NI("")}static#e=this.\u0275fac=function(){let m;return function(R){return(m||(m=o.n5z(H)))(R||H)}}();static#t=this.\u0275cmp=o.Xpm({type:H,selectors:[["ui-primeng-textarea"]],standalone:!0,features:[o._Bn([(0,j.y$)([{key:"p-input-textarea",token:Cc}])]),o.qOj,o.jDz],decls:1,vars:1,consts:[[4,"ngIf"],["pInputTextarea","",3,"formControl","propsBinding"]],template:function(x,R){1&x&&o.YNc(0,$u,2,6,"ng-container",0),2&x&&o.Q6J("ngIf",R.data)},dependencies:[u.ez,u.O5,D.UX,D.Fj,D.JJ,D.oH,Nl,Cc,j.NA],encapsulation:2})}return H})()}},1357:(ve,k,_)=>{"use strict";_.d(k,{OP:()=>Ll,eY:()=>js,A6:()=>Zc,NA:()=>Ra,$D:()=>Ql,y$:()=>_s});var u=_(755),o=_(9567),D=_(6424),j=_(453),te=_(3843),U=_(2425),X=_(1209),ee=_(3489),ne=_(5130),ue=_(155),ce=_(1570),he=_(5333),Ve=_(8132),be=_(8748),He=_(6293),Se=_(7560),Ce=_(1749),ft=_(4787),Ue=_(8442),je=_(8004),xe=_(409),ye=_(4893),Oe=_(1813),We=_(5047),Ke=_(2133),xt=_(2939),Tt=_(6733);function Sn(J){J||((0,u.gHi)(Sn),J=(0,u.f3M)(u.ktI));const bt=new Ve.y(se=>J.onDestroy(se.next.bind(se)));return se=>se.pipe((0,Ce.R)(bt))}var Ti=_(3595);function kr(J,bt){1&J&&u.GkF(0)}const pr=function(){return["type"]},an=function(J,bt){return{props:J,omit:bt}},Ot=function(J){return[J]};function St(J,bt){if(1&J&&(u.ynx(0),u._UZ(1,"input",8,9),u.BQk()),2&J){const se=u.oxw(4);u.xp6(1),u.Q6J("propsBinding",u.VKq(6,Ot,u.WLB(3,an,se.data.props,u.DdM(2,pr))))("formControl",se.control)}}function Wt(J,bt){if(1&J){const se=u.EpF();u.ynx(0),u.TgZ(1,"input",10),u.NdJ("change",function(Ct){u.CHM(se);const Ht=u.oxw(4);return u.KtG(Ht.onCheckboxChange(Ct))}),u.ALo(2,"json"),u.ALo(3,"json"),u.qZA(),u.BQk()}if(2&J){const se=u.oxw(2).$implicit,Te=u.oxw(2);u.xp6(1),u.Q6J("propsBinding",u.VKq(12,Ot,u.WLB(9,an,Te.data.props,u.DdM(8,pr))))("value",u.lcZ(2,4,se.value))("checked",Te.control.value&&Te.control.value.includes(u.lcZ(3,6,se.value)))("disabled",Te.control.disabled)}}function qe(J,bt){if(1&J&&(u.ynx(0),u.YNc(1,St,3,8,"ng-container",0),u.YNc(2,Wt,4,14,"ng-container",0),u.BQk()),2&J){const se=u.oxw(3);u.xp6(1),u.Q6J("ngIf",1===se.data.options.data.length),u.xp6(1),u.Q6J("ngIf",se.data.options.data.length>1)}}function lt(J,bt){1&J&&u.GkF(0)}const Bt=function(J){return{"justify-content":J}},yn=function(J){return{label:J,isBefore:!0}},Dn=function(J){return{label:J,isBefore:!1}};function si(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",4)(2,"label",5),u.YNc(3,kr,1,0,"ng-container",6),u.YNc(4,qe,3,2,"ng-container",0),u._UZ(5,"span",7),u.YNc(6,lt,1,0,"ng-container",6),u.qZA()(),u.BQk()),2&J){const se=bt.$implicit;u.oxw();const Te=u.MAs(4),Ct=u.oxw();u.xp6(2),u.Q6J("ngStyle",u.VKq(6,Bt,"before"===(null==Ct.data.options?null:Ct.data.options.labelPosition)?"space-between":null)),u.xp6(1),u.Q6J("ngTemplateOutlet",Te)("ngTemplateOutletContext",u.VKq(8,yn,se.label)),u.xp6(1),u.Q6J("ngIf",Ct.data.options&&Ct.data.options.data),u.xp6(2),u.Q6J("ngTemplateOutlet",Te)("ngTemplateOutletContext",u.VKq(10,Dn,se.label))}}function mr(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"span"),u._uU(2),u.qZA(),u.BQk()),2&J){const se=u.oxw().label;u.xp6(2),u.Oqu(se)}}function Dr(J,bt){if(1&J&&u.YNc(0,mr,3,1,"ng-container",0),2&J){const se=bt.isBefore,Te=u.oxw(2);u.Q6J("ngIf","before"===(null==Te.data.options?null:Te.data.options.labelPosition)===se)}}const ao=function(J,bt){return[J,bt]},Cn=function(J){return{"flex-direction":J}};function It(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",1),u.YNc(2,si,7,12,"ng-container",2),u.qZA(),u.YNc(3,Dr,1,1,"ng-template",null,3,u.W1O),u.BQk()),2&J){const se=u.oxw();let Te;u.xp6(1),u.Akn(null==se.data.options?null:se.data.options.containerStyles),u.Q6J("ngClass",u.WLB(5,ao,null!==(Te=null==se.data.options?null:se.data.options.containerClass)&&void 0!==Te?Te:"",se.control.disabled?"disabled":""))("ngStyle",u.VKq(8,Cn,null==se.data.options?null:se.data.options.layout)),u.xp6(1),u.Q6J("ngForOf",null==se.data.options?null:se.data.options.data)}}function Kt(J,bt){1&J&&(u.ynx(0),u._UZ(1,"input",5),u.BQk())}const Fn=function(J){return{disabled:J}},ui=function(){return["min","max","type"]};function oi(J,bt){if(1&J&&(u.ynx(0,1),u.TgZ(1,"div",2),u._UZ(2,"input",3),u.YNc(3,Kt,2,0,"ng-container",4),u.qZA(),u.BQk()),2&J){const se=u.oxw();u.Q6J("formGroup",se.control),u.xp6(1),u.Q6J("ngClass",u.VKq(6,Fn,se.control.disabled)),u.xp6(1),u.Q6J("propsBinding",u.VKq(12,Ot,u.WLB(9,an,se.data.props,u.DdM(8,ui)))),u.uIk("min",se.dateSettings.min)("max",se.dateSettings.max),u.xp6(1),u.Q6J("ngIf",!0===(null==se.data||null==se.data.props?null:se.data.props.showTime))}}function Jn(J,bt){if(1&J&&(u.ynx(0),u._UZ(1,"input",1),u.BQk()),2&J){const se=u.oxw();u.xp6(1),u.Q6J("ngClass",u.VKq(4,Fn,se.control.disabled))("imask",se.data.inputMask)("propsBinding",u.VKq(10,Ot,u.WLB(7,an,se.data.props,u.DdM(6,pr))))("formControl",se.control)}}function wi(J,bt){if(1&J&&(u.ynx(0),u._UZ(1,"input",1),u.BQk()),2&J){const se=u.oxw();let Te;u.xp6(1),u.Q6J("ngClass",u.VKq(4,Fn,se.control.disabled))("propsBinding",u.VKq(10,Ot,u.WLB(7,an,se.data.props,u.DdM(6,pr))))("formControl",se.control),u.uIk("type",null!==(Te=se.data.type)&&void 0!==Te?Te:"text")}}function Mr(J,bt){if(1&J&&(u.TgZ(0,"span"),u._uU(1),u.qZA()),2&J){const se=u.oxw().$implicit;u.xp6(1),u.Oqu(se.label)}}function Eo(J,bt){if(1&J&&(u.TgZ(0,"span"),u._uU(1),u.qZA()),2&J){const se=u.oxw().$implicit;u.xp6(1),u.Oqu(se.label)}}const fs=function(){return["type","name"]};function Wr(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",3)(2,"label",4),u.YNc(3,Mr,2,1,"span",0),u._UZ(4,"input",5),u.ALo(5,"json"),u._UZ(6,"span",6),u.YNc(7,Eo,2,1,"span",0),u.qZA()(),u.BQk()),2&J){const se=bt.$implicit,Te=u.oxw(2);u.xp6(2),u.Q6J("ngStyle",u.VKq(9,Bt,"before"===(null==Te.data.options?null:Te.data.options.labelPosition)?"space-between":null)),u.xp6(1),u.Q6J("ngIf","before"===(null==Te.data.options?null:Te.data.options.labelPosition)),u.xp6(1),u.Q6J("name",Te.data.formControlName)("propsBinding",u.VKq(15,Ot,u.WLB(12,an,Te.data.props,u.DdM(11,fs))))("value",u.lcZ(5,7,se.value))("formControl",Te.control),u.xp6(3),u.Q6J("ngIf","before"!==(null==Te.data.options?null:Te.data.options.labelPosition))}}function Ur(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",1),u.YNc(2,Wr,8,17,"ng-container",2),u.qZA(),u.BQk()),2&J){const se=u.oxw();let Te;u.xp6(1),u.Akn(null==se.data.options?null:se.data.options.containerStyles),u.Q6J("ngClass",u.WLB(5,ao,null!==(Te=null==se.data.options?null:se.data.options.containerClass)&&void 0!==Te?Te:"",se.control.disabled?"disabled":""))("ngStyle",u.VKq(8,Cn,null==se.data.options?null:se.data.options.layout)),u.xp6(1),u.Q6J("ngForOf",null==se.data.options?null:se.data.options.data)}}function Ns(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",3),u._uU(2),u.qZA(),u.BQk()),2&J){const se=u.oxw(2);u.xp6(1),u.Udp("--left",se.valuePosition),u.xp6(1),u.hij(" ",se.control.value," ")}}function gi(J,bt){1&J&&(u.ynx(0),u._UZ(1,"span",8),u.BQk())}function Oi(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",4),u.YNc(2,gi,2,0,"ng-container",5),u.qZA(),u.TgZ(3,"div",6),u._uU(4),u.qZA(),u.TgZ(5,"div",7),u._uU(6),u.qZA(),u.BQk()),2&J){const se=u.oxw(2);u.xp6(2),u.Q6J("ngForOf",se.tickMarks),u.xp6(2),u.Oqu(null==se.data.props?null:se.data.props.min),u.xp6(2),u.Oqu(null==se.data.props?null:se.data.props.max)}}const Xi=function(J,bt){return{"show-tick-marks":J,disabled:bt}},Kr=function(J){return{"background-size":J}};function So(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",1),u._UZ(2,"input",2),u.YNc(3,Ns,3,3,"ng-container",0),u.YNc(4,Oi,7,3,"ng-container",0),u.qZA(),u.BQk()),2&J){const se=u.oxw();u.xp6(1),u.Q6J("ngClass",u.WLB(6,Xi,!0===(null==se.data.props?null:se.data.props.showTickMarks)||!0===(null==se.data.props?null:se.data.props.showCurrentValue),se.control.disabled)),u.xp6(1),u.Q6J("ngStyle",u.VKq(9,Kr,se.valuePosition))("propsBinding",u.VKq(15,Ot,u.WLB(12,an,se.data.props,u.DdM(11,pr))))("formControl",se.control),u.xp6(1),u.Q6J("ngIf",null==se.data.props?null:se.data.props.showCurrentValue),u.xp6(1),u.Q6J("ngIf",null==se.data.props?null:se.data.props.showTickMarks)}}function Gr(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"option",4),u.ALo(2,"json"),u._uU(3),u.qZA(),u.BQk()),2&J){const se=bt.$implicit;u.xp6(1),u.Q6J("value",u.lcZ(2,2,se.value)),u.xp6(2),u.hij(" ",se.label," ")}}const hs=function(J){return{props:J}};function ti(J,bt){if(1&J){const se=u.EpF();u.ynx(0),u.TgZ(1,"div",1)(2,"select",2),u.NdJ("blur",function(){u.CHM(se);const Ct=u.oxw();return u.KtG(Ct.onTouched())}),u.YNc(3,Gr,4,4,"ng-container",3),u.qZA()(),u.BQk()}if(2&J){const se=u.oxw();u.xp6(1),u.Q6J("ngClass",u.VKq(5,Fn,se.control.disabled))("ngStyle",u.VKq(7,Cn,null==se.data.options?null:se.data.options.layout)),u.xp6(1),u.Q6J("propsBinding",u.VKq(11,Ot,u.VKq(9,hs,se.data.props)))("formControl",se.control),u.xp6(1),u.Q6J("ngForOf",null==se.data.options?null:se.data.options.data)}}function nt(J,bt){if(1&J&&u.GkF(0,7),2&J){u.oxw();const se=u.MAs(8);u.Q6J("ngTemplateOutlet",se)}}function $e(J,bt){if(1&J&&u.GkF(0,7),2&J){u.oxw();const se=u.MAs(8);u.Q6J("ngTemplateOutlet",se)}}function Xe(J,bt){if(1&J&&(u.TgZ(0,"span"),u._uU(1),u.qZA()),2&J){const se=u.oxw(3);u.xp6(1),u.Oqu(null==se.data.options||null==se.data.options.data||null==se.data.options.data[0]?null:se.data.options.data[0].label)}}function Jt(J,bt){if(1&J&&u.YNc(0,Xe,2,1,"span",0),2&J){const se=u.oxw(2);u.Q6J("ngIf",null==se.data.options||null==se.data.options.data||null==se.data.options.data[0]?null:se.data.options.data[0].label)}}function tn(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",1)(2,"label",2),u.YNc(3,nt,1,1,"ng-container",3),u._UZ(4,"input",4)(5,"span",5),u.YNc(6,$e,1,1,"ng-container",3),u.qZA()(),u.YNc(7,Jt,1,1,"ng-template",null,6,u.W1O),u.BQk()),2&J){const se=u.oxw();u.xp6(1),u.Q6J("ngClass",u.VKq(5,Fn,se.control.disabled)),u.xp6(2),u.Q6J("ngIf","before"===(null==se.data.options?null:se.data.options.labelPosition)),u.xp6(1),u.Q6J("propsBinding",u.VKq(11,Ot,u.WLB(8,an,se.data.props,u.DdM(7,pr))))("formControl",se.control),u.xp6(2),u.Q6J("ngIf","before"!==(null==se.data.options?null:se.data.options.labelPosition))}}const rn=function(J){return{key:"textarea-autoheight",props:J}};function ni(J,bt){if(1&J&&(u.ynx(0),u._UZ(1,"textarea",1),u.BQk()),2&J){const se=u.oxw();u.xp6(1),u.Q6J("ngClass",u.VKq(3,Fn,se.control.disabled))("propsBinding",u.VKq(7,Ot,u.VKq(5,rn,se.data.props)))("formControl",se.control)}}const yi=["componentAnchor"];function Or(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div"),u._uU(2),u.qZA(),u.BQk()),2&J){const se=bt.$implicit;u.xp6(2),u.Oqu(se)}}function Ui(J,bt){if(1&J&&(u.ynx(0),u.YNc(1,Or,3,1,"ng-container",3),u.BQk()),2&J){const se=u.oxw();u.xp6(1),u.Q6J("ngForOf",se.errorMessages)}}const dr=function(J,bt){return{control:J,messages:bt}},br=function(J){return{transform:J}};function gr(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"span",4),u.O4$(),u.TgZ(2,"svg",5),u._UZ(3,"path",6),u.qZA()(),u.BQk()),2&J){const se=u.oxw(2);u.xp6(1),u.Q6J("ngStyle",u.VKq(1,br,se.expand?"rotate(0deg)":"rotate(-180deg)"))}}function Ca(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"span",3),u._uU(2),u.qZA(),u.YNc(3,gr,4,3,"ng-container",0),u.BQk()),2&J){const se=u.oxw();u.xp6(2),u.Oqu(se.label),u.xp6(1),u.Q6J("ngIf",se.collapsible)}}const Yi=function(J,bt,se,Te,Ct,Ht){return{label:J,layout:bt,toggle:se,collapsible:Te,expand:Ct,props:Ht}};function Cs(J,bt){if(1&J&&u.GkF(0,7),2&J){const se=u.oxw();u.Q6J("ngTemplateOutlet",se.customTemplate)("ngTemplateOutletContext",u.HTZ(2,Yi,se.label,se.layout,se.toggle,se.collapsible,se.expand,se.props))}}const ns=function(J){return{type:"label",layout:J}},Bo=function(J){return{required:J}};function ea(J,bt){if(1&J&&(u.ynx(0),u._UZ(1,"form-label",6),u.ALo(2,"isControlRequired"),u.BQk()),2&J){u.oxw();const se=u.MAs(3),Te=u.oxw();let Ct,Ht;u.xp6(1),u.Q6J("label",Te.config.label)("layout",Te.config.layout)("props",Te.config.props)("collapsibleEl",se)("customComponent",null!==(Ct=null==Te.labelComponents?null:Te.labelComponents[Te.config.formControlName])&&void 0!==Ct?Ct:Te.labelComponentDefault)("customTemplate",null!==(Ht=null==Te.labelTemplates?null:Te.labelTemplates[Te.config.formControlName])&&void 0!==Ht?Ht:Te.labelTemplateDefault)("state",Te.collapsibleState)("controlLayout",u.VKq(11,ns,Te.config.layout))("ngClass",u.VKq(13,Bo,!1===(null==Te.config.layout?null:Te.config.layout.autoAddRequiredClass)?null:u.lcZ(2,9,Te.control)))}}const Ws=function(J){return{data:J}};function pa(J,bt){if(1&J&&u.GkF(0,7),2&J){const se=u.oxw(2),Te=u.MAs(2);u.Q6J("ngTemplateOutlet",Te)("ngTemplateOutletContext",u.VKq(2,Ws,se.config))}}function Ia(J,bt){if(1&J&&u.GkF(0,7),2&J){const se=u.oxw(2),Te=u.MAs(2);u.Q6J("ngTemplateOutlet",Te)("ngTemplateOutletContext",u.VKq(2,Ws,se.config))}}const ji=function(J){return{type:"content",layout:J}},nr=function(J){return{type:"error",layout:J}},$i=function(J){return{hidden:J}};function Hr(J,bt){if(1&J&&(u.ynx(0),u.YNc(1,ea,3,15,"ng-container",0),u.TgZ(2,"div",2,3),u.YNc(4,pa,1,4,"ng-container",4),u.Hsn(5),u.YNc(6,Ia,1,4,"ng-container",4),u._UZ(7,"error-message",5),u.qZA(),u.BQk()),2&J){const se=u.oxw();let Te,Ct;u.xp6(1),u.Q6J("ngIf",se.config.label),u.xp6(1),u.Q6J("controlLayout",u.VKq(10,ji,se.config.layout)),u.xp6(2),u.Q6J("ngIf",se.config.description&&"after"!==(null==se.config.layout?null:se.config.layout.descriptionPosition)),u.xp6(2),u.Q6J("ngIf",se.config.description&&"after"===(null==se.config.layout?null:se.config.layout.descriptionPosition)),u.xp6(1),u.Q6J("control",se.control)("validators",se.config.validators)("customComponent",null!==(Te=null==se.errorComponents?null:se.errorComponents[se.config.formControlName])&&void 0!==Te?Te:se.errorComponentDefault)("customTemplate",null!==(Ct=null==se.errorTemplates?null:se.errorTemplates[se.config.formControlName])&&void 0!==Ct?Ct:se.errorTemplateDefault)("controlLayout",u.VKq(12,nr,se.config.layout))("ngClass",u.VKq(14,$i,!se.showErrors))}}const co=function(J){return{type:"description",layout:J}};function la(J,bt){if(1&J&&(u.TgZ(0,"span",8),u._uU(1),u.qZA()),2&J){const se=bt.data;u.Q6J("controlLayout",u.VKq(2,co,se.layout)),u.xp6(1),u.Oqu(se.description)}}const Ps=["*"],ps=["inputComponentAnchor"];function Za(J,bt){1&J&&u.GkF(0)}const Oo=function(J,bt){return{disabled:J,hidden:bt}},qc=function(J,bt){return{control:J,data:bt}};function gl(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",1),u.GkF(2,2)(3,null,3),u.qZA(),u.TgZ(5,"div",4),u.YNc(6,Za,1,0,"ng-container",5),u.GkF(7,6),u.qZA(),u.BQk()),2&J){const se=u.oxw();let Te,Ct,Ht;u.xp6(1),u.Q6J("ngClass",u.WLB(6,Oo,!se.useCustomLoading&&se.loading,se.useCustomLoading&&se.loading)),u.xp6(1),u.Q6J("ngTemplateOutlet",null!==(Te=null==se.customTemplates?null:se.customTemplates[se.data.formControlName])&&void 0!==Te?Te:null)("ngTemplateOutletContext",u.WLB(9,qc,se.control,se.data)),u.xp6(3),u.Q6J("ngClass",u.VKq(12,$i,!se.loading)),u.xp6(1),u.Q6J("ngComponentOutlet",null!==(Ct=se.loadingComponent)&&void 0!==Ct?Ct:null),u.xp6(1),u.Q6J("ngTemplateOutlet",null!==(Ht=se.loadingTemplate)&&void 0!==Ht?Ht:null)}}const Ar=function(J){return{type:"inputArea",layout:J}};function ai(J,bt){if(1&J&&(u.ynx(0),u._UZ(1,"form-control",4),u.BQk()),2&J){const se=u.oxw(2).$implicit,Te=u.oxw();u.xp6(1),u.Q6J("data",se)("control",Te.parentForm.controls[se.formControlName])("formControlName",se.formControlName)("customComponent",null==Te.customComponents?null:Te.customComponents[se.formControlName])("controlLayout",u.VKq(5,Ar,se.layout))}}const fr=function(J){return{type:"formGroup",layout:J}};function ws(J,bt){if(1&J&&(u.ynx(0),u._UZ(1,"form-group",5),u.BQk()),2&J){const se=u.oxw(2).$implicit,Te=u.oxw();u.xp6(1),u.Q6J("parentId",(Te.parentId?Te.parentId+".":"")+se.formControlName)("parentForm",Te.parentForm.controls[se.formControlName])("configs",se.children)("collapsibleState",Te.collapsibleState)("controlLayout",u.VKq(5,fr,se.layout))}}const ma=function(J,bt){return{parentId:J,controlName:bt}},qr=function(J,bt){return{"form-control-container":J,readonly:bt}},qs=function(J){return{type:"host",layout:J}};function zr(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"content-wrapper",3),u.ALo(2,"controlTypeByConfig"),u.YNc(3,ai,2,7,"ng-container",2),u.ALo(4,"controlTypeByConfig"),u.YNc(5,ws,2,7,"ng-container",2),u.ALo(6,"controlTypeByConfig"),u.qZA(),u.BQk()),2&J){const se=u.oxw().$implicit,Te=u.oxw();u.xp6(1),u.Q6J("config",se)("control",Te.parentForm.controls[se.formControlName])("collapsibleState",Te.collapsibleState)("hostId",u.WLB(14,ma,Te.parentId,se.formControlName))("ngClass",u.WLB(17,qr,"FormControl"===u.lcZ(2,8,se),se.readonly))("controlLayout",u.VKq(20,qs,se.layout)),u.xp6(2),u.Q6J("ngIf","FormControl"===u.lcZ(4,10,se)),u.xp6(2),u.Q6J("ngIf","FormGroup"===u.lcZ(6,12,se))}}function ms(J,bt){if(1&J&&(u.ynx(0),u.YNc(1,zr,7,22,"ng-container",2),u.BQk()),2&J){const se=bt.$implicit;u.xp6(1),u.Q6J("ngIf",!se.hidden)}}function Ea(J,bt){1&J&&(u.ynx(0),u.TgZ(1,"div",1)(2,"span"),u._uU(3,"No configs found."),u.qZA()(),u.BQk())}function mc(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"code"),u._uU(2),u.ALo(3,"json"),u.qZA(),u.BQk()),2&J){const se=u.oxw().$implicit;u.xp6(2),u.Oqu(u.lcZ(3,1,se.config))}}function Pr(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"p",4),u._uU(2),u.qZA(),u.YNc(3,mc,4,3,"ng-container",0),u.BQk()),2&J){const se=bt.$implicit;u.xp6(2),u.Oqu(se.errors),u.xp6(1),u.Q6J("ngIf",se.config)}}function Sa(J,bt){if(1&J&&(u.ynx(0),u.TgZ(1,"div",2)(2,"p"),u._uU(3,"Config error"),u.qZA(),u._UZ(4,"br"),u.YNc(5,Pr,4,2,"ng-container",3),u.qZA(),u.BQk()),2&J){const se=u.oxw();u.xp6(5),u.Q6J("ngForOf",se.configValidationErrors)}}function Yl(J,bt){if(1&J&&(u.ynx(0),u._UZ(1,"form-group",5),u.BQk()),2&J){const se=u.oxw();u.xp6(1),u.Q6J("parentForm",se.form)("configs",se.configGet)("collapsibleState",se.collapsibleState)}}const uc=new u.OlP("property-binding-injector");function _s(J){return{provide:uc,useValue:J}}let Ra=(()=>{class J{constructor(){this._injectionTokens=(0,u.f3M)(uc,{optional:!0}),this._injector=(0,u.f3M)(u.zs3),this._cd=(0,u.f3M)(u.sBO),this._el=(0,u.f3M)(u.SBq),this._renderer2=(0,u.f3M)(u.Qsj),this._isViewInitialized=!1}ngOnChanges(){this._isViewInitialized&&this._bindProperties()}ngAfterViewInit(){this._isViewInitialized=!0,this._bindProperties()}_bindProperties(){if(!this.propsBinding?.length)return;const se=this._el.nativeElement;for(const Te of this.propsBinding){const{props:Ct,key:Ht,omit:N=[]}=Te,fe=this._injectionTokens?.find(de=>de.key===Ht)?.token,Q=fe?this._injector.get(fe):null;for(const de in Ct){const ct=Ct[de];if(void 0!==ct&&!N.includes(de)){if(Q&&(Q[de]=ct),Q&&Q.ngOnChanges){const cn=new u.WD2(void 0,ct,!0);Q.ngOnChanges({[de]:cn})}se&&(this._renderer2.setAttribute(se,de,ct),this._renderer2.setProperty(se,de,ct))}}}this._cd.markForCheck(),this._cd.detectChanges()}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275dir=u.lG2({type:J,selectors:[["","propsBinding",""]],inputs:{propsBinding:"propsBinding"},standalone:!0,features:[u.TTD]})}return J})(),Ac=(()=>{class J{constructor(){this._el=(0,u.f3M)(u.SBq),this._renderer2=(0,u.f3M)(u.Qsj),this.autoResize=!0}ngAfterViewInit(){typeof window>"u"||(this._hostEl=this._el.nativeElement,this._hostEl&&(this._renderer2.setStyle(this._hostEl,"resize","none"),this._setHeight()))}onInput(){this._setHeight()}_setHeight(){if(!this._hostEl||!this.autoResize)return;const se=Math.ceil(parseFloat(window.getComputedStyle(this._hostEl).borderWidth));this._renderer2.removeStyle(this._hostEl,"height"),this._renderer2.setStyle(this._hostEl,"height",`${this._hostEl.scrollHeight+2*se}px`)}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275dir=u.lG2({type:J,selectors:[["","textareaAutoHeight",""]],hostBindings:function(Te,Ct){1&Te&&u.NdJ("input",function(N){return Ct.onInput(N)})},inputs:{autoResize:"autoResize"},standalone:!0})}return J})();var vs=function(J){return J.required="required",J.requiredTrue="requiredTrue",J.min="min",J.max="max",J.minLength="minLength",J.maxLength="maxLength",J.email="email",J.pattern="pattern",J}(vs||{}),Vc=function(J){return J["control.hidden"]="control.hidden",J["control.disabled"]="control.disabled",J["validator.required"]="validator.required",J["validator.requiredTrue"]="validator.requiredTrue",J["validator.min"]="validator.min",J["validator.max"]="validator.max",J["validator.minLength"]="validator.minLength",J["validator.maxLength"]="validator.maxLength",J["validator.email"]="validator.email",J["validator.pattern"]="validator.pattern",J}(Vc||{});let g1=(()=>{class J{getCorrectedConfig(se){const Te=window.structuredClone(se),{formControlName:Ct,type:Ht,props:N,inputMask:fe,children:Q=[]}=Te;return Te.formControlName=this._getFormControlName(Ct),Te.value=Te.value??this._getFallbackValue(Te.value,Ht),Te.value=this._getCorrectedValue(Te),N&&(Te.props=Object.keys(N).reduce((de,ct)=>("string"==typeof de[ct]&&(de[ct]=this._parseStringValue(de[ct])),de),N)),fe&&this._mapInputMask(fe),Q.length>0&&(Te.children=Q.map(de=>this.getCorrectedConfig(de))),Te}_getCorrectedValue(se){return null==se.value?se.value:se.inputMask&&"string"!=typeof se.value?`${se.value}`:se.value}_getFallbackValue(se,Te){switch(Te){case"checkbox":case"switch":return!1;default:return se}}_getFormControlName(se){return[N=>N.replaceAll(/\s/g,"_"),N=>N.replaceAll(/[.,]/g,"")].reduce((N,fe)=>fe(N),se)}_mapInputMask(se){const Te=se;if("string"==typeof Te.mask){const Ct=Te.mask.trim();if("Number"===Ct&&(Te.mask=Number),"Imask.MaskedRange"===Ct&&(Te.mask=o.ZP.MaskedRange),new RegExp(/^\/.*\/\w*?$/).test(Ct)){const Ht=Ct.split("/"),N=Ht.concat().pop();Te.mask=new RegExp(Ht[1],N)}}Array.isArray(Te.mask)&&Te.mask.forEach(Ct=>this._mapInputMask(Ct))}_parseStringValue(se){const Te=se.trim();if(Te.startsWith("Date(")&&Te.endsWith(")")){const Ct=Te.replace("Date(","").replace(")","").trim();try{return new Date(Ct)}catch{return se}}return this._isIsoDate(Te)?new Date(Te):Te}_isIsoDate(se){if(!/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/.test(se))return!1;const Te=new Date(se);return Te instanceof Date&&!isNaN(Te.getTime())&&Te.toISOString()===se}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})();function Na([J,bt,se]){switch(bt){case"===":return J===se;case"!==":return J!==se;case">=":return J>=se;case">":return J>se;case"<=":return J<=se;case"<":return JTe.trim()).reduce((Te,Ct)=>{if(null==Te)return Te;const Ht=Te[Ct],N=Ct.startsWith("[")&&Ct.endsWith("]")&&3===Ct.split(",").length;return Array.isArray(Ht)&&(se=Ht),N?Te[function _l(J,bt){if(!bt.startsWith("[")||!bt.endsWith("]")||3!==bt.split(",").length||!Array.isArray(J))return bt;const Te=cn=>cn.replaceAll('"',"").replaceAll("'",""),[Ct,Ht,N]=bt.replace("[","").replace("]","").split(",").map(cn=>cn.trim()),fe=Te(Ct),Q=Te(Ht),ct=J.findIndex(cn=>{const Mn=fe?Ko(cn,fe):cn,On="string"!=typeof N?N:new RegExp(/^('|").*('|")$/).test(N)?Te(N):JSON.parse(N);return Na([Mn,Q,On])});return ct<0?"0":ct.toString()}(se,Ct)]:Ht},J)}catch(Te){return console.error(Te),null}}const I1=new RegExp("^.+$","u"),fc={type:"array",minItems:3,maxItems:3,items:[{},{enum:["===","!==",">=",">","<=","<","includes","notIncludes"]},{}]},Dc={validate:yc};function gs(J,{instancePath:bt="",rootData:Ct=J}={}){let Ht=null,N=0;if(0===N){if(!Array.isArray(J))return gs.errors=[{instancePath:bt,schemaPath:"#/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;{const de=J.length;for(let ct=0;ct3){const _i={instancePath:bt+"/"+ct,schemaPath:"#/definitions/conditionIfConfig/maxItems",keyword:"maxItems",params:{limit:3},message:"must NOT have more than 3 items"};null===Ht?Ht=[_i]:Ht.push(_i),N++}else if(cn.length<3){const _i={instancePath:bt+"/"+ct,schemaPath:"#/definitions/conditionIfConfig/minItems",keyword:"minItems",params:{limit:3},message:"must NOT have fewer than 3 items"};null===Ht?Ht=[_i]:Ht.push(_i),N++}else if(cn.length>1){let Vr=cn[1];if("==="!==Vr&&"!=="!==Vr&&">="!==Vr&&">"!==Vr&&"<="!==Vr&&"<"!==Vr&&"includes"!==Vr&&"notIncludes"!==Vr){const Xo={instancePath:bt+"/"+ct+"/1",schemaPath:"#/definitions/conditionIfConfig/items/1/enum",keyword:"enum",params:{allowedValues:fc.items[1].enum},message:"must be equal to one of the allowed values"};null===Ht?Ht=[Xo]:Ht.push(Xo),N++}}}else{const _i={instancePath:bt+"/"+ct,schemaPath:"#/definitions/conditionIfConfig/type",keyword:"type",params:{type:"array"},message:"must be array"};null===Ht?Ht=[_i]:Ht.push(_i),N++}var Q=Yo===N;if(Mi=Mi||Q,!Mi){const _i=N;Dc.validate(cn,{instancePath:bt+"/"+ct,parentData:J,parentDataProperty:ct,rootData:Ct})||(Ht=null===Ht?Dc.validate.errors:Ht.concat(Dc.validate.errors),N=Ht.length),Q=_i===N,Mi=Mi||Q}if(!Mi){const _i={instancePath:bt+"/"+ct,schemaPath:"#/items/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return null===Ht?Ht=[_i]:Ht.push(_i),N++,gs.errors=Ht,!1}if(N=On,null!==Ht&&(On?Ht.length=On:Ht=null),Mn!==N)break}}}return gs.errors=Ht,0===N}function yc(J,{instancePath:bt="",rootData:Ct=J}={}){let Ht=null,N=0;if(0===N){if(!J||"object"!=typeof J||Array.isArray(J))return yc.errors=[{instancePath:bt,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;{const Q=N;for(const de in J)if("&&"!==de&&"||"!==de)return yc.errors=[{instancePath:bt,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:de},message:"must NOT have additional properties"}],!1;if(Q===N){if(void 0!==J["&&"]){const de=N;gs(J["&&"],{instancePath:bt+"/&&",parentData:J,parentDataProperty:"&&",rootData:Ct})||(Ht=null===Ht?gs.errors:Ht.concat(gs.errors),N=Ht.length);var fe=de===N}else fe=!0;if(fe)if(void 0!==J["||"]){const de=N;gs(J["||"],{instancePath:bt+"/||",parentData:J,parentDataProperty:"||",rootData:Ct})||(Ht=null===Ht?gs.errors:Ht.concat(gs.errors),N=Ht.length),fe=de===N}else fe=!0}}}return yc.errors=Ht,0===N}function ta(J,{instancePath:bt="",rootData:Ct=J}={}){let Ht=null,N=0;if(0===N){if(!J||"object"!=typeof J||Array.isArray(J))return ta.errors=[{instancePath:bt,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;{const Q=N;for(const de in J)if(!I1.test(de))return ta.errors=[{instancePath:bt,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:de},message:"must NOT have additional properties"}],!1;if(Q===N)for(const de in J)if(I1.test(de)){const ct=N;if(yc(J[de],{instancePath:bt+"/"+de.replace(/~/g,"~0").replace(/\//g,"~1"),parentData:J,parentDataProperty:de,rootData:Ct})||(Ht=null===Ht?yc.errors:Ht.concat(yc.errors),N=Ht.length),ct!==N)break}}}return ta.errors=Ht,0===N}const Ms={$schema:"http://json-schema.org/draft-07/schema#",$id:"ConfigLayoutSchema",type:"object",properties:{hostClass:{type:"string"},hostStyles:{type:"string"},labelClass:{type:"string"},labelStyles:{type:"string"},contentClass:{type:"string"},contentStyles:{type:"string"},formGroupClass:{type:"string"},formGroupStyles:{type:"string"},descriptionClass:{type:"string"},descriptionStyles:{type:"string"},inputAreaClass:{type:"string"},inputAreaStyles:{type:"string"},errorClass:{type:"string"},errorStyles:{type:"string"},descriptionPosition:{enum:["after","before"]},hideLabel:{type:"boolean"},contentCollapsible:{enum:["collapse","expand"],description:"Enable expand/collapse of content. The default state will be determined by value provided"},autoAddRequiredClass:{type:"boolean",description:"Add `required` class automatically to control if there's validator named `required`. Default is true."}}},Cc={$schema:"http://json-schema.org/draft-07/schema#",$id:"ConfigOptionsSchema",type:"object",properties:{data:{type:"array",items:{type:"object",properties:{label:{type:"string"},value:{}}}},src:{oneOf:[{type:"string"},{$ref:"#/definitions/optionSourceConfig"}]},srcAppendPosition:{type:"string",enum:["after","before"]},autoSelectFirst:{type:"boolean"},layout:{type:"string",enum:["row","column"]},labelPosition:{type:"string",enum:["after","before"]},containerClass:{type:"string"},containerStyles:{type:"string"}},definitions:{optionSourceConfig:{type:"object",properties:{url:{type:"string"},method:{type:"string",enum:["GET","POST"]},headers:{},body:{},mapData:{type:"object",properties:{labelKey:{type:"string"},valueKeys:{type:"array",items:{type:"string"}},contentPath:{type:"string"},slice:{type:"array",items:[{type:"number"},{type:"number"}],minItems:2,maxItems:2},appendPosition:{type:"string",enum:["after","before"]}}},trigger:{type:"object",properties:{by:{type:"string"},body:{},debounceTime:{type:"number"}}},filter:{type:"object",properties:{by:{type:"string"},conditions:{$ref:"ConfigConditionsSchema#/definitions/conditionGroupConfig"},debounceTime:{type:"number"}}}}}}},Nl={type:"object",properties:{url:{type:"string"},method:{type:"string",enum:["GET","POST"]},headers:{},body:{},mapData:{type:"object",properties:{labelKey:{type:"string"},valueKeys:{type:"array",items:{type:"string"}},contentPath:{type:"string"},slice:{type:"array",items:[{type:"number"},{type:"number"}],minItems:2,maxItems:2},appendPosition:{type:"string",enum:["after","before"]}}},trigger:{type:"object",properties:{by:{type:"string"},body:{},debounceTime:{type:"number"}}},filter:{type:"object",properties:{by:{type:"string"},conditions:{$ref:"ConfigConditionsSchema#/definitions/conditionGroupConfig"},debounceTime:{type:"number"}}}}};function ka(J,{instancePath:bt="",rootData:Ct=J}={}){let Ht=null,N=0;if(0===N){if(!J||"object"!=typeof J||Array.isArray(J))return ka.errors=[{instancePath:bt,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;{const Q=N;for(const de in J)if("&&"!==de&&"||"!==de)return ka.errors=[{instancePath:bt,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:de},message:"must NOT have additional properties"}],!1;if(Q===N){if(void 0!==J["&&"]){const de=N;gs(J["&&"],{instancePath:bt+"/&&",parentData:J,parentDataProperty:"&&",rootData:Ct})||(Ht=null===Ht?gs.errors:Ht.concat(gs.errors),N=Ht.length);var fe=de===N}else fe=!0;if(fe)if(void 0!==J["||"]){const de=N;gs(J["||"],{instancePath:bt+"/||",parentData:J,parentDataProperty:"||",rootData:Ct})||(Ht=null===Ht?gs.errors:Ht.concat(gs.errors),N=Ht.length),fe=de===N}else fe=!0}}}return ka.errors=Ht,0===N}function is(J,{instancePath:bt="",rootData:Ct=J}={}){let Ht=null,N=0;if(0===N){if(!J||"object"!=typeof J||Array.isArray(J))return is.errors=[{instancePath:bt,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;if(void 0!==J.url){const On=N;if("string"!=typeof J.url)return is.errors=[{instancePath:bt+"/url",schemaPath:"#/properties/url/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var fe=On===N}else fe=!0;if(fe){if(void 0!==J.method){let On=J.method;const Mi=N;if("string"!=typeof On)return is.errors=[{instancePath:bt+"/method",schemaPath:"#/properties/method/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if("GET"!==On&&"POST"!==On)return is.errors=[{instancePath:bt+"/method",schemaPath:"#/properties/method/enum",keyword:"enum",params:{allowedValues:Nl.properties.method.enum},message:"must be equal to one of the allowed values"}],!1;fe=Mi===N}else fe=!0;if(fe){if(void 0!==J.mapData){let On=J.mapData;const Mi=N;if(N===Mi){if(!On||"object"!=typeof On||Array.isArray(On))return is.errors=[{instancePath:bt+"/mapData",schemaPath:"#/properties/mapData/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;if(void 0!==On.labelKey){const Cr=N;if("string"!=typeof On.labelKey)return is.errors=[{instancePath:bt+"/mapData/labelKey",schemaPath:"#/properties/mapData/properties/labelKey/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Q=Cr===N}else Q=!0;if(Q){if(void 0!==On.valueKeys){let Cr=On.valueKeys;const Ir=N;if(N===Ir){if(!Array.isArray(Cr))return is.errors=[{instancePath:bt+"/mapData/valueKeys",schemaPath:"#/properties/mapData/properties/valueKeys/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;{const Vr=Cr.length;for(let Xo=0;Xo2)return is.errors=[{instancePath:bt+"/mapData/slice",schemaPath:"#/properties/mapData/properties/slice/maxItems",keyword:"maxItems",params:{limit:2},message:"must NOT have more than 2 items"}],!1;if(Cr.length<2)return is.errors=[{instancePath:bt+"/mapData/slice",schemaPath:"#/properties/mapData/properties/slice/minItems",keyword:"minItems",params:{limit:2},message:"must NOT have fewer than 2 items"}],!1;{const Vr=Cr.length;if(Vr>0){let Xo=Cr[0];const na=N;if("number"!=typeof Xo||!isFinite(Xo))return is.errors=[{instancePath:bt+"/mapData/slice/0",schemaPath:"#/properties/mapData/properties/slice/items/0/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ct=na===N}if(ct&&Vr>1){let Xo=Cr[1];const na=N;if("number"!=typeof Xo||!isFinite(Xo))return is.errors=[{instancePath:bt+"/mapData/slice/1",schemaPath:"#/properties/mapData/properties/slice/items/1/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;ct=na===N}}}Q=Ir===N}else Q=!0;if(Q)if(void 0!==On.appendPosition){let Cr=On.appendPosition;const Ir=N;if("string"!=typeof Cr)return is.errors=[{instancePath:bt+"/mapData/appendPosition",schemaPath:"#/properties/mapData/properties/appendPosition/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if("after"!==Cr&&"before"!==Cr)return is.errors=[{instancePath:bt+"/mapData/appendPosition",schemaPath:"#/properties/mapData/properties/appendPosition/enum",keyword:"enum",params:{allowedValues:Nl.properties.mapData.properties.appendPosition.enum},message:"must be equal to one of the allowed values"}],!1;Q=Ir===N}else Q=!0}}}}fe=Mi===N}else fe=!0;if(fe){if(void 0!==J.trigger){let On=J.trigger;const Mi=N;if(N===Mi){if(!On||"object"!=typeof On||Array.isArray(On))return is.errors=[{instancePath:bt+"/trigger",schemaPath:"#/properties/trigger/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;if(void 0!==On.by){const Cr=N;if("string"!=typeof On.by)return is.errors=[{instancePath:bt+"/trigger/by",schemaPath:"#/properties/trigger/properties/by/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var cn=Cr===N}else cn=!0;if(cn)if(void 0!==On.debounceTime){let Cr=On.debounceTime;const Ir=N;if("number"!=typeof Cr||!isFinite(Cr))return is.errors=[{instancePath:bt+"/trigger/debounceTime",schemaPath:"#/properties/trigger/properties/debounceTime/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;cn=Ir===N}else cn=!0}fe=Mi===N}else fe=!0;if(fe)if(void 0!==J.filter){let On=J.filter;const Mi=N;if(N===Mi){if(!On||"object"!=typeof On||Array.isArray(On))return is.errors=[{instancePath:bt+"/filter",schemaPath:"#/properties/filter/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;if(void 0!==On.by){const Cr=N;if("string"!=typeof On.by)return is.errors=[{instancePath:bt+"/filter/by",schemaPath:"#/properties/filter/properties/by/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Mn=Cr===N}else Mn=!0;if(Mn){if(void 0!==On.conditions){const Cr=N;ka(On.conditions,{instancePath:bt+"/filter/conditions",parentData:On,parentDataProperty:"conditions",rootData:Ct})||(Ht=null===Ht?ka.errors:Ht.concat(ka.errors),N=Ht.length),Mn=Cr===N}else Mn=!0;if(Mn)if(void 0!==On.debounceTime){let Cr=On.debounceTime;const Ir=N;if("number"!=typeof Cr||!isFinite(Cr))return is.errors=[{instancePath:bt+"/filter/debounceTime",schemaPath:"#/properties/filter/properties/debounceTime/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;Mn=Ir===N}else Mn=!0}}fe=Mi===N}else fe=!0}}}}return is.errors=Ht,0===N}function Go(J,{instancePath:bt="",rootData:Ct=J}={}){let Ht=null,N=0;if(0===N){if(!J||"object"!=typeof J||Array.isArray(J))return Go.errors=[{instancePath:bt,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;if(void 0!==J.data){let ct=J.data;const cn=N;if(N===cn){if(!Array.isArray(ct))return Go.errors=[{instancePath:bt+"/data",schemaPath:"#/properties/data/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;{const Mn=ct.length;for(let On=0;On{class J{constructor(){this._configMappingService=(0,u.f3M)(g1)}validateAndGetConfig(se){const Te={configs:null,errors:[{errors:"No configs found"}]};if(!se)return Te;if(Array.isArray(se))return Qs(se)?{configs:se.filter(Boolean).map(Ht=>this._configMappingService.getCorrectedConfig(Ht))}:(Te.errors=(Qs.errors||[]).map(Ht=>this._getBeautifyErrors(Ht,se)),Te);if("string"==typeof se)try{const Ct=JSON.parse(se);return this.validateAndGetConfig(Ct)}catch(Ct){return Te.errors=[{errors:JSON.stringify(Ct,Object.getOwnPropertyNames(Ct),4)}],Te}return Te}_getBeautifyErrors(se,Te){const Ct=se.instancePath.substring(1).split("/"),Ht=Ct[Ct.length-1],N=new RegExp(/^\d+$/).test(Ht),Q=Ko(Te,N?Ct.join("."):Ct[Ct.length-2]);return{errors:N?se.message??"":`"${Ht}" ${se.message}`,config:Q}}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})(),Ll=(()=>{class J{getOptionsValue(se,Te){const Ct=N=>{try{return JSON.parse(N)}catch{return N}},Ht=N=>JSON.stringify(N,null,2);return"parsed"===se?Array.isArray(Te)?Te.map(Ct):Ct(Te):"stringified"===se?Array.isArray(Te)?Te.map(Ht):Ht(Te):void 0}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})();function Ne(J,bt){if(!J["&&"]&&!J["||"])return;const se=J["&&"]?"&&":"||",Te=J[se],Ct=Te.filter(fe=>!Array.isArray(fe)).map(fe=>fe).map(fe=>Ne(fe,bt)),Ht=Te.filter(fe=>Array.isArray(fe)).map(fe=>fe).map(fe=>{const[Q,de,ct]=bt(fe);return Na([Q,de,ct])}),N=Ct.concat(Ht).filter(fe=>void 0!==fe);return"&&"===se?N.every(Boolean):N.some(Boolean)}function ze(J){const bt=J.trim().split(/(,(?![^\[]*\]))/).filter(se=>","!==se);return{controlPath:bt[0].trim(),...bt.length>1&&{valuePath:bt[1]}}}function ge(J){for(const bt in J)!J[bt]||"object"!=typeof J[bt]||(ge(J[bt]),0===Object.keys(J[bt]).length&&delete J[bt]);return J}let dt=(()=>{class J{constructor(){this.hideErrorMessage$=new D.X(void 0),this.rootConfigs=[]}setup(se){for(const Te in se)this[Te]=se[Te]}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})();function dn(J){const bt=RegExp(/^[^@\s!(){}<>]+@[\w-]+(\.[A-Za-z]+)+$/).test(J.value);return J.value?bt?null:{email:"Invalid email format"}:null}let lo=(()=>{class J{constructor(){this._globalVariableService=(0,u.f3M)(dt)}getErrorMessages$(se,Te){return se&&Te?.length?se.statusChanges.pipe((0,te.O)(se.status),(0,U.U)(()=>this._getErrorMessages(se.errors,se.value,Te))):j.E}getValidators(se){return se.map(Te=>{const{name:Ct,value:Ht}=Te;return(J=>({[vs.required]:Ke.kI.required,[vs.requiredTrue]:Ke.kI.requiredTrue,[vs.email]:dn,[vs.pattern]:Ke.kI.pattern(J),[vs.min]:Ke.kI.min(J),[vs.max]:Ke.kI.max(J),[vs.minLength]:Ke.kI.minLength(J),[vs.maxLength]:Ke.kI.maxLength(J)}))((()=>{switch(Ct){case vs.pattern:return Ht instanceof RegExp?Ht:new RegExp(Ht,Te.flags);case vs.min:case vs.max:case vs.minLength:case vs.maxLength:try{return"number"!=typeof Ht?parseFloat(Ht):Ht}catch{break}default:return Ht}})())[Ct]??this._globalVariableService.customValidators?.[Ct]??Ke.kI.nullValidator})}getFormErrors(se,Te){const Ct=se.errors;let Ht=Te?{...Te}:null,N=null;return(0,Ke.rK)(se)&&(N=Ct),(0,Ke.Yb)(se)&&(N=Object.keys(se.controls).reduce((Q,de)=>{const ct=this.getFormErrors(se.controls[de],Ht);return ct?{...Q,[de]:ct}:Q},{})),Ht=ge({...Ht,...N}),Ht&&Object.keys(Ht).length?Ht:null}_getErrorMessages(se,Te,Ct){if(!se)return[];const Ht={pattern:"requiredPattern",min:"min",max:"max",minLength:"requiredLength",maxLength:"requiredLength"};return Object.keys(se).reduce((N,fe)=>{const Q=Ct.find(Mn=>{const On=Mn.name.toLowerCase();if(void 0===Mn.value)return fe===On;const Yo=se[fe][Ht[Mn.name]??""];return(Yo&&"pattern"===Mn.name?Yo.includes(Mn.value):Yo===Mn.value)&&fe===On}),de=se[fe],ct="string"==typeof de?de:JSON.stringify(de),cn=Q?.message?.replace(/{{value}}/g,Te||"");return N.push(cn||ct),N},[])}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})(),La=(()=>{class J{constructor(){this._renderer2=(0,u.f3M)(u.FYo).createRenderer(null,null),this._globalVariableService=(0,u.f3M)(dt),this._formValidationService=(0,u.f3M)(lo)}listenConditions$(){const se=this._globalVariableService.rootConfigs,Te=this._globalVariableService.rootForm;if(!se.length||!Te)return(0,X.of)(null);const Ct=this._getPathsOfControlsToListen(se).map(N=>Te.get(N)).filter(Boolean),Ht=this._configsWithConditions(se);return(0,ee.D)(Ct).pipe((0,ne.z)(N=>N.valueChanges.pipe((0,te.O)(N.value))),(0,ue.b)(0),(0,ce.b)(()=>this._onConditionsMet(Ht)))}_onConditionsMet(se){const Te=this._globalVariableService.rootForm;if(Te)for(const Ct in se){const Ht=Te.get(Ct);if(!Ht)continue;const N=se[Ct],fe=N.conditions,Q=Object.keys(fe);for(const de of Q){const ct=this._evaluateConditionsStatement(fe[de]);if(void 0===ct)return;const cn=Object.values(Vc).includes(de),Mn=new RegExp(/^control\.[a-zA-Z]{1,}$/).test(de),On=new RegExp(/^validator\.[a-zA-z]{1,}$/).test(de);if(cn)Mn&&this._toggleControlState({action:de,bool:ct,control:Ht,controlPath:Ct}),On&&this._toggleValidators({action:de,bool:ct,control:Ht,validatorConfigs:N.validators??[]});else{const Mi=this._globalVariableService.conditionsActionFuntions;if(!Mi||!Mi[de])return;Mi[de](Ht)}}}}_toggleControlState(se){const{action:Te,bool:Ct,control:Ht,controlPath:N}=se,fe=Q=>{Q?Ht.disable():Ht.enable(),Ht.updateValueAndValidity()};switch(Te){case Vc["control.disabled"]:fe(Ct);break;case Vc["control.hidden"]:this._getTargetEl$(N).pipe((0,he.h)(Boolean),(0,ce.b)(Q=>{this._renderer2.setStyle(Q,"display",Ct?"none":null),fe(Ct)})).subscribe()}}_toggleValidators(se){const{action:Te,bool:Ct,control:Ht,validatorConfigs:N}=se,fe=Ct?N:N.filter(de=>de.name!==Te.replace("validator.","")),Q=this._formValidationService.getValidators(fe);Ht.setValidators(Q),Ht.updateValueAndValidity()}_getTargetEl$(se){return new Ve.y(Te=>{window.requestAnimationFrame(()=>{const Ct=this._globalVariableService.hostElement?.querySelector(`#${se.replaceAll(".","\\.")}`);Te.next(Ct||null),Te.complete(),Te.unsubscribe()})})}_getPathsOfControlsToListen(se){const Te=N=>{const fe=N["&&"]||N["||"];return fe?fe.flatMap(Q=>Array.isArray(Q)?[this._getControlPathFromStatement(Q[0])??"",this._getControlPathFromStatement(Q[2])??""]:Te(Q)):[]},Ct=se.reduce((N,fe)=>{const{conditions:Q,children:de}=fe,ct=Q?Object.values(Q).filter(Mn=>!!Mn&&Object.keys(Mn).length>0).flatMap(Mn=>Te(Mn)).filter(Boolean):[],cn=de?.length?this._getPathsOfControlsToListen(de):[];return N.push(...ct.concat(cn)),N},[]);return[...new Set(Ct)]}_configsWithConditions(se,Te){return se.reduce((Ht,N)=>{const{conditions:fe,children:Q}=N,de=Te?`${Te}.${N.formControlName}`:N.formControlName;return fe&&(Ht[de]=N),Q&&Q.length&&(Ht={...Ht,...this._configsWithConditions(Q,de)}),Ht},{})}_evaluateConditionsStatement(se){return this._globalVariableService.rootForm&&(se["&&"]||se["||"])?Ne(se,Ht=>{const[N,fe,Q]=Ht;return[this._getValueFromStatement(N),fe,this._getValueFromStatement(Q)]}):void 0}_getControlPathFromStatement(se){const Te=this._globalVariableService.rootForm;if(!Te||"string"!=typeof se)return;const Ct=ze(se);return Te.get(Ct.controlPath)?Ct.controlPath:void 0}_getValueFromStatement(se){const Te=this._globalVariableService.rootForm;if(!Te||"string"!=typeof se)return se;const Ct=ze(se),Ht=Te.get(Ct.controlPath);return Ht?Ct.valuePath?Ko(Ht.value,Ct.valuePath):Ht.value:se}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})(),Oc=(()=>{class J{constructor(){this._formValidationService=(0,u.f3M)(lo)}generateFormGroup(se){const Te=new Ke.nJ({});for(const Ct of se){const Ht=!Ct.children?.length,N=!!Ct.children?.length;let fe=null;const Q=(Ct.validators??[]).reduce((ct,cn)=>(ct.find(Mn=>Mn.name===cn.name)||ct.push(cn),ct),[]),de=this._formValidationService.getValidators(Q);if(Ht&&(fe=new Ke.NI(Ct.value)),N&&(fe=this.generateFormGroup(Ct.children)),!fe)throw"failed to generate form control!";fe.setValidators(de),Te.addControl(Ct.formControlName,fe)}return Te}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})(),ol=(()=>{class J{patchForm(se,Te){if(se)for(const Ct in Te){const Ht=Te[Ct],N=se.get(Ct);N&&((0,Ke.rK)(N)&&N.patchValue(Ht),(0,Ke.Yb)(N)&&this.patchForm(N,Ht))}}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})(),sl=(()=>{class J{constructor(){this.optionsReady$=new D.X(!1),this._optionsLoadingCount=0}optionsLoading(se){se?this._optionsLoadingCount++:(this._optionsLoadingCount--,this._optionsLoadingCount<=0&&(this._optionsLoadingCount=0,!0!==this.optionsReady$.value&&this.optionsReady$.next(!0)))}resetState(){this.optionsReady$.next(!1)}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})(),ql=(()=>{class J{constructor(){this._requests=[],this._http=(0,u.f3M)(xt.eN)}request$(se){const{src:Te,method:Ct,headers:Ht,body:N}=se,fe="GET"===Ct?this._http.get(Te,{headers:Ht}):this._http.post(Te,N??{},{headers:Ht}),Q=this._prevSameRequest(se);if(Q){if(!Q.data$.closed)return Q.data$;Q.data$=new be.x}else this._requests.push({src:Te,data$:new be.x,body:N});return fe.pipe((0,ce.b)(de=>{const ct=this._prevSameRequest(se);!ct?.data$.closed&&ct?.data$.next(de)}),(0,He.x)(()=>{const de=this._prevSameRequest(se);de?.data$.complete(),de?.data$.unsubscribe()}))}reset(){this._requests.filter(se=>!se.data$.closed).forEach(({data$:se})=>{se.next([]),se.complete(),se.unsubscribe()}),this._requests=[]}_prevSameRequest({src:se,method:Te,body:Ct}){return this._requests.find(N=>{if("POST"===Te&&Ct){const fe=JSON.stringify(N.body)==JSON.stringify(N.body);return N.src===se&&fe}return N.src===se})}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})();function Kc(J,bt){return"object"!=typeof J?J:1===bt.length?Ko(J,bt[0]):bt.reduce((se,Te)=>{const Ct=Te.split(".").map(N=>N.trim());return se[Ct.length>1?Ct[Ct.length-1]:Te]=Ko(J,Te),se},{})}let xa=(()=>{class J{constructor(){this._globalVariableService=(0,u.f3M)(dt),this._httpRequestCacheService=(0,u.f3M)(ql),this._cancelAll$=new be.x}getOptions$(se,Te){return se?(()=>se.filter?this._getOptionsByFilter$(se):se.trigger?this._getOptionsOnTrigger$(se,Te):this._getOptions$(se))().pipe((0,ce.b)(Ht=>{(0,u.X6Q)()&&Ht.length>100&&console.warn(`NgDynamicJsonForm:\nThe data length from the response ${se.url} is > 100.\nPlease make sure there is optimization made. e.g. virtual scroll, lazy loading`)})):j.E}cancelAllRequest(){this._cancelAll$.next(),this._httpRequestCacheService.reset()}onDestroy(){this.cancelAllRequest(),this._cancelAll$.complete()}_getOptions$(se){if(!se)return j.E;const{url:Te,method:Ct,headers:Ht,mapData:N}=se,fe=this._mapBodyValue(se),Q=this._getMappedSrc(Te,fe);return this._httpRequestCacheService.request$({src:Q,method:Ct,headers:Ht,body:fe}).pipe((0,U.U)(de=>this._mapData(de,N)),(0,Se.K)(()=>(0,X.of)([])),(0,Ce.R)(this._cancelAll$))}_getOptionsByFilter$(se){return se.filter?this._getOptions$(se).pipe((0,ft.w)(Ht=>(0,Ue.a)([(0,X.of)(Ht),this._onTriggerControlChanges$(se.filter)])),(0,U.U)(([Ht,N])=>Ht.filter(fe=>Ne(se.filter.conditions,de=>((Ht,N,fe)=>{const[Q,de,ct]=Ht;return[Ko(N,Q),de,Ko(fe?.value,ct)]})(de,N,fe))))).pipe((0,Ce.R)(this._cancelAll$)):(0,X.of)([])}_getOptionsOnTrigger$(se,Te){return se.trigger?this._onTriggerControlChanges$(se.trigger).pipe((0,ft.w)(Ct=>(Te(),null==Ct||""===Ct?(0,X.of)([]):this._getOptions$(se))),(0,Ce.R)(this._cancelAll$)):(0,X.of)([])}_onTriggerControlChanges$(se){if(!se)return j.E;const{by:Te,debounceTime:Ct=0}=se;if(!Te.trim())return j.E;const Ht=this._globalVariableService.rootForm,N=ze(Te),fe=Ht?.get(N.controlPath);return fe?fe.valueChanges.pipe((0,te.O)(fe.value),(0,ue.b)(Ct),(0,je.x)((Q,de)=>JSON.stringify(Q)===JSON.stringify(de)),(0,U.U)(Q=>N.valuePath?Ko(Q,N.valuePath):Q)):((0,u.X6Q)()&&console.warn(`Form control ${N.controlPath} not found.`),j.E)}_mapData(se,Te){if(!se)return[];const{contentPath:Ct,slice:Ht,labelKey:N,valueKeys:fe}=Te??{},Q=Ct?Ko(se,Ct):se,de=[...new Set(fe)].filter(Boolean);return Q&&Array.isArray(Q)?Q.slice(Ht?.[0]??0,Ht?.[1]??Q.length).map(Mn=>({label:Ko(Mn,N),value:de.length?Kc(Mn,de):Mn})):[]}_getMappedSrc(se,Te){const Ct=se.match(/:([^/:\s]+)/g)||[];return"object"!=typeof Te?se:Ct.length?Object.keys(Te).reduce((Ht,N)=>Ht.replace(`:${N}`,`${Te[N]}`),se):`${se}?${new URLSearchParams(Te).toString()}`}_mapBodyValue(se){if(!se.trigger)return se.body;const Te=se.trigger.body;if(!Te)return null;const Ct=this._globalVariableService.rootForm;return Object.keys(Te).reduce((N,fe)=>{const Q=ze(Te[fe]),de=Ko(Ct?.get(Q.controlPath)?.value,Q.valuePath);return N[fe]=de,N},{})}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275prov=u.Yz7({token:J,factory:J.\u0275fac})}return J})();const Kl=new u.OlP("ng-dynamic-json-form-config");function Ql(J){return{provide:Kl,useValue:J}}let js=(()=>{class J{writeValue(se){this.control?.patchValue(se)}registerOnChange(se){this.control?.valueChanges.subscribe(se)}registerOnTouched(se){}setDisabledState(se){se?this.control?.disable():this.control?.enable()}validate(se){return this.control?.errors??null}markAsDirty(){}markAsTouched(){}setErrors(se){}onOptionsGet(se){!this.data||!this.data.options||(this.data.options.data=se)}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["custom-control"]],standalone:!0,features:[u.jDz],decls:0,vars:0,template:function(Te,Ct){},encapsulation:2})}return J})(),Zl=(()=>{class J extends js{constructor(){super(...arguments),this._controlValueService=(0,u.f3M)(Ll),this.hostClass="ui-basic",this.control=new Ke.NI("")}writeValue(se){const Te=1===this.data?.options?.data?.length?se:this._controlValueService.getOptionsValue("stringified",se);this.control.setValue(Te)}registerOnChange(se){this.control.valueChanges.pipe((0,U.U)(Te=>this._controlValueService.getOptionsValue("parsed",Te))).subscribe(se)}onCheckboxChange(se){const Te=se.target,Ct=Te.value,Ht=Array.isArray(this.control.value)&&this.control.value||[],fe=!Te.checked||Ht.includes(Ct)?Ht.filter(Q=>Q!==Ct):[...Ht,Ct];this.control.setValue(fe)}static#e=this.\u0275fac=function(){let se;return function(Ct){return(se||(se=u.n5z(J)))(Ct||J)}}();static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ui-basic-checkbox"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},standalone:!0,features:[u.qOj,u.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"group-buttons",3,"ngClass","ngStyle"],[4,"ngFor","ngForOf"],["labelTemplate",""],[1,"option-button-wrapper"],[1,"option-button",3,"ngStyle"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"marker"],["type","checkbox",3,"propsBinding","formControl"],["checkboxBinary",""],["type","checkbox",3,"propsBinding","value","checked","disabled","change"]],template:function(Te,Ct){1&Te&&u.YNc(0,It,5,10,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.sg,Tt.O5,Tt.tP,Tt.PC,Tt.Ts,Ke.UX,Ke.Wl,Ke.JJ,Ke.oH,Ra],encapsulation:2})}return J})(),Pa=(()=>{class J extends js{constructor(){super(...arguments),this._locale=(0,u.f3M)(u.soG),this.dateSettings={min:"",max:""},this.hostClass="ui-basic",this.control=new Ke.cw({date:new Ke.NI(""),time:new Ke.NI("")})}writeValue(se){if(!se)return;const Te=(0,Tt.p6)(se,"yyyy-MM-dd,HH:mm:ss",this._locale);this.control.patchValue({date:Te.split(",")[0],time:Te.split(",")[1]})}registerOnChange(se){this.control.valueChanges.pipe((0,he.h)(Te=>!!Te.date&&!!Te.time),(0,U.U)(Te=>{const{date:Ct,time:Ht}=Te,N=new Date(Ct);if(Ht){const[fe,Q,de]=Ht.split(":");fe&&N.setHours(parseInt(fe)),Q&&N.setMinutes(parseInt(Q)),de&&N.setSeconds(parseInt(de))}return N})).subscribe(se)}ngOnInit(){const{min:se,max:Te}=this.data?.props??{};this.dateSettings={min:se?(0,Tt.p6)(se,"yyyy-MM-dd",this._locale):"",max:Te?(0,Tt.p6)(Te,"yyyy-MM-dd",this._locale):""}}static#e=this.\u0275fac=function(){let se;return function(Ct){return(se||(se=u.n5z(J)))(Ct||J)}}();static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ui-basic-date"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},standalone:!0,features:[u.qOj,u.jDz],decls:1,vars:1,consts:[[3,"formGroup",4,"ngIf"],[3,"formGroup"],[1,"date-input",3,"ngClass"],["type","date","formControlName","date",3,"propsBinding"],[4,"ngIf"],["type","time","formControlName","time"]],template:function(Te,Ct){1&Te&&u.YNc(0,oi,4,14,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.O5,Ke.UX,Ke.Fj,Ke.JJ,Ke.JL,Ke.sg,Ke.u,Ra],encapsulation:2})}return J})(),R1=(()=>{class J extends js{constructor(){super(...arguments),this.hostClass="ui-basic",this.control=new Ke.NI("")}static#e=this.\u0275fac=function(){let se;return function(Ct){return(se||(se=u.n5z(J)))(Ct||J)}}();static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ui-basic-input"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},standalone:!0,features:[u.qOj,u.jDz],decls:1,vars:1,consts:[[4,"ngIf"],["type","text",3,"ngClass","imask","propsBinding","formControl"]],template:function(Te,Ct){1&Te&&u.YNc(0,Jn,2,12,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.O5,Ke.UX,Ke.Fj,Ke.JJ,Ke.oH,Ti.An,Ra],encapsulation:2})}return J})(),Fc=(()=>{class J extends js{constructor(){super(...arguments),this.hostClass="ui-basic",this.control=new Ke.p4("")}static#e=this.\u0275fac=function(){let se;return function(Ct){return(se||(se=u.n5z(J)))(Ct||J)}}();static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ui-basic-input"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},standalone:!0,features:[u.qOj,u.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[3,"ngClass","propsBinding","formControl"]],template:function(Te,Ct){1&Te&&u.YNc(0,wi,2,12,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.O5,Ke.UX,Ke.Fj,Ke.JJ,Ke.oH,Ra],encapsulation:2})}return J})();const b1={checkbox:Zl,date:Pa,password:Fc,number:Fc,email:Fc,radio:(()=>{class J extends js{constructor(){super(...arguments),this._controlValueService=(0,u.f3M)(Ll),this.control=new Ke.NI(""),this.hostClass="ui-basic"}writeValue(se){const Te=this._controlValueService.getOptionsValue("stringified",se);this.control.setValue(Te)}registerOnChange(se){this.control.valueChanges.pipe((0,U.U)(Te=>this._controlValueService.getOptionsValue("parsed",Te))).subscribe(se)}static#e=this.\u0275fac=function(){let se;return function(Ct){return(se||(se=u.n5z(J)))(Ct||J)}}();static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ui-basic-radio"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},standalone:!0,features:[u.qOj,u.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"group-buttons",3,"ngClass","ngStyle"],[4,"ngFor","ngForOf"],[1,"option-button-wrapper"],[1,"option-button",3,"ngStyle"],["type","radio",3,"name","propsBinding","value","formControl"],[1,"marker"]],template:function(Te,Ct){1&Te&&u.YNc(0,Ur,3,10,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.sg,Tt.O5,Tt.PC,Tt.Ts,Ke.UX,Ke.Fj,Ke._,Ke.JJ,Ke.oH,Ra],encapsulation:2})}return J})(),range:(()=>{class J extends js{constructor(){super(...arguments),this.control=new Ke.NI(0),this.tickMarks=[],this.hostClass="ui-basic"}ngOnInit(){this._getTickMarksCount()}get valuePosition(){const se=this.data?.props?.min??0;return(this.control.value-se)/((this.data?.props?.max??0)-se)*100+"%"}_getTickMarksCount(){if(!this.data?.props||!this.data.props.showTickMarks)return;const se=(this.data.props.max??1)-(this.data.props.min??1);0!==se&&(this.tickMarks=Array.from(Array(Math.ceil(se/(this.data.props.step??1))+1).keys()).map((Ct,Ht)=>Ht))}static#e=this.\u0275fac=function(){let se;return function(Ct){return(se||(se=u.n5z(J)))(Ct||J)}}();static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ui-basic-range"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},standalone:!0,features:[u.qOj,u.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"range-input",3,"ngClass"],["type","range",3,"ngStyle","propsBinding","formControl"],[1,"current-value"],[1,"tick-marks-container"],[4,"ngFor","ngForOf"],[1,"min-number"],[1,"max-number"],[1,"tick-mark"]],template:function(Te,Ct){1&Te&&u.YNc(0,So,5,17,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.sg,Tt.O5,Tt.PC,Ke.UX,Ke.Fj,Ke.eT,Ke.JJ,Ke.oH,Ra],encapsulation:2})}return J})(),select:(()=>{class J extends js{constructor(){super(...arguments),this._controlValueService=(0,u.f3M)(Ll),this.hostClass="ui-basic",this.control=new Ke.NI(""),this.onTouched=()=>{}}writeValue(se){const Te=this._controlValueService.getOptionsValue("stringified",se);requestAnimationFrame(()=>this.control.setValue(Te))}registerOnChange(se){this.control.valueChanges.pipe((0,U.U)(Te=>this._controlValueService.getOptionsValue("parsed",Te))).subscribe(se)}registerOnTouched(se){this.onTouched=se}static#e=this.\u0275fac=function(){let se;return function(Ct){return(se||(se=u.n5z(J)))(Ct||J)}}();static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ui-basic-select"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},standalone:!0,features:[u.qOj,u.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"group-buttons",3,"ngClass","ngStyle"],[3,"propsBinding","formControl","blur"],[4,"ngFor","ngForOf"],[3,"value"]],template:function(Te,Ct){1&Te&&u.YNc(0,ti,4,13,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.sg,Tt.O5,Tt.PC,Tt.Ts,Ke.UX,Ke.YN,Ke.Kr,Ke.EJ,Ke.JJ,Ke.oH,Ra],encapsulation:2})}return J})(),switch:(()=>{class J extends js{constructor(){super(...arguments),this.hostClass="ui-basic",this.control=new Ke.NI(!1)}static#e=this.\u0275fac=function(){let se;return function(Ct){return(se||(se=u.n5z(J)))(Ct||J)}}();static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ui-basic-switch"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},standalone:!0,features:[u.qOj,u.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"option-button-wrapper",3,"ngClass"],[1,"option-button","switch-button"],[3,"ngTemplateOutlet",4,"ngIf"],["type","checkbox",3,"propsBinding","formControl"],[1,"marker"],["labelTemplate",""],[3,"ngTemplateOutlet"]],template:function(Te,Ct){1&Te&&u.YNc(0,tn,9,13,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.O5,Tt.tP,Ke.UX,Ke.Wl,Ke.JJ,Ke.oH,Ra],encapsulation:2})}return J})(),text:Fc,textMask:R1,textarea:(()=>{class J extends js{constructor(){super(...arguments),this.hostClass="ui-basic",this.control=new Ke.NI("")}static#e=this.\u0275fac=function(){let se;return function(Ct){return(se||(se=u.n5z(J)))(Ct||J)}}();static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ui-basic-textarea"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},standalone:!0,features:[u._Bn([_s([{key:"textarea-autoheight",token:Ac}])]),u.qOj,u.jDz],decls:1,vars:1,consts:[[4,"ngIf"],["textareaAutoHeight","",3,"ngClass","propsBinding","formControl"]],template:function(Te,Ct){1&Te&&u.YNc(0,ni,2,9,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.O5,Ke.UX,Ke.Fj,Ke.JJ,Ke.oH,Ac,Ra],encapsulation:2})}return J})()};let bl=(()=>{class J{constructor(){this._renderer2=(0,u.f3M)(u.Qsj),this._el=(0,u.f3M)(u.SBq)}ngOnChanges(){const se=this._el.nativeElement;if(!se||!this.controlLayout)return;const{type:Te,layout:Ct}=this.controlLayout,Ht=Ct?.[`${Te??"host"}Class`]??"",N=Ct?.[`${Te??"host"}Styles`]??"";Ht.length>0&&Ht.split(/\s{1,}/).map(fe=>fe.trim()).filter(Boolean).forEach(fe=>{this._renderer2.addClass(se,fe)}),N.length>0&&N.split(";").map(Q=>Q.trim()).filter(Boolean).forEach(Q=>{const[de,ct]=Q.split(":").map(cn=>cn.trim());se.style.setProperty(de,ct)})}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275dir=u.lG2({type:J,selectors:[["","controlLayout",""]],inputs:{controlLayout:"controlLayout"},standalone:!0,features:[u.TTD]})}return J})(),Pl=(()=>{class J{transform(se){return se.hasValidator(Ke.kI.required)}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275pipe=u.Yjl({name:"isControlRequired",type:J,pure:!0,standalone:!0})}return J})(),Vl=(()=>{class J{constructor(){this._internal_destroyRef=(0,u.f3M)(u.ktI),this._internal_formValidationService=(0,u.f3M)(lo),this._customComponent=null,this.hostClass="error-message",this.errorMessages=[]}ngAfterViewInit(){this._injectComponent(),this._getErrorMessages()}_injectComponent(){if(!this.customComponent||!this.componentAnchor)return;this.componentAnchor.clear();const se=this.componentAnchor.createComponent(this.customComponent);this._customComponent=se.instance,this.control&&(se.instance.control=this.control)}_getErrorMessages(){this._internal_formValidationService.getErrorMessages$(this.control,this.validators).pipe((0,ce.b)(se=>{this.errorMessages=se,this._customComponent&&(this._customComponent.errorMessages=[...this.errorMessages])}),Sn(this._internal_destroyRef)).subscribe()}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["error-message"]],viewQuery:function(Te,Ct){if(1&Te&&u.Gf(yi,5,u.s_b),2&Te){let Ht;u.iGM(Ht=u.CRH())&&(Ct.componentAnchor=Ht.first)}},hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},inputs:{control:"control",validators:"validators",customComponent:"customComponent",customTemplate:"customTemplate"},standalone:!0,features:[u.jDz],decls:4,vars:6,consts:[["componentAnchor",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[4,"ngIf"],[4,"ngFor","ngForOf"]],template:function(Te,Ct){if(1&Te&&(u.GkF(0,null,0)(2,1),u.YNc(3,Ui,2,1,"ng-container",2)),2&Te){let Ht;u.xp6(2),u.Q6J("ngTemplateOutlet",null!==(Ht=Ct.customTemplate)&&void 0!==Ht?Ht:null)("ngTemplateOutletContext",u.WLB(3,dr,Ct.control,Ct.errorMessages)),u.xp6(1),u.Q6J("ngIf",!Ct.customComponent&&!Ct.customTemplate)}},dependencies:[Tt.ez,Tt.sg,Tt.O5,Tt.tP],encapsulation:2})}return J})(),Jl=(()=>{class J{constructor(){this._renderer2=(0,u.f3M)(u.Qsj),this._destroyRef=(0,u.f3M)(u.ktI),this._viewInitialized=!1,this._collapsibleElCssText="",this.hostClass="form-label",this.collapsible=!1,this.expand=!1,this.toggle=se=>{this._collapsible&&(this.expand=se??!this.expand,this._setElementHeight(),this._componentRef&&(this._componentRef.expand=this.expand))}}get styleDisplay(){return!this.label||this.customComponent?null:this._collapsible?"flex":"inline-block"}get styleCursor(){return this._collapsible?"pointer":"normal"}onClick(){this.toggle()}ngOnChanges(se){if(!this._viewInitialized)return;const{state:Te}=se;if(Te&&this._collapsible)switch(this.state){case"collapse":this.toggle(!1);break;case"expand":this.toggle(!0)}}ngOnInit(){this.collapsible=this._collapsible,this.expand=void 0===this.state?"expand"===this.layout?.contentCollapsible:"expand"===this.state}ngAfterViewInit(){this.customComponent?this._injectComponent():(this._initCollapsibleEl(),this._viewInitialized=!0)}_injectComponent(){if(!this.componentAnchor||!this.customComponent)return;const se=this.componentAnchor.createComponent(this.customComponent);se.instance.label=this.label,se.instance.layout=this.layout,se.instance.props=this.props,se.instance.collapsible=this._collapsible,se.instance.expand=this.expand,this._initCollapsibleEl(),this._componentRef=se.instance}_listenTransition(){this.collapsibleEl&&(0,xe.R)(this.collapsibleEl,"transitionend",{passive:!0}).pipe((0,he.h)(()=>this.expand),(0,ce.b)(()=>{this._renderer2.removeStyle(this.collapsibleEl,"height"),this._renderer2.removeStyle(this.collapsibleEl,"overflow")})).pipe(Sn(this._destroyRef)).subscribe()}_setElementHeight(){this._setExpandStyle(),this.expand||requestAnimationFrame(()=>this._setCollapseStyle())}_initCollapsibleEl(){!this.collapsibleEl||!this.collapsible||(this._collapsibleElCssText=this.collapsibleEl.style.cssText||"",this._renderer2.addClass(this.collapsibleEl,"collapsible-container"),this._listenTransition(),this.expand||this._setCollapseStyle())}_setCollapseStyle(){["border","padding","margin"].forEach(Te=>{this._collapsibleElCssText.includes(Te)&&this._renderer2.removeStyle(this.collapsibleEl,Te)}),this._renderer2.setStyle(this.collapsibleEl,"overflow","hidden"),this._renderer2.setStyle(this.collapsibleEl,"height","0px")}_setExpandStyle(){const se=this.collapsibleEl?this.collapsibleEl.scrollHeight+1:0;this._renderer2.setProperty(this.collapsibleEl,"style",this._collapsibleElCssText||null),this._renderer2.setStyle(this.collapsibleEl,"height",`${se}px`)}get _collapsible(){return"collapse"===this.layout?.contentCollapsible||"expand"===this.layout?.contentCollapsible}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["form-label"]],viewQuery:function(Te,Ct){if(1&Te&&u.Gf(yi,5,u.s_b),2&Te){let Ht;u.iGM(Ht=u.CRH())&&(Ct.componentAnchor=Ht.first)}},hostVars:6,hostBindings:function(Te,Ct){1&Te&&u.NdJ("click",function(N){return Ct.onClick(N)}),2&Te&&(u.Tol(Ct.hostClass),u.Udp("display",Ct.styleDisplay)("cursor",Ct.styleCursor))},inputs:{label:"label",layout:"layout",props:"props",collapsibleEl:"collapsibleEl",state:"state",customComponent:"customComponent",customTemplate:"customTemplate"},standalone:!0,features:[u.TTD,u.jDz],decls:4,vars:2,consts:[[4,"ngIf"],["componentAnchor",""],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngIf"],[1,"text"],[2,"margin-left","auto",3,"ngStyle"],["xmlns","http://www.w3.org/2000/svg","width","1em","height","1em","fill","currentColor","viewBox","0 0 16 16",1,"bi","bi-chevron-up"],["fill-rule","evenodd","d","M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z"],[3,"ngTemplateOutlet","ngTemplateOutletContext"]],template:function(Te,Ct){1&Te&&(u.YNc(0,Ca,4,2,"ng-container",0),u.GkF(1,null,1),u.YNc(3,Cs,1,9,"ng-container",2)),2&Te&&(u.Q6J("ngIf",!Ct.customComponent&&!Ct.customTemplate),u.xp6(3),u.Q6J("ngIf",Ct.customTemplate))},dependencies:[Tt.ez,Tt.O5,Tt.tP,Tt.PC],styles:["[_nghost-%COMP%]{align-items:center;gap:1rem}"]})}return J})(),y1=(()=>{class J{constructor(){this._globalVariableService=(0,u.f3M)(dt),this.controlLayoutDisabled=!1,this.errorComponents=this._globalVariableService.errorComponents,this.errorTemplates=this._globalVariableService.errorTemplates,this.errorComponentDefault=this._globalVariableService.errorComponentDefault,this.errorTemplateDefault=this._globalVariableService.errorTemplateDefault,this.labelComponents=this._globalVariableService.labelComponents,this.labelTemplates=this._globalVariableService.labelTemplates,this.labelComponentDefault=this._globalVariableService.labelComponentDefault,this.labelTemplateDefault=this._globalVariableService.labelTemplateDefault}get showErrors(){const se=this.control?.touched??!1;return!this._globalVariableService.hideErrorMessage$.value&&((this.control?.dirty??!1)||se)&&!!this.control?.errors}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["content-wrapper"]],inputs:{config:"config",control:"control",collapsibleState:"collapsibleState",controlLayoutDisabled:"controlLayoutDisabled"},standalone:!0,features:[u.jDz],ngContentSelectors:Ps,decls:3,vars:1,consts:[[4,"ngIf"],["descriptionTemplate",""],[3,"controlLayout"],["collapsibleEl",""],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngIf"],[3,"control","validators","customComponent","customTemplate","controlLayout","ngClass"],[3,"label","layout","props","collapsibleEl","customComponent","customTemplate","state","controlLayout","ngClass"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"form-description",3,"controlLayout"]],template:function(Te,Ct){1&Te&&(u.F$t(),u.YNc(0,Hr,8,16,"ng-container",0),u.YNc(1,la,2,4,"ng-template",null,1,u.W1O)),2&Te&&u.Q6J("ngIf",Ct.config&&Ct.control)},dependencies:[Tt.ez,Tt.mk,Tt.O5,Tt.tP,Jl,Vl,bl,Pl],encapsulation:2})}return J})(),al=(()=>{class J{constructor(){this._cd=(0,u.f3M)(u.sBO),this._destroyRef=(0,u.f3M)(u.ktI),this._globalVariableService=(0,u.f3M)(dt),this._formReadyStateService=(0,u.f3M)(sl),this._optionsDataService=(0,u.f3M)(xa),this._uiComponents=this._globalVariableService.uiComponents,this._hideErrorMessage$=this._globalVariableService.hideErrorMessage$,this._pendingValue=null,this._onChange=se=>{},this._onTouched=()=>{},this.hostClass="form-control",this.customTemplates=this._globalVariableService.customTemplates,this.loadingComponent=this._globalVariableService.loadingComponent,this.loadingTemplate=this._globalVariableService.loadingTemplate,this.loading=!1,this.useCustomLoading=!1}onFocusOut(){"select"!==this.data?.type&&this._onTouched()}writeValue(se){this._pendingValue=se,this._controlComponent?.writeValue(se)}registerOnChange(se){this._onChange=se}registerOnTouched(se){this._onTouched=se}setDisabledState(se){this._controlComponent?.setDisabledState(se)}validate(se){return this._controlComponent?.validate(se)??null}ngOnInit(){this.useCustomLoading=!!this.loadingComponent||!!this.loadingTemplate}ngAfterViewInit(){this._injectInputComponent(),this._fetchOptions(),this._errorMessageEvent(),this._cd.detectChanges()}ngOnDestroy(){this.control=void 0,this.data=void 0}get showErrors(){const se=this.control?.touched??!1;return!this._hideErrorMessage$&&((this.control?.dirty??!1)||se)&&!!this.control?.errors}_injectComponent(se,Te){return se&&Te?(se.clear(),se.createComponent(Te)):null}_injectInputComponent(){if(this.customTemplates?.[this.data?.formControlName??""])return;const Te=this._injectComponent(this.inputComponentAnchor,this.customComponent||this._uiComponents?.[this._inputType]||b1[this._inputType]||Fc);Te&&(Te.instance.data=this.data,Te.instance.writeValue(this._pendingValue),this.data?.readonly||(Te.instance.registerOnChange(this._onChange),Te.instance.registerOnTouched(this._onTouched)),this._controlComponent=Te.instance)}_fetchOptions(){if(!this.data||!this.data.options)return this._pendingValue=null,void this._formReadyStateService.optionsLoading(!1);const{src:se,srcAppendPosition:Te,autoSelectFirst:Ct,data:Ht=[]}=this.data.options,N=ct=>{this.control?.setValue(ct),this._controlComponent?.writeValue(ct)};if(!se)return void(Ct&&Ht.length>0&&N(Ht[0]?.value));const fe=this.data.options.data||[],Q=ct=>{const cn="before"===Te?ct.concat(fe):fe.concat(ct);this._pendingValue?(N(this._pendingValue),this._pendingValue=null):Ct&&cn.length>0?N(cn[0].value):"string"!=typeof se&&(se.filter||se.trigger)&&N(null),this._controlComponent?.onOptionsGet(cn),this._formReadyStateService.optionsLoading(!1),this.loading=!1};if(this.loading=!0,this._formReadyStateService.optionsLoading(!0),"string"==typeof se){const ct=this._globalVariableService.optionsSources?.[se];if(!ct)return;ct.pipe((0,ce.b)(cn=>Q(cn))).subscribe()}else this._optionsDataService.getOptions$(se,()=>{this.loading=!0}).pipe((0,ce.b)(ct=>Q(ct))).subscribe()}_errorMessageEvent(){if(!this._controlComponent||!this.control)return;const se=this.control,Te=this._controlComponent;(0,Ue.a)([this._hideErrorMessage$,se.statusChanges.pipe((0,te.O)(se.status))]).pipe((0,ye.g)(0),(0,ce.b)(()=>{const Ct=this._hideErrorMessage$.value,Ht=Ct||!se.errors&&!Te.control?.errors?null:se.errors;!1===Ct&&this._setControlDirtyOrTouched("both"),Te.control?.setErrors(Ht),Te.setErrors(Ht)}),Sn(this._destroyRef)).subscribe()}_setControlDirtyOrTouched(se){if(!this._controlComponent||!this.control)return;const Te=this.control,Ct=this._controlComponent,Ht=()=>{Te.markAsDirty(),Ct.control?.markAsDirty(),Ct.markAsDirty()},N=()=>{Te.markAsTouched(),Ct.control?.markAsTouched(),Ct.markAsTouched()};switch(se){case"both":Ht(),N();break;case"dirty":Ht();break;case"touched":N()}}get _inputType(){const se=this.data?.inputMask?"textMask":"text";if(!this.data?.type)return se;switch(this.data?.type){case"number":case"text":return se;default:return this.data.type}}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["form-control"]],viewQuery:function(Te,Ct){if(1&Te&&u.Gf(ps,5,u.s_b),2&Te){let Ht;u.iGM(Ht=u.CRH())&&(Ct.inputComponentAnchor=Ht.first)}},hostVars:2,hostBindings:function(Te,Ct){1&Te&&u.NdJ("focusout",function(N){return Ct.onFocusOut(N)}),2&Te&&u.Tol(Ct.hostClass)},inputs:{data:"data",control:"control",customComponent:"customComponent"},standalone:!0,features:[u._Bn([{provide:Ke.JU,useExisting:(0,u.Gpc)(()=>J),multi:!0},{provide:Ke.Cf,useExisting:(0,u.Gpc)(()=>J),multi:!0}]),u.jDz],decls:1,vars:1,consts:[[4,"ngIf"],[1,"input-container",3,"ngClass"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["inputComponentAnchor",""],[1,"loading-container",3,"ngClass"],[4,"ngComponentOutlet"],[3,"ngTemplateOutlet"]],template:function(Te,Ct){1&Te&&u.YNc(0,gl,8,14,"ng-container",0),2&Te&&u.Q6J("ngIf",Ct.data)},dependencies:[Tt.ez,Tt.mk,Tt.$G,Tt.O5,Tt.tP],styles:["[_nghost-%COMP%]{display:block}"]})}return J})(),u2=(()=>{class J{constructor(){this._renderer2=(0,u.f3M)(u.Qsj),this._el=(0,u.f3M)(u.SBq)}ngOnChanges(){const se=this._el.nativeElement;!se||!this._hostId||this._renderer2.setAttribute(se,"id",this._hostId)}get _hostId(){if(!this.hostId)return;const{parentId:se,controlName:Te}=this.hostId;return se?`${se}.${Te}`:Te}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275dir=u.lG2({type:J,selectors:[["","hostId",""]],inputs:{hostId:"hostId"},standalone:!0,features:[u.TTD]})}return J})(),Ic=(()=>{class J{transform(se){return se.children?"FormGroup":"FormControl"}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275pipe=u.Yjl({name:"controlTypeByConfig",type:J,pure:!0,standalone:!0})}return J})(),Hc=(()=>{class J{constructor(){this._globalVariableService=(0,u.f3M)(dt),this.parentForm=new Ke.nJ({}),this.hostClass="grid-container form-group-container",this.customComponents=this._globalVariableService.customComponents}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["form-group"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},inputs:{configs:"configs",parentId:"parentId",parentForm:"parentForm",hostLayout:"hostLayout",collapsibleState:"collapsibleState"},standalone:!0,features:[u.jDz],decls:2,vars:2,consts:[[3,"formGroup"],[4,"ngFor","ngForOf"],[4,"ngIf"],[2,"display","block",3,"config","control","collapsibleState","hostId","ngClass","controlLayout"],[3,"data","control","formControlName","customComponent","controlLayout"],[3,"parentId","parentForm","configs","collapsibleState","controlLayout"]],template:function(Te,Ct){1&Te&&(u.ynx(0,0),u.YNc(1,ms,2,1,"ng-container",1),u.BQk()),2&Te&&(u.Q6J("formGroup",Ct.parentForm),u.xp6(1),u.Q6J("ngForOf",Ct.configs))},dependencies:[J,Tt.ez,Tt.mk,Tt.sg,Tt.O5,Ke.UX,Ke.JJ,Ke.JL,Ke.sg,Ke.u,y1,u2,bl,al,Ic],encapsulation:2})}return J})();function f2(J){J.pristine||J.markAsPristine(),(0,Ke.Yb)(J)&&Object.values(J.controls).forEach(bt=>f2(bt)),(0,Ke.em)(J)&&J.controls.forEach(bt=>f2(bt))}let Zc=(()=>{class J{constructor(){this._providerConfig=(0,u.f3M)(Kl,{optional:!0}),this._cd=(0,u.f3M)(u.sBO),this._platformId=(0,u.f3M)(u.Lbi),this._el=(0,u.f3M)(u.SBq),this._injector=(0,u.f3M)(u.zs3),this._destroyRef=(0,u.f3M)(u.ktI),this._configValidationService=(0,u.f3M)(vl),this._formGeneratorService=(0,u.f3M)(Oc),this._formConditionsService=(0,u.f3M)(La),this._formValidationService=(0,u.f3M)(lo),this._formPatcherService=(0,u.f3M)(ol),this._formReadyStateService=(0,u.f3M)(sl),this._globalVariableService=(0,u.f3M)(dt),this._optionsDataService=(0,u.f3M)(xa),this._reset$=new be.x,this._controlDirective=null,this._allowFormDirty=!1,this._globalVariablesInitialized=!1,this._onTouched=()=>{},this._onChange=se=>{},this.configGet=[],this.configValidationErrors=[],this.formGet=new u.vpe,this.optionsLoaded=new u.vpe,this.hostClass="ng-dynamic-json-form",this._formReadyStateService.optionsReady$.pipe((0,he.h)(Boolean),(0,ce.b)(()=>this.optionsLoaded.emit()),Sn()).subscribe()}ngOnChanges(se){if((0,Tt.PM)(this._platformId))return;const{configs:Te,hideErrorMessage:Ct}=se;Ct&&this._globalVariableService.hideErrorMessage$.next(Ct.currentValue),Te&&this._globalVariablesInitialized&&this._buildForm()}ngOnInit(){(0,Tt.PM)(this._platformId)||(this._setupVariables(),this._getControlDirective(),this._buildForm())}ngOnDestroy(){this._reset$.next(),this._reset$.complete(),this._optionsDataService.onDestroy()}validate(se){return this._formErrors}registerOnValidatorChange(se){}writeValue(se){this._formPatcherService.patchForm(this.form,se)}registerOnChange(se){this._onChange=se}registerOnTouched(se){this._onTouched=se}setDisabledState(se){se?this.form?.disable():this.form?.enable()}_setupVariables(){const{customValidators:se,labelComponent:Te,errorComponent:Ct,loadingComponent:Ht,uiComponents:N}=this._providerConfig??{};this._globalVariableService.setup({errorComponents:this.errorComponents,errorTemplates:this.errorTemplates,errorComponentDefault:this.errorComponentDefault??Ct,errorTemplateDefault:this.errorTemplateDefault,labelComponents:this.labelComponents,labelTemplates:this.labelTemplates,labelComponentDefault:this.labelComponentDefault??Te,labelTemplateDefault:this.labelTemplateDefault,loadingComponent:this.loadingComponent??Ht,loadingTemplate:this.loadingTemplate,hostElement:this._el.nativeElement,customValidators:se,customComponents:this.customComponents,customTemplates:this.customTemplates,conditionsActionFuntions:this.conditionsActionFuntions,optionsSources:this.optionsSources,uiComponents:{...b1,...N}}),this._globalVariablesInitialized=!0}_buildForm(){this._reset(),this.configValidationErrors=[];const se=this._configValidationService.validateAndGetConfig(this.configs);this.configGet=se.configs??[],this.configValidationErrors=se.errors??[],this._allowFormDirty=!1,se.errors?.length||(this.form=this._formGeneratorService.generateFormGroup(this.configGet),this._globalVariableService.rootForm=this.form,this._globalVariableService.rootConfigs=this.configGet,this._setupListeners(),this.formGet.emit(this.form),this._cd.detectChanges())}_getControlDirective(){this._controlDirective=this._injector.get(Ke.a5,null,{optional:!0,self:!0})}_setupListeners(){if(!this.form)return;const se=this._el.nativeElement,Te=Q=>(0,xe.R)(se,Q,{passive:!0}),Ct=this._formConditionsService.listenConditions$(),Ht=this.form.valueChanges.pipe((0,te.O)(this.form.value),(0,ue.b)(0),(0,ce.b)(()=>this._onFormValueChanges())),N=Te("focusout").pipe((0,Oe.q)(1),(0,ce.b)(()=>this._onTouched())),fe=(0,We.T)(Te("focusin"),Te("click"),Te("keydown")).pipe((0,Oe.q)(1),(0,ce.b)(()=>this._allowFormDirty=!0));(0,We.T)(fe,N,Ct,Ht).pipe((0,Ce.R)(this._reset$),Sn(this._destroyRef)).subscribe()}_reset(){this._reset$.next(),this._optionsDataService.cancelAllRequest(),this._formReadyStateService.resetState()}_onFormValueChanges(){this._allowFormDirty||(this._controlDirective?.form?.markAsPristine(),this.form&&f2(this.form)),this._controlDirective||this.form?.setErrors(this._formErrors),this._controlDirective&&this._onChange(this.form?.value)}get _formErrors(){return this.form?this._formValidationService.getFormErrors(this.form):null}static#e=this.\u0275fac=function(Te){return new(Te||J)};static#t=this.\u0275cmp=u.Xpm({type:J,selectors:[["ng-dynamic-json-form"]],hostVars:2,hostBindings:function(Te,Ct){2&Te&&u.Tol(Ct.hostClass)},inputs:{configs:"configs",customComponents:"customComponents",customTemplates:"customTemplates",conditionsActionFuntions:"conditionsActionFuntions",hideErrorMessage:"hideErrorMessage",collapsibleState:"collapsibleState",errorComponents:"errorComponents",errorComponentDefault:"errorComponentDefault",errorTemplates:"errorTemplates",errorTemplateDefault:"errorTemplateDefault",labelComponents:"labelComponents",labelComponentDefault:"labelComponentDefault",labelTemplates:"labelTemplates",labelTemplateDefault:"labelTemplateDefault",loadingComponent:"loadingComponent",loadingTemplate:"loadingTemplate",optionsSources:"optionsSources"},outputs:{formGet:"formGet",optionsLoaded:"optionsLoaded"},standalone:!0,features:[u._Bn([vl,g1,Ll,Oc,La,lo,ol,sl,dt,ql,xa,{provide:Ke.JU,useExisting:(0,u.Gpc)(()=>J),multi:!0},{provide:Ke.Cf,useExisting:(0,u.Gpc)(()=>J),multi:!0}]),u.TTD,u.jDz],decls:3,vars:3,consts:[[4,"ngIf"],[1,"no-configs-error"],[1,"config-validation-error"],[4,"ngFor","ngForOf"],[2,"color","var(--color-error)"],[3,"parentForm","configs","collapsibleState"]],template:function(Te,Ct){1&Te&&(u.YNc(0,Ea,4,0,"ng-container",0),u.YNc(1,Sa,6,1,"ng-container",0),u.YNc(2,Yl,2,3,"ng-container",0)),2&Te&&(u.Q6J("ngIf",!Ct.configs),u.xp6(1),u.Q6J("ngIf",!(null==Ct.configValidationErrors||!Ct.configValidationErrors.length)),u.xp6(1),u.Q6J("ngIf",Ct.form))},dependencies:[Tt.ez,Tt.sg,Tt.O5,Tt.Ts,Ke.UX,Hc],encapsulation:2})}return J})()},2405:(ve,k,_)=>{"use strict";_.d(k,{F4:()=>ue,IO:()=>He,LC:()=>o,SB:()=>ne,X$:()=>j,ZE:()=>ft,ZN:()=>Ce,_7:()=>be,_j:()=>u,eR:()=>ce,jt:()=>te,k1:()=>Ue,l3:()=>D,oB:()=>ee,oQ:()=>he,pV:()=>Ve,vP:()=>X});class u{}class o{}const D="*";function j(je,xe){return{type:7,name:je,definitions:xe,options:{}}}function te(je,xe=null){return{type:4,styles:xe,timings:je}}function X(je,xe=null){return{type:2,steps:je,options:xe}}function ee(je){return{type:6,styles:je,offset:null}}function ne(je,xe,ye){return{type:0,name:je,styles:xe,options:ye}}function ue(je){return{type:5,steps:je}}function ce(je,xe,ye=null){return{type:1,expr:je,animation:xe,options:ye}}function he(je,xe=null){return{type:8,animation:je,options:xe}}function Ve(je=null){return{type:9,options:je}}function be(je,xe=null){return{type:10,animation:je,options:xe}}function He(je,xe,ye=null){return{type:11,selector:je,animation:xe,options:ye}}class Ce{constructor(xe=0,ye=0){this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._originalOnDoneFns=[],this._originalOnStartFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this._position=0,this.parentPlayer=null,this.totalTime=xe+ye}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(xe=>xe()),this._onDoneFns=[])}onStart(xe){this._originalOnStartFns.push(xe),this._onStartFns.push(xe)}onDone(xe){this._originalOnDoneFns.push(xe),this._onDoneFns.push(xe)}onDestroy(xe){this._onDestroyFns.push(xe)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){queueMicrotask(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(xe=>xe()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(xe=>xe()),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition(xe){this._position=this.totalTime?xe*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(xe){const ye="start"==xe?this._onStartFns:this._onDoneFns;ye.forEach(Oe=>Oe()),ye.length=0}}class ft{constructor(xe){this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=xe;let ye=0,Oe=0,We=0;const Ke=this.players.length;0==Ke?queueMicrotask(()=>this._onFinish()):this.players.forEach(xt=>{xt.onDone(()=>{++ye==Ke&&this._onFinish()}),xt.onDestroy(()=>{++Oe==Ke&&this._onDestroy()}),xt.onStart(()=>{++We==Ke&&this._onStart()})}),this.totalTime=this.players.reduce((xt,Tt)=>Math.max(xt,Tt.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(xe=>xe()),this._onDoneFns=[])}init(){this.players.forEach(xe=>xe.init())}onStart(xe){this._onStartFns.push(xe)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(xe=>xe()),this._onStartFns=[])}onDone(xe){this._onDoneFns.push(xe)}onDestroy(xe){this._onDestroyFns.push(xe)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(xe=>xe.play())}pause(){this.players.forEach(xe=>xe.pause())}restart(){this.players.forEach(xe=>xe.restart())}finish(){this._onFinish(),this.players.forEach(xe=>xe.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(xe=>xe.destroy()),this._onDestroyFns.forEach(xe=>xe()),this._onDestroyFns=[])}reset(){this.players.forEach(xe=>xe.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(xe){const ye=xe*this.totalTime;this.players.forEach(Oe=>{const We=Oe.totalTime?Math.min(1,ye/Oe.totalTime):1;Oe.setPosition(We)})}getPosition(){const xe=this.players.reduce((ye,Oe)=>null===ye||Oe.totalTime>ye.totalTime?Oe:ye,null);return null!=xe?xe.getPosition():0}beforeDestroy(){this.players.forEach(xe=>{xe.beforeDestroy&&xe.beforeDestroy()})}triggerCallback(xe){const ye="start"==xe?this._onStartFns:this._onDoneFns;ye.forEach(Oe=>Oe()),ye.length=0}}const Ue="!"},6733:(ve,k,_)=>{"use strict";_.d(k,{$G:()=>Oi,Do:()=>Se,ED:()=>rn,EM:()=>Ra,HT:()=>j,JF:()=>g1,K0:()=>U,Mx:()=>Wr,NF:()=>Pr,O5:()=>ti,Ov:()=>Bo,PC:()=>Ui,PM:()=>Sa,RF:()=>Jt,S$:()=>Ve,Ts:()=>ps,V_:()=>ee,Ye:()=>Ce,b0:()=>He,bD:()=>zr,ez:()=>qs,mk:()=>gi,n9:()=>tn,p6:()=>it,q:()=>D,sg:()=>So,tP:()=>dr,w_:()=>te});var u=_(755);let o=null;function D(){return o}function j(N){o||(o=N)}class te{}const U=new u.OlP("DocumentToken");let X=(()=>{class N{historyGo(Q){throw new Error("Not implemented")}static#e=this.\u0275fac=function(de){return new(de||N)};static#t=this.\u0275prov=u.Yz7({token:N,factory:function(){return(0,u.f3M)(ne)},providedIn:"platform"})}return N})();const ee=new u.OlP("Location Initialized");let ne=(()=>{class N extends X{constructor(){super(),this._doc=(0,u.f3M)(U),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return D().getBaseHref(this._doc)}onPopState(Q){const de=D().getGlobalEventTarget(this._doc,"window");return de.addEventListener("popstate",Q,!1),()=>de.removeEventListener("popstate",Q)}onHashChange(Q){const de=D().getGlobalEventTarget(this._doc,"window");return de.addEventListener("hashchange",Q,!1),()=>de.removeEventListener("hashchange",Q)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(Q){this._location.pathname=Q}pushState(Q,de,ct){this._history.pushState(Q,de,ct)}replaceState(Q,de,ct){this._history.replaceState(Q,de,ct)}forward(){this._history.forward()}back(){this._history.back()}historyGo(Q=0){this._history.go(Q)}getState(){return this._history.state}static#e=this.\u0275fac=function(de){return new(de||N)};static#t=this.\u0275prov=u.Yz7({token:N,factory:function(){return new N},providedIn:"platform"})}return N})();function ue(N,fe){if(0==N.length)return fe;if(0==fe.length)return N;let Q=0;return N.endsWith("/")&&Q++,fe.startsWith("/")&&Q++,2==Q?N+fe.substring(1):1==Q?N+fe:N+"/"+fe}function ce(N){const fe=N.match(/#|\?|$/),Q=fe&&fe.index||N.length;return N.slice(0,Q-("/"===N[Q-1]?1:0))+N.slice(Q)}function he(N){return N&&"?"!==N[0]?"?"+N:N}let Ve=(()=>{class N{historyGo(Q){throw new Error("Not implemented")}static#e=this.\u0275fac=function(de){return new(de||N)};static#t=this.\u0275prov=u.Yz7({token:N,factory:function(){return(0,u.f3M)(He)},providedIn:"root"})}return N})();const be=new u.OlP("appBaseHref");let He=(()=>{class N extends Ve{constructor(Q,de){super(),this._platformLocation=Q,this._removeListenerFns=[],this._baseHref=de??this._platformLocation.getBaseHrefFromDOM()??(0,u.f3M)(U).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(Q){this._removeListenerFns.push(this._platformLocation.onPopState(Q),this._platformLocation.onHashChange(Q))}getBaseHref(){return this._baseHref}prepareExternalUrl(Q){return ue(this._baseHref,Q)}path(Q=!1){const de=this._platformLocation.pathname+he(this._platformLocation.search),ct=this._platformLocation.hash;return ct&&Q?`${de}${ct}`:de}pushState(Q,de,ct,cn){const Mn=this.prepareExternalUrl(ct+he(cn));this._platformLocation.pushState(Q,de,Mn)}replaceState(Q,de,ct,cn){const Mn=this.prepareExternalUrl(ct+he(cn));this._platformLocation.replaceState(Q,de,Mn)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(Q=0){this._platformLocation.historyGo?.(Q)}static#e=this.\u0275fac=function(de){return new(de||N)(u.LFG(X),u.LFG(be,8))};static#t=this.\u0275prov=u.Yz7({token:N,factory:N.\u0275fac,providedIn:"root"})}return N})(),Se=(()=>{class N extends Ve{constructor(Q,de){super(),this._platformLocation=Q,this._baseHref="",this._removeListenerFns=[],null!=de&&(this._baseHref=de)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(Q){this._removeListenerFns.push(this._platformLocation.onPopState(Q),this._platformLocation.onHashChange(Q))}getBaseHref(){return this._baseHref}path(Q=!1){let de=this._platformLocation.hash;return null==de&&(de="#"),de.length>0?de.substring(1):de}prepareExternalUrl(Q){const de=ue(this._baseHref,Q);return de.length>0?"#"+de:de}pushState(Q,de,ct,cn){let Mn=this.prepareExternalUrl(ct+he(cn));0==Mn.length&&(Mn=this._platformLocation.pathname),this._platformLocation.pushState(Q,de,Mn)}replaceState(Q,de,ct,cn){let Mn=this.prepareExternalUrl(ct+he(cn));0==Mn.length&&(Mn=this._platformLocation.pathname),this._platformLocation.replaceState(Q,de,Mn)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(Q=0){this._platformLocation.historyGo?.(Q)}static#e=this.\u0275fac=function(de){return new(de||N)(u.LFG(X),u.LFG(be,8))};static#t=this.\u0275prov=u.Yz7({token:N,factory:N.\u0275fac})}return N})(),Ce=(()=>{class N{constructor(Q){this._subject=new u.vpe,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=Q;const de=this._locationStrategy.getBaseHref();this._basePath=function xe(N){if(new RegExp("^(https?:)?//").test(N)){const[,Q]=N.split(/\/\/[^\/]+/);return Q}return N}(ce(je(de))),this._locationStrategy.onPopState(ct=>{this._subject.emit({url:this.path(!0),pop:!0,state:ct.state,type:ct.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(Q=!1){return this.normalize(this._locationStrategy.path(Q))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(Q,de=""){return this.path()==this.normalize(Q+he(de))}normalize(Q){return N.stripTrailingSlash(function Ue(N,fe){if(!N||!fe.startsWith(N))return fe;const Q=fe.substring(N.length);return""===Q||["/",";","?","#"].includes(Q[0])?Q:fe}(this._basePath,je(Q)))}prepareExternalUrl(Q){return Q&&"/"!==Q[0]&&(Q="/"+Q),this._locationStrategy.prepareExternalUrl(Q)}go(Q,de="",ct=null){this._locationStrategy.pushState(ct,"",Q,de),this._notifyUrlChangeListeners(this.prepareExternalUrl(Q+he(de)),ct)}replaceState(Q,de="",ct=null){this._locationStrategy.replaceState(ct,"",Q,de),this._notifyUrlChangeListeners(this.prepareExternalUrl(Q+he(de)),ct)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(Q=0){this._locationStrategy.historyGo?.(Q)}onUrlChange(Q){return this._urlChangeListeners.push(Q),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe(de=>{this._notifyUrlChangeListeners(de.url,de.state)})),()=>{const de=this._urlChangeListeners.indexOf(Q);this._urlChangeListeners.splice(de,1),0===this._urlChangeListeners.length&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(Q="",de){this._urlChangeListeners.forEach(ct=>ct(Q,de))}subscribe(Q,de,ct){return this._subject.subscribe({next:Q,error:de,complete:ct})}static#e=this.normalizeQueryParams=he;static#t=this.joinWithSlash=ue;static#n=this.stripTrailingSlash=ce;static#i=this.\u0275fac=function(de){return new(de||N)(u.LFG(Ve))};static#r=this.\u0275prov=u.Yz7({token:N,factory:function(){return function ft(){return new Ce((0,u.LFG)(Ve))}()},providedIn:"root"})}return N})();function je(N){return N.replace(/\/index.html$/,"")}var Ke=function(N){return N[N.Format=0]="Format",N[N.Standalone=1]="Standalone",N}(Ke||{}),xt=function(N){return N[N.Narrow=0]="Narrow",N[N.Abbreviated=1]="Abbreviated",N[N.Wide=2]="Wide",N[N.Short=3]="Short",N}(xt||{}),Tt=function(N){return N[N.Short=0]="Short",N[N.Medium=1]="Medium",N[N.Long=2]="Long",N[N.Full=3]="Full",N}(Tt||{}),Sn=function(N){return N[N.Decimal=0]="Decimal",N[N.Group=1]="Group",N[N.List=2]="List",N[N.PercentSign=3]="PercentSign",N[N.PlusSign=4]="PlusSign",N[N.MinusSign=5]="MinusSign",N[N.Exponential=6]="Exponential",N[N.SuperscriptingExponent=7]="SuperscriptingExponent",N[N.PerMille=8]="PerMille",N[N.Infinity=9]="Infinity",N[N.NaN=10]="NaN",N[N.TimeSeparator=11]="TimeSeparator",N[N.CurrencyDecimal=12]="CurrencyDecimal",N[N.CurrencyGroup=13]="CurrencyGroup",N}(Sn||{});function Mt(N,fe){return gn((0,u.cg1)(N)[u.wAp.DateFormat],fe)}function _t(N,fe){return gn((0,u.cg1)(N)[u.wAp.TimeFormat],fe)}function Ze(N,fe){return gn((0,u.cg1)(N)[u.wAp.DateTimeFormat],fe)}function De(N,fe){const Q=(0,u.cg1)(N),de=Q[u.wAp.NumberSymbols][fe];if(typeof de>"u"){if(fe===Sn.CurrencyDecimal)return Q[u.wAp.NumberSymbols][Sn.Decimal];if(fe===Sn.CurrencyGroup)return Q[u.wAp.NumberSymbols][Sn.Group]}return de}function $t(N){if(!N[u.wAp.ExtraData])throw new Error(`Missing extra locale data for the locale "${N[u.wAp.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function gn(N,fe){for(let Q=fe;Q>-1;Q--)if(typeof N[Q]<"u")return N[Q];throw new Error("Locale data API: locale data undefined")}function Gn(N){const[fe,Q]=N.split(":");return{hours:+fe,minutes:+Q}}const Tr=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Fr={},To=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var bo=function(N){return N[N.Short=0]="Short",N[N.ShortGMT=1]="ShortGMT",N[N.Long=2]="Long",N[N.Extended=3]="Extended",N}(bo||{}),bi=function(N){return N[N.FullYear=0]="FullYear",N[N.Month=1]="Month",N[N.Date=2]="Date",N[N.Hours=3]="Hours",N[N.Minutes=4]="Minutes",N[N.Seconds=5]="Seconds",N[N.FractionalSeconds=6]="FractionalSeconds",N[N.Day=7]="Day",N}(bi||{}),or=function(N){return N[N.DayPeriods=0]="DayPeriods",N[N.Days=1]="Days",N[N.Months=2]="Months",N[N.Eras=3]="Eras",N}(or||{});function it(N,fe,Q,de){let ct=function pr(N){if(Ot(N))return N;if("number"==typeof N&&!isNaN(N))return new Date(N);if("string"==typeof N){if(N=N.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(N)){const[ct,cn=1,Mn=1]=N.split("-").map(On=>+On);return wt(ct,cn-1,Mn)}const Q=parseFloat(N);if(!isNaN(N-Q))return new Date(Q);let de;if(de=N.match(Tr))return function an(N){const fe=new Date(0);let Q=0,de=0;const ct=N[8]?fe.setUTCFullYear:fe.setFullYear,cn=N[8]?fe.setUTCHours:fe.setHours;N[9]&&(Q=Number(N[9]+N[10]),de=Number(N[9]+N[11])),ct.call(fe,Number(N[1]),Number(N[2])-1,Number(N[3]));const Mn=Number(N[4]||0)-Q,On=Number(N[5]||0)-de,Mi=Number(N[6]||0),Yo=Math.floor(1e3*parseFloat("0."+(N[7]||0)));return cn.call(fe,Mn,On,Mi,Yo),fe}(de)}const fe=new Date(N);if(!Ot(fe))throw new Error(`Unable to convert "${N}" into a date`);return fe}(N);fe=Vt(Q,fe)||fe;let On,Mn=[];for(;fe;){if(On=To.exec(fe),!On){Mn.push(fe);break}{Mn=Mn.concat(On.slice(1));const Cr=Mn.pop();if(!Cr)break;fe=Cr}}let Mi=ct.getTimezoneOffset();de&&(Mi=vi(de,Mi),ct=function kr(N,fe,Q){const de=Q?-1:1,ct=N.getTimezoneOffset();return function Ti(N,fe){return(N=new Date(N.getTime())).setMinutes(N.getMinutes()+fe),N}(N,de*(vi(fe,ct)-ct))}(ct,de,!0));let Yo="";return Mn.forEach(Cr=>{const Ir=function Ln(N){if(Yt[N])return Yt[N];let fe;switch(N){case"G":case"GG":case"GGG":fe=wr(or.Eras,xt.Abbreviated);break;case"GGGG":fe=wr(or.Eras,xt.Wide);break;case"GGGGG":fe=wr(or.Eras,xt.Narrow);break;case"y":fe=qi(bi.FullYear,1,0,!1,!0);break;case"yy":fe=qi(bi.FullYear,2,0,!0,!0);break;case"yyy":fe=qi(bi.FullYear,3,0,!1,!0);break;case"yyyy":fe=qi(bi.FullYear,4,0,!1,!0);break;case"Y":fe=Jo(1);break;case"YY":fe=Jo(2,!0);break;case"YYY":fe=Jo(3);break;case"YYYY":fe=Jo(4);break;case"M":case"L":fe=qi(bi.Month,1,1);break;case"MM":case"LL":fe=qi(bi.Month,2,1);break;case"MMM":fe=wr(or.Months,xt.Abbreviated);break;case"MMMM":fe=wr(or.Months,xt.Wide);break;case"MMMMM":fe=wr(or.Months,xt.Narrow);break;case"LLL":fe=wr(or.Months,xt.Abbreviated,Ke.Standalone);break;case"LLLL":fe=wr(or.Months,xt.Wide,Ke.Standalone);break;case"LLLLL":fe=wr(or.Months,xt.Narrow,Ke.Standalone);break;case"w":fe=Ts(1);break;case"ww":fe=Ts(2);break;case"W":fe=Ts(1,!0);break;case"d":fe=qi(bi.Date,1);break;case"dd":fe=qi(bi.Date,2);break;case"c":case"cc":fe=qi(bi.Day,1);break;case"ccc":fe=wr(or.Days,xt.Abbreviated,Ke.Standalone);break;case"cccc":fe=wr(or.Days,xt.Wide,Ke.Standalone);break;case"ccccc":fe=wr(or.Days,xt.Narrow,Ke.Standalone);break;case"cccccc":fe=wr(or.Days,xt.Short,Ke.Standalone);break;case"E":case"EE":case"EEE":fe=wr(or.Days,xt.Abbreviated);break;case"EEEE":fe=wr(or.Days,xt.Wide);break;case"EEEEE":fe=wr(or.Days,xt.Narrow);break;case"EEEEEE":fe=wr(or.Days,xt.Short);break;case"a":case"aa":case"aaa":fe=wr(or.DayPeriods,xt.Abbreviated);break;case"aaaa":fe=wr(or.DayPeriods,xt.Wide);break;case"aaaaa":fe=wr(or.DayPeriods,xt.Narrow);break;case"b":case"bb":case"bbb":fe=wr(or.DayPeriods,xt.Abbreviated,Ke.Standalone,!0);break;case"bbbb":fe=wr(or.DayPeriods,xt.Wide,Ke.Standalone,!0);break;case"bbbbb":fe=wr(or.DayPeriods,xt.Narrow,Ke.Standalone,!0);break;case"B":case"BB":case"BBB":fe=wr(or.DayPeriods,xt.Abbreviated,Ke.Format,!0);break;case"BBBB":fe=wr(or.DayPeriods,xt.Wide,Ke.Format,!0);break;case"BBBBB":fe=wr(or.DayPeriods,xt.Narrow,Ke.Format,!0);break;case"h":fe=qi(bi.Hours,1,-12);break;case"hh":fe=qi(bi.Hours,2,-12);break;case"H":fe=qi(bi.Hours,1);break;case"HH":fe=qi(bi.Hours,2);break;case"m":fe=qi(bi.Minutes,1);break;case"mm":fe=qi(bi.Minutes,2);break;case"s":fe=qi(bi.Seconds,1);break;case"ss":fe=qi(bi.Seconds,2);break;case"S":fe=qi(bi.FractionalSeconds,1);break;case"SS":fe=qi(bi.FractionalSeconds,2);break;case"SSS":fe=qi(bi.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":fe=Ji(bo.Short);break;case"ZZZZZ":fe=Ji(bo.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":fe=Ji(bo.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":fe=Ji(bo.Long);break;default:return null}return Yt[N]=fe,fe}(Cr);Yo+=Ir?Ir(ct,Q,Mi):"''"===Cr?"'":Cr.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),Yo}function wt(N,fe,Q){const de=new Date(0);return de.setFullYear(N,fe,Q),de.setHours(0,0,0),de}function Vt(N,fe){const Q=function zn(N){return(0,u.cg1)(N)[u.wAp.LocaleId]}(N);if(Fr[Q]=Fr[Q]||{},Fr[Q][fe])return Fr[Q][fe];let de="";switch(fe){case"shortDate":de=Mt(N,Tt.Short);break;case"mediumDate":de=Mt(N,Tt.Medium);break;case"longDate":de=Mt(N,Tt.Long);break;case"fullDate":de=Mt(N,Tt.Full);break;case"shortTime":de=_t(N,Tt.Short);break;case"mediumTime":de=_t(N,Tt.Medium);break;case"longTime":de=_t(N,Tt.Long);break;case"fullTime":de=_t(N,Tt.Full);break;case"short":const ct=Vt(N,"shortTime"),cn=Vt(N,"shortDate");de=Rn(Ze(N,Tt.Short),[ct,cn]);break;case"medium":const Mn=Vt(N,"mediumTime"),On=Vt(N,"mediumDate");de=Rn(Ze(N,Tt.Medium),[Mn,On]);break;case"long":const Mi=Vt(N,"longTime"),Yo=Vt(N,"longDate");de=Rn(Ze(N,Tt.Long),[Mi,Yo]);break;case"full":const Cr=Vt(N,"fullTime"),Ir=Vt(N,"fullDate");de=Rn(Ze(N,Tt.Full),[Cr,Ir])}return de&&(Fr[Q][fe]=de),de}function Rn(N,fe){return fe&&(N=N.replace(/\{([^}]+)}/g,function(Q,de){return null!=fe&&de in fe?fe[de]:Q})),N}function Vn(N,fe,Q="-",de,ct){let cn="";(N<0||ct&&N<=0)&&(ct?N=1-N:(N=-N,cn=Q));let Mn=String(N);for(;Mn.length0||On>-Q)&&(On+=Q),N===bi.Hours)0===On&&-12===Q&&(On=12);else if(N===bi.FractionalSeconds)return function Di(N,fe){return Vn(N,3).substring(0,fe)}(On,fe);const Mi=De(Mn,Sn.MinusSign);return Vn(On,fe,Mi,de,ct)}}function wr(N,fe,Q=Ke.Format,de=!1){return function(ct,cn){return function ts(N,fe,Q,de,ct,cn){switch(Q){case or.Months:return function jn(N,fe,Q){const de=(0,u.cg1)(N),cn=gn([de[u.wAp.MonthsFormat],de[u.wAp.MonthsStandalone]],fe);return gn(cn,Q)}(fe,ct,de)[N.getMonth()];case or.Days:return function Pi(N,fe,Q){const de=(0,u.cg1)(N),cn=gn([de[u.wAp.DaysFormat],de[u.wAp.DaysStandalone]],fe);return gn(cn,Q)}(fe,ct,de)[N.getDay()];case or.DayPeriods:const Mn=N.getHours(),On=N.getMinutes();if(cn){const Yo=function et(N){const fe=(0,u.cg1)(N);return $t(fe),(fe[u.wAp.ExtraData][2]||[]).map(de=>"string"==typeof de?Gn(de):[Gn(de[0]),Gn(de[1])])}(fe),Cr=function Dt(N,fe,Q){const de=(0,u.cg1)(N);$t(de);const cn=gn([de[u.wAp.ExtraData][0],de[u.wAp.ExtraData][1]],fe)||[];return gn(cn,Q)||[]}(fe,ct,de),Ir=Yo.findIndex(_i=>{if(Array.isArray(_i)){const[Vr,Xo]=_i,na=Mn>=Vr.hours&&On>=Vr.minutes,Zr=Mn0?Math.floor(ct/60):Math.ceil(ct/60);switch(N){case bo.Short:return(ct>=0?"+":"")+Vn(Mn,2,cn)+Vn(Math.abs(ct%60),2,cn);case bo.ShortGMT:return"GMT"+(ct>=0?"+":"")+Vn(Mn,1,cn);case bo.Long:return"GMT"+(ct>=0?"+":"")+Vn(Mn,2,cn)+":"+Vn(Math.abs(ct%60),2,cn);case bo.Extended:return 0===de?"Z":(ct>=0?"+":"")+Vn(Mn,2,cn)+":"+Vn(Math.abs(ct%60),2,cn);default:throw new Error(`Unknown zone width "${N}"`)}}}const Qi=0,zo=4;function Xs(N){return wt(N.getFullYear(),N.getMonth(),N.getDate()+(zo-N.getDay()))}function Ts(N,fe=!1){return function(Q,de){let ct;if(fe){const cn=new Date(Q.getFullYear(),Q.getMonth(),1).getDay()-1,Mn=Q.getDate();ct=1+Math.floor((Mn+cn)/7)}else{const cn=Xs(Q),Mn=function Us(N){const fe=wt(N,Qi,1).getDay();return wt(N,0,1+(fe<=zo?zo:zo+7)-fe)}(cn.getFullYear()),On=cn.getTime()-Mn.getTime();ct=1+Math.round(On/6048e5)}return Vn(ct,N,De(de,Sn.MinusSign))}}function Jo(N,fe=!1){return function(Q,de){return Vn(Xs(Q).getFullYear(),N,De(de,Sn.MinusSign),fe)}}const Yt={};function vi(N,fe){N=N.replace(/:/g,"");const Q=Date.parse("Jan 01, 1970 00:00:00 "+N)/6e4;return isNaN(Q)?fe:Q}function Ot(N){return N instanceof Date&&!isNaN(N.valueOf())}function Wr(N,fe){fe=encodeURIComponent(fe);for(const Q of N.split(";")){const de=Q.indexOf("="),[ct,cn]=-1==de?[Q,""]:[Q.slice(0,de),Q.slice(de+1)];if(ct.trim()===fe)return decodeURIComponent(cn)}return null}const Ur=/\s+/,Ns=[];let gi=(()=>{class N{constructor(Q,de,ct,cn){this._iterableDiffers=Q,this._keyValueDiffers=de,this._ngEl=ct,this._renderer=cn,this.initialClasses=Ns,this.stateMap=new Map}set klass(Q){this.initialClasses=null!=Q?Q.trim().split(Ur):Ns}set ngClass(Q){this.rawClass="string"==typeof Q?Q.trim().split(Ur):Q}ngDoCheck(){for(const de of this.initialClasses)this._updateState(de,!0);const Q=this.rawClass;if(Array.isArray(Q)||Q instanceof Set)for(const de of Q)this._updateState(de,!0);else if(null!=Q)for(const de of Object.keys(Q))this._updateState(de,!!Q[de]);this._applyStateDiff()}_updateState(Q,de){const ct=this.stateMap.get(Q);void 0!==ct?(ct.enabled!==de&&(ct.changed=!0,ct.enabled=de),ct.touched=!0):this.stateMap.set(Q,{enabled:de,changed:!0,touched:!0})}_applyStateDiff(){for(const Q of this.stateMap){const de=Q[0],ct=Q[1];ct.changed?(this._toggleClass(de,ct.enabled),ct.changed=!1):ct.touched||(ct.enabled&&this._toggleClass(de,!1),this.stateMap.delete(de)),ct.touched=!1}}_toggleClass(Q,de){(Q=Q.trim()).length>0&&Q.split(Ur).forEach(ct=>{de?this._renderer.addClass(this._ngEl.nativeElement,ct):this._renderer.removeClass(this._ngEl.nativeElement,ct)})}static#e=this.\u0275fac=function(de){return new(de||N)(u.Y36(u.ZZ4),u.Y36(u.aQg),u.Y36(u.SBq),u.Y36(u.Qsj))};static#t=this.\u0275dir=u.lG2({type:N,selectors:[["","ngClass",""]],inputs:{klass:["class","klass"],ngClass:"ngClass"},standalone:!0})}return N})(),Oi=(()=>{class N{constructor(Q){this._viewContainerRef=Q,this.ngComponentOutlet=null,this._inputsUsed=new Map}_needToReCreateNgModuleInstance(Q){return void 0!==Q.ngComponentOutletNgModule||void 0!==Q.ngComponentOutletNgModuleFactory}_needToReCreateComponentInstance(Q){return void 0!==Q.ngComponentOutlet||void 0!==Q.ngComponentOutletContent||void 0!==Q.ngComponentOutletInjector||this._needToReCreateNgModuleInstance(Q)}ngOnChanges(Q){if(this._needToReCreateComponentInstance(Q)&&(this._viewContainerRef.clear(),this._inputsUsed.clear(),this._componentRef=void 0,this.ngComponentOutlet)){const de=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;this._needToReCreateNgModuleInstance(Q)&&(this._moduleRef?.destroy(),this._moduleRef=this.ngComponentOutletNgModule?(0,u.Lck)(this.ngComponentOutletNgModule,Xi(de)):this.ngComponentOutletNgModuleFactory?this.ngComponentOutletNgModuleFactory.create(Xi(de)):void 0),this._componentRef=this._viewContainerRef.createComponent(this.ngComponentOutlet,{injector:de,ngModuleRef:this._moduleRef,projectableNodes:this.ngComponentOutletContent})}}ngDoCheck(){if(this._componentRef){if(this.ngComponentOutletInputs)for(const Q of Object.keys(this.ngComponentOutletInputs))this._inputsUsed.set(Q,!0);this._applyInputStateDiff(this._componentRef)}}ngOnDestroy(){this._moduleRef?.destroy()}_applyInputStateDiff(Q){for(const[de,ct]of this._inputsUsed)ct?(Q.setInput(de,this.ngComponentOutletInputs[de]),this._inputsUsed.set(de,!1)):(Q.setInput(de,void 0),this._inputsUsed.delete(de))}static#e=this.\u0275fac=function(de){return new(de||N)(u.Y36(u.s_b))};static#t=this.\u0275dir=u.lG2({type:N,selectors:[["","ngComponentOutlet",""]],inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInputs:"ngComponentOutletInputs",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModule:"ngComponentOutletNgModule",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},standalone:!0,features:[u.TTD]})}return N})();function Xi(N){return N.get(u.h0i).injector}class Kr{constructor(fe,Q,de,ct){this.$implicit=fe,this.ngForOf=Q,this.index=de,this.count=ct}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}let So=(()=>{class N{set ngForOf(Q){this._ngForOf=Q,this._ngForOfDirty=!0}set ngForTrackBy(Q){this._trackByFn=Q}get ngForTrackBy(){return this._trackByFn}constructor(Q,de,ct){this._viewContainer=Q,this._template=de,this._differs=ct,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForTemplate(Q){Q&&(this._template=Q)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const Q=this._ngForOf;!this._differ&&Q&&(this._differ=this._differs.find(Q).create(this.ngForTrackBy))}if(this._differ){const Q=this._differ.diff(this._ngForOf);Q&&this._applyChanges(Q)}}_applyChanges(Q){const de=this._viewContainer;Q.forEachOperation((ct,cn,Mn)=>{if(null==ct.previousIndex)de.createEmbeddedView(this._template,new Kr(ct.item,this._ngForOf,-1,-1),null===Mn?void 0:Mn);else if(null==Mn)de.remove(null===cn?void 0:cn);else if(null!==cn){const On=de.get(cn);de.move(On,Mn),Gr(On,ct)}});for(let ct=0,cn=de.length;ct{Gr(de.get(ct.currentIndex),ct)})}static ngTemplateContextGuard(Q,de){return!0}static#e=this.\u0275fac=function(de){return new(de||N)(u.Y36(u.s_b),u.Y36(u.Rgc),u.Y36(u.ZZ4))};static#t=this.\u0275dir=u.lG2({type:N,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},standalone:!0})}return N})();function Gr(N,fe){N.context.$implicit=fe.item}let ti=(()=>{class N{constructor(Q,de){this._viewContainer=Q,this._context=new nt,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=de}set ngIf(Q){this._context.$implicit=this._context.ngIf=Q,this._updateView()}set ngIfThen(Q){$e("ngIfThen",Q),this._thenTemplateRef=Q,this._thenViewRef=null,this._updateView()}set ngIfElse(Q){$e("ngIfElse",Q),this._elseTemplateRef=Q,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(Q,de){return!0}static#e=this.\u0275fac=function(de){return new(de||N)(u.Y36(u.s_b),u.Y36(u.Rgc))};static#t=this.\u0275dir=u.lG2({type:N,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},standalone:!0})}return N})();class nt{constructor(){this.$implicit=null,this.ngIf=null}}function $e(N,fe){if(fe&&!fe.createEmbeddedView)throw new Error(`${N} must be a TemplateRef, but received '${(0,u.AaK)(fe)}'.`)}class Xe{constructor(fe,Q){this._viewContainerRef=fe,this._templateRef=Q,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(fe){fe&&!this._created?this.create():!fe&&this._created&&this.destroy()}}let Jt=(()=>{class N{constructor(){this._defaultViews=[],this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(Q){this._ngSwitch=Q,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(Q){this._defaultViews.push(Q)}_matchCase(Q){const de=Q==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||de,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),de}_updateDefaultCases(Q){if(this._defaultViews.length>0&&Q!==this._defaultUsed){this._defaultUsed=Q;for(const de of this._defaultViews)de.enforceState(Q)}}static#e=this.\u0275fac=function(de){return new(de||N)};static#t=this.\u0275dir=u.lG2({type:N,selectors:[["","ngSwitch",""]],inputs:{ngSwitch:"ngSwitch"},standalone:!0})}return N})(),tn=(()=>{class N{constructor(Q,de,ct){this.ngSwitch=ct,ct._addCase(),this._view=new Xe(Q,de)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}static#e=this.\u0275fac=function(de){return new(de||N)(u.Y36(u.s_b),u.Y36(u.Rgc),u.Y36(Jt,9))};static#t=this.\u0275dir=u.lG2({type:N,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"},standalone:!0})}return N})(),rn=(()=>{class N{constructor(Q,de,ct){ct._addDefault(new Xe(Q,de))}static#e=this.\u0275fac=function(de){return new(de||N)(u.Y36(u.s_b),u.Y36(u.Rgc),u.Y36(Jt,9))};static#t=this.\u0275dir=u.lG2({type:N,selectors:[["","ngSwitchDefault",""]],standalone:!0})}return N})(),Ui=(()=>{class N{constructor(Q,de,ct){this._ngEl=Q,this._differs=de,this._renderer=ct,this._ngStyle=null,this._differ=null}set ngStyle(Q){this._ngStyle=Q,!this._differ&&Q&&(this._differ=this._differs.find(Q).create())}ngDoCheck(){if(this._differ){const Q=this._differ.diff(this._ngStyle);Q&&this._applyChanges(Q)}}_setStyle(Q,de){const[ct,cn]=Q.split("."),Mn=-1===ct.indexOf("-")?void 0:u.JOm.DashCase;null!=de?this._renderer.setStyle(this._ngEl.nativeElement,ct,cn?`${de}${cn}`:de,Mn):this._renderer.removeStyle(this._ngEl.nativeElement,ct,Mn)}_applyChanges(Q){Q.forEachRemovedItem(de=>this._setStyle(de.key,null)),Q.forEachAddedItem(de=>this._setStyle(de.key,de.currentValue)),Q.forEachChangedItem(de=>this._setStyle(de.key,de.currentValue))}static#e=this.\u0275fac=function(de){return new(de||N)(u.Y36(u.SBq),u.Y36(u.aQg),u.Y36(u.Qsj))};static#t=this.\u0275dir=u.lG2({type:N,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"},standalone:!0})}return N})(),dr=(()=>{class N{constructor(Q){this._viewContainerRef=Q,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(Q){if(Q.ngTemplateOutlet||Q.ngTemplateOutletInjector){const de=this._viewContainerRef;if(this._viewRef&&de.remove(de.indexOf(this._viewRef)),this.ngTemplateOutlet){const{ngTemplateOutlet:ct,ngTemplateOutletContext:cn,ngTemplateOutletInjector:Mn}=this;this._viewRef=de.createEmbeddedView(ct,cn,Mn?{injector:Mn}:void 0)}else this._viewRef=null}else this._viewRef&&Q.ngTemplateOutletContext&&this.ngTemplateOutletContext&&(this._viewRef.context=this.ngTemplateOutletContext)}static#e=this.\u0275fac=function(de){return new(de||N)(u.Y36(u.s_b))};static#t=this.\u0275dir=u.lG2({type:N,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},standalone:!0,features:[u.TTD]})}return N})();class Ca{createSubscription(fe,Q){return(0,u.rg0)(()=>fe.subscribe({next:Q,error:de=>{throw de}}))}dispose(fe){(0,u.rg0)(()=>fe.unsubscribe())}}class Yi{createSubscription(fe,Q){return fe.then(Q,de=>{throw de})}dispose(fe){}}const Cs=new Yi,ns=new Ca;let Bo=(()=>{class N{constructor(Q){this._latestValue=null,this._subscription=null,this._obj=null,this._strategy=null,this._ref=Q}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(Q){return this._obj?Q!==this._obj?(this._dispose(),this.transform(Q)):this._latestValue:(Q&&this._subscribe(Q),this._latestValue)}_subscribe(Q){this._obj=Q,this._strategy=this._selectStrategy(Q),this._subscription=this._strategy.createSubscription(Q,de=>this._updateLatestValue(Q,de))}_selectStrategy(Q){if((0,u.QGY)(Q))return Cs;if((0,u.F4k)(Q))return ns;throw function gr(N,fe){return new u.vHH(2100,!1)}()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(Q,de){Q===this._obj&&(this._latestValue=de,this._ref.markForCheck())}static#e=this.\u0275fac=function(de){return new(de||N)(u.Y36(u.sBO,16))};static#t=this.\u0275pipe=u.Yjl({name:"async",type:N,pure:!1,standalone:!0})}return N})(),ps=(()=>{class N{transform(Q){return JSON.stringify(Q,null,2)}static#e=this.\u0275fac=function(de){return new(de||N)};static#t=this.\u0275pipe=u.Yjl({name:"json",type:N,pure:!1,standalone:!0})}return N})(),qs=(()=>{class N{static#e=this.\u0275fac=function(de){return new(de||N)};static#t=this.\u0275mod=u.oAB({type:N});static#n=this.\u0275inj=u.cJS({})}return N})();const zr="browser",ms="server";function Pr(N){return N===zr}function Sa(N){return N===ms}let Ra=(()=>{class N{static#e=this.\u0275prov=(0,u.Yz7)({token:N,providedIn:"root",factory:()=>new Ac((0,u.LFG)(U),window)})}return N})();class Ac{constructor(fe,Q){this.document=fe,this.window=Q,this.offset=()=>[0,0]}setOffset(fe){this.offset=Array.isArray(fe)?()=>fe:fe}getScrollPosition(){return this.supportsScrolling()?[this.window.pageXOffset,this.window.pageYOffset]:[0,0]}scrollToPosition(fe){this.supportsScrolling()&&this.window.scrollTo(fe[0],fe[1])}scrollToAnchor(fe){if(!this.supportsScrolling())return;const Q=function vs(N,fe){const Q=N.getElementById(fe)||N.getElementsByName(fe)[0];if(Q)return Q;if("function"==typeof N.createTreeWalker&&N.body&&"function"==typeof N.body.attachShadow){const de=N.createTreeWalker(N.body,NodeFilter.SHOW_ELEMENT);let ct=de.currentNode;for(;ct;){const cn=ct.shadowRoot;if(cn){const Mn=cn.getElementById(fe)||cn.querySelector(`[name="${fe}"]`);if(Mn)return Mn}ct=de.nextNode()}}return null}(this.document,fe);Q&&(this.scrollToElement(Q),Q.focus())}setHistoryScrollRestoration(fe){this.supportsScrolling()&&(this.window.history.scrollRestoration=fe)}scrollToElement(fe){const Q=fe.getBoundingClientRect(),de=Q.left+this.window.pageXOffset,ct=Q.top+this.window.pageYOffset,cn=this.offset();this.window.scrollTo(de-cn[0],ct-cn[1])}supportsScrolling(){try{return!!this.window&&!!this.window.scrollTo&&"pageXOffset"in this.window}catch{return!1}}}class g1{}},2939:(ve,k,_)=>{"use strict";_.d(k,{CB:()=>Ln,dh:()=>ao,eN:()=>_t,h_:()=>Yt});var u=_(755),o=_(1209),D=_(3489),j=_(8132),te=_(109),U=_(5333),X=_(2425),ee=_(6293),ne=_(4787),ue=_(1570),ce=_(6121),he=_(6733);class Ve{}class be{}class He{constructor(It){this.normalizedNames=new Map,this.lazyUpdate=null,It?"string"==typeof It?this.lazyInit=()=>{this.headers=new Map,It.split("\n").forEach(Kt=>{const Fn=Kt.indexOf(":");if(Fn>0){const ui=Kt.slice(0,Fn),oi=ui.toLowerCase(),Jn=Kt.slice(Fn+1).trim();this.maybeSetNormalizedName(ui,oi),this.headers.has(oi)?this.headers.get(oi).push(Jn):this.headers.set(oi,[Jn])}})}:typeof Headers<"u"&&It instanceof Headers?(this.headers=new Map,It.forEach((Kt,Fn)=>{this.setHeaderEntries(Fn,Kt)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(It).forEach(([Kt,Fn])=>{this.setHeaderEntries(Kt,Fn)})}:this.headers=new Map}has(It){return this.init(),this.headers.has(It.toLowerCase())}get(It){this.init();const Kt=this.headers.get(It.toLowerCase());return Kt&&Kt.length>0?Kt[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(It){return this.init(),this.headers.get(It.toLowerCase())||null}append(It,Kt){return this.clone({name:It,value:Kt,op:"a"})}set(It,Kt){return this.clone({name:It,value:Kt,op:"s"})}delete(It,Kt){return this.clone({name:It,value:Kt,op:"d"})}maybeSetNormalizedName(It,Kt){this.normalizedNames.has(Kt)||this.normalizedNames.set(Kt,It)}init(){this.lazyInit&&(this.lazyInit instanceof He?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(It=>this.applyUpdate(It)),this.lazyUpdate=null))}copyFrom(It){It.init(),Array.from(It.headers.keys()).forEach(Kt=>{this.headers.set(Kt,It.headers.get(Kt)),this.normalizedNames.set(Kt,It.normalizedNames.get(Kt))})}clone(It){const Kt=new He;return Kt.lazyInit=this.lazyInit&&this.lazyInit instanceof He?this.lazyInit:this,Kt.lazyUpdate=(this.lazyUpdate||[]).concat([It]),Kt}applyUpdate(It){const Kt=It.name.toLowerCase();switch(It.op){case"a":case"s":let Fn=It.value;if("string"==typeof Fn&&(Fn=[Fn]),0===Fn.length)return;this.maybeSetNormalizedName(It.name,Kt);const ui=("a"===It.op?this.headers.get(Kt):void 0)||[];ui.push(...Fn),this.headers.set(Kt,ui);break;case"d":const oi=It.value;if(oi){let Jn=this.headers.get(Kt);if(!Jn)return;Jn=Jn.filter(wi=>-1===oi.indexOf(wi)),0===Jn.length?(this.headers.delete(Kt),this.normalizedNames.delete(Kt)):this.headers.set(Kt,Jn)}else this.headers.delete(Kt),this.normalizedNames.delete(Kt)}}setHeaderEntries(It,Kt){const Fn=(Array.isArray(Kt)?Kt:[Kt]).map(oi=>oi.toString()),ui=It.toLowerCase();this.headers.set(ui,Fn),this.maybeSetNormalizedName(It,ui)}forEach(It){this.init(),Array.from(this.normalizedNames.keys()).forEach(Kt=>It(this.normalizedNames.get(Kt),this.headers.get(Kt)))}}class Ce{encodeKey(It){return xe(It)}encodeValue(It){return xe(It)}decodeKey(It){return decodeURIComponent(It)}decodeValue(It){return decodeURIComponent(It)}}const Ue=/%(\d[a-f0-9])/gi,je={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function xe(Cn){return encodeURIComponent(Cn).replace(Ue,(It,Kt)=>je[Kt]??It)}function ye(Cn){return`${Cn}`}class Oe{constructor(It={}){if(this.updates=null,this.cloneFrom=null,this.encoder=It.encoder||new Ce,It.fromString){if(It.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function ft(Cn,It){const Kt=new Map;return Cn.length>0&&Cn.replace(/^\?/,"").split("&").forEach(ui=>{const oi=ui.indexOf("="),[Jn,wi]=-1==oi?[It.decodeKey(ui),""]:[It.decodeKey(ui.slice(0,oi)),It.decodeValue(ui.slice(oi+1))],Mr=Kt.get(Jn)||[];Mr.push(wi),Kt.set(Jn,Mr)}),Kt}(It.fromString,this.encoder)}else It.fromObject?(this.map=new Map,Object.keys(It.fromObject).forEach(Kt=>{const Fn=It.fromObject[Kt],ui=Array.isArray(Fn)?Fn.map(ye):[ye(Fn)];this.map.set(Kt,ui)})):this.map=null}has(It){return this.init(),this.map.has(It)}get(It){this.init();const Kt=this.map.get(It);return Kt?Kt[0]:null}getAll(It){return this.init(),this.map.get(It)||null}keys(){return this.init(),Array.from(this.map.keys())}append(It,Kt){return this.clone({param:It,value:Kt,op:"a"})}appendAll(It){const Kt=[];return Object.keys(It).forEach(Fn=>{const ui=It[Fn];Array.isArray(ui)?ui.forEach(oi=>{Kt.push({param:Fn,value:oi,op:"a"})}):Kt.push({param:Fn,value:ui,op:"a"})}),this.clone(Kt)}set(It,Kt){return this.clone({param:It,value:Kt,op:"s"})}delete(It,Kt){return this.clone({param:It,value:Kt,op:"d"})}toString(){return this.init(),this.keys().map(It=>{const Kt=this.encoder.encodeKey(It);return this.map.get(It).map(Fn=>Kt+"="+this.encoder.encodeValue(Fn)).join("&")}).filter(It=>""!==It).join("&")}clone(It){const Kt=new Oe({encoder:this.encoder});return Kt.cloneFrom=this.cloneFrom||this,Kt.updates=(this.updates||[]).concat(It),Kt}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(It=>this.map.set(It,this.cloneFrom.map.get(It))),this.updates.forEach(It=>{switch(It.op){case"a":case"s":const Kt=("a"===It.op?this.map.get(It.param):void 0)||[];Kt.push(ye(It.value)),this.map.set(It.param,Kt);break;case"d":if(void 0===It.value){this.map.delete(It.param);break}{let Fn=this.map.get(It.param)||[];const ui=Fn.indexOf(ye(It.value));-1!==ui&&Fn.splice(ui,1),Fn.length>0?this.map.set(It.param,Fn):this.map.delete(It.param)}}}),this.cloneFrom=this.updates=null)}}class Ke{constructor(){this.map=new Map}set(It,Kt){return this.map.set(It,Kt),this}get(It){return this.map.has(It)||this.map.set(It,It.defaultValue()),this.map.get(It)}delete(It){return this.map.delete(It),this}has(It){return this.map.has(It)}keys(){return this.map.keys()}}function Tt(Cn){return typeof ArrayBuffer<"u"&&Cn instanceof ArrayBuffer}function Sn(Cn){return typeof Blob<"u"&&Cn instanceof Blob}function $n(Cn){return typeof FormData<"u"&&Cn instanceof FormData}class ri{constructor(It,Kt,Fn,ui){let oi;if(this.url=Kt,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=It.toUpperCase(),function xt(Cn){switch(Cn){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||ui?(this.body=void 0!==Fn?Fn:null,oi=ui):oi=Fn,oi&&(this.reportProgress=!!oi.reportProgress,this.withCredentials=!!oi.withCredentials,oi.responseType&&(this.responseType=oi.responseType),oi.headers&&(this.headers=oi.headers),oi.context&&(this.context=oi.context),oi.params&&(this.params=oi.params)),this.headers||(this.headers=new He),this.context||(this.context=new Ke),this.params){const Jn=this.params.toString();if(0===Jn.length)this.urlWithParams=Kt;else{const wi=Kt.indexOf("?");this.urlWithParams=Kt+(-1===wi?"?":wiWr.set(Ur,It.setHeaders[Ur]),Mr)),It.setParams&&(Eo=Object.keys(It.setParams).reduce((Wr,Ur)=>Wr.set(Ur,It.setParams[Ur]),Eo)),new ri(Kt,Fn,oi,{params:Eo,headers:Mr,context:fs,reportProgress:wi,responseType:ui,withCredentials:Jn})}}var Pi=function(Cn){return Cn[Cn.Sent=0]="Sent",Cn[Cn.UploadProgress=1]="UploadProgress",Cn[Cn.ResponseHeader=2]="ResponseHeader",Cn[Cn.DownloadProgress=3]="DownloadProgress",Cn[Cn.Response=4]="Response",Cn[Cn.User=5]="User",Cn}(Pi||{});class jn{constructor(It,Kt=200,Fn="OK"){this.headers=It.headers||new He,this.status=void 0!==It.status?It.status:Kt,this.statusText=It.statusText||Fn,this.url=It.url||null,this.ok=this.status>=200&&this.status<300}}class zi extends jn{constructor(It={}){super(It),this.type=Pi.ResponseHeader}clone(It={}){return new zi({headers:It.headers||this.headers,status:void 0!==It.status?It.status:this.status,statusText:It.statusText||this.statusText,url:It.url||this.url||void 0})}}class Ei extends jn{constructor(It={}){super(It),this.type=Pi.Response,this.body=void 0!==It.body?It.body:null}clone(It={}){return new Ei({body:void 0!==It.body?It.body:this.body,headers:It.headers||this.headers,status:void 0!==It.status?It.status:this.status,statusText:It.statusText||this.statusText,url:It.url||this.url||void 0})}}class mn extends jn{constructor(It){super(It,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${It.url||"(unknown url)"}`:`Http failure response for ${It.url||"(unknown url)"}: ${It.status} ${It.statusText}`,this.error=It.error||null}}function Mt(Cn,It){return{body:It,headers:Cn.headers,context:Cn.context,observe:Cn.observe,params:Cn.params,reportProgress:Cn.reportProgress,responseType:Cn.responseType,withCredentials:Cn.withCredentials}}let _t=(()=>{class Cn{constructor(Kt){this.handler=Kt}request(Kt,Fn,ui={}){let oi;if(Kt instanceof ri)oi=Kt;else{let Mr,Eo;Mr=ui.headers instanceof He?ui.headers:new He(ui.headers),ui.params&&(Eo=ui.params instanceof Oe?ui.params:new Oe({fromObject:ui.params})),oi=new ri(Kt,Fn,void 0!==ui.body?ui.body:null,{headers:Mr,context:ui.context,params:Eo,reportProgress:ui.reportProgress,responseType:ui.responseType||"json",withCredentials:ui.withCredentials})}const Jn=(0,o.of)(oi).pipe((0,te.b)(Mr=>this.handler.handle(Mr)));if(Kt instanceof ri||"events"===ui.observe)return Jn;const wi=Jn.pipe((0,U.h)(Mr=>Mr instanceof Ei));switch(ui.observe||"body"){case"body":switch(oi.responseType){case"arraybuffer":return wi.pipe((0,X.U)(Mr=>{if(null!==Mr.body&&!(Mr.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return Mr.body}));case"blob":return wi.pipe((0,X.U)(Mr=>{if(null!==Mr.body&&!(Mr.body instanceof Blob))throw new Error("Response is not a Blob.");return Mr.body}));case"text":return wi.pipe((0,X.U)(Mr=>{if(null!==Mr.body&&"string"!=typeof Mr.body)throw new Error("Response is not a string.");return Mr.body}));default:return wi.pipe((0,X.U)(Mr=>Mr.body))}case"response":return wi;default:throw new Error(`Unreachable: unhandled observe type ${ui.observe}}`)}}delete(Kt,Fn={}){return this.request("DELETE",Kt,Fn)}get(Kt,Fn={}){return this.request("GET",Kt,Fn)}head(Kt,Fn={}){return this.request("HEAD",Kt,Fn)}jsonp(Kt,Fn){return this.request("JSONP",Kt,{params:(new Oe).append(Fn,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(Kt,Fn={}){return this.request("OPTIONS",Kt,Fn)}patch(Kt,Fn,ui={}){return this.request("PATCH",Kt,Mt(ui,Fn))}post(Kt,Fn,ui={}){return this.request("POST",Kt,Mt(ui,Fn))}put(Kt,Fn,ui={}){return this.request("PUT",Kt,Mt(ui,Fn))}static#e=this.\u0275fac=function(Fn){return new(Fn||Cn)(u.LFG(Ve))};static#t=this.\u0275prov=u.Yz7({token:Cn,factory:Cn.\u0275fac})}return Cn})();function Fe(Cn,It){return It(Cn)}const Gt=new u.OlP(""),gn=new u.OlP("");let mi=(()=>{class Cn extends Ve{constructor(Kt,Fn){super(),this.backend=Kt,this.injector=Fn,this.chain=null,this.pendingTasks=(0,u.f3M)(u.HDt)}handle(Kt){if(null===this.chain){const ui=Array.from(new Set([...this.injector.get(Gt),...this.injector.get(gn,[])]));this.chain=ui.reduceRight((oi,Jn)=>function et(Cn,It,Kt){return(Fn,ui)=>Kt.runInContext(()=>It(Fn,oi=>Cn(oi,ui)))}(oi,Jn,this.injector),Fe)}const Fn=this.pendingTasks.add();return this.chain(Kt,ui=>this.backend.handle(ui)).pipe((0,ee.x)(()=>this.pendingTasks.remove(Fn)))}static#e=this.\u0275fac=function(Fn){return new(Fn||Cn)(u.LFG(be),u.LFG(u.lqb))};static#t=this.\u0275prov=u.Yz7({token:Cn,factory:Cn.\u0275fac})}return Cn})();const Rn=/^\)\]\}',?\n/;let Di=(()=>{class Cn{constructor(Kt){this.xhrFactory=Kt}handle(Kt){if("JSONP"===Kt.method)throw new u.vHH(-2800,!1);const Fn=this.xhrFactory;return(Fn.\u0275loadImpl?(0,D.D)(Fn.\u0275loadImpl()):(0,o.of)(null)).pipe((0,ne.w)(()=>new j.y(oi=>{const Jn=Fn.build();if(Jn.open(Kt.method,Kt.urlWithParams),Kt.withCredentials&&(Jn.withCredentials=!0),Kt.headers.forEach((Oi,Xi)=>Jn.setRequestHeader(Oi,Xi.join(","))),Kt.headers.has("Accept")||Jn.setRequestHeader("Accept","application/json, text/plain, */*"),!Kt.headers.has("Content-Type")){const Oi=Kt.detectContentTypeHeader();null!==Oi&&Jn.setRequestHeader("Content-Type",Oi)}if(Kt.responseType){const Oi=Kt.responseType.toLowerCase();Jn.responseType="json"!==Oi?Oi:"text"}const wi=Kt.serializeBody();let Mr=null;const Eo=()=>{if(null!==Mr)return Mr;const Oi=Jn.statusText||"OK",Xi=new He(Jn.getAllResponseHeaders()),Kr=function Vn(Cn){return"responseURL"in Cn&&Cn.responseURL?Cn.responseURL:/^X-Request-URL:/m.test(Cn.getAllResponseHeaders())?Cn.getResponseHeader("X-Request-URL"):null}(Jn)||Kt.url;return Mr=new zi({headers:Xi,status:Jn.status,statusText:Oi,url:Kr}),Mr},fs=()=>{let{headers:Oi,status:Xi,statusText:Kr,url:So}=Eo(),Gr=null;204!==Xi&&(Gr=typeof Jn.response>"u"?Jn.responseText:Jn.response),0===Xi&&(Xi=Gr?200:0);let hs=Xi>=200&&Xi<300;if("json"===Kt.responseType&&"string"==typeof Gr){const ti=Gr;Gr=Gr.replace(Rn,"");try{Gr=""!==Gr?JSON.parse(Gr):null}catch(nt){Gr=ti,hs&&(hs=!1,Gr={error:nt,text:Gr})}}hs?(oi.next(new Ei({body:Gr,headers:Oi,status:Xi,statusText:Kr,url:So||void 0})),oi.complete()):oi.error(new mn({error:Gr,headers:Oi,status:Xi,statusText:Kr,url:So||void 0}))},Wr=Oi=>{const{url:Xi}=Eo(),Kr=new mn({error:Oi,status:Jn.status||0,statusText:Jn.statusText||"Unknown Error",url:Xi||void 0});oi.error(Kr)};let Ur=!1;const Ns=Oi=>{Ur||(oi.next(Eo()),Ur=!0);let Xi={type:Pi.DownloadProgress,loaded:Oi.loaded};Oi.lengthComputable&&(Xi.total=Oi.total),"text"===Kt.responseType&&Jn.responseText&&(Xi.partialText=Jn.responseText),oi.next(Xi)},gi=Oi=>{let Xi={type:Pi.UploadProgress,loaded:Oi.loaded};Oi.lengthComputable&&(Xi.total=Oi.total),oi.next(Xi)};return Jn.addEventListener("load",fs),Jn.addEventListener("error",Wr),Jn.addEventListener("timeout",Wr),Jn.addEventListener("abort",Wr),Kt.reportProgress&&(Jn.addEventListener("progress",Ns),null!==wi&&Jn.upload&&Jn.upload.addEventListener("progress",gi)),Jn.send(wi),oi.next({type:Pi.Sent}),()=>{Jn.removeEventListener("error",Wr),Jn.removeEventListener("abort",Wr),Jn.removeEventListener("load",fs),Jn.removeEventListener("timeout",Wr),Kt.reportProgress&&(Jn.removeEventListener("progress",Ns),null!==wi&&Jn.upload&&Jn.upload.removeEventListener("progress",gi)),Jn.readyState!==Jn.DONE&&Jn.abort()}})))}static#e=this.\u0275fac=function(Fn){return new(Fn||Cn)(u.LFG(he.JF))};static#t=this.\u0275prov=u.Yz7({token:Cn,factory:Cn.\u0275fac})}return Cn})();const qi=new u.OlP("XSRF_ENABLED"),wr=new u.OlP("XSRF_COOKIE_NAME",{providedIn:"root",factory:()=>"XSRF-TOKEN"}),Ji=new u.OlP("XSRF_HEADER_NAME",{providedIn:"root",factory:()=>"X-XSRF-TOKEN"});class Qi{}let zo=(()=>{class Cn{constructor(Kt,Fn,ui){this.doc=Kt,this.platform=Fn,this.cookieName=ui,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const Kt=this.doc.cookie||"";return Kt!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,he.Mx)(Kt,this.cookieName),this.lastCookieString=Kt),this.lastToken}static#e=this.\u0275fac=function(Fn){return new(Fn||Cn)(u.LFG(he.K0),u.LFG(u.Lbi),u.LFG(wr))};static#t=this.\u0275prov=u.Yz7({token:Cn,factory:Cn.\u0275fac})}return Cn})();function Us(Cn,It){const Kt=Cn.url.toLowerCase();if(!(0,u.f3M)(qi)||"GET"===Cn.method||"HEAD"===Cn.method||Kt.startsWith("http://")||Kt.startsWith("https://"))return It(Cn);const Fn=(0,u.f3M)(Qi).getToken(),ui=(0,u.f3M)(Ji);return null!=Fn&&!Cn.headers.has(ui)&&(Cn=Cn.clone({headers:Cn.headers.set(ui,Fn)})),It(Cn)}var Ts=function(Cn){return Cn[Cn.Interceptors=0]="Interceptors",Cn[Cn.LegacyInterceptors=1]="LegacyInterceptors",Cn[Cn.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",Cn[Cn.NoXsrfProtection=3]="NoXsrfProtection",Cn[Cn.JsonpSupport=4]="JsonpSupport",Cn[Cn.RequestsMadeViaParent=5]="RequestsMadeViaParent",Cn[Cn.Fetch=6]="Fetch",Cn}(Ts||{});function Yt(...Cn){const It=[_t,Di,mi,{provide:Ve,useExisting:mi},{provide:be,useExisting:Di},{provide:Gt,useValue:Us,multi:!0},{provide:qi,useValue:!0},{provide:Qi,useClass:zo}];for(const Kt of Cn)It.push(...Kt.\u0275providers);return(0,u.MR2)(It)}function Ln(Cn){return function Jo(Cn,It){return{\u0275kind:Cn,\u0275providers:It}}(Ts.Interceptors,Cn.map(It=>({provide:Gt,useValue:It,multi:!0})))}const Bt=new u.OlP(""),yn=["GET","HEAD"];function Dn(Cn,It){const{isCacheActive:Kt}=(0,u.f3M)(Bt);if(!Kt||!yn.includes(Cn.method))return It(Cn);const Fn=(0,u.f3M)(u.kie),ui=function mr(Cn){const{params:It,method:Kt,responseType:Fn,url:ui}=Cn,wi=function Dr(Cn){let It=0;for(const Kt of Cn)It=Math.imul(31,It)+Kt.charCodeAt(0)<<0;return It+=2147483648,It.toString()}(Kt+"."+Fn+"."+ui+"?"+It.keys().sort().map(Mr=>`${Mr}=${It.getAll(Mr)}`).join("&"));return(0,u.Cb6)(wi)}(Cn),oi=Fn.get(ui,null);if(oi){let Jn=oi.body;switch(oi.responseType){case"arraybuffer":Jn=(new TextEncoder).encode(oi.body).buffer;break;case"blob":Jn=new Blob([oi.body])}return(0,o.of)(new Ei({body:Jn,headers:new He(oi.headers),status:oi.status,statusText:oi.statusText,url:oi.url}))}return It(Cn).pipe((0,ue.b)(Jn=>{Jn instanceof Ei&&Fn.set(ui,{body:Jn.body,headers:si(Jn.headers),status:Jn.status,statusText:Jn.statusText,url:Jn.url||"",responseType:Cn.responseType})}))}function si(Cn){const It={};for(const Kt of Cn.keys()){const Fn=Cn.getAll(Kt);null!==Fn&&(It[Kt]=Fn)}return It}function ao(){return[{provide:Bt,useFactory:()=>((0,u.f3M)(u.DRi).add("httpcache"),{isCacheActive:!0})},{provide:gn,useValue:Dn,multi:!0,deps:[u.kie,Bt]},{provide:u.tb,multi:!0,useFactory:()=>{const Cn=(0,u.f3M)(u.z2F),It=(0,u.f3M)(Bt);return()=>{Cn.isStable.pipe((0,ce.P)(Kt=>Kt)).toPromise().then(()=>{It.isCacheActive=!1})}}}]}},755:(ve,k,_)=>{"use strict";_.d(k,{$8M:()=>da,$WT:()=>la,$Z:()=>Ay,AFp:()=>$f,ALo:()=>GE,AaK:()=>Ve,Akn:()=>Pd,AsE:()=>Wh,BQk:()=>qp,CHM:()=>cr,CRH:()=>lS,Cb6:()=>X6,DRi:()=>Ch,DdM:()=>pv,EGt:()=>AI,EJc:()=>VO,EiD:()=>z6,EpF:()=>gC,F$t:()=>yC,F4k:()=>_C,FYo:()=>C2,FiY:()=>j4,Flj:()=>Ic,Gf:()=>xv,GfV:()=>Dp,GkF:()=>_7,Gpc:()=>Se,Gre:()=>Jp,HDt:()=>AS,HTZ:()=>zE,Hsn:()=>CC,Ikx:()=>U7,JOm:()=>V0,JVY:()=>o5,JZr:()=>xe,Jf7:()=>Wi,KtG:()=>os,L6k:()=>s5,LAX:()=>cp,LFG:()=>yn,Lbi:()=>Z6,Lck:()=>OE,MAs:()=>Dg,MMx:()=>IE,MR2:()=>Z1,NdJ:()=>Kp,O4$:()=>Y3,Ojb:()=>P1,OlP:()=>Bi,Oqu:()=>Vg,P3R:()=>gp,PXZ:()=>BS,Q6J:()=>p7,QGY:()=>Rg,QbO:()=>yp,Qsj:()=>T5,R0b:()=>zl,RDi:()=>N6,Rgc:()=>lm,SBq:()=>mu,Sil:()=>FO,Suo:()=>cS,TTD:()=>_i,TgZ:()=>Og,Tol:()=>NC,Udp:()=>I7,VKq:()=>VE,VuI:()=>DI,W1O:()=>uS,WD2:()=>Ir,WFA:()=>b7,WLB:()=>FE,X6Q:()=>sI,XFs:()=>bi,Xpm:()=>Cs,Xq5:()=>tC,Xts:()=>W0,Y36:()=>Nh,YKP:()=>DE,YNc:()=>h7,Yjl:()=>nr,Yz7:()=>et,Z0I:()=>Gn,ZZ4:()=>m_,_Bn:()=>AE,_UZ:()=>m7,_Vd:()=>Ah,_uU:()=>V7,aQg:()=>rb,c2e:()=>Fv,cEC:()=>Z5,cJS:()=>Gt,cg1:()=>$7,d8E:()=>Hg,dDg:()=>VS,dqk:()=>Vn,eBb:()=>ap,eJc:()=>Mv,ekj:()=>Zp,eoX:()=>FS,evT:()=>tr,f3M:()=>si,g9A:()=>Q6,gHi:()=>Dh,h0i:()=>l3,hij:()=>Fg,iGM:()=>aS,iPO:()=>jS,ifc:()=>oi,ip1:()=>Pv,jDz:()=>RE,kEZ:()=>HE,kL8:()=>eE,kcU:()=>w0,kie:()=>Nd,ktI:()=>e3,kuF:()=>Oe,l5B:()=>mv,lG2:()=>ji,lcZ:()=>YE,lqb:()=>y2,lri:()=>r_,mCW:()=>Ff,n5z:()=>Vo,n_E:()=>cm,oAB:()=>Ws,oJD:()=>gh,oxw:()=>nf,pB0:()=>a5,q3G:()=>Od,qFp:()=>lb,qLn:()=>_u,qOj:()=>J5,qZA:()=>Wp,qzn:()=>Qu,rFY:()=>gv,rWj:()=>PS,rg0:()=>Mn,sBO:()=>aI,s_b:()=>Kg,soG:()=>pm,tb:()=>Wv,tdS:()=>Ct,tp0:()=>nh,uIk:()=>o7,vHH:()=>ye,vpe:()=>J1,wAp:()=>qh,xp6:()=>wy,ynx:()=>Ig,z2F:()=>r4,z3N:()=>Y2,zSh:()=>Bf,zs3:()=>W2});var u=_(8748),o=_(902),D=_(8132),j=_(5047),te=_(6424),U=_(1209),X=_(8557),ee=_(4787),ne=_(8004),ue=_(6121);function ce(c){for(let l in c)if(c[l]===ce)return l;throw Error("Could not find renamed property on target object.")}function he(c,l){for(const h in l)l.hasOwnProperty(h)&&!c.hasOwnProperty(h)&&(c[h]=l[h])}function Ve(c){if("string"==typeof c)return c;if(Array.isArray(c))return"["+c.map(Ve).join(", ")+"]";if(null==c)return""+c;if(c.overriddenName)return`${c.overriddenName}`;if(c.name)return`${c.name}`;const l=c.toString();if(null==l)return""+l;const h=l.indexOf("\n");return-1===h?l:l.substring(0,h)}function be(c,l){return null==c||""===c?null===l?"":l:null==l||""===l?c:c+" "+l}const He=ce({__forward_ref__:ce});function Se(c){return c.__forward_ref__=Se,c.toString=function(){return Ve(this())},c}function Ce(c){return ft(c)?c():c}function ft(c){return"function"==typeof c&&c.hasOwnProperty(He)&&c.__forward_ref__===Se}function Ue(c){return c&&!!c.\u0275providers}const xe="https://g.co/ng/security#xss";class ye extends Error{constructor(l,h){super(Oe(l,h)),this.code=l}}function Oe(c,l){return`NG0${Math.abs(c)}${l?": "+l:""}`}function We(c){return"string"==typeof c?c:null==c?"":String(c)}function $n(c,l){throw new ye(-201,!1)}function P(c,l){null==c&&function Z(c,l,h,v){throw new Error(`ASSERTION ERROR: ${c}`+(null==v?"":` [Expected=> ${h} ${v} ${l} <=Actual]`))}(l,c,null,"!=")}function et(c){return{token:c.token,providedIn:c.providedIn||null,factory:c.factory,value:void 0}}function Gt(c){return{providers:c.providers||[],imports:c.imports||[]}}function gn(c){return mi(c,Tr)||mi(c,To)}function Gn(c){return null!==gn(c)}function mi(c,l){return c.hasOwnProperty(l)?c[l]:null}function ki(c){return c&&(c.hasOwnProperty(Fr)||c.hasOwnProperty(bo))?c[Fr]:null}const Tr=ce({\u0275prov:ce}),Fr=ce({\u0275inj:ce}),To=ce({ngInjectableDef:ce}),bo=ce({ngInjectorDef:ce});var bi=function(c){return c[c.Default=0]="Default",c[c.Host=1]="Host",c[c.Self=2]="Self",c[c.SkipSelf=4]="SkipSelf",c[c.Optional=8]="Optional",c}(bi||{});let or;function it(){return or}function wt(c){const l=or;return or=c,l}function Vt(c,l,h){const v=gn(c);return v&&"root"==v.providedIn?void 0===v.value?v.value=v.factory():v.value:h&bi.Optional?null:void 0!==l?l:void $n(Ve(c))}const Vn=globalThis;class Bi{constructor(l,h){this._desc=l,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof h?this.__NG_ELEMENT_ID__=h:void 0!==h&&(this.\u0275prov=et({token:this,providedIn:h.providedIn||"root",factory:h.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}const vi={},Ti="__NG_DI_FLAG__",kr="ngTempTokenPath",an=/\n/gm,St="__source";let Wt;function lt(c){const l=Wt;return Wt=c,l}function Bt(c,l=bi.Default){if(void 0===Wt)throw new ye(-203,!1);return null===Wt?Vt(c,void 0,l):Wt.get(c,l&bi.Optional?null:void 0,l)}function yn(c,l=bi.Default){return(it()||Bt)(Ce(c),l)}function si(c,l=bi.Default){return yn(c,mr(l))}function mr(c){return typeof c>"u"||"number"==typeof c?c:0|(c.optional&&8)|(c.host&&1)|(c.self&&2)|(c.skipSelf&&4)}function Dr(c){const l=[];for(let h=0;hl){V=M-1;break}}}for(;MM?"":E[Rt+1].toLowerCase();const kn=8&v?En:null;if(kn&&-1!==Oi(kn,Me,0)||2&v&&Me!==En){if(tn(v))return!1;V=!0}}}}else{if(!V&&!tn(v)&&!tn(re))return!1;if(V&&tn(re))continue;V=!1,v=re|1&v}}return tn(v)||V}function tn(c){return 0==(1&c)}function rn(c,l,h,v){if(null===l)return-1;let E=0;if(v||!h){let M=!1;for(;E-1)for(h++;h0?'="'+Y+'"':"")+"]"}else 8&v?E+="."+V:4&v&&(E+=" "+V);else""!==E&&!tn(V)&&(l+=br(M,E),E=""),v=V,M=M||!tn(v);h++}return""!==E&&(l+=br(M,E)),l}function Cs(c){return Fn(()=>{const l=ps(c),h={...l,decls:c.decls,vars:c.vars,template:c.template,consts:c.consts||null,ngContentSelectors:c.ngContentSelectors,onPush:c.changeDetection===ui.OnPush,directiveDefs:null,pipeDefs:null,dependencies:l.standalone&&c.dependencies||null,getStandaloneInjector:null,signals:c.signals??!1,data:c.data||{},encapsulation:c.encapsulation||oi.Emulated,styles:c.styles||wi,_:null,schemas:c.schemas||null,tView:null,id:""};Za(h);const v=c.dependencies;return h.directiveDefs=Oo(v,!1),h.pipeDefs=Oo(v,!0),h.id=function gl(c){let l=0;const h=[c.selectors,c.ngContentSelectors,c.hostVars,c.hostAttrs,c.consts,c.vars,c.decls,c.encapsulation,c.standalone,c.signals,c.exportAs,JSON.stringify(c.inputs),JSON.stringify(c.outputs),Object.getOwnPropertyNames(c.type.prototype),!!c.contentQueries,!!c.viewQuery].join("|");for(const E of h)l=Math.imul(31,l)+E.charCodeAt(0)<<0;return l+=2147483648,"c"+l}(h),h})}function Bo(c){return $i(c)||Hr(c)}function ea(c){return null!==c}function Ws(c){return Fn(()=>({type:c.type,bootstrap:c.bootstrap||wi,declarations:c.declarations||wi,imports:c.imports||wi,exports:c.exports||wi,transitiveCompileScopes:null,schemas:c.schemas||null,id:c.id||null}))}function Ia(c,l){if(null==c)return Jn;const h={};for(const v in c)if(c.hasOwnProperty(v)){let E=c[v],M=E;Array.isArray(E)&&(M=E[1],E=E[0]),h[E]=v,l&&(l[E]=M)}return h}function ji(c){return Fn(()=>{const l=ps(c);return Za(l),l})}function nr(c){return{type:c.type,name:c.name,factory:null,pure:!1!==c.pure,standalone:!0===c.standalone,onDestroy:c.type.prototype.ngOnDestroy||null}}function $i(c){return c[Mr]||null}function Hr(c){return c[Eo]||null}function co(c){return c[fs]||null}function la(c){const l=$i(c)||Hr(c)||co(c);return null!==l&&l.standalone}function Ps(c,l){const h=c[Wr]||null;if(!h&&!0===l)throw new Error(`Type ${Ve(c)} does not have '\u0275mod' property.`);return h}function ps(c){const l={};return{type:c.type,providersResolver:null,factory:null,hostBindings:c.hostBindings||null,hostVars:c.hostVars||0,hostAttrs:c.hostAttrs||null,contentQueries:c.contentQueries||null,declaredInputs:l,inputTransforms:null,inputConfig:c.inputs||Jn,exportAs:c.exportAs||null,standalone:!0===c.standalone,signals:!0===c.signals,selectors:c.selectors||wi,viewQuery:c.viewQuery||null,features:c.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:Ia(c.inputs,l),outputs:Ia(c.outputs)}}function Za(c){c.features?.forEach(l=>l(c))}function Oo(c,l){if(!c)return null;const h=l?co:Bo;return()=>("function"==typeof c?c():c).map(v=>h(v)).filter(ea)}const Ar=0,ai=1,fr=2,ws=3,ma=4,qr=5,qs=6,zr=7,ms=8,Ea=9,mc=10,Pr=11,Sa=12,Yl=13,uc=14,_s=15,Ra=16,Ac=17,vs=18,Vc=19,g1=20,Na=21,Ko=22,_l=23,zs=24,Lo=25,Ja=1,_1=2,fc=7,gs=9,yc=10,ta=11;function Ms(c){return Array.isArray(c)&&"object"==typeof c[Ja]}function Uo(c){return Array.isArray(c)&&!0===c[Ja]}function Qr(c){return 0!=(4&c.flags)}function Cc(c){return c.componentOffset>-1}function Nl(c){return 1==(1&c.flags)}function ka(c){return!!c.template}function is(c){return 0!=(512&c[fr])}function Kc(c,l){return c.hasOwnProperty(Ur)?c[Ur]:null}const xa=Symbol("SIGNAL");function Ql(c,l){return(null===c||"object"!=typeof c)&&Object.is(c,l)}let js=null,Zl=!1;function Pa(c){const l=js;return js=c,l}const R1={version:0,dirty:!1,producerNode:void 0,producerLastReadVersion:void 0,producerIndexOfThis:void 0,nextProducerIndex:0,liveConsumerNode:void 0,liveConsumerIndexOfThis:void 0,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{}};function Fc(c){if(Zl)throw new Error("");if(null===js)return;const l=js.nextProducerIndex++;al(js),lc.nextProducerIndex;)c.producerNode.pop(),c.producerLastReadVersion.pop(),c.producerIndexOfThis.pop()}}function bl(c){al(c);for(let l=0;l0}function al(c){c.producerNode??=[],c.producerIndexOfThis??=[],c.producerLastReadVersion??=[]}function u2(c){c.liveConsumerNode??=[],c.liveConsumerIndexOfThis??=[]}function Ic(c,l){const h=Object.create(H2);h.computation=c,l?.equal&&(h.equal=l.equal);const v=()=>{if(ad(h),Fc(h),h.value===Zc)throw h.error;return h.value};return v[xa]=h,v}const Hc=Symbol("UNSET"),f2=Symbol("COMPUTING"),Zc=Symbol("ERRORED"),H2=(()=>({...R1,value:Hc,dirty:!0,error:null,equal:Ql,producerMustRecompute:c=>c.value===Hc||c.value===f2,producerRecomputeValue(c){if(c.value===f2)throw new Error("Detected cycle in computations.");const l=c.value;c.value=f2;const h=Qc(c);let v;try{v=c.computation()}catch(E){v=Zc,c.error=E}finally{b1(c,h)}l!==Hc&&l!==Zc&&v!==Zc&&c.equal(l,v)?c.value=l:(c.value=v,c.version++)}}))();let J=function yl(){throw new Error};function bt(){J()}let Te=null;function Ct(c,l){const h=Object.create(N);function v(){return Fc(h),h.value}return h.value=c,l?.equal&&(h.equal=l.equal),v.set=Q,v.update=de,v.mutate=ct,v.asReadonly=cn,v[xa]=h,v}const N=(()=>({...R1,equal:Ql,readonlyFn:void 0}))();function fe(c){c.version++,N1(c),Te?.()}function Q(c){const l=this[xa];k1()||bt(),l.equal(l.value,c)||(l.value=c,fe(l))}function de(c){k1()||bt(),Q.call(this,c(this[xa].value))}function ct(c){const l=this[xa];k1()||bt(),c(l.value),fe(l)}function cn(){const c=this[xa];if(void 0===c.readonlyFn){const l=()=>this();l[xa]=c,c.readonlyFn=l}return c.readonlyFn}function Mn(c){const l=Pa(null);try{return c()}finally{Pa(l)}}const Mi=()=>{},Yo=(()=>({...R1,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!1,consumerMarkedDirty:c=>{c.schedule(c.ref)},hasRun:!1,cleanupFn:Mi}))();class Ir{constructor(l,h,v){this.previousValue=l,this.currentValue=h,this.firstChange=v}isFirstChange(){return this.firstChange}}function _i(){return Vr}function Vr(c){return c.type.prototype.ngOnChanges&&(c.setInput=na),Xo}function Xo(){const c=ga(this),l=c?.current;if(l){const h=c.previous;if(h===Jn)c.previous=l;else for(let v in l)h[v]=l[v];c.current=null,this.ngOnChanges(l)}}function na(c,l,h,v){const E=this.declaredInputs[h],M=ga(c)||function rs(c,l){return c[Zr]=l}(c,{previous:Jn,current:null}),V=M.current||(M.current={}),Y=M.previous,re=Y[E];V[E]=new Ir(re&&re.currentValue,l,Y===Jn),c[v]=l}_i.ngInherit=!0;const Zr="__ngSimpleChanges__";function ga(c){return c[Zr]||null}const st=function(c,l,h){},Jc="svg";function ia(c){for(;Array.isArray(c);)c=c[Ar];return c}function z2(c,l){return ia(l[c])}function Ec(c,l){return ia(l[c.index])}function Hu(c,l){return c.data[l]}function Xl(c,l){return c[l]}function El(c,l){const h=l[c];return Ms(h)?h:h[Ar]}function Fl(c,l){return null==l?null:c[l]}function e1(c){c[Ac]=0}function Xd(c){1024&c[fr]||(c[fr]|=1024,B2(c,1))}function Bu(c){1024&c[fr]&&(c[fr]&=-1025,B2(c,-1))}function B2(c,l){let h=c[ws];if(null===h)return;h[qr]+=l;let v=h;for(h=h[ws];null!==h&&(1===l&&1===v[qr]||-1===l&&0===v[qr]);)h[qr]+=l,v=h,h=h[ws]}function ld(c,l){if(256==(256&c[fr]))throw new ye(911,!1);null===c[Na]&&(c[Na]=[]),c[Na].push(l)}const yo={lFrame:tc(null),bindingsEnabled:!0,skipHydrationRootTNode:null};function B(){return yo.bindingsEnabled}function oe(){return null!==yo.skipHydrationRootTNode}function Qt(){return yo.lFrame.lView}function Ci(){return yo.lFrame.tView}function cr(c){return yo.lFrame.contextLView=c,c[ms]}function os(c){return yo.lFrame.contextLView=null,c}function jr(){let c=to();for(;null!==c&&64===c.type;)c=c.parent;return c}function to(){return yo.lFrame.currentTNode}function As(c,l){const h=yo.lFrame;h.currentTNode=c,h.isParent=l}function Ta(){return yo.lFrame.isParent}function ec(){yo.lFrame.isParent=!1}function Va(){const c=yo.lFrame;let l=c.bindingRootIndex;return-1===l&&(l=c.bindingRootIndex=c.tView.bindingStartIndex),l}function W(){return yo.lFrame.bindingIndex++}function ie(c){const l=yo.lFrame,h=l.bindingIndex;return l.bindingIndex=l.bindingIndex+c,h}function we(c,l){const h=yo.lFrame;h.bindingIndex=h.bindingRootIndex=c,Ut(l)}function Ut(c){yo.lFrame.currentDirectiveIndex=c}function fn(c){const l=yo.lFrame.currentDirectiveIndex;return-1===l?null:c[l]}function _n(){return yo.lFrame.currentQueryIndex}function ci(c){yo.lFrame.currentQueryIndex=c}function sr(c){const l=c[ai];return 2===l.type?l.declTNode:1===l.type?c[qs]:null}function Wo(c,l,h){if(h&bi.SkipSelf){let E=l,M=c;for(;!(E=E.parent,null!==E||h&bi.Host||(E=sr(M),null===E||(M=M[uc],10&E.type))););if(null===E)return!1;l=E,c=M}const v=yo.lFrame=_a();return v.currentTNode=l,v.lView=c,!0}function Po(c){const l=_a(),h=c[ai];yo.lFrame=l,l.currentTNode=h.firstChild,l.lView=c,l.tView=h,l.contextLView=c,l.bindingIndex=h.bindingStartIndex,l.inI18n=!1}function _a(){const c=yo.lFrame,l=null===c?null:c.child;return null===l?tc(c):l}function tc(c){const l={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:c,child:null,inI18n:!1};return null!==c&&(c.child=l),l}function ra(){const c=yo.lFrame;return yo.lFrame=c.parent,c.currentTNode=null,c.lView=null,c}const p2=ra;function n1(){const c=ra();c.isParent=!0,c.tView=null,c.selectedIndex=-1,c.contextLView=null,c.elementDepthCount=0,c.currentDirectiveIndex=-1,c.currentNamespace=null,c.bindingRootIndex=-1,c.bindingIndex=-1,c.currentQueryIndex=0}function Vs(){return yo.lFrame.selectedIndex}function S1(c){yo.lFrame.selectedIndex=c}function Fa(){const c=yo.lFrame;return Hu(c.tView,c.selectedIndex)}function Y3(){yo.lFrame.currentNamespace=Jc}function w0(){!function ud(){yo.lFrame.currentNamespace=null}()}function M0(){return yo.lFrame.currentNamespace}let bf=!0;function Uu(){return bf}function Td(c){bf=c}function yf(c,l){for(let h=l.directiveStart,v=l.directiveEnd;h=v)break}else l[re]<0&&(c[Ac]+=65536),(Y>13>16&&(3&c[fr])===l&&(c[fr]+=8192,q3(Y,M)):q3(Y,M)}const m2=-1;class nu{constructor(l,h,v){this.factory=l,this.resolving=!1,this.canSeeViewProviders=h,this.injectImpl=v}}function ju(c){return c!==m2}function iu(c){return 32767&c}function $u(c,l){let h=function X3(c){return c>>16}(c),v=l;for(;h>0;)v=v[uc],h--;return v}let Y1=!0;function Cf(c){const l=Y1;return Y1=c,l}const Ef=255,eh=5;let $2=0;const Sl={};function D0(c,l){const h=H4(c,l);if(-1!==h)return h;const v=l[ai];v.firstCreatePass&&(c.injectorIndex=l.length,F4(v.data,c),F4(l,null),F4(v.blueprint,null));const E=fd(c,l),M=c.injectorIndex;if(ju(E)){const V=iu(E),Y=$u(E,l),re=Y[ai].data;for(let Me=0;Me<8;Me++)l[M+Me]=Y[V+Me]|re[V+Me]}return l[M+8]=E,M}function F4(c,l){c.push(0,0,0,0,0,0,0,0,l)}function H4(c,l){return-1===c.injectorIndex||c.parent&&c.parent.injectorIndex===c.injectorIndex||null===l[c.injectorIndex+8]?-1:c.injectorIndex}function fd(c,l){if(c.parent&&-1!==c.parent.injectorIndex)return c.parent.injectorIndex;let h=0,v=null,E=l;for(;null!==E;){if(v=as(E),null===v)return m2;if(h++,E=E[uc],-1!==v.injectorIndex)return v.injectorIndex|h<<16}return m2}function th(c,l,h){!function r1(c,l,h){let v;"string"==typeof h?v=h.charCodeAt(0)||0:h.hasOwnProperty(Ns)&&(v=h[Ns]),null==v&&(v=h[Ns]=$2++);const E=v&Ef;l.data[c+(E>>eh)]|=1<=0?l&Ef:Qo:l}(h);if("function"==typeof M){if(!Wo(l,c,v))return v&bi.Host?Sf(E,0,v):H(l,h,v,E);try{let V;if(V=M(v),null!=V||v&bi.Optional)return V;$n()}finally{p2()}}else if("number"==typeof M){let V=null,Y=H4(c,l),re=m2,Me=v&bi.Host?l[_s][qs]:null;for((-1===Y||v&bi.SkipSelf)&&(re=-1===Y?fd(c,l):l[Y+8],re!==m2&&li(v,!1)?(V=l[ai],Y=iu(re),l=$u(re,l)):Y=-1);-1!==Y;){const tt=l[ai];if(pn(M,Y,tt.data)){const Rt=x(Y,l,h,V,v,Me);if(Rt!==Sl)return Rt}re=l[Y+8],re!==m2&&li(v,l[ai].data[Y+8]===Me)&&pn(M,Y,l)?(V=tt,Y=iu(re),l=$u(re,l)):Y=-1}}return E}function x(c,l,h,v,E,M){const V=l[ai],Y=V.data[c+8],tt=R(Y,V,h,null==v?Cc(Y)&&Y1:v!=V&&0!=(3&Y.type),E&bi.Host&&M===Y);return null!==tt?ae(l,V,tt,Y):Sl}function R(c,l,h,v,E){const M=c.providerIndexes,V=l.data,Y=1048575&M,re=c.directiveStart,tt=M>>20,En=E?Y+tt:c.directiveEnd;for(let kn=v?Y:Y+tt;kn=re&&fi.type===h)return kn}if(E){const kn=V[re];if(kn&&ka(kn)&&kn.type===h)return re}return null}function ae(c,l,h,v){let E=c[h];const M=l.data;if(function P4(c){return c instanceof nu}(E)){const V=E;V.resolving&&function xt(c,l){const h=l?`. Dependency path: ${l.join(" > ")} > ${c}`:"";throw new ye(-200,`Circular dependency in DI detected for ${c}${h}`)}(function Ke(c){return"function"==typeof c?c.name||c.toString():"object"==typeof c&&null!=c&&"function"==typeof c.type?c.type.name||c.type.toString():We(c)}(M[h]));const Y=Cf(V.canSeeViewProviders);V.resolving=!0;const Me=V.injectImpl?wt(V.injectImpl):null;Wo(c,v,bi.Default);try{E=c[h]=V.factory(void 0,M,c,v),l.firstCreatePass&&h>=v.directiveStart&&function L4(c,l,h){const{ngOnChanges:v,ngOnInit:E,ngDoCheck:M}=l.type.prototype;if(v){const V=Vr(l);(h.preOrderHooks??=[]).push(c,V),(h.preOrderCheckHooks??=[]).push(c,V)}E&&(h.preOrderHooks??=[]).push(0-c,E),M&&((h.preOrderHooks??=[]).push(c,M),(h.preOrderCheckHooks??=[]).push(c,M))}(h,M[h],l)}finally{null!==Me&&wt(Me),Cf(Y),V.resolving=!1,p2()}}return E}function pn(c,l,h){return!!(h[l+(c>>eh)]&1<{const l=c.prototype.constructor,h=l[Ur]||Zs(l),v=Object.prototype;let E=Object.getPrototypeOf(c.prototype).constructor;for(;E&&E!==v;){const M=E[Ur]||Zs(E);if(M&&M!==h)return M;E=Object.getPrototypeOf(E)}return M=>new M})}function Zs(c){return ft(c)?()=>{const l=Zs(Ce(c));return l&&l()}:Kc(c)}function as(c){const l=c[ai],h=l.type;return 2===h?l.declTNode:1===h?c[qs]:null}function da(c){return function hd(c,l){if("class"===l)return c.classes;if("style"===l)return c.styles;const h=c.attrs;if(h){const v=h.length;let E=0;for(;E{const v=function W1(c){return function(...h){if(c){const v=c(...h);for(const E in v)this[E]=v[E]}}}(l);function E(...M){if(this instanceof E)return v.apply(this,M),this;const V=new E(...M);return Y.annotation=V,Y;function Y(re,Me,tt){const Rt=re.hasOwnProperty(nc)?re[nc]:Object.defineProperty(re,nc,{value:[]})[nc];for(;Rt.length<=tt;)Rt.push(null);return(Rt[tt]=Rt[tt]||[]).push(V),re}}return h&&(E.prototype=Object.create(h.prototype)),E.prototype.ngMetadataName=c,E.annotationCls=E,E})}function Gu(c,l){c.forEach(h=>Array.isArray(h)?Gu(h,l):l(h))}function n6(c,l,h){l>=c.length?c.push(h):c.splice(l,0,h)}function B4(c,l){return l>=c.length-1?c.pop():c.splice(l,1)[0]}function R0(c,l){const h=[];for(let v=0;v=0?c[1|v]=h:(v=~v,function M8(c,l,h,v){let E=c.length;if(E==l)c.push(h,v);else if(1===E)c.push(v,c[0]),c[0]=h;else{for(E--,c.push(c[E-1],c[E]);E>l;)c[E]=c[E-2],E--;c[l]=h,c[l+1]=v}}(c,v,l,h)),v}function i6(c,l){const h=N0(c,l);if(h>=0)return c[1|h]}function N0(c,l){return function A8(c,l,h){let v=0,E=c.length>>h;for(;E!==v;){const M=v+(E-v>>1),V=c[M<l?E=M:v=M+1}return~(E<|^->||--!>|)/g,z8="\u200b$1\u200b";const Ad=new Map;let h6=0;const Z4="__ngContext__";function Rc(c,l){Ms(l)?(c[Z4]=l[Vc],function Z9(c){Ad.set(c[Vc],c)}(l)):c[Z4]=l}let X4;function _6(c,l){return X4(c,l)}function uh(c){const l=c[ws];return Uo(l)?l[ws]:l}function v6(c){return b6(c[Sa])}function Df(c){return b6(c[ma])}function b6(c){for(;null!==c&&!Uo(c);)c=c[ma];return c}function Of(c,l,h,v,E){if(null!=v){let M,V=!1;Uo(v)?M=v:Ms(v)&&(V=!0,v=v[Ar]);const Y=ia(v);0===c&&null!==h?null==E?ip(l,h,Y):Nf(l,h,Y,E||null,!0):1===c&&null!==h?Nf(l,h,Y,E||null,!0):2===c?kf(l,Y,V):3===c&&l.destroyNode(Y),null!=M&&function sy(c,l,h,v,E){const M=h[fc];M!==ia(h)&&Of(l,c,v,M,E);for(let Y=ta;Yl.replace(f6,z8))}(l))}function Wu(c,l,h){return c.createElement(l,h)}function tp(c,l){const h=c[gs],v=h.indexOf(l);Bu(l),h.splice(v,1)}function hh(c,l){if(c.length<=ta)return;const h=ta+l,v=c[h];if(v){const E=v[Ra];null!==E&&E!==c&&tp(E,v),l>0&&(c[h-1][ma]=v[ma]);const M=B4(c,ta+l);!function W8(c,l){Lf(c,l,l[Pr],2,null,null),l[Ar]=null,l[qs]=null}(v[ai],v);const V=M[vs];null!==V&&V.detachView(M[ai]),v[ws]=null,v[ma]=null,v[fr]&=-129}return v}function au(c,l){if(!(256&l[fr])){const h=l[Pr];l[_l]&&Pl(l[_l]),l[zs]&&Pl(l[zs]),h.destroyNode&&Lf(c,l,h,3,null,null),function iy(c){let l=c[Sa];if(!l)return If(c[ai],c);for(;l;){let h=null;if(Ms(l))h=l[Sa];else{const v=l[ta];v&&(h=v)}if(!h){for(;l&&!l[ma]&&l!==c;)Ms(l)&&If(l[ai],l),l=l[ws];null===l&&(l=c),Ms(l)&&If(l[ai],l),h=l&&l[ma]}l=h}}(l)}}function If(c,l){if(!(256&l[fr])){l[fr]&=-129,l[fr]|=256,function np(c,l){let h;if(null!=c&&null!=(h=c.destroyHooks))for(let v=0;v=0?v[V]():v[-V].unsubscribe(),M+=2}else h[M].call(v[h[M+1]]);null!==v&&(l[zr]=null);const E=l[Na];if(null!==E){l[Na]=null;for(let M=0;M-1){const{encapsulation:M}=c.data[v.directiveStart+E];if(M===oi.None||M===oi.Emulated)return null}return Ec(v,h)}}(c,l.parent,h)}function Nf(c,l,h,v,E){c.insertBefore(l,h,v,E)}function ip(c,l,h){c.appendChild(l,h)}function S6(c,l,h,v,E){null!==v?Nf(c,l,h,v,E):ip(c,l,h)}function H0(c,l){return c.parentNode(l)}function va(c,l,h){return cu(c,l,h)}let T6,U0,R6,$0,cu=function x6(c,l,h){return 40&c.type?Ec(c,h):null};function K1(c,l,h,v){const E=Rf(c,v,l),M=l[Pr],Y=va(v.parent||l[qs],v,l);if(null!=E)if(Array.isArray(h))for(let re=0;rec,createScript:c=>c,createScriptURL:c=>c})}catch{}return U0}()?.createHTML(c)||c}function N6(c){R6=c}function Pf(){if(void 0!==R6)return R6;if(typeof document<"u")return document;throw new ye(210,!1)}function ph(){if(void 0===$0&&($0=null,Vn.trustedTypes))try{$0=Vn.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:c=>c,createScript:c=>c,createScriptURL:c=>c})}catch{}return $0}function rp(c){return ph()?.createHTML(c)||c}function du(c){return ph()?.createScriptURL(c)||c}class Ku{constructor(l){this.changingThisBreaksApplicationSecurity=l}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${xe})`}}class t5 extends Ku{getTypeName(){return"HTML"}}class n5 extends Ku{getTypeName(){return"Style"}}class mh extends Ku{getTypeName(){return"Script"}}class r5 extends Ku{getTypeName(){return"URL"}}class op extends Ku{getTypeName(){return"ResourceURL"}}function Y2(c){return c instanceof Ku?c.changingThisBreaksApplicationSecurity:c}function Qu(c,l){const h=function sp(c){return c instanceof Ku&&c.getTypeName()||null}(c);if(null!=h&&h!==l){if("ResourceURL"===h&&"URL"===l)return!0;throw new Error(`Required a safe ${l}, got a ${h} (see ${xe})`)}return h===l}function o5(c){return new t5(c)}function s5(c){return new n5(c)}function ap(c){return new mh(c)}function cp(c){return new r5(c)}function a5(c){return new op(c)}class c5{constructor(l){this.inertDocumentHelper=l}getInertBodyElement(l){l=""+l;try{const h=(new window.DOMParser).parseFromString(Q1(l),"text/html").body;return null===h?this.inertDocumentHelper.getInertBodyElement(l):(h.removeChild(h.firstChild),h)}catch{return null}}}class l5{constructor(l){this.defaultDoc=l,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(l){const h=this.inertDocument.createElement("template");return h.innerHTML=Q1(l),h}}const Vf=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function Ff(c){return(c=String(c)).match(Vf)?c:"unsafe:"+c}function md(c){const l={};for(const h of c.split(","))l[h]=!0;return l}function Hl(...c){const l={};for(const h of c)for(const v in h)h.hasOwnProperty(v)&&(l[v]=!0);return l}const u5=md("area,br,col,hr,img,wbr"),Dd=md("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),L6=md("rp,rt"),dp=Hl(u5,Hl(Dd,md("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),Hl(L6,md("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),Hl(L6,Dd)),up=md("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),V6=Hl(up,md("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),md("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext")),Hf=md("script,style,template");class h5{constructor(){this.sanitizedSomething=!1,this.buf=[]}sanitizeChildren(l){let h=l.firstChild,v=!0;for(;h;)if(h.nodeType===Node.ELEMENT_NODE?v=this.startElement(h):h.nodeType===Node.TEXT_NODE?this.chars(h.nodeValue):this.sanitizedSomething=!0,v&&h.firstChild)h=h.firstChild;else for(;h;){h.nodeType===Node.ELEMENT_NODE&&this.endElement(h);let E=this.checkClobberedElement(h,h.nextSibling);if(E){h=E;break}h=this.checkClobberedElement(h,h.parentNode)}return this.buf.join("")}startElement(l){const h=l.nodeName.toLowerCase();if(!dp.hasOwnProperty(h))return this.sanitizedSomething=!0,!Hf.hasOwnProperty(h);this.buf.push("<"),this.buf.push(h);const v=l.attributes;for(let E=0;E"),!0}endElement(l){const h=l.nodeName.toLowerCase();dp.hasOwnProperty(h)&&!u5.hasOwnProperty(h)&&(this.buf.push(""))}chars(l){this.buf.push(H6(l))}checkClobberedElement(l,h){if(h&&(l.compareDocumentPosition(h)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${l.outerHTML}`);return h}}const p5=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,F6=/([^\#-~ |!])/g;function H6(c){return c.replace(/&/g,"&").replace(p5,function(l){return"&#"+(1024*(l.charCodeAt(0)-55296)+(l.charCodeAt(1)-56320)+65536)+";"}).replace(F6,function(l){return"&#"+l.charCodeAt(0)+";"}).replace(//g,">")}let G0;function z6(c,l){let h=null;try{G0=G0||function lp(c){const l=new l5(c);return function d5(){try{return!!(new window.DOMParser).parseFromString(Q1(""),"text/html")}catch{return!1}}()?new c5(l):l}(c);let v=l?String(l):"";h=G0.getInertBodyElement(v);let E=5,M=v;do{if(0===E)throw new Error("Failed to sanitize html because the input is unstable");E--,v=M,M=h.innerHTML,h=G0.getInertBodyElement(v)}while(v!==M);return Q1((new h5).sanitizeChildren(fp(h)||h))}finally{if(h){const v=fp(h)||h;for(;v.firstChild;)v.removeChild(v.firstChild)}}}function fp(c){return"content"in c&&function m5(c){return c.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===c.nodeName}(c)?c.content:null}var Od=function(c){return c[c.NONE=0]="NONE",c[c.HTML=1]="HTML",c[c.STYLE=2]="STYLE",c[c.SCRIPT=3]="SCRIPT",c[c.URL=4]="URL",c[c.RESOURCE_URL=5]="RESOURCE_URL",c}(Od||{});function gh(c){const l=Y0();return l?rp(l.sanitize(Od.HTML,c)||""):Qu(c,"HTML")?rp(Y2(c)):z6(Pf(),We(c))}function pp(c){const l=Y0();return l?l.sanitize(Od.URL,c)||"":Qu(c,"URL")?Y2(c):Ff(We(c))}function mp(c){const l=Y0();if(l)return du(l.sanitize(Od.RESOURCE_URL,c)||"");if(Qu(c,"ResourceURL"))return du(Y2(c));throw new ye(904,!1)}function gp(c,l,h){return function j6(c,l){return"src"===l&&("embed"===c||"frame"===c||"iframe"===c||"media"===c||"script"===c)||"href"===l&&("base"===c||"link"===c)?mp:pp}(l,h)(c)}function Y0(){const c=Qt();return c&&c[mc].sanitizer}const W0=new Bi("ENVIRONMENT_INITIALIZER"),$6=new Bi("INJECTOR",-1),G6=new Bi("INJECTOR_DEF_TYPES");class _p{get(l,h=vi){if(h===vi){const v=new Error(`NullInjectorError: No provider for ${Ve(l)}!`);throw v.name="NullInjectorError",v}return h}}function Z1(c){return{\u0275providers:c}}function _5(...c){return{\u0275providers:vp(0,c),\u0275fromNgModule:!0}}function vp(c,...l){const h=[],v=new Set;let E;const M=V=>{h.push(V)};return Gu(l,V=>{const Y=V;zf(Y,M,[],v)&&(E||=[],E.push(Y))}),void 0!==E&&Y6(E,M),h}function Y6(c,l){for(let h=0;h{l(M,v)})}}function zf(c,l,h,v){if(!(c=Ce(c)))return!1;let E=null,M=ki(c);const V=!M&&$i(c);if(M||V){if(V&&!V.standalone)return!1;E=c}else{const re=c.ngModule;if(M=ki(re),!M)return!1;E=re}const Y=v.has(E);if(V){if(Y)return!1;if(v.add(E),V.dependencies){const re="function"==typeof V.dependencies?V.dependencies():V.dependencies;for(const Me of re)zf(Me,l,h,v)}}else{if(!M)return!1;{if(null!=M.imports&&!Y){let Me;v.add(E);try{Gu(M.imports,tt=>{zf(tt,l,h,v)&&(Me||=[],Me.push(tt))})}finally{}void 0!==Me&&Y6(Me,l)}if(!Y){const Me=Kc(E)||(()=>new E);l({provide:E,useFactory:Me,deps:wi},E),l({provide:G6,useValue:E,multi:!0},E),l({provide:W0,useValue:()=>yn(E),multi:!0},E)}const re=M.providers;if(null!=re&&!Y){const Me=c;_h(re,tt=>{l(tt,Me)})}}}return E!==c&&void 0!==c.providers}function _h(c,l){for(let h of c)Ue(h)&&(h=h.\u0275providers),Array.isArray(h)?_h(h,l):l(h)}const fy=ce({provide:String,useValue:ce});function Id(c){return null!==c&&"object"==typeof c&&fy in c}function uu(c){return"function"==typeof c}const Bf=new Bi("Set Injector scope."),Rd={},bp={};let q0;function Uf(){return void 0===q0&&(q0=new _p),q0}class y2{}class hu extends y2{get destroyed(){return this._destroyed}constructor(l,h,v,E){super(),this.parent=h,this.source=v,this.scopes=E,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,K6(l,V=>this.processProvider(V)),this.records.set($6,jf(void 0,this)),E.has("environment")&&this.records.set(y2,jf(void 0,this));const M=this.records.get(Bf);null!=M&&"string"==typeof M.value&&this.scopes.add(M.value),this.injectorDefTypes=new Set(this.get(G6.multi,wi,bi.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{for(const h of this._ngOnDestroyHooks)h.ngOnDestroy();const l=this._onDestroyHooks;this._onDestroyHooks=[];for(const h of l)h()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear()}}onDestroy(l){return this.assertNotDestroyed(),this._onDestroyHooks.push(l),()=>this.removeOnDestroy(l)}runInContext(l){this.assertNotDestroyed();const h=lt(this),v=wt(void 0);try{return l()}finally{lt(h),wt(v)}}get(l,h=vi,v=bi.Default){if(this.assertNotDestroyed(),l.hasOwnProperty(gi))return l[gi](this);v=mr(v);const M=lt(this),V=wt(void 0);try{if(!(v&bi.SkipSelf)){let re=this.records.get(l);if(void 0===re){const Me=function b5(c){return"function"==typeof c||"object"==typeof c&&c instanceof Bi}(l)&&gn(l);re=Me&&this.injectableDefInScope(Me)?jf(yh(l),Rd):null,this.records.set(l,re)}if(null!=re)return this.hydrate(l,re)}return(v&bi.Self?Uf():this.parent).get(l,h=v&bi.Optional&&h===vi?null:h)}catch(Y){if("NullInjectorError"===Y.name){if((Y[kr]=Y[kr]||[]).unshift(Ve(l)),M)throw Y;return function It(c,l,h,v){const E=c[kr];throw l[St]&&E.unshift(l[St]),c.message=function Kt(c,l,h,v=null){c=c&&"\n"===c.charAt(0)&&"\u0275"==c.charAt(1)?c.slice(2):c;let E=Ve(l);if(Array.isArray(l))E=l.map(Ve).join(" -> ");else if("object"==typeof l){let M=[];for(let V in l)if(l.hasOwnProperty(V)){let Y=l[V];M.push(V+":"+("string"==typeof Y?JSON.stringify(Y):Ve(Y)))}E=`{${M.join(", ")}}`}return`${h}${v?"("+v+")":""}[${E}]: ${c.replace(an,"\n ")}`}("\n"+c.message,E,h,v),c.ngTokenPath=E,c[kr]=null,c}(Y,l,"R3InjectorError",this.source)}throw Y}finally{wt(V),lt(M)}}resolveInjectorInitializers(){const l=lt(this),h=wt(void 0);try{const E=this.get(W0.multi,wi,bi.Self);for(const M of E)M()}finally{lt(l),wt(h)}}toString(){const l=[],h=this.records;for(const v of h.keys())l.push(Ve(v));return`R3Injector[${l.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new ye(205,!1)}processProvider(l){let h=uu(l=Ce(l))?l:Ce(l&&l.provide);const v=function gd(c){return Id(c)?jf(void 0,c.useValue):jf(W6(c),Rd)}(l);if(uu(l)||!0!==l.multi)this.records.get(h);else{let E=this.records.get(h);E||(E=jf(void 0,Rd,!0),E.factory=()=>Dr(E.multi),this.records.set(h,E)),h=l,E.multi.push(l)}this.records.set(h,v)}hydrate(l,h){return h.value===Rd&&(h.value=bp,h.value=h.factory()),"object"==typeof h.value&&h.value&&function q6(c){return null!==c&&"object"==typeof c&&"function"==typeof c.ngOnDestroy}(h.value)&&this._ngOnDestroyHooks.add(h.value),h.value}injectableDefInScope(l){if(!l.providedIn)return!1;const h=Ce(l.providedIn);return"string"==typeof h?"any"===h||this.scopes.has(h):this.injectorDefTypes.has(h)}removeOnDestroy(l){const h=this._onDestroyHooks.indexOf(l);-1!==h&&this._onDestroyHooks.splice(h,1)}}function yh(c){const l=gn(c),h=null!==l?l.factory:Kc(c);if(null!==h)return h;if(c instanceof Bi)throw new ye(204,!1);if(c instanceof Function)return function T1(c){const l=c.length;if(l>0)throw R0(l,"?"),new ye(204,!1);const h=function vr(c){return c&&(c[Tr]||c[To])||null}(c);return null!==h?()=>h.factory(c):()=>new c}(c);throw new ye(204,!1)}function W6(c,l,h){let v;if(uu(c)){const E=Ce(c);return Kc(E)||yh(E)}if(Id(c))v=()=>Ce(c.useValue);else if(function bh(c){return!(!c||!c.useFactory)}(c))v=()=>c.useFactory(...Dr(c.deps||[]));else if(function vh(c){return!(!c||!c.useExisting)}(c))v=()=>yn(Ce(c.useExisting));else{const E=Ce(c&&(c.useClass||c.provide));if(!function v5(c){return!!c.deps}(c))return Kc(E)||yh(E);v=()=>new E(...Dr(c.deps))}return v}function jf(c,l,h=!1){return{factory:c,value:l,multi:h?[]:void 0}}function K6(c,l){for(const h of c)Array.isArray(h)?K6(h,l):h&&Ue(h)?K6(h.\u0275providers,l):l(h)}const $f=new Bi("AppId",{providedIn:"root",factory:()=>y5}),y5="ng",Q6=new Bi("Platform Initializer"),Z6=new Bi("Platform ID",{providedIn:"platform",factory:()=>"unknown"}),yp=new Bi("AnimationModuleType"),P1=new Bi("CSP nonce",{providedIn:"root",factory:()=>Pf().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),Ch=new Bi("",{providedIn:"root",factory:()=>new Set});function X6(c){return c}function eg(){const c=new Nd;return"browser"===si(Z6)&&(c.store=function Cp(c,l){const h=c.getElementById(l+"-state");if(h?.textContent)try{return JSON.parse(h.textContent)}catch(v){console.warn("Exception while restoring TransferState for app "+l,v)}return{}}(Pf(),si($f))),c}let Nd=(()=>{class c{constructor(){this.store={},this.onSerializeCallbacks={}}static#e=this.\u0275prov=et({token:c,providedIn:"root",factory:eg});get(h,v){return void 0!==this.store[h]?this.store[h]:v}set(h,v){this.store[h]=v}remove(h){delete this.store[h]}hasKey(h){return this.store.hasOwnProperty(h)}get isEmpty(){return 0===Object.keys(this.store).length}onSerialize(h,v){this.onSerializeCallbacks[h]=v}toJson(){for(const h in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(h))try{this.store[h]=this.onSerializeCallbacks[h]()}catch(v){console.warn("Exception in onSerialize callback: ",v)}return JSON.stringify(this.store).replace(/null;function ng(c,l,h=!1){let v=c.getAttribute(Gf);if(null==v)return null;const[E,M]=v.split("|");if(v=h?M:E,!v)return null;const V=h?E:M?`|${M}`:"";let Y={};if(""!==v){const Me=l.get(Nd,null,{optional:!0});null!==Me&&(Y=Me.get(Z0,[])[Number(v)])}const re={data:Y,firstChild:c.firstChild??null};return h&&(re.firstChild=c,Mh(re,0,c.nextSibling)),V?c.setAttribute(Gf,V):c.removeAttribute(Gf),re}function wh(c,l,h=!1){return tg(c,l,h)}function Yf(c){let l=c._lView;return 2===l[ai].type?null:(is(l)&&(l=l[Lo]),l)}function Mh(c,l,h){c.segmentHeads??={},c.segmentHeads[l]=h}function xp(c,l){return c.segmentHeads?.[l]??null}function E5(c,l){return c.data[Ju]?.[l]??null}function sg(c,l){const h=E5(c,l)??[];let v=0;for(let E of h)v+=E[pu]*(E[Sh]??1);return v}function wp(c,l){if(typeof c.disconnectedNodes>"u"){const h=c.data[Th];c.disconnectedNodes=h?new Set(h):null}return!!c.disconnectedNodes?.has(l)}class py{}class Mp{}class J0{resolveComponentFactory(l){throw function my(c){const l=Error(`No component factory found for ${Ve(c)}.`);return l.ngComponent=c,l}(l)}}let Ah=(()=>{class c{static#e=this.NULL=new J0}return c})();function x5(){return Wf(jr(),Qt())}function Wf(c,l){return new mu(Ec(c,l))}let mu=(()=>{class c{constructor(h){this.nativeElement=h}static#e=this.__NG_ELEMENT_ID__=x5}return c})();function ag(c){return c instanceof mu?c.nativeElement:c}class C2{}let T5=(()=>{class c{constructor(){this.destroyNode=null}static#e=this.__NG_ELEMENT_ID__=()=>function Ap(){const c=Qt(),h=El(jr().index,c);return(Ms(h)?h:c)[Pr]}()}return c})(),w5=(()=>{class c{static#e=this.\u0275prov=et({token:c,providedIn:"root",factory:()=>null})}return c})();class Dp{constructor(l){this.full=l,this.major=l.split(".")[0],this.minor=l.split(".")[1],this.patch=l.split(".").slice(2).join(".")}}const cg=new Dp("16.2.12"),X0={};function Dh(c){if(!it()&&!function qe(){return Wt}())throw new ye(-203,!1)}function dg(c,l=null,h=null,v){const E=ug(c,l,h,v);return E.resolveInjectorInitializers(),E}function ug(c,l=null,h=null,v,E=new Set){const M=[h||wi,_5(c)];return v=v||("object"==typeof c?void 0:Ve(c)),new hu(M,l||Uf(),v||null,E)}let W2=(()=>{class c{static#e=this.THROW_IF_NOT_FOUND=vi;static#t=this.NULL=new _p;static create(h,v){if(Array.isArray(h))return dg({name:""},v,h,"");{const E=h.name??"";return dg({name:E},h.parent,h.providers,E)}}static#n=this.\u0275prov=et({token:c,providedIn:"any",factory:()=>yn($6)});static#i=this.__NG_ELEMENT_ID__=-1}return c})();function Np(c){return c.ngOriginalError}class _u{constructor(){this._console=console}handleError(l){const h=this._findOriginalError(l);this._console.error("ERROR",l),h&&this._console.error("ORIGINAL ERROR",h)}_findOriginalError(l){let h=l&&Np(l);for(;h&&Np(h);)h=Np(h);return h||null}}let e3=(()=>{class c{static#e=this.__NG_ELEMENT_ID__=Kf;static#t=this.__NG_ENV_ID__=h=>h}return c})();class qf extends e3{constructor(l){super(),this._lView=l}onDestroy(l){return ld(this._lView,l),()=>function dd(c,l){if(null===c[Na])return;const h=c[Na].indexOf(l);-1!==h&&c[Na].splice(h,1)}(this._lView,l)}}function Kf(){return new qf(Qt())}function Oh(c){return l=>{setTimeout(c,void 0,l)}}const J1=class O5 extends u.x{constructor(l=!1){super(),this.__isAsync=l}emit(l){super.next(l)}subscribe(l,h,v){let E=l,M=h||(()=>null),V=v;if(l&&"object"==typeof l){const re=l;E=re.next?.bind(re),M=re.error?.bind(re),V=re.complete?.bind(re)}this.__isAsync&&(M=Oh(M),E&&(E=Oh(E)),V&&(V=Oh(V)));const Y=super.subscribe({next:E,error:M,complete:V});return l instanceof o.w0&&l.add(Y),Y}};function I5(...c){}class zl{constructor({enableLongStackTrace:l=!1,shouldCoalesceEventChangeDetection:h=!1,shouldCoalesceRunChangeDetection:v=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new J1(!1),this.onMicrotaskEmpty=new J1(!1),this.onStable=new J1(!1),this.onError=new J1(!1),typeof Zone>"u")throw new ye(908,!1);Zone.assertZonePatched();const E=this;E._nesting=0,E._outer=E._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(E._inner=E._inner.fork(new Zone.TaskTrackingZoneSpec)),l&&Zone.longStackTraceZoneSpec&&(E._inner=E._inner.fork(Zone.longStackTraceZoneSpec)),E.shouldCoalesceEventChangeDetection=!v&&h,E.shouldCoalesceRunChangeDetection=v,E.lastRequestAnimationFrameId=-1,E.nativeRequestAnimationFrame=function R5(){const c="function"==typeof Vn.requestAnimationFrame;let l=Vn[c?"requestAnimationFrame":"setTimeout"],h=Vn[c?"cancelAnimationFrame":"clearTimeout"];if(typeof Zone<"u"&&l&&h){const v=l[Zone.__symbol__("OriginalDelegate")];v&&(l=v);const E=h[Zone.__symbol__("OriginalDelegate")];E&&(h=E)}return{nativeRequestAnimationFrame:l,nativeCancelAnimationFrame:h}}().nativeRequestAnimationFrame,function L(c){const l=()=>{!function O(c){c.isCheckStableRunning||-1!==c.lastRequestAnimationFrameId||(c.lastRequestAnimationFrameId=c.nativeRequestAnimationFrame.call(Vn,()=>{c.fakeTopEventTask||(c.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",()=>{c.lastRequestAnimationFrameId=-1,p(c),c.isCheckStableRunning=!0,Ih(c),c.isCheckStableRunning=!1},void 0,()=>{},()=>{})),c.fakeTopEventTask.invoke()}),p(c))}(c)};c._inner=c._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(h,v,E,M,V,Y)=>{if(function di(c){return!(!Array.isArray(c)||1!==c.length)&&!0===c[0].data?.__ignore_ng_zone__}(Y))return h.invokeTask(E,M,V,Y);try{return y(c),h.invokeTask(E,M,V,Y)}finally{(c.shouldCoalesceEventChangeDetection&&"eventTask"===M.type||c.shouldCoalesceRunChangeDetection)&&l(),T(c)}},onInvoke:(h,v,E,M,V,Y,re)=>{try{return y(c),h.invoke(E,M,V,Y,re)}finally{c.shouldCoalesceRunChangeDetection&&l(),T(c)}},onHasTask:(h,v,E,M)=>{h.hasTask(E,M),v===E&&("microTask"==M.change?(c._hasPendingMicrotasks=M.microTask,p(c),Ih(c)):"macroTask"==M.change&&(c.hasPendingMacrotasks=M.macroTask))},onHandleError:(h,v,E,M)=>(h.handleError(E,M),c.runOutsideAngular(()=>c.onError.emit(M)),!1)})}(E)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!zl.isInAngularZone())throw new ye(909,!1)}static assertNotInAngularZone(){if(zl.isInAngularZone())throw new ye(909,!1)}run(l,h,v){return this._inner.run(l,h,v)}runTask(l,h,v,E){const M=this._inner,V=M.scheduleEventTask("NgZoneEvent: "+E,l,N5,I5,I5);try{return M.runTask(V,h,v)}finally{M.cancelTask(V)}}runGuarded(l,h,v){return this._inner.runGuarded(l,h,v)}runOutsideAngular(l){return this._outer.run(l)}}const N5={};function Ih(c){if(0==c._nesting&&!c.hasPendingMicrotasks&&!c.isStable)try{c._nesting++,c.onMicrotaskEmpty.emit(null)}finally{if(c._nesting--,!c.hasPendingMicrotasks)try{c.runOutsideAngular(()=>c.onStable.emit(null))}finally{c.isStable=!0}}}function p(c){c.hasPendingMicrotasks=!!(c._hasPendingMicrotasks||(c.shouldCoalesceEventChangeDetection||c.shouldCoalesceRunChangeDetection)&&-1!==c.lastRequestAnimationFrameId)}function y(c){c._nesting++,c.isStable&&(c.isStable=!1,c.onUnstable.emit(null))}function T(c){c._nesting--,Ih(c)}const Le=new Bi("",{providedIn:"root",factory:vn});function vn(){const c=si(zl);let l=!0;const h=new D.y(E=>{l=c.isStable&&!c.hasPendingMacrotasks&&!c.hasPendingMicrotasks,c.runOutsideAngular(()=>{E.next(l),E.complete()})}),v=new D.y(E=>{let M;c.runOutsideAngular(()=>{M=c.onStable.subscribe(()=>{zl.assertNotInAngularZone(),queueMicrotask(()=>{!l&&!c.hasPendingMacrotasks&&!c.hasPendingMicrotasks&&(l=!0,E.next(!0))})})});const V=c.onUnstable.subscribe(()=>{zl.assertInAngularZone(),l&&(l=!1,c.runOutsideAngular(()=>{E.next(!1)}))});return()=>{M.unsubscribe(),V.unsubscribe()}});return(0,j.T)(h,v.pipe((0,X.B)()))}function Wi(c){return c.ownerDocument.defaultView}function tr(c){return c.ownerDocument}function Ma(c){return c instanceof Function?c():c}function Wa(c){return"browser"===(c??si(W2)).get(Z6)}let hg=(()=>{class c{constructor(){this.renderDepth=0,this.handler=null}begin(){this.handler?.validateBegin(),this.renderDepth++}end(){this.renderDepth--,0===this.renderDepth&&this.handler?.execute()}ngOnDestroy(){this.handler?.destroy(),this.handler=null}static#e=this.\u0275prov=et({token:c,providedIn:"root",factory:()=>new c})}return c})();function Lp(c){for(;c;){c[fr]|=64;const l=uh(c);if(is(c)&&!l)return c;c=l}return null}const Rh=new Bi(""),pg=new Bi("",{providedIn:"root",factory:()=>!1});let mg=null;function Sy(c,l){return c[l]??Qf()}function xy(c,l){const h=Qf();h.producerNode?.length&&(c[l]=mg,h.lView=c,mg=Ty())}const MM={...R1,consumerIsAlwaysLive:!0,consumerMarkedDirty:c=>{Lp(c.lView)},lView:null};function Ty(){return Object.create(MM)}function Qf(){return mg??=Ty(),mg}const Ro={};function wy(c){My(Ci(),Qt(),Vs()+c,!1)}function My(c,l,h,v){if(!v)if(3==(3&l[fr])){const M=c.preOrderCheckHooks;null!==M&&ss(l,M,h)}else{const M=c.preOrderHooks;null!==M&&eu(l,M,0,h)}S1(h)}function Nh(c,l=bi.Default){const h=Qt();return null===h?yn(c,l):Ge(jr(),h,Ce(c),l)}function Ay(){throw new Error("invalid")}function t3(c,l,h,v,E,M,V,Y,re,Me,tt){const Rt=l.blueprint.slice();return Rt[Ar]=E,Rt[fr]=140|v,(null!==Me||c&&2048&c[fr])&&(Rt[fr]|=2048),e1(Rt),Rt[ws]=Rt[uc]=c,Rt[ms]=h,Rt[mc]=V||c&&c[mc],Rt[Pr]=Y||c&&c[Pr],Rt[Ea]=re||c&&c[Ea]||null,Rt[qs]=M,Rt[Vc]=function p6(){return h6++}(),Rt[Ko]=tt,Rt[g1]=Me,Rt[_s]=2==l.type?c[_s]:Rt,Rt}function kh(c,l,h,v,E){let M=c.data[l];if(null===M)M=function Vp(c,l,h,v,E){const M=to(),V=Ta(),re=c.data[l]=function LM(c,l,h,v,E,M){let V=l?l.injectorIndex:-1,Y=0;return oe()&&(Y|=128),{type:h,index:v,insertBeforeIndex:null,injectorIndex:V,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,propertyBindings:null,flags:Y,providerIndexes:0,value:E,attrs:M,mergedAttrs:null,localNames:null,initialInputs:void 0,inputs:null,outputs:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:l,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,V?M:M&&M.parent,h,l,v,E);return null===c.firstChild&&(c.firstChild=re),null!==M&&(V?null==M.child&&null!==re.parent&&(M.child=re):null===M.next&&(M.next=re,re.prev=M)),re}(c,l,h,v,E),function $(){return yo.lFrame.inI18n}()&&(M.flags|=32);else if(64&M.type){M.type=h,M.value=v,M.attrs=E;const V=function Co(){const c=yo.lFrame,l=c.currentTNode;return c.isParent?l:l.parent}();M.injectorIndex=null===V?-1:V.injectorIndex}return As(M,!0),M}function Fp(c,l,h,v){if(0===h)return-1;const E=l.length;for(let M=0;MLo&&My(c,l,Lo,!1),st(Y?2:0,E);const Me=Y?M:null,tt=Qc(Me);try{null!==Me&&(Me.dirty=!1),h(v,E)}finally{b1(Me,tt)}}finally{Y&&null===l[_l]&&xy(l,_l),S1(V),st(Y?3:1,E)}}function F5(c,l,h){if(Qr(l)){const v=Pa(null);try{const M=l.directiveEnd;for(let V=l.directiveStart;Vnull;function RM(c){P0(c)?M6(c):function rg(c){const l=Pf(),h=l.createNodeIterator(c,NodeFilter.SHOW_COMMENT,{acceptNode(M){const V=function ig(c){return c.textContent?.replace(/\s/gm,"")}(M);return"ngetn"===V||"ngtns"===V?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT}});let v;const E=[];for(;v=h.nextNode();)E.push(v);for(const M of E)"ngetn"===M.textContent?M.replaceWith(l.createTextNode("")):M.remove()}(c)}function Oy(c,l,h,v){for(let E in c)if(c.hasOwnProperty(E)){h=null===h?{}:h;const M=c[E];null===v?Iy(h,l,E,M):v.hasOwnProperty(E)&&Iy(h,l,v[E],M)}return h}function Iy(c,l,h,v){c.hasOwnProperty(h)?c[h].push(l,v):c[h]=[l,v]}function q2(c,l,h,v,E,M,V,Y){const re=Ec(l,h);let tt,Me=l.inputs;!Y&&null!=Me&&(tt=Me[v])?(K5(c,h,tt,v,E),Cc(l)&&function FM(c,l){const h=El(l,c);16&h[fr]||(h[fr]|=64)}(h,l.index)):3&l.type&&(v=function VM(c){return"class"===c?"className":"for"===c?"htmlFor":"formaction"===c?"formAction":"innerHtml"===c?"innerHTML":"readonly"===c?"readOnly":"tabindex"===c?"tabIndex":c}(v),E=null!=V?V(E,l.value||"",v):E,M.setProperty(re,v,E))}function j5(c,l,h,v){if(B()){const E=null===v?null:{"":-1},M=function $M(c,l){const h=c.directiveRegistry;let v=null,E=null;if(h)for(let M=0;M0;){const h=c[--l];if("number"==typeof h&&h<0)return h}return 0})(V)!=Y&&V.push(Y),V.push(h,v,M)}}(c,l,v,Fp(c,h,E.hostVars,Ro),E)}function Ld(c,l,h,v,E,M){const V=Ec(c,l);!function G5(c,l,h,v,E,M,V){if(null==M)c.removeAttribute(l,E,h);else{const Y=null==V?We(M):V(M,v||"",E);c.setAttribute(l,E,Y,h)}}(l[Pr],V,M,c.value,h,v,E)}function Y5(c,l,h,v,E,M){const V=M[l];if(null!==V)for(let Y=0;Y{class c{constructor(){this.all=new Set,this.queue=new Map}create(h,v,E){const M=typeof Zone>"u"?null:Zone.current,V=function On(c,l,h){const v=Object.create(Yo);h&&(v.consumerAllowSignalWrites=!0),v.fn=c,v.schedule=l;const E=V=>{v.cleanupFn=V};return v.ref={notify:()=>G1(v),run:()=>{if(v.dirty=!1,v.hasRun&&!bl(v))return;v.hasRun=!0;const V=Qc(v);try{v.cleanupFn(),v.cleanupFn=Mi,v.fn(E)}finally{b1(v,V)}},cleanup:()=>v.cleanupFn()},v.ref}(h,Me=>{this.all.has(Me)&&this.queue.set(Me,M)},E);let Y;this.all.add(V),V.notify();const re=()=>{V.cleanup(),Y?.(),this.all.delete(V),this.queue.delete(V)};return Y=v?.onDestroy(re),{destroy:re}}flush(){if(0!==this.queue.size)for(const[h,v]of this.queue)this.queue.delete(h),v?v.run(()=>h.run()):h.run()}get isQueueEmpty(){return 0===this.queue.size}static#e=this.\u0275prov=et({token:c,providedIn:"root",factory:()=>new c})}return c})();function Z5(c,l){!l?.injector&&Dh();const h=l?.injector??si(W2),v=h.get(By),E=!0!==l?.manualCleanup?h.get(e3):null;return v.create(c,E,!!l?.allowSignalWrites)}function vg(c,l,h){let v=h?c.styles:null,E=h?c.classes:null,M=0;if(null!==l)for(let V=0;V0){$y(c,1);const E=h.components;null!==E&&Yy(c,E,1)}}function Yy(c,l,h){for(let v=0;v-1&&(hh(l,v),B4(h,v))}this._attachedToViewContainer=!1}au(this._lView[ai],this._lView)}onDestroy(l){ld(this._lView,l)}markForCheck(){Lp(this._cdRefInjectingView||this._lView)}detach(){this._lView[fr]&=-129}reattach(){this._lView[fr]|=128}detectChanges(){bg(this._lView[ai],this._lView,this.context)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new ye(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null,function ny(c,l){Lf(c,l,l[Pr],2,null,null)}(this._lView[ai],this._lView)}attachToAppRef(l){if(this._attachedToViewContainer)throw new ye(902,!1);this._appRef=l}}class tA extends Bp{constructor(l){super(l),this._view=l}detectChanges(){const l=this._view;bg(l[ai],l,l[ms],!1)}checkNoChanges(){}get context(){return null}}class Wy extends Ah{constructor(l){super(),this.ngModule=l}resolveComponentFactory(l){const h=$i(l);return new K2(h,this.ngModule)}}function qy(c){const l=[];for(let h in c)c.hasOwnProperty(h)&&l.push({propName:c[h],templateName:h});return l}class yg{constructor(l,h){this.injector=l,this.parentInjector=h}get(l,h,v){v=mr(v);const E=this.injector.get(l,X0,v);return E!==X0||h===X0?E:this.parentInjector.get(l,h,v)}}class K2 extends Mp{get inputs(){const l=this.componentDef,h=l.inputTransforms,v=qy(l.inputs);if(null!==h)for(const E of v)h.hasOwnProperty(E.propName)&&(E.transform=h[E.propName]);return v}get outputs(){return qy(this.componentDef.outputs)}constructor(l,h){super(),this.componentDef=l,this.ngModule=h,this.componentType=l.type,this.selector=function Ca(c){return c.map(gr).join(",")}(l.selectors),this.ngContentSelectors=l.ngContentSelectors?l.ngContentSelectors:[],this.isBoundToModule=!!h}create(l,h,v,E){let M=(E=E||this.ngModule)instanceof y2?E:E?.injector;M&&null!==this.componentDef.getStandaloneInjector&&(M=this.componentDef.getStandaloneInjector(M)||M);const V=M?new yg(l,M):l,Y=V.get(C2,null);if(null===Y)throw new ye(407,!1);const Rt={rendererFactory:Y,sanitizer:V.get(w5,null),effectManager:V.get(By,null),afterRenderEventManager:V.get(hg,null)},En=Y.createRenderer(null,this.componentDef),kn=this.componentDef.selectors[0][0]||"div",fi=v?function OM(c,l,h,v){const M=v.get(pg,!1)||h===oi.ShadowDom,V=c.selectRootElement(l,M);return function IM(c){U5(c)}(V),V}(En,v,this.componentDef.encapsulation,V):Wu(En,kn,function _c(c){const l=c.toLowerCase();return"svg"===l?Jc:"math"===l?"math":null}(kn)),mo=this.componentDef.signals?4608:this.componentDef.onPush?576:528;let Li=null;null!==fi&&(Li=wh(fi,V,!0));const es=gg(0,null,null,1,0,null,null,null,null,null,null),Bs=t3(null,es,null,mo,null,null,Rt,En,V,null,Li);let rc,X1;Po(Bs);try{const sf=this.componentDef;let p3,db=null;sf.findHostDirectiveDefs?(p3=[],db=new Map,sf.findHostDirectiveDefs(sf,p3,db),p3.push(sf)):p3=[sf];const NI=function iA(c,l){const h=c[ai],v=Lo;return c[v]=l,kh(h,v,2,"#host",null)}(Bs,fi),kI=function Ky(c,l,h,v,E,M,V){const Y=E[ai];!function rA(c,l,h,v){for(const E of c)l.mergedAttrs=Gr(l.mergedAttrs,E.hostAttrs);null!==l.mergedAttrs&&(vg(l,l.mergedAttrs,!0),null!==h&&O6(v,h,l))}(v,c,l,V);let re=null;null!==l&&(re=wh(l,E[Ea]));const Me=M.rendererFactory.createRenderer(l,h);let tt=16;h.signals?tt=4096:h.onPush&&(tt=64);const Rt=t3(E,B5(h),null,tt,E[c.index],c,M,Me,null,null,re);return Y.firstCreatePass&&$5(Y,c,v.length-1),_g(E,Rt),E[c.index]=Rt}(NI,fi,sf,p3,Bs,Rt,En);X1=Hu(es,Lo),fi&&function sA(c,l,h,v){if(v)Xi(c,h,["ng-version",cg.full]);else{const{attrs:E,classes:M}=function Yi(c){const l=[],h=[];let v=1,E=2;for(;v0&&s1(c,h,M.join(" "))}}(En,sf,fi,v),void 0!==h&&function Up(c,l,h){const v=c.projection=[];for(let E=0;E=0;v--){const E=c[v];E.hostVars=l+=E.hostVars,E.hostAttrs=Gr(E.hostAttrs,h=Gr(h,E.hostAttrs))}}(v)}function Cg(c){return c===Jn?{}:c===wi?[]:c}function cA(c,l){const h=c.viewQuery;c.viewQuery=h?(v,E)=>{l(v,E),h(v,E)}:l}function Zy(c,l){const h=c.contentQueries;c.contentQueries=h?(v,E,M)=>{l(v,E,M),h(v,E,M)}:l}function lA(c,l){const h=c.hostBindings;c.hostBindings=h?(v,E)=>{l(v,E),h(v,E)}:l}function tC(c){const l=c.inputConfig,h={};for(const v in l)if(l.hasOwnProperty(v)){const E=l[v];Array.isArray(E)&&E[2]&&(h[v]=E[2])}c.inputTransforms=h}function n3(c){return!!r7(c)&&(Array.isArray(c)||!(c instanceof Map)&&Symbol.iterator in c)}function r7(c){return null!==c&&("function"==typeof c||"object"==typeof c)}function vu(c,l,h){return c[l]=h}function $p(c,l){return c[l]}function V1(c,l,h){return!Object.is(c[l],h)&&(c[l]=h,!0)}function Zf(c,l,h,v){const E=V1(c,l,h);return V1(c,l+1,v)||E}function E2(c,l,h,v,E,M){const V=Zf(c,l,h,v);return Zf(c,l+2,E,M)||V}function o7(c,l,h,v){const E=Qt();return V1(E,W(),l)&&(Ci(),Ld(Fa(),E,c,l,h,v)),o7}function Lh(c,l,h,v){return V1(c,W(),h)?l+We(h)+v:Ro}function Ph(c,l,h,v,E,M){const Y=Zf(c,function $a(){return yo.lFrame.bindingIndex}(),h,E);return ie(2),Y?l+We(h)+v+We(E)+M:Ro}const CA=new RegExp(`^(\\d+)*(${K0}|${Ep})*(.*)`);function u7(c){return c.index-Lo}function Yp(c,l,h,v){let E=null;const M=u7(v),V=c.data[Sp];if(V?.[M])E=function hC(c,l){const[h,...v]=function EA(c){const l=c.match(CA),[h,v,E,M]=l,V=v?parseInt(v,10):E,Y=[];for(const[re,Me,tt]of M.matchAll(/(f|n)(\d*)/g)){const Rt=parseInt(tt,10)||1;Y.push(Me,Rt)}return[V,...Y]}(c);let E;return E=h===Ep?l[_s][Ar]:h===K0?function Io(c){return c.ownerDocument.body}(l[_s][Ar]):ia(l[Number(h)+Lo]),function SA(c,l){let h=c;for(let v=0;v(Td(!0),Wu(v,E,M0()));function OA(c,l,h,v,E,M){const V=l[Ko],Y=!V||oe()||wp(V,M);if(Td(Y),Y)return Wu(v,E,M0());const re=Yp(V,c,l,h);return E5(V,M)&&Mh(V,M,re.nextSibling),V&&(F8(h)||P0(re))&&Cc(h)&&(function en(c){yo.skipHydrationRootTNode=c}(h),M6(re)),re}function Ig(c,l,h){const v=Qt(),E=Ci(),M=c+Lo,V=E.firstCreatePass?function RA(c,l,h,v,E){const M=l.consts,V=Fl(M,v),Y=kh(l,c,8,"ng-container",V);return null!==V&&vg(Y,V,!0),j5(l,h,Y,Fl(M,E)),null!==l.queries&&l.queries.elementStart(l,Y),Y}(M,E,v,l,h):E.data[M];As(V,!0);const Y=v7(E,v,V,c);return v[M]=Y,Uu()&&K1(E,v,Y,V),Rc(Y,v),Nl(V)&&(H5(E,v,V),F5(E,V,v)),null!=h&&z5(v,V),Ig}function qp(){let c=jr();const l=Ci();return Ta()?ec():(c=c.parent,As(c,!1)),l.firstCreatePass&&(yf(l,c),Qr(c)&&l.queries.elementEnd(c)),qp}function _7(c,l,h){return Ig(c,l,h),qp(),_7}let v7=(c,l,h,v)=>(Td(!0),ep(l[Pr],""));function NA(c,l,h,v){let E;const M=l[Ko],V=!M||oe();if(Td(V),V)return ep(l[Pr],"");const Y=Yp(M,c,l,h),re=function Tp(c,l){const h=c.data;let v=h[Eh]?.[l]??null;return null===v&&h[Ju]?.[l]&&(v=sg(c,l)),v}(M,v);return Mh(M,v,Y),E=wg(re,Y),E}function gC(){return Qt()}function Rg(c){return!!c&&"function"==typeof c.then}function _C(c){return!!c&&"function"==typeof c.subscribe}function Kp(c,l,h,v){const E=Qt(),M=Ci(),V=jr();return vC(M,E,E[Pr],V,c,l,v),Kp}function b7(c,l){const h=jr(),v=Qt(),E=Ci();return vC(E,v,q5(fn(E.data),h,v),h,c,l),b7}function vC(c,l,h,v,E,M,V){const Y=Nl(v),Me=c.firstCreatePass&&Fy(c),tt=l[ms],Rt=Vy(l);let En=!0;if(3&v.type||V){const Hi=Ec(v,l),Er=V?V(Hi):Hi,mo=Rt.length,Li=V?Bs=>V(ia(Bs[v.index])):v.index;let es=null;if(!V&&Y&&(es=function bu(c,l,h,v){const E=c.cleanup;if(null!=E)for(let M=0;Mre?Y[re]:null}"string"==typeof V&&(M+=2)}return null}(c,l,E,v.index)),null!==es)(es.__ngLastListenerFn__||es).__ngNextListenerFn__=M,es.__ngLastListenerFn__=M,En=!1;else{M=bC(v,l,tt,M,!1);const Bs=h.listen(Er,E,M);Rt.push(M,Bs),Me&&Me.push(E,Li,mo,mo+1)}}else M=bC(v,l,tt,M,!1);const kn=v.outputs;let fi;if(En&&null!==kn&&(fi=kn[E])){const Hi=fi.length;if(Hi)for(let Er=0;Er-1?El(c.index,l):l);let re=y7(l,h,v,V),Me=M.__ngNextListenerFn__;for(;Me;)re=y7(l,h,Me,V)&&re,Me=Me.__ngNextListenerFn__;return E&&!1===re&&V.preventDefault(),re}}function nf(c=1){return function oa(c){return(yo.lFrame.contextLView=function j2(c,l){for(;c>0;)l=l[uc],c--;return l}(c,yo.lFrame.contextLView))[ms]}(c)}function LA(c,l){let h=null;const v=function yi(c){const l=c.attrs;if(null!=l){const h=l.indexOf(5);if(!(1&h))return l[h+1]}return null}(c);for(let E=0;E>17&32767}function i3(c){return 2|c}function r3(c){return(131068&c)>>2}function T7(c,l){return-131069&c|l<<2}function w7(c){return 1|c}function DC(c,l,h,v,E){const M=c[h+1],V=null===l;let Y=v?yu(M):r3(M),re=!1;for(;0!==Y&&(!1===re||V);){const tt=c[Y+1];FA(c[Y],l)&&(re=!0,c[Y+1]=v?w7(tt):i3(tt)),Y=v?yu(tt):r3(tt)}re&&(c[h+1]=v?i3(M):w7(M))}function FA(c,l){return null===c||null==l||(Array.isArray(c)?c[1]:c)===l||!(!Array.isArray(c)||"string"!=typeof l)&&N0(c,l)>=0}const Tl={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function OC(c){return c.substring(Tl.key,Tl.keyEnd)}function M7(c){return c.substring(Tl.value,Tl.valueEnd)}function Bc(c,l){const h=Tl.textEnd;return h===l?-1:(l=Tl.keyEnd=function BA(c,l,h){for(;l32;)l++;return l}(c,Tl.key=l,h),Jf(c,l,h))}function Lg(c,l){const h=Tl.textEnd;let v=Tl.key=Jf(c,l,h);return h===v?-1:(v=Tl.keyEnd=function UA(c,l,h){let v;for(;l=65&&(-33&v)<=90||v>=48&&v<=57);)l++;return l}(c,v,h),v=A7(c,v,h),v=Tl.value=Jf(c,v,h),v=Tl.valueEnd=function D7(c,l,h){let v=-1,E=-1,M=-1,V=l,Y=V;for(;V32&&(Y=V),M=E,E=v,v=-33&re}return Y}(c,v,h),A7(c,v,h))}function IC(c){Tl.key=0,Tl.keyEnd=0,Tl.value=0,Tl.valueEnd=0,Tl.textEnd=c.length}function Jf(c,l,h){for(;l=0;h=Lg(l,h))L7(c,OC(l),M7(l))}function NC(c){Vd(YA,Cu,c,!0)}function Cu(c,l){for(let h=function HA(c){return IC(c),Bc(c,Jf(c,0,Tl.textEnd))}(l);h>=0;h=Bc(l,h))q1(c,OC(l),!0)}function _d(c,l,h,v){const E=Qt(),M=Ci(),V=ie(2);M.firstUpdatePass&&kC(M,c,V,v),l!==Ro&&V1(E,V,l)&&PC(M,M.data[Vs()],E,E[Pr],c,E[V+1]=function VC(c,l){return null==c||""===c||("string"==typeof l?c+=l:"object"==typeof c&&(c=Ve(Y2(c)))),c}(l,h),v,V)}function Vd(c,l,h,v){const E=Ci(),M=ie(2);E.firstUpdatePass&&kC(E,null,M,v);const V=Qt();if(h!==Ro&&V1(V,M,h)){const Y=E.data[Vs()];if(FC(Y,v)&&!R7(E,M)){let re=v?Y.classesWithoutHost:Y.stylesWithoutHost;null!==re&&(h=be(re,h||"")),cs(E,Y,V,h,v)}else!function xo(c,l,h,v,E,M,V,Y){E===Ro&&(E=wi);let re=0,Me=0,tt=0=c.expandoStartIndex}function kC(c,l,h,v){const E=c.data;if(null===E[h+1]){const M=E[Vs()],V=R7(c,h);FC(M,v)&&null===l&&!V&&(l=!1),l=function LC(c,l,h,v){const E=fn(c);let M=v?l.residualClasses:l.residualStyles;if(null===E)0===(v?l.classBindings:l.styleBindings)&&(h=rf(h=k7(null,c,l,h,v),l.attrs,v),M=null);else{const V=l.directiveStylingLast;if(-1===V||c[V]!==E)if(h=k7(E,c,l,h,v),null===M){let re=function jA(c,l,h){const v=h?l.classBindings:l.styleBindings;if(0!==r3(v))return c[yu(v)]}(c,l,v);void 0!==re&&Array.isArray(re)&&(re=k7(null,c,l,re[1],v),re=rf(re,l.attrs,v),function N7(c,l,h,v){c[yu(h?l.classBindings:l.styleBindings)]=v}(c,l,v,re))}else M=function $A(c,l,h){let v;const E=l.directiveEnd;for(let M=1+l.directiveStylingLast;M0)&&(Me=!0)):tt=h,E)if(0!==re){const En=yu(c[Y+1]);c[v+1]=kg(En,Y),0!==En&&(c[En+1]=T7(c[En+1],v)),c[Y+1]=function PA(c,l){return 131071&c|l<<17}(c[Y+1],v)}else c[v+1]=kg(Y,0),0!==Y&&(c[Y+1]=T7(c[Y+1],v)),Y=v;else c[v+1]=kg(re,0),0===Y?Y=v:c[re+1]=T7(c[re+1],v),re=v;Me&&(c[v+1]=i3(c[v+1])),DC(c,tt,v,!0),DC(c,tt,v,!1),function AC(c,l,h,v,E){const M=E?c.residualClasses:c.residualStyles;null!=M&&"string"==typeof l&&N0(M,l)>=0&&(h[v+1]=w7(h[v+1]))}(l,tt,c,v,M),V=kg(Y,re),M?l.classBindings=V:l.styleBindings=V}(E,M,l,h,V,v)}}function k7(c,l,h,v,E){let M=null;const V=h.directiveEnd;let Y=h.directiveStylingLast;for(-1===Y?Y=h.directiveStart:Y++;Y0;){const re=c[E],Me=Array.isArray(re),tt=Me?re[1]:re,Rt=null===tt;let En=h[E+1];En===Ro&&(En=Rt?wi:void 0);let kn=Rt?i6(En,v):tt===v?En:void 0;if(Me&&!Pg(kn)&&(kn=i6(re,v)),Pg(kn)&&(Y=kn,V))return Y;const fi=c[E+1];E=V?yu(fi):r3(fi)}if(null!==l){let re=M?l.residualClasses:l.residualStyles;null!=re&&(Y=i6(re,v))}return Y}function Pg(c){return void 0!==c}function FC(c,l){return 0!=(c.flags&(l?8:16))}function V7(c,l=""){const h=Qt(),v=Ci(),E=c+Lo,M=v.firstCreatePass?kh(v,E,1,l,null):v.data[E],V=HC(v,h,M,l,c);h[E]=V,Uu()&&K1(v,h,V,M),As(M,!1)}let HC=(c,l,h,v,E)=>(Td(!0),fh(l[Pr],v));function zC(c,l,h,v,E){const M=l[Ko],V=!M||oe()||wp(M,E);return Td(V),V?fh(l[Pr],v):Yp(M,c,l,h)}function Vg(c){return Fg("",c,""),Vg}function Fg(c,l,h){const v=Qt(),E=Lh(v,c,l,h);return E!==Ro&&ef(v,Vs(),E),Fg}function Wh(c,l,h,v,E){const M=Qt(),V=Ph(M,c,l,h,v,E);return V!==Ro&&ef(M,Vs(),V),Wh}function Jp(c,l,h){Vd(q1,Cu,Lh(Qt(),c,l,h),!0)}function U7(c,l,h){const v=Qt();return V1(v,W(),l)&&q2(Ci(),Fa(),v,c,l,v[Pr],h,!0),U7}function Hg(c,l,h){const v=Qt();if(V1(v,W(),l)){const M=Ci(),V=Fa();q2(M,V,v,c,l,q5(fn(M.data),V,v),h,!0)}return Hg}const o3=void 0;var j7=["en",[["a","p"],["AM","PM"],o3],[["AM","PM"],o3,o3],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],o3,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],o3,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",o3,"{1} 'at' {0}",o3],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function sD(c){const h=Math.floor(Math.abs(c)),v=c.toString().replace(/^[^.]*\.?/,"").length;return 1===h&&0===v?1:5}];let s3={};function $7(c){const l=function cD(c){return c.toLowerCase().replace(/_/g,"-")}(c);let h=G7(l);if(h)return h;const v=l.split("-")[0];if(h=G7(v),h)return h;if("en"===v)return j7;throw new ye(701,!1)}function eE(c){return $7(c)[qh.PluralCase]}function G7(c){return c in s3||(s3[c]=Vn.ng&&Vn.ng.common&&Vn.ng.common.locales&&Vn.ng.common.locales[c]),s3[c]}var qh=function(c){return c[c.LocaleId=0]="LocaleId",c[c.DayPeriodsFormat=1]="DayPeriodsFormat",c[c.DayPeriodsStandalone=2]="DayPeriodsStandalone",c[c.DaysFormat=3]="DaysFormat",c[c.DaysStandalone=4]="DaysStandalone",c[c.MonthsFormat=5]="MonthsFormat",c[c.MonthsStandalone=6]="MonthsStandalone",c[c.Eras=7]="Eras",c[c.FirstDayOfWeek=8]="FirstDayOfWeek",c[c.WeekendRange=9]="WeekendRange",c[c.DateFormat=10]="DateFormat",c[c.TimeFormat=11]="TimeFormat",c[c.DateTimeFormat=12]="DateTimeFormat",c[c.NumberSymbols=13]="NumberSymbols",c[c.NumberFormats=14]="NumberFormats",c[c.CurrencyCode=15]="CurrencyCode",c[c.CurrencySymbol=16]="CurrencySymbol",c[c.CurrencyName=17]="CurrencyName",c[c.Currencies=18]="Currencies",c[c.Directionality=19]="Directionality",c[c.PluralCase=20]="PluralCase",c[c.ExtraData=21]="ExtraData",c}(qh||{});const Kh="en-US";let nE=Kh;function sv(c,l,h,v,E){if(c=Ce(c),Array.isArray(c))for(let M=0;M>20;if(uu(c)||!c.multi){const kn=new nu(Me,E,Nh),fi=cv(re,l,E?tt:tt+En,Rt);-1===fi?(th(D0(Y,V),M,re),av(M,c,l.length),l.push(re),Y.directiveStart++,Y.directiveEnd++,E&&(Y.providerIndexes+=1048576),h.push(kn),V.push(kn)):(h[fi]=kn,V[fi]=kn)}else{const kn=cv(re,l,tt+En,Rt),fi=cv(re,l,tt,tt+En),Er=fi>=0&&h[fi];if(E&&!Er||!E&&!(kn>=0&&h[kn])){th(D0(Y,V),M,re);const mo=function $D(c,l,h,v,E){const M=new nu(c,h,Nh);return M.multi=[],M.index=l,M.componentProviders=0,wE(M,E,v&&!h),M}(E?ME:jD,h.length,E,v,Me);!E&&Er&&(h[fi].providerFactory=mo),av(M,c,l.length,0),l.push(re),Y.directiveStart++,Y.directiveEnd++,E&&(Y.providerIndexes+=1048576),h.push(mo),V.push(mo)}else av(M,c,kn>-1?kn:fi,wE(h[E?fi:kn],Me,!E&&v));!E&&v&&Er&&h[fi].componentProviders++}}}function av(c,l,h,v){const E=uu(l),M=function fu(c){return!!c.useClass}(l);if(E||M){const re=(M?Ce(l.useClass):l).prototype.ngOnDestroy;if(re){const Me=c.destroyHooks||(c.destroyHooks=[]);if(!E&&l.multi){const tt=Me.indexOf(h);-1===tt?Me.push(h,[v,re]):Me[tt+1].push(v,re)}else Me.push(h,re)}}}function wE(c,l,h){return h&&c.componentProviders++,c.multi.push(l)-1}function cv(c,l,h,v){for(let E=h;E{h.providersResolver=(v,E)=>function TE(c,l,h){const v=Ci();if(v.firstCreatePass){const E=ka(c);sv(h,v.data,v.blueprint,E,!0),sv(l,v.data,v.blueprint,E,!1)}}(v,E?E(c):c,l)}}class l3{}class DE{}function OE(c,l){return new dv(c,l??null,[])}class dv extends l3{constructor(l,h,v){super(),this._parent=h,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new Wy(this);const E=Ps(l);this._bootstrapComponents=Ma(E.bootstrap),this._r3Injector=ug(l,h,[{provide:l3,useValue:this},{provide:Ah,useValue:this.componentFactoryResolver},...v],Ve(l),new Set(["environment"])),this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(l)}get injector(){return this._r3Injector}destroy(){const l=this._r3Injector;!l.destroyed&&l.destroy(),this.destroyCbs.forEach(h=>h()),this.destroyCbs=null}onDestroy(l){this.destroyCbs.push(l)}}class d3 extends DE{constructor(l){super(),this.moduleType=l}create(l){return new dv(this.moduleType,l,[])}}class Gg extends l3{constructor(l){super(),this.componentFactoryResolver=new Wy(this),this.instance=null;const h=new hu([...l.providers,{provide:l3,useValue:this},{provide:Ah,useValue:this.componentFactoryResolver}],l.parent||Uf(),l.debugName,new Set(["environment"]));this.injector=h,l.runEnvironmentInitializers&&h.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(l){this.injector.onDestroy(l)}}function IE(c,l,h=null){return new Gg({providers:c,parent:l,debugName:h,runEnvironmentInitializers:!0}).injector}let u3=(()=>{class c{constructor(h){this._injector=h,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(h){if(!h.standalone)return null;if(!this.cachedInjectors.has(h)){const v=vp(0,h.type),E=v.length>0?IE([v],this._injector,`Standalone[${h.type.name}]`):null;this.cachedInjectors.set(h,E)}return this.cachedInjectors.get(h)}ngOnDestroy(){try{for(const h of this.cachedInjectors.values())null!==h&&h.destroy()}finally{this.cachedInjectors.clear()}}static#e=this.\u0275prov=et({token:c,providedIn:"environment",factory:()=>new c(yn(y2))})}return c})();function RE(c){c.getStandaloneInjector=l=>l.get(u3).getOrCreateStandaloneInjector(c)}function pv(c,l,h){const v=Va()+c,E=Qt();return E[v]===Ro?vu(E,v,h?l.call(h):l()):$p(E,v)}function VE(c,l,h,v){return UE(Qt(),Va(),c,l,h,v)}function FE(c,l,h,v,E){return function jE(c,l,h,v,E,M,V){const Y=l+h;return Zf(c,Y,E,M)?vu(c,Y+2,V?v.call(V,E,M):v(E,M)):sm(c,Y+2)}(Qt(),Va(),c,l,h,v,E)}function HE(c,l,h,v,E,M){return function _v(c,l,h,v,E,M,V,Y){const re=l+h;return function Eg(c,l,h,v,E){const M=Zf(c,l,h,v);return V1(c,l+2,E)||M}(c,re,E,M,V)?vu(c,re+3,Y?v.call(Y,E,M,V):v(E,M,V)):sm(c,re+3)}(Qt(),Va(),c,l,h,v,E,M)}function mv(c,l,h,v,E,M,V){return function $E(c,l,h,v,E,M,V,Y,re){const Me=l+h;return E2(c,Me,E,M,V,Y)?vu(c,Me+4,re?v.call(re,E,M,V,Y):v(E,M,V,Y)):sm(c,Me+4)}(Qt(),Va(),c,l,h,v,E,M,V)}function zE(c,l,h,v,E,M,V,Y,re){const Me=Va()+c,tt=Qt(),Rt=E2(tt,Me,h,v,E,M);return Zf(tt,Me+4,V,Y)||Rt?vu(tt,Me+6,re?l.call(re,h,v,E,M,V,Y):l(h,v,E,M,V,Y)):$p(tt,Me+6)}function gv(c,l,h,v){return function vv(c,l,h,v,E,M){let V=l+h,Y=!1;for(let re=0;re=0;h--){const v=l[h];if(c===v.name)return v}}(l,h.pipeRegistry),h.data[E]=v,v.onDestroy&&(h.destroyHooks??=[]).push(E,v.onDestroy)):v=h.data[E];const M=v.factory||(v.factory=Kc(v.type)),Y=wt(Nh);try{const re=Cf(!1),Me=M();return Cf(re),function AA(c,l,h,v){h>=c.data.length&&(c.data[h]=null,c.blueprint[h]=null),l[h]=v}(h,Qt(),E,Me),Me}finally{wt(Y)}}function YE(c,l,h){const v=c+Lo,E=Qt(),M=Xl(E,v);return function Xh(c,l){return c[ai].data[l].pure}(E,v)?UE(E,Va(),l,M.transform,h,M):M.transform(h)}function iO(){return this._results[Symbol.iterator]()}class cm{static#e=Symbol.iterator;get changes(){return this._changes||(this._changes=new J1)}constructor(l=!1){this._emitDistinctChangesOnly=l,this.dirty=!0,this._results=[],this._changesDetected=!1,this._changes=null,this.length=0,this.first=void 0,this.last=void 0;const h=cm.prototype;h[Symbol.iterator]||(h[Symbol.iterator]=iO)}get(l){return this._results[l]}map(l){return this._results.map(l)}filter(l){return this._results.filter(l)}find(l){return this._results.find(l)}reduce(l,h){return this._results.reduce(l,h)}forEach(l){this._results.forEach(l)}some(l){return this._results.some(l)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(l,h){const v=this;v.dirty=!1;const E=function x1(c){return c.flat(Number.POSITIVE_INFINITY)}(l);(this._changesDetected=!function z4(c,l,h){if(c.length!==l.length)return!1;for(let v=0;v0&&(h[E-1][ma]=l),v{class c{static#e=this.__NG_ELEMENT_ID__=sO}return c})();const oO=lm,KE=class extends oO{constructor(l,h,v){super(),this._declarationLView=l,this._declarationTContainer=h,this.elementRef=v}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(l,h){return this.createEmbeddedViewImpl(l,h)}createEmbeddedViewImpl(l,h,v){const E=function rO(c,l,h,v){const E=l.tView,Y=t3(c,E,h,4096&c[fr]?4096:16,null,l,null,null,null,v?.injector??null,v?.hydrationInfo??null);Y[Ra]=c[l.index];const Me=c[vs];return null!==Me&&(Y[vs]=Me.createEmbeddedView(E)),Q5(E,Y,h),Y}(this._declarationLView,this._declarationTContainer,l,{injector:h,hydrationInfo:v});return new Bp(E)}};function sO(){return dm(jr(),Qt())}function dm(c,l){return 4&c.type?new KE(l,c,Wf(c,l)):null}function QE(c){const l=c[yc]??[],v=c[ws][Pr];for(const E of l)ZE(E,v);c[yc]=wi}function ZE(c,l){let h=0,v=c.firstChild;if(v){const E=c.data[pu];for(;hnull;function Fs(c,l){const h=c[yc];return l&&null!==h&&0!==h.length?h[0].data[xh]===l?h.shift():(QE(c),null):null}function Es(c,l){return XE(c,l)}let Kg=(()=>{class c{static#e=this.__NG_ELEMENT_ID__=eS}return c})();function eS(){return Qg(jr(),Qt())}const dO=Kg,tS=class extends dO{constructor(l,h,v){super(),this._lContainer=l,this._hostTNode=h,this._hostLView=v}get element(){return Wf(this._hostTNode,this._hostLView)}get injector(){return new Br(this._hostTNode,this._hostLView)}get parentInjector(){const l=fd(this._hostTNode,this._hostLView);if(ju(l)){const h=$u(l,this._hostLView),v=iu(l);return new Br(h[ai].data[v+8],h)}return new Br(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(l){const h=bv(this._lContainer);return null!==h&&h[l]||null}get length(){return this._lContainer.length-ta}createEmbeddedView(l,h,v){let E,M;"number"==typeof v?E=v:null!=v&&(E=v.index,M=v.injector);const V=Es(this._lContainer,l.ssrId),Y=l.createEmbeddedViewImpl(h||{},M,V),re=!!V&&!dh(this._hostTNode);return this.insertImpl(Y,E,re),Y}createComponent(l,h,v,E,M){const V=l&&!function I0(c){return"function"==typeof c}(l);let Y;if(V)Y=h;else{const Hi=h||{};Y=Hi.index,v=Hi.injector,E=Hi.projectableNodes,M=Hi.environmentInjector||Hi.ngModuleRef}const re=V?l:new K2($i(l)),Me=v||this.parentInjector;if(!M&&null==re.ngModule){const Er=(V?Me:this.parentInjector).get(y2,null);Er&&(M=Er)}const tt=$i(re.componentType??{}),Rt=Es(this._lContainer,tt?.id??null),kn=re.create(Me,E,Rt?.firstChild??null,M),fi=!!Rt&&!dh(this._hostTNode);return this.insertImpl(kn.hostView,Y,fi),kn}insert(l,h){return this.insertImpl(l,h,!1)}insertImpl(l,h,v){const E=l._lView;if(function zu(c){return Uo(c[ws])}(E)){const re=this.indexOf(l);if(-1!==re)this.detach(re);else{const Me=E[ws],tt=new tS(Me,Me[qs],Me[ws]);tt.detach(tt.indexOf(l))}}const V=this._adjustIndex(h),Y=this._lContainer;return qE(Y,E,V,!v),l.attachToViewContainerRef(),n6(yv(Y),V,l),l}move(l,h){return this.insert(l,h)}indexOf(l){const h=bv(this._lContainer);return null!==h?h.indexOf(l):-1}remove(l){const h=this._adjustIndex(l,-1),v=hh(this._lContainer,h);v&&(B4(yv(this._lContainer),h),au(v[ai],v))}detach(l){const h=this._adjustIndex(l,-1),v=hh(this._lContainer,h);return v&&null!=B4(yv(this._lContainer),h)?new Bp(v):null}_adjustIndex(l,h=0){return l??this.length+h}};function bv(c){return c[8]}function yv(c){return c[8]||(c[8]=[])}function Qg(c,l){let h;const v=l[c.index];return Uo(v)?h=v:(h=Py(v,l,null,c),l[c.index]=h,_g(l,h)),Cv(h,l,c,v),new tS(h,c,l)}let Cv=nS;function nS(c,l,h,v){if(c[fc])return;let E;E=8&h.type?ia(v):function uO(c,l){const h=c[Pr],v=h.createComment(""),E=Ec(l,c);return Nf(h,H0(h,E),v,function Z8(c,l){return c.nextSibling(l)}(h,E),!1),v}(l,h),c[fc]=E}function iS(c,l,h,v){if(c[fc]&&c[yc])return;const E=l[Ko],M=h.index-Lo,V=function ou(c){let l=c.parent;for(;l;){if(F8(l))return!0;l=l.parent}return!1}(h)||dh(h);if(!E||V||wp(E,M))return nS(c,l,h,v);const re=xp(E,M),Me=E.data[Ju]?.[M],[tt,Rt]=function cO(c,l){const h=[];for(const v of l)for(let E=0;E<(v[Sh]??1);E++){const M={data:v,firstChild:null};v[pu]>0&&(M.firstChild=c,c=wg(v[pu],c)),h.push(M)}return[c,h]}(re,Me);c[fc]=tt,c[yc]=Rt}class Ev{constructor(l){this.queryList=l,this.matches=null}clone(){return new Ev(this.queryList)}setDirty(){this.queryList.setDirty()}}class um{constructor(l=[]){this.queries=l}createEmbeddedView(l){const h=l.queries;if(null!==h){const v=null!==l.contentQueries?l.contentQueries[0]:h.length,E=[];for(let M=0;M0)v.push(V[Y/2]);else{const Me=M[Y+1],tt=l[-re];for(let Rt=ta;Rt{class c{constructor(){this.initialized=!1,this.done=!1,this.donePromise=new Promise((h,v)=>{this.resolve=h,this.reject=v}),this.appInits=si(Pv,{optional:!0})??[]}runInitializers(){if(this.initialized)return;const h=[];for(const E of this.appInits){const M=E();if(Rg(M))h.push(M);else if(_C(M)){const V=new Promise((Y,re)=>{M.subscribe({complete:Y,error:re})});h.push(V)}}const v=()=>{this.done=!0,this.resolve()};Promise.all(h).then(()=>{v()}).catch(E=>{this.reject(E)}),0===h.length&&v(),this.initialized=!0}static#e=this.\u0275fac=function(v){return new(v||c)};static#t=this.\u0275prov=et({token:c,factory:c.\u0275fac,providedIn:"root"})}return c})(),Fv=(()=>{class c{log(h){console.log(h)}warn(h){console.warn(h)}static#e=this.\u0275fac=function(v){return new(v||c)};static#t=this.\u0275prov=et({token:c,factory:c.\u0275fac,providedIn:"platform"})}return c})();const pm=new Bi("LocaleId",{providedIn:"root",factory:()=>si(pm,bi.Optional|bi.SkipSelf)||function PO(){return typeof $localize<"u"&&$localize.locale||Kh}()}),VO=new Bi("DefaultCurrencyCode",{providedIn:"root",factory:()=>"USD"});let AS=(()=>{class c{constructor(){this.taskId=0,this.pendingTasks=new Set,this.hasPendingTasks=new te.X(!1)}add(){this.hasPendingTasks.next(!0);const h=this.taskId++;return this.pendingTasks.add(h),h}remove(h){this.pendingTasks.delete(h),0===this.pendingTasks.size&&this.hasPendingTasks.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks.next(!1)}static#e=this.\u0275fac=function(v){return new(v||c)};static#t=this.\u0275prov=et({token:c,factory:c.\u0275fac,providedIn:"root"})}return c})();class DS{constructor(l,h){this.ngModuleFactory=l,this.componentFactories=h}}let FO=(()=>{class c{compileModuleSync(h){return new d3(h)}compileModuleAsync(h){return Promise.resolve(this.compileModuleSync(h))}compileModuleAndAllComponentsSync(h){const v=this.compileModuleSync(h),M=Ma(Ps(h).declarations).reduce((V,Y)=>{const re=$i(Y);return re&&V.push(new K2(re)),V},[]);return new DS(v,M)}compileModuleAndAllComponentsAsync(h){return Promise.resolve(this.compileModuleAndAllComponentsSync(h))}clearCache(){}clearCacheFor(h){}getModuleId(h){}static#e=this.\u0275fac=function(v){return new(v||c)};static#t=this.\u0275prov=et({token:c,factory:c.\u0275fac,providedIn:"root"})}return c})();const r_=new Bi(""),PS=new Bi("");let Yv,VS=(()=>{class c{constructor(h,v,E){this._ngZone=h,this.registry=v,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,Yv||(function HS(c){Yv=c}(E),E.addToWindow(v)),this._watchAngularEvents(),h.run(()=>{this.taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{zl.assertNotInAngularZone(),queueMicrotask(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())queueMicrotask(()=>{for(;0!==this._callbacks.length;){let h=this._callbacks.pop();clearTimeout(h.timeoutId),h.doneCb(this._didWork)}this._didWork=!1});else{let h=this.getPendingTasks();this._callbacks=this._callbacks.filter(v=>!v.updateCb||!v.updateCb(h)||(clearTimeout(v.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(h=>({source:h.source,creationLocation:h.creationLocation,data:h.data})):[]}addCallback(h,v,E){let M=-1;v&&v>0&&(M=setTimeout(()=>{this._callbacks=this._callbacks.filter(V=>V.timeoutId!==M),h(this._didWork,this.getPendingTasks())},v)),this._callbacks.push({doneCb:h,timeoutId:M,updateCb:E})}whenStable(h,v,E){if(E&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(h,v,E),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}registerApplication(h){this.registry.registerApplication(h,this)}unregisterApplication(h){this.registry.unregisterApplication(h)}findProviders(h,v,E){return[]}static#e=this.\u0275fac=function(v){return new(v||c)(yn(zl),yn(FS),yn(PS))};static#t=this.\u0275prov=et({token:c,factory:c.\u0275fac})}return c})(),FS=(()=>{class c{constructor(){this._applications=new Map}registerApplication(h,v){this._applications.set(h,v)}unregisterApplication(h){this._applications.delete(h)}unregisterAllApplications(){this._applications.clear()}getTestability(h){return this._applications.get(h)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(h,v=!0){return Yv?.findTestabilityInTree(this,h,v)??null}static#e=this.\u0275fac=function(v){return new(v||c)};static#t=this.\u0275prov=et({token:c,factory:c.\u0275fac,providedIn:"platform"})}return c})(),Xf=null;const o_=new Bi("PlatformDestroyListeners"),Wv=new Bi("appBootstrapListener");class BS{constructor(l,h){this.name=l,this.token=h}}function jS(c){try{const{rootComponent:l,appProviders:h,platformProviders:v}=c,E=function Kv(c=[]){if(Xf)return Xf;const l=function $S(c=[],l){return W2.create({name:l,providers:[{provide:Bf,useValue:"platform"},{provide:o_,useValue:new Set([()=>Xf=null])},...c]})}(c);return Xf=l,function qv(){!function se(c){J=c}(()=>{throw new ye(600,!1)})}(),function US(c){c.get(Q6,null)?.forEach(h=>h())}(l),l}(v),M=[oI(),...h||[]],Y=new Gg({providers:M,parent:E,debugName:"",runEnvironmentInitializers:!1}).injector,re=Y.get(zl);return re.run(()=>{Y.resolveInjectorInitializers();const Me=Y.get(_u,null);let tt;re.runOutsideAngular(()=>{tt=re.onError.subscribe({next:kn=>{Me.handleError(kn)}})});const Rt=()=>Y.destroy(),En=E.get(o_);return En.add(Rt),Y.onDestroy(()=>{tt.unsubscribe(),En.delete(Rt)}),function Zv(c,l,h){try{const v=h();return Rg(v)?v.catch(E=>{throw l.runOutsideAngular(()=>c.handleError(E)),E}):v}catch(v){throw l.runOutsideAngular(()=>c.handleError(v)),v}}(Me,re,()=>{const kn=Y.get(Vv);return kn.runInitializers(),kn.donePromise.then(()=>{!function W7(c){P(c,"Expected localeId to be defined"),"string"==typeof c&&(nE=c.toLowerCase().replace(/_/g,"-"))}(Y.get(pm,Kh)||Kh);const Hi=Y.get(r4);return void 0!==l&&Hi.bootstrap(l),Hi})})})}catch(l){return Promise.reject(l)}}let r4=(()=>{class c{constructor(){this._bootstrapListeners=[],this._runningTick=!1,this._destroyed=!1,this._destroyListeners=[],this._views=[],this.internalErrorHandler=si(WS),this.zoneIsStable=si(Le),this.componentTypes=[],this.components=[],this.isStable=si(AS).hasPendingTasks.pipe((0,ee.w)(h=>h?(0,U.of)(!1):this.zoneIsStable),(0,ne.x)(),(0,X.B)()),this._injector=si(y2)}get destroyed(){return this._destroyed}get injector(){return this._injector}bootstrap(h,v){const E=h instanceof Mp;if(!this._injector.get(Vv).done)throw!E&&la(h),new ye(405,!1);let V;V=E?h:this._injector.get(Ah).resolveComponentFactory(h),this.componentTypes.push(V.componentType);const Y=function eI(c){return c.isBoundToModule}(V)?void 0:this._injector.get(l3),Me=V.create(W2.NULL,[],v||V.selector,Y),tt=Me.location.nativeElement,Rt=Me.injector.get(r_,null);return Rt?.registerApplication(tt),Me.onDestroy(()=>{this.detachView(Me.hostView),a_(this.components,Me),Rt?.unregisterApplication(tt)}),this._loadComponent(Me),Me}tick(){if(this._runningTick)throw new ye(101,!1);try{this._runningTick=!0;for(let h of this._views)h.detectChanges()}catch(h){this.internalErrorHandler(h)}finally{this._runningTick=!1}}attachView(h){const v=h;this._views.push(v),v.attachToAppRef(this)}detachView(h){const v=h;a_(this._views,v),v.detachFromAppRef()}_loadComponent(h){this.attachView(h.hostView),this.tick(),this.components.push(h);const v=this._injector.get(Wv,[]);v.push(...this._bootstrapListeners),v.forEach(E=>E(h))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(h=>h()),this._views.slice().forEach(h=>h.destroy())}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(h){return this._destroyListeners.push(h),()=>a_(this._destroyListeners,h)}destroy(){if(this._destroyed)throw new ye(406,!1);const h=this._injector;h.destroy&&!h.destroyed&&h.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){}static#e=this.\u0275fac=function(v){return new(v||c)};static#t=this.\u0275prov=et({token:c,factory:c.\u0275fac,providedIn:"root"})}return c})();function a_(c,l){const h=c.indexOf(l);h>-1&&c.splice(h,1)}const WS=new Bi("",{providedIn:"root",factory:()=>si(_u).handleError.bind(void 0)});function rI(){const c=si(zl),l=si(_u);return h=>c.runOutsideAngular(()=>l.handleError(h))}let qS=(()=>{class c{constructor(){this.zone=si(zl),this.applicationRef=si(r4)}initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.zone.run(()=>{this.applicationRef.tick()})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static#e=this.\u0275fac=function(v){return new(v||c)};static#t=this.\u0275prov=et({token:c,factory:c.\u0275fac,providedIn:"root"})}return c})();function KS(c){return[{provide:zl,useFactory:c},{provide:W0,multi:!0,useFactory:()=>{const l=si(qS,{optional:!0});return()=>l.initialize()}},{provide:WS,useFactory:rI},{provide:Le,useFactory:vn}]}function oI(c){return Z1([[],KS(()=>new zl(function Qv(c){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:c?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:c?.runCoalescing??!1}}(c)))])}function sI(){return!1}let aI=(()=>{class c{static#e=this.__NG_ELEMENT_ID__=ZS}return c})();function ZS(c){return function JS(c,l,h){if(Cc(c)&&!h){const v=El(c.index,l);return new Bp(v,v)}return 47&c.type?new Bp(l[_s],l):null}(jr(),Qt(),16==(16&c))}class tx{constructor(){}supports(l){return n3(l)}create(l){return new mI(l)}}const nx=(c,l)=>l;class mI{constructor(l){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=l||nx}forEachItem(l){let h;for(h=this._itHead;null!==h;h=h._next)l(h)}forEachOperation(l){let h=this._itHead,v=this._removalsHead,E=0,M=null;for(;h||v;){const V=!v||h&&h.currentIndex{V=this._trackByFn(E,Y),null!==h&&Object.is(h.trackById,V)?(v&&(h=this._verifyReinsertion(h,Y,V,E)),Object.is(h.item,Y)||this._addIdentityChange(h,Y)):(h=this._mismatch(h,Y,V,E),v=!0),h=h._next,E++}),this.length=E;return this._truncate(h),this.collection=l,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let l;for(l=this._previousItHead=this._itHead;null!==l;l=l._next)l._nextPrevious=l._next;for(l=this._additionsHead;null!==l;l=l._nextAdded)l.previousIndex=l.currentIndex;for(this._additionsHead=this._additionsTail=null,l=this._movesHead;null!==l;l=l._nextMoved)l.previousIndex=l.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(l,h,v,E){let M;return null===l?M=this._itTail:(M=l._prev,this._remove(l)),null!==(l=null===this._unlinkedRecords?null:this._unlinkedRecords.get(v,null))?(Object.is(l.item,h)||this._addIdentityChange(l,h),this._reinsertAfter(l,M,E)):null!==(l=null===this._linkedRecords?null:this._linkedRecords.get(v,E))?(Object.is(l.item,h)||this._addIdentityChange(l,h),this._moveAfter(l,M,E)):l=this._addAfter(new gI(h,v),M,E),l}_verifyReinsertion(l,h,v,E){let M=null===this._unlinkedRecords?null:this._unlinkedRecords.get(v,null);return null!==M?l=this._reinsertAfter(M,l._prev,E):l.currentIndex!=E&&(l.currentIndex=E,this._addToMoves(l,E)),l}_truncate(l){for(;null!==l;){const h=l._next;this._addToRemovals(this._unlink(l)),l=h}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(l,h,v){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(l);const E=l._prevRemoved,M=l._nextRemoved;return null===E?this._removalsHead=M:E._nextRemoved=M,null===M?this._removalsTail=E:M._prevRemoved=E,this._insertAfter(l,h,v),this._addToMoves(l,v),l}_moveAfter(l,h,v){return this._unlink(l),this._insertAfter(l,h,v),this._addToMoves(l,v),l}_addAfter(l,h,v){return this._insertAfter(l,h,v),this._additionsTail=null===this._additionsTail?this._additionsHead=l:this._additionsTail._nextAdded=l,l}_insertAfter(l,h,v){const E=null===h?this._itHead:h._next;return l._next=E,l._prev=h,null===E?this._itTail=l:E._prev=l,null===h?this._itHead=l:h._next=l,null===this._linkedRecords&&(this._linkedRecords=new nb),this._linkedRecords.put(l),l.currentIndex=v,l}_remove(l){return this._addToRemovals(this._unlink(l))}_unlink(l){null!==this._linkedRecords&&this._linkedRecords.remove(l);const h=l._prev,v=l._next;return null===h?this._itHead=v:h._next=v,null===v?this._itTail=h:v._prev=h,l}_addToMoves(l,h){return l.previousIndex===h||(this._movesTail=null===this._movesTail?this._movesHead=l:this._movesTail._nextMoved=l),l}_addToRemovals(l){return null===this._unlinkedRecords&&(this._unlinkedRecords=new nb),this._unlinkedRecords.put(l),l.currentIndex=null,l._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=l,l._prevRemoved=null):(l._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=l),l}_addIdentityChange(l,h){return l.item=h,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=l:this._identityChangesTail._nextIdentityChange=l,l}}class gI{constructor(l,h){this.item=l,this.trackById=h,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class _I{constructor(){this._head=null,this._tail=null}add(l){null===this._head?(this._head=this._tail=l,l._nextDup=null,l._prevDup=null):(this._tail._nextDup=l,l._prevDup=this._tail,l._nextDup=null,this._tail=l)}get(l,h){let v;for(v=this._head;null!==v;v=v._nextDup)if((null===h||h<=v.currentIndex)&&Object.is(v.trackById,l))return v;return null}remove(l){const h=l._prevDup,v=l._nextDup;return null===h?this._head=v:h._nextDup=v,null===v?this._tail=h:v._prevDup=h,null===this._head}}class nb{constructor(){this.map=new Map}put(l){const h=l.trackById;let v=this.map.get(h);v||(v=new _I,this.map.set(h,v)),v.add(l)}get(l,h){const E=this.map.get(l);return E?E.get(l,h):null}remove(l){const h=l.trackById;return this.map.get(h).remove(l)&&this.map.delete(h),l}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function ix(c,l,h){const v=c.previousIndex;if(null===v)return v;let E=0;return h&&v{if(h&&h.key===E)this._maybeAddToChanges(h,v),this._appendAfter=h,h=h._next;else{const M=this._getOrCreateRecordForKey(E,v);h=this._insertBeforeOrAppend(h,M)}}),h){h._prev&&(h._prev._next=null),this._removalsHead=h;for(let v=h;null!==v;v=v._nextRemoved)v===this._mapHead&&(this._mapHead=null),this._records.delete(v.key),v._nextRemoved=v._next,v.previousValue=v.currentValue,v.currentValue=null,v._prev=null,v._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(l,h){if(l){const v=l._prev;return h._next=l,h._prev=v,l._prev=h,v&&(v._next=h),l===this._mapHead&&(this._mapHead=h),this._appendAfter=l,l}return this._appendAfter?(this._appendAfter._next=h,h._prev=this._appendAfter):this._mapHead=h,this._appendAfter=h,null}_getOrCreateRecordForKey(l,h){if(this._records.has(l)){const E=this._records.get(l);this._maybeAddToChanges(E,h);const M=E._prev,V=E._next;return M&&(M._next=V),V&&(V._prev=M),E._next=null,E._prev=null,E}const v=new vI(l);return this._records.set(l,v),v.currentValue=h,this._addToAdditions(v),v}_reset(){if(this.isDirty){let l;for(this._previousMapHead=this._mapHead,l=this._previousMapHead;null!==l;l=l._next)l._nextPrevious=l._next;for(l=this._changesHead;null!==l;l=l._nextChanged)l.previousValue=l.currentValue;for(l=this._additionsHead;null!=l;l=l._nextAdded)l.previousValue=l.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(l,h){Object.is(h,l.currentValue)||(l.previousValue=l.currentValue,l.currentValue=h,this._addToChanges(l))}_addToAdditions(l){null===this._additionsHead?this._additionsHead=this._additionsTail=l:(this._additionsTail._nextAdded=l,this._additionsTail=l)}_addToChanges(l){null===this._changesHead?this._changesHead=this._changesTail=l:(this._changesTail._nextChanged=l,this._changesTail=l)}_forEach(l,h){l instanceof Map?l.forEach(h):Object.keys(l).forEach(v=>h(l[v],v))}}class vI{constructor(l){this.key=l,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}function p_(){return new m_([new tx])}let m_=(()=>{class c{static#e=this.\u0275prov=et({token:c,providedIn:"root",factory:p_});constructor(h){this.factories=h}static create(h,v){if(null!=v){const E=v.factories.slice();h=h.concat(E)}return new c(h)}static extend(h){return{provide:c,useFactory:v=>c.create(h,v||p_()),deps:[[c,new nh,new j4]]}}find(h){const v=this.factories.find(E=>E.supports(h));if(null!=v)return v;throw new ye(901,!1)}}return c})();function g_(){return new rb([new h_])}let rb=(()=>{class c{static#e=this.\u0275prov=et({token:c,providedIn:"root",factory:g_});constructor(h){this.factories=h}static create(h,v){if(v){const E=v.factories.slice();h=h.concat(E)}return new c(h)}static extend(h){return{provide:c,useFactory:v=>c.create(h,v||g_()),deps:[[c,new nh,new j4]]}}find(h){const v=this.factories.find(E=>E.supports(h));if(v)return v;throw new ye(901,!1)}}return c})(),px=!1;function AI(){return Z1([{provide:Rh,useFactory:()=>{let c=!0;return Wa()&&(c=!!si(Nd,{optional:!0})?.get(Z0,null)),c&&si(Ch).add("hydration"),c}},{provide:W0,useValue:()=>{Wa()&&si(Rh)&&(function cb(){const c=Pf();let l;for(const h of c.body.childNodes)if(h.nodeType===Node.COMMENT_NODE&&h.textContent?.trim()===kd){l=h;break}if(!l)throw new ye(-507,!1)}(),function TI(){px||(px=!0,function C5(){tg=ng}(),function IA(){g7=OA}(),function WA(){HC=zC}(),function kA(){v7=NA}(),function MA(){mC=wA}(),function fO(){Cv=iS}(),function lO(){XE=Fs}(),function NM(){U5=RM}())}())},multi:!0},{provide:pg,useFactory:()=>Wa()&&si(Rh)},{provide:Wv,useFactory:()=>{if(Wa()&&si(Rh)){const c=si(r4);return si(W2),()=>{(function MI(c,l){return c.isStable.pipe((0,ue.P)(v=>v)).toPromise().then(()=>{})})(c).then(()=>{zl.assertInAngularZone(),function aO(c){const l=c._views;for(const h of l){const v=Yf(h);null!==v&&null!==v[Ar]&&(Ms(v)?qg(v):(qg(v[Ar]),JE(v)))}}(c)})}}return()=>{}},multi:!0}])}function DI(c){return"boolean"==typeof c?c:null!=c&&"false"!==c}function lb(c){const l=$i(c);if(!l)return null;const h=new K2(l);return{get selector(){return h.selector},get type(){return h.componentType},get inputs(){return h.inputs},get outputs(){return h.outputs},get ngContentSelectors(){return h.ngContentSelectors},get isStandalone(){return l.standalone},get isSignal(){return l.signals}}}},2133:(ve,k,_)=>{"use strict";_.d(k,{ve:()=>je,Wl:()=>Ce,Zs:()=>fc,Fj:()=>xe,NI:()=>yi,oH:()=>qc,u:()=>zr,cw:()=>Bt,sg:()=>Ar,u5:()=>vl,Cf:()=>We,JU:()=>He,a5:()=>Tr,JJ:()=>bi,JL:()=>or,F:()=>tn,On:()=>Ws,YN:()=>Sa,_:()=>la,eT:()=>ps,UX:()=>Ll,EJ:()=>Pr,p4:()=>Or,nJ:()=>yn,kI:()=>Tt,em:()=>F2,rK:()=>Ui,Yb:()=>Dn,Kr:()=>vs});var u=_(755),o=_(6733),D=_(3489),j=_(8132),te=_(6632),U=_(6974),X=_(8197),ee=_(134),ne=_(5993),ue=_(2713),he=_(2425);let Ve=(()=>{class Ne{constructor(ge,dt){this._renderer=ge,this._elementRef=dt,this.onChange=dn=>{},this.onTouched=()=>{}}setProperty(ge,dt){this._renderer.setProperty(this._elementRef.nativeElement,ge,dt)}registerOnTouched(ge){this.onTouched=ge}registerOnChange(ge){this.onChange=ge}setDisabledState(ge){this.setProperty("disabled",ge)}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(u.Qsj),u.Y36(u.SBq))};static#t=this.\u0275dir=u.lG2({type:Ne})}return Ne})(),be=(()=>{class Ne extends Ve{static#e=this.\u0275fac=function(){let ge;return function(dn){return(ge||(ge=u.n5z(Ne)))(dn||Ne)}}();static#t=this.\u0275dir=u.lG2({type:Ne,features:[u.qOj]})}return Ne})();const He=new u.OlP("NgValueAccessor"),Se={provide:He,useExisting:(0,u.Gpc)(()=>Ce),multi:!0};let Ce=(()=>{class Ne extends be{writeValue(ge){this.setProperty("checked",ge)}static#e=this.\u0275fac=function(){let ge;return function(dn){return(ge||(ge=u.n5z(Ne)))(dn||Ne)}}();static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(dt,dn){1&dt&&u.NdJ("change",function(lo){return dn.onChange(lo.target.checked)})("blur",function(){return dn.onTouched()})},features:[u._Bn([Se]),u.qOj]})}return Ne})();const ft={provide:He,useExisting:(0,u.Gpc)(()=>xe),multi:!0},je=new u.OlP("CompositionEventMode");let xe=(()=>{class Ne extends Ve{constructor(ge,dt,dn){super(ge,dt),this._compositionMode=dn,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function Ue(){const Ne=(0,o.q)()?(0,o.q)().getUserAgent():"";return/android (\d+)/.test(Ne.toLowerCase())}())}writeValue(ge){this.setProperty("value",ge??"")}_handleInput(ge){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(ge)}_compositionStart(){this._composing=!0}_compositionEnd(ge){this._composing=!1,this._compositionMode&&this.onChange(ge)}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(u.Qsj),u.Y36(u.SBq),u.Y36(je,8))};static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(dt,dn){1&dt&&u.NdJ("input",function(lo){return dn._handleInput(lo.target.value)})("blur",function(){return dn.onTouched()})("compositionstart",function(){return dn._compositionStart()})("compositionend",function(lo){return dn._compositionEnd(lo.target.value)})},features:[u._Bn([ft]),u.qOj]})}return Ne})();function ye(Ne){return null==Ne||("string"==typeof Ne||Array.isArray(Ne))&&0===Ne.length}function Oe(Ne){return null!=Ne&&"number"==typeof Ne.length}const We=new u.OlP("NgValidators"),Ke=new u.OlP("NgAsyncValidators"),xt=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class Tt{static min(ze){return function Sn(Ne){return ze=>{if(ye(ze.value)||ye(Ne))return null;const ge=parseFloat(ze.value);return!isNaN(ge)&&ge{if(ye(ze.value)||ye(Ne))return null;const ge=parseFloat(ze.value);return!isNaN(ge)&&ge>Ne?{max:{max:Ne,actual:ze.value}}:null}}(ze)}static required(ze){return zn(ze)}static requiredTrue(ze){return ri(ze)}static email(ze){return function Pi(Ne){return ye(Ne.value)||xt.test(Ne.value)?null:{email:!0}}(ze)}static minLength(ze){return function jn(Ne){return ze=>ye(ze.value)||!Oe(ze.value)?null:ze.value.lengthOe(ze.value)&&ze.value.length>Ne?{maxlength:{requiredLength:Ne,actualLength:ze.value.length}}:null}(ze)}static pattern(ze){return function Ei(Ne){if(!Ne)return mn;let ze,ge;return"string"==typeof Ne?(ge="","^"!==Ne.charAt(0)&&(ge+="^"),ge+=Ne,"$"!==Ne.charAt(Ne.length-1)&&(ge+="$"),ze=new RegExp(ge)):(ge=Ne.toString(),ze=Ne),dt=>{if(ye(dt.value))return null;const dn=dt.value;return ze.test(dn)?null:{pattern:{requiredPattern:ge,actualValue:dn}}}}(ze)}static nullValidator(ze){return null}static compose(ze){return P(ze)}static composeAsync(ze){return Ae(ze)}}function zn(Ne){return ye(Ne.value)?{required:!0}:null}function ri(Ne){return!0===Ne.value?null:{required:!0}}function mn(Ne){return null}function Mt(Ne){return null!=Ne}function _t(Ne){return(0,u.QGY)(Ne)?(0,D.D)(Ne):Ne}function Ze(Ne){let ze={};return Ne.forEach(ge=>{ze=null!=ge?{...ze,...ge}:ze}),0===Object.keys(ze).length?null:ze}function De(Ne,ze){return ze.map(ge=>ge(Ne))}function Je(Ne){return Ne.map(ze=>function Be(Ne){return!Ne.validate}(ze)?ze:ge=>ze.validate(ge))}function P(Ne){if(!Ne)return null;const ze=Ne.filter(Mt);return 0==ze.length?null:function(ge){return Ze(De(ge,ze))}}function Z(Ne){return null!=Ne?P(Je(Ne)):null}function Ae(Ne){if(!Ne)return null;const ze=Ne.filter(Mt);return 0==ze.length?null:function(ge){return function ce(...Ne){const ze=(0,X.jO)(Ne),{args:ge,keys:dt}=(0,te.D)(Ne),dn=new j.y(yr=>{const{length:lo}=ge;if(!lo)return void yr.complete();const La=new Array(lo);let Oc=lo,ol=lo;for(let sl=0;sl{ql||(ql=!0,ol--),La[sl]=Kc},()=>Oc--,void 0,()=>{(!Oc||!ql)&&(ol||yr.next(dt?(0,ue.n)(dt,La):La),yr.complete())}))}});return ze?dn.pipe((0,ne.Z)(ze)):dn}(De(ge,ze).map(_t)).pipe((0,he.U)(Ze))}}function Fe(Ne){return null!=Ne?Ae(Je(Ne)):null}function $t(Ne,ze){return null===Ne?[ze]:Array.isArray(Ne)?[...Ne,ze]:[Ne,ze]}function et(Ne){return Ne._rawValidators}function Dt(Ne){return Ne._rawAsyncValidators}function Gt(Ne){return Ne?Array.isArray(Ne)?Ne:[Ne]:[]}function gn(Ne,ze){return Array.isArray(Ne)?Ne.includes(ze):Ne===ze}function Gn(Ne,ze){const ge=Gt(ze);return Gt(Ne).forEach(dn=>{gn(ge,dn)||ge.push(dn)}),ge}function mi(Ne,ze){return Gt(ze).filter(ge=>!gn(Ne,ge))}class vr{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(ze){this._rawValidators=ze||[],this._composedValidatorFn=Z(this._rawValidators)}_setAsyncValidators(ze){this._rawAsyncValidators=ze||[],this._composedAsyncValidatorFn=Fe(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(ze){this._onDestroyCallbacks.push(ze)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(ze=>ze()),this._onDestroyCallbacks=[]}reset(ze=void 0){this.control&&this.control.reset(ze)}hasError(ze,ge){return!!this.control&&this.control.hasError(ze,ge)}getError(ze,ge){return this.control?this.control.getError(ze,ge):null}}class ki extends vr{get formDirective(){return null}get path(){return null}}class Tr extends vr{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class Fr{constructor(ze){this._cd=ze}get isTouched(){return!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return!!this._cd?.submitted}}let bi=(()=>{class Ne extends Fr{constructor(ge){super(ge)}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(Tr,2))};static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(dt,dn){2&dt&&u.ekj("ng-untouched",dn.isUntouched)("ng-touched",dn.isTouched)("ng-pristine",dn.isPristine)("ng-dirty",dn.isDirty)("ng-valid",dn.isValid)("ng-invalid",dn.isInvalid)("ng-pending",dn.isPending)},features:[u.qOj]})}return Ne})(),or=(()=>{class Ne extends Fr{constructor(ge){super(ge)}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(ki,10))};static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(dt,dn){2&dt&&u.ekj("ng-untouched",dn.isUntouched)("ng-touched",dn.isTouched)("ng-pristine",dn.isPristine)("ng-dirty",dn.isDirty)("ng-valid",dn.isValid)("ng-invalid",dn.isInvalid)("ng-pending",dn.isPending)("ng-submitted",dn.isSubmitted)},features:[u.qOj]})}return Ne})();const Yt="VALID",Ln="INVALID",vi="PENDING",Ti="DISABLED";function kr(Ne){return(St(Ne)?Ne.validators:Ne)||null}function an(Ne,ze){return(St(ze)?ze.asyncValidators:Ne)||null}function St(Ne){return null!=Ne&&!Array.isArray(Ne)&&"object"==typeof Ne}function Wt(Ne,ze,ge){const dt=Ne.controls;if(!(ze?Object.keys(dt):dt).length)throw new u.vHH(1e3,"");if(!dt[ge])throw new u.vHH(1001,"")}function qe(Ne,ze,ge){Ne._forEachChild((dt,dn)=>{if(void 0===ge[dn])throw new u.vHH(1002,"")})}class lt{constructor(ze,ge){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=!1,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._assignValidators(ze),this._assignAsyncValidators(ge)}get validator(){return this._composedValidatorFn}set validator(ze){this._rawValidators=this._composedValidatorFn=ze}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(ze){this._rawAsyncValidators=this._composedAsyncValidatorFn=ze}get parent(){return this._parent}get valid(){return this.status===Yt}get invalid(){return this.status===Ln}get pending(){return this.status==vi}get disabled(){return this.status===Ti}get enabled(){return this.status!==Ti}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(ze){this._assignValidators(ze)}setAsyncValidators(ze){this._assignAsyncValidators(ze)}addValidators(ze){this.setValidators(Gn(ze,this._rawValidators))}addAsyncValidators(ze){this.setAsyncValidators(Gn(ze,this._rawAsyncValidators))}removeValidators(ze){this.setValidators(mi(ze,this._rawValidators))}removeAsyncValidators(ze){this.setAsyncValidators(mi(ze,this._rawAsyncValidators))}hasValidator(ze){return gn(this._rawValidators,ze)}hasAsyncValidator(ze){return gn(this._rawAsyncValidators,ze)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(ze={}){this.touched=!0,this._parent&&!ze.onlySelf&&this._parent.markAsTouched(ze)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(ze=>ze.markAllAsTouched())}markAsUntouched(ze={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(ge=>{ge.markAsUntouched({onlySelf:!0})}),this._parent&&!ze.onlySelf&&this._parent._updateTouched(ze)}markAsDirty(ze={}){this.pristine=!1,this._parent&&!ze.onlySelf&&this._parent.markAsDirty(ze)}markAsPristine(ze={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(ge=>{ge.markAsPristine({onlySelf:!0})}),this._parent&&!ze.onlySelf&&this._parent._updatePristine(ze)}markAsPending(ze={}){this.status=vi,!1!==ze.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!ze.onlySelf&&this._parent.markAsPending(ze)}disable(ze={}){const ge=this._parentMarkedDirty(ze.onlySelf);this.status=Ti,this.errors=null,this._forEachChild(dt=>{dt.disable({...ze,onlySelf:!0})}),this._updateValue(),!1!==ze.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...ze,skipPristineCheck:ge}),this._onDisabledChange.forEach(dt=>dt(!0))}enable(ze={}){const ge=this._parentMarkedDirty(ze.onlySelf);this.status=Yt,this._forEachChild(dt=>{dt.enable({...ze,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:ze.emitEvent}),this._updateAncestors({...ze,skipPristineCheck:ge}),this._onDisabledChange.forEach(dt=>dt(!1))}_updateAncestors(ze){this._parent&&!ze.onlySelf&&(this._parent.updateValueAndValidity(ze),ze.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(ze){this._parent=ze}getRawValue(){return this.value}updateValueAndValidity(ze={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Yt||this.status===vi)&&this._runAsyncValidator(ze.emitEvent)),!1!==ze.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!ze.onlySelf&&this._parent.updateValueAndValidity(ze)}_updateTreeValidity(ze={emitEvent:!0}){this._forEachChild(ge=>ge._updateTreeValidity(ze)),this.updateValueAndValidity({onlySelf:!0,emitEvent:ze.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ti:Yt}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(ze){if(this.asyncValidator){this.status=vi,this._hasOwnPendingAsyncValidator=!0;const ge=_t(this.asyncValidator(this));this._asyncValidationSubscription=ge.subscribe(dt=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(dt,{emitEvent:ze})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(ze,ge={}){this.errors=ze,this._updateControlsErrors(!1!==ge.emitEvent)}get(ze){let ge=ze;return null==ge||(Array.isArray(ge)||(ge=ge.split(".")),0===ge.length)?null:ge.reduce((dt,dn)=>dt&&dt._find(dn),this)}getError(ze,ge){const dt=ge?this.get(ge):this;return dt&&dt.errors?dt.errors[ze]:null}hasError(ze,ge){return!!this.getError(ze,ge)}get root(){let ze=this;for(;ze._parent;)ze=ze._parent;return ze}_updateControlsErrors(ze){this.status=this._calculateStatus(),ze&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(ze)}_initObservables(){this.valueChanges=new u.vpe,this.statusChanges=new u.vpe}_calculateStatus(){return this._allControlsDisabled()?Ti:this.errors?Ln:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(vi)?vi:this._anyControlsHaveStatus(Ln)?Ln:Yt}_anyControlsHaveStatus(ze){return this._anyControls(ge=>ge.status===ze)}_anyControlsDirty(){return this._anyControls(ze=>ze.dirty)}_anyControlsTouched(){return this._anyControls(ze=>ze.touched)}_updatePristine(ze={}){this.pristine=!this._anyControlsDirty(),this._parent&&!ze.onlySelf&&this._parent._updatePristine(ze)}_updateTouched(ze={}){this.touched=this._anyControlsTouched(),this._parent&&!ze.onlySelf&&this._parent._updateTouched(ze)}_registerOnCollectionChange(ze){this._onCollectionChange=ze}_setUpdateStrategy(ze){St(ze)&&null!=ze.updateOn&&(this._updateOn=ze.updateOn)}_parentMarkedDirty(ze){return!ze&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}_find(ze){return null}_assignValidators(ze){this._rawValidators=Array.isArray(ze)?ze.slice():ze,this._composedValidatorFn=function pr(Ne){return Array.isArray(Ne)?Z(Ne):Ne||null}(this._rawValidators)}_assignAsyncValidators(ze){this._rawAsyncValidators=Array.isArray(ze)?ze.slice():ze,this._composedAsyncValidatorFn=function Ot(Ne){return Array.isArray(Ne)?Fe(Ne):Ne||null}(this._rawAsyncValidators)}}class Bt extends lt{constructor(ze,ge,dt){super(kr(ge),an(dt,ge)),this.controls=ze,this._initObservables(),this._setUpdateStrategy(ge),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(ze,ge){return this.controls[ze]?this.controls[ze]:(this.controls[ze]=ge,ge.setParent(this),ge._registerOnCollectionChange(this._onCollectionChange),ge)}addControl(ze,ge,dt={}){this.registerControl(ze,ge),this.updateValueAndValidity({emitEvent:dt.emitEvent}),this._onCollectionChange()}removeControl(ze,ge={}){this.controls[ze]&&this.controls[ze]._registerOnCollectionChange(()=>{}),delete this.controls[ze],this.updateValueAndValidity({emitEvent:ge.emitEvent}),this._onCollectionChange()}setControl(ze,ge,dt={}){this.controls[ze]&&this.controls[ze]._registerOnCollectionChange(()=>{}),delete this.controls[ze],ge&&this.registerControl(ze,ge),this.updateValueAndValidity({emitEvent:dt.emitEvent}),this._onCollectionChange()}contains(ze){return this.controls.hasOwnProperty(ze)&&this.controls[ze].enabled}setValue(ze,ge={}){qe(this,0,ze),Object.keys(ze).forEach(dt=>{Wt(this,!0,dt),this.controls[dt].setValue(ze[dt],{onlySelf:!0,emitEvent:ge.emitEvent})}),this.updateValueAndValidity(ge)}patchValue(ze,ge={}){null!=ze&&(Object.keys(ze).forEach(dt=>{const dn=this.controls[dt];dn&&dn.patchValue(ze[dt],{onlySelf:!0,emitEvent:ge.emitEvent})}),this.updateValueAndValidity(ge))}reset(ze={},ge={}){this._forEachChild((dt,dn)=>{dt.reset(ze?ze[dn]:null,{onlySelf:!0,emitEvent:ge.emitEvent})}),this._updatePristine(ge),this._updateTouched(ge),this.updateValueAndValidity(ge)}getRawValue(){return this._reduceChildren({},(ze,ge,dt)=>(ze[dt]=ge.getRawValue(),ze))}_syncPendingControls(){let ze=this._reduceChildren(!1,(ge,dt)=>!!dt._syncPendingControls()||ge);return ze&&this.updateValueAndValidity({onlySelf:!0}),ze}_forEachChild(ze){Object.keys(this.controls).forEach(ge=>{const dt=this.controls[ge];dt&&ze(dt,ge)})}_setUpControls(){this._forEachChild(ze=>{ze.setParent(this),ze._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(ze){for(const[ge,dt]of Object.entries(this.controls))if(this.contains(ge)&&ze(dt))return!0;return!1}_reduceValue(){return this._reduceChildren({},(ge,dt,dn)=>((dt.enabled||this.disabled)&&(ge[dn]=dt.value),ge))}_reduceChildren(ze,ge){let dt=ze;return this._forEachChild((dn,yr)=>{dt=ge(dt,dn,yr)}),dt}_allControlsDisabled(){for(const ze of Object.keys(this.controls))if(this.controls[ze].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(ze){return this.controls.hasOwnProperty(ze)?this.controls[ze]:null}}const yn=Bt,Dn=Ne=>Ne instanceof Bt,Dr=new u.OlP("CallSetDisabledState",{providedIn:"root",factory:()=>ao}),ao="always";function Cn(Ne,ze){return[...ze.path,Ne]}function It(Ne,ze,ge=ao){oi(Ne,ze),ze.valueAccessor.writeValue(Ne.value),(Ne.disabled||"always"===ge)&&ze.valueAccessor.setDisabledState?.(Ne.disabled),function wi(Ne,ze){ze.valueAccessor.registerOnChange(ge=>{Ne._pendingValue=ge,Ne._pendingChange=!0,Ne._pendingDirty=!0,"change"===Ne.updateOn&&Eo(Ne,ze)})}(Ne,ze),function fs(Ne,ze){const ge=(dt,dn)=>{ze.valueAccessor.writeValue(dt),dn&&ze.viewToModelUpdate(dt)};Ne.registerOnChange(ge),ze._registerOnDestroy(()=>{Ne._unregisterOnChange(ge)})}(Ne,ze),function Mr(Ne,ze){ze.valueAccessor.registerOnTouched(()=>{Ne._pendingTouched=!0,"blur"===Ne.updateOn&&Ne._pendingChange&&Eo(Ne,ze),"submit"!==Ne.updateOn&&Ne.markAsTouched()})}(Ne,ze),function ui(Ne,ze){if(ze.valueAccessor.setDisabledState){const ge=dt=>{ze.valueAccessor.setDisabledState(dt)};Ne.registerOnDisabledChange(ge),ze._registerOnDestroy(()=>{Ne._unregisterOnDisabledChange(ge)})}}(Ne,ze)}function Kt(Ne,ze,ge=!0){const dt=()=>{};ze.valueAccessor&&(ze.valueAccessor.registerOnChange(dt),ze.valueAccessor.registerOnTouched(dt)),Jn(Ne,ze),Ne&&(ze._invokeOnDestroyCallbacks(),Ne._registerOnCollectionChange(()=>{}))}function Fn(Ne,ze){Ne.forEach(ge=>{ge.registerOnValidatorChange&&ge.registerOnValidatorChange(ze)})}function oi(Ne,ze){const ge=et(Ne);null!==ze.validator?Ne.setValidators($t(ge,ze.validator)):"function"==typeof ge&&Ne.setValidators([ge]);const dt=Dt(Ne);null!==ze.asyncValidator?Ne.setAsyncValidators($t(dt,ze.asyncValidator)):"function"==typeof dt&&Ne.setAsyncValidators([dt]);const dn=()=>Ne.updateValueAndValidity();Fn(ze._rawValidators,dn),Fn(ze._rawAsyncValidators,dn)}function Jn(Ne,ze){let ge=!1;if(null!==Ne){if(null!==ze.validator){const dn=et(Ne);if(Array.isArray(dn)&&dn.length>0){const yr=dn.filter(lo=>lo!==ze.validator);yr.length!==dn.length&&(ge=!0,Ne.setValidators(yr))}}if(null!==ze.asyncValidator){const dn=Dt(Ne);if(Array.isArray(dn)&&dn.length>0){const yr=dn.filter(lo=>lo!==ze.asyncValidator);yr.length!==dn.length&&(ge=!0,Ne.setAsyncValidators(yr))}}}const dt=()=>{};return Fn(ze._rawValidators,dt),Fn(ze._rawAsyncValidators,dt),ge}function Eo(Ne,ze){Ne._pendingDirty&&Ne.markAsDirty(),Ne.setValue(Ne._pendingValue,{emitModelToViewChange:!1}),ze.viewToModelUpdate(Ne._pendingValue),Ne._pendingChange=!1}function Wr(Ne,ze){oi(Ne,ze)}function So(Ne,ze){if(!Ne.hasOwnProperty("model"))return!1;const ge=Ne.model;return!!ge.isFirstChange()||!Object.is(ze,ge.currentValue)}function hs(Ne,ze){Ne._syncPendingControls(),ze.forEach(ge=>{const dt=ge.control;"submit"===dt.updateOn&&dt._pendingChange&&(ge.viewToModelUpdate(dt._pendingValue),dt._pendingChange=!1)})}function ti(Ne,ze){if(!ze)return null;let ge,dt,dn;return Array.isArray(ze),ze.forEach(yr=>{yr.constructor===xe?ge=yr:function Gr(Ne){return Object.getPrototypeOf(Ne.constructor)===be}(yr)?dt=yr:dn=yr}),dn||dt||ge||null}const Xe={provide:ki,useExisting:(0,u.Gpc)(()=>tn)},Jt=(()=>Promise.resolve())();let tn=(()=>{class Ne extends ki{constructor(ge,dt,dn){super(),this.callSetDisabledState=dn,this.submitted=!1,this._directives=new Set,this.ngSubmit=new u.vpe,this.form=new Bt({},Z(ge),Fe(dt))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(ge){Jt.then(()=>{const dt=this._findContainer(ge.path);ge.control=dt.registerControl(ge.name,ge.control),It(ge.control,ge,this.callSetDisabledState),ge.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(ge)})}getControl(ge){return this.form.get(ge.path)}removeControl(ge){Jt.then(()=>{const dt=this._findContainer(ge.path);dt&&dt.removeControl(ge.name),this._directives.delete(ge)})}addFormGroup(ge){Jt.then(()=>{const dt=this._findContainer(ge.path),dn=new Bt({});Wr(dn,ge),dt.registerControl(ge.name,dn),dn.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(ge){Jt.then(()=>{const dt=this._findContainer(ge.path);dt&&dt.removeControl(ge.name)})}getFormGroup(ge){return this.form.get(ge.path)}updateModel(ge,dt){Jt.then(()=>{this.form.get(ge.path).setValue(dt)})}setValue(ge){this.control.setValue(ge)}onSubmit(ge){return this.submitted=!0,hs(this.form,this._directives),this.ngSubmit.emit(ge),"dialog"===ge?.target?.method}onReset(){this.resetForm()}resetForm(ge=void 0){this.form.reset(ge),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(ge){return ge.pop(),ge.length?this.form.get(ge):this.form}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(We,10),u.Y36(Ke,10),u.Y36(Dr,8))};static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(dt,dn){1&dt&&u.NdJ("submit",function(lo){return dn.onSubmit(lo)})("reset",function(){return dn.onReset()})},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[u._Bn([Xe]),u.qOj]})}return Ne})();function rn(Ne,ze){const ge=Ne.indexOf(ze);ge>-1&&Ne.splice(ge,1)}function ni(Ne){return"object"==typeof Ne&&null!==Ne&&2===Object.keys(Ne).length&&"value"in Ne&&"disabled"in Ne}const yi=class extends lt{constructor(ze=null,ge,dt){super(kr(ge),an(dt,ge)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(ze),this._setUpdateStrategy(ge),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),St(ge)&&(ge.nonNullable||ge.initialValueIsDefault)&&(this.defaultValue=ni(ze)?ze.value:ze)}setValue(ze,ge={}){this.value=this._pendingValue=ze,this._onChange.length&&!1!==ge.emitModelToViewChange&&this._onChange.forEach(dt=>dt(this.value,!1!==ge.emitViewToModelChange)),this.updateValueAndValidity(ge)}patchValue(ze,ge={}){this.setValue(ze,ge)}reset(ze=this.defaultValue,ge={}){this._applyFormState(ze),this.markAsPristine(ge),this.markAsUntouched(ge),this.setValue(this.value,ge),this._pendingChange=!1}_updateValue(){}_anyControls(ze){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(ze){this._onChange.push(ze)}_unregisterOnChange(ze){rn(this._onChange,ze)}registerOnDisabledChange(ze){this._onDisabledChange.push(ze)}_unregisterOnDisabledChange(ze){rn(this._onDisabledChange,ze)}_forEachChild(ze){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(ze){ni(ze)?(this.value=this._pendingValue=ze.value,ze.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=ze}},Or=yi,Ui=Ne=>Ne instanceof yi,Bo={provide:Tr,useExisting:(0,u.Gpc)(()=>Ws)},ea=(()=>Promise.resolve())();let Ws=(()=>{class Ne extends Tr{constructor(ge,dt,dn,yr,lo,La){super(),this._changeDetectorRef=lo,this.callSetDisabledState=La,this.control=new yi,this._registered=!1,this.name="",this.update=new u.vpe,this._parent=ge,this._setValidators(dt),this._setAsyncValidators(dn),this.valueAccessor=ti(0,yr)}ngOnChanges(ge){if(this._checkForErrors(),!this._registered||"name"in ge){if(this._registered&&(this._checkName(),this.formDirective)){const dt=ge.name.previousValue;this.formDirective.removeControl({name:dt,path:this._getPath(dt)})}this._setUpControl()}"isDisabled"in ge&&this._updateDisabled(ge),So(ge,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(ge){this.viewModel=ge,this.update.emit(ge)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){It(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(ge){ea.then(()=>{this.control.setValue(ge,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(ge){const dt=ge.isDisabled.currentValue,dn=0!==dt&&(0,u.VuI)(dt);ea.then(()=>{dn&&!this.control.disabled?this.control.disable():!dn&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(ge){return this._parent?Cn(ge,this._parent):[ge]}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(ki,9),u.Y36(We,10),u.Y36(Ke,10),u.Y36(He,10),u.Y36(u.sBO,8),u.Y36(Dr,8))};static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[u._Bn([Bo]),u.qOj,u.TTD]})}return Ne})();const nr={provide:He,useExisting:(0,u.Gpc)(()=>la),multi:!0};let Hr=(()=>{class Ne{static#e=this.\u0275fac=function(dt){return new(dt||Ne)};static#t=this.\u0275mod=u.oAB({type:Ne});static#n=this.\u0275inj=u.cJS({})}return Ne})(),co=(()=>{class Ne{constructor(){this._accessors=[]}add(ge,dt){this._accessors.push([ge,dt])}remove(ge){for(let dt=this._accessors.length-1;dt>=0;--dt)if(this._accessors[dt][1]===ge)return void this._accessors.splice(dt,1)}select(ge){this._accessors.forEach(dt=>{this._isSameGroup(dt,ge)&&dt[1]!==ge&&dt[1].fireUncheck(ge.value)})}_isSameGroup(ge,dt){return!!ge[0].control&&ge[0]._parent===dt._control._parent&&ge[1].name===dt.name}static#e=this.\u0275fac=function(dt){return new(dt||Ne)};static#t=this.\u0275prov=u.Yz7({token:Ne,factory:Ne.\u0275fac,providedIn:Hr})}return Ne})(),la=(()=>{class Ne extends be{constructor(ge,dt,dn,yr){super(ge,dt),this._registry=dn,this._injector=yr,this.setDisabledStateFired=!1,this.onChange=()=>{},this.callSetDisabledState=(0,u.f3M)(Dr,{optional:!0})??ao}ngOnInit(){this._control=this._injector.get(Tr),this._checkName(),this._registry.add(this._control,this)}ngOnDestroy(){this._registry.remove(this)}writeValue(ge){this._state=ge===this.value,this.setProperty("checked",this._state)}registerOnChange(ge){this._fn=ge,this.onChange=()=>{ge(this.value),this._registry.select(this)}}setDisabledState(ge){(this.setDisabledStateFired||ge||"whenDisabledForLegacyCode"===this.callSetDisabledState)&&this.setProperty("disabled",ge),this.setDisabledStateFired=!0}fireUncheck(ge){this.writeValue(ge)}_checkName(){!this.name&&this.formControlName&&(this.name=this.formControlName)}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(u.Qsj),u.Y36(u.SBq),u.Y36(co),u.Y36(u.zs3))};static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["input","type","radio","formControlName",""],["input","type","radio","formControl",""],["input","type","radio","ngModel",""]],hostBindings:function(dt,dn){1&dt&&u.NdJ("change",function(){return dn.onChange()})("blur",function(){return dn.onTouched()})},inputs:{name:"name",formControlName:"formControlName",value:"value"},features:[u._Bn([nr]),u.qOj]})}return Ne})();const Ps={provide:He,useExisting:(0,u.Gpc)(()=>ps),multi:!0};let ps=(()=>{class Ne extends be{writeValue(ge){this.setProperty("value",parseFloat(ge))}registerOnChange(ge){this.onChange=dt=>{ge(""==dt?null:parseFloat(dt))}}static#e=this.\u0275fac=function(){let ge;return function(dn){return(ge||(ge=u.n5z(Ne)))(dn||Ne)}}();static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(dt,dn){1&dt&&u.NdJ("change",function(lo){return dn.onChange(lo.target.value)})("input",function(lo){return dn.onChange(lo.target.value)})("blur",function(){return dn.onTouched()})},features:[u._Bn([Ps]),u.qOj]})}return Ne})();const Za=new u.OlP("NgModelWithFormControlWarning"),Oo={provide:Tr,useExisting:(0,u.Gpc)(()=>qc)};let qc=(()=>{class Ne extends Tr{set isDisabled(ge){}static#e=this._ngModelWarningSentOnce=!1;constructor(ge,dt,dn,yr,lo){super(),this._ngModelWarningConfig=yr,this.callSetDisabledState=lo,this.update=new u.vpe,this._ngModelWarningSent=!1,this._setValidators(ge),this._setAsyncValidators(dt),this.valueAccessor=ti(0,dn)}ngOnChanges(ge){if(this._isControlChanged(ge)){const dt=ge.form.previousValue;dt&&Kt(dt,this,!1),It(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}So(ge,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Kt(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(ge){this.viewModel=ge,this.update.emit(ge)}_isControlChanged(ge){return ge.hasOwnProperty("form")}static#t=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(We,10),u.Y36(Ke,10),u.Y36(He,10),u.Y36(Za,8),u.Y36(Dr,8))};static#n=this.\u0275dir=u.lG2({type:Ne,selectors:[["","formControl",""]],inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[u._Bn([Oo]),u.qOj,u.TTD]})}return Ne})();const gl={provide:ki,useExisting:(0,u.Gpc)(()=>Ar)};let Ar=(()=>{class Ne extends ki{constructor(ge,dt,dn){super(),this.callSetDisabledState=dn,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new u.vpe,this._setValidators(ge),this._setAsyncValidators(dt)}ngOnChanges(ge){this._checkFormPresent(),ge.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(Jn(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(ge){const dt=this.form.get(ge.path);return It(dt,ge,this.callSetDisabledState),dt.updateValueAndValidity({emitEvent:!1}),this.directives.push(ge),dt}getControl(ge){return this.form.get(ge.path)}removeControl(ge){Kt(ge.control||null,ge,!1),function nt(Ne,ze){const ge=Ne.indexOf(ze);ge>-1&&Ne.splice(ge,1)}(this.directives,ge)}addFormGroup(ge){this._setUpFormContainer(ge)}removeFormGroup(ge){this._cleanUpFormContainer(ge)}getFormGroup(ge){return this.form.get(ge.path)}addFormArray(ge){this._setUpFormContainer(ge)}removeFormArray(ge){this._cleanUpFormContainer(ge)}getFormArray(ge){return this.form.get(ge.path)}updateModel(ge,dt){this.form.get(ge.path).setValue(dt)}onSubmit(ge){return this.submitted=!0,hs(this.form,this.directives),this.ngSubmit.emit(ge),"dialog"===ge?.target?.method}onReset(){this.resetForm()}resetForm(ge=void 0){this.form.reset(ge),this.submitted=!1}_updateDomValue(){this.directives.forEach(ge=>{const dt=ge.control,dn=this.form.get(ge.path);dt!==dn&&(Kt(dt||null,ge),Ui(dn)&&(It(dn,ge,this.callSetDisabledState),ge.control=dn))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(ge){const dt=this.form.get(ge.path);Wr(dt,ge),dt.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(ge){if(this.form){const dt=this.form.get(ge.path);dt&&function Ur(Ne,ze){return Jn(Ne,ze)}(dt,ge)&&dt.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){oi(this.form,this),this._oldForm&&Jn(this._oldForm,this)}_checkFormPresent(){}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(We,10),u.Y36(Ke,10),u.Y36(Dr,8))};static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["","formGroup",""]],hostBindings:function(dt,dn){1&dt&&u.NdJ("submit",function(lo){return dn.onSubmit(lo)})("reset",function(){return dn.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[u._Bn([gl]),u.qOj,u.TTD]})}return Ne})();const qs={provide:Tr,useExisting:(0,u.Gpc)(()=>zr)};let zr=(()=>{class Ne extends Tr{set isDisabled(ge){}static#e=this._ngModelWarningSentOnce=!1;constructor(ge,dt,dn,yr,lo){super(),this._ngModelWarningConfig=lo,this._added=!1,this.name=null,this.update=new u.vpe,this._ngModelWarningSent=!1,this._parent=ge,this._setValidators(dt),this._setAsyncValidators(dn),this.valueAccessor=ti(0,yr)}ngOnChanges(ge){this._added||this._setUpControl(),So(ge,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(ge){this.viewModel=ge,this.update.emit(ge)}get path(){return Cn(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}static#t=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(ki,13),u.Y36(We,10),u.Y36(Ke,10),u.Y36(He,10),u.Y36(Za,8))};static#n=this.\u0275dir=u.lG2({type:Ne,selectors:[["","formControlName",""]],inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[u._Bn([qs]),u.qOj,u.TTD]})}return Ne})();const ms={provide:He,useExisting:(0,u.Gpc)(()=>Pr),multi:!0};function Ea(Ne,ze){return null==Ne?`${ze}`:(ze&&"object"==typeof ze&&(ze="Object"),`${Ne}: ${ze}`.slice(0,50))}let Pr=(()=>{class Ne extends be{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(ge){this._compareWith=ge}writeValue(ge){this.value=ge;const dn=Ea(this._getOptionId(ge),ge);this.setProperty("value",dn)}registerOnChange(ge){this.onChange=dt=>{this.value=this._getOptionValue(dt),ge(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(ge){for(const dt of this._optionMap.keys())if(this._compareWith(this._optionMap.get(dt),ge))return dt;return null}_getOptionValue(ge){const dt=function mc(Ne){return Ne.split(":")[0]}(ge);return this._optionMap.has(dt)?this._optionMap.get(dt):ge}static#e=this.\u0275fac=function(){let ge;return function(dn){return(ge||(ge=u.n5z(Ne)))(dn||Ne)}}();static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(dt,dn){1&dt&&u.NdJ("change",function(lo){return dn.onChange(lo.target.value)})("blur",function(){return dn.onTouched()})},inputs:{compareWith:"compareWith"},features:[u._Bn([ms]),u.qOj]})}return Ne})(),Sa=(()=>{class Ne{constructor(ge,dt,dn){this._element=ge,this._renderer=dt,this._select=dn,this._select&&(this.id=this._select._registerOption())}set ngValue(ge){null!=this._select&&(this._select._optionMap.set(this.id,ge),this._setElementValue(Ea(this.id,ge)),this._select.writeValue(this._select.value))}set value(ge){this._setElementValue(ge),this._select&&this._select.writeValue(this._select.value)}_setElementValue(ge){this._renderer.setProperty(this._element.nativeElement,"value",ge)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(u.SBq),u.Y36(u.Qsj),u.Y36(Pr,9))};static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return Ne})();const Yl={provide:He,useExisting:(0,u.Gpc)(()=>Ac),multi:!0};function uc(Ne,ze){return null==Ne?`${ze}`:("string"==typeof ze&&(ze=`'${ze}'`),ze&&"object"==typeof ze&&(ze="Object"),`${Ne}: ${ze}`.slice(0,50))}let Ac=(()=>{class Ne extends be{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(ge){this._compareWith=ge}writeValue(ge){let dt;if(this.value=ge,Array.isArray(ge)){const dn=ge.map(yr=>this._getOptionId(yr));dt=(yr,lo)=>{yr._setSelected(dn.indexOf(lo.toString())>-1)}}else dt=(dn,yr)=>{dn._setSelected(!1)};this._optionMap.forEach(dt)}registerOnChange(ge){this.onChange=dt=>{const dn=[],yr=dt.selectedOptions;if(void 0!==yr){const lo=yr;for(let La=0;La{class Ne{constructor(ge,dt,dn){this._element=ge,this._renderer=dt,this._select=dn,this._select&&(this.id=this._select._registerOption(this))}set ngValue(ge){null!=this._select&&(this._value=ge,this._setElementValue(uc(this.id,ge)),this._select.writeValue(this._select.value))}set value(ge){this._select?(this._value=ge,this._setElementValue(uc(this.id,ge)),this._select.writeValue(this._select.value)):this._setElementValue(ge)}_setElementValue(ge){this._renderer.setProperty(this._element.nativeElement,"value",ge)}_setSelected(ge){this._renderer.setProperty(this._element.nativeElement,"selected",ge)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static#e=this.\u0275fac=function(dt){return new(dt||Ne)(u.Y36(u.SBq),u.Y36(u.Qsj),u.Y36(Ac,9))};static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}return Ne})(),Na=(()=>{class Ne{constructor(){this._validator=mn}ngOnChanges(ge){if(this.inputName in ge){const dt=this.normalizeInput(ge[this.inputName].currentValue);this._enabled=this.enabled(dt),this._validator=this._enabled?this.createValidator(dt):mn,this._onChange&&this._onChange()}}validate(ge){return this._validator(ge)}registerOnValidatorChange(ge){this._onChange=ge}enabled(ge){return null!=ge}static#e=this.\u0275fac=function(dt){return new(dt||Ne)};static#t=this.\u0275dir=u.lG2({type:Ne,features:[u.TTD]})}return Ne})();const I1={provide:We,useExisting:(0,u.Gpc)(()=>_1),multi:!0},Ja={provide:We,useExisting:(0,u.Gpc)(()=>fc),multi:!0};let _1=(()=>{class Ne extends Na{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=u.VuI,this.createValidator=ge=>zn}enabled(ge){return ge}static#e=this.\u0275fac=function(){let ge;return function(dn){return(ge||(ge=u.n5z(Ne)))(dn||Ne)}}();static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(dt,dn){2&dt&&u.uIk("required",dn._enabled?"":null)},inputs:{required:"required"},features:[u._Bn([I1]),u.qOj]})}return Ne})(),fc=(()=>{class Ne extends _1{constructor(){super(...arguments),this.createValidator=ge=>ri}static#e=this.\u0275fac=function(){let ge;return function(dn){return(ge||(ge=u.n5z(Ne)))(dn||Ne)}}();static#t=this.\u0275dir=u.lG2({type:Ne,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(dt,dn){2&dt&&u.uIk("required",dn._enabled?"":null)},features:[u._Bn([Ja]),u.qOj]})}return Ne})(),is=(()=>{class Ne{static#e=this.\u0275fac=function(dt){return new(dt||Ne)};static#t=this.\u0275mod=u.oAB({type:Ne});static#n=this.\u0275inj=u.cJS({imports:[Hr]})}return Ne})();class Go extends lt{constructor(ze,ge,dt){super(kr(ge),an(dt,ge)),this.controls=ze,this._initObservables(),this._setUpdateStrategy(ge),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(ze){return this.controls[this._adjustIndex(ze)]}push(ze,ge={}){this.controls.push(ze),this._registerControl(ze),this.updateValueAndValidity({emitEvent:ge.emitEvent}),this._onCollectionChange()}insert(ze,ge,dt={}){this.controls.splice(ze,0,ge),this._registerControl(ge),this.updateValueAndValidity({emitEvent:dt.emitEvent})}removeAt(ze,ge={}){let dt=this._adjustIndex(ze);dt<0&&(dt=0),this.controls[dt]&&this.controls[dt]._registerOnCollectionChange(()=>{}),this.controls.splice(dt,1),this.updateValueAndValidity({emitEvent:ge.emitEvent})}setControl(ze,ge,dt={}){let dn=this._adjustIndex(ze);dn<0&&(dn=0),this.controls[dn]&&this.controls[dn]._registerOnCollectionChange(()=>{}),this.controls.splice(dn,1),ge&&(this.controls.splice(dn,0,ge),this._registerControl(ge)),this.updateValueAndValidity({emitEvent:dt.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(ze,ge={}){qe(this,0,ze),ze.forEach((dt,dn)=>{Wt(this,!1,dn),this.at(dn).setValue(dt,{onlySelf:!0,emitEvent:ge.emitEvent})}),this.updateValueAndValidity(ge)}patchValue(ze,ge={}){null!=ze&&(ze.forEach((dt,dn)=>{this.at(dn)&&this.at(dn).patchValue(dt,{onlySelf:!0,emitEvent:ge.emitEvent})}),this.updateValueAndValidity(ge))}reset(ze=[],ge={}){this._forEachChild((dt,dn)=>{dt.reset(ze[dn],{onlySelf:!0,emitEvent:ge.emitEvent})}),this._updatePristine(ge),this._updateTouched(ge),this.updateValueAndValidity(ge)}getRawValue(){return this.controls.map(ze=>ze.getRawValue())}clear(ze={}){this.controls.length<1||(this._forEachChild(ge=>ge._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:ze.emitEvent}))}_adjustIndex(ze){return ze<0?ze+this.length:ze}_syncPendingControls(){let ze=this.controls.reduce((ge,dt)=>!!dt._syncPendingControls()||ge,!1);return ze&&this.updateValueAndValidity({onlySelf:!0}),ze}_forEachChild(ze){this.controls.forEach((ge,dt)=>{ze(ge,dt)})}_updateValue(){this.value=this.controls.filter(ze=>ze.enabled||this.disabled).map(ze=>ze.value)}_anyControls(ze){return this.controls.some(ge=>ge.enabled&&ze(ge))}_setUpControls(){this._forEachChild(ze=>this._registerControl(ze))}_allControlsDisabled(){for(const ze of this.controls)if(ze.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(ze){ze.setParent(this),ze._registerOnCollectionChange(this._onCollectionChange)}_find(ze){return this.at(ze)??null}}const F2=Ne=>Ne instanceof Go;let vl=(()=>{class Ne{static withConfig(ge){return{ngModule:Ne,providers:[{provide:Dr,useValue:ge.callSetDisabledState??ao}]}}static#e=this.\u0275fac=function(dt){return new(dt||Ne)};static#t=this.\u0275mod=u.oAB({type:Ne});static#n=this.\u0275inj=u.cJS({imports:[is]})}return Ne})(),Ll=(()=>{class Ne{static withConfig(ge){return{ngModule:Ne,providers:[{provide:Za,useValue:ge.warnOnNgModelWithFormControl??"always"},{provide:Dr,useValue:ge.callSetDisabledState??ao}]}}static#e=this.\u0275fac=function(dt){return new(dt||Ne)};static#t=this.\u0275mod=u.oAB({type:Ne});static#n=this.\u0275inj=u.cJS({imports:[is]})}return Ne})()},3232:(ve,k,_)=>{"use strict";_.d(k,{Cg:()=>De,Dx:()=>Fr,H7:()=>zo,ly:()=>vi,se:()=>Tt});var u=_(755),o=_(6733),D=_(2939);class j extends o.w_{constructor(){super(...arguments),this.supportsDOMEvents=!0}}class te extends j{static makeCurrent(){(0,o.HT)(new te)}onAndCancel(Ot,St,Wt){return Ot.addEventListener(St,Wt),()=>{Ot.removeEventListener(St,Wt)}}dispatchEvent(Ot,St){Ot.dispatchEvent(St)}remove(Ot){Ot.parentNode&&Ot.parentNode.removeChild(Ot)}createElement(Ot,St){return(St=St||this.getDefaultDocument()).createElement(Ot)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(Ot){return Ot.nodeType===Node.ELEMENT_NODE}isShadowRoot(Ot){return Ot instanceof DocumentFragment}getGlobalEventTarget(Ot,St){return"window"===St?window:"document"===St?Ot:"body"===St?Ot.body:null}getBaseHref(Ot){const St=function X(){return U=U||document.querySelector("base"),U?U.getAttribute("href"):null}();return null==St?null:function ne(an){ee=ee||document.createElement("a"),ee.setAttribute("href",an);const Ot=ee.pathname;return"/"===Ot.charAt(0)?Ot:`/${Ot}`}(St)}resetBaseElement(){U=null}getUserAgent(){return window.navigator.userAgent}getCookie(Ot){return(0,o.Mx)(document.cookie,Ot)}}let ee,U=null,ce=(()=>{class an{build(){return new XMLHttpRequest}static#e=this.\u0275fac=function(Wt){return new(Wt||an)};static#t=this.\u0275prov=u.Yz7({token:an,factory:an.\u0275fac})}return an})();const he=new u.OlP("EventManagerPlugins");let Ve=(()=>{class an{constructor(St,Wt){this._zone=Wt,this._eventNameToPlugin=new Map,St.forEach(qe=>{qe.manager=this}),this._plugins=St.slice().reverse()}addEventListener(St,Wt,qe){return this._findPluginFor(Wt).addEventListener(St,Wt,qe)}getZone(){return this._zone}_findPluginFor(St){let Wt=this._eventNameToPlugin.get(St);if(Wt)return Wt;if(Wt=this._plugins.find(lt=>lt.supports(St)),!Wt)throw new u.vHH(5101,!1);return this._eventNameToPlugin.set(St,Wt),Wt}static#e=this.\u0275fac=function(Wt){return new(Wt||an)(u.LFG(he),u.LFG(u.R0b))};static#t=this.\u0275prov=u.Yz7({token:an,factory:an.\u0275fac})}return an})();class be{constructor(Ot){this._doc=Ot}}const He="ng-app-id";let Se=(()=>{class an{constructor(St,Wt,qe,lt={}){this.doc=St,this.appId=Wt,this.nonce=qe,this.platformId=lt,this.styleRef=new Map,this.hostNodes=new Set,this.styleNodesInDOM=this.collectServerRenderedStyles(),this.platformIsServer=(0,o.PM)(lt),this.resetHostNodes()}addStyles(St){for(const Wt of St)1===this.changeUsageCount(Wt,1)&&this.onStyleAdded(Wt)}removeStyles(St){for(const Wt of St)this.changeUsageCount(Wt,-1)<=0&&this.onStyleRemoved(Wt)}ngOnDestroy(){const St=this.styleNodesInDOM;St&&(St.forEach(Wt=>Wt.remove()),St.clear());for(const Wt of this.getAllStyles())this.onStyleRemoved(Wt);this.resetHostNodes()}addHost(St){this.hostNodes.add(St);for(const Wt of this.getAllStyles())this.addStyleToHost(St,Wt)}removeHost(St){this.hostNodes.delete(St)}getAllStyles(){return this.styleRef.keys()}onStyleAdded(St){for(const Wt of this.hostNodes)this.addStyleToHost(Wt,St)}onStyleRemoved(St){const Wt=this.styleRef;Wt.get(St)?.elements?.forEach(qe=>qe.remove()),Wt.delete(St)}collectServerRenderedStyles(){const St=this.doc.head?.querySelectorAll(`style[${He}="${this.appId}"]`);if(St?.length){const Wt=new Map;return St.forEach(qe=>{null!=qe.textContent&&Wt.set(qe.textContent,qe)}),Wt}return null}changeUsageCount(St,Wt){const qe=this.styleRef;if(qe.has(St)){const lt=qe.get(St);return lt.usage+=Wt,lt.usage}return qe.set(St,{usage:Wt,elements:[]}),Wt}getStyleElement(St,Wt){const qe=this.styleNodesInDOM,lt=qe?.get(Wt);if(lt?.parentNode===St)return qe.delete(Wt),lt.removeAttribute(He),lt;{const Bt=this.doc.createElement("style");return this.nonce&&Bt.setAttribute("nonce",this.nonce),Bt.textContent=Wt,this.platformIsServer&&Bt.setAttribute(He,this.appId),Bt}}addStyleToHost(St,Wt){const qe=this.getStyleElement(St,Wt);St.appendChild(qe);const lt=this.styleRef,Bt=lt.get(Wt)?.elements;Bt?Bt.push(qe):lt.set(Wt,{elements:[qe],usage:1})}resetHostNodes(){const St=this.hostNodes;St.clear(),St.add(this.doc.head)}static#e=this.\u0275fac=function(Wt){return new(Wt||an)(u.LFG(o.K0),u.LFG(u.AFp),u.LFG(u.Ojb,8),u.LFG(u.Lbi))};static#t=this.\u0275prov=u.Yz7({token:an,factory:an.\u0275fac})}return an})();const Ce={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/MathML/"},ft=/%COMP%/g,Oe=new u.OlP("RemoveStylesOnCompDestroy",{providedIn:"root",factory:()=>!1});function xt(an,Ot){return Ot.map(St=>St.replace(ft,an))}let Tt=(()=>{class an{constructor(St,Wt,qe,lt,Bt,yn,Dn,si=null){this.eventManager=St,this.sharedStylesHost=Wt,this.appId=qe,this.removeStylesOnCompDestroy=lt,this.doc=Bt,this.platformId=yn,this.ngZone=Dn,this.nonce=si,this.rendererByCompId=new Map,this.platformIsServer=(0,o.PM)(yn),this.defaultRenderer=new Sn(St,Bt,Dn,this.platformIsServer)}createRenderer(St,Wt){if(!St||!Wt)return this.defaultRenderer;this.platformIsServer&&Wt.encapsulation===u.ifc.ShadowDom&&(Wt={...Wt,encapsulation:u.ifc.Emulated});const qe=this.getOrCreateRenderer(St,Wt);return qe instanceof zi?qe.applyToHost(St):qe instanceof jn&&qe.applyStyles(),qe}getOrCreateRenderer(St,Wt){const qe=this.rendererByCompId;let lt=qe.get(Wt.id);if(!lt){const Bt=this.doc,yn=this.ngZone,Dn=this.eventManager,si=this.sharedStylesHost,mr=this.removeStylesOnCompDestroy,Dr=this.platformIsServer;switch(Wt.encapsulation){case u.ifc.Emulated:lt=new zi(Dn,si,Wt,this.appId,mr,Bt,yn,Dr);break;case u.ifc.ShadowDom:return new Pi(Dn,si,St,Wt,Bt,yn,this.nonce,Dr);default:lt=new jn(Dn,si,Wt,mr,Bt,yn,Dr)}qe.set(Wt.id,lt)}return lt}ngOnDestroy(){this.rendererByCompId.clear()}static#e=this.\u0275fac=function(Wt){return new(Wt||an)(u.LFG(Ve),u.LFG(Se),u.LFG(u.AFp),u.LFG(Oe),u.LFG(o.K0),u.LFG(u.Lbi),u.LFG(u.R0b),u.LFG(u.Ojb))};static#t=this.\u0275prov=u.Yz7({token:an,factory:an.\u0275fac})}return an})();class Sn{constructor(Ot,St,Wt,qe){this.eventManager=Ot,this.doc=St,this.ngZone=Wt,this.platformIsServer=qe,this.data=Object.create(null),this.destroyNode=null}destroy(){}createElement(Ot,St){return St?this.doc.createElementNS(Ce[St]||St,Ot):this.doc.createElement(Ot)}createComment(Ot){return this.doc.createComment(Ot)}createText(Ot){return this.doc.createTextNode(Ot)}appendChild(Ot,St){(ri(Ot)?Ot.content:Ot).appendChild(St)}insertBefore(Ot,St,Wt){Ot&&(ri(Ot)?Ot.content:Ot).insertBefore(St,Wt)}removeChild(Ot,St){Ot&&Ot.removeChild(St)}selectRootElement(Ot,St){let Wt="string"==typeof Ot?this.doc.querySelector(Ot):Ot;if(!Wt)throw new u.vHH(-5104,!1);return St||(Wt.textContent=""),Wt}parentNode(Ot){return Ot.parentNode}nextSibling(Ot){return Ot.nextSibling}setAttribute(Ot,St,Wt,qe){if(qe){St=qe+":"+St;const lt=Ce[qe];lt?Ot.setAttributeNS(lt,St,Wt):Ot.setAttribute(St,Wt)}else Ot.setAttribute(St,Wt)}removeAttribute(Ot,St,Wt){if(Wt){const qe=Ce[Wt];qe?Ot.removeAttributeNS(qe,St):Ot.removeAttribute(`${Wt}:${St}`)}else Ot.removeAttribute(St)}addClass(Ot,St){Ot.classList.add(St)}removeClass(Ot,St){Ot.classList.remove(St)}setStyle(Ot,St,Wt,qe){qe&(u.JOm.DashCase|u.JOm.Important)?Ot.style.setProperty(St,Wt,qe&u.JOm.Important?"important":""):Ot.style[St]=Wt}removeStyle(Ot,St,Wt){Wt&u.JOm.DashCase?Ot.style.removeProperty(St):Ot.style[St]=""}setProperty(Ot,St,Wt){Ot[St]=Wt}setValue(Ot,St){Ot.nodeValue=St}listen(Ot,St,Wt){if("string"==typeof Ot&&!(Ot=(0,o.q)().getGlobalEventTarget(this.doc,Ot)))throw new Error(`Unsupported event target ${Ot} for event ${St}`);return this.eventManager.addEventListener(Ot,St,this.decoratePreventDefault(Wt))}decoratePreventDefault(Ot){return St=>{if("__ngUnwrap__"===St)return Ot;!1===(this.platformIsServer?this.ngZone.runGuarded(()=>Ot(St)):Ot(St))&&St.preventDefault()}}}function ri(an){return"TEMPLATE"===an.tagName&&void 0!==an.content}class Pi extends Sn{constructor(Ot,St,Wt,qe,lt,Bt,yn,Dn){super(Ot,lt,Bt,Dn),this.sharedStylesHost=St,this.hostEl=Wt,this.shadowRoot=Wt.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const si=xt(qe.id,qe.styles);for(const mr of si){const Dr=document.createElement("style");yn&&Dr.setAttribute("nonce",yn),Dr.textContent=mr,this.shadowRoot.appendChild(Dr)}}nodeOrShadowRoot(Ot){return Ot===this.hostEl?this.shadowRoot:Ot}appendChild(Ot,St){return super.appendChild(this.nodeOrShadowRoot(Ot),St)}insertBefore(Ot,St,Wt){return super.insertBefore(this.nodeOrShadowRoot(Ot),St,Wt)}removeChild(Ot,St){return super.removeChild(this.nodeOrShadowRoot(Ot),St)}parentNode(Ot){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(Ot)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}}class jn extends Sn{constructor(Ot,St,Wt,qe,lt,Bt,yn,Dn){super(Ot,lt,Bt,yn),this.sharedStylesHost=St,this.removeStylesOnCompDestroy=qe,this.styles=Dn?xt(Dn,Wt.styles):Wt.styles}applyStyles(){this.sharedStylesHost.addStyles(this.styles)}destroy(){this.removeStylesOnCompDestroy&&this.sharedStylesHost.removeStyles(this.styles)}}class zi extends jn{constructor(Ot,St,Wt,qe,lt,Bt,yn,Dn){const si=qe+"-"+Wt.id;super(Ot,St,Wt,lt,Bt,yn,Dn,si),this.contentAttr=function We(an){return"_ngcontent-%COMP%".replace(ft,an)}(si),this.hostAttr=function Ke(an){return"_nghost-%COMP%".replace(ft,an)}(si)}applyToHost(Ot){this.applyStyles(),this.setAttribute(Ot,this.hostAttr,"")}createElement(Ot,St){const Wt=super.createElement(Ot,St);return super.setAttribute(Wt,this.contentAttr,""),Wt}}let Ei=(()=>{class an extends be{constructor(St){super(St)}supports(St){return!0}addEventListener(St,Wt,qe){return St.addEventListener(Wt,qe,!1),()=>this.removeEventListener(St,Wt,qe)}removeEventListener(St,Wt,qe){return St.removeEventListener(Wt,qe)}static#e=this.\u0275fac=function(Wt){return new(Wt||an)(u.LFG(o.K0))};static#t=this.\u0275prov=u.Yz7({token:an,factory:an.\u0275fac})}return an})();const mn=["alt","control","meta","shift"],Mt={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},_t={alt:an=>an.altKey,control:an=>an.ctrlKey,meta:an=>an.metaKey,shift:an=>an.shiftKey};let Ze=(()=>{class an extends be{constructor(St){super(St)}supports(St){return null!=an.parseEventName(St)}addEventListener(St,Wt,qe){const lt=an.parseEventName(Wt),Bt=an.eventCallback(lt.fullKey,qe,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,o.q)().onAndCancel(St,lt.domEventName,Bt))}static parseEventName(St){const Wt=St.toLowerCase().split("."),qe=Wt.shift();if(0===Wt.length||"keydown"!==qe&&"keyup"!==qe)return null;const lt=an._normalizeKey(Wt.pop());let Bt="",yn=Wt.indexOf("code");if(yn>-1&&(Wt.splice(yn,1),Bt="code."),mn.forEach(si=>{const mr=Wt.indexOf(si);mr>-1&&(Wt.splice(mr,1),Bt+=si+".")}),Bt+=lt,0!=Wt.length||0===lt.length)return null;const Dn={};return Dn.domEventName=qe,Dn.fullKey=Bt,Dn}static matchEventFullKeyCode(St,Wt){let qe=Mt[St.key]||St.key,lt="";return Wt.indexOf("code.")>-1&&(qe=St.code,lt="code."),!(null==qe||!qe)&&(qe=qe.toLowerCase()," "===qe?qe="space":"."===qe&&(qe="dot"),mn.forEach(Bt=>{Bt!==qe&&(0,_t[Bt])(St)&&(lt+=Bt+".")}),lt+=qe,lt===Wt)}static eventCallback(St,Wt,qe){return lt=>{an.matchEventFullKeyCode(lt,St)&&qe.runGuarded(()=>Wt(lt))}}static _normalizeKey(St){return"esc"===St?"escape":St}static#e=this.\u0275fac=function(Wt){return new(Wt||an)(u.LFG(o.K0))};static#t=this.\u0275prov=u.Yz7({token:an,factory:an.\u0275fac})}return an})();function De(an,Ot){return(0,u.iPO)({rootComponent:an,...Je(Ot)})}function Je(an){return{appProviders:[...gn,...an?.providers??[]],platformProviders:$t}}const $t=[{provide:u.Lbi,useValue:o.bD},{provide:u.g9A,useValue:function Z(){te.makeCurrent()},multi:!0},{provide:o.K0,useFactory:function Fe(){return(0,u.RDi)(document),document},deps:[]}],gn=[{provide:u.zSh,useValue:"root"},{provide:u.qLn,useFactory:function Ae(){return new u.qLn},deps:[]},{provide:he,useClass:Ei,multi:!0,deps:[o.K0,u.R0b,u.Lbi]},{provide:he,useClass:Ze,multi:!0,deps:[o.K0]},Tt,Se,Ve,{provide:u.FYo,useExisting:Tt},{provide:o.JF,useClass:ce,deps:[]},[]];let Fr=(()=>{class an{constructor(St){this._doc=St}getTitle(){return this._doc.title}setTitle(St){this._doc.title=St||""}static#e=this.\u0275fac=function(Wt){return new(Wt||an)(u.LFG(o.K0))};static#t=this.\u0275prov=u.Yz7({token:an,factory:function(Wt){let qe=null;return qe=Wt?new Wt:function Tr(){return new Fr((0,u.LFG)(o.K0))}(),qe},providedIn:"root"})}return an})();typeof window<"u"&&window;let zo=(()=>{class an{static#e=this.\u0275fac=function(Wt){return new(Wt||an)};static#t=this.\u0275prov=u.Yz7({token:an,factory:function(Wt){let qe=null;return qe=Wt?new(Wt||an):u.LFG(Xs),qe},providedIn:"root"})}return an})(),Xs=(()=>{class an extends zo{constructor(St){super(),this._doc=St}sanitize(St,Wt){if(null==Wt)return null;switch(St){case u.q3G.NONE:return Wt;case u.q3G.HTML:return(0,u.qzn)(Wt,"HTML")?(0,u.z3N)(Wt):(0,u.EiD)(this._doc,String(Wt)).toString();case u.q3G.STYLE:return(0,u.qzn)(Wt,"Style")?(0,u.z3N)(Wt):Wt;case u.q3G.SCRIPT:if((0,u.qzn)(Wt,"Script"))return(0,u.z3N)(Wt);throw new u.vHH(5200,!1);case u.q3G.URL:return(0,u.qzn)(Wt,"URL")?(0,u.z3N)(Wt):(0,u.mCW)(String(Wt));case u.q3G.RESOURCE_URL:if((0,u.qzn)(Wt,"ResourceURL"))return(0,u.z3N)(Wt);throw new u.vHH(5201,!1);default:throw new u.vHH(5202,!1)}}bypassSecurityTrustHtml(St){return(0,u.JVY)(St)}bypassSecurityTrustStyle(St){return(0,u.L6k)(St)}bypassSecurityTrustScript(St){return(0,u.eBb)(St)}bypassSecurityTrustUrl(St){return(0,u.LAX)(St)}bypassSecurityTrustResourceUrl(St){return(0,u.pB0)(St)}static#e=this.\u0275fac=function(Wt){return new(Wt||an)(u.LFG(o.K0))};static#t=this.\u0275prov=u.Yz7({token:an,factory:function(Wt){let qe=null;return qe=Wt?new Wt:function Us(an){return new Xs(an.get(o.K0))}(u.LFG(u.zs3)),qe},providedIn:"root"})}return an})();function vi(...an){const Ot=[],St=new Set;for(const{\u0275providers:Wt,\u0275kind:qe}of an)St.add(qe),Wt.length&&Ot.push(Wt);return(0,u.MR2)([[],St.has(0)?[]:(0,u.EGt)(),St.has(1)?[]:(0,D.dh)(),Ot])}},7609:(ve,k,_)=>{"use strict";_.d(k,{gz:()=>Ps,m2:()=>ti,OD:()=>hs,wm:()=>Hu,GH:()=>Ui,xV:()=>Or,F0:()=>Jc,rH:()=>C1,Od:()=>z2,Bz:()=>cr,lC:()=>ws,bU:()=>zu,ZU:()=>ld,aF:()=>B});var u=_(755),o=_(8132),D=_(3649),te=_(3489),U=_(1209),X=_(6424),ee=_(8442),ne=_(7998),ue=_(6543),ce=_(3562),he=_(2222);function Ve(W,ie){const $=(0,D.m)(W)?W:()=>W,le=we=>we.error($());return new o.y(ie?we=>ie.schedule(le,0,we):le)}var be=_(453),He=_(902),Se=_(6142),Ce=_(134);function ft(){return(0,Se.e)((W,ie)=>{let $=null;W._refCount++;const le=(0,Ce.x)(ie,void 0,void 0,void 0,()=>{if(!W||W._refCount<=0||0<--W._refCount)return void($=null);const we=W._connection,ot=$;$=null,we&&(!ot||we===ot)&&we.unsubscribe(),ie.unsubscribe()});W.subscribe(le),le.closed||($=W.connect())})}class Ue extends o.y{constructor(ie,$){super(),this.source=ie,this.subjectFactory=$,this._subject=null,this._refCount=0,this._connection=null,(0,Se.A)(ie)&&(this.lift=ie.lift)}_subscribe(ie){return this.getSubject().subscribe(ie)}getSubject(){const ie=this._subject;return(!ie||ie.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;const{_connection:ie}=this;this._subject=this._connection=null,ie?.unsubscribe()}connect(){let ie=this._connection;if(!ie){ie=this._connection=new He.w0;const $=this.getSubject();ie.add(this.source.subscribe((0,Ce.x)($,void 0,()=>{this._teardown(),$.complete()},le=>{this._teardown(),$.error(le)},()=>this._teardown()))),ie.closed&&(this._connection=null,ie=He.w0.EMPTY)}return ie}refCount(){return ft()(this)}}var je=_(8748),xe=_(6733),ye=_(2425),Oe=_(4787),We=_(1813),Ke=_(3843),xt=_(5333),Tt=_(5130),Sn=_(6121),$n=_(109),zn=_(1570),ri=_(7560),Pi=_(467),zi=_(407);function Ei(W){return W<=0?()=>be.E:(0,Se.e)((ie,$)=>{let le=[];ie.subscribe((0,Ce.x)($,we=>{le.push(we),W{for(const we of le)$.next(we);$.complete()},void 0,()=>{le=null}))})}var mn=_(6261),Mt=_(9401),Ze=_(7376),De=_(6293),Be=_(1749),Je=_(2605),P=_(3232);const Z="primary",Ae=Symbol("RouteTitle");class Fe{constructor(ie){this.params=ie||{}}has(ie){return Object.prototype.hasOwnProperty.call(this.params,ie)}get(ie){if(this.has(ie)){const $=this.params[ie];return Array.isArray($)?$[0]:$}return null}getAll(ie){if(this.has(ie)){const $=this.params[ie];return Array.isArray($)?$:[$]}return[]}get keys(){return Object.keys(this.params)}}function $t(W){return new Fe(W)}function et(W,ie,$){const le=$.path.split("/");if(le.length>W.length||"full"===$.pathMatch&&(ie.hasChildren()||le.lengthle[ot]===we)}return W===ie}function Gn(W){return W.length>0?W[W.length-1]:null}function mi(W){return function j(W){return!!W&&(W instanceof o.y||(0,D.m)(W.lift)&&(0,D.m)(W.subscribe))}(W)?W:(0,u.QGY)(W)?(0,te.D)(Promise.resolve(W)):(0,U.of)(W)}const vr={exact:function To(W,ie,$){if(!Di(W.segments,ie.segments)||!it(W.segments,ie.segments,$)||W.numberOfChildren!==ie.numberOfChildren)return!1;for(const le in ie.children)if(!W.children[le]||!To(W.children[le],ie.children[le],$))return!1;return!0},subset:bi},ki={exact:function Fr(W,ie){return Gt(W,ie)},subset:function bo(W,ie){return Object.keys(ie).length<=Object.keys(W).length&&Object.keys(ie).every($=>gn(W[$],ie[$]))},ignored:()=>!0};function Tr(W,ie,$){return vr[$.paths](W.root,ie.root,$.matrixParams)&&ki[$.queryParams](W.queryParams,ie.queryParams)&&!("exact"===$.fragment&&W.fragment!==ie.fragment)}function bi(W,ie,$){return or(W,ie,ie.segments,$)}function or(W,ie,$,le){if(W.segments.length>$.length){const we=W.segments.slice(0,$.length);return!(!Di(we,$)||ie.hasChildren()||!it(we,$,le))}if(W.segments.length===$.length){if(!Di(W.segments,$)||!it(W.segments,$,le))return!1;for(const we in ie.children)if(!W.children[we]||!bi(W.children[we],ie.children[we],le))return!1;return!0}{const we=$.slice(0,W.segments.length),ot=$.slice(W.segments.length);return!!(Di(W.segments,we)&&it(W.segments,we,le)&&W.children[Z])&&or(W.children[Z],ie,ot,le)}}function it(W,ie,$){return ie.every((le,we)=>ki[$](W[we].parameters,le.parameters))}class wt{constructor(ie=new Vt([],{}),$={},le=null){this.root=ie,this.queryParams=$,this.fragment=le}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=$t(this.queryParams)),this._queryParamMap}toString(){return ts.serialize(this)}}class Vt{constructor(ie,$){this.segments=ie,this.children=$,this.parent=null,Object.values($).forEach(le=>le.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return Ji(this)}}class Rn{constructor(ie,$){this.path=ie,this.parameters=$}get parameterMap(){return this._parameterMap||(this._parameterMap=$t(this.parameters)),this._parameterMap}toString(){return Ln(this)}}function Di(W,ie){return W.length===ie.length&&W.every(($,le)=>$.path===ie[le].path)}let Bi=(()=>{class W{static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:function(){return new wr},providedIn:"root"})}return W})();class wr{parse(ie){const $=new Bt(ie);return new wt($.parseRootSegment(),$.parseQueryParams(),$.parseFragment())}serialize(ie){const $=`/${Qi(ie.root,!0)}`,le=function Ti(W){const ie=Object.keys(W).map($=>{const le=W[$];return Array.isArray(le)?le.map(we=>`${Us($)}=${Us(we)}`).join("&"):`${Us($)}=${Us(le)}`}).filter($=>!!$);return ie.length?`?${ie.join("&")}`:""}(ie.queryParams);return`${$}${le}${"string"==typeof ie.fragment?`#${function Xs(W){return encodeURI(W)}(ie.fragment)}`:""}`}}const ts=new wr;function Ji(W){return W.segments.map(ie=>Ln(ie)).join("/")}function Qi(W,ie){if(!W.hasChildren())return Ji(W);if(ie){const $=W.children[Z]?Qi(W.children[Z],!1):"",le=[];return Object.entries(W.children).forEach(([we,ot])=>{we!==Z&&le.push(`${we}:${Qi(ot,!1)}`)}),le.length>0?`${$}(${le.join("//")})`:$}{const $=function qi(W,ie){let $=[];return Object.entries(W.children).forEach(([le,we])=>{le===Z&&($=$.concat(ie(we,le)))}),Object.entries(W.children).forEach(([le,we])=>{le!==Z&&($=$.concat(ie(we,le)))}),$}(W,(le,we)=>we===Z?[Qi(W.children[Z],!1)]:[`${we}:${Qi(le,!1)}`]);return 1===Object.keys(W.children).length&&null!=W.children[Z]?`${Ji(W)}/${$[0]}`:`${Ji(W)}/(${$.join("//")})`}}function zo(W){return encodeURIComponent(W).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function Us(W){return zo(W).replace(/%3B/gi,";")}function Ts(W){return zo(W).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Jo(W){return decodeURIComponent(W)}function Yt(W){return Jo(W.replace(/\+/g,"%20"))}function Ln(W){return`${Ts(W.path)}${function vi(W){return Object.keys(W).map(ie=>`;${Ts(ie)}=${Ts(W[ie])}`).join("")}(W.parameters)}`}const kr=/^[^\/()?;#]+/;function pr(W){const ie=W.match(kr);return ie?ie[0]:""}const an=/^[^\/()?;=#]+/,St=/^[^=?&#]+/,qe=/^[^&#]+/;class Bt{constructor(ie){this.url=ie,this.remaining=ie}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new Vt([],{}):new Vt([],this.parseChildren())}parseQueryParams(){const ie={};if(this.consumeOptional("?"))do{this.parseQueryParam(ie)}while(this.consumeOptional("&"));return ie}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const ie=[];for(this.peekStartsWith("(")||ie.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),ie.push(this.parseSegment());let $={};this.peekStartsWith("/(")&&(this.capture("/"),$=this.parseParens(!0));let le={};return this.peekStartsWith("(")&&(le=this.parseParens(!1)),(ie.length>0||Object.keys($).length>0)&&(le[Z]=new Vt(ie,$)),le}parseSegment(){const ie=pr(this.remaining);if(""===ie&&this.peekStartsWith(";"))throw new u.vHH(4009,!1);return this.capture(ie),new Rn(Jo(ie),this.parseMatrixParams())}parseMatrixParams(){const ie={};for(;this.consumeOptional(";");)this.parseParam(ie);return ie}parseParam(ie){const $=function Ot(W){const ie=W.match(an);return ie?ie[0]:""}(this.remaining);if(!$)return;this.capture($);let le="";if(this.consumeOptional("=")){const we=pr(this.remaining);we&&(le=we,this.capture(le))}ie[Jo($)]=Jo(le)}parseQueryParam(ie){const $=function Wt(W){const ie=W.match(St);return ie?ie[0]:""}(this.remaining);if(!$)return;this.capture($);let le="";if(this.consumeOptional("=")){const Ut=function lt(W){const ie=W.match(qe);return ie?ie[0]:""}(this.remaining);Ut&&(le=Ut,this.capture(le))}const we=Yt($),ot=Yt(le);if(ie.hasOwnProperty(we)){let Ut=ie[we];Array.isArray(Ut)||(Ut=[Ut],ie[we]=Ut),Ut.push(ot)}else ie[we]=ot}parseParens(ie){const $={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const le=pr(this.remaining),we=this.remaining[le.length];if("/"!==we&&")"!==we&&";"!==we)throw new u.vHH(4010,!1);let ot;le.indexOf(":")>-1?(ot=le.slice(0,le.indexOf(":")),this.capture(ot),this.capture(":")):ie&&(ot=Z);const Ut=this.parseChildren();$[ot]=1===Object.keys(Ut).length?Ut[Z]:new Vt([],Ut),this.consumeOptional("//")}return $}peekStartsWith(ie){return this.remaining.startsWith(ie)}consumeOptional(ie){return!!this.peekStartsWith(ie)&&(this.remaining=this.remaining.substring(ie.length),!0)}capture(ie){if(!this.consumeOptional(ie))throw new u.vHH(4011,!1)}}function yn(W){return W.segments.length>0?new Vt([],{[Z]:W}):W}function Dn(W){const ie={};for(const le of Object.keys(W.children)){const ot=Dn(W.children[le]);if(le===Z&&0===ot.segments.length&&ot.hasChildren())for(const[Ut,fn]of Object.entries(ot.children))ie[Ut]=fn;else(ot.segments.length>0||ot.hasChildren())&&(ie[le]=ot)}return function si(W){if(1===W.numberOfChildren&&W.children[Z]){const ie=W.children[Z];return new Vt(W.segments.concat(ie.segments),ie.children)}return W}(new Vt(W.segments,ie))}function mr(W){return W instanceof wt}function ao(W){let ie;const we=yn(function $(ot){const Ut={};for(const _n of ot.children){const ci=$(_n);Ut[_n.outlet]=ci}const fn=new Vt(ot.url,Ut);return ot===W&&(ie=fn),fn}(W.root));return ie??we}function Cn(W,ie,$,le){let we=W;for(;we.parent;)we=we.parent;if(0===ie.length)return Fn(we,we,we,$,le);const ot=function Jn(W){if("string"==typeof W[0]&&1===W.length&&"/"===W[0])return new oi(!0,0,W);let ie=0,$=!1;const le=W.reduce((we,ot,Ut)=>{if("object"==typeof ot&&null!=ot){if(ot.outlets){const fn={};return Object.entries(ot.outlets).forEach(([_n,ci])=>{fn[_n]="string"==typeof ci?ci.split("/"):ci}),[...we,{outlets:fn}]}if(ot.segmentPath)return[...we,ot.segmentPath]}return"string"!=typeof ot?[...we,ot]:0===Ut?(ot.split("/").forEach((fn,_n)=>{0==_n&&"."===fn||(0==_n&&""===fn?$=!0:".."===fn?ie++:""!=fn&&we.push(fn))}),we):[...we,ot]},[]);return new oi($,ie,le)}(ie);if(ot.toRoot())return Fn(we,we,new Vt([],{}),$,le);const Ut=function Mr(W,ie,$){if(W.isAbsolute)return new wi(ie,!0,0);if(!$)return new wi(ie,!1,NaN);if(null===$.parent)return new wi($,!0,0);const le=It(W.commands[0])?0:1;return function Eo(W,ie,$){let le=W,we=ie,ot=$;for(;ot>we;){if(ot-=we,le=le.parent,!le)throw new u.vHH(4005,!1);we=le.segments.length}return new wi(le,!1,we-ot)}($,$.segments.length-1+le,W.numberOfDoubleDots)}(ot,we,W),fn=Ut.processChildren?Ur(Ut.segmentGroup,Ut.index,ot.commands):Wr(Ut.segmentGroup,Ut.index,ot.commands);return Fn(we,Ut.segmentGroup,fn,$,le)}function It(W){return"object"==typeof W&&null!=W&&!W.outlets&&!W.segmentPath}function Kt(W){return"object"==typeof W&&null!=W&&W.outlets}function Fn(W,ie,$,le,we){let Ut,ot={};le&&Object.entries(le).forEach(([_n,ci])=>{ot[_n]=Array.isArray(ci)?ci.map(sr=>`${sr}`):`${ci}`}),Ut=W===ie?$:ui(W,ie,$);const fn=yn(Dn(Ut));return new wt(fn,ot,we)}function ui(W,ie,$){const le={};return Object.entries(W.children).forEach(([we,ot])=>{le[we]=ot===ie?$:ui(ot,ie,$)}),new Vt(W.segments,le)}class oi{constructor(ie,$,le){if(this.isAbsolute=ie,this.numberOfDoubleDots=$,this.commands=le,ie&&le.length>0&&It(le[0]))throw new u.vHH(4003,!1);const we=le.find(Kt);if(we&&we!==Gn(le))throw new u.vHH(4004,!1)}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class wi{constructor(ie,$,le){this.segmentGroup=ie,this.processChildren=$,this.index=le}}function Wr(W,ie,$){if(W||(W=new Vt([],{})),0===W.segments.length&&W.hasChildren())return Ur(W,ie,$);const le=function Ns(W,ie,$){let le=0,we=ie;const ot={match:!1,pathIndex:0,commandIndex:0};for(;we=$.length)return ot;const Ut=W.segments[we],fn=$[le];if(Kt(fn))break;const _n=`${fn}`,ci=le<$.length-1?$[le+1]:null;if(we>0&&void 0===_n)break;if(_n&&ci&&"object"==typeof ci&&void 0===ci.outlets){if(!Kr(_n,ci,Ut))return ot;le+=2}else{if(!Kr(_n,{},Ut))return ot;le++}we++}return{match:!0,pathIndex:we,commandIndex:le}}(W,ie,$),we=$.slice(le.commandIndex);if(le.match&&le.pathIndexot!==Z)&&W.children[Z]&&1===W.numberOfChildren&&0===W.children[Z].segments.length){const ot=Ur(W.children[Z],ie,$);return new Vt(W.segments,ot.children)}return Object.entries(le).forEach(([ot,Ut])=>{"string"==typeof Ut&&(Ut=[Ut]),null!==Ut&&(we[ot]=Wr(W.children[ot],ie,Ut))}),Object.entries(W.children).forEach(([ot,Ut])=>{void 0===le[ot]&&(we[ot]=Ut)}),new Vt(W.segments,we)}}function gi(W,ie,$){const le=W.segments.slice(0,ie);let we=0;for(;we<$.length;){const ot=$[we];if(Kt(ot)){const _n=Oi(ot.outlets);return new Vt(le,_n)}if(0===we&&It($[0])){le.push(new Rn(W.segments[ie].path,Xi($[0]))),we++;continue}const Ut=Kt(ot)?ot.outlets[Z]:`${ot}`,fn=we<$.length-1?$[we+1]:null;Ut&&fn&&It(fn)?(le.push(new Rn(Ut,Xi(fn))),we+=2):(le.push(new Rn(Ut,{})),we++)}return new Vt(le,{})}function Oi(W){const ie={};return Object.entries(W).forEach(([$,le])=>{"string"==typeof le&&(le=[le]),null!==le&&(ie[$]=gi(new Vt([],{}),0,le))}),ie}function Xi(W){const ie={};return Object.entries(W).forEach(([$,le])=>ie[$]=`${le}`),ie}function Kr(W,ie,$){return W==$.path&&Gt(ie,$.parameters)}const So="imperative";class Gr{constructor(ie,$){this.id=ie,this.url=$}}class hs extends Gr{constructor(ie,$,le="imperative",we=null){super(ie,$),this.type=0,this.navigationTrigger=le,this.restoredState=we}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}}class ti extends Gr{constructor(ie,$,le){super(ie,$),this.urlAfterRedirects=le,this.type=1}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}}class nt extends Gr{constructor(ie,$,le,we){super(ie,$),this.reason=le,this.code=we,this.type=2}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}}class $e extends Gr{constructor(ie,$,le,we){super(ie,$),this.reason=le,this.code=we,this.type=16}}class Xe extends Gr{constructor(ie,$,le,we){super(ie,$),this.error=le,this.target=we,this.type=3}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}}class Jt extends Gr{constructor(ie,$,le,we){super(ie,$),this.urlAfterRedirects=le,this.state=we,this.type=4}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class tn extends Gr{constructor(ie,$,le,we){super(ie,$),this.urlAfterRedirects=le,this.state=we,this.type=7}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class rn extends Gr{constructor(ie,$,le,we,ot){super(ie,$),this.urlAfterRedirects=le,this.state=we,this.shouldActivate=ot,this.type=8}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}}class ni extends Gr{constructor(ie,$,le,we){super(ie,$),this.urlAfterRedirects=le,this.state=we,this.type=5}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class yi extends Gr{constructor(ie,$,le,we){super(ie,$),this.urlAfterRedirects=le,this.state=we,this.type=6}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Or{constructor(ie){this.route=ie,this.type=9}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}}class Ui{constructor(ie){this.route=ie,this.type=10}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}}class dr{constructor(ie){this.snapshot=ie,this.type=11}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class br{constructor(ie){this.snapshot=ie,this.type=12}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class gr{constructor(ie){this.snapshot=ie,this.type=13}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Ca{constructor(ie){this.snapshot=ie,this.type=14}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Yi{constructor(ie,$,le){this.routerEvent=ie,this.position=$,this.anchor=le,this.type=15}toString(){return`Scroll(anchor: '${this.anchor}', position: '${this.position?`${this.position[0]}, ${this.position[1]}`:null}')`}}class Cs{}class ns{constructor(ie){this.url=ie}}class ea{constructor(){this.outlet=null,this.route=null,this.injector=null,this.children=new Ws,this.attachRef=null}}let Ws=(()=>{class W{constructor(){this.contexts=new Map}onChildOutletCreated($,le){const we=this.getOrCreateContext($);we.outlet=le,this.contexts.set($,we)}onChildOutletDestroyed($){const le=this.getContext($);le&&(le.outlet=null,le.attachRef=null)}onOutletDeactivated(){const $=this.contexts;return this.contexts=new Map,$}onOutletReAttached($){this.contexts=$}getOrCreateContext($){let le=this.getContext($);return le||(le=new ea,this.contexts.set($,le)),le}getContext($){return this.contexts.get($)||null}static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac,providedIn:"root"})}return W})();class pa{constructor(ie){this._root=ie}get root(){return this._root.value}parent(ie){const $=this.pathFromRoot(ie);return $.length>1?$[$.length-2]:null}children(ie){const $=Ia(ie,this._root);return $?$.children.map(le=>le.value):[]}firstChild(ie){const $=Ia(ie,this._root);return $&&$.children.length>0?$.children[0].value:null}siblings(ie){const $=ji(ie,this._root);return $.length<2?[]:$[$.length-2].children.map(we=>we.value).filter(we=>we!==ie)}pathFromRoot(ie){return ji(ie,this._root).map($=>$.value)}}function Ia(W,ie){if(W===ie.value)return ie;for(const $ of ie.children){const le=Ia(W,$);if(le)return le}return null}function ji(W,ie){if(W===ie.value)return[ie];for(const $ of ie.children){const le=ji(W,$);if(le.length)return le.unshift(ie),le}return[]}class nr{constructor(ie,$){this.value=ie,this.children=$}toString(){return`TreeNode(${this.value})`}}function $i(W){const ie={};return W&&W.children.forEach($=>ie[$.value.outlet]=$),ie}class Hr extends pa{constructor(ie,$){super(ie),this.snapshot=$,gl(this,ie)}toString(){return this.snapshot.toString()}}function co(W,ie){const $=function la(W,ie){const Ut=new Oo([],{},{},"",{},Z,ie,null,{});return new qc("",new nr(Ut,[]))}(0,ie),le=new X.X([new Rn("",{})]),we=new X.X({}),ot=new X.X({}),Ut=new X.X({}),fn=new X.X(""),_n=new Ps(le,we,Ut,fn,ot,Z,ie,$.root);return _n.snapshot=$.root,new Hr(new nr(_n,[]),$)}class Ps{constructor(ie,$,le,we,ot,Ut,fn,_n){this.urlSubject=ie,this.paramsSubject=$,this.queryParamsSubject=le,this.fragmentSubject=we,this.dataSubject=ot,this.outlet=Ut,this.component=fn,this._futureSnapshot=_n,this.title=this.dataSubject?.pipe((0,ye.U)(ci=>ci[Ae]))??(0,U.of)(void 0),this.url=ie,this.params=$,this.queryParams=le,this.fragment=we,this.data=ot}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=this.params.pipe((0,ye.U)(ie=>$t(ie)))),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=this.queryParams.pipe((0,ye.U)(ie=>$t(ie)))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function ps(W,ie="emptyOnly"){const $=W.pathFromRoot;let le=0;if("always"!==ie)for(le=$.length-1;le>=1;){const we=$[le],ot=$[le-1];if(we.routeConfig&&""===we.routeConfig.path)le--;else{if(ot.component)break;le--}}return function Za(W){return W.reduce((ie,$)=>({params:{...ie.params,...$.params},data:{...ie.data,...$.data},resolve:{...$.data,...ie.resolve,...$.routeConfig?.data,...$._resolvedData}}),{params:{},data:{},resolve:{}})}($.slice(le))}class Oo{get title(){return this.data?.[Ae]}constructor(ie,$,le,we,ot,Ut,fn,_n,ci){this.url=ie,this.params=$,this.queryParams=le,this.fragment=we,this.data=ot,this.outlet=Ut,this.component=fn,this.routeConfig=_n,this._resolve=ci}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=$t(this.params)),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=$t(this.queryParams)),this._queryParamMap}toString(){return`Route(url:'${this.url.map(le=>le.toString()).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class qc extends pa{constructor(ie,$){super($),this.url=ie,gl(this,$)}toString(){return Ar(this._root)}}function gl(W,ie){ie.value._routerState=W,ie.children.forEach($=>gl(W,$))}function Ar(W){const ie=W.children.length>0?` { ${W.children.map(Ar).join(", ")} } `:"";return`${W.value}${ie}`}function ai(W){if(W.snapshot){const ie=W.snapshot,$=W._futureSnapshot;W.snapshot=$,Gt(ie.queryParams,$.queryParams)||W.queryParamsSubject.next($.queryParams),ie.fragment!==$.fragment&&W.fragmentSubject.next($.fragment),Gt(ie.params,$.params)||W.paramsSubject.next($.params),function Dt(W,ie){if(W.length!==ie.length)return!1;for(let $=0;$Gt($.parameters,ie[le].parameters))}(W.url,ie.url);return $&&!(!W.parent!=!ie.parent)&&(!W.parent||fr(W.parent,ie.parent))}let ws=(()=>{class W{constructor(){this.activated=null,this._activatedRoute=null,this.name=Z,this.activateEvents=new u.vpe,this.deactivateEvents=new u.vpe,this.attachEvents=new u.vpe,this.detachEvents=new u.vpe,this.parentContexts=(0,u.f3M)(Ws),this.location=(0,u.f3M)(u.s_b),this.changeDetector=(0,u.f3M)(u.sBO),this.environmentInjector=(0,u.f3M)(u.lqb),this.inputBinder=(0,u.f3M)(qr,{optional:!0}),this.supportsBindingToComponentInputs=!0}get activatedComponentRef(){return this.activated}ngOnChanges($){if($.name){const{firstChange:le,previousValue:we}=$.name;if(le)return;this.isTrackedInParentContexts(we)&&(this.deactivate(),this.parentContexts.onChildOutletDestroyed(we)),this.initializeOutletWithName()}}ngOnDestroy(){this.isTrackedInParentContexts(this.name)&&this.parentContexts.onChildOutletDestroyed(this.name),this.inputBinder?.unsubscribeFromRouteData(this)}isTrackedInParentContexts($){return this.parentContexts.getContext($)?.outlet===this}ngOnInit(){this.initializeOutletWithName()}initializeOutletWithName(){if(this.parentContexts.onChildOutletCreated(this.name,this),this.activated)return;const $=this.parentContexts.getContext(this.name);$?.route&&($.attachRef?this.attach($.attachRef,$.route):this.activateWith($.route,$.injector))}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new u.vHH(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new u.vHH(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new u.vHH(4012,!1);this.location.detach();const $=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit($.instance),$}attach($,le){this.activated=$,this._activatedRoute=le,this.location.insert($.hostView),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.attachEvents.emit($.instance)}deactivate(){if(this.activated){const $=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit($)}}activateWith($,le){if(this.isActivated)throw new u.vHH(4013,!1);this._activatedRoute=$;const we=this.location,Ut=$.snapshot.component,fn=this.parentContexts.getOrCreateContext(this.name).children,_n=new ma($,fn,we.injector);this.activated=we.createComponent(Ut,{index:we.length,injector:_n,environmentInjector:le??this.environmentInjector}),this.changeDetector.markForCheck(),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.activateEvents.emit(this.activated.instance)}static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275dir=u.lG2({type:W,selectors:[["router-outlet"]],inputs:{name:"name"},outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"],standalone:!0,features:[u.TTD]})}return W})();class ma{constructor(ie,$,le){this.route=ie,this.childContexts=$,this.parent=le}get(ie,$){return ie===Ps?this.route:ie===Ws?this.childContexts:this.parent.get(ie,$)}}const qr=new u.OlP("");let qs=(()=>{class W{constructor(){this.outletDataSubscriptions=new Map}bindActivatedRouteToOutletComponent($){this.unsubscribeFromRouteData($),this.subscribeToRouteData($)}unsubscribeFromRouteData($){this.outletDataSubscriptions.get($)?.unsubscribe(),this.outletDataSubscriptions.delete($)}subscribeToRouteData($){const{activatedRoute:le}=$,we=(0,ee.a)([le.queryParams,le.params,le.data]).pipe((0,Oe.w)(([ot,Ut,fn],_n)=>(fn={...ot,...Ut,...fn},0===_n?(0,U.of)(fn):Promise.resolve(fn)))).subscribe(ot=>{if(!$.isActivated||!$.activatedComponentRef||$.activatedRoute!==le||null===le.component)return void this.unsubscribeFromRouteData($);const Ut=(0,u.qFp)(le.component);if(Ut)for(const{templateName:fn}of Ut.inputs)$.activatedComponentRef.setInput(fn,ot[fn]);else this.unsubscribeFromRouteData($)});this.outletDataSubscriptions.set($,we)}static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac})}return W})();function ms(W,ie,$){if($&&W.shouldReuseRoute(ie.value,$.value.snapshot)){const le=$.value;le._futureSnapshot=ie.value;const we=function Ea(W,ie,$){return ie.children.map(le=>{for(const we of $.children)if(W.shouldReuseRoute(le.value,we.value.snapshot))return ms(W,le,we);return ms(W,le)})}(W,ie,$);return new nr(le,we)}{if(W.shouldAttach(ie.value)){const ot=W.retrieve(ie.value);if(null!==ot){const Ut=ot.route;return Ut.value._futureSnapshot=ie.value,Ut.children=ie.children.map(fn=>ms(W,fn)),Ut}}const le=function mc(W){return new Ps(new X.X(W.url),new X.X(W.params),new X.X(W.queryParams),new X.X(W.fragment),new X.X(W.data),W.outlet,W.component,W)}(ie.value),we=ie.children.map(ot=>ms(W,ot));return new nr(le,we)}}const Pr="ngNavigationCancelingError";function Sa(W,ie){const{redirectTo:$,navigationBehaviorOptions:le}=mr(ie)?{redirectTo:ie,navigationBehaviorOptions:void 0}:ie,we=Yl(!1,0,ie);return we.url=$,we.navigationBehaviorOptions=le,we}function Yl(W,ie,$){const le=new Error("NavigationCancelingError: "+(W||""));return le[Pr]=!0,le.cancellationCode=ie,$&&(le.url=$),le}function _s(W){return W&&W[Pr]}let Ra=(()=>{class W{static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275cmp=u.Xpm({type:W,selectors:[["ng-component"]],standalone:!0,features:[u.jDz],decls:1,vars:0,template:function(le,we){1&le&&u._UZ(0,"router-outlet")},dependencies:[ws],encapsulation:2})}return W})();function I1(W){const ie=W.children&&W.children.map(I1),$=ie?{...W,children:ie}:{...W};return!$.component&&!$.loadComponent&&(ie||$.loadChildren)&&$.outlet&&$.outlet!==Z&&($.component=Ra),$}function Ja(W){return W.outlet||Z}function fc(W){if(!W)return null;if(W.routeConfig?._injector)return W.routeConfig._injector;for(let ie=W.parent;ie;ie=ie.parent){const $=ie.routeConfig;if($?._loadedInjector)return $._loadedInjector;if($?._injector)return $._injector}return null}class yc{constructor(ie,$,le,we,ot){this.routeReuseStrategy=ie,this.futureState=$,this.currState=le,this.forwardEvent=we,this.inputBindingEnabled=ot}activate(ie){const $=this.futureState._root,le=this.currState?this.currState._root:null;this.deactivateChildRoutes($,le,ie),ai(this.futureState.root),this.activateChildRoutes($,le,ie)}deactivateChildRoutes(ie,$,le){const we=$i($);ie.children.forEach(ot=>{const Ut=ot.value.outlet;this.deactivateRoutes(ot,we[Ut],le),delete we[Ut]}),Object.values(we).forEach(ot=>{this.deactivateRouteAndItsChildren(ot,le)})}deactivateRoutes(ie,$,le){const we=ie.value,ot=$?$.value:null;if(we===ot)if(we.component){const Ut=le.getContext(we.outlet);Ut&&this.deactivateChildRoutes(ie,$,Ut.children)}else this.deactivateChildRoutes(ie,$,le);else ot&&this.deactivateRouteAndItsChildren($,le)}deactivateRouteAndItsChildren(ie,$){ie.value.component&&this.routeReuseStrategy.shouldDetach(ie.value.snapshot)?this.detachAndStoreRouteSubtree(ie,$):this.deactivateRouteAndOutlet(ie,$)}detachAndStoreRouteSubtree(ie,$){const le=$.getContext(ie.value.outlet),we=le&&ie.value.component?le.children:$,ot=$i(ie);for(const Ut of Object.keys(ot))this.deactivateRouteAndItsChildren(ot[Ut],we);if(le&&le.outlet){const Ut=le.outlet.detach(),fn=le.children.onOutletDeactivated();this.routeReuseStrategy.store(ie.value.snapshot,{componentRef:Ut,route:ie,contexts:fn})}}deactivateRouteAndOutlet(ie,$){const le=$.getContext(ie.value.outlet),we=le&&ie.value.component?le.children:$,ot=$i(ie);for(const Ut of Object.keys(ot))this.deactivateRouteAndItsChildren(ot[Ut],we);le&&(le.outlet&&(le.outlet.deactivate(),le.children.onOutletDeactivated()),le.attachRef=null,le.route=null)}activateChildRoutes(ie,$,le){const we=$i($);ie.children.forEach(ot=>{this.activateRoutes(ot,we[ot.value.outlet],le),this.forwardEvent(new Ca(ot.value.snapshot))}),ie.children.length&&this.forwardEvent(new br(ie.value.snapshot))}activateRoutes(ie,$,le){const we=ie.value,ot=$?$.value:null;if(ai(we),we===ot)if(we.component){const Ut=le.getOrCreateContext(we.outlet);this.activateChildRoutes(ie,$,Ut.children)}else this.activateChildRoutes(ie,$,le);else if(we.component){const Ut=le.getOrCreateContext(we.outlet);if(this.routeReuseStrategy.shouldAttach(we.snapshot)){const fn=this.routeReuseStrategy.retrieve(we.snapshot);this.routeReuseStrategy.store(we.snapshot,null),Ut.children.onOutletReAttached(fn.contexts),Ut.attachRef=fn.componentRef,Ut.route=fn.route.value,Ut.outlet&&Ut.outlet.attach(fn.componentRef,fn.route.value),ai(fn.route.value),this.activateChildRoutes(ie,null,Ut.children)}else{const fn=fc(we.snapshot);Ut.attachRef=null,Ut.route=we,Ut.injector=fn,Ut.outlet&&Ut.outlet.activateWith(we,Ut.injector),this.activateChildRoutes(ie,null,Ut.children)}}else this.activateChildRoutes(ie,null,le)}}class ta{constructor(ie){this.path=ie,this.route=this.path[this.path.length-1]}}class Wl{constructor(ie,$){this.component=ie,this.route=$}}function Ms(W,ie,$){const le=W._root;return Cc(le,ie?ie._root:null,$,[le.value])}function Qr(W,ie){const $=Symbol(),le=ie.get(W,$);return le===$?"function"!=typeof W||(0,u.Z0I)(W)?ie.get(W):W:le}function Cc(W,ie,$,le,we={canDeactivateChecks:[],canActivateChecks:[]}){const ot=$i(ie);return W.children.forEach(Ut=>{(function Nl(W,ie,$,le,we={canDeactivateChecks:[],canActivateChecks:[]}){const ot=W.value,Ut=ie?ie.value:null,fn=$?$.getContext(W.value.outlet):null;if(Ut&&ot.routeConfig===Ut.routeConfig){const _n=function ka(W,ie,$){if("function"==typeof $)return $(W,ie);switch($){case"pathParamsChange":return!Di(W.url,ie.url);case"pathParamsOrQueryParamsChange":return!Di(W.url,ie.url)||!Gt(W.queryParams,ie.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!fr(W,ie)||!Gt(W.queryParams,ie.queryParams);default:return!fr(W,ie)}}(Ut,ot,ot.routeConfig.runGuardsAndResolvers);_n?we.canActivateChecks.push(new ta(le)):(ot.data=Ut.data,ot._resolvedData=Ut._resolvedData),Cc(W,ie,ot.component?fn?fn.children:null:$,le,we),_n&&fn&&fn.outlet&&fn.outlet.isActivated&&we.canDeactivateChecks.push(new Wl(fn.outlet.component,Ut))}else Ut&&is(ie,fn,we),we.canActivateChecks.push(new ta(le)),Cc(W,null,ot.component?fn?fn.children:null:$,le,we)})(Ut,ot[Ut.value.outlet],$,le.concat([Ut.value]),we),delete ot[Ut.value.outlet]}),Object.entries(ot).forEach(([Ut,fn])=>is(fn,$.getContext(Ut),we)),we}function is(W,ie,$){const le=$i(W),we=W.value;Object.entries(le).forEach(([ot,Ut])=>{is(Ut,we.component?ie?ie.children.getContext(ot):null:ie,$)}),$.canDeactivateChecks.push(new Wl(we.component&&ie&&ie.outlet&&ie.outlet.isActivated?ie.outlet.component:null,we))}function Go(W){return"function"==typeof W}function Ll(W){return W instanceof ne.K||"EmptyError"===W?.name}const Ne=Symbol("INITIAL_VALUE");function ze(){return(0,Oe.w)(W=>(0,ee.a)(W.map(ie=>ie.pipe((0,We.q)(1),(0,Ke.O)(Ne)))).pipe((0,ye.U)(ie=>{for(const $ of ie)if(!0!==$){if($===Ne)return Ne;if(!1===$||$ instanceof wt)return $}return!0}),(0,xt.h)(ie=>ie!==Ne),(0,We.q)(1)))}function ql(W){return(0,he.z)((0,zn.b)(ie=>{if(mr(ie))throw Sa(0,ie)}),(0,ye.U)(ie=>!0===ie))}class xa{constructor(ie){this.segmentGroup=ie||null}}class Kl{constructor(ie){this.urlTree=ie}}function Ql(W){return Ve(new xa(W))}function js(W){return Ve(new Kl(W))}class R1{constructor(ie,$){this.urlSerializer=ie,this.urlTree=$}noMatchError(ie){return new u.vHH(4002,!1)}lineralizeSegments(ie,$){let le=[],we=$.root;for(;;){if(le=le.concat(we.segments),0===we.numberOfChildren)return(0,U.of)(le);if(we.numberOfChildren>1||!we.children[Z])return Ve(new u.vHH(4e3,!1));we=we.children[Z]}}applyRedirectCommands(ie,$,le){return this.applyRedirectCreateUrlTree($,this.urlSerializer.parse($),ie,le)}applyRedirectCreateUrlTree(ie,$,le,we){const ot=this.createSegmentGroup(ie,$.root,le,we);return new wt(ot,this.createQueryParams($.queryParams,this.urlTree.queryParams),$.fragment)}createQueryParams(ie,$){const le={};return Object.entries(ie).forEach(([we,ot])=>{if("string"==typeof ot&&ot.startsWith(":")){const fn=ot.substring(1);le[we]=$[fn]}else le[we]=ot}),le}createSegmentGroup(ie,$,le,we){const ot=this.createSegments(ie,$.segments,le,we);let Ut={};return Object.entries($.children).forEach(([fn,_n])=>{Ut[fn]=this.createSegmentGroup(ie,_n,le,we)}),new Vt(ot,Ut)}createSegments(ie,$,le,we){return $.map(ot=>ot.path.startsWith(":")?this.findPosParam(ie,ot,we):this.findOrReturn(ot,le))}findPosParam(ie,$,le){const we=le[$.path.substring(1)];if(!we)throw new u.vHH(4001,!1);return we}findOrReturn(ie,$){let le=0;for(const we of $){if(we.path===ie.path)return $.splice(le),we;le++}return ie}}const Fc={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function ad(W,ie,$,le,we){const ot=N1(W,ie,$);return ot.matched?(le=function Ac(W,ie){return W.providers&&!W._injector&&(W._injector=(0,u.MMx)(W.providers,ie,`Route: ${W.path}`)),W._injector??ie}(ie,le),function Kc(W,ie,$,le){const we=ie.canMatch;if(!we||0===we.length)return(0,U.of)(!0);const ot=we.map(Ut=>{const fn=Qr(Ut,W);return mi(function fo(W){return W&&Go(W.canMatch)}(fn)?fn.canMatch(ie,$):W.runInContext(()=>fn(ie,$)))});return(0,U.of)(ot).pipe(ze(),ql())}(le,ie,$).pipe((0,ye.U)(Ut=>!0===Ut?ot:{...Fc}))):(0,U.of)(ot)}function N1(W,ie,$){if(""===ie.path)return"full"===ie.pathMatch&&(W.hasChildren()||$.length>0)?{...Fc}:{matched:!0,consumedSegments:[],remainingSegments:$,parameters:{},positionalParamSegments:{}};const we=(ie.matcher||et)($,W,ie);if(!we)return{...Fc};const ot={};Object.entries(we.posParams??{}).forEach(([fn,_n])=>{ot[fn]=_n.path});const Ut=we.consumed.length>0?{...ot,...we.consumed[we.consumed.length-1].parameters}:ot;return{matched:!0,consumedSegments:we.consumed,remainingSegments:$.slice(we.consumed.length),parameters:Ut,positionalParamSegments:we.posParams??{}}}function k1(W,ie,$,le){return $.length>0&&function b1(W,ie,$){return $.some(le=>Pl(W,ie,le)&&Ja(le)!==Z)}(W,$,le)?{segmentGroup:new Vt(ie,Qc(le,new Vt($,W.children))),slicedSegments:[]}:0===$.length&&function bl(W,ie,$){return $.some(le=>Pl(W,ie,le))}(W,$,le)?{segmentGroup:new Vt(W.segments,G1(W,0,$,le,W.children)),slicedSegments:$}:{segmentGroup:new Vt(W.segments,W.children),slicedSegments:$}}function G1(W,ie,$,le,we){const ot={};for(const Ut of le)if(Pl(W,$,Ut)&&!we[Ja(Ut)]){const fn=new Vt([],{});ot[Ja(Ut)]=fn}return{...we,...ot}}function Qc(W,ie){const $={};$[Z]=ie;for(const le of W)if(""===le.path&&Ja(le)!==Z){const we=new Vt([],{});$[Ja(le)]=we}return $}function Pl(W,ie,$){return(!(W.hasChildren()||ie.length>0)||"full"!==$.pathMatch)&&""===$.path}class al{constructor(ie,$,le,we,ot,Ut,fn){this.injector=ie,this.configLoader=$,this.rootComponentType=le,this.config=we,this.urlTree=ot,this.paramsInheritanceStrategy=Ut,this.urlSerializer=fn,this.allowRedirects=!0,this.applyRedirects=new R1(this.urlSerializer,this.urlTree)}noMatchError(ie){return new u.vHH(4002,!1)}recognize(){const ie=k1(this.urlTree.root,[],[],this.config).segmentGroup;return this.processSegmentGroup(this.injector,this.config,ie,Z).pipe((0,ri.K)($=>{if($ instanceof Kl)return this.allowRedirects=!1,this.urlTree=$.urlTree,this.match($.urlTree);throw $ instanceof xa?this.noMatchError($):$}),(0,ye.U)($=>{const le=new Oo([],Object.freeze({}),Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,{},Z,this.rootComponentType,null,{}),we=new nr(le,$),ot=new qc("",we),Ut=function Dr(W,ie,$=null,le=null){return Cn(ao(W),ie,$,le)}(le,[],this.urlTree.queryParams,this.urlTree.fragment);return Ut.queryParams=this.urlTree.queryParams,ot.url=this.urlSerializer.serialize(Ut),this.inheritParamsAndData(ot._root),{state:ot,tree:Ut}}))}match(ie){return this.processSegmentGroup(this.injector,this.config,ie.root,Z).pipe((0,ri.K)(le=>{throw le instanceof xa?this.noMatchError(le):le}))}inheritParamsAndData(ie){const $=ie.value,le=ps($,this.paramsInheritanceStrategy);$.params=Object.freeze(le.params),$.data=Object.freeze(le.data),ie.children.forEach(we=>this.inheritParamsAndData(we))}processSegmentGroup(ie,$,le,we){return 0===le.segments.length&&le.hasChildren()?this.processChildren(ie,$,le):this.processSegment(ie,$,le,le.segments,we,!0)}processChildren(ie,$,le){const we=[];for(const ot of Object.keys(le.children))"primary"===ot?we.unshift(ot):we.push(ot);return(0,te.D)(we).pipe((0,$n.b)(ot=>{const Ut=le.children[ot],fn=function _1(W,ie){const $=W.filter(le=>Ja(le)===ie);return $.push(...W.filter(le=>Ja(le)!==ie)),$}($,ot);return this.processSegmentGroup(ie,fn,Ut,ot)}),function jn(W,ie){return(0,Se.e)((0,Pi.U)(W,ie,arguments.length>=2,!0))}((ot,Ut)=>(ot.push(...Ut),ot)),(0,zi.d)(null),function _t(W,ie){const $=arguments.length>=2;return le=>le.pipe(W?(0,xt.h)((we,ot)=>W(we,ot,le)):Mt.y,Ei(1),$?(0,zi.d)(ie):(0,mn.T)(()=>new ne.K))}(),(0,Tt.z)(ot=>{if(null===ot)return Ql(le);const Ut=Hc(ot);return function u2(W){W.sort((ie,$)=>ie.value.outlet===Z?-1:$.value.outlet===Z?1:ie.value.outlet.localeCompare($.value.outlet))}(Ut),(0,U.of)(Ut)}))}processSegment(ie,$,le,we,ot,Ut){return(0,te.D)($).pipe((0,$n.b)(fn=>this.processSegmentAgainstRoute(fn._injector??ie,$,fn,le,we,ot,Ut).pipe((0,ri.K)(_n=>{if(_n instanceof xa)return(0,U.of)(null);throw _n}))),(0,Sn.P)(fn=>!!fn),(0,ri.K)(fn=>{if(Ll(fn))return function Jl(W,ie,$){return 0===ie.length&&!W.children[$]}(le,we,ot)?(0,U.of)([]):Ql(le);throw fn}))}processSegmentAgainstRoute(ie,$,le,we,ot,Ut,fn){return function Vl(W,ie,$,le){return!!(Ja(W)===le||le!==Z&&Pl(ie,$,W))&&("**"===W.path||N1(ie,W,$).matched)}(le,we,ot,Ut)?void 0===le.redirectTo?this.matchSegmentAgainstRoute(ie,we,le,ot,Ut,fn):fn&&this.allowRedirects?this.expandSegmentAgainstRouteUsingRedirect(ie,we,$,le,ot,Ut):Ql(we):Ql(we)}expandSegmentAgainstRouteUsingRedirect(ie,$,le,we,ot,Ut){return"**"===we.path?this.expandWildCardWithParamsAgainstRouteUsingRedirect(ie,le,we,Ut):this.expandRegularSegmentAgainstRouteUsingRedirect(ie,$,le,we,ot,Ut)}expandWildCardWithParamsAgainstRouteUsingRedirect(ie,$,le,we){const ot=this.applyRedirects.applyRedirectCommands([],le.redirectTo,{});return le.redirectTo.startsWith("/")?js(ot):this.applyRedirects.lineralizeSegments(le,ot).pipe((0,Tt.z)(Ut=>{const fn=new Vt(Ut,{});return this.processSegment(ie,$,fn,Ut,we,!1)}))}expandRegularSegmentAgainstRouteUsingRedirect(ie,$,le,we,ot,Ut){const{matched:fn,consumedSegments:_n,remainingSegments:ci,positionalParamSegments:sr}=N1($,we,ot);if(!fn)return Ql($);const Wo=this.applyRedirects.applyRedirectCommands(_n,we.redirectTo,sr);return we.redirectTo.startsWith("/")?js(Wo):this.applyRedirects.lineralizeSegments(we,Wo).pipe((0,Tt.z)(Po=>this.processSegment(ie,le,$,Po.concat(ci),Ut,!1)))}matchSegmentAgainstRoute(ie,$,le,we,ot,Ut){let fn;if("**"===le.path){const _n=we.length>0?Gn(we).parameters:{},ci=new Oo(we,_n,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,Zc(le),Ja(le),le.component??le._loadedComponent??null,le,H2(le));fn=(0,U.of)({snapshot:ci,consumedSegments:[],remainingSegments:[]}),$.children={}}else fn=ad($,le,we,ie).pipe((0,ye.U)(({matched:_n,consumedSegments:ci,remainingSegments:sr,parameters:Wo})=>_n?{snapshot:new Oo(ci,Wo,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,Zc(le),Ja(le),le.component??le._loadedComponent??null,le,H2(le)),consumedSegments:ci,remainingSegments:sr}:null));return fn.pipe((0,Oe.w)(_n=>null===_n?Ql($):this.getChildConfig(ie=le._injector??ie,le,we).pipe((0,Oe.w)(({routes:ci})=>{const sr=le._loadedInjector??ie,{snapshot:Wo,consumedSegments:Po,remainingSegments:_a}=_n,{segmentGroup:tc,slicedSegments:ra}=k1($,Po,_a,ci);if(0===ra.length&&tc.hasChildren())return this.processChildren(sr,ci,tc).pipe((0,ye.U)(n1=>null===n1?null:[new nr(Wo,n1)]));if(0===ci.length&&0===ra.length)return(0,U.of)([new nr(Wo,[])]);const p2=Ja(le)===ot;return this.processSegment(sr,ci,tc,ra,p2?Z:ot,!0).pipe((0,ye.U)(n1=>[new nr(Wo,n1)]))}))))}getChildConfig(ie,$,le){return $.children?(0,U.of)({routes:$.children,injector:ie}):$.loadChildren?void 0!==$._loadedRoutes?(0,U.of)({routes:$._loadedRoutes,injector:$._loadedInjector}):function sl(W,ie,$,le){const we=ie.canLoad;if(void 0===we||0===we.length)return(0,U.of)(!0);const ot=we.map(Ut=>{const fn=Qr(Ut,W);return mi(function F2(W){return W&&Go(W.canLoad)}(fn)?fn.canLoad(ie,$):W.runInContext(()=>fn(ie,$)))});return(0,U.of)(ot).pipe(ze(),ql())}(ie,$,le).pipe((0,Tt.z)(we=>we?this.configLoader.loadChildren(ie,$).pipe((0,zn.b)(ot=>{$._loadedRoutes=ot.routes,$._loadedInjector=ot.injector})):function Pa(W){return Ve(Yl(!1,3))}())):(0,U.of)({routes:[],injector:ie})}}function Ic(W){const ie=W.value.routeConfig;return ie&&""===ie.path}function Hc(W){const ie=[],$=new Set;for(const le of W){if(!Ic(le)){ie.push(le);continue}const we=ie.find(ot=>le.value.routeConfig===ot.value.routeConfig);void 0!==we?(we.children.push(...le.children),$.add(we)):ie.push(le)}for(const le of $){const we=Hc(le.children);ie.push(new nr(le.value,we))}return ie.filter(le=>!$.has(le))}function Zc(W){return W.data||{}}function H2(W){return W.resolve||{}}function Ht(W){return"string"==typeof W.title||null===W.title}function N(W){return(0,Oe.w)(ie=>{const $=W(ie);return $?(0,te.D)($).pipe((0,ye.U)(()=>ie)):(0,U.of)(ie)})}const fe=new u.OlP("ROUTES");let Q=(()=>{class W{constructor(){this.componentLoaders=new WeakMap,this.childrenLoaders=new WeakMap,this.compiler=(0,u.f3M)(u.Sil)}loadComponent($){if(this.componentLoaders.get($))return this.componentLoaders.get($);if($._loadedComponent)return(0,U.of)($._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener($);const le=mi($.loadComponent()).pipe((0,ye.U)(cn),(0,zn.b)(ot=>{this.onLoadEndListener&&this.onLoadEndListener($),$._loadedComponent=ot}),(0,De.x)(()=>{this.componentLoaders.delete($)})),we=new Ue(le,()=>new je.x).pipe(ft());return this.componentLoaders.set($,we),we}loadChildren($,le){if(this.childrenLoaders.get(le))return this.childrenLoaders.get(le);if(le._loadedRoutes)return(0,U.of)({routes:le._loadedRoutes,injector:le._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(le);const ot=function de(W,ie,$,le){return mi(W.loadChildren()).pipe((0,ye.U)(cn),(0,Tt.z)(we=>we instanceof u.YKP||Array.isArray(we)?(0,U.of)(we):(0,te.D)(ie.compileModuleAsync(we))),(0,ye.U)(we=>{le&&le(W);let ot,Ut,fn=!1;return Array.isArray(we)?(Ut=we,!0):(ot=we.create($).injector,Ut=ot.get(fe,[],{optional:!0,self:!0}).flat()),{routes:Ut.map(I1),injector:ot}}))}(le,this.compiler,$,this.onLoadEndListener).pipe((0,De.x)(()=>{this.childrenLoaders.delete(le)})),Ut=new Ue(ot,()=>new je.x).pipe(ft());return this.childrenLoaders.set(le,Ut),Ut}static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac,providedIn:"root"})}return W})();function cn(W){return function ct(W){return W&&"object"==typeof W&&"default"in W}(W)?W.default:W}let Mn=(()=>{class W{get hasRequestedNavigation(){return 0!==this.navigationId}constructor(){this.currentNavigation=null,this.currentTransition=null,this.lastSuccessfulNavigation=null,this.events=new je.x,this.transitionAbortSubject=new je.x,this.configLoader=(0,u.f3M)(Q),this.environmentInjector=(0,u.f3M)(u.lqb),this.urlSerializer=(0,u.f3M)(Bi),this.rootContexts=(0,u.f3M)(Ws),this.inputBindingEnabled=null!==(0,u.f3M)(qr,{optional:!0}),this.navigationId=0,this.afterPreactivation=()=>(0,U.of)(void 0),this.rootComponentType=null,this.configLoader.onLoadEndListener=we=>this.events.next(new Ui(we)),this.configLoader.onLoadStartListener=we=>this.events.next(new Or(we))}complete(){this.transitions?.complete()}handleNavigationRequest($){const le=++this.navigationId;this.transitions?.next({...this.transitions.value,...$,id:le})}setupNavigations($,le,we){return this.transitions=new X.X({id:0,currentUrlTree:le,currentRawUrl:le,currentBrowserUrl:le,extractedUrl:$.urlHandlingStrategy.extract(le),urlAfterRedirects:$.urlHandlingStrategy.extract(le),rawUrl:le,extras:{},resolve:null,reject:null,promise:Promise.resolve(!0),source:So,restoredState:null,currentSnapshot:we.snapshot,targetSnapshot:null,currentRouterState:we,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.transitions.pipe((0,xt.h)(ot=>0!==ot.id),(0,ye.U)(ot=>({...ot,extractedUrl:$.urlHandlingStrategy.extract(ot.rawUrl)})),(0,Oe.w)(ot=>{this.currentTransition=ot;let Ut=!1,fn=!1;return(0,U.of)(ot).pipe((0,zn.b)(_n=>{this.currentNavigation={id:_n.id,initialUrl:_n.rawUrl,extractedUrl:_n.extractedUrl,trigger:_n.source,extras:_n.extras,previousNavigation:this.lastSuccessfulNavigation?{...this.lastSuccessfulNavigation,previousNavigation:null}:null}}),(0,Oe.w)(_n=>{const ci=_n.currentBrowserUrl.toString(),sr=!$.navigated||_n.extractedUrl.toString()!==ci||ci!==_n.currentUrlTree.toString();if(!sr&&"reload"!==(_n.extras.onSameUrlNavigation??$.onSameUrlNavigation)){const Po="";return this.events.next(new $e(_n.id,this.urlSerializer.serialize(_n.rawUrl),Po,0)),_n.resolve(null),be.E}if($.urlHandlingStrategy.shouldProcessUrl(_n.rawUrl))return(0,U.of)(_n).pipe((0,Oe.w)(Po=>{const _a=this.transitions?.getValue();return this.events.next(new hs(Po.id,this.urlSerializer.serialize(Po.extractedUrl),Po.source,Po.restoredState)),_a!==this.transitions?.getValue()?be.E:Promise.resolve(Po)}),function yl(W,ie,$,le,we,ot){return(0,Tt.z)(Ut=>function y1(W,ie,$,le,we,ot,Ut="emptyOnly"){return new al(W,ie,$,le,we,Ut,ot).recognize()}(W,ie,$,le,Ut.extractedUrl,we,ot).pipe((0,ye.U)(({state:fn,tree:_n})=>({...Ut,targetSnapshot:fn,urlAfterRedirects:_n}))))}(this.environmentInjector,this.configLoader,this.rootComponentType,$.config,this.urlSerializer,$.paramsInheritanceStrategy),(0,zn.b)(Po=>{ot.targetSnapshot=Po.targetSnapshot,ot.urlAfterRedirects=Po.urlAfterRedirects,this.currentNavigation={...this.currentNavigation,finalUrl:Po.urlAfterRedirects};const _a=new Jt(Po.id,this.urlSerializer.serialize(Po.extractedUrl),this.urlSerializer.serialize(Po.urlAfterRedirects),Po.targetSnapshot);this.events.next(_a)}));if(sr&&$.urlHandlingStrategy.shouldProcessUrl(_n.currentRawUrl)){const{id:Po,extractedUrl:_a,source:tc,restoredState:ra,extras:p2}=_n,n1=new hs(Po,this.urlSerializer.serialize(_a),tc,ra);this.events.next(n1);const oa=co(0,this.rootComponentType).snapshot;return this.currentTransition=ot={..._n,targetSnapshot:oa,urlAfterRedirects:_a,extras:{...p2,skipLocationChange:!1,replaceUrl:!1}},(0,U.of)(ot)}{const Po="";return this.events.next(new $e(_n.id,this.urlSerializer.serialize(_n.extractedUrl),Po,1)),_n.resolve(null),be.E}}),(0,zn.b)(_n=>{const ci=new tn(_n.id,this.urlSerializer.serialize(_n.extractedUrl),this.urlSerializer.serialize(_n.urlAfterRedirects),_n.targetSnapshot);this.events.next(ci)}),(0,ye.U)(_n=>(this.currentTransition=ot={..._n,guards:Ms(_n.targetSnapshot,_n.currentSnapshot,this.rootContexts)},ot)),function ge(W,ie){return(0,Tt.z)($=>{const{targetSnapshot:le,currentSnapshot:we,guards:{canActivateChecks:ot,canDeactivateChecks:Ut}}=$;return 0===Ut.length&&0===ot.length?(0,U.of)({...$,guardsResult:!0}):function dt(W,ie,$,le){return(0,te.D)(W).pipe((0,Tt.z)(we=>function ol(W,ie,$,le,we){const ot=ie&&ie.routeConfig?ie.routeConfig.canDeactivate:null;if(!ot||0===ot.length)return(0,U.of)(!0);const Ut=ot.map(fn=>{const _n=fc(ie)??we,ci=Qr(fn,_n);return mi(function v1(W){return W&&Go(W.canDeactivate)}(ci)?ci.canDeactivate(W,ie,$,le):_n.runInContext(()=>ci(W,ie,$,le))).pipe((0,Sn.P)())});return(0,U.of)(Ut).pipe(ze())}(we.component,we.route,$,ie,le)),(0,Sn.P)(we=>!0!==we,!0))}(Ut,le,we,W).pipe((0,Tt.z)(fn=>fn&&function sd(W){return"boolean"==typeof W}(fn)?function dn(W,ie,$,le){return(0,te.D)(ie).pipe((0,$n.b)(we=>(0,ue.z)(function lo(W,ie){return null!==W&&ie&&ie(new dr(W)),(0,U.of)(!0)}(we.route.parent,le),function yr(W,ie){return null!==W&&ie&&ie(new gr(W)),(0,U.of)(!0)}(we.route,le),function Oc(W,ie,$){const le=ie[ie.length-1],ot=ie.slice(0,ie.length-1).reverse().map(Ut=>function Uo(W){const ie=W.routeConfig?W.routeConfig.canActivateChild:null;return ie&&0!==ie.length?{node:W,guards:ie}:null}(Ut)).filter(Ut=>null!==Ut).map(Ut=>(0,ce.P)(()=>{const fn=Ut.guards.map(_n=>{const ci=fc(Ut.node)??$,sr=Qr(_n,ci);return mi(function d2(W){return W&&Go(W.canActivateChild)}(sr)?sr.canActivateChild(le,W):ci.runInContext(()=>sr(le,W))).pipe((0,Sn.P)())});return(0,U.of)(fn).pipe(ze())}));return(0,U.of)(ot).pipe(ze())}(W,we.path,$),function La(W,ie,$){const le=ie.routeConfig?ie.routeConfig.canActivate:null;if(!le||0===le.length)return(0,U.of)(!0);const we=le.map(ot=>(0,ce.P)(()=>{const Ut=fc(ie)??$,fn=Qr(ot,Ut);return mi(function kl(W){return W&&Go(W.canActivate)}(fn)?fn.canActivate(ie,W):Ut.runInContext(()=>fn(ie,W))).pipe((0,Sn.P)())}));return(0,U.of)(we).pipe(ze())}(W,we.route,$))),(0,Sn.P)(we=>!0!==we,!0))}(le,ot,W,ie):(0,U.of)(fn)),(0,ye.U)(fn=>({...$,guardsResult:fn})))})}(this.environmentInjector,_n=>this.events.next(_n)),(0,zn.b)(_n=>{if(ot.guardsResult=_n.guardsResult,mr(_n.guardsResult))throw Sa(0,_n.guardsResult);const ci=new rn(_n.id,this.urlSerializer.serialize(_n.extractedUrl),this.urlSerializer.serialize(_n.urlAfterRedirects),_n.targetSnapshot,!!_n.guardsResult);this.events.next(ci)}),(0,xt.h)(_n=>!!_n.guardsResult||(this.cancelNavigationTransition(_n,"",3),!1)),N(_n=>{if(_n.guards.canActivateChecks.length)return(0,U.of)(_n).pipe((0,zn.b)(ci=>{const sr=new ni(ci.id,this.urlSerializer.serialize(ci.extractedUrl),this.urlSerializer.serialize(ci.urlAfterRedirects),ci.targetSnapshot);this.events.next(sr)}),(0,Oe.w)(ci=>{let sr=!1;return(0,U.of)(ci).pipe(function J(W,ie){return(0,Tt.z)($=>{const{targetSnapshot:le,guards:{canActivateChecks:we}}=$;if(!we.length)return(0,U.of)($);let ot=0;return(0,te.D)(we).pipe((0,$n.b)(Ut=>function bt(W,ie,$,le){const we=W.routeConfig,ot=W._resolve;return void 0!==we?.title&&!Ht(we)&&(ot[Ae]=we.title),function se(W,ie,$,le){const we=function Te(W){return[...Object.keys(W),...Object.getOwnPropertySymbols(W)]}(W);if(0===we.length)return(0,U.of)({});const ot={};return(0,te.D)(we).pipe((0,Tt.z)(Ut=>function Ct(W,ie,$,le){const we=fc(ie)??le,ot=Qr(W,we);return mi(ot.resolve?ot.resolve(ie,$):we.runInContext(()=>ot(ie,$)))}(W[Ut],ie,$,le).pipe((0,Sn.P)(),(0,zn.b)(fn=>{ot[Ut]=fn}))),Ei(1),(0,Ze.h)(ot),(0,ri.K)(Ut=>Ll(Ut)?be.E:Ve(Ut)))}(ot,W,ie,le).pipe((0,ye.U)(Ut=>(W._resolvedData=Ut,W.data=ps(W,$).resolve,we&&Ht(we)&&(W.data[Ae]=we.title),null)))}(Ut.route,le,W,ie)),(0,zn.b)(()=>ot++),Ei(1),(0,Tt.z)(Ut=>ot===we.length?(0,U.of)($):be.E))})}($.paramsInheritanceStrategy,this.environmentInjector),(0,zn.b)({next:()=>sr=!0,complete:()=>{sr||this.cancelNavigationTransition(ci,"",2)}}))}),(0,zn.b)(ci=>{const sr=new yi(ci.id,this.urlSerializer.serialize(ci.extractedUrl),this.urlSerializer.serialize(ci.urlAfterRedirects),ci.targetSnapshot);this.events.next(sr)}))}),N(_n=>{const ci=sr=>{const Wo=[];sr.routeConfig?.loadComponent&&!sr.routeConfig._loadedComponent&&Wo.push(this.configLoader.loadComponent(sr.routeConfig).pipe((0,zn.b)(Po=>{sr.component=Po}),(0,ye.U)(()=>{})));for(const Po of sr.children)Wo.push(...ci(Po));return Wo};return(0,ee.a)(ci(_n.targetSnapshot.root)).pipe((0,zi.d)(),(0,We.q)(1))}),N(()=>this.afterPreactivation()),(0,ye.U)(_n=>{const ci=function zr(W,ie,$){const le=ms(W,ie._root,$?$._root:void 0);return new Hr(le,ie)}($.routeReuseStrategy,_n.targetSnapshot,_n.currentRouterState);return this.currentTransition=ot={..._n,targetRouterState:ci},ot}),(0,zn.b)(()=>{this.events.next(new Cs)}),((W,ie,$,le)=>(0,ye.U)(we=>(new yc(ie,we.targetRouterState,we.currentRouterState,$,le).activate(W),we)))(this.rootContexts,$.routeReuseStrategy,_n=>this.events.next(_n),this.inputBindingEnabled),(0,We.q)(1),(0,zn.b)({next:_n=>{Ut=!0,this.lastSuccessfulNavigation=this.currentNavigation,this.events.next(new ti(_n.id,this.urlSerializer.serialize(_n.extractedUrl),this.urlSerializer.serialize(_n.urlAfterRedirects))),$.titleStrategy?.updateTitle(_n.targetRouterState.snapshot),_n.resolve(!0)},complete:()=>{Ut=!0}}),(0,Be.R)(this.transitionAbortSubject.pipe((0,zn.b)(_n=>{throw _n}))),(0,De.x)(()=>{Ut||fn||this.cancelNavigationTransition(ot,"",1),this.currentNavigation?.id===ot.id&&(this.currentNavigation=null)}),(0,ri.K)(_n=>{if(fn=!0,_s(_n))this.events.next(new nt(ot.id,this.urlSerializer.serialize(ot.extractedUrl),_n.message,_n.cancellationCode)),function uc(W){return _s(W)&&mr(W.url)}(_n)?this.events.next(new ns(_n.url)):ot.resolve(!1);else{this.events.next(new Xe(ot.id,this.urlSerializer.serialize(ot.extractedUrl),_n,ot.targetSnapshot??void 0));try{ot.resolve($.errorHandler(_n))}catch(ci){ot.reject(ci)}}return be.E}))}))}cancelNavigationTransition($,le,we){const ot=new nt($.id,this.urlSerializer.serialize($.extractedUrl),le,we);this.events.next(ot),$.resolve(!1)}static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac,providedIn:"root"})}return W})();function On(W){return W!==So}let Mi=(()=>{class W{buildTitle($){let le,we=$.root;for(;void 0!==we;)le=this.getResolvedTitleForRoute(we)??le,we=we.children.find(ot=>ot.outlet===Z);return le}getResolvedTitleForRoute($){return $.data[Ae]}static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:function(){return(0,u.f3M)(Yo)},providedIn:"root"})}return W})(),Yo=(()=>{class W extends Mi{constructor($){super(),this.title=$}updateTitle($){const le=this.buildTitle($);void 0!==le&&this.title.setTitle(le)}static#e=this.\u0275fac=function(le){return new(le||W)(u.LFG(P.Dx))};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac,providedIn:"root"})}return W})(),Cr=(()=>{class W{static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:function(){return(0,u.f3M)(_i)},providedIn:"root"})}return W})();class Ir{shouldDetach(ie){return!1}store(ie,$){}shouldAttach(ie){return!1}retrieve(ie){return null}shouldReuseRoute(ie,$){return ie.routeConfig===$.routeConfig}}let _i=(()=>{class W extends Ir{static#e=this.\u0275fac=function(){let $;return function(we){return($||($=u.n5z(W)))(we||W)}}();static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac,providedIn:"root"})}return W})();const Vr=new u.OlP("",{providedIn:"root",factory:()=>({})});let Xo=(()=>{class W{static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:function(){return(0,u.f3M)(na)},providedIn:"root"})}return W})(),na=(()=>{class W{shouldProcessUrl($){return!0}extract($){return $}merge($,le){return $}static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac,providedIn:"root"})}return W})();var Zr=function(W){return W[W.COMPLETE=0]="COMPLETE",W[W.FAILED=1]="FAILED",W[W.REDIRECTING=2]="REDIRECTING",W}(Zr||{});function ga(W,ie){W.events.pipe((0,xt.h)($=>$ instanceof ti||$ instanceof nt||$ instanceof Xe||$ instanceof $e),(0,ye.U)($=>$ instanceof ti||$ instanceof $e?Zr.COMPLETE:$ instanceof nt&&(0===$.code||1===$.code)?Zr.REDIRECTING:Zr.FAILED),(0,xt.h)($=>$!==Zr.REDIRECTING),(0,We.q)(1)).subscribe(()=>{ie()})}function rs(W){throw W}function Xa(W,ie,$){return ie.parse("/")}const Cl={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},st={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"};let Jc=(()=>{class W{get navigationId(){return this.navigationTransitions.navigationId}get browserPageId(){return"computed"!==this.canceledNavigationResolution?this.currentPageId:this.location.getState()?.\u0275routerPageId??this.currentPageId}get events(){return this._events}constructor(){this.disposed=!1,this.currentPageId=0,this.console=(0,u.f3M)(u.c2e),this.isNgZoneEnabled=!1,this._events=new je.x,this.options=(0,u.f3M)(Vr,{optional:!0})||{},this.pendingTasks=(0,u.f3M)(u.HDt),this.errorHandler=this.options.errorHandler||rs,this.malformedUriErrorHandler=this.options.malformedUriErrorHandler||Xa,this.navigated=!1,this.lastSuccessfulId=-1,this.urlHandlingStrategy=(0,u.f3M)(Xo),this.routeReuseStrategy=(0,u.f3M)(Cr),this.titleStrategy=(0,u.f3M)(Mi),this.onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore",this.paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly",this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.canceledNavigationResolution=this.options.canceledNavigationResolution||"replace",this.config=(0,u.f3M)(fe,{optional:!0})?.flat()??[],this.navigationTransitions=(0,u.f3M)(Mn),this.urlSerializer=(0,u.f3M)(Bi),this.location=(0,u.f3M)(xe.Ye),this.componentInputBindingEnabled=!!(0,u.f3M)(qr,{optional:!0}),this.eventsSubscription=new He.w0,this.isNgZoneEnabled=(0,u.f3M)(u.R0b)instanceof u.R0b&&u.R0b.isInAngularZone(),this.resetConfig(this.config),this.currentUrlTree=new wt,this.rawUrlTree=this.currentUrlTree,this.browserUrlTree=this.currentUrlTree,this.routerState=co(0,null),this.navigationTransitions.setupNavigations(this,this.currentUrlTree,this.routerState).subscribe($=>{this.lastSuccessfulId=$.id,this.currentPageId=this.browserPageId},$=>{this.console.warn(`Unhandled Navigation Error: ${$}`)}),this.subscribeToNavigationEvents()}subscribeToNavigationEvents(){const $=this.navigationTransitions.events.subscribe(le=>{try{const{currentTransition:we}=this.navigationTransitions;if(null===we)return void(ia(le)&&this._events.next(le));if(le instanceof hs)On(we.source)&&(this.browserUrlTree=we.extractedUrl);else if(le instanceof $e)this.rawUrlTree=we.rawUrl;else if(le instanceof Jt){if("eager"===this.urlUpdateStrategy){if(!we.extras.skipLocationChange){const ot=this.urlHandlingStrategy.merge(we.urlAfterRedirects,we.rawUrl);this.setBrowserUrl(ot,we)}this.browserUrlTree=we.urlAfterRedirects}}else if(le instanceof Cs)this.currentUrlTree=we.urlAfterRedirects,this.rawUrlTree=this.urlHandlingStrategy.merge(we.urlAfterRedirects,we.rawUrl),this.routerState=we.targetRouterState,"deferred"===this.urlUpdateStrategy&&(we.extras.skipLocationChange||this.setBrowserUrl(this.rawUrlTree,we),this.browserUrlTree=we.urlAfterRedirects);else if(le instanceof nt)0!==le.code&&1!==le.code&&(this.navigated=!0),(3===le.code||2===le.code)&&this.restoreHistory(we);else if(le instanceof ns){const ot=this.urlHandlingStrategy.merge(le.url,we.currentRawUrl),Ut={skipLocationChange:we.extras.skipLocationChange,replaceUrl:"eager"===this.urlUpdateStrategy||On(we.source)};this.scheduleNavigation(ot,So,null,Ut,{resolve:we.resolve,reject:we.reject,promise:we.promise})}le instanceof Xe&&this.restoreHistory(we,!0),le instanceof ti&&(this.navigated=!0),ia(le)&&this._events.next(le)}catch(we){this.navigationTransitions.transitionAbortSubject.next(we)}});this.eventsSubscription.add($)}resetRootComponentType($){this.routerState.root.component=$,this.navigationTransitions.rootComponentType=$}initialNavigation(){if(this.setUpLocationChangeListener(),!this.navigationTransitions.hasRequestedNavigation){const $=this.location.getState();this.navigateToSyncWithBrowser(this.location.path(!0),So,$)}}setUpLocationChangeListener(){this.locationSubscription||(this.locationSubscription=this.location.subscribe($=>{const le="popstate"===$.type?"popstate":"hashchange";"popstate"===le&&setTimeout(()=>{this.navigateToSyncWithBrowser($.url,le,$.state)},0)}))}navigateToSyncWithBrowser($,le,we){const ot={replaceUrl:!0},Ut=we?.navigationId?we:null;if(we){const _n={...we};delete _n.navigationId,delete _n.\u0275routerPageId,0!==Object.keys(_n).length&&(ot.state=_n)}const fn=this.parseUrl($);this.scheduleNavigation(fn,le,Ut,ot)}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.navigationTransitions.currentNavigation}get lastSuccessfulNavigation(){return this.navigationTransitions.lastSuccessfulNavigation}resetConfig($){this.config=$.map(I1),this.navigated=!1,this.lastSuccessfulId=-1}ngOnDestroy(){this.dispose()}dispose(){this.navigationTransitions.complete(),this.locationSubscription&&(this.locationSubscription.unsubscribe(),this.locationSubscription=void 0),this.disposed=!0,this.eventsSubscription.unsubscribe()}createUrlTree($,le={}){const{relativeTo:we,queryParams:ot,fragment:Ut,queryParamsHandling:fn,preserveFragment:_n}=le,ci=_n?this.currentUrlTree.fragment:Ut;let Wo,sr=null;switch(fn){case"merge":sr={...this.currentUrlTree.queryParams,...ot};break;case"preserve":sr=this.currentUrlTree.queryParams;break;default:sr=ot||null}null!==sr&&(sr=this.removeEmptyProps(sr));try{Wo=ao(we?we.snapshot:this.routerState.snapshot.root)}catch{("string"!=typeof $[0]||!$[0].startsWith("/"))&&($=[]),Wo=this.currentUrlTree.root}return Cn(Wo,$,sr,ci??null)}navigateByUrl($,le={skipLocationChange:!1}){const we=mr($)?$:this.parseUrl($),ot=this.urlHandlingStrategy.merge(we,this.rawUrlTree);return this.scheduleNavigation(ot,So,null,le)}navigate($,le={skipLocationChange:!1}){return function cd(W){for(let ie=0;ie{const ot=$[we];return null!=ot&&(le[we]=ot),le},{})}scheduleNavigation($,le,we,ot,Ut){if(this.disposed)return Promise.resolve(!1);let fn,_n,ci;Ut?(fn=Ut.resolve,_n=Ut.reject,ci=Ut.promise):ci=new Promise((Wo,Po)=>{fn=Wo,_n=Po});const sr=this.pendingTasks.add();return ga(this,()=>{queueMicrotask(()=>this.pendingTasks.remove(sr))}),this.navigationTransitions.handleNavigationRequest({source:le,restoredState:we,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,currentBrowserUrl:this.browserUrlTree,rawUrl:$,extras:ot,resolve:fn,reject:_n,promise:ci,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),ci.catch(Wo=>Promise.reject(Wo))}setBrowserUrl($,le){const we=this.urlSerializer.serialize($);if(this.location.isCurrentPathEqualTo(we)||le.extras.replaceUrl){const Ut={...le.extras.state,...this.generateNgRouterState(le.id,this.browserPageId)};this.location.replaceState(we,"",Ut)}else{const ot={...le.extras.state,...this.generateNgRouterState(le.id,this.browserPageId+1)};this.location.go(we,"",ot)}}restoreHistory($,le=!1){if("computed"===this.canceledNavigationResolution){const ot=this.currentPageId-this.browserPageId;0!==ot?this.location.historyGo(ot):this.currentUrlTree===this.getCurrentNavigation()?.finalUrl&&0===ot&&(this.resetState($),this.browserUrlTree=$.currentUrlTree,this.resetUrlToCurrentUrlTree())}else"replace"===this.canceledNavigationResolution&&(le&&this.resetState($),this.resetUrlToCurrentUrlTree())}resetState($){this.routerState=$.currentRouterState,this.currentUrlTree=$.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,$.rawUrl)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}generateNgRouterState($,le){return"computed"===this.canceledNavigationResolution?{navigationId:$,\u0275routerPageId:le}:{navigationId:$}}static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac,providedIn:"root"})}return W})();function ia(W){return!(W instanceof Cs||W instanceof ns)}let C1=(()=>{class W{constructor($,le,we,ot,Ut,fn){this.router=$,this.route=le,this.tabIndexAttribute=we,this.renderer=ot,this.el=Ut,this.locationStrategy=fn,this.href=null,this.commands=null,this.onChanges=new je.x,this.preserveFragment=!1,this.skipLocationChange=!1,this.replaceUrl=!1;const _n=Ut.nativeElement.tagName?.toLowerCase();this.isAnchorElement="a"===_n||"area"===_n,this.isAnchorElement?this.subscription=$.events.subscribe(ci=>{ci instanceof ti&&this.updateHref()}):this.setTabIndexIfNotOnNativeEl("0")}setTabIndexIfNotOnNativeEl($){null!=this.tabIndexAttribute||this.isAnchorElement||this.applyAttributeValue("tabindex",$)}ngOnChanges($){this.isAnchorElement&&this.updateHref(),this.onChanges.next(this)}set routerLink($){null!=$?(this.commands=Array.isArray($)?$:[$],this.setTabIndexIfNotOnNativeEl("0")):(this.commands=null,this.setTabIndexIfNotOnNativeEl(null))}onClick($,le,we,ot,Ut){return!!(null===this.urlTree||this.isAnchorElement&&(0!==$||le||we||ot||Ut||"string"==typeof this.target&&"_self"!=this.target))||(this.router.navigateByUrl(this.urlTree,{skipLocationChange:this.skipLocationChange,replaceUrl:this.replaceUrl,state:this.state}),!this.isAnchorElement)}ngOnDestroy(){this.subscription?.unsubscribe()}updateHref(){this.href=null!==this.urlTree&&this.locationStrategy?this.locationStrategy?.prepareExternalUrl(this.router.serializeUrl(this.urlTree)):null;const $=null===this.href?null:(0,u.P3R)(this.href,this.el.nativeElement.tagName.toLowerCase(),"href");this.applyAttributeValue("href",$)}applyAttributeValue($,le){const we=this.renderer,ot=this.el.nativeElement;null!==le?we.setAttribute(ot,$,le):we.removeAttribute(ot,$)}get urlTree(){return null===this.commands?null:this.router.createUrlTree(this.commands,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:this.preserveFragment})}static#e=this.\u0275fac=function(le){return new(le||W)(u.Y36(Jc),u.Y36(Ps),u.$8M("tabindex"),u.Y36(u.Qsj),u.Y36(u.SBq),u.Y36(xe.S$))};static#t=this.\u0275dir=u.lG2({type:W,selectors:[["","routerLink",""]],hostVars:1,hostBindings:function(le,we){1&le&&u.NdJ("click",function(Ut){return we.onClick(Ut.button,Ut.ctrlKey,Ut.shiftKey,Ut.altKey,Ut.metaKey)}),2&le&&u.uIk("target",we.target)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",state:"state",relativeTo:"relativeTo",preserveFragment:["preserveFragment","preserveFragment",u.VuI],skipLocationChange:["skipLocationChange","skipLocationChange",u.VuI],replaceUrl:["replaceUrl","replaceUrl",u.VuI],routerLink:"routerLink"},standalone:!0,features:[u.Xq5,u.TTD]})}return W})(),z2=(()=>{class W{get isActive(){return this._isActive}constructor($,le,we,ot,Ut){this.router=$,this.element=le,this.renderer=we,this.cdr=ot,this.link=Ut,this.classes=[],this._isActive=!1,this.routerLinkActiveOptions={exact:!1},this.isActiveChange=new u.vpe,this.routerEventsSubscription=$.events.subscribe(fn=>{fn instanceof ti&&this.update()})}ngAfterContentInit(){(0,U.of)(this.links.changes,(0,U.of)(null)).pipe((0,Je.J)()).subscribe($=>{this.update(),this.subscribeToEachLinkOnChanges()})}subscribeToEachLinkOnChanges(){this.linkInputChangesSubscription?.unsubscribe();const $=[...this.links.toArray(),this.link].filter(le=>!!le).map(le=>le.onChanges);this.linkInputChangesSubscription=(0,te.D)($).pipe((0,Je.J)()).subscribe(le=>{this._isActive!==this.isLinkActive(this.router)(le)&&this.update()})}set routerLinkActive($){const le=Array.isArray($)?$:$.split(" ");this.classes=le.filter(we=>!!we)}ngOnChanges($){this.update()}ngOnDestroy(){this.routerEventsSubscription.unsubscribe(),this.linkInputChangesSubscription?.unsubscribe()}update(){!this.links||!this.router.navigated||queueMicrotask(()=>{const $=this.hasActiveLinks();this._isActive!==$&&(this._isActive=$,this.cdr.markForCheck(),this.classes.forEach(le=>{$?this.renderer.addClass(this.element.nativeElement,le):this.renderer.removeClass(this.element.nativeElement,le)}),$&&void 0!==this.ariaCurrentWhenActive?this.renderer.setAttribute(this.element.nativeElement,"aria-current",this.ariaCurrentWhenActive.toString()):this.renderer.removeAttribute(this.element.nativeElement,"aria-current"),this.isActiveChange.emit($))})}isLinkActive($){const le=function Ec(W){return!!W.paths}(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return we=>!!we.urlTree&&$.isActive(we.urlTree,le)}hasActiveLinks(){const $=this.isLinkActive(this.router);return this.link&&$(this.link)||this.links.some($)}static#e=this.\u0275fac=function(le){return new(le||W)(u.Y36(Jc),u.Y36(u.SBq),u.Y36(u.Qsj),u.Y36(u.sBO),u.Y36(C1,8))};static#t=this.\u0275dir=u.lG2({type:W,selectors:[["","routerLinkActive",""]],contentQueries:function(le,we,ot){if(1&le&&u.Suo(ot,C1,5),2&le){let Ut;u.iGM(Ut=u.CRH())&&(we.links=Ut)}},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",ariaCurrentWhenActive:"ariaCurrentWhenActive",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},exportAs:["routerLinkActive"],standalone:!0,features:[u.TTD]})}return W})();class Cd{}let Hu=(()=>{class W{preload($,le){return le().pipe((0,ri.K)(()=>(0,U.of)(null)))}static#e=this.\u0275fac=function(le){return new(le||W)};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac,providedIn:"root"})}return W})(),El=(()=>{class W{constructor($,le,we,ot,Ut){this.router=$,this.injector=we,this.preloadingStrategy=ot,this.loader=Ut}setUpPreloading(){this.subscription=this.router.events.pipe((0,xt.h)($=>$ instanceof ti),(0,$n.b)(()=>this.preload())).subscribe(()=>{})}preload(){return this.processRoutes(this.injector,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes($,le){const we=[];for(const ot of le){ot.providers&&!ot._injector&&(ot._injector=(0,u.MMx)(ot.providers,$,`Route: ${ot.path}`));const Ut=ot._injector??$,fn=ot._loadedInjector??Ut;(ot.loadChildren&&!ot._loadedRoutes&&void 0===ot.canLoad||ot.loadComponent&&!ot._loadedComponent)&&we.push(this.preloadConfig(Ut,ot)),(ot.children||ot._loadedRoutes)&&we.push(this.processRoutes(fn,ot.children??ot._loadedRoutes))}return(0,te.D)(we).pipe((0,Je.J)())}preloadConfig($,le){return this.preloadingStrategy.preload(le,()=>{let we;we=le.loadChildren&&void 0===le.canLoad?this.loader.loadChildren($,le):(0,U.of)(null);const ot=we.pipe((0,Tt.z)(Ut=>null===Ut?(0,U.of)(void 0):(le._loadedRoutes=Ut.routes,le._loadedInjector=Ut.injector,this.processRoutes(Ut.injector??$,Ut.routes))));if(le.loadComponent&&!le._loadedComponent){const Ut=this.loader.loadComponent(le);return(0,te.D)([ot,Ut]).pipe((0,Je.J)())}return ot})}static#e=this.\u0275fac=function(le){return new(le||W)(u.LFG(Jc),u.LFG(u.Sil),u.LFG(u.lqb),u.LFG(Cd),u.LFG(Q))};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac,providedIn:"root"})}return W})();const Ed=new u.OlP("");let Sd=(()=>{class W{constructor($,le,we,ot,Ut={}){this.urlSerializer=$,this.transitions=le,this.viewportScroller=we,this.zone=ot,this.options=Ut,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},Ut.scrollPositionRestoration=Ut.scrollPositionRestoration||"disabled",Ut.anchorScrolling=Ut.anchorScrolling||"disabled"}init(){"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.transitions.events.subscribe($=>{$ instanceof hs?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=$.navigationTrigger,this.restoredId=$.restoredState?$.restoredState.navigationId:0):$ instanceof ti?(this.lastId=$.id,this.scheduleScrollEvent($,this.urlSerializer.parse($.urlAfterRedirects).fragment)):$ instanceof $e&&0===$.code&&(this.lastSource=void 0,this.restoredId=0,this.scheduleScrollEvent($,this.urlSerializer.parse($.url).fragment))})}consumeScrollEvents(){return this.transitions.events.subscribe($=>{$ instanceof Yi&&($.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0]):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition($.position):$.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor($.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent($,le){this.zone.runOutsideAngular(()=>{setTimeout(()=>{this.zone.run(()=>{this.transitions.events.next(new Yi($,"popstate"===this.lastSource?this.store[this.restoredId]:null,le))})},0)})}ngOnDestroy(){this.routerEventsSubscription?.unsubscribe(),this.scrollEventsSubscription?.unsubscribe()}static#e=this.\u0275fac=function(le){u.$Z()};static#t=this.\u0275prov=u.Yz7({token:W,factory:W.\u0275fac})}return W})();function zu(W,...ie){return(0,u.MR2)([{provide:fe,multi:!0,useValue:W},[],{provide:Ps,useFactory:Fl,deps:[Jc]},{provide:u.tb,multi:!0,useFactory:dd},ie.map($=>$.\u0275providers)])}function Fl(W){return W.routerState.root}function e1(W,ie){return{\u0275kind:W,\u0275providers:ie}}function ld(W={}){return e1(4,[{provide:Ed,useFactory:()=>{const $=(0,u.f3M)(xe.EM),le=(0,u.f3M)(u.R0b),we=(0,u.f3M)(Mn),ot=(0,u.f3M)(Bi);return new Sd(ot,we,$,le,W)}}])}function dd(){const W=(0,u.f3M)(u.zs3);return ie=>{const $=W.get(u.z2F);if(ie!==$.components[0])return;const le=W.get(Jc),we=W.get(yo);1===W.get(t1)&&le.initialNavigation(),W.get(z,null,u.XFs.Optional)?.setUpPreloading(),W.get(Ed,null,u.XFs.Optional)?.init(),le.resetRootComponentType($.componentTypes[0]),we.closed||(we.next(),we.complete(),we.unsubscribe())}}const yo=new u.OlP("",{factory:()=>new je.x}),t1=new u.OlP("",{providedIn:"root",factory:()=>1}),z=new u.OlP("");function B(W){return e1(0,[{provide:z,useExisting:El},{provide:Cd,useExisting:W}])}const Nn=new u.OlP("ROUTER_FORROOT_GUARD"),Qt=[xe.Ye,{provide:Bi,useClass:wr},Jc,Ws,{provide:Ps,useFactory:Fl,deps:[Jc]},Q,[]];function Ci(){return new u.PXZ("Router",Jc)}let cr=(()=>{class W{constructor($){}static forRoot($,le){return{ngModule:W,providers:[Qt,[],{provide:fe,multi:!0,useValue:$},{provide:Nn,useFactory:Co,deps:[[Jc,new u.FiY,new u.tp0]]},{provide:Vr,useValue:le||{}},le?.useHash?{provide:xe.S$,useClass:xe.Do}:{provide:xe.S$,useClass:xe.b0},{provide:Ed,useFactory:()=>{const W=(0,u.f3M)(xe.EM),ie=(0,u.f3M)(u.R0b),$=(0,u.f3M)(Vr),le=(0,u.f3M)(Mn),we=(0,u.f3M)(Bi);return $.scrollOffset&&W.setOffset($.scrollOffset),new Sd(we,le,W,ie,$)}},le?.preloadingStrategy?B(le.preloadingStrategy).\u0275providers:[],{provide:u.PXZ,multi:!0,useFactory:Ci},le?.initialNavigation?As(le):[],le?.bindToComponentInputs?e1(8,[qs,{provide:qr,useExisting:qs}]).\u0275providers:[],[{provide:Ta,useFactory:dd},{provide:u.tb,multi:!0,useExisting:Ta}]]}}static forChild($){return{ngModule:W,providers:[{provide:fe,multi:!0,useValue:$}]}}static#e=this.\u0275fac=function(le){return new(le||W)(u.LFG(Nn,8))};static#t=this.\u0275mod=u.oAB({type:W});static#n=this.\u0275inj=u.cJS({})}return W})();function Co(W){return"guarded"}function As(W){return["disabled"===W.initialNavigation?e1(3,[{provide:u.ip1,multi:!0,useFactory:()=>{const ie=(0,u.f3M)(Jc);return()=>{ie.setUpLocationChangeListener()}}},{provide:t1,useValue:2}]).\u0275providers:[],"enabledBlocking"===W.initialNavigation?e1(2,[{provide:t1,useValue:0},{provide:u.ip1,multi:!0,deps:[u.zs3],useFactory:ie=>{const $=ie.get(xe.V_,Promise.resolve());return()=>$.then(()=>new Promise(le=>{const we=ie.get(Jc),ot=ie.get(yo);ga(we,()=>{le(!0)}),ie.get(Mn).afterPreactivation=()=>(le(!0),ot.closed?(0,U.of)(void 0):ot),we.initialNavigation()}))}}]).\u0275providers:[]]}const Ta=new u.OlP("")},3595:(ve,k,_)=>{"use strict";_.d(k,{An:()=>ne});var u=_(9567),o=_(6733),D=_(755),j=_(2133);let te=(()=>{class he{create(be,He){return(0,u.ZP)(be,He)}static#e=this.\u0275fac=function(He){return new(He||he)};static#t=this.\u0275prov=D.Yz7({token:he,factory:he.\u0275fac,providedIn:"root"})}return he})();const U=new D.OlP("IMASK_FACTORY",{providedIn:"root",factory:()=>(0,D.f3M)(te)}),X={provide:j.JU,useExisting:(0,D.Gpc)(()=>ne),multi:!0},ee=he=>he.nativeElement;let ne=(()=>{class he{constructor(){this.onTouched=()=>{},this.onChange=()=>{},this._viewInitialized=!1,this._composing=!1,this._writing=!1,this._elementRef=(0,D.f3M)(D.SBq),this._renderer=(0,D.f3M)(D.Qsj),this._factory=(0,D.f3M)(U),this._platformId=(0,D.f3M)(D.Lbi),this._compositionMode=(0,D.f3M)(j.ve,{optional:!0})??!this._isAndroid(),this.imaskElement=ee,this.accept=new D.vpe,this.complete=new D.vpe}get element(){return this.imaskElement(this._elementRef,this)}get maskValue(){return this.maskRef?"typed"===this.unmask?this.maskRef.typedValue:this.unmask?this.maskRef.unmaskedValue:this.maskRef.value:this.element?.value||""}set maskValue(be){this.maskRef?"typed"===this.unmask?this.maskRef.typedValue=be:this.unmask?this.maskRef.unmaskedValue=be:this.maskRef.value=be:this._renderer.setProperty(this.element,"value",be)}ngAfterViewInit(){this.imask&&this.initMask(),this._viewInitialized=!0}ngOnChanges(be){be.elementRef&&!this.imaskElement&&(this.imaskElement=ee),be.imask&&this._viewInitialized&&(this.imask?this.maskRef?this.maskRef.updateOptions(this.imask):(this.initMask(),this.onChange(this.maskValue)):this.destroyMask())}destroyMask(){this.maskRef&&(this.maskRef.destroy(),delete this.maskRef)}ngOnDestroy(){this.destroyMask(),this.accept.complete(),this.complete.complete()}beginWrite(be){this._writing=!0,this._writingValue=be}endWrite(){return this._writing=!1,this._writingValue}writeValue(be){be=null==be&&"typed"!==this.unmask?"":be,this.maskRef?(this.beginWrite(be),this.maskValue=be,this.endWrite()):(this._renderer.setProperty(this.element,"value",be),this._initialValue=be)}_onAccept(){const be=this.maskValue;this._writing&&be===this.endWrite()||(this.onChange(be),this.accept.emit(be))}_onComplete(){this.complete.emit(this.maskValue)}initMask(){this.maskRef=this._factory.create(this.element,this.imask).on("accept",this._onAccept.bind(this)).on("complete",this._onComplete.bind(this)),null!=this._initialValue&&this.writeValue(this._initialValue),delete this._initialValue}setDisabledState(be){this._renderer.setProperty(this.element,"disabled",be)}registerOnChange(be){this.onChange=be}registerOnTouched(be){this.onTouched=be}_handleInput(be){this.maskRef||(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(be)}_compositionStart(){this._composing=!0}_compositionEnd(be){this._composing=!1,this._compositionMode&&this._handleInput(be)}_isAndroid(){return(0,o.NF)(this._platformId)&&/android (\d+)/.test(navigator.userAgent.toLowerCase())}static#e=this.\u0275fac=function(He){return new(He||he)};static#t=this.\u0275dir=D.lG2({type:he,selectors:[["","imask",""]],hostBindings:function(He,Se){1&He&&D.NdJ("input",function(ft){return Se._handleInput(ft.target.value)})("blur",function(){return Se.onTouched()})("compositionstart",function(){return Se._compositionStart()})("compositionend",function(ft){return Se._compositionEnd(ft.target.value)})},inputs:{imask:"imask",unmask:"unmask",imaskElement:"imaskElement"},outputs:{accept:"accept",complete:"complete"},exportAs:["imask"],standalone:!0,features:[D._Bn([X]),D.TTD]})}return he})()},9567:(ve,k,_)=>{"use strict";function u(Je){return"string"==typeof Je||Je instanceof String}function o(Je){var P;return"object"==typeof Je&&null!=Je&&"Object"===(null==Je||null==(P=Je.constructor)?void 0:P.name)}function D(Je,P){return Array.isArray(P)?D(Je,(Z,Ae)=>P.includes(Ae)):Object.entries(Je).reduce((Z,Ae)=>{let[Fe,$t]=Ae;return P($t,Fe)&&(Z[Fe]=$t),Z},{})}_.d(k,{ZP:()=>ne});function U(Je){return Je.replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1")}function X(Je,P){if(P===Je)return!0;const Z=Array.isArray(P),Ae=Array.isArray(Je);let Fe;if(Z&&Ae){if(P.length!=Je.length)return!1;for(Fe=0;Fe!$t.startsWith("_")),mask:P.constructor,_mask:Ae,...Z}}}return o(Je)?{...Je}:{mask:Je}}function he(Je){if(ne.Masked&&Je instanceof ne.Masked)return Je;const P=ce(Je),Z=ue(P.mask);if(!Z)throw new Error("Masked class is not found for provided mask "+P.mask+", appropriate module needs to be imported manually before creating mask.");return P.mask===Z&&delete P.mask,P._mask&&(P.mask=P._mask,delete P._mask),new Z(P)}ne.createMask=he;class Ve{get selectionStart(){let P;try{P=this._unsafeSelectionStart}catch{}return P??this.value.length}get selectionEnd(){let P;try{P=this._unsafeSelectionEnd}catch{}return P??this.value.length}select(P,Z){if(null!=P&&null!=Z&&(P!==this.selectionStart||Z!==this.selectionEnd))try{this._unsafeSelect(P,Z)}catch{}}get isActive(){return!1}}ne.MaskElement=Ve;class Se extends Ve{constructor(P){super(),this.input=P,this._onKeydown=this._onKeydown.bind(this),this._onInput=this._onInput.bind(this),this._onBeforeinput=this._onBeforeinput.bind(this),this._onCompositionEnd=this._onCompositionEnd.bind(this)}get rootElement(){var P,Z,Ae;return null!=(P=null==(Z=(Ae=this.input).getRootNode)?void 0:Z.call(Ae))?P:document}get isActive(){return this.input===this.rootElement.activeElement}bindEvents(P){this.input.addEventListener("keydown",this._onKeydown),this.input.addEventListener("input",this._onInput),this.input.addEventListener("beforeinput",this._onBeforeinput),this.input.addEventListener("compositionend",this._onCompositionEnd),this.input.addEventListener("drop",P.drop),this.input.addEventListener("click",P.click),this.input.addEventListener("focus",P.focus),this.input.addEventListener("blur",P.commit),this._handlers=P}_onKeydown(P){return this._handlers.redo&&(90===P.keyCode&&P.shiftKey&&(P.metaKey||P.ctrlKey)||89===P.keyCode&&P.ctrlKey)?(P.preventDefault(),this._handlers.redo(P)):this._handlers.undo&&90===P.keyCode&&(P.metaKey||P.ctrlKey)?(P.preventDefault(),this._handlers.undo(P)):void(P.isComposing||this._handlers.selectionChange(P))}_onBeforeinput(P){return"historyUndo"===P.inputType&&this._handlers.undo?(P.preventDefault(),this._handlers.undo(P)):"historyRedo"===P.inputType&&this._handlers.redo?(P.preventDefault(),this._handlers.redo(P)):void 0}_onCompositionEnd(P){this._handlers.input(P)}_onInput(P){P.isComposing||this._handlers.input(P)}unbindEvents(){this.input.removeEventListener("keydown",this._onKeydown),this.input.removeEventListener("input",this._onInput),this.input.removeEventListener("beforeinput",this._onBeforeinput),this.input.removeEventListener("compositionend",this._onCompositionEnd),this.input.removeEventListener("drop",this._handlers.drop),this.input.removeEventListener("click",this._handlers.click),this.input.removeEventListener("focus",this._handlers.focus),this.input.removeEventListener("blur",this._handlers.commit),this._handlers={}}}ne.HTMLMaskElement=Se;class Ce extends Se{constructor(P){super(P),this.input=P}get _unsafeSelectionStart(){return null!=this.input.selectionStart?this.input.selectionStart:this.value.length}get _unsafeSelectionEnd(){return this.input.selectionEnd}_unsafeSelect(P,Z){this.input.setSelectionRange(P,Z)}get value(){return this.input.value}set value(P){this.input.value=P}}ne.HTMLMaskElement=Se;class ft extends Se{get _unsafeSelectionStart(){const P=this.rootElement,Z=P.getSelection&&P.getSelection(),Ae=Z&&Z.anchorOffset,Fe=Z&&Z.focusOffset;return null==Fe||null==Ae||AeFe?Ae:Fe}_unsafeSelect(P,Z){if(!this.rootElement.createRange)return;const Ae=this.rootElement.createRange();Ae.setStart(this.input.firstChild||this.input,P),Ae.setEnd(this.input.lastChild||this.input,Z);const Fe=this.rootElement,$t=Fe.getSelection&&Fe.getSelection();$t&&($t.removeAllRanges(),$t.addRange(Ae))}get value(){return this.input.textContent||""}set value(P){this.input.textContent=P}}ne.HTMLContenteditableMaskElement=ft;let Ue=(()=>{class Je{constructor(){this.states=[],this.currentIndex=0}get currentState(){return this.states[this.currentIndex]}get isEmpty(){return 0===this.states.length}push(Z){this.currentIndexJe.MAX_LENGTH&&this.states.shift(),this.currentIndex=this.states.length-1}go(Z){return this.currentIndex=Math.min(Math.max(this.currentIndex+Z,0),this.states.length-1),this.currentState}undo(){return this.go(-1)}redo(){return this.go(1)}clear(){this.states.length=0,this.currentIndex=0}}return Je.MAX_LENGTH=100,Je})();ne.InputMask=class je{constructor(P,Z){this.el=P instanceof Ve?P:P.isContentEditable&&"INPUT"!==P.tagName&&"TEXTAREA"!==P.tagName?new ft(P):new Ce(P),this.masked=he(Z),this._listeners={},this._value="",this._unmaskedValue="",this._rawInputValue="",this.history=new Ue,this._saveSelection=this._saveSelection.bind(this),this._onInput=this._onInput.bind(this),this._onChange=this._onChange.bind(this),this._onDrop=this._onDrop.bind(this),this._onFocus=this._onFocus.bind(this),this._onClick=this._onClick.bind(this),this._onUndo=this._onUndo.bind(this),this._onRedo=this._onRedo.bind(this),this.alignCursor=this.alignCursor.bind(this),this.alignCursorFriendly=this.alignCursorFriendly.bind(this),this._bindEvents(),this.updateValue(),this._onChange()}maskEquals(P){var Z;return null==P||(null==(Z=this.masked)?void 0:Z.maskEquals(P))}get mask(){return this.masked.mask}set mask(P){if(this.maskEquals(P))return;if(!(P instanceof ne.Masked)&&this.masked.constructor===ue(P))return void this.masked.updateOptions({mask:P});const Z=P instanceof ne.Masked?P:he({mask:P});Z.unmaskedValue=this.masked.unmaskedValue,this.masked=Z}get value(){return this._value}set value(P){this.value!==P&&(this.masked.value=P,this.updateControl("auto"))}get unmaskedValue(){return this._unmaskedValue}set unmaskedValue(P){this.unmaskedValue!==P&&(this.masked.unmaskedValue=P,this.updateControl("auto"))}get rawInputValue(){return this._rawInputValue}set rawInputValue(P){this.rawInputValue!==P&&(this.masked.rawInputValue=P,this.updateControl(),this.alignCursor())}get typedValue(){return this.masked.typedValue}set typedValue(P){this.masked.typedValueEquals(P)||(this.masked.typedValue=P,this.updateControl("auto"))}get displayValue(){return this.masked.displayValue}_bindEvents(){this.el.bindEvents({selectionChange:this._saveSelection,input:this._onInput,drop:this._onDrop,click:this._onClick,focus:this._onFocus,commit:this._onChange,undo:this._onUndo,redo:this._onRedo})}_unbindEvents(){this.el&&this.el.unbindEvents()}_fireEvent(P,Z){const Ae=this._listeners[P];Ae&&Ae.forEach(Fe=>Fe(Z))}get selectionStart(){return this._cursorChanging?this._changingCursorPos:this.el.selectionStart}get cursorPos(){return this._cursorChanging?this._changingCursorPos:this.el.selectionEnd}set cursorPos(P){!this.el||!this.el.isActive||(this.el.select(P,P),this._saveSelection())}_saveSelection(){this.displayValue!==this.el.value&&console.warn("Element value was changed outside of mask. Syncronize mask using `mask.updateValue()` to work properly."),this._selection={start:this.selectionStart,end:this.cursorPos}}updateValue(){this.masked.value=this.el.value,this._value=this.masked.value,this._unmaskedValue=this.masked.unmaskedValue,this._rawInputValue=this.masked.rawInputValue}updateControl(P){const Z=this.masked.unmaskedValue,Ae=this.masked.value,Fe=this.masked.rawInputValue,$t=this.displayValue,et=this.unmaskedValue!==Z||this.value!==Ae||this._rawInputValue!==Fe;this._unmaskedValue=Z,this._value=Ae,this._rawInputValue=Fe,this.el.value!==$t&&(this.el.value=$t),"auto"===P?this.alignCursor():null!=P&&(this.cursorPos=P),et&&this._fireChangeEvents(),!this._historyChanging&&(et||this.history.isEmpty)&&this.history.push({unmaskedValue:Z,selection:{start:this.selectionStart,end:this.cursorPos}})}updateOptions(P){const{mask:Z,...Ae}=P,Fe=!this.maskEquals(Z),$t=this.masked.optionsIsChanged(Ae);Fe&&(this.mask=Z),$t&&this.masked.updateOptions(Ae),(Fe||$t)&&this.updateControl()}updateCursor(P){null!=P&&(this.cursorPos=P,this._delayUpdateCursor(P))}_delayUpdateCursor(P){this._abortUpdateCursor(),this._changingCursorPos=P,this._cursorChanging=setTimeout(()=>{this.el&&(this.cursorPos=this._changingCursorPos,this._abortUpdateCursor())},10)}_fireChangeEvents(){this._fireEvent("accept",this._inputEvent),this.masked.isComplete&&this._fireEvent("complete",this._inputEvent)}_abortUpdateCursor(){this._cursorChanging&&(clearTimeout(this._cursorChanging),delete this._cursorChanging)}alignCursor(){this.cursorPos=this.masked.nearestInputPos(this.masked.nearestInputPos(this.cursorPos,"LEFT"))}alignCursorFriendly(){this.selectionStart===this.cursorPos&&this.alignCursor()}on(P,Z){return this._listeners[P]||(this._listeners[P]=[]),this._listeners[P].push(Z),this}off(P,Z){if(!this._listeners[P])return this;if(!Z)return delete this._listeners[P],this;const Ae=this._listeners[P].indexOf(Z);return Ae>=0&&this._listeners[P].splice(Ae,1),this}_onInput(P){this._inputEvent=P,this._abortUpdateCursor();const Z=new ee({value:this.el.value,cursorPos:this.cursorPos,oldValue:this.displayValue,oldSelection:this._selection}),Ae=this.masked.rawInputValue,Fe=this.masked.splice(Z.startChangePos,Z.removed.length,Z.inserted,Z.removeDirection,{input:!0,raw:!0}).offset,$t=Ae===this.masked.rawInputValue?Z.removeDirection:"NONE";let et=this.masked.nearestInputPos(Z.startChangePos+Fe,$t);"NONE"!==$t&&(et=this.masked.nearestInputPos(et,"NONE")),this.updateControl(et),delete this._inputEvent}_onChange(){this.displayValue!==this.el.value&&this.updateValue(),this.masked.doCommit(),this.updateControl(),this._saveSelection()}_onDrop(P){P.preventDefault(),P.stopPropagation()}_onFocus(P){this.alignCursorFriendly()}_onClick(P){this.alignCursorFriendly()}_onUndo(){this._applyHistoryState(this.history.undo())}_onRedo(){this._applyHistoryState(this.history.redo())}_applyHistoryState(P){P&&(this._historyChanging=!0,this.unmaskedValue=P.unmaskedValue,this.el.select(P.selection.start,P.selection.end),this._saveSelection(),this._historyChanging=!1)}destroy(){this._unbindEvents(),this._listeners.length=0,delete this.el}};class xe{static normalize(P){return Array.isArray(P)?P:[P,new xe]}constructor(P){Object.assign(this,{inserted:"",rawInserted:"",tailShift:0,skip:!1},P)}aggregate(P){return this.inserted+=P.inserted,this.rawInserted+=P.rawInserted,this.tailShift+=P.tailShift,this.skip=this.skip||P.skip,this}get offset(){return this.tailShift+this.inserted.length}get consumed(){return!!this.rawInserted||this.skip}equals(P){return this.inserted===P.inserted&&this.tailShift===P.tailShift&&this.rawInserted===P.rawInserted&&this.skip===P.skip}}ne.ChangeDetails=xe;class ye{constructor(P,Z,Ae){void 0===P&&(P=""),void 0===Z&&(Z=0),this.value=P,this.from=Z,this.stop=Ae}toString(){return this.value}extend(P){this.value+=String(P)}appendTo(P){return P.append(this.toString(),{tail:!0}).aggregate(P._appendPlaceholder())}get state(){return{value:this.value,from:this.from,stop:this.stop}}set state(P){Object.assign(this,P)}unshift(P){if(!this.value.length||null!=P&&this.from>=P)return"";const Z=this.value[0];return this.value=this.value.slice(1),Z}shift(){if(!this.value.length)return"";const P=this.value[this.value.length-1];return this.value=this.value.slice(0,-1),P}}class Oe{constructor(P){this._value="",this._update({...Oe.DEFAULTS,...P}),this._initialized=!0}updateOptions(P){this.optionsIsChanged(P)&&this.withValueRefresh(this._update.bind(this,P))}_update(P){Object.assign(this,P)}get state(){return{_value:this.value,_rawInputValue:this.rawInputValue}}set state(P){this._value=P._value}reset(){this._value=""}get value(){return this._value}set value(P){this.resolve(P,{input:!0})}resolve(P,Z){void 0===Z&&(Z={input:!0}),this.reset(),this.append(P,Z,""),this.doCommit()}get unmaskedValue(){return this.value}set unmaskedValue(P){this.resolve(P,{})}get typedValue(){return this.parse?this.parse(this.value,this):this.unmaskedValue}set typedValue(P){this.format?this.value=this.format(P,this):this.unmaskedValue=String(P)}get rawInputValue(){return this.extractInput(0,this.displayValue.length,{raw:!0})}set rawInputValue(P){this.resolve(P,{raw:!0})}get displayValue(){return this.value}get isComplete(){return!0}get isFilled(){return this.isComplete}nearestInputPos(P,Z){return P}totalInputPositions(P,Z){return void 0===P&&(P=0),void 0===Z&&(Z=this.displayValue.length),Math.min(this.displayValue.length,Z-P)}extractInput(P,Z,Ae){return void 0===P&&(P=0),void 0===Z&&(Z=this.displayValue.length),this.displayValue.slice(P,Z)}extractTail(P,Z){return void 0===P&&(P=0),void 0===Z&&(Z=this.displayValue.length),new ye(this.extractInput(P,Z),P)}appendTail(P){return u(P)&&(P=new ye(String(P))),P.appendTo(this)}_appendCharRaw(P,Z){return P?(this._value+=P,new xe({inserted:P,rawInserted:P})):new xe}_appendChar(P,Z,Ae){void 0===Z&&(Z={});const Fe=this.state;let $t;if([P,$t]=this.doPrepareChar(P,Z),P&&($t=$t.aggregate(this._appendCharRaw(P,Z)),!$t.rawInserted&&"pad"===this.autofix)){const et=this.state;this.state=Fe;let Dt=this.pad(Z);const Gt=this._appendCharRaw(P,Z);Dt=Dt.aggregate(Gt),Gt.rawInserted||Dt.equals($t)?$t=Dt:this.state=et}if($t.inserted){let et,Dt=!1!==this.doValidate(Z);if(Dt&&null!=Ae){const Gt=this.state;if(!0===this.overwrite){et=Ae.state;for(let Gn=0;Gn<$t.rawInserted.length;++Gn)Ae.unshift(this.displayValue.length-$t.tailShift)}let gn=this.appendTail(Ae);if(Dt=gn.rawInserted.length===Ae.toString().length,!(Dt&&gn.inserted||"shift"!==this.overwrite)){this.state=Gt,et=Ae.state;for(let Gn=0;Gn<$t.rawInserted.length;++Gn)Ae.shift();gn=this.appendTail(Ae),Dt=gn.rawInserted.length===Ae.toString().length}Dt&&gn.inserted&&(this.state=Gt)}Dt||($t=new xe,this.state=Fe,Ae&&et&&(Ae.state=et))}return $t}_appendPlaceholder(){return new xe}_appendEager(){return new xe}append(P,Z,Ae){if(!u(P))throw new Error("value should be string");const Fe=u(Ae)?new ye(String(Ae)):Ae;let $t;null!=Z&&Z.tail&&(Z._beforeTailState=this.state),[P,$t]=this.doPrepare(P,Z);for(let et=0;et1&&0!==P&&!Gt?"NONE":Fe),mi.tailShift=Gn-P),mi.aggregate(this.remove(Gn)),Gt&&"NONE"!==Fe&&gn===this.rawInputValue)if("FORCE_LEFT"===Fe){let vr;for(;gn===this.rawInputValue&&(vr=this.displayValue.length);)mi.aggregate(new xe({tailShift:-1})).aggregate(this.remove(vr-1))}else"FORCE_RIGHT"===Fe&&Dt.unshift();return mi.aggregate(this.append(Ae,$t,Dt))}maskEquals(P){return this.mask===P}optionsIsChanged(P){return!X(this,P)}typedValueEquals(P){const Z=this.typedValue;return P===Z||Oe.EMPTY_VALUES.includes(P)&&Oe.EMPTY_VALUES.includes(Z)||!!this.format&&this.format(P,this)===this.format(this.typedValue,this)}pad(P){return new xe}}Oe.DEFAULTS={skipInvalid:!0},Oe.EMPTY_VALUES=[void 0,null,""],ne.Masked=Oe;class We{constructor(P,Z){void 0===P&&(P=[]),void 0===Z&&(Z=0),this.chunks=P,this.from=Z}toString(){return this.chunks.map(String).join("")}extend(P){if(!String(P))return;P=u(P)?new ye(String(P)):P;const Z=this.chunks[this.chunks.length-1],Ae=Z&&(Z.stop===P.stop||null==P.stop)&&P.from===Z.from+Z.toString().length;if(P instanceof ye)Ae?Z.extend(P.toString()):this.chunks.push(P);else if(P instanceof We){if(null==P.stop){let Fe;for(;P.chunks.length&&null==P.chunks[0].stop;)Fe=P.chunks.shift(),Fe.from+=P.from,this.extend(Fe)}P.toString()&&(P.stop=P.blockIndex,this.chunks.push(P))}}appendTo(P){if(!(P instanceof ne.MaskedPattern))return new ye(this.toString()).appendTo(P);const Z=new xe;for(let Ae=0;Ae=0)&&Z.aggregate(P._appendPlaceholder(et)),Dt=Fe instanceof We&&P._blocks[et]),Dt){const Gt=Dt.appendTail(Fe);Z.aggregate(Gt);const gn=Fe.toString().slice(Gt.rawInserted.length);gn&&Z.aggregate(P.append(gn,{tail:!0}))}else Z.aggregate(P.append(Fe.toString(),{tail:!0}))}return Z}get state(){return{chunks:this.chunks.map(P=>P.state),from:this.from,stop:this.stop,blockIndex:this.blockIndex}}set state(P){const{chunks:Z,...Ae}=P;Object.assign(this,Ae),this.chunks=Z.map(Fe=>{const $t="chunks"in Fe?new We:new ye;return $t.state=Fe,$t})}unshift(P){if(!this.chunks.length||null!=P&&this.from>=P)return"";const Z=null!=P?P-this.from:P;let Ae=0;for(;Ae=this.masked._blocks.length&&(this.index=this.masked._blocks.length-1,this.offset=this.block.displayValue.length))}_pushLeft(P){for(this.pushState(),this.bindBlock();0<=this.index;--this.index,this.offset=(null==(Z=this.block)?void 0:Z.displayValue.length)||0){var Z;if(P())return this.ok=!0}return this.ok=!1}_pushRight(P){for(this.pushState(),this.bindBlock();this.index{if(!this.block.isFixed&&this.block.value&&(this.offset=this.block.nearestInputPos(this.offset,"FORCE_LEFT"),0!==this.offset))return!0})}pushLeftBeforeInput(){return this._pushLeft(()=>{if(!this.block.isFixed)return this.offset=this.block.nearestInputPos(this.offset,"LEFT"),!0})}pushLeftBeforeRequired(){return this._pushLeft(()=>{if(!(this.block.isFixed||this.block.isOptional&&!this.block.value))return this.offset=this.block.nearestInputPos(this.offset,"LEFT"),!0})}pushRightBeforeFilled(){return this._pushRight(()=>{if(!this.block.isFixed&&this.block.value&&(this.offset=this.block.nearestInputPos(this.offset,"FORCE_RIGHT"),this.offset!==this.block.value.length))return!0})}pushRightBeforeInput(){return this._pushRight(()=>{if(!this.block.isFixed)return this.offset=this.block.nearestInputPos(this.offset,"NONE"),!0})}pushRightBeforeRequired(){return this._pushRight(()=>{if(!(this.block.isFixed||this.block.isOptional&&!this.block.value))return this.offset=this.block.nearestInputPos(this.offset,"NONE"),!0})}}class xt{constructor(P){Object.assign(this,P),this._value="",this.isFixed=!0}get value(){return this._value}get unmaskedValue(){return this.isUnmasking?this.value:""}get rawInputValue(){return this._isRawInput?this.value:""}get displayValue(){return this.value}reset(){this._isRawInput=!1,this._value=""}remove(P,Z){return void 0===P&&(P=0),void 0===Z&&(Z=this._value.length),this._value=this._value.slice(0,P)+this._value.slice(Z),this._value||(this._isRawInput=!1),new xe}nearestInputPos(P,Z){void 0===Z&&(Z="NONE");const Fe=this._value.length;switch(Z){case"LEFT":case"FORCE_LEFT":return 0;default:return Fe}}totalInputPositions(P,Z){return void 0===P&&(P=0),void 0===Z&&(Z=this._value.length),this._isRawInput?Z-P:0}extractInput(P,Z,Ae){return void 0===P&&(P=0),void 0===Z&&(Z=this._value.length),void 0===Ae&&(Ae={}),Ae.raw&&this._isRawInput&&this._value.slice(P,Z)||""}get isComplete(){return!0}get isFilled(){return!!this._value}_appendChar(P,Z){if(void 0===Z&&(Z={}),this.isFilled)return new xe;const $t=this.char===P&&(this.isUnmasking||Z.input||Z.raw)&&(!Z.raw||!(!0===this.eager||"append"===this.eager))&&!Z.tail,et=new xe({inserted:this.char,rawInserted:$t?this.char:""});return this._value=this.char,this._isRawInput=$t&&(Z.raw||Z.input),et}_appendEager(){return this._appendChar(this.char,{tail:!0})}_appendPlaceholder(){const P=new xe;return this.isFilled||(this._value=P.inserted=this.char),P}extractTail(){return new ye("")}appendTail(P){return u(P)&&(P=new ye(String(P))),P.appendTo(this)}append(P,Z,Ae){const Fe=this._appendChar(P[0],Z);return null!=Ae&&(Fe.tailShift+=this.appendTail(Ae).tailShift),Fe}doCommit(){}get state(){return{_value:this._value,_rawInputValue:this.rawInputValue}}set state(P){this._value=P._value,this._isRawInput=!!P._rawInputValue}pad(P){return this._appendPlaceholder()}}let Tt=(()=>{class Je{constructor(Z){const{parent:Ae,isOptional:Fe,placeholderChar:$t,displayChar:et,lazy:Dt,eager:Gt,...gn}=Z;this.masked=he(gn),Object.assign(this,{parent:Ae,isOptional:Fe,placeholderChar:$t,displayChar:et,lazy:Dt,eager:Gt})}reset(){this.isFilled=!1,this.masked.reset()}remove(Z,Ae){return void 0===Z&&(Z=0),void 0===Ae&&(Ae=this.value.length),0===Z&&Ae>=1?(this.isFilled=!1,this.masked.remove(Z,Ae)):new xe}get value(){return this.masked.value||(this.isFilled&&!this.isOptional?this.placeholderChar:"")}get unmaskedValue(){return this.masked.unmaskedValue}get rawInputValue(){return this.masked.rawInputValue}get displayValue(){return this.masked.value&&this.displayChar||this.value}get isComplete(){return!!this.masked.value||this.isOptional}_appendChar(Z,Ae){if(void 0===Ae&&(Ae={}),this.isFilled)return new xe;const Fe=this.masked.state;let $t=this.masked._appendChar(Z,this.currentMaskFlags(Ae));return $t.inserted&&!1===this.doValidate(Ae)&&($t=new xe,this.masked.state=Fe),!$t.inserted&&!this.isOptional&&!this.lazy&&!Ae.input&&($t.inserted=this.placeholderChar),$t.skip=!$t.inserted&&!this.isOptional,this.isFilled=!!$t.inserted,$t}append(Z,Ae,Fe){return this.masked.append(Z,this.currentMaskFlags(Ae),Fe)}_appendPlaceholder(){return this.isFilled||this.isOptional?new xe:(this.isFilled=!0,new xe({inserted:this.placeholderChar}))}_appendEager(){return new xe}extractTail(Z,Ae){return this.masked.extractTail(Z,Ae)}appendTail(Z){return this.masked.appendTail(Z)}extractInput(Z,Ae,Fe){return void 0===Z&&(Z=0),void 0===Ae&&(Ae=this.value.length),this.masked.extractInput(Z,Ae,Fe)}nearestInputPos(Z,Ae){void 0===Ae&&(Ae="NONE");const $t=this.value.length,et=Math.min(Math.max(Z,0),$t);switch(Ae){case"LEFT":case"FORCE_LEFT":return this.isComplete?et:0;case"RIGHT":case"FORCE_RIGHT":return this.isComplete?et:$t;default:return et}}totalInputPositions(Z,Ae){return void 0===Z&&(Z=0),void 0===Ae&&(Ae=this.value.length),this.value.slice(Z,Ae).length}doValidate(Z){return this.masked.doValidate(this.currentMaskFlags(Z))&&(!this.parent||this.parent.doValidate(this.currentMaskFlags(Z)))}doCommit(){this.masked.doCommit()}get state(){return{_value:this.value,_rawInputValue:this.rawInputValue,masked:this.masked.state,isFilled:this.isFilled}}set state(Z){this.masked.state=Z.masked,this.isFilled=Z.isFilled}currentMaskFlags(Z){var Ae;return{...Z,_beforeTailState:(null==Z||null==(Ae=Z._beforeTailState)?void 0:Ae.masked)||Z?._beforeTailState}}pad(Z){return new xe}}return Je.DEFAULT_DEFINITIONS={0:/\d/,a:/[\u0041-\u005A\u0061-\u007A\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,"*":/./},Je})();ne.MaskedRegExp=class Sn extends Oe{updateOptions(P){super.updateOptions(P)}_update(P){const Z=P.mask;Z&&(P.validate=Ae=>Ae.search(Z)>=0),super._update(P)}};class $n extends Oe{constructor(P){super({...$n.DEFAULTS,...P,definitions:Object.assign({},Tt.DEFAULT_DEFINITIONS,P?.definitions)})}updateOptions(P){super.updateOptions(P)}_update(P){P.definitions=Object.assign({},this.definitions,P.definitions),super._update(P),this._rebuildMask()}_rebuildMask(){const P=this.definitions;this._blocks=[],this.exposeBlock=void 0,this._stops=[],this._maskedBlocks={};const Z=this.mask;if(!Z||!P)return;let Ae=!1,Fe=!1;for(let $t=0;$t0===gn.indexOf(vr));Gn.sort((vr,ki)=>ki.length-vr.length);const mi=Gn[0];if(mi){const{expose:vr,repeat:ki,...Tr}=ce(this.blocks[mi]),Fr={lazy:this.lazy,eager:this.eager,placeholderChar:this.placeholderChar,displayChar:this.displayChar,overwrite:this.overwrite,autofix:this.autofix,...Tr,repeat:ki,parent:this},To=null!=ki?new ne.RepeatBlock(Fr):he(Fr);To&&(this._blocks.push(To),vr&&(this.exposeBlock=To),this._maskedBlocks[mi]||(this._maskedBlocks[mi]=[]),this._maskedBlocks[mi].push(this._blocks.length-1)),$t+=mi.length-1;continue}}let et=Z[$t],Dt=et in P;if(et===$n.STOP_CHAR){this._stops.push(this._blocks.length);continue}if("{"===et||"}"===et){Ae=!Ae;continue}if("["===et||"]"===et){Fe=!Fe;continue}if(et===$n.ESCAPE_CHAR){if(++$t,et=Z[$t],!et)break;Dt=!1}const Gt=Dt?new Tt({isOptional:Fe,lazy:this.lazy,eager:this.eager,placeholderChar:this.placeholderChar,displayChar:this.displayChar,...ce(P[et]),parent:this}):new xt({char:et,eager:this.eager,isUnmasking:Ae});this._blocks.push(Gt)}}get state(){return{...super.state,_blocks:this._blocks.map(P=>P.state)}}set state(P){if(!P)return void this.reset();const{_blocks:Z,...Ae}=P;this._blocks.forEach((Fe,$t)=>Fe.state=Z[$t]),super.state=Ae}reset(){super.reset(),this._blocks.forEach(P=>P.reset())}get isComplete(){return this.exposeBlock?this.exposeBlock.isComplete:this._blocks.every(P=>P.isComplete)}get isFilled(){return this._blocks.every(P=>P.isFilled)}get isFixed(){return this._blocks.every(P=>P.isFixed)}get isOptional(){return this._blocks.every(P=>P.isOptional)}doCommit(){this._blocks.forEach(P=>P.doCommit()),super.doCommit()}get unmaskedValue(){return this.exposeBlock?this.exposeBlock.unmaskedValue:this._blocks.reduce((P,Z)=>P+Z.unmaskedValue,"")}set unmaskedValue(P){if(this.exposeBlock){const Z=this.extractTail(this._blockStartPos(this._blocks.indexOf(this.exposeBlock))+this.exposeBlock.displayValue.length);this.exposeBlock.unmaskedValue=P,this.appendTail(Z),this.doCommit()}else super.unmaskedValue=P}get value(){return this.exposeBlock?this.exposeBlock.value:this._blocks.reduce((P,Z)=>P+Z.value,"")}set value(P){if(this.exposeBlock){const Z=this.extractTail(this._blockStartPos(this._blocks.indexOf(this.exposeBlock))+this.exposeBlock.displayValue.length);this.exposeBlock.value=P,this.appendTail(Z),this.doCommit()}else super.value=P}get typedValue(){return this.exposeBlock?this.exposeBlock.typedValue:super.typedValue}set typedValue(P){if(this.exposeBlock){const Z=this.extractTail(this._blockStartPos(this._blocks.indexOf(this.exposeBlock))+this.exposeBlock.displayValue.length);this.exposeBlock.typedValue=P,this.appendTail(Z),this.doCommit()}else super.typedValue=P}get displayValue(){return this._blocks.reduce((P,Z)=>P+Z.displayValue,"")}appendTail(P){return super.appendTail(P).aggregate(this._appendPlaceholder())}_appendEager(){var P;const Z=new xe;let Ae=null==(P=this._mapPosToBlock(this.displayValue.length))?void 0:P.index;if(null==Ae)return Z;this._blocks[Ae].isFilled&&++Ae;for(let Fe=Ae;Fe{const Gt=Fe.extractTail(et,Dt);Gt.stop=this._findStopBefore($t),Gt.from=this._blockStartPos($t),Gt instanceof We&&(Gt.blockIndex=$t),Ae.extend(Gt)}),Ae}extractInput(P,Z,Ae){if(void 0===P&&(P=0),void 0===Z&&(Z=this.displayValue.length),void 0===Ae&&(Ae={}),P===Z)return"";let Fe="";return this._forEachBlocksInRange(P,Z,($t,et,Dt,Gt)=>{Fe+=$t.extractInput(Dt,Gt,Ae)}),Fe}_findStopBefore(P){let Z;for(let Ae=0;Ae{var Dt;et.lazy&&null==P||Z.aggregate(et._appendPlaceholder(null==(Dt=et._blocks)?void 0:Dt.length))}),Z):Z}_mapPosToBlock(P){let Z="";for(let Ae=0;AeZ+Ae.displayValue.length,0)}_forEachBlocksInRange(P,Z,Ae){void 0===Z&&(Z=this.displayValue.length);const Fe=this._mapPosToBlock(P);if(Fe){const $t=this._mapPosToBlock(Z),et=$t&&Fe.index===$t.index;if(Ae(this._blocks[Fe.index],Fe.index,Fe.offset,$t&&et?$t.offset:this._blocks[Fe.index].displayValue.length),$t&&!et){for(let gn=Fe.index+1;gn<$t.index;++gn)Ae(this._blocks[gn],gn,0,this._blocks[gn].displayValue.length);Ae(this._blocks[$t.index],$t.index,0,$t.offset)}}}remove(P,Z){void 0===P&&(P=0),void 0===Z&&(Z=this.displayValue.length);const Ae=super.remove(P,Z);return this._forEachBlocksInRange(P,Z,(Fe,$t,et,Dt)=>{Ae.aggregate(Fe.remove(et,Dt))}),Ae}nearestInputPos(P,Z){if(void 0===Z&&(Z="NONE"),!this._blocks.length)return 0;const Ae=new Ke(this,P);if("NONE"===Z)return Ae.pushRightBeforeInput()||(Ae.popState(),Ae.pushLeftBeforeInput())?Ae.pos:this.displayValue.length;if("LEFT"===Z||"FORCE_LEFT"===Z){if("LEFT"===Z){if(Ae.pushRightBeforeFilled(),Ae.ok&&Ae.pos===P)return P;Ae.popState()}if(Ae.pushLeftBeforeInput(),Ae.pushLeftBeforeRequired(),Ae.pushLeftBeforeFilled(),"LEFT"===Z){if(Ae.pushRightBeforeInput(),Ae.pushRightBeforeRequired(),Ae.ok&&Ae.pos<=P||(Ae.popState(),Ae.ok&&Ae.pos<=P))return Ae.pos;Ae.popState()}return Ae.ok?Ae.pos:"FORCE_LEFT"===Z?0:(Ae.popState(),Ae.ok||(Ae.popState(),Ae.ok)?Ae.pos:0)}return"RIGHT"===Z||"FORCE_RIGHT"===Z?(Ae.pushRightBeforeInput(),Ae.pushRightBeforeRequired(),Ae.pushRightBeforeFilled()?Ae.pos:"FORCE_RIGHT"===Z?this.displayValue.length:(Ae.popState(),Ae.ok||(Ae.popState(),Ae.ok)?Ae.pos:this.nearestInputPos(P,"LEFT"))):P}totalInputPositions(P,Z){void 0===P&&(P=0),void 0===Z&&(Z=this.displayValue.length);let Ae=0;return this._forEachBlocksInRange(P,Z,(Fe,$t,et,Dt)=>{Ae+=Fe.totalInputPositions(et,Dt)}),Ae}maskedBlock(P){return this.maskedBlocks(P)[0]}maskedBlocks(P){const Z=this._maskedBlocks[P];return Z?Z.map(Ae=>this._blocks[Ae]):[]}pad(P){const Z=new xe;return this._forEachBlocksInRange(0,this.displayValue.length,Ae=>Z.aggregate(Ae.pad(P))),Z}}$n.DEFAULTS={...Oe.DEFAULTS,lazy:!0,placeholderChar:"_"},$n.STOP_CHAR="`",$n.ESCAPE_CHAR="\\",$n.InputDefinition=Tt,$n.FixedDefinition=xt,ne.MaskedPattern=$n;class zn extends $n{get _matchFrom(){return this.maxLength-String(this.from).length}constructor(P){super(P)}updateOptions(P){super.updateOptions(P)}_update(P){const{to:Z=this.to||0,from:Ae=this.from||0,maxLength:Fe=this.maxLength||0,autofix:$t=this.autofix,...et}=P;this.to=Z,this.from=Ae,this.maxLength=Math.max(String(Z).length,Fe),this.autofix=$t;const Dt=String(this.from).padStart(this.maxLength,"0"),Gt=String(this.to).padStart(this.maxLength,"0");let gn=0;for(;gnthis.maxLength)return super._appendCharRaw(P,Z);const Ae=String(this.from).padStart(this.maxLength,"0"),Fe=String(this.to).padStart(this.maxLength,"0"),[$t,et]=this.boundaries(this.value+P);return Number(et)this.to?!Z.tail&&"pad"===this.autofix&&this.value.length+1this._appendCharRaw($t))}return Z}}ne.MaskedRange=zn;class Pi extends $n{static extractPatternOptions(P){const{mask:Z,pattern:Ae,...Fe}=P;return{...Fe,mask:u(Z)?Z:Ae}}constructor(P){super(Pi.extractPatternOptions({...Pi.DEFAULTS,...P}))}updateOptions(P){super.updateOptions(P)}_update(P){const{mask:Z,pattern:Ae,blocks:Fe,...$t}={...Pi.DEFAULTS,...P},et=Object.assign({},Pi.GET_DEFAULT_BLOCKS());P.min&&(et.Y.from=P.min.getFullYear()),P.max&&(et.Y.to=P.max.getFullYear()),P.min&&P.max&&et.Y.from===et.Y.to&&(et.m.from=P.min.getMonth()+1,et.m.to=P.max.getMonth()+1,et.m.from===et.m.to&&(et.d.from=P.min.getDate(),et.d.to=P.max.getDate())),Object.assign(et,this.blocks,Fe),super._update({...$t,mask:u(Z)?Z:Ae,blocks:et})}doValidate(P){const Z=this.date;return super.doValidate(P)&&(!this.isComplete||this.isDateExist(this.value)&&null!=Z&&(null==this.min||this.min<=Z)&&(null==this.max||Z<=this.max))}isDateExist(P){return this.format(this.parse(P,this),this).indexOf(P)>=0}get date(){return this.typedValue}set date(P){this.typedValue=P}get typedValue(){return this.isComplete?super.typedValue:null}set typedValue(P){super.typedValue=P}maskEquals(P){return P===Date||super.maskEquals(P)}optionsIsChanged(P){return super.optionsIsChanged(Pi.extractPatternOptions(P))}}Pi.GET_DEFAULT_BLOCKS=()=>({d:{mask:zn,from:1,to:31,maxLength:2},m:{mask:zn,from:1,to:12,maxLength:2},Y:{mask:zn,from:1900,to:9999}}),Pi.DEFAULTS={...$n.DEFAULTS,mask:Date,pattern:"d{.}`m{.}`Y",format:(Je,P)=>Je?[String(Je.getDate()).padStart(2,"0"),String(Je.getMonth()+1).padStart(2,"0"),Je.getFullYear()].join("."):"",parse:(Je,P)=>{const[Z,Ae,Fe]=Je.split(".").map(Number);return new Date(Fe,Ae-1,Z)}},ne.MaskedDate=Pi;class jn extends Oe{constructor(P){super({...jn.DEFAULTS,...P}),this.currentMask=void 0}updateOptions(P){super.updateOptions(P)}_update(P){super._update(P),"mask"in P&&(this.exposeMask=void 0,this.compiledMasks=Array.isArray(P.mask)?P.mask.map(Z=>{const{expose:Ae,...Fe}=ce(Z),$t=he({overwrite:this._overwrite,eager:this._eager,skipInvalid:this._skipInvalid,...Fe});return Ae&&(this.exposeMask=$t),$t}):[])}_appendCharRaw(P,Z){void 0===Z&&(Z={});const Ae=this._applyDispatch(P,Z);return this.currentMask&&Ae.aggregate(this.currentMask._appendChar(P,this.currentMaskFlags(Z))),Ae}_applyDispatch(P,Z,Ae){void 0===P&&(P=""),void 0===Z&&(Z={}),void 0===Ae&&(Ae="");const Fe=Z.tail&&null!=Z._beforeTailState?Z._beforeTailState._value:this.value,$t=this.rawInputValue,et=Z.tail&&null!=Z._beforeTailState?Z._beforeTailState._rawInputValue:$t,Dt=$t.slice(et.length),Gt=this.currentMask,gn=new xe,Gn=Gt?.state;return this.currentMask=this.doDispatch(P,{...Z},Ae),this.currentMask&&(this.currentMask!==Gt?(this.currentMask.reset(),et&&(this.currentMask.append(et,{raw:!0}),gn.tailShift=this.currentMask.value.length-Fe.length),Dt&&(gn.tailShift+=this.currentMask.append(Dt,{raw:!0,tail:!0}).tailShift)):Gn&&(this.currentMask.state=Gn)),gn}_appendPlaceholder(){const P=this._applyDispatch();return this.currentMask&&P.aggregate(this.currentMask._appendPlaceholder()),P}_appendEager(){const P=this._applyDispatch();return this.currentMask&&P.aggregate(this.currentMask._appendEager()),P}appendTail(P){const Z=new xe;return P&&Z.aggregate(this._applyDispatch("",{},P)),Z.aggregate(this.currentMask?this.currentMask.appendTail(P):super.appendTail(P))}currentMaskFlags(P){var Z,Ae;return{...P,_beforeTailState:(null==(Z=P._beforeTailState)?void 0:Z.currentMaskRef)===this.currentMask&&(null==(Ae=P._beforeTailState)?void 0:Ae.currentMask)||P._beforeTailState}}doDispatch(P,Z,Ae){return void 0===Z&&(Z={}),void 0===Ae&&(Ae=""),this.dispatch(P,this,Z,Ae)}doValidate(P){return super.doValidate(P)&&(!this.currentMask||this.currentMask.doValidate(this.currentMaskFlags(P)))}doPrepare(P,Z){void 0===Z&&(Z={});let[Ae,Fe]=super.doPrepare(P,Z);if(this.currentMask){let $t;[Ae,$t]=super.doPrepare(Ae,this.currentMaskFlags(Z)),Fe=Fe.aggregate($t)}return[Ae,Fe]}doPrepareChar(P,Z){void 0===Z&&(Z={});let[Ae,Fe]=super.doPrepareChar(P,Z);if(this.currentMask){let $t;[Ae,$t]=super.doPrepareChar(Ae,this.currentMaskFlags(Z)),Fe=Fe.aggregate($t)}return[Ae,Fe]}reset(){var P;null==(P=this.currentMask)||P.reset(),this.compiledMasks.forEach(Z=>Z.reset())}get value(){return this.exposeMask?this.exposeMask.value:this.currentMask?this.currentMask.value:""}set value(P){this.exposeMask?(this.exposeMask.value=P,this.currentMask=this.exposeMask,this._applyDispatch()):super.value=P}get unmaskedValue(){return this.exposeMask?this.exposeMask.unmaskedValue:this.currentMask?this.currentMask.unmaskedValue:""}set unmaskedValue(P){this.exposeMask?(this.exposeMask.unmaskedValue=P,this.currentMask=this.exposeMask,this._applyDispatch()):super.unmaskedValue=P}get typedValue(){return this.exposeMask?this.exposeMask.typedValue:this.currentMask?this.currentMask.typedValue:""}set typedValue(P){if(this.exposeMask)return this.exposeMask.typedValue=P,this.currentMask=this.exposeMask,void this._applyDispatch();let Z=String(P);this.currentMask&&(this.currentMask.typedValue=P,Z=this.currentMask.unmaskedValue),this.unmaskedValue=Z}get displayValue(){return this.currentMask?this.currentMask.displayValue:""}get isComplete(){var P;return!(null==(P=this.currentMask)||!P.isComplete)}get isFilled(){var P;return!(null==(P=this.currentMask)||!P.isFilled)}remove(P,Z){const Ae=new xe;return this.currentMask&&Ae.aggregate(this.currentMask.remove(P,Z)).aggregate(this._applyDispatch()),Ae}get state(){var P;return{...super.state,_rawInputValue:this.rawInputValue,compiledMasks:this.compiledMasks.map(Z=>Z.state),currentMaskRef:this.currentMask,currentMask:null==(P=this.currentMask)?void 0:P.state}}set state(P){const{compiledMasks:Z,currentMaskRef:Ae,currentMask:Fe,...$t}=P;Z&&this.compiledMasks.forEach((et,Dt)=>et.state=Z[Dt]),null!=Ae&&(this.currentMask=Ae,this.currentMask.state=Fe),super.state=$t}extractInput(P,Z,Ae){return this.currentMask?this.currentMask.extractInput(P,Z,Ae):""}extractTail(P,Z){return this.currentMask?this.currentMask.extractTail(P,Z):super.extractTail(P,Z)}doCommit(){this.currentMask&&this.currentMask.doCommit(),super.doCommit()}nearestInputPos(P,Z){return this.currentMask?this.currentMask.nearestInputPos(P,Z):super.nearestInputPos(P,Z)}get overwrite(){return this.currentMask?this.currentMask.overwrite:this._overwrite}set overwrite(P){this._overwrite=P}get eager(){return this.currentMask?this.currentMask.eager:this._eager}set eager(P){this._eager=P}get skipInvalid(){return this.currentMask?this.currentMask.skipInvalid:this._skipInvalid}set skipInvalid(P){this._skipInvalid=P}get autofix(){return this.currentMask?this.currentMask.autofix:this._autofix}set autofix(P){this._autofix=P}maskEquals(P){return Array.isArray(P)?this.compiledMasks.every((Z,Ae)=>{if(!P[Ae])return;const{mask:Fe,...$t}=P[Ae];return X(Z,$t)&&Z.maskEquals(Fe)}):super.maskEquals(P)}typedValueEquals(P){var Z;return!(null==(Z=this.currentMask)||!Z.typedValueEquals(P))}}jn.DEFAULTS={...Oe.DEFAULTS,dispatch:(Je,P,Z,Ae)=>{if(!P.compiledMasks.length)return;const Fe=P.rawInputValue,$t=P.compiledMasks.map((et,Dt)=>{const Gt=P.currentMask===et,gn=Gt?et.displayValue.length:et.nearestInputPos(et.displayValue.length,"FORCE_LEFT");return et.rawInputValue!==Fe?(et.reset(),et.append(Fe,{raw:!0})):Gt||et.remove(gn),et.append(Je,P.currentMaskFlags(Z)),et.appendTail(Ae),{index:Dt,weight:et.rawInputValue.length,totalInputPositions:et.totalInputPositions(0,Math.max(gn,et.nearestInputPos(et.displayValue.length,"FORCE_LEFT")))}});return $t.sort((et,Dt)=>Dt.weight-et.weight||Dt.totalInputPositions-et.totalInputPositions),P.compiledMasks[$t[0].index]}},ne.MaskedDynamic=jn;class zi extends $n{constructor(P){super({...zi.DEFAULTS,...P})}updateOptions(P){super.updateOptions(P)}_update(P){const{enum:Z,...Ae}=P;if(Z){const Fe=Z.map(Dt=>Dt.length),$t=Math.min(...Fe),et=Math.max(...Fe)-$t;Ae.mask="*".repeat($t),et&&(Ae.mask+="["+"*".repeat(et)+"]"),this.enum=Z}super._update(Ae)}_appendCharRaw(P,Z){void 0===Z&&(Z={});const Ae=Math.min(this.nearestInputPos(0,"FORCE_RIGHT"),this.value.length),Fe=this.enum.filter($t=>this.matchValue($t,this.unmaskedValue+P,Ae));if(Fe.length){1===Fe.length&&this._forEachBlocksInRange(0,this.value.length,(et,Dt)=>{const Gt=Fe[0][Dt];Dt>=this.value.length||Gt===et.value||(et.reset(),et._appendChar(Gt,Z))});const $t=super._appendCharRaw(Fe[0][this.value.length],Z);return 1===Fe.length&&Fe[0].slice(this.unmaskedValue.length).split("").forEach(et=>$t.aggregate(super._appendCharRaw(et))),$t}return new xe({skip:!this.isComplete})}extractTail(P,Z){return void 0===P&&(P=0),void 0===Z&&(Z=this.displayValue.length),new ye("",P)}remove(P,Z){if(void 0===P&&(P=0),void 0===Z&&(Z=this.displayValue.length),P===Z)return new xe;const Ae=Math.min(super.nearestInputPos(0,"FORCE_RIGHT"),this.value.length);let Fe;for(Fe=P;Fe>=0&&!(this.enum.filter(Dt=>this.matchValue(Dt,this.value.slice(Ae,Fe),Ae)).length>1);--Fe);const $t=super.remove(Fe,Z);return $t.tailShift+=Fe-P,$t}get isComplete(){return this.enum.indexOf(this.value)>=0}}var mn;zi.DEFAULTS={...$n.DEFAULTS,matchValue:(Je,P,Z)=>Je.indexOf(P,Z)===Z},ne.MaskedEnum=zi,ne.MaskedFunction=class Ei extends Oe{updateOptions(P){super.updateOptions(P)}_update(P){super._update({...P,validate:P.mask})}};class Mt extends Oe{constructor(P){super({...Mt.DEFAULTS,...P})}updateOptions(P){super.updateOptions(P)}_update(P){super._update(P),this._updateRegExps()}_updateRegExps(){const P="^"+(this.allowNegative?"[+|\\-]?":""),Ae=(this.scale?"("+U(this.radix)+"\\d{0,"+this.scale+"})?":"")+"$";this._numberRegExp=new RegExp(P+"\\d*"+Ae),this._mapToRadixRegExp=new RegExp("["+this.mapToRadix.map(U).join("")+"]","g"),this._thousandsSeparatorRegExp=new RegExp(U(this.thousandsSeparator),"g")}_removeThousandsSeparators(P){return P.replace(this._thousandsSeparatorRegExp,"")}_insertThousandsSeparators(P){const Z=P.split(this.radix);return Z[0]=Z[0].replace(/\B(?=(\d{3})+(?!\d))/g,this.thousandsSeparator),Z.join(this.radix)}doPrepareChar(P,Z){void 0===Z&&(Z={});const[Ae,Fe]=super.doPrepareChar(this._removeThousandsSeparators(this.scale&&this.mapToRadix.length&&(Z.input&&Z.raw||!Z.input&&!Z.raw)?P.replace(this._mapToRadixRegExp,this.radix):P),Z);return P&&!Ae&&(Fe.skip=!0),Ae&&!this.allowPositive&&!this.value&&"-"!==Ae&&Fe.aggregate(this._appendChar("-")),[Ae,Fe]}_separatorsCount(P,Z){void 0===Z&&(Z=!1);let Ae=0;for(let Fe=0;Fe0&&this.number>this.max&&(vr=this.max),null!=vr&&(this.autofix?(this._value=this.format(vr,this).replace(Mt.UNMASKED_RADIX,this.radix),Gt||(Gt=$t===this._value&&!Z.tail)):Dt=!1),Dt&&(Dt=!!this._value.match(this._numberRegExp))}Dt?gn=new xe({inserted:this._value.slice($t.length),rawInserted:Gt?"":P,skip:Gt}):(this._value=$t,gn=new xe),this._value=this._insertThousandsSeparators(this._value);const mi=this._separatorsCountFromSlice(Z.tail&&Z._beforeTailState?Z._beforeTailState._value:this._value);return gn.tailShift+=(mi-Fe)*this.thousandsSeparator.length,gn}_findSeparatorAround(P){if(this.thousandsSeparator){const Ae=this.value.indexOf(this.thousandsSeparator,P-this.thousandsSeparator.length+1);if(Ae<=P)return Ae}return-1}_adjustRangeWithSeparators(P,Z){const Ae=this._findSeparatorAround(P);Ae>=0&&(P=Ae);const Fe=this._findSeparatorAround(Z);return Fe>=0&&(Z=Fe+this.thousandsSeparator.length),[P,Z]}remove(P,Z){void 0===P&&(P=0),void 0===Z&&(Z=this.displayValue.length),[P,Z]=this._adjustRangeWithSeparators(P,Z);const Ae=this.value.slice(0,P),Fe=this.value.slice(Z),$t=this._separatorsCount(Ae.length);this._value=this._insertThousandsSeparators(this._removeThousandsSeparators(Ae+Fe));const et=this._separatorsCountFromSlice(Ae);return new xe({tailShift:(et-$t)*this.thousandsSeparator.length})}nearestInputPos(P,Z){if(!this.thousandsSeparator)return P;switch(Z){case"NONE":case"LEFT":case"FORCE_LEFT":{const Ae=this._findSeparatorAround(P-1);if(Ae>=0){const Fe=Ae+this.thousandsSeparator.length;if(P=0)return Ae+this.thousandsSeparator.length}}return P}doCommit(){if(this.value){const P=this.number;let Z=P;null!=this.min&&(Z=Math.max(Z,this.min)),null!=this.max&&(Z=Math.min(Z,this.max)),Z!==P&&(this.unmaskedValue=this.format(Z,this));let Ae=this.value;this.normalizeZeros&&(Ae=this._normalizeZeros(Ae)),this.padFractionalZeros&&this.scale>0&&(Ae=this._padFractionalZeros(Ae)),this._value=Ae}super.doCommit()}_normalizeZeros(P){const Z=this._removeThousandsSeparators(P).split(this.radix);return Z[0]=Z[0].replace(/^(\D*)(0*)(\d*)/,(Ae,Fe,$t,et)=>Fe+et),P.length&&!/\d$/.test(Z[0])&&(Z[0]=Z[0]+"0"),Z.length>1&&(Z[1]=Z[1].replace(/0*$/,""),Z[1].length||(Z.length=1)),this._insertThousandsSeparators(Z.join(this.radix))}_padFractionalZeros(P){if(!P)return P;const Z=P.split(this.radix);return Z.length<2&&Z.push(""),Z[1]=Z[1].padEnd(this.scale,"0"),Z.join(this.radix)}doSkipInvalid(P,Z,Ae){void 0===Z&&(Z={});const Fe=0===this.scale&&P!==this.thousandsSeparator&&(P===this.radix||P===Mt.UNMASKED_RADIX||this.mapToRadix.includes(P));return super.doSkipInvalid(P,Z,Ae)&&!Fe}get unmaskedValue(){return this._removeThousandsSeparators(this._normalizeZeros(this.value)).replace(this.radix,Mt.UNMASKED_RADIX)}set unmaskedValue(P){super.unmaskedValue=P}get typedValue(){return this.parse(this.unmaskedValue,this)}set typedValue(P){this.rawInputValue=this.format(P,this).replace(Mt.UNMASKED_RADIX,this.radix)}get number(){return this.typedValue}set number(P){this.typedValue=P}get allowNegative(){return null!=this.min&&this.min<0||null!=this.max&&this.max<0}get allowPositive(){return null!=this.min&&this.min>0||null!=this.max&&this.max>0}typedValueEquals(P){return(super.typedValueEquals(P)||Mt.EMPTY_VALUES.includes(P)&&Mt.EMPTY_VALUES.includes(this.typedValue))&&!(0===P&&""===this.value)}}mn=Mt,Mt.UNMASKED_RADIX=".",Mt.EMPTY_VALUES=[...Oe.EMPTY_VALUES,0],Mt.DEFAULTS={...Oe.DEFAULTS,mask:Number,radix:",",thousandsSeparator:"",mapToRadix:[mn.UNMASKED_RADIX],min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER,scale:2,normalizeZeros:!0,padFractionalZeros:!1,parse:Number,format:Je=>Je.toLocaleString("en-US",{useGrouping:!1,maximumFractionDigits:20})},ne.MaskedNumber=Mt;const _t={MASKED:"value",UNMASKED:"unmaskedValue",TYPED:"typedValue"};function Ze(Je,P,Z){void 0===P&&(P=_t.MASKED),void 0===Z&&(Z=_t.MASKED);const Ae=he(Je);return Fe=>Ae.runIsolated($t=>($t[P]=Fe,$t[Z]))}ne.PIPE_TYPE=_t,ne.createPipe=Ze,ne.pipe=function De(Je,P,Z,Ae){return Ze(P,Z,Ae)(Je)},ne.RepeatBlock=class Be extends $n{get repeatFrom(){var P;return null!=(P=Array.isArray(this.repeat)?this.repeat[0]:this.repeat===1/0?0:this.repeat)?P:0}get repeatTo(){var P;return null!=(P=Array.isArray(this.repeat)?this.repeat[1]:this.repeat)?P:1/0}constructor(P){super(P)}updateOptions(P){super.updateOptions(P)}_update(P){var Z,Ae,Fe;const{repeat:$t,...et}=ce(P);this._blockOpts=Object.assign({},this._blockOpts,et);const Dt=he(this._blockOpts);this.repeat=null!=(Z=null!=(Ae=$t??Dt.repeat)?Ae:this.repeat)?Z:1/0,super._update({mask:"m".repeat(Math.max(this.repeatTo===1/0&&(null==(Fe=this._blocks)?void 0:Fe.length)||0,this.repeatFrom)),blocks:{m:Dt},eager:Dt.eager,overwrite:Dt.overwrite,skipInvalid:Dt.skipInvalid,lazy:Dt.lazy,placeholderChar:Dt.placeholderChar,displayChar:Dt.displayChar})}_allocateBlock(P){return P{"use strict";function he(mn,Mt,_t,Ze){return new(_t||(_t=Promise))(function(Be,Je){function P(Fe){try{Ae(Ze.next(Fe))}catch($t){Je($t)}}function Z(Fe){try{Ae(Ze.throw(Fe))}catch($t){Je($t)}}function Ae(Fe){Fe.done?Be(Fe.value):function De(Be){return Be instanceof _t?Be:new _t(function(Je){Je(Be)})}(Fe.value).then(P,Z)}Ae((Ze=Ze.apply(mn,Mt||[])).next())})}function xe(mn){return this instanceof xe?(this.v=mn,this):new xe(mn)}function ye(mn,Mt,_t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var De,Ze=_t.apply(mn,Mt||[]),Be=[];return De={},Je("next"),Je("throw"),Je("return"),De[Symbol.asyncIterator]=function(){return this},De;function Je(et){Ze[et]&&(De[et]=function(Dt){return new Promise(function(Gt,gn){Be.push([et,Dt,Gt,gn])>1||P(et,Dt)})})}function P(et,Dt){try{!function Z(et){et.value instanceof xe?Promise.resolve(et.value.v).then(Ae,Fe):$t(Be[0][2],et)}(Ze[et](Dt))}catch(Gt){$t(Be[0][3],Gt)}}function Ae(et){P("next",et)}function Fe(et){P("throw",et)}function $t(et,Dt){et(Dt),Be.shift(),Be.length&&P(Be[0][0],Be[0][1])}}function We(mn){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var _t,Mt=mn[Symbol.asyncIterator];return Mt?Mt.call(mn):(mn=function Se(mn){var Mt="function"==typeof Symbol&&Symbol.iterator,_t=Mt&&mn[Mt],Ze=0;if(_t)return _t.call(mn);if(mn&&"number"==typeof mn.length)return{next:function(){return mn&&Ze>=mn.length&&(mn=void 0),{value:mn&&mn[Ze++],done:!mn}}};throw new TypeError(Mt?"Object is not iterable.":"Symbol.iterator is not defined.")}(mn),_t={},Ze("next"),Ze("throw"),Ze("return"),_t[Symbol.asyncIterator]=function(){return this},_t);function Ze(Be){_t[Be]=mn[Be]&&function(Je){return new Promise(function(P,Z){!function De(Be,Je,P,Z){Promise.resolve(Z).then(function(Ae){Be({value:Ae,done:P})},Je)}(P,Z,(Je=mn[Be](Je)).done,Je.value)})}}}_.d(k,{FC:()=>ye,KL:()=>We,mG:()=>he,qq:()=>xe}),"function"==typeof SuppressedError&&SuppressedError},4775:ve=>{"use strict";ve.exports=JSON.parse('{"$id":"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#","description":"Meta-schema for $data reference (JSON AnySchema extension proposal)","type":"object","required":["$data"],"properties":{"$data":{"type":"string","anyOf":[{"format":"relative-json-pointer"},{"format":"json-pointer"}]}},"additionalProperties":false}')},98:ve=>{"use strict";ve.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-07/schema#","$id":"http://json-schema.org/draft-07/schema#","title":"Core schema meta-schema","definitions":{"schemaArray":{"type":"array","minItems":1,"items":{"$ref":"#"}},"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"allOf":[{"$ref":"#/definitions/nonNegativeInteger"},{"default":0}]},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}},"type":["object","boolean"],"properties":{"$id":{"type":"string","format":"uri-reference"},"$schema":{"type":"string","format":"uri"},"$ref":{"type":"string","format":"uri-reference"},"$comment":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"default":true,"readOnly":{"type":"boolean","default":false},"examples":{"type":"array","items":true},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/definitions/nonNegativeInteger"},"minLength":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"additionalItems":{"$ref":"#"},"items":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/schemaArray"}],"default":true},"maxItems":{"$ref":"#/definitions/nonNegativeInteger"},"minItems":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"contains":{"$ref":"#"},"maxProperties":{"$ref":"#/definitions/nonNegativeInteger"},"minProperties":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"required":{"$ref":"#/definitions/stringArray"},"additionalProperties":{"$ref":"#"},"definitions":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"properties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$ref":"#"},"propertyNames":{"format":"regex"},"default":{}},"dependencies":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/stringArray"}]}},"propertyNames":{"$ref":"#"},"const":true,"enum":{"type":"array","items":true,"minItems":1,"uniqueItems":true},"type":{"anyOf":[{"$ref":"#/definitions/simpleTypes"},{"type":"array","items":{"$ref":"#/definitions/simpleTypes"},"minItems":1,"uniqueItems":true}]},"format":{"type":"string"},"contentMediaType":{"type":"string"},"contentEncoding":{"type":"string"},"if":{"$ref":"#"},"then":{"$ref":"#"},"else":{"$ref":"#"},"allOf":{"$ref":"#/definitions/schemaArray"},"anyOf":{"$ref":"#/definitions/schemaArray"},"oneOf":{"$ref":"#/definitions/schemaArray"},"not":{"$ref":"#"}},"default":true}')}},ve=>{ve(ve.s=6334)}]); \ No newline at end of file diff --git a/docs/playground/index.html b/docs/playground/index.html new file mode 100644 index 00000000..a7bf4f57 --- /dev/null +++ b/docs/playground/index.html @@ -0,0 +1,32 @@ + + + NgDynamicJsonForm + + + + + + + + + + + + + + +
    v8.0.0
    + + + \ No newline at end of file diff --git a/docs/polyfills.7632219380094246.js b/docs/polyfills.7632219380094246.js new file mode 100644 index 00000000..2ca188e1 --- /dev/null +++ b/docs/polyfills.7632219380094246.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[429],{4730:()=>{!function(e){const n=e.performance;function i(L){n&&n.mark&&n.mark(L)}function o(L,T){n&&n.measure&&n.measure(L,T)}i("Zone");const c=e.__Zone_symbol_prefix||"__zone_symbol__";function a(L){return c+L}const y=!0===e[a("forceDuplicateZoneCheck")];if(e.Zone){if(y||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}let d=(()=>{class L{static#e=this.__symbol__=a;static assertZonePatched(){if(e.Promise!==oe.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let t=L.current;for(;t.parent;)t=t.parent;return t}static get current(){return U.zone}static get currentTask(){return re}static __load_patch(t,r,k=!1){if(oe.hasOwnProperty(t)){if(!k&&y)throw Error("Already loaded patch: "+t)}else if(!e["__Zone_disable_"+t]){const C="Zone:"+t;i(C),oe[t]=r(e,L,z),o(C,C)}}get parent(){return this._parent}get name(){return this._name}constructor(t,r){this._parent=t,this._name=r?r.name||"unnamed":"",this._properties=r&&r.properties||{},this._zoneDelegate=new v(this,this._parent&&this._parent._zoneDelegate,r)}get(t){const r=this.getZoneWith(t);if(r)return r._properties[t]}getZoneWith(t){let r=this;for(;r;){if(r._properties.hasOwnProperty(t))return r;r=r._parent}return null}fork(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)}wrap(t,r){if("function"!=typeof t)throw new Error("Expecting function got: "+t);const k=this._zoneDelegate.intercept(this,t,r),C=this;return function(){return C.runGuarded(k,this,arguments,r)}}run(t,r,k,C){U={parent:U,zone:this};try{return this._zoneDelegate.invoke(this,t,r,k,C)}finally{U=U.parent}}runGuarded(t,r=null,k,C){U={parent:U,zone:this};try{try{return this._zoneDelegate.invoke(this,t,r,k,C)}catch($){if(this._zoneDelegate.handleError(this,$))throw $}}finally{U=U.parent}}runTask(t,r,k){if(t.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(t.zone||J).name+"; Execution: "+this.name+")");if(t.state===x&&(t.type===Q||t.type===P))return;const C=t.state!=E;C&&t._transitionTo(E,A),t.runCount++;const $=re;re=t,U={parent:U,zone:this};try{t.type==P&&t.data&&!t.data.isPeriodic&&(t.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,t,r,k)}catch(l){if(this._zoneDelegate.handleError(this,l))throw l}}finally{t.state!==x&&t.state!==h&&(t.type==Q||t.data&&t.data.isPeriodic?C&&t._transitionTo(A,E):(t.runCount=0,this._updateTaskCount(t,-1),C&&t._transitionTo(x,E,x))),U=U.parent,re=$}}scheduleTask(t){if(t.zone&&t.zone!==this){let k=this;for(;k;){if(k===t.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${t.zone.name}`);k=k.parent}}t._transitionTo(X,x);const r=[];t._zoneDelegates=r,t._zone=this;try{t=this._zoneDelegate.scheduleTask(this,t)}catch(k){throw t._transitionTo(h,X,x),this._zoneDelegate.handleError(this,k),k}return t._zoneDelegates===r&&this._updateTaskCount(t,1),t.state==X&&t._transitionTo(A,X),t}scheduleMicroTask(t,r,k,C){return this.scheduleTask(new p(I,t,r,k,C,void 0))}scheduleMacroTask(t,r,k,C,$){return this.scheduleTask(new p(P,t,r,k,C,$))}scheduleEventTask(t,r,k,C,$){return this.scheduleTask(new p(Q,t,r,k,C,$))}cancelTask(t){if(t.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(t.zone||J).name+"; Execution: "+this.name+")");if(t.state===A||t.state===E){t._transitionTo(G,A,E);try{this._zoneDelegate.cancelTask(this,t)}catch(r){throw t._transitionTo(h,G),this._zoneDelegate.handleError(this,r),r}return this._updateTaskCount(t,-1),t._transitionTo(x,G),t.runCount=0,t}}_updateTaskCount(t,r){const k=t._zoneDelegates;-1==r&&(t._zoneDelegates=null);for(let C=0;CL.hasTask(t,r),onScheduleTask:(L,T,t,r)=>L.scheduleTask(t,r),onInvokeTask:(L,T,t,r,k,C)=>L.invokeTask(t,r,k,C),onCancelTask:(L,T,t,r)=>L.cancelTask(t,r)};class v{constructor(T,t,r){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=T,this._parentDelegate=t,this._forkZS=r&&(r&&r.onFork?r:t._forkZS),this._forkDlgt=r&&(r.onFork?t:t._forkDlgt),this._forkCurrZone=r&&(r.onFork?this.zone:t._forkCurrZone),this._interceptZS=r&&(r.onIntercept?r:t._interceptZS),this._interceptDlgt=r&&(r.onIntercept?t:t._interceptDlgt),this._interceptCurrZone=r&&(r.onIntercept?this.zone:t._interceptCurrZone),this._invokeZS=r&&(r.onInvoke?r:t._invokeZS),this._invokeDlgt=r&&(r.onInvoke?t:t._invokeDlgt),this._invokeCurrZone=r&&(r.onInvoke?this.zone:t._invokeCurrZone),this._handleErrorZS=r&&(r.onHandleError?r:t._handleErrorZS),this._handleErrorDlgt=r&&(r.onHandleError?t:t._handleErrorDlgt),this._handleErrorCurrZone=r&&(r.onHandleError?this.zone:t._handleErrorCurrZone),this._scheduleTaskZS=r&&(r.onScheduleTask?r:t._scheduleTaskZS),this._scheduleTaskDlgt=r&&(r.onScheduleTask?t:t._scheduleTaskDlgt),this._scheduleTaskCurrZone=r&&(r.onScheduleTask?this.zone:t._scheduleTaskCurrZone),this._invokeTaskZS=r&&(r.onInvokeTask?r:t._invokeTaskZS),this._invokeTaskDlgt=r&&(r.onInvokeTask?t:t._invokeTaskDlgt),this._invokeTaskCurrZone=r&&(r.onInvokeTask?this.zone:t._invokeTaskCurrZone),this._cancelTaskZS=r&&(r.onCancelTask?r:t._cancelTaskZS),this._cancelTaskDlgt=r&&(r.onCancelTask?t:t._cancelTaskDlgt),this._cancelTaskCurrZone=r&&(r.onCancelTask?this.zone:t._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const k=r&&r.onHasTask;(k||t&&t._hasTaskZS)&&(this._hasTaskZS=k?r:b,this._hasTaskDlgt=t,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=T,r.onScheduleTask||(this._scheduleTaskZS=b,this._scheduleTaskDlgt=t,this._scheduleTaskCurrZone=this.zone),r.onInvokeTask||(this._invokeTaskZS=b,this._invokeTaskDlgt=t,this._invokeTaskCurrZone=this.zone),r.onCancelTask||(this._cancelTaskZS=b,this._cancelTaskDlgt=t,this._cancelTaskCurrZone=this.zone))}fork(T,t){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,T,t):new d(T,t)}intercept(T,t,r){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,T,t,r):t}invoke(T,t,r,k,C){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,T,t,r,k,C):t.apply(r,k)}handleError(T,t){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,T,t)}scheduleTask(T,t){let r=t;if(this._scheduleTaskZS)this._hasTaskZS&&r._zoneDelegates.push(this._hasTaskDlgtOwner),r=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,T,t),r||(r=t);else if(t.scheduleFn)t.scheduleFn(t);else{if(t.type!=I)throw new Error("Task is missing scheduleFn.");R(t)}return r}invokeTask(T,t,r,k){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,T,t,r,k):t.callback.apply(r,k)}cancelTask(T,t){let r;if(this._cancelTaskZS)r=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,T,t);else{if(!t.cancelFn)throw Error("Task is not cancelable");r=t.cancelFn(t)}return r}hasTask(T,t){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,T,t)}catch(r){this.handleError(T,r)}}_updateTaskCount(T,t){const r=this._taskCounts,k=r[T],C=r[T]=k+t;if(C<0)throw new Error("More tasks executed then were scheduled.");0!=k&&0!=C||this.hasTask(this.zone,{microTask:r.microTask>0,macroTask:r.macroTask>0,eventTask:r.eventTask>0,change:T})}}class p{constructor(T,t,r,k,C,$){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=T,this.source=t,this.data=k,this.scheduleFn=C,this.cancelFn=$,!r)throw new Error("callback is not defined");this.callback=r;const l=this;this.invoke=T===Q&&k&&k.useG?p.invokeTask:function(){return p.invokeTask.call(e,l,this,arguments)}}static invokeTask(T,t,r){T||(T=this),ee++;try{return T.runCount++,T.zone.runTask(T,t,r)}finally{1==ee&&_(),ee--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(x,X)}_transitionTo(T,t,r){if(this._state!==t&&this._state!==r)throw new Error(`${this.type} '${this.source}': can not transition to '${T}', expecting state '${t}'${r?" or '"+r+"'":""}, was '${this._state}'.`);this._state=T,T==x&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const M=a("setTimeout"),O=a("Promise"),N=a("then");let K,B=[],H=!1;function q(L){if(K||e[O]&&(K=e[O].resolve(0)),K){let T=K[N];T||(T=K.then),T.call(K,L)}else e[M](L,0)}function R(L){0===ee&&0===B.length&&q(_),L&&B.push(L)}function _(){if(!H){for(H=!0;B.length;){const L=B;B=[];for(let T=0;TU,onUnhandledError:W,microtaskDrainDone:W,scheduleMicroTask:R,showUncaughtError:()=>!d[a("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:W,patchMethod:()=>W,bindArguments:()=>[],patchThen:()=>W,patchMacroTask:()=>W,patchEventPrototype:()=>W,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>W,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>W,wrapWithCurrentZone:()=>W,filterProperties:()=>[],attachOriginToPatched:()=>W,_redefineProperty:()=>W,patchCallbacks:()=>W,nativeScheduleMicroTask:q};let U={parent:null,zone:new d(null,null)},re=null,ee=0;function W(){}o("Zone","Zone"),e.Zone=d}(typeof window<"u"&&window||typeof self<"u"&&self||global);const ue=Object.getOwnPropertyDescriptor,pe=Object.defineProperty,ve=Object.getPrototypeOf,Se=Object.create,it=Array.prototype.slice,Ze="addEventListener",De="removeEventListener",Oe=Zone.__symbol__(Ze),Ne=Zone.__symbol__(De),ie="true",ce="false",me=Zone.__symbol__("");function Ie(e,n){return Zone.current.wrap(e,n)}function Me(e,n,i,o,c){return Zone.current.scheduleMacroTask(e,n,i,o,c)}const j=Zone.__symbol__,be=typeof window<"u",_e=be?window:void 0,Y=be&&_e||"object"==typeof self&&self||global,ct="removeAttribute";function Le(e,n){for(let i=e.length-1;i>=0;i--)"function"==typeof e[i]&&(e[i]=Ie(e[i],n+"_"+i));return e}function Ve(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&typeof e.set>"u")}const Fe=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Pe=!("nw"in Y)&&typeof Y.process<"u"&&"[object process]"==={}.toString.call(Y.process),Ae=!Pe&&!Fe&&!(!be||!_e.HTMLElement),Be=typeof Y.process<"u"&&"[object process]"==={}.toString.call(Y.process)&&!Fe&&!(!be||!_e.HTMLElement),we={},Ue=function(e){if(!(e=e||Y.event))return;let n=we[e.type];n||(n=we[e.type]=j("ON_PROPERTY"+e.type));const i=this||e.target||Y,o=i[n];let c;return Ae&&i===_e&&"error"===e.type?(c=o&&o.call(this,e.message,e.filename,e.lineno,e.colno,e.error),!0===c&&e.preventDefault()):(c=o&&o.apply(this,arguments),null!=c&&!c&&e.preventDefault()),c};function We(e,n,i){let o=ue(e,n);if(!o&&i&&ue(i,n)&&(o={enumerable:!0,configurable:!0}),!o||!o.configurable)return;const c=j("on"+n+"patched");if(e.hasOwnProperty(c)&&e[c])return;delete o.writable,delete o.value;const a=o.get,y=o.set,d=n.slice(2);let b=we[d];b||(b=we[d]=j("ON_PROPERTY"+d)),o.set=function(v){let p=this;!p&&e===Y&&(p=Y),p&&("function"==typeof p[b]&&p.removeEventListener(d,Ue),y&&y.call(p,null),p[b]=v,"function"==typeof v&&p.addEventListener(d,Ue,!1))},o.get=function(){let v=this;if(!v&&e===Y&&(v=Y),!v)return null;const p=v[b];if(p)return p;if(a){let M=a.call(this);if(M)return o.set.call(this,M),"function"==typeof v[ct]&&v.removeAttribute(n),M}return null},pe(e,n,o),e[c]=!0}function qe(e,n,i){if(n)for(let o=0;ofunction(y,d){const b=i(y,d);return b.cbIdx>=0&&"function"==typeof d[b.cbIdx]?Me(b.name,d[b.cbIdx],b,c):a.apply(y,d)})}function le(e,n){e[j("OriginalDelegate")]=n}let Xe=!1,je=!1;function ft(){if(Xe)return je;Xe=!0;try{const e=_e.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(je=!0)}catch{}return je}Zone.__load_patch("ZoneAwarePromise",(e,n,i)=>{const o=Object.getOwnPropertyDescriptor,c=Object.defineProperty,y=i.symbol,d=[],b=!0===e[y("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],v=y("Promise"),p=y("then"),M="__creationTrace__";i.onUnhandledError=l=>{if(i.showUncaughtError()){const u=l&&l.rejection;u?console.error("Unhandled Promise rejection:",u instanceof Error?u.message:u,"; Zone:",l.zone.name,"; Task:",l.task&&l.task.source,"; Value:",u,u instanceof Error?u.stack:void 0):console.error(l)}},i.microtaskDrainDone=()=>{for(;d.length;){const l=d.shift();try{l.zone.runGuarded(()=>{throw l.throwOriginal?l.rejection:l})}catch(u){N(u)}}};const O=y("unhandledPromiseRejectionHandler");function N(l){i.onUnhandledError(l);try{const u=n[O];"function"==typeof u&&u.call(this,l)}catch{}}function B(l){return l&&l.then}function H(l){return l}function K(l){return t.reject(l)}const q=y("state"),R=y("value"),_=y("finally"),J=y("parentPromiseValue"),x=y("parentPromiseState"),X="Promise.then",A=null,E=!0,G=!1,h=0;function I(l,u){return s=>{try{z(l,u,s)}catch(f){z(l,!1,f)}}}const P=function(){let l=!1;return function(s){return function(){l||(l=!0,s.apply(null,arguments))}}},Q="Promise resolved with itself",oe=y("currentTaskTrace");function z(l,u,s){const f=P();if(l===s)throw new TypeError(Q);if(l[q]===A){let g=null;try{("object"==typeof s||"function"==typeof s)&&(g=s&&s.then)}catch(w){return f(()=>{z(l,!1,w)})(),l}if(u!==G&&s instanceof t&&s.hasOwnProperty(q)&&s.hasOwnProperty(R)&&s[q]!==A)re(s),z(l,s[q],s[R]);else if(u!==G&&"function"==typeof g)try{g.call(s,f(I(l,u)),f(I(l,!1)))}catch(w){f(()=>{z(l,!1,w)})()}else{l[q]=u;const w=l[R];if(l[R]=s,l[_]===_&&u===E&&(l[q]=l[x],l[R]=l[J]),u===G&&s instanceof Error){const m=n.currentTask&&n.currentTask.data&&n.currentTask.data[M];m&&c(s,oe,{configurable:!0,enumerable:!1,writable:!0,value:m})}for(let m=0;m{try{const S=l[R],Z=!!s&&_===s[_];Z&&(s[J]=S,s[x]=w);const D=u.run(m,void 0,Z&&m!==K&&m!==H?[]:[S]);z(s,!0,D)}catch(S){z(s,!1,S)}},s)}const L=function(){},T=e.AggregateError;class t{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(u){return z(new this(null),E,u)}static reject(u){return z(new this(null),G,u)}static any(u){if(!u||"function"!=typeof u[Symbol.iterator])return Promise.reject(new T([],"All promises were rejected"));const s=[];let f=0;try{for(let m of u)f++,s.push(t.resolve(m))}catch{return Promise.reject(new T([],"All promises were rejected"))}if(0===f)return Promise.reject(new T([],"All promises were rejected"));let g=!1;const w=[];return new t((m,S)=>{for(let Z=0;Z{g||(g=!0,m(D))},D=>{w.push(D),f--,0===f&&(g=!0,S(new T(w,"All promises were rejected")))})})}static race(u){let s,f,g=new this((S,Z)=>{s=S,f=Z});function w(S){s(S)}function m(S){f(S)}for(let S of u)B(S)||(S=this.resolve(S)),S.then(w,m);return g}static all(u){return t.allWithCallback(u)}static allSettled(u){return(this&&this.prototype instanceof t?this:t).allWithCallback(u,{thenCallback:f=>({status:"fulfilled",value:f}),errorCallback:f=>({status:"rejected",reason:f})})}static allWithCallback(u,s){let f,g,w=new this((D,V)=>{f=D,g=V}),m=2,S=0;const Z=[];for(let D of u){B(D)||(D=this.resolve(D));const V=S;try{D.then(F=>{Z[V]=s?s.thenCallback(F):F,m--,0===m&&f(Z)},F=>{s?(Z[V]=s.errorCallback(F),m--,0===m&&f(Z)):g(F)})}catch(F){g(F)}m++,S++}return m-=2,0===m&&f(Z),w}constructor(u){const s=this;if(!(s instanceof t))throw new Error("Must be an instanceof Promise.");s[q]=A,s[R]=[];try{const f=P();u&&u(f(I(s,E)),f(I(s,G)))}catch(f){z(s,!1,f)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return t}then(u,s){let f=this.constructor?.[Symbol.species];(!f||"function"!=typeof f)&&(f=this.constructor||t);const g=new f(L),w=n.current;return this[q]==A?this[R].push(w,g,u,s):ee(this,w,g,u,s),g}catch(u){return this.then(null,u)}finally(u){let s=this.constructor?.[Symbol.species];(!s||"function"!=typeof s)&&(s=t);const f=new s(L);f[_]=_;const g=n.current;return this[q]==A?this[R].push(g,f,u,u):ee(this,g,f,u,u),f}}t.resolve=t.resolve,t.reject=t.reject,t.race=t.race,t.all=t.all;const r=e[v]=e.Promise;e.Promise=t;const k=y("thenPatched");function C(l){const u=l.prototype,s=o(u,"then");if(s&&(!1===s.writable||!s.configurable))return;const f=u.then;u[p]=f,l.prototype.then=function(g,w){return new t((S,Z)=>{f.call(this,S,Z)}).then(g,w)},l[k]=!0}return i.patchThen=C,r&&(C(r),ae(e,"fetch",l=>function $(l){return function(u,s){let f=l.apply(u,s);if(f instanceof t)return f;let g=f.constructor;return g[k]||C(g),f}}(l))),Promise[n.__symbol__("uncaughtPromiseErrors")]=d,t}),Zone.__load_patch("toString",e=>{const n=Function.prototype.toString,i=j("OriginalDelegate"),o=j("Promise"),c=j("Error"),a=function(){if("function"==typeof this){const v=this[i];if(v)return"function"==typeof v?n.call(v):Object.prototype.toString.call(v);if(this===Promise){const p=e[o];if(p)return n.call(p)}if(this===Error){const p=e[c];if(p)return n.call(p)}}return n.call(this)};a[i]=n,Function.prototype.toString=a;const y=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":y.call(this)}});let Ee=!1;if(typeof window<"u")try{const e=Object.defineProperty({},"passive",{get:function(){Ee=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch{Ee=!1}const ht={useG:!0},te={},ze={},Ye=new RegExp("^"+me+"(\\w+)(true|false)$"),$e=j("propagationStopped");function Je(e,n){const i=(n?n(e):e)+ce,o=(n?n(e):e)+ie,c=me+i,a=me+o;te[e]={},te[e][ce]=c,te[e][ie]=a}function dt(e,n,i,o){const c=o&&o.add||Ze,a=o&&o.rm||De,y=o&&o.listeners||"eventListeners",d=o&&o.rmAll||"removeAllListeners",b=j(c),v="."+c+":",p="prependListener",M="."+p+":",O=function(R,_,J){if(R.isRemoved)return;const x=R.callback;let X;"object"==typeof x&&x.handleEvent&&(R.callback=E=>x.handleEvent(E),R.originalDelegate=x);try{R.invoke(R,_,[J])}catch(E){X=E}const A=R.options;return A&&"object"==typeof A&&A.once&&_[a].call(_,J.type,R.originalDelegate?R.originalDelegate:R.callback,A),X};function N(R,_,J){if(!(_=_||e.event))return;const x=R||_.target||e,X=x[te[_.type][J?ie:ce]];if(X){const A=[];if(1===X.length){const E=O(X[0],x,_);E&&A.push(E)}else{const E=X.slice();for(let G=0;G{throw G})}}}const B=function(R){return N(this,R,!1)},H=function(R){return N(this,R,!0)};function K(R,_){if(!R)return!1;let J=!0;_&&void 0!==_.useG&&(J=_.useG);const x=_&&_.vh;let X=!0;_&&void 0!==_.chkDup&&(X=_.chkDup);let A=!1;_&&void 0!==_.rt&&(A=_.rt);let E=R;for(;E&&!E.hasOwnProperty(c);)E=ve(E);if(!E&&R[c]&&(E=R),!E||E[b])return!1;const G=_&&_.eventNameToString,h={},I=E[b]=E[c],P=E[j(a)]=E[a],Q=E[j(y)]=E[y],oe=E[j(d)]=E[d];let z;_&&_.prepend&&(z=E[j(_.prepend)]=E[_.prepend]);const t=J?function(s){if(!h.isExisting)return I.call(h.target,h.eventName,h.capture?H:B,h.options)}:function(s){return I.call(h.target,h.eventName,s.invoke,h.options)},r=J?function(s){if(!s.isRemoved){const f=te[s.eventName];let g;f&&(g=f[s.capture?ie:ce]);const w=g&&s.target[g];if(w)for(let m=0;mfunction(c,a){c[$e]=!0,o&&o.apply(c,a)})}function Et(e,n,i,o,c){const a=Zone.__symbol__(o);if(n[a])return;const y=n[a]=n[o];n[o]=function(d,b,v){return b&&b.prototype&&c.forEach(function(p){const M=`${i}.${o}::`+p,O=b.prototype;try{if(O.hasOwnProperty(p)){const N=e.ObjectGetOwnPropertyDescriptor(O,p);N&&N.value?(N.value=e.wrapWithCurrentZone(N.value,M),e._redefineProperty(b.prototype,p,N)):O[p]&&(O[p]=e.wrapWithCurrentZone(O[p],M))}else O[p]&&(O[p]=e.wrapWithCurrentZone(O[p],M))}catch{}}),y.call(n,d,b,v)},e.attachOriginToPatched(n[o],y)}function Qe(e,n,i){if(!i||0===i.length)return n;const o=i.filter(a=>a.target===e);if(!o||0===o.length)return n;const c=o[0].ignoreProperties;return n.filter(a=>-1===c.indexOf(a))}function et(e,n,i,o){e&&qe(e,Qe(e,n,i),o)}function He(e){return Object.getOwnPropertyNames(e).filter(n=>n.startsWith("on")&&n.length>2).map(n=>n.substring(2))}Zone.__load_patch("util",(e,n,i)=>{const o=He(e);i.patchOnProperties=qe,i.patchMethod=ae,i.bindArguments=Le,i.patchMacroTask=lt;const c=n.__symbol__("BLACK_LISTED_EVENTS"),a=n.__symbol__("UNPATCHED_EVENTS");e[a]&&(e[c]=e[a]),e[c]&&(n[c]=n[a]=e[c]),i.patchEventPrototype=_t,i.patchEventTarget=dt,i.isIEOrEdge=ft,i.ObjectDefineProperty=pe,i.ObjectGetOwnPropertyDescriptor=ue,i.ObjectCreate=Se,i.ArraySlice=it,i.patchClass=ge,i.wrapWithCurrentZone=Ie,i.filterProperties=Qe,i.attachOriginToPatched=le,i._redefineProperty=Object.defineProperty,i.patchCallbacks=Et,i.getGlobalObjects=()=>({globalSources:ze,zoneSymbolEventNames:te,eventNames:o,isBrowser:Ae,isMix:Be,isNode:Pe,TRUE_STR:ie,FALSE_STR:ce,ZONE_SYMBOL_PREFIX:me,ADD_EVENT_LISTENER_STR:Ze,REMOVE_EVENT_LISTENER_STR:De})});const Re=j("zoneTask");function Te(e,n,i,o){let c=null,a=null;i+=o;const y={};function d(v){const p=v.data;return p.args[0]=function(){return v.invoke.apply(this,arguments)},p.handleId=c.apply(e,p.args),v}function b(v){return a.call(e,v.data.handleId)}c=ae(e,n+=o,v=>function(p,M){if("function"==typeof M[0]){const O={isPeriodic:"Interval"===o,delay:"Timeout"===o||"Interval"===o?M[1]||0:void 0,args:M},N=M[0];M[0]=function(){try{return N.apply(this,arguments)}finally{O.isPeriodic||("number"==typeof O.handleId?delete y[O.handleId]:O.handleId&&(O.handleId[Re]=null))}};const B=Me(n,M[0],O,d,b);if(!B)return B;const H=B.data.handleId;return"number"==typeof H?y[H]=B:H&&(H[Re]=B),H&&H.ref&&H.unref&&"function"==typeof H.ref&&"function"==typeof H.unref&&(B.ref=H.ref.bind(H),B.unref=H.unref.bind(H)),"number"==typeof H||H?H:B}return v.apply(e,M)}),a=ae(e,i,v=>function(p,M){const O=M[0];let N;"number"==typeof O?N=y[O]:(N=O&&O[Re],N||(N=O)),N&&"string"==typeof N.type?"notScheduled"!==N.state&&(N.cancelFn&&N.data.isPeriodic||0===N.runCount)&&("number"==typeof O?delete y[O]:O&&(O[Re]=null),N.zone.cancelTask(N)):v.apply(e,M)})}Zone.__load_patch("legacy",e=>{const n=e[Zone.__symbol__("legacyPatch")];n&&n()}),Zone.__load_patch("timers",e=>{const n="set",i="clear";Te(e,n,i,"Timeout"),Te(e,n,i,"Interval"),Te(e,n,i,"Immediate")}),Zone.__load_patch("requestAnimationFrame",e=>{Te(e,"request","cancel","AnimationFrame"),Te(e,"mozRequest","mozCancel","AnimationFrame"),Te(e,"webkitRequest","webkitCancel","AnimationFrame")}),Zone.__load_patch("blocking",(e,n)=>{const i=["alert","prompt","confirm"];for(let o=0;ofunction(b,v){return n.current.run(a,e,v,d)})}),Zone.__load_patch("EventTarget",(e,n,i)=>{(function gt(e,n){n.patchEventPrototype(e,n)})(e,i),function mt(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:i,zoneSymbolEventNames:o,TRUE_STR:c,FALSE_STR:a,ZONE_SYMBOL_PREFIX:y}=n.getGlobalObjects();for(let b=0;b{ge("MutationObserver"),ge("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,i)=>{ge("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,i)=>{ge("FileReader")}),Zone.__load_patch("on_property",(e,n,i)=>{!function Tt(e,n){if(Pe&&!Be||Zone[e.symbol("patchEvents")])return;const i=n.__Zone_ignore_on_properties;let o=[];if(Ae){const c=window;o=o.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);const a=function ut(){try{const e=_e.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:c,ignoreProperties:["error"]}]:[];et(c,He(c),i&&i.concat(a),ve(c))}o=o.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let c=0;c{!function pt(e,n){const{isBrowser:i,isMix:o}=n.getGlobalObjects();(i||o)&&e.customElements&&"customElements"in e&&n.patchCallbacks(n,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}(e,i)}),Zone.__load_patch("XHR",(e,n)=>{!function b(v){const p=v.XMLHttpRequest;if(!p)return;const M=p.prototype;let N=M[Oe],B=M[Ne];if(!N){const h=v.XMLHttpRequestEventTarget;if(h){const I=h.prototype;N=I[Oe],B=I[Ne]}}const H="readystatechange",K="scheduled";function q(h){const I=h.data,P=I.target;P[a]=!1,P[d]=!1;const Q=P[c];N||(N=P[Oe],B=P[Ne]),Q&&B.call(P,H,Q);const oe=P[c]=()=>{if(P.readyState===P.DONE)if(!I.aborted&&P[a]&&h.state===K){const U=P[n.__symbol__("loadfalse")];if(0!==P.status&&U&&U.length>0){const re=h.invoke;h.invoke=function(){const ee=P[n.__symbol__("loadfalse")];for(let W=0;Wfunction(h,I){return h[o]=0==I[2],h[y]=I[1],J.apply(h,I)}),X=j("fetchTaskAborting"),A=j("fetchTaskScheduling"),E=ae(M,"send",()=>function(h,I){if(!0===n.current[A]||h[o])return E.apply(h,I);{const P={target:h,url:h[y],isPeriodic:!1,args:I,aborted:!1},Q=Me("XMLHttpRequest.send",R,P,q,_);h&&!0===h[d]&&!P.aborted&&Q.state===K&&Q.invoke()}}),G=ae(M,"abort",()=>function(h,I){const P=function O(h){return h[i]}(h);if(P&&"string"==typeof P.type){if(null==P.cancelFn||P.data&&P.data.aborted)return;P.zone.cancelTask(P)}else if(!0===n.current[X])return G.apply(h,I)})}(e);const i=j("xhrTask"),o=j("xhrSync"),c=j("xhrListener"),a=j("xhrScheduled"),y=j("xhrURL"),d=j("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function at(e,n){const i=e.constructor.name;for(let o=0;o{const b=function(){return d.apply(this,Le(arguments,i+"."+c))};return le(b,d),b})(a)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function i(o){return function(c){Ke(e,o).forEach(y=>{const d=e.PromiseRejectionEvent;if(d){const b=new d(o,{promise:c.promise,reason:c.rejection});y.invoke(b)}})}}e.PromiseRejectionEvent&&(n[j("unhandledPromiseRejectionHandler")]=i("unhandledrejection"),n[j("rejectionHandledHandler")]=i("rejectionhandled"))}),Zone.__load_patch("queueMicrotask",(e,n,i)=>{!function yt(e,n){n.patchMethod(e,"queueMicrotask",i=>function(o,c){Zone.current.scheduleMicroTask("queueMicrotask",c[0])})}(e,i)})}},ue=>{ue(ue.s=4730)}]); \ No newline at end of file diff --git a/docs/runtime.71b6f28d9dced4d4.js b/docs/runtime.71b6f28d9dced4d4.js new file mode 100644 index 00000000..4c386f57 --- /dev/null +++ b/docs/runtime.71b6f28d9dced4d4.js @@ -0,0 +1 @@ +(()=>{"use strict";var e,v={},m={};function r(e){var i=m[e];if(void 0!==i)return i.exports;var t=m[e]={exports:{}};return v[e].call(t.exports,t,t.exports,r),t.exports}r.m=v,e=[],r.O=(i,t,o,u)=>{if(!t){var a=1/0;for(n=0;n=u)&&Object.keys(r.O).every(b=>r.O[b](t[f]))?t.splice(f--,1):(s=!1,u0&&e[n-1][2]>u;n--)e[n]=e[n-1];e[n]=[t,o,u]},r.d=(e,i)=>{for(var t in i)r.o(i,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:i[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((i,t)=>(r.f[t](e,i),i),[])),r.u=e=>e+"."+{32:"e74397c07972743d",126:"ae3ae26f654bfdbd",318:"539673508e97a824",444:"af4b65fa4785f96d"}[e]+".js",r.miniCssF=e=>{},r.o=(e,i)=>Object.prototype.hasOwnProperty.call(e,i),(()=>{var e={},i="docs:";r.l=(t,o,u,n)=>{if(e[t])e[t].push(o);else{var a,s;if(void 0!==u)for(var f=document.getElementsByTagName("script"),l=0;l{a.onerror=a.onload=null,clearTimeout(p);var h=e[t];if(delete e[t],a.parentNode&&a.parentNode.removeChild(a),h&&h.forEach(y=>y(b)),g)return g(b)},p=setTimeout(c.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=c.bind(null,a.onerror),a.onload=c.bind(null,a.onload),s&&document.head.appendChild(a)}}})(),r.r=e=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;r.tt=()=>(void 0===e&&(e={createScriptURL:i=>i},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(e=trustedTypes.createPolicy("angular#bundler",e))),e)})(),r.tu=e=>r.tt().createScriptURL(e),r.p="",(()=>{var e={666:0};r.f.j=(o,u)=>{var n=r.o(e,o)?e[o]:void 0;if(0!==n)if(n)u.push(n[2]);else if(666!=o){var a=new Promise((d,c)=>n=e[o]=[d,c]);u.push(n[2]=a);var s=r.p+r.u(o),f=new Error;r.l(s,d=>{if(r.o(e,o)&&(0!==(n=e[o])&&(e[o]=void 0),n)){var c=d&&("load"===d.type?"missing":d.type),p=d&&d.target&&d.target.src;f.message="Loading chunk "+o+" failed.\n("+c+": "+p+")",f.name="ChunkLoadError",f.type=c,f.request=p,n[1](f)}},"chunk-"+o,o)}else e[o]=0},r.O.j=o=>0===e[o];var i=(o,u)=>{var f,l,[n,a,s]=u,d=0;if(n.some(p=>0!==e[p])){for(f in a)r.o(a,f)&&(r.m[f]=a[f]);if(s)var c=s(r)}for(o&&o(u);d"']/,he=new RegExp(F.source,"g"),N=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,pe=new RegExp(N.source,"g"),ue={"&":"&","<":"<",">":">",'"':""","'":"'"},G=p=>ue[p];function x(p,t){if(t){if(F.test(p))return p.replace(he,G)}else if(N.test(p))return p.replace(pe,G);return p}const ke=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi,fe=/(^|[^\[])\^/g;function f(p,t){let e="string"==typeof p?p:p.source;t=t||"";const n={replace:(i,r)=>{let s="string"==typeof r?r:r.source;return s=s.replace(fe,"$1"),e=e.replace(i,s),n},getRegex:()=>new RegExp(e,t)};return n}function J(p){try{p=encodeURI(p).replace(/%25/g,"%")}catch{return null}return p}const R={exec:()=>null};function K(p,t){const e=p.replace(/\|/g,(i,r,s)=>{let l=!1,o=r;for(;--o>=0&&"\\"===s[o];)l=!l;return l?"|":" |"}).split(/ \|/);let n=0;if(e[0].trim()||e.shift(),e.length>0&&!e[e.length-1].trim()&&e.pop(),t)if(e.length>t)e.splice(t);else for(;e.length0)return{type:"space",raw:e[0]}}code(t){const e=this.rules.block.code.exec(t);if(e){const n=e[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:e[0],codeBlockStyle:"indented",text:this.options.pedantic?n:Z(n,"\n")}}}fences(t){const e=this.rules.block.fences.exec(t);if(e){const n=e[0],i=function(r,s){const l=r.match(/^(\s+)(?:```)/);if(null===l)return s;const o=l[1];return s.split("\n").map(c=>{const a=c.match(/^\s+/);if(null===a)return c;const[u]=a;return u.length>=o.length?c.slice(o.length):c}).join("\n")}(n,e[3]||"");return{type:"code",raw:n,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):e[2],text:i}}}heading(t){const e=this.rules.block.heading.exec(t);if(e){let n=e[2].trim();if(/#$/.test(n)){const i=Z(n,"#");this.options.pedantic?n=i.trim():i&&!/ $/.test(i)||(n=i.trim())}return{type:"heading",raw:e[0],depth:e[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(t){const e=this.rules.block.hr.exec(t);if(e)return{type:"hr",raw:e[0]}}blockquote(t){const e=this.rules.block.blockquote.exec(t);if(e){let n=e[0].replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,"\n $1");n=Z(n.replace(/^ *>[ \t]?/gm,""),"\n");const i=this.lexer.state.top;this.lexer.state.top=!0;const r=this.lexer.blockTokens(n);return this.lexer.state.top=i,{type:"blockquote",raw:e[0],tokens:r,text:n}}}list(t){let e=this.rules.block.list.exec(t);if(e){let n=e[1].trim();const i=n.length>1,r={type:"list",raw:"",ordered:i,start:i?+n.slice(0,-1):"",loose:!1,items:[]};n=i?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=i?n:"[*+-]");const s=new RegExp(`^( {0,3}${n})((?:[\t ][^\\n]*)?(?:\\n|$))`);let l="",o="",c=!1;for(;t;){let a=!1;if(!(e=s.exec(t))||this.rules.block.hr.test(t))break;l=e[0],t=t.substring(l.length);let u=e[2].split("\n",1)[0].replace(/^\t+/,H=>" ".repeat(3*H.length)),h=t.split("\n",1)[0],d=0;this.options.pedantic?(d=2,o=u.trimStart()):(d=e[2].search(/[^ ]/),d=d>4?1:d,o=u.slice(d),d+=e[1].length);let y=!1;if(!u&&/^ *$/.test(h)&&(l+=h+"\n",t=t.substring(h.length+1),a=!0),!a){const H=new RegExp(`^ {0,${Math.min(3,d-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`),oe=new RegExp(`^ {0,${Math.min(3,d-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),ae=new RegExp(`^ {0,${Math.min(3,d-1)}}(?:\`\`\`|~~~)`),ce=new RegExp(`^ {0,${Math.min(3,d-1)}}#`);for(;t;){const U=t.split("\n",1)[0];if(h=U,this.options.pedantic&&(h=h.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),ae.test(h)||ce.test(h)||H.test(h)||oe.test(t))break;if(h.search(/[^ ]/)>=d||!h.trim())o+="\n"+h.slice(d);else{if(y||u.search(/[^ ]/)>=4||ae.test(u)||ce.test(u)||oe.test(u))break;o+="\n"+h}y||h.trim()||(y=!0),l+=U+"\n",t=t.substring(U.length+1),u=h.slice(d)}}r.loose||(c?r.loose=!0:/\n *\n *$/.test(l)&&(c=!0));let T,m=null;this.options.gfm&&(m=/^\[[ xX]\] /.exec(o),m&&(T="[ ] "!==m[0],o=o.replace(/^\[[ xX]\] +/,""))),r.items.push({type:"list_item",raw:l,task:!!m,checked:T,loose:!1,text:o,tokens:[]}),r.raw+=l}r.items[r.items.length-1].raw=l.trimEnd(),r.items[r.items.length-1].text=o.trimEnd(),r.raw=r.raw.trimEnd();for(let a=0;a"space"===d.type),h=u.length>0&&u.some(d=>/\n.*\n/.test(d.raw));r.loose=h}if(r.loose)for(let a=0;a$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",r=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):e[3];return{type:"def",tag:n,raw:e[0],href:i,title:r}}}table(t){const e=this.rules.block.table.exec(t);if(!e||!/[:|]/.test(e[2]))return;const n=K(e[1]),i=e[2].replace(/^\||\| *$/g,"").split("|"),r=e[3]&&e[3].trim()?e[3].replace(/\n[ \t]*$/,"").split("\n"):[],s={type:"table",raw:e[0],header:[],align:[],rows:[]};if(n.length===i.length){for(const l of i)/^ *-+: *$/.test(l)?s.align.push("right"):/^ *:-+: *$/.test(l)?s.align.push("center"):/^ *:-+ *$/.test(l)?s.align.push("left"):s.align.push(null);for(const l of n)s.header.push({text:l,tokens:this.lexer.inline(l)});for(const l of r)s.rows.push(K(l,s.header.length).map(o=>({text:o,tokens:this.lexer.inline(o)})));return s}}lheading(t){const e=this.rules.block.lheading.exec(t);if(e)return{type:"heading",raw:e[0],depth:"="===e[2].charAt(0)?1:2,text:e[1],tokens:this.lexer.inline(e[1])}}paragraph(t){const e=this.rules.block.paragraph.exec(t);if(e){const n="\n"===e[1].charAt(e[1].length-1)?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:n,tokens:this.lexer.inline(n)}}}text(t){const e=this.rules.block.text.exec(t);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(t){const e=this.rules.inline.escape.exec(t);if(e)return{type:"escape",raw:e[0],text:x(e[1])}}tag(t){const e=this.rules.inline.tag.exec(t);if(e)return!this.lexer.state.inLink&&/^/i.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(t){const e=this.rules.inline.link.exec(t);if(e){const n=e[2].trim();if(!this.options.pedantic&&/^$/.test(n))return;const s=Z(n.slice(0,-1),"\\");if((n.length-s.length)%2==0)return}else{const s=function(l,o){if(-1===l.indexOf(o[1]))return-1;let c=0;for(let a=0;a-1){const l=(0===e[0].indexOf("!")?5:4)+e[1].length+s;e[2]=e[2].substring(0,s),e[0]=e[0].substring(0,l).trim(),e[3]=""}}let i=e[2],r="";if(this.options.pedantic){const s=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(i);s&&(i=s[1],r=s[3])}else r=e[3]?e[3].slice(1,-1):"";return i=i.trim(),/^$/.test(n)?i.slice(1):i.slice(1,-1)),V(e,{href:i&&i.replace(this.rules.inline.anyPunctuation,"$1"),title:r&&r.replace(this.rules.inline.anyPunctuation,"$1")},e[0],this.lexer)}}reflink(t,e){let n;if((n=this.rules.inline.reflink.exec(t))||(n=this.rules.inline.nolink.exec(t))){const i=e[(n[2]||n[1]).replace(/\s+/g," ").toLowerCase()];if(!i){const r=n[0].charAt(0);return{type:"text",raw:r,text:r}}return V(n,i,n[0],this.lexer)}}emStrong(t,e,n=""){let i=this.rules.inline.emStrongLDelim.exec(t);if(i&&(!i[3]||!n.match(/[\p{L}\p{N}]/u))&&(!i[1]&&!i[2]||!n||this.rules.inline.punctuation.exec(n))){const r=[...i[0]].length-1;let s,l,o=r,c=0;const a="*"===i[0][0]?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(a.lastIndex=0,e=e.slice(-1*t.length+r);null!=(i=a.exec(e));){if(s=i[1]||i[2]||i[3]||i[4]||i[5]||i[6],!s)continue;if(l=[...s].length,i[3]||i[4]){o+=l;continue}if((i[5]||i[6])&&r%3&&!((r+l)%3)){c+=l;continue}if(o-=l,o>0)continue;l=Math.min(l,l+o+c);const u=[...i[0]][0].length,h=t.slice(0,r+i.index+u+l);if(Math.min(r,l)%2){const y=h.slice(1,-1);return{type:"em",raw:h,text:y,tokens:this.lexer.inlineTokens(y)}}const d=h.slice(2,-2);return{type:"strong",raw:h,text:d,tokens:this.lexer.inlineTokens(d)}}}}codespan(t){const e=this.rules.inline.code.exec(t);if(e){let n=e[2].replace(/\n/g," ");const i=/[^ ]/.test(n),r=/^ /.test(n)&&/ $/.test(n);return i&&r&&(n=n.substring(1,n.length-1)),n=x(n,!0),{type:"codespan",raw:e[0],text:n}}}br(t){const e=this.rules.inline.br.exec(t);if(e)return{type:"br",raw:e[0]}}del(t){const e=this.rules.inline.del.exec(t);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2])}}autolink(t){const e=this.rules.inline.autolink.exec(t);if(e){let n,i;return"@"===e[2]?(n=x(e[1]),i="mailto:"+n):(n=x(e[1]),i=n),{type:"link",raw:e[0],text:n,href:i,tokens:[{type:"text",raw:n,text:n}]}}}url(t){let e;if(e=this.rules.inline.url.exec(t)){let n,i;if("@"===e[2])n=x(e[0]),i="mailto:"+n;else{let r;do{r=e[0],e[0]=this.rules.inline._backpedal.exec(e[0])?.[0]??""}while(r!==e[0]);n=x(e[0]),i="www."===e[1]?"http://"+e[0]:e[0]}return{type:"link",raw:e[0],text:n,href:i,tokens:[{type:"text",raw:n,text:n}]}}}inlineText(t){const e=this.rules.inline.text.exec(t);if(e){let n;return n=this.lexer.state.inRawBlock?e[0]:x(e[0]),{type:"text",raw:e[0],text:n}}}}const A=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,W=/(?:[*+-]|\d{1,9}[.)])/,Y=f(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,W).replace(/blockCode/g,/ {4}/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),B=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,C=/(?!\s*\])(?:\\.|[^\[\]\\])+/,de=f(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",C).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),xe=f(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,W).getRegex(),L="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",O=/|$))/,be=f("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",O).replace("tag",L).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),ee=f(B).replace("hr",A).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",L).getRegex(),D={blockquote:f(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",ee).getRegex(),code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,def:de,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:A,html:be,lheading:Y,list:xe,newline:/^(?: *(?:\n|$))+/,paragraph:ee,table:R,text:/^[^\n]+/},te=f("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",A).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",L).getRegex(),we={...D,table:te,paragraph:f(B).replace("hr",A).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",te).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",L).getRegex()},me={...D,html:f("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",O).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:R,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:f(B).replace("hr",A).replace("heading"," *#{1,6} *[^\n]").replace("lheading",Y).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},ne=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,se=/^( {2,}|\\)\n(?!\s*$)/,S="\\p{P}\\p{S}",ye=f(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,S).getRegex(),$e=f(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,S).getRegex(),ze=f("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,S).getRegex(),Te=f("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,S).getRegex(),Re=f(/\\([punct])/,"gu").replace(/punct/g,S).getRegex(),_e=f(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),Ae=f(O).replace("(?:--\x3e|$)","--\x3e").getRegex(),Se=f("^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^").replace("comment",Ae).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),P=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Ie=f(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",P).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),re=f(/^!?\[(label)\]\[(ref)\]/).replace("label",P).replace("ref",C).getRegex(),ie=f(/^!?\[(ref)\](?:\[\])?/).replace("ref",C).getRegex(),M={_backpedal:R,anyPunctuation:Re,autolink:_e,blockSkip:/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,br:se,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,del:R,emStrongLDelim:$e,emStrongRDelimAst:ze,emStrongRDelimUnd:Te,escape:ne,link:Ie,nolink:ie,punctuation:ye,reflink:re,reflinkSearch:f("reflink|nolink(?!\\()","g").replace("reflink",re).replace("nolink",ie).getRegex(),tag:Se,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\o+" ".repeat(c.length));t;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(l=>!!(n=l.call({lexer:this},t,e))&&(t=t.substring(n.raw.length),e.push(n),!0))))if(n=this.tokenizer.space(t))t=t.substring(n.raw.length),1===n.raw.length&&e.length>0?e[e.length-1].raw+="\n":e.push(n);else if(n=this.tokenizer.code(t))t=t.substring(n.raw.length),i=e[e.length-1],!i||"paragraph"!==i.type&&"text"!==i.type?e.push(n):(i.raw+="\n"+n.raw,i.text+="\n"+n.text,this.inlineQueue[this.inlineQueue.length-1].src=i.text);else if(n=this.tokenizer.fences(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.heading(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.hr(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.blockquote(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.list(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.html(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.def(t))t=t.substring(n.raw.length),i=e[e.length-1],!i||"paragraph"!==i.type&&"text"!==i.type?this.tokens.links[n.tag]||(this.tokens.links[n.tag]={href:n.href,title:n.title}):(i.raw+="\n"+n.raw,i.text+="\n"+n.raw,this.inlineQueue[this.inlineQueue.length-1].src=i.text);else if(n=this.tokenizer.table(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.lheading(t))t=t.substring(n.raw.length),e.push(n);else{if(r=t,this.options.extensions&&this.options.extensions.startBlock){let l=1/0;const o=t.slice(1);let c;this.options.extensions.startBlock.forEach(a=>{c=a.call({lexer:this},o),"number"==typeof c&&c>=0&&(l=Math.min(l,c))}),l<1/0&&l>=0&&(r=t.substring(0,l+1))}if(this.state.top&&(n=this.tokenizer.paragraph(r)))i=e[e.length-1],s&&"paragraph"===i.type?(i.raw+="\n"+n.raw,i.text+="\n"+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=i.text):e.push(n),s=r.length!==t.length,t=t.substring(n.raw.length);else if(n=this.tokenizer.text(t))t=t.substring(n.raw.length),i=e[e.length-1],i&&"text"===i.type?(i.raw+="\n"+n.raw,i.text+="\n"+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=i.text):e.push(n);else if(t){const l="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(l);break}throw new Error(l)}}return this.state.top=!0,e}inline(t,e=[]){return this.inlineQueue.push({src:t,tokens:e}),e}inlineTokens(t,e=[]){let n,i,r,s,l,o,c=t;if(this.tokens.links){const a=Object.keys(this.tokens.links);if(a.length>0)for(;null!=(s=this.tokenizer.rules.inline.reflinkSearch.exec(c));)a.includes(s[0].slice(s[0].lastIndexOf("[")+1,-1))&&(c=c.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(s=this.tokenizer.rules.inline.blockSkip.exec(c));)c=c.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(s=this.tokenizer.rules.inline.anyPunctuation.exec(c));)c=c.slice(0,s.index)+"++"+c.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;t;)if(l||(o=""),l=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(a=>!!(n=a.call({lexer:this},t,e))&&(t=t.substring(n.raw.length),e.push(n),!0))))if(n=this.tokenizer.escape(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.tag(t))t=t.substring(n.raw.length),i=e[e.length-1],i&&"text"===n.type&&"text"===i.type?(i.raw+=n.raw,i.text+=n.text):e.push(n);else if(n=this.tokenizer.link(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.reflink(t,this.tokens.links))t=t.substring(n.raw.length),i=e[e.length-1],i&&"text"===n.type&&"text"===i.type?(i.raw+=n.raw,i.text+=n.text):e.push(n);else if(n=this.tokenizer.emStrong(t,c,o))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.codespan(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.br(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.del(t))t=t.substring(n.raw.length),e.push(n);else if(n=this.tokenizer.autolink(t))t=t.substring(n.raw.length),e.push(n);else if(this.state.inLink||!(n=this.tokenizer.url(t))){if(r=t,this.options.extensions&&this.options.extensions.startInline){let a=1/0;const u=t.slice(1);let h;this.options.extensions.startInline.forEach(d=>{h=d.call({lexer:this},u),"number"==typeof h&&h>=0&&(a=Math.min(a,h))}),a<1/0&&a>=0&&(r=t.substring(0,a+1))}if(n=this.tokenizer.inlineText(r))t=t.substring(n.raw.length),"_"!==n.raw.slice(-1)&&(o=n.raw.slice(-1)),l=!0,i=e[e.length-1],i&&"text"===i.type?(i.raw+=n.raw,i.text+=n.text):e.push(n);else if(t){const a="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(a);break}throw new Error(a)}}else t=t.substring(n.raw.length),e.push(n);return e}}class E{options;constructor(t){this.options=t||g.defaults}code(t,e,n){const i=(e||"").match(/^\S*/)?.[0];return t=t.replace(/\n$/,"")+"\n",i?'
    '+(n?t:x(t,!0))+"
    \n":"
    "+(n?t:x(t,!0))+"
    \n"}blockquote(t){return`
    \n${t}
    \n`}html(t,e){return t}heading(t,e,n){return`${t}\n`}hr(){return"
    \n"}list(t,e,n){const i=e?"ol":"ul";return"<"+i+(e&&1!==n?' start="'+n+'"':"")+">\n"+t+"\n"}listitem(t,e,n){return`
  • ${t}
  • \n`}checkbox(t){return"'}paragraph(t){return`

    ${t}

    \n`}table(t,e){return e&&(e=`${e}`),"\n\n"+t+"\n"+e+"
    \n"}tablerow(t){return`\n${t}\n`}tablecell(t,e){const n=e.header?"th":"td";return(e.align?`<${n} align="${e.align}">`:`<${n}>`)+t+`\n`}strong(t){return`${t}`}em(t){return`${t}`}codespan(t){return`${t}`}br(){return"
    "}del(t){return`${t}`}link(t,e,n){const i=J(t);if(null===i)return n;let r='
    ",r}image(t,e,n){const i=J(t);if(null===i)return n;let r=`${n}"colon"===(e=e.toLowerCase())?":":"#"===e.charAt(0)?"x"===e.charAt(1)?String.fromCharCode(parseInt(e.substring(2),16)):String.fromCharCode(+e.substring(1)):""));continue}case"code":n+=this.renderer.code(r.text,r.lang,!!r.escaped);continue;case"table":{const s=r;let l="",o="";for(let a=0;a0&&"paragraph"===h.tokens[0].type?(h.tokens[0].text=m+" "+h.tokens[0].text,h.tokens[0].tokens&&h.tokens[0].tokens.length>0&&"text"===h.tokens[0].tokens[0].type&&(h.tokens[0].tokens[0].text=m+" "+h.tokens[0].tokens[0].text)):h.tokens.unshift({type:"text",text:m+" "}):T+=m+" "}T+=this.parse(h.tokens,c),a+=this.renderer.listitem(T,y,!!d)}n+=this.renderer.list(a,l,o);continue}case"html":n+=this.renderer.html(r.text,r.block);continue;case"paragraph":n+=this.renderer.paragraph(this.parseInline(r.tokens));continue;case"text":{let s=r,l=s.tokens?this.parseInline(s.tokens):s.text;for(;i+1{const l=r[s].flat(1/0);n=n.concat(this.walkTokens(l,e))}):r.tokens&&(n=n.concat(this.walkTokens(r.tokens,e)))}}return n}use(...t){const e=this.defaults.extensions||{renderers:{},childTokens:{}};return t.forEach(n=>{const i={...n};if(i.async=this.defaults.async||i.async||!1,n.extensions&&(n.extensions.forEach(r=>{if(!r.name)throw new Error("extension name required");if("renderer"in r){const s=e.renderers[r.name];e.renderers[r.name]=s?function(...l){let o=r.renderer.apply(this,l);return!1===o&&(o=s.apply(this,l)),o}:r.renderer}if("tokenizer"in r){if(!r.level||"block"!==r.level&&"inline"!==r.level)throw new Error("extension level must be 'block' or 'inline'");const s=e[r.level];s?s.unshift(r.tokenizer):e[r.level]=[r.tokenizer],r.start&&("block"===r.level?e.startBlock?e.startBlock.push(r.start):e.startBlock=[r.start]:"inline"===r.level&&(e.startInline?e.startInline.push(r.start):e.startInline=[r.start]))}"childTokens"in r&&r.childTokens&&(e.childTokens[r.name]=r.childTokens)}),i.extensions=e),n.renderer){const r=this.defaults.renderer||new E(this.defaults);for(const s in n.renderer){if(!(s in r))throw new Error(`renderer '${s}' does not exist`);if("options"===s)continue;const o=n.renderer[s],c=r[s];r[s]=(...a)=>{let u=o.apply(r,a);return!1===u&&(u=c.apply(r,a)),u||""}}i.renderer=r}if(n.tokenizer){const r=this.defaults.tokenizer||new _(this.defaults);for(const s in n.tokenizer){if(!(s in r))throw new Error(`tokenizer '${s}' does not exist`);if(["options","rules","lexer"].includes(s))continue;const o=n.tokenizer[s],c=r[s];r[s]=(...a)=>{let u=o.apply(r,a);return!1===u&&(u=c.apply(r,a)),u}}i.tokenizer=r}if(n.hooks){const r=this.defaults.hooks||new q;for(const s in n.hooks){if(!(s in r))throw new Error(`hook '${s}' does not exist`);if("options"===s)continue;const o=n.hooks[s],c=r[s];r[s]=q.passThroughHooks.has(s)?a=>{if(this.defaults.async)return Promise.resolve(o.call(r,a)).then(h=>c.call(r,h));const u=o.call(r,a);return c.call(r,u)}:(...a)=>{let u=o.apply(r,a);return!1===u&&(u=c.apply(r,a)),u}}i.hooks=r}if(n.walkTokens){const r=this.defaults.walkTokens,s=n.walkTokens;i.walkTokens=function(l){let o=[];return o.push(s.call(this,l)),r&&(o=o.concat(r.call(this,l))),o}}this.defaults={...this.defaults,...i}}),this}setOptions(t){return this.defaults={...this.defaults,...t},this}lexer(t,e){return b.lex(t,e??this.defaults)}parser(t,e){return w.parse(t,e??this.defaults)}#e(t,e){return(n,i)=>{const r={...i},s={...this.defaults,...r};!0===this.defaults.async&&!1===r.async&&(s.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),s.async=!0);const l=this.#t(!!s.silent,!!s.async);if(null==n)return l(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof n)return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));if(s.hooks&&(s.hooks.options=s),s.async)return Promise.resolve(s.hooks?s.hooks.preprocess(n):n).then(o=>t(o,s)).then(o=>s.hooks?s.hooks.processAllTokens(o):o).then(o=>s.walkTokens?Promise.all(this.walkTokens(o,s.walkTokens)).then(()=>o):o).then(o=>e(o,s)).then(o=>s.hooks?s.hooks.postprocess(o):o).catch(l);try{s.hooks&&(n=s.hooks.preprocess(n));let o=t(n,s);s.hooks&&(o=s.hooks.processAllTokens(o)),s.walkTokens&&this.walkTokens(o,s.walkTokens);let c=e(o,s);return s.hooks&&(c=s.hooks.postprocess(c)),c}catch(o){return l(o)}}}#t(t,e){return n=>{if(n.message+="\nPlease report this to https://github.com/markedjs/marked.",t){const i="

    An error occurred:

    "+x(n.message+"",!0)+"
    ";return e?Promise.resolve(i):i}if(e)return Promise.reject(n);throw n}}}const $=new le;function k(p,t){return $.parse(p,t)}k.options=k.setOptions=function(p){return $.setOptions(p),X(k.defaults=$.defaults),k},k.getDefaults=z,k.defaults=g.defaults,k.use=function(...p){return $.use(...p),X(k.defaults=$.defaults),k},k.walkTokens=function(p,t){return $.walkTokens(p,t)},k.parseInline=$.parseInline,k.Parser=w,k.parser=w.parse,k.Renderer=E,k.TextRenderer=v,k.Lexer=b,k.lexer=b.lex,k.Tokenizer=_,k.Hooks=q,k.parse=k;const Ze=k.options,Le=k.setOptions,Pe=k.use,Qe=k.walkTokens,ve=k.parseInline,Be=k,Ce=w.parse,Oe=b.lex;g.Hooks=q,g.Lexer=b,g.Marked=le,g.Parser=w,g.Renderer=E,g.TextRenderer=v,g.Tokenizer=_,g.getDefaults=z,g.lexer=Oe,g.marked=k,g.options=Ze,g.parse=Be,g.parseInline=ve,g.parser=Ce,g.setOptions=Le,g.use=Pe,g.walkTokens=Qe}); \ No newline at end of file diff --git a/docs/styles.df77391d45f71157.css b/docs/styles.df77391d45f71157.css new file mode 100644 index 00000000..f2d03ec8 --- /dev/null +++ b/docs/styles.df77391d45f71157.css @@ -0,0 +1,5 @@ +.jse-theme-dark{--jse-theme: dark;--jse-theme-color: #2f6dd0;--jse-theme-color-highlight: #467cd2;--jse-background-color: #1e1e1e;--jse-text-color: #d4d4d4;--jse-text-color-inverse: #4d4d4d;--jse-main-border: 1px solid #4f4f4f;--jse-menu-color: #fff;--jse-modal-background: #2f2f2f;--jse-modal-overlay-background: rgba(0, 0, 0, .5);--jse-modal-code-background: #2f2f2f;--jse-tooltip-color: var(--jse-text-color);--jse-tooltip-background: #4b4b4b;--jse-tooltip-border: 1px solid #737373;--jse-tooltip-action-button-color: inherit;--jse-tooltip-action-button-background: #737373;--jse-panel-background: #333333;--jse-panel-background-border: 1px solid #464646;--jse-panel-color: var(--jse-text-color);--jse-panel-color-readonly: #737373;--jse-panel-border: 1px solid #3c3c3c;--jse-panel-button-color-highlight: #e5e5e5;--jse-panel-button-background-highlight: #464646;--jse-navigation-bar-background: #656565;--jse-navigation-bar-background-highlight: #7e7e7e;--jse-navigation-bar-dropdown-color: var(--jse-text-color);--jse-context-menu-background: #4b4b4b;--jse-context-menu-background-highlight: #595959;--jse-context-menu-separator-color: #595959;--jse-context-menu-color: var(--jse-text-color);--jse-context-menu-pointer-background: #737373;--jse-context-menu-pointer-background-highlight: #818181;--jse-context-menu-pointer-color: var(--jse-context-menu-color);--jse-key-color: #9cdcfe;--jse-value-color: var(--jse-text-color);--jse-value-color-number: #b5cea8;--jse-value-color-boolean: #569cd6;--jse-value-color-null: #569cd6;--jse-value-color-string: #ce9178;--jse-value-color-url: #ce9178;--jse-delimiter-color: #949494;--jse-edit-outline: 2px solid var(--jse-text-color);--jse-selection-background-color: #464646;--jse-selection-background-inactive-color: #333333;--jse-hover-background-color: #343434;--jse-active-line-background-color: rgba(255, 255, 255, .06);--jse-search-match-background-color: #343434;--jse-collapsed-items-background-color: #333333;--jse-collapsed-items-selected-background-color: #565656;--jse-collapsed-items-link-color: #b2b2b2;--jse-collapsed-items-link-color-highlight: #ec8477;--jse-search-match-color: #724c27;--jse-search-match-outline: 1px solid #966535;--jse-search-match-active-color: #9f6c39;--jse-search-match-active-outline: 1px solid #bb7f43;--jse-tag-background: #444444;--jse-tag-color: #bdbdbd;--jse-table-header-background: #333333;--jse-table-header-background-highlight: #424242;--jse-table-row-odd-background: rgba(255, 255, 255, .1);--jse-input-background: #3d3d3d;--jse-input-border: var(--jse-main-border);--jse-button-background: #808080;--jse-button-background-highlight: #7a7a7a;--jse-button-color: #e0e0e0;--jse-button-secondary-background: #494949;--jse-button-secondary-background-highlight: #5d5d5d;--jse-button-secondary-background-disabled: #9d9d9d;--jse-button-secondary-color: var(--jse-text-color);--jse-a-color: #55abff;--jse-a-color-highlight: #4387c9;--jse-svelte-select-background: #3d3d3d;--jse-svelte-select-border: 1px solid #4f4f4f;--list-background: #3d3d3d;--item-hover-bg: #505050;--multi-item-bg: #5b5b5b;--input-color: #d4d4d4;--multi-clear-bg: #8a8a8a;--multi-item-clear-icon-color: #d4d4d4;--multi-item-outline: 1px solid #696969;--list-shadow: 0 2px 8px 0 rgba(0, 0, 0, .4);--jse-color-picker-background: #656565;--jse-color-picker-border-box-shadow: #8c8c8c 0 0 0 1px}/*! + * Bootstrap Icons v1.11.2 (https://icons.getbootstrap.com/) + * Copyright 2019-2023 The Bootstrap Authors + * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) + */@font-face{font-display:block;font-family:bootstrap-icons;src:url(bootstrap-icons.a0e283a44c6f3530.woff2?7141511ac37f13e1a387fb9fc6646256) format("woff2"),url(bootstrap-icons.0b6b73b0fd96e41b.woff?7141511ac37f13e1a387fb9fc6646256) format("woff")}.bi:before,[class*=" bi-"]:before,[class^=bi-]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:"\f67f"}.bi-alarm-fill:before{content:"\f101"}.bi-alarm:before{content:"\f102"}.bi-align-bottom:before{content:"\f103"}.bi-align-center:before{content:"\f104"}.bi-align-end:before{content:"\f105"}.bi-align-middle:before{content:"\f106"}.bi-align-start:before{content:"\f107"}.bi-align-top:before{content:"\f108"}.bi-alt:before{content:"\f109"}.bi-app-indicator:before{content:"\f10a"}.bi-app:before{content:"\f10b"}.bi-archive-fill:before{content:"\f10c"}.bi-archive:before{content:"\f10d"}.bi-arrow-90deg-down:before{content:"\f10e"}.bi-arrow-90deg-left:before{content:"\f10f"}.bi-arrow-90deg-right:before{content:"\f110"}.bi-arrow-90deg-up:before{content:"\f111"}.bi-arrow-bar-down:before{content:"\f112"}.bi-arrow-bar-left:before{content:"\f113"}.bi-arrow-bar-right:before{content:"\f114"}.bi-arrow-bar-up:before{content:"\f115"}.bi-arrow-clockwise:before{content:"\f116"}.bi-arrow-counterclockwise:before{content:"\f117"}.bi-arrow-down-circle-fill:before{content:"\f118"}.bi-arrow-down-circle:before{content:"\f119"}.bi-arrow-down-left-circle-fill:before{content:"\f11a"}.bi-arrow-down-left-circle:before{content:"\f11b"}.bi-arrow-down-left-square-fill:before{content:"\f11c"}.bi-arrow-down-left-square:before{content:"\f11d"}.bi-arrow-down-left:before{content:"\f11e"}.bi-arrow-down-right-circle-fill:before{content:"\f11f"}.bi-arrow-down-right-circle:before{content:"\f120"}.bi-arrow-down-right-square-fill:before{content:"\f121"}.bi-arrow-down-right-square:before{content:"\f122"}.bi-arrow-down-right:before{content:"\f123"}.bi-arrow-down-short:before{content:"\f124"}.bi-arrow-down-square-fill:before{content:"\f125"}.bi-arrow-down-square:before{content:"\f126"}.bi-arrow-down-up:before{content:"\f127"}.bi-arrow-down:before{content:"\f128"}.bi-arrow-left-circle-fill:before{content:"\f129"}.bi-arrow-left-circle:before{content:"\f12a"}.bi-arrow-left-right:before{content:"\f12b"}.bi-arrow-left-short:before{content:"\f12c"}.bi-arrow-left-square-fill:before{content:"\f12d"}.bi-arrow-left-square:before{content:"\f12e"}.bi-arrow-left:before{content:"\f12f"}.bi-arrow-repeat:before{content:"\f130"}.bi-arrow-return-left:before{content:"\f131"}.bi-arrow-return-right:before{content:"\f132"}.bi-arrow-right-circle-fill:before{content:"\f133"}.bi-arrow-right-circle:before{content:"\f134"}.bi-arrow-right-short:before{content:"\f135"}.bi-arrow-right-square-fill:before{content:"\f136"}.bi-arrow-right-square:before{content:"\f137"}.bi-arrow-right:before{content:"\f138"}.bi-arrow-up-circle-fill:before{content:"\f139"}.bi-arrow-up-circle:before{content:"\f13a"}.bi-arrow-up-left-circle-fill:before{content:"\f13b"}.bi-arrow-up-left-circle:before{content:"\f13c"}.bi-arrow-up-left-square-fill:before{content:"\f13d"}.bi-arrow-up-left-square:before{content:"\f13e"}.bi-arrow-up-left:before{content:"\f13f"}.bi-arrow-up-right-circle-fill:before{content:"\f140"}.bi-arrow-up-right-circle:before{content:"\f141"}.bi-arrow-up-right-square-fill:before{content:"\f142"}.bi-arrow-up-right-square:before{content:"\f143"}.bi-arrow-up-right:before{content:"\f144"}.bi-arrow-up-short:before{content:"\f145"}.bi-arrow-up-square-fill:before{content:"\f146"}.bi-arrow-up-square:before{content:"\f147"}.bi-arrow-up:before{content:"\f148"}.bi-arrows-angle-contract:before{content:"\f149"}.bi-arrows-angle-expand:before{content:"\f14a"}.bi-arrows-collapse:before{content:"\f14b"}.bi-arrows-expand:before{content:"\f14c"}.bi-arrows-fullscreen:before{content:"\f14d"}.bi-arrows-move:before{content:"\f14e"}.bi-aspect-ratio-fill:before{content:"\f14f"}.bi-aspect-ratio:before{content:"\f150"}.bi-asterisk:before{content:"\f151"}.bi-at:before{content:"\f152"}.bi-award-fill:before{content:"\f153"}.bi-award:before{content:"\f154"}.bi-back:before{content:"\f155"}.bi-backspace-fill:before{content:"\f156"}.bi-backspace-reverse-fill:before{content:"\f157"}.bi-backspace-reverse:before{content:"\f158"}.bi-backspace:before{content:"\f159"}.bi-badge-3d-fill:before{content:"\f15a"}.bi-badge-3d:before{content:"\f15b"}.bi-badge-4k-fill:before{content:"\f15c"}.bi-badge-4k:before{content:"\f15d"}.bi-badge-8k-fill:before{content:"\f15e"}.bi-badge-8k:before{content:"\f15f"}.bi-badge-ad-fill:before{content:"\f160"}.bi-badge-ad:before{content:"\f161"}.bi-badge-ar-fill:before{content:"\f162"}.bi-badge-ar:before{content:"\f163"}.bi-badge-cc-fill:before{content:"\f164"}.bi-badge-cc:before{content:"\f165"}.bi-badge-hd-fill:before{content:"\f166"}.bi-badge-hd:before{content:"\f167"}.bi-badge-tm-fill:before{content:"\f168"}.bi-badge-tm:before{content:"\f169"}.bi-badge-vo-fill:before{content:"\f16a"}.bi-badge-vo:before{content:"\f16b"}.bi-badge-vr-fill:before{content:"\f16c"}.bi-badge-vr:before{content:"\f16d"}.bi-badge-wc-fill:before{content:"\f16e"}.bi-badge-wc:before{content:"\f16f"}.bi-bag-check-fill:before{content:"\f170"}.bi-bag-check:before{content:"\f171"}.bi-bag-dash-fill:before{content:"\f172"}.bi-bag-dash:before{content:"\f173"}.bi-bag-fill:before{content:"\f174"}.bi-bag-plus-fill:before{content:"\f175"}.bi-bag-plus:before{content:"\f176"}.bi-bag-x-fill:before{content:"\f177"}.bi-bag-x:before{content:"\f178"}.bi-bag:before{content:"\f179"}.bi-bar-chart-fill:before{content:"\f17a"}.bi-bar-chart-line-fill:before{content:"\f17b"}.bi-bar-chart-line:before{content:"\f17c"}.bi-bar-chart-steps:before{content:"\f17d"}.bi-bar-chart:before{content:"\f17e"}.bi-basket-fill:before{content:"\f17f"}.bi-basket:before{content:"\f180"}.bi-basket2-fill:before{content:"\f181"}.bi-basket2:before{content:"\f182"}.bi-basket3-fill:before{content:"\f183"}.bi-basket3:before{content:"\f184"}.bi-battery-charging:before{content:"\f185"}.bi-battery-full:before{content:"\f186"}.bi-battery-half:before{content:"\f187"}.bi-battery:before{content:"\f188"}.bi-bell-fill:before{content:"\f189"}.bi-bell:before{content:"\f18a"}.bi-bezier:before{content:"\f18b"}.bi-bezier2:before{content:"\f18c"}.bi-bicycle:before{content:"\f18d"}.bi-binoculars-fill:before{content:"\f18e"}.bi-binoculars:before{content:"\f18f"}.bi-blockquote-left:before{content:"\f190"}.bi-blockquote-right:before{content:"\f191"}.bi-book-fill:before{content:"\f192"}.bi-book-half:before{content:"\f193"}.bi-book:before{content:"\f194"}.bi-bookmark-check-fill:before{content:"\f195"}.bi-bookmark-check:before{content:"\f196"}.bi-bookmark-dash-fill:before{content:"\f197"}.bi-bookmark-dash:before{content:"\f198"}.bi-bookmark-fill:before{content:"\f199"}.bi-bookmark-heart-fill:before{content:"\f19a"}.bi-bookmark-heart:before{content:"\f19b"}.bi-bookmark-plus-fill:before{content:"\f19c"}.bi-bookmark-plus:before{content:"\f19d"}.bi-bookmark-star-fill:before{content:"\f19e"}.bi-bookmark-star:before{content:"\f19f"}.bi-bookmark-x-fill:before{content:"\f1a0"}.bi-bookmark-x:before{content:"\f1a1"}.bi-bookmark:before{content:"\f1a2"}.bi-bookmarks-fill:before{content:"\f1a3"}.bi-bookmarks:before{content:"\f1a4"}.bi-bookshelf:before{content:"\f1a5"}.bi-bootstrap-fill:before{content:"\f1a6"}.bi-bootstrap-reboot:before{content:"\f1a7"}.bi-bootstrap:before{content:"\f1a8"}.bi-border-all:before{content:"\f1a9"}.bi-border-bottom:before{content:"\f1aa"}.bi-border-center:before{content:"\f1ab"}.bi-border-inner:before{content:"\f1ac"}.bi-border-left:before{content:"\f1ad"}.bi-border-middle:before{content:"\f1ae"}.bi-border-outer:before{content:"\f1af"}.bi-border-right:before{content:"\f1b0"}.bi-border-style:before{content:"\f1b1"}.bi-border-top:before{content:"\f1b2"}.bi-border-width:before{content:"\f1b3"}.bi-border:before{content:"\f1b4"}.bi-bounding-box-circles:before{content:"\f1b5"}.bi-bounding-box:before{content:"\f1b6"}.bi-box-arrow-down-left:before{content:"\f1b7"}.bi-box-arrow-down-right:before{content:"\f1b8"}.bi-box-arrow-down:before{content:"\f1b9"}.bi-box-arrow-in-down-left:before{content:"\f1ba"}.bi-box-arrow-in-down-right:before{content:"\f1bb"}.bi-box-arrow-in-down:before{content:"\f1bc"}.bi-box-arrow-in-left:before{content:"\f1bd"}.bi-box-arrow-in-right:before{content:"\f1be"}.bi-box-arrow-in-up-left:before{content:"\f1bf"}.bi-box-arrow-in-up-right:before{content:"\f1c0"}.bi-box-arrow-in-up:before{content:"\f1c1"}.bi-box-arrow-left:before{content:"\f1c2"}.bi-box-arrow-right:before{content:"\f1c3"}.bi-box-arrow-up-left:before{content:"\f1c4"}.bi-box-arrow-up-right:before{content:"\f1c5"}.bi-box-arrow-up:before{content:"\f1c6"}.bi-box-seam:before{content:"\f1c7"}.bi-box:before{content:"\f1c8"}.bi-braces:before{content:"\f1c9"}.bi-bricks:before{content:"\f1ca"}.bi-briefcase-fill:before{content:"\f1cb"}.bi-briefcase:before{content:"\f1cc"}.bi-brightness-alt-high-fill:before{content:"\f1cd"}.bi-brightness-alt-high:before{content:"\f1ce"}.bi-brightness-alt-low-fill:before{content:"\f1cf"}.bi-brightness-alt-low:before{content:"\f1d0"}.bi-brightness-high-fill:before{content:"\f1d1"}.bi-brightness-high:before{content:"\f1d2"}.bi-brightness-low-fill:before{content:"\f1d3"}.bi-brightness-low:before{content:"\f1d4"}.bi-broadcast-pin:before{content:"\f1d5"}.bi-broadcast:before{content:"\f1d6"}.bi-brush-fill:before{content:"\f1d7"}.bi-brush:before{content:"\f1d8"}.bi-bucket-fill:before{content:"\f1d9"}.bi-bucket:before{content:"\f1da"}.bi-bug-fill:before{content:"\f1db"}.bi-bug:before{content:"\f1dc"}.bi-building:before{content:"\f1dd"}.bi-bullseye:before{content:"\f1de"}.bi-calculator-fill:before{content:"\f1df"}.bi-calculator:before{content:"\f1e0"}.bi-calendar-check-fill:before{content:"\f1e1"}.bi-calendar-check:before{content:"\f1e2"}.bi-calendar-date-fill:before{content:"\f1e3"}.bi-calendar-date:before{content:"\f1e4"}.bi-calendar-day-fill:before{content:"\f1e5"}.bi-calendar-day:before{content:"\f1e6"}.bi-calendar-event-fill:before{content:"\f1e7"}.bi-calendar-event:before{content:"\f1e8"}.bi-calendar-fill:before{content:"\f1e9"}.bi-calendar-minus-fill:before{content:"\f1ea"}.bi-calendar-minus:before{content:"\f1eb"}.bi-calendar-month-fill:before{content:"\f1ec"}.bi-calendar-month:before{content:"\f1ed"}.bi-calendar-plus-fill:before{content:"\f1ee"}.bi-calendar-plus:before{content:"\f1ef"}.bi-calendar-range-fill:before{content:"\f1f0"}.bi-calendar-range:before{content:"\f1f1"}.bi-calendar-week-fill:before{content:"\f1f2"}.bi-calendar-week:before{content:"\f1f3"}.bi-calendar-x-fill:before{content:"\f1f4"}.bi-calendar-x:before{content:"\f1f5"}.bi-calendar:before{content:"\f1f6"}.bi-calendar2-check-fill:before{content:"\f1f7"}.bi-calendar2-check:before{content:"\f1f8"}.bi-calendar2-date-fill:before{content:"\f1f9"}.bi-calendar2-date:before{content:"\f1fa"}.bi-calendar2-day-fill:before{content:"\f1fb"}.bi-calendar2-day:before{content:"\f1fc"}.bi-calendar2-event-fill:before{content:"\f1fd"}.bi-calendar2-event:before{content:"\f1fe"}.bi-calendar2-fill:before{content:"\f1ff"}.bi-calendar2-minus-fill:before{content:"\f200"}.bi-calendar2-minus:before{content:"\f201"}.bi-calendar2-month-fill:before{content:"\f202"}.bi-calendar2-month:before{content:"\f203"}.bi-calendar2-plus-fill:before{content:"\f204"}.bi-calendar2-plus:before{content:"\f205"}.bi-calendar2-range-fill:before{content:"\f206"}.bi-calendar2-range:before{content:"\f207"}.bi-calendar2-week-fill:before{content:"\f208"}.bi-calendar2-week:before{content:"\f209"}.bi-calendar2-x-fill:before{content:"\f20a"}.bi-calendar2-x:before{content:"\f20b"}.bi-calendar2:before{content:"\f20c"}.bi-calendar3-event-fill:before{content:"\f20d"}.bi-calendar3-event:before{content:"\f20e"}.bi-calendar3-fill:before{content:"\f20f"}.bi-calendar3-range-fill:before{content:"\f210"}.bi-calendar3-range:before{content:"\f211"}.bi-calendar3-week-fill:before{content:"\f212"}.bi-calendar3-week:before{content:"\f213"}.bi-calendar3:before{content:"\f214"}.bi-calendar4-event:before{content:"\f215"}.bi-calendar4-range:before{content:"\f216"}.bi-calendar4-week:before{content:"\f217"}.bi-calendar4:before{content:"\f218"}.bi-camera-fill:before{content:"\f219"}.bi-camera-reels-fill:before{content:"\f21a"}.bi-camera-reels:before{content:"\f21b"}.bi-camera-video-fill:before{content:"\f21c"}.bi-camera-video-off-fill:before{content:"\f21d"}.bi-camera-video-off:before{content:"\f21e"}.bi-camera-video:before{content:"\f21f"}.bi-camera:before{content:"\f220"}.bi-camera2:before{content:"\f221"}.bi-capslock-fill:before{content:"\f222"}.bi-capslock:before{content:"\f223"}.bi-card-checklist:before{content:"\f224"}.bi-card-heading:before{content:"\f225"}.bi-card-image:before{content:"\f226"}.bi-card-list:before{content:"\f227"}.bi-card-text:before{content:"\f228"}.bi-caret-down-fill:before{content:"\f229"}.bi-caret-down-square-fill:before{content:"\f22a"}.bi-caret-down-square:before{content:"\f22b"}.bi-caret-down:before{content:"\f22c"}.bi-caret-left-fill:before{content:"\f22d"}.bi-caret-left-square-fill:before{content:"\f22e"}.bi-caret-left-square:before{content:"\f22f"}.bi-caret-left:before{content:"\f230"}.bi-caret-right-fill:before{content:"\f231"}.bi-caret-right-square-fill:before{content:"\f232"}.bi-caret-right-square:before{content:"\f233"}.bi-caret-right:before{content:"\f234"}.bi-caret-up-fill:before{content:"\f235"}.bi-caret-up-square-fill:before{content:"\f236"}.bi-caret-up-square:before{content:"\f237"}.bi-caret-up:before{content:"\f238"}.bi-cart-check-fill:before{content:"\f239"}.bi-cart-check:before{content:"\f23a"}.bi-cart-dash-fill:before{content:"\f23b"}.bi-cart-dash:before{content:"\f23c"}.bi-cart-fill:before{content:"\f23d"}.bi-cart-plus-fill:before{content:"\f23e"}.bi-cart-plus:before{content:"\f23f"}.bi-cart-x-fill:before{content:"\f240"}.bi-cart-x:before{content:"\f241"}.bi-cart:before{content:"\f242"}.bi-cart2:before{content:"\f243"}.bi-cart3:before{content:"\f244"}.bi-cart4:before{content:"\f245"}.bi-cash-stack:before{content:"\f246"}.bi-cash:before{content:"\f247"}.bi-cast:before{content:"\f248"}.bi-chat-dots-fill:before{content:"\f249"}.bi-chat-dots:before{content:"\f24a"}.bi-chat-fill:before{content:"\f24b"}.bi-chat-left-dots-fill:before{content:"\f24c"}.bi-chat-left-dots:before{content:"\f24d"}.bi-chat-left-fill:before{content:"\f24e"}.bi-chat-left-quote-fill:before{content:"\f24f"}.bi-chat-left-quote:before{content:"\f250"}.bi-chat-left-text-fill:before{content:"\f251"}.bi-chat-left-text:before{content:"\f252"}.bi-chat-left:before{content:"\f253"}.bi-chat-quote-fill:before{content:"\f254"}.bi-chat-quote:before{content:"\f255"}.bi-chat-right-dots-fill:before{content:"\f256"}.bi-chat-right-dots:before{content:"\f257"}.bi-chat-right-fill:before{content:"\f258"}.bi-chat-right-quote-fill:before{content:"\f259"}.bi-chat-right-quote:before{content:"\f25a"}.bi-chat-right-text-fill:before{content:"\f25b"}.bi-chat-right-text:before{content:"\f25c"}.bi-chat-right:before{content:"\f25d"}.bi-chat-square-dots-fill:before{content:"\f25e"}.bi-chat-square-dots:before{content:"\f25f"}.bi-chat-square-fill:before{content:"\f260"}.bi-chat-square-quote-fill:before{content:"\f261"}.bi-chat-square-quote:before{content:"\f262"}.bi-chat-square-text-fill:before{content:"\f263"}.bi-chat-square-text:before{content:"\f264"}.bi-chat-square:before{content:"\f265"}.bi-chat-text-fill:before{content:"\f266"}.bi-chat-text:before{content:"\f267"}.bi-chat:before{content:"\f268"}.bi-check-all:before{content:"\f269"}.bi-check-circle-fill:before{content:"\f26a"}.bi-check-circle:before{content:"\f26b"}.bi-check-square-fill:before{content:"\f26c"}.bi-check-square:before{content:"\f26d"}.bi-check:before{content:"\f26e"}.bi-check2-all:before{content:"\f26f"}.bi-check2-circle:before{content:"\f270"}.bi-check2-square:before{content:"\f271"}.bi-check2:before{content:"\f272"}.bi-chevron-bar-contract:before{content:"\f273"}.bi-chevron-bar-down:before{content:"\f274"}.bi-chevron-bar-expand:before{content:"\f275"}.bi-chevron-bar-left:before{content:"\f276"}.bi-chevron-bar-right:before{content:"\f277"}.bi-chevron-bar-up:before{content:"\f278"}.bi-chevron-compact-down:before{content:"\f279"}.bi-chevron-compact-left:before{content:"\f27a"}.bi-chevron-compact-right:before{content:"\f27b"}.bi-chevron-compact-up:before{content:"\f27c"}.bi-chevron-contract:before{content:"\f27d"}.bi-chevron-double-down:before{content:"\f27e"}.bi-chevron-double-left:before{content:"\f27f"}.bi-chevron-double-right:before{content:"\f280"}.bi-chevron-double-up:before{content:"\f281"}.bi-chevron-down:before{content:"\f282"}.bi-chevron-expand:before{content:"\f283"}.bi-chevron-left:before{content:"\f284"}.bi-chevron-right:before{content:"\f285"}.bi-chevron-up:before{content:"\f286"}.bi-circle-fill:before{content:"\f287"}.bi-circle-half:before{content:"\f288"}.bi-circle-square:before{content:"\f289"}.bi-circle:before{content:"\f28a"}.bi-clipboard-check:before{content:"\f28b"}.bi-clipboard-data:before{content:"\f28c"}.bi-clipboard-minus:before{content:"\f28d"}.bi-clipboard-plus:before{content:"\f28e"}.bi-clipboard-x:before{content:"\f28f"}.bi-clipboard:before{content:"\f290"}.bi-clock-fill:before{content:"\f291"}.bi-clock-history:before{content:"\f292"}.bi-clock:before{content:"\f293"}.bi-cloud-arrow-down-fill:before{content:"\f294"}.bi-cloud-arrow-down:before{content:"\f295"}.bi-cloud-arrow-up-fill:before{content:"\f296"}.bi-cloud-arrow-up:before{content:"\f297"}.bi-cloud-check-fill:before{content:"\f298"}.bi-cloud-check:before{content:"\f299"}.bi-cloud-download-fill:before{content:"\f29a"}.bi-cloud-download:before{content:"\f29b"}.bi-cloud-drizzle-fill:before{content:"\f29c"}.bi-cloud-drizzle:before{content:"\f29d"}.bi-cloud-fill:before{content:"\f29e"}.bi-cloud-fog-fill:before{content:"\f29f"}.bi-cloud-fog:before{content:"\f2a0"}.bi-cloud-fog2-fill:before{content:"\f2a1"}.bi-cloud-fog2:before{content:"\f2a2"}.bi-cloud-hail-fill:before{content:"\f2a3"}.bi-cloud-hail:before{content:"\f2a4"}.bi-cloud-haze-fill:before{content:"\f2a6"}.bi-cloud-haze:before{content:"\f2a7"}.bi-cloud-haze2-fill:before{content:"\f2a8"}.bi-cloud-lightning-fill:before{content:"\f2a9"}.bi-cloud-lightning-rain-fill:before{content:"\f2aa"}.bi-cloud-lightning-rain:before{content:"\f2ab"}.bi-cloud-lightning:before{content:"\f2ac"}.bi-cloud-minus-fill:before{content:"\f2ad"}.bi-cloud-minus:before{content:"\f2ae"}.bi-cloud-moon-fill:before{content:"\f2af"}.bi-cloud-moon:before{content:"\f2b0"}.bi-cloud-plus-fill:before{content:"\f2b1"}.bi-cloud-plus:before{content:"\f2b2"}.bi-cloud-rain-fill:before{content:"\f2b3"}.bi-cloud-rain-heavy-fill:before{content:"\f2b4"}.bi-cloud-rain-heavy:before{content:"\f2b5"}.bi-cloud-rain:before{content:"\f2b6"}.bi-cloud-slash-fill:before{content:"\f2b7"}.bi-cloud-slash:before{content:"\f2b8"}.bi-cloud-sleet-fill:before{content:"\f2b9"}.bi-cloud-sleet:before{content:"\f2ba"}.bi-cloud-snow-fill:before{content:"\f2bb"}.bi-cloud-snow:before{content:"\f2bc"}.bi-cloud-sun-fill:before{content:"\f2bd"}.bi-cloud-sun:before{content:"\f2be"}.bi-cloud-upload-fill:before{content:"\f2bf"}.bi-cloud-upload:before{content:"\f2c0"}.bi-cloud:before{content:"\f2c1"}.bi-clouds-fill:before{content:"\f2c2"}.bi-clouds:before{content:"\f2c3"}.bi-cloudy-fill:before{content:"\f2c4"}.bi-cloudy:before{content:"\f2c5"}.bi-code-slash:before{content:"\f2c6"}.bi-code-square:before{content:"\f2c7"}.bi-code:before{content:"\f2c8"}.bi-collection-fill:before{content:"\f2c9"}.bi-collection-play-fill:before{content:"\f2ca"}.bi-collection-play:before{content:"\f2cb"}.bi-collection:before{content:"\f2cc"}.bi-columns-gap:before{content:"\f2cd"}.bi-columns:before{content:"\f2ce"}.bi-command:before{content:"\f2cf"}.bi-compass-fill:before{content:"\f2d0"}.bi-compass:before{content:"\f2d1"}.bi-cone-striped:before{content:"\f2d2"}.bi-cone:before{content:"\f2d3"}.bi-controller:before{content:"\f2d4"}.bi-cpu-fill:before{content:"\f2d5"}.bi-cpu:before{content:"\f2d6"}.bi-credit-card-2-back-fill:before{content:"\f2d7"}.bi-credit-card-2-back:before{content:"\f2d8"}.bi-credit-card-2-front-fill:before{content:"\f2d9"}.bi-credit-card-2-front:before{content:"\f2da"}.bi-credit-card-fill:before{content:"\f2db"}.bi-credit-card:before{content:"\f2dc"}.bi-crop:before{content:"\f2dd"}.bi-cup-fill:before{content:"\f2de"}.bi-cup-straw:before{content:"\f2df"}.bi-cup:before{content:"\f2e0"}.bi-cursor-fill:before{content:"\f2e1"}.bi-cursor-text:before{content:"\f2e2"}.bi-cursor:before{content:"\f2e3"}.bi-dash-circle-dotted:before{content:"\f2e4"}.bi-dash-circle-fill:before{content:"\f2e5"}.bi-dash-circle:before{content:"\f2e6"}.bi-dash-square-dotted:before{content:"\f2e7"}.bi-dash-square-fill:before{content:"\f2e8"}.bi-dash-square:before{content:"\f2e9"}.bi-dash:before{content:"\f2ea"}.bi-diagram-2-fill:before{content:"\f2eb"}.bi-diagram-2:before{content:"\f2ec"}.bi-diagram-3-fill:before{content:"\f2ed"}.bi-diagram-3:before{content:"\f2ee"}.bi-diamond-fill:before{content:"\f2ef"}.bi-diamond-half:before{content:"\f2f0"}.bi-diamond:before{content:"\f2f1"}.bi-dice-1-fill:before{content:"\f2f2"}.bi-dice-1:before{content:"\f2f3"}.bi-dice-2-fill:before{content:"\f2f4"}.bi-dice-2:before{content:"\f2f5"}.bi-dice-3-fill:before{content:"\f2f6"}.bi-dice-3:before{content:"\f2f7"}.bi-dice-4-fill:before{content:"\f2f8"}.bi-dice-4:before{content:"\f2f9"}.bi-dice-5-fill:before{content:"\f2fa"}.bi-dice-5:before{content:"\f2fb"}.bi-dice-6-fill:before{content:"\f2fc"}.bi-dice-6:before{content:"\f2fd"}.bi-disc-fill:before{content:"\f2fe"}.bi-disc:before{content:"\f2ff"}.bi-discord:before{content:"\f300"}.bi-display-fill:before{content:"\f301"}.bi-display:before{content:"\f302"}.bi-distribute-horizontal:before{content:"\f303"}.bi-distribute-vertical:before{content:"\f304"}.bi-door-closed-fill:before{content:"\f305"}.bi-door-closed:before{content:"\f306"}.bi-door-open-fill:before{content:"\f307"}.bi-door-open:before{content:"\f308"}.bi-dot:before{content:"\f309"}.bi-download:before{content:"\f30a"}.bi-droplet-fill:before{content:"\f30b"}.bi-droplet-half:before{content:"\f30c"}.bi-droplet:before{content:"\f30d"}.bi-earbuds:before{content:"\f30e"}.bi-easel-fill:before{content:"\f30f"}.bi-easel:before{content:"\f310"}.bi-egg-fill:before{content:"\f311"}.bi-egg-fried:before{content:"\f312"}.bi-egg:before{content:"\f313"}.bi-eject-fill:before{content:"\f314"}.bi-eject:before{content:"\f315"}.bi-emoji-angry-fill:before{content:"\f316"}.bi-emoji-angry:before{content:"\f317"}.bi-emoji-dizzy-fill:before{content:"\f318"}.bi-emoji-dizzy:before{content:"\f319"}.bi-emoji-expressionless-fill:before{content:"\f31a"}.bi-emoji-expressionless:before{content:"\f31b"}.bi-emoji-frown-fill:before{content:"\f31c"}.bi-emoji-frown:before{content:"\f31d"}.bi-emoji-heart-eyes-fill:before{content:"\f31e"}.bi-emoji-heart-eyes:before{content:"\f31f"}.bi-emoji-laughing-fill:before{content:"\f320"}.bi-emoji-laughing:before{content:"\f321"}.bi-emoji-neutral-fill:before{content:"\f322"}.bi-emoji-neutral:before{content:"\f323"}.bi-emoji-smile-fill:before{content:"\f324"}.bi-emoji-smile-upside-down-fill:before{content:"\f325"}.bi-emoji-smile-upside-down:before{content:"\f326"}.bi-emoji-smile:before{content:"\f327"}.bi-emoji-sunglasses-fill:before{content:"\f328"}.bi-emoji-sunglasses:before{content:"\f329"}.bi-emoji-wink-fill:before{content:"\f32a"}.bi-emoji-wink:before{content:"\f32b"}.bi-envelope-fill:before{content:"\f32c"}.bi-envelope-open-fill:before{content:"\f32d"}.bi-envelope-open:before{content:"\f32e"}.bi-envelope:before{content:"\f32f"}.bi-eraser-fill:before{content:"\f330"}.bi-eraser:before{content:"\f331"}.bi-exclamation-circle-fill:before{content:"\f332"}.bi-exclamation-circle:before{content:"\f333"}.bi-exclamation-diamond-fill:before{content:"\f334"}.bi-exclamation-diamond:before{content:"\f335"}.bi-exclamation-octagon-fill:before{content:"\f336"}.bi-exclamation-octagon:before{content:"\f337"}.bi-exclamation-square-fill:before{content:"\f338"}.bi-exclamation-square:before{content:"\f339"}.bi-exclamation-triangle-fill:before{content:"\f33a"}.bi-exclamation-triangle:before{content:"\f33b"}.bi-exclamation:before{content:"\f33c"}.bi-exclude:before{content:"\f33d"}.bi-eye-fill:before{content:"\f33e"}.bi-eye-slash-fill:before{content:"\f33f"}.bi-eye-slash:before{content:"\f340"}.bi-eye:before{content:"\f341"}.bi-eyedropper:before{content:"\f342"}.bi-eyeglasses:before{content:"\f343"}.bi-facebook:before{content:"\f344"}.bi-file-arrow-down-fill:before{content:"\f345"}.bi-file-arrow-down:before{content:"\f346"}.bi-file-arrow-up-fill:before{content:"\f347"}.bi-file-arrow-up:before{content:"\f348"}.bi-file-bar-graph-fill:before{content:"\f349"}.bi-file-bar-graph:before{content:"\f34a"}.bi-file-binary-fill:before{content:"\f34b"}.bi-file-binary:before{content:"\f34c"}.bi-file-break-fill:before{content:"\f34d"}.bi-file-break:before{content:"\f34e"}.bi-file-check-fill:before{content:"\f34f"}.bi-file-check:before{content:"\f350"}.bi-file-code-fill:before{content:"\f351"}.bi-file-code:before{content:"\f352"}.bi-file-diff-fill:before{content:"\f353"}.bi-file-diff:before{content:"\f354"}.bi-file-earmark-arrow-down-fill:before{content:"\f355"}.bi-file-earmark-arrow-down:before{content:"\f356"}.bi-file-earmark-arrow-up-fill:before{content:"\f357"}.bi-file-earmark-arrow-up:before{content:"\f358"}.bi-file-earmark-bar-graph-fill:before{content:"\f359"}.bi-file-earmark-bar-graph:before{content:"\f35a"}.bi-file-earmark-binary-fill:before{content:"\f35b"}.bi-file-earmark-binary:before{content:"\f35c"}.bi-file-earmark-break-fill:before{content:"\f35d"}.bi-file-earmark-break:before{content:"\f35e"}.bi-file-earmark-check-fill:before{content:"\f35f"}.bi-file-earmark-check:before{content:"\f360"}.bi-file-earmark-code-fill:before{content:"\f361"}.bi-file-earmark-code:before{content:"\f362"}.bi-file-earmark-diff-fill:before{content:"\f363"}.bi-file-earmark-diff:before{content:"\f364"}.bi-file-earmark-easel-fill:before{content:"\f365"}.bi-file-earmark-easel:before{content:"\f366"}.bi-file-earmark-excel-fill:before{content:"\f367"}.bi-file-earmark-excel:before{content:"\f368"}.bi-file-earmark-fill:before{content:"\f369"}.bi-file-earmark-font-fill:before{content:"\f36a"}.bi-file-earmark-font:before{content:"\f36b"}.bi-file-earmark-image-fill:before{content:"\f36c"}.bi-file-earmark-image:before{content:"\f36d"}.bi-file-earmark-lock-fill:before{content:"\f36e"}.bi-file-earmark-lock:before{content:"\f36f"}.bi-file-earmark-lock2-fill:before{content:"\f370"}.bi-file-earmark-lock2:before{content:"\f371"}.bi-file-earmark-medical-fill:before{content:"\f372"}.bi-file-earmark-medical:before{content:"\f373"}.bi-file-earmark-minus-fill:before{content:"\f374"}.bi-file-earmark-minus:before{content:"\f375"}.bi-file-earmark-music-fill:before{content:"\f376"}.bi-file-earmark-music:before{content:"\f377"}.bi-file-earmark-person-fill:before{content:"\f378"}.bi-file-earmark-person:before{content:"\f379"}.bi-file-earmark-play-fill:before{content:"\f37a"}.bi-file-earmark-play:before{content:"\f37b"}.bi-file-earmark-plus-fill:before{content:"\f37c"}.bi-file-earmark-plus:before{content:"\f37d"}.bi-file-earmark-post-fill:before{content:"\f37e"}.bi-file-earmark-post:before{content:"\f37f"}.bi-file-earmark-ppt-fill:before{content:"\f380"}.bi-file-earmark-ppt:before{content:"\f381"}.bi-file-earmark-richtext-fill:before{content:"\f382"}.bi-file-earmark-richtext:before{content:"\f383"}.bi-file-earmark-ruled-fill:before{content:"\f384"}.bi-file-earmark-ruled:before{content:"\f385"}.bi-file-earmark-slides-fill:before{content:"\f386"}.bi-file-earmark-slides:before{content:"\f387"}.bi-file-earmark-spreadsheet-fill:before{content:"\f388"}.bi-file-earmark-spreadsheet:before{content:"\f389"}.bi-file-earmark-text-fill:before{content:"\f38a"}.bi-file-earmark-text:before{content:"\f38b"}.bi-file-earmark-word-fill:before{content:"\f38c"}.bi-file-earmark-word:before{content:"\f38d"}.bi-file-earmark-x-fill:before{content:"\f38e"}.bi-file-earmark-x:before{content:"\f38f"}.bi-file-earmark-zip-fill:before{content:"\f390"}.bi-file-earmark-zip:before{content:"\f391"}.bi-file-earmark:before{content:"\f392"}.bi-file-easel-fill:before{content:"\f393"}.bi-file-easel:before{content:"\f394"}.bi-file-excel-fill:before{content:"\f395"}.bi-file-excel:before{content:"\f396"}.bi-file-fill:before{content:"\f397"}.bi-file-font-fill:before{content:"\f398"}.bi-file-font:before{content:"\f399"}.bi-file-image-fill:before{content:"\f39a"}.bi-file-image:before{content:"\f39b"}.bi-file-lock-fill:before{content:"\f39c"}.bi-file-lock:before{content:"\f39d"}.bi-file-lock2-fill:before{content:"\f39e"}.bi-file-lock2:before{content:"\f39f"}.bi-file-medical-fill:before{content:"\f3a0"}.bi-file-medical:before{content:"\f3a1"}.bi-file-minus-fill:before{content:"\f3a2"}.bi-file-minus:before{content:"\f3a3"}.bi-file-music-fill:before{content:"\f3a4"}.bi-file-music:before{content:"\f3a5"}.bi-file-person-fill:before{content:"\f3a6"}.bi-file-person:before{content:"\f3a7"}.bi-file-play-fill:before{content:"\f3a8"}.bi-file-play:before{content:"\f3a9"}.bi-file-plus-fill:before{content:"\f3aa"}.bi-file-plus:before{content:"\f3ab"}.bi-file-post-fill:before{content:"\f3ac"}.bi-file-post:before{content:"\f3ad"}.bi-file-ppt-fill:before{content:"\f3ae"}.bi-file-ppt:before{content:"\f3af"}.bi-file-richtext-fill:before{content:"\f3b0"}.bi-file-richtext:before{content:"\f3b1"}.bi-file-ruled-fill:before{content:"\f3b2"}.bi-file-ruled:before{content:"\f3b3"}.bi-file-slides-fill:before{content:"\f3b4"}.bi-file-slides:before{content:"\f3b5"}.bi-file-spreadsheet-fill:before{content:"\f3b6"}.bi-file-spreadsheet:before{content:"\f3b7"}.bi-file-text-fill:before{content:"\f3b8"}.bi-file-text:before{content:"\f3b9"}.bi-file-word-fill:before{content:"\f3ba"}.bi-file-word:before{content:"\f3bb"}.bi-file-x-fill:before{content:"\f3bc"}.bi-file-x:before{content:"\f3bd"}.bi-file-zip-fill:before{content:"\f3be"}.bi-file-zip:before{content:"\f3bf"}.bi-file:before{content:"\f3c0"}.bi-files-alt:before{content:"\f3c1"}.bi-files:before{content:"\f3c2"}.bi-film:before{content:"\f3c3"}.bi-filter-circle-fill:before{content:"\f3c4"}.bi-filter-circle:before{content:"\f3c5"}.bi-filter-left:before{content:"\f3c6"}.bi-filter-right:before{content:"\f3c7"}.bi-filter-square-fill:before{content:"\f3c8"}.bi-filter-square:before{content:"\f3c9"}.bi-filter:before{content:"\f3ca"}.bi-flag-fill:before{content:"\f3cb"}.bi-flag:before{content:"\f3cc"}.bi-flower1:before{content:"\f3cd"}.bi-flower2:before{content:"\f3ce"}.bi-flower3:before{content:"\f3cf"}.bi-folder-check:before{content:"\f3d0"}.bi-folder-fill:before{content:"\f3d1"}.bi-folder-minus:before{content:"\f3d2"}.bi-folder-plus:before{content:"\f3d3"}.bi-folder-symlink-fill:before{content:"\f3d4"}.bi-folder-symlink:before{content:"\f3d5"}.bi-folder-x:before{content:"\f3d6"}.bi-folder:before{content:"\f3d7"}.bi-folder2-open:before{content:"\f3d8"}.bi-folder2:before{content:"\f3d9"}.bi-fonts:before{content:"\f3da"}.bi-forward-fill:before{content:"\f3db"}.bi-forward:before{content:"\f3dc"}.bi-front:before{content:"\f3dd"}.bi-fullscreen-exit:before{content:"\f3de"}.bi-fullscreen:before{content:"\f3df"}.bi-funnel-fill:before{content:"\f3e0"}.bi-funnel:before{content:"\f3e1"}.bi-gear-fill:before{content:"\f3e2"}.bi-gear-wide-connected:before{content:"\f3e3"}.bi-gear-wide:before{content:"\f3e4"}.bi-gear:before{content:"\f3e5"}.bi-gem:before{content:"\f3e6"}.bi-geo-alt-fill:before{content:"\f3e7"}.bi-geo-alt:before{content:"\f3e8"}.bi-geo-fill:before{content:"\f3e9"}.bi-geo:before{content:"\f3ea"}.bi-gift-fill:before{content:"\f3eb"}.bi-gift:before{content:"\f3ec"}.bi-github:before{content:"\f3ed"}.bi-globe:before{content:"\f3ee"}.bi-globe2:before{content:"\f3ef"}.bi-google:before{content:"\f3f0"}.bi-graph-down:before{content:"\f3f1"}.bi-graph-up:before{content:"\f3f2"}.bi-grid-1x2-fill:before{content:"\f3f3"}.bi-grid-1x2:before{content:"\f3f4"}.bi-grid-3x2-gap-fill:before{content:"\f3f5"}.bi-grid-3x2-gap:before{content:"\f3f6"}.bi-grid-3x2:before{content:"\f3f7"}.bi-grid-3x3-gap-fill:before{content:"\f3f8"}.bi-grid-3x3-gap:before{content:"\f3f9"}.bi-grid-3x3:before{content:"\f3fa"}.bi-grid-fill:before{content:"\f3fb"}.bi-grid:before{content:"\f3fc"}.bi-grip-horizontal:before{content:"\f3fd"}.bi-grip-vertical:before{content:"\f3fe"}.bi-hammer:before{content:"\f3ff"}.bi-hand-index-fill:before{content:"\f400"}.bi-hand-index-thumb-fill:before{content:"\f401"}.bi-hand-index-thumb:before{content:"\f402"}.bi-hand-index:before{content:"\f403"}.bi-hand-thumbs-down-fill:before{content:"\f404"}.bi-hand-thumbs-down:before{content:"\f405"}.bi-hand-thumbs-up-fill:before{content:"\f406"}.bi-hand-thumbs-up:before{content:"\f407"}.bi-handbag-fill:before{content:"\f408"}.bi-handbag:before{content:"\f409"}.bi-hash:before{content:"\f40a"}.bi-hdd-fill:before{content:"\f40b"}.bi-hdd-network-fill:before{content:"\f40c"}.bi-hdd-network:before{content:"\f40d"}.bi-hdd-rack-fill:before{content:"\f40e"}.bi-hdd-rack:before{content:"\f40f"}.bi-hdd-stack-fill:before{content:"\f410"}.bi-hdd-stack:before{content:"\f411"}.bi-hdd:before{content:"\f412"}.bi-headphones:before{content:"\f413"}.bi-headset:before{content:"\f414"}.bi-heart-fill:before{content:"\f415"}.bi-heart-half:before{content:"\f416"}.bi-heart:before{content:"\f417"}.bi-heptagon-fill:before{content:"\f418"}.bi-heptagon-half:before{content:"\f419"}.bi-heptagon:before{content:"\f41a"}.bi-hexagon-fill:before{content:"\f41b"}.bi-hexagon-half:before{content:"\f41c"}.bi-hexagon:before{content:"\f41d"}.bi-hourglass-bottom:before{content:"\f41e"}.bi-hourglass-split:before{content:"\f41f"}.bi-hourglass-top:before{content:"\f420"}.bi-hourglass:before{content:"\f421"}.bi-house-door-fill:before{content:"\f422"}.bi-house-door:before{content:"\f423"}.bi-house-fill:before{content:"\f424"}.bi-house:before{content:"\f425"}.bi-hr:before{content:"\f426"}.bi-hurricane:before{content:"\f427"}.bi-image-alt:before{content:"\f428"}.bi-image-fill:before{content:"\f429"}.bi-image:before{content:"\f42a"}.bi-images:before{content:"\f42b"}.bi-inbox-fill:before{content:"\f42c"}.bi-inbox:before{content:"\f42d"}.bi-inboxes-fill:before{content:"\f42e"}.bi-inboxes:before{content:"\f42f"}.bi-info-circle-fill:before{content:"\f430"}.bi-info-circle:before{content:"\f431"}.bi-info-square-fill:before{content:"\f432"}.bi-info-square:before{content:"\f433"}.bi-info:before{content:"\f434"}.bi-input-cursor-text:before{content:"\f435"}.bi-input-cursor:before{content:"\f436"}.bi-instagram:before{content:"\f437"}.bi-intersect:before{content:"\f438"}.bi-journal-album:before{content:"\f439"}.bi-journal-arrow-down:before{content:"\f43a"}.bi-journal-arrow-up:before{content:"\f43b"}.bi-journal-bookmark-fill:before{content:"\f43c"}.bi-journal-bookmark:before{content:"\f43d"}.bi-journal-check:before{content:"\f43e"}.bi-journal-code:before{content:"\f43f"}.bi-journal-medical:before{content:"\f440"}.bi-journal-minus:before{content:"\f441"}.bi-journal-plus:before{content:"\f442"}.bi-journal-richtext:before{content:"\f443"}.bi-journal-text:before{content:"\f444"}.bi-journal-x:before{content:"\f445"}.bi-journal:before{content:"\f446"}.bi-journals:before{content:"\f447"}.bi-joystick:before{content:"\f448"}.bi-justify-left:before{content:"\f449"}.bi-justify-right:before{content:"\f44a"}.bi-justify:before{content:"\f44b"}.bi-kanban-fill:before{content:"\f44c"}.bi-kanban:before{content:"\f44d"}.bi-key-fill:before{content:"\f44e"}.bi-key:before{content:"\f44f"}.bi-keyboard-fill:before{content:"\f450"}.bi-keyboard:before{content:"\f451"}.bi-ladder:before{content:"\f452"}.bi-lamp-fill:before{content:"\f453"}.bi-lamp:before{content:"\f454"}.bi-laptop-fill:before{content:"\f455"}.bi-laptop:before{content:"\f456"}.bi-layer-backward:before{content:"\f457"}.bi-layer-forward:before{content:"\f458"}.bi-layers-fill:before{content:"\f459"}.bi-layers-half:before{content:"\f45a"}.bi-layers:before{content:"\f45b"}.bi-layout-sidebar-inset-reverse:before{content:"\f45c"}.bi-layout-sidebar-inset:before{content:"\f45d"}.bi-layout-sidebar-reverse:before{content:"\f45e"}.bi-layout-sidebar:before{content:"\f45f"}.bi-layout-split:before{content:"\f460"}.bi-layout-text-sidebar-reverse:before{content:"\f461"}.bi-layout-text-sidebar:before{content:"\f462"}.bi-layout-text-window-reverse:before{content:"\f463"}.bi-layout-text-window:before{content:"\f464"}.bi-layout-three-columns:before{content:"\f465"}.bi-layout-wtf:before{content:"\f466"}.bi-life-preserver:before{content:"\f467"}.bi-lightbulb-fill:before{content:"\f468"}.bi-lightbulb-off-fill:before{content:"\f469"}.bi-lightbulb-off:before{content:"\f46a"}.bi-lightbulb:before{content:"\f46b"}.bi-lightning-charge-fill:before{content:"\f46c"}.bi-lightning-charge:before{content:"\f46d"}.bi-lightning-fill:before{content:"\f46e"}.bi-lightning:before{content:"\f46f"}.bi-link-45deg:before{content:"\f470"}.bi-link:before{content:"\f471"}.bi-linkedin:before{content:"\f472"}.bi-list-check:before{content:"\f473"}.bi-list-nested:before{content:"\f474"}.bi-list-ol:before{content:"\f475"}.bi-list-stars:before{content:"\f476"}.bi-list-task:before{content:"\f477"}.bi-list-ul:before{content:"\f478"}.bi-list:before{content:"\f479"}.bi-lock-fill:before{content:"\f47a"}.bi-lock:before{content:"\f47b"}.bi-mailbox:before{content:"\f47c"}.bi-mailbox2:before{content:"\f47d"}.bi-map-fill:before{content:"\f47e"}.bi-map:before{content:"\f47f"}.bi-markdown-fill:before{content:"\f480"}.bi-markdown:before{content:"\f481"}.bi-mask:before{content:"\f482"}.bi-megaphone-fill:before{content:"\f483"}.bi-megaphone:before{content:"\f484"}.bi-menu-app-fill:before{content:"\f485"}.bi-menu-app:before{content:"\f486"}.bi-menu-button-fill:before{content:"\f487"}.bi-menu-button-wide-fill:before{content:"\f488"}.bi-menu-button-wide:before{content:"\f489"}.bi-menu-button:before{content:"\f48a"}.bi-menu-down:before{content:"\f48b"}.bi-menu-up:before{content:"\f48c"}.bi-mic-fill:before{content:"\f48d"}.bi-mic-mute-fill:before{content:"\f48e"}.bi-mic-mute:before{content:"\f48f"}.bi-mic:before{content:"\f490"}.bi-minecart-loaded:before{content:"\f491"}.bi-minecart:before{content:"\f492"}.bi-moisture:before{content:"\f493"}.bi-moon-fill:before{content:"\f494"}.bi-moon-stars-fill:before{content:"\f495"}.bi-moon-stars:before{content:"\f496"}.bi-moon:before{content:"\f497"}.bi-mouse-fill:before{content:"\f498"}.bi-mouse:before{content:"\f499"}.bi-mouse2-fill:before{content:"\f49a"}.bi-mouse2:before{content:"\f49b"}.bi-mouse3-fill:before{content:"\f49c"}.bi-mouse3:before{content:"\f49d"}.bi-music-note-beamed:before{content:"\f49e"}.bi-music-note-list:before{content:"\f49f"}.bi-music-note:before{content:"\f4a0"}.bi-music-player-fill:before{content:"\f4a1"}.bi-music-player:before{content:"\f4a2"}.bi-newspaper:before{content:"\f4a3"}.bi-node-minus-fill:before{content:"\f4a4"}.bi-node-minus:before{content:"\f4a5"}.bi-node-plus-fill:before{content:"\f4a6"}.bi-node-plus:before{content:"\f4a7"}.bi-nut-fill:before{content:"\f4a8"}.bi-nut:before{content:"\f4a9"}.bi-octagon-fill:before{content:"\f4aa"}.bi-octagon-half:before{content:"\f4ab"}.bi-octagon:before{content:"\f4ac"}.bi-option:before{content:"\f4ad"}.bi-outlet:before{content:"\f4ae"}.bi-paint-bucket:before{content:"\f4af"}.bi-palette-fill:before{content:"\f4b0"}.bi-palette:before{content:"\f4b1"}.bi-palette2:before{content:"\f4b2"}.bi-paperclip:before{content:"\f4b3"}.bi-paragraph:before{content:"\f4b4"}.bi-patch-check-fill:before{content:"\f4b5"}.bi-patch-check:before{content:"\f4b6"}.bi-patch-exclamation-fill:before{content:"\f4b7"}.bi-patch-exclamation:before{content:"\f4b8"}.bi-patch-minus-fill:before{content:"\f4b9"}.bi-patch-minus:before{content:"\f4ba"}.bi-patch-plus-fill:before{content:"\f4bb"}.bi-patch-plus:before{content:"\f4bc"}.bi-patch-question-fill:before{content:"\f4bd"}.bi-patch-question:before{content:"\f4be"}.bi-pause-btn-fill:before{content:"\f4bf"}.bi-pause-btn:before{content:"\f4c0"}.bi-pause-circle-fill:before{content:"\f4c1"}.bi-pause-circle:before{content:"\f4c2"}.bi-pause-fill:before{content:"\f4c3"}.bi-pause:before{content:"\f4c4"}.bi-peace-fill:before{content:"\f4c5"}.bi-peace:before{content:"\f4c6"}.bi-pen-fill:before{content:"\f4c7"}.bi-pen:before{content:"\f4c8"}.bi-pencil-fill:before{content:"\f4c9"}.bi-pencil-square:before{content:"\f4ca"}.bi-pencil:before{content:"\f4cb"}.bi-pentagon-fill:before{content:"\f4cc"}.bi-pentagon-half:before{content:"\f4cd"}.bi-pentagon:before{content:"\f4ce"}.bi-people-fill:before{content:"\f4cf"}.bi-people:before{content:"\f4d0"}.bi-percent:before{content:"\f4d1"}.bi-person-badge-fill:before{content:"\f4d2"}.bi-person-badge:before{content:"\f4d3"}.bi-person-bounding-box:before{content:"\f4d4"}.bi-person-check-fill:before{content:"\f4d5"}.bi-person-check:before{content:"\f4d6"}.bi-person-circle:before{content:"\f4d7"}.bi-person-dash-fill:before{content:"\f4d8"}.bi-person-dash:before{content:"\f4d9"}.bi-person-fill:before{content:"\f4da"}.bi-person-lines-fill:before{content:"\f4db"}.bi-person-plus-fill:before{content:"\f4dc"}.bi-person-plus:before{content:"\f4dd"}.bi-person-square:before{content:"\f4de"}.bi-person-x-fill:before{content:"\f4df"}.bi-person-x:before{content:"\f4e0"}.bi-person:before{content:"\f4e1"}.bi-phone-fill:before{content:"\f4e2"}.bi-phone-landscape-fill:before{content:"\f4e3"}.bi-phone-landscape:before{content:"\f4e4"}.bi-phone-vibrate-fill:before{content:"\f4e5"}.bi-phone-vibrate:before{content:"\f4e6"}.bi-phone:before{content:"\f4e7"}.bi-pie-chart-fill:before{content:"\f4e8"}.bi-pie-chart:before{content:"\f4e9"}.bi-pin-angle-fill:before{content:"\f4ea"}.bi-pin-angle:before{content:"\f4eb"}.bi-pin-fill:before{content:"\f4ec"}.bi-pin:before{content:"\f4ed"}.bi-pip-fill:before{content:"\f4ee"}.bi-pip:before{content:"\f4ef"}.bi-play-btn-fill:before{content:"\f4f0"}.bi-play-btn:before{content:"\f4f1"}.bi-play-circle-fill:before{content:"\f4f2"}.bi-play-circle:before{content:"\f4f3"}.bi-play-fill:before{content:"\f4f4"}.bi-play:before{content:"\f4f5"}.bi-plug-fill:before{content:"\f4f6"}.bi-plug:before{content:"\f4f7"}.bi-plus-circle-dotted:before{content:"\f4f8"}.bi-plus-circle-fill:before{content:"\f4f9"}.bi-plus-circle:before{content:"\f4fa"}.bi-plus-square-dotted:before{content:"\f4fb"}.bi-plus-square-fill:before{content:"\f4fc"}.bi-plus-square:before{content:"\f4fd"}.bi-plus:before{content:"\f4fe"}.bi-power:before{content:"\f4ff"}.bi-printer-fill:before{content:"\f500"}.bi-printer:before{content:"\f501"}.bi-puzzle-fill:before{content:"\f502"}.bi-puzzle:before{content:"\f503"}.bi-question-circle-fill:before{content:"\f504"}.bi-question-circle:before{content:"\f505"}.bi-question-diamond-fill:before{content:"\f506"}.bi-question-diamond:before{content:"\f507"}.bi-question-octagon-fill:before{content:"\f508"}.bi-question-octagon:before{content:"\f509"}.bi-question-square-fill:before{content:"\f50a"}.bi-question-square:before{content:"\f50b"}.bi-question:before{content:"\f50c"}.bi-rainbow:before{content:"\f50d"}.bi-receipt-cutoff:before{content:"\f50e"}.bi-receipt:before{content:"\f50f"}.bi-reception-0:before{content:"\f510"}.bi-reception-1:before{content:"\f511"}.bi-reception-2:before{content:"\f512"}.bi-reception-3:before{content:"\f513"}.bi-reception-4:before{content:"\f514"}.bi-record-btn-fill:before{content:"\f515"}.bi-record-btn:before{content:"\f516"}.bi-record-circle-fill:before{content:"\f517"}.bi-record-circle:before{content:"\f518"}.bi-record-fill:before{content:"\f519"}.bi-record:before{content:"\f51a"}.bi-record2-fill:before{content:"\f51b"}.bi-record2:before{content:"\f51c"}.bi-reply-all-fill:before{content:"\f51d"}.bi-reply-all:before{content:"\f51e"}.bi-reply-fill:before{content:"\f51f"}.bi-reply:before{content:"\f520"}.bi-rss-fill:before{content:"\f521"}.bi-rss:before{content:"\f522"}.bi-rulers:before{content:"\f523"}.bi-save-fill:before{content:"\f524"}.bi-save:before{content:"\f525"}.bi-save2-fill:before{content:"\f526"}.bi-save2:before{content:"\f527"}.bi-scissors:before{content:"\f528"}.bi-screwdriver:before{content:"\f529"}.bi-search:before{content:"\f52a"}.bi-segmented-nav:before{content:"\f52b"}.bi-server:before{content:"\f52c"}.bi-share-fill:before{content:"\f52d"}.bi-share:before{content:"\f52e"}.bi-shield-check:before{content:"\f52f"}.bi-shield-exclamation:before{content:"\f530"}.bi-shield-fill-check:before{content:"\f531"}.bi-shield-fill-exclamation:before{content:"\f532"}.bi-shield-fill-minus:before{content:"\f533"}.bi-shield-fill-plus:before{content:"\f534"}.bi-shield-fill-x:before{content:"\f535"}.bi-shield-fill:before{content:"\f536"}.bi-shield-lock-fill:before{content:"\f537"}.bi-shield-lock:before{content:"\f538"}.bi-shield-minus:before{content:"\f539"}.bi-shield-plus:before{content:"\f53a"}.bi-shield-shaded:before{content:"\f53b"}.bi-shield-slash-fill:before{content:"\f53c"}.bi-shield-slash:before{content:"\f53d"}.bi-shield-x:before{content:"\f53e"}.bi-shield:before{content:"\f53f"}.bi-shift-fill:before{content:"\f540"}.bi-shift:before{content:"\f541"}.bi-shop-window:before{content:"\f542"}.bi-shop:before{content:"\f543"}.bi-shuffle:before{content:"\f544"}.bi-signpost-2-fill:before{content:"\f545"}.bi-signpost-2:before{content:"\f546"}.bi-signpost-fill:before{content:"\f547"}.bi-signpost-split-fill:before{content:"\f548"}.bi-signpost-split:before{content:"\f549"}.bi-signpost:before{content:"\f54a"}.bi-sim-fill:before{content:"\f54b"}.bi-sim:before{content:"\f54c"}.bi-skip-backward-btn-fill:before{content:"\f54d"}.bi-skip-backward-btn:before{content:"\f54e"}.bi-skip-backward-circle-fill:before{content:"\f54f"}.bi-skip-backward-circle:before{content:"\f550"}.bi-skip-backward-fill:before{content:"\f551"}.bi-skip-backward:before{content:"\f552"}.bi-skip-end-btn-fill:before{content:"\f553"}.bi-skip-end-btn:before{content:"\f554"}.bi-skip-end-circle-fill:before{content:"\f555"}.bi-skip-end-circle:before{content:"\f556"}.bi-skip-end-fill:before{content:"\f557"}.bi-skip-end:before{content:"\f558"}.bi-skip-forward-btn-fill:before{content:"\f559"}.bi-skip-forward-btn:before{content:"\f55a"}.bi-skip-forward-circle-fill:before{content:"\f55b"}.bi-skip-forward-circle:before{content:"\f55c"}.bi-skip-forward-fill:before{content:"\f55d"}.bi-skip-forward:before{content:"\f55e"}.bi-skip-start-btn-fill:before{content:"\f55f"}.bi-skip-start-btn:before{content:"\f560"}.bi-skip-start-circle-fill:before{content:"\f561"}.bi-skip-start-circle:before{content:"\f562"}.bi-skip-start-fill:before{content:"\f563"}.bi-skip-start:before{content:"\f564"}.bi-slack:before{content:"\f565"}.bi-slash-circle-fill:before{content:"\f566"}.bi-slash-circle:before{content:"\f567"}.bi-slash-square-fill:before{content:"\f568"}.bi-slash-square:before{content:"\f569"}.bi-slash:before{content:"\f56a"}.bi-sliders:before{content:"\f56b"}.bi-smartwatch:before{content:"\f56c"}.bi-snow:before{content:"\f56d"}.bi-snow2:before{content:"\f56e"}.bi-snow3:before{content:"\f56f"}.bi-sort-alpha-down-alt:before{content:"\f570"}.bi-sort-alpha-down:before{content:"\f571"}.bi-sort-alpha-up-alt:before{content:"\f572"}.bi-sort-alpha-up:before{content:"\f573"}.bi-sort-down-alt:before{content:"\f574"}.bi-sort-down:before{content:"\f575"}.bi-sort-numeric-down-alt:before{content:"\f576"}.bi-sort-numeric-down:before{content:"\f577"}.bi-sort-numeric-up-alt:before{content:"\f578"}.bi-sort-numeric-up:before{content:"\f579"}.bi-sort-up-alt:before{content:"\f57a"}.bi-sort-up:before{content:"\f57b"}.bi-soundwave:before{content:"\f57c"}.bi-speaker-fill:before{content:"\f57d"}.bi-speaker:before{content:"\f57e"}.bi-speedometer:before{content:"\f57f"}.bi-speedometer2:before{content:"\f580"}.bi-spellcheck:before{content:"\f581"}.bi-square-fill:before{content:"\f582"}.bi-square-half:before{content:"\f583"}.bi-square:before{content:"\f584"}.bi-stack:before{content:"\f585"}.bi-star-fill:before{content:"\f586"}.bi-star-half:before{content:"\f587"}.bi-star:before{content:"\f588"}.bi-stars:before{content:"\f589"}.bi-stickies-fill:before{content:"\f58a"}.bi-stickies:before{content:"\f58b"}.bi-sticky-fill:before{content:"\f58c"}.bi-sticky:before{content:"\f58d"}.bi-stop-btn-fill:before{content:"\f58e"}.bi-stop-btn:before{content:"\f58f"}.bi-stop-circle-fill:before{content:"\f590"}.bi-stop-circle:before{content:"\f591"}.bi-stop-fill:before{content:"\f592"}.bi-stop:before{content:"\f593"}.bi-stoplights-fill:before{content:"\f594"}.bi-stoplights:before{content:"\f595"}.bi-stopwatch-fill:before{content:"\f596"}.bi-stopwatch:before{content:"\f597"}.bi-subtract:before{content:"\f598"}.bi-suit-club-fill:before{content:"\f599"}.bi-suit-club:before{content:"\f59a"}.bi-suit-diamond-fill:before{content:"\f59b"}.bi-suit-diamond:before{content:"\f59c"}.bi-suit-heart-fill:before{content:"\f59d"}.bi-suit-heart:before{content:"\f59e"}.bi-suit-spade-fill:before{content:"\f59f"}.bi-suit-spade:before{content:"\f5a0"}.bi-sun-fill:before{content:"\f5a1"}.bi-sun:before{content:"\f5a2"}.bi-sunglasses:before{content:"\f5a3"}.bi-sunrise-fill:before{content:"\f5a4"}.bi-sunrise:before{content:"\f5a5"}.bi-sunset-fill:before{content:"\f5a6"}.bi-sunset:before{content:"\f5a7"}.bi-symmetry-horizontal:before{content:"\f5a8"}.bi-symmetry-vertical:before{content:"\f5a9"}.bi-table:before{content:"\f5aa"}.bi-tablet-fill:before{content:"\f5ab"}.bi-tablet-landscape-fill:before{content:"\f5ac"}.bi-tablet-landscape:before{content:"\f5ad"}.bi-tablet:before{content:"\f5ae"}.bi-tag-fill:before{content:"\f5af"}.bi-tag:before{content:"\f5b0"}.bi-tags-fill:before{content:"\f5b1"}.bi-tags:before{content:"\f5b2"}.bi-telegram:before{content:"\f5b3"}.bi-telephone-fill:before{content:"\f5b4"}.bi-telephone-forward-fill:before{content:"\f5b5"}.bi-telephone-forward:before{content:"\f5b6"}.bi-telephone-inbound-fill:before{content:"\f5b7"}.bi-telephone-inbound:before{content:"\f5b8"}.bi-telephone-minus-fill:before{content:"\f5b9"}.bi-telephone-minus:before{content:"\f5ba"}.bi-telephone-outbound-fill:before{content:"\f5bb"}.bi-telephone-outbound:before{content:"\f5bc"}.bi-telephone-plus-fill:before{content:"\f5bd"}.bi-telephone-plus:before{content:"\f5be"}.bi-telephone-x-fill:before{content:"\f5bf"}.bi-telephone-x:before{content:"\f5c0"}.bi-telephone:before{content:"\f5c1"}.bi-terminal-fill:before{content:"\f5c2"}.bi-terminal:before{content:"\f5c3"}.bi-text-center:before{content:"\f5c4"}.bi-text-indent-left:before{content:"\f5c5"}.bi-text-indent-right:before{content:"\f5c6"}.bi-text-left:before{content:"\f5c7"}.bi-text-paragraph:before{content:"\f5c8"}.bi-text-right:before{content:"\f5c9"}.bi-textarea-resize:before{content:"\f5ca"}.bi-textarea-t:before{content:"\f5cb"}.bi-textarea:before{content:"\f5cc"}.bi-thermometer-half:before{content:"\f5cd"}.bi-thermometer-high:before{content:"\f5ce"}.bi-thermometer-low:before{content:"\f5cf"}.bi-thermometer-snow:before{content:"\f5d0"}.bi-thermometer-sun:before{content:"\f5d1"}.bi-thermometer:before{content:"\f5d2"}.bi-three-dots-vertical:before{content:"\f5d3"}.bi-three-dots:before{content:"\f5d4"}.bi-toggle-off:before{content:"\f5d5"}.bi-toggle-on:before{content:"\f5d6"}.bi-toggle2-off:before{content:"\f5d7"}.bi-toggle2-on:before{content:"\f5d8"}.bi-toggles:before{content:"\f5d9"}.bi-toggles2:before{content:"\f5da"}.bi-tools:before{content:"\f5db"}.bi-tornado:before{content:"\f5dc"}.bi-trash-fill:before{content:"\f5dd"}.bi-trash:before{content:"\f5de"}.bi-trash2-fill:before{content:"\f5df"}.bi-trash2:before{content:"\f5e0"}.bi-tree-fill:before{content:"\f5e1"}.bi-tree:before{content:"\f5e2"}.bi-triangle-fill:before{content:"\f5e3"}.bi-triangle-half:before{content:"\f5e4"}.bi-triangle:before{content:"\f5e5"}.bi-trophy-fill:before{content:"\f5e6"}.bi-trophy:before{content:"\f5e7"}.bi-tropical-storm:before{content:"\f5e8"}.bi-truck-flatbed:before{content:"\f5e9"}.bi-truck:before{content:"\f5ea"}.bi-tsunami:before{content:"\f5eb"}.bi-tv-fill:before{content:"\f5ec"}.bi-tv:before{content:"\f5ed"}.bi-twitch:before{content:"\f5ee"}.bi-twitter:before{content:"\f5ef"}.bi-type-bold:before{content:"\f5f0"}.bi-type-h1:before{content:"\f5f1"}.bi-type-h2:before{content:"\f5f2"}.bi-type-h3:before{content:"\f5f3"}.bi-type-italic:before{content:"\f5f4"}.bi-type-strikethrough:before{content:"\f5f5"}.bi-type-underline:before{content:"\f5f6"}.bi-type:before{content:"\f5f7"}.bi-ui-checks-grid:before{content:"\f5f8"}.bi-ui-checks:before{content:"\f5f9"}.bi-ui-radios-grid:before{content:"\f5fa"}.bi-ui-radios:before{content:"\f5fb"}.bi-umbrella-fill:before{content:"\f5fc"}.bi-umbrella:before{content:"\f5fd"}.bi-union:before{content:"\f5fe"}.bi-unlock-fill:before{content:"\f5ff"}.bi-unlock:before{content:"\f600"}.bi-upc-scan:before{content:"\f601"}.bi-upc:before{content:"\f602"}.bi-upload:before{content:"\f603"}.bi-vector-pen:before{content:"\f604"}.bi-view-list:before{content:"\f605"}.bi-view-stacked:before{content:"\f606"}.bi-vinyl-fill:before{content:"\f607"}.bi-vinyl:before{content:"\f608"}.bi-voicemail:before{content:"\f609"}.bi-volume-down-fill:before{content:"\f60a"}.bi-volume-down:before{content:"\f60b"}.bi-volume-mute-fill:before{content:"\f60c"}.bi-volume-mute:before{content:"\f60d"}.bi-volume-off-fill:before{content:"\f60e"}.bi-volume-off:before{content:"\f60f"}.bi-volume-up-fill:before{content:"\f610"}.bi-volume-up:before{content:"\f611"}.bi-vr:before{content:"\f612"}.bi-wallet-fill:before{content:"\f613"}.bi-wallet:before{content:"\f614"}.bi-wallet2:before{content:"\f615"}.bi-watch:before{content:"\f616"}.bi-water:before{content:"\f617"}.bi-whatsapp:before{content:"\f618"}.bi-wifi-1:before{content:"\f619"}.bi-wifi-2:before{content:"\f61a"}.bi-wifi-off:before{content:"\f61b"}.bi-wifi:before{content:"\f61c"}.bi-wind:before{content:"\f61d"}.bi-window-dock:before{content:"\f61e"}.bi-window-sidebar:before{content:"\f61f"}.bi-window:before{content:"\f620"}.bi-wrench:before{content:"\f621"}.bi-x-circle-fill:before{content:"\f622"}.bi-x-circle:before{content:"\f623"}.bi-x-diamond-fill:before{content:"\f624"}.bi-x-diamond:before{content:"\f625"}.bi-x-octagon-fill:before{content:"\f626"}.bi-x-octagon:before{content:"\f627"}.bi-x-square-fill:before{content:"\f628"}.bi-x-square:before{content:"\f629"}.bi-x:before{content:"\f62a"}.bi-youtube:before{content:"\f62b"}.bi-zoom-in:before{content:"\f62c"}.bi-zoom-out:before{content:"\f62d"}.bi-bank:before{content:"\f62e"}.bi-bank2:before{content:"\f62f"}.bi-bell-slash-fill:before{content:"\f630"}.bi-bell-slash:before{content:"\f631"}.bi-cash-coin:before{content:"\f632"}.bi-check-lg:before{content:"\f633"}.bi-coin:before{content:"\f634"}.bi-currency-bitcoin:before{content:"\f635"}.bi-currency-dollar:before{content:"\f636"}.bi-currency-euro:before{content:"\f637"}.bi-currency-exchange:before{content:"\f638"}.bi-currency-pound:before{content:"\f639"}.bi-currency-yen:before{content:"\f63a"}.bi-dash-lg:before{content:"\f63b"}.bi-exclamation-lg:before{content:"\f63c"}.bi-file-earmark-pdf-fill:before{content:"\f63d"}.bi-file-earmark-pdf:before{content:"\f63e"}.bi-file-pdf-fill:before{content:"\f63f"}.bi-file-pdf:before{content:"\f640"}.bi-gender-ambiguous:before{content:"\f641"}.bi-gender-female:before{content:"\f642"}.bi-gender-male:before{content:"\f643"}.bi-gender-trans:before{content:"\f644"}.bi-headset-vr:before{content:"\f645"}.bi-info-lg:before{content:"\f646"}.bi-mastodon:before{content:"\f647"}.bi-messenger:before{content:"\f648"}.bi-piggy-bank-fill:before{content:"\f649"}.bi-piggy-bank:before{content:"\f64a"}.bi-pin-map-fill:before{content:"\f64b"}.bi-pin-map:before{content:"\f64c"}.bi-plus-lg:before{content:"\f64d"}.bi-question-lg:before{content:"\f64e"}.bi-recycle:before{content:"\f64f"}.bi-reddit:before{content:"\f650"}.bi-safe-fill:before{content:"\f651"}.bi-safe2-fill:before{content:"\f652"}.bi-safe2:before{content:"\f653"}.bi-sd-card-fill:before{content:"\f654"}.bi-sd-card:before{content:"\f655"}.bi-skype:before{content:"\f656"}.bi-slash-lg:before{content:"\f657"}.bi-translate:before{content:"\f658"}.bi-x-lg:before{content:"\f659"}.bi-safe:before{content:"\f65a"}.bi-apple:before{content:"\f65b"}.bi-microsoft:before{content:"\f65d"}.bi-windows:before{content:"\f65e"}.bi-behance:before{content:"\f65c"}.bi-dribbble:before{content:"\f65f"}.bi-line:before{content:"\f660"}.bi-medium:before{content:"\f661"}.bi-paypal:before{content:"\f662"}.bi-pinterest:before{content:"\f663"}.bi-signal:before{content:"\f664"}.bi-snapchat:before{content:"\f665"}.bi-spotify:before{content:"\f666"}.bi-stack-overflow:before{content:"\f667"}.bi-strava:before{content:"\f668"}.bi-wordpress:before{content:"\f669"}.bi-vimeo:before{content:"\f66a"}.bi-activity:before{content:"\f66b"}.bi-easel2-fill:before{content:"\f66c"}.bi-easel2:before{content:"\f66d"}.bi-easel3-fill:before{content:"\f66e"}.bi-easel3:before{content:"\f66f"}.bi-fan:before{content:"\f670"}.bi-fingerprint:before{content:"\f671"}.bi-graph-down-arrow:before{content:"\f672"}.bi-graph-up-arrow:before{content:"\f673"}.bi-hypnotize:before{content:"\f674"}.bi-magic:before{content:"\f675"}.bi-person-rolodex:before{content:"\f676"}.bi-person-video:before{content:"\f677"}.bi-person-video2:before{content:"\f678"}.bi-person-video3:before{content:"\f679"}.bi-person-workspace:before{content:"\f67a"}.bi-radioactive:before{content:"\f67b"}.bi-webcam-fill:before{content:"\f67c"}.bi-webcam:before{content:"\f67d"}.bi-yin-yang:before{content:"\f67e"}.bi-bandaid-fill:before{content:"\f680"}.bi-bandaid:before{content:"\f681"}.bi-bluetooth:before{content:"\f682"}.bi-body-text:before{content:"\f683"}.bi-boombox:before{content:"\f684"}.bi-boxes:before{content:"\f685"}.bi-dpad-fill:before{content:"\f686"}.bi-dpad:before{content:"\f687"}.bi-ear-fill:before{content:"\f688"}.bi-ear:before{content:"\f689"}.bi-envelope-check-fill:before{content:"\f68b"}.bi-envelope-check:before{content:"\f68c"}.bi-envelope-dash-fill:before{content:"\f68e"}.bi-envelope-dash:before{content:"\f68f"}.bi-envelope-exclamation-fill:before{content:"\f691"}.bi-envelope-exclamation:before{content:"\f692"}.bi-envelope-plus-fill:before{content:"\f693"}.bi-envelope-plus:before{content:"\f694"}.bi-envelope-slash-fill:before{content:"\f696"}.bi-envelope-slash:before{content:"\f697"}.bi-envelope-x-fill:before{content:"\f699"}.bi-envelope-x:before{content:"\f69a"}.bi-explicit-fill:before{content:"\f69b"}.bi-explicit:before{content:"\f69c"}.bi-git:before{content:"\f69d"}.bi-infinity:before{content:"\f69e"}.bi-list-columns-reverse:before{content:"\f69f"}.bi-list-columns:before{content:"\f6a0"}.bi-meta:before{content:"\f6a1"}.bi-nintendo-switch:before{content:"\f6a4"}.bi-pc-display-horizontal:before{content:"\f6a5"}.bi-pc-display:before{content:"\f6a6"}.bi-pc-horizontal:before{content:"\f6a7"}.bi-pc:before{content:"\f6a8"}.bi-playstation:before{content:"\f6a9"}.bi-plus-slash-minus:before{content:"\f6aa"}.bi-projector-fill:before{content:"\f6ab"}.bi-projector:before{content:"\f6ac"}.bi-qr-code-scan:before{content:"\f6ad"}.bi-qr-code:before{content:"\f6ae"}.bi-quora:before{content:"\f6af"}.bi-quote:before{content:"\f6b0"}.bi-robot:before{content:"\f6b1"}.bi-send-check-fill:before{content:"\f6b2"}.bi-send-check:before{content:"\f6b3"}.bi-send-dash-fill:before{content:"\f6b4"}.bi-send-dash:before{content:"\f6b5"}.bi-send-exclamation-fill:before{content:"\f6b7"}.bi-send-exclamation:before{content:"\f6b8"}.bi-send-fill:before{content:"\f6b9"}.bi-send-plus-fill:before{content:"\f6ba"}.bi-send-plus:before{content:"\f6bb"}.bi-send-slash-fill:before{content:"\f6bc"}.bi-send-slash:before{content:"\f6bd"}.bi-send-x-fill:before{content:"\f6be"}.bi-send-x:before{content:"\f6bf"}.bi-send:before{content:"\f6c0"}.bi-steam:before{content:"\f6c1"}.bi-terminal-dash:before{content:"\f6c3"}.bi-terminal-plus:before{content:"\f6c4"}.bi-terminal-split:before{content:"\f6c5"}.bi-ticket-detailed-fill:before{content:"\f6c6"}.bi-ticket-detailed:before{content:"\f6c7"}.bi-ticket-fill:before{content:"\f6c8"}.bi-ticket-perforated-fill:before{content:"\f6c9"}.bi-ticket-perforated:before{content:"\f6ca"}.bi-ticket:before{content:"\f6cb"}.bi-tiktok:before{content:"\f6cc"}.bi-window-dash:before{content:"\f6cd"}.bi-window-desktop:before{content:"\f6ce"}.bi-window-fullscreen:before{content:"\f6cf"}.bi-window-plus:before{content:"\f6d0"}.bi-window-split:before{content:"\f6d1"}.bi-window-stack:before{content:"\f6d2"}.bi-window-x:before{content:"\f6d3"}.bi-xbox:before{content:"\f6d4"}.bi-ethernet:before{content:"\f6d5"}.bi-hdmi-fill:before{content:"\f6d6"}.bi-hdmi:before{content:"\f6d7"}.bi-usb-c-fill:before{content:"\f6d8"}.bi-usb-c:before{content:"\f6d9"}.bi-usb-fill:before{content:"\f6da"}.bi-usb-plug-fill:before{content:"\f6db"}.bi-usb-plug:before{content:"\f6dc"}.bi-usb-symbol:before{content:"\f6dd"}.bi-usb:before{content:"\f6de"}.bi-boombox-fill:before{content:"\f6df"}.bi-displayport:before{content:"\f6e1"}.bi-gpu-card:before{content:"\f6e2"}.bi-memory:before{content:"\f6e3"}.bi-modem-fill:before{content:"\f6e4"}.bi-modem:before{content:"\f6e5"}.bi-motherboard-fill:before{content:"\f6e6"}.bi-motherboard:before{content:"\f6e7"}.bi-optical-audio-fill:before{content:"\f6e8"}.bi-optical-audio:before{content:"\f6e9"}.bi-pci-card:before{content:"\f6ea"}.bi-router-fill:before{content:"\f6eb"}.bi-router:before{content:"\f6ec"}.bi-thunderbolt-fill:before{content:"\f6ef"}.bi-thunderbolt:before{content:"\f6f0"}.bi-usb-drive-fill:before{content:"\f6f1"}.bi-usb-drive:before{content:"\f6f2"}.bi-usb-micro-fill:before{content:"\f6f3"}.bi-usb-micro:before{content:"\f6f4"}.bi-usb-mini-fill:before{content:"\f6f5"}.bi-usb-mini:before{content:"\f6f6"}.bi-cloud-haze2:before{content:"\f6f7"}.bi-device-hdd-fill:before{content:"\f6f8"}.bi-device-hdd:before{content:"\f6f9"}.bi-device-ssd-fill:before{content:"\f6fa"}.bi-device-ssd:before{content:"\f6fb"}.bi-displayport-fill:before{content:"\f6fc"}.bi-mortarboard-fill:before{content:"\f6fd"}.bi-mortarboard:before{content:"\f6fe"}.bi-terminal-x:before{content:"\f6ff"}.bi-arrow-through-heart-fill:before{content:"\f700"}.bi-arrow-through-heart:before{content:"\f701"}.bi-badge-sd-fill:before{content:"\f702"}.bi-badge-sd:before{content:"\f703"}.bi-bag-heart-fill:before{content:"\f704"}.bi-bag-heart:before{content:"\f705"}.bi-balloon-fill:before{content:"\f706"}.bi-balloon-heart-fill:before{content:"\f707"}.bi-balloon-heart:before{content:"\f708"}.bi-balloon:before{content:"\f709"}.bi-box2-fill:before{content:"\f70a"}.bi-box2-heart-fill:before{content:"\f70b"}.bi-box2-heart:before{content:"\f70c"}.bi-box2:before{content:"\f70d"}.bi-braces-asterisk:before{content:"\f70e"}.bi-calendar-heart-fill:before{content:"\f70f"}.bi-calendar-heart:before{content:"\f710"}.bi-calendar2-heart-fill:before{content:"\f711"}.bi-calendar2-heart:before{content:"\f712"}.bi-chat-heart-fill:before{content:"\f713"}.bi-chat-heart:before{content:"\f714"}.bi-chat-left-heart-fill:before{content:"\f715"}.bi-chat-left-heart:before{content:"\f716"}.bi-chat-right-heart-fill:before{content:"\f717"}.bi-chat-right-heart:before{content:"\f718"}.bi-chat-square-heart-fill:before{content:"\f719"}.bi-chat-square-heart:before{content:"\f71a"}.bi-clipboard-check-fill:before{content:"\f71b"}.bi-clipboard-data-fill:before{content:"\f71c"}.bi-clipboard-fill:before{content:"\f71d"}.bi-clipboard-heart-fill:before{content:"\f71e"}.bi-clipboard-heart:before{content:"\f71f"}.bi-clipboard-minus-fill:before{content:"\f720"}.bi-clipboard-plus-fill:before{content:"\f721"}.bi-clipboard-pulse:before{content:"\f722"}.bi-clipboard-x-fill:before{content:"\f723"}.bi-clipboard2-check-fill:before{content:"\f724"}.bi-clipboard2-check:before{content:"\f725"}.bi-clipboard2-data-fill:before{content:"\f726"}.bi-clipboard2-data:before{content:"\f727"}.bi-clipboard2-fill:before{content:"\f728"}.bi-clipboard2-heart-fill:before{content:"\f729"}.bi-clipboard2-heart:before{content:"\f72a"}.bi-clipboard2-minus-fill:before{content:"\f72b"}.bi-clipboard2-minus:before{content:"\f72c"}.bi-clipboard2-plus-fill:before{content:"\f72d"}.bi-clipboard2-plus:before{content:"\f72e"}.bi-clipboard2-pulse-fill:before{content:"\f72f"}.bi-clipboard2-pulse:before{content:"\f730"}.bi-clipboard2-x-fill:before{content:"\f731"}.bi-clipboard2-x:before{content:"\f732"}.bi-clipboard2:before{content:"\f733"}.bi-emoji-kiss-fill:before{content:"\f734"}.bi-emoji-kiss:before{content:"\f735"}.bi-envelope-heart-fill:before{content:"\f736"}.bi-envelope-heart:before{content:"\f737"}.bi-envelope-open-heart-fill:before{content:"\f738"}.bi-envelope-open-heart:before{content:"\f739"}.bi-envelope-paper-fill:before{content:"\f73a"}.bi-envelope-paper-heart-fill:before{content:"\f73b"}.bi-envelope-paper-heart:before{content:"\f73c"}.bi-envelope-paper:before{content:"\f73d"}.bi-filetype-aac:before{content:"\f73e"}.bi-filetype-ai:before{content:"\f73f"}.bi-filetype-bmp:before{content:"\f740"}.bi-filetype-cs:before{content:"\f741"}.bi-filetype-css:before{content:"\f742"}.bi-filetype-csv:before{content:"\f743"}.bi-filetype-doc:before{content:"\f744"}.bi-filetype-docx:before{content:"\f745"}.bi-filetype-exe:before{content:"\f746"}.bi-filetype-gif:before{content:"\f747"}.bi-filetype-heic:before{content:"\f748"}.bi-filetype-html:before{content:"\f749"}.bi-filetype-java:before{content:"\f74a"}.bi-filetype-jpg:before{content:"\f74b"}.bi-filetype-js:before{content:"\f74c"}.bi-filetype-jsx:before{content:"\f74d"}.bi-filetype-key:before{content:"\f74e"}.bi-filetype-m4p:before{content:"\f74f"}.bi-filetype-md:before{content:"\f750"}.bi-filetype-mdx:before{content:"\f751"}.bi-filetype-mov:before{content:"\f752"}.bi-filetype-mp3:before{content:"\f753"}.bi-filetype-mp4:before{content:"\f754"}.bi-filetype-otf:before{content:"\f755"}.bi-filetype-pdf:before{content:"\f756"}.bi-filetype-php:before{content:"\f757"}.bi-filetype-png:before{content:"\f758"}.bi-filetype-ppt:before{content:"\f75a"}.bi-filetype-psd:before{content:"\f75b"}.bi-filetype-py:before{content:"\f75c"}.bi-filetype-raw:before{content:"\f75d"}.bi-filetype-rb:before{content:"\f75e"}.bi-filetype-sass:before{content:"\f75f"}.bi-filetype-scss:before{content:"\f760"}.bi-filetype-sh:before{content:"\f761"}.bi-filetype-svg:before{content:"\f762"}.bi-filetype-tiff:before{content:"\f763"}.bi-filetype-tsx:before{content:"\f764"}.bi-filetype-ttf:before{content:"\f765"}.bi-filetype-txt:before{content:"\f766"}.bi-filetype-wav:before{content:"\f767"}.bi-filetype-woff:before{content:"\f768"}.bi-filetype-xls:before{content:"\f76a"}.bi-filetype-xml:before{content:"\f76b"}.bi-filetype-yml:before{content:"\f76c"}.bi-heart-arrow:before{content:"\f76d"}.bi-heart-pulse-fill:before{content:"\f76e"}.bi-heart-pulse:before{content:"\f76f"}.bi-heartbreak-fill:before{content:"\f770"}.bi-heartbreak:before{content:"\f771"}.bi-hearts:before{content:"\f772"}.bi-hospital-fill:before{content:"\f773"}.bi-hospital:before{content:"\f774"}.bi-house-heart-fill:before{content:"\f775"}.bi-house-heart:before{content:"\f776"}.bi-incognito:before{content:"\f777"}.bi-magnet-fill:before{content:"\f778"}.bi-magnet:before{content:"\f779"}.bi-person-heart:before{content:"\f77a"}.bi-person-hearts:before{content:"\f77b"}.bi-phone-flip:before{content:"\f77c"}.bi-plugin:before{content:"\f77d"}.bi-postage-fill:before{content:"\f77e"}.bi-postage-heart-fill:before{content:"\f77f"}.bi-postage-heart:before{content:"\f780"}.bi-postage:before{content:"\f781"}.bi-postcard-fill:before{content:"\f782"}.bi-postcard-heart-fill:before{content:"\f783"}.bi-postcard-heart:before{content:"\f784"}.bi-postcard:before{content:"\f785"}.bi-search-heart-fill:before{content:"\f786"}.bi-search-heart:before{content:"\f787"}.bi-sliders2-vertical:before{content:"\f788"}.bi-sliders2:before{content:"\f789"}.bi-trash3-fill:before{content:"\f78a"}.bi-trash3:before{content:"\f78b"}.bi-valentine:before{content:"\f78c"}.bi-valentine2:before{content:"\f78d"}.bi-wrench-adjustable-circle-fill:before{content:"\f78e"}.bi-wrench-adjustable-circle:before{content:"\f78f"}.bi-wrench-adjustable:before{content:"\f790"}.bi-filetype-json:before{content:"\f791"}.bi-filetype-pptx:before{content:"\f792"}.bi-filetype-xlsx:before{content:"\f793"}.bi-1-circle-fill:before{content:"\f796"}.bi-1-circle:before{content:"\f797"}.bi-1-square-fill:before{content:"\f798"}.bi-1-square:before{content:"\f799"}.bi-2-circle-fill:before{content:"\f79c"}.bi-2-circle:before{content:"\f79d"}.bi-2-square-fill:before{content:"\f79e"}.bi-2-square:before{content:"\f79f"}.bi-3-circle-fill:before{content:"\f7a2"}.bi-3-circle:before{content:"\f7a3"}.bi-3-square-fill:before{content:"\f7a4"}.bi-3-square:before{content:"\f7a5"}.bi-4-circle-fill:before{content:"\f7a8"}.bi-4-circle:before{content:"\f7a9"}.bi-4-square-fill:before{content:"\f7aa"}.bi-4-square:before{content:"\f7ab"}.bi-5-circle-fill:before{content:"\f7ae"}.bi-5-circle:before{content:"\f7af"}.bi-5-square-fill:before{content:"\f7b0"}.bi-5-square:before{content:"\f7b1"}.bi-6-circle-fill:before{content:"\f7b4"}.bi-6-circle:before{content:"\f7b5"}.bi-6-square-fill:before{content:"\f7b6"}.bi-6-square:before{content:"\f7b7"}.bi-7-circle-fill:before{content:"\f7ba"}.bi-7-circle:before{content:"\f7bb"}.bi-7-square-fill:before{content:"\f7bc"}.bi-7-square:before{content:"\f7bd"}.bi-8-circle-fill:before{content:"\f7c0"}.bi-8-circle:before{content:"\f7c1"}.bi-8-square-fill:before{content:"\f7c2"}.bi-8-square:before{content:"\f7c3"}.bi-9-circle-fill:before{content:"\f7c6"}.bi-9-circle:before{content:"\f7c7"}.bi-9-square-fill:before{content:"\f7c8"}.bi-9-square:before{content:"\f7c9"}.bi-airplane-engines-fill:before{content:"\f7ca"}.bi-airplane-engines:before{content:"\f7cb"}.bi-airplane-fill:before{content:"\f7cc"}.bi-airplane:before{content:"\f7cd"}.bi-alexa:before{content:"\f7ce"}.bi-alipay:before{content:"\f7cf"}.bi-android:before{content:"\f7d0"}.bi-android2:before{content:"\f7d1"}.bi-box-fill:before{content:"\f7d2"}.bi-box-seam-fill:before{content:"\f7d3"}.bi-browser-chrome:before{content:"\f7d4"}.bi-browser-edge:before{content:"\f7d5"}.bi-browser-firefox:before{content:"\f7d6"}.bi-browser-safari:before{content:"\f7d7"}.bi-c-circle-fill:before{content:"\f7da"}.bi-c-circle:before{content:"\f7db"}.bi-c-square-fill:before{content:"\f7dc"}.bi-c-square:before{content:"\f7dd"}.bi-capsule-pill:before{content:"\f7de"}.bi-capsule:before{content:"\f7df"}.bi-car-front-fill:before{content:"\f7e0"}.bi-car-front:before{content:"\f7e1"}.bi-cassette-fill:before{content:"\f7e2"}.bi-cassette:before{content:"\f7e3"}.bi-cc-circle-fill:before{content:"\f7e6"}.bi-cc-circle:before{content:"\f7e7"}.bi-cc-square-fill:before{content:"\f7e8"}.bi-cc-square:before{content:"\f7e9"}.bi-cup-hot-fill:before{content:"\f7ea"}.bi-cup-hot:before{content:"\f7eb"}.bi-currency-rupee:before{content:"\f7ec"}.bi-dropbox:before{content:"\f7ed"}.bi-escape:before{content:"\f7ee"}.bi-fast-forward-btn-fill:before{content:"\f7ef"}.bi-fast-forward-btn:before{content:"\f7f0"}.bi-fast-forward-circle-fill:before{content:"\f7f1"}.bi-fast-forward-circle:before{content:"\f7f2"}.bi-fast-forward-fill:before{content:"\f7f3"}.bi-fast-forward:before{content:"\f7f4"}.bi-filetype-sql:before{content:"\f7f5"}.bi-fire:before{content:"\f7f6"}.bi-google-play:before{content:"\f7f7"}.bi-h-circle-fill:before{content:"\f7fa"}.bi-h-circle:before{content:"\f7fb"}.bi-h-square-fill:before{content:"\f7fc"}.bi-h-square:before{content:"\f7fd"}.bi-indent:before{content:"\f7fe"}.bi-lungs-fill:before{content:"\f7ff"}.bi-lungs:before{content:"\f800"}.bi-microsoft-teams:before{content:"\f801"}.bi-p-circle-fill:before{content:"\f804"}.bi-p-circle:before{content:"\f805"}.bi-p-square-fill:before{content:"\f806"}.bi-p-square:before{content:"\f807"}.bi-pass-fill:before{content:"\f808"}.bi-pass:before{content:"\f809"}.bi-prescription:before{content:"\f80a"}.bi-prescription2:before{content:"\f80b"}.bi-r-circle-fill:before{content:"\f80e"}.bi-r-circle:before{content:"\f80f"}.bi-r-square-fill:before{content:"\f810"}.bi-r-square:before{content:"\f811"}.bi-repeat-1:before{content:"\f812"}.bi-repeat:before{content:"\f813"}.bi-rewind-btn-fill:before{content:"\f814"}.bi-rewind-btn:before{content:"\f815"}.bi-rewind-circle-fill:before{content:"\f816"}.bi-rewind-circle:before{content:"\f817"}.bi-rewind-fill:before{content:"\f818"}.bi-rewind:before{content:"\f819"}.bi-train-freight-front-fill:before{content:"\f81a"}.bi-train-freight-front:before{content:"\f81b"}.bi-train-front-fill:before{content:"\f81c"}.bi-train-front:before{content:"\f81d"}.bi-train-lightrail-front-fill:before{content:"\f81e"}.bi-train-lightrail-front:before{content:"\f81f"}.bi-truck-front-fill:before{content:"\f820"}.bi-truck-front:before{content:"\f821"}.bi-ubuntu:before{content:"\f822"}.bi-unindent:before{content:"\f823"}.bi-unity:before{content:"\f824"}.bi-universal-access-circle:before{content:"\f825"}.bi-universal-access:before{content:"\f826"}.bi-virus:before{content:"\f827"}.bi-virus2:before{content:"\f828"}.bi-wechat:before{content:"\f829"}.bi-yelp:before{content:"\f82a"}.bi-sign-stop-fill:before{content:"\f82b"}.bi-sign-stop-lights-fill:before{content:"\f82c"}.bi-sign-stop-lights:before{content:"\f82d"}.bi-sign-stop:before{content:"\f82e"}.bi-sign-turn-left-fill:before{content:"\f82f"}.bi-sign-turn-left:before{content:"\f830"}.bi-sign-turn-right-fill:before{content:"\f831"}.bi-sign-turn-right:before{content:"\f832"}.bi-sign-turn-slight-left-fill:before{content:"\f833"}.bi-sign-turn-slight-left:before{content:"\f834"}.bi-sign-turn-slight-right-fill:before{content:"\f835"}.bi-sign-turn-slight-right:before{content:"\f836"}.bi-sign-yield-fill:before{content:"\f837"}.bi-sign-yield:before{content:"\f838"}.bi-ev-station-fill:before{content:"\f839"}.bi-ev-station:before{content:"\f83a"}.bi-fuel-pump-diesel-fill:before{content:"\f83b"}.bi-fuel-pump-diesel:before{content:"\f83c"}.bi-fuel-pump-fill:before{content:"\f83d"}.bi-fuel-pump:before{content:"\f83e"}.bi-0-circle-fill:before{content:"\f83f"}.bi-0-circle:before{content:"\f840"}.bi-0-square-fill:before{content:"\f841"}.bi-0-square:before{content:"\f842"}.bi-rocket-fill:before{content:"\f843"}.bi-rocket-takeoff-fill:before{content:"\f844"}.bi-rocket-takeoff:before{content:"\f845"}.bi-rocket:before{content:"\f846"}.bi-stripe:before{content:"\f847"}.bi-subscript:before{content:"\f848"}.bi-superscript:before{content:"\f849"}.bi-trello:before{content:"\f84a"}.bi-envelope-at-fill:before{content:"\f84b"}.bi-envelope-at:before{content:"\f84c"}.bi-regex:before{content:"\f84d"}.bi-text-wrap:before{content:"\f84e"}.bi-sign-dead-end-fill:before{content:"\f84f"}.bi-sign-dead-end:before{content:"\f850"}.bi-sign-do-not-enter-fill:before{content:"\f851"}.bi-sign-do-not-enter:before{content:"\f852"}.bi-sign-intersection-fill:before{content:"\f853"}.bi-sign-intersection-side-fill:before{content:"\f854"}.bi-sign-intersection-side:before{content:"\f855"}.bi-sign-intersection-t-fill:before{content:"\f856"}.bi-sign-intersection-t:before{content:"\f857"}.bi-sign-intersection-y-fill:before{content:"\f858"}.bi-sign-intersection-y:before{content:"\f859"}.bi-sign-intersection:before{content:"\f85a"}.bi-sign-merge-left-fill:before{content:"\f85b"}.bi-sign-merge-left:before{content:"\f85c"}.bi-sign-merge-right-fill:before{content:"\f85d"}.bi-sign-merge-right:before{content:"\f85e"}.bi-sign-no-left-turn-fill:before{content:"\f85f"}.bi-sign-no-left-turn:before{content:"\f860"}.bi-sign-no-parking-fill:before{content:"\f861"}.bi-sign-no-parking:before{content:"\f862"}.bi-sign-no-right-turn-fill:before{content:"\f863"}.bi-sign-no-right-turn:before{content:"\f864"}.bi-sign-railroad-fill:before{content:"\f865"}.bi-sign-railroad:before{content:"\f866"}.bi-building-add:before{content:"\f867"}.bi-building-check:before{content:"\f868"}.bi-building-dash:before{content:"\f869"}.bi-building-down:before{content:"\f86a"}.bi-building-exclamation:before{content:"\f86b"}.bi-building-fill-add:before{content:"\f86c"}.bi-building-fill-check:before{content:"\f86d"}.bi-building-fill-dash:before{content:"\f86e"}.bi-building-fill-down:before{content:"\f86f"}.bi-building-fill-exclamation:before{content:"\f870"}.bi-building-fill-gear:before{content:"\f871"}.bi-building-fill-lock:before{content:"\f872"}.bi-building-fill-slash:before{content:"\f873"}.bi-building-fill-up:before{content:"\f874"}.bi-building-fill-x:before{content:"\f875"}.bi-building-fill:before{content:"\f876"}.bi-building-gear:before{content:"\f877"}.bi-building-lock:before{content:"\f878"}.bi-building-slash:before{content:"\f879"}.bi-building-up:before{content:"\f87a"}.bi-building-x:before{content:"\f87b"}.bi-buildings-fill:before{content:"\f87c"}.bi-buildings:before{content:"\f87d"}.bi-bus-front-fill:before{content:"\f87e"}.bi-bus-front:before{content:"\f87f"}.bi-ev-front-fill:before{content:"\f880"}.bi-ev-front:before{content:"\f881"}.bi-globe-americas:before{content:"\f882"}.bi-globe-asia-australia:before{content:"\f883"}.bi-globe-central-south-asia:before{content:"\f884"}.bi-globe-europe-africa:before{content:"\f885"}.bi-house-add-fill:before{content:"\f886"}.bi-house-add:before{content:"\f887"}.bi-house-check-fill:before{content:"\f888"}.bi-house-check:before{content:"\f889"}.bi-house-dash-fill:before{content:"\f88a"}.bi-house-dash:before{content:"\f88b"}.bi-house-down-fill:before{content:"\f88c"}.bi-house-down:before{content:"\f88d"}.bi-house-exclamation-fill:before{content:"\f88e"}.bi-house-exclamation:before{content:"\f88f"}.bi-house-gear-fill:before{content:"\f890"}.bi-house-gear:before{content:"\f891"}.bi-house-lock-fill:before{content:"\f892"}.bi-house-lock:before{content:"\f893"}.bi-house-slash-fill:before{content:"\f894"}.bi-house-slash:before{content:"\f895"}.bi-house-up-fill:before{content:"\f896"}.bi-house-up:before{content:"\f897"}.bi-house-x-fill:before{content:"\f898"}.bi-house-x:before{content:"\f899"}.bi-person-add:before{content:"\f89a"}.bi-person-down:before{content:"\f89b"}.bi-person-exclamation:before{content:"\f89c"}.bi-person-fill-add:before{content:"\f89d"}.bi-person-fill-check:before{content:"\f89e"}.bi-person-fill-dash:before{content:"\f89f"}.bi-person-fill-down:before{content:"\f8a0"}.bi-person-fill-exclamation:before{content:"\f8a1"}.bi-person-fill-gear:before{content:"\f8a2"}.bi-person-fill-lock:before{content:"\f8a3"}.bi-person-fill-slash:before{content:"\f8a4"}.bi-person-fill-up:before{content:"\f8a5"}.bi-person-fill-x:before{content:"\f8a6"}.bi-person-gear:before{content:"\f8a7"}.bi-person-lock:before{content:"\f8a8"}.bi-person-slash:before{content:"\f8a9"}.bi-person-up:before{content:"\f8aa"}.bi-scooter:before{content:"\f8ab"}.bi-taxi-front-fill:before{content:"\f8ac"}.bi-taxi-front:before{content:"\f8ad"}.bi-amd:before{content:"\f8ae"}.bi-database-add:before{content:"\f8af"}.bi-database-check:before{content:"\f8b0"}.bi-database-dash:before{content:"\f8b1"}.bi-database-down:before{content:"\f8b2"}.bi-database-exclamation:before{content:"\f8b3"}.bi-database-fill-add:before{content:"\f8b4"}.bi-database-fill-check:before{content:"\f8b5"}.bi-database-fill-dash:before{content:"\f8b6"}.bi-database-fill-down:before{content:"\f8b7"}.bi-database-fill-exclamation:before{content:"\f8b8"}.bi-database-fill-gear:before{content:"\f8b9"}.bi-database-fill-lock:before{content:"\f8ba"}.bi-database-fill-slash:before{content:"\f8bb"}.bi-database-fill-up:before{content:"\f8bc"}.bi-database-fill-x:before{content:"\f8bd"}.bi-database-fill:before{content:"\f8be"}.bi-database-gear:before{content:"\f8bf"}.bi-database-lock:before{content:"\f8c0"}.bi-database-slash:before{content:"\f8c1"}.bi-database-up:before{content:"\f8c2"}.bi-database-x:before{content:"\f8c3"}.bi-database:before{content:"\f8c4"}.bi-houses-fill:before{content:"\f8c5"}.bi-houses:before{content:"\f8c6"}.bi-nvidia:before{content:"\f8c7"}.bi-person-vcard-fill:before{content:"\f8c8"}.bi-person-vcard:before{content:"\f8c9"}.bi-sina-weibo:before{content:"\f8ca"}.bi-tencent-qq:before{content:"\f8cb"}.bi-wikipedia:before{content:"\f8cc"}.bi-alphabet-uppercase:before{content:"\f2a5"}.bi-alphabet:before{content:"\f68a"}.bi-amazon:before{content:"\f68d"}.bi-arrows-collapse-vertical:before{content:"\f690"}.bi-arrows-expand-vertical:before{content:"\f695"}.bi-arrows-vertical:before{content:"\f698"}.bi-arrows:before{content:"\f6a2"}.bi-ban-fill:before{content:"\f6a3"}.bi-ban:before{content:"\f6b6"}.bi-bing:before{content:"\f6c2"}.bi-cake:before{content:"\f6e0"}.bi-cake2:before{content:"\f6ed"}.bi-cookie:before{content:"\f6ee"}.bi-copy:before{content:"\f759"}.bi-crosshair:before{content:"\f769"}.bi-crosshair2:before{content:"\f794"}.bi-emoji-astonished-fill:before{content:"\f795"}.bi-emoji-astonished:before{content:"\f79a"}.bi-emoji-grimace-fill:before{content:"\f79b"}.bi-emoji-grimace:before{content:"\f7a0"}.bi-emoji-grin-fill:before{content:"\f7a1"}.bi-emoji-grin:before{content:"\f7a6"}.bi-emoji-surprise-fill:before{content:"\f7a7"}.bi-emoji-surprise:before{content:"\f7ac"}.bi-emoji-tear-fill:before{content:"\f7ad"}.bi-emoji-tear:before{content:"\f7b2"}.bi-envelope-arrow-down-fill:before{content:"\f7b3"}.bi-envelope-arrow-down:before{content:"\f7b8"}.bi-envelope-arrow-up-fill:before{content:"\f7b9"}.bi-envelope-arrow-up:before{content:"\f7be"}.bi-feather:before{content:"\f7bf"}.bi-feather2:before{content:"\f7c4"}.bi-floppy-fill:before{content:"\f7c5"}.bi-floppy:before{content:"\f7d8"}.bi-floppy2-fill:before{content:"\f7d9"}.bi-floppy2:before{content:"\f7e4"}.bi-gitlab:before{content:"\f7e5"}.bi-highlighter:before{content:"\f7f8"}.bi-marker-tip:before{content:"\f802"}.bi-nvme-fill:before{content:"\f803"}.bi-nvme:before{content:"\f80c"}.bi-opencollective:before{content:"\f80d"}.bi-pci-card-network:before{content:"\f8cd"}.bi-pci-card-sound:before{content:"\f8ce"}.bi-radar:before{content:"\f8cf"}.bi-send-arrow-down-fill:before{content:"\f8d0"}.bi-send-arrow-down:before{content:"\f8d1"}.bi-send-arrow-up-fill:before{content:"\f8d2"}.bi-send-arrow-up:before{content:"\f8d3"}.bi-sim-slash-fill:before{content:"\f8d4"}.bi-sim-slash:before{content:"\f8d5"}.bi-sourceforge:before{content:"\f8d6"}.bi-substack:before{content:"\f8d7"}.bi-threads-fill:before{content:"\f8d8"}.bi-threads:before{content:"\f8d9"}.bi-transparency:before{content:"\f8da"}.bi-twitter-x:before{content:"\f8db"}.bi-type-h4:before{content:"\f8dc"}.bi-type-h5:before{content:"\f8dd"}.bi-type-h6:before{content:"\f8de"}.bi-backpack-fill:before{content:"\f8df"}.bi-backpack:before{content:"\f8e0"}.bi-backpack2-fill:before{content:"\f8e1"}.bi-backpack2:before{content:"\f8e2"}.bi-backpack3-fill:before{content:"\f8e3"}.bi-backpack3:before{content:"\f8e4"}.bi-backpack4-fill:before{content:"\f8e5"}.bi-backpack4:before{content:"\f8e6"}.bi-brilliance:before{content:"\f8e7"}.bi-cake-fill:before{content:"\f8e8"}.bi-cake2-fill:before{content:"\f8e9"}.bi-duffle-fill:before{content:"\f8ea"}.bi-duffle:before{content:"\f8eb"}.bi-exposure:before{content:"\f8ec"}.bi-gender-neuter:before{content:"\f8ed"}.bi-highlights:before{content:"\f8ee"}.bi-luggage-fill:before{content:"\f8ef"}.bi-luggage:before{content:"\f8f0"}.bi-mailbox-flag:before{content:"\f8f1"}.bi-mailbox2-flag:before{content:"\f8f2"}.bi-noise-reduction:before{content:"\f8f3"}.bi-passport-fill:before{content:"\f8f4"}.bi-passport:before{content:"\f8f5"}.bi-person-arms-up:before{content:"\f8f6"}.bi-person-raised-hand:before{content:"\f8f7"}.bi-person-standing-dress:before{content:"\f8f8"}.bi-person-standing:before{content:"\f8f9"}.bi-person-walking:before{content:"\f8fa"}.bi-person-wheelchair:before{content:"\f8fb"}.bi-shadows:before{content:"\f8fc"}.bi-suitcase-fill:before{content:"\f8fd"}.bi-suitcase-lg-fill:before{content:"\f8fe"}.bi-suitcase-lg:before{content:"\f8ff"}.bi-suitcase:before{content:"\f900"}.bi-suitcase2-fill:before{content:"\f901"}.bi-suitcase2:before{content:"\f902"}.bi-vignette:before{content:"\f903"}.ng-dynamic-json-form .ui-basic *{box-sizing:border-box}.ng-dynamic-json-form .ui-basic input,.ng-dynamic-json-form .ui-basic textarea{padding:.75em 1em;font-size:inherit;border:solid var(--input-border-width) var(--color-border);border-radius:.5em;outline:none;width:100%}.ng-dynamic-json-form .ui-basic input:hover,.ng-dynamic-json-form .ui-basic textarea:hover{border-color:var(--color-primary)}.ng-dynamic-json-form .ui-basic input:focus-visible,.ng-dynamic-json-form .ui-basic textarea:focus-visible{border-color:var(--color-primary);box-shadow:0 0 0 .2em var(--color-primary-lighter)}.ng-dynamic-json-form .ui-basic input.ng-invalid:not(.ng-pristine),.ng-dynamic-json-form .ui-basic textarea.ng-invalid:not(.ng-pristine){border-color:var(--color-error)}.ng-dynamic-json-form .ui-basic .option-button{--markerSize: 1.35em}.ng-dynamic-json-form .ui-basic .option-button:hover .marker{box-shadow:0 .2em .8em #0003}.ng-dynamic-json-form .ui-basic .option-button .marker{position:relative;flex-shrink:0;display:block;width:var(--markerSize);height:var(--markerSize);cursor:pointer;transition:.25s;transition-property:background-color,box-shadow,border-color;z-index:0}.ng-dynamic-json-form .ui-basic .option-button input[type=radio]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ng-dynamic-json-form .ui-basic .option-button input[type=radio]:focus-visible~.marker{border-color:var(--color-primary);box-shadow:0 0 0 .25em var(--color-primary-lighter)}.ng-dynamic-json-form .ui-basic .option-button input[type=radio]:checked~.marker{border-color:var(--color-primary);background-color:var(--color-primary)}.ng-dynamic-json-form .ui-basic .option-button input[type=radio]:checked~.marker:before{width:60%;height:60%;background-color:#fff}.ng-dynamic-json-form .ui-basic .option-button input[type=radio]~.marker{border:solid calc(var(--input-border-width) + 1px) var(--color-border);border-radius:50%}.ng-dynamic-json-form .ui-basic .option-button input[type=radio]~.marker:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0px;height:0px;border-radius:50%;transition:.25s}.ng-dynamic-json-form .ui-basic .option-button input[type=checkbox]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ng-dynamic-json-form .ui-basic .option-button input[type=checkbox]:focus-visible~.marker{border-color:var(--color-primary);box-shadow:0 0 0 .25em var(--color-primary-lighter)}.ng-dynamic-json-form .ui-basic .option-button input[type=checkbox]:checked~.marker{border-color:var(--color-primary);background-color:var(--color-primary)}.ng-dynamic-json-form .ui-basic .option-button input[type=checkbox]:checked~.marker:before{opacity:1}.ng-dynamic-json-form .ui-basic .option-button input[type=checkbox]~.marker{border:solid calc(var(--input-border-width) + 1px) var(--color-border);border-radius:.25em}.ng-dynamic-json-form .ui-basic .option-button input[type=checkbox]~.marker:before{content:"";position:absolute;top:calc(50% - .1em);left:50%;transform:translate(-50%,-50%) rotate(45deg);width:35%;height:65%;border:solid .15em white;border-left:none;border-top:none;opacity:0;transition:.1s}.ng-dynamic-json-form .ui-basic .date-input{display:flex;gap:var(--column-gap)}.ng-dynamic-json-form .ui-basic .date-input input[type=date],.ng-dynamic-json-form .ui-basic .date-input input[type=time]{font-size:inherit;font-family:inherit}.ng-dynamic-json-form .ui-basic .date-input input[type=date]{flex:3}.ng-dynamic-json-form .ui-basic .date-input input[type=time]{flex:2}.ng-dynamic-json-form .ui-basic .range-input{--slider-thumb-size: 1.35em;position:relative;display:flex;flex-direction:column;z-index:0}.ng-dynamic-json-form .ui-basic .range-input:focus-within .current-value{opacity:1}.ng-dynamic-json-form .ui-basic .range-input.show-tick-marks{padding-top:var(--slider-thumb-size)}.ng-dynamic-json-form .ui-basic .range-input input[type=range]{appearance:none;width:100%;height:.25em;padding:0;margin:.5em 0;background:rgba(128,128,128,.2);background-image:linear-gradient(var(--color-primary),var(--color-primary));background-repeat:no-repeat;border:none;border-radius:1em;outline:none}.ng-dynamic-json-form .ui-basic .range-input input[type=range]:focus{box-shadow:none}.ng-dynamic-json-form .ui-basic .range-input input[type=range]:active::-webkit-slider-thumb,.ng-dynamic-json-form .ui-basic .range-input input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 .5em #80808040}.ng-dynamic-json-form .ui-basic .range-input input[type=range]:active::-moz-range-thumb,.ng-dynamic-json-form .ui-basic .range-input input[type=range]:focus::-moz-range-thumb{box-shadow:0 0 0 .5em #80808040}.ng-dynamic-json-form .ui-basic .range-input input[type=range]::-webkit-slider-thumb{appearance:none;width:var(--slider-thumb-size);height:var(--slider-thumb-size);border-radius:50%;border:none;background:var(--color-primary);opacity:1;cursor:pointer}.ng-dynamic-json-form .ui-basic .range-input input[type=range]::-moz-range-thumb{appearance:none;width:var(--slider-thumb-size);height:var(--slider-thumb-size);border-radius:50%;border:none;background:var(--color-primary);opacity:1;cursor:pointer}.ng-dynamic-json-form .ui-basic .range-input .tick-marks-container{position:relative;display:flex;justify-content:space-between;width:100%;height:.25em;padding:0 calc(var(--slider-thumb-size) * .5);pointer-events:none;z-index:-1}.ng-dynamic-json-form .ui-basic .range-input .tick-mark{position:relative;width:0;height:100%;z-index:0}.ng-dynamic-json-form .ui-basic .range-input .tick-mark:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:1px;height:100%;background-color:#80808080}.ng-dynamic-json-form .ui-basic .range-input .tick-mark:first-child:before,.ng-dynamic-json-form .ui-basic .range-input .tick-mark:last-child:before{content:none}.ng-dynamic-json-form .ui-basic .range-input .min-number,.ng-dynamic-json-form .ui-basic .range-input .max-number,.ng-dynamic-json-form .ui-basic .range-input .current-value{position:absolute;top:0;pointer-events:none;z-index:0}.ng-dynamic-json-form .ui-basic .range-input .min-number{left:0}.ng-dynamic-json-form .ui-basic .range-input .max-number{right:0}.ng-dynamic-json-form .ui-basic .range-input .current-value{top:calc(var(--slider-thumb-size) * -1);left:calc(var(--left));transform:translate(calc(var(--left) * -1));word-break:keep-all;background-color:var(--color-primary);color:#fff;padding:.25em .5em;border-radius:.2em;opacity:0;transition:opacity .2s;z-index:1}.ng-dynamic-json-form .ui-basic select{width:100%;padding:.75em 1em;font-size:inherit;border-radius:.5em;border:solid var(--input-border-width) var(--color-border);outline:none}.ng-dynamic-json-form .ui-basic select:hover,.ng-dynamic-json-form .ui-basic select:focus{border-color:var(--color-primary);box-shadow:0 0 0 .2em var(--color-primary-lighter)}.ng-dynamic-json-form .ui-basic .switch-button{--switch-width: 2.5em;--switch-height: 1.5em;--dot-size: calc(var(--switch-height) * .65);--dot-padding: calc((var(--switch-height) - var(--dot-size)) * .5)}.ng-dynamic-json-form .ui-basic .switch-button>input[type=checkbox]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ng-dynamic-json-form .ui-basic .switch-button>input[type=checkbox]:focus-visible~.marker{outline:solid calc(var(--input-border-width) + .01em) var(--color-primary);box-shadow:0 0 0 .35em var(--color-primary-lighter)}.ng-dynamic-json-form .ui-basic .switch-button>input[type=checkbox]:checked~.marker{outline:none}.ng-dynamic-json-form .ui-basic .switch-button>input[type=checkbox]:checked~.marker:before{background-color:var(--color-primary)}.ng-dynamic-json-form .ui-basic .switch-button>input[type=checkbox]:checked~.marker:after{left:calc(var(--switch-width) - var(--dot-padding) - var(--dot-size))}.ng-dynamic-json-form .ui-basic .switch-button>input[type=checkbox]~.marker{border:none;border-radius:var(--switch-width)}.ng-dynamic-json-form .ui-basic .switch-button>input[type=checkbox]~.marker:before{content:none}.ng-dynamic-json-form .ui-basic .switch-button .marker{position:relative;height:var(--switch-height);width:var(--switch-width);border-radius:var(--switch-width);background-color:#80808059;overflow:hidden;transition:.2s;transition-property:background-color,transform;z-index:0}.ng-dynamic-json-form .ui-basic .switch-button .marker:after{content:"";position:absolute;top:50%;left:var(--dot-padding);transform:translateY(-50%);width:var(--dot-size);height:var(--dot-size);border-radius:50%;background-color:#fff;transition:.15s}.ng-dynamic-json-form .ui-basic .switch-button .marker:active{transform:scale(.9)}.ng-dynamic-json-form .ui-basic textarea{font-size:inherit;font-family:inherit;resize:vertical}.ng-dynamic-json-form{--color-primary: #3b82f6;--color-primary-lighter: color-mix( in srgb, var(--color-primary) 30%, white 0% );--color-description: gray;--color-error: #ff4747;--color-border: gray;--font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-size-title: 1.2em;--font-size-label: 1em;--font-size-description: .925em;--font-size-error: .925em;--font-weight-title: 700;--font-weight-label: 500;--input-border-width: 1px;--row-gap: 1.5em;--column-gap: 1em;--options-column-gap: 1.85em;--options-row-gap: .25em;font-family:var(--font-family)}.ng-dynamic-json-form .grid-container{display:grid;column-gap:var(--column-gap);row-gap:var(--row-gap)}.ng-dynamic-json-form .form-label{font-size:var(--font-size-title);font-weight:var(--font-weight-title);margin-bottom:.25em;word-break:break-all}.ng-dynamic-json-form .form-description{display:block;margin-bottom:.5em;color:var(--color-description);font-size:var(--font-size-description);white-space:pre-wrap;word-break:break-all}.ng-dynamic-json-form :is(.form-group-container,.form-array-container) .grid-container{row-gap:calc(var(--row-gap) * .7)}.ng-dynamic-json-form .form-array-container .group:first-of-type{margin-top:1em}.ng-dynamic-json-form .form-array-container .group+.group{margin-top:calc(var(--form-array-item-divider-spacing) * .5);padding-top:calc(var(--form-array-item-divider-spacing) * .5);border-top:solid var(--form-array-item-divider-weight) var(--form-array-item-divider-color)}.ng-dynamic-json-form .form-array-container .group .form-array-item-header{margin-top:0}.ng-dynamic-json-form .form-control>*,.ng-dynamic-json-form .input-container>*,.ng-dynamic-json-form .loading-container>*{display:flex;flex-direction:column}.ng-dynamic-json-form .collapsible-container{transition:.2s ease}.ng-dynamic-json-form .form-control-container{min-width:0}.ng-dynamic-json-form .form-control-container .form-label{font-weight:var(--font-weight-label);font-size:var(--font-size-label)}.ng-dynamic-json-form .form-control-container .group-buttons{display:flex;flex-wrap:wrap;column-gap:var(--options-column-gap);row-gap:var(--options-row-gap)}.ng-dynamic-json-form .form-control-container .option-button{position:relative;display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;z-index:0}.ng-dynamic-json-form .no-configs-error{padding:1rem;border-radius:.25em;background-color:color-mix(in srgb,#5f43ff 8%,rgba(255,255,255,.15))}.ng-dynamic-json-form .config-validation-error code{display:block;line-height:1.25;font-size:.8em;padding:1.25em;margin-top:.5em;background-color:#ff00000d;border-radius:.25em;background-color:color-mix(in srgb,var(--color-error) 8%,rgba(255,255,255,.15));white-space:pre;overflow:auto}.ng-dynamic-json-form .error-message{display:flex;flex-direction:column;font-size:var(--font-size-error);color:var(--color-error);line-height:1.25em;margin-top:.25em}.ng-dynamic-json-form .disabled{filter:grayscale(1);opacity:.5;pointer-events:none}.ng-dynamic-json-form .hidden{display:none!important}.ng-dynamic-json-form .readonly{pointer-events:none}.ng-dynamic-json-form .readonly input,.ng-dynamic-json-form .readonly textarea{border:none;padding:0}.ng-dynamic-json-form .sr-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ng-dynamic-json-form .mat-mdc-form-field-subscript-wrapper{display:none}@layer tailwind-base,primeng-theme,primeng,tailwind-utilities;@layer tailwind-base{*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}h1{font-size:1.875rem;line-height:2.25rem;font-weight:700}@media (min-width: 1024px){h1{margin-top:1.5rem;margin-bottom:1.5rem;font-size:2.25rem;line-height:2.5rem}}h2{font-size:1.5rem;line-height:2rem;font-weight:700}@media (min-width: 1024px){h2{margin-top:1rem;margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem}}h3{font-size:1.25rem;line-height:1.75rem;font-weight:500}@media (min-width: 1024px){h3{margin-top:.5rem;margin-bottom:.5rem;font-size:1.5rem;line-height:2rem}}h4{font-weight:500}@media (min-width: 1024px){h4{font-size:1.125rem;line-height:1.75rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }}@layer tailwind-utilities{@tailwind commponents;.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-top-5{top:-1.25rem}.bottom-0{bottom:0}.bottom-8{bottom:2rem}.left-0{left:0}.left-3\/4{left:75%}.left-4{left:1rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-\[50vh\]{top:50vh}.top-\[var\(--header-height\)\]{top:var(--header-height)}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-\[1000\]{z-index:1000}.z-\[1001\]{z-index:1001}.z-\[1002\]{z-index:1002}.m-3{margin:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.-mt-\[var\(--header-height\)\]{margin-top:calc(var(--header-height) * -1)}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.ml-auto{margin-left:auto}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!h-\[calc\(100vh-var\(--header-height\)\)\]{height:calc(100vh - var(--header-height))!important}.h-10{height:2.5rem}.h-12{height:3rem}.h-6{height:1.5rem}.h-\[90\%\]{height:90%}.h-\[calc\(100vh-var\(--header-height\)\)\]{height:calc(100vh - var(--header-height))}.h-\[calc\(var\(--window-height\)-var\(--header-height\)\)\]{height:calc(var(--window-height) - var(--header-height))}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[calc\(100\%-2rem\)\]{max-height:calc(100% - 2rem)}.min-h-0{min-height:0px}.min-h-12{min-height:3rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-4\/5{width:80%}.w-64{width:16rem}.w-\[calc\(100vw-var\(--panel-width\)-2em\)\]{width:calc(100vw - var(--panel-width) - 2em)}.w-\[calc\(var\(--panel-width\)\+var\(--gutter-auto\)\)\]{width:calc(var(--panel-width) + var(--gutter-auto))}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-56{min-width:14rem}.min-w-\[200px\]{min-width:200px}.min-w-\[var\(--panel-width\)\]{min-width:var(--panel-width)}.max-w-\[calc\(95rem-var\(--panel-width\)\)\]{max-width:calc(95rem - var(--panel-width))}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[calc\(-100\%-1rem\)\]{--tw-translate-x:calc(-100% - 1rem);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[1fr\,auto\]{grid-template-columns:1fr auto}.grid-cols-\[auto\,3fr\,auto\]{grid-template-columns:auto 3fr auto}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.grid-cols-\[repeat\(3\,1fr\)\]{grid-template-columns:repeat(3,1fr)}.grid-rows-\[0fr\]{grid-template-rows:0fr}.grid-rows-\[1fr\]{grid-template-rows:1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-3{column-gap:.75rem}.gap-y-2{row-gap:.5rem}.gap-y-6{row-gap:1.5rem}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.\!overflow-visible{overflow:visible!important}.overflow-x-auto{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.break-keep{word-break:keep-all}.\!rounded-full{border-radius:9999px!important}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-\[var\(--border-color-25\)\]{border-color:var(--border-color-25)}.border-\[var\(--border-color-50\)\]{border-color:var(--border-color-50)}.border-\[var\(--primary-500\)\]{border-color:var(--primary-500)}.border-gray-500\/25{border-color:#6b728040}.border-gray-500\/30{border-color:#6b72804d}.border-transparent{border-color:transparent}.bg-\[rgb\(var\(--bg-color-rgb\)\)\]{background-color:rgb(var(--bg-color-rgb))}.bg-\[rgba\(var\(--bg-color-rgb\)\,0\.25\)\]{background-color:rgba(var(--bg-color-rgb),.25)}.bg-\[rgba\(var\(--body-bg-color-rgb\)\,0\.65\)\]{background-color:rgba(var(--body-bg-color-rgb),.65)}.bg-\[rgba\(var\(--text-color-rgb\)\,0\.075\)\]{background-color:rgba(var(--text-color-rgb),.075)}.bg-\[var\(--body-bg-color\)\]{background-color:var(--body-bg-color)}.bg-\[var\(--primary-500\)\]{background-color:var(--primary-500)}.bg-gray-600\/30{background-color:#4b55634d}.bg-gray-700\/10{background-color:#3741511a}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-28{padding-bottom:7rem}.pl-\[var\(--gutter-auto\)\]{padding-left:var(--gutter-auto)}.pl-\[var\(--panel-width\)\]{padding-left:var(--panel-width)}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-5{padding-top:1.25rem}.text-start{text-align:start}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.tracking-wider{letter-spacing:.05em}.text-\[rgba\(128\,128\,128\,0\.75\)\]{color:#808080bf}.text-\[var\(--primary-500\)\]{color:var(--primary-500)}.text-inherit{color:inherit}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-60{opacity:.6}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[rgba\(0\,0\,0\,0\.5\)\]{--tw-shadow-color: rgba(0,0,0,.5);--tw-shadow: var(--tw-shadow-colored)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[opacity\]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-100{transition-delay:.1s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-\[cubic-bezier\(\.11\,\.99\,\.57\,1\)\]{transition-timing-function:cubic-bezier(.11,.99,.57,1)}}.p-overflow-hidden{overflow:hidden;padding-right:var(--scrollbar-width)}@layer primeng{.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default!important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-unselectable-text{-webkit-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@keyframes p-fadein{0%{opacity:0}to{opacity:1}}input[type=button],input[type=submit],input[type=reset],input[type=file]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}.p-link:disabled{cursor:default}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.p-connected-overlay{opacity:0;transform:scaleY(.8);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-icon-wrapper{display:inline-flex}.p-icon{display:inline-block}.p-icon-spin{animation:p-icon-spin 2s infinite linear}}@keyframes p-icon-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@layer primeng{.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default;pointer-events:none}.p-button-icon-only{justify-content:center}.p-button-icon-only:after{content:"p";visibility:hidden;clip:rect(0 0 0 0);width:0}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}p-button[iconpos=right] spinnericon{order:1}.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-checkbox-disabled{cursor:default!important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}}.p-colorpicker-panel .p-colorpicker-color{background:transparent url(color.dae87a04d07ca92b.png) no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url(hue.8b1818380241e6ac.png) no-repeat left top}@layer primeng{.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-inputgroup .p-inputwrapper>.p-component{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea~label{top:1rem}.p-float-label input:focus~label,.p-float-label input.p-filled~label,.p-float-label textarea:focus~label,.p-float-label textarea.p-filled~label,.p-float-label .p-inputwrapper-focus~label,.p-float-label .p-inputwrapper-filled~label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill~label{top:-20px;font-size:12px}.p-float-label .p-placeholder,.p-float-label input::placeholder,.p-float-label .p-inputtext::placeholder{opacity:0;transition-property:all;transition-timing-function:ease}.p-float-label .p-focus .p-placeholder,.p-float-label input:focus::placeholder,.p-float-label .p-inputtext:focus::placeholder{opacity:1;transition-property:all;transition-timing-function:ease}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-left>.p-icon-wrapper,.p-input-icon-right>i,.p-input-icon-right>.p-icon-wrapper{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-password-input::-ms-reveal,.p-password-input::-ms-clear{display:none}.p-password-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-password-clearable.p-password-mask .p-password-clear-icon{margin-top:unset}.p-password-clearable{position:relative}.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,.5);border-radius:100%;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none!important}}@keyframes ripple{to{opacity:0;transform:scale(2.5)}}@layer primeng{.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem;pointer-events:none}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}}.ng-dynamic-json-form{--color-primary: var(--primary-500);--color-border: rgba(128, 128, 128, .5)}.ng-dynamic-json-form .ui-basic input,.ng-dynamic-json-form .ui-basic select{background-color:rgba(var(--bg-color-rgb),.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}select.doc-form-element{border-width:1px;border-color:var(--border-color-25);padding:.5rem 1rem}select.doc-form-element:hover{border-color:var(--primary-500)}select.doc-form-element,input.doc-form-element,textarea.doc-form-element{background-color:rgb(var(--bg-color-rgb));color:rgb(var(--text-color-rgb))}input.doc-form-element,select.doc-form-element{width:100%;padding:.5rem;border-radius:.5rem;font-size:inherit;outline:none}.example-wrapper{display:grid;grid-template-columns:2fr 3fr;gap:1rem;margin-bottom:3.5rem;color:rgb(var(--text-color-rgb))}.glassmorphism-effect,.css-grid-example .form-control,.css-grid-example .form-group{background:rgb(255,204,133);background:linear-gradient(333deg,rgba(177,248,248,.6) 0%,rgba(252,209,255,.6) 100%);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(7.8px);-webkit-backdrop-filter:blur(7.8px)}.css-grid-example .form-group{display:grid;row-gap:1.5rem;column-gap:.85rem;grid-auto-rows:max-content;padding:1rem;margin:.5rem;border-radius:.5rem}.css-grid-example .form-control{display:flex;justify-content:center;align-items:center;padding:.75rem 1rem;border-radius:.5rem;background:rgba(255,255,255,.5);border:2px solid white}.docs-control-layout{position:relative;border:solid 1px rgb(112,57,154);border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,rgb(112,57,154) 5%,var(--body-bg-color));color:#70399a;z-index:0}.docs-control-layout .description,.docs-control-layout .input-area{position:relative;border:solid 1px #2d2d2d;border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,#2d2d2d 5%,var(--body-bg-color));color:#2d2d2d;z-index:0}.docs-control-layout .label{position:relative;border:solid 1px #4d9471;border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,#4d9471 5%,var(--body-bg-color));color:#4d9471;z-index:0}.docs-control-layout .content{position:relative;border:solid 1px rgb(24,108,244);border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,rgb(24,108,244) 5%,var(--body-bg-color));color:#186cf4;z-index:0}.docs-control-layout input{border:solid 1px var(--border-color-50);margin:1rem 0}.docs-control-layout .errors{position:relative;border:solid 1px rgb(255,42,0);border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,rgb(255,42,0) 5%,var(--body-bg-color));color:#ff2a00;z-index:0}html.dark .glassmorphism-effect,html.dark .css-grid-example .form-group,.css-grid-example html.dark .form-group,html.dark .css-grid-example .form-control,.css-grid-example html.dark .form-control{background:linear-gradient(310deg,rgba(255,67,111,.15),rgba(95,67,255,.22))}html.dark .css-grid-example .form-control{background:rgba(255,255,255,.1)}html.dark .docs-control-layout{position:relative;border:solid 1px rgb(166,111,207);border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,rgb(166,111,207) 5%,var(--body-bg-color));color:#a66fcf;z-index:0}html.dark .docs-control-layout .description,html.dark .docs-control-layout .input-area{position:relative;border:solid 1px #959595;border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,#959595 5%,var(--body-bg-color));color:#959595;z-index:0}html.dark .docs-control-layout .label{position:relative;border:solid 1px #29935e;border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,#29935e 5%,var(--body-bg-color));color:#29935e;z-index:0}html.dark .docs-control-layout .content{position:relative;border:solid 1px rgb(24,108,244);border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,rgb(24,108,244) 5%,var(--body-bg-color));color:#186cf4;z-index:0}html.dark .docs-control-layout .errors{position:relative;border:solid 1px rgb(196,33,0);border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,rgb(196,33,0) 5%,var(--body-bg-color));color:#c42100;z-index:0}@media (prefers-color-scheme: dark){.glassmorphism-effect,.css-grid-example .form-group,.css-grid-example .form-control{background:linear-gradient(310deg,rgba(255,67,111,.15),rgba(95,67,255,.22))}.css-grid-example .form-control{background:rgba(255,255,255,.1)}.docs-control-layout{position:relative;border:solid 1px rgb(166,111,207);border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,rgb(166,111,207) 5%,var(--body-bg-color));color:#a66fcf;z-index:0}.docs-control-layout .description,.docs-control-layout .input-area{position:relative;border:solid 1px #959595;border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,#959595 5%,var(--body-bg-color));color:#959595;z-index:0}.docs-control-layout .label{position:relative;border:solid 1px #29935e;border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,#29935e 5%,var(--body-bg-color));color:#29935e;z-index:0}.docs-control-layout .content{position:relative;border:solid 1px rgb(24,108,244);border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,rgb(24,108,244) 5%,var(--body-bg-color));color:#186cf4;z-index:0}.docs-control-layout .errors{position:relative;border:solid 1px rgb(196,33,0);border-radius:.25rem;padding:.35rem .85rem;margin:1rem 0;background-color:color-mix(in srgb,rgb(196,33,0) 5%,var(--body-bg-color));color:#c42100;z-index:0}}@media screen and (max-width: 992px){.example-wrapper{grid-template-columns:1fr}}.markdown>*:first-child{margin-top:0!important}.markdown h1,.markdown h2,.markdown h3{margin-top:3rem}.markdown h1+:is(h1,h2,h3,h4,h5,h6),.markdown h2+:is(h1,h2,h3,h4,h5,h6),.markdown h3+:is(h1,h2,h3,h4,h5,h6){margin-top:1rem}.markdown h4,.markdown h5,.markdown h6{margin-top:1.65rem}.markdown h4+:is(h1,h2,h3,h4,h5,h6),.markdown h5+:is(h1,h2,h3,h4,h5,h6),.markdown h6+:is(h1,h2,h3,h4,h5,h6){margin-top:1rem}.markdown a{position:relative;color:var(--primary-500);text-align:center;z-index:0}.markdown a:hover{text-decoration:underline}.markdown :is(p,ul)+:is(p,ul){margin-top:1rem;margin-bottom:1rem}.markdown hr{margin:2.5rem 0}.markdown ol{list-style:decimal;margin-block-start:.5rem;padding-inline-start:1.5rem}.markdown ul{list-style-type:disc;padding-left:1.25rem}.markdown li+li{margin-top:.25rem;margin-bottom:.25rem}.markdown :is(doc-tab,doc-code,blockquote) pre{margin-top:0;margin-bottom:0}.markdown doc-tab pre{border-radius:0}.markdown pre{margin-top:.5rem;margin-bottom:.5rem;max-height:100%;overflow:hidden;border-radius:.375rem}.markdown code{font-size:.875rem;line-height:1.25rem}.markdown code:not([class*=lang]){display:inline-block;padding:.1em .5em;margin:.1rem;font-size:.925em;background-color:#8080801a;border-radius:3px}.markdown blockquote{padding:.5rem .5rem .5rem 1rem;margin-block:1rem;margin-inline:0;border-left:solid 5px color-mix(in srgb,var(--primary-400) 75%,rgb(128,128,128));border-radius:.2rem;background-color:color-mix(in srgb,var(--primary-200) 20%,rgba(255,255,255,.05))}.markdown blockquote p{margin-block:.25rem}.markdown table{border-collapse:collapse;width:100%;padding:1rem}.markdown table th{padding:.5rem;border-block:solid 1px rgba(128,128,128,.5);color:gray;font-weight:400;text-transform:uppercase;text-align:start}.markdown table td{padding:.5rem;border-bottom:solid 1px rgba(128,128,128,.15)}.markdown table tr:nth-child(2n){background-color:#80808011}.markdown .table-wrapper{width:100%;overflow-x:auto;overflow-y:hidden;margin:1rem 0}.markdown .code-wrapper{position:relative;z-index:0}.markdown .code-wrapper pre{padding-right:5rem}.markdown .code-wrapper .code-tag{position:absolute;top:.5rem;right:0;color:gray;padding:.25rem .75rem;border-radius:.2rem;font-size:.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}@media screen and (max-width: 992px){.markdown h1,.markdown h2,.markdown h3{margin-top:1.25rem}.markdown h1+:is(h1,h2,h3,h4,h5,h6),.markdown h2+:is(h1,h2,h3,h4,h5,h6),.markdown h3+:is(h1,h2,h3,h4,h5,h6){margin-top:.5rem}.markdown h4,.markdown h5,.markdown h6{margin-top:.75rem}.markdown h4+:is(h1,h2,h3,h4,h5,h6),.markdown h5+:is(h1,h2,h3,h4,h5,h6),.markdown h6+:is(h1,h2,h3,h4,h5,h6){margin-top:.5rem}}@media (min-width: 992px){.beauty-scrollbar::-webkit-scrollbar{background-color:transparent;width:1.25rem;height:1.25rem}.beauty-scrollbar::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem;background-clip:content-box;border:solid 8px transparent}.beauty-scrollbar::-webkit-scrollbar-thumb:hover{border-width:7px}.beauty-scrollbar::-webkit-scrollbar-corner{background-color:transparent}.beauty-scrollbar.affect-child *::-webkit-scrollbar{background-color:transparent;width:1.25rem;height:1.25rem}.beauty-scrollbar.affect-child *::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem;background-clip:content-box;border:solid 8px transparent}.beauty-scrollbar.affect-child *::-webkit-scrollbar-thumb:hover{border-width:7px}.beauty-scrollbar.affect-child *::-webkit-scrollbar-corner{background-color:transparent}}.hidden-scrollbar::-webkit-scrollbar{display:none;height:0;visibility:hidden;opacity:0}@media (min-width: 992px){body::-webkit-scrollbar{background-color:transparent;width:1.25rem;height:1.25rem}body::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem;background-clip:content-box;border:solid 8px transparent}body::-webkit-scrollbar-thumb:hover{border-width:7px}body::-webkit-scrollbar-corner{background-color:transparent}}.as-split-gutter{position:relative!important;background-color:var(--border-color-25)!important}.as-split-gutter:hover{background-color:gray!important}.as-split-gutter:hover>.as-split-gutter-icon{opacity:1}.as-split-gutter>.as-split-gutter-icon{position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important;width:1.25rem!important;background-color:#80808026;opacity:0}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;pointer-events:none;transition:.25s;z-index:998;opacity:0}.backdrop.active{opacity:1}.loading-indicator{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);width:2rem;height:2rem}.loading-indicator:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#130d33}.docs-index-container{display:grid;place-items:flex-start}.docs-index-container a:hover{color:var(--primary-500)}.docs-index-container a.active{color:var(--primary-500);font-weight:700}:root{--primary-50: #f7f6ff;--primary-100: #efecff;--primary-200: #cfc7ff;--primary-300: #afa1ff;--primary-400: #8f7bff;--primary-500: #5f43ff;--primary-600: #4c36cc;--primary-700: #392899;--primary-800: #261b66;--primary-900: #130d33;--bg-color-rgb: 255, 255, 255;--body-bg-color-rgb: 255, 255, 255;--text-color-rgb: 35, 35, 35;--body-bg-color: rgb(var(--body-bg-color-rgb));--code-bg-color: rgb(215, 215, 215);--border-color-25: rgba(128, 128, 128, .25);--border-color-50: rgba(128, 128, 128, .5);--page-max-width: 100rem;--gutter-auto: calc(50% - var(--page-max-width) * .5)}:root.dark{--primary-900: #f7f6ff;--primary-800: #c7c3df;--primary-700: #afa9d1;--primary-600: #968ec2;--primary-500: #7d74b4;--primary-400: #6559a6;--primary-300: #4f4681;--primary-200: #38325d;--primary-100: #221e38;--primary-50: #0c0b14;--body-bg-color-rgb: 35, 35, 35;--bg-color-rgb: 40, 40, 40;--text-color-rgb: 150, 150, 150;--code-bg-color: rgb(36, 36, 36)}html{font-family:Roboto,Noto Sans TC,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{display:flex;min-height:100vh;flex-direction:column;background-color:var(--body-bg-color);color:rgb(var(--text-color-rgb))}.bi,[class*=" bi-"],[class^=bi-]{display:block;width:1.25em;height:1.25em}doc-code,doc-tab{margin-top:1rem;margin-bottom:1rem;overflow:hidden;border-radius:.5rem;border-width:1px;border-color:var(--border-color-25)}doc-code:not(.hidden),doc-tab:not(.hidden){display:block}doc-code{border-width:0px}doc-tab doc-code{margin-top:0;margin-bottom:0;border-radius:0;border-width:0px}@media (prefers-color-scheme: dark){:root:not(.light){--primary-900: #f7f6ff;--primary-800: #c7c3df;--primary-700: #afa9d1;--primary-600: #968ec2;--primary-500: #7d74b4;--primary-400: #6559a6;--primary-300: #4f4681;--primary-200: #38325d;--primary-100: #221e38;--primary-50: #0c0b14;--body-bg-color-rgb: 35, 35, 35;--bg-color-rgb: 40, 40, 40;--text-color-rgb: 150, 150, 150;--code-bg-color: rgb(36, 36, 36)}}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[var\(--border-color-50\)\]:hover{border-color:var(--border-color-50)}.hover\:bg-\[color-mix\(in_srgb\,var\(--primary-50\)85\%\,var\(--primary-500\)\)\]:hover{background-color:color-mix(in srgb,var(--primary-50)85%,var(--primary-500))}.hover\:bg-\[var\(--primary-500\)\]:hover{background-color:var(--primary-500)}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:shadow:hover{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:drop-shadow-lg:hover{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-\[var\(--border-color-50\)\]:focus{border-color:var(--border-color-50)}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:border-\[var\(--border-color-25\)\]{border-color:var(--border-color-25)}.md\:p-0{padding:0}.md\:px-0{padding-left:0;padding-right:0}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:top-\[35vh\]{top:35vh}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-24{margin-top:6rem}.lg\:block{display:block}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:border-0{border-width:0px}.lg\:p-0{padding:0}.lg\:p-3{padding:.75rem}.lg\:p-4{padding:1rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}} diff --git a/get-routes.js b/get-routes.js new file mode 100644 index 00000000..a9d1dfcc --- /dev/null +++ b/get-routes.js @@ -0,0 +1,42 @@ +/**https://samvloeberghs.be/posts/angular-v9-universal-ssr-and-prerendering-out-of-the-box/#rendering-more-dynamic-routes */ + +const fs = require("fs"); +const hostOrigin = "http://localhost:4201"; +const docsPath = `${hostOrigin}/assets/docs`; +const routesFile = "./routes.txt"; +const endOfLine = require("os").EOL; +const staticRoutes = ["/", "/playground"]; + +fetch(`${docsPath}/index.md`).then(async (res) => { + if (!res.ok) return; + const data = await res.text(); + const allIndexPaths = data.match(/(\.+\/){1,}.+\.md/g); + const allVersions = + `${data}`.match(/(##)\s(\d\.){1,}(\d*)\s*(\(deprecated\))*/g) || []; + + const targetVersion = allVersions + .map((x) => x.split("##")[1].trim()[0]) + .sort() + .reverse()[0]; + + const targetIndexPaths = allIndexPaths.filter( + (x) => x.indexOf(`/v${targetVersion}/`) > -1 + ); + + const routes = await targetIndexPaths.reduce(async (acc, curr) => { + const req = await fetch(`${docsPath}/${curr.replace(/(\.+\/){1,}/, "")}`); + const fileList = await req.text(); + if (!fileList) return acc; + + const result = fileList + .match(/v{1,}.+\.md/g) + .map((x) => x.replace(/v{1,}\d*\//, "")) + .map((x) => `/docs/${x}`); + + (await acc).push(...result); + return acc; + }, Promise.resolve([])); + + routes.unshift(...staticRoutes); + fs.writeFileSync(routesFile, routes.join(endOfLine), "utf-8"); +}); diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 00000000..42c5ea6f --- /dev/null +++ b/jest.config.js @@ -0,0 +1,5 @@ +module.exports = { + preset: "jest-preset-angular", + setupFilesAfterEnv: ["/setup-jest.ts"], + globalSetup: "jest-preset-angular/global-setup", +}; diff --git a/projects/ng-dynamic-json-form/README.md b/lib/README.md similarity index 61% rename from projects/ng-dynamic-json-form/README.md rename to lib/README.md index a4e1c7c9..03dd6c42 100644 --- a/projects/ng-dynamic-json-form/README.md +++ b/lib/README.md @@ -6,12 +6,12 @@ Generate Angular reactive form with JSON data. Support conditional rendering and ## Features -- Conditional visibility and validators based on the value of other control. -- Create FormControl, FormGroup and FormArray, with unlimited nesting level. -- Supports Angular built in validators and custom validators. -- Support custom components. -- Support third party UI libraries. -- Flexible form layout. +- Create form with unlimited nesting level +- Toggle control status (hidden or disabled) and validators depends on value from other control +- Supports Angular built in validators and custom validators +- Support custom components +- Support third party UI libraries +- Flexible form layout ## Documentation and demo diff --git a/lib/core/components/content-wrapper/content-wrapper.component.html b/lib/core/components/content-wrapper/content-wrapper.component.html new file mode 100644 index 00000000..d1a7df57 --- /dev/null +++ b/lib/core/components/content-wrapper/content-wrapper.component.html @@ -0,0 +1,78 @@ + + + + + + +
    + + + + + + + + + +
    +
    + + + + {{ data.description }} + diff --git a/lib/core/components/content-wrapper/content-wrapper.component.ts b/lib/core/components/content-wrapper/content-wrapper.component.ts new file mode 100644 index 00000000..8fe109e4 --- /dev/null +++ b/lib/core/components/content-wrapper/content-wrapper.component.ts @@ -0,0 +1,55 @@ +import { CommonModule } from '@angular/common'; +import { Component, Input, inject } from '@angular/core'; +import { AbstractControl } from '@angular/forms'; +import { ControlLayoutDirective } from '../../directives/control-layout.directive'; +import { FormControlConfig } from '../../models'; +import { FormLayout } from '../../models/form-layout.interface'; +import { IsControlRequiredPipe } from '../../pipes/is-control-required.pipe'; +import { GlobalVariableService } from '../../services/global-variable.service'; +import { ErrorMessageComponent } from '../error-message/error-message.component'; +import { FormLabelComponent } from '../form-label/form-label.component'; + +@Component({ + selector: 'content-wrapper', + standalone: true, + imports: [ + CommonModule, + FormLabelComponent, + ErrorMessageComponent, + ControlLayoutDirective, + IsControlRequiredPipe, + ], + templateUrl: './content-wrapper.component.html', + styles: [], +}) +export class ContentWrapperComponent { + private _globalVariableService = inject(GlobalVariableService); + + @Input() config?: FormControlConfig; + @Input() control?: AbstractControl; + @Input() collapsibleState?: FormLayout['contentCollapsible']; + @Input() controlLayoutDisabled = false; + + errorComponents = this._globalVariableService.errorComponents; + errorTemplates = this._globalVariableService.errorTemplates; + errorComponentDefault = this._globalVariableService.errorComponentDefault; + errorTemplateDefault = this._globalVariableService.errorTemplateDefault; + labelComponents = this._globalVariableService.labelComponents; + labelTemplates = this._globalVariableService.labelTemplates; + labelComponentDefault = this._globalVariableService.labelComponentDefault; + labelTemplateDefault = this._globalVariableService.labelTemplateDefault; + + get showErrors(): boolean { + const controlTouched = this.control?.touched ?? false; + const controlDirty = this.control?.dirty ?? false; + const hasErrors = !!this.control?.errors; + + // Secondary condition + if (this._globalVariableService.hideErrorMessage$.value) { + return false; + } + + // Last resort + return (controlDirty || controlTouched) && hasErrors; + } +} diff --git a/lib/core/components/custom-control/custom-control.component.ts b/lib/core/components/custom-control/custom-control.component.ts new file mode 100644 index 00000000..c36c0e20 --- /dev/null +++ b/lib/core/components/custom-control/custom-control.component.ts @@ -0,0 +1,58 @@ +import { Component } from '@angular/core'; +import { + AbstractControl, + ControlValueAccessor, + ValidationErrors, + Validator, +} from '@angular/forms'; +import { FormControlConfig, OptionItem } from '../../models'; + +@Component({ + selector: 'custom-control', + template: ``, + standalone: true, +}) +export class CustomControlComponent implements ControlValueAccessor, Validator { + /**Must assign it with instance of `AbstractControl` + * @example + * override control = new FormControl() 'or' new UntypedFormControl(); + * override control = new FormGroup() 'or' new UntypedFormGroup(); + * override control = new FormArray() 'or' new UntypedFormArray(); + */ + public control?: AbstractControl; + public data?: FormControlConfig; + + writeValue(obj: any): void { + this.control?.patchValue(obj); + } + + registerOnChange(fn: any): void { + this.control?.valueChanges.subscribe(fn); + } + + registerOnTouched(fn: any): void { + return; + } + + setDisabledState(isDisabled: boolean): void { + isDisabled ? this.control?.disable() : this.control?.enable(); + } + + validate(control: AbstractControl): ValidationErrors | null { + return this.control?.errors ?? null; + } + + markAsDirty(): void {} + + markAsTouched(): void {} + + setErrors(errors: ValidationErrors | null): void {} + + onOptionsGet(data: OptionItem[]): void { + if (!this.data || !this.data.options) { + return; + } + + this.data.options.data = data; + } +} diff --git a/lib/core/components/custom-error-message/custom-error-message.abstract.ts b/lib/core/components/custom-error-message/custom-error-message.abstract.ts new file mode 100644 index 00000000..c3668213 --- /dev/null +++ b/lib/core/components/custom-error-message/custom-error-message.abstract.ts @@ -0,0 +1,6 @@ +import { AbstractControl, FormControl } from '@angular/forms'; + +export abstract class CustomErrorMessage { + control: AbstractControl = new FormControl(); + errorMessages: string[] = []; +} diff --git a/lib/core/components/custom-form-label/custom-form-label.abstract.ts b/lib/core/components/custom-form-label/custom-form-label.abstract.ts new file mode 100644 index 00000000..2e8580c0 --- /dev/null +++ b/lib/core/components/custom-form-label/custom-form-label.abstract.ts @@ -0,0 +1,9 @@ +import { FormLayout } from '../../models/form-layout.interface'; + +export abstract class CustomFormLabel { + collapsible = false; + expand = false; + label?: string; + layout?: FormLayout; + props?: any; +} diff --git a/lib/core/components/error-message/error-message.component.html b/lib/core/components/error-message/error-message.component.html new file mode 100644 index 00000000..3e599257 --- /dev/null +++ b/lib/core/components/error-message/error-message.component.html @@ -0,0 +1,16 @@ + + + + + + + +
    {{ error }}
    +
    +
    diff --git a/lib/core/components/error-message/error-message.component.ts b/lib/core/components/error-message/error-message.component.ts new file mode 100644 index 00000000..e81844c2 --- /dev/null +++ b/lib/core/components/error-message/error-message.component.ts @@ -0,0 +1,82 @@ +import { CommonModule } from '@angular/common'; +import { + AfterViewInit, + Component, + DestroyRef, + HostBinding, + Input, + TemplateRef, + Type, + ViewChild, + ViewContainerRef, + inject, +} from '@angular/core'; +import { takeUntilDestroyed } from '@angular/core/rxjs-interop'; +import { AbstractControl } from '@angular/forms'; +import { tap } from 'rxjs'; +import { ControlLayoutDirective } from '../../directives/control-layout.directive'; +import { ValidatorConfig } from '../../models'; +import { FormValidationService } from '../../services/form-validation.service'; +import { CustomErrorMessage } from '../custom-error-message/custom-error-message.abstract'; + +@Component({ + selector: 'error-message', + standalone: true, + imports: [CommonModule, ControlLayoutDirective], + templateUrl: './error-message.component.html', +}) +export class ErrorMessageComponent implements AfterViewInit { + private _internal_destroyRef = inject(DestroyRef); + private _internal_formValidationService = inject(FormValidationService); + private _customComponent: CustomErrorMessage | null = null; + + @Input() control?: AbstractControl; + @Input() validators?: ValidatorConfig[]; + @Input() customComponent?: Type; + @Input() customTemplate?: TemplateRef; + + @ViewChild('componentAnchor', { read: ViewContainerRef }) + componentAnchor!: ViewContainerRef; + + @HostBinding('class') hostClass = 'error-message'; + + errorMessages: string[] = []; + + ngAfterViewInit(): void { + this._injectComponent(); + this._getErrorMessages(); + } + + private _injectComponent(): void { + if (!this.customComponent || !this.componentAnchor) { + return; + } + + this.componentAnchor.clear(); + const componentRef = this.componentAnchor.createComponent( + this.customComponent + ); + + this._customComponent = componentRef.instance; + + if (this.control) { + componentRef.instance.control = this.control; + } + } + + private _getErrorMessages(): void { + this._internal_formValidationService + .getErrorMessages$(this.control, this.validators) + .pipe( + tap((x) => { + this.errorMessages = x; + + if (this._customComponent) { + this._customComponent.errorMessages = [...this.errorMessages]; + } + }), + takeUntilDestroyed(this._internal_destroyRef) + ) + .subscribe(); + } +} diff --git a/lib/core/components/form-control/form-control.component.html b/lib/core/components/form-control/form-control.component.html new file mode 100644 index 00000000..572e77d2 --- /dev/null +++ b/lib/core/components/form-control/form-control.component.html @@ -0,0 +1,29 @@ + +
    + + + + + +
    + +
    + + + + + +
    +
    diff --git a/lib/core/components/form-control/form-control.component.ts b/lib/core/components/form-control/form-control.component.ts new file mode 100644 index 00000000..34b7de78 --- /dev/null +++ b/lib/core/components/form-control/form-control.component.ts @@ -0,0 +1,345 @@ +import { CommonModule } from '@angular/common'; +import { + AfterViewInit, + ChangeDetectorRef, + Component, + ComponentRef, + DestroyRef, + HostBinding, + HostListener, + Input, + OnDestroy, + OnInit, + Type, + ViewChild, + ViewContainerRef, + forwardRef, + inject, +} from '@angular/core'; +import { takeUntilDestroyed } from '@angular/core/rxjs-interop'; +import { + AbstractControl, + ControlValueAccessor, + NG_VALIDATORS, + NG_VALUE_ACCESSOR, + ValidationErrors, + Validator, +} from '@angular/forms'; +import { combineLatest, delay, startWith, tap } from 'rxjs'; +import { FormControlConfig, OptionItem } from '../../models'; +import { + FormReadyStateService, + GlobalVariableService, + OptionsDataService, +} from '../../services'; +import { UI_BASIC_COMPONENTS } from '../../ui-basic/ui-basic-components.constant'; +import { UiBasicInputComponent } from '../../ui-basic/ui-basic-input/ui-basic-input.component'; +import { ContentWrapperComponent } from '../content-wrapper/content-wrapper.component'; +import { CustomControlComponent } from '../custom-control/custom-control.component'; + +@Component({ + selector: 'form-control', + standalone: true, + imports: [CommonModule, ContentWrapperComponent], + templateUrl: './form-control.component.html', + providers: [ + { + provide: NG_VALUE_ACCESSOR, + useExisting: forwardRef(() => FormControlComponent), + multi: true, + }, + { + provide: NG_VALIDATORS, + useExisting: forwardRef(() => FormControlComponent), + multi: true, + }, + ], + styles: [':host { display: block }'], +}) +export class FormControlComponent + implements OnInit, AfterViewInit, OnDestroy, ControlValueAccessor, Validator +{ + private _cd = inject(ChangeDetectorRef); + private _destroyRef = inject(DestroyRef); + private _globalVariableService = inject(GlobalVariableService); + private _formReadyStateService = inject(FormReadyStateService); + private _optionsDataService = inject(OptionsDataService); + + private _uiComponents = this._globalVariableService.uiComponents; + private _hideErrorMessage$ = this._globalVariableService.hideErrorMessage$; + + private _controlComponent?: CustomControlComponent; + private _pendingValue: any = null; + + private _onChange = (_: any) => {}; + private _onTouched = () => {}; + + @Input() data?: FormControlConfig; + @Input() control?: AbstractControl; + @Input() customComponent?: Type; + + @ViewChild('inputComponentAnchor', { read: ViewContainerRef }) + inputComponentAnchor!: ViewContainerRef; + + @HostBinding('class') hostClass = 'form-control'; + + @HostListener('focusout', ['$event']) + onFocusOut(): void { + if (this.data?.type === 'select') { + // For select component, trigger when it's blurred. + // It's implemented on the corresponding component. + return; + } + + this._onTouched(); + } + + customTemplates = this._globalVariableService.customTemplates; + loadingComponent = this._globalVariableService.loadingComponent; + loadingTemplate = this._globalVariableService.loadingTemplate; + + loading = false; + useCustomLoading = false; + + writeValue(obj: any): void { + this._pendingValue = obj; + this._controlComponent?.writeValue(obj); + } + + registerOnChange(fn: (_: any) => void): void { + this._onChange = fn; + } + + registerOnTouched(fn: () => void): void { + this._onTouched = fn; + } + + setDisabledState?(isDisabled: boolean): void { + this._controlComponent?.setDisabledState(isDisabled); + } + + validate(control: AbstractControl): ValidationErrors | null { + return this._controlComponent?.validate(control) ?? null; + } + + ngOnInit(): void { + this.useCustomLoading = + Boolean(this.loadingComponent) || Boolean(this.loadingTemplate); + } + + ngAfterViewInit(): void { + this._injectInputComponent(); + this._fetchOptions(); + this._errorMessageEvent(); + this._cd.detectChanges(); + } + + ngOnDestroy(): void { + this.control = undefined; + this.data = undefined; + } + + get showErrors(): boolean { + const controlTouched = this.control?.touched ?? false; + const controlDirty = this.control?.dirty ?? false; + const hasErrors = !!this.control?.errors; + + if (this._hideErrorMessage$) { + return false; + } + + return (controlDirty || controlTouched) && hasErrors; + } + + private _injectComponent( + vcr?: ViewContainerRef, + component?: Type + ): ComponentRef | null { + if (!vcr || !component) return null; + + vcr.clear(); + const componentRef = vcr.createComponent(component); + return componentRef; + } + + private _injectInputComponent(): void { + if (this.customTemplates?.[this.data?.formControlName ?? '']) { + return; + } + + const inputComponent = + this.customComponent || + this._uiComponents?.[this._inputType] || + UI_BASIC_COMPONENTS[this._inputType] || + UiBasicInputComponent; + + const componentRef = this._injectComponent( + this.inputComponentAnchor, + inputComponent + ); + + if (!componentRef) return; + + componentRef.instance.data = this.data; + componentRef.instance.writeValue(this._pendingValue); + + if (!this.data?.readonly) { + componentRef.instance.registerOnChange(this._onChange); + componentRef.instance.registerOnTouched(this._onTouched); + } + + this._controlComponent = componentRef.instance; + } + + private _fetchOptions(): void { + if (!this.data || !this.data.options) { + this._pendingValue = null; + this._formReadyStateService.optionsLoading(false); + return; + } + + const { + src, + srcAppendPosition, + autoSelectFirst, + data = [], + } = this.data.options; + + const updateControlValue = (value: any) => { + this.control?.setValue(value); + this._controlComponent?.writeValue(value); + }; + + if (!src) { + if (autoSelectFirst && data.length > 0) { + updateControlValue(data[0]?.value); + } + + return; + } + + const staticOptions = this.data.options.data || []; + const onOptionsGet = (data: OptionItem[]) => { + const options = + srcAppendPosition === 'before' + ? data.concat(staticOptions) + : staticOptions.concat(data); + + if (this._pendingValue) { + updateControlValue(this._pendingValue); + this._pendingValue = null; + } else if (autoSelectFirst && options.length > 0) { + updateControlValue(options[0].value); + } else if (typeof src !== 'string' && (src.filter || src.trigger)) { + updateControlValue(null); + } + + this._controlComponent?.onOptionsGet(options); + this._formReadyStateService.optionsLoading(false); + this.loading = false; + }; + + const valueChangesCallback = () => { + this.loading = true; + }; + + this.loading = true; + this._formReadyStateService.optionsLoading(true); + + if (typeof src === 'string') { + const source$ = this._globalVariableService.optionsSources?.[src]; + if (!source$) return; + + source$.pipe(tap((x) => onOptionsGet(x))).subscribe(); + } else { + this._optionsDataService + .getOptions$(src, valueChangesCallback) + .pipe(tap((x) => onOptionsGet(x))) + .subscribe(); + } + } + + private _errorMessageEvent(): void { + if (!this._controlComponent || !this.control) return; + + const control = this.control; + const controlComponent = this._controlComponent; + + // Needs to add delay for `controlComponent.setErrors()` to work properly. + // Guess because it is called at the same time with the initialization of the control. + // Hence after the control is initialized, the status will be reset to VALID. + combineLatest([ + this._hideErrorMessage$, + control.statusChanges.pipe(startWith(control.status)), + ]) + .pipe( + delay(0), + tap(() => { + const hideErrors = this._hideErrorMessage$.value; + const errors = + hideErrors || (!control.errors && !controlComponent.control?.errors) + ? null + : control.errors; + + if (hideErrors === false) { + this._setControlDirtyOrTouched('both'); + } + + controlComponent.control?.setErrors(errors); + controlComponent.setErrors(errors); + }), + takeUntilDestroyed(this._destroyRef) + ) + .subscribe(); + } + + private _setControlDirtyOrTouched(state: 'dirty' | 'touched' | 'both'): void { + if (!this._controlComponent || !this.control) return; + + const control = this.control; + const controlComponent = this._controlComponent; + + const markAsDirty = () => { + control.markAsDirty(); + controlComponent.control?.markAsDirty(); + controlComponent.markAsDirty(); + }; + + const markAsTouched = () => { + control.markAsTouched(); + controlComponent.control?.markAsTouched(); + controlComponent.markAsTouched(); + }; + + switch (state) { + case 'both': + markAsDirty(); + markAsTouched(); + break; + + case 'dirty': + markAsDirty(); + break; + + case 'touched': + markAsTouched(); + break; + } + } + + private get _inputType(): string { + const defaultInput = !this.data?.inputMask ? 'text' : 'textMask'; + + // Fallback to text input if `type` is not specified. + if (!this.data?.type) return defaultInput; + + switch (this.data?.type) { + case 'number': + case 'text': + return defaultInput; + + default: + return this.data.type; + } + } +} diff --git a/lib/core/components/form-group/form-group.component.html b/lib/core/components/form-group/form-group.component.html new file mode 100644 index 00000000..b4543fba --- /dev/null +++ b/lib/core/components/form-group/form-group.component.html @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + diff --git a/lib/core/components/form-group/form-group.component.ts b/lib/core/components/form-group/form-group.component.ts new file mode 100644 index 00000000..1e17856f --- /dev/null +++ b/lib/core/components/form-group/form-group.component.ts @@ -0,0 +1,39 @@ +import { CommonModule } from '@angular/common'; +import { Component, HostBinding, Input, inject } from '@angular/core'; +import { ReactiveFormsModule, UntypedFormGroup } from '@angular/forms'; +import { ControlLayoutDirective } from '../../directives/control-layout.directive'; +import { HostIdDirective } from '../../directives/host-id.directive'; +import { FormControlConfig } from '../../models'; +import { FormLayout } from '../../models/form-layout.interface'; +import { ControlTypeByConfigPipe } from '../../pipes/control-type-by-config.pipe'; +import { GlobalVariableService } from '../../services/global-variable.service'; +import { ContentWrapperComponent } from '../content-wrapper/content-wrapper.component'; +import { FormControlComponent } from '../form-control/form-control.component'; + +@Component({ + selector: 'form-group', + standalone: true, + imports: [ + CommonModule, + ReactiveFormsModule, + ContentWrapperComponent, + HostIdDirective, + ControlLayoutDirective, + FormControlComponent, + ControlTypeByConfigPipe, + ], + templateUrl: './form-group.component.html', +}) +export class FormGroupComponent { + private _globalVariableService = inject(GlobalVariableService); + + @Input() configs?: FormControlConfig[]; + @Input() parentId?: string; + @Input() parentForm = new UntypedFormGroup({}); + @Input() hostLayout?: FormLayout; + @Input() collapsibleState?: FormLayout['contentCollapsible']; + + @HostBinding('class') hostClass = 'grid-container form-group-container'; + + customComponents = this._globalVariableService.customComponents; +} diff --git a/lib/core/components/form-label/form-label.component.html b/lib/core/components/form-label/form-label.component.html new file mode 100644 index 00000000..21d7b6b7 --- /dev/null +++ b/lib/core/components/form-label/form-label.component.html @@ -0,0 +1,32 @@ + + {{ label }} + + + + + + + + + + + + + + diff --git a/lib/core/components/form-label/form-label.component.scss b/lib/core/components/form-label/form-label.component.scss new file mode 100644 index 00000000..898e8cb2 --- /dev/null +++ b/lib/core/components/form-label/form-label.component.scss @@ -0,0 +1,4 @@ +:host { + align-items: center; + gap: 1rem; +} diff --git a/projects/ng-dynamic-json-form/src/lib/components/form-title/form-title.component.ts b/lib/core/components/form-label/form-label.component.ts similarity index 61% rename from projects/ng-dynamic-json-form/src/lib/components/form-title/form-title.component.ts rename to lib/core/components/form-label/form-label.component.ts index 08a6b83e..1e1bb552 100644 --- a/projects/ng-dynamic-json-form/src/lib/components/form-title/form-title.component.ts +++ b/lib/core/components/form-label/form-label.component.ts @@ -1,49 +1,68 @@ import { CommonModule } from '@angular/common'; import { - ChangeDetectorRef, Component, DestroyRef, + HostBinding, + HostListener, Input, Renderer2, SimpleChanges, + TemplateRef, + Type, ViewChild, ViewContainerRef, - inject, + inject } from '@angular/core'; import { takeUntilDestroyed } from '@angular/core/rxjs-interop'; import { filter, fromEvent, tap } from 'rxjs'; -import { ControlLayoutDirective } from '../../directives'; import { FormControlConfig } from '../../models'; import { FormLayout } from '../../models/form-layout.interface'; -import { - LayoutComponents, - LayoutTemplates, -} from '../../ng-dynamic-json-form.config'; +import { CustomFormLabel } from '../custom-form-label/custom-form-label.abstract'; @Component({ - selector: 'form-title', + selector: 'form-label', standalone: true, - imports: [CommonModule, ControlLayoutDirective], - templateUrl: './form-title.component.html', - styleUrls: ['./form-title.component.scss'], + imports: [CommonModule], + templateUrl: './form-label.component.html', + styleUrls: ['./form-label.component.scss'], }) -export class FormTitleComponent { - private _cd = inject(ChangeDetectorRef); +export class FormLabelComponent { private _renderer2 = inject(Renderer2); private _destroyRef = inject(DestroyRef); private _viewInitialized = false; + private _collapsibleElCssText = ''; + private _componentRef?: CustomFormLabel; @Input() label?: string; @Input() layout?: FormControlConfig['layout']; - @Input() extra?: FormControlConfig['extra']; + @Input() props?: FormControlConfig['props']; @Input() collapsibleEl?: HTMLElement; + /** + * State comes from root, to overwrite all the collapsible state + */ @Input() state?: FormLayout['contentCollapsible']; - @Input() customComponent?: LayoutComponents['formTitle']; - @Input() customTemplate?: LayoutTemplates['formTitle']; + @Input() customComponent?: Type; + @Input() customTemplate?: TemplateRef; @ViewChild('componentAnchor', { read: ViewContainerRef }) componentAnchor?: ViewContainerRef; + @HostBinding('class') hostClass = 'form-label'; + @HostBinding('style.display') get styleDisplay() { + if (!this.label) return null; + if (this.customComponent) return null; + + return this._collapsible ? 'flex' : 'inline-block'; + } + @HostBinding('style.cursor') get styleCursor() { + return this._collapsible ? 'pointer' : 'normal'; + } + + @HostListener('click', ['$event']) + onClick(): void { + this.toggle(); + } + collapsible = false; expand = false; @@ -52,6 +71,10 @@ export class FormTitleComponent { this.expand = value ?? !this.expand; this._setElementHeight(); + + if (this._componentRef) { + this._componentRef.expand = this.expand; + } }; ngOnChanges(simpleChanges: SimpleChanges): void { @@ -74,7 +97,6 @@ export class FormTitleComponent { ngOnInit(): void { this.collapsible = this._collapsible; - this.expand = this.state === undefined ? this.layout?.contentCollapsible === 'expand' @@ -84,15 +106,10 @@ export class FormTitleComponent { ngAfterViewInit(): void { if (this.customComponent) { this._injectComponent(); - this._cd.markForCheck(); return; } - if (this.collapsible && this.collapsibleEl) { - this._initCollapsibleEl(); - this._listenTransition(); - } - + this._initCollapsibleEl(); this._viewInitialized = true; } @@ -107,12 +124,18 @@ export class FormTitleComponent { componentRef.instance.label = this.label; componentRef.instance.layout = this.layout; - componentRef.instance.extra = this.extra; - componentRef.instance.collapsibleEl = this.collapsibleEl; + componentRef.instance.props = this.props; + componentRef.instance.collapsible = this._collapsible; + componentRef.instance.expand = this.expand; + + this._initCollapsibleEl(); + this._componentRef = componentRef.instance; } private _listenTransition(): void { - if (!this.collapsibleEl) return; + if (!this.collapsibleEl) { + return; + } const transitionEnd$ = fromEvent(this.collapsibleEl, 'transitionend', { passive: true, @@ -136,7 +159,13 @@ export class FormTitleComponent { } private _initCollapsibleEl(): void { + if (!this.collapsibleEl || !this.collapsible) { + return; + } + + this._collapsibleElCssText = this.collapsibleEl.style.cssText || ''; this._renderer2.addClass(this.collapsibleEl, 'collapsible-container'); + this._listenTransition(); if (!this.expand) { this._setCollapseStyle(); @@ -144,6 +173,13 @@ export class FormTitleComponent { } private _setCollapseStyle(): void { + const stylesToRemove = ['border', 'padding', 'margin']; + + stylesToRemove.forEach((style) => { + if (!this._collapsibleElCssText.includes(style)) return; + this._renderer2.removeStyle(this.collapsibleEl, style); + }); + this._renderer2.setStyle(this.collapsibleEl, 'overflow', 'hidden'); this._renderer2.setStyle(this.collapsibleEl, 'height', '0px'); } @@ -153,6 +189,14 @@ export class FormTitleComponent { ? 0 : this.collapsibleEl.scrollHeight + 1; + // Set existing styles from collapsible element first + this._renderer2.setProperty( + this.collapsibleEl, + 'style', + this._collapsibleElCssText || null + ); + + // Then set height later to overwrite height style this._renderer2.setStyle(this.collapsibleEl, 'height', `${height}px`); } diff --git a/projects/ng-dynamic-json-form/src/lib/directives/control-layout.directive.ts b/lib/core/directives/control-layout.directive.ts similarity index 54% rename from projects/ng-dynamic-json-form/src/lib/directives/control-layout.directive.ts rename to lib/core/directives/control-layout.directive.ts index 8686248e..420335ce 100644 --- a/projects/ng-dynamic-json-form/src/lib/directives/control-layout.directive.ts +++ b/lib/core/directives/control-layout.directive.ts @@ -1,45 +1,61 @@ -import { Directive, ElementRef, Input, Renderer2, inject } from '@angular/core'; +import { + Directive, + ElementRef, + Input, + OnChanges, + Renderer2, + inject, +} from '@angular/core'; import { FormControlConfig } from '../models'; @Directive({ selector: '[controlLayout]', standalone: true, }) -export class ControlLayoutDirective { +export class ControlLayoutDirective implements OnChanges { private _renderer2 = inject(Renderer2); private _el = inject(ElementRef); @Input() controlLayout?: { - type?: 'host' | 'label' | 'content' | 'description' | 'error'; + type?: + | 'host' + | 'label' + | 'content' + | 'formGroup' + | 'description' + | 'inputArea' + | 'error'; layout?: FormControlConfig['layout']; - isNested?: boolean; }; ngOnChanges(): void { const hostEl = this._el.nativeElement as HTMLElement; if (!hostEl || !this.controlLayout) return; - const { type, isNested, layout } = this.controlLayout; + const { type, layout } = this.controlLayout; const classNames = layout?.[`${type ?? 'host'}Class`] ?? ''; const styles = layout?.[`${type ?? 'host'}Styles`] ?? ''; if (classNames.length > 0) { - classNames.split(/\s{1,}/).forEach((name) => { - this._renderer2.addClass(hostEl, name); - }); + classNames + .split(/\s{1,}/) + .map((x) => x.trim()) + .filter(Boolean) + .forEach((name) => { + this._renderer2.addClass(hostEl, name); + }); } if (styles.length > 0) { - const styleProperties = styles.split(';').filter(Boolean); + const styleProperties = styles + .split(';') + .map((x) => x.trim()) + .filter(Boolean); styleProperties.forEach((style) => { const [name, value] = style.split(':').map((x) => x.trim()); hostEl.style.setProperty(name, value); }); } - - isNested - ? this._renderer2.addClass(hostEl, 'is-nested') - : this._renderer2.removeClass(hostEl, 'is-nested'); } } diff --git a/projects/ng-dynamic-json-form/src/lib/directives/host-id.directive.ts b/lib/core/directives/host-id.directive.ts similarity index 75% rename from projects/ng-dynamic-json-form/src/lib/directives/host-id.directive.ts rename to lib/core/directives/host-id.directive.ts index 721eadbb..65c1e3db 100644 --- a/projects/ng-dynamic-json-form/src/lib/directives/host-id.directive.ts +++ b/lib/core/directives/host-id.directive.ts @@ -8,20 +8,19 @@ export class HostIdDirective { private _renderer2 = inject(Renderer2); private _el = inject(ElementRef); - @Input() hostId = { - parentId: '', - controlName: '', - }; + @Input() hostId?: { parentId?: string; controlName?: string }; ngOnChanges(): void { const hostEl = this._el.nativeElement as HTMLElement; - if (!hostEl || !this.hostId.controlName) return; + if (!hostEl || !this._hostId) return; // Set `id` to this component so that `querySelector` can find it correctly. this._renderer2.setAttribute(hostEl, 'id', this._hostId); } - private get _hostId(): string { + private get _hostId(): string | undefined { + if (!this.hostId) return undefined; + const { parentId, controlName } = this.hostId; return parentId ? `${parentId}.${controlName}` : controlName; } diff --git a/projects/ng-dynamic-json-form/src/lib/directives/index.ts b/lib/core/directives/index.ts similarity index 53% rename from projects/ng-dynamic-json-form/src/lib/directives/index.ts rename to lib/core/directives/index.ts index abaa92de..cbdc4547 100644 --- a/projects/ng-dynamic-json-form/src/lib/directives/index.ts +++ b/lib/core/directives/index.ts @@ -1,4 +1,2 @@ -export * from './control-layout.directive'; -export * from './host-id.directive'; export * from './props-binding.directive'; export * from './textarea-auto-height.directive'; diff --git a/projects/ng-dynamic-json-form/src/lib/directives/props-binding.directive.ts b/lib/core/directives/props-binding.directive.ts similarity index 72% rename from projects/ng-dynamic-json-form/src/lib/directives/props-binding.directive.ts rename to lib/core/directives/props-binding.directive.ts index b6c518ae..736a9d22 100644 --- a/projects/ng-dynamic-json-form/src/lib/directives/props-binding.directive.ts +++ b/lib/core/directives/props-binding.directive.ts @@ -2,19 +2,13 @@ import { ChangeDetectorRef, Directive, ElementRef, - InjectionToken, Injector, Input, - ProviderToken, Renderer2, SimpleChange, inject, } from '@angular/core'; - -export const PROPS_BINDING_INJECTORS = new InjectionToken[]>( - 'property-binding-injector' -); - +import { PROPS_BINDING_INJECTORS } from '../providers/props-binding.provider'; @Directive({ selector: '[propsBinding]', standalone: true, @@ -29,10 +23,7 @@ export class PropsBindingDirective { private _renderer2 = inject(Renderer2); private _isViewInitialized = false; - @Input() propsBinding?: any[]; - - /**Properties to exclude from binding */ - @Input() skipProperties?: string[]; + @Input() propsBinding?: { props: any; key?: string; omit?: string[] }[]; ngOnChanges(): void { if (!this._isViewInitialized) return; @@ -51,18 +42,18 @@ export class PropsBindingDirective { const host = this._el.nativeElement; - this.propsBinding.forEach((props, i) => { - if (!props || !Object.keys(props).length) { - return; - } + for (const item of this.propsBinding) { + const { props, key, omit = [] } = item; + const providerToken = this._injectionTokens?.find( + (x) => x.key === key + )?.token; - const target = !this._injectionTokens?.length - ? null - : this._injector.get(this._injectionTokens[i]); + const target = !providerToken ? null : this._injector.get(providerToken); for (const key in props) { const value = props[key]; if (value === undefined) continue; + if (omit.includes(key)) continue; if (target) { target[key] = value; @@ -74,10 +65,11 @@ export class PropsBindingDirective { } if (host) { + this._renderer2.setAttribute(host, key, value); this._renderer2.setProperty(host, key, value); } } - }); + } this._cd.markForCheck(); this._cd.detectChanges(); diff --git a/projects/ng-dynamic-json-form/src/lib/directives/textarea-auto-height.directive.ts b/lib/core/directives/textarea-auto-height.directive.ts similarity index 70% rename from projects/ng-dynamic-json-form/src/lib/directives/textarea-auto-height.directive.ts rename to lib/core/directives/textarea-auto-height.directive.ts index eb7fb743..e56352e8 100644 --- a/projects/ng-dynamic-json-form/src/lib/directives/textarea-auto-height.directive.ts +++ b/lib/core/directives/textarea-auto-height.directive.ts @@ -16,18 +16,18 @@ export class TextareaAutHeightDirective { private _renderer2 = inject(Renderer2); private _hostEl?: HTMLElement; - private _borderWidth = 0; @Input() autoResize = true; - ngOnInit(): void { + // Call in this lifecycle hook to wait for PropsBindingDirective to bind the attributes, + // then we can get the correct scrollHeight + ngAfterViewInit(): void { + if (typeof window === 'undefined') return; + this._hostEl = this._el.nativeElement as HTMLElement; if (!this._hostEl) return; - this._hostEl.style.resize = 'none'; - this._borderWidth = Math.ceil( - parseFloat(window.getComputedStyle(this._hostEl).borderWidth) - ); + this._renderer2.setStyle(this._hostEl, 'resize', 'none'); this._setHeight(); } @@ -39,11 +39,15 @@ export class TextareaAutHeightDirective { private _setHeight(): void { if (!this._hostEl || !this.autoResize) return; + const borderWidth = Math.ceil( + parseFloat(window.getComputedStyle(this._hostEl).borderWidth) + ); + this._renderer2.removeStyle(this._hostEl, 'height'); this._renderer2.setStyle( this._hostEl, 'height', - `${this._hostEl.scrollHeight + this._borderWidth * 2}px` + `${this._hostEl.scrollHeight + borderWidth * 2}px` ); } } diff --git a/lib/core/models/conditions-action-functions.interface.ts b/lib/core/models/conditions-action-functions.interface.ts new file mode 100644 index 00000000..387aa34a --- /dev/null +++ b/lib/core/models/conditions-action-functions.interface.ts @@ -0,0 +1,5 @@ +import { AbstractControl } from '@angular/forms'; + +export interface ConditionsActionFunctions { + [key: string]: (c?: AbstractControl) => void; +} diff --git a/lib/core/models/conditions-action.enum.ts b/lib/core/models/conditions-action.enum.ts new file mode 100644 index 00000000..2ce485dc --- /dev/null +++ b/lib/core/models/conditions-action.enum.ts @@ -0,0 +1,14 @@ +import { ValidatorsEnum } from './validators.enum'; + +export enum ConditionsActionEnum { + 'control.hidden' = 'control.hidden', + 'control.disabled' = 'control.disabled', + 'validator.required' = `validator.${ValidatorsEnum.required}`, + 'validator.requiredTrue' = `validator.${ValidatorsEnum.requiredTrue}`, + 'validator.min' = `validator.${ValidatorsEnum.min}`, + 'validator.max' = `validator.${ValidatorsEnum.max}`, + 'validator.minLength' = `validator.${ValidatorsEnum.minLength}`, + 'validator.maxLength' = `validator.${ValidatorsEnum.maxLength}`, + 'validator.email' = `validator.${ValidatorsEnum.email}`, + 'validator.pattern' = `validator.${ValidatorsEnum.pattern}`, +} diff --git a/lib/core/models/conditions-group.type.ts b/lib/core/models/conditions-group.type.ts new file mode 100644 index 00000000..ce70fc25 --- /dev/null +++ b/lib/core/models/conditions-group.type.ts @@ -0,0 +1,5 @@ +import { ConditionsStatementTupple } from './conditions-statement-tupple.type'; + +export type ConditionsGroup = { + [key in '&&' | '||']?: (ConditionsStatementTupple | ConditionsGroup)[]; +}; diff --git a/lib/core/models/conditions-operator.type.ts b/lib/core/models/conditions-operator.type.ts new file mode 100644 index 00000000..12ddf2df --- /dev/null +++ b/lib/core/models/conditions-operator.type.ts @@ -0,0 +1,9 @@ +export type ConditionsOperator = + | '===' + | '!==' + | '>=' + | '>' + | '<=' + | '<' + | 'includes' + | 'notIncludes'; diff --git a/lib/core/models/conditions-statement-tupple.type.ts b/lib/core/models/conditions-statement-tupple.type.ts new file mode 100644 index 00000000..3435d710 --- /dev/null +++ b/lib/core/models/conditions-statement-tupple.type.ts @@ -0,0 +1,3 @@ +import { ConditionsOperator } from './conditions-operator.type'; + +export type ConditionsStatementTupple = [any, ConditionsOperator, any]; diff --git a/lib/core/models/conditions.type.ts b/lib/core/models/conditions.type.ts new file mode 100644 index 00000000..b893a9f2 --- /dev/null +++ b/lib/core/models/conditions.type.ts @@ -0,0 +1,10 @@ +import { ConditionsGroup } from './conditions-group.type'; +import { ConditionsActionEnum } from './conditions-action.enum'; + +export type ConditionType = + | keyof typeof ConditionsActionEnum + | (string & {}); + +export type Conditions = { + [key in ConditionType]?: ConditionsGroup; +}; diff --git a/lib/core/models/config-validation-errors.interface.ts b/lib/core/models/config-validation-errors.interface.ts new file mode 100644 index 00000000..4d49d644 --- /dev/null +++ b/lib/core/models/config-validation-errors.interface.ts @@ -0,0 +1,6 @@ +import { FormControlConfig } from './form-control-config.interface'; + +export interface ConfigValidationErrors { + errors: string; + config?: Partial; +} diff --git a/projects/ng-dynamic-json-form/src/lib/models/custom-components.type.ts b/lib/core/models/custom-components.type.ts similarity index 100% rename from projects/ng-dynamic-json-form/src/lib/models/custom-components.type.ts rename to lib/core/models/custom-components.type.ts diff --git a/lib/core/models/custom-error-components.type.ts b/lib/core/models/custom-error-components.type.ts new file mode 100644 index 00000000..fd64acd1 --- /dev/null +++ b/lib/core/models/custom-error-components.type.ts @@ -0,0 +1,6 @@ +import { Type } from '@angular/core'; +import { CustomErrorMessage } from '../components/custom-error-message/custom-error-message.abstract'; + +export type CustomErrorComponents = { + [key: string]: Type; +}; diff --git a/lib/core/models/custom-label-components.type.ts b/lib/core/models/custom-label-components.type.ts new file mode 100644 index 00000000..74314d00 --- /dev/null +++ b/lib/core/models/custom-label-components.type.ts @@ -0,0 +1,4 @@ +import { Type } from '@angular/core'; +import { CustomFormLabel } from '../components/custom-form-label/custom-form-label.abstract'; + +export type CustomLabelComponents = { [key: string]: Type }; diff --git a/lib/core/models/custom-label-templates.type.ts b/lib/core/models/custom-label-templates.type.ts new file mode 100644 index 00000000..8a4831a1 --- /dev/null +++ b/lib/core/models/custom-label-templates.type.ts @@ -0,0 +1,3 @@ +import { TemplateRef } from '@angular/core'; + +export type CustomLabelTemplates = { [key: string]: TemplateRef }; diff --git a/lib/core/models/custom-templates.type.ts b/lib/core/models/custom-templates.type.ts new file mode 100644 index 00000000..4a89bfde --- /dev/null +++ b/lib/core/models/custom-templates.type.ts @@ -0,0 +1,3 @@ +import { TemplateRef } from '@angular/core'; + +export type CustomTemplates = { [key: string]: TemplateRef }; diff --git a/lib/core/models/custom-validators.type.ts b/lib/core/models/custom-validators.type.ts new file mode 100644 index 00000000..7e111d69 --- /dev/null +++ b/lib/core/models/custom-validators.type.ts @@ -0,0 +1,3 @@ +import { ValidatorFn } from '@angular/forms'; + +export type CustomValidators = { [key: string]: ValidatorFn }; diff --git a/projects/ng-dynamic-json-form/src/lib/models/form-control-config.interface.ts b/lib/core/models/form-control-config.interface.ts similarity index 56% rename from projects/ng-dynamic-json-form/src/lib/models/form-control-config.interface.ts rename to lib/core/models/form-control-config.interface.ts index 01b19820..eef99f63 100644 --- a/projects/ng-dynamic-json-form/src/lib/models/form-control-config.interface.ts +++ b/lib/core/models/form-control-config.interface.ts @@ -1,29 +1,22 @@ -import { FormArrayConfig } from './form-array-config.interface'; -import { FormControlCondition } from './form-control-condition.type'; +import { FactoryArg } from 'imask/esm/index'; +import { Conditions } from './conditions.type'; import { FormControlOptions } from './form-control-options.interface'; import { FormControlType } from './form-control-type.type'; import { FormLayout } from './form-layout.interface'; -import { ValidatorConfig } from './form-validator-config.interface'; -import { NgxMaskConfig } from './ngx-mask-config.interface'; +import { ValidatorConfig } from './validator-config.interface'; export interface FormControlConfig { formControlName: string; - /**Change state or toggle validators when condition met */ - conditions?: FormControlCondition; + /**Action to do on this control when condition is met. e.g. Change visibility or toggle validators */ + conditions?: Conditions; /**Provide to make this control as a FormGroup, cannot use with `formArray` */ children?: FormControlConfig[]; - /**Key of the custom component/template to use on this control */ - customComponent?: string; - - /**Key of the custom component/template of the label to use on this control */ - customLabel?: string; - description?: string; - /**Properties for the input element or `Directive`. Example: + /**The properties to bind to the target element or `Directive`. Example: * @example * diff --git a/projects/ng-dynamic-json-form/src/ui-basic/ui-basic-textarea/ui-basic-textarea.component.ts b/lib/core/ui-basic/ui-basic-textarea/ui-basic-textarea.component.ts similarity index 56% rename from projects/ng-dynamic-json-form/src/ui-basic/ui-basic-textarea/ui-basic-textarea.component.ts rename to lib/core/ui-basic/ui-basic-textarea/ui-basic-textarea.component.ts index 43e29a56..03c2c5d4 100644 --- a/projects/ng-dynamic-json-form/src/ui-basic/ui-basic-textarea/ui-basic-textarea.component.ts +++ b/lib/core/ui-basic/ui-basic-textarea/ui-basic-textarea.component.ts @@ -1,12 +1,12 @@ import { CommonModule } from '@angular/common'; -import { Component } from '@angular/core'; +import { Component, HostBinding } from '@angular/core'; import { FormControl, ReactiveFormsModule } from '@angular/forms'; +import { CustomControlComponent } from '../../components/custom-control/custom-control.component'; import { - CustomControlComponent, - PROPS_BINDING_INJECTORS, PropsBindingDirective, TextareaAutHeightDirective, -} from '../../public-api'; +} from '../../directives'; +import { providePropsBinding } from '../../providers/props-binding.provider'; @Component({ selector: 'ui-basic-textarea', @@ -18,14 +18,17 @@ import { PropsBindingDirective, ], providers: [ - { - provide: PROPS_BINDING_INJECTORS, - useValue: [TextareaAutHeightDirective], - }, + providePropsBinding([ + { + key: 'textarea-autoheight', + token: TextareaAutHeightDirective, + }, + ]), ], templateUrl: './ui-basic-textarea.component.html', styles: [], }) export class UiBasicTextareaComponent extends CustomControlComponent { + @HostBinding('class') hostClass = 'ui-basic'; override control = new FormControl(''); } diff --git a/projects/ng-dynamic-json-form/src/lib/utilities/clear-empties.ts b/lib/core/utilities/clear-empties.ts similarity index 100% rename from projects/ng-dynamic-json-form/src/lib/utilities/clear-empties.ts rename to lib/core/utilities/clear-empties.ts diff --git a/lib/core/utilities/evaluate-conditions-statements.ts b/lib/core/utilities/evaluate-conditions-statements.ts new file mode 100644 index 00000000..9fd4fb6d --- /dev/null +++ b/lib/core/utilities/evaluate-conditions-statements.ts @@ -0,0 +1,35 @@ +import { ConditionsGroup, ConditionsStatementTupple } from '../models'; +import { evaluateBooleanOperation } from './get-boolean-operation-result'; + +export function evaluateConditionsStatements( + conditionsGroup: ConditionsGroup, + mapTuppleFn: (tupple: ConditionsStatementTupple) => ConditionsStatementTupple +): boolean | undefined { + if (!conditionsGroup['&&'] && !conditionsGroup['||']) { + return undefined; + } + + const groupOperator = conditionsGroup['&&'] ? '&&' : '||'; + const conditionsGroupItems = conditionsGroup[groupOperator]!; + + const childrenStatementsResult = conditionsGroupItems + .filter((x) => !Array.isArray(x)) + .map((x) => x as ConditionsGroup) + .map((x) => evaluateConditionsStatements(x, mapTuppleFn)); + + const statementsResult = conditionsGroupItems + .filter((x) => Array.isArray(x)) + .map((x) => x as ConditionsStatementTupple) + .map((x) => { + const [left, operator, right] = mapTuppleFn(x); + const result = evaluateBooleanOperation([left, operator, right]); + + return result; + }); + + const bools = childrenStatementsResult + .concat(statementsResult) + .filter((x) => x !== undefined); + + return groupOperator === '&&' ? bools.every(Boolean) : bools.some(Boolean); +} diff --git a/projects/ng-dynamic-json-form/src/lib/utilities/get-boolean-operation-result.ts b/lib/core/utilities/get-boolean-operation-result.ts similarity index 68% rename from projects/ng-dynamic-json-form/src/lib/utilities/get-boolean-operation-result.ts rename to lib/core/utilities/get-boolean-operation-result.ts index 0b1185fd..284de2cc 100644 --- a/projects/ng-dynamic-json-form/src/lib/utilities/get-boolean-operation-result.ts +++ b/lib/core/utilities/get-boolean-operation-result.ts @@ -1,10 +1,10 @@ -import { FormControlConditionOperator } from '../models'; +import { ConditionsOperator } from '../models/conditions-operator.type'; -export function getBooleanOperationResult( - left: any, - right: any, - operator: FormControlConditionOperator -): boolean { +export function evaluateBooleanOperation([left, operator, right]: [ + any, + ConditionsOperator, + any +]): boolean { switch (operator) { case '===': return left === right; diff --git a/lib/core/utilities/get-control-and-value-path.ts b/lib/core/utilities/get-control-and-value-path.ts new file mode 100644 index 00000000..be205195 --- /dev/null +++ b/lib/core/utilities/get-control-and-value-path.ts @@ -0,0 +1,28 @@ +/**Parse the given path, return the correct control path and the value path if present. + * + * @example + * "controlA" + * return { controlPath: "controlA" } + * + * "controlA,obj.prop1" + * return { controlPath: "controlA", valuePath: "obj.prop1" } + * + * "controlA,obj.[,===,A].prop2" + * return { controlPath: "controlA", valuePath: "obj.[,===,A].prop2" } + */ +export function getControlAndValuePath(path: string): { + controlPath: string; + valuePath?: string | undefined; +} { + const paths = path + .trim() + .split(/(,(?![^\[]*\]))/) + .filter((x) => x !== ','); + + return { + controlPath: paths[0].trim(), + ...(paths.length > 1 && { + valuePath: paths[1], + }), + }; +} diff --git a/projects/ng-dynamic-json-form/src/lib/utilities/get-value-in-object.spec.ts b/lib/core/utilities/get-value-in-object.spec.ts similarity index 100% rename from projects/ng-dynamic-json-form/src/lib/utilities/get-value-in-object.spec.ts rename to lib/core/utilities/get-value-in-object.spec.ts diff --git a/projects/ng-dynamic-json-form/src/lib/utilities/get-value-in-object.ts b/lib/core/utilities/get-value-in-object.ts similarity index 72% rename from projects/ng-dynamic-json-form/src/lib/utilities/get-value-in-object.ts rename to lib/core/utilities/get-value-in-object.ts index 482ade11..575175f1 100644 --- a/projects/ng-dynamic-json-form/src/lib/utilities/get-value-in-object.ts +++ b/lib/core/utilities/get-value-in-object.ts @@ -1,8 +1,5 @@ -import { - FormControlConditionOperator, - FormControlIfCondition, -} from '../models'; -import { getBooleanOperationResult } from './get-boolean-operation-result'; +import { ConditionsStatementTupple, ConditionsOperator } from '../models'; +import { evaluateBooleanOperation } from './get-boolean-operation-result'; /** * Get the value in an object located in a specific key. @@ -12,7 +9,7 @@ import { getBooleanOperationResult } from './get-boolean-operation-result'; * * @description * If one of the path's value is array and the index needs to evaluate at runtime, - * use the syntax same with `FormControlIfCondition`. + * use the syntax same with `ConditionsIfTupple`. * * @example * ``` @@ -34,10 +31,10 @@ import { getBooleanOperationResult } from './get-boolean-operation-result'; * * Resulting path: `level1.level2.list.1.value` * - * If the array contains only primitive value, leave the first parameter of FormControlIfCondition empty. + * If the array contains only primitive value, leave the first parameter of ConditionsIfTupple empty. * For example, change `["value", "===", 1]` to `[,"===", 1]. */ -export function getValueInObject(obj: any, path: string): any { +export function getValueInObject(obj: any, path: string | undefined): any { if (!path || !obj || typeof obj !== 'object') { return obj; } @@ -51,6 +48,10 @@ export function getValueInObject(obj: any, path: string): any { .split('.') .map((x) => x.trim()) .reduce((acc, key) => { + if (acc === null || acc === undefined) { + return acc; + } + const value = acc[key]; const getKeyByIndex = key.startsWith('[') && @@ -84,14 +85,14 @@ function getItemIndex(array: any[], path: string): string { .replace('[', '') .replace(']', '') .split(',') - .map((x) => x.trim()) as FormControlIfCondition; + .map((x) => x.trim()) as ConditionsStatementTupple; const _key = removeQuotes(key); - const _operator = removeQuotes(operator) as FormControlConditionOperator; + const _operator = removeQuotes(operator) as ConditionsOperator; - // Because we have `path` that is a string, but we want number to be used. - // So we have to check whether the 'real' type of the value. - // If the value is wrapped with quotes, we don't parse it but remove the quotes. + // The `path` is already a string, so we have to parse what is the type of the `value`. + // If the `value` is wrapped with quotes then we take it as a string after removing the quotes. + // Otherwise use JSON.parse() to get the value with correct type. (ex: number) const valueParsed = () => { if (typeof value !== 'string') return value; @@ -103,7 +104,7 @@ function getItemIndex(array: any[], path: string): string { const left = !_key ? item : getValueInObject(item, _key); const right = valueParsed(); - return getBooleanOperationResult(left, right, _operator); + return evaluateBooleanOperation([left, _operator, right]); }); return index < 0 ? '0' : index.toString(); diff --git a/lib/core/utilities/mark-form-pristine.ts b/lib/core/utilities/mark-form-pristine.ts new file mode 100644 index 00000000..d6f2afb2 --- /dev/null +++ b/lib/core/utilities/mark-form-pristine.ts @@ -0,0 +1,13 @@ +import { AbstractControl, isFormArray, isFormGroup } from '@angular/forms'; + +export function markFormPristine(control: AbstractControl): void { + if (!control.pristine) control.markAsPristine(); + + if (isFormGroup(control)) { + Object.values(control.controls).forEach((c) => markFormPristine(c)); + } + + if (isFormArray(control)) { + control.controls.forEach((c) => markFormPristine(c)); + } +} diff --git a/lib/core/utilities/schema-validator.js b/lib/core/utilities/schema-validator.js new file mode 100644 index 00000000..55cd54b7 --- /dev/null +++ b/lib/core/utilities/schema-validator.js @@ -0,0 +1 @@ +"use strict";export const ConfigConditionsSchema = validate10;const schema11 = {"$schema":"http://json-schema.org/draft-07/schema#","$id":"ConfigConditionsSchema","type":"object","patternProperties":{"^.+$":{"$ref":"#/definitions/conditionGroupConfig"}},"additionalProperties":false,"definitions":{"conditionIfConfig":{"type":"array","minItems":3,"maxItems":3,"items":[{},{"enum":["===","!==",">=",">","<=","<","includes","notIncludes"]},{}]},"conditionGroupItem":{"type":"array","items":{"anyOf":[{"$ref":"#/definitions/conditionIfConfig"},{"$ref":"#/definitions/conditionGroupConfig"}]}},"conditionGroupConfig":{"type":"object","properties":{"&&":{"$ref":"#/definitions/conditionGroupItem"},"||":{"$ref":"#/definitions/conditionGroupItem"}},"additionalProperties":false},"conditionConfig":{"type":"object","patternProperties":{"^.+$":{"$ref":"#/definitions/conditionGroupConfig"}},"additionalProperties":false}}};const pattern0 = new RegExp("^.+$", "u");const schema12 = {"type":"object","properties":{"&&":{"$ref":"#/definitions/conditionGroupItem"},"||":{"$ref":"#/definitions/conditionGroupItem"}},"additionalProperties":false};const schema13 = {"type":"array","items":{"anyOf":[{"$ref":"#/definitions/conditionIfConfig"},{"$ref":"#/definitions/conditionGroupConfig"}]}};const schema14 = {"type":"array","minItems":3,"maxItems":3,"items":[{},{"enum":["===","!==",">=",">","<=","<","includes","notIncludes"]},{}]};const wrapper0 = {validate: validate11};function validate12(data, {instancePath="", parentData, parentDataProperty, rootData=data}={}){let vErrors = null;let errors = 0;if(errors === 0){if(Array.isArray(data)){var valid0 = true;const len0 = data.length;for(let i0=0; i0 3){const err0 = {instancePath:instancePath+"/" + i0,schemaPath:"#/definitions/conditionIfConfig/maxItems",keyword:"maxItems",params:{limit: 3},message:"must NOT have more than 3 items"};if(vErrors === null){vErrors = [err0];}else {vErrors.push(err0);}errors++;}else {if(data0.length < 3){const err1 = {instancePath:instancePath+"/" + i0,schemaPath:"#/definitions/conditionIfConfig/minItems",keyword:"minItems",params:{limit: 3},message:"must NOT have fewer than 3 items"};if(vErrors === null){vErrors = [err1];}else {vErrors.push(err1);}errors++;}else {const len1 = data0.length;if(len1 > 1){let data1 = data0[1];if(!((((((((data1 === "===") || (data1 === "!==")) || (data1 === ">=")) || (data1 === ">")) || (data1 === "<=")) || (data1 === "<")) || (data1 === "includes")) || (data1 === "notIncludes"))){const err2 = {instancePath:instancePath+"/" + i0+"/1",schemaPath:"#/definitions/conditionIfConfig/items/1/enum",keyword:"enum",params:{allowedValues: schema14.items[1].enum},message:"must be equal to one of the allowed values"};if(vErrors === null){vErrors = [err2];}else {vErrors.push(err2);}errors++;}}}}}else {const err3 = {instancePath:instancePath+"/" + i0,schemaPath:"#/definitions/conditionIfConfig/type",keyword:"type",params:{type: "array"},message:"must be array"};if(vErrors === null){vErrors = [err3];}else {vErrors.push(err3);}errors++;}}var _valid0 = _errs3 === errors;valid1 = valid1 || _valid0;if(!valid1){const _errs7 = errors;if(!(wrapper0.validate(data0, {instancePath:instancePath+"/" + i0,parentData:data,parentDataProperty:i0,rootData}))){vErrors = vErrors === null ? wrapper0.validate.errors : vErrors.concat(wrapper0.validate.errors);errors = vErrors.length;}var _valid0 = _errs7 === errors;valid1 = valid1 || _valid0;}if(!valid1){const err4 = {instancePath:instancePath+"/" + i0,schemaPath:"#/items/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};if(vErrors === null){vErrors = [err4];}else {vErrors.push(err4);}errors++;validate12.errors = vErrors;return false;}else {errors = _errs2;if(vErrors !== null){if(_errs2){vErrors.length = _errs2;}else {vErrors = null;}}}var valid0 = _errs1 === errors;if(!valid0){break;}}}else {validate12.errors = [{instancePath,schemaPath:"#/type",keyword:"type",params:{type: "array"},message:"must be array"}];return false;}}validate12.errors = vErrors;return errors === 0;}function validate11(data, {instancePath="", parentData, parentDataProperty, rootData=data}={}){let vErrors = null;let errors = 0;if(errors === 0){if(data && typeof data == "object" && !Array.isArray(data)){const _errs1 = errors;for(const key0 in data){if(!((key0 === "&&") || (key0 === "||"))){validate11.errors = [{instancePath,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty: key0},message:"must NOT have additional properties"}];return false;break;}}if(_errs1 === errors){if(data["&&"] !== undefined){const _errs2 = errors;if(!(validate12(data["&&"], {instancePath:instancePath+"/&&",parentData:data,parentDataProperty:"&&",rootData}))){vErrors = vErrors === null ? validate12.errors : vErrors.concat(validate12.errors);errors = vErrors.length;}var valid0 = _errs2 === errors;}else {var valid0 = true;}if(valid0){if(data["||"] !== undefined){const _errs3 = errors;if(!(validate12(data["||"], {instancePath:instancePath+"/||",parentData:data,parentDataProperty:"||",rootData}))){vErrors = vErrors === null ? validate12.errors : vErrors.concat(validate12.errors);errors = vErrors.length;}var valid0 = _errs3 === errors;}else {var valid0 = true;}}}}else {validate11.errors = [{instancePath,schemaPath:"#/type",keyword:"type",params:{type: "object"},message:"must be object"}];return false;}}validate11.errors = vErrors;return errors === 0;}function validate10(data, {instancePath="", parentData, parentDataProperty, rootData=data}={}){/*# sourceURL="ConfigConditionsSchema" */;let vErrors = null;let errors = 0;if(errors === 0){if(data && typeof data == "object" && !Array.isArray(data)){const _errs1 = errors;for(const key0 in data){if(!(pattern0.test(key0))){validate10.errors = [{instancePath,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty: key0},message:"must NOT have additional properties"}];return false;break;}}if(_errs1 === errors){var valid0 = true;for(const key1 in data){if(pattern0.test(key1)){const _errs2 = errors;if(!(validate11(data[key1], {instancePath:instancePath+"/" + key1.replace(/~/g, "~0").replace(/\//g, "~1"),parentData:data,parentDataProperty:key1,rootData}))){vErrors = vErrors === null ? validate11.errors : vErrors.concat(validate11.errors);errors = vErrors.length;}var valid0 = _errs2 === errors;if(!valid0){break;}}}}}else {validate10.errors = [{instancePath,schemaPath:"#/type",keyword:"type",params:{type: "object"},message:"must be object"}];return false;}}validate10.errors = vErrors;return errors === 0;}export const ConfigLayoutSchema = validate16;const schema15 = {"$schema":"http://json-schema.org/draft-07/schema#","$id":"ConfigLayoutSchema","type":"object","properties":{"hostClass":{"type":"string"},"hostStyles":{"type":"string"},"labelClass":{"type":"string"},"labelStyles":{"type":"string"},"contentClass":{"type":"string"},"contentStyles":{"type":"string"},"formGroupClass":{"type":"string"},"formGroupStyles":{"type":"string"},"descriptionClass":{"type":"string"},"descriptionStyles":{"type":"string"},"inputAreaClass":{"type":"string"},"inputAreaStyles":{"type":"string"},"errorClass":{"type":"string"},"errorStyles":{"type":"string"},"descriptionPosition":{"enum":["after","before"]},"hideLabel":{"type":"boolean"},"contentCollapsible":{"enum":["collapse","expand"],"description":"Enable expand/collapse of content. The default state will be determined by value provided"},"autoAddRequiredClass":{"type":"boolean","description":"Add `required` class automatically to control if there's validator named `required`. Default is true."}}};function validate16(data, {instancePath="", parentData, parentDataProperty, rootData=data}={}){/*# sourceURL="ConfigLayoutSchema" */;let vErrors = null;let errors = 0;if(errors === 0){if(data && typeof data == "object" && !Array.isArray(data)){if(data.hostClass !== undefined){const _errs1 = errors;if(typeof data.hostClass !== "string"){validate16.errors = [{instancePath:instancePath+"/hostClass",schemaPath:"#/properties/hostClass/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs1 === errors;}else {var valid0 = true;}if(valid0){if(data.hostStyles !== undefined){const _errs3 = errors;if(typeof data.hostStyles !== "string"){validate16.errors = [{instancePath:instancePath+"/hostStyles",schemaPath:"#/properties/hostStyles/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs3 === errors;}else {var valid0 = true;}if(valid0){if(data.labelClass !== undefined){const _errs5 = errors;if(typeof data.labelClass !== "string"){validate16.errors = [{instancePath:instancePath+"/labelClass",schemaPath:"#/properties/labelClass/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs5 === errors;}else {var valid0 = true;}if(valid0){if(data.labelStyles !== undefined){const _errs7 = errors;if(typeof data.labelStyles !== "string"){validate16.errors = [{instancePath:instancePath+"/labelStyles",schemaPath:"#/properties/labelStyles/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs7 === errors;}else {var valid0 = true;}if(valid0){if(data.contentClass !== undefined){const _errs9 = errors;if(typeof data.contentClass !== "string"){validate16.errors = [{instancePath:instancePath+"/contentClass",schemaPath:"#/properties/contentClass/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs9 === errors;}else {var valid0 = true;}if(valid0){if(data.contentStyles !== undefined){const _errs11 = errors;if(typeof data.contentStyles !== "string"){validate16.errors = [{instancePath:instancePath+"/contentStyles",schemaPath:"#/properties/contentStyles/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs11 === errors;}else {var valid0 = true;}if(valid0){if(data.formGroupClass !== undefined){const _errs13 = errors;if(typeof data.formGroupClass !== "string"){validate16.errors = [{instancePath:instancePath+"/formGroupClass",schemaPath:"#/properties/formGroupClass/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs13 === errors;}else {var valid0 = true;}if(valid0){if(data.formGroupStyles !== undefined){const _errs15 = errors;if(typeof data.formGroupStyles !== "string"){validate16.errors = [{instancePath:instancePath+"/formGroupStyles",schemaPath:"#/properties/formGroupStyles/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs15 === errors;}else {var valid0 = true;}if(valid0){if(data.descriptionClass !== undefined){const _errs17 = errors;if(typeof data.descriptionClass !== "string"){validate16.errors = [{instancePath:instancePath+"/descriptionClass",schemaPath:"#/properties/descriptionClass/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs17 === errors;}else {var valid0 = true;}if(valid0){if(data.descriptionStyles !== undefined){const _errs19 = errors;if(typeof data.descriptionStyles !== "string"){validate16.errors = [{instancePath:instancePath+"/descriptionStyles",schemaPath:"#/properties/descriptionStyles/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs19 === errors;}else {var valid0 = true;}if(valid0){if(data.inputAreaClass !== undefined){const _errs21 = errors;if(typeof data.inputAreaClass !== "string"){validate16.errors = [{instancePath:instancePath+"/inputAreaClass",schemaPath:"#/properties/inputAreaClass/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs21 === errors;}else {var valid0 = true;}if(valid0){if(data.inputAreaStyles !== undefined){const _errs23 = errors;if(typeof data.inputAreaStyles !== "string"){validate16.errors = [{instancePath:instancePath+"/inputAreaStyles",schemaPath:"#/properties/inputAreaStyles/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs23 === errors;}else {var valid0 = true;}if(valid0){if(data.errorClass !== undefined){const _errs25 = errors;if(typeof data.errorClass !== "string"){validate16.errors = [{instancePath:instancePath+"/errorClass",schemaPath:"#/properties/errorClass/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs25 === errors;}else {var valid0 = true;}if(valid0){if(data.errorStyles !== undefined){const _errs27 = errors;if(typeof data.errorStyles !== "string"){validate16.errors = [{instancePath:instancePath+"/errorStyles",schemaPath:"#/properties/errorStyles/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs27 === errors;}else {var valid0 = true;}if(valid0){if(data.descriptionPosition !== undefined){let data14 = data.descriptionPosition;const _errs29 = errors;if(!((data14 === "after") || (data14 === "before"))){validate16.errors = [{instancePath:instancePath+"/descriptionPosition",schemaPath:"#/properties/descriptionPosition/enum",keyword:"enum",params:{allowedValues: schema15.properties.descriptionPosition.enum},message:"must be equal to one of the allowed values"}];return false;}var valid0 = _errs29 === errors;}else {var valid0 = true;}if(valid0){if(data.hideLabel !== undefined){const _errs30 = errors;if(typeof data.hideLabel !== "boolean"){validate16.errors = [{instancePath:instancePath+"/hideLabel",schemaPath:"#/properties/hideLabel/type",keyword:"type",params:{type: "boolean"},message:"must be boolean"}];return false;}var valid0 = _errs30 === errors;}else {var valid0 = true;}if(valid0){if(data.contentCollapsible !== undefined){let data16 = data.contentCollapsible;const _errs32 = errors;if(!((data16 === "collapse") || (data16 === "expand"))){validate16.errors = [{instancePath:instancePath+"/contentCollapsible",schemaPath:"#/properties/contentCollapsible/enum",keyword:"enum",params:{allowedValues: schema15.properties.contentCollapsible.enum},message:"must be equal to one of the allowed values"}];return false;}var valid0 = _errs32 === errors;}else {var valid0 = true;}if(valid0){if(data.autoAddRequiredClass !== undefined){const _errs33 = errors;if(typeof data.autoAddRequiredClass !== "boolean"){validate16.errors = [{instancePath:instancePath+"/autoAddRequiredClass",schemaPath:"#/properties/autoAddRequiredClass/type",keyword:"type",params:{type: "boolean"},message:"must be boolean"}];return false;}var valid0 = _errs33 === errors;}else {var valid0 = true;}}}}}}}}}}}}}}}}}}}else {validate16.errors = [{instancePath,schemaPath:"#/type",keyword:"type",params:{type: "object"},message:"must be object"}];return false;}}validate16.errors = vErrors;return errors === 0;}export const ConfigOptionsSchema = validate17;const schema16 = {"$schema":"http://json-schema.org/draft-07/schema#","$id":"ConfigOptionsSchema","type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{}}}},"src":{"oneOf":[{"type":"string"},{"$ref":"#/definitions/optionSourceConfig"}]},"srcAppendPosition":{"type":"string","enum":["after","before"]},"autoSelectFirst":{"type":"boolean"},"layout":{"type":"string","enum":["row","column"]},"labelPosition":{"type":"string","enum":["after","before"]},"containerClass":{"type":"string"},"containerStyles":{"type":"string"}},"definitions":{"optionSourceConfig":{"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string","enum":["GET","POST"]},"headers":{},"body":{},"mapData":{"type":"object","properties":{"labelKey":{"type":"string"},"valueKeys":{"type":"array","items":{"type":"string"}},"contentPath":{"type":"string"},"slice":{"type":"array","items":[{"type":"number"},{"type":"number"}],"minItems":2,"maxItems":2},"appendPosition":{"type":"string","enum":["after","before"]}}},"trigger":{"type":"object","properties":{"by":{"type":"string"},"body":{},"debounceTime":{"type":"number"}}},"filter":{"type":"object","properties":{"by":{"type":"string"},"conditions":{"$ref":"ConfigConditionsSchema#/definitions/conditionGroupConfig"},"debounceTime":{"type":"number"}}}}}}};const schema17 = {"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string","enum":["GET","POST"]},"headers":{},"body":{},"mapData":{"type":"object","properties":{"labelKey":{"type":"string"},"valueKeys":{"type":"array","items":{"type":"string"}},"contentPath":{"type":"string"},"slice":{"type":"array","items":[{"type":"number"},{"type":"number"}],"minItems":2,"maxItems":2},"appendPosition":{"type":"string","enum":["after","before"]}}},"trigger":{"type":"object","properties":{"by":{"type":"string"},"body":{},"debounceTime":{"type":"number"}}},"filter":{"type":"object","properties":{"by":{"type":"string"},"conditions":{"$ref":"ConfigConditionsSchema#/definitions/conditionGroupConfig"},"debounceTime":{"type":"number"}}}}};function validate19(data, {instancePath="", parentData, parentDataProperty, rootData=data}={}){let vErrors = null;let errors = 0;if(errors === 0){if(data && typeof data == "object" && !Array.isArray(data)){const _errs1 = errors;for(const key0 in data){if(!((key0 === "&&") || (key0 === "||"))){validate19.errors = [{instancePath,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty: key0},message:"must NOT have additional properties"}];return false;break;}}if(_errs1 === errors){if(data["&&"] !== undefined){const _errs2 = errors;if(!(validate12(data["&&"], {instancePath:instancePath+"/&&",parentData:data,parentDataProperty:"&&",rootData}))){vErrors = vErrors === null ? validate12.errors : vErrors.concat(validate12.errors);errors = vErrors.length;}var valid0 = _errs2 === errors;}else {var valid0 = true;}if(valid0){if(data["||"] !== undefined){const _errs3 = errors;if(!(validate12(data["||"], {instancePath:instancePath+"/||",parentData:data,parentDataProperty:"||",rootData}))){vErrors = vErrors === null ? validate12.errors : vErrors.concat(validate12.errors);errors = vErrors.length;}var valid0 = _errs3 === errors;}else {var valid0 = true;}}}}else {validate19.errors = [{instancePath,schemaPath:"#/type",keyword:"type",params:{type: "object"},message:"must be object"}];return false;}}validate19.errors = vErrors;return errors === 0;}function validate18(data, {instancePath="", parentData, parentDataProperty, rootData=data}={}){let vErrors = null;let errors = 0;if(errors === 0){if(data && typeof data == "object" && !Array.isArray(data)){if(data.url !== undefined){const _errs1 = errors;if(typeof data.url !== "string"){validate18.errors = [{instancePath:instancePath+"/url",schemaPath:"#/properties/url/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid0 = _errs1 === errors;}else {var valid0 = true;}if(valid0){if(data.method !== undefined){let data1 = data.method;const _errs3 = errors;if(typeof data1 !== "string"){validate18.errors = [{instancePath:instancePath+"/method",schemaPath:"#/properties/method/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}if(!((data1 === "GET") || (data1 === "POST"))){validate18.errors = [{instancePath:instancePath+"/method",schemaPath:"#/properties/method/enum",keyword:"enum",params:{allowedValues: schema17.properties.method.enum},message:"must be equal to one of the allowed values"}];return false;}var valid0 = _errs3 === errors;}else {var valid0 = true;}if(valid0){if(data.mapData !== undefined){let data2 = data.mapData;const _errs5 = errors;if(errors === _errs5){if(data2 && typeof data2 == "object" && !Array.isArray(data2)){if(data2.labelKey !== undefined){const _errs7 = errors;if(typeof data2.labelKey !== "string"){validate18.errors = [{instancePath:instancePath+"/mapData/labelKey",schemaPath:"#/properties/mapData/properties/labelKey/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid1 = _errs7 === errors;}else {var valid1 = true;}if(valid1){if(data2.valueKeys !== undefined){let data4 = data2.valueKeys;const _errs9 = errors;if(errors === _errs9){if(Array.isArray(data4)){var valid2 = true;const len0 = data4.length;for(let i0=0; i0 2){validate18.errors = [{instancePath:instancePath+"/mapData/slice",schemaPath:"#/properties/mapData/properties/slice/maxItems",keyword:"maxItems",params:{limit: 2},message:"must NOT have more than 2 items"}];return false;}else {if(data7.length < 2){validate18.errors = [{instancePath:instancePath+"/mapData/slice",schemaPath:"#/properties/mapData/properties/slice/minItems",keyword:"minItems",params:{limit: 2},message:"must NOT have fewer than 2 items"}];return false;}else {const len1 = data7.length;if(len1 > 0){let data8 = data7[0];const _errs17 = errors;if(!((typeof data8 == "number") && (isFinite(data8)))){validate18.errors = [{instancePath:instancePath+"/mapData/slice/0",schemaPath:"#/properties/mapData/properties/slice/items/0/type",keyword:"type",params:{type: "number"},message:"must be number"}];return false;}var valid3 = _errs17 === errors;}if(valid3){if(len1 > 1){let data9 = data7[1];const _errs19 = errors;if(!((typeof data9 == "number") && (isFinite(data9)))){validate18.errors = [{instancePath:instancePath+"/mapData/slice/1",schemaPath:"#/properties/mapData/properties/slice/items/1/type",keyword:"type",params:{type: "number"},message:"must be number"}];return false;}var valid3 = _errs19 === errors;}}}}}else {validate18.errors = [{instancePath:instancePath+"/mapData/slice",schemaPath:"#/properties/mapData/properties/slice/type",keyword:"type",params:{type: "array"},message:"must be array"}];return false;}}var valid1 = _errs15 === errors;}else {var valid1 = true;}if(valid1){if(data2.appendPosition !== undefined){let data10 = data2.appendPosition;const _errs21 = errors;if(typeof data10 !== "string"){validate18.errors = [{instancePath:instancePath+"/mapData/appendPosition",schemaPath:"#/properties/mapData/properties/appendPosition/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}if(!((data10 === "after") || (data10 === "before"))){validate18.errors = [{instancePath:instancePath+"/mapData/appendPosition",schemaPath:"#/properties/mapData/properties/appendPosition/enum",keyword:"enum",params:{allowedValues: schema17.properties.mapData.properties.appendPosition.enum},message:"must be equal to one of the allowed values"}];return false;}var valid1 = _errs21 === errors;}else {var valid1 = true;}}}}}}else {validate18.errors = [{instancePath:instancePath+"/mapData",schemaPath:"#/properties/mapData/type",keyword:"type",params:{type: "object"},message:"must be object"}];return false;}}var valid0 = _errs5 === errors;}else {var valid0 = true;}if(valid0){if(data.trigger !== undefined){let data11 = data.trigger;const _errs23 = errors;if(errors === _errs23){if(data11 && typeof data11 == "object" && !Array.isArray(data11)){if(data11.by !== undefined){const _errs25 = errors;if(typeof data11.by !== "string"){validate18.errors = [{instancePath:instancePath+"/trigger/by",schemaPath:"#/properties/trigger/properties/by/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid4 = _errs25 === errors;}else {var valid4 = true;}if(valid4){if(data11.debounceTime !== undefined){let data13 = data11.debounceTime;const _errs27 = errors;if(!((typeof data13 == "number") && (isFinite(data13)))){validate18.errors = [{instancePath:instancePath+"/trigger/debounceTime",schemaPath:"#/properties/trigger/properties/debounceTime/type",keyword:"type",params:{type: "number"},message:"must be number"}];return false;}var valid4 = _errs27 === errors;}else {var valid4 = true;}}}else {validate18.errors = [{instancePath:instancePath+"/trigger",schemaPath:"#/properties/trigger/type",keyword:"type",params:{type: "object"},message:"must be object"}];return false;}}var valid0 = _errs23 === errors;}else {var valid0 = true;}if(valid0){if(data.filter !== undefined){let data14 = data.filter;const _errs29 = errors;if(errors === _errs29){if(data14 && typeof data14 == "object" && !Array.isArray(data14)){if(data14.by !== undefined){const _errs31 = errors;if(typeof data14.by !== "string"){validate18.errors = [{instancePath:instancePath+"/filter/by",schemaPath:"#/properties/filter/properties/by/type",keyword:"type",params:{type: "string"},message:"must be string"}];return false;}var valid5 = _errs31 === errors;}else {var valid5 = true;}if(valid5){if(data14.conditions !== undefined){const _errs33 = errors;if(!(validate19(data14.conditions, {instancePath:instancePath+"/filter/conditions",parentData:data14,parentDataProperty:"conditions",rootData}))){vErrors = vErrors === null ? validate19.errors : vErrors.concat(validate19.errors);errors = vErrors.length;}var valid5 = _errs33 === errors;}else {var valid5 = true;}if(valid5){if(data14.debounceTime !== undefined){let data17 = data14.debounceTime;const _errs34 = errors;if(!((typeof data17 == "number") && (isFinite(data17)))){validate18.errors = [{instancePath:instancePath+"/filter/debounceTime",schemaPath:"#/properties/filter/properties/debounceTime/type",keyword:"type",params:{type: "number"},message:"must be number"}];return false;}var valid5 = _errs34 === errors;}else {var valid5 = true;}}}}else {validate18.errors = [{instancePath:instancePath+"/filter",schemaPath:"#/properties/filter/type",keyword:"type",params:{type: "object"},message:"must be object"}];return false;}}var valid0 = _errs29 === errors;}else {var valid0 = true;}}}}}}else {validate18.errors = [{instancePath,schemaPath:"#/type",keyword:"type",params:{type: "object"},message:"must be object"}];return false;}}validate18.errors = vErrors;return errors === 0;}function validate17(data, {instancePath="", parentData, parentDataProperty, rootData=data}={}){/*# sourceURL="ConfigOptionsSchema" */;let vErrors = null;let errors = 0;if(errors === 0){if(data && typeof data == "object" && !Array.isArray(data)){if(data.data !== undefined){let data0 = data.data;const _errs1 = errors;if(errors === _errs1){if(Array.isArray(data0)){var valid1 = true;const len0 = data0.length;for(let i0=0; i0