@datarailsshared/datarailsshared 1.6.187 → 1.6.191
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.191.tgz +0 -0
- package/esm2022/lib/dr-avatar/dr-avatar.component.mjs +1 -1
- package/esm2022/lib/dr-dropdown/dr-dropdown.directive.mjs +1 -1
- package/esm2022/lib/dr-error/dr-error.component.mjs +1 -1
- package/esm2022/lib/dr-inputs/date-pickers/dr-date-picker-with-timeframe/dr-date-picker-with-timeframe.component.mjs +2 -3
- package/esm2022/lib/dr-list-overflow/dr-list-overflow.component.mjs +130 -0
- package/esm2022/lib/dr-popover/dr-popover.directive.mjs +1 -1
- package/esm2022/lib/dr-tooltip/dr-tooltip.directive.mjs +1 -1
- package/esm2022/lib/filter-dropdown/filter-dropdown.component.mjs +198 -173
- package/esm2022/lib/models/constants.mjs +1 -1
- package/esm2022/lib/models/dropdown.mjs +1 -1
- package/esm2022/lib/models/popover.mjs +1 -1
- package/esm2022/lib/models/position.mjs +2 -0
- package/esm2022/lib/text-overflow/text-overflow.component.mjs +7 -4
- package/esm2022/public-api.mjs +2 -2
- package/fesm2022/datarailsshared-datarailsshared.mjs +454 -321
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/dr-avatar/dr-avatar.component.d.ts +2 -2
- package/lib/dr-dropdown/dr-dropdown.directive.d.ts +3 -2
- package/lib/dr-error/dr-error.component.d.ts +2 -1
- package/lib/dr-inputs/date-pickers/dr-date-picker-with-timeframe/dr-date-picker-with-timeframe.component.d.ts +2 -1
- package/lib/dr-list-overflow/dr-list-overflow.component.d.ts +26 -0
- package/lib/dr-popover/dr-popover.directive.d.ts +2 -2
- package/lib/dr-tooltip/dr-tooltip.directive.d.ts +3 -2
- package/lib/filter-dropdown/filter-dropdown.component.d.ts +4 -4
- package/lib/models/constants.d.ts +3 -86
- package/lib/models/dropdown.d.ts +2 -2
- package/lib/models/popover.d.ts +2 -2
- package/lib/models/position.d.ts +1 -0
- package/lib/text-overflow/text-overflow.component.d.ts +3 -1
- package/package.json +1 -1
- package/public-api.d.ts +3 -2
- package/datarailsshared-datarailsshared-1.6.187.tgz +0 -0
- package/esm2022/lib/dr-tooltip/enums/tooltip-position.enum.mjs +0 -16
- package/lib/dr-tooltip/enums/tooltip-position.enum.d.ts +0 -14
|
@@ -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, NgModule, ElementRef, Host, ViewContainerRef, ViewChildren, InjectionToken, SkipSelf, booleanAttribute } 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, NgModule, ElementRef, Host, ViewContainerRef, ViewChildren, InjectionToken, SkipSelf, booleanAttribute, Renderer2, numberAttribute } 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';
|
|
@@ -695,7 +695,7 @@ var TooltipTheme;
|
|
|
695
695
|
TooltipTheme["DARK"] = "dark";
|
|
696
696
|
})(TooltipTheme || (TooltipTheme = {}));
|
|
697
697
|
|
|
698
|
-
const _c0$
|
|
698
|
+
const _c0$O = ["*"];
|
|
699
699
|
class TooltipDefaultComponent {
|
|
700
700
|
constructor() {
|
|
701
701
|
this.theme = TooltipTheme.LIGHT;
|
|
@@ -703,7 +703,7 @@ class TooltipDefaultComponent {
|
|
|
703
703
|
/** @nocollapse */ static { this.ɵfac = function TooltipDefaultComponent_Factory(t) { return new (t || TooltipDefaultComponent)(); }; }
|
|
704
704
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipDefaultComponent, selectors: [["dr-tooltip-default"]], hostVars: 2, hostBindings: function TooltipDefaultComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
705
705
|
i0.ɵɵclassMap(ctx.theme);
|
|
706
|
-
} }, inputs: { content: "content", theme: "theme" }, ngContentSelectors: _c0$
|
|
706
|
+
} }, inputs: { content: "content", theme: "theme" }, ngContentSelectors: _c0$O, decls: 2, vars: 1, consts: [[1, "content", 3, "innerHTML"]], template: function TooltipDefaultComponent_Template(rf, ctx) { if (rf & 1) {
|
|
707
707
|
i0.ɵɵprojectionDef();
|
|
708
708
|
i0.ɵɵelement(0, "span", 0);
|
|
709
709
|
i0.ɵɵprojection(1);
|
|
@@ -744,7 +744,7 @@ function TooltipComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
744
744
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
745
745
|
i0.ɵɵproperty("content", ctx_r3.content)("theme", ctx_r3.theme);
|
|
746
746
|
} }
|
|
747
|
-
const _c0$
|
|
747
|
+
const _c0$N = function (a0) { return { "dr-tooltip": a0 }; };
|
|
748
748
|
class TooltipComponent {
|
|
749
749
|
constructor() {
|
|
750
750
|
this.isContentTemplate = false;
|
|
@@ -774,7 +774,7 @@ class TooltipComponent {
|
|
|
774
774
|
} if (rf & 2) {
|
|
775
775
|
const _r2 = i0.ɵɵreference(4);
|
|
776
776
|
i0.ɵɵclassMap(ctx.position + " " + ctx.class + " " + ctx.theme);
|
|
777
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$
|
|
777
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$N, !(ctx.options == null ? null : ctx.options.withoutContainerStyles)));
|
|
778
778
|
i0.ɵɵadvance(1);
|
|
779
779
|
i0.ɵɵproperty("ngIf", !(ctx.options == null ? null : ctx.options.withoutArrow));
|
|
780
780
|
i0.ɵɵadvance(1);
|
|
@@ -1116,8 +1116,8 @@ class DrModelDebounceChangeDirective {
|
|
|
1116
1116
|
type: Output
|
|
1117
1117
|
}] }); })();
|
|
1118
1118
|
|
|
1119
|
-
const _c0$
|
|
1120
|
-
const _c1$
|
|
1119
|
+
const _c0$M = ["prefix"];
|
|
1120
|
+
const _c1$l = ["suffix"];
|
|
1121
1121
|
const _c2$c = ["inputRef"];
|
|
1122
1122
|
function DrInputComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
1123
1123
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
@@ -1329,8 +1329,8 @@ class DrInputComponent {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
/** @nocollapse */ static { this.ɵfac = function DrInputComponent_Factory(t) { return new (t || DrInputComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
1331
1331
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrInputComponent, selectors: [["dr-input"]], contentQueries: function DrInputComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1332
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
1333
|
-
i0.ɵɵcontentQuery(dirIndex, _c1$
|
|
1332
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$M, 5);
|
|
1333
|
+
i0.ɵɵcontentQuery(dirIndex, _c1$l, 5);
|
|
1334
1334
|
} if (rf & 2) {
|
|
1335
1335
|
let _t;
|
|
1336
1336
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.prefixIcon = _t.first);
|
|
@@ -1453,8 +1453,8 @@ class DrInputComponent {
|
|
|
1453
1453
|
args: ['tabindex']
|
|
1454
1454
|
}] }); })();
|
|
1455
1455
|
|
|
1456
|
-
const _c0$
|
|
1457
|
-
const _c1$
|
|
1456
|
+
const _c0$L = ["labelTemplate"];
|
|
1457
|
+
const _c1$k = ["multiLabelTemplate"];
|
|
1458
1458
|
const _c2$b = ["optionTemplate"];
|
|
1459
1459
|
const _c3$6 = ["optionHeaderTemplate"];
|
|
1460
1460
|
const _c4$4 = ["optionFooterTemplate"];
|
|
@@ -1701,8 +1701,8 @@ class DrSelectComponent {
|
|
|
1701
1701
|
}
|
|
1702
1702
|
/** @nocollapse */ static { this.ɵfac = function DrSelectComponent_Factory(t) { return new (t || DrSelectComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
|
|
1703
1703
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectComponent, selectors: [["dr-select"]], contentQueries: function DrSelectComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1704
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
1705
|
-
i0.ɵɵcontentQuery(dirIndex, _c1$
|
|
1704
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$L, 5);
|
|
1705
|
+
i0.ɵɵcontentQuery(dirIndex, _c1$k, 5);
|
|
1706
1706
|
i0.ɵɵcontentQuery(dirIndex, _c2$b, 5);
|
|
1707
1707
|
i0.ɵɵcontentQuery(dirIndex, _c3$6, 5);
|
|
1708
1708
|
i0.ɵɵcontentQuery(dirIndex, _c4$4, 5);
|
|
@@ -1903,8 +1903,8 @@ class DrShowTimeframePipe {
|
|
|
1903
1903
|
}]
|
|
1904
1904
|
}], null, null); })();
|
|
1905
1905
|
|
|
1906
|
-
const _c0$
|
|
1907
|
-
const _c1$
|
|
1906
|
+
const _c0$K = ["class", "component"];
|
|
1907
|
+
const _c1$j = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
1908
1908
|
function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
1909
1909
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
1910
1910
|
i0.ɵɵelementStart(0, "div", 14);
|
|
@@ -1914,7 +1914,7 @@ function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) {
|
|
|
1914
1914
|
} if (rf & 2) {
|
|
1915
1915
|
const tag_r5 = ctx.$implicit;
|
|
1916
1916
|
const ctx_r4 = i0.ɵɵnextContext(3);
|
|
1917
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$
|
|
1917
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$j, tag_r5.key === ctx_r4.selectedPresetTag))("drTooltip", ctx_r4.selectedPresetTag === tag_r5.key ? "Unselect preset" : "")("drTooltipPosition", "top");
|
|
1918
1918
|
i0.ɵɵadvance(1);
|
|
1919
1919
|
i0.ɵɵtextInterpolate1(" ", tag_r5.label, " ");
|
|
1920
1920
|
} }
|
|
@@ -2194,7 +2194,7 @@ class DrDatePickerCustomHeaderComponent {
|
|
|
2194
2194
|
calendar.insertBefore(selector.location.nativeElement, calendar.firstChild);
|
|
2195
2195
|
}
|
|
2196
2196
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerCustomHeaderComponent_Factory(t) { return new (t || DrDatePickerCustomHeaderComponent)(i0.ɵɵdirectiveInject(i6.MatCalendar), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
2197
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$
|
|
2197
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$K, 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"], ["class", "dr-datepicker__timeframe-select", "bindLabel", "title", "bindValue", "value", 3, "ngModel", "items", "ngModelChange", 4, "ngIf"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags", 3, "ngClass"], ["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"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "quarter-selector--select-current-quarter", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrDatePickerCustomHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2198
2198
|
i0.ɵɵtemplate(0, DrDatePickerCustomHeaderComponent_div_0_Template, 3, 2, "div", 0);
|
|
2199
2199
|
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
2200
2200
|
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
@@ -2282,7 +2282,7 @@ function DrButtonComponent_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
2282
2282
|
i0.ɵɵclassMap(ctx_r2.iconAfter);
|
|
2283
2283
|
i0.ɵɵstyleProp("font-size", ctx_r2.iconAfterSize)("color", ctx_r2.iconAfterColor || "inherit");
|
|
2284
2284
|
} }
|
|
2285
|
-
const _c0$
|
|
2285
|
+
const _c0$J = ["*"];
|
|
2286
2286
|
class DrButtonComponent {
|
|
2287
2287
|
constructor() {
|
|
2288
2288
|
this.theme = 'primary';
|
|
@@ -2296,7 +2296,7 @@ class DrButtonComponent {
|
|
|
2296
2296
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrButtonComponent, selectors: [["dr-button"]], hostVars: 12, hostBindings: function DrButtonComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
2297
2297
|
i0.ɵɵclassMap(ctx.theme);
|
|
2298
2298
|
i0.ɵɵclassProp("with-icon", ctx.icon)("with-icon-after", ctx.iconAfter)("disabled", ctx.disabled)("loading", ctx.isLoading)("active", ctx.isActive);
|
|
2299
|
-
} }, 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$
|
|
2299
|
+
} }, 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$J, 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) {
|
|
2300
2300
|
i0.ɵɵprojectionDef();
|
|
2301
2301
|
i0.ɵɵelementStart(0, "button", 0);
|
|
2302
2302
|
i0.ɵɵtemplate(1, DrButtonComponent_i_1_Template, 1, 6, "i", 1);
|
|
@@ -2405,7 +2405,7 @@ class DrDatePickerFormatDirective {
|
|
|
2405
2405
|
args: ['drDatePickerFormat']
|
|
2406
2406
|
}] }); })();
|
|
2407
2407
|
|
|
2408
|
-
const _c0$
|
|
2408
|
+
const _c0$I = ["datePicker"];
|
|
2409
2409
|
function DrDatePickerComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
2410
2410
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
2411
2411
|
i0.ɵɵelementStart(0, "i", 2);
|
|
@@ -2777,7 +2777,7 @@ class DrDatePickerComponent {
|
|
|
2777
2777
|
}
|
|
2778
2778
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerComponent_Factory(t) { return new (t || DrDatePickerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
2779
2779
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerComponent, selectors: [["dr-date-picker"]], viewQuery: function DrDatePickerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2780
|
-
i0.ɵɵviewQuery(_c0$
|
|
2780
|
+
i0.ɵɵviewQuery(_c0$I, 5);
|
|
2781
2781
|
} if (rf & 2) {
|
|
2782
2782
|
let _t;
|
|
2783
2783
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datePicker = _t.first);
|
|
@@ -3984,7 +3984,7 @@ class ListTagComponent {
|
|
|
3984
3984
|
type: Output
|
|
3985
3985
|
}] }); })();
|
|
3986
3986
|
|
|
3987
|
-
const _c0$
|
|
3987
|
+
const _c0$H = ["dynamicInputRef"];
|
|
3988
3988
|
function DrSelectAddItemComponent_div_5_p_1_Template(rf, ctx) { if (rf & 1) {
|
|
3989
3989
|
i0.ɵɵelementStart(0, "p", 12);
|
|
3990
3990
|
i0.ɵɵtext(1);
|
|
@@ -4074,7 +4074,7 @@ class DrSelectAddItemComponent {
|
|
|
4074
4074
|
}
|
|
4075
4075
|
/** @nocollapse */ static { this.ɵfac = function DrSelectAddItemComponent_Factory(t) { return new (t || DrSelectAddItemComponent)(i0.ɵɵdirectiveInject(DrSelectComponent)); }; }
|
|
4076
4076
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectAddItemComponent, selectors: [["dr-select-add-item"]], viewQuery: function DrSelectAddItemComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4077
|
-
i0.ɵɵviewQuery(_c0$
|
|
4077
|
+
i0.ɵɵviewQuery(_c0$H, 5);
|
|
4078
4078
|
} if (rf & 2) {
|
|
4079
4079
|
let _t;
|
|
4080
4080
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputRef = _t.first);
|
|
@@ -4563,7 +4563,7 @@ class DrTagComponent {
|
|
|
4563
4563
|
type: Output
|
|
4564
4564
|
}] }); })();
|
|
4565
4565
|
|
|
4566
|
-
const _c0$
|
|
4566
|
+
const _c0$G = ["*"];
|
|
4567
4567
|
class RadioButtonComponent {
|
|
4568
4568
|
get disabled() {
|
|
4569
4569
|
return this._disabled;
|
|
@@ -4617,7 +4617,7 @@ class RadioButtonComponent {
|
|
|
4617
4617
|
useExisting: RadioButtonComponent,
|
|
4618
4618
|
multi: true,
|
|
4619
4619
|
},
|
|
4620
|
-
])], ngContentSelectors: _c0$
|
|
4620
|
+
])], ngContentSelectors: _c0$G, decls: 4, vars: 5, consts: [["type", "radio", 3, "name", "value", "ngModel", "disabled", "change", "ngModelChange", "click"]], template: function RadioButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4621
4621
|
i0.ɵɵprojectionDef();
|
|
4622
4622
|
i0.ɵɵelementStart(0, "label")(1, "input", 0);
|
|
4623
4623
|
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); });
|
|
@@ -4656,8 +4656,8 @@ class RadioButtonComponent {
|
|
|
4656
4656
|
type: Input
|
|
4657
4657
|
}] }); })();
|
|
4658
4658
|
|
|
4659
|
-
const _c0$
|
|
4660
|
-
const _c1$
|
|
4659
|
+
const _c0$F = [[["dr-radio-button"]]];
|
|
4660
|
+
const _c1$i = ["dr-radio-button"];
|
|
4661
4661
|
class RadioGroupComponent {
|
|
4662
4662
|
get value() {
|
|
4663
4663
|
return this._value;
|
|
@@ -4796,8 +4796,8 @@ class RadioGroupComponent {
|
|
|
4796
4796
|
useExisting: forwardRef((() => RadioGroupComponent)),
|
|
4797
4797
|
multi: true,
|
|
4798
4798
|
},
|
|
4799
|
-
])], ngContentSelectors: _c1$
|
|
4800
|
-
i0.ɵɵprojectionDef(_c0$
|
|
4799
|
+
])], ngContentSelectors: _c1$i, decls: 1, vars: 0, template: function RadioGroupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4800
|
+
i0.ɵɵprojectionDef(_c0$F);
|
|
4801
4801
|
i0.ɵɵprojection(0);
|
|
4802
4802
|
} }, encapsulation: 2, changeDetection: 0 }); }
|
|
4803
4803
|
}
|
|
@@ -4834,8 +4834,8 @@ class RadioGroupComponent {
|
|
|
4834
4834
|
type: Output
|
|
4835
4835
|
}] }); })();
|
|
4836
4836
|
|
|
4837
|
-
const _c0$
|
|
4838
|
-
const _c1$
|
|
4837
|
+
const _c0$E = ["checkboxContent"];
|
|
4838
|
+
const _c1$h = ["*"];
|
|
4839
4839
|
class CheckboxComponent {
|
|
4840
4840
|
get indeterminate() {
|
|
4841
4841
|
return this._indeterminate;
|
|
@@ -4885,7 +4885,7 @@ class CheckboxComponent {
|
|
|
4885
4885
|
}
|
|
4886
4886
|
/** @nocollapse */ static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
4887
4887
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: CheckboxComponent, selectors: [["dr-checkbox"]], viewQuery: function CheckboxComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4888
|
-
i0.ɵɵviewQuery(_c0$
|
|
4888
|
+
i0.ɵɵviewQuery(_c0$E, 5);
|
|
4889
4889
|
} if (rf & 2) {
|
|
4890
4890
|
let _t;
|
|
4891
4891
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.checkboxContent = _t.first);
|
|
@@ -4893,7 +4893,7 @@ class CheckboxComponent {
|
|
|
4893
4893
|
i0.ɵɵattribute("id", ctx.hostId);
|
|
4894
4894
|
i0.ɵɵclassMap(ctx.theme);
|
|
4895
4895
|
i0.ɵɵclassProp("disabled", ctx.disabled)("text-nowrap", ctx.textNowrap);
|
|
4896
|
-
} }, 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$
|
|
4896
|
+
} }, 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$h, decls: 5, vars: 9, consts: [["type", "checkbox", 3, "checked", "disabled", "change", "click"], [3, "drTooltip"], ["checkboxContent", ""]], template: function CheckboxComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4897
4897
|
i0.ɵɵprojectionDef();
|
|
4898
4898
|
i0.ɵɵelementStart(0, "label")(1, "input", 0);
|
|
4899
4899
|
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(); });
|
|
@@ -4947,7 +4947,7 @@ class CheckboxComponent {
|
|
|
4947
4947
|
args: ['checkboxContent']
|
|
4948
4948
|
}] }); })();
|
|
4949
4949
|
|
|
4950
|
-
const _c0$
|
|
4950
|
+
const _c0$D = ["*"];
|
|
4951
4951
|
var LinkTheme;
|
|
4952
4952
|
(function (LinkTheme) {
|
|
4953
4953
|
LinkTheme["DEFAULT"] = "DEFAULT";
|
|
@@ -4963,7 +4963,7 @@ class DrLinkComponent {
|
|
|
4963
4963
|
this.theme = LinkTheme.DEFAULT;
|
|
4964
4964
|
}
|
|
4965
4965
|
/** @nocollapse */ static { this.ɵfac = function DrLinkComponent_Factory(t) { return new (t || DrLinkComponent)(); }; }
|
|
4966
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$
|
|
4966
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$D, decls: 2, vars: 7, consts: [[1, "dr-link", 3, "href"]], template: function DrLinkComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4967
4967
|
i0.ɵɵprojectionDef();
|
|
4968
4968
|
i0.ɵɵelementStart(0, "a", 0);
|
|
4969
4969
|
i0.ɵɵprojection(1);
|
|
@@ -4988,8 +4988,8 @@ class DrLinkComponent {
|
|
|
4988
4988
|
type: Input
|
|
4989
4989
|
}] }); })();
|
|
4990
4990
|
|
|
4991
|
-
const _c0$
|
|
4992
|
-
const _c1$
|
|
4991
|
+
const _c0$C = ["class", "component"];
|
|
4992
|
+
const _c1$g = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
4993
4993
|
function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
4994
4994
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
4995
4995
|
i0.ɵɵelementStart(0, "div", 14);
|
|
@@ -4999,7 +4999,7 @@ function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx
|
|
|
4999
4999
|
} if (rf & 2) {
|
|
5000
5000
|
const tag_r5 = ctx.$implicit;
|
|
5001
5001
|
const ctx_r4 = i0.ɵɵnextContext(3);
|
|
5002
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$
|
|
5002
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$g, tag_r5.key === ctx_r4.selectedPresetTag))("drTooltip", ctx_r4.selectedPresetTag === tag_r5.key ? "Unselect preset" : "")("drTooltipPosition", "top");
|
|
5003
5003
|
i0.ɵɵadvance(1);
|
|
5004
5004
|
i0.ɵɵtextInterpolate1(" ", tag_r5.label, " ");
|
|
5005
5005
|
} }
|
|
@@ -5091,7 +5091,7 @@ class DrFiscalMonthCalendarHeaderComponent extends DrDatePickerCustomHeaderCompo
|
|
|
5091
5091
|
});
|
|
5092
5092
|
}
|
|
5093
5093
|
/** @nocollapse */ static { this.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory; return function DrFiscalMonthCalendarHeaderComponent_Factory(t) { return (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory || (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DrFiscalMonthCalendarHeaderComponent)))(t || DrFiscalMonthCalendarHeaderComponent); }; }(); }
|
|
5094
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$
|
|
5094
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$C, 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"], ["class", "dr-datepicker__timeframe-select", "bindLabel", "title", "bindValue", "value", 3, "ngModel", "items", "ngModelChange", 4, "ngIf"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags", 3, "ngClass"], ["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"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "quarter-selector--select-current-quarter", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrFiscalMonthCalendarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5095
5095
|
i0.ɵɵtemplate(0, DrFiscalMonthCalendarHeaderComponent_div_0_Template, 3, 2, "div", 0);
|
|
5096
5096
|
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
5097
5097
|
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
@@ -5282,22 +5282,6 @@ class DrFiscalMonthCalendarPickerComponent extends DrDatePickerComponent {
|
|
|
5282
5282
|
], template: "<i *ngIf=\"!useButton\" class=\"dr-icon-date\" (click)=\"datePicker.open()\"></i>\n\n<ng-container *ngIf=\"(datePickerService.timeframe$ | async) === 'week'\">\n <input\n [attr.id]=\"id\"\n [ngModel]=\"input.value\"\n (click)=\"datePicker.open()\"\n [disabled]=\"disabled\"\n [placeholder]=\"placeholder\"\n [readonly]=\"readonly\"\n [min]=\"_min\"\n [max]=\"_max\" />\n\n <mat-date-range-input [formGroup]=\"rangeForm\" [rangePicker]=\"datePicker\" [dateFilter]=\"dateFilter\" class=\"range-input\">\n <input\n matStartDate\n #input\n [drDatePickerFormat]=\"datePickerService.format$ | async\"\n formControlName=\"start\"\n (dateChange)=\"valueChangedInCalendar(rangeForm.value.start)\" />\n <input matEndDate [drDatePickerFormat]=\"datePickerService.format$ | async\" formControlName=\"end\" />\n </mat-date-range-input>\n\n <mat-date-range-picker\n #datePicker\n [startAt]=\"_startAt\"\n [panelClass]=\"'dr-week-datepicker' + (panelClass ? ' ' + panelClass : '')\"\n [calendarHeaderComponent]=\"customHeader\"\n (yearSelected)=\"chosenPeriodHandler($event, timeframeOption.YEAR, datePicker)\"\n (monthSelected)=\"chosenPeriodHandler($event, timeframeOption.MONTH, datePicker)\"\n (opened)=\"onOpen()\"\n (closed)=\"onCLose()\">\n </mat-date-range-picker>\n</ng-container>\n\n<ng-container *ngIf=\"(datePickerService.timeframe$ | async) !== 'week'\">\n <input\n [attr.id]=\"id\"\n [ngModel]=\"displayValue$ | async\"\n (ngModelChange)=\"valueChangedInCalendar($event)\"\n (click)=\"datePicker.open()\"\n [matDatepicker]=\"datePicker\"\n [matDatepickerFilter]=\"dateFilter\"\n [disabled]=\"disabled\"\n [placeholder]=\"placeholder\"\n [drDatePickerFormat]=\"datePickerService.format$ | async\"\n [readonly]=\"readonly\"\n [min]=\"_min\"\n [max]=\"_max\"\n [class.hidden-calendar-input]=\"useButton\" />\n\n <dr-button\n *ngIf=\"useButton\"\n [icon]=\"'dr-icon-date'\"\n [iconAfter]=\"iconAfterButton\"\n (click)=\"datePicker.open()\"\n class=\"datepicker-button\">\n {{ buttonLabel || 'Select Date' }}\n </dr-button>\n\n <mat-datepicker\n #datePicker\n [panelClass]=\"panelClass\"\n [startAt]=\"_startAt\"\n [calendarHeaderComponent]=\"customHeader\"\n (yearSelected)=\"chosenPeriodHandler($event, timeframeOption.YEAR, datePicker)\"\n (monthSelected)=\"chosenPeriodHandler($event, timeframeOption.MONTH, datePicker)\"\n (opened)=\"onOpen()\"\n (closed)=\"onCLose()\">\n </mat-datepicker>\n</ng-container>\n", styles: [":host{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}:host.use-button-picker{border:none}:host:hover{border-color:#9ea1aa}:host.active,:host:focus-within{border-color:#4646ce!important;color:#333}:host.disabled{pointer-events:none;border:1px solid #aeabac;background:#f0f1f4;color:#aeabac}:host.disabled:after{color:#aeabac}:host.ng-valid.ng-dirty{border-color:#037c5a}:host.ng-invalid.ng-dirty:not(:focus-within){border-color:#bf1d30!important}:host.ng-untouched.ng-valid{border-color:#9ea1aa}:host.use-button-picker:after{display:none}:host:not(.use-button-picker):after,:host:not(.use-button-picker):before{position:absolute;display:flex;border-color:#6d6e6f transparent transparent;color:#6d6e6f}:host:not(.use-button-picker):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}:host i{display:flex;align-items:center;position:absolute;color:#6d6e6f;left:8px;top:0;bottom:0}:host input{display:flex;flex-grow:1;height:100%;border:none;text-align:left;padding-left:35px;padding-right:25px;cursor:pointer!important;outline:none}:host input.when-quarter{position:absolute;visibility:hidden}:host input:disabled{border:none;color:#aeabac;background:transparent}:host input::-webkit-search-decoration,:host input::-webkit-search-cancel-button,:host input::-webkit-search-results-button,:host input::-webkit-search-results-decoration{-webkit-appearance:none}:host input::placeholder{color:#6d6e6f;font-size:14px;line-height:18px}:host input.hidden-calendar-input{width:0;height:0;padding:0}:host .datepicker-button{width:100%}:host .range-input{position:absolute;height:0;width:0;bottom:0;left:0;z-index:-1}::ng-deep .mat-datepicker-popup .dr-week-datepicker{width:386px!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range:before{background:initial!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-selected,::ng-deep .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}::ng-deep .mat-datepicker-popup .mat-datepicker-content{margin:7px 0;box-shadow:0 4px 8px 1px #00000040;border-radius:12px!important}::ng-deep .mat-datepicker-popup .mat-datepicker-content button[disabled]{border:inherit;color:inherit;background-color:inherit}::ng-deep .mat-datepicker-popup .mat-datepicker-content button[disabled]:hover{border:inherit}::ng-deep .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),::ng-deep .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}::ng-deep .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}::ng-deep .mat-datepicker-popup .mat-calendar-body-selected{background-color:#4646ce;color:#f2f2fb;font-weight:600}::ng-deep .mat-datepicker-popup .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:none}::ng-deep .mat-datepicker-popup .mat-button-focus-overlay{background:#f5f5f5}::ng-deep .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)}::ng-deep .mat-datepicker-popup .mat-calendar-controls .mat-calendar-period-button:hover{background:#f5f5f5;transition:background .2s cubic-bezier(.35,0,.25,1)}::ng-deep .mat-datepicker-popup .mat-calendar-table-header th{font-size:14px;font-weight:600;color:#333}::ng-deep .mat-datepicker-popup .mat-calendar-table-header-divider{display:none}::ng-deep .mat-datepicker-popup .mat-calendar-body-label{color:#fff;padding:0}::ng-deep .mat-datepicker-popup .mat-calendar-body>tr[aria-hidden=true]>.mat-calendar-body-label{display:none}::ng-deep .mat-datepicker-popup .mat-calendar-content{display:flex}::ng-deep .mat-datepicker-popup .mat-calendar-content dr-week-selector{flex:0}::ng-deep .mat-datepicker-popup .mat-calendar-content mat-month-view,::ng-deep .mat-datepicker-popup .mat-calendar-content mat-multi-year-view,::ng-deep .mat-datepicker-popup .mat-calendar-content mat-year-view{flex:1}\n"] }]
|
|
5283
5283
|
}], null, null); })();
|
|
5284
5284
|
|
|
5285
|
-
var TooltipPosition;
|
|
5286
|
-
(function (TooltipPosition) {
|
|
5287
|
-
TooltipPosition["TOP"] = "top";
|
|
5288
|
-
TooltipPosition["BOTTOM"] = "bottom";
|
|
5289
|
-
TooltipPosition["LEFT"] = "left";
|
|
5290
|
-
TooltipPosition["RIGHT"] = "right";
|
|
5291
|
-
TooltipPosition["TOP_RIGHT"] = "top-right";
|
|
5292
|
-
TooltipPosition["TOP_LEFT"] = "top-left";
|
|
5293
|
-
TooltipPosition["BOTTOM_RIGHT"] = "bottom-right";
|
|
5294
|
-
TooltipPosition["BOTTOM_LEFT"] = "bottom-left";
|
|
5295
|
-
TooltipPosition["RIGHT_TOP"] = "right-top";
|
|
5296
|
-
TooltipPosition["RIGHT_BOTTOM"] = "right-bottom";
|
|
5297
|
-
TooltipPosition["LEFT_TOP"] = "left-top";
|
|
5298
|
-
TooltipPosition["LEFT_BOTTOM"] = "left-bottom";
|
|
5299
|
-
})(TooltipPosition || (TooltipPosition = {}));
|
|
5300
|
-
|
|
5301
5285
|
function DrDatePickerWithTimeframeComponent_dr_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
5302
5286
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
5303
5287
|
i0.ɵɵelementStart(0, "dr-button", 11);
|
|
@@ -5326,7 +5310,7 @@ function DrDatePickerWithTimeframeComponent_dr_button_11_Template(rf, ctx) { if
|
|
|
5326
5310
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
5327
5311
|
i0.ɵɵproperty("disabled", ctx_r4.isNextDateDisabled);
|
|
5328
5312
|
} }
|
|
5329
|
-
const _c0$
|
|
5313
|
+
const _c0$B = function (a0) { return { formattedValue: a0 }; };
|
|
5330
5314
|
class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
5331
5315
|
set dateFormatConfig(value) {
|
|
5332
5316
|
if (value) {
|
|
@@ -5363,7 +5347,7 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
|
5363
5347
|
this.dateAdapter = dateAdapter;
|
|
5364
5348
|
this.datePickerService = datePickerService;
|
|
5365
5349
|
this.canSelectTimeframe = true;
|
|
5366
|
-
this.datepickerTooltipPosition =
|
|
5350
|
+
this.datepickerTooltipPosition = 'top';
|
|
5367
5351
|
this.datepickerTooltipTimeout = 0;
|
|
5368
5352
|
this.isOpen = false;
|
|
5369
5353
|
this.onChangeFormat = new EventEmitter();
|
|
@@ -5515,7 +5499,7 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
|
5515
5499
|
i0.ɵɵadvance(1);
|
|
5516
5500
|
i0.ɵɵproperty("drTooltip", ctx.datepickerTooltip)("drTooltipPosition", ctx.datepickerTooltipPosition)("drTooltipMousleaveTimeout", ctx.datepickerTooltipTimeout);
|
|
5517
5501
|
i0.ɵɵadvance(3);
|
|
5518
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$
|
|
5502
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$B, i0.ɵɵpipeBind1(5, 14, ctx.displayedFormattedValue$)));
|
|
5519
5503
|
i0.ɵɵadvance(4);
|
|
5520
5504
|
i0.ɵɵproperty("ngModel", i0.ɵɵpipeBind1(10, 16, ctx.displayValue$))("matDatepicker", _r5)("readonly", ctx.readonly)("min", ctx._min)("max", ctx._max);
|
|
5521
5505
|
i0.ɵɵadvance(3);
|
|
@@ -5731,7 +5715,7 @@ function DrToggleComponent_span_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
5731
5715
|
i0.ɵɵadvance(1);
|
|
5732
5716
|
i0.ɵɵtextInterpolate(ctx_r1.toggleTitle);
|
|
5733
5717
|
} }
|
|
5734
|
-
const _c0$
|
|
5718
|
+
const _c0$A = ["*"];
|
|
5735
5719
|
class DrToggleComponent {
|
|
5736
5720
|
set disabled(value) {
|
|
5737
5721
|
this.setDisabledState(value);
|
|
@@ -5776,7 +5760,7 @@ class DrToggleComponent {
|
|
|
5776
5760
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrToggleComponent, selectors: [["dr-toggle"]], hostVars: 3, hostBindings: function DrToggleComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
5777
5761
|
i0.ɵɵattribute("id", ctx.hostId);
|
|
5778
5762
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
5779
|
-
} }, 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$
|
|
5763
|
+
} }, 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$A, 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) {
|
|
5780
5764
|
i0.ɵɵprojectionDef();
|
|
5781
5765
|
i0.ɵɵtemplate(0, DrToggleComponent_span_0_Template, 2, 1, "span", 0);
|
|
5782
5766
|
i0.ɵɵelementStart(1, "label", 1)(2, "input", 2);
|
|
@@ -6379,8 +6363,8 @@ class DateTimePickerComponent {
|
|
|
6379
6363
|
type: Input
|
|
6380
6364
|
}] }); })();
|
|
6381
6365
|
|
|
6382
|
-
const _c0$
|
|
6383
|
-
const _c1$
|
|
6366
|
+
const _c0$z = ["stepTextLabel"];
|
|
6367
|
+
const _c1$f = ["stepper"];
|
|
6384
6368
|
function StepperComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
6385
6369
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
6386
6370
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -6610,12 +6594,12 @@ class StepperComponent {
|
|
|
6610
6594
|
}
|
|
6611
6595
|
/** @nocollapse */ static { this.ɵfac = function StepperComponent_Factory(t) { return new (t || StepperComponent)(); }; }
|
|
6612
6596
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: StepperComponent, selectors: [["dr-stepper"]], contentQueries: function StepperComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
6613
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
6597
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$z, 5);
|
|
6614
6598
|
} if (rf & 2) {
|
|
6615
6599
|
let _t;
|
|
6616
6600
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepTextLabelTemplate = _t.first);
|
|
6617
6601
|
} }, viewQuery: function StepperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
6618
|
-
i0.ɵɵviewQuery(_c1$
|
|
6602
|
+
i0.ɵɵviewQuery(_c1$f, 5, ElementRef);
|
|
6619
6603
|
} if (rf & 2) {
|
|
6620
6604
|
let _t;
|
|
6621
6605
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepper = _t.first);
|
|
@@ -6785,7 +6769,7 @@ function DrChatFormComponent_dr_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
6785
6769
|
i0.ɵɵtext(1, "Stop generating");
|
|
6786
6770
|
i0.ɵɵelementEnd();
|
|
6787
6771
|
} }
|
|
6788
|
-
const _c0$
|
|
6772
|
+
const _c0$y = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
|
|
6789
6773
|
class DrChatFormComponent {
|
|
6790
6774
|
constructor(cdr, domSanitizer) {
|
|
6791
6775
|
this.cdr = cdr;
|
|
@@ -6941,7 +6925,7 @@ class DrChatFormComponent {
|
|
|
6941
6925
|
const _r1 = i0.ɵɵreference(4);
|
|
6942
6926
|
i0.ɵɵproperty("ngIf", ctx.droppedFiles == null ? null : ctx.droppedFiles.length);
|
|
6943
6927
|
i0.ɵɵadvance(2);
|
|
6944
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
6928
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$y, ctx.inputFocus, !!(ctx.message == null ? null : ctx.message.length)));
|
|
6945
6929
|
i0.ɵɵadvance(1);
|
|
6946
6930
|
i0.ɵɵstyleMap(ctx.getTextAreaHeight(_r1));
|
|
6947
6931
|
i0.ɵɵpropertyInterpolate("placeholder", ctx.fileOver ? ctx.dropFilePlaceholder : ctx.messagePlaceholder);
|
|
@@ -7056,7 +7040,7 @@ function DrAvatarComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
7056
7040
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
7057
7041
|
i0.ɵɵstyleProp("width", ctx_r0.drAvatarSize || null)("height", ctx_r0.drAvatarSize || null);
|
|
7058
7042
|
} }
|
|
7059
|
-
const _c0$
|
|
7043
|
+
const _c0$x = function (a0, a1) { return { "users-section__default": a0, "users-section__user--clickable": a1 }; };
|
|
7060
7044
|
function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7061
7045
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
7062
7046
|
i0.ɵɵelementStart(0, "div", 5);
|
|
@@ -7070,7 +7054,7 @@ function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
7070
7054
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
7071
7055
|
i0.ɵɵclassMap(user_r5.status);
|
|
7072
7056
|
i0.ɵɵstyleProp("width", ctx_r1.drAvatarSize || null)("height", ctx_r1.drAvatarSize || null)("background-color", ctx_r1.getAvatarColor(user_r5));
|
|
7073
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$
|
|
7057
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$x, ctx_r1.showUnassigned && !user_r5.email, ctx_r1.drAvatarIsClickable))("drTooltip", i0.ɵɵpipeBind1(1, 13, user_r5))("drTooltipClass", ctx_r1.drAvatarTooltipClass)("drTooltipPosition", ctx_r1.drAvatarTooltipPosition);
|
|
7074
7058
|
i0.ɵɵadvance(2);
|
|
7075
7059
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(3, 15, user_r5, "initials"), "\n");
|
|
7076
7060
|
} }
|
|
@@ -7346,7 +7330,7 @@ class DrChatMessageFileComponent {
|
|
|
7346
7330
|
type: Input
|
|
7347
7331
|
}] }); })();
|
|
7348
7332
|
|
|
7349
|
-
const _c0$
|
|
7333
|
+
const _c0$w = ["drChatMessageActions"];
|
|
7350
7334
|
function DrChatMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
7351
7335
|
i0.ɵɵelementContainerStart(0);
|
|
7352
7336
|
i0.ɵɵelement(1, "div", 8);
|
|
@@ -7448,7 +7432,7 @@ class DrChatMessageComponent {
|
|
|
7448
7432
|
}
|
|
7449
7433
|
/** @nocollapse */ static { this.ɵfac = function DrChatMessageComponent_Factory(t) { return new (t || DrChatMessageComponent)(i0.ɵɵdirectiveInject(DrChatCustomMessageService)); }; }
|
|
7450
7434
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatMessageComponent, selectors: [["dr-chat-message"]], contentQueries: function DrChatMessageComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
7451
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
7435
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$w, 5);
|
|
7452
7436
|
} if (rf & 2) {
|
|
7453
7437
|
let _t;
|
|
7454
7438
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.drChatMessageActions = _t.first);
|
|
@@ -7519,7 +7503,7 @@ class DrChatMessageComponent {
|
|
|
7519
7503
|
args: ['drChatMessageActions']
|
|
7520
7504
|
}] }); })();
|
|
7521
7505
|
|
|
7522
|
-
const _c0$
|
|
7506
|
+
const _c0$v = ["suggestionsContainer"];
|
|
7523
7507
|
function DrChatSuggestionsComponent_ng_container_2_div_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
7524
7508
|
i0.ɵɵelementContainer(0);
|
|
7525
7509
|
} }
|
|
@@ -7558,14 +7542,14 @@ function DrChatSuggestionsComponent_ng_template_3_div_1_Template(rf, ctx) { if (
|
|
|
7558
7542
|
i0.ɵɵadvance(1);
|
|
7559
7543
|
i0.ɵɵtextInterpolate1(" ", item_r9, " ");
|
|
7560
7544
|
} }
|
|
7561
|
-
const _c1$
|
|
7545
|
+
const _c1$e = function (a0, a1, a2) { return { "chat-suggestions__items--three-cols": a0, "chat-suggestions__items--two-cols": a1, "chat-suggestions__items--one-col": a2 }; };
|
|
7562
7546
|
function DrChatSuggestionsComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
7563
7547
|
i0.ɵɵelementStart(0, "div", 8);
|
|
7564
7548
|
i0.ɵɵtemplate(1, DrChatSuggestionsComponent_ng_template_3_div_1_Template, 2, 1, "div", 9);
|
|
7565
7549
|
i0.ɵɵelementEnd();
|
|
7566
7550
|
} if (rf & 2) {
|
|
7567
7551
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
7568
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(2, _c1$
|
|
7552
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(2, _c1$e, ctx_r3.colsCount === 3, ctx_r3.colsCount === 2, ctx_r3.colsCount === 1));
|
|
7569
7553
|
i0.ɵɵadvance(1);
|
|
7570
7554
|
i0.ɵɵproperty("ngForOf", ctx_r3.visibleValues);
|
|
7571
7555
|
} }
|
|
@@ -7664,7 +7648,7 @@ class DrChatSuggestionsComponent {
|
|
|
7664
7648
|
}
|
|
7665
7649
|
/** @nocollapse */ static { this.ɵfac = function DrChatSuggestionsComponent_Factory(t) { return new (t || DrChatSuggestionsComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
7666
7650
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatSuggestionsComponent, selectors: [["dr-chat-suggestions"]], viewQuery: function DrChatSuggestionsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
7667
|
-
i0.ɵɵviewQuery(_c0$
|
|
7651
|
+
i0.ɵɵviewQuery(_c0$v, 5);
|
|
7668
7652
|
} if (rf & 2) {
|
|
7669
7653
|
let _t;
|
|
7670
7654
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.suggestionContainer = _t.first);
|
|
@@ -7698,8 +7682,8 @@ class DrChatSuggestionsComponent {
|
|
|
7698
7682
|
args: ['suggestionsContainer', { static: false }]
|
|
7699
7683
|
}] }); })();
|
|
7700
7684
|
|
|
7701
|
-
const _c0$
|
|
7702
|
-
const _c1$
|
|
7685
|
+
const _c0$u = ["drChatHeader"];
|
|
7686
|
+
const _c1$d = ["drChatLoader"];
|
|
7703
7687
|
const _c2$6 = ["drChatContent"];
|
|
7704
7688
|
const _c3$4 = ["messagesContainer"];
|
|
7705
7689
|
function DrChatComponent_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -7835,8 +7819,8 @@ class DrChatComponent {
|
|
|
7835
7819
|
/** @nocollapse */ static { this.ɵfac = function DrChatComponent_Factory(t) { return new (t || DrChatComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
7836
7820
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatComponent, selectors: [["dr-chat"]], contentQueries: function DrChatComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
7837
7821
|
i0.ɵɵcontentQuery(dirIndex, DrChatFormComponent, 5);
|
|
7838
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
7839
|
-
i0.ɵɵcontentQuery(dirIndex, _c1$
|
|
7822
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$u, 5);
|
|
7823
|
+
i0.ɵɵcontentQuery(dirIndex, _c1$d, 5);
|
|
7840
7824
|
i0.ɵɵcontentQuery(dirIndex, _c2$6, 5);
|
|
7841
7825
|
i0.ɵɵcontentQuery(dirIndex, DrChatMessageComponent, 4);
|
|
7842
7826
|
} if (rf & 2) {
|
|
@@ -7924,8 +7908,8 @@ class DrChatComponent {
|
|
|
7924
7908
|
args: [DrChatSuggestionsComponent]
|
|
7925
7909
|
}] }); })();
|
|
7926
7910
|
|
|
7927
|
-
const _c0$
|
|
7928
|
-
const _c1$
|
|
7911
|
+
const _c0$t = ["textAreaElement"];
|
|
7912
|
+
const _c1$c = ["fileInput"];
|
|
7929
7913
|
function DrChatFormDropdownComponent_dr_chat_dropped_files_3_Template(rf, ctx) { if (rf & 1) {
|
|
7930
7914
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
7931
7915
|
i0.ɵɵelementStart(0, "dr-chat-dropped-files", 12);
|
|
@@ -8112,8 +8096,8 @@ class DrChatFormDropdownComponent {
|
|
|
8112
8096
|
}
|
|
8113
8097
|
/** @nocollapse */ static { this.ɵfac = function DrChatFormDropdownComponent_Factory(t) { return new (t || DrChatFormDropdownComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$5.DomSanitizer)); }; }
|
|
8114
8098
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatFormDropdownComponent, selectors: [["dr-chat-form-dropdown"]], viewQuery: function DrChatFormDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8115
|
-
i0.ɵɵviewQuery(_c0$
|
|
8116
|
-
i0.ɵɵviewQuery(_c1$
|
|
8099
|
+
i0.ɵɵviewQuery(_c0$t, 5);
|
|
8100
|
+
i0.ɵɵviewQuery(_c1$c, 5);
|
|
8117
8101
|
} if (rf & 2) {
|
|
8118
8102
|
let _t;
|
|
8119
8103
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.textAreaElementRef = _t.first);
|
|
@@ -8251,14 +8235,14 @@ class DrChatCustomMessageDirective {
|
|
|
8251
8235
|
type: Input
|
|
8252
8236
|
}] }); })();
|
|
8253
8237
|
|
|
8254
|
-
const _c0$
|
|
8238
|
+
const _c0$s = ["*"];
|
|
8255
8239
|
class DrChatAlertComponent {
|
|
8256
8240
|
constructor() {
|
|
8257
8241
|
this.iconClass = 'dr-icon-info';
|
|
8258
8242
|
this.close = new EventEmitter();
|
|
8259
8243
|
}
|
|
8260
8244
|
/** @nocollapse */ static { this.ɵfac = function DrChatAlertComponent_Factory(t) { return new (t || DrChatAlertComponent)(); }; }
|
|
8261
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$
|
|
8245
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$s, 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) {
|
|
8262
8246
|
i0.ɵɵprojectionDef();
|
|
8263
8247
|
i0.ɵɵelement(0, "i");
|
|
8264
8248
|
i0.ɵɵprojection(1);
|
|
@@ -8355,7 +8339,7 @@ function DrAlertComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
8355
8339
|
i0.ɵɵadvance(1);
|
|
8356
8340
|
i0.ɵɵtextInterpolate(ctx_r0.text);
|
|
8357
8341
|
} }
|
|
8358
|
-
const _c0$
|
|
8342
|
+
const _c0$r = ["*"];
|
|
8359
8343
|
const ALERT_THEME_ICONS = {
|
|
8360
8344
|
[DrAlertTheme.SUCCESS]: 'dr-icon-uploaded-success',
|
|
8361
8345
|
[DrAlertTheme.BOLD_ERROR]: 'dr-icon-error',
|
|
@@ -8376,7 +8360,7 @@ class DrAlertComponent {
|
|
|
8376
8360
|
/** @nocollapse */ static { this.ɵfac = function DrAlertComponent_Factory(t) { return new (t || DrAlertComponent)(); }; }
|
|
8377
8361
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAlertComponent, selectors: [["dr-alert"]], hostVars: 2, hostBindings: function DrAlertComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
8378
8362
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
8379
|
-
} }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$
|
|
8363
|
+
} }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$r, 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) {
|
|
8380
8364
|
i0.ɵɵprojectionDef();
|
|
8381
8365
|
i0.ɵɵelementStart(0, "div", 0);
|
|
8382
8366
|
i0.ɵɵelement(1, "i");
|
|
@@ -8422,7 +8406,7 @@ class CodeEditorHintWrapperComponent {
|
|
|
8422
8406
|
}]
|
|
8423
8407
|
}], null, null); })();
|
|
8424
8408
|
|
|
8425
|
-
const _c0$
|
|
8409
|
+
const _c0$q = ["ref"];
|
|
8426
8410
|
class DrCodemirrorComponent {
|
|
8427
8411
|
set options(value) {
|
|
8428
8412
|
this._options = value;
|
|
@@ -8552,7 +8536,7 @@ class DrCodemirrorComponent {
|
|
|
8552
8536
|
}
|
|
8553
8537
|
/** @nocollapse */ static { this.ɵfac = function DrCodemirrorComponent_Factory(t) { return new (t || DrCodemirrorComponent)(i0.ɵɵdirectiveInject(i0.KeyValueDiffers), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
|
|
8554
8538
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodemirrorComponent, selectors: [["dr-codemirror"]], viewQuery: function DrCodemirrorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8555
|
-
i0.ɵɵviewQuery(_c0$
|
|
8539
|
+
i0.ɵɵviewQuery(_c0$q, 5);
|
|
8556
8540
|
} if (rf & 2) {
|
|
8557
8541
|
let _t;
|
|
8558
8542
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.ref = _t.first);
|
|
@@ -8704,7 +8688,7 @@ class DrErrorComponent {
|
|
|
8704
8688
|
args: ['class.no-icon']
|
|
8705
8689
|
}] }); })();
|
|
8706
8690
|
|
|
8707
|
-
const _c0$
|
|
8691
|
+
const _c0$p = ["codeEditor"];
|
|
8708
8692
|
function DrCodeEditorComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
8709
8693
|
i0.ɵɵelementStart(0, "span", 4);
|
|
8710
8694
|
i0.ɵɵtext(1);
|
|
@@ -8983,7 +8967,7 @@ class DrCodeEditorComponent {
|
|
|
8983
8967
|
}
|
|
8984
8968
|
/** @nocollapse */ static { this.ɵfac = function DrCodeEditorComponent_Factory(t) { return new (t || DrCodeEditorComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
8985
8969
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodeEditorComponent, selectors: [["dr-code-editor"]], viewQuery: function DrCodeEditorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8986
|
-
i0.ɵɵviewQuery(_c0$
|
|
8970
|
+
i0.ɵɵviewQuery(_c0$p, 5);
|
|
8987
8971
|
} if (rf & 2) {
|
|
8988
8972
|
let _t;
|
|
8989
8973
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.codeEditor = _t.first);
|
|
@@ -9751,7 +9735,7 @@ const getAlignmentDimension = (position) => {
|
|
|
9751
9735
|
return DrPopoverAlignmentDimension.Width;
|
|
9752
9736
|
};
|
|
9753
9737
|
|
|
9754
|
-
const _c0$
|
|
9738
|
+
const _c0$o = ["popoverContainer"];
|
|
9755
9739
|
function DrPopoverComponent_ng_container_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
9756
9740
|
i0.ɵɵelementContainer(0);
|
|
9757
9741
|
} }
|
|
@@ -9841,7 +9825,7 @@ class DrPopoverComponent {
|
|
|
9841
9825
|
}
|
|
9842
9826
|
/** @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)); }; }
|
|
9843
9827
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrPopoverComponent, selectors: [["dr-popover"]], viewQuery: function DrPopoverComponent_Query(rf, ctx) { if (rf & 1) {
|
|
9844
|
-
i0.ɵɵviewQuery(_c0$
|
|
9828
|
+
i0.ɵɵviewQuery(_c0$o, 7, ElementRef);
|
|
9845
9829
|
} if (rf & 2) {
|
|
9846
9830
|
let _t;
|
|
9847
9831
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popoverContainer = _t.first);
|
|
@@ -10164,7 +10148,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
10164
10148
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
10165
10149
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10166
10150
|
};
|
|
10167
|
-
const _c0$
|
|
10151
|
+
const _c0$n = ["menuContainer"];
|
|
10168
10152
|
function DrDropdownComponent_dr_dropdown_item_4_ng_container_1_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
10169
10153
|
i0.ɵɵelement(0, "i", 11);
|
|
10170
10154
|
} if (rf & 2) {
|
|
@@ -10214,12 +10198,12 @@ function DrDropdownComponent_dr_dropdown_item_4_ng_container_2_Template(rf, ctx)
|
|
|
10214
10198
|
i0.ɵɵadvance(1);
|
|
10215
10199
|
i0.ɵɵproperty("ngIf", ctx_r5.hasChildren(act_r2));
|
|
10216
10200
|
} }
|
|
10217
|
-
const _c1$
|
|
10201
|
+
const _c1$b = function (a0) { return { $implicit: a0 }; };
|
|
10218
10202
|
function DrDropdownComponent_dr_dropdown_item_4_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
10219
10203
|
i0.ɵɵelementContainer(0, 17);
|
|
10220
10204
|
} if (rf & 2) {
|
|
10221
10205
|
const act_r2 = i0.ɵɵnextContext().$implicit;
|
|
10222
|
-
i0.ɵɵproperty("ngTemplateOutlet", act_r2.templateRef)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c1$
|
|
10206
|
+
i0.ɵɵproperty("ngTemplateOutlet", act_r2.templateRef)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c1$b, act_r2));
|
|
10223
10207
|
} }
|
|
10224
10208
|
const _c2$4 = function () { return { withoutArrow: true }; };
|
|
10225
10209
|
function DrDropdownComponent_dr_dropdown_item_4_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -10360,7 +10344,7 @@ class DrDropdownComponent {
|
|
|
10360
10344
|
}
|
|
10361
10345
|
/** @nocollapse */ static { this.ɵfac = function DrDropdownComponent_Factory(t) { return new (t || DrDropdownComponent)(); }; }
|
|
10362
10346
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownComponent, selectors: [["dr-dropdown"]], viewQuery: function DrDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10363
|
-
i0.ɵɵviewQuery(_c0$
|
|
10347
|
+
i0.ɵɵviewQuery(_c0$n, 7);
|
|
10364
10348
|
} if (rf & 2) {
|
|
10365
10349
|
let _t;
|
|
10366
10350
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.menuContainer = _t.first);
|
|
@@ -10599,8 +10583,8 @@ class DrDropdownChildDirective {
|
|
|
10599
10583
|
}]
|
|
10600
10584
|
}], null, null); })();
|
|
10601
10585
|
|
|
10602
|
-
const _c0$
|
|
10603
|
-
const _c1$
|
|
10586
|
+
const _c0$m = [[["", "dropdownItemContent", ""]], [["", "dropdownItemActions", ""]]];
|
|
10587
|
+
const _c1$a = ["[dropdownItemContent]", "[dropdownItemActions]"];
|
|
10604
10588
|
class DrDropdownItemComponent {
|
|
10605
10589
|
constructor() {
|
|
10606
10590
|
this.role = 'option';
|
|
@@ -10608,8 +10592,8 @@ class DrDropdownItemComponent {
|
|
|
10608
10592
|
/** @nocollapse */ static { this.ɵfac = function DrDropdownItemComponent_Factory(t) { return new (t || DrDropdownItemComponent)(); }; }
|
|
10609
10593
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownItemComponent, selectors: [["dr-dropdown-item"]], hostVars: 1, hostBindings: function DrDropdownItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
10610
10594
|
i0.ɵɵattribute("role", ctx.role);
|
|
10611
|
-
} }, inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, ngContentSelectors: _c1$
|
|
10612
|
-
i0.ɵɵprojectionDef(_c0$
|
|
10595
|
+
} }, inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, ngContentSelectors: _c1$a, 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) {
|
|
10596
|
+
i0.ɵɵprojectionDef(_c0$m);
|
|
10613
10597
|
i0.ɵɵelementStart(0, "div", 0)(1, "span", 1);
|
|
10614
10598
|
i0.ɵɵprojection(2);
|
|
10615
10599
|
i0.ɵɵelementEnd();
|
|
@@ -10651,7 +10635,7 @@ class DrDropdownItemShowPipe {
|
|
|
10651
10635
|
function DrTabComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
10652
10636
|
i0.ɵɵprojection(0);
|
|
10653
10637
|
} }
|
|
10654
|
-
const _c0$
|
|
10638
|
+
const _c0$l = ["*"];
|
|
10655
10639
|
class DrTabComponent {
|
|
10656
10640
|
constructor() { }
|
|
10657
10641
|
ngOnInit() { }
|
|
@@ -10661,7 +10645,7 @@ class DrTabComponent {
|
|
|
10661
10645
|
} if (rf & 2) {
|
|
10662
10646
|
let _t;
|
|
10663
10647
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contentTemplate = _t.first);
|
|
10664
|
-
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$
|
|
10648
|
+
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$l, decls: 1, vars: 0, template: function DrTabComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10665
10649
|
i0.ɵɵprojectionDef();
|
|
10666
10650
|
i0.ɵɵtemplate(0, DrTabComponent_ng_template_0_Template, 1, 0, "ng-template");
|
|
10667
10651
|
} }, encapsulation: 2 }); }
|
|
@@ -10936,8 +10920,8 @@ class DrTabsComponent {
|
|
|
10936
10920
|
args: [DrTabComponent]
|
|
10937
10921
|
}] }); })();
|
|
10938
10922
|
|
|
10939
|
-
const _c0$
|
|
10940
|
-
const _c1$
|
|
10923
|
+
const _c0$k = [[["dr-accordion-item"]]];
|
|
10924
|
+
const _c1$9 = ["dr-accordion-item"];
|
|
10941
10925
|
class DrAccordionComponent {
|
|
10942
10926
|
constructor() {
|
|
10943
10927
|
this.openCloseItems = new Subject();
|
|
@@ -10970,8 +10954,8 @@ class DrAccordionComponent {
|
|
|
10970
10954
|
/** @nocollapse */ static { this.ɵfac = function DrAccordionComponent_Factory(t) { return new (t || DrAccordionComponent)(); }; }
|
|
10971
10955
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionComponent, selectors: [["dr-accordion"]], hostVars: 2, hostBindings: function DrAccordionComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
10972
10956
|
i0.ɵɵclassMap(ctx.theme);
|
|
10973
|
-
} }, inputs: { multi: "multi", theme: "theme" }, ngContentSelectors: _c1$
|
|
10974
|
-
i0.ɵɵprojectionDef(_c0$
|
|
10957
|
+
} }, inputs: { multi: "multi", theme: "theme" }, ngContentSelectors: _c1$9, decls: 1, vars: 0, template: function DrAccordionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10958
|
+
i0.ɵɵprojectionDef(_c0$k);
|
|
10975
10959
|
i0.ɵɵprojection(0);
|
|
10976
10960
|
} }, styles: ["[_nghost-%COMP%]{display:block;box-shadow:#2c33491a 0 5px 10px}.borderless[_nghost-%COMP%]{box-shadow:none}"], changeDetection: 0 }); }
|
|
10977
10961
|
}
|
|
@@ -10988,8 +10972,8 @@ class DrAccordionComponent {
|
|
|
10988
10972
|
args: ['class']
|
|
10989
10973
|
}] }); })();
|
|
10990
10974
|
|
|
10991
|
-
const _c0$
|
|
10992
|
-
const _c1$
|
|
10975
|
+
const _c0$j = [[["dr-accordion-item-header"]], [["dr-accordion-item-body"]]];
|
|
10976
|
+
const _c1$8 = ["dr-accordion-item-header", "dr-accordion-item-body"];
|
|
10993
10977
|
class DrAccordionItemComponent {
|
|
10994
10978
|
/**
|
|
10995
10979
|
* Item is collapse (`true` by default)
|
|
@@ -11089,8 +11073,8 @@ class DrAccordionItemComponent {
|
|
|
11089
11073
|
/** @nocollapse */ static { this.ɵfac = function DrAccordionItemComponent_Factory(t) { return new (t || DrAccordionItemComponent)(i0.ɵɵdirectiveInject(DrAccordionComponent, 1), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
11090
11074
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemComponent, selectors: [["dr-accordion-item"]], hostVars: 6, hostBindings: function DrAccordionItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
11091
11075
|
i0.ɵɵclassProp("collapsed", ctx.collapsed)("expanded", ctx.expanded)("disabled", ctx.disabled);
|
|
11092
|
-
} }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$
|
|
11093
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11076
|
+
} }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$8, decls: 2, vars: 0, template: function DrAccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11077
|
+
i0.ɵɵprojectionDef(_c0$j);
|
|
11094
11078
|
i0.ɵɵprojection(0);
|
|
11095
11079
|
i0.ɵɵprojection(1, 1);
|
|
11096
11080
|
} }, 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 }); }
|
|
@@ -11132,8 +11116,8 @@ function DrAccordionItemHeaderComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
11132
11116
|
i0.ɵɵclassMap("dr-accordion-item-header-icon " + ctx_r0.icon);
|
|
11133
11117
|
i0.ɵɵclassProp("dr-accordion-item-header-icon--additional-padding", ctx_r0.chevronPosition === "left");
|
|
11134
11118
|
} }
|
|
11135
|
-
const _c0$
|
|
11136
|
-
const _c1$
|
|
11119
|
+
const _c0$i = function (a0) { return { rotationDegree: a0 }; };
|
|
11120
|
+
const _c1$7 = function (a0, a1) { return { value: a0, params: a1 }; };
|
|
11137
11121
|
function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
11138
11122
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
11139
11123
|
i0.ɵɵelementStart(0, "i", 2);
|
|
@@ -11142,7 +11126,7 @@ function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
11142
11126
|
} if (rf & 2) {
|
|
11143
11127
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
11144
11128
|
i0.ɵɵclassMap(ctx_r1.chevronIconClass);
|
|
11145
|
-
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$
|
|
11129
|
+
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$7, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$i, ctx_r1.chevronRotationDegree)));
|
|
11146
11130
|
} }
|
|
11147
11131
|
const _c2$3 = [[["dr-accordion-item-title"]], [["dr-accordion-item-description"]], "*"];
|
|
11148
11132
|
const _c3$1 = ["dr-accordion-item-title", "dr-accordion-item-description", "*"];
|
|
@@ -11271,8 +11255,8 @@ class DrAccordionItemHeaderComponent {
|
|
|
11271
11255
|
args: ['keydown.enter']
|
|
11272
11256
|
}] }); })();
|
|
11273
11257
|
|
|
11274
|
-
const _c0$
|
|
11275
|
-
const _c1$
|
|
11258
|
+
const _c0$h = function (a0) { return { value: a0 }; };
|
|
11259
|
+
const _c1$6 = ["*"];
|
|
11276
11260
|
const accordionItemBodyTrigger = trigger('accordionItemBody', [
|
|
11277
11261
|
state('collapsed', style({
|
|
11278
11262
|
overflow: 'hidden',
|
|
@@ -11303,13 +11287,13 @@ class DrAccordionItemBodyComponent {
|
|
|
11303
11287
|
this.destroy$.complete();
|
|
11304
11288
|
}
|
|
11305
11289
|
/** @nocollapse */ static { this.ɵfac = function DrAccordionItemBodyComponent_Factory(t) { return new (t || DrAccordionItemBodyComponent)(i0.ɵɵdirectiveInject(DrAccordionItemComponent, 1), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
11306
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemBodyComponent, selectors: [["dr-accordion-item-body"]], ngContentSelectors: _c1$
|
|
11290
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemBodyComponent, selectors: [["dr-accordion-item-body"]], ngContentSelectors: _c1$6, decls: 3, vars: 3, consts: [[1, "item-body"]], template: function DrAccordionItemBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11307
11291
|
i0.ɵɵprojectionDef();
|
|
11308
11292
|
i0.ɵɵelementStart(0, "div")(1, "div", 0);
|
|
11309
11293
|
i0.ɵɵprojection(2);
|
|
11310
11294
|
i0.ɵɵelementEnd()();
|
|
11311
11295
|
} if (rf & 2) {
|
|
11312
|
-
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$
|
|
11296
|
+
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$h, ctx.state));
|
|
11313
11297
|
} }, styles: [".item-body[_ngcontent-%COMP%]{flex:1;-ms-flex:1 1 auto;overflow:auto;position:relative}"], data: { animation: [accordionItemBodyTrigger] }, changeDetection: 0 }); }
|
|
11314
11298
|
}
|
|
11315
11299
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrAccordionItemBodyComponent, [{
|
|
@@ -11325,13 +11309,13 @@ class DrAccordionItemBodyComponent {
|
|
|
11325
11309
|
type: Host
|
|
11326
11310
|
}] }, { type: i0.ChangeDetectorRef }]; }, null); })();
|
|
11327
11311
|
|
|
11328
|
-
const _c0$
|
|
11329
|
-
const _c1$
|
|
11312
|
+
const _c0$g = [[["dr-layout-header"]], [["dr-layout-body"]]];
|
|
11313
|
+
const _c1$5 = ["dr-layout-header", "dr-layout-body"];
|
|
11330
11314
|
class DrLayoutComponent {
|
|
11331
11315
|
constructor() { }
|
|
11332
11316
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutComponent_Factory(t) { return new (t || DrLayoutComponent)(); }; }
|
|
11333
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], ngContentSelectors: _c1$
|
|
11334
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11317
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], ngContentSelectors: _c1$5, 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) {
|
|
11318
|
+
i0.ɵɵprojectionDef(_c0$g);
|
|
11335
11319
|
i0.ɵɵelementStart(0, "div", 0);
|
|
11336
11320
|
i0.ɵɵprojection(1);
|
|
11337
11321
|
i0.ɵɵelementStart(2, "div", 1)(3, "div", 2)(4, "div", 3);
|
|
@@ -11344,11 +11328,11 @@ class DrLayoutComponent {
|
|
|
11344
11328
|
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"] }]
|
|
11345
11329
|
}], function () { return []; }, null); })();
|
|
11346
11330
|
|
|
11347
|
-
const _c0$
|
|
11331
|
+
const _c0$f = ["*"];
|
|
11348
11332
|
class DrLayoutHeaderComponent {
|
|
11349
11333
|
constructor() { }
|
|
11350
11334
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutHeaderComponent_Factory(t) { return new (t || DrLayoutHeaderComponent)(); }; }
|
|
11351
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$
|
|
11335
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$f, decls: 2, vars: 0, template: function DrLayoutHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11352
11336
|
i0.ɵɵprojectionDef();
|
|
11353
11337
|
i0.ɵɵelementStart(0, "nav");
|
|
11354
11338
|
i0.ɵɵprojection(1);
|
|
@@ -11367,11 +11351,11 @@ class DrLayoutHeaderComponent {
|
|
|
11367
11351
|
}]
|
|
11368
11352
|
}], function () { return []; }, null); })();
|
|
11369
11353
|
|
|
11370
|
-
const _c0$
|
|
11354
|
+
const _c0$e = ["*"];
|
|
11371
11355
|
class DrLayoutBodyComponent {
|
|
11372
11356
|
constructor() { }
|
|
11373
11357
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutBodyComponent_Factory(t) { return new (t || DrLayoutBodyComponent)(); }; }
|
|
11374
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$
|
|
11358
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$e, decls: 1, vars: 0, template: function DrLayoutBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11375
11359
|
i0.ɵɵprojectionDef();
|
|
11376
11360
|
i0.ɵɵprojection(0);
|
|
11377
11361
|
} }, encapsulation: 2 }); }
|
|
@@ -11393,7 +11377,7 @@ function DrDetailsListComponent_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
11393
11377
|
i0.ɵɵadvance(1);
|
|
11394
11378
|
i0.ɵɵtextInterpolate(item_r1);
|
|
11395
11379
|
} }
|
|
11396
|
-
const _c0$
|
|
11380
|
+
const _c0$d = function (a0) { return { value: a0 }; };
|
|
11397
11381
|
class DrDetailsListComponent {
|
|
11398
11382
|
set items(val) {
|
|
11399
11383
|
if (!val) {
|
|
@@ -11440,7 +11424,7 @@ class DrDetailsListComponent {
|
|
|
11440
11424
|
i0.ɵɵadvance(1);
|
|
11441
11425
|
i0.ɵɵtextInterpolate1(" ", ctx.title, " ");
|
|
11442
11426
|
i0.ɵɵadvance(1);
|
|
11443
|
-
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$
|
|
11427
|
+
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$d, ctx.state));
|
|
11444
11428
|
i0.ɵɵadvance(1);
|
|
11445
11429
|
i0.ɵɵproperty("ngForOf", ctx.list);
|
|
11446
11430
|
} }, 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: [
|
|
@@ -11484,8 +11468,8 @@ class DrDetailsListComponent {
|
|
|
11484
11468
|
type: Input
|
|
11485
11469
|
}] }); })();
|
|
11486
11470
|
|
|
11487
|
-
const _c0$
|
|
11488
|
-
const _c1$
|
|
11471
|
+
const _c0$c = ["content"];
|
|
11472
|
+
const _c1$4 = function (a0, a1) { return { "dr-icon-maximize": a0, "dr-icon-minimize": a1 }; };
|
|
11489
11473
|
function DialogWrapperComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
11490
11474
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
11491
11475
|
i0.ɵɵelementStart(0, "i", 11);
|
|
@@ -11493,7 +11477,7 @@ function DialogWrapperComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
11493
11477
|
i0.ɵɵelementEnd();
|
|
11494
11478
|
} if (rf & 2) {
|
|
11495
11479
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
11496
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$
|
|
11480
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$4, !ctx_r0.isMaximized, ctx_r0.isMaximized));
|
|
11497
11481
|
} }
|
|
11498
11482
|
function DialogWrapperComponent_i_2_Template(rf, ctx) { if (rf & 1) {
|
|
11499
11483
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
@@ -11679,7 +11663,7 @@ class DialogWrapperComponent {
|
|
|
11679
11663
|
}
|
|
11680
11664
|
/** @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)); }; }
|
|
11681
11665
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DialogWrapperComponent, selectors: [["dr-dialog-wrapper"]], viewQuery: function DialogWrapperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
11682
|
-
i0.ɵɵviewQuery(_c0$
|
|
11666
|
+
i0.ɵɵviewQuery(_c0$c, 5, ViewContainerRef);
|
|
11683
11667
|
} if (rf & 2) {
|
|
11684
11668
|
let _t;
|
|
11685
11669
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
|
|
@@ -11882,8 +11866,8 @@ function DialogModalWrapperComponent_form_7_div_2_label_9_Template(rf, ctx) { if
|
|
|
11882
11866
|
i0.ɵɵadvance(1);
|
|
11883
11867
|
i0.ɵɵtextInterpolate1(" ", ctx_r19.dialogData.serverErrorMessage, " ");
|
|
11884
11868
|
} }
|
|
11885
|
-
const _c0$
|
|
11886
|
-
const _c1$
|
|
11869
|
+
const _c0$b = function (a0) { return { display: a0 }; };
|
|
11870
|
+
const _c1$3 = function (a0, a1) { return { "col-md-10": a0, "col-md-12": a1 }; };
|
|
11887
11871
|
function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
11888
11872
|
i0.ɵɵelementStart(0, "div", 16);
|
|
11889
11873
|
i0.ɵɵtemplate(1, DialogModalWrapperComponent_form_7_div_2_label_1_Template, 2, 2, "label", 17);
|
|
@@ -11900,11 +11884,11 @@ function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1
|
|
|
11900
11884
|
const field_r11 = ctx.$implicit;
|
|
11901
11885
|
const ctx_r10 = i0.ɵɵnextContext(2);
|
|
11902
11886
|
i0.ɵɵclassMap(field_r11.formGroupClass);
|
|
11903
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$
|
|
11887
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$b, field_r11.isLabelFullWidth ? "block" : "flex"));
|
|
11904
11888
|
i0.ɵɵadvance(1);
|
|
11905
11889
|
i0.ɵɵproperty("ngIf", field_r11.label && field_r11.type !== ctx_r10.dialogFieldType.CHECKBOX);
|
|
11906
11890
|
i0.ɵɵadvance(1);
|
|
11907
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(14, _c1$
|
|
11891
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(14, _c1$3, field_r11.label && !field_r11.isLabelFullWidth, !field_r11.label || field_r11.isLabelFullWidth));
|
|
11908
11892
|
i0.ɵɵadvance(1);
|
|
11909
11893
|
i0.ɵɵproperty("ngIf", field_r11.type === ctx_r10.dialogFieldType.SELECT);
|
|
11910
11894
|
i0.ɵɵadvance(1);
|
|
@@ -12608,7 +12592,7 @@ function TreeviewItemComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
12608
12592
|
i0.ɵɵadvance(1);
|
|
12609
12593
|
i0.ɵɵproperty("ngForOf", ctx_r2.item.children);
|
|
12610
12594
|
} }
|
|
12611
|
-
const _c0$
|
|
12595
|
+
const _c0$a = function (a0, a1, a2) { return { item: a0, onCollapseExpand: a1, onCheckedChange: a2 }; };
|
|
12612
12596
|
function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
12613
12597
|
i0.ɵɵelementStart(0, "div", 1);
|
|
12614
12598
|
i0.ɵɵtemplate(1, TreeviewItemComponent_div_0_ng_template_1_Template, 0, 0, "ng-template", 2);
|
|
@@ -12617,7 +12601,7 @@ function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
12617
12601
|
} if (rf & 2) {
|
|
12618
12602
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
12619
12603
|
i0.ɵɵadvance(1);
|
|
12620
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$
|
|
12604
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$a, ctx_r0.item, ctx_r0.onCollapseExpand, ctx_r0.onCheckedChange));
|
|
12621
12605
|
i0.ɵɵadvance(1);
|
|
12622
12606
|
i0.ɵɵproperty("ngIf", !ctx_r0.item.collapsed);
|
|
12623
12607
|
} }
|
|
@@ -13774,7 +13758,7 @@ class DrImageCropperCanvasService {
|
|
|
13774
13758
|
type: Injectable
|
|
13775
13759
|
}], null, null); })();
|
|
13776
13760
|
|
|
13777
|
-
const _c0$
|
|
13761
|
+
const _c0$9 = ["imageCanvas"];
|
|
13778
13762
|
class DrImageCropperComponent {
|
|
13779
13763
|
constructor(canvasService) {
|
|
13780
13764
|
this.canvasService = canvasService;
|
|
@@ -13832,7 +13816,7 @@ class DrImageCropperComponent {
|
|
|
13832
13816
|
}
|
|
13833
13817
|
/** @nocollapse */ static { this.ɵfac = function DrImageCropperComponent_Factory(t) { return new (t || DrImageCropperComponent)(i0.ɵɵdirectiveInject(DrImageCropperCanvasService)); }; }
|
|
13834
13818
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrImageCropperComponent, selectors: [["dr-image-cropper"]], viewQuery: function DrImageCropperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
13835
|
-
i0.ɵɵviewQuery(_c0$
|
|
13819
|
+
i0.ɵɵviewQuery(_c0$9, 7);
|
|
13836
13820
|
} if (rf & 2) {
|
|
13837
13821
|
let _t;
|
|
13838
13822
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.canvasElement = _t.first);
|
|
@@ -14275,13 +14259,13 @@ function DrChipComponent_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
14275
14259
|
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)); });
|
|
14276
14260
|
i0.ɵɵelementEnd();
|
|
14277
14261
|
} }
|
|
14278
|
-
const _c0$
|
|
14262
|
+
const _c0$8 = ["*"];
|
|
14279
14263
|
class DrChipComponent {
|
|
14280
14264
|
constructor() {
|
|
14281
14265
|
this.remove = new EventEmitter();
|
|
14282
14266
|
}
|
|
14283
14267
|
/** @nocollapse */ static { this.ɵfac = function DrChipComponent_Factory(t) { return new (t || DrChipComponent)(); }; }
|
|
14284
|
-
/** @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$
|
|
14268
|
+
/** @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$8, 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) {
|
|
14285
14269
|
i0.ɵɵprojectionDef();
|
|
14286
14270
|
i0.ɵɵtemplate(0, DrChipComponent_i_0_Template, 1, 2, "i", 0);
|
|
14287
14271
|
i0.ɵɵelementStart(1, "div", 1);
|
|
@@ -14312,8 +14296,8 @@ class DrChipComponent {
|
|
|
14312
14296
|
type: Output
|
|
14313
14297
|
}] }); })();
|
|
14314
14298
|
|
|
14315
|
-
const _c0$
|
|
14316
|
-
const _c1$
|
|
14299
|
+
const _c0$7 = ["carouselContainer"];
|
|
14300
|
+
const _c1$2 = ["carouselItem"];
|
|
14317
14301
|
function DrGalleryComponent_dr_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
14318
14302
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
14319
14303
|
i0.ɵɵelementStart(0, "dr-button", 5);
|
|
@@ -14538,8 +14522,8 @@ class DrGalleryComponent {
|
|
|
14538
14522
|
let _t;
|
|
14539
14523
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.template = _t.first);
|
|
14540
14524
|
} }, viewQuery: function DrGalleryComponent_Query(rf, ctx) { if (rf & 1) {
|
|
14541
|
-
i0.ɵɵviewQuery(_c0$
|
|
14542
|
-
i0.ɵɵviewQuery(_c1$
|
|
14525
|
+
i0.ɵɵviewQuery(_c0$7, 5);
|
|
14526
|
+
i0.ɵɵviewQuery(_c1$2, 5);
|
|
14543
14527
|
} if (rf & 2) {
|
|
14544
14528
|
let _t;
|
|
14545
14529
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.containerRef = _t.first);
|
|
@@ -14600,7 +14584,7 @@ function DrProgressBarComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
14600
14584
|
i0.ɵɵadvance(1);
|
|
14601
14585
|
i0.ɵɵtextInterpolate1("", ctx_r0.progress || 0, "%");
|
|
14602
14586
|
} }
|
|
14603
|
-
const _c0$
|
|
14587
|
+
const _c0$6 = ["*"];
|
|
14604
14588
|
class DrProgressBarComponent {
|
|
14605
14589
|
constructor() {
|
|
14606
14590
|
/**
|
|
@@ -14612,7 +14596,7 @@ class DrProgressBarComponent {
|
|
|
14612
14596
|
/** @nocollapse */ static { this.ɵfac = function DrProgressBarComponent_Factory(t) { return new (t || DrProgressBarComponent)(); }; }
|
|
14613
14597
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrProgressBarComponent, selectors: [["dr-progress-bar"]], hostVars: 2, hostBindings: function DrProgressBarComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
14614
14598
|
i0.ɵɵclassMap(ctx.theme);
|
|
14615
|
-
} }, inputs: { progress: "progress", showValue: "showValue", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
14599
|
+
} }, inputs: { progress: "progress", showValue: "showValue", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$6, 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) {
|
|
14616
14600
|
i0.ɵɵprojectionDef();
|
|
14617
14601
|
i0.ɵɵelementStart(0, "div", 0);
|
|
14618
14602
|
i0.ɵɵelement(1, "div", 1);
|
|
@@ -14643,7 +14627,7 @@ class DrProgressBarComponent {
|
|
|
14643
14627
|
args: ['class']
|
|
14644
14628
|
}] }); })();
|
|
14645
14629
|
|
|
14646
|
-
const _c0$
|
|
14630
|
+
const _c0$5 = ["*"];
|
|
14647
14631
|
class DrBadgeComponent {
|
|
14648
14632
|
constructor() {
|
|
14649
14633
|
this.color = 'stone';
|
|
@@ -14655,7 +14639,7 @@ class DrBadgeComponent {
|
|
|
14655
14639
|
/** @nocollapse */ static { this.ɵfac = function DrBadgeComponent_Factory(t) { return new (t || DrBadgeComponent)(); }; }
|
|
14656
14640
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrBadgeComponent, selectors: [["dr-badge"]], hostVars: 2, hostBindings: function DrBadgeComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
14657
14641
|
i0.ɵɵclassMap(ctx.elementClasses);
|
|
14658
|
-
} }, inputs: { color: "color", size: "size" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
14642
|
+
} }, inputs: { color: "color", size: "size" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$5, decls: 1, vars: 0, template: function DrBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14659
14643
|
i0.ɵɵprojectionDef();
|
|
14660
14644
|
i0.ɵɵprojection(0);
|
|
14661
14645
|
} }, styles: ["[_nghost-%COMP%]{display:inline-flex;align-items:center;color:#333;border-radius:4px;box-sizing:border-box;font-size:12px;line-height:16px;font-weight:500}.small[_nghost-%COMP%]{gap:2px;padding:2px 4px}.medium[_nghost-%COMP%]{gap:4px;padding:4px 8px}.light-purple[_nghost-%COMP%]{background-color:#dfd9ff}.water[_nghost-%COMP%]{background-color:#d9f2ff}.baby-blue[_nghost-%COMP%]{background-color:#d9e6ff}.baby-pink[_nghost-%COMP%]{background-color:#ffdbf1}.light-turquoise[_nghost-%COMP%]{background-color:#d6fcf9}.bright-green[_nghost-%COMP%]{background-color:#d9ffea}.stone[_nghost-%COMP%]{background-color:#f6f4f4}.peach[_nghost-%COMP%]{background-color:#ffe5b4}.soft-coral[_nghost-%COMP%]{background-color:#ffd2c2}.pale-yellow[_nghost-%COMP%]{background-color:#fffacd}.pastel-olive[_nghost-%COMP%]{background-color:#dce2b9}.powder-blue-grey[_nghost-%COMP%]{background-color:#d3dbe3}.muted-plum[_nghost-%COMP%]{background-color:#e7c7db}"], changeDetection: 0 }); }
|
|
@@ -14738,7 +14722,7 @@ class BottomPositionStrategy {
|
|
|
14738
14722
|
}
|
|
14739
14723
|
}
|
|
14740
14724
|
|
|
14741
|
-
const _c0$
|
|
14725
|
+
const _c0$4 = ["handleRef"];
|
|
14742
14726
|
function DrawerContainer_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
14743
14727
|
i0.ɵɵelement(0, "div", 3, 4);
|
|
14744
14728
|
} }
|
|
@@ -14852,7 +14836,7 @@ class DrawerContainer extends CdkDialogContainer {
|
|
|
14852
14836
|
/** @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)); }; }
|
|
14853
14837
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrawerContainer, selectors: [["dr-drawer-container"]], viewQuery: function DrawerContainer_Query(rf, ctx) { if (rf & 1) {
|
|
14854
14838
|
i0.ɵɵviewQuery(CdkPortalOutlet, 7);
|
|
14855
|
-
i0.ɵɵviewQuery(_c0$
|
|
14839
|
+
i0.ɵɵviewQuery(_c0$4, 5);
|
|
14856
14840
|
} if (rf & 2) {
|
|
14857
14841
|
let _t;
|
|
14858
14842
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._portalOutlet = _t.first);
|
|
@@ -15322,7 +15306,7 @@ function SeparateTableComponent_div_2_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
15322
15306
|
function SeparateTableComponent_div_2_div_3_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
15323
15307
|
i0.ɵɵelementContainer(0);
|
|
15324
15308
|
} }
|
|
15325
|
-
const _c0$
|
|
15309
|
+
const _c0$3 = function (a0, a1) { return { $implicit: a0, column: a1 }; };
|
|
15326
15310
|
function SeparateTableComponent_div_2_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
15327
15311
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
15328
15312
|
i0.ɵɵelementStart(0, "div", 11);
|
|
@@ -15336,7 +15320,7 @@ function SeparateTableComponent_div_2_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
15336
15320
|
const _r1 = i0.ɵɵreference(4);
|
|
15337
15321
|
i0.ɵɵproperty("ngStyle", column_r11.styles);
|
|
15338
15322
|
i0.ɵɵadvance(1);
|
|
15339
|
-
i0.ɵɵproperty("ngTemplateOutlet", column_r11.cellTemplate || _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction2(3, _c0$
|
|
15323
|
+
i0.ɵɵproperty("ngTemplateOutlet", column_r11.cellTemplate || _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction2(3, _c0$3, row_r3, column_r11));
|
|
15340
15324
|
} }
|
|
15341
15325
|
function SeparateTableComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
15342
15326
|
const _r17 = i0.ɵɵgetCurrentView();
|
|
@@ -15453,15 +15437,142 @@ class ElementOverflowDirective {
|
|
|
15453
15437
|
type: Input
|
|
15454
15438
|
}] }); })();
|
|
15455
15439
|
|
|
15440
|
+
const _c0$2 = ["container"];
|
|
15441
|
+
function DrListOverflowComponent_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
15442
|
+
i0.ɵɵelementStart(0, "div", 4);
|
|
15443
|
+
i0.ɵɵtext(1, "...");
|
|
15444
|
+
i0.ɵɵelementEnd();
|
|
15445
|
+
} }
|
|
15446
|
+
function DrListOverflowComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
15447
|
+
i0.ɵɵelementStart(0, "div", 5);
|
|
15448
|
+
i0.ɵɵtext(1);
|
|
15449
|
+
i0.ɵɵelementEnd();
|
|
15450
|
+
} if (rf & 2) {
|
|
15451
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
15452
|
+
i0.ɵɵstyleProp("width", ctx_r2.drListCounterWidth, "px");
|
|
15453
|
+
i0.ɵɵadvance(1);
|
|
15454
|
+
i0.ɵɵtextInterpolate1(", +", ctx_r2.overflowed, "");
|
|
15455
|
+
} }
|
|
15456
|
+
const _c1$1 = ["*"];
|
|
15457
|
+
/**
|
|
15458
|
+
* Calculate number in HORIZONTAL list that has been overflowed
|
|
15459
|
+
*/
|
|
15460
|
+
class DrListOverflowComponent {
|
|
15461
|
+
constructor() {
|
|
15462
|
+
this.drListCounterWidth = 25;
|
|
15463
|
+
/** Number of items that have been overflowed */
|
|
15464
|
+
this.drListOverflowedChange = new EventEmitter();
|
|
15465
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15466
|
+
this.renderer = inject(Renderer2);
|
|
15467
|
+
this.mutationObserver = new MutationObserver(() => this.calculate());
|
|
15468
|
+
this.overflowed = 0;
|
|
15469
|
+
this.hasEllipsis = false;
|
|
15470
|
+
this.usedWidth = 0;
|
|
15471
|
+
}
|
|
15472
|
+
get hasOverflowed() {
|
|
15473
|
+
return !!this.overflowed || this.hasEllipsis;
|
|
15474
|
+
}
|
|
15475
|
+
ngOnInit() {
|
|
15476
|
+
this.mutationObserver.observe(this.container.nativeElement, { childList: true, subtree: false });
|
|
15477
|
+
}
|
|
15478
|
+
ngOnDestroy() {
|
|
15479
|
+
this.mutationObserver.disconnect();
|
|
15480
|
+
}
|
|
15481
|
+
calculate() {
|
|
15482
|
+
const container = this.container.nativeElement;
|
|
15483
|
+
const items = Array.from(container.children);
|
|
15484
|
+
let usedWidth = 0;
|
|
15485
|
+
let rendered = 0;
|
|
15486
|
+
this.usedWidth = 0;
|
|
15487
|
+
this.overflowed = 0; // to get container without the counter
|
|
15488
|
+
this.hasEllipsis = false;
|
|
15489
|
+
this.cdr.detectChanges();
|
|
15490
|
+
if (items.length === 0) {
|
|
15491
|
+
console.error('No items found in dr-list-overflow. Please make sure all children are a HTMLElements and not just plain text node.');
|
|
15492
|
+
}
|
|
15493
|
+
for (const [index, child] of items.entries()) {
|
|
15494
|
+
const prev = items[index - 1];
|
|
15495
|
+
const prevUsedWidth = usedWidth;
|
|
15496
|
+
usedWidth += child.getBoundingClientRect().width; // we need clientRect width, as offsetWidth is an integer
|
|
15497
|
+
// we need this as the container is flexible and can be wider (we don't know the exact width at the start)
|
|
15498
|
+
this.updateWidth(usedWidth);
|
|
15499
|
+
const containerWidth = container.getBoundingClientRect().width; // we need clientRect width, as clientWidth is an integer
|
|
15500
|
+
const isOverflowed = this.usedWidth > containerWidth;
|
|
15501
|
+
const isOverflowedPrevWithCounter = prev && prevUsedWidth > containerWidth - this.drListCounterWidth;
|
|
15502
|
+
// if the first item is larger than the container - we need to render it anyway, but with ellipsis
|
|
15503
|
+
if (isOverflowed && rendered === 0) {
|
|
15504
|
+
rendered++;
|
|
15505
|
+
this.hasEllipsis = true;
|
|
15506
|
+
break;
|
|
15507
|
+
}
|
|
15508
|
+
// if an item is overflowed and counter makes prev item overflow as well - we need to hide this and prev items
|
|
15509
|
+
if (isOverflowed && isOverflowedPrevWithCounter) {
|
|
15510
|
+
rendered--;
|
|
15511
|
+
this.updateWidth(prevUsedWidth - prev.getBoundingClientRect().width);
|
|
15512
|
+
break;
|
|
15513
|
+
}
|
|
15514
|
+
// if an item is overflowed - hide it
|
|
15515
|
+
if (isOverflowed) {
|
|
15516
|
+
this.updateWidth(prevUsedWidth);
|
|
15517
|
+
break;
|
|
15518
|
+
}
|
|
15519
|
+
rendered++;
|
|
15520
|
+
}
|
|
15521
|
+
// "hide" all overflowed items so they don't appear in innerText (textContent still includes all text, even hidden items)
|
|
15522
|
+
// this prevents tests from picking up overflowed text
|
|
15523
|
+
items.forEach((item, index) => this.renderer.setStyle(item, 'visibility', index < rendered ? 'visible' : 'hidden'));
|
|
15524
|
+
this.overflowed = items.length - rendered;
|
|
15525
|
+
this.drListOverflowedChange.emit(this.overflowed);
|
|
15526
|
+
this.cdr.markForCheck();
|
|
15527
|
+
}
|
|
15528
|
+
/** Immediately update the container width to check whether items are overflowing or the container just became wider */
|
|
15529
|
+
updateWidth(width) {
|
|
15530
|
+
this.usedWidth = width;
|
|
15531
|
+
this.renderer.setStyle(this.container.nativeElement, 'width', `${width}px`);
|
|
15532
|
+
}
|
|
15533
|
+
/** @nocollapse */ static { this.ɵfac = function DrListOverflowComponent_Factory(t) { return new (t || DrListOverflowComponent)(); }; }
|
|
15534
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrListOverflowComponent, selectors: [["dr-list-overflow"], ["", "drListOverflow", ""]], viewQuery: function DrListOverflowComponent_Query(rf, ctx) { if (rf & 1) {
|
|
15535
|
+
i0.ɵɵviewQuery(_c0$2, 7);
|
|
15536
|
+
} if (rf & 2) {
|
|
15537
|
+
let _t;
|
|
15538
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.container = _t.first);
|
|
15539
|
+
} }, inputs: { drListCounterWidth: ["drListCounterWidth", "drListCounterWidth", numberAttribute] }, outputs: { drListOverflowedChange: "drListOverflowedChange" }, exportAs: ["listOverflow"], standalone: true, features: [i0.ɵɵInputTransformsFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c1$1, decls: 5, vars: 2, consts: [[1, "overflow-container"], ["container", ""], ["class", "overflow-ellipsis", 4, "ngIf"], ["class", "overflow-counter", 3, "width", 4, "ngIf"], [1, "overflow-ellipsis"], [1, "overflow-counter"]], template: function DrListOverflowComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15540
|
+
i0.ɵɵprojectionDef();
|
|
15541
|
+
i0.ɵɵelementStart(0, "div", 0, 1);
|
|
15542
|
+
i0.ɵɵprojection(2);
|
|
15543
|
+
i0.ɵɵelementEnd();
|
|
15544
|
+
i0.ɵɵtemplate(3, DrListOverflowComponent_div_3_Template, 2, 0, "div", 2);
|
|
15545
|
+
i0.ɵɵtemplate(4, DrListOverflowComponent_div_4_Template, 2, 3, "div", 3);
|
|
15546
|
+
} if (rf & 2) {
|
|
15547
|
+
i0.ɵɵadvance(3);
|
|
15548
|
+
i0.ɵɵproperty("ngIf", ctx.hasEllipsis);
|
|
15549
|
+
i0.ɵɵadvance(1);
|
|
15550
|
+
i0.ɵɵproperty("ngIf", ctx.overflowed);
|
|
15551
|
+
} }, dependencies: [CommonModule, i1.NgIf], styles: ["[_nghost-%COMP%]{display:flex;align-items:center;max-width:100%;min-width:0}.overflow-container[_ngcontent-%COMP%]{position:relative;display:flex;max-width:100%;overflow:hidden;white-space:nowrap}.overflow-container[_ngcontent-%COMP%] >*{flex-shrink:0;white-space:nowrap}.overflow-ellipsis[_ngcontent-%COMP%], .overflow-counter[_ngcontent-%COMP%]{text-align:left;white-space:nowrap}"] }); }
|
|
15552
|
+
}
|
|
15553
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrListOverflowComponent, [{
|
|
15554
|
+
type: Component,
|
|
15555
|
+
args: [{ standalone: true, exportAs: 'listOverflow', selector: 'dr-list-overflow, [drListOverflow]', imports: [CommonModule], template: "<div #container class=\"overflow-container\">\n <ng-content></ng-content>\n</div>\n\n<div *ngIf=\"hasEllipsis\" class=\"overflow-ellipsis\">...</div>\n<div *ngIf=\"overflowed\" class=\"overflow-counter\" [style.width.px]=\"drListCounterWidth\">, +{{ overflowed }}</div>\n", styles: [":host{display:flex;align-items:center;max-width:100%;min-width:0}.overflow-container{position:relative;display:flex;max-width:100%;overflow:hidden;white-space:nowrap}.overflow-container ::ng-deep>*{flex-shrink:0;white-space:nowrap}.overflow-ellipsis,.overflow-counter{text-align:left;white-space:nowrap}\n"] }]
|
|
15556
|
+
}], null, { drListCounterWidth: [{
|
|
15557
|
+
type: Input,
|
|
15558
|
+
args: [{ transform: numberAttribute }]
|
|
15559
|
+
}], drListOverflowedChange: [{
|
|
15560
|
+
type: Output
|
|
15561
|
+
}], container: [{
|
|
15562
|
+
type: ViewChild,
|
|
15563
|
+
args: ['container', { static: true }]
|
|
15564
|
+
}] }); })();
|
|
15565
|
+
|
|
15456
15566
|
const _c0$1 = ["*"];
|
|
15457
15567
|
class TextOverflowComponent {
|
|
15458
15568
|
constructor() {
|
|
15459
15569
|
this.overflowType = 'horizontal';
|
|
15460
15570
|
this.showTooltip = true;
|
|
15571
|
+
this.tooltipPosition = 'top';
|
|
15461
15572
|
this.isOverflow = false;
|
|
15462
15573
|
}
|
|
15463
15574
|
/** @nocollapse */ static { this.ɵfac = function TextOverflowComponent_Factory(t) { return new (t || TextOverflowComponent)(); }; }
|
|
15464
|
-
/** @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:
|
|
15575
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TextOverflowComponent, selectors: [["dr-text-overflow"]], inputs: { overflowType: "overflowType", showTooltip: "showTooltip", tooltipPosition: "tooltipPosition" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$1, decls: 3, vars: 4, consts: [[1, "overflow-element", 3, "drElementOverflow", "drElementOverflowType", "drTooltip", "drTooltipPosition", "drElementOverflowChange"], ["el", ""]], template: function TextOverflowComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15465
15576
|
i0.ɵɵprojectionDef();
|
|
15466
15577
|
i0.ɵɵelementStart(0, "div", 0, 1);
|
|
15467
15578
|
i0.ɵɵlistener("drElementOverflowChange", function TextOverflowComponent_Template_div_drElementOverflowChange_0_listener($event) { return ctx.isOverflow = $event; });
|
|
@@ -15469,16 +15580,18 @@ class TextOverflowComponent {
|
|
|
15469
15580
|
i0.ɵɵelementEnd();
|
|
15470
15581
|
} if (rf & 2) {
|
|
15471
15582
|
const _r0 = i0.ɵɵreference(1);
|
|
15472
|
-
i0.ɵɵproperty("drElementOverflow", ctx.isOverflow)("drElementOverflowType", ctx.overflowType)("drTooltip", ctx.showTooltip && ctx.isOverflow && _r0.innerText);
|
|
15583
|
+
i0.ɵɵproperty("drElementOverflow", ctx.isOverflow)("drElementOverflowType", ctx.overflowType)("drTooltip", ctx.showTooltip && ctx.isOverflow && _r0.innerText)("drTooltipPosition", ctx.tooltipPosition);
|
|
15473
15584
|
} }, dependencies: [CommonModule, ElementOverflowDirective, DrTooltipModule, DrTooltipDirective], styles: ["[_nghost-%COMP%]{overflow:hidden}[_nghost-%COMP%] .overflow-element[_ngcontent-%COMP%]{text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap}"], changeDetection: 0 }); }
|
|
15474
15585
|
}
|
|
15475
15586
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextOverflowComponent, [{
|
|
15476
15587
|
type: Component,
|
|
15477
|
-
args: [{ selector: 'dr-text-overflow', standalone: true, imports: [CommonModule, ElementOverflowDirective, DrTooltipModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n class=\"overflow-element\"\n #el\n [(drElementOverflow)]=\"isOverflow\"\n [drElementOverflowType]=\"overflowType\"\n [drTooltip]=\"showTooltip && isOverflow && el.innerText\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{overflow:hidden}:host .overflow-element{text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap}\n"] }]
|
|
15588
|
+
args: [{ selector: 'dr-text-overflow', standalone: true, imports: [CommonModule, ElementOverflowDirective, DrTooltipModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n class=\"overflow-element\"\n #el\n [(drElementOverflow)]=\"isOverflow\"\n [drElementOverflowType]=\"overflowType\"\n [drTooltip]=\"showTooltip && isOverflow && el.innerText\"\n [drTooltipPosition]=\"tooltipPosition\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{overflow:hidden}:host .overflow-element{text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap}\n"] }]
|
|
15478
15589
|
}], null, { overflowType: [{
|
|
15479
15590
|
type: Input
|
|
15480
15591
|
}], showTooltip: [{
|
|
15481
15592
|
type: Input
|
|
15593
|
+
}], tooltipPosition: [{
|
|
15594
|
+
type: Input
|
|
15482
15595
|
}] }); })();
|
|
15483
15596
|
|
|
15484
15597
|
class TruncateTextDirective {
|
|
@@ -15662,228 +15775,237 @@ class SearchPipe {
|
|
|
15662
15775
|
|
|
15663
15776
|
const _c0 = ["dropdownItemTemplate"];
|
|
15664
15777
|
const _c1 = ["labelItemTemplate"];
|
|
15665
|
-
function
|
|
15666
|
-
i0.ɵɵelementContainerStart(0);
|
|
15667
|
-
i0.ɵɵtext(1, ",");
|
|
15668
|
-
i0.ɵɵelementContainerEnd();
|
|
15669
|
-
} }
|
|
15670
|
-
const _c2 = function (a0) { return { $implicit: a0 }; };
|
|
15671
|
-
function FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
15778
|
+
function FilterDropdownComponent_ng_container_5_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
15672
15779
|
i0.ɵɵelementContainerStart(0);
|
|
15673
|
-
i0.ɵɵ
|
|
15674
|
-
i0.ɵɵelementContainer(2, 10);
|
|
15780
|
+
i0.ɵɵelementContainer(1, 12);
|
|
15675
15781
|
i0.ɵɵelementContainerEnd();
|
|
15676
15782
|
} if (rf & 2) {
|
|
15677
|
-
|
|
15678
|
-
const
|
|
15679
|
-
const ctx_r12 = i0.ɵɵnextContext(3);
|
|
15680
|
-
const _r7 = i0.ɵɵreference(11);
|
|
15681
|
-
i0.ɵɵadvance(1);
|
|
15682
|
-
i0.ɵɵproperty("ngIf", i_r15);
|
|
15683
|
-
i0.ɵɵadvance(1);
|
|
15684
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r12.labelItemTemplate || _r7)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c2, item_r14));
|
|
15685
|
-
} }
|
|
15686
|
-
function FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
15687
|
-
i0.ɵɵelementContainerStart(0);
|
|
15688
|
-
i0.ɵɵtext(1);
|
|
15689
|
-
i0.ɵɵelementContainerEnd();
|
|
15690
|
-
} if (rf & 2) {
|
|
15691
|
-
const ctx_r13 = i0.ɵɵnextContext(3);
|
|
15692
|
-
i0.ɵɵadvance(1);
|
|
15693
|
-
i0.ɵɵtextInterpolate1(" + ", ctx_r13.selectedArr.length - ctx_r13.showInLabelLimit, "");
|
|
15694
|
-
} }
|
|
15695
|
-
function FilterDropdownComponent_ng_container_3_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
15696
|
-
i0.ɵɵelementContainerStart(0);
|
|
15697
|
-
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_1_Template, 3, 5, "ng-container", 8);
|
|
15698
|
-
i0.ɵɵpipe(2, "slice");
|
|
15699
|
-
i0.ɵɵtemplate(3, FilterDropdownComponent_ng_container_3_ng_container_1_ng_container_3_Template, 2, 1, "ng-container", 9);
|
|
15700
|
-
i0.ɵɵelementContainerEnd();
|
|
15701
|
-
} if (rf & 2) {
|
|
15702
|
-
const ctx_r11 = i0.ɵɵnextContext(2);
|
|
15783
|
+
i0.ɵɵnextContext(2);
|
|
15784
|
+
const _r10 = i0.ɵɵreference(15);
|
|
15703
15785
|
i0.ɵɵadvance(1);
|
|
15704
|
-
i0.ɵɵproperty("
|
|
15705
|
-
i0.ɵɵadvance(2);
|
|
15706
|
-
i0.ɵɵproperty("ngIf", ctx_r11.selectedArr.length > ctx_r11.showInLabelLimit);
|
|
15786
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r10);
|
|
15707
15787
|
} }
|
|
15708
|
-
function
|
|
15788
|
+
function FilterDropdownComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
|
15709
15789
|
i0.ɵɵelementContainerStart(0);
|
|
15710
|
-
i0.ɵɵtemplate(1,
|
|
15790
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_container_5_ng_container_1_Template, 2, 1, "ng-container", 4);
|
|
15711
15791
|
i0.ɵɵelementContainerEnd();
|
|
15712
15792
|
} if (rf & 2) {
|
|
15713
|
-
const
|
|
15714
|
-
const
|
|
15793
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
15794
|
+
const _r2 = i0.ɵɵreference(7);
|
|
15715
15795
|
i0.ɵɵadvance(1);
|
|
15716
|
-
i0.ɵɵproperty("ngIf",
|
|
15796
|
+
i0.ɵɵproperty("ngIf", ctx_r1.selectedArr.length <= ctx_r1.showManyLimit)("ngIfElse", _r2);
|
|
15717
15797
|
} }
|
|
15718
|
-
function
|
|
15719
|
-
i0.ɵɵ
|
|
15798
|
+
function FilterDropdownComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
15799
|
+
i0.ɵɵelementStart(0, "span");
|
|
15800
|
+
i0.ɵɵtext(1, "Many");
|
|
15801
|
+
i0.ɵɵelementEnd();
|
|
15720
15802
|
} }
|
|
15721
|
-
function
|
|
15803
|
+
function FilterDropdownComponent_ng_template_8_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
15722
15804
|
i0.ɵɵelementContainerStart(0);
|
|
15723
|
-
i0.ɵɵelementStart(1, "span",
|
|
15805
|
+
i0.ɵɵelementStart(1, "span", 13);
|
|
15724
15806
|
i0.ɵɵtext(2, "None");
|
|
15725
15807
|
i0.ɵɵelementEnd();
|
|
15726
15808
|
i0.ɵɵelementContainerEnd();
|
|
15727
15809
|
} }
|
|
15728
|
-
function
|
|
15729
|
-
i0.ɵɵtemplate(0,
|
|
15810
|
+
function FilterDropdownComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
|
|
15811
|
+
i0.ɵɵtemplate(0, FilterDropdownComponent_ng_template_8_ng_container_0_Template, 3, 0, "ng-container", 4);
|
|
15730
15812
|
} if (rf & 2) {
|
|
15731
|
-
const
|
|
15732
|
-
const
|
|
15733
|
-
i0.ɵɵproperty("ngIf",
|
|
15813
|
+
const ctx_r5 = i0.ɵɵnextContext();
|
|
15814
|
+
const _r6 = i0.ɵɵreference(11);
|
|
15815
|
+
i0.ɵɵproperty("ngIf", ctx_r5.useNoneTemplate && !ctx_r5.isSelectedAll)("ngIfElse", _r6);
|
|
15734
15816
|
} }
|
|
15735
|
-
function
|
|
15736
|
-
i0.ɵɵelementStart(0, "span",
|
|
15817
|
+
function FilterDropdownComponent_ng_template_10_Template(rf, ctx) { if (rf & 1) {
|
|
15818
|
+
i0.ɵɵelementStart(0, "span", 13);
|
|
15737
15819
|
i0.ɵɵtext(1, "All");
|
|
15738
15820
|
i0.ɵɵelementEnd();
|
|
15739
15821
|
} }
|
|
15740
|
-
function
|
|
15822
|
+
function FilterDropdownComponent_ng_template_12_Template(rf, ctx) { if (rf & 1) {
|
|
15741
15823
|
i0.ɵɵtext(0);
|
|
15742
15824
|
} if (rf & 2) {
|
|
15743
15825
|
const item_r18 = ctx.$implicit;
|
|
15744
|
-
const
|
|
15745
|
-
i0.ɵɵ
|
|
15826
|
+
const ctx_r9 = i0.ɵɵnextContext();
|
|
15827
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r9._item(item_r18), "");
|
|
15828
|
+
} }
|
|
15829
|
+
function FilterDropdownComponent_ng_template_14_span_0_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
15830
|
+
i0.ɵɵelementContainerStart(0);
|
|
15831
|
+
i0.ɵɵtext(1, ",");
|
|
15832
|
+
i0.ɵɵelementContainerEnd();
|
|
15746
15833
|
} }
|
|
15747
|
-
function
|
|
15748
|
-
|
|
15749
|
-
i0.ɵɵelementStart(0, "
|
|
15750
|
-
i0.ɵɵ
|
|
15834
|
+
const _c2 = function (a0) { return { $implicit: a0 }; };
|
|
15835
|
+
function FilterDropdownComponent_ng_template_14_span_0_Template(rf, ctx) { if (rf & 1) {
|
|
15836
|
+
i0.ɵɵelementStart(0, "span");
|
|
15837
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_template_14_span_0_ng_container_1_Template, 2, 0, "ng-container", 15);
|
|
15838
|
+
i0.ɵɵelementContainer(2, 16);
|
|
15839
|
+
i0.ɵɵelementEnd();
|
|
15840
|
+
} if (rf & 2) {
|
|
15841
|
+
const item_r20 = ctx.$implicit;
|
|
15842
|
+
const i_r21 = ctx.index;
|
|
15843
|
+
const ctx_r19 = i0.ɵɵnextContext(2);
|
|
15844
|
+
const _r8 = i0.ɵɵreference(13);
|
|
15845
|
+
i0.ɵɵadvance(1);
|
|
15846
|
+
i0.ɵɵproperty("ngIf", i_r21);
|
|
15847
|
+
i0.ɵɵadvance(1);
|
|
15848
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r19.labelItemTemplate || _r8)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c2, item_r20));
|
|
15849
|
+
} }
|
|
15850
|
+
function FilterDropdownComponent_ng_template_14_Template(rf, ctx) { if (rf & 1) {
|
|
15851
|
+
i0.ɵɵtemplate(0, FilterDropdownComponent_ng_template_14_span_0_Template, 3, 5, "span", 14);
|
|
15852
|
+
} if (rf & 2) {
|
|
15853
|
+
const ctx_r11 = i0.ɵɵnextContext();
|
|
15854
|
+
i0.ɵɵproperty("ngForOf", ctx_r11.selectedArr);
|
|
15855
|
+
} }
|
|
15856
|
+
function FilterDropdownComponent_ng_template_16_Template(rf, ctx) { if (rf & 1) {
|
|
15857
|
+
i0.ɵɵelementStart(0, "dr-tooltip-default");
|
|
15858
|
+
i0.ɵɵtext(1);
|
|
15859
|
+
i0.ɵɵelementContainer(2, 12);
|
|
15860
|
+
i0.ɵɵelementEnd();
|
|
15861
|
+
} if (rf & 2) {
|
|
15862
|
+
const ctx_r13 = i0.ɵɵnextContext();
|
|
15863
|
+
const _r10 = i0.ɵɵreference(15);
|
|
15864
|
+
i0.ɵɵadvance(1);
|
|
15865
|
+
i0.ɵɵtextInterpolate1("", ctx_r13.label, ": ");
|
|
15866
|
+
i0.ɵɵadvance(1);
|
|
15867
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r10);
|
|
15868
|
+
} }
|
|
15869
|
+
function FilterDropdownComponent_ng_template_18_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
15870
|
+
const _r34 = i0.ɵɵgetCurrentView();
|
|
15871
|
+
i0.ɵɵelementStart(0, "div", 26)(1, "dr-input", 27, 28);
|
|
15872
|
+
i0.ɵɵlistener("ngModelChange", function FilterDropdownComponent_ng_template_18_div_0_div_1_Template_dr_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r34); const ctx_r33 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r33.search = $event); });
|
|
15751
15873
|
i0.ɵɵelementEnd()();
|
|
15752
15874
|
} if (rf & 2) {
|
|
15753
|
-
const
|
|
15875
|
+
const ctx_r26 = i0.ɵɵnextContext(3);
|
|
15754
15876
|
i0.ɵɵadvance(1);
|
|
15755
|
-
i0.ɵɵclassProp("with-value",
|
|
15756
|
-
i0.ɵɵproperty("clearable", true)("ngModel",
|
|
15877
|
+
i0.ɵɵclassProp("with-value", ctx_r26.search);
|
|
15878
|
+
i0.ɵɵproperty("clearable", true)("ngModel", ctx_r26.search);
|
|
15757
15879
|
} }
|
|
15758
|
-
function
|
|
15759
|
-
const
|
|
15760
|
-
i0.ɵɵelementStart(0, "a",
|
|
15761
|
-
i0.ɵɵlistener("click", function
|
|
15880
|
+
function FilterDropdownComponent_ng_template_18_div_0_a_5_Template(rf, ctx) { if (rf & 1) {
|
|
15881
|
+
const _r36 = i0.ɵɵgetCurrentView();
|
|
15882
|
+
i0.ɵɵelementStart(0, "a", 29);
|
|
15883
|
+
i0.ɵɵlistener("click", function FilterDropdownComponent_ng_template_18_div_0_a_5_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r36); const ctx_r35 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r35.onSelectAll()); });
|
|
15762
15884
|
i0.ɵɵtext(1);
|
|
15763
15885
|
i0.ɵɵelementEnd();
|
|
15764
15886
|
} if (rf & 2) {
|
|
15765
|
-
const
|
|
15887
|
+
const ctx_r27 = i0.ɵɵnextContext(3);
|
|
15766
15888
|
i0.ɵɵadvance(1);
|
|
15767
|
-
i0.ɵɵtextInterpolate(
|
|
15889
|
+
i0.ɵɵtextInterpolate(ctx_r27.isSelectedAll ? "Select none" : "Select all");
|
|
15768
15890
|
} }
|
|
15769
|
-
function
|
|
15770
|
-
i0.ɵɵelement(0, "dr-checkbox",
|
|
15891
|
+
function FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_dr_dropdown_item_1_dr_checkbox_3_Template(rf, ctx) { if (rf & 1) {
|
|
15892
|
+
i0.ɵɵelement(0, "dr-checkbox", 37);
|
|
15771
15893
|
} if (rf & 2) {
|
|
15772
|
-
const
|
|
15773
|
-
const
|
|
15774
|
-
i0.ɵɵproperty("checkedStatus",
|
|
15894
|
+
const item_r38 = i0.ɵɵnextContext().$implicit;
|
|
15895
|
+
const _r39 = i0.ɵɵreference(1);
|
|
15896
|
+
i0.ɵɵproperty("checkedStatus", _r39.selected)("disabled", item_r38.disabled);
|
|
15775
15897
|
} }
|
|
15776
|
-
function
|
|
15777
|
-
i0.ɵɵelementStart(0, "
|
|
15898
|
+
function FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_dr_dropdown_item_1_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
15899
|
+
i0.ɵɵelementStart(0, "dr-text-overflow");
|
|
15778
15900
|
i0.ɵɵtext(1);
|
|
15779
15901
|
i0.ɵɵelementEnd();
|
|
15780
15902
|
} if (rf & 2) {
|
|
15781
|
-
const
|
|
15782
|
-
const
|
|
15903
|
+
const item_r38 = i0.ɵɵnextContext().$implicit;
|
|
15904
|
+
const ctx_r42 = i0.ɵɵnextContext(4);
|
|
15783
15905
|
i0.ɵɵadvance(1);
|
|
15784
|
-
i0.ɵɵtextInterpolate1("
|
|
15906
|
+
i0.ɵɵtextInterpolate1("", ctx_r42._item(item_r38), " ");
|
|
15785
15907
|
} }
|
|
15786
|
-
function
|
|
15787
|
-
const
|
|
15788
|
-
i0.ɵɵelementStart(0, "dr-dropdown-item",
|
|
15789
|
-
i0.ɵɵlistener("keyup.enter", function
|
|
15790
|
-
i0.ɵɵelementContainerStart(2,
|
|
15791
|
-
i0.ɵɵtemplate(3,
|
|
15792
|
-
i0.ɵɵelementContainerStart(4,
|
|
15793
|
-
i0.ɵɵelementContainer(5,
|
|
15908
|
+
function FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_dr_dropdown_item_1_Template(rf, ctx) { if (rf & 1) {
|
|
15909
|
+
const _r46 = i0.ɵɵgetCurrentView();
|
|
15910
|
+
i0.ɵɵelementStart(0, "dr-dropdown-item", 32, 33);
|
|
15911
|
+
i0.ɵɵlistener("keyup.enter", function FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_dr_dropdown_item_1_Template_dr_dropdown_item_keyup_enter_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r46); const item_r38 = restoredCtx.$implicit; const _r39 = i0.ɵɵreference(1); const ctx_r45 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(!_r39.selected && ctx_r45.selectedChange.emit(item_r38)); })("click", function FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_dr_dropdown_item_1_Template_dr_dropdown_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r46); const item_r38 = restoredCtx.$implicit; const _r39 = i0.ɵɵreference(1); const close_r23 = i0.ɵɵnextContext(3).closePopover; const ctx_r47 = i0.ɵɵnextContext(); return i0.ɵɵresetView(!_r39.disabled && ctx_r47.onSelectedItemChanged(item_r38, _r39.selected, close_r23)); });
|
|
15912
|
+
i0.ɵɵelementContainerStart(2, 34);
|
|
15913
|
+
i0.ɵɵtemplate(3, FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_dr_dropdown_item_1_dr_checkbox_3_Template, 1, 2, "dr-checkbox", 35);
|
|
15914
|
+
i0.ɵɵelementContainerStart(4, 34);
|
|
15915
|
+
i0.ɵɵelementContainer(5, 16);
|
|
15794
15916
|
i0.ɵɵelementContainerEnd();
|
|
15795
|
-
i0.ɵɵtemplate(6,
|
|
15917
|
+
i0.ɵɵtemplate(6, FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_dr_dropdown_item_1_ng_template_6_Template, 2, 1, "ng-template", null, 36, i0.ɵɵtemplateRefExtractor);
|
|
15796
15918
|
i0.ɵɵelementContainerEnd();
|
|
15797
15919
|
i0.ɵɵelementEnd();
|
|
15798
15920
|
} if (rf & 2) {
|
|
15799
|
-
const
|
|
15800
|
-
const
|
|
15801
|
-
const
|
|
15802
|
-
i0.ɵɵproperty("selected",
|
|
15921
|
+
const item_r38 = ctx.$implicit;
|
|
15922
|
+
const _r41 = i0.ɵɵreference(7);
|
|
15923
|
+
const ctx_r37 = i0.ɵɵnextContext(4);
|
|
15924
|
+
i0.ɵɵproperty("selected", ctx_r37.isSelected(item_r38))("disabled", item_r38.disabled);
|
|
15803
15925
|
i0.ɵɵadvance(3);
|
|
15804
|
-
i0.ɵɵproperty("ngIf",
|
|
15926
|
+
i0.ɵɵproperty("ngIf", ctx_r37.multiple);
|
|
15805
15927
|
i0.ɵɵadvance(2);
|
|
15806
|
-
i0.ɵɵproperty("ngTemplateOutlet",
|
|
15928
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r37.dropdownItemTemplate || _r41)("ngTemplateOutletContext", i0.ɵɵpureFunction1(5, _c2, item_r38));
|
|
15807
15929
|
} }
|
|
15808
|
-
function
|
|
15809
|
-
i0.ɵɵelementStart(0, "dr-dropdown",
|
|
15810
|
-
i0.ɵɵtemplate(1,
|
|
15930
|
+
function FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_Template(rf, ctx) { if (rf & 1) {
|
|
15931
|
+
i0.ɵɵelementStart(0, "dr-dropdown", 30);
|
|
15932
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_dr_dropdown_item_1_Template, 8, 7, "dr-dropdown-item", 31);
|
|
15811
15933
|
i0.ɵɵelementEnd();
|
|
15812
15934
|
} if (rf & 2) {
|
|
15813
|
-
const
|
|
15814
|
-
const
|
|
15935
|
+
const filteredItems_r25 = i0.ɵɵnextContext().ngLet;
|
|
15936
|
+
const ctx_r28 = i0.ɵɵnextContext(2);
|
|
15815
15937
|
i0.ɵɵadvance(1);
|
|
15816
|
-
i0.ɵɵproperty("ngForOf",
|
|
15938
|
+
i0.ɵɵproperty("ngForOf", filteredItems_r25)("ngForTrackBy", ctx_r28.trackByFn);
|
|
15817
15939
|
} }
|
|
15818
|
-
function
|
|
15819
|
-
i0.ɵɵelementStart(0, "div",
|
|
15940
|
+
function FilterDropdownComponent_ng_template_18_div_0_ng_template_7_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
15941
|
+
i0.ɵɵelementStart(0, "div", 39);
|
|
15820
15942
|
i0.ɵɵtext(1);
|
|
15821
15943
|
i0.ɵɵelementEnd();
|
|
15822
15944
|
} if (rf & 2) {
|
|
15823
|
-
const
|
|
15945
|
+
const ctx_r50 = i0.ɵɵnextContext(4);
|
|
15824
15946
|
i0.ɵɵadvance(1);
|
|
15825
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
15947
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r50.noItemsPlaceholder, " ");
|
|
15826
15948
|
} }
|
|
15827
|
-
function
|
|
15828
|
-
i0.ɵɵtemplate(0,
|
|
15949
|
+
function FilterDropdownComponent_ng_template_18_div_0_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
15950
|
+
i0.ɵɵtemplate(0, FilterDropdownComponent_ng_template_18_div_0_ng_template_7_div_0_Template, 2, 1, "div", 38);
|
|
15829
15951
|
} if (rf & 2) {
|
|
15830
|
-
const
|
|
15831
|
-
i0.ɵɵproperty("ngIf",
|
|
15952
|
+
const ctx_r30 = i0.ɵɵnextContext(3);
|
|
15953
|
+
i0.ɵɵproperty("ngIf", ctx_r30.noItemsPlaceholder);
|
|
15832
15954
|
} }
|
|
15833
|
-
function
|
|
15834
|
-
const
|
|
15835
|
-
i0.ɵɵelementStart(0, "dr-button",
|
|
15836
|
-
i0.ɵɵlistener("click", function
|
|
15955
|
+
function FilterDropdownComponent_ng_template_18_div_0_div_9_dr_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
15956
|
+
const _r54 = i0.ɵɵgetCurrentView();
|
|
15957
|
+
i0.ɵɵelementStart(0, "dr-button", 43);
|
|
15958
|
+
i0.ɵɵlistener("click", function FilterDropdownComponent_ng_template_18_div_0_div_9_dr_button_1_Template_dr_button_click_0_listener() { i0.ɵɵrestoreView(_r54); const close_r23 = i0.ɵɵnextContext(3).closePopover; const ctx_r52 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r52.onClear(close_r23)); });
|
|
15837
15959
|
i0.ɵɵtext(1, " Clear ");
|
|
15838
15960
|
i0.ɵɵelementEnd();
|
|
15839
15961
|
} }
|
|
15840
|
-
function
|
|
15841
|
-
const
|
|
15842
|
-
i0.ɵɵelementStart(0, "div",
|
|
15843
|
-
i0.ɵɵtemplate(1,
|
|
15844
|
-
i0.ɵɵelementStart(2, "dr-button",
|
|
15845
|
-
i0.ɵɵlistener("click", function
|
|
15962
|
+
function FilterDropdownComponent_ng_template_18_div_0_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
15963
|
+
const _r57 = i0.ɵɵgetCurrentView();
|
|
15964
|
+
i0.ɵɵelementStart(0, "div", 40);
|
|
15965
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_template_18_div_0_div_9_dr_button_1_Template, 2, 0, "dr-button", 41);
|
|
15966
|
+
i0.ɵɵelementStart(2, "dr-button", 42);
|
|
15967
|
+
i0.ɵɵlistener("click", function FilterDropdownComponent_ng_template_18_div_0_div_9_Template_dr_button_click_2_listener() { i0.ɵɵrestoreView(_r57); const close_r23 = i0.ɵɵnextContext(2).closePopover; const ctx_r55 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r55.onApply(close_r23)); });
|
|
15846
15968
|
i0.ɵɵtext(3, "Apply");
|
|
15847
15969
|
i0.ɵɵelementEnd()();
|
|
15848
15970
|
} if (rf & 2) {
|
|
15849
|
-
const
|
|
15971
|
+
const ctx_r31 = i0.ɵɵnextContext(3);
|
|
15850
15972
|
i0.ɵɵadvance(1);
|
|
15851
|
-
i0.ɵɵproperty("ngIf",
|
|
15973
|
+
i0.ɵɵproperty("ngIf", ctx_r31.clearable && ctx_r31.hasSelection);
|
|
15852
15974
|
} }
|
|
15853
|
-
function
|
|
15854
|
-
i0.ɵɵelementStart(0, "div",
|
|
15855
|
-
i0.ɵɵtemplate(1,
|
|
15856
|
-
i0.ɵɵelementStart(2, "div",
|
|
15975
|
+
function FilterDropdownComponent_ng_template_18_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
15976
|
+
i0.ɵɵelementStart(0, "div", 18);
|
|
15977
|
+
i0.ɵɵtemplate(1, FilterDropdownComponent_ng_template_18_div_0_div_1_Template, 3, 4, "div", 19);
|
|
15978
|
+
i0.ɵɵelementStart(2, "div", 20)(3, "div", 21);
|
|
15857
15979
|
i0.ɵɵtext(4);
|
|
15858
15980
|
i0.ɵɵelementEnd();
|
|
15859
|
-
i0.ɵɵtemplate(5,
|
|
15981
|
+
i0.ɵɵtemplate(5, FilterDropdownComponent_ng_template_18_div_0_a_5_Template, 2, 1, "a", 22);
|
|
15860
15982
|
i0.ɵɵelementEnd();
|
|
15861
|
-
i0.ɵɵtemplate(6,
|
|
15862
|
-
i0.ɵɵtemplate(7,
|
|
15863
|
-
i0.ɵɵtemplate(9,
|
|
15983
|
+
i0.ɵɵtemplate(6, FilterDropdownComponent_ng_template_18_div_0_dr_dropdown_6_Template, 2, 2, "dr-dropdown", 23);
|
|
15984
|
+
i0.ɵɵtemplate(7, FilterDropdownComponent_ng_template_18_div_0_ng_template_7_Template, 1, 1, "ng-template", null, 24, i0.ɵɵtemplateRefExtractor);
|
|
15985
|
+
i0.ɵɵtemplate(9, FilterDropdownComponent_ng_template_18_div_0_div_9_Template, 4, 1, "div", 25);
|
|
15864
15986
|
i0.ɵɵelementEnd();
|
|
15865
15987
|
} if (rf & 2) {
|
|
15866
|
-
const
|
|
15867
|
-
const
|
|
15868
|
-
const
|
|
15869
|
-
i0.ɵɵproperty("ngClass",
|
|
15988
|
+
const filteredItems_r25 = ctx.ngLet;
|
|
15989
|
+
const _r29 = i0.ɵɵreference(8);
|
|
15990
|
+
const ctx_r24 = i0.ɵɵnextContext(2);
|
|
15991
|
+
i0.ɵɵproperty("ngClass", ctx_r24.dropdownClass);
|
|
15870
15992
|
i0.ɵɵadvance(1);
|
|
15871
|
-
i0.ɵɵproperty("ngIf",
|
|
15993
|
+
i0.ɵɵproperty("ngIf", ctx_r24.showSearch);
|
|
15872
15994
|
i0.ɵɵadvance(3);
|
|
15873
|
-
i0.ɵɵtextInterpolate1("Filter by ",
|
|
15995
|
+
i0.ɵɵtextInterpolate1("Filter by ", ctx_r24.label, "");
|
|
15874
15996
|
i0.ɵɵadvance(1);
|
|
15875
|
-
i0.ɵɵproperty("ngIf",
|
|
15997
|
+
i0.ɵɵproperty("ngIf", ctx_r24.showSelectAll);
|
|
15876
15998
|
i0.ɵɵadvance(1);
|
|
15877
|
-
i0.ɵɵproperty("ngIf",
|
|
15999
|
+
i0.ɵɵproperty("ngIf", filteredItems_r25.length)("ngIfElse", _r29);
|
|
15878
16000
|
i0.ɵɵadvance(3);
|
|
15879
|
-
i0.ɵɵproperty("ngIf",
|
|
16001
|
+
i0.ɵɵproperty("ngIf", ctx_r24.multiple);
|
|
15880
16002
|
} }
|
|
15881
|
-
function
|
|
15882
|
-
i0.ɵɵtemplate(0,
|
|
16003
|
+
function FilterDropdownComponent_ng_template_18_Template(rf, ctx) { if (rf & 1) {
|
|
16004
|
+
i0.ɵɵtemplate(0, FilterDropdownComponent_ng_template_18_div_0_Template, 10, 7, "div", 17);
|
|
15883
16005
|
i0.ɵɵpipe(1, "search");
|
|
15884
16006
|
} if (rf & 2) {
|
|
15885
|
-
const
|
|
15886
|
-
i0.ɵɵproperty("ngLet", i0.ɵɵpipeBind3(1, 1,
|
|
16007
|
+
const ctx_r15 = i0.ɵɵnextContext();
|
|
16008
|
+
i0.ɵɵproperty("ngLet", i0.ɵɵpipeBind3(1, 1, ctx_r15.items, ctx_r15.search, ctx_r15.searchBy));
|
|
15887
16009
|
} }
|
|
15888
16010
|
class FilterDropdownComponent {
|
|
15889
16011
|
constructor() {
|
|
@@ -15895,13 +16017,13 @@ class FilterDropdownComponent {
|
|
|
15895
16017
|
this.noItemsPlaceholder = 'No items found';
|
|
15896
16018
|
this.dropdownClass = '';
|
|
15897
16019
|
this.dropdownPosition = 'bottom-right';
|
|
16020
|
+
this.overflowTooltipPosition = 'bottom';
|
|
15898
16021
|
this.searchBy = [];
|
|
15899
16022
|
this.multiple = false;
|
|
15900
16023
|
this.clearable = false;
|
|
15901
16024
|
this.trackBy = null;
|
|
15902
16025
|
this.showSearchLimit = 10;
|
|
15903
|
-
this.showManyLimit =
|
|
15904
|
-
this.showInLabelLimit = 3;
|
|
16026
|
+
this.showManyLimit = 9; // from 10 show counter
|
|
15905
16027
|
this.useNoneTemplate = false;
|
|
15906
16028
|
this._selected = null;
|
|
15907
16029
|
this._selectedOriginal = null;
|
|
@@ -15989,35 +16111,44 @@ class FilterDropdownComponent {
|
|
|
15989
16111
|
let _t;
|
|
15990
16112
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dropdownItemTemplate = _t.first);
|
|
15991
16113
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.labelItemTemplate = _t.first);
|
|
15992
|
-
} }, 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",
|
|
16114
|
+
} }, inputs: { disabled: ["disabled", "disabled", booleanAttribute], items: "items", label: "label", selectedUser: "selectedUser", users: "users", noItemsPlaceholder: "noItemsPlaceholder", dropdownClass: "dropdownClass", dropdownPosition: "dropdownPosition", overflowTooltipPosition: "overflowTooltipPosition", bindValue: "bindValue", displayValue: "displayValue", searchBy: "searchBy", multiple: ["multiple", "multiple", booleanAttribute], clearable: ["clearable", "clearable", booleanAttribute], trackBy: "trackBy", showSearchLimit: "showSearchLimit", showManyLimit: "showManyLimit", selected: "selected", useNoneTemplate: "useNoneTemplate" }, outputs: { selectedChange: "selectedChange" }, standalone: true, features: [i0.ɵɵInputTransformsFeature, i0.ɵɵStandaloneFeature], decls: 20, vars: 9, consts: [["theme", "dropdown", "iconAfter", "dr-icon-arrow-down", "iconAfterSize", "18", 3, "drTooltip", "drTooltipPosition", "drPopover", "isActive", "disabled", "drPopoverPosition", "drPopoverClose", "click"], [1, "filter-label"], ["drListOverflow", "", 1, "filter-value"], ["listOverflowRef", "listOverflow"], [4, "ngIf", "ngIfElse"], ["manyTemplate", ""], ["noSelection", ""], ["allTemplate", ""], ["defaultLabelTemplate", ""], ["valueTemplate", ""], ["tooltipTemplate", ""], ["popover", ""], [3, "ngTemplateOutlet"], [1, "filter-value-all"], [4, "ngFor", "ngForOf"], [4, "ngIf"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], ["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"], ["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) {
|
|
15993
16115
|
i0.ɵɵelementStart(0, "dr-button", 0);
|
|
15994
16116
|
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(); });
|
|
15995
|
-
i0.ɵɵ
|
|
15996
|
-
i0.ɵɵ
|
|
15997
|
-
i0.ɵɵtemplate(3, FilterDropdownComponent_ng_container_3_Template, 2, 2, "ng-container", 2);
|
|
16117
|
+
i0.ɵɵelementStart(1, "span", 1);
|
|
16118
|
+
i0.ɵɵtext(2);
|
|
15998
16119
|
i0.ɵɵelementEnd();
|
|
15999
|
-
i0.ɵɵ
|
|
16000
|
-
i0.ɵɵtemplate(
|
|
16001
|
-
i0.ɵɵtemplate(8, FilterDropdownComponent_ng_template_8_Template, 2, 0, "ng-template", null, 5, i0.ɵɵtemplateRefExtractor);
|
|
16002
|
-
i0.ɵɵtemplate(10, FilterDropdownComponent_ng_template_10_Template, 1, 1, "ng-template", null, 6, i0.ɵɵtemplateRefExtractor);
|
|
16120
|
+
i0.ɵɵelementStart(3, "span", 2, 3);
|
|
16121
|
+
i0.ɵɵtemplate(5, FilterDropdownComponent_ng_container_5_Template, 2, 2, "ng-container", 4);
|
|
16003
16122
|
i0.ɵɵelementEnd();
|
|
16004
|
-
i0.ɵɵtemplate(
|
|
16123
|
+
i0.ɵɵtemplate(6, FilterDropdownComponent_ng_template_6_Template, 2, 0, "ng-template", null, 5, i0.ɵɵtemplateRefExtractor);
|
|
16124
|
+
i0.ɵɵtemplate(8, FilterDropdownComponent_ng_template_8_Template, 1, 2, "ng-template", null, 6, i0.ɵɵtemplateRefExtractor);
|
|
16125
|
+
i0.ɵɵtemplate(10, FilterDropdownComponent_ng_template_10_Template, 2, 0, "ng-template", null, 7, i0.ɵɵtemplateRefExtractor);
|
|
16126
|
+
i0.ɵɵtemplate(12, FilterDropdownComponent_ng_template_12_Template, 1, 1, "ng-template", null, 8, i0.ɵɵtemplateRefExtractor);
|
|
16127
|
+
i0.ɵɵelementEnd();
|
|
16128
|
+
i0.ɵɵtemplate(14, FilterDropdownComponent_ng_template_14_Template, 1, 1, "ng-template", null, 9, i0.ɵɵtemplateRefExtractor);
|
|
16129
|
+
i0.ɵɵtemplate(16, FilterDropdownComponent_ng_template_16_Template, 3, 2, "ng-template", null, 10, i0.ɵɵtemplateRefExtractor);
|
|
16130
|
+
i0.ɵɵtemplate(18, FilterDropdownComponent_ng_template_18_Template, 2, 5, "ng-template", null, 11, i0.ɵɵtemplateRefExtractor);
|
|
16005
16131
|
} if (rf & 2) {
|
|
16006
|
-
const
|
|
16007
|
-
const
|
|
16008
|
-
|
|
16009
|
-
i0.ɵɵ
|
|
16010
|
-
i0.ɵɵ
|
|
16132
|
+
const _r0 = i0.ɵɵreference(4);
|
|
16133
|
+
const _r4 = i0.ɵɵreference(9);
|
|
16134
|
+
const _r12 = i0.ɵɵreference(17);
|
|
16135
|
+
const _r14 = i0.ɵɵreference(19);
|
|
16136
|
+
i0.ɵɵproperty("drTooltip", ctx.hasSelection && (_r0.hasOverflowed || ctx.selectedArr.length > ctx.showManyLimit) && _r12)("drTooltipPosition", ctx.overflowTooltipPosition)("drPopover", _r14)("isActive", ctx.hasSelection)("disabled", ctx.disabled)("drPopoverPosition", ctx.dropdownPosition);
|
|
16011
16137
|
i0.ɵɵadvance(2);
|
|
16012
|
-
i0.ɵɵ
|
|
16013
|
-
|
|
16138
|
+
i0.ɵɵtextInterpolate1("", ctx.label, ":");
|
|
16139
|
+
i0.ɵɵadvance(3);
|
|
16140
|
+
i0.ɵɵproperty("ngIf", ctx.hasSelection)("ngIfElse", _r4);
|
|
16141
|
+
} }, dependencies: [CommonModule, i1.NgClass, i1.NgForOf, i1.NgIf, i1.NgTemplateOutlet, DrTooltipModule, DrTooltipDirective, TooltipDefaultComponent, DrPopoverModule, DrPopoverDirective, DrDropdownModule, DrDropdownComponent, DrDropdownItemComponent, DrInputsModule, CheckboxComponent, DrInputComponent, DrButtonComponent, SearchPipe,
|
|
16014
16142
|
FormsModule, i1$2.NgControlStatus, i1$2.NgModel, LetDirective,
|
|
16015
|
-
AutofocusDirective
|
|
16143
|
+
AutofocusDirective,
|
|
16144
|
+
TextOverflowComponent,
|
|
16145
|
+
DrListOverflowComponent], styles: ["[_nghost-%COMP%] dr-button, [_nghost-%COMP%] dr-button>button{max-width:100%}.filter-label[_ngcontent-%COMP%]{padding-right:.3em}.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:0 16px;height:32px}.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%]{font-size:12px;line-height:16px;font-weight:400;display:flex;align-items:center;margin:2px 0;padding:4px 16px;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;text-decoration:none}.dropdown__header-select-all[_ngcontent-%COMP%]:hover{text-decoration:underline}.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 }); }
|
|
16016
16146
|
}
|
|
16017
16147
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FilterDropdownComponent, [{
|
|
16018
16148
|
type: Component,
|
|
16019
16149
|
args: [{ selector: 'dr-filter-dropdown', standalone: true, imports: [
|
|
16020
16150
|
CommonModule,
|
|
16151
|
+
DrTooltipModule,
|
|
16021
16152
|
DrPopoverModule,
|
|
16022
16153
|
DrDropdownModule,
|
|
16023
16154
|
DrInputsModule,
|
|
@@ -16026,7 +16157,9 @@ class FilterDropdownComponent {
|
|
|
16026
16157
|
LetDirective,
|
|
16027
16158
|
AutofocusDirective,
|
|
16028
16159
|
DrButtonComponent,
|
|
16029
|
-
|
|
16160
|
+
TextOverflowComponent,
|
|
16161
|
+
DrListOverflowComponent,
|
|
16162
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<dr-button\n theme=\"dropdown\"\n iconAfter=\"dr-icon-arrow-down\"\n iconAfterSize=\"18\"\n [drTooltip]=\"hasSelection && (listOverflowRef.hasOverflowed || selectedArr.length > showManyLimit) && tooltipTemplate\"\n [drTooltipPosition]=\"overflowTooltipPosition\"\n [drPopover]=\"popover\"\n (drPopoverClose)=\"onPopoverClose()\"\n (click)=\"$event.stopPropagation()\"\n [isActive]=\"hasSelection\"\n [disabled]=\"disabled\"\n [drPopoverPosition]=\"dropdownPosition\">\n <span class=\"filter-label\">{{ label }}:</span>\n\n <span drListOverflow #listOverflowRef=\"listOverflow\" class=\"filter-value\">\n <ng-container *ngIf=\"hasSelection; else noSelection\">\n <ng-container *ngIf=\"selectedArr.length <= showManyLimit; else manyTemplate\">\n <ng-container [ngTemplateOutlet]=\"valueTemplate\"></ng-container>\n </ng-container>\n </ng-container>\n </span>\n <ng-template #manyTemplate><span>Many</span></ng-template>\n <ng-template #noSelection>\n <ng-container *ngIf=\"useNoneTemplate && !isSelectedAll; else allTemplate\">\n <span class=\"filter-value-all\">None</span>\n </ng-container>\n </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 #valueTemplate>\n <span *ngFor=\"let item of selectedArr; 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 </span>\n</ng-template>\n\n<ng-template #tooltipTemplate>\n <dr-tooltip-default>{{ label }}: <ng-container [ngTemplateOutlet]=\"valueTemplate\"></ng-container></dr-tooltip-default>\n</ng-template>\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 <dr-text-overflow>{{ _item(item) }} </dr-text-overflow>\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: [":host::ng-deep dr-button,:host::ng-deep dr-button>button{max-width:100%}.filter-label{padding-right:.3em}.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:0 16px;height:32px}.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{font-size:12px;line-height:16px;font-weight:400;display:flex;align-items:center;margin:2px 0;padding:4px 16px;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;text-decoration:none}.dropdown__header-select-all:hover{text-decoration:underline}.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"] }]
|
|
16030
16163
|
}], null, { dropdownItemTemplate: [{
|
|
16031
16164
|
type: ContentChild,
|
|
16032
16165
|
args: ['dropdownItemTemplate', { read: TemplateRef }]
|
|
@@ -16054,6 +16187,8 @@ class FilterDropdownComponent {
|
|
|
16054
16187
|
type: Input
|
|
16055
16188
|
}], dropdownPosition: [{
|
|
16056
16189
|
type: Input
|
|
16190
|
+
}], overflowTooltipPosition: [{
|
|
16191
|
+
type: Input
|
|
16057
16192
|
}], bindValue: [{
|
|
16058
16193
|
type: Input
|
|
16059
16194
|
}], displayValue: [{
|
|
@@ -16072,8 +16207,6 @@ class FilterDropdownComponent {
|
|
|
16072
16207
|
type: Input
|
|
16073
16208
|
}], showManyLimit: [{
|
|
16074
16209
|
type: Input
|
|
16075
|
-
}], showInLabelLimit: [{
|
|
16076
|
-
type: Input
|
|
16077
16210
|
}], selected: [{
|
|
16078
16211
|
type: Input,
|
|
16079
16212
|
args: [{ required: true }]
|
|
@@ -16087,5 +16220,5 @@ class FilterDropdownComponent {
|
|
|
16087
16220
|
* Generated bundle index. Do not edit.
|
|
16088
16221
|
*/
|
|
16089
16222
|
|
|
16090
|
-
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, DateTimePickerComponent, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeComponent, 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, GMT_OFFSETS, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, LOCAL_TIME_ZONE_OFFSET, LetContext, LetDirective, LinkTheme, ListTagComponent, ListTagModule, MonthTagComponent, OrderDownlineTreeviewEventParser, QuarterTagComponent, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, SeparateTableColumnDirective, SeparateTableComponent, StepWizardDirective, StepperComponent, StepperWizardComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TextOverflowComponent, TimePickerComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth,
|
|
16223
|
+
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, DateTimePickerComponent, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeComponent, 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, DrListOverflowComponent, 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, GMT_OFFSETS, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, LOCAL_TIME_ZONE_OFFSET, LetContext, LetDirective, LinkTheme, ListTagComponent, ListTagModule, MonthTagComponent, OrderDownlineTreeviewEventParser, QuarterTagComponent, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, SeparateTableColumnDirective, SeparateTableComponent, StepWizardDirective, StepperComponent, StepperWizardComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TextOverflowComponent, TimePickerComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, TruncateTextDirective, WeekTagComponent, YearTagComponent, getGMTLabel };
|
|
16091
16224
|
//# sourceMappingURL=datarailsshared-datarailsshared.mjs.map
|