igniteui-angular 18.2.8 → 18.2.10
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/esm2022/lib/avatar/avatar.component.mjs +2 -2
- package/esm2022/lib/core/i18n/grid-resources.mjs +3 -3
- package/esm2022/lib/grids/columns/column.component.mjs +5 -2
- package/esm2022/lib/grids/common/grid.interface.mjs +1 -1
- package/esm2022/lib/grids/filtering/excel-style/excel-style-custom-dialog.component.mjs +2 -1
- package/esm2022/lib/grids/filtering/excel-style/excel-style-filtering.component.mjs +3 -2
- package/esm2022/lib/grids/grid-base.directive.mjs +9 -3
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid-base.directive.mjs +2 -1
- package/esm2022/lib/grids/pivot-grid/pivot-grid.component.mjs +1 -1
- package/esm2022/lib/grids/resizing/pivot-grid/pivot-resizer.component.mjs +3 -3
- package/esm2022/lib/grids/resizing/resizer.component.mjs +3 -3
- package/esm2022/lib/grids/resizing/resizer.directive.mjs +12 -3
- package/esm2022/lib/grids/resizing/resizing.service.mjs +4 -4
- package/fesm2022/igniteui-angular.mjs +37 -16
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/core/styles/components/checkbox/_checkbox-component.scss +8 -4
- package/lib/core/styles/components/checkbox/_checkbox-theme.scss +7 -1
- package/lib/core/styles/components/chip/_chip-theme.scss +1 -1
- package/lib/core/styles/components/combo/_combo-theme.scss +2 -2
- package/lib/core/styles/components/grid/_excel-filtering-theme.scss +3 -7
- package/lib/core/styles/components/grid/_grid-theme.scss +19 -15
- package/lib/core/styles/components/progress/_progress-theme.scss +55 -7
- package/lib/grids/common/grid.interface.d.ts +4 -0
- package/lib/grids/grid-base.directive.d.ts +5 -2
- package/lib/grids/pivot-grid/pivot-grid.component.d.ts +1 -1
- package/lib/grids/resizing/resizer.directive.d.ts +2 -0
- package/lib/grids/resizing/resizing.service.d.ts +2 -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
|
@@ -232,10 +232,6 @@
|
|
|
232
232
|
@extend %igx-checkbox--indeterminate-fluent !optional;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
@include mx(material, indeterminate) {
|
|
236
|
-
@extend %igx-checkbox--indeterminate-material !optional;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
235
|
@include mx(invalid, indeterminate) {
|
|
240
236
|
@extend %igx-checkbox--indeterminate--invalid !optional;
|
|
241
237
|
|
|
@@ -246,6 +242,14 @@
|
|
|
246
242
|
}
|
|
247
243
|
}
|
|
248
244
|
|
|
245
|
+
@include mx(material, disabled, indeterminate) {
|
|
246
|
+
@extend %igx-checkbox--disabled-indeterminate-material !optional;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
@include mx(fluent, disabled, indeterminate) {
|
|
250
|
+
@extend %igx-checkbox--disabled-indeterminate-fluent !optional;
|
|
251
|
+
}
|
|
252
|
+
|
|
249
253
|
@include mx(indigo, focused, indeterminate) {
|
|
250
254
|
@extend %igx-checkbox--focused-checked-indigo !optional;
|
|
251
255
|
}
|
|
@@ -377,6 +377,12 @@
|
|
|
377
377
|
z-index: 1;
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
%igx-checkbox--disabled-indeterminate-fluent {
|
|
383
|
+
%cbx-composite-mark {
|
|
384
|
+
stroke: transparent;
|
|
385
|
+
}
|
|
380
386
|
|
|
381
387
|
%cbx-composite--x--disabled {
|
|
382
388
|
background: transparent;
|
|
@@ -387,7 +393,7 @@
|
|
|
387
393
|
}
|
|
388
394
|
}
|
|
389
395
|
|
|
390
|
-
%igx-checkbox--indeterminate-material {
|
|
396
|
+
%igx-checkbox--disabled-indeterminate-material {
|
|
391
397
|
%cbx-composite--x--disabled {
|
|
392
398
|
border-color: var-get($theme, 'disabled-indeterminate-color');
|
|
393
399
|
background: var-get($theme, 'disabled-indeterminate-color');
|
|
@@ -174,14 +174,14 @@
|
|
|
174
174
|
// The wrapping element here is needed
|
|
175
175
|
// in order to override the !important rule of .igx-icon--inactive.
|
|
176
176
|
%igx-combo__case-icon {
|
|
177
|
-
|
|
177
|
+
igx-icon {
|
|
178
178
|
// Important is needed since the .igx-icon--inactive has !important
|
|
179
179
|
color: color($color: 'gray', $variant: 600) !important;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
%igx-combo__case-icon--active {
|
|
184
|
-
|
|
184
|
+
igx-icon {
|
|
185
185
|
color: color($color: 'primary')
|
|
186
186
|
}
|
|
187
187
|
}
|
|
@@ -99,13 +99,9 @@
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
--
|
|
105
|
-
} @else {
|
|
106
|
-
width: var(--igx-icon-size, #{rem(15px)});
|
|
107
|
-
height: var(--igx-icon-size, #{rem(15px)});
|
|
108
|
-
font-size: var(--igx-icon-size, #{rem(15px)});
|
|
102
|
+
@if $variant != 'indigo' {
|
|
103
|
+
igx-icon {
|
|
104
|
+
--size: var(--igx-icon-size, #{rem(15px)});
|
|
109
105
|
}
|
|
110
106
|
}
|
|
111
107
|
}
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
} @else {
|
|
1207
1207
|
padding-inline: pad-inline(rem(8px), rem(12px), rem(16px));
|
|
1208
1208
|
|
|
1209
|
-
|
|
1209
|
+
igx-icon {
|
|
1210
1210
|
opacity: if($theme-variant == 'light', .75, .85);
|
|
1211
1211
|
|
|
1212
1212
|
&:hover {
|
|
@@ -1460,12 +1460,12 @@
|
|
|
1460
1460
|
} @else {
|
|
1461
1461
|
padding-inline: pad-inline(rem(8px), rem(12px), rem(16px));
|
|
1462
1462
|
|
|
1463
|
-
|
|
1463
|
+
igx-icon {
|
|
1464
1464
|
opacity: if($theme-variant == 'light', .75, .85);
|
|
1465
1465
|
}
|
|
1466
1466
|
|
|
1467
1467
|
&:hover {
|
|
1468
|
-
|
|
1468
|
+
igx-icon {
|
|
1469
1469
|
opacity: 1;
|
|
1470
1470
|
}
|
|
1471
1471
|
}
|
|
@@ -2037,13 +2037,10 @@
|
|
|
2037
2037
|
position: relative;
|
|
2038
2038
|
display: flex;
|
|
2039
2039
|
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
width: var(--igx-icon-size, #{rem(15px)});
|
|
2045
|
-
height: var(--igx-icon-size, #{rem(15px)});
|
|
2046
|
-
font-size: var(--igx-icon-size, #{rem(15px)});
|
|
2040
|
+
|
|
2041
|
+
@if $variant != 'indigo' {
|
|
2042
|
+
igx-icon {
|
|
2043
|
+
--size: var(--igx-icon-size, #{rem(15px)});
|
|
2047
2044
|
}
|
|
2048
2045
|
}
|
|
2049
2046
|
|
|
@@ -2149,7 +2146,7 @@
|
|
|
2149
2146
|
%grid-excel-icon {
|
|
2150
2147
|
color: var-get($theme, 'header-selected-text-color');
|
|
2151
2148
|
|
|
2152
|
-
|
|
2149
|
+
igx-icon {
|
|
2153
2150
|
color: var-get($theme, 'header-selected-text-color');
|
|
2154
2151
|
}
|
|
2155
2152
|
|
|
@@ -2157,7 +2154,7 @@
|
|
|
2157
2154
|
&:hover {
|
|
2158
2155
|
color: var-get($theme, 'header-selected-text-color');
|
|
2159
2156
|
|
|
2160
|
-
|
|
2157
|
+
igx-icon {
|
|
2161
2158
|
color: var-get($theme, 'header-selected-text-color');
|
|
2162
2159
|
}
|
|
2163
2160
|
}
|
|
@@ -2501,7 +2498,7 @@
|
|
|
2501
2498
|
}
|
|
2502
2499
|
|
|
2503
2500
|
%igx-group-label__icon {
|
|
2504
|
-
|
|
2501
|
+
@at-root igx-icon#{&} {
|
|
2505
2502
|
--component-size: #{if($variant == 'indigo', 2, 1)};
|
|
2506
2503
|
|
|
2507
2504
|
color: var-get($theme, 'group-label-icon');
|
|
@@ -3248,6 +3245,14 @@
|
|
|
3248
3245
|
}
|
|
3249
3246
|
}
|
|
3250
3247
|
|
|
3248
|
+
igx-child-grid-row {
|
|
3249
|
+
igx-child-grid-row {
|
|
3250
|
+
%igx-grid__tr-action {
|
|
3251
|
+
border-inline-end: var-get($theme, 'header-border-width') var-get($theme, 'header-border-style') var-get($theme, 'header-border-color');
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3251
3256
|
// Pivot grid
|
|
3252
3257
|
%igx-grid__pivot--super-compact {
|
|
3253
3258
|
--ig-size: 1 !important;
|
|
@@ -3441,10 +3446,9 @@
|
|
|
3441
3446
|
}
|
|
3442
3447
|
|
|
3443
3448
|
@if $variant == 'indigo' {
|
|
3444
|
-
|
|
3449
|
+
igx-icon {
|
|
3445
3450
|
opacity: if($theme-variant == 'light', .75, .85);
|
|
3446
3451
|
|
|
3447
|
-
|
|
3448
3452
|
&:hover {
|
|
3449
3453
|
opacity: 1;
|
|
3450
3454
|
cursor: pointer;
|
|
@@ -153,13 +153,6 @@
|
|
|
153
153
|
} @else if $variant == 'fluent' {
|
|
154
154
|
gap: rem(2px);
|
|
155
155
|
}
|
|
156
|
-
|
|
157
|
-
&[dir='rtl'],
|
|
158
|
-
[dir='rtl'] & {
|
|
159
|
-
%linear-bar {
|
|
160
|
-
transform: rotateY(180deg);
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
156
|
}
|
|
164
157
|
|
|
165
158
|
%linear-bar {
|
|
@@ -225,6 +218,13 @@
|
|
|
225
218
|
&::after {
|
|
226
219
|
animation: indeterminate-primary-scale 2000ms infinite linear;
|
|
227
220
|
}
|
|
221
|
+
|
|
222
|
+
[dir="rtl"] & {
|
|
223
|
+
animation: indeterminate-primary-rtl 2000ms infinite linear;
|
|
224
|
+
left: auto;
|
|
225
|
+
right: -145.166611%;
|
|
226
|
+
transform-origin: top right;
|
|
227
|
+
}
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
%linear-indicator--indeterminate-secondary {
|
|
@@ -236,6 +236,13 @@
|
|
|
236
236
|
width: 100%;
|
|
237
237
|
height: inherit;
|
|
238
238
|
}
|
|
239
|
+
|
|
240
|
+
[dir="rtl"] & {
|
|
241
|
+
animation: indeterminate-secondary-rtl 2000ms infinite linear;
|
|
242
|
+
left: auto;
|
|
243
|
+
right: -54.888891%;
|
|
244
|
+
transform-origin: top right;
|
|
245
|
+
}
|
|
239
246
|
}
|
|
240
247
|
|
|
241
248
|
%linear-indicator--default {
|
|
@@ -317,6 +324,26 @@
|
|
|
317
324
|
}
|
|
318
325
|
}
|
|
319
326
|
|
|
327
|
+
@keyframes indeterminate-primary-rtl {
|
|
328
|
+
0% {
|
|
329
|
+
transform: translateX(0);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
20% {
|
|
333
|
+
animation-timing-function: $indeterminate-primary-translate-step-2;
|
|
334
|
+
transform: translateX(0);
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
59.15% {
|
|
338
|
+
animation-timing-function: $indeterminate-primary-translate-step-3;
|
|
339
|
+
transform: translateX(-83.67142%);
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
100% {
|
|
343
|
+
transform: translateX(-200.611057%);
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
|
|
320
347
|
@keyframes indeterminate-primary-scale {
|
|
321
348
|
0% {
|
|
322
349
|
transform: scaleX(.08);
|
|
@@ -359,6 +386,27 @@
|
|
|
359
386
|
}
|
|
360
387
|
}
|
|
361
388
|
|
|
389
|
+
@keyframes indeterminate-secondary-rtl {
|
|
390
|
+
0% {
|
|
391
|
+
animation-timing-function: $indeterminate-secondary-translate-step-1;
|
|
392
|
+
transform: translateX(0);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
25% {
|
|
396
|
+
animation-timing-function: $indeterminate-secondary-translate-step-2;
|
|
397
|
+
transform: translateX(-37.651913%);
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
48.35% {
|
|
401
|
+
animation-timing-function: $indeterminate-secondary-translate-step-3;
|
|
402
|
+
transform: translateX(-84.386165%);
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
100% {
|
|
406
|
+
transform: translateX(-160.277782%);
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
|
|
362
410
|
@keyframes indeterminate-secondary-scale {
|
|
363
411
|
0% {
|
|
364
412
|
animation-timing-function: $indeterminate-secondary-scale-step-1;
|
|
@@ -659,6 +659,10 @@ export interface GridType extends IGridDataBindable {
|
|
|
659
659
|
isLoading: boolean;
|
|
660
660
|
/** @hidden @internal */
|
|
661
661
|
gridSize: Size;
|
|
662
|
+
/** @hidden @internal */
|
|
663
|
+
isColumnWidthSum: boolean;
|
|
664
|
+
/** @hidden @internal */
|
|
665
|
+
minColumnWidth: number;
|
|
662
666
|
/** Strategy, used for cloning the provided data. The type has one method, that takes any type of data */
|
|
663
667
|
dataCloneStrategy: IDataCloneStrategy;
|
|
664
668
|
/** Represents the grid service type providing API methods for the grid */
|
|
@@ -1830,6 +1830,10 @@ export declare abstract class IgxGridBaseDirective implements GridType, OnInit,
|
|
|
1830
1830
|
* @hidden @internal
|
|
1831
1831
|
*/
|
|
1832
1832
|
filteringPipeTrigger: number;
|
|
1833
|
+
/**
|
|
1834
|
+
* @hidden @internal
|
|
1835
|
+
*/
|
|
1836
|
+
isColumnWidthSum: boolean;
|
|
1833
1837
|
/**
|
|
1834
1838
|
* @hidden @internal
|
|
1835
1839
|
*/
|
|
@@ -1987,7 +1991,6 @@ export declare abstract class IgxGridBaseDirective implements GridType, OnInit,
|
|
|
1987
1991
|
private _selectRowOnClick;
|
|
1988
1992
|
private _columnSelectionMode;
|
|
1989
1993
|
private lastAddedRowIndex;
|
|
1990
|
-
protected isColumnWidthSum: boolean;
|
|
1991
1994
|
private _currencyPositionLeft;
|
|
1992
1995
|
private rowEditPositioningStrategy;
|
|
1993
1996
|
private rowEditSettings;
|
|
@@ -2004,7 +2007,7 @@ export declare abstract class IgxGridBaseDirective implements GridType, OnInit,
|
|
|
2004
2007
|
/**
|
|
2005
2008
|
* @hidden @internal
|
|
2006
2009
|
*/
|
|
2007
|
-
|
|
2010
|
+
get minColumnWidth(): number;
|
|
2008
2011
|
protected get isCustomSetRowHeight(): boolean;
|
|
2009
2012
|
/**
|
|
2010
2013
|
* @hidden @internal
|
|
@@ -16,7 +16,9 @@ export declare class IgxColumnResizerDirective implements OnInit, OnDestroy {
|
|
|
16
16
|
resizeStart: Subject<MouseEvent>;
|
|
17
17
|
resize: Subject<any>;
|
|
18
18
|
private _left;
|
|
19
|
+
private _ratio;
|
|
19
20
|
private _destroy;
|
|
21
|
+
get ratio(): number;
|
|
20
22
|
constructor(element: ElementRef<HTMLElement>, document: any, zone: NgZone);
|
|
21
23
|
ngOnInit(): void;
|
|
22
24
|
ngOnDestroy(): void;
|
|
@@ -31,7 +31,7 @@ export declare class IgxColumnResizingService {
|
|
|
31
31
|
/**
|
|
32
32
|
* @hidden
|
|
33
33
|
*/
|
|
34
|
-
getColumnHeaderRenderedWidth():
|
|
34
|
+
getColumnHeaderRenderedWidth(): number;
|
|
35
35
|
/**
|
|
36
36
|
* @hidden
|
|
37
37
|
*/
|
|
@@ -53,7 +53,7 @@ export declare class IgxColumnResizingService {
|
|
|
53
53
|
/**
|
|
54
54
|
* Resizes the column regaridng to the column minWidth and maxWidth.
|
|
55
55
|
*/
|
|
56
|
-
resizeColumn(event: MouseEvent): void;
|
|
56
|
+
resizeColumn(event: MouseEvent, ratio?: number): void;
|
|
57
57
|
protected _handlePixelResize(diff: number, column: ColumnType): void;
|
|
58
58
|
protected _handlePercentageResize(diff: number, column: ColumnType): void;
|
|
59
59
|
protected getColMinWidth(column: ColumnType): number;
|
package/package.json
CHANGED