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
|
@@ -6,14 +6,13 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { Base, String_$type, markType } from "./type";
|
|
8
8
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebGridResourceStringsDescriptionMetadata } from "./WebGridResourceStringsDescriptionMetadata";
|
|
9
10
|
import { WebDataCloneStrategyDescriptionMetadata } from "./WebDataCloneStrategyDescriptionMetadata";
|
|
10
11
|
import { WebClipboardOptionsDescriptionMetadata } from "./WebClipboardOptionsDescriptionMetadata";
|
|
11
|
-
import { WebGridResourceStringsDescriptionMetadata } from "./WebGridResourceStringsDescriptionMetadata";
|
|
12
12
|
import { WebFilteringExpressionsTreeDescriptionMetadata } from "./WebFilteringExpressionsTreeDescriptionMetadata";
|
|
13
13
|
import { WebPinningConfigDescriptionMetadata } from "./WebPinningConfigDescriptionMetadata";
|
|
14
14
|
import { WebFilteringStrategyDescriptionMetadata } from "./WebFilteringStrategyDescriptionMetadata";
|
|
15
15
|
import { WebGridSortingStrategyDescriptionMetadata } from "./WebGridSortingStrategyDescriptionMetadata";
|
|
16
|
-
import { WebGridMergeStrategyDescriptionMetadata } from "./WebGridMergeStrategyDescriptionMetadata";
|
|
17
16
|
import { WebSortingOptionsDescriptionMetadata } from "./WebSortingOptionsDescriptionMetadata";
|
|
18
17
|
import { WebSortingExpressionDescriptionMetadata } from "./WebSortingExpressionDescriptionMetadata";
|
|
19
18
|
import { WebGridCreatedEventArgsDescriptionMetadata } from "./WebGridCreatedEventArgsDescriptionMetadata";
|
|
@@ -72,14 +71,13 @@ export let WebRowIslandDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
72
71
|
return;
|
|
73
72
|
}
|
|
74
73
|
a.ad(WebRowIslandDescriptionMetadata.a);
|
|
74
|
+
WebGridResourceStringsDescriptionMetadata.d(a);
|
|
75
75
|
WebDataCloneStrategyDescriptionMetadata.d(a);
|
|
76
76
|
WebClipboardOptionsDescriptionMetadata.d(a);
|
|
77
|
-
WebGridResourceStringsDescriptionMetadata.d(a);
|
|
78
77
|
WebFilteringExpressionsTreeDescriptionMetadata.d(a);
|
|
79
78
|
WebPinningConfigDescriptionMetadata.d(a);
|
|
80
79
|
WebFilteringStrategyDescriptionMetadata.d(a);
|
|
81
80
|
WebGridSortingStrategyDescriptionMetadata.d(a);
|
|
82
|
-
WebGridMergeStrategyDescriptionMetadata.d(a);
|
|
83
81
|
WebSortingOptionsDescriptionMetadata.d(a);
|
|
84
82
|
WebSortingExpressionDescriptionMetadata.d(a);
|
|
85
83
|
WebGridCreatedEventArgsDescriptionMetadata.d(a);
|
|
@@ -135,6 +133,7 @@ export let WebRowIslandDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
135
133
|
a.item("__manageItemInMarkup", "Boolean");
|
|
136
134
|
a.item("__mustUseNGParentAnchor", "Boolean");
|
|
137
135
|
a.item("ChildDataKey", "String");
|
|
136
|
+
a.item("ResourceStrings", "ExportedType:WebGridResourceStrings");
|
|
138
137
|
a.item("ChildLayoutList", "Collection:WebRowIsland:RowIslandCollection:WebRowIsland");
|
|
139
138
|
a.item("ActionStripComponents", "Collection:WebActionStrip:ActionStripCollection:WebActionStrip");
|
|
140
139
|
a.item("ActionStripComponents@ngQueryList", "actionStripComponents");
|
|
@@ -173,7 +172,6 @@ export let WebRowIslandDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
173
172
|
a.item("Toolbar@ngQueryList", "toolbar");
|
|
174
173
|
a.item("PaginationComponents", "Collection:WebPaginator:PaginatorCollection:WebPaginator");
|
|
175
174
|
a.item("PaginationComponents@ngQueryList", "paginationComponents");
|
|
176
|
-
a.item("ResourceStrings", "ExportedType:WebGridResourceStrings");
|
|
177
175
|
a.item("FilteringLogic", "ExportedType:string:FilteringLogic");
|
|
178
176
|
a.item("FilteringLogic@names", "And;Or");
|
|
179
177
|
a.item("FilteringExpressionsTree", "ExportedType:WebFilteringExpressionsTree");
|
|
@@ -213,7 +211,6 @@ export let WebRowIslandDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
213
211
|
a.item("ShowSummaryOnCollapse", "Boolean");
|
|
214
212
|
a.item("FilterStrategy", "ExportedType:WebFilteringStrategy");
|
|
215
213
|
a.item("SortStrategy", "ExportedType:WebGridSortingStrategy");
|
|
216
|
-
a.item("MergeStrategy", "ExportedType:WebGridMergeStrategy");
|
|
217
214
|
a.item("SortingOptions", "ExportedType:WebSortingOptions");
|
|
218
215
|
a.item("SelectedRows", "Array:object");
|
|
219
216
|
a.item("HeadSelectorTemplateRef", "(w:HeadSelectorTemplate,p:HeadSelectorTemplate)TemplateRef::object");
|
|
@@ -226,7 +223,7 @@ export let WebRowIslandDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
226
223
|
a.item("CellSelection@names", "None;Single;Multiple;MultipleCascade");
|
|
227
224
|
a.item("CellMergeMode", "ExportedType:string:GridCellMergeMode");
|
|
228
225
|
a.item("CellMergeMode@stringUnion", "WebComponents;React");
|
|
229
|
-
a.item("CellMergeMode@names", "Always
|
|
226
|
+
a.item("CellMergeMode@names", "OnSort;Always");
|
|
230
227
|
a.item("RowSelection", "ExportedType:string:GridSelectionMode");
|
|
231
228
|
a.item("RowSelection@stringUnion", "WebComponents;React");
|
|
232
229
|
a.item("RowSelection@names", "None;Single;Multiple;MultipleCascade");
|
|
@@ -0,0 +1,42 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebThemeProviderDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebThemeProviderDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.k = null;
|
|
17
|
+
this.l = null;
|
|
18
|
+
}
|
|
19
|
+
get_type() {
|
|
20
|
+
return "WebThemeProvider";
|
|
21
|
+
}
|
|
22
|
+
get type() {
|
|
23
|
+
return this.get_type();
|
|
24
|
+
}
|
|
25
|
+
get theme() {
|
|
26
|
+
return this.k;
|
|
27
|
+
}
|
|
28
|
+
set theme(a) {
|
|
29
|
+
this.k = a;
|
|
30
|
+
this.j("Theme");
|
|
31
|
+
}
|
|
32
|
+
get variant() {
|
|
33
|
+
return this.l;
|
|
34
|
+
}
|
|
35
|
+
set variant(a) {
|
|
36
|
+
this.l = a;
|
|
37
|
+
this.j("Variant");
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
WebThemeProviderDescription.$t = markType(WebThemeProviderDescription, 'WebThemeProviderDescription', Description.$);
|
|
41
|
+
return WebThemeProviderDescription;
|
|
42
|
+
})();
|
|
@@ -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 { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebThemeProviderDescription } from "./WebThemeProviderDescription";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let WebThemeProviderDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
+
class WebThemeProviderDescriptionMetadata extends Base {
|
|
15
|
+
static b(a) {
|
|
16
|
+
if (WebThemeProviderDescriptionMetadata.a == null) {
|
|
17
|
+
WebThemeProviderDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
+
WebThemeProviderDescriptionMetadata.c(WebThemeProviderDescriptionMetadata.a);
|
|
19
|
+
}
|
|
20
|
+
if (a.k(WebThemeProviderDescriptionMetadata.a)) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
a.ad(WebThemeProviderDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
static c(a) {
|
|
26
|
+
a.item("__qualifiedNameTS", "String:ThemeProvider");
|
|
27
|
+
a.item("__tagNameWC", "String:igc-theme-provider");
|
|
28
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
29
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
|
|
30
|
+
a.item("Theme", "ExportedType:string:Theme");
|
|
31
|
+
a.item("Theme@stringUnion", "WebComponents;React");
|
|
32
|
+
a.item("Theme@names", "Material;Bootstrap;Indigo;Fluent");
|
|
33
|
+
a.item("Variant", "ExportedType:string:ThemeVariant");
|
|
34
|
+
a.item("Variant@stringUnion", "WebComponents;React");
|
|
35
|
+
a.item("Variant@names", "Light;Dark");
|
|
36
|
+
}
|
|
37
|
+
static d(a) {
|
|
38
|
+
WebThemeProviderDescriptionMetadata.b(a);
|
|
39
|
+
a.af("WebThemeProvider", () => new WebThemeProviderDescription());
|
|
40
|
+
a.ae("WebThemeProvider", WebThemeProviderDescriptionMetadata.a);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
WebThemeProviderDescriptionMetadata.$t = markType(WebThemeProviderDescriptionMetadata, 'WebThemeProviderDescriptionMetadata');
|
|
44
|
+
WebThemeProviderDescriptionMetadata.a = null;
|
|
45
|
+
return WebThemeProviderDescriptionMetadata;
|
|
46
|
+
})();
|
|
@@ -0,0 +1,20 @@
|
|
|
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 { Base, markType } from "./type";
|
|
8
|
+
import { WebThemeProviderDescriptionMetadata } from "./WebThemeProviderDescriptionMetadata";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebThemeProviderDescriptionModule = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebThemeProviderDescriptionModule extends Base {
|
|
14
|
+
static register(a) {
|
|
15
|
+
WebThemeProviderDescriptionMetadata.d(a);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
WebThemeProviderDescriptionModule.$t = markType(WebThemeProviderDescriptionModule, 'WebThemeProviderDescriptionModule');
|
|
19
|
+
return WebThemeProviderDescriptionModule;
|
|
20
|
+
})();
|
|
@@ -13,88 +13,88 @@ export let WebTreeGridDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebTreeGridDescription extends WebGridBaseDirectiveDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.g6 = null;
|
|
16
17
|
this.g8 = null;
|
|
18
|
+
this.g9 = null;
|
|
19
|
+
this.g2 = false;
|
|
17
20
|
this.ha = null;
|
|
21
|
+
this.gz = null;
|
|
22
|
+
this.gy = null;
|
|
23
|
+
this.g7 = null;
|
|
24
|
+
this.g4 = 0;
|
|
18
25
|
this.hb = null;
|
|
19
|
-
this.g4 = false;
|
|
20
|
-
this.hc = null;
|
|
21
|
-
this.g1 = null;
|
|
22
|
-
this.g0 = null;
|
|
23
|
-
this.g9 = null;
|
|
24
|
-
this.g6 = 0;
|
|
25
|
-
this.hd = null;
|
|
26
26
|
}
|
|
27
27
|
get_type() {
|
|
28
28
|
return "WebTreeGrid";
|
|
29
29
|
}
|
|
30
30
|
get childDataKey() {
|
|
31
|
-
return this.
|
|
31
|
+
return this.g6;
|
|
32
32
|
}
|
|
33
33
|
set childDataKey(a) {
|
|
34
|
-
this.
|
|
34
|
+
this.g6 = a;
|
|
35
35
|
this.j("ChildDataKey");
|
|
36
36
|
}
|
|
37
37
|
get foreignKey() {
|
|
38
|
-
return this.
|
|
38
|
+
return this.g8;
|
|
39
39
|
}
|
|
40
40
|
set foreignKey(a) {
|
|
41
|
-
this.
|
|
41
|
+
this.g8 = a;
|
|
42
42
|
this.j("ForeignKey");
|
|
43
43
|
}
|
|
44
44
|
get hasChildrenKey() {
|
|
45
|
-
return this.
|
|
45
|
+
return this.g9;
|
|
46
46
|
}
|
|
47
47
|
set hasChildrenKey(a) {
|
|
48
|
-
this.
|
|
48
|
+
this.g9 = a;
|
|
49
49
|
this.j("HasChildrenKey");
|
|
50
50
|
}
|
|
51
51
|
get cascadeOnDelete() {
|
|
52
|
-
return this.
|
|
52
|
+
return this.g2;
|
|
53
53
|
}
|
|
54
54
|
set cascadeOnDelete(a) {
|
|
55
|
-
this.
|
|
55
|
+
this.g2 = a;
|
|
56
56
|
this.j("CascadeOnDelete");
|
|
57
57
|
}
|
|
58
58
|
get id() {
|
|
59
|
-
return this.
|
|
59
|
+
return this.ha;
|
|
60
60
|
}
|
|
61
61
|
set id(a) {
|
|
62
|
-
this.
|
|
62
|
+
this.ha = a;
|
|
63
63
|
this.j("Id");
|
|
64
64
|
}
|
|
65
65
|
get rootRecords() {
|
|
66
|
-
return this.
|
|
66
|
+
return this.gz;
|
|
67
67
|
}
|
|
68
68
|
set rootRecords(a) {
|
|
69
|
-
this.
|
|
69
|
+
this.gz = a;
|
|
70
70
|
this.j("RootRecords");
|
|
71
71
|
}
|
|
72
72
|
get processedRootRecords() {
|
|
73
|
-
return this.
|
|
73
|
+
return this.gy;
|
|
74
74
|
}
|
|
75
75
|
set processedRootRecords(a) {
|
|
76
|
-
this.
|
|
76
|
+
this.gy = a;
|
|
77
77
|
this.j("ProcessedRootRecords");
|
|
78
78
|
}
|
|
79
79
|
get dataRef() {
|
|
80
|
-
return this.
|
|
80
|
+
return this.g7;
|
|
81
81
|
}
|
|
82
82
|
set dataRef(a) {
|
|
83
|
-
this.
|
|
83
|
+
this.g7 = a;
|
|
84
84
|
this.j("DataRef");
|
|
85
85
|
}
|
|
86
86
|
get expansionDepth() {
|
|
87
|
-
return this.
|
|
87
|
+
return this.g4;
|
|
88
88
|
}
|
|
89
89
|
set expansionDepth(a) {
|
|
90
|
-
this.
|
|
90
|
+
this.g4 = a;
|
|
91
91
|
this.j("ExpansionDepth");
|
|
92
92
|
}
|
|
93
93
|
get rowLoadingIndicatorTemplateRef() {
|
|
94
|
-
return this.
|
|
94
|
+
return this.hb;
|
|
95
95
|
}
|
|
96
96
|
set rowLoadingIndicatorTemplateRef(a) {
|
|
97
|
-
this.
|
|
97
|
+
this.hb = a;
|
|
98
98
|
this.j("RowLoadingIndicatorTemplateRef");
|
|
99
99
|
}
|
|
100
100
|
}
|
|
@@ -846,8 +846,16 @@ export function initializePropertiesFromCss(ele, comp, cssPrefix, ignoredPropert
|
|
|
846
846
|
else {
|
|
847
847
|
cssName = toCssPropertyName(prop);
|
|
848
848
|
}
|
|
849
|
+
let cssValue = undefined;
|
|
850
|
+
if (!prefixRequired) {
|
|
851
|
+
// check if custom property is set without a prefix
|
|
852
|
+
cssValue = styles.getPropertyValue("--" + cssName);
|
|
853
|
+
if (cssValue && cssValue.length && cssValue.length > 0) {
|
|
854
|
+
comp[prop] = resolveUnits(cssValue.trim());
|
|
855
|
+
}
|
|
856
|
+
}
|
|
849
857
|
// check if custom property is set with a prefix
|
|
850
|
-
|
|
858
|
+
cssValue = styles.getPropertyValue("--" + cssPrefix + cssName);
|
|
851
859
|
if (cssValue && cssValue.length && cssValue.length > 0) {
|
|
852
860
|
comp[prop] = resolveUnits(cssValue.trim());
|
|
853
861
|
}
|
|
@@ -860,13 +868,6 @@ export function initializePropertiesFromCss(ele, comp, cssPrefix, ignoredPropert
|
|
|
860
868
|
}
|
|
861
869
|
}
|
|
862
870
|
}
|
|
863
|
-
if (!prefixRequired) {
|
|
864
|
-
// check if custom property is set without a prefix
|
|
865
|
-
cssValue = styles.getPropertyValue("--" + cssName);
|
|
866
|
-
if (cssValue && cssValue.length && cssValue.length > 0) {
|
|
867
|
-
comp[prop] = resolveUnits(cssValue.trim());
|
|
868
|
-
}
|
|
869
|
-
}
|
|
870
871
|
if (!filtered) {
|
|
871
872
|
stylableProperties.push([prop, cssName]);
|
|
872
873
|
}
|
package/esm2015/public_api.js
CHANGED
|
@@ -2112,6 +2112,8 @@ export * from './lib/WebDateTimeFilteringOperandDescriptionMetadata';
|
|
|
2112
2112
|
export * from './lib/WebDateTimeInputDescription';
|
|
2113
2113
|
export * from './lib/WebDateTimeInputDescriptionMetadata';
|
|
2114
2114
|
export * from './lib/WebDateTimeInputDescriptionModule';
|
|
2115
|
+
export * from './lib/WebDateValidationContextDescription';
|
|
2116
|
+
export * from './lib/WebDateValidationContextDescriptionMetadata';
|
|
2115
2117
|
export * from './lib/WebDefaultMergeStrategyDescription';
|
|
2116
2118
|
export * from './lib/WebDefaultMergeStrategyDescriptionMetadata';
|
|
2117
2119
|
export * from './lib/WebDefaultTreeGridMergeStrategyDescription';
|
|
@@ -2165,6 +2167,8 @@ export * from './lib/WebDropdownItemComponentEventArgsDescription';
|
|
|
2165
2167
|
export * from './lib/WebDropdownItemComponentEventArgsDescriptionMetadata';
|
|
2166
2168
|
export * from './lib/WebDropdownItemDescriptionModule';
|
|
2167
2169
|
export * from './lib/WebDropdownDescriptionModule';
|
|
2170
|
+
export * from './lib/WebEntityTypeDescription';
|
|
2171
|
+
export * from './lib/WebEntityTypeDescriptionMetadata';
|
|
2168
2172
|
export * from './lib/WebExpansionPanelDescription';
|
|
2169
2173
|
export * from './lib/WebExpansionPanelDescriptionMetadata';
|
|
2170
2174
|
export * from './lib/WebExpansionPanelComponentEventArgsDescription';
|
|
@@ -2178,12 +2182,18 @@ export * from './lib/WebExporterOptionsBaseDescription';
|
|
|
2178
2182
|
export * from './lib/WebExporterOptionsBaseDescriptionMetadata';
|
|
2179
2183
|
export * from './lib/WebExpressionTreeDescription';
|
|
2180
2184
|
export * from './lib/WebExpressionTreeDescriptionMetadata';
|
|
2185
|
+
export * from './lib/WebExpressionTreeDetailDescription';
|
|
2186
|
+
export * from './lib/WebExpressionTreeDetailDescriptionMetadata';
|
|
2187
|
+
export * from './lib/WebExpressionTreeEventArgsDescription';
|
|
2188
|
+
export * from './lib/WebExpressionTreeEventArgsDescriptionMetadata';
|
|
2181
2189
|
export * from './lib/WebExpressionTreeOrFilteringExpressionDescription';
|
|
2182
2190
|
export * from './lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata';
|
|
2183
2191
|
export * from './lib/WebFieldEditorOptionsDescription';
|
|
2184
2192
|
export * from './lib/WebFieldEditorOptionsDescriptionMetadata';
|
|
2185
2193
|
export * from './lib/WebFieldPipeArgsDescription';
|
|
2186
2194
|
export * from './lib/WebFieldPipeArgsDescriptionMetadata';
|
|
2195
|
+
export * from './lib/WebFieldTypeDescription';
|
|
2196
|
+
export * from './lib/WebFieldTypeDescriptionMetadata';
|
|
2187
2197
|
export * from './lib/WebFilteringEventArgsDescription';
|
|
2188
2198
|
export * from './lib/WebFilteringEventArgsDescriptionMetadata';
|
|
2189
2199
|
export * from './lib/WebFilteringEventArgsDetailDescription';
|
|
@@ -2584,6 +2594,14 @@ export * from './lib/WebPositionStrategyDescriptionMetadata';
|
|
|
2584
2594
|
export * from './lib/WebProgressBaseDescription';
|
|
2585
2595
|
export * from './lib/WebProgressBaseDescriptionMetadata';
|
|
2586
2596
|
export * from './lib/WebProgressBaseDescriptionModule';
|
|
2597
|
+
export * from './lib/WebQueryBuilderDescription';
|
|
2598
|
+
export * from './lib/WebQueryBuilderDescriptionMetadata';
|
|
2599
|
+
export * from './lib/WebQueryBuilderHeaderDescription';
|
|
2600
|
+
export * from './lib/WebQueryBuilderHeaderDescriptionMetadata';
|
|
2601
|
+
export * from './lib/WebQueryBuilderHeaderDescriptionModule';
|
|
2602
|
+
export * from './lib/WebQueryBuilderDescriptionModule';
|
|
2603
|
+
export * from './lib/WebQueryBuilderSearchValueContextDescription';
|
|
2604
|
+
export * from './lib/WebQueryBuilderSearchValueContextDescriptionMetadata';
|
|
2587
2605
|
export * from './lib/WebRadioDescription';
|
|
2588
2606
|
export * from './lib/WebRadioDescriptionMetadata';
|
|
2589
2607
|
export * from './lib/WebRadioChangeEventArgsDescription';
|
|
@@ -2738,6 +2756,9 @@ export * from './lib/WebTabsDescriptionModule';
|
|
|
2738
2756
|
export * from './lib/WebTextareaDescription';
|
|
2739
2757
|
export * from './lib/WebTextareaDescriptionMetadata';
|
|
2740
2758
|
export * from './lib/WebTextareaDescriptionModule';
|
|
2759
|
+
export * from './lib/WebThemeProviderDescription';
|
|
2760
|
+
export * from './lib/WebThemeProviderDescriptionMetadata';
|
|
2761
|
+
export * from './lib/WebThemeProviderDescriptionModule';
|
|
2741
2762
|
export * from './lib/WebTileDescription';
|
|
2742
2763
|
export * from './lib/WebTileDescriptionMetadata';
|
|
2743
2764
|
export * from './lib/WebTileChangeStateEventArgsDescription';
|
|
@@ -3569,6 +3590,8 @@ export * from './lib/DescriptionRef';
|
|
|
3569
3590
|
export * from './lib/DateColumnCache';
|
|
3570
3591
|
export * from './lib/RefValueChangedTarget';
|
|
3571
3592
|
export * from './lib/DescriptionRefTargetInfo';
|
|
3593
|
+
export * from './lib/IComponentRendererSerializationProvider';
|
|
3594
|
+
export * from './lib/ComponentRendererSerializationProvider';
|
|
3572
3595
|
export * from './lib/DescriptionRefValueChangedEventArgs';
|
|
3573
3596
|
export * from './lib/ContainerState';
|
|
3574
3597
|
export * from './lib/ComponentRendererReferenceResolverEventArgs';
|
|
@@ -3831,6 +3854,8 @@ export * from './lib/StringComparer';
|
|
|
3831
3854
|
export * from './lib/Tuple$2';
|
|
3832
3855
|
export * from './lib/Tuple$3';
|
|
3833
3856
|
export * from './lib/Tuple';
|
|
3857
|
+
export * from './lib/ValueTuple$2';
|
|
3858
|
+
export * from './lib/ValueTuple$3';
|
|
3834
3859
|
export * from './lib/Uri';
|
|
3835
3860
|
export * from './lib/UriKind';
|
|
3836
3861
|
export * from './lib/WeakReference';
|
package/esm5/lib/BrushUtil.js
CHANGED
|
@@ -42,7 +42,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
return Base.equalsStatic(a, b);
|
|
43
43
|
}
|
|
44
44
|
};
|
|
45
|
-
BrushUtil.
|
|
45
|
+
BrushUtil.q = function (a, b) {
|
|
46
46
|
if (a == null) {
|
|
47
47
|
return a;
|
|
48
48
|
}
|
|
@@ -63,7 +63,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63
63
|
})());
|
|
64
64
|
}
|
|
65
65
|
};
|
|
66
|
-
BrushUtil.
|
|
66
|
+
BrushUtil.s = function (a, b) {
|
|
67
67
|
if (a == null) {
|
|
68
68
|
return a;
|
|
69
69
|
}
|
|
@@ -84,7 +84,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84
84
|
})());
|
|
85
85
|
}
|
|
86
86
|
};
|
|
87
|
-
BrushUtil.
|
|
87
|
+
BrushUtil.r = function (a, b) {
|
|
88
88
|
if (a == null) {
|
|
89
89
|
return a;
|
|
90
90
|
}
|
|
@@ -92,12 +92,12 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
var c = a.clone();
|
|
93
93
|
for (var d = 0; d < c.gradientStops.length; d++) {
|
|
94
94
|
var e = c.gradientStops[d];
|
|
95
|
-
e.color = BrushUtil.
|
|
95
|
+
e.color = BrushUtil.y(e.color, b);
|
|
96
96
|
}
|
|
97
97
|
return c;
|
|
98
98
|
}
|
|
99
99
|
else {
|
|
100
|
-
var f_3 = BrushUtil.
|
|
100
|
+
var f_3 = BrushUtil.y(a.color, b);
|
|
101
101
|
return ((function () {
|
|
102
102
|
var $ret = new Brush();
|
|
103
103
|
$ret.color = f_3;
|
|
@@ -105,7 +105,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
105
105
|
})());
|
|
106
106
|
}
|
|
107
107
|
};
|
|
108
|
-
BrushUtil.
|
|
108
|
+
BrushUtil.y = function (a, b) {
|
|
109
109
|
return Color.u(truncate(Math.round(255 * b)), a.o, a.n, a.m);
|
|
110
110
|
};
|
|
111
111
|
BrushUtil.g = function (a) {
|
|
@@ -124,7 +124,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
124
124
|
}
|
|
125
125
|
return new Tuple$2(Boolean_$type, Color.$, true, b);
|
|
126
126
|
};
|
|
127
|
-
BrushUtil.
|
|
127
|
+
BrushUtil.x = function (a) {
|
|
128
128
|
if (a == null) {
|
|
129
129
|
return a;
|
|
130
130
|
}
|
|
@@ -146,7 +146,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
146
146
|
return e;
|
|
147
147
|
}
|
|
148
148
|
};
|
|
149
|
-
BrushUtil.
|
|
149
|
+
BrushUtil.n = function (a, b, c) {
|
|
150
150
|
var d = BrushUtil.g(a);
|
|
151
151
|
var e = new Color();
|
|
152
152
|
if (!d.c) {
|
|
@@ -180,7 +180,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
180
180
|
}
|
|
181
181
|
return c;
|
|
182
182
|
};
|
|
183
|
-
BrushUtil.
|
|
183
|
+
BrushUtil.m = function (a, b, c) {
|
|
184
184
|
var d = new Color();
|
|
185
185
|
if (typeCast(LinearGradientBrush.$, a) !== null) {
|
|
186
186
|
if (a.gradientStops == null || a.gradientStops.length < 1) {
|
|
@@ -214,7 +214,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
214
214
|
return $ret;
|
|
215
215
|
})());
|
|
216
216
|
};
|
|
217
|
-
BrushUtil.
|
|
217
|
+
BrushUtil.u = function (a, b) {
|
|
218
218
|
if (a == null) {
|
|
219
219
|
return a;
|
|
220
220
|
}
|
|
@@ -235,7 +235,28 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
235
235
|
})());
|
|
236
236
|
}
|
|
237
237
|
};
|
|
238
|
-
BrushUtil.
|
|
238
|
+
BrushUtil.j = function (a, b) {
|
|
239
|
+
if (a == null) {
|
|
240
|
+
return a;
|
|
241
|
+
}
|
|
242
|
+
if (a.isGradient) {
|
|
243
|
+
var c = a.clone();
|
|
244
|
+
for (var d = 0; d < c.gradientStops.length; d++) {
|
|
245
|
+
var e = c.gradientStops[d];
|
|
246
|
+
e.color = Color.u(truncate(Math.round(255 * b)), e.color.o, e.color.n, e.color.m);
|
|
247
|
+
}
|
|
248
|
+
return c;
|
|
249
|
+
}
|
|
250
|
+
else {
|
|
251
|
+
var f_5 = Color.u(truncate(Math.round(255 * b)), a.color.o, a.color.n, a.color.m);
|
|
252
|
+
return ((function () {
|
|
253
|
+
var $ret = new Brush();
|
|
254
|
+
$ret.color = f_5;
|
|
255
|
+
return $ret;
|
|
256
|
+
})());
|
|
257
|
+
}
|
|
258
|
+
};
|
|
259
|
+
BrushUtil.p = function (a, b, c, d) {
|
|
239
260
|
var e = new Brush();
|
|
240
261
|
if (a == null && c == null) {
|
|
241
262
|
e._fill = "transparent";
|
|
@@ -304,30 +325,30 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
304
325
|
}
|
|
305
326
|
}
|
|
306
327
|
if (f != null && g != null) {
|
|
307
|
-
return BrushUtil.
|
|
328
|
+
return BrushUtil.w(f, b, g, d);
|
|
308
329
|
}
|
|
309
330
|
if (f != null && i != null) {
|
|
310
|
-
return BrushUtil.
|
|
331
|
+
return BrushUtil.v(f, b, i, d);
|
|
311
332
|
}
|
|
312
333
|
if (h != null && g != null) {
|
|
313
|
-
return BrushUtil.
|
|
334
|
+
return BrushUtil.v(g, 1 - b, h, d);
|
|
314
335
|
}
|
|
315
336
|
if (h != null && i != null) {
|
|
316
|
-
return BrushUtil.
|
|
337
|
+
return BrushUtil.t(h, b, i, d);
|
|
317
338
|
}
|
|
318
339
|
return e;
|
|
319
340
|
};
|
|
320
|
-
BrushUtil.
|
|
341
|
+
BrushUtil.l = function (a, b, c, d) {
|
|
321
342
|
var e = new Brush();
|
|
322
343
|
e.color = Color.u(a, b, c, d);
|
|
323
344
|
return e;
|
|
324
345
|
};
|
|
325
|
-
BrushUtil.
|
|
346
|
+
BrushUtil.w = function (a, b, c, d) {
|
|
326
347
|
var e = new Brush();
|
|
327
348
|
e.color = ColorUtil.x(a.color, b, c.color, d);
|
|
328
349
|
return e;
|
|
329
350
|
};
|
|
330
|
-
BrushUtil.
|
|
351
|
+
BrushUtil.v = function (a, b, c, d) {
|
|
331
352
|
var e = new LinearGradientBrush();
|
|
332
353
|
e.gradientStops = BrushUtil.c(a.color, b, c.gradientStops, d);
|
|
333
354
|
if (c.useCustomDirection) {
|
|
@@ -339,7 +360,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
339
360
|
}
|
|
340
361
|
return e;
|
|
341
362
|
};
|
|
342
|
-
BrushUtil.
|
|
363
|
+
BrushUtil.t = function (a, b, c, d) {
|
|
343
364
|
var e = new LinearGradientBrush();
|
|
344
365
|
e.gradientStops = BrushUtil.b(a.gradientStops, b, c.gradientStops, d);
|
|
345
366
|
if (a.useCustomDirection || c.useCustomDirection) {
|
|
@@ -526,7 +547,7 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
526
547
|
p5: e
|
|
527
548
|
};
|
|
528
549
|
};
|
|
529
|
-
BrushUtil.
|
|
550
|
+
BrushUtil.o = function (a, b, c, container_, d) {
|
|
530
551
|
var e = null;
|
|
531
552
|
container_.startCSSQuery();
|
|
532
553
|
var f = container_.getCssDefaultPropertyValue(a, "background-image");
|
|
@@ -575,6 +596,17 @@ var BrushUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
575
596
|
return ColorUtil.m(a.color);
|
|
576
597
|
}
|
|
577
598
|
};
|
|
599
|
+
BrushUtil.k = function (a, b) {
|
|
600
|
+
var c = a.color;
|
|
601
|
+
var d = b.color;
|
|
602
|
+
var e = c.l / 255;
|
|
603
|
+
var f = d.l / 255;
|
|
604
|
+
var g = f + e * (1 - f);
|
|
605
|
+
var h = (d.o * f + c.o * e * (1 - f)) / g;
|
|
606
|
+
var i = (d.n * f + c.n * e * (1 - f)) / g;
|
|
607
|
+
var j = (d.m * f + c.m * e * (1 - f)) / g;
|
|
608
|
+
return BrushUtil.l(truncate((g * 255)), truncate(h), truncate(i), truncate(j));
|
|
609
|
+
};
|
|
578
610
|
BrushUtil.$t = markType(BrushUtil, 'BrushUtil');
|
|
579
611
|
return BrushUtil;
|
|
580
612
|
}(Base));
|
|
@@ -27,6 +27,9 @@ import { FinalValueLayerDescriptionModule } from "./FinalValueLayerDescriptionMo
|
|
|
27
27
|
import { NumberAbbreviatorDescriptionModule } from "./NumberAbbreviatorDescriptionModule";
|
|
28
28
|
import { DataChartInteractivityDescriptionModule } from "./DataChartInteractivityDescriptionModule";
|
|
29
29
|
import { DataChartCategoryTrendLineDescriptionModule } from "./DataChartCategoryTrendLineDescriptionModule";
|
|
30
|
+
import { ChartSortDescriptionDescriptionModule } from "./ChartSortDescriptionDescriptionModule";
|
|
31
|
+
import { ChartGroupDescriptionDescriptionModule } from "./ChartGroupDescriptionDescriptionModule";
|
|
32
|
+
import { ChartSummaryDescriptionDescriptionModule } from "./ChartSummaryDescriptionDescriptionModule";
|
|
30
33
|
import { DataChartAnnotationDescriptionModule } from "./DataChartAnnotationDescriptionModule";
|
|
31
34
|
/**
|
|
32
35
|
* @hidden
|
|
@@ -58,6 +61,9 @@ var CategoryChartDescriptionModule = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
58
61
|
NumberAbbreviatorDescriptionModule.register(a);
|
|
59
62
|
DataChartInteractivityDescriptionModule.register(a);
|
|
60
63
|
DataChartCategoryTrendLineDescriptionModule.register(a);
|
|
64
|
+
ChartSortDescriptionDescriptionModule.register(a);
|
|
65
|
+
ChartGroupDescriptionDescriptionModule.register(a);
|
|
66
|
+
ChartSummaryDescriptionDescriptionModule.register(a);
|
|
61
67
|
DataChartAnnotationDescriptionModule.register(a);
|
|
62
68
|
};
|
|
63
69
|
CategoryChartDescriptionModule.$t = markType(CategoryChartDescriptionModule, 'CategoryChartDescriptionModule');
|