@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/fesm2020/clr-addons.mjs
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, NgModule, Injectable, EventEmitter, Input, Output, Directive, ViewChild, ContentChildren, TemplateRef, ViewChildren, HostBinding, ElementRef, Renderer2, forwardRef, ContentChild, Optional, HostListener, InjectionToken,
|
|
2
|
+
import { Component, NgModule, Injectable, EventEmitter, Input, Output, Directive, ViewChild, ContentChildren, TemplateRef, ViewChildren, HostBinding, ElementRef, Renderer2, forwardRef, Inject, ContentChild, Optional, HostListener, InjectionToken, LOCALE_ID, Self } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common';
|
|
4
|
-
import { CommonModule, getLocaleDateFormat, FormatWidth
|
|
5
|
-
import * as i3$1 from '@angular/forms';
|
|
6
|
-
import { FormsModule, NG_VALIDATORS, NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
|
+
import { CommonModule, DOCUMENT, getLocaleDateFormat, FormatWidth } from '@angular/common';
|
|
7
5
|
import * as i1$1 from '@clr/angular';
|
|
8
6
|
import { ClarityModule, ClrFormsModule, ClrDropdown, ClrForm, ClrAlert, ClrAxis, ClrSide, ClrAlignment, ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService, ClrIconModule, ClrDropdownModule, ClrDatagridSortOrder, DatagridPropertyComparator, ClrDatagridPagination, ClrDatagridFilter, ClrDateContainer, ClrLabel, ClrControlHelper, ClrControlError, ClrControlSuccess, ClrDatepickerModule } from '@clr/angular';
|
|
7
|
+
import * as i3$1 from '@angular/forms';
|
|
8
|
+
import { FormsModule, NG_VALIDATORS, NgControl, NG_VALUE_ACCESSOR, ReactiveFormsModule } from '@angular/forms';
|
|
9
9
|
import { Subject, BehaviorSubject, timer, asyncScheduler, interval, of, ReplaySubject, takeUntil as takeUntil$1, delay } from 'rxjs';
|
|
10
|
-
import { takeUntil,
|
|
10
|
+
import { takeUntil, take, observeOn } from 'rxjs/operators';
|
|
11
11
|
import * as i3 from '@angular/router';
|
|
12
12
|
import { RouterModule } from '@angular/router';
|
|
13
13
|
import { trigger, transition, style, animate, state } from '@angular/animations';
|
|
14
14
|
import { ClarityIcons, treeViewIcon, angleIcon, organizationIcon, calendarIcon, exclamationCircleIcon, checkCircleIcon, windowCloseIcon } from '@cds/core/icon';
|
|
15
15
|
import '@cds/core/icon/register.js';
|
|
16
|
+
import * as i1$2 from '@kolkov/angular-editor';
|
|
17
|
+
import { AngularEditorComponent, AngularEditorModule } from '@kolkov/angular-editor';
|
|
18
|
+
import { HttpClientModule } from '@angular/common/http';
|
|
16
19
|
|
|
17
20
|
/*
|
|
18
21
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -53,6 +56,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
53
56
|
}]
|
|
54
57
|
}] });
|
|
55
58
|
|
|
59
|
+
/*
|
|
60
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
61
|
+
* This software is released under MIT license.
|
|
62
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
63
|
+
*/
|
|
64
|
+
|
|
56
65
|
/*
|
|
57
66
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
58
67
|
* This software is released under MIT license.
|
|
@@ -124,6 +133,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
124
133
|
}]
|
|
125
134
|
}] });
|
|
126
135
|
|
|
136
|
+
/*
|
|
137
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
138
|
+
* This software is released under MIT license.
|
|
139
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
140
|
+
*/
|
|
141
|
+
|
|
142
|
+
/*
|
|
143
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
144
|
+
* This software is released under MIT license.
|
|
145
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
146
|
+
*/
|
|
147
|
+
|
|
127
148
|
/*
|
|
128
149
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
129
150
|
* This software is released under MIT license.
|
|
@@ -218,6 +239,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
218
239
|
}]
|
|
219
240
|
}] });
|
|
220
241
|
|
|
242
|
+
/*
|
|
243
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
244
|
+
* This software is released under MIT license.
|
|
245
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
246
|
+
*/
|
|
247
|
+
|
|
221
248
|
/*
|
|
222
249
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
223
250
|
* This software is released under MIT license.
|
|
@@ -392,6 +419,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
392
419
|
}]
|
|
393
420
|
}] });
|
|
394
421
|
|
|
422
|
+
/*
|
|
423
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
424
|
+
* This software is released under MIT license.
|
|
425
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
426
|
+
*/
|
|
427
|
+
|
|
395
428
|
/**
|
|
396
429
|
* Class to provide validators for the Clr Data List.
|
|
397
430
|
*/
|
|
@@ -474,6 +507,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
474
507
|
}]
|
|
475
508
|
}] });
|
|
476
509
|
|
|
510
|
+
/*
|
|
511
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
512
|
+
* This software is released under MIT license.
|
|
513
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
514
|
+
*/
|
|
515
|
+
|
|
477
516
|
/*
|
|
478
517
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
479
518
|
* This software is released under MIT license.
|
|
@@ -563,6 +602,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
563
602
|
}]
|
|
564
603
|
}] });
|
|
565
604
|
|
|
605
|
+
/*
|
|
606
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
607
|
+
* This software is released under MIT license.
|
|
608
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
609
|
+
*/
|
|
610
|
+
|
|
566
611
|
/*
|
|
567
612
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
568
613
|
* This software is released under MIT license.
|
|
@@ -635,6 +680,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
635
680
|
}]
|
|
636
681
|
}] });
|
|
637
682
|
|
|
683
|
+
/*
|
|
684
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
685
|
+
* This software is released under MIT license.
|
|
686
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
687
|
+
*/
|
|
688
|
+
|
|
638
689
|
/*
|
|
639
690
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
640
691
|
* This software is released under MIT license.
|
|
@@ -647,6 +698,7 @@ class ClrDropdownOverflowDirective {
|
|
|
647
698
|
this.marginBottomRem = 0.1;
|
|
648
699
|
this.destroy$ = new Subject();
|
|
649
700
|
this.alreadyChecked = false;
|
|
701
|
+
this.heightFix = 27;
|
|
650
702
|
}
|
|
651
703
|
ngAfterContentChecked() {
|
|
652
704
|
// first trigger manually because the subscription lower only triggers after first change
|
|
@@ -676,8 +728,16 @@ class ClrDropdownOverflowDirective {
|
|
|
676
728
|
for (const item of this.getAllChildDropdownMenuItems()) {
|
|
677
729
|
item.style.minHeight = itemMinHeightPx + 'px';
|
|
678
730
|
}
|
|
731
|
+
let height = 0;
|
|
732
|
+
if (y + this.heightFix < window.innerHeight - y) {
|
|
733
|
+
height = window.innerHeight - y - this.heightFix;
|
|
734
|
+
}
|
|
735
|
+
else {
|
|
736
|
+
height = window.innerHeight - y;
|
|
737
|
+
}
|
|
679
738
|
this.elRef.nativeElement.style.maxHeight =
|
|
680
|
-
this.getMenuMaxHeight(this.clrDropdownMenuMaxHeight,
|
|
739
|
+
this.getMenuMaxHeight(this.clrDropdownMenuMaxHeight, height - this.convertRemToPixels(this.marginBottomRem)) +
|
|
740
|
+
'px';
|
|
681
741
|
this.elRef.nativeElement.style.overflowY = 'auto';
|
|
682
742
|
this.alreadyChecked = true;
|
|
683
743
|
}
|
|
@@ -941,6 +1001,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
941
1001
|
}]
|
|
942
1002
|
}] });
|
|
943
1003
|
|
|
1004
|
+
/*
|
|
1005
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1006
|
+
* This software is released under MIT license.
|
|
1007
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1008
|
+
*/
|
|
1009
|
+
|
|
944
1010
|
/*
|
|
945
1011
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
946
1012
|
* This software is released under MIT license.
|
|
@@ -1049,6 +1115,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1049
1115
|
}]
|
|
1050
1116
|
}] });
|
|
1051
1117
|
|
|
1118
|
+
/*
|
|
1119
|
+
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1120
|
+
* This software is released under MIT license.
|
|
1121
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1122
|
+
*/
|
|
1123
|
+
|
|
1052
1124
|
/*
|
|
1053
1125
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1054
1126
|
* This software is released under MIT license.
|
|
@@ -1118,6 +1190,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1118
1190
|
}]
|
|
1119
1191
|
}] });
|
|
1120
1192
|
|
|
1193
|
+
/*
|
|
1194
|
+
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1195
|
+
* This software is released under MIT license.
|
|
1196
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1197
|
+
*/
|
|
1198
|
+
|
|
1121
1199
|
class ClrMainNavGroupItem {
|
|
1122
1200
|
constructor(el, renderer) {
|
|
1123
1201
|
this.el = el;
|
|
@@ -1311,6 +1389,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1311
1389
|
}]
|
|
1312
1390
|
}] });
|
|
1313
1391
|
|
|
1392
|
+
/*
|
|
1393
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
1394
|
+
* This software is released under MIT license.
|
|
1395
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1396
|
+
*/
|
|
1397
|
+
|
|
1314
1398
|
/*
|
|
1315
1399
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1316
1400
|
* This software is released under MIT license.
|
|
@@ -1843,6 +1927,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
1843
1927
|
}]
|
|
1844
1928
|
}] });
|
|
1845
1929
|
|
|
1930
|
+
/*
|
|
1931
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
1932
|
+
* This software is released under MIT license.
|
|
1933
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1934
|
+
*/
|
|
1935
|
+
|
|
1936
|
+
/*
|
|
1937
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
1938
|
+
* This software is released under MIT license.
|
|
1939
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1940
|
+
*/
|
|
1941
|
+
/*
|
|
1942
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
1943
|
+
* This software is released under MIT license.
|
|
1944
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1945
|
+
*/
|
|
1946
|
+
/**
|
|
1947
|
+
* A reference to an active (currently opened) notification.
|
|
1948
|
+
*
|
|
1949
|
+
* @deprecated not used anymore.
|
|
1950
|
+
*/
|
|
1951
|
+
class ClrActiveNotification {
|
|
1952
|
+
}
|
|
1953
|
+
class ClrContentRef {
|
|
1954
|
+
constructor(nodes, viewRef, componentRef) {
|
|
1955
|
+
this.nodes = nodes;
|
|
1956
|
+
this.viewRef = viewRef;
|
|
1957
|
+
this.componentRef = componentRef;
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
/**
|
|
1961
|
+
* A reference to a newly opened notification.
|
|
1962
|
+
*/
|
|
1963
|
+
class ClrNotificationRef {
|
|
1964
|
+
constructor(_notificationCmptRef, _contentRef) {
|
|
1965
|
+
this._notificationCmptRef = _notificationCmptRef;
|
|
1966
|
+
this._contentRef = _contentRef;
|
|
1967
|
+
_notificationCmptRef.instance.closed.pipe(take(1)).subscribe(() => {
|
|
1968
|
+
this.close();
|
|
1969
|
+
});
|
|
1970
|
+
this.result = new Promise(resolve => {
|
|
1971
|
+
this._resolve = resolve;
|
|
1972
|
+
});
|
|
1973
|
+
this.result.then(null);
|
|
1974
|
+
}
|
|
1975
|
+
/**
|
|
1976
|
+
* Can be used to close a notification
|
|
1977
|
+
*/
|
|
1978
|
+
close() {
|
|
1979
|
+
if (this._notificationCmptRef) {
|
|
1980
|
+
this._resolve();
|
|
1981
|
+
this._removeModalElements();
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
_removeModalElements() {
|
|
1985
|
+
const notificationNativeEl = this._notificationCmptRef.location.nativeElement;
|
|
1986
|
+
notificationNativeEl.parentNode.removeChild(notificationNativeEl);
|
|
1987
|
+
this._notificationCmptRef.destroy();
|
|
1988
|
+
if (this._contentRef && this._contentRef.viewRef) {
|
|
1989
|
+
this._contentRef.viewRef.destroy();
|
|
1990
|
+
}
|
|
1991
|
+
this._notificationCmptRef = null;
|
|
1992
|
+
this._contentRef = null;
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1846
1996
|
/*
|
|
1847
1997
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
1848
1998
|
* This software is released under MIT license.
|
|
@@ -2038,6 +2188,98 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2038
2188
|
}]
|
|
2039
2189
|
}] });
|
|
2040
2190
|
|
|
2191
|
+
/*
|
|
2192
|
+
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
2193
|
+
* This software is released under MIT license.
|
|
2194
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2195
|
+
*/
|
|
2196
|
+
class ClrNotificationService {
|
|
2197
|
+
constructor(_injector, _applicationRef, _componentFactoryResolver, _document) {
|
|
2198
|
+
this._injector = _injector;
|
|
2199
|
+
this._applicationRef = _applicationRef;
|
|
2200
|
+
this._componentFactoryResolver = _componentFactoryResolver;
|
|
2201
|
+
this._document = _document;
|
|
2202
|
+
this.elements = new Set();
|
|
2203
|
+
}
|
|
2204
|
+
openNotification(content, options = {}) {
|
|
2205
|
+
const contentRef = this._getContentRef(content, options);
|
|
2206
|
+
const notificationCmptRef = this._attachWindowComponent(this._document.body, contentRef);
|
|
2207
|
+
const notificationRef = new ClrNotificationRef(notificationCmptRef, contentRef);
|
|
2208
|
+
this._applyWindowOptions(notificationCmptRef.instance, options);
|
|
2209
|
+
notificationCmptRef.instance.closed
|
|
2210
|
+
.pipe(take(1))
|
|
2211
|
+
.subscribe(this._afterClose.bind(this, notificationCmptRef.instance));
|
|
2212
|
+
notificationCmptRef.instance.heightInitalized.then(() => this.elements.forEach(el => {
|
|
2213
|
+
if (el !== notificationCmptRef.instance) {
|
|
2214
|
+
el.moveDown(notificationCmptRef.instance.height);
|
|
2215
|
+
}
|
|
2216
|
+
}));
|
|
2217
|
+
this.elements.add(notificationCmptRef.instance);
|
|
2218
|
+
return notificationRef;
|
|
2219
|
+
}
|
|
2220
|
+
_afterClose(notification) {
|
|
2221
|
+
this.elements.delete(notification);
|
|
2222
|
+
this.elements.forEach(el => {
|
|
2223
|
+
if (el.translate > notification.translate) {
|
|
2224
|
+
el.moveUp(notification.height);
|
|
2225
|
+
}
|
|
2226
|
+
});
|
|
2227
|
+
}
|
|
2228
|
+
_getContentRef(content, options) {
|
|
2229
|
+
if (content instanceof TemplateRef) {
|
|
2230
|
+
return this._createFromTemplateRef(content, options.ngTemplateOutletContext);
|
|
2231
|
+
}
|
|
2232
|
+
else if (typeof content === 'string') {
|
|
2233
|
+
return this._createFromString(content);
|
|
2234
|
+
}
|
|
2235
|
+
return new ClrContentRef([]);
|
|
2236
|
+
}
|
|
2237
|
+
_createFromTemplateRef(content, context) {
|
|
2238
|
+
const viewRef = content.createEmbeddedView(context);
|
|
2239
|
+
this._applicationRef.attachView(viewRef);
|
|
2240
|
+
return new ClrContentRef([viewRef.rootNodes], viewRef);
|
|
2241
|
+
}
|
|
2242
|
+
_createFromString(content) {
|
|
2243
|
+
const component = this._document.createTextNode(`${content}`);
|
|
2244
|
+
return new ClrContentRef([[component]]);
|
|
2245
|
+
}
|
|
2246
|
+
_attachWindowComponent(containerEl, contentRef) {
|
|
2247
|
+
const containerFactory = this._componentFactoryResolver.resolveComponentFactory(ClrNotification);
|
|
2248
|
+
const containerCmptRef = containerFactory.create(this._injector, contentRef.nodes);
|
|
2249
|
+
this._applicationRef.attachView(containerCmptRef.hostView);
|
|
2250
|
+
containerEl.appendChild(containerCmptRef.location.nativeElement);
|
|
2251
|
+
return containerCmptRef;
|
|
2252
|
+
}
|
|
2253
|
+
_applyWindowOptions(notificationInstance, options) {
|
|
2254
|
+
if (options.timeout != undefined && options.timeout != null) {
|
|
2255
|
+
notificationInstance.timeout = options.timeout;
|
|
2256
|
+
}
|
|
2257
|
+
if (options.notificationType != undefined && options.notificationType != null) {
|
|
2258
|
+
notificationInstance.notificationType = options.notificationType;
|
|
2259
|
+
}
|
|
2260
|
+
if (options.dismissable != undefined && options.dismissable != null) {
|
|
2261
|
+
notificationInstance.dismissable = options.dismissable;
|
|
2262
|
+
}
|
|
2263
|
+
if (options.progressbar != undefined && options.progressbar != null) {
|
|
2264
|
+
notificationInstance.progressbar = options.progressbar;
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
2268
|
+
ClrNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, deps: [{ token: i0.Injector }, { token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2269
|
+
ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService });
|
|
2270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, decorators: [{
|
|
2271
|
+
type: Injectable
|
|
2272
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
|
|
2273
|
+
type: Inject,
|
|
2274
|
+
args: [DOCUMENT]
|
|
2275
|
+
}] }]; } });
|
|
2276
|
+
|
|
2277
|
+
/*
|
|
2278
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2279
|
+
* This software is released under MIT license.
|
|
2280
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2281
|
+
*/
|
|
2282
|
+
|
|
2041
2283
|
/*
|
|
2042
2284
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2043
2285
|
* This software is released under MIT license.
|
|
@@ -2563,6 +2805,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2563
2805
|
}]
|
|
2564
2806
|
}] });
|
|
2565
2807
|
|
|
2808
|
+
/*
|
|
2809
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2810
|
+
* This software is released under MIT license.
|
|
2811
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2812
|
+
*/
|
|
2813
|
+
|
|
2566
2814
|
/*
|
|
2567
2815
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2568
2816
|
* This software is released under MIT license.
|
|
@@ -2777,6 +3025,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2777
3025
|
}]
|
|
2778
3026
|
}] });
|
|
2779
3027
|
|
|
3028
|
+
/*
|
|
3029
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3030
|
+
* This software is released under MIT license.
|
|
3031
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3032
|
+
*/
|
|
3033
|
+
|
|
3034
|
+
/*
|
|
3035
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3036
|
+
* This software is released under MIT license.
|
|
3037
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3038
|
+
*/
|
|
3039
|
+
|
|
2780
3040
|
/*
|
|
2781
3041
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
2782
3042
|
* This software is released under MIT license.
|
|
@@ -2876,10 +3136,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
2876
3136
|
* This software is released under MIT license.
|
|
2877
3137
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2878
3138
|
*/
|
|
2879
|
-
const CLR_BLANK_OPTION = { id: '-BLANK-', label: '- Select an option -', value: null };
|
|
2880
3139
|
|
|
2881
3140
|
/*
|
|
2882
|
-
* Copyright (c) 2018-
|
|
3141
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3142
|
+
* This software is released under MIT license.
|
|
3143
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3144
|
+
*/
|
|
3145
|
+
const CLR_BLANK_OPTION = { id: '-BLANK-', label: '- Select an option -', value: null };
|
|
3146
|
+
|
|
3147
|
+
/*
|
|
3148
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2883
3149
|
* This software is released under MIT license.
|
|
2884
3150
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2885
3151
|
*/
|
|
@@ -3071,6 +3337,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3071
3337
|
}]
|
|
3072
3338
|
}] });
|
|
3073
3339
|
|
|
3340
|
+
/*
|
|
3341
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3342
|
+
* This software is released under MIT license.
|
|
3343
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3344
|
+
*/
|
|
3345
|
+
|
|
3074
3346
|
/*
|
|
3075
3347
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
3076
3348
|
* This software is released under MIT license.
|
|
@@ -3186,6 +3458,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3186
3458
|
}]
|
|
3187
3459
|
}] });
|
|
3188
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
|
+
|
|
3189
3488
|
/*
|
|
3190
3489
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3191
3490
|
* This software is released under MIT license.
|
|
@@ -3368,27 +3667,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3368
3667
|
args: [ClrTreetableActionOverflow]
|
|
3369
3668
|
}] } });
|
|
3370
3669
|
|
|
3371
|
-
/*
|
|
3372
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3373
|
-
* This software is released under MIT license.
|
|
3374
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3375
|
-
*/
|
|
3376
|
-
class ClrTreetableColumn {
|
|
3377
|
-
}
|
|
3378
|
-
ClrTreetableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3379
|
-
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 });
|
|
3380
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrTreetableColumn, decorators: [{
|
|
3381
|
-
type: Component,
|
|
3382
|
-
args: [{
|
|
3383
|
-
selector: 'clr-tt-column',
|
|
3384
|
-
template: '<ng-content></ng-content>',
|
|
3385
|
-
host: {
|
|
3386
|
-
'[class.treetable-column]': 'true',
|
|
3387
|
-
role: 'columnheader',
|
|
3388
|
-
},
|
|
3389
|
-
}]
|
|
3390
|
-
}] });
|
|
3391
|
-
|
|
3392
3670
|
/*
|
|
3393
3671
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3394
3672
|
* This software is released under MIT license.
|
|
@@ -3739,6 +4017,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3739
4017
|
}]
|
|
3740
4018
|
}] });
|
|
3741
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
|
+
|
|
3742
4026
|
/*
|
|
3743
4027
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3744
4028
|
* This software is released under MIT license.
|
|
@@ -3904,6 +4188,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
3904
4188
|
}]
|
|
3905
4189
|
}] });
|
|
3906
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
|
+
|
|
3907
4197
|
/*
|
|
3908
4198
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
3909
4199
|
* This software is released under MIT license.
|
|
@@ -4243,6 +4533,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
4243
4533
|
}]
|
|
4244
4534
|
}] });
|
|
4245
4535
|
|
|
4536
|
+
/*
|
|
4537
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4538
|
+
* This software is released under MIT license.
|
|
4539
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4540
|
+
*/
|
|
4541
|
+
|
|
4542
|
+
/*
|
|
4543
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4544
|
+
* This software is released under MIT license.
|
|
4545
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4546
|
+
*/
|
|
4547
|
+
|
|
4246
4548
|
/*
|
|
4247
4549
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4248
4550
|
* This software is released under MIT license.
|
|
@@ -4356,6 +4658,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
4356
4658
|
}]
|
|
4357
4659
|
}] });
|
|
4358
4660
|
|
|
4661
|
+
/*
|
|
4662
|
+
* Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
|
|
4663
|
+
* This software is released under MIT license.
|
|
4664
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4665
|
+
*/
|
|
4666
|
+
|
|
4359
4667
|
/**
|
|
4360
4668
|
* The abstract base class for all identifier types
|
|
4361
4669
|
*/
|
|
@@ -5223,6 +5531,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
5223
5531
|
}]
|
|
5224
5532
|
}] });
|
|
5225
5533
|
|
|
5534
|
+
const USER_INPUT_REGEX = /\d+/g;
|
|
5535
|
+
// https://en.wikipedia.org/wiki/Date_format_by_country
|
|
5536
|
+
const LITTLE_ENDIAN_REGEX = /d+.+m+.+y+/i;
|
|
5537
|
+
const MIDDLE_ENDIAN_REGEX = /m+.+d+.+y+/i;
|
|
5538
|
+
const DELIMITER_REGEX = /d+|m+|y+/i;
|
|
5539
|
+
const YEAR = 'YYYY';
|
|
5540
|
+
const MONTH = 'MM';
|
|
5541
|
+
const DATE = 'DD';
|
|
5542
|
+
const LITTLE_ENDIAN = {
|
|
5543
|
+
name: 'LITTLE_ENDIAN',
|
|
5544
|
+
format: [DATE, MONTH, YEAR],
|
|
5545
|
+
};
|
|
5546
|
+
const MIDDLE_ENDIAN = {
|
|
5547
|
+
name: 'MIDDLE_ENDIAN',
|
|
5548
|
+
format: [MONTH, DATE, YEAR],
|
|
5549
|
+
};
|
|
5550
|
+
const BIG_ENDIAN = {
|
|
5551
|
+
name: 'BIG_ENDIAN',
|
|
5552
|
+
format: [YEAR, MONTH, DATE],
|
|
5553
|
+
};
|
|
5554
|
+
/** Default separator text. */
|
|
5555
|
+
const SEPARATOR_TEXT_DEFAULT = ' - ';
|
|
5556
|
+
const TRANSLATIONS = {
|
|
5557
|
+
from: 'From',
|
|
5558
|
+
to: 'To',
|
|
5559
|
+
};
|
|
5560
|
+
|
|
5226
5561
|
/**
|
|
5227
5562
|
* Day model.
|
|
5228
5563
|
* Takes care of keeping records of full days, without the times & timezone issues.
|
|
@@ -5446,33 +5781,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
5446
5781
|
type: Output
|
|
5447
5782
|
}] } });
|
|
5448
5783
|
|
|
5449
|
-
const USER_INPUT_REGEX = /\d+/g;
|
|
5450
|
-
// https://en.wikipedia.org/wiki/Date_format_by_country
|
|
5451
|
-
const LITTLE_ENDIAN_REGEX = /d+.+m+.+y+/i;
|
|
5452
|
-
const MIDDLE_ENDIAN_REGEX = /m+.+d+.+y+/i;
|
|
5453
|
-
const DELIMITER_REGEX = /d+|m+|y+/i;
|
|
5454
|
-
const YEAR = 'YYYY';
|
|
5455
|
-
const MONTH = 'MM';
|
|
5456
|
-
const DATE = 'DD';
|
|
5457
|
-
const LITTLE_ENDIAN = {
|
|
5458
|
-
name: 'LITTLE_ENDIAN',
|
|
5459
|
-
format: [DATE, MONTH, YEAR],
|
|
5460
|
-
};
|
|
5461
|
-
const MIDDLE_ENDIAN = {
|
|
5462
|
-
name: 'MIDDLE_ENDIAN',
|
|
5463
|
-
format: [MONTH, DATE, YEAR],
|
|
5464
|
-
};
|
|
5465
|
-
const BIG_ENDIAN = {
|
|
5466
|
-
name: 'BIG_ENDIAN',
|
|
5467
|
-
format: [YEAR, MONTH, DATE],
|
|
5468
|
-
};
|
|
5469
|
-
/** Default separator text. */
|
|
5470
|
-
const SEPARATOR_TEXT_DEFAULT = ' - ';
|
|
5471
|
-
const TRANSLATIONS = {
|
|
5472
|
-
from: 'From',
|
|
5473
|
-
to: 'To',
|
|
5474
|
-
};
|
|
5475
|
-
|
|
5476
5784
|
/**
|
|
5477
5785
|
* Popover positions.
|
|
5478
5786
|
* https://github.com/vmware-clarity/ng-clarity/blob/f1a668086bf88bcf5ef1cd36b0d150e45e88def7/projects/angular/src/utils/popover/enums/positions.enum.ts
|
|
@@ -6852,6 +7160,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
6852
7160
|
}]
|
|
6853
7161
|
}] });
|
|
6854
7162
|
|
|
7163
|
+
class ClrHtmlEditorComponent {
|
|
7164
|
+
constructor() {
|
|
7165
|
+
this.clrConfig = {
|
|
7166
|
+
toolbarHiddenButtons: [['insertImage', 'insertVideo', 'fontName']],
|
|
7167
|
+
placeholder: '',
|
|
7168
|
+
sanitize: false,
|
|
7169
|
+
editable: true,
|
|
7170
|
+
};
|
|
7171
|
+
this.clrHtmlChanged = new EventEmitter();
|
|
7172
|
+
}
|
|
7173
|
+
onChange(event) {
|
|
7174
|
+
this.clrHtmlChanged.emit(event);
|
|
7175
|
+
}
|
|
7176
|
+
}
|
|
7177
|
+
ClrHtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7178
|
+
ClrHtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ClrHtmlEditorComponent, selector: "clr-html-editor", inputs: { clrHtmlContent: "clrHtmlContent", clrConfig: "clrConfig" }, outputs: { clrHtmlChanged: "clrHtmlChanged" }, host: { properties: { "class.html-editor": "true" } }, viewQueries: [{ propertyName: "angularEditor", first: true, predicate: AngularEditorComponent, descendants: true }], ngImport: i0, template: "<angular-editor\n [(ngModel)]=\"clrHtmlContent\"\n [config]=\"clrConfig\"\n (ngModelChange)=\"onChange($event)\"\n class=\"editor\"\n [class.readonly]=\"false\"\n></angular-editor>\n", dependencies: [{ kind: "component", type: i1$2.AngularEditorComponent, selector: "angular-editor", inputs: ["id", "config", "placeholder", "tabIndex"], outputs: ["html", "viewMode", "blur", "focus"] }, { kind: "directive", type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
7179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorComponent, decorators: [{
|
|
7180
|
+
type: Component,
|
|
7181
|
+
args: [{ selector: 'clr-html-editor', host: {
|
|
7182
|
+
'[class.html-editor]': 'true',
|
|
7183
|
+
}, template: "<angular-editor\n [(ngModel)]=\"clrHtmlContent\"\n [config]=\"clrConfig\"\n (ngModelChange)=\"onChange($event)\"\n class=\"editor\"\n [class.readonly]=\"false\"\n></angular-editor>\n" }]
|
|
7184
|
+
}], propDecorators: { clrHtmlContent: [{
|
|
7185
|
+
type: Input
|
|
7186
|
+
}], clrConfig: [{
|
|
7187
|
+
type: Input
|
|
7188
|
+
}], clrHtmlChanged: [{
|
|
7189
|
+
type: Output
|
|
7190
|
+
}], angularEditor: [{
|
|
7191
|
+
type: ViewChild,
|
|
7192
|
+
args: [AngularEditorComponent]
|
|
7193
|
+
}] } });
|
|
7194
|
+
|
|
7195
|
+
class ClrHtmlEditorModule {
|
|
7196
|
+
}
|
|
7197
|
+
ClrHtmlEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7198
|
+
ClrHtmlEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, declarations: [ClrHtmlEditorComponent], imports: [CommonModule, HttpClientModule, AngularEditorModule, FormsModule, ReactiveFormsModule], exports: [ClrHtmlEditorComponent] });
|
|
7199
|
+
ClrHtmlEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, imports: [CommonModule, HttpClientModule, AngularEditorModule, FormsModule, ReactiveFormsModule] });
|
|
7200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrHtmlEditorModule, decorators: [{
|
|
7201
|
+
type: NgModule,
|
|
7202
|
+
args: [{
|
|
7203
|
+
declarations: [ClrHtmlEditorComponent],
|
|
7204
|
+
imports: [CommonModule, HttpClientModule, AngularEditorModule, FormsModule, ReactiveFormsModule],
|
|
7205
|
+
exports: [ClrHtmlEditorComponent],
|
|
7206
|
+
}]
|
|
7207
|
+
}] });
|
|
7208
|
+
|
|
6855
7209
|
/*
|
|
6856
7210
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
6857
7211
|
* This software is released under MIT license.
|
|
@@ -6890,7 +7244,8 @@ ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
6890
7244
|
ClrDatagridStatePersistenceModule,
|
|
6891
7245
|
ClrEnumFilterModule,
|
|
6892
7246
|
ClrDateFilterModule,
|
|
6893
|
-
ClrDaterangepickerModule
|
|
7247
|
+
ClrDaterangepickerModule,
|
|
7248
|
+
ClrHtmlEditorModule] });
|
|
6894
7249
|
ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrAddonsModule, imports: [ClrViewEditSectionModule,
|
|
6895
7250
|
ClrPagerModule,
|
|
6896
7251
|
ClrDotPagerModule,
|
|
@@ -6921,7 +7276,8 @@ ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
6921
7276
|
ClrDatagridStatePersistenceModule,
|
|
6922
7277
|
ClrEnumFilterModule,
|
|
6923
7278
|
ClrDateFilterModule,
|
|
6924
|
-
ClrDaterangepickerModule
|
|
7279
|
+
ClrDaterangepickerModule,
|
|
7280
|
+
ClrHtmlEditorModule] });
|
|
6925
7281
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrAddonsModule, decorators: [{
|
|
6926
7282
|
type: NgModule,
|
|
6927
7283
|
args: [{
|
|
@@ -6957,270 +7313,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
6957
7313
|
ClrEnumFilterModule,
|
|
6958
7314
|
ClrDateFilterModule,
|
|
6959
7315
|
ClrDaterangepickerModule,
|
|
7316
|
+
ClrHtmlEditorModule,
|
|
6960
7317
|
],
|
|
6961
7318
|
}]
|
|
6962
7319
|
}] });
|
|
6963
7320
|
|
|
6964
|
-
/*
|
|
6965
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6966
|
-
* This software is released under MIT license.
|
|
6967
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6968
|
-
*/
|
|
6969
|
-
|
|
6970
|
-
/*
|
|
6971
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6972
|
-
* This software is released under MIT license.
|
|
6973
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6974
|
-
*/
|
|
6975
|
-
|
|
6976
|
-
/*
|
|
6977
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6978
|
-
* This software is released under MIT license.
|
|
6979
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6980
|
-
*/
|
|
6981
|
-
|
|
6982
|
-
/*
|
|
6983
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6984
|
-
* This software is released under MIT license.
|
|
6985
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6986
|
-
*/
|
|
6987
|
-
|
|
6988
|
-
/*
|
|
6989
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
6990
|
-
* This software is released under MIT license.
|
|
6991
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6992
|
-
*/
|
|
6993
|
-
|
|
6994
|
-
/*
|
|
6995
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
6996
|
-
* This software is released under MIT license.
|
|
6997
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6998
|
-
*/
|
|
6999
|
-
|
|
7000
|
-
/*
|
|
7001
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7002
|
-
* This software is released under MIT license.
|
|
7003
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7004
|
-
*/
|
|
7005
|
-
|
|
7006
|
-
/*
|
|
7007
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7008
|
-
* This software is released under MIT license.
|
|
7009
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7010
|
-
*/
|
|
7011
|
-
|
|
7012
|
-
/*
|
|
7013
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7014
|
-
* This software is released under MIT license.
|
|
7015
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7016
|
-
*/
|
|
7017
|
-
|
|
7018
|
-
/*
|
|
7019
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7020
|
-
* This software is released under MIT license.
|
|
7021
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7022
|
-
*/
|
|
7023
|
-
/*
|
|
7024
|
-
* Copyright (c) 2018-2021 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
|
-
* A reference to an active (currently opened) notification.
|
|
7030
|
-
*
|
|
7031
|
-
* @deprecated not used anymore.
|
|
7032
|
-
*/
|
|
7033
|
-
class ClrActiveNotification {
|
|
7034
|
-
}
|
|
7035
|
-
class ClrContentRef {
|
|
7036
|
-
constructor(nodes, viewRef, componentRef) {
|
|
7037
|
-
this.nodes = nodes;
|
|
7038
|
-
this.viewRef = viewRef;
|
|
7039
|
-
this.componentRef = componentRef;
|
|
7040
|
-
}
|
|
7041
|
-
}
|
|
7042
|
-
/**
|
|
7043
|
-
* A reference to a newly opened notification.
|
|
7044
|
-
*/
|
|
7045
|
-
class ClrNotificationRef {
|
|
7046
|
-
constructor(_notificationCmptRef, _contentRef) {
|
|
7047
|
-
this._notificationCmptRef = _notificationCmptRef;
|
|
7048
|
-
this._contentRef = _contentRef;
|
|
7049
|
-
_notificationCmptRef.instance.closed.pipe(take(1)).subscribe(() => {
|
|
7050
|
-
this.close();
|
|
7051
|
-
});
|
|
7052
|
-
this.result = new Promise(resolve => {
|
|
7053
|
-
this._resolve = resolve;
|
|
7054
|
-
});
|
|
7055
|
-
this.result.then(null);
|
|
7056
|
-
}
|
|
7057
|
-
/**
|
|
7058
|
-
* Can be used to close a notification
|
|
7059
|
-
*/
|
|
7060
|
-
close() {
|
|
7061
|
-
if (this._notificationCmptRef) {
|
|
7062
|
-
this._resolve();
|
|
7063
|
-
this._removeModalElements();
|
|
7064
|
-
}
|
|
7065
|
-
}
|
|
7066
|
-
_removeModalElements() {
|
|
7067
|
-
const notificationNativeEl = this._notificationCmptRef.location.nativeElement;
|
|
7068
|
-
notificationNativeEl.parentNode.removeChild(notificationNativeEl);
|
|
7069
|
-
this._notificationCmptRef.destroy();
|
|
7070
|
-
if (this._contentRef && this._contentRef.viewRef) {
|
|
7071
|
-
this._contentRef.viewRef.destroy();
|
|
7072
|
-
}
|
|
7073
|
-
this._notificationCmptRef = null;
|
|
7074
|
-
this._contentRef = null;
|
|
7075
|
-
}
|
|
7076
|
-
}
|
|
7077
|
-
|
|
7078
|
-
/*
|
|
7079
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7080
|
-
* This software is released under MIT license.
|
|
7081
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7082
|
-
*/
|
|
7083
|
-
class ClrNotificationService {
|
|
7084
|
-
constructor(_injector, _applicationRef, _componentFactoryResolver, _document) {
|
|
7085
|
-
this._injector = _injector;
|
|
7086
|
-
this._applicationRef = _applicationRef;
|
|
7087
|
-
this._componentFactoryResolver = _componentFactoryResolver;
|
|
7088
|
-
this._document = _document;
|
|
7089
|
-
this.elements = new Set();
|
|
7090
|
-
}
|
|
7091
|
-
openNotification(content, options = {}) {
|
|
7092
|
-
const contentRef = this._getContentRef(content, options);
|
|
7093
|
-
const notificationCmptRef = this._attachWindowComponent(this._document.body, contentRef);
|
|
7094
|
-
const notificationRef = new ClrNotificationRef(notificationCmptRef, contentRef);
|
|
7095
|
-
this._applyWindowOptions(notificationCmptRef.instance, options);
|
|
7096
|
-
notificationCmptRef.instance.closed
|
|
7097
|
-
.pipe(take(1))
|
|
7098
|
-
.subscribe(this._afterClose.bind(this, notificationCmptRef.instance));
|
|
7099
|
-
notificationCmptRef.instance.heightInitalized.then(() => this.elements.forEach(el => {
|
|
7100
|
-
if (el !== notificationCmptRef.instance) {
|
|
7101
|
-
el.moveDown(notificationCmptRef.instance.height);
|
|
7102
|
-
}
|
|
7103
|
-
}));
|
|
7104
|
-
this.elements.add(notificationCmptRef.instance);
|
|
7105
|
-
return notificationRef;
|
|
7106
|
-
}
|
|
7107
|
-
_afterClose(notification) {
|
|
7108
|
-
this.elements.delete(notification);
|
|
7109
|
-
this.elements.forEach(el => {
|
|
7110
|
-
if (el.translate > notification.translate) {
|
|
7111
|
-
el.moveUp(notification.height);
|
|
7112
|
-
}
|
|
7113
|
-
});
|
|
7114
|
-
}
|
|
7115
|
-
_getContentRef(content, options) {
|
|
7116
|
-
if (content instanceof TemplateRef) {
|
|
7117
|
-
return this._createFromTemplateRef(content, options.ngTemplateOutletContext);
|
|
7118
|
-
}
|
|
7119
|
-
else if (typeof content === 'string') {
|
|
7120
|
-
return this._createFromString(content);
|
|
7121
|
-
}
|
|
7122
|
-
return new ClrContentRef([]);
|
|
7123
|
-
}
|
|
7124
|
-
_createFromTemplateRef(content, context) {
|
|
7125
|
-
const viewRef = content.createEmbeddedView(context);
|
|
7126
|
-
this._applicationRef.attachView(viewRef);
|
|
7127
|
-
return new ClrContentRef([viewRef.rootNodes], viewRef);
|
|
7128
|
-
}
|
|
7129
|
-
_createFromString(content) {
|
|
7130
|
-
const component = this._document.createTextNode(`${content}`);
|
|
7131
|
-
return new ClrContentRef([[component]]);
|
|
7132
|
-
}
|
|
7133
|
-
_attachWindowComponent(containerEl, contentRef) {
|
|
7134
|
-
const containerFactory = this._componentFactoryResolver.resolveComponentFactory(ClrNotification);
|
|
7135
|
-
const containerCmptRef = containerFactory.create(this._injector, contentRef.nodes);
|
|
7136
|
-
this._applicationRef.attachView(containerCmptRef.hostView);
|
|
7137
|
-
containerEl.appendChild(containerCmptRef.location.nativeElement);
|
|
7138
|
-
return containerCmptRef;
|
|
7139
|
-
}
|
|
7140
|
-
_applyWindowOptions(notificationInstance, options) {
|
|
7141
|
-
if (options.timeout != undefined && options.timeout != null) {
|
|
7142
|
-
notificationInstance.timeout = options.timeout;
|
|
7143
|
-
}
|
|
7144
|
-
if (options.notificationType != undefined && options.notificationType != null) {
|
|
7145
|
-
notificationInstance.notificationType = options.notificationType;
|
|
7146
|
-
}
|
|
7147
|
-
if (options.dismissable != undefined && options.dismissable != null) {
|
|
7148
|
-
notificationInstance.dismissable = options.dismissable;
|
|
7149
|
-
}
|
|
7150
|
-
if (options.progressbar != undefined && options.progressbar != null) {
|
|
7151
|
-
notificationInstance.progressbar = options.progressbar;
|
|
7152
|
-
}
|
|
7153
|
-
}
|
|
7154
|
-
}
|
|
7155
|
-
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 });
|
|
7156
|
-
ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService });
|
|
7157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ClrNotificationService, decorators: [{
|
|
7158
|
-
type: Injectable
|
|
7159
|
-
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
|
|
7160
|
-
type: Inject,
|
|
7161
|
-
args: [DOCUMENT]
|
|
7162
|
-
}] }]; } });
|
|
7163
|
-
|
|
7164
|
-
/*
|
|
7165
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7166
|
-
* This software is released under MIT license.
|
|
7167
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7168
|
-
*/
|
|
7169
|
-
|
|
7170
|
-
/*
|
|
7171
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7172
|
-
* This software is released under MIT license.
|
|
7173
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7174
|
-
*/
|
|
7175
|
-
|
|
7176
|
-
/*
|
|
7177
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7178
|
-
* This software is released under MIT license.
|
|
7179
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7180
|
-
*/
|
|
7181
|
-
|
|
7182
|
-
/*
|
|
7183
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7184
|
-
* This software is released under MIT license.
|
|
7185
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7186
|
-
*/
|
|
7187
|
-
|
|
7188
|
-
/*
|
|
7189
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7190
|
-
* This software is released under MIT license.
|
|
7191
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7192
|
-
*/
|
|
7193
|
-
|
|
7194
|
-
/*
|
|
7195
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7196
|
-
* This software is released under MIT license.
|
|
7197
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7198
|
-
*/
|
|
7199
|
-
|
|
7200
|
-
/*
|
|
7201
|
-
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
7202
|
-
* This software is released under MIT license.
|
|
7203
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7204
|
-
*/
|
|
7205
|
-
|
|
7206
|
-
/*
|
|
7207
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7208
|
-
* This software is released under MIT license.
|
|
7209
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7210
|
-
*/
|
|
7211
|
-
|
|
7212
|
-
/*
|
|
7213
|
-
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
7214
|
-
* This software is released under MIT license.
|
|
7215
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7216
|
-
*/
|
|
7217
|
-
|
|
7218
|
-
/*
|
|
7219
|
-
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
7220
|
-
* This software is released under MIT license.
|
|
7221
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7222
|
-
*/
|
|
7223
|
-
|
|
7224
7321
|
/*
|
|
7225
7322
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7226
7323
|
* This software is released under MIT license.
|
|
@@ -7247,24 +7344,6 @@ function escapeRegex(s) {
|
|
|
7247
7344
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7248
7345
|
*/
|
|
7249
7346
|
|
|
7250
|
-
/*
|
|
7251
|
-
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7252
|
-
* This software is released under MIT license.
|
|
7253
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7254
|
-
*/
|
|
7255
|
-
|
|
7256
|
-
/*
|
|
7257
|
-
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
7258
|
-
* This software is released under MIT license.
|
|
7259
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7260
|
-
*/
|
|
7261
|
-
|
|
7262
|
-
/*
|
|
7263
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7264
|
-
* This software is released under MIT license.
|
|
7265
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7266
|
-
*/
|
|
7267
|
-
|
|
7268
7347
|
/*
|
|
7269
7348
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7270
7349
|
* This software is released under MIT license.
|
|
@@ -7578,24 +7657,6 @@ const ClrAddonsIconShapes = {
|
|
|
7578
7657
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7579
7658
|
*/
|
|
7580
7659
|
|
|
7581
|
-
/*
|
|
7582
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7583
|
-
* This software is released under MIT license.
|
|
7584
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7585
|
-
*/
|
|
7586
|
-
|
|
7587
|
-
/*
|
|
7588
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
7589
|
-
* This software is released under MIT license.
|
|
7590
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7591
|
-
*/
|
|
7592
|
-
|
|
7593
|
-
/*
|
|
7594
|
-
* Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
|
|
7595
|
-
* This software is released under MIT license.
|
|
7596
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
7597
|
-
*/
|
|
7598
|
-
|
|
7599
7660
|
/*
|
|
7600
7661
|
* Copyright (c) 2018-2023 Porsche Informatik. All Rights Reserved.
|
|
7601
7662
|
* This software is released under MIT license.
|
|
@@ -7606,5 +7667,5 @@ const ClrAddonsIconShapes = {
|
|
|
7606
7667
|
* Generated bundle index. Do not edit.
|
|
7607
7668
|
*/
|
|
7608
7669
|
|
|
7609
|
-
export { ACShape, AcceptedBrands, AccessoriesShape, AccessoryPartsShape, AudiBrandShape, AwardWinnerPremiumShape, BIG_ENDIAN, BlocksGroupForwardShape, BrochureShape, BundleForwardShape, BusinessCustomersCommercialShape, BusinessCustomersPrivateShape, BusinessPartnerWithCar, CLR_BLANK_OPTION, CONTENT_PROVIDER, CalculatorForwardShape, CaliforniaServiceShape, CaliforniaSpecialistShape, CampaignOutdatedShape, CampaignShape, CarPickupServiceShape, CarWashShape, CertifiedRepairShape, CertifiedRetailerShape, ClrActiveNotification, ClrAddonsIconShapes, ClrAddonsLabel, ClrAddonsModule, ClrAutocompleteOff, ClrAutocompleteOffModule, ClrBackButton, ClrBackButtonModule, ClrBrandAvatar, ClrBrandAvatarModule, ClrBreadcrumb, ClrBreadcrumbModule, ClrBreadcrumbService, ClrCollapseExpandSection, ClrCollapseExpandSectionModule, ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter, ClrContentPanelModule, ClrContentRef, ClrDataListPredefinedValidatorDirective, ClrDataListValidatorModule, ClrDataListValidators, ClrDatagridStatePersistenceModule, ClrDateFilterComponent, ClrDateFilterModule, ClrDateTimeContainer, ClrDateTimeModule, ClrDaterangeMaxValidator, ClrDaterangeMinValidator, ClrDaterangeOrderValidator, ClrDaterangeRequiredValidator, ClrDaterangepickerContainerComponent, ClrDaterangepickerDirective, ClrDaterangepickerModule, ClrDotPager, ClrDotPagerModule, ClrDropdownOverflowDirective, ClrDropdownOverflowModule, ClrEnumFilterComponent, ClrEnumFilterModule, ClrFlowBar, ClrFlowBarModule, ClrFormModule, ClrGenericQuickList, ClrGenericQuickListModule, ClrHistory, ClrHistoryModule, ClrHistoryPinned, ClrHistoryService, ClrIfDaterangeErrorDirective, ClrLetterAvatar, ClrLetterAvatarModule, ClrLocationBarModule, ClrMainNavGroup, ClrMainNavGroupItem, ClrMainNavGroupModule, ClrMaxNumeric, ClrMinNumeric, ClrMultilingualInput, ClrMultilingualInputValidators, ClrMultilingualModule, ClrMultilingualSelector, ClrMultilingualTextarea, ClrNotification, ClrNotificationModule, ClrNotificationRef, ClrNotificationService, ClrNumericField, ClrNumericFieldModule, ClrNumericFieldValidators, ClrPagedSearchResultList, ClrPagedSearchResultListModule, ClrPager, ClrPagerModule, ClrProgressSpinnerComponent, ClrProgressSpinnerModule, ClrQuickList, ClrQuickListModule, ClrRequiredAllMultilang, ClrRequiredOneMultilang, ClrSearchField, ClrSearchFieldModule, ClrTimeInput, ClrTreetable, ClrTreetableActionOverflow, ClrTreetableCell, ClrTreetableColumn, ClrTreetableModule, ClrTreetablePlaceholder, ClrTreetableRow, ClrViewEditSection, ClrViewEditSectionModule, ColumnHiddenStatePersistenceDirective, ConfiguratorCommercialShape, ConfiguratorPrivateShape, ConsumptionShape, ContactDealerShape, CupraBrandShape, CustomersCenterShape, DATE, DELIMITER_REGEX, DWABrandShape, DatagridFieldDirective, DayModel, DieselShape, DollarBillForwardShape, DollarBillPartialShape, DriversAssistanceShape, EfficiencyShape, ElectricCarsServiceShape, ElectricCarsShape, ElectricityShape, EmissionShape, EnergyShape, EngineShape, ExpressServiceShape, ExteriorShape, ExternalPartForwardShape, FindACarShape, FleetServiceCommercialShape, FleetServicePrivateShape, GasCarsServiceShape, GasShape, HybridShape, InternalPartForwardShape, ItemsForwardShape, ItemsRecieveShape, LITTLE_ENDIAN, LITTLE_ENDIAN_REGEX, LoadingVolumeShape, LocateShape, LocationBarComponent, LocationBarContentProvider, LocationBarNode, MIDDLE_ENDIAN, MIDDLE_ENDIAN_REGEX, MONTH, NewCarCommercialShape, NewCarPrivateShape, NewCarUtilityVehicleShape, NightServiceShape, NodeId, OffersShape, OnCallDutyShape, OpenSatShape, PaintMaterialForwardShape, PaintMaterialShape, PaintShopShape, PartNonStockForwardShape, PartsForwardShape, PartsNonStockShape, PartsShape, PayloadShape, PerformanceShape, PetrolShape, PlusServiceShape, PopoverPositions, PorscheBrandShape, PowerShape, PowerTrainShape, PriceTypeSwitchShape, QualifiedWorkshopShape, RoadsideAssistanceShape, RouteShape, SEPARATOR_TEXT_DEFAULT, SeatAirShape, SeatBrandShape, SeatShape, ServiceBellShape, ServiceShape, SizeShape, SkodaBrandShape, StatePersistenceKeyDirective, StockLocatorCommercialShape, StockLocatorPrivateShape, TRANSLATIONS, TaskAndAppointment, TaxiDealerShape, TextForward, TopcardShape, TouaregServiceShape, TransmissionAutomaticShape, TransmissionManualShape, TreetableCellRenderer, TreetableHeaderRenderer, TreetableMainRenderer, TreetableRowRenderer, USER_INPUT_REGEX, UsedCarCommercialShape, UsedCarPrivateShape, VWBrandShape, VWNBrandShape, VWShape, VehicleConversionShape, View360Shape, VirtualRealityShape, WheelToWheelShape, WindscreenWashShape, WrenchForward, YEAR, clrIconSVG, escapeHtml, escapeRegex };
|
|
7670
|
+
export { ACShape, AcceptedBrands, AccessoriesShape, AccessoryPartsShape, AudiBrandShape, AwardWinnerPremiumShape, BIG_ENDIAN, BlocksGroupForwardShape, BrochureShape, BundleForwardShape, BusinessCustomersCommercialShape, BusinessCustomersPrivateShape, BusinessPartnerWithCar, CLR_BLANK_OPTION, CONTENT_PROVIDER, CalculatorForwardShape, CaliforniaServiceShape, CaliforniaSpecialistShape, CampaignOutdatedShape, CampaignShape, CarPickupServiceShape, CarWashShape, CertifiedRepairShape, CertifiedRetailerShape, ClrActiveNotification, ClrAddonsIconShapes, ClrAddonsLabel, ClrAddonsModule, ClrAutocompleteOff, ClrAutocompleteOffModule, ClrBackButton, ClrBackButtonModule, ClrBrandAvatar, ClrBrandAvatarModule, ClrBreadcrumb, ClrBreadcrumbModule, ClrBreadcrumbService, ClrCollapseExpandSection, ClrCollapseExpandSectionModule, ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter, ClrContentPanelModule, ClrContentRef, ClrDataListPredefinedValidatorDirective, ClrDataListValidatorModule, ClrDataListValidators, ClrDatagridStatePersistenceModule, ClrDateFilterComponent, ClrDateFilterModule, ClrDateTimeContainer, ClrDateTimeModule, ClrDaterangeMaxValidator, ClrDaterangeMinValidator, ClrDaterangeOrderValidator, ClrDaterangeRequiredValidator, ClrDaterangepickerContainerComponent, ClrDaterangepickerDirective, ClrDaterangepickerModule, ClrDotPager, ClrDotPagerModule, ClrDropdownOverflowDirective, ClrDropdownOverflowModule, ClrEnumFilterComponent, ClrEnumFilterModule, ClrFlowBar, ClrFlowBarModule, ClrFormModule, ClrGenericQuickList, ClrGenericQuickListModule, ClrHistory, ClrHistoryModule, ClrHistoryPinned, ClrHistoryService, ClrHtmlEditorComponent, ClrHtmlEditorModule, ClrIfDaterangeErrorDirective, ClrLetterAvatar, ClrLetterAvatarModule, ClrLocationBarModule, ClrMainNavGroup, ClrMainNavGroupItem, ClrMainNavGroupModule, ClrMaxNumeric, ClrMinNumeric, ClrMultilingualInput, ClrMultilingualInputValidators, ClrMultilingualModule, ClrMultilingualSelector, ClrMultilingualTextarea, ClrNotification, ClrNotificationModule, ClrNotificationRef, ClrNotificationService, ClrNumericField, ClrNumericFieldModule, ClrNumericFieldValidators, ClrPagedSearchResultList, ClrPagedSearchResultListModule, ClrPager, ClrPagerModule, ClrProgressSpinnerComponent, ClrProgressSpinnerModule, ClrQuickList, ClrQuickListModule, ClrRequiredAllMultilang, ClrRequiredOneMultilang, ClrSearchField, ClrSearchFieldModule, ClrTimeInput, ClrTreetable, ClrTreetableActionOverflow, ClrTreetableCell, ClrTreetableColumn, ClrTreetableModule, ClrTreetablePlaceholder, ClrTreetableRow, ClrViewEditSection, ClrViewEditSectionModule, ColumnHiddenStatePersistenceDirective, ConfiguratorCommercialShape, ConfiguratorPrivateShape, ConsumptionShape, ContactDealerShape, CupraBrandShape, CustomersCenterShape, DATE, DELIMITER_REGEX, DWABrandShape, DatagridFieldDirective, DayModel, DieselShape, DollarBillForwardShape, DollarBillPartialShape, DriversAssistanceShape, EfficiencyShape, ElectricCarsServiceShape, ElectricCarsShape, ElectricityShape, EmissionShape, EnergyShape, EngineShape, ExpressServiceShape, ExteriorShape, ExternalPartForwardShape, FindACarShape, FleetServiceCommercialShape, FleetServicePrivateShape, GasCarsServiceShape, GasShape, HybridShape, InternalPartForwardShape, ItemsForwardShape, ItemsRecieveShape, LITTLE_ENDIAN, LITTLE_ENDIAN_REGEX, LoadingVolumeShape, LocateShape, LocationBarComponent, LocationBarContentProvider, LocationBarNode, MIDDLE_ENDIAN, MIDDLE_ENDIAN_REGEX, MONTH, NewCarCommercialShape, NewCarPrivateShape, NewCarUtilityVehicleShape, NightServiceShape, NodeId, OffersShape, OnCallDutyShape, OpenSatShape, PaintMaterialForwardShape, PaintMaterialShape, PaintShopShape, PartNonStockForwardShape, PartsForwardShape, PartsNonStockShape, PartsShape, PayloadShape, PerformanceShape, PetrolShape, PlusServiceShape, PopoverPositions, PorscheBrandShape, PowerShape, PowerTrainShape, PriceTypeSwitchShape, QualifiedWorkshopShape, RoadsideAssistanceShape, RouteShape, SEPARATOR_TEXT_DEFAULT, SeatAirShape, SeatBrandShape, SeatShape, ServiceBellShape, ServiceShape, SizeShape, SkodaBrandShape, StatePersistenceKeyDirective, StockLocatorCommercialShape, StockLocatorPrivateShape, TRANSLATIONS, TaskAndAppointment, TaxiDealerShape, TextForward, TopcardShape, TouaregServiceShape, TransmissionAutomaticShape, TransmissionManualShape, TreetableCellRenderer, TreetableHeaderRenderer, TreetableMainRenderer, TreetableRowRenderer, USER_INPUT_REGEX, UsedCarCommercialShape, UsedCarPrivateShape, VWBrandShape, VWNBrandShape, VWShape, VehicleConversionShape, View360Shape, VirtualRealityShape, WheelToWheelShape, WindscreenWashShape, WrenchForward, YEAR, clrIconSVG, escapeHtml, escapeRegex };
|
|
7610
7671
|
//# sourceMappingURL=clr-addons.mjs.map
|