@ts-core/angular 19.0.15 → 21.0.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.
Files changed (129) hide show
  1. package/fesm2022/ts-core-angular.mjs +252 -250
  2. package/fesm2022/ts-core-angular.mjs.map +1 -1
  3. package/package.json +26 -16
  4. package/types/ts-core-angular.d.ts +1824 -0
  5. package/ApplicationInjector.d.ts +0 -2
  6. package/VIModule.d.ts +0 -60
  7. package/application/ApplicationComponent.d.ts +0 -13
  8. package/application/ApplicationComponentBase.d.ts +0 -21
  9. package/application/ApplicationInitializerBase.d.ts +0 -35
  10. package/application/MessageComponentBase.d.ts +0 -15
  11. package/asset/AssetBackgroundDirective.d.ts +0 -33
  12. package/asset/AssetBackgroundPipe.d.ts +0 -7
  13. package/asset/AssetFilePipe.d.ts +0 -7
  14. package/asset/AssetIconPipe.d.ts +0 -7
  15. package/asset/AssetImagePipe.d.ts +0 -7
  16. package/asset/AssetModule.d.ts +0 -14
  17. package/asset/AssetSoundPipe.d.ts +0 -7
  18. package/asset/AssetVideoPipe.d.ts +0 -7
  19. package/bottomSheet/BottomSheetService.d.ts +0 -21
  20. package/cookie/CookieModule.d.ts +0 -13
  21. package/cookie/CookieOptions.d.ts +0 -10
  22. package/cookie/CookieService.d.ts +0 -13
  23. package/directive/AspectRatioResizeDirective.d.ts +0 -29
  24. package/directive/AutoScrollBottomDirective.d.ts +0 -24
  25. package/directive/ClickToCopyDirective.d.ts +0 -11
  26. package/directive/ClickToSelectDirective.d.ts +0 -11
  27. package/directive/FocusDirective.d.ts +0 -12
  28. package/directive/HTMLContentTitleDirective.d.ts +0 -14
  29. package/directive/HTMLTitleDirective.d.ts +0 -14
  30. package/directive/InfiniteScrollDirective.d.ts +0 -15
  31. package/directive/IsBrowserDirective.d.ts +0 -9
  32. package/directive/IsServerDirective.d.ts +0 -9
  33. package/directive/NullEmptyValueDirective.d.ts +0 -9
  34. package/directive/ResizeDirective.d.ts +0 -20
  35. package/directive/ScrollCheckDirective.d.ts +0 -24
  36. package/directive/ScrollDirective.d.ts +0 -24
  37. package/directive/SelectOnFocusDirective.d.ts +0 -11
  38. package/directive/StructureDirective.d.ts +0 -13
  39. package/directive/UppercaseValueDirective.d.ts +0 -9
  40. package/index.d.ts +0 -5
  41. package/language/LanguageDirective.d.ts +0 -21
  42. package/language/LanguageHasDirective.d.ts +0 -18
  43. package/language/LanguageModule.d.ts +0 -20
  44. package/language/LanguagePipe.d.ts +0 -18
  45. package/language/LanguagePipeHas.d.ts +0 -15
  46. package/language/LanguagePipeHasPure.d.ts +0 -12
  47. package/language/LanguagePipePure.d.ts +0 -12
  48. package/language/LanguageRequireResolver.d.ts +0 -4
  49. package/language/LanguageResolver.d.ts +0 -8
  50. package/language/LanguageToggleDirective.d.ts +0 -12
  51. package/list/IListItem.d.ts +0 -12
  52. package/list/ListItem.d.ts +0 -39
  53. package/list/ListItems.d.ts +0 -23
  54. package/list/select/ISelectListItem.d.ts +0 -6
  55. package/list/select/RouterSelectListItems.d.ts +0 -14
  56. package/list/select/SelectListItem.d.ts +0 -16
  57. package/list/select/SelectListItems.d.ts +0 -26
  58. package/login/LoginGuard.d.ts +0 -12
  59. package/login/LoginIfCanGuard.d.ts +0 -12
  60. package/login/LoginNotGuard.d.ts +0 -12
  61. package/login/LoginRequireResolver.d.ts +0 -8
  62. package/login/LoginResolver.d.ts +0 -8
  63. package/login/LoginServiceBase.d.ts +0 -44
  64. package/login/LoginTokenStorage.d.ts +0 -7
  65. package/login/Loginable.d.ts +0 -10
  66. package/manager/FocusManager.d.ts +0 -11
  67. package/manager/ResizeManager.d.ts +0 -20
  68. package/menu/MenuItem.d.ts +0 -6
  69. package/menu/MenuItemBase.d.ts +0 -15
  70. package/menu/MenuItems.d.ts +0 -20
  71. package/menu/NavigationMenuItem.d.ts +0 -7
  72. package/module/LazyModuleLoader.d.ts +0 -23
  73. package/notification/INotification.d.ts +0 -27
  74. package/notification/INotificationConfig.d.ts +0 -9
  75. package/notification/INotificationContent.d.ts +0 -31
  76. package/notification/NotificationConfig.d.ts +0 -14
  77. package/notification/NotificationService.d.ts +0 -23
  78. package/notification/NotificationServiceEvent.d.ts +0 -6
  79. package/pipe/CamelCasePipe.d.ts +0 -8
  80. package/pipe/FinancePipe.d.ts +0 -10
  81. package/pipe/MomentDateAdaptivePipe.d.ts +0 -13
  82. package/pipe/MomentDateFromNowPipe.d.ts +0 -9
  83. package/pipe/MomentDatePipe.d.ts +0 -14
  84. package/pipe/MomentTimePipe.d.ts +0 -9
  85. package/pipe/NgModelErrorPipe.d.ts +0 -12
  86. package/pipe/PrettifyPipe.d.ts +0 -9
  87. package/pipe/SanitizePipe.d.ts +0 -9
  88. package/pipe/StartCasePipe.d.ts +0 -8
  89. package/pipe/TimePipe.d.ts +0 -9
  90. package/pipe/TruncatePipe.d.ts +0 -8
  91. package/public-api.d.ts +0 -123
  92. package/question/IQuestion.d.ts +0 -31
  93. package/question/QuestionManager.d.ts +0 -25
  94. package/resolver/LoadableResolver.d.ts +0 -9
  95. package/service/PipeServiceBase.d.ts +0 -44
  96. package/service/PlatformService.d.ts +0 -11
  97. package/service/RouterServiceBase.d.ts +0 -46
  98. package/service/ServiceWorkerService.d.ts +0 -22
  99. package/service/route/CanDeactivateGuard.d.ts +0 -6
  100. package/service/route/IRouterDeactivatable.d.ts +0 -5
  101. package/storage/BooleanValueStorage.d.ts +0 -5
  102. package/storage/ClassTypeValueStorage.d.ts +0 -10
  103. package/storage/DateValueStorage.d.ts +0 -11
  104. package/storage/IValueStorage.d.ts +0 -8
  105. package/storage/JSONValueStorage.d.ts +0 -5
  106. package/storage/LocalStorageService.d.ts +0 -12
  107. package/storage/ValueStorage.d.ts +0 -18
  108. package/theme/ThemeAssetBackgroundDirective.d.ts +0 -13
  109. package/theme/ThemeAssetDirective.d.ts +0 -56
  110. package/theme/ThemeAssetIconDirective.d.ts +0 -13
  111. package/theme/ThemeAssetImageDirective.d.ts +0 -13
  112. package/theme/ThemeModule.d.ts +0 -20
  113. package/theme/ThemeStyleDirective.d.ts +0 -27
  114. package/theme/ThemeStyleHoverDirective.d.ts +0 -23
  115. package/theme/ThemeToggleDirective.d.ts +0 -11
  116. package/transport/TransportLazy.d.ts +0 -13
  117. package/transport/TransportLazyModule.d.ts +0 -16
  118. package/transport/TransportLazyModuleLoadedEvent.d.ts +0 -6
  119. package/user/IUser.d.ts +0 -7
  120. package/user/UserServiceBase.d.ts +0 -27
  121. package/util/ViewUtil.d.ts +0 -71
  122. package/window/IWindow.d.ts +0 -42
  123. package/window/IWindowConfig.d.ts +0 -43
  124. package/window/IWindowContent.d.ts +0 -35
  125. package/window/WindowBase.d.ts +0 -35
  126. package/window/WindowClosedError.d.ts +0 -6
  127. package/window/WindowConfig.d.ts +0 -62
  128. package/window/WindowService.d.ts +0 -21
  129. package/window/WindowServiceEvent.d.ts +0 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ts-core/angular",
3
- "version": "19.0.15",
4
- "description": "Modules for frontend based on angular",
3
+ "version": "21.0.0",
4
+ "description": "Angular frontend framework utilities and components with TypeScript support, including directives, services, and window management",
5
5
  "main": "public-api.js",
6
6
  "author": {
7
7
  "name": "Renat Gubaev",
@@ -9,17 +9,18 @@
9
9
  },
10
10
  "license": "ISC",
11
11
  "peerDependencies": {
12
- "@angular/animations": "^19.0.6",
13
- "@angular/common": "^19.0.6",
14
- "@angular/compiler": "^19.0.6",
15
- "@angular/core": "^19.0.6",
16
- "@angular/forms": "^19.0.6",
17
- "@angular/platform-browser": "^19.0.6",
18
- "@angular/service-worker": "^19.0.6",
19
- "@angular/platform-browser-dynamic": "^19.0.6",
20
- "@angular/router": "^19.0.6",
21
- "@ts-core/common": "~3.0.57",
22
- "@ts-core/frontend": "~3.0.16",
12
+ "@angular/animations": "^21.0.8",
13
+ "@angular/common": "^21.0.8",
14
+ "@angular/compiler": "^21.0.8",
15
+ "@angular/core": "^21.0.8",
16
+ "@angular/forms": "^21.0.8",
17
+ "@angular/platform-browser": "^21.0.8",
18
+ "@angular/service-worker": "^21.0.8",
19
+ "@angular/platform-browser-dynamic": "^21.0.8",
20
+ "@angular/router": "^21.0.8",
21
+ "@ts-core/common": "~3.0.69",
22
+ "@ts-core/language": "~3.0.38",
23
+ "@ts-core/frontend": "~3.0.20",
23
24
  "@types/numeral": "^2.0.5",
24
25
  "interactjs": "1.10.11",
25
26
  "moment": "^2.30.1",
@@ -33,20 +34,29 @@
33
34
  "url": "git+https://github.com/ManhattanDoctor/ts-core-frontend-angular.git"
34
35
  },
35
36
  "keywords": [
36
- "typescript"
37
+ "typescript",
38
+ "angular",
39
+ "angular21",
40
+ "frontend",
41
+ "ui",
42
+ "components",
43
+ "directives",
44
+ "utilities",
45
+ "framework",
46
+ "window-management"
37
47
  ],
38
48
  "bugs": {
39
49
  "url": "https://github.com/ManhattanDoctor/ts-core-frontend-angular/issues"
40
50
  },
41
51
  "homepage": "https://github.com/ManhattanDoctor/ts-core-frontend-angular#readme",
42
52
  "module": "fesm2022/ts-core-angular.mjs",
43
- "typings": "index.d.ts",
53
+ "typings": "types/ts-core-angular.d.ts",
44
54
  "exports": {
45
55
  "./package.json": {
46
56
  "default": "./package.json"
47
57
  },
48
58
  ".": {
49
- "types": "./index.d.ts",
59
+ "types": "./types/ts-core-angular.d.ts",
50
60
  "default": "./fesm2022/ts-core-angular.mjs"
51
61
  }
52
62
  },