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
@@ -1,22 +0,0 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * Indicates which direction the popup will pop up in relation to the exclusion rectangle.
4
- */
5
- export declare enum PopupDirection {
6
- /**
7
- * No specified direction.
8
- */
9
- Auto = 0,
10
- /**
11
- * Popup should be displayed downward.
12
- */
13
- Down = 1,
14
- /**
15
- * Popup should be displayed downward.
16
- */
17
- Up = 2
18
- }
19
- /**
20
- * @hidden
21
- */
22
- export declare let PopupDirection_$type: Type;
@@ -1 +0,0 @@
1
- export { PopupView } from "./PopupView_combined";
@@ -1,126 +0,0 @@
1
- import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
2
- import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
3
- import { Size } from "igniteui-webcomponents-core";
4
- import { Brush } from "igniteui-webcomponents-core";
5
- import { Popup_OuterAnimationInfo } from "./Popup_OuterAnimationInfo";
6
- import { Popup_InnerAnimationInfo } from "./Popup_InnerAnimationInfo";
7
- import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
8
- import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
9
- import { Rect } from "igniteui-webcomponents-core";
10
- import { PopupAlignment } from "./PopupAlignment";
11
- import { PopupDirection } from "./PopupDirection";
12
- import { OnClosedEventArgs } from "./OnClosedEventArgs";
13
- import { OnPopupEventArgs } from "./OnPopupEventArgs";
14
- import { PopupVisualModelExport } from "./PopupVisualModelExport";
15
- /**
16
- * @hidden
17
- */
18
- export declare class PopupView extends Base {
19
- static $t: Type;
20
- private k;
21
- private c;
22
- private o;
23
- private n;
24
- private m;
25
- private p;
26
- private f;
27
- private h;
28
- protected readonly d: Popup;
29
- protected readonly l: DomRenderer;
30
- protected ab(): void;
31
- ai(): void;
32
- ah(): void;
33
- aj(): void;
34
- s(): void;
35
- t(a: Popup_OuterAnimationInfo, b: Popup_InnerAnimationInfo): {
36
- p0?: Popup_OuterAnimationInfo;
37
- p1?: Popup_InnerAnimationInfo;
38
- };
39
- u(a: number): void;
40
- ae(): void;
41
- v(a: any): void;
42
- a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
43
- b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
44
- w(): void;
45
- private al;
46
- readonly am: Size;
47
- private i;
48
- private j;
49
- private static r;
50
- private static q;
51
- ak(a: Rect, b: PopupDirection, c: PopupAlignment): Rect;
52
- private e;
53
- z(): void;
54
- private af;
55
- ac(a: DomRenderer): void;
56
- private g;
57
- private ag;
58
- protected x(a: DomWrapper): void;
59
- y(a: Popup): void;
60
- aa(): void;
61
- ad(): void;
62
- }
63
- /**
64
- * @hidden
65
- */
66
- export declare class Popup extends Base implements INotifyPropertyChanged {
67
- static $t: Type;
68
- private i;
69
- private h;
70
- private bc;
71
- private n;
72
- private o;
73
- constructor();
74
- onClosed: (sender: any, args: OnClosedEventArgs) => void;
75
- onPopup: (sender: any, args: OnPopupEventArgs) => void;
76
- propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
77
- protected au(a: string, b: any, c: any): void;
78
- k: PopupView;
79
- private x;
80
- y: number;
81
- private p;
82
- q: boolean;
83
- private v;
84
- aa: number;
85
- static z: number;
86
- private u;
87
- w: number;
88
- private s;
89
- readonly t: boolean;
90
- static bb: Brush;
91
- private a3;
92
- a7: Brush;
93
- static ba: Brush;
94
- private a2;
95
- a6: Brush;
96
- static a9: Brush;
97
- private a1;
98
- a5: Brush;
99
- private a4;
100
- a8: Brush;
101
- protected j(): PopupView;
102
- protected aw(a: string, b: any, c: any): void;
103
- an(): void;
104
- private l;
105
- private m;
106
- private a;
107
- private b;
108
- private aq;
109
- private f;
110
- private g;
111
- r(): boolean;
112
- ar(): void;
113
- private av;
114
- private ay;
115
- private az;
116
- appendPopupContent(a: any): void;
117
- ao(): void;
118
- destroy(): void;
119
- showRelativeToExclusionRect(a: Rect, b: PopupDirection, c: PopupAlignment): void;
120
- as(a: Rect): void;
121
- notifySizeChanged(): void;
122
- provideRenderer(a: DomRenderer): void;
123
- ab(): any;
124
- ak(): string;
125
- c(): PopupVisualModelExport;
126
- }
@@ -1,14 +0,0 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- import { BrushAppearanceData } from "igniteui-webcomponents-core";
3
- /**
4
- * @hidden
5
- */
6
- export declare class PopupVisualModelExport extends Base {
7
- static $t: Type;
8
- e: number;
9
- d: boolean;
10
- c: BrushAppearanceData;
11
- b: BrushAppearanceData;
12
- a: BrushAppearanceData;
13
- f(): string;
14
- }
@@ -1,10 +0,0 @@
1
- import { ValueType, Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare class Popup_InnerAnimationInfo extends ValueType {
6
- static $t: Type;
7
- constructor();
8
- a: number;
9
- b: number;
10
- }
@@ -1,12 +0,0 @@
1
- import { ValueType, Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare class Popup_OuterAnimationInfo extends ValueType {
6
- static $t: Type;
7
- constructor();
8
- c: number;
9
- d: number;
10
- a: number;
11
- b: number;
12
- }
@@ -1,12 +0,0 @@
1
- import { OnClosedEventArgs as OnClosedEventArgs_internal } from "./OnClosedEventArgs";
2
- export declare class IgcOnClosedEventArgs {
3
- protected createImplementation(): OnClosedEventArgs_internal;
4
- protected _implementation: any;
5
- /**
6
- * @hidden
7
- */
8
- readonly i: OnClosedEventArgs_internal;
9
- private onImplementationCreated;
10
- constructor();
11
- protected _provideImplementation(i: any): void;
12
- }
@@ -1,12 +0,0 @@
1
- import { OnPopupEventArgs as OnPopupEventArgs_internal } from "./OnPopupEventArgs";
2
- export declare class IgcOnPopupEventArgs {
3
- protected createImplementation(): OnPopupEventArgs_internal;
4
- protected _implementation: any;
5
- /**
6
- * @hidden
7
- */
8
- readonly i: OnPopupEventArgs_internal;
9
- private onImplementationCreated;
10
- constructor();
11
- protected _provideImplementation(i: any): void;
12
- }
@@ -1,110 +0,0 @@
1
- import { IgRect } from "igniteui-webcomponents-core";
2
- import { Popup } from "./Popup";
3
- import { IgcOnPopupEventArgs } from './igc-on-popup-event-args';
4
- import { IgcOnClosedEventArgs } from './igc-on-closed-event-args';
5
- import { PopupDirection } from "./PopupDirection";
6
- import { PopupAlignment } from "./PopupAlignment";
7
- import { IgcHTMLElement } from "igniteui-webcomponents-core";
8
- export declare class IgcPopupComponent extends IgcHTMLElement {
9
- private _implementation;
10
- private _height;
11
- private _width;
12
- private _mainDiv;
13
- private _portalManager;
14
- height: string;
15
- width: string;
16
- private _webComponentRenderer;
17
- constructor();
18
- private _onChildrenChanged;
19
- updateStyle(): void;
20
- destroy(): void;
21
- protected createImplementation(): Popup;
22
- readonly i: Popup;
23
- private _disconnected;
24
- disconnectedCallback(): void;
25
- connectedCallback(): void;
26
- afterContentInit(): void;
27
- private _settingAttributes;
28
- protected _attached: boolean;
29
- private _queuedSetAttributes;
30
- protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
31
- protected _flushQueuedAttributes(): void;
32
- protected _a(attrName: string, attrValue: any): void;
33
- private static _observedAttributesIgcPopupComponent;
34
- static readonly observedAttributes: string[];
35
- private _updatingFromAttribute;
36
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
37
- static htmlTagName: string;
38
- protected static _isElementRegistered: boolean;
39
- static register(): void;
40
- /**
41
- * Gets or sets the duration of the Popup and Closeup animations in milliseconds.
42
- */
43
- animationDuration: number;
44
- /**
45
- * Gets or sets whether the popup and closeup animations are animated.
46
- */
47
- animationEnabled: boolean;
48
- /**
49
- * Gets or sets the elevation to use for the button regardless of type.
50
- */
51
- elevation: number;
52
- /**
53
- * Gets or sets the elevation of the border shadow
54
- */
55
- actualElevation: number;
56
- /**
57
- * Gets / sets the isShown state of the panel.
58
- */
59
- readonly isShown: boolean;
60
- /**
61
- * Gets or sets the color to use for the check mark when the checkbox is checked.
62
- */
63
- actualUmbraShadowColor: string;
64
- /**
65
- * Gets or sets the color to use for the check mark when the checkbox is checked.
66
- */
67
- actualPenumbraShadowColor: string;
68
- /**
69
- * Gets or sets the color to use for the check mark when the checkbox is checked.
70
- */
71
- actualAmbientShadowColor: string;
72
- /**
73
- * Gets or sets the background color of the popup.
74
- */
75
- background: string;
76
- findByName(name: string): any;
77
- protected __p: string;
78
- protected _hasUserValues: Set<string>;
79
- protected readonly hasUserValues: Set<string>;
80
- protected __m(propertyName: string): void;
81
- protected _stylingContainer: any;
82
- protected _stylingParent: any;
83
- protected _inStyling: boolean;
84
- protected _styling(container: any, component: any, parent?: any): void;
85
- /**
86
- * Closes the popup.
87
-
88
- */
89
- close(): void;
90
- showRelativeToExclusionRect(exclusionRect: IgRect, popupDirection: PopupDirection, popupAlignment: PopupAlignment): void;
91
- /**
92
- * Exports visual information about the current state of the grid.
93
-
94
- */
95
- exportVisualModel(): any;
96
- /**
97
- * Returns a serialized copy of the exported visual model
98
-
99
- */
100
- exportSerializedVisualModel(): string;
101
- private _onClosed;
102
- private _onClosed_wrapped;
103
- onClosed: (s: IgcPopupComponent, e: IgcOnClosedEventArgs) => void;
104
- private _onPopup;
105
- private _onPopup_wrapped;
106
- /**
107
- * Fires when the popup is shown
108
- */
109
- onPopup: (s: IgcPopupComponent, e: IgcOnPopupEventArgs) => void;
110
- }
@@ -1,3 +0,0 @@
1
- export declare class IgcPopupModule {
2
- static register(): void;
3
- }