taon-ui 21.0.38 → 21.0.39

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.
Files changed (63) hide show
  1. package/assets/shared/logo-header-admin-mode-org.png +0 -0
  2. package/assets/shared/logo-header-admin-mode.png +0 -0
  3. package/assets/shared/taon-small-logo-for-not-found.png +0 -0
  4. package/browser/fesm2022/taon-ui-browser.mjs +113 -152
  5. package/browser/fesm2022/taon-ui-browser.mjs.map +1 -1
  6. package/browser/package.json +1 -1
  7. package/browser/types/taon-ui-browser.d.ts +21 -27
  8. package/browser-prod/fesm2022/taon-ui-browser-prod.mjs +114 -153
  9. package/browser-prod/fesm2022/taon-ui-browser-prod.mjs.map +1 -1
  10. package/browser-prod/package.json +1 -1
  11. package/browser-prod/types/taon-ui-browser-prod.d.ts +21 -27
  12. package/lib/build-info._auto-generated_.d.ts +1 -1
  13. package/lib/build-info._auto-generated_.js +1 -1
  14. package/lib/index._auto-generated_.d.ts +1 -0
  15. package/lib/index._auto-generated_.js +1 -0
  16. package/lib/index._auto-generated_.js.map +1 -1
  17. package/lib/layouts/taon-bootstrap-navbar/index.js +2 -2
  18. package/lib/package.json +1 -1
  19. package/lib/ui/directives/index.js +2 -2
  20. package/lib/ui/index.js +2 -2
  21. package/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +12 -24
  22. package/lib/ui/taon-github-fork-me-corner/index.js +2 -2
  23. package/lib/ui/taon-github-fork-me-ribbon/index.js +2 -2
  24. package/lib/ui/taon-iframe-sync/index.js +2 -2
  25. package/lib/ui/taon-not-found/taon-not-found.component.d.ts +2 -0
  26. package/lib/ui/taon-progress-bar/index.js +2 -2
  27. package/lib/ui/taon-session-passcode/index.js +2 -2
  28. package/lib/ui/taon-table/index.js +2 -2
  29. package/lib-prod/build-info._auto-generated_.d.ts +1 -1
  30. package/lib-prod/build-info._auto-generated_.js +1 -1
  31. package/lib-prod/index._auto-generated_.js +1 -0
  32. package/lib-prod/index._auto-generated_.js.map +1 -1
  33. package/lib-prod/layouts/taon-bootstrap-navbar/index.d.ts +1 -1
  34. package/lib-prod/layouts/taon-bootstrap-navbar/index.js +1 -1
  35. package/lib-prod/package.json +1 -1
  36. package/lib-prod/ui/directives/index.d.ts +1 -1
  37. package/lib-prod/ui/directives/index.js +1 -1
  38. package/lib-prod/ui/index.d.ts +1 -1
  39. package/lib-prod/ui/index.js +1 -1
  40. package/lib-prod/ui/taon-github-fork-me-corner/index.d.ts +1 -1
  41. package/lib-prod/ui/taon-github-fork-me-corner/index.js +1 -1
  42. package/lib-prod/ui/taon-github-fork-me-ribbon/index.d.ts +1 -1
  43. package/lib-prod/ui/taon-github-fork-me-ribbon/index.js +1 -1
  44. package/lib-prod/ui/taon-iframe-sync/index.d.ts +1 -1
  45. package/lib-prod/ui/taon-iframe-sync/index.js +1 -1
  46. package/lib-prod/ui/taon-progress-bar/index.d.ts +1 -1
  47. package/lib-prod/ui/taon-progress-bar/index.js +1 -1
  48. package/lib-prod/ui/taon-session-passcode/index.d.ts +1 -1
  49. package/lib-prod/ui/taon-session-passcode/index.js +1 -1
  50. package/lib-prod/ui/taon-table/index.d.ts +1 -1
  51. package/lib-prod/ui/taon-table/index.js +1 -1
  52. package/package.json +1 -1
  53. package/scss/global.scss +1 -1
  54. package/scss/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.scss +4 -35
  55. package/scss/lib/ui/taon-not-found/taon-not-found.component.scss +3 -0
  56. package/websql/fesm2022/taon-ui-websql.mjs +113 -152
  57. package/websql/fesm2022/taon-ui-websql.mjs.map +1 -1
  58. package/websql/package.json +1 -1
  59. package/websql/types/taon-ui-websql.d.ts +21 -27
  60. package/websql-prod/fesm2022/taon-ui-websql-prod.mjs +114 -153
  61. package/websql-prod/fesm2022/taon-ui-websql-prod.mjs.map +1 -1
  62. package/websql-prod/package.json +1 -1
  63. package/websql-prod/types/taon-ui-websql-prod.d.ts +21 -27
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-ui/browser",
3
- "version": "21.0.38",
3
+ "version": "21.0.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -46,11 +46,10 @@ import * as i39 from '@angular/material/tree';
46
46
  import * as i40 from '@angular/cdk/scrolling';
47
47
  import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
48
48
  import * as lodash from 'lodash';
49
+ import * as taon_storage_browser from 'taon-storage/browser';
49
50
  import * as rxjs from 'rxjs';
50
51
  import { Subject, Observable, Subscription } from 'rxjs';
51
- import * as i7$1 from 'static-columns/browser';
52
- import { BreakpointsService } from 'static-columns/browser';
53
- import { TaonAdminService, TaonBaseCrudController, TaonBaseEntity } from 'taon/browser';
52
+ import { TaonAdminPanelMode, TaonAdminService, TaonAdminTab, TaonBaseCrudController, TaonBaseEntity } from 'taon/browser';
54
53
  import * as i10$1 from '@angular/forms';
55
54
  import { FormGroup, FormControl } from '@angular/forms';
56
55
  import { CanActivate, Router, UrlTree, Routes } from '@angular/router';
@@ -61,6 +60,7 @@ import * as axios from 'axios';
61
60
  import * as i4$1 from '@ng-matero/extensions/grid';
62
61
  import { MtxGridColumn } from '@ng-matero/extensions/grid';
63
62
  import * as i5$1 from '@angular/material/form-field';
63
+ import * as i7$1 from 'static-columns/browser';
64
64
 
65
65
  /**
66
66
  * Autogenerated by current cli tool
@@ -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.38";
88
+ declare const CURRENT_PACKAGE_VERSION = "21.0.39";
89
89
 
90
90
  declare function myOrgProj(): void;
91
91
 
@@ -152,44 +152,33 @@ declare enum ViewMode {
152
152
  }
153
153
 
154
154
  declare class TaonAdminModeConfigurationComponent implements OnInit, AfterViewInit, OnDestroy {
155
- private breakpointsService;
155
+ TaonAdminPanelMode: typeof TaonAdminPanelMode;
156
156
  $destroy: Subject<unknown>;
157
157
  readonly cdr: ChangeDetectorRef;
158
158
  readonly taonAdminService: TaonAdminService;
159
- readonly isDesktop: boolean;
160
159
  isWebSQLMode: boolean;
161
- hideTaonToolsInProduction: boolean;
162
- isIframe: boolean;
163
160
  height: number;
164
- openedOnce: boolean;
165
- reloading: boolean;
161
+ reloading: i0.WritableSignal<boolean>;
162
+ scrollableEnabled: boolean;
166
163
  showPasscode: boolean;
167
164
  passcode: string;
168
165
  message: string;
169
- dragPositionX: number;
170
- dragPositionY: number;
166
+ dragPositionX: taon_storage_browser.StorSignal<number>;
167
+ dragPositionY: taon_storage_browser.StorSignal<number>;
171
168
  dragPositionZero: Point;
172
169
  dragPosition: Point;
173
- selectedIndex: number;
174
- tabGroup: any;
175
- wasOpenDraggablePopup: boolean;
176
- taonAdminModeConfigurationDataChanged: EventEmitter<any>;
177
- taonAdminModeConfigurationData: any;
178
- get opened(): boolean;
179
- set opened(v: boolean);
180
- constructor(breakpointsService: BreakpointsService);
170
+ selectedIndex: taon_storage_browser.StorSignal<number>;
181
171
  ngOnInit(): Promise<void>;
182
172
  ngAfterViewInit(): void;
183
173
  ngOnDestroy(): void;
184
- onResize(event: Event): void;
185
- reloadTabs(): Promise<void>;
186
- toogle(): Promise<void>;
187
- toogleFullScreen(): Promise<void>;
174
+ onResize(event?: Event): void;
175
+ reloadTabs(): void;
188
176
  resetDrag(): void;
189
177
  moved(c: CdkDragEnd): void;
190
- scrollTabs(event: any): void;
178
+ isLink(tab: TaonAdminTab): boolean;
179
+ getIfrmeLink(tab: TaonAdminTab): string | undefined;
191
180
  static ɵfac: i0.ɵɵFactoryDeclaration<TaonAdminModeConfigurationComponent, never>;
192
- static ɵcmp: i0.ɵɵComponentDeclaration<TaonAdminModeConfigurationComponent, "taon-admin-mode-configuration", never, { "taonAdminModeConfigurationData": { "alias": "taonAdminModeConfigurationData"; "required": false; }; }, { "taonAdminModeConfigurationDataChanged": "taonAdminModeConfigurationDataChanged"; }, never, ["*"], true, never>;
181
+ static ɵcmp: i0.ɵɵComponentDeclaration<TaonAdminModeConfigurationComponent, "taon-admin-mode-configuration", never, { "scrollableEnabled": { "alias": "scrollableEnabled"; "required": false; }; "showPasscode": { "alias": "showPasscode"; "required": false; }; "passcode": { "alias": "passcode"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, ["*"], true, never>;
193
182
  }
194
183
 
195
184
  interface TaonAdminModeTab {
@@ -386,6 +375,11 @@ declare class TaonKvAuthorizationComponent implements OnInit {
386
375
  static ɵcmp: i0.ɵɵComponentDeclaration<TaonKvAuthorizationComponent, "taon-kv-authorization", never, { "email": { "alias": "email"; "required": true; }; "url": { "alias": "url"; "required": true; }; "products": { "alias": "products"; "required": true; }; }, { "authorizedProducts": "authorizedProducts"; }, never, never, true, never>;
387
376
  }
388
377
 
378
+ declare class TaonNotFoundComponent {
379
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaonNotFoundComponent, never>;
380
+ static ɵcmp: i0.ɵɵComponentDeclaration<TaonNotFoundComponent, "taon-not-found", never, {}, {}, never, never, true, never>;
381
+ }
382
+
389
383
  declare class TaonNotificationOptions {
390
384
  title: string;
391
385
  subtitle?: string;
@@ -666,5 +660,5 @@ declare namespace TaonYouTubeUtils {
666
660
  function extractPlaylistId(input: string): string;
667
661
  }
668
662
 
669
- export { APP_ID, AuthButtonComponent, AuthDialogComponent, AuthGuard, BUILD_BASE_HREF, BUILD_FRAMEWORK_CLI_NAME, CURRENT_PACKAGE_TAON_VERSION, CURRENT_PACKAGE_VERSION, GoogleAuthService, MicrosoftAuthService, PROJECT_NPM_NAME, SafePipe, SessionService, TaonAdminModeConfigurationComponent, TaonBootstrapNavbarComponent, TaonFullMaterialModule, TaonGithubForkMeCornerComponent, TaonGithubForkMeCornerModule, TaonGithubForkMeRibbonComponent, TaonGithubForkMeRibbonModule, TaonIframeSyncComponent, TaonInjectHTMLDirective, TaonKvAuthorizationComponent, TaonLongPress, TaonNotificationOptions, TaonNotificationsComponent, TaonNotificationsModule, TaonNotificationsService, TaonProgressBarComponent, TaonProgressBarModule, TaonRumbleComponent, TaonSessionPasscodeComponent, TaonSimpleLayoutComponent, TaonSimpleLayoutRoutes, TaonStripeBuyButtonComponent, TaonTableComponent, TaonTableModule, TaonThemeComponent, TaonThemeMode, TaonThemeService, TaonYouTubeUtils, TaonYoutubeVideoComponent, ViewMode, myOrgProj };
663
+ export { APP_ID, AuthButtonComponent, AuthDialogComponent, AuthGuard, BUILD_BASE_HREF, BUILD_FRAMEWORK_CLI_NAME, CURRENT_PACKAGE_TAON_VERSION, CURRENT_PACKAGE_VERSION, GoogleAuthService, MicrosoftAuthService, PROJECT_NPM_NAME, SafePipe, SessionService, TaonAdminModeConfigurationComponent, TaonBootstrapNavbarComponent, TaonFullMaterialModule, TaonGithubForkMeCornerComponent, TaonGithubForkMeCornerModule, TaonGithubForkMeRibbonComponent, TaonGithubForkMeRibbonModule, TaonIframeSyncComponent, TaonInjectHTMLDirective, TaonKvAuthorizationComponent, TaonLongPress, TaonNotFoundComponent, TaonNotificationOptions, TaonNotificationsComponent, TaonNotificationsModule, TaonNotificationsService, TaonProgressBarComponent, TaonProgressBarModule, TaonRumbleComponent, TaonSessionPasscodeComponent, TaonSimpleLayoutComponent, TaonSimpleLayoutRoutes, TaonStripeBuyButtonComponent, TaonTableComponent, TaonTableModule, TaonThemeComponent, TaonThemeMode, TaonThemeService, TaonYouTubeUtils, TaonYoutubeVideoComponent, ViewMode, myOrgProj };
670
664
  export type { SessionState, TaonAdminModeTab, TaonKvAuthorizationProduct, TaonNotificationType, TaonRumbleState, TaonSessionPasscodeForm, TaonSessionPasscodeModel, TaonSimpleLayoutNavItem, TaonYoutubeState };