@datarailsshared/datarailsshared 1.6.101 → 1.6.103
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/datarailsshared-datarailsshared-1.6.103.tgz +0 -0
- package/esm2022/lib/directives/autofocus/autofocus.directive.mjs +26 -0
- package/esm2022/lib/dr-dialog/components/dialog-modal-wrapper/dialog-modal-wrapper.component.mjs +6 -6
- package/esm2022/lib/dr-inputs/button/button.component.mjs +5 -4
- package/esm2022/lib/dr-inputs/date-pickers/dr-date-picker-with-timeframe/dr-date-picker-with-timeframe.component.mjs +6 -6
- package/esm2022/lib/dr-inputs/dr-inputs.module.mjs +9 -10
- package/esm2022/lib/dr-inputs/dr-select-add-item/dr-select-add-item.component.mjs +4 -4
- package/esm2022/lib/filter-dropdown/filter-dropdown.component.mjs +421 -0
- package/esm2022/lib/pipes/search/search.pipe.mjs +36 -0
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/datarailsshared-datarailsshared.mjs +629 -170
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/directives/autofocus/autofocus.directive.d.ts +9 -0
- package/lib/dr-inputs/button/button.component.d.ts +2 -2
- package/lib/dr-inputs/dr-inputs.module.d.ts +20 -20
- package/lib/filter-dropdown/filter-dropdown.component.d.ts +53 -0
- package/lib/pipes/search/search.pipe.d.ts +8 -0
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
- package/datarailsshared-datarailsshared-1.6.101.tgz +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, Component, Output, Input, Injectable, inject, ChangeDetectorRef, DestroyRef, ChangeDetectionStrategy, HostBinding, TemplateRef, HostListener, Directive, forwardRef, ViewChild, ContentChild, Pipe, ComponentFactoryResolver, Injector, Inject, Optional, ViewEncapsulation, PLATFORM_ID, ContentChildren, ElementRef, Host, ViewContainerRef, NgModule, ViewChildren, InjectionToken, SkipSelf } from '@angular/core';
|
|
2
|
+
import { EventEmitter, Component, Output, Input, Injectable, inject, ChangeDetectorRef, DestroyRef, ChangeDetectionStrategy, HostBinding, TemplateRef, HostListener, Directive, forwardRef, ViewChild, ContentChild, Pipe, ComponentFactoryResolver, Injector, Inject, Optional, ViewEncapsulation, PLATFORM_ID, ContentChildren, ElementRef, Host, ViewContainerRef, NgModule, ViewChildren, InjectionToken, SkipSelf, booleanAttribute } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common';
|
|
4
4
|
import { CommonModule, isPlatformBrowser, DOCUMENT } from '@angular/common';
|
|
5
5
|
import { MomentDateAdapter, MAT_MOMENT_DATE_ADAPTER_OPTIONS, MatMomentDateModule } from '@angular/material-moment-adapter';
|
|
@@ -11,7 +11,7 @@ import * as i1$2 from '@angular/forms';
|
|
|
11
11
|
import { NG_VALUE_ACCESSOR, FormBuilder, FormGroup, FormControl, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
12
12
|
import { Observable, BehaviorSubject, distinctUntilChanged, Subject, startWith, takeUntil, noop as noop$3, combineLatest, from, merge as merge$1, fromEvent, filter as filter$1, switchMap as switchMap$1, map as map$2, observeOn, asyncScheduler, withLatestFrom, first as first$1, interval, throwError, finalize as finalize$1, tap as tap$1, defer, throttleTime } from 'rxjs';
|
|
13
13
|
import * as _ from 'lodash';
|
|
14
|
-
import { isNil, isObject, cloneDeep, find, indexOf, reduce, map as map$1, isNumber, merge, forEach, some, orderBy, filter as filter$2, includes, pull, concat, isString, isBoolean } from 'lodash';
|
|
14
|
+
import { isNil, isObject, cloneDeep, find, indexOf, reduce, map as map$1, isNumber, merge, forEach, some, orderBy, filter as filter$2, includes, pull, concat, isString, isBoolean, keys } from 'lodash';
|
|
15
15
|
import { skip, debounceTime, filter, distinctUntilChanged as distinctUntilChanged$1, takeUntil as takeUntil$1, startWith as startWith$1, map, tap, shareReplay, switchMap, first, catchError, finalize, take } from 'rxjs/operators';
|
|
16
16
|
import * as i5 from '@angular/material/datepicker';
|
|
17
17
|
import { MatCalendar, DateRange, MAT_DATE_RANGE_SELECTION_STRATEGY, MatDatepickerModule } from '@angular/material/datepicker';
|
|
@@ -640,7 +640,7 @@ var TooltipTheme;
|
|
|
640
640
|
TooltipTheme["DARK"] = "dark";
|
|
641
641
|
})(TooltipTheme || (TooltipTheme = {}));
|
|
642
642
|
|
|
643
|
-
const _c0$
|
|
643
|
+
const _c0$L = ["*"];
|
|
644
644
|
class TooltipDefaultComponent {
|
|
645
645
|
constructor() {
|
|
646
646
|
this.theme = TooltipTheme.LIGHT;
|
|
@@ -648,7 +648,7 @@ class TooltipDefaultComponent {
|
|
|
648
648
|
/** @nocollapse */ static { this.ɵfac = function TooltipDefaultComponent_Factory(t) { return new (t || TooltipDefaultComponent)(); }; }
|
|
649
649
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipDefaultComponent, selectors: [["dr-tooltip-default"]], hostVars: 2, hostBindings: function TooltipDefaultComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
650
650
|
i0.ɵɵclassMap(ctx.theme);
|
|
651
|
-
} }, inputs: { content: "content", theme: "theme" }, ngContentSelectors: _c0$
|
|
651
|
+
} }, inputs: { content: "content", theme: "theme" }, ngContentSelectors: _c0$L, decls: 2, vars: 1, consts: [[1, "content", 3, "innerHTML"]], template: function TooltipDefaultComponent_Template(rf, ctx) { if (rf & 1) {
|
|
652
652
|
i0.ɵɵprojectionDef();
|
|
653
653
|
i0.ɵɵelement(0, "span", 0);
|
|
654
654
|
i0.ɵɵprojection(1);
|
|
@@ -689,7 +689,7 @@ function TooltipComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
689
689
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
690
690
|
i0.ɵɵproperty("content", ctx_r3.content)("theme", ctx_r3.theme);
|
|
691
691
|
} }
|
|
692
|
-
const _c0$
|
|
692
|
+
const _c0$K = function (a0) { return { "dr-tooltip": a0 }; };
|
|
693
693
|
class TooltipComponent {
|
|
694
694
|
constructor() {
|
|
695
695
|
this.isContentTemplate = false;
|
|
@@ -719,7 +719,7 @@ class TooltipComponent {
|
|
|
719
719
|
} if (rf & 2) {
|
|
720
720
|
const _r2 = i0.ɵɵreference(4);
|
|
721
721
|
i0.ɵɵclassMap(ctx.position + " " + ctx.class + " " + ctx.theme);
|
|
722
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$
|
|
722
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$K, !(ctx.options == null ? null : ctx.options.withoutContainerStyles)));
|
|
723
723
|
i0.ɵɵadvance(1);
|
|
724
724
|
i0.ɵɵproperty("ngIf", !(ctx.options == null ? null : ctx.options.withoutArrow));
|
|
725
725
|
i0.ɵɵadvance(1);
|
|
@@ -1061,9 +1061,9 @@ class DrModelDebounceChangeDirective {
|
|
|
1061
1061
|
type: Output
|
|
1062
1062
|
}] }); })();
|
|
1063
1063
|
|
|
1064
|
-
const _c0$
|
|
1065
|
-
const _c1$
|
|
1066
|
-
const _c2$
|
|
1064
|
+
const _c0$J = ["prefix"];
|
|
1065
|
+
const _c1$k = ["suffix"];
|
|
1066
|
+
const _c2$a = ["inputRef"];
|
|
1067
1067
|
function DrInputComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
1068
1068
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
1069
1069
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -1274,14 +1274,14 @@ class DrInputComponent {
|
|
|
1274
1274
|
}
|
|
1275
1275
|
/** @nocollapse */ static { this.ɵfac = function DrInputComponent_Factory(t) { return new (t || DrInputComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
1276
1276
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrInputComponent, selectors: [["dr-input"]], contentQueries: function DrInputComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1277
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
1278
|
-
i0.ɵɵcontentQuery(dirIndex, _c1$
|
|
1277
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$J, 5);
|
|
1278
|
+
i0.ɵɵcontentQuery(dirIndex, _c1$k, 5);
|
|
1279
1279
|
} if (rf & 2) {
|
|
1280
1280
|
let _t;
|
|
1281
1281
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.prefixIcon = _t.first);
|
|
1282
1282
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.suffixIcon = _t.first);
|
|
1283
1283
|
} }, viewQuery: function DrInputComponent_Query(rf, ctx) { if (rf & 1) {
|
|
1284
|
-
i0.ɵɵviewQuery(_c2$
|
|
1284
|
+
i0.ɵɵviewQuery(_c2$a, 5);
|
|
1285
1285
|
} if (rf & 2) {
|
|
1286
1286
|
let _t;
|
|
1287
1287
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputElement = _t.first);
|
|
@@ -1398,9 +1398,9 @@ class DrInputComponent {
|
|
|
1398
1398
|
args: ['tabindex']
|
|
1399
1399
|
}] }); })();
|
|
1400
1400
|
|
|
1401
|
-
const _c0$
|
|
1402
|
-
const _c1$
|
|
1403
|
-
const _c2$
|
|
1401
|
+
const _c0$I = ["labelTemplate"];
|
|
1402
|
+
const _c1$j = ["multiLabelTemplate"];
|
|
1403
|
+
const _c2$9 = ["optionTemplate"];
|
|
1404
1404
|
const _c3$6 = ["optionHeaderTemplate"];
|
|
1405
1405
|
const _c4$4 = ["optionFooterTemplate"];
|
|
1406
1406
|
const _c5$2 = function (a0) { return { item: a0 }; };
|
|
@@ -1640,9 +1640,9 @@ class DrSelectComponent {
|
|
|
1640
1640
|
}
|
|
1641
1641
|
/** @nocollapse */ static { this.ɵfac = function DrSelectComponent_Factory(t) { return new (t || DrSelectComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
|
|
1642
1642
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectComponent, selectors: [["dr-select"]], contentQueries: function DrSelectComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1643
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
1644
|
-
i0.ɵɵcontentQuery(dirIndex, _c1$
|
|
1645
|
-
i0.ɵɵcontentQuery(dirIndex, _c2$
|
|
1643
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$I, 5);
|
|
1644
|
+
i0.ɵɵcontentQuery(dirIndex, _c1$j, 5);
|
|
1645
|
+
i0.ɵɵcontentQuery(dirIndex, _c2$9, 5);
|
|
1646
1646
|
i0.ɵɵcontentQuery(dirIndex, _c3$6, 5);
|
|
1647
1647
|
i0.ɵɵcontentQuery(dirIndex, _c4$4, 5);
|
|
1648
1648
|
} if (rf & 2) {
|
|
@@ -1832,8 +1832,8 @@ class DrShowTimeframePipe {
|
|
|
1832
1832
|
}]
|
|
1833
1833
|
}], null, null); })();
|
|
1834
1834
|
|
|
1835
|
-
const _c0$
|
|
1836
|
-
const _c1$
|
|
1835
|
+
const _c0$H = ["class", "component"];
|
|
1836
|
+
const _c1$i = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
1837
1837
|
function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
1838
1838
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
1839
1839
|
i0.ɵɵelementStart(0, "div", 14);
|
|
@@ -1843,7 +1843,7 @@ function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) {
|
|
|
1843
1843
|
} if (rf & 2) {
|
|
1844
1844
|
const tag_r4 = ctx.$implicit;
|
|
1845
1845
|
const ctx_r3 = i0.ɵɵnextContext(3);
|
|
1846
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$
|
|
1846
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$i, tag_r4.key === ctx_r3.selectedPresetTag))("drTooltip", ctx_r3.selectedPresetTag === tag_r4.key ? "Unselect preset" : "")("drTooltipPosition", "top");
|
|
1847
1847
|
i0.ɵɵadvance(1);
|
|
1848
1848
|
i0.ɵɵtextInterpolate1(" ", tag_r4.label, " ");
|
|
1849
1849
|
} }
|
|
@@ -2108,7 +2108,7 @@ class DrDatePickerCustomHeaderComponent {
|
|
|
2108
2108
|
calendar.insertBefore(selector.location.nativeElement, calendar.firstChild);
|
|
2109
2109
|
}
|
|
2110
2110
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerCustomHeaderComponent_Factory(t) { return new (t || DrDatePickerCustomHeaderComponent)(i0.ɵɵdirectiveInject(i5.MatCalendar), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
2111
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$
|
|
2111
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$H, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrDatePickerCustomHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2112
2112
|
i0.ɵɵtemplate(0, DrDatePickerCustomHeaderComponent_div_0_Template, 4, 6, "div", 0);
|
|
2113
2113
|
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
2114
2114
|
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
@@ -2221,7 +2221,7 @@ class DrDatePickerFormatDirective {
|
|
|
2221
2221
|
args: ['drDatePickerFormat']
|
|
2222
2222
|
}] }); })();
|
|
2223
2223
|
|
|
2224
|
-
const _c0$
|
|
2224
|
+
const _c0$G = ["datePicker"];
|
|
2225
2225
|
function DrDatePickerComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
2226
2226
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
2227
2227
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -2569,7 +2569,7 @@ class DrDatePickerComponent {
|
|
|
2569
2569
|
}
|
|
2570
2570
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerComponent_Factory(t) { return new (t || DrDatePickerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
2571
2571
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerComponent, selectors: [["dr-date-picker"]], viewQuery: function DrDatePickerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2572
|
-
i0.ɵɵviewQuery(_c0$
|
|
2572
|
+
i0.ɵɵviewQuery(_c0$G, 5);
|
|
2573
2573
|
} if (rf & 2) {
|
|
2574
2574
|
let _t;
|
|
2575
2575
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datePicker = _t.first);
|
|
@@ -3771,7 +3771,7 @@ function DrButtonComponent_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
3771
3771
|
i0.ɵɵclassMap(ctx_r2.iconAfter);
|
|
3772
3772
|
i0.ɵɵstyleProp("font-size", ctx_r2.iconAfterSize)("color", ctx_r2.iconAfterColor || "inherit");
|
|
3773
3773
|
} }
|
|
3774
|
-
const _c0$
|
|
3774
|
+
const _c0$F = ["*"];
|
|
3775
3775
|
class DrButtonComponent {
|
|
3776
3776
|
constructor() {
|
|
3777
3777
|
this.theme = 'primary';
|
|
@@ -3785,7 +3785,7 @@ class DrButtonComponent {
|
|
|
3785
3785
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrButtonComponent, selectors: [["dr-button"]], hostVars: 12, hostBindings: function DrButtonComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
3786
3786
|
i0.ɵɵclassMap(ctx.theme);
|
|
3787
3787
|
i0.ɵɵclassProp("with-icon", ctx.icon)("with-icon-after", ctx.iconAfter)("disabled", ctx.disabled)("loading", ctx.isLoading)("active", ctx.isActive);
|
|
3788
|
-
} }, inputs: { theme: "theme", icon: "icon", iconColor: "iconColor", iconSize: "iconSize", iconAfter: "iconAfter", iconAfterColor: "iconAfterColor", iconAfterSize: "iconAfterSize", disabled: "disabled", isLoading: "isLoading", isActive: "isActive" }, ngContentSelectors: _c0$
|
|
3788
|
+
} }, inputs: { theme: "theme", icon: "icon", iconColor: "iconColor", iconSize: "iconSize", iconAfter: "iconAfter", iconAfterColor: "iconAfterColor", iconAfterSize: "iconAfterSize", disabled: "disabled", isLoading: "isLoading", isActive: "isActive" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$F, decls: 5, vars: 4, consts: [[3, "disabled"], ["class", "dr-button__icon", 3, "class", "font-size", "color", 4, "ngIf"], ["class", "dr-button__spinner", 4, "ngIf"], ["class", "dr-button__icon dr-button__icon--after", 3, "class", "font-size", "color", 4, "ngIf"], [1, "dr-button__icon"], [1, "dr-button__spinner"], [1, "dr-icon-load"], [1, "dr-button__icon", "dr-button__icon--after"]], template: function DrButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3789
3789
|
i0.ɵɵprojectionDef();
|
|
3790
3790
|
i0.ɵɵelementStart(0, "button", 0);
|
|
3791
3791
|
i0.ɵɵtemplate(1, DrButtonComponent_i_1_Template, 1, 6, "i", 1);
|
|
@@ -3801,11 +3801,11 @@ class DrButtonComponent {
|
|
|
3801
3801
|
i0.ɵɵproperty("ngIf", ctx.isLoading);
|
|
3802
3802
|
i0.ɵɵadvance(1);
|
|
3803
3803
|
i0.ɵɵproperty("ngIf", ctx.iconAfter);
|
|
3804
|
-
} }, dependencies: [i1.NgIf], styles: ["[_nghost-%COMP%]{display:inline-block}.disabled[_nghost-%COMP%], .loading[_nghost-%COMP%]{pointer-events:none}[_nghost-%COMP%] button[_ngcontent-%COMP%]{position:relative;display:flex;align-items:center;flex-wrap:nowrap;cursor:pointer;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;font-style:normal;line-height:22px;border-radius:16px;padding:4px 16px;height:32px;border:1px solid}[_nghost-%COMP%] button[_ngcontent-%COMP%] .dr-button__spinner[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;background:inherit;border-radius:inherit}[_nghost-%COMP%] button[_ngcontent-%COMP%] .dr-button__spinner[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{animation-name:_ngcontent-%COMP%_rotate;animation-iteration-count:infinite;animation-duration:1s}.with-icon[_nghost-%COMP%] button[_ngcontent-%COMP%]{padding-left:8px}.with-icon[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{margin-right:4px}.with-icon-after[_nghost-%COMP%] button[_ngcontent-%COMP%]{padding-right:8px}.with-icon-after[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{margin-left:4px}.split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-bottom-right-radius:0;border-top-right-radius:0;padding-right:8px}.help[_nghost-%COMP%] button[_ngcontent-%COMP%]{padding:4px 16px 4px 8px;color:#333;height:28px;border:none;min-width:84px}.help[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{min-width:4px}.split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-bottom-left-radius:0;border-top-left-radius:0;padding-right:8px;padding-left:4px;border-left:none}.split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{margin:0!important}.primary[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;background:#4646ce;border-color:#4646ce}.primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:linear-gradient(96.89deg,#25258c,#4646ce);border-color:linear-gradient(96.89deg,#25258c 0%,#4646ce 100%)}.primary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active, .split-primary-first.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]:active, .split-primary-last.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:#25258c;border-color:#25258c}.primary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-first.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-last.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-right-color:#dfe0e3}.split-primary-first.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-right-color:#aeabac}.secondary[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#4646ce;background:#fff;border-color:#4646ce}.secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:#f5f5f5;box-shadow:0 4px 14px #0000001a}.secondary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active, .split-secondary-first.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]:active, .split-secondary-last.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:#eaeaff;box-shadow:none}.secondary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-first.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-last.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;border-color:#aeabac}.secondary-white[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;background:transparent;border-color:#fff}.secondary-white[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:transparent;box-shadow:0 4px 14px #0000001a}.secondary-white.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .secondary-white[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:transparent;box-shadow:none}.secondary-white.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;border-color:#aeabac}.split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-right-color:#4646ce}.split-secondary-first.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-right-color:#aeabac}.icon[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]{width:28px;height:28px;padding:0;justify-content:center}.icon[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{margin:0!important}.icon[_nghost-%COMP%] button[_ngcontent-%COMP%]{background:transparent;border-color:transparent;color:#6d6e6f}.icon[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#333;background:#dfe0e3;border-color:#dfe0e3}.icon.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#4646ce;background:#eaeaff;border-color:#eaeaff}.icon.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:transparent;border-color:transparent}.icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;background:#4646ce;border-color:#4646ce}.icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#fff;background:linear-gradient(96.89deg,#25258c,#4646ce);border-color:linear-gradient(96.89deg,#25258c 0%,#4646ce 100%)}.icon-primary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#fff;background:#25258c;border-color:#25258c}.icon-primary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#4646ce;background:#fff;border-color:#4646ce}.icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#4646ce;background:#f5f5f5;border-color:#4646ce}.icon-secondary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#4646ce;background:#eaeaff;border-color:#4646ce}.icon-secondary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.ghost[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-radius:4px;padding:4px;background:transparent;border-color:transparent;color:#6d6e6f}.ghost[_nghost-%COMP%] button[_ngcontent-%COMP%] .dr-button__spinner[_ngcontent-%COMP%]{color:#4646ce;background:#fff}.ghost[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#333;background:#f5f5f5;border-color:#f5f5f5}.ghost.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .ghost[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#4646ce;background:#eaeaff;border-color:#eaeaff}.ghost.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:transparent;border-color:transparent}.selection[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-radius:6px;padding:4px 8px;background:#fff;border-color:#9ea1aa;color:#6d6e6f}.selection[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#6d6e6f;background:#f5f5f5;border-color:#4e566c}.selection.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .selection[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#6d6e6f;background:#eaeaff;border-color:#4646ce}.selection.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#aeabac}.highlight[_nghost-%COMP%] button[_ngcontent-%COMP%]{border:none;background:none;color:#4646ce;padding:0 4px}.highlight[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .highlight.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .highlight[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{text-decoration:underline}.highlight.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac}.danger[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;background:#bf1d30;border-color:#bf1d30}.danger[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:#981440;border-color:#981440}.danger.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .danger[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:#680325;border-color:#680325}.danger.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.ai-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;border:none;background:linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}.ai-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:linear-gradient(0deg,#4d4dcd66 0% 100%),linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}.ai-primary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .ai-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:linear-gradient(0deg,#4d4dcd66 0% 100%),linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}.ai-primary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#4646ce;border:none!important;z-index:1;background:linear-gradient(269.57deg,#6969ff -4.23%,#4eb7df 103.6%)!important}.ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:before{content:\"\";position:absolute;inset:1px;border-radius:15px;background-color:#fff;z-index:-1}.ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{box-shadow:0 4px 14px #0000001a}.ai-secondary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{box-shadow:none}.ai-secondary.active[_nghost-%COMP%] button[_ngcontent-%COMP%]:before, .ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active:before{background:linear-gradient(270deg,#6969ff33 -4.23%,#4eb7df33 103.6%),#fff}.ai-secondary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4!important;border:1px solid #aeabac!important}.ai-secondary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]:before{display:none}@keyframes _ngcontent-%COMP%_rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}"] }); }
|
|
3804
|
+
} }, dependencies: [CommonModule, i1.NgIf], styles: ["[_nghost-%COMP%]{display:inline-block}.disabled[_nghost-%COMP%], .loading[_nghost-%COMP%]{pointer-events:none}[_nghost-%COMP%] button[_ngcontent-%COMP%]{position:relative;display:flex;align-items:center;flex-wrap:nowrap;cursor:pointer;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;font-style:normal;line-height:22px;border-radius:16px;padding:4px 16px;height:32px;border:1px solid}[_nghost-%COMP%] button[_ngcontent-%COMP%] .dr-button__spinner[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;background:inherit;border-radius:inherit}[_nghost-%COMP%] button[_ngcontent-%COMP%] .dr-button__spinner[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{animation-name:_ngcontent-%COMP%_rotate;animation-iteration-count:infinite;animation-duration:1s}.with-icon[_nghost-%COMP%] button[_ngcontent-%COMP%]{padding-left:8px}.with-icon[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{margin-right:4px}.with-icon-after[_nghost-%COMP%] button[_ngcontent-%COMP%]{padding-right:8px}.with-icon-after[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{margin-left:4px}.split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-bottom-right-radius:0;border-top-right-radius:0;padding-right:8px}.help[_nghost-%COMP%] button[_ngcontent-%COMP%]{padding:4px 16px 4px 8px;color:#333;height:28px;border:none;min-width:84px}.help[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{min-width:4px}.split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-bottom-left-radius:0;border-top-left-radius:0;padding-right:8px;padding-left:4px;border-left:none}.split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{margin:0!important}.primary[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;background:#4646ce;border-color:#4646ce}.primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:linear-gradient(96.89deg,#25258c,#4646ce);border-color:linear-gradient(96.89deg,#25258c 0%,#4646ce 100%)}.primary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active, .split-primary-first.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]:active, .split-primary-last.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:#25258c;border-color:#25258c}.primary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-first.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-primary-last.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.split-primary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-right-color:#dfe0e3}.split-primary-first.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-right-color:#aeabac}.secondary[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#4646ce;background:#fff;border-color:#4646ce}.secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:#f5f5f5;box-shadow:0 4px 14px #0000001a}.secondary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active, .split-secondary-first.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]:active, .split-secondary-last.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-last[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:#eaeaff;box-shadow:none}.secondary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-first.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%], .split-secondary-last.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;border-color:#aeabac}.secondary-white[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;background:transparent;border-color:#fff}.secondary-white[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:transparent;box-shadow:0 4px 14px #0000001a}.secondary-white.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .secondary-white[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:transparent;box-shadow:none}.secondary-white.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;border-color:#aeabac}.split-secondary-first[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-right-color:#4646ce}.split-secondary-first.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-right-color:#aeabac}.icon[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]{width:28px;height:28px;padding:0;justify-content:center}.icon[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{margin:0!important}.icon[_nghost-%COMP%] button[_ngcontent-%COMP%]{background:transparent;border-color:transparent;color:#6d6e6f}.icon[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#333;background:#dfe0e3;border-color:#dfe0e3}.icon.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#4646ce;background:#eaeaff;border-color:#eaeaff}.icon.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:transparent;border-color:transparent}.icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;background:#4646ce;border-color:#4646ce}.icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#fff;background:linear-gradient(96.89deg,#25258c,#4646ce);border-color:linear-gradient(96.89deg,#25258c 0%,#4646ce 100%)}.icon-primary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#fff;background:#25258c;border-color:#25258c}.icon-primary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#4646ce;background:#fff;border-color:#4646ce}.icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#4646ce;background:#f5f5f5;border-color:#4646ce}.icon-secondary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .icon-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#4646ce;background:#eaeaff;border-color:#4646ce}.icon-secondary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.ghost[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-radius:4px;padding:4px;background:transparent;border-color:transparent;color:#6d6e6f}.ghost[_nghost-%COMP%] button[_ngcontent-%COMP%] .dr-button__spinner[_ngcontent-%COMP%]{color:#4646ce;background:#fff}.ghost[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#333;background:#f5f5f5;border-color:#f5f5f5}.ghost.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .ghost[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#4646ce;background:#eaeaff;border-color:#eaeaff}.ghost.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:transparent;border-color:transparent}.selection[_nghost-%COMP%] button[_ngcontent-%COMP%]{border-radius:6px;padding:4px 8px;background:#fff;border-color:#9ea1aa;color:#6d6e6f}.selection[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{color:#6d6e6f;background:#f5f5f5;border-color:#4e566c}.selection.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .selection[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#6d6e6f;background:#eaeaff;border-color:#4646ce}.selection.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#aeabac}.highlight[_nghost-%COMP%] button[_ngcontent-%COMP%]{border:none;background:none;color:#4646ce;padding:0 4px}.highlight[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover, .highlight.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .highlight[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{text-decoration:underline}.highlight.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac}.dropdown[_nghost-%COMP%] button[_ngcontent-%COMP%]{font-size:12px;border:1px solid #dfe0e3;border-radius:6px;padding:6px 8px;line-height:20px;color:#6d6e6f;background-color:#fff}.dropdown[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background-color:#f5f5f5}.dropdown.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .dropdown[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{color:#4646ce}.dropdown.active[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .dropdown[_nghost-%COMP%] button[_ngcontent-%COMP%]:active i[_ngcontent-%COMP%]:last-child{color:#333}.dropdown.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{background-color:#f0f1f4;color:#aeabac}.dropdown.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{color:#aeabac}.danger[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;background:#bf1d30;border-color:#bf1d30}.danger[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:#981440;border-color:#981440}.danger.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .danger[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:#680325;border-color:#680325}.danger.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.ai-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#fff;border:none;background:linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}.ai-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{background:linear-gradient(0deg,#4d4dcd66 0% 100%),linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}.ai-primary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .ai-primary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{background:linear-gradient(0deg,#4d4dcd66 0% 100%),linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}.ai-primary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}.ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#4646ce;border:none!important;z-index:1;background:linear-gradient(269.57deg,#6969ff -4.23%,#4eb7df 103.6%)!important}.ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:before{content:\"\";position:absolute;inset:1px;border-radius:15px;background-color:#fff;z-index:-1}.ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:hover{box-shadow:0 4px 14px #0000001a}.ai-secondary.active[_nghost-%COMP%] button[_ngcontent-%COMP%], .ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active{box-shadow:none}.ai-secondary.active[_nghost-%COMP%] button[_ngcontent-%COMP%]:before, .ai-secondary[_nghost-%COMP%] button[_ngcontent-%COMP%]:active:before{background:linear-gradient(270deg,#6969ff33 -4.23%,#4eb7df33 103.6%),#fff}.ai-secondary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]{color:#aeabac;background:#f0f1f4!important;border:1px solid #aeabac!important}.ai-secondary.disabled[_nghost-%COMP%] button[_ngcontent-%COMP%]:before{display:none}@keyframes _ngcontent-%COMP%_rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}"] }); }
|
|
3805
3805
|
}
|
|
3806
3806
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrButtonComponent, [{
|
|
3807
3807
|
type: Component,
|
|
3808
|
-
args: [{ selector: 'dr-button', template: "<button [disabled]=\"disabled\">\n <i *ngIf=\"icon\" class=\"dr-button__icon\" [class]=\"icon\" [style.font-size]=\"iconSize\" [style.color]=\"iconColor || 'inherit'\">\n </i>\n <ng-content></ng-content>\n <div *ngIf=\"isLoading\" class=\"dr-button__spinner\">\n <i [style.font-size]=\"iconSize\" class=\"dr-icon-load\"></i>\n </div>\n <i\n *ngIf=\"iconAfter\"\n class=\"dr-button__icon dr-button__icon--after\"\n [class]=\"iconAfter\"\n [style.font-size]=\"iconAfterSize\"\n [style.color]=\"iconAfterColor || 'inherit'\">\n </i>\n</button>\n", styles: [":host{display:inline-block}:host.disabled,:host.loading{pointer-events:none}:host button{position:relative;display:flex;align-items:center;flex-wrap:nowrap;cursor:pointer;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;font-style:normal;line-height:22px;border-radius:16px;padding:4px 16px;height:32px;border:1px solid}:host button .dr-button__spinner{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;background:inherit;border-radius:inherit}:host button .dr-button__spinner i{animation-name:rotate;animation-iteration-count:infinite;animation-duration:1s}:host.with-icon button{padding-left:8px}:host.with-icon button i:first-child{margin-right:4px}:host.with-icon-after button{padding-right:8px}:host.with-icon-after button i:last-child{margin-left:4px}:host.split-primary-first button,:host.split-secondary-first button{border-bottom-right-radius:0;border-top-right-radius:0;padding-right:8px}:host.help button{padding:4px 16px 4px 8px;color:#333;height:28px;border:none;min-width:84px}:host.help button i{min-width:4px}:host.split-primary-last button,:host.split-secondary-last button{border-bottom-left-radius:0;border-top-left-radius:0;padding-right:8px;padding-left:4px;border-left:none}:host.split-primary-last button i,:host.split-secondary-last button i{margin:0!important}:host.primary button,:host.split-primary-first button,:host.split-primary-last button{color:#fff;background:#4646ce;border-color:#4646ce}:host.primary button:hover,:host.split-primary-first button:hover,:host.split-primary-last button:hover{background:linear-gradient(96.89deg,#25258c,#4646ce);border-color:linear-gradient(96.89deg,#25258c 0%,#4646ce 100%)}:host.primary.active button,:host.primary button:active,:host.split-primary-first.active button,:host.split-primary-first button:active,:host.split-primary-last.active button,:host.split-primary-last button:active{background:#25258c;border-color:#25258c}:host.primary.disabled button,:host.split-primary-first.disabled button,:host.split-primary-last.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.split-primary-first button{border-right-color:#dfe0e3}:host.split-primary-first.disabled button{border-right-color:#aeabac}:host.secondary button,:host.split-secondary-first button,:host.split-secondary-last button{color:#4646ce;background:#fff;border-color:#4646ce}:host.secondary button:hover,:host.split-secondary-first button:hover,:host.split-secondary-last button:hover{background:#f5f5f5;box-shadow:0 4px 14px #0000001a}:host.secondary.active button,:host.secondary button:active,:host.split-secondary-first.active button,:host.split-secondary-first button:active,:host.split-secondary-last.active button,:host.split-secondary-last button:active{background:#eaeaff;box-shadow:none}:host.secondary.disabled button,:host.split-secondary-first.disabled button,:host.split-secondary-last.disabled button{color:#aeabac;border-color:#aeabac}:host.secondary-white button{color:#fff;background:transparent;border-color:#fff}:host.secondary-white button:hover{background:transparent;box-shadow:0 4px 14px #0000001a}:host.secondary-white.active button,:host.secondary-white button:active{background:transparent;box-shadow:none}:host.secondary-white.disabled button{color:#aeabac;border-color:#aeabac}:host.split-secondary-first button{border-right-color:#4646ce}:host.split-secondary-first.disabled button{border-right-color:#aeabac}:host.icon button,:host.icon-primary button,:host.icon-secondary button{width:28px;height:28px;padding:0;justify-content:center}:host.icon button i,:host.icon-primary button i,:host.icon-secondary button i{margin:0!important}:host.icon button{background:transparent;border-color:transparent;color:#6d6e6f}:host.icon button:hover{color:#333;background:#dfe0e3;border-color:#dfe0e3}:host.icon.active button,:host.icon button:active{color:#4646ce;background:#eaeaff;border-color:#eaeaff}:host.icon.disabled button{color:#aeabac;background:transparent;border-color:transparent}:host.icon-primary button{color:#fff;background:#4646ce;border-color:#4646ce}:host.icon-primary button:hover{color:#fff;background:linear-gradient(96.89deg,#25258c,#4646ce);border-color:linear-gradient(96.89deg,#25258c 0%,#4646ce 100%)}:host.icon-primary.active button,:host.icon-primary button:active{color:#fff;background:#25258c;border-color:#25258c}:host.icon-primary.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.icon-secondary button{color:#4646ce;background:#fff;border-color:#4646ce}:host.icon-secondary button:hover{color:#4646ce;background:#f5f5f5;border-color:#4646ce}:host.icon-secondary.active button,:host.icon-secondary button:active{color:#4646ce;background:#eaeaff;border-color:#4646ce}:host.icon-secondary.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.ghost button{border-radius:4px;padding:4px;background:transparent;border-color:transparent;color:#6d6e6f}:host.ghost button .dr-button__spinner{color:#4646ce;background:#fff}:host.ghost button:hover{color:#333;background:#f5f5f5;border-color:#f5f5f5}:host.ghost.active button,:host.ghost button:active{color:#4646ce;background:#eaeaff;border-color:#eaeaff}:host.ghost.disabled button{color:#aeabac;background:transparent;border-color:transparent}:host.selection button{border-radius:6px;padding:4px 8px;background:#fff;border-color:#9ea1aa;color:#6d6e6f}:host.selection button:hover{color:#6d6e6f;background:#f5f5f5;border-color:#4e566c}:host.selection.active button,:host.selection button:active{color:#6d6e6f;background:#eaeaff;border-color:#4646ce}:host.selection.disabled button{color:#aeabac;background:#f0f1f4;border-color:#aeabac}:host.highlight button{border:none;background:none;color:#4646ce;padding:0 4px}:host.highlight button:hover,:host.highlight.active button,:host.highlight button:active{text-decoration:underline}:host.highlight.disabled button{color:#aeabac}:host.danger button{color:#fff;background:#bf1d30;border-color:#bf1d30}:host.danger button:hover{background:#981440;border-color:#981440}:host.danger.active button,:host.danger button:active{background:#680325;border-color:#680325}:host.danger.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.ai-primary button{color:#fff;border:none;background:linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}:host.ai-primary button:hover{background:linear-gradient(0deg,#4d4dcd66 0% 100%),linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}:host.ai-primary.active button,:host.ai-primary button:active{background:linear-gradient(0deg,#4d4dcd66 0% 100%),linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}:host.ai-primary.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.ai-secondary button{color:#4646ce;border:none!important;z-index:1;background:linear-gradient(269.57deg,#6969ff -4.23%,#4eb7df 103.6%)!important}:host.ai-secondary button:before{content:\"\";position:absolute;inset:1px;border-radius:15px;background-color:#fff;z-index:-1}:host.ai-secondary button:hover{box-shadow:0 4px 14px #0000001a}:host.ai-secondary.active button,:host.ai-secondary button:active{box-shadow:none}:host.ai-secondary.active button:before,:host.ai-secondary button:active:before{background:linear-gradient(270deg,#6969ff33 -4.23%,#4eb7df33 103.6%),#fff}:host.ai-secondary.disabled button{color:#aeabac;background:#f0f1f4!important;border:1px solid #aeabac!important}:host.ai-secondary.disabled button:before{display:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}\n"] }]
|
|
3808
|
+
args: [{ selector: 'dr-button', standalone: true, imports: [CommonModule], template: "<button [disabled]=\"disabled\">\n <i *ngIf=\"icon\" class=\"dr-button__icon\" [class]=\"icon\" [style.font-size]=\"iconSize\" [style.color]=\"iconColor || 'inherit'\">\n </i>\n <ng-content></ng-content>\n <div *ngIf=\"isLoading\" class=\"dr-button__spinner\">\n <i [style.font-size]=\"iconSize\" class=\"dr-icon-load\"></i>\n </div>\n <i\n *ngIf=\"iconAfter\"\n class=\"dr-button__icon dr-button__icon--after\"\n [class]=\"iconAfter\"\n [style.font-size]=\"iconAfterSize\"\n [style.color]=\"iconAfterColor || 'inherit'\">\n </i>\n</button>\n", styles: [":host{display:inline-block}:host.disabled,:host.loading{pointer-events:none}:host button{position:relative;display:flex;align-items:center;flex-wrap:nowrap;cursor:pointer;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;font-style:normal;line-height:22px;border-radius:16px;padding:4px 16px;height:32px;border:1px solid}:host button .dr-button__spinner{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;background:inherit;border-radius:inherit}:host button .dr-button__spinner i{animation-name:rotate;animation-iteration-count:infinite;animation-duration:1s}:host.with-icon button{padding-left:8px}:host.with-icon button i:first-child{margin-right:4px}:host.with-icon-after button{padding-right:8px}:host.with-icon-after button i:last-child{margin-left:4px}:host.split-primary-first button,:host.split-secondary-first button{border-bottom-right-radius:0;border-top-right-radius:0;padding-right:8px}:host.help button{padding:4px 16px 4px 8px;color:#333;height:28px;border:none;min-width:84px}:host.help button i{min-width:4px}:host.split-primary-last button,:host.split-secondary-last button{border-bottom-left-radius:0;border-top-left-radius:0;padding-right:8px;padding-left:4px;border-left:none}:host.split-primary-last button i,:host.split-secondary-last button i{margin:0!important}:host.primary button,:host.split-primary-first button,:host.split-primary-last button{color:#fff;background:#4646ce;border-color:#4646ce}:host.primary button:hover,:host.split-primary-first button:hover,:host.split-primary-last button:hover{background:linear-gradient(96.89deg,#25258c,#4646ce);border-color:linear-gradient(96.89deg,#25258c 0%,#4646ce 100%)}:host.primary.active button,:host.primary button:active,:host.split-primary-first.active button,:host.split-primary-first button:active,:host.split-primary-last.active button,:host.split-primary-last button:active{background:#25258c;border-color:#25258c}:host.primary.disabled button,:host.split-primary-first.disabled button,:host.split-primary-last.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.split-primary-first button{border-right-color:#dfe0e3}:host.split-primary-first.disabled button{border-right-color:#aeabac}:host.secondary button,:host.split-secondary-first button,:host.split-secondary-last button{color:#4646ce;background:#fff;border-color:#4646ce}:host.secondary button:hover,:host.split-secondary-first button:hover,:host.split-secondary-last button:hover{background:#f5f5f5;box-shadow:0 4px 14px #0000001a}:host.secondary.active button,:host.secondary button:active,:host.split-secondary-first.active button,:host.split-secondary-first button:active,:host.split-secondary-last.active button,:host.split-secondary-last button:active{background:#eaeaff;box-shadow:none}:host.secondary.disabled button,:host.split-secondary-first.disabled button,:host.split-secondary-last.disabled button{color:#aeabac;border-color:#aeabac}:host.secondary-white button{color:#fff;background:transparent;border-color:#fff}:host.secondary-white button:hover{background:transparent;box-shadow:0 4px 14px #0000001a}:host.secondary-white.active button,:host.secondary-white button:active{background:transparent;box-shadow:none}:host.secondary-white.disabled button{color:#aeabac;border-color:#aeabac}:host.split-secondary-first button{border-right-color:#4646ce}:host.split-secondary-first.disabled button{border-right-color:#aeabac}:host.icon button,:host.icon-primary button,:host.icon-secondary button{width:28px;height:28px;padding:0;justify-content:center}:host.icon button i,:host.icon-primary button i,:host.icon-secondary button i{margin:0!important}:host.icon button{background:transparent;border-color:transparent;color:#6d6e6f}:host.icon button:hover{color:#333;background:#dfe0e3;border-color:#dfe0e3}:host.icon.active button,:host.icon button:active{color:#4646ce;background:#eaeaff;border-color:#eaeaff}:host.icon.disabled button{color:#aeabac;background:transparent;border-color:transparent}:host.icon-primary button{color:#fff;background:#4646ce;border-color:#4646ce}:host.icon-primary button:hover{color:#fff;background:linear-gradient(96.89deg,#25258c,#4646ce);border-color:linear-gradient(96.89deg,#25258c 0%,#4646ce 100%)}:host.icon-primary.active button,:host.icon-primary button:active{color:#fff;background:#25258c;border-color:#25258c}:host.icon-primary.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.icon-secondary button{color:#4646ce;background:#fff;border-color:#4646ce}:host.icon-secondary button:hover{color:#4646ce;background:#f5f5f5;border-color:#4646ce}:host.icon-secondary.active button,:host.icon-secondary button:active{color:#4646ce;background:#eaeaff;border-color:#4646ce}:host.icon-secondary.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.ghost button{border-radius:4px;padding:4px;background:transparent;border-color:transparent;color:#6d6e6f}:host.ghost button .dr-button__spinner{color:#4646ce;background:#fff}:host.ghost button:hover{color:#333;background:#f5f5f5;border-color:#f5f5f5}:host.ghost.active button,:host.ghost button:active{color:#4646ce;background:#eaeaff;border-color:#eaeaff}:host.ghost.disabled button{color:#aeabac;background:transparent;border-color:transparent}:host.selection button{border-radius:6px;padding:4px 8px;background:#fff;border-color:#9ea1aa;color:#6d6e6f}:host.selection button:hover{color:#6d6e6f;background:#f5f5f5;border-color:#4e566c}:host.selection.active button,:host.selection button:active{color:#6d6e6f;background:#eaeaff;border-color:#4646ce}:host.selection.disabled button{color:#aeabac;background:#f0f1f4;border-color:#aeabac}:host.highlight button{border:none;background:none;color:#4646ce;padding:0 4px}:host.highlight button:hover,:host.highlight.active button,:host.highlight button:active{text-decoration:underline}:host.highlight.disabled button{color:#aeabac}:host.dropdown button{font-size:12px;border:1px solid #dfe0e3;border-radius:6px;padding:6px 8px;line-height:20px;color:#6d6e6f;background-color:#fff}:host.dropdown button:hover{background-color:#f5f5f5}:host.dropdown.active button,:host.dropdown button:active{color:#4646ce}:host.dropdown.active button i:last-child,:host.dropdown button:active i:last-child{color:#333}:host.dropdown.disabled button{background-color:#f0f1f4;color:#aeabac}:host.dropdown.disabled button i:last-child{color:#aeabac}:host.danger button{color:#fff;background:#bf1d30;border-color:#bf1d30}:host.danger button:hover{background:#981440;border-color:#981440}:host.danger.active button,:host.danger button:active{background:#680325;border-color:#680325}:host.danger.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.ai-primary button{color:#fff;border:none;background:linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}:host.ai-primary button:hover{background:linear-gradient(0deg,#4d4dcd66 0% 100%),linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}:host.ai-primary.active button,:host.ai-primary button:active{background:linear-gradient(0deg,#4d4dcd66 0% 100%),linear-gradient(266deg,#6969ff 25.2%,#4eb7df 90.24%)}:host.ai-primary.disabled button{color:#aeabac;background:#f0f1f4;border-color:#f0f1f4}:host.ai-secondary button{color:#4646ce;border:none!important;z-index:1;background:linear-gradient(269.57deg,#6969ff -4.23%,#4eb7df 103.6%)!important}:host.ai-secondary button:before{content:\"\";position:absolute;inset:1px;border-radius:15px;background-color:#fff;z-index:-1}:host.ai-secondary button:hover{box-shadow:0 4px 14px #0000001a}:host.ai-secondary.active button,:host.ai-secondary button:active{box-shadow:none}:host.ai-secondary.active button:before,:host.ai-secondary button:active:before{background:linear-gradient(270deg,#6969ff33 -4.23%,#4eb7df33 103.6%),#fff}:host.ai-secondary.disabled button{color:#aeabac;background:#f0f1f4!important;border:1px solid #aeabac!important}:host.ai-secondary.disabled button:before{display:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}\n"] }]
|
|
3809
3809
|
}], null, { theme: [{
|
|
3810
3810
|
type: Input
|
|
3811
3811
|
}, {
|
|
@@ -3846,7 +3846,7 @@ class DrButtonComponent {
|
|
|
3846
3846
|
args: ['class.active']
|
|
3847
3847
|
}] }); })();
|
|
3848
3848
|
|
|
3849
|
-
const _c0$
|
|
3849
|
+
const _c0$E = ["dynamicInputRef"];
|
|
3850
3850
|
function DrSelectAddItemComponent_div_5_p_1_Template(rf, ctx) { if (rf & 1) {
|
|
3851
3851
|
i0.ɵɵelementStart(0, "p", 12);
|
|
3852
3852
|
i0.ɵɵtext(1);
|
|
@@ -3936,7 +3936,7 @@ class DrSelectAddItemComponent {
|
|
|
3936
3936
|
}
|
|
3937
3937
|
/** @nocollapse */ static { this.ɵfac = function DrSelectAddItemComponent_Factory(t) { return new (t || DrSelectAddItemComponent)(i0.ɵɵdirectiveInject(DrSelectComponent)); }; }
|
|
3938
3938
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectAddItemComponent, selectors: [["dr-select-add-item"]], viewQuery: function DrSelectAddItemComponent_Query(rf, ctx) { if (rf & 1) {
|
|
3939
|
-
i0.ɵɵviewQuery(_c0$
|
|
3939
|
+
i0.ɵɵviewQuery(_c0$E, 5);
|
|
3940
3940
|
} if (rf & 2) {
|
|
3941
3941
|
let _t;
|
|
3942
3942
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputRef = _t.first);
|
|
@@ -3954,7 +3954,7 @@ class DrSelectAddItemComponent {
|
|
|
3954
3954
|
i0.ɵɵtextInterpolate(ctx.dynamicAddLabel);
|
|
3955
3955
|
i0.ɵɵadvance(1);
|
|
3956
3956
|
i0.ɵɵproperty("ngIf", ctx.isDynamicAdding);
|
|
3957
|
-
} }, dependencies: [i1$2.NgControlStatus, i1$2.NgModel, i1.NgIf,
|
|
3957
|
+
} }, dependencies: [DrButtonComponent, i1$2.NgControlStatus, i1$2.NgModel, i1.NgIf, DrInputComponent], styles: [".dynamic-add__add-item[_ngcontent-%COMP%]{cursor:pointer;display:flex;align-items:center;border-bottom:1px solid #dfe0e3;padding:6px}.dynamic-add__add-item[_ngcontent-%COMP%]:hover{background:#f9f7ff}.dynamic-add__add-item__text[_ngcontent-%COMP%]{font-size:14px;line-height:22px;margin:0;color:#6d6e6f}.dynamic-add__add-item[_ngcontent-%COMP%] .dr-icon-add[_ngcontent-%COMP%]{color:#6d6e6f}.dynamic-add__field[_ngcontent-%COMP%]{position:relative}.dynamic-add__field__buttons[_ngcontent-%COMP%]{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center}.dynamic-add__field__alert[_ngcontent-%COMP%]{font-size:12px;position:absolute;color:#bf1d30;z-index:100;right:30px} .ng-dropdown-panel .ng-dropdown-footer:has(.dynamic-add), .ng-dropdown-panel .ng-dropdown-header:has(.dynamic-add){padding:0;border:none} .ng-dropdown-panel .ng-dropdown-footer .dynamic-add__add-item{border-bottom:none} .dynamic-add__field__input{padding-left:12px!important;height:36px!important;border:none!important;background:#f9f7ff!important;border-radius:0!important} .dynamic-add__field__input>input{background:#f9f7ff} .dynamic-add__field__input>input::placeholder{line-height:22px;font-size:14px;font-weight:400;color:#9ea1aa} .dynamic-add__field__input--error{background:#ffdfe4!important} .dynamic-add__field__input--error>input{background:#ffdfe4}"], changeDetection: 0 }); }
|
|
3958
3958
|
}
|
|
3959
3959
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrSelectAddItemComponent, [{
|
|
3960
3960
|
type: Component,
|
|
@@ -4396,7 +4396,7 @@ class DrTagComponent {
|
|
|
4396
4396
|
type: Output
|
|
4397
4397
|
}] }); })();
|
|
4398
4398
|
|
|
4399
|
-
const _c0$
|
|
4399
|
+
const _c0$D = ["*"];
|
|
4400
4400
|
class RadioButtonComponent {
|
|
4401
4401
|
get disabled() {
|
|
4402
4402
|
return this._disabled;
|
|
@@ -4450,7 +4450,7 @@ class RadioButtonComponent {
|
|
|
4450
4450
|
useExisting: RadioButtonComponent,
|
|
4451
4451
|
multi: true,
|
|
4452
4452
|
},
|
|
4453
|
-
])], ngContentSelectors: _c0$
|
|
4453
|
+
])], ngContentSelectors: _c0$D, decls: 4, vars: 5, consts: [["type", "radio", 3, "name", "value", "ngModel", "disabled", "change", "ngModelChange", "click"]], template: function RadioButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4454
4454
|
i0.ɵɵprojectionDef();
|
|
4455
4455
|
i0.ɵɵelementStart(0, "label")(1, "input", 0);
|
|
4456
4456
|
i0.ɵɵlistener("change", function RadioButtonComponent_Template_input_change_1_listener() { return ctx.valueChanged(ctx.value); })("ngModelChange", function RadioButtonComponent_Template_input_ngModelChange_1_listener($event) { return ctx.modelValue = $event; })("click", function RadioButtonComponent_Template_input_click_1_listener($event) { return ctx.toggleChange($event); });
|
|
@@ -4489,8 +4489,8 @@ class RadioButtonComponent {
|
|
|
4489
4489
|
type: Input
|
|
4490
4490
|
}] }); })();
|
|
4491
4491
|
|
|
4492
|
-
const _c0$
|
|
4493
|
-
const _c1$
|
|
4492
|
+
const _c0$C = [[["dr-radio-button"]]];
|
|
4493
|
+
const _c1$h = ["dr-radio-button"];
|
|
4494
4494
|
class RadioGroupComponent {
|
|
4495
4495
|
get value() {
|
|
4496
4496
|
return this._value;
|
|
@@ -4629,8 +4629,8 @@ class RadioGroupComponent {
|
|
|
4629
4629
|
useExisting: forwardRef((() => RadioGroupComponent)),
|
|
4630
4630
|
multi: true,
|
|
4631
4631
|
},
|
|
4632
|
-
])], ngContentSelectors: _c1$
|
|
4633
|
-
i0.ɵɵprojectionDef(_c0$
|
|
4632
|
+
])], ngContentSelectors: _c1$h, decls: 1, vars: 0, template: function RadioGroupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4633
|
+
i0.ɵɵprojectionDef(_c0$C);
|
|
4634
4634
|
i0.ɵɵprojection(0);
|
|
4635
4635
|
} }, encapsulation: 2, changeDetection: 0 }); }
|
|
4636
4636
|
}
|
|
@@ -4667,8 +4667,8 @@ class RadioGroupComponent {
|
|
|
4667
4667
|
type: Output
|
|
4668
4668
|
}] }); })();
|
|
4669
4669
|
|
|
4670
|
-
const _c0$
|
|
4671
|
-
const _c1$
|
|
4670
|
+
const _c0$B = ["checkboxContent"];
|
|
4671
|
+
const _c1$g = ["*"];
|
|
4672
4672
|
class CheckboxComponent {
|
|
4673
4673
|
get indeterminate() {
|
|
4674
4674
|
return this._indeterminate;
|
|
@@ -4718,7 +4718,7 @@ class CheckboxComponent {
|
|
|
4718
4718
|
}
|
|
4719
4719
|
/** @nocollapse */ static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
4720
4720
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: CheckboxComponent, selectors: [["dr-checkbox"]], viewQuery: function CheckboxComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4721
|
-
i0.ɵɵviewQuery(_c0$
|
|
4721
|
+
i0.ɵɵviewQuery(_c0$B, 5);
|
|
4722
4722
|
} if (rf & 2) {
|
|
4723
4723
|
let _t;
|
|
4724
4724
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.checkboxContent = _t.first);
|
|
@@ -4726,7 +4726,7 @@ class CheckboxComponent {
|
|
|
4726
4726
|
i0.ɵɵattribute("id", ctx.hostId);
|
|
4727
4727
|
i0.ɵɵclassMap(ctx.theme);
|
|
4728
4728
|
i0.ɵɵclassProp("disabled", ctx.disabled)("text-nowrap", ctx.textNowrap);
|
|
4729
|
-
} }, inputs: { id: "id", checkedStatus: "checkedStatus", disabled: "disabled", icon: "icon", theme: "theme", indeterminate: "indeterminate", textNowrap: "textNowrap" }, outputs: { checkedChange: "checkedChange" }, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: CheckboxComponent, multi: true }])], ngContentSelectors: _c1$
|
|
4729
|
+
} }, inputs: { id: "id", checkedStatus: "checkedStatus", disabled: "disabled", icon: "icon", theme: "theme", indeterminate: "indeterminate", textNowrap: "textNowrap" }, outputs: { checkedChange: "checkedChange" }, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: CheckboxComponent, multi: true }])], ngContentSelectors: _c1$g, decls: 5, vars: 9, consts: [["type", "checkbox", 3, "checked", "disabled", "change", "click"], [3, "drTooltip"], ["checkboxContent", ""]], template: function CheckboxComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4730
4730
|
i0.ɵɵprojectionDef();
|
|
4731
4731
|
i0.ɵɵelementStart(0, "label")(1, "input", 0);
|
|
4732
4732
|
i0.ɵɵlistener("change", function CheckboxComponent_Template_input_change_1_listener($event) { return ctx.setValue($event); })("click", function CheckboxComponent_Template_input_click_1_listener($event) { return $event.stopPropagation(); });
|
|
@@ -4780,7 +4780,7 @@ class CheckboxComponent {
|
|
|
4780
4780
|
args: ['checkboxContent']
|
|
4781
4781
|
}] }); })();
|
|
4782
4782
|
|
|
4783
|
-
const _c0$
|
|
4783
|
+
const _c0$A = ["*"];
|
|
4784
4784
|
var LinkTheme;
|
|
4785
4785
|
(function (LinkTheme) {
|
|
4786
4786
|
LinkTheme["DEFAULT"] = "DEFAULT";
|
|
@@ -4796,7 +4796,7 @@ class DrLinkComponent {
|
|
|
4796
4796
|
this.theme = LinkTheme.DEFAULT;
|
|
4797
4797
|
}
|
|
4798
4798
|
/** @nocollapse */ static { this.ɵfac = function DrLinkComponent_Factory(t) { return new (t || DrLinkComponent)(); }; }
|
|
4799
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$
|
|
4799
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$A, decls: 2, vars: 7, consts: [[1, "dr-link", 3, "href"]], template: function DrLinkComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4800
4800
|
i0.ɵɵprojectionDef();
|
|
4801
4801
|
i0.ɵɵelementStart(0, "a", 0);
|
|
4802
4802
|
i0.ɵɵprojection(1);
|
|
@@ -4821,8 +4821,8 @@ class DrLinkComponent {
|
|
|
4821
4821
|
type: Input
|
|
4822
4822
|
}] }); })();
|
|
4823
4823
|
|
|
4824
|
-
const _c0$
|
|
4825
|
-
const _c1$
|
|
4824
|
+
const _c0$z = ["class", "component"];
|
|
4825
|
+
const _c1$f = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
4826
4826
|
function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
4827
4827
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
4828
4828
|
i0.ɵɵelementStart(0, "div", 14);
|
|
@@ -4832,7 +4832,7 @@ function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx
|
|
|
4832
4832
|
} if (rf & 2) {
|
|
4833
4833
|
const tag_r4 = ctx.$implicit;
|
|
4834
4834
|
const ctx_r3 = i0.ɵɵnextContext(3);
|
|
4835
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$
|
|
4835
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$f, tag_r4.key === ctx_r3.selectedPresetTag))("drTooltip", ctx_r3.selectedPresetTag === tag_r4.key ? "Unselect preset" : "")("drTooltipPosition", "top");
|
|
4836
4836
|
i0.ɵɵadvance(1);
|
|
4837
4837
|
i0.ɵɵtextInterpolate1(" ", tag_r4.label, " ");
|
|
4838
4838
|
} }
|
|
@@ -4914,7 +4914,7 @@ class DrFiscalMonthCalendarHeaderComponent extends DrDatePickerCustomHeaderCompo
|
|
|
4914
4914
|
});
|
|
4915
4915
|
}
|
|
4916
4916
|
/** @nocollapse */ static { this.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory; return function DrFiscalMonthCalendarHeaderComponent_Factory(t) { return (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory || (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DrFiscalMonthCalendarHeaderComponent)))(t || DrFiscalMonthCalendarHeaderComponent); }; }(); }
|
|
4917
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$
|
|
4917
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$z, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrFiscalMonthCalendarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4918
4918
|
i0.ɵɵtemplate(0, DrFiscalMonthCalendarHeaderComponent_div_0_Template, 4, 6, "div", 0);
|
|
4919
4919
|
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
4920
4920
|
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
@@ -5131,7 +5131,7 @@ function DrDatePickerWithTimeframeComponent_dr_button_11_Template(rf, ctx) { if
|
|
|
5131
5131
|
const ctx_r5 = i0.ɵɵnextContext();
|
|
5132
5132
|
i0.ɵɵproperty("disabled", ctx_r5.isNextDateDisabled);
|
|
5133
5133
|
} }
|
|
5134
|
-
const _c0$
|
|
5134
|
+
const _c0$y = function (a0) { return { formattedValue: a0 }; };
|
|
5135
5135
|
class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
5136
5136
|
get isDashboardClassDisplayed() {
|
|
5137
5137
|
return this.isDashboardDatepicker;
|
|
@@ -5315,14 +5315,14 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
|
5315
5315
|
i0.ɵɵadvance(1);
|
|
5316
5316
|
i0.ɵɵproperty("ngIf", ctx.isDashboardDatepicker);
|
|
5317
5317
|
i0.ɵɵadvance(2);
|
|
5318
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r2)("ngTemplateOutletContext", i0.ɵɵpureFunction1(19, _c0$
|
|
5318
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r2)("ngTemplateOutletContext", i0.ɵɵpureFunction1(19, _c0$y, i0.ɵɵpipeBind1(5, 15, ctx.displayedFormattedValue$)));
|
|
5319
5319
|
i0.ɵɵadvance(4);
|
|
5320
5320
|
i0.ɵɵproperty("ngModel", i0.ɵɵpipeBind1(10, 17, ctx.displayValue$))("matDatepicker", _r6)("readonly", ctx.readonly)("min", ctx._min)("max", ctx._max);
|
|
5321
5321
|
i0.ɵɵadvance(3);
|
|
5322
5322
|
i0.ɵɵproperty("ngIf", !ctx.disabled);
|
|
5323
5323
|
i0.ɵɵadvance(1);
|
|
5324
5324
|
i0.ɵɵproperty("calendarHeaderComponent", ctx.customHeader)("panelClass", ctx.datePickerService.isUsingDateTagPresets ? "date-picker-preset-tag" : "dr-timeframe-datepicker");
|
|
5325
|
-
} }, dependencies: [i1$2.DefaultValueAccessor, i1$2.NgControlStatus, i1$2.NgModel, i1.NgIf, i1.NgTemplateOutlet, i5.MatDatepicker, i5.MatDatepickerInput, DrTooltipDirective,
|
|
5325
|
+
} }, dependencies: [DrButtonComponent, i1$2.DefaultValueAccessor, i1$2.NgControlStatus, i1$2.NgModel, i1.NgIf, i1.NgTemplateOutlet, i5.MatDatepicker, i5.MatDatepickerInput, DrTooltipDirective, i1.AsyncPipe], styles: ["[_nghost-%COMP%]{position:relative;width:100%;display:flex;flex-direction:row;min-height:32px;height:32px;font-size:14px;font-family:Poppins,sans-serif;background-color:#fff;border:1px solid #9ea1aa;border-radius:6px;color:#333;overflow:hidden;outline:none;cursor:pointer}[_nghost-%COMP%]:hover{border-color:#9ea1aa}.active[_nghost-%COMP%], [_nghost-%COMP%]:focus-within{border-color:#4646ce!important;color:#333}.disabled[_nghost-%COMP%]{pointer-events:none;border:1px solid #aeabac;background:#f0f1f4;color:#aeabac}.disabled[_nghost-%COMP%]:after{color:#aeabac}.ng-valid.ng-dirty[_nghost-%COMP%]{border-color:#037c5a}.ng-invalid.ng-dirty[_nghost-%COMP%]:not(:focus-within){border-color:#bf1d30!important}.ng-untouched.ng-valid[_nghost-%COMP%]{border-color:#9ea1aa}[_nghost-%COMP%]:after, [_nghost-%COMP%]:before{position:absolute;display:flex;border-color:#6d6e6f transparent transparent;color:#6d6e6f}[_nghost-%COMP%]:after{font-family:DataRails!important;content:\"\\ea17\";font-size:24px;color:#6d6e6f;top:0;bottom:0;right:8px;pointer-events:none;position:absolute;display:flex;align-items:center;justify-content:center}[_nghost-%COMP%] i[_ngcontent-%COMP%]{display:flex;align-items:center;position:absolute;color:#6d6e6f;left:8px;top:0;bottom:0}[_nghost-%COMP%] input[_ngcontent-%COMP%]{display:flex;flex-grow:1;height:100%;border:none;text-align:left;padding-left:35px;padding-right:25px;cursor:pointer!important;outline:none}[_nghost-%COMP%] input.when-quarter[_ngcontent-%COMP%]{position:absolute;visibility:hidden}[_nghost-%COMP%] input[_ngcontent-%COMP%]:disabled{border:none;color:#aeabac;background:transparent}[_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-decoration, [_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-cancel-button, [_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-results-button, [_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-results-decoration{-webkit-appearance:none}[_nghost-%COMP%] input[_ngcontent-%COMP%]::placeholder{color:#6d6e6f;font-size:14px;line-height:18px}[_nghost-%COMP%] .range-input[_ngcontent-%COMP%]{position:absolute;height:0;width:0;bottom:0;left:0;z-index:-1} .mat-datepicker-popup .dr-week-datepicker{width:386px!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range:before{background:initial!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-selected, .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-cell-content{background:#f2f2fb!important;color:#4646ce!important;font-weight:600!important} .mat-datepicker-popup .mat-datepicker-content{margin:7px 0;box-shadow:0 4px 8px 1px #00000040;border-radius:12px!important} .mat-datepicker-popup .mat-datepicker-content button[disabled]{border:inherit;color:inherit;background-color:inherit} .mat-datepicker-popup .mat-datepicker-content button[disabled]:hover{border:inherit} .mat-datepicker-popup .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-popup .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#fff} .mat-datepicker-popup .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background:#f2f2fb;color:#4646ce;font-weight:600} .mat-datepicker-popup .mat-calendar-body-selected{background-color:#4646ce;color:#f2f2fb;font-weight:600} .mat-datepicker-popup .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:none} .mat-datepicker-popup .mat-button-focus-overlay{background:#f5f5f5} .mat-datepicker-popup .mat-calendar-controls .mat-icon-button:hover .mat-button-focus-overlay{opacity:1!important;background:#f5f5f5;transition:opacity .2s cubic-bezier(.35,0,.25,1)} .mat-datepicker-popup .mat-calendar-controls .mat-calendar-period-button:hover{background:#f5f5f5;transition:background .2s cubic-bezier(.35,0,.25,1)} .mat-datepicker-popup .mat-calendar-table-header th{font-size:14px;font-weight:600;color:#333} .mat-datepicker-popup .mat-calendar-table-header-divider{display:none} .mat-datepicker-popup .mat-calendar-body-label{color:#fff;padding:0} .mat-datepicker-popup .mat-calendar-body>tr[aria-hidden=true]>.mat-calendar-body-label{display:none} .mat-datepicker-popup .mat-calendar-content{display:flex} .mat-datepicker-popup .mat-calendar-content dr-week-selector{flex:0} .mat-datepicker-popup .mat-calendar-content mat-month-view, .mat-datepicker-popup .mat-calendar-content mat-multi-year-view, .mat-datepicker-popup .mat-calendar-content mat-year-view{flex:1}[_nghost-%COMP%]{border:none;display:flex;align-items:center}.disabled[_nghost-%COMP%]{background:transparent;color:#aeabac}.disabled.dr-date-picker-on-dashboard[_nghost-%COMP%]{border:none;padding:0 8px}.disabled.dr-date-picker-on-dashboard[_nghost-%COMP%] .dr-datepicker-input-container__formatted-value-display[_ngcontent-%COMP%]{text-decoration:none;color:#aeabac;font-weight:400}.disabled.dr-date-picker-on-dashboard[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{color:#aeabac}.dr-date-picker-on-dashboard[_nghost-%COMP%]{width:-moz-fit-content;width:fit-content;justify-content:space-between}.dr-date-picker-on-dashboard[_nghost-%COMP%] mat-datepicker[_ngcontent-%COMP%]{position:absolute}.dr-date-picker-on-dashboard[_nghost-%COMP%]:after{visibility:hidden}.dr-date-picker-on-dashboard[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%]{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:-10px}.dr-date-picker-on-dashboard[_nghost-%COMP%] .dr-datepicker-input-container__formatted-value-display[_ngcontent-%COMP%]{font-weight:600;width:auto;margin-left:5px}.dr-date-picker-on-dashboard[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%] .dr-icon-date[_ngcontent-%COMP%]{display:block;position:relative;top:0;margin-right:8px;color:#4e566c}[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{visibility:hidden;position:absolute;width:100%}[_nghost-%COMP%] .dr-datepicker-input-container__formatted-value-display[_ngcontent-%COMP%]{width:100px;height:22px;padding-left:0;text-align:center;line-height:22px;color:#0c142b;text-decoration-line:underline}[_nghost-%COMP%] .dr-datepicker-input-container__formatted-value-display[_ngcontent-%COMP%]:hover{background-color:#f2f2fb;border-radius:5px;cursor:pointer;text-decoration-line:underline;color:#4646ce} .date-picker-preset-tag{width:386px!important} .date-picker-preset-tag .mat-calendar-content{padding-left:32px!important;padding-right:32px!important}@media screen and (max-width: 410px){.mat-datepicker-input[_ngcontent-%COMP%]{width:100vw!important} .date-picker-preset-tag{width:calc(100vw - 16px)!important} .date-picker-preset-tag .dr-datepicker-preset-date__tags{justify-content:center;margin-left:-32px;margin-right:-32px} .date-picker-preset-tag .dr-datepicker-preset-date__tags__tag{font-size:10px}}"], changeDetection: 0 }); }
|
|
5326
5326
|
}
|
|
5327
5327
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrDatePickerWithTimeframeComponent, [{
|
|
5328
5328
|
type: Component,
|
|
@@ -5591,8 +5591,8 @@ class TooltipInfoComponent {
|
|
|
5591
5591
|
type: Input
|
|
5592
5592
|
}] }); })();
|
|
5593
5593
|
|
|
5594
|
-
const _c0$
|
|
5595
|
-
const _c1$
|
|
5594
|
+
const _c0$x = ["stepTextLabel"];
|
|
5595
|
+
const _c1$e = ["stepper"];
|
|
5596
5596
|
function StepperComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
5597
5597
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
5598
5598
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -5608,7 +5608,7 @@ function StepperComponent_ng_container_3_div_1_ng_template_5_Template(rf, ctx) {
|
|
|
5608
5608
|
i0.ɵɵelement(1, "i", 23);
|
|
5609
5609
|
i0.ɵɵelementEnd();
|
|
5610
5610
|
} }
|
|
5611
|
-
const _c2$
|
|
5611
|
+
const _c2$8 = function (a0) { return { "blue with-ellipse": a0 }; };
|
|
5612
5612
|
function StepperComponent_ng_container_3_div_1_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
5613
5613
|
i0.ɵɵelementStart(0, "div", 24)(1, "div", 25);
|
|
5614
5614
|
i0.ɵɵtext(2);
|
|
@@ -5619,7 +5619,7 @@ function StepperComponent_ng_container_3_div_1_ng_template_6_Template(rf, ctx) {
|
|
|
5619
5619
|
const index_r13 = ctx_r25.index;
|
|
5620
5620
|
const ctx_r20 = i0.ɵɵnextContext();
|
|
5621
5621
|
i0.ɵɵclassProp("gray", step_r12 !== ctx_r20.currentStep);
|
|
5622
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c2$
|
|
5622
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c2$8, step_r12 === ctx_r20.currentStep));
|
|
5623
5623
|
i0.ɵɵadvance(1);
|
|
5624
5624
|
i0.ɵɵproperty("hidden", step_r12 === ctx_r20.currentStep || ctx_r20.hiddenIndex);
|
|
5625
5625
|
i0.ɵɵadvance(1);
|
|
@@ -5822,12 +5822,12 @@ class StepperComponent {
|
|
|
5822
5822
|
}
|
|
5823
5823
|
/** @nocollapse */ static { this.ɵfac = function StepperComponent_Factory(t) { return new (t || StepperComponent)(); }; }
|
|
5824
5824
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: StepperComponent, selectors: [["dr-stepper"]], contentQueries: function StepperComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
5825
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
5825
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$x, 5);
|
|
5826
5826
|
} if (rf & 2) {
|
|
5827
5827
|
let _t;
|
|
5828
5828
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepTextLabelTemplate = _t.first);
|
|
5829
5829
|
} }, viewQuery: function StepperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
5830
|
-
i0.ɵɵviewQuery(_c1$
|
|
5830
|
+
i0.ɵɵviewQuery(_c1$e, 5, ElementRef);
|
|
5831
5831
|
} if (rf & 2) {
|
|
5832
5832
|
let _t;
|
|
5833
5833
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepper = _t.first);
|
|
@@ -5993,7 +5993,7 @@ function DrChatFormComponent_dr_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
5993
5993
|
i0.ɵɵtext(1, "Stop generating");
|
|
5994
5994
|
i0.ɵɵelementEnd();
|
|
5995
5995
|
} }
|
|
5996
|
-
const _c0$
|
|
5996
|
+
const _c0$w = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
|
|
5997
5997
|
class DrChatFormComponent {
|
|
5998
5998
|
constructor(cdr, domSanitizer) {
|
|
5999
5999
|
this.cdr = cdr;
|
|
@@ -6149,7 +6149,7 @@ class DrChatFormComponent {
|
|
|
6149
6149
|
const _r1 = i0.ɵɵreference(4);
|
|
6150
6150
|
i0.ɵɵproperty("ngIf", ctx.droppedFiles == null ? null : ctx.droppedFiles.length);
|
|
6151
6151
|
i0.ɵɵadvance(2);
|
|
6152
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
6152
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$w, ctx.inputFocus, !!(ctx.message == null ? null : ctx.message.length)));
|
|
6153
6153
|
i0.ɵɵadvance(1);
|
|
6154
6154
|
i0.ɵɵstyleMap(ctx.getTextAreaHeight(_r1));
|
|
6155
6155
|
i0.ɵɵpropertyInterpolate("placeholder", ctx.fileOver ? ctx.dropFilePlaceholder : ctx.messagePlaceholder);
|
|
@@ -6264,7 +6264,7 @@ function DrAvatarComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
6264
6264
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
6265
6265
|
i0.ɵɵstyleProp("width", ctx_r0.drAvatarSize || null)("height", ctx_r0.drAvatarSize || null);
|
|
6266
6266
|
} }
|
|
6267
|
-
const _c0$
|
|
6267
|
+
const _c0$v = function (a0, a1) { return { "users-section__default": a0, "users-section__user--clickable": a1 }; };
|
|
6268
6268
|
function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
6269
6269
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
6270
6270
|
i0.ɵɵelementStart(0, "div", 5);
|
|
@@ -6278,7 +6278,7 @@ function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
6278
6278
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
6279
6279
|
i0.ɵɵclassMap(user_r5.status);
|
|
6280
6280
|
i0.ɵɵstyleProp("width", ctx_r1.drAvatarSize || null)("height", ctx_r1.drAvatarSize || null)("background-color", ctx_r1.getAvatarColor(user_r5));
|
|
6281
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$
|
|
6281
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$v, ctx_r1.showUnassigned && !user_r5.email, ctx_r1.drAvatarIsClickable))("drTooltip", i0.ɵɵpipeBind1(1, 13, user_r5))("drTooltipClass", ctx_r1.drAvatarTooltipClass)("drTooltipPosition", ctx_r1.drAvatarTooltipPosition);
|
|
6282
6282
|
i0.ɵɵadvance(2);
|
|
6283
6283
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(3, 15, user_r5, "initials"), "\n");
|
|
6284
6284
|
} }
|
|
@@ -6554,7 +6554,7 @@ class DrChatMessageFileComponent {
|
|
|
6554
6554
|
type: Input
|
|
6555
6555
|
}] }); })();
|
|
6556
6556
|
|
|
6557
|
-
const _c0$
|
|
6557
|
+
const _c0$u = ["drChatMessageActions"];
|
|
6558
6558
|
function DrChatMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
6559
6559
|
i0.ɵɵelementContainerStart(0);
|
|
6560
6560
|
i0.ɵɵelement(1, "div", 8);
|
|
@@ -6656,7 +6656,7 @@ class DrChatMessageComponent {
|
|
|
6656
6656
|
}
|
|
6657
6657
|
/** @nocollapse */ static { this.ɵfac = function DrChatMessageComponent_Factory(t) { return new (t || DrChatMessageComponent)(i0.ɵɵdirectiveInject(DrChatCustomMessageService)); }; }
|
|
6658
6658
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatMessageComponent, selectors: [["dr-chat-message"]], contentQueries: function DrChatMessageComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
6659
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
6659
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$u, 5);
|
|
6660
6660
|
} if (rf & 2) {
|
|
6661
6661
|
let _t;
|
|
6662
6662
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.drChatMessageActions = _t.first);
|
|
@@ -6727,7 +6727,7 @@ class DrChatMessageComponent {
|
|
|
6727
6727
|
args: ['drChatMessageActions']
|
|
6728
6728
|
}] }); })();
|
|
6729
6729
|
|
|
6730
|
-
const _c0$
|
|
6730
|
+
const _c0$t = ["suggestionsContainer"];
|
|
6731
6731
|
function DrChatSuggestionsComponent_ng_container_2_div_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
6732
6732
|
i0.ɵɵelementContainer(0);
|
|
6733
6733
|
} }
|
|
@@ -6766,18 +6766,18 @@ function DrChatSuggestionsComponent_ng_template_3_div_1_Template(rf, ctx) { if (
|
|
|
6766
6766
|
i0.ɵɵadvance(1);
|
|
6767
6767
|
i0.ɵɵtextInterpolate1(" ", item_r9, " ");
|
|
6768
6768
|
} }
|
|
6769
|
-
const _c1$
|
|
6769
|
+
const _c1$d = function (a0, a1, a2) { return { "chat-suggestions__items--three-cols": a0, "chat-suggestions__items--two-cols": a1, "chat-suggestions__items--one-col": a2 }; };
|
|
6770
6770
|
function DrChatSuggestionsComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
6771
6771
|
i0.ɵɵelementStart(0, "div", 8);
|
|
6772
6772
|
i0.ɵɵtemplate(1, DrChatSuggestionsComponent_ng_template_3_div_1_Template, 2, 1, "div", 9);
|
|
6773
6773
|
i0.ɵɵelementEnd();
|
|
6774
6774
|
} if (rf & 2) {
|
|
6775
6775
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
6776
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(2, _c1$
|
|
6776
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(2, _c1$d, ctx_r3.colsCount === 3, ctx_r3.colsCount === 2, ctx_r3.colsCount === 1));
|
|
6777
6777
|
i0.ɵɵadvance(1);
|
|
6778
6778
|
i0.ɵɵproperty("ngForOf", ctx_r3.visibleValues);
|
|
6779
6779
|
} }
|
|
6780
|
-
const _c2$
|
|
6780
|
+
const _c2$7 = function (a0, a1, a2, a3) { return { "chat-suggestions--three-cols": a0, "chat-suggestions--two-cols": a1, "chat-suggestions--one-col": a2, "chat-suggestions--button-mode": a3 }; };
|
|
6781
6781
|
class DrChatSuggestionsComponent {
|
|
6782
6782
|
get hiddenValues() {
|
|
6783
6783
|
return JSON.parse(localStorage.getItem('aiChatSuggestions')) || [];
|
|
@@ -6872,7 +6872,7 @@ class DrChatSuggestionsComponent {
|
|
|
6872
6872
|
}
|
|
6873
6873
|
/** @nocollapse */ static { this.ɵfac = function DrChatSuggestionsComponent_Factory(t) { return new (t || DrChatSuggestionsComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
6874
6874
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatSuggestionsComponent, selectors: [["dr-chat-suggestions"]], viewQuery: function DrChatSuggestionsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
6875
|
-
i0.ɵɵviewQuery(_c0$
|
|
6875
|
+
i0.ɵɵviewQuery(_c0$t, 5);
|
|
6876
6876
|
} if (rf & 2) {
|
|
6877
6877
|
let _t;
|
|
6878
6878
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.suggestionContainer = _t.first);
|
|
@@ -6883,7 +6883,7 @@ class DrChatSuggestionsComponent {
|
|
|
6883
6883
|
i0.ɵɵtemplate(3, DrChatSuggestionsComponent_ng_template_3_Template, 2, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
|
|
6884
6884
|
} if (rf & 2) {
|
|
6885
6885
|
const _r2 = i0.ɵɵreference(4);
|
|
6886
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction4(3, _c2$
|
|
6886
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction4(3, _c2$7, ctx.colsCount === 3, ctx.colsCount === 2, ctx.colsCount === 1, ctx.buttonMode));
|
|
6887
6887
|
i0.ɵɵadvance(2);
|
|
6888
6888
|
i0.ɵɵproperty("ngIf", ctx.buttonMode)("ngIfElse", _r2);
|
|
6889
6889
|
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i1.NgTemplateOutlet, DrButtonComponent], styles: ["[_nghost-%COMP%]{display:flex;align-items:flex-start;justify-content:center}[_nghost-%COMP%] .chat-suggestions[_ngcontent-%COMP%]{display:flex;width:100%;justify-content:center;max-width:956px}[_nghost-%COMP%] .chat-suggestions--button-mode[_ngcontent-%COMP%]{justify-content:flex-start}[_nghost-%COMP%] .chat-suggestions--button-mode[_ngcontent-%COMP%] .chat-suggestions__items[_ngcontent-%COMP%]{padding-top:32px}[_nghost-%COMP%] .chat-suggestions--one-col[_ngcontent-%COMP%]{padding-left:0;grid-template-columns:repeat(1,300px)}[_nghost-%COMP%] .chat-suggestions--one-col[_ngcontent-%COMP%] .chat-suggestions__items[_ngcontent-%COMP%]{grid-template-columns:repeat(1,300px)}[_nghost-%COMP%] .chat-suggestions--two-cols[_ngcontent-%COMP%]{padding-left:0;grid-template-columns:repeat(2,300px)}[_nghost-%COMP%] .chat-suggestions--two-cols[_ngcontent-%COMP%] .chat-suggestions__items[_ngcontent-%COMP%]{grid-template-columns:repeat(2,300px)}[_nghost-%COMP%] .chat-suggestions--three-cols[_ngcontent-%COMP%]{padding-left:0;grid-template-columns:repeat(3,300px)}[_nghost-%COMP%] .chat-suggestions--three-cols[_ngcontent-%COMP%] .chat-suggestions__container[_ngcontent-%COMP%]{padding-left:0}[_nghost-%COMP%] .chat-suggestions--three-cols[_ngcontent-%COMP%] .chat-suggestions__items[_ngcontent-%COMP%]{grid-template-columns:repeat(3,300px)}[_nghost-%COMP%] .chat-suggestions__container[_ngcontent-%COMP%]{display:flex;position:relative;width:auto;margin-top:12px;padding:0 16px}[_nghost-%COMP%] .chat-suggestions__container__button[_ngcontent-%COMP%]{z-index:3;background:linear-gradient(-90deg,#6969ff,#4eb7df) border-box;border-radius:2em;border:1.5px solid transparent}[_nghost-%COMP%] .chat-suggestions__container__button[_ngcontent-%COMP%] button{background:#fff;border-radius:24px;color:#4646ce;border:none;cursor:pointer}[_nghost-%COMP%] .chat-suggestions__container[_ngcontent-%COMP%] .chat-suggestions__items[_ngcontent-%COMP%]{display:none;position:absolute;width:100%;bottom:0;left:0;padding-bottom:56px;z-index:2}[_nghost-%COMP%] .chat-suggestions__container--opened[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] .chat-suggestions__container--opened[_ngcontent-%COMP%] .chat-suggestions__container__button[_ngcontent-%COMP%] button{color:#4646ce;background:#f2f2fb}[_nghost-%COMP%] .chat-suggestions__container--opened[_ngcontent-%COMP%] .chat-suggestions__items[_ngcontent-%COMP%]{display:grid;align-items:center;justify-content:center}[_nghost-%COMP%] .chat-suggestions__items[_ngcontent-%COMP%]{padding:0 16px;display:grid;gap:28px;grid-auto-rows:minmax(86px,auto);background:#ffffffb3}[_nghost-%COMP%] .chat-suggestions__items__item[_ngcontent-%COMP%]{display:inline-flex;min-height:86px;width:300px;align-items:center;justify-content:center;text-align:center;padding:16px;border-radius:8px;background:#f2f2fb;box-shadow:0 1px 2px #00000026;font-size:14px;line-height:24px;color:#25258c}[_nghost-%COMP%] .chat-suggestions__items__item[_ngcontent-%COMP%]:hover{cursor:pointer;background:#eaeaff}"], changeDetection: 0 }); }
|
|
@@ -6906,9 +6906,9 @@ class DrChatSuggestionsComponent {
|
|
|
6906
6906
|
args: ['suggestionsContainer', { static: false }]
|
|
6907
6907
|
}] }); })();
|
|
6908
6908
|
|
|
6909
|
-
const _c0$
|
|
6910
|
-
const _c1$
|
|
6911
|
-
const _c2$
|
|
6909
|
+
const _c0$s = ["drChatHeader"];
|
|
6910
|
+
const _c1$c = ["drChatLoader"];
|
|
6911
|
+
const _c2$6 = ["drChatContent"];
|
|
6912
6912
|
const _c3$4 = ["messagesContainer"];
|
|
6913
6913
|
function DrChatComponent_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
6914
6914
|
i0.ɵɵelementContainer(0, 8);
|
|
@@ -7043,9 +7043,9 @@ class DrChatComponent {
|
|
|
7043
7043
|
/** @nocollapse */ static { this.ɵfac = function DrChatComponent_Factory(t) { return new (t || DrChatComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
7044
7044
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatComponent, selectors: [["dr-chat"]], contentQueries: function DrChatComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
7045
7045
|
i0.ɵɵcontentQuery(dirIndex, DrChatFormComponent, 5);
|
|
7046
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
7047
|
-
i0.ɵɵcontentQuery(dirIndex, _c1$
|
|
7048
|
-
i0.ɵɵcontentQuery(dirIndex, _c2$
|
|
7046
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$s, 5);
|
|
7047
|
+
i0.ɵɵcontentQuery(dirIndex, _c1$c, 5);
|
|
7048
|
+
i0.ɵɵcontentQuery(dirIndex, _c2$6, 5);
|
|
7049
7049
|
i0.ɵɵcontentQuery(dirIndex, DrChatMessageComponent, 4);
|
|
7050
7050
|
} if (rf & 2) {
|
|
7051
7051
|
let _t;
|
|
@@ -7131,8 +7131,8 @@ class DrChatComponent {
|
|
|
7131
7131
|
args: [DrChatSuggestionsComponent]
|
|
7132
7132
|
}] }); })();
|
|
7133
7133
|
|
|
7134
|
-
const _c0$
|
|
7135
|
-
const _c1$
|
|
7134
|
+
const _c0$r = ["textAreaElement"];
|
|
7135
|
+
const _c1$b = ["fileInput"];
|
|
7136
7136
|
function DrChatFormDropdownComponent_dr_chat_dropped_files_3_Template(rf, ctx) { if (rf & 1) {
|
|
7137
7137
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
7138
7138
|
i0.ɵɵelementStart(0, "dr-chat-dropped-files", 12);
|
|
@@ -7158,7 +7158,7 @@ function DrChatFormDropdownComponent_i_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
7158
7158
|
function DrChatFormDropdownComponent_dr_dot_flashing_15_Template(rf, ctx) { if (rf & 1) {
|
|
7159
7159
|
i0.ɵɵelement(0, "dr-dot-flashing", 15);
|
|
7160
7160
|
} }
|
|
7161
|
-
const _c2$
|
|
7161
|
+
const _c2$5 = function (a0) { return { "message-row_loading": a0 }; };
|
|
7162
7162
|
const _c3$3 = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
|
|
7163
7163
|
const _c4$1 = ["*"];
|
|
7164
7164
|
class DrChatFormDropdownComponent {
|
|
@@ -7318,8 +7318,8 @@ class DrChatFormDropdownComponent {
|
|
|
7318
7318
|
}
|
|
7319
7319
|
/** @nocollapse */ static { this.ɵfac = function DrChatFormDropdownComponent_Factory(t) { return new (t || DrChatFormDropdownComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$5.DomSanitizer)); }; }
|
|
7320
7320
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatFormDropdownComponent, selectors: [["dr-chat-form-dropdown"]], viewQuery: function DrChatFormDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
7321
|
-
i0.ɵɵviewQuery(_c0$
|
|
7322
|
-
i0.ɵɵviewQuery(_c1$
|
|
7321
|
+
i0.ɵɵviewQuery(_c0$r, 5);
|
|
7322
|
+
i0.ɵɵviewQuery(_c1$b, 5);
|
|
7323
7323
|
} if (rf & 2) {
|
|
7324
7324
|
let _t;
|
|
7325
7325
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.textAreaElementRef = _t.first);
|
|
@@ -7350,7 +7350,7 @@ class DrChatFormDropdownComponent {
|
|
|
7350
7350
|
} if (rf & 2) {
|
|
7351
7351
|
const _r1 = i0.ɵɵreference(7);
|
|
7352
7352
|
let tmp_1_0;
|
|
7353
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(15, _c2$
|
|
7353
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(15, _c2$5, ctx.isUploadingFiles));
|
|
7354
7354
|
i0.ɵɵadvance(1);
|
|
7355
7355
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(17, _c3$3, ctx.inputFocus, !!(ctx.message == null ? null : (tmp_1_0 = ctx.message.trim()) == null ? null : tmp_1_0.length) || !!i0.ɵɵpipeBind1(2, 11, ctx.droppedFiles$).length));
|
|
7356
7356
|
i0.ɵɵadvance(2);
|
|
@@ -7455,14 +7455,14 @@ class DrChatCustomMessageDirective {
|
|
|
7455
7455
|
type: Input
|
|
7456
7456
|
}] }); })();
|
|
7457
7457
|
|
|
7458
|
-
const _c0$
|
|
7458
|
+
const _c0$q = ["*"];
|
|
7459
7459
|
class DrChatAlertComponent {
|
|
7460
7460
|
constructor() {
|
|
7461
7461
|
this.iconClass = 'dr-icon-info';
|
|
7462
7462
|
this.close = new EventEmitter();
|
|
7463
7463
|
}
|
|
7464
7464
|
/** @nocollapse */ static { this.ɵfac = function DrChatAlertComponent_Factory(t) { return new (t || DrChatAlertComponent)(); }; }
|
|
7465
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$
|
|
7465
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$q, decls: 3, vars: 2, consts: [["theme", "icon", "icon", "dr-icon-exit", "drTooltip", "Close", 1, "chat-alert-close-btn", 3, "click"]], template: function DrChatAlertComponent_Template(rf, ctx) { if (rf & 1) {
|
|
7466
7466
|
i0.ɵɵprojectionDef();
|
|
7467
7467
|
i0.ɵɵelement(0, "i");
|
|
7468
7468
|
i0.ɵɵprojection(1);
|
|
@@ -7500,7 +7500,7 @@ function DrToggleComponent_span_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
7500
7500
|
i0.ɵɵadvance(1);
|
|
7501
7501
|
i0.ɵɵtextInterpolate(ctx_r1.toggleTitle);
|
|
7502
7502
|
} }
|
|
7503
|
-
const _c0$
|
|
7503
|
+
const _c0$p = ["*"];
|
|
7504
7504
|
class DrToggleComponent {
|
|
7505
7505
|
set disabled(value) {
|
|
7506
7506
|
this.setDisabledState(value);
|
|
@@ -7545,7 +7545,7 @@ class DrToggleComponent {
|
|
|
7545
7545
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrToggleComponent, selectors: [["dr-toggle"]], hostVars: 3, hostBindings: function DrToggleComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
7546
7546
|
i0.ɵɵattribute("id", ctx.hostId);
|
|
7547
7547
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
7548
|
-
} }, inputs: { id: "id", toggleTitle: "toggleTitle", toggleTitleRight: "toggleTitleRight", successType: "successType", checkedStatus: "checkedStatus", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: DrToggleComponent, multi: true }])], ngContentSelectors: _c0$
|
|
7548
|
+
} }, inputs: { id: "id", toggleTitle: "toggleTitle", toggleTitleRight: "toggleTitleRight", successType: "successType", checkedStatus: "checkedStatus", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: DrToggleComponent, multi: true }])], ngContentSelectors: _c0$p, decls: 7, vars: 10, consts: [["class", "toggle-title mr-3", 4, "ngIf"], [1, "toggle-container"], ["type", "checkbox", 3, "checked", "disabled", "click"], [1, "toggle-body"], ["class", "toggle-title ml-3", 4, "ngIf"], [1, "toggle-title", "mr-3"], [1, "toggle-title", "ml-3"]], template: function DrToggleComponent_Template(rf, ctx) { if (rf & 1) {
|
|
7549
7549
|
i0.ɵɵprojectionDef();
|
|
7550
7550
|
i0.ɵɵtemplate(0, DrToggleComponent_span_0_Template, 2, 1, "span", 0);
|
|
7551
7551
|
i0.ɵɵelementStart(1, "label", 1)(2, "input", 2);
|
|
@@ -7670,7 +7670,7 @@ function DrAlertComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
7670
7670
|
i0.ɵɵadvance(1);
|
|
7671
7671
|
i0.ɵɵtextInterpolate(ctx_r0.text);
|
|
7672
7672
|
} }
|
|
7673
|
-
const _c0$
|
|
7673
|
+
const _c0$o = ["*"];
|
|
7674
7674
|
const ALERT_THEME_ICONS = {
|
|
7675
7675
|
[DrAlertTheme.SUCCESS]: 'dr-icon-uploaded-success',
|
|
7676
7676
|
[DrAlertTheme.BOLD_ERROR]: 'dr-icon-error',
|
|
@@ -7691,7 +7691,7 @@ class DrAlertComponent {
|
|
|
7691
7691
|
/** @nocollapse */ static { this.ɵfac = function DrAlertComponent_Factory(t) { return new (t || DrAlertComponent)(); }; }
|
|
7692
7692
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAlertComponent, selectors: [["dr-alert"]], hostVars: 2, hostBindings: function DrAlertComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
7693
7693
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
7694
|
-
} }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$
|
|
7694
|
+
} }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$o, decls: 6, vars: 3, consts: [[1, "dr-alert__content-wrapper"], ["class", "dr-alert__text", 4, "ngIf"], [1, "dr-alert__custom-content"], ["contentRef", ""], [1, "dr-alert__text"]], template: function DrAlertComponent_Template(rf, ctx) { if (rf & 1) {
|
|
7695
7695
|
i0.ɵɵprojectionDef();
|
|
7696
7696
|
i0.ɵɵelementStart(0, "div", 0);
|
|
7697
7697
|
i0.ɵɵelement(1, "i");
|
|
@@ -7737,7 +7737,7 @@ class CodeEditorHintWrapperComponent {
|
|
|
7737
7737
|
}]
|
|
7738
7738
|
}], null, null); })();
|
|
7739
7739
|
|
|
7740
|
-
const _c0$
|
|
7740
|
+
const _c0$n = ["ref"];
|
|
7741
7741
|
class DrCodemirrorComponent {
|
|
7742
7742
|
set options(value) {
|
|
7743
7743
|
this._options = value;
|
|
@@ -7867,7 +7867,7 @@ class DrCodemirrorComponent {
|
|
|
7867
7867
|
}
|
|
7868
7868
|
/** @nocollapse */ static { this.ɵfac = function DrCodemirrorComponent_Factory(t) { return new (t || DrCodemirrorComponent)(i0.ɵɵdirectiveInject(i0.KeyValueDiffers), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
|
|
7869
7869
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodemirrorComponent, selectors: [["dr-codemirror"]], viewQuery: function DrCodemirrorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
7870
|
-
i0.ɵɵviewQuery(_c0$
|
|
7870
|
+
i0.ɵɵviewQuery(_c0$n, 5);
|
|
7871
7871
|
} if (rf & 2) {
|
|
7872
7872
|
let _t;
|
|
7873
7873
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.ref = _t.first);
|
|
@@ -8019,7 +8019,7 @@ class DrErrorComponent {
|
|
|
8019
8019
|
args: ['class.no-icon']
|
|
8020
8020
|
}] }); })();
|
|
8021
8021
|
|
|
8022
|
-
const _c0$
|
|
8022
|
+
const _c0$m = ["codeEditor"];
|
|
8023
8023
|
function DrCodeEditorComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
8024
8024
|
i0.ɵɵelementStart(0, "span", 4);
|
|
8025
8025
|
i0.ɵɵtext(1);
|
|
@@ -8298,7 +8298,7 @@ class DrCodeEditorComponent {
|
|
|
8298
8298
|
}
|
|
8299
8299
|
/** @nocollapse */ static { this.ɵfac = function DrCodeEditorComponent_Factory(t) { return new (t || DrCodeEditorComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
8300
8300
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodeEditorComponent, selectors: [["dr-code-editor"]], viewQuery: function DrCodeEditorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8301
|
-
i0.ɵɵviewQuery(_c0$
|
|
8301
|
+
i0.ɵɵviewQuery(_c0$m, 5);
|
|
8302
8302
|
} if (rf & 2) {
|
|
8303
8303
|
let _t;
|
|
8304
8304
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.codeEditor = _t.first);
|
|
@@ -9066,7 +9066,7 @@ const getAlignmentDimension = (position) => {
|
|
|
9066
9066
|
return DrPopoverAlignmentDimension.Width;
|
|
9067
9067
|
};
|
|
9068
9068
|
|
|
9069
|
-
const _c0$
|
|
9069
|
+
const _c0$l = ["popoverContainer"];
|
|
9070
9070
|
function DrPopoverComponent_ng_container_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
9071
9071
|
i0.ɵɵelementContainer(0);
|
|
9072
9072
|
} }
|
|
@@ -9156,7 +9156,7 @@ class DrPopoverComponent {
|
|
|
9156
9156
|
}
|
|
9157
9157
|
/** @nocollapse */ static { this.ɵfac = function DrPopoverComponent_Factory(t) { return new (t || DrPopoverComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(DrPopoverRef)); }; }
|
|
9158
9158
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrPopoverComponent, selectors: [["dr-popover"]], viewQuery: function DrPopoverComponent_Query(rf, ctx) { if (rf & 1) {
|
|
9159
|
-
i0.ɵɵviewQuery(_c0$
|
|
9159
|
+
i0.ɵɵviewQuery(_c0$l, 7, ElementRef);
|
|
9160
9160
|
} if (rf & 2) {
|
|
9161
9161
|
let _t;
|
|
9162
9162
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popoverContainer = _t.first);
|
|
@@ -9479,7 +9479,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
9479
9479
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9480
9480
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9481
9481
|
};
|
|
9482
|
-
const _c0$
|
|
9482
|
+
const _c0$k = ["menuContainer"];
|
|
9483
9483
|
function DrDropdownComponent_dr_dropdown_item_4_ng_container_1_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
9484
9484
|
i0.ɵɵelement(0, "i", 11);
|
|
9485
9485
|
} if (rf & 2) {
|
|
@@ -9529,14 +9529,14 @@ function DrDropdownComponent_dr_dropdown_item_4_ng_container_2_Template(rf, ctx)
|
|
|
9529
9529
|
i0.ɵɵadvance(1);
|
|
9530
9530
|
i0.ɵɵproperty("ngIf", ctx_r5.hasChildren(act_r2));
|
|
9531
9531
|
} }
|
|
9532
|
-
const _c1$
|
|
9532
|
+
const _c1$a = function (a0) { return { $implicit: a0 }; };
|
|
9533
9533
|
function DrDropdownComponent_dr_dropdown_item_4_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
9534
9534
|
i0.ɵɵelementContainer(0, 17);
|
|
9535
9535
|
} if (rf & 2) {
|
|
9536
9536
|
const act_r2 = i0.ɵɵnextContext().$implicit;
|
|
9537
|
-
i0.ɵɵproperty("ngTemplateOutlet", act_r2.templateRef)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c1$
|
|
9537
|
+
i0.ɵɵproperty("ngTemplateOutlet", act_r2.templateRef)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c1$a, act_r2));
|
|
9538
9538
|
} }
|
|
9539
|
-
const _c2$
|
|
9539
|
+
const _c2$4 = function () { return { withoutArrow: true }; };
|
|
9540
9540
|
function DrDropdownComponent_dr_dropdown_item_4_Template(rf, ctx) { if (rf & 1) {
|
|
9541
9541
|
const _r20 = i0.ɵɵgetCurrentView();
|
|
9542
9542
|
i0.ɵɵelementStart(0, "dr-dropdown-item", 4);
|
|
@@ -9549,7 +9549,7 @@ function DrDropdownComponent_dr_dropdown_item_4_Template(rf, ctx) { if (rf & 1)
|
|
|
9549
9549
|
const act_r2 = ctx.$implicit;
|
|
9550
9550
|
const index_r3 = ctx.index;
|
|
9551
9551
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
9552
|
-
i0.ɵɵproperty("drTooltip", ctx_r1.tooltipToShow(act_r2))("drTooltipPosition", "left")("drTooltipOptions", i0.ɵɵpureFunction0(15, _c2$
|
|
9552
|
+
i0.ɵɵproperty("drTooltip", ctx_r1.tooltipToShow(act_r2))("drTooltipPosition", "left")("drTooltipOptions", i0.ɵɵpureFunction0(15, _c2$4))("drTooltipClass", "dr-dropdown__tooltip")("drDropdown", ctx_r1.hasChildren(act_r2) && act_r2.children)("drDropdownClass", act_r2.childOptions == null ? null : act_r2.childOptions.class)("drDropdownInHover", true)("drDropdownPosition", act_r2.childOptions == null ? null : act_r2.childOptions.position)("disabled", ctx_r1.disabled(act_r2))("selected", ctx_r1.selected(act_r2))("divider", act_r2.separateLine);
|
|
9553
9553
|
i0.ɵɵattribute("data-analytics", ctx_r1.getDataAnalyticsTag(act_r2, index_r3));
|
|
9554
9554
|
i0.ɵɵadvance(1);
|
|
9555
9555
|
i0.ɵɵproperty("ngIf", !act_r2.templateRef);
|
|
@@ -9675,7 +9675,7 @@ class DrDropdownComponent {
|
|
|
9675
9675
|
}
|
|
9676
9676
|
/** @nocollapse */ static { this.ɵfac = function DrDropdownComponent_Factory(t) { return new (t || DrDropdownComponent)(); }; }
|
|
9677
9677
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownComponent, selectors: [["dr-dropdown"]], viewQuery: function DrDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
9678
|
-
i0.ɵɵviewQuery(_c0$
|
|
9678
|
+
i0.ɵɵviewQuery(_c0$k, 7);
|
|
9679
9679
|
} if (rf & 2) {
|
|
9680
9680
|
let _t;
|
|
9681
9681
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.menuContainer = _t.first);
|
|
@@ -9914,8 +9914,8 @@ class DrDropdownChildDirective {
|
|
|
9914
9914
|
}]
|
|
9915
9915
|
}], null, null); })();
|
|
9916
9916
|
|
|
9917
|
-
const _c0$
|
|
9918
|
-
const _c1$
|
|
9917
|
+
const _c0$j = [[["", "dropdownItemContent", ""]], [["", "dropdownItemActions", ""]]];
|
|
9918
|
+
const _c1$9 = ["[dropdownItemContent]", "[dropdownItemActions]"];
|
|
9919
9919
|
class DrDropdownItemComponent {
|
|
9920
9920
|
constructor() {
|
|
9921
9921
|
this.role = 'option';
|
|
@@ -9923,8 +9923,8 @@ class DrDropdownItemComponent {
|
|
|
9923
9923
|
/** @nocollapse */ static { this.ɵfac = function DrDropdownItemComponent_Factory(t) { return new (t || DrDropdownItemComponent)(); }; }
|
|
9924
9924
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownItemComponent, selectors: [["dr-dropdown-item"]], hostVars: 1, hostBindings: function DrDropdownItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
9925
9925
|
i0.ɵɵattribute("role", ctx.role);
|
|
9926
|
-
} }, inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, ngContentSelectors: _c1$
|
|
9927
|
-
i0.ɵɵprojectionDef(_c0$
|
|
9926
|
+
} }, inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, ngContentSelectors: _c1$9, decls: 5, vars: 6, consts: [[1, "dr-dropdown-item"], [1, "dr-dropdown-text"], [1, "dr-dropdown-actions"]], template: function DrDropdownItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9927
|
+
i0.ɵɵprojectionDef(_c0$j);
|
|
9928
9928
|
i0.ɵɵelementStart(0, "div", 0)(1, "span", 1);
|
|
9929
9929
|
i0.ɵɵprojection(2);
|
|
9930
9930
|
i0.ɵɵelementEnd();
|
|
@@ -9966,7 +9966,7 @@ class DrDropdownItemShowPipe {
|
|
|
9966
9966
|
function DrTabComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
9967
9967
|
i0.ɵɵprojection(0);
|
|
9968
9968
|
} }
|
|
9969
|
-
const _c0$
|
|
9969
|
+
const _c0$i = ["*"];
|
|
9970
9970
|
class DrTabComponent {
|
|
9971
9971
|
constructor() { }
|
|
9972
9972
|
ngOnInit() { }
|
|
@@ -9976,7 +9976,7 @@ class DrTabComponent {
|
|
|
9976
9976
|
} if (rf & 2) {
|
|
9977
9977
|
let _t;
|
|
9978
9978
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contentTemplate = _t.first);
|
|
9979
|
-
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$
|
|
9979
|
+
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$i, decls: 1, vars: 0, template: function DrTabComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9980
9980
|
i0.ɵɵprojectionDef();
|
|
9981
9981
|
i0.ɵɵtemplate(0, DrTabComponent_ng_template_0_Template, 1, 0, "ng-template");
|
|
9982
9982
|
} }, encapsulation: 2 }); }
|
|
@@ -10251,8 +10251,8 @@ class DrTabsComponent {
|
|
|
10251
10251
|
args: [DrTabComponent]
|
|
10252
10252
|
}] }); })();
|
|
10253
10253
|
|
|
10254
|
-
const _c0$
|
|
10255
|
-
const _c1$
|
|
10254
|
+
const _c0$h = [[["dr-accordion-item"]]];
|
|
10255
|
+
const _c1$8 = ["dr-accordion-item"];
|
|
10256
10256
|
class DrAccordionComponent {
|
|
10257
10257
|
constructor() {
|
|
10258
10258
|
this.openCloseItems = new Subject();
|
|
@@ -10285,8 +10285,8 @@ class DrAccordionComponent {
|
|
|
10285
10285
|
/** @nocollapse */ static { this.ɵfac = function DrAccordionComponent_Factory(t) { return new (t || DrAccordionComponent)(); }; }
|
|
10286
10286
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionComponent, selectors: [["dr-accordion"]], hostVars: 2, hostBindings: function DrAccordionComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
10287
10287
|
i0.ɵɵclassMap(ctx.theme);
|
|
10288
|
-
} }, inputs: { multi: "multi", theme: "theme" }, ngContentSelectors: _c1$
|
|
10289
|
-
i0.ɵɵprojectionDef(_c0$
|
|
10288
|
+
} }, inputs: { multi: "multi", theme: "theme" }, ngContentSelectors: _c1$8, decls: 1, vars: 0, template: function DrAccordionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10289
|
+
i0.ɵɵprojectionDef(_c0$h);
|
|
10290
10290
|
i0.ɵɵprojection(0);
|
|
10291
10291
|
} }, styles: ["[_nghost-%COMP%]{display:block;box-shadow:#2c33491a 0 5px 10px}.borderless[_nghost-%COMP%]{box-shadow:none}"], changeDetection: 0 }); }
|
|
10292
10292
|
}
|
|
@@ -10303,8 +10303,8 @@ class DrAccordionComponent {
|
|
|
10303
10303
|
args: ['class']
|
|
10304
10304
|
}] }); })();
|
|
10305
10305
|
|
|
10306
|
-
const _c0$
|
|
10307
|
-
const _c1$
|
|
10306
|
+
const _c0$g = [[["dr-accordion-item-header"]], [["dr-accordion-item-body"]]];
|
|
10307
|
+
const _c1$7 = ["dr-accordion-item-header", "dr-accordion-item-body"];
|
|
10308
10308
|
class DrAccordionItemComponent {
|
|
10309
10309
|
/**
|
|
10310
10310
|
* Item is collapse (`true` by default)
|
|
@@ -10404,8 +10404,8 @@ class DrAccordionItemComponent {
|
|
|
10404
10404
|
/** @nocollapse */ static { this.ɵfac = function DrAccordionItemComponent_Factory(t) { return new (t || DrAccordionItemComponent)(i0.ɵɵdirectiveInject(DrAccordionComponent, 1), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
10405
10405
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemComponent, selectors: [["dr-accordion-item"]], hostVars: 6, hostBindings: function DrAccordionItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
10406
10406
|
i0.ɵɵclassProp("collapsed", ctx.collapsed)("expanded", ctx.expanded)("disabled", ctx.disabled);
|
|
10407
|
-
} }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$
|
|
10408
|
-
i0.ɵɵprojectionDef(_c0$
|
|
10407
|
+
} }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$7, decls: 2, vars: 0, template: function DrAccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10408
|
+
i0.ɵɵprojectionDef(_c0$g);
|
|
10409
10409
|
i0.ɵɵprojection(0);
|
|
10410
10410
|
i0.ɵɵprojection(1, 1);
|
|
10411
10411
|
} }, styles: ["[_nghost-%COMP%]{background-color:#fff;color:#222b45;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.25rem;display:flex;flex-direction:column}"], changeDetection: 0 }); }
|
|
@@ -10447,8 +10447,8 @@ function DrAccordionItemHeaderComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
10447
10447
|
i0.ɵɵclassMap("dr-accordion-item-header-icon " + ctx_r0.icon);
|
|
10448
10448
|
i0.ɵɵclassProp("dr-accordion-item-header-icon--additional-padding", ctx_r0.chevronPosition === "left");
|
|
10449
10449
|
} }
|
|
10450
|
-
const _c0$
|
|
10451
|
-
const _c1$
|
|
10450
|
+
const _c0$f = function (a0) { return { rotationDegree: a0 }; };
|
|
10451
|
+
const _c1$6 = function (a0, a1) { return { value: a0, params: a1 }; };
|
|
10452
10452
|
function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
10453
10453
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
10454
10454
|
i0.ɵɵelementStart(0, "i", 2);
|
|
@@ -10457,9 +10457,9 @@ function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
10457
10457
|
} if (rf & 2) {
|
|
10458
10458
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
10459
10459
|
i0.ɵɵclassMap(ctx_r1.chevronIconClass);
|
|
10460
|
-
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$
|
|
10460
|
+
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$6, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$f, ctx_r1.chevronRotationDegree)));
|
|
10461
10461
|
} }
|
|
10462
|
-
const _c2$
|
|
10462
|
+
const _c2$3 = [[["dr-accordion-item-title"]], [["dr-accordion-item-description"]], "*"];
|
|
10463
10463
|
const _c3$1 = ["dr-accordion-item-title", "dr-accordion-item-description", "*"];
|
|
10464
10464
|
class DrAccordionItemHeaderComponent {
|
|
10465
10465
|
get isCollapsed() {
|
|
@@ -10516,7 +10516,7 @@ class DrAccordionItemHeaderComponent {
|
|
|
10516
10516
|
i0.ɵɵclassMap(ctx.theme);
|
|
10517
10517
|
i0.ɵɵclassProp("accordion-item-header-collapsed", ctx.isCollapsed)("accordion-item-header-expanded", ctx.expanded);
|
|
10518
10518
|
} }, inputs: { chevronOrientation: "chevronOrientation", chevronPosition: "chevronPosition", icon: "icon", toggleOnChevronClick: "toggleOnChevronClick" }, ngContentSelectors: _c3$1, decls: 5, vars: 2, consts: [[3, "class", "dr-accordion-item-header-icon--additional-padding", 4, "ngIf"], [3, "class", "click", 4, "ngIf"], [3, "click"]], template: function DrAccordionItemHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10519
|
-
i0.ɵɵprojectionDef(_c2$
|
|
10519
|
+
i0.ɵɵprojectionDef(_c2$3);
|
|
10520
10520
|
i0.ɵɵtemplate(0, DrAccordionItemHeaderComponent_i_0_Template, 1, 4, "i", 0);
|
|
10521
10521
|
i0.ɵɵtemplate(1, DrAccordionItemHeaderComponent_i_1_Template, 1, 8, "i", 1);
|
|
10522
10522
|
i0.ɵɵprojection(2);
|
|
@@ -10586,8 +10586,8 @@ class DrAccordionItemHeaderComponent {
|
|
|
10586
10586
|
args: ['keydown.enter']
|
|
10587
10587
|
}] }); })();
|
|
10588
10588
|
|
|
10589
|
-
const _c0$
|
|
10590
|
-
const _c1$
|
|
10589
|
+
const _c0$e = function (a0) { return { value: a0 }; };
|
|
10590
|
+
const _c1$5 = ["*"];
|
|
10591
10591
|
const accordionItemBodyTrigger = trigger('accordionItemBody', [
|
|
10592
10592
|
state('collapsed', style({
|
|
10593
10593
|
overflow: 'hidden',
|
|
@@ -10618,13 +10618,13 @@ class DrAccordionItemBodyComponent {
|
|
|
10618
10618
|
this.destroy$.complete();
|
|
10619
10619
|
}
|
|
10620
10620
|
/** @nocollapse */ static { this.ɵfac = function DrAccordionItemBodyComponent_Factory(t) { return new (t || DrAccordionItemBodyComponent)(i0.ɵɵdirectiveInject(DrAccordionItemComponent, 1), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
10621
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemBodyComponent, selectors: [["dr-accordion-item-body"]], ngContentSelectors: _c1$
|
|
10621
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemBodyComponent, selectors: [["dr-accordion-item-body"]], ngContentSelectors: _c1$5, decls: 3, vars: 3, consts: [[1, "item-body"]], template: function DrAccordionItemBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10622
10622
|
i0.ɵɵprojectionDef();
|
|
10623
10623
|
i0.ɵɵelementStart(0, "div")(1, "div", 0);
|
|
10624
10624
|
i0.ɵɵprojection(2);
|
|
10625
10625
|
i0.ɵɵelementEnd()();
|
|
10626
10626
|
} if (rf & 2) {
|
|
10627
|
-
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$
|
|
10627
|
+
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$e, ctx.state));
|
|
10628
10628
|
} }, styles: [".item-body[_ngcontent-%COMP%]{flex:1;-ms-flex:1 1 auto;overflow:auto;position:relative}"], data: { animation: [accordionItemBodyTrigger] }, changeDetection: 0 }); }
|
|
10629
10629
|
}
|
|
10630
10630
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrAccordionItemBodyComponent, [{
|
|
@@ -10640,13 +10640,13 @@ class DrAccordionItemBodyComponent {
|
|
|
10640
10640
|
type: Host
|
|
10641
10641
|
}] }, { type: i0.ChangeDetectorRef }]; }, null); })();
|
|
10642
10642
|
|
|
10643
|
-
const _c0$
|
|
10644
|
-
const _c1$
|
|
10643
|
+
const _c0$d = [[["dr-layout-header"]], [["dr-layout-body"]]];
|
|
10644
|
+
const _c1$4 = ["dr-layout-header", "dr-layout-body"];
|
|
10645
10645
|
class DrLayoutComponent {
|
|
10646
10646
|
constructor() { }
|
|
10647
10647
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutComponent_Factory(t) { return new (t || DrLayoutComponent)(); }; }
|
|
10648
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], ngContentSelectors: _c1$
|
|
10649
|
-
i0.ɵɵprojectionDef(_c0$
|
|
10648
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], ngContentSelectors: _c1$4, decls: 6, vars: 0, consts: [[1, "dr-layout"], [1, "dr-layout__container"], [1, "content"], [1, "columns"]], template: function DrLayoutComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10649
|
+
i0.ɵɵprojectionDef(_c0$d);
|
|
10650
10650
|
i0.ɵɵelementStart(0, "div", 0);
|
|
10651
10651
|
i0.ɵɵprojection(1);
|
|
10652
10652
|
i0.ɵɵelementStart(2, "div", 1)(3, "div", 2)(4, "div", 3);
|
|
@@ -10659,11 +10659,11 @@ class DrLayoutComponent {
|
|
|
10659
10659
|
args: [{ selector: 'dr-layout', template: "<div class=\"dr-layout\">\n <ng-content select=\"dr-layout-header\"></ng-content>\n <div class=\"dr-layout__container\">\n <div class=\"content\">\n <div class=\"columns\">\n <ng-content select=\"dr-layout-body\"></ng-content>\n </div>\n </div>\n </div>\n</div>\n", styles: [":host{font-size:16px;font-weight:400;font-family:Poppins,sans-serif;line-height:1.25rem;-webkit-font-smoothing:antialiased}:host .dr-layout{display:flex;flex-direction:column;min-height:100vh;font-size:16px;font-weight:400;line-height:1.4rem}:host .dr-layout ::ng-deep dr-layout-header{display:block;position:fixed;top:0;left:0;right:0;z-index:1040}:host .dr-layout ::ng-deep dr-layout-header nav{align-items:center;justify-content:flex-start;display:flex}:host .dr-layout__container{display:flex;flex:1;-ms-flex:1 1 auto;flex-direction:row}:host .dr-layout__container .content{display:flex;flex:1;-ms-flex:1 1 auto;flex-direction:column;min-width:0}:host .dr-layout__container .content .columns{display:flex;flex:1;-ms-flex:1 1 auto;flex-direction:row;width:100%}:host .dr-layout__container .content .columns ::ng-deep dr-layout-body{flex:1 0;min-width:0}\n"] }]
|
|
10660
10660
|
}], function () { return []; }, null); })();
|
|
10661
10661
|
|
|
10662
|
-
const _c0$
|
|
10662
|
+
const _c0$c = ["*"];
|
|
10663
10663
|
class DrLayoutHeaderComponent {
|
|
10664
10664
|
constructor() { }
|
|
10665
10665
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutHeaderComponent_Factory(t) { return new (t || DrLayoutHeaderComponent)(); }; }
|
|
10666
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$
|
|
10666
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$c, decls: 2, vars: 0, template: function DrLayoutHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10667
10667
|
i0.ɵɵprojectionDef();
|
|
10668
10668
|
i0.ɵɵelementStart(0, "nav");
|
|
10669
10669
|
i0.ɵɵprojection(1);
|
|
@@ -10682,11 +10682,11 @@ class DrLayoutHeaderComponent {
|
|
|
10682
10682
|
}]
|
|
10683
10683
|
}], function () { return []; }, null); })();
|
|
10684
10684
|
|
|
10685
|
-
const _c0$
|
|
10685
|
+
const _c0$b = ["*"];
|
|
10686
10686
|
class DrLayoutBodyComponent {
|
|
10687
10687
|
constructor() { }
|
|
10688
10688
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutBodyComponent_Factory(t) { return new (t || DrLayoutBodyComponent)(); }; }
|
|
10689
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$
|
|
10689
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$b, decls: 1, vars: 0, template: function DrLayoutBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10690
10690
|
i0.ɵɵprojectionDef();
|
|
10691
10691
|
i0.ɵɵprojection(0);
|
|
10692
10692
|
} }, encapsulation: 2 }); }
|
|
@@ -10708,7 +10708,7 @@ function DrDetailsListComponent_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
10708
10708
|
i0.ɵɵadvance(1);
|
|
10709
10709
|
i0.ɵɵtextInterpolate(item_r1);
|
|
10710
10710
|
} }
|
|
10711
|
-
const _c0$
|
|
10711
|
+
const _c0$a = function (a0) { return { value: a0 }; };
|
|
10712
10712
|
class DrDetailsListComponent {
|
|
10713
10713
|
set items(val) {
|
|
10714
10714
|
if (!val) {
|
|
@@ -10755,7 +10755,7 @@ class DrDetailsListComponent {
|
|
|
10755
10755
|
i0.ɵɵadvance(1);
|
|
10756
10756
|
i0.ɵɵtextInterpolate1(" ", ctx.title, " ");
|
|
10757
10757
|
i0.ɵɵadvance(1);
|
|
10758
|
-
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$
|
|
10758
|
+
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$a, ctx.state));
|
|
10759
10759
|
i0.ɵɵadvance(1);
|
|
10760
10760
|
i0.ɵɵproperty("ngForOf", ctx.list);
|
|
10761
10761
|
} }, dependencies: [i1.NgForOf], styles: ["[_nghost-%COMP%]{font-family:Poppins,sans-serif;font-size:14px;line-height:22px;color:#6d6e6f;font-weight:400}[_nghost-%COMP%] .details[_ngcontent-%COMP%]{display:flex;flex-direction:column}[_nghost-%COMP%] .details__header[_ngcontent-%COMP%]{display:flex;align-items:center;cursor:pointer}[_nghost-%COMP%] .details__header[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{margin-right:4px}[_nghost-%COMP%] .details__list[_ngcontent-%COMP%]{display:flex;flex-direction:column;padding-left:28px;margin:8px 0}[_nghost-%COMP%] .details__list[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{list-style-type:disc}"], data: { animation: [
|
|
@@ -10799,8 +10799,8 @@ class DrDetailsListComponent {
|
|
|
10799
10799
|
type: Input
|
|
10800
10800
|
}] }); })();
|
|
10801
10801
|
|
|
10802
|
-
const _c0$
|
|
10803
|
-
const _c1$
|
|
10802
|
+
const _c0$9 = ["content"];
|
|
10803
|
+
const _c1$3 = function (a0, a1) { return { "dr-icon-maximize": a0, "dr-icon-minimize": a1 }; };
|
|
10804
10804
|
function DialogWrapperComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
10805
10805
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
10806
10806
|
i0.ɵɵelementStart(0, "i", 11);
|
|
@@ -10808,7 +10808,7 @@ function DialogWrapperComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
10808
10808
|
i0.ɵɵelementEnd();
|
|
10809
10809
|
} if (rf & 2) {
|
|
10810
10810
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
10811
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$
|
|
10811
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$3, !ctx_r0.isMaximized, ctx_r0.isMaximized));
|
|
10812
10812
|
} }
|
|
10813
10813
|
function DialogWrapperComponent_i_2_Template(rf, ctx) { if (rf & 1) {
|
|
10814
10814
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
@@ -10912,7 +10912,7 @@ function DialogWrapperComponent_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
|
10912
10912
|
i0.ɵɵadvance(1);
|
|
10913
10913
|
i0.ɵɵproperty("ngIf", ctx_r6.dialogData.acceptButton);
|
|
10914
10914
|
} }
|
|
10915
|
-
const _c2$
|
|
10915
|
+
const _c2$2 = function (a0) { return { "flex-position": a0 }; };
|
|
10916
10916
|
class DialogWrapperComponent {
|
|
10917
10917
|
get elementClass() {
|
|
10918
10918
|
return this.dialogData?.theme?.noThemeSizeClass ? null : this.dialogData?.theme?.themeSize || 'medium-modal';
|
|
@@ -10994,7 +10994,7 @@ class DialogWrapperComponent {
|
|
|
10994
10994
|
}
|
|
10995
10995
|
/** @nocollapse */ static { this.ɵfac = function DialogWrapperComponent_Factory(t) { return new (t || DialogWrapperComponent)(i0.ɵɵdirectiveInject(i1$6.MatLegacyDialogRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(MAT_LEGACY_DIALOG_DATA)); }; }
|
|
10996
10996
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DialogWrapperComponent, selectors: [["dr-dialog-wrapper"]], viewQuery: function DialogWrapperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10997
|
-
i0.ɵɵviewQuery(_c0$
|
|
10997
|
+
i0.ɵɵviewQuery(_c0$9, 5, ViewContainerRef);
|
|
10998
10998
|
} if (rf & 2) {
|
|
10999
10999
|
let _t;
|
|
11000
11000
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
|
|
@@ -11023,7 +11023,7 @@ class DialogWrapperComponent {
|
|
|
11023
11023
|
i0.ɵɵproperty("ngIf", ctx.dialogData.title);
|
|
11024
11024
|
i0.ɵɵadvance(1);
|
|
11025
11025
|
i0.ɵɵclassProp("dialog-wrapper__content--no-padding", ctx.dialogData.theme == null ? null : ctx.dialogData.theme.contentNoPadding);
|
|
11026
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c2$
|
|
11026
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c2$2, (ctx.dialogData.contentIcon == null ? null : ctx.dialogData.contentIcon.class) && !ctx.childComponent));
|
|
11027
11027
|
i0.ɵɵadvance(1);
|
|
11028
11028
|
i0.ɵɵproperty("ngIf", ctx.dialogData.contentIcon == null ? null : ctx.dialogData.contentIcon.class);
|
|
11029
11029
|
i0.ɵɵadvance(1);
|
|
@@ -11197,8 +11197,8 @@ function DialogModalWrapperComponent_form_7_div_2_label_9_Template(rf, ctx) { if
|
|
|
11197
11197
|
i0.ɵɵadvance(1);
|
|
11198
11198
|
i0.ɵɵtextInterpolate1(" ", ctx_r19.dialogData.serverErrorMessage, " ");
|
|
11199
11199
|
} }
|
|
11200
|
-
const _c0$
|
|
11201
|
-
const _c1$
|
|
11200
|
+
const _c0$8 = function (a0) { return { display: a0 }; };
|
|
11201
|
+
const _c1$2 = function (a0, a1) { return { "col-md-10": a0, "col-md-12": a1 }; };
|
|
11202
11202
|
function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
11203
11203
|
i0.ɵɵelementStart(0, "div", 16);
|
|
11204
11204
|
i0.ɵɵtemplate(1, DialogModalWrapperComponent_form_7_div_2_label_1_Template, 2, 2, "label", 17);
|
|
@@ -11215,11 +11215,11 @@ function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1
|
|
|
11215
11215
|
const field_r11 = ctx.$implicit;
|
|
11216
11216
|
const ctx_r10 = i0.ɵɵnextContext(2);
|
|
11217
11217
|
i0.ɵɵclassMap(field_r11.formGroupClass);
|
|
11218
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$
|
|
11218
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$8, field_r11.isLabelFullWidth ? "block" : "flex"));
|
|
11219
11219
|
i0.ɵɵadvance(1);
|
|
11220
11220
|
i0.ɵɵproperty("ngIf", field_r11.label && field_r11.type !== ctx_r10.dialogFieldType.CHECKBOX);
|
|
11221
11221
|
i0.ɵɵadvance(1);
|
|
11222
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(14, _c1$
|
|
11222
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(14, _c1$2, field_r11.label && !field_r11.isLabelFullWidth, !field_r11.label || field_r11.isLabelFullWidth));
|
|
11223
11223
|
i0.ɵɵadvance(1);
|
|
11224
11224
|
i0.ɵɵproperty("ngIf", field_r11.type === ctx_r10.dialogFieldType.SELECT);
|
|
11225
11225
|
i0.ɵɵadvance(1);
|
|
@@ -11395,7 +11395,7 @@ class DialogModalWrapperComponent {
|
|
|
11395
11395
|
i0.ɵɵproperty("ngIf", ctx.dialogData.fields);
|
|
11396
11396
|
i0.ɵɵadvance(2);
|
|
11397
11397
|
i0.ɵɵproperty("ngIf", ctx.dialogData.cancelButton || ctx.dialogData.acceptButton);
|
|
11398
|
-
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i1.NgStyle,
|
|
11398
|
+
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i1.NgStyle, CheckboxComponent, DrInputComponent, DrSelectComponent, DrDatePickerComponent, DrButtonComponent, i1$2.ɵNgNoValidate, i1$2.NgControlStatus, i1$2.NgControlStatusGroup, i1$2.RequiredValidator, i1$2.FormGroupDirective, i1$2.FormControlName, i1.AsyncPipe], styles: ["[_nghost-%COMP%]{display:flex;justify-content:space-between;flex-direction:column}.small-modal[_nghost-%COMP%], .small-modal-max-height[_nghost-%COMP%]{min-height:188px;max-height:467px;min-width:400px;max-width:400px}.medium-modal[_nghost-%COMP%], .medium-modal-max-height[_nghost-%COMP%]{min-height:188px;max-height:467px;min-width:632px;max-width:632px}.medium-small-modal[_nghost-%COMP%]{min-height:188px;max-height:345px;min-width:460px;max-width:460px}.medium-modal-max-height[_nghost-%COMP%], .small-modal-max-height[_nghost-%COMP%]{max-height:80vh}.header-dialog[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 56px 16px 32px;border-bottom:1px solid #dfe0e3}.header-dialog[_ngcontent-%COMP%] > .icon-close[_ngcontent-%COMP%]{position:absolute;right:32px;top:16px;cursor:pointer}.title-dialog[_ngcontent-%COMP%]{display:flex;color:#333;position:static;font-weight:600;font-size:16px;line-height:24px;margin-top:0;margin-bottom:0}.title-dialog__icon[_ngcontent-%COMP%]{font-size:32px;margin-right:8px;line-height:24px;color:#6d6e6f}.content-dialog[_ngcontent-%COMP%]{font-weight:400;font-size:14px;padding:16px 32px 5px;white-space:pre-line;overflow:auto}.icon-close[_ngcontent-%COMP%]{color:#6d6e6f;cursor:pointer}.dr-smart-from[_ngcontent-%COMP%]{font-size:14px;font-weight:400;line-height:22px;padding:8px 32px 24px}.dr-smart-from[_ngcontent-%COMP%] dr-checkbox[_ngcontent-%COMP%]{font-weight:400}.content-dialog[_ngcontent-%COMP%]{padding:16px 32px 0;font-weight:400;font-size:14px;line-height:22px}.content-anchor[_ngcontent-%COMP%]{display:none}.footer-dialog[_ngcontent-%COMP%]{border-top:1px solid #dfe0e3}.buttons-wrapper[_ngcontent-%COMP%]{display:flex;justify-content:flex-end;padding:10px 32px 11px}.buttons-wrapper[_ngcontent-%COMP%] dr-button[_ngcontent-%COMP%]:nth-of-type(n+2){margin-left:12px}.buttons-wrapper--custom-btn[_ngcontent-%COMP%]{margin-right:auto}.form-field-error-alert[_ngcontent-%COMP%]{font-size:12px;color:#bf1d30;line-height:20px}.form-error-alert[_ngcontent-%COMP%]{position:absolute;margin-top:5px;font-size:12px;color:#bf1d30}.dr-select-footer__btn[_ngcontent-%COMP%]{background-color:transparent;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;min-width:15rem;font-style:normal;font-weight:400;font-size:14px;line-height:24px;clear:both;width:100%;white-space:nowrap;padding:0 12px;height:36px;flex-shrink:0}"] }); }
|
|
11399
11399
|
}
|
|
11400
11400
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DialogModalWrapperComponent, [{
|
|
11401
11401
|
type: Component,
|
|
@@ -11914,7 +11914,7 @@ function TreeviewItemComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
11914
11914
|
i0.ɵɵadvance(1);
|
|
11915
11915
|
i0.ɵɵproperty("ngForOf", ctx_r2.item.children);
|
|
11916
11916
|
} }
|
|
11917
|
-
const _c0$
|
|
11917
|
+
const _c0$7 = function (a0, a1, a2) { return { item: a0, onCollapseExpand: a1, onCheckedChange: a2 }; };
|
|
11918
11918
|
function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
11919
11919
|
i0.ɵɵelementStart(0, "div", 1);
|
|
11920
11920
|
i0.ɵɵtemplate(1, TreeviewItemComponent_div_0_ng_template_1_Template, 0, 0, "ng-template", 2);
|
|
@@ -11923,7 +11923,7 @@ function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
11923
11923
|
} if (rf & 2) {
|
|
11924
11924
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
11925
11925
|
i0.ɵɵadvance(1);
|
|
11926
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$
|
|
11926
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$7, ctx_r0.item, ctx_r0.onCollapseExpand, ctx_r0.onCheckedChange));
|
|
11927
11927
|
i0.ɵɵadvance(1);
|
|
11928
11928
|
i0.ɵɵproperty("ngIf", !ctx_r0.item.collapsed);
|
|
11929
11929
|
} }
|
|
@@ -12861,8 +12861,8 @@ class DrSpinnerModule {
|
|
|
12861
12861
|
MatCalendar.prototype.focusActiveCell = function () {
|
|
12862
12862
|
this._getCurrentViewComponent()?._focusActiveCell(false);
|
|
12863
12863
|
};
|
|
12864
|
+
const standalone = [DrButtonComponent];
|
|
12864
12865
|
const components$2 = [
|
|
12865
|
-
DrButtonComponent,
|
|
12866
12866
|
RadioButtonComponent,
|
|
12867
12867
|
RadioGroupComponent,
|
|
12868
12868
|
CheckboxComponent,
|
|
@@ -12885,7 +12885,7 @@ const components$2 = [
|
|
|
12885
12885
|
class DrInputsModule {
|
|
12886
12886
|
/** @nocollapse */ static { this.ɵfac = function DrInputsModule_Factory(t) { return new (t || DrInputsModule)(); }; }
|
|
12887
12887
|
/** @nocollapse */ static { this.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: DrInputsModule }); }
|
|
12888
|
-
/** @nocollapse */ static { this.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ providers: [provideNgxMask()], imports: [FormsModule,
|
|
12888
|
+
/** @nocollapse */ static { this.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ providers: [provideNgxMask()], imports: [standalone, FormsModule,
|
|
12889
12889
|
ReactiveFormsModule,
|
|
12890
12890
|
CommonModule,
|
|
12891
12891
|
NgSelectModule,
|
|
@@ -12900,9 +12900,10 @@ class DrInputsModule {
|
|
|
12900
12900
|
type: NgModule,
|
|
12901
12901
|
args: [{
|
|
12902
12902
|
declarations: components$2,
|
|
12903
|
-
exports: components$2,
|
|
12903
|
+
exports: [...components$2, ...standalone],
|
|
12904
12904
|
providers: [provideNgxMask()],
|
|
12905
12905
|
imports: [
|
|
12906
|
+
...standalone,
|
|
12906
12907
|
NgxMaskDirective,
|
|
12907
12908
|
FormsModule,
|
|
12908
12909
|
ReactiveFormsModule,
|
|
@@ -12917,8 +12918,7 @@ class DrInputsModule {
|
|
|
12917
12918
|
],
|
|
12918
12919
|
}]
|
|
12919
12920
|
}], null, null); })();
|
|
12920
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DrInputsModule, { declarations: [
|
|
12921
|
-
RadioButtonComponent,
|
|
12921
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DrInputsModule, { declarations: [RadioButtonComponent,
|
|
12922
12922
|
RadioGroupComponent,
|
|
12923
12923
|
CheckboxComponent,
|
|
12924
12924
|
DrInputComponent,
|
|
@@ -12935,7 +12935,7 @@ class DrInputsModule {
|
|
|
12935
12935
|
DrSelectAddItemComponent,
|
|
12936
12936
|
DrLinkComponent,
|
|
12937
12937
|
DrFiscalMonthCalendarPickerComponent,
|
|
12938
|
-
DrFiscalMonthCalendarHeaderComponent], imports: [NgxMaskDirective,
|
|
12938
|
+
DrFiscalMonthCalendarHeaderComponent], imports: [DrButtonComponent, NgxMaskDirective,
|
|
12939
12939
|
FormsModule,
|
|
12940
12940
|
ReactiveFormsModule,
|
|
12941
12941
|
CommonModule,
|
|
@@ -12945,8 +12945,7 @@ class DrInputsModule {
|
|
|
12945
12945
|
DrTooltipModule,
|
|
12946
12946
|
DrSpinnerModule,
|
|
12947
12947
|
WeekSelectorComponent,
|
|
12948
|
-
MatMomentDateModule], exports: [
|
|
12949
|
-
RadioButtonComponent,
|
|
12948
|
+
MatMomentDateModule], exports: [RadioButtonComponent,
|
|
12950
12949
|
RadioGroupComponent,
|
|
12951
12950
|
CheckboxComponent,
|
|
12952
12951
|
DrInputComponent,
|
|
@@ -12963,7 +12962,7 @@ class DrInputsModule {
|
|
|
12963
12962
|
DrSelectAddItemComponent,
|
|
12964
12963
|
DrLinkComponent,
|
|
12965
12964
|
DrFiscalMonthCalendarPickerComponent,
|
|
12966
|
-
DrFiscalMonthCalendarHeaderComponent] }); })();
|
|
12965
|
+
DrFiscalMonthCalendarHeaderComponent, DrButtonComponent] }); })();
|
|
12967
12966
|
|
|
12968
12967
|
const components$1 = [
|
|
12969
12968
|
DateTagComponent,
|
|
@@ -13212,7 +13211,7 @@ class DrImageCropperCanvasService {
|
|
|
13212
13211
|
type: Injectable
|
|
13213
13212
|
}], null, null); })();
|
|
13214
13213
|
|
|
13215
|
-
const _c0$
|
|
13214
|
+
const _c0$6 = ["imageCanvas"];
|
|
13216
13215
|
class DrImageCropperComponent {
|
|
13217
13216
|
constructor(canvasService) {
|
|
13218
13217
|
this.canvasService = canvasService;
|
|
@@ -13270,7 +13269,7 @@ class DrImageCropperComponent {
|
|
|
13270
13269
|
}
|
|
13271
13270
|
/** @nocollapse */ static { this.ɵfac = function DrImageCropperComponent_Factory(t) { return new (t || DrImageCropperComponent)(i0.ɵɵdirectiveInject(DrImageCropperCanvasService)); }; }
|
|
13272
13271
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrImageCropperComponent, selectors: [["dr-image-cropper"]], viewQuery: function DrImageCropperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
13273
|
-
i0.ɵɵviewQuery(_c0$
|
|
13272
|
+
i0.ɵɵviewQuery(_c0$6, 7);
|
|
13274
13273
|
} if (rf & 2) {
|
|
13275
13274
|
let _t;
|
|
13276
13275
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.canvasElement = _t.first);
|
|
@@ -13713,13 +13712,13 @@ function DrChipComponent_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
13713
13712
|
i0.ɵɵlistener("click", function DrChipComponent_i_4_Template_i_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.remove.next(null)); });
|
|
13714
13713
|
i0.ɵɵelementEnd();
|
|
13715
13714
|
} }
|
|
13716
|
-
const _c0$
|
|
13715
|
+
const _c0$5 = ["*"];
|
|
13717
13716
|
class DrChipComponent {
|
|
13718
13717
|
constructor() {
|
|
13719
13718
|
this.remove = new EventEmitter();
|
|
13720
13719
|
}
|
|
13721
13720
|
/** @nocollapse */ static { this.ɵfac = function DrChipComponent_Factory(t) { return new (t || DrChipComponent)(); }; }
|
|
13722
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChipComponent, selectors: [["dr-chip"]], inputs: { label: "label", icon: "icon", removable: "removable" }, outputs: { remove: "remove" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
13721
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChipComponent, selectors: [["dr-chip"]], inputs: { label: "label", icon: "icon", removable: "removable" }, outputs: { remove: "remove" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$5, decls: 5, vars: 4, consts: [["class", "chip__icon", 3, "class", 4, "ngIf"], [1, "chip__label"], [4, "ngIf"], ["class", "chip__remove dr-icon-exit", 3, "click", 4, "ngIf"], [1, "chip__icon"], [1, "chip__remove", "dr-icon-exit", 3, "click"]], template: function DrChipComponent_Template(rf, ctx) { if (rf & 1) {
|
|
13723
13722
|
i0.ɵɵprojectionDef();
|
|
13724
13723
|
i0.ɵɵtemplate(0, DrChipComponent_i_0_Template, 1, 2, "i", 0);
|
|
13725
13724
|
i0.ɵɵelementStart(1, "div", 1);
|
|
@@ -13750,8 +13749,8 @@ class DrChipComponent {
|
|
|
13750
13749
|
type: Output
|
|
13751
13750
|
}] }); })();
|
|
13752
13751
|
|
|
13753
|
-
const _c0$
|
|
13754
|
-
const _c1 = ["carouselItem"];
|
|
13752
|
+
const _c0$4 = ["carouselContainer"];
|
|
13753
|
+
const _c1$1 = ["carouselItem"];
|
|
13755
13754
|
function DrGalleryComponent_dr_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
13756
13755
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
13757
13756
|
i0.ɵɵelementStart(0, "dr-button", 5);
|
|
@@ -13763,7 +13762,7 @@ function DrGalleryComponent_dr_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
13763
13762
|
function DrGalleryComponent_div_4_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
13764
13763
|
i0.ɵɵelementContainer(0);
|
|
13765
13764
|
} }
|
|
13766
|
-
const _c2 = function () { return {}; };
|
|
13765
|
+
const _c2$1 = function () { return {}; };
|
|
13767
13766
|
const _c3 = function (a0) { return { $implicit: a0 }; };
|
|
13768
13767
|
function DrGalleryComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
13769
13768
|
i0.ɵɵelementStart(0, "div", 6, 7);
|
|
@@ -13775,7 +13774,7 @@ function DrGalleryComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
13775
13774
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
13776
13775
|
i0.ɵɵstyleProp("transition", ctx_r2.transition);
|
|
13777
13776
|
i0.ɵɵclassProp("dr-gallery-item_active", ctx_r2.centerIndex === i_r7)("dr-gallery-item_fadein", ctx_r2.fadeIn && ctx_r2.centerIndex === i_r7 + 1);
|
|
13778
|
-
i0.ɵɵproperty("ngStyle", ctx_r2.modeType === "loop" ? ctx_r2.getStyle() : i0.ɵɵpureFunction0(9, _c2));
|
|
13777
|
+
i0.ɵɵproperty("ngStyle", ctx_r2.modeType === "loop" ? ctx_r2.getStyle() : i0.ɵɵpureFunction0(9, _c2$1));
|
|
13779
13778
|
i0.ɵɵadvance(2);
|
|
13780
13779
|
i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.template)("ngTemplateOutletContext", i0.ɵɵpureFunction1(10, _c3, item_r6));
|
|
13781
13780
|
} }
|
|
@@ -13976,8 +13975,8 @@ class DrGalleryComponent {
|
|
|
13976
13975
|
let _t;
|
|
13977
13976
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.template = _t.first);
|
|
13978
13977
|
} }, viewQuery: function DrGalleryComponent_Query(rf, ctx) { if (rf & 1) {
|
|
13979
|
-
i0.ɵɵviewQuery(_c0$
|
|
13980
|
-
i0.ɵɵviewQuery(_c1, 5);
|
|
13978
|
+
i0.ɵɵviewQuery(_c0$4, 5);
|
|
13979
|
+
i0.ɵɵviewQuery(_c1$1, 5);
|
|
13981
13980
|
} if (rf & 2) {
|
|
13982
13981
|
let _t;
|
|
13983
13982
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.containerRef = _t.first);
|
|
@@ -14038,7 +14037,7 @@ function DrProgressBarComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
14038
14037
|
i0.ɵɵadvance(1);
|
|
14039
14038
|
i0.ɵɵtextInterpolate1("", ctx_r0.progress || 0, "%");
|
|
14040
14039
|
} }
|
|
14041
|
-
const _c0$
|
|
14040
|
+
const _c0$3 = ["*"];
|
|
14042
14041
|
class DrProgressBarComponent {
|
|
14043
14042
|
constructor() {
|
|
14044
14043
|
/**
|
|
@@ -14047,7 +14046,7 @@ class DrProgressBarComponent {
|
|
|
14047
14046
|
this.showValue = true;
|
|
14048
14047
|
}
|
|
14049
14048
|
/** @nocollapse */ static { this.ɵfac = function DrProgressBarComponent_Factory(t) { return new (t || DrProgressBarComponent)(); }; }
|
|
14050
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrProgressBarComponent, selectors: [["dr-progress-bar"]], inputs: { progress: "progress", showValue: "showValue" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
14049
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrProgressBarComponent, selectors: [["dr-progress-bar"]], inputs: { progress: "progress", showValue: "showValue" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$3, decls: 5, vars: 3, consts: [[1, "progress-bar__background"], [1, "progress-bar__background__fill"], [1, "progress-bar__value"], [4, "ngIf"]], template: function DrProgressBarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14051
14050
|
i0.ɵɵprojectionDef();
|
|
14052
14051
|
i0.ɵɵelementStart(0, "div", 0);
|
|
14053
14052
|
i0.ɵɵelement(1, "div", 1);
|
|
@@ -14139,7 +14138,7 @@ class BottomPositionStrategy {
|
|
|
14139
14138
|
}
|
|
14140
14139
|
}
|
|
14141
14140
|
|
|
14142
|
-
const _c0$
|
|
14141
|
+
const _c0$2 = ["handleRef"];
|
|
14143
14142
|
function DrawerContainer_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
14144
14143
|
i0.ɵɵelement(0, "div", 3, 4);
|
|
14145
14144
|
} }
|
|
@@ -14253,7 +14252,7 @@ class DrawerContainer extends CdkDialogContainer {
|
|
|
14253
14252
|
/** @nocollapse */ static { this.ɵfac = function DrawerContainer_Factory(t) { return new (t || DrawerContainer)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1$8.FocusTrapFactory), i0.ɵɵdirectiveInject(DOCUMENT, 8), i0.ɵɵdirectiveInject(DrawerConfig), i0.ɵɵdirectiveInject(i1$8.InteractivityChecker), i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1$1.OverlayRef), i0.ɵɵdirectiveInject(i1$8.FocusMonitor)); }; }
|
|
14254
14253
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrawerContainer, selectors: [["dr-drawer-container"]], viewQuery: function DrawerContainer_Query(rf, ctx) { if (rf & 1) {
|
|
14255
14254
|
i0.ɵɵviewQuery(CdkPortalOutlet, 7);
|
|
14256
|
-
i0.ɵɵviewQuery(_c0$
|
|
14255
|
+
i0.ɵɵviewQuery(_c0$2, 5);
|
|
14257
14256
|
} if (rf & 2) {
|
|
14258
14257
|
let _t;
|
|
14259
14258
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._portalOutlet = _t.first);
|
|
@@ -14592,7 +14591,7 @@ class ElementOverflowDirective {
|
|
|
14592
14591
|
type: Input
|
|
14593
14592
|
}] }); })();
|
|
14594
14593
|
|
|
14595
|
-
const _c0 = ["*"];
|
|
14594
|
+
const _c0$1 = ["*"];
|
|
14596
14595
|
class TextOverflowComponent {
|
|
14597
14596
|
constructor() {
|
|
14598
14597
|
this.overflowType = 'horizontal';
|
|
@@ -14600,7 +14599,7 @@ class TextOverflowComponent {
|
|
|
14600
14599
|
this.isOverflow = false;
|
|
14601
14600
|
}
|
|
14602
14601
|
/** @nocollapse */ static { this.ɵfac = function TextOverflowComponent_Factory(t) { return new (t || TextOverflowComponent)(); }; }
|
|
14603
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TextOverflowComponent, selectors: [["dr-text-overflow"]], inputs: { overflowType: "overflowType", showTooltip: "showTooltip" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0, decls: 3, vars: 3, consts: [[1, "overflow-element", 3, "drElementOverflow", "drElementOverflowType", "drTooltip", "drElementOverflowChange"], ["el", ""]], template: function TextOverflowComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14602
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TextOverflowComponent, selectors: [["dr-text-overflow"]], inputs: { overflowType: "overflowType", showTooltip: "showTooltip" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$1, decls: 3, vars: 3, consts: [[1, "overflow-element", 3, "drElementOverflow", "drElementOverflowType", "drTooltip", "drElementOverflowChange"], ["el", ""]], template: function TextOverflowComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14604
14603
|
i0.ɵɵprojectionDef();
|
|
14605
14604
|
i0.ɵɵelementStart(0, "div", 0, 1);
|
|
14606
14605
|
i0.ɵɵlistener("drElementOverflowChange", function TextOverflowComponent_Template_div_drElementOverflowChange_0_listener($event) { return ctx.isOverflow = $event; });
|
|
@@ -14620,11 +14619,471 @@ class TextOverflowComponent {
|
|
|
14620
14619
|
type: Input
|
|
14621
14620
|
}] }); })();
|
|
14622
14621
|
|
|
14622
|
+
class AutofocusDirective {
|
|
14623
|
+
constructor() {
|
|
14624
|
+
this.ref = inject(ElementRef);
|
|
14625
|
+
}
|
|
14626
|
+
ngAfterViewInit() {
|
|
14627
|
+
setTimeout(() => {
|
|
14628
|
+
this.focus();
|
|
14629
|
+
});
|
|
14630
|
+
}
|
|
14631
|
+
focus() {
|
|
14632
|
+
this.ref.nativeElement.querySelector('input')?.focus();
|
|
14633
|
+
}
|
|
14634
|
+
/** @nocollapse */ static { this.ɵfac = function AutofocusDirective_Factory(t) { return new (t || AutofocusDirective)(); }; }
|
|
14635
|
+
/** @nocollapse */ static { this.ɵdir = /** @pureOrBreakMyCode */ i0.ɵɵdefineDirective({ type: AutofocusDirective, selectors: [["", "drAutofocus", ""]], exportAs: ["drAutofocus"], standalone: true }); }
|
|
14636
|
+
}
|
|
14637
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AutofocusDirective, [{
|
|
14638
|
+
type: Directive,
|
|
14639
|
+
args: [{
|
|
14640
|
+
selector: '[drAutofocus]',
|
|
14641
|
+
standalone: true,
|
|
14642
|
+
exportAs: 'drAutofocus',
|
|
14643
|
+
}]
|
|
14644
|
+
}], null, null); })();
|
|
14645
|
+
|
|
14646
|
+
class SearchPipe {
|
|
14647
|
+
transform(list, value, fields) {
|
|
14648
|
+
return SearchPipe.search(list, value, fields);
|
|
14649
|
+
}
|
|
14650
|
+
static search(list, value, fields) {
|
|
14651
|
+
if (!isString(value) || !list?.length)
|
|
14652
|
+
return list;
|
|
14653
|
+
if (isObject(list[0]) && !fields?.length)
|
|
14654
|
+
return list;
|
|
14655
|
+
const searchValue = value.toLocaleLowerCase();
|
|
14656
|
+
if (isString(list[0])) {
|
|
14657
|
+
return filter$2(list, (item) => item && includes(item.toLowerCase(), searchValue));
|
|
14658
|
+
}
|
|
14659
|
+
if (isObject(list[0]) && fields.length) {
|
|
14660
|
+
return filter$2(list, (item) => {
|
|
14661
|
+
const keys$1 = keys(item);
|
|
14662
|
+
return (some(keys$1, (key) => includes(fields, key) &&
|
|
14663
|
+
(item[key] || item[key] !== 'boolean') &&
|
|
14664
|
+
includes(String(item[key]).toLowerCase(), value.toLocaleLowerCase())) || item.system === 1);
|
|
14665
|
+
});
|
|
14666
|
+
}
|
|
14667
|
+
}
|
|
14668
|
+
/** @nocollapse */ static { this.ɵfac = function SearchPipe_Factory(t) { return new (t || SearchPipe)(); }; }
|
|
14669
|
+
/** @nocollapse */ static { this.ɵpipe = /** @pureOrBreakMyCode */ i0.ɵɵdefinePipe({ name: "search", type: SearchPipe, pure: true, standalone: true }); }
|
|
14670
|
+
}
|
|
14671
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchPipe, [{
|
|
14672
|
+
type: Pipe,
|
|
14673
|
+
args: [{
|
|
14674
|
+
name: 'search',
|
|
14675
|
+
standalone: true,
|
|
14676
|
+
}]
|
|
14677
|
+
}], null, null); })();
|
|
14678
|
+
|
|
14679
|
+
const _c0 = ["dropdownItemTemplate"];
|
|
14680
|
+
const _c1 = ["labelItemTemplate"];
|
|
14681
|
+
function FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
14682
|
+
i0.ɵɵelementContainerStart(0);
|
|
14683
|
+
i0.ɵɵtext(1, ",");
|
|
14684
|
+
i0.ɵɵelementContainerEnd();
|
|
14685
|
+
} }
|
|
14686
|
+
const _c2 = function (a0) { return { $implicit: a0 }; };
|
|
14687
|
+
function FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
14688
|
+
i0.ɵɵelementContainerStart(0);
|
|
14689
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_1_ng_container_1_Template, 2, 0, "ng-container", 8);
|
|
14690
|
+
i0.ɵɵelementContainer(2, 9);
|
|
14691
|
+
i0.ɵɵelementContainerEnd();
|
|
14692
|
+
} if (rf & 2) {
|
|
14693
|
+
const item_r12 = ctx.$implicit;
|
|
14694
|
+
const i_r13 = ctx.index;
|
|
14695
|
+
const ctx_r10 = i0.ɵɵnextContext(3);
|
|
14696
|
+
const _r5 = i0.ɵɵreference(9);
|
|
14697
|
+
i0.ɵɵadvance(1);
|
|
14698
|
+
i0.ɵɵproperty("ngIf", i_r13);
|
|
14699
|
+
i0.ɵɵadvance(1);
|
|
14700
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r10.labelItemTemplate || _r5)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c2, item_r12));
|
|
14701
|
+
} }
|
|
14702
|
+
function FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
14703
|
+
i0.ɵɵelementContainerStart(0);
|
|
14704
|
+
i0.ɵɵtext(1);
|
|
14705
|
+
i0.ɵɵelementContainerEnd();
|
|
14706
|
+
} if (rf & 2) {
|
|
14707
|
+
const ctx_r11 = i0.ɵɵnextContext(3);
|
|
14708
|
+
i0.ɵɵadvance(1);
|
|
14709
|
+
i0.ɵɵtextInterpolate1(" + ", ctx_r11.selectedArr.length - ctx_r11.showInLabelLimit, "");
|
|
14710
|
+
} }
|
|
14711
|
+
function FilterDropdownComponent_ng_container_3_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
14712
|
+
i0.ɵɵelementContainerStart(0);
|
|
14713
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_1_Template, 3, 5, "ng-container", 7);
|
|
14714
|
+
i0.ɵɵpipe(2, "slice");
|
|
14715
|
+
i0.ɵɵtemplate(3, FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_3_Template, 2, 1, "ng-container", 8);
|
|
14716
|
+
i0.ɵɵelementContainerEnd();
|
|
14717
|
+
} if (rf & 2) {
|
|
14718
|
+
const ctx_r9 = i0.ɵɵnextContext(2);
|
|
14719
|
+
i0.ɵɵadvance(1);
|
|
14720
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind3(2, 2, ctx_r9.selectedArr, 0, ctx_r9.showInLabelLimit));
|
|
14721
|
+
i0.ɵɵadvance(2);
|
|
14722
|
+
i0.ɵɵproperty("ngIf", ctx_r9.selectedArr.length > ctx_r9.showInLabelLimit);
|
|
14723
|
+
} }
|
|
14724
|
+
function FilterDropdownComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
14725
|
+
i0.ɵɵelementContainerStart(0);
|
|
14726
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_container_3_ng_container_1_Template, 4, 6, "ng-container", 2);
|
|
14727
|
+
i0.ɵɵelementContainerEnd();
|
|
14728
|
+
} if (rf & 2) {
|
|
14729
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
14730
|
+
const _r1 = i0.ɵɵreference(5);
|
|
14731
|
+
i0.ɵɵadvance(1);
|
|
14732
|
+
i0.ɵɵproperty("ngIf", ctx_r0.selectedArr.length <= ctx_r0.showManyLimit)("ngIfElse", _r1);
|
|
14733
|
+
} }
|
|
14734
|
+
function FilterDropdownComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
14735
|
+
i0.ɵɵtext(0, "Many");
|
|
14736
|
+
} }
|
|
14737
|
+
function FilterDropdownComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
14738
|
+
i0.ɵɵelementStart(0, "span", 10);
|
|
14739
|
+
i0.ɵɵtext(1, "All");
|
|
14740
|
+
i0.ɵɵelementEnd();
|
|
14741
|
+
} }
|
|
14742
|
+
function FilterDropdownComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
|
|
14743
|
+
i0.ɵɵtext(0);
|
|
14744
|
+
} if (rf & 2) {
|
|
14745
|
+
const item_r15 = ctx.$implicit;
|
|
14746
|
+
const ctx_r6 = i0.ɵɵnextContext();
|
|
14747
|
+
i0.ɵɵtextInterpolate(ctx_r6._item(item_r15));
|
|
14748
|
+
} }
|
|
14749
|
+
function FilterDropdownComponent_ng_template_10_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
14750
|
+
const _r27 = i0.ɵɵgetCurrentView();
|
|
14751
|
+
i0.ɵɵelementStart(0, "div", 20)(1, "dr-input", 21, 22);
|
|
14752
|
+
i0.ɵɵlistener("ngModelChange", function FilterDropdownComponent_ng_template_10_div_0_div_1_Template_dr_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r26 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r26.search = $event); });
|
|
14753
|
+
i0.ɵɵelementEnd()();
|
|
14754
|
+
} if (rf & 2) {
|
|
14755
|
+
const ctx_r19 = i0.ɵɵnextContext(3);
|
|
14756
|
+
i0.ɵɵadvance(1);
|
|
14757
|
+
i0.ɵɵclassProp("with-value", ctx_r19.search);
|
|
14758
|
+
i0.ɵɵproperty("clearable", true)("ngModel", ctx_r19.search);
|
|
14759
|
+
} }
|
|
14760
|
+
function FilterDropdownComponent_ng_template_10_div_0_a_5_Template(rf, ctx) { if (rf & 1) {
|
|
14761
|
+
const _r29 = i0.ɵɵgetCurrentView();
|
|
14762
|
+
i0.ɵɵelementStart(0, "a", 23);
|
|
14763
|
+
i0.ɵɵlistener("click", function FilterDropdownComponent_ng_template_10_div_0_a_5_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r29); const ctx_r28 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r28.onSelectAll()); });
|
|
14764
|
+
i0.ɵɵtext(1);
|
|
14765
|
+
i0.ɵɵelementEnd();
|
|
14766
|
+
} if (rf & 2) {
|
|
14767
|
+
const ctx_r20 = i0.ɵɵnextContext(3);
|
|
14768
|
+
i0.ɵɵadvance(1);
|
|
14769
|
+
i0.ɵɵtextInterpolate(ctx_r20.isSelectedAll ? "Select none" : "Select all");
|
|
14770
|
+
} }
|
|
14771
|
+
function FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_dr_dropdown_item_1_dr_checkbox_3_Template(rf, ctx) { if (rf & 1) {
|
|
14772
|
+
i0.ɵɵelement(0, "dr-checkbox", 31);
|
|
14773
|
+
} if (rf & 2) {
|
|
14774
|
+
const item_r31 = i0.ɵɵnextContext().$implicit;
|
|
14775
|
+
const _r32 = i0.ɵɵreference(1);
|
|
14776
|
+
i0.ɵɵproperty("checkedStatus", _r32.selected)("disabled", item_r31.disabled);
|
|
14777
|
+
} }
|
|
14778
|
+
function FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_dr_dropdown_item_1_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
14779
|
+
i0.ɵɵelementStart(0, "span", 32);
|
|
14780
|
+
i0.ɵɵtext(1);
|
|
14781
|
+
i0.ɵɵelementEnd();
|
|
14782
|
+
} if (rf & 2) {
|
|
14783
|
+
const item_r31 = i0.ɵɵnextContext().$implicit;
|
|
14784
|
+
const ctx_r35 = i0.ɵɵnextContext(4);
|
|
14785
|
+
i0.ɵɵadvance(1);
|
|
14786
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r35._item(item_r31), " ");
|
|
14787
|
+
} }
|
|
14788
|
+
function FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_dr_dropdown_item_1_Template(rf, ctx) { if (rf & 1) {
|
|
14789
|
+
const _r39 = i0.ɵɵgetCurrentView();
|
|
14790
|
+
i0.ɵɵelementStart(0, "dr-dropdown-item", 26, 27);
|
|
14791
|
+
i0.ɵɵlistener("keyup.enter", function FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_dr_dropdown_item_1_Template_dr_dropdown_item_keyup_enter_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r39); const item_r31 = restoredCtx.$implicit; const _r32 = i0.ɵɵreference(1); const ctx_r38 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(!_r32.selected && ctx_r38.selectedChange.emit(item_r31)); })("click", function FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_dr_dropdown_item_1_Template_dr_dropdown_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r39); const item_r31 = restoredCtx.$implicit; const _r32 = i0.ɵɵreference(1); const close_r16 = i0.ɵɵnextContext(3).closePopover; const ctx_r40 = i0.ɵɵnextContext(); return i0.ɵɵresetView(!_r32.disabled && ctx_r40.onSelectedItemChanged(item_r31, _r32.selected, close_r16)); });
|
|
14792
|
+
i0.ɵɵelementContainerStart(2, 28);
|
|
14793
|
+
i0.ɵɵtemplate(3, FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_dr_dropdown_item_1_dr_checkbox_3_Template, 1, 2, "dr-checkbox", 29);
|
|
14794
|
+
i0.ɵɵelementContainerStart(4, 28);
|
|
14795
|
+
i0.ɵɵelementContainer(5, 9);
|
|
14796
|
+
i0.ɵɵelementContainerEnd();
|
|
14797
|
+
i0.ɵɵtemplate(6, FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_dr_dropdown_item_1_ng_template_6_Template, 2, 1, "ng-template", null, 30, i0.ɵɵtemplateRefExtractor);
|
|
14798
|
+
i0.ɵɵelementContainerEnd();
|
|
14799
|
+
i0.ɵɵelementEnd();
|
|
14800
|
+
} if (rf & 2) {
|
|
14801
|
+
const item_r31 = ctx.$implicit;
|
|
14802
|
+
const _r34 = i0.ɵɵreference(7);
|
|
14803
|
+
const ctx_r30 = i0.ɵɵnextContext(4);
|
|
14804
|
+
i0.ɵɵproperty("selected", ctx_r30.isSelected(item_r31))("disabled", item_r31.disabled);
|
|
14805
|
+
i0.ɵɵadvance(3);
|
|
14806
|
+
i0.ɵɵproperty("ngIf", ctx_r30.multiple);
|
|
14807
|
+
i0.ɵɵadvance(2);
|
|
14808
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r30.dropdownItemTemplate || _r34)("ngTemplateOutletContext", i0.ɵɵpureFunction1(5, _c2, item_r31));
|
|
14809
|
+
} }
|
|
14810
|
+
function FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_Template(rf, ctx) { if (rf & 1) {
|
|
14811
|
+
i0.ɵɵelementStart(0, "dr-dropdown", 24);
|
|
14812
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_dr_dropdown_item_1_Template, 8, 7, "dr-dropdown-item", 25);
|
|
14813
|
+
i0.ɵɵelementEnd();
|
|
14814
|
+
} if (rf & 2) {
|
|
14815
|
+
const filteredItems_r18 = i0.ɵɵnextContext().ngLet;
|
|
14816
|
+
const ctx_r21 = i0.ɵɵnextContext(2);
|
|
14817
|
+
i0.ɵɵadvance(1);
|
|
14818
|
+
i0.ɵɵproperty("ngForOf", filteredItems_r18)("ngForTrackBy", ctx_r21.trackByFn);
|
|
14819
|
+
} }
|
|
14820
|
+
function FilterDropdownComponent_ng_template_10_div_0_ng_template_7_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
14821
|
+
i0.ɵɵelementStart(0, "div", 34);
|
|
14822
|
+
i0.ɵɵtext(1);
|
|
14823
|
+
i0.ɵɵelementEnd();
|
|
14824
|
+
} if (rf & 2) {
|
|
14825
|
+
const ctx_r43 = i0.ɵɵnextContext(4);
|
|
14826
|
+
i0.ɵɵadvance(1);
|
|
14827
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r43.noItemsPlaceholder, " ");
|
|
14828
|
+
} }
|
|
14829
|
+
function FilterDropdownComponent_ng_template_10_div_0_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
14830
|
+
i0.ɵɵtemplate(0, FilterDropdownComponent_ng_template_10_div_0_ng_template_7_div_0_Template, 2, 1, "div", 33);
|
|
14831
|
+
} if (rf & 2) {
|
|
14832
|
+
const ctx_r23 = i0.ɵɵnextContext(3);
|
|
14833
|
+
i0.ɵɵproperty("ngIf", ctx_r23.noItemsPlaceholder);
|
|
14834
|
+
} }
|
|
14835
|
+
function FilterDropdownComponent_ng_template_10_div_0_div_9_dr_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
14836
|
+
const _r47 = i0.ɵɵgetCurrentView();
|
|
14837
|
+
i0.ɵɵelementStart(0, "dr-button", 38);
|
|
14838
|
+
i0.ɵɵlistener("click", function FilterDropdownComponent_ng_template_10_div_0_div_9_dr_button_1_Template_dr_button_click_0_listener() { i0.ɵɵrestoreView(_r47); const close_r16 = i0.ɵɵnextContext(3).closePopover; const ctx_r45 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r45.onClear(close_r16)); });
|
|
14839
|
+
i0.ɵɵtext(1, " Clear ");
|
|
14840
|
+
i0.ɵɵelementEnd();
|
|
14841
|
+
} }
|
|
14842
|
+
function FilterDropdownComponent_ng_template_10_div_0_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
14843
|
+
const _r50 = i0.ɵɵgetCurrentView();
|
|
14844
|
+
i0.ɵɵelementStart(0, "div", 35);
|
|
14845
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_template_10_div_0_div_9_dr_button_1_Template, 2, 0, "dr-button", 36);
|
|
14846
|
+
i0.ɵɵelementStart(2, "dr-button", 37);
|
|
14847
|
+
i0.ɵɵlistener("click", function FilterDropdownComponent_ng_template_10_div_0_div_9_Template_dr_button_click_2_listener() { i0.ɵɵrestoreView(_r50); const close_r16 = i0.ɵɵnextContext(2).closePopover; const ctx_r48 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r48.onApply(close_r16)); });
|
|
14848
|
+
i0.ɵɵtext(3, "Apply");
|
|
14849
|
+
i0.ɵɵelementEnd()();
|
|
14850
|
+
} if (rf & 2) {
|
|
14851
|
+
const ctx_r24 = i0.ɵɵnextContext(3);
|
|
14852
|
+
i0.ɵɵadvance(1);
|
|
14853
|
+
i0.ɵɵproperty("ngIf", ctx_r24.clearable && ctx_r24.hasSelection);
|
|
14854
|
+
} }
|
|
14855
|
+
function FilterDropdownComponent_ng_template_10_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
14856
|
+
i0.ɵɵelementStart(0, "div", 12);
|
|
14857
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_template_10_div_0_div_1_Template, 3, 4, "div", 13);
|
|
14858
|
+
i0.ɵɵelementStart(2, "div", 14)(3, "div", 15);
|
|
14859
|
+
i0.ɵɵtext(4);
|
|
14860
|
+
i0.ɵɵelementEnd();
|
|
14861
|
+
i0.ɵɵtemplate(5, FilterDropdownComponent_ng_template_10_div_0_a_5_Template, 2, 1, "a", 16);
|
|
14862
|
+
i0.ɵɵelementEnd();
|
|
14863
|
+
i0.ɵɵtemplate(6, FilterDropdownComponent_ng_template_10_div_0_dr_dropdown_6_Template, 2, 2, "dr-dropdown", 17);
|
|
14864
|
+
i0.ɵɵtemplate(7, FilterDropdownComponent_ng_template_10_div_0_ng_template_7_Template, 1, 1, "ng-template", null, 18, i0.ɵɵtemplateRefExtractor);
|
|
14865
|
+
i0.ɵɵtemplate(9, FilterDropdownComponent_ng_template_10_div_0_div_9_Template, 4, 1, "div", 19);
|
|
14866
|
+
i0.ɵɵelementEnd();
|
|
14867
|
+
} if (rf & 2) {
|
|
14868
|
+
const filteredItems_r18 = ctx.ngLet;
|
|
14869
|
+
const _r22 = i0.ɵɵreference(8);
|
|
14870
|
+
const ctx_r17 = i0.ɵɵnextContext(2);
|
|
14871
|
+
i0.ɵɵproperty("ngClass", ctx_r17.dropdownClass);
|
|
14872
|
+
i0.ɵɵadvance(1);
|
|
14873
|
+
i0.ɵɵproperty("ngIf", ctx_r17.showSearch);
|
|
14874
|
+
i0.ɵɵadvance(3);
|
|
14875
|
+
i0.ɵɵtextInterpolate1("Filter by ", ctx_r17.label, "");
|
|
14876
|
+
i0.ɵɵadvance(1);
|
|
14877
|
+
i0.ɵɵproperty("ngIf", ctx_r17.showSelectAll);
|
|
14878
|
+
i0.ɵɵadvance(1);
|
|
14879
|
+
i0.ɵɵproperty("ngIf", filteredItems_r18.length)("ngIfElse", _r22);
|
|
14880
|
+
i0.ɵɵadvance(3);
|
|
14881
|
+
i0.ɵɵproperty("ngIf", ctx_r17.multiple);
|
|
14882
|
+
} }
|
|
14883
|
+
function FilterDropdownComponent_ng_template_10_Template(rf, ctx) { if (rf & 1) {
|
|
14884
|
+
i0.ɵɵtemplate(0, FilterDropdownComponent_ng_template_10_div_0_Template, 10, 7, "div", 11);
|
|
14885
|
+
i0.ɵɵpipe(1, "search");
|
|
14886
|
+
} if (rf & 2) {
|
|
14887
|
+
const ctx_r8 = i0.ɵɵnextContext();
|
|
14888
|
+
i0.ɵɵproperty("ngLet", i0.ɵɵpipeBind3(1, 1, ctx_r8.items, ctx_r8.search, ctx_r8.searchBy));
|
|
14889
|
+
} }
|
|
14890
|
+
class FilterDropdownComponent {
|
|
14891
|
+
constructor() {
|
|
14892
|
+
this.selectedChange = new EventEmitter();
|
|
14893
|
+
this.disabled = false;
|
|
14894
|
+
this.items = [];
|
|
14895
|
+
this.selectedUser = null;
|
|
14896
|
+
this.users = [];
|
|
14897
|
+
this.noItemsPlaceholder = 'No items found';
|
|
14898
|
+
this.dropdownClass = '';
|
|
14899
|
+
this.dropdownPosition = 'bottom-right';
|
|
14900
|
+
this.searchBy = [];
|
|
14901
|
+
this.multiple = false;
|
|
14902
|
+
this.clearable = false;
|
|
14903
|
+
this.trackBy = null;
|
|
14904
|
+
this.showSearchLimit = 10;
|
|
14905
|
+
this.showManyLimit = 12;
|
|
14906
|
+
this.showInLabelLimit = 3;
|
|
14907
|
+
this._selected = null;
|
|
14908
|
+
this._selectedOriginal = null;
|
|
14909
|
+
this.search = '';
|
|
14910
|
+
}
|
|
14911
|
+
set selected(value) {
|
|
14912
|
+
this._selectedOriginal = value;
|
|
14913
|
+
this._selected = value;
|
|
14914
|
+
}
|
|
14915
|
+
get selected() {
|
|
14916
|
+
return this._selected;
|
|
14917
|
+
}
|
|
14918
|
+
get showSearch() {
|
|
14919
|
+
return this.items.length > this.showSearchLimit;
|
|
14920
|
+
}
|
|
14921
|
+
get showSelectAll() {
|
|
14922
|
+
return this.multiple && this.items.length > this.showSearchLimit;
|
|
14923
|
+
}
|
|
14924
|
+
get isSelectedAll() {
|
|
14925
|
+
return this.multiple && this.selected && this.selected.length === this.items.length;
|
|
14926
|
+
}
|
|
14927
|
+
get selectedArr() {
|
|
14928
|
+
if (!this.selected)
|
|
14929
|
+
return [];
|
|
14930
|
+
return Array.isArray(this.selected) ? this.selected : [this.selected];
|
|
14931
|
+
}
|
|
14932
|
+
get hasSelection() {
|
|
14933
|
+
return this.selectedArr.length > 0 && this.selectedArr.length < this.items.length;
|
|
14934
|
+
}
|
|
14935
|
+
sliceArray(selected) {
|
|
14936
|
+
return selected.slice(0, 3);
|
|
14937
|
+
}
|
|
14938
|
+
trackByFn(index, item) {
|
|
14939
|
+
return this.trackBy ? item[this.trackBy] : index;
|
|
14940
|
+
}
|
|
14941
|
+
_item(item) {
|
|
14942
|
+
return item?.[this.bindValue] || item;
|
|
14943
|
+
}
|
|
14944
|
+
onSelectedItemChanged(item, isSelected, closePopover) {
|
|
14945
|
+
if (this.multiple) {
|
|
14946
|
+
this._selected = isSelected
|
|
14947
|
+
? [...this.selected.filter((el) => this._item(el) !== this._item(item))]
|
|
14948
|
+
: [...this.selected, item];
|
|
14949
|
+
return;
|
|
14950
|
+
}
|
|
14951
|
+
this._selected = item;
|
|
14952
|
+
this.selectedChange.emit(item);
|
|
14953
|
+
closePopover();
|
|
14954
|
+
}
|
|
14955
|
+
onSelectAll() {
|
|
14956
|
+
if (this.isSelectedAll) {
|
|
14957
|
+
this._selected = [];
|
|
14958
|
+
}
|
|
14959
|
+
else {
|
|
14960
|
+
this._selected = [...this.items];
|
|
14961
|
+
}
|
|
14962
|
+
}
|
|
14963
|
+
isSelected(item) {
|
|
14964
|
+
return this.multiple
|
|
14965
|
+
? this.selected?.some((el) => el === item || this._item(el) === this._item(item))
|
|
14966
|
+
: this.selected === item || this._item(this.selected) === this._item(item);
|
|
14967
|
+
}
|
|
14968
|
+
onApply(closePopover) {
|
|
14969
|
+
this.selectedChange.emit(this._selected);
|
|
14970
|
+
closePopover();
|
|
14971
|
+
}
|
|
14972
|
+
onClear(close) {
|
|
14973
|
+
this._selected = null;
|
|
14974
|
+
this._selectedOriginal = null;
|
|
14975
|
+
if (this.multiple) {
|
|
14976
|
+
this._selected = [];
|
|
14977
|
+
this._selectedOriginal = [];
|
|
14978
|
+
}
|
|
14979
|
+
this.selectedChange.emit(this._selected);
|
|
14980
|
+
close();
|
|
14981
|
+
}
|
|
14982
|
+
onPopoverClose() {
|
|
14983
|
+
this._selected = this._selectedOriginal;
|
|
14984
|
+
}
|
|
14985
|
+
/** @nocollapse */ static { this.ɵfac = function FilterDropdownComponent_Factory(t) { return new (t || FilterDropdownComponent)(); }; }
|
|
14986
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: FilterDropdownComponent, selectors: [["dr-filter-dropdown"]], contentQueries: function FilterDropdownComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
14987
|
+
i0.ɵɵcontentQuery(dirIndex, _c0, 5, TemplateRef);
|
|
14988
|
+
i0.ɵɵcontentQuery(dirIndex, _c1, 5, TemplateRef);
|
|
14989
|
+
} if (rf & 2) {
|
|
14990
|
+
let _t;
|
|
14991
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dropdownItemTemplate = _t.first);
|
|
14992
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.labelItemTemplate = _t.first);
|
|
14993
|
+
} }, inputs: { disabled: ["disabled", "disabled", booleanAttribute], items: "items", label: "label", selectedUser: "selectedUser", users: "users", noItemsPlaceholder: "noItemsPlaceholder", dropdownClass: "dropdownClass", dropdownPosition: "dropdownPosition", bindValue: "bindValue", displayValue: "displayValue", searchBy: "searchBy", multiple: ["multiple", "multiple", booleanAttribute], clearable: ["clearable", "clearable", booleanAttribute], trackBy: "trackBy", showSearchLimit: "showSearchLimit", showManyLimit: "showManyLimit", showInLabelLimit: "showInLabelLimit", selected: "selected" }, outputs: { selectedChange: "selectedChange" }, standalone: true, features: [i0.ɵɵInputTransformsFeature, i0.ɵɵStandaloneFeature], decls: 12, vars: 7, consts: [["theme", "dropdown", "iconAfter", "dr-icon-arrow-down", "iconAfterSize", "18", 3, "drPopover", "isActive", "disabled", "drPopoverPosition", "drPopoverClose", "click"], [1, "filter-value"], [4, "ngIf", "ngIfElse"], ["manyTemplate", ""], ["allTemplate", ""], ["defaultLabelTemplate", ""], ["popover", ""], [4, "ngFor", "ngForOf"], [4, "ngIf"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "filter-value-all"], ["class", "dropdown__wrapper", "tabindex", "0", 3, "ngClass", 4, "ngLet"], ["tabindex", "0", 1, "dropdown__wrapper", 3, "ngClass"], ["class", "dropdown__search", 4, "ngIf"], [1, "dropdown__header"], [1, "dropdown__header-title"], ["href", "javascript: void(0)", "class", "dropdown__header-select-all", 3, "click", 4, "ngIf"], ["class", "dr-filter-list", "tabindex", "0", 4, "ngIf", "ngIfElse"], ["noDataPlaceholder", ""], ["class", "dropdown__actions", 4, "ngIf"], [1, "dropdown__search"], ["data-analytics", "filter-dropdown_input-0", "drAutofocus", "", "type", "search", "tabindex", "0", "placeholder", "Search", 3, "clearable", "ngModel", "ngModelChange"], ["searchRef", ""], ["href", "javascript: void(0)", 1, "dropdown__header-select-all", 3, "click"], ["tabindex", "0", 1, "dr-filter-list"], ["class", "dr-filter-list__item", "tabindex", "0", 3, "selected", "disabled", "keyup.enter", "click", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["tabindex", "0", 1, "dr-filter-list__item", 3, "selected", "disabled", "keyup.enter", "click"], ["itemRef", ""], ["dropdownItemContent", ""], ["data-analytics", "filter-dropdown_checkbox-0", "class", "dr-filter-list__item-checkbox", 3, "checkedStatus", "disabled", 4, "ngIf"], ["defaultDropdownItemTemplate", ""], ["data-analytics", "filter-dropdown_checkbox-0", 1, "dr-filter-list__item-checkbox", 3, "checkedStatus", "disabled"], [1, "text-ellipsis"], ["class", "dropdown__no-result", 4, "ngIf"], [1, "dropdown__no-result"], [1, "dropdown__actions"], ["theme", "secondary", "data-analytics", "filter-dropdown_button-1", "class", "dropdown__clear", 3, "click", 4, "ngIf"], ["data-analytics", "filter-dropdown_button-0", 3, "click"], ["theme", "secondary", "data-analytics", "filter-dropdown_button-1", 1, "dropdown__clear", 3, "click"]], template: function FilterDropdownComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14994
|
+
i0.ɵɵelementStart(0, "dr-button", 0);
|
|
14995
|
+
i0.ɵɵlistener("drPopoverClose", function FilterDropdownComponent_Template_dr_button_drPopoverClose_0_listener() { return ctx.onPopoverClose(); })("click", function FilterDropdownComponent_Template_dr_button_click_0_listener($event) { return $event.stopPropagation(); });
|
|
14996
|
+
i0.ɵɵtext(1);
|
|
14997
|
+
i0.ɵɵelementStart(2, "span", 1);
|
|
14998
|
+
i0.ɵɵtemplate(3, FilterDropdownComponent_ng_container_3_Template, 2, 2, "ng-container", 2);
|
|
14999
|
+
i0.ɵɵelementEnd();
|
|
15000
|
+
i0.ɵɵtemplate(4, FilterDropdownComponent_ng_template_4_Template, 1, 0, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
|
|
15001
|
+
i0.ɵɵtemplate(6, FilterDropdownComponent_ng_template_6_Template, 2, 0, "ng-template", null, 4, i0.ɵɵtemplateRefExtractor);
|
|
15002
|
+
i0.ɵɵtemplate(8, FilterDropdownComponent_ng_template_8_Template, 1, 1, "ng-template", null, 5, i0.ɵɵtemplateRefExtractor);
|
|
15003
|
+
i0.ɵɵelementEnd();
|
|
15004
|
+
i0.ɵɵtemplate(10, FilterDropdownComponent_ng_template_10_Template, 2, 5, "ng-template", null, 6, i0.ɵɵtemplateRefExtractor);
|
|
15005
|
+
} if (rf & 2) {
|
|
15006
|
+
const _r3 = i0.ɵɵreference(7);
|
|
15007
|
+
const _r7 = i0.ɵɵreference(11);
|
|
15008
|
+
i0.ɵɵproperty("drPopover", _r7)("isActive", ctx.hasSelection)("disabled", ctx.disabled)("drPopoverPosition", ctx.dropdownPosition);
|
|
15009
|
+
i0.ɵɵadvance(1);
|
|
15010
|
+
i0.ɵɵtextInterpolate1(" ", ctx.label, ": ");
|
|
15011
|
+
i0.ɵɵadvance(2);
|
|
15012
|
+
i0.ɵɵproperty("ngIf", ctx.hasSelection)("ngIfElse", _r3);
|
|
15013
|
+
} }, dependencies: [CommonModule, i1.NgClass, i1.NgForOf, i1.NgIf, i1.NgTemplateOutlet, i1.SlicePipe, DrPopoverModule, DrPopoverDirective, DrDropdownModule, DrDropdownComponent, DrDropdownItemComponent, DrInputsModule, CheckboxComponent, DrInputComponent, DrButtonComponent, SearchPipe,
|
|
15014
|
+
FormsModule, i1$2.NgControlStatus, i1$2.NgModel, LetDirective,
|
|
15015
|
+
AutofocusDirective], styles: [".filter-value[_ngcontent-%COMP%]{font-weight:600}.filter-value-all[_ngcontent-%COMP%]{font-weight:400}.dropdown__wrapper[_ngcontent-%COMP%]{min-width:250px;padding:8px 0 0}.dropdown__wrapper[_ngcontent-%COMP%] .dr-dropdown__container{padding:0;max-height:none;overflow:visible}.dropdown__wrapper[_ngcontent-%COMP%] .dr-dropdown-item.item-disabled{cursor:not-allowed}.dropdown__wrapper[_ngcontent-%COMP%] .dr-filter-list[_ngcontent-%COMP%]{overflow:auto;display:block;max-height:180px}.dropdown__wrapper[_ngcontent-%COMP%] .dr-filter-list__item[_ngcontent-%COMP%]{margin-bottom:4px}.dropdown__wrapper[_ngcontent-%COMP%] .dr-filter-list__item[_ngcontent-%COMP%] .dr-dropdown-item{padding:4px 16px;height:auto}.dropdown__wrapper[_ngcontent-%COMP%] .dr-filter-list__item[_ngcontent-%COMP%] .dr-dropdown-item .text-ellipsis{text-overflow:ellipsis;overflow:hidden}.dropdown__wrapper[_ngcontent-%COMP%] .dr-filter-list__item-checkbox[_ngcontent-%COMP%]{margin-right:4px;pointer-events:none}.dropdown__wrapper[_ngcontent-%COMP%] .dr-filter-list__item-checkbox[_ngcontent-%COMP%] label input+span{margin:0}.dropdown__wrapper[_ngcontent-%COMP%] .dr-filter-list__item-checkbox[_ngcontent-%COMP%] label input+span:before{margin:3px}.dropdown__search[_ngcontent-%COMP%]{padding:4px 8px}.dropdown__header[_ngcontent-%COMP%]{display:flex;align-items:center;margin:2px 0;padding:4px 16px;font-size:12px;line-height:20px;white-space:nowrap}.dropdown__header-title[_ngcontent-%COMP%]{flex-grow:1;overflow:hidden;text-overflow:ellipsis;color:#6d6e6f;text-transform:uppercase}.dropdown__header-select-all[_ngcontent-%COMP%]{color:#4646ce;margin-left:8px}.dropdown__actions[_ngcontent-%COMP%]{gap:8px;padding:8px 16px;display:flex;justify-content:flex-end;border-top:1px solid #dbdee3}.dropdown__no-result[_ngcontent-%COMP%]{padding:4px 16px 16px}"], changeDetection: 0 }); }
|
|
15016
|
+
}
|
|
15017
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FilterDropdownComponent, [{
|
|
15018
|
+
type: Component,
|
|
15019
|
+
args: [{ selector: 'dr-filter-dropdown', standalone: true, imports: [
|
|
15020
|
+
CommonModule,
|
|
15021
|
+
DrPopoverModule,
|
|
15022
|
+
DrDropdownModule,
|
|
15023
|
+
DrInputsModule,
|
|
15024
|
+
SearchPipe,
|
|
15025
|
+
FormsModule,
|
|
15026
|
+
LetDirective,
|
|
15027
|
+
AutofocusDirective,
|
|
15028
|
+
DrButtonComponent,
|
|
15029
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<dr-button\n theme=\"dropdown\"\n iconAfter=\"dr-icon-arrow-down\"\n iconAfterSize=\"18\"\n [drPopover]=\"popover\"\n (drPopoverClose)=\"onPopoverClose()\"\n (click)=\"$event.stopPropagation()\"\n [isActive]=\"hasSelection\"\n [disabled]=\"disabled\"\n [drPopoverPosition]=\"dropdownPosition\">\n {{ label }}:\n\n <span class=\"filter-value\">\n <ng-container *ngIf=\"hasSelection; else allTemplate\">\n <ng-container *ngIf=\"selectedArr.length <= showManyLimit; else manyTemplate\">\n <ng-container *ngFor=\"let item of selectedArr | slice: 0 : showInLabelLimit; let i = index\">\n <ng-container *ngIf=\"i\">,</ng-container>\n <ng-container\n [ngTemplateOutlet]=\"labelItemTemplate || defaultLabelTemplate\"\n [ngTemplateOutletContext]=\"{ $implicit: item }\">\n </ng-container>\n </ng-container>\n <ng-container *ngIf=\"selectedArr.length > showInLabelLimit\">\n + {{ selectedArr.length - showInLabelLimit }}</ng-container\n >\n </ng-container>\n </ng-container>\n </span>\n <ng-template #manyTemplate>Many</ng-template>\n <ng-template #allTemplate><span class=\"filter-value-all\">All</span></ng-template>\n <ng-template #defaultLabelTemplate let-item>{{ _item(item) }}</ng-template>\n</dr-button>\n\n<ng-template #popover let-close=\"closePopover\">\n <div\n class=\"dropdown__wrapper\"\n [ngClass]=\"dropdownClass\"\n tabindex=\"0\"\n *ngLet=\"items | search: search : searchBy as filteredItems\">\n <div class=\"dropdown__search\" *ngIf=\"showSearch\">\n <dr-input\n data-analytics=\"filter-dropdown_input-0\"\n drAutofocus\n #searchRef\n [class.with-value]=\"search\"\n type=\"search\"\n tabindex=\"0\"\n placeholder=\"Search\"\n [clearable]=\"true\"\n [(ngModel)]=\"search\" />\n </div>\n\n <div class=\"dropdown__header\">\n <div class=\"dropdown__header-title\">Filter by {{ label }}</div>\n <a *ngIf=\"showSelectAll\" href=\"javascript: void(0)\" (click)=\"onSelectAll()\" class=\"dropdown__header-select-all\">{{\n isSelectedAll ? 'Select none' : 'Select all'\n }}</a>\n </div>\n\n <dr-dropdown class=\"dr-filter-list\" *ngIf=\"filteredItems.length; else noDataPlaceholder\" tabindex=\"0\">\n <dr-dropdown-item\n *ngFor=\"let item of filteredItems; trackBy: trackByFn\"\n class=\"dr-filter-list__item\"\n [selected]=\"isSelected(item)\"\n [disabled]=\"item.disabled\"\n tabindex=\"0\"\n #itemRef\n (keyup.enter)=\"!itemRef.selected && selectedChange.emit(item)\"\n (click)=\"!itemRef.disabled && onSelectedItemChanged(item, itemRef.selected, close)\">\n <ng-container dropdownItemContent>\n <dr-checkbox\n data-analytics=\"filter-dropdown_checkbox-0\"\n *ngIf=\"multiple\"\n class=\"dr-filter-list__item-checkbox\"\n [checkedStatus]=\"itemRef.selected\"\n [disabled]=\"item.disabled\" />\n <ng-container dropdownItemContent>\n <ng-container\n [ngTemplateOutlet]=\"dropdownItemTemplate || defaultDropdownItemTemplate\"\n [ngTemplateOutletContext]=\"{ $implicit: item }\"></ng-container>\n </ng-container>\n\n <ng-template #defaultDropdownItemTemplate>\n <span class=\"text-ellipsis\">\n {{ _item(item) }}\n </span>\n </ng-template>\n </ng-container>\n </dr-dropdown-item>\n </dr-dropdown>\n\n <ng-template #noDataPlaceholder>\n <div class=\"dropdown__no-result\" *ngIf=\"noItemsPlaceholder\">\n {{ noItemsPlaceholder }}\n </div>\n </ng-template>\n\n <div *ngIf=\"multiple\" class=\"dropdown__actions\">\n <dr-button\n *ngIf=\"clearable && hasSelection\"\n theme=\"secondary\"\n data-analytics=\"filter-dropdown_button-1\"\n class=\"dropdown__clear\"\n (click)=\"onClear(close)\">\n Clear\n </dr-button>\n <dr-button data-analytics=\"filter-dropdown_button-0\" (click)=\"onApply(close)\">Apply</dr-button>\n </div>\n </div>\n</ng-template>\n", styles: [".filter-value{font-weight:600}.filter-value-all{font-weight:400}.dropdown__wrapper{min-width:250px;padding:8px 0 0}.dropdown__wrapper::ng-deep .dr-dropdown__container{padding:0;max-height:none;overflow:visible}.dropdown__wrapper::ng-deep .dr-dropdown-item.item-disabled{cursor:not-allowed}.dropdown__wrapper .dr-filter-list{overflow:auto;display:block;max-height:180px}.dropdown__wrapper .dr-filter-list__item{margin-bottom:4px}.dropdown__wrapper .dr-filter-list__item::ng-deep .dr-dropdown-item{padding:4px 16px;height:auto}.dropdown__wrapper .dr-filter-list__item::ng-deep .dr-dropdown-item .text-ellipsis{text-overflow:ellipsis;overflow:hidden}.dropdown__wrapper .dr-filter-list__item-checkbox{margin-right:4px;pointer-events:none}.dropdown__wrapper .dr-filter-list__item-checkbox::ng-deep label input+span{margin:0}.dropdown__wrapper .dr-filter-list__item-checkbox::ng-deep label input+span:before{margin:3px}.dropdown__search{padding:4px 8px}.dropdown__header{display:flex;align-items:center;margin:2px 0;padding:4px 16px;font-size:12px;line-height:20px;white-space:nowrap}.dropdown__header-title{flex-grow:1;overflow:hidden;text-overflow:ellipsis;color:#6d6e6f;text-transform:uppercase}.dropdown__header-select-all{color:#4646ce;margin-left:8px}.dropdown__actions{gap:8px;padding:8px 16px;display:flex;justify-content:flex-end;border-top:1px solid #dbdee3}.dropdown__no-result{padding:4px 16px 16px}\n"] }]
|
|
15030
|
+
}], null, { dropdownItemTemplate: [{
|
|
15031
|
+
type: ContentChild,
|
|
15032
|
+
args: ['dropdownItemTemplate', { read: TemplateRef }]
|
|
15033
|
+
}], labelItemTemplate: [{
|
|
15034
|
+
type: ContentChild,
|
|
15035
|
+
args: ['labelItemTemplate', { read: TemplateRef }]
|
|
15036
|
+
}], selectedChange: [{
|
|
15037
|
+
type: Output
|
|
15038
|
+
}], disabled: [{
|
|
15039
|
+
type: Input,
|
|
15040
|
+
args: [{ transform: booleanAttribute }]
|
|
15041
|
+
}], items: [{
|
|
15042
|
+
type: Input,
|
|
15043
|
+
args: [{ required: true }]
|
|
15044
|
+
}], label: [{
|
|
15045
|
+
type: Input,
|
|
15046
|
+
args: [{ required: true }]
|
|
15047
|
+
}], selectedUser: [{
|
|
15048
|
+
type: Input
|
|
15049
|
+
}], users: [{
|
|
15050
|
+
type: Input
|
|
15051
|
+
}], noItemsPlaceholder: [{
|
|
15052
|
+
type: Input
|
|
15053
|
+
}], dropdownClass: [{
|
|
15054
|
+
type: Input
|
|
15055
|
+
}], dropdownPosition: [{
|
|
15056
|
+
type: Input
|
|
15057
|
+
}], bindValue: [{
|
|
15058
|
+
type: Input
|
|
15059
|
+
}], displayValue: [{
|
|
15060
|
+
type: Input
|
|
15061
|
+
}], searchBy: [{
|
|
15062
|
+
type: Input
|
|
15063
|
+
}], multiple: [{
|
|
15064
|
+
type: Input,
|
|
15065
|
+
args: [{ transform: booleanAttribute }]
|
|
15066
|
+
}], clearable: [{
|
|
15067
|
+
type: Input,
|
|
15068
|
+
args: [{ transform: booleanAttribute }]
|
|
15069
|
+
}], trackBy: [{
|
|
15070
|
+
type: Input
|
|
15071
|
+
}], showSearchLimit: [{
|
|
15072
|
+
type: Input
|
|
15073
|
+
}], showManyLimit: [{
|
|
15074
|
+
type: Input
|
|
15075
|
+
}], showInLabelLimit: [{
|
|
15076
|
+
type: Input
|
|
15077
|
+
}], selected: [{
|
|
15078
|
+
type: Input,
|
|
15079
|
+
args: [{ required: true }]
|
|
15080
|
+
}] }); })();
|
|
15081
|
+
|
|
14623
15082
|
/* components */
|
|
14624
15083
|
|
|
14625
15084
|
/**
|
|
14626
15085
|
* Generated bundle index. Do not edit.
|
|
14627
15086
|
*/
|
|
14628
15087
|
|
|
14629
|
-
export { AnyTagComponent, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTagComponent, DateTagModule, DateTags, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrErrorComponent, DrErrorModule, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrScenarioConfigurationComponent, DrScenarioModule, DrScenarioTagConfigurationComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagModule, DrTagsConstructorComponent, DrTagsConstructorModule, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective, FeedbackSentiment, FilterPipe, FiscalMonthAdapter, ForecastTagComponent, ForecastTagService, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, LetContext, LetDirective, LinkTheme, ListTagComponent, ListTagModule, MonthTagComponent, OrderDownlineTreeviewEventParser, QuarterTagComponent, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, StepperComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TextOverflowComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipPosition, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, WeekTagComponent, YearTagComponent };
|
|
15088
|
+
export { AnyTagComponent, AutofocusDirective, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTagComponent, DateTagModule, DateTags, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrErrorComponent, DrErrorModule, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrScenarioConfigurationComponent, DrScenarioModule, DrScenarioTagConfigurationComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagModule, DrTagsConstructorComponent, DrTagsConstructorModule, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective, FeedbackSentiment, FilterDropdownComponent, FilterPipe, FiscalMonthAdapter, ForecastTagComponent, ForecastTagService, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, LetContext, LetDirective, LinkTheme, ListTagComponent, ListTagModule, MonthTagComponent, OrderDownlineTreeviewEventParser, QuarterTagComponent, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, StepperComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TextOverflowComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipPosition, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, WeekTagComponent, YearTagComponent };
|
|
14630
15089
|
//# sourceMappingURL=datarailsshared-datarailsshared.mjs.map
|