igniteui-angular-core 16.1.0-beta.0 → 16.1.0-beta.2
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 +2258 -2739
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/ButtonDescription.js +502 -494
- package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm2015/lib/ComboBoxColumnDescription.js +12 -11
- package/esm2015/lib/DataGridColumnDescription.js +80 -79
- package/esm2015/lib/DateTimeColumnDescription.js +30 -29
- package/esm2015/lib/EditRowDefinitionDescription.js +1 -0
- package/esm2015/lib/EditorDefinitionDescription.js +1 -0
- package/esm2015/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm2015/lib/HeaderDescription.js +11 -10
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/ImageColumnDescription.js +16 -15
- package/esm2015/lib/LocalDataSource_combined.js +53 -52
- package/esm2015/lib/NativeUIButton.js +7 -5
- package/esm2015/lib/NativeUICheckbox.js +7 -5
- package/esm2015/lib/NativeUIDropDown.js +7 -5
- package/esm2015/lib/NativeUIGrid.js +7 -5
- package/esm2015/lib/NativeUIInput.js +7 -5
- package/esm2015/lib/NativeUIPopup.js +14 -10
- package/esm2015/lib/NativeUISlider.js +14 -10
- package/esm2015/lib/NumericColumnDescription.js +42 -41
- package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm2015/lib/RearrangedListView.js +304 -303
- package/esm2015/lib/TemplateColumnDescription.js +7 -6
- package/esm2015/lib/TemplateHeaderDescription.js +4 -3
- package/esm2015/lib/TextColumnDescription.js +14 -13
- package/esm2015/lib/TextHeaderDescription.js +1 -0
- package/esm2015/lib/WebActionStripDescription.js +57 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm2015/lib/WebColumnDescription.js +129 -177
- package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebColumnGroupDescription.js +6 -6
- package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
- package/esm2015/lib/WebGridDescription.js +48 -72
- package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -58
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/ButtonDescription.js +506 -494
- package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm5/lib/ComboBoxColumnDescription.js +12 -11
- package/esm5/lib/DataGridColumnDescription.js +80 -79
- package/esm5/lib/DateTimeColumnDescription.js +30 -29
- package/esm5/lib/EditRowDefinitionDescription.js +1 -0
- package/esm5/lib/EditorDefinitionDescription.js +1 -0
- package/esm5/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm5/lib/HeaderDescription.js +11 -10
- package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/ImageColumnDescription.js +16 -15
- package/esm5/lib/LocalDataSource_combined.js +53 -52
- package/esm5/lib/NativeUIButton.js +7 -5
- package/esm5/lib/NativeUICheckbox.js +7 -5
- package/esm5/lib/NativeUIDropDown.js +7 -5
- package/esm5/lib/NativeUIGrid.js +7 -5
- package/esm5/lib/NativeUIInput.js +7 -5
- package/esm5/lib/NativeUIPopup.js +14 -10
- package/esm5/lib/NativeUISlider.js +14 -10
- package/esm5/lib/NumericColumnDescription.js +42 -41
- package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm5/lib/RearrangedListView.js +304 -303
- package/esm5/lib/TemplateColumnDescription.js +7 -6
- package/esm5/lib/TemplateHeaderDescription.js +4 -3
- package/esm5/lib/TextColumnDescription.js +14 -13
- package/esm5/lib/TextHeaderDescription.js +1 -0
- package/esm5/lib/WebActionStripDescription.js +79 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm5/lib/WebColumnDescription.js +129 -201
- package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm5/lib/WebColumnGroupDescription.js +6 -6
- package/esm5/lib/WebColumnLayoutDescription.js +1 -14
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
- package/esm5/lib/WebGridDescription.js +48 -84
- package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotGridDescription.js +41 -65
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDirectiveDescription.js +6 -18
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm5/lib/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +2191 -2541
- package/fesm5/igniteui-angular-core.js +2255 -2732
- package/lib/ButtonDescription.d.ts +186 -183
- package/lib/ComboBoxColumnDescription.d.ts +5 -4
- package/lib/DataGridColumnDescription.d.ts +29 -28
- package/lib/DateTimeColumnDescription.d.ts +12 -11
- package/lib/EditRowDefinitionDescription.d.ts +1 -0
- package/lib/EditorDefinitionDescription.d.ts +1 -0
- package/lib/FilterRowDefinitionDescription.d.ts +1 -0
- package/lib/HeaderDescription.d.ts +5 -4
- package/lib/ImageColumnDescription.d.ts +7 -6
- package/lib/NumericColumnDescription.d.ts +17 -16
- package/lib/RearrangedListView.d.ts +50 -49
- package/lib/TemplateColumnDescription.d.ts +3 -2
- package/lib/TemplateHeaderDescription.d.ts +2 -1
- package/lib/TextColumnDescription.d.ts +6 -5
- package/lib/TextHeaderDescription.d.ts +1 -0
- package/lib/WebActionStripDescription.d.ts +27 -1
- package/lib/WebColumnDescription.d.ts +46 -64
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +0 -3
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
- package/lib/WebGridDescription.d.ts +17 -27
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
- package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
- package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebPivotGridDescription.d.ts +15 -21
- package/lib/WebRowDirectiveDescription.d.ts +2 -5
- package/lib/WebTreeGridDescription.d.ts +10 -13
- package/package.json +1 -1
- package/public_api.d.ts +4 -8
- package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
- package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
- package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
- package/esm5/lib/WebActionStripDescription_combined.js +0 -157
- package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
- package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
- package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
- package/lib/WebActionStripDescription_combined.d.ts +0 -49
- package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
- package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
|
@@ -8,17 +8,18 @@ export declare class ComboBoxColumnDescription extends DataGridColumnDescription
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
private static __canMarshalByValue1;
|
|
11
|
+
private static __marshalByValueAlias1;
|
|
11
12
|
constructor();
|
|
12
|
-
private
|
|
13
|
+
private fl;
|
|
13
14
|
get dataSourceRef(): string;
|
|
14
15
|
set dataSourceRef(a: string);
|
|
15
|
-
private
|
|
16
|
+
private fh;
|
|
16
17
|
get dataSource(): BaseDataSourceDescription;
|
|
17
18
|
set dataSource(a: BaseDataSourceDescription);
|
|
18
|
-
private
|
|
19
|
+
private fm;
|
|
19
20
|
get textField(): string;
|
|
20
21
|
set textField(a: string);
|
|
21
|
-
private
|
|
22
|
+
private fn;
|
|
22
23
|
get valueField(): string;
|
|
23
24
|
set valueField(a: string);
|
|
24
25
|
}
|
|
@@ -13,6 +13,7 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
13
13
|
static $t: Type;
|
|
14
14
|
protected get_type(): string;
|
|
15
15
|
private static __canMarshalByValue;
|
|
16
|
+
private static __marshalByValueAlias;
|
|
16
17
|
constructor();
|
|
17
18
|
private dk;
|
|
18
19
|
get paddingLeft(): number;
|
|
@@ -26,34 +27,34 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
26
27
|
private dj;
|
|
27
28
|
get paddingBottom(): number;
|
|
28
29
|
set paddingBottom(a: number);
|
|
29
|
-
private
|
|
30
|
+
private ej;
|
|
30
31
|
get name(): string;
|
|
31
32
|
set name(a: string);
|
|
32
|
-
private
|
|
33
|
+
private ed;
|
|
33
34
|
get field(): string;
|
|
34
35
|
set field(a: string);
|
|
35
|
-
private
|
|
36
|
+
private ef;
|
|
36
37
|
get headerText(): string;
|
|
37
38
|
set headerText(a: string);
|
|
38
|
-
private
|
|
39
|
+
private d1;
|
|
39
40
|
get actualHeaderText(): string;
|
|
40
41
|
set actualHeaderText(a: string);
|
|
41
|
-
private
|
|
42
|
+
private en;
|
|
42
43
|
get selectedBackground(): string;
|
|
43
44
|
set selectedBackground(a: string);
|
|
44
|
-
private
|
|
45
|
+
private d5;
|
|
45
46
|
get actualSelectedBackground(): string;
|
|
46
47
|
set actualSelectedBackground(a: string);
|
|
47
|
-
private
|
|
48
|
+
private el;
|
|
48
49
|
get rowHoverBackground(): string;
|
|
49
50
|
set rowHoverBackground(a: string);
|
|
50
|
-
private
|
|
51
|
+
private d3;
|
|
51
52
|
get actualHoverBackground(): string;
|
|
52
53
|
set actualHoverBackground(a: string);
|
|
53
|
-
private
|
|
54
|
+
private em;
|
|
54
55
|
get rowHoverTextColor(): string;
|
|
55
56
|
set rowHoverTextColor(a: string);
|
|
56
|
-
private
|
|
57
|
+
private d4;
|
|
57
58
|
get actualRowHoverTextColor(): string;
|
|
58
59
|
set actualRowHoverTextColor(a: string);
|
|
59
60
|
private cc;
|
|
@@ -92,28 +93,28 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
92
93
|
private ct;
|
|
93
94
|
get shouldRemoveWhenHidden(): boolean;
|
|
94
95
|
set shouldRemoveWhenHidden(a: boolean);
|
|
95
|
-
private
|
|
96
|
+
private eo;
|
|
96
97
|
get sortDirection(): string;
|
|
97
98
|
set sortDirection(a: string);
|
|
98
|
-
private
|
|
99
|
+
private ek;
|
|
99
100
|
get pinned(): string;
|
|
100
101
|
set pinned(a: string);
|
|
101
|
-
private
|
|
102
|
+
private dx;
|
|
102
103
|
get actualColumnOptionsIconAlignment(): string;
|
|
103
104
|
set actualColumnOptionsIconAlignment(a: string);
|
|
104
|
-
private
|
|
105
|
+
private d6;
|
|
105
106
|
get columnOptionsIconAlignment(): string;
|
|
106
107
|
set columnOptionsIconAlignment(a: string);
|
|
107
|
-
private
|
|
108
|
+
private dz;
|
|
108
109
|
get actualColumnOptionsIconColor(): string;
|
|
109
110
|
set actualColumnOptionsIconColor(a: string);
|
|
110
|
-
private
|
|
111
|
+
private d8;
|
|
111
112
|
get columnOptionsIconColor(): string;
|
|
112
113
|
set columnOptionsIconColor(a: string);
|
|
113
|
-
private
|
|
114
|
+
private d7;
|
|
114
115
|
get columnOptionsIconBehavior(): string;
|
|
115
116
|
set columnOptionsIconBehavior(a: string);
|
|
116
|
-
private
|
|
117
|
+
private dy;
|
|
117
118
|
get actualColumnOptionsIconBehavior(): string;
|
|
118
119
|
set actualColumnOptionsIconBehavior(a: string);
|
|
119
120
|
private ch;
|
|
@@ -137,10 +138,10 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
137
138
|
private co;
|
|
138
139
|
get isEditable(): boolean;
|
|
139
140
|
set isEditable(a: boolean);
|
|
140
|
-
private
|
|
141
|
+
private d9;
|
|
141
142
|
get deletedTextColor(): string;
|
|
142
143
|
set deletedTextColor(a: string);
|
|
143
|
-
private
|
|
144
|
+
private d0;
|
|
144
145
|
get actualDeletedTextColor(): string;
|
|
145
146
|
set actualDeletedTextColor(a: string);
|
|
146
147
|
private c9;
|
|
@@ -149,25 +150,25 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
149
150
|
private c7;
|
|
150
151
|
get actualEditOpacity(): number;
|
|
151
152
|
set actualEditOpacity(a: number);
|
|
152
|
-
private
|
|
153
|
+
private ea;
|
|
153
154
|
get editFontFamily(): string;
|
|
154
155
|
set editFontFamily(a: string);
|
|
155
156
|
private c8;
|
|
156
157
|
get editFontSize(): number;
|
|
157
158
|
set editFontSize(a: number);
|
|
158
|
-
private
|
|
159
|
+
private eb;
|
|
159
160
|
get editFontStyle(): string;
|
|
160
161
|
set editFontStyle(a: string);
|
|
161
|
-
private
|
|
162
|
+
private ec;
|
|
162
163
|
get editFontWeight(): string;
|
|
163
164
|
set editFontWeight(a: string);
|
|
164
|
-
private
|
|
165
|
+
private eh;
|
|
165
166
|
get mergedCellMode(): string;
|
|
166
167
|
set mergedCellMode(a: string);
|
|
167
|
-
private
|
|
168
|
+
private eg;
|
|
168
169
|
get mergedCellEvaluationCriteria(): string;
|
|
169
170
|
set mergedCellEvaluationCriteria(a: string);
|
|
170
|
-
private
|
|
171
|
+
private ei;
|
|
171
172
|
get mergedCellVerticalAlignment(): string;
|
|
172
173
|
set mergedCellVerticalAlignment(a: string);
|
|
173
174
|
private dg;
|
|
@@ -182,13 +183,13 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
182
183
|
private df;
|
|
183
184
|
get mergedCellPaddingBottom(): number;
|
|
184
185
|
set mergedCellPaddingBottom(a: number);
|
|
185
|
-
private
|
|
186
|
+
private ee;
|
|
186
187
|
get filterComparisonType(): string;
|
|
187
188
|
set filterComparisonType(a: string);
|
|
188
189
|
private b4;
|
|
189
190
|
get filterOperands(): FilterOperandDescription[];
|
|
190
191
|
set filterOperands(a: FilterOperandDescription[]);
|
|
191
|
-
private
|
|
192
|
+
private d2;
|
|
192
193
|
get actualHeaderTextChangeRef(): string;
|
|
193
194
|
set actualHeaderTextChangeRef(a: string);
|
|
194
195
|
}
|
|
@@ -9,38 +9,39 @@ export declare class DateTimeColumnDescription extends DataGridColumnDescription
|
|
|
9
9
|
static $t: Type;
|
|
10
10
|
protected get_type(): string;
|
|
11
11
|
private static __canMarshalByValue1;
|
|
12
|
+
private static __marshalByValueAlias1;
|
|
12
13
|
constructor();
|
|
13
|
-
private
|
|
14
|
+
private fp;
|
|
14
15
|
get dateTimeFormat(): string;
|
|
15
16
|
set dateTimeFormat(a: string);
|
|
16
|
-
private
|
|
17
|
+
private fw;
|
|
17
18
|
get formatString(): string;
|
|
18
19
|
set formatString(a: string);
|
|
19
|
-
private
|
|
20
|
+
private fr;
|
|
20
21
|
get editorFormatString(): string;
|
|
21
22
|
set editorFormatString(a: string);
|
|
22
|
-
private
|
|
23
|
+
private fh;
|
|
23
24
|
get formatSpecifiers(): FormatSpecifierDescription[];
|
|
24
25
|
set formatSpecifiers(a: FormatSpecifierDescription[]);
|
|
25
|
-
private
|
|
26
|
+
private fv;
|
|
26
27
|
get formatOverrideRef(): string;
|
|
27
28
|
set formatOverrideRef(a: string);
|
|
28
|
-
private
|
|
29
|
+
private fm;
|
|
29
30
|
get showTodayButton(): boolean;
|
|
30
31
|
set showTodayButton(a: boolean);
|
|
31
|
-
private
|
|
32
|
+
private ft;
|
|
32
33
|
get editorType(): string;
|
|
33
34
|
set editorType(a: string);
|
|
34
|
-
private
|
|
35
|
+
private fq;
|
|
35
36
|
get editorDataSourceRef(): string;
|
|
36
37
|
set editorDataSourceRef(a: string);
|
|
37
|
-
private
|
|
38
|
+
private fj;
|
|
38
39
|
get editorDataSource(): BaseDataSourceDescription;
|
|
39
40
|
set editorDataSource(a: BaseDataSourceDescription);
|
|
40
|
-
private
|
|
41
|
+
private fs;
|
|
41
42
|
get editorTextField(): string;
|
|
42
43
|
set editorTextField(a: string);
|
|
43
|
-
private
|
|
44
|
+
private fu;
|
|
44
45
|
get editorValueField(): string;
|
|
45
46
|
set editorValueField(a: string);
|
|
46
47
|
}
|
|
@@ -7,6 +7,7 @@ export declare class FilterRowDefinitionDescription extends DefinitionBaseDescri
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
private static __canMarshalByValue;
|
|
10
|
+
private static __marshalByValueAlias;
|
|
10
11
|
constructor();
|
|
11
12
|
private b6;
|
|
12
13
|
get paddingLeft(): number;
|
|
@@ -7,17 +7,18 @@ export declare abstract class HeaderDescription extends DefinitionBaseDescriptio
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
private static __canMarshalByValue;
|
|
10
|
+
private static __marshalByValueAlias;
|
|
10
11
|
constructor();
|
|
11
|
-
private
|
|
12
|
+
private cg;
|
|
12
13
|
get sortIndicatorColor(): string;
|
|
13
14
|
set sortIndicatorColor(a: string);
|
|
14
|
-
private
|
|
15
|
+
private ce;
|
|
15
16
|
get actualSortIndicatorColor(): string;
|
|
16
17
|
set actualSortIndicatorColor(a: string);
|
|
17
|
-
private
|
|
18
|
+
private ch;
|
|
18
19
|
get sortIndicatorStyle(): string;
|
|
19
20
|
set sortIndicatorStyle(a: string);
|
|
20
|
-
private
|
|
21
|
+
private cf;
|
|
21
22
|
get actualSortIndicatorStyle(): string;
|
|
22
23
|
set actualSortIndicatorStyle(a: string);
|
|
23
24
|
private b6;
|
|
@@ -8,23 +8,24 @@ export declare class ImageColumnDescription extends DataGridColumnDescription {
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
private static __canMarshalByValue1;
|
|
11
|
+
private static __marshalByValueAlias1;
|
|
11
12
|
constructor();
|
|
12
|
-
private
|
|
13
|
+
private fp;
|
|
13
14
|
get imageStretchOption(): string;
|
|
14
15
|
set imageStretchOption(a: string);
|
|
15
|
-
private
|
|
16
|
+
private fn;
|
|
16
17
|
get editorType(): string;
|
|
17
18
|
set editorType(a: string);
|
|
18
|
-
private
|
|
19
|
+
private fl;
|
|
19
20
|
get editorDataSourceRef(): string;
|
|
20
21
|
set editorDataSourceRef(a: string);
|
|
21
|
-
private
|
|
22
|
+
private fh;
|
|
22
23
|
get editorDataSource(): BaseDataSourceDescription;
|
|
23
24
|
set editorDataSource(a: BaseDataSourceDescription);
|
|
24
|
-
private
|
|
25
|
+
private fm;
|
|
25
26
|
get editorTextField(): string;
|
|
26
27
|
set editorTextField(a: string);
|
|
27
|
-
private
|
|
28
|
+
private fo;
|
|
28
29
|
get editorValueField(): string;
|
|
29
30
|
set editorValueField(a: string);
|
|
30
31
|
}
|
|
@@ -9,53 +9,54 @@ export declare class NumericColumnDescription extends DataGridColumnDescription
|
|
|
9
9
|
static $t: Type;
|
|
10
10
|
protected get_type(): string;
|
|
11
11
|
private static __canMarshalByValue1;
|
|
12
|
+
private static __marshalByValueAlias1;
|
|
12
13
|
constructor();
|
|
13
|
-
private
|
|
14
|
+
private f1;
|
|
14
15
|
get negativePrefix(): string;
|
|
15
16
|
set negativePrefix(a: string);
|
|
16
|
-
private
|
|
17
|
+
private f3;
|
|
17
18
|
get positivePrefix(): string;
|
|
18
19
|
set positivePrefix(a: string);
|
|
19
|
-
private
|
|
20
|
+
private f2;
|
|
20
21
|
get negativeSuffix(): string;
|
|
21
22
|
set negativeSuffix(a: string);
|
|
22
|
-
private
|
|
23
|
+
private f4;
|
|
23
24
|
get positiveSuffix(): string;
|
|
24
25
|
set positiveSuffix(a: string);
|
|
25
|
-
private
|
|
26
|
+
private fo;
|
|
26
27
|
get maxFractionDigits(): number;
|
|
27
28
|
set maxFractionDigits(a: number);
|
|
28
|
-
private
|
|
29
|
+
private fp;
|
|
29
30
|
get minFractionDigits(): number;
|
|
30
31
|
set minFractionDigits(a: number);
|
|
31
|
-
private
|
|
32
|
+
private fq;
|
|
32
33
|
get minIntegerDigits(): number;
|
|
33
34
|
set minIntegerDigits(a: number);
|
|
34
|
-
private
|
|
35
|
+
private fm;
|
|
35
36
|
get showGroupingSeparator(): boolean;
|
|
36
37
|
set showGroupingSeparator(a: boolean);
|
|
37
|
-
private
|
|
38
|
+
private f0;
|
|
38
39
|
get formatString(): string;
|
|
39
40
|
set formatString(a: string);
|
|
40
|
-
private
|
|
41
|
+
private fh;
|
|
41
42
|
get formatSpecifiers(): FormatSpecifierDescription[];
|
|
42
43
|
set formatSpecifiers(a: FormatSpecifierDescription[]);
|
|
43
|
-
private
|
|
44
|
+
private fz;
|
|
44
45
|
get formatOverrideRef(): string;
|
|
45
46
|
set formatOverrideRef(a: string);
|
|
46
|
-
private
|
|
47
|
+
private fx;
|
|
47
48
|
get editorType(): string;
|
|
48
49
|
set editorType(a: string);
|
|
49
|
-
private
|
|
50
|
+
private fv;
|
|
50
51
|
get editorDataSourceRef(): string;
|
|
51
52
|
set editorDataSourceRef(a: string);
|
|
52
|
-
private
|
|
53
|
+
private fj;
|
|
53
54
|
get editorDataSource(): BaseDataSourceDescription;
|
|
54
55
|
set editorDataSource(a: BaseDataSourceDescription);
|
|
55
|
-
private
|
|
56
|
+
private fw;
|
|
56
57
|
get editorTextField(): string;
|
|
57
58
|
set editorTextField(a: string);
|
|
58
|
-
private
|
|
59
|
+
private fy;
|
|
59
60
|
get editorValueField(): string;
|
|
60
61
|
set editorValueField(a: string);
|
|
61
62
|
}
|
|
@@ -18,18 +18,18 @@ import { IDataSourceSupportsIndexedAccess } from "./IDataSourceSupportsIndexedAc
|
|
|
18
18
|
export declare class RearrangedListView extends Base implements ISupportsDataChangeNotifications {
|
|
19
19
|
static $t: Type;
|
|
20
20
|
private n;
|
|
21
|
-
private
|
|
21
|
+
private a5;
|
|
22
22
|
private z;
|
|
23
23
|
private e;
|
|
24
24
|
private a;
|
|
25
25
|
private b;
|
|
26
26
|
private c;
|
|
27
27
|
private d;
|
|
28
|
+
private a9;
|
|
28
29
|
private a8;
|
|
29
|
-
|
|
30
|
-
get bk(): number;
|
|
30
|
+
get bl(): number;
|
|
31
31
|
get i(): ISummaryResult[];
|
|
32
|
-
get
|
|
32
|
+
get a7(): IList;
|
|
33
33
|
am: boolean;
|
|
34
34
|
as: boolean;
|
|
35
35
|
get aq(): boolean;
|
|
@@ -39,12 +39,12 @@ export declare class RearrangedListView extends Base implements ISupportsDataCha
|
|
|
39
39
|
private o;
|
|
40
40
|
get p(): DataSourcePropertiesComparer;
|
|
41
41
|
set p(a: DataSourcePropertiesComparer);
|
|
42
|
+
private a1;
|
|
43
|
+
get a3(): IComparer$1<any>;
|
|
44
|
+
set a3(a: IComparer$1<any>);
|
|
42
45
|
private a0;
|
|
43
46
|
get a2(): IComparer$1<any>;
|
|
44
47
|
set a2(a: IComparer$1<any>);
|
|
45
|
-
private az;
|
|
46
|
-
get a1(): IComparer$1<any>;
|
|
47
|
-
set a1(a: IComparer$1<any>);
|
|
48
48
|
private s;
|
|
49
49
|
get t(): (item: any) => boolean;
|
|
50
50
|
set t(a: (item: any) => boolean);
|
|
@@ -64,80 +64,81 @@ export declare class RearrangedListView extends Base implements ISupportsDataCha
|
|
|
64
64
|
set l(a: DataSourceSummaryScope);
|
|
65
65
|
j: DataSourceSectionHeaderDisplayMode;
|
|
66
66
|
private get ar();
|
|
67
|
-
|
|
68
|
-
private
|
|
69
|
-
get
|
|
67
|
+
b7(): void;
|
|
68
|
+
private bm;
|
|
69
|
+
get a6(): List$1<SectionData>;
|
|
70
70
|
av: boolean;
|
|
71
71
|
au: boolean;
|
|
72
72
|
aw: boolean;
|
|
73
|
+
ax: boolean;
|
|
73
74
|
private ah;
|
|
74
|
-
private
|
|
75
|
-
private
|
|
76
|
-
|
|
75
|
+
private b2;
|
|
76
|
+
private bt;
|
|
77
|
+
bb(): number;
|
|
78
|
+
private be;
|
|
77
79
|
private bd;
|
|
78
|
-
private bc;
|
|
79
80
|
private ao;
|
|
80
81
|
private an;
|
|
81
|
-
private
|
|
82
|
-
private
|
|
82
|
+
private bc;
|
|
83
|
+
private bw;
|
|
83
84
|
private q;
|
|
84
85
|
private r;
|
|
85
|
-
private bf;
|
|
86
86
|
private bg;
|
|
87
87
|
private bh;
|
|
88
88
|
private bi;
|
|
89
89
|
private bj;
|
|
90
|
-
private
|
|
90
|
+
private bk;
|
|
91
91
|
private bx;
|
|
92
|
-
private bz;
|
|
93
|
-
private be;
|
|
94
92
|
private by;
|
|
93
|
+
private b0;
|
|
94
|
+
private bf;
|
|
95
|
+
private bz;
|
|
95
96
|
private f;
|
|
96
97
|
private g;
|
|
97
|
-
private
|
|
98
|
+
private bu;
|
|
98
99
|
private x;
|
|
99
|
-
|
|
100
|
-
private b2;
|
|
101
|
-
notifySetItem(a: number, b: any, c: any): void;
|
|
102
|
-
private bp;
|
|
100
|
+
cc(a: List$1<any[]>): void;
|
|
103
101
|
private b3;
|
|
104
|
-
|
|
105
|
-
private
|
|
106
|
-
private
|
|
107
|
-
private
|
|
102
|
+
notifySetItem(a: number, b: any, c: any): void;
|
|
103
|
+
private bq;
|
|
104
|
+
private b4;
|
|
105
|
+
private b1;
|
|
106
|
+
private cf;
|
|
107
|
+
private cn;
|
|
108
|
+
private b8;
|
|
108
109
|
private ai;
|
|
109
110
|
private h;
|
|
110
111
|
private at;
|
|
111
|
-
private
|
|
112
|
-
private
|
|
113
|
-
private
|
|
112
|
+
private ba;
|
|
113
|
+
private ca;
|
|
114
|
+
private b5;
|
|
114
115
|
private y;
|
|
115
116
|
private aj;
|
|
116
|
-
private
|
|
117
|
-
private
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
private bp;
|
|
118
|
+
private a4;
|
|
119
|
+
b6(a: any[]): void;
|
|
120
|
+
cd(a: any[]): void;
|
|
120
121
|
private u;
|
|
121
|
-
private
|
|
122
|
-
private
|
|
122
|
+
private b9;
|
|
123
|
+
private ay;
|
|
123
124
|
notifyClearItems(): void;
|
|
124
125
|
notifyInsertItem(a: number, b: any): void;
|
|
125
126
|
notifyRemoveItem(a: number, b: any): void;
|
|
126
|
-
private
|
|
127
|
-
|
|
127
|
+
private az;
|
|
128
|
+
cb(a: number, b: boolean): void;
|
|
128
129
|
ak(a: number): boolean;
|
|
129
130
|
private al;
|
|
130
|
-
private bm;
|
|
131
131
|
private bn;
|
|
132
|
+
private bo;
|
|
133
|
+
private bs;
|
|
134
|
+
private bv;
|
|
132
135
|
private br;
|
|
133
|
-
private
|
|
134
|
-
private bq;
|
|
136
|
+
private ch;
|
|
135
137
|
private cg;
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
cl(a: number, b: number, c: any, d: boolean, e: SectionData): void;
|
|
139
|
-
private cj;
|
|
138
|
+
cj(a: number, b: any, c: boolean, d: SectionData): void;
|
|
139
|
+
cm(a: number, b: number, c: any, d: boolean, e: SectionData): void;
|
|
140
140
|
private ck;
|
|
141
|
-
private
|
|
142
|
-
private
|
|
141
|
+
private cl;
|
|
142
|
+
private ci;
|
|
143
|
+
private ce;
|
|
143
144
|
}
|
|
@@ -5,13 +5,14 @@ import { Type } from "./type";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class TemplateColumnDescription extends DataGridColumnDescription {
|
|
7
7
|
static $t: Type;
|
|
8
|
-
private
|
|
8
|
+
private fk;
|
|
9
9
|
get templateRef(): string;
|
|
10
10
|
set templateRef(a: string);
|
|
11
11
|
protected get_type(): string;
|
|
12
12
|
private static __canMarshalByValue1;
|
|
13
|
+
private static __marshalByValueAlias1;
|
|
13
14
|
constructor();
|
|
14
|
-
private
|
|
15
|
+
private fj;
|
|
15
16
|
get cellUpdatingRef(): string;
|
|
16
17
|
set cellUpdatingRef(a: string);
|
|
17
18
|
}
|
|
@@ -7,8 +7,9 @@ export declare class TemplateHeaderDescription extends HeaderDescription {
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
private static __canMarshalByValue1;
|
|
10
|
+
private static __marshalByValueAlias1;
|
|
10
11
|
constructor();
|
|
11
|
-
private
|
|
12
|
+
private co;
|
|
12
13
|
get cellUpdatingRef(): string;
|
|
13
14
|
set cellUpdatingRef(a: string);
|
|
14
15
|
}
|
|
@@ -8,20 +8,21 @@ export declare class TextColumnDescription extends DataGridColumnDescription {
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
private static __canMarshalByValue1;
|
|
11
|
+
private static __marshalByValueAlias1;
|
|
11
12
|
constructor();
|
|
12
|
-
private
|
|
13
|
+
private fn;
|
|
13
14
|
get editorType(): string;
|
|
14
15
|
set editorType(a: string);
|
|
15
|
-
private
|
|
16
|
+
private fl;
|
|
16
17
|
get editorDataSourceRef(): string;
|
|
17
18
|
set editorDataSourceRef(a: string);
|
|
18
|
-
private
|
|
19
|
+
private fh;
|
|
19
20
|
get editorDataSource(): BaseDataSourceDescription;
|
|
20
21
|
set editorDataSource(a: BaseDataSourceDescription);
|
|
21
|
-
private
|
|
22
|
+
private fm;
|
|
22
23
|
get editorTextField(): string;
|
|
23
24
|
set editorTextField(a: string);
|
|
24
|
-
private
|
|
25
|
+
private fo;
|
|
25
26
|
get editorValueField(): string;
|
|
26
27
|
set editorValueField(a: string);
|
|
27
28
|
}
|
|
@@ -1 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
import { WebDisplayDensityBaseElementDescription } from "./WebDisplayDensityBaseElementDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
import { WebGridActionsBaseDirectiveDescription } from "./WebGridActionsBaseDirectiveDescription";
|
|
4
|
+
import { WebActionStripResourceStringsDescription } from "./WebActionStripResourceStringsDescription";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class WebActionStripDescription extends WebDisplayDensityBaseElementDescription {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
protected get_type(): string;
|
|
11
|
+
constructor();
|
|
12
|
+
private s;
|
|
13
|
+
get context(): any;
|
|
14
|
+
set context(a: any);
|
|
15
|
+
private m;
|
|
16
|
+
get actionButtons(): WebGridActionsBaseDirectiveDescription[];
|
|
17
|
+
set actionButtons(a: WebGridActionsBaseDirectiveDescription[]);
|
|
18
|
+
private q;
|
|
19
|
+
get hidden(): boolean;
|
|
20
|
+
set hidden(a: boolean);
|
|
21
|
+
private o;
|
|
22
|
+
get resourceStrings(): WebActionStripResourceStringsDescription;
|
|
23
|
+
set resourceStrings(a: WebActionStripResourceStringsDescription);
|
|
24
|
+
private u;
|
|
25
|
+
get name(): string;
|
|
26
|
+
set name(a: string);
|
|
27
|
+
}
|