@porscheinformatik/clr-addons 15.2.2 → 15.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/clr-addons.module.d.ts +2 -1
- package/esm2020/clr-addons.module.mjs +35 -32
- package/esm2020/html-editor/html/html-editor.component.mjs +37 -0
- package/esm2020/html-editor/html/index.mjs +2 -0
- package/esm2020/html-editor/html-editor.module.mjs +21 -0
- package/esm2020/html-editor/index.mjs +3 -0
- package/esm2020/index.mjs +2 -1
- package/fesm2015/clr-addons.mjs +397 -345
- package/fesm2015/clr-addons.mjs.map +1 -1
- package/fesm2020/clr-addons.mjs +404 -352
- package/fesm2020/clr-addons.mjs.map +1 -1
- package/html-editor/html/html-editor.component.d.ts +12 -0
- package/html-editor/html/index.d.ts +1 -0
- package/html-editor/html-editor.module.d.ts +11 -0
- package/html-editor/index.d.ts +2 -0
- package/index.d.ts +1 -0
- package/package.json +1 -1
- package/styles/clr-addons-phs.css +28 -0
- package/styles/clr-addons-phs.css.map +1 -1
- package/styles/clr-addons-phs.min.css +1 -1
- package/styles/clr-addons-phs.min.css.map +1 -1
package/fesm2020/clr-addons.mjs
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, NgModule, Injectable, EventEmitter, Input, Output, Directive, ViewChild, ContentChildren, TemplateRef, ViewChildren, HostBinding, ElementRef, Renderer2, forwardRef, ContentChild, Optional, HostListener, InjectionToken,
|
|
2
|
+
import { Component, NgModule, Injectable, EventEmitter, Input, Output, Directive, ViewChild, ContentChildren, TemplateRef, ViewChildren, HostBinding, ElementRef, Renderer2, forwardRef, Inject, ContentChild, Optional, HostListener, InjectionToken, LOCALE_ID, Self } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common';
|
|
4
|
-
import { CommonModule, getLocaleDateFormat, FormatWidth
|
|
5
|
-
import * as i3$1 from '@angular/forms';
|
|
6
|
-
import { FormsModule, NG_VALIDATORS, NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
|
+
import { CommonModule, DOCUMENT, getLocaleDateFormat, FormatWidth } from '@angular/common';
|
|
7
5
|
import * as i1$1 from '@clr/angular';
|
|
8
6
|
import { ClarityModule, ClrFormsModule, ClrDropdown, ClrForm, ClrAlert, ClrAxis, ClrSide, ClrAlignment, ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService, ClrIconModule, ClrDropdownModule, ClrDatagridSortOrder, DatagridPropertyComparator, ClrDatagridPagination, ClrDatagridFilter, ClrDateContainer, ClrLabel, ClrControlHelper, ClrControlError, ClrControlSuccess, ClrDatepickerModule } from '@clr/angular';
|
|
7
|
+
import * as i3$1 from '@angular/forms';
|
|
8
|
+
import { FormsModule, NG_VALIDATORS, NgControl, NG_VALUE_ACCESSOR, ReactiveFormsModule } from '@angular/forms';
|
|
9
9
|
import { Subject, BehaviorSubject, timer, asyncScheduler, interval, of, ReplaySubject, takeUntil as takeUntil$1, delay } from 'rxjs';
|
|
10
|
-
import { takeUntil,
|
|
10
|
+
import { takeUntil, take, observeOn } from 'rxjs/operators';
|
|
11
11
|
import * as i3 from '@angular/router';
|
|
12
12
|
import { RouterModule } from '@angular/router';
|
|
13
13
|
import { trigger, transition, style, animate, state } from '@angular/animations';
|
|
14
14
|
import { ClarityIcons, treeViewIcon, angleIcon, organizationIcon, calendarIcon, exclamationCircleIcon, checkCircleIcon, windowCloseIcon } from '@cds/core/icon';
|
|
15
15
|
import '@cds/core/icon/register.js';
|
|
16
|
+
import * as i1$2 from '@kolkov/angular-editor';
|
|
17
|
+
import { AngularEditorComponent, AngularEditorModule } from '@kolkov/angular-editor';
|
|
18
|
+
import { HttpClientModule } from '@angular/common/http';
|
|
16
19
|
|
|
17
20
|
/*
|
|
18
21
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -53,6 +56,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
53
56
|
}]
|
|
54
57
|
}] });
|
|
55
58
|
|
|
59
|
+
/*
|
|
60
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
61
|
+
* This software is released under MIT license.
|
|
62
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
63
|
+
*/
|
|
64
|
+
|
|
56
65
|
/*
|
|
57
66
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
58
67
|
* This software is released under MIT license.
|
|
@@ -124,6 +133,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
124
133
|
}]
|
|
125
134
|
}] });
|
|
126
135
|
|
|
136
|
+
/*
|
|
137
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
138
|
+
* This software is released under MIT license.
|
|
139
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
140
|
+
*/
|
|
141
|
+
|
|
142
|
+
/*
|
|
143
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
144
|
+
* This software is released under MIT license.
|
|
145
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
146
|
+
*/
|
|
147
|
+
|
|
127
148
|
/*
|
|
128
149
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
129
150
|
* This software is released under MIT license.
|
|
@@ -218,6 +239,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
218
239
|
}]
|
|
219
240
|
}] });
|
|
220
241
|
|
|
242
|
+
/*
|
|
243
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
244
|
+
* This software is released under MIT license.
|
|
245
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
246
|
+
*/
|
|
247
|
+
|
|
221
248
|
/*
|
|
222
249
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
223
250
|
* This software is released under MIT license.
|
|
@@ -392,6 +419,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
392
419
|
}]
|
|
393
420
|
}] });
|
|
394
421
|
|
|
422
|
+
/*
|
|
423
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
424
|
+
* This software is released under MIT license.
|
|
425
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
426
|
+
*/
|
|
427
|
+
|
|
395
428
|
/**
|
|
396
429
|
* Class to provide validators for the Clr Data List.
|
|
397
430
|
*/
|
|
@@ -474,6 +507,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
474
507
|
}]
|
|
475
508
|
}] });
|
|
476
509
|
|
|
510
|
+
/*
|
|
511
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
512
|
+
* This software is released under MIT license.
|
|
513
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
514
|
+
*/
|
|
515
|
+
|
|
477
516
|
/*
|
|
478
517
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
479
518
|
* This software is released under MIT license.
|
|
@@ -563,6 +602,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
563
602
|
}]
|
|
564
603
|
}] });
|
|
565
604
|
|
|
605
|
+
/*
|
|
606
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
607
|
+
* This software is released under MIT license.
|
|
608
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
609
|
+
*/
|
|
610
|
+
|
|
566
611
|
/*
|
|
567
612
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
568
613
|
* This software is released under MIT license.
|
|
@@ -635,6 +680,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
635
680
|
}]
|
|
636
681
|
}] });
|
|
637
682
|
|
|
683
|
+
/*
|
|
684
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
685
|
+
* This software is released under MIT license.
|
|
686
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
687
|
+
*/
|
|
688
|
+
|
|
638
689
|
/*
|
|
639
690
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
640
691
|
* This software is released under MIT license.
|
|
@@ -950,6 +1001,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
950
1001
|
}]
|
|
951
1002
|
}] });
|
|
952
1003
|
|
|
1004
|
+
/*
|
|
1005
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1006
|
+
* This software is released under MIT license.
|
|
1007
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1008
|
+
*/
|
|
1009
|
+
|
|
953
1010
|
/*
|
|
954
1011
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
955
1012
|
* This software is released under MIT license.
|
|
@@ -1058,6 +1115,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1058
1115
|
}]
|
|
1059
1116
|
}] });
|
|
1060
1117
|
|
|
1118
|
+
/*
|
|
1119
|
+
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1120
|
+
* This software is released under MIT license.
|
|
1121
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1122
|
+
*/
|
|
1123
|
+
|
|
1061
1124
|
/*
|
|
1062
1125
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1063
1126
|
* This software is released under MIT license.
|
|
@@ -1127,6 +1190,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1127
1190
|
}]
|
|
1128
1191
|
}] });
|
|
1129
1192
|
|
|
1193
|
+
/*
|
|
1194
|
+
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1195
|
+
* This software is released under MIT license.
|
|
1196
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1197
|
+
*/
|
|
1198
|
+
|
|
1130
1199
|
class ClrMainNavGroupItem {
|
|
1131
1200
|
constructor(el, renderer) {
|
|
1132
1201
|
this.el = el;
|
|
@@ -1320,6 +1389,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1320
1389
|
}]
|
|
1321
1390
|
}] });
|
|
1322
1391
|
|
|
1392
|
+
/*
|
|
1393
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
1394
|
+
* This software is released under MIT license.
|
|
1395
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1396
|
+
*/
|
|
1397
|
+
|
|
1323
1398
|
/*
|
|
1324
1399
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1325
1400
|
* This software is released under MIT license.
|
|
@@ -1852,6 +1927,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1852
1927
|
}]
|
|
1853
1928
|
}] });
|
|
1854
1929
|
|
|
1930
|
+
/*
|
|
1931
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
1932
|
+
* This software is released under MIT license.
|
|
1933
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1934
|
+
*/
|
|
1935
|
+
|
|
1936
|
+
/*
|
|
1937
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
1938
|
+
* This software is released under MIT license.
|
|
1939
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1940
|
+
*/
|
|
1941
|
+
/*
|
|
1942
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
1943
|
+
* This software is released under MIT license.
|
|
1944
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1945
|
+
*/
|
|
1946
|
+
/**
|
|
1947
|
+
* A reference to an active (currently opened) notification.
|
|
1948
|
+
*
|
|
1949
|
+
* @deprecated not used anymore.
|
|
1950
|
+
*/
|
|
1951
|
+
class ClrActiveNotification {
|
|
1952
|
+
}
|
|
1953
|
+
class ClrContentRef {
|
|
1954
|
+
constructor(nodes, viewRef, componentRef) {
|
|
1955
|
+
this.nodes = nodes;
|
|
1956
|
+
this.viewRef = viewRef;
|
|
1957
|
+
this.componentRef = componentRef;
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
/**
|
|
1961
|
+
* A reference to a newly opened notification.
|
|
1962
|
+
*/
|
|
1963
|
+
class ClrNotificationRef {
|
|
1964
|
+
constructor(_notificationCmptRef, _contentRef) {
|
|
1965
|
+
this._notificationCmptRef = _notificationCmptRef;
|
|
1966
|
+
this._contentRef = _contentRef;
|
|
1967
|
+
_notificationCmptRef.instance.closed.pipe(take(1)).subscribe(() => {
|
|
1968
|
+
this.close();
|
|
1969
|
+
});
|
|
1970
|
+
this.result = new Promise(resolve => {
|
|
1971
|
+
this._resolve = resolve;
|
|
1972
|
+
});
|
|
1973
|
+
this.result.then(null);
|
|
1974
|
+
}
|
|
1975
|
+
/**
|
|
1976
|
+
* Can be used to close a notification
|
|
1977
|
+
*/
|
|
1978
|
+
close() {
|
|
1979
|
+
if (this._notificationCmptRef) {
|
|
1980
|
+
this._resolve();
|
|
1981
|
+
this._removeModalElements();
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
_removeModalElements() {
|
|
1985
|
+
const notificationNativeEl = this._notificationCmptRef.location.nativeElement;
|
|
1986
|
+
notificationNativeEl.parentNode.removeChild(notificationNativeEl);
|
|
1987
|
+
this._notificationCmptRef.destroy();
|
|
1988
|
+
if (this._contentRef && this._contentRef.viewRef) {
|
|
1989
|
+
this._contentRef.viewRef.destroy();
|
|
1990
|
+
}
|
|
1991
|
+
this._notificationCmptRef = null;
|
|
1992
|
+
this._contentRef = null;
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1855
1996
|
/*
|
|
1856
1997
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1857
1998
|
* This software is released under MIT license.
|
|
@@ -2047,6 +2188,98 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2047
2188
|
}]
|
|
2048
2189
|
}] });
|
|
2049
2190
|
|
|
2191
|
+
/*
|
|
2192
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
2193
|
+
* This software is released under MIT license.
|
|
2194
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2195
|
+
*/
|
|
2196
|
+
class ClrNotificationService {
|
|
2197
|
+
constructor(_injector, _applicationRef, _componentFactoryResolver, _document) {
|
|
2198
|
+
this._injector = _injector;
|
|
2199
|
+
this._applicationRef = _applicationRef;
|
|
2200
|
+
this._componentFactoryResolver = _componentFactoryResolver;
|
|
2201
|
+
this._document = _document;
|
|
2202
|
+
this.elements = new Set();
|
|
2203
|
+
}
|
|
2204
|
+
openNotification(content, options = {}) {
|
|
2205
|
+
const contentRef = this._getContentRef(content, options);
|
|
2206
|
+
const notificationCmptRef = this._attachWindowComponent(this._document.body, contentRef);
|
|
2207
|
+
const notificationRef = new ClrNotificationRef(notificationCmptRef, contentRef);
|
|
2208
|
+
this._applyWindowOptions(notificationCmptRef.instance, options);
|
|
2209
|
+
notificationCmptRef.instance.closed
|
|
2210
|
+
.pipe(take(1))
|
|
2211
|
+
.subscribe(this._afterClose.bind(this, notificationCmptRef.instance));
|
|
2212
|
+
notificationCmptRef.instance.heightInitalized.then(() => this.elements.forEach(el => {
|
|
2213
|
+
if (el !== notificationCmptRef.instance) {
|
|
2214
|
+
el.moveDown(notificationCmptRef.instance.height);
|
|
2215
|
+
}
|
|
2216
|
+
}));
|
|
2217
|
+
this.elements.add(notificationCmptRef.instance);
|
|
2218
|
+
return notificationRef;
|
|
2219
|
+
}
|
|
2220
|
+
_afterClose(notification) {
|
|
2221
|
+
this.elements.delete(notification);
|
|
2222
|
+
this.elements.forEach(el => {
|
|
2223
|
+
if (el.translate > notification.translate) {
|
|
2224
|
+
el.moveUp(notification.height);
|
|
2225
|
+
}
|
|
2226
|
+
});
|
|
2227
|
+
}
|
|
2228
|
+
_getContentRef(content, options) {
|
|
2229
|
+
if (content instanceof TemplateRef) {
|
|
2230
|
+
return this._createFromTemplateRef(content, options.ngTemplateOutletContext);
|
|
2231
|
+
}
|
|
2232
|
+
else if (typeof content === 'string') {
|
|
2233
|
+
return this._createFromString(content);
|
|
2234
|
+
}
|
|
2235
|
+
return new ClrContentRef([]);
|
|
2236
|
+
}
|
|
2237
|
+
_createFromTemplateRef(content, context) {
|
|
2238
|
+
const viewRef = content.createEmbeddedView(context);
|
|
2239
|
+
this._applicationRef.attachView(viewRef);
|
|
2240
|
+
return new ClrContentRef([viewRef.rootNodes], viewRef);
|
|
2241
|
+
}
|
|
2242
|
+
_createFromString(content) {
|
|
2243
|
+
const component = this._document.createTextNode(`${content}`);
|
|
2244
|
+
return new ClrContentRef([[component]]);
|
|
2245
|
+
}
|
|
2246
|
+
_attachWindowComponent(containerEl, contentRef) {
|
|
2247
|
+
const containerFactory = this._componentFactoryResolver.resolveComponentFactory(ClrNotification);
|
|
2248
|
+
const containerCmptRef = containerFactory.create(this._injector, contentRef.nodes);
|
|
2249
|
+
this._applicationRef.attachView(containerCmptRef.hostView);
|
|
2250
|
+
containerEl.appendChild(containerCmptRef.location.nativeElement);
|
|
2251
|
+
return containerCmptRef;
|
|
2252
|
+
}
|
|
2253
|
+
_applyWindowOptions(notificationInstance, options) {
|
|
2254
|
+
if (options.timeout != undefined && options.timeout != null) {
|
|
2255
|
+
notificationInstance.timeout = options.timeout;
|
|
2256
|
+
}
|
|
2257
|
+
if (options.notificationType != undefined && options.notificationType != null) {
|
|
2258
|
+
notificationInstance.notificationType = options.notificationType;
|
|
2259
|
+
}
|
|
2260
|
+
if (options.dismissable != undefined && options.dismissable != null) {
|
|
2261
|
+
notificationInstance.dismissable = options.dismissable;
|
|
2262
|
+
}
|
|
2263
|
+
if (options.progressbar != undefined && options.progressbar != null) {
|
|
2264
|
+
notificationInstance.progressbar = options.progressbar;
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
2268
|
+
ClrNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, deps: [{ token: i0.Injector }, { token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2269
|
+
ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService });
|
|
2270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, decorators: [{
|
|
2271
|
+
type: Injectable
|
|
2272
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
|
|
2273
|
+
type: Inject,
|
|
2274
|
+
args: [DOCUMENT]
|
|
2275
|
+
}] }]; } });
|
|
2276
|
+
|
|
2277
|
+
/*
|
|
2278
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2279
|
+
* This software is released under MIT license.
|
|
2280
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2281
|
+
*/
|
|
2282
|
+
|
|
2050
2283
|
/*
|
|
2051
2284
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2052
2285
|
* This software is released under MIT license.
|
|
@@ -2572,6 +2805,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2572
2805
|
}]
|
|
2573
2806
|
}] });
|
|
2574
2807
|
|
|
2808
|
+
/*
|
|
2809
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2810
|
+
* This software is released under MIT license.
|
|
2811
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2812
|
+
*/
|
|
2813
|
+
|
|
2575
2814
|
/*
|
|
2576
2815
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2577
2816
|
* This software is released under MIT license.
|
|
@@ -2786,6 +3025,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2786
3025
|
}]
|
|
2787
3026
|
}] });
|
|
2788
3027
|
|
|
3028
|
+
/*
|
|
3029
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3030
|
+
* This software is released under MIT license.
|
|
3031
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3032
|
+
*/
|
|
3033
|
+
|
|
3034
|
+
/*
|
|
3035
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3036
|
+
* This software is released under MIT license.
|
|
3037
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3038
|
+
*/
|
|
3039
|
+
|
|
2789
3040
|
/*
|
|
2790
3041
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2791
3042
|
* This software is released under MIT license.
|
|
@@ -2880,6 +3131,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2880
3131
|
}]
|
|
2881
3132
|
}] });
|
|
2882
3133
|
|
|
3134
|
+
/*
|
|
3135
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3136
|
+
* This software is released under MIT license.
|
|
3137
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3138
|
+
*/
|
|
3139
|
+
|
|
2883
3140
|
/*
|
|
2884
3141
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2885
3142
|
* This software is released under MIT license.
|
|
@@ -3080,6 +3337,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3080
3337
|
}]
|
|
3081
3338
|
}] });
|
|
3082
3339
|
|
|
3340
|
+
/*
|
|
3341
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3342
|
+
* This software is released under MIT license.
|
|
3343
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3344
|
+
*/
|
|
3345
|
+
|
|
3083
3346
|
/*
|
|
3084
3347
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
3085
3348
|
* This software is released under MIT license.
|
|
@@ -3195,6 +3458,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3195
3458
|
}]
|
|
3196
3459
|
}] });
|
|
3197
3460
|
|
|
3461
|
+
/*
|
|
3462
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3463
|
+
* This software is released under MIT license.
|
|
3464
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3465
|
+
*/
|
|
3466
|
+
|
|
3467
|
+
/*
|
|
3468
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3469
|
+
* This software is released under MIT license.
|
|
3470
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3471
|
+
*/
|
|
3472
|
+
class ClrTreetableColumn {
|
|
3473
|
+
}
|
|
3474
|
+
ClrTreetableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3475
|
+
ClrTreetableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ClrTreetableColumn, selector: "clr-tt-column", host: { attributes: { "role": "columnheader" }, properties: { "class.treetable-column": "true" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
3476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, decorators: [{
|
|
3477
|
+
type: Component,
|
|
3478
|
+
args: [{
|
|
3479
|
+
selector: 'clr-tt-column',
|
|
3480
|
+
template: '<ng-content></ng-content>',
|
|
3481
|
+
host: {
|
|
3482
|
+
'[class.treetable-column]': 'true',
|
|
3483
|
+
role: 'columnheader',
|
|
3484
|
+
},
|
|
3485
|
+
}]
|
|
3486
|
+
}] });
|
|
3487
|
+
|
|
3198
3488
|
/*
|
|
3199
3489
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3200
3490
|
* This software is released under MIT license.
|
|
@@ -3377,27 +3667,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3377
3667
|
args: [ClrTreetableActionOverflow]
|
|
3378
3668
|
}] } });
|
|
3379
3669
|
|
|
3380
|
-
/*
|
|
3381
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3382
|
-
* This software is released under MIT license.
|
|
3383
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3384
|
-
*/
|
|
3385
|
-
class ClrTreetableColumn {
|
|
3386
|
-
}
|
|
3387
|
-
ClrTreetableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3388
|
-
ClrTreetableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ClrTreetableColumn, selector: "clr-tt-column", host: { attributes: { "role": "columnheader" }, properties: { "class.treetable-column": "true" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
3389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, decorators: [{
|
|
3390
|
-
type: Component,
|
|
3391
|
-
args: [{
|
|
3392
|
-
selector: 'clr-tt-column',
|
|
3393
|
-
template: '<ng-content></ng-content>',
|
|
3394
|
-
host: {
|
|
3395
|
-
'[class.treetable-column]': 'true',
|
|
3396
|
-
role: 'columnheader',
|
|
3397
|
-
},
|
|
3398
|
-
}]
|
|
3399
|
-
}] });
|
|
3400
|
-
|
|
3401
3670
|
/*
|
|
3402
3671
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3403
3672
|
* This software is released under MIT license.
|
|
@@ -3748,6 +4017,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3748
4017
|
}]
|
|
3749
4018
|
}] });
|
|
3750
4019
|
|
|
4020
|
+
/*
|
|
4021
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
4022
|
+
* This software is released under MIT license.
|
|
4023
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4024
|
+
*/
|
|
4025
|
+
|
|
3751
4026
|
/*
|
|
3752
4027
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3753
4028
|
* This software is released under MIT license.
|
|
@@ -3913,6 +4188,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3913
4188
|
}]
|
|
3914
4189
|
}] });
|
|
3915
4190
|
|
|
4191
|
+
/*
|
|
4192
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
4193
|
+
* This software is released under MIT license.
|
|
4194
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4195
|
+
*/
|
|
4196
|
+
|
|
3916
4197
|
/*
|
|
3917
4198
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
3918
4199
|
* This software is released under MIT license.
|
|
@@ -4252,6 +4533,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
4252
4533
|
}]
|
|
4253
4534
|
}] });
|
|
4254
4535
|
|
|
4536
|
+
/*
|
|
4537
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4538
|
+
* This software is released under MIT license.
|
|
4539
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4540
|
+
*/
|
|
4541
|
+
|
|
4542
|
+
/*
|
|
4543
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4544
|
+
* This software is released under MIT license.
|
|
4545
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4546
|
+
*/
|
|
4547
|
+
|
|
4255
4548
|
/*
|
|
4256
4549
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4257
4550
|
* This software is released under MIT license.
|
|
@@ -4365,6 +4658,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
4365
4658
|
}]
|
|
4366
4659
|
}] });
|
|
4367
4660
|
|
|
4661
|
+
/*
|
|
4662
|
+
* Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
|
|
4663
|
+
* This software is released under MIT license.
|
|
4664
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4665
|
+
*/
|
|
4666
|
+
|
|
4368
4667
|
/**
|
|
4369
4668
|
* The abstract base class for all identifier types
|
|
4370
4669
|
*/
|
|
@@ -5232,6 +5531,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
5232
5531
|
}]
|
|
5233
5532
|
}] });
|
|
5234
5533
|
|
|
5534
|
+
const USER_INPUT_REGEX = /\d+/g;
|
|
5535
|
+
// https://en.wikipedia.org/wiki/Date_format_by_country
|
|
5536
|
+
const LITTLE_ENDIAN_REGEX = /d+.+m+.+y+/i;
|
|
5537
|
+
const MIDDLE_ENDIAN_REGEX = /m+.+d+.+y+/i;
|
|
5538
|
+
const DELIMITER_REGEX = /d+|m+|y+/i;
|
|
5539
|
+
const YEAR = 'YYYY';
|
|
5540
|
+
const MONTH = 'MM';
|
|
5541
|
+
const DATE = 'DD';
|
|
5542
|
+
const LITTLE_ENDIAN = {
|
|
5543
|
+
name: 'LITTLE_ENDIAN',
|
|
5544
|
+
format: [DATE, MONTH, YEAR],
|
|
5545
|
+
};
|
|
5546
|
+
const MIDDLE_ENDIAN = {
|
|
5547
|
+
name: 'MIDDLE_ENDIAN',
|
|
5548
|
+
format: [MONTH, DATE, YEAR],
|
|
5549
|
+
};
|
|
5550
|
+
const BIG_ENDIAN = {
|
|
5551
|
+
name: 'BIG_ENDIAN',
|
|
5552
|
+
format: [YEAR, MONTH, DATE],
|
|
5553
|
+
};
|
|
5554
|
+
/** Default separator text. */
|
|
5555
|
+
const SEPARATOR_TEXT_DEFAULT = ' - ';
|
|
5556
|
+
const TRANSLATIONS = {
|
|
5557
|
+
from: 'From',
|
|
5558
|
+
to: 'To',
|
|
5559
|
+
};
|
|
5560
|
+
|
|
5235
5561
|
/**
|
|
5236
5562
|
* Day model.
|
|
5237
5563
|
* Takes care of keeping records of full days, without the times & timezone issues.
|
|
@@ -5455,33 +5781,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
5455
5781
|
type: Output
|
|
5456
5782
|
}] } });
|
|
5457
5783
|
|
|
5458
|
-
const USER_INPUT_REGEX = /\d+/g;
|
|
5459
|
-
// https://en.wikipedia.org/wiki/Date_format_by_country
|
|
5460
|
-
const LITTLE_ENDIAN_REGEX = /d+.+m+.+y+/i;
|
|
5461
|
-
const MIDDLE_ENDIAN_REGEX = /m+.+d+.+y+/i;
|
|
5462
|
-
const DELIMITER_REGEX = /d+|m+|y+/i;
|
|
5463
|
-
const YEAR = 'YYYY';
|
|
5464
|
-
const MONTH = 'MM';
|
|
5465
|
-
const DATE = 'DD';
|
|
5466
|
-
const LITTLE_ENDIAN = {
|
|
5467
|
-
name: 'LITTLE_ENDIAN',
|
|
5468
|
-
format: [DATE, MONTH, YEAR],
|
|
5469
|
-
};
|
|
5470
|
-
const MIDDLE_ENDIAN = {
|
|
5471
|
-
name: 'MIDDLE_ENDIAN',
|
|
5472
|
-
format: [MONTH, DATE, YEAR],
|
|
5473
|
-
};
|
|
5474
|
-
const BIG_ENDIAN = {
|
|
5475
|
-
name: 'BIG_ENDIAN',
|
|
5476
|
-
format: [YEAR, MONTH, DATE],
|
|
5477
|
-
};
|
|
5478
|
-
/** Default separator text. */
|
|
5479
|
-
const SEPARATOR_TEXT_DEFAULT = ' - ';
|
|
5480
|
-
const TRANSLATIONS = {
|
|
5481
|
-
from: 'From',
|
|
5482
|
-
to: 'To',
|
|
5483
|
-
};
|
|
5484
|
-
|
|
5485
5784
|
/**
|
|
5486
5785
|
* Popover positions.
|
|
5487
5786
|
* https://github.com/vmware-clarity/ng-clarity/blob/f1a668086bf88bcf5ef1cd36b0d150e45e88def7/projects/angular/src/utils/popover/enums/positions.enum.ts
|
|
@@ -6861,6 +7160,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
6861
7160
|
}]
|
|
6862
7161
|
}] });
|
|
6863
7162
|
|
|
7163
|
+
class ClrHtmlEditorComponent {
|
|
7164
|
+
constructor() {
|
|
7165
|
+
this.clrConfig = {
|
|
7166
|
+
toolbarHiddenButtons: [['insertImage', 'insertVideo', 'fontName']],
|
|
7167
|
+
placeholder: '',
|
|
7168
|
+
sanitize: false,
|
|
7169
|
+
editable: true,
|
|
7170
|
+
};
|
|
7171
|
+
this.clrHtmlChanged = new EventEmitter();
|
|
7172
|
+
}
|
|
7173
|
+
onChange(event) {
|
|
7174
|
+
this.clrHtmlChanged.emit(event);
|
|
7175
|
+
}
|
|
7176
|
+
}
|
|
7177
|
+
ClrHtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7178
|
+
ClrHtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ClrHtmlEditorComponent, selector: "clr-html-editor", inputs: { clrHtmlContent: "clrHtmlContent", clrConfig: "clrConfig" }, outputs: { clrHtmlChanged: "clrHtmlChanged" }, host: { properties: { "class.html-editor": "true" } }, viewQueries: [{ propertyName: "angularEditor", first: true, predicate: AngularEditorComponent, descendants: true }], ngImport: i0, template: "<angular-editor\n [(ngModel)]=\"clrHtmlContent\"\n [config]=\"clrConfig\"\n (ngModelChange)=\"onChange($event)\"\n class=\"editor\"\n [class.readonly]=\"false\"\n></angular-editor>\n", dependencies: [{ kind: "component", type: i1$2.AngularEditorComponent, selector: "angular-editor", inputs: ["id", "config", "placeholder", "tabIndex"], outputs: ["html", "viewMode", "blur", "focus"] }, { kind: "directive", type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
7179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorComponent, decorators: [{
|
|
7180
|
+
type: Component,
|
|
7181
|
+
args: [{ selector: 'clr-html-editor', host: {
|
|
7182
|
+
'[class.html-editor]': 'true',
|
|
7183
|
+
}, template: "<angular-editor\n [(ngModel)]=\"clrHtmlContent\"\n [config]=\"clrConfig\"\n (ngModelChange)=\"onChange($event)\"\n class=\"editor\"\n [class.readonly]=\"false\"\n></angular-editor>\n" }]
|
|
7184
|
+
}], propDecorators: { clrHtmlContent: [{
|
|
7185
|
+
type: Input
|
|
7186
|
+
}], clrConfig: [{
|
|
7187
|
+
type: Input
|
|
7188
|
+
}], clrHtmlChanged: [{
|
|
7189
|
+
type: Output
|
|
7190
|
+
}], angularEditor: [{
|
|
7191
|
+
type: ViewChild,
|
|
7192
|
+
args: [AngularEditorComponent]
|
|
7193
|
+
}] } });
|
|
7194
|
+
|
|
7195
|
+
class ClrHtmlEditorModule {
|
|
7196
|
+
}
|
|
7197
|
+
ClrHtmlEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7198
|
+
ClrHtmlEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, declarations: [ClrHtmlEditorComponent], imports: [CommonModule, HttpClientModule, AngularEditorModule, FormsModule, ReactiveFormsModule], exports: [ClrHtmlEditorComponent] });
|
|
7199
|
+
ClrHtmlEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, imports: [CommonModule, HttpClientModule, AngularEditorModule, FormsModule, ReactiveFormsModule] });
|
|
7200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, decorators: [{
|
|
7201
|
+
type: NgModule,
|
|
7202
|
+
args: [{
|
|
7203
|
+
declarations: [ClrHtmlEditorComponent],
|
|
7204
|
+
imports: [CommonModule, HttpClientModule, AngularEditorModule, FormsModule, ReactiveFormsModule],
|
|
7205
|
+
exports: [ClrHtmlEditorComponent],
|
|
7206
|
+
}]
|
|
7207
|
+
}] });
|
|
7208
|
+
|
|
6864
7209
|
/*
|
|
6865
7210
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
6866
7211
|
* This software is released under MIT license.
|
|
@@ -6899,7 +7244,8 @@ ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
6899
7244
|
ClrDatagridStatePersistenceModule,
|
|
6900
7245
|
ClrEnumFilterModule,
|
|
6901
7246
|
ClrDateFilterModule,
|
|
6902
|
-
ClrDaterangepickerModule
|
|
7247
|
+
ClrDaterangepickerModule,
|
|
7248
|
+
ClrHtmlEditorModule] });
|
|
6903
7249
|
ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrAddonsModule, imports: [ClrViewEditSectionModule,
|
|
6904
7250
|
ClrPagerModule,
|
|
6905
7251
|
ClrDotPagerModule,
|
|
@@ -6930,7 +7276,8 @@ ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
6930
7276
|
ClrDatagridStatePersistenceModule,
|
|
6931
7277
|
ClrEnumFilterModule,
|
|
6932
7278
|
ClrDateFilterModule,
|
|
6933
|
-
ClrDaterangepickerModule
|
|
7279
|
+
ClrDaterangepickerModule,
|
|
7280
|
+
ClrHtmlEditorModule] });
|
|
6934
7281
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrAddonsModule, decorators: [{
|
|
6935
7282
|
type: NgModule,
|
|
6936
7283
|
args: [{
|
|
@@ -6966,270 +7313,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
6966
7313
|
ClrEnumFilterModule,
|
|
6967
7314
|
ClrDateFilterModule,
|
|
6968
7315
|
ClrDaterangepickerModule,
|
|
7316
|
+
ClrHtmlEditorModule,
|
|
6969
7317
|
],
|
|
6970
7318
|
}]
|
|
6971
7319
|
}] });
|
|
6972
7320
|
|
|
6973
|
-
/*
|
|
6974
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6975
|
-
* This software is released under MIT license.
|
|
6976
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6977
|
-
*/
|
|
6978
|
-
|
|
6979
|
-
/*
|
|
6980
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6981
|
-
* This software is released under MIT license.
|
|
6982
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6983
|
-
*/
|
|
6984
|
-
|
|
6985
|
-
/*
|
|
6986
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6987
|
-
* This software is released under MIT license.
|
|
6988
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6989
|
-
*/
|
|
6990
|
-
|
|
6991
|
-
/*
|
|
6992
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6993
|
-
* This software is released under MIT license.
|
|
6994
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6995
|
-
*/
|
|
6996
|
-
|
|
6997
|
-
/*
|
|
6998
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6999
|
-
* This software is released under MIT license.
|
|
7000
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7001
|
-
*/
|
|
7002
|
-
|
|
7003
|
-
/*
|
|
7004
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7005
|
-
* This software is released under MIT license.
|
|
7006
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7007
|
-
*/
|
|
7008
|
-
|
|
7009
|
-
/*
|
|
7010
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7011
|
-
* This software is released under MIT license.
|
|
7012
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7013
|
-
*/
|
|
7014
|
-
|
|
7015
|
-
/*
|
|
7016
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7017
|
-
* This software is released under MIT license.
|
|
7018
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7019
|
-
*/
|
|
7020
|
-
|
|
7021
|
-
/*
|
|
7022
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7023
|
-
* This software is released under MIT license.
|
|
7024
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7025
|
-
*/
|
|
7026
|
-
|
|
7027
|
-
/*
|
|
7028
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7029
|
-
* This software is released under MIT license.
|
|
7030
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7031
|
-
*/
|
|
7032
|
-
/*
|
|
7033
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7034
|
-
* This software is released under MIT license.
|
|
7035
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7036
|
-
*/
|
|
7037
|
-
/**
|
|
7038
|
-
* A reference to an active (currently opened) notification.
|
|
7039
|
-
*
|
|
7040
|
-
* @deprecated not used anymore.
|
|
7041
|
-
*/
|
|
7042
|
-
class ClrActiveNotification {
|
|
7043
|
-
}
|
|
7044
|
-
class ClrContentRef {
|
|
7045
|
-
constructor(nodes, viewRef, componentRef) {
|
|
7046
|
-
this.nodes = nodes;
|
|
7047
|
-
this.viewRef = viewRef;
|
|
7048
|
-
this.componentRef = componentRef;
|
|
7049
|
-
}
|
|
7050
|
-
}
|
|
7051
|
-
/**
|
|
7052
|
-
* A reference to a newly opened notification.
|
|
7053
|
-
*/
|
|
7054
|
-
class ClrNotificationRef {
|
|
7055
|
-
constructor(_notificationCmptRef, _contentRef) {
|
|
7056
|
-
this._notificationCmptRef = _notificationCmptRef;
|
|
7057
|
-
this._contentRef = _contentRef;
|
|
7058
|
-
_notificationCmptRef.instance.closed.pipe(take(1)).subscribe(() => {
|
|
7059
|
-
this.close();
|
|
7060
|
-
});
|
|
7061
|
-
this.result = new Promise(resolve => {
|
|
7062
|
-
this._resolve = resolve;
|
|
7063
|
-
});
|
|
7064
|
-
this.result.then(null);
|
|
7065
|
-
}
|
|
7066
|
-
/**
|
|
7067
|
-
* Can be used to close a notification
|
|
7068
|
-
*/
|
|
7069
|
-
close() {
|
|
7070
|
-
if (this._notificationCmptRef) {
|
|
7071
|
-
this._resolve();
|
|
7072
|
-
this._removeModalElements();
|
|
7073
|
-
}
|
|
7074
|
-
}
|
|
7075
|
-
_removeModalElements() {
|
|
7076
|
-
const notificationNativeEl = this._notificationCmptRef.location.nativeElement;
|
|
7077
|
-
notificationNativeEl.parentNode.removeChild(notificationNativeEl);
|
|
7078
|
-
this._notificationCmptRef.destroy();
|
|
7079
|
-
if (this._contentRef && this._contentRef.viewRef) {
|
|
7080
|
-
this._contentRef.viewRef.destroy();
|
|
7081
|
-
}
|
|
7082
|
-
this._notificationCmptRef = null;
|
|
7083
|
-
this._contentRef = null;
|
|
7084
|
-
}
|
|
7085
|
-
}
|
|
7086
|
-
|
|
7087
|
-
/*
|
|
7088
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7089
|
-
* This software is released under MIT license.
|
|
7090
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7091
|
-
*/
|
|
7092
|
-
class ClrNotificationService {
|
|
7093
|
-
constructor(_injector, _applicationRef, _componentFactoryResolver, _document) {
|
|
7094
|
-
this._injector = _injector;
|
|
7095
|
-
this._applicationRef = _applicationRef;
|
|
7096
|
-
this._componentFactoryResolver = _componentFactoryResolver;
|
|
7097
|
-
this._document = _document;
|
|
7098
|
-
this.elements = new Set();
|
|
7099
|
-
}
|
|
7100
|
-
openNotification(content, options = {}) {
|
|
7101
|
-
const contentRef = this._getContentRef(content, options);
|
|
7102
|
-
const notificationCmptRef = this._attachWindowComponent(this._document.body, contentRef);
|
|
7103
|
-
const notificationRef = new ClrNotificationRef(notificationCmptRef, contentRef);
|
|
7104
|
-
this._applyWindowOptions(notificationCmptRef.instance, options);
|
|
7105
|
-
notificationCmptRef.instance.closed
|
|
7106
|
-
.pipe(take(1))
|
|
7107
|
-
.subscribe(this._afterClose.bind(this, notificationCmptRef.instance));
|
|
7108
|
-
notificationCmptRef.instance.heightInitalized.then(() => this.elements.forEach(el => {
|
|
7109
|
-
if (el !== notificationCmptRef.instance) {
|
|
7110
|
-
el.moveDown(notificationCmptRef.instance.height);
|
|
7111
|
-
}
|
|
7112
|
-
}));
|
|
7113
|
-
this.elements.add(notificationCmptRef.instance);
|
|
7114
|
-
return notificationRef;
|
|
7115
|
-
}
|
|
7116
|
-
_afterClose(notification) {
|
|
7117
|
-
this.elements.delete(notification);
|
|
7118
|
-
this.elements.forEach(el => {
|
|
7119
|
-
if (el.translate > notification.translate) {
|
|
7120
|
-
el.moveUp(notification.height);
|
|
7121
|
-
}
|
|
7122
|
-
});
|
|
7123
|
-
}
|
|
7124
|
-
_getContentRef(content, options) {
|
|
7125
|
-
if (content instanceof TemplateRef) {
|
|
7126
|
-
return this._createFromTemplateRef(content, options.ngTemplateOutletContext);
|
|
7127
|
-
}
|
|
7128
|
-
else if (typeof content === 'string') {
|
|
7129
|
-
return this._createFromString(content);
|
|
7130
|
-
}
|
|
7131
|
-
return new ClrContentRef([]);
|
|
7132
|
-
}
|
|
7133
|
-
_createFromTemplateRef(content, context) {
|
|
7134
|
-
const viewRef = content.createEmbeddedView(context);
|
|
7135
|
-
this._applicationRef.attachView(viewRef);
|
|
7136
|
-
return new ClrContentRef([viewRef.rootNodes], viewRef);
|
|
7137
|
-
}
|
|
7138
|
-
_createFromString(content) {
|
|
7139
|
-
const component = this._document.createTextNode(`${content}`);
|
|
7140
|
-
return new ClrContentRef([[component]]);
|
|
7141
|
-
}
|
|
7142
|
-
_attachWindowComponent(containerEl, contentRef) {
|
|
7143
|
-
const containerFactory = this._componentFactoryResolver.resolveComponentFactory(ClrNotification);
|
|
7144
|
-
const containerCmptRef = containerFactory.create(this._injector, contentRef.nodes);
|
|
7145
|
-
this._applicationRef.attachView(containerCmptRef.hostView);
|
|
7146
|
-
containerEl.appendChild(containerCmptRef.location.nativeElement);
|
|
7147
|
-
return containerCmptRef;
|
|
7148
|
-
}
|
|
7149
|
-
_applyWindowOptions(notificationInstance, options) {
|
|
7150
|
-
if (options.timeout != undefined && options.timeout != null) {
|
|
7151
|
-
notificationInstance.timeout = options.timeout;
|
|
7152
|
-
}
|
|
7153
|
-
if (options.notificationType != undefined && options.notificationType != null) {
|
|
7154
|
-
notificationInstance.notificationType = options.notificationType;
|
|
7155
|
-
}
|
|
7156
|
-
if (options.dismissable != undefined && options.dismissable != null) {
|
|
7157
|
-
notificationInstance.dismissable = options.dismissable;
|
|
7158
|
-
}
|
|
7159
|
-
if (options.progressbar != undefined && options.progressbar != null) {
|
|
7160
|
-
notificationInstance.progressbar = options.progressbar;
|
|
7161
|
-
}
|
|
7162
|
-
}
|
|
7163
|
-
}
|
|
7164
|
-
ClrNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, deps: [{ token: i0.Injector }, { token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7165
|
-
ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService });
|
|
7166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, decorators: [{
|
|
7167
|
-
type: Injectable
|
|
7168
|
-
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
|
|
7169
|
-
type: Inject,
|
|
7170
|
-
args: [DOCUMENT]
|
|
7171
|
-
}] }]; } });
|
|
7172
|
-
|
|
7173
|
-
/*
|
|
7174
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7175
|
-
* This software is released under MIT license.
|
|
7176
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7177
|
-
*/
|
|
7178
|
-
|
|
7179
|
-
/*
|
|
7180
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7181
|
-
* This software is released under MIT license.
|
|
7182
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7183
|
-
*/
|
|
7184
|
-
|
|
7185
|
-
/*
|
|
7186
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7187
|
-
* This software is released under MIT license.
|
|
7188
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7189
|
-
*/
|
|
7190
|
-
|
|
7191
|
-
/*
|
|
7192
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7193
|
-
* This software is released under MIT license.
|
|
7194
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7195
|
-
*/
|
|
7196
|
-
|
|
7197
|
-
/*
|
|
7198
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7199
|
-
* This software is released under MIT license.
|
|
7200
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7201
|
-
*/
|
|
7202
|
-
|
|
7203
|
-
/*
|
|
7204
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7205
|
-
* This software is released under MIT license.
|
|
7206
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7207
|
-
*/
|
|
7208
|
-
|
|
7209
|
-
/*
|
|
7210
|
-
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
7211
|
-
* This software is released under MIT license.
|
|
7212
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7213
|
-
*/
|
|
7214
|
-
|
|
7215
|
-
/*
|
|
7216
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7217
|
-
* This software is released under MIT license.
|
|
7218
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7219
|
-
*/
|
|
7220
|
-
|
|
7221
|
-
/*
|
|
7222
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7223
|
-
* This software is released under MIT license.
|
|
7224
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7225
|
-
*/
|
|
7226
|
-
|
|
7227
|
-
/*
|
|
7228
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7229
|
-
* This software is released under MIT license.
|
|
7230
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7231
|
-
*/
|
|
7232
|
-
|
|
7233
7321
|
/*
|
|
7234
7322
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7235
7323
|
* This software is released under MIT license.
|
|
@@ -7256,24 +7344,6 @@ function escapeRegex(s) {
|
|
|
7256
7344
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7257
7345
|
*/
|
|
7258
7346
|
|
|
7259
|
-
/*
|
|
7260
|
-
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7261
|
-
* This software is released under MIT license.
|
|
7262
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7263
|
-
*/
|
|
7264
|
-
|
|
7265
|
-
/*
|
|
7266
|
-
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7267
|
-
* This software is released under MIT license.
|
|
7268
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7269
|
-
*/
|
|
7270
|
-
|
|
7271
|
-
/*
|
|
7272
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7273
|
-
* This software is released under MIT license.
|
|
7274
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7275
|
-
*/
|
|
7276
|
-
|
|
7277
7347
|
/*
|
|
7278
7348
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7279
7349
|
* This software is released under MIT license.
|
|
@@ -7587,24 +7657,6 @@ const ClrAddonsIconShapes = {
|
|
|
7587
7657
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7588
7658
|
*/
|
|
7589
7659
|
|
|
7590
|
-
/*
|
|
7591
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7592
|
-
* This software is released under MIT license.
|
|
7593
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7594
|
-
*/
|
|
7595
|
-
|
|
7596
|
-
/*
|
|
7597
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7598
|
-
* This software is released under MIT license.
|
|
7599
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7600
|
-
*/
|
|
7601
|
-
|
|
7602
|
-
/*
|
|
7603
|
-
* Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
|
|
7604
|
-
* This software is released under MIT license.
|
|
7605
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7606
|
-
*/
|
|
7607
|
-
|
|
7608
7660
|
/*
|
|
7609
7661
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
7610
7662
|
* This software is released under MIT license.
|
|
@@ -7615,5 +7667,5 @@ const ClrAddonsIconShapes = {
|
|
|
7615
7667
|
* Generated bundle index. Do not edit.
|
|
7616
7668
|
*/
|
|
7617
7669
|
|
|
7618
|
-
export { ACShape, AcceptedBrands, AccessoriesShape, AccessoryPartsShape, AudiBrandShape, AwardWinnerPremiumShape, BIG_ENDIAN, BlocksGroupForwardShape, BrochureShape, BundleForwardShape, BusinessCustomersCommercialShape, BusinessCustomersPrivateShape, BusinessPartnerWithCar, CLR_BLANK_OPTION, CONTENT_PROVIDER, CalculatorForwardShape, CaliforniaServiceShape, CaliforniaSpecialistShape, CampaignOutdatedShape, CampaignShape, CarPickupServiceShape, CarWashShape, CertifiedRepairShape, CertifiedRetailerShape, ClrActiveNotification, ClrAddonsIconShapes, ClrAddonsLabel, ClrAddonsModule, ClrAutocompleteOff, ClrAutocompleteOffModule, ClrBackButton, ClrBackButtonModule, ClrBrandAvatar, ClrBrandAvatarModule, ClrBreadcrumb, ClrBreadcrumbModule, ClrBreadcrumbService, ClrCollapseExpandSection, ClrCollapseExpandSectionModule, ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter, ClrContentPanelModule, ClrContentRef, ClrDataListPredefinedValidatorDirective, ClrDataListValidatorModule, ClrDataListValidators, ClrDatagridStatePersistenceModule, ClrDateFilterComponent, ClrDateFilterModule, ClrDateTimeContainer, ClrDateTimeModule, ClrDaterangeMaxValidator, ClrDaterangeMinValidator, ClrDaterangeOrderValidator, ClrDaterangeRequiredValidator, ClrDaterangepickerContainerComponent, ClrDaterangepickerDirective, ClrDaterangepickerModule, ClrDotPager, ClrDotPagerModule, ClrDropdownOverflowDirective, ClrDropdownOverflowModule, ClrEnumFilterComponent, ClrEnumFilterModule, ClrFlowBar, ClrFlowBarModule, ClrFormModule, ClrGenericQuickList, ClrGenericQuickListModule, ClrHistory, ClrHistoryModule, ClrHistoryPinned, ClrHistoryService, ClrIfDaterangeErrorDirective, ClrLetterAvatar, ClrLetterAvatarModule, ClrLocationBarModule, ClrMainNavGroup, ClrMainNavGroupItem, ClrMainNavGroupModule, ClrMaxNumeric, ClrMinNumeric, ClrMultilingualInput, ClrMultilingualInputValidators, ClrMultilingualModule, ClrMultilingualSelector, ClrMultilingualTextarea, ClrNotification, ClrNotificationModule, ClrNotificationRef, ClrNotificationService, ClrNumericField, ClrNumericFieldModule, ClrNumericFieldValidators, ClrPagedSearchResultList, ClrPagedSearchResultListModule, ClrPager, ClrPagerModule, ClrProgressSpinnerComponent, ClrProgressSpinnerModule, ClrQuickList, ClrQuickListModule, ClrRequiredAllMultilang, ClrRequiredOneMultilang, ClrSearchField, ClrSearchFieldModule, ClrTimeInput, ClrTreetable, ClrTreetableActionOverflow, ClrTreetableCell, ClrTreetableColumn, ClrTreetableModule, ClrTreetablePlaceholder, ClrTreetableRow, ClrViewEditSection, ClrViewEditSectionModule, ColumnHiddenStatePersistenceDirective, ConfiguratorCommercialShape, ConfiguratorPrivateShape, ConsumptionShape, ContactDealerShape, CupraBrandShape, CustomersCenterShape, DATE, DELIMITER_REGEX, DWABrandShape, DatagridFieldDirective, DayModel, DieselShape, DollarBillForwardShape, DollarBillPartialShape, DriversAssistanceShape, EfficiencyShape, ElectricCarsServiceShape, ElectricCarsShape, ElectricityShape, EmissionShape, EnergyShape, EngineShape, ExpressServiceShape, ExteriorShape, ExternalPartForwardShape, FindACarShape, FleetServiceCommercialShape, FleetServicePrivateShape, GasCarsServiceShape, GasShape, HybridShape, InternalPartForwardShape, ItemsForwardShape, ItemsRecieveShape, LITTLE_ENDIAN, LITTLE_ENDIAN_REGEX, LoadingVolumeShape, LocateShape, LocationBarComponent, LocationBarContentProvider, LocationBarNode, MIDDLE_ENDIAN, MIDDLE_ENDIAN_REGEX, MONTH, NewCarCommercialShape, NewCarPrivateShape, NewCarUtilityVehicleShape, NightServiceShape, NodeId, OffersShape, OnCallDutyShape, OpenSatShape, PaintMaterialForwardShape, PaintMaterialShape, PaintShopShape, PartNonStockForwardShape, PartsForwardShape, PartsNonStockShape, PartsShape, PayloadShape, PerformanceShape, PetrolShape, PlusServiceShape, PopoverPositions, PorscheBrandShape, PowerShape, PowerTrainShape, PriceTypeSwitchShape, QualifiedWorkshopShape, RoadsideAssistanceShape, RouteShape, SEPARATOR_TEXT_DEFAULT, SeatAirShape, SeatBrandShape, SeatShape, ServiceBellShape, ServiceShape, SizeShape, SkodaBrandShape, StatePersistenceKeyDirective, StockLocatorCommercialShape, StockLocatorPrivateShape, TRANSLATIONS, TaskAndAppointment, TaxiDealerShape, TextForward, TopcardShape, TouaregServiceShape, TransmissionAutomaticShape, TransmissionManualShape, TreetableCellRenderer, TreetableHeaderRenderer, TreetableMainRenderer, TreetableRowRenderer, USER_INPUT_REGEX, UsedCarCommercialShape, UsedCarPrivateShape, VWBrandShape, VWNBrandShape, VWShape, VehicleConversionShape, View360Shape, VirtualRealityShape, WheelToWheelShape, WindscreenWashShape, WrenchForward, YEAR, clrIconSVG, escapeHtml, escapeRegex };
|
|
7670
|
+
export { ACShape, AcceptedBrands, AccessoriesShape, AccessoryPartsShape, AudiBrandShape, AwardWinnerPremiumShape, BIG_ENDIAN, BlocksGroupForwardShape, BrochureShape, BundleForwardShape, BusinessCustomersCommercialShape, BusinessCustomersPrivateShape, BusinessPartnerWithCar, CLR_BLANK_OPTION, CONTENT_PROVIDER, CalculatorForwardShape, CaliforniaServiceShape, CaliforniaSpecialistShape, CampaignOutdatedShape, CampaignShape, CarPickupServiceShape, CarWashShape, CertifiedRepairShape, CertifiedRetailerShape, ClrActiveNotification, ClrAddonsIconShapes, ClrAddonsLabel, ClrAddonsModule, ClrAutocompleteOff, ClrAutocompleteOffModule, ClrBackButton, ClrBackButtonModule, ClrBrandAvatar, ClrBrandAvatarModule, ClrBreadcrumb, ClrBreadcrumbModule, ClrBreadcrumbService, ClrCollapseExpandSection, ClrCollapseExpandSectionModule, ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter, ClrContentPanelModule, ClrContentRef, ClrDataListPredefinedValidatorDirective, ClrDataListValidatorModule, ClrDataListValidators, ClrDatagridStatePersistenceModule, ClrDateFilterComponent, ClrDateFilterModule, ClrDateTimeContainer, ClrDateTimeModule, ClrDaterangeMaxValidator, ClrDaterangeMinValidator, ClrDaterangeOrderValidator, ClrDaterangeRequiredValidator, ClrDaterangepickerContainerComponent, ClrDaterangepickerDirective, ClrDaterangepickerModule, ClrDotPager, ClrDotPagerModule, ClrDropdownOverflowDirective, ClrDropdownOverflowModule, ClrEnumFilterComponent, ClrEnumFilterModule, ClrFlowBar, ClrFlowBarModule, ClrFormModule, ClrGenericQuickList, ClrGenericQuickListModule, ClrHistory, ClrHistoryModule, ClrHistoryPinned, ClrHistoryService, ClrHtmlEditorComponent, ClrHtmlEditorModule, ClrIfDaterangeErrorDirective, ClrLetterAvatar, ClrLetterAvatarModule, ClrLocationBarModule, ClrMainNavGroup, ClrMainNavGroupItem, ClrMainNavGroupModule, ClrMaxNumeric, ClrMinNumeric, ClrMultilingualInput, ClrMultilingualInputValidators, ClrMultilingualModule, ClrMultilingualSelector, ClrMultilingualTextarea, ClrNotification, ClrNotificationModule, ClrNotificationRef, ClrNotificationService, ClrNumericField, ClrNumericFieldModule, ClrNumericFieldValidators, ClrPagedSearchResultList, ClrPagedSearchResultListModule, ClrPager, ClrPagerModule, ClrProgressSpinnerComponent, ClrProgressSpinnerModule, ClrQuickList, ClrQuickListModule, ClrRequiredAllMultilang, ClrRequiredOneMultilang, ClrSearchField, ClrSearchFieldModule, ClrTimeInput, ClrTreetable, ClrTreetableActionOverflow, ClrTreetableCell, ClrTreetableColumn, ClrTreetableModule, ClrTreetablePlaceholder, ClrTreetableRow, ClrViewEditSection, ClrViewEditSectionModule, ColumnHiddenStatePersistenceDirective, ConfiguratorCommercialShape, ConfiguratorPrivateShape, ConsumptionShape, ContactDealerShape, CupraBrandShape, CustomersCenterShape, DATE, DELIMITER_REGEX, DWABrandShape, DatagridFieldDirective, DayModel, DieselShape, DollarBillForwardShape, DollarBillPartialShape, DriversAssistanceShape, EfficiencyShape, ElectricCarsServiceShape, ElectricCarsShape, ElectricityShape, EmissionShape, EnergyShape, EngineShape, ExpressServiceShape, ExteriorShape, ExternalPartForwardShape, FindACarShape, FleetServiceCommercialShape, FleetServicePrivateShape, GasCarsServiceShape, GasShape, HybridShape, InternalPartForwardShape, ItemsForwardShape, ItemsRecieveShape, LITTLE_ENDIAN, LITTLE_ENDIAN_REGEX, LoadingVolumeShape, LocateShape, LocationBarComponent, LocationBarContentProvider, LocationBarNode, MIDDLE_ENDIAN, MIDDLE_ENDIAN_REGEX, MONTH, NewCarCommercialShape, NewCarPrivateShape, NewCarUtilityVehicleShape, NightServiceShape, NodeId, OffersShape, OnCallDutyShape, OpenSatShape, PaintMaterialForwardShape, PaintMaterialShape, PaintShopShape, PartNonStockForwardShape, PartsForwardShape, PartsNonStockShape, PartsShape, PayloadShape, PerformanceShape, PetrolShape, PlusServiceShape, PopoverPositions, PorscheBrandShape, PowerShape, PowerTrainShape, PriceTypeSwitchShape, QualifiedWorkshopShape, RoadsideAssistanceShape, RouteShape, SEPARATOR_TEXT_DEFAULT, SeatAirShape, SeatBrandShape, SeatShape, ServiceBellShape, ServiceShape, SizeShape, SkodaBrandShape, StatePersistenceKeyDirective, StockLocatorCommercialShape, StockLocatorPrivateShape, TRANSLATIONS, TaskAndAppointment, TaxiDealerShape, TextForward, TopcardShape, TouaregServiceShape, TransmissionAutomaticShape, TransmissionManualShape, TreetableCellRenderer, TreetableHeaderRenderer, TreetableMainRenderer, TreetableRowRenderer, USER_INPUT_REGEX, UsedCarCommercialShape, UsedCarPrivateShape, VWBrandShape, VWNBrandShape, VWShape, VehicleConversionShape, View360Shape, VirtualRealityShape, WheelToWheelShape, WindscreenWashShape, WrenchForward, YEAR, clrIconSVG, escapeHtml, escapeRegex };
|
|
7619
7671
|
//# sourceMappingURL=clr-addons.mjs.map
|