igniteui-webcomponents-layouts 5.3.0 → 5.4.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-layouts.umd.js +11266 -8364
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +8 -8
- package/esm2015/lib/ComboEditorView_combined.js +27 -26
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +595 -577
- package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm2015/lib/ToolActionFieldSelector.js +7 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
- package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm2015/lib/ToolActionVisualData.js +17 -13
- package/esm2015/lib/ToolPanelContext.js +4 -1
- package/esm2015/lib/igc-list-panel-component.js +64 -54
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +191 -180
- package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
- package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +275 -250
- package/esm2015/lib/igc-tool-panel-module.js +2 -0
- package/esm2015/lib/igc-toolbar-component.js +171 -156
- package/esm2015/public_api.js +16 -0
- package/esm5/lib/ComboEditorBridge.js +8 -8
- package/esm5/lib/ComboEditorView_combined.js +27 -26
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm5/lib/ListPanelView_combined.js +592 -570
- package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm5/lib/ToolActionFieldSelector.js +7 -0
- package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
- package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm5/lib/ToolActionVisualData.js +17 -13
- package/esm5/lib/ToolPanelContext.js +4 -1
- package/esm5/lib/igc-list-panel-component.js +68 -54
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +195 -180
- package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
- package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +32 -32
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +283 -250
- package/esm5/lib/igc-tool-panel-module.js +2 -0
- package/esm5/lib/igc-toolbar-component.js +175 -156
- package/esm5/public_api.js +16 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
- package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
- package/lib/ListPanelView_combined.d.ts +147 -144
- package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
- package/lib/ToolActionFieldSelector.d.ts +1 -0
- package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
- package/lib/ToolActionVisualData.d.ts +6 -5
- package/lib/igc-list-panel-component.d.ts +5 -0
- package/lib/igc-tool-action-component.d.ts +6 -0
- package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
- package/lib/igc-tool-panel-component.d.ts +10 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +16 -0
|
@@ -21,7 +21,7 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
|
|
|
21
21
|
}
|
|
22
22
|
addHandler(a, b, c, d) {
|
|
23
23
|
switch (c) {
|
|
24
|
-
case
|
|
24
|
+
case 21:
|
|
25
25
|
let e = a;
|
|
26
26
|
e.selectedValueChanged = delegateCombine(e.selectedValueChanged, runOn(this, this.w));
|
|
27
27
|
this.u = d;
|
|
@@ -64,16 +64,16 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
|
|
|
64
64
|
break;
|
|
65
65
|
}
|
|
66
66
|
return enumGetBox(NativeUIDisplayDensity_$type, d);
|
|
67
|
-
case
|
|
68
|
-
case
|
|
67
|
+
case 91: return a.gg;
|
|
68
|
+
case 90: return a.j;
|
|
69
69
|
case 8: return a.itemsSource;
|
|
70
|
-
case
|
|
70
|
+
case 89: return [a.value];
|
|
71
71
|
}
|
|
72
72
|
return super.getValue(a, b);
|
|
73
73
|
}
|
|
74
74
|
removeHandler(a, b, c, d) {
|
|
75
75
|
switch (c) {
|
|
76
|
-
case
|
|
76
|
+
case 21:
|
|
77
77
|
let e = a;
|
|
78
78
|
e.selectedValueChanged = delegateRemove(e.selectedValueChanged, runOn(this, this.w));
|
|
79
79
|
this.u = null;
|
|
@@ -104,10 +104,10 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
|
|
|
104
104
|
}
|
|
105
105
|
a.density = d;
|
|
106
106
|
return;
|
|
107
|
-
case
|
|
107
|
+
case 91:
|
|
108
108
|
a.gg = c;
|
|
109
109
|
return;
|
|
110
|
-
case
|
|
110
|
+
case 90:
|
|
111
111
|
a.j = [c];
|
|
112
112
|
return;
|
|
113
113
|
case 8:
|
|
@@ -140,7 +140,7 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
|
|
|
140
140
|
a.itemsSource = c;
|
|
141
141
|
}
|
|
142
142
|
return;
|
|
143
|
-
case
|
|
143
|
+
case 89:
|
|
144
144
|
a.value = (c != null && c.length > 0) ? c[0] : null;
|
|
145
145
|
return;
|
|
146
146
|
}
|
|
@@ -82,7 +82,7 @@ export let ComboEditorView = /*@__PURE__*/ (() => {
|
|
|
82
82
|
return;
|
|
83
83
|
}
|
|
84
84
|
let c = this.r();
|
|
85
|
-
this.a.bh.
|
|
85
|
+
this.a.bh.ce(c);
|
|
86
86
|
}
|
|
87
87
|
k(a) {
|
|
88
88
|
let b = this.a;
|
|
@@ -111,7 +111,7 @@ export let ComboEditorView = /*@__PURE__*/ (() => {
|
|
|
111
111
|
}
|
|
112
112
|
for (let e of fromEnum(c.inputs)) {
|
|
113
113
|
if (e != null && typeCast(XLabel.$, e) !== null) {
|
|
114
|
-
e.
|
|
114
|
+
e.dj = b.j9;
|
|
115
115
|
let f = e;
|
|
116
116
|
if (b.av != null) {
|
|
117
117
|
f.y = b.av;
|
|
@@ -345,7 +345,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
345
345
|
}
|
|
346
346
|
gy() {
|
|
347
347
|
let a = this.ad;
|
|
348
|
-
a.
|
|
348
|
+
a.dv = -1;
|
|
349
349
|
}
|
|
350
350
|
get bj() {
|
|
351
351
|
if (this.bi == null) {
|
|
@@ -1664,7 +1664,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
1664
1664
|
g0() {
|
|
1665
1665
|
let a = this.bh;
|
|
1666
1666
|
if (null != a) {
|
|
1667
|
-
a.
|
|
1667
|
+
a.cc();
|
|
1668
1668
|
}
|
|
1669
1669
|
this.i2();
|
|
1670
1670
|
this.gw();
|
|
@@ -1698,6 +1698,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
1698
1698
|
this.bd.bz = runOn(this, this.hj);
|
|
1699
1699
|
this.g6(this.bu);
|
|
1700
1700
|
this.bd.b6 = ComboEditor.d2;
|
|
1701
|
+
this.bd.cc = BrushUtil.h(255, 0, 0, 0);
|
|
1701
1702
|
this.bd.bn = runOn(this, this.ib);
|
|
1702
1703
|
});
|
|
1703
1704
|
}
|
|
@@ -1708,6 +1709,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
1708
1709
|
NativeUIContent.av(this.ab.d(), [7, 12, 0, 3, 7], [2, 2, 2, 2, 2], (a) => {
|
|
1709
1710
|
let b = a[1];
|
|
1710
1711
|
this.bg = b;
|
|
1712
|
+
this.bg.b7 = true;
|
|
1711
1713
|
this.a5 = a[2];
|
|
1712
1714
|
this.a5.bi = new Thickness(0, 4);
|
|
1713
1715
|
this.ba = a[0];
|
|
@@ -1804,7 +1806,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
1804
1806
|
hz(a, b) {
|
|
1805
1807
|
let c = this.ad;
|
|
1806
1808
|
if (null != c) {
|
|
1807
|
-
let d = c.
|
|
1809
|
+
let d = c.dv;
|
|
1808
1810
|
if (-1 != d) {
|
|
1809
1811
|
if (d >= a && d <= b) {
|
|
1810
1812
|
this.it(d);
|
|
@@ -1842,9 +1844,8 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
1842
1844
|
if (a.b6) {
|
|
1843
1845
|
return;
|
|
1844
1846
|
}
|
|
1845
|
-
let b = this.ab.r();
|
|
1846
1847
|
a.b0 = !this.b5;
|
|
1847
|
-
a.
|
|
1848
|
+
a.cg(this.bc, 1, 1);
|
|
1848
1849
|
this.i2();
|
|
1849
1850
|
}
|
|
1850
1851
|
m() {
|
|
@@ -1894,7 +1895,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
1894
1895
|
this.h8(a);
|
|
1895
1896
|
}
|
|
1896
1897
|
hm() {
|
|
1897
|
-
this.bh.
|
|
1898
|
+
this.bh.cd();
|
|
1898
1899
|
}
|
|
1899
1900
|
ho() {
|
|
1900
1901
|
let a = this.bh;
|
|
@@ -1987,18 +1988,18 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
1987
1988
|
iw(a) {
|
|
1988
1989
|
let b = this.ad;
|
|
1989
1990
|
if (-1 == a) {
|
|
1990
|
-
b.
|
|
1991
|
+
b.dv = -1;
|
|
1991
1992
|
return;
|
|
1992
1993
|
}
|
|
1993
|
-
let c = b.
|
|
1994
|
+
let c = b.dv;
|
|
1994
1995
|
let d = -1;
|
|
1995
1996
|
let e;
|
|
1996
1997
|
this.ds = a;
|
|
1997
1998
|
d = a;
|
|
1998
1999
|
this.b0 = false;
|
|
1999
|
-
b.
|
|
2000
|
+
b.dv = d;
|
|
2000
2001
|
if (!this.b0) {
|
|
2001
|
-
this.ha(b.
|
|
2002
|
+
this.ha(b.dv);
|
|
2002
2003
|
}
|
|
2003
2004
|
this.i9();
|
|
2004
2005
|
}
|
|
@@ -2056,7 +2057,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
2056
2057
|
}
|
|
2057
2058
|
i4() {
|
|
2058
2059
|
this.jc();
|
|
2059
|
-
let a = this.ac.
|
|
2060
|
+
let a = this.ac.h7();
|
|
2060
2061
|
let b = Math.min(a.height, 40 * 8);
|
|
2061
2062
|
this.a8.y = b;
|
|
2062
2063
|
let c = a.width;
|
|
@@ -2099,10 +2100,10 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
2099
2100
|
this.ad.an = 0;
|
|
2100
2101
|
this.ad.r = 1;
|
|
2101
2102
|
this.a8.a8 = BrushUtil.h(255, 255, 255, 255);
|
|
2102
|
-
this.ac.
|
|
2103
|
-
this.ac.
|
|
2104
|
-
this.ac.
|
|
2105
|
-
this.ad.
|
|
2103
|
+
this.ac.h5 = BrushUtil.h(255, 200, 200, 200);
|
|
2104
|
+
this.ac.hz = BrushUtil.h(255, 100, 100, 100);
|
|
2105
|
+
this.ac.ee = 32;
|
|
2106
|
+
this.ad.h3 = BrushUtil.h(0, 0, 0, 0);
|
|
2106
2107
|
this.ad.bx = false;
|
|
2107
2108
|
this.ad.bs = false;
|
|
2108
2109
|
let d = this.ad;
|
|
@@ -2232,7 +2233,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
2232
2233
|
}
|
|
2233
2234
|
gx() {
|
|
2234
2235
|
let a = this.ad;
|
|
2235
|
-
a.
|
|
2236
|
+
a.dv = -1;
|
|
2236
2237
|
}
|
|
2237
2238
|
g6(a) {
|
|
2238
2239
|
if (this.bd != null) {
|
|
@@ -2244,7 +2245,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
2244
2245
|
return;
|
|
2245
2246
|
}
|
|
2246
2247
|
let a = this.ad;
|
|
2247
|
-
let b = a.
|
|
2248
|
+
let b = a.dv;
|
|
2248
2249
|
if (-1 != b) {
|
|
2249
2250
|
let c = this.m();
|
|
2250
2251
|
if (null != c) {
|
|
@@ -2256,7 +2257,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
2256
2257
|
}
|
|
2257
2258
|
}
|
|
2258
2259
|
else {
|
|
2259
|
-
a.
|
|
2260
|
+
a.hg(0);
|
|
2260
2261
|
}
|
|
2261
2262
|
}
|
|
2262
2263
|
ja() {
|
|
@@ -2409,8 +2410,8 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
2409
2410
|
if (null == i) {
|
|
2410
2411
|
return;
|
|
2411
2412
|
}
|
|
2412
|
-
let j = this.ad.
|
|
2413
|
-
if (-1 != i.
|
|
2413
|
+
let j = this.ad.dv;
|
|
2414
|
+
if (-1 != i.dv) {
|
|
2414
2415
|
this.ad.b3(false, false);
|
|
2415
2416
|
b.d = true;
|
|
2416
2417
|
}
|
|
@@ -2436,8 +2437,8 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
2436
2437
|
if (null == m) {
|
|
2437
2438
|
return;
|
|
2438
2439
|
}
|
|
2439
|
-
let n = this.ad.
|
|
2440
|
-
if (null != m.
|
|
2440
|
+
let n = this.ad.dv;
|
|
2441
|
+
if (null != m.dv) {
|
|
2441
2442
|
this.ac.cg(false, false);
|
|
2442
2443
|
b.d = true;
|
|
2443
2444
|
}
|
|
@@ -2487,8 +2488,8 @@ export let ComboEditor = /*@__PURE__*/ (() => {
|
|
|
2487
2488
|
}
|
|
2488
2489
|
ComboEditor.$t = /*@__PURE__*/ markType(ComboEditor, 'ComboEditor', Base.$, [INotifyPropertyChanged_$type]);
|
|
2489
2490
|
ComboEditor.ag = 1;
|
|
2490
|
-
ComboEditor.kh = /*@__PURE__*/ ThemeResolver.ah(ComboEditor.ag, XLabel.
|
|
2491
|
-
ComboEditor.kj = /*@__PURE__*/ ThemeResolver.ah(ComboEditor.ag, XLabel.
|
|
2491
|
+
ComboEditor.kh = /*@__PURE__*/ ThemeResolver.ah(ComboEditor.ag, XLabel.de, XLabel.c7);
|
|
2492
|
+
ComboEditor.kj = /*@__PURE__*/ ThemeResolver.ah(ComboEditor.ag, XLabel.de, XLabel.c7);
|
|
2492
2493
|
ComboEditor.ki = /*@__PURE__*/ BrushUtil.h(255, 255, 255, 255);
|
|
2493
2494
|
ComboEditor.ay = null;
|
|
2494
2495
|
ComboEditor.et = "ActualNoMatchesFoundLabelBackgroundColor";
|