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.
Files changed (123) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +8 -8
  4. package/esm2015/lib/ComboEditorView_combined.js +27 -26
  5. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
  6. package/esm2015/lib/ListPanelView_combined.js +595 -577
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  9. package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
  10. package/esm2015/lib/ToolActionFieldSelector.js +7 -0
  11. package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
  12. package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
  13. package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
  14. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
  15. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
  16. package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
  17. package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
  18. package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
  19. package/esm2015/lib/ToolActionVisualData.js +17 -13
  20. package/esm2015/lib/ToolPanelContext.js +4 -1
  21. package/esm2015/lib/igc-list-panel-component.js +64 -54
  22. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  23. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  24. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  25. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  26. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  27. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  28. package/esm2015/lib/igc-tool-action-component.js +191 -180
  29. package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
  30. package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
  31. package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
  32. package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
  33. package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
  34. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
  35. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
  36. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
  37. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  38. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
  39. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  40. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  41. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  42. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  43. package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
  44. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  45. package/esm2015/lib/igc-tool-panel-component.js +275 -250
  46. package/esm2015/lib/igc-tool-panel-module.js +2 -0
  47. package/esm2015/lib/igc-toolbar-component.js +171 -156
  48. package/esm2015/public_api.js +16 -0
  49. package/esm5/lib/ComboEditorBridge.js +8 -8
  50. package/esm5/lib/ComboEditorView_combined.js +27 -26
  51. package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
  52. package/esm5/lib/ListPanelView_combined.js +592 -570
  53. package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
  54. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  55. package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
  56. package/esm5/lib/ToolActionFieldSelector.js +7 -0
  57. package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
  58. package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
  59. package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
  60. package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
  61. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
  62. package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
  63. package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
  64. package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
  65. package/esm5/lib/ToolActionVisualData.js +17 -13
  66. package/esm5/lib/ToolPanelContext.js +4 -1
  67. package/esm5/lib/igc-list-panel-component.js +68 -54
  68. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  69. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  70. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  71. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  72. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  73. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  74. package/esm5/lib/igc-tool-action-component.js +195 -180
  75. package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
  76. package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
  77. package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
  78. package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
  79. package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
  80. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
  81. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
  82. package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
  83. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  84. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
  85. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  86. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  87. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  88. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  89. package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
  90. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  91. package/esm5/lib/igc-tool-panel-component.js +283 -250
  92. package/esm5/lib/igc-tool-panel-module.js +2 -0
  93. package/esm5/lib/igc-toolbar-component.js +175 -156
  94. package/esm5/public_api.js +16 -0
  95. package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
  96. package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
  97. package/lib/ListPanelView_combined.d.ts +147 -144
  98. package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
  99. package/lib/ToolActionFieldSelector.d.ts +1 -0
  100. package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
  101. package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
  102. package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
  103. package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
  104. package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
  105. package/lib/ToolActionFieldSelectorType.d.ts +9 -0
  106. package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
  107. package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
  108. package/lib/ToolActionVisualData.d.ts +6 -5
  109. package/lib/igc-list-panel-component.d.ts +5 -0
  110. package/lib/igc-tool-action-component.d.ts +6 -0
  111. package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
  112. package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
  113. package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
  114. package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
  115. package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
  116. package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
  117. package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
  118. package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
  119. package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
  120. package/lib/igc-tool-panel-component.d.ts +10 -0
  121. package/lib/igc-toolbar-component.d.ts +5 -0
  122. package/package.json +3 -3
  123. 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.hf = b.ar != null ? b.ar : NaN;
750
- d.e1 = this.bm(b);
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.ev = b.a4;
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.hj = CSSColorUtil.g(b.ar);
760
- e.e1 = this.bm(b);
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.ev = b.a4;
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.hf = b.ar;
776
- f.e1 = this.bm(b);
775
+ f.hn = b.ar;
776
+ f.e5 = this.bm(b);
777
777
  c = f;
778
778
  if (b.a4 != null) {
779
- c.ev = b.a4;
779
+ c.ez = b.a4;
780
780
  }
781
781
  break;
782
782
  case 7:
783
783
  var g = new ToolActionCheckbox();
784
- g.he = b.ar != null ? b.ar : false;
785
- g.e1 = this.bm(b);
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.ev = b.a4;
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.e1 = this.bm(b);
801
+ h.e5 = this.bm(b);
802
802
  c = h;
803
803
  if (b.a4 != null) {
804
- c.ev = b.a4;
804
+ c.ez = b.a4;
805
805
  }
806
806
  if (b.ar != null) {
807
- h.hd = new LayoutSelectedItemsCollection();
808
- h.hd.add1(b.ar);
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.e1 = this.bm(b);
813
+ i.e5 = this.bm(b);
814
814
  if (b.ar != null && typeof b.ar === 'string') {
815
- i.e1 = b.ar;
815
+ i.e5 = b.ar;
816
816
  }
817
817
  c = i;
818
818
  if (b.a4 != null) {
819
- c.ev = b.a4;
819
+ c.ez = b.a4;
820
820
  }
821
821
  break;
822
822
  case 24:
823
823
  var j = new ToolActionSeparator();
824
- j.hf = 5;
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.e1 = this.bm(b);
830
+ c.e5 = this.bm(b);
831
831
  if (b.a4 != null) {
832
- c.ev = b.a4;
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.ei = this.be + "_" + l;
852
- this.aq.item(c.ei, b);
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) {
@@ -233,7 +233,7 @@ var PropertyEditorTreeTransformer = /** @class */ /*@__PURE__*/ (function (_supe
233
233
  a.i();
234
234
  a.e("\"" + c + "\"");
235
235
  a.e(": ");
236
- b.t(this.c, this.b, a);
236
+ b.w(this.c, this.b, a);
237
237
  a.f("");
238
238
  a.h();
239
239
  a.e("}");
@@ -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 };