igniteui-webcomponents-inputs 7.1.0-alpha.0 → 7.1.0-alpha.2
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-webcomponents-inputs.umd.js +4621 -4122
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2039 -1746
- package/esm2015/lib/CalendarView_combined.js +160 -160
- package/esm2015/lib/CheckboxView_combined.js +62 -62
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/IconView_combined.js +163 -163
- package/esm2015/lib/InputGroupView_combined.js +240 -240
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/MultiSliderView_combined.js +17 -17
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm2015/lib/RippleView_combined.js +3 -3
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +65 -57
- package/esm2015/lib/XButtonGroupBridge.js +19 -15
- 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 +7 -7
- package/esm2015/lib/XInputBridge.js +18 -18
- package/esm2015/lib/XPopupBridge.js +28 -28
- package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
- package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm2015/lib/igc-x-button-component.js +567 -567
- package/esm2015/lib/igc-x-button-group-component.js +184 -184
- package/esm2015/lib/igc-x-icon-component.js +10 -10
- package/esm2015/public_api.js +2 -1
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1953 -1660
- package/esm5/lib/CalendarView_combined.js +160 -160
- package/esm5/lib/CheckboxView_combined.js +62 -62
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/IconView_combined.js +158 -158
- package/esm5/lib/InputGroupView_combined.js +240 -240
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/MultiSliderView_combined.js +17 -17
- package/esm5/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm5/lib/RippleView_combined.js +3 -3
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +65 -57
- package/esm5/lib/XButtonGroupBridge.js +19 -15
- 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 +7 -7
- package/esm5/lib/XInputBridge.js +18 -18
- package/esm5/lib/XPopupBridge.js +28 -28
- package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
- package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
- package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm5/lib/igc-x-button-component.js +567 -567
- package/esm5/lib/igc-x-button-group-component.js +184 -184
- package/esm5/lib/igc-x-icon-component.js +10 -10
- package/esm5/public_api.js +2 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +4947 -4459
- package/fesm5/igniteui-webcomponents-inputs.js +4621 -4123
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/IconView_combined.d.ts +33 -34
- package/lib/MultiSliderView_combined.d.ts +1 -1
- package/lib/ThemeResolver.d.ts +18 -15
- package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
- package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
- package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
- package/package.json +2 -2
- package/public_api.d.ts +2 -1
- package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
- package/esm5/lib/igc-multi-slider-thumb.js +0 -132
- package/lib/igc-multi-slider-thumb.d.ts +0 -27
|
@@ -8,7 +8,6 @@ import { Brush } from "igniteui-webcomponents-core";
|
|
|
8
8
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
9
9
|
import { Size } from "igniteui-webcomponents-core";
|
|
10
10
|
import { PrimitiveVisualData } from "igniteui-webcomponents-core";
|
|
11
|
-
import { DataTemplate } from "igniteui-webcomponents-core";
|
|
12
11
|
import { IconViewType } from "./IconViewType";
|
|
13
12
|
import { IIcon } from "igniteui-webcomponents-core";
|
|
14
13
|
import { BaseControlTheme } from "igniteui-webcomponents-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;
|
package/lib/ThemeResolver.d.ts
CHANGED
|
@@ -6,20 +6,21 @@ import { Thickness } from "igniteui-webcomponents-core";
|
|
|
6
6
|
import { ElevationMode } from "igniteui-webcomponents-core";
|
|
7
7
|
import { Theme } from "./Theme";
|
|
8
8
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
9
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
9
10
|
/**
|
|
10
11
|
* @hidden
|
|
11
12
|
*/
|
|
12
13
|
export declare class ThemeResolver extends Base {
|
|
13
14
|
static $t: Type;
|
|
14
|
-
static
|
|
15
|
+
static aj(a: BaseControlTheme, b: Brush, c: Brush): Brush;
|
|
15
16
|
static r(a: BaseControlTheme, b: number, c: number): number;
|
|
16
17
|
static m(a: BaseControlTheme, b: number, c: number): number;
|
|
17
|
-
static
|
|
18
|
-
static
|
|
18
|
+
static ae(a: BaseControlTheme, b: CornerRadius, c: CornerRadius): CornerRadius;
|
|
19
|
+
static ao(a: BaseControlTheme, b: Thickness, c: Thickness): Thickness;
|
|
19
20
|
static g(a: BaseControlTheme, b: ElevationMode, c: ElevationMode): ElevationMode;
|
|
20
21
|
static a(a: Dictionary$2<string, any>): Theme;
|
|
21
|
-
static
|
|
22
|
-
static
|
|
22
|
+
static ai(a: BaseControlTheme, b: ThemeResolver, c: string): Brush;
|
|
23
|
+
static ah(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): Brush;
|
|
23
24
|
static q(a: BaseControlTheme, b: ThemeResolver, c: string): number;
|
|
24
25
|
static p(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): number;
|
|
25
26
|
static l(a: BaseControlTheme, b: ThemeResolver, c: string): number;
|
|
@@ -28,10 +29,11 @@ export declare class ThemeResolver extends Base {
|
|
|
28
29
|
static w(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): string;
|
|
29
30
|
static f(a: BaseControlTheme, b: ThemeResolver, c: string): ElevationMode;
|
|
30
31
|
static e(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): ElevationMode;
|
|
31
|
-
static
|
|
32
|
-
static
|
|
33
|
-
static
|
|
34
|
-
static
|
|
32
|
+
static ac(a: BaseControlTheme, b: ThemeResolver, c: string): CornerRadius;
|
|
33
|
+
static ab(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): CornerRadius;
|
|
34
|
+
static ad(a: BaseControlTheme, b: ControlDisplayDensity, c: ThemeResolver, d: any, e: string): CornerRadius;
|
|
35
|
+
static an(a: BaseControlTheme, b: ThemeResolver, c: string): Thickness;
|
|
36
|
+
static am(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): Thickness;
|
|
35
37
|
private b;
|
|
36
38
|
private h;
|
|
37
39
|
constructor(a: number);
|
|
@@ -39,8 +41,8 @@ export declare class ThemeResolver extends Base {
|
|
|
39
41
|
constructor(a: number, ..._rest: any[]);
|
|
40
42
|
t(a: BaseControlTheme, b: string): any;
|
|
41
43
|
s(a: BaseControlTheme, b: any, c: string): any;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
+
ag(a: BaseControlTheme, b: string): Brush;
|
|
45
|
+
af(a: BaseControlTheme, b: any, c: string): Brush;
|
|
44
46
|
o(a: BaseControlTheme, b: string): number;
|
|
45
47
|
n(a: BaseControlTheme, b: any, c: string): number;
|
|
46
48
|
j(a: BaseControlTheme, b: string): number;
|
|
@@ -49,8 +51,9 @@ export declare class ThemeResolver extends Base {
|
|
|
49
51
|
u(a: BaseControlTheme, b: any, c: string): string;
|
|
50
52
|
d(a: BaseControlTheme, b: string): ElevationMode;
|
|
51
53
|
c(a: BaseControlTheme, b: any, c: string): ElevationMode;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
aa(a: BaseControlTheme, b: string): CornerRadius;
|
|
55
|
+
z(a: BaseControlTheme, b: any, c: string): CornerRadius;
|
|
56
|
+
y(a: BaseControlTheme, b: ControlDisplayDensity, c: any, d: string): CornerRadius;
|
|
57
|
+
al(a: BaseControlTheme, b: string): Thickness;
|
|
58
|
+
ak(a: BaseControlTheme, b: any, c: string): Thickness;
|
|
56
59
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
2
|
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
3
3
|
import { MultiSliderThumb as MultiSliderThumb_internal } from './MultiSliderThumb';
|
|
4
|
-
import {
|
|
5
|
-
export declare class IgcMultiSliderThumbCollection extends IgCollection<
|
|
6
|
-
constructor(list?:
|
|
7
|
-
protected _createInnerColl(): SyncableObservableCollection$2<
|
|
4
|
+
import { IgcMultiSliderThumbComponent as IgcMultiSliderThumbComponent } from './igc-multi-slider-thumb-component';
|
|
5
|
+
export declare class IgcMultiSliderThumbCollection extends IgCollection<IgcMultiSliderThumbComponent, MultiSliderThumb_internal> {
|
|
6
|
+
constructor(list?: IgcMultiSliderThumbComponent[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgcMultiSliderThumbComponent, MultiSliderThumb_internal>;
|
|
8
8
|
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { MultiSliderThumbRangePosition } from "./MultiSliderThumbRangePosition";
|
|
3
|
+
import { IgcMultiSliderTrackThumbRange } from "./igc-multi-slider-track-thumb-range";
|
|
4
|
+
import { IgcPropertyUpdatedEventArgs } from "igniteui-webcomponents-core";
|
|
5
|
+
import { MultiSliderThumb } from "./MultiSliderThumb";
|
|
6
|
+
export declare class IgcMultiSliderThumbComponent extends IgcHTMLElement {
|
|
7
|
+
protected createImplementation(): MultiSliderThumb;
|
|
8
|
+
protected _implementation: any;
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
get i(): MultiSliderThumb; /**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
static _createFromInternal(internal: any): IgcMultiSliderThumbComponent;
|
|
16
|
+
private onImplementationCreated;
|
|
17
|
+
constructor();
|
|
18
|
+
private _settingAttributes;
|
|
19
|
+
protected _attached: boolean;
|
|
20
|
+
private _queuedSetAttributes;
|
|
21
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
22
|
+
protected _flushQueuedAttributes(): void;
|
|
23
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
24
|
+
connectedCallback(): void;
|
|
25
|
+
disconnectedCallback(): void;
|
|
26
|
+
private static _observedAttributesIgcMultiSliderThumbComponent;
|
|
27
|
+
static get observedAttributes(): string[];
|
|
28
|
+
private _updatingFromAttribute;
|
|
29
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
30
|
+
static htmlTagName: string;
|
|
31
|
+
protected static _isElementRegistered: boolean;
|
|
32
|
+
static register(): void;
|
|
33
|
+
get value(): number;
|
|
34
|
+
set value(v: number);
|
|
35
|
+
get rangePosition(): MultiSliderThumbRangePosition;
|
|
36
|
+
set rangePosition(v: MultiSliderThumbRangePosition);
|
|
37
|
+
get range(): IgcMultiSliderTrackThumbRange;
|
|
38
|
+
set range(v: IgcMultiSliderTrackThumbRange);
|
|
39
|
+
findByName(name: string): any;
|
|
40
|
+
protected __p: string;
|
|
41
|
+
protected _hasUserValues: Set<string>;
|
|
42
|
+
protected get hasUserValues(): Set<string>;
|
|
43
|
+
protected __m(propertyName: string): void;
|
|
44
|
+
protected _stylingContainer: any;
|
|
45
|
+
protected _stylingParent: any;
|
|
46
|
+
protected _inStyling: boolean;
|
|
47
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
48
|
+
push(amount: number): number;
|
|
49
|
+
private _propertyUpdated;
|
|
50
|
+
private _propertyUpdated_wrapped;
|
|
51
|
+
get propertyUpdated(): (s: IgcMultiSliderThumbComponent, e: IgcPropertyUpdatedEventArgs) => void;
|
|
52
|
+
set propertyUpdated(ev: (s: IgcMultiSliderThumbComponent, e: IgcPropertyUpdatedEventArgs) => void);
|
|
53
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IgcMultiSliderThumbComponent } from "./igc-multi-slider-thumb-component";
|
|
2
2
|
import { MultiSliderThumbValueChangingEventArgs as MultiSliderThumbValueChangingEventArgs_internal } from "./MultiSliderThumbValueChangingEventArgs";
|
|
3
3
|
export declare class IgcMultiSliderThumbValueChangingEventArgs {
|
|
4
4
|
protected createImplementation(): MultiSliderThumbValueChangingEventArgs_internal;
|
|
@@ -12,6 +12,6 @@ export declare class IgcMultiSliderThumbValueChangingEventArgs {
|
|
|
12
12
|
protected _provideImplementation(i: any): void;
|
|
13
13
|
get value(): number;
|
|
14
14
|
set value(v: number);
|
|
15
|
-
get thumb():
|
|
16
|
-
set thumb(v:
|
|
15
|
+
get thumb(): IgcMultiSliderThumbComponent;
|
|
16
|
+
set thumb(v: IgcMultiSliderThumbComponent);
|
|
17
17
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IgcMultiSliderThumbComponent } from "./igc-multi-slider-thumb-component";
|
|
2
2
|
import { MultiSliderTrackThumbRange as MultiSliderTrackThumbRange_internal } from "./MultiSliderTrackThumbRange";
|
|
3
3
|
export declare class IgcMultiSliderTrackThumbRange {
|
|
4
4
|
protected createImplementation(): MultiSliderTrackThumbRange_internal;
|
|
@@ -18,9 +18,9 @@ export declare class IgcMultiSliderTrackThumbRange {
|
|
|
18
18
|
set minWidth(v: number);
|
|
19
19
|
get maxWidth(): number;
|
|
20
20
|
set maxWidth(v: number);
|
|
21
|
-
get lowerThumb():
|
|
22
|
-
set lowerThumb(v:
|
|
23
|
-
get higherThumb():
|
|
24
|
-
set higherThumb(v:
|
|
21
|
+
get lowerThumb(): IgcMultiSliderThumbComponent;
|
|
22
|
+
set lowerThumb(v: IgcMultiSliderThumbComponent);
|
|
23
|
+
get higherThumb(): IgcMultiSliderThumbComponent;
|
|
24
|
+
set higherThumb(v: IgcMultiSliderThumbComponent);
|
|
25
25
|
findByName(name: string): any;
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-inputs",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.2",
|
|
4
4
|
"description": "Ignite UI Web Components inputs components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-inputs",
|
|
6
6
|
"keywords": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"tslib": "^2.3.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"igniteui-webcomponents-core": "7.1.0-alpha.
|
|
17
|
+
"igniteui-webcomponents-core": "7.1.0-alpha.2"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"typings": "igniteui-webcomponents-inputs.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -106,7 +106,8 @@ export * from './lib/IMultiSliderTrackShadeVisual';
|
|
|
106
106
|
export * from './lib/MultiSliderTrackShadeOrientation';
|
|
107
107
|
export * from './lib/DefaultMultiTrackShadeVisual';
|
|
108
108
|
export * from './lib/MultiSliderThumb';
|
|
109
|
-
export * from './lib/igc-multi-slider-thumb';
|
|
109
|
+
export * from './lib/igc-multi-slider-thumb-component';
|
|
110
|
+
export * from './lib/igc-multi-slider-thumb-module';
|
|
110
111
|
export * from './lib/MultiSliderThumbRangePosition';
|
|
111
112
|
export * from './lib/IMultiSliderTrackThumbCalloutVisual';
|
|
112
113
|
export * from './lib/DefaultMultiSliderTrackThumbCalloutVisual';
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
2
|
-
import { MultiSliderThumbRangePosition_$type } from "./MultiSliderThumbRangePosition";
|
|
3
|
-
import { IgcMultiSliderTrackThumbRange } from "./igc-multi-slider-track-thumb-range";
|
|
4
|
-
import { IgcPropertyUpdatedEventArgs } from "igniteui-webcomponents-core";
|
|
5
|
-
import { MultiSliderThumb as MultiSliderThumb_internal } from "./MultiSliderThumb";
|
|
6
|
-
import { ensureEnum } from "igniteui-webcomponents-core";
|
|
7
|
-
export class IgcMultiSliderThumb {
|
|
8
|
-
createImplementation() {
|
|
9
|
-
return new MultiSliderThumb_internal();
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
get i() {
|
|
15
|
-
return this._implementation;
|
|
16
|
-
}
|
|
17
|
-
onImplementationCreated() {
|
|
18
|
-
}
|
|
19
|
-
constructor() {
|
|
20
|
-
this._propertyUpdated = null;
|
|
21
|
-
this._propertyUpdated_wrapped = null;
|
|
22
|
-
this._implementation = this.createImplementation();
|
|
23
|
-
this._implementation.externalObject = this;
|
|
24
|
-
this.onImplementationCreated();
|
|
25
|
-
if (this._initializeAdapters) {
|
|
26
|
-
this._initializeAdapters();
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
_provideImplementation(i) {
|
|
30
|
-
this._implementation = i;
|
|
31
|
-
this._implementation.externalObject = this;
|
|
32
|
-
this.onImplementationCreated();
|
|
33
|
-
if (this._initializeAdapters) {
|
|
34
|
-
this._initializeAdapters();
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
get value() {
|
|
38
|
-
return this.i.s;
|
|
39
|
-
}
|
|
40
|
-
set value(v) {
|
|
41
|
-
this.i.s = +v;
|
|
42
|
-
}
|
|
43
|
-
get rangePosition() {
|
|
44
|
-
return this.i.g;
|
|
45
|
-
}
|
|
46
|
-
set rangePosition(v) {
|
|
47
|
-
this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
|
|
48
|
-
}
|
|
49
|
-
get range() {
|
|
50
|
-
const r = this.i.i;
|
|
51
|
-
if (r == null) {
|
|
52
|
-
return null;
|
|
53
|
-
}
|
|
54
|
-
if (!r.externalObject) {
|
|
55
|
-
let e = new IgcMultiSliderTrackThumbRange();
|
|
56
|
-
if (r.$type) {
|
|
57
|
-
e._implementation = r;
|
|
58
|
-
}
|
|
59
|
-
else {
|
|
60
|
-
if (e.i.setNativeElement) {
|
|
61
|
-
e.i.setNativeElement(r);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
r.externalObject = e;
|
|
65
|
-
}
|
|
66
|
-
return r.externalObject;
|
|
67
|
-
}
|
|
68
|
-
set range(v) {
|
|
69
|
-
v == null ? this.i.i = null : this.i.i = v.i;
|
|
70
|
-
}
|
|
71
|
-
findByName(name) {
|
|
72
|
-
if (this.findEphemera) {
|
|
73
|
-
if (name && name.indexOf("@@e:") == 0) {
|
|
74
|
-
return this.findEphemera(name);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
if (this.range && this.range.name && this.range.name == name) {
|
|
78
|
-
return this.range;
|
|
79
|
-
}
|
|
80
|
-
return null;
|
|
81
|
-
}
|
|
82
|
-
push(amount) {
|
|
83
|
-
let iv = this.i.r(amount);
|
|
84
|
-
return (iv);
|
|
85
|
-
}
|
|
86
|
-
get propertyUpdated() {
|
|
87
|
-
return this._propertyUpdated;
|
|
88
|
-
}
|
|
89
|
-
set propertyUpdated(ev) {
|
|
90
|
-
if (this._propertyUpdated_wrapped !== null) {
|
|
91
|
-
this.i.propertyUpdated = delegateRemove(this.i.propertyUpdated, this._propertyUpdated_wrapped);
|
|
92
|
-
this._propertyUpdated_wrapped = null;
|
|
93
|
-
this._propertyUpdated = null;
|
|
94
|
-
}
|
|
95
|
-
this._propertyUpdated = ev;
|
|
96
|
-
this._propertyUpdated_wrapped = (o, e) => {
|
|
97
|
-
let outerArgs = new IgcPropertyUpdatedEventArgs();
|
|
98
|
-
outerArgs._provideImplementation(e);
|
|
99
|
-
if (this.beforePropertyUpdated) {
|
|
100
|
-
this.beforePropertyUpdated(this, outerArgs);
|
|
101
|
-
}
|
|
102
|
-
if (this._propertyUpdated) {
|
|
103
|
-
this._propertyUpdated(this, outerArgs);
|
|
104
|
-
}
|
|
105
|
-
};
|
|
106
|
-
this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, this._propertyUpdated_wrapped);
|
|
107
|
-
;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
2
|
-
import { MultiSliderThumbRangePosition_$type } from "./MultiSliderThumbRangePosition";
|
|
3
|
-
import { IgcMultiSliderTrackThumbRange } from "./igc-multi-slider-track-thumb-range";
|
|
4
|
-
import { IgcPropertyUpdatedEventArgs } from "igniteui-webcomponents-core";
|
|
5
|
-
import { MultiSliderThumb as MultiSliderThumb_internal } from "./MultiSliderThumb";
|
|
6
|
-
import { ensureEnum } from "igniteui-webcomponents-core";
|
|
7
|
-
var IgcMultiSliderThumb = /** @class */ /*@__PURE__*/ (function () {
|
|
8
|
-
function IgcMultiSliderThumb() {
|
|
9
|
-
this._propertyUpdated = null;
|
|
10
|
-
this._propertyUpdated_wrapped = null;
|
|
11
|
-
this._implementation = this.createImplementation();
|
|
12
|
-
this._implementation.externalObject = this;
|
|
13
|
-
this.onImplementationCreated();
|
|
14
|
-
if (this._initializeAdapters) {
|
|
15
|
-
this._initializeAdapters();
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
IgcMultiSliderThumb.prototype.createImplementation = function () {
|
|
19
|
-
return new MultiSliderThumb_internal();
|
|
20
|
-
};
|
|
21
|
-
Object.defineProperty(IgcMultiSliderThumb.prototype, "i", {
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
get: function () {
|
|
26
|
-
return this._implementation;
|
|
27
|
-
},
|
|
28
|
-
enumerable: false,
|
|
29
|
-
configurable: true
|
|
30
|
-
});
|
|
31
|
-
IgcMultiSliderThumb.prototype.onImplementationCreated = function () {
|
|
32
|
-
};
|
|
33
|
-
IgcMultiSliderThumb.prototype._provideImplementation = function (i) {
|
|
34
|
-
this._implementation = i;
|
|
35
|
-
this._implementation.externalObject = this;
|
|
36
|
-
this.onImplementationCreated();
|
|
37
|
-
if (this._initializeAdapters) {
|
|
38
|
-
this._initializeAdapters();
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
|
-
Object.defineProperty(IgcMultiSliderThumb.prototype, "value", {
|
|
42
|
-
get: function () {
|
|
43
|
-
return this.i.s;
|
|
44
|
-
},
|
|
45
|
-
set: function (v) {
|
|
46
|
-
this.i.s = +v;
|
|
47
|
-
},
|
|
48
|
-
enumerable: false,
|
|
49
|
-
configurable: true
|
|
50
|
-
});
|
|
51
|
-
Object.defineProperty(IgcMultiSliderThumb.prototype, "rangePosition", {
|
|
52
|
-
get: function () {
|
|
53
|
-
return this.i.g;
|
|
54
|
-
},
|
|
55
|
-
set: function (v) {
|
|
56
|
-
this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
|
|
57
|
-
},
|
|
58
|
-
enumerable: false,
|
|
59
|
-
configurable: true
|
|
60
|
-
});
|
|
61
|
-
Object.defineProperty(IgcMultiSliderThumb.prototype, "range", {
|
|
62
|
-
get: function () {
|
|
63
|
-
var r = this.i.i;
|
|
64
|
-
if (r == null) {
|
|
65
|
-
return null;
|
|
66
|
-
}
|
|
67
|
-
if (!r.externalObject) {
|
|
68
|
-
var e = new IgcMultiSliderTrackThumbRange();
|
|
69
|
-
if (r.$type) {
|
|
70
|
-
e._implementation = r;
|
|
71
|
-
}
|
|
72
|
-
else {
|
|
73
|
-
if (e.i.setNativeElement) {
|
|
74
|
-
e.i.setNativeElement(r);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
r.externalObject = e;
|
|
78
|
-
}
|
|
79
|
-
return r.externalObject;
|
|
80
|
-
},
|
|
81
|
-
set: function (v) {
|
|
82
|
-
v == null ? this.i.i = null : this.i.i = v.i;
|
|
83
|
-
},
|
|
84
|
-
enumerable: false,
|
|
85
|
-
configurable: true
|
|
86
|
-
});
|
|
87
|
-
IgcMultiSliderThumb.prototype.findByName = function (name) {
|
|
88
|
-
if (this.findEphemera) {
|
|
89
|
-
if (name && name.indexOf("@@e:") == 0) {
|
|
90
|
-
return this.findEphemera(name);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
if (this.range && this.range.name && this.range.name == name) {
|
|
94
|
-
return this.range;
|
|
95
|
-
}
|
|
96
|
-
return null;
|
|
97
|
-
};
|
|
98
|
-
IgcMultiSliderThumb.prototype.push = function (amount) {
|
|
99
|
-
var iv = this.i.r(amount);
|
|
100
|
-
return (iv);
|
|
101
|
-
};
|
|
102
|
-
Object.defineProperty(IgcMultiSliderThumb.prototype, "propertyUpdated", {
|
|
103
|
-
get: function () {
|
|
104
|
-
return this._propertyUpdated;
|
|
105
|
-
},
|
|
106
|
-
set: function (ev) {
|
|
107
|
-
var _this = this;
|
|
108
|
-
if (this._propertyUpdated_wrapped !== null) {
|
|
109
|
-
this.i.propertyUpdated = delegateRemove(this.i.propertyUpdated, this._propertyUpdated_wrapped);
|
|
110
|
-
this._propertyUpdated_wrapped = null;
|
|
111
|
-
this._propertyUpdated = null;
|
|
112
|
-
}
|
|
113
|
-
this._propertyUpdated = ev;
|
|
114
|
-
this._propertyUpdated_wrapped = function (o, e) {
|
|
115
|
-
var outerArgs = new IgcPropertyUpdatedEventArgs();
|
|
116
|
-
outerArgs._provideImplementation(e);
|
|
117
|
-
if (_this.beforePropertyUpdated) {
|
|
118
|
-
_this.beforePropertyUpdated(_this, outerArgs);
|
|
119
|
-
}
|
|
120
|
-
if (_this._propertyUpdated) {
|
|
121
|
-
_this._propertyUpdated(_this, outerArgs);
|
|
122
|
-
}
|
|
123
|
-
};
|
|
124
|
-
this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, this._propertyUpdated_wrapped);
|
|
125
|
-
;
|
|
126
|
-
},
|
|
127
|
-
enumerable: false,
|
|
128
|
-
configurable: true
|
|
129
|
-
});
|
|
130
|
-
return IgcMultiSliderThumb;
|
|
131
|
-
}());
|
|
132
|
-
export { IgcMultiSliderThumb };
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { MultiSliderThumbRangePosition } from "./MultiSliderThumbRangePosition";
|
|
2
|
-
import { IgcMultiSliderTrackThumbRange } from "./igc-multi-slider-track-thumb-range";
|
|
3
|
-
import { IgcPropertyUpdatedEventArgs } from "igniteui-webcomponents-core";
|
|
4
|
-
import { MultiSliderThumb as MultiSliderThumb_internal } from "./MultiSliderThumb";
|
|
5
|
-
export declare class IgcMultiSliderThumb {
|
|
6
|
-
protected createImplementation(): MultiSliderThumb_internal;
|
|
7
|
-
protected _implementation: any;
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
get i(): MultiSliderThumb_internal;
|
|
12
|
-
private onImplementationCreated;
|
|
13
|
-
constructor();
|
|
14
|
-
protected _provideImplementation(i: any): void;
|
|
15
|
-
get value(): number;
|
|
16
|
-
set value(v: number);
|
|
17
|
-
get rangePosition(): MultiSliderThumbRangePosition;
|
|
18
|
-
set rangePosition(v: MultiSliderThumbRangePosition);
|
|
19
|
-
get range(): IgcMultiSliderTrackThumbRange;
|
|
20
|
-
set range(v: IgcMultiSliderTrackThumbRange);
|
|
21
|
-
findByName(name: string): any;
|
|
22
|
-
push(amount: number): number;
|
|
23
|
-
private _propertyUpdated;
|
|
24
|
-
private _propertyUpdated_wrapped;
|
|
25
|
-
get propertyUpdated(): (s: IgcMultiSliderThumb, e: IgcPropertyUpdatedEventArgs) => void;
|
|
26
|
-
set propertyUpdated(ev: (s: IgcMultiSliderThumb, e: IgcPropertyUpdatedEventArgs) => void);
|
|
27
|
-
}
|