@datarailsshared/datarailsshared 1.6.330 → 1.6.332

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.
@@ -99,8 +99,8 @@ class DrModelDebounceChangeDirective {
99
99
  type: Output
100
100
  }] }); })();
101
101
 
102
- const _c0$13 = ["prefix"];
103
- const _c1$p = ["suffix"];
102
+ const _c0$16 = ["prefix"];
103
+ const _c1$q = ["suffix"];
104
104
  const _c2$d = ["inputRef"];
105
105
  function DrInputComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
106
106
  const _r8 = i0.ɵɵgetCurrentView();
@@ -325,8 +325,8 @@ class DrInputComponent {
325
325
  }
326
326
  /** @nocollapse */ static { this.ɵfac = function DrInputComponent_Factory(t) { return new (t || DrInputComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
327
327
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrInputComponent, selectors: [["dr-input"]], contentQueries: function DrInputComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
328
- i0.ɵɵcontentQuery(dirIndex, _c0$13, 5);
329
- i0.ɵɵcontentQuery(dirIndex, _c1$p, 5);
328
+ i0.ɵɵcontentQuery(dirIndex, _c0$16, 5);
329
+ i0.ɵɵcontentQuery(dirIndex, _c1$q, 5);
330
330
  } if (rf & 2) {
331
331
  let _t;
332
332
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.prefixIcon = _t.first);
@@ -553,8 +553,8 @@ class DrSpinnerDirective {
553
553
  args: ['attr.aria-busy']
554
554
  }] }); })();
555
555
 
556
- const _c0$12 = ["labelTemplate"];
557
- const _c1$o = ["multiLabelTemplate"];
556
+ const _c0$15 = ["labelTemplate"];
557
+ const _c1$p = ["multiLabelTemplate"];
558
558
  const _c2$c = ["optionTemplate"];
559
559
  const _c3$7 = ["optionHeaderTemplate"];
560
560
  const _c4$4 = ["optionFooterTemplate"];
@@ -815,8 +815,8 @@ class DrSelectComponent {
815
815
  }
816
816
  /** @nocollapse */ static { this.ɵfac = function DrSelectComponent_Factory(t) { return new (t || DrSelectComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
817
817
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectComponent, selectors: [["dr-select"]], contentQueries: function DrSelectComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
818
- i0.ɵɵcontentQuery(dirIndex, _c0$12, 5);
819
- i0.ɵɵcontentQuery(dirIndex, _c1$o, 5);
818
+ i0.ɵɵcontentQuery(dirIndex, _c0$15, 5);
819
+ i0.ɵɵcontentQuery(dirIndex, _c1$p, 5);
820
820
  i0.ɵɵcontentQuery(dirIndex, _c2$c, 5);
821
821
  i0.ɵɵcontentQuery(dirIndex, _c3$7, 5);
822
822
  i0.ɵɵcontentQuery(dirIndex, _c4$4, 5);
@@ -1191,7 +1191,7 @@ var TooltipTheme;
1191
1191
  TooltipTheme["DARK"] = "dark";
1192
1192
  })(TooltipTheme || (TooltipTheme = {}));
1193
1193
 
1194
- const _c0$11 = ["*"];
1194
+ const _c0$14 = ["*"];
1195
1195
  class TooltipDefaultComponent {
1196
1196
  constructor() {
1197
1197
  this.theme = TooltipTheme.LIGHT;
@@ -1199,7 +1199,7 @@ class TooltipDefaultComponent {
1199
1199
  /** @nocollapse */ static { this.ɵfac = function TooltipDefaultComponent_Factory(t) { return new (t || TooltipDefaultComponent)(); }; }
1200
1200
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipDefaultComponent, selectors: [["dr-tooltip-default"]], hostVars: 2, hostBindings: function TooltipDefaultComponent_HostBindings(rf, ctx) { if (rf & 2) {
1201
1201
  i0.ɵɵclassMap(ctx.theme);
1202
- } }, inputs: { content: "content", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$11, decls: 2, vars: 1, consts: [[1, "content", 3, "innerHTML"]], template: function TooltipDefaultComponent_Template(rf, ctx) { if (rf & 1) {
1202
+ } }, inputs: { content: "content", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$14, decls: 2, vars: 1, consts: [[1, "content", 3, "innerHTML"]], template: function TooltipDefaultComponent_Template(rf, ctx) { if (rf & 1) {
1203
1203
  i0.ɵɵprojectionDef();
1204
1204
  i0.ɵɵelement(0, "span", 0);
1205
1205
  i0.ɵɵprojection(1);
@@ -1219,7 +1219,7 @@ class TooltipDefaultComponent {
1219
1219
  args: ['class']
1220
1220
  }] }); })();
1221
1221
 
1222
- const _c0$10 = ["container"];
1222
+ const _c0$13 = ["container"];
1223
1223
  class TooltipCustomComponent {
1224
1224
  constructor() {
1225
1225
  this.injector = inject(Injector);
@@ -1250,7 +1250,7 @@ class TooltipCustomComponent {
1250
1250
  }
1251
1251
  /** @nocollapse */ static { this.ɵfac = function TooltipCustomComponent_Factory(t) { return new (t || TooltipCustomComponent)(); }; }
1252
1252
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipCustomComponent, selectors: [["dr-tooltip-custom"]], viewQuery: function TooltipCustomComponent_Query(rf, ctx) { if (rf & 1) {
1253
- i0.ɵɵviewQuery(_c0$10, 7, ViewContainerRef);
1253
+ i0.ɵɵviewQuery(_c0$13, 7, ViewContainerRef);
1254
1254
  } if (rf & 2) {
1255
1255
  let _t;
1256
1256
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.container = _t.first);
@@ -1311,7 +1311,7 @@ function TooltipComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
1311
1311
  const ctx_r5 = i0.ɵɵnextContext();
1312
1312
  i0.ɵɵproperty("content", ctx_r5.content)("theme", ctx_r5.theme);
1313
1313
  } }
1314
- const _c0$$ = function (a0) { return { "dr-tooltip": a0 }; };
1314
+ const _c0$12 = function (a0) { return { "dr-tooltip": a0 }; };
1315
1315
  class TooltipComponent {
1316
1316
  constructor() {
1317
1317
  this.isContentTemplate = false;
@@ -1344,7 +1344,7 @@ class TooltipComponent {
1344
1344
  } if (rf & 2) {
1345
1345
  const _r2 = i0.ɵɵreference(4);
1346
1346
  i0.ɵɵclassMap(ctx.position + " " + ctx.class + " " + ctx.theme);
1347
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$$, !(ctx.options == null ? null : ctx.options.withoutContainerStyles)));
1347
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$12, !(ctx.options == null ? null : ctx.options.withoutContainerStyles)));
1348
1348
  i0.ɵɵadvance(1);
1349
1349
  i0.ɵɵproperty("ngIf", !(ctx.options == null ? null : ctx.options.withoutArrow));
1350
1350
  i0.ɵɵadvance(1);
@@ -1565,8 +1565,8 @@ class DrTooltipDirective {
1565
1565
  args: ['mouseleave']
1566
1566
  }] }); })();
1567
1567
 
1568
- const _c0$_ = ["checkboxContent"];
1569
- const _c1$n = ["*"];
1568
+ const _c0$11 = ["checkboxContent"];
1569
+ const _c1$o = ["*"];
1570
1570
  class CheckboxComponent {
1571
1571
  get indeterminate() {
1572
1572
  return this._indeterminate;
@@ -1616,7 +1616,7 @@ class CheckboxComponent {
1616
1616
  }
1617
1617
  /** @nocollapse */ static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
1618
1618
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: CheckboxComponent, selectors: [["dr-checkbox"]], viewQuery: function CheckboxComponent_Query(rf, ctx) { if (rf & 1) {
1619
- i0.ɵɵviewQuery(_c0$_, 5);
1619
+ i0.ɵɵviewQuery(_c0$11, 5);
1620
1620
  } if (rf & 2) {
1621
1621
  let _t;
1622
1622
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.checkboxContent = _t.first);
@@ -1624,7 +1624,7 @@ class CheckboxComponent {
1624
1624
  i0.ɵɵattribute("id", ctx.hostId);
1625
1625
  i0.ɵɵclassMap(ctx.theme);
1626
1626
  i0.ɵɵclassProp("disabled", ctx.disabled)("text-nowrap", ctx.textNowrap);
1627
- } }, 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$n, decls: 5, vars: 9, consts: [["type", "checkbox", 3, "checked", "disabled", "change", "click"], [3, "drTooltip"], ["checkboxContent", ""]], template: function CheckboxComponent_Template(rf, ctx) { if (rf & 1) {
1627
+ } }, 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$o, decls: 5, vars: 9, consts: [["type", "checkbox", 3, "checked", "disabled", "change", "click"], [3, "drTooltip"], ["checkboxContent", ""]], template: function CheckboxComponent_Template(rf, ctx) { if (rf & 1) {
1628
1628
  i0.ɵɵprojectionDef();
1629
1629
  i0.ɵɵelementStart(0, "label")(1, "input", 0);
1630
1630
  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(); });
@@ -1678,7 +1678,7 @@ class CheckboxComponent {
1678
1678
  args: ['checkboxContent']
1679
1679
  }] }); })();
1680
1680
 
1681
- const _c0$Z = ["*"];
1681
+ const _c0$10 = ["*"];
1682
1682
  class RadioButtonComponent {
1683
1683
  get disabled() {
1684
1684
  return this._disabled;
@@ -1732,7 +1732,7 @@ class RadioButtonComponent {
1732
1732
  useExisting: RadioButtonComponent,
1733
1733
  multi: true,
1734
1734
  },
1735
- ])], ngContentSelectors: _c0$Z, decls: 4, vars: 5, consts: [["type", "radio", 3, "name", "value", "ngModel", "disabled", "change", "ngModelChange", "click"]], template: function RadioButtonComponent_Template(rf, ctx) { if (rf & 1) {
1735
+ ])], ngContentSelectors: _c0$10, decls: 4, vars: 5, consts: [["type", "radio", 3, "name", "value", "ngModel", "disabled", "change", "ngModelChange", "click"]], template: function RadioButtonComponent_Template(rf, ctx) { if (rf & 1) {
1736
1736
  i0.ɵɵprojectionDef();
1737
1737
  i0.ɵɵelementStart(0, "label")(1, "input", 0);
1738
1738
  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); });
@@ -1771,8 +1771,8 @@ class RadioButtonComponent {
1771
1771
  type: Input
1772
1772
  }] }); })();
1773
1773
 
1774
- const _c0$Y = [[["dr-radio-button"]]];
1775
- const _c1$m = ["dr-radio-button"];
1774
+ const _c0$$ = [[["dr-radio-button"]]];
1775
+ const _c1$n = ["dr-radio-button"];
1776
1776
  class RadioGroupComponent {
1777
1777
  get value() {
1778
1778
  return this._value;
@@ -1911,8 +1911,8 @@ class RadioGroupComponent {
1911
1911
  useExisting: forwardRef((() => RadioGroupComponent)),
1912
1912
  multi: true,
1913
1913
  },
1914
- ])], ngContentSelectors: _c1$m, decls: 1, vars: 0, template: function RadioGroupComponent_Template(rf, ctx) { if (rf & 1) {
1915
- i0.ɵɵprojectionDef(_c0$Y);
1914
+ ])], ngContentSelectors: _c1$n, decls: 1, vars: 0, template: function RadioGroupComponent_Template(rf, ctx) { if (rf & 1) {
1915
+ i0.ɵɵprojectionDef(_c0$$);
1916
1916
  i0.ɵɵprojection(0);
1917
1917
  } }, encapsulation: 2, changeDetection: 0 }); }
1918
1918
  }
@@ -1971,7 +1971,7 @@ function DrToggleComponent_span_6_Template(rf, ctx) { if (rf & 1) {
1971
1971
  i0.ɵɵadvance(1);
1972
1972
  i0.ɵɵtextInterpolate(ctx_r1.toggleTitle);
1973
1973
  } }
1974
- const _c0$X = ["*"];
1974
+ const _c0$_ = ["*"];
1975
1975
  class DrToggleComponent {
1976
1976
  set disabled(value) {
1977
1977
  this.setDisabledState(value);
@@ -2021,7 +2021,7 @@ class DrToggleComponent {
2021
2021
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrToggleComponent, selectors: [["dr-toggle"]], hostVars: 3, hostBindings: function DrToggleComponent_HostBindings(rf, ctx) { if (rf & 2) {
2022
2022
  i0.ɵɵattribute("id", ctx.hostId);
2023
2023
  i0.ɵɵclassMap(ctx.elementClass);
2024
- } }, 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$X, decls: 7, vars: 10, consts: [["class", "toggle-title mr-3", 3, "click", 4, "ngIf"], [1, "toggle-container"], ["type", "checkbox", 3, "checked", "disabled", "click"], [1, "toggle-body"], ["class", "toggle-title ml-3", 3, "click", 4, "ngIf"], [1, "toggle-title", "mr-3", 3, "click"], [1, "toggle-title", "ml-3", 3, "click"]], template: function DrToggleComponent_Template(rf, ctx) { if (rf & 1) {
2024
+ } }, 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$_, decls: 7, vars: 10, consts: [["class", "toggle-title mr-3", 3, "click", 4, "ngIf"], [1, "toggle-container"], ["type", "checkbox", 3, "checked", "disabled", "click"], [1, "toggle-body"], ["class", "toggle-title ml-3", 3, "click", 4, "ngIf"], [1, "toggle-title", "mr-3", 3, "click"], [1, "toggle-title", "ml-3", 3, "click"]], template: function DrToggleComponent_Template(rf, ctx) { if (rf & 1) {
2025
2025
  i0.ɵɵprojectionDef();
2026
2026
  i0.ɵɵtemplate(0, DrToggleComponent_span_0_Template, 2, 1, "span", 0);
2027
2027
  i0.ɵɵelementStart(1, "label", 1)(2, "input", 2);
@@ -2092,7 +2092,7 @@ function DrButtonComponent_i_4_Template(rf, ctx) { if (rf & 1) {
2092
2092
  i0.ɵɵclassMap(ctx_r2.iconAfter);
2093
2093
  i0.ɵɵstyleProp("font-size", ctx_r2.iconAfterSize)("color", ctx_r2.iconAfterColor || "inherit");
2094
2094
  } }
2095
- const _c0$W = ["*"];
2095
+ const _c0$Z = ["*"];
2096
2096
  class DrButtonComponent {
2097
2097
  constructor() {
2098
2098
  this.theme = 'primary';
@@ -2106,7 +2106,7 @@ class DrButtonComponent {
2106
2106
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrButtonComponent, selectors: [["dr-button"]], hostVars: 12, hostBindings: function DrButtonComponent_HostBindings(rf, ctx) { if (rf & 2) {
2107
2107
  i0.ɵɵclassMap(ctx.theme);
2108
2108
  i0.ɵɵclassProp("with-icon", ctx.icon)("with-icon-after", ctx.iconAfter)("disabled", ctx.disabled)("loading", ctx.isLoading)("active", ctx.isActive);
2109
- } }, 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$W, 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) {
2109
+ } }, 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$Z, 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) {
2110
2110
  i0.ɵɵprojectionDef();
2111
2111
  i0.ɵɵelementStart(0, "button", 0);
2112
2112
  i0.ɵɵtemplate(1, DrButtonComponent_i_1_Template, 1, 6, "i", 1);
@@ -2647,8 +2647,8 @@ class DrShowTimeframePipe {
2647
2647
  }]
2648
2648
  }], null, null); })();
2649
2649
 
2650
- const _c0$V = ["class", "component"];
2651
- const _c1$l = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
2650
+ const _c0$Y = ["class", "component"];
2651
+ const _c1$m = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
2652
2652
  function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
2653
2653
  const _r7 = i0.ɵɵgetCurrentView();
2654
2654
  i0.ɵɵelementStart(0, "div", 14);
@@ -2658,7 +2658,7 @@ function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) {
2658
2658
  } if (rf & 2) {
2659
2659
  const tag_r5 = ctx.$implicit;
2660
2660
  const ctx_r4 = i0.ɵɵnextContext(3);
2661
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$l, tag_r5.key === ctx_r4.selectedPresetTag))("drTooltip", ctx_r4.selectedPresetTag === tag_r5.key ? "Unselect preset" : "")("drTooltipPosition", "top");
2661
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$m, tag_r5.key === ctx_r4.selectedPresetTag))("drTooltip", ctx_r4.selectedPresetTag === tag_r5.key ? "Unselect preset" : "")("drTooltipPosition", "top");
2662
2662
  i0.ɵɵadvance(1);
2663
2663
  i0.ɵɵtextInterpolate1(" ", tag_r5.label, " ");
2664
2664
  } }
@@ -2943,7 +2943,7 @@ class DrDatePickerCustomHeaderComponent {
2943
2943
  return selector;
2944
2944
  }
2945
2945
  /** @nocollapse */ static { this.ɵfac = function DrDatePickerCustomHeaderComponent_Factory(t) { return new (t || DrDatePickerCustomHeaderComponent)(i0.ɵɵdirectiveInject(i6.MatCalendar), i0.ɵɵdirectiveInject(i1$3.DateAdapter), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ApplicationRef), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
2946
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$V, 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 quarter-selector--select-current-quarter", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", "quarter-selector--select-current-quarter", 3, "click"]], template: function DrDatePickerCustomHeaderComponent_Template(rf, ctx) { if (rf & 1) {
2946
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$Y, 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 quarter-selector--select-current-quarter", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", "quarter-selector--select-current-quarter", 3, "click"]], template: function DrDatePickerCustomHeaderComponent_Template(rf, ctx) { if (rf & 1) {
2947
2947
  i0.ɵɵtemplate(0, DrDatePickerCustomHeaderComponent_div_0_Template, 3, 2, "div", 0);
2948
2948
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
2949
2949
  i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
@@ -3056,7 +3056,7 @@ class DrDatePickerFormatDirective {
3056
3056
  args: ['drDatePickerFormat']
3057
3057
  }] }); })();
3058
3058
 
3059
- const _c0$U = ["datePicker"];
3059
+ const _c0$X = ["datePicker"];
3060
3060
  function DrDatePickerComponent_i_0_Template(rf, ctx) { if (rf & 1) {
3061
3061
  const _r4 = i0.ɵɵgetCurrentView();
3062
3062
  i0.ɵɵelementStart(0, "i", 2);
@@ -3434,7 +3434,7 @@ class DrDatePickerComponent {
3434
3434
  }
3435
3435
  /** @nocollapse */ static { this.ɵfac = function DrDatePickerComponent_Factory(t) { return new (t || DrDatePickerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$3.DateAdapter), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
3436
3436
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerComponent, selectors: [["dr-date-picker"]], viewQuery: function DrDatePickerComponent_Query(rf, ctx) { if (rf & 1) {
3437
- i0.ɵɵviewQuery(_c0$U, 5);
3437
+ i0.ɵɵviewQuery(_c0$X, 5);
3438
3438
  } if (rf & 2) {
3439
3439
  let _t;
3440
3440
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datePicker = _t.first);
@@ -3545,7 +3545,7 @@ function DrDatePickerWithTimeframeComponent_dr_button_11_Template(rf, ctx) { if
3545
3545
  const ctx_r4 = i0.ɵɵnextContext();
3546
3546
  i0.ɵɵproperty("disabled", ctx_r4.isNextDateDisabled);
3547
3547
  } }
3548
- const _c0$T = function (a0) { return { formattedValue: a0 }; };
3548
+ const _c0$W = function (a0) { return { formattedValue: a0 }; };
3549
3549
  class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
3550
3550
  set dateFormatConfig(value) {
3551
3551
  if (value) {
@@ -3744,7 +3744,7 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
3744
3744
  i0.ɵɵadvance(1);
3745
3745
  i0.ɵɵproperty("drTooltip", ctx.datepickerTooltip)("drTooltipPosition", ctx.datepickerTooltipPosition)("drTooltipMousleaveTimeout", ctx.datepickerTooltipTimeout);
3746
3746
  i0.ɵɵadvance(3);
3747
- i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$T, i0.ɵɵpipeBind1(5, 14, ctx.displayedFormattedValue$)));
3747
+ i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$W, i0.ɵɵpipeBind1(5, 14, ctx.displayedFormattedValue$)));
3748
3748
  i0.ɵɵadvance(4);
3749
3749
  i0.ɵɵproperty("ngModel", i0.ɵɵpipeBind1(10, 16, ctx.displayValue$))("matDatepicker", _r5)("readonly", ctx.readonly)("min", ctx._min)("max", ctx._max);
3750
3750
  i0.ɵɵadvance(3);
@@ -3940,7 +3940,7 @@ class DrToggleButtonComponent {
3940
3940
  type: Input
3941
3941
  }] }); })();
3942
3942
 
3943
- const _c0$S = ["dynamicInputRef"];
3943
+ const _c0$V = ["dynamicInputRef"];
3944
3944
  function DrSelectAddItemComponent_div_1_Template(rf, ctx) { if (rf & 1) {
3945
3945
  const _r3 = i0.ɵɵgetCurrentView();
3946
3946
  i0.ɵɵelementStart(0, "div", 3);
@@ -4048,7 +4048,7 @@ class DrSelectAddItemComponent {
4048
4048
  }
4049
4049
  /** @nocollapse */ static { this.ɵfac = function DrSelectAddItemComponent_Factory(t) { return new (t || DrSelectAddItemComponent)(i0.ɵɵdirectiveInject(DrSelectComponent)); }; }
4050
4050
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectAddItemComponent, selectors: [["dr-select-add-item"]], viewQuery: function DrSelectAddItemComponent_Query(rf, ctx) { if (rf & 1) {
4051
- i0.ɵɵviewQuery(_c0$S, 5);
4051
+ i0.ɵɵviewQuery(_c0$V, 5);
4052
4052
  } if (rf & 2) {
4053
4053
  let _t;
4054
4054
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputRef = _t.first);
@@ -4375,7 +4375,7 @@ class DrDatePickerRangeComponent {
4375
4375
  type: Input
4376
4376
  }] }); })();
4377
4377
 
4378
- const _c0$R = ["*"];
4378
+ const _c0$U = ["*"];
4379
4379
  var LinkTheme;
4380
4380
  (function (LinkTheme) {
4381
4381
  LinkTheme["DEFAULT"] = "DEFAULT";
@@ -4391,7 +4391,7 @@ class DrLinkComponent {
4391
4391
  this.theme = LinkTheme.DEFAULT;
4392
4392
  }
4393
4393
  /** @nocollapse */ static { this.ɵfac = function DrLinkComponent_Factory(t) { return new (t || DrLinkComponent)(); }; }
4394
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$R, decls: 2, vars: 7, consts: [[1, "dr-link", 3, "href"]], template: function DrLinkComponent_Template(rf, ctx) { if (rf & 1) {
4394
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$U, decls: 2, vars: 7, consts: [[1, "dr-link", 3, "href"]], template: function DrLinkComponent_Template(rf, ctx) { if (rf & 1) {
4395
4395
  i0.ɵɵprojectionDef();
4396
4396
  i0.ɵɵelementStart(0, "a", 0);
4397
4397
  i0.ɵɵprojection(1);
@@ -4416,8 +4416,8 @@ class DrLinkComponent {
4416
4416
  type: Input
4417
4417
  }] }); })();
4418
4418
 
4419
- const _c0$Q = ["class", "component"];
4420
- const _c1$k = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
4419
+ const _c0$T = ["class", "component"];
4420
+ const _c1$l = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
4421
4421
  function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
4422
4422
  const _r7 = i0.ɵɵgetCurrentView();
4423
4423
  i0.ɵɵelementStart(0, "div", 14);
@@ -4427,7 +4427,7 @@ function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx
4427
4427
  } if (rf & 2) {
4428
4428
  const tag_r5 = ctx.$implicit;
4429
4429
  const ctx_r4 = i0.ɵɵnextContext(3);
4430
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$k, tag_r5.key === ctx_r4.selectedPresetTag))("drTooltip", ctx_r4.selectedPresetTag === tag_r5.key ? "Unselect preset" : "")("drTooltipPosition", "top");
4430
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$l, tag_r5.key === ctx_r4.selectedPresetTag))("drTooltip", ctx_r4.selectedPresetTag === tag_r5.key ? "Unselect preset" : "")("drTooltipPosition", "top");
4431
4431
  i0.ɵɵadvance(1);
4432
4432
  i0.ɵɵtextInterpolate1(" ", tag_r5.label, " ");
4433
4433
  } }
@@ -4519,7 +4519,7 @@ class DrFiscalMonthCalendarHeaderComponent extends DrDatePickerCustomHeaderCompo
4519
4519
  });
4520
4520
  }
4521
4521
  /** @nocollapse */ static { this.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory; return function DrFiscalMonthCalendarHeaderComponent_Factory(t) { return (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory || (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DrFiscalMonthCalendarHeaderComponent)))(t || DrFiscalMonthCalendarHeaderComponent); }; }(); }
4522
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$Q, 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 quarter-selector--select-current-quarter", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", "quarter-selector--select-current-quarter", 3, "click"]], template: function DrFiscalMonthCalendarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
4522
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$T, 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 quarter-selector--select-current-quarter", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", "quarter-selector--select-current-quarter", 3, "click"]], template: function DrFiscalMonthCalendarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
4523
4523
  i0.ɵɵtemplate(0, DrFiscalMonthCalendarHeaderComponent_div_0_Template, 3, 2, "div", 0);
4524
4524
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
4525
4525
  i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
@@ -7315,8 +7315,8 @@ class DateTimePickerComponent {
7315
7315
  type: Input
7316
7316
  }] }); })();
7317
7317
 
7318
- const _c0$P = ["stepTextLabel"];
7319
- const _c1$j = ["stepper"];
7318
+ const _c0$S = ["stepTextLabel"];
7319
+ const _c1$k = ["stepper"];
7320
7320
  function StepperComponent_div_0_Template(rf, ctx) { if (rf & 1) {
7321
7321
  const _r11 = i0.ɵɵgetCurrentView();
7322
7322
  i0.ɵɵelementStart(0, "div", 7);
@@ -7541,12 +7541,12 @@ class StepperComponent {
7541
7541
  }
7542
7542
  /** @nocollapse */ static { this.ɵfac = function StepperComponent_Factory(t) { return new (t || StepperComponent)(); }; }
7543
7543
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: StepperComponent, selectors: [["dr-stepper"]], contentQueries: function StepperComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
7544
- i0.ɵɵcontentQuery(dirIndex, _c0$P, 5);
7544
+ i0.ɵɵcontentQuery(dirIndex, _c0$S, 5);
7545
7545
  } if (rf & 2) {
7546
7546
  let _t;
7547
7547
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepTextLabelTemplate = _t.first);
7548
7548
  } }, viewQuery: function StepperComponent_Query(rf, ctx) { if (rf & 1) {
7549
- i0.ɵɵviewQuery(_c1$j, 5, ElementRef);
7549
+ i0.ɵɵviewQuery(_c1$k, 5, ElementRef);
7550
7550
  } if (rf & 2) {
7551
7551
  let _t;
7552
7552
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepper = _t.first);
@@ -7716,7 +7716,7 @@ function DrChatFormComponent_dr_button_9_Template(rf, ctx) { if (rf & 1) {
7716
7716
  i0.ɵɵtext(1, "Stop generating");
7717
7717
  i0.ɵɵelementEnd();
7718
7718
  } }
7719
- const _c0$O = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
7719
+ const _c0$R = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
7720
7720
  class DrChatFormComponent {
7721
7721
  constructor(cdr, domSanitizer) {
7722
7722
  this.cdr = cdr;
@@ -7872,7 +7872,7 @@ class DrChatFormComponent {
7872
7872
  const _r1 = i0.ɵɵreference(4);
7873
7873
  i0.ɵɵproperty("ngIf", ctx.droppedFiles == null ? null : ctx.droppedFiles.length);
7874
7874
  i0.ɵɵadvance(2);
7875
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$O, ctx.inputFocus, !!(ctx.message == null ? null : ctx.message.length)));
7875
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$R, ctx.inputFocus, !!(ctx.message == null ? null : ctx.message.length)));
7876
7876
  i0.ɵɵadvance(1);
7877
7877
  i0.ɵɵstyleMap(ctx.getTextAreaHeight(_r1));
7878
7878
  i0.ɵɵpropertyInterpolate("placeholder", ctx.fileOver ? ctx.dropFilePlaceholder : ctx.messagePlaceholder);
@@ -7987,7 +7987,7 @@ function DrAvatarComponent_div_0_Template(rf, ctx) { if (rf & 1) {
7987
7987
  const ctx_r0 = i0.ɵɵnextContext();
7988
7988
  i0.ɵɵstyleProp("width", ctx_r0.drAvatarSize || null)("height", ctx_r0.drAvatarSize || null);
7989
7989
  } }
7990
- const _c0$N = function (a0, a1) { return { "users-section__default": a0, "users-section__user--clickable": a1 }; };
7990
+ const _c0$Q = function (a0, a1) { return { "users-section__default": a0, "users-section__user--clickable": a1 }; };
7991
7991
  function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
7992
7992
  const _r7 = i0.ɵɵgetCurrentView();
7993
7993
  i0.ɵɵelementStart(0, "div", 5);
@@ -8001,7 +8001,7 @@ function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
8001
8001
  const ctx_r1 = i0.ɵɵnextContext();
8002
8002
  i0.ɵɵclassMap(user_r5.status);
8003
8003
  i0.ɵɵstyleProp("width", ctx_r1.drAvatarSize || null)("height", ctx_r1.drAvatarSize || null)("background-color", ctx_r1.getAvatarColor(user_r5));
8004
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$N, ctx_r1.showUnassigned && !user_r5.email, ctx_r1.drAvatarIsClickable))("drTooltip", i0.ɵɵpipeBind1(1, 13, user_r5))("drTooltipClass", ctx_r1.drAvatarTooltipClass)("drTooltipPosition", ctx_r1.drAvatarTooltipPosition);
8004
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$Q, ctx_r1.showUnassigned && !user_r5.email, ctx_r1.drAvatarIsClickable))("drTooltip", i0.ɵɵpipeBind1(1, 13, user_r5))("drTooltipClass", ctx_r1.drAvatarTooltipClass)("drTooltipPosition", ctx_r1.drAvatarTooltipPosition);
8005
8005
  i0.ɵɵadvance(2);
8006
8006
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(3, 15, user_r5, "initials"), "\n");
8007
8007
  } }
@@ -8277,7 +8277,7 @@ class DrChatMessageFileComponent {
8277
8277
  type: Input
8278
8278
  }] }); })();
8279
8279
 
8280
- const _c0$M = ["drChatMessageActions"];
8280
+ const _c0$P = ["drChatMessageActions"];
8281
8281
  function DrChatMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
8282
8282
  i0.ɵɵelementContainerStart(0);
8283
8283
  i0.ɵɵelement(1, "div", 8);
@@ -8379,7 +8379,7 @@ class DrChatMessageComponent {
8379
8379
  }
8380
8380
  /** @nocollapse */ static { this.ɵfac = function DrChatMessageComponent_Factory(t) { return new (t || DrChatMessageComponent)(i0.ɵɵdirectiveInject(DrChatCustomMessageService)); }; }
8381
8381
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatMessageComponent, selectors: [["dr-chat-message"]], contentQueries: function DrChatMessageComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
8382
- i0.ɵɵcontentQuery(dirIndex, _c0$M, 5);
8382
+ i0.ɵɵcontentQuery(dirIndex, _c0$P, 5);
8383
8383
  } if (rf & 2) {
8384
8384
  let _t;
8385
8385
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.drChatMessageActions = _t.first);
@@ -8450,7 +8450,7 @@ class DrChatMessageComponent {
8450
8450
  args: ['drChatMessageActions']
8451
8451
  }] }); })();
8452
8452
 
8453
- const _c0$L = ["suggestionsContainer"];
8453
+ const _c0$O = ["suggestionsContainer"];
8454
8454
  function DrChatSuggestionsComponent_ng_container_2_div_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
8455
8455
  i0.ɵɵelementContainer(0);
8456
8456
  } }
@@ -8489,14 +8489,14 @@ function DrChatSuggestionsComponent_ng_template_3_div_1_Template(rf, ctx) { if (
8489
8489
  i0.ɵɵadvance(1);
8490
8490
  i0.ɵɵtextInterpolate1(" ", item_r9, " ");
8491
8491
  } }
8492
- const _c1$i = function (a0, a1, a2) { return { "chat-suggestions__items--three-cols": a0, "chat-suggestions__items--two-cols": a1, "chat-suggestions__items--one-col": a2 }; };
8492
+ const _c1$j = function (a0, a1, a2) { return { "chat-suggestions__items--three-cols": a0, "chat-suggestions__items--two-cols": a1, "chat-suggestions__items--one-col": a2 }; };
8493
8493
  function DrChatSuggestionsComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
8494
8494
  i0.ɵɵelementStart(0, "div", 8);
8495
8495
  i0.ɵɵtemplate(1, DrChatSuggestionsComponent_ng_template_3_div_1_Template, 2, 1, "div", 9);
8496
8496
  i0.ɵɵelementEnd();
8497
8497
  } if (rf & 2) {
8498
8498
  const ctx_r3 = i0.ɵɵnextContext();
8499
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(2, _c1$i, ctx_r3.colsCount === 3, ctx_r3.colsCount === 2, ctx_r3.colsCount === 1));
8499
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(2, _c1$j, ctx_r3.colsCount === 3, ctx_r3.colsCount === 2, ctx_r3.colsCount === 1));
8500
8500
  i0.ɵɵadvance(1);
8501
8501
  i0.ɵɵproperty("ngForOf", ctx_r3.visibleValues);
8502
8502
  } }
@@ -8595,7 +8595,7 @@ class DrChatSuggestionsComponent {
8595
8595
  }
8596
8596
  /** @nocollapse */ static { this.ɵfac = function DrChatSuggestionsComponent_Factory(t) { return new (t || DrChatSuggestionsComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
8597
8597
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatSuggestionsComponent, selectors: [["dr-chat-suggestions"]], viewQuery: function DrChatSuggestionsComponent_Query(rf, ctx) { if (rf & 1) {
8598
- i0.ɵɵviewQuery(_c0$L, 5);
8598
+ i0.ɵɵviewQuery(_c0$O, 5);
8599
8599
  } if (rf & 2) {
8600
8600
  let _t;
8601
8601
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.suggestionContainer = _t.first);
@@ -8629,8 +8629,8 @@ class DrChatSuggestionsComponent {
8629
8629
  args: ['suggestionsContainer', { static: false }]
8630
8630
  }] }); })();
8631
8631
 
8632
- const _c0$K = ["drChatHeader"];
8633
- const _c1$h = ["drChatLoader"];
8632
+ const _c0$N = ["drChatHeader"];
8633
+ const _c1$i = ["drChatLoader"];
8634
8634
  const _c2$7 = ["drChatContent"];
8635
8635
  const _c3$5 = ["messagesContainer"];
8636
8636
  function DrChatComponent_ng_container_2_Template(rf, ctx) { if (rf & 1) {
@@ -8766,8 +8766,8 @@ class DrChatComponent {
8766
8766
  /** @nocollapse */ static { this.ɵfac = function DrChatComponent_Factory(t) { return new (t || DrChatComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
8767
8767
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatComponent, selectors: [["dr-chat"]], contentQueries: function DrChatComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
8768
8768
  i0.ɵɵcontentQuery(dirIndex, DrChatFormComponent, 5);
8769
- i0.ɵɵcontentQuery(dirIndex, _c0$K, 5);
8770
- i0.ɵɵcontentQuery(dirIndex, _c1$h, 5);
8769
+ i0.ɵɵcontentQuery(dirIndex, _c0$N, 5);
8770
+ i0.ɵɵcontentQuery(dirIndex, _c1$i, 5);
8771
8771
  i0.ɵɵcontentQuery(dirIndex, _c2$7, 5);
8772
8772
  i0.ɵɵcontentQuery(dirIndex, DrChatMessageComponent, 4);
8773
8773
  } if (rf & 2) {
@@ -8855,8 +8855,8 @@ class DrChatComponent {
8855
8855
  args: [DrChatSuggestionsComponent]
8856
8856
  }] }); })();
8857
8857
 
8858
- const _c0$J = ["textAreaElement"];
8859
- const _c1$g = ["fileInput"];
8858
+ const _c0$M = ["textAreaElement"];
8859
+ const _c1$h = ["fileInput"];
8860
8860
  function DrChatFormDropdownComponent_dr_chat_dropped_files_3_Template(rf, ctx) { if (rf & 1) {
8861
8861
  const _r7 = i0.ɵɵgetCurrentView();
8862
8862
  i0.ɵɵelementStart(0, "dr-chat-dropped-files", 12);
@@ -9088,8 +9088,8 @@ class DrChatFormDropdownComponent {
9088
9088
  }
9089
9089
  /** @nocollapse */ static { this.ɵfac = function DrChatFormDropdownComponent_Factory(t) { return new (t || DrChatFormDropdownComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$4.DomSanitizer)); }; }
9090
9090
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatFormDropdownComponent, selectors: [["dr-chat-form-dropdown"]], viewQuery: function DrChatFormDropdownComponent_Query(rf, ctx) { if (rf & 1) {
9091
- i0.ɵɵviewQuery(_c0$J, 5);
9092
- i0.ɵɵviewQuery(_c1$g, 5);
9091
+ i0.ɵɵviewQuery(_c0$M, 5);
9092
+ i0.ɵɵviewQuery(_c1$h, 5);
9093
9093
  } if (rf & 2) {
9094
9094
  let _t;
9095
9095
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.textAreaElementRef = _t.first);
@@ -9237,14 +9237,14 @@ class DrChatCustomMessageDirective {
9237
9237
  type: Input
9238
9238
  }] }); })();
9239
9239
 
9240
- const _c0$I = ["*"];
9240
+ const _c0$L = ["*"];
9241
9241
  class DrChatAlertComponent {
9242
9242
  constructor() {
9243
9243
  this.iconClass = 'dr-icon-info';
9244
9244
  this.close = new EventEmitter();
9245
9245
  }
9246
9246
  /** @nocollapse */ static { this.ɵfac = function DrChatAlertComponent_Factory(t) { return new (t || DrChatAlertComponent)(); }; }
9247
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$I, 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) {
9247
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$L, 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) {
9248
9248
  i0.ɵɵprojectionDef();
9249
9249
  i0.ɵɵelement(0, "i");
9250
9250
  i0.ɵɵprojection(1);
@@ -9377,7 +9377,7 @@ function DrAlertComponent_i_6_Template(rf, ctx) { if (rf & 1) {
9377
9377
  i0.ɵɵlistener("click", function DrAlertComponent_i_6_Template_i_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.hidden = true); });
9378
9378
  i0.ɵɵelementEnd();
9379
9379
  } }
9380
- const _c0$H = ["*"];
9380
+ const _c0$K = ["*"];
9381
9381
  const ALERT_THEME_ICONS = {
9382
9382
  [DrAlertTheme.SUCCESS]: 'dr-icon-uploaded-success',
9383
9383
  [DrAlertTheme.BOLD_ERROR]: 'dr-icon-error',
@@ -9401,7 +9401,7 @@ class DrAlertComponent {
9401
9401
  /** @nocollapse */ static { this.ɵfac = function DrAlertComponent_Factory(t) { return new (t || DrAlertComponent)(); }; }
9402
9402
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAlertComponent, selectors: [["dr-alert"]], hostVars: 2, hostBindings: function DrAlertComponent_HostBindings(rf, ctx) { if (rf & 2) {
9403
9403
  i0.ɵɵclassMap(ctx.elementClass);
9404
- } }, inputs: { theme: "theme", customIconClass: "customIconClass", title: "title", text: "text", showClose: "showClose" }, ngContentSelectors: _c0$H, decls: 7, vars: 4, consts: [[1, "dr-alert__content-wrapper"], [4, "ngIf"], [1, "dr-alert__custom-content"], ["contentRef", ""], ["class", "dr-alert__close-icon dr-icon-exit", 3, "click", 4, "ngIf"], ["class", "dr-alert__title", 4, "ngIf"], ["class", "dr-alert__text", 4, "ngIf"], [1, "dr-alert__title"], [1, "dr-alert__text"], [1, "dr-alert__close-icon", "dr-icon-exit", 3, "click"]], template: function DrAlertComponent_Template(rf, ctx) { if (rf & 1) {
9404
+ } }, inputs: { theme: "theme", customIconClass: "customIconClass", title: "title", text: "text", showClose: "showClose" }, ngContentSelectors: _c0$K, decls: 7, vars: 4, consts: [[1, "dr-alert__content-wrapper"], [4, "ngIf"], [1, "dr-alert__custom-content"], ["contentRef", ""], ["class", "dr-alert__close-icon dr-icon-exit", 3, "click", 4, "ngIf"], ["class", "dr-alert__title", 4, "ngIf"], ["class", "dr-alert__text", 4, "ngIf"], [1, "dr-alert__title"], [1, "dr-alert__text"], [1, "dr-alert__close-icon", "dr-icon-exit", 3, "click"]], template: function DrAlertComponent_Template(rf, ctx) { if (rf & 1) {
9405
9405
  i0.ɵɵprojectionDef();
9406
9406
  i0.ɵɵelement(0, "i");
9407
9407
  i0.ɵɵelementStart(1, "div", 0);
@@ -9453,7 +9453,7 @@ class CodeEditorHintWrapperComponent {
9453
9453
  }]
9454
9454
  }], null, null); })();
9455
9455
 
9456
- const _c0$G = ["ref"];
9456
+ const _c0$J = ["ref"];
9457
9457
  class DrCodemirrorComponent {
9458
9458
  set options(value) {
9459
9459
  this._options = value;
@@ -9583,7 +9583,7 @@ class DrCodemirrorComponent {
9583
9583
  }
9584
9584
  /** @nocollapse */ static { this.ɵfac = function DrCodemirrorComponent_Factory(t) { return new (t || DrCodemirrorComponent)(i0.ɵɵdirectiveInject(i0.KeyValueDiffers), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
9585
9585
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodemirrorComponent, selectors: [["dr-codemirror"]], viewQuery: function DrCodemirrorComponent_Query(rf, ctx) { if (rf & 1) {
9586
- i0.ɵɵviewQuery(_c0$G, 5);
9586
+ i0.ɵɵviewQuery(_c0$J, 5);
9587
9587
  } if (rf & 2) {
9588
9588
  let _t;
9589
9589
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.ref = _t.first);
@@ -9735,7 +9735,7 @@ class DrErrorComponent {
9735
9735
  args: ['class.no-icon']
9736
9736
  }] }); })();
9737
9737
 
9738
- const _c0$F = ["codeEditor"];
9738
+ const _c0$I = ["codeEditor"];
9739
9739
  function DrCodeEditorComponent_span_2_Template(rf, ctx) { if (rf & 1) {
9740
9740
  i0.ɵɵelementStart(0, "span", 4);
9741
9741
  i0.ɵɵtext(1);
@@ -10014,7 +10014,7 @@ class DrCodeEditorComponent {
10014
10014
  }
10015
10015
  /** @nocollapse */ static { this.ɵfac = function DrCodeEditorComponent_Factory(t) { return new (t || DrCodeEditorComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector)); }; }
10016
10016
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodeEditorComponent, selectors: [["dr-code-editor"]], viewQuery: function DrCodeEditorComponent_Query(rf, ctx) { if (rf & 1) {
10017
- i0.ɵɵviewQuery(_c0$F, 5);
10017
+ i0.ɵɵviewQuery(_c0$I, 5);
10018
10018
  } if (rf & 2) {
10019
10019
  let _t;
10020
10020
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.codeEditor = _t.first);
@@ -10098,7 +10098,7 @@ const getAlignmentDimension = (position) => {
10098
10098
  return DrPopoverAlignmentDimension.Width;
10099
10099
  };
10100
10100
 
10101
- const _c0$E = ["popoverContainer"];
10101
+ const _c0$H = ["popoverContainer"];
10102
10102
  function DrPopoverComponent_ng_container_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
10103
10103
  i0.ɵɵelementContainer(0);
10104
10104
  } }
@@ -10188,7 +10188,7 @@ class DrPopoverComponent {
10188
10188
  }
10189
10189
  /** @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)); }; }
10190
10190
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrPopoverComponent, selectors: [["dr-popover"]], viewQuery: function DrPopoverComponent_Query(rf, ctx) { if (rf & 1) {
10191
- i0.ɵɵviewQuery(_c0$E, 7, ElementRef);
10191
+ i0.ɵɵviewQuery(_c0$H, 7, ElementRef);
10192
10192
  } if (rf & 2) {
10193
10193
  let _t;
10194
10194
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popoverContainer = _t.first);
@@ -10512,7 +10512,7 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
10512
10512
  var __metadata$1 = (this && this.__metadata) || function (k, v) {
10513
10513
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10514
10514
  };
10515
- const _c0$D = ["menuContainer"];
10515
+ const _c0$G = ["menuContainer"];
10516
10516
  function DrDropdownComponent_dr_dropdown_item_4_ng_container_1_i_1_Template(rf, ctx) { if (rf & 1) {
10517
10517
  i0.ɵɵelement(0, "i", 11);
10518
10518
  } if (rf & 2) {
@@ -10562,12 +10562,12 @@ function DrDropdownComponent_dr_dropdown_item_4_ng_container_2_Template(rf, ctx)
10562
10562
  i0.ɵɵadvance(1);
10563
10563
  i0.ɵɵproperty("ngIf", ctx_r5.hasChildren(act_r2));
10564
10564
  } }
10565
- const _c1$f = function (a0) { return { $implicit: a0 }; };
10565
+ const _c1$g = function (a0) { return { $implicit: a0 }; };
10566
10566
  function DrDropdownComponent_dr_dropdown_item_4_ng_container_3_Template(rf, ctx) { if (rf & 1) {
10567
10567
  i0.ɵɵelementContainer(0, 17);
10568
10568
  } if (rf & 2) {
10569
10569
  const act_r2 = i0.ɵɵnextContext().$implicit;
10570
- i0.ɵɵproperty("ngTemplateOutlet", act_r2.templateRef)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c1$f, act_r2));
10570
+ i0.ɵɵproperty("ngTemplateOutlet", act_r2.templateRef)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c1$g, act_r2));
10571
10571
  } }
10572
10572
  function DrDropdownComponent_dr_dropdown_item_4_Template(rf, ctx) { if (rf & 1) {
10573
10573
  const _r20 = i0.ɵɵgetCurrentView();
@@ -10743,7 +10743,7 @@ class DrDropdownComponent {
10743
10743
  }
10744
10744
  /** @nocollapse */ static { this.ɵfac = function DrDropdownComponent_Factory(t) { return new (t || DrDropdownComponent)(); }; }
10745
10745
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownComponent, selectors: [["dr-dropdown"]], viewQuery: function DrDropdownComponent_Query(rf, ctx) { if (rf & 1) {
10746
- i0.ɵɵviewQuery(_c0$D, 7);
10746
+ i0.ɵɵviewQuery(_c0$G, 7);
10747
10747
  } if (rf & 2) {
10748
10748
  let _t;
10749
10749
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.menuContainer = _t.first);
@@ -10982,8 +10982,8 @@ class DrDropdownChildDirective {
10982
10982
  }]
10983
10983
  }], null, null); })();
10984
10984
 
10985
- const _c0$C = [[["", "dropdownItemContent", ""]], [["", "dropdownItemActions", ""]]];
10986
- const _c1$e = ["[dropdownItemContent]", "[dropdownItemActions]"];
10985
+ const _c0$F = [[["", "dropdownItemContent", ""]], [["", "dropdownItemActions", ""]]];
10986
+ const _c1$f = ["[dropdownItemContent]", "[dropdownItemActions]"];
10987
10987
  class DrDropdownItemComponent {
10988
10988
  constructor() {
10989
10989
  this.role = 'option';
@@ -10991,8 +10991,8 @@ class DrDropdownItemComponent {
10991
10991
  /** @nocollapse */ static { this.ɵfac = function DrDropdownItemComponent_Factory(t) { return new (t || DrDropdownItemComponent)(); }; }
10992
10992
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownItemComponent, selectors: [["dr-dropdown-item"]], hostVars: 1, hostBindings: function DrDropdownItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
10993
10993
  i0.ɵɵattribute("role", ctx.role);
10994
- } }, inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, ngContentSelectors: _c1$e, 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) {
10995
- i0.ɵɵprojectionDef(_c0$C);
10994
+ } }, inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, ngContentSelectors: _c1$f, 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) {
10995
+ i0.ɵɵprojectionDef(_c0$F);
10996
10996
  i0.ɵɵelementStart(0, "div", 0)(1, "span", 1);
10997
10997
  i0.ɵɵprojection(2);
10998
10998
  i0.ɵɵelementEnd();
@@ -11034,7 +11034,7 @@ class DrDropdownItemShowPipe {
11034
11034
  function DrTabComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
11035
11035
  i0.ɵɵprojection(0);
11036
11036
  } }
11037
- const _c0$B = ["*"];
11037
+ const _c0$E = ["*"];
11038
11038
  class DrTabComponent {
11039
11039
  constructor() { }
11040
11040
  ngOnInit() { }
@@ -11044,7 +11044,7 @@ class DrTabComponent {
11044
11044
  } if (rf & 2) {
11045
11045
  let _t;
11046
11046
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contentTemplate = _t.first);
11047
- } }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$B, decls: 1, vars: 0, template: function DrTabComponent_Template(rf, ctx) { if (rf & 1) {
11047
+ } }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$E, decls: 1, vars: 0, template: function DrTabComponent_Template(rf, ctx) { if (rf & 1) {
11048
11048
  i0.ɵɵprojectionDef();
11049
11049
  i0.ɵɵtemplate(0, DrTabComponent_ng_template_0_Template, 1, 0, "ng-template");
11050
11050
  } }, encapsulation: 2 }); }
@@ -11319,8 +11319,8 @@ class DrTabsComponent {
11319
11319
  args: [DrTabComponent]
11320
11320
  }] }); })();
11321
11321
 
11322
- const _c0$A = [[["dr-accordion-item"]]];
11323
- const _c1$d = ["dr-accordion-item"];
11322
+ const _c0$D = [[["dr-accordion-item"]]];
11323
+ const _c1$e = ["dr-accordion-item"];
11324
11324
  class DrAccordionComponent {
11325
11325
  constructor() {
11326
11326
  this.openCloseItems = new Subject();
@@ -11353,8 +11353,8 @@ class DrAccordionComponent {
11353
11353
  /** @nocollapse */ static { this.ɵfac = function DrAccordionComponent_Factory(t) { return new (t || DrAccordionComponent)(); }; }
11354
11354
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionComponent, selectors: [["dr-accordion"]], hostVars: 2, hostBindings: function DrAccordionComponent_HostBindings(rf, ctx) { if (rf & 2) {
11355
11355
  i0.ɵɵclassMap(ctx.theme);
11356
- } }, inputs: { multi: "multi", theme: "theme" }, ngContentSelectors: _c1$d, decls: 1, vars: 0, template: function DrAccordionComponent_Template(rf, ctx) { if (rf & 1) {
11357
- i0.ɵɵprojectionDef(_c0$A);
11356
+ } }, inputs: { multi: "multi", theme: "theme" }, ngContentSelectors: _c1$e, decls: 1, vars: 0, template: function DrAccordionComponent_Template(rf, ctx) { if (rf & 1) {
11357
+ i0.ɵɵprojectionDef(_c0$D);
11358
11358
  i0.ɵɵprojection(0);
11359
11359
  } }, styles: ["[_nghost-%COMP%]{display:block;box-shadow:#2c33491a 0 5px 10px}.borderless[_nghost-%COMP%]{box-shadow:none}"], changeDetection: 0 }); }
11360
11360
  }
@@ -11371,8 +11371,8 @@ class DrAccordionComponent {
11371
11371
  args: ['class']
11372
11372
  }] }); })();
11373
11373
 
11374
- const _c0$z = [[["dr-accordion-item-header"]], [["dr-accordion-item-body"]]];
11375
- const _c1$c = ["dr-accordion-item-header", "dr-accordion-item-body"];
11374
+ const _c0$C = [[["dr-accordion-item-header"]], [["dr-accordion-item-body"]]];
11375
+ const _c1$d = ["dr-accordion-item-header", "dr-accordion-item-body"];
11376
11376
  class DrAccordionItemComponent {
11377
11377
  /**
11378
11378
  * Item is collapse (`true` by default)
@@ -11472,8 +11472,8 @@ class DrAccordionItemComponent {
11472
11472
  /** @nocollapse */ static { this.ɵfac = function DrAccordionItemComponent_Factory(t) { return new (t || DrAccordionItemComponent)(i0.ɵɵdirectiveInject(DrAccordionComponent, 1), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
11473
11473
  /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemComponent, selectors: [["dr-accordion-item"]], hostVars: 6, hostBindings: function DrAccordionItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
11474
11474
  i0.ɵɵclassProp("collapsed", ctx.collapsed)("expanded", ctx.expanded)("disabled", ctx.disabled);
11475
- } }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$c, decls: 2, vars: 0, template: function DrAccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
11476
- i0.ɵɵprojectionDef(_c0$z);
11475
+ } }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$d, decls: 2, vars: 0, template: function DrAccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
11476
+ i0.ɵɵprojectionDef(_c0$C);
11477
11477
  i0.ɵɵprojection(0);
11478
11478
  i0.ɵɵprojection(1, 1);
11479
11479
  } }, 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 }); }
@@ -11515,8 +11515,8 @@ function DrAccordionItemHeaderComponent_i_0_Template(rf, ctx) { if (rf & 1) {
11515
11515
  i0.ɵɵclassMap("dr-accordion-item-header-icon " + ctx_r0.icon);
11516
11516
  i0.ɵɵclassProp("dr-accordion-item-header-icon--additional-padding", ctx_r0.chevronPosition === "left");
11517
11517
  } }
11518
- const _c0$y = function (a0) { return { rotationDegree: a0 }; };
11519
- const _c1$b = function (a0, a1) { return { value: a0, params: a1 }; };
11518
+ const _c0$B = function (a0) { return { rotationDegree: a0 }; };
11519
+ const _c1$c = function (a0, a1) { return { value: a0, params: a1 }; };
11520
11520
  function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
11521
11521
  const _r3 = i0.ɵɵgetCurrentView();
11522
11522
  i0.ɵɵelementStart(0, "i", 2);
@@ -11525,7 +11525,7 @@ function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
11525
11525
  } if (rf & 2) {
11526
11526
  const ctx_r1 = i0.ɵɵnextContext();
11527
11527
  i0.ɵɵclassMap(ctx_r1.chevronIconClass);
11528
- i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$b, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$y, ctx_r1.chevronRotationDegree)));
11528
+ i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$c, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$B, ctx_r1.chevronRotationDegree)));
11529
11529
  } }
11530
11530
  const _c2$4 = [[["dr-accordion-item-title"]], [["dr-accordion-item-description"]], "*"];
11531
11531
  const _c3$2 = ["dr-accordion-item-title", "dr-accordion-item-description", "*"];
@@ -11654,8 +11654,8 @@ class DrAccordionItemHeaderComponent {
11654
11654
  args: ['keydown.enter']
11655
11655
  }] }); })();
11656
11656
 
11657
- const _c0$x = function (a0) { return { value: a0 }; };
11658
- const _c1$a = ["*"];
11657
+ const _c0$A = function (a0) { return { value: a0 }; };
11658
+ const _c1$b = ["*"];
11659
11659
  const accordionItemBodyTrigger = trigger('accordionItemBody', [
11660
11660
  state('collapsed', style({
11661
11661
  overflow: 'hidden',
@@ -11686,13 +11686,13 @@ class DrAccordionItemBodyComponent {
11686
11686
  this.destroy$.complete();
11687
11687
  }
11688
11688
  /** @nocollapse */ static { this.ɵfac = function DrAccordionItemBodyComponent_Factory(t) { return new (t || DrAccordionItemBodyComponent)(i0.ɵɵdirectiveInject(DrAccordionItemComponent, 1), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
11689
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemBodyComponent, selectors: [["dr-accordion-item-body"]], ngContentSelectors: _c1$a, decls: 3, vars: 3, consts: [[1, "item-body"]], template: function DrAccordionItemBodyComponent_Template(rf, ctx) { if (rf & 1) {
11689
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemBodyComponent, selectors: [["dr-accordion-item-body"]], ngContentSelectors: _c1$b, decls: 3, vars: 3, consts: [[1, "item-body"]], template: function DrAccordionItemBodyComponent_Template(rf, ctx) { if (rf & 1) {
11690
11690
  i0.ɵɵprojectionDef();
11691
11691
  i0.ɵɵelementStart(0, "div")(1, "div", 0);
11692
11692
  i0.ɵɵprojection(2);
11693
11693
  i0.ɵɵelementEnd()();
11694
11694
  } if (rf & 2) {
11695
- i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$x, ctx.state));
11695
+ i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$A, ctx.state));
11696
11696
  } }, styles: [".item-body[_ngcontent-%COMP%]{flex:1;-ms-flex:1 1 auto;overflow:auto;position:relative}"], data: { animation: [accordionItemBodyTrigger] }, changeDetection: 0 }); }
11697
11697
  }
11698
11698
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrAccordionItemBodyComponent, [{
@@ -11708,13 +11708,13 @@ class DrAccordionItemBodyComponent {
11708
11708
  type: Host
11709
11709
  }] }, { type: i0.ChangeDetectorRef }]; }, null); })();
11710
11710
 
11711
- const _c0$w = [[["dr-layout-header"]], [["dr-layout-body"]]];
11712
- const _c1$9 = ["dr-layout-header", "dr-layout-body"];
11711
+ const _c0$z = [[["dr-layout-header"]], [["dr-layout-body"]]];
11712
+ const _c1$a = ["dr-layout-header", "dr-layout-body"];
11713
11713
  class DrLayoutComponent {
11714
11714
  constructor() { }
11715
11715
  /** @nocollapse */ static { this.ɵfac = function DrLayoutComponent_Factory(t) { return new (t || DrLayoutComponent)(); }; }
11716
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], ngContentSelectors: _c1$9, 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) {
11717
- i0.ɵɵprojectionDef(_c0$w);
11716
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], ngContentSelectors: _c1$a, 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) {
11717
+ i0.ɵɵprojectionDef(_c0$z);
11718
11718
  i0.ɵɵelementStart(0, "div", 0);
11719
11719
  i0.ɵɵprojection(1);
11720
11720
  i0.ɵɵelementStart(2, "div", 1)(3, "div", 2)(4, "div", 3);
@@ -11727,11 +11727,11 @@ class DrLayoutComponent {
11727
11727
  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"] }]
11728
11728
  }], function () { return []; }, null); })();
11729
11729
 
11730
- const _c0$v = ["*"];
11730
+ const _c0$y = ["*"];
11731
11731
  class DrLayoutHeaderComponent {
11732
11732
  constructor() { }
11733
11733
  /** @nocollapse */ static { this.ɵfac = function DrLayoutHeaderComponent_Factory(t) { return new (t || DrLayoutHeaderComponent)(); }; }
11734
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$v, decls: 2, vars: 0, template: function DrLayoutHeaderComponent_Template(rf, ctx) { if (rf & 1) {
11734
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$y, decls: 2, vars: 0, template: function DrLayoutHeaderComponent_Template(rf, ctx) { if (rf & 1) {
11735
11735
  i0.ɵɵprojectionDef();
11736
11736
  i0.ɵɵelementStart(0, "nav");
11737
11737
  i0.ɵɵprojection(1);
@@ -11750,11 +11750,11 @@ class DrLayoutHeaderComponent {
11750
11750
  }]
11751
11751
  }], function () { return []; }, null); })();
11752
11752
 
11753
- const _c0$u = ["*"];
11753
+ const _c0$x = ["*"];
11754
11754
  class DrLayoutBodyComponent {
11755
11755
  constructor() { }
11756
11756
  /** @nocollapse */ static { this.ɵfac = function DrLayoutBodyComponent_Factory(t) { return new (t || DrLayoutBodyComponent)(); }; }
11757
- /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$u, decls: 1, vars: 0, template: function DrLayoutBodyComponent_Template(rf, ctx) { if (rf & 1) {
11757
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$x, decls: 1, vars: 0, template: function DrLayoutBodyComponent_Template(rf, ctx) { if (rf & 1) {
11758
11758
  i0.ɵɵprojectionDef();
11759
11759
  i0.ɵɵprojection(0);
11760
11760
  } }, encapsulation: 2 }); }
@@ -11767,6 +11767,162 @@ class DrLayoutBodyComponent {
11767
11767
  }]
11768
11768
  }], function () { return []; }, null); })();
11769
11769
 
11770
+ /* eslint-disable @angular-eslint/no-host-metadata-property */
11771
+ const _c0$w = ["*"];
11772
+ class DrEmptyStateDescriptionComponent {
11773
+ /** @nocollapse */ static { this.ɵfac = function DrEmptyStateDescriptionComponent_Factory(t) { return new (t || DrEmptyStateDescriptionComponent)(); }; }
11774
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrEmptyStateDescriptionComponent, selectors: [["dr-empty-state-description"], ["", "dr-empty-state-description", ""], ["", "drEmptyStateDescription", ""]], hostAttrs: [1, "dr-empty-state__description"], standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$w, decls: 1, vars: 0, template: function DrEmptyStateDescriptionComponent_Template(rf, ctx) { if (rf & 1) {
11775
+ i0.ɵɵprojectionDef();
11776
+ i0.ɵɵprojection(0);
11777
+ } }, encapsulation: 2, changeDetection: 0 }); }
11778
+ }
11779
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrEmptyStateDescriptionComponent, [{
11780
+ type: Component,
11781
+ args: [{
11782
+ selector: 'dr-empty-state-description, [dr-empty-state-description], [drEmptyStateDescription]',
11783
+ template: '<ng-content></ng-content>',
11784
+ changeDetection: ChangeDetectionStrategy.OnPush,
11785
+ standalone: true,
11786
+ host: {
11787
+ class: 'dr-empty-state__description',
11788
+ },
11789
+ }]
11790
+ }], null, null); })();
11791
+
11792
+ /* eslint-disable @angular-eslint/no-host-metadata-property */
11793
+ const _c0$v = ["*"];
11794
+ class DrEmptyStateTitleComponent {
11795
+ /** @nocollapse */ static { this.ɵfac = function DrEmptyStateTitleComponent_Factory(t) { return new (t || DrEmptyStateTitleComponent)(); }; }
11796
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrEmptyStateTitleComponent, selectors: [["dr-empty-state-title"], ["", "dr-empty-state-title", ""], ["", "drEmptyStateTitle", ""]], hostAttrs: ["role", "heading", "aria-level", "2", 1, "dr-empty-state__title"], standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$v, decls: 1, vars: 0, template: function DrEmptyStateTitleComponent_Template(rf, ctx) { if (rf & 1) {
11797
+ i0.ɵɵprojectionDef();
11798
+ i0.ɵɵprojection(0);
11799
+ } }, encapsulation: 2, changeDetection: 0 }); }
11800
+ }
11801
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrEmptyStateTitleComponent, [{
11802
+ type: Component,
11803
+ args: [{
11804
+ selector: 'dr-empty-state-title, [dr-empty-state-title], [drEmptyStateTitle]',
11805
+ template: '<ng-content></ng-content>',
11806
+ changeDetection: ChangeDetectionStrategy.OnPush,
11807
+ standalone: true,
11808
+ host: {
11809
+ class: 'dr-empty-state__title',
11810
+ role: 'heading',
11811
+ 'aria-level': '2',
11812
+ },
11813
+ }]
11814
+ }], null, null); })();
11815
+
11816
+ function DrEmptyStateComponent_img_1_Template(rf, ctx) { if (rf & 1) {
11817
+ i0.ɵɵelement(0, "img", 4);
11818
+ } if (rf & 2) {
11819
+ const ctx_r0 = i0.ɵɵnextContext();
11820
+ i0.ɵɵproperty("src", ctx_r0.illustrationUrl, i0.ɵɵsanitizeUrl);
11821
+ i0.ɵɵattribute("alt", ctx_r0.isIllustrationDecorative ? "" : ctx_r0.illustrationAlt)("aria-hidden", ctx_r0.isIllustrationDecorative ? "true" : null);
11822
+ } }
11823
+ function DrEmptyStateComponent_h2_3_Template(rf, ctx) { if (rf & 1) {
11824
+ i0.ɵɵelementStart(0, "h2", 5);
11825
+ i0.ɵɵtext(1);
11826
+ i0.ɵɵelementEnd();
11827
+ } if (rf & 2) {
11828
+ const ctx_r1 = i0.ɵɵnextContext();
11829
+ i0.ɵɵadvance(1);
11830
+ i0.ɵɵtextInterpolate(ctx_r1.title);
11831
+ } }
11832
+ function DrEmptyStateComponent_p_5_Template(rf, ctx) { if (rf & 1) {
11833
+ i0.ɵɵelementStart(0, "p", 6);
11834
+ i0.ɵɵtext(1);
11835
+ i0.ɵɵelementEnd();
11836
+ } if (rf & 2) {
11837
+ const ctx_r2 = i0.ɵɵnextContext();
11838
+ i0.ɵɵadvance(1);
11839
+ i0.ɵɵtextInterpolate(ctx_r2.description);
11840
+ } }
11841
+ const _c0$u = [[["dr-empty-state-title"], ["", "dr-empty-state-title", ""], ["", "drEmptyStateTitle", ""]], [["dr-empty-state-description"], ["", "dr-empty-state-description", ""], ["", "drEmptyStateDescription", ""]]];
11842
+ const _c1$9 = ["dr-empty-state-title, [dr-empty-state-title], [drEmptyStateTitle]", "dr-empty-state-description, [dr-empty-state-description], [drEmptyStateDescription]"];
11843
+ class DrEmptyStateComponent {
11844
+ constructor() {
11845
+ this.title = '';
11846
+ this.description = '';
11847
+ this.illustrationUrl = '';
11848
+ this.illustrationAlt = '';
11849
+ this.role = 'status';
11850
+ this.ariaLive = 'polite';
11851
+ this.ariaAtomic = 'true';
11852
+ }
11853
+ get ariaLabelAttr() {
11854
+ return this.ariaLabel?.trim() || null;
11855
+ }
11856
+ get hasProjectedTitle() {
11857
+ return !!this.projectedTitle;
11858
+ }
11859
+ get hasProjectedDescription() {
11860
+ return !!this.projectedDescription;
11861
+ }
11862
+ get isIllustrationDecorative() {
11863
+ return !this.illustrationAlt.trim();
11864
+ }
11865
+ /** @nocollapse */ static { this.ɵfac = function DrEmptyStateComponent_Factory(t) { return new (t || DrEmptyStateComponent)(); }; }
11866
+ /** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrEmptyStateComponent, selectors: [["dr-empty-state"]], contentQueries: function DrEmptyStateComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
11867
+ i0.ɵɵcontentQuery(dirIndex, DrEmptyStateTitleComponent, 5);
11868
+ i0.ɵɵcontentQuery(dirIndex, DrEmptyStateDescriptionComponent, 5);
11869
+ } if (rf & 2) {
11870
+ let _t;
11871
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.projectedTitle = _t.first);
11872
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.projectedDescription = _t.first);
11873
+ } }, hostVars: 4, hostBindings: function DrEmptyStateComponent_HostBindings(rf, ctx) { if (rf & 2) {
11874
+ i0.ɵɵattribute("role", ctx.role)("aria-live", ctx.ariaLive)("aria-atomic", ctx.ariaAtomic)("aria-label", ctx.ariaLabelAttr);
11875
+ } }, inputs: { title: "title", description: "description", illustrationUrl: "illustrationUrl", illustrationAlt: "illustrationAlt", ariaLabel: "ariaLabel" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c1$9, decls: 6, vars: 3, consts: [[1, "dr-empty-state"], ["class", "dr-empty-state__illustration", 3, "src", 4, "ngIf"], ["class", "dr-empty-state__title", 4, "ngIf"], ["class", "dr-empty-state__description", 4, "ngIf"], [1, "dr-empty-state__illustration", 3, "src"], [1, "dr-empty-state__title"], [1, "dr-empty-state__description"]], template: function DrEmptyStateComponent_Template(rf, ctx) { if (rf & 1) {
11876
+ i0.ɵɵprojectionDef(_c0$u);
11877
+ i0.ɵɵelementStart(0, "div", 0);
11878
+ i0.ɵɵtemplate(1, DrEmptyStateComponent_img_1_Template, 1, 3, "img", 1);
11879
+ i0.ɵɵprojection(2);
11880
+ i0.ɵɵtemplate(3, DrEmptyStateComponent_h2_3_Template, 2, 1, "h2", 2);
11881
+ i0.ɵɵprojection(4, 1);
11882
+ i0.ɵɵtemplate(5, DrEmptyStateComponent_p_5_Template, 2, 1, "p", 3);
11883
+ i0.ɵɵelementEnd();
11884
+ } if (rf & 2) {
11885
+ i0.ɵɵadvance(1);
11886
+ i0.ɵɵproperty("ngIf", ctx.illustrationUrl);
11887
+ i0.ɵɵadvance(2);
11888
+ i0.ɵɵproperty("ngIf", !ctx.hasProjectedTitle && ctx.title);
11889
+ i0.ɵɵadvance(2);
11890
+ i0.ɵɵproperty("ngIf", !ctx.hasProjectedDescription && ctx.description);
11891
+ } }, dependencies: [CommonModule, i1$1.NgIf], styles: ["[_nghost-%COMP%]{display:block;height:100%}.dr-empty-state[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:4px;height:100%;width:100%;text-align:center}.dr-empty-state__illustration[_ngcontent-%COMP%]{width:140px;height:130px;object-fit:contain;margin-bottom:16px}.dr-empty-state__title[_ngcontent-%COMP%]{color:#333;font-size:16px;line-height:24px;font-weight:500;margin:0}.dr-empty-state__description[_ngcontent-%COMP%]{color:#6d6e6f;font-size:14px;line-height:24px;font-weight:400;margin:0}"], changeDetection: 0 }); }
11892
+ }
11893
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrEmptyStateComponent, [{
11894
+ type: Component,
11895
+ args: [{ selector: 'dr-empty-state', standalone: true, imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"dr-empty-state\">\n <img\n *ngIf=\"illustrationUrl\"\n class=\"dr-empty-state__illustration\"\n [src]=\"illustrationUrl\"\n [attr.alt]=\"isIllustrationDecorative ? '' : illustrationAlt\"\n [attr.aria-hidden]=\"isIllustrationDecorative ? 'true' : null\" />\n\n <ng-content select=\"dr-empty-state-title, [dr-empty-state-title], [drEmptyStateTitle]\"></ng-content>\n <h2 *ngIf=\"!hasProjectedTitle && title\" class=\"dr-empty-state__title\">{{ title }}</h2>\n\n <ng-content select=\"dr-empty-state-description, [dr-empty-state-description], [drEmptyStateDescription]\"></ng-content>\n <p *ngIf=\"!hasProjectedDescription && description\" class=\"dr-empty-state__description\">{{ description }}</p>\n</div>\n", styles: [":host{display:block;height:100%}.dr-empty-state{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:4px;height:100%;width:100%;text-align:center}.dr-empty-state__illustration{width:140px;height:130px;object-fit:contain;margin-bottom:16px}.dr-empty-state__title{color:#333;font-size:16px;line-height:24px;font-weight:500;margin:0}.dr-empty-state__description{color:#6d6e6f;font-size:14px;line-height:24px;font-weight:400;margin:0}\n"] }]
11896
+ }], null, { title: [{
11897
+ type: Input
11898
+ }], description: [{
11899
+ type: Input
11900
+ }], illustrationUrl: [{
11901
+ type: Input
11902
+ }], illustrationAlt: [{
11903
+ type: Input
11904
+ }], ariaLabel: [{
11905
+ type: Input
11906
+ }], projectedTitle: [{
11907
+ type: ContentChild,
11908
+ args: [DrEmptyStateTitleComponent]
11909
+ }], projectedDescription: [{
11910
+ type: ContentChild,
11911
+ args: [DrEmptyStateDescriptionComponent]
11912
+ }], role: [{
11913
+ type: HostBinding,
11914
+ args: ['attr.role']
11915
+ }], ariaLive: [{
11916
+ type: HostBinding,
11917
+ args: ['attr.aria-live']
11918
+ }], ariaAtomic: [{
11919
+ type: HostBinding,
11920
+ args: ['attr.aria-atomic']
11921
+ }], ariaLabelAttr: [{
11922
+ type: HostBinding,
11923
+ args: ['attr.aria-label']
11924
+ }] }); })();
11925
+
11770
11926
  function DrDetailsListComponent_li_5_Template(rf, ctx) { if (rf & 1) {
11771
11927
  i0.ɵɵelementStart(0, "li");
11772
11928
  i0.ɵɵtext(1);
@@ -20393,5 +20549,5 @@ class EmojiPickerComponent {
20393
20549
  * Generated bundle index. Do not edit.
20394
20550
  */
20395
20551
 
20396
- export { ASSETS_URL, AbstractSingleGridComponent, AllCheckedPipe, AutofocusDirective, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, CellActionComponent, CellBadgeStatusComponent, CellButtonComponent, CellCheckboxComponent, CellChildrenListComponent, CellCustomTemplateComponent, CellIconActionsComponent, CellIconTextEditComponent, CellLinkComponent, CellSelectComponent, CellSetAsDefaultComponent, CellSplitRowsComponent, CellToggleComponent, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, Colors, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_COLOR_ADDITIONAL_BLUE, DR_COLOR_ADDITIONAL_BRIGHT_GREEN, DR_COLOR_ADDITIONAL_BRIGHT_PINK, DR_COLOR_ADDITIONAL_BRIGHT_PURPLE, DR_COLOR_ADDITIONAL_COOL_LAGOON, DR_COLOR_ADDITIONAL_DARK_BLUE, DR_COLOR_ADDITIONAL_DARK_GREEN, DR_COLOR_ADDITIONAL_DEEP_MOCHA, DR_COLOR_ADDITIONAL_FRESH_LIME, DR_COLOR_ADDITIONAL_GRAPE, DR_COLOR_ADDITIONAL_HONEY, DR_COLOR_ADDITIONAL_LAVENDER, DR_COLOR_ADDITIONAL_LIGHT_BLUE, DR_COLOR_ADDITIONAL_LIGHT_PINK, DR_COLOR_ADDITIONAL_MEDIUM_GREEN, DR_COLOR_ADDITIONAL_MOUSE, DR_COLOR_ADDITIONAL_NAVY_BLUE, DR_COLOR_ADDITIONAL_ORANGE, DR_COLOR_ADDITIONAL_ROYAL_PURPLE, DR_COLOR_ADDITIONAL_SKY_BREEZE, DR_COLOR_ADDITIONAL_SOFT_CORAL, DR_COLOR_ADDITIONAL_SPACE, DR_COLOR_AI_BACKGROUND_MAIN_GRADIENT, DR_COLOR_AI_BACKGROUND_MAIN_HOVER_GRADIENT, DR_COLOR_AI_BACKGROUND_SECONDARY_HOVER_GRADIENT, DR_COLOR_AI_BORDER_SECONDARY_GRADIENT, DR_COLOR_AI_GRADIENT, DR_COLOR_AI_LIGHT_GRADIENT, DR_COLOR_AI_PURPLE_GRADIENT, DR_COLOR_BACKGROUND_DISABLED, DR_COLOR_BACKGROUND_HEADER, DR_COLOR_BACKGROUND_HOVER, DR_COLOR_BACKGROUND_MAIN, DR_COLOR_BACKGROUND_MAIN_HEADER, DR_COLOR_BACKGROUND_SECONDARY, DR_COLOR_BACKGROUND_SELECTED, DR_COLOR_BACKGROUND_STATUS_ERROR, DR_COLOR_BACKGROUND_STATUS_INFO, DR_COLOR_BACKGROUND_STATUS_PROGRESS, DR_COLOR_BACKGROUND_STATUS_REGULAR, DR_COLOR_BACKGROUND_STATUS_SUCCESS, DR_COLOR_BACKGROUND_STATUS_WARNING, DR_COLOR_BACKGROUND_WHITE, DR_COLOR_BADGE_BABY_BLUE, DR_COLOR_BADGE_BABY_PINK, DR_COLOR_BADGE_BRIGHT_GREEN, DR_COLOR_BADGE_LIGHT_PURPLE, DR_COLOR_BADGE_LIGHT_TURQUOISE, DR_COLOR_BADGE_MUTED_PLUM, DR_COLOR_BADGE_PALE_YELLOW, DR_COLOR_BADGE_PASTEL_OLIVE, DR_COLOR_BADGE_PEACH, DR_COLOR_BADGE_POWDER_BLUE_GREY, DR_COLOR_BADGE_SOFT_CORAL, DR_COLOR_BADGE_STONE, DR_COLOR_BADGE_WATER, DR_COLOR_BORDER_ACTIVE, DR_COLOR_BORDER_DISABLED, DR_COLOR_BORDER_DIVIDER, DR_COLOR_BORDER_ERROR, DR_COLOR_BORDER_HOVER, DR_COLOR_BORDER_INPUT, DR_COLOR_GRAY, DR_COLOR_GRAY_DARK, DR_COLOR_GRAY_DARKER, DR_COLOR_GRAY_LIGHT, DR_COLOR_GRAY_MEDIUM_DARK, DR_COLOR_GRAY_MEDIUM_LIGHT, DR_COLOR_PINK, DR_COLOR_PINK_DARK, DR_COLOR_PINK_DARKER, DR_COLOR_PINK_LIGHT, DR_COLOR_PINK_LIGHTER, DR_COLOR_PINK_SUPER_LIGHT, DR_COLOR_PINK_ULTRA_LIGHTER, DR_COLOR_PRIMARY, DR_COLOR_PRIMARY_DARK, DR_COLOR_PRIMARY_DARKER, DR_COLOR_PRIMARY_GRADIENT, DR_COLOR_PRIMARY_LIGHT, DR_COLOR_PRIMARY_LIGHTER, DR_COLOR_PRIMARY_SUPER_LIGHT, DR_COLOR_PRIMARY_ULTRA_LIGHT, DR_COLOR_STATUS_ERROR, DR_COLOR_STATUS_INFO, DR_COLOR_STATUS_PROGRESS, DR_COLOR_STATUS_REGULAR, DR_COLOR_STATUS_SUCCESS, DR_COLOR_STATUS_WARNING, DR_COLOR_TEXT_ACTIVE, DR_COLOR_TEXT_DISABLED, DR_COLOR_TEXT_ERROR, DR_COLOR_TEXT_INFO, DR_COLOR_TEXT_MAIN, DR_COLOR_TEXT_SECONDARY, DR_COLOR_TEXT_SUCCESS, DR_COLOR_TEXT_WARNING, DR_COLOR_TEXT_WHITE, DR_COLOR_YELLOW, DR_COLOR_YELLOW_DARK, DR_COLOR_YELLOW_DARKER, DR_COLOR_YELLOW_LIGHT, DR_COLOR_YELLOW_LIGHTER, DR_COLOR_YELLOW_SUPER_LIGHT, DR_COLOR_YELLOW_ULTRA_LIGHT, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTags, DateTimePickerComponent, Debounce, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeComponent, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrCardComponent, DrCardContentComponent, DrCardHeaderActionsComponent, DrCardHeaderComponent, DrCardModule, DrCardSubtitleComponent, DrCardTitleComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDividerComponent, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrErrorComponent, DrErrorModule, DrFileUploadComponent, DrFileUploadImageTemplateComponent, DrFileUploadItemComponent, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrGridColumnsFilterPopoverComponent, DrGridComponent, DrGridNoRowsComponent, DrGridPaginationComponent, DrGridToolbarComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrListOverflowComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrSystemMessageComponent, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagDateComponent, DrTagDayComponent, DrTagForecastComponent, DrTagListComponent, DrTagMonthComponent, DrTagQuarterComponent, DrTagWeekComponent, DrTagYearComponent, DrTagsAndScenarioComponent, DrTagsAndScenarioConstructorComponent, DrTagsConstructorComponent, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective, EmojiPickerComponent, FeedbackSentiment, FileUploadValidationService, FilterDropdownComponent, FilterPipe, FiscalMonthAdapter, ForecastTagService, GMT_OFFSETS, GRID_THEME_OPTIONS, GridDrEventType, GridSortDirections, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, IndeterminatePipe, LOCAL_TIME_ZONE_OFFSET, LetContext, LetDirective, LinkTheme, OrderDownlineTreeviewEventParser, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, SeparateTableColumnDirective, SeparateTableComponent, StepWizardDirective, StepperComponent, StepperWizardComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TblHeaderComponent, TblToggleButtonHeaderComponent, TextOverflowComponent, Throttle, TimePickerComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipCustomComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, TruncateTextDirective, getColumnSortingBySortType, getGMTLabel, getSortTypeByColumnSorting, gridSortArrayByLength, gridSortArrayWithSystem, gridSortDate, gridSortNumber, gridSortWithFormatter, gridSortWithSystem, gridSortWithSystemAndFormatter, gridSumAggregation };
20552
+ export { ASSETS_URL, AbstractSingleGridComponent, AllCheckedPipe, AutofocusDirective, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, CellActionComponent, CellBadgeStatusComponent, CellButtonComponent, CellCheckboxComponent, CellChildrenListComponent, CellCustomTemplateComponent, CellIconActionsComponent, CellIconTextEditComponent, CellLinkComponent, CellSelectComponent, CellSetAsDefaultComponent, CellSplitRowsComponent, CellToggleComponent, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, Colors, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_COLOR_ADDITIONAL_BLUE, DR_COLOR_ADDITIONAL_BRIGHT_GREEN, DR_COLOR_ADDITIONAL_BRIGHT_PINK, DR_COLOR_ADDITIONAL_BRIGHT_PURPLE, DR_COLOR_ADDITIONAL_COOL_LAGOON, DR_COLOR_ADDITIONAL_DARK_BLUE, DR_COLOR_ADDITIONAL_DARK_GREEN, DR_COLOR_ADDITIONAL_DEEP_MOCHA, DR_COLOR_ADDITIONAL_FRESH_LIME, DR_COLOR_ADDITIONAL_GRAPE, DR_COLOR_ADDITIONAL_HONEY, DR_COLOR_ADDITIONAL_LAVENDER, DR_COLOR_ADDITIONAL_LIGHT_BLUE, DR_COLOR_ADDITIONAL_LIGHT_PINK, DR_COLOR_ADDITIONAL_MEDIUM_GREEN, DR_COLOR_ADDITIONAL_MOUSE, DR_COLOR_ADDITIONAL_NAVY_BLUE, DR_COLOR_ADDITIONAL_ORANGE, DR_COLOR_ADDITIONAL_ROYAL_PURPLE, DR_COLOR_ADDITIONAL_SKY_BREEZE, DR_COLOR_ADDITIONAL_SOFT_CORAL, DR_COLOR_ADDITIONAL_SPACE, DR_COLOR_AI_BACKGROUND_MAIN_GRADIENT, DR_COLOR_AI_BACKGROUND_MAIN_HOVER_GRADIENT, DR_COLOR_AI_BACKGROUND_SECONDARY_HOVER_GRADIENT, DR_COLOR_AI_BORDER_SECONDARY_GRADIENT, DR_COLOR_AI_GRADIENT, DR_COLOR_AI_LIGHT_GRADIENT, DR_COLOR_AI_PURPLE_GRADIENT, DR_COLOR_BACKGROUND_DISABLED, DR_COLOR_BACKGROUND_HEADER, DR_COLOR_BACKGROUND_HOVER, DR_COLOR_BACKGROUND_MAIN, DR_COLOR_BACKGROUND_MAIN_HEADER, DR_COLOR_BACKGROUND_SECONDARY, DR_COLOR_BACKGROUND_SELECTED, DR_COLOR_BACKGROUND_STATUS_ERROR, DR_COLOR_BACKGROUND_STATUS_INFO, DR_COLOR_BACKGROUND_STATUS_PROGRESS, DR_COLOR_BACKGROUND_STATUS_REGULAR, DR_COLOR_BACKGROUND_STATUS_SUCCESS, DR_COLOR_BACKGROUND_STATUS_WARNING, DR_COLOR_BACKGROUND_WHITE, DR_COLOR_BADGE_BABY_BLUE, DR_COLOR_BADGE_BABY_PINK, DR_COLOR_BADGE_BRIGHT_GREEN, DR_COLOR_BADGE_LIGHT_PURPLE, DR_COLOR_BADGE_LIGHT_TURQUOISE, DR_COLOR_BADGE_MUTED_PLUM, DR_COLOR_BADGE_PALE_YELLOW, DR_COLOR_BADGE_PASTEL_OLIVE, DR_COLOR_BADGE_PEACH, DR_COLOR_BADGE_POWDER_BLUE_GREY, DR_COLOR_BADGE_SOFT_CORAL, DR_COLOR_BADGE_STONE, DR_COLOR_BADGE_WATER, DR_COLOR_BORDER_ACTIVE, DR_COLOR_BORDER_DISABLED, DR_COLOR_BORDER_DIVIDER, DR_COLOR_BORDER_ERROR, DR_COLOR_BORDER_HOVER, DR_COLOR_BORDER_INPUT, DR_COLOR_GRAY, DR_COLOR_GRAY_DARK, DR_COLOR_GRAY_DARKER, DR_COLOR_GRAY_LIGHT, DR_COLOR_GRAY_MEDIUM_DARK, DR_COLOR_GRAY_MEDIUM_LIGHT, DR_COLOR_PINK, DR_COLOR_PINK_DARK, DR_COLOR_PINK_DARKER, DR_COLOR_PINK_LIGHT, DR_COLOR_PINK_LIGHTER, DR_COLOR_PINK_SUPER_LIGHT, DR_COLOR_PINK_ULTRA_LIGHTER, DR_COLOR_PRIMARY, DR_COLOR_PRIMARY_DARK, DR_COLOR_PRIMARY_DARKER, DR_COLOR_PRIMARY_GRADIENT, DR_COLOR_PRIMARY_LIGHT, DR_COLOR_PRIMARY_LIGHTER, DR_COLOR_PRIMARY_SUPER_LIGHT, DR_COLOR_PRIMARY_ULTRA_LIGHT, DR_COLOR_STATUS_ERROR, DR_COLOR_STATUS_INFO, DR_COLOR_STATUS_PROGRESS, DR_COLOR_STATUS_REGULAR, DR_COLOR_STATUS_SUCCESS, DR_COLOR_STATUS_WARNING, DR_COLOR_TEXT_ACTIVE, DR_COLOR_TEXT_DISABLED, DR_COLOR_TEXT_ERROR, DR_COLOR_TEXT_INFO, DR_COLOR_TEXT_MAIN, DR_COLOR_TEXT_SECONDARY, DR_COLOR_TEXT_SUCCESS, DR_COLOR_TEXT_WARNING, DR_COLOR_TEXT_WHITE, DR_COLOR_YELLOW, DR_COLOR_YELLOW_DARK, DR_COLOR_YELLOW_DARKER, DR_COLOR_YELLOW_LIGHT, DR_COLOR_YELLOW_LIGHTER, DR_COLOR_YELLOW_SUPER_LIGHT, DR_COLOR_YELLOW_ULTRA_LIGHT, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTags, DateTimePickerComponent, Debounce, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeComponent, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrCardComponent, DrCardContentComponent, DrCardHeaderActionsComponent, DrCardHeaderComponent, DrCardModule, DrCardSubtitleComponent, DrCardTitleComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDividerComponent, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrEmptyStateComponent, DrEmptyStateDescriptionComponent, DrEmptyStateTitleComponent, DrErrorComponent, DrErrorModule, DrFileUploadComponent, DrFileUploadImageTemplateComponent, DrFileUploadItemComponent, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrGridColumnsFilterPopoverComponent, DrGridComponent, DrGridNoRowsComponent, DrGridPaginationComponent, DrGridToolbarComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrListOverflowComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrSystemMessageComponent, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagDateComponent, DrTagDayComponent, DrTagForecastComponent, DrTagListComponent, DrTagMonthComponent, DrTagQuarterComponent, DrTagWeekComponent, DrTagYearComponent, DrTagsAndScenarioComponent, DrTagsAndScenarioConstructorComponent, DrTagsConstructorComponent, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective, EmojiPickerComponent, FeedbackSentiment, FileUploadValidationService, FilterDropdownComponent, FilterPipe, FiscalMonthAdapter, ForecastTagService, GMT_OFFSETS, GRID_THEME_OPTIONS, GridDrEventType, GridSortDirections, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, IndeterminatePipe, LOCAL_TIME_ZONE_OFFSET, LetContext, LetDirective, LinkTheme, OrderDownlineTreeviewEventParser, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, SeparateTableColumnDirective, SeparateTableComponent, StepWizardDirective, StepperComponent, StepperWizardComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TblHeaderComponent, TblToggleButtonHeaderComponent, TextOverflowComponent, Throttle, TimePickerComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipCustomComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, TruncateTextDirective, getColumnSortingBySortType, getGMTLabel, getSortTypeByColumnSorting, gridSortArrayByLength, gridSortArrayWithSystem, gridSortDate, gridSortNumber, gridSortWithFormatter, gridSortWithSystem, gridSortWithSystemAndFormatter, gridSumAggregation };
20397
20553
  //# sourceMappingURL=datarailsshared-datarailsshared.mjs.map