igniteui-webcomponents-layouts 5.2.0 → 5.3.0
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 +7393 -6728
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +6 -6
- package/esm2015/lib/ComboEditorView_combined.js +32 -32
- package/esm2015/lib/ListPanelContentRebindEventArgs.js +26 -0
- package/esm2015/lib/ListPanelContentRecycledEventArgs.js +26 -0
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/ListPanelView_combined.js +1267 -1233
- package/esm2015/lib/NativeUILayoutFactory_combined.js +5036 -4716
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/igc-list-panel-component.js +144 -86
- package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +42 -0
- package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +42 -0
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +162 -165
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -37
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +277 -256
- package/esm2015/lib/igc-toolbar-component.js +180 -159
- package/esm2015/public_api.js +4 -0
- package/esm5/lib/ComboEditorBridge.js +6 -6
- package/esm5/lib/ComboEditorView_combined.js +32 -32
- package/esm5/lib/ListPanelContentRebindEventArgs.js +32 -0
- package/esm5/lib/ListPanelContentRecycledEventArgs.js +32 -0
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +15 -15
- package/esm5/lib/ListPanelView_combined.js +1254 -1216
- package/esm5/lib/NativeUILayoutFactory_combined.js +4882 -4534
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/igc-list-panel-component.js +154 -86
- package/esm5/lib/igc-list-panel-content-rebind-event-args.js +52 -0
- package/esm5/lib/igc-list-panel-content-recycled-event-args.js +52 -0
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +162 -165
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -37
- package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +32 -32
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +285 -256
- package/esm5/lib/igc-toolbar-component.js +188 -159
- package/esm5/public_api.js +4 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +7526 -6949
- package/fesm5/igniteui-webcomponents-layouts.js +7391 -6730
- package/lib/INativeUIToolPanelBridge.d.ts +1 -0
- package/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
- package/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
- package/lib/ListPanelView_combined.d.ts +245 -240
- package/lib/NativeUILayoutFactory_combined.d.ts +1167 -1119
- package/lib/igc-list-panel-component.d.ts +16 -0
- package/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
- package/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
- package/lib/igc-tool-action-component.d.ts +0 -1
- package/lib/igc-tool-action-icon-button-component.d.ts +0 -1
- package/lib/igc-tool-panel-component.d.ts +11 -0
- package/lib/igc-toolbar-component.d.ts +11 -0
- package/package.json +3 -3
- package/public_api.d.ts +4 -0
|
@@ -19,6 +19,8 @@ import { ListPanelSelectionMode } from './ListPanelSelectionMode';
|
|
|
19
19
|
import { ListPanelActivationMode } from './ListPanelActivationMode';
|
|
20
20
|
import { ListPanelSelectionBehavior } from './ListPanelSelectionBehavior';
|
|
21
21
|
import { IgcListPanelSelectedItemsCollection } from './igc-list-panel-selected-items-collection';
|
|
22
|
+
import { IgcListPanelContentRecycledEventArgs } from './igc-list-panel-content-recycled-event-args';
|
|
23
|
+
import { IgcListPanelContentRebindEventArgs } from './igc-list-panel-content-rebind-event-args';
|
|
22
24
|
export declare class IgcListPanelComponent extends IgcHTMLElement implements IExternalListPanel {
|
|
23
25
|
private _implementation;
|
|
24
26
|
private _height;
|
|
@@ -269,6 +271,20 @@ export declare class IgcListPanelComponent extends IgcHTMLElement implements IEx
|
|
|
269
271
|
|
|
270
272
|
*/
|
|
271
273
|
deselectAllRows(): void;
|
|
274
|
+
private _itemRecycled;
|
|
275
|
+
private _itemRecycled_wrapped;
|
|
276
|
+
/**
|
|
277
|
+
* Called when item content is recycled.
|
|
278
|
+
*/
|
|
279
|
+
get itemRecycled(): (s: IgcListPanelComponent, e: IgcListPanelContentRecycledEventArgs) => void;
|
|
280
|
+
set itemRecycled(ev: (s: IgcListPanelComponent, e: IgcListPanelContentRecycledEventArgs) => void);
|
|
281
|
+
private _itemRebind;
|
|
282
|
+
private _itemRebind_wrapped;
|
|
283
|
+
/**
|
|
284
|
+
* Called when item content is rebound.
|
|
285
|
+
*/
|
|
286
|
+
get itemRebind(): (s: IgcListPanelComponent, e: IgcListPanelContentRebindEventArgs) => void;
|
|
287
|
+
set itemRebind(ev: (s: IgcListPanelComponent, e: IgcListPanelContentRebindEventArgs) => void);
|
|
272
288
|
private _selectedItemsChanged;
|
|
273
289
|
private _selectedItemsChanged_wrapped;
|
|
274
290
|
/**
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ListPanelContentRebindEventArgs as ListPanelContentRebindEventArgs_internal } from "./ListPanelContentRebindEventArgs";
|
|
2
|
+
/**
|
|
3
|
+
* Information about list item content that was just rebound.
|
|
4
|
+
*/
|
|
5
|
+
export declare class IgcListPanelContentRebindEventArgs {
|
|
6
|
+
protected createImplementation(): ListPanelContentRebindEventArgs_internal;
|
|
7
|
+
protected _implementation: any;
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i(): ListPanelContentRebindEventArgs_internal;
|
|
12
|
+
private onImplementationCreated;
|
|
13
|
+
constructor();
|
|
14
|
+
protected _provideImplementation(i: any): void;
|
|
15
|
+
/**
|
|
16
|
+
* The model that is rebinding.
|
|
17
|
+
*/
|
|
18
|
+
get rowObject(): any;
|
|
19
|
+
set rowObject(v: any);
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ListPanelContentRecycledEventArgs as ListPanelContentRecycledEventArgs_internal } from "./ListPanelContentRecycledEventArgs";
|
|
2
|
+
/**
|
|
3
|
+
* Information about list item content that was just recycled.
|
|
4
|
+
*/
|
|
5
|
+
export declare class IgcListPanelContentRecycledEventArgs {
|
|
6
|
+
protected createImplementation(): ListPanelContentRecycledEventArgs_internal;
|
|
7
|
+
protected _implementation: any;
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i(): ListPanelContentRecycledEventArgs_internal;
|
|
12
|
+
private onImplementationCreated;
|
|
13
|
+
constructor();
|
|
14
|
+
protected _provideImplementation(i: any): void;
|
|
15
|
+
/**
|
|
16
|
+
* The model that was recycled.
|
|
17
|
+
*/
|
|
18
|
+
get rowObject(): any;
|
|
19
|
+
set rowObject(v: any);
|
|
20
|
+
}
|
|
@@ -331,7 +331,6 @@ export declare abstract class IgcToolActionComponent extends IgcHTMLElement {
|
|
|
331
331
|
protected _stylingParent: any;
|
|
332
332
|
protected _inStyling: boolean;
|
|
333
333
|
protected _styling(container: any, component: any, parent?: any): void;
|
|
334
|
-
cleanUp(): void;
|
|
335
334
|
openSubMenu(): void;
|
|
336
335
|
closeSubmenu(): void;
|
|
337
336
|
exportVisualData(): any;
|
|
@@ -42,7 +42,6 @@ export declare class IgcToolActionIconButtonComponent extends IgcToolActionCompo
|
|
|
42
42
|
get actualContentPaddingBottom(): number;
|
|
43
43
|
set actualContentPaddingBottom(v: number);
|
|
44
44
|
get isOpen(): boolean;
|
|
45
|
-
cleanUp(): void;
|
|
46
45
|
openSubMenu(): void;
|
|
47
46
|
closeSubmenu(): void;
|
|
48
47
|
exportVisualData(): any;
|
|
@@ -9,6 +9,7 @@ import { IgcToolActionCollection } from "./igc-tool-action-collection";
|
|
|
9
9
|
import { IgcToolPanelContentRefreshedEventArgs } from "./igc-tool-panel-content-refreshed-event-args";
|
|
10
10
|
import { IgcToolCommandEventArgs } from './igc-tool-command-event-args';
|
|
11
11
|
import { NestedActionMode } from './NestedActionMode';
|
|
12
|
+
import { ScrollbarStyle } from "igniteui-webcomponents-core";
|
|
12
13
|
export declare class IgcToolPanelComponent extends IgcHTMLElement {
|
|
13
14
|
private _implementation;
|
|
14
15
|
private _height;
|
|
@@ -73,6 +74,11 @@ export declare class IgcToolPanelComponent extends IgcHTMLElement {
|
|
|
73
74
|
*/
|
|
74
75
|
get dropdownClickBuffer(): number;
|
|
75
76
|
set dropdownClickBuffer(v: number);
|
|
77
|
+
/**
|
|
78
|
+
* Prevents clicks on the tool actions from bubbling.
|
|
79
|
+
*/
|
|
80
|
+
get stopPropagation(): boolean;
|
|
81
|
+
set stopPropagation(v: boolean);
|
|
76
82
|
/**
|
|
77
83
|
* Gets or sets the text style for the panel.
|
|
78
84
|
*/
|
|
@@ -374,6 +380,11 @@ export declare class IgcToolPanelComponent extends IgcHTMLElement {
|
|
|
374
380
|
*/
|
|
375
381
|
get actualDropdownDelay(): number;
|
|
376
382
|
set actualDropdownDelay(v: number);
|
|
383
|
+
/**
|
|
384
|
+
* Gets or sets the style of scrollbar.
|
|
385
|
+
*/
|
|
386
|
+
get scrollbarStyle(): ScrollbarStyle;
|
|
387
|
+
set scrollbarStyle(v: ScrollbarStyle);
|
|
377
388
|
/**
|
|
378
389
|
* Gets or sets the mode used when displaying nested actions.
|
|
379
390
|
*/
|
|
@@ -10,6 +10,7 @@ import { IgcToolCommandEventArgs } from './igc-tool-command-event-args';
|
|
|
10
10
|
import { ToolCommandStateType } from "igniteui-webcomponents-core";
|
|
11
11
|
import { IgcToolbarSubMenuOpeningEventArgs } from './igc-toolbar-sub-menu-opening-event-args';
|
|
12
12
|
import { IgcToolbarSubMenuClosingEventArgs } from './igc-toolbar-sub-menu-closing-event-args';
|
|
13
|
+
import { ScrollbarStyle } from "igniteui-webcomponents-core";
|
|
13
14
|
export declare class IgcToolbarComponent extends IgcHTMLElement {
|
|
14
15
|
private _implementation;
|
|
15
16
|
private _height;
|
|
@@ -276,6 +277,16 @@ export declare class IgcToolbarComponent extends IgcHTMLElement {
|
|
|
276
277
|
*/
|
|
277
278
|
get dropdownDelay(): number;
|
|
278
279
|
set dropdownDelay(v: number);
|
|
280
|
+
/**
|
|
281
|
+
* Prevents clicks on the tool actions from bubbling.
|
|
282
|
+
*/
|
|
283
|
+
get stopPropagation(): boolean;
|
|
284
|
+
set stopPropagation(v: boolean);
|
|
285
|
+
/**
|
|
286
|
+
* Gets or sets the style of scrollbar.
|
|
287
|
+
*/
|
|
288
|
+
get scrollbarStyle(): ScrollbarStyle;
|
|
289
|
+
set scrollbarStyle(v: ScrollbarStyle);
|
|
279
290
|
get isOpen(): boolean;
|
|
280
291
|
findByName(name: string): any;
|
|
281
292
|
protected __p: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-layouts",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Ignite UI Web Components layout components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-layouts",
|
|
6
6
|
"keywords": [
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"tslib": "^2.3.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"igniteui-webcomponents-core": "5.
|
|
18
|
-
"igniteui-webcomponents-inputs": "5.
|
|
17
|
+
"igniteui-webcomponents-core": "5.3.0",
|
|
18
|
+
"igniteui-webcomponents-inputs": "5.3.0"
|
|
19
19
|
},
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"typings": "igniteui-webcomponents-layouts.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -177,6 +177,10 @@ export * from './lib/ListPanelSelectedItemsChangedEventArgs';
|
|
|
177
177
|
export * from './lib/igc-list-panel-selected-items-changed-event-args';
|
|
178
178
|
export * from './lib/ListPanelSelectedKeysChangedEventArgs';
|
|
179
179
|
export * from './lib/igc-list-panel-selected-keys-changed-event-args';
|
|
180
|
+
export * from './lib/ListPanelContentRecycledEventArgs';
|
|
181
|
+
export * from './lib/igc-list-panel-content-recycled-event-args';
|
|
182
|
+
export * from './lib/ListPanelContentRebindEventArgs';
|
|
183
|
+
export * from './lib/igc-list-panel-content-rebind-event-args';
|
|
180
184
|
export * from './lib/ListPanelSelectionMode';
|
|
181
185
|
export * from './lib/ListPanelActivationMode';
|
|
182
186
|
export * from './lib/ListPanelSelectionBehavior';
|