igniteui-webcomponents-inputs 5.2.0 → 5.2.1-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.
Files changed (48) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +3252 -3096
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +26 -26
  4. package/esm2015/lib/ButtonView_combined.js +1716 -1662
  5. package/esm2015/lib/CalendarView_combined.js +312 -298
  6. package/esm2015/lib/IconViewType.js +11 -0
  7. package/esm2015/lib/IconView_combined.js +462 -432
  8. package/esm2015/lib/InputGroupView_combined.js +115 -93
  9. package/esm2015/lib/MultiSliderBridge.js +14 -14
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +4 -4
  11. package/esm2015/lib/XButtonBridge.js +39 -35
  12. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  13. package/esm2015/lib/XCheckboxBridge.js +8 -8
  14. package/esm2015/lib/XComponentBridge.js +1 -1
  15. package/esm2015/lib/XIconBridge.js +25 -23
  16. package/esm2015/lib/XInputBridge.js +16 -16
  17. package/esm2015/lib/XPopupBridge.js +3 -3
  18. package/esm2015/lib/igc-x-button-component.js +555 -545
  19. package/esm2015/lib/igc-x-icon-component.js +89 -89
  20. package/esm2015/public_api.js +1 -0
  21. package/esm5/lib/ButtonGroupView_combined.js +26 -26
  22. package/esm5/lib/ButtonView_combined.js +1583 -1525
  23. package/esm5/lib/CalendarView_combined.js +312 -298
  24. package/esm5/lib/IconViewType.js +11 -0
  25. package/esm5/lib/IconView_combined.js +449 -419
  26. package/esm5/lib/InputGroupView_combined.js +115 -93
  27. package/esm5/lib/MultiSliderBridge.js +14 -14
  28. package/esm5/lib/NativeUIXInputsFactory_combined.js +4 -4
  29. package/esm5/lib/XButtonBridge.js +39 -35
  30. package/esm5/lib/XButtonGroupBridge.js +2 -2
  31. package/esm5/lib/XCheckboxBridge.js +8 -8
  32. package/esm5/lib/XComponentBridge.js +1 -1
  33. package/esm5/lib/XIconBridge.js +25 -23
  34. package/esm5/lib/XInputBridge.js +16 -16
  35. package/esm5/lib/XPopupBridge.js +3 -3
  36. package/esm5/lib/igc-x-button-component.js +559 -545
  37. package/esm5/lib/igc-x-icon-component.js +89 -89
  38. package/esm5/public_api.js +1 -0
  39. package/fesm2015/igniteui-webcomponents-inputs.js +3399 -3252
  40. package/fesm5/igniteui-webcomponents-inputs.js +3253 -3098
  41. package/lib/ButtonView_combined.d.ts +513 -504
  42. package/lib/CalendarView_combined.d.ts +38 -35
  43. package/lib/IconViewType.d.ts +16 -0
  44. package/lib/IconView_combined.d.ts +115 -111
  45. package/lib/InputGroupView_combined.d.ts +28 -26
  46. package/lib/igc-x-button-component.d.ts +5 -0
  47. package/package.json +2 -2
  48. package/public_api.d.ts +1 -0
@@ -31,61 +31,64 @@ export declare class CalendarView extends Base {
31
31
  private i;
32
32
  private e;
33
33
  private p;
34
+ private x;
34
35
  private w;
35
36
  constructor();
36
37
  c: XCalendar;
37
38
  k(): List$1<DomWrapper>;
38
39
  l(): List$1<DomWrapper>;
39
- ao(): void;
40
+ ap(): void;
40
41
  m: DomRenderer;
41
- an(a: DomRenderer): void;
42
- x(): string;
43
- private aa;
44
- private ad;
45
- private a4;
46
- a8(): void;
42
+ ao(a: DomRenderer): void;
43
+ y(): string;
47
44
  private ab;
45
+ private ae;
46
+ private a5;
47
+ a9(): void;
48
48
  private ac;
49
+ private ad;
50
+ bd(): void;
51
+ private af;
52
+ a8(): void;
53
+ private a3;
49
54
  bc(): void;
50
- private ae;
51
- a7(): void;
52
- private a2;
53
- bb(): void;
54
- private av;
55
- a3(): void;
56
- private a0;
55
+ private aw;
56
+ a4(): void;
57
57
  private a1;
58
- private af;
59
- as(a: any, b: XButton): void;
60
- az(a: string): void;
61
- aw(a: any, b: XIcon): void;
58
+ private a2;
59
+ private ag;
60
+ at(a: any, b: XButton): void;
61
+ a0(a: string): void;
62
+ ax(a: any, b: XIcon): void;
63
+ az(): void;
64
+ au(a?: boolean, b?: boolean): void;
62
65
  ay(): void;
63
- at(a?: boolean, b?: boolean): void;
64
- ax(): void;
65
- a6(): void;
66
- a5(a: number, b?: boolean): void;
67
- ar(a?: boolean): void;
68
- au(a?: boolean): void;
66
+ a7(): void;
67
+ a6(a: number, b?: boolean): void;
68
+ as(a?: boolean): void;
69
+ av(a?: boolean): void;
69
70
  d(a: DomWrapper): boolean;
70
- ah(): void;
71
- private aq;
72
- private al;
73
- private a9;
71
+ ai(): void;
72
+ private ar;
73
+ private am;
74
74
  private ba;
75
- private y;
75
+ private bb;
76
76
  private z;
77
+ private aa;
77
78
  private v;
78
- private ap;
79
+ private aq;
80
+ private al;
79
81
  private ak;
82
+ private bi;
83
+ private ah;
80
84
  private aj;
81
- private bf;
82
- private ag;
83
- private ai;
84
- private bd;
85
85
  private be;
86
+ private bh;
87
+ private bg;
88
+ private bf;
86
89
  a(): number[];
87
90
  b(a: DomWrapper): number[];
88
- am(): void;
91
+ an(): void;
89
92
  }
90
93
  /**
91
94
  * @hidden
@@ -0,0 +1,16 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum IconViewType {
6
+ SVG = 0,
7
+ SVGPath = 1,
8
+ SVGPaths = 2,
9
+ DataURL = 3,
10
+ Source = 4,
11
+ None = 5
12
+ }
13
+ /**
14
+ * @hidden
15
+ */
16
+ export declare let IconViewType_$type: Type;
@@ -7,6 +7,7 @@ import { FastIterationDictionary$2 } from "igniteui-webcomponents-core";
7
7
  import { Brush } from "igniteui-webcomponents-core";
8
8
  import { FontInfo } from "igniteui-webcomponents-core";
9
9
  import { PrimitiveVisualData } from "igniteui-webcomponents-core";
10
+ import { IconViewType } from "./IconViewType";
10
11
  import { IIcon } from "igniteui-webcomponents-core";
11
12
  import { BaseControlTheme } from "igniteui-webcomponents-core";
12
13
  import { BrushCollection } from "igniteui-webcomponents-core";
@@ -19,7 +20,7 @@ export declare class IconView extends Base {
19
20
  static $t: Type;
20
21
  constructor();
21
22
  d: XIcon;
22
- ak(): void;
23
+ al(): void;
23
24
  l(): boolean;
24
25
  v: DomRenderer;
25
26
  private g;
@@ -35,22 +36,23 @@ export declare class IconView extends Base {
35
36
  u: List$1<Tuple$2<SVGNode, any>>;
36
37
  e: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
37
38
  f: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
38
- ai(a: DomRenderer): void;
39
+ aj(a: DomRenderer): void;
40
+ av(a: string): void;
41
+ aw(a: string[]): void;
39
42
  au(a: string): void;
40
- av(a: string[]): void;
41
- at(a: string): void;
42
43
  private ab;
43
- ap(a: string): void;
44
- as(a: any): void;
44
+ aq(a: string): void;
45
+ at(a: any): void;
46
+ ag(): void;
45
47
  private k;
46
- ar(): void;
47
- ax(): void;
48
+ as(): void;
49
+ ay(): void;
48
50
  private n;
49
- am(a: Brush, b: string): void;
50
- an(a: any, b: Brush): void;
51
+ an(a: Brush, b: string): void;
51
52
  ao(a: any, b: Brush): void;
53
+ ap(a: any, b: Brush): void;
52
54
  private ac;
53
- al(): void;
55
+ am(): void;
54
56
  private ad;
55
57
  private ae;
56
58
  private j;
@@ -58,15 +60,15 @@ export declare class IconView extends Base {
58
60
  private x;
59
61
  private w;
60
62
  private p;
61
- ag(): void;
62
- aj(): void;
63
- aw(a: FontInfo): void;
63
+ ah(): void;
64
+ ak(): void;
65
+ ax(a: FontInfo): void;
64
66
  b(): number[];
65
- private ah;
67
+ private ai;
66
68
  a(): PrimitiveVisualData[];
67
69
  private af;
68
70
  private h;
69
- private aq;
71
+ private ar;
70
72
  private i;
71
73
  }
72
74
  /**
@@ -79,146 +81,148 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
79
81
  get view(): IconView;
80
82
  set view(a: IconView);
81
83
  destroy(): void;
82
- protected ce(a: string, b: any, c: any): void;
83
- protected ch(a: string, b: any, c: any): void;
84
+ protected cg(a: string, b: any, c: any): void;
85
+ protected cj(a: string, b: any, c: any): void;
86
+ private cn;
87
+ protected get t(): boolean;
88
+ private cm;
84
89
  private cl;
85
- protected get r(): boolean;
86
- private ck;
87
- private cj;
88
- private cg;
89
- static c2: Brush;
90
- static c7: Brush;
91
- static c6: Brush;
92
- static c3: Brush;
90
+ private ci;
91
+ k: IconViewType;
92
+ private j;
93
93
  static c4: Brush;
94
+ static c9: Brush;
95
+ static c8: Brush;
94
96
  static c5: Brush;
95
- static ai: number;
96
- static ah: number;
97
- private j;
98
- get k(): BaseControlTheme;
99
- set k(a: BaseControlTheme);
100
- private cm;
101
- get cz(): Brush;
102
- set cz(a: Brush);
103
- private cn;
104
- get c0(): Brush;
105
- set c0(a: Brush);
97
+ static c6: Brush;
98
+ static c7: Brush;
99
+ static ak: number;
100
+ static aj: number;
101
+ private l;
102
+ get m(): BaseControlTheme;
103
+ set m(a: BaseControlTheme);
106
104
  private co;
107
105
  get c1(): Brush;
108
106
  set c1(a: Brush);
109
- private w;
110
- get ag(): number;
111
- set ag(a: number);
112
107
  private cp;
113
- get fill(): Brush;
114
- set fill(a: Brush);
115
- private cx;
116
- get df(): Brush;
117
- set df(a: Brush);
118
- private aa;
119
- get am(): number;
120
- set am(a: number);
121
- private cy;
122
- get dg(): Brush;
123
- set dg(a: Brush);
108
+ get c2(): Brush;
109
+ set c2(a: Brush);
124
110
  private cq;
125
- get c8(): Brush;
126
- set c8(a: Brush);
127
- private cr;
128
- get c9(): Brush;
129
- set c9(a: Brush);
111
+ get c3(): Brush;
112
+ set c3(a: Brush);
130
113
  private y;
131
- get ak(): number;
132
- set ak(a: number);
114
+ get ai(): number;
115
+ set ai(a: number);
116
+ private cr;
117
+ get fill(): Brush;
118
+ set fill(a: Brush);
119
+ private cz;
120
+ get dh(): Brush;
121
+ set dh(a: Brush);
122
+ private ac;
123
+ get ao(): number;
124
+ set ao(a: number);
125
+ private c0;
126
+ get di(): Brush;
127
+ set di(a: Brush);
133
128
  private cs;
134
129
  get da(): Brush;
135
130
  set da(a: Brush);
136
- private c;
137
- get e(): BrushCollection;
138
- set e(a: BrushCollection);
139
- private d;
140
- get f(): BrushCollection;
141
- set f(a: BrushCollection);
142
131
  private ct;
143
132
  get db(): Brush;
144
133
  set db(a: Brush);
134
+ private aa;
135
+ get am(): number;
136
+ set am(a: number);
145
137
  private cu;
146
138
  get dc(): Brush;
147
139
  set dc(a: Brush);
140
+ private c;
141
+ get e(): BrushCollection;
142
+ set e(a: BrushCollection);
143
+ private d;
144
+ get f(): BrushCollection;
145
+ set f(a: BrushCollection);
148
146
  private cv;
149
147
  get dd(): Brush;
150
148
  set dd(a: Brush);
151
149
  private cw;
152
150
  get de(): Brush;
153
151
  set de(a: Brush);
154
- private av;
155
- get ax(): any;
156
- set ax(a: any);
157
- private az;
158
- get ba(): string;
159
- set ba(a: string);
160
- private a2;
152
+ private cx;
153
+ get df(): Brush;
154
+ set df(a: Brush);
155
+ private cy;
156
+ get dg(): Brush;
157
+ set dg(a: Brush);
158
+ private ax;
159
+ get az(): any;
160
+ set az(a: any);
161
+ private a1;
162
+ get bc(): string;
163
+ set bc(a: string);
164
+ private a4;
161
165
  get svgPath(): string;
162
166
  set svgPath(a: string);
163
- private a1;
167
+ private a3;
164
168
  get svg(): string;
165
169
  set svg(a: string);
166
170
  private a;
167
171
  get b(): string[];
168
172
  set b(a: string[]);
169
- cc(): void;
170
- cd(): void;
171
- private l;
172
- get m(): FontInfo;
173
- set m(a: FontInfo);
174
- private static au;
175
- private a0;
176
- get bk(): string;
177
- set bk(a: string);
178
- private as;
173
+ ce(): void;
174
+ cf(): void;
179
175
  private n;
180
- get q(): boolean;
181
- get at(): number;
182
- set at(a: number);
183
- private ay;
184
- get a7(): string;
185
- set a7(a: string);
176
+ get o(): FontInfo;
177
+ set o(a: FontInfo);
178
+ private static aw;
179
+ private a2;
180
+ get bm(): string;
181
+ set bm(a: string);
182
+ private au;
186
183
  private p;
187
- get t(): boolean;
188
- set t(a: boolean);
189
- private o;
184
+ get s(): boolean;
185
+ get av(): number;
186
+ set av(a: number);
187
+ private a0;
188
+ get a9(): string;
189
+ set a9(a: string);
190
+ private r;
191
+ get v(): boolean;
192
+ set v(a: boolean);
193
+ private q;
190
194
  get disabled(): boolean;
191
195
  set disabled(a: boolean);
192
- private z;
193
- get al(): number;
194
- set al(a: number);
195
- private ac;
196
- get ao(): number;
197
- set ao(a: number);
198
- private ad;
199
- get ap(): number;
200
- set ap(a: number);
201
- private ae;
202
- get aq(): number;
203
- set aq(a: number);
204
196
  private ab;
205
197
  get an(): number;
206
198
  set an(a: number);
199
+ private ae;
200
+ get aq(): number;
201
+ set aq(a: number);
207
202
  private af;
208
203
  get ar(): number;
209
204
  set ar(a: number);
210
- private x;
211
- get aj(): number;
212
- set aj(a: number);
213
- cf(): void;
205
+ private ag;
206
+ get as(): number;
207
+ set as(a: number);
208
+ private ad;
209
+ get ap(): number;
210
+ set ap(a: number);
211
+ private ah;
212
+ get at(): number;
213
+ set at(a: number);
214
+ private z;
215
+ get al(): number;
216
+ set al(a: number);
217
+ ch(): void;
214
218
  clicked: (sender: any, args: IconClickedEventArgs) => void;
215
219
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
216
220
  onDetachedFromUI(): void;
217
221
  onAttachedToUI(): void;
218
- v(): boolean;
219
- protected u(): boolean;
220
- aw(): any;
221
- bc(): string;
222
+ x(): boolean;
223
+ protected w(): boolean;
224
+ ay(): any;
225
+ be(): string;
222
226
  g(): IconVisualModelExport;
223
227
  provideContainer(a: DomRenderer): void;
224
228
  }
@@ -85,23 +85,24 @@ export declare class SuffixView extends Base {
85
85
  static $t: Type;
86
86
  constructor();
87
87
  a: XSuffix;
88
- o(): void;
89
- d(): boolean;
90
- private g;
88
+ p(): void;
89
+ e(): boolean;
90
+ private h;
91
91
  private b;
92
- private e;
93
- get r(): Path;
94
- m(a: DomRenderer): void;
95
- q(): void;
96
92
  private f;
97
- p(): void;
98
- private i;
93
+ get s(): Path;
94
+ n(a: DomRenderer): void;
95
+ private d;
96
+ r(): void;
97
+ private g;
98
+ q(): void;
99
99
  private j;
100
+ private k;
100
101
  private c;
101
- private h;
102
- l(): void;
103
- n(): void;
104
- k(a: any): void;
102
+ private i;
103
+ m(): void;
104
+ o(): void;
105
+ l(a: any): void;
105
106
  }
106
107
  /**
107
108
  * @hidden
@@ -110,23 +111,24 @@ export declare class PrefixView extends Base {
110
111
  static $t: Type;
111
112
  constructor();
112
113
  a: XPrefix;
113
- o(): void;
114
- d(): boolean;
115
- g: DomRenderer;
114
+ p(): void;
115
+ e(): boolean;
116
+ h: DomRenderer;
116
117
  private b;
117
- private e;
118
- get r(): Path;
119
- m(a: DomRenderer): void;
120
- q(): void;
121
118
  private f;
122
- p(): void;
123
- private i;
119
+ get s(): Path;
120
+ n(a: DomRenderer): void;
121
+ private d;
122
+ r(): void;
123
+ private g;
124
+ q(): void;
124
125
  private j;
126
+ private k;
125
127
  private c;
126
- private h;
127
- l(): void;
128
- n(): void;
129
- k(a: any): void;
128
+ private i;
129
+ m(): void;
130
+ o(): void;
131
+ l(a: any): void;
130
132
  }
131
133
  /**
132
134
  * @hidden
@@ -861,6 +861,11 @@ export declare class IgcXButtonComponent extends IgcHTMLElement {
861
861
  */
862
862
  get clickTunneling(): boolean;
863
863
  set clickTunneling(v: boolean);
864
+ /**
865
+ * Gets or sets whether mouse events on the button will bubble up to parent elements.
866
+ */
867
+ get stopPropagation(): boolean;
868
+ set stopPropagation(v: boolean);
864
869
  findByName(name: string): any;
865
870
  protected __p: string;
866
871
  protected _hasUserValues: Set<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-inputs",
3
- "version": "5.2.0",
3
+ "version": "5.2.1-beta.0",
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": "5.2.0"
17
+ "igniteui-webcomponents-core": "5.2.1-beta.0"
18
18
  },
19
19
  "sideEffects": false,
20
20
  "typings": "igniteui-webcomponents-inputs.d.ts",
package/public_api.d.ts CHANGED
@@ -141,6 +141,7 @@ export * from './lib/igc-input-change-event-args';
141
141
  export * from './lib/InputShiftType';
142
142
  export * from './lib/XIcon';
143
143
  export * from './lib/IconClickedEventArgs';
144
+ export * from './lib/IconViewType';
144
145
  export * from './lib/XButton';
145
146
  export * from './lib/ThemeResolver';
146
147
  export * from './lib/Theme';