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,4 +1,5 @@
1
1
  import { ToolPanel } from "./ToolPanel";
2
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
2
3
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
3
4
  import { ToolPanelOrientation } from './ToolPanelOrientation';
4
5
  import { IgcToolActionComponent } from "./igc-tool-action-component";
@@ -53,6 +54,10 @@ export declare class IgcToolPanelComponent extends IgcHTMLElement {
53
54
  * Gets or Sets the property name that contains the values.
54
55
  */
55
56
  cellTextStyle: string;
57
+ /**
58
+ * Gets or sets the base built in theme to use for the checkbox.
59
+ */
60
+ baseTheme: BaseControlTheme;
56
61
  /**
57
62
  * Gets or sets the color to use for the background of the component.
58
63
  */
@@ -1,4 +1,5 @@
1
1
  import { Toolbar } from "./Toolbar";
2
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
2
3
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
3
4
  import { ToolbarOrientation } from './ToolbarOrientation';
4
5
  import { IgcToolActionComponent } from "./igc-tool-action-component";
@@ -47,6 +48,10 @@ export declare class IgcToolbarComponent extends IgcHTMLElement {
47
48
  static htmlTagName: string;
48
49
  protected static _isElementRegistered: boolean;
49
50
  static register(): void;
51
+ /**
52
+ * Gets or sets the base built in theme to use for the checkbox.
53
+ */
54
+ baseTheme: BaseControlTheme;
50
55
  private _autoGeneratedActions;
51
56
  /**
52
57
  * Gets or sets the data or data source instance to which to bind the grid.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-layouts",
3
- "version": "4.0.3",
3
+ "version": "4.2.2",
4
4
  "description": "Ignite UI WebComponents 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": "4.0.3",
18
- "igniteui-webcomponents-inputs": "4.0.3"
17
+ "igniteui-webcomponents-core": "4.2.2",
18
+ "igniteui-webcomponents-inputs": "4.2.2"
19
19
  },
20
20
  "sideEffects": false,
21
21
  "typings": "igniteui-webcomponents-layouts.d.ts",
package/public_api.d.ts CHANGED
@@ -1,7 +1,5 @@
1
1
  export * from './lib/igc-x-expansion-panel-module';
2
2
  export * from './lib/igc-x-expansion-panel-component';
3
- export * from './lib/igc-popup-module';
4
- export * from './lib/igc-popup-component';
5
3
  export * from './lib/igc-property-editor-panel-module';
6
4
  export * from './lib/igc-property-editor-panel-component';
7
5
  export * from './lib/igc-list-panel-component';
@@ -12,21 +10,17 @@ export * from './lib/igc-tool-panel-module';
12
10
  export * from './lib/igc-toolbar-module';
13
11
  export * from './lib/ToolbarView';
14
12
  export * from './lib/ToolPanelView';
15
- export * from './lib/PopupView';
16
13
  export * from './lib/ExpansionPanelView';
17
14
  export * from './lib/ExpansionPanelUtilities';
18
15
  export * from './lib/ListPanelView';
19
16
  export * from './lib/PropertyEditorPanelView';
20
- export * from './lib/PopupAlignment';
21
- export * from './lib/PopupDirection';
22
17
  export * from './lib/OnExpandedEventArgs';
23
18
  export * from './lib/igc-on-expanded-event-args';
24
19
  export * from './lib/OnCollapsedEventArgs';
25
20
  export * from './lib/igc-on-collapsed-event-args';
26
- export * from './lib/OnPopupEventArgs';
27
- export * from './lib/igc-on-popup-event-args';
28
- export * from './lib/OnClosedEventArgs';
29
- export * from './lib/igc-on-closed-event-args';
21
+ export * from './lib/ToolActionButton';
22
+ export * from './lib/igc-tool-action-button-component';
23
+ export * from './lib/igc-tool-action-button-module';
30
24
  export * from './lib/ToolActionLabel';
31
25
  export * from './lib/igc-tool-action-label-component';
32
26
  export * from './lib/igc-tool-action-label-module';
@@ -78,9 +72,6 @@ export * from './lib/IExternalToolPanel';
78
72
  export * from './lib/IToolPanelView';
79
73
  export * from './lib/ToolPanel';
80
74
  export * from './lib/ToolActionMeasurementContext';
81
- export * from './lib/Popup';
82
- export * from './lib/Popup_OuterAnimationInfo';
83
- export * from './lib/Popup_InnerAnimationInfo';
84
75
  export * from './lib/XExpansionPanel';
85
76
  export * from './lib/IExternalListPanel';
86
77
  export * from './lib/IListPanelView';
@@ -129,4 +120,3 @@ export * from './lib/igc-property-editor-property-description-collection';
129
120
  export * from './lib/PropertyEditorPropertyDescriptionCollection';
130
121
  export * from './lib/PropertyEditorValueType';
131
122
  export * from './lib/PropertyEditorTreeTransformer';
132
- export * from './lib/PopupVisualModelExport';
@@ -1,16 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import { EventArgs, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let OnClosedEventArgs = /*@__PURE__*/ (() => {
12
- class OnClosedEventArgs extends EventArgs {
13
- }
14
- OnClosedEventArgs.$t = /*@__PURE__*/ markType(OnClosedEventArgs, 'OnClosedEventArgs', EventArgs.$);
15
- return OnClosedEventArgs;
16
- })();
@@ -1,16 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import { EventArgs, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let OnPopupEventArgs = /*@__PURE__*/ (() => {
12
- class OnPopupEventArgs extends EventArgs {
13
- }
14
- OnPopupEventArgs.$t = /*@__PURE__*/ markType(OnPopupEventArgs, 'OnPopupEventArgs', EventArgs.$);
15
- return OnPopupEventArgs;
16
- })();
@@ -1,7 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- export { Popup } from "./PopupView_combined";
@@ -1,29 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import { markEnum } from "igniteui-webcomponents-core";
8
- /**
9
- * Indicates which side of the exclusion rectangle to which the popup is aligned.
10
- */
11
- export var PopupAlignment = /*@__PURE__*/ (function (PopupAlignment) {
12
- /**
13
- * No specified direction.
14
- */
15
- PopupAlignment[PopupAlignment["Auto"] = 0] = "Auto";
16
- /**
17
- * Popup should be aligned to the near side. This usually means left or top.
18
- */
19
- PopupAlignment[PopupAlignment["Near"] = 1] = "Near";
20
- /**
21
- * Popup should be aligned to the near far. This usually means right or bottom.
22
- */
23
- PopupAlignment[PopupAlignment["Far"] = 2] = "Far";
24
- return PopupAlignment;
25
- })({});
26
- /**
27
- * @hidden
28
- */
29
- export let PopupAlignment_$type = /*@__PURE__*/ markEnum('PopupAlignment', 'Auto,0|Near,1|Far,2');
@@ -1,29 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import { markEnum } from "igniteui-webcomponents-core";
8
- /**
9
- * Indicates which direction the popup will pop up in relation to the exclusion rectangle.
10
- */
11
- export var PopupDirection = /*@__PURE__*/ (function (PopupDirection) {
12
- /**
13
- * No specified direction.
14
- */
15
- PopupDirection[PopupDirection["Auto"] = 0] = "Auto";
16
- /**
17
- * Popup should be displayed downward.
18
- */
19
- PopupDirection[PopupDirection["Down"] = 1] = "Down";
20
- /**
21
- * Popup should be displayed downward.
22
- */
23
- PopupDirection[PopupDirection["Up"] = 2] = "Up";
24
- return PopupDirection;
25
- })({});
26
- /**
27
- * @hidden
28
- */
29
- export let PopupDirection_$type = /*@__PURE__*/ markEnum('PopupDirection', 'Auto,0|Down,1|Up,2');
@@ -1,7 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- export { PopupView } from "./PopupView_combined";