igniteui-angular-inputs 17.0.0 → 17.2.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 +1030 -848
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +48 -48
- package/esm2015/lib/ButtonView_combined.js +172 -172
- package/esm2015/lib/CalendarView_combined.js +11 -11
- package/esm2015/lib/CheckboxView_combined.js +25 -25
- package/esm2015/lib/DatePickerView_combined.js +561 -436
- package/esm2015/lib/InputGroupView_combined.js +108 -108
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/XPopupBridge.js +28 -28
- package/esm2015/lib/igx-date-picker-component.js +67 -34
- package/esm5/lib/ButtonGroupView_combined.js +48 -48
- package/esm5/lib/ButtonView_combined.js +172 -172
- package/esm5/lib/CalendarView_combined.js +11 -11
- package/esm5/lib/CheckboxView_combined.js +25 -25
- package/esm5/lib/DatePickerView_combined.js +557 -420
- package/esm5/lib/InputGroupView_combined.js +108 -108
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/XPopupBridge.js +28 -28
- package/esm5/lib/igx-date-picker-component.js +79 -34
- package/fesm2015/igniteui-angular-inputs.js +1023 -865
- package/fesm5/igniteui-angular-inputs.js +1031 -849
- package/lib/DatePickerView_combined.d.ts +134 -113
- package/lib/igx-date-picker-component.d.ts +19 -1
- package/package.json +2 -2
package/esm5/lib/XPopupBridge.js
CHANGED
|
@@ -150,26 +150,26 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
150
|
XPopupBridge.prototype.getValue = function (a, b) {
|
|
151
151
|
var c = a;
|
|
152
152
|
switch (b) {
|
|
153
|
-
case 22: return c.
|
|
153
|
+
case 22: return c.aw;
|
|
154
154
|
case 25: return c.al;
|
|
155
|
-
case 26: return c.
|
|
156
|
-
case 17: return c.
|
|
157
|
-
case 23: return c.
|
|
158
|
-
case 35: switch (c.
|
|
155
|
+
case 26: return c.a8;
|
|
156
|
+
case 17: return c.a0;
|
|
157
|
+
case 23: return c.cw;
|
|
158
|
+
case 35: switch (c.p) {
|
|
159
159
|
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
160
160
|
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
161
161
|
}
|
|
162
|
-
case 36: return c.
|
|
163
|
-
case 37: return c.
|
|
164
|
-
case 40: return c.
|
|
165
|
-
case 41: return c.
|
|
166
|
-
case 43: switch (c.
|
|
162
|
+
case 36: return c.as;
|
|
163
|
+
case 37: return c.ar;
|
|
164
|
+
case 40: return c.ba;
|
|
165
|
+
case 41: return c.at;
|
|
166
|
+
case 43: switch (c.u) {
|
|
167
167
|
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
168
168
|
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
169
169
|
}
|
|
170
|
-
case 42: return c.
|
|
170
|
+
case 42: return c.c0;
|
|
171
171
|
case 39: return c.an;
|
|
172
|
-
case 61: return c.
|
|
172
|
+
case 61: return c.a3;
|
|
173
173
|
}
|
|
174
174
|
return _super.prototype.getValue.call(this, a, b);
|
|
175
175
|
};
|
|
@@ -180,46 +180,46 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
180
180
|
d.al = c;
|
|
181
181
|
break;
|
|
182
182
|
case 26:
|
|
183
|
-
d.
|
|
183
|
+
d.a8 = typeGetValue(c);
|
|
184
184
|
break;
|
|
185
185
|
case 17:
|
|
186
|
-
d.
|
|
186
|
+
d.a0 = c;
|
|
187
187
|
break;
|
|
188
188
|
case 23:
|
|
189
|
-
d.
|
|
189
|
+
d.cw = c;
|
|
190
190
|
break;
|
|
191
191
|
case 35:
|
|
192
192
|
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
193
193
|
case 1:
|
|
194
|
-
d.
|
|
194
|
+
d.p = 1;
|
|
195
195
|
break;
|
|
196
196
|
default:
|
|
197
|
-
d.
|
|
197
|
+
d.p = 0;
|
|
198
198
|
break;
|
|
199
199
|
}
|
|
200
200
|
break;
|
|
201
201
|
case 36:
|
|
202
|
-
d.
|
|
202
|
+
d.as = c;
|
|
203
203
|
break;
|
|
204
204
|
case 37:
|
|
205
|
-
d.
|
|
205
|
+
d.ar = c;
|
|
206
206
|
break;
|
|
207
207
|
case 40:
|
|
208
|
-
d.
|
|
208
|
+
d.ba = typeGetValue(c);
|
|
209
209
|
break;
|
|
210
210
|
case 41:
|
|
211
|
-
d.
|
|
211
|
+
d.at = c;
|
|
212
212
|
break;
|
|
213
213
|
case 42:
|
|
214
|
-
d.
|
|
214
|
+
d.c0 = c;
|
|
215
215
|
break;
|
|
216
216
|
case 43:
|
|
217
217
|
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
218
218
|
case 1:
|
|
219
|
-
d.
|
|
219
|
+
d.u = 1;
|
|
220
220
|
break;
|
|
221
221
|
case 2:
|
|
222
|
-
d.
|
|
222
|
+
d.u = 2;
|
|
223
223
|
break;
|
|
224
224
|
}
|
|
225
225
|
break;
|
|
@@ -227,7 +227,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
227
227
|
d.an = c;
|
|
228
228
|
break;
|
|
229
229
|
case 61:
|
|
230
|
-
d.
|
|
230
|
+
d.a3 = c;
|
|
231
231
|
break;
|
|
232
232
|
}
|
|
233
233
|
_super.prototype.setValue.call(this, a, b, c);
|
|
@@ -236,13 +236,13 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
236
236
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
237
237
|
};
|
|
238
238
|
XPopupBridge.prototype.close = function (a) {
|
|
239
|
-
a.
|
|
239
|
+
a.b3();
|
|
240
240
|
};
|
|
241
241
|
XPopupBridge.prototype.notifyContentSizeChanged = function (a) {
|
|
242
|
-
a.
|
|
242
|
+
a.b6();
|
|
243
243
|
};
|
|
244
244
|
XPopupBridge.prototype.notifyExclusionRectChanged = function (a, b) {
|
|
245
|
-
a.
|
|
245
|
+
a.b7(b);
|
|
246
246
|
};
|
|
247
247
|
XPopupBridge.prototype.v = function (a) {
|
|
248
248
|
switch (a) {
|
|
@@ -123,10 +123,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
123
123
|
* Gets or Sets the property name that contains the values.
|
|
124
124
|
*/
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.i.
|
|
126
|
+
return this.i.ba;
|
|
127
127
|
},
|
|
128
128
|
set: function (v) {
|
|
129
|
-
this.i.
|
|
129
|
+
this.i.ba = v;
|
|
130
130
|
},
|
|
131
131
|
enumerable: false,
|
|
132
132
|
configurable: true
|
|
@@ -136,10 +136,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
136
136
|
* Gets or Sets the property name that contains the label.
|
|
137
137
|
*/
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.b3;
|
|
140
140
|
},
|
|
141
141
|
set: function (v) {
|
|
142
|
-
this.i.
|
|
142
|
+
this.i.b3 = v;
|
|
143
143
|
},
|
|
144
144
|
enumerable: false,
|
|
145
145
|
configurable: true
|
|
@@ -149,10 +149,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
149
149
|
* Gets or sets the color to use for the text.
|
|
150
150
|
*/
|
|
151
151
|
get: function () {
|
|
152
|
-
return brushToString(this.i.
|
|
152
|
+
return brushToString(this.i.dw);
|
|
153
153
|
},
|
|
154
154
|
set: function (v) {
|
|
155
|
-
this.i.
|
|
155
|
+
this.i.dw = stringToBrush(v);
|
|
156
156
|
},
|
|
157
157
|
enumerable: false,
|
|
158
158
|
configurable: true
|
|
@@ -180,10 +180,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
180
180
|
* Gets or Sets the property name that contains the placeholder.
|
|
181
181
|
*/
|
|
182
182
|
get: function () {
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.cb;
|
|
184
184
|
},
|
|
185
185
|
set: function (v) {
|
|
186
|
-
this.i.
|
|
186
|
+
this.i.cb = v;
|
|
187
187
|
},
|
|
188
188
|
enumerable: false,
|
|
189
189
|
configurable: true
|
|
@@ -193,10 +193,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
193
193
|
* Gets or Sets the property name that contains the MinDate.
|
|
194
194
|
*/
|
|
195
195
|
get: function () {
|
|
196
|
-
return this.i.
|
|
196
|
+
return this.i.a9;
|
|
197
197
|
},
|
|
198
198
|
set: function (v) {
|
|
199
|
-
this.i.
|
|
199
|
+
this.i.a9 = v;
|
|
200
200
|
},
|
|
201
201
|
enumerable: false,
|
|
202
202
|
configurable: true
|
|
@@ -206,10 +206,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
206
206
|
* Gets or Sets the property name that contains the MaxDate.
|
|
207
207
|
*/
|
|
208
208
|
get: function () {
|
|
209
|
-
return this.i.
|
|
209
|
+
return this.i.a8;
|
|
210
210
|
},
|
|
211
211
|
set: function (v) {
|
|
212
|
-
this.i.
|
|
212
|
+
this.i.a8 = v;
|
|
213
213
|
},
|
|
214
214
|
enumerable: false,
|
|
215
215
|
configurable: true
|
|
@@ -263,10 +263,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
263
263
|
* Gets or Sets the text color
|
|
264
264
|
*/
|
|
265
265
|
get: function () {
|
|
266
|
-
return brushToString(this.i.
|
|
266
|
+
return brushToString(this.i.dx);
|
|
267
267
|
},
|
|
268
268
|
set: function (v) {
|
|
269
|
-
this.i.
|
|
269
|
+
this.i.dx = stringToBrush(v);
|
|
270
270
|
},
|
|
271
271
|
enumerable: false,
|
|
272
272
|
configurable: true
|
|
@@ -276,10 +276,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
276
276
|
* Gets or Sets the text color
|
|
277
277
|
*/
|
|
278
278
|
get: function () {
|
|
279
|
-
return brushToString(this.i.
|
|
279
|
+
return brushToString(this.i.dv);
|
|
280
280
|
},
|
|
281
281
|
set: function (v) {
|
|
282
|
-
this.i.
|
|
282
|
+
this.i.dv = stringToBrush(v);
|
|
283
283
|
},
|
|
284
284
|
enumerable: false,
|
|
285
285
|
configurable: true
|
|
@@ -289,10 +289,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
289
289
|
* Gets or sets the ShowClearButton property to detirmine if the clear button is shown
|
|
290
290
|
*/
|
|
291
291
|
get: function () {
|
|
292
|
-
return this.i.
|
|
292
|
+
return this.i.az;
|
|
293
293
|
},
|
|
294
294
|
set: function (v) {
|
|
295
|
-
this.i.
|
|
295
|
+
this.i.az = ensureBool(v);
|
|
296
296
|
},
|
|
297
297
|
enumerable: false,
|
|
298
298
|
configurable: true
|
|
@@ -302,10 +302,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
302
302
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
303
303
|
*/
|
|
304
304
|
get: function () {
|
|
305
|
-
return this.i.
|
|
305
|
+
return this.i.a0;
|
|
306
306
|
},
|
|
307
307
|
set: function (v) {
|
|
308
|
-
this.i.
|
|
308
|
+
this.i.a0 = ensureBool(v);
|
|
309
309
|
},
|
|
310
310
|
enumerable: false,
|
|
311
311
|
configurable: true
|
|
@@ -315,10 +315,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
315
315
|
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
316
316
|
*/
|
|
317
317
|
get: function () {
|
|
318
|
-
return this.i.
|
|
318
|
+
return this.i.au;
|
|
319
319
|
},
|
|
320
320
|
set: function (v) {
|
|
321
|
-
this.i.
|
|
321
|
+
this.i.au = ensureBool(v);
|
|
322
322
|
},
|
|
323
323
|
enumerable: false,
|
|
324
324
|
configurable: true
|
|
@@ -328,10 +328,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
328
328
|
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
329
329
|
*/
|
|
330
330
|
get: function () {
|
|
331
|
-
return this.i.
|
|
331
|
+
return this.i.ay;
|
|
332
332
|
},
|
|
333
333
|
set: function (v) {
|
|
334
|
-
this.i.
|
|
334
|
+
this.i.ay = ensureBool(v);
|
|
335
335
|
},
|
|
336
336
|
enumerable: false,
|
|
337
337
|
configurable: true
|
|
@@ -367,10 +367,10 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
367
367
|
* Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
|
|
368
368
|
*/
|
|
369
369
|
get: function () {
|
|
370
|
-
return this.i.
|
|
370
|
+
return this.i.a1;
|
|
371
371
|
},
|
|
372
372
|
set: function (v) {
|
|
373
|
-
this.i.
|
|
373
|
+
this.i.a1 = ensureBool(v);
|
|
374
374
|
},
|
|
375
375
|
enumerable: false,
|
|
376
376
|
configurable: true
|
|
@@ -393,20 +393,59 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
393
393
|
* Gets or sets the Format property to detirmine the format of the date in the input
|
|
394
394
|
*/
|
|
395
395
|
get: function () {
|
|
396
|
-
return this.i.
|
|
396
|
+
return this.i.by;
|
|
397
397
|
},
|
|
398
398
|
set: function (v) {
|
|
399
|
-
this.i.
|
|
399
|
+
this.i.by = v;
|
|
400
400
|
},
|
|
401
401
|
enumerable: false,
|
|
402
402
|
configurable: true
|
|
403
403
|
});
|
|
404
404
|
Object.defineProperty(IgxDatePickerComponent.prototype, "isDisabled", {
|
|
405
405
|
get: function () {
|
|
406
|
-
return this.i.
|
|
406
|
+
return this.i.av;
|
|
407
|
+
},
|
|
408
|
+
set: function (v) {
|
|
409
|
+
this.i.av = ensureBool(v);
|
|
410
|
+
},
|
|
411
|
+
enumerable: false,
|
|
412
|
+
configurable: true
|
|
413
|
+
});
|
|
414
|
+
Object.defineProperty(IgxDatePickerComponent.prototype, "isFixed", {
|
|
415
|
+
/**
|
|
416
|
+
* Indicates that the calendar dropdown will position itself relative to the window instead of the document.
|
|
417
|
+
*/
|
|
418
|
+
get: function () {
|
|
419
|
+
return this.i.aw;
|
|
420
|
+
},
|
|
421
|
+
set: function (v) {
|
|
422
|
+
this.i.aw = ensureBool(v);
|
|
423
|
+
},
|
|
424
|
+
enumerable: false,
|
|
425
|
+
configurable: true
|
|
426
|
+
});
|
|
427
|
+
Object.defineProperty(IgxDatePickerComponent.prototype, "openAsChild", {
|
|
428
|
+
/**
|
|
429
|
+
* Indicates that the dropdown should open as a child of the date picker.
|
|
430
|
+
*/
|
|
431
|
+
get: function () {
|
|
432
|
+
return this.i.ax;
|
|
407
433
|
},
|
|
408
434
|
set: function (v) {
|
|
409
|
-
this.i.
|
|
435
|
+
this.i.ax = ensureBool(v);
|
|
436
|
+
},
|
|
437
|
+
enumerable: false,
|
|
438
|
+
configurable: true
|
|
439
|
+
});
|
|
440
|
+
Object.defineProperty(IgxDatePickerComponent.prototype, "useTopLayer", {
|
|
441
|
+
/**
|
|
442
|
+
* Indicates that the dropdown will place itself into the browser top layer.
|
|
443
|
+
*/
|
|
444
|
+
get: function () {
|
|
445
|
+
return this.i.a2;
|
|
446
|
+
},
|
|
447
|
+
set: function (v) {
|
|
448
|
+
this.i.a2 = ensureBool(v);
|
|
410
449
|
},
|
|
411
450
|
enumerable: false,
|
|
412
451
|
configurable: true
|
|
@@ -469,14 +508,14 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
469
508
|
this._inStyling = false;
|
|
470
509
|
};
|
|
471
510
|
IgxDatePickerComponent.prototype.select = function () {
|
|
472
|
-
this.i.
|
|
511
|
+
this.i.df();
|
|
473
512
|
};
|
|
474
513
|
/**
|
|
475
514
|
* Exports visual information about the current state of the grid.
|
|
476
515
|
|
|
477
516
|
*/
|
|
478
517
|
IgxDatePickerComponent.prototype.exportVisualModel = function () {
|
|
479
|
-
var iv = this.i.
|
|
518
|
+
var iv = this.i.bf();
|
|
480
519
|
return (iv);
|
|
481
520
|
};
|
|
482
521
|
/**
|
|
@@ -484,7 +523,7 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
484
523
|
|
|
485
524
|
*/
|
|
486
525
|
IgxDatePickerComponent.prototype.exportSerializedVisualModel = function () {
|
|
487
|
-
var iv = this.i.
|
|
526
|
+
var iv = this.i.bv();
|
|
488
527
|
return (iv);
|
|
489
528
|
};
|
|
490
529
|
Object.defineProperty(IgxDatePickerComponent.prototype, "selectedValueChanged", {
|
|
@@ -638,7 +677,7 @@ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
638
677
|
}
|
|
639
678
|
};
|
|
640
679
|
IgxDatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDatePickerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
641
|
-
IgxDatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDatePickerComponent, selector: "igx-date-picker", inputs: { height: "height", width: "width", value: "value", today: "today", label: "label", labelTextColor: "labelTextColor", labelTextStyle: "labelTextStyle", placeholder: "placeholder", minDate: "minDate", maxDate: "maxDate", density: "density", baseTheme: "baseTheme", textStyle: "textStyle", textColor: "textColor", iconColor: "iconColor", showClearButton: "showClearButton", showTodayButton: "showTodayButton", allowTextInput: "allowTextInput", openOnFocus: "openOnFocus", firstDayOfWeek: "firstDayOfWeek", firstWeekOfYear: "firstWeekOfYear", showWeekNumbers: "showWeekNumbers", dateFormat: "dateFormat", formatString: "formatString", isDisabled: "isDisabled" }, outputs: { selectedValueChanged: "selectedValueChanged", gotFocus: "gotFocus", lostFocus: "lostFocus", keyDown: "keyDown", changing: "changing", valueChange: "valueChange" }, host: { classAttribute: "ig-date-picker igx-date-picker" }, providers: [], viewQueries: [{ propertyName: "_datePickerContainer", first: true, predicate: ["datePickerContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #datePickerContainer>\n <div #inputcontainer>\n </div>\n <div #popupContainer>\n </div>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
680
|
+
IgxDatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDatePickerComponent, selector: "igx-date-picker", inputs: { height: "height", width: "width", value: "value", today: "today", label: "label", labelTextColor: "labelTextColor", labelTextStyle: "labelTextStyle", placeholder: "placeholder", minDate: "minDate", maxDate: "maxDate", density: "density", baseTheme: "baseTheme", textStyle: "textStyle", textColor: "textColor", iconColor: "iconColor", showClearButton: "showClearButton", showTodayButton: "showTodayButton", allowTextInput: "allowTextInput", openOnFocus: "openOnFocus", firstDayOfWeek: "firstDayOfWeek", firstWeekOfYear: "firstWeekOfYear", showWeekNumbers: "showWeekNumbers", dateFormat: "dateFormat", formatString: "formatString", isDisabled: "isDisabled", isFixed: "isFixed", openAsChild: "openAsChild", useTopLayer: "useTopLayer" }, outputs: { selectedValueChanged: "selectedValueChanged", gotFocus: "gotFocus", lostFocus: "lostFocus", keyDown: "keyDown", changing: "changing", valueChange: "valueChange" }, host: { classAttribute: "ig-date-picker igx-date-picker" }, providers: [], viewQueries: [{ propertyName: "_datePickerContainer", first: true, predicate: ["datePickerContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #datePickerContainer>\n <div #inputcontainer>\n </div>\n <div #popupContainer>\n </div>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
642
681
|
return IgxDatePickerComponent;
|
|
643
682
|
}());
|
|
644
683
|
export { IgxDatePickerComponent };
|
|
@@ -705,6 +744,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
705
744
|
type: Input
|
|
706
745
|
}], isDisabled: [{
|
|
707
746
|
type: Input
|
|
747
|
+
}], isFixed: [{
|
|
748
|
+
type: Input
|
|
749
|
+
}], openAsChild: [{
|
|
750
|
+
type: Input
|
|
751
|
+
}], useTopLayer: [{
|
|
752
|
+
type: Input
|
|
708
753
|
}], selectedValueChanged: [{
|
|
709
754
|
type: Output
|
|
710
755
|
}], gotFocus: [{
|