igniteui-angular-core 21.0.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.
- package/bundles/igniteui-angular-core.umd.js +4494 -2941
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/BrushUtil.js +52 -20
- package/esm2015/lib/CategoryChartDescriptionModule.js +6 -0
- package/esm2015/lib/ComponentRendererSerializationProvider.js +167 -0
- package/esm2015/lib/ComponentRenderer_combined.js +853 -965
- package/esm2015/lib/DashboardTileDescriptionModule.js +6 -0
- package/esm2015/lib/DataPieChartDescriptionModule.js +6 -0
- package/esm2015/lib/DescriptionSerializer.js +50 -50
- package/esm2015/lib/DescriptionSerializerBuilder.js +4 -4
- package/esm2015/lib/FinancialChartDescriptionModule.js +6 -0
- package/esm2015/lib/FlatDataProvider_combined.js +3 -0
- package/esm2015/lib/FontDefaults.js +5 -5
- package/esm2015/lib/IComponentRendererSerializationProvider.js +11 -0
- package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +18 -0
- package/esm2015/lib/NativeUIButtonGroup.js +8 -2
- package/esm2015/lib/NativeUICheckboxList.js +48 -10
- package/esm2015/lib/PopupView_combined.js +3 -3
- package/esm2015/lib/SVGNode_combined.js +2 -2
- package/esm2015/lib/ToolActionCheckboxListInfo.js +1 -0
- package/esm2015/lib/ValueTuple$2.js +38 -0
- package/esm2015/lib/ValueTuple$3.js +43 -0
- package/esm2015/lib/WebBadgeDescription.js +16 -8
- package/esm2015/lib/WebBadgeDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
- package/esm2015/lib/WebCalendarBaseDescription.js +19 -11
- package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebCalendarDescription.js +5 -13
- package/esm2015/lib/WebCalendarDescriptionMetadata.js +0 -3
- package/esm2015/lib/WebComboDescription.js +78 -70
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDatePickerDescription.js +8 -8
- package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
- package/esm2015/lib/WebDateValidationContextDescription.js +26 -0
- package/esm2015/lib/WebDateValidationContextDescriptionMetadata.js +39 -0
- package/esm2015/lib/WebEntityTypeDescription.js +42 -0
- package/esm2015/lib/WebEntityTypeDescriptionMetadata.js +49 -0
- package/esm2015/lib/WebExpressionTreeDetailDescription.js +68 -0
- package/esm2015/lib/WebExpressionTreeDetailDescriptionMetadata.js +51 -0
- package/esm2015/lib/WebExpressionTreeEventArgsDescription.js +36 -0
- package/esm2015/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebFieldTypeDescription.js +98 -0
- package/esm2015/lib/WebFieldTypeDescriptionMetadata.js +60 -0
- package/esm2015/lib/WebFilteringOptionsDescription.js +24 -0
- package/esm2015/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +327 -335
- package/esm2015/lib/WebGridDescription.js +49 -49
- package/esm2015/lib/WebGridToolbarExporterDescription.js +16 -8
- package/esm2015/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
- package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm2015/lib/WebInputBaseDescription.js +20 -28
- package/esm2015/lib/WebInputBaseDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebInputDescription.js +14 -6
- package/esm2015/lib/WebInputDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebMaskInputBaseDescription.js +18 -2
- package/esm2015/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebMaskInputDescription.js +7 -15
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebPivotGridDescription.js +41 -41
- package/esm2015/lib/WebQueryBuilderDescription.js +98 -0
- package/esm2015/lib/WebQueryBuilderDescriptionMetadata.js +66 -0
- package/esm2015/lib/WebQueryBuilderDescriptionModule.js +30 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescription.js +42 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescriptionModule.js +20 -0
- package/esm2015/lib/WebQueryBuilderSearchValueContextDescription.js +52 -0
- package/esm2015/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebRadioDescription.js +8 -8
- package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRowIslandDescription.js +348 -356
- package/esm2015/lib/WebRowIslandDescriptionMetadata.js +4 -7
- package/esm2015/lib/WebThemeProviderDescription.js +42 -0
- package/esm2015/lib/WebThemeProviderDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebThemeProviderDescriptionModule.js +20 -0
- package/esm2015/lib/WebTreeGridDescription.js +27 -27
- package/esm2015/lib/componentUtil.js +9 -8
- package/esm2015/public_api.js +25 -0
- package/esm5/lib/BrushUtil.js +52 -20
- package/esm5/lib/CategoryChartDescriptionModule.js +6 -0
- package/esm5/lib/ComponentRendererSerializationProvider.js +168 -0
- package/esm5/lib/ComponentRenderer_combined.js +856 -964
- package/esm5/lib/DashboardTileDescriptionModule.js +6 -0
- package/esm5/lib/DataPieChartDescriptionModule.js +6 -0
- package/esm5/lib/DescriptionSerializer.js +50 -50
- package/esm5/lib/DescriptionSerializerBuilder.js +4 -4
- package/esm5/lib/FinancialChartDescriptionModule.js +6 -0
- package/esm5/lib/FlatDataProvider_combined.js +3 -0
- package/esm5/lib/FontDefaults.js +5 -5
- package/esm5/lib/IComponentRendererSerializationProvider.js +11 -0
- package/esm5/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +18 -0
- package/esm5/lib/NativeUIButtonGroup.js +11 -1
- package/esm5/lib/NativeUICheckboxList.js +63 -5
- package/esm5/lib/PopupView_combined.js +3 -3
- package/esm5/lib/SVGNode_combined.js +2 -2
- package/esm5/lib/ToolActionCheckboxListInfo.js +1 -0
- package/esm5/lib/ValueTuple$2.js +44 -0
- package/esm5/lib/ValueTuple$3.js +49 -0
- package/esm5/lib/WebBadgeDescription.js +20 -8
- package/esm5/lib/WebBadgeDescriptionMetadata.js +1 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
- package/esm5/lib/WebCalendarBaseDescription.js +23 -11
- package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
- package/esm5/lib/WebCalendarDescription.js +4 -16
- package/esm5/lib/WebCalendarDescriptionMetadata.js +0 -3
- package/esm5/lib/WebComboDescription.js +82 -70
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDatePickerDescription.js +9 -9
- package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -1
- package/esm5/lib/WebDateTimeInputDescription.js +25 -25
- package/esm5/lib/WebDateValidationContextDescription.js +31 -0
- package/esm5/lib/WebDateValidationContextDescriptionMetadata.js +43 -0
- package/esm5/lib/WebEntityTypeDescription.js +56 -0
- package/esm5/lib/WebEntityTypeDescriptionMetadata.js +53 -0
- package/esm5/lib/WebExpressionTreeDetailDescription.js +94 -0
- package/esm5/lib/WebExpressionTreeDetailDescriptionMetadata.js +55 -0
- package/esm5/lib/WebExpressionTreeEventArgsDescription.js +46 -0
- package/esm5/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +49 -0
- package/esm5/lib/WebFieldTypeDescription.js +140 -0
- package/esm5/lib/WebFieldTypeDescriptionMetadata.js +64 -0
- package/esm5/lib/WebFilteringOptionsDescription.js +38 -1
- package/esm5/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +327 -339
- package/esm5/lib/WebGridDescription.js +49 -49
- package/esm5/lib/WebGridToolbarExporterDescription.js +20 -8
- package/esm5/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
- package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
- package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm5/lib/WebInputBaseDescription.js +20 -32
- package/esm5/lib/WebInputBaseDescriptionMetadata.js +0 -1
- package/esm5/lib/WebInputDescription.js +18 -6
- package/esm5/lib/WebInputDescriptionMetadata.js +1 -0
- package/esm5/lib/WebMaskInputBaseDescription.js +25 -1
- package/esm5/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
- package/esm5/lib/WebMaskInputDescription.js +7 -19
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +0 -1
- package/esm5/lib/WebPivotGridDescription.js +41 -41
- package/esm5/lib/WebQueryBuilderDescription.js +140 -0
- package/esm5/lib/WebQueryBuilderDescriptionMetadata.js +70 -0
- package/esm5/lib/WebQueryBuilderDescriptionModule.js +34 -0
- package/esm5/lib/WebQueryBuilderHeaderDescription.js +56 -0
- package/esm5/lib/WebQueryBuilderHeaderDescriptionMetadata.js +52 -0
- package/esm5/lib/WebQueryBuilderHeaderDescriptionModule.js +24 -0
- package/esm5/lib/WebQueryBuilderSearchValueContextDescription.js +70 -0
- package/esm5/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +52 -0
- package/esm5/lib/WebRadioDescription.js +12 -12
- package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRowIslandDescription.js +352 -364
- package/esm5/lib/WebRowIslandDescriptionMetadata.js +4 -7
- package/esm5/lib/WebThemeProviderDescription.js +56 -0
- package/esm5/lib/WebThemeProviderDescriptionMetadata.js +50 -0
- package/esm5/lib/WebThemeProviderDescriptionModule.js +24 -0
- package/esm5/lib/WebTreeGridDescription.js +27 -27
- package/esm5/lib/componentUtil.js +9 -8
- package/esm5/public_api.js +25 -0
- package/fesm2015/igniteui-angular-core.js +4145 -2864
- package/fesm5/igniteui-angular-core.js +4470 -2942
- package/lib/BrushUtil.d.ts +14 -12
- package/lib/ComponentRendererSerializationProvider.d.ts +14 -0
- package/lib/ComponentRenderer_combined.d.ts +141 -141
- package/lib/DescriptionSerializerBuilder.d.ts +4 -4
- package/lib/IComponentRendererSerializationProvider.d.ts +13 -0
- package/lib/INativeUICheckboxListBridge.d.ts +1 -0
- package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +27 -27
- package/lib/NativeUIBuiltInProperties.d.ts +6 -1
- package/lib/NativeUIButton.d.ts +3 -0
- package/lib/NativeUIButtonGroup.d.ts +2 -0
- package/lib/NativeUICheckboxList.d.ts +15 -4
- package/lib/ToolActionCheckboxListInfo.d.ts +1 -0
- package/lib/ValueTuple$2.d.ts +14 -0
- package/lib/ValueTuple$3.d.ts +16 -0
- package/lib/WebBadgeDescription.d.ts +6 -3
- package/lib/WebCalendarBaseDescription.d.ts +8 -4
- package/lib/WebCalendarDescription.d.ts +2 -6
- package/lib/WebComboDescription.d.ts +28 -25
- package/lib/WebDatePickerDescription.d.ts +3 -3
- package/lib/WebDateTimeInputDescription.d.ts +9 -9
- package/lib/WebDateValidationContextDescription.d.ts +11 -0
- package/lib/WebDateValidationContextDescriptionMetadata.d.ts +13 -0
- package/lib/WebEntityTypeDescription.d.ts +18 -0
- package/lib/WebEntityTypeDescriptionMetadata.d.ts +13 -0
- package/lib/WebExpressionTreeDetailDescription.d.ts +29 -0
- package/lib/WebExpressionTreeDetailDescriptionMetadata.d.ts +13 -0
- package/lib/WebExpressionTreeEventArgsDescription.d.ts +17 -0
- package/lib/WebExpressionTreeEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebFieldTypeDescription.d.ts +41 -0
- package/lib/WebFieldTypeDescriptionMetadata.d.ts +13 -0
- package/lib/WebFilteringOptionsDescription.d.ts +9 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +113 -117
- package/lib/WebGridDescription.d.ts +18 -18
- package/lib/WebGridToolbarExporterDescription.d.ts +6 -3
- package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
- package/lib/WebHierarchicalGridDescription.d.ts +5 -5
- package/lib/WebInputBaseDescription.d.ts +7 -10
- package/lib/WebInputDescription.d.ts +5 -2
- package/lib/WebMaskInputBaseDescription.d.ts +6 -0
- package/lib/WebMaskInputDescription.d.ts +3 -6
- package/lib/WebPivotGridDescription.d.ts +15 -15
- package/lib/WebQueryBuilderDescription.d.ts +41 -0
- package/lib/WebQueryBuilderDescriptionMetadata.d.ts +15 -0
- package/lib/WebQueryBuilderDescriptionModule.d.ts +9 -0
- package/lib/WebQueryBuilderHeaderDescription.d.ts +17 -0
- package/lib/WebQueryBuilderHeaderDescriptionMetadata.d.ts +13 -0
- package/lib/WebQueryBuilderHeaderDescriptionModule.d.ts +9 -0
- package/lib/WebQueryBuilderSearchValueContextDescription.d.ts +23 -0
- package/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.d.ts +13 -0
- package/lib/WebRadioDescription.d.ts +3 -3
- package/lib/WebRowIslandDescription.d.ts +122 -126
- package/lib/WebThemeProviderDescription.d.ts +17 -0
- package/lib/WebThemeProviderDescriptionMetadata.d.ts +13 -0
- package/lib/WebThemeProviderDescriptionModule.d.ts +9 -0
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/package.json +1 -1
- package/public_api.d.ts +25 -0
|
@@ -39,6 +39,7 @@ var WebInputDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
39
39
|
a.item("DisplayType", "(wc:Type)ExportedType:string:InputType");
|
|
40
40
|
a.item("DisplayType@stringUnion", "WebComponents;React");
|
|
41
41
|
a.item("DisplayType@names", "Text;Email;Number;Password;Search;Tel;Url");
|
|
42
|
+
a.item("ReadOnly", "Boolean");
|
|
42
43
|
a.item("InputMode", "String");
|
|
43
44
|
a.item("Pattern", "String");
|
|
44
45
|
a.item("MinLength", "Number:double");
|
|
@@ -14,18 +14,42 @@ var WebMaskInputBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
14
14
|
__extends(WebMaskInputBaseDescription, _super);
|
|
15
15
|
function WebMaskInputBaseDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
+
_this.af = false;
|
|
17
18
|
_this.ah = null;
|
|
19
|
+
_this.ai = null;
|
|
18
20
|
return _this;
|
|
19
21
|
}
|
|
20
22
|
WebMaskInputBaseDescription.prototype.get_type = function () {
|
|
21
23
|
return "WebMaskInputBase";
|
|
22
24
|
};
|
|
23
|
-
Object.defineProperty(WebMaskInputBaseDescription.prototype, "
|
|
25
|
+
Object.defineProperty(WebMaskInputBaseDescription.prototype, "readOnly", {
|
|
26
|
+
get: function () {
|
|
27
|
+
return this.af;
|
|
28
|
+
},
|
|
29
|
+
set: function (a) {
|
|
30
|
+
this.af = a;
|
|
31
|
+
this.j("ReadOnly");
|
|
32
|
+
},
|
|
33
|
+
enumerable: false,
|
|
34
|
+
configurable: true
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(WebMaskInputBaseDescription.prototype, "mask", {
|
|
24
37
|
get: function () {
|
|
25
38
|
return this.ah;
|
|
26
39
|
},
|
|
27
40
|
set: function (a) {
|
|
28
41
|
this.ah = a;
|
|
42
|
+
this.j("Mask");
|
|
43
|
+
},
|
|
44
|
+
enumerable: false,
|
|
45
|
+
configurable: true
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(WebMaskInputBaseDescription.prototype, "prompt", {
|
|
48
|
+
get: function () {
|
|
49
|
+
return this.ai;
|
|
50
|
+
},
|
|
51
|
+
set: function (a) {
|
|
52
|
+
this.ai = a;
|
|
29
53
|
this.j("Prompt");
|
|
30
54
|
},
|
|
31
55
|
enumerable: false,
|
|
@@ -31,6 +31,8 @@ var WebMaskInputBaseDescriptionMetadata = /** @class */ /*@__PURE__*/ (function
|
|
|
31
31
|
a.item("__qualifiedNameTS", "String:MaskInputBase");
|
|
32
32
|
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
33
33
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
|
|
34
|
+
a.item("ReadOnly", "Boolean");
|
|
35
|
+
a.item("Mask", "String");
|
|
34
36
|
a.item("Prompt", "String");
|
|
35
37
|
};
|
|
36
38
|
WebMaskInputBaseDescriptionMetadata.d = function (a) {
|
|
@@ -14,10 +14,9 @@ var WebMaskInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(WebMaskInputDescription, _super);
|
|
15
15
|
function WebMaskInputDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
+
_this.an = null;
|
|
17
18
|
_this.am = null;
|
|
18
19
|
_this.al = null;
|
|
19
|
-
_this.ak = null;
|
|
20
|
-
_this.aj = null;
|
|
21
20
|
return _this;
|
|
22
21
|
}
|
|
23
22
|
WebMaskInputDescription.prototype.get_type = function () {
|
|
@@ -25,10 +24,10 @@ var WebMaskInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25
24
|
};
|
|
26
25
|
Object.defineProperty(WebMaskInputDescription.prototype, "valueMode", {
|
|
27
26
|
get: function () {
|
|
28
|
-
return this.
|
|
27
|
+
return this.an;
|
|
29
28
|
},
|
|
30
29
|
set: function (a) {
|
|
31
|
-
this.
|
|
30
|
+
this.an = a;
|
|
32
31
|
this.j("ValueMode");
|
|
33
32
|
},
|
|
34
33
|
enumerable: false,
|
|
@@ -36,32 +35,21 @@ var WebMaskInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36
35
|
});
|
|
37
36
|
Object.defineProperty(WebMaskInputDescription.prototype, "value", {
|
|
38
37
|
get: function () {
|
|
39
|
-
return this.
|
|
38
|
+
return this.am;
|
|
40
39
|
},
|
|
41
40
|
set: function (a) {
|
|
42
|
-
this.
|
|
41
|
+
this.am = a;
|
|
43
42
|
this.j("Value");
|
|
44
43
|
},
|
|
45
44
|
enumerable: false,
|
|
46
45
|
configurable: true
|
|
47
46
|
});
|
|
48
|
-
Object.defineProperty(WebMaskInputDescription.prototype, "mask", {
|
|
49
|
-
get: function () {
|
|
50
|
-
return this.ak;
|
|
51
|
-
},
|
|
52
|
-
set: function (a) {
|
|
53
|
-
this.ak = a;
|
|
54
|
-
this.j("Mask");
|
|
55
|
-
},
|
|
56
|
-
enumerable: false,
|
|
57
|
-
configurable: true
|
|
58
|
-
});
|
|
59
47
|
Object.defineProperty(WebMaskInputDescription.prototype, "changeRef", {
|
|
60
48
|
get: function () {
|
|
61
|
-
return this.
|
|
49
|
+
return this.al;
|
|
62
50
|
},
|
|
63
51
|
set: function (a) {
|
|
64
|
-
this.
|
|
52
|
+
this.al = a;
|
|
65
53
|
this.j("ChangeRef");
|
|
66
54
|
},
|
|
67
55
|
enumerable: false,
|
|
@@ -39,7 +39,6 @@ var WebMaskInputDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
39
39
|
a.item("ValueMode@stringUnion", "WebComponents;React");
|
|
40
40
|
a.item("ValueMode@names", "Raw;WithFormatting");
|
|
41
41
|
a.item("Value", "String");
|
|
42
|
-
a.item("Mask", "String");
|
|
43
42
|
a.item("ChangeRef", "EventRef:ComponentValueChangedEventHandler:change");
|
|
44
43
|
a.item("ChangeRef@args", "ComponentValueChangedEventArgs");
|
|
45
44
|
};
|
|
@@ -14,21 +14,21 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(WebPivotGridDescription, _super);
|
|
15
15
|
function WebPivotGridDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.hf = null;
|
|
18
|
+
_this.he = null;
|
|
19
|
+
_this.gy = null;
|
|
20
|
+
_this.g2 = false;
|
|
19
21
|
_this.g0 = null;
|
|
20
22
|
_this.g4 = false;
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.g5 = false;
|
|
24
|
-
_this.ha = null;
|
|
25
|
-
_this.he = null;
|
|
23
|
+
_this.g3 = false;
|
|
24
|
+
_this.g8 = null;
|
|
26
25
|
_this.hc = null;
|
|
27
|
-
_this.
|
|
28
|
-
_this.hb = null;
|
|
29
|
-
_this.hi = null;
|
|
26
|
+
_this.ha = null;
|
|
30
27
|
_this.hd = null;
|
|
31
|
-
_this.
|
|
28
|
+
_this.g9 = null;
|
|
29
|
+
_this.hg = null;
|
|
30
|
+
_this.hb = null;
|
|
31
|
+
_this.hh = null;
|
|
32
32
|
return _this;
|
|
33
33
|
}
|
|
34
34
|
WebPivotGridDescription.prototype.get_type = function () {
|
|
@@ -36,10 +36,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36
36
|
};
|
|
37
37
|
Object.defineProperty(WebPivotGridDescription.prototype, "valueChipTemplateRef", {
|
|
38
38
|
get: function () {
|
|
39
|
-
return this.
|
|
39
|
+
return this.hf;
|
|
40
40
|
},
|
|
41
41
|
set: function (a) {
|
|
42
|
-
this.
|
|
42
|
+
this.hf = a;
|
|
43
43
|
this.j("ValueChipTemplateRef");
|
|
44
44
|
},
|
|
45
45
|
enumerable: false,
|
|
@@ -47,10 +47,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(WebPivotGridDescription.prototype, "rowDimensionHeaderTemplateRef", {
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.
|
|
50
|
+
return this.he;
|
|
51
51
|
},
|
|
52
52
|
set: function (a) {
|
|
53
|
-
this.
|
|
53
|
+
this.he = a;
|
|
54
54
|
this.j("RowDimensionHeaderTemplateRef");
|
|
55
55
|
},
|
|
56
56
|
enumerable: false,
|
|
@@ -58,10 +58,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(WebPivotGridDescription.prototype, "pivotConfiguration", {
|
|
60
60
|
get: function () {
|
|
61
|
-
return this.
|
|
61
|
+
return this.gy;
|
|
62
62
|
},
|
|
63
63
|
set: function (a) {
|
|
64
|
-
this.
|
|
64
|
+
this.gy = a;
|
|
65
65
|
this.j("PivotConfiguration");
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
@@ -69,10 +69,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(WebPivotGridDescription.prototype, "autoGenerateConfig", {
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.
|
|
72
|
+
return this.g2;
|
|
73
73
|
},
|
|
74
74
|
set: function (a) {
|
|
75
|
-
this.
|
|
75
|
+
this.g2 = a;
|
|
76
76
|
this.j("AutoGenerateConfig");
|
|
77
77
|
},
|
|
78
78
|
enumerable: false,
|
|
@@ -80,10 +80,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80
80
|
});
|
|
81
81
|
Object.defineProperty(WebPivotGridDescription.prototype, "pivotUI", {
|
|
82
82
|
get: function () {
|
|
83
|
-
return this.
|
|
83
|
+
return this.g0;
|
|
84
84
|
},
|
|
85
85
|
set: function (a) {
|
|
86
|
-
this.
|
|
86
|
+
this.g0 = a;
|
|
87
87
|
this.j("PivotUI");
|
|
88
88
|
},
|
|
89
89
|
enumerable: false,
|
|
@@ -91,10 +91,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(WebPivotGridDescription.prototype, "superCompactMode", {
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.
|
|
94
|
+
return this.g4;
|
|
95
95
|
},
|
|
96
96
|
set: function (a) {
|
|
97
|
-
this.
|
|
97
|
+
this.g4 = a;
|
|
98
98
|
this.j("SuperCompactMode");
|
|
99
99
|
},
|
|
100
100
|
enumerable: false,
|
|
@@ -102,10 +102,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(WebPivotGridDescription.prototype, "defaultExpandState", {
|
|
104
104
|
get: function () {
|
|
105
|
-
return this.
|
|
105
|
+
return this.g3;
|
|
106
106
|
},
|
|
107
107
|
set: function (a) {
|
|
108
|
-
this.
|
|
108
|
+
this.g3 = a;
|
|
109
109
|
this.j("DefaultExpandState");
|
|
110
110
|
},
|
|
111
111
|
enumerable: false,
|
|
@@ -113,10 +113,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
113
113
|
});
|
|
114
114
|
Object.defineProperty(WebPivotGridDescription.prototype, "dataRef", {
|
|
115
115
|
get: function () {
|
|
116
|
-
return this.
|
|
116
|
+
return this.g8;
|
|
117
117
|
},
|
|
118
118
|
set: function (a) {
|
|
119
|
-
this.
|
|
119
|
+
this.g8 = a;
|
|
120
120
|
this.j("DataRef");
|
|
121
121
|
},
|
|
122
122
|
enumerable: false,
|
|
@@ -124,10 +124,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
124
124
|
});
|
|
125
125
|
Object.defineProperty(WebPivotGridDescription.prototype, "emptyPivotGridTemplateRef", {
|
|
126
126
|
get: function () {
|
|
127
|
-
return this.
|
|
127
|
+
return this.hc;
|
|
128
128
|
},
|
|
129
129
|
set: function (a) {
|
|
130
|
-
this.
|
|
130
|
+
this.hc = a;
|
|
131
131
|
this.j("EmptyPivotGridTemplateRef");
|
|
132
132
|
},
|
|
133
133
|
enumerable: false,
|
|
@@ -135,10 +135,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
135
135
|
});
|
|
136
136
|
Object.defineProperty(WebPivotGridDescription.prototype, "dimensionsChangeRef", {
|
|
137
137
|
get: function () {
|
|
138
|
-
return this.
|
|
138
|
+
return this.ha;
|
|
139
139
|
},
|
|
140
140
|
set: function (a) {
|
|
141
|
-
this.
|
|
141
|
+
this.ha = a;
|
|
142
142
|
this.j("DimensionsChangeRef");
|
|
143
143
|
},
|
|
144
144
|
enumerable: false,
|
|
@@ -146,10 +146,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(WebPivotGridDescription.prototype, "pivotConfigurationChangeRef", {
|
|
148
148
|
get: function () {
|
|
149
|
-
return this.
|
|
149
|
+
return this.hd;
|
|
150
150
|
},
|
|
151
151
|
set: function (a) {
|
|
152
|
-
this.
|
|
152
|
+
this.hd = a;
|
|
153
153
|
this.j("PivotConfigurationChangeRef");
|
|
154
154
|
},
|
|
155
155
|
enumerable: false,
|
|
@@ -157,10 +157,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
157
157
|
});
|
|
158
158
|
Object.defineProperty(WebPivotGridDescription.prototype, "dimensionInitRef", {
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.
|
|
160
|
+
return this.g9;
|
|
161
161
|
},
|
|
162
162
|
set: function (a) {
|
|
163
|
-
this.
|
|
163
|
+
this.g9 = a;
|
|
164
164
|
this.j("DimensionInitRef");
|
|
165
165
|
},
|
|
166
166
|
enumerable: false,
|
|
@@ -168,10 +168,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
168
168
|
});
|
|
169
169
|
Object.defineProperty(WebPivotGridDescription.prototype, "valueInitRef", {
|
|
170
170
|
get: function () {
|
|
171
|
-
return this.
|
|
171
|
+
return this.hg;
|
|
172
172
|
},
|
|
173
173
|
set: function (a) {
|
|
174
|
-
this.
|
|
174
|
+
this.hg = a;
|
|
175
175
|
this.j("ValueInitRef");
|
|
176
176
|
},
|
|
177
177
|
enumerable: false,
|
|
@@ -179,10 +179,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
179
179
|
});
|
|
180
180
|
Object.defineProperty(WebPivotGridDescription.prototype, "dimensionsSortingExpressionsChangeRef", {
|
|
181
181
|
get: function () {
|
|
182
|
-
return this.
|
|
182
|
+
return this.hb;
|
|
183
183
|
},
|
|
184
184
|
set: function (a) {
|
|
185
|
-
this.
|
|
185
|
+
this.hb = a;
|
|
186
186
|
this.j("DimensionsSortingExpressionsChangeRef");
|
|
187
187
|
},
|
|
188
188
|
enumerable: false,
|
|
@@ -190,10 +190,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(WebPivotGridDescription.prototype, "valuesChangeRef", {
|
|
192
192
|
get: function () {
|
|
193
|
-
return this.
|
|
193
|
+
return this.hh;
|
|
194
194
|
},
|
|
195
195
|
set: function (a) {
|
|
196
|
-
this.
|
|
196
|
+
this.hh = a;
|
|
197
197
|
this.j("ValuesChangeRef");
|
|
198
198
|
},
|
|
199
199
|
enumerable: false,
|
|
@@ -0,0 +1,140 @@
|
|
|
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 { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebQueryBuilderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebQueryBuilderDescription, _super);
|
|
15
|
+
function WebQueryBuilderDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.s = false;
|
|
18
|
+
_this.k = null;
|
|
19
|
+
_this.o = null;
|
|
20
|
+
_this.x = null;
|
|
21
|
+
_this.q = false;
|
|
22
|
+
_this.y = null;
|
|
23
|
+
_this.r = false;
|
|
24
|
+
_this.l = null;
|
|
25
|
+
_this.w = null;
|
|
26
|
+
return _this;
|
|
27
|
+
}
|
|
28
|
+
WebQueryBuilderDescription.prototype.get_type = function () {
|
|
29
|
+
return "WebQueryBuilder";
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "type", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this.get_type();
|
|
34
|
+
},
|
|
35
|
+
enumerable: false,
|
|
36
|
+
configurable: true
|
|
37
|
+
});
|
|
38
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "showEntityChangeDialog", {
|
|
39
|
+
get: function () {
|
|
40
|
+
return this.s;
|
|
41
|
+
},
|
|
42
|
+
set: function (a) {
|
|
43
|
+
this.s = a;
|
|
44
|
+
this.j("ShowEntityChangeDialog");
|
|
45
|
+
},
|
|
46
|
+
enumerable: false,
|
|
47
|
+
configurable: true
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "entities", {
|
|
50
|
+
get: function () {
|
|
51
|
+
return this.k;
|
|
52
|
+
},
|
|
53
|
+
set: function (a) {
|
|
54
|
+
this.k = a;
|
|
55
|
+
this.j("Entities");
|
|
56
|
+
},
|
|
57
|
+
enumerable: false,
|
|
58
|
+
configurable: true
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "expressionTree", {
|
|
61
|
+
get: function () {
|
|
62
|
+
return this.o;
|
|
63
|
+
},
|
|
64
|
+
set: function (a) {
|
|
65
|
+
this.o = a;
|
|
66
|
+
this.j("ExpressionTree");
|
|
67
|
+
},
|
|
68
|
+
enumerable: false,
|
|
69
|
+
configurable: true
|
|
70
|
+
});
|
|
71
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "locale", {
|
|
72
|
+
get: function () {
|
|
73
|
+
return this.x;
|
|
74
|
+
},
|
|
75
|
+
set: function (a) {
|
|
76
|
+
this.x = a;
|
|
77
|
+
this.j("Locale");
|
|
78
|
+
},
|
|
79
|
+
enumerable: false,
|
|
80
|
+
configurable: true
|
|
81
|
+
});
|
|
82
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "disableEntityChange", {
|
|
83
|
+
get: function () {
|
|
84
|
+
return this.q;
|
|
85
|
+
},
|
|
86
|
+
set: function (a) {
|
|
87
|
+
this.q = a;
|
|
88
|
+
this.j("DisableEntityChange");
|
|
89
|
+
},
|
|
90
|
+
enumerable: false,
|
|
91
|
+
configurable: true
|
|
92
|
+
});
|
|
93
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "searchValueTemplateRef", {
|
|
94
|
+
get: function () {
|
|
95
|
+
return this.y;
|
|
96
|
+
},
|
|
97
|
+
set: function (a) {
|
|
98
|
+
this.y = a;
|
|
99
|
+
this.j("SearchValueTemplateRef");
|
|
100
|
+
},
|
|
101
|
+
enumerable: false,
|
|
102
|
+
configurable: true
|
|
103
|
+
});
|
|
104
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "disableReturnFieldsChange", {
|
|
105
|
+
get: function () {
|
|
106
|
+
return this.r;
|
|
107
|
+
},
|
|
108
|
+
set: function (a) {
|
|
109
|
+
this.r = a;
|
|
110
|
+
this.j("DisableReturnFieldsChange");
|
|
111
|
+
},
|
|
112
|
+
enumerable: false,
|
|
113
|
+
configurable: true
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "queryBuilderHeaderCollection", {
|
|
116
|
+
get: function () {
|
|
117
|
+
return this.l;
|
|
118
|
+
},
|
|
119
|
+
set: function (a) {
|
|
120
|
+
this.l = a;
|
|
121
|
+
this.j("QueryBuilderHeaderCollection");
|
|
122
|
+
},
|
|
123
|
+
enumerable: false,
|
|
124
|
+
configurable: true
|
|
125
|
+
});
|
|
126
|
+
Object.defineProperty(WebQueryBuilderDescription.prototype, "expressionTreeChangeRef", {
|
|
127
|
+
get: function () {
|
|
128
|
+
return this.w;
|
|
129
|
+
},
|
|
130
|
+
set: function (a) {
|
|
131
|
+
this.w = a;
|
|
132
|
+
this.j("ExpressionTreeChangeRef");
|
|
133
|
+
},
|
|
134
|
+
enumerable: false,
|
|
135
|
+
configurable: true
|
|
136
|
+
});
|
|
137
|
+
WebQueryBuilderDescription.$t = markType(WebQueryBuilderDescription, 'WebQueryBuilderDescription', Description.$);
|
|
138
|
+
return WebQueryBuilderDescription;
|
|
139
|
+
}(Description));
|
|
140
|
+
export { WebQueryBuilderDescription };
|
|
@@ -0,0 +1,70 @@
|
|
|
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, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebFilteringExpressionDescriptionMetadata } from "./WebFilteringExpressionDescriptionMetadata";
|
|
11
|
+
import { WebEntityTypeDescriptionMetadata } from "./WebEntityTypeDescriptionMetadata";
|
|
12
|
+
import { WebExpressionTreeDescriptionMetadata } from "./WebExpressionTreeDescriptionMetadata";
|
|
13
|
+
import { WebExpressionTreeEventArgsDescriptionMetadata } from "./WebExpressionTreeEventArgsDescriptionMetadata";
|
|
14
|
+
import { WebQueryBuilderDescription } from "./WebQueryBuilderDescription";
|
|
15
|
+
/**
|
|
16
|
+
* @hidden
|
|
17
|
+
*/
|
|
18
|
+
var WebQueryBuilderDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
19
|
+
__extends(WebQueryBuilderDescriptionMetadata, _super);
|
|
20
|
+
function WebQueryBuilderDescriptionMetadata() {
|
|
21
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
22
|
+
}
|
|
23
|
+
WebQueryBuilderDescriptionMetadata.b = function (a) {
|
|
24
|
+
if (WebQueryBuilderDescriptionMetadata.a == null) {
|
|
25
|
+
WebQueryBuilderDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
26
|
+
WebQueryBuilderDescriptionMetadata.c(WebQueryBuilderDescriptionMetadata.a);
|
|
27
|
+
}
|
|
28
|
+
if (a.k(WebQueryBuilderDescriptionMetadata.a)) {
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
a.ad(WebQueryBuilderDescriptionMetadata.a);
|
|
32
|
+
WebQueryBuilderDescriptionMetadata.f(a);
|
|
33
|
+
WebEntityTypeDescriptionMetadata.d(a);
|
|
34
|
+
WebExpressionTreeDescriptionMetadata.d(a);
|
|
35
|
+
WebExpressionTreeEventArgsDescriptionMetadata.d(a);
|
|
36
|
+
};
|
|
37
|
+
WebQueryBuilderDescriptionMetadata.c = function (a) {
|
|
38
|
+
a.item("__qualifiedNameTS", "String:QueryBuilder");
|
|
39
|
+
a.item("__tagNameWC", "String:igc-query-builder");
|
|
40
|
+
a.item("__packageNameWC", "String:grids");
|
|
41
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
42
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
43
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
44
|
+
a.item("ShowEntityChangeDialog", "Boolean");
|
|
45
|
+
a.item("Entities", "Array:WebEntityTypeDescription:EntityType");
|
|
46
|
+
a.item("ExpressionTree", "ExportedType:WebExpressionTree");
|
|
47
|
+
a.item("Locale", "String");
|
|
48
|
+
a.item("DisableEntityChange", "Boolean");
|
|
49
|
+
a.item("SearchValueTemplateRef", "(w:SearchValueTemplate,p:SearchValueTemplate)TemplateRef::object");
|
|
50
|
+
a.item("DisableReturnFieldsChange", "Boolean");
|
|
51
|
+
a.item("QueryBuilderHeaderCollection", "Collection:WebQueryBuilderHeader:QueryBuilderHeaderCollection:WebQueryBuilderHeader");
|
|
52
|
+
a.item("QueryBuilderHeaderCollection@ngQueryList", "queryBuilderHeaderCollection");
|
|
53
|
+
a.item("ExpressionTreeChangeRef", "EventRef::expressionTreeChange:customEvent");
|
|
54
|
+
WebQueryBuilderDescriptionMetadata.e(a);
|
|
55
|
+
};
|
|
56
|
+
WebQueryBuilderDescriptionMetadata.d = function (a) {
|
|
57
|
+
WebQueryBuilderDescriptionMetadata.b(a);
|
|
58
|
+
a.af("WebQueryBuilder", function () { return new WebQueryBuilderDescription(); });
|
|
59
|
+
a.ae("WebQueryBuilder", WebQueryBuilderDescriptionMetadata.a);
|
|
60
|
+
};
|
|
61
|
+
WebQueryBuilderDescriptionMetadata.e = function (a) {
|
|
62
|
+
};
|
|
63
|
+
WebQueryBuilderDescriptionMetadata.f = function (a) {
|
|
64
|
+
WebFilteringExpressionDescriptionMetadata.d(a);
|
|
65
|
+
};
|
|
66
|
+
WebQueryBuilderDescriptionMetadata.$t = markType(WebQueryBuilderDescriptionMetadata, 'WebQueryBuilderDescriptionMetadata');
|
|
67
|
+
WebQueryBuilderDescriptionMetadata.a = null;
|
|
68
|
+
return WebQueryBuilderDescriptionMetadata;
|
|
69
|
+
}(Base));
|
|
70
|
+
export { WebQueryBuilderDescriptionMetadata };
|
|
@@ -0,0 +1,34 @@
|
|
|
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 "./type";
|
|
9
|
+
import { WebExpressionTreeEventArgsDescriptionMetadata } from "./WebExpressionTreeEventArgsDescriptionMetadata";
|
|
10
|
+
import { WebQueryBuilderSearchValueContextDescriptionMetadata } from "./WebQueryBuilderSearchValueContextDescriptionMetadata";
|
|
11
|
+
import { WebQueryBuilderHeaderDescriptionModule } from "./WebQueryBuilderHeaderDescriptionModule";
|
|
12
|
+
import { WebQueryBuilderDescriptionMetadata } from "./WebQueryBuilderDescriptionMetadata";
|
|
13
|
+
import { TemplateContainerDescriptionModule } from "./TemplateContainerDescriptionModule";
|
|
14
|
+
import { ChildContentDescriptionModule } from "./ChildContentDescriptionModule";
|
|
15
|
+
/**
|
|
16
|
+
* @hidden
|
|
17
|
+
*/
|
|
18
|
+
var WebQueryBuilderDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
19
|
+
__extends(WebQueryBuilderDescriptionModule, _super);
|
|
20
|
+
function WebQueryBuilderDescriptionModule() {
|
|
21
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
22
|
+
}
|
|
23
|
+
WebQueryBuilderDescriptionModule.register = function (a) {
|
|
24
|
+
WebExpressionTreeEventArgsDescriptionMetadata.d(a);
|
|
25
|
+
WebQueryBuilderSearchValueContextDescriptionMetadata.d(a);
|
|
26
|
+
WebQueryBuilderHeaderDescriptionModule.register(a);
|
|
27
|
+
WebQueryBuilderDescriptionMetadata.d(a);
|
|
28
|
+
TemplateContainerDescriptionModule.register(a);
|
|
29
|
+
ChildContentDescriptionModule.register(a);
|
|
30
|
+
};
|
|
31
|
+
WebQueryBuilderDescriptionModule.$t = markType(WebQueryBuilderDescriptionModule, 'WebQueryBuilderDescriptionModule');
|
|
32
|
+
return WebQueryBuilderDescriptionModule;
|
|
33
|
+
}(Base));
|
|
34
|
+
export { WebQueryBuilderDescriptionModule };
|
|
@@ -0,0 +1,56 @@
|
|
|
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 { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebQueryBuilderHeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebQueryBuilderHeaderDescription, _super);
|
|
15
|
+
function WebQueryBuilderHeaderDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.m = null;
|
|
18
|
+
_this.k = false;
|
|
19
|
+
return _this;
|
|
20
|
+
}
|
|
21
|
+
WebQueryBuilderHeaderDescription.prototype.get_type = function () {
|
|
22
|
+
return "WebQueryBuilderHeader";
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(WebQueryBuilderHeaderDescription.prototype, "type", {
|
|
25
|
+
get: function () {
|
|
26
|
+
return this.get_type();
|
|
27
|
+
},
|
|
28
|
+
enumerable: false,
|
|
29
|
+
configurable: true
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(WebQueryBuilderHeaderDescription.prototype, "title", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this.m;
|
|
34
|
+
},
|
|
35
|
+
set: function (a) {
|
|
36
|
+
this.m = a;
|
|
37
|
+
this.j("Title");
|
|
38
|
+
},
|
|
39
|
+
enumerable: false,
|
|
40
|
+
configurable: true
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(WebQueryBuilderHeaderDescription.prototype, "showLegend", {
|
|
43
|
+
get: function () {
|
|
44
|
+
return this.k;
|
|
45
|
+
},
|
|
46
|
+
set: function (a) {
|
|
47
|
+
this.k = a;
|
|
48
|
+
this.j("ShowLegend");
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
WebQueryBuilderHeaderDescription.$t = markType(WebQueryBuilderHeaderDescription, 'WebQueryBuilderHeaderDescription', Description.$);
|
|
54
|
+
return WebQueryBuilderHeaderDescription;
|
|
55
|
+
}(Description));
|
|
56
|
+
export { WebQueryBuilderHeaderDescription };
|