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
|
@@ -746,21 +746,21 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
746
746
|
case 19:
|
|
747
747
|
case 1:
|
|
748
748
|
var d = new ToolActionNumberInput();
|
|
749
|
-
d.
|
|
750
|
-
d.
|
|
749
|
+
d.hn = b.ar != null ? b.ar : NaN;
|
|
750
|
+
d.e5 = this.bm(b);
|
|
751
751
|
c = d;
|
|
752
752
|
if (b.a4 != null) {
|
|
753
|
-
c.
|
|
753
|
+
c.ez = b.a4;
|
|
754
754
|
}
|
|
755
755
|
break;
|
|
756
756
|
case 4:
|
|
757
757
|
case 5:
|
|
758
758
|
var e = new ToolActionColorEditor();
|
|
759
|
-
e.
|
|
760
|
-
e.
|
|
759
|
+
e.hr = CSSColorUtil.g(b.ar);
|
|
760
|
+
e.e5 = this.bm(b);
|
|
761
761
|
c = e;
|
|
762
762
|
if (b.a4 != null) {
|
|
763
|
-
c.
|
|
763
|
+
c.ez = b.a4;
|
|
764
764
|
}
|
|
765
765
|
break;
|
|
766
766
|
case 11:
|
|
@@ -772,20 +772,20 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
772
772
|
case 6:
|
|
773
773
|
case 23:
|
|
774
774
|
var f = new ToolActionTextInput();
|
|
775
|
-
f.
|
|
776
|
-
f.
|
|
775
|
+
f.hn = b.ar;
|
|
776
|
+
f.e5 = this.bm(b);
|
|
777
777
|
c = f;
|
|
778
778
|
if (b.a4 != null) {
|
|
779
|
-
c.
|
|
779
|
+
c.ez = b.a4;
|
|
780
780
|
}
|
|
781
781
|
break;
|
|
782
782
|
case 7:
|
|
783
783
|
var g = new ToolActionCheckbox();
|
|
784
|
-
g.
|
|
785
|
-
g.
|
|
784
|
+
g.hm = b.ar != null ? b.ar : false;
|
|
785
|
+
g.e5 = this.bm(b);
|
|
786
786
|
c = g;
|
|
787
787
|
if (b.a4 != null) {
|
|
788
|
-
c.
|
|
788
|
+
c.ez = b.a4;
|
|
789
789
|
}
|
|
790
790
|
break;
|
|
791
791
|
case 8:
|
|
@@ -798,38 +798,38 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
798
798
|
case 15:
|
|
799
799
|
var h = new ToolActionCombo();
|
|
800
800
|
h.itemsSource = this.a4(this.c(b));
|
|
801
|
-
h.
|
|
801
|
+
h.e5 = this.bm(b);
|
|
802
802
|
c = h;
|
|
803
803
|
if (b.a4 != null) {
|
|
804
|
-
c.
|
|
804
|
+
c.ez = b.a4;
|
|
805
805
|
}
|
|
806
806
|
if (b.ar != null) {
|
|
807
|
-
h.
|
|
808
|
-
h.
|
|
807
|
+
h.hl = new LayoutSelectedItemsCollection();
|
|
808
|
+
h.hl.add1(b.ar);
|
|
809
809
|
}
|
|
810
810
|
break;
|
|
811
811
|
case 20:
|
|
812
812
|
var i = new ToolActionButton();
|
|
813
|
-
i.
|
|
813
|
+
i.e5 = this.bm(b);
|
|
814
814
|
if (b.ar != null && typeof b.ar === 'string') {
|
|
815
|
-
i.
|
|
815
|
+
i.e5 = b.ar;
|
|
816
816
|
}
|
|
817
817
|
c = i;
|
|
818
818
|
if (b.a4 != null) {
|
|
819
|
-
c.
|
|
819
|
+
c.ez = b.a4;
|
|
820
820
|
}
|
|
821
821
|
break;
|
|
822
822
|
case 24:
|
|
823
823
|
var j = new ToolActionSeparator();
|
|
824
|
-
j.
|
|
824
|
+
j.hn = 5;
|
|
825
825
|
c = j;
|
|
826
826
|
break;
|
|
827
827
|
case 25:
|
|
828
828
|
var k = new ToolActionGroupHeader();
|
|
829
829
|
c = k;
|
|
830
|
-
c.
|
|
830
|
+
c.e5 = this.bm(b);
|
|
831
831
|
if (b.a4 != null) {
|
|
832
|
-
c.
|
|
832
|
+
c.ez = b.a4;
|
|
833
833
|
}
|
|
834
834
|
break;
|
|
835
835
|
default: return null;
|
|
@@ -848,8 +848,8 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
848
848
|
if (c == null) {
|
|
849
849
|
return null;
|
|
850
850
|
}
|
|
851
|
-
c.
|
|
852
|
-
this.aq.item(c.
|
|
851
|
+
c.el = this.be + "_" + l;
|
|
852
|
+
this.aq.item(c.el, b);
|
|
853
853
|
return c;
|
|
854
854
|
};
|
|
855
855
|
PropertyEditorPanel.prototype.bl = function (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,54 @@
|
|
|
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
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var ToolActionFieldSelectorAggregation = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
__extends(ToolActionFieldSelectorAggregation, _super);
|
|
14
|
+
function ToolActionFieldSelectorAggregation() {
|
|
15
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
+
_this._label = null;
|
|
17
|
+
_this._name = null;
|
|
18
|
+
_this._operand = 0;
|
|
19
|
+
return _this;
|
|
20
|
+
}
|
|
21
|
+
Object.defineProperty(ToolActionFieldSelectorAggregation.prototype, "label", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this._label;
|
|
24
|
+
},
|
|
25
|
+
set: function (a) {
|
|
26
|
+
this._label = a;
|
|
27
|
+
},
|
|
28
|
+
enumerable: false,
|
|
29
|
+
configurable: true
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(ToolActionFieldSelectorAggregation.prototype, "name", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this._name;
|
|
34
|
+
},
|
|
35
|
+
set: function (a) {
|
|
36
|
+
this._name = a;
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
Object.defineProperty(ToolActionFieldSelectorAggregation.prototype, "operand", {
|
|
42
|
+
get: function () {
|
|
43
|
+
return this._operand;
|
|
44
|
+
},
|
|
45
|
+
set: function (a) {
|
|
46
|
+
this._operand = a;
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
ToolActionFieldSelectorAggregation.$t = markType(ToolActionFieldSelectorAggregation, 'ToolActionFieldSelectorAggregation');
|
|
52
|
+
return ToolActionFieldSelectorAggregation;
|
|
53
|
+
}(Base));
|
|
54
|
+
export { ToolActionFieldSelectorAggregation };
|
|
@@ -0,0 +1,220 @@
|
|
|
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, __values } from "tslib";
|
|
8
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
9
|
+
import { ToolActionFieldSelectorAggregation } from "./ToolActionFieldSelectorAggregation";
|
|
10
|
+
import { PropertyChangedEventArgs, delegateCombine, Delegate_$type, delegateRemove, Number_$type, fromEnum, markType } from "igniteui-webcomponents-core";
|
|
11
|
+
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
12
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
13
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
var ToolActionFieldSelectorAggregationsCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
18
|
+
__extends(ToolActionFieldSelectorAggregationsCollection, _super);
|
|
19
|
+
function ToolActionFieldSelectorAggregationsCollection() {
|
|
20
|
+
var _this = _super.call(this, ToolActionFieldSelectorAggregation.$, 0) || this;
|
|
21
|
+
_this.ak = new List$1(Delegate_$type, 0);
|
|
22
|
+
_this.ah = false;
|
|
23
|
+
_this.af = true;
|
|
24
|
+
_this.ai = new Dictionary$2(ToolActionFieldSelectorAggregation.$, Number_$type, 0);
|
|
25
|
+
_this.aj = new Dictionary$2(Number_$type, ToolActionFieldSelectorAggregation.$, 0);
|
|
26
|
+
return _this;
|
|
27
|
+
}
|
|
28
|
+
Object.defineProperty(ToolActionFieldSelectorAggregationsCollection.prototype, "ae", {
|
|
29
|
+
get: function () {
|
|
30
|
+
return this;
|
|
31
|
+
},
|
|
32
|
+
enumerable: false,
|
|
33
|
+
configurable: true
|
|
34
|
+
});
|
|
35
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.an = function (a) {
|
|
36
|
+
this.collectionChanged = delegateCombine(this.collectionChanged, a);
|
|
37
|
+
};
|
|
38
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.am = function (a) {
|
|
39
|
+
this.ak.add(a);
|
|
40
|
+
};
|
|
41
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.ao = function (a) {
|
|
42
|
+
this.ak.remove(a);
|
|
43
|
+
};
|
|
44
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.ap = function (a) {
|
|
45
|
+
this.collectionChanged = delegateRemove(this.collectionChanged, a);
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(ToolActionFieldSelectorAggregationsCollection.prototype, "ag", {
|
|
48
|
+
get: function () {
|
|
49
|
+
return this.af;
|
|
50
|
+
},
|
|
51
|
+
set: function (a) {
|
|
52
|
+
this.af = a;
|
|
53
|
+
},
|
|
54
|
+
enumerable: false,
|
|
55
|
+
configurable: true
|
|
56
|
+
});
|
|
57
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.n = function (a) {
|
|
58
|
+
_super.prototype.n.call(this, a);
|
|
59
|
+
if (this.ag) {
|
|
60
|
+
this.ai.addItem(a, this.count - 1);
|
|
61
|
+
this.aj.addItem(this.count - 1, a);
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.o = function (a) {
|
|
65
|
+
var e_1, _a;
|
|
66
|
+
var b = this.count;
|
|
67
|
+
_super.prototype.o.call(this, a);
|
|
68
|
+
if (this.ag) {
|
|
69
|
+
try {
|
|
70
|
+
for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
71
|
+
var c = _c.value;
|
|
72
|
+
this.ai.addItem(c, b);
|
|
73
|
+
this.aj.addItem(b, c);
|
|
74
|
+
b++;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
catch (e_1_1) {
|
|
78
|
+
e_1 = { error: e_1_1 };
|
|
79
|
+
}
|
|
80
|
+
finally {
|
|
81
|
+
try {
|
|
82
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
83
|
+
_a.call(_b);
|
|
84
|
+
}
|
|
85
|
+
finally {
|
|
86
|
+
if (e_1)
|
|
87
|
+
throw e_1.error;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.p = function () {
|
|
93
|
+
var e_2, _a, e_3, _b;
|
|
94
|
+
var a = new List$1(Delegate_$type, 0);
|
|
95
|
+
try {
|
|
96
|
+
for (var _c = __values(fromEnum(this.ak)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
97
|
+
var b = _d.value;
|
|
98
|
+
a.add(b);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
catch (e_2_1) {
|
|
102
|
+
e_2 = { error: e_2_1 };
|
|
103
|
+
}
|
|
104
|
+
finally {
|
|
105
|
+
try {
|
|
106
|
+
if (_d && !_d.done && (_a = _c.return))
|
|
107
|
+
_a.call(_c);
|
|
108
|
+
}
|
|
109
|
+
finally {
|
|
110
|
+
if (e_2)
|
|
111
|
+
throw e_2.error;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
try {
|
|
115
|
+
for (var _e = __values(fromEnum(a)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
116
|
+
var c = _f.value;
|
|
117
|
+
c();
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
catch (e_3_1) {
|
|
121
|
+
e_3 = { error: e_3_1 };
|
|
122
|
+
}
|
|
123
|
+
finally {
|
|
124
|
+
try {
|
|
125
|
+
if (_f && !_f.done && (_b = _e.return))
|
|
126
|
+
_b.call(_e);
|
|
127
|
+
}
|
|
128
|
+
finally {
|
|
129
|
+
if (e_3)
|
|
130
|
+
throw e_3.error;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
if (this.ag) {
|
|
134
|
+
this.ai.clear();
|
|
135
|
+
this.aj.clear();
|
|
136
|
+
}
|
|
137
|
+
_super.prototype.p.call(this);
|
|
138
|
+
};
|
|
139
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.u = function (a) {
|
|
140
|
+
if (this.ag) {
|
|
141
|
+
if (this.aj.containsKey(a)) {
|
|
142
|
+
var b = this.aj.item(a);
|
|
143
|
+
this.ai.removeItem(b);
|
|
144
|
+
this.aj.removeItem(a);
|
|
145
|
+
for (var c = a + 1; c < this.count; c++) {
|
|
146
|
+
if (this.aj.containsKey(c)) {
|
|
147
|
+
var d = this.aj.item(c);
|
|
148
|
+
this.aj.removeItem(c);
|
|
149
|
+
this.aj.addItem(c - 1, d);
|
|
150
|
+
this.ai.item(d, c - 1);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
var e = this._inner[a];
|
|
156
|
+
if (a == 0) {
|
|
157
|
+
this._inner.shift();
|
|
158
|
+
}
|
|
159
|
+
else {
|
|
160
|
+
this._inner.splice(a, 1);
|
|
161
|
+
}
|
|
162
|
+
this.ad(new PropertyChangedEventArgs("Count"));
|
|
163
|
+
this.ad(new PropertyChangedEventArgs("Item[]"));
|
|
164
|
+
if (!this.ah) {
|
|
165
|
+
this.ac(new NotifyCollectionChangedEventArgs(1, 1, e, a));
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.v = function (index_, numToRemove_) {
|
|
169
|
+
_super.prototype.v.call(this, index_, numToRemove_);
|
|
170
|
+
if (this.ag) {
|
|
171
|
+
for (var a = index_; a < index_ + numToRemove_; a++) {
|
|
172
|
+
if (this.aj.containsKey(a)) {
|
|
173
|
+
var b = this.aj.item(a);
|
|
174
|
+
this.ai.removeItem(b);
|
|
175
|
+
this.aj.removeItem(a);
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.x = function (a, b) {
|
|
181
|
+
_super.prototype.x.call(this, a, b);
|
|
182
|
+
if (this.ag) {
|
|
183
|
+
if (this.aj.containsKey(a)) {
|
|
184
|
+
var c = this.aj.item(a);
|
|
185
|
+
this.aj.item(a, b);
|
|
186
|
+
this.ai.removeItem(c);
|
|
187
|
+
this.ai.addItem(b, a);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.r = function (a, b) {
|
|
192
|
+
_super.prototype.r.call(this, a, b);
|
|
193
|
+
if (this.ag) {
|
|
194
|
+
for (var c = a; c < this.count; c++) {
|
|
195
|
+
var d = this._inner[c];
|
|
196
|
+
if (this.ai.containsKey(d)) {
|
|
197
|
+
this.ai.item(d, c);
|
|
198
|
+
this.aj.removeItem(c);
|
|
199
|
+
this.aj.addItem(c, d);
|
|
200
|
+
}
|
|
201
|
+
else {
|
|
202
|
+
this.ai.addItem(d, c);
|
|
203
|
+
this.aj.addItem(c, d);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
};
|
|
208
|
+
ToolActionFieldSelectorAggregationsCollection.prototype.al = function (a) {
|
|
209
|
+
if (this.ag) {
|
|
210
|
+
if (this.ai.containsKey(a)) {
|
|
211
|
+
return this.ai.item(a);
|
|
212
|
+
}
|
|
213
|
+
return -1;
|
|
214
|
+
}
|
|
215
|
+
return this.indexOf(a);
|
|
216
|
+
};
|
|
217
|
+
ToolActionFieldSelectorAggregationsCollection.$t = markType(ToolActionFieldSelectorAggregationsCollection, 'ToolActionFieldSelectorAggregationsCollection', ObservableCollection$1.$.specialize(ToolActionFieldSelectorAggregation.$));
|
|
218
|
+
return ToolActionFieldSelectorAggregationsCollection;
|
|
219
|
+
}(ObservableCollection$1));
|
|
220
|
+
export { ToolActionFieldSelectorAggregationsCollection };
|
|
@@ -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 var ToolActionFieldSelectorEventType_$type = /*@__PURE__*/ markEnum('ToolActionFieldSelectorEventType', 'Change,0|AggregationChange,1');
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var ToolActionFieldSelectorSelectedAggregation = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
__extends(ToolActionFieldSelectorSelectedAggregation, _super);
|
|
14
|
+
function ToolActionFieldSelectorSelectedAggregation() {
|
|
15
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
+
_this._field = null;
|
|
17
|
+
_this._aggregationOperand = 0;
|
|
18
|
+
_this._aggregationName = null;
|
|
19
|
+
return _this;
|
|
20
|
+
}
|
|
21
|
+
Object.defineProperty(ToolActionFieldSelectorSelectedAggregation.prototype, "field", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this._field;
|
|
24
|
+
},
|
|
25
|
+
set: function (a) {
|
|
26
|
+
this._field = a;
|
|
27
|
+
},
|
|
28
|
+
enumerable: false,
|
|
29
|
+
configurable: true
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(ToolActionFieldSelectorSelectedAggregation.prototype, "aggregationOperand", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this._aggregationOperand;
|
|
34
|
+
},
|
|
35
|
+
set: function (a) {
|
|
36
|
+
this._aggregationOperand = a;
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
Object.defineProperty(ToolActionFieldSelectorSelectedAggregation.prototype, "aggregationName", {
|
|
42
|
+
get: function () {
|
|
43
|
+
return this._aggregationName;
|
|
44
|
+
},
|
|
45
|
+
set: function (a) {
|
|
46
|
+
this._aggregationName = a;
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
ToolActionFieldSelectorSelectedAggregation.$t = markType(ToolActionFieldSelectorSelectedAggregation, 'ToolActionFieldSelectorSelectedAggregation');
|
|
52
|
+
return ToolActionFieldSelectorSelectedAggregation;
|
|
53
|
+
}(Base));
|
|
54
|
+
export { ToolActionFieldSelectorSelectedAggregation };
|