igniteui-webcomponents-inputs 4.0.3 → 4.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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +2781 -2143
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +17 -17
- package/esm2015/lib/ButtonView_combined.js +945 -939
- package/esm2015/lib/CalendarView_combined.js +80 -80
- package/esm2015/lib/DatePickerView_combined.js +82 -64
- package/esm2015/lib/IconView_combined.js +250 -238
- package/esm2015/lib/InputGroupView_combined.js +368 -357
- package/esm2015/lib/NativeUIXInputsFactory.js +143 -0
- package/esm2015/lib/XButtonBridge.js +101 -0
- package/esm2015/lib/XCheckboxBridge.js +69 -0
- package/esm2015/lib/XComponentBridge.js +34 -0
- package/esm2015/lib/XIconButtonBridge.js +65 -0
- package/esm2015/lib/XInputBridge.js +162 -0
- package/esm2015/lib/igc-x-button-component.js +366 -366
- package/esm2015/lib/igc-x-icon-component.js +74 -63
- package/esm2015/lib/igc-x-input-component.js +65 -54
- package/esm2015/public_api.js +6 -0
- package/esm5/lib/ButtonGroupView_combined.js +17 -17
- package/esm5/lib/ButtonView_combined.js +941 -935
- package/esm5/lib/CalendarView_combined.js +80 -80
- package/esm5/lib/DatePickerView_combined.js +82 -64
- package/esm5/lib/IconView_combined.js +240 -224
- package/esm5/lib/InputGroupView_combined.js +353 -338
- package/esm5/lib/NativeUIXInputsFactory.js +153 -0
- package/esm5/lib/XButtonBridge.js +103 -0
- package/esm5/lib/XCheckboxBridge.js +71 -0
- package/esm5/lib/XComponentBridge.js +36 -0
- package/esm5/lib/XIconButtonBridge.js +67 -0
- package/esm5/lib/XInputBridge.js +164 -0
- package/esm5/lib/igc-x-button-component.js +366 -366
- package/esm5/lib/igc-x-icon-component.js +79 -64
- package/esm5/lib/igc-x-input-component.js +70 -55
- package/esm5/public_api.js +6 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +2785 -2178
- package/fesm5/igniteui-webcomponents-inputs.js +2772 -2141
- package/lib/ButtonView_combined.d.ts +262 -260
- package/lib/DatePickerView_combined.d.ts +22 -21
- package/lib/DatePickerVisualModelExport.d.ts +1 -1
- package/lib/IconView_combined.d.ts +59 -56
- package/lib/InputGroupView_combined.d.ts +91 -89
- package/lib/NativeUIXInputsFactory.d.ts +22 -0
- package/lib/XButtonBridge.d.ts +21 -0
- package/lib/XCheckboxBridge.d.ts +19 -0
- package/lib/XComponentBridge.d.ts +17 -0
- package/lib/XIconButtonBridge.d.ts +16 -0
- package/lib/XInputBridge.d.ts +24 -0
- package/lib/igc-x-icon-component.d.ts +6 -1
- package/lib/igc-x-input-component.d.ts +6 -1
- package/package.json +2 -2
- package/public_api.d.ts +6 -0
|
@@ -1843,70 +1843,70 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1843
1843
|
XCalendar.prototype.c3 = function () {
|
|
1844
1844
|
for (var a = 0; a < this.aj.count; a++) {
|
|
1845
1845
|
if (this.dq != null) {
|
|
1846
|
-
this.aj._inner[a].
|
|
1846
|
+
this.aj._inner[a].s6 = this.dq;
|
|
1847
1847
|
}
|
|
1848
1848
|
if (this.dk != null) {
|
|
1849
|
-
this.aj._inner[a].
|
|
1849
|
+
this.aj._inner[a].s2 = this.dk;
|
|
1850
1850
|
}
|
|
1851
1851
|
if (this.dg != null) {
|
|
1852
|
-
this.aj._inner[a].
|
|
1852
|
+
this.aj._inner[a].sw = this.dg;
|
|
1853
1853
|
}
|
|
1854
1854
|
if (this.dj != null) {
|
|
1855
|
-
this.aj._inner[a].
|
|
1855
|
+
this.aj._inner[a].s1 = this.dj;
|
|
1856
1856
|
}
|
|
1857
1857
|
if (this.dl != null) {
|
|
1858
|
-
this.aj._inner[a].
|
|
1858
|
+
this.aj._inner[a].s3 = this.dl;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
|
1861
1861
|
for (var b = 0; b < this.ah.count; b++) {
|
|
1862
1862
|
if (this.dq != null) {
|
|
1863
|
-
this.ah._inner[b].
|
|
1863
|
+
this.ah._inner[b].s6 = this.dq;
|
|
1864
1864
|
}
|
|
1865
1865
|
if (this.dk != null) {
|
|
1866
|
-
this.ah._inner[b].
|
|
1866
|
+
this.ah._inner[b].s2 = this.dk;
|
|
1867
1867
|
}
|
|
1868
1868
|
if (this.dg != null) {
|
|
1869
|
-
this.ah._inner[b].
|
|
1869
|
+
this.ah._inner[b].sw = this.dg;
|
|
1870
1870
|
}
|
|
1871
1871
|
if (this.dj != null) {
|
|
1872
|
-
this.ah._inner[b].
|
|
1872
|
+
this.ah._inner[b].s1 = this.dj;
|
|
1873
1873
|
}
|
|
1874
1874
|
if (this.dl != null) {
|
|
1875
|
-
this.ah._inner[b].
|
|
1875
|
+
this.ah._inner[b].s3 = this.dl;
|
|
1876
1876
|
}
|
|
1877
1877
|
}
|
|
1878
1878
|
for (var c = 0; c < this.ak.count; c++) {
|
|
1879
1879
|
if (this.dq != null) {
|
|
1880
|
-
this.ak._inner[c].
|
|
1880
|
+
this.ak._inner[c].s6 = this.dq;
|
|
1881
1881
|
}
|
|
1882
1882
|
if (this.dk != null) {
|
|
1883
|
-
this.ak._inner[c].
|
|
1883
|
+
this.ak._inner[c].s2 = this.dk;
|
|
1884
1884
|
}
|
|
1885
1885
|
if (this.dg != null) {
|
|
1886
|
-
this.ak._inner[c].
|
|
1886
|
+
this.ak._inner[c].sw = this.dg;
|
|
1887
1887
|
}
|
|
1888
1888
|
if (this.dj != null) {
|
|
1889
|
-
this.ak._inner[c].
|
|
1889
|
+
this.ak._inner[c].s1 = this.dj;
|
|
1890
1890
|
}
|
|
1891
1891
|
if (this.dl != null) {
|
|
1892
|
-
this.ak._inner[c].
|
|
1892
|
+
this.ak._inner[c].s3 = this.dl;
|
|
1893
1893
|
}
|
|
1894
1894
|
}
|
|
1895
1895
|
for (var d = 0; d < this.al.count; d++) {
|
|
1896
1896
|
if (this.dq != null) {
|
|
1897
|
-
this.al._inner[d].
|
|
1897
|
+
this.al._inner[d].s6 = this.dq;
|
|
1898
1898
|
}
|
|
1899
1899
|
if (this.dk != null) {
|
|
1900
|
-
this.al._inner[d].
|
|
1900
|
+
this.al._inner[d].s2 = this.dk;
|
|
1901
1901
|
}
|
|
1902
1902
|
if (this.dg != null) {
|
|
1903
|
-
this.al._inner[d].
|
|
1903
|
+
this.al._inner[d].sw = this.dg;
|
|
1904
1904
|
}
|
|
1905
1905
|
if (this.dj != null) {
|
|
1906
|
-
this.al._inner[d].
|
|
1906
|
+
this.al._inner[d].s1 = this.dj;
|
|
1907
1907
|
}
|
|
1908
1908
|
if (this.dl != null) {
|
|
1909
|
-
this.al._inner[d].
|
|
1909
|
+
this.al._inner[d].s3 = this.dl;
|
|
1910
1910
|
}
|
|
1911
1911
|
}
|
|
1912
1912
|
};
|
|
@@ -1974,15 +1974,15 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1974
1974
|
d.v = this.u;
|
|
1975
1975
|
}
|
|
1976
1976
|
var e = new CornerRadius(0, 2);
|
|
1977
|
-
d.
|
|
1978
|
-
d.
|
|
1977
|
+
d.kf = e;
|
|
1978
|
+
d.kw = e;
|
|
1979
1979
|
d.ec = 0;
|
|
1980
1980
|
d.appendButtonContent(b);
|
|
1981
|
-
d.
|
|
1982
|
-
d.
|
|
1983
|
-
d.
|
|
1984
|
-
d.
|
|
1985
|
-
d.
|
|
1981
|
+
d.s6 = this.dq;
|
|
1982
|
+
d.s2 = this.dk;
|
|
1983
|
+
d.sw = this.dg;
|
|
1984
|
+
d.s1 = this.dj;
|
|
1985
|
+
d.s3 = this.dl;
|
|
1986
1986
|
d.bh = 30;
|
|
1987
1987
|
d.bg = 30;
|
|
1988
1988
|
this.ah.add(d);
|
|
@@ -2000,17 +2000,17 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2000
2000
|
c.v = this.u;
|
|
2001
2001
|
}
|
|
2002
2002
|
var d = new CornerRadius(0, 2);
|
|
2003
|
-
c.
|
|
2004
|
-
c.
|
|
2003
|
+
c.kf = d;
|
|
2004
|
+
c.kw = d;
|
|
2005
2005
|
c.ec = 0;
|
|
2006
2006
|
c.appendButtonContent(b);
|
|
2007
2007
|
var e = !stringIsNullOrWhiteSpace(this.x.b1("Today")) ? this.x.b1("Today") : "Today";
|
|
2008
2008
|
this.h.az(e);
|
|
2009
|
-
c.
|
|
2010
|
-
c.
|
|
2011
|
-
c.
|
|
2012
|
-
c.
|
|
2013
|
-
c.
|
|
2009
|
+
c.s6 = this.dq;
|
|
2010
|
+
c.s2 = this.dk;
|
|
2011
|
+
c.sw = this.dg;
|
|
2012
|
+
c.s1 = this.dj;
|
|
2013
|
+
c.s3 = this.dl;
|
|
2014
2014
|
this.g = c;
|
|
2015
2015
|
var f = this.g;
|
|
2016
2016
|
f.clicked = delegateCombine(f.clicked, runOn(this, this.c2));
|
|
@@ -2032,15 +2032,15 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2032
2032
|
c.v = this.u;
|
|
2033
2033
|
}
|
|
2034
2034
|
var d = new CornerRadius(0, 2);
|
|
2035
|
-
c.
|
|
2036
|
-
c.
|
|
2035
|
+
c.kf = d;
|
|
2036
|
+
c.kw = d;
|
|
2037
2037
|
c.ec = 0;
|
|
2038
2038
|
c.appendButtonContent(b);
|
|
2039
|
-
c.
|
|
2040
|
-
c.
|
|
2041
|
-
c.
|
|
2042
|
-
c.
|
|
2043
|
-
c.
|
|
2039
|
+
c.s6 = this.dq;
|
|
2040
|
+
c.s2 = this.dk;
|
|
2041
|
+
c.sw = this.dg;
|
|
2042
|
+
c.s1 = this.dj;
|
|
2043
|
+
c.s3 = this.dl;
|
|
2044
2044
|
c.bh = 40;
|
|
2045
2045
|
this.ak.add(c);
|
|
2046
2046
|
};
|
|
@@ -2113,15 +2113,15 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2113
2113
|
d.v = this.u;
|
|
2114
2114
|
}
|
|
2115
2115
|
var e = new CornerRadius(0, 2);
|
|
2116
|
-
d.
|
|
2117
|
-
d.
|
|
2116
|
+
d.kf = e;
|
|
2117
|
+
d.kw = e;
|
|
2118
2118
|
d.ec = 0;
|
|
2119
2119
|
d.appendButtonContent(b);
|
|
2120
|
-
d.
|
|
2121
|
-
d.
|
|
2122
|
-
d.
|
|
2123
|
-
d.
|
|
2124
|
-
d.
|
|
2120
|
+
d.s6 = this.dq;
|
|
2121
|
+
d.s2 = this.dk;
|
|
2122
|
+
d.sw = this.dg;
|
|
2123
|
+
d.s1 = this.dj;
|
|
2124
|
+
d.s3 = this.dl;
|
|
2125
2125
|
d.ih = "btnYear" + c.toString();
|
|
2126
2126
|
this.al.add(d);
|
|
2127
2127
|
};
|
|
@@ -2325,8 +2325,8 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2325
2325
|
e.eu = -1;
|
|
2326
2326
|
e.e = 1;
|
|
2327
2327
|
var f = new CornerRadius(0, 2);
|
|
2328
|
-
e.
|
|
2329
|
-
e.
|
|
2328
|
+
e.kf = f;
|
|
2329
|
+
e.kw = f;
|
|
2330
2330
|
e.ec = 0;
|
|
2331
2331
|
var g = new XIcon();
|
|
2332
2332
|
this.h.aw(b, g);
|
|
@@ -2339,11 +2339,11 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2339
2339
|
e.ih = "btnNext";
|
|
2340
2340
|
}
|
|
2341
2341
|
e.appendButtonContent(c);
|
|
2342
|
-
e.
|
|
2343
|
-
e.
|
|
2344
|
-
e.
|
|
2345
|
-
e.
|
|
2346
|
-
e.
|
|
2342
|
+
e.s6 = this.dq;
|
|
2343
|
+
e.s2 = this.dk;
|
|
2344
|
+
e.sw = this.dg;
|
|
2345
|
+
e.s1 = this.dj;
|
|
2346
|
+
e.s3 = this.dl;
|
|
2347
2347
|
e.bh = 28;
|
|
2348
2348
|
e.bg = 28;
|
|
2349
2349
|
this.aj.add(e);
|
|
@@ -2360,15 +2360,15 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2360
2360
|
d.v = this.u;
|
|
2361
2361
|
}
|
|
2362
2362
|
var e = new CornerRadius(0, 2);
|
|
2363
|
-
d.
|
|
2364
|
-
d.
|
|
2363
|
+
d.kf = e;
|
|
2364
|
+
d.kw = e;
|
|
2365
2365
|
d.ec = 0;
|
|
2366
2366
|
d.appendButtonContent(b);
|
|
2367
|
-
d.
|
|
2368
|
-
d.
|
|
2369
|
-
d.
|
|
2370
|
-
d.
|
|
2371
|
-
d.
|
|
2367
|
+
d.s6 = this.dq;
|
|
2368
|
+
d.s2 = this.dk;
|
|
2369
|
+
d.sw = this.dg;
|
|
2370
|
+
d.s1 = this.dj;
|
|
2371
|
+
d.s3 = this.dl;
|
|
2372
2372
|
d.bh = 40;
|
|
2373
2373
|
if (c == "month") {
|
|
2374
2374
|
d.ih = "btnMonth";
|
|
@@ -2534,34 +2534,34 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2534
2534
|
var b = this.ai._inner[a];
|
|
2535
2535
|
var c = this.ah._inner[a];
|
|
2536
2536
|
if (+(this.value) != +(dateMinValue()) && b.b == this.value.getDate() && b.c == dateGetMonth(this.value) && b.d == this.value.getFullYear()) {
|
|
2537
|
-
c.
|
|
2538
|
-
c.
|
|
2539
|
-
c.
|
|
2540
|
-
c.
|
|
2541
|
-
c.
|
|
2537
|
+
c.s6 = this.dn;
|
|
2538
|
+
c.s2 = this.dn;
|
|
2539
|
+
c.sw = this.dm;
|
|
2540
|
+
c.s1 = this.dp;
|
|
2541
|
+
c.sx = this.dg;
|
|
2542
2542
|
}
|
|
2543
2543
|
else if (b.b == this.av.getDate() && b.c == dateGetMonth(this.av) && b.d == this.av.getFullYear()) {
|
|
2544
|
-
c.
|
|
2544
|
+
c.s6 = this.di;
|
|
2545
2545
|
;
|
|
2546
|
-
c.
|
|
2547
|
-
c.
|
|
2548
|
-
c.
|
|
2549
|
-
c.
|
|
2546
|
+
c.s2 = this.dk;
|
|
2547
|
+
c.sw = this.dg;
|
|
2548
|
+
c.s1 = this.dj;
|
|
2549
|
+
c.sx = this.dh;
|
|
2550
2550
|
c.be = 1;
|
|
2551
2551
|
}
|
|
2552
2552
|
else if (b.a != 0 && b.a != 6 && b.c == dateGetMonth(this.aq)) {
|
|
2553
|
-
c.
|
|
2554
|
-
c.
|
|
2555
|
-
c.sv = this.dg;
|
|
2556
|
-
c.s0 = this.dj;
|
|
2553
|
+
c.s6 = this.dq;
|
|
2554
|
+
c.s2 = this.dk;
|
|
2557
2555
|
c.sw = this.dg;
|
|
2556
|
+
c.s1 = this.dj;
|
|
2557
|
+
c.sx = this.dg;
|
|
2558
2558
|
}
|
|
2559
2559
|
else {
|
|
2560
|
-
c.
|
|
2561
|
-
c.
|
|
2562
|
-
c.sv = this.dg;
|
|
2563
|
-
c.s0 = this.dj;
|
|
2560
|
+
c.s6 = this.dq;
|
|
2561
|
+
c.s2 = this.dk;
|
|
2564
2562
|
c.sw = this.dg;
|
|
2563
|
+
c.s1 = this.dj;
|
|
2564
|
+
c.sx = this.dg;
|
|
2565
2565
|
}
|
|
2566
2566
|
if (b.d >= this.au.getFullYear() && b.d <= this.at.getFullYear()) {
|
|
2567
2567
|
if (b.d == this.au.getFullYear() && b.d == this.at.getFullYear()) {
|