igniteui-webcomponents-inputs 1.4.2 → 3.2.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.
@@ -103,6 +103,7 @@ export declare class DatePicker extends Base implements INotifyPropertyChanged {
103
103
  notifySizeChanged(): void;
104
104
  destroy(): void;
105
105
  provideContainer(a: DomRenderer): void;
106
+ setName(a: string): void;
106
107
  private ae;
107
108
  private readonly af;
108
109
  private az;
@@ -111,8 +112,8 @@ export declare class DatePicker extends Base implements INotifyPropertyChanged {
111
112
  a2: Date;
112
113
  private a9;
113
114
  bs: string;
114
- private c9;
115
- dc: Brush;
115
+ private da;
116
+ dd: Brush;
116
117
  private static ab;
117
118
  private z;
118
119
  ac: FontInfo;
@@ -128,10 +129,10 @@ export declare class DatePicker extends Base implements INotifyPropertyChanged {
128
129
  w: BaseControlTheme;
129
130
  private aa;
130
131
  ad: FontInfo;
131
- private da;
132
- dd: Brush;
133
- private c8;
134
- db: Brush;
132
+ private db;
133
+ de: Brush;
134
+ private c9;
135
+ dc: Brush;
135
136
  private ak;
136
137
  as: boolean;
137
138
  private al;
@@ -156,16 +157,16 @@ export declare class DatePicker extends Base implements INotifyPropertyChanged {
156
157
  protected cu(a: string, b: any, c: any): void;
157
158
  protected cx(a: string, b: any, c: any): void;
158
159
  private ca;
160
+ private c6;
161
+ private c3;
159
162
  private c5;
160
- private c2;
161
- private c4;
162
163
  cd(): void;
163
164
  private cm;
164
165
  private cl;
165
166
  private ck;
166
- c7(a: string): void;
167
- private c6;
168
- private c3;
167
+ c8(a: string): void;
168
+ private c7;
169
+ private c4;
169
170
  cb(): void;
170
171
  ce(): void;
171
172
  private b9;
@@ -179,7 +180,7 @@ export declare class DatePicker extends Base implements INotifyPropertyChanged {
179
180
  ch(): void;
180
181
  cp(): void;
181
182
  cq(): void;
182
- private c1;
183
+ private c2;
183
184
  private c0;
184
185
  a5(): any;
185
186
  bl(): string;
@@ -181,25 +181,26 @@ export declare class InputView extends Base {
181
181
  private c;
182
182
  private h;
183
183
  readonly o: any;
184
- readonly a4: Path;
184
+ readonly a5: Path;
185
185
  readonly g: boolean;
186
186
  al(a: DomRenderer): void;
187
- av(a: boolean): void;
187
+ aw(a: boolean): void;
188
188
  au(a: boolean): void;
189
189
  e: boolean;
190
190
  private y;
191
191
  private x;
192
192
  as(): void;
193
193
  aq(): void;
194
+ a1(): void;
194
195
  a0(): void;
195
- az(): void;
196
196
  private i;
197
197
  at(a: string): void;
198
+ av(a: string): void;
198
199
  private u;
199
200
  private ab;
200
201
  private af;
201
202
  private ag;
202
- private a3;
203
+ private a4;
203
204
  private v;
204
205
  private w;
205
206
  private ac;
@@ -209,13 +210,13 @@ export declare class InputView extends Base {
209
210
  private z;
210
211
  private aa;
211
212
  private p;
212
- a1(a: string): void;
213
+ a2(a: string): void;
213
214
  q(): string;
214
215
  private r;
215
216
  n(): number;
216
217
  m(): number;
217
- ay(a: number): void;
218
- aw(a: number): void;
218
+ az(a: number): void;
219
+ ax(a: number): void;
219
220
  ap(): void;
220
221
  private s;
221
222
  private t;
@@ -224,11 +225,11 @@ export declare class InputView extends Base {
224
225
  private l;
225
226
  aj(): void;
226
227
  am(): void;
227
- a2(a: FontInfo): void;
228
+ a3(a: FontInfo): void;
228
229
  ak(): void;
229
230
  an(a: boolean): void;
230
231
  ar(): void;
231
- ax(a: number, b: number): void;
232
+ ay(a: number, b: number): void;
232
233
  ai(): void;
233
234
  a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
234
235
  }
@@ -25,6 +25,7 @@ export declare class IgcDatePickerComponent extends HTMLElement {
25
25
  disconnectedCallback(): void;
26
26
  connectedCallback(): void;
27
27
  afterContentInit(): void;
28
+ private attributeSynced;
28
29
  protected _implementation: any;
29
30
  /**
30
31
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-inputs",
3
- "version": "1.4.2",
3
+ "version": "3.2.2",
4
4
  "description": "Ignite UI WebComponents inputs components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-inputs",
6
6
  "keywords": [
@@ -11,10 +11,10 @@
11
11
  ],
12
12
  "license": "Infragistics(R) Ultimate license (http://www.infragistics.com/legal/ultimate/license/)",
13
13
  "dependencies": {
14
- "tslib": "^1.7.1"
14
+ "tslib": "^2.3.1"
15
15
  },
16
16
  "peerDependencies": {
17
- "igniteui-webcomponents-core": "1.4.2"
17
+ "igniteui-webcomponents-core": "3.2.2"
18
18
  },
19
19
  "sideEffects": false,
20
20
  "typings": "igniteui-webcomponents-inputs.d.ts",