@ts-core/angular 18.0.0 → 18.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.
Files changed (68) hide show
  1. package/_index.scss +1 -1
  2. package/esm2022/VIModule.mjs +4 -4
  3. package/esm2022/application/ApplicationBaseComponent.mjs +3 -3
  4. package/esm2022/asset/AssetBackgroundDirective.mjs +3 -3
  5. package/esm2022/asset/AssetBackgroundPipe.mjs +3 -3
  6. package/esm2022/asset/AssetFilePipe.mjs +3 -3
  7. package/esm2022/asset/AssetIconPipe.mjs +3 -3
  8. package/esm2022/asset/AssetImagePipe.mjs +3 -3
  9. package/esm2022/asset/AssetModule.mjs +4 -4
  10. package/esm2022/asset/AssetSoundPipe.mjs +3 -3
  11. package/esm2022/asset/AssetVideoPipe.mjs +3 -3
  12. package/esm2022/cookie/CookieModule.mjs +4 -4
  13. package/esm2022/directive/AspectRatioResizeDirective.mjs +3 -3
  14. package/esm2022/directive/AutoScrollBottomDirective.mjs +3 -3
  15. package/esm2022/directive/ClickToCopyDirective.mjs +3 -3
  16. package/esm2022/directive/ClickToSelectDirective.mjs +3 -3
  17. package/esm2022/directive/FocusDirective.mjs +3 -3
  18. package/esm2022/directive/HTMLContentTitleDirective.mjs +3 -3
  19. package/esm2022/directive/HTMLTitleDirective.mjs +3 -3
  20. package/esm2022/directive/InfiniteScrollDirective.mjs +3 -3
  21. package/esm2022/directive/IsBrowserDirective.mjs +3 -3
  22. package/esm2022/directive/IsServerDirective.mjs +3 -3
  23. package/esm2022/directive/ResizeDirective.mjs +3 -3
  24. package/esm2022/directive/ScrollCheckDirective.mjs +3 -3
  25. package/esm2022/directive/ScrollDirective.mjs +3 -3
  26. package/esm2022/directive/SelectOnFocusDirective.mjs +3 -3
  27. package/esm2022/language/LanguageDirective.mjs +3 -3
  28. package/esm2022/language/LanguageHasDirective.mjs +3 -3
  29. package/esm2022/language/LanguageModule.mjs +4 -4
  30. package/esm2022/language/LanguagePipe.mjs +3 -3
  31. package/esm2022/language/LanguagePipeHas.mjs +3 -3
  32. package/esm2022/language/LanguagePipeHasPure.mjs +3 -3
  33. package/esm2022/language/LanguagePipePure.mjs +3 -3
  34. package/esm2022/language/LanguageResolver.mjs +3 -3
  35. package/esm2022/login/LoginGuard.mjs +3 -3
  36. package/esm2022/login/LoginIfCanGuard.mjs +3 -3
  37. package/esm2022/login/LoginNotGuard.mjs +3 -3
  38. package/esm2022/login/LoginResolver.mjs +3 -3
  39. package/esm2022/module/LazyModuleLoader.mjs +3 -3
  40. package/esm2022/notification/INotificationContent.mjs +3 -3
  41. package/esm2022/pipe/CamelCasePipe.mjs +3 -3
  42. package/esm2022/pipe/FinancePipe.mjs +3 -3
  43. package/esm2022/pipe/MomentDateAdaptivePipe.mjs +3 -3
  44. package/esm2022/pipe/MomentDateFromNowPipe.mjs +3 -3
  45. package/esm2022/pipe/MomentDatePipe.mjs +3 -3
  46. package/esm2022/pipe/MomentTimePipe.mjs +3 -3
  47. package/esm2022/pipe/NgModelErrorPipe.mjs +3 -3
  48. package/esm2022/pipe/PrettifyPipe.mjs +3 -3
  49. package/esm2022/pipe/SanitizePipe.mjs +3 -3
  50. package/esm2022/pipe/StartCasePipe.mjs +3 -3
  51. package/esm2022/pipe/TimePipe.mjs +3 -3
  52. package/esm2022/pipe/TruncatePipe.mjs +3 -3
  53. package/esm2022/service/PlatformService.mjs +3 -3
  54. package/esm2022/service/RouterBaseService.mjs +11 -1
  55. package/esm2022/service/ServiceWorkerService.mjs +3 -3
  56. package/esm2022/theme/ThemeAssetBackgroundDirective.mjs +3 -3
  57. package/esm2022/theme/ThemeAssetDirective.mjs +3 -3
  58. package/esm2022/theme/ThemeAssetIconDirective.mjs +3 -3
  59. package/esm2022/theme/ThemeAssetImageDirective.mjs +3 -3
  60. package/esm2022/theme/ThemeModule.mjs +4 -4
  61. package/esm2022/theme/ThemeStyleDirective.mjs +3 -3
  62. package/esm2022/theme/ThemeStyleHoverDirective.mjs +3 -3
  63. package/esm2022/theme/ThemeToggleDirective.mjs +3 -3
  64. package/esm2022/window/IWindowContent.mjs +3 -3
  65. package/fesm2022/ts-core-angular.mjs +201 -191
  66. package/fesm2022/ts-core-angular.mjs.map +1 -1
  67. package/package.json +1 -1
  68. package/service/RouterBaseService.d.ts +4 -0
@@ -122,10 +122,10 @@ export class IWindowContent extends DestroyableContainer {
122
122
  this.commitWindowProperties();
123
123
  }
124
124
  }
125
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
126
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.10", type: IWindowContent, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
125
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IWindowContent, deps: [{ token: WINDOW_CONTENT_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
126
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.11", type: IWindowContent, selector: "ng-component", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute], window: "window" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
127
127
  }
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IWindowContent, decorators: [{
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IWindowContent, decorators: [{
129
129
  type: Component,
130
130
  args: [{ template: '' }]
131
131
  }], ctorParameters: () => [{ type: undefined, decorators: [{