@acorex/components 6.1.2 → 6.1.4
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/alert/src/alert.component.d.ts +3 -2
- package/badge/src/badge.component.d.ts +3 -2
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +8 -6
- package/button/src/button-group.component.d.ts +8 -6
- package/button/src/button-item.component.d.ts +8 -6
- package/calendar/src/calendar.component.d.ts +1 -1
- package/calendar/src/calendar.module.d.ts +2 -3
- package/color-picker/src/color-picker.component.d.ts +24 -20
- package/date-picker/src/datepicker.component.d.ts +18 -15
- package/esm2020/calendar/src/calendar.component.mjs +4 -4
- package/esm2020/calendar/src/calendar.module.mjs +3 -4
- package/esm2020/common/src/components.class.mjs +1 -1
- package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +7 -5
- package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +5 -5
- package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +2 -1
- package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +5 -5
- package/esm2020/date-picker/src/datepicker.component.mjs +5 -4
- package/esm2020/form/src/validation-rule.widget.mjs +4 -3
- package/esm2020/mixin/src/base-components.class.mjs +26 -18
- package/esm2020/mixin/src/value-mixin.class.mjs +1 -2
- package/esm2020/textbox/src/mask-options.directive.mjs +6 -4
- package/esm2020/textbox/src/textbox.component.mjs +16 -10
- package/fesm2015/acorex-components-calendar.mjs +5 -6
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-data-pager.mjs +15 -12
- package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2015/acorex-components-date-picker.mjs +4 -3
- package/fesm2015/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-form.mjs +3 -2
- package/fesm2015/acorex-components-form.mjs.map +1 -1
- package/fesm2015/acorex-components-mixin.mjs +25 -18
- package/fesm2015/acorex-components-mixin.mjs.map +1 -1
- package/fesm2015/acorex-components-textbox.mjs +21 -11
- package/fesm2015/acorex-components-textbox.mjs.map +1 -1
- package/fesm2020/acorex-components-calendar.mjs +5 -6
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-data-pager.mjs +15 -12
- package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2020/acorex-components-date-picker.mjs +4 -3
- package/fesm2020/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-form.mjs +3 -2
- package/fesm2020/acorex-components-form.mjs.map +1 -1
- package/fesm2020/acorex-components-mixin.mjs +25 -18
- package/fesm2020/acorex-components-mixin.mjs.map +1 -1
- package/fesm2020/acorex-components-textbox.mjs +20 -11
- package/fesm2020/acorex-components-textbox.mjs.map +1 -1
- package/mixin/src/base-components.class.d.ts +6 -7
- package/mixin/src/base-menu-mixin.class.d.ts +6 -5
- package/mixin/src/button-mixin.class.d.ts +3 -2
- package/mixin/src/clickable-mixin.class.d.ts +6 -3
- package/mixin/src/color-look-mixing.class.d.ts +3 -2
- package/mixin/src/datalist-component.class.d.ts +11 -10
- package/mixin/src/dropdown-mixin.class.d.ts +3 -2
- package/mixin/src/interactive-mixin.class.d.ts +5 -4
- package/mixin/src/loading-mixin.class.d.ts +3 -2
- package/mixin/src/mixin.class.d.ts +82 -61
- package/mixin/src/page-component.class.d.ts +3 -2
- package/mixin/src/selection-component.class.d.ts +6 -3
- package/mixin/src/sizable-mixin.class.d.ts +3 -2
- package/mixin/src/textbox-mixin.class.d.ts +7 -2
- package/mixin/src/value-mixin.class.d.ts +9 -8
- package/package.json +2 -22
- package/tabs/src/tab-item.component.d.ts +3 -2
- package/textbox/src/mask-options.directive.d.ts +3 -0
- package/textbox/src/textbox.component.d.ts +4 -4
- package/carousel/index.d.ts +0 -5
- package/carousel/public-api.d.ts +0 -7
- package/carousel/src/carousel-arrows.component.d.ts +0 -16
- package/carousel/src/carousel-item.component.d.ts +0 -8
- package/carousel/src/carousel-pager.component.d.ts +0 -22
- package/carousel/src/carousel-splidejs.class.d.ts +0 -18
- package/carousel/src/carousel.class.d.ts +0 -71
- package/carousel/src/carousel.component.d.ts +0 -111
- package/carousel/src/carousel.module.d.ts +0 -11
- package/esm2020/carousel/acorex-components-carousel.mjs +0 -5
- package/esm2020/carousel/public-api.mjs +0 -8
- package/esm2020/carousel/src/carousel-arrows.component.mjs +0 -80
- package/esm2020/carousel/src/carousel-item.component.mjs +0 -21
- package/esm2020/carousel/src/carousel-pager.component.mjs +0 -74
- package/esm2020/carousel/src/carousel-splidejs.class.mjs +0 -91
- package/esm2020/carousel/src/carousel.class.mjs +0 -10
- package/esm2020/carousel/src/carousel.component.mjs +0 -438
- package/esm2020/carousel/src/carousel.module.mjs +0 -24
- package/fesm2015/acorex-components-carousel.mjs +0 -726
- package/fesm2015/acorex-components-carousel.mjs.map +0 -1
- package/fesm2020/acorex-components-carousel.mjs +0 -722
- package/fesm2020/acorex-components-carousel.mjs.map +0 -1
|
@@ -10,20 +10,20 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
|
10
10
|
*/
|
|
11
11
|
onValueChanged: EventEmitter<AXValueChangedEvent<any>>;
|
|
12
12
|
valueChange: EventEmitter<any>;
|
|
13
|
-
"__#
|
|
13
|
+
"__#34456@#readonly": boolean;
|
|
14
14
|
/**
|
|
15
15
|
* If set to true, user cannot change the value of component.
|
|
16
16
|
*/
|
|
17
17
|
readonly: boolean;
|
|
18
|
-
"__#
|
|
18
|
+
"__#34456@#allowNull": boolean;
|
|
19
19
|
allowNull: boolean;
|
|
20
|
-
"__#
|
|
20
|
+
"__#34456@#name": string;
|
|
21
21
|
name: string;
|
|
22
|
-
"__#
|
|
22
|
+
"__#34456@#isUserInteraction": boolean;
|
|
23
23
|
readonly isUserInteraction: boolean;
|
|
24
|
-
"__#
|
|
24
|
+
"__#34456@#value": any;
|
|
25
25
|
value: any;
|
|
26
|
-
"__#
|
|
26
|
+
"__#34456@#state": 'clear' | 'success' | 'error';
|
|
27
27
|
readonly state: "error" | "clear" | "success";
|
|
28
28
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
29
29
|
_internalSetValue(value: any): any;
|
|
@@ -38,8 +38,9 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
|
38
38
|
validate(): Promise<any>;
|
|
39
39
|
_setState(state: 'clear' | 'success' | 'error', ...args: any[]): void;
|
|
40
40
|
id: string;
|
|
41
|
+
"__#34452@#rtl": boolean;
|
|
41
42
|
rtl: boolean;
|
|
42
|
-
"__#
|
|
43
|
+
"__#34452@#elementRef": import("@angular/core").ElementRef<any>;
|
|
43
44
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
44
45
|
_isInited: boolean;
|
|
45
46
|
_isRendered: boolean;
|
|
@@ -52,10 +53,10 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
|
52
53
|
onInit(): void;
|
|
53
54
|
onViewInit(): void;
|
|
54
55
|
onDestroy(): void;
|
|
56
|
+
_applyRtl(): void;
|
|
55
57
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
56
58
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
57
59
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
58
|
-
_isRtl(): boolean;
|
|
59
60
|
};
|
|
60
61
|
} & TBase;
|
|
61
62
|
export declare const VALUE_INPUTS: string[];
|
package/package.json
CHANGED
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.2.2",
|
|
6
6
|
"@angular/core": "^14.2.2",
|
|
7
7
|
"@angular/cdk": "^14.2.2",
|
|
8
|
-
"
|
|
9
|
-
"angular-imask": "^6.4.2",
|
|
10
|
-
"imask": "^6.4.2",
|
|
11
|
-
"ngx-mask": "^14.0.2"
|
|
8
|
+
"imask": "^6.4.2"
|
|
12
9
|
},
|
|
13
10
|
"peerDependenciesMeta": {
|
|
14
11
|
"@angular/cdk": {
|
|
15
12
|
"optional": true
|
|
16
13
|
},
|
|
17
|
-
"@splidejs/splide": {
|
|
18
|
-
"optional": true
|
|
19
|
-
},
|
|
20
|
-
"angular-imask": {
|
|
21
|
-
"optional": true
|
|
22
|
-
},
|
|
23
14
|
"imask": {
|
|
24
15
|
"optional": true
|
|
25
|
-
},
|
|
26
|
-
"ngx-mask": {
|
|
27
|
-
"optional": true
|
|
28
16
|
}
|
|
29
17
|
},
|
|
30
18
|
"dependencies": {
|
|
@@ -104,14 +92,6 @@
|
|
|
104
92
|
"node": "./fesm2015/acorex-components-calendar.mjs",
|
|
105
93
|
"default": "./fesm2020/acorex-components-calendar.mjs"
|
|
106
94
|
},
|
|
107
|
-
"./carousel": {
|
|
108
|
-
"types": "./carousel/index.d.ts",
|
|
109
|
-
"esm2020": "./esm2020/carousel/acorex-components-carousel.mjs",
|
|
110
|
-
"es2020": "./fesm2020/acorex-components-carousel.mjs",
|
|
111
|
-
"es2015": "./fesm2015/acorex-components-carousel.mjs",
|
|
112
|
-
"node": "./fesm2015/acorex-components-carousel.mjs",
|
|
113
|
-
"default": "./fesm2020/acorex-components-carousel.mjs"
|
|
114
|
-
},
|
|
115
95
|
"./checkbox": {
|
|
116
96
|
"types": "./checkbox/index.d.ts",
|
|
117
97
|
"esm2020": "./esm2020/checkbox/acorex-components-checkbox.mjs",
|
|
@@ -5,8 +5,9 @@ export declare const AXBaseTabItemMixin: (new (...args: any[]) => {
|
|
|
5
5
|
onClick: EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
6
6
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
7
7
|
id: string;
|
|
8
|
+
"__#34452@#rtl": boolean;
|
|
8
9
|
rtl: boolean;
|
|
9
|
-
"__#
|
|
10
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
10
11
|
_cdr: ChangeDetectorRef;
|
|
11
12
|
_isInited: boolean;
|
|
12
13
|
_isRendered: boolean;
|
|
@@ -21,10 +22,10 @@ export declare const AXBaseTabItemMixin: (new (...args: any[]) => {
|
|
|
21
22
|
onInit(): void;
|
|
22
23
|
onViewInit(): void;
|
|
23
24
|
onDestroy(): void;
|
|
25
|
+
_applyRtl(): void;
|
|
24
26
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
25
27
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
26
28
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
27
|
-
_isRtl(): boolean;
|
|
28
29
|
}) & typeof AXBaseComponent;
|
|
29
30
|
export declare class AXTabItemComponent extends AXBaseTabItemMixin {
|
|
30
31
|
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export interface AXMaskOptions {
|
|
3
4
|
mask?: string | RegExp;
|
|
@@ -5,9 +6,11 @@ export interface AXMaskOptions {
|
|
|
5
6
|
updateValue?: (masked: string, unmasked: string) => void;
|
|
6
7
|
}
|
|
7
8
|
export declare class AXMaskOptionsDirective implements AXMaskOptions {
|
|
9
|
+
private _elementRef;
|
|
8
10
|
mask: string | RegExp;
|
|
9
11
|
unmask: boolean;
|
|
10
12
|
updateValue?: (masked: string, unmasked: string) => void;
|
|
13
|
+
constructor(_elementRef: ElementRef);
|
|
11
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMaskOptionsDirective, never>;
|
|
12
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AXMaskOptionsDirective, "ax-mask-options", never, { "mask": "mask"; "unmask": "unmask"; "updateValue": "updateValue"; }, {}, never, never, false>;
|
|
13
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
2
|
import { AXBaseTextBoxMixin } from '@acorex/components/mixin';
|
|
3
|
-
import { AXMaskOptions
|
|
3
|
+
import { AXMaskOptions } from './mask-options.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* The Textbox is a component which detects user interaction and triggers a corresponding event
|
|
@@ -14,14 +14,14 @@ export declare class AXTextBoxComponent extends AXBaseTextBoxMixin {
|
|
|
14
14
|
private _maskOptions;
|
|
15
15
|
get maskOptions(): AXMaskOptions;
|
|
16
16
|
set maskOptions(v: AXMaskOptions);
|
|
17
|
-
protected _maskOptionsContent: AXMaskOptionsDirective;
|
|
18
17
|
/**
|
|
19
18
|
* @ignore
|
|
20
19
|
*/
|
|
21
20
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
22
|
-
|
|
21
|
+
onViewInit(): void;
|
|
22
|
+
private _applyMask;
|
|
23
23
|
focus(): void;
|
|
24
24
|
private _onComplete;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTextBoxComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-box", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "value": "value"; "name": "name"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "type": "type"; "autoComplete": "autoComplete"; "maskOptions": "mask-options"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; },
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-box", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "value": "value"; "name": "name"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "type": "type"; "autoComplete": "autoComplete"; "maskOptions": "mask-options"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"], false>;
|
|
27
27
|
}
|
package/carousel/index.d.ts
DELETED
package/carousel/public-api.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './src/carousel-arrows.component';
|
|
2
|
-
export * from './src/carousel-item.component';
|
|
3
|
-
export * from './src/carousel-pager.component';
|
|
4
|
-
export * from './src/carousel-splidejs.class';
|
|
5
|
-
export * from './src/carousel.class';
|
|
6
|
-
export * from './src/carousel.component';
|
|
7
|
-
export * from './src/carousel.module';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { AXClickEvent } from '@acorex/components/common';
|
|
3
|
-
import { AXCarouselComponent } from './carousel.component';
|
|
4
|
-
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AXCarouselArrowsComponent extends AXBaseComponentMixin {
|
|
7
|
-
parent: AXCarouselComponent;
|
|
8
|
-
class: string;
|
|
9
|
-
onNextClick: EventEmitter<AXClickEvent>;
|
|
10
|
-
onPrevClick: EventEmitter<AXClickEvent>;
|
|
11
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, parent: AXCarouselComponent);
|
|
12
|
-
_handlePrevClick(e: MouseEvent): void;
|
|
13
|
-
_handleNextClick(e: MouseEvent): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCarouselArrowsComponent, [null, null, { optional: true; }]>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCarouselArrowsComponent, "ax-carousel-arrows", never, { "class": "class"; }, { "onNextClick": "onNextClick"; "onPrevClick": "onPrevClick"; }, never, never, false>;
|
|
16
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
|
2
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AXCarouselItemComponent extends AXBaseComponentMixin {
|
|
5
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCarouselItemComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCarouselItemComponent, "ax-carousel-item", never, {}, {}, never, ["*"], false>;
|
|
8
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
|
2
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
3
|
-
import { AXCarouselComponent } from './carousel.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AXCarouselPagerComponent extends AXBaseComponentMixin {
|
|
6
|
-
private cdr;
|
|
7
|
-
private _parent;
|
|
8
|
-
_visibleIndex: number;
|
|
9
|
-
_pageIndex: number;
|
|
10
|
-
private _size;
|
|
11
|
-
_dots: any[];
|
|
12
|
-
private _subs;
|
|
13
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _parent: AXCarouselComponent);
|
|
14
|
-
onViewInit(): void;
|
|
15
|
-
private _generateDots;
|
|
16
|
-
_handleClick(e: MouseEvent, index: number): void;
|
|
17
|
-
private _setPageIndex;
|
|
18
|
-
private _findPageIndex;
|
|
19
|
-
onDestroy(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCarouselPagerComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCarouselPagerComponent, "ax-carousel-pager", never, {}, {}, never, never, false>;
|
|
22
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AXCarousel, AXCarouselCore } from "./carousel.class";
|
|
2
|
-
import { Splide as SS } from '@splidejs/splide';
|
|
3
|
-
export declare class AXCarouselSplideJS implements AXCarouselCore {
|
|
4
|
-
constructor();
|
|
5
|
-
_ref: SS;
|
|
6
|
-
_instance: AXCarousel;
|
|
7
|
-
mount(instance: AXCarousel): void;
|
|
8
|
-
private _emitOnSlideChanged;
|
|
9
|
-
private _getConfig;
|
|
10
|
-
next(): void;
|
|
11
|
-
last(): void;
|
|
12
|
-
prev(): void;
|
|
13
|
-
first(): void;
|
|
14
|
-
goToSlide(index: number): void;
|
|
15
|
-
goToPage(index: number): void;
|
|
16
|
-
destroy(): void;
|
|
17
|
-
rebuild(): void;
|
|
18
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { AXValueChangedEvent } from "@acorex/components/common";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare abstract class AXCarouselCore {
|
|
5
|
-
abstract next(): void;
|
|
6
|
-
abstract last(): void;
|
|
7
|
-
abstract prev(): void;
|
|
8
|
-
abstract first(): void;
|
|
9
|
-
abstract destroy(): void;
|
|
10
|
-
abstract goToSlide(index: number): void;
|
|
11
|
-
abstract goToPage(index: number): void;
|
|
12
|
-
abstract mount(instance: AXCarousel): void;
|
|
13
|
-
abstract rebuild(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCarouselCore, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCarouselCore>;
|
|
16
|
-
}
|
|
17
|
-
export interface AXCarousel {
|
|
18
|
-
onSlideChanged: EventEmitter<AXValueChangedEvent<number>>;
|
|
19
|
-
onOptionsChanged: EventEmitter<void>;
|
|
20
|
-
gap: number;
|
|
21
|
-
focusChange: EventEmitter<number>;
|
|
22
|
-
focus: number;
|
|
23
|
-
dragChange: EventEmitter<any>;
|
|
24
|
-
drag: any;
|
|
25
|
-
wheelChange: EventEmitter<boolean>;
|
|
26
|
-
wheel: boolean;
|
|
27
|
-
widthChange: EventEmitter<string>;
|
|
28
|
-
width: string;
|
|
29
|
-
fixedWidthChange: EventEmitter<string>;
|
|
30
|
-
fixedWidth: string;
|
|
31
|
-
heightChange: EventEmitter<string>;
|
|
32
|
-
height: string;
|
|
33
|
-
fixedHeightChange: EventEmitter<string>;
|
|
34
|
-
fixedHeight: string;
|
|
35
|
-
perPageChange: EventEmitter<number>;
|
|
36
|
-
perPage: number;
|
|
37
|
-
perMoveChange: EventEmitter<number>;
|
|
38
|
-
perMove: number;
|
|
39
|
-
heightRatioChange: EventEmitter<number>;
|
|
40
|
-
heightRatio: number;
|
|
41
|
-
autoplayChange: EventEmitter<boolean>;
|
|
42
|
-
autoplay: boolean;
|
|
43
|
-
intervalChange: EventEmitter<number>;
|
|
44
|
-
interval: number;
|
|
45
|
-
centeredChange: EventEmitter<boolean>;
|
|
46
|
-
centered: boolean;
|
|
47
|
-
verticalChange: EventEmitter<boolean>;
|
|
48
|
-
vertical: boolean;
|
|
49
|
-
paddingChange: EventEmitter<string | number>;
|
|
50
|
-
padding: string | number;
|
|
51
|
-
loopChange: EventEmitter<boolean>;
|
|
52
|
-
loop: boolean;
|
|
53
|
-
snapChange: EventEmitter<boolean>;
|
|
54
|
-
snap: boolean;
|
|
55
|
-
rewindChange: EventEmitter<boolean>;
|
|
56
|
-
rewind: boolean;
|
|
57
|
-
autoWidthChange: EventEmitter<boolean>;
|
|
58
|
-
autoWidth: boolean;
|
|
59
|
-
breakpoints: any;
|
|
60
|
-
visibleIndex: number;
|
|
61
|
-
onItemsChanged: EventEmitter<AXValueChangedEvent<HTMLDivElement[]>>;
|
|
62
|
-
items: HTMLDivElement[];
|
|
63
|
-
rtl: boolean;
|
|
64
|
-
next(): void;
|
|
65
|
-
last(): void;
|
|
66
|
-
prev(): void;
|
|
67
|
-
first(): void;
|
|
68
|
-
goToSlide(index: number): void;
|
|
69
|
-
goToPage(index: number): void;
|
|
70
|
-
host: HTMLDivElement;
|
|
71
|
-
}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { ElementRef, ChangeDetectorRef, NgZone, EventEmitter } from '@angular/core';
|
|
2
|
-
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
3
|
-
import { AXCarousel, AXCarouselCore } from './carousel.class';
|
|
4
|
-
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AXCarouselComponent extends AXBaseComponentMixin implements AXCarousel {
|
|
7
|
-
private zone;
|
|
8
|
-
private core;
|
|
9
|
-
constructor(elementRef: ElementRef, zone: NgZone, cdr: ChangeDetectorRef, core: AXCarouselCore);
|
|
10
|
-
onOptionsChanged: EventEmitter<void>;
|
|
11
|
-
onSlideChanged: EventEmitter<AXValueChangedEvent<number>>;
|
|
12
|
-
perMoveChange: EventEmitter<number>;
|
|
13
|
-
private _perMove;
|
|
14
|
-
get perMove(): number;
|
|
15
|
-
set perMove(v: number);
|
|
16
|
-
focusChange: EventEmitter<number>;
|
|
17
|
-
private _focus;
|
|
18
|
-
get focus(): number;
|
|
19
|
-
set focus(v: number);
|
|
20
|
-
breakpointsChange: EventEmitter<any>;
|
|
21
|
-
private _breakpoints;
|
|
22
|
-
get breakpoints(): any;
|
|
23
|
-
set breakpoints(v: any);
|
|
24
|
-
heightRatioChange: EventEmitter<number>;
|
|
25
|
-
private _heightRatio;
|
|
26
|
-
get heightRatio(): number;
|
|
27
|
-
set heightRatio(v: number);
|
|
28
|
-
heightChange: EventEmitter<string>;
|
|
29
|
-
private _height;
|
|
30
|
-
get height(): string;
|
|
31
|
-
set height(v: string);
|
|
32
|
-
fixedHeightChange: EventEmitter<string>;
|
|
33
|
-
private _fixedHeight;
|
|
34
|
-
get fixedHeight(): string;
|
|
35
|
-
set fixedHeight(v: string);
|
|
36
|
-
widthChange: EventEmitter<string>;
|
|
37
|
-
private _width;
|
|
38
|
-
get width(): string;
|
|
39
|
-
set width(v: string);
|
|
40
|
-
fixedWidthChange: EventEmitter<string>;
|
|
41
|
-
private _fixedWidth;
|
|
42
|
-
get fixedWidth(): string;
|
|
43
|
-
set fixedWidth(v: string);
|
|
44
|
-
perPageChange: EventEmitter<number>;
|
|
45
|
-
private _perPage;
|
|
46
|
-
get perPage(): number;
|
|
47
|
-
set perPage(v: number);
|
|
48
|
-
gap: number;
|
|
49
|
-
autoplayChange: EventEmitter<boolean>;
|
|
50
|
-
private _autoplay;
|
|
51
|
-
get autoplay(): boolean;
|
|
52
|
-
set autoplay(v: boolean);
|
|
53
|
-
snapChange: EventEmitter<boolean>;
|
|
54
|
-
private _snap;
|
|
55
|
-
get snap(): boolean;
|
|
56
|
-
set snap(v: boolean);
|
|
57
|
-
autoWidthChange: EventEmitter<boolean>;
|
|
58
|
-
private _autoWidth;
|
|
59
|
-
get autoWidth(): boolean;
|
|
60
|
-
set autoWidth(v: boolean);
|
|
61
|
-
dragChange: EventEmitter<any>;
|
|
62
|
-
private _drag;
|
|
63
|
-
get drag(): any;
|
|
64
|
-
set drag(v: any);
|
|
65
|
-
wheelChange: EventEmitter<boolean>;
|
|
66
|
-
private _wheel;
|
|
67
|
-
get wheel(): boolean;
|
|
68
|
-
set wheel(v: boolean);
|
|
69
|
-
intervalChange: EventEmitter<number>;
|
|
70
|
-
private _interval;
|
|
71
|
-
get interval(): number;
|
|
72
|
-
set interval(v: number);
|
|
73
|
-
paddingChange: EventEmitter<number | string>;
|
|
74
|
-
private _padding;
|
|
75
|
-
get padding(): number | string;
|
|
76
|
-
set padding(v: number | string);
|
|
77
|
-
centeredChange: EventEmitter<boolean>;
|
|
78
|
-
private _centered;
|
|
79
|
-
get centered(): boolean;
|
|
80
|
-
set centered(v: boolean);
|
|
81
|
-
verticalChange: EventEmitter<boolean>;
|
|
82
|
-
private _vertical;
|
|
83
|
-
get vertical(): boolean;
|
|
84
|
-
set vertical(v: boolean);
|
|
85
|
-
loopChange: EventEmitter<boolean>;
|
|
86
|
-
private _loop;
|
|
87
|
-
get loop(): boolean;
|
|
88
|
-
set loop(v: boolean);
|
|
89
|
-
rewindChange: EventEmitter<boolean>;
|
|
90
|
-
private _rewind;
|
|
91
|
-
get rewind(): boolean;
|
|
92
|
-
set rewind(v: boolean);
|
|
93
|
-
private _visibleIndex;
|
|
94
|
-
get visibleIndex(): number;
|
|
95
|
-
set visibleIndex(v: number);
|
|
96
|
-
onItemsChanged: EventEmitter<AXValueChangedEvent<HTMLDivElement[]>>;
|
|
97
|
-
private _items;
|
|
98
|
-
get items(): HTMLDivElement[];
|
|
99
|
-
set items(v: HTMLDivElement[]);
|
|
100
|
-
onViewInit(): void;
|
|
101
|
-
next(): void;
|
|
102
|
-
last(): void;
|
|
103
|
-
prev(): void;
|
|
104
|
-
first(): void;
|
|
105
|
-
goToSlide(index: number): void;
|
|
106
|
-
goToPage(index: number): void;
|
|
107
|
-
get host(): HTMLDivElement;
|
|
108
|
-
onDestroy(): void;
|
|
109
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCarouselComponent, never>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCarouselComponent, "ax-carousel", never, { "perMove": "perMove"; "focus": "focus"; "breakpoints": "breakpoints"; "heightRatio": "heightRatio"; "height": "height"; "fixedHeight": "fixedHeight"; "width": "width"; "fixedWidth": "fixedWidth"; "perPage": "perPage"; "gap": "gap"; "autoplay": "autoplay"; "snap": "snap"; "autoWidth": "autoWidth"; "drag": "drag"; "wheel": "wheel"; "interval": "interval"; "padding": "padding"; "centered": "centered"; "vertical": "vertical"; "loop": "loop"; "rewind": "rewind"; }, { "onOptionsChanged": "onOptionsChanged"; "onSlideChanged": "onSlideChanged"; "perMoveChange": "perMoveChange"; "focusChange": "focusChange"; "breakpointsChange": "breakpointsChange"; "heightRatioChange": "heightRatioChange"; "heightChange": "heightChange"; "fixedHeightChange": "fixedHeightChange"; "widthChange": "widthChange"; "fixedWidthChange": "fixedWidthChange"; "perPageChange": "perPageChange"; "autoplayChange": "autoplayChange"; "snapChange": "snapChange"; "autoWidthChange": "autoWidthChange"; "dragChange": "dragChange"; "wheelChange": "wheelChange"; "intervalChange": "intervalChange"; "paddingChange": "paddingChange"; "centeredChange": "centeredChange"; "verticalChange": "verticalChange"; "loopChange": "loopChange"; "rewindChange": "rewindChange"; "onItemsChanged": "onItemsChanged"; }, never, ["ax-carousel-item", "ax-carousel-arrows", "ax-carousel-pager"], false>;
|
|
111
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./carousel.component";
|
|
3
|
-
import * as i2 from "./carousel-item.component";
|
|
4
|
-
import * as i3 from "./carousel-arrows.component";
|
|
5
|
-
import * as i4 from "./carousel-pager.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
export declare class AXCarouselModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCarouselModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCarouselModule, [typeof i1.AXCarouselComponent, typeof i2.AXCarouselItemComponent, typeof i3.AXCarouselArrowsComponent, typeof i4.AXCarouselPagerComponent], [typeof i5.CommonModule], [typeof i1.AXCarouselComponent, typeof i2.AXCarouselItemComponent, typeof i3.AXCarouselArrowsComponent, typeof i4.AXCarouselPagerComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCarouselModule>;
|
|
11
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNvcmV4LWNvbXBvbmVudHMtY2Fyb3VzZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9jYXJvdXNlbC9hY29yZXgtY29tcG9uZW50cy1jYXJvdXNlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './src/carousel-arrows.component';
|
|
2
|
-
export * from './src/carousel-item.component';
|
|
3
|
-
export * from './src/carousel-pager.component';
|
|
4
|
-
export * from './src/carousel-splidejs.class';
|
|
5
|
-
export * from './src/carousel.class';
|
|
6
|
-
export * from './src/carousel.component';
|
|
7
|
-
export * from './src/carousel.module';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2Nhcm91c2VsL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc3JjL2Nhcm91c2VsLWFycm93cy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9jYXJvdXNlbC1pdGVtLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2Nhcm91c2VsLXBhZ2VyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2Nhcm91c2VsLXNwbGlkZWpzLmNsYXNzJztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2Fyb3VzZWwuY2xhc3MnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9jYXJvdXNlbC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9jYXJvdXNlbC5tb2R1bGUnO1xyXG4iXX0=
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { Component, ViewEncapsulation, ChangeDetectionStrategy, EventEmitter, Output, Optional, Input, } from '@angular/core';
|
|
2
|
-
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./carousel.component";
|
|
5
|
-
import * as i2 from "@angular/common";
|
|
6
|
-
export class AXCarouselArrowsComponent extends AXBaseComponentMixin {
|
|
7
|
-
constructor(elementRef, cdr, parent) {
|
|
8
|
-
super(elementRef, cdr);
|
|
9
|
-
this.parent = parent;
|
|
10
|
-
this.onNextClick = new EventEmitter();
|
|
11
|
-
this.onPrevClick = new EventEmitter();
|
|
12
|
-
}
|
|
13
|
-
_handlePrevClick(e) {
|
|
14
|
-
e.stopPropagation();
|
|
15
|
-
this.parent.prev();
|
|
16
|
-
}
|
|
17
|
-
_handleNextClick(e) {
|
|
18
|
-
e.stopPropagation();
|
|
19
|
-
this.parent.next();
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
AXCarouselArrowsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXCarouselArrowsComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.AXCarouselComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
-
AXCarouselArrowsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXCarouselArrowsComponent, selector: "ax-carousel-arrows", inputs: { class: "class" }, outputs: { onNextClick: "onNextClick", onPrevClick: "onPrevClick" }, host: { classAttribute: "ax-carousel-arrows" }, usesInheritance: true, ngImport: i0, template: `
|
|
24
|
-
<button
|
|
25
|
-
class="ax-carousel-arrow-prev"
|
|
26
|
-
[ngClass]="{ 'ax-vertical-arrow ax-top-arrow': this.parent.vertical }"
|
|
27
|
-
(click)="_handlePrevClick($event)"
|
|
28
|
-
>
|
|
29
|
-
<i class="ax-ic ax-ic-chevron ax-block rtl:ax-rotate-180 {{ class }}"></i>
|
|
30
|
-
</button>
|
|
31
|
-
<button
|
|
32
|
-
class="ax-carousel-arrow-next"
|
|
33
|
-
[ngClass]="{ 'ax-vertical-arrow ax-bottom-arrow': this.parent.vertical }"
|
|
34
|
-
(click)="_handleNextClick($event)"
|
|
35
|
-
>
|
|
36
|
-
<i
|
|
37
|
-
class="ax-ic ax-ic-chevron ax-block ax-rotate-180 rtl:ax-rotate-0 {{
|
|
38
|
-
class
|
|
39
|
-
}}"
|
|
40
|
-
></i>
|
|
41
|
-
</button>
|
|
42
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXCarouselArrowsComponent, decorators: [{
|
|
44
|
-
type: Component,
|
|
45
|
-
args: [{
|
|
46
|
-
selector: 'ax-carousel-arrows',
|
|
47
|
-
template: `
|
|
48
|
-
<button
|
|
49
|
-
class="ax-carousel-arrow-prev"
|
|
50
|
-
[ngClass]="{ 'ax-vertical-arrow ax-top-arrow': this.parent.vertical }"
|
|
51
|
-
(click)="_handlePrevClick($event)"
|
|
52
|
-
>
|
|
53
|
-
<i class="ax-ic ax-ic-chevron ax-block rtl:ax-rotate-180 {{ class }}"></i>
|
|
54
|
-
</button>
|
|
55
|
-
<button
|
|
56
|
-
class="ax-carousel-arrow-next"
|
|
57
|
-
[ngClass]="{ 'ax-vertical-arrow ax-bottom-arrow': this.parent.vertical }"
|
|
58
|
-
(click)="_handleNextClick($event)"
|
|
59
|
-
>
|
|
60
|
-
<i
|
|
61
|
-
class="ax-ic ax-ic-chevron ax-block ax-rotate-180 rtl:ax-rotate-0 {{
|
|
62
|
-
class
|
|
63
|
-
}}"
|
|
64
|
-
></i>
|
|
65
|
-
</button>
|
|
66
|
-
`,
|
|
67
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
68
|
-
encapsulation: ViewEncapsulation.None,
|
|
69
|
-
host: { class: 'ax-carousel-arrows' },
|
|
70
|
-
}]
|
|
71
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.AXCarouselComponent, decorators: [{
|
|
72
|
-
type: Optional
|
|
73
|
-
}] }]; }, propDecorators: { class: [{
|
|
74
|
-
type: Input
|
|
75
|
-
}], onNextClick: [{
|
|
76
|
-
type: Output
|
|
77
|
-
}], onPrevClick: [{
|
|
78
|
-
type: Output
|
|
79
|
-
}] } });
|
|
80
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwtYXJyb3dzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2Nhcm91c2VsL3NyYy9jYXJvdXNlbC1hcnJvd3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUd2QixZQUFZLEVBQ1osTUFBTSxFQUNOLFFBQVEsRUFDUixLQUFLLEdBQ04sTUFBTSxlQUFlLENBQUM7QUFHdkIsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7QUE0QmhFLE1BQU0sT0FBTyx5QkFBMEIsU0FBUSxvQkFBb0I7SUFTakUsWUFDRSxVQUFzQixFQUN0QixHQUFzQixFQUVmLE1BQTJCO1FBRWxDLEtBQUssQ0FBQyxVQUFVLEVBQUUsR0FBRyxDQUFDLENBQUM7UUFGaEIsV0FBTSxHQUFOLE1BQU0sQ0FBcUI7UUFUN0IsZ0JBQVcsR0FBK0IsSUFBSSxZQUFZLEVBQWdCLENBQUM7UUFHM0UsZ0JBQVcsR0FBK0IsSUFBSSxZQUFZLEVBQWdCLENBQUM7SUFTbEYsQ0FBQztJQUVELGdCQUFnQixDQUFDLENBQWE7UUFDNUIsQ0FBQyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBRXBCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVELGdCQUFnQixDQUFDLENBQWE7UUFDNUIsQ0FBQyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDckIsQ0FBQzs7c0hBM0JVLHlCQUF5QjswR0FBekIseUJBQXlCLGtPQXhCMUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FtQlQ7MkZBS1UseUJBQXlCO2tCQTFCckMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsb0JBQW9CO29CQUM5QixRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FtQlQ7b0JBQ0QsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO29CQUNyQyxJQUFJLEVBQUUsRUFBRSxLQUFLLEVBQUUsb0JBQW9CLEVBQUU7aUJBQ3RDOzswQkFhSSxRQUFROzRDQVhGLEtBQUs7c0JBQWIsS0FBSztnQkFHQyxXQUFXO3NCQURqQixNQUFNO2dCQUlBLFdBQVc7c0JBRGpCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIENvbXBvbmVudCxcclxuICBWaWV3RW5jYXBzdWxhdGlvbixcclxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcclxuICBFbGVtZW50UmVmLFxyXG4gIENoYW5nZURldGVjdG9yUmVmLFxyXG4gIEV2ZW50RW1pdHRlcixcclxuICBPdXRwdXQsXHJcbiAgT3B0aW9uYWwsXHJcbiAgSW5wdXQsXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFYQ2xpY2tFdmVudCB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xyXG5pbXBvcnQgeyBBWENhcm91c2VsQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJvdXNlbC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBBWEJhc2VDb21wb25lbnRNaXhpbiB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9taXhpbic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2F4LWNhcm91c2VsLWFycm93cycsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxidXR0b25cclxuICAgICAgY2xhc3M9XCJheC1jYXJvdXNlbC1hcnJvdy1wcmV2XCJcclxuICAgICAgW25nQ2xhc3NdPVwieyAnYXgtdmVydGljYWwtYXJyb3cgYXgtdG9wLWFycm93JzogdGhpcy5wYXJlbnQudmVydGljYWwgfVwiXHJcbiAgICAgIChjbGljayk9XCJfaGFuZGxlUHJldkNsaWNrKCRldmVudClcIlxyXG4gICAgPlxyXG4gICAgICA8aSBjbGFzcz1cImF4LWljIGF4LWljLWNoZXZyb24gYXgtYmxvY2sgcnRsOmF4LXJvdGF0ZS0xODAge3sgY2xhc3MgfX1cIj48L2k+XHJcbiAgICA8L2J1dHRvbj5cclxuICAgIDxidXR0b25cclxuICAgICAgY2xhc3M9XCJheC1jYXJvdXNlbC1hcnJvdy1uZXh0XCJcclxuICAgICAgW25nQ2xhc3NdPVwieyAnYXgtdmVydGljYWwtYXJyb3cgYXgtYm90dG9tLWFycm93JzogdGhpcy5wYXJlbnQudmVydGljYWwgfVwiXHJcbiAgICAgIChjbGljayk9XCJfaGFuZGxlTmV4dENsaWNrKCRldmVudClcIlxyXG4gICAgPlxyXG4gICAgICA8aVxyXG4gICAgICAgIGNsYXNzPVwiYXgtaWMgYXgtaWMtY2hldnJvbiBheC1ibG9jayBheC1yb3RhdGUtMTgwIHJ0bDpheC1yb3RhdGUtMCB7e1xyXG4gICAgICAgICAgY2xhc3NcclxuICAgICAgICB9fVwiXHJcbiAgICAgID48L2k+XHJcbiAgICA8L2J1dHRvbj5cclxuICBgLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgaG9zdDogeyBjbGFzczogJ2F4LWNhcm91c2VsLWFycm93cycgfSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFYQ2Fyb3VzZWxBcnJvd3NDb21wb25lbnQgZXh0ZW5kcyBBWEJhc2VDb21wb25lbnRNaXhpbiB7XHJcbiAgQElucHV0KCkgY2xhc3M6IHN0cmluZztcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgcHVibGljIG9uTmV4dENsaWNrOiBFdmVudEVtaXR0ZXI8QVhDbGlja0V2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXI8QVhDbGlja0V2ZW50PigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBwdWJsaWMgb25QcmV2Q2xpY2s6IEV2ZW50RW1pdHRlcjxBWENsaWNrRXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcjxBWENsaWNrRXZlbnQ+KCk7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgZWxlbWVudFJlZjogRWxlbWVudFJlZixcclxuICAgIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcbiAgICBAT3B0aW9uYWwoKVxyXG4gICAgcHVibGljIHBhcmVudDogQVhDYXJvdXNlbENvbXBvbmVudFxyXG4gICkge1xyXG4gICAgc3VwZXIoZWxlbWVudFJlZiwgY2RyKTtcclxuICB9XHJcblxyXG4gIF9oYW5kbGVQcmV2Q2xpY2soZTogTW91c2VFdmVudCkge1xyXG4gICAgZS5zdG9wUHJvcGFnYXRpb24oKTtcclxuXHJcbiAgICB0aGlzLnBhcmVudC5wcmV2KCk7XHJcbiAgfVxyXG5cclxuICBfaGFuZGxlTmV4dENsaWNrKGU6IE1vdXNlRXZlbnQpIHtcclxuICAgIGUuc3RvcFByb3BhZ2F0aW9uKCk7XHJcbiAgICB0aGlzLnBhcmVudC5uZXh0KCk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
|
2
|
-
import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class AXCarouselItemComponent extends AXBaseComponentMixin {
|
|
5
|
-
constructor(elementRef, cdr) {
|
|
6
|
-
super(elementRef, cdr);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
AXCarouselItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXCarouselItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
-
AXCarouselItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXCarouselItemComponent, selector: "ax-carousel-item", host: { classAttribute: "ax-carousel-item" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXCarouselItemComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{
|
|
14
|
-
selector: 'ax-carousel-item',
|
|
15
|
-
template: '<ng-content></ng-content>',
|
|
16
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
17
|
-
encapsulation: ViewEncapsulation.None,
|
|
18
|
-
host: { class: 'ax-carousel-item' }
|
|
19
|
-
}]
|
|
20
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; } });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwtaXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9jYXJvdXNlbC9zcmMvY2Fyb3VzZWwtaXRlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSx1QkFBdUIsRUFBaUMsTUFBTSxlQUFlLENBQUM7O0FBU3JILE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxvQkFBb0I7SUFFN0QsWUFDSSxVQUFzQixFQUN0QixHQUFzQjtRQUV0QixLQUFLLENBQUMsVUFBVSxFQUFFLEdBQUcsQ0FBQyxDQUFDO0lBQzNCLENBQUM7O29IQVBRLHVCQUF1Qjt3R0FBdkIsdUJBQXVCLDZIQUx0QiwyQkFBMkI7MkZBSzVCLHVCQUF1QjtrQkFQbkMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsa0JBQWtCO29CQUM1QixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7b0JBQ3JDLElBQUksRUFBRyxFQUFFLEtBQUssRUFBRSxrQkFBa0IsRUFBRTtpQkFDdkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBWEJhc2VDb21wb25lbnRNaXhpbiB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9taXhpbic7XHJcbmltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24sIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBFbGVtZW50UmVmLCBDaGFuZ2VEZXRlY3RvclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2F4LWNhcm91c2VsLWl0ZW0nLFxyXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICAgIGhvc3QgOiB7IGNsYXNzOiAnYXgtY2Fyb3VzZWwtaXRlbScgfVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhDYXJvdXNlbEl0ZW1Db21wb25lbnQgZXh0ZW5kcyBBWEJhc2VDb21wb25lbnRNaXhpbiB7XHJcblxyXG4gICAgY29uc3RydWN0b3IoXHJcbiAgICAgICAgZWxlbWVudFJlZjogRWxlbWVudFJlZiwgXHJcbiAgICAgICAgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZlxyXG4gICAgKSB7XHJcbiAgICAgICAgc3VwZXIoZWxlbWVudFJlZiwgY2RyKTtcclxuICAgIH1cclxufVxyXG4iXX0=
|