@ts-core/angular 17.0.17 → 17.0.19
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/cookie/CookieModule.d.ts +3 -2
- package/cookie/CookieService.d.ts +2 -2
- package/esm2022/ApplicationInjector.mjs +1 -1
- package/esm2022/VIModule.mjs +4 -4
- package/esm2022/application/ApplicationBaseComponent.mjs +4 -4
- package/esm2022/application/ApplicationComponent.mjs +1 -1
- package/esm2022/application/MessageBaseComponent.mjs +1 -1
- package/esm2022/asset/AssetBackgroundDirective.mjs +4 -4
- package/esm2022/asset/AssetBackgroundPipe.mjs +3 -3
- package/esm2022/asset/AssetFilePipe.mjs +3 -3
- package/esm2022/asset/AssetIconPipe.mjs +3 -3
- package/esm2022/asset/AssetImagePipe.mjs +3 -3
- package/esm2022/asset/AssetModule.mjs +4 -4
- package/esm2022/asset/AssetSoundPipe.mjs +3 -3
- package/esm2022/asset/AssetVideoPipe.mjs +3 -3
- package/esm2022/cookie/CookieModule.mjs +10 -9
- package/esm2022/cookie/CookieService.mjs +34 -5
- package/esm2022/directive/AspectRatioResizeDirective.mjs +4 -4
- package/esm2022/directive/AutoScrollBottomDirective.mjs +4 -4
- package/esm2022/directive/ClickToCopyDirective.mjs +4 -4
- package/esm2022/directive/ClickToSelectDirective.mjs +4 -4
- package/esm2022/directive/FocusDirective.mjs +4 -4
- package/esm2022/directive/HTMLContentTitleDirective.mjs +4 -4
- package/esm2022/directive/HTMLTitleDirective.mjs +4 -4
- package/esm2022/directive/InfiniteScrollDirective.mjs +4 -4
- package/esm2022/directive/IsBrowserDirective.mjs +3 -3
- package/esm2022/directive/IsServerDirective.mjs +3 -3
- package/esm2022/directive/ResizeDirective.mjs +4 -4
- package/esm2022/directive/ScrollCheckDirective.mjs +4 -4
- package/esm2022/directive/ScrollDirective.mjs +4 -4
- package/esm2022/directive/SelectOnFocusDirective.mjs +4 -4
- package/esm2022/directive/StructureDirective.mjs +1 -1
- package/esm2022/language/LanguageDirective.mjs +4 -4
- package/esm2022/language/LanguageHasDirective.mjs +4 -4
- package/esm2022/language/LanguageModule.mjs +5 -5
- package/esm2022/language/LanguagePipe.mjs +4 -4
- package/esm2022/language/LanguagePipeHas.mjs +4 -4
- package/esm2022/language/LanguagePipeHasPure.mjs +4 -4
- package/esm2022/language/LanguagePipePure.mjs +4 -4
- package/esm2022/language/LanguageRequireResolver.mjs +1 -1
- package/esm2022/language/LanguageResolver.mjs +3 -3
- package/esm2022/list/ListItem.mjs +1 -1
- package/esm2022/list/ListItems.mjs +1 -1
- package/esm2022/list/select/RouterSelectListItems.mjs +1 -1
- package/esm2022/list/select/SelectListItem.mjs +1 -1
- package/esm2022/list/select/SelectListItems.mjs +1 -1
- package/esm2022/login/LoginBaseService.mjs +1 -1
- package/esm2022/login/LoginGuard.mjs +3 -3
- package/esm2022/login/LoginIfCanGuard.mjs +4 -4
- package/esm2022/login/LoginNotGuard.mjs +3 -3
- package/esm2022/login/LoginRequireResolver.mjs +1 -1
- package/esm2022/login/LoginResolver.mjs +3 -3
- package/esm2022/manager/FocusManager.mjs +1 -1
- package/esm2022/manager/ResizeManager.mjs +1 -1
- package/esm2022/menu/MenuItemBase.mjs +1 -1
- package/esm2022/menu/MenuItems.mjs +1 -1
- package/esm2022/module/LazyModuleLoader.mjs +4 -4
- package/esm2022/notification/INotificationContent.mjs +4 -4
- package/esm2022/pipe/CamelCasePipe.mjs +3 -3
- package/esm2022/pipe/FinancePipe.mjs +4 -4
- package/esm2022/pipe/MomentDateAdaptivePipe.mjs +4 -4
- package/esm2022/pipe/MomentDateFromNowPipe.mjs +3 -3
- package/esm2022/pipe/MomentDatePipe.mjs +4 -4
- package/esm2022/pipe/MomentTimePipe.mjs +4 -4
- package/esm2022/pipe/NgModelErrorPipe.mjs +4 -4
- package/esm2022/pipe/PrettifyPipe.mjs +4 -4
- package/esm2022/pipe/SanitizePipe.mjs +4 -4
- package/esm2022/pipe/StartCasePipe.mjs +3 -3
- package/esm2022/pipe/TimePipe.mjs +4 -4
- package/esm2022/pipe/TruncatePipe.mjs +3 -3
- package/esm2022/question/QuestionManager.mjs +1 -1
- package/esm2022/service/PipeBaseService.mjs +1 -1
- package/esm2022/service/PlatformService.mjs +3 -3
- package/esm2022/service/RouterBaseService.mjs +1 -1
- package/esm2022/storage/DateValueStorage.mjs +1 -1
- package/esm2022/storage/LocalStorageService.mjs +1 -1
- package/esm2022/storage/ValueStorage.mjs +1 -1
- package/esm2022/theme/ThemeAssetBackgroundDirective.mjs +5 -5
- package/esm2022/theme/ThemeAssetDirective.mjs +10 -14
- package/esm2022/theme/ThemeAssetIconDirective.mjs +5 -5
- package/esm2022/theme/ThemeAssetImageDirective.mjs +5 -5
- package/esm2022/theme/ThemeModule.mjs +5 -5
- package/esm2022/theme/ThemeStyleDirective.mjs +4 -4
- package/esm2022/theme/ThemeStyleHoverDirective.mjs +4 -4
- package/esm2022/theme/ThemeToggleDirective.mjs +4 -4
- package/esm2022/transport/TransportLazy.mjs +1 -1
- package/esm2022/user/UserBaseService.mjs +1 -1
- package/esm2022/util/ViewUtil.mjs +1 -1
- package/esm2022/window/IWindowContent.mjs +4 -4
- package/esm2022/window/WindowBase.mjs +1 -1
- package/esm2022/window/WindowConfig.mjs +1 -1
- package/fesm2022/ts-core-angular.mjs +272 -247
- package/fesm2022/ts-core-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/theme/ThemeAssetBackgroundDirective.d.ts +1 -1
- package/theme/ThemeAssetDirective.d.ts +1 -1
- package/theme/ThemeAssetIconDirective.d.ts +1 -1
- package/theme/ThemeAssetImageDirective.d.ts +1 -1
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@ import { ThemeAssetDirective } from './ThemeAssetDirective';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
6
6
|
constructor(element: ElementRef, theme: ThemeService, themeAsset: ThemeAssetService);
|
|
7
|
-
protected
|
|
7
|
+
protected addSourceProperties(): void;
|
|
8
8
|
protected removeSourceProperties(): void;
|
|
9
9
|
set name(value: string);
|
|
10
10
|
get name(): string;
|
|
@@ -24,7 +24,7 @@ export declare abstract class ThemeAssetDirective<T extends HTMLElement = HTMLEl
|
|
|
24
24
|
protected setDefaultSourceProperties(): void;
|
|
25
25
|
protected getSourceId(): string;
|
|
26
26
|
protected getDefaultSourceId(): string;
|
|
27
|
-
protected abstract
|
|
27
|
+
protected abstract addSourceProperties(): void;
|
|
28
28
|
protected abstract removeSourceProperties(): void;
|
|
29
29
|
destroy(): void;
|
|
30
30
|
protected get source(): string;
|
|
@@ -4,7 +4,7 @@ import { ThemeAssetDirective } from './ThemeAssetDirective';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ThemeAssetIconDirective extends ThemeAssetDirective<HTMLImageElement> {
|
|
6
6
|
constructor(element: ElementRef, theme: ThemeService, themeAsset: ThemeAssetService);
|
|
7
|
-
protected
|
|
7
|
+
protected addSourceProperties(): void;
|
|
8
8
|
protected removeSourceProperties(): void;
|
|
9
9
|
set name(value: string);
|
|
10
10
|
get name(): string;
|
|
@@ -4,7 +4,7 @@ import { ThemeAssetDirective } from './ThemeAssetDirective';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ThemeAssetImageDirective extends ThemeAssetDirective<HTMLImageElement> {
|
|
6
6
|
constructor(element: ElementRef, theme: ThemeService, themeAsset: ThemeAssetService);
|
|
7
|
-
protected
|
|
7
|
+
protected addSourceProperties(): void;
|
|
8
8
|
protected removeSourceProperties(): void;
|
|
9
9
|
set name(value: string);
|
|
10
10
|
get name(): string;
|