@acorex/core 3.0.4 → 5.0.1
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/README.md +23 -2
- package/acorex-core.d.ts +1 -0
- package/bundles/acorex-core.umd.js +609 -2248
- package/bundles/acorex-core.umd.js.map +1 -1
- package/esm2015/acorex-core.js +1 -1
- package/esm2015/lib/config/configs.js +29 -0
- package/esm2015/lib/core.module.js +18 -24
- package/esm2015/lib/dateTime/datetime.class.js +236 -0
- package/esm2015/lib/dateTime/datetime.module.js +18 -0
- package/esm2015/lib/dateTime/datetime.pipe.js +25 -0
- package/esm2015/lib/dateTime/georgian.calendar.js +145 -0
- package/esm2015/lib/dateTime/index.js +5 -0
- package/esm2015/lib/platform/index.js +2 -0
- package/esm2015/lib/platform/platform.service.js +119 -0
- package/esm2015/lib/translation/index.js +4 -0
- package/esm2015/lib/translation/translation.module.js +18 -0
- package/esm2015/lib/translation/translator.js +26 -0
- package/esm2015/lib/translation/translator.pipe.js +15 -0
- package/esm2015/lib/utils/index.js +3 -0
- package/esm2015/lib/utils/object-util.js +83 -0
- package/esm2015/lib/utils/safe.pipe.js +30 -0
- package/esm2015/public-api.js +10 -35
- package/fesm2015/acorex-core.js +533 -1839
- package/fesm2015/acorex-core.js.map +1 -1
- package/lib/{services/config.d.ts → config/configs.d.ts} +1 -1
- package/lib/core.module.d.ts +5 -0
- package/lib/dateTime/datetime.class.d.ts +96 -0
- package/lib/dateTime/datetime.module.d.ts +7 -0
- package/lib/dateTime/datetime.pipe.d.ts +8 -0
- package/lib/dateTime/georgian.calendar.d.ts +17 -0
- package/lib/dateTime/index.d.ts +4 -0
- package/lib/platform/index.d.ts +1 -0
- package/lib/platform/platform.service.d.ts +22 -0
- package/lib/translation/index.d.ts +3 -0
- package/lib/translation/translation.module.d.ts +7 -0
- package/lib/{translator → translation}/translator.d.ts +0 -0
- package/lib/translation/translator.pipe.d.ts +7 -0
- package/lib/utils/index.d.ts +2 -0
- package/lib/utils/object-util.d.ts +7 -0
- package/lib/utils/safe.pipe.d.ts +10 -0
- package/package.json +7 -11
- package/public-api.d.ts +9 -41
- package/acorex-core.metadata.json +0 -1
- package/bundles/acorex-core.umd.min.js +0 -17
- package/bundles/acorex-core.umd.min.js.map +0 -1
- package/esm2015/lib/classes/base-page.class.js +0 -21
- package/esm2015/lib/classes/color.class.js +0 -49
- package/esm2015/lib/classes/datetime.class.js +0 -314
- package/esm2015/lib/classes/menu.class.js +0 -27
- package/esm2015/lib/classes/navigator.class.js +0 -1
- package/esm2015/lib/classes/popup.class.js +0 -1
- package/esm2015/lib/classes/promise.class.js +0 -19
- package/esm2015/lib/classes/sectionlist.class.js +0 -1
- package/esm2015/lib/classes/select.class.js +0 -3
- package/esm2015/lib/error/error.class.js +0 -1
- package/esm2015/lib/error/error.module.js +0 -16
- package/esm2015/lib/error/error.service.js +0 -25
- package/esm2015/lib/events/keyboard.js +0 -1
- package/esm2015/lib/http/http-error.class.js +0 -1
- package/esm2015/lib/http/http-events.interceptor.js +0 -3
- package/esm2015/lib/http/http-request.class.js +0 -1
- package/esm2015/lib/http/http-result.class.js +0 -21
- package/esm2015/lib/http/http.module.js +0 -29
- package/esm2015/lib/http/http.service.js +0 -149
- package/esm2015/lib/locale/en.json +0 -249
- package/esm2015/lib/locale/fa.json +0 -238
- package/esm2015/lib/pipe/datetime.pipe.js +0 -24
- package/esm2015/lib/pipe/htmlToText.pipe.js +0 -23
- package/esm2015/lib/services/config.js +0 -29
- package/esm2015/lib/services/event.service.js +0 -36
- package/esm2015/lib/services/navigator.service.js +0 -9
- package/esm2015/lib/services/storage.service.js +0 -15
- package/esm2015/lib/translator/translator.js +0 -26
- package/esm2015/lib/translator/translator.module.js +0 -23
- package/esm2015/lib/translator/translator.pipe.js +0 -23
- package/esm2015/lib/translator/translator.service.js +0 -21
- package/esm2015/lib/utils/array/array-util.js +0 -133
- package/esm2015/lib/utils/html/html-util.js +0 -192
- package/esm2015/lib/utils/html/html.module.js +0 -16
- package/esm2015/lib/utils/math/math-util.js +0 -6
- package/esm2015/lib/utils/object/object-util.js +0 -83
- package/esm2015/lib/utils/render/on-demand-preload-strategy.service.js +0 -21
- package/esm2015/lib/utils/render/render.service.js +0 -112
- package/esm2015/lib/utils/render/rendering.module.js +0 -26
- package/esm2015/lib/utils/scroll/scroll.directive.js +0 -66
- package/esm2015/lib/utils/scroll/scroll.module.js +0 -16
- package/esm2015/lib/utils/separator/separator.module.js +0 -16
- package/esm2015/lib/utils/separator/separator.pipe.js +0 -22
- package/esm5/acorex-core.js +0 -5
- package/esm5/lib/classes/base-page.class.js +0 -23
- package/esm5/lib/classes/color.class.js +0 -54
- package/esm5/lib/classes/datetime.class.js +0 -390
- package/esm5/lib/classes/menu.class.js +0 -42
- package/esm5/lib/classes/navigator.class.js +0 -1
- package/esm5/lib/classes/popup.class.js +0 -1
- package/esm5/lib/classes/promise.class.js +0 -22
- package/esm5/lib/classes/sectionlist.class.js +0 -1
- package/esm5/lib/classes/select.class.js +0 -7
- package/esm5/lib/core.module.js +0 -27
- package/esm5/lib/error/error.class.js +0 -1
- package/esm5/lib/error/error.module.js +0 -19
- package/esm5/lib/error/error.service.js +0 -26
- package/esm5/lib/events/keyboard.js +0 -1
- package/esm5/lib/http/http-error.class.js +0 -1
- package/esm5/lib/http/http-events.interceptor.js +0 -3
- package/esm5/lib/http/http-request.class.js +0 -1
- package/esm5/lib/http/http-result.class.js +0 -24
- package/esm5/lib/http/http.module.js +0 -33
- package/esm5/lib/http/http.service.js +0 -157
- package/esm5/lib/locale/en.json +0 -249
- package/esm5/lib/locale/fa.json +0 -238
- package/esm5/lib/pipe/datetime.pipe.js +0 -26
- package/esm5/lib/pipe/htmlToText.pipe.js +0 -26
- package/esm5/lib/services/config.js +0 -37
- package/esm5/lib/services/event.service.js +0 -37
- package/esm5/lib/services/navigator.service.js +0 -12
- package/esm5/lib/services/storage.service.js +0 -18
- package/esm5/lib/translator/translator.js +0 -34
- package/esm5/lib/translator/translator.module.js +0 -24
- package/esm5/lib/translator/translator.pipe.js +0 -25
- package/esm5/lib/translator/translator.service.js +0 -24
- package/esm5/lib/utils/array/array-util.js +0 -147
- package/esm5/lib/utils/html/html-util.js +0 -224
- package/esm5/lib/utils/html/html.module.js +0 -19
- package/esm5/lib/utils/math/math-util.js +0 -10
- package/esm5/lib/utils/object/object-util.js +0 -88
- package/esm5/lib/utils/render/on-demand-preload-strategy.service.js +0 -22
- package/esm5/lib/utils/render/render.service.js +0 -117
- package/esm5/lib/utils/render/rendering.module.js +0 -29
- package/esm5/lib/utils/scroll/scroll.directive.js +0 -68
- package/esm5/lib/utils/scroll/scroll.module.js +0 -19
- package/esm5/lib/utils/separator/separator.module.js +0 -19
- package/esm5/lib/utils/separator/separator.pipe.js +0 -25
- package/esm5/public-api.js +0 -36
- package/fesm5/acorex-core.js +0 -2274
- package/fesm5/acorex-core.js.map +0 -1
- package/lib/classes/base-page.class.d.ts +0 -10
- package/lib/classes/color.class.d.ts +0 -17
- package/lib/classes/datetime.class.d.ts +0 -63
- package/lib/classes/menu.class.d.ts +0 -33
- package/lib/classes/navigator.class.d.ts +0 -5
- package/lib/classes/popup.class.d.ts +0 -12
- package/lib/classes/promise.class.d.ts +0 -7
- package/lib/classes/sectionlist.class.d.ts +0 -8
- package/lib/classes/select.class.d.ts +0 -7
- package/lib/error/error.class.d.ts +0 -4
- package/lib/error/error.module.d.ts +0 -2
- package/lib/error/error.service.d.ts +0 -10
- package/lib/events/keyboard.d.ts +0 -2
- package/lib/http/http-error.class.d.ts +0 -7
- package/lib/http/http-events.interceptor.d.ts +0 -10
- package/lib/http/http-request.class.d.ts +0 -14
- package/lib/http/http-result.class.d.ts +0 -11
- package/lib/http/http.module.d.ts +0 -4
- package/lib/http/http.service.d.ts +0 -20
- package/lib/pipe/datetime.pipe.d.ts +0 -5
- package/lib/pipe/htmlToText.pipe.d.ts +0 -4
- package/lib/services/event.service.d.ts +0 -6
- package/lib/services/navigator.service.d.ts +0 -5
- package/lib/services/storage.service.d.ts +0 -4
- package/lib/translator/translator.module.d.ts +0 -3
- package/lib/translator/translator.pipe.d.ts +0 -5
- package/lib/translator/translator.service.d.ts +0 -5
- package/lib/utils/array/array-util.d.ts +0 -6
- package/lib/utils/html/html-util.d.ts +0 -62
- package/lib/utils/html/html.module.d.ts +0 -2
- package/lib/utils/math/math-util.d.ts +0 -3
- package/lib/utils/object/object-util.d.ts +0 -7
- package/lib/utils/render/on-demand-preload-strategy.service.d.ts +0 -7
- package/lib/utils/render/render.service.d.ts +0 -14
- package/lib/utils/render/rendering.module.d.ts +0 -4
- package/lib/utils/scroll/scroll.directive.d.ts +0 -13
- package/lib/utils/scroll/scroll.module.d.ts +0 -2
- package/lib/utils/separator/separator.module.d.ts +0 -2
- package/lib/utils/separator/separator.pipe.d.ts +0 -4
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
export declare type AXPlacement = 'top-start' | 'top-middle' | 'top-end' | 'center-start' | 'center-end' | 'bottom-start' | 'bottom-middle' | 'bottom-end';
|
|
2
|
-
export interface AXIPoint {
|
|
3
|
-
x: number;
|
|
4
|
-
y: number;
|
|
5
|
-
}
|
|
6
|
-
export interface AXConnectedPosition {
|
|
7
|
-
originX: 'start' | 'center' | 'end';
|
|
8
|
-
originY: 'top' | 'center' | 'bottom';
|
|
9
|
-
overlayX: 'start' | 'center' | 'end';
|
|
10
|
-
overlayY: 'top' | 'center' | 'bottom';
|
|
11
|
-
weight?: number;
|
|
12
|
-
offsetX?: number;
|
|
13
|
-
offsetY?: number;
|
|
14
|
-
}
|
|
15
|
-
export declare class AXPoint implements AXIPoint {
|
|
16
|
-
x: number;
|
|
17
|
-
y: number;
|
|
18
|
-
constructor(x: number, y: number);
|
|
19
|
-
}
|
|
20
|
-
export interface AXClientRecCtor {
|
|
21
|
-
left?: number;
|
|
22
|
-
top?: number;
|
|
23
|
-
width?: number;
|
|
24
|
-
height?: number;
|
|
25
|
-
bottom?: number;
|
|
26
|
-
right?: number;
|
|
27
|
-
}
|
|
28
|
-
export declare class AXClientRec implements AXClientRecCtor {
|
|
29
|
-
private _left;
|
|
30
|
-
get left(): number;
|
|
31
|
-
set left(v: number);
|
|
32
|
-
private _top;
|
|
33
|
-
get top(): number;
|
|
34
|
-
set top(v: number);
|
|
35
|
-
private _right;
|
|
36
|
-
get right(): number;
|
|
37
|
-
set right(v: number);
|
|
38
|
-
private _bottom;
|
|
39
|
-
get bottom(): number;
|
|
40
|
-
set bottom(v: number);
|
|
41
|
-
private _width;
|
|
42
|
-
get width(): number;
|
|
43
|
-
set width(v: number);
|
|
44
|
-
private _height;
|
|
45
|
-
get height(): number;
|
|
46
|
-
set height(v: number);
|
|
47
|
-
constructor(rec: AXClientRecCtor);
|
|
48
|
-
intersect(rec: AXClientRecCtor): boolean;
|
|
49
|
-
}
|
|
50
|
-
export declare class AXHtmlUtil {
|
|
51
|
-
static getBoundingRectPoint(el: HTMLElement, placement: AXPlacement): AXPoint;
|
|
52
|
-
static isInRecPoint(pos: AXIPoint, rec: AXClientRecCtor): boolean;
|
|
53
|
-
static isInElementBound(pos: AXIPoint, element: HTMLElement): boolean;
|
|
54
|
-
static getDimensions(): {
|
|
55
|
-
width: number;
|
|
56
|
-
height: number;
|
|
57
|
-
};
|
|
58
|
-
static getOffsetRight(elem: HTMLElement): number;
|
|
59
|
-
static getUID(): string;
|
|
60
|
-
static getRelatedPosition(source: HTMLElement, placement: AXPlacement, target: HTMLElement, alignment: AXPlacement): AXIPoint;
|
|
61
|
-
static collision(a: HTMLElement, b: HTMLElement): boolean;
|
|
62
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare class AXObjectUtil {
|
|
2
|
-
static deepJSONClone(obj: any): any;
|
|
3
|
-
static deepCopy(obj: any): any;
|
|
4
|
-
}
|
|
5
|
-
export declare function AXFetchProp(obj: any, prop: string): any;
|
|
6
|
-
export declare function getPropByPath(obj: any, path: any, defaultVal?: any): any;
|
|
7
|
-
export declare function setPropByPath(obj: any, path: any, value: any): any;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApplicationRef, ComponentFactoryResolver, ComponentRef, Injector, Type } from '@angular/core';
|
|
2
|
-
import { Router, Route } from '@angular/router';
|
|
3
|
-
import { AXOnDemandPreloadService } from './on-demand-preload-strategy.service';
|
|
4
|
-
export declare class AXRenderService {
|
|
5
|
-
private appRef;
|
|
6
|
-
private router;
|
|
7
|
-
private componentFactoryResolver;
|
|
8
|
-
private modulePreloadService;
|
|
9
|
-
private injector;
|
|
10
|
-
constructor(appRef: ApplicationRef, router: Router, componentFactoryResolver: ComponentFactoryResolver, modulePreloadService: AXOnDemandPreloadService, injector: Injector);
|
|
11
|
-
appendComponent<T>(componentClass: Type<T>, options?: any, location?: Element): ComponentRef<any>;
|
|
12
|
-
findLoadedComponentByRoute(path: string, timeoutTime?: number): Promise<Route>;
|
|
13
|
-
private _findLoadedComponentByRoute;
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
export declare class AXHorizontalScrollDirective {
|
|
3
|
-
private el;
|
|
4
|
-
constructor(el: ElementRef<HTMLElement>);
|
|
5
|
-
scrollValue: number;
|
|
6
|
-
onMouseWheel(e: any): void;
|
|
7
|
-
}
|
|
8
|
-
export declare class AXVerticalScrollDirective {
|
|
9
|
-
private el;
|
|
10
|
-
constructor(el: ElementRef<HTMLElement>);
|
|
11
|
-
scrollValue: number;
|
|
12
|
-
onMouseWheel(e: any): void;
|
|
13
|
-
}
|