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
|
@@ -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 WebEntityTypeDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebEntityTypeDescription, _super);
|
|
15
|
+
function WebEntityTypeDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.l = null;
|
|
18
|
+
_this.k = null;
|
|
19
|
+
return _this;
|
|
20
|
+
}
|
|
21
|
+
WebEntityTypeDescription.prototype.get_type = function () {
|
|
22
|
+
return "WebEntityType";
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(WebEntityTypeDescription.prototype, "type", {
|
|
25
|
+
get: function () {
|
|
26
|
+
return this.get_type();
|
|
27
|
+
},
|
|
28
|
+
enumerable: false,
|
|
29
|
+
configurable: true
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(WebEntityTypeDescription.prototype, "fields", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this.l;
|
|
34
|
+
},
|
|
35
|
+
set: function (a) {
|
|
36
|
+
this.l = a;
|
|
37
|
+
this.j("Fields");
|
|
38
|
+
},
|
|
39
|
+
enumerable: false,
|
|
40
|
+
configurable: true
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(WebEntityTypeDescription.prototype, "childEntities", {
|
|
43
|
+
get: function () {
|
|
44
|
+
return this.k;
|
|
45
|
+
},
|
|
46
|
+
set: function (a) {
|
|
47
|
+
this.k = a;
|
|
48
|
+
this.j("ChildEntities");
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
WebEntityTypeDescription.$t = markType(WebEntityTypeDescription, 'WebEntityTypeDescription', Description.$);
|
|
54
|
+
return WebEntityTypeDescription;
|
|
55
|
+
}(Description));
|
|
56
|
+
export { WebEntityTypeDescription };
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { WebFieldTypeDescriptionMetadata } from "./WebFieldTypeDescriptionMetadata";
|
|
11
|
+
import { WebEntityTypeDescription } from "./WebEntityTypeDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var WebEntityTypeDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(WebEntityTypeDescriptionMetadata, _super);
|
|
17
|
+
function WebEntityTypeDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
WebEntityTypeDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (WebEntityTypeDescriptionMetadata.a == null) {
|
|
22
|
+
WebEntityTypeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
WebEntityTypeDescriptionMetadata.c(WebEntityTypeDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.k(WebEntityTypeDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.ad(WebEntityTypeDescriptionMetadata.a);
|
|
29
|
+
WebFieldTypeDescriptionMetadata.d(a);
|
|
30
|
+
WebEntityTypeDescriptionMetadata.d(a);
|
|
31
|
+
};
|
|
32
|
+
WebEntityTypeDescriptionMetadata.c = function (a) {
|
|
33
|
+
a.item("__qualifiedNameTS", "String:EntityType");
|
|
34
|
+
a.item("__packageNameWC", "String:grids");
|
|
35
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
36
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
37
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
38
|
+
a.item("__isPlainObject", "Boolean");
|
|
39
|
+
a.item("__skipSuffix", "Boolean");
|
|
40
|
+
a.item("Name", "String");
|
|
41
|
+
a.item("Fields", "Array:WebFieldTypeDescription:FieldType");
|
|
42
|
+
a.item("ChildEntities", "Array:WebEntityTypeDescription:EntityType");
|
|
43
|
+
};
|
|
44
|
+
WebEntityTypeDescriptionMetadata.d = function (a) {
|
|
45
|
+
WebEntityTypeDescriptionMetadata.b(a);
|
|
46
|
+
a.af("WebEntityType", function () { return new WebEntityTypeDescription(); });
|
|
47
|
+
a.ae("WebEntityType", WebEntityTypeDescriptionMetadata.a);
|
|
48
|
+
};
|
|
49
|
+
WebEntityTypeDescriptionMetadata.$t = markType(WebEntityTypeDescriptionMetadata, 'WebEntityTypeDescriptionMetadata');
|
|
50
|
+
WebEntityTypeDescriptionMetadata.a = null;
|
|
51
|
+
return WebEntityTypeDescriptionMetadata;
|
|
52
|
+
}(Base));
|
|
53
|
+
export { WebEntityTypeDescriptionMetadata };
|
|
@@ -0,0 +1,94 @@
|
|
|
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 WebExpressionTreeDetailDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebExpressionTreeDetailDescription, _super);
|
|
15
|
+
function WebExpressionTreeDetailDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.k = null;
|
|
18
|
+
_this.s = null;
|
|
19
|
+
_this.r = null;
|
|
20
|
+
_this.q = null;
|
|
21
|
+
_this.l = null;
|
|
22
|
+
return _this;
|
|
23
|
+
}
|
|
24
|
+
WebExpressionTreeDetailDescription.prototype.get_type = function () {
|
|
25
|
+
return "WebExpressionTreeDetail";
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(WebExpressionTreeDetailDescription.prototype, "type", {
|
|
28
|
+
get: function () {
|
|
29
|
+
return this.get_type();
|
|
30
|
+
},
|
|
31
|
+
enumerable: false,
|
|
32
|
+
configurable: true
|
|
33
|
+
});
|
|
34
|
+
Object.defineProperty(WebExpressionTreeDetailDescription.prototype, "filteringOperands", {
|
|
35
|
+
get: function () {
|
|
36
|
+
return this.k;
|
|
37
|
+
},
|
|
38
|
+
set: function (a) {
|
|
39
|
+
this.k = a;
|
|
40
|
+
this.j("FilteringOperands");
|
|
41
|
+
},
|
|
42
|
+
enumerable: false,
|
|
43
|
+
configurable: true
|
|
44
|
+
});
|
|
45
|
+
Object.defineProperty(WebExpressionTreeDetailDescription.prototype, "operator", {
|
|
46
|
+
get: function () {
|
|
47
|
+
return this.s;
|
|
48
|
+
},
|
|
49
|
+
set: function (a) {
|
|
50
|
+
this.s = a;
|
|
51
|
+
this.j("Operator");
|
|
52
|
+
},
|
|
53
|
+
enumerable: false,
|
|
54
|
+
configurable: true
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(WebExpressionTreeDetailDescription.prototype, "fieldName", {
|
|
57
|
+
get: function () {
|
|
58
|
+
return this.r;
|
|
59
|
+
},
|
|
60
|
+
set: function (a) {
|
|
61
|
+
this.r = a;
|
|
62
|
+
this.j("FieldName");
|
|
63
|
+
},
|
|
64
|
+
enumerable: false,
|
|
65
|
+
configurable: true
|
|
66
|
+
});
|
|
67
|
+
Object.defineProperty(WebExpressionTreeDetailDescription.prototype, "entity", {
|
|
68
|
+
get: function () {
|
|
69
|
+
return this.q;
|
|
70
|
+
},
|
|
71
|
+
set: function (a) {
|
|
72
|
+
this.q = a;
|
|
73
|
+
this.j("Entity");
|
|
74
|
+
},
|
|
75
|
+
enumerable: false,
|
|
76
|
+
configurable: true
|
|
77
|
+
});
|
|
78
|
+
Object.defineProperty(WebExpressionTreeDetailDescription.prototype, "returnFields", {
|
|
79
|
+
get: function () {
|
|
80
|
+
return this.l;
|
|
81
|
+
},
|
|
82
|
+
set: function (a) {
|
|
83
|
+
this.l = a;
|
|
84
|
+
this.j("ReturnFields");
|
|
85
|
+
},
|
|
86
|
+
enumerable: false,
|
|
87
|
+
configurable: true
|
|
88
|
+
});
|
|
89
|
+
WebExpressionTreeDetailDescription.$t = markType(WebExpressionTreeDetailDescription, 'WebExpressionTreeDetailDescription', Description.$);
|
|
90
|
+
WebExpressionTreeDetailDescription.__marshalByValue = true;
|
|
91
|
+
WebExpressionTreeDetailDescription.__marshalByValueAlias = "ExpressionTreeDetail";
|
|
92
|
+
return WebExpressionTreeDetailDescription;
|
|
93
|
+
}(Description));
|
|
94
|
+
export { WebExpressionTreeDetailDescription };
|
|
@@ -0,0 +1,55 @@
|
|
|
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 { WebExpressionTreeOrFilteringExpressionDescriptionMetadata } from "./WebExpressionTreeOrFilteringExpressionDescriptionMetadata";
|
|
11
|
+
import { WebExpressionTreeDetailDescription } from "./WebExpressionTreeDetailDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var WebExpressionTreeDetailDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(WebExpressionTreeDetailDescriptionMetadata, _super);
|
|
17
|
+
function WebExpressionTreeDetailDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
WebExpressionTreeDetailDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (WebExpressionTreeDetailDescriptionMetadata.a == null) {
|
|
22
|
+
WebExpressionTreeDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
WebExpressionTreeDetailDescriptionMetadata.c(WebExpressionTreeDetailDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.k(WebExpressionTreeDetailDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.ad(WebExpressionTreeDetailDescriptionMetadata.a);
|
|
29
|
+
WebExpressionTreeOrFilteringExpressionDescriptionMetadata.d(a);
|
|
30
|
+
};
|
|
31
|
+
WebExpressionTreeDetailDescriptionMetadata.c = function (a) {
|
|
32
|
+
a.item("__qualifiedNameTS", "String:ExpressionTreeDetail");
|
|
33
|
+
a.item("__packageNameWC", "String:grids");
|
|
34
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
35
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
36
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
37
|
+
a.item("__marshalByValue", "Boolean");
|
|
38
|
+
a.item("__skipSuffix", "Boolean");
|
|
39
|
+
a.item("FilteringOperands", "Array:WebExpressionTreeOrFilteringExpressionDescription:ExpressionTreeOrFilteringExpression");
|
|
40
|
+
a.item("Operator", "ExportedType:string:FilteringLogic");
|
|
41
|
+
a.item("Operator@names", "And;Or");
|
|
42
|
+
a.item("FieldName", "String");
|
|
43
|
+
a.item("Entity", "String");
|
|
44
|
+
a.item("ReturnFields", "Array:string");
|
|
45
|
+
};
|
|
46
|
+
WebExpressionTreeDetailDescriptionMetadata.d = function (a) {
|
|
47
|
+
WebExpressionTreeDetailDescriptionMetadata.b(a);
|
|
48
|
+
a.af("WebExpressionTreeDetail", function () { return new WebExpressionTreeDetailDescription(); });
|
|
49
|
+
a.ae("WebExpressionTreeDetail", WebExpressionTreeDetailDescriptionMetadata.a);
|
|
50
|
+
};
|
|
51
|
+
WebExpressionTreeDetailDescriptionMetadata.$t = markType(WebExpressionTreeDetailDescriptionMetadata, 'WebExpressionTreeDetailDescriptionMetadata');
|
|
52
|
+
WebExpressionTreeDetailDescriptionMetadata.a = null;
|
|
53
|
+
return WebExpressionTreeDetailDescriptionMetadata;
|
|
54
|
+
}(Base));
|
|
55
|
+
export { WebExpressionTreeDetailDescriptionMetadata };
|
|
@@ -0,0 +1,46 @@
|
|
|
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 WebExpressionTreeEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebExpressionTreeEventArgsDescription, _super);
|
|
15
|
+
function WebExpressionTreeEventArgsDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.k = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
WebExpressionTreeEventArgsDescription.prototype.get_type = function () {
|
|
21
|
+
return "WebExpressionTreeEventArgs";
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(WebExpressionTreeEventArgsDescription.prototype, "type", {
|
|
24
|
+
get: function () {
|
|
25
|
+
return this.get_type();
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(WebExpressionTreeEventArgsDescription.prototype, "detail", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.k;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.k = a;
|
|
36
|
+
this.j("Detail");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
WebExpressionTreeEventArgsDescription.$t = markType(WebExpressionTreeEventArgsDescription, 'WebExpressionTreeEventArgsDescription', Description.$);
|
|
42
|
+
WebExpressionTreeEventArgsDescription.__marshalByValue = true;
|
|
43
|
+
WebExpressionTreeEventArgsDescription.__marshalByValueAlias = "ExpressionTreeEventArgs";
|
|
44
|
+
return WebExpressionTreeEventArgsDescription;
|
|
45
|
+
}(Description));
|
|
46
|
+
export { WebExpressionTreeEventArgsDescription };
|
|
@@ -0,0 +1,49 @@
|
|
|
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 { WebExpressionTreeDetailDescriptionMetadata } from "./WebExpressionTreeDetailDescriptionMetadata";
|
|
11
|
+
import { WebExpressionTreeEventArgsDescription } from "./WebExpressionTreeEventArgsDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var WebExpressionTreeEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(WebExpressionTreeEventArgsDescriptionMetadata, _super);
|
|
17
|
+
function WebExpressionTreeEventArgsDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
WebExpressionTreeEventArgsDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (WebExpressionTreeEventArgsDescriptionMetadata.a == null) {
|
|
22
|
+
WebExpressionTreeEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
WebExpressionTreeEventArgsDescriptionMetadata.c(WebExpressionTreeEventArgsDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.k(WebExpressionTreeEventArgsDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.ad(WebExpressionTreeEventArgsDescriptionMetadata.a);
|
|
29
|
+
WebExpressionTreeDetailDescriptionMetadata.d(a);
|
|
30
|
+
};
|
|
31
|
+
WebExpressionTreeEventArgsDescriptionMetadata.c = function (a) {
|
|
32
|
+
a.item("__qualifiedNameTS", "String:ExpressionTreeEventArgs");
|
|
33
|
+
a.item("__packageNameWC", "String:grids");
|
|
34
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
35
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
36
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
37
|
+
a.item("__marshalByValue", "Boolean");
|
|
38
|
+
a.item("Detail", "ExportedType:WebExpressionTreeDetail");
|
|
39
|
+
};
|
|
40
|
+
WebExpressionTreeEventArgsDescriptionMetadata.d = function (a) {
|
|
41
|
+
WebExpressionTreeEventArgsDescriptionMetadata.b(a);
|
|
42
|
+
a.af("WebExpressionTreeEventArgs", function () { return new WebExpressionTreeEventArgsDescription(); });
|
|
43
|
+
a.ae("WebExpressionTreeEventArgs", WebExpressionTreeEventArgsDescriptionMetadata.a);
|
|
44
|
+
};
|
|
45
|
+
WebExpressionTreeEventArgsDescriptionMetadata.$t = markType(WebExpressionTreeEventArgsDescriptionMetadata, 'WebExpressionTreeEventArgsDescriptionMetadata');
|
|
46
|
+
WebExpressionTreeEventArgsDescriptionMetadata.a = null;
|
|
47
|
+
return WebExpressionTreeEventArgsDescriptionMetadata;
|
|
48
|
+
}(Base));
|
|
49
|
+
export { WebExpressionTreeEventArgsDescriptionMetadata };
|
|
@@ -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 WebFieldTypeDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebFieldTypeDescription, _super);
|
|
15
|
+
function WebFieldTypeDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.v = null;
|
|
18
|
+
_this.t = null;
|
|
19
|
+
_this.u = null;
|
|
20
|
+
_this.q = null;
|
|
21
|
+
_this.k = null;
|
|
22
|
+
_this.o = null;
|
|
23
|
+
_this.m = null;
|
|
24
|
+
_this.s = null;
|
|
25
|
+
_this.r = null;
|
|
26
|
+
return _this;
|
|
27
|
+
}
|
|
28
|
+
WebFieldTypeDescription.prototype.get_type = function () {
|
|
29
|
+
return "WebFieldType";
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "type", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this.get_type();
|
|
34
|
+
},
|
|
35
|
+
enumerable: false,
|
|
36
|
+
configurable: true
|
|
37
|
+
});
|
|
38
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "label", {
|
|
39
|
+
get: function () {
|
|
40
|
+
return this.v;
|
|
41
|
+
},
|
|
42
|
+
set: function (a) {
|
|
43
|
+
this.v = a;
|
|
44
|
+
this.j("Label");
|
|
45
|
+
},
|
|
46
|
+
enumerable: false,
|
|
47
|
+
configurable: true
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "field", {
|
|
50
|
+
get: function () {
|
|
51
|
+
return this.t;
|
|
52
|
+
},
|
|
53
|
+
set: function (a) {
|
|
54
|
+
this.t = a;
|
|
55
|
+
this.j("Field");
|
|
56
|
+
},
|
|
57
|
+
enumerable: false,
|
|
58
|
+
configurable: true
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "header", {
|
|
61
|
+
get: function () {
|
|
62
|
+
return this.u;
|
|
63
|
+
},
|
|
64
|
+
set: function (a) {
|
|
65
|
+
this.u = a;
|
|
66
|
+
this.j("Header");
|
|
67
|
+
},
|
|
68
|
+
enumerable: false,
|
|
69
|
+
configurable: true
|
|
70
|
+
});
|
|
71
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "dataType", {
|
|
72
|
+
get: function () {
|
|
73
|
+
return this.q;
|
|
74
|
+
},
|
|
75
|
+
set: function (a) {
|
|
76
|
+
this.q = a;
|
|
77
|
+
this.j("DataType");
|
|
78
|
+
},
|
|
79
|
+
enumerable: false,
|
|
80
|
+
configurable: true
|
|
81
|
+
});
|
|
82
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "editorOptions", {
|
|
83
|
+
get: function () {
|
|
84
|
+
return this.k;
|
|
85
|
+
},
|
|
86
|
+
set: function (a) {
|
|
87
|
+
this.k = a;
|
|
88
|
+
this.j("EditorOptions");
|
|
89
|
+
},
|
|
90
|
+
enumerable: false,
|
|
91
|
+
configurable: true
|
|
92
|
+
});
|
|
93
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "filters", {
|
|
94
|
+
get: function () {
|
|
95
|
+
return this.o;
|
|
96
|
+
},
|
|
97
|
+
set: function (a) {
|
|
98
|
+
this.o = a;
|
|
99
|
+
this.j("Filters");
|
|
100
|
+
},
|
|
101
|
+
enumerable: false,
|
|
102
|
+
configurable: true
|
|
103
|
+
});
|
|
104
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "pipeArgs", {
|
|
105
|
+
get: function () {
|
|
106
|
+
return this.m;
|
|
107
|
+
},
|
|
108
|
+
set: function (a) {
|
|
109
|
+
this.m = a;
|
|
110
|
+
this.j("PipeArgs");
|
|
111
|
+
},
|
|
112
|
+
enumerable: false,
|
|
113
|
+
configurable: true
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "defaultTimeFormat", {
|
|
116
|
+
get: function () {
|
|
117
|
+
return this.s;
|
|
118
|
+
},
|
|
119
|
+
set: function (a) {
|
|
120
|
+
this.s = a;
|
|
121
|
+
this.j("DefaultTimeFormat");
|
|
122
|
+
},
|
|
123
|
+
enumerable: false,
|
|
124
|
+
configurable: true
|
|
125
|
+
});
|
|
126
|
+
Object.defineProperty(WebFieldTypeDescription.prototype, "defaultDateTimeFormat", {
|
|
127
|
+
get: function () {
|
|
128
|
+
return this.r;
|
|
129
|
+
},
|
|
130
|
+
set: function (a) {
|
|
131
|
+
this.r = a;
|
|
132
|
+
this.j("DefaultDateTimeFormat");
|
|
133
|
+
},
|
|
134
|
+
enumerable: false,
|
|
135
|
+
configurable: true
|
|
136
|
+
});
|
|
137
|
+
WebFieldTypeDescription.$t = markType(WebFieldTypeDescription, 'WebFieldTypeDescription', Description.$);
|
|
138
|
+
return WebFieldTypeDescription;
|
|
139
|
+
}(Description));
|
|
140
|
+
export { WebFieldTypeDescription };
|
|
@@ -0,0 +1,64 @@
|
|
|
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 { WebFieldEditorOptionsDescriptionMetadata } from "./WebFieldEditorOptionsDescriptionMetadata";
|
|
11
|
+
import { WebFilteringOperandDescriptionMetadata } from "./WebFilteringOperandDescriptionMetadata";
|
|
12
|
+
import { WebFieldPipeArgsDescriptionMetadata } from "./WebFieldPipeArgsDescriptionMetadata";
|
|
13
|
+
import { WebFieldTypeDescription } from "./WebFieldTypeDescription";
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
var WebFieldTypeDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
18
|
+
__extends(WebFieldTypeDescriptionMetadata, _super);
|
|
19
|
+
function WebFieldTypeDescriptionMetadata() {
|
|
20
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
21
|
+
}
|
|
22
|
+
WebFieldTypeDescriptionMetadata.b = function (a) {
|
|
23
|
+
if (WebFieldTypeDescriptionMetadata.a == null) {
|
|
24
|
+
WebFieldTypeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
25
|
+
WebFieldTypeDescriptionMetadata.c(WebFieldTypeDescriptionMetadata.a);
|
|
26
|
+
}
|
|
27
|
+
if (a.k(WebFieldTypeDescriptionMetadata.a)) {
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
a.ad(WebFieldTypeDescriptionMetadata.a);
|
|
31
|
+
WebFieldEditorOptionsDescriptionMetadata.d(a);
|
|
32
|
+
WebFilteringOperandDescriptionMetadata.d(a);
|
|
33
|
+
WebFieldPipeArgsDescriptionMetadata.d(a);
|
|
34
|
+
};
|
|
35
|
+
WebFieldTypeDescriptionMetadata.c = function (a) {
|
|
36
|
+
a.item("__qualifiedNameTS", "String:FieldType");
|
|
37
|
+
a.item("__packageNameWC", "String:grids");
|
|
38
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
39
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
40
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
41
|
+
a.item("__isPlainObject", "Boolean");
|
|
42
|
+
a.item("__skipSuffix", "Boolean");
|
|
43
|
+
a.item("Label", "String");
|
|
44
|
+
a.item("Field", "String");
|
|
45
|
+
a.item("Header", "String");
|
|
46
|
+
a.item("DataType", "ExportedType:string:GridColumnDataType");
|
|
47
|
+
a.item("DataType@stringUnion", "WebComponents;React");
|
|
48
|
+
a.item("DataType@names", "String;Number;Boolean;Date;DateTime;Time;Currency;Percent;Image");
|
|
49
|
+
a.item("EditorOptions", "ExportedType:WebFieldEditorOptions");
|
|
50
|
+
a.item("Filters", "ExportedType:WebFilteringOperand");
|
|
51
|
+
a.item("PipeArgs", "ExportedType:WebFieldPipeArgs");
|
|
52
|
+
a.item("DefaultTimeFormat", "String");
|
|
53
|
+
a.item("DefaultDateTimeFormat", "String");
|
|
54
|
+
};
|
|
55
|
+
WebFieldTypeDescriptionMetadata.d = function (a) {
|
|
56
|
+
WebFieldTypeDescriptionMetadata.b(a);
|
|
57
|
+
a.af("WebFieldType", function () { return new WebFieldTypeDescription(); });
|
|
58
|
+
a.ae("WebFieldType", WebFieldTypeDescriptionMetadata.a);
|
|
59
|
+
};
|
|
60
|
+
WebFieldTypeDescriptionMetadata.$t = markType(WebFieldTypeDescriptionMetadata, 'WebFieldTypeDescriptionMetadata');
|
|
61
|
+
WebFieldTypeDescriptionMetadata.a = null;
|
|
62
|
+
return WebFieldTypeDescriptionMetadata;
|
|
63
|
+
}(Base));
|
|
64
|
+
export { WebFieldTypeDescriptionMetadata };
|
|
@@ -13,7 +13,11 @@ import { markType } from "./type";
|
|
|
13
13
|
var WebFilteringOptionsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(WebFilteringOptionsDescription, _super);
|
|
15
15
|
function WebFilteringOptionsDescription() {
|
|
16
|
-
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.o = null;
|
|
18
|
+
_this.k = false;
|
|
19
|
+
_this.l = false;
|
|
20
|
+
return _this;
|
|
17
21
|
}
|
|
18
22
|
WebFilteringOptionsDescription.prototype.get_type = function () {
|
|
19
23
|
return "WebFilteringOptions";
|
|
@@ -25,6 +29,39 @@ var WebFilteringOptionsDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
25
29
|
enumerable: false,
|
|
26
30
|
configurable: true
|
|
27
31
|
});
|
|
32
|
+
Object.defineProperty(WebFilteringOptionsDescription.prototype, "filterKey", {
|
|
33
|
+
get: function () {
|
|
34
|
+
return this.o;
|
|
35
|
+
},
|
|
36
|
+
set: function (a) {
|
|
37
|
+
this.o = a;
|
|
38
|
+
this.j("FilterKey");
|
|
39
|
+
},
|
|
40
|
+
enumerable: false,
|
|
41
|
+
configurable: true
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(WebFilteringOptionsDescription.prototype, "caseSensitive", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this.k;
|
|
46
|
+
},
|
|
47
|
+
set: function (a) {
|
|
48
|
+
this.k = a;
|
|
49
|
+
this.j("CaseSensitive");
|
|
50
|
+
},
|
|
51
|
+
enumerable: false,
|
|
52
|
+
configurable: true
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(WebFilteringOptionsDescription.prototype, "matchDiacritics", {
|
|
55
|
+
get: function () {
|
|
56
|
+
return this.l;
|
|
57
|
+
},
|
|
58
|
+
set: function (a) {
|
|
59
|
+
this.l = a;
|
|
60
|
+
this.j("MatchDiacritics");
|
|
61
|
+
},
|
|
62
|
+
enumerable: false,
|
|
63
|
+
configurable: true
|
|
64
|
+
});
|
|
28
65
|
WebFilteringOptionsDescription.$t = markType(WebFilteringOptionsDescription, 'WebFilteringOptionsDescription', Description.$);
|
|
29
66
|
return WebFilteringOptionsDescription;
|
|
30
67
|
}(Description));
|
|
@@ -30,6 +30,10 @@ var WebFilteringOptionsDescriptionMetadata = /** @class */ /*@__PURE__*/ (functi
|
|
|
30
30
|
a.item("__qualifiedNameTS", "String:FilteringOptions");
|
|
31
31
|
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
32
32
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
|
|
33
|
+
a.item("__isPlainObject", "Boolean");
|
|
34
|
+
a.item("FilterKey", "String");
|
|
35
|
+
a.item("CaseSensitive", "Boolean");
|
|
36
|
+
a.item("MatchDiacritics", "Boolean");
|
|
33
37
|
};
|
|
34
38
|
WebFilteringOptionsDescriptionMetadata.d = function (a) {
|
|
35
39
|
WebFilteringOptionsDescriptionMetadata.b(a);
|