igniteui-webcomponents-inputs 4.8.1 → 5.0.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-webcomponents-inputs.umd.js +961 -773
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupVisualModelExport.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +28 -33
- package/esm2015/lib/ButtonVisualModelExport.js +14 -13
- package/esm2015/lib/CalendarVisualModelExport.js +1 -1
- package/esm2015/lib/CheckboxView_combined.js +2 -2
- package/esm2015/lib/DatePickerView_combined.js +325 -322
- package/esm2015/lib/IconView_combined.js +319 -219
- package/esm2015/lib/IconVisualModelExport.js +46 -33
- package/esm2015/lib/NativeUIXInputsFactory.js +9 -9
- package/esm2015/lib/TextBlockVisualModelExport.js +64 -0
- package/esm2015/lib/XButtonBridge.js +11 -4
- package/esm2015/lib/XCheckboxBridge.js +3 -0
- package/esm2015/lib/{DatePicker.js → XDatePicker.js} +1 -1
- package/esm2015/lib/XIconBridge.js +3 -0
- package/esm2015/lib/XIconButtonBridge.js +1 -1
- package/esm2015/lib/XInputBridge.js +3 -0
- package/esm2015/lib/XPopupBridge.js +11 -8
- package/esm2015/lib/{igc-date-picker-component.js → igc-x-date-picker-component.js} +54 -54
- package/esm2015/lib/{igc-date-picker-module.js → igc-x-date-picker-module.js} +7 -7
- package/esm2015/public_api.js +4 -3
- package/esm5/lib/ButtonGroupVisualModelExport.js +1 -1
- package/esm5/lib/ButtonView_combined.js +33 -38
- package/esm5/lib/ButtonVisualModelExport.js +14 -13
- package/esm5/lib/CalendarVisualModelExport.js +1 -1
- package/esm5/lib/CheckboxView_combined.js +2 -2
- package/esm5/lib/DatePickerView_combined.js +336 -333
- package/esm5/lib/IconView_combined.js +316 -216
- package/esm5/lib/IconVisualModelExport.js +50 -33
- package/esm5/lib/NativeUIXInputsFactory.js +9 -9
- package/esm5/lib/TextBlockVisualModelExport.js +66 -0
- package/esm5/lib/XButtonBridge.js +11 -4
- package/esm5/lib/XCheckboxBridge.js +3 -0
- package/esm5/lib/{DatePicker.js → XDatePicker.js} +1 -1
- package/esm5/lib/XIconBridge.js +3 -0
- package/esm5/lib/XIconButtonBridge.js +1 -1
- package/esm5/lib/XInputBridge.js +3 -0
- package/esm5/lib/XPopupBridge.js +11 -8
- package/esm5/lib/{igc-date-picker-component.js → igc-x-date-picker-component.js} +111 -111
- package/esm5/lib/{igc-date-picker-module.js → igc-x-date-picker-module.js} +11 -11
- package/esm5/public_api.js +4 -3
- package/fesm2015/igniteui-webcomponents-inputs.js +883 -700
- package/fesm5/igniteui-webcomponents-inputs.js +959 -772
- package/lib/ButtonVisualModelExport.d.ts +6 -5
- package/lib/DatePickerView_combined.d.ts +75 -74
- package/lib/IconView_combined.d.ts +45 -39
- package/lib/IconVisualModelExport.d.ts +17 -12
- package/lib/TextBlockVisualModelExport.d.ts +21 -0
- package/lib/XButtonBridge.d.ts +1 -0
- package/lib/XCheckboxBridge.d.ts +1 -0
- package/lib/XDatePicker.d.ts +1 -0
- package/lib/XIconBridge.d.ts +1 -0
- package/lib/XInputBridge.d.ts +1 -0
- package/lib/XPopupBridge.d.ts +1 -0
- package/lib/{igc-date-picker-component.d.ts → igc-x-date-picker-component.d.ts} +18 -18
- package/lib/igc-x-date-picker-module.d.ts +3 -0
- package/package.json +2 -2
- package/public_api.d.ts +4 -3
- package/lib/DatePicker.d.ts +0 -1
- package/lib/igc-date-picker-module.d.ts +0 -3
|
@@ -16,22 +16,24 @@ var IconVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16
16
|
__extends(IconVisualModelExport, _super);
|
|
17
17
|
function IconVisualModelExport() {
|
|
18
18
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
-
_this.h = 0;
|
|
20
|
-
_this.f = 0;
|
|
21
|
-
_this.e = 0;
|
|
22
19
|
_this.i = 0;
|
|
20
|
+
_this.g = 0;
|
|
21
|
+
_this.f = 0;
|
|
22
|
+
_this.j = 0;
|
|
23
23
|
_this.a = null;
|
|
24
|
-
_this.c = null;
|
|
25
24
|
_this.b = null;
|
|
26
|
-
_this.d =
|
|
25
|
+
_this.d = null;
|
|
26
|
+
_this.c = null;
|
|
27
|
+
_this.e = 0;
|
|
27
28
|
_this._svgPath = null;
|
|
28
|
-
_this.
|
|
29
|
+
_this._svg = null;
|
|
30
|
+
_this.k = null;
|
|
31
|
+
_this.q = null;
|
|
32
|
+
_this.r = null;
|
|
33
|
+
_this.s = null;
|
|
34
|
+
_this.h = 0;
|
|
29
35
|
_this.o = null;
|
|
30
36
|
_this.p = null;
|
|
31
|
-
_this.q = null;
|
|
32
|
-
_this.g = 0;
|
|
33
|
-
_this.m = null;
|
|
34
|
-
_this.n = null;
|
|
35
37
|
return _this;
|
|
36
38
|
}
|
|
37
39
|
Object.defineProperty(IconVisualModelExport.prototype, "svgPath", {
|
|
@@ -44,36 +46,51 @@ var IconVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
44
46
|
enumerable: false,
|
|
45
47
|
configurable: true
|
|
46
48
|
});
|
|
47
|
-
IconVisualModelExport.prototype
|
|
49
|
+
Object.defineProperty(IconVisualModelExport.prototype, "svg", {
|
|
50
|
+
get: function () {
|
|
51
|
+
return this._svg;
|
|
52
|
+
},
|
|
53
|
+
set: function (a) {
|
|
54
|
+
this._svg = a;
|
|
55
|
+
},
|
|
56
|
+
enumerable: false,
|
|
57
|
+
configurable: true
|
|
58
|
+
});
|
|
59
|
+
IconVisualModelExport.prototype.l = function () {
|
|
48
60
|
var a = new StringBuilder(0);
|
|
49
61
|
a.l("{");
|
|
50
|
-
a.l("
|
|
51
|
-
a
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
a.l("height : " + this.e + ", ");
|
|
57
|
-
a.l("width : " + this.i + ", ");
|
|
58
|
-
a.l("svgPath : '" + this.svgPath + "', ");
|
|
59
|
-
a.l("dataURL : '" + this.j + "', ");
|
|
60
|
-
if (!stringIsNullOrEmpty(this.o)) {
|
|
61
|
-
a.l("textStyleFontStyle : \"" + this.o + "\", ");
|
|
62
|
-
}
|
|
63
|
-
if (!stringIsNullOrEmpty(this.p)) {
|
|
64
|
-
a.l("textStyleFontVariant : \"" + this.p + "\", ");
|
|
62
|
+
a.l("shapes: [");
|
|
63
|
+
if (this.a != null && this.a.length > 0) {
|
|
64
|
+
for (var b = 0; b < this.a.length; b++) {
|
|
65
|
+
var c = this.a[b].serialize();
|
|
66
|
+
a = b < this.a.length - 1 ? a.l(c + ", ") : a.l(c);
|
|
67
|
+
}
|
|
65
68
|
}
|
|
69
|
+
a.u("], ");
|
|
70
|
+
a.l("top : " + this.i + ", ");
|
|
71
|
+
a.l("left : " + this.g + ", ");
|
|
72
|
+
a.l("height : " + this.f + ", ");
|
|
73
|
+
a.l("width : " + this.j + ", ");
|
|
74
|
+
a.l("svg : \"" + this.svg + "\", ");
|
|
75
|
+
a.l("svgPath : \"" + this.svgPath + "\", ");
|
|
76
|
+
a.l("dataURL : \"" + this.k + "\", ");
|
|
66
77
|
if (!stringIsNullOrEmpty(this.q)) {
|
|
67
|
-
a.l("
|
|
78
|
+
a.l("textStyleFontStyle : \"" + this.q + "\", ");
|
|
79
|
+
}
|
|
80
|
+
if (!stringIsNullOrEmpty(this.r)) {
|
|
81
|
+
a.l("textStyleFontVariant : \"" + this.r + "\", ");
|
|
68
82
|
}
|
|
69
|
-
if (!stringIsNullOrEmpty(this.
|
|
70
|
-
a.l("
|
|
83
|
+
if (!stringIsNullOrEmpty(this.s)) {
|
|
84
|
+
a.l("textStyleFontWeight : \"" + this.s + "\", ");
|
|
71
85
|
}
|
|
72
|
-
if (!stringIsNullOrEmpty(this.
|
|
73
|
-
a.l("
|
|
86
|
+
if (!stringIsNullOrEmpty(this.o)) {
|
|
87
|
+
a.l("textStyleFontFamily : \"" + this.o + "\", ");
|
|
88
|
+
}
|
|
89
|
+
if (!stringIsNullOrEmpty(this.p)) {
|
|
90
|
+
a.l("textStyleFontStretch : \"" + this.p + "\", ");
|
|
74
91
|
}
|
|
75
|
-
if (!isNaN_(this.
|
|
76
|
-
a.l("textStyleFontSize : " + this.
|
|
92
|
+
if (!isNaN_(this.h)) {
|
|
93
|
+
a.l("textStyleFontSize : " + this.h + ", ");
|
|
77
94
|
}
|
|
78
95
|
a.l("}");
|
|
79
96
|
return a.toString();
|
|
@@ -45,7 +45,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
45
45
|
configurable: true
|
|
46
46
|
});
|
|
47
47
|
NativeUIXInputsFactory.j = function () {
|
|
48
|
-
NativeUIComponent.
|
|
48
|
+
NativeUIComponent.ar(NativeUIXInputsFactory.b);
|
|
49
49
|
};
|
|
50
50
|
Object.defineProperty(NativeUIXInputsFactory.prototype, "flavor", {
|
|
51
51
|
get: function () {
|
|
@@ -107,7 +107,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107
107
|
f.inputs.add(j);
|
|
108
108
|
var l = new XInputBridge(f);
|
|
109
109
|
var m = new NativeUIInput();
|
|
110
|
-
m.
|
|
110
|
+
m.an = d;
|
|
111
111
|
m.d = l;
|
|
112
112
|
b(m);
|
|
113
113
|
};
|
|
@@ -121,7 +121,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
122
122
|
var h = new XButtonBridge(f);
|
|
123
123
|
var i = new NativeUIButton();
|
|
124
|
-
i.
|
|
124
|
+
i.an = d;
|
|
125
125
|
i.d = h;
|
|
126
126
|
b(i);
|
|
127
127
|
};
|
|
@@ -134,7 +134,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
134
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
135
135
|
var h = new XCheckboxBridge(f);
|
|
136
136
|
var i = new NativeUICheckbox();
|
|
137
|
-
i.
|
|
137
|
+
i.an = d;
|
|
138
138
|
i.d = h;
|
|
139
139
|
b(i);
|
|
140
140
|
};
|
|
@@ -147,7 +147,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147
147
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
148
148
|
var h = new XIconBridge(f);
|
|
149
149
|
var i = new NativeUIIcon();
|
|
150
|
-
i.
|
|
150
|
+
i.an = d;
|
|
151
151
|
i.d = h;
|
|
152
152
|
var j = c.createElement("div");
|
|
153
153
|
var k = c.getSubRenderer(j);
|
|
@@ -158,9 +158,9 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
158
158
|
var m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
159
159
|
var n = new XButtonBridge(l);
|
|
160
160
|
var o = new NativeUIButton();
|
|
161
|
-
o.
|
|
161
|
+
o.an = j;
|
|
162
162
|
o.d = n;
|
|
163
|
-
o.
|
|
163
|
+
o.bm = i;
|
|
164
164
|
b(o);
|
|
165
165
|
};
|
|
166
166
|
NativeUIXInputsFactory.prototype.f = function (a, b) {
|
|
@@ -172,7 +172,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
172
172
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
173
173
|
var h = new XIconBridge(f);
|
|
174
174
|
var i = new NativeUIIcon();
|
|
175
|
-
i.
|
|
175
|
+
i.an = d;
|
|
176
176
|
i.d = h;
|
|
177
177
|
b(i);
|
|
178
178
|
};
|
|
@@ -184,7 +184,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
184
184
|
f.provideRenderer(e);
|
|
185
185
|
var g = new XPopupBridge(f);
|
|
186
186
|
var h = new NativeUIPopup();
|
|
187
|
-
h.
|
|
187
|
+
h.an = d;
|
|
188
188
|
h.d = g;
|
|
189
189
|
b(h);
|
|
190
190
|
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
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.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { StringBuilder } from "igniteui-webcomponents-core";
|
|
10
|
+
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
11
|
+
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var TextBlockVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(TextBlockVisualModelExport, _super);
|
|
17
|
+
function TextBlockVisualModelExport() {
|
|
18
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
_this.c = 0;
|
|
20
|
+
_this.e = 0;
|
|
21
|
+
_this.f = 0;
|
|
22
|
+
_this.b = 0;
|
|
23
|
+
_this.a = null;
|
|
24
|
+
_this.k = null;
|
|
25
|
+
_this.l = null;
|
|
26
|
+
_this.m = null;
|
|
27
|
+
_this.d = 0;
|
|
28
|
+
_this.i = null;
|
|
29
|
+
_this.j = null;
|
|
30
|
+
_this.h = null;
|
|
31
|
+
return _this;
|
|
32
|
+
}
|
|
33
|
+
TextBlockVisualModelExport.prototype.g = function () {
|
|
34
|
+
var a = new StringBuilder(0);
|
|
35
|
+
a.l("{");
|
|
36
|
+
a.l("left: " + this.c + ", ");
|
|
37
|
+
a.l("top: " + this.e + ", ");
|
|
38
|
+
a.l("width: " + this.f + ", ");
|
|
39
|
+
a.l("height: " + this.b + ", ");
|
|
40
|
+
a.l("text : \"" + this.h + "\", ");
|
|
41
|
+
a.l("actualTextColor: " + this.a.serialize() + ", ");
|
|
42
|
+
if (!stringIsNullOrEmpty(this.k)) {
|
|
43
|
+
a.l("textStyleFontStyle: \"" + this.k + "\", ");
|
|
44
|
+
}
|
|
45
|
+
if (!stringIsNullOrEmpty(this.l)) {
|
|
46
|
+
a.l("textStyleFontVariant: \"" + this.l + "\", ");
|
|
47
|
+
}
|
|
48
|
+
if (!stringIsNullOrEmpty(this.m)) {
|
|
49
|
+
a.l("textStyleFontWeight: \"" + this.m + "\", ");
|
|
50
|
+
}
|
|
51
|
+
if (!stringIsNullOrEmpty(this.i)) {
|
|
52
|
+
a.l("textStyleFontFamily: \"" + this.i + "\", ");
|
|
53
|
+
}
|
|
54
|
+
if (!stringIsNullOrEmpty(this.j)) {
|
|
55
|
+
a.l("textStyleFontStretch: \"" + this.j + "\", ");
|
|
56
|
+
}
|
|
57
|
+
if (!isNaN_(this.d)) {
|
|
58
|
+
a.l("textStyleFontSize: " + this.d + ", ");
|
|
59
|
+
}
|
|
60
|
+
a.l("}");
|
|
61
|
+
return a.toString();
|
|
62
|
+
};
|
|
63
|
+
TextBlockVisualModelExport.$t = markType(TextBlockVisualModelExport, 'TextBlockVisualModelExport');
|
|
64
|
+
return TextBlockVisualModelExport;
|
|
65
|
+
}(Base));
|
|
66
|
+
export { TextBlockVisualModelExport };
|
|
@@ -54,12 +54,12 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54
54
|
this.y = d;
|
|
55
55
|
this.af = b;
|
|
56
56
|
break;
|
|
57
|
-
case
|
|
57
|
+
case 13:
|
|
58
58
|
e.gotFocus = delegateCombine(e.gotFocus, runOn(this, this.ah));
|
|
59
59
|
this.v = d;
|
|
60
60
|
this.ab = b;
|
|
61
61
|
break;
|
|
62
|
-
case
|
|
62
|
+
case 14:
|
|
63
63
|
e.lostFocus = delegateCombine(e.lostFocus, runOn(this, this.ai));
|
|
64
64
|
this.w = d;
|
|
65
65
|
this.ad = b;
|
|
@@ -125,7 +125,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
125
125
|
d.clearButtonContent();
|
|
126
126
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
127
127
|
this.ac = c;
|
|
128
|
-
d.appendButtonContent(this.ac.
|
|
128
|
+
d.appendButtonContent(this.ac.an);
|
|
129
129
|
}
|
|
130
130
|
else {
|
|
131
131
|
this.ac = c;
|
|
@@ -156,7 +156,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
156
156
|
case 54:
|
|
157
157
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
158
158
|
this.aa = c;
|
|
159
|
-
d.appendButtonContent(this.aa.
|
|
159
|
+
d.appendButtonContent(this.aa.an);
|
|
160
160
|
}
|
|
161
161
|
break;
|
|
162
162
|
case 0:
|
|
@@ -214,6 +214,9 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
214
214
|
case 11:
|
|
215
215
|
d.aa = c;
|
|
216
216
|
break;
|
|
217
|
+
case 83:
|
|
218
|
+
d.bu = c;
|
|
219
|
+
break;
|
|
217
220
|
}
|
|
218
221
|
};
|
|
219
222
|
XButtonBridge.prototype.getValue = function (a, b) {
|
|
@@ -249,6 +252,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
249
252
|
case 56: return c.as;
|
|
250
253
|
case 58: return c.aq;
|
|
251
254
|
case 17: return c.kt;
|
|
255
|
+
case 83: return c.bu;
|
|
252
256
|
}
|
|
253
257
|
return null;
|
|
254
258
|
};
|
|
@@ -300,6 +304,9 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
300
304
|
default: return 3;
|
|
301
305
|
}
|
|
302
306
|
};
|
|
307
|
+
XButtonBridge.prototype.exportVisualData = function (a) {
|
|
308
|
+
return a.d7();
|
|
309
|
+
};
|
|
303
310
|
XButtonBridge.$t = markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
|
|
304
311
|
return XButtonBridge;
|
|
305
312
|
}(XComponentBridge));
|
|
@@ -90,6 +90,9 @@ var XCheckboxBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90
90
|
break;
|
|
91
91
|
}
|
|
92
92
|
};
|
|
93
|
+
XCheckboxBridge.prototype.exportVisualData = function (a) {
|
|
94
|
+
return a.a3();
|
|
95
|
+
};
|
|
93
96
|
XCheckboxBridge.$t = markType(XCheckboxBridge, 'XCheckboxBridge', XComponentBridge.$);
|
|
94
97
|
return XCheckboxBridge;
|
|
95
98
|
}(XComponentBridge));
|
|
@@ -4,4 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
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.
|
|
6
6
|
*/
|
|
7
|
-
export {
|
|
7
|
+
export { XDatePicker } from "./DatePickerView_combined";
|
package/esm5/lib/XIconBridge.js
CHANGED
|
@@ -116,6 +116,9 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
116
116
|
return;
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
|
+
XIconBridge.prototype.exportVisualData = function (a) {
|
|
120
|
+
return a.au();
|
|
121
|
+
};
|
|
119
122
|
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
120
123
|
return XIconBridge;
|
|
121
124
|
}(XComponentBridge));
|
|
@@ -37,7 +37,7 @@ var XIconButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
switch (a) {
|
|
38
38
|
case 16:
|
|
39
39
|
case 15:
|
|
40
|
-
case 17: return this.al.t.view.
|
|
40
|
+
case 17: return this.al.t.view.v;
|
|
41
41
|
}
|
|
42
42
|
return _super.prototype.getTargetForProperty.call(this, a, b);
|
|
43
43
|
};
|
package/esm5/lib/XInputBridge.js
CHANGED
|
@@ -211,6 +211,9 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
211
211
|
var e = d.inputs._inner[0];
|
|
212
212
|
window.setTimeout(function () { return e.dr(b, c); }, 0);
|
|
213
213
|
};
|
|
214
|
+
XInputBridge.prototype.exportVisualData = function (a) {
|
|
215
|
+
return a.fe();
|
|
216
|
+
};
|
|
214
217
|
XInputBridge.$t = markType(XInputBridge, 'XInputBridge', XComponentBridge.$, [INativeUIInputBridge_$type]);
|
|
215
218
|
return XInputBridge;
|
|
216
219
|
}(XComponentBridge));
|
package/esm5/lib/XPopupBridge.js
CHANGED
|
@@ -66,12 +66,12 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
66
|
this.z = d;
|
|
67
67
|
this.ah = b;
|
|
68
68
|
break;
|
|
69
|
-
case
|
|
69
|
+
case 13:
|
|
70
70
|
e.popupGotFocus = delegateCombine(e.popupGotFocus, runOn(this, this.ak));
|
|
71
71
|
this.w = d;
|
|
72
72
|
this.ae = b;
|
|
73
73
|
break;
|
|
74
|
-
case
|
|
74
|
+
case 14:
|
|
75
75
|
e.popupLostFocus = delegateCombine(e.popupLostFocus, runOn(this, this.al));
|
|
76
76
|
this.x = d;
|
|
77
77
|
this.af = b;
|
|
@@ -101,12 +101,12 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
101
101
|
this.z = null;
|
|
102
102
|
this.ah = null;
|
|
103
103
|
break;
|
|
104
|
-
case
|
|
104
|
+
case 13:
|
|
105
105
|
e.popupGotFocus = delegateRemove(e.popupGotFocus, runOn(this, this.ak));
|
|
106
106
|
this.w = null;
|
|
107
107
|
this.ae = null;
|
|
108
108
|
break;
|
|
109
|
-
case
|
|
109
|
+
case 14:
|
|
110
110
|
e.popupLostFocus = delegateRemove(e.popupLostFocus, runOn(this, this.al));
|
|
111
111
|
this.x = null;
|
|
112
112
|
this.af = null;
|
|
@@ -263,15 +263,18 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
263
263
|
default: return 0;
|
|
264
264
|
}
|
|
265
265
|
};
|
|
266
|
+
XPopupBridge.prototype.exportVisualData = function (a) {
|
|
267
|
+
return a.au();
|
|
268
|
+
};
|
|
266
269
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
267
270
|
this.ac.add(b);
|
|
268
271
|
var c = a;
|
|
269
|
-
c.appendPopupContent(b.
|
|
272
|
+
c.appendPopupContent(b.an);
|
|
270
273
|
};
|
|
271
274
|
XPopupBridge.prototype.insertChild = function (a, b, c) {
|
|
272
275
|
this.ac.add(c);
|
|
273
276
|
var d = a;
|
|
274
|
-
d.appendPopupContent(c.
|
|
277
|
+
d.appendPopupContent(c.an);
|
|
275
278
|
};
|
|
276
279
|
XPopupBridge.prototype.getChildAt = function (a, b) {
|
|
277
280
|
return this.ac._inner[b];
|
|
@@ -281,12 +284,12 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
281
284
|
};
|
|
282
285
|
XPopupBridge.prototype.removeChild = function (a, b) {
|
|
283
286
|
var c = a;
|
|
284
|
-
c.removePopupContent(b.
|
|
287
|
+
c.removePopupContent(b.an);
|
|
285
288
|
this.ac.remove(b);
|
|
286
289
|
};
|
|
287
290
|
XPopupBridge.prototype.removeChildAt = function (a, b) {
|
|
288
291
|
var c = a;
|
|
289
|
-
c.removePopupContent(this.ac._inner[b].
|
|
292
|
+
c.removePopupContent(this.ac._inner[b].an);
|
|
290
293
|
this.ac.removeAt(b);
|
|
291
294
|
};
|
|
292
295
|
XPopupBridge.$t = markType(XPopupBridge, 'XPopupBridge', XComponentBridge.$, [INativeUIPopupBridge_$type]);
|