igniteui-angular 19.2.12 → 19.2.13
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/fesm2022/igniteui-angular.mjs +77 -23
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/core/styles/components/grid/_grid-theme.scss +11 -10
- package/lib/grids/common/strategy.d.ts +1 -1
- package/lib/grids/pivot-grid/pivot-grid.component.d.ts +2 -2
- package/lib/grids/pivot-grid/pivot-util.d.ts +2 -0
- package/lib/splitter/splitter-pane/splitter-pane.component.d.ts +3 -1
- package/lib/splitter/splitter.component.d.ts +3 -2
- package/package.json +1 -1
- package/styles/igniteui-angular-dark.css +1 -1
- package/styles/igniteui-angular.css +1 -1
- package/styles/igniteui-bootstrap-dark.css +1 -1
- package/styles/igniteui-bootstrap-light.css +1 -1
- package/styles/igniteui-dark-green.css +1 -1
- package/styles/igniteui-fluent-dark-excel.css +1 -1
- package/styles/igniteui-fluent-dark-word.css +1 -1
- package/styles/igniteui-fluent-dark.css +1 -1
- package/styles/igniteui-fluent-light-excel.css +1 -1
- package/styles/igniteui-fluent-light-word.css +1 -1
- package/styles/igniteui-fluent-light.css +1 -1
- package/styles/igniteui-indigo-dark.css +1 -1
- package/styles/igniteui-indigo-light.css +1 -1
- package/styles/maps/igniteui-angular-dark.css.map +1 -1
- package/styles/maps/igniteui-angular.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
- package/styles/maps/igniteui-dark-green.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-light.css.map +1 -1
- package/styles/maps/igniteui-indigo-dark.css.map +1 -1
- package/styles/maps/igniteui-indigo-light.css.map +1 -1
|
@@ -737,8 +737,7 @@
|
|
|
737
737
|
igx-time-picker {
|
|
738
738
|
position: relative;
|
|
739
739
|
height: calc(100% - #{$editing-outline-width * 2});
|
|
740
|
-
width:
|
|
741
|
-
inset-inline-start: $editing-outline-width;
|
|
740
|
+
width: 100% !important;
|
|
742
741
|
overflow: hidden;
|
|
743
742
|
}
|
|
744
743
|
|
|
@@ -1514,6 +1513,9 @@
|
|
|
1514
1513
|
}
|
|
1515
1514
|
|
|
1516
1515
|
%igx-grid__td--bool {
|
|
1516
|
+
display: flex;
|
|
1517
|
+
flex-grow: 1;
|
|
1518
|
+
|
|
1517
1519
|
igx-icon {
|
|
1518
1520
|
--component-size: #{if($variant == 'indigo', 2, 1)};
|
|
1519
1521
|
}
|
|
@@ -1783,7 +1785,6 @@
|
|
|
1783
1785
|
padding-inline-end: rem(4px) !important;
|
|
1784
1786
|
|
|
1785
1787
|
> igx-icon {
|
|
1786
|
-
margin-inline-start: auto;
|
|
1787
1788
|
color: color($color: 'error');
|
|
1788
1789
|
width: var(--igx-icon-size, rem(18px));
|
|
1789
1790
|
height: var(--igx-icon-size, rem(18px));
|
|
@@ -1889,11 +1890,10 @@
|
|
|
1889
1890
|
%igx-grid__td--editing {
|
|
1890
1891
|
background: var-get($theme, 'cell-editing-background') !important;
|
|
1891
1892
|
box-shadow: inset 0 0 0 $editing-outline-width var-get($theme, 'edit-mode-color');
|
|
1892
|
-
padding:
|
|
1893
|
+
padding-inline: rem(4px);
|
|
1893
1894
|
|
|
1894
1895
|
&.igx-grid__td--invalid {
|
|
1895
1896
|
box-shadow: inset 0 0 0 rem(2px) color($color: 'error') !important;
|
|
1896
|
-
padding-inline-end: rem(4px) !important;
|
|
1897
1897
|
}
|
|
1898
1898
|
|
|
1899
1899
|
&%grid-cell-number {
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
|
|
2085
2085
|
.sort-icon {
|
|
2086
2086
|
color: var-get($theme, 'header-selected-text-color');
|
|
2087
|
-
|
|
2087
|
+
|
|
2088
2088
|
::after {
|
|
2089
2089
|
background: var-get($theme, 'header-selected-background');
|
|
2090
2090
|
}
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
&%igx-grid-th--sorted {
|
|
2113
2113
|
.sort-icon {
|
|
2114
2114
|
color: var-get($theme, 'header-selected-text-color');
|
|
2115
|
-
|
|
2115
|
+
|
|
2116
2116
|
> igx-icon {
|
|
2117
2117
|
color: inherit;
|
|
2118
2118
|
}
|
|
@@ -2120,7 +2120,7 @@
|
|
|
2120
2120
|
&:focus,
|
|
2121
2121
|
&:hover {
|
|
2122
2122
|
color: var-get($theme, 'header-selected-text-color');
|
|
2123
|
-
|
|
2123
|
+
|
|
2124
2124
|
> igx-icon {
|
|
2125
2125
|
color: inherit;
|
|
2126
2126
|
}
|
|
@@ -2177,14 +2177,14 @@
|
|
|
2177
2177
|
.sort-icon {
|
|
2178
2178
|
opacity: 1;
|
|
2179
2179
|
color: var-get($theme, 'sorted-header-icon-color');
|
|
2180
|
-
|
|
2180
|
+
|
|
2181
2181
|
> igx-icon {
|
|
2182
2182
|
color: inherit;
|
|
2183
2183
|
}
|
|
2184
2184
|
|
|
2185
2185
|
&:hover {
|
|
2186
2186
|
color: var-get($theme, 'sortable-header-icon-hover-color');
|
|
2187
|
-
|
|
2187
|
+
|
|
2188
2188
|
> igx-icon {
|
|
2189
2189
|
color: inherit;
|
|
2190
2190
|
}
|
|
@@ -2220,6 +2220,7 @@
|
|
|
2220
2220
|
%grid-cell-number {
|
|
2221
2221
|
text-align: $grid-cell-align-num;
|
|
2222
2222
|
justify-content: flex-end;
|
|
2223
|
+
flex-grow: 1;
|
|
2223
2224
|
|
|
2224
2225
|
%grid-cell-header-icons {
|
|
2225
2226
|
justify-content: flex-start;
|
|
@@ -49,7 +49,7 @@ export declare class IgxSorting implements IGridSortingStrategy {
|
|
|
49
49
|
* Returns an array containing the grouped result.
|
|
50
50
|
* @internal
|
|
51
51
|
*/
|
|
52
|
-
protected groupDataRecursive(data: any[], state: IGroupingState, level: number, parent: IGroupByRecord, metadata: IGroupByRecord[], grid?: GridType, groupsRecords?: any[], fullResult?: IGroupByResult):
|
|
52
|
+
protected groupDataRecursive(data: any[], state: IGroupingState, level: number, parent: IGroupByRecord, metadata: IGroupByRecord[], grid?: GridType, groupsRecords?: any[], fullResult?: IGroupByResult): IGroupByResult;
|
|
53
53
|
/**
|
|
54
54
|
* Retrieves the value of the specified field from the given object, considering date and time data types.
|
|
55
55
|
* `key`: The key of the field to retrieve.
|
|
@@ -2,7 +2,7 @@ import { AfterContentInit, AfterViewInit, ChangeDetectorRef, EventEmitter, Eleme
|
|
|
2
2
|
import { IgxGridBaseDirective } from '../grid-base.directive';
|
|
3
3
|
import { IgxFilteringService } from '../filtering/grid-filtering.service';
|
|
4
4
|
import { IgxGridSelectionService } from '../selection/selection.service';
|
|
5
|
-
import { ColumnType, GridType, IgxColumnTemplateContext, RowType } from '../common/grid.interface';
|
|
5
|
+
import { ColumnType, GridType, IgxColumnTemplateContext, PivotGridType, RowType } from '../common/grid.interface';
|
|
6
6
|
import { IgxGridSummaryService } from '../summaries/grid-summary.service';
|
|
7
7
|
import { IDimensionsChange, IgxPivotGridValueTemplateContext, IPivotConfiguration, IPivotConfigurationChangedEventArgs, IPivotDimension, IPivotValue, IValuesChange, PivotDimensionType, IPivotUISettings } from './pivot-grid.interface';
|
|
8
8
|
import { IgxPivotHeaderRowComponent } from './pivot-header-row.component';
|
|
@@ -49,7 +49,7 @@ import * as i0 from "@angular/core";
|
|
|
49
49
|
* </igx-pivot-grid>
|
|
50
50
|
* ```
|
|
51
51
|
*/
|
|
52
|
-
export declare class IgxPivotGridComponent extends IgxGridBaseDirective implements OnInit, AfterContentInit,
|
|
52
|
+
export declare class IgxPivotGridComponent extends IgxGridBaseDirective implements OnInit, AfterContentInit, PivotGridType, AfterViewInit, OnChanges {
|
|
53
53
|
navigation: IgxPivotGridNavigationService;
|
|
54
54
|
/**
|
|
55
55
|
* Emitted when the dimension collection is changed via the grid chip area.
|
|
@@ -29,4 +29,6 @@ export declare class PivotUtil {
|
|
|
29
29
|
private static applyHierarchyChildren;
|
|
30
30
|
static getAggregateList(val: IPivotValue, grid: PivotGridType): IPivotAggregator[];
|
|
31
31
|
static getAggregatorsForValue(value: IPivotValue, grid: PivotGridType): IPivotAggregator[];
|
|
32
|
+
static updateColumnTypeByAggregator(columns: any[], value: IPivotValue, isSingleValue: boolean): void;
|
|
33
|
+
private static getColumnDataTypeForValue;
|
|
32
34
|
}
|
|
@@ -18,6 +18,7 @@ export declare class IgxSplitterPaneComponent {
|
|
|
18
18
|
private el;
|
|
19
19
|
private _minSize;
|
|
20
20
|
private _maxSize;
|
|
21
|
+
private _order;
|
|
21
22
|
/**
|
|
22
23
|
* @hidden @internal
|
|
23
24
|
* Gets/Sets the 'display' property of the current pane.
|
|
@@ -72,7 +73,8 @@ export declare class IgxSplitterPaneComponent {
|
|
|
72
73
|
*/
|
|
73
74
|
collapsedChange: EventEmitter<boolean>;
|
|
74
75
|
/** @hidden @internal */
|
|
75
|
-
order: number;
|
|
76
|
+
get order(): number;
|
|
77
|
+
set order(val: number);
|
|
76
78
|
/**
|
|
77
79
|
* @hidden @internal
|
|
78
80
|
* Gets/Sets the `overflow`.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, ElementRef, EventEmitter, NgZone, QueryList } from '@angular/core';
|
|
2
2
|
import { DragDirection, IDragMoveEventArgs, IDragStartEventArgs } from '../directives/drag-drop/drag-drop.directive';
|
|
3
3
|
import { IgxSplitterPaneComponent } from './splitter-pane/splitter-pane.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -42,6 +42,7 @@ export declare interface ISplitterBarResizeEventArgs {
|
|
|
42
42
|
export declare class IgxSplitterComponent implements AfterContentInit {
|
|
43
43
|
document: any;
|
|
44
44
|
private elementRef;
|
|
45
|
+
private zone;
|
|
45
46
|
/**
|
|
46
47
|
* Gets the list of splitter panes.
|
|
47
48
|
*
|
|
@@ -125,7 +126,7 @@ export declare class IgxSplitterComponent implements AfterContentInit {
|
|
|
125
126
|
* The sibling pane in each pair of panes divided by a splitter bar.
|
|
126
127
|
*/
|
|
127
128
|
private sibling;
|
|
128
|
-
constructor(document: any, elementRef: ElementRef);
|
|
129
|
+
constructor(document: any, elementRef: ElementRef, zone: NgZone);
|
|
129
130
|
/**
|
|
130
131
|
* Gets/Sets the splitter orientation.
|
|
131
132
|
*
|
package/package.json
CHANGED