igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.3
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 +1717 -2156
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CanvasViewRenderer.js +15 -0
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- 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/RearrangedListView.js +304 -303
- 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/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebContentPaneDescription.js +69 -53
- package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebDockManagerDescription.js +20 -12
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.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/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescription.js +6 -14
- package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
- package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/CanvasViewRenderer.js +15 -0
- package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
- 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/RearrangedListView.js +304 -303
- 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/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebContentPaneDescription.js +77 -53
- package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm5/lib/WebDockManagerDescription.js +24 -12
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.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/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescription.js +6 -18
- package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
- package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- 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 +1630 -1954
- package/fesm5/igniteui-angular-core.js +1714 -2149
- package/lib/RearrangedListView.d.ts +50 -49
- 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/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebContentPaneDescription.d.ts +26 -20
- package/lib/WebDockManagerDescription.d.ts +7 -4
- package/lib/WebDockingIndicatorDescription.d.ts +4 -1
- 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/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebStepperDescription.d.ts +2 -5
- package/lib/WebTabGroupPaneDescription.d.ts +7 -4
- 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
|
@@ -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
|
}
|
|
@@ -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
|
+
}
|
|
@@ -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
|
}
|
|
@@ -10,13 +10,13 @@ export declare class WebComboChangeEventArgsDetailDescription extends Descriptio
|
|
|
10
10
|
private static __marshalByValue;
|
|
11
11
|
private static __marshalByValueAlias;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
14
|
-
get newValue(): string;
|
|
15
|
-
set newValue(a: string);
|
|
16
|
-
private
|
|
13
|
+
private h;
|
|
14
|
+
get newValue(): string[];
|
|
15
|
+
set newValue(a: string[]);
|
|
16
|
+
private k;
|
|
17
17
|
get items(): any;
|
|
18
18
|
set items(a: any);
|
|
19
|
-
private
|
|
19
|
+
private n;
|
|
20
20
|
get changeType(): string;
|
|
21
21
|
set changeType(a: string);
|
|
22
22
|
}
|
|
@@ -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
|
}
|
|
@@ -9,64 +9,70 @@ export declare class WebContentPaneDescription extends WebDockManagerPaneDescrip
|
|
|
9
9
|
private static __marshalByValue1;
|
|
10
10
|
private static __marshalByValueAlias1;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private as;
|
|
13
13
|
get id(): string;
|
|
14
14
|
set id(a: string);
|
|
15
|
-
private
|
|
15
|
+
private at;
|
|
16
16
|
get paneType(): string;
|
|
17
17
|
set paneType(a: string);
|
|
18
|
-
private
|
|
18
|
+
private ao;
|
|
19
19
|
get contentId(): string;
|
|
20
20
|
set contentId(a: string);
|
|
21
|
-
private
|
|
21
|
+
private aq;
|
|
22
22
|
get header(): string;
|
|
23
23
|
set header(a: string);
|
|
24
|
-
private
|
|
24
|
+
private ar;
|
|
25
25
|
get headerId(): string;
|
|
26
26
|
set headerId(a: string);
|
|
27
|
-
private
|
|
27
|
+
private au;
|
|
28
28
|
get tabHeaderId(): string;
|
|
29
29
|
set tabHeaderId(a: string);
|
|
30
|
-
private
|
|
30
|
+
private av;
|
|
31
31
|
get unpinnedHeaderId(): string;
|
|
32
32
|
set unpinnedHeaderId(a: string);
|
|
33
|
-
private
|
|
33
|
+
private ap;
|
|
34
34
|
get floatingHeaderId(): string;
|
|
35
35
|
set floatingHeaderId(a: string);
|
|
36
|
-
private
|
|
36
|
+
private aj;
|
|
37
37
|
get size(): number;
|
|
38
38
|
set size(a: number);
|
|
39
|
-
private
|
|
39
|
+
private o;
|
|
40
40
|
get allowClose(): boolean;
|
|
41
41
|
set allowClose(a: boolean);
|
|
42
|
-
private
|
|
42
|
+
private r;
|
|
43
43
|
get allowMaximize(): boolean;
|
|
44
44
|
set allowMaximize(a: boolean);
|
|
45
|
-
private
|
|
45
|
+
private s;
|
|
46
46
|
get allowPinning(): boolean;
|
|
47
47
|
set allowPinning(a: boolean);
|
|
48
|
-
private
|
|
48
|
+
private p;
|
|
49
49
|
get allowDocking(): boolean;
|
|
50
50
|
set allowDocking(a: boolean);
|
|
51
|
-
private
|
|
51
|
+
private n;
|
|
52
|
+
get acceptsInnerDock(): boolean;
|
|
53
|
+
set acceptsInnerDock(a: boolean);
|
|
54
|
+
private q;
|
|
52
55
|
get allowFloating(): boolean;
|
|
53
56
|
set allowFloating(a: boolean);
|
|
54
|
-
private
|
|
57
|
+
private ak;
|
|
55
58
|
get unpinnedSize(): number;
|
|
56
59
|
set unpinnedSize(a: number);
|
|
57
|
-
private
|
|
60
|
+
private x;
|
|
58
61
|
get isPinned(): boolean;
|
|
59
62
|
set isPinned(a: boolean);
|
|
60
|
-
private
|
|
63
|
+
private w;
|
|
64
|
+
get isMaximized(): boolean;
|
|
65
|
+
set isMaximized(a: boolean);
|
|
66
|
+
private aw;
|
|
61
67
|
get unpinnedLocation(): string;
|
|
62
68
|
set unpinnedLocation(a: string);
|
|
63
|
-
private
|
|
69
|
+
private v;
|
|
64
70
|
get hidden(): boolean;
|
|
65
71
|
set hidden(a: boolean);
|
|
66
|
-
private
|
|
72
|
+
private t;
|
|
67
73
|
get disabled(): boolean;
|
|
68
74
|
set disabled(a: boolean);
|
|
69
|
-
private
|
|
75
|
+
private u;
|
|
70
76
|
get documentOnly(): boolean;
|
|
71
77
|
set documentOnly(a: boolean);
|
|
72
78
|
}
|