igniteui-angular-core 20.2.0 → 20.2.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +6890 -5217
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/AxisDescription.js +276 -276
- package/esm2015/lib/AxisDescriptionMetadata.js +10 -5
- package/esm2015/lib/AxisMouseEventArgsDescription.js +29 -21
- package/esm2015/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
- package/esm2015/lib/BaseDOMEventProxy_combined.js +420 -419
- package/esm2015/lib/CanvasGestureDOMEventProxy.js +252 -252
- package/esm2015/lib/CanvasScalingHelpers.js +79 -0
- package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +121 -121
- package/esm2015/lib/DashboardTileDescription.js +90 -82
- package/esm2015/lib/DashboardTileDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataChartDescription.js +103 -95
- package/esm2015/lib/DataChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataPieBaseChartDescription.js +117 -117
- package/esm2015/lib/DataPieChartDescription.js +32 -32
- package/esm2015/lib/DataSourceLocalDataProvider.js +371 -158
- package/esm2015/lib/DomainChartDescription.js +786 -778
- package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -2
- package/esm2015/lib/EventProxy.js +32 -31
- package/esm2015/lib/FeatureState.js +29 -0
- package/esm2015/lib/FinancialChartDescription.js +151 -151
- package/esm2015/lib/GeographicMapDescription.js +41 -41
- package/esm2015/lib/ImageLoadEventArgsDescription.js +58 -0
- package/esm2015/lib/ImageLoadEventArgsDescriptionMetadata.js +41 -0
- package/esm2015/lib/LabelFormatOverrideEventArgsDescription.js +50 -0
- package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +76 -0
- package/esm2015/lib/LastSevenDaysExpressionDescription.js +25 -0
- package/esm2015/lib/LastSevenDaysExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/LastThirtyDaysExpressionDescription.js +25 -0
- package/esm2015/lib/LastThirtyDaysExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescription.js +25 -0
- package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/MonthToDateExpressionDescription.js +25 -0
- package/esm2015/lib/MonthToDateExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/NumericAxisBaseDescription.js +84 -84
- package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/QuarterToDateExpressionDescription.js +25 -0
- package/esm2015/lib/QuarterToDateExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/RadialBaseChartDescription.js +217 -217
- package/esm2015/lib/ScrollerView_combined.js +12 -12
- package/esm2015/lib/SeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/SeriesViewerDescription.js +503 -487
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TimeAxisLabelFormatDescription.js +14 -6
- package/esm2015/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -35
- package/esm2015/lib/TrailingTwelveMonthsExpressionDescription.js +25 -0
- package/esm2015/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
- package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescription.js +23 -0
- package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebColumnDescription.js +131 -115
- package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebColumnGroupDescription.js +12 -12
- package/esm2015/lib/WebCustomDateRangeDescription.js +16 -0
- package/esm2015/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
- package/esm2015/lib/WebDefaultMergeStrategyDescription.js +26 -0
- package/esm2015/lib/WebDefaultMergeStrategyDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescription.js +23 -0
- package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +341 -325
- package/esm2015/lib/WebGridDescription.js +52 -52
- package/esm2015/lib/WebGridMergeStrategyDescription.js +26 -0
- package/esm2015/lib/WebGridMergeStrategyDescriptionMetadata.js +43 -0
- package/esm2015/lib/WebGridResourceStringsDescription.js +549 -437
- package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
- package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
- package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm2015/lib/WebPivotGridDescription.js +42 -42
- package/esm2015/lib/WebPositionSettingsDescription.js +18 -10
- package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowIslandDescription.js +356 -340
- package/esm2015/lib/WebRowIslandDescriptionMetadata.js +6 -0
- package/esm2015/lib/WebTooltipDescription.js +43 -35
- package/esm2015/lib/WebTooltipDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeGridDescription.js +28 -28
- package/esm2015/lib/XYChartDescription.js +217 -217
- package/esm2015/public_api.js +28 -2
- package/esm5/lib/AxisDescription.js +276 -276
- package/esm5/lib/AxisDescriptionMetadata.js +10 -5
- package/esm5/lib/AxisMouseEventArgsDescription.js +31 -19
- package/esm5/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
- package/esm5/lib/BaseDOMEventProxy_combined.js +418 -417
- package/esm5/lib/CanvasGestureDOMEventProxy.js +252 -252
- package/esm5/lib/CanvasScalingHelpers.js +83 -0
- package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/CategoryChartDescription.js +121 -121
- package/esm5/lib/DashboardTileDescription.js +94 -82
- package/esm5/lib/DashboardTileDescriptionMetadata.js +1 -0
- package/esm5/lib/DataChartDescription.js +107 -95
- package/esm5/lib/DataChartDescriptionMetadata.js +1 -0
- package/esm5/lib/DataPieBaseChartDescription.js +117 -117
- package/esm5/lib/DataPieChartDescription.js +32 -32
- package/esm5/lib/DataSourceLocalDataProvider.js +407 -168
- package/esm5/lib/DomainChartDescription.js +790 -778
- package/esm5/lib/DomainChartDescriptionMetadata.js +10 -2
- package/esm5/lib/EventProxy.js +32 -31
- package/esm5/lib/FeatureState.js +29 -0
- package/esm5/lib/FinancialChartDescription.js +151 -151
- package/esm5/lib/GeographicMapDescription.js +41 -41
- package/esm5/lib/ImageLoadEventArgsDescription.js +80 -0
- package/esm5/lib/ImageLoadEventArgsDescriptionMetadata.js +45 -0
- package/esm5/lib/LabelFormatOverrideEventArgsDescription.js +68 -0
- package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +83 -0
- package/esm5/lib/LastSevenDaysExpressionDescription.js +26 -0
- package/esm5/lib/LastSevenDaysExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/LastThirtyDaysExpressionDescription.js +26 -0
- package/esm5/lib/LastThirtyDaysExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescription.js +26 -0
- package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/MonthToDateExpressionDescription.js +26 -0
- package/esm5/lib/MonthToDateExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/NumericAxisBaseDescription.js +84 -84
- package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/QuarterToDateExpressionDescription.js +26 -0
- package/esm5/lib/QuarterToDateExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/RadialBaseChartDescription.js +217 -217
- package/esm5/lib/ScrollerView_combined.js +12 -12
- package/esm5/lib/SeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/SeriesViewerDescription.js +510 -486
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TimeAxisLabelFormatDescription.js +17 -5
- package/esm5/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -39
- package/esm5/lib/TrailingTwelveMonthsExpressionDescription.js +26 -0
- package/esm5/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
- package/esm5/lib/WebByLevelTreeGridMergeStrategyDescription.js +24 -0
- package/esm5/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +49 -0
- package/esm5/lib/WebColumnDescription.js +139 -115
- package/esm5/lib/WebColumnDescriptionMetadata.js +4 -0
- package/esm5/lib/WebColumnGroupDescription.js +12 -12
- package/esm5/lib/WebCustomDateRangeDescription.js +26 -1
- package/esm5/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
- package/esm5/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
- package/esm5/lib/WebDefaultMergeStrategyDescription.js +31 -0
- package/esm5/lib/WebDefaultMergeStrategyDescriptionMetadata.js +46 -0
- package/esm5/lib/WebDefaultTreeGridMergeStrategyDescription.js +24 -0
- package/esm5/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +49 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +349 -325
- package/esm5/lib/WebGridDescription.js +52 -52
- package/esm5/lib/WebGridMergeStrategyDescription.js +31 -0
- package/esm5/lib/WebGridMergeStrategyDescriptionMetadata.js +47 -0
- package/esm5/lib/WebGridResourceStringsDescription.js +626 -458
- package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
- package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
- package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm5/lib/WebPivotGridDescription.js +42 -42
- package/esm5/lib/WebPositionSettingsDescription.js +22 -10
- package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowIslandDescription.js +364 -340
- package/esm5/lib/WebRowIslandDescriptionMetadata.js +6 -0
- package/esm5/lib/WebTooltipDescription.js +47 -35
- package/esm5/lib/WebTooltipDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTreeGridDescription.js +28 -28
- package/esm5/lib/XYChartDescription.js +217 -217
- package/esm5/public_api.js +28 -2
- package/fesm2015/igniteui-angular-core.js +6610 -5175
- package/fesm5/igniteui-angular-core.js +6864 -5218
- package/lib/AxisDescription.d.ts +106 -106
- package/lib/AxisMouseEventArgsDescription.d.ts +12 -9
- package/lib/BaseDOMEventProxy_combined.d.ts +81 -80
- package/lib/CanvasGestureDOMEventProxy.d.ts +29 -29
- package/lib/CanvasScalingHelpers.d.ts +17 -0
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/DashboardTileDescription.d.ts +33 -30
- package/lib/DataChartDescription.d.ts +36 -33
- package/lib/DataPieBaseChartDescription.d.ts +43 -43
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSourceLocalDataProvider.d.ts +36 -27
- package/lib/DomainChartDescription.d.ts +291 -288
- package/lib/DomainChartDescriptionMetadata.d.ts +2 -1
- package/lib/EventProxy.d.ts +28 -27
- package/lib/FeatureState.d.ts +22 -0
- package/lib/FinancialChartDescription.d.ts +56 -56
- package/lib/GeographicMapDescription.d.ts +14 -14
- package/lib/ImageLoadEventArgsDescription.d.ts +23 -0
- package/lib/ImageLoadEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/LabelFormatOverrideEventArgsDescription.d.ts +21 -0
- package/lib/LabelFormatOverrideEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.d.ts +23 -0
- package/lib/LastSevenDaysExpressionDescription.d.ts +12 -0
- package/lib/LastSevenDaysExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/LastThirtyDaysExpressionDescription.d.ts +12 -0
- package/lib/LastThirtyDaysExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/LastThreeSixtyFiveDaysExpressionDescription.d.ts +12 -0
- package/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/MonthToDateExpressionDescription.d.ts +12 -0
- package/lib/MonthToDateExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/NumericAxisBaseDescription.d.ts +32 -32
- package/lib/QuarterToDateExpressionDescription.d.ts +12 -0
- package/lib/QuarterToDateExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/RadialBaseChartDescription.d.ts +80 -80
- package/lib/SeriesViewerDescription.d.ts +178 -172
- package/lib/TimeAxisLabelFormatDescription.d.ts +6 -3
- package/lib/TimeAxisLabelFormatDescriptionMetadata.d.ts +1 -13
- package/lib/TrailingTwelveMonthsExpressionDescription.d.ts +12 -0
- package/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/WebByLevelTreeGridMergeStrategyDescription.d.ts +10 -0
- package/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebColumnDescription.d.ts +46 -40
- package/lib/WebColumnGroupDescription.d.ts +4 -4
- package/lib/WebCustomDateRangeDescription.d.ts +7 -0
- package/lib/WebDateRangeValueEventArgsDescription.d.ts +3 -3
- package/lib/WebDefaultMergeStrategyDescription.d.ts +11 -0
- package/lib/WebDefaultMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebDefaultTreeGridMergeStrategyDescription.d.ts +10 -0
- package/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -112
- package/lib/WebGridDescription.d.ts +18 -18
- package/lib/WebGridMergeStrategyDescription.d.ts +11 -0
- package/lib/WebGridMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridResourceStringsDescription.d.ts +197 -155
- package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
- package/lib/WebHierarchicalGridDescription.d.ts +5 -5
- package/lib/WebPivotGridDescription.d.ts +15 -15
- package/lib/WebPositionSettingsDescription.d.ts +7 -4
- package/lib/WebRowIslandDescription.d.ts +125 -118
- package/lib/WebTooltipDescription.d.ts +15 -12
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/lib/XYChartDescription.d.ts +80 -80
- package/package.json +1 -1
- package/public_api.d.ts +28 -2
|
@@ -14,13 +14,16 @@ export declare class TimeAxisLabelFormatDescription extends Description {
|
|
|
14
14
|
private m;
|
|
15
15
|
get format(): string;
|
|
16
16
|
set format(a: string);
|
|
17
|
-
private
|
|
17
|
+
private q;
|
|
18
18
|
get repeatedYearFormat(): string;
|
|
19
19
|
set repeatedYearFormat(a: string);
|
|
20
|
-
private
|
|
20
|
+
private p;
|
|
21
21
|
get repeatedMonthFormat(): string;
|
|
22
22
|
set repeatedMonthFormat(a: string);
|
|
23
|
-
private
|
|
23
|
+
private o;
|
|
24
24
|
get repeatedDayFormat(): string;
|
|
25
25
|
set repeatedDayFormat(a: string);
|
|
26
|
+
private n;
|
|
27
|
+
get labelFormatOverrideRef(): string;
|
|
28
|
+
set labelFormatOverrideRef(a: string);
|
|
26
29
|
}
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class TimeAxisLabelFormatDescriptionMetadata extends Base {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
private static a;
|
|
10
|
-
private static b;
|
|
11
|
-
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
-
static d(a: TypeDescriptionContext): void;
|
|
13
|
-
}
|
|
1
|
+
export { TimeAxisLabelFormatDescriptionMetadata } from "./LabelFormatOverrideEventArgsDescriptionMetadata_combined";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class TrailingTwelveMonthsExpressionDescription extends WrapperExpressionDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
private static __marshalByValue2;
|
|
10
|
+
private static __marshalByValueAlias2;
|
|
11
|
+
constructor();
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class TrailingTwelveMonthsExpressionDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { WebDefaultMergeStrategyDescription } from "./WebDefaultMergeStrategyDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebByLevelTreeGridMergeStrategyDescription extends WebDefaultMergeStrategyDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebByLevelTreeGridMergeStrategyDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -14,19 +14,22 @@ export declare class WebColumnDescription extends Description {
|
|
|
14
14
|
private static __canMarshalByValue;
|
|
15
15
|
private static __marshalByValueAlias;
|
|
16
16
|
constructor();
|
|
17
|
-
private
|
|
17
|
+
private bs;
|
|
18
18
|
get field(): string;
|
|
19
19
|
set field(a: string);
|
|
20
|
-
private
|
|
20
|
+
private ae;
|
|
21
|
+
get merge(): boolean;
|
|
22
|
+
set merge(a: boolean);
|
|
23
|
+
private bv;
|
|
21
24
|
get header(): string;
|
|
22
25
|
set header(a: string);
|
|
23
|
-
private
|
|
26
|
+
private b8;
|
|
24
27
|
get title(): string;
|
|
25
28
|
set title(a: string);
|
|
26
|
-
private
|
|
29
|
+
private ak;
|
|
27
30
|
get sortable(): boolean;
|
|
28
31
|
set sortable(a: boolean);
|
|
29
|
-
private
|
|
32
|
+
private ai;
|
|
30
33
|
get selectable(): boolean;
|
|
31
34
|
set selectable(a: boolean);
|
|
32
35
|
private ab;
|
|
@@ -38,7 +41,7 @@ export declare class WebColumnDescription extends Description {
|
|
|
38
41
|
private z;
|
|
39
42
|
get filterable(): boolean;
|
|
40
43
|
set filterable(a: boolean);
|
|
41
|
-
private
|
|
44
|
+
private ag;
|
|
42
45
|
get resizable(): boolean;
|
|
43
46
|
set resizable(a: boolean);
|
|
44
47
|
private v;
|
|
@@ -50,7 +53,7 @@ export declare class WebColumnDescription extends Description {
|
|
|
50
53
|
private ad;
|
|
51
54
|
get hidden(): boolean;
|
|
52
55
|
set hidden(a: boolean);
|
|
53
|
-
private
|
|
56
|
+
private aj;
|
|
54
57
|
get selected(): boolean;
|
|
55
58
|
set selected(a: boolean);
|
|
56
59
|
private w;
|
|
@@ -59,70 +62,73 @@ export declare class WebColumnDescription extends Description {
|
|
|
59
62
|
private x;
|
|
60
63
|
get disablePinning(): boolean;
|
|
61
64
|
set disablePinning(a: boolean);
|
|
62
|
-
private
|
|
65
|
+
private b9;
|
|
63
66
|
get width(): string;
|
|
64
67
|
set width(a: string);
|
|
65
|
-
private
|
|
68
|
+
private b1;
|
|
66
69
|
get maxWidth(): string;
|
|
67
70
|
set maxWidth(a: string);
|
|
68
|
-
private
|
|
71
|
+
private bw;
|
|
69
72
|
get headerClasses(): string;
|
|
70
73
|
set headerClasses(a: string);
|
|
71
|
-
private
|
|
74
|
+
private bf;
|
|
72
75
|
get headerStyles(): any;
|
|
73
76
|
set headerStyles(a: any);
|
|
74
|
-
private
|
|
77
|
+
private bx;
|
|
75
78
|
get headerGroupClasses(): string;
|
|
76
79
|
set headerGroupClasses(a: string);
|
|
77
|
-
private
|
|
80
|
+
private be;
|
|
78
81
|
get headerGroupStyles(): any;
|
|
79
82
|
set headerGroupStyles(a: any);
|
|
80
|
-
private
|
|
83
|
+
private bn;
|
|
81
84
|
get cellClassesRef(): string;
|
|
82
85
|
set cellClassesRef(a: string);
|
|
83
|
-
private
|
|
86
|
+
private bo;
|
|
84
87
|
get cellStylesRef(): string;
|
|
85
88
|
set cellStylesRef(a: string);
|
|
86
|
-
private
|
|
89
|
+
private bu;
|
|
87
90
|
get formatterRef(): string;
|
|
88
91
|
set formatterRef(a: string);
|
|
89
|
-
private
|
|
92
|
+
private b6;
|
|
90
93
|
get summaryFormatterRef(): string;
|
|
91
94
|
set summaryFormatterRef(a: string);
|
|
92
95
|
private aa;
|
|
93
96
|
get filteringIgnoreCase(): boolean;
|
|
94
97
|
set filteringIgnoreCase(a: boolean);
|
|
95
|
-
private
|
|
98
|
+
private al;
|
|
96
99
|
get sortingIgnoreCase(): boolean;
|
|
97
100
|
set sortingIgnoreCase(a: boolean);
|
|
98
|
-
private
|
|
101
|
+
private ah;
|
|
99
102
|
get searchable(): boolean;
|
|
100
103
|
set searchable(a: boolean);
|
|
101
|
-
private
|
|
104
|
+
private bp;
|
|
102
105
|
get dataType(): string;
|
|
103
106
|
set dataType(a: string);
|
|
104
|
-
private
|
|
107
|
+
private a7;
|
|
105
108
|
get rowEnd(): number;
|
|
106
109
|
set rowEnd(a: number);
|
|
107
|
-
private
|
|
110
|
+
private a5;
|
|
108
111
|
get colEnd(): number;
|
|
109
112
|
set colEnd(a: number);
|
|
110
|
-
private
|
|
113
|
+
private a8;
|
|
111
114
|
get rowStart(): number;
|
|
112
115
|
set rowStart(a: number);
|
|
113
|
-
private
|
|
116
|
+
private a6;
|
|
114
117
|
get colStart(): number;
|
|
115
118
|
set colStart(a: number);
|
|
116
|
-
private
|
|
119
|
+
private bd;
|
|
117
120
|
get additionalTemplateContext(): any;
|
|
118
121
|
set additionalTemplateContext(a: any);
|
|
119
|
-
private
|
|
122
|
+
private b2;
|
|
120
123
|
get minWidth(): string;
|
|
121
124
|
set minWidth(a: string);
|
|
122
|
-
private
|
|
125
|
+
private b4;
|
|
126
|
+
get pinningPosition(): string;
|
|
127
|
+
set pinningPosition(a: string);
|
|
128
|
+
private af;
|
|
123
129
|
get pinned(): boolean;
|
|
124
130
|
set pinned(a: boolean);
|
|
125
|
-
private
|
|
131
|
+
private b5;
|
|
126
132
|
get summariesRef(): string;
|
|
127
133
|
set summariesRef(a: string);
|
|
128
134
|
private k;
|
|
@@ -134,25 +140,25 @@ export declare class WebColumnDescription extends Description {
|
|
|
134
140
|
private s;
|
|
135
141
|
get sortStrategy(): WebSortingStrategyDescription;
|
|
136
142
|
set sortStrategy(a: WebSortingStrategyDescription);
|
|
137
|
-
private
|
|
143
|
+
private b7;
|
|
138
144
|
get summaryTemplateRef(): string;
|
|
139
145
|
set summaryTemplateRef(a: string);
|
|
140
|
-
private
|
|
146
|
+
private bm;
|
|
141
147
|
get bodyTemplateRef(): string;
|
|
142
148
|
set bodyTemplateRef(a: string);
|
|
143
|
-
private
|
|
149
|
+
private by;
|
|
144
150
|
get headerTemplateRef(): string;
|
|
145
151
|
set headerTemplateRef(a: string);
|
|
146
|
-
private
|
|
152
|
+
private b0;
|
|
147
153
|
get inlineEditorTemplateRef(): string;
|
|
148
154
|
set inlineEditorTemplateRef(a: string);
|
|
149
|
-
private
|
|
155
|
+
private bq;
|
|
150
156
|
get errorTemplateRef(): string;
|
|
151
157
|
set errorTemplateRef(a: string);
|
|
152
|
-
private
|
|
158
|
+
private bt;
|
|
153
159
|
get filterCellTemplateRef(): string;
|
|
154
160
|
set filterCellTemplateRef(a: string);
|
|
155
|
-
private
|
|
161
|
+
private am;
|
|
156
162
|
get visibleWhenCollapsed(): boolean;
|
|
157
163
|
set visibleWhenCollapsed(a: boolean);
|
|
158
164
|
private o;
|
|
@@ -161,19 +167,19 @@ export declare class WebColumnDescription extends Description {
|
|
|
161
167
|
private m;
|
|
162
168
|
get editorOptions(): WebColumnEditorOptionsDescription;
|
|
163
169
|
set editorOptions(a: WebColumnEditorOptionsDescription);
|
|
164
|
-
private
|
|
170
|
+
private bg;
|
|
165
171
|
get parentColumn(): any;
|
|
166
172
|
set parentColumn(a: any);
|
|
167
|
-
private
|
|
173
|
+
private bz;
|
|
168
174
|
get hiddenChangeRef(): string;
|
|
169
175
|
set hiddenChangeRef(a: string);
|
|
170
|
-
private
|
|
176
|
+
private br;
|
|
171
177
|
get expandedChangeRef(): string;
|
|
172
178
|
set expandedChangeRef(a: string);
|
|
173
|
-
private
|
|
179
|
+
private ca;
|
|
174
180
|
get widthChangeRef(): string;
|
|
175
181
|
set widthChangeRef(a: string);
|
|
176
|
-
private
|
|
182
|
+
private b3;
|
|
177
183
|
get pinnedChangeRef(): string;
|
|
178
184
|
set pinnedChangeRef(a: string);
|
|
179
185
|
}
|
|
@@ -9,16 +9,16 @@ export declare class WebColumnGroupDescription extends WebColumnDescription {
|
|
|
9
9
|
private static __canMarshalByValue1;
|
|
10
10
|
private static __marshalByValueAlias1;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private c1;
|
|
13
13
|
get children(): WebColumnDescription[];
|
|
14
14
|
set children(a: WebColumnDescription[]);
|
|
15
|
-
private
|
|
15
|
+
private c4;
|
|
16
16
|
get collapsible(): boolean;
|
|
17
17
|
set collapsible(a: boolean);
|
|
18
|
-
private
|
|
18
|
+
private c5;
|
|
19
19
|
get expanded(): boolean;
|
|
20
20
|
set expanded(a: boolean);
|
|
21
|
-
private
|
|
21
|
+
private c9;
|
|
22
22
|
get collapsibleIndicatorTemplateRef(): string;
|
|
23
23
|
set collapsibleIndicatorTemplateRef(a: string);
|
|
24
24
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Description } from "./Description";
|
|
2
|
+
import { WebDateRangeValueDescription } from "./WebDateRangeValueDescription";
|
|
2
3
|
import { Type } from "./type";
|
|
3
4
|
/**
|
|
4
5
|
* @hidden
|
|
@@ -8,4 +9,10 @@ export declare class WebCustomDateRangeDescription extends Description {
|
|
|
8
9
|
protected get_type(): string;
|
|
9
10
|
get type(): string;
|
|
10
11
|
constructor();
|
|
12
|
+
private m;
|
|
13
|
+
get label(): string;
|
|
14
|
+
set label(a: string);
|
|
15
|
+
private k;
|
|
16
|
+
get dateRange(): WebDateRangeValueDescription;
|
|
17
|
+
set dateRange(a: WebDateRangeValueDescription);
|
|
11
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Description } from "./Description";
|
|
2
|
-
import {
|
|
2
|
+
import { WebDateRangeValueDetailDescription } from "./WebDateRangeValueDetailDescription";
|
|
3
3
|
import { Type } from "./type";
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
@@ -12,6 +12,6 @@ export declare class WebDateRangeValueEventArgsDescription extends Description {
|
|
|
12
12
|
private static __marshalByValueAlias;
|
|
13
13
|
constructor();
|
|
14
14
|
private k;
|
|
15
|
-
get detail():
|
|
16
|
-
set detail(a:
|
|
15
|
+
get detail(): WebDateRangeValueDetailDescription;
|
|
16
|
+
set detail(a: WebDateRangeValueDetailDescription);
|
|
17
17
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebDefaultMergeStrategyDescription extends Description {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
get type(): string;
|
|
10
|
+
constructor();
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebDefaultMergeStrategyDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { WebDefaultMergeStrategyDescription } from "./WebDefaultMergeStrategyDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebDefaultTreeGridMergeStrategyDescription extends WebDefaultMergeStrategyDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebDefaultTreeGridMergeStrategyDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|