igniteui-angular-core 21.0.1-beta.0 → 21.0.1

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.
@@ -336890,6 +336890,95 @@
336890
336890
  return Tuple;
336891
336891
  }(Base));
336892
336892
 
336893
+ /*
336894
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
336895
+ https://www.infragistics.com/legal/license/igultimate-la
336896
+ https://www.infragistics.com/legal/license/igultimate-eula
336897
+ 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.
336898
+ */
336899
+ /**
336900
+ * @hidden
336901
+ */
336902
+ var ValueTuple$2 = /** @class */ /*@__PURE__*/ (function (_super) {
336903
+ tslib.__extends(ValueTuple$2, _super);
336904
+ function ValueTuple$2($t1, $t2, a) {
336905
+ var _rest = [];
336906
+ for (var _i = 3; _i < arguments.length; _i++) {
336907
+ _rest[_i - 3] = arguments[_i];
336908
+ }
336909
+ var _this = _super.call(this) || this;
336910
+ _this.$t1 = null;
336911
+ _this.$t2 = null;
336912
+ _this.a = null;
336913
+ _this.b = null;
336914
+ _this.$t1 = $t1;
336915
+ _this.$t2 = $t2;
336916
+ _this.$type = _this.$type.specialize(_this.$t1, _this.$t2);
336917
+ a = (a == void 0) ? 0 : a;
336918
+ switch (a) {
336919
+ case 0: break;
336920
+ case 1:
336921
+ {
336922
+ var c = _rest[0];
336923
+ var d = _rest[1];
336924
+ _this.a = c;
336925
+ _this.b = d;
336926
+ }
336927
+ break;
336928
+ }
336929
+ return _this;
336930
+ }
336931
+ ValueTuple$2.$t = markStruct(ValueTuple$2, 'ValueTuple$2');
336932
+ return ValueTuple$2;
336933
+ }(ValueType));
336934
+
336935
+ /*
336936
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
336937
+ https://www.infragistics.com/legal/license/igultimate-la
336938
+ https://www.infragistics.com/legal/license/igultimate-eula
336939
+ 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.
336940
+ */
336941
+ /**
336942
+ * @hidden
336943
+ */
336944
+ var ValueTuple$3 = /** @class */ /*@__PURE__*/ (function (_super) {
336945
+ tslib.__extends(ValueTuple$3, _super);
336946
+ function ValueTuple$3($t1, $t2, $t3, a) {
336947
+ var _rest = [];
336948
+ for (var _i = 4; _i < arguments.length; _i++) {
336949
+ _rest[_i - 4] = arguments[_i];
336950
+ }
336951
+ var _this = _super.call(this) || this;
336952
+ _this.$t1 = null;
336953
+ _this.$t2 = null;
336954
+ _this.$t3 = null;
336955
+ _this.a = null;
336956
+ _this.b = null;
336957
+ _this.c = null;
336958
+ _this.$t1 = $t1;
336959
+ _this.$t2 = $t2;
336960
+ _this.$t3 = $t3;
336961
+ _this.$type = _this.$type.specialize(_this.$t1, _this.$t2, _this.$t3);
336962
+ a = (a == void 0) ? 0 : a;
336963
+ switch (a) {
336964
+ case 0: break;
336965
+ case 1:
336966
+ {
336967
+ var c = _rest[0];
336968
+ var d = _rest[1];
336969
+ var e = _rest[2];
336970
+ _this.a = c;
336971
+ _this.b = d;
336972
+ _this.c = e;
336973
+ }
336974
+ break;
336975
+ }
336976
+ return _this;
336977
+ }
336978
+ ValueTuple$3.$t = markStruct(ValueTuple$3, 'ValueTuple$3');
336979
+ return ValueTuple$3;
336980
+ }(ValueType));
336981
+
336893
336982
  /*
336894
336983
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
336895
336984
  https://www.infragistics.com/legal/license/igultimate-la
@@ -352311,6 +352400,8 @@
352311
352400
  exports.ValueOverlayDescription = ValueOverlayDescription;
352312
352401
  exports.ValueOverlayDescriptionMetadata = ValueOverlayDescriptionMetadata;
352313
352402
  exports.ValueOverlayDescriptionModule = ValueOverlayDescriptionModule;
352403
+ exports.ValueTuple$2 = ValueTuple$2;
352404
+ exports.ValueTuple$3 = ValueTuple$3;
352314
352405
  exports.ValueType = ValueType;
352315
352406
  exports.VersionQueueAction = VersionQueueAction;
352316
352407
  exports.VersionQueueActionTimeout = VersionQueueActionTimeout;