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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +161 -161
- package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -1
- package/esm2015/lib/CalendarView_combined.js +12 -12
- package/esm2015/lib/CalendarView_combined.js.map +1 -1
- package/esm2015/lib/DatePickerView_combined.js +2 -2
- package/esm2015/lib/DatePickerView_combined.js.map +1 -1
- package/esm2015/lib/{Calendar.js → XCalendar.js} +2 -2
- package/esm2015/lib/XCalendar.js.map +1 -0
- package/esm2015/lib/igc-date-picker-module.js +2 -2
- package/esm2015/lib/igc-date-picker-module.js.map +1 -1
- package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +19 -19
- package/esm2015/lib/igc-x-calendar-component.js.map +1 -0
- package/esm2015/lib/{igc-calendar-module.js → igc-x-calendar-module.js} +8 -8
- package/esm2015/lib/igc-x-calendar-module.js.map +1 -0
- package/esm2015/public_api.js +3 -3
- package/esm2015/public_api.js.map +1 -1
- package/esm5/lib/CalendarView_combined.js +88 -88
- package/esm5/lib/CalendarView_combined.js.map +1 -1
- package/esm5/lib/DatePickerView_combined.js +2 -2
- package/esm5/lib/DatePickerView_combined.js.map +1 -1
- package/esm5/lib/{Calendar.js → XCalendar.js} +2 -2
- package/esm5/lib/XCalendar.js.map +1 -0
- package/esm5/lib/igc-date-picker-module.js +2 -2
- package/esm5/lib/igc-date-picker-module.js.map +1 -1
- package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +64 -64
- package/esm5/lib/igc-x-calendar-component.js.map +1 -0
- package/esm5/lib/{igc-calendar-module.js → igc-x-calendar-module.js} +12 -12
- package/esm5/lib/igc-x-calendar-module.js.map +1 -0
- package/esm5/public_api.js +3 -3
- package/esm5/public_api.js.map +1 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +37 -37
- package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
- package/fesm5/igniteui-webcomponents-inputs.js +159 -159
- package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
- package/lib/CalendarView_combined.d.ts +2 -2
- package/lib/DatePickerView_combined.d.ts +2 -2
- package/lib/XCalendar.d.ts +1 -0
- package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +7 -7
- package/lib/igc-x-calendar-module.d.ts +3 -0
- package/package.json +2 -2
- package/public_api.d.ts +3 -3
- package/esm2015/lib/Calendar.js.map +0 -1
- package/esm2015/lib/igc-calendar-component.js.map +0 -1
- package/esm2015/lib/igc-calendar-module.js.map +0 -1
- package/esm5/lib/Calendar.js.map +0 -1
- package/esm5/lib/igc-calendar-component.js.map +0 -1
- package/esm5/lib/igc-calendar-module.js.map +0 -1
- package/lib/Calendar.d.ts +0 -1
- 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
|
|
8718
|
-
class
|
|
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 ?
|
|
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 =
|
|
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 =
|
|
9590
|
+
g.svgPath = XCalendar.bk;
|
|
9591
9591
|
e.ih = "btnPrev";
|
|
9592
9592
|
}
|
|
9593
9593
|
else if (d == "next") {
|
|
9594
|
-
g.svgPath =
|
|
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
|
-
|
|
10166
|
-
|
|
10167
|
-
|
|
10168
|
-
|
|
10169
|
-
|
|
10170
|
-
return
|
|
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
|
|
10217
|
-
class
|
|
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
|
|
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 (
|
|
10353
|
-
let names = getAllPropertyNames(
|
|
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
|
-
|
|
10357
|
+
IgcXCalendarComponent._observedAttributesIgcXCalendarComponent = names;
|
|
10358
10358
|
}
|
|
10359
|
-
return
|
|
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 (!
|
|
10372
|
-
|
|
10373
|
-
RegisterElementHelper.registerElement(
|
|
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("
|
|
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
|
-
|
|
10683
|
-
|
|
10684
|
-
|
|
10685
|
-
return
|
|
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
|
|
10694
|
+
class IgcXCalendarModule {
|
|
10695
10695
|
static register() {
|
|
10696
10696
|
IgcXButtonModule.register();
|
|
10697
10697
|
IgcXIconModule.register();
|
|
10698
|
-
|
|
10699
|
-
TypeRegistrar.registerCons('
|
|
10700
|
-
TypeRegistrar.registerCons('
|
|
10701
|
-
TypeRegistrar.register('
|
|
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
|
|
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
|
-
|
|
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,
|
|
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
|