@dereekb/dbx-firebase 13.17.0 → 13.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/dereekb-dbx-firebase-oidc.mjs +6 -6
- package/fesm2022/dereekb-dbx-firebase-oidc.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-firebase-style-demo.mjs +139 -0
- package/fesm2022/dereekb-dbx-firebase-style-demo.mjs.map +1 -0
- package/fesm2022/dereekb-dbx-firebase.mjs +54 -6
- package/fesm2022/dereekb-dbx-firebase.mjs.map +1 -1
- package/package.json +15 -12
- package/style-demo/README.md +7 -0
- package/types/dereekb-dbx-firebase-style-demo.d.ts +41 -0
- package/types/dereekb-dbx-firebase.d.ts +60 -10
|
@@ -58,7 +58,7 @@ class DbxFirebaseOAuthLoginViewComponent {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
</div>
|
|
61
|
-
`, isInline: true, dependencies: [{ kind: "component", type: DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: ["diameter", "mode", "
|
|
61
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: ["diameter", "mode", "text", "linear", "show", "loading", "error"] }, { kind: "component", type: DbxErrorComponent, selector: "dbx-error", inputs: ["error", "iconOnly"], outputs: ["popoverOpened"] }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["bar", "type", "buttonStyle", "color", "spinnerColor", "customButtonColor", "customTextColor", "customSpinnerColor", "basic", "tonal", "raised", "stroked", "flat", "iconOnly", "fab", "customContent", "allowClickPropagation", "mode"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
62
62
|
}
|
|
63
63
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFirebaseOAuthLoginViewComponent, decorators: [{
|
|
64
64
|
type: Component,
|
|
@@ -203,7 +203,7 @@ class DbxFirebaseOAuthConsentViewComponent {
|
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
205
|
</div>
|
|
206
|
-
`, isInline: true, styles: [".dbx-firebase-oauth-consent-view .dbx-firebase-oauth-consent-header-info{align-items:center;gap:12px}\n"], dependencies: [{ kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "component", type: DbxAvatarComponent, selector: "dbx-avatar", inputs: ["context", "avatarSelector", "avatarUid", "avatarUrl", "avatarName", "avatarKey", "avatarIcon", "avatarStyle", "avatarSize", "avatarHideOnError"] }, { kind: "component", type: DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: ["diameter", "mode", "
|
|
206
|
+
`, isInline: true, styles: [".dbx-firebase-oauth-consent-view .dbx-firebase-oauth-consent-header-info{align-items:center;gap:12px}\n"], dependencies: [{ kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "component", type: DbxAvatarComponent, selector: "dbx-avatar", inputs: ["context", "avatarSelector", "avatarUid", "avatarUrl", "avatarName", "avatarKey", "avatarIcon", "avatarStyle", "avatarSize", "avatarHideOnError"] }, { kind: "component", type: DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: ["diameter", "mode", "text", "linear", "show", "loading", "error"] }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["bar", "type", "buttonStyle", "color", "spinnerColor", "customButtonColor", "customTextColor", "customSpinnerColor", "basic", "tonal", "raised", "stroked", "flat", "iconOnly", "fab", "customContent", "allowClickPropagation", "mode"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "directive", type: DbxActionDirective, selector: "dbx-action,[dbxAction]", exportAs: ["action", "dbxAction"] }, { kind: "directive", type: DbxActionHandlerDirective, selector: "[dbxActionHandler]", inputs: ["dbxActionHandler"] }, { kind: "directive", type: DbxActionValueDirective, selector: "dbxActionValue,[dbxActionValue]", inputs: ["dbxActionValue"] }, { kind: "directive", type: DbxActionButtonDirective, selector: "[dbxActionButton]", inputs: ["dbxActionButtonEcho"] }, { kind: "directive", type: DbxActionSnackbarErrorDirective, selector: "[dbxActionSnackbarError]", inputs: ["dbxActionSnackbarError"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
207
207
|
}
|
|
208
208
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFirebaseOAuthConsentViewComponent, decorators: [{
|
|
209
209
|
type: Component,
|
|
@@ -1731,7 +1731,7 @@ class DbxFirebaseOidcEntryClientTestComponent {
|
|
|
1731
1731
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.11", type: DbxFirebaseOidcEntryClientTestComponent, isStandalone: true, selector: "dbx-firebase-oidc-entry-client-test", inputs: { availableScopes: { classPropertyName: "availableScopes", publicName: "availableScopes", isSignal: true, isRequired: false, transformFunction: null }, oidcAuthorizationEndpointApiPath: { classPropertyName: "oidcAuthorizationEndpointApiPath", publicName: "oidcAuthorizationEndpointApiPath", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
1732
1732
|
@if (formConfigSignal()) {
|
|
1733
1733
|
<dbx-firebase-oidc-client-test-forge-form [dbxFormSource]="formTemplate$" dbxFormSourceMode="always" [config]="formConfigSignal()" (dbxFormValueChange)="onFormValueChange($event)"></dbx-firebase-oidc-client-test-forge-form>
|
|
1734
|
-
<dbx-content-pit class="dbx-block dbx-mb3"
|
|
1734
|
+
<dbx-content-pit class="dbx-block dbx-mb3">
|
|
1735
1735
|
<dbx-detail-block class="dbx-pb4" icon="link" header="Authorization URL">
|
|
1736
1736
|
@if (authorizationUrlSignal()) {
|
|
1737
1737
|
<dbx-click-to-copy-text [copyText]="authorizationUrlSignal()">
|
|
@@ -1759,7 +1759,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
|
|
|
1759
1759
|
template: `
|
|
1760
1760
|
@if (formConfigSignal()) {
|
|
1761
1761
|
<dbx-firebase-oidc-client-test-forge-form [dbxFormSource]="formTemplate$" dbxFormSourceMode="always" [config]="formConfigSignal()" (dbxFormValueChange)="onFormValueChange($event)"></dbx-firebase-oidc-client-test-forge-form>
|
|
1762
|
-
<dbx-content-pit class="dbx-block dbx-mb3"
|
|
1762
|
+
<dbx-content-pit class="dbx-block dbx-mb3">
|
|
1763
1763
|
<dbx-detail-block class="dbx-pb4" icon="link" header="Authorization URL">
|
|
1764
1764
|
@if (authorizationUrlSignal()) {
|
|
1765
1765
|
<dbx-click-to-copy-text [copyText]="authorizationUrlSignal()">
|
|
@@ -1862,7 +1862,7 @@ class DbxFirebaseOidcEntryClientViewComponent {
|
|
|
1862
1862
|
};
|
|
1863
1863
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxFirebaseOidcEntryClientViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1864
1864
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.11", type: DbxFirebaseOidcEntryClientViewComponent, isStandalone: true, selector: "dbx-firebase-oidc-entry-client-view", ngImport: i0, template: `
|
|
1865
|
-
<dbx-content-pit
|
|
1865
|
+
<dbx-content-pit>
|
|
1866
1866
|
<dbx-detail-block class="dbx-pb4" icon="key" header="Client ID">
|
|
1867
1867
|
<dbx-click-to-copy-text [copyText]="clientIdSignal()">{{ clientIdSignal() }}</dbx-click-to-copy-text>
|
|
1868
1868
|
</dbx-detail-block>
|
|
@@ -1891,7 +1891,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
|
|
|
1891
1891
|
args: [{
|
|
1892
1892
|
selector: 'dbx-firebase-oidc-entry-client-view',
|
|
1893
1893
|
template: `
|
|
1894
|
-
<dbx-content-pit
|
|
1894
|
+
<dbx-content-pit>
|
|
1895
1895
|
<dbx-detail-block class="dbx-pb4" icon="key" header="Client ID">
|
|
1896
1896
|
<dbx-click-to-copy-text [copyText]="clientIdSignal()">{{ clientIdSignal() }}</dbx-click-to-copy-text>
|
|
1897
1897
|
</dbx-detail-block>
|