tnp-helpers 13.1.26 → 13.1.28
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/app.js +3 -3
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/angular.helper.mjs +87 -87
- package/browser/esm2020/lib/base-component.mjs +49 -49
- package/browser/esm2020/lib/base-formly-component.mjs +112 -112
- package/browser/esm2020/lib/condition-wait.mjs +45 -45
- package/browser/esm2020/lib/constants.mjs +8 -8
- package/browser/esm2020/lib/dual-component-ctrl.mjs +118 -118
- package/browser/esm2020/lib/firedev-models.mjs +3 -3
- package/browser/esm2020/lib/helpers-array-obj.mjs +82 -82
- package/browser/esm2020/lib/helpers-browser.mjs +46 -46
- package/browser/esm2020/lib/helpers-console-gui.mjs +9 -9
- package/browser/esm2020/lib/helpers-environment.mjs +32 -32
- package/browser/esm2020/lib/helpers-numbers.mjs +7 -7
- package/browser/esm2020/lib/helpers-strings-regexes.mjs +50 -50
- package/browser/esm2020/lib/helpers-strings.mjs +252 -252
- package/browser/esm2020/lib/helpers.mjs +285 -285
- package/browser/esm2020/lib/index.mjs +15 -15
- package/browser/esm2020/lib/long-press.directive.mjs +112 -112
- package/browser/esm2020/lib/project.mjs +429 -429
- package/browser/esm2020/lib/resize-service.mjs +21 -21
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/tnp-helpers.mjs +4 -4
- package/browser/fesm2015/tnp-helpers.mjs +1686 -1686
- package/browser/fesm2020/tnp-helpers.mjs +1676 -1676
- package/browser/lib/angular.helper.d.ts +35 -35
- package/browser/lib/base-component.d.ts +16 -16
- package/browser/lib/base-formly-component.d.ts +30 -30
- package/browser/lib/condition-wait.d.ts +7 -7
- package/browser/lib/constants.d.ts +6 -6
- package/browser/lib/dual-component-ctrl.d.ts +24 -24
- package/browser/lib/firedev-models.d.ts +12 -12
- package/browser/lib/helpers-array-obj.d.ts +14 -14
- package/browser/lib/helpers-browser.d.ts +10 -10
- package/browser/lib/helpers-console-gui.d.ts +5 -5
- package/browser/lib/helpers-environment.d.ts +4 -4
- package/browser/lib/helpers-numbers.d.ts +2 -2
- package/browser/lib/helpers-strings-regexes.d.ts +27 -27
- package/browser/lib/helpers-strings.d.ts +49 -49
- package/browser/lib/helpers.d.ts +33 -33
- package/browser/lib/index.d.ts +11 -11
- package/browser/lib/long-press.directive.d.ts +24 -24
- package/browser/lib/project.d.ts +93 -93
- package/browser/lib/resize-service.d.ts +8 -8
- package/browser/tnp-helpers.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/angular.helper.mjs +87 -87
- package/client/esm2020/lib/base-component.mjs +49 -49
- package/client/esm2020/lib/base-formly-component.mjs +112 -112
- package/client/esm2020/lib/condition-wait.mjs +45 -45
- package/client/esm2020/lib/constants.mjs +8 -8
- package/client/esm2020/lib/dual-component-ctrl.mjs +118 -118
- package/client/esm2020/lib/firedev-models.mjs +3 -3
- package/client/esm2020/lib/helpers-array-obj.mjs +82 -82
- package/client/esm2020/lib/helpers-browser.mjs +46 -46
- package/client/esm2020/lib/helpers-console-gui.mjs +9 -9
- package/client/esm2020/lib/helpers-environment.mjs +32 -32
- package/client/esm2020/lib/helpers-numbers.mjs +7 -7
- package/client/esm2020/lib/helpers-strings-regexes.mjs +50 -50
- package/client/esm2020/lib/helpers-strings.mjs +252 -252
- package/client/esm2020/lib/helpers.mjs +285 -285
- package/client/esm2020/lib/index.mjs +15 -15
- package/client/esm2020/lib/long-press.directive.mjs +112 -112
- package/client/esm2020/lib/project.mjs +429 -429
- package/client/esm2020/lib/resize-service.mjs +21 -21
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/tnp-helpers.mjs +4 -4
- package/client/fesm2015/tnp-helpers.mjs +1686 -1686
- package/client/fesm2020/tnp-helpers.mjs +1676 -1676
- package/client/lib/angular.helper.d.ts +35 -35
- package/client/lib/base-component.d.ts +16 -16
- package/client/lib/base-formly-component.d.ts +30 -30
- package/client/lib/condition-wait.d.ts +7 -7
- package/client/lib/constants.d.ts +6 -6
- package/client/lib/dual-component-ctrl.d.ts +24 -24
- package/client/lib/firedev-models.d.ts +12 -12
- package/client/lib/helpers-array-obj.d.ts +14 -14
- package/client/lib/helpers-browser.d.ts +10 -10
- package/client/lib/helpers-console-gui.d.ts +5 -5
- package/client/lib/helpers-environment.d.ts +4 -4
- package/client/lib/helpers-numbers.d.ts +2 -2
- package/client/lib/helpers-strings-regexes.d.ts +27 -27
- package/client/lib/helpers-strings.d.ts +49 -49
- package/client/lib/helpers.d.ts +33 -33
- package/client/lib/index.d.ts +11 -11
- package/client/lib/long-press.directive.d.ts +24 -24
- package/client/lib/project.d.ts +93 -93
- package/client/lib/resize-service.d.ts +8 -8
- package/client/tnp-helpers.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/angular.helper.d.ts +35 -35
- package/lib/angular.helper.js +3 -3
- package/lib/base-component.d.ts +13 -13
- package/lib/base-component.js +3 -3
- package/lib/base-formly-component.d.ts +27 -27
- package/lib/base-formly-component.js +3 -3
- package/lib/condition-wait.d.ts +8 -8
- package/lib/constants.d.ts +7 -7
- package/lib/dual-component-ctrl.d.ts +24 -24
- package/lib/dual-component-ctrl.js +3 -3
- package/lib/firedev-models.d.ts +13 -13
- package/lib/git-project.d.ts +46 -46
- package/lib/helpers-array-obj.d.ts +15 -15
- package/lib/helpers-browser.d.ts +11 -11
- package/lib/helpers-cli-tool.backend.d.ts +55 -55
- package/lib/helpers-console-gui.d.ts +17 -17
- package/lib/helpers-dependencies.backend.d.ts +11 -11
- package/lib/helpers-environment.d.ts +5 -5
- package/lib/helpers-file-folders.backend.d.ts +84 -84
- package/lib/helpers-git.backend.d.ts +43 -43
- package/lib/helpers-json5.backend.d.ts +16 -16
- package/lib/helpers-morphi-framework.backend.d.ts +4 -4
- package/lib/helpers-network.backend.d.ts +8 -8
- package/lib/helpers-npm.backend.d.ts +3 -3
- package/lib/helpers-numbers.d.ts +3 -3
- package/lib/helpers-path.backend.d.ts +7 -7
- package/lib/helpers-process.backend.d.ts +58 -58
- package/lib/helpers-strings-regexes.d.ts +28 -28
- package/lib/helpers-strings.d.ts +50 -50
- package/lib/helpers-system-terminal.backend.d.ts +5 -5
- package/lib/helpers-vscode.backend.d.ts +5 -5
- package/lib/helpers.d.ts +74 -74
- package/lib/index.d.ts +12 -12
- package/lib/long-press.directive.d.ts +22 -22
- package/lib/merge-helpers.backend.d.ts +23 -23
- package/lib/project.d.ts +96 -96
- package/lib/resize-service.d.ts +6 -6
- package/lib/ts-code/index.d.ts +1 -1
- package/lib/ts-code/ts-code-extractor.d.ts +14 -14
- package/lib/ts-code/ts-code-modifier.backend.d.ts +12 -12
- package/package.json +5 -5
- package/package.json_devDependencies.json +222 -222
- package/package.json_tnp.json5 +44 -44
- package/tmp-environment.json +24 -24
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/angular.helper.mjs +87 -87
- package/websql/esm2020/lib/base-component.mjs +49 -49
- package/websql/esm2020/lib/base-formly-component.mjs +112 -112
- package/websql/esm2020/lib/condition-wait.mjs +45 -45
- package/websql/esm2020/lib/constants.mjs +8 -8
- package/websql/esm2020/lib/dual-component-ctrl.mjs +118 -118
- package/websql/esm2020/lib/firedev-models.mjs +3 -3
- package/websql/esm2020/lib/helpers-array-obj.mjs +82 -82
- package/websql/esm2020/lib/helpers-browser.mjs +46 -46
- package/websql/esm2020/lib/helpers-console-gui.mjs +9 -9
- package/websql/esm2020/lib/helpers-environment.mjs +32 -32
- package/websql/esm2020/lib/helpers-numbers.mjs +7 -7
- package/websql/esm2020/lib/helpers-strings-regexes.mjs +50 -50
- package/websql/esm2020/lib/helpers-strings.mjs +252 -252
- package/websql/esm2020/lib/helpers.mjs +285 -285
- package/websql/esm2020/lib/index.mjs +15 -15
- package/websql/esm2020/lib/long-press.directive.mjs +112 -112
- package/websql/esm2020/lib/project.mjs +429 -429
- package/websql/esm2020/lib/resize-service.mjs +21 -21
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/tnp-helpers.mjs +4 -4
- package/websql/fesm2015/tnp-helpers.mjs +1686 -1686
- package/websql/fesm2020/tnp-helpers.mjs +1676 -1676
- package/websql/lib/angular.helper.d.ts +35 -35
- package/websql/lib/base-component.d.ts +16 -16
- package/websql/lib/base-formly-component.d.ts +30 -30
- package/websql/lib/condition-wait.d.ts +7 -7
- package/websql/lib/constants.d.ts +6 -6
- package/websql/lib/dual-component-ctrl.d.ts +24 -24
- package/websql/lib/firedev-models.d.ts +12 -12
- package/websql/lib/helpers-array-obj.d.ts +14 -14
- package/websql/lib/helpers-browser.d.ts +10 -10
- package/websql/lib/helpers-console-gui.d.ts +5 -5
- package/websql/lib/helpers-environment.d.ts +4 -4
- package/websql/lib/helpers-numbers.d.ts +2 -2
- package/websql/lib/helpers-strings-regexes.d.ts +27 -27
- package/websql/lib/helpers-strings.d.ts +49 -49
- package/websql/lib/helpers.d.ts +33 -33
- package/websql/lib/index.d.ts +11 -11
- package/websql/lib/long-press.directive.d.ts +24 -24
- package/websql/lib/project.d.ts +93 -93
- package/websql/lib/resize-service.d.ts +8 -8
- package/websql/tnp-helpers.d.ts +4 -4
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
|
-
import { EventEmitter } from '@angular/core';
|
|
3
|
-
import { _ } from 'tnp-core/websql';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LongPress {
|
|
6
|
-
pressDuration: number;
|
|
7
|
-
onLongPress: EventEmitter<any>;
|
|
8
|
-
onLongPressing: EventEmitter<any>;
|
|
9
|
-
onLongPressEnd: EventEmitter<any>;
|
|
10
|
-
private pressing;
|
|
11
|
-
private longPressing;
|
|
12
|
-
private timeout;
|
|
13
|
-
private mouseX;
|
|
14
|
-
private mouseY;
|
|
15
|
-
get press(): boolean;
|
|
16
|
-
get longPress(): boolean;
|
|
17
|
-
allowTrigger: boolean;
|
|
18
|
-
triggerEnd: (() => void) & _.Cancelable;
|
|
19
|
-
onMouseDown(event: any): void;
|
|
20
|
-
onMouseMove(event: any): void;
|
|
21
|
-
loop(event: any): void;
|
|
22
|
-
endPress(emit?: boolean): void;
|
|
23
|
-
onMouseUp(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LongPress, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LongPress, "[long-press]", never, { "pressDuration": "pressDuration"; }, { "onLongPress": "onLongPress"; "onLongPressing": "onLongPressing"; "onLongPressEnd": "onLongPressEnd"; }, never>;
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import { _ } from 'tnp-core/websql';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LongPress {
|
|
6
|
+
pressDuration: number;
|
|
7
|
+
onLongPress: EventEmitter<any>;
|
|
8
|
+
onLongPressing: EventEmitter<any>;
|
|
9
|
+
onLongPressEnd: EventEmitter<any>;
|
|
10
|
+
private pressing;
|
|
11
|
+
private longPressing;
|
|
12
|
+
private timeout;
|
|
13
|
+
private mouseX;
|
|
14
|
+
private mouseY;
|
|
15
|
+
get press(): boolean;
|
|
16
|
+
get longPress(): boolean;
|
|
17
|
+
allowTrigger: boolean;
|
|
18
|
+
triggerEnd: (() => void) & _.Cancelable;
|
|
19
|
+
onMouseDown(event: any): void;
|
|
20
|
+
onMouseMove(event: any): void;
|
|
21
|
+
loop(event: any): void;
|
|
22
|
+
endPress(emit?: boolean): void;
|
|
23
|
+
onMouseUp(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LongPress, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LongPress, "[long-press]", never, { "pressDuration": "pressDuration"; }, { "onLongPress": "onLongPress"; "onLongPressing": "onLongPressing"; "onLongPressEnd": "onLongPressEnd"; }, never>;
|
|
26
26
|
}
|
package/websql/lib/project.d.ts
CHANGED
|
@@ -1,95 +1,95 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
|
-
import { ConfigModels } from 'tnp-config/websql';
|
|
3
|
-
export declare type EmptyProjectStructure = {
|
|
4
|
-
includeContent?: boolean;
|
|
5
|
-
relativePath: string;
|
|
6
|
-
relativeLinkFrom?: string;
|
|
7
|
-
};
|
|
8
|
-
export declare class Project<T extends Project<any> = any> {
|
|
9
|
-
protected cache: {};
|
|
10
|
-
/**
|
|
11
|
-
* Do use this variable for comparatios
|
|
12
|
-
* ONLY FOR VIEWING
|
|
13
|
-
*/
|
|
14
|
-
readonly _type: ConfigModels.LibType;
|
|
15
|
-
browser: Pick<Project<any>, 'location' | 'name'>;
|
|
16
|
-
location: string;
|
|
17
|
-
name: string;
|
|
18
|
-
genericName: string;
|
|
19
|
-
isWorkspace: boolean;
|
|
20
|
-
isVscodeExtension: boolean;
|
|
21
|
-
isDocker: boolean;
|
|
22
|
-
isSite: boolean;
|
|
23
|
-
isSiteInStrictMode?: boolean;
|
|
24
|
-
isSiteInDependencyMode?: boolean;
|
|
25
|
-
isCoreProject: boolean;
|
|
26
|
-
isCommandLineToolOnly: boolean;
|
|
27
|
-
isGenerated: boolean;
|
|
28
|
-
isGeneratedForRelease: boolean;
|
|
29
|
-
isWorkspaceChildProject: boolean;
|
|
30
|
-
isBasedOnOtherProject: boolean;
|
|
31
|
-
isForRecreation: boolean;
|
|
32
|
-
isContainer: boolean;
|
|
33
|
-
isSmartContainer: boolean;
|
|
34
|
-
isSmartContainerChild: boolean;
|
|
35
|
-
isContainerWithLinkedProjects: boolean;
|
|
36
|
-
isContainerChild: boolean;
|
|
37
|
-
isContainerCoreProject: boolean;
|
|
38
|
-
isStandaloneProject: boolean;
|
|
39
|
-
isMonorepo: boolean;
|
|
40
|
-
isUnknowNpmProject: boolean;
|
|
41
|
-
isNaviCli: boolean;
|
|
42
|
-
useFramework: boolean;
|
|
43
|
-
defaultPort?: number;
|
|
44
|
-
version: string;
|
|
45
|
-
lastNpmVersion?: string;
|
|
46
|
-
_routerTargetHttp?: string;
|
|
47
|
-
customizableFilesAndFolders: string[];
|
|
48
|
-
type: ConfigModels.LibType;
|
|
49
|
-
backupName: string;
|
|
50
|
-
resources: string[];
|
|
51
|
-
env?: any;
|
|
52
|
-
allowedEnvironments: ConfigModels.EnvironmentName[];
|
|
53
|
-
children: T[];
|
|
54
|
-
smartContainerBuildTarget: T;
|
|
55
|
-
grandpa: T;
|
|
56
|
-
distribution: T;
|
|
57
|
-
childrenThatAreLibs?: T[];
|
|
58
|
-
childrenThatAreClients?: T[];
|
|
59
|
-
childrenThatAreThirdPartyInNodeModules?: T[];
|
|
60
|
-
parent: T;
|
|
61
|
-
preview: T;
|
|
62
|
-
baseline: T;
|
|
63
|
-
static projects: Project<any>[];
|
|
64
|
-
/**
|
|
65
|
-
* To speed up checking folder I am keeping pathes for alterdy checked folder
|
|
66
|
-
* This may break things that are creating new projects
|
|
67
|
-
*/
|
|
68
|
-
static emptyLocations: string[];
|
|
69
|
-
static typeFrom(location: string): ConfigModels.LibType;
|
|
70
|
-
static unload(project: Project): void;
|
|
71
|
-
static From<T = Project<any>>(locationOfProj: string | string[]): T;
|
|
72
|
-
static nearestTo<T = Project>(absoluteLocation: string, options?: {
|
|
73
|
-
type?: ConfigModels.LibType;
|
|
74
|
-
findGitRoot?: boolean;
|
|
75
|
-
onlyOutSideNodeModules?: boolean;
|
|
76
|
-
}): T;
|
|
77
|
-
static allProjectFrom<T = Project>(absoluteLocation: string, stopOnCwd?: string): any;
|
|
78
|
-
static DefaultPortByType(type: ConfigModels.LibType): number;
|
|
79
|
-
static get isBundleMode(): boolean;
|
|
80
|
-
static get Current(): Project<any>;
|
|
81
|
-
/**
|
|
82
|
-
* @deprecated
|
|
83
|
-
*/
|
|
84
|
-
static get Tnp(): Project<any>;
|
|
85
|
-
static by<T = Project>(libraryType: ConfigModels.NewFactoryType, version: ConfigModels.FrameworkVersion): T;
|
|
86
|
-
defineProperty<T>(variableName: keyof T, classFn: Function): any;
|
|
87
|
-
setType(this: Project, type: ConfigModels.LibType): void;
|
|
88
|
-
typeIs(this: Project, ...types: ConfigModels.LibType[]): boolean;
|
|
89
|
-
typeIsNot(this: Project, ...types: ConfigModels.LibType[]): boolean;
|
|
90
|
-
forEmptyStructure(): EmptyProjectStructure[];
|
|
91
|
-
}
|
|
92
|
-
export declare type ProjectBuild = {
|
|
93
|
-
project: Project;
|
|
94
|
-
appBuild: boolean;
|
|
2
|
+
import { ConfigModels } from 'tnp-config/websql';
|
|
3
|
+
export declare type EmptyProjectStructure = {
|
|
4
|
+
includeContent?: boolean;
|
|
5
|
+
relativePath: string;
|
|
6
|
+
relativeLinkFrom?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare class Project<T extends Project<any> = any> {
|
|
9
|
+
protected cache: {};
|
|
10
|
+
/**
|
|
11
|
+
* Do use this variable for comparatios
|
|
12
|
+
* ONLY FOR VIEWING
|
|
13
|
+
*/
|
|
14
|
+
readonly _type: ConfigModels.LibType;
|
|
15
|
+
browser: Pick<Project<any>, 'location' | 'name'>;
|
|
16
|
+
location: string;
|
|
17
|
+
name: string;
|
|
18
|
+
genericName: string;
|
|
19
|
+
isWorkspace: boolean;
|
|
20
|
+
isVscodeExtension: boolean;
|
|
21
|
+
isDocker: boolean;
|
|
22
|
+
isSite: boolean;
|
|
23
|
+
isSiteInStrictMode?: boolean;
|
|
24
|
+
isSiteInDependencyMode?: boolean;
|
|
25
|
+
isCoreProject: boolean;
|
|
26
|
+
isCommandLineToolOnly: boolean;
|
|
27
|
+
isGenerated: boolean;
|
|
28
|
+
isGeneratedForRelease: boolean;
|
|
29
|
+
isWorkspaceChildProject: boolean;
|
|
30
|
+
isBasedOnOtherProject: boolean;
|
|
31
|
+
isForRecreation: boolean;
|
|
32
|
+
isContainer: boolean;
|
|
33
|
+
isSmartContainer: boolean;
|
|
34
|
+
isSmartContainerChild: boolean;
|
|
35
|
+
isContainerWithLinkedProjects: boolean;
|
|
36
|
+
isContainerChild: boolean;
|
|
37
|
+
isContainerCoreProject: boolean;
|
|
38
|
+
isStandaloneProject: boolean;
|
|
39
|
+
isMonorepo: boolean;
|
|
40
|
+
isUnknowNpmProject: boolean;
|
|
41
|
+
isNaviCli: boolean;
|
|
42
|
+
useFramework: boolean;
|
|
43
|
+
defaultPort?: number;
|
|
44
|
+
version: string;
|
|
45
|
+
lastNpmVersion?: string;
|
|
46
|
+
_routerTargetHttp?: string;
|
|
47
|
+
customizableFilesAndFolders: string[];
|
|
48
|
+
type: ConfigModels.LibType;
|
|
49
|
+
backupName: string;
|
|
50
|
+
resources: string[];
|
|
51
|
+
env?: any;
|
|
52
|
+
allowedEnvironments: ConfigModels.EnvironmentName[];
|
|
53
|
+
children: T[];
|
|
54
|
+
smartContainerBuildTarget: T;
|
|
55
|
+
grandpa: T;
|
|
56
|
+
distribution: T;
|
|
57
|
+
childrenThatAreLibs?: T[];
|
|
58
|
+
childrenThatAreClients?: T[];
|
|
59
|
+
childrenThatAreThirdPartyInNodeModules?: T[];
|
|
60
|
+
parent: T;
|
|
61
|
+
preview: T;
|
|
62
|
+
baseline: T;
|
|
63
|
+
static projects: Project<any>[];
|
|
64
|
+
/**
|
|
65
|
+
* To speed up checking folder I am keeping pathes for alterdy checked folder
|
|
66
|
+
* This may break things that are creating new projects
|
|
67
|
+
*/
|
|
68
|
+
static emptyLocations: string[];
|
|
69
|
+
static typeFrom(location: string): ConfigModels.LibType;
|
|
70
|
+
static unload(project: Project): void;
|
|
71
|
+
static From<T = Project<any>>(locationOfProj: string | string[]): T;
|
|
72
|
+
static nearestTo<T = Project>(absoluteLocation: string, options?: {
|
|
73
|
+
type?: ConfigModels.LibType;
|
|
74
|
+
findGitRoot?: boolean;
|
|
75
|
+
onlyOutSideNodeModules?: boolean;
|
|
76
|
+
}): T;
|
|
77
|
+
static allProjectFrom<T = Project>(absoluteLocation: string, stopOnCwd?: string): any;
|
|
78
|
+
static DefaultPortByType(type: ConfigModels.LibType): number;
|
|
79
|
+
static get isBundleMode(): boolean;
|
|
80
|
+
static get Current(): Project<any>;
|
|
81
|
+
/**
|
|
82
|
+
* @deprecated
|
|
83
|
+
*/
|
|
84
|
+
static get Tnp(): Project<any>;
|
|
85
|
+
static by<T = Project>(libraryType: ConfigModels.NewFactoryType, version: ConfigModels.FrameworkVersion): T;
|
|
86
|
+
defineProperty<T>(variableName: keyof T, classFn: Function): any;
|
|
87
|
+
setType(this: Project, type: ConfigModels.LibType): void;
|
|
88
|
+
typeIs(this: Project, ...types: ConfigModels.LibType[]): boolean;
|
|
89
|
+
typeIsNot(this: Project, ...types: ConfigModels.LibType[]): boolean;
|
|
90
|
+
forEmptyStructure(): EmptyProjectStructure[];
|
|
91
|
+
}
|
|
92
|
+
export declare type ProjectBuild = {
|
|
93
|
+
project: Project;
|
|
94
|
+
appBuild: boolean;
|
|
95
95
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ResizeService {
|
|
4
|
-
private resizeDetector;
|
|
5
|
-
constructor();
|
|
6
|
-
addResizeEventListener(element: HTMLElement, handler: Function): void;
|
|
7
|
-
removeResizeEventListener(element: HTMLElement): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ResizeService>;
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ResizeService {
|
|
4
|
+
private resizeDetector;
|
|
5
|
+
constructor();
|
|
6
|
+
addResizeEventListener(element: HTMLElement, handler: Function): void;
|
|
7
|
+
removeResizeEventListener(element: HTMLElement): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ResizeService>;
|
|
10
10
|
}
|
package/websql/tnp-helpers.d.ts
CHANGED