igniteui-angular-inputs 21.0.0 → 21.0.1-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 +3640 -3311
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2036 -1743
- package/esm2015/lib/CalendarView_combined.js +157 -157
- package/esm2015/lib/CheckboxView_combined.js +39 -39
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/InputGroupView_combined.js +209 -209
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +53 -45
- package/esm2015/lib/XButtonGroupBridge.js +13 -9
- package/esm2015/lib/XIconButtonBridge.js +2 -2
- package/esm2015/lib/igx-x-button-component.js +399 -399
- package/esm2015/lib/igx-x-button-group-component.js +124 -124
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1950 -1657
- package/esm5/lib/CalendarView_combined.js +157 -157
- package/esm5/lib/CheckboxView_combined.js +39 -39
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/InputGroupView_combined.js +209 -209
- package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +53 -45
- package/esm5/lib/XButtonGroupBridge.js +13 -9
- package/esm5/lib/XIconButtonBridge.js +2 -2
- package/esm5/lib/igx-x-button-component.js +399 -399
- package/esm5/lib/igx-x-button-group-component.js +124 -124
- package/fesm2015/igniteui-angular-inputs.js +3743 -3414
- package/fesm5/igniteui-angular-inputs.js +3641 -3312
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/ThemeResolver.d.ts +18 -15
- package/package.json +2 -2
|
@@ -1399,16 +1399,16 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1399
1399
|
_this.an = dateMaxValue();
|
|
1400
1400
|
_this.s = 3;
|
|
1401
1401
|
_this.q = 1;
|
|
1402
|
-
_this.c6 = BrushUtil.
|
|
1403
|
-
_this.dc = BrushUtil.
|
|
1404
|
-
_this.de = BrushUtil.
|
|
1405
|
-
_this.c9 = BrushUtil.
|
|
1406
|
-
_this.db = BrushUtil.
|
|
1407
|
-
_this.df = BrushUtil.
|
|
1408
|
-
_this.dd = BrushUtil.
|
|
1409
|
-
_this.da = BrushUtil.
|
|
1410
|
-
_this.c8 = BrushUtil.
|
|
1411
|
-
_this.c7 = BrushUtil.
|
|
1402
|
+
_this.c6 = BrushUtil.l(0, 255, 255, 255);
|
|
1403
|
+
_this.dc = BrushUtil.l(255, 33, 150, 243);
|
|
1404
|
+
_this.de = BrushUtil.l(255, 21, 112, 184);
|
|
1405
|
+
_this.c9 = BrushUtil.l(76, 33, 150, 243);
|
|
1406
|
+
_this.db = BrushUtil.l(50, 186, 191, 199);
|
|
1407
|
+
_this.df = BrushUtil.l(255, 24, 29, 31);
|
|
1408
|
+
_this.dd = BrushUtil.l(255, 255, 255, 255);
|
|
1409
|
+
_this.da = BrushUtil.l(255, 24, 29, 31);
|
|
1410
|
+
_this.c8 = BrushUtil.l(255, 33, 150, 243);
|
|
1411
|
+
_this.c7 = BrushUtil.l(255, 33, 150, 243);
|
|
1412
1412
|
_this.y = false;
|
|
1413
1413
|
_this.u = null;
|
|
1414
1414
|
_this.k = 0;
|
|
@@ -1857,92 +1857,92 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1857
1857
|
XCalendar.prototype.c3 = function () {
|
|
1858
1858
|
for (var a = 0; a < this.aj.count; a++) {
|
|
1859
1859
|
if (this.dq != null) {
|
|
1860
|
-
this.aj._inner[a].
|
|
1860
|
+
this.aj._inner[a].qi = this.dq;
|
|
1861
1861
|
}
|
|
1862
1862
|
if (this.dk != null) {
|
|
1863
|
-
this.aj._inner[a].
|
|
1863
|
+
this.aj._inner[a].qe = this.dk;
|
|
1864
1864
|
}
|
|
1865
1865
|
if (this.dg != null) {
|
|
1866
|
-
this.aj._inner[a].
|
|
1866
|
+
this.aj._inner[a].p8 = this.dg;
|
|
1867
1867
|
}
|
|
1868
1868
|
if (this.dj != null) {
|
|
1869
|
-
this.aj._inner[a].
|
|
1869
|
+
this.aj._inner[a].qd = this.dj;
|
|
1870
1870
|
}
|
|
1871
1871
|
if (this.dl != null) {
|
|
1872
|
-
this.aj._inner[a].
|
|
1872
|
+
this.aj._inner[a].qf = this.dl;
|
|
1873
1873
|
}
|
|
1874
1874
|
}
|
|
1875
1875
|
for (var b = 0; b < this.ah.count; b++) {
|
|
1876
1876
|
if (this.dq != null) {
|
|
1877
|
-
this.ah._inner[b].
|
|
1877
|
+
this.ah._inner[b].qi = this.dq;
|
|
1878
1878
|
}
|
|
1879
1879
|
if (this.dk != null) {
|
|
1880
|
-
this.ah._inner[b].
|
|
1880
|
+
this.ah._inner[b].qe = this.dk;
|
|
1881
1881
|
}
|
|
1882
1882
|
if (this.dg != null) {
|
|
1883
|
-
this.ah._inner[b].
|
|
1883
|
+
this.ah._inner[b].p8 = this.dg;
|
|
1884
1884
|
}
|
|
1885
1885
|
if (this.dj != null) {
|
|
1886
|
-
this.ah._inner[b].
|
|
1886
|
+
this.ah._inner[b].qd = this.dj;
|
|
1887
1887
|
}
|
|
1888
1888
|
if (this.dl != null) {
|
|
1889
|
-
this.ah._inner[b].
|
|
1889
|
+
this.ah._inner[b].qf = this.dl;
|
|
1890
1890
|
}
|
|
1891
1891
|
}
|
|
1892
1892
|
for (var c = 0; c < this.ak.count; c++) {
|
|
1893
1893
|
if (this.dq != null) {
|
|
1894
|
-
this.ak._inner[c].
|
|
1894
|
+
this.ak._inner[c].qi = this.dq;
|
|
1895
1895
|
}
|
|
1896
1896
|
if (this.dk != null) {
|
|
1897
|
-
this.ak._inner[c].
|
|
1897
|
+
this.ak._inner[c].qe = this.dk;
|
|
1898
1898
|
}
|
|
1899
1899
|
if (this.dg != null) {
|
|
1900
|
-
this.ak._inner[c].
|
|
1900
|
+
this.ak._inner[c].p8 = this.dg;
|
|
1901
1901
|
}
|
|
1902
1902
|
if (this.dj != null) {
|
|
1903
|
-
this.ak._inner[c].
|
|
1903
|
+
this.ak._inner[c].qd = this.dj;
|
|
1904
1904
|
}
|
|
1905
1905
|
if (this.dl != null) {
|
|
1906
|
-
this.ak._inner[c].
|
|
1906
|
+
this.ak._inner[c].qf = this.dl;
|
|
1907
1907
|
}
|
|
1908
1908
|
}
|
|
1909
1909
|
for (var d = 0; d < this.al.count; d++) {
|
|
1910
1910
|
if (this.dq != null) {
|
|
1911
|
-
this.al._inner[d].
|
|
1911
|
+
this.al._inner[d].qi = this.dq;
|
|
1912
1912
|
}
|
|
1913
1913
|
if (this.dk != null) {
|
|
1914
|
-
this.al._inner[d].
|
|
1914
|
+
this.al._inner[d].qe = this.dk;
|
|
1915
1915
|
}
|
|
1916
1916
|
if (this.dg != null) {
|
|
1917
|
-
this.al._inner[d].
|
|
1917
|
+
this.al._inner[d].p8 = this.dg;
|
|
1918
1918
|
}
|
|
1919
1919
|
if (this.dj != null) {
|
|
1920
|
-
this.al._inner[d].
|
|
1920
|
+
this.al._inner[d].qd = this.dj;
|
|
1921
1921
|
}
|
|
1922
1922
|
if (this.dl != null) {
|
|
1923
|
-
this.al._inner[d].
|
|
1923
|
+
this.al._inner[d].qf = this.dl;
|
|
1924
1924
|
}
|
|
1925
1925
|
}
|
|
1926
1926
|
};
|
|
1927
1927
|
XCalendar.prototype.c4 = function () {
|
|
1928
1928
|
for (var a = 0; a < this.aj.count; a++) {
|
|
1929
1929
|
if (this.u != null) {
|
|
1930
|
-
this.aj._inner[a].
|
|
1930
|
+
this.aj._inner[a].ab = this.u;
|
|
1931
1931
|
}
|
|
1932
1932
|
}
|
|
1933
1933
|
for (var b = 0; b < this.ah.count; b++) {
|
|
1934
1934
|
if (this.u != null) {
|
|
1935
|
-
this.ah._inner[b].
|
|
1935
|
+
this.ah._inner[b].ab = this.u;
|
|
1936
1936
|
}
|
|
1937
1937
|
}
|
|
1938
1938
|
for (var c = 0; c < this.ak.count; c++) {
|
|
1939
1939
|
if (this.u != null) {
|
|
1940
|
-
this.ak._inner[c].
|
|
1940
|
+
this.ak._inner[c].ab = this.u;
|
|
1941
1941
|
}
|
|
1942
1942
|
}
|
|
1943
1943
|
for (var d = 0; d < this.al.count; d++) {
|
|
1944
1944
|
if (this.u != null) {
|
|
1945
|
-
this.al._inner[d].
|
|
1945
|
+
this.al._inner[d].ab = this.u;
|
|
1946
1946
|
}
|
|
1947
1947
|
}
|
|
1948
1948
|
};
|
|
@@ -1979,52 +1979,52 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1979
1979
|
XCalendar.prototype.ci = function (a, b, c) {
|
|
1980
1980
|
var d = new XButton();
|
|
1981
1981
|
this.h.at(a, d);
|
|
1982
|
-
d.
|
|
1983
|
-
d.
|
|
1984
|
-
d.
|
|
1985
|
-
d.
|
|
1982
|
+
d.o = this.r;
|
|
1983
|
+
d.s = this.t;
|
|
1984
|
+
d.ab = this.u;
|
|
1985
|
+
d.d8 = -1;
|
|
1986
1986
|
d.e = 1;
|
|
1987
1987
|
if (this.u != null) {
|
|
1988
|
-
d.
|
|
1988
|
+
d.ab = this.u;
|
|
1989
1989
|
}
|
|
1990
1990
|
var e = new CornerRadius(0, 2);
|
|
1991
|
-
d.
|
|
1992
|
-
d.
|
|
1993
|
-
d.
|
|
1991
|
+
d.k6 = e;
|
|
1992
|
+
d.ld = e;
|
|
1993
|
+
d.dq = 0;
|
|
1994
1994
|
d.appendButtonContent(b);
|
|
1995
|
-
d.
|
|
1996
|
-
d.
|
|
1997
|
-
d.
|
|
1998
|
-
d.
|
|
1999
|
-
d.
|
|
1995
|
+
d.qi = this.dq;
|
|
1996
|
+
d.qe = this.dk;
|
|
1997
|
+
d.p8 = this.dg;
|
|
1998
|
+
d.qd = this.dj;
|
|
1999
|
+
d.qf = this.dl;
|
|
2000
|
+
d.bz = 30;
|
|
2000
2001
|
d.by = 30;
|
|
2001
|
-
d.bx = 30;
|
|
2002
2002
|
this.ah.add(d);
|
|
2003
|
-
d.
|
|
2003
|
+
d.h7 = "btnDays" + c.toString();
|
|
2004
2004
|
};
|
|
2005
2005
|
XCalendar.prototype.cm = function (a, b) {
|
|
2006
2006
|
var c = new XButton();
|
|
2007
2007
|
this.h.at(a, c);
|
|
2008
|
-
c.
|
|
2009
|
-
c.
|
|
2010
|
-
c.
|
|
2011
|
-
c.
|
|
2008
|
+
c.o = this.r;
|
|
2009
|
+
c.s = this.t;
|
|
2010
|
+
c.ab = this.u;
|
|
2011
|
+
c.d8 = -1;
|
|
2012
2012
|
c.e = 1;
|
|
2013
2013
|
if (this.u != null) {
|
|
2014
|
-
c.
|
|
2014
|
+
c.ab = this.u;
|
|
2015
2015
|
}
|
|
2016
2016
|
var d = new CornerRadius(0, 2);
|
|
2017
|
-
c.
|
|
2018
|
-
c.
|
|
2019
|
-
c.
|
|
2017
|
+
c.k6 = d;
|
|
2018
|
+
c.ld = d;
|
|
2019
|
+
c.dq = 0;
|
|
2020
2020
|
c.appendButtonContent(b);
|
|
2021
2021
|
var e = !stringIsNullOrWhiteSpace(this.x.b1("Today")) ? this.x.b1("Today") : "Today";
|
|
2022
2022
|
this.h.a0(e);
|
|
2023
|
-
c.
|
|
2024
|
-
c.
|
|
2025
|
-
c.
|
|
2026
|
-
c.
|
|
2027
|
-
c.
|
|
2023
|
+
c.qi = this.dq;
|
|
2024
|
+
c.qe = this.dk;
|
|
2025
|
+
c.p8 = this.dg;
|
|
2026
|
+
c.qd = this.dj;
|
|
2027
|
+
c.qf = this.dl;
|
|
2028
2028
|
this.g = c;
|
|
2029
2029
|
var f = this.g;
|
|
2030
2030
|
f.clicked = delegateCombine(f.clicked, runOn(this, this.c2));
|
|
@@ -2037,25 +2037,25 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2037
2037
|
XCalendar.prototype.cl = function (a, b) {
|
|
2038
2038
|
var c = new XButton();
|
|
2039
2039
|
this.h.at(a, c);
|
|
2040
|
-
c.
|
|
2041
|
-
c.
|
|
2042
|
-
c.
|
|
2043
|
-
c.
|
|
2040
|
+
c.o = this.r;
|
|
2041
|
+
c.s = this.t;
|
|
2042
|
+
c.ab = this.u;
|
|
2043
|
+
c.d8 = -1;
|
|
2044
2044
|
c.e = 1;
|
|
2045
2045
|
if (this.u != null) {
|
|
2046
|
-
c.
|
|
2046
|
+
c.ab = this.u;
|
|
2047
2047
|
}
|
|
2048
2048
|
var d = new CornerRadius(0, 2);
|
|
2049
|
-
c.
|
|
2050
|
-
c.
|
|
2051
|
-
c.
|
|
2049
|
+
c.k6 = d;
|
|
2050
|
+
c.ld = d;
|
|
2051
|
+
c.dq = 0;
|
|
2052
2052
|
c.appendButtonContent(b);
|
|
2053
|
-
c.
|
|
2054
|
-
c.
|
|
2055
|
-
c.
|
|
2056
|
-
c.
|
|
2057
|
-
c.
|
|
2058
|
-
c.
|
|
2053
|
+
c.qi = this.dq;
|
|
2054
|
+
c.qe = this.dk;
|
|
2055
|
+
c.p8 = this.dg;
|
|
2056
|
+
c.qd = this.dj;
|
|
2057
|
+
c.qf = this.dl;
|
|
2058
|
+
c.bz = 40;
|
|
2059
2059
|
this.ak.add(c);
|
|
2060
2060
|
};
|
|
2061
2061
|
XCalendar.prototype.e = function (a, b) {
|
|
@@ -2112,31 +2112,31 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2112
2112
|
c[1] = !stringIsNullOrWhiteSpace(this.x.b1("December_Short")) ? this.x.b1("December_Short") : "Dec";
|
|
2113
2113
|
break;
|
|
2114
2114
|
}
|
|
2115
|
-
this.ak._inner[b].
|
|
2115
|
+
this.ak._inner[b].h7 = "btnMonth" + c[1];
|
|
2116
2116
|
return c;
|
|
2117
2117
|
};
|
|
2118
2118
|
XCalendar.prototype.cn = function (a, b, c) {
|
|
2119
2119
|
var d = new XButton();
|
|
2120
2120
|
this.h.at(a, d);
|
|
2121
|
-
d.
|
|
2122
|
-
d.
|
|
2123
|
-
d.
|
|
2124
|
-
d.
|
|
2121
|
+
d.o = this.r;
|
|
2122
|
+
d.s = this.t;
|
|
2123
|
+
d.ab = this.u;
|
|
2124
|
+
d.d8 = -1;
|
|
2125
2125
|
d.e = 1;
|
|
2126
2126
|
if (this.u != null) {
|
|
2127
|
-
d.
|
|
2127
|
+
d.ab = this.u;
|
|
2128
2128
|
}
|
|
2129
2129
|
var e = new CornerRadius(0, 2);
|
|
2130
|
-
d.
|
|
2131
|
-
d.
|
|
2132
|
-
d.
|
|
2130
|
+
d.k6 = e;
|
|
2131
|
+
d.ld = e;
|
|
2132
|
+
d.dq = 0;
|
|
2133
2133
|
d.appendButtonContent(b);
|
|
2134
|
-
d.
|
|
2135
|
-
d.
|
|
2136
|
-
d.
|
|
2137
|
-
d.
|
|
2138
|
-
d.
|
|
2139
|
-
d.
|
|
2134
|
+
d.qi = this.dq;
|
|
2135
|
+
d.qe = this.dk;
|
|
2136
|
+
d.p8 = this.dg;
|
|
2137
|
+
d.qd = this.dj;
|
|
2138
|
+
d.qf = this.dl;
|
|
2139
|
+
d.h7 = "btnYear" + c.toString();
|
|
2140
2140
|
this.al.add(d);
|
|
2141
2141
|
};
|
|
2142
2142
|
XCalendar.prototype.cg = function () {
|
|
@@ -2333,62 +2333,62 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2333
2333
|
XCalendar.prototype.ck = function (a, b, c, d) {
|
|
2334
2334
|
var e = new XButton();
|
|
2335
2335
|
this.h.at(a, e);
|
|
2336
|
-
e.
|
|
2337
|
-
e.
|
|
2338
|
-
e.
|
|
2339
|
-
e.
|
|
2336
|
+
e.o = this.r;
|
|
2337
|
+
e.s = this.t;
|
|
2338
|
+
e.ab = this.u;
|
|
2339
|
+
e.d8 = -1;
|
|
2340
2340
|
e.e = 1;
|
|
2341
2341
|
var f = new CornerRadius(0, 2);
|
|
2342
|
-
e.
|
|
2343
|
-
e.
|
|
2344
|
-
e.
|
|
2342
|
+
e.k6 = f;
|
|
2343
|
+
e.ld = f;
|
|
2344
|
+
e.dq = 0;
|
|
2345
2345
|
var g = new XIcon();
|
|
2346
2346
|
this.h.ax(b, g);
|
|
2347
2347
|
if (d == "prev") {
|
|
2348
2348
|
g.svgPath = XCalendar.bk;
|
|
2349
|
-
e.
|
|
2349
|
+
e.h7 = "btnPrev";
|
|
2350
2350
|
}
|
|
2351
2351
|
else if (d == "next") {
|
|
2352
2352
|
g.svgPath = XCalendar.bl;
|
|
2353
|
-
e.
|
|
2353
|
+
e.h7 = "btnNext";
|
|
2354
2354
|
}
|
|
2355
2355
|
e.appendButtonContent(c);
|
|
2356
|
-
e.
|
|
2357
|
-
e.
|
|
2358
|
-
e.
|
|
2359
|
-
e.
|
|
2360
|
-
e.
|
|
2356
|
+
e.qi = this.dq;
|
|
2357
|
+
e.qe = this.dk;
|
|
2358
|
+
e.p8 = this.dg;
|
|
2359
|
+
e.qd = this.dj;
|
|
2360
|
+
e.qf = this.dl;
|
|
2361
|
+
e.bz = 28;
|
|
2361
2362
|
e.by = 28;
|
|
2362
|
-
e.bx = 28;
|
|
2363
2363
|
this.aj.add(e);
|
|
2364
2364
|
};
|
|
2365
2365
|
XCalendar.prototype.cj = function (a, b, c) {
|
|
2366
2366
|
var d = new XButton();
|
|
2367
2367
|
this.h.at(a, d);
|
|
2368
|
-
d.
|
|
2369
|
-
d.
|
|
2370
|
-
d.
|
|
2371
|
-
d.
|
|
2368
|
+
d.o = this.r;
|
|
2369
|
+
d.s = this.t;
|
|
2370
|
+
d.ab = this.u;
|
|
2371
|
+
d.d8 = -1;
|
|
2372
2372
|
d.e = 1;
|
|
2373
2373
|
if (this.u != null) {
|
|
2374
|
-
d.
|
|
2374
|
+
d.ab = this.u;
|
|
2375
2375
|
}
|
|
2376
2376
|
var e = new CornerRadius(0, 2);
|
|
2377
|
-
d.
|
|
2378
|
-
d.
|
|
2379
|
-
d.
|
|
2377
|
+
d.k6 = e;
|
|
2378
|
+
d.ld = e;
|
|
2379
|
+
d.dq = 0;
|
|
2380
2380
|
d.appendButtonContent(b);
|
|
2381
|
-
d.
|
|
2382
|
-
d.
|
|
2383
|
-
d.
|
|
2384
|
-
d.
|
|
2385
|
-
d.
|
|
2386
|
-
d.
|
|
2381
|
+
d.qi = this.dq;
|
|
2382
|
+
d.qe = this.dk;
|
|
2383
|
+
d.p8 = this.dg;
|
|
2384
|
+
d.qd = this.dj;
|
|
2385
|
+
d.qf = this.dl;
|
|
2386
|
+
d.bz = 40;
|
|
2387
2387
|
if (c == "month") {
|
|
2388
|
-
d.
|
|
2388
|
+
d.h7 = "btnMonth";
|
|
2389
2389
|
}
|
|
2390
2390
|
else if (c == "year") {
|
|
2391
|
-
d.
|
|
2391
|
+
d.h7 = "btnYear";
|
|
2392
2392
|
}
|
|
2393
2393
|
this.aj.add(d);
|
|
2394
2394
|
};
|
|
@@ -2550,34 +2550,34 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2550
2550
|
var b = this.ai._inner[a];
|
|
2551
2551
|
var c = this.ah._inner[a];
|
|
2552
2552
|
if (+(this.value) != +(dateMinValue()) && b.b == this.value.getDate() && b.c == dateGetMonth(this.value) && b.d == this.value.getFullYear()) {
|
|
2553
|
-
c.
|
|
2554
|
-
c.
|
|
2555
|
-
c.
|
|
2556
|
-
c.
|
|
2557
|
-
c.
|
|
2553
|
+
c.qi = this.dn;
|
|
2554
|
+
c.qe = this.dn;
|
|
2555
|
+
c.p8 = this.dm;
|
|
2556
|
+
c.qd = this.dp;
|
|
2557
|
+
c.p9 = this.dg;
|
|
2558
2558
|
}
|
|
2559
2559
|
else if (b.b == this.av.getDate() && b.c == dateGetMonth(this.av) && b.d == this.av.getFullYear()) {
|
|
2560
|
-
c.
|
|
2560
|
+
c.qi = this.di;
|
|
2561
2561
|
;
|
|
2562
|
-
c.
|
|
2563
|
-
c.
|
|
2564
|
-
c.
|
|
2565
|
-
c.
|
|
2566
|
-
c.
|
|
2562
|
+
c.qe = this.dk;
|
|
2563
|
+
c.p8 = this.dg;
|
|
2564
|
+
c.qd = this.dj;
|
|
2565
|
+
c.p9 = this.dh;
|
|
2566
|
+
c.bw = 1;
|
|
2567
2567
|
}
|
|
2568
2568
|
else if (b.a != 0 && b.a != 6 && b.c == dateGetMonth(this.aq)) {
|
|
2569
|
-
c.
|
|
2570
|
-
c.
|
|
2571
|
-
c.
|
|
2572
|
-
c.
|
|
2573
|
-
c.
|
|
2569
|
+
c.qi = this.dq;
|
|
2570
|
+
c.qe = this.dk;
|
|
2571
|
+
c.p8 = this.dg;
|
|
2572
|
+
c.qd = this.dj;
|
|
2573
|
+
c.p9 = this.dg;
|
|
2574
2574
|
}
|
|
2575
2575
|
else {
|
|
2576
|
-
c.
|
|
2577
|
-
c.
|
|
2578
|
-
c.
|
|
2579
|
-
c.
|
|
2580
|
-
c.
|
|
2576
|
+
c.qi = this.dq;
|
|
2577
|
+
c.qe = this.dk;
|
|
2578
|
+
c.p8 = this.dg;
|
|
2579
|
+
c.qd = this.dj;
|
|
2580
|
+
c.p9 = this.dg;
|
|
2581
2581
|
}
|
|
2582
2582
|
if (b.d >= this.au.getFullYear() && b.d <= this.at.getFullYear()) {
|
|
2583
2583
|
if (b.d == this.au.getFullYear() && b.d == this.at.getFullYear()) {
|
|
@@ -2817,26 +2817,26 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2817
2817
|
var e = c[1];
|
|
2818
2818
|
if (b == "day") {
|
|
2819
2819
|
for (var f = 0; f < this.aj.count; f++) {
|
|
2820
|
-
if (this.aj._inner[f].
|
|
2821
|
-
this.aj._inner[f].
|
|
2820
|
+
if (this.aj._inner[f].h7 == null) {
|
|
2821
|
+
this.aj._inner[f].h7 = "header" + f.toString();
|
|
2822
2822
|
}
|
|
2823
|
-
var g = this.aj._inner[f].
|
|
2823
|
+
var g = this.aj._inner[f].ec();
|
|
2824
2824
|
g.s = g.s - d;
|
|
2825
2825
|
g.q = g.q - e;
|
|
2826
2826
|
a.j.add(g);
|
|
2827
2827
|
}
|
|
2828
2828
|
for (var h = 0; h < this.ah.count; h++) {
|
|
2829
|
-
if (this.ah._inner[h].
|
|
2830
|
-
this.ah._inner[h].
|
|
2829
|
+
if (this.ah._inner[h].h7 == null) {
|
|
2830
|
+
this.ah._inner[h].h7 = "days" + h.toString();
|
|
2831
2831
|
}
|
|
2832
|
-
var i = this.ah._inner[h].
|
|
2832
|
+
var i = this.ah._inner[h].ec();
|
|
2833
2833
|
i.s = i.s - d;
|
|
2834
2834
|
i.q = i.q - e;
|
|
2835
2835
|
a.j.add(i);
|
|
2836
2836
|
}
|
|
2837
2837
|
if (this.ae == true) {
|
|
2838
|
-
this.g.
|
|
2839
|
-
var j = this.g.
|
|
2838
|
+
this.g.h7 = "todayButton";
|
|
2839
|
+
var j = this.g.ec();
|
|
2840
2840
|
j.s = j.s - d;
|
|
2841
2841
|
j.q = j.q - e;
|
|
2842
2842
|
a.j.add(j);
|
|
@@ -2871,10 +2871,10 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2871
2871
|
}
|
|
2872
2872
|
else if (b == "month") {
|
|
2873
2873
|
for (var s = 0; s < this.ak.count; s++) {
|
|
2874
|
-
if (this.ak._inner[s].
|
|
2875
|
-
this.ak._inner[s].
|
|
2874
|
+
if (this.ak._inner[s].h7 == null) {
|
|
2875
|
+
this.ak._inner[s].h7 = "months" + s.toString();
|
|
2876
2876
|
}
|
|
2877
|
-
var t = this.ak._inner[s].
|
|
2877
|
+
var t = this.ak._inner[s].ec();
|
|
2878
2878
|
t.s = t.s - d;
|
|
2879
2879
|
t.q = t.q - e;
|
|
2880
2880
|
a.j.add(t);
|
|
@@ -2882,10 +2882,10 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2882
2882
|
}
|
|
2883
2883
|
else if (b == "year") {
|
|
2884
2884
|
for (var u = 0; u < this.al.count; u++) {
|
|
2885
|
-
if (this.al._inner[u].
|
|
2886
|
-
this.al._inner[u].
|
|
2885
|
+
if (this.al._inner[u].h7 == null) {
|
|
2886
|
+
this.al._inner[u].h7 = "years" + u.toString();
|
|
2887
2887
|
}
|
|
2888
|
-
var v = this.al._inner[u].
|
|
2888
|
+
var v = this.al._inner[u].ec();
|
|
2889
2889
|
v.s = v.s - d;
|
|
2890
2890
|
v.q = v.q - e;
|
|
2891
2891
|
a.j.add(v);
|