igniteui-angular-core 13.2.0-beta.2 → 14.0.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-angular-core.umd.js +1144 -57
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm2015/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm2015/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm2015/lib/FontDefaults.js +7 -7
- package/esm2015/lib/IgcSliderBridge.js +38 -12
- package/esm2015/lib/NativeUIButton.js +2 -1
- package/esm2015/lib/NativeUICheckbox.js +2 -1
- package/esm2015/lib/NativeUIDropDown.js +2 -1
- package/esm2015/lib/NativeUIInput.js +2 -1
- package/esm2015/lib/NativeUIInputsFactory.js +1 -0
- package/esm2015/lib/NativeUISlider.js +26 -11
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +8 -0
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDropdownGroupDescription.js +2 -10
- package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm2015/lib/WebExpansionPanelComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescription.js +82 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +77 -0
- package/esm2015/lib/WebExpansionPanelDescriptionModule.js +20 -0
- package/esm2015/lib/WebMaskInputDescription.js +71 -0
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebMaskInputDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeDescription.js +106 -0
- package/esm2015/lib/WebTreeDescriptionMetadata.js +54 -0
- package/esm2015/lib/WebTreeDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebTreeItemDescription.js +98 -0
- package/esm2015/lib/WebTreeItemDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebTreeItemDescriptionModule.js +20 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +38 -0
- package/esm2015/lib/igx-tooltip-container-component.js +3 -3
- package/esm2015/public_api.js +18 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm5/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm5/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm5/lib/FontDefaults.js +7 -7
- package/esm5/lib/IgcSliderBridge.js +38 -12
- package/esm5/lib/NativeUIButton.js +2 -1
- package/esm5/lib/NativeUICheckbox.js +2 -1
- package/esm5/lib/NativeUIDropDown.js +2 -1
- package/esm5/lib/NativeUIInput.js +2 -1
- package/esm5/lib/NativeUIInputsFactory.js +1 -0
- package/esm5/lib/NativeUISlider.js +25 -6
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +14 -1
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDropdownGroupDescription.js +1 -13
- package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm5/lib/WebExpansionPanelComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescription.js +116 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +84 -0
- package/esm5/lib/WebExpansionPanelDescriptionModule.js +24 -0
- package/esm5/lib/WebMaskInputDescription.js +97 -0
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +51 -0
- package/esm5/lib/WebMaskInputDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeDescription.js +152 -0
- package/esm5/lib/WebTreeDescriptionMetadata.js +58 -0
- package/esm5/lib/WebTreeDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/WebTreeItemDescription.js +140 -0
- package/esm5/lib/WebTreeItemDescriptionMetadata.js +51 -0
- package/esm5/lib/WebTreeItemDescriptionModule.js +24 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +42 -0
- package/esm5/lib/igx-tooltip-container-component.js +2 -2
- package/esm5/public_api.js +18 -0
- package/fesm2015/igniteui-angular-core.js +938 -60
- package/fesm5/igniteui-angular-core.js +1127 -58
- package/lib/IgcSliderBridge.d.ts +7 -3
- package/lib/NativeUISlider.d.ts +9 -6
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.d.ts +3 -0
- package/lib/WebDropdownGroupDescription.d.ts +0 -4
- package/lib/WebExpansionPanelComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescription.d.ts +32 -0
- package/lib/WebExpansionPanelDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescriptionMetadata_combined.d.ts +23 -0
- package/lib/WebExpansionPanelDescriptionModule.d.ts +9 -0
- package/lib/WebMaskInputDescription.d.ts +28 -0
- package/lib/WebMaskInputDescriptionMetadata.d.ts +13 -0
- package/lib/WebMaskInputDescriptionModule.d.ts +9 -0
- package/lib/WebTreeDescription.d.ts +41 -0
- package/lib/WebTreeDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeDescriptionModule.d.ts +9 -0
- package/lib/WebTreeItemComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeItemComponentEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescription.d.ts +38 -0
- package/lib/WebTreeItemDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescriptionModule.d.ts +9 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +13 -0
- package/package.json +4 -4
- package/public_api.d.ts +18 -0
|
@@ -30705,12 +30705,13 @@
|
|
|
30705
30705
|
return this.ap;
|
|
30706
30706
|
},
|
|
30707
30707
|
set: function (a) {
|
|
30708
|
+
var b = this.ap;
|
|
30708
30709
|
this.ap = a;
|
|
30709
30710
|
if (this.ap != null) {
|
|
30710
30711
|
this.w(2, this.ap);
|
|
30711
30712
|
}
|
|
30712
30713
|
else {
|
|
30713
|
-
this.ab(2,
|
|
30714
|
+
this.ab(2, b);
|
|
30714
30715
|
}
|
|
30715
30716
|
},
|
|
30716
30717
|
enumerable: false,
|
|
@@ -30777,12 +30778,13 @@
|
|
|
30777
30778
|
return this.ap;
|
|
30778
30779
|
},
|
|
30779
30780
|
set: function (a) {
|
|
30781
|
+
var b = this.ap;
|
|
30780
30782
|
this.ap = a;
|
|
30781
30783
|
if (this.ap != null) {
|
|
30782
30784
|
this.w(1, this.ap);
|
|
30783
30785
|
}
|
|
30784
30786
|
else {
|
|
30785
|
-
this.ab(1,
|
|
30787
|
+
this.ab(1, b);
|
|
30786
30788
|
}
|
|
30787
30789
|
},
|
|
30788
30790
|
enumerable: false,
|
|
@@ -30827,12 +30829,13 @@
|
|
|
30827
30829
|
return this.aq;
|
|
30828
30830
|
},
|
|
30829
30831
|
set: function (a) {
|
|
30832
|
+
var b = this.aq;
|
|
30830
30833
|
this.aq = a;
|
|
30831
30834
|
if (this.aq != null) {
|
|
30832
30835
|
this.w(3, this.aq);
|
|
30833
30836
|
}
|
|
30834
30837
|
else {
|
|
30835
|
-
this.ab(3,
|
|
30838
|
+
this.ab(3, b);
|
|
30836
30839
|
}
|
|
30837
30840
|
},
|
|
30838
30841
|
enumerable: false,
|
|
@@ -30878,12 +30881,13 @@
|
|
|
30878
30881
|
function NativeUISlider() {
|
|
30879
30882
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
30880
30883
|
_this.ap = null;
|
|
30884
|
+
_this.aq = null;
|
|
30881
30885
|
return _this;
|
|
30882
30886
|
}
|
|
30883
30887
|
NativeUISlider.prototype.get_c = function () {
|
|
30884
30888
|
return 5;
|
|
30885
30889
|
};
|
|
30886
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
30890
|
+
Object.defineProperty(NativeUISlider.prototype, "aw", {
|
|
30887
30891
|
get: function () {
|
|
30888
30892
|
var a = this.o(2);
|
|
30889
30893
|
return a;
|
|
@@ -30894,7 +30898,7 @@
|
|
|
30894
30898
|
enumerable: false,
|
|
30895
30899
|
configurable: true
|
|
30896
30900
|
});
|
|
30897
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
30901
|
+
Object.defineProperty(NativeUISlider.prototype, "au", {
|
|
30898
30902
|
get: function () {
|
|
30899
30903
|
var a = this.o(10);
|
|
30900
30904
|
return a;
|
|
@@ -30905,7 +30909,7 @@
|
|
|
30905
30909
|
enumerable: false,
|
|
30906
30910
|
configurable: true
|
|
30907
30911
|
});
|
|
30908
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
30912
|
+
Object.defineProperty(NativeUISlider.prototype, "at", {
|
|
30909
30913
|
get: function () {
|
|
30910
30914
|
var a = this.o(11);
|
|
30911
30915
|
return a;
|
|
@@ -30916,7 +30920,7 @@
|
|
|
30916
30920
|
enumerable: false,
|
|
30917
30921
|
configurable: true
|
|
30918
30922
|
});
|
|
30919
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
30923
|
+
Object.defineProperty(NativeUISlider.prototype, "av", {
|
|
30920
30924
|
get: function () {
|
|
30921
30925
|
var a = this.o(12);
|
|
30922
30926
|
return a;
|
|
@@ -30927,17 +30931,35 @@
|
|
|
30927
30931
|
enumerable: false,
|
|
30928
30932
|
configurable: true
|
|
30929
30933
|
});
|
|
30930
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
30934
|
+
Object.defineProperty(NativeUISlider.prototype, "ar", {
|
|
30931
30935
|
get: function () {
|
|
30932
30936
|
return this.ap;
|
|
30933
30937
|
},
|
|
30934
30938
|
set: function (a) {
|
|
30939
|
+
var b = this.ap;
|
|
30935
30940
|
this.ap = a;
|
|
30936
30941
|
if (this.ap != null) {
|
|
30937
30942
|
this.w(4, this.ap);
|
|
30938
30943
|
}
|
|
30939
30944
|
else {
|
|
30940
|
-
this.ab(4,
|
|
30945
|
+
this.ab(4, b);
|
|
30946
|
+
}
|
|
30947
|
+
},
|
|
30948
|
+
enumerable: false,
|
|
30949
|
+
configurable: true
|
|
30950
|
+
});
|
|
30951
|
+
Object.defineProperty(NativeUISlider.prototype, "as", {
|
|
30952
|
+
get: function () {
|
|
30953
|
+
return this.aq;
|
|
30954
|
+
},
|
|
30955
|
+
set: function (a) {
|
|
30956
|
+
var b = this.aq;
|
|
30957
|
+
this.aq = a;
|
|
30958
|
+
if (this.aq != null) {
|
|
30959
|
+
this.w(0, this.aq);
|
|
30960
|
+
}
|
|
30961
|
+
else {
|
|
30962
|
+
this.ab(0, b);
|
|
30941
30963
|
}
|
|
30942
30964
|
},
|
|
30943
30965
|
enumerable: false,
|
|
@@ -31168,12 +31190,13 @@
|
|
|
31168
31190
|
return this.ar;
|
|
31169
31191
|
},
|
|
31170
31192
|
set: function (a) {
|
|
31193
|
+
var b = this.ar;
|
|
31171
31194
|
this.ar = a;
|
|
31172
31195
|
if (this.ar != null) {
|
|
31173
31196
|
this.w(0, this.ar);
|
|
31174
31197
|
}
|
|
31175
31198
|
else {
|
|
31176
|
-
this.ab(0,
|
|
31199
|
+
this.ab(0, b);
|
|
31177
31200
|
}
|
|
31178
31201
|
},
|
|
31179
31202
|
enumerable: false,
|
|
@@ -35521,13 +35544,13 @@
|
|
|
35521
35544
|
};
|
|
35522
35545
|
FontDefaults.$t = markType(FontDefaults, 'FontDefaults');
|
|
35523
35546
|
FontDefaults.legendLabelsBrush = BrushUtil.g(255, 37, 37, 37);
|
|
35524
|
-
FontDefaults.legendLabelsFontSizeConst =
|
|
35525
|
-
FontDefaults.legendLabelsFontSize = DeviceUtils.f(
|
|
35547
|
+
FontDefaults.legendLabelsFontSizeConst = 13;
|
|
35548
|
+
FontDefaults.legendLabelsFontSize = DeviceUtils.f(13);
|
|
35526
35549
|
FontDefaults.legendLabelsFontConst = "Verdana";
|
|
35527
35550
|
FontDefaults.legendLabelsFontFamily = FontDefaults.aq("Verdana");
|
|
35528
35551
|
FontDefaults.dataLegendFontBrush = BrushUtil.g(255, 37, 37, 37);
|
|
35529
|
-
FontDefaults.dataLegendFontSizeConst =
|
|
35530
|
-
FontDefaults.dataLegendFontSize = DeviceUtils.f(
|
|
35552
|
+
FontDefaults.dataLegendFontSizeConst = 13;
|
|
35553
|
+
FontDefaults.dataLegendFontSize = DeviceUtils.f(13);
|
|
35531
35554
|
FontDefaults.dataLegendFontFamilyConst = "Verdana";
|
|
35532
35555
|
FontDefaults.dataLegendFontFamily = FontDefaults.aq("Verdana");
|
|
35533
35556
|
FontDefaults.dataLegendFontWeight = "400";
|
|
@@ -35536,8 +35559,8 @@
|
|
|
35536
35559
|
FontDefaults.dataLegendFontVariant = "Normal";
|
|
35537
35560
|
FontDefaults.dataLegendHeaderFontWeight = "600";
|
|
35538
35561
|
FontDefaults.chartAxisLabelBrush = BrushUtil.g(255, 78, 78, 78);
|
|
35539
|
-
FontDefaults.chartFontSizeConst =
|
|
35540
|
-
FontDefaults.chartFontSize = DeviceUtils.f(
|
|
35562
|
+
FontDefaults.chartFontSizeConst = 13;
|
|
35563
|
+
FontDefaults.chartFontSize = DeviceUtils.f(13);
|
|
35541
35564
|
FontDefaults.chartFontNameConst = "Verdana";
|
|
35542
35565
|
FontDefaults.chartFontFamily = FontDefaults.aq("Verdana");
|
|
35543
35566
|
FontDefaults.chartFontWeight = "400";
|
|
@@ -35553,7 +35576,7 @@
|
|
|
35553
35576
|
FontDefaults.chartSubtitleNameConst = "Verdana";
|
|
35554
35577
|
FontDefaults.chartSubtitleFontWeight = "600";
|
|
35555
35578
|
FontDefaults.tooltipLabelsBrush = BrushUtil.g(255, 78, 78, 78);
|
|
35556
|
-
FontDefaults.tooltipLabelsFontSizeConst =
|
|
35579
|
+
FontDefaults.tooltipLabelsFontSizeConst = 13;
|
|
35557
35580
|
FontDefaults.tooltipLabelsFontSize = DeviceUtils.f(FontDefaults.tooltipLabelsFontSizeConst);
|
|
35558
35581
|
FontDefaults.tooltipFontNameConst = "Verdana";
|
|
35559
35582
|
FontDefaults.tooltipLabelsFontFamily = FontDefaults.aq("Verdana");
|
|
@@ -37781,25 +37804,44 @@
|
|
|
37781
37804
|
tslib.__extends(IgcSliderBridge, _super);
|
|
37782
37805
|
function IgcSliderBridge() {
|
|
37783
37806
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
37784
|
-
_this.d = null;
|
|
37785
|
-
_this.c = null;
|
|
37786
37807
|
_this.e = null;
|
|
37808
|
+
_this.c = null;
|
|
37809
|
+
_this.g = null;
|
|
37810
|
+
_this.f = null;
|
|
37811
|
+
_this.d = null;
|
|
37812
|
+
_this.h = null;
|
|
37787
37813
|
return _this;
|
|
37788
37814
|
}
|
|
37789
37815
|
IgcSliderBridge.prototype.addHandler = function (a, b, c, d) {
|
|
37790
37816
|
switch (c) {
|
|
37817
|
+
case 0:
|
|
37818
|
+
{
|
|
37819
|
+
var e = a;
|
|
37820
|
+
this.f = e.listen("igcInput", runOn(this, this.j));
|
|
37821
|
+
this.d = d;
|
|
37822
|
+
this.h = b;
|
|
37823
|
+
}
|
|
37824
|
+
break;
|
|
37791
37825
|
case 4:
|
|
37792
|
-
|
|
37793
|
-
|
|
37794
|
-
|
|
37795
|
-
|
|
37826
|
+
{
|
|
37827
|
+
var f = a;
|
|
37828
|
+
this.e = f.listen("igcChange", runOn(this, this.i));
|
|
37829
|
+
this.c = d;
|
|
37830
|
+
this.g = b;
|
|
37831
|
+
}
|
|
37796
37832
|
break;
|
|
37797
37833
|
}
|
|
37798
37834
|
};
|
|
37799
|
-
IgcSliderBridge.prototype.
|
|
37835
|
+
IgcSliderBridge.prototype.j = function (a) {
|
|
37836
|
+
if (this.d != null) {
|
|
37837
|
+
var b = new NativeUISliderValueChangedEventArgs();
|
|
37838
|
+
this.d(this.h, b);
|
|
37839
|
+
}
|
|
37840
|
+
};
|
|
37841
|
+
IgcSliderBridge.prototype.i = function (a) {
|
|
37800
37842
|
if (this.c != null) {
|
|
37801
37843
|
var b = new NativeUISliderValueChangedEventArgs();
|
|
37802
|
-
this.c(this.
|
|
37844
|
+
this.c(this.g, b);
|
|
37803
37845
|
}
|
|
37804
37846
|
};
|
|
37805
37847
|
IgcSliderBridge.prototype.getValue = function (a, b) {
|
|
@@ -37813,12 +37855,19 @@
|
|
|
37813
37855
|
};
|
|
37814
37856
|
IgcSliderBridge.prototype.removeHandler = function (a, b, c, d) {
|
|
37815
37857
|
switch (c) {
|
|
37816
|
-
case
|
|
37817
|
-
if (this.
|
|
37818
|
-
this.
|
|
37858
|
+
case 0:
|
|
37859
|
+
if (this.f != null) {
|
|
37860
|
+
this.f();
|
|
37861
|
+
}
|
|
37862
|
+
this.d = null;
|
|
37863
|
+
this.h = null;
|
|
37864
|
+
break;
|
|
37865
|
+
case 4:
|
|
37866
|
+
if (this.e != null) {
|
|
37867
|
+
this.e();
|
|
37819
37868
|
}
|
|
37820
37869
|
this.c = null;
|
|
37821
|
-
this.
|
|
37870
|
+
this.g = null;
|
|
37822
37871
|
break;
|
|
37823
37872
|
}
|
|
37824
37873
|
};
|
|
@@ -38369,6 +38418,7 @@
|
|
|
38369
38418
|
NativeUIInputsFactory.prototype.j = function (a, b) {
|
|
38370
38419
|
var c = a;
|
|
38371
38420
|
var d = c.createElement("igc-slider");
|
|
38421
|
+
d.setProperty("hideTooltip", true);
|
|
38372
38422
|
var e = new IgcSliderBridge();
|
|
38373
38423
|
var f = new NativeUISlider();
|
|
38374
38424
|
f.u = d;
|
|
@@ -42867,7 +42917,7 @@
|
|
|
42867
42917
|
TypeRegistrar.registerCons("IgxTooltipContainerComponent", IgxTooltipContainerComponent);
|
|
42868
42918
|
};
|
|
42869
42919
|
IgxTooltipContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTooltipContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
42870
|
-
IgxTooltipContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: IgxTooltipContainerComponent, selector: "igx-tooltip-container", inputs: { template: "template", containerTemplate: "containerTemplate", context: "context" }, host: { classAttribute: "ig-tooltip-container igx-tooltip-container" }, viewQueries: [{ propertyName: "_tooltipContent", first: true, predicate: IgxTemplateContentComponent, descendants: true, static: true }], ngImport: i0, template: "\n <ng-template #defaultContainer>\n <div class='ig-tooltip-container-background' *ngIf=\"context !== null && context.item !== null\"\n [style.border-color]=\"context && context.isSubContent ? 'transparent' : '#666'\">\n <igx-template-content *ngIf=\"context !== null\" [template]=\"template\" [context]=\"context\"></igx-template-content>\n </div>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"containerTemplate ? containerTemplate : defaultContainer; context: context\">\n </ng-container>\n ", isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font:
|
|
42920
|
+
IgxTooltipContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: IgxTooltipContainerComponent, selector: "igx-tooltip-container", inputs: { template: "template", containerTemplate: "containerTemplate", context: "context" }, host: { classAttribute: "ig-tooltip-container igx-tooltip-container" }, viewQueries: [{ propertyName: "_tooltipContent", first: true, predicate: IgxTemplateContentComponent, descendants: true, static: true }], ngImport: i0, template: "\n <ng-template #defaultContainer>\n <div class='ig-tooltip-container-background' *ngIf=\"context !== null && context.item !== null\"\n [style.border-color]=\"context && context.isSubContent ? 'transparent' : '#666'\">\n <igx-template-content *ngIf=\"context !== null\" [template]=\"template\" [context]=\"context\"></igx-template-content>\n </div>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"containerTemplate ? containerTemplate : defaultContainer; context: context\">\n </ng-container>\n ", isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 13px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 13px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"], components: [{ type: IgxTemplateContentComponent, selector: "igx-template-content", inputs: ["template", "context"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
42871
42921
|
return IgxTooltipContainerComponent;
|
|
42872
42922
|
}());
|
|
42873
42923
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTooltipContainerComponent, decorators: [{
|
|
@@ -42877,7 +42927,7 @@
|
|
|
42877
42927
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
42878
42928
|
host: { class: "ig-tooltip-container igx-tooltip-container" },
|
|
42879
42929
|
template: "\n <ng-template #defaultContainer>\n <div class='ig-tooltip-container-background' *ngIf=\"context !== null && context.item !== null\"\n [style.border-color]=\"context && context.isSubContent ? 'transparent' : '#666'\">\n <igx-template-content *ngIf=\"context !== null\" [template]=\"template\" [context]=\"context\"></igx-template-content>\n </div>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"containerTemplate ? containerTemplate : defaultContainer; context: context\">\n </ng-container>\n ",
|
|
42880
|
-
styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font:
|
|
42930
|
+
styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 13px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 13px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"]
|
|
42881
42931
|
}]
|
|
42882
42932
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { _tooltipContent: [{
|
|
42883
42933
|
type: i0.ViewChild,
|
|
@@ -67372,6 +67422,9 @@
|
|
|
67372
67422
|
if (this.n.platform == 3) {
|
|
67373
67423
|
e = "if ((this as any)._bind) { (this as any)._bind(); } ";
|
|
67374
67424
|
}
|
|
67425
|
+
if (this.n.platform == 1) {
|
|
67426
|
+
e = "this._detector.markForCheck(); ";
|
|
67427
|
+
}
|
|
67375
67428
|
var f = this.v(a, false);
|
|
67376
67429
|
var g = "null";
|
|
67377
67430
|
switch (b) {
|
|
@@ -67394,7 +67447,7 @@
|
|
|
67394
67447
|
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "_fetching)");
|
|
67395
67448
|
this.g.k("{");
|
|
67396
67449
|
this.g.h();
|
|
67397
|
-
this.g.k(this.ao(a) + "_fetching = true;");
|
|
67450
|
+
this.g.k("this." + this.ao(a) + "_fetching = true;");
|
|
67398
67451
|
this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
|
|
67399
67452
|
this.g.f();
|
|
67400
67453
|
this.g.k("}");
|
|
@@ -67451,7 +67504,6 @@
|
|
|
67451
67504
|
};
|
|
67452
67505
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b) {
|
|
67453
67506
|
b.addPackageImport("./" + a, a);
|
|
67454
|
-
b.addPackageImport("./" + a, a + "Item");
|
|
67455
67507
|
};
|
|
67456
67508
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
|
|
67457
67509
|
b.addDefaultImport("./" + a, a);
|
|
@@ -67762,16 +67814,10 @@
|
|
|
67762
67814
|
a.k("using System.Collections.Generic;");
|
|
67763
67815
|
if (!this.ak) {
|
|
67764
67816
|
this.ak = true;
|
|
67765
|
-
this.k.addUsing("using Data;");
|
|
67766
67817
|
}
|
|
67767
|
-
a.k("namespace Data");
|
|
67768
|
-
a.k("{");
|
|
67769
|
-
a.h();
|
|
67770
67818
|
_super.prototype.ad.call(this, a);
|
|
67771
67819
|
};
|
|
67772
67820
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a) {
|
|
67773
|
-
a.f();
|
|
67774
|
-
a.k("}");
|
|
67775
67821
|
_super.prototype.ac.call(this, a);
|
|
67776
67822
|
};
|
|
67777
67823
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a, b) {
|
|
@@ -67836,7 +67882,7 @@
|
|
|
67836
67882
|
else {
|
|
67837
67883
|
e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
|
|
67838
67884
|
}
|
|
67839
|
-
if (c.isAsync) {
|
|
67885
|
+
if (c != null && c.isAsync) {
|
|
67840
67886
|
d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
|
|
67841
67887
|
}
|
|
67842
67888
|
this.g.k("private " + this.v(a, false) + " " + this.ao(a) + " = null;");
|
|
@@ -68011,7 +68057,12 @@
|
|
|
68011
68057
|
return "double.NaN";
|
|
68012
68058
|
}
|
|
68013
68059
|
return (b.value.toString());
|
|
68014
|
-
case 2:
|
|
68060
|
+
case 2: if (b.value == null) {
|
|
68061
|
+
return "null";
|
|
68062
|
+
}
|
|
68063
|
+
else {
|
|
68064
|
+
return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
|
|
68065
|
+
}
|
|
68015
68066
|
case 3: return ("null");
|
|
68016
68067
|
}
|
|
68017
68068
|
return "";
|
|
@@ -136856,6 +136907,7 @@
|
|
|
136856
136907
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
136857
136908
|
}
|
|
136858
136909
|
DataGridPagerDescriptionModule.register = function (a) {
|
|
136910
|
+
ButtonDescriptionModule.register(a);
|
|
136859
136911
|
DataGridPagerDescriptionMetadata.d(a);
|
|
136860
136912
|
};
|
|
136861
136913
|
DataGridPagerDescriptionModule.$t = markType(DataGridPagerDescriptionModule, 'DataGridPagerDescriptionModule');
|
|
@@ -147628,6 +147680,7 @@
|
|
|
147628
147680
|
CategoryToolTipLayerDescriptionModule.register(a);
|
|
147629
147681
|
CategoryHighlightLayerDescriptionModule.register(a);
|
|
147630
147682
|
CategoryItemHighlightLayerDescriptionModule.register(a);
|
|
147683
|
+
DataToolTipLayerDescriptionModule.register(a);
|
|
147631
147684
|
FinalValueLayerDescriptionModule.register(a);
|
|
147632
147685
|
NumberAbbreviatorDescriptionModule.register(a);
|
|
147633
147686
|
DataChartInteractivityDescriptionModule.register(a);
|
|
@@ -158015,7 +158068,9 @@
|
|
|
158015
158068
|
var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
158016
158069
|
tslib.__extends(PropertyEditorPropertyDescriptionChangedEventArgsDescription, _super);
|
|
158017
158070
|
function PropertyEditorPropertyDescriptionChangedEventArgsDescription() {
|
|
158018
|
-
|
|
158071
|
+
var _this = _super.call(this) || this;
|
|
158072
|
+
_this.f = null;
|
|
158073
|
+
return _this;
|
|
158019
158074
|
}
|
|
158020
158075
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype.get_type = function () {
|
|
158021
158076
|
return "PropertyEditorPropertyDescriptionChangedEventArgs";
|
|
@@ -158027,6 +158082,17 @@
|
|
|
158027
158082
|
enumerable: false,
|
|
158028
158083
|
configurable: true
|
|
158029
158084
|
});
|
|
158085
|
+
Object.defineProperty(PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype, "newValue", {
|
|
158086
|
+
get: function () {
|
|
158087
|
+
return this.f;
|
|
158088
|
+
},
|
|
158089
|
+
set: function (a) {
|
|
158090
|
+
this.f = a;
|
|
158091
|
+
this.e("NewValue");
|
|
158092
|
+
},
|
|
158093
|
+
enumerable: false,
|
|
158094
|
+
configurable: true
|
|
158095
|
+
});
|
|
158030
158096
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgsDescription, 'PropertyEditorPropertyDescriptionChangedEventArgsDescription', Description.$);
|
|
158031
158097
|
return PropertyEditorPropertyDescriptionChangedEventArgsDescription;
|
|
158032
158098
|
}(Description));
|
|
@@ -158056,6 +158122,7 @@
|
|
|
158056
158122
|
a.s(PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.a);
|
|
158057
158123
|
};
|
|
158058
158124
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.c = function (a) {
|
|
158125
|
+
a.item("NewValue", "Unknown");
|
|
158059
158126
|
};
|
|
158060
158127
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.d = function (a) {
|
|
158061
158128
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.b(a);
|
|
@@ -170397,7 +170464,6 @@
|
|
|
170397
170464
|
function WebDropdownGroupDescription() {
|
|
170398
170465
|
var _this = _super.call(this) || this;
|
|
170399
170466
|
_this.f = null;
|
|
170400
|
-
_this.h = null;
|
|
170401
170467
|
return _this;
|
|
170402
170468
|
}
|
|
170403
170469
|
WebDropdownGroupDescription.prototype.get_type = function () {
|
|
@@ -170410,23 +170476,12 @@
|
|
|
170410
170476
|
enumerable: false,
|
|
170411
170477
|
configurable: true
|
|
170412
170478
|
});
|
|
170413
|
-
Object.defineProperty(WebDropdownGroupDescription.prototype, "
|
|
170479
|
+
Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
|
|
170414
170480
|
get: function () {
|
|
170415
170481
|
return this.f;
|
|
170416
170482
|
},
|
|
170417
170483
|
set: function (a) {
|
|
170418
170484
|
this.f = a;
|
|
170419
|
-
this.e("Items");
|
|
170420
|
-
},
|
|
170421
|
-
enumerable: false,
|
|
170422
|
-
configurable: true
|
|
170423
|
-
});
|
|
170424
|
-
Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
|
|
170425
|
-
get: function () {
|
|
170426
|
-
return this.h;
|
|
170427
|
-
},
|
|
170428
|
-
set: function (a) {
|
|
170429
|
-
this.h = a;
|
|
170430
170485
|
this.e("Size");
|
|
170431
170486
|
},
|
|
170432
170487
|
enumerable: false,
|
|
@@ -170459,11 +170514,9 @@
|
|
|
170459
170514
|
return;
|
|
170460
170515
|
}
|
|
170461
170516
|
a.s(WebDropdownGroupDescriptionMetadata.a);
|
|
170462
|
-
WebDropdownItemDescriptionMetadata.d(a);
|
|
170463
170517
|
};
|
|
170464
170518
|
WebDropdownGroupDescriptionMetadata.c = function (a) {
|
|
170465
170519
|
a.item("__qualifiedNameTS", "String:DropdownGroup");
|
|
170466
|
-
a.item("Items", "ExportedType:WebDropdownItem");
|
|
170467
170520
|
a.item("Size", "ExportedType:string:DropdownGroupSize");
|
|
170468
170521
|
a.item("Size@names", "Small;Medium;Large");
|
|
170469
170522
|
};
|
|
@@ -170628,6 +170681,273 @@
|
|
|
170628
170681
|
return WebDropdownDescriptionModule;
|
|
170629
170682
|
}(Base));
|
|
170630
170683
|
|
|
170684
|
+
/*
|
|
170685
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
170686
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
170687
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
170688
|
+
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.
|
|
170689
|
+
*/
|
|
170690
|
+
/**
|
|
170691
|
+
* @hidden
|
|
170692
|
+
*/
|
|
170693
|
+
var WebExpansionPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
170694
|
+
tslib.__extends(WebExpansionPanelDescription, _super);
|
|
170695
|
+
function WebExpansionPanelDescription() {
|
|
170696
|
+
var _this = _super.call(this) || this;
|
|
170697
|
+
_this.g = false;
|
|
170698
|
+
_this.f = false;
|
|
170699
|
+
_this.l = null;
|
|
170700
|
+
_this.n = null;
|
|
170701
|
+
_this.m = null;
|
|
170702
|
+
_this.k = null;
|
|
170703
|
+
_this.j = null;
|
|
170704
|
+
return _this;
|
|
170705
|
+
}
|
|
170706
|
+
WebExpansionPanelDescription.prototype.get_type = function () {
|
|
170707
|
+
return "WebExpansionPanel";
|
|
170708
|
+
};
|
|
170709
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "type", {
|
|
170710
|
+
get: function () {
|
|
170711
|
+
return this.get_type();
|
|
170712
|
+
},
|
|
170713
|
+
enumerable: false,
|
|
170714
|
+
configurable: true
|
|
170715
|
+
});
|
|
170716
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "open", {
|
|
170717
|
+
get: function () {
|
|
170718
|
+
return this.g;
|
|
170719
|
+
},
|
|
170720
|
+
set: function (a) {
|
|
170721
|
+
this.g = a;
|
|
170722
|
+
this.e("Open");
|
|
170723
|
+
},
|
|
170724
|
+
enumerable: false,
|
|
170725
|
+
configurable: true
|
|
170726
|
+
});
|
|
170727
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "disabled", {
|
|
170728
|
+
get: function () {
|
|
170729
|
+
return this.f;
|
|
170730
|
+
},
|
|
170731
|
+
set: function (a) {
|
|
170732
|
+
this.f = a;
|
|
170733
|
+
this.e("Disabled");
|
|
170734
|
+
},
|
|
170735
|
+
enumerable: false,
|
|
170736
|
+
configurable: true
|
|
170737
|
+
});
|
|
170738
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "indicatorPosition", {
|
|
170739
|
+
get: function () {
|
|
170740
|
+
return this.l;
|
|
170741
|
+
},
|
|
170742
|
+
set: function (a) {
|
|
170743
|
+
this.l = a;
|
|
170744
|
+
this.e("IndicatorPosition");
|
|
170745
|
+
},
|
|
170746
|
+
enumerable: false,
|
|
170747
|
+
configurable: true
|
|
170748
|
+
});
|
|
170749
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "openingRef", {
|
|
170750
|
+
get: function () {
|
|
170751
|
+
return this.n;
|
|
170752
|
+
},
|
|
170753
|
+
set: function (a) {
|
|
170754
|
+
this.n = a;
|
|
170755
|
+
this.e("OpeningRef");
|
|
170756
|
+
},
|
|
170757
|
+
enumerable: false,
|
|
170758
|
+
configurable: true
|
|
170759
|
+
});
|
|
170760
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "openedRef", {
|
|
170761
|
+
get: function () {
|
|
170762
|
+
return this.m;
|
|
170763
|
+
},
|
|
170764
|
+
set: function (a) {
|
|
170765
|
+
this.m = a;
|
|
170766
|
+
this.e("OpenedRef");
|
|
170767
|
+
},
|
|
170768
|
+
enumerable: false,
|
|
170769
|
+
configurable: true
|
|
170770
|
+
});
|
|
170771
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "closingRef", {
|
|
170772
|
+
get: function () {
|
|
170773
|
+
return this.k;
|
|
170774
|
+
},
|
|
170775
|
+
set: function (a) {
|
|
170776
|
+
this.k = a;
|
|
170777
|
+
this.e("ClosingRef");
|
|
170778
|
+
},
|
|
170779
|
+
enumerable: false,
|
|
170780
|
+
configurable: true
|
|
170781
|
+
});
|
|
170782
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "closedRef", {
|
|
170783
|
+
get: function () {
|
|
170784
|
+
return this.j;
|
|
170785
|
+
},
|
|
170786
|
+
set: function (a) {
|
|
170787
|
+
this.j = a;
|
|
170788
|
+
this.e("ClosedRef");
|
|
170789
|
+
},
|
|
170790
|
+
enumerable: false,
|
|
170791
|
+
configurable: true
|
|
170792
|
+
});
|
|
170793
|
+
WebExpansionPanelDescription.$t = markType(WebExpansionPanelDescription, 'WebExpansionPanelDescription', Description.$);
|
|
170794
|
+
return WebExpansionPanelDescription;
|
|
170795
|
+
}(Description));
|
|
170796
|
+
|
|
170797
|
+
/*
|
|
170798
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
170799
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
170800
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
170801
|
+
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.
|
|
170802
|
+
*/
|
|
170803
|
+
/**
|
|
170804
|
+
* @hidden
|
|
170805
|
+
*/
|
|
170806
|
+
var WebExpansionPanelComponentEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
170807
|
+
tslib.__extends(WebExpansionPanelComponentEventArgsDescription, _super);
|
|
170808
|
+
function WebExpansionPanelComponentEventArgsDescription() {
|
|
170809
|
+
var _this = _super.call(this) || this;
|
|
170810
|
+
_this.f = null;
|
|
170811
|
+
return _this;
|
|
170812
|
+
}
|
|
170813
|
+
WebExpansionPanelComponentEventArgsDescription.prototype.get_type = function () {
|
|
170814
|
+
return "WebExpansionPanelComponentEventArgs";
|
|
170815
|
+
};
|
|
170816
|
+
Object.defineProperty(WebExpansionPanelComponentEventArgsDescription.prototype, "type", {
|
|
170817
|
+
get: function () {
|
|
170818
|
+
return this.get_type();
|
|
170819
|
+
},
|
|
170820
|
+
enumerable: false,
|
|
170821
|
+
configurable: true
|
|
170822
|
+
});
|
|
170823
|
+
Object.defineProperty(WebExpansionPanelComponentEventArgsDescription.prototype, "detail", {
|
|
170824
|
+
get: function () {
|
|
170825
|
+
return this.f;
|
|
170826
|
+
},
|
|
170827
|
+
set: function (a) {
|
|
170828
|
+
this.f = a;
|
|
170829
|
+
this.e("Detail");
|
|
170830
|
+
},
|
|
170831
|
+
enumerable: false,
|
|
170832
|
+
configurable: true
|
|
170833
|
+
});
|
|
170834
|
+
WebExpansionPanelComponentEventArgsDescription.$t = markType(WebExpansionPanelComponentEventArgsDescription, 'WebExpansionPanelComponentEventArgsDescription', Description.$);
|
|
170835
|
+
return WebExpansionPanelComponentEventArgsDescription;
|
|
170836
|
+
}(Description));
|
|
170837
|
+
|
|
170838
|
+
/*
|
|
170839
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
170840
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
170841
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
170842
|
+
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.
|
|
170843
|
+
*/
|
|
170844
|
+
/**
|
|
170845
|
+
* @hidden
|
|
170846
|
+
*/
|
|
170847
|
+
var WebExpansionPanelDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
170848
|
+
tslib.__extends(WebExpansionPanelDescriptionMetadata, _super);
|
|
170849
|
+
function WebExpansionPanelDescriptionMetadata() {
|
|
170850
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
170851
|
+
}
|
|
170852
|
+
WebExpansionPanelDescriptionMetadata.b = function (a) {
|
|
170853
|
+
if (WebExpansionPanelDescriptionMetadata.a == null) {
|
|
170854
|
+
WebExpansionPanelDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
170855
|
+
WebExpansionPanelDescriptionMetadata.c(WebExpansionPanelDescriptionMetadata.a);
|
|
170856
|
+
}
|
|
170857
|
+
if (a.g(WebExpansionPanelDescriptionMetadata.a)) {
|
|
170858
|
+
return;
|
|
170859
|
+
}
|
|
170860
|
+
a.s(WebExpansionPanelDescriptionMetadata.a);
|
|
170861
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.d(a);
|
|
170862
|
+
};
|
|
170863
|
+
WebExpansionPanelDescriptionMetadata.c = function (a) {
|
|
170864
|
+
a.item("__qualifiedNameTS", "String:ExpansionPanel");
|
|
170865
|
+
a.item("Open", "Boolean");
|
|
170866
|
+
a.item("Disabled", "Boolean");
|
|
170867
|
+
a.item("IndicatorPosition", "ExportedType:string:ExpansionPanelIndicatorPosition");
|
|
170868
|
+
a.item("IndicatorPosition@names", "Start;End;None");
|
|
170869
|
+
a.item("OpeningRef", "EventRef::opening");
|
|
170870
|
+
a.item("OpenedRef", "EventRef::opened");
|
|
170871
|
+
a.item("ClosingRef", "EventRef::closing");
|
|
170872
|
+
a.item("ClosedRef", "EventRef::closed");
|
|
170873
|
+
};
|
|
170874
|
+
WebExpansionPanelDescriptionMetadata.d = function (a) {
|
|
170875
|
+
WebExpansionPanelDescriptionMetadata.b(a);
|
|
170876
|
+
a.u("WebExpansionPanel", function () { return new WebExpansionPanelDescription(); });
|
|
170877
|
+
a.t("WebExpansionPanel", WebExpansionPanelDescriptionMetadata.a);
|
|
170878
|
+
};
|
|
170879
|
+
WebExpansionPanelDescriptionMetadata.$t = markType(WebExpansionPanelDescriptionMetadata, 'WebExpansionPanelDescriptionMetadata');
|
|
170880
|
+
WebExpansionPanelDescriptionMetadata.a = null;
|
|
170881
|
+
return WebExpansionPanelDescriptionMetadata;
|
|
170882
|
+
}(Base));
|
|
170883
|
+
/**
|
|
170884
|
+
* @hidden
|
|
170885
|
+
*/
|
|
170886
|
+
var WebExpansionPanelComponentEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
170887
|
+
tslib.__extends(WebExpansionPanelComponentEventArgsDescriptionMetadata, _super);
|
|
170888
|
+
function WebExpansionPanelComponentEventArgsDescriptionMetadata() {
|
|
170889
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
170890
|
+
}
|
|
170891
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.b = function (a) {
|
|
170892
|
+
if (WebExpansionPanelComponentEventArgsDescriptionMetadata.a == null) {
|
|
170893
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
170894
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.c(WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
|
|
170895
|
+
}
|
|
170896
|
+
if (a.g(WebExpansionPanelComponentEventArgsDescriptionMetadata.a)) {
|
|
170897
|
+
return;
|
|
170898
|
+
}
|
|
170899
|
+
a.s(WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
|
|
170900
|
+
WebExpansionPanelDescriptionMetadata.d(a);
|
|
170901
|
+
};
|
|
170902
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.c = function (a) {
|
|
170903
|
+
a.item("__qualifiedNameTS", "String:ExpansionPanelComponentEventArgs");
|
|
170904
|
+
a.item("Detail", "ExportedType:WebExpansionPanel");
|
|
170905
|
+
};
|
|
170906
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.d = function (a) {
|
|
170907
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.b(a);
|
|
170908
|
+
a.u("WebExpansionPanelComponentEventArgs", function () { return new WebExpansionPanelComponentEventArgsDescription(); });
|
|
170909
|
+
a.t("WebExpansionPanelComponentEventArgs", WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
|
|
170910
|
+
};
|
|
170911
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.$t = markType(WebExpansionPanelComponentEventArgsDescriptionMetadata, 'WebExpansionPanelComponentEventArgsDescriptionMetadata');
|
|
170912
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.a = null;
|
|
170913
|
+
return WebExpansionPanelComponentEventArgsDescriptionMetadata;
|
|
170914
|
+
}(Base));
|
|
170915
|
+
|
|
170916
|
+
/*
|
|
170917
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
170918
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
170919
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
170920
|
+
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.
|
|
170921
|
+
*/
|
|
170922
|
+
|
|
170923
|
+
/*
|
|
170924
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
170925
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
170926
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
170927
|
+
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.
|
|
170928
|
+
*/
|
|
170929
|
+
|
|
170930
|
+
/*
|
|
170931
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
170932
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
170933
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
170934
|
+
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.
|
|
170935
|
+
*/
|
|
170936
|
+
/**
|
|
170937
|
+
* @hidden
|
|
170938
|
+
*/
|
|
170939
|
+
var WebExpansionPanelDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
170940
|
+
tslib.__extends(WebExpansionPanelDescriptionModule, _super);
|
|
170941
|
+
function WebExpansionPanelDescriptionModule() {
|
|
170942
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
170943
|
+
}
|
|
170944
|
+
WebExpansionPanelDescriptionModule.register = function (a) {
|
|
170945
|
+
WebExpansionPanelDescriptionMetadata.d(a);
|
|
170946
|
+
};
|
|
170947
|
+
WebExpansionPanelDescriptionModule.$t = markType(WebExpansionPanelDescriptionModule, 'WebExpansionPanelDescriptionModule');
|
|
170948
|
+
return WebExpansionPanelDescriptionModule;
|
|
170949
|
+
}(Base));
|
|
170950
|
+
|
|
170631
170951
|
/*
|
|
170632
170952
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
170633
170953
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -172440,6 +172760,168 @@
|
|
|
172440
172760
|
return WebListDescriptionModule;
|
|
172441
172761
|
}(Base));
|
|
172442
172762
|
|
|
172763
|
+
/*
|
|
172764
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
172765
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
172766
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
172767
|
+
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.
|
|
172768
|
+
*/
|
|
172769
|
+
/**
|
|
172770
|
+
* @hidden
|
|
172771
|
+
*/
|
|
172772
|
+
var WebMaskInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
172773
|
+
tslib.__extends(WebMaskInputDescription, _super);
|
|
172774
|
+
function WebMaskInputDescription() {
|
|
172775
|
+
var _this = _super.call(this) || this;
|
|
172776
|
+
_this.ae = null;
|
|
172777
|
+
_this.ac = false;
|
|
172778
|
+
_this.ai = null;
|
|
172779
|
+
_this.ah = null;
|
|
172780
|
+
_this.af = null;
|
|
172781
|
+
_this.ag = null;
|
|
172782
|
+
return _this;
|
|
172783
|
+
}
|
|
172784
|
+
WebMaskInputDescription.prototype.get_type = function () {
|
|
172785
|
+
return "WebMaskInput";
|
|
172786
|
+
};
|
|
172787
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "dir", {
|
|
172788
|
+
get: function () {
|
|
172789
|
+
return this.ae;
|
|
172790
|
+
},
|
|
172791
|
+
set: function (a) {
|
|
172792
|
+
this.ae = a;
|
|
172793
|
+
this.e("Dir");
|
|
172794
|
+
},
|
|
172795
|
+
enumerable: false,
|
|
172796
|
+
configurable: true
|
|
172797
|
+
});
|
|
172798
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "invalid", {
|
|
172799
|
+
get: function () {
|
|
172800
|
+
return this.ac;
|
|
172801
|
+
},
|
|
172802
|
+
set: function (a) {
|
|
172803
|
+
this.ac = a;
|
|
172804
|
+
this.e("Invalid");
|
|
172805
|
+
},
|
|
172806
|
+
enumerable: false,
|
|
172807
|
+
configurable: true
|
|
172808
|
+
});
|
|
172809
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "valueMode", {
|
|
172810
|
+
get: function () {
|
|
172811
|
+
return this.ai;
|
|
172812
|
+
},
|
|
172813
|
+
set: function (a) {
|
|
172814
|
+
this.ai = a;
|
|
172815
|
+
this.e("ValueMode");
|
|
172816
|
+
},
|
|
172817
|
+
enumerable: false,
|
|
172818
|
+
configurable: true
|
|
172819
|
+
});
|
|
172820
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "value", {
|
|
172821
|
+
get: function () {
|
|
172822
|
+
return this.ah;
|
|
172823
|
+
},
|
|
172824
|
+
set: function (a) {
|
|
172825
|
+
this.ah = a;
|
|
172826
|
+
this.e("Value");
|
|
172827
|
+
},
|
|
172828
|
+
enumerable: false,
|
|
172829
|
+
configurable: true
|
|
172830
|
+
});
|
|
172831
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "mask", {
|
|
172832
|
+
get: function () {
|
|
172833
|
+
return this.af;
|
|
172834
|
+
},
|
|
172835
|
+
set: function (a) {
|
|
172836
|
+
this.af = a;
|
|
172837
|
+
this.e("Mask");
|
|
172838
|
+
},
|
|
172839
|
+
enumerable: false,
|
|
172840
|
+
configurable: true
|
|
172841
|
+
});
|
|
172842
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "prompt", {
|
|
172843
|
+
get: function () {
|
|
172844
|
+
return this.ag;
|
|
172845
|
+
},
|
|
172846
|
+
set: function (a) {
|
|
172847
|
+
this.ag = a;
|
|
172848
|
+
this.e("Prompt");
|
|
172849
|
+
},
|
|
172850
|
+
enumerable: false,
|
|
172851
|
+
configurable: true
|
|
172852
|
+
});
|
|
172853
|
+
WebMaskInputDescription.$t = markType(WebMaskInputDescription, 'WebMaskInputDescription', WebInputBaseDescription.$);
|
|
172854
|
+
return WebMaskInputDescription;
|
|
172855
|
+
}(WebInputBaseDescription));
|
|
172856
|
+
|
|
172857
|
+
/*
|
|
172858
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
172859
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
172860
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
172861
|
+
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.
|
|
172862
|
+
*/
|
|
172863
|
+
/**
|
|
172864
|
+
* @hidden
|
|
172865
|
+
*/
|
|
172866
|
+
var WebMaskInputDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
172867
|
+
tslib.__extends(WebMaskInputDescriptionMetadata, _super);
|
|
172868
|
+
function WebMaskInputDescriptionMetadata() {
|
|
172869
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
172870
|
+
}
|
|
172871
|
+
WebMaskInputDescriptionMetadata.b = function (a) {
|
|
172872
|
+
if (WebMaskInputDescriptionMetadata.a == null) {
|
|
172873
|
+
WebMaskInputDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
172874
|
+
WebMaskInputDescriptionMetadata.c(WebMaskInputDescriptionMetadata.a);
|
|
172875
|
+
}
|
|
172876
|
+
if (a.g(WebMaskInputDescriptionMetadata.a)) {
|
|
172877
|
+
return;
|
|
172878
|
+
}
|
|
172879
|
+
a.s(WebMaskInputDescriptionMetadata.a);
|
|
172880
|
+
};
|
|
172881
|
+
WebMaskInputDescriptionMetadata.c = function (a) {
|
|
172882
|
+
WebInputBaseDescriptionMetadata.c(a);
|
|
172883
|
+
a.item("__qualifiedNameTS", "String:MaskInput");
|
|
172884
|
+
a.item("Dir", "ExportedType:string:MaskInputDir");
|
|
172885
|
+
a.item("Dir@names", "Ltr;Rtl;Auto");
|
|
172886
|
+
a.item("Invalid", "Boolean");
|
|
172887
|
+
a.item("ValueMode", "ExportedType:string:MaskInputValueMode");
|
|
172888
|
+
a.item("ValueMode@names", "Raw;WithFormatting");
|
|
172889
|
+
a.item("Value", "String");
|
|
172890
|
+
a.item("Mask", "String");
|
|
172891
|
+
a.item("Prompt", "String");
|
|
172892
|
+
};
|
|
172893
|
+
WebMaskInputDescriptionMetadata.d = function (a) {
|
|
172894
|
+
WebMaskInputDescriptionMetadata.b(a);
|
|
172895
|
+
a.u("WebMaskInput", function () { return new WebMaskInputDescription(); });
|
|
172896
|
+
a.t("WebMaskInput", WebMaskInputDescriptionMetadata.a);
|
|
172897
|
+
};
|
|
172898
|
+
WebMaskInputDescriptionMetadata.$t = markType(WebMaskInputDescriptionMetadata, 'WebMaskInputDescriptionMetadata');
|
|
172899
|
+
WebMaskInputDescriptionMetadata.a = null;
|
|
172900
|
+
return WebMaskInputDescriptionMetadata;
|
|
172901
|
+
}(Base));
|
|
172902
|
+
|
|
172903
|
+
/*
|
|
172904
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
172905
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
172906
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
172907
|
+
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.
|
|
172908
|
+
*/
|
|
172909
|
+
/**
|
|
172910
|
+
* @hidden
|
|
172911
|
+
*/
|
|
172912
|
+
var WebMaskInputDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
172913
|
+
tslib.__extends(WebMaskInputDescriptionModule, _super);
|
|
172914
|
+
function WebMaskInputDescriptionModule() {
|
|
172915
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
172916
|
+
}
|
|
172917
|
+
WebMaskInputDescriptionModule.register = function (a) {
|
|
172918
|
+
WebInputBaseDescriptionModule.register(a);
|
|
172919
|
+
WebMaskInputDescriptionMetadata.d(a);
|
|
172920
|
+
};
|
|
172921
|
+
WebMaskInputDescriptionModule.$t = markType(WebMaskInputDescriptionModule, 'WebMaskInputDescriptionModule');
|
|
172922
|
+
return WebMaskInputDescriptionModule;
|
|
172923
|
+
}(Base));
|
|
172924
|
+
|
|
172443
172925
|
/*
|
|
172444
172926
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
172445
172927
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -176047,6 +176529,593 @@
|
|
|
176047
176529
|
return WebToastDescriptionModule;
|
|
176048
176530
|
}(Base));
|
|
176049
176531
|
|
|
176532
|
+
/*
|
|
176533
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176534
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
176535
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
176536
|
+
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.
|
|
176537
|
+
*/
|
|
176538
|
+
/**
|
|
176539
|
+
* @hidden
|
|
176540
|
+
*/
|
|
176541
|
+
var WebTreeDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
176542
|
+
tslib.__extends(WebTreeDescription, _super);
|
|
176543
|
+
function WebTreeDescription() {
|
|
176544
|
+
var _this = _super.call(this) || this;
|
|
176545
|
+
_this.f = false;
|
|
176546
|
+
_this.n = null;
|
|
176547
|
+
_this.i = null;
|
|
176548
|
+
_this.p = null;
|
|
176549
|
+
_this.o = null;
|
|
176550
|
+
_this.m = null;
|
|
176551
|
+
_this.l = null;
|
|
176552
|
+
_this.k = null;
|
|
176553
|
+
_this.j = null;
|
|
176554
|
+
_this.h = null;
|
|
176555
|
+
return _this;
|
|
176556
|
+
}
|
|
176557
|
+
WebTreeDescription.prototype.get_type = function () {
|
|
176558
|
+
return "WebTree";
|
|
176559
|
+
};
|
|
176560
|
+
Object.defineProperty(WebTreeDescription.prototype, "type", {
|
|
176561
|
+
get: function () {
|
|
176562
|
+
return this.get_type();
|
|
176563
|
+
},
|
|
176564
|
+
enumerable: false,
|
|
176565
|
+
configurable: true
|
|
176566
|
+
});
|
|
176567
|
+
Object.defineProperty(WebTreeDescription.prototype, "singleBranchExpand", {
|
|
176568
|
+
get: function () {
|
|
176569
|
+
return this.f;
|
|
176570
|
+
},
|
|
176571
|
+
set: function (a) {
|
|
176572
|
+
this.f = a;
|
|
176573
|
+
this.e("SingleBranchExpand");
|
|
176574
|
+
},
|
|
176575
|
+
enumerable: false,
|
|
176576
|
+
configurable: true
|
|
176577
|
+
});
|
|
176578
|
+
Object.defineProperty(WebTreeDescription.prototype, "selection", {
|
|
176579
|
+
get: function () {
|
|
176580
|
+
return this.n;
|
|
176581
|
+
},
|
|
176582
|
+
set: function (a) {
|
|
176583
|
+
this.n = a;
|
|
176584
|
+
this.e("Selection");
|
|
176585
|
+
},
|
|
176586
|
+
enumerable: false,
|
|
176587
|
+
configurable: true
|
|
176588
|
+
});
|
|
176589
|
+
Object.defineProperty(WebTreeDescription.prototype, "dir", {
|
|
176590
|
+
get: function () {
|
|
176591
|
+
return this.i;
|
|
176592
|
+
},
|
|
176593
|
+
set: function (a) {
|
|
176594
|
+
this.i = a;
|
|
176595
|
+
this.e("Dir");
|
|
176596
|
+
},
|
|
176597
|
+
enumerable: false,
|
|
176598
|
+
configurable: true
|
|
176599
|
+
});
|
|
176600
|
+
Object.defineProperty(WebTreeDescription.prototype, "size", {
|
|
176601
|
+
get: function () {
|
|
176602
|
+
return this.p;
|
|
176603
|
+
},
|
|
176604
|
+
set: function (a) {
|
|
176605
|
+
this.p = a;
|
|
176606
|
+
this.e("Size");
|
|
176607
|
+
},
|
|
176608
|
+
enumerable: false,
|
|
176609
|
+
configurable: true
|
|
176610
|
+
});
|
|
176611
|
+
Object.defineProperty(WebTreeDescription.prototype, "selectionChangedRef", {
|
|
176612
|
+
get: function () {
|
|
176613
|
+
return this.o;
|
|
176614
|
+
},
|
|
176615
|
+
set: function (a) {
|
|
176616
|
+
this.o = a;
|
|
176617
|
+
this.e("SelectionChangedRef");
|
|
176618
|
+
},
|
|
176619
|
+
enumerable: false,
|
|
176620
|
+
configurable: true
|
|
176621
|
+
});
|
|
176622
|
+
Object.defineProperty(WebTreeDescription.prototype, "itemExpandingRef", {
|
|
176623
|
+
get: function () {
|
|
176624
|
+
return this.m;
|
|
176625
|
+
},
|
|
176626
|
+
set: function (a) {
|
|
176627
|
+
this.m = a;
|
|
176628
|
+
this.e("ItemExpandingRef");
|
|
176629
|
+
},
|
|
176630
|
+
enumerable: false,
|
|
176631
|
+
configurable: true
|
|
176632
|
+
});
|
|
176633
|
+
Object.defineProperty(WebTreeDescription.prototype, "itemExpandedRef", {
|
|
176634
|
+
get: function () {
|
|
176635
|
+
return this.l;
|
|
176636
|
+
},
|
|
176637
|
+
set: function (a) {
|
|
176638
|
+
this.l = a;
|
|
176639
|
+
this.e("ItemExpandedRef");
|
|
176640
|
+
},
|
|
176641
|
+
enumerable: false,
|
|
176642
|
+
configurable: true
|
|
176643
|
+
});
|
|
176644
|
+
Object.defineProperty(WebTreeDescription.prototype, "itemCollapsingRef", {
|
|
176645
|
+
get: function () {
|
|
176646
|
+
return this.k;
|
|
176647
|
+
},
|
|
176648
|
+
set: function (a) {
|
|
176649
|
+
this.k = a;
|
|
176650
|
+
this.e("ItemCollapsingRef");
|
|
176651
|
+
},
|
|
176652
|
+
enumerable: false,
|
|
176653
|
+
configurable: true
|
|
176654
|
+
});
|
|
176655
|
+
Object.defineProperty(WebTreeDescription.prototype, "itemCollapsedRef", {
|
|
176656
|
+
get: function () {
|
|
176657
|
+
return this.j;
|
|
176658
|
+
},
|
|
176659
|
+
set: function (a) {
|
|
176660
|
+
this.j = a;
|
|
176661
|
+
this.e("ItemCollapsedRef");
|
|
176662
|
+
},
|
|
176663
|
+
enumerable: false,
|
|
176664
|
+
configurable: true
|
|
176665
|
+
});
|
|
176666
|
+
Object.defineProperty(WebTreeDescription.prototype, "activeItemRef", {
|
|
176667
|
+
get: function () {
|
|
176668
|
+
return this.h;
|
|
176669
|
+
},
|
|
176670
|
+
set: function (a) {
|
|
176671
|
+
this.h = a;
|
|
176672
|
+
this.e("ActiveItemRef");
|
|
176673
|
+
},
|
|
176674
|
+
enumerable: false,
|
|
176675
|
+
configurable: true
|
|
176676
|
+
});
|
|
176677
|
+
WebTreeDescription.$t = markType(WebTreeDescription, 'WebTreeDescription', Description.$);
|
|
176678
|
+
return WebTreeDescription;
|
|
176679
|
+
}(Description));
|
|
176680
|
+
|
|
176681
|
+
/*
|
|
176682
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176683
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
176684
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
176685
|
+
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.
|
|
176686
|
+
*/
|
|
176687
|
+
/**
|
|
176688
|
+
* @hidden
|
|
176689
|
+
*/
|
|
176690
|
+
var WebTreeSelectionOptionsEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
176691
|
+
tslib.__extends(WebTreeSelectionOptionsEventArgsDescription, _super);
|
|
176692
|
+
function WebTreeSelectionOptionsEventArgsDescription() {
|
|
176693
|
+
var _this = _super.call(this) || this;
|
|
176694
|
+
_this.f = null;
|
|
176695
|
+
return _this;
|
|
176696
|
+
}
|
|
176697
|
+
WebTreeSelectionOptionsEventArgsDescription.prototype.get_type = function () {
|
|
176698
|
+
return "WebTreeSelectionOptionsEventArgs";
|
|
176699
|
+
};
|
|
176700
|
+
Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "type", {
|
|
176701
|
+
get: function () {
|
|
176702
|
+
return this.get_type();
|
|
176703
|
+
},
|
|
176704
|
+
enumerable: false,
|
|
176705
|
+
configurable: true
|
|
176706
|
+
});
|
|
176707
|
+
Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "newSelection", {
|
|
176708
|
+
get: function () {
|
|
176709
|
+
return this.f;
|
|
176710
|
+
},
|
|
176711
|
+
set: function (a) {
|
|
176712
|
+
this.f = a;
|
|
176713
|
+
this.e("NewSelection");
|
|
176714
|
+
},
|
|
176715
|
+
enumerable: false,
|
|
176716
|
+
configurable: true
|
|
176717
|
+
});
|
|
176718
|
+
WebTreeSelectionOptionsEventArgsDescription.$t = markType(WebTreeSelectionOptionsEventArgsDescription, 'WebTreeSelectionOptionsEventArgsDescription', Description.$);
|
|
176719
|
+
return WebTreeSelectionOptionsEventArgsDescription;
|
|
176720
|
+
}(Description));
|
|
176721
|
+
|
|
176722
|
+
/*
|
|
176723
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176724
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
176725
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
176726
|
+
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.
|
|
176727
|
+
*/
|
|
176728
|
+
/**
|
|
176729
|
+
* @hidden
|
|
176730
|
+
*/
|
|
176731
|
+
var WebTreeSelectionOptionsEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
176732
|
+
tslib.__extends(WebTreeSelectionOptionsEventArgsDescriptionMetadata, _super);
|
|
176733
|
+
function WebTreeSelectionOptionsEventArgsDescriptionMetadata() {
|
|
176734
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
176735
|
+
}
|
|
176736
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.b = function (a) {
|
|
176737
|
+
if (WebTreeSelectionOptionsEventArgsDescriptionMetadata.a == null) {
|
|
176738
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
176739
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.c(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
176740
|
+
}
|
|
176741
|
+
if (a.g(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a)) {
|
|
176742
|
+
return;
|
|
176743
|
+
}
|
|
176744
|
+
a.s(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
176745
|
+
};
|
|
176746
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.c = function (a) {
|
|
176747
|
+
a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventArgs");
|
|
176748
|
+
a.item("NewSelection", "Collection:WebTreeItem:WebTreeItemCollection:WebTreeItem");
|
|
176749
|
+
};
|
|
176750
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.d = function (a) {
|
|
176751
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.b(a);
|
|
176752
|
+
a.u("WebTreeSelectionOptionsEventArgs", function () { return new WebTreeSelectionOptionsEventArgsDescription(); });
|
|
176753
|
+
a.t("WebTreeSelectionOptionsEventArgs", WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
176754
|
+
};
|
|
176755
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.$t = markType(WebTreeSelectionOptionsEventArgsDescriptionMetadata, 'WebTreeSelectionOptionsEventArgsDescriptionMetadata');
|
|
176756
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = null;
|
|
176757
|
+
return WebTreeSelectionOptionsEventArgsDescriptionMetadata;
|
|
176758
|
+
}(Base));
|
|
176759
|
+
|
|
176760
|
+
/*
|
|
176761
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176762
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
176763
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
176764
|
+
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.
|
|
176765
|
+
*/
|
|
176766
|
+
/**
|
|
176767
|
+
* @hidden
|
|
176768
|
+
*/
|
|
176769
|
+
var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
176770
|
+
tslib.__extends(WebTreeItemDescription, _super);
|
|
176771
|
+
function WebTreeItemDescription() {
|
|
176772
|
+
var _this = _super.call(this) || this;
|
|
176773
|
+
_this.f = null;
|
|
176774
|
+
_this.r = 0;
|
|
176775
|
+
_this.v = null;
|
|
176776
|
+
_this.j = false;
|
|
176777
|
+
_this.h = false;
|
|
176778
|
+
_this.i = false;
|
|
176779
|
+
_this.l = false;
|
|
176780
|
+
_this.k = false;
|
|
176781
|
+
_this.t = null;
|
|
176782
|
+
return _this;
|
|
176783
|
+
}
|
|
176784
|
+
WebTreeItemDescription.prototype.get_type = function () {
|
|
176785
|
+
return "WebTreeItem";
|
|
176786
|
+
};
|
|
176787
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "type", {
|
|
176788
|
+
get: function () {
|
|
176789
|
+
return this.get_type();
|
|
176790
|
+
},
|
|
176791
|
+
enumerable: false,
|
|
176792
|
+
configurable: true
|
|
176793
|
+
});
|
|
176794
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "parent", {
|
|
176795
|
+
get: function () {
|
|
176796
|
+
return this.f;
|
|
176797
|
+
},
|
|
176798
|
+
set: function (a) {
|
|
176799
|
+
this.f = a;
|
|
176800
|
+
this.e("Parent");
|
|
176801
|
+
},
|
|
176802
|
+
enumerable: false,
|
|
176803
|
+
configurable: true
|
|
176804
|
+
});
|
|
176805
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "level", {
|
|
176806
|
+
get: function () {
|
|
176807
|
+
return this.r;
|
|
176808
|
+
},
|
|
176809
|
+
set: function (a) {
|
|
176810
|
+
this.r = a;
|
|
176811
|
+
this.e("Level");
|
|
176812
|
+
},
|
|
176813
|
+
enumerable: false,
|
|
176814
|
+
configurable: true
|
|
176815
|
+
});
|
|
176816
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "label", {
|
|
176817
|
+
get: function () {
|
|
176818
|
+
return this.v;
|
|
176819
|
+
},
|
|
176820
|
+
set: function (a) {
|
|
176821
|
+
this.v = a;
|
|
176822
|
+
this.e("Label");
|
|
176823
|
+
},
|
|
176824
|
+
enumerable: false,
|
|
176825
|
+
configurable: true
|
|
176826
|
+
});
|
|
176827
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "expanded", {
|
|
176828
|
+
get: function () {
|
|
176829
|
+
return this.j;
|
|
176830
|
+
},
|
|
176831
|
+
set: function (a) {
|
|
176832
|
+
this.j = a;
|
|
176833
|
+
this.e("Expanded");
|
|
176834
|
+
},
|
|
176835
|
+
enumerable: false,
|
|
176836
|
+
configurable: true
|
|
176837
|
+
});
|
|
176838
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "active", {
|
|
176839
|
+
get: function () {
|
|
176840
|
+
return this.h;
|
|
176841
|
+
},
|
|
176842
|
+
set: function (a) {
|
|
176843
|
+
this.h = a;
|
|
176844
|
+
this.e("Active");
|
|
176845
|
+
},
|
|
176846
|
+
enumerable: false,
|
|
176847
|
+
configurable: true
|
|
176848
|
+
});
|
|
176849
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "disabled", {
|
|
176850
|
+
get: function () {
|
|
176851
|
+
return this.i;
|
|
176852
|
+
},
|
|
176853
|
+
set: function (a) {
|
|
176854
|
+
this.i = a;
|
|
176855
|
+
this.e("Disabled");
|
|
176856
|
+
},
|
|
176857
|
+
enumerable: false,
|
|
176858
|
+
configurable: true
|
|
176859
|
+
});
|
|
176860
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "selected", {
|
|
176861
|
+
get: function () {
|
|
176862
|
+
return this.l;
|
|
176863
|
+
},
|
|
176864
|
+
set: function (a) {
|
|
176865
|
+
this.l = a;
|
|
176866
|
+
this.e("Selected");
|
|
176867
|
+
},
|
|
176868
|
+
enumerable: false,
|
|
176869
|
+
configurable: true
|
|
176870
|
+
});
|
|
176871
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "loading", {
|
|
176872
|
+
get: function () {
|
|
176873
|
+
return this.k;
|
|
176874
|
+
},
|
|
176875
|
+
set: function (a) {
|
|
176876
|
+
this.k = a;
|
|
176877
|
+
this.e("Loading");
|
|
176878
|
+
},
|
|
176879
|
+
enumerable: false,
|
|
176880
|
+
configurable: true
|
|
176881
|
+
});
|
|
176882
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "value", {
|
|
176883
|
+
get: function () {
|
|
176884
|
+
return this.t;
|
|
176885
|
+
},
|
|
176886
|
+
set: function (a) {
|
|
176887
|
+
this.t = a;
|
|
176888
|
+
this.e("Value");
|
|
176889
|
+
},
|
|
176890
|
+
enumerable: false,
|
|
176891
|
+
configurable: true
|
|
176892
|
+
});
|
|
176893
|
+
WebTreeItemDescription.$t = markType(WebTreeItemDescription, 'WebTreeItemDescription', Description.$);
|
|
176894
|
+
return WebTreeItemDescription;
|
|
176895
|
+
}(Description));
|
|
176896
|
+
|
|
176897
|
+
/*
|
|
176898
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176899
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
176900
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
176901
|
+
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.
|
|
176902
|
+
*/
|
|
176903
|
+
/**
|
|
176904
|
+
* @hidden
|
|
176905
|
+
*/
|
|
176906
|
+
var WebTreeItemDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
176907
|
+
tslib.__extends(WebTreeItemDescriptionMetadata, _super);
|
|
176908
|
+
function WebTreeItemDescriptionMetadata() {
|
|
176909
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
176910
|
+
}
|
|
176911
|
+
WebTreeItemDescriptionMetadata.b = function (a) {
|
|
176912
|
+
if (WebTreeItemDescriptionMetadata.a == null) {
|
|
176913
|
+
WebTreeItemDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
176914
|
+
WebTreeItemDescriptionMetadata.c(WebTreeItemDescriptionMetadata.a);
|
|
176915
|
+
}
|
|
176916
|
+
if (a.g(WebTreeItemDescriptionMetadata.a)) {
|
|
176917
|
+
return;
|
|
176918
|
+
}
|
|
176919
|
+
a.s(WebTreeItemDescriptionMetadata.a);
|
|
176920
|
+
WebTreeItemDescriptionMetadata.d(a);
|
|
176921
|
+
};
|
|
176922
|
+
WebTreeItemDescriptionMetadata.c = function (a) {
|
|
176923
|
+
a.item("__qualifiedNameTS", "String:TreeItem");
|
|
176924
|
+
a.item("Parent", "ExportedType:WebTreeItem");
|
|
176925
|
+
a.item("Level", "Number:double");
|
|
176926
|
+
a.item("Label", "String");
|
|
176927
|
+
a.item("Expanded", "Boolean");
|
|
176928
|
+
a.item("Active", "Boolean");
|
|
176929
|
+
a.item("Disabled", "Boolean");
|
|
176930
|
+
a.item("Selected", "Boolean");
|
|
176931
|
+
a.item("Loading", "Boolean");
|
|
176932
|
+
a.item("Value", "Unknown");
|
|
176933
|
+
};
|
|
176934
|
+
WebTreeItemDescriptionMetadata.d = function (a) {
|
|
176935
|
+
WebTreeItemDescriptionMetadata.b(a);
|
|
176936
|
+
a.u("WebTreeItem", function () { return new WebTreeItemDescription(); });
|
|
176937
|
+
a.t("WebTreeItem", WebTreeItemDescriptionMetadata.a);
|
|
176938
|
+
};
|
|
176939
|
+
WebTreeItemDescriptionMetadata.$t = markType(WebTreeItemDescriptionMetadata, 'WebTreeItemDescriptionMetadata');
|
|
176940
|
+
WebTreeItemDescriptionMetadata.a = null;
|
|
176941
|
+
return WebTreeItemDescriptionMetadata;
|
|
176942
|
+
}(Base));
|
|
176943
|
+
|
|
176944
|
+
/*
|
|
176945
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176946
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
176947
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
176948
|
+
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.
|
|
176949
|
+
*/
|
|
176950
|
+
/**
|
|
176951
|
+
* @hidden
|
|
176952
|
+
*/
|
|
176953
|
+
var WebTreeItemComponentEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
176954
|
+
tslib.__extends(WebTreeItemComponentEventArgsDescription, _super);
|
|
176955
|
+
function WebTreeItemComponentEventArgsDescription() {
|
|
176956
|
+
var _this = _super.call(this) || this;
|
|
176957
|
+
_this.f = null;
|
|
176958
|
+
return _this;
|
|
176959
|
+
}
|
|
176960
|
+
WebTreeItemComponentEventArgsDescription.prototype.get_type = function () {
|
|
176961
|
+
return "WebTreeItemComponentEventArgs";
|
|
176962
|
+
};
|
|
176963
|
+
Object.defineProperty(WebTreeItemComponentEventArgsDescription.prototype, "type", {
|
|
176964
|
+
get: function () {
|
|
176965
|
+
return this.get_type();
|
|
176966
|
+
},
|
|
176967
|
+
enumerable: false,
|
|
176968
|
+
configurable: true
|
|
176969
|
+
});
|
|
176970
|
+
Object.defineProperty(WebTreeItemComponentEventArgsDescription.prototype, "detail", {
|
|
176971
|
+
get: function () {
|
|
176972
|
+
return this.f;
|
|
176973
|
+
},
|
|
176974
|
+
set: function (a) {
|
|
176975
|
+
this.f = a;
|
|
176976
|
+
this.e("Detail");
|
|
176977
|
+
},
|
|
176978
|
+
enumerable: false,
|
|
176979
|
+
configurable: true
|
|
176980
|
+
});
|
|
176981
|
+
WebTreeItemComponentEventArgsDescription.$t = markType(WebTreeItemComponentEventArgsDescription, 'WebTreeItemComponentEventArgsDescription', Description.$);
|
|
176982
|
+
return WebTreeItemComponentEventArgsDescription;
|
|
176983
|
+
}(Description));
|
|
176984
|
+
|
|
176985
|
+
/*
|
|
176986
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176987
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
176988
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
176989
|
+
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.
|
|
176990
|
+
*/
|
|
176991
|
+
/**
|
|
176992
|
+
* @hidden
|
|
176993
|
+
*/
|
|
176994
|
+
var WebTreeItemComponentEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
176995
|
+
tslib.__extends(WebTreeItemComponentEventArgsDescriptionMetadata, _super);
|
|
176996
|
+
function WebTreeItemComponentEventArgsDescriptionMetadata() {
|
|
176997
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
176998
|
+
}
|
|
176999
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.b = function (a) {
|
|
177000
|
+
if (WebTreeItemComponentEventArgsDescriptionMetadata.a == null) {
|
|
177001
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
177002
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.c(WebTreeItemComponentEventArgsDescriptionMetadata.a);
|
|
177003
|
+
}
|
|
177004
|
+
if (a.g(WebTreeItemComponentEventArgsDescriptionMetadata.a)) {
|
|
177005
|
+
return;
|
|
177006
|
+
}
|
|
177007
|
+
a.s(WebTreeItemComponentEventArgsDescriptionMetadata.a);
|
|
177008
|
+
WebTreeItemDescriptionMetadata.d(a);
|
|
177009
|
+
};
|
|
177010
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.c = function (a) {
|
|
177011
|
+
a.item("__qualifiedNameTS", "String:TreeItemComponentEventArgs");
|
|
177012
|
+
a.item("Detail", "ExportedType:WebTreeItem");
|
|
177013
|
+
};
|
|
177014
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.d = function (a) {
|
|
177015
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.b(a);
|
|
177016
|
+
a.u("WebTreeItemComponentEventArgs", function () { return new WebTreeItemComponentEventArgsDescription(); });
|
|
177017
|
+
a.t("WebTreeItemComponentEventArgs", WebTreeItemComponentEventArgsDescriptionMetadata.a);
|
|
177018
|
+
};
|
|
177019
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.$t = markType(WebTreeItemComponentEventArgsDescriptionMetadata, 'WebTreeItemComponentEventArgsDescriptionMetadata');
|
|
177020
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.a = null;
|
|
177021
|
+
return WebTreeItemComponentEventArgsDescriptionMetadata;
|
|
177022
|
+
}(Base));
|
|
177023
|
+
|
|
177024
|
+
/*
|
|
177025
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
177026
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
177027
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
177028
|
+
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.
|
|
177029
|
+
*/
|
|
177030
|
+
/**
|
|
177031
|
+
* @hidden
|
|
177032
|
+
*/
|
|
177033
|
+
var WebTreeDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
177034
|
+
tslib.__extends(WebTreeDescriptionMetadata, _super);
|
|
177035
|
+
function WebTreeDescriptionMetadata() {
|
|
177036
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
177037
|
+
}
|
|
177038
|
+
WebTreeDescriptionMetadata.b = function (a) {
|
|
177039
|
+
if (WebTreeDescriptionMetadata.a == null) {
|
|
177040
|
+
WebTreeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
177041
|
+
WebTreeDescriptionMetadata.c(WebTreeDescriptionMetadata.a);
|
|
177042
|
+
}
|
|
177043
|
+
if (a.g(WebTreeDescriptionMetadata.a)) {
|
|
177044
|
+
return;
|
|
177045
|
+
}
|
|
177046
|
+
a.s(WebTreeDescriptionMetadata.a);
|
|
177047
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.d(a);
|
|
177048
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.d(a);
|
|
177049
|
+
};
|
|
177050
|
+
WebTreeDescriptionMetadata.c = function (a) {
|
|
177051
|
+
a.item("__qualifiedNameTS", "String:Tree");
|
|
177052
|
+
a.item("SingleBranchExpand", "Boolean");
|
|
177053
|
+
a.item("Selection", "ExportedType:string:TreeSelection");
|
|
177054
|
+
a.item("Selection@names", "Multiple;None;Cascade");
|
|
177055
|
+
a.item("Dir", "ExportedType:string:TreeDir");
|
|
177056
|
+
a.item("Dir@names", "Ltr;Rtl;Auto");
|
|
177057
|
+
a.item("Size", "ExportedType:string:SizableComponentSize");
|
|
177058
|
+
a.item("Size@names", "Large;Small;Medium");
|
|
177059
|
+
a.item("SelectionChangedRef", "EventRef::selectionChanged");
|
|
177060
|
+
a.item("ItemExpandingRef", "EventRef::itemExpanding");
|
|
177061
|
+
a.item("ItemExpandedRef", "EventRef::itemExpanded");
|
|
177062
|
+
a.item("ItemCollapsingRef", "EventRef::itemCollapsing");
|
|
177063
|
+
a.item("ItemCollapsedRef", "EventRef::itemCollapsed");
|
|
177064
|
+
a.item("ActiveItemRef", "EventRef::activeItem");
|
|
177065
|
+
};
|
|
177066
|
+
WebTreeDescriptionMetadata.d = function (a) {
|
|
177067
|
+
WebTreeDescriptionMetadata.b(a);
|
|
177068
|
+
a.u("WebTree", function () { return new WebTreeDescription(); });
|
|
177069
|
+
a.t("WebTree", WebTreeDescriptionMetadata.a);
|
|
177070
|
+
};
|
|
177071
|
+
WebTreeDescriptionMetadata.$t = markType(WebTreeDescriptionMetadata, 'WebTreeDescriptionMetadata');
|
|
177072
|
+
WebTreeDescriptionMetadata.a = null;
|
|
177073
|
+
return WebTreeDescriptionMetadata;
|
|
177074
|
+
}(Base));
|
|
177075
|
+
|
|
177076
|
+
/*
|
|
177077
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
177078
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
177079
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
177080
|
+
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.
|
|
177081
|
+
*/
|
|
177082
|
+
/**
|
|
177083
|
+
* @hidden
|
|
177084
|
+
*/
|
|
177085
|
+
var WebTreeItemDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
177086
|
+
tslib.__extends(WebTreeItemDescriptionModule, _super);
|
|
177087
|
+
function WebTreeItemDescriptionModule() {
|
|
177088
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
177089
|
+
}
|
|
177090
|
+
WebTreeItemDescriptionModule.register = function (a) {
|
|
177091
|
+
WebTreeItemDescriptionMetadata.d(a);
|
|
177092
|
+
};
|
|
177093
|
+
WebTreeItemDescriptionModule.$t = markType(WebTreeItemDescriptionModule, 'WebTreeItemDescriptionModule');
|
|
177094
|
+
return WebTreeItemDescriptionModule;
|
|
177095
|
+
}(Base));
|
|
177096
|
+
|
|
177097
|
+
/*
|
|
177098
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
177099
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
177100
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
177101
|
+
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.
|
|
177102
|
+
*/
|
|
177103
|
+
/**
|
|
177104
|
+
* @hidden
|
|
177105
|
+
*/
|
|
177106
|
+
var WebTreeDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
177107
|
+
tslib.__extends(WebTreeDescriptionModule, _super);
|
|
177108
|
+
function WebTreeDescriptionModule() {
|
|
177109
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
177110
|
+
}
|
|
177111
|
+
WebTreeDescriptionModule.register = function (a) {
|
|
177112
|
+
WebTreeItemDescriptionModule.register(a);
|
|
177113
|
+
WebTreeDescriptionMetadata.d(a);
|
|
177114
|
+
};
|
|
177115
|
+
WebTreeDescriptionModule.$t = markType(WebTreeDescriptionModule, 'WebTreeDescriptionModule');
|
|
177116
|
+
return WebTreeDescriptionModule;
|
|
177117
|
+
}(Base));
|
|
177118
|
+
|
|
176050
177119
|
/*
|
|
176051
177120
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176052
177121
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -219347,6 +220416,11 @@
|
|
|
219347
220416
|
exports.WebDropdownItemDescription = WebDropdownItemDescription;
|
|
219348
220417
|
exports.WebDropdownItemDescriptionMetadata = WebDropdownItemDescriptionMetadata;
|
|
219349
220418
|
exports.WebDropdownItemDescriptionModule = WebDropdownItemDescriptionModule;
|
|
220419
|
+
exports.WebExpansionPanelComponentEventArgsDescription = WebExpansionPanelComponentEventArgsDescription;
|
|
220420
|
+
exports.WebExpansionPanelComponentEventArgsDescriptionMetadata = WebExpansionPanelComponentEventArgsDescriptionMetadata;
|
|
220421
|
+
exports.WebExpansionPanelDescription = WebExpansionPanelDescription;
|
|
220422
|
+
exports.WebExpansionPanelDescriptionMetadata = WebExpansionPanelDescriptionMetadata;
|
|
220423
|
+
exports.WebExpansionPanelDescriptionModule = WebExpansionPanelDescriptionModule;
|
|
219350
220424
|
exports.WebFloatPaneActionDescription = WebFloatPaneActionDescription;
|
|
219351
220425
|
exports.WebFloatPaneActionDescriptionMetadata = WebFloatPaneActionDescriptionMetadata;
|
|
219352
220426
|
exports.WebFloatingPaneResizeEventArgsDescription = WebFloatingPaneResizeEventArgsDescription;
|
|
@@ -219385,6 +220459,9 @@
|
|
|
219385
220459
|
exports.WebListItemDescription = WebListItemDescription;
|
|
219386
220460
|
exports.WebListItemDescriptionMetadata = WebListItemDescriptionMetadata;
|
|
219387
220461
|
exports.WebListItemDescriptionModule = WebListItemDescriptionModule;
|
|
220462
|
+
exports.WebMaskInputDescription = WebMaskInputDescription;
|
|
220463
|
+
exports.WebMaskInputDescriptionMetadata = WebMaskInputDescriptionMetadata;
|
|
220464
|
+
exports.WebMaskInputDescriptionModule = WebMaskInputDescriptionModule;
|
|
219388
220465
|
exports.WebMoveFloatingPaneActionDescription = WebMoveFloatingPaneActionDescription;
|
|
219389
220466
|
exports.WebMoveFloatingPaneActionDescriptionMetadata = WebMoveFloatingPaneActionDescriptionMetadata;
|
|
219390
220467
|
exports.WebMoveTabActionDescription = WebMoveTabActionDescription;
|
|
@@ -219474,6 +220551,16 @@
|
|
|
219474
220551
|
exports.WebToastDescription = WebToastDescription;
|
|
219475
220552
|
exports.WebToastDescriptionMetadata = WebToastDescriptionMetadata;
|
|
219476
220553
|
exports.WebToastDescriptionModule = WebToastDescriptionModule;
|
|
220554
|
+
exports.WebTreeDescription = WebTreeDescription;
|
|
220555
|
+
exports.WebTreeDescriptionMetadata = WebTreeDescriptionMetadata;
|
|
220556
|
+
exports.WebTreeDescriptionModule = WebTreeDescriptionModule;
|
|
220557
|
+
exports.WebTreeItemComponentEventArgsDescription = WebTreeItemComponentEventArgsDescription;
|
|
220558
|
+
exports.WebTreeItemComponentEventArgsDescriptionMetadata = WebTreeItemComponentEventArgsDescriptionMetadata;
|
|
220559
|
+
exports.WebTreeItemDescription = WebTreeItemDescription;
|
|
220560
|
+
exports.WebTreeItemDescriptionMetadata = WebTreeItemDescriptionMetadata;
|
|
220561
|
+
exports.WebTreeItemDescriptionModule = WebTreeItemDescriptionModule;
|
|
220562
|
+
exports.WebTreeSelectionOptionsEventArgsDescription = WebTreeSelectionOptionsEventArgsDescription;
|
|
220563
|
+
exports.WebTreeSelectionOptionsEventArgsDescriptionMetadata = WebTreeSelectionOptionsEventArgsDescriptionMetadata;
|
|
219477
220564
|
exports.WebValueChangedEventArgsDescription = WebValueChangedEventArgsDescription;
|
|
219478
220565
|
exports.WebValueChangedEventArgsDescriptionMetadata = WebValueChangedEventArgsDescriptionMetadata;
|
|
219479
220566
|
exports.WeightedCloseIndicatorDescription = WeightedCloseIndicatorDescription;
|