igniteui-angular-inputs 21.0.1-beta.0 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-inputs.umd.js +931 -765
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +21 -21
- package/esm2015/lib/CalendarView_combined.js +3 -3
- package/esm2015/lib/CheckboxView_combined.js +23 -23
- package/esm2015/lib/IconView_combined.js +163 -163
- package/esm2015/lib/InputGroupView_combined.js +31 -31
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/MultiSliderView_combined.js +17 -17
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +241 -222
- package/esm2015/lib/RippleView_combined.js +1 -1
- package/esm2015/lib/XButtonBridge.js +20 -20
- package/esm2015/lib/XButtonGroupBridge.js +8 -8
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +4 -2
- package/esm2015/lib/XIconBridge.js +23 -23
- package/esm2015/lib/XIconButtonBridge.js +5 -5
- package/esm2015/lib/XInputBridge.js +18 -18
- package/esm2015/lib/XPopupBridge.js +28 -28
- package/esm2015/lib/igx-color-editor-component.js +3 -0
- package/esm2015/lib/igx-multi-slider-thumb-collection.js +7 -7
- package/esm2015/lib/igx-multi-slider-thumb-component.js +209 -0
- package/esm2015/lib/igx-multi-slider-thumb-dynamic-module.js +34 -0
- package/esm2015/lib/igx-multi-slider-thumb-module.js +27 -0
- package/esm2015/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm2015/lib/igx-multi-slider-track-thumb-range.js +5 -15
- package/esm2015/lib/igx-x-icon-component.js +10 -10
- package/esm2015/public_api.js +3 -1
- package/esm5/lib/ButtonView_combined.js +21 -21
- package/esm5/lib/CalendarView_combined.js +3 -3
- package/esm5/lib/CheckboxView_combined.js +23 -23
- package/esm5/lib/IconView_combined.js +158 -158
- package/esm5/lib/InputGroupView_combined.js +31 -31
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/MultiSliderView_combined.js +17 -17
- package/esm5/lib/NativeUIXInputsFactory_combined.js +251 -224
- package/esm5/lib/RippleView_combined.js +1 -1
- package/esm5/lib/XButtonBridge.js +20 -20
- package/esm5/lib/XButtonGroupBridge.js +8 -8
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +4 -2
- package/esm5/lib/XIconBridge.js +23 -23
- package/esm5/lib/XIconButtonBridge.js +5 -5
- package/esm5/lib/XInputBridge.js +18 -18
- package/esm5/lib/XPopupBridge.js +28 -28
- package/esm5/lib/igx-color-editor-component.js +3 -0
- package/esm5/lib/igx-multi-slider-thumb-collection.js +7 -7
- package/esm5/lib/igx-multi-slider-thumb-component.js +233 -0
- package/esm5/lib/igx-multi-slider-thumb-dynamic-module.js +33 -0
- package/esm5/lib/igx-multi-slider-thumb-module.js +28 -0
- package/esm5/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm5/lib/igx-multi-slider-track-thumb-range.js +5 -15
- package/esm5/lib/igx-x-icon-component.js +10 -10
- package/esm5/public_api.js +3 -1
- package/fesm2015/igniteui-angular-inputs.js +906 -749
- package/fesm5/igniteui-angular-inputs.js +929 -765
- package/lib/IconView_combined.d.ts +33 -34
- package/lib/MultiSliderView_combined.d.ts +1 -1
- package/lib/NativeUIXInputsFactory_combined.d.ts +18 -13
- package/lib/igx-multi-slider-thumb-collection.d.ts +4 -4
- package/lib/igx-multi-slider-thumb-component.d.ts +47 -0
- package/lib/igx-multi-slider-thumb-dynamic-module.d.ts +9 -0
- package/lib/igx-multi-slider-thumb-module.d.ts +8 -0
- package/lib/igx-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
- package/lib/igx-multi-slider-track-thumb-range.d.ts +5 -5
- package/package.json +2 -2
- package/public_api.d.ts +3 -1
- package/esm2015/lib/igx-multi-slider-thumb.js +0 -111
- package/esm5/lib/igx-multi-slider-thumb.js +0 -134
- package/lib/igx-multi-slider-thumb.d.ts +0 -33
|
@@ -8,7 +8,6 @@ import { Brush } from "igniteui-angular-core";
|
|
|
8
8
|
import { FontInfo } from "igniteui-angular-core";
|
|
9
9
|
import { Size } from "igniteui-angular-core";
|
|
10
10
|
import { PrimitiveVisualData } from "igniteui-angular-core";
|
|
11
|
-
import { DataTemplate } from "igniteui-angular-core";
|
|
12
11
|
import { IconViewType } from "./IconViewType";
|
|
13
12
|
import { IIcon } from "igniteui-angular-core";
|
|
14
13
|
import { BaseControlTheme } from "igniteui-angular-core";
|
|
@@ -74,7 +73,7 @@ export declare class IconView extends Base {
|
|
|
74
73
|
private h;
|
|
75
74
|
private au;
|
|
76
75
|
private i;
|
|
77
|
-
as(a:
|
|
76
|
+
as(a: any, b: any): void;
|
|
78
77
|
ag(): void;
|
|
79
78
|
}
|
|
80
79
|
/**
|
|
@@ -87,14 +86,14 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
|
|
|
87
86
|
get view(): IconView;
|
|
88
87
|
set view(a: IconView);
|
|
89
88
|
destroy(): void;
|
|
90
|
-
protected
|
|
91
|
-
protected
|
|
92
|
-
private
|
|
89
|
+
protected c7(a: string, b: any, c: any): void;
|
|
90
|
+
protected da(a: string, b: any, c: any): void;
|
|
91
|
+
private de;
|
|
93
92
|
protected get t(): boolean;
|
|
94
|
-
private
|
|
95
|
-
private
|
|
96
|
-
|
|
97
|
-
private
|
|
93
|
+
private dd;
|
|
94
|
+
private c1;
|
|
95
|
+
dc(): void;
|
|
96
|
+
private c9;
|
|
98
97
|
k: IconViewType;
|
|
99
98
|
private j;
|
|
100
99
|
static dx: Brush;
|
|
@@ -162,44 +161,44 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
|
|
|
162
161
|
private dr;
|
|
163
162
|
get d9(): Brush;
|
|
164
163
|
set d9(a: Brush);
|
|
165
|
-
private
|
|
166
|
-
get
|
|
167
|
-
set
|
|
168
|
-
private
|
|
169
|
-
get
|
|
170
|
-
set
|
|
171
|
-
private
|
|
164
|
+
private bf;
|
|
165
|
+
get bj(): any;
|
|
166
|
+
set bj(a: any);
|
|
167
|
+
private bl;
|
|
168
|
+
get b2(): string;
|
|
169
|
+
set b2(a: string);
|
|
170
|
+
private bo;
|
|
172
171
|
get svgPath(): string;
|
|
173
172
|
set svgPath(a: string);
|
|
174
|
-
private
|
|
173
|
+
private bn;
|
|
175
174
|
get svg(): string;
|
|
176
175
|
set svg(a: string);
|
|
177
176
|
private a;
|
|
178
177
|
get b(): string[];
|
|
179
178
|
set b(a: string[]);
|
|
180
|
-
private de;
|
|
181
|
-
get df(): DataTemplate;
|
|
182
|
-
set df(a: DataTemplate);
|
|
183
179
|
private bd;
|
|
184
|
-
get
|
|
185
|
-
set
|
|
186
|
-
|
|
187
|
-
|
|
180
|
+
get bg(): any;
|
|
181
|
+
set bg(a: any);
|
|
182
|
+
private be;
|
|
183
|
+
get bh(): any;
|
|
184
|
+
set bh(a: any);
|
|
185
|
+
c5(): void;
|
|
186
|
+
c6(): void;
|
|
188
187
|
private n;
|
|
189
188
|
get o(): FontInfo;
|
|
190
189
|
set o(a: FontInfo);
|
|
191
190
|
private static bc;
|
|
192
|
-
private
|
|
193
|
-
get
|
|
194
|
-
set
|
|
191
|
+
private bm;
|
|
192
|
+
get cc(): string;
|
|
193
|
+
set cc(a: string);
|
|
195
194
|
private ba;
|
|
196
195
|
private p;
|
|
197
196
|
get s(): boolean;
|
|
198
197
|
get bb(): number;
|
|
199
198
|
set bb(a: number);
|
|
200
|
-
private
|
|
201
|
-
get
|
|
202
|
-
set
|
|
199
|
+
private bk;
|
|
200
|
+
get bx(): string;
|
|
201
|
+
set bx(a: string);
|
|
203
202
|
private r;
|
|
204
203
|
get v(): boolean;
|
|
205
204
|
set v(a: boolean);
|
|
@@ -239,20 +238,20 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
|
|
|
239
238
|
private ad;
|
|
240
239
|
get a1(): number;
|
|
241
240
|
set a1(a: number);
|
|
242
|
-
|
|
241
|
+
c8(): void;
|
|
243
242
|
clicked: (sender: any, args: IconClickedEventArgs) => void;
|
|
244
243
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
245
244
|
onDetachedFromUI(): void;
|
|
246
245
|
onAttachedToUI(): void;
|
|
247
246
|
x(): boolean;
|
|
248
247
|
protected w(): boolean;
|
|
249
|
-
|
|
250
|
-
|
|
248
|
+
bi(): any;
|
|
249
|
+
b4(): string;
|
|
251
250
|
g(): IconVisualModelExport;
|
|
252
251
|
provideContainer(a: DomRenderer): void;
|
|
253
252
|
private ah;
|
|
254
253
|
private ai;
|
|
255
254
|
private aj;
|
|
256
255
|
private ag;
|
|
257
|
-
|
|
256
|
+
df(a: number, b: number, c: number, d: number): void;
|
|
258
257
|
}
|
|
@@ -94,7 +94,7 @@ export declare class MultiSlider extends Base implements ISliderTrackOwner, INot
|
|
|
94
94
|
get thumbs(): MultiSliderThumbCollection;
|
|
95
95
|
private ag;
|
|
96
96
|
protected get ah(): List$1<MultiSliderTrackThumbRange>;
|
|
97
|
-
|
|
97
|
+
k: MultiSliderView;
|
|
98
98
|
onDetachedFromUI(): void;
|
|
99
99
|
onAttachedToUI(): void;
|
|
100
100
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
@@ -154,31 +154,36 @@ export declare class ColorEditorView extends Base {
|
|
|
154
154
|
static $t: Type;
|
|
155
155
|
constructor();
|
|
156
156
|
a: ColorEditor;
|
|
157
|
-
|
|
157
|
+
r(): void;
|
|
158
158
|
f(): boolean;
|
|
159
|
-
|
|
159
|
+
i: DomRenderer;
|
|
160
160
|
private d;
|
|
161
161
|
private g;
|
|
162
|
-
|
|
163
|
-
m(): void;
|
|
164
|
-
private e;
|
|
162
|
+
p(a: DomRenderer): void;
|
|
165
163
|
n(): void;
|
|
166
|
-
|
|
167
|
-
|
|
164
|
+
private e;
|
|
165
|
+
o(): void;
|
|
166
|
+
q(): void;
|
|
167
|
+
k(): any;
|
|
168
|
+
private _createColorEditorPanel;
|
|
169
|
+
get createColorEditorPanel(): () => any;
|
|
170
|
+
set createColorEditorPanel(a: () => any);
|
|
168
171
|
private b;
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
+
j(): any;
|
|
173
|
+
l(a: NativeUIContent, b: any): void;
|
|
174
|
+
m(a: NativeUIComponent): void;
|
|
172
175
|
c(a: any): ColorEditorPanel;
|
|
173
|
-
|
|
174
|
-
|
|
176
|
+
s(a: boolean): Rect;
|
|
177
|
+
t(): Size;
|
|
175
178
|
}
|
|
176
179
|
/**
|
|
177
180
|
* @hidden
|
|
178
181
|
*/
|
|
179
182
|
export declare class ColorEditor extends Base implements INotifyPropertyChanged {
|
|
180
183
|
static $t: Type;
|
|
181
|
-
|
|
184
|
+
private _view;
|
|
185
|
+
get view(): ColorEditorView;
|
|
186
|
+
set view(a: ColorEditorView);
|
|
182
187
|
private static readonly a8;
|
|
183
188
|
private s;
|
|
184
189
|
private r;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IgCollection } from "igniteui-angular-core";
|
|
2
2
|
import { SyncableObservableCollection$2 } from "igniteui-angular-core";
|
|
3
3
|
import { MultiSliderThumb as MultiSliderThumb_internal } from './MultiSliderThumb';
|
|
4
|
-
import {
|
|
5
|
-
export declare class IgxMultiSliderThumbCollection extends IgCollection<
|
|
6
|
-
constructor(list?:
|
|
7
|
-
protected _createInnerColl(): SyncableObservableCollection$2<
|
|
4
|
+
import { IgxMultiSliderThumbComponent as IgxMultiSliderThumbComponent } from './igx-multi-slider-thumb-component';
|
|
5
|
+
export declare class IgxMultiSliderThumbCollection extends IgCollection<IgxMultiSliderThumbComponent, MultiSliderThumb_internal> {
|
|
6
|
+
constructor(list?: IgxMultiSliderThumbComponent[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgxMultiSliderThumbComponent, MultiSliderThumb_internal>;
|
|
8
8
|
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { MultiSliderThumbRangePosition } from "./MultiSliderThumbRangePosition";
|
|
3
|
+
import { IgxMultiSliderTrackThumbRange } from "./igx-multi-slider-track-thumb-range";
|
|
4
|
+
import { IgxPropertyUpdatedEventArgs } from "igniteui-angular-core";
|
|
5
|
+
import { MultiSliderThumb } from "./MultiSliderThumb";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class IgxMultiSliderThumbComponent implements OnInit {
|
|
8
|
+
protected createImplementation(): MultiSliderThumb;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
protected _implementation: any;
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
get i(): MultiSliderThumb; /**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
static _createFromInternal(internal: any): IgxMultiSliderThumbComponent;
|
|
18
|
+
private onImplementationCreated;
|
|
19
|
+
constructor();
|
|
20
|
+
get value(): number;
|
|
21
|
+
set value(v: number);
|
|
22
|
+
static ngAcceptInputType_value: number | string;
|
|
23
|
+
get rangePosition(): MultiSliderThumbRangePosition;
|
|
24
|
+
set rangePosition(v: MultiSliderThumbRangePosition);
|
|
25
|
+
static ngAcceptInputType_rangePosition: MultiSliderThumbRangePosition | string;
|
|
26
|
+
get range(): IgxMultiSliderTrackThumbRange;
|
|
27
|
+
set range(v: IgxMultiSliderTrackThumbRange);
|
|
28
|
+
findByName(name: string): any;
|
|
29
|
+
protected __p: string;
|
|
30
|
+
protected _hasUserValues: Set<string>;
|
|
31
|
+
protected get hasUserValues(): Set<string>;
|
|
32
|
+
protected __m(propertyName: string): void;
|
|
33
|
+
protected _stylingContainer: any;
|
|
34
|
+
protected _stylingParent: any;
|
|
35
|
+
protected _inStyling: boolean;
|
|
36
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
37
|
+
push(amount: number): number;
|
|
38
|
+
private _propertyUpdated;
|
|
39
|
+
get propertyUpdated(): EventEmitter<{
|
|
40
|
+
sender: any;
|
|
41
|
+
args: IgxPropertyUpdatedEventArgs;
|
|
42
|
+
}>;
|
|
43
|
+
protected _zoneRunner: (act: () => void) => void;
|
|
44
|
+
protected _runInZone(act: () => void): void;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxMultiSliderThumbComponent, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxMultiSliderThumbComponent, "igx-multi-slider-thumb", never, { "value": "value"; "rangePosition": "rangePosition"; "range": "range"; }, { "propertyUpdated": "propertyUpdated"; }, never, never>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./igx-multi-slider-thumb-module";
|
|
4
|
+
export declare class IgxMultiSliderThumbDynamicModule {
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxMultiSliderThumbDynamicModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxMultiSliderThumbDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxMultiSliderThumbModule], [typeof i2.IgxMultiSliderThumbModule]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxMultiSliderThumbDynamicModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./igx-multi-slider-thumb-component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class IgxMultiSliderThumbModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxMultiSliderThumbModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxMultiSliderThumbModule, [typeof i1.IgxMultiSliderThumbComponent], [typeof i2.CommonModule], [typeof i1.IgxMultiSliderThumbComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxMultiSliderThumbModule>;
|
|
8
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IgxMultiSliderThumbComponent } from "./igx-multi-slider-thumb-component";
|
|
2
2
|
import { MultiSliderThumbValueChangingEventArgs as MultiSliderThumbValueChangingEventArgs_internal } from "./MultiSliderThumbValueChangingEventArgs";
|
|
3
3
|
export declare class IgxMultiSliderThumbValueChangingEventArgs {
|
|
4
4
|
protected createImplementation(): MultiSliderThumbValueChangingEventArgs_internal;
|
|
@@ -13,6 +13,6 @@ export declare class IgxMultiSliderThumbValueChangingEventArgs {
|
|
|
13
13
|
get value(): number;
|
|
14
14
|
set value(v: number);
|
|
15
15
|
static ngAcceptInputType_value: number | string;
|
|
16
|
-
get thumb():
|
|
17
|
-
set thumb(v:
|
|
16
|
+
get thumb(): IgxMultiSliderThumbComponent;
|
|
17
|
+
set thumb(v: IgxMultiSliderThumbComponent);
|
|
18
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IgxMultiSliderThumbComponent } from "./igx-multi-slider-thumb-component";
|
|
2
2
|
import { MultiSliderTrackThumbRange as MultiSliderTrackThumbRange_internal } from "./MultiSliderTrackThumbRange";
|
|
3
3
|
export declare class IgxMultiSliderTrackThumbRange {
|
|
4
4
|
protected createImplementation(): MultiSliderTrackThumbRange_internal;
|
|
@@ -22,10 +22,10 @@ export declare class IgxMultiSliderTrackThumbRange {
|
|
|
22
22
|
get maxWidth(): number;
|
|
23
23
|
set maxWidth(v: number);
|
|
24
24
|
static ngAcceptInputType_maxWidth: number | string;
|
|
25
|
-
get lowerThumb():
|
|
26
|
-
set lowerThumb(v:
|
|
27
|
-
get higherThumb():
|
|
28
|
-
set higherThumb(v:
|
|
25
|
+
get lowerThumb(): IgxMultiSliderThumbComponent;
|
|
26
|
+
set lowerThumb(v: IgxMultiSliderThumbComponent);
|
|
27
|
+
get higherThumb(): IgxMultiSliderThumbComponent;
|
|
28
|
+
set higherThumb(v: IgxMultiSliderThumbComponent);
|
|
29
29
|
findByName(name: string): any;
|
|
30
30
|
protected _zoneRunner: (act: () => void) => void;
|
|
31
31
|
protected _runInZone(act: () => void): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-inputs",
|
|
3
|
-
"version": "21.0
|
|
3
|
+
"version": "21.1.0-beta.0",
|
|
4
4
|
"description": "Ignite UI Angular input components for building rich data visualizations for modern web apps.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-inputs",
|
|
6
6
|
"keywords": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@angular/common": "^21.0.0",
|
|
18
18
|
"@angular/compiler": "^21.0.0",
|
|
19
19
|
"@angular/core": "^21.0.0",
|
|
20
|
-
"igniteui-angular-core": "21.0
|
|
20
|
+
"igniteui-angular-core": "21.1.0-beta.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-angular-inputs.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -120,7 +120,9 @@ export * from './lib/IMultiSliderTrackShadeVisual';
|
|
|
120
120
|
export * from './lib/MultiSliderTrackShadeOrientation';
|
|
121
121
|
export * from './lib/DefaultMultiTrackShadeVisual';
|
|
122
122
|
export * from './lib/MultiSliderThumb';
|
|
123
|
-
export * from './lib/igx-multi-slider-thumb';
|
|
123
|
+
export * from './lib/igx-multi-slider-thumb-component';
|
|
124
|
+
export * from './lib/igx-multi-slider-thumb-module';
|
|
125
|
+
export * from './lib/igx-multi-slider-thumb-dynamic-module';
|
|
124
126
|
export * from './lib/MultiSliderThumbRangePosition';
|
|
125
127
|
export * from './lib/IMultiSliderTrackThumbCalloutVisual';
|
|
126
128
|
export * from './lib/DefaultMultiSliderTrackThumbCalloutVisual';
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { delegateCombine } from "igniteui-angular-core";
|
|
3
|
-
import { MultiSliderThumbRangePosition_$type } from "./MultiSliderThumbRangePosition";
|
|
4
|
-
import { IgxMultiSliderTrackThumbRange } from "./igx-multi-slider-track-thumb-range";
|
|
5
|
-
import { IgxPropertyUpdatedEventArgs } from "igniteui-angular-core";
|
|
6
|
-
import { MultiSliderThumb as MultiSliderThumb_internal } from "./MultiSliderThumb";
|
|
7
|
-
import { ensureEnum } from "igniteui-angular-core";
|
|
8
|
-
export class IgxMultiSliderThumb {
|
|
9
|
-
constructor() {
|
|
10
|
-
this._propertyUpdated = null;
|
|
11
|
-
this._zoneRunner = null;
|
|
12
|
-
this._implementation = this.createImplementation();
|
|
13
|
-
this._implementation.externalObject = this;
|
|
14
|
-
this.onImplementationCreated();
|
|
15
|
-
if (this._initializeAdapters) {
|
|
16
|
-
this._initializeAdapters();
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
createImplementation() {
|
|
20
|
-
return new MultiSliderThumb_internal();
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
get i() {
|
|
26
|
-
return this._implementation;
|
|
27
|
-
}
|
|
28
|
-
onImplementationCreated() {
|
|
29
|
-
}
|
|
30
|
-
_provideImplementation(i) {
|
|
31
|
-
this._implementation = i;
|
|
32
|
-
this._implementation.externalObject = this;
|
|
33
|
-
this.onImplementationCreated();
|
|
34
|
-
}
|
|
35
|
-
get value() {
|
|
36
|
-
return this.i.s;
|
|
37
|
-
}
|
|
38
|
-
set value(v) {
|
|
39
|
-
this.i.s = +v;
|
|
40
|
-
}
|
|
41
|
-
get rangePosition() {
|
|
42
|
-
return this.i.g;
|
|
43
|
-
}
|
|
44
|
-
set rangePosition(v) {
|
|
45
|
-
this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
|
|
46
|
-
}
|
|
47
|
-
get range() {
|
|
48
|
-
const r = this.i.i;
|
|
49
|
-
if (r == null) {
|
|
50
|
-
return null;
|
|
51
|
-
}
|
|
52
|
-
if (!r.externalObject) {
|
|
53
|
-
let e = new IgxMultiSliderTrackThumbRange();
|
|
54
|
-
if (r.$type) {
|
|
55
|
-
e._implementation = r;
|
|
56
|
-
}
|
|
57
|
-
else {
|
|
58
|
-
if (e.i.setNativeElement) {
|
|
59
|
-
e.i.setNativeElement(r);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
r.externalObject = e;
|
|
63
|
-
}
|
|
64
|
-
return r.externalObject;
|
|
65
|
-
}
|
|
66
|
-
set range(v) {
|
|
67
|
-
v == null ? this.i.i = null : this.i.i = v.i;
|
|
68
|
-
}
|
|
69
|
-
findByName(name) {
|
|
70
|
-
if (this.findEphemera) {
|
|
71
|
-
if (name && name.indexOf("@@e:") == 0) {
|
|
72
|
-
return this.findEphemera(name);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
if (this.range && this.range.name && this.range.name == name) {
|
|
76
|
-
return this.range;
|
|
77
|
-
}
|
|
78
|
-
return null;
|
|
79
|
-
}
|
|
80
|
-
push(amount) {
|
|
81
|
-
let iv = this.i.r(amount);
|
|
82
|
-
return (iv);
|
|
83
|
-
}
|
|
84
|
-
get propertyUpdated() {
|
|
85
|
-
if (this._propertyUpdated == null) {
|
|
86
|
-
this._propertyUpdated = new EventEmitter();
|
|
87
|
-
this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, (o, e) => {
|
|
88
|
-
this._runInZone(() => {
|
|
89
|
-
let outerArgs = new IgxPropertyUpdatedEventArgs();
|
|
90
|
-
outerArgs._provideImplementation(e);
|
|
91
|
-
if (this.beforePropertyUpdated) {
|
|
92
|
-
this.beforePropertyUpdated(this, outerArgs);
|
|
93
|
-
}
|
|
94
|
-
this._propertyUpdated.emit({
|
|
95
|
-
sender: this,
|
|
96
|
-
args: outerArgs
|
|
97
|
-
});
|
|
98
|
-
});
|
|
99
|
-
});
|
|
100
|
-
}
|
|
101
|
-
return this._propertyUpdated;
|
|
102
|
-
}
|
|
103
|
-
_runInZone(act) {
|
|
104
|
-
if (this._zoneRunner != null) {
|
|
105
|
-
this._zoneRunner(act);
|
|
106
|
-
}
|
|
107
|
-
else {
|
|
108
|
-
act();
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { delegateCombine } from "igniteui-angular-core";
|
|
3
|
-
import { MultiSliderThumbRangePosition_$type } from "./MultiSliderThumbRangePosition";
|
|
4
|
-
import { IgxMultiSliderTrackThumbRange } from "./igx-multi-slider-track-thumb-range";
|
|
5
|
-
import { IgxPropertyUpdatedEventArgs } from "igniteui-angular-core";
|
|
6
|
-
import { MultiSliderThumb as MultiSliderThumb_internal } from "./MultiSliderThumb";
|
|
7
|
-
import { ensureEnum } from "igniteui-angular-core";
|
|
8
|
-
var IgxMultiSliderThumb = /** @class */ /*@__PURE__*/ (function () {
|
|
9
|
-
function IgxMultiSliderThumb() {
|
|
10
|
-
this._propertyUpdated = null;
|
|
11
|
-
this._zoneRunner = null;
|
|
12
|
-
this._implementation = this.createImplementation();
|
|
13
|
-
this._implementation.externalObject = this;
|
|
14
|
-
this.onImplementationCreated();
|
|
15
|
-
if (this._initializeAdapters) {
|
|
16
|
-
this._initializeAdapters();
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
IgxMultiSliderThumb.prototype.createImplementation = function () {
|
|
20
|
-
return new MultiSliderThumb_internal();
|
|
21
|
-
};
|
|
22
|
-
Object.defineProperty(IgxMultiSliderThumb.prototype, "i", {
|
|
23
|
-
/**
|
|
24
|
-
* @hidden
|
|
25
|
-
*/
|
|
26
|
-
get: function () {
|
|
27
|
-
return this._implementation;
|
|
28
|
-
},
|
|
29
|
-
enumerable: false,
|
|
30
|
-
configurable: true
|
|
31
|
-
});
|
|
32
|
-
IgxMultiSliderThumb.prototype.onImplementationCreated = function () {
|
|
33
|
-
};
|
|
34
|
-
IgxMultiSliderThumb.prototype._provideImplementation = function (i) {
|
|
35
|
-
this._implementation = i;
|
|
36
|
-
this._implementation.externalObject = this;
|
|
37
|
-
this.onImplementationCreated();
|
|
38
|
-
};
|
|
39
|
-
Object.defineProperty(IgxMultiSliderThumb.prototype, "value", {
|
|
40
|
-
get: function () {
|
|
41
|
-
return this.i.s;
|
|
42
|
-
},
|
|
43
|
-
set: function (v) {
|
|
44
|
-
this.i.s = +v;
|
|
45
|
-
},
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
Object.defineProperty(IgxMultiSliderThumb.prototype, "rangePosition", {
|
|
50
|
-
get: function () {
|
|
51
|
-
return this.i.g;
|
|
52
|
-
},
|
|
53
|
-
set: function (v) {
|
|
54
|
-
this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
|
|
55
|
-
},
|
|
56
|
-
enumerable: false,
|
|
57
|
-
configurable: true
|
|
58
|
-
});
|
|
59
|
-
Object.defineProperty(IgxMultiSliderThumb.prototype, "range", {
|
|
60
|
-
get: function () {
|
|
61
|
-
var r = this.i.i;
|
|
62
|
-
if (r == null) {
|
|
63
|
-
return null;
|
|
64
|
-
}
|
|
65
|
-
if (!r.externalObject) {
|
|
66
|
-
var e = new IgxMultiSliderTrackThumbRange();
|
|
67
|
-
if (r.$type) {
|
|
68
|
-
e._implementation = r;
|
|
69
|
-
}
|
|
70
|
-
else {
|
|
71
|
-
if (e.i.setNativeElement) {
|
|
72
|
-
e.i.setNativeElement(r);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
r.externalObject = e;
|
|
76
|
-
}
|
|
77
|
-
return r.externalObject;
|
|
78
|
-
},
|
|
79
|
-
set: function (v) {
|
|
80
|
-
v == null ? this.i.i = null : this.i.i = v.i;
|
|
81
|
-
},
|
|
82
|
-
enumerable: false,
|
|
83
|
-
configurable: true
|
|
84
|
-
});
|
|
85
|
-
IgxMultiSliderThumb.prototype.findByName = function (name) {
|
|
86
|
-
if (this.findEphemera) {
|
|
87
|
-
if (name && name.indexOf("@@e:") == 0) {
|
|
88
|
-
return this.findEphemera(name);
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
if (this.range && this.range.name && this.range.name == name) {
|
|
92
|
-
return this.range;
|
|
93
|
-
}
|
|
94
|
-
return null;
|
|
95
|
-
};
|
|
96
|
-
IgxMultiSliderThumb.prototype.push = function (amount) {
|
|
97
|
-
var iv = this.i.r(amount);
|
|
98
|
-
return (iv);
|
|
99
|
-
};
|
|
100
|
-
Object.defineProperty(IgxMultiSliderThumb.prototype, "propertyUpdated", {
|
|
101
|
-
get: function () {
|
|
102
|
-
var _this = this;
|
|
103
|
-
if (this._propertyUpdated == null) {
|
|
104
|
-
this._propertyUpdated = new EventEmitter();
|
|
105
|
-
this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, function (o, e) {
|
|
106
|
-
_this._runInZone(function () {
|
|
107
|
-
var outerArgs = new IgxPropertyUpdatedEventArgs();
|
|
108
|
-
outerArgs._provideImplementation(e);
|
|
109
|
-
if (_this.beforePropertyUpdated) {
|
|
110
|
-
_this.beforePropertyUpdated(_this, outerArgs);
|
|
111
|
-
}
|
|
112
|
-
_this._propertyUpdated.emit({
|
|
113
|
-
sender: _this,
|
|
114
|
-
args: outerArgs
|
|
115
|
-
});
|
|
116
|
-
});
|
|
117
|
-
});
|
|
118
|
-
}
|
|
119
|
-
return this._propertyUpdated;
|
|
120
|
-
},
|
|
121
|
-
enumerable: false,
|
|
122
|
-
configurable: true
|
|
123
|
-
});
|
|
124
|
-
IgxMultiSliderThumb.prototype._runInZone = function (act) {
|
|
125
|
-
if (this._zoneRunner != null) {
|
|
126
|
-
this._zoneRunner(act);
|
|
127
|
-
}
|
|
128
|
-
else {
|
|
129
|
-
act();
|
|
130
|
-
}
|
|
131
|
-
};
|
|
132
|
-
return IgxMultiSliderThumb;
|
|
133
|
-
}());
|
|
134
|
-
export { IgxMultiSliderThumb };
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { MultiSliderThumbRangePosition } from "./MultiSliderThumbRangePosition";
|
|
3
|
-
import { IgxMultiSliderTrackThumbRange } from "./igx-multi-slider-track-thumb-range";
|
|
4
|
-
import { IgxPropertyUpdatedEventArgs } from "igniteui-angular-core";
|
|
5
|
-
import { MultiSliderThumb as MultiSliderThumb_internal } from "./MultiSliderThumb";
|
|
6
|
-
export declare class IgxMultiSliderThumb {
|
|
7
|
-
protected createImplementation(): MultiSliderThumb_internal;
|
|
8
|
-
protected _implementation: any;
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
get i(): MultiSliderThumb_internal;
|
|
13
|
-
private onImplementationCreated;
|
|
14
|
-
constructor();
|
|
15
|
-
protected _provideImplementation(i: any): void;
|
|
16
|
-
get value(): number;
|
|
17
|
-
set value(v: number);
|
|
18
|
-
static ngAcceptInputType_value: number | string;
|
|
19
|
-
get rangePosition(): MultiSliderThumbRangePosition;
|
|
20
|
-
set rangePosition(v: MultiSliderThumbRangePosition);
|
|
21
|
-
static ngAcceptInputType_rangePosition: MultiSliderThumbRangePosition | string;
|
|
22
|
-
get range(): IgxMultiSliderTrackThumbRange;
|
|
23
|
-
set range(v: IgxMultiSliderTrackThumbRange);
|
|
24
|
-
findByName(name: string): any;
|
|
25
|
-
push(amount: number): number;
|
|
26
|
-
private _propertyUpdated;
|
|
27
|
-
get propertyUpdated(): EventEmitter<{
|
|
28
|
-
sender: any;
|
|
29
|
-
args: IgxPropertyUpdatedEventArgs;
|
|
30
|
-
}>;
|
|
31
|
-
protected _zoneRunner: (act: () => void) => void;
|
|
32
|
-
protected _runInZone(act: () => void): void;
|
|
33
|
-
}
|