igniteui-webcomponents-inputs 1.4.0 → 1.4.1

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 (51) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +161 -161
  2. package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -1
  3. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  4. package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -1
  5. package/esm2015/lib/CalendarView_combined.js +12 -12
  6. package/esm2015/lib/CalendarView_combined.js.map +1 -1
  7. package/esm2015/lib/DatePickerView_combined.js +2 -2
  8. package/esm2015/lib/DatePickerView_combined.js.map +1 -1
  9. package/esm2015/lib/{Calendar.js → XCalendar.js} +2 -2
  10. package/esm2015/lib/XCalendar.js.map +1 -0
  11. package/esm2015/lib/igc-date-picker-module.js +2 -2
  12. package/esm2015/lib/igc-date-picker-module.js.map +1 -1
  13. package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +19 -19
  14. package/esm2015/lib/igc-x-calendar-component.js.map +1 -0
  15. package/esm2015/lib/{igc-calendar-module.js → igc-x-calendar-module.js} +8 -8
  16. package/esm2015/lib/igc-x-calendar-module.js.map +1 -0
  17. package/esm2015/public_api.js +3 -3
  18. package/esm2015/public_api.js.map +1 -1
  19. package/esm5/lib/CalendarView_combined.js +88 -88
  20. package/esm5/lib/CalendarView_combined.js.map +1 -1
  21. package/esm5/lib/DatePickerView_combined.js +2 -2
  22. package/esm5/lib/DatePickerView_combined.js.map +1 -1
  23. package/esm5/lib/{Calendar.js → XCalendar.js} +2 -2
  24. package/esm5/lib/XCalendar.js.map +1 -0
  25. package/esm5/lib/igc-date-picker-module.js +2 -2
  26. package/esm5/lib/igc-date-picker-module.js.map +1 -1
  27. package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +64 -64
  28. package/esm5/lib/igc-x-calendar-component.js.map +1 -0
  29. package/esm5/lib/{igc-calendar-module.js → igc-x-calendar-module.js} +12 -12
  30. package/esm5/lib/igc-x-calendar-module.js.map +1 -0
  31. package/esm5/public_api.js +3 -3
  32. package/esm5/public_api.js.map +1 -1
  33. package/fesm2015/igniteui-webcomponents-inputs.js +37 -37
  34. package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
  35. package/fesm5/igniteui-webcomponents-inputs.js +159 -159
  36. package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
  37. package/lib/CalendarView_combined.d.ts +2 -2
  38. package/lib/DatePickerView_combined.d.ts +2 -2
  39. package/lib/XCalendar.d.ts +1 -0
  40. package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +7 -7
  41. package/lib/igc-x-calendar-module.d.ts +3 -0
  42. package/package.json +2 -2
  43. package/public_api.d.ts +3 -3
  44. package/esm2015/lib/Calendar.js.map +0 -1
  45. package/esm2015/lib/igc-calendar-component.js.map +0 -1
  46. package/esm2015/lib/igc-calendar-module.js.map +0 -1
  47. package/esm5/lib/Calendar.js.map +0 -1
  48. package/esm5/lib/igc-calendar-component.js.map +0 -1
  49. package/esm5/lib/igc-calendar-module.js.map +0 -1
  50. package/lib/Calendar.d.ts +0 -1
  51. package/lib/igc-calendar-module.d.ts +0 -3
@@ -8714,8 +8714,8 @@ let CalendarView = /*@__PURE__*/ (() => {
8714
8714
  /**
8715
8715
  * @hidden
8716
8716
  */
8717
- let Calendar = /*@__PURE__*/ (() => {
8718
- class Calendar extends Base {
8717
+ let XCalendar = /*@__PURE__*/ (() => {
8718
+ class XCalendar extends Base {
8719
8719
  constructor() {
8720
8720
  super();
8721
8721
  this.l = null;
@@ -9548,7 +9548,7 @@ let Calendar = /*@__PURE__*/ (() => {
9548
9548
  return d + 1;
9549
9549
  }
9550
9550
  let i = h == 3 && (g != 24 || f == 3);
9551
- let j = i ? Calendar.c : Calendar.b;
9551
+ let j = i ? XCalendar.c : XCalendar.b;
9552
9552
  let k = d >> 5 + 1;
9553
9553
  while (d >= j[k]) {
9554
9554
  k++;
@@ -9560,7 +9560,7 @@ let Calendar = /*@__PURE__*/ (() => {
9560
9560
  }
9561
9561
  bd(a, b, c) {
9562
9562
  if (a >= 1 && a <= 9999 && b >= 1 && b <= 12) {
9563
- let d = Calendar.ac(a) ? Calendar.c : Calendar.b;
9563
+ let d = XCalendar.ac(a) ? XCalendar.c : XCalendar.b;
9564
9564
  if (c >= 1 && c <= d[b] - d[b - 1]) {
9565
9565
  let e = a - 1;
9566
9566
  let f = e * 365 + intDivide(e, 4) - intDivide(e, 100) + intDivide(e, 400) + d[b - 1] + c - 1;
@@ -9587,11 +9587,11 @@ let Calendar = /*@__PURE__*/ (() => {
9587
9587
  let g = new XIcon();
9588
9588
  this.l.aw(b, g);
9589
9589
  if (d == "prev") {
9590
- g.svgPath = Calendar.bk;
9590
+ g.svgPath = XCalendar.bk;
9591
9591
  e.ih = "btnPrev";
9592
9592
  }
9593
9593
  else if (d == "next") {
9594
- g.svgPath = Calendar.bl;
9594
+ g.svgPath = XCalendar.bl;
9595
9595
  e.ih = "btnNext";
9596
9596
  }
9597
9597
  e.appendButtonContent(c);
@@ -10162,12 +10162,12 @@ let Calendar = /*@__PURE__*/ (() => {
10162
10162
  return a;
10163
10163
  }
10164
10164
  }
10165
- Calendar.$t = /*@__PURE__*/ markType(Calendar, 'Calendar', Base.$, [INotifyPropertyChanged_$type]);
10166
- Calendar.bk = "M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z";
10167
- Calendar.bl = "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z";
10168
- Calendar.b = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365];
10169
- Calendar.c = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366];
10170
- return Calendar;
10165
+ XCalendar.$t = /*@__PURE__*/ markType(XCalendar, 'XCalendar', Base.$, [INotifyPropertyChanged_$type]);
10166
+ XCalendar.bk = "M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z";
10167
+ XCalendar.bl = "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z";
10168
+ XCalendar.b = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365];
10169
+ XCalendar.c = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366];
10170
+ return XCalendar;
10171
10171
  })();
10172
10172
 
10173
10173
  /*
@@ -10213,8 +10213,8 @@ class IgcValueChangedEventArgs {
10213
10213
  }
10214
10214
  }
10215
10215
 
10216
- let IgcCalendarComponent = /*@__PURE__*/ (() => {
10217
- class IgcCalendarComponent extends HTMLElement {
10216
+ let IgcXCalendarComponent = /*@__PURE__*/ (() => {
10217
+ class IgcXCalendarComponent extends HTMLElement {
10218
10218
  constructor() {
10219
10219
  super();
10220
10220
  this._disconnected = false;
@@ -10269,7 +10269,7 @@ let IgcCalendarComponent = /*@__PURE__*/ (() => {
10269
10269
  this._calendar.destroy();
10270
10270
  }
10271
10271
  createImplementation() {
10272
- return new Calendar();
10272
+ return new XCalendar();
10273
10273
  }
10274
10274
  disconnectedCallback() {
10275
10275
  this._disconnected = true;
@@ -10279,8 +10279,8 @@ let IgcCalendarComponent = /*@__PURE__*/ (() => {
10279
10279
  this._disconnected = false;
10280
10280
  return;
10281
10281
  }
10282
- this.classList.add("ig-calendar");
10283
- this.classList.add("igc-calendar");
10282
+ this.classList.add("ig-x-calendar");
10283
+ this.classList.add("igc-x-calendar");
10284
10284
  var rootWrapper = this._renderer.rootWrapper;
10285
10285
  var rootElement = rootWrapper.getNativeElement();
10286
10286
  this.appendChild(rootElement);
@@ -10349,14 +10349,14 @@ let IgcCalendarComponent = /*@__PURE__*/ (() => {
10349
10349
  this._settingAttributes = false;
10350
10350
  }
10351
10351
  static get observedAttributes() {
10352
- if (IgcCalendarComponent._observedAttributesIgcCalendarComponent == null) {
10353
- let names = getAllPropertyNames(IgcCalendarComponent);
10352
+ if (IgcXCalendarComponent._observedAttributesIgcXCalendarComponent == null) {
10353
+ let names = getAllPropertyNames(IgcXCalendarComponent);
10354
10354
  for (let i = 0; i < names.length; i++) {
10355
10355
  names[i] = toSpinal(names[i]);
10356
10356
  }
10357
- IgcCalendarComponent._observedAttributesIgcCalendarComponent = names;
10357
+ IgcXCalendarComponent._observedAttributesIgcXCalendarComponent = names;
10358
10358
  }
10359
- return IgcCalendarComponent._observedAttributesIgcCalendarComponent;
10359
+ return IgcXCalendarComponent._observedAttributesIgcXCalendarComponent;
10360
10360
  }
10361
10361
  attributeChangedCallback(name, oldValue, newValue) {
10362
10362
  if (this._settingAttributes) {
@@ -10368,9 +10368,9 @@ let IgcCalendarComponent = /*@__PURE__*/ (() => {
10368
10368
  this._updatingFromAttribute = false;
10369
10369
  }
10370
10370
  static register() {
10371
- if (!IgcCalendarComponent._isElementRegistered) {
10372
- IgcCalendarComponent._isElementRegistered = true;
10373
- RegisterElementHelper.registerElement(IgcCalendarComponent.htmlTagName, IgcCalendarComponent);
10371
+ if (!IgcXCalendarComponent._isElementRegistered) {
10372
+ IgcXCalendarComponent._isElementRegistered = true;
10373
+ RegisterElementHelper.registerElement(IgcXCalendarComponent.htmlTagName, IgcXCalendarComponent);
10374
10374
  }
10375
10375
  }
10376
10376
  /**
@@ -10604,7 +10604,7 @@ let IgcCalendarComponent = /*@__PURE__*/ (() => {
10604
10604
  if (typeName.indexOf("Xam") === 0) {
10605
10605
  typeName = typeName.substring(3);
10606
10606
  }
10607
- genericPrefix = toSpinal("CalendarComponent");
10607
+ genericPrefix = toSpinal("XCalendarComponent");
10608
10608
  let additionalPrefixes = [];
10609
10609
  let prefix = toSpinal(typeName);
10610
10610
  additionalPrefixes.push(prefix + "-");
@@ -10679,10 +10679,10 @@ let IgcCalendarComponent = /*@__PURE__*/ (() => {
10679
10679
  this.i.valueChanged = delegateCombine(this.i.valueChanged, this._valueChanged_wrapped);
10680
10680
  }
10681
10681
  }
10682
- IgcCalendarComponent._observedAttributesIgcCalendarComponent = null;
10683
- IgcCalendarComponent.htmlTagName = "igc-calendar";
10684
- IgcCalendarComponent._isElementRegistered = false;
10685
- return IgcCalendarComponent;
10682
+ IgcXCalendarComponent._observedAttributesIgcXCalendarComponent = null;
10683
+ IgcXCalendarComponent.htmlTagName = "igc-x-calendar";
10684
+ IgcXCalendarComponent._isElementRegistered = false;
10685
+ return IgcXCalendarComponent;
10686
10686
  })();
10687
10687
 
10688
10688
  /*
@@ -10691,14 +10691,14 @@ https://www.infragistics.com/legal/license/igultimate-la
10691
10691
  https://www.infragistics.com/legal/license/igultimate-eula
10692
10692
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
10693
10693
  */
10694
- class IgcCalendarModule {
10694
+ class IgcXCalendarModule {
10695
10695
  static register() {
10696
10696
  IgcXButtonModule.register();
10697
10697
  IgcXIconModule.register();
10698
- IgcCalendarComponent.register();
10699
- TypeRegistrar.registerCons('IgcCalendarComponent', IgcCalendarComponent);
10700
- TypeRegistrar.registerCons('IgcCalendarComponent', IgcCalendarComponent);
10701
- TypeRegistrar.register('Calendar', Calendar.$type);
10698
+ IgcXCalendarComponent.register();
10699
+ TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
10700
+ TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
10701
+ TypeRegistrar.register('XCalendar', XCalendar.$type);
10702
10702
  }
10703
10703
  }
10704
10704
 
@@ -21307,7 +21307,7 @@ let DatePicker = /*@__PURE__*/ (() => {
21307
21307
  ce() {
21308
21308
  this.y = new Popup();
21309
21309
  this.l.ak(this.y);
21310
- this.g = new Calendar();
21310
+ this.g = new XCalendar();
21311
21311
  this.l.af(this.g);
21312
21312
  if (+(this.a1) != +(dateMinValue())) {
21313
21313
  this.g.au = this.a1;
@@ -22146,7 +22146,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
22146
22146
  */
22147
22147
  class IgcDatePickerModule {
22148
22148
  static register() {
22149
- IgcCalendarModule.register();
22149
+ IgcXCalendarModule.register();
22150
22150
  IgcXButtonModule.register();
22151
22151
  IgcXIconModule.register();
22152
22152
  IgcXInputGroupModule.register();
@@ -27025,5 +27025,5 @@ https://www.infragistics.com/legal/license/igultimate-eula
27025
27025
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
27026
27026
  */
27027
27027
 
27028
- export { ButtonClickEventArgs, ButtonDisplayStyle_$type, ButtonGroupDisplayStyle_$type, ButtonGroupOrientation, ButtonGroupOrientation_$type, ButtonGroupSelectionChangedEventArgs, ButtonGroupView, ButtonGroupVisualModelExport, ButtonView, ButtonVisualModelExport, Calendar, CalendarLocaleEn, CalendarView, CalendarVisualModelExport, CheckboxChangeEventArgs, CheckboxLabelPosition_$type, CheckboxView, CheckboxVisualModelExport, DateFormats, DateFormats_$type, DatePicker, DatePickerView, DatePickerVisualModelExport, DateTimeValueFormatter, DayInfo, DayOfWeek, DayOfWeek_$type, ElevationHelper, FirstWeek, FirstWeek_$type, GotFocusEventArgs, IconClickedEventArgs, IconView, IconVisualModelExport, IgcButtonClickEventArgs, IgcButtonGroupSelectionChangedEventArgs, IgcCalendarComponent, IgcCalendarLocaleEnModule, IgcCalendarModule, IgcCheckboxChangeEventArgs, IgcDatePickerComponent, IgcDatePickerModule, IgcGotFocusEventArgs, IgcInputChangeEventArgs, IgcLostFocusEventArgs, IgcValueChangedEventArgs, IgcXButtonComponent, IgcXButtonGroupButtonCollection, IgcXButtonGroupComponent, IgcXButtonGroupModule, IgcXButtonModule, IgcXCheckboxComponent, IgcXCheckboxModule, IgcXIconComponent, IgcXIconModule, IgcXInputComponent, IgcXInputGroupComponent, IgcXInputGroupInputCollection, IgcXInputGroupItemComponent, IgcXInputGroupModule, IgcXInputModule, IgcXLabelComponent, IgcXLabelModule, IgcXPrefixComponent, IgcXPrefixModule, IgcXRippleComponent, IgcXRippleModule, IgcXSuffixComponent, InputChangeEventArgs, InputGroupDisplayType, InputGroupDisplayType_$type, InputGroupView, InputGroupVisualModelExport, InputShiftType, InputShiftType_$type, InputView, InputVisualModelExport, KEYCODES_$type, LabelShiftType, LabelShiftType_$type, LabelView, LabelVisualModelExport, LostFocusEventArgs, MaskOptions, MaskParsingService, PrefixShiftType, PrefixShiftType_$type, PrefixView, PrefixVisualModelExport, Replaced, RippleView, RippleVisualModelExport, SuffixShiftType, SuffixShiftType_$type, SuffixView, SuffixVisualModelExport, TextElementsVisualModelExport, ThemeResolver, ValueChangedEventArgs, XButton, XButtonGroup, XButtonGroupButtonCollection, XCheckbox, XIcon, XInput, XInputGroup, XInputGroupInputCollection, XInputGroupItem, XLabel, XPrefix, XRipple, XSuffix };
27028
+ export { ButtonClickEventArgs, ButtonDisplayStyle_$type, ButtonGroupDisplayStyle_$type, ButtonGroupOrientation, ButtonGroupOrientation_$type, ButtonGroupSelectionChangedEventArgs, ButtonGroupView, ButtonGroupVisualModelExport, ButtonView, ButtonVisualModelExport, CalendarLocaleEn, CalendarView, CalendarVisualModelExport, CheckboxChangeEventArgs, CheckboxLabelPosition_$type, CheckboxView, CheckboxVisualModelExport, DateFormats, DateFormats_$type, DatePicker, DatePickerView, DatePickerVisualModelExport, DateTimeValueFormatter, DayInfo, DayOfWeek, DayOfWeek_$type, ElevationHelper, FirstWeek, FirstWeek_$type, GotFocusEventArgs, IconClickedEventArgs, IconView, IconVisualModelExport, IgcButtonClickEventArgs, IgcButtonGroupSelectionChangedEventArgs, IgcCalendarLocaleEnModule, IgcCheckboxChangeEventArgs, IgcDatePickerComponent, IgcDatePickerModule, IgcGotFocusEventArgs, IgcInputChangeEventArgs, IgcLostFocusEventArgs, IgcValueChangedEventArgs, IgcXButtonComponent, IgcXButtonGroupButtonCollection, IgcXButtonGroupComponent, IgcXButtonGroupModule, IgcXButtonModule, IgcXCalendarComponent, IgcXCalendarModule, IgcXCheckboxComponent, IgcXCheckboxModule, IgcXIconComponent, IgcXIconModule, IgcXInputComponent, IgcXInputGroupComponent, IgcXInputGroupInputCollection, IgcXInputGroupItemComponent, IgcXInputGroupModule, IgcXInputModule, IgcXLabelComponent, IgcXLabelModule, IgcXPrefixComponent, IgcXPrefixModule, IgcXRippleComponent, IgcXRippleModule, IgcXSuffixComponent, InputChangeEventArgs, InputGroupDisplayType, InputGroupDisplayType_$type, InputGroupView, InputGroupVisualModelExport, InputShiftType, InputShiftType_$type, InputView, InputVisualModelExport, KEYCODES_$type, LabelShiftType, LabelShiftType_$type, LabelView, LabelVisualModelExport, LostFocusEventArgs, MaskOptions, MaskParsingService, PrefixShiftType, PrefixShiftType_$type, PrefixView, PrefixVisualModelExport, Replaced, RippleView, RippleVisualModelExport, SuffixShiftType, SuffixShiftType_$type, SuffixView, SuffixVisualModelExport, TextElementsVisualModelExport, ThemeResolver, ValueChangedEventArgs, XButton, XButtonGroup, XButtonGroupButtonCollection, XCalendar, XCheckbox, XIcon, XInput, XInputGroup, XInputGroupInputCollection, XInputGroupItem, XLabel, XPrefix, XRipple, XSuffix };
27029
27029
  //# sourceMappingURL=igniteui-webcomponents-inputs.js.map