@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/ApplicationInjector.d.ts
DELETED
package/VIModule.d.ts
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, ModuleWithProviders, RendererFactory2 } from '@angular/core';
|
|
2
|
-
import { ILogger, LoggerLevel } from '@ts-core/common';
|
|
3
|
-
import { ICookieOptions } from '@ts-core/frontend';
|
|
4
|
-
import { ILanguageServiceOptions } from '@ts-core/frontend';
|
|
5
|
-
import { NativeWindowService } from '@ts-core/frontend';
|
|
6
|
-
import { IThemeServiceOptions } from '@ts-core/frontend';
|
|
7
|
-
import { ViewUtil } from './util/ViewUtil';
|
|
8
|
-
import { CookieService } from './cookie/CookieService';
|
|
9
|
-
import { LoginTokenStorage } from './login/LoginTokenStorage';
|
|
10
|
-
import { LocalStorageService } from './storage/LocalStorageService';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
import * as i1 from "./pipe/TimePipe";
|
|
13
|
-
import * as i2 from "./pipe/FinancePipe";
|
|
14
|
-
import * as i3 from "./pipe/SanitizePipe";
|
|
15
|
-
import * as i4 from "./pipe/TruncatePipe";
|
|
16
|
-
import * as i5 from "./pipe/PrettifyPipe";
|
|
17
|
-
import * as i6 from "./pipe/CamelCasePipe";
|
|
18
|
-
import * as i7 from "./pipe/StartCasePipe";
|
|
19
|
-
import * as i8 from "./pipe/NgModelErrorPipe";
|
|
20
|
-
import * as i9 from "./directive/IsServerDirective";
|
|
21
|
-
import * as i10 from "./directive/IsBrowserDirective";
|
|
22
|
-
import * as i11 from "./pipe/MomentDatePipe";
|
|
23
|
-
import * as i12 from "./pipe/MomentTimePipe";
|
|
24
|
-
import * as i13 from "./pipe/MomentDateFromNowPipe";
|
|
25
|
-
import * as i14 from "./pipe/MomentDateAdaptivePipe";
|
|
26
|
-
import * as i15 from "./directive/FocusDirective";
|
|
27
|
-
import * as i16 from "./directive/ResizeDirective";
|
|
28
|
-
import * as i17 from "./directive/ScrollDirective";
|
|
29
|
-
import * as i18 from "./directive/ScrollCheckDirective";
|
|
30
|
-
import * as i19 from "./directive/ClickToCopyDirective";
|
|
31
|
-
import * as i20 from "./directive/SelectOnFocusDirective";
|
|
32
|
-
import * as i21 from "./directive/ClickToSelectDirective";
|
|
33
|
-
import * as i22 from "./directive/InfiniteScrollDirective";
|
|
34
|
-
import * as i23 from "./directive/NullEmptyValueDirective";
|
|
35
|
-
import * as i24 from "./directive/UppercaseValueDirective";
|
|
36
|
-
import * as i25 from "./directive/HTMLTitleDirective";
|
|
37
|
-
import * as i26 from "./directive/HTMLContentTitleDirective";
|
|
38
|
-
import * as i27 from "./directive/AutoScrollBottomDirective";
|
|
39
|
-
import * as i28 from "./directive/AspectRatioResizeDirective";
|
|
40
|
-
import * as i29 from "./cookie/CookieModule";
|
|
41
|
-
import * as i30 from "./theme/ThemeModule";
|
|
42
|
-
import * as i31 from "./language/LanguageModule";
|
|
43
|
-
import * as i32 from "./asset/AssetModule";
|
|
44
|
-
export declare class VIModule {
|
|
45
|
-
static forRoot(options?: IVIOptions): ModuleWithProviders<VIModule>;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VIModule, never>;
|
|
47
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VIModule, [typeof i1.TimePipe, typeof i2.FinancePipe, typeof i3.SanitizePipe, typeof i4.TruncatePipe, typeof i5.PrettifyPipe, typeof i6.CamelCasePipe, typeof i7.StartCasePipe, typeof i8.NgModelErrorPipe, typeof i9.IsServerDirective, typeof i10.IsBrowserDirective, typeof i11.MomentDatePipe, typeof i12.MomentTimePipe, typeof i13.MomentDateFromNowPipe, typeof i14.MomentDateAdaptivePipe, typeof i15.FocusDirective, typeof i16.ResizeDirective, typeof i17.ScrollDirective, typeof i18.ScrollCheckDirective, typeof i19.ClickToCopyDirective, typeof i20.SelectOnFocusDirective, typeof i21.ClickToSelectDirective, typeof i22.InfiniteScrollDirective, typeof i23.NullEmptyValueDirective, typeof i24.UppercaseValueDirective, typeof i25.HTMLTitleDirective, typeof i26.HTMLContentTitleDirective, typeof i27.AutoScrollBottomDirective, typeof i28.AspectRatioResizeDirective], [typeof i29.CookieModule, typeof i30.ThemeModule, typeof i31.LanguageModule, typeof i32.AssetModule], [typeof i29.CookieModule, typeof i30.ThemeModule, typeof i31.LanguageModule, typeof i32.AssetModule, typeof i1.TimePipe, typeof i2.FinancePipe, typeof i3.SanitizePipe, typeof i4.TruncatePipe, typeof i5.PrettifyPipe, typeof i6.CamelCasePipe, typeof i7.StartCasePipe, typeof i8.NgModelErrorPipe, typeof i9.IsServerDirective, typeof i10.IsBrowserDirective, typeof i11.MomentDatePipe, typeof i12.MomentTimePipe, typeof i13.MomentDateFromNowPipe, typeof i14.MomentDateAdaptivePipe, typeof i15.FocusDirective, typeof i16.ResizeDirective, typeof i17.ScrollDirective, typeof i18.ScrollCheckDirective, typeof i19.ClickToCopyDirective, typeof i20.SelectOnFocusDirective, typeof i21.ClickToSelectDirective, typeof i22.InfiniteScrollDirective, typeof i23.NullEmptyValueDirective, typeof i24.UppercaseValueDirective, typeof i25.HTMLTitleDirective, typeof i26.HTMLContentTitleDirective, typeof i27.AutoScrollBottomDirective, typeof i28.AspectRatioResizeDirective]>;
|
|
48
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<VIModule>;
|
|
49
|
-
}
|
|
50
|
-
export declare class IVIOptions extends ICookieOptions {
|
|
51
|
-
loggerLevel?: LoggerLevel;
|
|
52
|
-
themeOptions?: IThemeServiceOptions;
|
|
53
|
-
languageOptions?: ILanguageServiceOptions;
|
|
54
|
-
}
|
|
55
|
-
export declare function initializerFactory(nativeWindow: NativeWindowService, rendererFactory2: RendererFactory2): ViewUtil;
|
|
56
|
-
export declare function loggerServiceFactory(options: IVIOptions): ILogger;
|
|
57
|
-
export declare function nativeWindowServiceFactory(document: Document): NativeWindowService;
|
|
58
|
-
export declare function localStorageServiceFactory(nativeWindow: NativeWindowService): LocalStorageService;
|
|
59
|
-
export declare function loginTokenStorageServiceFactory(local: LocalStorageService, cookies: CookieService): LoginTokenStorage;
|
|
60
|
-
export declare const VI_ANGULAR_OPTIONS: InjectionToken<IVIOptions>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { LanguageService } from '@ts-core/frontend';
|
|
2
|
-
import { ApplicationComponentBase } from './ApplicationComponentBase';
|
|
3
|
-
export declare abstract class ApplicationComponent extends ApplicationComponentBase {
|
|
4
|
-
private isLanguageLoaded;
|
|
5
|
-
protected initialize(): void;
|
|
6
|
-
protected initializeLanguage(): void;
|
|
7
|
-
protected isReady(): boolean;
|
|
8
|
-
protected languageLoadingComplete(locale: string): void;
|
|
9
|
-
protected abstract languageLoadingError(locale: string, error: Error): void;
|
|
10
|
-
protected viewReadyHandler(): void;
|
|
11
|
-
protected setLocale(item: string): void;
|
|
12
|
-
protected abstract get language(): LanguageService;
|
|
13
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { DestroyableContainer } from '@ts-core/common';
|
|
3
|
-
import { PromiseHandler } from '@ts-core/common';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare abstract class ApplicationComponentBase extends DestroyableContainer implements AfterViewInit {
|
|
6
|
-
protected isReadyAlreadyCalled: boolean;
|
|
7
|
-
protected viewReadyDelay: number;
|
|
8
|
-
protected viewReadyPromise: PromiseHandler<void, void>;
|
|
9
|
-
constructor();
|
|
10
|
-
private makeViewReady;
|
|
11
|
-
protected checkReady(): void;
|
|
12
|
-
protected isReady(): boolean;
|
|
13
|
-
protected viewReadyHandler(): void;
|
|
14
|
-
protected abstract readyHandler(): void | Promise<void>;
|
|
15
|
-
ngAfterViewInit(): void;
|
|
16
|
-
destroy(): void;
|
|
17
|
-
get viewReady(): Promise<void>;
|
|
18
|
-
get isViewReady(): boolean;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationComponentBase, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ApplicationComponentBase, "ng-component", never, {}, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { Destroyable } from '@ts-core/common';
|
|
2
|
-
import { LanguageService, SettingsServiceBase, ThemeService } from '@ts-core/frontend';
|
|
3
|
-
import { ILanguageLoader, ILanguageProjectSettings, LanguageLoadFunction } from '@ts-core/language';
|
|
4
|
-
import { RouterServiceBase } from '../service/RouterServiceBase';
|
|
5
|
-
import { PlatformService } from '../service/PlatformService';
|
|
6
|
-
import { WindowService } from '../window/WindowService';
|
|
7
|
-
export declare abstract class ApplicationInitializerBase<S extends SettingsServiceBase, R extends RouterServiceBase, T = any, O extends ServerInitializeOptions<T> = ServerInitializeOptions<T>> extends Destroyable {
|
|
8
|
-
protected options?: O;
|
|
9
|
-
constructor(options?: O);
|
|
10
|
-
initialize(): Promise<void>;
|
|
11
|
-
protected initializeAsset(): Promise<void>;
|
|
12
|
-
protected initializeTheme(): Promise<void>;
|
|
13
|
-
protected initializeLanguage(): Promise<void>;
|
|
14
|
-
protected getLanguageLoader<T = any>(): Promise<ILanguageLoader<T>>;
|
|
15
|
-
protected abstract getLanguageLoadSettings<T = any>(): ILanguageLoadSettings<T>;
|
|
16
|
-
protected getConfig(): Promise<any>;
|
|
17
|
-
protected getConfigLocal<T = any>(): Promise<T>;
|
|
18
|
-
protected loadConfig<T = any>(url: string): Promise<T>;
|
|
19
|
-
protected abstract getConfigRemote<T = any>(local: any): Promise<T>;
|
|
20
|
-
protected abstract get theme(): ThemeService;
|
|
21
|
-
protected abstract get windows(): WindowService;
|
|
22
|
-
protected abstract get platform(): PlatformService;
|
|
23
|
-
protected abstract get language(): LanguageService;
|
|
24
|
-
protected abstract get router(): R;
|
|
25
|
-
protected abstract get settings(): S;
|
|
26
|
-
}
|
|
27
|
-
export interface ILanguageLoadSettings<T = any> {
|
|
28
|
-
url: string;
|
|
29
|
-
proxy: LanguageLoadFunction<T>;
|
|
30
|
-
project: ILanguageProjectSettings;
|
|
31
|
-
}
|
|
32
|
-
export declare abstract class ServerInitializeOptions<T = any> {
|
|
33
|
-
config: T;
|
|
34
|
-
locales: Map<string, any>;
|
|
35
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ActivatedRoute } from '@angular/router';
|
|
2
|
-
import { DestroyableContainer } from '@ts-core/common';
|
|
3
|
-
import { LanguageService } from '@ts-core/frontend';
|
|
4
|
-
export declare abstract class MessageComponentBase extends DestroyableContainer {
|
|
5
|
-
protected route: ActivatedRoute;
|
|
6
|
-
protected language: LanguageService;
|
|
7
|
-
text: string;
|
|
8
|
-
refreshText: string;
|
|
9
|
-
constructor(route: ActivatedRoute, language: LanguageService);
|
|
10
|
-
protected commitLanguageProperties(): void;
|
|
11
|
-
protected getText(): string;
|
|
12
|
-
protected getValue(data: any): string;
|
|
13
|
-
protected getMessageFields(): Array<string>;
|
|
14
|
-
abstract refresh(): void;
|
|
15
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AssetBackgroundDirective extends Destroyable {
|
|
5
|
-
private element;
|
|
6
|
-
private _isUrl;
|
|
7
|
-
private _isIcon;
|
|
8
|
-
private _isImage;
|
|
9
|
-
private _repeat;
|
|
10
|
-
private _extension;
|
|
11
|
-
private _background;
|
|
12
|
-
constructor(element: ElementRef);
|
|
13
|
-
protected setStyleProperties(): void;
|
|
14
|
-
private getUrl;
|
|
15
|
-
destroy(): void;
|
|
16
|
-
set isIcon(value: boolean);
|
|
17
|
-
get isIcon(): boolean;
|
|
18
|
-
set isImage(value: boolean);
|
|
19
|
-
get isImage(): boolean;
|
|
20
|
-
set isUrl(value: boolean);
|
|
21
|
-
get isUrl(): boolean;
|
|
22
|
-
set repeat(value: string);
|
|
23
|
-
get repeat(): string;
|
|
24
|
-
set extension(value: string);
|
|
25
|
-
get extension(): string;
|
|
26
|
-
set background(value: string);
|
|
27
|
-
get background(): string;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AssetBackgroundDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AssetBackgroundDirective, "[vi-asset-background]", never, { "isIcon": { "alias": "isIcon"; "required": false; }; "isImage": { "alias": "isImage"; "required": false; }; "isUrl": { "alias": "isUrl"; "required": false; }; "repeat": { "alias": "repeat"; "required": false; }; "extension": { "alias": "extension"; "required": false; }; "background": { "alias": "vi-asset-background"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
|
-
static ngAcceptInputType_isIcon: unknown;
|
|
31
|
-
static ngAcceptInputType_isImage: unknown;
|
|
32
|
-
static ngAcceptInputType_isUrl: unknown;
|
|
33
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AssetBackgroundPipe implements PipeTransform {
|
|
4
|
-
transform(name: string, extension?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AssetBackgroundPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AssetBackgroundPipe, "viAssetBackground", false>;
|
|
7
|
-
}
|
package/asset/AssetFilePipe.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AssetFilePipe implements PipeTransform {
|
|
4
|
-
transform(name: string, extension: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AssetFilePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AssetFilePipe, "viAssetFile", false>;
|
|
7
|
-
}
|
package/asset/AssetIconPipe.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AssetIconPipe implements PipeTransform {
|
|
4
|
-
transform(name: string, extension?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AssetIconPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AssetIconPipe, "viAssetIcon", false>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AssetImagePipe implements PipeTransform {
|
|
4
|
-
transform(name: string, extension?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AssetImagePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AssetImagePipe, "viAssetImage", false>;
|
|
7
|
-
}
|
package/asset/AssetModule.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./AssetImagePipe";
|
|
3
|
-
import * as i2 from "./AssetIconPipe";
|
|
4
|
-
import * as i3 from "./AssetFilePipe";
|
|
5
|
-
import * as i4 from "./AssetSoundPipe";
|
|
6
|
-
import * as i5 from "./AssetVideoPipe";
|
|
7
|
-
import * as i6 from "./AssetBackgroundPipe";
|
|
8
|
-
import * as i7 from "./AssetBackgroundDirective";
|
|
9
|
-
import * as i8 from "@angular/common";
|
|
10
|
-
export declare class AssetModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AssetModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AssetModule, [typeof i1.AssetImagePipe, typeof i2.AssetIconPipe, typeof i3.AssetFilePipe, typeof i4.AssetSoundPipe, typeof i5.AssetVideoPipe, typeof i6.AssetBackgroundPipe, typeof i7.AssetBackgroundDirective], [typeof i8.CommonModule], [typeof i1.AssetImagePipe, typeof i2.AssetIconPipe, typeof i3.AssetFilePipe, typeof i4.AssetSoundPipe, typeof i5.AssetVideoPipe, typeof i6.AssetBackgroundPipe, typeof i7.AssetBackgroundDirective]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AssetModule>;
|
|
14
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AssetSoundPipe implements PipeTransform {
|
|
4
|
-
transform(name: string, extension?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AssetSoundPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AssetSoundPipe, "viAssetSound", false>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AssetVideoPipe implements PipeTransform {
|
|
4
|
-
transform(name: string, extension?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AssetVideoPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AssetVideoPipe, "viAssetVideo", false>;
|
|
7
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ObservableData, ClassType, Destroyable } from '@ts-core/common';
|
|
2
|
-
import { WindowConfigOptions } from '../window/WindowConfig';
|
|
3
|
-
import { IWindow } from '../window/IWindow';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { IWindowContent } from '../window/IWindowContent';
|
|
6
|
-
import { IWindowConfig } from '../window/IWindowConfig';
|
|
7
|
-
import { IQuestion, IQuestionOptions } from '../question/IQuestion';
|
|
8
|
-
import { WindowServiceEvent } from '../window/WindowServiceEvent';
|
|
9
|
-
import { WindowId } from '../window/WindowService';
|
|
10
|
-
export declare abstract class BottomSheetService extends Destroyable {
|
|
11
|
-
abstract open<U extends IWindowContent<T>, T>(component: ClassType<U>, config: IWindowConfig<T>): U;
|
|
12
|
-
abstract get<T>(value: WindowId<T>): IWindowContent<T>;
|
|
13
|
-
abstract has<T>(value: WindowId<T>): boolean;
|
|
14
|
-
abstract close<T>(value: WindowId<T>): void;
|
|
15
|
-
abstract closeAll(): void;
|
|
16
|
-
abstract info(translationId?: string, translation?: any, questionOptions?: IQuestionOptions, configOptions?: WindowConfigOptions): IQuestion;
|
|
17
|
-
abstract question(translationId?: string, translation?: any, questionOptions?: IQuestionOptions, configOptions?: WindowConfigOptions): IQuestion;
|
|
18
|
-
abstract setOnTop<T>(value: WindowId<T>): boolean;
|
|
19
|
-
abstract get window(): IWindow;
|
|
20
|
-
abstract get events(): Observable<ObservableData<WindowServiceEvent, IWindow>>;
|
|
21
|
-
}
|
package/cookie/CookieModule.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { ICookieOptions, NativeWindowService } from '@ts-core/frontend';
|
|
3
|
-
import { CookieService } from './CookieService';
|
|
4
|
-
import { PlatformService } from '../service/PlatformService';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CookieModule {
|
|
7
|
-
static forRoot(options?: ICookieOptions): ModuleWithProviders<CookieModule>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CookieModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CookieModule, never, never, never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CookieModule>;
|
|
11
|
-
}
|
|
12
|
-
export declare function cookieServiceFactory(nativeWindow: NativeWindowService, options: ICookieOptions, platform: PlatformService): CookieService;
|
|
13
|
-
export declare const COOKIE_OPTIONS: InjectionToken<ICookieOptions>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ICookieOptions } from '@ts-core/frontend';
|
|
2
|
-
import * as Cookie from 'ngx-cookie';
|
|
3
|
-
export declare class CookieOptions implements ICookieOptions, Cookie.CookieOptions {
|
|
4
|
-
path?: string;
|
|
5
|
-
domain?: string;
|
|
6
|
-
expires?: string | Date;
|
|
7
|
-
secure?: boolean;
|
|
8
|
-
httpOnly?: boolean;
|
|
9
|
-
storeUnencoded?: boolean;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ICookieOptions, ICookieService } from '@ts-core/frontend';
|
|
2
|
-
import { CookieOptions } from './CookieOptions';
|
|
3
|
-
import * as Cookie from 'ngx-cookie';
|
|
4
|
-
export declare class CookieService extends Cookie.CookieService implements ICookieService {
|
|
5
|
-
constructor(document: Document, options: CookieOptions, isPlatformBrowser: boolean);
|
|
6
|
-
has(key: string): boolean;
|
|
7
|
-
get<T = string>(key: string, defaultValue?: T): T;
|
|
8
|
-
getObject<T = any>(key: string, defaultValue?: T): T;
|
|
9
|
-
put<T = string>(key: string, value: T, options?: CookieOptions): void;
|
|
10
|
-
putObject<T = any>(key: string, value: T, options?: CookieOptions): void;
|
|
11
|
-
update(key: string, value: string, options?: ICookieOptions): void;
|
|
12
|
-
updateObject(key: string, value: Object, options?: ICookieOptions): void;
|
|
13
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AspectRatioResizeDirective extends Destroyable implements AfterViewInit {
|
|
5
|
-
protected static UPDATE_DELAY: number;
|
|
6
|
-
private _ratio;
|
|
7
|
-
private _direction;
|
|
8
|
-
private sensor;
|
|
9
|
-
private element;
|
|
10
|
-
constructor(element: ElementRef);
|
|
11
|
-
private commitResizeProperties;
|
|
12
|
-
ngAfterViewInit(): void;
|
|
13
|
-
destroy(): void;
|
|
14
|
-
private get width();
|
|
15
|
-
private set width(value);
|
|
16
|
-
private get height();
|
|
17
|
-
private set height(value);
|
|
18
|
-
set direction(value: Direction);
|
|
19
|
-
get direction(): Direction;
|
|
20
|
-
set ratio(value: number);
|
|
21
|
-
get ratio(): number;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AspectRatioResizeDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AspectRatioResizeDirective, "[vi-aspect-ratio]", never, { "direction": { "alias": "vi-aspect-ratio"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
-
static ngAcceptInputType_ratio: unknown;
|
|
25
|
-
}
|
|
26
|
-
export declare enum Direction {
|
|
27
|
-
VERTICAL = "VERTICAL",
|
|
28
|
-
HORIZONTAL = "HORIZONTAL"
|
|
29
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { InfiniteScrollDirective } from './InfiniteScrollDirective';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AutoScrollBottomDirective extends InfiniteScrollDirective {
|
|
5
|
-
behavior: ScrollBehavior;
|
|
6
|
-
triggerChanged: EventEmitter<number>;
|
|
7
|
-
private _trigger;
|
|
8
|
-
private triggerTimer;
|
|
9
|
-
private triggerDelta;
|
|
10
|
-
private isScrollLocked;
|
|
11
|
-
private lastScrollHeight;
|
|
12
|
-
private isNeedScroll;
|
|
13
|
-
private isNeedRemainScroll;
|
|
14
|
-
protected initialize(): void;
|
|
15
|
-
protected checkTrigger: () => void;
|
|
16
|
-
protected scrollRemain(): void;
|
|
17
|
-
protected scrollChangedHandler(): void;
|
|
18
|
-
scrollCheck(): void;
|
|
19
|
-
scrollBottom(): void;
|
|
20
|
-
destroy(): void;
|
|
21
|
-
set trigger(value: number);
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutoScrollBottomDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoScrollBottomDirective, "[vi-auto-scroll-bottom]", never, { "behavior": { "alias": "behavior"; "required": false; }; "trigger": { "alias": "vi-auto-scroll-bottom"; "required": false; }; }, { "triggerChanged": "triggerChanged"; }, never, never, false, never>;
|
|
24
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Destroyable } from '@ts-core/common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ClickToCopyDirective extends Destroyable {
|
|
4
|
-
element: HTMLElement;
|
|
5
|
-
private selectionClearTimer;
|
|
6
|
-
private clickHandler;
|
|
7
|
-
private selectionRemove;
|
|
8
|
-
destroy(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickToCopyDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickToCopyDirective, "[vi-click-to-copy]", never, { "element": { "alias": "vi-click-to-copy"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ClickToSelectDirective extends Destroyable {
|
|
5
|
-
protected element: HTMLElement;
|
|
6
|
-
constructor(element: ElementRef);
|
|
7
|
-
private clickHandler;
|
|
8
|
-
destroy(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickToSelectDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickToSelectDirective, "[vi-click-to-select]", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FocusDirective<T = any> extends Destroyable {
|
|
5
|
-
private manager;
|
|
6
|
-
constructor(element: ElementRef);
|
|
7
|
-
protected focus: () => void;
|
|
8
|
-
destroy(): void;
|
|
9
|
-
set trigger(value: T);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FocusDirective<any>, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusDirective<any>, "[vi-focus]", never, { "trigger": { "alias": "vi-focus"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class HTMLContentTitleDirective extends Destroyable {
|
|
5
|
-
protected element: ElementRef;
|
|
6
|
-
protected _value: string;
|
|
7
|
-
constructor(element: ElementRef);
|
|
8
|
-
protected commitValueProperties(): void;
|
|
9
|
-
destroy(): void;
|
|
10
|
-
set value(value: string);
|
|
11
|
-
get value(): string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HTMLContentTitleDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HTMLContentTitleDirective, "[vi-html-content-title]", never, { "value": { "alias": "vi-html-content-title"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class HTMLTitleDirective extends Destroyable {
|
|
5
|
-
protected element: ElementRef;
|
|
6
|
-
protected _value: string;
|
|
7
|
-
constructor(element: ElementRef);
|
|
8
|
-
protected commitValueProperties(): void;
|
|
9
|
-
destroy(): void;
|
|
10
|
-
set value(value: string);
|
|
11
|
-
get value(): string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HTMLTitleDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HTMLTitleDirective, "[vi-html-title]", never, { "value": { "alias": "vi-html-title"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ScrollDirective } from './ScrollDirective';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InfiniteScrollDirective extends ScrollDirective {
|
|
5
|
-
top: EventEmitter<number>;
|
|
6
|
-
bottom: EventEmitter<number>;
|
|
7
|
-
elementHeight: number;
|
|
8
|
-
protected scrollChangedHandler(): void;
|
|
9
|
-
destroy(): void;
|
|
10
|
-
protected get clientHeight(): number;
|
|
11
|
-
protected get scrollHeight(): number;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InfiniteScrollDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InfiniteScrollDirective, "[vi-infinite-scroll]", never, { "elementHeight": { "alias": "elementHeight"; "required": false; }; }, { "top": "top"; "bottom": "bottom"; }, never, never, false, never>;
|
|
14
|
-
static ngAcceptInputType_elementHeight: unknown;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { PlatformService } from '../service/PlatformService';
|
|
3
|
-
import { StructureDirective } from './StructureDirective';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class IsBrowserDirective extends StructureDirective {
|
|
6
|
-
constructor(templateRef: TemplateRef<any>, container: ViewContainerRef, platform: PlatformService);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsBrowserDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IsBrowserDirective, "[viIsBrowser]", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { PlatformService } from '../service/PlatformService';
|
|
3
|
-
import { StructureDirective } from './StructureDirective';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class IsServerDirective extends StructureDirective {
|
|
6
|
-
constructor(templateRef: TemplateRef<any>, container: ViewContainerRef, platform: PlatformService);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsServerDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IsServerDirective, "[viIsServer]", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { NgControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NullEmptyValueDirective {
|
|
4
|
-
protected control: NgControl;
|
|
5
|
-
constructor(control: NgControl);
|
|
6
|
-
onEvent(target: HTMLInputElement): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NullEmptyValueDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NullEmptyValueDirective, "input[nullEmptyValue]", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ResizeDirective extends Destroyable {
|
|
5
|
-
resized: EventEmitter<any>;
|
|
6
|
-
isTop: boolean;
|
|
7
|
-
isLeft: boolean;
|
|
8
|
-
isRight: boolean;
|
|
9
|
-
isBottom: boolean;
|
|
10
|
-
private interactable;
|
|
11
|
-
constructor(element: ElementRef);
|
|
12
|
-
private resizeHandler;
|
|
13
|
-
destroy(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeDirective, "[vi-resize]", never, { "isTop": { "alias": "isTop"; "required": false; }; "isLeft": { "alias": "isLeft"; "required": false; }; "isRight": { "alias": "isRight"; "required": false; }; "isBottom": { "alias": "isBottom"; "required": false; }; }, { "resized": "resized"; }, never, never, false, never>;
|
|
16
|
-
static ngAcceptInputType_isTop: unknown;
|
|
17
|
-
static ngAcceptInputType_isLeft: unknown;
|
|
18
|
-
static ngAcceptInputType_isRight: unknown;
|
|
19
|
-
static ngAcceptInputType_isBottom: unknown;
|
|
20
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ScrollCheckDirective extends Destroyable {
|
|
5
|
-
top: EventEmitter<boolean>;
|
|
6
|
-
bottom: EventEmitter<boolean>;
|
|
7
|
-
limitExceed: EventEmitter<boolean>;
|
|
8
|
-
private _scrollLimit;
|
|
9
|
-
private element;
|
|
10
|
-
private isExceedLimit;
|
|
11
|
-
delay: number;
|
|
12
|
-
offset: number;
|
|
13
|
-
constructor(element: ElementRef);
|
|
14
|
-
protected check: () => void;
|
|
15
|
-
protected get scrollValue(): number;
|
|
16
|
-
protected get scrollHeight(): number;
|
|
17
|
-
protected get clientHeight(): number;
|
|
18
|
-
set scrollLimit(value: number);
|
|
19
|
-
get scrollLimit(): number;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollCheckDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollCheckDirective, "[vi-scroll-check]", never, { "delay": { "alias": "delay"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "scrollLimit": { "alias": "vi-scroll-check"; "required": false; }; }, { "top": "top"; "bottom": "bottom"; "limitExceed": "limitExceed"; }, never, never, false, never>;
|
|
22
|
-
static ngAcceptInputType_delay: unknown;
|
|
23
|
-
static ngAcceptInputType_offset: unknown;
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, ElementRef } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ScrollDirective extends Destroyable {
|
|
5
|
-
static INITIALIZATION_DELAY: number;
|
|
6
|
-
scrolled: EventEmitter<number>;
|
|
7
|
-
private timer;
|
|
8
|
-
protected element: HTMLElement;
|
|
9
|
-
protected isInitialized: boolean;
|
|
10
|
-
protected _scrollValue: number;
|
|
11
|
-
constructor(element: ElementRef);
|
|
12
|
-
protected initialize(): void;
|
|
13
|
-
protected scrollTo(value: number, behavior?: ScrollBehavior): void;
|
|
14
|
-
scrollHandler(): void;
|
|
15
|
-
protected scrollChangedHandler(): void;
|
|
16
|
-
protected initializeHandler: () => void;
|
|
17
|
-
protected get scrollTop(): number;
|
|
18
|
-
destroy(): void;
|
|
19
|
-
set scrollValue(value: number);
|
|
20
|
-
get scrollValue(): number;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollDirective, "[vi-scroll]", never, { "scrollValue": { "alias": "scrollValue"; "required": false; }; }, { "scrolled": "scrolled"; }, never, never, false, never>;
|
|
23
|
-
static ngAcceptInputType_scrollValue: unknown;
|
|
24
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SelectOnFocusDirective extends Destroyable {
|
|
5
|
-
private element;
|
|
6
|
-
constructor(element: ElementRef);
|
|
7
|
-
focusHandler(): void;
|
|
8
|
-
destroy(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectOnFocusDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOnFocusDirective, "[vi-select-on-focus]", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EmbeddedViewRef, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { Destroyable } from '@ts-core/common';
|
|
3
|
-
export declare class StructureDirective<T = any> extends Destroyable {
|
|
4
|
-
protected template: TemplateRef<T>;
|
|
5
|
-
protected container: ViewContainerRef;
|
|
6
|
-
protected view: EmbeddedViewRef<T>;
|
|
7
|
-
protected _isNeedAdd: boolean;
|
|
8
|
-
constructor(template: TemplateRef<T>, container: ViewContainerRef);
|
|
9
|
-
protected commitIsNeedAddProperties(): void;
|
|
10
|
-
destroy(): void;
|
|
11
|
-
protected set isNeedAdd(value: boolean);
|
|
12
|
-
protected get isNeedAdd(): boolean;
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { NgControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UppercaseValueDirective {
|
|
4
|
-
protected control: NgControl;
|
|
5
|
-
constructor(control: NgControl);
|
|
6
|
-
onEvent(target: HTMLInputElement): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UppercaseValueDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UppercaseValueDirective, "input[uppercaseValue]", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|