igniteui-webcomponents-layouts 5.3.0 → 5.4.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.
Files changed (123) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +8 -8
  4. package/esm2015/lib/ComboEditorView_combined.js +27 -26
  5. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
  6. package/esm2015/lib/ListPanelView_combined.js +595 -577
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  9. package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
  10. package/esm2015/lib/ToolActionFieldSelector.js +7 -0
  11. package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
  12. package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
  13. package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
  14. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
  15. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
  16. package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
  17. package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
  18. package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
  19. package/esm2015/lib/ToolActionVisualData.js +17 -13
  20. package/esm2015/lib/ToolPanelContext.js +4 -1
  21. package/esm2015/lib/igc-list-panel-component.js +64 -54
  22. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  23. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  24. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  25. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  26. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  27. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  28. package/esm2015/lib/igc-tool-action-component.js +191 -180
  29. package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
  30. package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
  31. package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
  32. package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
  33. package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
  34. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
  35. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
  36. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
  37. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  38. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
  39. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  40. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  41. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  42. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  43. package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
  44. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  45. package/esm2015/lib/igc-tool-panel-component.js +275 -250
  46. package/esm2015/lib/igc-tool-panel-module.js +2 -0
  47. package/esm2015/lib/igc-toolbar-component.js +171 -156
  48. package/esm2015/public_api.js +16 -0
  49. package/esm5/lib/ComboEditorBridge.js +8 -8
  50. package/esm5/lib/ComboEditorView_combined.js +27 -26
  51. package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
  52. package/esm5/lib/ListPanelView_combined.js +592 -570
  53. package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
  54. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  55. package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
  56. package/esm5/lib/ToolActionFieldSelector.js +7 -0
  57. package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
  58. package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
  59. package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
  60. package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
  61. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
  62. package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
  63. package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
  64. package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
  65. package/esm5/lib/ToolActionVisualData.js +17 -13
  66. package/esm5/lib/ToolPanelContext.js +4 -1
  67. package/esm5/lib/igc-list-panel-component.js +68 -54
  68. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  69. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  70. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  71. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  72. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  73. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  74. package/esm5/lib/igc-tool-action-component.js +195 -180
  75. package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
  76. package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
  77. package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
  78. package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
  79. package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
  80. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
  81. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
  82. package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
  83. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  84. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
  85. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  86. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  87. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  88. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  89. package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
  90. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  91. package/esm5/lib/igc-tool-panel-component.js +283 -250
  92. package/esm5/lib/igc-tool-panel-module.js +2 -0
  93. package/esm5/lib/igc-toolbar-component.js +175 -156
  94. package/esm5/public_api.js +16 -0
  95. package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
  96. package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
  97. package/lib/ListPanelView_combined.d.ts +147 -144
  98. package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
  99. package/lib/ToolActionFieldSelector.d.ts +1 -0
  100. package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
  101. package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
  102. package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
  103. package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
  104. package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
  105. package/lib/ToolActionFieldSelectorType.d.ts +9 -0
  106. package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
  107. package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
  108. package/lib/ToolActionVisualData.d.ts +6 -5
  109. package/lib/igc-list-panel-component.d.ts +5 -0
  110. package/lib/igc-tool-action-component.d.ts +6 -0
  111. package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
  112. package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
  113. package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
  114. package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
  115. package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
  116. package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
  117. package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
  118. package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
  119. package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
  120. package/lib/igc-tool-panel-component.d.ts +10 -0
  121. package/lib/igc-toolbar-component.d.ts +5 -0
  122. package/package.json +3 -3
  123. package/public_api.d.ts +16 -0
@@ -0,0 +1 @@
1
+ export { ToolActionFieldSelector } from "./NativeUILayoutFactory_combined";
@@ -0,0 +1,17 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { DataSourceSummaryOperand } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class ToolActionFieldSelectorAggregation extends Base {
7
+ static $t: Type;
8
+ private _label;
9
+ get label(): string;
10
+ set label(a: string);
11
+ private _name;
12
+ get name(): string;
13
+ set name(a: string);
14
+ private _operand;
15
+ get operand(): DataSourceSummaryOperand;
16
+ set operand(a: DataSourceSummaryOperand);
17
+ }
@@ -0,0 +1,31 @@
1
+ import { ObservableCollection$1 } from "igniteui-webcomponents-core";
2
+ import { ToolActionFieldSelectorAggregation } from "./ToolActionFieldSelectorAggregation";
3
+ import { IEnumerable$1, Type } from "igniteui-webcomponents-core";
4
+ import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare class ToolActionFieldSelectorAggregationsCollection extends ObservableCollection$1<ToolActionFieldSelectorAggregation> {
9
+ static $t: Type;
10
+ constructor();
11
+ get ae(): ToolActionFieldSelectorAggregationsCollection;
12
+ an(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
13
+ private ak;
14
+ am(a: () => void): void;
15
+ ao(a: () => void): void;
16
+ ap(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
17
+ ah: boolean;
18
+ private af;
19
+ get ag(): boolean;
20
+ set ag(a: boolean);
21
+ private ai;
22
+ private aj;
23
+ protected n(a: ToolActionFieldSelectorAggregation): void;
24
+ o(a: IEnumerable$1<ToolActionFieldSelectorAggregation>): void;
25
+ protected p(): void;
26
+ protected u(a: number): void;
27
+ v(index_: number, numToRemove_: number): void;
28
+ protected x(a: number, b: ToolActionFieldSelectorAggregation): void;
29
+ protected r(a: number, b: ToolActionFieldSelectorAggregation): void;
30
+ al(a: ToolActionFieldSelectorAggregation): number;
31
+ }
@@ -0,0 +1,9 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ export declare enum ToolActionFieldSelectorEventType {
3
+ Change = 0,
4
+ AggregationChange = 1
5
+ }
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare let ToolActionFieldSelectorEventType_$type: Type;
@@ -0,0 +1,17 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { DataSourceSummaryOperand } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class ToolActionFieldSelectorSelectedAggregation extends Base {
7
+ static $t: Type;
8
+ private _field;
9
+ get field(): string;
10
+ set field(a: string);
11
+ private _aggregationOperand;
12
+ get aggregationOperand(): DataSourceSummaryOperand;
13
+ set aggregationOperand(a: DataSourceSummaryOperand);
14
+ private _aggregationName;
15
+ get aggregationName(): string;
16
+ set aggregationName(a: string);
17
+ }
@@ -0,0 +1,31 @@
1
+ import { ObservableCollection$1 } from "igniteui-webcomponents-core";
2
+ import { ToolActionFieldSelectorSelectedAggregation } from "./ToolActionFieldSelectorSelectedAggregation";
3
+ import { IEnumerable$1, Type } from "igniteui-webcomponents-core";
4
+ import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare class ToolActionFieldSelectorSelectedAggregationsCollection extends ObservableCollection$1<ToolActionFieldSelectorSelectedAggregation> {
9
+ static $t: Type;
10
+ constructor();
11
+ get ae(): ToolActionFieldSelectorSelectedAggregationsCollection;
12
+ an(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
13
+ private ak;
14
+ am(a: () => void): void;
15
+ ao(a: () => void): void;
16
+ ap(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
17
+ ah: boolean;
18
+ private af;
19
+ get ag(): boolean;
20
+ set ag(a: boolean);
21
+ private ai;
22
+ private aj;
23
+ protected n(a: ToolActionFieldSelectorSelectedAggregation): void;
24
+ o(a: IEnumerable$1<ToolActionFieldSelectorSelectedAggregation>): void;
25
+ protected p(): void;
26
+ protected u(a: number): void;
27
+ v(index_: number, numToRemove_: number): void;
28
+ protected x(a: number, b: ToolActionFieldSelectorSelectedAggregation): void;
29
+ protected r(a: number, b: ToolActionFieldSelectorSelectedAggregation): void;
30
+ al(a: ToolActionFieldSelectorSelectedAggregation): number;
31
+ }
@@ -0,0 +1,9 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ export declare enum ToolActionFieldSelectorType {
3
+ Label = 0,
4
+ Value = 1
5
+ }
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare let ToolActionFieldSelectorType_$type: Type;
@@ -0,0 +1,16 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { DataSourceSummaryOperand } from "igniteui-webcomponents-core";
3
+ import { DataSeriesPropertyType } from "igniteui-webcomponents-core";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class ToolActionFieldSelector_ToolActionFieldSelectorItem extends Base {
8
+ static $t: Type;
9
+ key: string;
10
+ isSelected: boolean;
11
+ label: string;
12
+ aggregationOperand: DataSourceSummaryOperand;
13
+ aggregationName: string;
14
+ aggregationLabel: string;
15
+ propertyType: DataSeriesPropertyType;
16
+ }
@@ -6,6 +6,6 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare class ToolActionIconMenuVisualData extends ToolActionVisualData {
8
8
  static $t: Type;
9
- j: IconVisualModelExport;
10
- i(): string;
9
+ k: IconVisualModelExport;
10
+ j(): string;
11
11
  }
@@ -10,14 +10,15 @@ import { TextBlockVisualModelExport } from "igniteui-webcomponents-inputs";
10
10
  */
11
11
  export declare class ToolActionVisualData extends Base implements IVisualData {
12
12
  static $t: Type;
13
- g: string;
14
13
  h: string;
15
- e: ToolActionType;
14
+ i: string;
15
+ f: ToolActionType;
16
16
  a: BrushAppearanceData;
17
- d: ListPanelItemVisualData;
18
- f: IVisualData;
17
+ e: ListPanelItemVisualData;
18
+ g: IVisualData;
19
19
  b: IconVisualModelExport;
20
20
  c: TextBlockVisualModelExport;
21
+ d: TextBlockVisualModelExport;
21
22
  serialize(): string;
22
- i(): string;
23
+ j(): string;
23
24
  }
@@ -152,6 +152,11 @@ export declare class IgcListPanelComponent extends IgcHTMLElement implements IEx
152
152
  */
153
153
  get schemaIncludedProperties(): string[];
154
154
  set schemaIncludedProperties(v: string[]);
155
+ /**
156
+ * Gets or sets the spacing between items.
157
+ */
158
+ get itemSpacing(): number;
159
+ set itemSpacing(v: number);
155
160
  /**
156
161
  * Gets or Sets the property name that contains the values.
157
162
  */
@@ -2,6 +2,7 @@ import { IgcHTMLElement } from "igniteui-webcomponents-core";
2
2
  import { IgcToolContextBindingCollection } from "./igc-tool-context-binding-collection";
3
3
  import { IgcToolActionCollection } from "./igc-tool-action-collection";
4
4
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
5
+ import { HorizontalAlignment } from "igniteui-webcomponents-core";
5
6
  import { Visibility } from "igniteui-webcomponents-core";
6
7
  import { IgcToolCommandEventArgs } from "./igc-tool-command-event-args";
7
8
  import { IgcToolActionPerformedEventArgs } from "./igc-tool-action-performed-event-args";
@@ -221,6 +222,11 @@ export declare abstract class IgcToolActionComponent extends IgcHTMLElement {
221
222
  */
222
223
  get subtitle(): string;
223
224
  set subtitle(v: string);
225
+ /**
226
+ * Gets or sets the title horizontal alignment.
227
+ */
228
+ get titleHorizontalAlignment(): HorizontalAlignment;
229
+ set titleHorizontalAlignment(v: HorizontalAlignment);
224
230
  get iconName(): string;
225
231
  set iconName(v: string);
226
232
  get iconCollectionName(): string;
@@ -0,0 +1,3 @@
1
+ export declare class IgcToolActionFieldSelectorAggregationModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,20 @@
1
+ import { DataSourceSummaryOperand } from "igniteui-webcomponents-core";
2
+ import { ToolActionFieldSelectorAggregation as ToolActionFieldSelectorAggregation_internal } from "./ToolActionFieldSelectorAggregation";
3
+ export declare class IgcToolActionFieldSelectorAggregation {
4
+ protected createImplementation(): ToolActionFieldSelectorAggregation_internal;
5
+ protected _implementation: any;
6
+ /**
7
+ * @hidden
8
+ */
9
+ get i(): ToolActionFieldSelectorAggregation_internal;
10
+ private onImplementationCreated;
11
+ constructor();
12
+ protected _provideImplementation(i: any): void;
13
+ get label(): string;
14
+ set label(v: string);
15
+ get name(): string;
16
+ set name(v: string);
17
+ get operand(): DataSourceSummaryOperand;
18
+ set operand(v: DataSourceSummaryOperand);
19
+ findByName(name: string): any;
20
+ }
@@ -0,0 +1,8 @@
1
+ import { IgCollection } from "igniteui-webcomponents-core";
2
+ import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
3
+ import { ToolActionFieldSelectorAggregation as ToolActionFieldSelectorAggregation_internal } from './ToolActionFieldSelectorAggregation';
4
+ import { IgcToolActionFieldSelectorAggregation as IgcToolActionFieldSelectorAggregation } from './igc-tool-action-field-selector-aggregation';
5
+ export declare class IgcToolActionFieldSelectorAggregationsCollection extends IgCollection<IgcToolActionFieldSelectorAggregation, ToolActionFieldSelectorAggregation_internal> {
6
+ constructor(list?: IgcToolActionFieldSelectorAggregation[]);
7
+ protected _createInnerColl(): SyncableObservableCollection$2<IgcToolActionFieldSelectorAggregation, ToolActionFieldSelectorAggregation_internal>;
8
+ }
@@ -0,0 +1,73 @@
1
+ import { IDataSource } from "igniteui-webcomponents-core";
2
+ import { ToolActionFieldSelectorType } from "./ToolActionFieldSelectorType";
3
+ import { IgcToolActionFieldSelectorAggregationsCollection } from "./igc-tool-action-field-selector-aggregations-collection";
4
+ import { IgcToolActionFieldSelectorSelectedAggregationsCollection } from "./igc-tool-action-field-selector-selected-aggregations-collection";
5
+ import { IgcToolActionComponent } from "./igc-tool-action-component";
6
+ import { ToolActionFieldSelector } from "./ToolActionFieldSelector";
7
+ export declare class IgcToolActionFieldSelectorComponent extends IgcToolActionComponent {
8
+ protected createImplementation(): ToolActionFieldSelector;
9
+ /**
10
+ * @hidden
11
+ */
12
+ get i(): ToolActionFieldSelector;
13
+ constructor();
14
+ connectedCallback(): void;
15
+ disconnectedCallback(): void;
16
+ private static _observedAttributesIgcToolActionFieldSelectorComponent;
17
+ static get observedAttributes(): string[];
18
+ static htmlTagName: string;
19
+ protected static _isElementRegistered: boolean;
20
+ static register(): void;
21
+ /**
22
+ * Gets or sets if the tool action is checked.
23
+ */
24
+ get dataSource(): IDataSource;
25
+ set dataSource(v: IDataSource);
26
+ get legendTarget(): any;
27
+ set legendTarget(v: any);
28
+ /**
29
+ * Gets or sets if the tool action is checked.
30
+ */
31
+ get fieldType(): ToolActionFieldSelectorType;
32
+ set fieldType(v: ToolActionFieldSelectorType);
33
+ /**
34
+ * Gets or sets if the list only takes one selection at a time.
35
+ */
36
+ get singleSelection(): boolean;
37
+ set singleSelection(v: boolean);
38
+ private _aggregations;
39
+ /**
40
+ * Gets or sets a list of aggregations to use, if null a default list is used instead.
41
+ * If list provided has custom aggregations the data source is never updated.
42
+ */
43
+ get aggregations(): IgcToolActionFieldSelectorAggregationsCollection;
44
+ set aggregations(v: IgcToolActionFieldSelectorAggregationsCollection);
45
+ /**
46
+ * Gets or sets if the data source has to be updated when changes are made.
47
+ */
48
+ get updateDataSource(): boolean;
49
+ set updateDataSource(v: boolean);
50
+ private _selectedAggregations;
51
+ /**
52
+ * Used to set default values when using custom aggregations, will be overriden otherwise
53
+ */
54
+ get selectedAggregations(): IgcToolActionFieldSelectorSelectedAggregationsCollection;
55
+ set selectedAggregations(v: IgcToolActionFieldSelectorSelectedAggregationsCollection);
56
+ get paddingLeft(): number;
57
+ set paddingLeft(v: number);
58
+ get actualPaddingLeft(): number;
59
+ set actualPaddingLeft(v: number);
60
+ get paddingRight(): number;
61
+ set paddingRight(v: number);
62
+ get actualPaddingRight(): number;
63
+ set actualPaddingRight(v: number);
64
+ get paddingBottom(): number;
65
+ set paddingBottom(v: number);
66
+ get actualPaddingBottom(): number;
67
+ set actualPaddingBottom(v: number);
68
+ get paddingTop(): number;
69
+ set paddingTop(v: number);
70
+ get actualPaddingTop(): number;
71
+ set actualPaddingTop(v: number);
72
+ findByName(name: string): any;
73
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcToolActionFieldSelectorModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcToolActionFieldSelectorSelectedAggregationModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,20 @@
1
+ import { DataSourceSummaryOperand } from "igniteui-webcomponents-core";
2
+ import { ToolActionFieldSelectorSelectedAggregation as ToolActionFieldSelectorSelectedAggregation_internal } from "./ToolActionFieldSelectorSelectedAggregation";
3
+ export declare class IgcToolActionFieldSelectorSelectedAggregation {
4
+ protected createImplementation(): ToolActionFieldSelectorSelectedAggregation_internal;
5
+ protected _implementation: any;
6
+ /**
7
+ * @hidden
8
+ */
9
+ get i(): ToolActionFieldSelectorSelectedAggregation_internal;
10
+ private onImplementationCreated;
11
+ constructor();
12
+ protected _provideImplementation(i: any): void;
13
+ get field(): string;
14
+ set field(v: string);
15
+ get aggregationOperand(): DataSourceSummaryOperand;
16
+ set aggregationOperand(v: DataSourceSummaryOperand);
17
+ get aggregationName(): string;
18
+ set aggregationName(v: string);
19
+ findByName(name: string): any;
20
+ }
@@ -0,0 +1,8 @@
1
+ import { IgCollection } from "igniteui-webcomponents-core";
2
+ import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
3
+ import { ToolActionFieldSelectorSelectedAggregation as ToolActionFieldSelectorSelectedAggregation_internal } from './ToolActionFieldSelectorSelectedAggregation';
4
+ import { IgcToolActionFieldSelectorSelectedAggregation as IgcToolActionFieldSelectorSelectedAggregation } from './igc-tool-action-field-selector-selected-aggregation';
5
+ export declare class IgcToolActionFieldSelectorSelectedAggregationsCollection extends IgCollection<IgcToolActionFieldSelectorSelectedAggregation, ToolActionFieldSelectorSelectedAggregation_internal> {
6
+ constructor(list?: IgcToolActionFieldSelectorSelectedAggregation[]);
7
+ protected _createInnerColl(): SyncableObservableCollection$2<IgcToolActionFieldSelectorSelectedAggregation, ToolActionFieldSelectorSelectedAggregation_internal>;
8
+ }
@@ -14,4 +14,9 @@ export declare class IgcToolActionSubPanelComponent extends IgcToolActionCompone
14
14
  static htmlTagName: string;
15
15
  protected static _isElementRegistered: boolean;
16
16
  static register(): void;
17
+ /**
18
+ * Gets or sets the spacing between items.
19
+ */
20
+ get itemSpacing(): number;
21
+ set itemSpacing(v: number);
17
22
  }
@@ -89,6 +89,11 @@ export declare class IgcToolPanelComponent extends IgcHTMLElement {
89
89
  */
90
90
  get subtitleTextStyle(): string;
91
91
  set subtitleTextStyle(v: string);
92
+ /**
93
+ * Gets or sets the text style.
94
+ */
95
+ get groupHeaderTextStyle(): string;
96
+ set groupHeaderTextStyle(v: string);
92
97
  /**
93
98
  * Gets or sets the base built in theme to use for the checkbox.
94
99
  */
@@ -385,6 +390,11 @@ export declare class IgcToolPanelComponent extends IgcHTMLElement {
385
390
  */
386
391
  get scrollbarStyle(): ScrollbarStyle;
387
392
  set scrollbarStyle(v: ScrollbarStyle);
393
+ /**
394
+ * Gets or sets the spacing between items
395
+ */
396
+ get itemSpacing(): number;
397
+ set itemSpacing(v: number);
388
398
  /**
389
399
  * Gets or sets the mode used when displaying nested actions.
390
400
  */
@@ -169,6 +169,11 @@ export declare class IgcToolbarComponent extends IgcHTMLElement {
169
169
  */
170
170
  get subtitleTextStyle(): string;
171
171
  set subtitleTextStyle(v: string);
172
+ /**
173
+ * Gets or sets the text style.
174
+ */
175
+ get groupHeaderTextStyle(): string;
176
+ set groupHeaderTextStyle(v: string);
172
177
  /**
173
178
  * Gets or sets the left padding for separators in the vertical orientation.
174
179
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-layouts",
3
- "version": "5.3.0",
3
+ "version": "5.4.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.3.0",
18
- "igniteui-webcomponents-inputs": "5.3.0"
17
+ "igniteui-webcomponents-core": "5.4.0",
18
+ "igniteui-webcomponents-inputs": "5.4.0"
19
19
  },
20
20
  "sideEffects": false,
21
21
  "typings": "igniteui-webcomponents-layouts.d.ts",
package/public_api.d.ts CHANGED
@@ -73,6 +73,22 @@ export * from './lib/ToolActionCheckboxList';
73
73
  export * from './lib/igc-tool-action-checkbox-list-component';
74
74
  export * from './lib/igc-tool-action-checkbox-list-module';
75
75
  export * from './lib/ToolActionCheckboxListIndexType';
76
+ export * from './lib/ToolActionFieldSelectorType';
77
+ export * from './lib/ToolActionFieldSelectorEventType';
78
+ export * from './lib/ToolActionFieldSelectorAggregation';
79
+ export * from './lib/igc-tool-action-field-selector-aggregation';
80
+ export * from './lib/igc-tool-action-field-selector-aggregation-module';
81
+ export * from './lib/ToolActionFieldSelectorSelectedAggregation';
82
+ export * from './lib/igc-tool-action-field-selector-selected-aggregation';
83
+ export * from './lib/igc-tool-action-field-selector-selected-aggregation-module';
84
+ export * from './lib/ToolActionFieldSelector';
85
+ export * from './lib/igc-tool-action-field-selector-component';
86
+ export * from './lib/igc-tool-action-field-selector-module';
87
+ export * from './lib/igc-tool-action-field-selector-aggregations-collection';
88
+ export * from './lib/ToolActionFieldSelectorAggregationsCollection';
89
+ export * from './lib/igc-tool-action-field-selector-selected-aggregations-collection';
90
+ export * from './lib/ToolActionFieldSelectorSelectedAggregationsCollection';
91
+ export * from './lib/ToolActionFieldSelector_ToolActionFieldSelectorItem';
76
92
  export * from './lib/ToolActionSubPanel';
77
93
  export * from './lib/igc-tool-action-sub-panel-component';
78
94
  export * from './lib/igc-tool-action-sub-panel-module';