@datarailsshared/datarailsshared 1.6.81 → 1.6.85

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.
@@ -640,7 +640,7 @@ var TooltipTheme;
640
640
  TooltipTheme["DARK"] = "dark";
641
641
  })(TooltipTheme || (TooltipTheme = {}));
642
642
 
643
- const _c0$I = ["*"];
643
+ const _c0$J = ["*"];
644
644
  class TooltipDefaultComponent {
645
645
  constructor() {
646
646
  this.theme = TooltipTheme.LIGHT;
@@ -648,7 +648,7 @@ class TooltipDefaultComponent {
648
648
  /** @nocollapse */ static { this.ɵfac = function TooltipDefaultComponent_Factory(t) { return new (t || TooltipDefaultComponent)(); }; }
649
649
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipDefaultComponent, selectors: [["dr-tooltip-default"]], hostVars: 2, hostBindings: function TooltipDefaultComponent_HostBindings(rf, ctx) { if (rf & 2) {
650
650
  i0.ɵɵclassMap(ctx.theme);
651
- } }, inputs: { content: "content", theme: "theme" }, ngContentSelectors: _c0$I, decls: 2, vars: 1, consts: [[1, "content", 3, "innerHTML"]], template: function TooltipDefaultComponent_Template(rf, ctx) { if (rf & 1) {
651
+ } }, inputs: { content: "content", theme: "theme" }, ngContentSelectors: _c0$J, decls: 2, vars: 1, consts: [[1, "content", 3, "innerHTML"]], template: function TooltipDefaultComponent_Template(rf, ctx) { if (rf & 1) {
652
652
  i0.ɵɵprojectionDef();
653
653
  i0.ɵɵelement(0, "span", 0);
654
654
  i0.ɵɵprojection(1);
@@ -659,7 +659,7 @@ class TooltipDefaultComponent {
659
659
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TooltipDefaultComponent, [{
660
660
  type: Component,
661
661
  args: [{ selector: 'dr-tooltip-default', template: '<span class="content" [innerHTML]="content"></span><ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:flex;font-size:12px;line-height:24px;padding:4px 8px;white-space:pre;text-overflow:ellipsis;overflow:hidden}:host .content:empty{display:none}:host.dark{font-size:12px;line-height:24px;padding:4px 8px}:host::ng-deep a{color:#4646ce}:host::ng-deep a:hover{cursor:pointer;text-decoration:underline!important}\n"] }]
662
- }], function () { return []; }, { content: [{
662
+ }], null, { content: [{
663
663
  type: Input
664
664
  }], theme: [{
665
665
  type: Input
@@ -689,10 +689,11 @@ function TooltipComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
689
689
  const ctx_r3 = i0.ɵɵnextContext();
690
690
  i0.ɵɵproperty("content", ctx_r3.content)("theme", ctx_r3.theme);
691
691
  } }
692
- const _c0$H = function (a0) { return { "dr-tooltip": a0 }; };
692
+ const _c0$I = function (a0) { return { "dr-tooltip": a0 }; };
693
693
  class TooltipComponent {
694
694
  constructor() {
695
695
  this.isContentTemplate = false;
696
+ this.role = 'tooltip';
696
697
  this.isMouseOn$ = new BehaviorSubject(false);
697
698
  }
698
699
  ngOnInit() {
@@ -705,8 +706,10 @@ class TooltipComponent {
705
706
  this.isMouseOn$.next(false);
706
707
  }
707
708
  /** @nocollapse */ static { this.ɵfac = function TooltipComponent_Factory(t) { return new (t || TooltipComponent)(); }; }
708
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipComponent, selectors: [["dr-tooltip"]], hostBindings: function TooltipComponent_HostBindings(rf, ctx) { if (rf & 1) {
709
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipComponent, selectors: [["dr-tooltip"]], hostVars: 1, hostBindings: function TooltipComponent_HostBindings(rf, ctx) { if (rf & 1) {
709
710
  i0.ɵɵlistener("mouseenter", function TooltipComponent_mouseenter_HostBindingHandler() { return ctx.setMouseOn(); })("mouseleave", function TooltipComponent_mouseleave_HostBindingHandler() { return ctx.unsetMouseOn(); });
711
+ } if (rf & 2) {
712
+ i0.ɵɵattribute("role", ctx.role);
710
713
  } }, inputs: { content: "content", contentContext: "contentContext", position: "position", options: "options", class: "class", theme: "theme" }, decls: 5, vars: 8, consts: [[3, "ngClass"], ["class", "dr-tooltip-arrow", 4, "ngIf"], [4, "ngIf", "ngIfElse"], ["defaultContent", ""], [1, "dr-tooltip-arrow"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "content", "theme"]], template: function TooltipComponent_Template(rf, ctx) { if (rf & 1) {
711
714
  i0.ɵɵelementStart(0, "div", 0);
712
715
  i0.ɵɵtemplate(1, TooltipComponent_div_1_Template, 1, 0, "div", 1);
@@ -716,7 +719,7 @@ class TooltipComponent {
716
719
  } if (rf & 2) {
717
720
  const _r2 = i0.ɵɵreference(4);
718
721
  i0.ɵɵclassMap(ctx.position + " " + ctx.class + " " + ctx.theme);
719
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$H, !(ctx.options == null ? null : ctx.options.withoutContainerStyles)));
722
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$I, !(ctx.options == null ? null : ctx.options.withoutContainerStyles)));
720
723
  i0.ɵɵadvance(1);
721
724
  i0.ɵɵproperty("ngIf", !(ctx.options == null ? null : ctx.options.withoutArrow));
722
725
  i0.ɵɵadvance(1);
@@ -726,7 +729,7 @@ class TooltipComponent {
726
729
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TooltipComponent, [{
727
730
  type: Component,
728
731
  args: [{ selector: 'dr-tooltip', animations: [trigger('tooltip', POPUP_ANIMATION)], template: "<div [class]=\"position + ' ' + class + ' ' + theme\" [ngClass]=\"{ 'dr-tooltip': !options?.withoutContainerStyles }\">\n <div *ngIf=\"!options?.withoutArrow\" class=\"dr-tooltip-arrow\"></div>\n <ng-container *ngIf=\"isContentTemplate; else defaultContent\">\n <ng-container *ngTemplateOutlet=\"content; context: contentContext\"></ng-container>\n </ng-container>\n <ng-template #defaultContent>\n <dr-tooltip-default [content]=\"content\" [theme]=\"theme\"></dr-tooltip-default>\n </ng-template>\n</div>\n", styles: [":host{display:block;font-family:Poppins,sans-serif}.top,.top-left,.top-right.dr-tooltip{transform:translateY(-8px)}.bottom,.bottom-left,.bottom-right.dr-tooltip{transform:translateY(8px)}.left,.left-top,.left-bottom.dr-tooltip{transform:translate(-8px)}.right,.right-top,.right-bottom.dr-tooltip{transform:translate(8px)}.dr-tooltip{background:#fff;border:1px solid #cfd7dd;box-sizing:border-box;border-radius:8px;font-size:12px;color:#545a6b;max-width:80vw!important;box-shadow:0 2px 4px #9199b440}.dr-tooltip-arrow{border-width:8px}.dr-tooltip-arrow,.dr-tooltip-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.dr-tooltip-arrow:after{content:\"\";border-width:8px}.top .dr-tooltip-arrow,.top-left .dr-tooltip-arrow,.top-right .dr-tooltip-arrow{bottom:-16px;border-top-color:#cfd7dd!important}.top .dr-tooltip-arrow:after,.top-left .dr-tooltip-arrow:after,.top-right .dr-tooltip-arrow:after{bottom:-6px;left:-8px;border-top-color:#fff}.bottom .dr-tooltip-arrow,.bottom-left .dr-tooltip-arrow,.bottom-right .dr-tooltip-arrow{top:-7px;border-top:none;border-bottom-color:#cfd7dd!important}.bottom .dr-tooltip-arrow:after,.bottom-left .dr-tooltip-arrow:after,.bottom-right .dr-tooltip-arrow:after{border-top:none;top:1px;left:-8px;border-bottom-color:#fff}.left .dr-tooltip-arrow,.left-top .dr-tooltip-arrow,.left-bottom .dr-tooltip-arrow{right:-16px;border-left-color:#cfd7dd!important}.left .dr-tooltip-arrow:after,.left-top .dr-tooltip-arrow:after,.left-bottom .dr-tooltip-arrow:after{bottom:-8px;left:-9px;border-left-color:#fff}.right .dr-tooltip-arrow,.right-top .dr-tooltip-arrow,.right-bottom .dr-tooltip-arrow{left:-16px;border-right-color:#cfd7dd!important}.right .dr-tooltip-arrow:after,.right-top .dr-tooltip-arrow:after,.right-bottom .dr-tooltip-arrow:after{bottom:-8px;left:-7px;border-right-color:#fff}.top .dr-tooltip-arrow,.bottom .dr-tooltip-arrow{left:calc(50% - 8px)}.bottom-left .dr-tooltip-arrow,.top-left .dr-tooltip-arrow{left:8px}.bottom-right .dr-tooltip-arrow,.top-right .dr-tooltip-arrow{right:8px}.left .dr-tooltip-arrow,.right .dr-tooltip-arrow{top:calc(50% - 8px)}.left-top .dr-tooltip-arrow,.dr-tooltip-arrow .right-top{top:8px}.right-bottom .dr-tooltip-arrow,.left-bottom .dr-tooltip-arrow{bottom:8px}.dr-tooltip.dark{background:#0c142bcc;border:none;border-radius:8px;color:#fff}.dr-tooltip.dark.top .dr-tooltip-arrow,.dr-tooltip.dark.top-left .dr-tooltip-arrow,.dr-tooltip.dark.top-right .dr-tooltip-arrow{border-top-color:#0c142bcc!important}.dr-tooltip.dark.top .dr-tooltip-arrow:after,.dr-tooltip.dark.top-left .dr-tooltip-arrow:after,.dr-tooltip.dark.top-right .dr-tooltip-arrow:after{border-top-color:transparent}.dr-tooltip.dark.bottom .dr-tooltip-arrow,.dr-tooltip.dark.bottom-left .dr-tooltip-arrow,.dr-tooltip.dark.bottom-right .dr-tooltip-arrow{border-bottom-color:#0c142bcc!important}.dr-tooltip.dark.bottom .dr-tooltip-arrow:after,.dr-tooltip.dark.bottom-left .dr-tooltip-arrow:after,.dr-tooltip.dark.bottom-right .dr-tooltip-arrow:after{border-bottom-color:transparent}.dr-tooltip.dark.left .dr-tooltip-arrow,.dr-tooltip.dark.left-top .dr-tooltip-arrow,.dr-tooltip.dark.left-bottom .dr-tooltip-arrow{border-left-color:#0c142bcc!important}.dr-tooltip.dark.left .dr-tooltip-arrow:after,.dr-tooltip.dark.left-top .dr-tooltip-arrow:after,.dr-tooltip.dark.left-bottom .dr-tooltip-arrow:after{border-left-color:transparent}.dr-tooltip.dark.right .dr-tooltip-arrow,.dr-tooltip.dark.right-top .dr-tooltip-arrow,.dr-tooltip.dark.right-bottom .dr-tooltip-arrow{border-right-color:#0c142bcc!important}.dr-tooltip.dark.right .dr-tooltip-arrow:after,.dr-tooltip.dark.right-top .dr-tooltip-arrow:after,.dr-tooltip.dark.right-bottom .dr-tooltip-arrow:after{border-right-color:transparent}\n"] }]
729
- }], function () { return []; }, { content: [{
732
+ }], null, { content: [{
730
733
  type: Input
731
734
  }], contentContext: [{
732
735
  type: Input
@@ -738,6 +741,9 @@ class TooltipComponent {
738
741
  type: Input
739
742
  }], theme: [{
740
743
  type: Input
744
+ }], role: [{
745
+ type: HostBinding,
746
+ args: ['attr.role']
741
747
  }], setMouseOn: [{
742
748
  type: HostListener,
743
749
  args: ['mouseenter']
@@ -1055,7 +1061,7 @@ class DrModelDebounceChangeDirective {
1055
1061
  type: Output
1056
1062
  }] }); })();
1057
1063
 
1058
- const _c0$G = ["prefix"];
1064
+ const _c0$H = ["prefix"];
1059
1065
  const _c1$j = ["suffix"];
1060
1066
  const _c2$9 = ["inputRef"];
1061
1067
  function DrInputComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
@@ -1265,7 +1271,7 @@ class DrInputComponent {
1265
1271
  }
1266
1272
  /** @nocollapse */ static { this.ɵfac = function DrInputComponent_Factory(t) { return new (t || DrInputComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
1267
1273
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrInputComponent, selectors: [["dr-input"]], contentQueries: function DrInputComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
1268
- i0.ɵɵcontentQuery(dirIndex, _c0$G, 5);
1274
+ i0.ɵɵcontentQuery(dirIndex, _c0$H, 5);
1269
1275
  i0.ɵɵcontentQuery(dirIndex, _c1$j, 5);
1270
1276
  } if (rf & 2) {
1271
1277
  let _t;
@@ -1383,7 +1389,7 @@ class DrInputComponent {
1383
1389
  args: ['tabindex']
1384
1390
  }] }); })();
1385
1391
 
1386
- const _c0$F = ["labelTemplate"];
1392
+ const _c0$G = ["labelTemplate"];
1387
1393
  const _c1$i = ["multiLabelTemplate"];
1388
1394
  const _c2$8 = ["optionTemplate"];
1389
1395
  const _c3$6 = ["optionHeaderTemplate"];
@@ -1620,7 +1626,7 @@ class DrSelectComponent {
1620
1626
  }
1621
1627
  /** @nocollapse */ static { this.ɵfac = function DrSelectComponent_Factory(t) { return new (t || DrSelectComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
1622
1628
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectComponent, selectors: [["dr-select"]], contentQueries: function DrSelectComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
1623
- i0.ɵɵcontentQuery(dirIndex, _c0$F, 5);
1629
+ i0.ɵɵcontentQuery(dirIndex, _c0$G, 5);
1624
1630
  i0.ɵɵcontentQuery(dirIndex, _c1$i, 5);
1625
1631
  i0.ɵɵcontentQuery(dirIndex, _c2$8, 5);
1626
1632
  i0.ɵɵcontentQuery(dirIndex, _c3$6, 5);
@@ -1808,7 +1814,7 @@ class DrShowTimeframePipe {
1808
1814
  }]
1809
1815
  }], null, null); })();
1810
1816
 
1811
- const _c0$E = ["class", "component"];
1817
+ const _c0$F = ["class", "component"];
1812
1818
  const _c1$h = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
1813
1819
  function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
1814
1820
  const _r6 = i0.ɵɵgetCurrentView();
@@ -2084,7 +2090,7 @@ class DrDatePickerCustomHeaderComponent {
2084
2090
  calendar.insertBefore(selector.location.nativeElement, calendar.firstChild);
2085
2091
  }
2086
2092
  /** @nocollapse */ static { this.ɵfac = function DrDatePickerCustomHeaderComponent_Factory(t) { return new (t || DrDatePickerCustomHeaderComponent)(i0.ɵɵdirectiveInject(i5.MatCalendar), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
2087
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$E, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrDatePickerCustomHeaderComponent_Template(rf, ctx) { if (rf & 1) {
2093
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$F, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrDatePickerCustomHeaderComponent_Template(rf, ctx) { if (rf & 1) {
2088
2094
  i0.ɵɵtemplate(0, DrDatePickerCustomHeaderComponent_div_0_Template, 4, 6, "div", 0);
2089
2095
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
2090
2096
  i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
@@ -2197,7 +2203,7 @@ class DrDatePickerFormatDirective {
2197
2203
  args: ['drDatePickerFormat']
2198
2204
  }] }); })();
2199
2205
 
2200
- const _c0$D = ["datePicker"];
2206
+ const _c0$E = ["datePicker"];
2201
2207
  function DrDatePickerComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
2202
2208
  const _r5 = i0.ɵɵgetCurrentView();
2203
2209
  i0.ɵɵelementContainerStart(0);
@@ -2542,7 +2548,7 @@ class DrDatePickerComponent {
2542
2548
  }
2543
2549
  /** @nocollapse */ static { this.ɵfac = function DrDatePickerComponent_Factory(t) { return new (t || DrDatePickerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
2544
2550
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerComponent, selectors: [["dr-date-picker"]], viewQuery: function DrDatePickerComponent_Query(rf, ctx) { if (rf & 1) {
2545
- i0.ɵɵviewQuery(_c0$D, 5);
2551
+ i0.ɵɵviewQuery(_c0$E, 5);
2546
2552
  } if (rf & 2) {
2547
2553
  let _t;
2548
2554
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datePicker = _t.first);
@@ -3738,7 +3744,7 @@ function DrButtonComponent_i_4_Template(rf, ctx) { if (rf & 1) {
3738
3744
  i0.ɵɵclassMap(ctx_r2.iconAfter);
3739
3745
  i0.ɵɵstyleProp("font-size", ctx_r2.iconAfterSize)("color", ctx_r2.iconAfterColor || "inherit");
3740
3746
  } }
3741
- const _c0$C = ["*"];
3747
+ const _c0$D = ["*"];
3742
3748
  class DrButtonComponent {
3743
3749
  constructor() {
3744
3750
  this.theme = 'primary';
@@ -3752,7 +3758,7 @@ class DrButtonComponent {
3752
3758
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrButtonComponent, selectors: [["dr-button"]], hostVars: 12, hostBindings: function DrButtonComponent_HostBindings(rf, ctx) { if (rf & 2) {
3753
3759
  i0.ɵɵclassMap(ctx.theme);
3754
3760
  i0.ɵɵclassProp("with-icon", ctx.icon)("with-icon-after", ctx.iconAfter)("disabled", ctx.disabled)("loading", ctx.isLoading)("active", ctx.isActive);
3755
- } }, inputs: { theme: "theme", icon: "icon", iconColor: "iconColor", iconSize: "iconSize", iconAfter: "iconAfter", iconAfterColor: "iconAfterColor", iconAfterSize: "iconAfterSize", disabled: "disabled", isLoading: "isLoading", isActive: "isActive" }, ngContentSelectors: _c0$C, 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) {
3761
+ } }, inputs: { theme: "theme", icon: "icon", iconColor: "iconColor", iconSize: "iconSize", iconAfter: "iconAfter", iconAfterColor: "iconAfterColor", iconAfterSize: "iconAfterSize", disabled: "disabled", isLoading: "isLoading", isActive: "isActive" }, ngContentSelectors: _c0$D, 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) {
3756
3762
  i0.ɵɵprojectionDef();
3757
3763
  i0.ɵɵelementStart(0, "button", 0);
3758
3764
  i0.ɵɵtemplate(1, DrButtonComponent_i_1_Template, 1, 6, "i", 1);
@@ -3813,7 +3819,7 @@ class DrButtonComponent {
3813
3819
  args: ['class.active']
3814
3820
  }] }); })();
3815
3821
 
3816
- const _c0$B = ["dynamicInputRef"];
3822
+ const _c0$C = ["dynamicInputRef"];
3817
3823
  function DrSelectAddItemComponent_div_5_p_1_Template(rf, ctx) { if (rf & 1) {
3818
3824
  i0.ɵɵelementStart(0, "p", 12);
3819
3825
  i0.ɵɵtext(1);
@@ -3903,7 +3909,7 @@ class DrSelectAddItemComponent {
3903
3909
  }
3904
3910
  /** @nocollapse */ static { this.ɵfac = function DrSelectAddItemComponent_Factory(t) { return new (t || DrSelectAddItemComponent)(i0.ɵɵdirectiveInject(DrSelectComponent)); }; }
3905
3911
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectAddItemComponent, selectors: [["dr-select-add-item"]], viewQuery: function DrSelectAddItemComponent_Query(rf, ctx) { if (rf & 1) {
3906
- i0.ɵɵviewQuery(_c0$B, 5);
3912
+ i0.ɵɵviewQuery(_c0$C, 5);
3907
3913
  } if (rf & 2) {
3908
3914
  let _t;
3909
3915
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputRef = _t.first);
@@ -4363,7 +4369,7 @@ class DrTagComponent {
4363
4369
  type: Output
4364
4370
  }] }); })();
4365
4371
 
4366
- const _c0$A = ["*"];
4372
+ const _c0$B = ["*"];
4367
4373
  class RadioButtonComponent {
4368
4374
  get disabled() {
4369
4375
  return this._disabled;
@@ -4414,7 +4420,7 @@ class RadioButtonComponent {
4414
4420
  useExisting: RadioButtonComponent,
4415
4421
  multi: true,
4416
4422
  },
4417
- ])], ngContentSelectors: _c0$A, decls: 4, vars: 4, consts: [["type", "radio", 3, "name", "value", "ngModel", "disabled", "change", "ngModelChange", "click"]], template: function RadioButtonComponent_Template(rf, ctx) { if (rf & 1) {
4423
+ ])], ngContentSelectors: _c0$B, decls: 4, vars: 4, consts: [["type", "radio", 3, "name", "value", "ngModel", "disabled", "change", "ngModelChange", "click"]], template: function RadioButtonComponent_Template(rf, ctx) { if (rf & 1) {
4418
4424
  i0.ɵɵprojectionDef();
4419
4425
  i0.ɵɵelementStart(0, "label")(1, "input", 0);
4420
4426
  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); });
@@ -4447,7 +4453,7 @@ class RadioButtonComponent {
4447
4453
  type: Input
4448
4454
  }] }); })();
4449
4455
 
4450
- const _c0$z = [[["dr-radio-button"]]];
4456
+ const _c0$A = [[["dr-radio-button"]]];
4451
4457
  const _c1$g = ["dr-radio-button"];
4452
4458
  class RadioGroupComponent {
4453
4459
  get value() {
@@ -4588,7 +4594,7 @@ class RadioGroupComponent {
4588
4594
  multi: true,
4589
4595
  },
4590
4596
  ])], ngContentSelectors: _c1$g, decls: 1, vars: 0, template: function RadioGroupComponent_Template(rf, ctx) { if (rf & 1) {
4591
- i0.ɵɵprojectionDef(_c0$z);
4597
+ i0.ɵɵprojectionDef(_c0$A);
4592
4598
  i0.ɵɵprojection(0);
4593
4599
  } }, encapsulation: 2, changeDetection: 0 }); }
4594
4600
  }
@@ -4625,7 +4631,7 @@ class RadioGroupComponent {
4625
4631
  type: Output
4626
4632
  }] }); })();
4627
4633
 
4628
- const _c0$y = ["checkboxContent"];
4634
+ const _c0$z = ["checkboxContent"];
4629
4635
  const _c1$f = ["*"];
4630
4636
  class CheckboxComponent {
4631
4637
  get indeterminate() {
@@ -4675,7 +4681,7 @@ class CheckboxComponent {
4675
4681
  }
4676
4682
  /** @nocollapse */ static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
4677
4683
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: CheckboxComponent, selectors: [["dr-checkbox"]], viewQuery: function CheckboxComponent_Query(rf, ctx) { if (rf & 1) {
4678
- i0.ɵɵviewQuery(_c0$y, 5);
4684
+ i0.ɵɵviewQuery(_c0$z, 5);
4679
4685
  } if (rf & 2) {
4680
4686
  let _t;
4681
4687
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.checkboxContent = _t.first);
@@ -4731,7 +4737,7 @@ class CheckboxComponent {
4731
4737
  args: ['checkboxContent']
4732
4738
  }] }); })();
4733
4739
 
4734
- const _c0$x = ["*"];
4740
+ const _c0$y = ["*"];
4735
4741
  var LinkTheme;
4736
4742
  (function (LinkTheme) {
4737
4743
  LinkTheme["DEFAULT"] = "DEFAULT";
@@ -4747,7 +4753,7 @@ class DrLinkComponent {
4747
4753
  this.theme = LinkTheme.DEFAULT;
4748
4754
  }
4749
4755
  /** @nocollapse */ static { this.ɵfac = function DrLinkComponent_Factory(t) { return new (t || DrLinkComponent)(); }; }
4750
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$x, decls: 2, vars: 7, consts: [[1, "dr-link", 3, "href"]], template: function DrLinkComponent_Template(rf, ctx) { if (rf & 1) {
4756
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$y, decls: 2, vars: 7, consts: [[1, "dr-link", 3, "href"]], template: function DrLinkComponent_Template(rf, ctx) { if (rf & 1) {
4751
4757
  i0.ɵɵprojectionDef();
4752
4758
  i0.ɵɵelementStart(0, "a", 0);
4753
4759
  i0.ɵɵprojection(1);
@@ -4756,11 +4762,11 @@ class DrLinkComponent {
4756
4762
  i0.ɵɵclassMap(ctx.theme);
4757
4763
  i0.ɵɵstyleProp("font-weight", ctx.fontWeight)("font-size", ctx.fontSize);
4758
4764
  i0.ɵɵproperty("href", ctx.link, i0.ɵɵsanitizeUrl);
4759
- } }, styles: [".dr-link[_ngcontent-%COMP%]{font-family:Poppins,sans-serif;font-style:normal;font-size:14px;font-weight:400;line-height:22px;color:#4646ce}.dr-link.DEFAULT[_ngcontent-%COMP%]{text-decoration:none!important}.dr-link.DEFAULT_UNDERLINE[_ngcontent-%COMP%]{text-decoration:underline!important}.dr-link.GRAY_UNDERLINE[_ngcontent-%COMP%]{color:#6d6e6f;text-decoration:underline!important}"] }); }
4765
+ } }, styles: [".dr-link[_ngcontent-%COMP%]{display:inline-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-style:normal;font-size:14px;font-weight:400;line-height:22px;color:#4646ce}.dr-link.DEFAULT[_ngcontent-%COMP%]{text-decoration:none!important}.dr-link.DEFAULT_UNDERLINE[_ngcontent-%COMP%]{text-decoration:underline!important}.dr-link.GRAY_UNDERLINE[_ngcontent-%COMP%]{color:#6d6e6f;text-decoration:underline!important}"] }); }
4760
4766
  }
4761
4767
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrLinkComponent, [{
4762
4768
  type: Component,
4763
- args: [{ selector: 'dr-link', template: "<a class=\"dr-link\" [class]=\"theme\" [href]=\"link\" [style.font-weight]=\"fontWeight\" [style.font-size]=\"fontSize\">\n <ng-content></ng-content>\n</a>\n", styles: [".dr-link{font-family:Poppins,sans-serif;font-style:normal;font-size:14px;font-weight:400;line-height:22px;color:#4646ce}.dr-link.DEFAULT{text-decoration:none!important}.dr-link.DEFAULT_UNDERLINE{text-decoration:underline!important}.dr-link.GRAY_UNDERLINE{color:#6d6e6f;text-decoration:underline!important}\n"] }]
4769
+ args: [{ selector: 'dr-link', template: "<a class=\"dr-link\" [class]=\"theme\" [href]=\"link\" [style.font-weight]=\"fontWeight\" [style.font-size]=\"fontSize\">\n <ng-content></ng-content>\n</a>\n", styles: [".dr-link{display:inline-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-style:normal;font-size:14px;font-weight:400;line-height:22px;color:#4646ce}.dr-link.DEFAULT{text-decoration:none!important}.dr-link.DEFAULT_UNDERLINE{text-decoration:underline!important}.dr-link.GRAY_UNDERLINE{color:#6d6e6f;text-decoration:underline!important}\n"] }]
4764
4770
  }], null, { link: [{
4765
4771
  type: Input,
4766
4772
  args: [{ required: true }]
@@ -4772,7 +4778,7 @@ class DrLinkComponent {
4772
4778
  type: Input
4773
4779
  }] }); })();
4774
4780
 
4775
- const _c0$w = ["class", "component"];
4781
+ const _c0$x = ["class", "component"];
4776
4782
  const _c1$e = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
4777
4783
  function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
4778
4784
  const _r6 = i0.ɵɵgetCurrentView();
@@ -4865,7 +4871,7 @@ class DrFiscalMonthCalendarHeaderComponent extends DrDatePickerCustomHeaderCompo
4865
4871
  });
4866
4872
  }
4867
4873
  /** @nocollapse */ static { this.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory; return function DrFiscalMonthCalendarHeaderComponent_Factory(t) { return (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory || (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DrFiscalMonthCalendarHeaderComponent)))(t || DrFiscalMonthCalendarHeaderComponent); }; }(); }
4868
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$w, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrFiscalMonthCalendarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
4874
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$x, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrFiscalMonthCalendarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
4869
4875
  i0.ɵɵtemplate(0, DrFiscalMonthCalendarHeaderComponent_div_0_Template, 4, 6, "div", 0);
4870
4876
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
4871
4877
  i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
@@ -5080,7 +5086,7 @@ function DrDatePickerWithTimeframeComponent_dr_button_11_Template(rf, ctx) { if
5080
5086
  const ctx_r5 = i0.ɵɵnextContext();
5081
5087
  i0.ɵɵproperty("disabled", ctx_r5.isNextDateDisabled);
5082
5088
  } }
5083
- const _c0$v = function (a0) { return { formattedValue: a0 }; };
5089
+ const _c0$w = function (a0) { return { formattedValue: a0 }; };
5084
5090
  class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
5085
5091
  get isDashboardClassDisplayed() {
5086
5092
  return this.isDashboardDatepicker;
@@ -5264,7 +5270,7 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
5264
5270
  i0.ɵɵadvance(1);
5265
5271
  i0.ɵɵproperty("ngIf", ctx.isDashboardDatepicker);
5266
5272
  i0.ɵɵadvance(2);
5267
- i0.ɵɵproperty("ngTemplateOutlet", _r2)("ngTemplateOutletContext", i0.ɵɵpureFunction1(19, _c0$v, i0.ɵɵpipeBind1(5, 15, ctx.displayedFormattedValue$)));
5273
+ i0.ɵɵproperty("ngTemplateOutlet", _r2)("ngTemplateOutletContext", i0.ɵɵpureFunction1(19, _c0$w, i0.ɵɵpipeBind1(5, 15, ctx.displayedFormattedValue$)));
5268
5274
  i0.ɵɵadvance(4);
5269
5275
  i0.ɵɵproperty("ngModel", i0.ɵɵpipeBind1(10, 17, ctx.displayValue$))("matDatepicker", _r6)("readonly", ctx.readonly)("min", ctx._min)("max", ctx._max);
5270
5276
  i0.ɵɵadvance(3);
@@ -5540,7 +5546,7 @@ class TooltipInfoComponent {
5540
5546
  type: Input
5541
5547
  }] }); })();
5542
5548
 
5543
- const _c0$u = ["stepper"];
5549
+ const _c0$v = ["stepper"];
5544
5550
  function StepperComponent_div_0_Template(rf, ctx) { if (rf & 1) {
5545
5551
  const _r9 = i0.ɵɵgetCurrentView();
5546
5552
  i0.ɵɵelementStart(0, "div", 6);
@@ -5754,7 +5760,7 @@ class StepperComponent {
5754
5760
  }
5755
5761
  /** @nocollapse */ static { this.ɵfac = function StepperComponent_Factory(t) { return new (t || StepperComponent)(); }; }
5756
5762
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: StepperComponent, selectors: [["dr-stepper"]], viewQuery: function StepperComponent_Query(rf, ctx) { if (rf & 1) {
5757
- i0.ɵɵviewQuery(_c0$u, 5, ElementRef);
5763
+ i0.ɵɵviewQuery(_c0$v, 5, ElementRef);
5758
5764
  } if (rf & 2) {
5759
5765
  let _t;
5760
5766
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepper = _t.first);
@@ -5916,7 +5922,7 @@ function DrChatFormComponent_dr_button_9_Template(rf, ctx) { if (rf & 1) {
5916
5922
  i0.ɵɵtext(1, "Stop generating");
5917
5923
  i0.ɵɵelementEnd();
5918
5924
  } }
5919
- const _c0$t = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
5925
+ const _c0$u = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
5920
5926
  class DrChatFormComponent {
5921
5927
  constructor(cdr, domSanitizer) {
5922
5928
  this.cdr = cdr;
@@ -6072,7 +6078,7 @@ class DrChatFormComponent {
6072
6078
  const _r1 = i0.ɵɵreference(4);
6073
6079
  i0.ɵɵproperty("ngIf", ctx.droppedFiles == null ? null : ctx.droppedFiles.length);
6074
6080
  i0.ɵɵadvance(2);
6075
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$t, ctx.inputFocus, !!(ctx.message == null ? null : ctx.message.length)));
6081
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$u, ctx.inputFocus, !!(ctx.message == null ? null : ctx.message.length)));
6076
6082
  i0.ɵɵadvance(1);
6077
6083
  i0.ɵɵstyleMap(ctx.getTextAreaHeight(_r1));
6078
6084
  i0.ɵɵpropertyInterpolate("placeholder", ctx.fileOver ? ctx.dropFilePlaceholder : ctx.messagePlaceholder);
@@ -6187,7 +6193,7 @@ function DrAvatarComponent_div_0_Template(rf, ctx) { if (rf & 1) {
6187
6193
  const ctx_r0 = i0.ɵɵnextContext();
6188
6194
  i0.ɵɵstyleProp("width", ctx_r0.drAvatarSize || null)("height", ctx_r0.drAvatarSize || null);
6189
6195
  } }
6190
- const _c0$s = function (a0, a1) { return { "users-section__default": a0, "users-section__user--clickable": a1 }; };
6196
+ const _c0$t = function (a0, a1) { return { "users-section__default": a0, "users-section__user--clickable": a1 }; };
6191
6197
  function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
6192
6198
  const _r7 = i0.ɵɵgetCurrentView();
6193
6199
  i0.ɵɵelementStart(0, "div", 5);
@@ -6201,7 +6207,7 @@ function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
6201
6207
  const ctx_r1 = i0.ɵɵnextContext();
6202
6208
  i0.ɵɵclassMap(user_r5.status);
6203
6209
  i0.ɵɵstyleProp("width", ctx_r1.drAvatarSize || null)("height", ctx_r1.drAvatarSize || null)("background-color", ctx_r1.getAvatarColor(user_r5));
6204
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$s, ctx_r1.showUnassigned && !user_r5.email, ctx_r1.drAvatarIsClickable))("drTooltip", i0.ɵɵpipeBind1(1, 13, user_r5))("drTooltipClass", ctx_r1.drAvatarTooltipClass)("drTooltipPosition", ctx_r1.drAvatarTooltipPosition);
6210
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$t, ctx_r1.showUnassigned && !user_r5.email, ctx_r1.drAvatarIsClickable))("drTooltip", i0.ɵɵpipeBind1(1, 13, user_r5))("drTooltipClass", ctx_r1.drAvatarTooltipClass)("drTooltipPosition", ctx_r1.drAvatarTooltipPosition);
6205
6211
  i0.ɵɵadvance(2);
6206
6212
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(3, 15, user_r5, "initials"), "\n");
6207
6213
  } }
@@ -6477,7 +6483,7 @@ class DrChatMessageFileComponent {
6477
6483
  type: Input
6478
6484
  }] }); })();
6479
6485
 
6480
- const _c0$r = ["drChatMessageActions"];
6486
+ const _c0$s = ["drChatMessageActions"];
6481
6487
  function DrChatMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
6482
6488
  i0.ɵɵelementContainerStart(0);
6483
6489
  i0.ɵɵelement(1, "div", 8);
@@ -6579,7 +6585,7 @@ class DrChatMessageComponent {
6579
6585
  }
6580
6586
  /** @nocollapse */ static { this.ɵfac = function DrChatMessageComponent_Factory(t) { return new (t || DrChatMessageComponent)(i0.ɵɵdirectiveInject(DrChatCustomMessageService)); }; }
6581
6587
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatMessageComponent, selectors: [["dr-chat-message"]], contentQueries: function DrChatMessageComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
6582
- i0.ɵɵcontentQuery(dirIndex, _c0$r, 5);
6588
+ i0.ɵɵcontentQuery(dirIndex, _c0$s, 5);
6583
6589
  } if (rf & 2) {
6584
6590
  let _t;
6585
6591
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.drChatMessageActions = _t.first);
@@ -6650,7 +6656,7 @@ class DrChatMessageComponent {
6650
6656
  args: ['drChatMessageActions']
6651
6657
  }] }); })();
6652
6658
 
6653
- const _c0$q = ["suggestionsContainer"];
6659
+ const _c0$r = ["suggestionsContainer"];
6654
6660
  function DrChatSuggestionsComponent_ng_container_2_div_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
6655
6661
  i0.ɵɵelementContainer(0);
6656
6662
  } }
@@ -6795,7 +6801,7 @@ class DrChatSuggestionsComponent {
6795
6801
  }
6796
6802
  /** @nocollapse */ static { this.ɵfac = function DrChatSuggestionsComponent_Factory(t) { return new (t || DrChatSuggestionsComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
6797
6803
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatSuggestionsComponent, selectors: [["dr-chat-suggestions"]], viewQuery: function DrChatSuggestionsComponent_Query(rf, ctx) { if (rf & 1) {
6798
- i0.ɵɵviewQuery(_c0$q, 5);
6804
+ i0.ɵɵviewQuery(_c0$r, 5);
6799
6805
  } if (rf & 2) {
6800
6806
  let _t;
6801
6807
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.suggestionContainer = _t.first);
@@ -6829,7 +6835,7 @@ class DrChatSuggestionsComponent {
6829
6835
  args: ['suggestionsContainer', { static: false }]
6830
6836
  }] }); })();
6831
6837
 
6832
- const _c0$p = ["drChatHeader"];
6838
+ const _c0$q = ["drChatHeader"];
6833
6839
  const _c1$b = ["drChatLoader"];
6834
6840
  const _c2$5 = ["drChatContent"];
6835
6841
  const _c3$4 = ["messagesContainer"];
@@ -6966,7 +6972,7 @@ class DrChatComponent {
6966
6972
  /** @nocollapse */ static { this.ɵfac = function DrChatComponent_Factory(t) { return new (t || DrChatComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
6967
6973
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatComponent, selectors: [["dr-chat"]], contentQueries: function DrChatComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
6968
6974
  i0.ɵɵcontentQuery(dirIndex, DrChatFormComponent, 5);
6969
- i0.ɵɵcontentQuery(dirIndex, _c0$p, 5);
6975
+ i0.ɵɵcontentQuery(dirIndex, _c0$q, 5);
6970
6976
  i0.ɵɵcontentQuery(dirIndex, _c1$b, 5);
6971
6977
  i0.ɵɵcontentQuery(dirIndex, _c2$5, 5);
6972
6978
  i0.ɵɵcontentQuery(dirIndex, DrChatMessageComponent, 4);
@@ -7054,7 +7060,7 @@ class DrChatComponent {
7054
7060
  args: [DrChatSuggestionsComponent]
7055
7061
  }] }); })();
7056
7062
 
7057
- const _c0$o = ["textAreaElement"];
7063
+ const _c0$p = ["textAreaElement"];
7058
7064
  const _c1$a = ["fileInput"];
7059
7065
  function DrChatFormDropdownComponent_dr_chat_dropped_files_3_Template(rf, ctx) { if (rf & 1) {
7060
7066
  const _r7 = i0.ɵɵgetCurrentView();
@@ -7241,7 +7247,7 @@ class DrChatFormDropdownComponent {
7241
7247
  }
7242
7248
  /** @nocollapse */ static { this.ɵfac = function DrChatFormDropdownComponent_Factory(t) { return new (t || DrChatFormDropdownComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$5.DomSanitizer)); }; }
7243
7249
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatFormDropdownComponent, selectors: [["dr-chat-form-dropdown"]], viewQuery: function DrChatFormDropdownComponent_Query(rf, ctx) { if (rf & 1) {
7244
- i0.ɵɵviewQuery(_c0$o, 5);
7250
+ i0.ɵɵviewQuery(_c0$p, 5);
7245
7251
  i0.ɵɵviewQuery(_c1$a, 5);
7246
7252
  } if (rf & 2) {
7247
7253
  let _t;
@@ -7378,14 +7384,14 @@ class DrChatCustomMessageDirective {
7378
7384
  type: Input
7379
7385
  }] }); })();
7380
7386
 
7381
- const _c0$n = ["*"];
7387
+ const _c0$o = ["*"];
7382
7388
  class DrChatAlertComponent {
7383
7389
  constructor() {
7384
7390
  this.iconClass = 'dr-icon-info';
7385
7391
  this.close = new EventEmitter();
7386
7392
  }
7387
7393
  /** @nocollapse */ static { this.ɵfac = function DrChatAlertComponent_Factory(t) { return new (t || DrChatAlertComponent)(); }; }
7388
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$n, 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) {
7394
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$o, 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) {
7389
7395
  i0.ɵɵprojectionDef();
7390
7396
  i0.ɵɵelement(0, "i");
7391
7397
  i0.ɵɵprojection(1);
@@ -7423,7 +7429,7 @@ function DrToggleComponent_span_6_Template(rf, ctx) { if (rf & 1) {
7423
7429
  i0.ɵɵadvance(1);
7424
7430
  i0.ɵɵtextInterpolate(ctx_r1.toggleTitle);
7425
7431
  } }
7426
- const _c0$m = ["*"];
7432
+ const _c0$n = ["*"];
7427
7433
  class DrToggleComponent {
7428
7434
  set disabled(value) {
7429
7435
  this.setDisabledState(value);
@@ -7466,7 +7472,7 @@ class DrToggleComponent {
7466
7472
  /** @nocollapse */ static { this.ɵfac = function DrToggleComponent_Factory(t) { return new (t || DrToggleComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
7467
7473
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrToggleComponent, selectors: [["dr-toggle"]], hostVars: 2, hostBindings: function DrToggleComponent_HostBindings(rf, ctx) { if (rf & 2) {
7468
7474
  i0.ɵɵclassMap(ctx.elementClass);
7469
- } }, inputs: { 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$m, decls: 7, vars: 9, 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) {
7475
+ } }, inputs: { 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$n, decls: 7, vars: 9, 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) {
7470
7476
  i0.ɵɵprojectionDef();
7471
7477
  i0.ɵɵtemplate(0, DrToggleComponent_span_0_Template, 2, 1, "span", 0);
7472
7478
  i0.ɵɵelementStart(1, "label", 1)(2, "input", 2);
@@ -7586,7 +7592,7 @@ function DrAlertComponent_span_2_Template(rf, ctx) { if (rf & 1) {
7586
7592
  i0.ɵɵadvance(1);
7587
7593
  i0.ɵɵtextInterpolate(ctx_r0.text);
7588
7594
  } }
7589
- const _c0$l = ["*"];
7595
+ const _c0$m = ["*"];
7590
7596
  const ALERT_THEME_ICONS = {
7591
7597
  [DrAlertTheme.SUCCESS]: 'dr-icon-uploaded-success',
7592
7598
  [DrAlertTheme.BOLD_ERROR]: 'dr-icon-error',
@@ -7607,7 +7613,7 @@ class DrAlertComponent {
7607
7613
  /** @nocollapse */ static { this.ɵfac = function DrAlertComponent_Factory(t) { return new (t || DrAlertComponent)(); }; }
7608
7614
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAlertComponent, selectors: [["dr-alert"]], hostVars: 2, hostBindings: function DrAlertComponent_HostBindings(rf, ctx) { if (rf & 2) {
7609
7615
  i0.ɵɵclassMap(ctx.elementClass);
7610
- } }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$l, 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) {
7616
+ } }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$m, 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) {
7611
7617
  i0.ɵɵprojectionDef();
7612
7618
  i0.ɵɵelementStart(0, "div", 0);
7613
7619
  i0.ɵɵelement(1, "i");
@@ -7653,7 +7659,7 @@ class CodeEditorHintWrapperComponent {
7653
7659
  }]
7654
7660
  }], null, null); })();
7655
7661
 
7656
- const _c0$k = ["ref"];
7662
+ const _c0$l = ["ref"];
7657
7663
  class DrCodemirrorComponent {
7658
7664
  set options(value) {
7659
7665
  this._options = value;
@@ -7783,7 +7789,7 @@ class DrCodemirrorComponent {
7783
7789
  }
7784
7790
  /** @nocollapse */ static { this.ɵfac = function DrCodemirrorComponent_Factory(t) { return new (t || DrCodemirrorComponent)(i0.ɵɵdirectiveInject(i0.KeyValueDiffers), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
7785
7791
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodemirrorComponent, selectors: [["dr-codemirror"]], viewQuery: function DrCodemirrorComponent_Query(rf, ctx) { if (rf & 1) {
7786
- i0.ɵɵviewQuery(_c0$k, 5);
7792
+ i0.ɵɵviewQuery(_c0$l, 5);
7787
7793
  } if (rf & 2) {
7788
7794
  let _t;
7789
7795
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.ref = _t.first);
@@ -7935,7 +7941,7 @@ class DrErrorComponent {
7935
7941
  args: ['class.no-icon']
7936
7942
  }] }); })();
7937
7943
 
7938
- const _c0$j = ["codeEditor"];
7944
+ const _c0$k = ["codeEditor"];
7939
7945
  function DrCodeEditorComponent_span_2_Template(rf, ctx) { if (rf & 1) {
7940
7946
  i0.ɵɵelementStart(0, "span", 4);
7941
7947
  i0.ɵɵtext(1);
@@ -8214,7 +8220,7 @@ class DrCodeEditorComponent {
8214
8220
  }
8215
8221
  /** @nocollapse */ static { this.ɵfac = function DrCodeEditorComponent_Factory(t) { return new (t || DrCodeEditorComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector)); }; }
8216
8222
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodeEditorComponent, selectors: [["dr-code-editor"]], viewQuery: function DrCodeEditorComponent_Query(rf, ctx) { if (rf & 1) {
8217
- i0.ɵɵviewQuery(_c0$j, 5);
8223
+ i0.ɵɵviewQuery(_c0$k, 5);
8218
8224
  } if (rf & 2) {
8219
8225
  let _t;
8220
8226
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.codeEditor = _t.first);
@@ -8982,7 +8988,7 @@ const getAlignmentDimension = (position) => {
8982
8988
  return DrPopoverAlignmentDimension.Width;
8983
8989
  };
8984
8990
 
8985
- const _c0$i = ["popoverContainer"];
8991
+ const _c0$j = ["popoverContainer"];
8986
8992
  function DrPopoverComponent_ng_container_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8987
8993
  i0.ɵɵelementContainer(0);
8988
8994
  } }
@@ -9072,7 +9078,7 @@ class DrPopoverComponent {
9072
9078
  }
9073
9079
  /** @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)); }; }
9074
9080
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrPopoverComponent, selectors: [["dr-popover"]], viewQuery: function DrPopoverComponent_Query(rf, ctx) { if (rf & 1) {
9075
- i0.ɵɵviewQuery(_c0$i, 7, ElementRef);
9081
+ i0.ɵɵviewQuery(_c0$j, 7, ElementRef);
9076
9082
  } if (rf & 2) {
9077
9083
  let _t;
9078
9084
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popoverContainer = _t.first);
@@ -9395,7 +9401,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
9395
9401
  var __metadata = (this && this.__metadata) || function (k, v) {
9396
9402
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9397
9403
  };
9398
- const _c0$h = ["menuContainer"];
9404
+ const _c0$i = ["menuContainer"];
9399
9405
  function DrDropdownComponent_dr_dropdown_item_4_ng_container_1_i_1_Template(rf, ctx) { if (rf & 1) {
9400
9406
  i0.ɵɵelement(0, "i", 11);
9401
9407
  } if (rf & 2) {
@@ -9591,7 +9597,7 @@ class DrDropdownComponent {
9591
9597
  }
9592
9598
  /** @nocollapse */ static { this.ɵfac = function DrDropdownComponent_Factory(t) { return new (t || DrDropdownComponent)(); }; }
9593
9599
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownComponent, selectors: [["dr-dropdown"]], viewQuery: function DrDropdownComponent_Query(rf, ctx) { if (rf & 1) {
9594
- i0.ɵɵviewQuery(_c0$h, 7);
9600
+ i0.ɵɵviewQuery(_c0$i, 7);
9595
9601
  } if (rf & 2) {
9596
9602
  let _t;
9597
9603
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.menuContainer = _t.first);
@@ -9830,12 +9836,12 @@ class DrDropdownChildDirective {
9830
9836
  }]
9831
9837
  }], null, null); })();
9832
9838
 
9833
- const _c0$g = [[["", "dropdownItemContent", ""]], [["", "dropdownItemActions", ""]]];
9839
+ const _c0$h = [[["", "dropdownItemContent", ""]], [["", "dropdownItemActions", ""]]];
9834
9840
  const _c1$8 = ["[dropdownItemContent]", "[dropdownItemActions]"];
9835
9841
  class DrDropdownItemComponent {
9836
9842
  /** @nocollapse */ static { this.ɵfac = function DrDropdownItemComponent_Factory(t) { return new (t || DrDropdownItemComponent)(); }; }
9837
9843
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownItemComponent, selectors: [["dr-dropdown-item"]], inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, ngContentSelectors: _c1$8, 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) {
9838
- i0.ɵɵprojectionDef(_c0$g);
9844
+ i0.ɵɵprojectionDef(_c0$h);
9839
9845
  i0.ɵɵelementStart(0, "div", 0)(1, "span", 1);
9840
9846
  i0.ɵɵprojection(2);
9841
9847
  i0.ɵɵelementEnd();
@@ -9874,7 +9880,7 @@ class DrDropdownItemShowPipe {
9874
9880
  function DrTabComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
9875
9881
  i0.ɵɵprojection(0);
9876
9882
  } }
9877
- const _c0$f = ["*"];
9883
+ const _c0$g = ["*"];
9878
9884
  class DrTabComponent {
9879
9885
  constructor() { }
9880
9886
  ngOnInit() { }
@@ -9884,7 +9890,7 @@ class DrTabComponent {
9884
9890
  } if (rf & 2) {
9885
9891
  let _t;
9886
9892
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contentTemplate = _t.first);
9887
- } }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$f, decls: 1, vars: 0, template: function DrTabComponent_Template(rf, ctx) { if (rf & 1) {
9893
+ } }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$g, decls: 1, vars: 0, template: function DrTabComponent_Template(rf, ctx) { if (rf & 1) {
9888
9894
  i0.ɵɵprojectionDef();
9889
9895
  i0.ɵɵtemplate(0, DrTabComponent_ng_template_0_Template, 1, 0, "ng-template");
9890
9896
  } }, encapsulation: 2 }); }
@@ -10159,7 +10165,7 @@ class DrTabsComponent {
10159
10165
  args: [DrTabComponent]
10160
10166
  }] }); })();
10161
10167
 
10162
- const _c0$e = [[["dr-accordion-item"]]];
10168
+ const _c0$f = [[["dr-accordion-item"]]];
10163
10169
  const _c1$7 = ["dr-accordion-item"];
10164
10170
  class DrAccordionComponent {
10165
10171
  constructor() {
@@ -10194,7 +10200,7 @@ class DrAccordionComponent {
10194
10200
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionComponent, selectors: [["dr-accordion"]], hostVars: 2, hostBindings: function DrAccordionComponent_HostBindings(rf, ctx) { if (rf & 2) {
10195
10201
  i0.ɵɵclassMap(ctx.theme);
10196
10202
  } }, inputs: { multi: "multi", theme: "theme" }, ngContentSelectors: _c1$7, decls: 1, vars: 0, template: function DrAccordionComponent_Template(rf, ctx) { if (rf & 1) {
10197
- i0.ɵɵprojectionDef(_c0$e);
10203
+ i0.ɵɵprojectionDef(_c0$f);
10198
10204
  i0.ɵɵprojection(0);
10199
10205
  } }, styles: ["[_nghost-%COMP%]{display:block;box-shadow:#2c33491a 0 5px 10px}.borderless[_nghost-%COMP%]{box-shadow:none}"], changeDetection: 0 }); }
10200
10206
  }
@@ -10211,7 +10217,7 @@ class DrAccordionComponent {
10211
10217
  args: ['class']
10212
10218
  }] }); })();
10213
10219
 
10214
- const _c0$d = [[["dr-accordion-item-header"]], [["dr-accordion-item-body"]]];
10220
+ const _c0$e = [[["dr-accordion-item-header"]], [["dr-accordion-item-body"]]];
10215
10221
  const _c1$6 = ["dr-accordion-item-header", "dr-accordion-item-body"];
10216
10222
  class DrAccordionItemComponent {
10217
10223
  /**
@@ -10313,7 +10319,7 @@ class DrAccordionItemComponent {
10313
10319
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemComponent, selectors: [["dr-accordion-item"]], hostVars: 6, hostBindings: function DrAccordionItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
10314
10320
  i0.ɵɵclassProp("collapsed", ctx.collapsed)("expanded", ctx.expanded)("disabled", ctx.disabled);
10315
10321
  } }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$6, decls: 2, vars: 0, template: function DrAccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
10316
- i0.ɵɵprojectionDef(_c0$d);
10322
+ i0.ɵɵprojectionDef(_c0$e);
10317
10323
  i0.ɵɵprojection(0);
10318
10324
  i0.ɵɵprojection(1, 1);
10319
10325
  } }, 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 }); }
@@ -10355,7 +10361,7 @@ function DrAccordionItemHeaderComponent_i_0_Template(rf, ctx) { if (rf & 1) {
10355
10361
  i0.ɵɵclassMap("dr-accordion-item-header-icon " + ctx_r0.icon);
10356
10362
  i0.ɵɵclassProp("dr-accordion-item-header-icon--additional-padding", ctx_r0.chevronPosition === "left");
10357
10363
  } }
10358
- const _c0$c = function (a0) { return { rotationDegree: a0 }; };
10364
+ const _c0$d = function (a0) { return { rotationDegree: a0 }; };
10359
10365
  const _c1$5 = function (a0, a1) { return { value: a0, params: a1 }; };
10360
10366
  function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
10361
10367
  const _r3 = i0.ɵɵgetCurrentView();
@@ -10365,7 +10371,7 @@ function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
10365
10371
  } if (rf & 2) {
10366
10372
  const ctx_r1 = i0.ɵɵnextContext();
10367
10373
  i0.ɵɵclassMap(ctx_r1.chevronIconClass);
10368
- i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$5, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$c, ctx_r1.chevronRotationDegree)));
10374
+ i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$5, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$d, ctx_r1.chevronRotationDegree)));
10369
10375
  } }
10370
10376
  const _c2$2 = [[["dr-accordion-item-title"]], [["dr-accordion-item-description"]], "*"];
10371
10377
  const _c3$1 = ["dr-accordion-item-title", "dr-accordion-item-description", "*"];
@@ -10494,7 +10500,7 @@ class DrAccordionItemHeaderComponent {
10494
10500
  args: ['keydown.enter']
10495
10501
  }] }); })();
10496
10502
 
10497
- const _c0$b = function (a0) { return { value: a0 }; };
10503
+ const _c0$c = function (a0) { return { value: a0 }; };
10498
10504
  const _c1$4 = ["*"];
10499
10505
  const accordionItemBodyTrigger = trigger('accordionItemBody', [
10500
10506
  state('collapsed', style({
@@ -10532,7 +10538,7 @@ class DrAccordionItemBodyComponent {
10532
10538
  i0.ɵɵprojection(2);
10533
10539
  i0.ɵɵelementEnd()();
10534
10540
  } if (rf & 2) {
10535
- i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$b, ctx.state));
10541
+ i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$c, ctx.state));
10536
10542
  } }, styles: [".item-body[_ngcontent-%COMP%]{flex:1;-ms-flex:1 1 auto;overflow:auto;position:relative}"], data: { animation: [accordionItemBodyTrigger] }, changeDetection: 0 }); }
10537
10543
  }
10538
10544
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrAccordionItemBodyComponent, [{
@@ -10548,13 +10554,13 @@ class DrAccordionItemBodyComponent {
10548
10554
  type: Host
10549
10555
  }] }, { type: i0.ChangeDetectorRef }]; }, null); })();
10550
10556
 
10551
- const _c0$a = [[["dr-layout-header"]], [["dr-layout-body"]]];
10557
+ const _c0$b = [[["dr-layout-header"]], [["dr-layout-body"]]];
10552
10558
  const _c1$3 = ["dr-layout-header", "dr-layout-body"];
10553
10559
  class DrLayoutComponent {
10554
10560
  constructor() { }
10555
10561
  /** @nocollapse */ static { this.ɵfac = function DrLayoutComponent_Factory(t) { return new (t || DrLayoutComponent)(); }; }
10556
10562
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], ngContentSelectors: _c1$3, 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) {
10557
- i0.ɵɵprojectionDef(_c0$a);
10563
+ i0.ɵɵprojectionDef(_c0$b);
10558
10564
  i0.ɵɵelementStart(0, "div", 0);
10559
10565
  i0.ɵɵprojection(1);
10560
10566
  i0.ɵɵelementStart(2, "div", 1)(3, "div", 2)(4, "div", 3);
@@ -10567,11 +10573,11 @@ class DrLayoutComponent {
10567
10573
  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"] }]
10568
10574
  }], function () { return []; }, null); })();
10569
10575
 
10570
- const _c0$9 = ["*"];
10576
+ const _c0$a = ["*"];
10571
10577
  class DrLayoutHeaderComponent {
10572
10578
  constructor() { }
10573
10579
  /** @nocollapse */ static { this.ɵfac = function DrLayoutHeaderComponent_Factory(t) { return new (t || DrLayoutHeaderComponent)(); }; }
10574
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$9, decls: 2, vars: 0, template: function DrLayoutHeaderComponent_Template(rf, ctx) { if (rf & 1) {
10580
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$a, decls: 2, vars: 0, template: function DrLayoutHeaderComponent_Template(rf, ctx) { if (rf & 1) {
10575
10581
  i0.ɵɵprojectionDef();
10576
10582
  i0.ɵɵelementStart(0, "nav");
10577
10583
  i0.ɵɵprojection(1);
@@ -10590,11 +10596,11 @@ class DrLayoutHeaderComponent {
10590
10596
  }]
10591
10597
  }], function () { return []; }, null); })();
10592
10598
 
10593
- const _c0$8 = ["*"];
10599
+ const _c0$9 = ["*"];
10594
10600
  class DrLayoutBodyComponent {
10595
10601
  constructor() { }
10596
10602
  /** @nocollapse */ static { this.ɵfac = function DrLayoutBodyComponent_Factory(t) { return new (t || DrLayoutBodyComponent)(); }; }
10597
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$8, decls: 1, vars: 0, template: function DrLayoutBodyComponent_Template(rf, ctx) { if (rf & 1) {
10603
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$9, decls: 1, vars: 0, template: function DrLayoutBodyComponent_Template(rf, ctx) { if (rf & 1) {
10598
10604
  i0.ɵɵprojectionDef();
10599
10605
  i0.ɵɵprojection(0);
10600
10606
  } }, encapsulation: 2 }); }
@@ -10616,7 +10622,7 @@ function DrDetailsListComponent_li_5_Template(rf, ctx) { if (rf & 1) {
10616
10622
  i0.ɵɵadvance(1);
10617
10623
  i0.ɵɵtextInterpolate(item_r1);
10618
10624
  } }
10619
- const _c0$7 = function (a0) { return { value: a0 }; };
10625
+ const _c0$8 = function (a0) { return { value: a0 }; };
10620
10626
  class DrDetailsListComponent {
10621
10627
  set items(val) {
10622
10628
  if (!val) {
@@ -10663,7 +10669,7 @@ class DrDetailsListComponent {
10663
10669
  i0.ɵɵadvance(1);
10664
10670
  i0.ɵɵtextInterpolate1(" ", ctx.title, " ");
10665
10671
  i0.ɵɵadvance(1);
10666
- i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$7, ctx.state));
10672
+ i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$8, ctx.state));
10667
10673
  i0.ɵɵadvance(1);
10668
10674
  i0.ɵɵproperty("ngForOf", ctx.list);
10669
10675
  } }, 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: [
@@ -10707,7 +10713,7 @@ class DrDetailsListComponent {
10707
10713
  type: Input
10708
10714
  }] }); })();
10709
10715
 
10710
- const _c0$6 = ["content"];
10716
+ const _c0$7 = ["content"];
10711
10717
  const _c1$2 = function (a0, a1) { return { "dr-icon-maximize": a0, "dr-icon-minimize": a1 }; };
10712
10718
  function DialogWrapperComponent_i_1_Template(rf, ctx) { if (rf & 1) {
10713
10719
  const _r8 = i0.ɵɵgetCurrentView();
@@ -10902,7 +10908,7 @@ class DialogWrapperComponent {
10902
10908
  }
10903
10909
  /** @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)); }; }
10904
10910
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DialogWrapperComponent, selectors: [["dr-dialog-wrapper"]], viewQuery: function DialogWrapperComponent_Query(rf, ctx) { if (rf & 1) {
10905
- i0.ɵɵviewQuery(_c0$6, 5, ViewContainerRef);
10911
+ i0.ɵɵviewQuery(_c0$7, 5, ViewContainerRef);
10906
10912
  } if (rf & 2) {
10907
10913
  let _t;
10908
10914
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
@@ -11105,7 +11111,7 @@ function DialogModalWrapperComponent_form_7_div_2_label_9_Template(rf, ctx) { if
11105
11111
  i0.ɵɵadvance(1);
11106
11112
  i0.ɵɵtextInterpolate1(" ", ctx_r19.dialogData.serverErrorMessage, " ");
11107
11113
  } }
11108
- const _c0$5 = function (a0) { return { display: a0 }; };
11114
+ const _c0$6 = function (a0) { return { display: a0 }; };
11109
11115
  const _c1$1 = function (a0, a1) { return { "col-md-10": a0, "col-md-12": a1 }; };
11110
11116
  function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1) {
11111
11117
  i0.ɵɵelementStart(0, "div", 16);
@@ -11123,7 +11129,7 @@ function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1
11123
11129
  const field_r11 = ctx.$implicit;
11124
11130
  const ctx_r10 = i0.ɵɵnextContext(2);
11125
11131
  i0.ɵɵclassMap(field_r11.formGroupClass);
11126
- i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$5, field_r11.isLabelFullWidth ? "block" : "flex"));
11132
+ i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$6, field_r11.isLabelFullWidth ? "block" : "flex"));
11127
11133
  i0.ɵɵadvance(1);
11128
11134
  i0.ɵɵproperty("ngIf", field_r11.label && field_r11.type !== ctx_r10.dialogFieldType.CHECKBOX);
11129
11135
  i0.ɵɵadvance(1);
@@ -11816,7 +11822,7 @@ function TreeviewItemComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
11816
11822
  i0.ɵɵadvance(1);
11817
11823
  i0.ɵɵproperty("ngForOf", ctx_r2.item.children);
11818
11824
  } }
11819
- const _c0$4 = function (a0, a1, a2) { return { item: a0, onCollapseExpand: a1, onCheckedChange: a2 }; };
11825
+ const _c0$5 = function (a0, a1, a2) { return { item: a0, onCollapseExpand: a1, onCheckedChange: a2 }; };
11820
11826
  function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
11821
11827
  i0.ɵɵelementStart(0, "div", 1);
11822
11828
  i0.ɵɵtemplate(1, TreeviewItemComponent_div_0_ng_template_1_Template, 0, 0, "ng-template", 2);
@@ -11825,7 +11831,7 @@ function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
11825
11831
  } if (rf & 2) {
11826
11832
  const ctx_r0 = i0.ɵɵnextContext();
11827
11833
  i0.ɵɵadvance(1);
11828
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$4, ctx_r0.item, ctx_r0.onCollapseExpand, ctx_r0.onCheckedChange));
11834
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$5, ctx_r0.item, ctx_r0.onCollapseExpand, ctx_r0.onCheckedChange));
11829
11835
  i0.ɵɵadvance(1);
11830
11836
  i0.ɵɵproperty("ngIf", !ctx_r0.item.collapsed);
11831
11837
  } }
@@ -13111,7 +13117,7 @@ class DrImageCropperCanvasService {
13111
13117
  type: Injectable
13112
13118
  }], null, null); })();
13113
13119
 
13114
- const _c0$3 = ["imageCanvas"];
13120
+ const _c0$4 = ["imageCanvas"];
13115
13121
  class DrImageCropperComponent {
13116
13122
  constructor(canvasService) {
13117
13123
  this.canvasService = canvasService;
@@ -13169,7 +13175,7 @@ class DrImageCropperComponent {
13169
13175
  }
13170
13176
  /** @nocollapse */ static { this.ɵfac = function DrImageCropperComponent_Factory(t) { return new (t || DrImageCropperComponent)(i0.ɵɵdirectiveInject(DrImageCropperCanvasService)); }; }
13171
13177
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrImageCropperComponent, selectors: [["dr-image-cropper"]], viewQuery: function DrImageCropperComponent_Query(rf, ctx) { if (rf & 1) {
13172
- i0.ɵɵviewQuery(_c0$3, 7);
13178
+ i0.ɵɵviewQuery(_c0$4, 7);
13173
13179
  } if (rf & 2) {
13174
13180
  let _t;
13175
13181
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.canvasElement = _t.first);
@@ -13612,13 +13618,13 @@ function DrChipComponent_i_4_Template(rf, ctx) { if (rf & 1) {
13612
13618
  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)); });
13613
13619
  i0.ɵɵelementEnd();
13614
13620
  } }
13615
- const _c0$2 = ["*"];
13621
+ const _c0$3 = ["*"];
13616
13622
  class DrChipComponent {
13617
13623
  constructor() {
13618
13624
  this.remove = new EventEmitter();
13619
13625
  }
13620
13626
  /** @nocollapse */ static { this.ɵfac = function DrChipComponent_Factory(t) { return new (t || DrChipComponent)(); }; }
13621
- /** @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$2, 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) {
13627
+ /** @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$3, 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) {
13622
13628
  i0.ɵɵprojectionDef();
13623
13629
  i0.ɵɵtemplate(0, DrChipComponent_i_0_Template, 1, 2, "i", 0);
13624
13630
  i0.ɵɵelementStart(1, "div", 1);
@@ -13649,7 +13655,7 @@ class DrChipComponent {
13649
13655
  type: Output
13650
13656
  }] }); })();
13651
13657
 
13652
- const _c0$1 = ["carouselContainer"];
13658
+ const _c0$2 = ["carouselContainer"];
13653
13659
  const _c1 = ["carouselItem"];
13654
13660
  function DrGalleryComponent_dr_button_0_Template(rf, ctx) { if (rf & 1) {
13655
13661
  const _r5 = i0.ɵɵgetCurrentView();
@@ -13875,7 +13881,7 @@ class DrGalleryComponent {
13875
13881
  let _t;
13876
13882
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.template = _t.first);
13877
13883
  } }, viewQuery: function DrGalleryComponent_Query(rf, ctx) { if (rf & 1) {
13878
- i0.ɵɵviewQuery(_c0$1, 5);
13884
+ i0.ɵɵviewQuery(_c0$2, 5);
13879
13885
  i0.ɵɵviewQuery(_c1, 5);
13880
13886
  } if (rf & 2) {
13881
13887
  let _t;
@@ -13928,6 +13934,50 @@ class DrGalleryComponent {
13928
13934
  args: ['carouselItem']
13929
13935
  }] }); })();
13930
13936
 
13937
+ function DrProgressBarComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
13938
+ i0.ɵɵelementContainerStart(0);
13939
+ i0.ɵɵtext(1);
13940
+ i0.ɵɵelementContainerEnd();
13941
+ } if (rf & 2) {
13942
+ const ctx_r0 = i0.ɵɵnextContext();
13943
+ i0.ɵɵadvance(1);
13944
+ i0.ɵɵtextInterpolate1("", ctx_r0.progress || 0, "%");
13945
+ } }
13946
+ const _c0$1 = ["*"];
13947
+ class DrProgressBarComponent {
13948
+ constructor() {
13949
+ /**
13950
+ * @description Option to hide value label
13951
+ */
13952
+ this.showValue = true;
13953
+ }
13954
+ /** @nocollapse */ static { this.ɵfac = function DrProgressBarComponent_Factory(t) { return new (t || DrProgressBarComponent)(); }; }
13955
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrProgressBarComponent, selectors: [["dr-progress-bar"]], inputs: { progress: "progress", showValue: "showValue" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$1, 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) {
13956
+ i0.ɵɵprojectionDef();
13957
+ i0.ɵɵelementStart(0, "div", 0);
13958
+ i0.ɵɵelement(1, "div", 1);
13959
+ i0.ɵɵelementEnd();
13960
+ i0.ɵɵelementStart(2, "span", 2);
13961
+ i0.ɵɵprojection(3);
13962
+ i0.ɵɵtemplate(4, DrProgressBarComponent_ng_container_4_Template, 2, 1, "ng-container", 3);
13963
+ i0.ɵɵelementEnd();
13964
+ } if (rf & 2) {
13965
+ i0.ɵɵadvance(1);
13966
+ i0.ɵɵstyleProp("width", (ctx.progress || 0) + "%");
13967
+ i0.ɵɵadvance(3);
13968
+ i0.ɵɵproperty("ngIf", ctx.showValue);
13969
+ } }, dependencies: [CommonModule, i1.NgIf], styles: ["[_nghost-%COMP%], .progress-bar[_ngcontent-%COMP%]{display:flex;align-items:center;width:100%;gap:8px}__value[_nghost-%COMP%], .progress-bar__value[_ngcontent-%COMP%]{display:flex;align-items:center;color:#6d6e6f;font-family:Poppins,sans-serif;font-size:14px;line-height:22px}__background[_nghost-%COMP%], .progress-bar__background[_ngcontent-%COMP%]{display:flex;flex-grow:1;position:relative;height:4px;background:#f0f1f4;border-radius:20px}__background__fill[_nghost-%COMP%], .progress-bar__background__fill[_ngcontent-%COMP%]{transition:all .5s;position:absolute;left:0;top:0;width:0;height:100%;background:#7f7fdd;border-radius:20px}"] }); }
13970
+ }
13971
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrProgressBarComponent, [{
13972
+ type: Component,
13973
+ args: [{ selector: 'dr-progress-bar', standalone: true, imports: [CommonModule], template: "<div class=\"progress-bar__background\">\n <div class=\"progress-bar__background__fill\" [style.width]=\"(progress || 0) + '%'\"></div>\n</div>\n<span class=\"progress-bar__value\">\n <ng-content></ng-content>\n <ng-container *ngIf=\"showValue\">{{ progress || 0 }}%</ng-container>\n</span>\n", styles: [":host,.progress-bar{display:flex;align-items:center;width:100%;gap:8px}:host__value,.progress-bar__value{display:flex;align-items:center;color:#6d6e6f;font-family:Poppins,sans-serif;font-size:14px;line-height:22px}:host__background,.progress-bar__background{display:flex;flex-grow:1;position:relative;height:4px;background:#f0f1f4;border-radius:20px}:host__background__fill,.progress-bar__background__fill{transition:all .5s;position:absolute;left:0;top:0;width:0;height:100%;background:#7f7fdd;border-radius:20px}\n"] }]
13974
+ }], null, { progress: [{
13975
+ type: Input,
13976
+ args: [{ required: true }]
13977
+ }], showValue: [{
13978
+ type: Input
13979
+ }] }); })();
13980
+
13931
13981
  /**
13932
13982
  * Configuration used when opening a drawer.
13933
13983
  */
@@ -14408,5 +14458,5 @@ class DrawerModule {
14408
14458
  * Generated bundle index. Do not edit.
14409
14459
  */
14410
14460
 
14411
- export { AnyTagComponent, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTagComponent, DateTagModule, DateTags, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrErrorComponent, DrErrorModule, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, 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, FeedbackSentiment, FilterPipe, FiscalMonthAdapter, ForecastTagComponent, ForecastTagService, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, LetContext, LetDirective, LinkTheme, ListTagComponent, ListTagModule, MonthTagComponent, OrderDownlineTreeviewEventParser, QuarterTagComponent, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, StepperComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipPosition, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, WeekTagComponent, YearTagComponent };
14461
+ export { AnyTagComponent, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTagComponent, DateTagModule, DateTags, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrErrorComponent, DrErrorModule, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrScenarioConfigurationComponent, DrScenarioModule, DrScenarioTagConfigurationComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagModule, DrTagsConstructorComponent, DrTagsConstructorModule, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, FeedbackSentiment, FilterPipe, FiscalMonthAdapter, ForecastTagComponent, ForecastTagService, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, LetContext, LetDirective, LinkTheme, ListTagComponent, ListTagModule, MonthTagComponent, OrderDownlineTreeviewEventParser, QuarterTagComponent, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, StepperComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipPosition, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, WeekTagComponent, YearTagComponent };
14412
14462
  //# sourceMappingURL=datarailsshared-datarailsshared.mjs.map