@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/fesm2015/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,12 @@ 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
|
+
|
|
127
142
|
/*
|
|
128
143
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
129
144
|
* This software is released under MIT license.
|
|
@@ -218,6 +233,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
218
233
|
}]
|
|
219
234
|
}] });
|
|
220
235
|
|
|
236
|
+
/*
|
|
237
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
238
|
+
* This software is released under MIT license.
|
|
239
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
240
|
+
*/
|
|
241
|
+
|
|
221
242
|
/*
|
|
222
243
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
223
244
|
* This software is released under MIT license.
|
|
@@ -392,6 +413,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
392
413
|
}]
|
|
393
414
|
}] });
|
|
394
415
|
|
|
416
|
+
/*
|
|
417
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
418
|
+
* This software is released under MIT license.
|
|
419
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
420
|
+
*/
|
|
421
|
+
|
|
395
422
|
/**
|
|
396
423
|
* Class to provide validators for the Clr Data List.
|
|
397
424
|
*/
|
|
@@ -474,6 +501,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
474
501
|
}]
|
|
475
502
|
}] });
|
|
476
503
|
|
|
504
|
+
/*
|
|
505
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
506
|
+
* This software is released under MIT license.
|
|
507
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
508
|
+
*/
|
|
509
|
+
|
|
477
510
|
/*
|
|
478
511
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
479
512
|
* This software is released under MIT license.
|
|
@@ -563,6 +596,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
563
596
|
}]
|
|
564
597
|
}] });
|
|
565
598
|
|
|
599
|
+
/*
|
|
600
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
601
|
+
* This software is released under MIT license.
|
|
602
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
603
|
+
*/
|
|
604
|
+
|
|
566
605
|
/*
|
|
567
606
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
568
607
|
* This software is released under MIT license.
|
|
@@ -635,6 +674,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
635
674
|
}]
|
|
636
675
|
}] });
|
|
637
676
|
|
|
677
|
+
/*
|
|
678
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
679
|
+
* This software is released under MIT license.
|
|
680
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
681
|
+
*/
|
|
682
|
+
|
|
638
683
|
/*
|
|
639
684
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
640
685
|
* This software is released under MIT license.
|
|
@@ -951,6 +996,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
951
996
|
}]
|
|
952
997
|
}] });
|
|
953
998
|
|
|
999
|
+
/*
|
|
1000
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1001
|
+
* This software is released under MIT license.
|
|
1002
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1003
|
+
*/
|
|
1004
|
+
|
|
954
1005
|
/*
|
|
955
1006
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
956
1007
|
* This software is released under MIT license.
|
|
@@ -1059,6 +1110,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1059
1110
|
}]
|
|
1060
1111
|
}] });
|
|
1061
1112
|
|
|
1113
|
+
/*
|
|
1114
|
+
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1115
|
+
* This software is released under MIT license.
|
|
1116
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1117
|
+
*/
|
|
1118
|
+
|
|
1062
1119
|
/*
|
|
1063
1120
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1064
1121
|
* This software is released under MIT license.
|
|
@@ -1128,6 +1185,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1128
1185
|
}]
|
|
1129
1186
|
}] });
|
|
1130
1187
|
|
|
1188
|
+
/*
|
|
1189
|
+
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1190
|
+
* This software is released under MIT license.
|
|
1191
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1192
|
+
*/
|
|
1193
|
+
|
|
1131
1194
|
class ClrMainNavGroupItem {
|
|
1132
1195
|
constructor(el, renderer) {
|
|
1133
1196
|
this.el = el;
|
|
@@ -1321,6 +1384,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1321
1384
|
}]
|
|
1322
1385
|
}] });
|
|
1323
1386
|
|
|
1387
|
+
/*
|
|
1388
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
1389
|
+
* This software is released under MIT license.
|
|
1390
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1391
|
+
*/
|
|
1392
|
+
|
|
1324
1393
|
/*
|
|
1325
1394
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1326
1395
|
* This software is released under MIT license.
|
|
@@ -1854,6 +1923,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1854
1923
|
}]
|
|
1855
1924
|
}] });
|
|
1856
1925
|
|
|
1926
|
+
/*
|
|
1927
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
1928
|
+
* This software is released under MIT license.
|
|
1929
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1930
|
+
*/
|
|
1931
|
+
|
|
1932
|
+
/*
|
|
1933
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
1934
|
+
* This software is released under MIT license.
|
|
1935
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1936
|
+
*/
|
|
1937
|
+
/*
|
|
1938
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
1939
|
+
* This software is released under MIT license.
|
|
1940
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1941
|
+
*/
|
|
1942
|
+
/**
|
|
1943
|
+
* A reference to an active (currently opened) notification.
|
|
1944
|
+
*
|
|
1945
|
+
* @deprecated not used anymore.
|
|
1946
|
+
*/
|
|
1947
|
+
class ClrActiveNotification {
|
|
1948
|
+
}
|
|
1949
|
+
class ClrContentRef {
|
|
1950
|
+
constructor(nodes, viewRef, componentRef) {
|
|
1951
|
+
this.nodes = nodes;
|
|
1952
|
+
this.viewRef = viewRef;
|
|
1953
|
+
this.componentRef = componentRef;
|
|
1954
|
+
}
|
|
1955
|
+
}
|
|
1956
|
+
/**
|
|
1957
|
+
* A reference to a newly opened notification.
|
|
1958
|
+
*/
|
|
1959
|
+
class ClrNotificationRef {
|
|
1960
|
+
constructor(_notificationCmptRef, _contentRef) {
|
|
1961
|
+
this._notificationCmptRef = _notificationCmptRef;
|
|
1962
|
+
this._contentRef = _contentRef;
|
|
1963
|
+
_notificationCmptRef.instance.closed.pipe(take(1)).subscribe(() => {
|
|
1964
|
+
this.close();
|
|
1965
|
+
});
|
|
1966
|
+
this.result = new Promise(resolve => {
|
|
1967
|
+
this._resolve = resolve;
|
|
1968
|
+
});
|
|
1969
|
+
this.result.then(null);
|
|
1970
|
+
}
|
|
1971
|
+
/**
|
|
1972
|
+
* Can be used to close a notification
|
|
1973
|
+
*/
|
|
1974
|
+
close() {
|
|
1975
|
+
if (this._notificationCmptRef) {
|
|
1976
|
+
this._resolve();
|
|
1977
|
+
this._removeModalElements();
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
_removeModalElements() {
|
|
1981
|
+
const notificationNativeEl = this._notificationCmptRef.location.nativeElement;
|
|
1982
|
+
notificationNativeEl.parentNode.removeChild(notificationNativeEl);
|
|
1983
|
+
this._notificationCmptRef.destroy();
|
|
1984
|
+
if (this._contentRef && this._contentRef.viewRef) {
|
|
1985
|
+
this._contentRef.viewRef.destroy();
|
|
1986
|
+
}
|
|
1987
|
+
this._notificationCmptRef = null;
|
|
1988
|
+
this._contentRef = null;
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1857
1992
|
/*
|
|
1858
1993
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1859
1994
|
* This software is released under MIT license.
|
|
@@ -2049,6 +2184,100 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2049
2184
|
}]
|
|
2050
2185
|
}] });
|
|
2051
2186
|
|
|
2187
|
+
/*
|
|
2188
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
2189
|
+
* This software is released under MIT license.
|
|
2190
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2191
|
+
*/
|
|
2192
|
+
class ClrNotificationService {
|
|
2193
|
+
constructor(_injector, _applicationRef, _componentFactoryResolver, _document) {
|
|
2194
|
+
this._injector = _injector;
|
|
2195
|
+
this._applicationRef = _applicationRef;
|
|
2196
|
+
this._componentFactoryResolver = _componentFactoryResolver;
|
|
2197
|
+
this._document = _document;
|
|
2198
|
+
this.elements = new Set();
|
|
2199
|
+
}
|
|
2200
|
+
openNotification(content, options = {}) {
|
|
2201
|
+
const contentRef = this._getContentRef(content, options);
|
|
2202
|
+
const notificationCmptRef = this._attachWindowComponent(this._document.body, contentRef);
|
|
2203
|
+
const notificationRef = new ClrNotificationRef(notificationCmptRef, contentRef);
|
|
2204
|
+
this._applyWindowOptions(notificationCmptRef.instance, options);
|
|
2205
|
+
notificationCmptRef.instance.closed
|
|
2206
|
+
.pipe(take(1))
|
|
2207
|
+
.subscribe(this._afterClose.bind(this, notificationCmptRef.instance));
|
|
2208
|
+
notificationCmptRef.instance.heightInitalized.then(() => this.elements.forEach(el => {
|
|
2209
|
+
if (el !== notificationCmptRef.instance) {
|
|
2210
|
+
el.moveDown(notificationCmptRef.instance.height);
|
|
2211
|
+
}
|
|
2212
|
+
}));
|
|
2213
|
+
this.elements.add(notificationCmptRef.instance);
|
|
2214
|
+
return notificationRef;
|
|
2215
|
+
}
|
|
2216
|
+
_afterClose(notification) {
|
|
2217
|
+
this.elements.delete(notification);
|
|
2218
|
+
this.elements.forEach(el => {
|
|
2219
|
+
if (el.translate > notification.translate) {
|
|
2220
|
+
el.moveUp(notification.height);
|
|
2221
|
+
}
|
|
2222
|
+
});
|
|
2223
|
+
}
|
|
2224
|
+
_getContentRef(content, options) {
|
|
2225
|
+
if (content instanceof TemplateRef) {
|
|
2226
|
+
return this._createFromTemplateRef(content, options.ngTemplateOutletContext);
|
|
2227
|
+
}
|
|
2228
|
+
else if (typeof content === 'string') {
|
|
2229
|
+
return this._createFromString(content);
|
|
2230
|
+
}
|
|
2231
|
+
return new ClrContentRef([]);
|
|
2232
|
+
}
|
|
2233
|
+
_createFromTemplateRef(content, context) {
|
|
2234
|
+
const viewRef = content.createEmbeddedView(context);
|
|
2235
|
+
this._applicationRef.attachView(viewRef);
|
|
2236
|
+
return new ClrContentRef([viewRef.rootNodes], viewRef);
|
|
2237
|
+
}
|
|
2238
|
+
_createFromString(content) {
|
|
2239
|
+
const component = this._document.createTextNode(`${content}`);
|
|
2240
|
+
return new ClrContentRef([[component]]);
|
|
2241
|
+
}
|
|
2242
|
+
_attachWindowComponent(containerEl, contentRef) {
|
|
2243
|
+
const containerFactory = this._componentFactoryResolver.resolveComponentFactory(ClrNotification);
|
|
2244
|
+
const containerCmptRef = containerFactory.create(this._injector, contentRef.nodes);
|
|
2245
|
+
this._applicationRef.attachView(containerCmptRef.hostView);
|
|
2246
|
+
containerEl.appendChild(containerCmptRef.location.nativeElement);
|
|
2247
|
+
return containerCmptRef;
|
|
2248
|
+
}
|
|
2249
|
+
_applyWindowOptions(notificationInstance, options) {
|
|
2250
|
+
if (options.timeout != undefined && options.timeout != null) {
|
|
2251
|
+
notificationInstance.timeout = options.timeout;
|
|
2252
|
+
}
|
|
2253
|
+
if (options.notificationType != undefined && options.notificationType != null) {
|
|
2254
|
+
notificationInstance.notificationType = options.notificationType;
|
|
2255
|
+
}
|
|
2256
|
+
if (options.dismissable != undefined && options.dismissable != null) {
|
|
2257
|
+
notificationInstance.dismissable = options.dismissable;
|
|
2258
|
+
}
|
|
2259
|
+
if (options.progressbar != undefined && options.progressbar != null) {
|
|
2260
|
+
notificationInstance.progressbar = options.progressbar;
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
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 });
|
|
2265
|
+
ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService });
|
|
2266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, decorators: [{
|
|
2267
|
+
type: Injectable
|
|
2268
|
+
}], ctorParameters: function () {
|
|
2269
|
+
return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
|
|
2270
|
+
type: Inject,
|
|
2271
|
+
args: [DOCUMENT]
|
|
2272
|
+
}] }];
|
|
2273
|
+
} });
|
|
2274
|
+
|
|
2275
|
+
/*
|
|
2276
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2277
|
+
* This software is released under MIT license.
|
|
2278
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2279
|
+
*/
|
|
2280
|
+
|
|
2052
2281
|
/*
|
|
2053
2282
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2054
2283
|
* This software is released under MIT license.
|
|
@@ -2574,6 +2803,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2574
2803
|
}]
|
|
2575
2804
|
}] });
|
|
2576
2805
|
|
|
2806
|
+
/*
|
|
2807
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2808
|
+
* This software is released under MIT license.
|
|
2809
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2810
|
+
*/
|
|
2811
|
+
|
|
2577
2812
|
/*
|
|
2578
2813
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2579
2814
|
* This software is released under MIT license.
|
|
@@ -2788,6 +3023,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2788
3023
|
}]
|
|
2789
3024
|
}] });
|
|
2790
3025
|
|
|
3026
|
+
/*
|
|
3027
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3028
|
+
* This software is released under MIT license.
|
|
3029
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3030
|
+
*/
|
|
3031
|
+
|
|
3032
|
+
/*
|
|
3033
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3034
|
+
* This software is released under MIT license.
|
|
3035
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3036
|
+
*/
|
|
3037
|
+
|
|
2791
3038
|
/*
|
|
2792
3039
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2793
3040
|
* This software is released under MIT license.
|
|
@@ -2882,6 +3129,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2882
3129
|
}]
|
|
2883
3130
|
}] });
|
|
2884
3131
|
|
|
3132
|
+
/*
|
|
3133
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3134
|
+
* This software is released under MIT license.
|
|
3135
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3136
|
+
*/
|
|
3137
|
+
|
|
2885
3138
|
/*
|
|
2886
3139
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2887
3140
|
* This software is released under MIT license.
|
|
@@ -3083,12 +3336,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3083
3336
|
}] });
|
|
3084
3337
|
|
|
3085
3338
|
/*
|
|
3086
|
-
* Copyright (c) 2018-
|
|
3339
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3087
3340
|
* This software is released under MIT license.
|
|
3088
3341
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3089
3342
|
*/
|
|
3090
|
-
|
|
3091
|
-
|
|
3343
|
+
|
|
3344
|
+
/*
|
|
3345
|
+
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
3346
|
+
* This software is released under MIT license.
|
|
3347
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3348
|
+
*/
|
|
3349
|
+
class ClrSearchField {
|
|
3350
|
+
constructor(renderer, inputEl, ngControl) {
|
|
3092
3351
|
this.renderer = renderer;
|
|
3093
3352
|
this.inputEl = inputEl;
|
|
3094
3353
|
this.ngControl = ngControl;
|
|
@@ -3199,6 +3458,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3199
3458
|
}]
|
|
3200
3459
|
}] });
|
|
3201
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
|
+
|
|
3202
3488
|
/*
|
|
3203
3489
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3204
3490
|
* This software is released under MIT license.
|
|
@@ -3381,27 +3667,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3381
3667
|
args: [ClrTreetableActionOverflow]
|
|
3382
3668
|
}] } });
|
|
3383
3669
|
|
|
3384
|
-
/*
|
|
3385
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3386
|
-
* This software is released under MIT license.
|
|
3387
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3388
|
-
*/
|
|
3389
|
-
class ClrTreetableColumn {
|
|
3390
|
-
}
|
|
3391
|
-
ClrTreetableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3392
|
-
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 });
|
|
3393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, decorators: [{
|
|
3394
|
-
type: Component,
|
|
3395
|
-
args: [{
|
|
3396
|
-
selector: 'clr-tt-column',
|
|
3397
|
-
template: '<ng-content></ng-content>',
|
|
3398
|
-
host: {
|
|
3399
|
-
'[class.treetable-column]': 'true',
|
|
3400
|
-
role: 'columnheader',
|
|
3401
|
-
},
|
|
3402
|
-
}]
|
|
3403
|
-
}] });
|
|
3404
|
-
|
|
3405
3670
|
/*
|
|
3406
3671
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3407
3672
|
* This software is released under MIT license.
|
|
@@ -3752,6 +4017,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3752
4017
|
}]
|
|
3753
4018
|
}] });
|
|
3754
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
|
+
|
|
3755
4026
|
/*
|
|
3756
4027
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3757
4028
|
* This software is released under MIT license.
|
|
@@ -3917,6 +4188,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3917
4188
|
}]
|
|
3918
4189
|
}] });
|
|
3919
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
|
+
|
|
3920
4197
|
/*
|
|
3921
4198
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
3922
4199
|
* This software is released under MIT license.
|
|
@@ -4256,6 +4533,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
4256
4533
|
}]
|
|
4257
4534
|
}] });
|
|
4258
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
|
+
|
|
4259
4542
|
/*
|
|
4260
4543
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4261
4544
|
* This software is released under MIT license.
|
|
@@ -4369,6 +4652,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
4369
4652
|
}]
|
|
4370
4653
|
}] });
|
|
4371
4654
|
|
|
4655
|
+
/*
|
|
4656
|
+
* Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
|
|
4657
|
+
* This software is released under MIT license.
|
|
4658
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4659
|
+
*/
|
|
4660
|
+
|
|
4372
4661
|
/**
|
|
4373
4662
|
* The abstract base class for all identifier types
|
|
4374
4663
|
*/
|
|
@@ -5253,6 +5542,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
5253
5542
|
}]
|
|
5254
5543
|
}] });
|
|
5255
5544
|
|
|
5545
|
+
const USER_INPUT_REGEX = /\d+/g;
|
|
5546
|
+
// https://en.wikipedia.org/wiki/Date_format_by_country
|
|
5547
|
+
const LITTLE_ENDIAN_REGEX = /d+.+m+.+y+/i;
|
|
5548
|
+
const MIDDLE_ENDIAN_REGEX = /m+.+d+.+y+/i;
|
|
5549
|
+
const DELIMITER_REGEX = /d+|m+|y+/i;
|
|
5550
|
+
const YEAR = 'YYYY';
|
|
5551
|
+
const MONTH = 'MM';
|
|
5552
|
+
const DATE = 'DD';
|
|
5553
|
+
const LITTLE_ENDIAN = {
|
|
5554
|
+
name: 'LITTLE_ENDIAN',
|
|
5555
|
+
format: [DATE, MONTH, YEAR],
|
|
5556
|
+
};
|
|
5557
|
+
const MIDDLE_ENDIAN = {
|
|
5558
|
+
name: 'MIDDLE_ENDIAN',
|
|
5559
|
+
format: [MONTH, DATE, YEAR],
|
|
5560
|
+
};
|
|
5561
|
+
const BIG_ENDIAN = {
|
|
5562
|
+
name: 'BIG_ENDIAN',
|
|
5563
|
+
format: [YEAR, MONTH, DATE],
|
|
5564
|
+
};
|
|
5565
|
+
/** Default separator text. */
|
|
5566
|
+
const SEPARATOR_TEXT_DEFAULT = ' - ';
|
|
5567
|
+
const TRANSLATIONS = {
|
|
5568
|
+
from: 'From',
|
|
5569
|
+
to: 'To',
|
|
5570
|
+
};
|
|
5571
|
+
|
|
5256
5572
|
/**
|
|
5257
5573
|
* Day model.
|
|
5258
5574
|
* Takes care of keeping records of full days, without the times & timezone issues.
|
|
@@ -5479,33 +5795,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
5479
5795
|
type: Output
|
|
5480
5796
|
}] } });
|
|
5481
5797
|
|
|
5482
|
-
const USER_INPUT_REGEX = /\d+/g;
|
|
5483
|
-
// https://en.wikipedia.org/wiki/Date_format_by_country
|
|
5484
|
-
const LITTLE_ENDIAN_REGEX = /d+.+m+.+y+/i;
|
|
5485
|
-
const MIDDLE_ENDIAN_REGEX = /m+.+d+.+y+/i;
|
|
5486
|
-
const DELIMITER_REGEX = /d+|m+|y+/i;
|
|
5487
|
-
const YEAR = 'YYYY';
|
|
5488
|
-
const MONTH = 'MM';
|
|
5489
|
-
const DATE = 'DD';
|
|
5490
|
-
const LITTLE_ENDIAN = {
|
|
5491
|
-
name: 'LITTLE_ENDIAN',
|
|
5492
|
-
format: [DATE, MONTH, YEAR],
|
|
5493
|
-
};
|
|
5494
|
-
const MIDDLE_ENDIAN = {
|
|
5495
|
-
name: 'MIDDLE_ENDIAN',
|
|
5496
|
-
format: [MONTH, DATE, YEAR],
|
|
5497
|
-
};
|
|
5498
|
-
const BIG_ENDIAN = {
|
|
5499
|
-
name: 'BIG_ENDIAN',
|
|
5500
|
-
format: [YEAR, MONTH, DATE],
|
|
5501
|
-
};
|
|
5502
|
-
/** Default separator text. */
|
|
5503
|
-
const SEPARATOR_TEXT_DEFAULT = ' - ';
|
|
5504
|
-
const TRANSLATIONS = {
|
|
5505
|
-
from: 'From',
|
|
5506
|
-
to: 'To',
|
|
5507
|
-
};
|
|
5508
|
-
|
|
5509
5798
|
/**
|
|
5510
5799
|
* Popover positions.
|
|
5511
5800
|
* https://github.com/vmware-clarity/ng-clarity/blob/f1a668086bf88bcf5ef1cd36b0d150e45e88def7/projects/angular/src/utils/popover/enums/positions.enum.ts
|
|
@@ -6902,6 +7191,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
6902
7191
|
}]
|
|
6903
7192
|
}] });
|
|
6904
7193
|
|
|
7194
|
+
class ClrHtmlEditorComponent {
|
|
7195
|
+
constructor() {
|
|
7196
|
+
this.clrConfig = {
|
|
7197
|
+
toolbarHiddenButtons: [['insertImage', 'insertVideo', 'fontName']],
|
|
7198
|
+
placeholder: '',
|
|
7199
|
+
sanitize: false,
|
|
7200
|
+
editable: true,
|
|
7201
|
+
};
|
|
7202
|
+
this.clrHtmlChanged = new EventEmitter();
|
|
7203
|
+
}
|
|
7204
|
+
onChange(event) {
|
|
7205
|
+
this.clrHtmlChanged.emit(event);
|
|
7206
|
+
}
|
|
7207
|
+
}
|
|
7208
|
+
ClrHtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7209
|
+
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"] }] });
|
|
7210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorComponent, decorators: [{
|
|
7211
|
+
type: Component,
|
|
7212
|
+
args: [{ selector: 'clr-html-editor', host: {
|
|
7213
|
+
'[class.html-editor]': 'true',
|
|
7214
|
+
}, template: "<angular-editor\n [(ngModel)]=\"clrHtmlContent\"\n [config]=\"clrConfig\"\n (ngModelChange)=\"onChange($event)\"\n class=\"editor\"\n [class.readonly]=\"false\"\n></angular-editor>\n" }]
|
|
7215
|
+
}], propDecorators: { clrHtmlContent: [{
|
|
7216
|
+
type: Input
|
|
7217
|
+
}], clrConfig: [{
|
|
7218
|
+
type: Input
|
|
7219
|
+
}], clrHtmlChanged: [{
|
|
7220
|
+
type: Output
|
|
7221
|
+
}], angularEditor: [{
|
|
7222
|
+
type: ViewChild,
|
|
7223
|
+
args: [AngularEditorComponent]
|
|
7224
|
+
}] } });
|
|
7225
|
+
|
|
7226
|
+
class ClrHtmlEditorModule {
|
|
7227
|
+
}
|
|
7228
|
+
ClrHtmlEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7229
|
+
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] });
|
|
7230
|
+
ClrHtmlEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, imports: [CommonModule, HttpClientModule, AngularEditorModule, FormsModule, ReactiveFormsModule] });
|
|
7231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, decorators: [{
|
|
7232
|
+
type: NgModule,
|
|
7233
|
+
args: [{
|
|
7234
|
+
declarations: [ClrHtmlEditorComponent],
|
|
7235
|
+
imports: [CommonModule, HttpClientModule, AngularEditorModule, FormsModule, ReactiveFormsModule],
|
|
7236
|
+
exports: [ClrHtmlEditorComponent],
|
|
7237
|
+
}]
|
|
7238
|
+
}] });
|
|
7239
|
+
|
|
6905
7240
|
/*
|
|
6906
7241
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
6907
7242
|
* This software is released under MIT license.
|
|
@@ -6940,7 +7275,8 @@ ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
6940
7275
|
ClrDatagridStatePersistenceModule,
|
|
6941
7276
|
ClrEnumFilterModule,
|
|
6942
7277
|
ClrDateFilterModule,
|
|
6943
|
-
ClrDaterangepickerModule
|
|
7278
|
+
ClrDaterangepickerModule,
|
|
7279
|
+
ClrHtmlEditorModule] });
|
|
6944
7280
|
ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrAddonsModule, imports: [ClrViewEditSectionModule,
|
|
6945
7281
|
ClrPagerModule,
|
|
6946
7282
|
ClrDotPagerModule,
|
|
@@ -6971,7 +7307,8 @@ ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
6971
7307
|
ClrDatagridStatePersistenceModule,
|
|
6972
7308
|
ClrEnumFilterModule,
|
|
6973
7309
|
ClrDateFilterModule,
|
|
6974
|
-
ClrDaterangepickerModule
|
|
7310
|
+
ClrDaterangepickerModule,
|
|
7311
|
+
ClrHtmlEditorModule] });
|
|
6975
7312
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrAddonsModule, decorators: [{
|
|
6976
7313
|
type: NgModule,
|
|
6977
7314
|
args: [{
|
|
@@ -7007,266 +7344,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
7007
7344
|
ClrEnumFilterModule,
|
|
7008
7345
|
ClrDateFilterModule,
|
|
7009
7346
|
ClrDaterangepickerModule,
|
|
7347
|
+
ClrHtmlEditorModule,
|
|
7010
7348
|
],
|
|
7011
7349
|
}]
|
|
7012
7350
|
}] });
|
|
7013
7351
|
|
|
7014
|
-
/*
|
|
7015
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7016
|
-
* This software is released under MIT license.
|
|
7017
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7018
|
-
*/
|
|
7019
|
-
|
|
7020
|
-
/*
|
|
7021
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7022
|
-
* This software is released under MIT license.
|
|
7023
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7024
|
-
*/
|
|
7025
|
-
|
|
7026
|
-
/*
|
|
7027
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7028
|
-
* This software is released under MIT license.
|
|
7029
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7030
|
-
*/
|
|
7031
|
-
|
|
7032
|
-
/*
|
|
7033
|
-
* Copyright (c) 2018-2019 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
|
-
/*
|
|
7039
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7040
|
-
* This software is released under MIT license.
|
|
7041
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7042
|
-
*/
|
|
7043
|
-
|
|
7044
|
-
/*
|
|
7045
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7046
|
-
* This software is released under MIT license.
|
|
7047
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7048
|
-
*/
|
|
7049
|
-
|
|
7050
|
-
/*
|
|
7051
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7052
|
-
* This software is released under MIT license.
|
|
7053
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7054
|
-
*/
|
|
7055
|
-
|
|
7056
|
-
/*
|
|
7057
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7058
|
-
* This software is released under MIT license.
|
|
7059
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7060
|
-
*/
|
|
7061
|
-
|
|
7062
|
-
/*
|
|
7063
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7064
|
-
* This software is released under MIT license.
|
|
7065
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7066
|
-
*/
|
|
7067
|
-
/*
|
|
7068
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7069
|
-
* This software is released under MIT license.
|
|
7070
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7071
|
-
*/
|
|
7072
|
-
/**
|
|
7073
|
-
* A reference to an active (currently opened) notification.
|
|
7074
|
-
*
|
|
7075
|
-
* @deprecated not used anymore.
|
|
7076
|
-
*/
|
|
7077
|
-
class ClrActiveNotification {
|
|
7078
|
-
}
|
|
7079
|
-
class ClrContentRef {
|
|
7080
|
-
constructor(nodes, viewRef, componentRef) {
|
|
7081
|
-
this.nodes = nodes;
|
|
7082
|
-
this.viewRef = viewRef;
|
|
7083
|
-
this.componentRef = componentRef;
|
|
7084
|
-
}
|
|
7085
|
-
}
|
|
7086
|
-
/**
|
|
7087
|
-
* A reference to a newly opened notification.
|
|
7088
|
-
*/
|
|
7089
|
-
class ClrNotificationRef {
|
|
7090
|
-
constructor(_notificationCmptRef, _contentRef) {
|
|
7091
|
-
this._notificationCmptRef = _notificationCmptRef;
|
|
7092
|
-
this._contentRef = _contentRef;
|
|
7093
|
-
_notificationCmptRef.instance.closed.pipe(take(1)).subscribe(() => {
|
|
7094
|
-
this.close();
|
|
7095
|
-
});
|
|
7096
|
-
this.result = new Promise(resolve => {
|
|
7097
|
-
this._resolve = resolve;
|
|
7098
|
-
});
|
|
7099
|
-
this.result.then(null);
|
|
7100
|
-
}
|
|
7101
|
-
/**
|
|
7102
|
-
* Can be used to close a notification
|
|
7103
|
-
*/
|
|
7104
|
-
close() {
|
|
7105
|
-
if (this._notificationCmptRef) {
|
|
7106
|
-
this._resolve();
|
|
7107
|
-
this._removeModalElements();
|
|
7108
|
-
}
|
|
7109
|
-
}
|
|
7110
|
-
_removeModalElements() {
|
|
7111
|
-
const notificationNativeEl = this._notificationCmptRef.location.nativeElement;
|
|
7112
|
-
notificationNativeEl.parentNode.removeChild(notificationNativeEl);
|
|
7113
|
-
this._notificationCmptRef.destroy();
|
|
7114
|
-
if (this._contentRef && this._contentRef.viewRef) {
|
|
7115
|
-
this._contentRef.viewRef.destroy();
|
|
7116
|
-
}
|
|
7117
|
-
this._notificationCmptRef = null;
|
|
7118
|
-
this._contentRef = null;
|
|
7119
|
-
}
|
|
7120
|
-
}
|
|
7121
|
-
|
|
7122
|
-
/*
|
|
7123
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7124
|
-
* This software is released under MIT license.
|
|
7125
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7126
|
-
*/
|
|
7127
|
-
class ClrNotificationService {
|
|
7128
|
-
constructor(_injector, _applicationRef, _componentFactoryResolver, _document) {
|
|
7129
|
-
this._injector = _injector;
|
|
7130
|
-
this._applicationRef = _applicationRef;
|
|
7131
|
-
this._componentFactoryResolver = _componentFactoryResolver;
|
|
7132
|
-
this._document = _document;
|
|
7133
|
-
this.elements = new Set();
|
|
7134
|
-
}
|
|
7135
|
-
openNotification(content, options = {}) {
|
|
7136
|
-
const contentRef = this._getContentRef(content, options);
|
|
7137
|
-
const notificationCmptRef = this._attachWindowComponent(this._document.body, contentRef);
|
|
7138
|
-
const notificationRef = new ClrNotificationRef(notificationCmptRef, contentRef);
|
|
7139
|
-
this._applyWindowOptions(notificationCmptRef.instance, options);
|
|
7140
|
-
notificationCmptRef.instance.closed
|
|
7141
|
-
.pipe(take(1))
|
|
7142
|
-
.subscribe(this._afterClose.bind(this, notificationCmptRef.instance));
|
|
7143
|
-
notificationCmptRef.instance.heightInitalized.then(() => this.elements.forEach(el => {
|
|
7144
|
-
if (el !== notificationCmptRef.instance) {
|
|
7145
|
-
el.moveDown(notificationCmptRef.instance.height);
|
|
7146
|
-
}
|
|
7147
|
-
}));
|
|
7148
|
-
this.elements.add(notificationCmptRef.instance);
|
|
7149
|
-
return notificationRef;
|
|
7150
|
-
}
|
|
7151
|
-
_afterClose(notification) {
|
|
7152
|
-
this.elements.delete(notification);
|
|
7153
|
-
this.elements.forEach(el => {
|
|
7154
|
-
if (el.translate > notification.translate) {
|
|
7155
|
-
el.moveUp(notification.height);
|
|
7156
|
-
}
|
|
7157
|
-
});
|
|
7158
|
-
}
|
|
7159
|
-
_getContentRef(content, options) {
|
|
7160
|
-
if (content instanceof TemplateRef) {
|
|
7161
|
-
return this._createFromTemplateRef(content, options.ngTemplateOutletContext);
|
|
7162
|
-
}
|
|
7163
|
-
else if (typeof content === 'string') {
|
|
7164
|
-
return this._createFromString(content);
|
|
7165
|
-
}
|
|
7166
|
-
return new ClrContentRef([]);
|
|
7167
|
-
}
|
|
7168
|
-
_createFromTemplateRef(content, context) {
|
|
7169
|
-
const viewRef = content.createEmbeddedView(context);
|
|
7170
|
-
this._applicationRef.attachView(viewRef);
|
|
7171
|
-
return new ClrContentRef([viewRef.rootNodes], viewRef);
|
|
7172
|
-
}
|
|
7173
|
-
_createFromString(content) {
|
|
7174
|
-
const component = this._document.createTextNode(`${content}`);
|
|
7175
|
-
return new ClrContentRef([[component]]);
|
|
7176
|
-
}
|
|
7177
|
-
_attachWindowComponent(containerEl, contentRef) {
|
|
7178
|
-
const containerFactory = this._componentFactoryResolver.resolveComponentFactory(ClrNotification);
|
|
7179
|
-
const containerCmptRef = containerFactory.create(this._injector, contentRef.nodes);
|
|
7180
|
-
this._applicationRef.attachView(containerCmptRef.hostView);
|
|
7181
|
-
containerEl.appendChild(containerCmptRef.location.nativeElement);
|
|
7182
|
-
return containerCmptRef;
|
|
7183
|
-
}
|
|
7184
|
-
_applyWindowOptions(notificationInstance, options) {
|
|
7185
|
-
if (options.timeout != undefined && options.timeout != null) {
|
|
7186
|
-
notificationInstance.timeout = options.timeout;
|
|
7187
|
-
}
|
|
7188
|
-
if (options.notificationType != undefined && options.notificationType != null) {
|
|
7189
|
-
notificationInstance.notificationType = options.notificationType;
|
|
7190
|
-
}
|
|
7191
|
-
if (options.dismissable != undefined && options.dismissable != null) {
|
|
7192
|
-
notificationInstance.dismissable = options.dismissable;
|
|
7193
|
-
}
|
|
7194
|
-
if (options.progressbar != undefined && options.progressbar != null) {
|
|
7195
|
-
notificationInstance.progressbar = options.progressbar;
|
|
7196
|
-
}
|
|
7197
|
-
}
|
|
7198
|
-
}
|
|
7199
|
-
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 });
|
|
7200
|
-
ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService });
|
|
7201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, decorators: [{
|
|
7202
|
-
type: Injectable
|
|
7203
|
-
}], ctorParameters: function () {
|
|
7204
|
-
return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
|
|
7205
|
-
type: Inject,
|
|
7206
|
-
args: [DOCUMENT]
|
|
7207
|
-
}] }];
|
|
7208
|
-
} });
|
|
7209
|
-
|
|
7210
|
-
/*
|
|
7211
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7212
|
-
* This software is released under MIT license.
|
|
7213
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7214
|
-
*/
|
|
7215
|
-
|
|
7216
|
-
/*
|
|
7217
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7218
|
-
* This software is released under MIT license.
|
|
7219
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7220
|
-
*/
|
|
7221
|
-
|
|
7222
|
-
/*
|
|
7223
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7224
|
-
* This software is released under MIT license.
|
|
7225
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7226
|
-
*/
|
|
7227
|
-
|
|
7228
|
-
/*
|
|
7229
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7230
|
-
* This software is released under MIT license.
|
|
7231
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7232
|
-
*/
|
|
7233
|
-
|
|
7234
|
-
/*
|
|
7235
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7236
|
-
* This software is released under MIT license.
|
|
7237
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7238
|
-
*/
|
|
7239
|
-
|
|
7240
|
-
/*
|
|
7241
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7242
|
-
* This software is released under MIT license.
|
|
7243
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7244
|
-
*/
|
|
7245
|
-
|
|
7246
|
-
/*
|
|
7247
|
-
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
7248
|
-
* This software is released under MIT license.
|
|
7249
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7250
|
-
*/
|
|
7251
|
-
|
|
7252
|
-
/*
|
|
7253
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7254
|
-
* This software is released under MIT license.
|
|
7255
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7256
|
-
*/
|
|
7257
|
-
|
|
7258
|
-
/*
|
|
7259
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7260
|
-
* This software is released under MIT license.
|
|
7261
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7262
|
-
*/
|
|
7263
|
-
|
|
7264
|
-
/*
|
|
7265
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7266
|
-
* This software is released under MIT license.
|
|
7267
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7268
|
-
*/
|
|
7269
|
-
|
|
7270
7352
|
/*
|
|
7271
7353
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7272
7354
|
* This software is released under MIT license.
|
|
@@ -7287,30 +7369,12 @@ function escapeRegex(s) {
|
|
|
7287
7369
|
return String(s).replace(/[\\^$*+?.()|[\]{}]/g, '\\$&');
|
|
7288
7370
|
}
|
|
7289
7371
|
|
|
7290
|
-
/*
|
|
7291
|
-
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7292
|
-
* This software is released under MIT license.
|
|
7293
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7294
|
-
*/
|
|
7295
|
-
|
|
7296
|
-
/*
|
|
7297
|
-
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7298
|
-
* This software is released under MIT license.
|
|
7299
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7300
|
-
*/
|
|
7301
|
-
|
|
7302
7372
|
/*
|
|
7303
7373
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7304
7374
|
* This software is released under MIT license.
|
|
7305
7375
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7306
7376
|
*/
|
|
7307
7377
|
|
|
7308
|
-
/*
|
|
7309
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7310
|
-
* This software is released under MIT license.
|
|
7311
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7312
|
-
*/
|
|
7313
|
-
|
|
7314
7378
|
/*
|
|
7315
7379
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7316
7380
|
* This software is released under MIT license.
|
|
@@ -7624,18 +7688,6 @@ const ClrAddonsIconShapes = {
|
|
|
7624
7688
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7625
7689
|
*/
|
|
7626
7690
|
|
|
7627
|
-
/*
|
|
7628
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7629
|
-
* This software is released under MIT license.
|
|
7630
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7631
|
-
*/
|
|
7632
|
-
|
|
7633
|
-
/*
|
|
7634
|
-
* Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
|
|
7635
|
-
* This software is released under MIT license.
|
|
7636
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7637
|
-
*/
|
|
7638
|
-
|
|
7639
7691
|
/*
|
|
7640
7692
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
7641
7693
|
* This software is released under MIT license.
|
|
@@ -7646,5 +7698,5 @@ const ClrAddonsIconShapes = {
|
|
|
7646
7698
|
* Generated bundle index. Do not edit.
|
|
7647
7699
|
*/
|
|
7648
7700
|
|
|
7649
|
-
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 };
|
|
7701
|
+
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 };
|
|
7650
7702
|
//# sourceMappingURL=clr-addons.mjs.map
|