@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.
- package/fesm2022/ts-core-angular.mjs +252 -250
- package/fesm2022/ts-core-angular.mjs.map +1 -1
- package/package.json +26 -16
- package/types/ts-core-angular.d.ts +1824 -0
- package/ApplicationInjector.d.ts +0 -2
- package/VIModule.d.ts +0 -60
- package/application/ApplicationComponent.d.ts +0 -13
- package/application/ApplicationComponentBase.d.ts +0 -21
- package/application/ApplicationInitializerBase.d.ts +0 -35
- package/application/MessageComponentBase.d.ts +0 -15
- package/asset/AssetBackgroundDirective.d.ts +0 -33
- package/asset/AssetBackgroundPipe.d.ts +0 -7
- package/asset/AssetFilePipe.d.ts +0 -7
- package/asset/AssetIconPipe.d.ts +0 -7
- package/asset/AssetImagePipe.d.ts +0 -7
- package/asset/AssetModule.d.ts +0 -14
- package/asset/AssetSoundPipe.d.ts +0 -7
- package/asset/AssetVideoPipe.d.ts +0 -7
- package/bottomSheet/BottomSheetService.d.ts +0 -21
- package/cookie/CookieModule.d.ts +0 -13
- package/cookie/CookieOptions.d.ts +0 -10
- package/cookie/CookieService.d.ts +0 -13
- package/directive/AspectRatioResizeDirective.d.ts +0 -29
- package/directive/AutoScrollBottomDirective.d.ts +0 -24
- package/directive/ClickToCopyDirective.d.ts +0 -11
- package/directive/ClickToSelectDirective.d.ts +0 -11
- package/directive/FocusDirective.d.ts +0 -12
- package/directive/HTMLContentTitleDirective.d.ts +0 -14
- package/directive/HTMLTitleDirective.d.ts +0 -14
- package/directive/InfiniteScrollDirective.d.ts +0 -15
- package/directive/IsBrowserDirective.d.ts +0 -9
- package/directive/IsServerDirective.d.ts +0 -9
- package/directive/NullEmptyValueDirective.d.ts +0 -9
- package/directive/ResizeDirective.d.ts +0 -20
- package/directive/ScrollCheckDirective.d.ts +0 -24
- package/directive/ScrollDirective.d.ts +0 -24
- package/directive/SelectOnFocusDirective.d.ts +0 -11
- package/directive/StructureDirective.d.ts +0 -13
- package/directive/UppercaseValueDirective.d.ts +0 -9
- package/index.d.ts +0 -5
- package/language/LanguageDirective.d.ts +0 -21
- package/language/LanguageHasDirective.d.ts +0 -18
- package/language/LanguageModule.d.ts +0 -20
- package/language/LanguagePipe.d.ts +0 -18
- package/language/LanguagePipeHas.d.ts +0 -15
- package/language/LanguagePipeHasPure.d.ts +0 -12
- package/language/LanguagePipePure.d.ts +0 -12
- package/language/LanguageRequireResolver.d.ts +0 -4
- package/language/LanguageResolver.d.ts +0 -8
- package/language/LanguageToggleDirective.d.ts +0 -12
- package/list/IListItem.d.ts +0 -12
- package/list/ListItem.d.ts +0 -39
- package/list/ListItems.d.ts +0 -23
- package/list/select/ISelectListItem.d.ts +0 -6
- package/list/select/RouterSelectListItems.d.ts +0 -14
- package/list/select/SelectListItem.d.ts +0 -16
- package/list/select/SelectListItems.d.ts +0 -26
- package/login/LoginGuard.d.ts +0 -12
- package/login/LoginIfCanGuard.d.ts +0 -12
- package/login/LoginNotGuard.d.ts +0 -12
- package/login/LoginRequireResolver.d.ts +0 -8
- package/login/LoginResolver.d.ts +0 -8
- package/login/LoginServiceBase.d.ts +0 -44
- package/login/LoginTokenStorage.d.ts +0 -7
- package/login/Loginable.d.ts +0 -10
- package/manager/FocusManager.d.ts +0 -11
- package/manager/ResizeManager.d.ts +0 -20
- package/menu/MenuItem.d.ts +0 -6
- package/menu/MenuItemBase.d.ts +0 -15
- package/menu/MenuItems.d.ts +0 -20
- package/menu/NavigationMenuItem.d.ts +0 -7
- package/module/LazyModuleLoader.d.ts +0 -23
- package/notification/INotification.d.ts +0 -27
- package/notification/INotificationConfig.d.ts +0 -9
- package/notification/INotificationContent.d.ts +0 -31
- package/notification/NotificationConfig.d.ts +0 -14
- package/notification/NotificationService.d.ts +0 -23
- package/notification/NotificationServiceEvent.d.ts +0 -6
- package/pipe/CamelCasePipe.d.ts +0 -8
- package/pipe/FinancePipe.d.ts +0 -10
- package/pipe/MomentDateAdaptivePipe.d.ts +0 -13
- package/pipe/MomentDateFromNowPipe.d.ts +0 -9
- package/pipe/MomentDatePipe.d.ts +0 -14
- package/pipe/MomentTimePipe.d.ts +0 -9
- package/pipe/NgModelErrorPipe.d.ts +0 -12
- package/pipe/PrettifyPipe.d.ts +0 -9
- package/pipe/SanitizePipe.d.ts +0 -9
- package/pipe/StartCasePipe.d.ts +0 -8
- package/pipe/TimePipe.d.ts +0 -9
- package/pipe/TruncatePipe.d.ts +0 -8
- package/public-api.d.ts +0 -123
- package/question/IQuestion.d.ts +0 -31
- package/question/QuestionManager.d.ts +0 -25
- package/resolver/LoadableResolver.d.ts +0 -9
- package/service/PipeServiceBase.d.ts +0 -44
- package/service/PlatformService.d.ts +0 -11
- package/service/RouterServiceBase.d.ts +0 -46
- package/service/ServiceWorkerService.d.ts +0 -22
- package/service/route/CanDeactivateGuard.d.ts +0 -6
- package/service/route/IRouterDeactivatable.d.ts +0 -5
- package/storage/BooleanValueStorage.d.ts +0 -5
- package/storage/ClassTypeValueStorage.d.ts +0 -10
- package/storage/DateValueStorage.d.ts +0 -11
- package/storage/IValueStorage.d.ts +0 -8
- package/storage/JSONValueStorage.d.ts +0 -5
- package/storage/LocalStorageService.d.ts +0 -12
- package/storage/ValueStorage.d.ts +0 -18
- package/theme/ThemeAssetBackgroundDirective.d.ts +0 -13
- package/theme/ThemeAssetDirective.d.ts +0 -56
- package/theme/ThemeAssetIconDirective.d.ts +0 -13
- package/theme/ThemeAssetImageDirective.d.ts +0 -13
- package/theme/ThemeModule.d.ts +0 -20
- package/theme/ThemeStyleDirective.d.ts +0 -27
- package/theme/ThemeStyleHoverDirective.d.ts +0 -23
- package/theme/ThemeToggleDirective.d.ts +0 -11
- package/transport/TransportLazy.d.ts +0 -13
- package/transport/TransportLazyModule.d.ts +0 -16
- package/transport/TransportLazyModuleLoadedEvent.d.ts +0 -6
- package/user/IUser.d.ts +0 -7
- package/user/UserServiceBase.d.ts +0 -27
- package/util/ViewUtil.d.ts +0 -71
- package/window/IWindow.d.ts +0 -42
- package/window/IWindowConfig.d.ts +0 -43
- package/window/IWindowContent.d.ts +0 -35
- package/window/WindowBase.d.ts +0 -35
- package/window/WindowClosedError.d.ts +0 -6
- package/window/WindowConfig.d.ts +0 -62
- package/window/WindowService.d.ts +0 -21
- 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": "
|
|
4
|
-
"description": "
|
|
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": "^
|
|
13
|
-
"@angular/common": "^
|
|
14
|
-
"@angular/compiler": "^
|
|
15
|
-
"@angular/core": "^
|
|
16
|
-
"@angular/forms": "^
|
|
17
|
-
"@angular/platform-browser": "^
|
|
18
|
-
"@angular/service-worker": "^
|
|
19
|
-
"@angular/platform-browser-dynamic": "^
|
|
20
|
-
"@angular/router": "^
|
|
21
|
-
"@ts-core/common": "~3.0.
|
|
22
|
-
"@ts-core/
|
|
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": "
|
|
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": "./
|
|
59
|
+
"types": "./types/ts-core-angular.d.ts",
|
|
50
60
|
"default": "./fesm2022/ts-core-angular.mjs"
|
|
51
61
|
}
|
|
52
62
|
},
|