@acorex/components 18.8.0 → 18.8.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/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.d.ts +0 -1
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +1 -4
- package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +1 -5
- package/esm2022/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.mjs +5 -5
- package/esm2022/paint/lib/paint.module.mjs +18 -4
- package/esm2022/range-slider/lib/range-slider.component.mjs +234 -64
- package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +0 -3
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +0 -4
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +20 -6
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +233 -63
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/package.json +43 -43
- package/paint/lib/paint.module.d.ts +2 -2
- package/range-slider/lib/range-slider.component.d.ts +150 -15
- package/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.d.ts +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "18.8.
|
3
|
+
"version": "18.8.1",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": ">=18.2.0",
|
6
6
|
"@angular/core": ">=18.2.0",
|
@@ -31,6 +31,18 @@
|
|
31
31
|
"esm": "./esm2022/action-sheet/acorex-components-action-sheet.mjs",
|
32
32
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
33
33
|
},
|
34
|
+
"./alert": {
|
35
|
+
"types": "./alert/index.d.ts",
|
36
|
+
"esm2022": "./esm2022/alert/acorex-components-alert.mjs",
|
37
|
+
"esm": "./esm2022/alert/acorex-components-alert.mjs",
|
38
|
+
"default": "./fesm2022/acorex-components-alert.mjs"
|
39
|
+
},
|
40
|
+
"./audio-wave": {
|
41
|
+
"types": "./audio-wave/index.d.ts",
|
42
|
+
"esm2022": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
|
43
|
+
"esm": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
|
44
|
+
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
45
|
+
},
|
34
46
|
"./avatar": {
|
35
47
|
"types": "./avatar/index.d.ts",
|
36
48
|
"esm2022": "./esm2022/avatar/acorex-components-avatar.mjs",
|
@@ -49,24 +61,12 @@
|
|
49
61
|
"esm": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
|
50
62
|
"default": "./fesm2022/acorex-components-bottom-navigation.mjs"
|
51
63
|
},
|
52
|
-
"./alert": {
|
53
|
-
"types": "./alert/index.d.ts",
|
54
|
-
"esm2022": "./esm2022/alert/acorex-components-alert.mjs",
|
55
|
-
"esm": "./esm2022/alert/acorex-components-alert.mjs",
|
56
|
-
"default": "./fesm2022/acorex-components-alert.mjs"
|
57
|
-
},
|
58
64
|
"./breadcrumbs": {
|
59
65
|
"types": "./breadcrumbs/index.d.ts",
|
60
66
|
"esm2022": "./esm2022/breadcrumbs/acorex-components-breadcrumbs.mjs",
|
61
67
|
"esm": "./esm2022/breadcrumbs/acorex-components-breadcrumbs.mjs",
|
62
68
|
"default": "./fesm2022/acorex-components-breadcrumbs.mjs"
|
63
69
|
},
|
64
|
-
"./audio-wave": {
|
65
|
-
"types": "./audio-wave/index.d.ts",
|
66
|
-
"esm2022": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
|
67
|
-
"esm": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
|
68
|
-
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
69
|
-
},
|
70
70
|
"./button": {
|
71
71
|
"types": "./button/index.d.ts",
|
72
72
|
"esm2022": "./esm2022/button/acorex-components-button.mjs",
|
@@ -169,18 +169,18 @@
|
|
169
169
|
"esm": "./esm2022/datetime-picker/acorex-components-datetime-picker.mjs",
|
170
170
|
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
171
171
|
},
|
172
|
-
"./decorators": {
|
173
|
-
"types": "./decorators/index.d.ts",
|
174
|
-
"esm2022": "./esm2022/decorators/acorex-components-decorators.mjs",
|
175
|
-
"esm": "./esm2022/decorators/acorex-components-decorators.mjs",
|
176
|
-
"default": "./fesm2022/acorex-components-decorators.mjs"
|
177
|
-
},
|
178
172
|
"./dialog": {
|
179
173
|
"types": "./dialog/index.d.ts",
|
180
174
|
"esm2022": "./esm2022/dialog/acorex-components-dialog.mjs",
|
181
175
|
"esm": "./esm2022/dialog/acorex-components-dialog.mjs",
|
182
176
|
"default": "./fesm2022/acorex-components-dialog.mjs"
|
183
177
|
},
|
178
|
+
"./decorators": {
|
179
|
+
"types": "./decorators/index.d.ts",
|
180
|
+
"esm2022": "./esm2022/decorators/acorex-components-decorators.mjs",
|
181
|
+
"esm": "./esm2022/decorators/acorex-components-decorators.mjs",
|
182
|
+
"default": "./fesm2022/acorex-components-decorators.mjs"
|
183
|
+
},
|
184
184
|
"./drawer": {
|
185
185
|
"types": "./drawer/index.d.ts",
|
186
186
|
"esm2022": "./esm2022/drawer/acorex-components-drawer.mjs",
|
@@ -193,18 +193,18 @@
|
|
193
193
|
"esm": "./esm2022/dropdown/acorex-components-dropdown.mjs",
|
194
194
|
"default": "./fesm2022/acorex-components-dropdown.mjs"
|
195
195
|
},
|
196
|
-
"./dropdown-button": {
|
197
|
-
"types": "./dropdown-button/index.d.ts",
|
198
|
-
"esm2022": "./esm2022/dropdown-button/acorex-components-dropdown-button.mjs",
|
199
|
-
"esm": "./esm2022/dropdown-button/acorex-components-dropdown-button.mjs",
|
200
|
-
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
201
|
-
},
|
202
196
|
"./form": {
|
203
197
|
"types": "./form/index.d.ts",
|
204
198
|
"esm2022": "./esm2022/form/acorex-components-form.mjs",
|
205
199
|
"esm": "./esm2022/form/acorex-components-form.mjs",
|
206
200
|
"default": "./fesm2022/acorex-components-form.mjs"
|
207
201
|
},
|
202
|
+
"./dropdown-button": {
|
203
|
+
"types": "./dropdown-button/index.d.ts",
|
204
|
+
"esm2022": "./esm2022/dropdown-button/acorex-components-dropdown-button.mjs",
|
205
|
+
"esm": "./esm2022/dropdown-button/acorex-components-dropdown-button.mjs",
|
206
|
+
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
207
|
+
},
|
208
208
|
"./image": {
|
209
209
|
"types": "./image/index.d.ts",
|
210
210
|
"esm2022": "./esm2022/image/acorex-components-image.mjs",
|
@@ -253,18 +253,18 @@
|
|
253
253
|
"esm": "./esm2022/navbar/acorex-components-navbar.mjs",
|
254
254
|
"default": "./fesm2022/acorex-components-navbar.mjs"
|
255
255
|
},
|
256
|
-
"./notification": {
|
257
|
-
"types": "./notification/index.d.ts",
|
258
|
-
"esm2022": "./esm2022/notification/acorex-components-notification.mjs",
|
259
|
-
"esm": "./esm2022/notification/acorex-components-notification.mjs",
|
260
|
-
"default": "./fesm2022/acorex-components-notification.mjs"
|
261
|
-
},
|
262
256
|
"./number-box": {
|
263
257
|
"types": "./number-box/index.d.ts",
|
264
258
|
"esm2022": "./esm2022/number-box/acorex-components-number-box.mjs",
|
265
259
|
"esm": "./esm2022/number-box/acorex-components-number-box.mjs",
|
266
260
|
"default": "./fesm2022/acorex-components-number-box.mjs"
|
267
261
|
},
|
262
|
+
"./notification": {
|
263
|
+
"types": "./notification/index.d.ts",
|
264
|
+
"esm2022": "./esm2022/notification/acorex-components-notification.mjs",
|
265
|
+
"esm": "./esm2022/notification/acorex-components-notification.mjs",
|
266
|
+
"default": "./fesm2022/acorex-components-notification.mjs"
|
267
|
+
},
|
268
268
|
"./otp": {
|
269
269
|
"types": "./otp/index.d.ts",
|
270
270
|
"esm2022": "./esm2022/otp/acorex-components-otp.mjs",
|
@@ -295,18 +295,18 @@
|
|
295
295
|
"esm": "./esm2022/phone-box/acorex-components-phone-box.mjs",
|
296
296
|
"default": "./fesm2022/acorex-components-phone-box.mjs"
|
297
297
|
},
|
298
|
-
"./picker": {
|
299
|
-
"types": "./picker/index.d.ts",
|
300
|
-
"esm2022": "./esm2022/picker/acorex-components-picker.mjs",
|
301
|
-
"esm": "./esm2022/picker/acorex-components-picker.mjs",
|
302
|
-
"default": "./fesm2022/acorex-components-picker.mjs"
|
303
|
-
},
|
304
298
|
"./popover": {
|
305
299
|
"types": "./popover/index.d.ts",
|
306
300
|
"esm2022": "./esm2022/popover/acorex-components-popover.mjs",
|
307
301
|
"esm": "./esm2022/popover/acorex-components-popover.mjs",
|
308
302
|
"default": "./fesm2022/acorex-components-popover.mjs"
|
309
303
|
},
|
304
|
+
"./picker": {
|
305
|
+
"types": "./picker/index.d.ts",
|
306
|
+
"esm2022": "./esm2022/picker/acorex-components-picker.mjs",
|
307
|
+
"esm": "./esm2022/picker/acorex-components-picker.mjs",
|
308
|
+
"default": "./fesm2022/acorex-components-picker.mjs"
|
309
|
+
},
|
310
310
|
"./popup": {
|
311
311
|
"types": "./popup/index.d.ts",
|
312
312
|
"esm2022": "./esm2022/popup/acorex-components-popup.mjs",
|
@@ -331,18 +331,18 @@
|
|
331
331
|
"esm": "./esm2022/range-slider/acorex-components-range-slider.mjs",
|
332
332
|
"default": "./fesm2022/acorex-components-range-slider.mjs"
|
333
333
|
},
|
334
|
-
"./routing-progress": {
|
335
|
-
"types": "./routing-progress/index.d.ts",
|
336
|
-
"esm2022": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
|
337
|
-
"esm": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
|
338
|
-
"default": "./fesm2022/acorex-components-routing-progress.mjs"
|
339
|
-
},
|
340
334
|
"./result": {
|
341
335
|
"types": "./result/index.d.ts",
|
342
336
|
"esm2022": "./esm2022/result/acorex-components-result.mjs",
|
343
337
|
"esm": "./esm2022/result/acorex-components-result.mjs",
|
344
338
|
"default": "./fesm2022/acorex-components-result.mjs"
|
345
339
|
},
|
340
|
+
"./routing-progress": {
|
341
|
+
"types": "./routing-progress/index.d.ts",
|
342
|
+
"esm2022": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
|
343
|
+
"esm": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
|
344
|
+
"default": "./fesm2022/acorex-components-routing-progress.mjs"
|
345
|
+
},
|
346
346
|
"./scheduler": {
|
347
347
|
"types": "./scheduler/index.d.ts",
|
348
348
|
"esm2022": "./esm2022/scheduler/acorex-components-scheduler.mjs",
|
@@ -6,7 +6,7 @@ import * as i4 from "./paint/paint-tools/paint-color-picker/paint-color-picker.c
|
|
6
6
|
import * as i5 from "./paint/paint-tools/paint-pen-cap/paint-pen-cap.component";
|
7
7
|
import * as i6 from "./paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component";
|
8
8
|
import * as i7 from "@angular/forms";
|
9
|
-
import * as i8 from "@acorex/components/slider";
|
9
|
+
import * as i8 from "@acorex/components/range-slider";
|
10
10
|
import * as i9 from "@acorex/components/select-box";
|
11
11
|
import * as i10 from "@acorex/components/button";
|
12
12
|
import * as i11 from "@acorex/components/color-palette";
|
@@ -14,6 +14,6 @@ import * as i12 from "@acorex/components/popover";
|
|
14
14
|
import * as i13 from "@acorex/components/decorators";
|
15
15
|
export declare class AXPaintModule {
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintModule, never>;
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPaintModule, [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintToolbarComponent, typeof i3.AXPaintViewComponent, typeof i4.AXPaintColorPickerComponent, typeof i5.AXPaintPenCapComponent, typeof i6.AXPaintPenModeChangerComponent], [typeof i7.FormsModule, typeof i8.
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPaintModule, [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintToolbarComponent, typeof i3.AXPaintViewComponent, typeof i4.AXPaintColorPickerComponent, typeof i5.AXPaintPenCapComponent, typeof i6.AXPaintPenModeChangerComponent], [typeof i7.FormsModule, typeof i8.AXRangeSliderModule, typeof i9.AXSelectBoxModule, typeof i10.AXButtonModule, typeof i11.AXColorPaletteModule, typeof i12.AXPopoverModule, typeof i13.AXDecoratorModule], [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintToolbarComponent, typeof i3.AXPaintViewComponent, typeof i4.AXPaintColorPickerComponent, typeof i5.AXPaintPenCapComponent, typeof i6.AXPaintPenModeChangerComponent]>;
|
18
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXPaintModule>;
|
19
19
|
}
|
@@ -11,29 +11,92 @@ declare const AXRangeSliderComponent_base: import("polytype").Polytype.Clustered
|
|
11
11
|
* Range slider for selecting a range of values.
|
12
12
|
*/
|
13
13
|
export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
|
14
|
+
/**
|
15
|
+
* @ignore
|
16
|
+
*/
|
14
17
|
private zone;
|
18
|
+
/**
|
19
|
+
* @event onStart when user interact with range-slider with its bar
|
20
|
+
*/
|
15
21
|
onStart: import("@angular/core").OutputEmitterRef<AXRangeStartEvent>;
|
22
|
+
/**
|
23
|
+
* @description orientation including vertical and horizontal
|
24
|
+
*/
|
16
25
|
orientation: import("@angular/core").InputSignal<AXOrientation>;
|
26
|
+
/**
|
27
|
+
* @description color for highlight and tooltip and handler
|
28
|
+
*/
|
17
29
|
color: import("@angular/core").InputSignal<AXStyleColorType>;
|
30
|
+
/**
|
31
|
+
* @description values is a number single mode
|
32
|
+
* and array of 2 number for dual mode
|
33
|
+
*/
|
18
34
|
values: import("@angular/core").ModelSignal<AXRangeSliderValue>;
|
35
|
+
/**
|
36
|
+
* @description mode including single and dual
|
37
|
+
*/
|
19
38
|
mode: import("@angular/core").InputSignal<AXRangeSliderMode>;
|
39
|
+
/**
|
40
|
+
* @description minimum value
|
41
|
+
*/
|
20
42
|
min: import("@angular/core").InputSignal<number>;
|
43
|
+
/**
|
44
|
+
* @description maximum value
|
45
|
+
*/
|
21
46
|
max: import("@angular/core").InputSignal<number>;
|
47
|
+
/**
|
48
|
+
* @description step for changing values
|
49
|
+
*/
|
22
50
|
step: import("@angular/core").InputSignal<number>;
|
51
|
+
/**
|
52
|
+
* @description act as ruler for range slider,
|
53
|
+
* its range of showing to user
|
54
|
+
*/
|
23
55
|
snap: import("@angular/core").InputSignal<number>;
|
56
|
+
/**
|
57
|
+
* @description tooltip for showing value of handlers
|
58
|
+
*/
|
24
59
|
tooltipMode: import("@angular/core").InputSignal<AXRangeSliderTooltipMode>;
|
60
|
+
/**
|
61
|
+
* @description deferent modes for snap including start, end and both
|
62
|
+
*/
|
25
63
|
snapMode: import("@angular/core").InputSignal<AXRangeSliderSnapMode>;
|
64
|
+
/**
|
65
|
+
* @description a flag for showing snap
|
66
|
+
*/
|
26
67
|
hasSnap: import("@angular/core").InputSignal<boolean>;
|
68
|
+
/**
|
69
|
+
* @description a flag for showing snap labels
|
70
|
+
*/
|
27
71
|
hasLable: import("@angular/core").InputSignal<boolean>;
|
72
|
+
/**
|
73
|
+
* @description a flag for showing tooltip for values
|
74
|
+
*/
|
28
75
|
hasTooltip: import("@angular/core").InputSignal<boolean>;
|
29
76
|
height: number;
|
77
|
+
newHeight: string;
|
30
78
|
range: import("@angular/core").Signal<number>;
|
31
79
|
isHorizontal: import("@angular/core").Signal<boolean>;
|
32
80
|
isDual: import("@angular/core").Signal<boolean>;
|
33
|
-
|
34
|
-
|
81
|
+
/**
|
82
|
+
* @ignore
|
83
|
+
*/
|
84
|
+
protected calculateSnapBar: import("@angular/core").Signal<any[]>;
|
85
|
+
/**
|
86
|
+
* @ignore
|
87
|
+
*/
|
88
|
+
protected calculatePos: import("@angular/core").Signal<AXRangeSliderValue>;
|
89
|
+
/**
|
90
|
+
* @ignore
|
91
|
+
*/
|
35
92
|
private choosenHandler;
|
93
|
+
/**
|
94
|
+
* @ignore
|
95
|
+
*/
|
36
96
|
private sliderElement;
|
97
|
+
/**
|
98
|
+
* @ignore
|
99
|
+
*/
|
37
100
|
protected AXRangeSliderHighlight: import("@angular/core").Signal<{
|
38
101
|
left: string;
|
39
102
|
width: string;
|
@@ -45,6 +108,9 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
|
|
45
108
|
left?: undefined;
|
46
109
|
width?: undefined;
|
47
110
|
}>;
|
111
|
+
/**
|
112
|
+
* @ignore
|
113
|
+
*/
|
48
114
|
protected AXRangeSliderHandler1: import("@angular/core").Signal<{
|
49
115
|
left: string;
|
50
116
|
top?: undefined;
|
@@ -52,6 +118,9 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
|
|
52
118
|
top: string;
|
53
119
|
left?: undefined;
|
54
120
|
}>;
|
121
|
+
/**
|
122
|
+
* @ignore
|
123
|
+
*/
|
55
124
|
protected AXRangeSliderHandler2: import("@angular/core").Signal<{
|
56
125
|
left: string;
|
57
126
|
top?: undefined;
|
@@ -59,6 +128,9 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
|
|
59
128
|
top: string;
|
60
129
|
left?: undefined;
|
61
130
|
}>;
|
131
|
+
/**
|
132
|
+
* @ignore
|
133
|
+
*/
|
62
134
|
protected AXRangeSliderStep: import("@angular/core").Signal<{
|
63
135
|
top: string;
|
64
136
|
height: string;
|
@@ -75,6 +147,9 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
|
|
75
147
|
top?: undefined;
|
76
148
|
height?: undefined;
|
77
149
|
}>;
|
150
|
+
/**
|
151
|
+
* @ignore
|
152
|
+
*/
|
78
153
|
protected AXRangeLabel: import("@angular/core").Signal<{
|
79
154
|
top: string;
|
80
155
|
left?: undefined;
|
@@ -83,21 +158,81 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
|
|
83
158
|
top?: undefined;
|
84
159
|
}>;
|
85
160
|
constructor();
|
161
|
+
/**
|
162
|
+
* @ignore
|
163
|
+
*/
|
86
164
|
protected ngOnInit(): void;
|
87
|
-
|
88
|
-
|
89
|
-
|
165
|
+
/**
|
166
|
+
* @ignore
|
167
|
+
*/
|
168
|
+
protected handleOnStart(event: MouseEvent | TouchEvent, circle: 'first' | 'second'): void;
|
169
|
+
/**
|
170
|
+
* @ignore
|
171
|
+
*/
|
172
|
+
protected onclickBar(event: MouseEvent | TouchEvent): void;
|
173
|
+
/**
|
174
|
+
* @ignore
|
175
|
+
*/
|
176
|
+
protected onMove(event: MouseEvent | TouchEvent, circle: 'first' | 'second'): void;
|
177
|
+
/**
|
178
|
+
* @ignore
|
179
|
+
*/
|
180
|
+
protected onEnd(moveListener: (event: MouseEvent | TouchEvent) => void, endListener: () => void): void;
|
181
|
+
/**
|
182
|
+
* @ignore
|
183
|
+
*/
|
184
|
+
private initializeValues;
|
185
|
+
/**
|
186
|
+
* @ignore
|
187
|
+
*/
|
188
|
+
private fixInitializeUndefined;
|
189
|
+
/**
|
190
|
+
* @ignore
|
191
|
+
*/
|
192
|
+
private fixInitializeValues;
|
193
|
+
/**
|
194
|
+
* @ignore
|
195
|
+
*/
|
196
|
+
private fixInitializeStep;
|
197
|
+
/**
|
198
|
+
* @ignore
|
199
|
+
*/
|
200
|
+
private fixChangingMode;
|
201
|
+
/**
|
202
|
+
* @ignore
|
203
|
+
*/
|
204
|
+
private calculateStep;
|
205
|
+
/**
|
206
|
+
* @ignore
|
207
|
+
*/
|
208
|
+
private checkValue;
|
209
|
+
/**
|
210
|
+
* @ignore
|
211
|
+
*/
|
212
|
+
private checkValues;
|
213
|
+
/**
|
214
|
+
* @ignore
|
215
|
+
*/
|
216
|
+
protected getPercantage(value: number): number;
|
217
|
+
/**
|
218
|
+
* Increase a step to value if slider in single mode
|
219
|
+
* and increase a step the second value if slider in dual mode
|
220
|
+
* @method increaseStep
|
221
|
+
*/
|
222
|
+
increaseStep(): void;
|
223
|
+
/**
|
224
|
+
* Decrease a step to value if slider in single mode
|
225
|
+
* and decrease a step the second value if slider in dual mode
|
226
|
+
* @method decreaseStep
|
227
|
+
*/
|
228
|
+
decreaseStep(): void;
|
229
|
+
/**
|
230
|
+
* @ignore
|
231
|
+
*/
|
90
232
|
onWheel(event: WheelEvent): void;
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
fixInitializeValues(): void;
|
95
|
-
fixInitializeStep(): void;
|
96
|
-
fixChangingMode(): void;
|
97
|
-
calculateStep(x: number): number;
|
98
|
-
checkValue(x: number): boolean;
|
99
|
-
checkValues(value1: number, y: 'first' | 'second', value2: number): boolean;
|
100
|
-
getPercantage(value: number): number;
|
233
|
+
/**
|
234
|
+
* @ignore
|
235
|
+
*/
|
101
236
|
private get __hostClass();
|
102
237
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRangeSliderComponent, never>;
|
103
238
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXRangeSliderComponent, "ax-range-slider", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "values": { "alias": "values"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "snap": { "alias": "snap"; "required": false; "isSignal": true; }; "tooltipMode": { "alias": "tooltipMode"; "required": false; "isSignal": true; }; "snapMode": { "alias": "snapMode"; "required": false; "isSignal": true; }; "hasSnap": { "alias": "hasSnap"; "required": false; "isSignal": true; }; "hasLable": { "alias": "hasLable"; "required": false; "isSignal": true; }; "hasTooltip": { "alias": "hasTooltip"; "required": false; "isSignal": true; }; }, { "onStart": "onStart"; "values": "valuesChange"; }, never, never, false, never>;
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
5
5
|
* @category Components
|
6
6
|
*/
|
7
7
|
export declare class AXUploaderDropZoneComponent extends MXBaseComponent {
|
8
|
-
|
8
|
+
description: import("@angular/core").InputSignal<string>;
|
9
9
|
preventRefresh(): boolean;
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderDropZoneComponent, never>;
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXUploaderDropZoneComponent, "ax-uploader-drop-zone", never, { "description": { "alias": "description"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|