@porscheinformatik/clr-addons 15.2.1 → 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/dropdown/clr-dropdown-overflow.directive.d.ts +1 -0
- package/esm2020/clr-addons.module.mjs +35 -32
- package/esm2020/dropdown/clr-dropdown-overflow.directive.mjs +11 -2
- 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 +405 -344
- package/fesm2015/clr-addons.mjs.map +1 -1
- package/fesm2020/clr-addons.mjs +416 -355
- 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.
|
|
@@ -647,6 +692,7 @@ class ClrDropdownOverflowDirective {
|
|
|
647
692
|
this.marginBottomRem = 0.1;
|
|
648
693
|
this.destroy$ = new Subject();
|
|
649
694
|
this.alreadyChecked = false;
|
|
695
|
+
this.heightFix = 27;
|
|
650
696
|
}
|
|
651
697
|
ngAfterContentChecked() {
|
|
652
698
|
var _a;
|
|
@@ -677,8 +723,16 @@ class ClrDropdownOverflowDirective {
|
|
|
677
723
|
for (const item of this.getAllChildDropdownMenuItems()) {
|
|
678
724
|
item.style.minHeight = itemMinHeightPx + 'px';
|
|
679
725
|
}
|
|
726
|
+
let height = 0;
|
|
727
|
+
if (y + this.heightFix < window.innerHeight - y) {
|
|
728
|
+
height = window.innerHeight - y - this.heightFix;
|
|
729
|
+
}
|
|
730
|
+
else {
|
|
731
|
+
height = window.innerHeight - y;
|
|
732
|
+
}
|
|
680
733
|
this.elRef.nativeElement.style.maxHeight =
|
|
681
|
-
this.getMenuMaxHeight(this.clrDropdownMenuMaxHeight,
|
|
734
|
+
this.getMenuMaxHeight(this.clrDropdownMenuMaxHeight, height - this.convertRemToPixels(this.marginBottomRem)) +
|
|
735
|
+
'px';
|
|
682
736
|
this.elRef.nativeElement.style.overflowY = 'auto';
|
|
683
737
|
this.alreadyChecked = true;
|
|
684
738
|
}
|
|
@@ -942,6 +996,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
942
996
|
}]
|
|
943
997
|
}] });
|
|
944
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
|
+
|
|
945
1005
|
/*
|
|
946
1006
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
947
1007
|
* This software is released under MIT license.
|
|
@@ -1050,6 +1110,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1050
1110
|
}]
|
|
1051
1111
|
}] });
|
|
1052
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
|
+
|
|
1053
1119
|
/*
|
|
1054
1120
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1055
1121
|
* This software is released under MIT license.
|
|
@@ -1119,6 +1185,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1119
1185
|
}]
|
|
1120
1186
|
}] });
|
|
1121
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
|
+
|
|
1122
1194
|
class ClrMainNavGroupItem {
|
|
1123
1195
|
constructor(el, renderer) {
|
|
1124
1196
|
this.el = el;
|
|
@@ -1312,6 +1384,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1312
1384
|
}]
|
|
1313
1385
|
}] });
|
|
1314
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
|
+
|
|
1315
1393
|
/*
|
|
1316
1394
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1317
1395
|
* This software is released under MIT license.
|
|
@@ -1845,6 +1923,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1845
1923
|
}]
|
|
1846
1924
|
}] });
|
|
1847
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
|
+
|
|
1848
1992
|
/*
|
|
1849
1993
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1850
1994
|
* This software is released under MIT license.
|
|
@@ -2040,6 +2184,100 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2040
2184
|
}]
|
|
2041
2185
|
}] });
|
|
2042
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
|
+
|
|
2043
2281
|
/*
|
|
2044
2282
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2045
2283
|
* This software is released under MIT license.
|
|
@@ -2565,6 +2803,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2565
2803
|
}]
|
|
2566
2804
|
}] });
|
|
2567
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
|
+
|
|
2568
2812
|
/*
|
|
2569
2813
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2570
2814
|
* This software is released under MIT license.
|
|
@@ -2779,6 +3023,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2779
3023
|
}]
|
|
2780
3024
|
}] });
|
|
2781
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
|
+
|
|
2782
3038
|
/*
|
|
2783
3039
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2784
3040
|
* This software is released under MIT license.
|
|
@@ -2873,6 +3129,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2873
3129
|
}]
|
|
2874
3130
|
}] });
|
|
2875
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
|
+
|
|
2876
3138
|
/*
|
|
2877
3139
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2878
3140
|
* This software is released under MIT license.
|
|
@@ -3074,7 +3336,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3074
3336
|
}] });
|
|
3075
3337
|
|
|
3076
3338
|
/*
|
|
3077
|
-
* Copyright (c) 2018-
|
|
3339
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3340
|
+
* This software is released under MIT license.
|
|
3341
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3342
|
+
*/
|
|
3343
|
+
|
|
3344
|
+
/*
|
|
3345
|
+
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
3078
3346
|
* This software is released under MIT license.
|
|
3079
3347
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3080
3348
|
*/
|
|
@@ -3190,6 +3458,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3190
3458
|
}]
|
|
3191
3459
|
}] });
|
|
3192
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
|
+
|
|
3193
3488
|
/*
|
|
3194
3489
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3195
3490
|
* This software is released under MIT license.
|
|
@@ -3372,27 +3667,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3372
3667
|
args: [ClrTreetableActionOverflow]
|
|
3373
3668
|
}] } });
|
|
3374
3669
|
|
|
3375
|
-
/*
|
|
3376
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3377
|
-
* This software is released under MIT license.
|
|
3378
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3379
|
-
*/
|
|
3380
|
-
class ClrTreetableColumn {
|
|
3381
|
-
}
|
|
3382
|
-
ClrTreetableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3383
|
-
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 });
|
|
3384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, decorators: [{
|
|
3385
|
-
type: Component,
|
|
3386
|
-
args: [{
|
|
3387
|
-
selector: 'clr-tt-column',
|
|
3388
|
-
template: '<ng-content></ng-content>',
|
|
3389
|
-
host: {
|
|
3390
|
-
'[class.treetable-column]': 'true',
|
|
3391
|
-
role: 'columnheader',
|
|
3392
|
-
},
|
|
3393
|
-
}]
|
|
3394
|
-
}] });
|
|
3395
|
-
|
|
3396
3670
|
/*
|
|
3397
3671
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3398
3672
|
* This software is released under MIT license.
|
|
@@ -3743,6 +4017,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3743
4017
|
}]
|
|
3744
4018
|
}] });
|
|
3745
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
|
+
|
|
3746
4026
|
/*
|
|
3747
4027
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3748
4028
|
* This software is released under MIT license.
|
|
@@ -3908,6 +4188,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3908
4188
|
}]
|
|
3909
4189
|
}] });
|
|
3910
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
|
+
|
|
3911
4197
|
/*
|
|
3912
4198
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
3913
4199
|
* This software is released under MIT license.
|
|
@@ -4247,6 +4533,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
4247
4533
|
}]
|
|
4248
4534
|
}] });
|
|
4249
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
|
+
|
|
4250
4542
|
/*
|
|
4251
4543
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4252
4544
|
* This software is released under MIT license.
|
|
@@ -4360,6 +4652,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
4360
4652
|
}]
|
|
4361
4653
|
}] });
|
|
4362
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
|
+
|
|
4363
4661
|
/**
|
|
4364
4662
|
* The abstract base class for all identifier types
|
|
4365
4663
|
*/
|
|
@@ -5244,6 +5542,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
5244
5542
|
}]
|
|
5245
5543
|
}] });
|
|
5246
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
|
+
|
|
5247
5572
|
/**
|
|
5248
5573
|
* Day model.
|
|
5249
5574
|
* Takes care of keeping records of full days, without the times & timezone issues.
|
|
@@ -5470,33 +5795,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
5470
5795
|
type: Output
|
|
5471
5796
|
}] } });
|
|
5472
5797
|
|
|
5473
|
-
const USER_INPUT_REGEX = /\d+/g;
|
|
5474
|
-
// https://en.wikipedia.org/wiki/Date_format_by_country
|
|
5475
|
-
const LITTLE_ENDIAN_REGEX = /d+.+m+.+y+/i;
|
|
5476
|
-
const MIDDLE_ENDIAN_REGEX = /m+.+d+.+y+/i;
|
|
5477
|
-
const DELIMITER_REGEX = /d+|m+|y+/i;
|
|
5478
|
-
const YEAR = 'YYYY';
|
|
5479
|
-
const MONTH = 'MM';
|
|
5480
|
-
const DATE = 'DD';
|
|
5481
|
-
const LITTLE_ENDIAN = {
|
|
5482
|
-
name: 'LITTLE_ENDIAN',
|
|
5483
|
-
format: [DATE, MONTH, YEAR],
|
|
5484
|
-
};
|
|
5485
|
-
const MIDDLE_ENDIAN = {
|
|
5486
|
-
name: 'MIDDLE_ENDIAN',
|
|
5487
|
-
format: [MONTH, DATE, YEAR],
|
|
5488
|
-
};
|
|
5489
|
-
const BIG_ENDIAN = {
|
|
5490
|
-
name: 'BIG_ENDIAN',
|
|
5491
|
-
format: [YEAR, MONTH, DATE],
|
|
5492
|
-
};
|
|
5493
|
-
/** Default separator text. */
|
|
5494
|
-
const SEPARATOR_TEXT_DEFAULT = ' - ';
|
|
5495
|
-
const TRANSLATIONS = {
|
|
5496
|
-
from: 'From',
|
|
5497
|
-
to: 'To',
|
|
5498
|
-
};
|
|
5499
|
-
|
|
5500
5798
|
/**
|
|
5501
5799
|
* Popover positions.
|
|
5502
5800
|
* https://github.com/vmware-clarity/ng-clarity/blob/f1a668086bf88bcf5ef1cd36b0d150e45e88def7/projects/angular/src/utils/popover/enums/positions.enum.ts
|
|
@@ -6893,6 +7191,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
6893
7191
|
}]
|
|
6894
7192
|
}] });
|
|
6895
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
|
+
|
|
6896
7240
|
/*
|
|
6897
7241
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
6898
7242
|
* This software is released under MIT license.
|
|
@@ -6931,7 +7275,8 @@ ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
6931
7275
|
ClrDatagridStatePersistenceModule,
|
|
6932
7276
|
ClrEnumFilterModule,
|
|
6933
7277
|
ClrDateFilterModule,
|
|
6934
|
-
ClrDaterangepickerModule
|
|
7278
|
+
ClrDaterangepickerModule,
|
|
7279
|
+
ClrHtmlEditorModule] });
|
|
6935
7280
|
ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrAddonsModule, imports: [ClrViewEditSectionModule,
|
|
6936
7281
|
ClrPagerModule,
|
|
6937
7282
|
ClrDotPagerModule,
|
|
@@ -6962,7 +7307,8 @@ ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
6962
7307
|
ClrDatagridStatePersistenceModule,
|
|
6963
7308
|
ClrEnumFilterModule,
|
|
6964
7309
|
ClrDateFilterModule,
|
|
6965
|
-
ClrDaterangepickerModule
|
|
7310
|
+
ClrDaterangepickerModule,
|
|
7311
|
+
ClrHtmlEditorModule] });
|
|
6966
7312
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrAddonsModule, decorators: [{
|
|
6967
7313
|
type: NgModule,
|
|
6968
7314
|
args: [{
|
|
@@ -6998,266 +7344,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
6998
7344
|
ClrEnumFilterModule,
|
|
6999
7345
|
ClrDateFilterModule,
|
|
7000
7346
|
ClrDaterangepickerModule,
|
|
7347
|
+
ClrHtmlEditorModule,
|
|
7001
7348
|
],
|
|
7002
7349
|
}]
|
|
7003
7350
|
}] });
|
|
7004
7351
|
|
|
7005
|
-
/*
|
|
7006
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7007
|
-
* This software is released under MIT license.
|
|
7008
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7009
|
-
*/
|
|
7010
|
-
|
|
7011
|
-
/*
|
|
7012
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7013
|
-
* This software is released under MIT license.
|
|
7014
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7015
|
-
*/
|
|
7016
|
-
|
|
7017
|
-
/*
|
|
7018
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7019
|
-
* This software is released under MIT license.
|
|
7020
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7021
|
-
*/
|
|
7022
|
-
|
|
7023
|
-
/*
|
|
7024
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7025
|
-
* This software is released under MIT license.
|
|
7026
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7027
|
-
*/
|
|
7028
|
-
|
|
7029
|
-
/*
|
|
7030
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7031
|
-
* This software is released under MIT license.
|
|
7032
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7033
|
-
*/
|
|
7034
|
-
|
|
7035
|
-
/*
|
|
7036
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7037
|
-
* This software is released under MIT license.
|
|
7038
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7039
|
-
*/
|
|
7040
|
-
|
|
7041
|
-
/*
|
|
7042
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7043
|
-
* This software is released under MIT license.
|
|
7044
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7045
|
-
*/
|
|
7046
|
-
|
|
7047
|
-
/*
|
|
7048
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7049
|
-
* This software is released under MIT license.
|
|
7050
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7051
|
-
*/
|
|
7052
|
-
|
|
7053
|
-
/*
|
|
7054
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7055
|
-
* This software is released under MIT license.
|
|
7056
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7057
|
-
*/
|
|
7058
|
-
/*
|
|
7059
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7060
|
-
* This software is released under MIT license.
|
|
7061
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7062
|
-
*/
|
|
7063
|
-
/**
|
|
7064
|
-
* A reference to an active (currently opened) notification.
|
|
7065
|
-
*
|
|
7066
|
-
* @deprecated not used anymore.
|
|
7067
|
-
*/
|
|
7068
|
-
class ClrActiveNotification {
|
|
7069
|
-
}
|
|
7070
|
-
class ClrContentRef {
|
|
7071
|
-
constructor(nodes, viewRef, componentRef) {
|
|
7072
|
-
this.nodes = nodes;
|
|
7073
|
-
this.viewRef = viewRef;
|
|
7074
|
-
this.componentRef = componentRef;
|
|
7075
|
-
}
|
|
7076
|
-
}
|
|
7077
|
-
/**
|
|
7078
|
-
* A reference to a newly opened notification.
|
|
7079
|
-
*/
|
|
7080
|
-
class ClrNotificationRef {
|
|
7081
|
-
constructor(_notificationCmptRef, _contentRef) {
|
|
7082
|
-
this._notificationCmptRef = _notificationCmptRef;
|
|
7083
|
-
this._contentRef = _contentRef;
|
|
7084
|
-
_notificationCmptRef.instance.closed.pipe(take(1)).subscribe(() => {
|
|
7085
|
-
this.close();
|
|
7086
|
-
});
|
|
7087
|
-
this.result = new Promise(resolve => {
|
|
7088
|
-
this._resolve = resolve;
|
|
7089
|
-
});
|
|
7090
|
-
this.result.then(null);
|
|
7091
|
-
}
|
|
7092
|
-
/**
|
|
7093
|
-
* Can be used to close a notification
|
|
7094
|
-
*/
|
|
7095
|
-
close() {
|
|
7096
|
-
if (this._notificationCmptRef) {
|
|
7097
|
-
this._resolve();
|
|
7098
|
-
this._removeModalElements();
|
|
7099
|
-
}
|
|
7100
|
-
}
|
|
7101
|
-
_removeModalElements() {
|
|
7102
|
-
const notificationNativeEl = this._notificationCmptRef.location.nativeElement;
|
|
7103
|
-
notificationNativeEl.parentNode.removeChild(notificationNativeEl);
|
|
7104
|
-
this._notificationCmptRef.destroy();
|
|
7105
|
-
if (this._contentRef && this._contentRef.viewRef) {
|
|
7106
|
-
this._contentRef.viewRef.destroy();
|
|
7107
|
-
}
|
|
7108
|
-
this._notificationCmptRef = null;
|
|
7109
|
-
this._contentRef = null;
|
|
7110
|
-
}
|
|
7111
|
-
}
|
|
7112
|
-
|
|
7113
|
-
/*
|
|
7114
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7115
|
-
* This software is released under MIT license.
|
|
7116
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7117
|
-
*/
|
|
7118
|
-
class ClrNotificationService {
|
|
7119
|
-
constructor(_injector, _applicationRef, _componentFactoryResolver, _document) {
|
|
7120
|
-
this._injector = _injector;
|
|
7121
|
-
this._applicationRef = _applicationRef;
|
|
7122
|
-
this._componentFactoryResolver = _componentFactoryResolver;
|
|
7123
|
-
this._document = _document;
|
|
7124
|
-
this.elements = new Set();
|
|
7125
|
-
}
|
|
7126
|
-
openNotification(content, options = {}) {
|
|
7127
|
-
const contentRef = this._getContentRef(content, options);
|
|
7128
|
-
const notificationCmptRef = this._attachWindowComponent(this._document.body, contentRef);
|
|
7129
|
-
const notificationRef = new ClrNotificationRef(notificationCmptRef, contentRef);
|
|
7130
|
-
this._applyWindowOptions(notificationCmptRef.instance, options);
|
|
7131
|
-
notificationCmptRef.instance.closed
|
|
7132
|
-
.pipe(take(1))
|
|
7133
|
-
.subscribe(this._afterClose.bind(this, notificationCmptRef.instance));
|
|
7134
|
-
notificationCmptRef.instance.heightInitalized.then(() => this.elements.forEach(el => {
|
|
7135
|
-
if (el !== notificationCmptRef.instance) {
|
|
7136
|
-
el.moveDown(notificationCmptRef.instance.height);
|
|
7137
|
-
}
|
|
7138
|
-
}));
|
|
7139
|
-
this.elements.add(notificationCmptRef.instance);
|
|
7140
|
-
return notificationRef;
|
|
7141
|
-
}
|
|
7142
|
-
_afterClose(notification) {
|
|
7143
|
-
this.elements.delete(notification);
|
|
7144
|
-
this.elements.forEach(el => {
|
|
7145
|
-
if (el.translate > notification.translate) {
|
|
7146
|
-
el.moveUp(notification.height);
|
|
7147
|
-
}
|
|
7148
|
-
});
|
|
7149
|
-
}
|
|
7150
|
-
_getContentRef(content, options) {
|
|
7151
|
-
if (content instanceof TemplateRef) {
|
|
7152
|
-
return this._createFromTemplateRef(content, options.ngTemplateOutletContext);
|
|
7153
|
-
}
|
|
7154
|
-
else if (typeof content === 'string') {
|
|
7155
|
-
return this._createFromString(content);
|
|
7156
|
-
}
|
|
7157
|
-
return new ClrContentRef([]);
|
|
7158
|
-
}
|
|
7159
|
-
_createFromTemplateRef(content, context) {
|
|
7160
|
-
const viewRef = content.createEmbeddedView(context);
|
|
7161
|
-
this._applicationRef.attachView(viewRef);
|
|
7162
|
-
return new ClrContentRef([viewRef.rootNodes], viewRef);
|
|
7163
|
-
}
|
|
7164
|
-
_createFromString(content) {
|
|
7165
|
-
const component = this._document.createTextNode(`${content}`);
|
|
7166
|
-
return new ClrContentRef([[component]]);
|
|
7167
|
-
}
|
|
7168
|
-
_attachWindowComponent(containerEl, contentRef) {
|
|
7169
|
-
const containerFactory = this._componentFactoryResolver.resolveComponentFactory(ClrNotification);
|
|
7170
|
-
const containerCmptRef = containerFactory.create(this._injector, contentRef.nodes);
|
|
7171
|
-
this._applicationRef.attachView(containerCmptRef.hostView);
|
|
7172
|
-
containerEl.appendChild(containerCmptRef.location.nativeElement);
|
|
7173
|
-
return containerCmptRef;
|
|
7174
|
-
}
|
|
7175
|
-
_applyWindowOptions(notificationInstance, options) {
|
|
7176
|
-
if (options.timeout != undefined && options.timeout != null) {
|
|
7177
|
-
notificationInstance.timeout = options.timeout;
|
|
7178
|
-
}
|
|
7179
|
-
if (options.notificationType != undefined && options.notificationType != null) {
|
|
7180
|
-
notificationInstance.notificationType = options.notificationType;
|
|
7181
|
-
}
|
|
7182
|
-
if (options.dismissable != undefined && options.dismissable != null) {
|
|
7183
|
-
notificationInstance.dismissable = options.dismissable;
|
|
7184
|
-
}
|
|
7185
|
-
if (options.progressbar != undefined && options.progressbar != null) {
|
|
7186
|
-
notificationInstance.progressbar = options.progressbar;
|
|
7187
|
-
}
|
|
7188
|
-
}
|
|
7189
|
-
}
|
|
7190
|
-
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 });
|
|
7191
|
-
ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService });
|
|
7192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, decorators: [{
|
|
7193
|
-
type: Injectable
|
|
7194
|
-
}], ctorParameters: function () {
|
|
7195
|
-
return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
|
|
7196
|
-
type: Inject,
|
|
7197
|
-
args: [DOCUMENT]
|
|
7198
|
-
}] }];
|
|
7199
|
-
} });
|
|
7200
|
-
|
|
7201
|
-
/*
|
|
7202
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7203
|
-
* This software is released under MIT license.
|
|
7204
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7205
|
-
*/
|
|
7206
|
-
|
|
7207
|
-
/*
|
|
7208
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7209
|
-
* This software is released under MIT license.
|
|
7210
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7211
|
-
*/
|
|
7212
|
-
|
|
7213
|
-
/*
|
|
7214
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7215
|
-
* This software is released under MIT license.
|
|
7216
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7217
|
-
*/
|
|
7218
|
-
|
|
7219
|
-
/*
|
|
7220
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7221
|
-
* This software is released under MIT license.
|
|
7222
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7223
|
-
*/
|
|
7224
|
-
|
|
7225
|
-
/*
|
|
7226
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7227
|
-
* This software is released under MIT license.
|
|
7228
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7229
|
-
*/
|
|
7230
|
-
|
|
7231
|
-
/*
|
|
7232
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7233
|
-
* This software is released under MIT license.
|
|
7234
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7235
|
-
*/
|
|
7236
|
-
|
|
7237
|
-
/*
|
|
7238
|
-
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
7239
|
-
* This software is released under MIT license.
|
|
7240
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7241
|
-
*/
|
|
7242
|
-
|
|
7243
|
-
/*
|
|
7244
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7245
|
-
* This software is released under MIT license.
|
|
7246
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7247
|
-
*/
|
|
7248
|
-
|
|
7249
|
-
/*
|
|
7250
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7251
|
-
* This software is released under MIT license.
|
|
7252
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7253
|
-
*/
|
|
7254
|
-
|
|
7255
|
-
/*
|
|
7256
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7257
|
-
* This software is released under MIT license.
|
|
7258
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7259
|
-
*/
|
|
7260
|
-
|
|
7261
7352
|
/*
|
|
7262
7353
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7263
7354
|
* This software is released under MIT license.
|
|
@@ -7278,30 +7369,12 @@ function escapeRegex(s) {
|
|
|
7278
7369
|
return String(s).replace(/[\\^$*+?.()|[\]{}]/g, '\\$&');
|
|
7279
7370
|
}
|
|
7280
7371
|
|
|
7281
|
-
/*
|
|
7282
|
-
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7283
|
-
* This software is released under MIT license.
|
|
7284
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7285
|
-
*/
|
|
7286
|
-
|
|
7287
|
-
/*
|
|
7288
|
-
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7289
|
-
* This software is released under MIT license.
|
|
7290
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7291
|
-
*/
|
|
7292
|
-
|
|
7293
7372
|
/*
|
|
7294
7373
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7295
7374
|
* This software is released under MIT license.
|
|
7296
7375
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7297
7376
|
*/
|
|
7298
7377
|
|
|
7299
|
-
/*
|
|
7300
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7301
|
-
* This software is released under MIT license.
|
|
7302
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7303
|
-
*/
|
|
7304
|
-
|
|
7305
7378
|
/*
|
|
7306
7379
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7307
7380
|
* This software is released under MIT license.
|
|
@@ -7615,18 +7688,6 @@ const ClrAddonsIconShapes = {
|
|
|
7615
7688
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7616
7689
|
*/
|
|
7617
7690
|
|
|
7618
|
-
/*
|
|
7619
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7620
|
-
* This software is released under MIT license.
|
|
7621
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7622
|
-
*/
|
|
7623
|
-
|
|
7624
|
-
/*
|
|
7625
|
-
* Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
|
|
7626
|
-
* This software is released under MIT license.
|
|
7627
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7628
|
-
*/
|
|
7629
|
-
|
|
7630
7691
|
/*
|
|
7631
7692
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
7632
7693
|
* This software is released under MIT license.
|
|
@@ -7637,5 +7698,5 @@ const ClrAddonsIconShapes = {
|
|
|
7637
7698
|
* Generated bundle index. Do not edit.
|
|
7638
7699
|
*/
|
|
7639
7700
|
|
|
7640
|
-
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 };
|
|
7641
7702
|
//# sourceMappingURL=clr-addons.mjs.map
|