igniteui-angular 18.2.6 → 18.2.8
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/carousel/carousel.component.mjs +10 -6
- package/esm2022/lib/checkbox/checkbox.component.mjs +30 -20
- package/esm2022/lib/core/utils.mjs +8 -2
- package/esm2022/lib/directives/drag-drop/drag-drop.directive.mjs +28 -26
- package/esm2022/lib/grids/filtering/base/grid-filtering-cell.component.mjs +4 -4
- package/esm2022/lib/grids/filtering/base/grid-filtering-row.component.mjs +3 -3
- package/esm2022/lib/grids/grid-base.directive.mjs +2 -2
- package/esm2022/lib/grids/hierarchical-grid/row-island.component.mjs +3 -3
- package/esm2022/lib/grids/moving/moving.drag.directive.mjs +3 -3
- package/esm2022/lib/grids/selection/selection.service.mjs +4 -4
- package/esm2022/lib/icon/icon.component.mjs +4 -7
- package/esm2022/lib/icon/icon.service.mjs +39 -11
- package/esm2022/lib/icon/types.mjs +1 -1
- package/esm2022/lib/input-group/input-group.component.mjs +29 -21
- package/esm2022/lib/services/excel/worksheet-data-dictionary.mjs +2 -2
- package/esm2022/lib/services/exporter-common/export-utilities.mjs +5 -4
- package/esm2022/lib/services/public_api.mjs +2 -1
- package/esm2022/lib/services/theme/theme.token.mjs +39 -0
- package/fesm2022/igniteui-angular.mjs +181 -137
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/carousel/carousel.component.d.ts +2 -1
- package/lib/checkbox/checkbox.component.d.ts +4 -5
- package/lib/core/styles/components/avatar/_avatar-theme.scss +1 -31
- package/lib/core/styles/components/card/_card-theme.scss +1 -1
- package/lib/core/styles/components/combo/_combo-theme.scss +22 -8
- package/lib/core/styles/components/input/_input-group-theme.scss +5 -2
- package/lib/core/styles/themes/presets/igniteui-angular-dark.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-angular.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-bootstrap-dark.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-bootstrap-light.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-dark-green.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-fluent-dark-excel.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-fluent-dark-word.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-fluent-dark.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-fluent-light-excel.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-fluent-light-word.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-fluent-light.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-indigo-dark.scss +8 -2
- package/lib/core/styles/themes/presets/igniteui-indigo-light.scss +8 -2
- package/lib/core/utils.d.ts +2 -0
- package/lib/directives/drag-drop/drag-drop.directive.d.ts +1 -0
- package/lib/icon/icon.component.d.ts +1 -3
- package/lib/icon/icon.service.d.ts +7 -4
- package/lib/icon/types.d.ts +3 -1
- package/lib/input-group/input-group.component.d.ts +8 -10
- package/lib/services/public_api.d.ts +1 -0
- package/lib/services/theme/theme.token.d.ts +24 -0
- 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
- package/esm2022/lib/services/theme/theme.service.mjs +0 -48
- package/lib/services/theme/theme.service.d.ts +0 -27
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Injectable, Directive, Input, HostListener, EventEmitter, InjectionToken, isDevMode, inject, PLATFORM_ID, Inject, ElementRef, ViewContainerRef, createComponent, Output, HostBinding, Self, Optional, booleanAttribute, SecurityContext, Component, ContentChildren, ContentChild, RendererStyleFlags2, Pipe, ViewChild,
|
|
2
|
+
import { Injectable, Directive, Input, HostListener, EventEmitter, InjectionToken, isDevMode, inject, PLATFORM_ID, Inject, ElementRef, ViewContainerRef, createComponent, Output, HostBinding, Self, Optional, booleanAttribute, SecurityContext, DestroyRef, Component, ContentChildren, ContentChild, RendererStyleFlags2, Pipe, ViewChild, LOCALE_ID, forwardRef, Host, QueryList, ViewChildren, TemplateRef, ChangeDetectionStrategy, SimpleChange, SkipSelf, CUSTOM_ELEMENTS_SCHEMA, reflectComponentType, NgModule } from '@angular/core';
|
|
3
3
|
import * as i4 from '@angular/forms';
|
|
4
4
|
import { NgModel, NgControl, FormControlName, NG_VALUE_ACCESSOR, Validators, NG_VALIDATORS, FormGroup, FormsModule, RequiredValidator, MinValidator, MaxValidator, EmailValidator, MinLengthValidator, MaxLengthValidator, PatternValidator, FormControl, ReactiveFormsModule } from '@angular/forms';
|
|
5
5
|
import { Observable, NEVER, Subject, fromEvent, BehaviorSubject, interval, animationFrameScheduler, noop, merge, Subscription, timer, takeUntil as takeUntil$1, pipe } from 'rxjs';
|
|
@@ -790,7 +790,13 @@ function getComponentCssSizeVar(size) {
|
|
|
790
790
|
* @returns string encoded using the encodeURI function.
|
|
791
791
|
*/
|
|
792
792
|
function normalizeURI(path) {
|
|
793
|
-
return path
|
|
793
|
+
return path?.split('/').map(encodeURI).join('/');
|
|
794
|
+
}
|
|
795
|
+
function getComponentTheme(el) {
|
|
796
|
+
return globalThis.window
|
|
797
|
+
?.getComputedStyle(el)
|
|
798
|
+
.getPropertyValue('--theme')
|
|
799
|
+
.trim();
|
|
794
800
|
}
|
|
795
801
|
|
|
796
802
|
var PagingError;
|
|
@@ -1404,13 +1410,14 @@ class ExportUtilities {
|
|
|
1404
1410
|
return !ExportUtilities.isSpecialData(dataEntry) ? Array.from(keys) : ['Column 1'];
|
|
1405
1411
|
}
|
|
1406
1412
|
static saveBlobToFile(blob, fileName) {
|
|
1407
|
-
const
|
|
1413
|
+
const doc = globalThis.document;
|
|
1414
|
+
const a = doc.createElement('a');
|
|
1408
1415
|
const url = window.URL.createObjectURL(blob);
|
|
1409
1416
|
a.download = fileName;
|
|
1410
1417
|
a.href = url;
|
|
1411
|
-
|
|
1418
|
+
doc.body.appendChild(a);
|
|
1412
1419
|
a.click();
|
|
1413
|
-
|
|
1420
|
+
doc.body.removeChild(a);
|
|
1414
1421
|
window.URL.revokeObjectURL(url);
|
|
1415
1422
|
}
|
|
1416
1423
|
static stringToArrayBuffer(s) {
|
|
@@ -4537,7 +4544,7 @@ class WorksheetDataDictionary {
|
|
|
4537
4544
|
}
|
|
4538
4545
|
getContext() {
|
|
4539
4546
|
if (!this._context) {
|
|
4540
|
-
const canvas = document
|
|
4547
|
+
const canvas = globalThis.document?.createElement('canvas');
|
|
4541
4548
|
this._context = canvas.getContext('2d');
|
|
4542
4549
|
this._context.font = WorksheetDataDictionary.DEFAULT_FONT;
|
|
4543
4550
|
}
|
|
@@ -7325,6 +7332,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImpor
|
|
|
7325
7332
|
}]
|
|
7326
7333
|
}] });
|
|
7327
7334
|
|
|
7335
|
+
class ThemeToken {
|
|
7336
|
+
constructor(t) {
|
|
7337
|
+
this.t = t;
|
|
7338
|
+
this.document = inject(DOCUMENT);
|
|
7339
|
+
const globalTheme = globalThis.window
|
|
7340
|
+
?.getComputedStyle(this.document.body)
|
|
7341
|
+
.getPropertyValue("--ig-theme")
|
|
7342
|
+
.trim() || 'material';
|
|
7343
|
+
const _theme = t ?? globalTheme;
|
|
7344
|
+
this.subject = new BehaviorSubject(_theme);
|
|
7345
|
+
}
|
|
7346
|
+
onChange(callback) {
|
|
7347
|
+
return this.subject.subscribe(callback);
|
|
7348
|
+
}
|
|
7349
|
+
set(theme) {
|
|
7350
|
+
this.subject.next(theme);
|
|
7351
|
+
}
|
|
7352
|
+
get theme() {
|
|
7353
|
+
return this.subject.getValue();
|
|
7354
|
+
}
|
|
7355
|
+
get preferToken() {
|
|
7356
|
+
return !!this.t;
|
|
7357
|
+
}
|
|
7358
|
+
}
|
|
7359
|
+
const THEME_TOKEN = new InjectionToken('ThemeToken', {
|
|
7360
|
+
providedIn: 'root',
|
|
7361
|
+
factory: () => new ThemeToken()
|
|
7362
|
+
});
|
|
7363
|
+
const Theme = /*@__PURE__*/ mkenum({
|
|
7364
|
+
Material: "material",
|
|
7365
|
+
Fluent: "fluent",
|
|
7366
|
+
Bootstrap: "bootstrap",
|
|
7367
|
+
IndigoDesign: "indigo",
|
|
7368
|
+
});
|
|
7369
|
+
|
|
7328
7370
|
// Export services
|
|
7329
7371
|
|
|
7330
7372
|
/** @hidden */
|
|
@@ -9706,10 +9748,12 @@ const IndigoIcons = new Map(Object.entries({
|
|
|
9706
9748
|
* ```
|
|
9707
9749
|
*/
|
|
9708
9750
|
class IgxIconService {
|
|
9709
|
-
constructor(_sanitizer, _httpClient, _platformUtil, document) {
|
|
9751
|
+
constructor(_sanitizer, _httpClient, _platformUtil, _themeToken, _destroyRef, document) {
|
|
9710
9752
|
this._sanitizer = _sanitizer;
|
|
9711
9753
|
this._httpClient = _httpClient;
|
|
9712
9754
|
this._platformUtil = _platformUtil;
|
|
9755
|
+
this._themeToken = _themeToken;
|
|
9756
|
+
this._destroyRef = _destroyRef;
|
|
9713
9757
|
this.document = document;
|
|
9714
9758
|
this._defaultFamily = {
|
|
9715
9759
|
name: "material",
|
|
@@ -9721,6 +9765,10 @@ class IgxIconService {
|
|
|
9721
9765
|
this._iconLoaded = new Subject();
|
|
9722
9766
|
this.iconLoaded = this._iconLoaded.asObservable();
|
|
9723
9767
|
this.setFamily(this._defaultFamily.name, this._defaultFamily.meta);
|
|
9768
|
+
const { unsubscribe } = this._themeToken?.onChange((theme) => {
|
|
9769
|
+
this.setRefsByTheme(theme);
|
|
9770
|
+
});
|
|
9771
|
+
this._destroyRef.onDestroy(() => unsubscribe);
|
|
9724
9772
|
if (this._platformUtil?.isBrowser) {
|
|
9725
9773
|
this._domParser = new DOMParser();
|
|
9726
9774
|
for (const [name, svg] of IndigoIcons) {
|
|
@@ -9773,12 +9821,13 @@ class IgxIconService {
|
|
|
9773
9821
|
}
|
|
9774
9822
|
/** @hidden @internal */
|
|
9775
9823
|
setRefsByTheme(theme) {
|
|
9776
|
-
|
|
9777
|
-
|
|
9778
|
-
|
|
9779
|
-
|
|
9780
|
-
|
|
9781
|
-
|
|
9824
|
+
for (const { alias, target } of iconReferences) {
|
|
9825
|
+
const external = this._iconRefs.get(alias.family)?.get(alias.name)?.external;
|
|
9826
|
+
const _ref = this._iconRefs.get('default')?.get(alias.name) ?? {};
|
|
9827
|
+
const _target = target.get(theme) ?? target.get('default');
|
|
9828
|
+
const icon = target.get(theme) ?? target.get('default');
|
|
9829
|
+
const overwrite = !external && !(JSON.stringify(_ref) === JSON.stringify(_target));
|
|
9830
|
+
this._setIconRef(alias.name, alias.family, icon, overwrite);
|
|
9782
9831
|
}
|
|
9783
9832
|
}
|
|
9784
9833
|
/**
|
|
@@ -9804,6 +9853,14 @@ class IgxIconService {
|
|
|
9804
9853
|
this.setIconRef(name, family, icon);
|
|
9805
9854
|
}
|
|
9806
9855
|
}
|
|
9856
|
+
_setIconRef(name, family, icon, overwrite = false) {
|
|
9857
|
+
if (overwrite) {
|
|
9858
|
+
this.setIconRef(name, family, {
|
|
9859
|
+
...icon,
|
|
9860
|
+
external: false
|
|
9861
|
+
});
|
|
9862
|
+
}
|
|
9863
|
+
}
|
|
9807
9864
|
/**
|
|
9808
9865
|
* Similar to addIconRef, but always sets the icon reference meta for an icon in a meta family.
|
|
9809
9866
|
* ```typescript
|
|
@@ -9816,8 +9873,9 @@ class IgxIconService {
|
|
|
9816
9873
|
familyRef = new Map();
|
|
9817
9874
|
this._iconRefs.set(family, familyRef);
|
|
9818
9875
|
}
|
|
9876
|
+
const external = icon.external ?? true;
|
|
9819
9877
|
const familyType = this.familyType(icon?.family);
|
|
9820
|
-
familyRef.set(name, { ...icon, type: icon.type ?? familyType });
|
|
9878
|
+
familyRef.set(name, { ...icon, type: icon.type ?? familyType, external });
|
|
9821
9879
|
this._iconLoaded.next({ name, family });
|
|
9822
9880
|
}
|
|
9823
9881
|
/**
|
|
@@ -9956,7 +10014,7 @@ class IgxIconService {
|
|
|
9956
10014
|
}
|
|
9957
10015
|
}
|
|
9958
10016
|
}
|
|
9959
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxIconService, deps: [{ token: i1$1.DomSanitizer, optional: true }, { token: i2.HttpClient, optional: true }, { token: PlatformUtil, optional: true }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10017
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxIconService, deps: [{ token: i1$1.DomSanitizer, optional: true }, { token: i2.HttpClient, optional: true }, { token: PlatformUtil, optional: true }, { token: THEME_TOKEN, optional: true }, { token: DestroyRef, optional: true }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9960
10018
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxIconService, providedIn: "root" }); }
|
|
9961
10019
|
}
|
|
9962
10020
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxIconService, decorators: [{
|
|
@@ -9970,52 +10028,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImpor
|
|
|
9970
10028
|
type: Optional
|
|
9971
10029
|
}] }, { type: PlatformUtil, decorators: [{
|
|
9972
10030
|
type: Optional
|
|
9973
|
-
}] }, { type:
|
|
10031
|
+
}] }, { type: ThemeToken, decorators: [{
|
|
9974
10032
|
type: Optional
|
|
9975
10033
|
}, {
|
|
9976
10034
|
type: Inject,
|
|
9977
|
-
args: [
|
|
9978
|
-
}] }
|
|
9979
|
-
|
|
9980
|
-
|
|
9981
|
-
|
|
9982
|
-
|
|
9983
|
-
|
|
9984
|
-
|
|
9985
|
-
}
|
|
9986
|
-
class ThemeService {
|
|
9987
|
-
constructor(document) {
|
|
9988
|
-
this.document = document;
|
|
9989
|
-
this.theme$ = new BehaviorSubject("material");
|
|
9990
|
-
this.theme$.asObservable().subscribe((value) => {
|
|
9991
|
-
this.globalTheme = value;
|
|
9992
|
-
});
|
|
9993
|
-
this.init();
|
|
9994
|
-
}
|
|
9995
|
-
init() {
|
|
9996
|
-
const theme = globalThis.window
|
|
9997
|
-
?.getComputedStyle(this.document.body)
|
|
9998
|
-
.getPropertyValue("--ig-theme")
|
|
9999
|
-
.trim();
|
|
10000
|
-
if (theme !== "") {
|
|
10001
|
-
this.theme$.next(theme);
|
|
10002
|
-
}
|
|
10003
|
-
}
|
|
10004
|
-
getComponentTheme(el) {
|
|
10005
|
-
return globalThis.window
|
|
10006
|
-
?.getComputedStyle(el.nativeElement)
|
|
10007
|
-
.getPropertyValue('--theme')
|
|
10008
|
-
.trim();
|
|
10009
|
-
}
|
|
10010
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: ThemeService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10011
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: ThemeService, providedIn: "root" }); }
|
|
10012
|
-
}
|
|
10013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: ThemeService, decorators: [{
|
|
10014
|
-
type: Injectable,
|
|
10015
|
-
args: [{
|
|
10016
|
-
providedIn: "root",
|
|
10017
|
-
}]
|
|
10018
|
-
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
10035
|
+
args: [THEME_TOKEN]
|
|
10036
|
+
}] }, { type: i0.DestroyRef, decorators: [{
|
|
10037
|
+
type: Optional
|
|
10038
|
+
}, {
|
|
10039
|
+
type: Inject,
|
|
10040
|
+
args: [DestroyRef]
|
|
10041
|
+
}] }, { type: Document, decorators: [{
|
|
10042
|
+
type: Optional
|
|
10043
|
+
}, {
|
|
10019
10044
|
type: Inject,
|
|
10020
10045
|
args: [DOCUMENT]
|
|
10021
10046
|
}] }] });
|
|
@@ -10069,10 +10094,9 @@ class IgxIconComponent {
|
|
|
10069
10094
|
get getInactive() {
|
|
10070
10095
|
return !this.active;
|
|
10071
10096
|
}
|
|
10072
|
-
constructor(el, iconService,
|
|
10097
|
+
constructor(el, iconService, ref) {
|
|
10073
10098
|
this.el = el;
|
|
10074
10099
|
this.iconService = iconService;
|
|
10075
|
-
this.themeService = themeService;
|
|
10076
10100
|
this.ref = ref;
|
|
10077
10101
|
this._destroy$ = new Subject();
|
|
10078
10102
|
this._userClasses = new Set();
|
|
@@ -10101,7 +10125,6 @@ class IgxIconComponent {
|
|
|
10101
10125
|
*/
|
|
10102
10126
|
this.active = true;
|
|
10103
10127
|
this.family = this.iconService.defaultFamily.name;
|
|
10104
|
-
this.iconService.setRefsByTheme(this.themeService.globalTheme);
|
|
10105
10128
|
this.iconService.iconLoaded
|
|
10106
10129
|
.pipe(filter((e) => e.name === this.name && e.family === this.family), takeUntil(this._destroy$))
|
|
10107
10130
|
.subscribe(() => {
|
|
@@ -10214,13 +10237,13 @@ class IgxIconComponent {
|
|
|
10214
10237
|
}
|
|
10215
10238
|
this.addIconClass(className);
|
|
10216
10239
|
}
|
|
10217
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxIconComponent, deps: [{ token: i0.ElementRef }, { token: IgxIconService }, { token:
|
|
10240
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxIconComponent, deps: [{ token: i0.ElementRef }, { token: IgxIconService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10218
10241
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", type: IgxIconComponent, isStandalone: true, selector: "igx-icon", inputs: { family: "family", name: "name", active: ["active", "active", booleanAttribute] }, host: { properties: { "class": "this.elementClasses", "attr.aria-hidden": "this.ariaHidden", "class.igx-icon--inactive": "this.getInactive" } }, usesOnChanges: true, ngImport: i0, template: "<!-- This is only here for backwards compatibility in case -->\n<!-- ligatures are used and the name is provided as content -->\n@if (!iconRef.name) {\n <ng-content></ng-content>\n}\n\n@switch (iconRef.type) {\n @case (\"liga\") {{{ iconRef.name }}}\n\n @case (\"svg\") {\n <div [innerHTML]=\"getSvg\"></div>\n }\n}\n" }); }
|
|
10219
10242
|
}
|
|
10220
10243
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxIconComponent, decorators: [{
|
|
10221
10244
|
type: Component,
|
|
10222
10245
|
args: [{ selector: "igx-icon", standalone: true, imports: [NgTemplateOutlet, NgIf], template: "<!-- This is only here for backwards compatibility in case -->\n<!-- ligatures are used and the name is provided as content -->\n@if (!iconRef.name) {\n <ng-content></ng-content>\n}\n\n@switch (iconRef.type) {\n @case (\"liga\") {{{ iconRef.name }}}\n\n @case (\"svg\") {\n <div [innerHTML]=\"getSvg\"></div>\n }\n}\n" }]
|
|
10223
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: IgxIconService }, { type:
|
|
10246
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: IgxIconService }, { type: i0.ChangeDetectorRef }], propDecorators: { elementClasses: [{
|
|
10224
10247
|
type: HostBinding,
|
|
10225
10248
|
args: ["class"]
|
|
10226
10249
|
}], ariaHidden: [{
|
|
@@ -10353,13 +10376,13 @@ class IgxInputGroupComponent {
|
|
|
10353
10376
|
get theme() {
|
|
10354
10377
|
return this._theme;
|
|
10355
10378
|
}
|
|
10356
|
-
constructor(element, _inputGroupType, document, platform, cdr,
|
|
10379
|
+
constructor(element, _inputGroupType, document, platform, cdr, themeToken) {
|
|
10357
10380
|
this.element = element;
|
|
10358
10381
|
this._inputGroupType = _inputGroupType;
|
|
10359
10382
|
this.document = document;
|
|
10360
10383
|
this.platform = platform;
|
|
10361
10384
|
this.cdr = cdr;
|
|
10362
|
-
this.
|
|
10385
|
+
this.themeToken = themeToken;
|
|
10363
10386
|
/**
|
|
10364
10387
|
* Property that enables/disables the auto-generated class of the `IgxInputGroupComponent`.
|
|
10365
10388
|
* By default applied the class is applied.
|
|
@@ -10400,15 +10423,18 @@ class IgxInputGroupComponent {
|
|
|
10400
10423
|
this.suppressInputAutofocus = false;
|
|
10401
10424
|
/** @hidden */
|
|
10402
10425
|
this.hasWarning = false;
|
|
10426
|
+
this._destroyRef = inject(DestroyRef);
|
|
10403
10427
|
this._type = null;
|
|
10404
10428
|
this._filled = false;
|
|
10405
|
-
this._theme$ = new Subject();
|
|
10406
10429
|
this._resourceStrings = getCurrentResourceStrings(InputResourceStringsEN);
|
|
10407
|
-
this._theme = this.
|
|
10408
|
-
|
|
10409
|
-
this._theme
|
|
10410
|
-
|
|
10430
|
+
this._theme = this.themeToken.theme;
|
|
10431
|
+
const { unsubscribe } = this.themeToken.onChange((theme) => {
|
|
10432
|
+
if (this._theme !== theme) {
|
|
10433
|
+
this._theme = theme;
|
|
10434
|
+
this.cdr.detectChanges();
|
|
10435
|
+
}
|
|
10411
10436
|
});
|
|
10437
|
+
this._destroyRef.onDestroy(() => unsubscribe);
|
|
10412
10438
|
}
|
|
10413
10439
|
/** @hidden */
|
|
10414
10440
|
onClick(event) {
|
|
@@ -10586,19 +10612,20 @@ class IgxInputGroupComponent {
|
|
|
10586
10612
|
set filled(val) {
|
|
10587
10613
|
this._filled = val;
|
|
10588
10614
|
}
|
|
10589
|
-
|
|
10590
|
-
|
|
10591
|
-
|
|
10592
|
-
|
|
10593
|
-
|
|
10594
|
-
|
|
10615
|
+
setComponentTheme() {
|
|
10616
|
+
if (!this.themeToken.preferToken) {
|
|
10617
|
+
const theme = getComponentTheme(this.element.nativeElement);
|
|
10618
|
+
if (theme && theme !== this._theme) {
|
|
10619
|
+
this.theme = theme;
|
|
10620
|
+
this.cdr.markForCheck();
|
|
10621
|
+
}
|
|
10595
10622
|
}
|
|
10596
10623
|
}
|
|
10597
10624
|
/** @hidden @internal */
|
|
10598
|
-
|
|
10599
|
-
this.
|
|
10625
|
+
ngAfterViewInit() {
|
|
10626
|
+
this.setComponentTheme();
|
|
10600
10627
|
}
|
|
10601
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxInputGroupComponent, deps: [{ token: i0.ElementRef }, { token: IGX_INPUT_GROUP_TYPE, optional: true }, { token: DOCUMENT }, { token: PlatformUtil }, { token: i0.ChangeDetectorRef }, { token:
|
|
10628
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxInputGroupComponent, deps: [{ token: i0.ElementRef }, { token: IGX_INPUT_GROUP_TYPE, optional: true }, { token: DOCUMENT }, { token: PlatformUtil }, { token: i0.ChangeDetectorRef }, { token: THEME_TOKEN }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10602
10629
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.4", type: IgxInputGroupComponent, isStandalone: true, selector: "igx-input-group", inputs: { resourceStrings: "resourceStrings", suppressInputAutofocus: ["suppressInputAutofocus", "suppressInputAutofocus", booleanAttribute], type: "type", theme: "theme" }, host: { listeners: { "click": "onClick($event)", "pointerdown": "onPointerDown($event)" }, properties: { "class.igx-input-group": "this.defaultClass", "class.igx-input-group--placeholder": "this.hasPlaceholder", "class.igx-input-group--required": "this.isRequired", "class.igx-input-group--focused": "this.isFocused", "class.igx-input-group--disabled": "this.disabled", "class.igx-input-group--warning": "this.hasWarning", "class.igx-input-group--valid": "this.validClass", "class.igx-input-group--invalid": "this.invalidClass", "class.igx-input-group--filled": "this.isFilled", "class.igx-input-group--textarea-group": "this.textAreaClass", "class.igx-input-group--prefixed": "this.hasPrefixes", "class.igx-input-group--suffixed": "this.hasSuffixes", "class.igx-input-group--box": "this.isTypeBox", "class.igx-input-group--file": "this.isFileType", "class.igx-input-group--border": "this.isTypeBorder", "class.igx-input-group--fluent": "this.isTypeFluent", "class.igx-input-group--bootstrap": "this.isTypeBootstrap", "class.igx-input-group--indigo": "this.isTypeIndigo", "class.igx-input-group--search": "this.isTypeSearch" } }, providers: [{ provide: IgxInputGroupBase, useExisting: IgxInputGroupComponent }], queries: [{ propertyName: "input", first: true, predicate: IgxInputDirective, descendants: true, read: IgxInputDirective, static: true }, { propertyName: "hints", predicate: IgxHintDirective, read: IgxHintDirective }, { propertyName: "_prefixes", predicate: IgxPrefixDirective, descendants: true, read: IgxPrefixDirective }, { propertyName: "_suffixes", predicate: IgxSuffixDirective, descendants: true, read: IgxSuffixDirective }], ngImport: i0, template: "<div class=\"igx-input-group__wrapper\" *ngIf=\"isTypeBox; else bundle\">\n <ng-container *ngTemplateOutlet=\"bundle\"></ng-container>\n</div>\n\n<div class=\"igx-input-group__hint\" (click)=\"hintClickHandler($event)\">\n <ng-content select=\"igx-hint, [igxHint]\"></ng-content>\n</div>\n\n<ng-template #label>\n <ng-content select=\"[igxLabel]\"></ng-content>\n</ng-template>\n\n<ng-template #input>\n <ng-content select=\"[igxInput]\"></ng-content>\n</ng-template>\n\n<ng-template #prefix>\n <ng-content select=\"igx-prefix, [igxPrefix]\"></ng-content>\n</ng-template>\n\n<ng-template #uploadButton>\n <igx-prefix *ngIf=\"isFileType\" class=\"igx-input-group__upload-button\">\n <button\n igxButton=\"contained\"\n type=\"button\"\n (click)=\"uploadButtonHandler()\"\n [disabled]=\"disabled\"\n [ngClass]=\"{ 'igx-input-group__upload-button': isTypeLine }\"\n >\n {{ resourceStrings.igx_input_upload_button }}\n </button>\n </igx-prefix>\n</ng-template>\n\n<ng-template #files>\n <div\n *ngIf=\"isFileType\"\n class=\"igx-input-group__file-input\"\n [title]=\"fileNames\"\n >\n <span>{{ fileNames }}</span>\n </div>\n</ng-template>\n\n<ng-template #clear>\n <igx-suffix\n class=\"igx-input-group__clear-icon\"\n *ngIf=\"isFileType && isFilled\"\n (click)=\"clearValueHandler()\"\n (keydown.Enter)=\"clearValueHandler()\"\n title=\"clear files\"\n tabindex=\"0\"\n >\n <igx-icon family=\"default\" name=\"input_clear\"></igx-icon>\n </igx-suffix>\n</ng-template>\n\n<ng-template #suffix>\n <ng-content select=\"igx-suffix, [igxSuffix]\"></ng-content>\n</ng-template>\n\n<ng-template #materialBundle>\n <div class=\"igx-input-group__bundle\">\n <div class=\"igx-input-group__bundle-start\">\n <ng-container *ngTemplateOutlet=\"prefix\"></ng-container>\n <ng-container *ngTemplateOutlet=\"uploadButton\"></ng-container>\n </div>\n\n <ng-container>\n <div class=\"igx-input-group__notch\">\n <ng-container *ngTemplateOutlet=\"label\"></ng-container>\n </div>\n </ng-container>\n\n <div class=\"igx-input-group__bundle-main\">\n <ng-container *ngTemplateOutlet=\"input\"></ng-container>\n <ng-container *ngTemplateOutlet=\"files\"></ng-container>\n </div>\n\n <div class=\"igx-input-group__filler\"></div>\n\n <div class=\"igx-input-group__bundle-end\">\n <ng-container *ngTemplateOutlet=\"clear\"></ng-container>\n <ng-container *ngTemplateOutlet=\"suffix\"></ng-container>\n </div>\n\n <div class=\"igx-input-group__line\" *ngIf=\"hasBorder\"></div>\n </div>\n</ng-template>\n\n<ng-template #fluentBundle>\n <ng-container *ngTemplateOutlet=\"label\"></ng-container>\n\n <div class=\"igx-input-group__bundle\">\n <div class=\"igx-input-group__bundle-start\">\n <ng-container *ngTemplateOutlet=\"prefix\"></ng-container>\n <ng-container *ngTemplateOutlet=\"uploadButton\"></ng-container>\n </div>\n\n\n <div class=\"igx-input-group__bundle-main\">\n <ng-container *ngTemplateOutlet=\"input\"></ng-container>\n <ng-container *ngTemplateOutlet=\"files\"></ng-container>\n </div>\n\n <div class=\"igx-input-group__bundle-end\">\n <ng-container *ngTemplateOutlet=\"clear\"></ng-container>\n <ng-container *ngTemplateOutlet=\"suffix\"></ng-container>\n </div>\n\n <div class=\"igx-input-group__line\" *ngIf=\"hasBorder\"></div>\n </div>\n</ng-template>\n\n<ng-template #bootstrapBundle>\n <ng-container *ngTemplateOutlet=\"label\"></ng-container>\n\n <div class=\"igx-input-group__bundle\">\n <div class=\"igx-input-group__bundle-start\">\n <ng-container *ngTemplateOutlet=\"prefix\"></ng-container>\n <ng-container *ngTemplateOutlet=\"uploadButton\"></ng-container>\n </div>\n\n <ng-container *ngTemplateOutlet=\"input\"></ng-container>\n <ng-container *ngTemplateOutlet=\"files\"></ng-container>\n\n <div class=\"igx-input-group__bundle-end\">\n <ng-container *ngTemplateOutlet=\"clear\"></ng-container>\n <ng-container *ngTemplateOutlet=\"suffix\"></ng-container>\n </div>\n </div>\n</ng-template>\n\n<ng-template #bundle>\n <ng-container [ngSwitch]=\"theme\">\n <ng-container *ngSwitchCase=\"'bootstrap'\">\n <ng-container *ngTemplateOutlet=\"bootstrapBundle\"></ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'fluent'\">\n <ng-container *ngTemplateOutlet=\"fluentBundle\"></ng-container>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'indigo'\">\n <ng-container *ngTemplateOutlet=\"fluentBundle\"></ng-container>\n </ng-container>\n\n <ng-container *ngSwitchDefault>\n <ng-container *ngTemplateOutlet=\"materialBundle\"></ng-container>\n </ng-container>\n </ng-container>\n</ng-template>\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: IgxPrefixDirective, selector: "igx-prefix,[igxPrefix],[igxStart]" }, { kind: "directive", type: IgxButtonDirective, selector: "[igxButton]", inputs: ["selected", "igxButton", "igxLabel"], outputs: ["buttonSelected"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: IgxSuffixDirective, selector: "igx-suffix,[igxSuffix],[igxEnd]" }, { kind: "component", type: IgxIconComponent, selector: "igx-icon", inputs: ["family", "name", "active"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: NgSwitchDefault, selector: "[ngSwitchDefault]" }] }); }
|
|
10603
10630
|
}
|
|
10604
10631
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxInputGroupComponent, decorators: [{
|
|
@@ -10612,7 +10639,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImpor
|
|
|
10612
10639
|
}] }, { type: undefined, decorators: [{
|
|
10613
10640
|
type: Inject,
|
|
10614
10641
|
args: [DOCUMENT]
|
|
10615
|
-
}] }, { type: PlatformUtil }, { type: i0.ChangeDetectorRef }, { type:
|
|
10642
|
+
}] }, { type: PlatformUtil }, { type: i0.ChangeDetectorRef }, { type: ThemeToken, decorators: [{
|
|
10643
|
+
type: Inject,
|
|
10644
|
+
args: [THEME_TOKEN]
|
|
10645
|
+
}] }], propDecorators: { resourceStrings: [{
|
|
10616
10646
|
type: Input
|
|
10617
10647
|
}], defaultClass: [{
|
|
10618
10648
|
type: HostBinding,
|
|
@@ -11376,7 +11406,7 @@ class IgxDragDirective {
|
|
|
11376
11406
|
set ghostLeft(pageX) {
|
|
11377
11407
|
if (this.ghostElement) {
|
|
11378
11408
|
// We need to take into account marginLeft, since top style does not include margin, but pageX includes the margin.
|
|
11379
|
-
const ghostMarginLeft = parseInt(document.defaultView.getComputedStyle(this.ghostElement)['margin-left'], 10);
|
|
11409
|
+
const ghostMarginLeft = parseInt(this.document.defaultView.getComputedStyle(this.ghostElement)['margin-left'], 10);
|
|
11380
11410
|
// If ghost host is defined it needs to be taken into account.
|
|
11381
11411
|
this.ghostElement.style.left = (pageX - ghostMarginLeft - this._ghostHostX) + 'px';
|
|
11382
11412
|
}
|
|
@@ -11389,7 +11419,7 @@ class IgxDragDirective {
|
|
|
11389
11419
|
set ghostTop(pageY) {
|
|
11390
11420
|
if (this.ghostElement) {
|
|
11391
11421
|
// We need to take into account marginTop, since top style does not include margin, but pageY includes the margin.
|
|
11392
|
-
const ghostMarginTop = parseInt(document.defaultView.getComputedStyle(this.ghostElement)['margin-top'], 10);
|
|
11422
|
+
const ghostMarginTop = parseInt(this.document.defaultView.getComputedStyle(this.ghostElement)['margin-top'], 10);
|
|
11393
11423
|
// If ghost host is defined it needs to be taken into account.
|
|
11394
11424
|
this.ghostElement.style.top = (pageY - ghostMarginTop - this._ghostHostY) + 'px';
|
|
11395
11425
|
}
|
|
@@ -11400,16 +11430,16 @@ class IgxDragDirective {
|
|
|
11400
11430
|
}
|
|
11401
11431
|
}
|
|
11402
11432
|
get windowScrollTop() {
|
|
11403
|
-
return document.documentElement.scrollTop || window.scrollY;
|
|
11433
|
+
return this.document.documentElement.scrollTop || window.scrollY;
|
|
11404
11434
|
}
|
|
11405
11435
|
get windowScrollLeft() {
|
|
11406
|
-
return document.documentElement.scrollLeft || window.scrollX;
|
|
11436
|
+
return this.document.documentElement.scrollLeft || window.scrollX;
|
|
11407
11437
|
}
|
|
11408
11438
|
get windowScrollHeight() {
|
|
11409
|
-
return document.documentElement.scrollHeight;
|
|
11439
|
+
return this.document.documentElement.scrollHeight;
|
|
11410
11440
|
}
|
|
11411
11441
|
get windowScrollWidth() {
|
|
11412
|
-
return document.documentElement.scrollWidth;
|
|
11442
|
+
return this.document.documentElement.scrollWidth;
|
|
11413
11443
|
}
|
|
11414
11444
|
/**
|
|
11415
11445
|
* Sets the offset of the dragged element relative to the mouse in pixels.
|
|
@@ -11668,6 +11698,7 @@ class IgxDragDirective {
|
|
|
11668
11698
|
this._scrollContainerStepMs = 10;
|
|
11669
11699
|
this._scrollContainerThreshold = 25;
|
|
11670
11700
|
this._containerScrollIntervalId = null;
|
|
11701
|
+
this.document = inject(DOCUMENT);
|
|
11671
11702
|
}
|
|
11672
11703
|
/**
|
|
11673
11704
|
* @hidden
|
|
@@ -11715,13 +11746,13 @@ class IgxDragDirective {
|
|
|
11715
11746
|
});
|
|
11716
11747
|
// We should bind to document events only once when there are no pointer events.
|
|
11717
11748
|
if (!this.pointerEventsEnabled && this.touchEventsEnabled) {
|
|
11718
|
-
fromEvent(document.defaultView, 'touchmove').pipe(throttle(() => interval(0, animationFrameScheduler)), takeUntil(this._destroy)).subscribe((res) => this.onPointerMove(res));
|
|
11719
|
-
fromEvent(document.defaultView, 'touchend').pipe(takeUntil(this._destroy))
|
|
11749
|
+
fromEvent(this.document.defaultView, 'touchmove').pipe(throttle(() => interval(0, animationFrameScheduler)), takeUntil(this._destroy)).subscribe((res) => this.onPointerMove(res));
|
|
11750
|
+
fromEvent(this.document.defaultView, 'touchend').pipe(takeUntil(this._destroy))
|
|
11720
11751
|
.subscribe((res) => this.onPointerUp(res));
|
|
11721
11752
|
}
|
|
11722
11753
|
else if (!this.pointerEventsEnabled) {
|
|
11723
|
-
fromEvent(document.defaultView, 'mousemove').pipe(throttle(() => interval(0, animationFrameScheduler)), takeUntil(this._destroy)).subscribe((res) => this.onPointerMove(res));
|
|
11724
|
-
fromEvent(document.defaultView, 'mouseup').pipe(takeUntil(this._destroy))
|
|
11754
|
+
fromEvent(this.document.defaultView, 'mousemove').pipe(throttle(() => interval(0, animationFrameScheduler)), takeUntil(this._destroy)).subscribe((res) => this.onPointerMove(res));
|
|
11755
|
+
fromEvent(this.document.defaultView, 'mouseup').pipe(takeUntil(this._destroy))
|
|
11725
11756
|
.subscribe((res) => this.onPointerUp(res));
|
|
11726
11757
|
}
|
|
11727
11758
|
this.element.nativeElement.addEventListener('transitionend', this.onTransitionEnd.bind(this));
|
|
@@ -12080,9 +12111,9 @@ class IgxDragDirective {
|
|
|
12080
12111
|
ghostReattached = true;
|
|
12081
12112
|
this.ghostHost.appendChild(this.ghostElement);
|
|
12082
12113
|
}
|
|
12083
|
-
else if (!this.ghostHost && !Array.from(document.body.children).includes(this.ghostElement)) {
|
|
12114
|
+
else if (!this.ghostHost && !Array.from(this.document.body.children).includes(this.ghostElement)) {
|
|
12084
12115
|
ghostReattached = true;
|
|
12085
|
-
document.body.appendChild(this.ghostElement);
|
|
12116
|
+
this.document.body.appendChild(this.ghostElement);
|
|
12086
12117
|
}
|
|
12087
12118
|
if (ghostReattached) {
|
|
12088
12119
|
this.ghostElement.setPointerCapture(this._pointerDownId);
|
|
@@ -12220,10 +12251,10 @@ class IgxDragDirective {
|
|
|
12220
12251
|
this.ghostHost.appendChild(this.ghostElement);
|
|
12221
12252
|
}
|
|
12222
12253
|
else {
|
|
12223
|
-
document.body.appendChild(this.ghostElement);
|
|
12254
|
+
this.document.body.appendChild(this.ghostElement);
|
|
12224
12255
|
}
|
|
12225
|
-
const ghostMarginLeft = parseInt(document.defaultView.getComputedStyle(this.ghostElement)['margin-left'], 10);
|
|
12226
|
-
const ghostMarginTop = parseInt(document.defaultView.getComputedStyle(this.ghostElement)['margin-top'], 10);
|
|
12256
|
+
const ghostMarginLeft = parseInt(this.document.defaultView.getComputedStyle(this.ghostElement)['margin-left'], 10);
|
|
12257
|
+
const ghostMarginTop = parseInt(this.document.defaultView.getComputedStyle(this.ghostElement)['margin-top'], 10);
|
|
12227
12258
|
this.ghostElement.style.left = (this._ghostStartX - ghostMarginLeft + totalMovedX - this._ghostHostX) + 'px';
|
|
12228
12259
|
this.ghostElement.style.top = (this._ghostStartY - ghostMarginTop + totalMovedY - this._ghostHostY) + 'px';
|
|
12229
12260
|
if (this.pointerEventsEnabled) {
|
|
@@ -12332,14 +12363,14 @@ class IgxDragDirective {
|
|
|
12332
12363
|
// using window.pageXOffset for IE9 compatibility
|
|
12333
12364
|
const viewPortX = pageX - window.pageXOffset;
|
|
12334
12365
|
const viewPortY = pageY - window.pageYOffset;
|
|
12335
|
-
if (document['msElementsFromPoint']) {
|
|
12366
|
+
if (this.document['msElementsFromPoint']) {
|
|
12336
12367
|
// Edge and IE special snowflakes
|
|
12337
|
-
const elements = document['msElementsFromPoint'](viewPortX, viewPortY);
|
|
12368
|
+
const elements = this.document['msElementsFromPoint'](viewPortX, viewPortY);
|
|
12338
12369
|
return elements === null ? [] : elements;
|
|
12339
12370
|
}
|
|
12340
12371
|
else {
|
|
12341
12372
|
// Other browsers like Chrome, Firefox, Opera
|
|
12342
|
-
return document.elementsFromPoint(viewPortX, viewPortY);
|
|
12373
|
+
return this.document.elementsFromPoint(viewPortX, viewPortY);
|
|
12343
12374
|
}
|
|
12344
12375
|
}
|
|
12345
12376
|
/**
|
|
@@ -12392,8 +12423,8 @@ class IgxDragDirective {
|
|
|
12392
12423
|
getGhostHostBaseOffsetX() {
|
|
12393
12424
|
if (!this.ghostHost)
|
|
12394
12425
|
return 0;
|
|
12395
|
-
const ghostPosition = document.defaultView.getComputedStyle(this.ghostHost).getPropertyValue('position');
|
|
12396
|
-
if (ghostPosition === 'static' && this.ghostHost.offsetParent && this.ghostHost.offsetParent === document.body) {
|
|
12426
|
+
const ghostPosition = this.document.defaultView.getComputedStyle(this.ghostHost).getPropertyValue('position');
|
|
12427
|
+
if (ghostPosition === 'static' && this.ghostHost.offsetParent && this.ghostHost.offsetParent === this.document.body) {
|
|
12397
12428
|
return 0;
|
|
12398
12429
|
}
|
|
12399
12430
|
else if (ghostPosition === 'static' && this.ghostHost.offsetParent) {
|
|
@@ -12404,8 +12435,8 @@ class IgxDragDirective {
|
|
|
12404
12435
|
getGhostHostBaseOffsetY() {
|
|
12405
12436
|
if (!this.ghostHost)
|
|
12406
12437
|
return 0;
|
|
12407
|
-
const ghostPosition = document.defaultView.getComputedStyle(this.ghostHost).getPropertyValue('position');
|
|
12408
|
-
if (ghostPosition === 'static' && this.ghostHost.offsetParent && this.ghostHost.offsetParent === document.body) {
|
|
12438
|
+
const ghostPosition = this.document.defaultView.getComputedStyle(this.ghostHost).getPropertyValue('position');
|
|
12439
|
+
if (ghostPosition === 'static' && this.ghostHost.offsetParent && this.ghostHost.offsetParent === this.document.body) {
|
|
12409
12440
|
return 0;
|
|
12410
12441
|
}
|
|
12411
12442
|
else if (ghostPosition === 'static' && this.ghostHost.offsetParent) {
|
|
@@ -12449,8 +12480,8 @@ class IgxDragDirective {
|
|
|
12449
12480
|
let yDir = scrollDir == DragScrollDirection$1.UP ? -1 : (scrollDir == DragScrollDirection$1.DOWN ? 1 : 0);
|
|
12450
12481
|
if (!this.scrollContainer) {
|
|
12451
12482
|
// Cap scrolling so we don't scroll past the window max scroll position.
|
|
12452
|
-
const maxScrollX = this._originalScrollContainerWidth - document.documentElement.clientWidth;
|
|
12453
|
-
const maxScrollY = this._originalScrollContainerHeight - document.documentElement.clientHeight;
|
|
12483
|
+
const maxScrollX = this._originalScrollContainerWidth - this.document.documentElement.clientWidth;
|
|
12484
|
+
const maxScrollY = this._originalScrollContainerHeight - this.document.documentElement.clientHeight;
|
|
12454
12485
|
xDir = (this.windowScrollLeft <= 0 && xDir < 0) || (this.windowScrollLeft >= maxScrollX && xDir > 0) ? 0 : xDir;
|
|
12455
12486
|
yDir = (this.windowScrollTop <= 0 && yDir < 0) || (this.windowScrollTop >= maxScrollY && yDir > 0) ? 0 : yDir;
|
|
12456
12487
|
}
|
|
@@ -16752,10 +16783,10 @@ class IgxCheckboxComponent {
|
|
|
16752
16783
|
this._onChangeCallback(this._checked);
|
|
16753
16784
|
}
|
|
16754
16785
|
}
|
|
16755
|
-
constructor(cdr, renderer,
|
|
16786
|
+
constructor(cdr, renderer, themeToken, ngControl) {
|
|
16756
16787
|
this.cdr = cdr;
|
|
16757
16788
|
this.renderer = renderer;
|
|
16758
|
-
this.
|
|
16789
|
+
this.themeToken = themeToken;
|
|
16759
16790
|
this.ngControl = ngControl;
|
|
16760
16791
|
/**
|
|
16761
16792
|
* An event that is emitted after the checkbox state is changed.
|
|
@@ -16968,17 +16999,27 @@ class IgxCheckboxComponent {
|
|
|
16968
16999
|
*/
|
|
16969
17000
|
this._required = false;
|
|
16970
17001
|
this.elRef = inject(ElementRef);
|
|
16971
|
-
this._theme$ = new Subject();
|
|
16972
17002
|
this.destroyRef = inject(DestroyRef);
|
|
16973
17003
|
if (this.ngControl !== null) {
|
|
16974
17004
|
this.ngControl.valueAccessor = this;
|
|
16975
17005
|
}
|
|
16976
|
-
this.theme = this.
|
|
16977
|
-
|
|
16978
|
-
this.theme
|
|
16979
|
-
|
|
17006
|
+
this.theme = this.themeToken.theme;
|
|
17007
|
+
const { unsubscribe } = this.themeToken.onChange((theme) => {
|
|
17008
|
+
if (this.theme !== theme) {
|
|
17009
|
+
this.theme = theme;
|
|
17010
|
+
this.cdr.detectChanges();
|
|
17011
|
+
}
|
|
16980
17012
|
});
|
|
16981
|
-
this.destroyRef.onDestroy(() =>
|
|
17013
|
+
this.destroyRef.onDestroy(() => unsubscribe);
|
|
17014
|
+
}
|
|
17015
|
+
setComponentTheme() {
|
|
17016
|
+
if (!this.themeToken.preferToken) {
|
|
17017
|
+
const theme = getComponentTheme(this.elRef.nativeElement);
|
|
17018
|
+
if (theme && theme !== this.theme) {
|
|
17019
|
+
this.theme = theme;
|
|
17020
|
+
this.cdr.markForCheck();
|
|
17021
|
+
}
|
|
17022
|
+
}
|
|
16982
17023
|
}
|
|
16983
17024
|
/**
|
|
16984
17025
|
* @hidden
|
|
@@ -16992,11 +17033,7 @@ class IgxCheckboxComponent {
|
|
|
16992
17033
|
this.cdr.detectChanges();
|
|
16993
17034
|
}
|
|
16994
17035
|
}
|
|
16995
|
-
|
|
16996
|
-
if (theme) {
|
|
16997
|
-
this._theme$.next(theme);
|
|
16998
|
-
this.cdr.markForCheck();
|
|
16999
|
-
}
|
|
17036
|
+
this.setComponentTheme();
|
|
17000
17037
|
}
|
|
17001
17038
|
/** @hidden @internal */
|
|
17002
17039
|
onKeyUp(event) {
|
|
@@ -17117,7 +17154,7 @@ class IgxCheckboxComponent {
|
|
|
17117
17154
|
this.invalid = false;
|
|
17118
17155
|
}
|
|
17119
17156
|
}
|
|
17120
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxCheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token:
|
|
17157
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxCheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: THEME_TOKEN }, { token: i4.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17121
17158
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", type: IgxCheckboxComponent, isStandalone: true, selector: "igx-checkbox", inputs: { id: "id", labelId: "labelId", value: "value", name: "name", tabindex: "tabindex", labelPosition: "labelPosition", disableRipple: ["disableRipple", "disableRipple", booleanAttribute], required: ["required", "required", booleanAttribute], ariaLabelledBy: ["aria-labelledby", "ariaLabelledBy"], ariaLabel: ["aria-label", "ariaLabel"], indeterminate: ["indeterminate", "indeterminate", booleanAttribute], checked: ["checked", "checked", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], invalid: ["invalid", "invalid", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], disableTransitions: ["disableTransitions", "disableTransitions", booleanAttribute] }, outputs: { change: "change" }, host: { listeners: { "keyup": "onKeyUp($event)", "click": "_onCheckboxClick($event)", "blur": "onBlur()" }, properties: { "attr.id": "this.id", "class.igx-checkbox": "this.cssClass", "class.igx-checkbox--material": "this.material", "class.igx-checkbox--indigo": "this.indigo", "class.igx-checkbox--bootstrap": "this.bootstrap", "class.igx-checkbox--fluent": "this.fluent", "class.igx-checkbox--focused": "this.focused", "class.igx-checkbox--indeterminate": "this.indeterminate", "class.igx-checkbox--checked": "this.checked", "class.igx-checkbox--disabled": "this.disabled", "class.igx-checkbox--invalid": "this.invalid", "class.igx-checkbox--plain": "this.disableTransitions" } }, providers: [{
|
|
17122
17159
|
provide: EDITOR_PROVIDER,
|
|
17123
17160
|
useExisting: IgxCheckboxComponent,
|
|
@@ -17131,7 +17168,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImpor
|
|
|
17131
17168
|
useExisting: IgxCheckboxComponent,
|
|
17132
17169
|
multi: true
|
|
17133
17170
|
}], preserveWhitespaces: false, standalone: true, imports: [IgxRippleDirective], template: "<input #checkbox class=\"igx-checkbox__input\"\n type=\"checkbox\"\n [id]=\"inputId\"\n [name]=\"name\"\n [value]=\"value\"\n [tabindex]=\"tabindex\"\n [disabled]=\"disabled\"\n [indeterminate]=\"indeterminate\"\n [checked]=\"checked\"\n [required]=\"required\"\n [attr.aria-required]=\"required\"\n [attr.aria-invalid]=\"invalid\"\n [attr.aria-checked]=\"ariaChecked\"\n [attr.aria-labelledby]=\"ariaLabel ? null : ariaLabelledBy\"\n [attr.aria-label]=\"ariaLabel\"\n (change)=\"_onCheckboxChange($event)\"\n (blur)=\"onBlur()\" />\n\n<div\n igxRipple\n igxRippleTarget=\".igx-checkbox__ripple\"\n [igxRippleDisabled]=\"disableRipple\"\n [igxRippleCentered]=\"true\"\n [igxRippleDuration]=\"300\"\n class=\"igx-checkbox__composite-wrapper\"\n>\n <span #label class=\"igx-checkbox__composite\">\n @if (theme === 'indigo') {\n <svg class=\"igx-checkbox__composite-mark\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <rect width=\"18\" height=\"4\" x=\"2\" y=\"9\" rx=\"1.85\"/>\n <path d=\"M19.033 5a1.966 1.966 0 0 0-1.418.586l-8.479 8.577-2.753-2.77a1.971 1.971 0 0 0-2.8 0 1.998 1.998 0 0 0 0 2.822l4.155 4.196a1.955 1.955 0 0 0 2.8 0l9.879-9.99a1.998 1.998 0 0 0 0-2.821 1.966 1.966 0 0 0-1.384-.6Z\"/>\n </svg>\n } @else {\n <svg class=\"igx-checkbox__composite-mark\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M4.1,12.7 9,17.6 20.3,6.3\"/>\n </svg>\n }\n </span>\n\n <div class=\"igx-checkbox__ripple\"></div>\n</div>\n\n<span #placeholderLabel\n [class]=\"labelClass\"\n [id]=\"labelId\">\n <ng-content></ng-content>\n</span>\n" }]
|
|
17134
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type:
|
|
17171
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: ThemeToken, decorators: [{
|
|
17172
|
+
type: Inject,
|
|
17173
|
+
args: [THEME_TOKEN]
|
|
17174
|
+
}] }, { type: i4.NgControl, decorators: [{
|
|
17135
17175
|
type: Optional
|
|
17136
17176
|
}, {
|
|
17137
17177
|
type: Self
|
|
@@ -26428,7 +26468,7 @@ class IgxGridSelectionService {
|
|
|
26428
26468
|
this._ranges = new Set();
|
|
26429
26469
|
this.pointerOriginHandler = (event) => {
|
|
26430
26470
|
this.pointerEventInGridBody = false;
|
|
26431
|
-
document.body.removeEventListener('pointerup', this.pointerOriginHandler);
|
|
26471
|
+
this.grid.document.body.removeEventListener('pointerup', this.pointerOriginHandler);
|
|
26432
26472
|
const targetTagName = event.target.tagName.toLowerCase();
|
|
26433
26473
|
if (targetTagName !== 'igx-grid-cell' && targetTagName !== 'igx-tree-grid-cell') {
|
|
26434
26474
|
this.pointerUp(this._lastSelectedNode, this.grid.rangeSelected, true);
|
|
@@ -26587,7 +26627,7 @@ class IgxGridSelectionService {
|
|
|
26587
26627
|
this.pointerState.ctrl = ctrl;
|
|
26588
26628
|
this.pointerState.shift = shift;
|
|
26589
26629
|
this.pointerEventInGridBody = true;
|
|
26590
|
-
document.body.addEventListener('pointerup', this.pointerOriginHandler);
|
|
26630
|
+
this.grid.document.body.addEventListener('pointerup', this.pointerOriginHandler);
|
|
26591
26631
|
// No ctrl key pressed - no multiple selection
|
|
26592
26632
|
if (!ctrl) {
|
|
26593
26633
|
this.clear();
|
|
@@ -26710,7 +26750,7 @@ class IgxGridSelectionService {
|
|
|
26710
26750
|
restoreTextSelection() {
|
|
26711
26751
|
const selection = window.getSelection();
|
|
26712
26752
|
if (!selection.rangeCount) {
|
|
26713
|
-
selection.addRange(this._selectionRange || document.createRange());
|
|
26753
|
+
selection.addRange(this._selectionRange || this.grid.document.createRange());
|
|
26714
26754
|
}
|
|
26715
26755
|
}
|
|
26716
26756
|
getSelectedRowsData() {
|
|
@@ -34849,12 +34889,13 @@ class IgxCarouselComponent extends IgxCarouselComponentBase {
|
|
|
34849
34889
|
this._interval = +value;
|
|
34850
34890
|
this.restartInterval();
|
|
34851
34891
|
}
|
|
34852
|
-
constructor(cdr, element, iterableDiffers, animationService, platformUtil, dir) {
|
|
34892
|
+
constructor(cdr, element, iterableDiffers, animationService, platformUtil, dir, document) {
|
|
34853
34893
|
super(animationService, cdr);
|
|
34854
34894
|
this.element = element;
|
|
34855
34895
|
this.iterableDiffers = iterableDiffers;
|
|
34856
34896
|
this.platformUtil = platformUtil;
|
|
34857
34897
|
this.dir = dir;
|
|
34898
|
+
this.document = document;
|
|
34858
34899
|
/**
|
|
34859
34900
|
* Sets the `id` of the carousel.
|
|
34860
34901
|
* If not set, the `id` of the first carousel component will be `"igx-carousel-0"`.
|
|
@@ -35463,7 +35504,7 @@ class IgxCarouselComponent extends IgxCarouselComponentBase {
|
|
|
35463
35504
|
return this._indicators.toArray();
|
|
35464
35505
|
}
|
|
35465
35506
|
focusElement() {
|
|
35466
|
-
const focusedElement = document.activeElement;
|
|
35507
|
+
const focusedElement = this.document.activeElement;
|
|
35467
35508
|
if (focusedElement.classList.contains('igx-carousel-indicators__indicator')) {
|
|
35468
35509
|
this.indicatorsElements[this.current].nativeElement.focus();
|
|
35469
35510
|
}
|
|
@@ -35613,7 +35654,7 @@ class IgxCarouselComponent extends IgxCarouselComponentBase {
|
|
|
35613
35654
|
requestAnimationFrame(() => this.slides.find(s => s.active).nativeElement.focus());
|
|
35614
35655
|
}
|
|
35615
35656
|
}
|
|
35616
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxCarouselComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.IterableDiffers }, { token: IgxAngularAnimationService }, { token: PlatformUtil }, { token: IgxDirectionality }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
35657
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IgxCarouselComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.IterableDiffers }, { token: IgxAngularAnimationService }, { token: PlatformUtil }, { token: IgxDirectionality }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
35617
35658
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.4", type: IgxCarouselComponent, isStandalone: true, selector: "igx-carousel", inputs: { id: "id", loop: ["loop", "loop", booleanAttribute], pause: ["pause", "pause", booleanAttribute], navigation: ["navigation", "navigation", booleanAttribute], indicators: ["indicators", "indicators", booleanAttribute], vertical: ["vertical", "vertical", booleanAttribute], keyboardSupport: ["keyboardSupport", "keyboardSupport", booleanAttribute], gesturesSupport: ["gesturesSupport", "gesturesSupport", booleanAttribute], maximumIndicatorsCount: "maximumIndicatorsCount", indicatorsOrientation: "indicatorsOrientation", animationType: "animationType", resourceStrings: "resourceStrings", interval: "interval" }, outputs: { slideChanged: "slideChanged", slideAdded: "slideAdded", slideRemoved: "slideRemoved", carouselPaused: "carouselPaused", carouselPlaying: "carouselPlaying" }, host: { listeners: { "keydown.arrowright": "onKeydownArrowRight($event)", "keydown.arrowleft": "onKeydownArrowLeft($event)", "tap": "onTap($event)", "keydown.home": "onKeydownHome($event)", "keydown.end": "onKeydownEnd($event)", "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "panleft": "onPanLeft($event)", "panright": "onPanRight($event)", "panup": "onPanUp($event)", "pandown": "onPanDown($event)", "panend": "onPanEnd($event)" }, properties: { "attr.id": "this.id", "attr.role": "this.role", "attr.aria-roledescription": "this.roleDescription", "attr.aria-labelledby": "this.labelId", "class.igx-carousel--vertical": "this.isVertical", "class.igx-carousel": "this.cssClass", "style.touch-action": "this.touchAction" } }, providers: [
|
|
35618
35659
|
{
|
|
35619
35660
|
provide: HAMMER_GESTURE_CONFIG,
|
|
@@ -35632,7 +35673,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImpor
|
|
|
35632
35673
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
|
|
35633
35674
|
type: Inject,
|
|
35634
35675
|
args: [IgxAngularAnimationService]
|
|
35635
|
-
}] }, { type: PlatformUtil }, { type: IgxDirectionality }
|
|
35676
|
+
}] }, { type: PlatformUtil }, { type: IgxDirectionality }, { type: undefined, decorators: [{
|
|
35677
|
+
type: Inject,
|
|
35678
|
+
args: [DOCUMENT]
|
|
35679
|
+
}] }], propDecorators: { id: [{
|
|
35636
35680
|
type: HostBinding,
|
|
35637
35681
|
args: ['attr.id']
|
|
35638
35682
|
}, {
|
|
@@ -55444,8 +55488,8 @@ class IgxColumnMovingDragDirective extends IgxDragDirective {
|
|
|
55444
55488
|
this.ghostElement.style.flexBasis = null;
|
|
55445
55489
|
this.ghostElement.style.position = null;
|
|
55446
55490
|
this.ghostElement.classList.remove(this.columnSelectedClass);
|
|
55447
|
-
const icon = document.createElement('i');
|
|
55448
|
-
const text = document.createTextNode('block');
|
|
55491
|
+
const icon = this.column?.grid.document.createElement('i');
|
|
55492
|
+
const text = this.column?.grid.document.createTextNode('block');
|
|
55449
55493
|
icon.appendChild(text);
|
|
55450
55494
|
icon.classList.add('material-icons');
|
|
55451
55495
|
this.cms.icon = icon;
|
|
@@ -57017,7 +57061,7 @@ class IgxGridFilteringCellComponent {
|
|
|
57017
57061
|
const chipsAreaElements = this.chipsArea.element.nativeElement.children;
|
|
57018
57062
|
let visibleChipsCount = 0;
|
|
57019
57063
|
const moreIconWidth = this.moreIcon.nativeElement.offsetWidth -
|
|
57020
|
-
parseInt(document.defaultView.getComputedStyle(this.moreIcon.nativeElement)['margin-left'], 10);
|
|
57064
|
+
parseInt(this.column?.grid.document.defaultView.getComputedStyle(this.moreIcon.nativeElement)['margin-left'], 10);
|
|
57021
57065
|
for (let index = 0; index < chipsAreaElements.length - 1; index++) {
|
|
57022
57066
|
if (viewWidth + chipsAreaElements[index].offsetWidth < areaWidth) {
|
|
57023
57067
|
viewWidth += chipsAreaElements[index].offsetWidth;
|
|
@@ -57025,8 +57069,8 @@ class IgxGridFilteringCellComponent {
|
|
|
57025
57069
|
visibleChipsCount++;
|
|
57026
57070
|
}
|
|
57027
57071
|
else {
|
|
57028
|
-
viewWidth += parseInt(document.defaultView.getComputedStyle(chipsAreaElements[index])['margin-left'], 10);
|
|
57029
|
-
viewWidth += parseInt(document.defaultView.getComputedStyle(chipsAreaElements[index])['margin-right'], 10);
|
|
57072
|
+
viewWidth += parseInt(this.column?.grid.document.defaultView.getComputedStyle(chipsAreaElements[index])['margin-left'], 10);
|
|
57073
|
+
viewWidth += parseInt(this.column?.grid.document.defaultView.getComputedStyle(chipsAreaElements[index])['margin-right'], 10);
|
|
57030
57074
|
}
|
|
57031
57075
|
}
|
|
57032
57076
|
else {
|
|
@@ -58011,7 +58055,7 @@ class IgxGridFilteringRowComponent {
|
|
|
58011
58055
|
return;
|
|
58012
58056
|
}
|
|
58013
58057
|
requestAnimationFrame(() => {
|
|
58014
|
-
const focusedElement = document.activeElement;
|
|
58058
|
+
const focusedElement = this.column?.grid.document.activeElement;
|
|
58015
58059
|
if (focusedElement.classList.contains('igx-chip__remove')) {
|
|
58016
58060
|
return;
|
|
58017
58061
|
}
|
|
@@ -58093,7 +58137,7 @@ class IgxGridFilteringRowComponent {
|
|
|
58093
58137
|
requestAnimationFrame(() => this.focusEditElement());
|
|
58094
58138
|
}
|
|
58095
58139
|
onChipPointerdown(args, chip) {
|
|
58096
|
-
const activeElement = document.activeElement;
|
|
58140
|
+
const activeElement = this.column?.grid.document.activeElement;
|
|
58097
58141
|
this._cancelChipClick = chip.selected
|
|
58098
58142
|
&& activeElement && this.editorFocused(activeElement);
|
|
58099
58143
|
}
|
|
@@ -68004,7 +68048,7 @@ class IgxGridBaseDirective {
|
|
|
68004
68048
|
get renderedActualRowHeight() {
|
|
68005
68049
|
let border = 1;
|
|
68006
68050
|
if (this.rowList.toArray().length > 0) {
|
|
68007
|
-
const rowStyles = document.defaultView.getComputedStyle(this.rowList.first.nativeElement);
|
|
68051
|
+
const rowStyles = this.document.defaultView.getComputedStyle(this.rowList.first.nativeElement);
|
|
68008
68052
|
border = rowStyles.borderBottomWidth ? Math.ceil(parseFloat(rowStyles.borderBottomWidth)) : border;
|
|
68009
68053
|
}
|
|
68010
68054
|
return this.rowHeight + border;
|
|
@@ -83685,7 +83729,7 @@ class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective {
|
|
|
83685
83729
|
set expandChildren(value) {
|
|
83686
83730
|
this._defaultExpandState = value;
|
|
83687
83731
|
this.rowIslandAPI.getChildGrids().forEach((grid) => {
|
|
83688
|
-
if (document.body.contains(grid.nativeElement)) {
|
|
83732
|
+
if (this.document.body.contains(grid.nativeElement)) {
|
|
83689
83733
|
// Detect changes right away if the grid is visible
|
|
83690
83734
|
grid.expandChildren = value;
|
|
83691
83735
|
grid.cdr.detectChanges();
|
|
@@ -83930,7 +83974,7 @@ class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective {
|
|
|
83930
83974
|
this.updateColumns(this._childColumns);
|
|
83931
83975
|
this.rowIslandAPI.getChildGrids().forEach((grid) => {
|
|
83932
83976
|
grid.createColumnsList(this._childColumns);
|
|
83933
|
-
if (!document.body.contains(grid.nativeElement)) {
|
|
83977
|
+
if (!this.document.body.contains(grid.nativeElement)) {
|
|
83934
83978
|
grid.updateOnRender = true;
|
|
83935
83979
|
}
|
|
83936
83980
|
});
|
|
@@ -94307,5 +94351,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImpor
|
|
|
94307
94351
|
* Generated bundle index. Do not edit.
|
|
94308
94352
|
*/
|
|
94309
94353
|
|
|
94310
|
-
export { AbsolutePosition, AbsoluteScrollStrategy, ActionStripResourceStringsEN, AutoPositionStrategy, BannerResourceStringsEN, BaseFilteringStrategy, BlockScrollStrategy, ButtonGroupAlignment, CachedDataCloneStrategy, Calendar, CalendarResourceStringsEN, CalendarSelection, CarouselAnimationType, CarouselHammerConfig, CarouselIndicatorsOrientation, CarouselResourceStringsEN, ChipResourceStringsEN, CloseScrollStrategy, ColumnDisplayOrder, ColumnPinningPosition, ComboResourceStringsEN, ConnectedPositioningStrategy, ContainerPositionStrategy, CsvFileTypes, DEFAULT_OWNER, DEFAULT_PIVOT_KEYS, DataType, DataUtil, DatePart, DatePickerResourceStringsEN, DateRangePickerFormatPipe, DateRangePickerResourceStringsEN, DateRangeType, DefaultDataCloneStrategy, DefaultPivotGridRecordSortingStrategy, DefaultPivotSortingStrategy, DefaultSortingStrategy, DimensionValuesFilteringStrategy, Direction, DragDirection, ElasticPositionStrategy, ExpansionPanelHeaderIconPosition, ExportHeaderType, ExportRecordType, ExpressionsTreeUtil, FilterMode, FilterUtil, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, FormattedValuesSortingStrategy, GRID_LEVEL_COL, GRID_PARENT, GRID_ROOT_SUMMARY, GlobalPositionStrategy, GridColumnDataType, GridPagingMode, GridResourceStringsEN, GridSelectionMode, GridSummaryCalculationMode, GridSummaryPosition, GroupMemberCountSortingStrategy, GroupedRecords, HorizontalAlignment, HorizontalAnimationType, IGX_ACCORDION_DIRECTIVES, IGX_ACTION_STRIP_DIRECTIVES, IGX_BANNER_DIRECTIVES, IGX_BOTTOM_NAV_DIRECTIVES, IGX_BUTTON_GROUP_DIRECTIVES, IGX_CALENDAR_DIRECTIVES, IGX_CALENDAR_VIEW_ITEM, IGX_CARD_DIRECTIVES, IGX_CAROUSEL_DIRECTIVES, IGX_CHIPS_DIRECTIVES, IGX_CIRCULAR_PROGRESS_BAR_DIRECTIVES, IGX_COMBO_DIRECTIVES, IGX_DATE_PICKER_DIRECTIVES, IGX_DATE_RANGE_PICKER_DIRECTIVES, IGX_DIALOG_DIRECTIVES, IGX_DRAG_DROP_DIRECTIVES, IGX_DROP_DOWN_DIRECTIVES, IGX_EXPANSION_PANEL_DIRECTIVES, IGX_GRID_ACTION_STRIP_DIRECTIVES, IGX_GRID_BASE, IGX_GRID_COMMON_DIRECTIVES, IGX_GRID_DIRECTIVES, IGX_GRID_SERVICE_BASE, IGX_GRID_VALIDATION_DIRECTIVES, IGX_HIERARCHICAL_GRID_DIRECTIVES, IGX_INPUT_GROUP_DIRECTIVES, IGX_INPUT_GROUP_TYPE, IGX_LINEAR_PROGRESS_BAR_DIRECTIVES, IGX_LIST_DIRECTIVES, IGX_NAVBAR_DIRECTIVES, IGX_NAVIGATION_DRAWER_DIRECTIVES, IGX_PAGINATOR_DIRECTIVES, IGX_PIVOT_GRID_DIRECTIVES, IGX_PROGRESS_BAR_DIRECTIVES, IGX_QUERY_BUILDER_DIRECTIVES, IGX_RADIO_GROUP_DIRECTIVES, IGX_SELECT_DIRECTIVES, IGX_SIMPLE_COMBO_DIRECTIVES, IGX_SLIDER_DIRECTIVES, IGX_SPLITTER_DIRECTIVES, IGX_STEPPER_DIRECTIVES, IGX_TABS_DIRECTIVES, IGX_TIME_PICKER_DIRECTIVES, IGX_TOOLTIP_DIRECTIVES, IGX_TREE_DIRECTIVES, IGX_TREE_GRID_DIRECTIVES, ITreeGridAggregation, IgcFormControlDirective, IgcFormsModule, IgxAccordionComponent, IgxAccordionModule, IgxActionStripComponent, IgxActionStripMenuItemDirective, IgxActionStripModule, IgxAdvancedFilteringDialogComponent, IgxAppendDropStrategy, IgxAutocompleteDirective, IgxAutocompleteModule, IgxAvatarComponent, IgxAvatarModule, IgxAvatarSize, IgxAvatarType, IgxBadgeComponent, IgxBadgeModule, IgxBadgeType, IgxBannerActionsDirective, IgxBannerComponent, IgxBannerModule, IgxBaseExporter, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxBottomNavComponent, IgxBottomNavContentComponent, IgxBottomNavHeaderComponent, IgxBottomNavHeaderIconDirective, IgxBottomNavHeaderLabelDirective, IgxBottomNavItemComponent, IgxBottomNavModule, IgxButtonDirective, IgxButtonGroupComponent, IgxButtonGroupModule, IgxButtonModule, IgxCSVTextDirective, IgxCalendarComponent, IgxCalendarHeaderTemplateDirective, IgxCalendarHeaderTitleTemplateDirective, IgxCalendarModule, IgxCalendarMonthDirective, IgxCalendarScrollPageDirective, IgxCalendarSubheaderTemplateDirective, IgxCalendarView, IgxCalendarViewBaseDirective, IgxCalendarYearDirective, IgxCardActionsComponent, IgxCardActionsLayout, IgxCardComponent, IgxCardContentDirective, IgxCardFooterDirective, IgxCardHeaderComponent, IgxCardHeaderSubtitleDirective, IgxCardHeaderTitleDirective, IgxCardMediaDirective, IgxCardModule, IgxCardThumbnailDirective, IgxCarouselComponent, IgxCarouselIndicatorDirective, IgxCarouselModule, IgxCarouselNextButtonDirective, IgxCarouselPrevButtonDirective, IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCheckboxComponent, IgxCheckboxModule, IgxChildGridRowComponent, IgxChipComponent, IgxChipTypeVariant, IgxChipsAreaComponent, IgxChipsModule, IgxCircularProgressBarComponent, IgxCollapsibleIndicatorTemplateDirective, IgxColumPatternValidatorDirective, IgxColumnActionsBaseDirective, IgxColumnActionsComponent, IgxColumnComponent, IgxColumnEmailValidatorDirective, IgxColumnGroupComponent, IgxColumnHidingDirective, IgxColumnLayoutComponent, IgxColumnMaxLengthValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnPinningDirective, IgxColumnRequiredValidatorDirective, IgxComboAddItemDirective, IgxComboClearIconDirective, IgxComboComponent, IgxComboEmptyDirective, IgxComboFooterDirective, IgxComboHeaderDirective, IgxComboHeaderItemDirective, IgxComboItemDirective, IgxComboModule, IgxComboToggleIconDirective, IgxCsvExporterOptions, IgxCsvExporterService, IgxDataLoadingTemplateDirective, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDatePickerComponent, IgxDatePickerModule, IgxDateRangeEndComponent, IgxDateRangeInputsBaseComponent, IgxDateRangePickerComponent, IgxDateRangePickerModule, IgxDateRangeSeparatorDirective, IgxDateRangeStartComponent, IgxDateSummaryOperand, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDateTimeFilteringOperand, IgxDaysViewComponent, IgxDefaultDropStrategy, IgxDialogActionsDirective, IgxDialogComponent, IgxDialogModule, IgxDialogTitleDirective, IgxDividerDirective, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragIndicatorIconDirective, IgxDragLocation, IgxDropDirective, IgxDropDownComponent, IgxDropDownGroupComponent, IgxDropDownItemComponent, IgxDropDownItemNavigationDirective, IgxDropDownModule, IgxEmptyListTemplateDirective, IgxExcelExporterOptions, IgxExcelExporterService, IgxExcelStyleClearFiltersComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleDateExpressionComponent, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleHeaderIconDirective, IgxExcelStyleHidingComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleMovingComponent, IgxExcelStylePinningComponent, IgxExcelStyleSearchComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleSortingComponent, IgxExcelTextDirective, IgxExpansionPanelBodyComponent, IgxExpansionPanelComponent, IgxExpansionPanelDescriptionDirective, IgxExpansionPanelHeaderComponent, IgxExpansionPanelIconDirective, IgxExpansionPanelModule, IgxExpansionPanelTitleDirective, IgxExporterOptionsBase, IgxFilterCellTemplateDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFilteringOperand, IgxFlatTransactionFactory, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxFocusTrapDirective, IgxFocusTrapModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxGridActionButtonComponent, IgxGridActionsBaseDirective, IgxGridCell, IgxGridComponent, IgxGridDetailTemplateDirective, IgxGridEditingActionsComponent, IgxGridExcelStyleFilteringComponent, IgxGridFooterComponent, IgxGridForOfContext, IgxGridForOfDirective, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxGridModule, IgxGridPinningActionsComponent, IgxGridRow, IgxGridStateDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarDirective, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridTransaction, IgxGroupAreaDropDirective, IgxGroupByRow, IgxGroupByRowSelectorDirective, IgxGroupByRowTemplateDirective, IgxGroupedTreeGridSorting, IgxGrouping, IgxHeadSelectorDirective, IgxHeaderCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHierarchicalGridComponent, IgxHierarchicalGridModule, IgxHierarchicalGridRow, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxHintDirective, IgxIconButtonDirective, IgxIconComponent, IgxIconModule, IgxIconService, IgxInputDirective, IgxInputGroupComponent, IgxInputGroupModule, IgxInputState, IgxInsertDropStrategy, IgxItemListDirective, IgxLabelDirective, IgxLayoutDirective, IgxLayoutModule, IgxLinearProgressBarComponent, IgxListActionDirective, IgxListBaseDirective, IgxListComponent, IgxListItemComponent, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListModule, IgxListPanState, IgxListThumbnailDirective, IgxMaskDirective, IgxMaskModule, IgxMonthPickerComponent, IgxMonthsViewComponent, IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective, IgxNavbarActionDirective, IgxNavbarComponent, IgxNavbarModule, IgxNavbarTitleDirective, IgxNavigationCloseDirective, IgxNavigationDrawerComponent, IgxNavigationDrawerModule, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberSummaryOperand, IgxOverlayOutletDirective, IgxOverlayService, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective, IgxPaginatorModule, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxPivotAggregate, IgxPivotDataSelectorComponent, IgxPivotDateAggregate, IgxPivotDateDimension, IgxPivotGridComponent, IgxPivotGridModule, IgxPivotNumericAggregate, IgxPivotRowDimensionHeaderTemplateDirective, IgxPivotTimeAggregate, IgxPivotValueChipTemplateDirective, IgxPrefixDirective, IgxPrependDropStrategy, IgxProgressBarGradientDirective, IgxProgressBarModule, IgxProgressBarTextTemplateDirective, IgxProgressType, IgxQueryBuilderComponent, IgxQueryBuilderHeaderComponent, IgxQueryBuilderModule, IgxRadioComponent, IgxRadioGroupDirective, IgxRadioModule, IgxRippleDirective, IgxRippleModule, IgxRowAddTextDirective, IgxRowCollapsedIndicatorDirective, IgxRowDirective, IgxRowDragGhostDirective, IgxRowEditActionsDirective, IgxRowEditTabStopDirective, IgxRowEditTextDirective, IgxRowExpandedIndicatorDirective, IgxRowIslandComponent, IgxRowSelectorDirective, IgxScrollInertiaDirective, IgxScrollInertiaModule, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective, IgxSimpleComboComponent, IgxSimpleComboModule, IgxSlideComponent, IgxSliderComponent, IgxSliderModule, IgxSliderType, IgxSnackbarComponent, IgxSnackbarModule, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxSorting, IgxSplitBarComponent, IgxSplitterComponent, IgxSplitterModule, IgxSplitterPaneComponent, IgxStepActiveIndicatorDirective, IgxStepCompletedIndicatorDirective, IgxStepComponent, IgxStepContentDirective, IgxStepIndicatorDirective, IgxStepInvalidIndicatorDirective, IgxStepSubtitleDirective, IgxStepTitleDirective, IgxStepType, IgxStepperComponent, IgxStepperModule, IgxStepperOrientation, IgxStepperTitlePosition, IgxStringFilteringOperand, IgxSuffixDirective, IgxSummaryOperand, IgxSummaryRow, IgxSummaryTemplateDirective, IgxSwitchComponent, IgxSwitchModule, IgxTabContentComponent, IgxTabHeaderComponent, IgxTabHeaderIconDirective, IgxTabHeaderLabelDirective, IgxTabItemComponent, IgxTabsAlignment, IgxTabsComponent, IgxTabsModule, IgxTemplateOutletDirective, IgxTextAlign, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextHighlightService, IgxTextSelectionDirective, IgxTextSelectionModule, IgxThumbFromTemplateDirective, IgxThumbToTemplateDirective, IgxTickLabelTemplateDirective, IgxTimeFilteringOperand, IgxTimeItemDirective, IgxTimePickerComponent, IgxTimePickerModule, IgxTimeSummaryOperand, IgxToastComponent, IgxToastModule, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, IgxTransactionService, IgxTreeComponent, IgxTreeExpandIndicatorDirective, IgxTreeGridComponent, IgxTreeGridGroupByAreaComponent, IgxTreeGridGroupingPipe, IgxTreeGridModule, IgxTreeGridRow, IgxTreeModule, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeSelectionType, IgxYearsViewComponent, IndigoIcons, InputResourceStringsEN, LabelPosition, ListResourceStringsEN, NoOpScrollStrategy, NoopFilteringStrategy, NoopPivotDimensionsStrategy, NoopSortingStrategy, PaginatorResourceStringsEN, PagingError, PickerInteractionMode, PivotColumnDimensionsStrategy, PivotDimensionType, PivotRowDimensionsStrategy, PivotRowLayoutType, PivotSummaryPosition, Point, QueryBuilderResourceStringsEN, RadioGroupAlignment, RelativePosition, RelativePositionStrategy, RowPinningPosition, ScrollStrategy, Size, SliderHandle, SortingDirection, SplitterType, TickLabelsOrientation, TicksOrientation, TimePickerResourceStringsEN, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, TreeResourceStringsEN, VerticalAlignment, VerticalAnimationType, WEEKDAYS, changei18n, comboIgnoreDiacriticsFilter, igxI18N, isLeap, monthRange, range, weekDay };
|
|
94354
|
+
export { AbsolutePosition, AbsoluteScrollStrategy, ActionStripResourceStringsEN, AutoPositionStrategy, BannerResourceStringsEN, BaseFilteringStrategy, BlockScrollStrategy, ButtonGroupAlignment, CachedDataCloneStrategy, Calendar, CalendarResourceStringsEN, CalendarSelection, CarouselAnimationType, CarouselHammerConfig, CarouselIndicatorsOrientation, CarouselResourceStringsEN, ChipResourceStringsEN, CloseScrollStrategy, ColumnDisplayOrder, ColumnPinningPosition, ComboResourceStringsEN, ConnectedPositioningStrategy, ContainerPositionStrategy, CsvFileTypes, DEFAULT_OWNER, DEFAULT_PIVOT_KEYS, DataType, DataUtil, DatePart, DatePickerResourceStringsEN, DateRangePickerFormatPipe, DateRangePickerResourceStringsEN, DateRangeType, DefaultDataCloneStrategy, DefaultPivotGridRecordSortingStrategy, DefaultPivotSortingStrategy, DefaultSortingStrategy, DimensionValuesFilteringStrategy, Direction, DragDirection, ElasticPositionStrategy, ExpansionPanelHeaderIconPosition, ExportHeaderType, ExportRecordType, ExpressionsTreeUtil, FilterMode, FilterUtil, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, FormattedValuesSortingStrategy, GRID_LEVEL_COL, GRID_PARENT, GRID_ROOT_SUMMARY, GlobalPositionStrategy, GridColumnDataType, GridPagingMode, GridResourceStringsEN, GridSelectionMode, GridSummaryCalculationMode, GridSummaryPosition, GroupMemberCountSortingStrategy, GroupedRecords, HorizontalAlignment, HorizontalAnimationType, IGX_ACCORDION_DIRECTIVES, IGX_ACTION_STRIP_DIRECTIVES, IGX_BANNER_DIRECTIVES, IGX_BOTTOM_NAV_DIRECTIVES, IGX_BUTTON_GROUP_DIRECTIVES, IGX_CALENDAR_DIRECTIVES, IGX_CALENDAR_VIEW_ITEM, IGX_CARD_DIRECTIVES, IGX_CAROUSEL_DIRECTIVES, IGX_CHIPS_DIRECTIVES, IGX_CIRCULAR_PROGRESS_BAR_DIRECTIVES, IGX_COMBO_DIRECTIVES, IGX_DATE_PICKER_DIRECTIVES, IGX_DATE_RANGE_PICKER_DIRECTIVES, IGX_DIALOG_DIRECTIVES, IGX_DRAG_DROP_DIRECTIVES, IGX_DROP_DOWN_DIRECTIVES, IGX_EXPANSION_PANEL_DIRECTIVES, IGX_GRID_ACTION_STRIP_DIRECTIVES, IGX_GRID_BASE, IGX_GRID_COMMON_DIRECTIVES, IGX_GRID_DIRECTIVES, IGX_GRID_SERVICE_BASE, IGX_GRID_VALIDATION_DIRECTIVES, IGX_HIERARCHICAL_GRID_DIRECTIVES, IGX_INPUT_GROUP_DIRECTIVES, IGX_INPUT_GROUP_TYPE, IGX_LINEAR_PROGRESS_BAR_DIRECTIVES, IGX_LIST_DIRECTIVES, IGX_NAVBAR_DIRECTIVES, IGX_NAVIGATION_DRAWER_DIRECTIVES, IGX_PAGINATOR_DIRECTIVES, IGX_PIVOT_GRID_DIRECTIVES, IGX_PROGRESS_BAR_DIRECTIVES, IGX_QUERY_BUILDER_DIRECTIVES, IGX_RADIO_GROUP_DIRECTIVES, IGX_SELECT_DIRECTIVES, IGX_SIMPLE_COMBO_DIRECTIVES, IGX_SLIDER_DIRECTIVES, IGX_SPLITTER_DIRECTIVES, IGX_STEPPER_DIRECTIVES, IGX_TABS_DIRECTIVES, IGX_TIME_PICKER_DIRECTIVES, IGX_TOOLTIP_DIRECTIVES, IGX_TREE_DIRECTIVES, IGX_TREE_GRID_DIRECTIVES, ITreeGridAggregation, IgcFormControlDirective, IgcFormsModule, IgxAccordionComponent, IgxAccordionModule, IgxActionStripComponent, IgxActionStripMenuItemDirective, IgxActionStripModule, IgxAdvancedFilteringDialogComponent, IgxAppendDropStrategy, IgxAutocompleteDirective, IgxAutocompleteModule, IgxAvatarComponent, IgxAvatarModule, IgxAvatarSize, IgxAvatarType, IgxBadgeComponent, IgxBadgeModule, IgxBadgeType, IgxBannerActionsDirective, IgxBannerComponent, IgxBannerModule, IgxBaseExporter, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxBottomNavComponent, IgxBottomNavContentComponent, IgxBottomNavHeaderComponent, IgxBottomNavHeaderIconDirective, IgxBottomNavHeaderLabelDirective, IgxBottomNavItemComponent, IgxBottomNavModule, IgxButtonDirective, IgxButtonGroupComponent, IgxButtonGroupModule, IgxButtonModule, IgxCSVTextDirective, IgxCalendarComponent, IgxCalendarHeaderTemplateDirective, IgxCalendarHeaderTitleTemplateDirective, IgxCalendarModule, IgxCalendarMonthDirective, IgxCalendarScrollPageDirective, IgxCalendarSubheaderTemplateDirective, IgxCalendarView, IgxCalendarViewBaseDirective, IgxCalendarYearDirective, IgxCardActionsComponent, IgxCardActionsLayout, IgxCardComponent, IgxCardContentDirective, IgxCardFooterDirective, IgxCardHeaderComponent, IgxCardHeaderSubtitleDirective, IgxCardHeaderTitleDirective, IgxCardMediaDirective, IgxCardModule, IgxCardThumbnailDirective, IgxCarouselComponent, IgxCarouselIndicatorDirective, IgxCarouselModule, IgxCarouselNextButtonDirective, IgxCarouselPrevButtonDirective, IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCheckboxComponent, IgxCheckboxModule, IgxChildGridRowComponent, IgxChipComponent, IgxChipTypeVariant, IgxChipsAreaComponent, IgxChipsModule, IgxCircularProgressBarComponent, IgxCollapsibleIndicatorTemplateDirective, IgxColumPatternValidatorDirective, IgxColumnActionsBaseDirective, IgxColumnActionsComponent, IgxColumnComponent, IgxColumnEmailValidatorDirective, IgxColumnGroupComponent, IgxColumnHidingDirective, IgxColumnLayoutComponent, IgxColumnMaxLengthValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnPinningDirective, IgxColumnRequiredValidatorDirective, IgxComboAddItemDirective, IgxComboClearIconDirective, IgxComboComponent, IgxComboEmptyDirective, IgxComboFooterDirective, IgxComboHeaderDirective, IgxComboHeaderItemDirective, IgxComboItemDirective, IgxComboModule, IgxComboToggleIconDirective, IgxCsvExporterOptions, IgxCsvExporterService, IgxDataLoadingTemplateDirective, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDatePickerComponent, IgxDatePickerModule, IgxDateRangeEndComponent, IgxDateRangeInputsBaseComponent, IgxDateRangePickerComponent, IgxDateRangePickerModule, IgxDateRangeSeparatorDirective, IgxDateRangeStartComponent, IgxDateSummaryOperand, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDateTimeFilteringOperand, IgxDaysViewComponent, IgxDefaultDropStrategy, IgxDialogActionsDirective, IgxDialogComponent, IgxDialogModule, IgxDialogTitleDirective, IgxDividerDirective, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragIndicatorIconDirective, IgxDragLocation, IgxDropDirective, IgxDropDownComponent, IgxDropDownGroupComponent, IgxDropDownItemComponent, IgxDropDownItemNavigationDirective, IgxDropDownModule, IgxEmptyListTemplateDirective, IgxExcelExporterOptions, IgxExcelExporterService, IgxExcelStyleClearFiltersComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleDateExpressionComponent, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleHeaderIconDirective, IgxExcelStyleHidingComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleMovingComponent, IgxExcelStylePinningComponent, IgxExcelStyleSearchComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleSortingComponent, IgxExcelTextDirective, IgxExpansionPanelBodyComponent, IgxExpansionPanelComponent, IgxExpansionPanelDescriptionDirective, IgxExpansionPanelHeaderComponent, IgxExpansionPanelIconDirective, IgxExpansionPanelModule, IgxExpansionPanelTitleDirective, IgxExporterOptionsBase, IgxFilterCellTemplateDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFilteringOperand, IgxFlatTransactionFactory, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxFocusTrapDirective, IgxFocusTrapModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxGridActionButtonComponent, IgxGridActionsBaseDirective, IgxGridCell, IgxGridComponent, IgxGridDetailTemplateDirective, IgxGridEditingActionsComponent, IgxGridExcelStyleFilteringComponent, IgxGridFooterComponent, IgxGridForOfContext, IgxGridForOfDirective, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxGridModule, IgxGridPinningActionsComponent, IgxGridRow, IgxGridStateDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarDirective, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridTransaction, IgxGroupAreaDropDirective, IgxGroupByRow, IgxGroupByRowSelectorDirective, IgxGroupByRowTemplateDirective, IgxGroupedTreeGridSorting, IgxGrouping, IgxHeadSelectorDirective, IgxHeaderCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHierarchicalGridComponent, IgxHierarchicalGridModule, IgxHierarchicalGridRow, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxHintDirective, IgxIconButtonDirective, IgxIconComponent, IgxIconModule, IgxIconService, IgxInputDirective, IgxInputGroupComponent, IgxInputGroupModule, IgxInputState, IgxInsertDropStrategy, IgxItemListDirective, IgxLabelDirective, IgxLayoutDirective, IgxLayoutModule, IgxLinearProgressBarComponent, IgxListActionDirective, IgxListBaseDirective, IgxListComponent, IgxListItemComponent, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListModule, IgxListPanState, IgxListThumbnailDirective, IgxMaskDirective, IgxMaskModule, IgxMonthPickerComponent, IgxMonthsViewComponent, IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective, IgxNavbarActionDirective, IgxNavbarComponent, IgxNavbarModule, IgxNavbarTitleDirective, IgxNavigationCloseDirective, IgxNavigationDrawerComponent, IgxNavigationDrawerModule, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberSummaryOperand, IgxOverlayOutletDirective, IgxOverlayService, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective, IgxPaginatorModule, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxPivotAggregate, IgxPivotDataSelectorComponent, IgxPivotDateAggregate, IgxPivotDateDimension, IgxPivotGridComponent, IgxPivotGridModule, IgxPivotNumericAggregate, IgxPivotRowDimensionHeaderTemplateDirective, IgxPivotTimeAggregate, IgxPivotValueChipTemplateDirective, IgxPrefixDirective, IgxPrependDropStrategy, IgxProgressBarGradientDirective, IgxProgressBarModule, IgxProgressBarTextTemplateDirective, IgxProgressType, IgxQueryBuilderComponent, IgxQueryBuilderHeaderComponent, IgxQueryBuilderModule, IgxRadioComponent, IgxRadioGroupDirective, IgxRadioModule, IgxRippleDirective, IgxRippleModule, IgxRowAddTextDirective, IgxRowCollapsedIndicatorDirective, IgxRowDirective, IgxRowDragGhostDirective, IgxRowEditActionsDirective, IgxRowEditTabStopDirective, IgxRowEditTextDirective, IgxRowExpandedIndicatorDirective, IgxRowIslandComponent, IgxRowSelectorDirective, IgxScrollInertiaDirective, IgxScrollInertiaModule, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective, IgxSimpleComboComponent, IgxSimpleComboModule, IgxSlideComponent, IgxSliderComponent, IgxSliderModule, IgxSliderType, IgxSnackbarComponent, IgxSnackbarModule, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxSorting, IgxSplitBarComponent, IgxSplitterComponent, IgxSplitterModule, IgxSplitterPaneComponent, IgxStepActiveIndicatorDirective, IgxStepCompletedIndicatorDirective, IgxStepComponent, IgxStepContentDirective, IgxStepIndicatorDirective, IgxStepInvalidIndicatorDirective, IgxStepSubtitleDirective, IgxStepTitleDirective, IgxStepType, IgxStepperComponent, IgxStepperModule, IgxStepperOrientation, IgxStepperTitlePosition, IgxStringFilteringOperand, IgxSuffixDirective, IgxSummaryOperand, IgxSummaryRow, IgxSummaryTemplateDirective, IgxSwitchComponent, IgxSwitchModule, IgxTabContentComponent, IgxTabHeaderComponent, IgxTabHeaderIconDirective, IgxTabHeaderLabelDirective, IgxTabItemComponent, IgxTabsAlignment, IgxTabsComponent, IgxTabsModule, IgxTemplateOutletDirective, IgxTextAlign, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextHighlightService, IgxTextSelectionDirective, IgxTextSelectionModule, IgxThumbFromTemplateDirective, IgxThumbToTemplateDirective, IgxTickLabelTemplateDirective, IgxTimeFilteringOperand, IgxTimeItemDirective, IgxTimePickerComponent, IgxTimePickerModule, IgxTimeSummaryOperand, IgxToastComponent, IgxToastModule, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, IgxTransactionService, IgxTreeComponent, IgxTreeExpandIndicatorDirective, IgxTreeGridComponent, IgxTreeGridGroupByAreaComponent, IgxTreeGridGroupingPipe, IgxTreeGridModule, IgxTreeGridRow, IgxTreeModule, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeSelectionType, IgxYearsViewComponent, IndigoIcons, InputResourceStringsEN, LabelPosition, ListResourceStringsEN, NoOpScrollStrategy, NoopFilteringStrategy, NoopPivotDimensionsStrategy, NoopSortingStrategy, PaginatorResourceStringsEN, PagingError, PickerInteractionMode, PivotColumnDimensionsStrategy, PivotDimensionType, PivotRowDimensionsStrategy, PivotRowLayoutType, PivotSummaryPosition, Point, QueryBuilderResourceStringsEN, RadioGroupAlignment, RelativePosition, RelativePositionStrategy, RowPinningPosition, ScrollStrategy, Size, SliderHandle, SortingDirection, SplitterType, THEME_TOKEN, ThemeToken, TickLabelsOrientation, TicksOrientation, TimePickerResourceStringsEN, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, TreeResourceStringsEN, VerticalAlignment, VerticalAnimationType, WEEKDAYS, changei18n, comboIgnoreDiacriticsFilter, igxI18N, isLeap, monthRange, range, weekDay };
|
|
94311
94355
|
//# sourceMappingURL=igniteui-angular.mjs.map
|