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.
Files changed (90) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +1582 -2580
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ListPanelView_combined.js +31 -18
  4. package/esm2015/lib/PropertyEditorPanelView_combined.js +154 -154
  5. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +130 -116
  6. package/{esm5/lib/Popup.js → esm2015/lib/ToolActionButton.js} +1 -1
  7. package/esm2015/lib/ToolPanelView_combined.js +862 -692
  8. package/esm2015/lib/ToolbarView_combined.js +123 -96
  9. package/esm2015/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
  10. package/esm2015/lib/igc-property-editor-property-description-component.js +71 -34
  11. package/esm2015/lib/igc-tool-action-button-component.js +63 -0
  12. package/esm2015/lib/{igc-popup-module.js → igc-tool-action-button-module.js} +6 -9
  13. package/esm2015/lib/igc-tool-action-component.js +42 -31
  14. package/esm2015/lib/igc-tool-action-menu-base-component.js +1 -1
  15. package/esm2015/lib/igc-tool-action-performed-event-args.js +5 -3
  16. package/esm2015/lib/igc-tool-action-radio-component.js +7 -4
  17. package/esm2015/lib/igc-tool-panel-component.js +21 -10
  18. package/esm2015/lib/igc-toolbar-component.js +23 -12
  19. package/esm2015/public_api.js +3 -13
  20. package/esm5/lib/ListPanelView_combined.js +31 -18
  21. package/esm5/lib/PropertyEditorPanelView_combined.js +154 -154
  22. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +134 -116
  23. package/esm5/lib/{PopupView.js → ToolActionButton.js} +1 -1
  24. package/esm5/lib/ToolPanelView_combined.js +877 -693
  25. package/esm5/lib/ToolbarView_combined.js +123 -92
  26. package/esm5/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
  27. package/esm5/lib/igc-property-editor-property-description-component.js +75 -34
  28. package/esm5/lib/igc-tool-action-button-component.js +72 -0
  29. package/esm5/lib/igc-tool-action-button-module.js +20 -0
  30. package/esm5/lib/igc-tool-action-component.js +46 -31
  31. package/esm5/lib/igc-tool-action-menu-base-component.js +1 -1
  32. package/esm5/lib/igc-tool-action-performed-event-args.js +5 -3
  33. package/esm5/lib/igc-tool-action-radio-component.js +6 -3
  34. package/esm5/lib/igc-tool-panel-component.js +25 -10
  35. package/esm5/lib/igc-toolbar-component.js +27 -12
  36. package/esm5/public_api.js +3 -13
  37. package/fesm2015/igniteui-webcomponents-layouts.js +1547 -2429
  38. package/fesm5/igniteui-webcomponents-layouts.js +1577 -2562
  39. package/lib/PropertyEditorPropertyDescription_combined.d.ts +24 -22
  40. package/lib/ToolActionButton.d.ts +1 -0
  41. package/lib/ToolPanelView_combined.d.ts +172 -146
  42. package/lib/ToolbarView_combined.d.ts +33 -28
  43. package/lib/igc-property-editor-property-description-component.d.ts +3 -0
  44. package/lib/igc-tool-action-button-component.d.ts +17 -0
  45. package/lib/igc-tool-action-button-module.d.ts +3 -0
  46. package/lib/igc-tool-action-component.d.ts +5 -0
  47. package/lib/igc-tool-action-radio-component.d.ts +4 -1
  48. package/lib/igc-tool-panel-component.d.ts +5 -0
  49. package/lib/igc-toolbar-component.d.ts +5 -0
  50. package/package.json +3 -3
  51. package/public_api.d.ts +3 -13
  52. package/esm2015/lib/OnClosedEventArgs.js +0 -16
  53. package/esm2015/lib/OnPopupEventArgs.js +0 -16
  54. package/esm2015/lib/Popup.js +0 -7
  55. package/esm2015/lib/PopupAlignment.js +0 -29
  56. package/esm2015/lib/PopupDirection.js +0 -29
  57. package/esm2015/lib/PopupView.js +0 -7
  58. package/esm2015/lib/PopupView_combined.js +0 -647
  59. package/esm2015/lib/PopupVisualModelExport.js +0 -36
  60. package/esm2015/lib/Popup_InnerAnimationInfo.js +0 -21
  61. package/esm2015/lib/Popup_OuterAnimationInfo.js +0 -23
  62. package/esm2015/lib/igc-on-closed-event-args.js +0 -24
  63. package/esm2015/lib/igc-on-popup-event-args.js +0 -24
  64. package/esm2015/lib/igc-popup-component.js +0 -388
  65. package/esm5/lib/OnClosedEventArgs.js +0 -20
  66. package/esm5/lib/OnPopupEventArgs.js +0 -20
  67. package/esm5/lib/PopupAlignment.js +0 -29
  68. package/esm5/lib/PopupDirection.js +0 -29
  69. package/esm5/lib/PopupView_combined.js +0 -700
  70. package/esm5/lib/PopupVisualModelExport.js +0 -38
  71. package/esm5/lib/Popup_InnerAnimationInfo.js +0 -23
  72. package/esm5/lib/Popup_OuterAnimationInfo.js +0 -25
  73. package/esm5/lib/igc-on-closed-event-args.js +0 -30
  74. package/esm5/lib/igc-on-popup-event-args.js +0 -30
  75. package/esm5/lib/igc-popup-component.js +0 -473
  76. package/esm5/lib/igc-popup-module.js +0 -23
  77. package/lib/OnClosedEventArgs.d.ts +0 -7
  78. package/lib/OnPopupEventArgs.d.ts +0 -7
  79. package/lib/Popup.d.ts +0 -1
  80. package/lib/PopupAlignment.d.ts +0 -22
  81. package/lib/PopupDirection.d.ts +0 -22
  82. package/lib/PopupView.d.ts +0 -1
  83. package/lib/PopupView_combined.d.ts +0 -126
  84. package/lib/PopupVisualModelExport.d.ts +0 -14
  85. package/lib/Popup_InnerAnimationInfo.d.ts +0 -10
  86. package/lib/Popup_OuterAnimationInfo.d.ts +0 -12
  87. package/lib/igc-on-closed-event-args.d.ts +0 -12
  88. package/lib/igc-on-popup-event-args.d.ts +0 -12
  89. package/lib/igc-popup-component.d.ts +0 -110
  90. 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 af;
17
- aj: string;
18
- private m;
19
- n: PropertyEditorValueType;
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 ab;
31
- ad: any;
32
- private u;
33
- z: number;
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 ao;
49
+ private aq;
48
50
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
49
- p(a: PropertyEditorPropertyDescription): boolean;
50
- ac(a: string, b: boolean): any;
51
- an(): void;
52
- am(): void;
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
- ap(a: string, b: any, c: any): void;
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 "./Popup";
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 ao: string;
68
- private a1;
68
+ readonly ar: string;
69
+ private a4;
69
70
  b(a: boolean): ToolActionEventDetail;
70
- g(): ToolCommandArgument;
71
- az(): string;
72
- w(): any;
73
- x(): any;
74
- private ae;
75
- ax: string;
76
- a0(): string;
77
- private z;
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 y;
80
- af: string;
81
- private u;
82
- v: any;
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
- readonly i: boolean;
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 ab;
97
- am: string;
98
- private aa;
99
- ak: string;
101
+ private ac;
102
+ an: string;
100
103
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
101
- protected a8(a: string, b: any, c: any): void;
102
- protected get_f(): ToolActionType;
103
- readonly f: ToolActionType;
104
- protected bc(a: string, b: any, c: any): void;
105
- ba(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
106
- bb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
107
- a4(a: ToolPanel, b: ToolActionMeasurementContext): void;
108
- a5(a: ToolPanel, b: ToolActionMeasurementContext): void;
109
- o(a: ToolPanel, b: ToolActionMeasurementContext): number;
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
- n(a: ToolPanel, b: ToolActionMeasurementContext): number;
112
- a9(a: ToolActionEventDetail, b: ToolAction): void;
113
- private bd;
116
+ bc(a: ToolActionEventDetail, b: ToolAction): void;
117
+ private bg;
114
118
  onCommand: (sender: any, args: ToolCommandEventArgs) => void;
115
- private a2;
116
- h(): boolean;
117
- private a7;
118
- private a3;
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
- a6(a: ToolActionInfo): void;
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 get_f(): ToolActionType;
129
- private bf;
130
- private be;
131
- bb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
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 get_f(): ToolActionType;
139
- bf: string;
157
+ protected get_h(): ToolActionType;
158
+ private bj;
159
+ bk: string;
140
160
  b(a: boolean): ToolActionEventDetail;
141
- x(): any;
142
- bg(): void;
143
- private be;
144
- o(a: ToolPanel, b: ToolActionMeasurementContext): number;
161
+ z(): any;
162
+ bl(): void;
145
163
  private bi;
146
- private bh;
147
- bb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
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 get_f(): ToolActionType;
155
- a5(a: ToolPanel, b: ToolActionMeasurementContext): void;
156
- private be;
157
- bb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
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 get_f(): ToolActionType;
165
- g(): ToolCommandArgument;
185
+ protected get_h(): ToolActionType;
186
+ i(): ToolCommandArgument;
166
187
  b(a: boolean): ToolActionEventDetail;
167
- private be;
168
- o(a: ToolPanel, b: ToolActionMeasurementContext): number;
169
- private bg;
170
- private bf;
171
- bb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
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 get_f(): ToolActionType;
179
- private be;
180
- bb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
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
- g(): ToolCommandArgument;
188
- a6(a: ToolActionInfo): void;
209
+ i(): ToolCommandArgument;
210
+ a9(a: ToolActionInfo): void;
189
211
  constructor();
190
- private bq;
191
- private bv;
192
- private bh;
212
+ private bu;
213
+ private bz;
214
+ private bl;
193
215
  actions: ToolActionCollection;
194
216
  b(a: boolean): ToolActionEventDetail;
195
- private bm;
196
- private be;
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
- private bl;
199
- protected bw(): void;
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 get_f(): ToolActionType;
218
- private bz;
219
- o(a: ToolPanel, b: ToolActionMeasurementContext): number;
220
- protected by(): Rect;
221
- private b1;
222
- private b0;
223
- bb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
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 get_f(): ToolActionType;
252
+ protected get_h(): ToolActionType;
231
253
  b(a: boolean): ToolActionEventDetail;
232
- x(): any;
233
- private be;
234
- o(a: ToolPanel, b: ToolActionMeasurementContext): number;
235
- private bg;
236
- private bf;
237
- bb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
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 get_f(): ToolActionType;
245
- x(): any;
246
- private be;
247
- o(a: ToolPanel, b: ToolActionMeasurementContext): number;
248
- private bh;
249
- bf(): number;
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 bg;
252
- bb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
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
- p: NativeUIGrid;
320
+ r: NativeUIGrid;
321
+ private u;
298
322
  private s;
299
- private q;
300
- private readonly r;
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
- aw(a: Size): void;
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 w;
319
- private x;
337
+ private ay;
320
338
  private v;
321
- private al;
322
- u(a: ToolAction): boolean;
323
- c(a: string): ToolAction;
324
- y(a: ToolAction): List$1<ToolAction>;
325
- private as;
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
- ap(): void;
331
- a3(a: ToolAction): void;
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 m;
337
- n: FontInfo;
338
- o(): FontInfo;
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
- static a8: Brush;
343
- private a5;
344
- a7: Brush;
345
- static a9: Brush;
346
- a6: Brush;
347
- private b;
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
- ay(a: ToolAction, b: ToolCommand): void;
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 s;
53
+ private u;
53
54
  constructor();
54
- private q;
55
- private readonly r;
55
+ private s;
56
+ private readonly t;
56
57
  private l;
57
- am(a: ToolPanel): void;
58
- private ag;
59
- ap(a: Size): void;
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
- m: IToolbarTarget;
70
- static v: any;
71
- private u;
72
- w: any;
73
- static az: Brush;
74
- private aw;
75
- ay: Brush;
76
- static a0: Brush;
77
- ax: Brush;
78
- a1: Brush;
79
- private n;
80
- o: FontInfo;
81
- p(): FontInfo;
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 av;
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 aq(a: string, b: any, c: any): void;
95
- protected as(a: string, b: any, c: any): void;
96
- private ar;
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
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcToolActionButtonModule {
2
+ static register(): void;
3
+ }
@@ -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
- radioGroup: string;
17
+ /**
18
+ * Gets or sets the channel this radio button belongs to.
19
+ */
20
+ channel: string;
18
21
  }