@datarailsshared/datarailsshared 1.6.165 → 1.6.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/datarailsshared-datarailsshared-1.6.169.tgz +0 -0
- package/esm2022/lib/dr-badge/dr-badge.component.mjs +31 -0
- package/esm2022/lib/dr-inputs/date-pickers/dr-date-picker_custom-header/dr-date-picker_custom-header.component.mjs +72 -84
- package/esm2022/lib/dr-inputs/date-pickers/dr-fiscal-month-calendar-picker/dr-fiscal-month-calendar-header.component.mjs +72 -84
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/datarailsshared-datarailsshared.mjs +260 -255
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/dr-badge/dr-badge.component.d.ts +10 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/datarailsshared-datarailsshared-1.6.165.tgz +0 -0
|
@@ -642,7 +642,7 @@ var TooltipTheme;
|
|
|
642
642
|
TooltipTheme["DARK"] = "dark";
|
|
643
643
|
})(TooltipTheme || (TooltipTheme = {}));
|
|
644
644
|
|
|
645
|
-
const _c0$
|
|
645
|
+
const _c0$N = ["*"];
|
|
646
646
|
class TooltipDefaultComponent {
|
|
647
647
|
constructor() {
|
|
648
648
|
this.theme = TooltipTheme.LIGHT;
|
|
@@ -650,7 +650,7 @@ class TooltipDefaultComponent {
|
|
|
650
650
|
/** @nocollapse */ static { this.ɵfac = function TooltipDefaultComponent_Factory(t) { return new (t || TooltipDefaultComponent)(); }; }
|
|
651
651
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipDefaultComponent, selectors: [["dr-tooltip-default"]], hostVars: 2, hostBindings: function TooltipDefaultComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
652
652
|
i0.ɵɵclassMap(ctx.theme);
|
|
653
|
-
} }, inputs: { content: "content", theme: "theme" }, ngContentSelectors: _c0$
|
|
653
|
+
} }, inputs: { content: "content", theme: "theme" }, ngContentSelectors: _c0$N, decls: 2, vars: 1, consts: [[1, "content", 3, "innerHTML"]], template: function TooltipDefaultComponent_Template(rf, ctx) { if (rf & 1) {
|
|
654
654
|
i0.ɵɵprojectionDef();
|
|
655
655
|
i0.ɵɵelement(0, "span", 0);
|
|
656
656
|
i0.ɵɵprojection(1);
|
|
@@ -691,7 +691,7 @@ function TooltipComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
691
691
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
692
692
|
i0.ɵɵproperty("content", ctx_r3.content)("theme", ctx_r3.theme);
|
|
693
693
|
} }
|
|
694
|
-
const _c0$
|
|
694
|
+
const _c0$M = function (a0) { return { "dr-tooltip": a0 }; };
|
|
695
695
|
class TooltipComponent {
|
|
696
696
|
constructor() {
|
|
697
697
|
this.isContentTemplate = false;
|
|
@@ -721,7 +721,7 @@ class TooltipComponent {
|
|
|
721
721
|
} if (rf & 2) {
|
|
722
722
|
const _r2 = i0.ɵɵreference(4);
|
|
723
723
|
i0.ɵɵclassMap(ctx.position + " " + ctx.class + " " + ctx.theme);
|
|
724
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$
|
|
724
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$M, !(ctx.options == null ? null : ctx.options.withoutContainerStyles)));
|
|
725
725
|
i0.ɵɵadvance(1);
|
|
726
726
|
i0.ɵɵproperty("ngIf", !(ctx.options == null ? null : ctx.options.withoutArrow));
|
|
727
727
|
i0.ɵɵadvance(1);
|
|
@@ -1063,7 +1063,7 @@ class DrModelDebounceChangeDirective {
|
|
|
1063
1063
|
type: Output
|
|
1064
1064
|
}] }); })();
|
|
1065
1065
|
|
|
1066
|
-
const _c0$
|
|
1066
|
+
const _c0$L = ["prefix"];
|
|
1067
1067
|
const _c1$k = ["suffix"];
|
|
1068
1068
|
const _c2$c = ["inputRef"];
|
|
1069
1069
|
function DrInputComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -1276,7 +1276,7 @@ class DrInputComponent {
|
|
|
1276
1276
|
}
|
|
1277
1277
|
/** @nocollapse */ static { this.ɵfac = function DrInputComponent_Factory(t) { return new (t || DrInputComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
1278
1278
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrInputComponent, selectors: [["dr-input"]], contentQueries: function DrInputComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1279
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
1279
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$L, 5);
|
|
1280
1280
|
i0.ɵɵcontentQuery(dirIndex, _c1$k, 5);
|
|
1281
1281
|
} if (rf & 2) {
|
|
1282
1282
|
let _t;
|
|
@@ -1400,7 +1400,7 @@ class DrInputComponent {
|
|
|
1400
1400
|
args: ['tabindex']
|
|
1401
1401
|
}] }); })();
|
|
1402
1402
|
|
|
1403
|
-
const _c0$
|
|
1403
|
+
const _c0$K = ["labelTemplate"];
|
|
1404
1404
|
const _c1$j = ["multiLabelTemplate"];
|
|
1405
1405
|
const _c2$b = ["optionTemplate"];
|
|
1406
1406
|
const _c3$6 = ["optionHeaderTemplate"];
|
|
@@ -1648,7 +1648,7 @@ class DrSelectComponent {
|
|
|
1648
1648
|
}
|
|
1649
1649
|
/** @nocollapse */ static { this.ɵfac = function DrSelectComponent_Factory(t) { return new (t || DrSelectComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
|
|
1650
1650
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectComponent, selectors: [["dr-select"]], contentQueries: function DrSelectComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1651
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
1651
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$K, 5);
|
|
1652
1652
|
i0.ɵɵcontentQuery(dirIndex, _c1$j, 5);
|
|
1653
1653
|
i0.ɵɵcontentQuery(dirIndex, _c2$b, 5);
|
|
1654
1654
|
i0.ɵɵcontentQuery(dirIndex, _c3$6, 5);
|
|
@@ -1848,112 +1848,77 @@ class DrShowTimeframePipe {
|
|
|
1848
1848
|
}]
|
|
1849
1849
|
}], null, null); })();
|
|
1850
1850
|
|
|
1851
|
-
const _c0$
|
|
1851
|
+
const _c0$J = ["class", "component"];
|
|
1852
1852
|
const _c1$i = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
1853
|
-
function
|
|
1854
|
-
const
|
|
1855
|
-
i0.ɵɵelementStart(0, "div",
|
|
1856
|
-
i0.ɵɵlistener("click", function
|
|
1853
|
+
function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
1854
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
1855
|
+
i0.ɵɵelementStart(0, "div", 14);
|
|
1856
|
+
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template_div_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r7); const tag_r5 = restoredCtx.$implicit; const ctx_r6 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r6.onSelectPresetTag(tag_r5)); });
|
|
1857
1857
|
i0.ɵɵtext(1);
|
|
1858
1858
|
i0.ɵɵelementEnd();
|
|
1859
1859
|
} if (rf & 2) {
|
|
1860
|
-
const
|
|
1861
|
-
const
|
|
1862
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$i,
|
|
1860
|
+
const tag_r5 = ctx.$implicit;
|
|
1861
|
+
const ctx_r4 = i0.ɵɵnextContext(3);
|
|
1862
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$i, tag_r5.key === ctx_r4.selectedPresetTag))("drTooltip", ctx_r4.selectedPresetTag === tag_r5.key ? "Unselect preset" : "")("drTooltipPosition", "top");
|
|
1863
1863
|
i0.ɵɵadvance(1);
|
|
1864
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
1864
|
+
i0.ɵɵtextInterpolate1(" ", tag_r5.label, " ");
|
|
1865
1865
|
} }
|
|
1866
|
-
function
|
|
1867
|
-
|
|
1868
|
-
i0.ɵɵ
|
|
1869
|
-
i0.ɵɵtemplate(2,
|
|
1870
|
-
i0.ɵɵelementEnd();
|
|
1866
|
+
const _c2$a = function (a0) { return { "dr-datepicker-preset-date__tags--solo": a0 }; };
|
|
1867
|
+
function DrDatePickerCustomHeaderComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
1868
|
+
i0.ɵɵelementStart(0, "div", 11)(1, "div", 12);
|
|
1869
|
+
i0.ɵɵtemplate(2, DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template, 2, 6, "div", 13);
|
|
1870
|
+
i0.ɵɵelementEnd()();
|
|
1871
1871
|
} if (rf & 2) {
|
|
1872
|
-
const
|
|
1873
|
-
i0.ɵɵadvance(
|
|
1874
|
-
i0.ɵɵproperty("
|
|
1872
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
1873
|
+
i0.ɵɵadvance(1);
|
|
1874
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c2$a, !ctx_r2.datePickerService.isUsingTimeFrameSelect));
|
|
1875
|
+
i0.ɵɵadvance(1);
|
|
1876
|
+
i0.ɵɵproperty("ngForOf", ctx_r2.datePickerService.availableDateTagPresets);
|
|
1875
1877
|
} }
|
|
1876
|
-
function
|
|
1877
|
-
const
|
|
1878
|
-
i0.ɵɵelementStart(0, "dr-select",
|
|
1879
|
-
i0.ɵɵlistener("ngModelChange", function
|
|
1878
|
+
function DrDatePickerCustomHeaderComponent_div_0_dr_select_2_Template(rf, ctx) { if (rf & 1) {
|
|
1879
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
1880
|
+
i0.ɵɵelementStart(0, "dr-select", 15);
|
|
1881
|
+
i0.ɵɵlistener("ngModelChange", function DrDatePickerCustomHeaderComponent_div_0_dr_select_2_Template_dr_select_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.setTimeframe($event)); });
|
|
1880
1882
|
i0.ɵɵpipe(1, "drShowTimeframePipe");
|
|
1881
1883
|
i0.ɵɵelementEnd();
|
|
1882
1884
|
} if (rf & 2) {
|
|
1883
|
-
const
|
|
1884
|
-
i0.ɵɵproperty("ngModel",
|
|
1885
|
+
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
1886
|
+
i0.ɵɵproperty("ngModel", ctx_r3.selectedTimeframe)("items", i0.ɵɵpipeBind2(1, 2, ctx_r3.timeframeOptions, ctx_r3.datePickerService.availableTimeframes));
|
|
1885
1887
|
} }
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
i0.ɵɵ
|
|
1889
|
-
i0.ɵɵtemplate(2,
|
|
1890
|
-
i0.ɵɵelementEnd();
|
|
1891
|
-
i0.ɵɵtemplate(3, DrDatePickerCustomHeaderComponent_div_0_div_1_dr_select_3_Template, 2, 5, "dr-select", 13);
|
|
1888
|
+
function DrDatePickerCustomHeaderComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
1889
|
+
i0.ɵɵelementStart(0, "div", 8);
|
|
1890
|
+
i0.ɵɵtemplate(1, DrDatePickerCustomHeaderComponent_div_0_div_1_Template, 3, 4, "div", 9);
|
|
1891
|
+
i0.ɵɵtemplate(2, DrDatePickerCustomHeaderComponent_div_0_dr_select_2_Template, 2, 5, "dr-select", 10);
|
|
1892
1892
|
i0.ɵɵelementEnd();
|
|
1893
1893
|
} if (rf & 2) {
|
|
1894
|
-
const
|
|
1895
|
-
i0.ɵɵadvance(1);
|
|
1896
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c2$a, ctx_r1.datePickerService.isUsingTimeFrameSelect));
|
|
1894
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
1897
1895
|
i0.ɵɵadvance(1);
|
|
1898
|
-
i0.ɵɵproperty("ngIf",
|
|
1896
|
+
i0.ɵɵproperty("ngIf", ctx_r0.datePickerService.isUsingDateTagPresets);
|
|
1899
1897
|
i0.ɵɵadvance(1);
|
|
1900
|
-
i0.ɵɵproperty("ngIf",
|
|
1898
|
+
i0.ɵɵproperty("ngIf", ctx_r0.datePickerService.isUsingTimeFrameSelect);
|
|
1901
1899
|
} }
|
|
1902
|
-
function
|
|
1903
|
-
const
|
|
1904
|
-
i0.ɵɵelementStart(0, "div",
|
|
1905
|
-
i0.ɵɵlistener("click", function
|
|
1900
|
+
function DrDatePickerCustomHeaderComponent_div_11_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
1901
|
+
const _r14 = i0.ɵɵgetCurrentView();
|
|
1902
|
+
i0.ɵɵelementStart(0, "div", 19);
|
|
1903
|
+
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_div_11_div_2_Template_div_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r14); const quarter_r12 = restoredCtx.$implicit; const ctx_r13 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r13.onSelectQuarter(quarter_r12)); });
|
|
1906
1904
|
i0.ɵɵtext(1);
|
|
1907
1905
|
i0.ɵɵelementEnd();
|
|
1908
1906
|
} if (rf & 2) {
|
|
1909
|
-
const
|
|
1910
|
-
const
|
|
1911
|
-
i0.ɵɵclassMap(
|
|
1912
|
-
i0.ɵɵclassProp("quarter-selector--disabled",
|
|
1907
|
+
const quarter_r12 = ctx.$implicit;
|
|
1908
|
+
const ctx_r11 = i0.ɵɵnextContext(2);
|
|
1909
|
+
i0.ɵɵclassMap(quarter_r12 === ctx_r11.selectedQuarter ? "selected" : "");
|
|
1910
|
+
i0.ɵɵclassProp("quarter-selector--disabled", ctx_r11.isQuarterDisabled(quarter_r12));
|
|
1913
1911
|
i0.ɵɵadvance(1);
|
|
1914
|
-
i0.ɵɵtextInterpolate1(" Q",
|
|
1912
|
+
i0.ɵɵtextInterpolate1(" Q", quarter_r12, " ");
|
|
1915
1913
|
} }
|
|
1916
|
-
function
|
|
1917
|
-
i0.ɵɵelementStart(0, "div",
|
|
1918
|
-
i0.ɵɵtemplate(2,
|
|
1914
|
+
function DrDatePickerCustomHeaderComponent_div_11_Template(rf, ctx) { if (rf & 1) {
|
|
1915
|
+
i0.ɵɵelementStart(0, "div", 16, 17);
|
|
1916
|
+
i0.ɵɵtemplate(2, DrDatePickerCustomHeaderComponent_div_11_div_2_Template, 2, 5, "div", 18);
|
|
1919
1917
|
i0.ɵɵelementEnd();
|
|
1920
1918
|
} if (rf & 2) {
|
|
1921
|
-
const
|
|
1922
|
-
i0.ɵɵadvance(2);
|
|
1923
|
-
i0.ɵɵproperty("ngForOf", ctx_r2.quarters);
|
|
1924
|
-
} }
|
|
1925
|
-
function DrDatePickerCustomHeaderComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
1926
|
-
const _r17 = i0.ɵɵgetCurrentView();
|
|
1927
|
-
i0.ɵɵelementStart(0, "div", 1);
|
|
1928
|
-
i0.ɵɵtemplate(1, DrDatePickerCustomHeaderComponent_div_0_div_1_Template, 4, 5, "div", 2);
|
|
1929
|
-
i0.ɵɵelementStart(2, "div", 3)(3, "div", 4);
|
|
1930
|
-
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_div_0_Template_div_click_3_listener() { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r16.pagingClicked(false)); });
|
|
1931
|
-
i0.ɵɵelement(4, "i", 5);
|
|
1932
|
-
i0.ɵɵelementEnd();
|
|
1933
|
-
i0.ɵɵelementStart(5, "span", 6)(6, "span", 7);
|
|
1934
|
-
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_div_0_Template_span_click_6_listener() { i0.ɵɵrestoreView(_r17); const ctx_r18 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r18.switchViewOnClickOnPeriodLabel(ctx_r18.calendarView.FOR_MONTHS)); });
|
|
1935
|
-
i0.ɵɵtext(7);
|
|
1936
|
-
i0.ɵɵelementEnd();
|
|
1937
|
-
i0.ɵɵelementStart(8, "span", 7);
|
|
1938
|
-
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_div_0_Template_span_click_8_listener() { i0.ɵɵrestoreView(_r17); const ctx_r19 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r19.switchViewOnClickOnPeriodLabel(ctx_r19.calendarView.FOR_YEARS)); });
|
|
1939
|
-
i0.ɵɵtext(9);
|
|
1940
|
-
i0.ɵɵelementEnd()();
|
|
1941
|
-
i0.ɵɵelementStart(10, "div", 4);
|
|
1942
|
-
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_div_0_Template_div_click_10_listener() { i0.ɵɵrestoreView(_r17); const ctx_r20 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r20.pagingClicked(true)); });
|
|
1943
|
-
i0.ɵɵelement(11, "i", 8);
|
|
1944
|
-
i0.ɵɵelementEnd()();
|
|
1945
|
-
i0.ɵɵtemplate(12, DrDatePickerCustomHeaderComponent_div_0_div_12_Template, 3, 1, "div", 9);
|
|
1946
|
-
i0.ɵɵelementEnd();
|
|
1947
|
-
} if (rf & 2) {
|
|
1948
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
1949
|
-
i0.ɵɵadvance(1);
|
|
1950
|
-
i0.ɵɵproperty("ngIf", ctx_r0.datePickerService.isUsingDateTagPresets);
|
|
1951
|
-
i0.ɵɵadvance(6);
|
|
1952
|
-
i0.ɵɵtextInterpolate(ctx_r0.periodMonthLabel + " ");
|
|
1919
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
1953
1920
|
i0.ɵɵadvance(2);
|
|
1954
|
-
i0.ɵɵ
|
|
1955
|
-
i0.ɵɵadvance(3);
|
|
1956
|
-
i0.ɵɵproperty("ngIf", ctx_r0.currentViewIsQuarter);
|
|
1921
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.quarters);
|
|
1957
1922
|
} }
|
|
1958
1923
|
class DrDatePickerCustomHeaderComponent {
|
|
1959
1924
|
get selectedPresetTag() {
|
|
@@ -2168,15 +2133,38 @@ class DrDatePickerCustomHeaderComponent {
|
|
|
2168
2133
|
calendar.insertBefore(selector.location.nativeElement, calendar.firstChild);
|
|
2169
2134
|
}
|
|
2170
2135
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerCustomHeaderComponent_Factory(t) { return new (t || DrDatePickerCustomHeaderComponent)(i0.ɵɵdirectiveInject(i6.MatCalendar), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
2171
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$
|
|
2172
|
-
i0.ɵɵtemplate(0, DrDatePickerCustomHeaderComponent_div_0_Template,
|
|
2136
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$J, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["class", "dr-datepicker__timeframe-select", "bindLabel", "title", "bindValue", "value", 3, "ngModel", "items", "ngModelChange", 4, "ngIf"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags", 3, "ngClass"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrDatePickerCustomHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2137
|
+
i0.ɵɵtemplate(0, DrDatePickerCustomHeaderComponent_div_0_Template, 3, 2, "div", 0);
|
|
2138
|
+
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
2139
|
+
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
2140
|
+
i0.ɵɵelement(3, "i", 3);
|
|
2141
|
+
i0.ɵɵelementEnd();
|
|
2142
|
+
i0.ɵɵelementStart(4, "span", 4)(5, "span", 5);
|
|
2143
|
+
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_span_click_5_listener() { return ctx.switchViewOnClickOnPeriodLabel(ctx.calendarView.FOR_MONTHS); });
|
|
2144
|
+
i0.ɵɵtext(6);
|
|
2145
|
+
i0.ɵɵelementEnd();
|
|
2146
|
+
i0.ɵɵelementStart(7, "span", 5);
|
|
2147
|
+
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_span_click_7_listener() { return ctx.switchViewOnClickOnPeriodLabel(ctx.calendarView.FOR_YEARS); });
|
|
2148
|
+
i0.ɵɵtext(8);
|
|
2149
|
+
i0.ɵɵelementEnd()();
|
|
2150
|
+
i0.ɵɵelementStart(9, "div", 2);
|
|
2151
|
+
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_div_click_9_listener() { return ctx.pagingClicked(true); });
|
|
2152
|
+
i0.ɵɵelement(10, "i", 6);
|
|
2153
|
+
i0.ɵɵelementEnd()();
|
|
2154
|
+
i0.ɵɵtemplate(11, DrDatePickerCustomHeaderComponent_div_11_Template, 3, 1, "div", 7);
|
|
2173
2155
|
} if (rf & 2) {
|
|
2174
2156
|
i0.ɵɵproperty("ngIf", ctx.datePickerService.isTimeframeSelectionEnabled);
|
|
2157
|
+
i0.ɵɵadvance(6);
|
|
2158
|
+
i0.ɵɵtextInterpolate(ctx.periodMonthLabel + " ");
|
|
2159
|
+
i0.ɵɵadvance(2);
|
|
2160
|
+
i0.ɵɵtextInterpolate(ctx.periodYearLabel);
|
|
2161
|
+
i0.ɵɵadvance(3);
|
|
2162
|
+
i0.ɵɵproperty("ngIf", ctx.currentViewIsQuarter);
|
|
2175
2163
|
} }, dependencies: [i1$2.NgControlStatus, i1$2.NgModel, i1.NgClass, i1.NgForOf, i1.NgIf, DrTooltipDirective, DrSelectComponent, DrShowTimeframePipe], styles: ["[_nghost-%COMP%]{height:54px;align-items:center;font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:22px}.dr-datepicker__timeframe-select__wrapper[_ngcontent-%COMP%]{background-color:#f9faff;padding:16px 32px;border-radius:18px 18px 0 0}.dr-datepicker-preset-date[_ngcontent-%COMP%]{display:flex;flex-direction:column}.dr-datepicker-preset-date__tags[_ngcontent-%COMP%]{display:flex;padding-bottom:21px;padding-top:10px;font-size:12px}.dr-datepicker-preset-date__tags--solo[_ngcontent-%COMP%]{padding:16px 32px;gap:16px;justify-content:center}.dr-datepicker-preset-date__tags--solo[_ngcontent-%COMP%] .dr-datepicker-preset-date__tags__tag[_ngcontent-%COMP%]{padding:4px 8px;justify-content:center;display:flex;flex:1 0 0}.dr-datepicker-preset-date__tags__tag[_ngcontent-%COMP%]{cursor:pointer;font-weight:400;line-height:20px!important;padding:2px 8px;border:1px solid #9ea1aa;border-radius:18px;background:#fff;margin-right:4px}.dr-datepicker-preset-date__tags__tag--selected[_ngcontent-%COMP%]{color:#4646ce;background:#f2f2fb;border:1px solid #4646ce}.dr-date-paging[_ngcontent-%COMP%]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 32px 32px;gap:4px}.dr-date-paging.flip-page-button[_ngcontent-%COMP%]{width:20px;height:20px;padding:0;color:#4e566c}.dr-date-paging.flip-page-button[_ngcontent-%COMP%]:hover{border-radius:50%;background:#f2f2fb;color:#4646ce}.example-header-label[_ngcontent-%COMP%]{cursor:pointer}.dr-quarterly-datepicker[_ngcontent-%COMP%]{display:flex;justify-content:space-between;padding:10px}.dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector[_ngcontent-%COMP%]{display:block;width:74px;height:40px;text-align:center;border-radius:40px;font-weight:400;padding-top:9px}.dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector[_ngcontent-%COMP%]:hover{background:#f2f2fb;color:#4646ce;font-weight:600;cursor:pointer}.dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector.selected[_ngcontent-%COMP%]{background-color:#4646ce;color:#f3f7ff;font-weight:600}.dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector--disabled[_ngcontent-%COMP%], .dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector--disabled.selected[_ngcontent-%COMP%]{pointer-events:none;background-color:transparent;color:#aeabac;font-weight:400}"], changeDetection: 0 }); }
|
|
2176
2164
|
}
|
|
2177
2165
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrDatePickerCustomHeaderComponent, [{
|
|
2178
2166
|
type: Component,
|
|
2179
|
-
args: [{ selector: 'dr-date-picker_custom-header.component', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div *ngIf=\"datePickerService.isTimeframeSelectionEnabled\" class=\"dr-datepicker__timeframe-select__wrapper\">\n <div *ngIf=\"datePickerService.isUsingDateTagPresets\" class=\"dr-datepicker-preset-date\">\n <div class=\"dr-datepicker-preset-date__tags\"\n [ngClass]=\"{ 'dr-datepicker-preset-date__tags--solo': datePickerService.isUsingTimeFrameSelect }\">\n <div\n *
|
|
2167
|
+
args: [{ selector: 'dr-date-picker_custom-header.component', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div *ngIf=\"datePickerService.isTimeframeSelectionEnabled\" class=\"dr-datepicker__timeframe-select__wrapper\">\n <div *ngIf=\"datePickerService.isUsingDateTagPresets\" class=\"dr-datepicker-preset-date\">\n <div class=\"dr-datepicker-preset-date__tags\"\n [ngClass]=\"{ 'dr-datepicker-preset-date__tags--solo': !datePickerService.isUsingTimeFrameSelect }\">\n <div\n *ngFor=\"let tag of datePickerService.availableDateTagPresets\"\n id=\"preset_tag\"\n class=\"dr-datepicker-preset-date__tags__tag\"\n (click)=\"onSelectPresetTag(tag)\"\n [ngClass]=\"{ 'dr-datepicker-preset-date__tags__tag--selected': tag.key === selectedPresetTag }\"\n [drTooltip]=\"selectedPresetTag === tag.key ? 'Unselect preset' : ''\"\n [drTooltipPosition]=\"'top'\">\n {{ tag.label }}\n </div>\n </div>\n </div>\n <dr-select\n *ngIf=\"datePickerService.isUsingTimeFrameSelect\"\n class=\"dr-datepicker__timeframe-select\"\n [ngModel]=\"selectedTimeframe\"\n [items]=\"timeframeOptions | drShowTimeframePipe: datePickerService.availableTimeframes\"\n bindLabel=\"title\"\n bindValue=\"value\"\n (ngModelChange)=\"setTimeframe($event)\">\n </dr-select>\n</div>\n\n<div class=\"dr-date-paging\">\n <div class=\"dr-date-paging flip-page-button\" (click)=\"pagingClicked(false)\">\n <i class=\"dr-icon-arrow-left presentation_buttons-navigate_input\"></i>\n </div>\n <span class=\"example-header-label\">\n <span (click)=\"switchViewOnClickOnPeriodLabel(calendarView.FOR_MONTHS)\">{{ periodMonthLabel + ' ' }}</span>\n <span (click)=\"switchViewOnClickOnPeriodLabel(calendarView.FOR_YEARS)\">{{ periodYearLabel }}</span>\n </span>\n <div class=\"dr-date-paging flip-page-button\" (click)=\"pagingClicked(true)\">\n <i class=\"dr-icon-arrow-right presentation_buttons-navigate_input\"></i>\n </div>\n</div>\n<div #quarterlyDatePicker class=\"dr-quarterly-datepicker\" *ngIf=\"currentViewIsQuarter\">\n <div\n *ngFor=\"let quarter of quarters\"\n class=\"quarter-selector\"\n (click)=\"onSelectQuarter(quarter)\"\n [class]=\"quarter === selectedQuarter ? 'selected' : ''\"\n [class.quarter-selector--disabled]=\"isQuarterDisabled(quarter)\">\n Q{{ quarter }}\n </div>\n</div>\n", styles: [":host{height:54px;align-items:center;font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:22px}.dr-datepicker__timeframe-select__wrapper{background-color:#f9faff;padding:16px 32px;border-radius:18px 18px 0 0}.dr-datepicker-preset-date{display:flex;flex-direction:column}.dr-datepicker-preset-date__tags{display:flex;padding-bottom:21px;padding-top:10px;font-size:12px}.dr-datepicker-preset-date__tags--solo{padding:16px 32px;gap:16px;justify-content:center}.dr-datepicker-preset-date__tags--solo .dr-datepicker-preset-date__tags__tag{padding:4px 8px;justify-content:center;display:flex;flex:1 0 0}.dr-datepicker-preset-date__tags__tag{cursor:pointer;font-weight:400;line-height:20px!important;padding:2px 8px;border:1px solid #9ea1aa;border-radius:18px;background:#fff;margin-right:4px}.dr-datepicker-preset-date__tags__tag--selected{color:#4646ce;background:#f2f2fb;border:1px solid #4646ce}.dr-date-paging{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 32px 32px;gap:4px}.dr-date-paging.flip-page-button{width:20px;height:20px;padding:0;color:#4e566c}.dr-date-paging.flip-page-button:hover{border-radius:50%;background:#f2f2fb;color:#4646ce}.example-header-label{cursor:pointer}.dr-quarterly-datepicker{display:flex;justify-content:space-between;padding:10px}.dr-quarterly-datepicker .quarter-selector{display:block;width:74px;height:40px;text-align:center;border-radius:40px;font-weight:400;padding-top:9px}.dr-quarterly-datepicker .quarter-selector:hover{background:#f2f2fb;color:#4646ce;font-weight:600;cursor:pointer}.dr-quarterly-datepicker .quarter-selector.selected{background-color:#4646ce;color:#f3f7ff;font-weight:600}.dr-quarterly-datepicker .quarter-selector--disabled,.dr-quarterly-datepicker .quarter-selector--disabled.selected{pointer-events:none;background-color:transparent;color:#aeabac;font-weight:400}\n"] }]
|
|
2180
2168
|
}], function () { return [{ type: i6.MatCalendar }, { type: i1$4.DateAdapter }, { type: CustomDateFormat, decorators: [{
|
|
2181
2169
|
type: Inject,
|
|
2182
2170
|
args: [MAT_DATE_FORMATS]
|
|
@@ -2233,7 +2221,7 @@ function DrButtonComponent_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
2233
2221
|
i0.ɵɵclassMap(ctx_r2.iconAfter);
|
|
2234
2222
|
i0.ɵɵstyleProp("font-size", ctx_r2.iconAfterSize)("color", ctx_r2.iconAfterColor || "inherit");
|
|
2235
2223
|
} }
|
|
2236
|
-
const _c0$
|
|
2224
|
+
const _c0$I = ["*"];
|
|
2237
2225
|
class DrButtonComponent {
|
|
2238
2226
|
constructor() {
|
|
2239
2227
|
this.theme = 'primary';
|
|
@@ -2247,7 +2235,7 @@ class DrButtonComponent {
|
|
|
2247
2235
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrButtonComponent, selectors: [["dr-button"]], hostVars: 12, hostBindings: function DrButtonComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
2248
2236
|
i0.ɵɵclassMap(ctx.theme);
|
|
2249
2237
|
i0.ɵɵclassProp("with-icon", ctx.icon)("with-icon-after", ctx.iconAfter)("disabled", ctx.disabled)("loading", ctx.isLoading)("active", ctx.isActive);
|
|
2250
|
-
} }, 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$
|
|
2238
|
+
} }, 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$I, 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) {
|
|
2251
2239
|
i0.ɵɵprojectionDef();
|
|
2252
2240
|
i0.ɵɵelementStart(0, "button", 0);
|
|
2253
2241
|
i0.ɵɵtemplate(1, DrButtonComponent_i_1_Template, 1, 6, "i", 1);
|
|
@@ -2356,7 +2344,7 @@ class DrDatePickerFormatDirective {
|
|
|
2356
2344
|
args: ['drDatePickerFormat']
|
|
2357
2345
|
}] }); })();
|
|
2358
2346
|
|
|
2359
|
-
const _c0$
|
|
2347
|
+
const _c0$H = ["datePicker"];
|
|
2360
2348
|
function DrDatePickerComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
2361
2349
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
2362
2350
|
i0.ɵɵelementStart(0, "i", 2);
|
|
@@ -2729,7 +2717,7 @@ class DrDatePickerComponent {
|
|
|
2729
2717
|
}
|
|
2730
2718
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerComponent_Factory(t) { return new (t || DrDatePickerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
2731
2719
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerComponent, selectors: [["dr-date-picker"]], viewQuery: function DrDatePickerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2732
|
-
i0.ɵɵviewQuery(_c0$
|
|
2720
|
+
i0.ɵɵviewQuery(_c0$H, 5);
|
|
2733
2721
|
} if (rf & 2) {
|
|
2734
2722
|
let _t;
|
|
2735
2723
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datePicker = _t.first);
|
|
@@ -3936,7 +3924,7 @@ class ListTagComponent {
|
|
|
3936
3924
|
type: Output
|
|
3937
3925
|
}] }); })();
|
|
3938
3926
|
|
|
3939
|
-
const _c0$
|
|
3927
|
+
const _c0$G = ["dynamicInputRef"];
|
|
3940
3928
|
function DrSelectAddItemComponent_div_5_p_1_Template(rf, ctx) { if (rf & 1) {
|
|
3941
3929
|
i0.ɵɵelementStart(0, "p", 12);
|
|
3942
3930
|
i0.ɵɵtext(1);
|
|
@@ -4026,7 +4014,7 @@ class DrSelectAddItemComponent {
|
|
|
4026
4014
|
}
|
|
4027
4015
|
/** @nocollapse */ static { this.ɵfac = function DrSelectAddItemComponent_Factory(t) { return new (t || DrSelectAddItemComponent)(i0.ɵɵdirectiveInject(DrSelectComponent)); }; }
|
|
4028
4016
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectAddItemComponent, selectors: [["dr-select-add-item"]], viewQuery: function DrSelectAddItemComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4029
|
-
i0.ɵɵviewQuery(_c0$
|
|
4017
|
+
i0.ɵɵviewQuery(_c0$G, 5);
|
|
4030
4018
|
} if (rf & 2) {
|
|
4031
4019
|
let _t;
|
|
4032
4020
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputRef = _t.first);
|
|
@@ -4515,7 +4503,7 @@ class DrTagComponent {
|
|
|
4515
4503
|
type: Output
|
|
4516
4504
|
}] }); })();
|
|
4517
4505
|
|
|
4518
|
-
const _c0$
|
|
4506
|
+
const _c0$F = ["*"];
|
|
4519
4507
|
class RadioButtonComponent {
|
|
4520
4508
|
get disabled() {
|
|
4521
4509
|
return this._disabled;
|
|
@@ -4569,7 +4557,7 @@ class RadioButtonComponent {
|
|
|
4569
4557
|
useExisting: RadioButtonComponent,
|
|
4570
4558
|
multi: true,
|
|
4571
4559
|
},
|
|
4572
|
-
])], ngContentSelectors: _c0$
|
|
4560
|
+
])], ngContentSelectors: _c0$F, decls: 4, vars: 5, consts: [["type", "radio", 3, "name", "value", "ngModel", "disabled", "change", "ngModelChange", "click"]], template: function RadioButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4573
4561
|
i0.ɵɵprojectionDef();
|
|
4574
4562
|
i0.ɵɵelementStart(0, "label")(1, "input", 0);
|
|
4575
4563
|
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); });
|
|
@@ -4608,7 +4596,7 @@ class RadioButtonComponent {
|
|
|
4608
4596
|
type: Input
|
|
4609
4597
|
}] }); })();
|
|
4610
4598
|
|
|
4611
|
-
const _c0$
|
|
4599
|
+
const _c0$E = [[["dr-radio-button"]]];
|
|
4612
4600
|
const _c1$h = ["dr-radio-button"];
|
|
4613
4601
|
class RadioGroupComponent {
|
|
4614
4602
|
get value() {
|
|
@@ -4749,7 +4737,7 @@ class RadioGroupComponent {
|
|
|
4749
4737
|
multi: true,
|
|
4750
4738
|
},
|
|
4751
4739
|
])], ngContentSelectors: _c1$h, decls: 1, vars: 0, template: function RadioGroupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4752
|
-
i0.ɵɵprojectionDef(_c0$
|
|
4740
|
+
i0.ɵɵprojectionDef(_c0$E);
|
|
4753
4741
|
i0.ɵɵprojection(0);
|
|
4754
4742
|
} }, encapsulation: 2, changeDetection: 0 }); }
|
|
4755
4743
|
}
|
|
@@ -4786,7 +4774,7 @@ class RadioGroupComponent {
|
|
|
4786
4774
|
type: Output
|
|
4787
4775
|
}] }); })();
|
|
4788
4776
|
|
|
4789
|
-
const _c0$
|
|
4777
|
+
const _c0$D = ["checkboxContent"];
|
|
4790
4778
|
const _c1$g = ["*"];
|
|
4791
4779
|
class CheckboxComponent {
|
|
4792
4780
|
get indeterminate() {
|
|
@@ -4837,7 +4825,7 @@ class CheckboxComponent {
|
|
|
4837
4825
|
}
|
|
4838
4826
|
/** @nocollapse */ static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
4839
4827
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: CheckboxComponent, selectors: [["dr-checkbox"]], viewQuery: function CheckboxComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4840
|
-
i0.ɵɵviewQuery(_c0$
|
|
4828
|
+
i0.ɵɵviewQuery(_c0$D, 5);
|
|
4841
4829
|
} if (rf & 2) {
|
|
4842
4830
|
let _t;
|
|
4843
4831
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.checkboxContent = _t.first);
|
|
@@ -4899,7 +4887,7 @@ class CheckboxComponent {
|
|
|
4899
4887
|
args: ['checkboxContent']
|
|
4900
4888
|
}] }); })();
|
|
4901
4889
|
|
|
4902
|
-
const _c0$
|
|
4890
|
+
const _c0$C = ["*"];
|
|
4903
4891
|
var LinkTheme;
|
|
4904
4892
|
(function (LinkTheme) {
|
|
4905
4893
|
LinkTheme["DEFAULT"] = "DEFAULT";
|
|
@@ -4915,7 +4903,7 @@ class DrLinkComponent {
|
|
|
4915
4903
|
this.theme = LinkTheme.DEFAULT;
|
|
4916
4904
|
}
|
|
4917
4905
|
/** @nocollapse */ static { this.ɵfac = function DrLinkComponent_Factory(t) { return new (t || DrLinkComponent)(); }; }
|
|
4918
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$
|
|
4906
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$C, decls: 2, vars: 7, consts: [[1, "dr-link", 3, "href"]], template: function DrLinkComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4919
4907
|
i0.ɵɵprojectionDef();
|
|
4920
4908
|
i0.ɵɵelementStart(0, "a", 0);
|
|
4921
4909
|
i0.ɵɵprojection(1);
|
|
@@ -4940,112 +4928,77 @@ class DrLinkComponent {
|
|
|
4940
4928
|
type: Input
|
|
4941
4929
|
}] }); })();
|
|
4942
4930
|
|
|
4943
|
-
const _c0$
|
|
4931
|
+
const _c0$B = ["class", "component"];
|
|
4944
4932
|
const _c1$f = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
4945
|
-
function
|
|
4946
|
-
const
|
|
4947
|
-
i0.ɵɵelementStart(0, "div",
|
|
4948
|
-
i0.ɵɵlistener("click", function
|
|
4933
|
+
function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
4934
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
4935
|
+
i0.ɵɵelementStart(0, "div", 14);
|
|
4936
|
+
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template_div_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r7); const tag_r5 = restoredCtx.$implicit; const ctx_r6 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r6.onSelectPresetTag(tag_r5)); });
|
|
4949
4937
|
i0.ɵɵtext(1);
|
|
4950
4938
|
i0.ɵɵelementEnd();
|
|
4951
4939
|
} if (rf & 2) {
|
|
4952
|
-
const
|
|
4953
|
-
const
|
|
4954
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$f,
|
|
4940
|
+
const tag_r5 = ctx.$implicit;
|
|
4941
|
+
const ctx_r4 = i0.ɵɵnextContext(3);
|
|
4942
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$f, tag_r5.key === ctx_r4.selectedPresetTag))("drTooltip", ctx_r4.selectedPresetTag === tag_r5.key ? "Unselect preset" : "")("drTooltipPosition", "top");
|
|
4955
4943
|
i0.ɵɵadvance(1);
|
|
4956
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
4944
|
+
i0.ɵɵtextInterpolate1(" ", tag_r5.label, " ");
|
|
4957
4945
|
} }
|
|
4958
|
-
function
|
|
4959
|
-
|
|
4960
|
-
i0.ɵɵ
|
|
4961
|
-
i0.ɵɵtemplate(2,
|
|
4962
|
-
i0.ɵɵelementEnd();
|
|
4946
|
+
const _c2$9 = function (a0) { return { "dr-datepicker-preset-date__tags--solo": a0 }; };
|
|
4947
|
+
function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
4948
|
+
i0.ɵɵelementStart(0, "div", 11)(1, "div", 12);
|
|
4949
|
+
i0.ɵɵtemplate(2, DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template, 2, 6, "div", 13);
|
|
4950
|
+
i0.ɵɵelementEnd()();
|
|
4963
4951
|
} if (rf & 2) {
|
|
4964
|
-
const
|
|
4965
|
-
i0.ɵɵadvance(
|
|
4966
|
-
i0.ɵɵproperty("
|
|
4952
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
4953
|
+
i0.ɵɵadvance(1);
|
|
4954
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c2$9, !ctx_r2.datePickerService.isUsingTimeFrameSelect));
|
|
4955
|
+
i0.ɵɵadvance(1);
|
|
4956
|
+
i0.ɵɵproperty("ngForOf", ctx_r2.datePickerService.availableDateTagPresets);
|
|
4967
4957
|
} }
|
|
4968
|
-
function
|
|
4969
|
-
const
|
|
4970
|
-
i0.ɵɵelementStart(0, "dr-select",
|
|
4971
|
-
i0.ɵɵlistener("ngModelChange", function
|
|
4958
|
+
function DrFiscalMonthCalendarHeaderComponent_div_0_dr_select_2_Template(rf, ctx) { if (rf & 1) {
|
|
4959
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
4960
|
+
i0.ɵɵelementStart(0, "dr-select", 15);
|
|
4961
|
+
i0.ɵɵlistener("ngModelChange", function DrFiscalMonthCalendarHeaderComponent_div_0_dr_select_2_Template_dr_select_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.setTimeframe($event)); });
|
|
4972
4962
|
i0.ɵɵpipe(1, "drShowTimeframePipe");
|
|
4973
4963
|
i0.ɵɵelementEnd();
|
|
4974
4964
|
} if (rf & 2) {
|
|
4975
|
-
const
|
|
4976
|
-
i0.ɵɵproperty("ngModel",
|
|
4965
|
+
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
4966
|
+
i0.ɵɵproperty("ngModel", ctx_r3.selectedTimeframe)("items", i0.ɵɵpipeBind2(1, 2, ctx_r3.timeframeOptions, ctx_r3.datePickerService.availableTimeframes));
|
|
4977
4967
|
} }
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
i0.ɵɵ
|
|
4981
|
-
i0.ɵɵtemplate(2,
|
|
4982
|
-
i0.ɵɵelementEnd();
|
|
4983
|
-
i0.ɵɵtemplate(3, DrFiscalMonthCalendarHeaderComponent_div_0_div_1_dr_select_3_Template, 2, 5, "dr-select", 13);
|
|
4968
|
+
function DrFiscalMonthCalendarHeaderComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
4969
|
+
i0.ɵɵelementStart(0, "div", 8);
|
|
4970
|
+
i0.ɵɵtemplate(1, DrFiscalMonthCalendarHeaderComponent_div_0_div_1_Template, 3, 4, "div", 9);
|
|
4971
|
+
i0.ɵɵtemplate(2, DrFiscalMonthCalendarHeaderComponent_div_0_dr_select_2_Template, 2, 5, "dr-select", 10);
|
|
4984
4972
|
i0.ɵɵelementEnd();
|
|
4985
4973
|
} if (rf & 2) {
|
|
4986
|
-
const
|
|
4987
|
-
i0.ɵɵadvance(1);
|
|
4988
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c2$9, ctx_r1.datePickerService.isUsingTimeFrameSelect));
|
|
4974
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4989
4975
|
i0.ɵɵadvance(1);
|
|
4990
|
-
i0.ɵɵproperty("ngIf",
|
|
4976
|
+
i0.ɵɵproperty("ngIf", ctx_r0.datePickerService.isUsingDateTagPresets);
|
|
4991
4977
|
i0.ɵɵadvance(1);
|
|
4992
|
-
i0.ɵɵproperty("ngIf",
|
|
4978
|
+
i0.ɵɵproperty("ngIf", ctx_r0.datePickerService.isUsingTimeFrameSelect);
|
|
4993
4979
|
} }
|
|
4994
|
-
function
|
|
4995
|
-
const
|
|
4996
|
-
i0.ɵɵelementStart(0, "div",
|
|
4997
|
-
i0.ɵɵlistener("click", function
|
|
4980
|
+
function DrFiscalMonthCalendarHeaderComponent_div_11_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
4981
|
+
const _r14 = i0.ɵɵgetCurrentView();
|
|
4982
|
+
i0.ɵɵelementStart(0, "div", 19);
|
|
4983
|
+
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_div_11_div_2_Template_div_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r14); const quarter_r12 = restoredCtx.$implicit; const ctx_r13 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r13.onSelectQuarter(quarter_r12)); });
|
|
4998
4984
|
i0.ɵɵtext(1);
|
|
4999
4985
|
i0.ɵɵelementEnd();
|
|
5000
4986
|
} if (rf & 2) {
|
|
5001
|
-
const
|
|
5002
|
-
const
|
|
5003
|
-
i0.ɵɵclassMap(
|
|
5004
|
-
i0.ɵɵclassProp("quarter-selector--disabled",
|
|
4987
|
+
const quarter_r12 = ctx.$implicit;
|
|
4988
|
+
const ctx_r11 = i0.ɵɵnextContext(2);
|
|
4989
|
+
i0.ɵɵclassMap(quarter_r12 === ctx_r11.selectedQuarter ? "selected" : "");
|
|
4990
|
+
i0.ɵɵclassProp("quarter-selector--disabled", ctx_r11.isQuarterDisabled(quarter_r12));
|
|
5005
4991
|
i0.ɵɵadvance(1);
|
|
5006
|
-
i0.ɵɵtextInterpolate1(" Q",
|
|
4992
|
+
i0.ɵɵtextInterpolate1(" Q", quarter_r12, " ");
|
|
5007
4993
|
} }
|
|
5008
|
-
function
|
|
5009
|
-
i0.ɵɵelementStart(0, "div",
|
|
5010
|
-
i0.ɵɵtemplate(2,
|
|
4994
|
+
function DrFiscalMonthCalendarHeaderComponent_div_11_Template(rf, ctx) { if (rf & 1) {
|
|
4995
|
+
i0.ɵɵelementStart(0, "div", 16, 17);
|
|
4996
|
+
i0.ɵɵtemplate(2, DrFiscalMonthCalendarHeaderComponent_div_11_div_2_Template, 2, 5, "div", 18);
|
|
5011
4997
|
i0.ɵɵelementEnd();
|
|
5012
4998
|
} if (rf & 2) {
|
|
5013
|
-
const
|
|
5014
|
-
i0.ɵɵadvance(2);
|
|
5015
|
-
i0.ɵɵproperty("ngForOf", ctx_r2.quarters);
|
|
5016
|
-
} }
|
|
5017
|
-
function DrFiscalMonthCalendarHeaderComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
5018
|
-
const _r17 = i0.ɵɵgetCurrentView();
|
|
5019
|
-
i0.ɵɵelementStart(0, "div", 1);
|
|
5020
|
-
i0.ɵɵtemplate(1, DrFiscalMonthCalendarHeaderComponent_div_0_div_1_Template, 4, 5, "div", 2);
|
|
5021
|
-
i0.ɵɵelementStart(2, "div", 3)(3, "div", 4);
|
|
5022
|
-
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_div_0_Template_div_click_3_listener() { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r16.pagingClicked(false)); });
|
|
5023
|
-
i0.ɵɵelement(4, "i", 5);
|
|
5024
|
-
i0.ɵɵelementEnd();
|
|
5025
|
-
i0.ɵɵelementStart(5, "span", 6)(6, "span", 7);
|
|
5026
|
-
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_div_0_Template_span_click_6_listener() { i0.ɵɵrestoreView(_r17); const ctx_r18 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r18.switchViewOnClickOnPeriodLabel(ctx_r18.calendarView.FOR_MONTHS)); });
|
|
5027
|
-
i0.ɵɵtext(7);
|
|
5028
|
-
i0.ɵɵelementEnd();
|
|
5029
|
-
i0.ɵɵelementStart(8, "span", 7);
|
|
5030
|
-
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_div_0_Template_span_click_8_listener() { i0.ɵɵrestoreView(_r17); const ctx_r19 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r19.switchViewOnClickOnPeriodLabel(ctx_r19.calendarView.FOR_YEARS)); });
|
|
5031
|
-
i0.ɵɵtext(9);
|
|
5032
|
-
i0.ɵɵelementEnd()();
|
|
5033
|
-
i0.ɵɵelementStart(10, "div", 4);
|
|
5034
|
-
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_div_0_Template_div_click_10_listener() { i0.ɵɵrestoreView(_r17); const ctx_r20 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r20.pagingClicked(true)); });
|
|
5035
|
-
i0.ɵɵelement(11, "i", 8);
|
|
5036
|
-
i0.ɵɵelementEnd()();
|
|
5037
|
-
i0.ɵɵtemplate(12, DrFiscalMonthCalendarHeaderComponent_div_0_div_12_Template, 3, 1, "div", 9);
|
|
5038
|
-
i0.ɵɵelementEnd();
|
|
5039
|
-
} if (rf & 2) {
|
|
5040
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
5041
|
-
i0.ɵɵadvance(1);
|
|
5042
|
-
i0.ɵɵproperty("ngIf", ctx_r0.datePickerService.isUsingDateTagPresets);
|
|
5043
|
-
i0.ɵɵadvance(6);
|
|
5044
|
-
i0.ɵɵtextInterpolate(ctx_r0.periodMonthLabel + " ");
|
|
4999
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
5045
5000
|
i0.ɵɵadvance(2);
|
|
5046
|
-
i0.ɵɵ
|
|
5047
|
-
i0.ɵɵadvance(3);
|
|
5048
|
-
i0.ɵɵproperty("ngIf", ctx_r0.currentViewIsQuarter);
|
|
5001
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.quarters);
|
|
5049
5002
|
} }
|
|
5050
5003
|
class DrFiscalMonthCalendarHeaderComponent extends DrDatePickerCustomHeaderComponent {
|
|
5051
5004
|
ngOnInit() {
|
|
@@ -5078,15 +5031,38 @@ class DrFiscalMonthCalendarHeaderComponent extends DrDatePickerCustomHeaderCompo
|
|
|
5078
5031
|
});
|
|
5079
5032
|
}
|
|
5080
5033
|
/** @nocollapse */ static { this.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory; return function DrFiscalMonthCalendarHeaderComponent_Factory(t) { return (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory || (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DrFiscalMonthCalendarHeaderComponent)))(t || DrFiscalMonthCalendarHeaderComponent); }; }(); }
|
|
5081
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$
|
|
5082
|
-
i0.ɵɵtemplate(0, DrFiscalMonthCalendarHeaderComponent_div_0_Template,
|
|
5034
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$B, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["class", "dr-datepicker__timeframe-select", "bindLabel", "title", "bindValue", "value", 3, "ngModel", "items", "ngModelChange", 4, "ngIf"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags", 3, "ngClass"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrFiscalMonthCalendarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5035
|
+
i0.ɵɵtemplate(0, DrFiscalMonthCalendarHeaderComponent_div_0_Template, 3, 2, "div", 0);
|
|
5036
|
+
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
5037
|
+
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
5038
|
+
i0.ɵɵelement(3, "i", 3);
|
|
5039
|
+
i0.ɵɵelementEnd();
|
|
5040
|
+
i0.ɵɵelementStart(4, "span", 4)(5, "span", 5);
|
|
5041
|
+
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_span_click_5_listener() { return ctx.switchViewOnClickOnPeriodLabel(ctx.calendarView.FOR_MONTHS); });
|
|
5042
|
+
i0.ɵɵtext(6);
|
|
5043
|
+
i0.ɵɵelementEnd();
|
|
5044
|
+
i0.ɵɵelementStart(7, "span", 5);
|
|
5045
|
+
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_span_click_7_listener() { return ctx.switchViewOnClickOnPeriodLabel(ctx.calendarView.FOR_YEARS); });
|
|
5046
|
+
i0.ɵɵtext(8);
|
|
5047
|
+
i0.ɵɵelementEnd()();
|
|
5048
|
+
i0.ɵɵelementStart(9, "div", 2);
|
|
5049
|
+
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_div_click_9_listener() { return ctx.pagingClicked(true); });
|
|
5050
|
+
i0.ɵɵelement(10, "i", 6);
|
|
5051
|
+
i0.ɵɵelementEnd()();
|
|
5052
|
+
i0.ɵɵtemplate(11, DrFiscalMonthCalendarHeaderComponent_div_11_Template, 3, 1, "div", 7);
|
|
5083
5053
|
} if (rf & 2) {
|
|
5084
5054
|
i0.ɵɵproperty("ngIf", ctx.datePickerService.isTimeframeSelectionEnabled);
|
|
5055
|
+
i0.ɵɵadvance(6);
|
|
5056
|
+
i0.ɵɵtextInterpolate(ctx.periodMonthLabel + " ");
|
|
5057
|
+
i0.ɵɵadvance(2);
|
|
5058
|
+
i0.ɵɵtextInterpolate(ctx.periodYearLabel);
|
|
5059
|
+
i0.ɵɵadvance(3);
|
|
5060
|
+
i0.ɵɵproperty("ngIf", ctx.currentViewIsQuarter);
|
|
5085
5061
|
} }, dependencies: [i1$2.NgControlStatus, i1$2.NgModel, i1.NgClass, i1.NgForOf, i1.NgIf, DrTooltipDirective, DrSelectComponent, DrShowTimeframePipe], styles: ["[_nghost-%COMP%]{height:54px;align-items:center;font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:22px}.dr-datepicker__timeframe-select__wrapper[_ngcontent-%COMP%]{background-color:#f9faff;padding:16px 32px;border-radius:18px 18px 0 0}.dr-datepicker-preset-date[_ngcontent-%COMP%]{display:flex;flex-direction:column}.dr-datepicker-preset-date__tags[_ngcontent-%COMP%]{display:flex;padding-bottom:21px;padding-top:10px;font-size:12px}.dr-datepicker-preset-date__tags--solo[_ngcontent-%COMP%]{padding:16px 32px;gap:16px;justify-content:center}.dr-datepicker-preset-date__tags--solo[_ngcontent-%COMP%] .dr-datepicker-preset-date__tags__tag[_ngcontent-%COMP%]{padding:4px 8px;justify-content:center;display:flex;flex:1 0 0}.dr-datepicker-preset-date__tags__tag[_ngcontent-%COMP%]{cursor:pointer;font-weight:400;line-height:20px!important;padding:2px 8px;border:1px solid #9ea1aa;border-radius:18px;background:#fff;margin-right:4px}.dr-datepicker-preset-date__tags__tag--selected[_ngcontent-%COMP%]{color:#4646ce;background:#f2f2fb;border:1px solid #4646ce}.dr-date-paging[_ngcontent-%COMP%]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 32px 32px;gap:4px}.dr-date-paging.flip-page-button[_ngcontent-%COMP%]{width:20px;height:20px;padding:0;color:#4e566c}.dr-date-paging.flip-page-button[_ngcontent-%COMP%]:hover{border-radius:50%;background:#f2f2fb;color:#4646ce}.example-header-label[_ngcontent-%COMP%]{cursor:pointer}.dr-quarterly-datepicker[_ngcontent-%COMP%]{display:flex;justify-content:space-between;padding:10px}.dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector[_ngcontent-%COMP%]{display:block;width:74px;height:40px;text-align:center;border-radius:40px;font-weight:400;padding-top:9px}.dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector[_ngcontent-%COMP%]:hover{background:#f2f2fb;color:#4646ce;font-weight:600;cursor:pointer}.dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector.selected[_ngcontent-%COMP%]{background-color:#4646ce;color:#f3f7ff;font-weight:600}.dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector--disabled[_ngcontent-%COMP%], .dr-quarterly-datepicker[_ngcontent-%COMP%] .quarter-selector--disabled.selected[_ngcontent-%COMP%]{pointer-events:none;background-color:transparent;color:#aeabac;font-weight:400}"], changeDetection: 0 }); }
|
|
5086
5062
|
}
|
|
5087
5063
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrFiscalMonthCalendarHeaderComponent, [{
|
|
5088
5064
|
type: Component,
|
|
5089
|
-
args: [{ selector: 'dr-fiscal-month-calendar-header.component', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div *ngIf=\"datePickerService.isTimeframeSelectionEnabled\" class=\"dr-datepicker__timeframe-select__wrapper\">\n <div *ngIf=\"datePickerService.isUsingDateTagPresets\" class=\"dr-datepicker-preset-date\">\n <div class=\"dr-datepicker-preset-date__tags\"\n [ngClass]=\"{ 'dr-datepicker-preset-date__tags--solo': datePickerService.isUsingTimeFrameSelect }\">\n <div\n *
|
|
5065
|
+
args: [{ selector: 'dr-fiscal-month-calendar-header.component', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div *ngIf=\"datePickerService.isTimeframeSelectionEnabled\" class=\"dr-datepicker__timeframe-select__wrapper\">\n <div *ngIf=\"datePickerService.isUsingDateTagPresets\" class=\"dr-datepicker-preset-date\">\n <div class=\"dr-datepicker-preset-date__tags\"\n [ngClass]=\"{ 'dr-datepicker-preset-date__tags--solo': !datePickerService.isUsingTimeFrameSelect }\">\n <div\n *ngFor=\"let tag of datePickerService.availableDateTagPresets\"\n id=\"preset_tag\"\n class=\"dr-datepicker-preset-date__tags__tag\"\n (click)=\"onSelectPresetTag(tag)\"\n [ngClass]=\"{ 'dr-datepicker-preset-date__tags__tag--selected': tag.key === selectedPresetTag }\"\n [drTooltip]=\"selectedPresetTag === tag.key ? 'Unselect preset' : ''\"\n [drTooltipPosition]=\"'top'\">\n {{ tag.label }}\n </div>\n </div>\n </div>\n <dr-select\n *ngIf=\"datePickerService.isUsingTimeFrameSelect\"\n class=\"dr-datepicker__timeframe-select\"\n [ngModel]=\"selectedTimeframe\"\n [items]=\"timeframeOptions | drShowTimeframePipe: datePickerService.availableTimeframes\"\n bindLabel=\"title\"\n bindValue=\"value\"\n (ngModelChange)=\"setTimeframe($event)\">\n </dr-select>\n</div>\n\n<div class=\"dr-date-paging\">\n <div class=\"dr-date-paging flip-page-button\" (click)=\"pagingClicked(false)\">\n <i class=\"dr-icon-arrow-left presentation_buttons-navigate_input\"></i>\n </div>\n <span class=\"example-header-label\">\n <span (click)=\"switchViewOnClickOnPeriodLabel(calendarView.FOR_MONTHS)\">{{ periodMonthLabel + ' ' }}</span>\n <span (click)=\"switchViewOnClickOnPeriodLabel(calendarView.FOR_YEARS)\">{{ periodYearLabel }}</span>\n </span>\n <div class=\"dr-date-paging flip-page-button\" (click)=\"pagingClicked(true)\">\n <i class=\"dr-icon-arrow-right presentation_buttons-navigate_input\"></i>\n </div>\n</div>\n<div #quarterlyDatePicker class=\"dr-quarterly-datepicker\" *ngIf=\"currentViewIsQuarter\">\n <div\n *ngFor=\"let quarter of quarters\"\n class=\"quarter-selector\"\n (click)=\"onSelectQuarter(quarter)\"\n [class]=\"quarter === selectedQuarter ? 'selected' : ''\"\n [class.quarter-selector--disabled]=\"isQuarterDisabled(quarter)\">\n Q{{ quarter }}\n </div>\n</div>\n", styles: [":host{height:54px;align-items:center;font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:22px}.dr-datepicker__timeframe-select__wrapper{background-color:#f9faff;padding:16px 32px;border-radius:18px 18px 0 0}.dr-datepicker-preset-date{display:flex;flex-direction:column}.dr-datepicker-preset-date__tags{display:flex;padding-bottom:21px;padding-top:10px;font-size:12px}.dr-datepicker-preset-date__tags--solo{padding:16px 32px;gap:16px;justify-content:center}.dr-datepicker-preset-date__tags--solo .dr-datepicker-preset-date__tags__tag{padding:4px 8px;justify-content:center;display:flex;flex:1 0 0}.dr-datepicker-preset-date__tags__tag{cursor:pointer;font-weight:400;line-height:20px!important;padding:2px 8px;border:1px solid #9ea1aa;border-radius:18px;background:#fff;margin-right:4px}.dr-datepicker-preset-date__tags__tag--selected{color:#4646ce;background:#f2f2fb;border:1px solid #4646ce}.dr-date-paging{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 32px 32px;gap:4px}.dr-date-paging.flip-page-button{width:20px;height:20px;padding:0;color:#4e566c}.dr-date-paging.flip-page-button:hover{border-radius:50%;background:#f2f2fb;color:#4646ce}.example-header-label{cursor:pointer}.dr-quarterly-datepicker{display:flex;justify-content:space-between;padding:10px}.dr-quarterly-datepicker .quarter-selector{display:block;width:74px;height:40px;text-align:center;border-radius:40px;font-weight:400;padding-top:9px}.dr-quarterly-datepicker .quarter-selector:hover{background:#f2f2fb;color:#4646ce;font-weight:600;cursor:pointer}.dr-quarterly-datepicker .quarter-selector.selected{background-color:#4646ce;color:#f3f7ff;font-weight:600}.dr-quarterly-datepicker .quarter-selector--disabled,.dr-quarterly-datepicker .quarter-selector--disabled.selected{pointer-events:none;background-color:transparent;color:#aeabac;font-weight:400}\n"] }]
|
|
5090
5066
|
}], null, null); })();
|
|
5091
5067
|
|
|
5092
5068
|
function DrFiscalMonthCalendarPickerComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -5290,7 +5266,7 @@ function DrDatePickerWithTimeframeComponent_dr_button_11_Template(rf, ctx) { if
|
|
|
5290
5266
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
5291
5267
|
i0.ɵɵproperty("disabled", ctx_r4.isNextDateDisabled);
|
|
5292
5268
|
} }
|
|
5293
|
-
const _c0$
|
|
5269
|
+
const _c0$A = function (a0) { return { formattedValue: a0 }; };
|
|
5294
5270
|
class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
5295
5271
|
set dateFormatConfig(value) {
|
|
5296
5272
|
if (value) {
|
|
@@ -5475,7 +5451,7 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
|
5475
5451
|
i0.ɵɵadvance(1);
|
|
5476
5452
|
i0.ɵɵproperty("drTooltip", ctx.datepickerTooltip)("drTooltipPosition", ctx.datepickerTooltipPosition)("drTooltipMousleaveTimeout", ctx.datepickerTooltipTimeout);
|
|
5477
5453
|
i0.ɵɵadvance(3);
|
|
5478
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$
|
|
5454
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$A, i0.ɵɵpipeBind1(5, 14, ctx.displayedFormattedValue$)));
|
|
5479
5455
|
i0.ɵɵadvance(4);
|
|
5480
5456
|
i0.ɵɵproperty("ngModel", i0.ɵɵpipeBind1(10, 16, ctx.displayValue$))("matDatepicker", _r5)("readonly", ctx.readonly)("min", ctx._min)("max", ctx._max);
|
|
5481
5457
|
i0.ɵɵadvance(3);
|
|
@@ -5689,7 +5665,7 @@ function DrToggleComponent_span_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
5689
5665
|
i0.ɵɵadvance(1);
|
|
5690
5666
|
i0.ɵɵtextInterpolate(ctx_r1.toggleTitle);
|
|
5691
5667
|
} }
|
|
5692
|
-
const _c0$
|
|
5668
|
+
const _c0$z = ["*"];
|
|
5693
5669
|
class DrToggleComponent {
|
|
5694
5670
|
set disabled(value) {
|
|
5695
5671
|
this.setDisabledState(value);
|
|
@@ -5734,7 +5710,7 @@ class DrToggleComponent {
|
|
|
5734
5710
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrToggleComponent, selectors: [["dr-toggle"]], hostVars: 3, hostBindings: function DrToggleComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
5735
5711
|
i0.ɵɵattribute("id", ctx.hostId);
|
|
5736
5712
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
5737
|
-
} }, 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$
|
|
5713
|
+
} }, 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$z, decls: 7, vars: 10, consts: [["class", "toggle-title mr-3", 4, "ngIf"], [1, "toggle-container"], ["type", "checkbox", 3, "checked", "disabled", "click"], [1, "toggle-body"], ["class", "toggle-title ml-3", 4, "ngIf"], [1, "toggle-title", "mr-3"], [1, "toggle-title", "ml-3"]], template: function DrToggleComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5738
5714
|
i0.ɵɵprojectionDef();
|
|
5739
5715
|
i0.ɵɵtemplate(0, DrToggleComponent_span_0_Template, 2, 1, "span", 0);
|
|
5740
5716
|
i0.ɵɵelementStart(1, "label", 1)(2, "input", 2);
|
|
@@ -6337,7 +6313,7 @@ class DateTimePickerComponent {
|
|
|
6337
6313
|
type: Input
|
|
6338
6314
|
}] }); })();
|
|
6339
6315
|
|
|
6340
|
-
const _c0$
|
|
6316
|
+
const _c0$y = ["stepTextLabel"];
|
|
6341
6317
|
const _c1$e = ["stepper"];
|
|
6342
6318
|
function StepperComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
6343
6319
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
@@ -6568,7 +6544,7 @@ class StepperComponent {
|
|
|
6568
6544
|
}
|
|
6569
6545
|
/** @nocollapse */ static { this.ɵfac = function StepperComponent_Factory(t) { return new (t || StepperComponent)(); }; }
|
|
6570
6546
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: StepperComponent, selectors: [["dr-stepper"]], contentQueries: function StepperComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
6571
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
6547
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$y, 5);
|
|
6572
6548
|
} if (rf & 2) {
|
|
6573
6549
|
let _t;
|
|
6574
6550
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepTextLabelTemplate = _t.first);
|
|
@@ -6743,7 +6719,7 @@ function DrChatFormComponent_dr_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
6743
6719
|
i0.ɵɵtext(1, "Stop generating");
|
|
6744
6720
|
i0.ɵɵelementEnd();
|
|
6745
6721
|
} }
|
|
6746
|
-
const _c0$
|
|
6722
|
+
const _c0$x = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
|
|
6747
6723
|
class DrChatFormComponent {
|
|
6748
6724
|
constructor(cdr, domSanitizer) {
|
|
6749
6725
|
this.cdr = cdr;
|
|
@@ -6899,7 +6875,7 @@ class DrChatFormComponent {
|
|
|
6899
6875
|
const _r1 = i0.ɵɵreference(4);
|
|
6900
6876
|
i0.ɵɵproperty("ngIf", ctx.droppedFiles == null ? null : ctx.droppedFiles.length);
|
|
6901
6877
|
i0.ɵɵadvance(2);
|
|
6902
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
6878
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$x, ctx.inputFocus, !!(ctx.message == null ? null : ctx.message.length)));
|
|
6903
6879
|
i0.ɵɵadvance(1);
|
|
6904
6880
|
i0.ɵɵstyleMap(ctx.getTextAreaHeight(_r1));
|
|
6905
6881
|
i0.ɵɵpropertyInterpolate("placeholder", ctx.fileOver ? ctx.dropFilePlaceholder : ctx.messagePlaceholder);
|
|
@@ -7014,7 +6990,7 @@ function DrAvatarComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
7014
6990
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
7015
6991
|
i0.ɵɵstyleProp("width", ctx_r0.drAvatarSize || null)("height", ctx_r0.drAvatarSize || null);
|
|
7016
6992
|
} }
|
|
7017
|
-
const _c0$
|
|
6993
|
+
const _c0$w = function (a0, a1) { return { "users-section__default": a0, "users-section__user--clickable": a1 }; };
|
|
7018
6994
|
function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7019
6995
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
7020
6996
|
i0.ɵɵelementStart(0, "div", 5);
|
|
@@ -7028,7 +7004,7 @@ function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
7028
7004
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
7029
7005
|
i0.ɵɵclassMap(user_r5.status);
|
|
7030
7006
|
i0.ɵɵstyleProp("width", ctx_r1.drAvatarSize || null)("height", ctx_r1.drAvatarSize || null)("background-color", ctx_r1.getAvatarColor(user_r5));
|
|
7031
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$
|
|
7007
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$w, ctx_r1.showUnassigned && !user_r5.email, ctx_r1.drAvatarIsClickable))("drTooltip", i0.ɵɵpipeBind1(1, 13, user_r5))("drTooltipClass", ctx_r1.drAvatarTooltipClass)("drTooltipPosition", ctx_r1.drAvatarTooltipPosition);
|
|
7032
7008
|
i0.ɵɵadvance(2);
|
|
7033
7009
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(3, 15, user_r5, "initials"), "\n");
|
|
7034
7010
|
} }
|
|
@@ -7304,7 +7280,7 @@ class DrChatMessageFileComponent {
|
|
|
7304
7280
|
type: Input
|
|
7305
7281
|
}] }); })();
|
|
7306
7282
|
|
|
7307
|
-
const _c0$
|
|
7283
|
+
const _c0$v = ["drChatMessageActions"];
|
|
7308
7284
|
function DrChatMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
7309
7285
|
i0.ɵɵelementContainerStart(0);
|
|
7310
7286
|
i0.ɵɵelement(1, "div", 8);
|
|
@@ -7406,7 +7382,7 @@ class DrChatMessageComponent {
|
|
|
7406
7382
|
}
|
|
7407
7383
|
/** @nocollapse */ static { this.ɵfac = function DrChatMessageComponent_Factory(t) { return new (t || DrChatMessageComponent)(i0.ɵɵdirectiveInject(DrChatCustomMessageService)); }; }
|
|
7408
7384
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatMessageComponent, selectors: [["dr-chat-message"]], contentQueries: function DrChatMessageComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
7409
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
7385
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$v, 5);
|
|
7410
7386
|
} if (rf & 2) {
|
|
7411
7387
|
let _t;
|
|
7412
7388
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.drChatMessageActions = _t.first);
|
|
@@ -7477,7 +7453,7 @@ class DrChatMessageComponent {
|
|
|
7477
7453
|
args: ['drChatMessageActions']
|
|
7478
7454
|
}] }); })();
|
|
7479
7455
|
|
|
7480
|
-
const _c0$
|
|
7456
|
+
const _c0$u = ["suggestionsContainer"];
|
|
7481
7457
|
function DrChatSuggestionsComponent_ng_container_2_div_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
7482
7458
|
i0.ɵɵelementContainer(0);
|
|
7483
7459
|
} }
|
|
@@ -7622,7 +7598,7 @@ class DrChatSuggestionsComponent {
|
|
|
7622
7598
|
}
|
|
7623
7599
|
/** @nocollapse */ static { this.ɵfac = function DrChatSuggestionsComponent_Factory(t) { return new (t || DrChatSuggestionsComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
7624
7600
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatSuggestionsComponent, selectors: [["dr-chat-suggestions"]], viewQuery: function DrChatSuggestionsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
7625
|
-
i0.ɵɵviewQuery(_c0$
|
|
7601
|
+
i0.ɵɵviewQuery(_c0$u, 5);
|
|
7626
7602
|
} if (rf & 2) {
|
|
7627
7603
|
let _t;
|
|
7628
7604
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.suggestionContainer = _t.first);
|
|
@@ -7656,7 +7632,7 @@ class DrChatSuggestionsComponent {
|
|
|
7656
7632
|
args: ['suggestionsContainer', { static: false }]
|
|
7657
7633
|
}] }); })();
|
|
7658
7634
|
|
|
7659
|
-
const _c0$
|
|
7635
|
+
const _c0$t = ["drChatHeader"];
|
|
7660
7636
|
const _c1$c = ["drChatLoader"];
|
|
7661
7637
|
const _c2$6 = ["drChatContent"];
|
|
7662
7638
|
const _c3$4 = ["messagesContainer"];
|
|
@@ -7793,7 +7769,7 @@ class DrChatComponent {
|
|
|
7793
7769
|
/** @nocollapse */ static { this.ɵfac = function DrChatComponent_Factory(t) { return new (t || DrChatComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
7794
7770
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatComponent, selectors: [["dr-chat"]], contentQueries: function DrChatComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
7795
7771
|
i0.ɵɵcontentQuery(dirIndex, DrChatFormComponent, 5);
|
|
7796
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
7772
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$t, 5);
|
|
7797
7773
|
i0.ɵɵcontentQuery(dirIndex, _c1$c, 5);
|
|
7798
7774
|
i0.ɵɵcontentQuery(dirIndex, _c2$6, 5);
|
|
7799
7775
|
i0.ɵɵcontentQuery(dirIndex, DrChatMessageComponent, 4);
|
|
@@ -7881,7 +7857,7 @@ class DrChatComponent {
|
|
|
7881
7857
|
args: [DrChatSuggestionsComponent]
|
|
7882
7858
|
}] }); })();
|
|
7883
7859
|
|
|
7884
|
-
const _c0$
|
|
7860
|
+
const _c0$s = ["textAreaElement"];
|
|
7885
7861
|
const _c1$b = ["fileInput"];
|
|
7886
7862
|
function DrChatFormDropdownComponent_dr_chat_dropped_files_3_Template(rf, ctx) { if (rf & 1) {
|
|
7887
7863
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
@@ -8069,7 +8045,7 @@ class DrChatFormDropdownComponent {
|
|
|
8069
8045
|
}
|
|
8070
8046
|
/** @nocollapse */ static { this.ɵfac = function DrChatFormDropdownComponent_Factory(t) { return new (t || DrChatFormDropdownComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$5.DomSanitizer)); }; }
|
|
8071
8047
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatFormDropdownComponent, selectors: [["dr-chat-form-dropdown"]], viewQuery: function DrChatFormDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8072
|
-
i0.ɵɵviewQuery(_c0$
|
|
8048
|
+
i0.ɵɵviewQuery(_c0$s, 5);
|
|
8073
8049
|
i0.ɵɵviewQuery(_c1$b, 5);
|
|
8074
8050
|
} if (rf & 2) {
|
|
8075
8051
|
let _t;
|
|
@@ -8208,14 +8184,14 @@ class DrChatCustomMessageDirective {
|
|
|
8208
8184
|
type: Input
|
|
8209
8185
|
}] }); })();
|
|
8210
8186
|
|
|
8211
|
-
const _c0$
|
|
8187
|
+
const _c0$r = ["*"];
|
|
8212
8188
|
class DrChatAlertComponent {
|
|
8213
8189
|
constructor() {
|
|
8214
8190
|
this.iconClass = 'dr-icon-info';
|
|
8215
8191
|
this.close = new EventEmitter();
|
|
8216
8192
|
}
|
|
8217
8193
|
/** @nocollapse */ static { this.ɵfac = function DrChatAlertComponent_Factory(t) { return new (t || DrChatAlertComponent)(); }; }
|
|
8218
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$
|
|
8194
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$r, 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) {
|
|
8219
8195
|
i0.ɵɵprojectionDef();
|
|
8220
8196
|
i0.ɵɵelement(0, "i");
|
|
8221
8197
|
i0.ɵɵprojection(1);
|
|
@@ -8312,7 +8288,7 @@ function DrAlertComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
8312
8288
|
i0.ɵɵadvance(1);
|
|
8313
8289
|
i0.ɵɵtextInterpolate(ctx_r0.text);
|
|
8314
8290
|
} }
|
|
8315
|
-
const _c0$
|
|
8291
|
+
const _c0$q = ["*"];
|
|
8316
8292
|
const ALERT_THEME_ICONS = {
|
|
8317
8293
|
[DrAlertTheme.SUCCESS]: 'dr-icon-uploaded-success',
|
|
8318
8294
|
[DrAlertTheme.BOLD_ERROR]: 'dr-icon-error',
|
|
@@ -8333,7 +8309,7 @@ class DrAlertComponent {
|
|
|
8333
8309
|
/** @nocollapse */ static { this.ɵfac = function DrAlertComponent_Factory(t) { return new (t || DrAlertComponent)(); }; }
|
|
8334
8310
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAlertComponent, selectors: [["dr-alert"]], hostVars: 2, hostBindings: function DrAlertComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
8335
8311
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
8336
|
-
} }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$
|
|
8312
|
+
} }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$q, decls: 6, vars: 3, consts: [[1, "dr-alert__content-wrapper"], ["class", "dr-alert__text", 4, "ngIf"], [1, "dr-alert__custom-content"], ["contentRef", ""], [1, "dr-alert__text"]], template: function DrAlertComponent_Template(rf, ctx) { if (rf & 1) {
|
|
8337
8313
|
i0.ɵɵprojectionDef();
|
|
8338
8314
|
i0.ɵɵelementStart(0, "div", 0);
|
|
8339
8315
|
i0.ɵɵelement(1, "i");
|
|
@@ -8379,7 +8355,7 @@ class CodeEditorHintWrapperComponent {
|
|
|
8379
8355
|
}]
|
|
8380
8356
|
}], null, null); })();
|
|
8381
8357
|
|
|
8382
|
-
const _c0$
|
|
8358
|
+
const _c0$p = ["ref"];
|
|
8383
8359
|
class DrCodemirrorComponent {
|
|
8384
8360
|
set options(value) {
|
|
8385
8361
|
this._options = value;
|
|
@@ -8509,7 +8485,7 @@ class DrCodemirrorComponent {
|
|
|
8509
8485
|
}
|
|
8510
8486
|
/** @nocollapse */ static { this.ɵfac = function DrCodemirrorComponent_Factory(t) { return new (t || DrCodemirrorComponent)(i0.ɵɵdirectiveInject(i0.KeyValueDiffers), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
|
|
8511
8487
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodemirrorComponent, selectors: [["dr-codemirror"]], viewQuery: function DrCodemirrorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8512
|
-
i0.ɵɵviewQuery(_c0$
|
|
8488
|
+
i0.ɵɵviewQuery(_c0$p, 5);
|
|
8513
8489
|
} if (rf & 2) {
|
|
8514
8490
|
let _t;
|
|
8515
8491
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.ref = _t.first);
|
|
@@ -8661,7 +8637,7 @@ class DrErrorComponent {
|
|
|
8661
8637
|
args: ['class.no-icon']
|
|
8662
8638
|
}] }); })();
|
|
8663
8639
|
|
|
8664
|
-
const _c0$
|
|
8640
|
+
const _c0$o = ["codeEditor"];
|
|
8665
8641
|
function DrCodeEditorComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
8666
8642
|
i0.ɵɵelementStart(0, "span", 4);
|
|
8667
8643
|
i0.ɵɵtext(1);
|
|
@@ -8940,7 +8916,7 @@ class DrCodeEditorComponent {
|
|
|
8940
8916
|
}
|
|
8941
8917
|
/** @nocollapse */ static { this.ɵfac = function DrCodeEditorComponent_Factory(t) { return new (t || DrCodeEditorComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
8942
8918
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodeEditorComponent, selectors: [["dr-code-editor"]], viewQuery: function DrCodeEditorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8943
|
-
i0.ɵɵviewQuery(_c0$
|
|
8919
|
+
i0.ɵɵviewQuery(_c0$o, 5);
|
|
8944
8920
|
} if (rf & 2) {
|
|
8945
8921
|
let _t;
|
|
8946
8922
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.codeEditor = _t.first);
|
|
@@ -9708,7 +9684,7 @@ const getAlignmentDimension = (position) => {
|
|
|
9708
9684
|
return DrPopoverAlignmentDimension.Width;
|
|
9709
9685
|
};
|
|
9710
9686
|
|
|
9711
|
-
const _c0$
|
|
9687
|
+
const _c0$n = ["popoverContainer"];
|
|
9712
9688
|
function DrPopoverComponent_ng_container_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
9713
9689
|
i0.ɵɵelementContainer(0);
|
|
9714
9690
|
} }
|
|
@@ -9798,7 +9774,7 @@ class DrPopoverComponent {
|
|
|
9798
9774
|
}
|
|
9799
9775
|
/** @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)); }; }
|
|
9800
9776
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrPopoverComponent, selectors: [["dr-popover"]], viewQuery: function DrPopoverComponent_Query(rf, ctx) { if (rf & 1) {
|
|
9801
|
-
i0.ɵɵviewQuery(_c0$
|
|
9777
|
+
i0.ɵɵviewQuery(_c0$n, 7, ElementRef);
|
|
9802
9778
|
} if (rf & 2) {
|
|
9803
9779
|
let _t;
|
|
9804
9780
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popoverContainer = _t.first);
|
|
@@ -10121,7 +10097,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
10121
10097
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
10122
10098
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10123
10099
|
};
|
|
10124
|
-
const _c0$
|
|
10100
|
+
const _c0$m = ["menuContainer"];
|
|
10125
10101
|
function DrDropdownComponent_dr_dropdown_item_4_ng_container_1_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
10126
10102
|
i0.ɵɵelement(0, "i", 11);
|
|
10127
10103
|
} if (rf & 2) {
|
|
@@ -10317,7 +10293,7 @@ class DrDropdownComponent {
|
|
|
10317
10293
|
}
|
|
10318
10294
|
/** @nocollapse */ static { this.ɵfac = function DrDropdownComponent_Factory(t) { return new (t || DrDropdownComponent)(); }; }
|
|
10319
10295
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownComponent, selectors: [["dr-dropdown"]], viewQuery: function DrDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10320
|
-
i0.ɵɵviewQuery(_c0$
|
|
10296
|
+
i0.ɵɵviewQuery(_c0$m, 7);
|
|
10321
10297
|
} if (rf & 2) {
|
|
10322
10298
|
let _t;
|
|
10323
10299
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.menuContainer = _t.first);
|
|
@@ -10556,7 +10532,7 @@ class DrDropdownChildDirective {
|
|
|
10556
10532
|
}]
|
|
10557
10533
|
}], null, null); })();
|
|
10558
10534
|
|
|
10559
|
-
const _c0$
|
|
10535
|
+
const _c0$l = [[["", "dropdownItemContent", ""]], [["", "dropdownItemActions", ""]]];
|
|
10560
10536
|
const _c1$9 = ["[dropdownItemContent]", "[dropdownItemActions]"];
|
|
10561
10537
|
class DrDropdownItemComponent {
|
|
10562
10538
|
constructor() {
|
|
@@ -10566,7 +10542,7 @@ class DrDropdownItemComponent {
|
|
|
10566
10542
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownItemComponent, selectors: [["dr-dropdown-item"]], hostVars: 1, hostBindings: function DrDropdownItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
10567
10543
|
i0.ɵɵattribute("role", ctx.role);
|
|
10568
10544
|
} }, inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, ngContentSelectors: _c1$9, decls: 5, vars: 6, consts: [[1, "dr-dropdown-item"], [1, "dr-dropdown-text"], [1, "dr-dropdown-actions"]], template: function DrDropdownItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10569
|
-
i0.ɵɵprojectionDef(_c0$
|
|
10545
|
+
i0.ɵɵprojectionDef(_c0$l);
|
|
10570
10546
|
i0.ɵɵelementStart(0, "div", 0)(1, "span", 1);
|
|
10571
10547
|
i0.ɵɵprojection(2);
|
|
10572
10548
|
i0.ɵɵelementEnd();
|
|
@@ -10608,7 +10584,7 @@ class DrDropdownItemShowPipe {
|
|
|
10608
10584
|
function DrTabComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
10609
10585
|
i0.ɵɵprojection(0);
|
|
10610
10586
|
} }
|
|
10611
|
-
const _c0$
|
|
10587
|
+
const _c0$k = ["*"];
|
|
10612
10588
|
class DrTabComponent {
|
|
10613
10589
|
constructor() { }
|
|
10614
10590
|
ngOnInit() { }
|
|
@@ -10618,7 +10594,7 @@ class DrTabComponent {
|
|
|
10618
10594
|
} if (rf & 2) {
|
|
10619
10595
|
let _t;
|
|
10620
10596
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contentTemplate = _t.first);
|
|
10621
|
-
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$
|
|
10597
|
+
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$k, decls: 1, vars: 0, template: function DrTabComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10622
10598
|
i0.ɵɵprojectionDef();
|
|
10623
10599
|
i0.ɵɵtemplate(0, DrTabComponent_ng_template_0_Template, 1, 0, "ng-template");
|
|
10624
10600
|
} }, encapsulation: 2 }); }
|
|
@@ -10893,7 +10869,7 @@ class DrTabsComponent {
|
|
|
10893
10869
|
args: [DrTabComponent]
|
|
10894
10870
|
}] }); })();
|
|
10895
10871
|
|
|
10896
|
-
const _c0$
|
|
10872
|
+
const _c0$j = [[["dr-accordion-item"]]];
|
|
10897
10873
|
const _c1$8 = ["dr-accordion-item"];
|
|
10898
10874
|
class DrAccordionComponent {
|
|
10899
10875
|
constructor() {
|
|
@@ -10928,7 +10904,7 @@ class DrAccordionComponent {
|
|
|
10928
10904
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionComponent, selectors: [["dr-accordion"]], hostVars: 2, hostBindings: function DrAccordionComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
10929
10905
|
i0.ɵɵclassMap(ctx.theme);
|
|
10930
10906
|
} }, inputs: { multi: "multi", theme: "theme" }, ngContentSelectors: _c1$8, decls: 1, vars: 0, template: function DrAccordionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10931
|
-
i0.ɵɵprojectionDef(_c0$
|
|
10907
|
+
i0.ɵɵprojectionDef(_c0$j);
|
|
10932
10908
|
i0.ɵɵprojection(0);
|
|
10933
10909
|
} }, styles: ["[_nghost-%COMP%]{display:block;box-shadow:#2c33491a 0 5px 10px}.borderless[_nghost-%COMP%]{box-shadow:none}"], changeDetection: 0 }); }
|
|
10934
10910
|
}
|
|
@@ -10945,7 +10921,7 @@ class DrAccordionComponent {
|
|
|
10945
10921
|
args: ['class']
|
|
10946
10922
|
}] }); })();
|
|
10947
10923
|
|
|
10948
|
-
const _c0$
|
|
10924
|
+
const _c0$i = [[["dr-accordion-item-header"]], [["dr-accordion-item-body"]]];
|
|
10949
10925
|
const _c1$7 = ["dr-accordion-item-header", "dr-accordion-item-body"];
|
|
10950
10926
|
class DrAccordionItemComponent {
|
|
10951
10927
|
/**
|
|
@@ -11047,7 +11023,7 @@ class DrAccordionItemComponent {
|
|
|
11047
11023
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemComponent, selectors: [["dr-accordion-item"]], hostVars: 6, hostBindings: function DrAccordionItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
11048
11024
|
i0.ɵɵclassProp("collapsed", ctx.collapsed)("expanded", ctx.expanded)("disabled", ctx.disabled);
|
|
11049
11025
|
} }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$7, decls: 2, vars: 0, template: function DrAccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11050
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11026
|
+
i0.ɵɵprojectionDef(_c0$i);
|
|
11051
11027
|
i0.ɵɵprojection(0);
|
|
11052
11028
|
i0.ɵɵprojection(1, 1);
|
|
11053
11029
|
} }, 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 }); }
|
|
@@ -11089,7 +11065,7 @@ function DrAccordionItemHeaderComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
11089
11065
|
i0.ɵɵclassMap("dr-accordion-item-header-icon " + ctx_r0.icon);
|
|
11090
11066
|
i0.ɵɵclassProp("dr-accordion-item-header-icon--additional-padding", ctx_r0.chevronPosition === "left");
|
|
11091
11067
|
} }
|
|
11092
|
-
const _c0$
|
|
11068
|
+
const _c0$h = function (a0) { return { rotationDegree: a0 }; };
|
|
11093
11069
|
const _c1$6 = function (a0, a1) { return { value: a0, params: a1 }; };
|
|
11094
11070
|
function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
11095
11071
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -11099,7 +11075,7 @@ function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
11099
11075
|
} if (rf & 2) {
|
|
11100
11076
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
11101
11077
|
i0.ɵɵclassMap(ctx_r1.chevronIconClass);
|
|
11102
|
-
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$6, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$
|
|
11078
|
+
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$6, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$h, ctx_r1.chevronRotationDegree)));
|
|
11103
11079
|
} }
|
|
11104
11080
|
const _c2$3 = [[["dr-accordion-item-title"]], [["dr-accordion-item-description"]], "*"];
|
|
11105
11081
|
const _c3$1 = ["dr-accordion-item-title", "dr-accordion-item-description", "*"];
|
|
@@ -11228,7 +11204,7 @@ class DrAccordionItemHeaderComponent {
|
|
|
11228
11204
|
args: ['keydown.enter']
|
|
11229
11205
|
}] }); })();
|
|
11230
11206
|
|
|
11231
|
-
const _c0$
|
|
11207
|
+
const _c0$g = function (a0) { return { value: a0 }; };
|
|
11232
11208
|
const _c1$5 = ["*"];
|
|
11233
11209
|
const accordionItemBodyTrigger = trigger('accordionItemBody', [
|
|
11234
11210
|
state('collapsed', style({
|
|
@@ -11266,7 +11242,7 @@ class DrAccordionItemBodyComponent {
|
|
|
11266
11242
|
i0.ɵɵprojection(2);
|
|
11267
11243
|
i0.ɵɵelementEnd()();
|
|
11268
11244
|
} if (rf & 2) {
|
|
11269
|
-
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$
|
|
11245
|
+
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$g, ctx.state));
|
|
11270
11246
|
} }, styles: [".item-body[_ngcontent-%COMP%]{flex:1;-ms-flex:1 1 auto;overflow:auto;position:relative}"], data: { animation: [accordionItemBodyTrigger] }, changeDetection: 0 }); }
|
|
11271
11247
|
}
|
|
11272
11248
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrAccordionItemBodyComponent, [{
|
|
@@ -11282,13 +11258,13 @@ class DrAccordionItemBodyComponent {
|
|
|
11282
11258
|
type: Host
|
|
11283
11259
|
}] }, { type: i0.ChangeDetectorRef }]; }, null); })();
|
|
11284
11260
|
|
|
11285
|
-
const _c0$
|
|
11261
|
+
const _c0$f = [[["dr-layout-header"]], [["dr-layout-body"]]];
|
|
11286
11262
|
const _c1$4 = ["dr-layout-header", "dr-layout-body"];
|
|
11287
11263
|
class DrLayoutComponent {
|
|
11288
11264
|
constructor() { }
|
|
11289
11265
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutComponent_Factory(t) { return new (t || DrLayoutComponent)(); }; }
|
|
11290
11266
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], ngContentSelectors: _c1$4, decls: 6, vars: 0, consts: [[1, "dr-layout"], [1, "dr-layout__container"], [1, "content"], [1, "columns"]], template: function DrLayoutComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11291
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11267
|
+
i0.ɵɵprojectionDef(_c0$f);
|
|
11292
11268
|
i0.ɵɵelementStart(0, "div", 0);
|
|
11293
11269
|
i0.ɵɵprojection(1);
|
|
11294
11270
|
i0.ɵɵelementStart(2, "div", 1)(3, "div", 2)(4, "div", 3);
|
|
@@ -11301,11 +11277,11 @@ class DrLayoutComponent {
|
|
|
11301
11277
|
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"] }]
|
|
11302
11278
|
}], function () { return []; }, null); })();
|
|
11303
11279
|
|
|
11304
|
-
const _c0$
|
|
11280
|
+
const _c0$e = ["*"];
|
|
11305
11281
|
class DrLayoutHeaderComponent {
|
|
11306
11282
|
constructor() { }
|
|
11307
11283
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutHeaderComponent_Factory(t) { return new (t || DrLayoutHeaderComponent)(); }; }
|
|
11308
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$
|
|
11284
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$e, decls: 2, vars: 0, template: function DrLayoutHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11309
11285
|
i0.ɵɵprojectionDef();
|
|
11310
11286
|
i0.ɵɵelementStart(0, "nav");
|
|
11311
11287
|
i0.ɵɵprojection(1);
|
|
@@ -11324,11 +11300,11 @@ class DrLayoutHeaderComponent {
|
|
|
11324
11300
|
}]
|
|
11325
11301
|
}], function () { return []; }, null); })();
|
|
11326
11302
|
|
|
11327
|
-
const _c0$
|
|
11303
|
+
const _c0$d = ["*"];
|
|
11328
11304
|
class DrLayoutBodyComponent {
|
|
11329
11305
|
constructor() { }
|
|
11330
11306
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutBodyComponent_Factory(t) { return new (t || DrLayoutBodyComponent)(); }; }
|
|
11331
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$
|
|
11307
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$d, decls: 1, vars: 0, template: function DrLayoutBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11332
11308
|
i0.ɵɵprojectionDef();
|
|
11333
11309
|
i0.ɵɵprojection(0);
|
|
11334
11310
|
} }, encapsulation: 2 }); }
|
|
@@ -11350,7 +11326,7 @@ function DrDetailsListComponent_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
11350
11326
|
i0.ɵɵadvance(1);
|
|
11351
11327
|
i0.ɵɵtextInterpolate(item_r1);
|
|
11352
11328
|
} }
|
|
11353
|
-
const _c0$
|
|
11329
|
+
const _c0$c = function (a0) { return { value: a0 }; };
|
|
11354
11330
|
class DrDetailsListComponent {
|
|
11355
11331
|
set items(val) {
|
|
11356
11332
|
if (!val) {
|
|
@@ -11397,7 +11373,7 @@ class DrDetailsListComponent {
|
|
|
11397
11373
|
i0.ɵɵadvance(1);
|
|
11398
11374
|
i0.ɵɵtextInterpolate1(" ", ctx.title, " ");
|
|
11399
11375
|
i0.ɵɵadvance(1);
|
|
11400
|
-
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$
|
|
11376
|
+
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$c, ctx.state));
|
|
11401
11377
|
i0.ɵɵadvance(1);
|
|
11402
11378
|
i0.ɵɵproperty("ngForOf", ctx.list);
|
|
11403
11379
|
} }, dependencies: [i1.NgForOf], styles: ["[_nghost-%COMP%]{font-family:Poppins,sans-serif;font-size:14px;line-height:22px;color:#6d6e6f;font-weight:400}[_nghost-%COMP%] .details[_ngcontent-%COMP%]{display:flex;flex-direction:column}[_nghost-%COMP%] .details__header[_ngcontent-%COMP%]{display:flex;align-items:center;cursor:pointer}[_nghost-%COMP%] .details__header[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{margin-right:4px}[_nghost-%COMP%] .details__list[_ngcontent-%COMP%]{display:flex;flex-direction:column;padding-left:28px;margin:8px 0}[_nghost-%COMP%] .details__list[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{list-style-type:disc}"], data: { animation: [
|
|
@@ -11441,7 +11417,7 @@ class DrDetailsListComponent {
|
|
|
11441
11417
|
type: Input
|
|
11442
11418
|
}] }); })();
|
|
11443
11419
|
|
|
11444
|
-
const _c0$
|
|
11420
|
+
const _c0$b = ["content"];
|
|
11445
11421
|
const _c1$3 = function (a0, a1) { return { "dr-icon-maximize": a0, "dr-icon-minimize": a1 }; };
|
|
11446
11422
|
function DialogWrapperComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
11447
11423
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
@@ -11636,7 +11612,7 @@ class DialogWrapperComponent {
|
|
|
11636
11612
|
}
|
|
11637
11613
|
/** @nocollapse */ static { this.ɵfac = function DialogWrapperComponent_Factory(t) { return new (t || DialogWrapperComponent)(i0.ɵɵdirectiveInject(i1$6.MatLegacyDialogRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(MAT_LEGACY_DIALOG_DATA)); }; }
|
|
11638
11614
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DialogWrapperComponent, selectors: [["dr-dialog-wrapper"]], viewQuery: function DialogWrapperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
11639
|
-
i0.ɵɵviewQuery(_c0$
|
|
11615
|
+
i0.ɵɵviewQuery(_c0$b, 5, ViewContainerRef);
|
|
11640
11616
|
} if (rf & 2) {
|
|
11641
11617
|
let _t;
|
|
11642
11618
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
|
|
@@ -11839,7 +11815,7 @@ function DialogModalWrapperComponent_form_7_div_2_label_9_Template(rf, ctx) { if
|
|
|
11839
11815
|
i0.ɵɵadvance(1);
|
|
11840
11816
|
i0.ɵɵtextInterpolate1(" ", ctx_r19.dialogData.serverErrorMessage, " ");
|
|
11841
11817
|
} }
|
|
11842
|
-
const _c0$
|
|
11818
|
+
const _c0$a = function (a0) { return { display: a0 }; };
|
|
11843
11819
|
const _c1$2 = function (a0, a1) { return { "col-md-10": a0, "col-md-12": a1 }; };
|
|
11844
11820
|
function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
11845
11821
|
i0.ɵɵelementStart(0, "div", 16);
|
|
@@ -11857,7 +11833,7 @@ function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1
|
|
|
11857
11833
|
const field_r11 = ctx.$implicit;
|
|
11858
11834
|
const ctx_r10 = i0.ɵɵnextContext(2);
|
|
11859
11835
|
i0.ɵɵclassMap(field_r11.formGroupClass);
|
|
11860
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$
|
|
11836
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$a, field_r11.isLabelFullWidth ? "block" : "flex"));
|
|
11861
11837
|
i0.ɵɵadvance(1);
|
|
11862
11838
|
i0.ɵɵproperty("ngIf", field_r11.label && field_r11.type !== ctx_r10.dialogFieldType.CHECKBOX);
|
|
11863
11839
|
i0.ɵɵadvance(1);
|
|
@@ -12565,7 +12541,7 @@ function TreeviewItemComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
12565
12541
|
i0.ɵɵadvance(1);
|
|
12566
12542
|
i0.ɵɵproperty("ngForOf", ctx_r2.item.children);
|
|
12567
12543
|
} }
|
|
12568
|
-
const _c0$
|
|
12544
|
+
const _c0$9 = function (a0, a1, a2) { return { item: a0, onCollapseExpand: a1, onCheckedChange: a2 }; };
|
|
12569
12545
|
function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
12570
12546
|
i0.ɵɵelementStart(0, "div", 1);
|
|
12571
12547
|
i0.ɵɵtemplate(1, TreeviewItemComponent_div_0_ng_template_1_Template, 0, 0, "ng-template", 2);
|
|
@@ -12574,7 +12550,7 @@ function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
12574
12550
|
} if (rf & 2) {
|
|
12575
12551
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
12576
12552
|
i0.ɵɵadvance(1);
|
|
12577
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$
|
|
12553
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$9, ctx_r0.item, ctx_r0.onCollapseExpand, ctx_r0.onCheckedChange));
|
|
12578
12554
|
i0.ɵɵadvance(1);
|
|
12579
12555
|
i0.ɵɵproperty("ngIf", !ctx_r0.item.collapsed);
|
|
12580
12556
|
} }
|
|
@@ -13731,7 +13707,7 @@ class DrImageCropperCanvasService {
|
|
|
13731
13707
|
type: Injectable
|
|
13732
13708
|
}], null, null); })();
|
|
13733
13709
|
|
|
13734
|
-
const _c0$
|
|
13710
|
+
const _c0$8 = ["imageCanvas"];
|
|
13735
13711
|
class DrImageCropperComponent {
|
|
13736
13712
|
constructor(canvasService) {
|
|
13737
13713
|
this.canvasService = canvasService;
|
|
@@ -13789,7 +13765,7 @@ class DrImageCropperComponent {
|
|
|
13789
13765
|
}
|
|
13790
13766
|
/** @nocollapse */ static { this.ɵfac = function DrImageCropperComponent_Factory(t) { return new (t || DrImageCropperComponent)(i0.ɵɵdirectiveInject(DrImageCropperCanvasService)); }; }
|
|
13791
13767
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrImageCropperComponent, selectors: [["dr-image-cropper"]], viewQuery: function DrImageCropperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
13792
|
-
i0.ɵɵviewQuery(_c0$
|
|
13768
|
+
i0.ɵɵviewQuery(_c0$8, 7);
|
|
13793
13769
|
} if (rf & 2) {
|
|
13794
13770
|
let _t;
|
|
13795
13771
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.canvasElement = _t.first);
|
|
@@ -14232,13 +14208,13 @@ function DrChipComponent_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
14232
14208
|
i0.ɵɵlistener("click", function DrChipComponent_i_4_Template_i_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.remove.next(null)); });
|
|
14233
14209
|
i0.ɵɵelementEnd();
|
|
14234
14210
|
} }
|
|
14235
|
-
const _c0$
|
|
14211
|
+
const _c0$7 = ["*"];
|
|
14236
14212
|
class DrChipComponent {
|
|
14237
14213
|
constructor() {
|
|
14238
14214
|
this.remove = new EventEmitter();
|
|
14239
14215
|
}
|
|
14240
14216
|
/** @nocollapse */ static { this.ɵfac = function DrChipComponent_Factory(t) { return new (t || DrChipComponent)(); }; }
|
|
14241
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChipComponent, selectors: [["dr-chip"]], inputs: { label: "label", icon: "icon", removable: "removable" }, outputs: { remove: "remove" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
14217
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChipComponent, selectors: [["dr-chip"]], inputs: { label: "label", icon: "icon", removable: "removable" }, outputs: { remove: "remove" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$7, decls: 5, vars: 4, consts: [["class", "chip__icon", 3, "class", 4, "ngIf"], [1, "chip__label"], [4, "ngIf"], ["class", "chip__remove dr-icon-exit", 3, "click", 4, "ngIf"], [1, "chip__icon"], [1, "chip__remove", "dr-icon-exit", 3, "click"]], template: function DrChipComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14242
14218
|
i0.ɵɵprojectionDef();
|
|
14243
14219
|
i0.ɵɵtemplate(0, DrChipComponent_i_0_Template, 1, 2, "i", 0);
|
|
14244
14220
|
i0.ɵɵelementStart(1, "div", 1);
|
|
@@ -14269,7 +14245,7 @@ class DrChipComponent {
|
|
|
14269
14245
|
type: Output
|
|
14270
14246
|
}] }); })();
|
|
14271
14247
|
|
|
14272
|
-
const _c0$
|
|
14248
|
+
const _c0$6 = ["carouselContainer"];
|
|
14273
14249
|
const _c1$1 = ["carouselItem"];
|
|
14274
14250
|
function DrGalleryComponent_dr_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
14275
14251
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -14495,7 +14471,7 @@ class DrGalleryComponent {
|
|
|
14495
14471
|
let _t;
|
|
14496
14472
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.template = _t.first);
|
|
14497
14473
|
} }, viewQuery: function DrGalleryComponent_Query(rf, ctx) { if (rf & 1) {
|
|
14498
|
-
i0.ɵɵviewQuery(_c0$
|
|
14474
|
+
i0.ɵɵviewQuery(_c0$6, 5);
|
|
14499
14475
|
i0.ɵɵviewQuery(_c1$1, 5);
|
|
14500
14476
|
} if (rf & 2) {
|
|
14501
14477
|
let _t;
|
|
@@ -14557,7 +14533,7 @@ function DrProgressBarComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
14557
14533
|
i0.ɵɵadvance(1);
|
|
14558
14534
|
i0.ɵɵtextInterpolate1("", ctx_r0.progress || 0, "%");
|
|
14559
14535
|
} }
|
|
14560
|
-
const _c0$
|
|
14536
|
+
const _c0$5 = ["*"];
|
|
14561
14537
|
class DrProgressBarComponent {
|
|
14562
14538
|
constructor() {
|
|
14563
14539
|
/**
|
|
@@ -14566,7 +14542,7 @@ class DrProgressBarComponent {
|
|
|
14566
14542
|
this.showValue = true;
|
|
14567
14543
|
}
|
|
14568
14544
|
/** @nocollapse */ static { this.ɵfac = function DrProgressBarComponent_Factory(t) { return new (t || DrProgressBarComponent)(); }; }
|
|
14569
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrProgressBarComponent, selectors: [["dr-progress-bar"]], inputs: { progress: "progress", showValue: "showValue" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
14545
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrProgressBarComponent, selectors: [["dr-progress-bar"]], inputs: { progress: "progress", showValue: "showValue" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$5, decls: 5, vars: 3, consts: [[1, "progress-bar__background"], [1, "progress-bar__background__fill"], [1, "progress-bar__value"], [4, "ngIf"]], template: function DrProgressBarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14570
14546
|
i0.ɵɵprojectionDef();
|
|
14571
14547
|
i0.ɵɵelementStart(0, "div", 0);
|
|
14572
14548
|
i0.ɵɵelement(1, "div", 1);
|
|
@@ -14592,6 +14568,35 @@ class DrProgressBarComponent {
|
|
|
14592
14568
|
type: Input
|
|
14593
14569
|
}] }); })();
|
|
14594
14570
|
|
|
14571
|
+
const _c0$4 = ["*"];
|
|
14572
|
+
class DrBadgeComponent {
|
|
14573
|
+
constructor() {
|
|
14574
|
+
this.color = 'stone';
|
|
14575
|
+
this.size = 'medium';
|
|
14576
|
+
}
|
|
14577
|
+
get elementClasses() {
|
|
14578
|
+
return `${this.color} ${this.size}`;
|
|
14579
|
+
}
|
|
14580
|
+
/** @nocollapse */ static { this.ɵfac = function DrBadgeComponent_Factory(t) { return new (t || DrBadgeComponent)(); }; }
|
|
14581
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrBadgeComponent, selectors: [["dr-badge"]], hostVars: 2, hostBindings: function DrBadgeComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
14582
|
+
i0.ɵɵclassMap(ctx.elementClasses);
|
|
14583
|
+
} }, inputs: { color: "color", size: "size" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$4, decls: 1, vars: 0, template: function DrBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14584
|
+
i0.ɵɵprojectionDef();
|
|
14585
|
+
i0.ɵɵprojection(0);
|
|
14586
|
+
} }, styles: ["[_nghost-%COMP%]{display:inline-flex;color:#333;border-radius:4px;box-sizing:border-box;font-size:12px;line-height:16px;font-weight:500}.small[_nghost-%COMP%]{padding:2px 4px}.medium[_nghost-%COMP%]{padding:4px 8px}.light-purple[_nghost-%COMP%]{background-color:#dfd9ff}.water[_nghost-%COMP%]{background-color:#d9f2ff}.baby-blue[_nghost-%COMP%]{background-color:#d9e6ff}.baby-pink[_nghost-%COMP%]{background-color:#ffdbf1}.light-turquoise[_nghost-%COMP%]{background-color:#d6fcf9}.bright-green[_nghost-%COMP%]{background-color:#d9ffea}.stone[_nghost-%COMP%]{background-color:#f6f4f4}.peach[_nghost-%COMP%]{background-color:#ffe5b4}.soft-coral[_nghost-%COMP%]{background-color:#ffd2c2}.pale-yellow[_nghost-%COMP%]{background-color:#fffacd}.pastel-olive[_nghost-%COMP%]{background-color:#dce2b9}.powder-blue-grey[_nghost-%COMP%]{background-color:#d3dbe3}.muted-plum[_nghost-%COMP%]{background-color:#e7c7db}"], changeDetection: 0 }); }
|
|
14587
|
+
}
|
|
14588
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrBadgeComponent, [{
|
|
14589
|
+
type: Component,
|
|
14590
|
+
args: [{ selector: 'dr-badge', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [":host{display:inline-flex;color:#333;border-radius:4px;box-sizing:border-box;font-size:12px;line-height:16px;font-weight:500}:host.small{padding:2px 4px}:host.medium{padding:4px 8px}:host.light-purple{background-color:#dfd9ff}:host.water{background-color:#d9f2ff}:host.baby-blue{background-color:#d9e6ff}:host.baby-pink{background-color:#ffdbf1}:host.light-turquoise{background-color:#d6fcf9}:host.bright-green{background-color:#d9ffea}:host.stone{background-color:#f6f4f4}:host.peach{background-color:#ffe5b4}:host.soft-coral{background-color:#ffd2c2}:host.pale-yellow{background-color:#fffacd}:host.pastel-olive{background-color:#dce2b9}:host.powder-blue-grey{background-color:#d3dbe3}:host.muted-plum{background-color:#e7c7db}\n"] }]
|
|
14591
|
+
}], null, { color: [{
|
|
14592
|
+
type: Input
|
|
14593
|
+
}], size: [{
|
|
14594
|
+
type: Input
|
|
14595
|
+
}], elementClasses: [{
|
|
14596
|
+
type: HostBinding,
|
|
14597
|
+
args: ['class']
|
|
14598
|
+
}] }); })();
|
|
14599
|
+
|
|
14595
14600
|
/**
|
|
14596
14601
|
* Configuration used when opening a drawer.
|
|
14597
14602
|
*/
|
|
@@ -16007,5 +16012,5 @@ class FilterDropdownComponent {
|
|
|
16007
16012
|
* Generated bundle index. Do not edit.
|
|
16008
16013
|
*/
|
|
16009
16014
|
|
|
16010
|
-
export { AnyTagComponent, AutofocusDirective, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTagComponent, DateTagModule, DateTags, DateTimePickerComponent, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrErrorComponent, DrErrorModule, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrScenarioConfigurationComponent, DrScenarioModule, DrScenarioTagConfigurationComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagModule, DrTagsConstructorComponent, DrTagsConstructorModule, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective, FeedbackSentiment, FilterDropdownComponent, FilterPipe, FiscalMonthAdapter, ForecastTagComponent, ForecastTagService, GMT_OFFSETS, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, LOCAL_TIME_ZONE_OFFSET, LetContext, LetDirective, LinkTheme, ListTagComponent, ListTagModule, MonthTagComponent, OrderDownlineTreeviewEventParser, QuarterTagComponent, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, SeparateTableColumnDirective, SeparateTableComponent, StepWizardDirective, StepperComponent, StepperWizardComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TextOverflowComponent, TimePickerComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipPosition, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, TruncateTextDirective, WeekTagComponent, YearTagComponent, getGMTLabel };
|
|
16015
|
+
export { AnyTagComponent, AutofocusDirective, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTagComponent, DateTagModule, DateTags, DateTimePickerComponent, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeComponent, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrErrorComponent, DrErrorModule, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrScenarioConfigurationComponent, DrScenarioModule, DrScenarioTagConfigurationComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagModule, DrTagsConstructorComponent, DrTagsConstructorModule, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective, FeedbackSentiment, FilterDropdownComponent, FilterPipe, FiscalMonthAdapter, ForecastTagComponent, ForecastTagService, GMT_OFFSETS, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, LOCAL_TIME_ZONE_OFFSET, LetContext, LetDirective, LinkTheme, ListTagComponent, ListTagModule, MonthTagComponent, OrderDownlineTreeviewEventParser, QuarterTagComponent, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, SeparateTableColumnDirective, SeparateTableComponent, StepWizardDirective, StepperComponent, StepperWizardComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TextOverflowComponent, TimePickerComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipPosition, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, TruncateTextDirective, WeekTagComponent, YearTagComponent, getGMTLabel };
|
|
16011
16016
|
//# sourceMappingURL=datarailsshared-datarailsshared.mjs.map
|