igniteui-webcomponents-layouts 4.0.3 → 4.2.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-webcomponents-layouts.umd.js +1582 -2580
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +31 -18
- package/esm2015/lib/PropertyEditorPanelView_combined.js +154 -154
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +130 -116
- package/{esm5/lib/Popup.js → esm2015/lib/ToolActionButton.js} +1 -1
- package/esm2015/lib/ToolPanelView_combined.js +862 -692
- package/esm2015/lib/ToolbarView_combined.js +123 -96
- package/esm2015/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
- package/esm2015/lib/igc-property-editor-property-description-component.js +71 -34
- package/esm2015/lib/igc-tool-action-button-component.js +63 -0
- package/esm2015/lib/{igc-popup-module.js → igc-tool-action-button-module.js} +6 -9
- package/esm2015/lib/igc-tool-action-component.js +42 -31
- package/esm2015/lib/igc-tool-action-menu-base-component.js +1 -1
- package/esm2015/lib/igc-tool-action-performed-event-args.js +5 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +7 -4
- package/esm2015/lib/igc-tool-panel-component.js +21 -10
- package/esm2015/lib/igc-toolbar-component.js +23 -12
- package/esm2015/public_api.js +3 -13
- package/esm5/lib/ListPanelView_combined.js +31 -18
- package/esm5/lib/PropertyEditorPanelView_combined.js +154 -154
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +134 -116
- package/esm5/lib/{PopupView.js → ToolActionButton.js} +1 -1
- package/esm5/lib/ToolPanelView_combined.js +877 -693
- package/esm5/lib/ToolbarView_combined.js +123 -92
- package/esm5/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
- package/esm5/lib/igc-property-editor-property-description-component.js +75 -34
- package/esm5/lib/igc-tool-action-button-component.js +72 -0
- package/esm5/lib/igc-tool-action-button-module.js +20 -0
- package/esm5/lib/igc-tool-action-component.js +46 -31
- package/esm5/lib/igc-tool-action-menu-base-component.js +1 -1
- package/esm5/lib/igc-tool-action-performed-event-args.js +5 -3
- package/esm5/lib/igc-tool-action-radio-component.js +6 -3
- package/esm5/lib/igc-tool-panel-component.js +25 -10
- package/esm5/lib/igc-toolbar-component.js +27 -12
- package/esm5/public_api.js +3 -13
- package/fesm2015/igniteui-webcomponents-layouts.js +1547 -2429
- package/fesm5/igniteui-webcomponents-layouts.js +1577 -2562
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +24 -22
- package/lib/ToolActionButton.d.ts +1 -0
- package/lib/ToolPanelView_combined.d.ts +172 -146
- package/lib/ToolbarView_combined.d.ts +33 -28
- package/lib/igc-property-editor-property-description-component.d.ts +3 -0
- package/lib/igc-tool-action-button-component.d.ts +17 -0
- package/lib/igc-tool-action-button-module.d.ts +3 -0
- package/lib/igc-tool-action-component.d.ts +5 -0
- package/lib/igc-tool-action-radio-component.d.ts +4 -1
- package/lib/igc-tool-panel-component.d.ts +5 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +3 -13
- package/esm2015/lib/OnClosedEventArgs.js +0 -16
- package/esm2015/lib/OnPopupEventArgs.js +0 -16
- package/esm2015/lib/Popup.js +0 -7
- package/esm2015/lib/PopupAlignment.js +0 -29
- package/esm2015/lib/PopupDirection.js +0 -29
- package/esm2015/lib/PopupView.js +0 -7
- package/esm2015/lib/PopupView_combined.js +0 -647
- package/esm2015/lib/PopupVisualModelExport.js +0 -36
- package/esm2015/lib/Popup_InnerAnimationInfo.js +0 -21
- package/esm2015/lib/Popup_OuterAnimationInfo.js +0 -23
- package/esm2015/lib/igc-on-closed-event-args.js +0 -24
- package/esm2015/lib/igc-on-popup-event-args.js +0 -24
- package/esm2015/lib/igc-popup-component.js +0 -388
- package/esm5/lib/OnClosedEventArgs.js +0 -20
- package/esm5/lib/OnPopupEventArgs.js +0 -20
- package/esm5/lib/PopupAlignment.js +0 -29
- package/esm5/lib/PopupDirection.js +0 -29
- package/esm5/lib/PopupView_combined.js +0 -700
- package/esm5/lib/PopupVisualModelExport.js +0 -38
- package/esm5/lib/Popup_InnerAnimationInfo.js +0 -23
- package/esm5/lib/Popup_OuterAnimationInfo.js +0 -25
- package/esm5/lib/igc-on-closed-event-args.js +0 -30
- package/esm5/lib/igc-on-popup-event-args.js +0 -30
- package/esm5/lib/igc-popup-component.js +0 -473
- package/esm5/lib/igc-popup-module.js +0 -23
- package/lib/OnClosedEventArgs.d.ts +0 -7
- package/lib/OnPopupEventArgs.d.ts +0 -7
- package/lib/Popup.d.ts +0 -1
- package/lib/PopupAlignment.d.ts +0 -22
- package/lib/PopupDirection.d.ts +0 -22
- package/lib/PopupView.d.ts +0 -1
- package/lib/PopupView_combined.d.ts +0 -126
- package/lib/PopupVisualModelExport.d.ts +0 -14
- package/lib/Popup_InnerAnimationInfo.d.ts +0 -10
- package/lib/Popup_OuterAnimationInfo.d.ts +0 -12
- package/lib/igc-on-closed-event-args.d.ts +0 -12
- package/lib/igc-on-popup-event-args.d.ts +0 -12
- package/lib/igc-popup-component.d.ts +0 -110
- package/lib/igc-popup-module.d.ts +0 -3
|
@@ -11,49 +11,51 @@ import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class PropertyEditorPropertyDescription extends Base implements INotifyPropertyChanged {
|
|
13
13
|
static $t: Type;
|
|
14
|
+
private aj;
|
|
15
|
+
an: string;
|
|
14
16
|
private ah;
|
|
15
17
|
al: string;
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
private
|
|
19
|
-
|
|
18
|
+
private o;
|
|
19
|
+
p: PropertyEditorValueType;
|
|
20
|
+
private ai;
|
|
21
|
+
am: string;
|
|
22
|
+
private q;
|
|
23
|
+
s: boolean;
|
|
20
24
|
private ag;
|
|
21
25
|
ak: string;
|
|
22
|
-
private o;
|
|
23
|
-
q: boolean;
|
|
24
|
-
private ae;
|
|
25
|
-
ai: string;
|
|
26
26
|
private a;
|
|
27
27
|
c: string[];
|
|
28
28
|
private b;
|
|
29
29
|
d: string[];
|
|
30
|
-
private
|
|
31
|
-
|
|
32
|
-
private
|
|
33
|
-
|
|
34
|
-
private r;
|
|
35
|
-
w: number;
|
|
36
|
-
private s;
|
|
37
|
-
x: number;
|
|
30
|
+
private ad;
|
|
31
|
+
af: any;
|
|
32
|
+
private w;
|
|
33
|
+
ab: number;
|
|
38
34
|
private t;
|
|
39
35
|
y: number;
|
|
36
|
+
private u;
|
|
37
|
+
z: number;
|
|
40
38
|
private v;
|
|
41
39
|
aa: number;
|
|
40
|
+
private x;
|
|
41
|
+
ac: number;
|
|
42
42
|
private f;
|
|
43
43
|
g: PropertyEditorDescriptionObject;
|
|
44
44
|
private h;
|
|
45
45
|
i: PropertyEditorDescriptionObjectCollection;
|
|
46
|
+
private l;
|
|
47
|
+
m: PropertyEditorPropertyDescriptionCollection;
|
|
46
48
|
e: PropertyEditorDataSource;
|
|
47
|
-
private
|
|
49
|
+
private aq;
|
|
48
50
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
r(a: PropertyEditorPropertyDescription): boolean;
|
|
52
|
+
ae(a: string, b: boolean): any;
|
|
53
|
+
ap(): void;
|
|
54
|
+
ao(): void;
|
|
53
55
|
buttonClicked: (sender: any, args: PropertyEditorPropertyDescriptionButtonClickEventArgs) => void;
|
|
54
56
|
changed: (sender: any, args: PropertyEditorPropertyDescriptionChangedEventArgs) => void;
|
|
55
57
|
targetPropertyUpdating: (sender: any, args: PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs) => void;
|
|
56
|
-
|
|
58
|
+
ar(a: string, b: any, c: any): void;
|
|
57
59
|
}
|
|
58
60
|
/**
|
|
59
61
|
* @hidden
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ToolActionButton } from "./ToolPanelView_combined";
|
|
@@ -4,9 +4,10 @@ import { RenderingContext } from "igniteui-webcomponents-core";
|
|
|
4
4
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
5
5
|
import { ListPanel } from "./ListPanel";
|
|
6
6
|
import { Size } from "igniteui-webcomponents-core";
|
|
7
|
-
import { Popup } from "
|
|
7
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
8
8
|
import { NativeUIContent } from "igniteui-webcomponents-core";
|
|
9
9
|
import { Rect } from "igniteui-webcomponents-core";
|
|
10
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
10
11
|
import { ToolActionType } from "igniteui-webcomponents-core";
|
|
11
12
|
import { ToolCommandArgument } from "igniteui-webcomponents-core";
|
|
12
13
|
import { ListPanelTemplateItemUpdatingEventArgs } from "./ListPanelTemplateItemUpdatingEventArgs";
|
|
@@ -64,192 +65,214 @@ export declare class ToolPanelView extends Base {
|
|
|
64
65
|
export declare class ToolAction extends Base implements INotifyPropertyChanged {
|
|
65
66
|
static $t: Type;
|
|
66
67
|
e: ToolPanel;
|
|
67
|
-
readonly
|
|
68
|
-
private
|
|
68
|
+
readonly ar: string;
|
|
69
|
+
private a4;
|
|
69
70
|
b(a: boolean): ToolActionEventDetail;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
private
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
private
|
|
71
|
+
i(): ToolCommandArgument;
|
|
72
|
+
a2(): string;
|
|
73
|
+
y(): any;
|
|
74
|
+
z(): any;
|
|
75
|
+
private ag;
|
|
76
|
+
a0: string;
|
|
77
|
+
a3(): string;
|
|
78
|
+
private ab;
|
|
79
|
+
al: string;
|
|
80
|
+
private aa;
|
|
78
81
|
ai: string;
|
|
79
|
-
private
|
|
80
|
-
|
|
81
|
-
private
|
|
82
|
-
|
|
83
|
-
private k;
|
|
84
|
-
r: number;
|
|
85
|
-
private l;
|
|
86
|
-
s: number;
|
|
87
|
-
private j;
|
|
88
|
-
q: number;
|
|
82
|
+
private w;
|
|
83
|
+
x: any;
|
|
84
|
+
private f;
|
|
85
|
+
g: BaseControlTheme;
|
|
89
86
|
private m;
|
|
90
87
|
t: number;
|
|
91
|
-
|
|
88
|
+
private n;
|
|
89
|
+
u: number;
|
|
90
|
+
private l;
|
|
91
|
+
s: number;
|
|
92
|
+
private o;
|
|
93
|
+
v: number;
|
|
94
|
+
readonly k: boolean;
|
|
95
|
+
private af;
|
|
96
|
+
au: string;
|
|
97
|
+
private ae;
|
|
98
|
+
as: string;
|
|
92
99
|
private ad;
|
|
93
|
-
ar: string;
|
|
94
|
-
private ac;
|
|
95
100
|
ap: string;
|
|
96
|
-
private
|
|
97
|
-
|
|
98
|
-
private aa;
|
|
99
|
-
ak: string;
|
|
101
|
+
private ac;
|
|
102
|
+
an: string;
|
|
100
103
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
101
|
-
protected
|
|
102
|
-
protected
|
|
103
|
-
readonly
|
|
104
|
-
protected
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
104
|
+
protected bb(a: string, b: any, c: any): void;
|
|
105
|
+
protected get_h(): ToolActionType;
|
|
106
|
+
readonly h: ToolActionType;
|
|
107
|
+
protected bf(a: string, b: any, c: any): void;
|
|
108
|
+
bh(): void;
|
|
109
|
+
bd(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
110
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
111
|
+
a7(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
112
|
+
a8(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
113
|
+
q(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
114
|
+
r(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
110
115
|
p(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
private bd;
|
|
116
|
+
bc(a: ToolActionEventDetail, b: ToolAction): void;
|
|
117
|
+
private bg;
|
|
114
118
|
onCommand: (sender: any, args: ToolCommandEventArgs) => void;
|
|
115
|
-
private
|
|
116
|
-
|
|
117
|
-
private
|
|
118
|
-
private
|
|
119
|
+
private a5;
|
|
120
|
+
j(): boolean;
|
|
121
|
+
private ba;
|
|
122
|
+
private a6;
|
|
119
123
|
performed: (sender: any, args: ToolActionPerformedEventArgs) => void;
|
|
120
124
|
static a(a: ToolActionInfo): ToolAction;
|
|
121
|
-
|
|
125
|
+
a9(a: ToolActionInfo): void;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* @hidden
|
|
129
|
+
*/
|
|
130
|
+
export declare class ToolActionButton extends ToolAction {
|
|
131
|
+
static $t: Type;
|
|
132
|
+
protected get_h(): ToolActionType;
|
|
133
|
+
i(): ToolCommandArgument;
|
|
134
|
+
b(a: boolean): ToolActionEventDetail;
|
|
135
|
+
private bi;
|
|
136
|
+
r(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
137
|
+
q(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
138
|
+
private bk;
|
|
139
|
+
private bj;
|
|
140
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
122
141
|
}
|
|
123
142
|
/**
|
|
124
143
|
* @hidden
|
|
125
144
|
*/
|
|
126
145
|
export declare class ToolActionLabel extends ToolAction {
|
|
127
146
|
static $t: Type;
|
|
128
|
-
protected
|
|
129
|
-
private
|
|
130
|
-
private
|
|
131
|
-
|
|
147
|
+
protected get_h(): ToolActionType;
|
|
148
|
+
private bj;
|
|
149
|
+
private bi;
|
|
150
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
132
151
|
}
|
|
133
152
|
/**
|
|
134
153
|
* @hidden
|
|
135
154
|
*/
|
|
136
155
|
export declare class ToolActionRadio extends ToolAction {
|
|
137
156
|
static $t: Type;
|
|
138
|
-
protected
|
|
139
|
-
|
|
157
|
+
protected get_h(): ToolActionType;
|
|
158
|
+
private bj;
|
|
159
|
+
bk: string;
|
|
140
160
|
b(a: boolean): ToolActionEventDetail;
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
private be;
|
|
144
|
-
o(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
161
|
+
z(): any;
|
|
162
|
+
bl(): void;
|
|
145
163
|
private bi;
|
|
146
|
-
|
|
147
|
-
|
|
164
|
+
q(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
165
|
+
bh(): void;
|
|
166
|
+
private bn;
|
|
167
|
+
private bm;
|
|
168
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
148
169
|
}
|
|
149
170
|
/**
|
|
150
171
|
* @hidden
|
|
151
172
|
*/
|
|
152
173
|
export declare class ToolActionSeparator extends ToolAction {
|
|
153
174
|
static $t: Type;
|
|
154
|
-
protected
|
|
155
|
-
|
|
156
|
-
private
|
|
157
|
-
|
|
175
|
+
protected get_h(): ToolActionType;
|
|
176
|
+
a8(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
177
|
+
private bi;
|
|
178
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
158
179
|
}
|
|
159
180
|
/**
|
|
160
181
|
* @hidden
|
|
161
182
|
*/
|
|
162
183
|
export declare class ToolActionIconButton extends ToolAction {
|
|
163
184
|
static $t: Type;
|
|
164
|
-
protected
|
|
165
|
-
|
|
185
|
+
protected get_h(): ToolActionType;
|
|
186
|
+
i(): ToolCommandArgument;
|
|
166
187
|
b(a: boolean): ToolActionEventDetail;
|
|
167
|
-
private
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
private
|
|
171
|
-
|
|
188
|
+
private bi;
|
|
189
|
+
q(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
190
|
+
bh(): void;
|
|
191
|
+
private bk;
|
|
192
|
+
private bj;
|
|
193
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
172
194
|
}
|
|
173
195
|
/**
|
|
174
196
|
* @hidden
|
|
175
197
|
*/
|
|
176
198
|
export declare class ToolActionGroupHeader extends ToolAction {
|
|
177
199
|
static $t: Type;
|
|
178
|
-
protected
|
|
179
|
-
private
|
|
180
|
-
|
|
200
|
+
protected get_h(): ToolActionType;
|
|
201
|
+
private bi;
|
|
202
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
181
203
|
}
|
|
182
204
|
/**
|
|
183
205
|
* @hidden
|
|
184
206
|
*/
|
|
185
207
|
export declare abstract class ToolActionMenuBase extends ToolAction {
|
|
186
208
|
static $t: Type;
|
|
187
|
-
|
|
188
|
-
|
|
209
|
+
i(): ToolCommandArgument;
|
|
210
|
+
a9(a: ToolActionInfo): void;
|
|
189
211
|
constructor();
|
|
190
|
-
private
|
|
191
|
-
private
|
|
192
|
-
private
|
|
212
|
+
private bu;
|
|
213
|
+
private bz;
|
|
214
|
+
private bl;
|
|
193
215
|
actions: ToolActionCollection;
|
|
194
216
|
b(a: boolean): ToolActionEventDetail;
|
|
195
|
-
private
|
|
196
|
-
private
|
|
217
|
+
private bq;
|
|
218
|
+
private bi;
|
|
219
|
+
private bo;
|
|
220
|
+
private bp;
|
|
221
|
+
protected b0(): void;
|
|
222
|
+
private b1;
|
|
223
|
+
private bj;
|
|
197
224
|
private bk;
|
|
198
|
-
|
|
199
|
-
|
|
225
|
+
protected abstract b2(): Rect;
|
|
226
|
+
private by;
|
|
200
227
|
private bx;
|
|
201
|
-
private bf;
|
|
202
|
-
private bg;
|
|
203
|
-
protected abstract by(): Rect;
|
|
204
|
-
private bu;
|
|
205
|
-
private bt;
|
|
206
|
-
private bj;
|
|
207
|
-
private bo;
|
|
208
228
|
private bn;
|
|
209
229
|
private bs;
|
|
210
230
|
private br;
|
|
231
|
+
private bw;
|
|
232
|
+
private bv;
|
|
211
233
|
}
|
|
212
234
|
/**
|
|
213
235
|
* @hidden
|
|
214
236
|
*/
|
|
215
237
|
export declare class ToolActionIconMenu extends ToolActionMenuBase {
|
|
216
238
|
static $t: Type;
|
|
217
|
-
protected
|
|
218
|
-
private
|
|
219
|
-
|
|
220
|
-
protected
|
|
221
|
-
private
|
|
222
|
-
private
|
|
223
|
-
|
|
239
|
+
protected get_h(): ToolActionType;
|
|
240
|
+
private b3;
|
|
241
|
+
q(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
242
|
+
protected b2(): Rect;
|
|
243
|
+
private b5;
|
|
244
|
+
private b4;
|
|
245
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
224
246
|
}
|
|
225
247
|
/**
|
|
226
248
|
* @hidden
|
|
227
249
|
*/
|
|
228
250
|
export declare class ToolActionCheckbox extends ToolAction {
|
|
229
251
|
static $t: Type;
|
|
230
|
-
protected
|
|
252
|
+
protected get_h(): ToolActionType;
|
|
231
253
|
b(a: boolean): ToolActionEventDetail;
|
|
232
|
-
|
|
233
|
-
private
|
|
234
|
-
|
|
235
|
-
private
|
|
236
|
-
private
|
|
237
|
-
|
|
254
|
+
z(): any;
|
|
255
|
+
private bi;
|
|
256
|
+
q(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
257
|
+
private bk;
|
|
258
|
+
private bj;
|
|
259
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
238
260
|
}
|
|
239
261
|
/**
|
|
240
262
|
* @hidden
|
|
241
263
|
*/
|
|
242
264
|
export declare class ToolActionNumberInput extends ToolAction {
|
|
243
265
|
static $t: Type;
|
|
244
|
-
protected
|
|
245
|
-
|
|
246
|
-
private
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
266
|
+
protected get_h(): ToolActionType;
|
|
267
|
+
z(): any;
|
|
268
|
+
private bi;
|
|
269
|
+
q(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
270
|
+
bh(): void;
|
|
271
|
+
private bl;
|
|
272
|
+
bj(): number;
|
|
250
273
|
b(a: boolean): ToolActionEventDetail;
|
|
251
|
-
private
|
|
252
|
-
|
|
274
|
+
private bk;
|
|
275
|
+
be(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
253
276
|
}
|
|
254
277
|
/**
|
|
255
278
|
* @hidden
|
|
@@ -294,62 +317,65 @@ export declare class ToolActionEventDetailCollection extends ObservableCollectio
|
|
|
294
317
|
export declare class ToolPanel extends Base implements INotifyPropertyChanged {
|
|
295
318
|
static $t: Type;
|
|
296
319
|
l: ToolPanelView;
|
|
297
|
-
|
|
320
|
+
r: NativeUIGrid;
|
|
321
|
+
private u;
|
|
298
322
|
private s;
|
|
299
|
-
private
|
|
300
|
-
|
|
301
|
-
aq(a: ListPanel): void;
|
|
302
|
-
private ag;
|
|
303
|
-
private ah;
|
|
304
|
-
private ai;
|
|
305
|
-
private f;
|
|
323
|
+
private readonly t;
|
|
324
|
+
at(a: ListPanel): void;
|
|
306
325
|
private aj;
|
|
326
|
+
private ak;
|
|
327
|
+
private al;
|
|
328
|
+
private f;
|
|
329
|
+
private am;
|
|
307
330
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
308
331
|
private d;
|
|
309
|
-
|
|
332
|
+
az(a: Size): void;
|
|
310
333
|
contentRefreshed: (sender: any, args: ToolPanelContentRefreshedEventArgs) => void;
|
|
311
334
|
actions: ToolActionCollection;
|
|
312
335
|
constructor();
|
|
313
|
-
private ak;
|
|
314
|
-
private av;
|
|
315
|
-
private t;
|
|
316
|
-
protected a2(): void;
|
|
317
336
|
private an;
|
|
318
|
-
private
|
|
319
|
-
private x;
|
|
337
|
+
private ay;
|
|
320
338
|
private v;
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
private
|
|
326
|
-
private az;
|
|
327
|
-
private at;
|
|
328
|
-
private a4;
|
|
339
|
+
protected a5(): void;
|
|
340
|
+
private aq;
|
|
341
|
+
private y;
|
|
342
|
+
private z;
|
|
343
|
+
private x;
|
|
329
344
|
private ao;
|
|
330
|
-
|
|
331
|
-
|
|
345
|
+
w(a: ToolAction): boolean;
|
|
346
|
+
c(a: string): ToolAction;
|
|
347
|
+
aa(a: ToolAction): List$1<ToolAction>;
|
|
348
|
+
private av;
|
|
349
|
+
private a2;
|
|
350
|
+
private aw;
|
|
351
|
+
private a7;
|
|
332
352
|
private ar;
|
|
353
|
+
as(): void;
|
|
354
|
+
a6(a: ToolAction): void;
|
|
355
|
+
private au;
|
|
333
356
|
notifySizeChanged(): void;
|
|
334
357
|
destroy(): void;
|
|
335
358
|
provideContainer(a: DomRenderer): void;
|
|
336
|
-
private
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
protected ax(a: string, b: any, c: any): void;
|
|
359
|
+
private o;
|
|
360
|
+
p: FontInfo;
|
|
361
|
+
q(): FontInfo;
|
|
340
362
|
protected a0(a: string, b: any, c: any): void;
|
|
363
|
+
protected a3(a: string, b: any, c: any): void;
|
|
364
|
+
private a8;
|
|
341
365
|
a: IExecutionContext;
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
private z;
|
|
366
|
+
private m;
|
|
367
|
+
n: BaseControlTheme;
|
|
368
|
+
static bc: Brush;
|
|
369
|
+
private a9;
|
|
370
|
+
bb: Brush;
|
|
371
|
+
static bd: Brush;
|
|
349
372
|
ba: Brush;
|
|
373
|
+
private b;
|
|
374
|
+
private ab;
|
|
375
|
+
be: Brush;
|
|
350
376
|
static j: ToolPanelOrientation;
|
|
351
377
|
private i;
|
|
352
378
|
k: ToolPanelOrientation;
|
|
353
|
-
|
|
379
|
+
a1(a: ToolAction, b: ToolCommand): void;
|
|
354
380
|
onCommand: (sender: any, args: ToolCommandEventArgs) => void;
|
|
355
381
|
}
|
|
@@ -4,6 +4,7 @@ import { RenderingContext } from "igniteui-webcomponents-core";
|
|
|
4
4
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
5
5
|
import { ToolPanel } from "./ToolPanel";
|
|
6
6
|
import { Size } from "igniteui-webcomponents-core";
|
|
7
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
7
8
|
import { ToolActionCollection } from "./ToolActionCollection";
|
|
8
9
|
import { ToolbarOrientation } from "./ToolbarOrientation";
|
|
9
10
|
import { IToolbarTarget } from "igniteui-webcomponents-core";
|
|
@@ -49,14 +50,16 @@ export declare class ToolbarView extends Base {
|
|
|
49
50
|
export declare class Toolbar extends Base implements INotifyPropertyChanged {
|
|
50
51
|
static $t: Type;
|
|
51
52
|
k: ToolbarView;
|
|
52
|
-
private
|
|
53
|
+
private u;
|
|
53
54
|
constructor();
|
|
54
|
-
private
|
|
55
|
-
private readonly
|
|
55
|
+
private s;
|
|
56
|
+
private readonly t;
|
|
56
57
|
private l;
|
|
57
|
-
|
|
58
|
-
private
|
|
59
|
-
|
|
58
|
+
aq(a: ToolPanel): void;
|
|
59
|
+
private aj;
|
|
60
|
+
at(a: Size): void;
|
|
61
|
+
private m;
|
|
62
|
+
n: BaseControlTheme;
|
|
60
63
|
private d;
|
|
61
64
|
autoGeneratedActions: ToolActionCollection;
|
|
62
65
|
private b;
|
|
@@ -66,33 +69,35 @@ export declare class Toolbar extends Base implements INotifyPropertyChanged {
|
|
|
66
69
|
static i: ToolbarOrientation;
|
|
67
70
|
private h;
|
|
68
71
|
j: ToolbarOrientation;
|
|
69
|
-
|
|
70
|
-
static
|
|
71
|
-
private
|
|
72
|
-
|
|
73
|
-
static
|
|
74
|
-
private
|
|
75
|
-
|
|
76
|
-
static
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
private
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
private ah;
|
|
83
|
-
private ai;
|
|
84
|
-
private ao;
|
|
85
|
-
private t;
|
|
86
|
-
protected au(): void;
|
|
72
|
+
o: IToolbarTarget;
|
|
73
|
+
static x: any;
|
|
74
|
+
private w;
|
|
75
|
+
y: any;
|
|
76
|
+
static a4: Brush;
|
|
77
|
+
private a1;
|
|
78
|
+
a3: Brush;
|
|
79
|
+
static a5: Brush;
|
|
80
|
+
a2: Brush;
|
|
81
|
+
a6: Brush;
|
|
82
|
+
private p;
|
|
83
|
+
q: FontInfo;
|
|
84
|
+
r(): FontInfo;
|
|
87
85
|
private ak;
|
|
88
|
-
private
|
|
86
|
+
private am;
|
|
87
|
+
private a0;
|
|
89
88
|
private al;
|
|
89
|
+
private as;
|
|
90
|
+
private v;
|
|
91
|
+
protected ay(): void;
|
|
92
|
+
private ao;
|
|
93
|
+
private az;
|
|
94
|
+
private ap;
|
|
90
95
|
notifySizeChanged(): void;
|
|
91
96
|
destroy(): void;
|
|
92
97
|
provideContainer(a: DomRenderer): void;
|
|
93
98
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
94
|
-
protected
|
|
95
|
-
protected
|
|
96
|
-
private
|
|
99
|
+
protected au(a: string, b: any, c: any): void;
|
|
100
|
+
protected aw(a: string, b: any, c: any): void;
|
|
101
|
+
private av;
|
|
97
102
|
a: IExecutionContext;
|
|
98
103
|
}
|
|
@@ -2,6 +2,7 @@ import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
|
2
2
|
import { PropertyEditorValueType } from "./PropertyEditorValueType";
|
|
3
3
|
import { IgcPropertyEditorDescriptionObject } from "./igc-property-editor-description-object";
|
|
4
4
|
import { IgcPropertyEditorDescriptionObjectCollection } from "./igc-property-editor-description-object-collection";
|
|
5
|
+
import { IgcPropertyEditorPropertyDescriptionCollection } from "./igc-property-editor-property-description-collection";
|
|
5
6
|
import { IgcPropertyEditorPropertyDescriptionButtonClickEventArgs } from "./igc-property-editor-property-description-button-click-event-args";
|
|
6
7
|
import { IgcPropertyEditorPropertyDescriptionChangedEventArgs } from "./igc-property-editor-property-description-changed-event-args";
|
|
7
8
|
import { IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs } from "./igc-property-editor-property-description-target-property-updating-event-args";
|
|
@@ -50,6 +51,8 @@ export declare class IgcPropertyEditorPropertyDescriptionComponent extends IgcHT
|
|
|
50
51
|
complexValue: IgcPropertyEditorDescriptionObject;
|
|
51
52
|
private _complexValues;
|
|
52
53
|
complexValues: IgcPropertyEditorDescriptionObjectCollection;
|
|
54
|
+
private _properties;
|
|
55
|
+
properties: IgcPropertyEditorPropertyDescriptionCollection;
|
|
53
56
|
findByName(name: string): any;
|
|
54
57
|
protected __p: string;
|
|
55
58
|
protected _hasUserValues: Set<string>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
2
|
+
import { ToolActionButton } from "./ToolActionButton";
|
|
3
|
+
export declare class IgcToolActionButtonComponent extends IgcToolActionComponent {
|
|
4
|
+
protected createImplementation(): ToolActionButton;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
readonly i: ToolActionButton;
|
|
9
|
+
constructor();
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
disconnectedCallback(): void;
|
|
12
|
+
private static _observedAttributesIgcToolActionButtonComponent;
|
|
13
|
+
static readonly observedAttributes: string[];
|
|
14
|
+
static htmlTagName: string;
|
|
15
|
+
protected static _isElementRegistered: boolean;
|
|
16
|
+
static register(): void;
|
|
17
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
2
3
|
import { IgcToolCommandEventArgs } from "./igc-tool-command-event-args";
|
|
3
4
|
import { IgcToolActionPerformedEventArgs } from "./igc-tool-action-performed-event-args";
|
|
4
5
|
import { ToolAction } from "./ToolAction";
|
|
@@ -38,6 +39,10 @@ export declare class IgcToolActionComponent extends IgcHTMLElement {
|
|
|
38
39
|
commandId: string;
|
|
39
40
|
commandArgument: string;
|
|
40
41
|
commandArgumentValue: any;
|
|
42
|
+
/**
|
|
43
|
+
* Gets or sets the base built in theme to use for the checkbox.
|
|
44
|
+
*/
|
|
45
|
+
baseTheme: BaseControlTheme;
|
|
41
46
|
paddingLeft: number;
|
|
42
47
|
paddingRight: number;
|
|
43
48
|
paddingBottom: number;
|
|
@@ -14,5 +14,8 @@ export declare class IgcToolActionRadioComponent extends IgcToolActionComponent
|
|
|
14
14
|
static htmlTagName: string;
|
|
15
15
|
protected static _isElementRegistered: boolean;
|
|
16
16
|
static register(): void;
|
|
17
|
-
|
|
17
|
+
/**
|
|
18
|
+
* Gets or sets the channel this radio button belongs to.
|
|
19
|
+
*/
|
|
20
|
+
channel: string;
|
|
18
21
|
}
|