@dereekb/dbx-firebase 13.43.0 → 14.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { ChangeDetectionStrategy, Component } from '@angular/core';
2
+ import { Component } from '@angular/core';
3
3
  import { DbxFlexGroupDirective, DbxFlexSizeDirective } from '@dereekb/dbx-web';
4
4
  import { DbxDocsUiExampleComponent, DbxDocsUiExampleInfoComponent, DbxDocsUiExampleContentComponent } from '@dereekb/dbx-web/docs';
5
5
  import { DbxFirebaseLoginComponent } from '@dereekb/dbx-firebase';
@@ -19,8 +19,8 @@ import { provideDbxStyleDemoSections } from '@dereekb/dbx-web/style-demo';
19
19
  * @dbxDocsUiExampleRelated dbx-firebase-login
20
20
  */
21
21
  class DbxFirebaseStyleDemoLoginSectionComponent {
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFirebaseStyleDemoLoginSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.11", type: DbxFirebaseStyleDemoLoginSectionComponent, isStandalone: true, selector: "dbx-firebase-style-demo-login-section", ngImport: i0, template: `
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFirebaseStyleDemoLoginSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.4", type: DbxFirebaseStyleDemoLoginSectionComponent, isStandalone: true, selector: "dbx-firebase-style-demo-login-section", ngImport: i0, template: `
24
24
  <dbx-docs-ui-example header="Firebase Login" hint="The OIDC login view in each render state.">
25
25
  <dbx-docs-ui-example-info>
26
26
  <p>
@@ -57,14 +57,12 @@ class DbxFirebaseStyleDemoLoginSectionComponent {
57
57
  </div>
58
58
  </dbx-docs-ui-example-content>
59
59
  </dbx-docs-ui-example>
60
- `, isInline: true, dependencies: [{ kind: "component", type: DbxDocsUiExampleComponent, selector: "dbx-docs-ui-example", inputs: ["header", "hint"] }, { kind: "component", type: DbxDocsUiExampleInfoComponent, selector: "dbx-docs-ui-example-info" }, { kind: "component", type: DbxDocsUiExampleContentComponent, selector: "dbx-docs-ui-example-content" }, { kind: "directive", type: DbxFlexGroupDirective, selector: "[dbxFlexGroup]", inputs: ["content", "breakToColumn", "relative", "breakpoint"] }, { kind: "directive", type: DbxFlexSizeDirective, selector: "[dbxFlexSize]", inputs: ["dbxFlexSize"] }, { kind: "component", type: DbxFirebaseLoginComponent, selector: "dbx-firebase-login", inputs: ["loginMode", "providerTypes", "omitProviderTypes", "providerCategories"] }, { kind: "component", type: DbxFirebaseOAuthLoginViewComponent, selector: "dbx-firebase-oauth-login-view", inputs: ["loginStateCase", "error"], outputs: ["retryClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
60
+ `, isInline: true, dependencies: [{ kind: "component", type: DbxDocsUiExampleComponent, selector: "dbx-docs-ui-example", inputs: ["header", "hint"] }, { kind: "component", type: DbxDocsUiExampleInfoComponent, selector: "dbx-docs-ui-example-info" }, { kind: "component", type: DbxDocsUiExampleContentComponent, selector: "dbx-docs-ui-example-content" }, { kind: "directive", type: DbxFlexGroupDirective, selector: "[dbxFlexGroup]", inputs: ["content", "breakToColumn", "relative", "breakpoint"] }, { kind: "directive", type: DbxFlexSizeDirective, selector: "[dbxFlexSize]", inputs: ["dbxFlexSize"] }, { kind: "component", type: DbxFirebaseLoginComponent, selector: "dbx-firebase-login", inputs: ["loginMode", "providerTypes", "omitProviderTypes", "providerCategories"] }, { kind: "component", type: DbxFirebaseOAuthLoginViewComponent, selector: "dbx-firebase-oauth-login-view", inputs: ["loginStateCase", "error"], outputs: ["retryClick"] }] });
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFirebaseStyleDemoLoginSectionComponent, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: DbxFirebaseStyleDemoLoginSectionComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{
65
65
  selector: 'dbx-firebase-style-demo-login-section',
66
- standalone: true,
67
- changeDetection: ChangeDetectionStrategy.OnPush,
68
66
  imports: [DbxDocsUiExampleComponent, DbxDocsUiExampleInfoComponent, DbxDocsUiExampleContentComponent, DbxFlexGroupDirective, DbxFlexSizeDirective, DbxFirebaseLoginComponent, DbxFirebaseOAuthLoginViewComponent],
69
67
  template: `
70
68
  <dbx-docs-ui-example header="Firebase Login" hint="The OIDC login view in each render state.">
@@ -1 +1 @@
1
- {"version":3,"file":"dereekb-dbx-firebase-style-demo.mjs","sources":["../../../../packages/dbx-firebase/style-demo/src/lib/login.section.component.ts","../../../../packages/dbx-firebase/style-demo/src/lib/firebase.style.demo.providers.ts","../../../../packages/dbx-firebase/style-demo/src/dereekb-dbx-firebase-style-demo.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { DbxFlexGroupDirective, DbxFlexSizeDirective } from '@dereekb/dbx-web';\nimport { DbxDocsUiExampleComponent, DbxDocsUiExampleContentComponent, DbxDocsUiExampleInfoComponent } from '@dereekb/dbx-web/docs';\nimport { DbxFirebaseLoginComponent } from '@dereekb/dbx-firebase';\nimport { DbxFirebaseOAuthLoginViewComponent } from '@dereekb/dbx-firebase/oidc';\n\n/**\n * Style-demo section showing the presentational `dbx-firebase-oauth-login-view` in its three render states —\n * `no_user` (projecting the real `dbx-firebase-login` provider buttons), `submitting`, and `error` — so the login\n * surfaces are visible in the playground. Rendering makes no network calls; the provider buttons resolve from the\n * host app's login configuration at render time.\n *\n * @dbxDocsUiExample\n * @dbxDocsUiExampleSlug style-demo-firebase-login\n * @dbxDocsUiExampleCategory style-demo\n * @dbxDocsUiExampleSummary The dbx-firebase-oauth-login-view in its no_user, submitting, and error render states.\n * @dbxDocsUiExampleRelated dbx-firebase-login\n */\n@Component({\n selector: 'dbx-firebase-style-demo-login-section',\n standalone: true,\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [DbxDocsUiExampleComponent, DbxDocsUiExampleInfoComponent, DbxDocsUiExampleContentComponent, DbxFlexGroupDirective, DbxFlexSizeDirective, DbxFirebaseLoginComponent, DbxFirebaseOAuthLoginViewComponent],\n template: `\n <dbx-docs-ui-example header=\"Firebase Login\" hint=\"The OIDC login view in each render state.\">\n <dbx-docs-ui-example-info>\n <p>\n <code>dbx-firebase-oauth-login-view</code>\n is presentational: it renders the login UI for a given\n <code>loginStateCase</code>\n . The\n <code>no_user</code>\n tile projects the real\n <code>dbx-firebase-login</code>\n provider buttons; the\n <code>submitting</code>\n and\n <code>error</code>\n tiles show the loading and error+retry styling. Rendering makes no network calls — the buttons resolve from the host app's login configuration at render time.\n </p>\n </dbx-docs-ui-example-info>\n <dbx-docs-ui-example-content>\n <div dbxFlexGroup>\n <div [dbxFlexSize]=\"2\">\n <div class=\"dbx-text-label-small dbx-hint dbx-pb1\">No user</div>\n <dbx-firebase-oauth-login-view [loginStateCase]=\"'no_user'\">\n <dbx-firebase-login></dbx-firebase-login>\n </dbx-firebase-oauth-login-view>\n </div>\n <div [dbxFlexSize]=\"2\">\n <div class=\"dbx-text-label-small dbx-hint dbx-pb1\">Submitting</div>\n <dbx-firebase-oauth-login-view [loginStateCase]=\"'submitting'\"></dbx-firebase-oauth-login-view>\n </div>\n <div [dbxFlexSize]=\"2\">\n <div class=\"dbx-text-label-small dbx-hint dbx-pb1\">Error</div>\n <dbx-firebase-oauth-login-view [loginStateCase]=\"'error'\" [error]=\"'Example authentication error for styling.'\"></dbx-firebase-oauth-login-view>\n </div>\n </div>\n </dbx-docs-ui-example-content>\n </dbx-docs-ui-example>\n `\n})\nexport class DbxFirebaseStyleDemoLoginSectionComponent {}\n","import { type EnvironmentProviders } from '@angular/core';\nimport { type DbxStyleDemoSectionGroup, provideDbxStyleDemoSections } from '@dereekb/dbx-web/style-demo';\nimport { DbxFirebaseStyleDemoLoginSectionComponent } from './login.section.component';\n\n/**\n * The `@dereekb/dbx-firebase/style-demo` section group.\n */\nexport const DBX_FIREBASE_STYLE_DEMO_SECTION_GROUP: DbxStyleDemoSectionGroup = {\n libId: 'dbx-firebase',\n sections: [{ id: 'dbx-firebase-login', title: 'Firebase Login', group: 'firebase', tags: ['dbx-firebase', 'login'], component: DbxFirebaseStyleDemoLoginSectionComponent, defaultEnabled: true }]\n};\n\n/**\n * Registers the `@dereekb/dbx-firebase/style-demo` sections with the `<dbx-style-demo>` playground.\n *\n * The Firebase Login section renders `dbx-firebase-oauth-login-view` (with `dbx-firebase-login` projected for the\n * `no_user` state), so the host app must provide Firebase auth (`provideDbxFirebase`) and login configuration\n * (`provideDbxFirebaseLogin({ enabledLoginMethods, ... })`). Rendering makes no network calls until a button is clicked.\n *\n * Pair with `provideDbxStyleDemo()` (the shell from `@dereekb/dbx-web/style-demo`).\n *\n * @returns EnvironmentProviders contributing the firebase sections.\n *\n * @__NO_SIDE_EFFECTS__\n */\nexport function provideDbxFirebaseStyleDemo(): EnvironmentProviders {\n return provideDbxStyleDemoSections(DBX_FIREBASE_STYLE_DEMO_SECTION_GROUP);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAMA;;;;;;;;;;;AAWG;MA6CU,yCAAyC,CAAA;wGAAzC,yCAAyC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAzC,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,yCAAyC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uCAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAvC1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAtCS,yBAAyB,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,CAAA,QAAA,EAAA,MAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,6BAA6B,EAAA,QAAA,EAAA,0BAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,gCAAgC,EAAA,QAAA,EAAA,6BAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,qBAAqB,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,eAAA,EAAA,UAAA,EAAA,YAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,oBAAoB,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,yBAAyB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,WAAA,EAAA,eAAA,EAAA,mBAAA,EAAA,oBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,kCAAkC,EAAA,QAAA,EAAA,+BAAA,EAAA,MAAA,EAAA,CAAA,gBAAA,EAAA,OAAA,CAAA,EAAA,OAAA,EAAA,CAAA,YAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA;;4FAwCrM,yCAAyC,EAAA,UAAA,EAAA,CAAA;kBA5CrD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,uCAAuC;AACjD,oBAAA,UAAU,EAAE,IAAI;oBAChB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,OAAO,EAAE,CAAC,yBAAyB,EAAE,6BAA6B,EAAE,gCAAgC,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,kCAAkC,CAAC;AACjN,oBAAA,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCT,EAAA;AACF,iBAAA;;;ACzDD;;AAEG;AACI,MAAM,qCAAqC,GAA6B;AAC7E,IAAA,KAAK,EAAE,cAAc;AACrB,IAAA,QAAQ,EAAE,CAAC,EAAE,EAAE,EAAE,oBAAoB,EAAE,KAAK,EAAE,gBAAgB,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,cAAc,EAAE,OAAO,CAAC,EAAE,SAAS,EAAE,yCAAyC,EAAE,cAAc,EAAE,IAAI,EAAE;;AAGlM;;;;;;;;;;;;AAYG;SACa,2BAA2B,GAAA;AACzC,IAAA,OAAO,2BAA2B,CAAC,qCAAqC,CAAC;AAC3E;;AC3BA;;AAEG;;;;"}
1
+ {"version":3,"file":"dereekb-dbx-firebase-style-demo.mjs","sources":["../../../../packages/dbx-firebase/style-demo/src/lib/login.section.component.ts","../../../../packages/dbx-firebase/style-demo/src/lib/firebase.style.demo.providers.ts","../../../../packages/dbx-firebase/style-demo/src/dereekb-dbx-firebase-style-demo.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { DbxFlexGroupDirective, DbxFlexSizeDirective } from '@dereekb/dbx-web';\nimport { DbxDocsUiExampleComponent, DbxDocsUiExampleContentComponent, DbxDocsUiExampleInfoComponent } from '@dereekb/dbx-web/docs';\nimport { DbxFirebaseLoginComponent } from '@dereekb/dbx-firebase';\nimport { DbxFirebaseOAuthLoginViewComponent } from '@dereekb/dbx-firebase/oidc';\n\n/**\n * Style-demo section showing the presentational `dbx-firebase-oauth-login-view` in its three render states —\n * `no_user` (projecting the real `dbx-firebase-login` provider buttons), `submitting`, and `error` — so the login\n * surfaces are visible in the playground. Rendering makes no network calls; the provider buttons resolve from the\n * host app's login configuration at render time.\n *\n * @dbxDocsUiExample\n * @dbxDocsUiExampleSlug style-demo-firebase-login\n * @dbxDocsUiExampleCategory style-demo\n * @dbxDocsUiExampleSummary The dbx-firebase-oauth-login-view in its no_user, submitting, and error render states.\n * @dbxDocsUiExampleRelated dbx-firebase-login\n */\n@Component({\n selector: 'dbx-firebase-style-demo-login-section',\n imports: [DbxDocsUiExampleComponent, DbxDocsUiExampleInfoComponent, DbxDocsUiExampleContentComponent, DbxFlexGroupDirective, DbxFlexSizeDirective, DbxFirebaseLoginComponent, DbxFirebaseOAuthLoginViewComponent],\n template: `\n <dbx-docs-ui-example header=\"Firebase Login\" hint=\"The OIDC login view in each render state.\">\n <dbx-docs-ui-example-info>\n <p>\n <code>dbx-firebase-oauth-login-view</code>\n is presentational: it renders the login UI for a given\n <code>loginStateCase</code>\n . The\n <code>no_user</code>\n tile projects the real\n <code>dbx-firebase-login</code>\n provider buttons; the\n <code>submitting</code>\n and\n <code>error</code>\n tiles show the loading and error+retry styling. Rendering makes no network calls — the buttons resolve from the host app's login configuration at render time.\n </p>\n </dbx-docs-ui-example-info>\n <dbx-docs-ui-example-content>\n <div dbxFlexGroup>\n <div [dbxFlexSize]=\"2\">\n <div class=\"dbx-text-label-small dbx-hint dbx-pb1\">No user</div>\n <dbx-firebase-oauth-login-view [loginStateCase]=\"'no_user'\">\n <dbx-firebase-login></dbx-firebase-login>\n </dbx-firebase-oauth-login-view>\n </div>\n <div [dbxFlexSize]=\"2\">\n <div class=\"dbx-text-label-small dbx-hint dbx-pb1\">Submitting</div>\n <dbx-firebase-oauth-login-view [loginStateCase]=\"'submitting'\"></dbx-firebase-oauth-login-view>\n </div>\n <div [dbxFlexSize]=\"2\">\n <div class=\"dbx-text-label-small dbx-hint dbx-pb1\">Error</div>\n <dbx-firebase-oauth-login-view [loginStateCase]=\"'error'\" [error]=\"'Example authentication error for styling.'\"></dbx-firebase-oauth-login-view>\n </div>\n </div>\n </dbx-docs-ui-example-content>\n </dbx-docs-ui-example>\n `\n})\nexport class DbxFirebaseStyleDemoLoginSectionComponent {}\n","import { type EnvironmentProviders } from '@angular/core';\nimport { type DbxStyleDemoSectionGroup, provideDbxStyleDemoSections } from '@dereekb/dbx-web/style-demo';\nimport { DbxFirebaseStyleDemoLoginSectionComponent } from './login.section.component';\n\n/**\n * The `@dereekb/dbx-firebase/style-demo` section group.\n */\nexport const DBX_FIREBASE_STYLE_DEMO_SECTION_GROUP: DbxStyleDemoSectionGroup = {\n libId: 'dbx-firebase',\n sections: [{ id: 'dbx-firebase-login', title: 'Firebase Login', group: 'firebase', tags: ['dbx-firebase', 'login'], component: DbxFirebaseStyleDemoLoginSectionComponent, defaultEnabled: true }]\n};\n\n/**\n * Registers the `@dereekb/dbx-firebase/style-demo` sections with the `<dbx-style-demo>` playground.\n *\n * The Firebase Login section renders `dbx-firebase-oauth-login-view` (with `dbx-firebase-login` projected for the\n * `no_user` state), so the host app must provide Firebase auth (`provideDbxFirebase`) and login configuration\n * (`provideDbxFirebaseLogin({ enabledLoginMethods, ... })`). Rendering makes no network calls until a button is clicked.\n *\n * Pair with `provideDbxStyleDemo()` (the shell from `@dereekb/dbx-web/style-demo`).\n *\n * @returns EnvironmentProviders contributing the firebase sections.\n *\n * @__NO_SIDE_EFFECTS__\n */\nexport function provideDbxFirebaseStyleDemo(): EnvironmentProviders {\n return provideDbxStyleDemoSections(DBX_FIREBASE_STYLE_DEMO_SECTION_GROUP);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAMA;;;;;;;;;;;AAWG;MA2CU,yCAAyC,CAAA;uGAAzC,yCAAyC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAzC,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yCAAyC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uCAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAvC1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAtCS,yBAAyB,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,CAAA,QAAA,EAAA,MAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,6BAA6B,EAAA,QAAA,EAAA,0BAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,gCAAgC,EAAA,QAAA,EAAA,6BAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,qBAAqB,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,eAAA,EAAA,UAAA,EAAA,YAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,oBAAoB,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,yBAAyB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,WAAA,EAAA,eAAA,EAAA,mBAAA,EAAA,oBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,kCAAkC,EAAA,QAAA,EAAA,+BAAA,EAAA,MAAA,EAAA,CAAA,gBAAA,EAAA,OAAA,CAAA,EAAA,OAAA,EAAA,CAAA,YAAA,CAAA,EAAA,CAAA,EAAA,CAAA;;2FAwCrM,yCAAyC,EAAA,UAAA,EAAA,CAAA;kBA1CrD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,uCAAuC;AACjD,oBAAA,OAAO,EAAE,CAAC,yBAAyB,EAAE,6BAA6B,EAAE,gCAAgC,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,kCAAkC,CAAC;AACjN,oBAAA,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCT,EAAA;AACF,iBAAA;;;ACvDD;;AAEG;AACI,MAAM,qCAAqC,GAA6B;AAC7E,IAAA,KAAK,EAAE,cAAc;AACrB,IAAA,QAAQ,EAAE,CAAC,EAAE,EAAE,EAAE,oBAAoB,EAAE,KAAK,EAAE,gBAAgB,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,cAAc,EAAE,OAAO,CAAC,EAAE,SAAS,EAAE,yCAAyC,EAAE,cAAc,EAAE,IAAI,EAAE;;AAGlM;;;;;;;;;;;;AAYG;SACa,2BAA2B,GAAA;AACzC,IAAA,OAAO,2BAA2B,CAAC,qCAAqC,CAAC;AAC3E;;AC3BA;;AAEG;;"}