igniteui-angular 19.0.7 → 19.1.0-beta.1
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 +1895 -755
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/calendar/months-view/months-view.component.d.ts +0 -4
- package/lib/calendar/years-view/years-view.component.d.ts +0 -4
- package/lib/carousel/carousel-base.d.ts +2 -31
- package/lib/carousel/carousel.component.d.ts +12 -12
- package/lib/carousel/enums.d.ts +8 -0
- package/lib/carousel/slide.component.d.ts +3 -2
- package/lib/checkbox/checkbox.component.d.ts +5 -4
- package/lib/core/i18n/query-builder-resources.d.ts +22 -2
- package/lib/core/styles/components/avatar/_avatar-theme.scss +31 -1
- package/lib/core/styles/components/card/_card-theme.scss +1 -1
- package/lib/core/styles/components/carousel/_carousel-component.scss +4 -4
- package/lib/core/styles/components/carousel/_carousel-theme.scss +8 -4
- package/lib/core/styles/components/checkbox/_checkbox-component.scss +4 -8
- package/lib/core/styles/components/checkbox/_checkbox-theme.scss +3 -8
- package/lib/core/styles/components/chip/_chip-theme.scss +4 -2
- package/lib/core/styles/components/combo/_combo-theme.scss +10 -24
- package/lib/core/styles/components/grid/_excel-filtering-theme.scss +14 -16
- package/lib/core/styles/components/grid/_grid-theme.scss +34 -30
- package/lib/core/styles/components/input/_input-group-theme.scss +2 -5
- package/lib/core/styles/components/query-builder/_query-builder-component.scss +59 -44
- package/lib/core/styles/components/query-builder/_query-builder-theme.scss +325 -232
- package/lib/core/styles/components/radio/_radio-theme.scss +2 -0
- package/lib/core/styles/components/switch/_switch-theme.scss +2 -0
- package/lib/core/styles/components/tree/_tree-theme.scss +1 -7
- package/lib/core/styles/themes/generators/_base.scss +4 -6
- package/lib/core/styles/themes/generators/_bootstrap.scss +0 -2
- package/lib/core/styles/themes/generators/_fluent.scss +0 -2
- package/lib/core/styles/themes/generators/_indigo.scss +0 -2
- package/lib/core/utils.d.ts +0 -2
- package/lib/data-operations/filtering-condition.d.ts +16 -5
- package/lib/data-operations/filtering-expression.interface.d.ts +4 -1
- package/lib/data-operations/filtering-expressions-tree.d.ts +29 -3
- package/lib/directives/drag-drop/drag-drop.directive.d.ts +0 -1
- package/lib/grids/common/grid.interface.d.ts +13 -10
- package/lib/grids/filtering/advanced-filtering/advanced-filtering-dialog.component.d.ts +7 -0
- package/lib/grids/filtering/excel-style/excel-style-custom-dialog.component.d.ts +1 -4
- package/lib/grids/filtering/excel-style/excel-style-date-expression.component.d.ts +3 -1
- package/lib/grids/grid-base.directive.d.ts +2 -5
- package/lib/grids/pivot-grid/pivot-grid.component.d.ts +1 -1
- package/lib/grids/resizing/resizer.directive.d.ts +0 -2
- package/lib/grids/resizing/resizing.service.d.ts +2 -2
- package/lib/icon/icon.component.d.ts +17 -1
- package/lib/icon/icon.service.d.ts +4 -7
- package/lib/icon/types.d.ts +1 -3
- package/lib/input-group/input-group.component.d.ts +10 -8
- package/lib/query-builder/public_api.d.ts +3 -1
- package/lib/query-builder/query-builder-header.component.d.ts +1 -11
- package/lib/query-builder/query-builder-tree.component.d.ts +565 -0
- package/lib/query-builder/query-builder.component.d.ts +43 -303
- package/lib/query-builder/query-builder.directives.d.ts +22 -0
- package/lib/query-builder/query-builder.module.d.ts +2 -1
- package/lib/services/public_api.d.ts +0 -1
- package/lib/services/theme/theme.service.d.ts +27 -0
- package/migrations/update-18_2_0/changes/inputs.json +9 -0
- package/migrations/update-18_2_0/index.js +4 -0
- package/package.json +2 -2
- 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
- package/lib/services/theme/theme.token.d.ts +0 -24
|
@@ -65,10 +65,6 @@ export declare class IgxMonthsViewComponent extends IgxCalendarViewDirective imp
|
|
|
65
65
|
*/
|
|
66
66
|
private _monthFormat;
|
|
67
67
|
constructor(el: ElementRef, dayInterval: DayInterval);
|
|
68
|
-
/**
|
|
69
|
-
* @hidden
|
|
70
|
-
*/
|
|
71
|
-
protected onMouseDown(): void;
|
|
72
68
|
/**
|
|
73
69
|
* Returns the locale representation of the month in the months view.
|
|
74
70
|
*
|
|
@@ -68,10 +68,6 @@ export declare class IgxYearsViewComponent extends IgxCalendarViewDirective impl
|
|
|
68
68
|
* @hidden
|
|
69
69
|
*/
|
|
70
70
|
protected initFormatter(): void;
|
|
71
|
-
/**
|
|
72
|
-
* @hidden
|
|
73
|
-
*/
|
|
74
|
-
protected onMouseDown(): void;
|
|
75
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxYearsViewComponent, never>;
|
|
76
72
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxYearsViewComponent, "igx-years-view", never, { "standalone": { "alias": "standalone"; "required": false; }; "yearFormat": { "alias": "yearFormat"; "required": false; }; }, {}, never, never, true, never>;
|
|
77
73
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AnimationReferenceMetadata } from '@angular/animations';
|
|
2
|
-
import { ChangeDetectorRef, EventEmitter
|
|
2
|
+
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
3
3
|
import { AnimationPlayer, AnimationService } from '../services/animation/animation';
|
|
4
|
-
import { CarouselAnimationType
|
|
4
|
+
import { CarouselAnimationType } from './enums';
|
|
5
5
|
export declare enum Direction {
|
|
6
6
|
NONE = 0,
|
|
7
7
|
NEXT = 1,
|
|
@@ -11,35 +11,6 @@ export interface CarouselAnimationSettings {
|
|
|
11
11
|
enterAnimation: AnimationReferenceMetadata;
|
|
12
12
|
leaveAnimation: AnimationReferenceMetadata;
|
|
13
13
|
}
|
|
14
|
-
export interface ICarouselComponentBase {
|
|
15
|
-
id: string;
|
|
16
|
-
role: string;
|
|
17
|
-
cssClass: string;
|
|
18
|
-
loop: boolean;
|
|
19
|
-
pause: boolean;
|
|
20
|
-
navigation: boolean;
|
|
21
|
-
indicators: boolean;
|
|
22
|
-
vertical: boolean;
|
|
23
|
-
keyboardSupport: boolean;
|
|
24
|
-
gesturesSupport: boolean;
|
|
25
|
-
maximumIndicatorsCount: number;
|
|
26
|
-
indicatorsOrientation: CarouselIndicatorsOrientation;
|
|
27
|
-
animationType: CarouselAnimationType;
|
|
28
|
-
total: number;
|
|
29
|
-
current: number;
|
|
30
|
-
interval: number;
|
|
31
|
-
slideChanged: EventEmitter<any>;
|
|
32
|
-
slideAdded: EventEmitter<any>;
|
|
33
|
-
slideRemoved: EventEmitter<any>;
|
|
34
|
-
carouselPaused: EventEmitter<any>;
|
|
35
|
-
carouselPlaying: EventEmitter<any>;
|
|
36
|
-
next(): void;
|
|
37
|
-
prev(): void;
|
|
38
|
-
play(): void;
|
|
39
|
-
stop(): void;
|
|
40
|
-
}
|
|
41
|
-
/** @hidden */
|
|
42
|
-
export declare const IGX_CAROUSEL_COMPONENT: InjectionToken<ICarouselComponentBase>;
|
|
43
14
|
/** @hidden */
|
|
44
15
|
export interface IgxSlideComponentBase {
|
|
45
16
|
direction: Direction;
|
|
@@ -3,7 +3,7 @@ import { HammerGestureConfig } from '@angular/platform-browser';
|
|
|
3
3
|
import { ICarouselResourceStrings } from '../core/i18n/carousel-resources';
|
|
4
4
|
import { IBaseEventArgs, PlatformUtil } from '../core/utils';
|
|
5
5
|
import { AnimationService } from '../services/animation/animation';
|
|
6
|
-
import { Direction,
|
|
6
|
+
import { Direction, IgxCarouselComponentBase } from './carousel-base';
|
|
7
7
|
import { IgxSlideComponent } from './slide.component';
|
|
8
8
|
import { CarouselAnimationType, CarouselIndicatorsOrientation } from './enums';
|
|
9
9
|
import { IgxDirectionality } from '../services/direction/directionality';
|
|
@@ -38,12 +38,11 @@ export declare class CarouselHammerConfig extends HammerGestureConfig {
|
|
|
38
38
|
* </igx-carousel>
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
|
-
export declare class IgxCarouselComponent extends IgxCarouselComponentBase implements
|
|
41
|
+
export declare class IgxCarouselComponent extends IgxCarouselComponentBase implements OnDestroy, AfterContentInit {
|
|
42
42
|
private element;
|
|
43
43
|
private iterableDiffers;
|
|
44
44
|
private platformUtil;
|
|
45
45
|
private dir;
|
|
46
|
-
private document;
|
|
47
46
|
/**
|
|
48
47
|
* Sets the `id` of the carousel.
|
|
49
48
|
* If not set, the `id` of the first carousel component will be `"igx-carousel-0"`.
|
|
@@ -158,34 +157,34 @@ export declare class IgxCarouselComponent extends IgxCarouselComponentBase imple
|
|
|
158
157
|
gesturesSupport: boolean;
|
|
159
158
|
/**
|
|
160
159
|
* Controls the maximum indexes that can be shown.
|
|
161
|
-
* Default value is `
|
|
160
|
+
* Default value is `10`.
|
|
162
161
|
* ```html
|
|
163
|
-
* <igx-carousel [maximumIndicatorsCount]="
|
|
162
|
+
* <igx-carousel [maximumIndicatorsCount]="5"></igx-carousel>
|
|
164
163
|
* ```
|
|
165
164
|
*
|
|
166
165
|
* @memberOf IgxCarouselComponent
|
|
167
166
|
*/
|
|
168
167
|
maximumIndicatorsCount: number;
|
|
169
168
|
/**
|
|
170
|
-
* Gets/sets the display mode of carousel indicators. It can be
|
|
171
|
-
* Default value is `
|
|
169
|
+
* Gets/sets the display mode of carousel indicators. It can be `start` or `end`.
|
|
170
|
+
* Default value is `end`.
|
|
172
171
|
* ```html
|
|
173
|
-
* <igx-carousel indicatorsOrientation=
|
|
172
|
+
* <igx-carousel indicatorsOrientation="start">
|
|
174
173
|
* <igx-carousel>
|
|
175
174
|
* ```
|
|
176
175
|
*
|
|
177
|
-
* @memberOf
|
|
176
|
+
* @memberOf IgxCarouselComponent
|
|
178
177
|
*/
|
|
179
178
|
indicatorsOrientation: CarouselIndicatorsOrientation;
|
|
180
179
|
/**
|
|
181
180
|
* Gets/sets the animation type of carousel.
|
|
182
181
|
* Default value is `slide`.
|
|
183
182
|
* ```html
|
|
184
|
-
* <igx-carousel animationType=
|
|
183
|
+
* <igx-carousel animationType="none">
|
|
185
184
|
* <igx-carousel>
|
|
186
185
|
* ```
|
|
187
186
|
*
|
|
188
|
-
* @memberOf
|
|
187
|
+
* @memberOf IgxCarouselComponent
|
|
189
188
|
*/
|
|
190
189
|
animationType: CarouselAnimationType;
|
|
191
190
|
/**
|
|
@@ -419,7 +418,7 @@ export declare class IgxCarouselComponent extends IgxCarouselComponentBase imple
|
|
|
419
418
|
* @memberof IgxCarouselComponent
|
|
420
419
|
*/
|
|
421
420
|
set interval(value: number);
|
|
422
|
-
constructor(cdr: ChangeDetectorRef, element: ElementRef, iterableDiffers: IterableDiffers, animationService: AnimationService, platformUtil: PlatformUtil, dir: IgxDirectionality
|
|
421
|
+
constructor(cdr: ChangeDetectorRef, element: ElementRef, iterableDiffers: IterableDiffers, animationService: AnimationService, platformUtil: PlatformUtil, dir: IgxDirectionality);
|
|
423
422
|
/** @hidden */
|
|
424
423
|
onKeydownArrowRight(event: any): void;
|
|
425
424
|
/** @hidden */
|
|
@@ -548,6 +547,7 @@ export declare class IgxCarouselComponent extends IgxCarouselComponentBase imple
|
|
|
548
547
|
get prevButtonDisabled(): boolean;
|
|
549
548
|
private get indicatorsElements();
|
|
550
549
|
private focusElement;
|
|
550
|
+
private getIndicatorsClass;
|
|
551
551
|
private getNextIndex;
|
|
552
552
|
private getPrevIndex;
|
|
553
553
|
private resetSlideStyles;
|
package/lib/carousel/enums.d.ts
CHANGED
|
@@ -5,7 +5,15 @@ export declare const CarouselAnimationType: {
|
|
|
5
5
|
};
|
|
6
6
|
export type CarouselAnimationType = (typeof CarouselAnimationType)[keyof typeof CarouselAnimationType];
|
|
7
7
|
export declare const CarouselIndicatorsOrientation: {
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated in version 19.1.0. Use `end` instead.
|
|
10
|
+
*/
|
|
8
11
|
bottom: "bottom";
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated in version 19.1.0. Use `start` instead.
|
|
14
|
+
*/
|
|
9
15
|
top: "top";
|
|
16
|
+
start: "start";
|
|
17
|
+
end: "end";
|
|
10
18
|
};
|
|
11
19
|
export type CarouselIndicatorsOrientation = (typeof CarouselIndicatorsOrientation)[keyof typeof CarouselIndicatorsOrientation];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnDestroy, EventEmitter, ElementRef, AfterContentChecked } from '@angular/core';
|
|
2
2
|
import { Subject } from 'rxjs';
|
|
3
|
-
import { Direction,
|
|
3
|
+
import { Direction, IgxSlideComponentBase } from './carousel-base';
|
|
4
|
+
import { IgxCarouselComponent } from './carousel.component';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
/**
|
|
6
7
|
* A slide component that usually holds an image and/or a caption text.
|
|
@@ -97,7 +98,7 @@ export declare class IgxSlideComponent implements AfterContentChecked, OnDestroy
|
|
|
97
98
|
activeChange: EventEmitter<boolean>;
|
|
98
99
|
private _active;
|
|
99
100
|
private _destroy$;
|
|
100
|
-
constructor(elementRef: ElementRef, carousel:
|
|
101
|
+
constructor(elementRef: ElementRef, carousel: IgxCarouselComponent);
|
|
101
102
|
/**
|
|
102
103
|
* Returns a reference to the carousel element in the DOM.
|
|
103
104
|
* ```typescript
|
|
@@ -3,7 +3,7 @@ import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
|
3
3
|
import { IBaseEventArgs } from '../core/utils';
|
|
4
4
|
import { EditorProvider } from '../core/edit-provider';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
6
|
-
import { IgxTheme,
|
|
6
|
+
import { IgxTheme, ThemeService } from '../services/theme/theme.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare const LabelPosition: {
|
|
9
9
|
BEFORE: "before";
|
|
@@ -39,7 +39,7 @@ export interface IChangeCheckboxEventArgs extends IBaseEventArgs {
|
|
|
39
39
|
export declare class IgxCheckboxComponent implements EditorProvider, AfterViewInit, ControlValueAccessor {
|
|
40
40
|
protected cdr: ChangeDetectorRef;
|
|
41
41
|
protected renderer: Renderer2;
|
|
42
|
-
protected
|
|
42
|
+
protected themeService: ThemeService;
|
|
43
43
|
ngControl: NgControl;
|
|
44
44
|
/**
|
|
45
45
|
* An event that is emitted after the checkbox state is changed.
|
|
@@ -380,9 +380,10 @@ export declare class IgxCheckboxComponent implements EditorProvider, AfterViewIn
|
|
|
380
380
|
*/
|
|
381
381
|
private _required;
|
|
382
382
|
private elRef;
|
|
383
|
+
private _theme$;
|
|
384
|
+
private _subscription;
|
|
383
385
|
private destroyRef;
|
|
384
|
-
constructor(cdr: ChangeDetectorRef, renderer: Renderer2,
|
|
385
|
-
private setComponentTheme;
|
|
386
|
+
constructor(cdr: ChangeDetectorRef, renderer: Renderer2, themeService: ThemeService, ngControl: NgControl);
|
|
386
387
|
/**
|
|
387
388
|
* @hidden
|
|
388
389
|
* @internal
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface IQueryBuilderResourceStrings {
|
|
2
2
|
igx_query_builder_date_placeholder?: string;
|
|
3
3
|
igx_query_builder_time_placeholder?: string;
|
|
4
|
+
igx_query_builder_datetime_placeholder?: string;
|
|
4
5
|
igx_query_builder_filter_operator_and?: string;
|
|
5
6
|
igx_query_builder_filter_operator_or?: string;
|
|
6
7
|
igx_query_builder_filter_contains?: string;
|
|
@@ -13,6 +14,8 @@ export interface IQueryBuilderResourceStrings {
|
|
|
13
14
|
igx_query_builder_filter_notEmpty?: string;
|
|
14
15
|
igx_query_builder_filter_null?: string;
|
|
15
16
|
igx_query_builder_filter_notNull?: string;
|
|
17
|
+
igx_query_builder_filter_in?: string;
|
|
18
|
+
igx_query_builder_filter_notIn?: string;
|
|
16
19
|
igx_query_builder_filter_before?: string;
|
|
17
20
|
igx_query_builder_filter_after?: string;
|
|
18
21
|
igx_query_builder_filter_at?: string;
|
|
@@ -35,14 +38,19 @@ export interface IQueryBuilderResourceStrings {
|
|
|
35
38
|
igx_query_builder_filter_false?: string;
|
|
36
39
|
igx_query_builder_filter_all?: string;
|
|
37
40
|
igx_query_builder_title?: string;
|
|
41
|
+
igx_query_builder_from_label?: string;
|
|
42
|
+
igx_query_builder_select_label?: string;
|
|
43
|
+
igx_query_builder_where_label?: string;
|
|
38
44
|
igx_query_builder_and_group?: string;
|
|
39
45
|
igx_query_builder_or_group?: string;
|
|
40
46
|
igx_query_builder_end_group?: string;
|
|
41
47
|
igx_query_builder_and_label?: string;
|
|
42
48
|
igx_query_builder_or_label?: string;
|
|
49
|
+
igx_query_builder_switch_group?: string;
|
|
43
50
|
igx_query_builder_add_condition?: string;
|
|
44
|
-
|
|
45
|
-
|
|
51
|
+
igx_query_builder_add_group?: string;
|
|
52
|
+
igx_query_builder_add_condition_root?: string;
|
|
53
|
+
igx_query_builder_add_group_root?: string;
|
|
46
54
|
igx_query_builder_ungroup?: string;
|
|
47
55
|
igx_query_builder_delete?: string;
|
|
48
56
|
igx_query_builder_delete_filters?: string;
|
|
@@ -50,5 +58,17 @@ export interface IQueryBuilderResourceStrings {
|
|
|
50
58
|
igx_query_builder_column_placeholder?: string;
|
|
51
59
|
igx_query_builder_condition_placeholder?: string;
|
|
52
60
|
igx_query_builder_value_placeholder?: string;
|
|
61
|
+
igx_query_builder_all_fields?: string;
|
|
62
|
+
igx_query_builder_details?: string;
|
|
63
|
+
igx_query_builder_search?: string;
|
|
64
|
+
igx_query_builder_select_all?: string;
|
|
65
|
+
igx_query_builder_select_entity?: string;
|
|
66
|
+
igx_query_builder_select_return_field_single?: string;
|
|
67
|
+
igx_query_builder_select_return_fields?: string;
|
|
68
|
+
igx_query_builder_dialog_title?: string;
|
|
69
|
+
igx_query_builder_dialog_message?: string;
|
|
70
|
+
igx_query_builder_dialog_checkbox_text?: string;
|
|
71
|
+
igx_query_builder_dialog_cancel?: string;
|
|
72
|
+
igx_query_builder_dialog_confirm?: string;
|
|
53
73
|
}
|
|
54
74
|
export declare const QueryBuilderResourceStringsEN: IQueryBuilderResourceStrings;
|
|
@@ -68,7 +68,23 @@
|
|
|
68
68
|
@include css-vars($theme);
|
|
69
69
|
|
|
70
70
|
$variant: map.get($theme, '_meta', 'variant');
|
|
71
|
-
|
|
71
|
+
$bootstrap-theme: $variant == 'bootstrap';
|
|
72
|
+
$box-shadow: map.get((
|
|
73
|
+
'material': null,
|
|
74
|
+
'fluent': null,
|
|
75
|
+
'bootstrap': 0 0 0 rem(3px) var-get($theme, 'background'),
|
|
76
|
+
'indigo': null,
|
|
77
|
+
), $variant);
|
|
78
|
+
|
|
79
|
+
%igx-avatar-outline {
|
|
80
|
+
position: absolute;
|
|
81
|
+
content: '';
|
|
82
|
+
width: 100%;
|
|
83
|
+
height: 100%;
|
|
84
|
+
border-radius: inherit;
|
|
85
|
+
opacity: .5;
|
|
86
|
+
}
|
|
87
|
+
|
|
72
88
|
%igx-avatar-display {
|
|
73
89
|
@include sizable();
|
|
74
90
|
|
|
@@ -98,6 +114,20 @@
|
|
|
98
114
|
--component-size: 1;
|
|
99
115
|
}
|
|
100
116
|
}
|
|
117
|
+
|
|
118
|
+
&::after {
|
|
119
|
+
box-shadow: none;
|
|
120
|
+
|
|
121
|
+
@if $bootstrap-theme {
|
|
122
|
+
@extend %igx-avatar-outline;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
transition: box-shadow .15s $in-out-quad;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&:focus::after {
|
|
129
|
+
box-shadow: $box-shadow;
|
|
130
|
+
}
|
|
101
131
|
}
|
|
102
132
|
|
|
103
133
|
%igx-avatar-image {
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
@extend %igx-carousel-indicator !optional;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
@include m(
|
|
14
|
+
@include m(start) {
|
|
15
15
|
@extend %igx-carousel-indicators !optional;
|
|
16
|
-
@extend %igx-carousel-indicators--
|
|
16
|
+
@extend %igx-carousel-indicators--start !optional;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
@include m(
|
|
19
|
+
@include m(end) {
|
|
20
20
|
@extend %igx-carousel-indicators !optional;
|
|
21
|
-
@extend %igx-carousel-indicators--
|
|
21
|
+
@extend %igx-carousel-indicators--end !optional;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
@include m(focused) {
|
|
@@ -320,11 +320,11 @@
|
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
%igx-carousel-indicators--
|
|
323
|
+
%igx-carousel-indicators--end {
|
|
324
324
|
bottom: 0;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
%igx-carousel-indicators--
|
|
327
|
+
%igx-carousel-indicators--start {
|
|
328
328
|
top: 0;
|
|
329
329
|
}
|
|
330
330
|
|
|
@@ -563,16 +563,19 @@
|
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
565
|
|
|
566
|
+
|
|
566
567
|
%igx-carousel-arrow--prev {
|
|
567
568
|
inset-block-start: 0;
|
|
568
569
|
margin-block-start: rem(16px);
|
|
569
570
|
}
|
|
570
571
|
|
|
572
|
+
|
|
571
573
|
%igx-carousel-arrow--next {
|
|
572
574
|
inset-block-end: 0;
|
|
573
575
|
margin-block-end: rem(16px);
|
|
574
576
|
}
|
|
575
577
|
|
|
578
|
+
|
|
576
579
|
%igx-carousel-indicators {
|
|
577
580
|
inset-inline-end: 0;
|
|
578
581
|
inset-inline-start: unset;
|
|
@@ -590,7 +593,7 @@
|
|
|
590
593
|
padding: rem(4px) rem(6px);
|
|
591
594
|
}
|
|
592
595
|
|
|
593
|
-
%igx-carousel-indicators--
|
|
596
|
+
%igx-carousel-indicators--start {
|
|
594
597
|
inset-inline-end: unset;
|
|
595
598
|
inset-inline-start: 0;
|
|
596
599
|
margin-inline-start: rem(16px);
|
|
@@ -603,12 +606,13 @@
|
|
|
603
606
|
padding: rem(6px);
|
|
604
607
|
}
|
|
605
608
|
|
|
609
|
+
|
|
606
610
|
%igx-carousel-label-indicator {
|
|
607
611
|
padding: rem(4px) rem(6px);
|
|
608
612
|
margin-inline-end: rem(16px);
|
|
609
613
|
}
|
|
610
614
|
|
|
611
|
-
%igx-carousel-indicators--
|
|
615
|
+
%igx-carousel-indicators--start {
|
|
612
616
|
margin-inline-start: rem(16px);
|
|
613
617
|
}
|
|
614
618
|
}
|
|
@@ -232,6 +232,10 @@
|
|
|
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
|
+
|
|
235
239
|
@include mx(invalid, indeterminate) {
|
|
236
240
|
@extend %igx-checkbox--indeterminate--invalid !optional;
|
|
237
241
|
|
|
@@ -242,14 +246,6 @@
|
|
|
242
246
|
}
|
|
243
247
|
}
|
|
244
248
|
|
|
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
|
-
|
|
253
249
|
@include mx(indigo, focused, indeterminate) {
|
|
254
250
|
@extend %igx-checkbox--focused-checked-indigo !optional;
|
|
255
251
|
}
|
|
@@ -172,7 +172,6 @@
|
|
|
172
172
|
flex-flow: row nowrap;
|
|
173
173
|
align-items: center;
|
|
174
174
|
outline-style: none;
|
|
175
|
-
cursor: pointer;
|
|
176
175
|
}
|
|
177
176
|
|
|
178
177
|
%cbx-display--disabled {
|
|
@@ -209,6 +208,7 @@
|
|
|
209
208
|
%cbx-composite {
|
|
210
209
|
position: relative;
|
|
211
210
|
display: inline-block;
|
|
211
|
+
cursor: pointer;
|
|
212
212
|
width: $size;
|
|
213
213
|
height: $size;
|
|
214
214
|
min-width: $size;
|
|
@@ -377,12 +377,6 @@
|
|
|
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
|
-
}
|
|
386
380
|
|
|
387
381
|
%cbx-composite--x--disabled {
|
|
388
382
|
background: transparent;
|
|
@@ -393,7 +387,7 @@
|
|
|
393
387
|
}
|
|
394
388
|
}
|
|
395
389
|
|
|
396
|
-
%igx-checkbox--
|
|
390
|
+
%igx-checkbox--indeterminate-material {
|
|
397
391
|
%cbx-composite--x--disabled {
|
|
398
392
|
border-color: var-get($theme, 'disabled-indeterminate-color');
|
|
399
393
|
background: var-get($theme, 'disabled-indeterminate-color');
|
|
@@ -482,6 +476,7 @@
|
|
|
482
476
|
%cbx-label {
|
|
483
477
|
display: inline-block;
|
|
484
478
|
color: var-get($theme, 'label-color');
|
|
479
|
+
cursor: pointer;
|
|
485
480
|
user-select: none;
|
|
486
481
|
word-wrap: break-all;
|
|
487
482
|
transition: color .2s $ease-out-quad;
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
@if $variant == 'indigo' {
|
|
389
|
-
igx-icon {
|
|
389
|
+
%igx-icon-display {
|
|
390
390
|
--size: #{sizable(rem(14px), rem(14px), rem(16px))}
|
|
391
391
|
}
|
|
392
392
|
}
|
|
@@ -700,7 +700,9 @@
|
|
|
700
700
|
|
|
701
701
|
%igx-chip__prefix,
|
|
702
702
|
%igx-chip__suffix {
|
|
703
|
-
|
|
703
|
+
@include ellipsis();
|
|
704
|
+
|
|
705
|
+
display: inline-block;
|
|
704
706
|
vertical-align: middle;
|
|
705
707
|
max-width: $chip-max-width;
|
|
706
708
|
|
|
@@ -95,20 +95,6 @@
|
|
|
95
95
|
|
|
96
96
|
$variant: map.get($theme, '_meta', 'variant');
|
|
97
97
|
|
|
98
|
-
$search-input-inline-padding: map.get((
|
|
99
|
-
'material': pad-inline(rem(4px), rem(8px), rem(16px)),
|
|
100
|
-
'fluent': pad-inline(rem(2px), rem(4px), rem(8px)),
|
|
101
|
-
'bootstrap': pad-inline(rem(4px), rem(8px), rem(16px)),
|
|
102
|
-
'indigo': pad-inline(rem(12px))
|
|
103
|
-
), $variant);
|
|
104
|
-
|
|
105
|
-
$search-input-block-padding: map.get((
|
|
106
|
-
'material': pad-inline(rem(8px)),
|
|
107
|
-
'fluent': pad-inline(rem(2px), rem(4px), rem(8px)),
|
|
108
|
-
'bootstrap': pad-inline(rem(8px)),
|
|
109
|
-
'indigo': pad-inline(rem(12px))
|
|
110
|
-
), $variant);
|
|
111
|
-
|
|
112
98
|
%igx-combo {
|
|
113
99
|
position: relative;
|
|
114
100
|
display: block;
|
|
@@ -136,8 +122,8 @@
|
|
|
136
122
|
}
|
|
137
123
|
|
|
138
124
|
%igx-combo__search {
|
|
139
|
-
padding-inline: $
|
|
140
|
-
padding-block: $
|
|
125
|
+
padding-inline: if($variant == 'indigo', pad-inline(rem(12px)), pad-inline(rem(16px)));
|
|
126
|
+
padding-block: if($variant == 'indigo', pad-block(rem(12px)), pad-block(rem(8px)));
|
|
141
127
|
margin: 0 !important;
|
|
142
128
|
z-index: 26;
|
|
143
129
|
border-bottom: rem(1px) dashed var-get($theme, 'search-separator-border-color');
|
|
@@ -148,12 +134,12 @@
|
|
|
148
134
|
}
|
|
149
135
|
|
|
150
136
|
.igx-input-group__bundle-main {
|
|
151
|
-
padding-inline: 0;
|
|
137
|
+
padding-inline-start: 0;
|
|
152
138
|
}
|
|
153
139
|
|
|
154
140
|
.igx-input-group__bundle-start,
|
|
155
141
|
.igx-input-group__bundle-end {
|
|
156
|
-
|
|
142
|
+
display: none;
|
|
157
143
|
}
|
|
158
144
|
|
|
159
145
|
igx-input-group {
|
|
@@ -164,24 +150,24 @@
|
|
|
164
150
|
|
|
165
151
|
%igx-combo__case-icon,
|
|
166
152
|
%igx-combo__case-icon--active {
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
153
|
+
.igx-icon {
|
|
154
|
+
width: rem(16px);
|
|
155
|
+
height: rem(16px);
|
|
156
|
+
font-size: rem(16px);
|
|
171
157
|
}
|
|
172
158
|
}
|
|
173
159
|
|
|
174
160
|
// The wrapping element here is needed
|
|
175
161
|
// in order to override the !important rule of .igx-icon--inactive.
|
|
176
162
|
%igx-combo__case-icon {
|
|
177
|
-
igx-icon {
|
|
163
|
+
.igx-icon {
|
|
178
164
|
// Important is needed since the .igx-icon--inactive has !important
|
|
179
165
|
color: color($color: 'gray', $variant: 600) !important;
|
|
180
166
|
}
|
|
181
167
|
}
|
|
182
168
|
|
|
183
169
|
%igx-combo__case-icon--active {
|
|
184
|
-
igx-icon {
|
|
170
|
+
.igx-icon {
|
|
185
171
|
color: color($color: 'primary')
|
|
186
172
|
}
|
|
187
173
|
}
|
|
@@ -99,9 +99,13 @@
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
--size:
|
|
102
|
+
igx-icon {
|
|
103
|
+
@if $variant == 'indigo' {
|
|
104
|
+
--component-size: 2;
|
|
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)});
|
|
105
109
|
}
|
|
106
110
|
}
|
|
107
111
|
}
|
|
@@ -175,7 +179,7 @@
|
|
|
175
179
|
@if $theme-variant == 'light' {
|
|
176
180
|
background: contrast-color($color: 'gray', $variant: 900);
|
|
177
181
|
} @else {
|
|
178
|
-
background: color($color: '
|
|
182
|
+
background: color($color: 'surface', $variant: 500);
|
|
179
183
|
}
|
|
180
184
|
|
|
181
185
|
%igx-group-display {
|
|
@@ -720,20 +724,14 @@
|
|
|
720
724
|
}
|
|
721
725
|
|
|
722
726
|
%grid-excel-menu__secondary-footer {
|
|
723
|
-
|
|
727
|
+
--ig-size: 2;
|
|
724
728
|
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
} @else {
|
|
728
|
-
border-top: rem(1px) dashed color($color: 'gray', $variant: 300);
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
@if $variant == 'indigo' and $theme-variant == 'dark' {
|
|
732
|
-
border-top: rem(1px) dashed color($color: 'gray', $variant: 100);
|
|
733
|
-
}
|
|
729
|
+
padding-inline: if($variant != 'bootstrap', rem(24px), rem(16px));
|
|
730
|
+
padding-block-end: if($variant != 'bootstrap', rem(24px), rem(16px));
|
|
734
731
|
|
|
735
|
-
@if $
|
|
736
|
-
padding: rem(16px);
|
|
732
|
+
@if $bootstrap-theme {
|
|
733
|
+
padding-block-start: rem(16px);
|
|
734
|
+
border-top: rem(1px) solid color($color: 'gray', $variant: 300);
|
|
737
735
|
}
|
|
738
736
|
|
|
739
737
|
%grid-excel-filter__apply,
|