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
|
@@ -13,118 +13,112 @@ export declare class WebColumnDescription extends Description {
|
|
|
13
13
|
private static __canMarshalByValue;
|
|
14
14
|
private static __marshalByValueAlias;
|
|
15
15
|
constructor();
|
|
16
|
-
private
|
|
16
|
+
private bm;
|
|
17
17
|
get field(): string;
|
|
18
18
|
set field(a: string);
|
|
19
|
-
private
|
|
19
|
+
private bp;
|
|
20
20
|
get header(): string;
|
|
21
21
|
set header(a: string);
|
|
22
|
-
private
|
|
22
|
+
private bz;
|
|
23
23
|
get title(): string;
|
|
24
24
|
set title(a: string);
|
|
25
|
-
private
|
|
25
|
+
private ad;
|
|
26
26
|
get sortable(): boolean;
|
|
27
27
|
set sortable(a: boolean);
|
|
28
|
-
private
|
|
28
|
+
private ab;
|
|
29
29
|
get selectable(): boolean;
|
|
30
30
|
set selectable(a: boolean);
|
|
31
|
-
private
|
|
31
|
+
private u;
|
|
32
32
|
get groupable(): boolean;
|
|
33
33
|
set groupable(a: boolean);
|
|
34
|
-
private
|
|
34
|
+
private r;
|
|
35
35
|
get editable(): boolean;
|
|
36
36
|
set editable(a: boolean);
|
|
37
|
-
private
|
|
37
|
+
private s;
|
|
38
38
|
get filterable(): boolean;
|
|
39
39
|
set filterable(a: boolean);
|
|
40
|
-
private
|
|
40
|
+
private z;
|
|
41
41
|
get resizable(): boolean;
|
|
42
42
|
set resizable(a: boolean);
|
|
43
43
|
private o;
|
|
44
44
|
get autosizeHeader(): boolean;
|
|
45
45
|
set autosizeHeader(a: boolean);
|
|
46
|
-
private
|
|
46
|
+
private v;
|
|
47
47
|
get hasSummary(): boolean;
|
|
48
48
|
set hasSummary(a: boolean);
|
|
49
|
-
private
|
|
49
|
+
private w;
|
|
50
50
|
get hidden(): boolean;
|
|
51
51
|
set hidden(a: boolean);
|
|
52
|
-
private
|
|
52
|
+
private ac;
|
|
53
53
|
get selected(): boolean;
|
|
54
54
|
set selected(a: boolean);
|
|
55
|
-
private
|
|
55
|
+
private p;
|
|
56
56
|
get disableHiding(): boolean;
|
|
57
57
|
set disableHiding(a: boolean);
|
|
58
|
-
private
|
|
58
|
+
private q;
|
|
59
59
|
get disablePinning(): boolean;
|
|
60
60
|
set disablePinning(a: boolean);
|
|
61
|
-
private
|
|
61
|
+
private x;
|
|
62
62
|
get movable(): boolean;
|
|
63
63
|
set movable(a: boolean);
|
|
64
|
-
private
|
|
64
|
+
private b0;
|
|
65
65
|
get width(): string;
|
|
66
66
|
set width(a: string);
|
|
67
|
-
private
|
|
68
|
-
get autoSize(): number;
|
|
69
|
-
set autoSize(a: number);
|
|
70
|
-
private b5;
|
|
67
|
+
private bu;
|
|
71
68
|
get maxWidth(): string;
|
|
72
69
|
set maxWidth(a: string);
|
|
73
|
-
private
|
|
70
|
+
private bq;
|
|
74
71
|
get headerClasses(): string;
|
|
75
72
|
set headerClasses(a: string);
|
|
76
|
-
private
|
|
73
|
+
private a8;
|
|
77
74
|
get headerStyles(): any;
|
|
78
75
|
set headerStyles(a: any);
|
|
79
|
-
private
|
|
76
|
+
private br;
|
|
80
77
|
get headerGroupClasses(): string;
|
|
81
78
|
set headerGroupClasses(a: string);
|
|
82
|
-
private
|
|
79
|
+
private a7;
|
|
83
80
|
get headerGroupStyles(): any;
|
|
84
81
|
set headerGroupStyles(a: any);
|
|
85
|
-
private
|
|
82
|
+
private bi;
|
|
86
83
|
get cellClassesRef(): string;
|
|
87
84
|
set cellClassesRef(a: string);
|
|
88
|
-
private
|
|
85
|
+
private bj;
|
|
89
86
|
get cellStylesRef(): string;
|
|
90
87
|
set cellStylesRef(a: string);
|
|
91
|
-
private
|
|
88
|
+
private t;
|
|
92
89
|
get filteringIgnoreCase(): boolean;
|
|
93
90
|
set filteringIgnoreCase(a: boolean);
|
|
94
|
-
private
|
|
91
|
+
private ae;
|
|
95
92
|
get sortingIgnoreCase(): boolean;
|
|
96
93
|
set sortingIgnoreCase(a: boolean);
|
|
97
|
-
private
|
|
94
|
+
private aa;
|
|
98
95
|
get searchable(): boolean;
|
|
99
96
|
set searchable(a: boolean);
|
|
100
|
-
private
|
|
97
|
+
private bk;
|
|
101
98
|
get dataType(): string;
|
|
102
99
|
set dataType(a: string);
|
|
103
|
-
private
|
|
100
|
+
private a0;
|
|
104
101
|
get rowEnd(): number;
|
|
105
102
|
set rowEnd(a: number);
|
|
106
|
-
private
|
|
103
|
+
private ay;
|
|
107
104
|
get colEnd(): number;
|
|
108
105
|
set colEnd(a: number);
|
|
109
|
-
private
|
|
106
|
+
private a1;
|
|
110
107
|
get rowStart(): number;
|
|
111
108
|
set rowStart(a: number);
|
|
112
|
-
private
|
|
109
|
+
private az;
|
|
113
110
|
get colStart(): number;
|
|
114
111
|
set colStart(a: number);
|
|
115
|
-
private
|
|
112
|
+
private a6;
|
|
116
113
|
get additionalTemplateContext(): any;
|
|
117
114
|
set additionalTemplateContext(a: any);
|
|
118
|
-
private
|
|
119
|
-
get calcPixelWidth(): number;
|
|
120
|
-
set calcPixelWidth(a: number);
|
|
121
|
-
private b6;
|
|
115
|
+
private bv;
|
|
122
116
|
get minWidth(): string;
|
|
123
117
|
set minWidth(a: string);
|
|
124
|
-
private
|
|
118
|
+
private y;
|
|
125
119
|
get pinned(): boolean;
|
|
126
120
|
set pinned(a: boolean);
|
|
127
|
-
private
|
|
121
|
+
private ba;
|
|
128
122
|
get summaries(): any;
|
|
129
123
|
set summaries(a: any);
|
|
130
124
|
private j;
|
|
@@ -133,52 +127,40 @@ export declare class WebColumnDescription extends Description {
|
|
|
133
127
|
private l;
|
|
134
128
|
get sortStrategy(): WebSortingStrategyDescription;
|
|
135
129
|
set sortStrategy(a: WebSortingStrategyDescription);
|
|
136
|
-
private
|
|
130
|
+
private by;
|
|
137
131
|
get summaryTemplateRef(): string;
|
|
138
132
|
set summaryTemplateRef(a: string);
|
|
139
|
-
private
|
|
133
|
+
private bh;
|
|
140
134
|
get bodyTemplateRef(): string;
|
|
141
135
|
set bodyTemplateRef(a: string);
|
|
142
|
-
private
|
|
136
|
+
private bs;
|
|
143
137
|
get headerTemplateRef(): string;
|
|
144
138
|
set headerTemplateRef(a: string);
|
|
145
|
-
private
|
|
139
|
+
private bt;
|
|
146
140
|
get inlineEditorTemplateRef(): string;
|
|
147
141
|
set inlineEditorTemplateRef(a: string);
|
|
148
|
-
private
|
|
142
|
+
private bl;
|
|
149
143
|
get errorTemplateRef(): string;
|
|
150
144
|
set errorTemplateRef(a: string);
|
|
151
|
-
private
|
|
145
|
+
private bn;
|
|
152
146
|
get filterCellTemplateRef(): string;
|
|
153
147
|
set filterCellTemplateRef(a: string);
|
|
154
|
-
private
|
|
148
|
+
private af;
|
|
155
149
|
get visibleWhenCollapsed(): boolean;
|
|
156
150
|
set visibleWhenCollapsed(a: boolean);
|
|
157
151
|
private h;
|
|
158
152
|
get pipeArgs(): WebColumnPipeArgsDescription;
|
|
159
153
|
set pipeArgs(a: WebColumnPipeArgsDescription);
|
|
160
|
-
private
|
|
161
|
-
get collapsible(): boolean;
|
|
162
|
-
set collapsible(a: boolean);
|
|
163
|
-
private t;
|
|
164
|
-
get expanded(): boolean;
|
|
165
|
-
set expanded(a: boolean);
|
|
166
|
-
private bv;
|
|
167
|
-
get defaultWidth(): string;
|
|
168
|
-
set defaultWidth(a: string);
|
|
169
|
-
private ai;
|
|
170
|
-
get widthSetByUser(): boolean;
|
|
171
|
-
set widthSetByUser(a: boolean);
|
|
172
|
-
private bj;
|
|
154
|
+
private a9;
|
|
173
155
|
get parentColumn(): any;
|
|
174
156
|
set parentColumn(a: any);
|
|
175
|
-
private
|
|
157
|
+
private bw;
|
|
176
158
|
get name(): string;
|
|
177
159
|
set name(a: string);
|
|
178
|
-
private
|
|
160
|
+
private bo;
|
|
179
161
|
get formatterRef(): string;
|
|
180
162
|
set formatterRef(a: string);
|
|
181
|
-
private
|
|
163
|
+
private bx;
|
|
182
164
|
get summaryFormatterRef(): string;
|
|
183
165
|
set summaryFormatterRef(a: string);
|
|
184
166
|
}
|
|
@@ -9,10 +9,10 @@ export declare class WebColumnGroupDescription extends WebColumnDescription {
|
|
|
9
9
|
private static __canMarshalByValue1;
|
|
10
10
|
private static __marshalByValueAlias1;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private cm;
|
|
13
13
|
get children(): WebColumnDescription[];
|
|
14
14
|
set children(a: WebColumnDescription[]);
|
|
15
|
-
private
|
|
15
|
+
private cq;
|
|
16
16
|
get collapsibleIndicatorTemplateRef(): string;
|
|
17
17
|
set collapsibleIndicatorTemplateRef(a: string);
|
|
18
18
|
}
|
|
@@ -9,7 +9,4 @@ export declare class WebColumnLayoutDescription extends WebColumnGroupDescriptio
|
|
|
9
9
|
private static __canMarshalByValue2;
|
|
10
10
|
private static __marshalByValueAlias2;
|
|
11
11
|
constructor();
|
|
12
|
-
private c6;
|
|
13
|
-
get childrenVisibleIndexesRef(): string;
|
|
14
|
-
set childrenVisibleIndexesRef(a: string);
|
|
15
12
|
}
|
|
@@ -9,94 +9,97 @@ export declare class WebComboDescription extends Description {
|
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
get type(): string;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private aj;
|
|
13
13
|
get dataRef(): string;
|
|
14
14
|
set dataRef(a: string);
|
|
15
|
-
private
|
|
15
|
+
private as;
|
|
16
16
|
get name(): string;
|
|
17
17
|
set name(a: string);
|
|
18
|
-
private
|
|
18
|
+
private o;
|
|
19
19
|
get disabled(): boolean;
|
|
20
20
|
set disabled(a: boolean);
|
|
21
|
-
private
|
|
21
|
+
private t;
|
|
22
22
|
get required(): boolean;
|
|
23
23
|
set required(a: boolean);
|
|
24
|
-
private
|
|
24
|
+
private q;
|
|
25
25
|
get invalid(): boolean;
|
|
26
26
|
set invalid(a: boolean);
|
|
27
|
-
private
|
|
27
|
+
private s;
|
|
28
28
|
get outlined(): boolean;
|
|
29
29
|
set outlined(a: boolean);
|
|
30
|
-
private
|
|
30
|
+
private u;
|
|
31
31
|
get singleSelect(): boolean;
|
|
32
32
|
set singleSelect(a: boolean);
|
|
33
|
-
private
|
|
33
|
+
private l;
|
|
34
34
|
get autofocus(): boolean;
|
|
35
35
|
set autofocus(a: boolean);
|
|
36
|
-
private
|
|
36
|
+
private m;
|
|
37
37
|
get autofocusList(): boolean;
|
|
38
38
|
set autofocusList(a: boolean);
|
|
39
|
-
private
|
|
39
|
+
private ar;
|
|
40
40
|
get label(): string;
|
|
41
41
|
set label(a: string);
|
|
42
|
-
private
|
|
42
|
+
private av;
|
|
43
43
|
get placeholder(): string;
|
|
44
44
|
set placeholder(a: string);
|
|
45
|
-
private
|
|
45
|
+
private aw;
|
|
46
46
|
get placeholderSearch(): string;
|
|
47
47
|
set placeholderSearch(a: string);
|
|
48
|
-
private
|
|
48
|
+
private ak;
|
|
49
49
|
get dir(): string;
|
|
50
50
|
set dir(a: string);
|
|
51
|
-
private
|
|
51
|
+
private r;
|
|
52
52
|
get open(): boolean;
|
|
53
53
|
set open(a: boolean);
|
|
54
|
-
private
|
|
54
|
+
private ax;
|
|
55
55
|
get valueKey(): string;
|
|
56
56
|
set valueKey(a: string);
|
|
57
|
-
private
|
|
57
|
+
private al;
|
|
58
58
|
get displayKey(): string;
|
|
59
59
|
set displayKey(a: string);
|
|
60
|
-
private
|
|
60
|
+
private ao;
|
|
61
61
|
get groupKey(): string;
|
|
62
62
|
set groupKey(a: string);
|
|
63
|
-
private
|
|
63
|
+
private ap;
|
|
64
64
|
get groupSorting(): string;
|
|
65
65
|
set groupSorting(a: string);
|
|
66
|
-
private
|
|
66
|
+
private j;
|
|
67
67
|
get filteringOptions(): WebFilteringOptionsDescription;
|
|
68
68
|
set filteringOptions(a: WebFilteringOptionsDescription);
|
|
69
|
-
private
|
|
69
|
+
private n;
|
|
70
70
|
get caseSensitiveIcon(): boolean;
|
|
71
71
|
set caseSensitiveIcon(a: boolean);
|
|
72
|
-
private
|
|
72
|
+
private p;
|
|
73
73
|
get disableFiltering(): boolean;
|
|
74
74
|
set disableFiltering(a: boolean);
|
|
75
|
-
private
|
|
75
|
+
private h;
|
|
76
|
+
get value(): string[];
|
|
77
|
+
set value(a: string[]);
|
|
78
|
+
private aq;
|
|
76
79
|
get itemTemplateRef(): string;
|
|
77
80
|
set itemTemplateRef(a: string);
|
|
78
|
-
private
|
|
81
|
+
private an;
|
|
79
82
|
get groupHeaderTemplateRef(): string;
|
|
80
83
|
set groupHeaderTemplateRef(a: string);
|
|
81
|
-
private
|
|
84
|
+
private ag;
|
|
82
85
|
get changeRef(): string;
|
|
83
86
|
set changeRef(a: string);
|
|
84
|
-
private
|
|
87
|
+
private am;
|
|
85
88
|
get focusRef(): string;
|
|
86
89
|
set focusRef(a: string);
|
|
87
|
-
private
|
|
90
|
+
private af;
|
|
88
91
|
get blurRef(): string;
|
|
89
92
|
set blurRef(a: string);
|
|
90
|
-
private
|
|
93
|
+
private au;
|
|
91
94
|
get openingRef(): string;
|
|
92
95
|
set openingRef(a: string);
|
|
93
|
-
private
|
|
96
|
+
private at;
|
|
94
97
|
get openedRef(): string;
|
|
95
98
|
set openedRef(a: string);
|
|
96
|
-
private
|
|
99
|
+
private ai;
|
|
97
100
|
get closingRef(): string;
|
|
98
101
|
set closingRef(a: string);
|
|
99
|
-
private
|
|
102
|
+
private ah;
|
|
100
103
|
get closedRef(): string;
|
|
101
104
|
set closedRef(a: string);
|
|
102
105
|
}
|
|
@@ -1 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebGridActionsBaseDirectiveDescription extends Description {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
get type(): string;
|
|
10
|
+
constructor();
|
|
11
|
+
private h;
|
|
12
|
+
get asMenuItems(): boolean;
|
|
13
|
+
set asMenuItems(a: boolean);
|
|
14
|
+
private j;
|
|
15
|
+
get name(): string;
|
|
16
|
+
set name(a: string);
|
|
17
|
+
}
|