taon-ui 21.0.48 → 21.0.49
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/VERIFIED-BUILD-DATA.jsonc +3 -3
- package/browser/fesm2022/taon-ui-browser.mjs +41 -32
- package/browser/fesm2022/taon-ui-browser.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser/types/taon-ui-browser.d.ts +7 -4
- package/browser-prod/fesm2022/taon-ui-browser-prod.mjs +41 -32
- package/browser-prod/fesm2022/taon-ui-browser-prod.mjs.map +1 -1
- package/browser-prod/package.json +1 -1
- package/browser-prod/types/taon-ui-browser-prod.d.ts +7 -4
- package/html/assets/generated/pwa/html-pwa.html +60 -0
- package/html/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.html +149 -0
- package/html/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.html +266 -0
- package/html/lib/ui/taon-auth/auth-button.component.html +28 -0
- package/html/lib/ui/taon-auth/auth-dialog.component.html +93 -0
- package/html/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.html +29 -0
- package/html/lib/ui/taon-github-fork-me-ribbon/taon-github-fork-me-ribbon.component.html +11 -0
- package/html/lib/ui/taon-kv-authorization/taon-kv-authorization.component.html +11 -0
- package/html/lib/ui/taon-not-found/taon-not-found.component.html +40 -0
- package/html/lib/ui/taon-notifications/taon-notifications.component.html +3 -0
- package/html/lib/ui/taon-progress-bar/taon-progress-bar.component.html +23 -0
- package/html/lib/ui/taon-rumble/taon-rumble.component.html +46 -0
- package/html/lib/ui/taon-session-passcode/taon-session-passcode.component.html +20 -0
- package/html/lib/ui/taon-simple-layout/taon-simple-layout.component.html +88 -0
- package/html/lib/ui/taon-stripe-buy-button/taon-stripe-buy-button.component.html +17 -0
- package/html/lib/ui/taon-table/taon-table.component.html +50 -0
- package/html/lib/ui/taon-theme/taon-theme.component.html +26 -0
- package/html/lib/ui/taon-youtube-video/taon-youtube-video.component.html +71 -0
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/layouts/taon-bootstrap-navbar/index.js +2 -2
- package/lib/package.json +1 -1
- package/lib/ui/directives/index.js +2 -2
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +3 -3
- package/lib/ui/taon-github-fork-me-corner/index.js +2 -2
- package/lib/ui/taon-github-fork-me-ribbon/index.js +2 -2
- package/lib/ui/taon-iframe-sync/index.js +2 -2
- package/lib/ui/taon-progress-bar/index.js +2 -2
- package/lib/ui/taon-session-passcode/index.js +2 -2
- package/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +1 -1
- package/lib/ui/taon-simple-layout/taon-simple-layout.component.d.ts +1 -0
- package/lib/ui/taon-table/index.js +2 -2
- package/lib/ui/taon-theme/taon-theme.component.d.ts +2 -0
- package/lib-esm/app.electron.d.ts +1 -1
- package/lib-esm/app.electron.js +1 -1
- package/lib-esm/app.hosts.d.ts +2 -2
- package/lib-esm/app.hosts.js +4 -4
- package/lib-esm/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib-esm/lib/build-info._auto-generated_.js +1 -1
- package/lib-esm/lib/layouts/taon-bootstrap-navbar/index.d.ts +1 -1
- package/lib-esm/lib/layouts/taon-bootstrap-navbar/index.js +1 -1
- package/lib-esm/lib/ui/directives/index.d.ts +1 -1
- package/lib-esm/lib/ui/directives/index.js +1 -1
- package/lib-esm/lib/ui/index.d.ts +1 -1
- package/lib-esm/lib/ui/index.js +1 -1
- package/lib-esm/lib/ui/taon-github-fork-me-corner/index.d.ts +1 -1
- package/lib-esm/lib/ui/taon-github-fork-me-corner/index.js +1 -1
- package/lib-esm/lib/ui/taon-github-fork-me-ribbon/index.d.ts +1 -1
- package/lib-esm/lib/ui/taon-github-fork-me-ribbon/index.js +1 -1
- package/lib-esm/lib/ui/taon-iframe-sync/index.d.ts +1 -1
- package/lib-esm/lib/ui/taon-iframe-sync/index.js +1 -1
- package/lib-esm/lib/ui/taon-progress-bar/index.d.ts +1 -1
- package/lib-esm/lib/ui/taon-progress-bar/index.js +1 -1
- package/lib-esm/lib/ui/taon-session-passcode/index.d.ts +1 -1
- package/lib-esm/lib/ui/taon-session-passcode/index.js +1 -1
- package/lib-esm/lib/ui/taon-table/index.d.ts +1 -1
- package/lib-esm/lib/ui/taon-table/index.js +1 -1
- package/lib-prod/build-info._auto-generated_.d.ts +1 -1
- package/lib-prod/build-info._auto-generated_.js +2 -2
- package/lib-prod/env/env.angular-node-app.js +1 -1
- package/lib-prod/env/env.docs-webapp.js +1 -1
- package/lib-prod/env/env.electron-app.js +1 -1
- package/lib-prod/env/env.mobile-app.js +1 -1
- package/lib-prod/env/env.npm-lib-and-cli-tool.js +1 -1
- package/lib-prod/env/env.vscode-plugin.js +1 -1
- package/lib-prod/env/index.js +1 -1
- package/lib-prod/index._auto-generated_.js +1 -1
- package/lib-prod/index.js +1 -1
- package/lib-prod/layouts/index.js +1 -1
- package/lib-prod/layouts/taon-bootstrap-navbar/index.d.ts +1 -1
- package/lib-prod/layouts/taon-bootstrap-navbar/index.js +2 -2
- package/lib-prod/migrations/index.js +1 -1
- package/lib-prod/migrations/migrations_index._auto-generated_.js +1 -1
- package/lib-prod/my-organization-proj.js +1 -1
- package/lib-prod/package.json +1 -1
- package/lib-prod/taon.models.js +1 -1
- package/lib-prod/ui/directives/index.d.ts +1 -1
- package/lib-prod/ui/directives/index.js +2 -2
- package/lib-prod/ui/directives/view-mode.js +1 -1
- package/lib-prod/ui/index.d.ts +1 -1
- package/lib-prod/ui/index.js +2 -2
- package/lib-prod/ui/taon-admin-mode-configuration/index.js +1 -1
- package/lib-prod/ui/taon-admin-mode-configuration/taon-admin.models.js +1 -1
- package/lib-prod/ui/taon-github-fork-me-corner/index.d.ts +1 -1
- package/lib-prod/ui/taon-github-fork-me-corner/index.js +2 -2
- package/lib-prod/ui/taon-github-fork-me-ribbon/index.d.ts +1 -1
- package/lib-prod/ui/taon-github-fork-me-ribbon/index.js +2 -2
- package/lib-prod/ui/taon-iframe-sync/index.d.ts +1 -1
- package/lib-prod/ui/taon-iframe-sync/index.js +2 -2
- package/lib-prod/ui/taon-kv-authorization/taon-kv-authorization.models.js +1 -1
- package/lib-prod/ui/taon-notifications/index.js +1 -1
- package/lib-prod/ui/taon-notifications/taon-notifications.models.js +1 -1
- package/lib-prod/ui/taon-progress-bar/index.d.ts +1 -1
- package/lib-prod/ui/taon-progress-bar/index.js +2 -2
- package/lib-prod/ui/taon-session-passcode/index.d.ts +1 -1
- package/lib-prod/ui/taon-session-passcode/index.js +2 -2
- package/lib-prod/ui/taon-simple-layout/taon-simple-layout.model.js +1 -1
- package/lib-prod/ui/taon-table/index.d.ts +1 -1
- package/lib-prod/ui/taon-table/index.js +2 -2
- package/lib-prod/ui/taon-youtube-video/taon-youtube.utils.js +1 -1
- package/lib-prod/ui/taon.models.js +1 -1
- package/package.json +1 -1
- package/scss/lib/ui/taon-session-passcode/taon-session-passcode.component.scss +2 -33
- package/websql/fesm2022/taon-ui-websql.mjs +41 -32
- package/websql/fesm2022/taon-ui-websql.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql/types/taon-ui-websql.d.ts +7 -4
- package/websql-prod/fesm2022/taon-ui-websql-prod.mjs +41 -32
- package/websql-prod/fesm2022/taon-ui-websql-prod.mjs.map +1 -1
- package/websql-prod/package.json +1 -1
- package/websql-prod/types/taon-ui-websql-prod.d.ts +7 -4
package/websql-prod/package.json
CHANGED
|
@@ -85,7 +85,7 @@ declare const CURRENT_PACKAGE_TAON_VERSION = "v21";
|
|
|
85
85
|
/**
|
|
86
86
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
87
87
|
*/
|
|
88
|
-
declare const CURRENT_PACKAGE_VERSION = "21.0.
|
|
88
|
+
declare const CURRENT_PACKAGE_VERSION = "21.0.49";
|
|
89
89
|
|
|
90
90
|
declare function myOrgProj(): void;
|
|
91
91
|
|
|
@@ -478,7 +478,7 @@ declare class TaonSessionPasscodeComponent implements OnInit, AfterViewInit {
|
|
|
478
478
|
display: string;
|
|
479
479
|
form: FormGroup<TaonSessionPasscodeForm>;
|
|
480
480
|
constructor(element: ElementRef<HTMLElement>, domSanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
481
|
-
ngOnInit(): void
|
|
481
|
+
ngOnInit(): Promise<void>;
|
|
482
482
|
submit({ passcode }: Partial<TaonSessionPasscodeModel>): void;
|
|
483
483
|
private isPasscodeOK;
|
|
484
484
|
ngAfterViewInit(): void;
|
|
@@ -492,7 +492,7 @@ declare class TaonSessionPasscodeComponent implements OnInit, AfterViewInit {
|
|
|
492
492
|
};
|
|
493
493
|
}): void;
|
|
494
494
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaonSessionPasscodeComponent, [{ self: true; }, null, null]>;
|
|
495
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TaonSessionPasscodeComponent, "taon-session-passcode", never, { "passcode": { "alias": "passcode"; "required":
|
|
495
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TaonSessionPasscodeComponent, "taon-session-passcode", never, { "passcode": { "alias": "passcode"; "required": true; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
declare enum TaonThemeMode {
|
|
@@ -528,6 +528,7 @@ declare class TaonSimpleLayoutComponent {
|
|
|
528
528
|
protected dialog: MatDialog;
|
|
529
529
|
protected theme: TaonThemeService;
|
|
530
530
|
hideThemeSettings: boolean;
|
|
531
|
+
hideHeader: boolean;
|
|
531
532
|
navItems: i0.InputSignal<TaonSimpleLayoutNavItem[]>;
|
|
532
533
|
navigateTo(item: {
|
|
533
534
|
path: string;
|
|
@@ -535,7 +536,7 @@ declare class TaonSimpleLayoutComponent {
|
|
|
535
536
|
}): void;
|
|
536
537
|
openDialog(enterAnimationDuration: string | number, exitAnimationDuration: string | number): void;
|
|
537
538
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaonSimpleLayoutComponent, never>;
|
|
538
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TaonSimpleLayoutComponent, "taon-simple-layout", never, { "hideThemeSettings": { "alias": "hideThemeSettings"; "required": false; }; "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; }, {}, never, ["[header]", "[buttons]", "*"], true, never>;
|
|
539
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TaonSimpleLayoutComponent, "taon-simple-layout", never, { "hideThemeSettings": { "alias": "hideThemeSettings"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; }, {}, never, ["[header]", "[buttons]", "*"], true, never>;
|
|
539
540
|
}
|
|
540
541
|
|
|
541
542
|
declare const TaonSimpleLayoutRoutes: Routes;
|
|
@@ -613,6 +614,8 @@ declare class TaonTableModule {
|
|
|
613
614
|
|
|
614
615
|
declare class TaonThemeComponent {
|
|
615
616
|
TaonThemeMode: typeof TaonThemeMode;
|
|
617
|
+
private readonly dialogRef;
|
|
618
|
+
close(): void;
|
|
616
619
|
taonTheme: TaonThemeService;
|
|
617
620
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaonThemeComponent, never>;
|
|
618
621
|
static ɵcmp: i0.ɵɵComponentDeclaration<TaonThemeComponent, "taon-theme", never, {}, {}, never, never, true, never>;
|