@datarailsshared/datarailsshared 1.6.416 → 1.6.418
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/assets/styles/vars.scss +9 -0
- package/datarailsshared-datarailsshared-1.6.418.tgz +0 -0
- package/esm2022/lib/dr-badge-new/dr-badge-new.component.mjs +84 -0
- package/esm2022/lib/dr-inputs/date-pickers/dr-date-picker-with-timeframe/dr-date-picker-with-timeframe.component.mjs +2 -2
- package/esm2022/lib/dr-inputs/date-pickers/services/dr-date-picker.service.mjs +2 -2
- package/esm2022/lib/models/datePicker.mjs +2 -1
- package/esm2022/local-api.mjs +2 -1
- package/fesm2022/datarailsshared-datarailsshared.mjs +179 -100
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/dr-badge-new/dr-badge-new.component.d.ts +21 -0
- package/lib/models/datePicker.d.ts +1 -0
- package/local-api.d.ts +1 -0
- package/package.json +1 -1
- package/styles.scss +18 -0
- package/datarailsshared-datarailsshared-1.6.416.tgz +0 -0
|
@@ -90,7 +90,7 @@ function DrButtonComponent_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
90
90
|
i0.ɵɵclassMap(ctx_r2.iconAfter);
|
|
91
91
|
i0.ɵɵstyleProp("font-size", ctx_r2.iconAfterSize)("color", ctx_r2.iconAfterColor || "inherit");
|
|
92
92
|
} }
|
|
93
|
-
const _c0$
|
|
93
|
+
const _c0$16 = ["*"];
|
|
94
94
|
class DrButtonComponent {
|
|
95
95
|
constructor() {
|
|
96
96
|
this.theme = 'primary';
|
|
@@ -105,7 +105,7 @@ class DrButtonComponent {
|
|
|
105
105
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrButtonComponent, selectors: [["dr-button"]], hostVars: 12, hostBindings: function DrButtonComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
106
106
|
i0.ɵɵclassMap(ctx.theme);
|
|
107
107
|
i0.ɵɵclassProp("with-icon", ctx.icon)("with-icon-after", ctx.iconAfter)("disabled", ctx.disabled)("loading", ctx.isLoading)("active", ctx.isActive);
|
|
108
|
-
} }, inputs: { theme: "theme", icon: "icon", iconColor: "iconColor", iconSize: "iconSize", iconAfter: "iconAfter", iconAfterColor: "iconAfterColor", iconAfterSize: "iconAfterSize", disabled: "disabled", isLoading: "isLoading", isActive: "isActive", type: "type" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
108
|
+
} }, inputs: { theme: "theme", icon: "icon", iconColor: "iconColor", iconSize: "iconSize", iconAfter: "iconAfter", iconAfterColor: "iconAfterColor", iconAfterSize: "iconAfterSize", disabled: "disabled", isLoading: "isLoading", isActive: "isActive", type: "type" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$16, decls: 5, vars: 5, consts: [[3, "disabled", "type"], ["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) {
|
|
109
109
|
i0.ɵɵprojectionDef();
|
|
110
110
|
i0.ɵɵelementStart(0, "button", 0);
|
|
111
111
|
i0.ɵɵtemplate(1, DrButtonComponent_i_1_Template, 1, 6, "i", 1);
|
|
@@ -206,6 +206,7 @@ var DateFromats;
|
|
|
206
206
|
DateFromats["DATE_INPUT_FORMAT"] = "YYYY/MM/DD";
|
|
207
207
|
DateFromats["YEAR_FORMAT"] = "yyyy";
|
|
208
208
|
DateFromats["MONTH_YEAR_FORMAT"] = "MM/yyyy";
|
|
209
|
+
DateFromats["MONTH_YEAR_DISPLAY_FORMAT"] = "MMM, yyyy";
|
|
209
210
|
DateFromats["QUARTER_FORMAT"] = "Q/yyyy";
|
|
210
211
|
DateFromats["WEEK_FORMAT"] = "W/GGGG";
|
|
211
212
|
})(DateFromats || (DateFromats = {}));
|
|
@@ -380,7 +381,7 @@ var TooltipTheme;
|
|
|
380
381
|
TooltipTheme["DARK"] = "dark";
|
|
381
382
|
})(TooltipTheme || (TooltipTheme = {}));
|
|
382
383
|
|
|
383
|
-
const _c0$
|
|
384
|
+
const _c0$15 = ["*"];
|
|
384
385
|
class TooltipDefaultComponent {
|
|
385
386
|
constructor() {
|
|
386
387
|
this.theme = TooltipTheme.LIGHT;
|
|
@@ -388,7 +389,7 @@ class TooltipDefaultComponent {
|
|
|
388
389
|
/** @nocollapse */ static { this.ɵfac = function TooltipDefaultComponent_Factory(t) { return new (t || TooltipDefaultComponent)(); }; }
|
|
389
390
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipDefaultComponent, selectors: [["dr-tooltip-default"]], hostVars: 2, hostBindings: function TooltipDefaultComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
390
391
|
i0.ɵɵclassMap(ctx.theme);
|
|
391
|
-
} }, inputs: { content: "content", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
392
|
+
} }, inputs: { content: "content", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$15, decls: 2, vars: 1, consts: [[1, "content", 3, "innerHTML"]], template: function TooltipDefaultComponent_Template(rf, ctx) { if (rf & 1) {
|
|
392
393
|
i0.ɵɵprojectionDef();
|
|
393
394
|
i0.ɵɵelement(0, "span", 0);
|
|
394
395
|
i0.ɵɵprojection(1);
|
|
@@ -408,7 +409,7 @@ class TooltipDefaultComponent {
|
|
|
408
409
|
args: ['class']
|
|
409
410
|
}] }); })();
|
|
410
411
|
|
|
411
|
-
const _c0$
|
|
412
|
+
const _c0$14 = ["container"];
|
|
412
413
|
class TooltipCustomComponent {
|
|
413
414
|
constructor() {
|
|
414
415
|
this.injector = inject(Injector);
|
|
@@ -439,7 +440,7 @@ class TooltipCustomComponent {
|
|
|
439
440
|
}
|
|
440
441
|
/** @nocollapse */ static { this.ɵfac = function TooltipCustomComponent_Factory(t) { return new (t || TooltipCustomComponent)(); }; }
|
|
441
442
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipCustomComponent, selectors: [["dr-tooltip-custom"]], viewQuery: function TooltipCustomComponent_Query(rf, ctx) { if (rf & 1) {
|
|
442
|
-
i0.ɵɵviewQuery(_c0$
|
|
443
|
+
i0.ɵɵviewQuery(_c0$14, 7, ViewContainerRef);
|
|
443
444
|
} if (rf & 2) {
|
|
444
445
|
let _t;
|
|
445
446
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.container = _t.first);
|
|
@@ -500,7 +501,7 @@ function TooltipComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
500
501
|
const ctx_r5 = i0.ɵɵnextContext();
|
|
501
502
|
i0.ɵɵproperty("content", ctx_r5.content)("theme", ctx_r5.theme);
|
|
502
503
|
} }
|
|
503
|
-
const _c0$
|
|
504
|
+
const _c0$13 = function (a0) { return { "dr-tooltip": a0 }; };
|
|
504
505
|
class TooltipComponent {
|
|
505
506
|
constructor() {
|
|
506
507
|
this.isContentTemplate = false;
|
|
@@ -533,7 +534,7 @@ class TooltipComponent {
|
|
|
533
534
|
} if (rf & 2) {
|
|
534
535
|
const _r2 = i0.ɵɵreference(4);
|
|
535
536
|
i0.ɵɵclassMap(ctx.position + " " + ctx.class + " " + ctx.theme);
|
|
536
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$
|
|
537
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$13, !(ctx.options == null ? null : ctx.options.withoutContainerStyles)));
|
|
537
538
|
i0.ɵɵadvance(1);
|
|
538
539
|
i0.ɵɵproperty("ngIf", !(ctx.options == null ? null : ctx.options.withoutArrow));
|
|
539
540
|
i0.ɵɵadvance(1);
|
|
@@ -876,7 +877,7 @@ class DrTooltipModule {
|
|
|
876
877
|
TooltipComponent,
|
|
877
878
|
DrTooltipDirective] }); })();
|
|
878
879
|
|
|
879
|
-
const _c0$
|
|
880
|
+
const _c0$12 = ["checkboxContent"];
|
|
880
881
|
const _c1$r = ["*"];
|
|
881
882
|
class CheckboxComponent {
|
|
882
883
|
get indeterminate() {
|
|
@@ -927,7 +928,7 @@ class CheckboxComponent {
|
|
|
927
928
|
}
|
|
928
929
|
/** @nocollapse */ static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
929
930
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: CheckboxComponent, selectors: [["dr-checkbox"]], viewQuery: function CheckboxComponent_Query(rf, ctx) { if (rf & 1) {
|
|
930
|
-
i0.ɵɵviewQuery(_c0$
|
|
931
|
+
i0.ɵɵviewQuery(_c0$12, 5);
|
|
931
932
|
} if (rf & 2) {
|
|
932
933
|
let _t;
|
|
933
934
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.checkboxContent = _t.first);
|
|
@@ -1022,7 +1023,7 @@ class DrModelDebounceChangeDirective {
|
|
|
1022
1023
|
type: Output
|
|
1023
1024
|
}] }); })();
|
|
1024
1025
|
|
|
1025
|
-
const _c0$
|
|
1026
|
+
const _c0$11 = ["prefix"];
|
|
1026
1027
|
const _c1$q = ["suffix"];
|
|
1027
1028
|
const _c2$d = ["inputRef"];
|
|
1028
1029
|
function DrInputComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -1248,7 +1249,7 @@ class DrInputComponent {
|
|
|
1248
1249
|
}
|
|
1249
1250
|
/** @nocollapse */ static { this.ɵfac = function DrInputComponent_Factory(t) { return new (t || DrInputComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
1250
1251
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrInputComponent, selectors: [["dr-input"]], contentQueries: function DrInputComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1251
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
1252
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$11, 5);
|
|
1252
1253
|
i0.ɵɵcontentQuery(dirIndex, _c1$q, 5);
|
|
1253
1254
|
} if (rf & 2) {
|
|
1254
1255
|
let _t;
|
|
@@ -1495,7 +1496,7 @@ class DrSpinnerModule {
|
|
|
1495
1496
|
}], null, null); })();
|
|
1496
1497
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DrSpinnerModule, { declarations: [DrSpinnerComponent, DrSpinnerDirective], imports: [CommonModule], exports: [DrSpinnerComponent, DrSpinnerDirective] }); })();
|
|
1497
1498
|
|
|
1498
|
-
const _c0
|
|
1499
|
+
const _c0$10 = ["labelTemplate"];
|
|
1499
1500
|
const _c1$p = ["multiLabelTemplate"];
|
|
1500
1501
|
const _c2$c = ["optionTemplate"];
|
|
1501
1502
|
const _c3$7 = ["optionHeaderTemplate"];
|
|
@@ -1762,7 +1763,7 @@ class DrSelectComponent {
|
|
|
1762
1763
|
}
|
|
1763
1764
|
/** @nocollapse */ static { this.ɵfac = function DrSelectComponent_Factory(t) { return new (t || DrSelectComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
|
|
1764
1765
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectComponent, selectors: [["dr-select"]], contentQueries: function DrSelectComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1765
|
-
i0.ɵɵcontentQuery(dirIndex, _c0
|
|
1766
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$10, 5);
|
|
1766
1767
|
i0.ɵɵcontentQuery(dirIndex, _c1$p, 5);
|
|
1767
1768
|
i0.ɵɵcontentQuery(dirIndex, _c2$c, 5);
|
|
1768
1769
|
i0.ɵɵcontentQuery(dirIndex, _c3$7, 5);
|
|
@@ -1963,7 +1964,7 @@ class DrSelectComponent {
|
|
|
1963
1964
|
args: ['class.borderless']
|
|
1964
1965
|
}] }); })();
|
|
1965
1966
|
|
|
1966
|
-
const _c0
|
|
1967
|
+
const _c0$$ = ["dynamicInputRef"];
|
|
1967
1968
|
function DrSelectAddItemComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
1968
1969
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
1969
1970
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -2071,7 +2072,7 @@ class DrSelectAddItemComponent {
|
|
|
2071
2072
|
}
|
|
2072
2073
|
/** @nocollapse */ static { this.ɵfac = function DrSelectAddItemComponent_Factory(t) { return new (t || DrSelectAddItemComponent)(i0.ɵɵdirectiveInject(DrSelectComponent)); }; }
|
|
2073
2074
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectAddItemComponent, selectors: [["dr-select-add-item"]], viewQuery: function DrSelectAddItemComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2074
|
-
i0.ɵɵviewQuery(_c0
|
|
2075
|
+
i0.ɵɵviewQuery(_c0$$, 5);
|
|
2075
2076
|
} if (rf & 2) {
|
|
2076
2077
|
let _t;
|
|
2077
2078
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputRef = _t.first);
|
|
@@ -2181,7 +2182,7 @@ function DrToggleComponent_span_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
2181
2182
|
i0.ɵɵadvance(1);
|
|
2182
2183
|
i0.ɵɵtextInterpolate(ctx_r1.toggleTitle);
|
|
2183
2184
|
} }
|
|
2184
|
-
const _c0$
|
|
2185
|
+
const _c0$_ = ["*"];
|
|
2185
2186
|
class DrToggleComponent {
|
|
2186
2187
|
set disabled(value) {
|
|
2187
2188
|
this.setDisabledState(value);
|
|
@@ -2231,7 +2232,7 @@ class DrToggleComponent {
|
|
|
2231
2232
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrToggleComponent, selectors: [["dr-toggle"]], hostVars: 3, hostBindings: function DrToggleComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
2232
2233
|
i0.ɵɵattribute("id", ctx.hostId);
|
|
2233
2234
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
2234
|
-
} }, inputs: { id: "id", toggleTitle: "toggleTitle", toggleTitleRight: "toggleTitleRight", successType: "successType", checkedStatus: "checkedStatus", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, standalone: true, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: DrToggleComponent, multi: true }]), i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
2235
|
+
} }, inputs: { id: "id", toggleTitle: "toggleTitle", toggleTitleRight: "toggleTitleRight", successType: "successType", checkedStatus: "checkedStatus", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, standalone: true, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: DrToggleComponent, multi: true }]), i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$_, decls: 7, vars: 10, consts: [["class", "toggle-title mr-3", 3, "click", 4, "ngIf"], [1, "toggle-container"], ["type", "checkbox", 3, "checked", "disabled", "click"], [1, "toggle-body"], ["class", "toggle-title ml-3", 3, "click", 4, "ngIf"], [1, "toggle-title", "mr-3", 3, "click"], [1, "toggle-title", "ml-3", 3, "click"]], template: function DrToggleComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2235
2236
|
i0.ɵɵprojectionDef();
|
|
2236
2237
|
i0.ɵɵtemplate(0, DrToggleComponent_span_0_Template, 2, 1, "span", 0);
|
|
2237
2238
|
i0.ɵɵelementStart(1, "label", 1)(2, "input", 2);
|
|
@@ -2425,7 +2426,7 @@ class DrToggleButtonComponent {
|
|
|
2425
2426
|
type: Input
|
|
2426
2427
|
}] }); })();
|
|
2427
2428
|
|
|
2428
|
-
const _c0$
|
|
2429
|
+
const _c0$Z = ["*"];
|
|
2429
2430
|
class RadioButtonComponent {
|
|
2430
2431
|
get disabled() {
|
|
2431
2432
|
return this._disabled;
|
|
@@ -2479,7 +2480,7 @@ class RadioButtonComponent {
|
|
|
2479
2480
|
useExisting: RadioButtonComponent,
|
|
2480
2481
|
multi: true,
|
|
2481
2482
|
},
|
|
2482
|
-
]), i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
2483
|
+
]), i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$Z, decls: 4, vars: 5, consts: [["type", "radio", 3, "name", "value", "ngModel", "disabled", "change", "ngModelChange", "click"]], template: function RadioButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2483
2484
|
i0.ɵɵprojectionDef();
|
|
2484
2485
|
i0.ɵɵelementStart(0, "label")(1, "input", 0);
|
|
2485
2486
|
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); });
|
|
@@ -2518,7 +2519,7 @@ class RadioButtonComponent {
|
|
|
2518
2519
|
type: Input
|
|
2519
2520
|
}] }); })();
|
|
2520
2521
|
|
|
2521
|
-
const _c0$
|
|
2522
|
+
const _c0$Y = [[["dr-radio-button"]]];
|
|
2522
2523
|
const _c1$o = ["dr-radio-button"];
|
|
2523
2524
|
class RadioGroupComponent {
|
|
2524
2525
|
get value() {
|
|
@@ -2659,7 +2660,7 @@ class RadioGroupComponent {
|
|
|
2659
2660
|
multi: true,
|
|
2660
2661
|
},
|
|
2661
2662
|
]), i0.ɵɵStandaloneFeature], ngContentSelectors: _c1$o, decls: 1, vars: 0, template: function RadioGroupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2662
|
-
i0.ɵɵprojectionDef(_c0$
|
|
2663
|
+
i0.ɵɵprojectionDef(_c0$Y);
|
|
2663
2664
|
i0.ɵɵprojection(0);
|
|
2664
2665
|
} }, encapsulation: 2, changeDetection: 0 }); }
|
|
2665
2666
|
}
|
|
@@ -2995,7 +2996,7 @@ class DrDatePickerService {
|
|
|
2995
2996
|
];
|
|
2996
2997
|
this.formatConfig = {
|
|
2997
2998
|
day: DateFromats.MAT_DEFAULT_DATE_FORMAT,
|
|
2998
|
-
month: DateFromats.
|
|
2999
|
+
month: DateFromats.MONTH_YEAR_DISPLAY_FORMAT,
|
|
2999
3000
|
year: DateFromats.YEAR_FORMAT,
|
|
3000
3001
|
quarter: DateFromats.QUARTER_FORMAT,
|
|
3001
3002
|
week: DateFromats.WEEK_FORMAT,
|
|
@@ -3355,7 +3356,7 @@ class DrShowTimeframePipe {
|
|
|
3355
3356
|
}]
|
|
3356
3357
|
}], null, null); })();
|
|
3357
3358
|
|
|
3358
|
-
const _c0$
|
|
3359
|
+
const _c0$X = ["class", "component"];
|
|
3359
3360
|
const _c1$n = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
3360
3361
|
function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
3361
3362
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
@@ -3651,7 +3652,7 @@ class DrDatePickerCustomHeaderComponent {
|
|
|
3651
3652
|
return selector;
|
|
3652
3653
|
}
|
|
3653
3654
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerCustomHeaderComponent_Factory(t) { return new (t || DrDatePickerCustomHeaderComponent)(i0.ɵɵdirectiveInject(i5.MatCalendar), i0.ɵɵdirectiveInject(i1$2.DateAdapter), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ApplicationRef), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
3654
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], standalone: true, features: [i0.ɵɵStandaloneFeature], attrs: _c0$
|
|
3655
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], standalone: true, features: [i0.ɵɵStandaloneFeature], attrs: _c0$X, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["class", "dr-datepicker__timeframe-select", "bindLabel", "title", "bindValue", "value", 3, "ngModel", "items", "ngModelChange", 4, "ngIf"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags", 3, "ngClass"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector quarter-selector--select-current-quarter", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", "quarter-selector--select-current-quarter", 3, "click"]], template: function DrDatePickerCustomHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3655
3656
|
i0.ɵɵtemplate(0, DrDatePickerCustomHeaderComponent_div_0_Template, 3, 2, "div", 0);
|
|
3656
3657
|
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
3657
3658
|
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
@@ -3765,7 +3766,7 @@ class DrDatePickerFormatDirective {
|
|
|
3765
3766
|
args: ['drDatePickerFormat']
|
|
3766
3767
|
}] }); })();
|
|
3767
3768
|
|
|
3768
|
-
const _c0$
|
|
3769
|
+
const _c0$W = ["datePicker"];
|
|
3769
3770
|
function DrDatePickerComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
3770
3771
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
3771
3772
|
i0.ɵɵelementStart(0, "i", 2);
|
|
@@ -4148,7 +4149,7 @@ class DrDatePickerComponent {
|
|
|
4148
4149
|
}
|
|
4149
4150
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerComponent_Factory(t) { return new (t || DrDatePickerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$2.DateAdapter), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
4150
4151
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerComponent, selectors: [["dr-date-picker"]], viewQuery: function DrDatePickerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4151
|
-
i0.ɵɵviewQuery(_c0$
|
|
4152
|
+
i0.ɵɵviewQuery(_c0$W, 5);
|
|
4152
4153
|
} if (rf & 2) {
|
|
4153
4154
|
let _t;
|
|
4154
4155
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datePicker = _t.first);
|
|
@@ -4574,7 +4575,7 @@ function DrDatePickerWithTimeframeComponent_dr_button_11_Template(rf, ctx) { if
|
|
|
4574
4575
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
4575
4576
|
i0.ɵɵproperty("disabled", ctx_r4.isNextDateDisabled);
|
|
4576
4577
|
} }
|
|
4577
|
-
const _c0$
|
|
4578
|
+
const _c0$V = function (a0) { return { formattedValue: a0 }; };
|
|
4578
4579
|
class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
4579
4580
|
set dateFormatConfig(value) {
|
|
4580
4581
|
if (value) {
|
|
@@ -4773,14 +4774,14 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
|
4773
4774
|
i0.ɵɵadvance(1);
|
|
4774
4775
|
i0.ɵɵproperty("drTooltip", ctx.datepickerTooltip)("drTooltipPosition", ctx.datepickerTooltipPosition)("drTooltipMousleaveTimeout", ctx.datepickerTooltipTimeout);
|
|
4775
4776
|
i0.ɵɵadvance(3);
|
|
4776
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$
|
|
4777
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$V, i0.ɵɵpipeBind1(5, 14, ctx.displayedFormattedValue$)));
|
|
4777
4778
|
i0.ɵɵadvance(4);
|
|
4778
4779
|
i0.ɵɵproperty("ngModel", i0.ɵɵpipeBind1(10, 16, ctx.displayValue$))("matDatepicker", _r5)("readonly", ctx.readonly)("min", ctx._min)("max", ctx._max);
|
|
4779
4780
|
i0.ɵɵadvance(3);
|
|
4780
4781
|
i0.ɵɵproperty("ngIf", !ctx.disabled);
|
|
4781
4782
|
i0.ɵɵadvance(1);
|
|
4782
4783
|
i0.ɵɵproperty("calendarHeaderComponent", ctx.customHeader)("panelClass", ctx.combinedPanelClass);
|
|
4783
|
-
} }, dependencies: [CommonModule, i1.NgIf, i1.NgTemplateOutlet, i1.AsyncPipe, FormsModule, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgModel, MatDatepickerModule, i5.MatDatepicker, i5.MatDatepickerInput, DrButtonComponent, DrTooltipModule, DrTooltipDirective], styles: ["[_nghost-%COMP%]{position:relative;width:100%;display:flex;flex-direction:row;min-height:32px;height:32px;font-size:14px;font-family:Poppins,sans-serif;background-color:#fff;border:1px solid #9ea1aa;border-radius:6px;color:#333;overflow:hidden;outline:none;cursor:pointer}.use-button-picker[_nghost-%COMP%]{border:none}[_nghost-%COMP%]:hover{border-color:#9ea1aa}.active[_nghost-%COMP%], [_nghost-%COMP%]:focus-within{border-color:#4646ce!important;color:#333}.disabled[_nghost-%COMP%]{pointer-events:none;border:1px solid #aeabac;background:#f0f1f4;color:#aeabac}.disabled[_nghost-%COMP%]:after{color:#aeabac}.ng-valid.ng-dirty[_nghost-%COMP%]{border-color:#037c5a}.ng-invalid.ng-dirty[_nghost-%COMP%]:not(:focus-within){border-color:#bf1d30!important}.ng-untouched.ng-valid[_nghost-%COMP%]{border-color:#9ea1aa}.use-button-picker[_nghost-%COMP%]:after{display:none}[_nghost-%COMP%]:not(.use-button-picker):after, [_nghost-%COMP%]:not(.use-button-picker):before{position:absolute;display:flex;border-color:#6d6e6f transparent transparent;color:#6d6e6f}[_nghost-%COMP%]:not(.use-button-picker):after{font-family:DataRails!important;content:var(--dr-icon-arrow-down, \"\\ea18\");font-size:24px;color:#6d6e6f;top:0;bottom:0;right:8px;pointer-events:none;position:absolute;display:flex;align-items:center;justify-content:center}[_nghost-%COMP%] i[_ngcontent-%COMP%]{display:flex;align-items:center;position:absolute;color:#6d6e6f;left:8px;top:0;bottom:0}[_nghost-%COMP%] input[_ngcontent-%COMP%]{display:flex;flex-grow:1;height:100%;border:none;text-align:left;padding-left:35px;padding-right:25px;cursor:pointer!important;outline:none}[_nghost-%COMP%] input.when-quarter[_ngcontent-%COMP%]{position:absolute;visibility:hidden}[_nghost-%COMP%] input[_ngcontent-%COMP%]:disabled{border:none;color:#aeabac;background:transparent}[_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-decoration, [_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-cancel-button, [_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-results-button, [_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-results-decoration{-webkit-appearance:none}[_nghost-%COMP%] input[_ngcontent-%COMP%]::placeholder{color:#6d6e6f;font-size:14px;line-height:18px}[_nghost-%COMP%] input.hidden-calendar-input[_ngcontent-%COMP%]{width:0;height:0;padding:0}[_nghost-%COMP%] .datepicker-button[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] .range-input[_ngcontent-%COMP%]{position:absolute;height:0;width:0;bottom:0;left:0;z-index:-1} .mat-datepicker-popup .dr-week-datepicker{min-width:min(400px,100vw)!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-today{background:#f2f2fb;color:#4646ce;border:none;font-weight:600} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-cell-preview{border:none} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-range-start .mat-calendar-body-cell-preview, .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:40px;border-bottom-left-radius:40px} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-range-end .mat-calendar-body-cell-preview, .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{right:5%;width:95%;border-top-right-radius:40px;border-bottom-right-radius:40px} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range) .mat-calendar-body-cell-preview{background-color:#f5f5f5} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range)>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:transparent!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range)>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical):not(.mat-calendar-body-today){color:#19181a!important;font-weight:400!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-cell-preview{background:#4646ce!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range:before{background:initial!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-selected, .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-cell-content{background:transparent!important;color:#f2f2fb!important;font-weight:600!important} .mat-datepicker-popup .mat-datepicker-content{margin:7px 0;box-shadow:0 4px 8px 1px #00000040;border-radius:12px!important} .mat-datepicker-popup .mat-datepicker-content button[disabled]{border:inherit;color:inherit;background-color:inherit} .mat-datepicker-popup .mat-datepicker-content button[disabled]:hover{border:inherit} .mat-datepicker-popup .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-popup .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#fff} .mat-datepicker-popup .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background:#f2f2fb;color:#4646ce;font-weight:600} .mat-datepicker-popup .mat-calendar-body-selected{background-color:#4646ce;color:#f2f2fb;font-weight:600} .mat-datepicker-popup .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:none} .mat-datepicker-popup .mat-button-focus-overlay{background:#f5f5f5} .mat-datepicker-popup .mat-calendar-controls .mat-icon-button:hover .mat-button-focus-overlay{opacity:1!important;background:#f5f5f5;transition:opacity .2s cubic-bezier(.35,0,.25,1)} .mat-datepicker-popup .mat-calendar-controls .mat-calendar-period-button:hover{background:#f5f5f5;transition:background .2s cubic-bezier(.35,0,.25,1)} .mat-datepicker-popup .mat-calendar-table-header th{font-size:14px;font-weight:600;color:#333} .mat-datepicker-popup .mat-calendar-table-header-divider{display:none} .mat-datepicker-popup .mat-calendar-body-label{color:#fff;padding:0} .mat-datepicker-popup .mat-calendar-body>tr[aria-hidden=true]>.mat-calendar-body-label{display:none} .mat-datepicker-popup .mat-calendar-content{display:flex} .mat-datepicker-popup .mat-calendar-content dr-week-selector{flex:0} .mat-datepicker-popup .mat-calendar-content mat-month-view, .mat-datepicker-popup .mat-calendar-content mat-multi-year-view, .mat-datepicker-popup .mat-calendar-content mat-year-view{flex:1}[_nghost-%COMP%]{border:none;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;background:transparent}[_nghost-%COMP%]:after{visibility:hidden}
|
|
4784
|
+
} }, dependencies: [CommonModule, i1.NgIf, i1.NgTemplateOutlet, i1.AsyncPipe, FormsModule, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgModel, MatDatepickerModule, i5.MatDatepicker, i5.MatDatepickerInput, DrButtonComponent, DrTooltipModule, DrTooltipDirective], styles: ["[_nghost-%COMP%]{position:relative;width:100%;display:flex;flex-direction:row;min-height:32px;height:32px;font-size:14px;font-family:Poppins,sans-serif;background-color:#fff;border:1px solid #9ea1aa;border-radius:6px;color:#333;overflow:hidden;outline:none;cursor:pointer}.use-button-picker[_nghost-%COMP%]{border:none}[_nghost-%COMP%]:hover{border-color:#9ea1aa}.active[_nghost-%COMP%], [_nghost-%COMP%]:focus-within{border-color:#4646ce!important;color:#333}.disabled[_nghost-%COMP%]{pointer-events:none;border:1px solid #aeabac;background:#f0f1f4;color:#aeabac}.disabled[_nghost-%COMP%]:after{color:#aeabac}.ng-valid.ng-dirty[_nghost-%COMP%]{border-color:#037c5a}.ng-invalid.ng-dirty[_nghost-%COMP%]:not(:focus-within){border-color:#bf1d30!important}.ng-untouched.ng-valid[_nghost-%COMP%]{border-color:#9ea1aa}.use-button-picker[_nghost-%COMP%]:after{display:none}[_nghost-%COMP%]:not(.use-button-picker):after, [_nghost-%COMP%]:not(.use-button-picker):before{position:absolute;display:flex;border-color:#6d6e6f transparent transparent;color:#6d6e6f}[_nghost-%COMP%]:not(.use-button-picker):after{font-family:DataRails!important;content:var(--dr-icon-arrow-down, \"\\ea18\");font-size:24px;color:#6d6e6f;top:0;bottom:0;right:8px;pointer-events:none;position:absolute;display:flex;align-items:center;justify-content:center}[_nghost-%COMP%] i[_ngcontent-%COMP%]{display:flex;align-items:center;position:absolute;color:#6d6e6f;left:8px;top:0;bottom:0}[_nghost-%COMP%] input[_ngcontent-%COMP%]{display:flex;flex-grow:1;height:100%;border:none;text-align:left;padding-left:35px;padding-right:25px;cursor:pointer!important;outline:none}[_nghost-%COMP%] input.when-quarter[_ngcontent-%COMP%]{position:absolute;visibility:hidden}[_nghost-%COMP%] input[_ngcontent-%COMP%]:disabled{border:none;color:#aeabac;background:transparent}[_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-decoration, [_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-cancel-button, [_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-results-button, [_nghost-%COMP%] input[_ngcontent-%COMP%]::-webkit-search-results-decoration{-webkit-appearance:none}[_nghost-%COMP%] input[_ngcontent-%COMP%]::placeholder{color:#6d6e6f;font-size:14px;line-height:18px}[_nghost-%COMP%] input.hidden-calendar-input[_ngcontent-%COMP%]{width:0;height:0;padding:0}[_nghost-%COMP%] .datepicker-button[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] .range-input[_ngcontent-%COMP%]{position:absolute;height:0;width:0;bottom:0;left:0;z-index:-1} .mat-datepicker-popup .dr-week-datepicker{min-width:min(400px,100vw)!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-today{background:#f2f2fb;color:#4646ce;border:none;font-weight:600} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-cell-preview{border:none} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-range-start .mat-calendar-body-cell-preview, .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:40px;border-bottom-left-radius:40px} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-range-end .mat-calendar-body-cell-preview, .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{right:5%;width:95%;border-top-right-radius:40px;border-bottom-right-radius:40px} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range) .mat-calendar-body-cell-preview{background-color:#f5f5f5} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range)>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:transparent!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range)>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical):not(.mat-calendar-body-today){color:#19181a!important;font-weight:400!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-cell-preview{background:#4646ce!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range:before{background:initial!important} .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-selected, .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-cell-content{background:transparent!important;color:#f2f2fb!important;font-weight:600!important} .mat-datepicker-popup .mat-datepicker-content{margin:7px 0;box-shadow:0 4px 8px 1px #00000040;border-radius:12px!important} .mat-datepicker-popup .mat-datepicker-content button[disabled]{border:inherit;color:inherit;background-color:inherit} .mat-datepicker-popup .mat-datepicker-content button[disabled]:hover{border:inherit} .mat-datepicker-popup .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-datepicker-popup .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#fff} .mat-datepicker-popup .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background:#f2f2fb;color:#4646ce;font-weight:600} .mat-datepicker-popup .mat-calendar-body-selected{background-color:#4646ce;color:#f2f2fb;font-weight:600} .mat-datepicker-popup .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:none} .mat-datepicker-popup .mat-button-focus-overlay{background:#f5f5f5} .mat-datepicker-popup .mat-calendar-controls .mat-icon-button:hover .mat-button-focus-overlay{opacity:1!important;background:#f5f5f5;transition:opacity .2s cubic-bezier(.35,0,.25,1)} .mat-datepicker-popup .mat-calendar-controls .mat-calendar-period-button:hover{background:#f5f5f5;transition:background .2s cubic-bezier(.35,0,.25,1)} .mat-datepicker-popup .mat-calendar-table-header th{font-size:14px;font-weight:600;color:#333} .mat-datepicker-popup .mat-calendar-table-header-divider{display:none} .mat-datepicker-popup .mat-calendar-body-label{color:#fff;padding:0} .mat-datepicker-popup .mat-calendar-body>tr[aria-hidden=true]>.mat-calendar-body-label{display:none} .mat-datepicker-popup .mat-calendar-content{display:flex} .mat-datepicker-popup .mat-calendar-content dr-week-selector{flex:0} .mat-datepicker-popup .mat-calendar-content mat-month-view, .mat-datepicker-popup .mat-calendar-content mat-multi-year-view, .mat-datepicker-popup .mat-calendar-content mat-year-view{flex:1}[_nghost-%COMP%]{border:none;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;background:transparent}[_nghost-%COMP%]:after{visibility:hidden}[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%]{display:flex;align-items:center;gap:4px;cursor:pointer;color:#6d6e6f;padding-right:4px}[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%] .dr-icon-date[_ngcontent-%COMP%]{color:#6d6e6f}[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%]:hover:not(.dr-datepicker-input-container--disabled){color:#333}[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%]:hover:not(.dr-datepicker-input-container--disabled) .dr-icon-date[_ngcontent-%COMP%]{color:#333}[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{visibility:hidden;position:absolute;width:100%}[_nghost-%COMP%] .dr-datepicker-input-container__formatted-value-display[_ngcontent-%COMP%]{font-size:14px;line-height:24px;font-weight:400;width:auto;text-decoration-line:underline;color:inherit}[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%] .dr-icon-date[_ngcontent-%COMP%]{display:block;position:relative;left:unset}.disabled[_nghost-%COMP%]{border:none;padding:0 28px;background:transparent}.disabled[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%]{cursor:default;color:#6d6e6f}.disabled[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%] .dr-icon-date[_ngcontent-%COMP%]{color:#6d6e6f}.disabled[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%]:hover, .disabled[_nghost-%COMP%] .dr-datepicker-input-container[_ngcontent-%COMP%]:hover .dr-icon-date[_ngcontent-%COMP%]{color:#6d6e6f}.disabled[_nghost-%COMP%] .dr-datepicker-input-container__formatted-value-display[_ngcontent-%COMP%]{text-decoration:none}[_nghost-%COMP%] dr-button[_ngcontent-%COMP%]{color:#6d6e6f}[_nghost-%COMP%] dr-button[_ngcontent-%COMP%]:hover:not([disabled]){color:#333}.disabled[_nghost-%COMP%] dr-button[_ngcontent-%COMP%]{display:none} .date-picker-preset-tag{width:386px!important} .date-picker-preset-tag .mat-calendar-content{padding-left:32px!important;padding-right:32px!important}@media screen and (max-width: 410px){.mat-datepicker-input[_ngcontent-%COMP%]{width:100vw!important} .date-picker-preset-tag{width:calc(100vw - 16px)!important} .date-picker-preset-tag .dr-datepicker-preset-date__tags{justify-content:center;margin-left:-32px;margin-right:-32px}}"], changeDetection: 0 }); }
|
|
4784
4785
|
}
|
|
4785
4786
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrDatePickerWithTimeframeComponent, [{
|
|
4786
4787
|
type: Component,
|
|
@@ -4788,7 +4789,7 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
|
4788
4789
|
{ provide: NG_VALUE_ACCESSOR, useExisting: DrDatePickerWithTimeframeComponent, multi: true },
|
|
4789
4790
|
{ provide: DateAdapter, useClass: CustomDateAdapter },
|
|
4790
4791
|
{ provide: DrDatePickerService },
|
|
4791
|
-
], template: "<dr-button\n [disabled]=\"isPrevDateDisabled\"\n *ngIf=\"!disabled\"\n theme=\"icon\"\n icon=\"dr-icon-arrow-left\"\n (click)=\"pagingClicked(false)\"></dr-button>\n<div\n [drTooltip]=\"datepickerTooltip\"\n [drTooltipPosition]=\"datepickerTooltipPosition\"\n [drTooltipMousleaveTimeout]=\"datepickerTooltipTimeout\"\n class=\"dr-datepicker-input-container\">\n <i class=\"dr-icon-date\" (click)=\"datepickerInput.click()\"></i>\n\n <div class=\"dr-datepicker-input-container__formatted-value-display\" (click)=\"datepickerInput.click()\">\n <ng-container\n [ngTemplateOutlet]=\"formattedValueTmpl\"\n [ngTemplateOutletContext]=\"{\n formattedValue: displayedFormattedValue$ | async,\n }\">\n </ng-container>\n <ng-template #formattedValueTmpl let-value=\"formattedValue\">\n <span>\n {{\n datePickerService.isUsingDateTagPresets && !!presetTagSelected\n ? presetTagSelected + ' (' + value + ')'\n : value\n }}\n </span>\n </ng-template>\n </div>\n <input\n #datepickerInput\n [ngModel]=\"displayValue$ | async\"\n (ngModelChange)=\"valueChangedInCalendar($event)\"\n (click)=\"datePicker.open()\"\n [matDatepicker]=\"datePicker\"\n [readonly]=\"readonly\"\n [min]=\"_min\"\n [max]=\"_max\" />\n</div>\n<dr-button\n [disabled]=\"isNextDateDisabled\"\n *ngIf=\"!disabled\"\n theme=\"icon\"\n icon=\"dr-icon-arrow-right\"\n (click)=\"pagingClicked(true)\"></dr-button>\n\n<mat-datepicker\n #datePicker\n class=\"dr-timeframe-datepicker\"\n [calendarHeaderComponent]=\"customHeader\"\n (yearSelected)=\"chosenPeriodHandler($event, timeframeOption.YEAR, datePicker)\"\n (monthSelected)=\"chosenPeriodHandler($event, timeframeOption.MONTH, datePicker)\"\n (opened)=\"onOpen()\"\n (closed)=\"onCLose()\"\n [panelClass]=\"combinedPanelClass\">\n</mat-datepicker>\n", styles: [":host{position:relative;width:100%;display:flex;flex-direction:row;min-height:32px;height:32px;font-size:14px;font-family:Poppins,sans-serif;background-color:#fff;border:1px solid #9ea1aa;border-radius:6px;color:#333;overflow:hidden;outline:none;cursor:pointer}:host.use-button-picker{border:none}:host:hover{border-color:#9ea1aa}:host.active,:host:focus-within{border-color:#4646ce!important;color:#333}:host.disabled{pointer-events:none;border:1px solid #aeabac;background:#f0f1f4;color:#aeabac}:host.disabled:after{color:#aeabac}:host.ng-valid.ng-dirty{border-color:#037c5a}:host.ng-invalid.ng-dirty:not(:focus-within){border-color:#bf1d30!important}:host.ng-untouched.ng-valid{border-color:#9ea1aa}:host.use-button-picker:after{display:none}:host:not(.use-button-picker):after,:host:not(.use-button-picker):before{position:absolute;display:flex;border-color:#6d6e6f transparent transparent;color:#6d6e6f}:host:not(.use-button-picker):after{font-family:DataRails!important;content:var(--dr-icon-arrow-down, \"\\ea18\");font-size:24px;color:#6d6e6f;top:0;bottom:0;right:8px;pointer-events:none;position:absolute;display:flex;align-items:center;justify-content:center}:host i{display:flex;align-items:center;position:absolute;color:#6d6e6f;left:8px;top:0;bottom:0}:host input{display:flex;flex-grow:1;height:100%;border:none;text-align:left;padding-left:35px;padding-right:25px;cursor:pointer!important;outline:none}:host input.when-quarter{position:absolute;visibility:hidden}:host input:disabled{border:none;color:#aeabac;background:transparent}:host input::-webkit-search-decoration,:host input::-webkit-search-cancel-button,:host input::-webkit-search-results-button,:host input::-webkit-search-results-decoration{-webkit-appearance:none}:host input::placeholder{color:#6d6e6f;font-size:14px;line-height:18px}:host input.hidden-calendar-input{width:0;height:0;padding:0}:host .datepicker-button{width:100%}:host .range-input{position:absolute;height:0;width:0;bottom:0;left:0;z-index:-1}::ng-deep .mat-datepicker-popup .dr-week-datepicker{min-width:min(400px,100vw)!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-today{background:#f2f2fb;color:#4646ce;border:none;font-weight:600}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-cell-preview{border:none}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-range-start .mat-calendar-body-cell-preview,::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:40px;border-bottom-left-radius:40px}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-range-end .mat-calendar-body-cell-preview,::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{right:5%;width:95%;border-top-right-radius:40px;border-bottom-right-radius:40px}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range) .mat-calendar-body-cell-preview{background-color:#f5f5f5}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range)>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:transparent!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range)>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical):not(.mat-calendar-body-today){color:#19181a!important;font-weight:400!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-cell-preview{background:#4646ce!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range:before{background:initial!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-selected,::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-cell-content{background:transparent!important;color:#f2f2fb!important;font-weight:600!important}::ng-deep .mat-datepicker-popup .mat-datepicker-content{margin:7px 0;box-shadow:0 4px 8px 1px #00000040;border-radius:12px!important}::ng-deep .mat-datepicker-popup .mat-datepicker-content button[disabled]{border:inherit;color:inherit;background-color:inherit}::ng-deep .mat-datepicker-popup .mat-datepicker-content button[disabled]:hover{border:inherit}::ng-deep .mat-datepicker-popup .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),::ng-deep .mat-datepicker-popup .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#fff}::ng-deep .mat-datepicker-popup .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background:#f2f2fb;color:#4646ce;font-weight:600}::ng-deep .mat-datepicker-popup .mat-calendar-body-selected{background-color:#4646ce;color:#f2f2fb;font-weight:600}::ng-deep .mat-datepicker-popup .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:none}::ng-deep .mat-datepicker-popup .mat-button-focus-overlay{background:#f5f5f5}::ng-deep .mat-datepicker-popup .mat-calendar-controls .mat-icon-button:hover .mat-button-focus-overlay{opacity:1!important;background:#f5f5f5;transition:opacity .2s cubic-bezier(.35,0,.25,1)}::ng-deep .mat-datepicker-popup .mat-calendar-controls .mat-calendar-period-button:hover{background:#f5f5f5;transition:background .2s cubic-bezier(.35,0,.25,1)}::ng-deep .mat-datepicker-popup .mat-calendar-table-header th{font-size:14px;font-weight:600;color:#333}::ng-deep .mat-datepicker-popup .mat-calendar-table-header-divider{display:none}::ng-deep .mat-datepicker-popup .mat-calendar-body-label{color:#fff;padding:0}::ng-deep .mat-datepicker-popup .mat-calendar-body>tr[aria-hidden=true]>.mat-calendar-body-label{display:none}::ng-deep .mat-datepicker-popup .mat-calendar-content{display:flex}::ng-deep .mat-datepicker-popup .mat-calendar-content dr-week-selector{flex:0}::ng-deep .mat-datepicker-popup .mat-calendar-content mat-month-view,::ng-deep .mat-datepicker-popup .mat-calendar-content mat-multi-year-view,::ng-deep .mat-datepicker-popup .mat-calendar-content mat-year-view{flex:1}:host{border:none;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;background:transparent}:host:after{visibility:hidden}:host.disabled{border:none;padding:0 28px;background:transparent}:host.disabled .dr-datepicker-input-container{cursor:default;color:#aeabac}:host.disabled .dr-datepicker-input-container__formatted-value-display{text-decoration:none}:host .dr-datepicker-input-container{display:flex;align-items:center;gap:4px;cursor:pointer;color:#6d6e6f;padding-right:4px}:host .dr-datepicker-input-container:hover,:host .dr-datepicker-input-container:hover .dr-icon-date{color:#333}:host .dr-datepicker-input-container input{visibility:hidden;position:absolute;width:100%}:host .dr-datepicker-input-container__formatted-value-display{font-size:14px;line-height:24px;font-weight:400;width:auto;text-decoration-line:underline}:host .dr-datepicker-input-container .dr-icon-date{display:block;position:relative;left:unset}::ng-deep .date-picker-preset-tag{width:386px!important}::ng-deep .date-picker-preset-tag .mat-calendar-content{padding-left:32px!important;padding-right:32px!important}@media screen and (max-width: 410px){.mat-datepicker-input{width:100vw!important}::ng-deep .date-picker-preset-tag{width:calc(100vw - 16px)!important}::ng-deep .date-picker-preset-tag .dr-datepicker-preset-date__tags{justify-content:center;margin-left:-32px;margin-right:-32px}}\n"] }]
|
|
4792
|
+
], template: "<dr-button\n [disabled]=\"isPrevDateDisabled\"\n *ngIf=\"!disabled\"\n theme=\"icon\"\n icon=\"dr-icon-arrow-left\"\n (click)=\"pagingClicked(false)\"></dr-button>\n<div\n [drTooltip]=\"datepickerTooltip\"\n [drTooltipPosition]=\"datepickerTooltipPosition\"\n [drTooltipMousleaveTimeout]=\"datepickerTooltipTimeout\"\n class=\"dr-datepicker-input-container\">\n <i class=\"dr-icon-date\" (click)=\"datepickerInput.click()\"></i>\n\n <div class=\"dr-datepicker-input-container__formatted-value-display\" (click)=\"datepickerInput.click()\">\n <ng-container\n [ngTemplateOutlet]=\"formattedValueTmpl\"\n [ngTemplateOutletContext]=\"{\n formattedValue: displayedFormattedValue$ | async,\n }\">\n </ng-container>\n <ng-template #formattedValueTmpl let-value=\"formattedValue\">\n <span>\n {{\n datePickerService.isUsingDateTagPresets && !!presetTagSelected\n ? presetTagSelected + ' (' + value + ')'\n : value\n }}\n </span>\n </ng-template>\n </div>\n <input\n #datepickerInput\n [ngModel]=\"displayValue$ | async\"\n (ngModelChange)=\"valueChangedInCalendar($event)\"\n (click)=\"datePicker.open()\"\n [matDatepicker]=\"datePicker\"\n [readonly]=\"readonly\"\n [min]=\"_min\"\n [max]=\"_max\" />\n</div>\n<dr-button\n [disabled]=\"isNextDateDisabled\"\n *ngIf=\"!disabled\"\n theme=\"icon\"\n icon=\"dr-icon-arrow-right\"\n (click)=\"pagingClicked(true)\"></dr-button>\n\n<mat-datepicker\n #datePicker\n class=\"dr-timeframe-datepicker\"\n [calendarHeaderComponent]=\"customHeader\"\n (yearSelected)=\"chosenPeriodHandler($event, timeframeOption.YEAR, datePicker)\"\n (monthSelected)=\"chosenPeriodHandler($event, timeframeOption.MONTH, datePicker)\"\n (opened)=\"onOpen()\"\n (closed)=\"onCLose()\"\n [panelClass]=\"combinedPanelClass\">\n</mat-datepicker>\n", styles: [":host{position:relative;width:100%;display:flex;flex-direction:row;min-height:32px;height:32px;font-size:14px;font-family:Poppins,sans-serif;background-color:#fff;border:1px solid #9ea1aa;border-radius:6px;color:#333;overflow:hidden;outline:none;cursor:pointer}:host.use-button-picker{border:none}:host:hover{border-color:#9ea1aa}:host.active,:host:focus-within{border-color:#4646ce!important;color:#333}:host.disabled{pointer-events:none;border:1px solid #aeabac;background:#f0f1f4;color:#aeabac}:host.disabled:after{color:#aeabac}:host.ng-valid.ng-dirty{border-color:#037c5a}:host.ng-invalid.ng-dirty:not(:focus-within){border-color:#bf1d30!important}:host.ng-untouched.ng-valid{border-color:#9ea1aa}:host.use-button-picker:after{display:none}:host:not(.use-button-picker):after,:host:not(.use-button-picker):before{position:absolute;display:flex;border-color:#6d6e6f transparent transparent;color:#6d6e6f}:host:not(.use-button-picker):after{font-family:DataRails!important;content:var(--dr-icon-arrow-down, \"\\ea18\");font-size:24px;color:#6d6e6f;top:0;bottom:0;right:8px;pointer-events:none;position:absolute;display:flex;align-items:center;justify-content:center}:host i{display:flex;align-items:center;position:absolute;color:#6d6e6f;left:8px;top:0;bottom:0}:host input{display:flex;flex-grow:1;height:100%;border:none;text-align:left;padding-left:35px;padding-right:25px;cursor:pointer!important;outline:none}:host input.when-quarter{position:absolute;visibility:hidden}:host input:disabled{border:none;color:#aeabac;background:transparent}:host input::-webkit-search-decoration,:host input::-webkit-search-cancel-button,:host input::-webkit-search-results-button,:host input::-webkit-search-results-decoration{-webkit-appearance:none}:host input::placeholder{color:#6d6e6f;font-size:14px;line-height:18px}:host input.hidden-calendar-input{width:0;height:0;padding:0}:host .datepicker-button{width:100%}:host .range-input{position:absolute;height:0;width:0;bottom:0;left:0;z-index:-1}::ng-deep .mat-datepicker-popup .dr-week-datepicker{min-width:min(400px,100vw)!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-today{background:#f2f2fb;color:#4646ce;border:none;font-weight:600}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-cell-preview{border:none}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-range-start .mat-calendar-body-cell-preview,::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:40px;border-bottom-left-radius:40px}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-range-end .mat-calendar-body-cell-preview,::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{right:5%;width:95%;border-top-right-radius:40px;border-bottom-right-radius:40px}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range) .mat-calendar-body-cell-preview{background-color:#f5f5f5}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range)>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:transparent!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-preview:not(.mat-calendar-body-in-range)>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical):not(.mat-calendar-body-today){color:#19181a!important;font-weight:400!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-cell-preview{background:#4646ce!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range:before{background:initial!important}::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-selected,::ng-deep .mat-datepicker-popup .dr-week-datepicker .mat-calendar-body-in-range .mat-calendar-body-cell-content{background:transparent!important;color:#f2f2fb!important;font-weight:600!important}::ng-deep .mat-datepicker-popup .mat-datepicker-content{margin:7px 0;box-shadow:0 4px 8px 1px #00000040;border-radius:12px!important}::ng-deep .mat-datepicker-popup .mat-datepicker-content button[disabled]{border:inherit;color:inherit;background-color:inherit}::ng-deep .mat-datepicker-popup .mat-datepicker-content button[disabled]:hover{border:inherit}::ng-deep .mat-datepicker-popup .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),::ng-deep .mat-datepicker-popup .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#fff}::ng-deep .mat-datepicker-popup .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background:#f2f2fb;color:#4646ce;font-weight:600}::ng-deep .mat-datepicker-popup .mat-calendar-body-selected{background-color:#4646ce;color:#f2f2fb;font-weight:600}::ng-deep .mat-datepicker-popup .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:none}::ng-deep .mat-datepicker-popup .mat-button-focus-overlay{background:#f5f5f5}::ng-deep .mat-datepicker-popup .mat-calendar-controls .mat-icon-button:hover .mat-button-focus-overlay{opacity:1!important;background:#f5f5f5;transition:opacity .2s cubic-bezier(.35,0,.25,1)}::ng-deep .mat-datepicker-popup .mat-calendar-controls .mat-calendar-period-button:hover{background:#f5f5f5;transition:background .2s cubic-bezier(.35,0,.25,1)}::ng-deep .mat-datepicker-popup .mat-calendar-table-header th{font-size:14px;font-weight:600;color:#333}::ng-deep .mat-datepicker-popup .mat-calendar-table-header-divider{display:none}::ng-deep .mat-datepicker-popup .mat-calendar-body-label{color:#fff;padding:0}::ng-deep .mat-datepicker-popup .mat-calendar-body>tr[aria-hidden=true]>.mat-calendar-body-label{display:none}::ng-deep .mat-datepicker-popup .mat-calendar-content{display:flex}::ng-deep .mat-datepicker-popup .mat-calendar-content dr-week-selector{flex:0}::ng-deep .mat-datepicker-popup .mat-calendar-content mat-month-view,::ng-deep .mat-datepicker-popup .mat-calendar-content mat-multi-year-view,::ng-deep .mat-datepicker-popup .mat-calendar-content mat-year-view{flex:1}:host{border:none;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;background:transparent}:host:after{visibility:hidden}:host .dr-datepicker-input-container{display:flex;align-items:center;gap:4px;cursor:pointer;color:#6d6e6f;padding-right:4px}:host .dr-datepicker-input-container .dr-icon-date{color:#6d6e6f}:host .dr-datepicker-input-container:hover:not(.dr-datepicker-input-container--disabled){color:#333}:host .dr-datepicker-input-container:hover:not(.dr-datepicker-input-container--disabled) .dr-icon-date{color:#333}:host .dr-datepicker-input-container input{visibility:hidden;position:absolute;width:100%}:host .dr-datepicker-input-container__formatted-value-display{font-size:14px;line-height:24px;font-weight:400;width:auto;text-decoration-line:underline;color:inherit}:host .dr-datepicker-input-container .dr-icon-date{display:block;position:relative;left:unset}:host.disabled{border:none;padding:0 28px;background:transparent}:host.disabled .dr-datepicker-input-container{cursor:default;color:#6d6e6f}:host.disabled .dr-datepicker-input-container .dr-icon-date{color:#6d6e6f}:host.disabled .dr-datepicker-input-container:hover,:host.disabled .dr-datepicker-input-container:hover .dr-icon-date{color:#6d6e6f}:host.disabled .dr-datepicker-input-container__formatted-value-display{text-decoration:none}:host dr-button{color:#6d6e6f}:host dr-button:hover:not([disabled]){color:#333}:host.disabled dr-button{display:none}::ng-deep .date-picker-preset-tag{width:386px!important}::ng-deep .date-picker-preset-tag .mat-calendar-content{padding-left:32px!important;padding-right:32px!important}@media screen and (max-width: 410px){.mat-datepicker-input{width:100vw!important}::ng-deep .date-picker-preset-tag{width:calc(100vw - 16px)!important}::ng-deep .date-picker-preset-tag .dr-datepicker-preset-date__tags{justify-content:center;margin-left:-32px;margin-right:-32px}}\n"] }]
|
|
4792
4793
|
}], function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$2.DateAdapter }, { type: DrDatePickerService }]; }, { dateFormatConfig: [{
|
|
4793
4794
|
type: Input
|
|
4794
4795
|
}], canSelectTimeframe: [{
|
|
@@ -4823,7 +4824,7 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
|
4823
4824
|
type: Output
|
|
4824
4825
|
}] }); })();
|
|
4825
4826
|
|
|
4826
|
-
const _c0$
|
|
4827
|
+
const _c0$U = ["class", "component"];
|
|
4827
4828
|
const _c1$m = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
4828
4829
|
function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
4829
4830
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
@@ -4926,7 +4927,7 @@ class DrFiscalMonthCalendarHeaderComponent extends DrDatePickerCustomHeaderCompo
|
|
|
4926
4927
|
});
|
|
4927
4928
|
}
|
|
4928
4929
|
/** @nocollapse */ static { this.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory; return function DrFiscalMonthCalendarHeaderComponent_Factory(t) { return (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory || (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DrFiscalMonthCalendarHeaderComponent)))(t || DrFiscalMonthCalendarHeaderComponent); }; }(); }
|
|
4929
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], standalone: true, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], attrs: _c0$
|
|
4930
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], standalone: true, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], attrs: _c0$U, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["class", "dr-datepicker__timeframe-select", "bindLabel", "title", "bindValue", "value", 3, "ngModel", "items", "ngModelChange", 4, "ngIf"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags", 3, "ngClass"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector quarter-selector--select-current-quarter", 3, "class", "quarter-selector--disabled", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", "quarter-selector--select-current-quarter", 3, "click"]], template: function DrFiscalMonthCalendarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4930
4931
|
i0.ɵɵtemplate(0, DrFiscalMonthCalendarHeaderComponent_div_0_Template, 3, 2, "div", 0);
|
|
4931
4932
|
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
4932
4933
|
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
@@ -7419,7 +7420,7 @@ class DrTagsAndScenarioConstructorComponent {
|
|
|
7419
7420
|
type: Output
|
|
7420
7421
|
}] }); })();
|
|
7421
7422
|
|
|
7422
|
-
const _c0$
|
|
7423
|
+
const _c0$T = ["stepTextLabel"];
|
|
7423
7424
|
const _c1$l = ["stepper"];
|
|
7424
7425
|
function StepperComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
7425
7426
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
@@ -7645,7 +7646,7 @@ class StepperComponent {
|
|
|
7645
7646
|
}
|
|
7646
7647
|
/** @nocollapse */ static { this.ɵfac = function StepperComponent_Factory(t) { return new (t || StepperComponent)(); }; }
|
|
7647
7648
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: StepperComponent, selectors: [["dr-stepper"]], contentQueries: function StepperComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
7648
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
7649
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$T, 5);
|
|
7649
7650
|
} if (rf & 2) {
|
|
7650
7651
|
let _t;
|
|
7651
7652
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepTextLabelTemplate = _t.first);
|
|
@@ -7820,7 +7821,7 @@ function DrChatFormComponent_dr_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
7820
7821
|
i0.ɵɵtext(1, "Stop generating");
|
|
7821
7822
|
i0.ɵɵelementEnd();
|
|
7822
7823
|
} }
|
|
7823
|
-
const _c0$
|
|
7824
|
+
const _c0$S = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
|
|
7824
7825
|
class DrChatFormComponent {
|
|
7825
7826
|
constructor(cdr, domSanitizer) {
|
|
7826
7827
|
this.cdr = cdr;
|
|
@@ -7976,7 +7977,7 @@ class DrChatFormComponent {
|
|
|
7976
7977
|
const _r1 = i0.ɵɵreference(4);
|
|
7977
7978
|
i0.ɵɵproperty("ngIf", ctx.droppedFiles == null ? null : ctx.droppedFiles.length);
|
|
7978
7979
|
i0.ɵɵadvance(2);
|
|
7979
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
7980
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$S, ctx.inputFocus, !!(ctx.message == null ? null : ctx.message.length)));
|
|
7980
7981
|
i0.ɵɵadvance(1);
|
|
7981
7982
|
i0.ɵɵstyleMap(ctx.getTextAreaHeight(_r1));
|
|
7982
7983
|
i0.ɵɵpropertyInterpolate("placeholder", ctx.fileOver ? ctx.dropFilePlaceholder : ctx.messagePlaceholder);
|
|
@@ -8091,7 +8092,7 @@ function DrAvatarComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
8091
8092
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
8092
8093
|
i0.ɵɵstyleProp("width", ctx_r0.drAvatarSize || null)("height", ctx_r0.drAvatarSize || null);
|
|
8093
8094
|
} }
|
|
8094
|
-
const _c0$
|
|
8095
|
+
const _c0$R = function (a0, a1) { return { "users-section__default": a0, "users-section__user--clickable": a1 }; };
|
|
8095
8096
|
function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
8096
8097
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
8097
8098
|
i0.ɵɵelementStart(0, "div", 5);
|
|
@@ -8105,7 +8106,7 @@ function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
8105
8106
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
8106
8107
|
i0.ɵɵclassMap(user_r5.status);
|
|
8107
8108
|
i0.ɵɵstyleProp("width", ctx_r1.drAvatarSize || null)("height", ctx_r1.drAvatarSize || null)("background-color", ctx_r1.getAvatarColor(user_r5));
|
|
8108
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$
|
|
8109
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$R, ctx_r1.showUnassigned && !user_r5.email, ctx_r1.drAvatarIsClickable))("drTooltip", i0.ɵɵpipeBind1(1, 13, user_r5))("drTooltipClass", ctx_r1.drAvatarTooltipClass)("drTooltipPosition", ctx_r1.drAvatarTooltipPosition);
|
|
8109
8110
|
i0.ɵɵadvance(2);
|
|
8110
8111
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(3, 15, user_r5, "initials"), "\n");
|
|
8111
8112
|
} }
|
|
@@ -8381,7 +8382,7 @@ class DrChatMessageFileComponent {
|
|
|
8381
8382
|
type: Input
|
|
8382
8383
|
}] }); })();
|
|
8383
8384
|
|
|
8384
|
-
const _c0$
|
|
8385
|
+
const _c0$Q = ["drChatMessageActions"];
|
|
8385
8386
|
function DrChatMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
8386
8387
|
i0.ɵɵelementContainerStart(0);
|
|
8387
8388
|
i0.ɵɵelement(1, "div", 8);
|
|
@@ -8483,7 +8484,7 @@ class DrChatMessageComponent {
|
|
|
8483
8484
|
}
|
|
8484
8485
|
/** @nocollapse */ static { this.ɵfac = function DrChatMessageComponent_Factory(t) { return new (t || DrChatMessageComponent)(i0.ɵɵdirectiveInject(DrChatCustomMessageService)); }; }
|
|
8485
8486
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatMessageComponent, selectors: [["dr-chat-message"]], contentQueries: function DrChatMessageComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
8486
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
8487
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$Q, 5);
|
|
8487
8488
|
} if (rf & 2) {
|
|
8488
8489
|
let _t;
|
|
8489
8490
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.drChatMessageActions = _t.first);
|
|
@@ -8554,7 +8555,7 @@ class DrChatMessageComponent {
|
|
|
8554
8555
|
args: ['drChatMessageActions']
|
|
8555
8556
|
}] }); })();
|
|
8556
8557
|
|
|
8557
|
-
const _c0$
|
|
8558
|
+
const _c0$P = ["suggestionsContainer"];
|
|
8558
8559
|
function DrChatSuggestionsComponent_ng_container_2_div_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
8559
8560
|
i0.ɵɵelementContainer(0);
|
|
8560
8561
|
} }
|
|
@@ -8699,7 +8700,7 @@ class DrChatSuggestionsComponent {
|
|
|
8699
8700
|
}
|
|
8700
8701
|
/** @nocollapse */ static { this.ɵfac = function DrChatSuggestionsComponent_Factory(t) { return new (t || DrChatSuggestionsComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
8701
8702
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatSuggestionsComponent, selectors: [["dr-chat-suggestions"]], viewQuery: function DrChatSuggestionsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8702
|
-
i0.ɵɵviewQuery(_c0$
|
|
8703
|
+
i0.ɵɵviewQuery(_c0$P, 5);
|
|
8703
8704
|
} if (rf & 2) {
|
|
8704
8705
|
let _t;
|
|
8705
8706
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.suggestionContainer = _t.first);
|
|
@@ -8733,7 +8734,7 @@ class DrChatSuggestionsComponent {
|
|
|
8733
8734
|
args: ['suggestionsContainer', { static: false }]
|
|
8734
8735
|
}] }); })();
|
|
8735
8736
|
|
|
8736
|
-
const _c0$
|
|
8737
|
+
const _c0$O = ["drChatHeader"];
|
|
8737
8738
|
const _c1$j = ["drChatLoader"];
|
|
8738
8739
|
const _c2$7 = ["drChatContent"];
|
|
8739
8740
|
const _c3$5 = ["messagesContainer"];
|
|
@@ -8870,7 +8871,7 @@ class DrChatComponent {
|
|
|
8870
8871
|
/** @nocollapse */ static { this.ɵfac = function DrChatComponent_Factory(t) { return new (t || DrChatComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
8871
8872
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatComponent, selectors: [["dr-chat"]], contentQueries: function DrChatComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
8872
8873
|
i0.ɵɵcontentQuery(dirIndex, DrChatFormComponent, 5);
|
|
8873
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
8874
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$O, 5);
|
|
8874
8875
|
i0.ɵɵcontentQuery(dirIndex, _c1$j, 5);
|
|
8875
8876
|
i0.ɵɵcontentQuery(dirIndex, _c2$7, 5);
|
|
8876
8877
|
i0.ɵɵcontentQuery(dirIndex, DrChatMessageComponent, 4);
|
|
@@ -8959,7 +8960,7 @@ class DrChatComponent {
|
|
|
8959
8960
|
args: [DrChatSuggestionsComponent]
|
|
8960
8961
|
}] }); })();
|
|
8961
8962
|
|
|
8962
|
-
const _c0$
|
|
8963
|
+
const _c0$N = ["textAreaElement"];
|
|
8963
8964
|
const _c1$i = ["fileInput"];
|
|
8964
8965
|
function DrChatFormDropdownComponent_dr_chat_dropped_files_3_Template(rf, ctx) { if (rf & 1) {
|
|
8965
8966
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
@@ -9192,7 +9193,7 @@ class DrChatFormDropdownComponent {
|
|
|
9192
9193
|
}
|
|
9193
9194
|
/** @nocollapse */ static { this.ɵfac = function DrChatFormDropdownComponent_Factory(t) { return new (t || DrChatFormDropdownComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$3.DomSanitizer)); }; }
|
|
9194
9195
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatFormDropdownComponent, selectors: [["dr-chat-form-dropdown"]], viewQuery: function DrChatFormDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
9195
|
-
i0.ɵɵviewQuery(_c0$
|
|
9196
|
+
i0.ɵɵviewQuery(_c0$N, 5);
|
|
9196
9197
|
i0.ɵɵviewQuery(_c1$i, 5);
|
|
9197
9198
|
} if (rf & 2) {
|
|
9198
9199
|
let _t;
|
|
@@ -9341,14 +9342,14 @@ class DrChatCustomMessageDirective {
|
|
|
9341
9342
|
type: Input
|
|
9342
9343
|
}] }); })();
|
|
9343
9344
|
|
|
9344
|
-
const _c0$
|
|
9345
|
+
const _c0$M = ["*"];
|
|
9345
9346
|
class DrChatAlertComponent {
|
|
9346
9347
|
constructor() {
|
|
9347
9348
|
this.iconClass = 'dr-icon-info';
|
|
9348
9349
|
this.close = new EventEmitter();
|
|
9349
9350
|
}
|
|
9350
9351
|
/** @nocollapse */ static { this.ɵfac = function DrChatAlertComponent_Factory(t) { return new (t || DrChatAlertComponent)(); }; }
|
|
9351
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$
|
|
9352
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$M, 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) {
|
|
9352
9353
|
i0.ɵɵprojectionDef();
|
|
9353
9354
|
i0.ɵɵelement(0, "i");
|
|
9354
9355
|
i0.ɵɵprojection(1);
|
|
@@ -9394,7 +9395,7 @@ function DrBadgeStatusComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
9394
9395
|
i0.ɵɵadvance(1);
|
|
9395
9396
|
i0.ɵɵtextInterpolate(ctx_r1.label);
|
|
9396
9397
|
} }
|
|
9397
|
-
const _c0$
|
|
9398
|
+
const _c0$L = function (a0, a1) { return [a0, a1]; };
|
|
9398
9399
|
class DrBadgeStatusComponent {
|
|
9399
9400
|
constructor() {
|
|
9400
9401
|
this.theme = BadgeStatus.REGULAR;
|
|
@@ -9407,7 +9408,7 @@ class DrBadgeStatusComponent {
|
|
|
9407
9408
|
i0.ɵɵtemplate(2, DrBadgeStatusComponent_span_2_Template, 2, 1, "span", 2);
|
|
9408
9409
|
i0.ɵɵelementEnd();
|
|
9409
9410
|
} if (rf & 2) {
|
|
9410
|
-
i0.ɵɵproperty("drTooltip", ctx.tooltip)("drTooltipClass", ctx.tooltipClass)("ngClass", i0.ɵɵpureFunction2(5, _c0$
|
|
9411
|
+
i0.ɵɵproperty("drTooltip", ctx.tooltip)("drTooltipClass", ctx.tooltipClass)("ngClass", i0.ɵɵpureFunction2(5, _c0$L, "badge-status--" + ctx.theme, !ctx.showBackground ? "badge-status--no-background" : ""));
|
|
9411
9412
|
i0.ɵɵadvance(1);
|
|
9412
9413
|
i0.ɵɵproperty("ngIf", ctx.icon);
|
|
9413
9414
|
i0.ɵɵadvance(1);
|
|
@@ -9485,7 +9486,7 @@ function DrAlertComponent_i_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
9485
9486
|
i0.ɵɵlistener("click", function DrAlertComponent_i_6_Template_i_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.hidden = true); });
|
|
9486
9487
|
i0.ɵɵelementEnd();
|
|
9487
9488
|
} }
|
|
9488
|
-
const _c0$
|
|
9489
|
+
const _c0$K = ["*"];
|
|
9489
9490
|
const ALERT_THEME_ICONS = {
|
|
9490
9491
|
[DrAlertTheme.SUCCESS]: 'dr-icon-uploaded-success',
|
|
9491
9492
|
[DrAlertTheme.BOLD_ERROR]: 'dr-icon-error',
|
|
@@ -9509,7 +9510,7 @@ class DrAlertComponent {
|
|
|
9509
9510
|
/** @nocollapse */ static { this.ɵfac = function DrAlertComponent_Factory(t) { return new (t || DrAlertComponent)(); }; }
|
|
9510
9511
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAlertComponent, selectors: [["dr-alert"]], hostVars: 2, hostBindings: function DrAlertComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
9511
9512
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
9512
|
-
} }, inputs: { theme: "theme", customIconClass: "customIconClass", title: "title", text: "text", showClose: "showClose" }, ngContentSelectors: _c0$
|
|
9513
|
+
} }, inputs: { theme: "theme", customIconClass: "customIconClass", title: "title", text: "text", showClose: "showClose" }, ngContentSelectors: _c0$K, decls: 7, vars: 4, consts: [[1, "dr-alert__content-wrapper"], [4, "ngIf"], [1, "dr-alert__custom-content"], ["contentRef", ""], ["class", "dr-alert__close-icon dr-icon-exit", 3, "click", 4, "ngIf"], ["class", "dr-alert__title", 4, "ngIf"], ["class", "dr-alert__text", 4, "ngIf"], [1, "dr-alert__title"], [1, "dr-alert__text"], [1, "dr-alert__close-icon", "dr-icon-exit", 3, "click"]], template: function DrAlertComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9513
9514
|
i0.ɵɵprojectionDef();
|
|
9514
9515
|
i0.ɵɵelement(0, "i");
|
|
9515
9516
|
i0.ɵɵelementStart(1, "div", 0);
|
|
@@ -9563,7 +9564,7 @@ class CodeEditorHintWrapperComponent {
|
|
|
9563
9564
|
}]
|
|
9564
9565
|
}], null, null); })();
|
|
9565
9566
|
|
|
9566
|
-
const _c0$
|
|
9567
|
+
const _c0$J = ["ref"];
|
|
9567
9568
|
class DrCodemirrorComponent {
|
|
9568
9569
|
set options(value) {
|
|
9569
9570
|
this._options = value;
|
|
@@ -9693,7 +9694,7 @@ class DrCodemirrorComponent {
|
|
|
9693
9694
|
}
|
|
9694
9695
|
/** @nocollapse */ static { this.ɵfac = function DrCodemirrorComponent_Factory(t) { return new (t || DrCodemirrorComponent)(i0.ɵɵdirectiveInject(i0.KeyValueDiffers), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
|
|
9695
9696
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodemirrorComponent, selectors: [["dr-codemirror"]], viewQuery: function DrCodemirrorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
9696
|
-
i0.ɵɵviewQuery(_c0$
|
|
9697
|
+
i0.ɵɵviewQuery(_c0$J, 5);
|
|
9697
9698
|
} if (rf & 2) {
|
|
9698
9699
|
let _t;
|
|
9699
9700
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.ref = _t.first);
|
|
@@ -9862,7 +9863,7 @@ class DrErrorModule {
|
|
|
9862
9863
|
}], null, null); })();
|
|
9863
9864
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DrErrorModule, { declarations: [DrErrorComponent], imports: [CommonModule, FormsModule, DrTooltipModule], exports: [DrErrorComponent] }); })();
|
|
9864
9865
|
|
|
9865
|
-
const _c0$
|
|
9866
|
+
const _c0$I = ["codeEditor"];
|
|
9866
9867
|
function DrCodeEditorComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
9867
9868
|
i0.ɵɵelementStart(0, "span", 4);
|
|
9868
9869
|
i0.ɵɵtext(1);
|
|
@@ -10141,7 +10142,7 @@ class DrCodeEditorComponent {
|
|
|
10141
10142
|
}
|
|
10142
10143
|
/** @nocollapse */ static { this.ɵfac = function DrCodeEditorComponent_Factory(t) { return new (t || DrCodeEditorComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
10143
10144
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodeEditorComponent, selectors: [["dr-code-editor"]], viewQuery: function DrCodeEditorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10144
|
-
i0.ɵɵviewQuery(_c0$
|
|
10145
|
+
i0.ɵɵviewQuery(_c0$I, 5);
|
|
10145
10146
|
} if (rf & 2) {
|
|
10146
10147
|
let _t;
|
|
10147
10148
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.codeEditor = _t.first);
|
|
@@ -10225,7 +10226,7 @@ const getAlignmentDimension = (position) => {
|
|
|
10225
10226
|
return DrPopoverAlignmentDimension.Width;
|
|
10226
10227
|
};
|
|
10227
10228
|
|
|
10228
|
-
const _c0$
|
|
10229
|
+
const _c0$H = ["popoverContainer"];
|
|
10229
10230
|
function DrPopoverComponent_ng_container_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
10230
10231
|
i0.ɵɵelementContainer(0);
|
|
10231
10232
|
} }
|
|
@@ -10315,7 +10316,7 @@ class DrPopoverComponent {
|
|
|
10315
10316
|
}
|
|
10316
10317
|
/** @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)); }; }
|
|
10317
10318
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrPopoverComponent, selectors: [["dr-popover"]], viewQuery: function DrPopoverComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10318
|
-
i0.ɵɵviewQuery(_c0$
|
|
10319
|
+
i0.ɵɵviewQuery(_c0$H, 7, ElementRef);
|
|
10319
10320
|
} if (rf & 2) {
|
|
10320
10321
|
let _t;
|
|
10321
10322
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popoverContainer = _t.first);
|
|
@@ -10630,7 +10631,7 @@ function Debounce$1(ms) {
|
|
|
10630
10631
|
};
|
|
10631
10632
|
}
|
|
10632
10633
|
|
|
10633
|
-
const _c0$
|
|
10634
|
+
const _c0$G = [[["", "dropdownItemContent", ""]], [["", "dropdownItemActions", ""]]];
|
|
10634
10635
|
const _c1$h = ["[dropdownItemContent]", "[dropdownItemActions]"];
|
|
10635
10636
|
class DrDropdownItemComponent {
|
|
10636
10637
|
constructor() {
|
|
@@ -10640,7 +10641,7 @@ class DrDropdownItemComponent {
|
|
|
10640
10641
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownItemComponent, selectors: [["dr-dropdown-item"]], hostVars: 1, hostBindings: function DrDropdownItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
10641
10642
|
i0.ɵɵattribute("role", ctx.role);
|
|
10642
10643
|
} }, inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c1$h, 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) {
|
|
10643
|
-
i0.ɵɵprojectionDef(_c0$
|
|
10644
|
+
i0.ɵɵprojectionDef(_c0$G);
|
|
10644
10645
|
i0.ɵɵelementStart(0, "div", 0)(1, "span", 1);
|
|
10645
10646
|
i0.ɵɵprojection(2);
|
|
10646
10647
|
i0.ɵɵelementEnd();
|
|
@@ -10689,7 +10690,7 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
10689
10690
|
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
10690
10691
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10691
10692
|
};
|
|
10692
|
-
const _c0$
|
|
10693
|
+
const _c0$F = ["menuContainer"];
|
|
10693
10694
|
function DrDropdownComponent_dr_dropdown_item_4_ng_container_1_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
10694
10695
|
i0.ɵɵelement(0, "i", 11);
|
|
10695
10696
|
} if (rf & 2) {
|
|
@@ -10920,7 +10921,7 @@ class DrDropdownComponent {
|
|
|
10920
10921
|
}
|
|
10921
10922
|
/** @nocollapse */ static { this.ɵfac = function DrDropdownComponent_Factory(t) { return new (t || DrDropdownComponent)(); }; }
|
|
10922
10923
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownComponent, selectors: [["dr-dropdown"]], viewQuery: function DrDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10923
|
-
i0.ɵɵviewQuery(_c0$
|
|
10924
|
+
i0.ɵɵviewQuery(_c0$F, 7);
|
|
10924
10925
|
} if (rf & 2) {
|
|
10925
10926
|
let _t;
|
|
10926
10927
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.menuContainer = _t.first);
|
|
@@ -11173,7 +11174,7 @@ class DrDropdownChildDirective {
|
|
|
11173
11174
|
function DrTabComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
11174
11175
|
i0.ɵɵprojection(0);
|
|
11175
11176
|
} }
|
|
11176
|
-
const _c0$
|
|
11177
|
+
const _c0$E = ["*"];
|
|
11177
11178
|
class DrTabComponent {
|
|
11178
11179
|
constructor() { }
|
|
11179
11180
|
ngOnInit() { }
|
|
@@ -11183,7 +11184,7 @@ class DrTabComponent {
|
|
|
11183
11184
|
} if (rf & 2) {
|
|
11184
11185
|
let _t;
|
|
11185
11186
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contentTemplate = _t.first);
|
|
11186
|
-
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
11187
|
+
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$E, decls: 1, vars: 0, template: function DrTabComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11187
11188
|
i0.ɵɵprojectionDef();
|
|
11188
11189
|
i0.ɵɵtemplate(0, DrTabComponent_ng_template_0_Template, 1, 0, "ng-template");
|
|
11189
11190
|
} }, encapsulation: 2 }); }
|
|
@@ -11459,7 +11460,7 @@ class DrTabsComponent {
|
|
|
11459
11460
|
args: [DrTabComponent]
|
|
11460
11461
|
}] }); })();
|
|
11461
11462
|
|
|
11462
|
-
const _c0$
|
|
11463
|
+
const _c0$D = [[["dr-accordion-item"]]];
|
|
11463
11464
|
const _c1$f = ["dr-accordion-item"];
|
|
11464
11465
|
class DrAccordionComponent {
|
|
11465
11466
|
constructor() {
|
|
@@ -11494,7 +11495,7 @@ class DrAccordionComponent {
|
|
|
11494
11495
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionComponent, selectors: [["dr-accordion"]], hostVars: 2, hostBindings: function DrAccordionComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
11495
11496
|
i0.ɵɵclassMap(ctx.theme);
|
|
11496
11497
|
} }, inputs: { multi: "multi", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c1$f, decls: 1, vars: 0, template: function DrAccordionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11497
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11498
|
+
i0.ɵɵprojectionDef(_c0$D);
|
|
11498
11499
|
i0.ɵɵprojection(0);
|
|
11499
11500
|
} }, styles: ["[_nghost-%COMP%]{display:block;box-shadow:#2c33491a 0 5px 10px}.borderless[_nghost-%COMP%]{box-shadow:none}"], changeDetection: 0 }); }
|
|
11500
11501
|
}
|
|
@@ -11511,7 +11512,7 @@ class DrAccordionComponent {
|
|
|
11511
11512
|
args: ['class']
|
|
11512
11513
|
}] }); })();
|
|
11513
11514
|
|
|
11514
|
-
const _c0$
|
|
11515
|
+
const _c0$C = [[["dr-accordion-item-header"]], [["dr-accordion-item-body"]]];
|
|
11515
11516
|
const _c1$e = ["dr-accordion-item-header", "dr-accordion-item-body"];
|
|
11516
11517
|
class DrAccordionItemComponent {
|
|
11517
11518
|
/**
|
|
@@ -11613,7 +11614,7 @@ class DrAccordionItemComponent {
|
|
|
11613
11614
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemComponent, selectors: [["dr-accordion-item"]], hostVars: 6, hostBindings: function DrAccordionItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
11614
11615
|
i0.ɵɵclassProp("collapsed", ctx.collapsed)("expanded", ctx.expanded)("disabled", ctx.disabled);
|
|
11615
11616
|
} }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, standalone: true, features: [i0.ɵɵNgOnChangesFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c1$e, decls: 2, vars: 0, template: function DrAccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11616
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11617
|
+
i0.ɵɵprojectionDef(_c0$C);
|
|
11617
11618
|
i0.ɵɵprojection(0);
|
|
11618
11619
|
i0.ɵɵprojection(1, 1);
|
|
11619
11620
|
} }, 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 }); }
|
|
@@ -11655,7 +11656,7 @@ function DrAccordionItemHeaderComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
11655
11656
|
i0.ɵɵclassMap("dr-accordion-item-header-icon " + ctx_r0.icon);
|
|
11656
11657
|
i0.ɵɵclassProp("dr-accordion-item-header-icon--additional-padding", ctx_r0.chevronPosition === "left");
|
|
11657
11658
|
} }
|
|
11658
|
-
const _c0$
|
|
11659
|
+
const _c0$B = function (a0) { return { rotationDegree: a0 }; };
|
|
11659
11660
|
const _c1$d = function (a0, a1) { return { value: a0, params: a1 }; };
|
|
11660
11661
|
function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
11661
11662
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -11665,7 +11666,7 @@ function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
11665
11666
|
} if (rf & 2) {
|
|
11666
11667
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
11667
11668
|
i0.ɵɵclassMap(ctx_r1.chevronIconClass);
|
|
11668
|
-
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$d, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$
|
|
11669
|
+
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$d, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$B, ctx_r1.chevronRotationDegree)));
|
|
11669
11670
|
} }
|
|
11670
11671
|
const _c2$4 = [[["dr-accordion-item-title"]], [["dr-accordion-item-description"]], "*"];
|
|
11671
11672
|
const _c3$2 = ["dr-accordion-item-title", "dr-accordion-item-description", "*"];
|
|
@@ -11794,7 +11795,7 @@ class DrAccordionItemHeaderComponent {
|
|
|
11794
11795
|
args: ['keydown.enter']
|
|
11795
11796
|
}] }); })();
|
|
11796
11797
|
|
|
11797
|
-
const _c0$
|
|
11798
|
+
const _c0$A = function (a0) { return { value: a0 }; };
|
|
11798
11799
|
const _c1$c = ["*"];
|
|
11799
11800
|
const accordionItemBodyTrigger = trigger('accordionItemBody', [
|
|
11800
11801
|
state('collapsed', style({
|
|
@@ -11832,7 +11833,7 @@ class DrAccordionItemBodyComponent {
|
|
|
11832
11833
|
i0.ɵɵprojection(2);
|
|
11833
11834
|
i0.ɵɵelementEnd()();
|
|
11834
11835
|
} if (rf & 2) {
|
|
11835
|
-
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$
|
|
11836
|
+
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$A, ctx.state));
|
|
11836
11837
|
} }, styles: [".item-body[_ngcontent-%COMP%]{flex:1;-ms-flex:1 1 auto;overflow:auto;position:relative}"], data: { animation: [accordionItemBodyTrigger] }, changeDetection: 0 }); }
|
|
11837
11838
|
}
|
|
11838
11839
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrAccordionItemBodyComponent, [{
|
|
@@ -11848,13 +11849,13 @@ class DrAccordionItemBodyComponent {
|
|
|
11848
11849
|
type: Host
|
|
11849
11850
|
}] }, { type: i0.ChangeDetectorRef }]; }, null); })();
|
|
11850
11851
|
|
|
11851
|
-
const _c0$
|
|
11852
|
+
const _c0$z = [[["dr-layout-header"]], [["dr-layout-body"]]];
|
|
11852
11853
|
const _c1$b = ["dr-layout-header", "dr-layout-body"];
|
|
11853
11854
|
class DrLayoutComponent {
|
|
11854
11855
|
constructor() { }
|
|
11855
11856
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutComponent_Factory(t) { return new (t || DrLayoutComponent)(); }; }
|
|
11856
11857
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c1$b, 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) {
|
|
11857
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11858
|
+
i0.ɵɵprojectionDef(_c0$z);
|
|
11858
11859
|
i0.ɵɵelementStart(0, "div", 0);
|
|
11859
11860
|
i0.ɵɵprojection(1);
|
|
11860
11861
|
i0.ɵɵelementStart(2, "div", 1)(3, "div", 2)(4, "div", 3);
|
|
@@ -11867,11 +11868,11 @@ class DrLayoutComponent {
|
|
|
11867
11868
|
args: [{ standalone: true, 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"] }]
|
|
11868
11869
|
}], function () { return []; }, null); })();
|
|
11869
11870
|
|
|
11870
|
-
const _c0$
|
|
11871
|
+
const _c0$y = ["*"];
|
|
11871
11872
|
class DrLayoutHeaderComponent {
|
|
11872
11873
|
constructor() { }
|
|
11873
11874
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutHeaderComponent_Factory(t) { return new (t || DrLayoutHeaderComponent)(); }; }
|
|
11874
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
11875
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$y, decls: 2, vars: 0, template: function DrLayoutHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11875
11876
|
i0.ɵɵprojectionDef();
|
|
11876
11877
|
i0.ɵɵelementStart(0, "nav");
|
|
11877
11878
|
i0.ɵɵprojection(1);
|
|
@@ -11891,11 +11892,11 @@ class DrLayoutHeaderComponent {
|
|
|
11891
11892
|
}]
|
|
11892
11893
|
}], function () { return []; }, null); })();
|
|
11893
11894
|
|
|
11894
|
-
const _c0$
|
|
11895
|
+
const _c0$x = ["*"];
|
|
11895
11896
|
class DrLayoutBodyComponent {
|
|
11896
11897
|
constructor() { }
|
|
11897
11898
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutBodyComponent_Factory(t) { return new (t || DrLayoutBodyComponent)(); }; }
|
|
11898
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
11899
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$x, decls: 1, vars: 0, template: function DrLayoutBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11899
11900
|
i0.ɵɵprojectionDef();
|
|
11900
11901
|
i0.ɵɵprojection(0);
|
|
11901
11902
|
} }, encapsulation: 2 }); }
|
|
@@ -11982,7 +11983,7 @@ function DrEmptyStateComponent_p_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
11982
11983
|
i0.ɵɵadvance(1);
|
|
11983
11984
|
i0.ɵɵtextInterpolate(ctx_r2.description);
|
|
11984
11985
|
} }
|
|
11985
|
-
const _c0$
|
|
11986
|
+
const _c0$w = [[["dr-empty-state-media"], ["", "dr-empty-state-media", ""], ["", "drEmptyStateMedia", ""]], [["dr-empty-state-title"], ["", "dr-empty-state-title", ""], ["", "drEmptyStateTitle", ""]], [["dr-empty-state-description"], ["", "dr-empty-state-description", ""], ["", "drEmptyStateDescription", ""]]];
|
|
11986
11987
|
const _c1$a = ["dr-empty-state-media, [dr-empty-state-media], [drEmptyStateMedia]", "dr-empty-state-title, [dr-empty-state-title], [drEmptyStateTitle]", "dr-empty-state-description, [dr-empty-state-description], [drEmptyStateDescription]"];
|
|
11987
11988
|
class DrEmptyStateComponent {
|
|
11988
11989
|
constructor() {
|
|
@@ -12022,7 +12023,7 @@ class DrEmptyStateComponent {
|
|
|
12022
12023
|
} }, hostAttrs: [1, "dr-empty-state"], hostVars: 4, hostBindings: function DrEmptyStateComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
12023
12024
|
i0.ɵɵattribute("role", ctx.role)("aria-live", ctx.ariaLive)("aria-atomic", ctx.ariaAtomic)("aria-label", ctx.ariaLabelAttr);
|
|
12024
12025
|
} }, inputs: { title: "title", description: "description", illustrationUrl: "illustrationUrl", illustrationAlt: "illustrationAlt", ariaLabel: "ariaLabel" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c1$a, decls: 6, vars: 3, consts: [["class", "dr-empty-state__illustration", 3, "src", 4, "ngIf"], ["class", "dr-empty-state__title", 4, "ngIf"], ["class", "dr-empty-state__description", 4, "ngIf"], [1, "dr-empty-state__illustration", 3, "src"], [1, "dr-empty-state__title"], [1, "dr-empty-state__description"]], template: function DrEmptyStateComponent_Template(rf, ctx) { if (rf & 1) {
|
|
12025
|
-
i0.ɵɵprojectionDef(_c0$
|
|
12026
|
+
i0.ɵɵprojectionDef(_c0$w);
|
|
12026
12027
|
i0.ɵɵprojection(0);
|
|
12027
12028
|
i0.ɵɵtemplate(1, DrEmptyStateComponent_img_1_Template, 1, 3, "img", 0);
|
|
12028
12029
|
i0.ɵɵprojection(2, 1);
|
|
@@ -12111,7 +12112,7 @@ function DrDetailsListComponent_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
12111
12112
|
i0.ɵɵadvance(1);
|
|
12112
12113
|
i0.ɵɵtextInterpolate(item_r1);
|
|
12113
12114
|
} }
|
|
12114
|
-
const _c0$
|
|
12115
|
+
const _c0$v = function (a0) { return { value: a0 }; };
|
|
12115
12116
|
class DrDetailsListComponent {
|
|
12116
12117
|
set items(val) {
|
|
12117
12118
|
if (!val) {
|
|
@@ -12158,7 +12159,7 @@ class DrDetailsListComponent {
|
|
|
12158
12159
|
i0.ɵɵadvance(1);
|
|
12159
12160
|
i0.ɵɵtextInterpolate1(" ", ctx.title, " ");
|
|
12160
12161
|
i0.ɵɵadvance(1);
|
|
12161
|
-
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$
|
|
12162
|
+
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$v, ctx.state));
|
|
12162
12163
|
i0.ɵɵadvance(1);
|
|
12163
12164
|
i0.ɵɵproperty("ngForOf", ctx.list);
|
|
12164
12165
|
} }, 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: [
|
|
@@ -12202,7 +12203,7 @@ class DrDetailsListComponent {
|
|
|
12202
12203
|
type: Input
|
|
12203
12204
|
}] }); })();
|
|
12204
12205
|
|
|
12205
|
-
const _c0$
|
|
12206
|
+
const _c0$u = ["content"];
|
|
12206
12207
|
const _c1$9 = function (a0, a1) { return { "dr-icon-maximize": a0, "dr-icon-minimize": a1 }; };
|
|
12207
12208
|
function DialogWrapperComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
12208
12209
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
@@ -12397,7 +12398,7 @@ class DialogWrapperComponent {
|
|
|
12397
12398
|
}
|
|
12398
12399
|
/** @nocollapse */ static { this.ɵfac = function DialogWrapperComponent_Factory(t) { return new (t || DialogWrapperComponent)(i0.ɵɵdirectiveInject(i1$4.MatLegacyDialogRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(MAT_LEGACY_DIALOG_DATA)); }; }
|
|
12399
12400
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DialogWrapperComponent, selectors: [["dr-dialog-wrapper"]], viewQuery: function DialogWrapperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
12400
|
-
i0.ɵɵviewQuery(_c0$
|
|
12401
|
+
i0.ɵɵviewQuery(_c0$u, 5, ViewContainerRef);
|
|
12401
12402
|
} if (rf & 2) {
|
|
12402
12403
|
let _t;
|
|
12403
12404
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
|
|
@@ -12601,7 +12602,7 @@ function DialogModalWrapperComponent_form_7_div_2_label_9_Template(rf, ctx) { if
|
|
|
12601
12602
|
i0.ɵɵadvance(1);
|
|
12602
12603
|
i0.ɵɵtextInterpolate1(" ", ctx_r19.dialogData.serverErrorMessage, " ");
|
|
12603
12604
|
} }
|
|
12604
|
-
const _c0$
|
|
12605
|
+
const _c0$t = function (a0) { return { display: a0 }; };
|
|
12605
12606
|
const _c1$8 = function (a0, a1) { return { "col-md-10": a0, "col-md-12": a1 }; };
|
|
12606
12607
|
function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
12607
12608
|
i0.ɵɵelementStart(0, "div", 16);
|
|
@@ -12619,7 +12620,7 @@ function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1
|
|
|
12619
12620
|
const field_r11 = ctx.$implicit;
|
|
12620
12621
|
const ctx_r10 = i0.ɵɵnextContext(2);
|
|
12621
12622
|
i0.ɵɵclassMap(field_r11.formGroupClass);
|
|
12622
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$
|
|
12623
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$t, field_r11.isLabelFullWidth ? "block" : "flex"));
|
|
12623
12624
|
i0.ɵɵadvance(1);
|
|
12624
12625
|
i0.ɵɵproperty("ngIf", field_r11.label && field_r11.type !== ctx_r10.dialogFieldType.CHECKBOX);
|
|
12625
12626
|
i0.ɵɵadvance(1);
|
|
@@ -13334,7 +13335,7 @@ function TreeviewItemComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
13334
13335
|
i0.ɵɵadvance(1);
|
|
13335
13336
|
i0.ɵɵproperty("ngForOf", ctx_r2.item.children);
|
|
13336
13337
|
} }
|
|
13337
|
-
const _c0$
|
|
13338
|
+
const _c0$s = function (a0, a1, a2) { return { item: a0, onCollapseExpand: a1, onCheckedChange: a2 }; };
|
|
13338
13339
|
function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
13339
13340
|
i0.ɵɵelementStart(0, "div", 1);
|
|
13340
13341
|
i0.ɵɵtemplate(1, TreeviewItemComponent_div_0_ng_template_1_Template, 0, 0, "ng-template", 2);
|
|
@@ -13343,7 +13344,7 @@ function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
13343
13344
|
} if (rf & 2) {
|
|
13344
13345
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
13345
13346
|
i0.ɵɵadvance(1);
|
|
13346
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$
|
|
13347
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$s, ctx_r0.item, ctx_r0.onCollapseExpand, ctx_r0.onCheckedChange));
|
|
13347
13348
|
i0.ɵɵadvance(1);
|
|
13348
13349
|
i0.ɵɵproperty("ngIf", !ctx_r0.item.collapsed);
|
|
13349
13350
|
} }
|
|
@@ -14764,7 +14765,7 @@ class DrImageCropperCanvasService {
|
|
|
14764
14765
|
type: Injectable
|
|
14765
14766
|
}], null, null); })();
|
|
14766
14767
|
|
|
14767
|
-
const _c0$
|
|
14768
|
+
const _c0$r = ["imageCanvas"];
|
|
14768
14769
|
class DrImageCropperComponent {
|
|
14769
14770
|
constructor(canvasService) {
|
|
14770
14771
|
this.canvasService = canvasService;
|
|
@@ -14822,7 +14823,7 @@ class DrImageCropperComponent {
|
|
|
14822
14823
|
}
|
|
14823
14824
|
/** @nocollapse */ static { this.ɵfac = function DrImageCropperComponent_Factory(t) { return new (t || DrImageCropperComponent)(i0.ɵɵdirectiveInject(DrImageCropperCanvasService)); }; }
|
|
14824
14825
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrImageCropperComponent, selectors: [["dr-image-cropper"]], viewQuery: function DrImageCropperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
14825
|
-
i0.ɵɵviewQuery(_c0$
|
|
14826
|
+
i0.ɵɵviewQuery(_c0$r, 7);
|
|
14826
14827
|
} if (rf & 2) {
|
|
14827
14828
|
let _t;
|
|
14828
14829
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.canvasElement = _t.first);
|
|
@@ -15210,7 +15211,7 @@ function DrChipComponent_button_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
15210
15211
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
15211
15212
|
i0.ɵɵattribute("aria-label", ctx_r2.removeAriaLabel);
|
|
15212
15213
|
} }
|
|
15213
|
-
const _c0$
|
|
15214
|
+
const _c0$q = ["*"];
|
|
15214
15215
|
class DrChipComponent {
|
|
15215
15216
|
constructor() {
|
|
15216
15217
|
this.removeAriaLabel = 'Remove';
|
|
@@ -15224,7 +15225,7 @@ class DrChipComponent {
|
|
|
15224
15225
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChipComponent, selectors: [["dr-chip"]], hostVars: 3, hostBindings: function DrChipComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
15225
15226
|
i0.ɵɵattribute("aria-label", ctx.label);
|
|
15226
15227
|
i0.ɵɵclassProp("--compact", ctx.compact);
|
|
15227
|
-
} }, inputs: { label: "label", icon: "icon", removable: ["removable", "removable", booleanAttribute], removeAriaLabel: "removeAriaLabel", compact: ["compact", "compact", booleanAttribute] }, outputs: { remove: "remove" }, standalone: true, features: [i0.ɵɵInputTransformsFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
15228
|
+
} }, inputs: { label: "label", icon: "icon", removable: ["removable", "removable", booleanAttribute], removeAriaLabel: "removeAriaLabel", compact: ["compact", "compact", booleanAttribute] }, outputs: { remove: "remove" }, standalone: true, features: [i0.ɵɵInputTransformsFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$q, decls: 5, vars: 4, consts: [["class", "chip__icon", "aria-hidden", "true", 3, "class", 4, "ngIf"], [1, "chip__label"], [4, "ngIf"], ["type", "button", "class", "chip__remove", 3, "click", 4, "ngIf"], ["aria-hidden", "true", 1, "chip__icon"], ["type", "button", 1, "chip__remove", 3, "click"], ["aria-hidden", "true", 1, "dr-icon-exit"]], template: function DrChipComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15228
15229
|
i0.ɵɵprojectionDef();
|
|
15229
15230
|
i0.ɵɵtemplate(0, DrChipComponent_i_0_Template, 1, 2, "i", 0);
|
|
15230
15231
|
i0.ɵɵelementStart(1, "span", 1);
|
|
@@ -15266,7 +15267,7 @@ class DrChipComponent {
|
|
|
15266
15267
|
args: ['class.--compact']
|
|
15267
15268
|
}] }); })();
|
|
15268
15269
|
|
|
15269
|
-
const _c0$
|
|
15270
|
+
const _c0$p = ["carouselContainer"];
|
|
15270
15271
|
const _c1$7 = ["carouselItem"];
|
|
15271
15272
|
function DrGalleryComponent_dr_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
15272
15273
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -15492,7 +15493,7 @@ class DrGalleryComponent {
|
|
|
15492
15493
|
let _t;
|
|
15493
15494
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.template = _t.first);
|
|
15494
15495
|
} }, viewQuery: function DrGalleryComponent_Query(rf, ctx) { if (rf & 1) {
|
|
15495
|
-
i0.ɵɵviewQuery(_c0$
|
|
15496
|
+
i0.ɵɵviewQuery(_c0$p, 5);
|
|
15496
15497
|
i0.ɵɵviewQuery(_c1$7, 5);
|
|
15497
15498
|
} if (rf & 2) {
|
|
15498
15499
|
let _t;
|
|
@@ -15565,7 +15566,7 @@ function DrProgressBarComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
15565
15566
|
const progressPercent_r4 = ctx.progressPercent;
|
|
15566
15567
|
i0.ɵɵtextInterpolate1("", progressPercent_r4, "%");
|
|
15567
15568
|
} }
|
|
15568
|
-
const _c0$
|
|
15569
|
+
const _c0$o = ["*"];
|
|
15569
15570
|
class DrProgressBarComponent {
|
|
15570
15571
|
constructor() {
|
|
15571
15572
|
/**
|
|
@@ -15656,7 +15657,7 @@ class DrProgressBarComponent {
|
|
|
15656
15657
|
} }, hostVars: 7, hostBindings: function DrProgressBarComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
15657
15658
|
i0.ɵɵattribute("role", ctx.role)("aria-valuemin", ctx.ariaValueMin)("aria-valuemax", ctx.ariaValueMax)("aria-valuenow", ctx.ariaValueNow)("aria-label", ctx.ariaLabel);
|
|
15658
15659
|
i0.ɵɵclassMap(ctx.theme);
|
|
15659
|
-
} }, inputs: { progress: "progress", total: "total", progressPrecision: "progressPrecision", showValue: "showValue", theme: "theme", customAriaLabel: ["aria-label", "customAriaLabel"] }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
15660
|
+
} }, inputs: { progress: "progress", total: "total", progressPrecision: "progressPrecision", showValue: "showValue", theme: "theme", customAriaLabel: ["aria-label", "customAriaLabel"] }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$o, decls: 7, vars: 3, consts: [["aria-hidden", "true", 1, "progress-bar__background"], [1, "progress-bar__background__fill"], ["aria-hidden", "true", 1, "progress-bar__value"], [4, "ngIf"], ["defaultValueTemplate", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"]], template: function DrProgressBarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15660
15661
|
i0.ɵɵprojectionDef();
|
|
15661
15662
|
i0.ɵɵelementStart(0, "div", 0);
|
|
15662
15663
|
i0.ɵɵelement(1, "div", 1);
|
|
@@ -15712,7 +15713,7 @@ class DrProgressBarComponent {
|
|
|
15712
15713
|
args: ['attr.aria-label']
|
|
15713
15714
|
}] }); })();
|
|
15714
15715
|
|
|
15715
|
-
const _c0$
|
|
15716
|
+
const _c0$n = ["*"];
|
|
15716
15717
|
class DrBadgeComponent {
|
|
15717
15718
|
constructor() {
|
|
15718
15719
|
this.color = 'stone';
|
|
@@ -15724,7 +15725,7 @@ class DrBadgeComponent {
|
|
|
15724
15725
|
/** @nocollapse */ static { this.ɵfac = function DrBadgeComponent_Factory(t) { return new (t || DrBadgeComponent)(); }; }
|
|
15725
15726
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrBadgeComponent, selectors: [["dr-badge"]], hostVars: 2, hostBindings: function DrBadgeComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
15726
15727
|
i0.ɵɵclassMap(ctx.elementClasses);
|
|
15727
|
-
} }, inputs: { color: "color", size: "size" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
15728
|
+
} }, inputs: { color: "color", size: "size" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$n, decls: 1, vars: 0, template: function DrBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15728
15729
|
i0.ɵɵprojectionDef();
|
|
15729
15730
|
i0.ɵɵprojection(0);
|
|
15730
15731
|
} }, styles: ["[_nghost-%COMP%]{display:inline-flex;align-items:center;color:#333;border-radius:4px;box-sizing:border-box;font-size:12px;line-height:16px;font-weight:500}.small[_nghost-%COMP%]{gap:2px;padding:2px 4px}.medium[_nghost-%COMP%]{gap:4px;padding:4px 8px}.light-purple[_nghost-%COMP%]{background-color:#dfd9ff}.purple[_nghost-%COMP%]{color:#fff;background-color:#7b61ff}.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 }); }
|
|
@@ -15741,6 +15742,84 @@ class DrBadgeComponent {
|
|
|
15741
15742
|
args: ['class']
|
|
15742
15743
|
}] }); })();
|
|
15743
15744
|
|
|
15745
|
+
function DrBadgeNewComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
15746
|
+
i0.ɵɵelement(0, "i");
|
|
15747
|
+
} if (rf & 2) {
|
|
15748
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
15749
|
+
i0.ɵɵclassMap(ctx_r0.icon);
|
|
15750
|
+
i0.ɵɵclassProp("spin", ctx_r0.spinIcon);
|
|
15751
|
+
} }
|
|
15752
|
+
function DrBadgeNewComponent_span_1_Template(rf, ctx) { if (rf & 1) {
|
|
15753
|
+
i0.ɵɵelement(0, "span", 3);
|
|
15754
|
+
} }
|
|
15755
|
+
function DrBadgeNewComponent_i_3_Template(rf, ctx) { if (rf & 1) {
|
|
15756
|
+
i0.ɵɵelement(0, "i");
|
|
15757
|
+
} if (rf & 2) {
|
|
15758
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
15759
|
+
i0.ɵɵclassMap(ctx_r2.icon + " suffixIcon");
|
|
15760
|
+
} }
|
|
15761
|
+
const _c0$m = ["*"];
|
|
15762
|
+
class DrBadgeNewComponent {
|
|
15763
|
+
constructor() {
|
|
15764
|
+
this.bgColor = 'stone';
|
|
15765
|
+
this.textColor = 'main';
|
|
15766
|
+
this.textStyle = 'caption-2';
|
|
15767
|
+
this.size = 'medium';
|
|
15768
|
+
this.spinIcon = false;
|
|
15769
|
+
}
|
|
15770
|
+
get elementClasses() {
|
|
15771
|
+
return `bg-${this.bgColor} text-${this.textColor} ts-${this.textStyle} ${this.size}${this.icon ? ' has-icon' : ''}`;
|
|
15772
|
+
}
|
|
15773
|
+
/** @nocollapse */ static { this.ɵfac = function DrBadgeNewComponent_Factory(t) { return new (t || DrBadgeNewComponent)(); }; }
|
|
15774
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrBadgeNewComponent, selectors: [["dr-badge-new"]], hostVars: 2, hostBindings: function DrBadgeNewComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
15775
|
+
i0.ɵɵclassMap(ctx.elementClasses);
|
|
15776
|
+
} }, inputs: { bgColor: "bgColor", textColor: "textColor", textStyle: "textStyle", size: "size", showDot: "showDot", icon: "icon", spinIcon: "spinIcon", suffixIcon: "suffixIcon", tooltip: "tooltip", tooltipClass: "tooltipClass" }, standalone: true, features: [i0.ɵɵStandaloneFeature, i0.ɵɵHostDirectivesFeature([{ directive: DrTooltipDirective, inputs: ["drTooltip", "tooltip", "drTooltipClass", "tooltipClass"] }])], ngContentSelectors: _c0$m, decls: 4, vars: 3, consts: [[3, "class", "spin", 4, "ngIf"], ["class", "dot", 4, "ngIf"], [3, "class", 4, "ngIf"], [1, "dot"]], template: function DrBadgeNewComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15777
|
+
i0.ɵɵprojectionDef();
|
|
15778
|
+
i0.ɵɵtemplate(0, DrBadgeNewComponent_i_0_Template, 1, 4, "i", 0);
|
|
15779
|
+
i0.ɵɵtemplate(1, DrBadgeNewComponent_span_1_Template, 1, 0, "span", 1);
|
|
15780
|
+
i0.ɵɵprojection(2);
|
|
15781
|
+
i0.ɵɵtemplate(3, DrBadgeNewComponent_i_3_Template, 1, 2, "i", 2);
|
|
15782
|
+
} if (rf & 2) {
|
|
15783
|
+
i0.ɵɵproperty("ngIf", ctx.icon);
|
|
15784
|
+
i0.ɵɵadvance(1);
|
|
15785
|
+
i0.ɵɵproperty("ngIf", ctx.showDot);
|
|
15786
|
+
i0.ɵɵadvance(2);
|
|
15787
|
+
i0.ɵɵproperty("ngIf", ctx.suffixIcon);
|
|
15788
|
+
} }, dependencies: [CommonModule, i1.NgIf], styles: ["[_nghost-%COMP%]{display:inline-flex;align-items:center;border-radius:4px;box-sizing:border-box;cursor:pointer}.bg-light-purple[_nghost-%COMP%]{background-color:#dfd9ff}.bg-water[_nghost-%COMP%]{background-color:#d9f2ff}.bg-baby-blue[_nghost-%COMP%]{background-color:#d9e6ff}.bg-baby-pink[_nghost-%COMP%]{background-color:#ffdbf1}.bg-light-turquoise[_nghost-%COMP%]{background-color:#d6fcf9}.bg-bright-green[_nghost-%COMP%]{background-color:#d9ffea}.bg-stone[_nghost-%COMP%]{background-color:#f6f4f4}.bg-peach[_nghost-%COMP%]{background-color:#ffe5b4}.bg-soft-coral[_nghost-%COMP%]{background-color:#ffd2c2}.bg-pale-yellow[_nghost-%COMP%]{background-color:#fffacd}.bg-pastel-olive[_nghost-%COMP%]{background-color:#dce2b9}.bg-powder-blue-grey[_nghost-%COMP%]{background-color:#d3dbe3}.bg-muted-plum[_nghost-%COMP%]{background-color:#e7c7db}.bg-purple[_nghost-%COMP%]{background-color:#7b61ff}.bg-transparent[_nghost-%COMP%]{background-color:transparent}.bg-status-info[_nghost-%COMP%]{background-color:#e6efff}.bg-status-progress[_nghost-%COMP%]{background-color:#f2f2fb}.bg-status-error[_nghost-%COMP%]{background-color:#f7d9dc}.bg-status-warning[_nghost-%COMP%]{background-color:#ffefc7}.bg-status-success[_nghost-%COMP%]{background-color:#dbf5e6}.bg-status-regular[_nghost-%COMP%]{background-color:#f0f1f4}.text-main[_nghost-%COMP%]{color:#333}.text-secondary[_nghost-%COMP%]{color:#6d6e6f}.text-white[_nghost-%COMP%]{color:#fff}.text-status-info[_nghost-%COMP%]{color:#0b5af9}.text-status-progress[_nghost-%COMP%]{color:#4646ce}.text-status-error[_nghost-%COMP%]{color:#bf1d30}.text-status-warning[_nghost-%COMP%]{color:#ffb800}.text-status-success[_nghost-%COMP%]{color:#037c5a}.text-status-regular[_nghost-%COMP%]{color:#7e828e}.ts-caption-1[_nghost-%COMP%]{font-size:12px;line-height:16px;font-weight:400}.ts-caption-2[_nghost-%COMP%]{font-size:12px;line-height:16px;font-weight:500}.ts-caption-3[_nghost-%COMP%]{font-size:12px;line-height:16px;font-weight:600}[_nghost-%COMP%] i[_ngcontent-%COMP%]{font-size:20px}[_nghost-%COMP%] i.suffixIcon[_ngcontent-%COMP%]{color:#6d6e6f}[_nghost-%COMP%] .spin[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_spin 2s linear infinite}[_nghost-%COMP%] .dot[_ngcontent-%COMP%]{width:4px;height:4px;border-radius:50%;background-color:currentColor}.x-small[_nghost-%COMP%]{height:16px;gap:2px;padding:0 8px}.small[_nghost-%COMP%]{height:20px;gap:2px;padding:0 4px}.medium[_nghost-%COMP%]{height:24px;gap:4px;padding:0 8px}.has-icon[_nghost-%COMP%]{padding-left:4px}@keyframes _ngcontent-%COMP%_spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}"], changeDetection: 0 }); }
|
|
15789
|
+
}
|
|
15790
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrBadgeNewComponent, [{
|
|
15791
|
+
type: Component,
|
|
15792
|
+
args: [{ selector: 'dr-badge-new', standalone: true, imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
|
15793
|
+
{
|
|
15794
|
+
directive: DrTooltipDirective,
|
|
15795
|
+
inputs: ['drTooltip: tooltip', 'drTooltipClass: tooltipClass'],
|
|
15796
|
+
},
|
|
15797
|
+
], template: "<i *ngIf=\"icon\" [class]=\"icon\" [class.spin]=\"spinIcon\"></i>\n<span *ngIf=\"showDot\" class=\"dot\"></span>\n<ng-content></ng-content>\n<i *ngIf=\"suffixIcon\" [class]=\"icon + ' suffixIcon'\"></i>\n", styles: [":host{display:inline-flex;align-items:center;border-radius:4px;box-sizing:border-box;cursor:pointer}:host.bg-light-purple{background-color:#dfd9ff}:host.bg-water{background-color:#d9f2ff}:host.bg-baby-blue{background-color:#d9e6ff}:host.bg-baby-pink{background-color:#ffdbf1}:host.bg-light-turquoise{background-color:#d6fcf9}:host.bg-bright-green{background-color:#d9ffea}:host.bg-stone{background-color:#f6f4f4}:host.bg-peach{background-color:#ffe5b4}:host.bg-soft-coral{background-color:#ffd2c2}:host.bg-pale-yellow{background-color:#fffacd}:host.bg-pastel-olive{background-color:#dce2b9}:host.bg-powder-blue-grey{background-color:#d3dbe3}:host.bg-muted-plum{background-color:#e7c7db}:host.bg-purple{background-color:#7b61ff}:host.bg-transparent{background-color:transparent}:host.bg-status-info{background-color:#e6efff}:host.bg-status-progress{background-color:#f2f2fb}:host.bg-status-error{background-color:#f7d9dc}:host.bg-status-warning{background-color:#ffefc7}:host.bg-status-success{background-color:#dbf5e6}:host.bg-status-regular{background-color:#f0f1f4}:host.text-main{color:#333}:host.text-secondary{color:#6d6e6f}:host.text-white{color:#fff}:host.text-status-info{color:#0b5af9}:host.text-status-progress{color:#4646ce}:host.text-status-error{color:#bf1d30}:host.text-status-warning{color:#ffb800}:host.text-status-success{color:#037c5a}:host.text-status-regular{color:#7e828e}:host.ts-caption-1{font-size:12px;line-height:16px;font-weight:400}:host.ts-caption-2{font-size:12px;line-height:16px;font-weight:500}:host.ts-caption-3{font-size:12px;line-height:16px;font-weight:600}:host i{font-size:20px}:host i.suffixIcon{color:#6d6e6f}:host .spin{animation:spin 2s linear infinite}:host .dot{width:4px;height:4px;border-radius:50%;background-color:currentColor}:host.x-small{height:16px;gap:2px;padding:0 8px}:host.small{height:20px;gap:2px;padding:0 4px}:host.medium{height:24px;gap:4px;padding:0 8px}:host.has-icon{padding-left:4px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}\n"] }]
|
|
15798
|
+
}], null, { bgColor: [{
|
|
15799
|
+
type: Input
|
|
15800
|
+
}], textColor: [{
|
|
15801
|
+
type: Input
|
|
15802
|
+
}], textStyle: [{
|
|
15803
|
+
type: Input
|
|
15804
|
+
}], size: [{
|
|
15805
|
+
type: Input
|
|
15806
|
+
}], showDot: [{
|
|
15807
|
+
type: Input
|
|
15808
|
+
}], icon: [{
|
|
15809
|
+
type: Input
|
|
15810
|
+
}], spinIcon: [{
|
|
15811
|
+
type: Input
|
|
15812
|
+
}], suffixIcon: [{
|
|
15813
|
+
type: Input
|
|
15814
|
+
}], tooltip: [{
|
|
15815
|
+
type: Input
|
|
15816
|
+
}], tooltipClass: [{
|
|
15817
|
+
type: Input
|
|
15818
|
+
}], elementClasses: [{
|
|
15819
|
+
type: HostBinding,
|
|
15820
|
+
args: ['class']
|
|
15821
|
+
}] }); })();
|
|
15822
|
+
|
|
15744
15823
|
function DrSystemMessageComponent_dr_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
15745
15824
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
15746
15825
|
i0.ɵɵelementStart(0, "dr-button", 3);
|
|
@@ -22411,5 +22490,5 @@ class EmojiPickerComponent {
|
|
|
22411
22490
|
* Generated bundle index. Do not edit.
|
|
22412
22491
|
*/
|
|
22413
22492
|
|
|
22414
|
-
export { ALLOWED_PERIODS, ASSETS_URL, AbstractSingleGridComponent, AllCheckedPipe, AutofocusDirective, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, CellActionComponent, CellBadgeStatusComponent, CellButtonComponent, CellCheckboxComponent, CellChildrenListComponent, CellCustomTemplateComponent, CellIconActionsComponent, CellIconTextEditComponent, CellLinkComponent, CellSelectComponent, CellSetAsDefaultComponent, CellSplitRowsComponent, CellToggleComponent, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, Colors, CronEditor, CronEditorDefaultConfigByPeriod, CronEditorPeriod, CronTimePeriod, CustomDateAdapter, CustomDateFormat, DAY_OF_MONTH_ARRAY, DAY_OF_WEEK_ARRAY, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_COLOR_ADDITIONAL_BLUE, DR_COLOR_ADDITIONAL_BRIGHT_GREEN, DR_COLOR_ADDITIONAL_BRIGHT_PINK, DR_COLOR_ADDITIONAL_BRIGHT_PURPLE, DR_COLOR_ADDITIONAL_COOL_LAGOON, DR_COLOR_ADDITIONAL_DARK_BLUE, DR_COLOR_ADDITIONAL_DARK_GREEN, DR_COLOR_ADDITIONAL_DEEP_MOCHA, DR_COLOR_ADDITIONAL_FRESH_LIME, DR_COLOR_ADDITIONAL_GRAPE, DR_COLOR_ADDITIONAL_HONEY, DR_COLOR_ADDITIONAL_LAVENDER, DR_COLOR_ADDITIONAL_LIGHT_BLUE, DR_COLOR_ADDITIONAL_LIGHT_PINK, DR_COLOR_ADDITIONAL_MEDIUM_GREEN, DR_COLOR_ADDITIONAL_MOUSE, DR_COLOR_ADDITIONAL_NAVY_BLUE, DR_COLOR_ADDITIONAL_ORANGE, DR_COLOR_ADDITIONAL_ROYAL_PURPLE, DR_COLOR_ADDITIONAL_SKY_BREEZE, DR_COLOR_ADDITIONAL_SOFT_CORAL, DR_COLOR_ADDITIONAL_SPACE, DR_COLOR_AI_BACKGROUND_MAIN_GRADIENT, DR_COLOR_AI_BACKGROUND_MAIN_HOVER_GRADIENT, DR_COLOR_AI_BACKGROUND_SECONDARY_HOVER_GRADIENT, DR_COLOR_AI_BORDER_SECONDARY_GRADIENT, DR_COLOR_AI_GRADIENT, DR_COLOR_AI_LIGHT_GRADIENT, DR_COLOR_AI_PURPLE_GRADIENT, DR_COLOR_BACKGROUND_DISABLED, DR_COLOR_BACKGROUND_HEADER, DR_COLOR_BACKGROUND_HOVER, DR_COLOR_BACKGROUND_MAIN, DR_COLOR_BACKGROUND_MAIN_HEADER, DR_COLOR_BACKGROUND_SECONDARY, DR_COLOR_BACKGROUND_SELECTED, DR_COLOR_BACKGROUND_STATUS_ERROR, DR_COLOR_BACKGROUND_STATUS_INFO, DR_COLOR_BACKGROUND_STATUS_PROGRESS, DR_COLOR_BACKGROUND_STATUS_REGULAR, DR_COLOR_BACKGROUND_STATUS_SUCCESS, DR_COLOR_BACKGROUND_STATUS_WARNING, DR_COLOR_BACKGROUND_WHITE, DR_COLOR_BADGE_BABY_BLUE, DR_COLOR_BADGE_BABY_PINK, DR_COLOR_BADGE_BRIGHT_GREEN, DR_COLOR_BADGE_LIGHT_PURPLE, DR_COLOR_BADGE_LIGHT_TURQUOISE, DR_COLOR_BADGE_MUTED_PLUM, DR_COLOR_BADGE_PALE_YELLOW, DR_COLOR_BADGE_PASTEL_OLIVE, DR_COLOR_BADGE_PEACH, DR_COLOR_BADGE_POWDER_BLUE_GREY, DR_COLOR_BADGE_PURPLE, DR_COLOR_BADGE_SOFT_CORAL, DR_COLOR_BADGE_STONE, DR_COLOR_BADGE_WATER, DR_COLOR_BORDER_ACTIVE, DR_COLOR_BORDER_DISABLED, DR_COLOR_BORDER_DIVIDER, DR_COLOR_BORDER_ERROR, DR_COLOR_BORDER_HOVER, DR_COLOR_BORDER_INPUT, DR_COLOR_GRAY, DR_COLOR_GRAY_DARK, DR_COLOR_GRAY_DARKER, DR_COLOR_GRAY_LIGHT, DR_COLOR_GRAY_MEDIUM_DARK, DR_COLOR_GRAY_MEDIUM_LIGHT, DR_COLOR_PINK, DR_COLOR_PINK_DARK, DR_COLOR_PINK_DARKER, DR_COLOR_PINK_LIGHT, DR_COLOR_PINK_LIGHTER, DR_COLOR_PINK_SUPER_LIGHT, DR_COLOR_PINK_ULTRA_LIGHTER, DR_COLOR_PRIMARY, DR_COLOR_PRIMARY_DARK, DR_COLOR_PRIMARY_DARKER, DR_COLOR_PRIMARY_GRADIENT, DR_COLOR_PRIMARY_LIGHT, DR_COLOR_PRIMARY_LIGHTER, DR_COLOR_PRIMARY_SUPER_LIGHT, DR_COLOR_PRIMARY_ULTRA_LIGHT, DR_COLOR_STATUS_ERROR, DR_COLOR_STATUS_INFO, DR_COLOR_STATUS_PROGRESS, DR_COLOR_STATUS_REGULAR, DR_COLOR_STATUS_SUCCESS, DR_COLOR_STATUS_WARNING, DR_COLOR_TEXT_ACTIVE, DR_COLOR_TEXT_DISABLED, DR_COLOR_TEXT_ERROR, DR_COLOR_TEXT_INFO, DR_COLOR_TEXT_MAIN, DR_COLOR_TEXT_SECONDARY, DR_COLOR_TEXT_SUCCESS, DR_COLOR_TEXT_WARNING, DR_COLOR_TEXT_WHITE, DR_COLOR_WATERMARKS_BLUE, DR_COLOR_WATERMARKS_DARK_GRAY, DR_COLOR_WATERMARKS_DARK_GREEN, DR_COLOR_WATERMARKS_DARK_PURPLE, DR_COLOR_WATERMARKS_GRAY, DR_COLOR_WATERMARKS_GREEN, DR_COLOR_WATERMARKS_MEDIUM_GREEN, DR_COLOR_WATERMARKS_MEDIUM_PURPLE, DR_COLOR_WATERMARKS_ORANGE, DR_COLOR_WATERMARKS_PINK, DR_COLOR_WATERMARKS_PURPLE, DR_COLOR_WATERMARKS_YELLOW, DR_COLOR_YELLOW, DR_COLOR_YELLOW_DARK, DR_COLOR_YELLOW_DARKER, DR_COLOR_YELLOW_LIGHT, DR_COLOR_YELLOW_LIGHTER, DR_COLOR_YELLOW_SUPER_LIGHT, DR_COLOR_YELLOW_ULTRA_LIGHT, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_MODAL_DEFAULT_CONFIG, DR_SELECT_APPEND_TO, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTags, DateTimePickerComponent, Debounce, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeComponent, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrButtonLinkDirective, DrCardComponent, DrCardContentComponent, DrCardHeaderActionsComponent, DrCardHeaderComponent, DrCardModule, DrCardSubtitleComponent, DrCardTitleComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrConfirmModalComponent, DrCronFieldComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDividerComponent, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrEmptyStateComponent, DrEmptyStateDescriptionDirective, DrEmptyStateMediaDirective, DrEmptyStateModule, DrEmptyStateTitleDirective, DrErrorComponent, DrErrorModule, DrFileUploadComponent, DrFileUploadImageTemplateComponent, DrFileUploadItemComponent, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrGridColumnsFilterPopoverComponent, DrGridComponent, DrGridNoRowsComponent, DrGridPaginationComponent, DrGridToolbarComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrListOverflowComponent, DrModal, DrModalBodyDirective, DrModalCloseDirective, DrModalComponent, DrModalConfig, DrModalContainerComponent, DrModalFooterDirective, DrModalHeaderDirective, DrModalModule, DrModalRef, DrModalService, DrModalSubtitleDirective, DrModalTitleDirective, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrSystemMessageComponent, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagDateComponent, DrTagDayComponent, DrTagForecastComponent, DrTagListComponent, DrTagMonthComponent, DrTagQuarterComponent, DrTagWeekComponent, DrTagYearComponent, DrTagsAndScenarioComponent, DrTagsAndScenarioConstructorComponent, DrTagsConstructorComponent, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective, EmojiPickerComponent, FeedbackSentiment, FileUploadValidationService, FilterDropdownComponent, FilterPipe, FiscalMonthAdapter, ForecastTagService, GMT_OFFSETS, GRID_THEME_OPTIONS, GridDrEventType, GridSortDirections, HOURS_DIVISIBLE_INTO_DAY, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, IndeterminatePipe, LAST_DAY_OF_MONTH, LOCAL_TIME_ZONE_OFFSET, LetContext, LetDirective, MONTH_OF_QUARTER_ARRAY, MONTH_OF_YEAR_ARRAY, OrderDownlineTreeviewEventParser, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, SeparateTableColumnDirective, SeparateTableComponent, StepWizardDirective, StepperComponent, StepperWizardComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TblHeaderComponent, TblToggleButtonHeaderComponent, TextOverflowComponent, Throttle, TimePickerComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipCustomComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, TruncateTextDirective, addOrdinalSuffix, dateFormatToCronPeriod, fromPromise, getColumnSortingBySortType, getCronTypeAsPeriodLabel, getGMTLabel, getInitialQuarterArray, getQuarterStringByMonthInQuarter, getSortTypeByColumnSorting, getStartMonthInQuarter, gridSortArrayByLength, gridSortArrayWithSystem, gridSortDate, gridSortNumber, gridSortWithFormatter, gridSortWithSystem, gridSortWithSystemAndFormatter, gridSumAggregation, modalFormCheckbox, modalFormDatepicker, modalFormInput, modalFormSelect, withResult };
|
|
22493
|
+
export { ALLOWED_PERIODS, ASSETS_URL, AbstractSingleGridComponent, AllCheckedPipe, AutofocusDirective, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, CellActionComponent, CellBadgeStatusComponent, CellButtonComponent, CellCheckboxComponent, CellChildrenListComponent, CellCustomTemplateComponent, CellIconActionsComponent, CellIconTextEditComponent, CellLinkComponent, CellSelectComponent, CellSetAsDefaultComponent, CellSplitRowsComponent, CellToggleComponent, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, Colors, CronEditor, CronEditorDefaultConfigByPeriod, CronEditorPeriod, CronTimePeriod, CustomDateAdapter, CustomDateFormat, DAY_OF_MONTH_ARRAY, DAY_OF_WEEK_ARRAY, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_COLOR_ADDITIONAL_BLUE, DR_COLOR_ADDITIONAL_BRIGHT_GREEN, DR_COLOR_ADDITIONAL_BRIGHT_PINK, DR_COLOR_ADDITIONAL_BRIGHT_PURPLE, DR_COLOR_ADDITIONAL_COOL_LAGOON, DR_COLOR_ADDITIONAL_DARK_BLUE, DR_COLOR_ADDITIONAL_DARK_GREEN, DR_COLOR_ADDITIONAL_DEEP_MOCHA, DR_COLOR_ADDITIONAL_FRESH_LIME, DR_COLOR_ADDITIONAL_GRAPE, DR_COLOR_ADDITIONAL_HONEY, DR_COLOR_ADDITIONAL_LAVENDER, DR_COLOR_ADDITIONAL_LIGHT_BLUE, DR_COLOR_ADDITIONAL_LIGHT_PINK, DR_COLOR_ADDITIONAL_MEDIUM_GREEN, DR_COLOR_ADDITIONAL_MOUSE, DR_COLOR_ADDITIONAL_NAVY_BLUE, DR_COLOR_ADDITIONAL_ORANGE, DR_COLOR_ADDITIONAL_ROYAL_PURPLE, DR_COLOR_ADDITIONAL_SKY_BREEZE, DR_COLOR_ADDITIONAL_SOFT_CORAL, DR_COLOR_ADDITIONAL_SPACE, DR_COLOR_AI_BACKGROUND_MAIN_GRADIENT, DR_COLOR_AI_BACKGROUND_MAIN_HOVER_GRADIENT, DR_COLOR_AI_BACKGROUND_SECONDARY_HOVER_GRADIENT, DR_COLOR_AI_BORDER_SECONDARY_GRADIENT, DR_COLOR_AI_GRADIENT, DR_COLOR_AI_LIGHT_GRADIENT, DR_COLOR_AI_PURPLE_GRADIENT, DR_COLOR_BACKGROUND_DISABLED, DR_COLOR_BACKGROUND_HEADER, DR_COLOR_BACKGROUND_HOVER, DR_COLOR_BACKGROUND_MAIN, DR_COLOR_BACKGROUND_MAIN_HEADER, DR_COLOR_BACKGROUND_SECONDARY, DR_COLOR_BACKGROUND_SELECTED, DR_COLOR_BACKGROUND_STATUS_ERROR, DR_COLOR_BACKGROUND_STATUS_INFO, DR_COLOR_BACKGROUND_STATUS_PROGRESS, DR_COLOR_BACKGROUND_STATUS_REGULAR, DR_COLOR_BACKGROUND_STATUS_SUCCESS, DR_COLOR_BACKGROUND_STATUS_WARNING, DR_COLOR_BACKGROUND_WHITE, DR_COLOR_BADGE_BABY_BLUE, DR_COLOR_BADGE_BABY_PINK, DR_COLOR_BADGE_BRIGHT_GREEN, DR_COLOR_BADGE_LIGHT_PURPLE, DR_COLOR_BADGE_LIGHT_TURQUOISE, DR_COLOR_BADGE_MUTED_PLUM, DR_COLOR_BADGE_PALE_YELLOW, DR_COLOR_BADGE_PASTEL_OLIVE, DR_COLOR_BADGE_PEACH, DR_COLOR_BADGE_POWDER_BLUE_GREY, DR_COLOR_BADGE_PURPLE, DR_COLOR_BADGE_SOFT_CORAL, DR_COLOR_BADGE_STONE, DR_COLOR_BADGE_WATER, DR_COLOR_BORDER_ACTIVE, DR_COLOR_BORDER_DISABLED, DR_COLOR_BORDER_DIVIDER, DR_COLOR_BORDER_ERROR, DR_COLOR_BORDER_HOVER, DR_COLOR_BORDER_INPUT, DR_COLOR_GRAY, DR_COLOR_GRAY_DARK, DR_COLOR_GRAY_DARKER, DR_COLOR_GRAY_LIGHT, DR_COLOR_GRAY_MEDIUM_DARK, DR_COLOR_GRAY_MEDIUM_LIGHT, DR_COLOR_PINK, DR_COLOR_PINK_DARK, DR_COLOR_PINK_DARKER, DR_COLOR_PINK_LIGHT, DR_COLOR_PINK_LIGHTER, DR_COLOR_PINK_SUPER_LIGHT, DR_COLOR_PINK_ULTRA_LIGHTER, DR_COLOR_PRIMARY, DR_COLOR_PRIMARY_DARK, DR_COLOR_PRIMARY_DARKER, DR_COLOR_PRIMARY_GRADIENT, DR_COLOR_PRIMARY_LIGHT, DR_COLOR_PRIMARY_LIGHTER, DR_COLOR_PRIMARY_SUPER_LIGHT, DR_COLOR_PRIMARY_ULTRA_LIGHT, DR_COLOR_STATUS_ERROR, DR_COLOR_STATUS_INFO, DR_COLOR_STATUS_PROGRESS, DR_COLOR_STATUS_REGULAR, DR_COLOR_STATUS_SUCCESS, DR_COLOR_STATUS_WARNING, DR_COLOR_TEXT_ACTIVE, DR_COLOR_TEXT_DISABLED, DR_COLOR_TEXT_ERROR, DR_COLOR_TEXT_INFO, DR_COLOR_TEXT_MAIN, DR_COLOR_TEXT_SECONDARY, DR_COLOR_TEXT_SUCCESS, DR_COLOR_TEXT_WARNING, DR_COLOR_TEXT_WHITE, DR_COLOR_WATERMARKS_BLUE, DR_COLOR_WATERMARKS_DARK_GRAY, DR_COLOR_WATERMARKS_DARK_GREEN, DR_COLOR_WATERMARKS_DARK_PURPLE, DR_COLOR_WATERMARKS_GRAY, DR_COLOR_WATERMARKS_GREEN, DR_COLOR_WATERMARKS_MEDIUM_GREEN, DR_COLOR_WATERMARKS_MEDIUM_PURPLE, DR_COLOR_WATERMARKS_ORANGE, DR_COLOR_WATERMARKS_PINK, DR_COLOR_WATERMARKS_PURPLE, DR_COLOR_WATERMARKS_YELLOW, DR_COLOR_YELLOW, DR_COLOR_YELLOW_DARK, DR_COLOR_YELLOW_DARKER, DR_COLOR_YELLOW_LIGHT, DR_COLOR_YELLOW_LIGHTER, DR_COLOR_YELLOW_SUPER_LIGHT, DR_COLOR_YELLOW_ULTRA_LIGHT, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_MODAL_DEFAULT_CONFIG, DR_SELECT_APPEND_TO, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTags, DateTimePickerComponent, Debounce, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeComponent, DrBadgeNewComponent, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrButtonLinkDirective, DrCardComponent, DrCardContentComponent, DrCardHeaderActionsComponent, DrCardHeaderComponent, DrCardModule, DrCardSubtitleComponent, DrCardTitleComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrConfirmModalComponent, DrCronFieldComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDividerComponent, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrEmptyStateComponent, DrEmptyStateDescriptionDirective, DrEmptyStateMediaDirective, DrEmptyStateModule, DrEmptyStateTitleDirective, DrErrorComponent, DrErrorModule, DrFileUploadComponent, DrFileUploadImageTemplateComponent, DrFileUploadItemComponent, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrGridColumnsFilterPopoverComponent, DrGridComponent, DrGridNoRowsComponent, DrGridPaginationComponent, DrGridToolbarComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrListOverflowComponent, DrModal, DrModalBodyDirective, DrModalCloseDirective, DrModalComponent, DrModalConfig, DrModalContainerComponent, DrModalFooterDirective, DrModalHeaderDirective, DrModalModule, DrModalRef, DrModalService, DrModalSubtitleDirective, DrModalTitleDirective, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrSystemMessageComponent, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagDateComponent, DrTagDayComponent, DrTagForecastComponent, DrTagListComponent, DrTagMonthComponent, DrTagQuarterComponent, DrTagWeekComponent, DrTagYearComponent, DrTagsAndScenarioComponent, DrTagsAndScenarioConstructorComponent, DrTagsConstructorComponent, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective, EmojiPickerComponent, FeedbackSentiment, FileUploadValidationService, FilterDropdownComponent, FilterPipe, FiscalMonthAdapter, ForecastTagService, GMT_OFFSETS, GRID_THEME_OPTIONS, GridDrEventType, GridSortDirections, HOURS_DIVISIBLE_INTO_DAY, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, IndeterminatePipe, LAST_DAY_OF_MONTH, LOCAL_TIME_ZONE_OFFSET, LetContext, LetDirective, MONTH_OF_QUARTER_ARRAY, MONTH_OF_YEAR_ARRAY, OrderDownlineTreeviewEventParser, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, SeparateTableColumnDirective, SeparateTableComponent, StepWizardDirective, StepperComponent, StepperWizardComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TblHeaderComponent, TblToggleButtonHeaderComponent, TextOverflowComponent, Throttle, TimePickerComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipCustomComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, TruncateTextDirective, addOrdinalSuffix, dateFormatToCronPeriod, fromPromise, getColumnSortingBySortType, getCronTypeAsPeriodLabel, getGMTLabel, getInitialQuarterArray, getQuarterStringByMonthInQuarter, getSortTypeByColumnSorting, getStartMonthInQuarter, gridSortArrayByLength, gridSortArrayWithSystem, gridSortDate, gridSortNumber, gridSortWithFormatter, gridSortWithSystem, gridSortWithSystemAndFormatter, gridSumAggregation, modalFormCheckbox, modalFormDatepicker, modalFormInput, modalFormSelect, withResult };
|
|
22415
22494
|
//# sourceMappingURL=datarailsshared-datarailsshared.mjs.map
|