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
|
@@ -661,21 +661,21 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
661
661
|
case 19:
|
|
662
662
|
case 1:
|
|
663
663
|
let d = new ToolActionNumberInput();
|
|
664
|
-
d.
|
|
665
|
-
d.
|
|
664
|
+
d.hn = b.ar != null ? b.ar : NaN;
|
|
665
|
+
d.e5 = this.bm(b);
|
|
666
666
|
c = d;
|
|
667
667
|
if (b.a4 != null) {
|
|
668
|
-
c.
|
|
668
|
+
c.ez = b.a4;
|
|
669
669
|
}
|
|
670
670
|
break;
|
|
671
671
|
case 4:
|
|
672
672
|
case 5:
|
|
673
673
|
let e = new ToolActionColorEditor();
|
|
674
|
-
e.
|
|
675
|
-
e.
|
|
674
|
+
e.hr = CSSColorUtil.g(b.ar);
|
|
675
|
+
e.e5 = this.bm(b);
|
|
676
676
|
c = e;
|
|
677
677
|
if (b.a4 != null) {
|
|
678
|
-
c.
|
|
678
|
+
c.ez = b.a4;
|
|
679
679
|
}
|
|
680
680
|
break;
|
|
681
681
|
case 11:
|
|
@@ -687,20 +687,20 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
687
687
|
case 6:
|
|
688
688
|
case 23:
|
|
689
689
|
let f = new ToolActionTextInput();
|
|
690
|
-
f.
|
|
691
|
-
f.
|
|
690
|
+
f.hn = b.ar;
|
|
691
|
+
f.e5 = this.bm(b);
|
|
692
692
|
c = f;
|
|
693
693
|
if (b.a4 != null) {
|
|
694
|
-
c.
|
|
694
|
+
c.ez = b.a4;
|
|
695
695
|
}
|
|
696
696
|
break;
|
|
697
697
|
case 7:
|
|
698
698
|
let g = new ToolActionCheckbox();
|
|
699
|
-
g.
|
|
700
|
-
g.
|
|
699
|
+
g.hm = b.ar != null ? b.ar : false;
|
|
700
|
+
g.e5 = this.bm(b);
|
|
701
701
|
c = g;
|
|
702
702
|
if (b.a4 != null) {
|
|
703
|
-
c.
|
|
703
|
+
c.ez = b.a4;
|
|
704
704
|
}
|
|
705
705
|
break;
|
|
706
706
|
case 8:
|
|
@@ -713,38 +713,38 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
713
713
|
case 15:
|
|
714
714
|
let h = new ToolActionCombo();
|
|
715
715
|
h.itemsSource = this.a4(this.c(b));
|
|
716
|
-
h.
|
|
716
|
+
h.e5 = this.bm(b);
|
|
717
717
|
c = h;
|
|
718
718
|
if (b.a4 != null) {
|
|
719
|
-
c.
|
|
719
|
+
c.ez = b.a4;
|
|
720
720
|
}
|
|
721
721
|
if (b.ar != null) {
|
|
722
|
-
h.
|
|
723
|
-
h.
|
|
722
|
+
h.hl = new LayoutSelectedItemsCollection();
|
|
723
|
+
h.hl.add1(b.ar);
|
|
724
724
|
}
|
|
725
725
|
break;
|
|
726
726
|
case 20:
|
|
727
727
|
let i = new ToolActionButton();
|
|
728
|
-
i.
|
|
728
|
+
i.e5 = this.bm(b);
|
|
729
729
|
if (b.ar != null && typeof b.ar === 'string') {
|
|
730
|
-
i.
|
|
730
|
+
i.e5 = b.ar;
|
|
731
731
|
}
|
|
732
732
|
c = i;
|
|
733
733
|
if (b.a4 != null) {
|
|
734
|
-
c.
|
|
734
|
+
c.ez = b.a4;
|
|
735
735
|
}
|
|
736
736
|
break;
|
|
737
737
|
case 24:
|
|
738
738
|
let j = new ToolActionSeparator();
|
|
739
|
-
j.
|
|
739
|
+
j.hn = 5;
|
|
740
740
|
c = j;
|
|
741
741
|
break;
|
|
742
742
|
case 25:
|
|
743
743
|
let k = new ToolActionGroupHeader();
|
|
744
744
|
c = k;
|
|
745
|
-
c.
|
|
745
|
+
c.e5 = this.bm(b);
|
|
746
746
|
if (b.a4 != null) {
|
|
747
|
-
c.
|
|
747
|
+
c.ez = b.a4;
|
|
748
748
|
}
|
|
749
749
|
break;
|
|
750
750
|
default: return null;
|
|
@@ -763,8 +763,8 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
763
763
|
if (c == null) {
|
|
764
764
|
return null;
|
|
765
765
|
}
|
|
766
|
-
c.
|
|
767
|
-
this.aq.item(c.
|
|
766
|
+
c.el = this.be + "_" + l;
|
|
767
|
+
this.aq.item(c.el, b);
|
|
768
768
|
return c;
|
|
769
769
|
}
|
|
770
770
|
bl(a) {
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { ToolActionFieldSelector } from "./NativeUILayoutFactory_combined";
|
|
@@ -0,0 +1,40 @@
|
|
|
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-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let ToolActionFieldSelectorAggregation = /*@__PURE__*/ (() => {
|
|
12
|
+
class ToolActionFieldSelectorAggregation extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this._label = null;
|
|
16
|
+
this._name = null;
|
|
17
|
+
this._operand = 0;
|
|
18
|
+
}
|
|
19
|
+
get label() {
|
|
20
|
+
return this._label;
|
|
21
|
+
}
|
|
22
|
+
set label(a) {
|
|
23
|
+
this._label = a;
|
|
24
|
+
}
|
|
25
|
+
get name() {
|
|
26
|
+
return this._name;
|
|
27
|
+
}
|
|
28
|
+
set name(a) {
|
|
29
|
+
this._name = a;
|
|
30
|
+
}
|
|
31
|
+
get operand() {
|
|
32
|
+
return this._operand;
|
|
33
|
+
}
|
|
34
|
+
set operand(a) {
|
|
35
|
+
this._operand = a;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
ToolActionFieldSelectorAggregation.$t = /*@__PURE__*/ markType(ToolActionFieldSelectorAggregation, 'ToolActionFieldSelectorAggregation');
|
|
39
|
+
return ToolActionFieldSelectorAggregation;
|
|
40
|
+
})();
|
|
@@ -0,0 +1,160 @@
|
|
|
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 { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
8
|
+
import { ToolActionFieldSelectorAggregation } from "./ToolActionFieldSelectorAggregation";
|
|
9
|
+
import { PropertyChangedEventArgs, delegateCombine, Delegate_$type, delegateRemove, Number_$type, fromEnum, markType } from "igniteui-webcomponents-core";
|
|
10
|
+
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
11
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
12
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export let ToolActionFieldSelectorAggregationsCollection = /*@__PURE__*/ (() => {
|
|
17
|
+
class ToolActionFieldSelectorAggregationsCollection extends ObservableCollection$1 {
|
|
18
|
+
constructor() {
|
|
19
|
+
super(ToolActionFieldSelectorAggregation.$, 0);
|
|
20
|
+
this.ak = new List$1(Delegate_$type, 0);
|
|
21
|
+
this.ah = false;
|
|
22
|
+
this.af = true;
|
|
23
|
+
this.ai = new Dictionary$2(ToolActionFieldSelectorAggregation.$, Number_$type, 0);
|
|
24
|
+
this.aj = new Dictionary$2(Number_$type, ToolActionFieldSelectorAggregation.$, 0);
|
|
25
|
+
}
|
|
26
|
+
get ae() {
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
an(a) {
|
|
30
|
+
this.collectionChanged = delegateCombine(this.collectionChanged, a);
|
|
31
|
+
}
|
|
32
|
+
am(a) {
|
|
33
|
+
this.ak.add(a);
|
|
34
|
+
}
|
|
35
|
+
ao(a) {
|
|
36
|
+
this.ak.remove(a);
|
|
37
|
+
}
|
|
38
|
+
ap(a) {
|
|
39
|
+
this.collectionChanged = delegateRemove(this.collectionChanged, a);
|
|
40
|
+
}
|
|
41
|
+
get ag() {
|
|
42
|
+
return this.af;
|
|
43
|
+
}
|
|
44
|
+
set ag(a) {
|
|
45
|
+
this.af = a;
|
|
46
|
+
}
|
|
47
|
+
n(a) {
|
|
48
|
+
super.n(a);
|
|
49
|
+
if (this.ag) {
|
|
50
|
+
this.ai.addItem(a, this.count - 1);
|
|
51
|
+
this.aj.addItem(this.count - 1, a);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
o(a) {
|
|
55
|
+
let b = this.count;
|
|
56
|
+
super.o(a);
|
|
57
|
+
if (this.ag) {
|
|
58
|
+
for (let c of fromEnum(a)) {
|
|
59
|
+
this.ai.addItem(c, b);
|
|
60
|
+
this.aj.addItem(b, c);
|
|
61
|
+
b++;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
p() {
|
|
66
|
+
let a = new List$1(Delegate_$type, 0);
|
|
67
|
+
for (let b of fromEnum(this.ak)) {
|
|
68
|
+
a.add(b);
|
|
69
|
+
}
|
|
70
|
+
for (let c of fromEnum(a)) {
|
|
71
|
+
c();
|
|
72
|
+
}
|
|
73
|
+
if (this.ag) {
|
|
74
|
+
this.ai.clear();
|
|
75
|
+
this.aj.clear();
|
|
76
|
+
}
|
|
77
|
+
super.p();
|
|
78
|
+
}
|
|
79
|
+
u(a) {
|
|
80
|
+
if (this.ag) {
|
|
81
|
+
if (this.aj.containsKey(a)) {
|
|
82
|
+
let b = this.aj.item(a);
|
|
83
|
+
this.ai.removeItem(b);
|
|
84
|
+
this.aj.removeItem(a);
|
|
85
|
+
for (let c = a + 1; c < this.count; c++) {
|
|
86
|
+
if (this.aj.containsKey(c)) {
|
|
87
|
+
let d = this.aj.item(c);
|
|
88
|
+
this.aj.removeItem(c);
|
|
89
|
+
this.aj.addItem(c - 1, d);
|
|
90
|
+
this.ai.item(d, c - 1);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
let e = this._inner[a];
|
|
96
|
+
if (a == 0) {
|
|
97
|
+
this._inner.shift();
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
this._inner.splice(a, 1);
|
|
101
|
+
}
|
|
102
|
+
this.ad(new PropertyChangedEventArgs("Count"));
|
|
103
|
+
this.ad(new PropertyChangedEventArgs("Item[]"));
|
|
104
|
+
if (!this.ah) {
|
|
105
|
+
this.ac(new NotifyCollectionChangedEventArgs(1, 1, e, a));
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
v(index_, numToRemove_) {
|
|
109
|
+
super.v(index_, numToRemove_);
|
|
110
|
+
if (this.ag) {
|
|
111
|
+
for (let a = index_; a < index_ + numToRemove_; a++) {
|
|
112
|
+
if (this.aj.containsKey(a)) {
|
|
113
|
+
let b = this.aj.item(a);
|
|
114
|
+
this.ai.removeItem(b);
|
|
115
|
+
this.aj.removeItem(a);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
x(a, b) {
|
|
121
|
+
super.x(a, b);
|
|
122
|
+
if (this.ag) {
|
|
123
|
+
if (this.aj.containsKey(a)) {
|
|
124
|
+
let c = this.aj.item(a);
|
|
125
|
+
this.aj.item(a, b);
|
|
126
|
+
this.ai.removeItem(c);
|
|
127
|
+
this.ai.addItem(b, a);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
r(a, b) {
|
|
132
|
+
super.r(a, b);
|
|
133
|
+
if (this.ag) {
|
|
134
|
+
for (let c = a; c < this.count; c++) {
|
|
135
|
+
let d = this._inner[c];
|
|
136
|
+
if (this.ai.containsKey(d)) {
|
|
137
|
+
this.ai.item(d, c);
|
|
138
|
+
this.aj.removeItem(c);
|
|
139
|
+
this.aj.addItem(c, d);
|
|
140
|
+
}
|
|
141
|
+
else {
|
|
142
|
+
this.ai.addItem(d, c);
|
|
143
|
+
this.aj.addItem(c, d);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
al(a) {
|
|
149
|
+
if (this.ag) {
|
|
150
|
+
if (this.ai.containsKey(a)) {
|
|
151
|
+
return this.ai.item(a);
|
|
152
|
+
}
|
|
153
|
+
return -1;
|
|
154
|
+
}
|
|
155
|
+
return this.indexOf(a);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
ToolActionFieldSelectorAggregationsCollection.$t = /*@__PURE__*/ markType(ToolActionFieldSelectorAggregationsCollection, 'ToolActionFieldSelectorAggregationsCollection', /*@__PURE__*/ ObservableCollection$1.$.specialize(ToolActionFieldSelectorAggregation.$));
|
|
159
|
+
return ToolActionFieldSelectorAggregationsCollection;
|
|
160
|
+
})();
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
export var ToolActionFieldSelectorEventType = /*@__PURE__*/ (function (ToolActionFieldSelectorEventType) {
|
|
9
|
+
ToolActionFieldSelectorEventType[ToolActionFieldSelectorEventType["Change"] = 0] = "Change";
|
|
10
|
+
ToolActionFieldSelectorEventType[ToolActionFieldSelectorEventType["AggregationChange"] = 1] = "AggregationChange";
|
|
11
|
+
return ToolActionFieldSelectorEventType;
|
|
12
|
+
})({});
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export let ToolActionFieldSelectorEventType_$type = /*@__PURE__*/ markEnum('ToolActionFieldSelectorEventType', 'Change,0|AggregationChange,1');
|
|
@@ -0,0 +1,40 @@
|
|
|
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-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let ToolActionFieldSelectorSelectedAggregation = /*@__PURE__*/ (() => {
|
|
12
|
+
class ToolActionFieldSelectorSelectedAggregation extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this._field = null;
|
|
16
|
+
this._aggregationOperand = 0;
|
|
17
|
+
this._aggregationName = null;
|
|
18
|
+
}
|
|
19
|
+
get field() {
|
|
20
|
+
return this._field;
|
|
21
|
+
}
|
|
22
|
+
set field(a) {
|
|
23
|
+
this._field = a;
|
|
24
|
+
}
|
|
25
|
+
get aggregationOperand() {
|
|
26
|
+
return this._aggregationOperand;
|
|
27
|
+
}
|
|
28
|
+
set aggregationOperand(a) {
|
|
29
|
+
this._aggregationOperand = a;
|
|
30
|
+
}
|
|
31
|
+
get aggregationName() {
|
|
32
|
+
return this._aggregationName;
|
|
33
|
+
}
|
|
34
|
+
set aggregationName(a) {
|
|
35
|
+
this._aggregationName = a;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
ToolActionFieldSelectorSelectedAggregation.$t = /*@__PURE__*/ markType(ToolActionFieldSelectorSelectedAggregation, 'ToolActionFieldSelectorSelectedAggregation');
|
|
39
|
+
return ToolActionFieldSelectorSelectedAggregation;
|
|
40
|
+
})();
|
|
@@ -0,0 +1,160 @@
|
|
|
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 { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
8
|
+
import { ToolActionFieldSelectorSelectedAggregation } from "./ToolActionFieldSelectorSelectedAggregation";
|
|
9
|
+
import { PropertyChangedEventArgs, delegateCombine, Delegate_$type, delegateRemove, Number_$type, fromEnum, markType } from "igniteui-webcomponents-core";
|
|
10
|
+
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
11
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
12
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export let ToolActionFieldSelectorSelectedAggregationsCollection = /*@__PURE__*/ (() => {
|
|
17
|
+
class ToolActionFieldSelectorSelectedAggregationsCollection extends ObservableCollection$1 {
|
|
18
|
+
constructor() {
|
|
19
|
+
super(ToolActionFieldSelectorSelectedAggregation.$, 0);
|
|
20
|
+
this.ak = new List$1(Delegate_$type, 0);
|
|
21
|
+
this.ah = false;
|
|
22
|
+
this.af = true;
|
|
23
|
+
this.ai = new Dictionary$2(ToolActionFieldSelectorSelectedAggregation.$, Number_$type, 0);
|
|
24
|
+
this.aj = new Dictionary$2(Number_$type, ToolActionFieldSelectorSelectedAggregation.$, 0);
|
|
25
|
+
}
|
|
26
|
+
get ae() {
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
an(a) {
|
|
30
|
+
this.collectionChanged = delegateCombine(this.collectionChanged, a);
|
|
31
|
+
}
|
|
32
|
+
am(a) {
|
|
33
|
+
this.ak.add(a);
|
|
34
|
+
}
|
|
35
|
+
ao(a) {
|
|
36
|
+
this.ak.remove(a);
|
|
37
|
+
}
|
|
38
|
+
ap(a) {
|
|
39
|
+
this.collectionChanged = delegateRemove(this.collectionChanged, a);
|
|
40
|
+
}
|
|
41
|
+
get ag() {
|
|
42
|
+
return this.af;
|
|
43
|
+
}
|
|
44
|
+
set ag(a) {
|
|
45
|
+
this.af = a;
|
|
46
|
+
}
|
|
47
|
+
n(a) {
|
|
48
|
+
super.n(a);
|
|
49
|
+
if (this.ag) {
|
|
50
|
+
this.ai.addItem(a, this.count - 1);
|
|
51
|
+
this.aj.addItem(this.count - 1, a);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
o(a) {
|
|
55
|
+
let b = this.count;
|
|
56
|
+
super.o(a);
|
|
57
|
+
if (this.ag) {
|
|
58
|
+
for (let c of fromEnum(a)) {
|
|
59
|
+
this.ai.addItem(c, b);
|
|
60
|
+
this.aj.addItem(b, c);
|
|
61
|
+
b++;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
p() {
|
|
66
|
+
let a = new List$1(Delegate_$type, 0);
|
|
67
|
+
for (let b of fromEnum(this.ak)) {
|
|
68
|
+
a.add(b);
|
|
69
|
+
}
|
|
70
|
+
for (let c of fromEnum(a)) {
|
|
71
|
+
c();
|
|
72
|
+
}
|
|
73
|
+
if (this.ag) {
|
|
74
|
+
this.ai.clear();
|
|
75
|
+
this.aj.clear();
|
|
76
|
+
}
|
|
77
|
+
super.p();
|
|
78
|
+
}
|
|
79
|
+
u(a) {
|
|
80
|
+
if (this.ag) {
|
|
81
|
+
if (this.aj.containsKey(a)) {
|
|
82
|
+
let b = this.aj.item(a);
|
|
83
|
+
this.ai.removeItem(b);
|
|
84
|
+
this.aj.removeItem(a);
|
|
85
|
+
for (let c = a + 1; c < this.count; c++) {
|
|
86
|
+
if (this.aj.containsKey(c)) {
|
|
87
|
+
let d = this.aj.item(c);
|
|
88
|
+
this.aj.removeItem(c);
|
|
89
|
+
this.aj.addItem(c - 1, d);
|
|
90
|
+
this.ai.item(d, c - 1);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
let e = this._inner[a];
|
|
96
|
+
if (a == 0) {
|
|
97
|
+
this._inner.shift();
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
this._inner.splice(a, 1);
|
|
101
|
+
}
|
|
102
|
+
this.ad(new PropertyChangedEventArgs("Count"));
|
|
103
|
+
this.ad(new PropertyChangedEventArgs("Item[]"));
|
|
104
|
+
if (!this.ah) {
|
|
105
|
+
this.ac(new NotifyCollectionChangedEventArgs(1, 1, e, a));
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
v(index_, numToRemove_) {
|
|
109
|
+
super.v(index_, numToRemove_);
|
|
110
|
+
if (this.ag) {
|
|
111
|
+
for (let a = index_; a < index_ + numToRemove_; a++) {
|
|
112
|
+
if (this.aj.containsKey(a)) {
|
|
113
|
+
let b = this.aj.item(a);
|
|
114
|
+
this.ai.removeItem(b);
|
|
115
|
+
this.aj.removeItem(a);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
x(a, b) {
|
|
121
|
+
super.x(a, b);
|
|
122
|
+
if (this.ag) {
|
|
123
|
+
if (this.aj.containsKey(a)) {
|
|
124
|
+
let c = this.aj.item(a);
|
|
125
|
+
this.aj.item(a, b);
|
|
126
|
+
this.ai.removeItem(c);
|
|
127
|
+
this.ai.addItem(b, a);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
r(a, b) {
|
|
132
|
+
super.r(a, b);
|
|
133
|
+
if (this.ag) {
|
|
134
|
+
for (let c = a; c < this.count; c++) {
|
|
135
|
+
let d = this._inner[c];
|
|
136
|
+
if (this.ai.containsKey(d)) {
|
|
137
|
+
this.ai.item(d, c);
|
|
138
|
+
this.aj.removeItem(c);
|
|
139
|
+
this.aj.addItem(c, d);
|
|
140
|
+
}
|
|
141
|
+
else {
|
|
142
|
+
this.ai.addItem(d, c);
|
|
143
|
+
this.aj.addItem(c, d);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
al(a) {
|
|
149
|
+
if (this.ag) {
|
|
150
|
+
if (this.ai.containsKey(a)) {
|
|
151
|
+
return this.ai.item(a);
|
|
152
|
+
}
|
|
153
|
+
return -1;
|
|
154
|
+
}
|
|
155
|
+
return this.indexOf(a);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
ToolActionFieldSelectorSelectedAggregationsCollection.$t = /*@__PURE__*/ markType(ToolActionFieldSelectorSelectedAggregationsCollection, 'ToolActionFieldSelectorSelectedAggregationsCollection', /*@__PURE__*/ ObservableCollection$1.$.specialize(ToolActionFieldSelectorSelectedAggregation.$));
|
|
159
|
+
return ToolActionFieldSelectorSelectedAggregationsCollection;
|
|
160
|
+
})();
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
export var ToolActionFieldSelectorType = /*@__PURE__*/ (function (ToolActionFieldSelectorType) {
|
|
9
|
+
ToolActionFieldSelectorType[ToolActionFieldSelectorType["Label"] = 0] = "Label";
|
|
10
|
+
ToolActionFieldSelectorType[ToolActionFieldSelectorType["Value"] = 1] = "Value";
|
|
11
|
+
return ToolActionFieldSelectorType;
|
|
12
|
+
})({});
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export let ToolActionFieldSelectorType_$type = /*@__PURE__*/ markEnum('ToolActionFieldSelectorType', 'Label,0|Value,1');
|
|
@@ -0,0 +1,26 @@
|
|
|
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-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let ToolActionFieldSelector_ToolActionFieldSelectorItem = /*@__PURE__*/ (() => {
|
|
12
|
+
class ToolActionFieldSelector_ToolActionFieldSelectorItem extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.key = null;
|
|
16
|
+
this.isSelected = false;
|
|
17
|
+
this.label = null;
|
|
18
|
+
this.aggregationOperand = 0;
|
|
19
|
+
this.aggregationName = null;
|
|
20
|
+
this.aggregationLabel = null;
|
|
21
|
+
this.propertyType = 0;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
ToolActionFieldSelector_ToolActionFieldSelectorItem.$t = /*@__PURE__*/ markType(ToolActionFieldSelector_ToolActionFieldSelectorItem, 'ToolActionFieldSelector_ToolActionFieldSelectorItem');
|
|
25
|
+
return ToolActionFieldSelector_ToolActionFieldSelectorItem;
|
|
26
|
+
})();
|
|
@@ -14,11 +14,11 @@ export let ToolActionIconMenuVisualData = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class ToolActionIconMenuVisualData extends ToolActionVisualData {
|
|
15
15
|
constructor() {
|
|
16
16
|
super(...arguments);
|
|
17
|
-
this.
|
|
17
|
+
this.k = null;
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
j() {
|
|
20
20
|
let a = new StringBuilder(0);
|
|
21
|
-
return "arrowIcon: " + this.
|
|
21
|
+
return "arrowIcon: " + this.k != null ? this.k.l() : "null";
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
ToolActionIconMenuVisualData.$t = /*@__PURE__*/ markType(ToolActionIconMenuVisualData, 'ToolActionIconMenuVisualData', ToolActionVisualData.$);
|
|
@@ -14,27 +14,28 @@ export let ToolActionVisualData = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class ToolActionVisualData extends Base {
|
|
15
15
|
constructor() {
|
|
16
16
|
super(...arguments);
|
|
17
|
-
this.g = null;
|
|
18
17
|
this.h = null;
|
|
19
|
-
this.
|
|
18
|
+
this.i = null;
|
|
19
|
+
this.f = 0;
|
|
20
20
|
this.a = null;
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
21
|
+
this.e = null;
|
|
22
|
+
this.g = null;
|
|
23
23
|
this.b = null;
|
|
24
24
|
this.c = null;
|
|
25
|
+
this.d = null;
|
|
25
26
|
}
|
|
26
27
|
serialize() {
|
|
27
28
|
let a = new StringBuilder(0);
|
|
28
29
|
a.u("{");
|
|
29
|
-
a.u("id: \"" + this.
|
|
30
|
-
a.u("name: \"" + this.
|
|
31
|
-
a.u("type: " + this.
|
|
30
|
+
a.u("id: \"" + this.h + "\", ");
|
|
31
|
+
a.u("name: \"" + this.i + "\", ");
|
|
32
|
+
a.u("type: " + this.f + ", ");
|
|
32
33
|
a.u("actualBackgroundColor: " + this.a.serialize() + ", ");
|
|
33
|
-
if (this.
|
|
34
|
-
a.u("listItem: " + this.
|
|
34
|
+
if (this.e != null) {
|
|
35
|
+
a.u("listItem: " + this.e.serialize() + ", ");
|
|
35
36
|
}
|
|
36
|
-
if (this.
|
|
37
|
-
a.u("container: " + this.
|
|
37
|
+
if (this.g != null) {
|
|
38
|
+
a.u("container: " + this.g.serialize() + ", ");
|
|
38
39
|
}
|
|
39
40
|
if (this.b != null) {
|
|
40
41
|
a.u("icon: " + this.b.l() + ", ");
|
|
@@ -42,11 +43,14 @@ export let ToolActionVisualData = /*@__PURE__*/ (() => {
|
|
|
42
43
|
if (this.c != null) {
|
|
43
44
|
a.u("label: " + this.c.g() + ", ");
|
|
44
45
|
}
|
|
45
|
-
|
|
46
|
+
if (this.d != null) {
|
|
47
|
+
a.u("subTitle: " + this.d.g() + ", ");
|
|
48
|
+
}
|
|
49
|
+
a.u(this.j());
|
|
46
50
|
a.u("}");
|
|
47
51
|
return a.toString();
|
|
48
52
|
}
|
|
49
|
-
|
|
53
|
+
j() {
|
|
50
54
|
return "";
|
|
51
55
|
}
|
|
52
56
|
}
|