@datarailsshared/datarailsshared 1.6.218 → 1.6.220
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/datarailsshared-datarailsshared-1.6.220.tgz +0 -0
- package/esm2022/lib/emoji-picker/emoji-picker.component.mjs +87 -25
- package/esm2022/local-api.mjs +176 -0
- package/esm2022/public-api.mjs +4 -177
- package/fesm2022/datarailsshared-datarailsshared.mjs +248 -211
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/emoji-picker/emoji-picker.component.d.ts +14 -5
- package/local-api.d.ts +173 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -174
- package/datarailsshared-datarailsshared-1.6.218.tgz +0 -0
- package/esm2022/lib/emoji-picker/emoji-data.service.mjs +0 -29
- package/lib/emoji-picker/emoji-data.service.d.ts +0 -13
|
@@ -32,8 +32,6 @@ import * as i1$6 from '@angular/material/legacy-dialog';
|
|
|
32
32
|
import { MAT_LEGACY_DIALOG_DATA, MatLegacyDialogRef, MatLegacyDialogModule } from '@angular/material/legacy-dialog';
|
|
33
33
|
import * as i1$7 from 'ngx-toastr';
|
|
34
34
|
import { Toast, ToastrModule } from 'ngx-toastr';
|
|
35
|
-
import { EmojiService } from '@ctrl/ngx-emoji-mart/ngx-emoji';
|
|
36
|
-
import { PickerComponent } from '@ctrl/ngx-emoji-mart';
|
|
37
35
|
import 'codemirror/mode/javascript/javascript';
|
|
38
36
|
import 'codemirror/addon/edit/matchbrackets';
|
|
39
37
|
import 'codemirror/addon/hint/show-hint';
|
|
@@ -697,7 +695,7 @@ var TooltipTheme;
|
|
|
697
695
|
TooltipTheme["DARK"] = "dark";
|
|
698
696
|
})(TooltipTheme || (TooltipTheme = {}));
|
|
699
697
|
|
|
700
|
-
const _c0$
|
|
698
|
+
const _c0$Q = ["*"];
|
|
701
699
|
class TooltipDefaultComponent {
|
|
702
700
|
constructor() {
|
|
703
701
|
this.theme = TooltipTheme.LIGHT;
|
|
@@ -705,7 +703,7 @@ class TooltipDefaultComponent {
|
|
|
705
703
|
/** @nocollapse */ static { this.ɵfac = function TooltipDefaultComponent_Factory(t) { return new (t || TooltipDefaultComponent)(); }; }
|
|
706
704
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipDefaultComponent, selectors: [["dr-tooltip-default"]], hostVars: 2, hostBindings: function TooltipDefaultComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
707
705
|
i0.ɵɵclassMap(ctx.theme);
|
|
708
|
-
} }, inputs: { content: "content", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
706
|
+
} }, inputs: { content: "content", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$Q, decls: 2, vars: 1, consts: [[1, "content", 3, "innerHTML"]], template: function TooltipDefaultComponent_Template(rf, ctx) { if (rf & 1) {
|
|
709
707
|
i0.ɵɵprojectionDef();
|
|
710
708
|
i0.ɵɵelement(0, "span", 0);
|
|
711
709
|
i0.ɵɵprojection(1);
|
|
@@ -725,7 +723,7 @@ class TooltipDefaultComponent {
|
|
|
725
723
|
args: ['class']
|
|
726
724
|
}] }); })();
|
|
727
725
|
|
|
728
|
-
const _c0$
|
|
726
|
+
const _c0$P = ["container"];
|
|
729
727
|
class TooltipCustomComponent {
|
|
730
728
|
constructor() {
|
|
731
729
|
this.injector = inject(Injector);
|
|
@@ -756,7 +754,7 @@ class TooltipCustomComponent {
|
|
|
756
754
|
}
|
|
757
755
|
/** @nocollapse */ static { this.ɵfac = function TooltipCustomComponent_Factory(t) { return new (t || TooltipCustomComponent)(); }; }
|
|
758
756
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TooltipCustomComponent, selectors: [["dr-tooltip-custom"]], viewQuery: function TooltipCustomComponent_Query(rf, ctx) { if (rf & 1) {
|
|
759
|
-
i0.ɵɵviewQuery(_c0$
|
|
757
|
+
i0.ɵɵviewQuery(_c0$P, 7, ViewContainerRef);
|
|
760
758
|
} if (rf & 2) {
|
|
761
759
|
let _t;
|
|
762
760
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.container = _t.first);
|
|
@@ -817,7 +815,7 @@ function TooltipComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
817
815
|
const ctx_r5 = i0.ɵɵnextContext();
|
|
818
816
|
i0.ɵɵproperty("content", ctx_r5.content)("theme", ctx_r5.theme);
|
|
819
817
|
} }
|
|
820
|
-
const _c0$
|
|
818
|
+
const _c0$O = function (a0) { return { "dr-tooltip": a0 }; };
|
|
821
819
|
class TooltipComponent {
|
|
822
820
|
constructor() {
|
|
823
821
|
this.isContentTemplate = false;
|
|
@@ -850,7 +848,7 @@ class TooltipComponent {
|
|
|
850
848
|
} if (rf & 2) {
|
|
851
849
|
const _r2 = i0.ɵɵreference(4);
|
|
852
850
|
i0.ɵɵclassMap(ctx.position + " " + ctx.class + " " + ctx.theme);
|
|
853
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$
|
|
851
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$O, !(ctx.options == null ? null : ctx.options.withoutContainerStyles)));
|
|
854
852
|
i0.ɵɵadvance(1);
|
|
855
853
|
i0.ɵɵproperty("ngIf", !(ctx.options == null ? null : ctx.options.withoutArrow));
|
|
856
854
|
i0.ɵɵadvance(1);
|
|
@@ -1193,7 +1191,7 @@ class DrModelDebounceChangeDirective {
|
|
|
1193
1191
|
type: Output
|
|
1194
1192
|
}] }); })();
|
|
1195
1193
|
|
|
1196
|
-
const _c0$
|
|
1194
|
+
const _c0$N = ["prefix"];
|
|
1197
1195
|
const _c1$l = ["suffix"];
|
|
1198
1196
|
const _c2$c = ["inputRef"];
|
|
1199
1197
|
function DrInputComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -1406,7 +1404,7 @@ class DrInputComponent {
|
|
|
1406
1404
|
}
|
|
1407
1405
|
/** @nocollapse */ static { this.ɵfac = function DrInputComponent_Factory(t) { return new (t || DrInputComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
1408
1406
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrInputComponent, selectors: [["dr-input"]], contentQueries: function DrInputComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1409
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
1407
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$N, 5);
|
|
1410
1408
|
i0.ɵɵcontentQuery(dirIndex, _c1$l, 5);
|
|
1411
1409
|
} if (rf & 2) {
|
|
1412
1410
|
let _t;
|
|
@@ -1530,7 +1528,7 @@ class DrInputComponent {
|
|
|
1530
1528
|
args: ['tabindex']
|
|
1531
1529
|
}] }); })();
|
|
1532
1530
|
|
|
1533
|
-
const _c0$
|
|
1531
|
+
const _c0$M = ["labelTemplate"];
|
|
1534
1532
|
const _c1$k = ["multiLabelTemplate"];
|
|
1535
1533
|
const _c2$b = ["optionTemplate"];
|
|
1536
1534
|
const _c3$6 = ["optionHeaderTemplate"];
|
|
@@ -1792,7 +1790,7 @@ class DrSelectComponent {
|
|
|
1792
1790
|
}
|
|
1793
1791
|
/** @nocollapse */ static { this.ɵfac = function DrSelectComponent_Factory(t) { return new (t || DrSelectComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
|
|
1794
1792
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectComponent, selectors: [["dr-select"]], contentQueries: function DrSelectComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
1795
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
1793
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$M, 5);
|
|
1796
1794
|
i0.ɵɵcontentQuery(dirIndex, _c1$k, 5);
|
|
1797
1795
|
i0.ɵɵcontentQuery(dirIndex, _c2$b, 5);
|
|
1798
1796
|
i0.ɵɵcontentQuery(dirIndex, _c3$6, 5);
|
|
@@ -2002,7 +2000,7 @@ class DrShowTimeframePipe {
|
|
|
2002
2000
|
}]
|
|
2003
2001
|
}], null, null); })();
|
|
2004
2002
|
|
|
2005
|
-
const _c0$
|
|
2003
|
+
const _c0$L = ["class", "component"];
|
|
2006
2004
|
const _c1$j = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
2007
2005
|
function DrDatePickerCustomHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
2008
2006
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
@@ -2293,7 +2291,7 @@ class DrDatePickerCustomHeaderComponent {
|
|
|
2293
2291
|
calendar.insertBefore(selector.location.nativeElement, calendar.firstChild);
|
|
2294
2292
|
}
|
|
2295
2293
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerCustomHeaderComponent_Factory(t) { return new (t || DrDatePickerCustomHeaderComponent)(i0.ɵɵdirectiveInject(i6.MatCalendar), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
2296
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$
|
|
2294
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerCustomHeaderComponent, selectors: [["dr-date-picker_custom-header", 8, "component"]], attrs: _c0$L, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["class", "dr-datepicker__timeframe-select", "bindLabel", "title", "bindValue", "value", 3, "ngModel", "items", "ngModelChange", 4, "ngIf"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags", 3, "ngClass"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "quarter-selector--select-current-quarter", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrDatePickerCustomHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2297
2295
|
i0.ɵɵtemplate(0, DrDatePickerCustomHeaderComponent_div_0_Template, 3, 2, "div", 0);
|
|
2298
2296
|
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
2299
2297
|
i0.ɵɵlistener("click", function DrDatePickerCustomHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
@@ -2381,7 +2379,7 @@ function DrButtonComponent_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
2381
2379
|
i0.ɵɵclassMap(ctx_r2.iconAfter);
|
|
2382
2380
|
i0.ɵɵstyleProp("font-size", ctx_r2.iconAfterSize)("color", ctx_r2.iconAfterColor || "inherit");
|
|
2383
2381
|
} }
|
|
2384
|
-
const _c0$
|
|
2382
|
+
const _c0$K = ["*"];
|
|
2385
2383
|
class DrButtonComponent {
|
|
2386
2384
|
constructor() {
|
|
2387
2385
|
this.theme = 'primary';
|
|
@@ -2395,7 +2393,7 @@ class DrButtonComponent {
|
|
|
2395
2393
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrButtonComponent, selectors: [["dr-button"]], hostVars: 12, hostBindings: function DrButtonComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
2396
2394
|
i0.ɵɵclassMap(ctx.theme);
|
|
2397
2395
|
i0.ɵɵclassProp("with-icon", ctx.icon)("with-icon-after", ctx.iconAfter)("disabled", ctx.disabled)("loading", ctx.isLoading)("active", ctx.isActive);
|
|
2398
|
-
} }, inputs: { theme: "theme", icon: "icon", iconColor: "iconColor", iconSize: "iconSize", iconAfter: "iconAfter", iconAfterColor: "iconAfterColor", iconAfterSize: "iconAfterSize", disabled: "disabled", isLoading: "isLoading", isActive: "isActive" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
2396
|
+
} }, inputs: { theme: "theme", icon: "icon", iconColor: "iconColor", iconSize: "iconSize", iconAfter: "iconAfter", iconAfterColor: "iconAfterColor", iconAfterSize: "iconAfterSize", disabled: "disabled", isLoading: "isLoading", isActive: "isActive" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$K, decls: 5, vars: 4, consts: [[3, "disabled"], ["class", "dr-button__icon", 3, "class", "font-size", "color", 4, "ngIf"], ["class", "dr-button__spinner", 4, "ngIf"], ["class", "dr-button__icon dr-button__icon--after", 3, "class", "font-size", "color", 4, "ngIf"], [1, "dr-button__icon"], [1, "dr-button__spinner"], [1, "dr-icon-load"], [1, "dr-button__icon", "dr-button__icon--after"]], template: function DrButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2399
2397
|
i0.ɵɵprojectionDef();
|
|
2400
2398
|
i0.ɵɵelementStart(0, "button", 0);
|
|
2401
2399
|
i0.ɵɵtemplate(1, DrButtonComponent_i_1_Template, 1, 6, "i", 1);
|
|
@@ -2504,7 +2502,7 @@ class DrDatePickerFormatDirective {
|
|
|
2504
2502
|
args: ['drDatePickerFormat']
|
|
2505
2503
|
}] }); })();
|
|
2506
2504
|
|
|
2507
|
-
const _c0$
|
|
2505
|
+
const _c0$J = ["datePicker"];
|
|
2508
2506
|
function DrDatePickerComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
2509
2507
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
2510
2508
|
i0.ɵɵelementStart(0, "i", 2);
|
|
@@ -2877,7 +2875,7 @@ class DrDatePickerComponent {
|
|
|
2877
2875
|
}
|
|
2878
2876
|
/** @nocollapse */ static { this.ɵfac = function DrDatePickerComponent_Factory(t) { return new (t || DrDatePickerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$4.DateAdapter), i0.ɵɵdirectiveInject(DrDatePickerService)); }; }
|
|
2879
2877
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDatePickerComponent, selectors: [["dr-date-picker"]], viewQuery: function DrDatePickerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2880
|
-
i0.ɵɵviewQuery(_c0$
|
|
2878
|
+
i0.ɵɵviewQuery(_c0$J, 5);
|
|
2881
2879
|
} if (rf & 2) {
|
|
2882
2880
|
let _t;
|
|
2883
2881
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datePicker = _t.first);
|
|
@@ -4086,7 +4084,7 @@ class ListTagComponent {
|
|
|
4086
4084
|
type: Output
|
|
4087
4085
|
}] }); })();
|
|
4088
4086
|
|
|
4089
|
-
const _c0$
|
|
4087
|
+
const _c0$I = ["dynamicInputRef"];
|
|
4090
4088
|
function DrSelectAddItemComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
4091
4089
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
4092
4090
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -4194,7 +4192,7 @@ class DrSelectAddItemComponent {
|
|
|
4194
4192
|
}
|
|
4195
4193
|
/** @nocollapse */ static { this.ɵfac = function DrSelectAddItemComponent_Factory(t) { return new (t || DrSelectAddItemComponent)(i0.ɵɵdirectiveInject(DrSelectComponent)); }; }
|
|
4196
4194
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrSelectAddItemComponent, selectors: [["dr-select-add-item"]], viewQuery: function DrSelectAddItemComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4197
|
-
i0.ɵɵviewQuery(_c0$
|
|
4195
|
+
i0.ɵɵviewQuery(_c0$I, 5);
|
|
4198
4196
|
} if (rf & 2) {
|
|
4199
4197
|
let _t;
|
|
4200
4198
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputRef = _t.first);
|
|
@@ -4683,7 +4681,7 @@ class DrTagComponent {
|
|
|
4683
4681
|
type: Output
|
|
4684
4682
|
}] }); })();
|
|
4685
4683
|
|
|
4686
|
-
const _c0$
|
|
4684
|
+
const _c0$H = ["*"];
|
|
4687
4685
|
class RadioButtonComponent {
|
|
4688
4686
|
get disabled() {
|
|
4689
4687
|
return this._disabled;
|
|
@@ -4737,7 +4735,7 @@ class RadioButtonComponent {
|
|
|
4737
4735
|
useExisting: RadioButtonComponent,
|
|
4738
4736
|
multi: true,
|
|
4739
4737
|
},
|
|
4740
|
-
])], ngContentSelectors: _c0$
|
|
4738
|
+
])], ngContentSelectors: _c0$H, decls: 4, vars: 5, consts: [["type", "radio", 3, "name", "value", "ngModel", "disabled", "change", "ngModelChange", "click"]], template: function RadioButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4741
4739
|
i0.ɵɵprojectionDef();
|
|
4742
4740
|
i0.ɵɵelementStart(0, "label")(1, "input", 0);
|
|
4743
4741
|
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); });
|
|
@@ -4776,7 +4774,7 @@ class RadioButtonComponent {
|
|
|
4776
4774
|
type: Input
|
|
4777
4775
|
}] }); })();
|
|
4778
4776
|
|
|
4779
|
-
const _c0$
|
|
4777
|
+
const _c0$G = [[["dr-radio-button"]]];
|
|
4780
4778
|
const _c1$i = ["dr-radio-button"];
|
|
4781
4779
|
class RadioGroupComponent {
|
|
4782
4780
|
get value() {
|
|
@@ -4917,7 +4915,7 @@ class RadioGroupComponent {
|
|
|
4917
4915
|
multi: true,
|
|
4918
4916
|
},
|
|
4919
4917
|
])], ngContentSelectors: _c1$i, decls: 1, vars: 0, template: function RadioGroupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4920
|
-
i0.ɵɵprojectionDef(_c0$
|
|
4918
|
+
i0.ɵɵprojectionDef(_c0$G);
|
|
4921
4919
|
i0.ɵɵprojection(0);
|
|
4922
4920
|
} }, encapsulation: 2, changeDetection: 0 }); }
|
|
4923
4921
|
}
|
|
@@ -4954,7 +4952,7 @@ class RadioGroupComponent {
|
|
|
4954
4952
|
type: Output
|
|
4955
4953
|
}] }); })();
|
|
4956
4954
|
|
|
4957
|
-
const _c0$
|
|
4955
|
+
const _c0$F = ["checkboxContent"];
|
|
4958
4956
|
const _c1$h = ["*"];
|
|
4959
4957
|
class CheckboxComponent {
|
|
4960
4958
|
get indeterminate() {
|
|
@@ -5005,7 +5003,7 @@ class CheckboxComponent {
|
|
|
5005
5003
|
}
|
|
5006
5004
|
/** @nocollapse */ static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
5007
5005
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: CheckboxComponent, selectors: [["dr-checkbox"]], viewQuery: function CheckboxComponent_Query(rf, ctx) { if (rf & 1) {
|
|
5008
|
-
i0.ɵɵviewQuery(_c0$
|
|
5006
|
+
i0.ɵɵviewQuery(_c0$F, 5);
|
|
5009
5007
|
} if (rf & 2) {
|
|
5010
5008
|
let _t;
|
|
5011
5009
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.checkboxContent = _t.first);
|
|
@@ -5067,7 +5065,7 @@ class CheckboxComponent {
|
|
|
5067
5065
|
args: ['checkboxContent']
|
|
5068
5066
|
}] }); })();
|
|
5069
5067
|
|
|
5070
|
-
const _c0$
|
|
5068
|
+
const _c0$E = ["*"];
|
|
5071
5069
|
var LinkTheme;
|
|
5072
5070
|
(function (LinkTheme) {
|
|
5073
5071
|
LinkTheme["DEFAULT"] = "DEFAULT";
|
|
@@ -5083,7 +5081,7 @@ class DrLinkComponent {
|
|
|
5083
5081
|
this.theme = LinkTheme.DEFAULT;
|
|
5084
5082
|
}
|
|
5085
5083
|
/** @nocollapse */ static { this.ɵfac = function DrLinkComponent_Factory(t) { return new (t || DrLinkComponent)(); }; }
|
|
5086
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$
|
|
5084
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLinkComponent, selectors: [["dr-link"]], inputs: { link: "link", fontSize: "fontSize", fontWeight: "fontWeight", theme: "theme" }, ngContentSelectors: _c0$E, decls: 2, vars: 7, consts: [[1, "dr-link", 3, "href"]], template: function DrLinkComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5087
5085
|
i0.ɵɵprojectionDef();
|
|
5088
5086
|
i0.ɵɵelementStart(0, "a", 0);
|
|
5089
5087
|
i0.ɵɵprojection(1);
|
|
@@ -5108,7 +5106,7 @@ class DrLinkComponent {
|
|
|
5108
5106
|
type: Input
|
|
5109
5107
|
}] }); })();
|
|
5110
5108
|
|
|
5111
|
-
const _c0$
|
|
5109
|
+
const _c0$D = ["class", "component"];
|
|
5112
5110
|
const _c1$g = function (a0) { return { "dr-datepicker-preset-date__tags__tag--selected": a0 }; };
|
|
5113
5111
|
function DrFiscalMonthCalendarHeaderComponent_div_0_div_1_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
5114
5112
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
@@ -5211,7 +5209,7 @@ class DrFiscalMonthCalendarHeaderComponent extends DrDatePickerCustomHeaderCompo
|
|
|
5211
5209
|
});
|
|
5212
5210
|
}
|
|
5213
5211
|
/** @nocollapse */ static { this.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory; return function DrFiscalMonthCalendarHeaderComponent_Factory(t) { return (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory || (ɵDrFiscalMonthCalendarHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DrFiscalMonthCalendarHeaderComponent)))(t || DrFiscalMonthCalendarHeaderComponent); }; }(); }
|
|
5214
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$
|
|
5212
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrFiscalMonthCalendarHeaderComponent, selectors: [["dr-fiscal-month-calendar-header", 8, "component"]], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$D, decls: 12, vars: 4, consts: [["class", "dr-datepicker__timeframe-select__wrapper", 4, "ngIf"], [1, "dr-date-paging"], [1, "dr-date-paging", "flip-page-button", 3, "click"], [1, "dr-icon-arrow-left", "presentation_buttons-navigate_input"], [1, "example-header-label"], [3, "click"], [1, "dr-icon-arrow-right", "presentation_buttons-navigate_input"], ["class", "dr-quarterly-datepicker", 4, "ngIf"], [1, "dr-datepicker__timeframe-select__wrapper"], ["class", "dr-datepicker-preset-date", 4, "ngIf"], ["class", "dr-datepicker__timeframe-select", "bindLabel", "title", "bindValue", "value", 3, "ngModel", "items", "ngModelChange", 4, "ngIf"], [1, "dr-datepicker-preset-date"], [1, "dr-datepicker-preset-date__tags", 3, "ngClass"], ["id", "preset_tag", "class", "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click", 4, "ngFor", "ngForOf"], ["id", "preset_tag", 1, "dr-datepicker-preset-date__tags__tag", 3, "ngClass", "drTooltip", "drTooltipPosition", "click"], ["bindLabel", "title", "bindValue", "value", 1, "dr-datepicker__timeframe-select", 3, "ngModel", "items", "ngModelChange"], [1, "dr-quarterly-datepicker"], ["quarterlyDatePicker", ""], ["class", "quarter-selector", 3, "class", "quarter-selector--disabled", "quarter-selector--select-current-quarter", "click", 4, "ngFor", "ngForOf"], [1, "quarter-selector", 3, "click"]], template: function DrFiscalMonthCalendarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5215
5213
|
i0.ɵɵtemplate(0, DrFiscalMonthCalendarHeaderComponent_div_0_Template, 3, 2, "div", 0);
|
|
5216
5214
|
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
5217
5215
|
i0.ɵɵlistener("click", function DrFiscalMonthCalendarHeaderComponent_Template_div_click_2_listener() { return ctx.pagingClicked(false); });
|
|
@@ -5430,7 +5428,7 @@ function DrDatePickerWithTimeframeComponent_dr_button_11_Template(rf, ctx) { if
|
|
|
5430
5428
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
5431
5429
|
i0.ɵɵproperty("disabled", ctx_r4.isNextDateDisabled);
|
|
5432
5430
|
} }
|
|
5433
|
-
const _c0$
|
|
5431
|
+
const _c0$C = function (a0) { return { formattedValue: a0 }; };
|
|
5434
5432
|
class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
5435
5433
|
set dateFormatConfig(value) {
|
|
5436
5434
|
if (value) {
|
|
@@ -5619,7 +5617,7 @@ class DrDatePickerWithTimeframeComponent extends DrDatePickerComponent {
|
|
|
5619
5617
|
i0.ɵɵadvance(1);
|
|
5620
5618
|
i0.ɵɵproperty("drTooltip", ctx.datepickerTooltip)("drTooltipPosition", ctx.datepickerTooltipPosition)("drTooltipMousleaveTimeout", ctx.datepickerTooltipTimeout);
|
|
5621
5619
|
i0.ɵɵadvance(3);
|
|
5622
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$
|
|
5620
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction1(18, _c0$C, i0.ɵɵpipeBind1(5, 14, ctx.displayedFormattedValue$)));
|
|
5623
5621
|
i0.ɵɵadvance(4);
|
|
5624
5622
|
i0.ɵɵproperty("ngModel", i0.ɵɵpipeBind1(10, 16, ctx.displayValue$))("matDatepicker", _r5)("readonly", ctx.readonly)("min", ctx._min)("max", ctx._max);
|
|
5625
5623
|
i0.ɵɵadvance(3);
|
|
@@ -5835,7 +5833,7 @@ function DrToggleComponent_span_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
5835
5833
|
i0.ɵɵadvance(1);
|
|
5836
5834
|
i0.ɵɵtextInterpolate(ctx_r1.toggleTitle);
|
|
5837
5835
|
} }
|
|
5838
|
-
const _c0$
|
|
5836
|
+
const _c0$B = ["*"];
|
|
5839
5837
|
class DrToggleComponent {
|
|
5840
5838
|
set disabled(value) {
|
|
5841
5839
|
this.setDisabledState(value);
|
|
@@ -5880,7 +5878,7 @@ class DrToggleComponent {
|
|
|
5880
5878
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrToggleComponent, selectors: [["dr-toggle"]], hostVars: 3, hostBindings: function DrToggleComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
5881
5879
|
i0.ɵɵattribute("id", ctx.hostId);
|
|
5882
5880
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
5883
|
-
} }, inputs: { id: "id", toggleTitle: "toggleTitle", toggleTitleRight: "toggleTitleRight", successType: "successType", checkedStatus: "checkedStatus", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: DrToggleComponent, multi: true }])], ngContentSelectors: _c0$
|
|
5881
|
+
} }, inputs: { id: "id", toggleTitle: "toggleTitle", toggleTitleRight: "toggleTitleRight", successType: "successType", checkedStatus: "checkedStatus", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: DrToggleComponent, multi: true }])], ngContentSelectors: _c0$B, decls: 7, vars: 10, consts: [["class", "toggle-title mr-3", 4, "ngIf"], [1, "toggle-container"], ["type", "checkbox", 3, "checked", "disabled", "click"], [1, "toggle-body"], ["class", "toggle-title ml-3", 4, "ngIf"], [1, "toggle-title", "mr-3"], [1, "toggle-title", "ml-3"]], template: function DrToggleComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5884
5882
|
i0.ɵɵprojectionDef();
|
|
5885
5883
|
i0.ɵɵtemplate(0, DrToggleComponent_span_0_Template, 2, 1, "span", 0);
|
|
5886
5884
|
i0.ɵɵelementStart(1, "label", 1)(2, "input", 2);
|
|
@@ -6497,7 +6495,7 @@ class DateTimePickerComponent {
|
|
|
6497
6495
|
type: Input
|
|
6498
6496
|
}] }); })();
|
|
6499
6497
|
|
|
6500
|
-
const _c0$
|
|
6498
|
+
const _c0$A = ["stepTextLabel"];
|
|
6501
6499
|
const _c1$f = ["stepper"];
|
|
6502
6500
|
function StepperComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
6503
6501
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
@@ -6728,7 +6726,7 @@ class StepperComponent {
|
|
|
6728
6726
|
}
|
|
6729
6727
|
/** @nocollapse */ static { this.ɵfac = function StepperComponent_Factory(t) { return new (t || StepperComponent)(); }; }
|
|
6730
6728
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: StepperComponent, selectors: [["dr-stepper"]], contentQueries: function StepperComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
6731
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
6729
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$A, 5);
|
|
6732
6730
|
} if (rf & 2) {
|
|
6733
6731
|
let _t;
|
|
6734
6732
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepTextLabelTemplate = _t.first);
|
|
@@ -6903,7 +6901,7 @@ function DrChatFormComponent_dr_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
6903
6901
|
i0.ɵɵtext(1, "Stop generating");
|
|
6904
6902
|
i0.ɵɵelementEnd();
|
|
6905
6903
|
} }
|
|
6906
|
-
const _c0$
|
|
6904
|
+
const _c0$z = function (a0, a1) { return { "message-row__input--focused": a0, "message-row__input--filled": a1 }; };
|
|
6907
6905
|
class DrChatFormComponent {
|
|
6908
6906
|
constructor(cdr, domSanitizer) {
|
|
6909
6907
|
this.cdr = cdr;
|
|
@@ -7059,7 +7057,7 @@ class DrChatFormComponent {
|
|
|
7059
7057
|
const _r1 = i0.ɵɵreference(4);
|
|
7060
7058
|
i0.ɵɵproperty("ngIf", ctx.droppedFiles == null ? null : ctx.droppedFiles.length);
|
|
7061
7059
|
i0.ɵɵadvance(2);
|
|
7062
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
7060
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$z, ctx.inputFocus, !!(ctx.message == null ? null : ctx.message.length)));
|
|
7063
7061
|
i0.ɵɵadvance(1);
|
|
7064
7062
|
i0.ɵɵstyleMap(ctx.getTextAreaHeight(_r1));
|
|
7065
7063
|
i0.ɵɵpropertyInterpolate("placeholder", ctx.fileOver ? ctx.dropFilePlaceholder : ctx.messagePlaceholder);
|
|
@@ -7174,7 +7172,7 @@ function DrAvatarComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
7174
7172
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
7175
7173
|
i0.ɵɵstyleProp("width", ctx_r0.drAvatarSize || null)("height", ctx_r0.drAvatarSize || null);
|
|
7176
7174
|
} }
|
|
7177
|
-
const _c0$
|
|
7175
|
+
const _c0$y = function (a0, a1) { return { "users-section__default": a0, "users-section__user--clickable": a1 }; };
|
|
7178
7176
|
function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7179
7177
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
7180
7178
|
i0.ɵɵelementStart(0, "div", 5);
|
|
@@ -7188,7 +7186,7 @@ function DrAvatarComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
7188
7186
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
7189
7187
|
i0.ɵɵclassMap(user_r5.status);
|
|
7190
7188
|
i0.ɵɵstyleProp("width", ctx_r1.drAvatarSize || null)("height", ctx_r1.drAvatarSize || null)("background-color", ctx_r1.getAvatarColor(user_r5));
|
|
7191
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$
|
|
7189
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(18, _c0$y, ctx_r1.showUnassigned && !user_r5.email, ctx_r1.drAvatarIsClickable))("drTooltip", i0.ɵɵpipeBind1(1, 13, user_r5))("drTooltipClass", ctx_r1.drAvatarTooltipClass)("drTooltipPosition", ctx_r1.drAvatarTooltipPosition);
|
|
7192
7190
|
i0.ɵɵadvance(2);
|
|
7193
7191
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(3, 15, user_r5, "initials"), "\n");
|
|
7194
7192
|
} }
|
|
@@ -7464,7 +7462,7 @@ class DrChatMessageFileComponent {
|
|
|
7464
7462
|
type: Input
|
|
7465
7463
|
}] }); })();
|
|
7466
7464
|
|
|
7467
|
-
const _c0$
|
|
7465
|
+
const _c0$x = ["drChatMessageActions"];
|
|
7468
7466
|
function DrChatMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
7469
7467
|
i0.ɵɵelementContainerStart(0);
|
|
7470
7468
|
i0.ɵɵelement(1, "div", 8);
|
|
@@ -7566,7 +7564,7 @@ class DrChatMessageComponent {
|
|
|
7566
7564
|
}
|
|
7567
7565
|
/** @nocollapse */ static { this.ɵfac = function DrChatMessageComponent_Factory(t) { return new (t || DrChatMessageComponent)(i0.ɵɵdirectiveInject(DrChatCustomMessageService)); }; }
|
|
7568
7566
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatMessageComponent, selectors: [["dr-chat-message"]], contentQueries: function DrChatMessageComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
7569
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
7567
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$x, 5);
|
|
7570
7568
|
} if (rf & 2) {
|
|
7571
7569
|
let _t;
|
|
7572
7570
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.drChatMessageActions = _t.first);
|
|
@@ -7637,7 +7635,7 @@ class DrChatMessageComponent {
|
|
|
7637
7635
|
args: ['drChatMessageActions']
|
|
7638
7636
|
}] }); })();
|
|
7639
7637
|
|
|
7640
|
-
const _c0$
|
|
7638
|
+
const _c0$w = ["suggestionsContainer"];
|
|
7641
7639
|
function DrChatSuggestionsComponent_ng_container_2_div_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
7642
7640
|
i0.ɵɵelementContainer(0);
|
|
7643
7641
|
} }
|
|
@@ -7782,7 +7780,7 @@ class DrChatSuggestionsComponent {
|
|
|
7782
7780
|
}
|
|
7783
7781
|
/** @nocollapse */ static { this.ɵfac = function DrChatSuggestionsComponent_Factory(t) { return new (t || DrChatSuggestionsComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
7784
7782
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatSuggestionsComponent, selectors: [["dr-chat-suggestions"]], viewQuery: function DrChatSuggestionsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
7785
|
-
i0.ɵɵviewQuery(_c0$
|
|
7783
|
+
i0.ɵɵviewQuery(_c0$w, 5);
|
|
7786
7784
|
} if (rf & 2) {
|
|
7787
7785
|
let _t;
|
|
7788
7786
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.suggestionContainer = _t.first);
|
|
@@ -7816,7 +7814,7 @@ class DrChatSuggestionsComponent {
|
|
|
7816
7814
|
args: ['suggestionsContainer', { static: false }]
|
|
7817
7815
|
}] }); })();
|
|
7818
7816
|
|
|
7819
|
-
const _c0$
|
|
7817
|
+
const _c0$v = ["drChatHeader"];
|
|
7820
7818
|
const _c1$d = ["drChatLoader"];
|
|
7821
7819
|
const _c2$6 = ["drChatContent"];
|
|
7822
7820
|
const _c3$4 = ["messagesContainer"];
|
|
@@ -7953,7 +7951,7 @@ class DrChatComponent {
|
|
|
7953
7951
|
/** @nocollapse */ static { this.ɵfac = function DrChatComponent_Factory(t) { return new (t || DrChatComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
7954
7952
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatComponent, selectors: [["dr-chat"]], contentQueries: function DrChatComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
7955
7953
|
i0.ɵɵcontentQuery(dirIndex, DrChatFormComponent, 5);
|
|
7956
|
-
i0.ɵɵcontentQuery(dirIndex, _c0$
|
|
7954
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$v, 5);
|
|
7957
7955
|
i0.ɵɵcontentQuery(dirIndex, _c1$d, 5);
|
|
7958
7956
|
i0.ɵɵcontentQuery(dirIndex, _c2$6, 5);
|
|
7959
7957
|
i0.ɵɵcontentQuery(dirIndex, DrChatMessageComponent, 4);
|
|
@@ -8042,7 +8040,7 @@ class DrChatComponent {
|
|
|
8042
8040
|
args: [DrChatSuggestionsComponent]
|
|
8043
8041
|
}] }); })();
|
|
8044
8042
|
|
|
8045
|
-
const _c0$
|
|
8043
|
+
const _c0$u = ["textAreaElement"];
|
|
8046
8044
|
const _c1$c = ["fileInput"];
|
|
8047
8045
|
function DrChatFormDropdownComponent_dr_chat_dropped_files_3_Template(rf, ctx) { if (rf & 1) {
|
|
8048
8046
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
@@ -8275,7 +8273,7 @@ class DrChatFormDropdownComponent {
|
|
|
8275
8273
|
}
|
|
8276
8274
|
/** @nocollapse */ static { this.ɵfac = function DrChatFormDropdownComponent_Factory(t) { return new (t || DrChatFormDropdownComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$5.DomSanitizer)); }; }
|
|
8277
8275
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatFormDropdownComponent, selectors: [["dr-chat-form-dropdown"]], viewQuery: function DrChatFormDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8278
|
-
i0.ɵɵviewQuery(_c0$
|
|
8276
|
+
i0.ɵɵviewQuery(_c0$u, 5);
|
|
8279
8277
|
i0.ɵɵviewQuery(_c1$c, 5);
|
|
8280
8278
|
} if (rf & 2) {
|
|
8281
8279
|
let _t;
|
|
@@ -8424,14 +8422,14 @@ class DrChatCustomMessageDirective {
|
|
|
8424
8422
|
type: Input
|
|
8425
8423
|
}] }); })();
|
|
8426
8424
|
|
|
8427
|
-
const _c0$
|
|
8425
|
+
const _c0$t = ["*"];
|
|
8428
8426
|
class DrChatAlertComponent {
|
|
8429
8427
|
constructor() {
|
|
8430
8428
|
this.iconClass = 'dr-icon-info';
|
|
8431
8429
|
this.close = new EventEmitter();
|
|
8432
8430
|
}
|
|
8433
8431
|
/** @nocollapse */ static { this.ɵfac = function DrChatAlertComponent_Factory(t) { return new (t || DrChatAlertComponent)(); }; }
|
|
8434
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$
|
|
8432
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChatAlertComponent, selectors: [["dr-chat-alert"]], inputs: { iconClass: "iconClass" }, outputs: { close: "close" }, ngContentSelectors: _c0$t, 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) {
|
|
8435
8433
|
i0.ɵɵprojectionDef();
|
|
8436
8434
|
i0.ɵɵelement(0, "i");
|
|
8437
8435
|
i0.ɵɵprojection(1);
|
|
@@ -8528,7 +8526,7 @@ function DrAlertComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
8528
8526
|
i0.ɵɵadvance(1);
|
|
8529
8527
|
i0.ɵɵtextInterpolate(ctx_r0.text);
|
|
8530
8528
|
} }
|
|
8531
|
-
const _c0$
|
|
8529
|
+
const _c0$s = ["*"];
|
|
8532
8530
|
const ALERT_THEME_ICONS = {
|
|
8533
8531
|
[DrAlertTheme.SUCCESS]: 'dr-icon-uploaded-success',
|
|
8534
8532
|
[DrAlertTheme.BOLD_ERROR]: 'dr-icon-error',
|
|
@@ -8549,7 +8547,7 @@ class DrAlertComponent {
|
|
|
8549
8547
|
/** @nocollapse */ static { this.ɵfac = function DrAlertComponent_Factory(t) { return new (t || DrAlertComponent)(); }; }
|
|
8550
8548
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAlertComponent, selectors: [["dr-alert"]], hostVars: 2, hostBindings: function DrAlertComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
8551
8549
|
i0.ɵɵclassMap(ctx.elementClass);
|
|
8552
|
-
} }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$
|
|
8550
|
+
} }, inputs: { theme: "theme", customIconClass: "customIconClass", text: "text" }, ngContentSelectors: _c0$s, decls: 6, vars: 3, consts: [[1, "dr-alert__content-wrapper"], ["class", "dr-alert__text", 4, "ngIf"], [1, "dr-alert__custom-content"], ["contentRef", ""], [1, "dr-alert__text"]], template: function DrAlertComponent_Template(rf, ctx) { if (rf & 1) {
|
|
8553
8551
|
i0.ɵɵprojectionDef();
|
|
8554
8552
|
i0.ɵɵelementStart(0, "div", 0);
|
|
8555
8553
|
i0.ɵɵelement(1, "i");
|
|
@@ -8595,7 +8593,7 @@ class CodeEditorHintWrapperComponent {
|
|
|
8595
8593
|
}]
|
|
8596
8594
|
}], null, null); })();
|
|
8597
8595
|
|
|
8598
|
-
const _c0$
|
|
8596
|
+
const _c0$r = ["ref"];
|
|
8599
8597
|
class DrCodemirrorComponent {
|
|
8600
8598
|
set options(value) {
|
|
8601
8599
|
this._options = value;
|
|
@@ -8725,7 +8723,7 @@ class DrCodemirrorComponent {
|
|
|
8725
8723
|
}
|
|
8726
8724
|
/** @nocollapse */ static { this.ɵfac = function DrCodemirrorComponent_Factory(t) { return new (t || DrCodemirrorComponent)(i0.ɵɵdirectiveInject(i0.KeyValueDiffers), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
|
|
8727
8725
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodemirrorComponent, selectors: [["dr-codemirror"]], viewQuery: function DrCodemirrorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
8728
|
-
i0.ɵɵviewQuery(_c0$
|
|
8726
|
+
i0.ɵɵviewQuery(_c0$r, 5);
|
|
8729
8727
|
} if (rf & 2) {
|
|
8730
8728
|
let _t;
|
|
8731
8729
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.ref = _t.first);
|
|
@@ -8877,7 +8875,7 @@ class DrErrorComponent {
|
|
|
8877
8875
|
args: ['class.no-icon']
|
|
8878
8876
|
}] }); })();
|
|
8879
8877
|
|
|
8880
|
-
const _c0$
|
|
8878
|
+
const _c0$q = ["codeEditor"];
|
|
8881
8879
|
function DrCodeEditorComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
8882
8880
|
i0.ɵɵelementStart(0, "span", 4);
|
|
8883
8881
|
i0.ɵɵtext(1);
|
|
@@ -9156,7 +9154,7 @@ class DrCodeEditorComponent {
|
|
|
9156
9154
|
}
|
|
9157
9155
|
/** @nocollapse */ static { this.ɵfac = function DrCodeEditorComponent_Factory(t) { return new (t || DrCodeEditorComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
9158
9156
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrCodeEditorComponent, selectors: [["dr-code-editor"]], viewQuery: function DrCodeEditorComponent_Query(rf, ctx) { if (rf & 1) {
|
|
9159
|
-
i0.ɵɵviewQuery(_c0$
|
|
9157
|
+
i0.ɵɵviewQuery(_c0$q, 5);
|
|
9160
9158
|
} if (rf & 2) {
|
|
9161
9159
|
let _t;
|
|
9162
9160
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.codeEditor = _t.first);
|
|
@@ -9924,7 +9922,7 @@ const getAlignmentDimension = (position) => {
|
|
|
9924
9922
|
return DrPopoverAlignmentDimension.Width;
|
|
9925
9923
|
};
|
|
9926
9924
|
|
|
9927
|
-
const _c0$
|
|
9925
|
+
const _c0$p = ["popoverContainer"];
|
|
9928
9926
|
function DrPopoverComponent_ng_container_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
9929
9927
|
i0.ɵɵelementContainer(0);
|
|
9930
9928
|
} }
|
|
@@ -10014,7 +10012,7 @@ class DrPopoverComponent {
|
|
|
10014
10012
|
}
|
|
10015
10013
|
/** @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)); }; }
|
|
10016
10014
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrPopoverComponent, selectors: [["dr-popover"]], viewQuery: function DrPopoverComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10017
|
-
i0.ɵɵviewQuery(_c0$
|
|
10015
|
+
i0.ɵɵviewQuery(_c0$p, 7, ElementRef);
|
|
10018
10016
|
} if (rf & 2) {
|
|
10019
10017
|
let _t;
|
|
10020
10018
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popoverContainer = _t.first);
|
|
@@ -10337,7 +10335,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
10337
10335
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
10338
10336
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10339
10337
|
};
|
|
10340
|
-
const _c0$
|
|
10338
|
+
const _c0$o = ["menuContainer"];
|
|
10341
10339
|
function DrDropdownComponent_dr_dropdown_item_4_ng_container_1_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
10342
10340
|
i0.ɵɵelement(0, "i", 11);
|
|
10343
10341
|
} if (rf & 2) {
|
|
@@ -10568,7 +10566,7 @@ class DrDropdownComponent {
|
|
|
10568
10566
|
}
|
|
10569
10567
|
/** @nocollapse */ static { this.ɵfac = function DrDropdownComponent_Factory(t) { return new (t || DrDropdownComponent)(); }; }
|
|
10570
10568
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownComponent, selectors: [["dr-dropdown"]], viewQuery: function DrDropdownComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10571
|
-
i0.ɵɵviewQuery(_c0$
|
|
10569
|
+
i0.ɵɵviewQuery(_c0$o, 7);
|
|
10572
10570
|
} if (rf & 2) {
|
|
10573
10571
|
let _t;
|
|
10574
10572
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.menuContainer = _t.first);
|
|
@@ -10807,7 +10805,7 @@ class DrDropdownChildDirective {
|
|
|
10807
10805
|
}]
|
|
10808
10806
|
}], null, null); })();
|
|
10809
10807
|
|
|
10810
|
-
const _c0$
|
|
10808
|
+
const _c0$n = [[["", "dropdownItemContent", ""]], [["", "dropdownItemActions", ""]]];
|
|
10811
10809
|
const _c1$a = ["[dropdownItemContent]", "[dropdownItemActions]"];
|
|
10812
10810
|
class DrDropdownItemComponent {
|
|
10813
10811
|
constructor() {
|
|
@@ -10817,7 +10815,7 @@ class DrDropdownItemComponent {
|
|
|
10817
10815
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrDropdownItemComponent, selectors: [["dr-dropdown-item"]], hostVars: 1, hostBindings: function DrDropdownItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
10818
10816
|
i0.ɵɵattribute("role", ctx.role);
|
|
10819
10817
|
} }, inputs: { selected: "selected", disabled: "disabled", divider: "divider" }, ngContentSelectors: _c1$a, decls: 5, vars: 6, consts: [[1, "dr-dropdown-item"], [1, "dr-dropdown-text"], [1, "dr-dropdown-actions"]], template: function DrDropdownItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10820
|
-
i0.ɵɵprojectionDef(_c0$
|
|
10818
|
+
i0.ɵɵprojectionDef(_c0$n);
|
|
10821
10819
|
i0.ɵɵelementStart(0, "div", 0)(1, "span", 1);
|
|
10822
10820
|
i0.ɵɵprojection(2);
|
|
10823
10821
|
i0.ɵɵelementEnd();
|
|
@@ -10859,7 +10857,7 @@ class DrDropdownItemShowPipe {
|
|
|
10859
10857
|
function DrTabComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
10860
10858
|
i0.ɵɵprojection(0);
|
|
10861
10859
|
} }
|
|
10862
|
-
const _c0$
|
|
10860
|
+
const _c0$m = ["*"];
|
|
10863
10861
|
class DrTabComponent {
|
|
10864
10862
|
constructor() { }
|
|
10865
10863
|
ngOnInit() { }
|
|
@@ -10869,7 +10867,7 @@ class DrTabComponent {
|
|
|
10869
10867
|
} if (rf & 2) {
|
|
10870
10868
|
let _t;
|
|
10871
10869
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contentTemplate = _t.first);
|
|
10872
|
-
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$
|
|
10870
|
+
} }, inputs: { id: "id", label: "label", icon: "icon", disabled: "disabled", tooltip: "tooltip", customLabelTemplate: "customLabelTemplate" }, ngContentSelectors: _c0$m, decls: 1, vars: 0, template: function DrTabComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10873
10871
|
i0.ɵɵprojectionDef();
|
|
10874
10872
|
i0.ɵɵtemplate(0, DrTabComponent_ng_template_0_Template, 1, 0, "ng-template");
|
|
10875
10873
|
} }, encapsulation: 2 }); }
|
|
@@ -11144,7 +11142,7 @@ class DrTabsComponent {
|
|
|
11144
11142
|
args: [DrTabComponent]
|
|
11145
11143
|
}] }); })();
|
|
11146
11144
|
|
|
11147
|
-
const _c0$
|
|
11145
|
+
const _c0$l = [[["dr-accordion-item"]]];
|
|
11148
11146
|
const _c1$9 = ["dr-accordion-item"];
|
|
11149
11147
|
class DrAccordionComponent {
|
|
11150
11148
|
constructor() {
|
|
@@ -11179,7 +11177,7 @@ class DrAccordionComponent {
|
|
|
11179
11177
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionComponent, selectors: [["dr-accordion"]], hostVars: 2, hostBindings: function DrAccordionComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
11180
11178
|
i0.ɵɵclassMap(ctx.theme);
|
|
11181
11179
|
} }, inputs: { multi: "multi", theme: "theme" }, ngContentSelectors: _c1$9, decls: 1, vars: 0, template: function DrAccordionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11182
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11180
|
+
i0.ɵɵprojectionDef(_c0$l);
|
|
11183
11181
|
i0.ɵɵprojection(0);
|
|
11184
11182
|
} }, styles: ["[_nghost-%COMP%]{display:block;box-shadow:#2c33491a 0 5px 10px}.borderless[_nghost-%COMP%]{box-shadow:none}"], changeDetection: 0 }); }
|
|
11185
11183
|
}
|
|
@@ -11196,7 +11194,7 @@ class DrAccordionComponent {
|
|
|
11196
11194
|
args: ['class']
|
|
11197
11195
|
}] }); })();
|
|
11198
11196
|
|
|
11199
|
-
const _c0$
|
|
11197
|
+
const _c0$k = [[["dr-accordion-item-header"]], [["dr-accordion-item-body"]]];
|
|
11200
11198
|
const _c1$8 = ["dr-accordion-item-header", "dr-accordion-item-body"];
|
|
11201
11199
|
class DrAccordionItemComponent {
|
|
11202
11200
|
/**
|
|
@@ -11298,7 +11296,7 @@ class DrAccordionItemComponent {
|
|
|
11298
11296
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrAccordionItemComponent, selectors: [["dr-accordion-item"]], hostVars: 6, hostBindings: function DrAccordionItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
11299
11297
|
i0.ɵɵclassProp("collapsed", ctx.collapsed)("expanded", ctx.expanded)("disabled", ctx.disabled);
|
|
11300
11298
|
} }, inputs: { collapsed: "collapsed", expanded: "expanded", disabled: "disabled" }, outputs: { collapsedChange: "collapsedChange" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$8, decls: 2, vars: 0, template: function DrAccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11301
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11299
|
+
i0.ɵɵprojectionDef(_c0$k);
|
|
11302
11300
|
i0.ɵɵprojection(0);
|
|
11303
11301
|
i0.ɵɵprojection(1, 1);
|
|
11304
11302
|
} }, 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 }); }
|
|
@@ -11340,7 +11338,7 @@ function DrAccordionItemHeaderComponent_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
11340
11338
|
i0.ɵɵclassMap("dr-accordion-item-header-icon " + ctx_r0.icon);
|
|
11341
11339
|
i0.ɵɵclassProp("dr-accordion-item-header-icon--additional-padding", ctx_r0.chevronPosition === "left");
|
|
11342
11340
|
} }
|
|
11343
|
-
const _c0$
|
|
11341
|
+
const _c0$j = function (a0) { return { rotationDegree: a0 }; };
|
|
11344
11342
|
const _c1$7 = function (a0, a1) { return { value: a0, params: a1 }; };
|
|
11345
11343
|
function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
11346
11344
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -11350,7 +11348,7 @@ function DrAccordionItemHeaderComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
11350
11348
|
} if (rf & 2) {
|
|
11351
11349
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
11352
11350
|
i0.ɵɵclassMap(ctx_r1.chevronIconClass);
|
|
11353
|
-
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$7, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$
|
|
11351
|
+
i0.ɵɵproperty("@expansionIndicator", i0.ɵɵpureFunction2(5, _c1$7, ctx_r1.state, i0.ɵɵpureFunction1(3, _c0$j, ctx_r1.chevronRotationDegree)));
|
|
11354
11352
|
} }
|
|
11355
11353
|
const _c2$3 = [[["dr-accordion-item-title"]], [["dr-accordion-item-description"]], "*"];
|
|
11356
11354
|
const _c3$1 = ["dr-accordion-item-title", "dr-accordion-item-description", "*"];
|
|
@@ -11479,7 +11477,7 @@ class DrAccordionItemHeaderComponent {
|
|
|
11479
11477
|
args: ['keydown.enter']
|
|
11480
11478
|
}] }); })();
|
|
11481
11479
|
|
|
11482
|
-
const _c0$
|
|
11480
|
+
const _c0$i = function (a0) { return { value: a0 }; };
|
|
11483
11481
|
const _c1$6 = ["*"];
|
|
11484
11482
|
const accordionItemBodyTrigger = trigger('accordionItemBody', [
|
|
11485
11483
|
state('collapsed', style({
|
|
@@ -11517,7 +11515,7 @@ class DrAccordionItemBodyComponent {
|
|
|
11517
11515
|
i0.ɵɵprojection(2);
|
|
11518
11516
|
i0.ɵɵelementEnd()();
|
|
11519
11517
|
} if (rf & 2) {
|
|
11520
|
-
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$
|
|
11518
|
+
i0.ɵɵproperty("@accordionItemBody", i0.ɵɵpureFunction1(1, _c0$i, ctx.state));
|
|
11521
11519
|
} }, styles: [".item-body[_ngcontent-%COMP%]{flex:1;-ms-flex:1 1 auto;overflow:auto;position:relative}"], data: { animation: [accordionItemBodyTrigger] }, changeDetection: 0 }); }
|
|
11522
11520
|
}
|
|
11523
11521
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrAccordionItemBodyComponent, [{
|
|
@@ -11533,13 +11531,13 @@ class DrAccordionItemBodyComponent {
|
|
|
11533
11531
|
type: Host
|
|
11534
11532
|
}] }, { type: i0.ChangeDetectorRef }]; }, null); })();
|
|
11535
11533
|
|
|
11536
|
-
const _c0$
|
|
11534
|
+
const _c0$h = [[["dr-layout-header"]], [["dr-layout-body"]]];
|
|
11537
11535
|
const _c1$5 = ["dr-layout-header", "dr-layout-body"];
|
|
11538
11536
|
class DrLayoutComponent {
|
|
11539
11537
|
constructor() { }
|
|
11540
11538
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutComponent_Factory(t) { return new (t || DrLayoutComponent)(); }; }
|
|
11541
11539
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutComponent, selectors: [["dr-layout"]], ngContentSelectors: _c1$5, decls: 6, vars: 0, consts: [[1, "dr-layout"], [1, "dr-layout__container"], [1, "content"], [1, "columns"]], template: function DrLayoutComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11542
|
-
i0.ɵɵprojectionDef(_c0$
|
|
11540
|
+
i0.ɵɵprojectionDef(_c0$h);
|
|
11543
11541
|
i0.ɵɵelementStart(0, "div", 0);
|
|
11544
11542
|
i0.ɵɵprojection(1);
|
|
11545
11543
|
i0.ɵɵelementStart(2, "div", 1)(3, "div", 2)(4, "div", 3);
|
|
@@ -11552,11 +11550,11 @@ class DrLayoutComponent {
|
|
|
11552
11550
|
args: [{ selector: 'dr-layout', template: "<div class=\"dr-layout\">\n <ng-content select=\"dr-layout-header\"></ng-content>\n <div class=\"dr-layout__container\">\n <div class=\"content\">\n <div class=\"columns\">\n <ng-content select=\"dr-layout-body\"></ng-content>\n </div>\n </div>\n </div>\n</div>\n", styles: [":host{font-size:16px;font-weight:400;font-family:Poppins,sans-serif;line-height:1.25rem;-webkit-font-smoothing:antialiased}:host .dr-layout{display:flex;flex-direction:column;min-height:100vh;font-size:16px;font-weight:400;line-height:1.4rem}:host .dr-layout ::ng-deep dr-layout-header{display:block;position:fixed;top:0;left:0;right:0;z-index:1040}:host .dr-layout ::ng-deep dr-layout-header nav{align-items:center;justify-content:flex-start;display:flex}:host .dr-layout__container{display:flex;flex:1;-ms-flex:1 1 auto;flex-direction:row}:host .dr-layout__container .content{display:flex;flex:1;-ms-flex:1 1 auto;flex-direction:column;min-width:0}:host .dr-layout__container .content .columns{display:flex;flex:1;-ms-flex:1 1 auto;flex-direction:row;width:100%}:host .dr-layout__container .content .columns ::ng-deep dr-layout-body{flex:1 0;min-width:0}\n"] }]
|
|
11553
11551
|
}], function () { return []; }, null); })();
|
|
11554
11552
|
|
|
11555
|
-
const _c0$
|
|
11553
|
+
const _c0$g = ["*"];
|
|
11556
11554
|
class DrLayoutHeaderComponent {
|
|
11557
11555
|
constructor() { }
|
|
11558
11556
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutHeaderComponent_Factory(t) { return new (t || DrLayoutHeaderComponent)(); }; }
|
|
11559
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$
|
|
11557
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutHeaderComponent, selectors: [["dr-layout-header"]], ngContentSelectors: _c0$g, decls: 2, vars: 0, template: function DrLayoutHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11560
11558
|
i0.ɵɵprojectionDef();
|
|
11561
11559
|
i0.ɵɵelementStart(0, "nav");
|
|
11562
11560
|
i0.ɵɵprojection(1);
|
|
@@ -11575,11 +11573,11 @@ class DrLayoutHeaderComponent {
|
|
|
11575
11573
|
}]
|
|
11576
11574
|
}], function () { return []; }, null); })();
|
|
11577
11575
|
|
|
11578
|
-
const _c0$
|
|
11576
|
+
const _c0$f = ["*"];
|
|
11579
11577
|
class DrLayoutBodyComponent {
|
|
11580
11578
|
constructor() { }
|
|
11581
11579
|
/** @nocollapse */ static { this.ɵfac = function DrLayoutBodyComponent_Factory(t) { return new (t || DrLayoutBodyComponent)(); }; }
|
|
11582
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$
|
|
11580
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrLayoutBodyComponent, selectors: [["dr-layout-body"]], ngContentSelectors: _c0$f, decls: 1, vars: 0, template: function DrLayoutBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11583
11581
|
i0.ɵɵprojectionDef();
|
|
11584
11582
|
i0.ɵɵprojection(0);
|
|
11585
11583
|
} }, encapsulation: 2 }); }
|
|
@@ -11601,7 +11599,7 @@ function DrDetailsListComponent_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
11601
11599
|
i0.ɵɵadvance(1);
|
|
11602
11600
|
i0.ɵɵtextInterpolate(item_r1);
|
|
11603
11601
|
} }
|
|
11604
|
-
const _c0$
|
|
11602
|
+
const _c0$e = function (a0) { return { value: a0 }; };
|
|
11605
11603
|
class DrDetailsListComponent {
|
|
11606
11604
|
set items(val) {
|
|
11607
11605
|
if (!val) {
|
|
@@ -11648,7 +11646,7 @@ class DrDetailsListComponent {
|
|
|
11648
11646
|
i0.ɵɵadvance(1);
|
|
11649
11647
|
i0.ɵɵtextInterpolate1(" ", ctx.title, " ");
|
|
11650
11648
|
i0.ɵɵadvance(1);
|
|
11651
|
-
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$
|
|
11649
|
+
i0.ɵɵproperty("@expansionIndicatorList", i0.ɵɵpureFunction1(7, _c0$e, ctx.state));
|
|
11652
11650
|
i0.ɵɵadvance(1);
|
|
11653
11651
|
i0.ɵɵproperty("ngForOf", ctx.list);
|
|
11654
11652
|
} }, 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: [
|
|
@@ -11692,7 +11690,7 @@ class DrDetailsListComponent {
|
|
|
11692
11690
|
type: Input
|
|
11693
11691
|
}] }); })();
|
|
11694
11692
|
|
|
11695
|
-
const _c0$
|
|
11693
|
+
const _c0$d = ["content"];
|
|
11696
11694
|
const _c1$4 = function (a0, a1) { return { "dr-icon-maximize": a0, "dr-icon-minimize": a1 }; };
|
|
11697
11695
|
function DialogWrapperComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
11698
11696
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
@@ -11887,7 +11885,7 @@ class DialogWrapperComponent {
|
|
|
11887
11885
|
}
|
|
11888
11886
|
/** @nocollapse */ static { this.ɵfac = function DialogWrapperComponent_Factory(t) { return new (t || DialogWrapperComponent)(i0.ɵɵdirectiveInject(i1$6.MatLegacyDialogRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(MAT_LEGACY_DIALOG_DATA)); }; }
|
|
11889
11887
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DialogWrapperComponent, selectors: [["dr-dialog-wrapper"]], viewQuery: function DialogWrapperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
11890
|
-
i0.ɵɵviewQuery(_c0$
|
|
11888
|
+
i0.ɵɵviewQuery(_c0$d, 5, ViewContainerRef);
|
|
11891
11889
|
} if (rf & 2) {
|
|
11892
11890
|
let _t;
|
|
11893
11891
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
|
|
@@ -12090,7 +12088,7 @@ function DialogModalWrapperComponent_form_7_div_2_label_9_Template(rf, ctx) { if
|
|
|
12090
12088
|
i0.ɵɵadvance(1);
|
|
12091
12089
|
i0.ɵɵtextInterpolate1(" ", ctx_r19.dialogData.serverErrorMessage, " ");
|
|
12092
12090
|
} }
|
|
12093
|
-
const _c0$
|
|
12091
|
+
const _c0$c = function (a0) { return { display: a0 }; };
|
|
12094
12092
|
const _c1$3 = function (a0, a1) { return { "col-md-10": a0, "col-md-12": a1 }; };
|
|
12095
12093
|
function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
12096
12094
|
i0.ɵɵelementStart(0, "div", 16);
|
|
@@ -12108,7 +12106,7 @@ function DialogModalWrapperComponent_form_7_div_2_Template(rf, ctx) { if (rf & 1
|
|
|
12108
12106
|
const field_r11 = ctx.$implicit;
|
|
12109
12107
|
const ctx_r10 = i0.ɵɵnextContext(2);
|
|
12110
12108
|
i0.ɵɵclassMap(field_r11.formGroupClass);
|
|
12111
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$
|
|
12109
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c0$c, field_r11.isLabelFullWidth ? "block" : "flex"));
|
|
12112
12110
|
i0.ɵɵadvance(1);
|
|
12113
12111
|
i0.ɵɵproperty("ngIf", field_r11.label && field_r11.type !== ctx_r10.dialogFieldType.CHECKBOX);
|
|
12114
12112
|
i0.ɵɵadvance(1);
|
|
@@ -12816,7 +12814,7 @@ function TreeviewItemComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
12816
12814
|
i0.ɵɵadvance(1);
|
|
12817
12815
|
i0.ɵɵproperty("ngForOf", ctx_r2.item.children);
|
|
12818
12816
|
} }
|
|
12819
|
-
const _c0$
|
|
12817
|
+
const _c0$b = function (a0, a1, a2) { return { item: a0, onCollapseExpand: a1, onCheckedChange: a2 }; };
|
|
12820
12818
|
function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
12821
12819
|
i0.ɵɵelementStart(0, "div", 1);
|
|
12822
12820
|
i0.ɵɵtemplate(1, TreeviewItemComponent_div_0_ng_template_1_Template, 0, 0, "ng-template", 2);
|
|
@@ -12825,7 +12823,7 @@ function TreeviewItemComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
12825
12823
|
} if (rf & 2) {
|
|
12826
12824
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
12827
12825
|
i0.ɵɵadvance(1);
|
|
12828
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$
|
|
12826
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.template)("ngTemplateOutletContext", i0.ɵɵpureFunction3(3, _c0$b, ctx_r0.item, ctx_r0.onCollapseExpand, ctx_r0.onCheckedChange));
|
|
12829
12827
|
i0.ɵɵadvance(1);
|
|
12830
12828
|
i0.ɵɵproperty("ngIf", !ctx_r0.item.collapsed);
|
|
12831
12829
|
} }
|
|
@@ -13409,12 +13407,6 @@ var TooltipInfoIconTheme;
|
|
|
13409
13407
|
TooltipInfoIconTheme["SUCCESS"] = "success";
|
|
13410
13408
|
})(TooltipInfoIconTheme || (TooltipInfoIconTheme = {}));
|
|
13411
13409
|
|
|
13412
|
-
var EmojiPickerMode;
|
|
13413
|
-
(function (EmojiPickerMode) {
|
|
13414
|
-
EmojiPickerMode["BUTTON"] = "button";
|
|
13415
|
-
EmojiPickerMode["FLAT"] = "flat";
|
|
13416
|
-
})(EmojiPickerMode || (EmojiPickerMode = {}));
|
|
13417
|
-
|
|
13418
13410
|
class ClickOutsideDirective {
|
|
13419
13411
|
constructor(_document /*: HTMLDocument*/, _el) {
|
|
13420
13412
|
this._document = _document;
|
|
@@ -13741,32 +13733,6 @@ class DrToastrService {
|
|
|
13741
13733
|
}]
|
|
13742
13734
|
}], function () { return [{ type: i1$7.ToastrService }]; }, null); })();
|
|
13743
13735
|
|
|
13744
|
-
class EmojiDataService {
|
|
13745
|
-
constructor() {
|
|
13746
|
-
this.emojiService = new EmojiService();
|
|
13747
|
-
}
|
|
13748
|
-
getEmojiPickerSet() {
|
|
13749
|
-
const emojiSet = {};
|
|
13750
|
-
const allEmojis = this.emojiService.emojis;
|
|
13751
|
-
allEmojis.forEach((emoji) => {
|
|
13752
|
-
if (emoji.shortName && emoji.native) {
|
|
13753
|
-
emojiSet[emoji.shortName] = {
|
|
13754
|
-
emoji: emoji.native,
|
|
13755
|
-
};
|
|
13756
|
-
}
|
|
13757
|
-
});
|
|
13758
|
-
return emojiSet;
|
|
13759
|
-
}
|
|
13760
|
-
/** @nocollapse */ static { this.ɵfac = function EmojiDataService_Factory(t) { return new (t || EmojiDataService)(); }; }
|
|
13761
|
-
/** @nocollapse */ static { this.ɵprov = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjectable({ token: EmojiDataService, factory: EmojiDataService.ɵfac, providedIn: 'root' }); }
|
|
13762
|
-
}
|
|
13763
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmojiDataService, [{
|
|
13764
|
-
type: Injectable,
|
|
13765
|
-
args: [{
|
|
13766
|
-
providedIn: 'root',
|
|
13767
|
-
}]
|
|
13768
|
-
}], function () { return []; }, null); })();
|
|
13769
|
-
|
|
13770
13736
|
const components$1 = [
|
|
13771
13737
|
DateTagComponent,
|
|
13772
13738
|
DayTagComponent,
|
|
@@ -14014,7 +13980,7 @@ class DrImageCropperCanvasService {
|
|
|
14014
13980
|
type: Injectable
|
|
14015
13981
|
}], null, null); })();
|
|
14016
13982
|
|
|
14017
|
-
const _c0$
|
|
13983
|
+
const _c0$a = ["imageCanvas"];
|
|
14018
13984
|
class DrImageCropperComponent {
|
|
14019
13985
|
constructor(canvasService) {
|
|
14020
13986
|
this.canvasService = canvasService;
|
|
@@ -14072,7 +14038,7 @@ class DrImageCropperComponent {
|
|
|
14072
14038
|
}
|
|
14073
14039
|
/** @nocollapse */ static { this.ɵfac = function DrImageCropperComponent_Factory(t) { return new (t || DrImageCropperComponent)(i0.ɵɵdirectiveInject(DrImageCropperCanvasService)); }; }
|
|
14074
14040
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrImageCropperComponent, selectors: [["dr-image-cropper"]], viewQuery: function DrImageCropperComponent_Query(rf, ctx) { if (rf & 1) {
|
|
14075
|
-
i0.ɵɵviewQuery(_c0$
|
|
14041
|
+
i0.ɵɵviewQuery(_c0$a, 7);
|
|
14076
14042
|
} if (rf & 2) {
|
|
14077
14043
|
let _t;
|
|
14078
14044
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.canvasElement = _t.first);
|
|
@@ -14442,78 +14408,6 @@ class TreeviewModule {
|
|
|
14442
14408
|
}], null, null); })();
|
|
14443
14409
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TreeviewModule, { declarations: [TreeviewComponent, TreeviewItemComponent, TreeviewPipe], imports: [FormsModule, CommonModule], exports: [TreeviewComponent, TreeviewPipe] }); })();
|
|
14444
14410
|
|
|
14445
|
-
function EmojiPickerComponent_ng_container_0_ng_template_4_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
14446
|
-
i0.ɵɵelementContainer(0);
|
|
14447
|
-
} }
|
|
14448
|
-
function EmojiPickerComponent_ng_container_0_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
14449
|
-
i0.ɵɵelementStart(0, "div", 5);
|
|
14450
|
-
i0.ɵɵtemplate(1, EmojiPickerComponent_ng_container_0_ng_template_4_ng_container_1_Template, 1, 0, "ng-container", 6);
|
|
14451
|
-
i0.ɵɵelementEnd();
|
|
14452
|
-
} if (rf & 2) {
|
|
14453
|
-
i0.ɵɵnextContext(2);
|
|
14454
|
-
const _r1 = i0.ɵɵreference(2);
|
|
14455
|
-
i0.ɵɵadvance(1);
|
|
14456
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r1);
|
|
14457
|
-
} }
|
|
14458
|
-
function EmojiPickerComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
14459
|
-
const _r8 = i0.ɵɵgetCurrentView();
|
|
14460
|
-
i0.ɵɵelementContainerStart(0);
|
|
14461
|
-
i0.ɵɵelementStart(1, "dr-button", 2, 3);
|
|
14462
|
-
i0.ɵɵlistener("click", function EmojiPickerComponent_ng_container_0_Template_dr_button_click_1_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.toggleEmojiPicker()); });
|
|
14463
|
-
i0.ɵɵelementEnd();
|
|
14464
|
-
i0.ɵɵtemplate(4, EmojiPickerComponent_ng_container_0_ng_template_4_Template, 2, 1, "ng-template", 4);
|
|
14465
|
-
i0.ɵɵlistener("backdropClick", function EmojiPickerComponent_ng_container_0_Template_ng_template_backdropClick_4_listener() { i0.ɵɵrestoreView(_r8); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.closeEmojiPicker()); });
|
|
14466
|
-
i0.ɵɵelementContainerEnd();
|
|
14467
|
-
} if (rf & 2) {
|
|
14468
|
-
const _r4 = i0.ɵɵreference(3);
|
|
14469
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
14470
|
-
i0.ɵɵadvance(4);
|
|
14471
|
-
i0.ɵɵproperty("cdkConnectedOverlayOrigin", _r4)("cdkConnectedOverlayOpen", ctx_r0.emojisOpened)("cdkConnectedOverlayHasBackdrop", true)("cdkConnectedOverlayBackdropClass", "emoji-modal-backdrop");
|
|
14472
|
-
} }
|
|
14473
|
-
function EmojiPickerComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
14474
|
-
const _r11 = i0.ɵɵgetCurrentView();
|
|
14475
|
-
i0.ɵɵelementStart(0, "emoji-mart", 7);
|
|
14476
|
-
i0.ɵɵlistener("emojiSelect", function EmojiPickerComponent_ng_template_1_Template_emoji_mart_emojiSelect_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.onEmojiSelected($event)); });
|
|
14477
|
-
i0.ɵɵelementEnd();
|
|
14478
|
-
} if (rf & 2) {
|
|
14479
|
-
i0.ɵɵproperty("darkMode", false);
|
|
14480
|
-
} }
|
|
14481
|
-
class EmojiPickerComponent {
|
|
14482
|
-
constructor() {
|
|
14483
|
-
this.mode = EmojiPickerMode.BUTTON;
|
|
14484
|
-
this.emojiSelected = new EventEmitter();
|
|
14485
|
-
this.emojisOpened = false;
|
|
14486
|
-
this.EmojiPickerMode = EmojiPickerMode;
|
|
14487
|
-
}
|
|
14488
|
-
toggleEmojiPicker() {
|
|
14489
|
-
this.emojisOpened = !this.emojisOpened;
|
|
14490
|
-
}
|
|
14491
|
-
closeEmojiPicker() {
|
|
14492
|
-
this.emojisOpened = false;
|
|
14493
|
-
}
|
|
14494
|
-
onEmojiSelected(event) {
|
|
14495
|
-
const emojiReaction = { id: event.emoji.id, emoji: event.emoji.native };
|
|
14496
|
-
this.emojiSelected.emit(emojiReaction);
|
|
14497
|
-
this.closeEmojiPicker();
|
|
14498
|
-
}
|
|
14499
|
-
/** @nocollapse */ static { this.ɵfac = function EmojiPickerComponent_Factory(t) { return new (t || EmojiPickerComponent)(); }; }
|
|
14500
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EmojiPickerComponent, selectors: [["dr-emoji-picker"]], inputs: { mode: "mode" }, outputs: { emojiSelected: "emojiSelected" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 3, vars: 2, consts: [[4, "ngIf", "ngIfElse"], ["flatTpl", ""], ["theme", "icon", "icon", "dr-icon-emoji-smiley", "cdkOverlayOrigin", "", 3, "click"], ["emojiButton", "", "trigger", "cdkOverlayOrigin"], ["cdkConnectedOverlay", "", 3, "cdkConnectedOverlayOrigin", "cdkConnectedOverlayOpen", "cdkConnectedOverlayHasBackdrop", "cdkConnectedOverlayBackdropClass", "backdropClick"], [1, "emoji-picker-popup"], [4, "ngTemplateOutlet"], ["emoji", "thumbsup", "color", "#0D99FF", 1, "emoji-picker-section", 3, "darkMode", "emojiSelect"]], template: function EmojiPickerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14501
|
-
i0.ɵɵtemplate(0, EmojiPickerComponent_ng_container_0_Template, 5, 4, "ng-container", 0);
|
|
14502
|
-
i0.ɵɵtemplate(1, EmojiPickerComponent_ng_template_1_Template, 1, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
14503
|
-
} if (rf & 2) {
|
|
14504
|
-
const _r1 = i0.ɵɵreference(2);
|
|
14505
|
-
i0.ɵɵproperty("ngIf", ctx.mode === ctx.EmojiPickerMode.BUTTON)("ngIfElse", _r1);
|
|
14506
|
-
} }, dependencies: [DrButtonComponent, PickerComponent, CdkOverlayOrigin, CdkConnectedOverlay, NgIf, NgTemplateOutlet], styles: [".emoji-picker-popup[_ngcontent-%COMP%]{position:relative;overflow:hidden;margin-top:8px;z-index:1000;box-shadow:0 2px 36px #00000026;border-radius:12px}.emoji-picker-popup[_ngcontent-%COMP%] .emoji-picker-section[_ngcontent-%COMP%]{display:block}.emoji-picker-popup[_ngcontent-%COMP%] .emoji-picker-section[_ngcontent-%COMP%] section.emoji-mart{border-color:transparent}"], changeDetection: 0 }); }
|
|
14507
|
-
}
|
|
14508
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmojiPickerComponent, [{
|
|
14509
|
-
type: Component,
|
|
14510
|
-
args: [{ selector: 'dr-emoji-picker', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DrButtonComponent, PickerComponent, CdkOverlayOrigin, CdkConnectedOverlay, NgIf, NgTemplateOutlet], template: "<ng-container *ngIf=\"mode === EmojiPickerMode.BUTTON; else flatTpl\">\n <dr-button\n #emojiButton\n theme=\"icon\"\n icon=\"dr-icon-emoji-smiley\"\n cdkOverlayOrigin\n #trigger=\"cdkOverlayOrigin\"\n (click)=\"toggleEmojiPicker()\"></dr-button>\n <ng-template\n cdkConnectedOverlay\n [cdkConnectedOverlayOrigin]=\"trigger\"\n [cdkConnectedOverlayOpen]=\"emojisOpened\"\n [cdkConnectedOverlayHasBackdrop]=\"true\"\n [cdkConnectedOverlayBackdropClass]=\"'emoji-modal-backdrop'\"\n (backdropClick)=\"closeEmojiPicker()\">\n <div class=\"emoji-picker-popup\">\n <ng-container *ngTemplateOutlet=\"flatTpl\"></ng-container>\n </div>\n </ng-template>\n</ng-container>\n\n<ng-template #flatTpl>\n <!-- See details here: https://github.com/scttcper/ngx-emoji-mart -->\n <emoji-mart\n emoji=\"thumbsup\"\n color=\"#0D99FF\"\n [darkMode]=\"false\"\n (emojiSelect)=\"onEmojiSelected($event)\"\n class=\"emoji-picker-section\"></emoji-mart>\n</ng-template>\n", styles: [".emoji-picker-popup{position:relative;overflow:hidden;margin-top:8px;z-index:1000;box-shadow:0 2px 36px #00000026;border-radius:12px}.emoji-picker-popup .emoji-picker-section{display:block}.emoji-picker-popup .emoji-picker-section ::ng-deep section.emoji-mart{border-color:transparent}\n"] }]
|
|
14511
|
-
}], null, { mode: [{
|
|
14512
|
-
type: Input
|
|
14513
|
-
}], emojiSelected: [{
|
|
14514
|
-
type: Output
|
|
14515
|
-
}] }); })();
|
|
14516
|
-
|
|
14517
14411
|
class DrAlertModule {
|
|
14518
14412
|
/** @nocollapse */ static { this.ɵfac = function DrAlertModule_Factory(t) { return new (t || DrAlertModule)(); }; }
|
|
14519
14413
|
/** @nocollapse */ static { this.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: DrAlertModule }); }
|
|
@@ -14587,13 +14481,13 @@ function DrChipComponent_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
14587
14481
|
i0.ɵɵlistener("click", function DrChipComponent_i_4_Template_i_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.remove.next(null)); });
|
|
14588
14482
|
i0.ɵɵelementEnd();
|
|
14589
14483
|
} }
|
|
14590
|
-
const _c0$
|
|
14484
|
+
const _c0$9 = ["*"];
|
|
14591
14485
|
class DrChipComponent {
|
|
14592
14486
|
constructor() {
|
|
14593
14487
|
this.remove = new EventEmitter();
|
|
14594
14488
|
}
|
|
14595
14489
|
/** @nocollapse */ static { this.ɵfac = function DrChipComponent_Factory(t) { return new (t || DrChipComponent)(); }; }
|
|
14596
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChipComponent, selectors: [["dr-chip"]], inputs: { label: "label", icon: "icon", removable: "removable" }, outputs: { remove: "remove" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
14490
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrChipComponent, selectors: [["dr-chip"]], inputs: { label: "label", icon: "icon", removable: "removable" }, outputs: { remove: "remove" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$9, decls: 5, vars: 4, consts: [["class", "chip__icon", 3, "class", 4, "ngIf"], [1, "chip__label"], [4, "ngIf"], ["class", "chip__remove dr-icon-exit", 3, "click", 4, "ngIf"], [1, "chip__icon"], [1, "chip__remove", "dr-icon-exit", 3, "click"]], template: function DrChipComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14597
14491
|
i0.ɵɵprojectionDef();
|
|
14598
14492
|
i0.ɵɵtemplate(0, DrChipComponent_i_0_Template, 1, 2, "i", 0);
|
|
14599
14493
|
i0.ɵɵelementStart(1, "div", 1);
|
|
@@ -14624,7 +14518,7 @@ class DrChipComponent {
|
|
|
14624
14518
|
type: Output
|
|
14625
14519
|
}] }); })();
|
|
14626
14520
|
|
|
14627
|
-
const _c0$
|
|
14521
|
+
const _c0$8 = ["carouselContainer"];
|
|
14628
14522
|
const _c1$2 = ["carouselItem"];
|
|
14629
14523
|
function DrGalleryComponent_dr_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
14630
14524
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -14850,7 +14744,7 @@ class DrGalleryComponent {
|
|
|
14850
14744
|
let _t;
|
|
14851
14745
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.template = _t.first);
|
|
14852
14746
|
} }, viewQuery: function DrGalleryComponent_Query(rf, ctx) { if (rf & 1) {
|
|
14853
|
-
i0.ɵɵviewQuery(_c0$
|
|
14747
|
+
i0.ɵɵviewQuery(_c0$8, 5);
|
|
14854
14748
|
i0.ɵɵviewQuery(_c1$2, 5);
|
|
14855
14749
|
} if (rf & 2) {
|
|
14856
14750
|
let _t;
|
|
@@ -14912,7 +14806,7 @@ function DrProgressBarComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
14912
14806
|
i0.ɵɵadvance(1);
|
|
14913
14807
|
i0.ɵɵtextInterpolate1("", ctx_r0.progress || 0, "%");
|
|
14914
14808
|
} }
|
|
14915
|
-
const _c0$
|
|
14809
|
+
const _c0$7 = ["*"];
|
|
14916
14810
|
class DrProgressBarComponent {
|
|
14917
14811
|
constructor() {
|
|
14918
14812
|
/**
|
|
@@ -14924,7 +14818,7 @@ class DrProgressBarComponent {
|
|
|
14924
14818
|
/** @nocollapse */ static { this.ɵfac = function DrProgressBarComponent_Factory(t) { return new (t || DrProgressBarComponent)(); }; }
|
|
14925
14819
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrProgressBarComponent, selectors: [["dr-progress-bar"]], hostVars: 2, hostBindings: function DrProgressBarComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
14926
14820
|
i0.ɵɵclassMap(ctx.theme);
|
|
14927
|
-
} }, inputs: { progress: "progress", showValue: "showValue", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
14821
|
+
} }, inputs: { progress: "progress", showValue: "showValue", theme: "theme" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$7, decls: 5, vars: 3, consts: [[1, "progress-bar__background"], [1, "progress-bar__background__fill"], [1, "progress-bar__value"], [4, "ngIf"]], template: function DrProgressBarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14928
14822
|
i0.ɵɵprojectionDef();
|
|
14929
14823
|
i0.ɵɵelementStart(0, "div", 0);
|
|
14930
14824
|
i0.ɵɵelement(1, "div", 1);
|
|
@@ -14955,7 +14849,7 @@ class DrProgressBarComponent {
|
|
|
14955
14849
|
args: ['class']
|
|
14956
14850
|
}] }); })();
|
|
14957
14851
|
|
|
14958
|
-
const _c0$
|
|
14852
|
+
const _c0$6 = ["*"];
|
|
14959
14853
|
class DrBadgeComponent {
|
|
14960
14854
|
constructor() {
|
|
14961
14855
|
this.color = 'stone';
|
|
@@ -14967,7 +14861,7 @@ class DrBadgeComponent {
|
|
|
14967
14861
|
/** @nocollapse */ static { this.ɵfac = function DrBadgeComponent_Factory(t) { return new (t || DrBadgeComponent)(); }; }
|
|
14968
14862
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrBadgeComponent, selectors: [["dr-badge"]], hostVars: 2, hostBindings: function DrBadgeComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
14969
14863
|
i0.ɵɵclassMap(ctx.elementClasses);
|
|
14970
|
-
} }, inputs: { color: "color", size: "size" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
14864
|
+
} }, inputs: { color: "color", size: "size" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$6, decls: 1, vars: 0, template: function DrBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14971
14865
|
i0.ɵɵprojectionDef();
|
|
14972
14866
|
i0.ɵɵprojection(0);
|
|
14973
14867
|
} }, styles: ["[_nghost-%COMP%]{display:inline-flex;align-items:center;color:#333;border-radius:4px;box-sizing:border-box;font-size:12px;line-height:16px;font-weight:500}.small[_nghost-%COMP%]{gap:2px;padding:2px 4px}.medium[_nghost-%COMP%]{gap:4px;padding:4px 8px}.light-purple[_nghost-%COMP%]{background-color:#dfd9ff}.water[_nghost-%COMP%]{background-color:#d9f2ff}.baby-blue[_nghost-%COMP%]{background-color:#d9e6ff}.baby-pink[_nghost-%COMP%]{background-color:#ffdbf1}.light-turquoise[_nghost-%COMP%]{background-color:#d6fcf9}.bright-green[_nghost-%COMP%]{background-color:#d9ffea}.stone[_nghost-%COMP%]{background-color:#f6f4f4}.peach[_nghost-%COMP%]{background-color:#ffe5b4}.soft-coral[_nghost-%COMP%]{background-color:#ffd2c2}.pale-yellow[_nghost-%COMP%]{background-color:#fffacd}.pastel-olive[_nghost-%COMP%]{background-color:#dce2b9}.powder-blue-grey[_nghost-%COMP%]{background-color:#d3dbe3}.muted-plum[_nghost-%COMP%]{background-color:#e7c7db}"], changeDetection: 0 }); }
|
|
@@ -15052,7 +14946,7 @@ class BottomPositionStrategy {
|
|
|
15052
14946
|
}
|
|
15053
14947
|
}
|
|
15054
14948
|
|
|
15055
|
-
const _c0$
|
|
14949
|
+
const _c0$5 = ["handleRef"];
|
|
15056
14950
|
function DrawerContainer_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
15057
14951
|
i0.ɵɵelement(0, "div", 3, 4);
|
|
15058
14952
|
} }
|
|
@@ -15166,7 +15060,7 @@ class DrawerContainer extends CdkDialogContainer {
|
|
|
15166
15060
|
/** @nocollapse */ static { this.ɵfac = function DrawerContainer_Factory(t) { return new (t || DrawerContainer)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1$8.FocusTrapFactory), i0.ɵɵdirectiveInject(DOCUMENT, 8), i0.ɵɵdirectiveInject(DrawerConfig), i0.ɵɵdirectiveInject(i1$8.InteractivityChecker), i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1$1.OverlayRef), i0.ɵɵdirectiveInject(i1$8.FocusMonitor)); }; }
|
|
15167
15061
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrawerContainer, selectors: [["dr-drawer-container"]], viewQuery: function DrawerContainer_Query(rf, ctx) { if (rf & 1) {
|
|
15168
15062
|
i0.ɵɵviewQuery(CdkPortalOutlet, 7);
|
|
15169
|
-
i0.ɵɵviewQuery(_c0$
|
|
15063
|
+
i0.ɵɵviewQuery(_c0$5, 5);
|
|
15170
15064
|
} if (rf & 2) {
|
|
15171
15065
|
let _t;
|
|
15172
15066
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._portalOutlet = _t.first);
|
|
@@ -15723,7 +15617,7 @@ function SeparateTableComponent_div_2_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
15723
15617
|
function SeparateTableComponent_div_2_div_3_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
15724
15618
|
i0.ɵɵelementContainer(0);
|
|
15725
15619
|
} }
|
|
15726
|
-
const _c0$
|
|
15620
|
+
const _c0$4 = function (a0, a1) { return { $implicit: a0, column: a1 }; };
|
|
15727
15621
|
function SeparateTableComponent_div_2_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
15728
15622
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
15729
15623
|
i0.ɵɵelementStart(0, "div", 11);
|
|
@@ -15737,7 +15631,7 @@ function SeparateTableComponent_div_2_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
15737
15631
|
const _r1 = i0.ɵɵreference(4);
|
|
15738
15632
|
i0.ɵɵproperty("ngStyle", column_r11.styles);
|
|
15739
15633
|
i0.ɵɵadvance(1);
|
|
15740
|
-
i0.ɵɵproperty("ngTemplateOutlet", column_r11.cellTemplate || _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction2(3, _c0$
|
|
15634
|
+
i0.ɵɵproperty("ngTemplateOutlet", column_r11.cellTemplate || _r1)("ngTemplateOutletContext", i0.ɵɵpureFunction2(3, _c0$4, row_r3, column_r11));
|
|
15741
15635
|
} }
|
|
15742
15636
|
function SeparateTableComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
15743
15637
|
const _r17 = i0.ɵɵgetCurrentView();
|
|
@@ -15854,7 +15748,7 @@ class ElementOverflowDirective {
|
|
|
15854
15748
|
type: Input
|
|
15855
15749
|
}] }); })();
|
|
15856
15750
|
|
|
15857
|
-
const _c0$
|
|
15751
|
+
const _c0$3 = ["container"];
|
|
15858
15752
|
function DrListOverflowComponent_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
15859
15753
|
i0.ɵɵelementStart(0, "div", 4);
|
|
15860
15754
|
i0.ɵɵtext(1, "...");
|
|
@@ -15949,7 +15843,7 @@ class DrListOverflowComponent {
|
|
|
15949
15843
|
}
|
|
15950
15844
|
/** @nocollapse */ static { this.ɵfac = function DrListOverflowComponent_Factory(t) { return new (t || DrListOverflowComponent)(); }; }
|
|
15951
15845
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: DrListOverflowComponent, selectors: [["dr-list-overflow"], ["", "drListOverflow", ""]], viewQuery: function DrListOverflowComponent_Query(rf, ctx) { if (rf & 1) {
|
|
15952
|
-
i0.ɵɵviewQuery(_c0$
|
|
15846
|
+
i0.ɵɵviewQuery(_c0$3, 7);
|
|
15953
15847
|
} if (rf & 2) {
|
|
15954
15848
|
let _t;
|
|
15955
15849
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.container = _t.first);
|
|
@@ -15980,7 +15874,7 @@ class DrListOverflowComponent {
|
|
|
15980
15874
|
args: ['container', { static: true }]
|
|
15981
15875
|
}] }); })();
|
|
15982
15876
|
|
|
15983
|
-
const _c0$
|
|
15877
|
+
const _c0$2 = ["*"];
|
|
15984
15878
|
class TextOverflowComponent {
|
|
15985
15879
|
constructor() {
|
|
15986
15880
|
this.overflowType = 'horizontal';
|
|
@@ -15989,7 +15883,7 @@ class TextOverflowComponent {
|
|
|
15989
15883
|
this.isOverflow = false;
|
|
15990
15884
|
}
|
|
15991
15885
|
/** @nocollapse */ static { this.ɵfac = function TextOverflowComponent_Factory(t) { return new (t || TextOverflowComponent)(); }; }
|
|
15992
|
-
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TextOverflowComponent, selectors: [["dr-text-overflow"]], inputs: { overflowType: "overflowType", showTooltip: "showTooltip", tooltipPosition: "tooltipPosition" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$
|
|
15886
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: TextOverflowComponent, selectors: [["dr-text-overflow"]], inputs: { overflowType: "overflowType", showTooltip: "showTooltip", tooltipPosition: "tooltipPosition" }, standalone: true, features: [i0.ɵɵStandaloneFeature], ngContentSelectors: _c0$2, decls: 3, vars: 4, consts: [[1, "overflow-element", 3, "drElementOverflow", "drElementOverflowType", "drTooltip", "drTooltipPosition", "drElementOverflowChange"], ["el", ""]], template: function TextOverflowComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15993
15887
|
i0.ɵɵprojectionDef();
|
|
15994
15888
|
i0.ɵɵelementStart(0, "div", 0, 1);
|
|
15995
15889
|
i0.ɵɵlistener("drElementOverflowChange", function TextOverflowComponent_Template_div_drElementOverflowChange_0_listener($event) { return ctx.isOverflow = $event; });
|
|
@@ -16190,7 +16084,7 @@ class SearchPipe {
|
|
|
16190
16084
|
}]
|
|
16191
16085
|
}], null, null); })();
|
|
16192
16086
|
|
|
16193
|
-
const _c0 = ["dropdownItemTemplate"];
|
|
16087
|
+
const _c0$1 = ["dropdownItemTemplate"];
|
|
16194
16088
|
const _c1 = ["labelItemTemplate"];
|
|
16195
16089
|
function FilterDropdownComponent_ng_container_5_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
16196
16090
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -16522,7 +16416,7 @@ class FilterDropdownComponent {
|
|
|
16522
16416
|
}
|
|
16523
16417
|
/** @nocollapse */ static { this.ɵfac = function FilterDropdownComponent_Factory(t) { return new (t || FilterDropdownComponent)(); }; }
|
|
16524
16418
|
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: FilterDropdownComponent, selectors: [["dr-filter-dropdown"]], contentQueries: function FilterDropdownComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
16525
|
-
i0.ɵɵcontentQuery(dirIndex, _c0, 5, TemplateRef);
|
|
16419
|
+
i0.ɵɵcontentQuery(dirIndex, _c0$1, 5, TemplateRef);
|
|
16526
16420
|
i0.ɵɵcontentQuery(dirIndex, _c1, 5, TemplateRef);
|
|
16527
16421
|
} if (rf & 2) {
|
|
16528
16422
|
let _t;
|
|
@@ -16633,9 +16527,152 @@ class FilterDropdownComponent {
|
|
|
16633
16527
|
|
|
16634
16528
|
/* components */
|
|
16635
16529
|
|
|
16530
|
+
var EmojiPickerMode;
|
|
16531
|
+
(function (EmojiPickerMode) {
|
|
16532
|
+
EmojiPickerMode["BUTTON"] = "button";
|
|
16533
|
+
EmojiPickerMode["FLAT"] = "flat";
|
|
16534
|
+
})(EmojiPickerMode || (EmojiPickerMode = {}));
|
|
16535
|
+
|
|
16536
|
+
const _c0 = ["pickerContainer"];
|
|
16537
|
+
function EmojiPickerComponent_ng_container_0_ng_template_4_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
16538
|
+
i0.ɵɵelementContainer(0);
|
|
16539
|
+
} }
|
|
16540
|
+
function EmojiPickerComponent_ng_container_0_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
16541
|
+
i0.ɵɵelementStart(0, "div", 5);
|
|
16542
|
+
i0.ɵɵtemplate(1, EmojiPickerComponent_ng_container_0_ng_template_4_ng_container_1_Template, 1, 0, "ng-container", 6);
|
|
16543
|
+
i0.ɵɵelementEnd();
|
|
16544
|
+
} if (rf & 2) {
|
|
16545
|
+
i0.ɵɵnextContext(2);
|
|
16546
|
+
const _r1 = i0.ɵɵreference(2);
|
|
16547
|
+
i0.ɵɵadvance(1);
|
|
16548
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r1);
|
|
16549
|
+
} }
|
|
16550
|
+
function EmojiPickerComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
16551
|
+
const _r8 = i0.ɵɵgetCurrentView();
|
|
16552
|
+
i0.ɵɵelementContainerStart(0);
|
|
16553
|
+
i0.ɵɵelementStart(1, "dr-button", 2, 3);
|
|
16554
|
+
i0.ɵɵlistener("click", function EmojiPickerComponent_ng_container_0_Template_dr_button_click_1_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.toggleEmojiPicker()); });
|
|
16555
|
+
i0.ɵɵelementEnd();
|
|
16556
|
+
i0.ɵɵtemplate(4, EmojiPickerComponent_ng_container_0_ng_template_4_Template, 2, 1, "ng-template", 4);
|
|
16557
|
+
i0.ɵɵlistener("backdropClick", function EmojiPickerComponent_ng_container_0_Template_ng_template_backdropClick_4_listener() { i0.ɵɵrestoreView(_r8); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.destroyEmojiPicker()); });
|
|
16558
|
+
i0.ɵɵelementContainerEnd();
|
|
16559
|
+
} if (rf & 2) {
|
|
16560
|
+
const _r4 = i0.ɵɵreference(3);
|
|
16561
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
16562
|
+
i0.ɵɵadvance(4);
|
|
16563
|
+
i0.ɵɵproperty("cdkConnectedOverlayOrigin", _r4)("cdkConnectedOverlayOpen", ctx_r0.emojiOverlayOpened)("cdkConnectedOverlayPositions", ctx_r0.positions)("cdkConnectedOverlayPush", true)("cdkConnectedOverlayViewportMargin", 16)("cdkConnectedOverlayHasBackdrop", true)("cdkConnectedOverlayBackdropClass", "emoji-modal-backdrop");
|
|
16564
|
+
} }
|
|
16565
|
+
function EmojiPickerComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
16566
|
+
i0.ɵɵelementContainer(0, null, 7);
|
|
16567
|
+
} }
|
|
16568
|
+
class EmojiPickerComponent {
|
|
16569
|
+
constructor(cdr) {
|
|
16570
|
+
this.cdr = cdr;
|
|
16571
|
+
this.mode = EmojiPickerMode.BUTTON;
|
|
16572
|
+
this.emojiSelected = new EventEmitter();
|
|
16573
|
+
this.emojiOverlayOpened = false;
|
|
16574
|
+
this.EmojiPickerMode = EmojiPickerMode;
|
|
16575
|
+
this.positions = [
|
|
16576
|
+
{
|
|
16577
|
+
originX: 'start',
|
|
16578
|
+
originY: 'top',
|
|
16579
|
+
overlayX: 'start',
|
|
16580
|
+
overlayY: 'bottom',
|
|
16581
|
+
offsetY: -8,
|
|
16582
|
+
},
|
|
16583
|
+
{
|
|
16584
|
+
originX: 'start',
|
|
16585
|
+
originY: 'bottom',
|
|
16586
|
+
overlayX: 'start',
|
|
16587
|
+
overlayY: 'top',
|
|
16588
|
+
offsetY: 8,
|
|
16589
|
+
},
|
|
16590
|
+
{
|
|
16591
|
+
originX: 'end',
|
|
16592
|
+
originY: 'top',
|
|
16593
|
+
overlayX: 'end',
|
|
16594
|
+
overlayY: 'bottom',
|
|
16595
|
+
offsetY: -8,
|
|
16596
|
+
},
|
|
16597
|
+
{
|
|
16598
|
+
originX: 'end',
|
|
16599
|
+
originY: 'bottom',
|
|
16600
|
+
overlayX: 'end',
|
|
16601
|
+
overlayY: 'top',
|
|
16602
|
+
offsetY: 8,
|
|
16603
|
+
},
|
|
16604
|
+
];
|
|
16605
|
+
}
|
|
16606
|
+
async ngAfterViewInit() {
|
|
16607
|
+
if (this.mode === EmojiPickerMode.FLAT) {
|
|
16608
|
+
await this.renderEmojiPicker();
|
|
16609
|
+
}
|
|
16610
|
+
}
|
|
16611
|
+
async toggleEmojiPicker() {
|
|
16612
|
+
this.emojiOverlayOpened = !this.emojiOverlayOpened;
|
|
16613
|
+
if (this.emojiOverlayOpened && !this.pickerComponentRef) {
|
|
16614
|
+
// Wait for the overlay to render the template
|
|
16615
|
+
setTimeout(async () => {
|
|
16616
|
+
await this.renderEmojiPicker();
|
|
16617
|
+
this.cdr.markForCheck();
|
|
16618
|
+
}, 0);
|
|
16619
|
+
}
|
|
16620
|
+
}
|
|
16621
|
+
onEmojiSelected(event) {
|
|
16622
|
+
const emojiReaction = { id: event.emoji.id, emoji: event.emoji.native };
|
|
16623
|
+
this.emojiSelected.emit(emojiReaction);
|
|
16624
|
+
if (this.mode === EmojiPickerMode.BUTTON) {
|
|
16625
|
+
this.destroyEmojiPicker();
|
|
16626
|
+
}
|
|
16627
|
+
}
|
|
16628
|
+
destroyEmojiPicker() {
|
|
16629
|
+
this.emojiOverlayOpened = false;
|
|
16630
|
+
this.pickerComponentRef?.destroy();
|
|
16631
|
+
this.pickerComponentRef = null;
|
|
16632
|
+
}
|
|
16633
|
+
async renderEmojiPicker() {
|
|
16634
|
+
if (!this.PickerComponent) {
|
|
16635
|
+
// See details here: https://github.com/scttcper/ngx-emoji-mart
|
|
16636
|
+
this.PickerComponent = await import('@ctrl/ngx-emoji-mart').then((m) => m.PickerComponent);
|
|
16637
|
+
}
|
|
16638
|
+
this.pickerComponentRef = this.pickerContainer.createComponent(this.PickerComponent);
|
|
16639
|
+
this.pickerComponentRef.instance.emoji = 'thumbsup';
|
|
16640
|
+
this.pickerComponentRef.instance.darkMode = false;
|
|
16641
|
+
this.pickerComponentRef.instance.color = '#0D99FF';
|
|
16642
|
+
this.pickerComponentRef.instance.emojiSelect.subscribe((event) => this.onEmojiSelected(event));
|
|
16643
|
+
this.cdr.detectChanges();
|
|
16644
|
+
}
|
|
16645
|
+
/** @nocollapse */ static { this.ɵfac = function EmojiPickerComponent_Factory(t) { return new (t || EmojiPickerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
16646
|
+
/** @nocollapse */ static { this.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EmojiPickerComponent, selectors: [["dr-emoji-picker"]], viewQuery: function EmojiPickerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
16647
|
+
i0.ɵɵviewQuery(_c0, 5, ViewContainerRef);
|
|
16648
|
+
} if (rf & 2) {
|
|
16649
|
+
let _t;
|
|
16650
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.pickerContainer = _t.first);
|
|
16651
|
+
} }, inputs: { mode: "mode" }, outputs: { emojiSelected: "emojiSelected" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 3, vars: 2, consts: [[4, "ngIf", "ngIfElse"], ["flatTpl", ""], ["theme", "icon", "icon", "dr-icon-emoji-smiley", "cdkOverlayOrigin", "", 3, "click"], ["emojiButton", "", "trigger", "cdkOverlayOrigin"], ["cdkConnectedOverlay", "", 3, "cdkConnectedOverlayOrigin", "cdkConnectedOverlayOpen", "cdkConnectedOverlayPositions", "cdkConnectedOverlayPush", "cdkConnectedOverlayViewportMargin", "cdkConnectedOverlayHasBackdrop", "cdkConnectedOverlayBackdropClass", "backdropClick"], [1, "emoji-picker-popup"], [4, "ngTemplateOutlet"], ["pickerContainer", ""]], template: function EmojiPickerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
16652
|
+
i0.ɵɵtemplate(0, EmojiPickerComponent_ng_container_0_Template, 5, 7, "ng-container", 0);
|
|
16653
|
+
i0.ɵɵtemplate(1, EmojiPickerComponent_ng_template_1_Template, 2, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
16654
|
+
} if (rf & 2) {
|
|
16655
|
+
const _r1 = i0.ɵɵreference(2);
|
|
16656
|
+
i0.ɵɵproperty("ngIf", ctx.mode === ctx.EmojiPickerMode.BUTTON)("ngIfElse", _r1);
|
|
16657
|
+
} }, dependencies: [DrButtonComponent, CdkOverlayOrigin, CdkConnectedOverlay, NgIf, NgTemplateOutlet], styles: [".emoji-picker-popup[_ngcontent-%COMP%]{position:relative;overflow:hidden;z-index:1000;box-shadow:0 2px 36px #00000026;border-radius:12px;width:352px;height:435px;background:#fff;animation:_ngcontent-%COMP%_fadeIn .2s ease-in-out}.emoji-picker-popup[_ngcontent-%COMP%] section.emoji-mart{border-color:transparent;height:100%;overflow-y:auto}.emoji-picker-popup[_ngcontent-%COMP%] .emoji-picker-section[_ngcontent-%COMP%]{display:block;height:100%}.emoji-picker-popup[_ngcontent-%COMP%] .emoji-picker-section[_ngcontent-%COMP%] section.emoji-mart{border-color:transparent}@keyframes _ngcontent-%COMP%_fadeIn{0%{opacity:0}to{opacity:1}}"], changeDetection: 0 }); }
|
|
16658
|
+
}
|
|
16659
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmojiPickerComponent, [{
|
|
16660
|
+
type: Component,
|
|
16661
|
+
args: [{ selector: 'dr-emoji-picker', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DrButtonComponent, CdkOverlayOrigin, CdkConnectedOverlay, NgIf, NgTemplateOutlet], template: "<ng-container *ngIf=\"mode === EmojiPickerMode.BUTTON; else flatTpl\">\n <dr-button\n #emojiButton\n theme=\"icon\"\n icon=\"dr-icon-emoji-smiley\"\n cdkOverlayOrigin\n #trigger=\"cdkOverlayOrigin\"\n (click)=\"toggleEmojiPicker()\"></dr-button>\n <ng-template\n cdkConnectedOverlay\n [cdkConnectedOverlayOrigin]=\"trigger\"\n [cdkConnectedOverlayOpen]=\"emojiOverlayOpened\"\n [cdkConnectedOverlayPositions]=\"positions\"\n [cdkConnectedOverlayPush]=\"true\"\n [cdkConnectedOverlayViewportMargin]=\"16\"\n [cdkConnectedOverlayHasBackdrop]=\"true\"\n [cdkConnectedOverlayBackdropClass]=\"'emoji-modal-backdrop'\"\n (backdropClick)=\"destroyEmojiPicker()\">\n <div class=\"emoji-picker-popup\">\n <ng-container *ngTemplateOutlet=\"flatTpl\"></ng-container>\n </div>\n </ng-template>\n</ng-container>\n\n<ng-template #flatTpl>\n <!-- Placeholder where the emoji picker will be rendered -->\n <ng-container #pickerContainer></ng-container>\n</ng-template>\n", styles: [".emoji-picker-popup{position:relative;overflow:hidden;z-index:1000;box-shadow:0 2px 36px #00000026;border-radius:12px;width:352px;height:435px;background:#fff;animation:fadeIn .2s ease-in-out}.emoji-picker-popup ::ng-deep section.emoji-mart{border-color:transparent;height:100%;overflow-y:auto}.emoji-picker-popup .emoji-picker-section{display:block;height:100%}.emoji-picker-popup .emoji-picker-section ::ng-deep section.emoji-mart{border-color:transparent}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}\n"] }]
|
|
16662
|
+
}], function () { return [{ type: i0.ChangeDetectorRef }]; }, { mode: [{
|
|
16663
|
+
type: Input
|
|
16664
|
+
}], emojiSelected: [{
|
|
16665
|
+
type: Output
|
|
16666
|
+
}], pickerContainer: [{
|
|
16667
|
+
type: ViewChild,
|
|
16668
|
+
args: ['pickerContainer', { read: ViewContainerRef }]
|
|
16669
|
+
}] }); })();
|
|
16670
|
+
|
|
16671
|
+
// Export everything from local-api (excludes emoji-picker)
|
|
16672
|
+
|
|
16636
16673
|
/**
|
|
16637
16674
|
* Generated bundle index. Do not edit.
|
|
16638
16675
|
*/
|
|
16639
16676
|
|
|
16640
|
-
export { AnyTagComponent, AutofocusDirective, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTagComponent, DateTagModule, DateTags, DateTimePickerComponent, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeComponent, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrErrorComponent, DrErrorModule, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrListOverflowComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrScenarioConfigurationComponent, DrScenarioModule, DrScenarioTagConfigurationComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagModule, DrTagsConstructorComponent, DrTagsConstructorModule, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective,
|
|
16677
|
+
export { AnyTagComponent, AutofocusDirective, BadgeStatus, CHAT_MESSAGE_TYPE, CROP_IMAGE_MODES, CalendarView, ChatMessage, ChatRole, CheckboxComponent, ClickOutsideDirective, ClickOutsideModule, CodeEditorHintWrapperComponent, CustomDateAdapter, CustomDateFormat, DEFAULT_LINK_FONT_SIZE, DEFAULT_LINK_FONT_WEIGHT, DIALOG_BUTTON_LABEL, DIALOG_FIELD_TYPE, DIALOG_SIZE, DR_DRAWER_DATA, DR_DRAWER_DEFAULT_OPTIONS, DR_SHINE_ANIMATION_CLASS, DataAnalyticsService, DateFromats, DatePickerPeriodPosition, DateTagComponent, DateTagModule, DateTags, DateTimePickerComponent, DayTagComponent, DefaultToastrComponent, DefaultTreeviewEventParser, DefaultTreeviewI18n, DialogModalWrapperComponent, DialogService, DialogWrapperComponent, DownlineTreeviewEventParser, DrAccordionComponent, DrAccordionItemBodyComponent, DrAccordionItemComponent, DrAccordionItemHeaderComponent, DrAccordionModule, DrAlertComponent, DrAlertModule, DrAlertTheme, DrAvatarComponent, DrAvatarModule, DrAvatarPipe, DrAvatarService, DrBadgeComponent, DrBadgeStatusComponent, DrBadgeStatusModule, DrButtonComponent, DrChatAlertComponent, DrChatComponent, DrChatCustomMessageDirective, DrChatDroppedFilesComponent, DrChatFormComponent, DrChatFormDropdownComponent, DrChatMessageComponent, DrChatMessageFileComponent, DrChatMessageTextComponent, DrChatModule, DrChatSuggestionsComponent, DrChipComponent, DrCodeEditorComponent, DrCodeEditorModule, DrCodemirrorComponent, DrDatePickerComponent, DrDatePickerCustomHeaderComponent, DrDatePickerFormatDirective, DrDatePickerRangeComponent, DrDatePickerWithTimeframeComponent, DrDetailsListComponent, DrDetailsListModule, DrDialogModule, DrDotFlashingComponent, DrDropdownChildDirective, DrDropdownComponent, DrDropdownDirective, DrDropdownItemComponent, DrDropdownItemShowPipe, DrDropdownModule, DrDropdownService, DrErrorComponent, DrErrorModule, DrFiscalMonthCalendarHeaderComponent, DrFiscalMonthCalendarPickerComponent, DrGalleryComponent, DrImageCropperComponent, DrInputComponent, DrInputsModule, DrLayoutBodyComponent, DrLayoutComponent, DrLayoutHeaderComponent, DrLayoutModule, DrLinkComponent, DrListOverflowComponent, DrModelDebounceChangeDirective, DrPopoverAlignmentDimension, DrPopoverComponent, DrPopoverDirective, DrPopoverModule, DrPopoverRef, DrPopoverService, DrProgressBarComponent, DrScenarioConfigurationComponent, DrScenarioModule, DrScenarioTagConfigurationComponent, DrSelectAddItemComponent, DrSelectComponent, DrSharedUtils, DrShineAnimationDirective, DrShowTimeframePipe, DrSliderComponent, DrSpinnerComponent, DrSpinnerDirective, DrSpinnerModule, DrStepperModule, DrTabComponent, DrTabsComponent, DrTabsModule, DrTagComponent, DrTagModule, DrTagsConstructorComponent, DrTagsConstructorModule, DrToastrModule, DrToastrService, DrToggleButtonComponent, DrToggleComponent, DrTooltipDirective, DrTooltipModule, Drawer, DrawerConfig, DrawerContainer, DrawerModule, DrawerRef, DropdownInstanceService, ElementOverflowDirective, EmojiPickerComponent, FeedbackSentiment, FilterDropdownComponent, FilterPipe, FiscalMonthAdapter, ForecastTagComponent, ForecastTagService, GMT_OFFSETS, ICodeEditorHintIcon, IMAGE_TYPES, ImgPipe, LOCAL_TIME_ZONE_OFFSET, LetContext, LetDirective, LinkTheme, ListTagComponent, ListTagModule, MonthTagComponent, OrderDownlineTreeviewEventParser, QuarterTagComponent, RadioButtonComponent, RadioGroupComponent, Scenario, ScenarioService, SearchPipe, SeparateTableColumnDirective, SeparateTableComponent, StepWizardDirective, StepperComponent, StepperWizardComponent, TagTypes, TagsConfigSubType, TagsConstructorService, TextOverflowComponent, TimePickerComponent, TimeframeOption, ToastrStatus, ToastrStatusIcon, ToggleButtonMode, TooltipComponent, TooltipCustomComponent, TooltipDefaultComponent, TooltipInfoComponent, TooltipInfoIconTheme, TooltipInfoWidth, TooltipTheme, TrackByPropertyDirective, TreeviewComponent, TreeviewConfig, TreeviewEventParser, TreeviewHelper, TreeviewI18n, TreeviewItem, TreeviewModule, TreeviewPipe, TruncateTextDirective, WeekTagComponent, YearTagComponent, getGMTLabel };
|
|
16641
16678
|
//# sourceMappingURL=datarailsshared-datarailsshared.mjs.map
|