igniteui-angular-inputs 17.3.1-alpha.0 → 18.1.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 +971 -753
- package/bundles/igniteui-angular-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/CalendarView_combined.js +2 -0
- 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 +310 -201
- 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 +19 -0
- package/esm2015/lib/{DatePicker.js → XDatePicker.js} +1 -1
- package/esm2015/lib/XIconBridge.js +6 -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/{igx-date-picker-component.js → igx-x-date-picker-component.js} +40 -40
- package/esm2015/lib/{igx-date-picker-dynamic-module.js → igx-x-date-picker-dynamic-module.js} +20 -20
- package/esm2015/lib/{igx-date-picker-module.js → igx-x-date-picker-module.js} +14 -14
- package/esm2015/public_api.js +5 -4
- 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/CalendarView_combined.js +2 -0
- 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 +308 -199
- 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 +19 -0
- package/esm5/lib/{DatePicker.js → XDatePicker.js} +1 -1
- package/esm5/lib/XIconBridge.js +6 -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/{igx-date-picker-component.js → igx-x-date-picker-component.js} +87 -87
- package/esm5/lib/{igx-date-picker-dynamic-module.js → igx-x-date-picker-dynamic-module.js} +21 -21
- package/esm5/lib/{igx-date-picker-module.js → igx-x-date-picker-module.js} +15 -15
- package/esm5/public_api.js +5 -4
- package/fesm2015/igniteui-angular-inputs.js +906 -693
- package/fesm5/igniteui-angular-inputs.js +968 -751
- package/lib/ButtonVisualModelExport.d.ts +6 -5
- package/lib/DatePickerView_combined.d.ts +75 -74
- package/lib/IconView_combined.d.ts +35 -32
- 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/{igx-date-picker-component.d.ts → igx-x-date-picker-component.d.ts} +6 -6
- package/lib/igx-x-date-picker-dynamic-module.d.ts +13 -0
- package/lib/igx-x-date-picker-module.d.ts +13 -0
- package/package.json +5 -5
- package/public_api.d.ts +5 -4
- package/lib/DatePicker.d.ts +0 -1
- package/lib/igx-date-picker-dynamic-module.d.ts +0 -13
- package/lib/igx-date-picker-module.d.ts +0 -13
|
@@ -15,22 +15,24 @@ export let IconVisualModelExport = /*@__PURE__*/ (() => {
|
|
|
15
15
|
class IconVisualModelExport extends Base {
|
|
16
16
|
constructor() {
|
|
17
17
|
super(...arguments);
|
|
18
|
-
this.h = 0;
|
|
19
|
-
this.f = 0;
|
|
20
|
-
this.e = 0;
|
|
21
18
|
this.i = 0;
|
|
19
|
+
this.g = 0;
|
|
20
|
+
this.f = 0;
|
|
21
|
+
this.j = 0;
|
|
22
22
|
this.a = null;
|
|
23
|
-
this.c = null;
|
|
24
23
|
this.b = null;
|
|
25
|
-
this.d =
|
|
24
|
+
this.d = null;
|
|
25
|
+
this.c = null;
|
|
26
|
+
this.e = 0;
|
|
26
27
|
this._svgPath = null;
|
|
27
|
-
this.
|
|
28
|
+
this._svg = null;
|
|
29
|
+
this.k = null;
|
|
30
|
+
this.q = null;
|
|
31
|
+
this.r = null;
|
|
32
|
+
this.s = null;
|
|
33
|
+
this.h = 0;
|
|
28
34
|
this.o = null;
|
|
29
35
|
this.p = null;
|
|
30
|
-
this.q = null;
|
|
31
|
-
this.g = 0;
|
|
32
|
-
this.m = null;
|
|
33
|
-
this.n = null;
|
|
34
36
|
}
|
|
35
37
|
get svgPath() {
|
|
36
38
|
return this._svgPath;
|
|
@@ -38,36 +40,47 @@ export let IconVisualModelExport = /*@__PURE__*/ (() => {
|
|
|
38
40
|
set svgPath(a) {
|
|
39
41
|
this._svgPath = a;
|
|
40
42
|
}
|
|
41
|
-
|
|
43
|
+
get svg() {
|
|
44
|
+
return this._svg;
|
|
45
|
+
}
|
|
46
|
+
set svg(a) {
|
|
47
|
+
this._svg = a;
|
|
48
|
+
}
|
|
49
|
+
l() {
|
|
42
50
|
let a = new StringBuilder(0);
|
|
43
51
|
a.l("{");
|
|
44
|
-
a.l("
|
|
45
|
-
a
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
a.l("height : " + this.e + ", ");
|
|
51
|
-
a.l("width : " + this.i + ", ");
|
|
52
|
-
a.l("svgPath : '" + this.svgPath + "', ");
|
|
53
|
-
a.l("dataURL : '" + this.j + "', ");
|
|
54
|
-
if (!stringIsNullOrEmpty(this.o)) {
|
|
55
|
-
a.l("textStyleFontStyle : \"" + this.o + "\", ");
|
|
56
|
-
}
|
|
57
|
-
if (!stringIsNullOrEmpty(this.p)) {
|
|
58
|
-
a.l("textStyleFontVariant : \"" + this.p + "\", ");
|
|
52
|
+
a.l("shapes: [");
|
|
53
|
+
if (this.a != null && this.a.length > 0) {
|
|
54
|
+
for (let b = 0; b < this.a.length; b++) {
|
|
55
|
+
let c = this.a[b].serialize();
|
|
56
|
+
a = b < this.a.length - 1 ? a.l(c + ", ") : a.l(c);
|
|
57
|
+
}
|
|
59
58
|
}
|
|
59
|
+
a.u("], ");
|
|
60
|
+
a.l("top : " + this.i + ", ");
|
|
61
|
+
a.l("left : " + this.g + ", ");
|
|
62
|
+
a.l("height : " + this.f + ", ");
|
|
63
|
+
a.l("width : " + this.j + ", ");
|
|
64
|
+
a.l("svg : \"" + this.svg + "\", ");
|
|
65
|
+
a.l("svgPath : \"" + this.svgPath + "\", ");
|
|
66
|
+
a.l("dataURL : \"" + this.k + "\", ");
|
|
60
67
|
if (!stringIsNullOrEmpty(this.q)) {
|
|
61
|
-
a.l("
|
|
68
|
+
a.l("textStyleFontStyle : \"" + this.q + "\", ");
|
|
69
|
+
}
|
|
70
|
+
if (!stringIsNullOrEmpty(this.r)) {
|
|
71
|
+
a.l("textStyleFontVariant : \"" + this.r + "\", ");
|
|
62
72
|
}
|
|
63
|
-
if (!stringIsNullOrEmpty(this.
|
|
64
|
-
a.l("
|
|
73
|
+
if (!stringIsNullOrEmpty(this.s)) {
|
|
74
|
+
a.l("textStyleFontWeight : \"" + this.s + "\", ");
|
|
65
75
|
}
|
|
66
|
-
if (!stringIsNullOrEmpty(this.
|
|
67
|
-
a.l("
|
|
76
|
+
if (!stringIsNullOrEmpty(this.o)) {
|
|
77
|
+
a.l("textStyleFontFamily : \"" + this.o + "\", ");
|
|
78
|
+
}
|
|
79
|
+
if (!stringIsNullOrEmpty(this.p)) {
|
|
80
|
+
a.l("textStyleFontStretch : \"" + this.p + "\", ");
|
|
68
81
|
}
|
|
69
|
-
if (!isNaN_(this.
|
|
70
|
-
a.l("textStyleFontSize : " + this.
|
|
82
|
+
if (!isNaN_(this.h)) {
|
|
83
|
+
a.l("textStyleFontSize : " + this.h + ", ");
|
|
71
84
|
}
|
|
72
85
|
a.l("}");
|
|
73
86
|
return a.toString();
|
|
@@ -39,7 +39,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
39
39
|
return NativeUIXInputsFactory.a;
|
|
40
40
|
}
|
|
41
41
|
static j() {
|
|
42
|
-
NativeUIComponent.
|
|
42
|
+
NativeUIComponent.ar(NativeUIXInputsFactory.b);
|
|
43
43
|
}
|
|
44
44
|
get flavor() {
|
|
45
45
|
return this.c;
|
|
@@ -97,7 +97,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
97
97
|
f.inputs.add(j);
|
|
98
98
|
let l = new XInputBridge(f);
|
|
99
99
|
let m = new NativeUIInput();
|
|
100
|
-
m.
|
|
100
|
+
m.an = d;
|
|
101
101
|
m.d = l;
|
|
102
102
|
b(m);
|
|
103
103
|
}
|
|
@@ -111,7 +111,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
111
111
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
112
112
|
let h = new XButtonBridge(f);
|
|
113
113
|
let i = new NativeUIButton();
|
|
114
|
-
i.
|
|
114
|
+
i.an = d;
|
|
115
115
|
i.d = h;
|
|
116
116
|
b(i);
|
|
117
117
|
}
|
|
@@ -124,7 +124,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
124
124
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
125
125
|
let h = new XCheckboxBridge(f);
|
|
126
126
|
let i = new NativeUICheckbox();
|
|
127
|
-
i.
|
|
127
|
+
i.an = d;
|
|
128
128
|
i.d = h;
|
|
129
129
|
b(i);
|
|
130
130
|
}
|
|
@@ -137,7 +137,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
137
137
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
138
138
|
let h = new XIconBridge(f);
|
|
139
139
|
let i = new NativeUIIcon();
|
|
140
|
-
i.
|
|
140
|
+
i.an = d;
|
|
141
141
|
i.d = h;
|
|
142
142
|
let j = c.createElement("div");
|
|
143
143
|
let k = c.getSubRenderer(j);
|
|
@@ -148,9 +148,9 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
148
148
|
let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
149
149
|
let n = new XButtonBridge(l);
|
|
150
150
|
let o = new NativeUIButton();
|
|
151
|
-
o.
|
|
151
|
+
o.an = j;
|
|
152
152
|
o.d = n;
|
|
153
|
-
o.
|
|
153
|
+
o.bm = i;
|
|
154
154
|
b(o);
|
|
155
155
|
}
|
|
156
156
|
f(a, b) {
|
|
@@ -162,7 +162,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
162
162
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
163
163
|
let h = new XIconBridge(f);
|
|
164
164
|
let i = new NativeUIIcon();
|
|
165
|
-
i.
|
|
165
|
+
i.an = d;
|
|
166
166
|
i.d = h;
|
|
167
167
|
b(i);
|
|
168
168
|
}
|
|
@@ -174,7 +174,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
174
174
|
f.provideRenderer(e);
|
|
175
175
|
let g = new XPopupBridge(f);
|
|
176
176
|
let h = new NativeUIPopup();
|
|
177
|
-
h.
|
|
177
|
+
h.an = d;
|
|
178
178
|
h.d = g;
|
|
179
179
|
b(h);
|
|
180
180
|
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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 { Base, markType } from "igniteui-angular-core";
|
|
8
|
+
import { StringBuilder } from "igniteui-angular-core";
|
|
9
|
+
import { stringIsNullOrEmpty } from "igniteui-angular-core";
|
|
10
|
+
import { isNaN_ } from "igniteui-angular-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let TextBlockVisualModelExport = /*@__PURE__*/ (() => {
|
|
15
|
+
class TextBlockVisualModelExport extends Base {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
this.c = 0;
|
|
19
|
+
this.e = 0;
|
|
20
|
+
this.f = 0;
|
|
21
|
+
this.b = 0;
|
|
22
|
+
this.a = null;
|
|
23
|
+
this.k = null;
|
|
24
|
+
this.l = null;
|
|
25
|
+
this.m = null;
|
|
26
|
+
this.d = 0;
|
|
27
|
+
this.i = null;
|
|
28
|
+
this.j = null;
|
|
29
|
+
this.h = null;
|
|
30
|
+
}
|
|
31
|
+
g() {
|
|
32
|
+
let a = new StringBuilder(0);
|
|
33
|
+
a.l("{");
|
|
34
|
+
a.l("left: " + this.c + ", ");
|
|
35
|
+
a.l("top: " + this.e + ", ");
|
|
36
|
+
a.l("width: " + this.f + ", ");
|
|
37
|
+
a.l("height: " + this.b + ", ");
|
|
38
|
+
a.l("text : \"" + this.h + "\", ");
|
|
39
|
+
a.l("actualTextColor: " + this.a.serialize() + ", ");
|
|
40
|
+
if (!stringIsNullOrEmpty(this.k)) {
|
|
41
|
+
a.l("textStyleFontStyle: \"" + this.k + "\", ");
|
|
42
|
+
}
|
|
43
|
+
if (!stringIsNullOrEmpty(this.l)) {
|
|
44
|
+
a.l("textStyleFontVariant: \"" + this.l + "\", ");
|
|
45
|
+
}
|
|
46
|
+
if (!stringIsNullOrEmpty(this.m)) {
|
|
47
|
+
a.l("textStyleFontWeight: \"" + this.m + "\", ");
|
|
48
|
+
}
|
|
49
|
+
if (!stringIsNullOrEmpty(this.i)) {
|
|
50
|
+
a.l("textStyleFontFamily: \"" + this.i + "\", ");
|
|
51
|
+
}
|
|
52
|
+
if (!stringIsNullOrEmpty(this.j)) {
|
|
53
|
+
a.l("textStyleFontStretch: \"" + this.j + "\", ");
|
|
54
|
+
}
|
|
55
|
+
if (!isNaN_(this.d)) {
|
|
56
|
+
a.l("textStyleFontSize: " + this.d + ", ");
|
|
57
|
+
}
|
|
58
|
+
a.l("}");
|
|
59
|
+
return a.toString();
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
TextBlockVisualModelExport.$t = markType(TextBlockVisualModelExport, 'TextBlockVisualModelExport');
|
|
63
|
+
return TextBlockVisualModelExport;
|
|
64
|
+
})();
|
|
@@ -52,12 +52,12 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
52
52
|
this.y = d;
|
|
53
53
|
this.af = b;
|
|
54
54
|
break;
|
|
55
|
-
case
|
|
55
|
+
case 13:
|
|
56
56
|
e.gotFocus = delegateCombine(e.gotFocus, runOn(this, this.ah));
|
|
57
57
|
this.v = d;
|
|
58
58
|
this.ab = b;
|
|
59
59
|
break;
|
|
60
|
-
case
|
|
60
|
+
case 14:
|
|
61
61
|
e.lostFocus = delegateCombine(e.lostFocus, runOn(this, this.ai));
|
|
62
62
|
this.w = d;
|
|
63
63
|
this.ad = b;
|
|
@@ -123,7 +123,7 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
123
123
|
d.clearButtonContent();
|
|
124
124
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
125
125
|
this.ac = c;
|
|
126
|
-
d.appendButtonContent(this.ac.
|
|
126
|
+
d.appendButtonContent(this.ac.an);
|
|
127
127
|
}
|
|
128
128
|
else {
|
|
129
129
|
this.ac = c;
|
|
@@ -154,7 +154,7 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
154
154
|
case 54:
|
|
155
155
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
156
156
|
this.aa = c;
|
|
157
|
-
d.appendButtonContent(this.aa.
|
|
157
|
+
d.appendButtonContent(this.aa.an);
|
|
158
158
|
}
|
|
159
159
|
break;
|
|
160
160
|
case 0:
|
|
@@ -212,6 +212,9 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
212
212
|
case 11:
|
|
213
213
|
d.aa = c;
|
|
214
214
|
break;
|
|
215
|
+
case 83:
|
|
216
|
+
d.bu = c;
|
|
217
|
+
break;
|
|
215
218
|
}
|
|
216
219
|
}
|
|
217
220
|
getValue(a, b) {
|
|
@@ -247,6 +250,7 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
247
250
|
case 56: return c.as;
|
|
248
251
|
case 58: return c.aq;
|
|
249
252
|
case 17: return c.kt;
|
|
253
|
+
case 83: return c.bu;
|
|
250
254
|
}
|
|
251
255
|
return null;
|
|
252
256
|
}
|
|
@@ -298,6 +302,9 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
298
302
|
default: return 3;
|
|
299
303
|
}
|
|
300
304
|
}
|
|
305
|
+
exportVisualData(a) {
|
|
306
|
+
return a.d7();
|
|
307
|
+
}
|
|
301
308
|
}
|
|
302
309
|
XButtonBridge.$t = markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
|
|
303
310
|
return XButtonBridge;
|
|
@@ -52,6 +52,10 @@ export let XCheckboxBridge = /*@__PURE__*/ (() => {
|
|
|
52
52
|
case 7: return c.checked;
|
|
53
53
|
case 18: return enumGetBox(BaseControlTheme_$type, c.n);
|
|
54
54
|
case 17: return c.ar;
|
|
55
|
+
case 65: return c.dl;
|
|
56
|
+
case 67: return c.dm;
|
|
57
|
+
case 66: return c.dd;
|
|
58
|
+
case 68: return c.de;
|
|
55
59
|
}
|
|
56
60
|
return null;
|
|
57
61
|
}
|
|
@@ -70,8 +74,23 @@ export let XCheckboxBridge = /*@__PURE__*/ (() => {
|
|
|
70
74
|
case 17:
|
|
71
75
|
d.ar = c;
|
|
72
76
|
break;
|
|
77
|
+
case 65:
|
|
78
|
+
d.dl = c;
|
|
79
|
+
break;
|
|
80
|
+
case 67:
|
|
81
|
+
d.dm = c;
|
|
82
|
+
break;
|
|
83
|
+
case 66:
|
|
84
|
+
d.dd = c;
|
|
85
|
+
break;
|
|
86
|
+
case 68:
|
|
87
|
+
d.de = c;
|
|
88
|
+
break;
|
|
73
89
|
}
|
|
74
90
|
}
|
|
91
|
+
exportVisualData(a) {
|
|
92
|
+
return a.a3();
|
|
93
|
+
}
|
|
75
94
|
}
|
|
76
95
|
XCheckboxBridge.$t = markType(XCheckboxBridge, 'XCheckboxBridge', XComponentBridge.$);
|
|
77
96
|
return XCheckboxBridge;
|
|
@@ -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";
|
|
@@ -90,6 +90,9 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
90
90
|
return super.getTargetForProperty(a, b);
|
|
91
91
|
}
|
|
92
92
|
w(a) {
|
|
93
|
+
a.svg = null;
|
|
94
|
+
a.svgPath = null;
|
|
95
|
+
a.b = null;
|
|
93
96
|
let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
94
97
|
if (b != null) {
|
|
95
98
|
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -111,6 +114,9 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
111
114
|
return;
|
|
112
115
|
}
|
|
113
116
|
}
|
|
117
|
+
exportVisualData(a) {
|
|
118
|
+
return a.au();
|
|
119
|
+
}
|
|
114
120
|
}
|
|
115
121
|
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
116
122
|
return XIconBridge;
|
|
@@ -209,6 +209,9 @@ export let XInputBridge = /*@__PURE__*/ (() => {
|
|
|
209
209
|
let e = d.inputs._inner[0];
|
|
210
210
|
window.setTimeout(() => e.dr(b, c), 0);
|
|
211
211
|
}
|
|
212
|
+
exportVisualData(a) {
|
|
213
|
+
return a.fe();
|
|
214
|
+
}
|
|
212
215
|
}
|
|
213
216
|
XInputBridge.$t = markType(XInputBridge, 'XInputBridge', XComponentBridge.$, [INativeUIInputBridge_$type]);
|
|
214
217
|
return XInputBridge;
|
|
@@ -64,12 +64,12 @@ export let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
64
64
|
this.z = d;
|
|
65
65
|
this.ah = b;
|
|
66
66
|
break;
|
|
67
|
-
case
|
|
67
|
+
case 13:
|
|
68
68
|
e.popupGotFocus = delegateCombine(e.popupGotFocus, runOn(this, this.ak));
|
|
69
69
|
this.w = d;
|
|
70
70
|
this.ae = b;
|
|
71
71
|
break;
|
|
72
|
-
case
|
|
72
|
+
case 14:
|
|
73
73
|
e.popupLostFocus = delegateCombine(e.popupLostFocus, runOn(this, this.al));
|
|
74
74
|
this.x = d;
|
|
75
75
|
this.af = b;
|
|
@@ -99,12 +99,12 @@ export let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
99
99
|
this.z = null;
|
|
100
100
|
this.ah = null;
|
|
101
101
|
break;
|
|
102
|
-
case
|
|
102
|
+
case 13:
|
|
103
103
|
e.popupGotFocus = delegateRemove(e.popupGotFocus, runOn(this, this.ak));
|
|
104
104
|
this.w = null;
|
|
105
105
|
this.ae = null;
|
|
106
106
|
break;
|
|
107
|
-
case
|
|
107
|
+
case 14:
|
|
108
108
|
e.popupLostFocus = delegateRemove(e.popupLostFocus, runOn(this, this.al));
|
|
109
109
|
this.x = null;
|
|
110
110
|
this.af = null;
|
|
@@ -261,15 +261,18 @@ export let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
261
261
|
default: return 0;
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
|
+
exportVisualData(a) {
|
|
265
|
+
return a.au();
|
|
266
|
+
}
|
|
264
267
|
addChild(a, b) {
|
|
265
268
|
this.ac.add(b);
|
|
266
269
|
let c = a;
|
|
267
|
-
c.appendPopupContent(b.
|
|
270
|
+
c.appendPopupContent(b.an);
|
|
268
271
|
}
|
|
269
272
|
insertChild(a, b, c) {
|
|
270
273
|
this.ac.add(c);
|
|
271
274
|
let d = a;
|
|
272
|
-
d.appendPopupContent(c.
|
|
275
|
+
d.appendPopupContent(c.an);
|
|
273
276
|
}
|
|
274
277
|
getChildAt(a, b) {
|
|
275
278
|
return this.ac._inner[b];
|
|
@@ -279,12 +282,12 @@ export let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
279
282
|
}
|
|
280
283
|
removeChild(a, b) {
|
|
281
284
|
let c = a;
|
|
282
|
-
c.removePopupContent(b.
|
|
285
|
+
c.removePopupContent(b.an);
|
|
283
286
|
this.ac.remove(b);
|
|
284
287
|
}
|
|
285
288
|
removeChildAt(a, b) {
|
|
286
289
|
let c = a;
|
|
287
|
-
c.removePopupContent(this.ac._inner[b].
|
|
290
|
+
c.removePopupContent(this.ac._inner[b].an);
|
|
288
291
|
this.ac.removeAt(b);
|
|
289
292
|
}
|
|
290
293
|
}
|