ax-common-ui-lib 1.0.1-beta.34-testing → 1.0.1-beta.34-testing2
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/esm2020/lib/app-create-dialog-component/app-create-dialog-component.component.mjs +52 -28
- package/esm2020/lib/app-list/app-list.component.mjs +3 -3
- package/esm2020/lib/core/icons/icons.module.mjs +3 -1
- package/esm2020/lib/filters/choice-list-filter/choice-list-filter.component.mjs +9 -2
- package/esm2020/lib/form-object/form-object-view/form-object-widgets/image-widget-view/image-map-view/image-map-view.component.mjs +33 -35
- package/esm2020/lib/form-object/form-object-view/form-object-widgets/image-widget-view/image-widget-lightbox-view/image-widget-lightbox-view.component.mjs +2 -2
- package/esm2020/lib/sculptor/form-builder-master/form-builder-master.service.mjs +17 -3
- package/esm2020/lib/sculptor-lib/widgets/subform/subform.component.mjs +6 -7
- package/esm2020/lib/sculptor-lib/widgets/widgets.service.mjs +7 -3
- package/esm2020/lib/shared/comfirmation-modal/confirmation-modal.component.mjs +18 -22
- package/fesm2015/ax-common-ui-lib.mjs +241 -189
- package/fesm2015/ax-common-ui-lib.mjs.map +1 -1
- package/fesm2020/ax-common-ui-lib.mjs +237 -189
- package/fesm2020/ax-common-ui-lib.mjs.map +1 -1
- package/lib/app-create-dialog-component/app-create-dialog-component.component.d.ts +8 -0
- package/lib/sculptor/form-builder-master/form-builder-master.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -82,7 +82,7 @@ import * as i11$2 from '@angular/material/divider';
|
|
|
82
82
|
import { MatDividerModule } from '@angular/material/divider';
|
|
83
83
|
import * as i2$4 from '@agm/core';
|
|
84
84
|
import { AgmCoreModule } from '@agm/core';
|
|
85
|
-
import * as
|
|
85
|
+
import * as i4$3 from '@agm/snazzy-info-window';
|
|
86
86
|
import { AgmSnazzyInfoWindowModule } from '@agm/snazzy-info-window';
|
|
87
87
|
import * as i3$2 from '@angular/flex-layout/extended';
|
|
88
88
|
import * as i5 from '@angular/material/card';
|
|
@@ -821,6 +821,8 @@ class IconsModule {
|
|
|
821
821
|
this._matIconRegistry.addSvgIcon('customize_icon', this._domSanitizer.bypassSecurityTrustResourceUrl('assets/icons/customize-icon.svg'));
|
|
822
822
|
this._matIconRegistry.addSvgIcon('use_icon', this._domSanitizer.bypassSecurityTrustResourceUrl('assets/icons/use-icon.svg'));
|
|
823
823
|
this._matIconRegistry.addSvgIcon('build_icon', this._domSanitizer.bypassSecurityTrustResourceUrl('assets/icons/build-icon.svg'));
|
|
824
|
+
this._matIconRegistry.addSvgIcon('android_icon', this._domSanitizer.bypassSecurityTrustResourceUrl('assets/icons/android.svg'));
|
|
825
|
+
this._matIconRegistry.addSvgIcon('apple_icon', this._domSanitizer.bypassSecurityTrustResourceUrl('assets/icons/apple.svg'));
|
|
824
826
|
}
|
|
825
827
|
}
|
|
826
828
|
IconsModule.ɵfac = function IconsModule_Factory(t) { return new (t || IconsModule)(i0.ɵɵinject(i1$1.DomSanitizer), i0.ɵɵinject(i2$1.MatIconRegistry)); };
|
|
@@ -3488,7 +3490,7 @@ CommonFilterService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: Comm
|
|
|
3488
3490
|
}], function () { return [{ type: i1$2.HttpClient }, { type: CommonLibConfigurationService }]; }, null);
|
|
3489
3491
|
})();
|
|
3490
3492
|
|
|
3491
|
-
const _c0$
|
|
3493
|
+
const _c0$18 = ["multiSelectList"];
|
|
3492
3494
|
class CommonFilterComponent {
|
|
3493
3495
|
/**
|
|
3494
3496
|
* Constructor
|
|
@@ -3773,7 +3775,7 @@ class CommonFilterComponent {
|
|
|
3773
3775
|
CommonFilterComponent.ɵfac = function CommonFilterComponent_Factory(t) { return new (t || CommonFilterComponent)(i0.ɵɵdirectiveInject(CommonFilterService)); };
|
|
3774
3776
|
CommonFilterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CommonFilterComponent, selectors: [["lib-common-filter"]], viewQuery: function CommonFilterComponent_Query(rf, ctx) {
|
|
3775
3777
|
if (rf & 1) {
|
|
3776
|
-
i0.ɵɵviewQuery(_c0$
|
|
3778
|
+
i0.ɵɵviewQuery(_c0$18, 5);
|
|
3777
3779
|
}
|
|
3778
3780
|
if (rf & 2) {
|
|
3779
3781
|
let _t;
|
|
@@ -3820,7 +3822,7 @@ CommonFilterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Commo
|
|
|
3820
3822
|
}] });
|
|
3821
3823
|
})();
|
|
3822
3824
|
|
|
3823
|
-
const _c0$
|
|
3825
|
+
const _c0$17 = ["searchBox"];
|
|
3824
3826
|
function AxoSearchBarComponent_mat_icon_5_Template(rf, ctx) {
|
|
3825
3827
|
if (rf & 1) {
|
|
3826
3828
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -3865,7 +3867,7 @@ class AxoSearchBarComponent {
|
|
|
3865
3867
|
AxoSearchBarComponent.ɵfac = function AxoSearchBarComponent_Factory(t) { return new (t || AxoSearchBarComponent)(); };
|
|
3866
3868
|
AxoSearchBarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AxoSearchBarComponent, selectors: [["axo-search-bar"]], viewQuery: function AxoSearchBarComponent_Query(rf, ctx) {
|
|
3867
3869
|
if (rf & 1) {
|
|
3868
|
-
i0.ɵɵviewQuery(_c0$
|
|
3870
|
+
i0.ɵɵviewQuery(_c0$17, 5);
|
|
3869
3871
|
}
|
|
3870
3872
|
if (rf & 2) {
|
|
3871
3873
|
let _t;
|
|
@@ -5806,7 +5808,7 @@ function CalenderFilterComponent_div_26_div_9_Template(rf, ctx) {
|
|
|
5806
5808
|
i0.ɵɵelementEnd();
|
|
5807
5809
|
}
|
|
5808
5810
|
}
|
|
5809
|
-
const _c0$
|
|
5811
|
+
const _c0$16 = function (a0) { return { "mat-form-field-invalid": a0 }; };
|
|
5810
5812
|
function CalenderFilterComponent_div_26_Template(rf, ctx) {
|
|
5811
5813
|
if (rf & 1) {
|
|
5812
5814
|
const _r19 = i0.ɵɵgetCurrentView();
|
|
@@ -5831,7 +5833,7 @@ function CalenderFilterComponent_div_26_Template(rf, ctx) {
|
|
|
5831
5833
|
i0.ɵɵadvance(1);
|
|
5832
5834
|
i0.ɵɵproperty("formGroup", ctx_r4.dateRange);
|
|
5833
5835
|
i0.ɵɵadvance(2);
|
|
5834
|
-
i0.ɵɵproperty("readonly", true)("rangePicker", _r16)("ngClass", i0.ɵɵpureFunction1(6, _c0$
|
|
5836
|
+
i0.ɵɵproperty("readonly", true)("rangePicker", _r16)("ngClass", i0.ɵɵpureFunction1(6, _c0$16, ctx_r4.isSubmitButton));
|
|
5835
5837
|
i0.ɵɵadvance(3);
|
|
5836
5838
|
i0.ɵɵproperty("for", _r16);
|
|
5837
5839
|
i0.ɵɵadvance(3);
|
|
@@ -6147,7 +6149,7 @@ function DateTimeFilterComponent_div_21_Template(rf, ctx) {
|
|
|
6147
6149
|
i0.ɵɵproperty("for", _r12);
|
|
6148
6150
|
}
|
|
6149
6151
|
}
|
|
6150
|
-
const _c0$
|
|
6152
|
+
const _c0$15 = function () { return { applyLabel: "ok", format: "MM/DD/YYYY HH:mm" }; };
|
|
6151
6153
|
function DateTimeFilterComponent_div_26_Template(rf, ctx) {
|
|
6152
6154
|
if (rf & 1) {
|
|
6153
6155
|
const _r20 = i0.ɵɵgetCurrentView();
|
|
@@ -6164,7 +6166,7 @@ function DateTimeFilterComponent_div_26_Template(rf, ctx) {
|
|
|
6164
6166
|
if (rf & 2) {
|
|
6165
6167
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
6166
6168
|
i0.ɵɵadvance(1);
|
|
6167
|
-
i0.ɵɵproperty("timePicker", true)("readonly", true)("timePickerSeconds", false)("timePickerIncrement", 1)("timePicker24Hour", true)("locale", i0.ɵɵpureFunction0(8, _c0$
|
|
6169
|
+
i0.ɵɵproperty("timePicker", true)("readonly", true)("timePickerSeconds", false)("timePickerIncrement", 1)("timePicker24Hour", true)("locale", i0.ɵɵpureFunction0(8, _c0$15))("singleDatePicker", false)("ngModel", ctx_r4.dateRangeValue.value);
|
|
6168
6170
|
}
|
|
6169
6171
|
}
|
|
6170
6172
|
const dateTimeWidget = [ExpressionValueSubType.dateTime, ExpressionValueSubType.dateTimeOld, ExpressionValueSubType.timestamp];
|
|
@@ -6515,7 +6517,7 @@ function TimeFilterComponent_div_22_Template(rf, ctx) {
|
|
|
6515
6517
|
i0.ɵɵproperty("ngIf", ctx_r4.expression == null ? null : ctx_r4.expression.value == null ? null : ctx_r4.expression.value.value);
|
|
6516
6518
|
}
|
|
6517
6519
|
}
|
|
6518
|
-
const _c0$
|
|
6520
|
+
const _c0$14 = function (a0) { return { "between_time_active": a0 }; };
|
|
6519
6521
|
class TimeFilterComponent extends CommonFilterComponent {
|
|
6520
6522
|
constructor(_commonFilterService) {
|
|
6521
6523
|
super(_commonFilterService);
|
|
@@ -6713,7 +6715,7 @@ TimeFilterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TimeFil
|
|
|
6713
6715
|
i0.ɵɵadvance(3);
|
|
6714
6716
|
i0.ɵɵproperty("placeholder", ctx.displayValue)("matTooltip", ctx.toolTipValue)("matTooltipClass", "capitalize")("matMenuTriggerFor", _r1);
|
|
6715
6717
|
i0.ɵɵadvance(4);
|
|
6716
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(16, _c0$
|
|
6718
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(16, _c0$14, ctx.selectedOperator === ctx.timeOperatorIndex.between));
|
|
6717
6719
|
i0.ɵɵadvance(3);
|
|
6718
6720
|
i0.ɵɵproperty("value", ctx.timeOperatorIndex.greaterThanOrEqualTo)("checked", ctx.selectedOperator === ctx.timeOperatorIndex.greaterThanOrEqualTo);
|
|
6719
6721
|
i0.ɵɵadvance(2);
|
|
@@ -6838,7 +6840,7 @@ function NumberFilterComponent_div_26_Template(rf, ctx) {
|
|
|
6838
6840
|
i0.ɵɵproperty("ngIf", ctx_r5.expression == null ? null : ctx_r5.expression.value == null ? null : ctx_r5.expression.value.value);
|
|
6839
6841
|
}
|
|
6840
6842
|
}
|
|
6841
|
-
const _c0$
|
|
6843
|
+
const _c0$13 = function (a0) { return { "between_date_active": a0 }; };
|
|
6842
6844
|
class NumberFilterComponent extends CommonFilterComponent {
|
|
6843
6845
|
constructor(_commonFilterService) {
|
|
6844
6846
|
super(_commonFilterService);
|
|
@@ -7034,7 +7036,7 @@ NumberFilterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Numbe
|
|
|
7034
7036
|
i0.ɵɵadvance(2);
|
|
7035
7037
|
i0.ɵɵproperty("placeholder", ctx.displayValue)("matTooltip", ctx.toolTipValue)("matMenuTriggerFor", _r1);
|
|
7036
7038
|
i0.ɵɵadvance(4);
|
|
7037
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(18, _c0$
|
|
7039
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(18, _c0$13, ctx.selectedOperator === ctx.numberOperatorIndex.between));
|
|
7038
7040
|
i0.ɵɵadvance(3);
|
|
7039
7041
|
i0.ɵɵproperty("value", ctx.numberOperatorIndex.equalTo)("checked", ctx.selectedOperator === ctx.numberOperatorIndex.equalTo);
|
|
7040
7042
|
i0.ɵɵadvance(2);
|
|
@@ -7321,7 +7323,13 @@ class ChoiceListFilterComponent extends CommonFilterComponent {
|
|
|
7321
7323
|
this.setDisplayValue();
|
|
7322
7324
|
this.expression.comparisonOperator = new AxOperator({ text: 'In', value: 'IN' });
|
|
7323
7325
|
this.stringOperators = AxOperator.getStringOperator();
|
|
7324
|
-
|
|
7326
|
+
// Ensure seriesList is always an array
|
|
7327
|
+
const choices = this.expression.field.choices;
|
|
7328
|
+
this.seriesList = Array.isArray(choices)
|
|
7329
|
+
? choices
|
|
7330
|
+
: typeof choices === 'string'
|
|
7331
|
+
? choices.split(',').map(choice => new ChoiceListOption(choice.trim()))
|
|
7332
|
+
: []; // Fallback to an empty array if choices is neither
|
|
7325
7333
|
}
|
|
7326
7334
|
/**
|
|
7327
7335
|
* Set expression value
|
|
@@ -8052,7 +8060,7 @@ CategoryFilterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Cat
|
|
|
8052
8060
|
}] });
|
|
8053
8061
|
})();
|
|
8054
8062
|
|
|
8055
|
-
const _c0$
|
|
8063
|
+
const _c0$12 = ["filterScrollElement"];
|
|
8056
8064
|
function FiltersComponent_ng_container_4_ng_container_1_ng_container_1_ng_container_3_lib_calender_filter_2_Template(rf, ctx) {
|
|
8057
8065
|
if (rf & 1) {
|
|
8058
8066
|
const _r24 = i0.ɵɵgetCurrentView();
|
|
@@ -8710,7 +8718,7 @@ class FiltersComponent {
|
|
|
8710
8718
|
FiltersComponent.ɵfac = function FiltersComponent_Factory(t) { return new (t || FiltersComponent)(i0.ɵɵdirectiveInject(MultiSelectFilterService), i0.ɵɵdirectiveInject(CommonService), i0.ɵɵdirectiveInject(FiltersService), i0.ɵɵdirectiveInject(CommonFilterService)); };
|
|
8711
8719
|
FiltersComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FiltersComponent, selectors: [["filters"]], viewQuery: function FiltersComponent_Query(rf, ctx) {
|
|
8712
8720
|
if (rf & 1) {
|
|
8713
|
-
i0.ɵɵviewQuery(_c0$
|
|
8721
|
+
i0.ɵɵviewQuery(_c0$12, 5, ElementRef);
|
|
8714
8722
|
i0.ɵɵviewQuery(MatMenuTrigger, 5);
|
|
8715
8723
|
}
|
|
8716
8724
|
if (rf & 2) {
|
|
@@ -10365,7 +10373,7 @@ function ReportFilterComponent_div_0_span_3_Template(rf, ctx) {
|
|
|
10365
10373
|
i0.ɵɵelementEnd();
|
|
10366
10374
|
}
|
|
10367
10375
|
}
|
|
10368
|
-
const _c0$
|
|
10376
|
+
const _c0$11 = function (a0) { return { "border-seperator": a0 }; };
|
|
10369
10377
|
const _c1$n = function (a0) { return { "local-filter-btn": a0 }; };
|
|
10370
10378
|
function ReportFilterComponent_div_0_Template(rf, ctx) {
|
|
10371
10379
|
if (rf & 1) {
|
|
@@ -10388,7 +10396,7 @@ function ReportFilterComponent_div_0_Template(rf, ctx) {
|
|
|
10388
10396
|
if (rf & 2) {
|
|
10389
10397
|
const _r2 = i0.ɵɵreference(5);
|
|
10390
10398
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
10391
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$
|
|
10399
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$11, ctx_r0.getFiltersCount()));
|
|
10392
10400
|
i0.ɵɵadvance(1);
|
|
10393
10401
|
i0.ɵɵproperty("matMenuTriggerFor", _r2)("ngClass", i0.ɵɵpureFunction1(9, _c1$n, ctx_r0.scopeType.local === ctx_r0.filterScopeType));
|
|
10394
10402
|
i0.ɵɵadvance(2);
|
|
@@ -10698,7 +10706,7 @@ function CategoriesTreeComponent_div_0_ng_container_7_Template(rf, ctx) {
|
|
|
10698
10706
|
i0.ɵɵproperty("ngIf", !category_r4.isHidden);
|
|
10699
10707
|
}
|
|
10700
10708
|
}
|
|
10701
|
-
const _c0
|
|
10709
|
+
const _c0$10 = function (a0) { return { "field-container": a0 }; };
|
|
10702
10710
|
function CategoriesTreeComponent_div_0_Template(rf, ctx) {
|
|
10703
10711
|
if (rf & 1) {
|
|
10704
10712
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
@@ -10719,7 +10727,7 @@ function CategoriesTreeComponent_div_0_Template(rf, ctx) {
|
|
|
10719
10727
|
if (rf & 2) {
|
|
10720
10728
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
10721
10729
|
let tmp_1_0;
|
|
10722
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0
|
|
10730
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$10, ctx_r0.showSearchBox));
|
|
10723
10731
|
i0.ɵɵadvance(3);
|
|
10724
10732
|
i0.ɵɵproperty("ngIf", (tmp_1_0 = i0.ɵɵpipeBind2(4, 3, ctx_r0.categories, ctx_r0.searchedTerm)) == null ? null : tmp_1_0.length);
|
|
10725
10733
|
i0.ɵɵadvance(4);
|
|
@@ -11005,7 +11013,7 @@ function DataModelTreeComponent_div_3_Template(rf, ctx) {
|
|
|
11005
11013
|
i0.ɵɵelementEnd();
|
|
11006
11014
|
}
|
|
11007
11015
|
}
|
|
11008
|
-
const _c0
|
|
11016
|
+
const _c0$$ = function (a0) { return { "search-icon": a0 }; };
|
|
11009
11017
|
function DataModelTreeComponent_button_5_Template(rf, ctx) {
|
|
11010
11018
|
if (rf & 1) {
|
|
11011
11019
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
@@ -11017,7 +11025,7 @@ function DataModelTreeComponent_button_5_Template(rf, ctx) {
|
|
|
11017
11025
|
if (rf & 2) {
|
|
11018
11026
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
11019
11027
|
i0.ɵɵadvance(1);
|
|
11020
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0
|
|
11028
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$$, ctx_r1.showSearchBox))("svgIcon", "heroicons_solid:search");
|
|
11021
11029
|
}
|
|
11022
11030
|
}
|
|
11023
11031
|
function DataModelTreeComponent_mat_icon_7_Template(rf, ctx) {
|
|
@@ -11910,7 +11918,7 @@ function GhostLoaderComponent_ng_container_1_div_1_Template(rf, ctx) {
|
|
|
11910
11918
|
i0.ɵɵelement(0, "div", 3);
|
|
11911
11919
|
}
|
|
11912
11920
|
}
|
|
11913
|
-
const _c0$
|
|
11921
|
+
const _c0$_ = function () { return []; };
|
|
11914
11922
|
function GhostLoaderComponent_ng_container_1_Template(rf, ctx) {
|
|
11915
11923
|
if (rf & 1) {
|
|
11916
11924
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -11919,7 +11927,7 @@ function GhostLoaderComponent_ng_container_1_Template(rf, ctx) {
|
|
|
11919
11927
|
}
|
|
11920
11928
|
if (rf & 2) {
|
|
11921
11929
|
i0.ɵɵadvance(1);
|
|
11922
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
11930
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(11));
|
|
11923
11931
|
}
|
|
11924
11932
|
}
|
|
11925
11933
|
function GhostLoaderComponent_ng_container_2_div_3_Template(rf, ctx) {
|
|
@@ -11947,9 +11955,9 @@ function GhostLoaderComponent_ng_container_2_Template(rf, ctx) {
|
|
|
11947
11955
|
}
|
|
11948
11956
|
if (rf & 2) {
|
|
11949
11957
|
i0.ɵɵadvance(3);
|
|
11950
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(2, _c0$
|
|
11958
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(2, _c0$_).constructor(2));
|
|
11951
11959
|
i0.ɵɵadvance(2);
|
|
11952
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$
|
|
11960
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$_).constructor(3));
|
|
11953
11961
|
}
|
|
11954
11962
|
}
|
|
11955
11963
|
function GhostLoaderComponent_ng_container_3_Template(rf, ctx) {
|
|
@@ -12025,7 +12033,7 @@ function GhostLoaderComponent_ng_container_7_Template(rf, ctx) {
|
|
|
12025
12033
|
}
|
|
12026
12034
|
if (rf & 2) {
|
|
12027
12035
|
i0.ɵɵadvance(3);
|
|
12028
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12036
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(4));
|
|
12029
12037
|
}
|
|
12030
12038
|
}
|
|
12031
12039
|
function GhostLoaderComponent_ng_container_8_ng_container_5_Template(rf, ctx) {
|
|
@@ -12056,7 +12064,7 @@ function GhostLoaderComponent_ng_container_8_ng_container_6_Template(rf, ctx) {
|
|
|
12056
12064
|
}
|
|
12057
12065
|
if (rf & 2) {
|
|
12058
12066
|
i0.ɵɵadvance(2);
|
|
12059
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12067
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(11));
|
|
12060
12068
|
}
|
|
12061
12069
|
}
|
|
12062
12070
|
function GhostLoaderComponent_ng_container_8_Template(rf, ctx) {
|
|
@@ -12076,9 +12084,9 @@ function GhostLoaderComponent_ng_container_8_Template(rf, ctx) {
|
|
|
12076
12084
|
}
|
|
12077
12085
|
if (rf & 2) {
|
|
12078
12086
|
i0.ɵɵadvance(5);
|
|
12079
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(2, _c0$
|
|
12087
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(2, _c0$_).constructor(11));
|
|
12080
12088
|
i0.ɵɵadvance(1);
|
|
12081
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$
|
|
12089
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$_).constructor(8));
|
|
12082
12090
|
}
|
|
12083
12091
|
}
|
|
12084
12092
|
function GhostLoaderComponent_ng_container_9_Template(rf, ctx) {
|
|
@@ -12108,7 +12116,7 @@ function GhostLoaderComponent_ng_container_10_Template(rf, ctx) {
|
|
|
12108
12116
|
}
|
|
12109
12117
|
if (rf & 2) {
|
|
12110
12118
|
i0.ɵɵadvance(2);
|
|
12111
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12119
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(4));
|
|
12112
12120
|
}
|
|
12113
12121
|
}
|
|
12114
12122
|
function GhostLoaderComponent_ng_container_11_Template(rf, ctx) {
|
|
@@ -12157,7 +12165,7 @@ function GhostLoaderComponent_ng_container_13_Template(rf, ctx) {
|
|
|
12157
12165
|
}
|
|
12158
12166
|
if (rf & 2) {
|
|
12159
12167
|
i0.ɵɵadvance(8);
|
|
12160
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12168
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(4));
|
|
12161
12169
|
}
|
|
12162
12170
|
}
|
|
12163
12171
|
function GhostLoaderComponent_ng_container_14_div_3_Template(rf, ctx) {
|
|
@@ -12177,7 +12185,7 @@ function GhostLoaderComponent_ng_container_14_Template(rf, ctx) {
|
|
|
12177
12185
|
}
|
|
12178
12186
|
if (rf & 2) {
|
|
12179
12187
|
i0.ɵɵadvance(3);
|
|
12180
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12188
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(15));
|
|
12181
12189
|
}
|
|
12182
12190
|
}
|
|
12183
12191
|
function GhostLoaderComponent_ng_container_15_div_3_Template(rf, ctx) {
|
|
@@ -12221,11 +12229,11 @@ function GhostLoaderComponent_ng_container_15_Template(rf, ctx) {
|
|
|
12221
12229
|
}
|
|
12222
12230
|
if (rf & 2) {
|
|
12223
12231
|
i0.ɵɵadvance(3);
|
|
12224
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$
|
|
12232
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$_).constructor(2));
|
|
12225
12233
|
i0.ɵɵadvance(4);
|
|
12226
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(4, _c0$
|
|
12234
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(4, _c0$_).constructor(12));
|
|
12227
12235
|
i0.ɵɵadvance(5);
|
|
12228
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(5, _c0$
|
|
12236
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(5, _c0$_).constructor(12));
|
|
12229
12237
|
}
|
|
12230
12238
|
}
|
|
12231
12239
|
function GhostLoaderComponent_ng_container_16_div_3_Template(rf, ctx) {
|
|
@@ -12283,13 +12291,13 @@ function GhostLoaderComponent_ng_container_16_Template(rf, ctx) {
|
|
|
12283
12291
|
}
|
|
12284
12292
|
if (rf & 2) {
|
|
12285
12293
|
i0.ɵɵadvance(3);
|
|
12286
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(4, _c0$
|
|
12294
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(4, _c0$_).constructor(2));
|
|
12287
12295
|
i0.ɵɵadvance(4);
|
|
12288
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(5, _c0$
|
|
12296
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(5, _c0$_).constructor(12));
|
|
12289
12297
|
i0.ɵɵadvance(2);
|
|
12290
12298
|
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(6, _c1$l));
|
|
12291
12299
|
i0.ɵɵadvance(5);
|
|
12292
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(7, _c0$
|
|
12300
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(7, _c0$_).constructor(8));
|
|
12293
12301
|
}
|
|
12294
12302
|
}
|
|
12295
12303
|
function GhostLoaderComponent_ng_container_17_div_3_Template(rf, ctx) {
|
|
@@ -12343,13 +12351,13 @@ function GhostLoaderComponent_ng_container_17_Template(rf, ctx) {
|
|
|
12343
12351
|
}
|
|
12344
12352
|
if (rf & 2) {
|
|
12345
12353
|
i0.ɵɵadvance(3);
|
|
12346
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(4, _c0$
|
|
12354
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(4, _c0$_).constructor(2));
|
|
12347
12355
|
i0.ɵɵadvance(4);
|
|
12348
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(5, _c0$
|
|
12356
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(5, _c0$_).constructor(6));
|
|
12349
12357
|
i0.ɵɵadvance(3);
|
|
12350
12358
|
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(6, _c2$h));
|
|
12351
12359
|
i0.ɵɵadvance(2);
|
|
12352
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(7, _c0$
|
|
12360
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(7, _c0$_).constructor(10));
|
|
12353
12361
|
}
|
|
12354
12362
|
}
|
|
12355
12363
|
function GhostLoaderComponent_ng_container_18_tr_4_td_1_Template(rf, ctx) {
|
|
@@ -12367,7 +12375,7 @@ function GhostLoaderComponent_ng_container_18_tr_4_Template(rf, ctx) {
|
|
|
12367
12375
|
}
|
|
12368
12376
|
if (rf & 2) {
|
|
12369
12377
|
i0.ɵɵadvance(1);
|
|
12370
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12378
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(3));
|
|
12371
12379
|
}
|
|
12372
12380
|
}
|
|
12373
12381
|
function GhostLoaderComponent_ng_container_18_Template(rf, ctx) {
|
|
@@ -12384,7 +12392,7 @@ function GhostLoaderComponent_ng_container_18_Template(rf, ctx) {
|
|
|
12384
12392
|
}
|
|
12385
12393
|
if (rf & 2) {
|
|
12386
12394
|
i0.ɵɵadvance(4);
|
|
12387
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12395
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(11));
|
|
12388
12396
|
}
|
|
12389
12397
|
}
|
|
12390
12398
|
function GhostLoaderComponent_ng_container_19_div_3_Template(rf, ctx) {
|
|
@@ -12415,9 +12423,9 @@ function GhostLoaderComponent_ng_container_19_Template(rf, ctx) {
|
|
|
12415
12423
|
}
|
|
12416
12424
|
if (rf & 2) {
|
|
12417
12425
|
i0.ɵɵadvance(3);
|
|
12418
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(2, _c0$
|
|
12426
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(2, _c0$_).constructor(2));
|
|
12419
12427
|
i0.ɵɵadvance(4);
|
|
12420
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$
|
|
12428
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$_).constructor(4));
|
|
12421
12429
|
}
|
|
12422
12430
|
}
|
|
12423
12431
|
function GhostLoaderComponent_ng_container_20_div_5_Template(rf, ctx) {
|
|
@@ -12439,7 +12447,7 @@ function GhostLoaderComponent_ng_container_20_Template(rf, ctx) {
|
|
|
12439
12447
|
}
|
|
12440
12448
|
if (rf & 2) {
|
|
12441
12449
|
i0.ɵɵadvance(5);
|
|
12442
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12450
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(6));
|
|
12443
12451
|
}
|
|
12444
12452
|
}
|
|
12445
12453
|
function GhostLoaderComponent_ng_container_21_div_1_div_8_Template(rf, ctx) {
|
|
@@ -12504,11 +12512,11 @@ function GhostLoaderComponent_ng_container_21_div_1_Template(rf, ctx) {
|
|
|
12504
12512
|
}
|
|
12505
12513
|
if (rf & 2) {
|
|
12506
12514
|
i0.ɵɵadvance(8);
|
|
12507
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$
|
|
12515
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(3, _c0$_).constructor(3));
|
|
12508
12516
|
i0.ɵɵadvance(3);
|
|
12509
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(4, _c0$
|
|
12517
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(4, _c0$_).constructor(9));
|
|
12510
12518
|
i0.ɵɵadvance(8);
|
|
12511
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(5, _c0$
|
|
12519
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(5, _c0$_).constructor(3));
|
|
12512
12520
|
}
|
|
12513
12521
|
}
|
|
12514
12522
|
function GhostLoaderComponent_ng_container_21_Template(rf, ctx) {
|
|
@@ -12519,7 +12527,7 @@ function GhostLoaderComponent_ng_container_21_Template(rf, ctx) {
|
|
|
12519
12527
|
}
|
|
12520
12528
|
if (rf & 2) {
|
|
12521
12529
|
i0.ɵɵadvance(1);
|
|
12522
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12530
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(2));
|
|
12523
12531
|
}
|
|
12524
12532
|
}
|
|
12525
12533
|
function GhostLoaderComponent_ng_container_22_div_9_Template(rf, ctx) {
|
|
@@ -12557,7 +12565,7 @@ function GhostLoaderComponent_ng_container_22_Template(rf, ctx) {
|
|
|
12557
12565
|
if (rf & 2) {
|
|
12558
12566
|
const ctx_r21 = i0.ɵɵnextContext();
|
|
12559
12567
|
i0.ɵɵadvance(9);
|
|
12560
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(2, _c0$
|
|
12568
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(2, _c0$_).constructor(9));
|
|
12561
12569
|
i0.ɵɵadvance(3);
|
|
12562
12570
|
i0.ɵɵproperty("elementType", ctx_r21.GhostLoaderType.DataDetailLoader);
|
|
12563
12571
|
}
|
|
@@ -12659,7 +12667,7 @@ function GhostLoaderComponent_ng_container_25_Template(rf, ctx) {
|
|
|
12659
12667
|
}
|
|
12660
12668
|
if (rf & 2) {
|
|
12661
12669
|
i0.ɵɵadvance(2);
|
|
12662
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12670
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(16));
|
|
12663
12671
|
}
|
|
12664
12672
|
}
|
|
12665
12673
|
function GhostLoaderComponent_ng_container_26_Template(rf, ctx) {
|
|
@@ -12720,7 +12728,7 @@ function GhostLoaderComponent_ng_container_30_Template(rf, ctx) {
|
|
|
12720
12728
|
}
|
|
12721
12729
|
if (rf & 2) {
|
|
12722
12730
|
i0.ɵɵadvance(2);
|
|
12723
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$
|
|
12731
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpureFunction0(1, _c0$_).constructor(3));
|
|
12724
12732
|
}
|
|
12725
12733
|
}
|
|
12726
12734
|
class GhostLoaderComponent {
|
|
@@ -13274,7 +13282,7 @@ function SelectDashboardsDialogComponent_div_13_Template(rf, ctx) {
|
|
|
13274
13282
|
i0.ɵɵproperty("ngIf", ctx_r1.dashboardName.invalid && ctx_r1.dashboardName.touched);
|
|
13275
13283
|
}
|
|
13276
13284
|
}
|
|
13277
|
-
const _c0$
|
|
13285
|
+
const _c0$Z = function (a0) { return { "active-selected": a0 }; };
|
|
13278
13286
|
class SelectDashboardsDialogComponent {
|
|
13279
13287
|
constructor(_dashboardListService, _showDashboardComponentService, _snackBar, _axoSnackBar, dialog, data, router) {
|
|
13280
13288
|
this._dashboardListService = _dashboardListService;
|
|
@@ -13411,9 +13419,9 @@ SelectDashboardsDialogComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ t
|
|
|
13411
13419
|
}
|
|
13412
13420
|
if (rf & 2) {
|
|
13413
13421
|
i0.ɵɵadvance(5);
|
|
13414
|
-
i0.ɵɵproperty("disableRipple", true)("ngClass", i0.ɵɵpureFunction1(8, _c0$
|
|
13422
|
+
i0.ɵɵproperty("disableRipple", true)("ngClass", i0.ɵɵpureFunction1(8, _c0$Z, ctx.showDashboard));
|
|
13415
13423
|
i0.ɵɵadvance(3);
|
|
13416
|
-
i0.ɵɵproperty("disableRipple", true)("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
13424
|
+
i0.ɵɵproperty("disableRipple", true)("ngClass", i0.ɵɵpureFunction1(10, _c0$Z, !ctx.showDashboard));
|
|
13417
13425
|
i0.ɵɵadvance(4);
|
|
13418
13426
|
i0.ɵɵproperty("ngIf", ctx.showDashboard);
|
|
13419
13427
|
i0.ɵɵadvance(1);
|
|
@@ -13441,7 +13449,7 @@ SelectDashboardsDialogComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ t
|
|
|
13441
13449
|
}, null);
|
|
13442
13450
|
})();
|
|
13443
13451
|
|
|
13444
|
-
const _c0$
|
|
13452
|
+
const _c0$Y = function (a0) { return { "delete-button": a0 }; };
|
|
13445
13453
|
class ConfirmationModalComponent {
|
|
13446
13454
|
constructor(dialogRef, data) {
|
|
13447
13455
|
this.dialogRef = dialogRef;
|
|
@@ -13455,50 +13463,47 @@ class ConfirmationModalComponent {
|
|
|
13455
13463
|
}
|
|
13456
13464
|
}
|
|
13457
13465
|
ConfirmationModalComponent.ɵfac = function ConfirmationModalComponent_Factory(t) { return new (t || ConfirmationModalComponent)(i0.ɵɵdirectiveInject(i1$5.MatDialogRef), i0.ɵɵdirectiveInject(MAT_DIALOG_DATA)); };
|
|
13458
|
-
ConfirmationModalComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConfirmationModalComponent, selectors: [["comfirmation-modal"]], decls:
|
|
13466
|
+
ConfirmationModalComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConfirmationModalComponent, selectors: [["comfirmation-modal"]], decls: 11, vars: 7, consts: [[1, "popup-container", "confirmation-popup"], [1, "close-icon", 3, "click"], [1, "action-btn-container"], [1, "stroke-btn", 3, "click"], ["cdkFocusInitial", "", 1, "delete-btn", 3, "ngClass", "click"]], template: function ConfirmationModalComponent_Template(rf, ctx) {
|
|
13459
13467
|
if (rf & 1) {
|
|
13460
13468
|
i0.ɵɵelementStart(0, "div", 0);
|
|
13461
|
-
i0.ɵɵelementStart(1, "
|
|
13462
|
-
i0.ɵɵ
|
|
13463
|
-
i0.ɵɵtext(3);
|
|
13469
|
+
i0.ɵɵelementStart(1, "button", 1);
|
|
13470
|
+
i0.ɵɵlistener("click", function ConfirmationModalComponent_Template_button_click_1_listener() { return ctx.onNoClick(); });
|
|
13464
13471
|
i0.ɵɵelementEnd();
|
|
13465
|
-
i0.ɵɵelementStart(
|
|
13466
|
-
i0.ɵɵ
|
|
13467
|
-
i0.ɵɵelement(5, "mat-icon", 4);
|
|
13472
|
+
i0.ɵɵelementStart(2, "h1");
|
|
13473
|
+
i0.ɵɵtext(3);
|
|
13468
13474
|
i0.ɵɵelementEnd();
|
|
13475
|
+
i0.ɵɵelementStart(4, "p");
|
|
13476
|
+
i0.ɵɵtext(5);
|
|
13469
13477
|
i0.ɵɵelementEnd();
|
|
13470
|
-
i0.ɵɵelementStart(6, "
|
|
13471
|
-
i0.ɵɵ
|
|
13478
|
+
i0.ɵɵelementStart(6, "div", 2);
|
|
13479
|
+
i0.ɵɵelementStart(7, "button", 3);
|
|
13480
|
+
i0.ɵɵlistener("click", function ConfirmationModalComponent_Template_button_click_7_listener() { return ctx.onNoClick(); });
|
|
13481
|
+
i0.ɵɵtext(8);
|
|
13472
13482
|
i0.ɵɵelementEnd();
|
|
13473
|
-
i0.ɵɵelementStart(
|
|
13474
|
-
i0.ɵɵ
|
|
13475
|
-
i0.ɵɵlistener("click", function ConfirmationModalComponent_Template_button_click_9_listener() { return ctx.onNoClick(); });
|
|
13483
|
+
i0.ɵɵelementStart(9, "button", 4);
|
|
13484
|
+
i0.ɵɵlistener("click", function ConfirmationModalComponent_Template_button_click_9_listener() { return ctx.onYesClick(); });
|
|
13476
13485
|
i0.ɵɵtext(10);
|
|
13477
13486
|
i0.ɵɵelementEnd();
|
|
13478
|
-
i0.ɵɵelementStart(11, "button", 8);
|
|
13479
|
-
i0.ɵɵlistener("click", function ConfirmationModalComponent_Template_button_click_11_listener() { return ctx.onYesClick(); });
|
|
13480
|
-
i0.ɵɵtext(12);
|
|
13481
|
-
i0.ɵɵelementEnd();
|
|
13482
13487
|
i0.ɵɵelementEnd();
|
|
13483
13488
|
i0.ɵɵelementEnd();
|
|
13484
13489
|
}
|
|
13485
13490
|
if (rf & 2) {
|
|
13486
13491
|
i0.ɵɵadvance(3);
|
|
13487
13492
|
i0.ɵɵtextInterpolate(ctx.data.title);
|
|
13488
|
-
i0.ɵɵadvance(
|
|
13493
|
+
i0.ɵɵadvance(2);
|
|
13489
13494
|
i0.ɵɵtextInterpolate(ctx.data.message);
|
|
13490
13495
|
i0.ɵɵadvance(3);
|
|
13491
13496
|
i0.ɵɵtextInterpolate(ctx.data.cancelButtonText);
|
|
13492
13497
|
i0.ɵɵadvance(1);
|
|
13493
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$
|
|
13498
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$Y, ctx.data.confirmButtonType === "delete"));
|
|
13494
13499
|
i0.ɵɵadvance(1);
|
|
13495
13500
|
i0.ɵɵtextInterpolate(ctx.data.confirmButtonText);
|
|
13496
13501
|
}
|
|
13497
|
-
}, directives: [
|
|
13502
|
+
}, directives: [i1$3.NgClass], styles: [".confirmation-popup{max-width:20vw}\n", ".popup-container{min-width:20vw;min-height:fit-content;width:fit-content;height:fit-content;max-width:75vw;max-height:75vh;font-family:Inter var,Roboto;font-size:.875rem;position:relative}.popup-container h1{font-family:Inter var,Roboto!important;color:#1b2b4b;font-size:1.125rem;font-weight:500;line-height:28px;margin:0 0 1rem;text-transform:capitalize;width:fit-content}.popup-container p{color:#475467;font-weight:400;margin:0;line-height:20px}.popup-container label{display:block;color:#1b2b4b;font-weight:500;margin:0 0 .2rem}.popup-container .close-icon{height:24px;width:24px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M18 6L6 18M6 6L18 18%22 stroke%3D%22%23667085%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E\");background-position:center;background-size:100%;position:absolute;top:0;right:0}.popup-container .action-btn-container{display:flex;justify-content:right;gap:.5rem;margin:1.5rem 0 0}.popup-container input[type=text],.popup-container input[type=number],.popup-container input[type=email],.popup-container textarea{display:block;border:1px solid #D0D5DD;border-radius:.375rem;width:100%;padding:.5rem 1rem;color:#1b2b4b;resize:none}.popup-container input[type=text]::placeholder,.popup-container input[type=number]::placeholder,.popup-container input[type=email]::placeholder,.popup-container textarea::placeholder{color:#a5a5a5}.popup-container input[type=text]:focus,.popup-container input[type=number]:focus,.popup-container input[type=email]:focus,.popup-container textarea:focus{border:1px solid #6C52ED}.popup-container .err-message-container{height:14px;line-height:12px;width:100%;margin-top:2px}.popup-container .err-message-container .error-message{color:#dc2626;font-size:12px;float:right}.popup-container .invalid-input{border:1px solid #dc2626!important}.popup-container .checkbox-container{display:flex;justify-content:start;align-items:center}.popup-container .checkbox-container input[type=checkbox]{width:fit-content;margin:0 .5rem 0 0}\n"], encapsulation: 2 });
|
|
13498
13503
|
(function () {
|
|
13499
13504
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConfirmationModalComponent, [{
|
|
13500
13505
|
type: Component,
|
|
13501
|
-
args: [{ selector: 'comfirmation-modal', encapsulation: ViewEncapsulation.None, template: "<div class=\"confirmation-popup\">\n <
|
|
13506
|
+
args: [{ selector: 'comfirmation-modal', encapsulation: ViewEncapsulation.None, template: "<div class=\"popup-container confirmation-popup\">\n <button class=\"close-icon\" (click)=\"onNoClick()\"></button>\n <h1>{{data.title}}</h1>\n <p>{{data.message}}</p>\n <div class=\"action-btn-container\">\n <button class=\"stroke-btn\" (click)=\"onNoClick()\">{{data.cancelButtonText}}</button>\n <button class=\"delete-btn\" [ngClass]=\"{'delete-button': data.confirmButtonType === 'delete'}\" (click)=\"onYesClick()\"\n cdkFocusInitial>{{data.confirmButtonText}}</button>\n </div>\n</div>", styles: [".confirmation-popup{max-width:20vw}\n", ".popup-container{min-width:20vw;min-height:fit-content;width:fit-content;height:fit-content;max-width:75vw;max-height:75vh;font-family:Inter var,Roboto;font-size:.875rem;position:relative}.popup-container h1{font-family:Inter var,Roboto!important;color:#1b2b4b;font-size:1.125rem;font-weight:500;line-height:28px;margin:0 0 1rem;text-transform:capitalize;width:fit-content}.popup-container p{color:#475467;font-weight:400;margin:0;line-height:20px}.popup-container label{display:block;color:#1b2b4b;font-weight:500;margin:0 0 .2rem}.popup-container .close-icon{height:24px;width:24px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M18 6L6 18M6 6L18 18%22 stroke%3D%22%23667085%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E\");background-position:center;background-size:100%;position:absolute;top:0;right:0}.popup-container .action-btn-container{display:flex;justify-content:right;gap:.5rem;margin:1.5rem 0 0}.popup-container input[type=text],.popup-container input[type=number],.popup-container input[type=email],.popup-container textarea{display:block;border:1px solid #D0D5DD;border-radius:.375rem;width:100%;padding:.5rem 1rem;color:#1b2b4b;resize:none}.popup-container input[type=text]::placeholder,.popup-container input[type=number]::placeholder,.popup-container input[type=email]::placeholder,.popup-container textarea::placeholder{color:#a5a5a5}.popup-container input[type=text]:focus,.popup-container input[type=number]:focus,.popup-container input[type=email]:focus,.popup-container textarea:focus{border:1px solid #6C52ED}.popup-container .err-message-container{height:14px;line-height:12px;width:100%;margin-top:2px}.popup-container .err-message-container .error-message{color:#dc2626;font-size:12px;float:right}.popup-container .invalid-input{border:1px solid #dc2626!important}.popup-container .checkbox-container{display:flex;justify-content:start;align-items:center}.popup-container .checkbox-container input[type=checkbox]{width:fit-content;margin:0 .5rem 0 0}\n"] }]
|
|
13502
13507
|
}], function () {
|
|
13503
13508
|
return [{ type: i1$5.MatDialogRef }, { type: undefined, decorators: [{
|
|
13504
13509
|
type: Inject,
|
|
@@ -13676,7 +13681,7 @@ DashboardBuilderService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token:
|
|
|
13676
13681
|
}], function () { return [{ type: i1$2.HttpClient }]; }, null);
|
|
13677
13682
|
})();
|
|
13678
13683
|
|
|
13679
|
-
const _c0$
|
|
13684
|
+
const _c0$X = ["cardChartContainer"];
|
|
13680
13685
|
const _c1$k = ["cardBody"];
|
|
13681
13686
|
function CardChartComponent_ng_container_1_Template(rf, ctx) {
|
|
13682
13687
|
if (rf & 1) {
|
|
@@ -14170,7 +14175,7 @@ CardChartComponent.ɵfac = function CardChartComponent_Factory(t) { return new (
|
|
|
14170
14175
|
CardChartComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardChartComponent, selectors: [["lib-card-chart"]], viewQuery: function CardChartComponent_Query(rf, ctx) {
|
|
14171
14176
|
if (rf & 1) {
|
|
14172
14177
|
i0.ɵɵviewQuery(MatMenuTrigger, 5);
|
|
14173
|
-
i0.ɵɵviewQuery(_c0$
|
|
14178
|
+
i0.ɵɵviewQuery(_c0$X, 5);
|
|
14174
14179
|
i0.ɵɵviewQuery(_c1$k, 5);
|
|
14175
14180
|
}
|
|
14176
14181
|
if (rf & 2) {
|
|
@@ -14683,7 +14688,7 @@ DrillThroughService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: Dril
|
|
|
14683
14688
|
})();
|
|
14684
14689
|
|
|
14685
14690
|
// External libs
|
|
14686
|
-
const _c0$
|
|
14691
|
+
const _c0$W = ["chart"];
|
|
14687
14692
|
function LineChartComponent_ng_container_1_Template(rf, ctx) {
|
|
14688
14693
|
if (rf & 1) {
|
|
14689
14694
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -15448,7 +15453,7 @@ class LineChartComponent {
|
|
|
15448
15453
|
LineChartComponent.ɵfac = function LineChartComponent_Factory(t) { return new (t || LineChartComponent)(i0.ɵɵdirectiveInject(FieldsListService), i0.ɵɵdirectiveInject(SendToDashboardService), i0.ɵɵdirectiveInject(ReportBuilderMasterService), i0.ɵɵdirectiveInject(ElementService), i0.ɵɵdirectiveInject(CommonService), i0.ɵɵdirectiveInject(DashboardBuilderService), i0.ɵɵdirectiveInject(DrillThroughService), i0.ɵɵdirectiveInject(i2.Router), i0.ɵɵdirectiveInject(FiltersService)); };
|
|
15449
15454
|
LineChartComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineChartComponent, selectors: [["lib-line-chart"]], viewQuery: function LineChartComponent_Query(rf, ctx) {
|
|
15450
15455
|
if (rf & 1) {
|
|
15451
|
-
i0.ɵɵviewQuery(_c0$
|
|
15456
|
+
i0.ɵɵviewQuery(_c0$W, 5);
|
|
15452
15457
|
i0.ɵɵviewQuery(MatMenuTrigger, 5);
|
|
15453
15458
|
}
|
|
15454
15459
|
if (rf & 2) {
|
|
@@ -15660,7 +15665,7 @@ function PieChartComponent_ng_container_2_Template(rf, ctx) {
|
|
|
15660
15665
|
i0.ɵɵproperty("diameter", _r0.offsetHeight <= _r0.offsetWidth ? _r0.offsetHeight : _r0.offsetWidth)("elementType", ctx_r1.GhostLoaderType.PieChartLoader);
|
|
15661
15666
|
}
|
|
15662
15667
|
}
|
|
15663
|
-
const _c0$
|
|
15668
|
+
const _c0$V = function (a0, a1) { return { "local-body": a0, "hidden": a1 }; };
|
|
15664
15669
|
function PieChartComponent_div_5_Template(rf, ctx) {
|
|
15665
15670
|
if (rf & 1) {
|
|
15666
15671
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
@@ -15673,7 +15678,7 @@ function PieChartComponent_div_5_Template(rf, ctx) {
|
|
|
15673
15678
|
}
|
|
15674
15679
|
if (rf & 2) {
|
|
15675
15680
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
15676
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(8, _c0$
|
|
15681
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(8, _c0$V, !ctx_r2.isEditable, ctx_r2.screenType != ctx_r2.ScreenType.reportBuilder && !ctx_r2.ShowFilters));
|
|
15677
15682
|
i0.ɵɵadvance(1);
|
|
15678
15683
|
i0.ɵɵproperty("filters", ctx_r2.reportData.filters)("categories", ctx_r2.reportData.categories)("reportId", ctx_r2.reportId)("screenType", ctx_r2.screenType)("dataModel", ctx_r2.dataModel)("isEditable", ctx_r2.isEditable)("appVersion", ctx_r2.appVersionId);
|
|
15679
15684
|
}
|
|
@@ -16694,7 +16699,7 @@ class PieChart extends Chart {
|
|
|
16694
16699
|
}
|
|
16695
16700
|
}
|
|
16696
16701
|
|
|
16697
|
-
const _c0$
|
|
16702
|
+
const _c0$U = ["textContainer"];
|
|
16698
16703
|
function TextComponent_ng_container_1_Template(rf, ctx) {
|
|
16699
16704
|
if (rf & 1) {
|
|
16700
16705
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -17046,7 +17051,7 @@ TextComponent.ɵfac = function TextComponent_Factory(t) { return new (t || TextC
|
|
|
17046
17051
|
TextComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TextComponent, selectors: [["lib-text"]], viewQuery: function TextComponent_Query(rf, ctx) {
|
|
17047
17052
|
if (rf & 1) {
|
|
17048
17053
|
i0.ɵɵviewQuery(MatMenuTrigger, 5);
|
|
17049
|
-
i0.ɵɵviewQuery(_c0$
|
|
17054
|
+
i0.ɵɵviewQuery(_c0$U, 5);
|
|
17050
17055
|
}
|
|
17051
17056
|
if (rf & 2) {
|
|
17052
17057
|
let _t;
|
|
@@ -17827,7 +17832,7 @@ ReportBuilderMasterService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ toke
|
|
|
17827
17832
|
}], function () { return [{ type: i1$2.HttpClient }, { type: ReportControlService }, { type: BreadCrumbsService }, { type: CommonService }]; }, null);
|
|
17828
17833
|
})();
|
|
17829
17834
|
|
|
17830
|
-
const _c0$
|
|
17835
|
+
const _c0$T = ["barChartContainer"];
|
|
17831
17836
|
function BarChartComponent_ng_container_1_ng_container_1_Template(rf, ctx) {
|
|
17832
17837
|
if (rf & 1) {
|
|
17833
17838
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -18748,7 +18753,7 @@ class BarChartComponent {
|
|
|
18748
18753
|
BarChartComponent.ɵfac = function BarChartComponent_Factory(t) { return new (t || BarChartComponent)(i0.ɵɵdirectiveInject(FieldsListService), i0.ɵɵdirectiveInject(ReportBuilderMasterService), i0.ɵɵdirectiveInject(SendToDashboardService), i0.ɵɵdirectiveInject(ElementService), i0.ɵɵdirectiveInject(CommonService), i0.ɵɵdirectiveInject(DrillThroughService), i0.ɵɵdirectiveInject(DashboardBuilderService), i0.ɵɵdirectiveInject(i2.Router), i0.ɵɵdirectiveInject(FiltersService)); };
|
|
18749
18754
|
BarChartComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BarChartComponent, selectors: [["bar-chart"]], viewQuery: function BarChartComponent_Query(rf, ctx) {
|
|
18750
18755
|
if (rf & 1) {
|
|
18751
|
-
i0.ɵɵviewQuery(_c0$
|
|
18756
|
+
i0.ɵɵviewQuery(_c0$T, 5);
|
|
18752
18757
|
i0.ɵɵviewQuery(MatMenuTrigger, 5);
|
|
18753
18758
|
}
|
|
18754
18759
|
if (rf & 2) {
|
|
@@ -19002,7 +19007,7 @@ function ChartFilterComponent_div_0_ng_container_14_div_1_mat_list_option_5_Temp
|
|
|
19002
19007
|
i0.ɵɵtextInterpolate1(" ", category_r13.name, "");
|
|
19003
19008
|
}
|
|
19004
19009
|
}
|
|
19005
|
-
const _c0$
|
|
19010
|
+
const _c0$S = function (a0) { return { "field-container": a0 }; };
|
|
19006
19011
|
function ChartFilterComponent_div_0_ng_container_14_div_1_Template(rf, ctx) {
|
|
19007
19012
|
if (rf & 1) {
|
|
19008
19013
|
const _r18 = i0.ɵɵgetCurrentView();
|
|
@@ -19019,7 +19024,7 @@ function ChartFilterComponent_div_0_ng_container_14_div_1_Template(rf, ctx) {
|
|
|
19019
19024
|
if (rf & 2) {
|
|
19020
19025
|
const ctx_r9 = i0.ɵɵnextContext(3);
|
|
19021
19026
|
let tmp_1_0;
|
|
19022
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$
|
|
19027
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$S, ctx_r9.showSearchBox));
|
|
19023
19028
|
i0.ɵɵadvance(1);
|
|
19024
19029
|
i0.ɵɵproperty("ngIf", (tmp_1_0 = i0.ɵɵpipeBind2(2, 3, ctx_r9.categoryList, ctx_r9.searchedTerm)) == null ? null : tmp_1_0.length);
|
|
19025
19030
|
i0.ɵɵadvance(4);
|
|
@@ -20318,7 +20323,7 @@ TabularReportService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: Tab
|
|
|
20318
20323
|
}], function () { return [{ type: i1$2.HttpClient }]; }, null);
|
|
20319
20324
|
})();
|
|
20320
20325
|
|
|
20321
|
-
const _c0$
|
|
20326
|
+
const _c0$R = ["removeFromDashboardMenu"];
|
|
20322
20327
|
const _c1$e = ["drillThorughMenuTrigger"];
|
|
20323
20328
|
const _c2$a = function (a0) { return { "dashboard-tabular-filter": a0 }; };
|
|
20324
20329
|
function TabularComponent_div_1_div_1_Template(rf, ctx) {
|
|
@@ -20997,7 +21002,7 @@ TabularComponent.ɵfac = function TabularComponent_Factory(t) { return new (t ||
|
|
|
20997
21002
|
TabularComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TabularComponent, selectors: [["tabular"]], viewQuery: function TabularComponent_Query(rf, ctx) {
|
|
20998
21003
|
if (rf & 1) {
|
|
20999
21004
|
i0.ɵɵviewQuery(MatMenuTrigger, 5);
|
|
21000
|
-
i0.ɵɵviewQuery(_c0$
|
|
21005
|
+
i0.ɵɵviewQuery(_c0$R, 5, MatMenuTrigger);
|
|
21001
21006
|
i0.ɵɵviewQuery(_c1$e, 5, MatMenuTrigger);
|
|
21002
21007
|
}
|
|
21003
21008
|
if (rf & 2) {
|
|
@@ -21176,7 +21181,7 @@ function DashboardFilterComponent_button_2_Template(rf, ctx) {
|
|
|
21176
21181
|
i0.ɵɵelementEnd();
|
|
21177
21182
|
}
|
|
21178
21183
|
}
|
|
21179
|
-
const _c0$
|
|
21184
|
+
const _c0$Q = function (a0) { return { "widthWithCrossFilter": a0 }; };
|
|
21180
21185
|
class DashboardFilterComponent {
|
|
21181
21186
|
constructor(_elementService, activatedRoute) {
|
|
21182
21187
|
this._elementService = _elementService;
|
|
@@ -21245,7 +21250,7 @@ DashboardFilterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Da
|
|
|
21245
21250
|
}
|
|
21246
21251
|
if (rf & 2) {
|
|
21247
21252
|
i0.ɵɵadvance(1);
|
|
21248
|
-
i0.ɵɵproperty("commonFilterArray", ctx.commonFilterArray)("screenType", ctx.screenType)("scopeType", ctx.scopeType)("ngClass", i0.ɵɵpureFunction1(5, _c0$
|
|
21253
|
+
i0.ɵɵproperty("commonFilterArray", ctx.commonFilterArray)("screenType", ctx.screenType)("scopeType", ctx.scopeType)("ngClass", i0.ɵɵpureFunction1(5, _c0$Q, !ctx.showHeader && ctx.crossFilterEnabled));
|
|
21249
21254
|
i0.ɵɵadvance(1);
|
|
21250
21255
|
i0.ɵɵproperty("ngIf", !ctx.showHeader && ctx.crossFilterEnabled);
|
|
21251
21256
|
}
|
|
@@ -21313,7 +21318,7 @@ function RowGroupViewComponent_div_0_table_1_ng_container_4_th_1_button_5_Templa
|
|
|
21313
21318
|
i0.ɵɵelementEnd();
|
|
21314
21319
|
}
|
|
21315
21320
|
}
|
|
21316
|
-
const _c0$
|
|
21321
|
+
const _c0$P = function (a1, a2, a4) { return { enable: true, report: a1, attribute: a2, type: "attribute", index: a4 }; };
|
|
21317
21322
|
function RowGroupViewComponent_div_0_table_1_ng_container_4_th_1_Template(rf, ctx) {
|
|
21318
21323
|
if (rf & 1) {
|
|
21319
21324
|
const _r21 = i0.ɵɵgetCurrentView();
|
|
@@ -21335,7 +21340,7 @@ function RowGroupViewComponent_div_0_table_1_ng_container_4_th_1_Template(rf, ct
|
|
|
21335
21340
|
const i_r12 = ctx_r22.index;
|
|
21336
21341
|
const ctx_r13 = i0.ɵɵnextContext(3);
|
|
21337
21342
|
i0.ɵɵstyleProp("font-size", ctx_r13.tabularReport.tableStyle.header.font.size, "px")("color", ctx_r13.tabularReport.tableStyle.header.font.color)("font-family", ctx_r13.tabularReport.tableStyle.header.font.family)("background", ctx_r13.tabularReport.tableStyle.header.backgroundColor)("border", ctx_r13.tabularReport.tableStyle.border.width + "px" + " " + ctx_r13.tabularReport.tableStyle.border.borderStyle + " " + ctx_r13.tabularReport.tableStyle.border.color)("text-align", attr_r11.alignment);
|
|
21338
|
-
i0.ɵɵproperty("id", ctx_r13.th)("cdkDragDisabled", !ctx_r13.isEditable || attr_r11.rowSpan)("resizeColumnData", i0.ɵɵpureFunction3(27, _c0$
|
|
21343
|
+
i0.ɵɵproperty("id", ctx_r13.th)("cdkDragDisabled", !ctx_r13.isEditable || attr_r11.rowSpan)("resizeColumnData", i0.ɵɵpureFunction3(27, _c0$P, ctx_r13.tabularReport, attr_r11, i_r12));
|
|
21339
21344
|
i0.ɵɵadvance(2);
|
|
21340
21345
|
i0.ɵɵproperty("ngIf", ctx_r13.isEditable && !attr_r11.rowSpan);
|
|
21341
21346
|
i0.ɵɵadvance(2);
|
|
@@ -23557,7 +23562,7 @@ CodeEditorComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CodeEdi
|
|
|
23557
23562
|
}] });
|
|
23558
23563
|
})();
|
|
23559
23564
|
|
|
23560
|
-
const _c0$
|
|
23565
|
+
const _c0$O = ["editor"];
|
|
23561
23566
|
class ConditionalFormattingComponent {
|
|
23562
23567
|
constructor(dialogRef, data) {
|
|
23563
23568
|
this.dialogRef = dialogRef;
|
|
@@ -23595,7 +23600,7 @@ class ConditionalFormattingComponent {
|
|
|
23595
23600
|
ConditionalFormattingComponent.ɵfac = function ConditionalFormattingComponent_Factory(t) { return new (t || ConditionalFormattingComponent)(i0.ɵɵdirectiveInject(i1$5.MatDialogRef), i0.ɵɵdirectiveInject(MAT_DIALOG_DATA)); };
|
|
23596
23601
|
ConditionalFormattingComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConditionalFormattingComponent, selectors: [["lib-conditional-formatting"]], viewQuery: function ConditionalFormattingComponent_Query(rf, ctx) {
|
|
23597
23602
|
if (rf & 1) {
|
|
23598
|
-
i0.ɵɵviewQuery(_c0$
|
|
23603
|
+
i0.ɵɵviewQuery(_c0$O, 5);
|
|
23599
23604
|
}
|
|
23600
23605
|
if (rf & 2) {
|
|
23601
23606
|
let _t;
|
|
@@ -23643,7 +23648,7 @@ ConditionalFormattingComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ ty
|
|
|
23643
23648
|
}] });
|
|
23644
23649
|
})();
|
|
23645
23650
|
|
|
23646
|
-
const _c0$
|
|
23651
|
+
const _c0$N = ["drillThorughMenuTrigger"];
|
|
23647
23652
|
function DetailGroupViewComponent_div_0_Template(rf, ctx) {
|
|
23648
23653
|
if (rf & 1) {
|
|
23649
23654
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -25338,7 +25343,7 @@ DetailGroupViewComponent.ɵfac = function DetailGroupViewComponent_Factory(t) {
|
|
|
25338
25343
|
DetailGroupViewComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DetailGroupViewComponent, selectors: [["lib-detail-view"]], viewQuery: function DetailGroupViewComponent_Query(rf, ctx) {
|
|
25339
25344
|
if (rf & 1) {
|
|
25340
25345
|
i0.ɵɵviewQuery(MatMenuTrigger, 5);
|
|
25341
|
-
i0.ɵɵviewQuery(_c0$
|
|
25346
|
+
i0.ɵɵviewQuery(_c0$N, 5, MatMenuTrigger);
|
|
25342
25347
|
}
|
|
25343
25348
|
if (rf & 2) {
|
|
25344
25349
|
let _t;
|
|
@@ -27597,7 +27602,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
27597
27602
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, _attr_r383.series[i_r375], _attr_r383.valueFormatting.currency, "symbol"));
|
|
27598
27603
|
}
|
|
27599
27604
|
}
|
|
27600
|
-
const _c0$
|
|
27605
|
+
const _c0$M = function () { return []; };
|
|
27601
27606
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_ng_container_2_td_1_span_3_span_2_Template(rf, ctx) {
|
|
27602
27607
|
if (rf & 1) {
|
|
27603
27608
|
i0.ɵɵelementStart(0, "span");
|
|
@@ -27609,7 +27614,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
27609
27614
|
const _attr_r383 = i0.ɵɵnextContext(3).$implicit;
|
|
27610
27615
|
const i_r375 = i0.ɵɵnextContext().index;
|
|
27611
27616
|
i0.ɵɵadvance(1);
|
|
27612
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, _attr_r383.series[i_r375], i0.ɵɵpureFunction0(5, _c0$
|
|
27617
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, _attr_r383.series[i_r375], i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
27613
27618
|
}
|
|
27614
27619
|
}
|
|
27615
27620
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_ng_container_2_td_1_span_3_span_3_Template(rf, ctx) {
|
|
@@ -27791,7 +27796,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
27791
27796
|
const _attr_r383 = i0.ɵɵnextContext(4).$implicit;
|
|
27792
27797
|
const i_r375 = i0.ɵɵnextContext().index;
|
|
27793
27798
|
i0.ɵɵadvance(1);
|
|
27794
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, _attr_r383.series[i_r375], i0.ɵɵpureFunction0(5, _c0$
|
|
27799
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, _attr_r383.series[i_r375], i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
27795
27800
|
}
|
|
27796
27801
|
}
|
|
27797
27802
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_ng_container_2_td_1_span_5_span_2_span_3_Template(rf, ctx) {
|
|
@@ -28072,7 +28077,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
28072
28077
|
const _attr_r488 = i0.ɵɵnextContext(3).$implicit;
|
|
28073
28078
|
const i_r375 = i0.ɵɵnextContext().index;
|
|
28074
28079
|
i0.ɵɵadvance(1);
|
|
28075
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, _attr_r488.series[i_r375], i0.ɵɵpureFunction0(5, _c0$
|
|
28080
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, _attr_r488.series[i_r375], i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
28076
28081
|
}
|
|
28077
28082
|
}
|
|
28078
28083
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_ng_container_3_td_2_span_2_span_3_Template(rf, ctx) {
|
|
@@ -28255,7 +28260,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
28255
28260
|
const _attr_r488 = i0.ɵɵnextContext(4).$implicit;
|
|
28256
28261
|
const i_r375 = i0.ɵɵnextContext().index;
|
|
28257
28262
|
i0.ɵɵadvance(1);
|
|
28258
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, _attr_r488.series[i_r375], i0.ɵɵpureFunction0(5, _c0$
|
|
28263
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, _attr_r488.series[i_r375], i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
28259
28264
|
}
|
|
28260
28265
|
}
|
|
28261
28266
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_ng_container_3_td_2_span_4_span_2_span_3_Template(rf, ctx) {
|
|
@@ -28552,7 +28557,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
28552
28557
|
if (rf & 2) {
|
|
28553
28558
|
const data_r598 = i0.ɵɵnextContext().$implicit;
|
|
28554
28559
|
i0.ɵɵadvance(1);
|
|
28555
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r598, i0.ɵɵpureFunction0(5, _c0$
|
|
28560
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r598, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
28556
28561
|
}
|
|
28557
28562
|
}
|
|
28558
28563
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_ng_container_4_ng_container_1_span_4_Template(rf, ctx) {
|
|
@@ -28616,7 +28621,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
28616
28621
|
if (rf & 2) {
|
|
28617
28622
|
const data_r607 = i0.ɵɵnextContext().$implicit;
|
|
28618
28623
|
i0.ɵɵadvance(1);
|
|
28619
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r607, i0.ɵɵpureFunction0(5, _c0$
|
|
28624
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r607, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
28620
28625
|
}
|
|
28621
28626
|
}
|
|
28622
28627
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_ng_container_4_ng_container_2_td_1_span_3_Template(rf, ctx) {
|
|
@@ -28706,7 +28711,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
28706
28711
|
if (rf & 2) {
|
|
28707
28712
|
const data_r620 = i0.ɵɵnextContext().$implicit;
|
|
28708
28713
|
i0.ɵɵadvance(1);
|
|
28709
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r620, i0.ɵɵpureFunction0(5, _c0$
|
|
28714
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r620, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
28710
28715
|
}
|
|
28711
28716
|
}
|
|
28712
28717
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_ng_container_5_td_1_span_3_Template(rf, ctx) {
|
|
@@ -28812,7 +28817,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
28812
28817
|
if (rf & 2) {
|
|
28813
28818
|
const data_r636 = i0.ɵɵnextContext().$implicit;
|
|
28814
28819
|
i0.ɵɵadvance(1);
|
|
28815
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r636, i0.ɵɵpureFunction0(5, _c0$
|
|
28820
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r636, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
28816
28821
|
}
|
|
28817
28822
|
}
|
|
28818
28823
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_ng_container_5_ng_container_3_ng_container_1_td_1_span_3_Template(rf, ctx) {
|
|
@@ -28975,7 +28980,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
28975
28980
|
if (rf & 2) {
|
|
28976
28981
|
const data_r658 = i0.ɵɵnextContext(2).$implicit;
|
|
28977
28982
|
i0.ɵɵadvance(1);
|
|
28978
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r658, i0.ɵɵpureFunction0(5, _c0$
|
|
28983
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r658, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
28979
28984
|
}
|
|
28980
28985
|
}
|
|
28981
28986
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_tr_6_ng_container_2_ng_container_2_span_3_Template(rf, ctx) {
|
|
@@ -29035,7 +29040,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
29035
29040
|
if (rf & 2) {
|
|
29036
29041
|
const data_r658 = i0.ɵɵnextContext(2).$implicit;
|
|
29037
29042
|
i0.ɵɵadvance(1);
|
|
29038
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r658, i0.ɵɵpureFunction0(5, _c0$
|
|
29043
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r658, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29039
29044
|
}
|
|
29040
29045
|
}
|
|
29041
29046
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_tr_6_ng_container_2_ng_container_3_span_3_Template(rf, ctx) {
|
|
@@ -29156,7 +29161,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_contai
|
|
|
29156
29161
|
if (rf & 2) {
|
|
29157
29162
|
const data_r683 = i0.ɵɵnextContext().$implicit;
|
|
29158
29163
|
i0.ɵɵadvance(1);
|
|
29159
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r683, i0.ɵɵpureFunction0(5, _c0$
|
|
29164
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r683, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29160
29165
|
}
|
|
29161
29166
|
}
|
|
29162
29167
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_6_ng_container_1_tr_6_ng_container_4_td_1_span_3_Template(rf, ctx) {
|
|
@@ -29320,7 +29325,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_contai
|
|
|
29320
29325
|
if (rf & 2) {
|
|
29321
29326
|
const data_r705 = i0.ɵɵnextContext().$implicit;
|
|
29322
29327
|
i0.ɵɵadvance(1);
|
|
29323
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r705, i0.ɵɵpureFunction0(5, _c0$
|
|
29328
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r705, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29324
29329
|
}
|
|
29325
29330
|
}
|
|
29326
29331
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_container_1_ng_container_6_ng_container_1_span_4_Template(rf, ctx) {
|
|
@@ -29384,7 +29389,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_contai
|
|
|
29384
29389
|
if (rf & 2) {
|
|
29385
29390
|
const data_r714 = i0.ɵɵnextContext().$implicit;
|
|
29386
29391
|
i0.ɵɵadvance(1);
|
|
29387
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r714, i0.ɵɵpureFunction0(5, _c0$
|
|
29392
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r714, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29388
29393
|
}
|
|
29389
29394
|
}
|
|
29390
29395
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_container_1_ng_container_6_ng_container_2_td_1_span_3_Template(rf, ctx) {
|
|
@@ -29474,7 +29479,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_contai
|
|
|
29474
29479
|
if (rf & 2) {
|
|
29475
29480
|
const data_r727 = i0.ɵɵnextContext().$implicit;
|
|
29476
29481
|
i0.ɵɵadvance(1);
|
|
29477
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r727, i0.ɵɵpureFunction0(5, _c0$
|
|
29482
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r727, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29478
29483
|
}
|
|
29479
29484
|
}
|
|
29480
29485
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_container_1_ng_container_7_ng_container_1_span_4_Template(rf, ctx) {
|
|
@@ -29583,7 +29588,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_contai
|
|
|
29583
29588
|
if (rf & 2) {
|
|
29584
29589
|
const data_r741 = i0.ɵɵnextContext().$implicit;
|
|
29585
29590
|
i0.ɵɵadvance(1);
|
|
29586
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r741, i0.ɵɵpureFunction0(5, _c0$
|
|
29591
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r741, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29587
29592
|
}
|
|
29588
29593
|
}
|
|
29589
29594
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_container_1_ng_container_7_ng_container_3_td_1_span_3_Template(rf, ctx) {
|
|
@@ -29683,7 +29688,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_contai
|
|
|
29683
29688
|
if (rf & 2) {
|
|
29684
29689
|
const data_r755 = i0.ɵɵnextContext().$implicit;
|
|
29685
29690
|
i0.ɵɵadvance(1);
|
|
29686
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r755, i0.ɵɵpureFunction0(5, _c0$
|
|
29691
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r755, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29687
29692
|
}
|
|
29688
29693
|
}
|
|
29689
29694
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_container_1_tr_8_ng_container_3_td_1_span_3_Template(rf, ctx) {
|
|
@@ -29744,7 +29749,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_contai
|
|
|
29744
29749
|
if (rf & 2) {
|
|
29745
29750
|
const data_r764 = i0.ɵɵnextContext().$implicit;
|
|
29746
29751
|
i0.ɵɵadvance(1);
|
|
29747
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r764, i0.ɵɵpureFunction0(5, _c0$
|
|
29752
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r764, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29748
29753
|
}
|
|
29749
29754
|
}
|
|
29750
29755
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_container_1_tr_8_ng_container_3_ng_container_2_td_1_span_3_Template(rf, ctx) {
|
|
@@ -29834,7 +29839,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_contai
|
|
|
29834
29839
|
if (rf & 2) {
|
|
29835
29840
|
const data_r777 = i0.ɵɵnextContext().$implicit;
|
|
29836
29841
|
i0.ɵɵadvance(1);
|
|
29837
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r777, i0.ɵɵpureFunction0(5, _c0$
|
|
29842
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r777, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29838
29843
|
}
|
|
29839
29844
|
}
|
|
29840
29845
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_container_1_tr_8_ng_container_4_td_1_span_3_Template(rf, ctx) {
|
|
@@ -29940,7 +29945,7 @@ function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_contai
|
|
|
29940
29945
|
if (rf & 2) {
|
|
29941
29946
|
const data_r791 = i0.ɵɵnextContext().$implicit;
|
|
29942
29947
|
i0.ɵɵadvance(1);
|
|
29943
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r791, i0.ɵɵpureFunction0(5, _c0$
|
|
29948
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, data_r791, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
29944
29949
|
}
|
|
29945
29950
|
}
|
|
29946
29951
|
function ColumnGroupViewComponent_div_0_table_1_tbody_2_ng_container_7_ng_container_1_tr_8_ng_container_4_ng_container_3_td_1_span_3_Template(rf, ctx) {
|
|
@@ -30151,7 +30156,7 @@ function ColumnGroupViewComponent_div_0_table_1_tfoot_3_tr_1_ng_container_4_td_1
|
|
|
30151
30156
|
if (rf & 2) {
|
|
30152
30157
|
const total_r810 = i0.ɵɵnextContext().$implicit;
|
|
30153
30158
|
i0.ɵɵadvance(1);
|
|
30154
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, total_r810, i0.ɵɵpureFunction0(5, _c0$
|
|
30159
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, total_r810, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
30155
30160
|
}
|
|
30156
30161
|
}
|
|
30157
30162
|
function ColumnGroupViewComponent_div_0_table_1_tfoot_3_tr_1_ng_container_4_td_1_span_3_Template(rf, ctx) {
|
|
@@ -30239,7 +30244,7 @@ function ColumnGroupViewComponent_div_0_table_1_tfoot_3_tr_1_ng_container_5_ng_c
|
|
|
30239
30244
|
if (rf & 2) {
|
|
30240
30245
|
const total_r823 = i0.ɵɵnextContext().$implicit;
|
|
30241
30246
|
i0.ɵɵadvance(1);
|
|
30242
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, total_r823, i0.ɵɵpureFunction0(5, _c0$
|
|
30247
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind3(2, 1, total_r823, i0.ɵɵpureFunction0(5, _c0$M), "column"));
|
|
30243
30248
|
}
|
|
30244
30249
|
}
|
|
30245
30250
|
function ColumnGroupViewComponent_div_0_table_1_tfoot_3_tr_1_ng_container_5_ng_container_1_td_1_span_3_Template(rf, ctx) {
|
|
@@ -31497,10 +31502,26 @@ SuccessDialogComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Succ
|
|
|
31497
31502
|
}, null);
|
|
31498
31503
|
})();
|
|
31499
31504
|
|
|
31505
|
+
function AppCreateDialogComponentComponent_span_10_Template(rf, ctx) {
|
|
31506
|
+
if (rf & 1) {
|
|
31507
|
+
i0.ɵɵelementStart(0, "span", 12);
|
|
31508
|
+
i0.ɵɵtext(1);
|
|
31509
|
+
i0.ɵɵelementEnd();
|
|
31510
|
+
}
|
|
31511
|
+
if (rf & 2) {
|
|
31512
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
31513
|
+
i0.ɵɵadvance(1);
|
|
31514
|
+
i0.ɵɵtextInterpolate(ctx_r0.errMessage.name);
|
|
31515
|
+
}
|
|
31516
|
+
}
|
|
31517
|
+
const _c0$L = function (a0) { return { "invalid-input": a0 }; };
|
|
31500
31518
|
class AppCreateDialogComponentComponent {
|
|
31501
31519
|
constructor(dialogRef) {
|
|
31502
31520
|
this.dialogRef = dialogRef;
|
|
31521
|
+
this.name = '';
|
|
31503
31522
|
this.description = '';
|
|
31523
|
+
this.errMessage = { name: '' };
|
|
31524
|
+
this.showErrMessge = { name: false };
|
|
31504
31525
|
}
|
|
31505
31526
|
onCancel() {
|
|
31506
31527
|
this.dialogRef.close();
|
|
@@ -31510,61 +31531,74 @@ class AppCreateDialogComponentComponent {
|
|
|
31510
31531
|
this.dialogRef.close({ name: this.name, description: this.description });
|
|
31511
31532
|
}
|
|
31512
31533
|
else {
|
|
31534
|
+
this.onBlur();
|
|
31513
31535
|
// Optional: Display an error message if name is empty
|
|
31514
31536
|
}
|
|
31515
31537
|
}
|
|
31538
|
+
onBlur() {
|
|
31539
|
+
this.showErrMessge.name = true;
|
|
31540
|
+
this.onInput();
|
|
31541
|
+
}
|
|
31542
|
+
onInput() {
|
|
31543
|
+
this.name.trim() ? this.errMessage.name = "" : this.errMessage.name = "App name should not be empty";
|
|
31544
|
+
}
|
|
31516
31545
|
}
|
|
31517
31546
|
AppCreateDialogComponentComponent.ɵfac = function AppCreateDialogComponentComponent_Factory(t) { return new (t || AppCreateDialogComponentComponent)(i0.ɵɵdirectiveInject(i1$5.MatDialogRef)); };
|
|
31518
|
-
AppCreateDialogComponentComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppCreateDialogComponentComponent, selectors: [["app-app-create-dialog-component"]], decls:
|
|
31547
|
+
AppCreateDialogComponentComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppCreateDialogComponentComponent, selectors: [["app-app-create-dialog-component"]], decls: 20, vars: 6, consts: [[1, "popup-container", "create-app-popup"], [1, "close-icon", 3, "click"], [1, "flex", "flex-col", "gap-2"], ["for", "app-name"], ["type", "text", "id", "app-name", "required", "", 1, "", 3, "ngModel", "ngClass", "ngModelChange", "blur", "input"], [1, "err-message-container"], ["class", "error-message", 4, "ngIf"], ["for", "app-desc"], ["id", "app-desc", "placeholder", "Please provide a detailed description of your app so that our AI can assist you in building your apps faster.", "rows", "5", 1, "", 3, "ngModel", "ngModelChange"], [1, "action-btn-container"], [1, "stroke-btn", 3, "click"], [1, "fill-btn", 3, "click"], [1, "error-message"]], template: function AppCreateDialogComponentComponent_Template(rf, ctx) {
|
|
31519
31548
|
if (rf & 1) {
|
|
31520
31549
|
i0.ɵɵelementStart(0, "div", 0);
|
|
31521
|
-
i0.ɵɵelementStart(1, "
|
|
31522
|
-
i0.ɵɵlistener("click", function
|
|
31550
|
+
i0.ɵɵelementStart(1, "button", 1);
|
|
31551
|
+
i0.ɵɵlistener("click", function AppCreateDialogComponentComponent_Template_button_click_1_listener() { return ctx.onCancel(); });
|
|
31523
31552
|
i0.ɵɵelementEnd();
|
|
31524
|
-
i0.ɵɵelementStart(2, "
|
|
31553
|
+
i0.ɵɵelementStart(2, "h1");
|
|
31525
31554
|
i0.ɵɵtext(3, "Create a New App");
|
|
31526
31555
|
i0.ɵɵelementEnd();
|
|
31527
|
-
i0.ɵɵelementStart(4, "
|
|
31528
|
-
i0.ɵɵelementStart(5, "
|
|
31529
|
-
i0.ɵɵelementStart(6, "
|
|
31556
|
+
i0.ɵɵelementStart(4, "div", 2);
|
|
31557
|
+
i0.ɵɵelementStart(5, "div");
|
|
31558
|
+
i0.ɵɵelementStart(6, "label", 3);
|
|
31530
31559
|
i0.ɵɵtext(7, "App Name");
|
|
31531
31560
|
i0.ɵɵelementEnd();
|
|
31532
31561
|
i0.ɵɵelementStart(8, "input", 4);
|
|
31533
|
-
i0.ɵɵlistener("ngModelChange", function AppCreateDialogComponentComponent_Template_input_ngModelChange_8_listener($event) { return ctx.name = $event; });
|
|
31562
|
+
i0.ɵɵlistener("ngModelChange", function AppCreateDialogComponentComponent_Template_input_ngModelChange_8_listener($event) { return ctx.name = $event; })("blur", function AppCreateDialogComponentComponent_Template_input_blur_8_listener() { return ctx.onBlur(); })("input", function AppCreateDialogComponentComponent_Template_input_input_8_listener() { return ctx.onInput(); });
|
|
31563
|
+
i0.ɵɵelementEnd();
|
|
31564
|
+
i0.ɵɵelementStart(9, "div", 5);
|
|
31565
|
+
i0.ɵɵtemplate(10, AppCreateDialogComponentComponent_span_10_Template, 2, 1, "span", 6);
|
|
31534
31566
|
i0.ɵɵelementEnd();
|
|
31535
31567
|
i0.ɵɵelementEnd();
|
|
31536
|
-
i0.ɵɵelementStart(
|
|
31537
|
-
i0.ɵɵelementStart(
|
|
31538
|
-
i0.ɵɵtext(
|
|
31568
|
+
i0.ɵɵelementStart(11, "div");
|
|
31569
|
+
i0.ɵɵelementStart(12, "label", 7);
|
|
31570
|
+
i0.ɵɵtext(13, "Description");
|
|
31539
31571
|
i0.ɵɵelementEnd();
|
|
31540
|
-
i0.ɵɵelementStart(
|
|
31541
|
-
i0.ɵɵlistener("ngModelChange", function
|
|
31572
|
+
i0.ɵɵelementStart(14, "textarea", 8);
|
|
31573
|
+
i0.ɵɵlistener("ngModelChange", function AppCreateDialogComponentComponent_Template_textarea_ngModelChange_14_listener($event) { return ctx.description = $event; });
|
|
31542
31574
|
i0.ɵɵelementEnd();
|
|
31543
31575
|
i0.ɵɵelementEnd();
|
|
31544
31576
|
i0.ɵɵelementEnd();
|
|
31545
|
-
i0.ɵɵelementStart(
|
|
31546
|
-
i0.ɵɵelementStart(
|
|
31547
|
-
i0.ɵɵlistener("click", function
|
|
31548
|
-
i0.ɵɵtext(
|
|
31577
|
+
i0.ɵɵelementStart(15, "div", 9);
|
|
31578
|
+
i0.ɵɵelementStart(16, "button", 10);
|
|
31579
|
+
i0.ɵɵlistener("click", function AppCreateDialogComponentComponent_Template_button_click_16_listener() { return ctx.onCancel(); });
|
|
31580
|
+
i0.ɵɵtext(17, "Cancel");
|
|
31549
31581
|
i0.ɵɵelementEnd();
|
|
31550
|
-
i0.ɵɵelementStart(
|
|
31551
|
-
i0.ɵɵlistener("click", function
|
|
31552
|
-
i0.ɵɵtext(
|
|
31582
|
+
i0.ɵɵelementStart(18, "button", 11);
|
|
31583
|
+
i0.ɵɵlistener("click", function AppCreateDialogComponentComponent_Template_button_click_18_listener() { return ctx.onSubmit(); });
|
|
31584
|
+
i0.ɵɵtext(19, "Create");
|
|
31553
31585
|
i0.ɵɵelementEnd();
|
|
31554
31586
|
i0.ɵɵelementEnd();
|
|
31555
31587
|
i0.ɵɵelementEnd();
|
|
31556
31588
|
}
|
|
31557
31589
|
if (rf & 2) {
|
|
31558
31590
|
i0.ɵɵadvance(8);
|
|
31559
|
-
i0.ɵɵproperty("ngModel", ctx.name);
|
|
31591
|
+
i0.ɵɵproperty("ngModel", ctx.name)("ngClass", i0.ɵɵpureFunction1(4, _c0$L, ctx.showErrMessge.name && ctx.errMessage.name));
|
|
31592
|
+
i0.ɵɵadvance(2);
|
|
31593
|
+
i0.ɵɵproperty("ngIf", ctx.showErrMessge.name && ctx.errMessage.name);
|
|
31560
31594
|
i0.ɵɵadvance(4);
|
|
31561
31595
|
i0.ɵɵproperty("ngModel", ctx.description);
|
|
31562
31596
|
}
|
|
31563
|
-
}, directives: [
|
|
31597
|
+
}, directives: [i9.DefaultValueAccessor, i9.RequiredValidator, i9.NgControlStatus, i9.NgModel, i1$3.NgClass, i1$3.NgIf], styles: [".create-app-popup[_ngcontent-%COMP%]{min-width:30vw}", ".popup-container[_ngcontent-%COMP%]{min-width:20vw;min-height:fit-content;width:fit-content;height:fit-content;max-width:75vw;max-height:75vh;font-family:Inter var,Roboto;font-size:.875rem;position:relative}.popup-container[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font-family:Inter var,Roboto!important;color:#1b2b4b;font-size:1.125rem;font-weight:500;line-height:28px;margin:0 0 1rem;text-transform:capitalize;width:fit-content}.popup-container[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{color:#475467;font-weight:400;margin:0;line-height:20px}.popup-container[_ngcontent-%COMP%] label[_ngcontent-%COMP%]{display:block;color:#1b2b4b;font-weight:500;margin:0 0 .2rem}.popup-container[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]{height:24px;width:24px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M18 6L6 18M6 6L18 18%22 stroke%3D%22%23667085%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E\");background-position:center;background-size:100%;position:absolute;top:0;right:0}.popup-container[_ngcontent-%COMP%] .action-btn-container[_ngcontent-%COMP%]{display:flex;justify-content:right;gap:.5rem;margin:1.5rem 0 0}.popup-container[_ngcontent-%COMP%] input[type=text][_ngcontent-%COMP%], .popup-container[_ngcontent-%COMP%] input[type=number][_ngcontent-%COMP%], .popup-container[_ngcontent-%COMP%] input[type=email][_ngcontent-%COMP%], .popup-container[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{display:block;border:1px solid #D0D5DD;border-radius:.375rem;width:100%;padding:.5rem 1rem;color:#1b2b4b;resize:none}.popup-container[_ngcontent-%COMP%] input[type=text][_ngcontent-%COMP%]::placeholder, .popup-container[_ngcontent-%COMP%] input[type=number][_ngcontent-%COMP%]::placeholder, .popup-container[_ngcontent-%COMP%] input[type=email][_ngcontent-%COMP%]::placeholder, .popup-container[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]::placeholder{color:#a5a5a5}.popup-container[_ngcontent-%COMP%] input[type=text][_ngcontent-%COMP%]:focus, .popup-container[_ngcontent-%COMP%] input[type=number][_ngcontent-%COMP%]:focus, .popup-container[_ngcontent-%COMP%] input[type=email][_ngcontent-%COMP%]:focus, .popup-container[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]:focus{border:1px solid #6C52ED}.popup-container[_ngcontent-%COMP%] .err-message-container[_ngcontent-%COMP%]{height:14px;line-height:12px;width:100%;margin-top:2px}.popup-container[_ngcontent-%COMP%] .err-message-container[_ngcontent-%COMP%] .error-message[_ngcontent-%COMP%]{color:#dc2626;font-size:12px;float:right}.popup-container[_ngcontent-%COMP%] .invalid-input[_ngcontent-%COMP%]{border:1px solid #dc2626!important}.popup-container[_ngcontent-%COMP%] .checkbox-container[_ngcontent-%COMP%]{display:flex;justify-content:start;align-items:center}.popup-container[_ngcontent-%COMP%] .checkbox-container[_ngcontent-%COMP%] input[type=checkbox][_ngcontent-%COMP%]{width:fit-content;margin:0 .5rem 0 0}"] });
|
|
31564
31598
|
(function () {
|
|
31565
31599
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppCreateDialogComponentComponent, [{
|
|
31566
31600
|
type: Component,
|
|
31567
|
-
args: [{ selector: 'app-app-create-dialog-component', template: "<div class=\"create-app-
|
|
31601
|
+
args: [{ selector: 'app-app-create-dialog-component', template: "<div class=\"popup-container create-app-popup\">\n <button class=\"close-icon\" (click)=\"onCancel()\"></button>\n <h1>Create a New App</h1>\n <div class=\"flex flex-col gap-2\">\n <div>\n <label for=\"app-name\">App Name</label>\n <input type=\"text\" [(ngModel)]=\"name\" id=\"app-name\" class=\"\" (blur)=\"onBlur()\" (input)=\"onInput()\" [ngClass]=\"{'invalid-input': showErrMessge.name && errMessage.name}\" required />\n <div class=\"err-message-container\"><span *ngIf=\"showErrMessge.name && errMessage.name\" class=\"error-message\">{{ errMessage.name }}</span></div>\n </div>\n <div>\n <label for=\"app-desc\">Description</label>\n <textarea [(ngModel)]=\"description\" id=\"app-desc\" placeholder=\"Please provide a detailed description of your app so that our AI can assist you in building your apps faster.\" class=\"\" rows=\"5\"></textarea>\n </div>\n </div>\n <div class=\"action-btn-container\">\n <button (click)=\"onCancel()\" class=\"stroke-btn\">Cancel</button>\n <button (click)=\"onSubmit()\" class=\"fill-btn\">Create</button>\n </div>\n</div>", styles: [".create-app-popup{min-width:30vw}\n", ".popup-container{min-width:20vw;min-height:fit-content;width:fit-content;height:fit-content;max-width:75vw;max-height:75vh;font-family:Inter var,Roboto;font-size:.875rem;position:relative}.popup-container h1{font-family:Inter var,Roboto!important;color:#1b2b4b;font-size:1.125rem;font-weight:500;line-height:28px;margin:0 0 1rem;text-transform:capitalize;width:fit-content}.popup-container p{color:#475467;font-weight:400;margin:0;line-height:20px}.popup-container label{display:block;color:#1b2b4b;font-weight:500;margin:0 0 .2rem}.popup-container .close-icon{height:24px;width:24px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M18 6L6 18M6 6L18 18%22 stroke%3D%22%23667085%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E\");background-position:center;background-size:100%;position:absolute;top:0;right:0}.popup-container .action-btn-container{display:flex;justify-content:right;gap:.5rem;margin:1.5rem 0 0}.popup-container input[type=text],.popup-container input[type=number],.popup-container input[type=email],.popup-container textarea{display:block;border:1px solid #D0D5DD;border-radius:.375rem;width:100%;padding:.5rem 1rem;color:#1b2b4b;resize:none}.popup-container input[type=text]::placeholder,.popup-container input[type=number]::placeholder,.popup-container input[type=email]::placeholder,.popup-container textarea::placeholder{color:#a5a5a5}.popup-container input[type=text]:focus,.popup-container input[type=number]:focus,.popup-container input[type=email]:focus,.popup-container textarea:focus{border:1px solid #6C52ED}.popup-container .err-message-container{height:14px;line-height:12px;width:100%;margin-top:2px}.popup-container .err-message-container .error-message{color:#dc2626;font-size:12px;float:right}.popup-container .invalid-input{border:1px solid #dc2626!important}.popup-container .checkbox-container{display:flex;justify-content:start;align-items:center}.popup-container .checkbox-container input[type=checkbox]{width:fit-content;margin:0 .5rem 0 0}\n"] }]
|
|
31568
31602
|
}], function () { return [{ type: i1$5.MatDialogRef }]; }, null);
|
|
31569
31603
|
})();
|
|
31570
31604
|
|
|
@@ -48884,9 +48918,8 @@ function SubformComponent_ng_container_0_Template(rf, ctx) {
|
|
|
48884
48918
|
i0.ɵɵelementEnd();
|
|
48885
48919
|
i0.ɵɵelementEnd();
|
|
48886
48920
|
i0.ɵɵelementStart(7, "div", 7);
|
|
48887
|
-
i0.ɵɵ
|
|
48888
|
-
i0.ɵɵ
|
|
48889
|
-
i0.ɵɵelementEnd();
|
|
48921
|
+
i0.ɵɵlistener("click", function SubformComponent_ng_container_0_Template_div_click_7_listener() { i0.ɵɵrestoreView(_r10); const ctx_r17 = i0.ɵɵnextContext(); return ctx_r17.onClickForm(); });
|
|
48922
|
+
i0.ɵɵelement(8, "div", 8);
|
|
48890
48923
|
i0.ɵɵelementEnd();
|
|
48891
48924
|
i0.ɵɵtemplate(9, SubformComponent_ng_container_0_ng_container_9_Template, 2, 0, "ng-container", 0);
|
|
48892
48925
|
i0.ɵɵelementEnd();
|
|
@@ -49090,14 +49123,14 @@ SubformComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubformCom
|
|
|
49090
49123
|
if (rf & 1) {
|
|
49091
49124
|
i0.ɵɵlistener("mouseenter", function SubformComponent_mouseenter_HostBindingHandler() { return ctx.onMouseEnter(); });
|
|
49092
49125
|
}
|
|
49093
|
-
}, inputs: { widget: "widget", group: "group" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "text-widget", 3, "formGroup", "id", "click"], [1, "flex", "gap-2", "justify-between"], [1, "flex", "gap-2", "justify-between", "items-center", 2, "width", "85%"], [1, "prompt", 3, "formGroupName"], ["matInput", "", "matTooltip", "Double Click to Edit", 1, "prompt-text", 3, "id", "ngModel", "formControlName", "readonly", "ngModelChange", "mousedown", "focus", "keydown.enter", "blur", "dblclick"], ["inputField", ""], [1, "chevron_right-parent", "flex", "justify-
|
|
49126
|
+
}, inputs: { widget: "widget", group: "group" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "text-widget", 3, "formGroup", "id", "click"], [1, "flex", "gap-2", "justify-between"], [1, "flex", "gap-2", "justify-between", "items-center", 2, "width", "85%"], [1, "prompt", 3, "formGroupName"], ["matInput", "", "matTooltip", "Double Click to Edit", 1, "prompt-text", 3, "id", "ngModel", "formControlName", "readonly", "ngModelChange", "mousedown", "focus", "keydown.enter", "blur", "dblclick"], ["inputField", ""], [1, "chevron_right-parent", "flex", "justify-center", "items-start", "rounded-full", "h-6", "w-6", 2, "width", "10%", 3, "click"], [1, "chevron_right"], ["class", "find-help", 3, "click", 4, "ngIf"], [1, "tooltip-container"], [1, "clipboard-icon", 3, "click"], ["svgIcon", "axo_sculptor_copy", "matTooltip", "Copy", 1, "h-4", "min-h-4", "w-4", "min-w-4"], [1, "clipboard-icon", 3, "disabled", "click"], ["svgIcon", "axo_sculptor_paste", "matTooltip", "Paste", 1, "h-4", "min-h-4", "w-4", "min-w-4"], ["svgIcon", "axo_sculptor_delete", "matTooltip", "Delete", 1, "h-4", "min-h-4", "w-4", "min-w-4"], [3, "click", 4, "ngIf"], ["svgIcon", "axo_sculptor_close_eye", 1, "h-4", "w-4", "min-w-4", "min-h-4"], [1, "find-help", 3, "click"], ["svgIcon", "axo_sculptor_help-text", "matTooltip", "Help", 1, "h-4", "min-h-4", "w-4", "min-w-4"], [3, "click"]], template: function SubformComponent_Template(rf, ctx) {
|
|
49094
49127
|
if (rf & 1) {
|
|
49095
49128
|
i0.ɵɵtemplate(0, SubformComponent_ng_container_0_Template, 19, 14, "ng-container", 0);
|
|
49096
49129
|
}
|
|
49097
49130
|
if (rf & 2) {
|
|
49098
49131
|
i0.ɵɵproperty("ngIf", ctx.widget);
|
|
49099
49132
|
}
|
|
49100
|
-
}, styles: ["lib-subform{width:100%}lib-subform .text-widget{background:#ffffff;border:1px solid #CED0DD;padding:10px 28px!important;border-radius:10px;padding-top:10px;height:auto;box-sizing:border-box}lib-subform .text-widget:hover{background-color:#eaeaea}lib-subform .text-widget .form-field-input{border:none;border-radius:10px}lib-subform .text-widget .form-field-input input{font-family:Noto Sans,sans-serif;height:38px;box-sizing:border-box;width:100%;cursor:pointer;margin-left:5px}lib-subform .text-widget .prompt-text{color:#000;font-size:14px!important;font-style:normal;font-weight:500;line-height:130%;font-family:Noto Sans,sans-serif;width:96%;resize:none;margin:0;padding:3px 3px 0}lib-subform .text-widget .icon-input-container input::placeholder{font-size:14px;font-weight:400;color:#575757}lib-subform .text-widget .icon-input-container{border:1px solid #bed0df!important;border-radius:10px;align-self:flex-end;position:relative;display:flex;flex-flow:row;align-items:center;margin:.5rem 0 0;padding:5px 10px;height:48px;width:100%}lib-subform .text-widget .mat-icon{height:30px;width:30px}lib-subform .chevron_right-parent{padding:3px 3px 0 0}lib-subform .chevron_right-parent .chevron_right{margin-top:5px;border-top:2px solid;border-right:2px solid;rotate:45deg;height:8px!important;width:8px!important;stroke-width:2px;stroke:#000}.text-widget div div form{line-height:13px!important}.text-widget div div form input{height:16px!important}.text-widget div div form :focus{outline:1px solid #9cbbe9;border-radius:4px;background-color:#fff}\n"], encapsulation: 2, data: { animation: [
|
|
49133
|
+
}, styles: ["lib-subform{width:100%}lib-subform .text-widget{background:#ffffff;border:1px solid #CED0DD;padding:10px 28px!important;border-radius:10px;padding-top:10px;height:auto;box-sizing:border-box}lib-subform .text-widget:hover{background-color:#eaeaea}lib-subform .text-widget .form-field-input{border:none;border-radius:10px}lib-subform .text-widget .form-field-input input{font-family:Noto Sans,sans-serif;height:38px;box-sizing:border-box;width:100%;cursor:pointer;margin-left:5px}lib-subform .text-widget .prompt-text{color:#000;font-size:14px!important;font-style:normal;font-weight:500;line-height:130%;font-family:Noto Sans,sans-serif;width:96%;resize:none;margin:0;padding:3px 3px 0}lib-subform .text-widget .icon-input-container input::placeholder{font-size:14px;font-weight:400;color:#575757}lib-subform .text-widget .icon-input-container{border:1px solid #bed0df!important;border-radius:10px;align-self:flex-end;position:relative;display:flex;flex-flow:row;align-items:center;margin:.5rem 0 0;padding:5px 10px;height:48px;width:100%}lib-subform .text-widget .mat-icon{height:30px;width:30px}lib-subform .chevron_right-parent{padding:3px 3px 0 0}lib-subform .chevron_right-parent .chevron_right{margin-top:5px;border-top:2px solid;border-right:2px solid;rotate:45deg;height:8px!important;width:8px!important;stroke-width:2px;stroke:#000}lib-subform .chevron_right-parent:hover{background-color:#fff}.text-widget div div form{line-height:13px!important}.text-widget div div form input{height:16px!important}.text-widget div div form :focus{outline:1px solid #9cbbe9;border-radius:4px;background-color:#fff}\n"], encapsulation: 2, data: { animation: [
|
|
49101
49134
|
trigger('fadeInOut', [
|
|
49102
49135
|
state('void', style({
|
|
49103
49136
|
opacity: 0
|
|
@@ -49119,7 +49152,7 @@ SubformComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubformCom
|
|
|
49119
49152
|
animate('1200ms')
|
|
49120
49153
|
])
|
|
49121
49154
|
])
|
|
49122
|
-
], template: "<!-- Subform widget -->\n<ng-container *ngIf=\"widget\">\n <div [formGroup]=\"group\" class=\"text-widget\" [id]=\"widget.id\" [class.selected-widget]=\"widget.widgetSelect\" (click)=\"onWidgetClick()\">\n <div class=\"flex gap-2 justify-between\">\n <div class=\"flex gap-2 justify-between items-center\" style=\"width: 85%;\">\n <form [formGroupName]=\"this.widget.id + '_group'\" class=\"prompt\" >\n <textarea matInput [id]=\"getTextAreaId()\" [(ngModel)]='widget.prompt' [formControlName]=\"widget.id + '_prompt'\" #inputField (mousedown)=\"preventFocus($event)\"\n (focus)=\"onFocus($event)\" (keydown.enter)=\"updateIdentifier(); inputField.blur()\" (blur)=\"updateIdentifier()\" class=\"prompt-text\" [readonly]=\"!isEditable\"\n (dblclick)=\"onDoubleClick()\" matTooltip=\"Double Click to Edit\"></textarea>\n </form>\n </div>\n <div class=\"chevron_right-parent flex justify-
|
|
49155
|
+
], template: "<!-- Subform widget -->\n<ng-container *ngIf=\"widget\">\n <div [formGroup]=\"group\" class=\"text-widget\" [id]=\"widget.id\" [class.selected-widget]=\"widget.widgetSelect\" (click)=\"onWidgetClick()\">\n <div class=\"flex gap-2 justify-between\">\n <div class=\"flex gap-2 justify-between items-center\" style=\"width: 85%;\">\n <form [formGroupName]=\"this.widget.id + '_group'\" class=\"prompt\" >\n <textarea matInput [id]=\"getTextAreaId()\" [(ngModel)]='widget.prompt' [formControlName]=\"widget.id + '_prompt'\" #inputField (mousedown)=\"preventFocus($event)\"\n (focus)=\"onFocus($event)\" (keydown.enter)=\"updateIdentifier(); inputField.blur()\" (blur)=\"updateIdentifier()\" class=\"prompt-text\" [readonly]=\"!isEditable\"\n (dblclick)=\"onDoubleClick()\" matTooltip=\"Double Click to Edit\"></textarea>\n </form>\n </div>\n <div class=\"chevron_right-parent flex justify-center items-start rounded-full h-6 w-6\" style=\"width: 10%;\" (click)=\"onClickForm()\">\n <div class=\"chevron_right\" [@fadeInOut]>\n <!-- <mat-icon svgIcon=\"chevron_right\" class=\"chevron_right h-4 w-4 min-w-4 min-h-4\" (click)=\"onClickForm()\"></mat-icon> -->\n </div>\n </div>\n <ng-container *ngIf=\"widget.isHidden\">\n <mat-icon svgIcon=\"axo_sculptor_close_eye\" class=\"h-4 w-4 min-w-4 min-h-4\"></mat-icon>\n </ng-container>\n </div>\n\n <!-- <div class='form-field-input'>\n <div class=\"icon-input-container\">\n <mat-icon svgIcon=\"axo_subform\" class=\"icon relative\"></mat-icon>\n <input [placeholder]=\"widget.placeholder?widget.placeholder:'Enter your choice'\" readonly=true\n [formControlName]=\"widget.id\" />\n </div>\n </div> -->\n <button *ngIf=\"!isEditable\" class=\"find-help\" (click)=\"onClickEditor()\"> <mat-icon svgIcon=\"axo_sculptor_help-text\" class=\"h-4 min-h-4 w-4 min-w-4\" matTooltip=\"Help\"></mat-icon></button>\n </div>\n <div class=\"tooltip-container\">\n <!-- <button class=\"find-help\" (click)=\"onClickEditor()\"> <mat-icon svgIcon=\"axo_sculptor_help-text\" class=\"h-4 min-h-4 w-4 min-w-4\" matTooltip=\"Help\"></mat-icon></button> -->\n <!-- <button class=\"clipboard-icon\" (click)=\"cutWidget(widget)\"> <mat-icon svgIcon=\"axo_sculptor_cut\" matTooltip=\"Cut\" class=\"h-4 min-h-4 w-4 min-w-4\"></mat-icon></button> -->\n <button class=\"clipboard-icon\" (click)=\"copyWidget(widget)\"> <mat-icon svgIcon=\"axo_sculptor_copy\" matTooltip=\"Copy\" class=\"h-4 min-h-4 w-4 min-w-4\"></mat-icon></button>\n <button class=\"clipboard-icon\" (click)=\"pasteWidget()\" [disabled]=\"isPasteInProgress\"> <mat-icon svgIcon=\"axo_sculptor_paste\" matTooltip=\"Paste\" class=\"h-4 min-h-4 w-4 min-w-4\"></mat-icon></button>\n <button class=\"clipboard-icon\" (click)=\"confirmbutton()\"><mat-icon svgIcon=\"axo_sculptor_delete\" matTooltip=\"Delete\" class=\"h-4 min-h-4 w-4 min-w-4\"></mat-icon>\n </button>\n <lib-confirmation-button *ngIf=\"showConfirmation\" (click)=\"delete()\"> </lib-confirmation-button>\n\n </div>\n\n</ng-container>\n", styles: ["lib-subform{width:100%}lib-subform .text-widget{background:#ffffff;border:1px solid #CED0DD;padding:10px 28px!important;border-radius:10px;padding-top:10px;height:auto;box-sizing:border-box}lib-subform .text-widget:hover{background-color:#eaeaea}lib-subform .text-widget .form-field-input{border:none;border-radius:10px}lib-subform .text-widget .form-field-input input{font-family:Noto Sans,sans-serif;height:38px;box-sizing:border-box;width:100%;cursor:pointer;margin-left:5px}lib-subform .text-widget .prompt-text{color:#000;font-size:14px!important;font-style:normal;font-weight:500;line-height:130%;font-family:Noto Sans,sans-serif;width:96%;resize:none;margin:0;padding:3px 3px 0}lib-subform .text-widget .icon-input-container input::placeholder{font-size:14px;font-weight:400;color:#575757}lib-subform .text-widget .icon-input-container{border:1px solid #bed0df!important;border-radius:10px;align-self:flex-end;position:relative;display:flex;flex-flow:row;align-items:center;margin:.5rem 0 0;padding:5px 10px;height:48px;width:100%}lib-subform .text-widget .mat-icon{height:30px;width:30px}lib-subform .chevron_right-parent{padding:3px 3px 0 0}lib-subform .chevron_right-parent .chevron_right{margin-top:5px;border-top:2px solid;border-right:2px solid;rotate:45deg;height:8px!important;width:8px!important;stroke-width:2px;stroke:#000}lib-subform .chevron_right-parent:hover{background-color:#fff}.text-widget div div form{line-height:13px!important}.text-widget div div form input{height:16px!important}.text-widget div div form :focus{outline:1px solid #9cbbe9;border-radius:4px;background-color:#fff}\n"] }]
|
|
49123
49156
|
}], function () { return [{ type: PropertiesService }, { type: WidgetsService }, { type: i2.ActivatedRoute }, { type: i2.Router }, { type: FormBuilderMasterService }, { type: WidgetDropListComponent }]; }, { widget: [{
|
|
49124
49157
|
type: Input
|
|
49125
49158
|
}], group: [{
|
|
@@ -49578,11 +49611,12 @@ class FormBuilderMasterService {
|
|
|
49578
49611
|
updateValidityConditionSubform(item, promptCode) {
|
|
49579
49612
|
if (item.markup) {
|
|
49580
49613
|
item.markup.forEach((item, index) => {
|
|
49614
|
+
var _a, _b;
|
|
49581
49615
|
if (item.validityConditions) {
|
|
49582
49616
|
const validityConditions = typeof item.validityConditions == 'object' ? item.validityConditions : JSON.parse(item.validityConditions);
|
|
49583
49617
|
item.invalidityMsg = validityConditions.invalidity_msg;
|
|
49584
|
-
item.validityConditionJs = validityConditions.validity_conditions_js;
|
|
49585
|
-
item.validityConditions = validityConditions.validity_conditions;
|
|
49618
|
+
item.validityConditionJs = (_a = validityConditions.validity_conditions_js) !== null && _a !== void 0 ? _a : item.validityConditionJs;
|
|
49619
|
+
item.validityConditions = (_b = validityConditions.validity_conditions) !== null && _b !== void 0 ? _b : item.validityConditions;
|
|
49586
49620
|
}
|
|
49587
49621
|
if (!promptCode) {
|
|
49588
49622
|
item.promptMl = {
|
|
@@ -49984,6 +50018,9 @@ class FormBuilderMasterService {
|
|
|
49984
50018
|
getFormDetailsStorage.ff.forEach(val => {
|
|
49985
50019
|
// Push the identifier into the list array
|
|
49986
50020
|
list.push(val.identifier);
|
|
50021
|
+
if (val.markup && Array.isArray(val.markup)) {
|
|
50022
|
+
this.getSubFormIdentifiers(val.markup, list);
|
|
50023
|
+
}
|
|
49987
50024
|
});
|
|
49988
50025
|
}
|
|
49989
50026
|
else {
|
|
@@ -49997,6 +50034,9 @@ class FormBuilderMasterService {
|
|
|
49997
50034
|
getFormDetailsStorage.widgets.forEach(val => {
|
|
49998
50035
|
// Push the identifier into the list array
|
|
49999
50036
|
list.push(val.identifier);
|
|
50037
|
+
if (val.markup && val.markup && Array.isArray(val.markup)) {
|
|
50038
|
+
this.getSubFormIdentifiers(val.markup, list);
|
|
50039
|
+
}
|
|
50000
50040
|
});
|
|
50001
50041
|
}
|
|
50002
50042
|
else {
|
|
@@ -50007,6 +50047,14 @@ class FormBuilderMasterService {
|
|
|
50007
50047
|
}
|
|
50008
50048
|
return list;
|
|
50009
50049
|
}
|
|
50050
|
+
getSubFormIdentifiers(markup, list) {
|
|
50051
|
+
markup.forEach(val => {
|
|
50052
|
+
list.push(val.identifier);
|
|
50053
|
+
if (val.markup && val.markup && Array.isArray(val.markup)) {
|
|
50054
|
+
this.getSubFormIdentifiers(val.markup, list);
|
|
50055
|
+
}
|
|
50056
|
+
});
|
|
50057
|
+
}
|
|
50010
50058
|
/**
|
|
50011
50059
|
* Get All List of location
|
|
50012
50060
|
*
|
|
@@ -50547,14 +50595,18 @@ class WidgetsService {
|
|
|
50547
50595
|
if (this.isValidIdentifier(response)) {
|
|
50548
50596
|
// Use a local variable to avoid repeated object access
|
|
50549
50597
|
let previousCount = this.previousIdentifiersMap[response];
|
|
50598
|
+
const currResponse = response;
|
|
50550
50599
|
if (previousCount !== undefined) {
|
|
50600
|
+
const count = parseInt(response.split('_')[1], 10);
|
|
50601
|
+
response = response.split('_')[0];
|
|
50602
|
+
const n = previousCount + count;
|
|
50551
50603
|
previousCount++;
|
|
50552
|
-
response = `${response}_${
|
|
50604
|
+
response = `${response}_${n}`;
|
|
50553
50605
|
}
|
|
50554
50606
|
else {
|
|
50555
50607
|
previousCount = 0;
|
|
50556
50608
|
}
|
|
50557
|
-
this.previousIdentifiersMap[
|
|
50609
|
+
this.previousIdentifiersMap[currResponse] = previousCount;
|
|
50558
50610
|
this.identifiersArray.push(response);
|
|
50559
50611
|
// Consider batching updates to localStorage
|
|
50560
50612
|
this.updateIdentifiersStorage();
|
|
@@ -53227,7 +53279,7 @@ class AppListComponent {
|
|
|
53227
53279
|
const dialogRef = this.dialog.open(ConfirmationModalComponent, {
|
|
53228
53280
|
width: '30%',
|
|
53229
53281
|
data: {
|
|
53230
|
-
title: '
|
|
53282
|
+
title: 'Delete App',
|
|
53231
53283
|
message: 'Are you sure want to delete this app?',
|
|
53232
53284
|
confirmButtonText: 'Delete',
|
|
53233
53285
|
cancelButtonText: 'Cancel',
|
|
@@ -53363,7 +53415,7 @@ class AppListComponent {
|
|
|
53363
53415
|
const dialogRef = this.dialog.open(ConfirmationModalComponent, {
|
|
53364
53416
|
width: '30%',
|
|
53365
53417
|
data: {
|
|
53366
|
-
title: '
|
|
53418
|
+
title: 'Disable QR',
|
|
53367
53419
|
message: 'Are you sure you want to disable QR for this form?',
|
|
53368
53420
|
confirmButtonText: 'Disable',
|
|
53369
53421
|
cancelButtonText: 'Cancel',
|
|
@@ -59683,7 +59735,7 @@ function ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_agm_
|
|
|
59683
59735
|
}
|
|
59684
59736
|
function ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_agm_snazzy_info_window_2_Template(rf, ctx) {
|
|
59685
59737
|
if (rf & 1) {
|
|
59686
|
-
i0.ɵɵelementStart(0, "agm-snazzy-info-window",
|
|
59738
|
+
i0.ɵɵelementStart(0, "agm-snazzy-info-window", 10);
|
|
59687
59739
|
i0.ɵɵtemplate(1, ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_agm_snazzy_info_window_2_ng_template_1_Template, 2, 1, "ng-template");
|
|
59688
59740
|
i0.ɵɵelementEnd();
|
|
59689
59741
|
}
|
|
@@ -59697,9 +59749,9 @@ function ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_Temp
|
|
|
59697
59749
|
if (rf & 1) {
|
|
59698
59750
|
const _r16 = i0.ɵɵgetCurrentView();
|
|
59699
59751
|
i0.ɵɵelementStart(0, "ng-conatiner");
|
|
59700
|
-
i0.ɵɵelementStart(1, "agm-marker",
|
|
59752
|
+
i0.ɵɵelementStart(1, "agm-marker", 8);
|
|
59701
59753
|
i0.ɵɵlistener("markerClick", function ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_Template_agm_marker_markerClick_1_listener() { i0.ɵɵrestoreView(_r16); const indexOfagm_r2 = i0.ɵɵnextContext(2).index; const ctx_r14 = i0.ɵɵnextContext(); return ctx_r14.openSnazzyInfoWindow(indexOfagm_r2); });
|
|
59702
|
-
i0.ɵɵtemplate(2, ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_agm_snazzy_info_window_2_Template, 2, 8, "agm-snazzy-info-window",
|
|
59754
|
+
i0.ɵɵtemplate(2, ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_agm_snazzy_info_window_2_Template, 2, 8, "agm-snazzy-info-window", 9);
|
|
59703
59755
|
i0.ɵɵelementEnd();
|
|
59704
59756
|
i0.ɵɵelementEnd();
|
|
59705
59757
|
}
|
|
@@ -59715,7 +59767,7 @@ function ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_Temp
|
|
|
59715
59767
|
function ImageMapViewComponent_ng_container_6_ng_conatiner_1_Template(rf, ctx) {
|
|
59716
59768
|
if (rf & 1) {
|
|
59717
59769
|
i0.ɵɵelementStart(0, "ng-conatiner");
|
|
59718
|
-
i0.ɵɵtemplate(1, ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_Template, 3, 4, "ng-conatiner",
|
|
59770
|
+
i0.ɵɵtemplate(1, ImageMapViewComponent_ng_container_6_ng_conatiner_1_ng_conatiner_1_Template, 3, 4, "ng-conatiner", 7);
|
|
59719
59771
|
i0.ɵɵelementEnd();
|
|
59720
59772
|
}
|
|
59721
59773
|
if (rf & 2) {
|
|
@@ -59738,7 +59790,7 @@ function ImageMapViewComponent_ng_container_6_ng_container_2_agm_snazzy_info_win
|
|
|
59738
59790
|
}
|
|
59739
59791
|
function ImageMapViewComponent_ng_container_6_ng_container_2_agm_snazzy_info_window_2_Template(rf, ctx) {
|
|
59740
59792
|
if (rf & 1) {
|
|
59741
|
-
i0.ɵɵelementStart(0, "agm-snazzy-info-window",
|
|
59793
|
+
i0.ɵɵelementStart(0, "agm-snazzy-info-window", 13);
|
|
59742
59794
|
i0.ɵɵtemplate(1, ImageMapViewComponent_ng_container_6_ng_container_2_agm_snazzy_info_window_2_ng_template_1_Template, 2, 1, "ng-template");
|
|
59743
59795
|
i0.ɵɵelementEnd();
|
|
59744
59796
|
}
|
|
@@ -59751,9 +59803,9 @@ function ImageMapViewComponent_ng_container_6_ng_container_2_Template(rf, ctx) {
|
|
|
59751
59803
|
if (rf & 1) {
|
|
59752
59804
|
const _r25 = i0.ɵɵgetCurrentView();
|
|
59753
59805
|
i0.ɵɵelementContainerStart(0);
|
|
59754
|
-
i0.ɵɵelementStart(1, "agm-polygon",
|
|
59806
|
+
i0.ɵɵelementStart(1, "agm-polygon", 11);
|
|
59755
59807
|
i0.ɵɵlistener("polyClick", function ImageMapViewComponent_ng_container_6_ng_container_2_Template_agm_polygon_polyClick_1_listener() { i0.ɵɵrestoreView(_r25); const indexOfagm_r2 = i0.ɵɵnextContext().index; const ctx_r23 = i0.ɵɵnextContext(); return ctx_r23.openSnazzyInfoWindow(indexOfagm_r2); });
|
|
59756
|
-
i0.ɵɵtemplate(2, ImageMapViewComponent_ng_container_6_ng_container_2_agm_snazzy_info_window_2_Template, 2, 7, "agm-snazzy-info-window",
|
|
59808
|
+
i0.ɵɵtemplate(2, ImageMapViewComponent_ng_container_6_ng_container_2_agm_snazzy_info_window_2_Template, 2, 7, "agm-snazzy-info-window", 12);
|
|
59757
59809
|
i0.ɵɵelementEnd();
|
|
59758
59810
|
i0.ɵɵelementContainerEnd();
|
|
59759
59811
|
}
|
|
@@ -59768,7 +59820,7 @@ function ImageMapViewComponent_ng_container_6_ng_container_2_Template(rf, ctx) {
|
|
|
59768
59820
|
function ImageMapViewComponent_ng_container_6_ng_conatiner_3_ng_container_2_Template(rf, ctx) {
|
|
59769
59821
|
if (rf & 1) {
|
|
59770
59822
|
i0.ɵɵelementContainerStart(0);
|
|
59771
|
-
i0.ɵɵelement(1, "agm-polyline-point",
|
|
59823
|
+
i0.ɵɵelement(1, "agm-polyline-point", 15);
|
|
59772
59824
|
i0.ɵɵelementContainerEnd();
|
|
59773
59825
|
}
|
|
59774
59826
|
if (rf & 2) {
|
|
@@ -59791,7 +59843,7 @@ function ImageMapViewComponent_ng_container_6_ng_conatiner_3_agm_snazzy_info_win
|
|
|
59791
59843
|
}
|
|
59792
59844
|
function ImageMapViewComponent_ng_container_6_ng_conatiner_3_agm_snazzy_info_window_3_Template(rf, ctx) {
|
|
59793
59845
|
if (rf & 1) {
|
|
59794
|
-
i0.ɵɵelementStart(0, "agm-snazzy-info-window",
|
|
59846
|
+
i0.ɵɵelementStart(0, "agm-snazzy-info-window", 13);
|
|
59795
59847
|
i0.ɵɵtemplate(1, ImageMapViewComponent_ng_container_6_ng_conatiner_3_agm_snazzy_info_window_3_ng_template_1_Template, 2, 1, "ng-template");
|
|
59796
59848
|
i0.ɵɵelementEnd();
|
|
59797
59849
|
}
|
|
@@ -59804,10 +59856,10 @@ function ImageMapViewComponent_ng_container_6_ng_conatiner_3_Template(rf, ctx) {
|
|
|
59804
59856
|
if (rf & 1) {
|
|
59805
59857
|
const _r35 = i0.ɵɵgetCurrentView();
|
|
59806
59858
|
i0.ɵɵelementStart(0, "ng-conatiner");
|
|
59807
|
-
i0.ɵɵelementStart(1, "agm-polyline",
|
|
59859
|
+
i0.ɵɵelementStart(1, "agm-polyline", 14);
|
|
59808
59860
|
i0.ɵɵlistener("lineClick", function ImageMapViewComponent_ng_container_6_ng_conatiner_3_Template_agm_polyline_lineClick_1_listener() { i0.ɵɵrestoreView(_r35); const indexOfagm_r2 = i0.ɵɵnextContext().index; const ctx_r33 = i0.ɵɵnextContext(); return ctx_r33.openSnazzyInfoWindow(indexOfagm_r2); });
|
|
59809
|
-
i0.ɵɵtemplate(2, ImageMapViewComponent_ng_container_6_ng_conatiner_3_ng_container_2_Template, 2, 2, "ng-container",
|
|
59810
|
-
i0.ɵɵtemplate(3, ImageMapViewComponent_ng_container_6_ng_conatiner_3_agm_snazzy_info_window_3_Template, 2, 7, "agm-snazzy-info-window",
|
|
59861
|
+
i0.ɵɵtemplate(2, ImageMapViewComponent_ng_container_6_ng_conatiner_3_ng_container_2_Template, 2, 2, "ng-container", 7);
|
|
59862
|
+
i0.ɵɵtemplate(3, ImageMapViewComponent_ng_container_6_ng_conatiner_3_agm_snazzy_info_window_3_Template, 2, 7, "agm-snazzy-info-window", 12);
|
|
59811
59863
|
i0.ɵɵelementEnd();
|
|
59812
59864
|
i0.ɵɵelementEnd();
|
|
59813
59865
|
}
|
|
@@ -59822,7 +59874,7 @@ function ImageMapViewComponent_ng_container_6_ng_conatiner_3_Template(rf, ctx) {
|
|
|
59822
59874
|
function ImageMapViewComponent_ng_container_6_ng_conatiner_4_ng_container_1_Template(rf, ctx) {
|
|
59823
59875
|
if (rf & 1) {
|
|
59824
59876
|
i0.ɵɵelementContainerStart(0);
|
|
59825
|
-
i0.ɵɵelement(1, "agm-circle",
|
|
59877
|
+
i0.ɵɵelement(1, "agm-circle", 16);
|
|
59826
59878
|
i0.ɵɵelementContainerEnd();
|
|
59827
59879
|
}
|
|
59828
59880
|
if (rf & 2) {
|
|
@@ -59835,7 +59887,7 @@ function ImageMapViewComponent_ng_container_6_ng_conatiner_4_ng_container_1_Temp
|
|
|
59835
59887
|
function ImageMapViewComponent_ng_container_6_ng_conatiner_4_Template(rf, ctx) {
|
|
59836
59888
|
if (rf & 1) {
|
|
59837
59889
|
i0.ɵɵelementStart(0, "ng-conatiner");
|
|
59838
|
-
i0.ɵɵtemplate(1, ImageMapViewComponent_ng_container_6_ng_conatiner_4_ng_container_1_Template, 2, 6, "ng-container",
|
|
59890
|
+
i0.ɵɵtemplate(1, ImageMapViewComponent_ng_container_6_ng_conatiner_4_ng_container_1_Template, 2, 6, "ng-container", 7);
|
|
59839
59891
|
i0.ɵɵelementEnd();
|
|
59840
59892
|
}
|
|
59841
59893
|
if (rf & 2) {
|
|
@@ -59846,11 +59898,11 @@ function ImageMapViewComponent_ng_container_6_ng_conatiner_4_Template(rf, ctx) {
|
|
|
59846
59898
|
}
|
|
59847
59899
|
function ImageMapViewComponent_ng_container_6_Template(rf, ctx) {
|
|
59848
59900
|
if (rf & 1) {
|
|
59849
|
-
i0.ɵɵelementContainerStart(0,
|
|
59850
|
-
i0.ɵɵtemplate(1, ImageMapViewComponent_ng_container_6_ng_conatiner_1_Template, 2, 1, "ng-conatiner",
|
|
59851
|
-
i0.ɵɵtemplate(2, ImageMapViewComponent_ng_container_6_ng_container_2_Template, 3, 2, "ng-container",
|
|
59852
|
-
i0.ɵɵtemplate(3, ImageMapViewComponent_ng_container_6_ng_conatiner_3_Template, 4, 2, "ng-conatiner",
|
|
59853
|
-
i0.ɵɵtemplate(4, ImageMapViewComponent_ng_container_6_ng_conatiner_4_Template, 2, 1, "ng-conatiner",
|
|
59901
|
+
i0.ɵɵelementContainerStart(0, 5);
|
|
59902
|
+
i0.ɵɵtemplate(1, ImageMapViewComponent_ng_container_6_ng_conatiner_1_Template, 2, 1, "ng-conatiner", 6);
|
|
59903
|
+
i0.ɵɵtemplate(2, ImageMapViewComponent_ng_container_6_ng_container_2_Template, 3, 2, "ng-container", 6);
|
|
59904
|
+
i0.ɵɵtemplate(3, ImageMapViewComponent_ng_container_6_ng_conatiner_3_Template, 4, 2, "ng-conatiner", 6);
|
|
59905
|
+
i0.ɵɵtemplate(4, ImageMapViewComponent_ng_container_6_ng_conatiner_4_Template, 2, 1, "ng-conatiner", 6);
|
|
59854
59906
|
i0.ɵɵelementContainerEnd();
|
|
59855
59907
|
}
|
|
59856
59908
|
if (rf & 2) {
|
|
@@ -59943,18 +59995,18 @@ class ImageMapViewComponent {
|
|
|
59943
59995
|
}
|
|
59944
59996
|
}
|
|
59945
59997
|
ImageMapViewComponent.ɵfac = function ImageMapViewComponent_Factory(t) { return new (t || ImageMapViewComponent)(i0.ɵɵdirectiveInject(i1$5.MatDialogRef), i0.ɵɵdirectiveInject(MAT_DIALOG_DATA)); };
|
|
59946
|
-
ImageMapViewComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ImageMapViewComponent, selectors: [["lib-image-map-view"]], decls: 7, vars: 3, consts: [[1, "
|
|
59998
|
+
ImageMapViewComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ImageMapViewComponent, selectors: [["lib-image-map-view"]], decls: 7, vars: 3, consts: [[1, "popup-container", "image-map-view-container"], [1, "close-icon", 3, "click"], [1, "image-map-body"], [3, "zoom", "fitBounds"], [3, "ngSwitch", 4, "ngFor", "ngForOf"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngFor", "ngForOf"], [3, "agmFitBounds", "latitude", "longitude", "markerClick"], [3, "panOnOpen", "latitude", "longitude", "maxWidth", "maxHeight", "closeWhenOthersOpen", "showCloseButton", "isOpen", 4, "ngIf"], [3, "panOnOpen", "latitude", "longitude", "maxWidth", "maxHeight", "closeWhenOthersOpen", "showCloseButton", "isOpen"], ["fillColor", "#8e8e8e", "fillOpacity", ".35", "strokeColor", "#32a1d0", 3, "paths", "polyClick"], [3, "panOnOpen", "latitude", "longitude", "closeWhenOthersOpen", "closeOnMapClick", "showCloseButton", "isOpen", 4, "ngIf"], [3, "panOnOpen", "latitude", "longitude", "closeWhenOthersOpen", "closeOnMapClick", "showCloseButton", "isOpen"], [3, "lineClick"], [3, "latitude", "longitude"], [3, "latitude", "longitude", "radius", "fillColor", "circleDraggable", "editable"]], template: function ImageMapViewComponent_Template(rf, ctx) {
|
|
59947
59999
|
if (rf & 1) {
|
|
59948
60000
|
i0.ɵɵelementStart(0, "div", 0);
|
|
59949
|
-
i0.ɵɵelementStart(1, "
|
|
59950
|
-
i0.ɵɵ
|
|
59951
|
-
i0.ɵɵelementStart(2, "mat-icon", 2);
|
|
59952
|
-
i0.ɵɵtext(3, "close");
|
|
60001
|
+
i0.ɵɵelementStart(1, "h1");
|
|
60002
|
+
i0.ɵɵtext(2, "Image location");
|
|
59953
60003
|
i0.ɵɵelementEnd();
|
|
60004
|
+
i0.ɵɵelementStart(3, "button", 1);
|
|
60005
|
+
i0.ɵɵlistener("click", function ImageMapViewComponent_Template_button_click_3_listener() { return ctx.closeDialog(); });
|
|
59954
60006
|
i0.ɵɵelementEnd();
|
|
59955
|
-
i0.ɵɵelementStart(4, "div",
|
|
59956
|
-
i0.ɵɵelementStart(5, "agm-map",
|
|
59957
|
-
i0.ɵɵtemplate(6, ImageMapViewComponent_ng_container_6_Template, 5, 5, "ng-container",
|
|
60007
|
+
i0.ɵɵelementStart(4, "div", 2);
|
|
60008
|
+
i0.ɵɵelementStart(5, "agm-map", 3);
|
|
60009
|
+
i0.ɵɵtemplate(6, ImageMapViewComponent_ng_container_6_Template, 5, 5, "ng-container", 4);
|
|
59958
60010
|
i0.ɵɵelementEnd();
|
|
59959
60011
|
i0.ɵɵelementEnd();
|
|
59960
60012
|
i0.ɵɵelementEnd();
|
|
@@ -59965,11 +60017,11 @@ ImageMapViewComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Image
|
|
|
59965
60017
|
i0.ɵɵadvance(1);
|
|
59966
60018
|
i0.ɵɵproperty("ngForOf", ctx.agmMangerOption);
|
|
59967
60019
|
}
|
|
59968
|
-
}, directives: [
|
|
60020
|
+
}, directives: [i2$4.AgmMap, i1$3.NgForOf, i1$3.NgSwitch, i1$3.NgSwitchCase, i2$4.AgmMarker, i2$4.AgmFitBounds, i1$3.NgIf, i4$3.AgmSnazzyInfoWindow, i2$4.AgmPolygon, i2$4.AgmPolyline, i2$4.AgmPolylinePoint, i2$4.AgmCircle], styles: [".image-map-view-container .image-map-body{width:fit-content;height:fit-content}.image-map-view-container .image-map-body agm-map{display:block;height:50vh;width:50vw}.cdk-global-overlay-wrapper:has(.image-map-box-container){justify-content:center!important;align-items:center!important}\n"], encapsulation: 2 });
|
|
59969
60021
|
(function () {
|
|
59970
60022
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ImageMapViewComponent, [{
|
|
59971
60023
|
type: Component,
|
|
59972
|
-
args: [{ selector: 'lib-image-map-view', encapsulation: ViewEncapsulation.None, template: "<div class=\"
|
|
60024
|
+
args: [{ selector: 'lib-image-map-view', encapsulation: ViewEncapsulation.None, template: "<div class=\"popup-container image-map-view-container\">\n <h1>Image location</h1>\n <button class=\"close-icon\" (click)=\"closeDialog()\"></button>\n <div class=\"image-map-body\">\n <agm-map [zoom]=\"zoom\" [fitBounds]=\"true\">\n <ng-container *ngFor=\"let agmOption of agmMangerOption;let indexOfagm=index;\"\n [ngSwitch]=\"agmOption.type\">\n <!-----------Markers shapes content-->\n <ng-conatiner *ngSwitchCase=\"'marker'\"> \n <ng-conatiner *ngFor=\"let pathsOfMarker of agmOption.path\">\n <agm-marker \n [agmFitBounds]=\"true\" \n [latitude]=\"pathsOfMarker.lat\" \n [longitude]=\"pathsOfMarker.lng\" \n (markerClick)=\"openSnazzyInfoWindow(indexOfagm)\">\n <agm-snazzy-info-window \n *ngIf=\"agmOption.note\"\n [panOnOpen]=\"true\" \n [latitude]=\"pathsOfMarker.lat\" \n [longitude]=\"pathsOfMarker.lng\" \n [maxWidth]=\"400\" \n [maxHeight]=\"400\"\n [closeWhenOthersOpen]=\"true\" \n [showCloseButton]=\"true\" \n [isOpen]=\"agmOption.isOpen\">\n <ng-template>\n <div>{{agmOption.note}}</div>\n </ng-template>\n </agm-snazzy-info-window>\n </agm-marker>\n </ng-conatiner>\n </ng-conatiner>\n <!-----------Polygon shapes content-->\n <ng-container *ngSwitchCase=\"'polygon'\">\n <agm-polygon \n [paths]=\"agmOption.path\" \n fillColor=\"#8e8e8e\" \n fillOpacity=\".35\" \n strokeColor=\"#32a1d0\"\n (polyClick)=\"openSnazzyInfoWindow(indexOfagm)\">\n <agm-snazzy-info-window \n *ngIf=\"agmOption.note\"\n [panOnOpen]=\"true\" \n [latitude]=\"agmOption.path[0].lat\" \n [longitude]=\"agmOption.path[0].lng\" \n [closeWhenOthersOpen]=\"true\"\n [closeOnMapClick]=\"true\" \n [showCloseButton]=\"true\" \n [isOpen]=\"agmOption.isOpen\">\n <ng-template>\n <div>{{agmOption.note}}</div>\n </ng-template>\n </agm-snazzy-info-window>\n </agm-polygon>\n </ng-container>\n <!-----------Polyline shapes content-->\n <ng-conatiner *ngSwitchCase=\"'polyline'\">\n <agm-polyline (lineClick)=\"openSnazzyInfoWindow(indexOfagm)\">\n <ng-container *ngFor=\"let polylinePath of agmOption.path\">\n <agm-polyline-point [latitude]=\"polylinePath.lat\" [longitude]=\"polylinePath.lng\">\n </agm-polyline-point>\n </ng-container>\n <agm-snazzy-info-window \n *ngIf=\"agmOption.note\"\n [panOnOpen]=\"true\" \n [latitude]=\"agmOption.path[0].lat\" \n [longitude]=\"agmOption.path[0].lng\" \n [closeWhenOthersOpen]=\"true\"\n [closeOnMapClick]=\"true\" \n [showCloseButton]=\"true\" \n [isOpen]=\"agmOption.isOpen\">\n <ng-template>\n <div>{{agmOption.note}}</div>\n </ng-template>\n </agm-snazzy-info-window>\n </agm-polyline>\n </ng-conatiner>\n <!-----------Circle shapes content-->\n <ng-conatiner *ngSwitchCase=\"'circle'\">\n <ng-container *ngFor=\"let circlePath of agmOption.path\">\n <agm-circle \n [latitude]=\"circlePath.lat\" \n [longitude]=\"circlePath.lng\"\n [radius]=\"radius\"\n [fillColor]=\"'red'\"\n [circleDraggable]=\"false\"\n [editable]=\"false\">\n </agm-circle>\n </ng-container>\n </ng-conatiner>\n </ng-container>\n </agm-map>\n </div>\n</div>\n", styles: [".image-map-view-container .image-map-body{width:fit-content;height:fit-content}.image-map-view-container .image-map-body agm-map{display:block;height:50vh;width:50vw}.cdk-global-overlay-wrapper:has(.image-map-box-container){justify-content:center!important;align-items:center!important}\n"] }]
|
|
59973
60025
|
}], function () {
|
|
59974
60026
|
return [{ type: i1$5.MatDialogRef }, { type: undefined, decorators: [{
|
|
59975
60027
|
type: Inject,
|
|
@@ -60607,11 +60659,11 @@ ImageWidgetLightboxViewComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({
|
|
|
60607
60659
|
i0.ɵɵadvance(1);
|
|
60608
60660
|
i0.ɵɵproperty("ngIf", (ctx.annotation == null ? null : ctx.annotation.annotations.length) === 0 || (ctx.annotation == null ? null : ctx.annotation.annotations) === null);
|
|
60609
60661
|
}
|
|
60610
|
-
}, directives: [i1$3.NgClass, i3$2.DefaultClassDirective, i1$3.NgIf, i2$1.MatIcon, i1$3.NgForOf, i1$3.NgStyle, i3$2.DefaultStyleDirective, i5.MatCard], styles: ["lib-image-widget-lightbox-view .light-box-container{
|
|
60662
|
+
}, directives: [i1$3.NgClass, i3$2.DefaultClassDirective, i1$3.NgIf, i2$1.MatIcon, i1$3.NgForOf, i1$3.NgStyle, i3$2.DefaultStyleDirective, i5.MatCard], styles: ["lib-image-widget-lightbox-view .light-box-container{height:100%;width:100%}lib-image-widget-lightbox-view .mat-left-container{position:relative;flex:70%;width:70%;display:flex;justify-content:center;align-items:center;background-color:#10172b}lib-image-widget-lightbox-view .mat-left-container .lightbox-image-left-arrow{position:absolute;top:50%;left:1rem;cursor:pointer;z-index:20}lib-image-widget-lightbox-view .mat-left-container .lightbox-image-right-arrow{position:absolute;top:50%;right:1rem;cursor:pointer;z-index:20}lib-image-widget-lightbox-view .mat-left-container .loaders{display:inline-block;width:2rem;height:2rem;border-width:4px;border-radius:100%;color:#a855f7;position:absolute;inset:50%;z-index:0}lib-image-widget-lightbox-view .mat-right-container{width:30%;flex:30%}lib-image-widget-lightbox-view .mat-right-container #close-icon{right:0;top:0;font-size:16px}lib-image-widget-lightbox-view .mat-right-container .comment-box-container{font-family:Open Sans,Arial,sans-serif}lib-image-widget-lightbox-view .mat-right-container .comment-box-container .image-lightbox-index-wrapper{display:flex;height:3.374rem;align-items:center}lib-image-widget-lightbox-view .mat-right-container .comment-box-container .image-lightbox-index-wrapper .image-lightbox-index{height:1.313rem;min-width:1.313rem;min-height:1.313rem;text-align:center;border-radius:100%;font-size:12px;font-weight:600;color:#fff;line-height:1.413rem}lib-image-widget-lightbox-view .mat-right-container .comment-box-container mat-card{background:#F2F4FA;border:none;box-shadow:none!important;font-size:.8rem;font-family:Open Sans,Arial,sans-serif}lib-image-widget-lightbox-view #annotationsCanvas{max-width:100%}lib-image-widget-lightbox-view .mat-card{min-width:auto}@media only screen and (max-width: 600px){lib-image-widget-lightbox-view .mat-left-container{flex:100%;width:100%}lib-image-widget-lightbox-view .mat-right-container{flex:100%;width:100%}lib-image-widget-lightbox-view #close-icon{top:.5rem!important}}lib-image-widget-lightbox-view .comments{font-size:1rem;cursor:default}lib-image-widget-lightbox-view .lightbox-image-zoom-in-out{position:absolute;bottom:0;right:0;display:flex;flex-direction:column;grid-row-gap:.5rem;row-gap:.5rem;justify-content:center;align-items:center;margin-right:.4rem;margin-bottom:.6rem}lib-image-widget-lightbox-view .comment-box{cursor:default}.cdk-overlay-pane:not(:has(.light-box-container)){height:auto!important;width:auto!important}.mat-dialog-container:has(.light-box-container){height:100%!important;width:100%!important;max-height:100%!important;max-width:100%!important}\n"], encapsulation: 2 });
|
|
60611
60663
|
(function () {
|
|
60612
60664
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ImageWidgetLightboxViewComponent, [{
|
|
60613
60665
|
type: Component,
|
|
60614
|
-
args: [{ selector: 'lib-image-widget-lightbox-view', encapsulation: ViewEncapsulation.None, template: "<div mat-dialog-content class=\"light-box-container flex h-full flex-col sm:flex-row relative\">\n<div class=\"mat-left-container\">\n <canvas id=\"annotationsCanvas\" (click)=\"onCanvasClick($event)\" #canvas class=\"relative z-10\" [ngClass]=\"{'opacity-50': !imageLoaded}\">\n\n </canvas>\n <button *ngIf=\"!disablePreviousButton && imageLoaded\" (click)=\"showPreviousImage()\" [disabled]=\"!imageLoaded\"><mat-icon class=\"lightbox-image-left-arrow\" [svgIcon]=\"'axo_left_arrow'\" ></mat-icon></button>\n <button *ngIf=\"!disableNextButton && imageLoaded\" (click)=\"showNextImage()\" [disabled]=\"!imageLoaded\"><mat-icon class=\"lightbox-image-right-arrow\" [svgIcon]=\"'axo_right_arrow'\" ></mat-icon></button>\n <div class=\"lightbox-image-zoom-in-out\">\n <mat-icon *ngIf=\"isImageWithAnnotations\" (click)=\"showImageWithoutAnnotations()\" [svgIcon]=\"showImage ?'axo_anotation_show':'axo_anotation_hide'\" class=\"cursor-pointer eye-icon z-20\"></mat-icon>\n <mat-icon (click)=\"expandCanvas()\" [svgIcon]=\"isCanvasExpanded ?'axo_img_compress':'axo_fullscreen'\" class=\"cursor-pointer z-20\" [ngClass]=\"{'expand': isCanvasExpanded}\"></mat-icon>\n <mat-icon (click)=\"imageZoomIn()\" [svgIcon]=\"'axo_zoom_in'\" class=\"cursor-pointer z-20\"></mat-icon>\n <mat-icon (click)=\"imageZoomOut()\"[svgIcon]=\"'axo_zoom_out'\" class=\"cursor-pointer z-20\"></mat-icon>\n </div>\n <div class=\"\n spinner-border\n animate-spin\n loaders\n \" role=\"status\" *ngIf=\"!imageLoaded\" [ngClass]=\"{'z-50': !imageLoaded}\">\n <span class=\"visually-hidden\">Loading...</span>\n </div>\n</div>\n\n <div class=\"mat-right-container sm:relative bg-white customscroll pl-5\">\n <div class=\"sticky top-0 pt-4 bg-white z-10 hidden sm:block\">\n <mat-icon svgIcon=\"axo_popup_close\" id=\"close-icon\" (click)=\"closeDialog()\" class=\"absolute\"></mat-icon>\n <div class=\"py-4 comments\">Comments</div>\n </div>\n <div class=\"block sm:hidden flex justify-between sticky top-0 z-10 bg-white\">\n <div class=\"py-4 bg-white commments\">Comments</div>\n <div class=\"block relative\">\n <mat-icon id=\"close-icon\" (click)=\"closeDialog()\" class=\"absolute\">close</mat-icon> \n </div>\n \n </div>\n <div class=\"comment-box axo-font text-sm\" *ngIf=\"annotation?.annotations.length\">\n <div class=\"comment-box-container flex gap-4 pb-4\" *ngFor=\"let item of annotation?.annotations; let i= index\">\n <div class=\"image-lightbox-index-wrapper\">\n <div class=\"image-lightbox-index\" [ngStyle]=\"{'background-color': item.color ,'border': (isAnnotationSelected && i === selectedAnnotationIndex && previouslySelectedAnnotationId === selectedAnnotationIndex) ?'1px solid #0000FF':''}\" (click)=\"selectAnnotation(i)\">{{i+1}}</div>\n </div>\n <mat-card class=\"w-full customscroll\" [ngStyle]=\"{'border': (isAnnotationSelected && i === selectedAnnotationIndex && previouslySelectedAnnotationId === selectedAnnotationIndex) ?'1px solid #0000FF':''}\" (click)=\"selectAnnotation(i)\">{{item.notes}}</mat-card> \n </div>\n </div>\n <div class=\"comment-box\" *ngIf=\"annotation?.annotations.length === 0 || annotation?.annotations === null\">No comments available\n \n </div>\n </div>\n</div>\n", styles: ["lib-image-widget-lightbox-view .light-box-container{
|
|
60666
|
+
args: [{ selector: 'lib-image-widget-lightbox-view', encapsulation: ViewEncapsulation.None, template: "<div mat-dialog-content class=\"light-box-container flex h-full flex-col sm:flex-row relative\">\n<div class=\"mat-left-container\">\n <canvas id=\"annotationsCanvas\" (click)=\"onCanvasClick($event)\" #canvas class=\"relative z-10\" [ngClass]=\"{'opacity-50': !imageLoaded}\">\n\n </canvas>\n <button *ngIf=\"!disablePreviousButton && imageLoaded\" (click)=\"showPreviousImage()\" [disabled]=\"!imageLoaded\"><mat-icon class=\"lightbox-image-left-arrow\" [svgIcon]=\"'axo_left_arrow'\" ></mat-icon></button>\n <button *ngIf=\"!disableNextButton && imageLoaded\" (click)=\"showNextImage()\" [disabled]=\"!imageLoaded\"><mat-icon class=\"lightbox-image-right-arrow\" [svgIcon]=\"'axo_right_arrow'\" ></mat-icon></button>\n <div class=\"lightbox-image-zoom-in-out\">\n <mat-icon *ngIf=\"isImageWithAnnotations\" (click)=\"showImageWithoutAnnotations()\" [svgIcon]=\"showImage ?'axo_anotation_show':'axo_anotation_hide'\" class=\"cursor-pointer eye-icon z-20\"></mat-icon>\n <mat-icon (click)=\"expandCanvas()\" [svgIcon]=\"isCanvasExpanded ?'axo_img_compress':'axo_fullscreen'\" class=\"cursor-pointer z-20\" [ngClass]=\"{'expand': isCanvasExpanded}\"></mat-icon>\n <mat-icon (click)=\"imageZoomIn()\" [svgIcon]=\"'axo_zoom_in'\" class=\"cursor-pointer z-20\"></mat-icon>\n <mat-icon (click)=\"imageZoomOut()\"[svgIcon]=\"'axo_zoom_out'\" class=\"cursor-pointer z-20\"></mat-icon>\n </div>\n <div class=\"\n spinner-border\n animate-spin\n loaders\n \" role=\"status\" *ngIf=\"!imageLoaded\" [ngClass]=\"{'z-50': !imageLoaded}\">\n <span class=\"visually-hidden\">Loading...</span>\n </div>\n</div>\n\n <div class=\"mat-right-container sm:relative bg-white customscroll pl-5\">\n <div class=\"sticky top-0 pt-4 bg-white z-10 hidden sm:block\">\n <mat-icon svgIcon=\"axo_popup_close\" id=\"close-icon\" (click)=\"closeDialog()\" class=\"absolute\"></mat-icon>\n <div class=\"py-4 comments\">Comments</div>\n </div>\n <div class=\"block sm:hidden flex justify-between sticky top-0 z-10 bg-white\">\n <div class=\"py-4 bg-white commments\">Comments</div>\n <div class=\"block relative\">\n <mat-icon id=\"close-icon\" (click)=\"closeDialog()\" class=\"absolute\">close</mat-icon> \n </div>\n \n </div>\n <div class=\"comment-box axo-font text-sm\" *ngIf=\"annotation?.annotations.length\">\n <div class=\"comment-box-container flex gap-4 pb-4\" *ngFor=\"let item of annotation?.annotations; let i= index\">\n <div class=\"image-lightbox-index-wrapper\">\n <div class=\"image-lightbox-index\" [ngStyle]=\"{'background-color': item.color ,'border': (isAnnotationSelected && i === selectedAnnotationIndex && previouslySelectedAnnotationId === selectedAnnotationIndex) ?'1px solid #0000FF':''}\" (click)=\"selectAnnotation(i)\">{{i+1}}</div>\n </div>\n <mat-card class=\"w-full customscroll\" [ngStyle]=\"{'border': (isAnnotationSelected && i === selectedAnnotationIndex && previouslySelectedAnnotationId === selectedAnnotationIndex) ?'1px solid #0000FF':''}\" (click)=\"selectAnnotation(i)\">{{item.notes}}</mat-card> \n </div>\n </div>\n <div class=\"comment-box\" *ngIf=\"annotation?.annotations.length === 0 || annotation?.annotations === null\">No comments available\n \n </div>\n </div>\n</div>\n", styles: ["lib-image-widget-lightbox-view .light-box-container{height:100%;width:100%}lib-image-widget-lightbox-view .mat-left-container{position:relative;flex:70%;width:70%;display:flex;justify-content:center;align-items:center;background-color:#10172b}lib-image-widget-lightbox-view .mat-left-container .lightbox-image-left-arrow{position:absolute;top:50%;left:1rem;cursor:pointer;z-index:20}lib-image-widget-lightbox-view .mat-left-container .lightbox-image-right-arrow{position:absolute;top:50%;right:1rem;cursor:pointer;z-index:20}lib-image-widget-lightbox-view .mat-left-container .loaders{display:inline-block;width:2rem;height:2rem;border-width:4px;border-radius:100%;color:#a855f7;position:absolute;inset:50%;z-index:0}lib-image-widget-lightbox-view .mat-right-container{width:30%;flex:30%}lib-image-widget-lightbox-view .mat-right-container #close-icon{right:0;top:0;font-size:16px}lib-image-widget-lightbox-view .mat-right-container .comment-box-container{font-family:Open Sans,Arial,sans-serif}lib-image-widget-lightbox-view .mat-right-container .comment-box-container .image-lightbox-index-wrapper{display:flex;height:3.374rem;align-items:center}lib-image-widget-lightbox-view .mat-right-container .comment-box-container .image-lightbox-index-wrapper .image-lightbox-index{height:1.313rem;min-width:1.313rem;min-height:1.313rem;text-align:center;border-radius:100%;font-size:12px;font-weight:600;color:#fff;line-height:1.413rem}lib-image-widget-lightbox-view .mat-right-container .comment-box-container mat-card{background:#F2F4FA;border:none;box-shadow:none!important;font-size:.8rem;font-family:Open Sans,Arial,sans-serif}lib-image-widget-lightbox-view #annotationsCanvas{max-width:100%}lib-image-widget-lightbox-view .mat-card{min-width:auto}@media only screen and (max-width: 600px){lib-image-widget-lightbox-view .mat-left-container{flex:100%;width:100%}lib-image-widget-lightbox-view .mat-right-container{flex:100%;width:100%}lib-image-widget-lightbox-view #close-icon{top:.5rem!important}}lib-image-widget-lightbox-view .comments{font-size:1rem;cursor:default}lib-image-widget-lightbox-view .lightbox-image-zoom-in-out{position:absolute;bottom:0;right:0;display:flex;flex-direction:column;grid-row-gap:.5rem;row-gap:.5rem;justify-content:center;align-items:center;margin-right:.4rem;margin-bottom:.6rem}lib-image-widget-lightbox-view .comment-box{cursor:default}.cdk-overlay-pane:not(:has(.light-box-container)){height:auto!important;width:auto!important}.mat-dialog-container:has(.light-box-container){height:100%!important;width:100%!important;max-height:100%!important;max-width:100%!important}\n"] }]
|
|
60615
60667
|
}], function () {
|
|
60616
60668
|
return [{ type: i1$5.MatDialogRef }, { type: undefined, decorators: [{
|
|
60617
60669
|
type: Inject,
|
|
@@ -64715,7 +64767,7 @@ GpsWidgetViewComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GpsW
|
|
|
64715
64767
|
const _r1 = i0.ɵɵreference(2);
|
|
64716
64768
|
i0.ɵɵproperty("ngIf", ctx.widget.value)("ngIfElse", _r1);
|
|
64717
64769
|
}
|
|
64718
|
-
}, directives: [i1$3.NgIf, i2$4.AgmMap, i1$3.NgForOf, i1$3.NgSwitch, i1$3.NgSwitchCase, i2$4.AgmMarker, i2$4.AgmFitBounds, i2$4.AgmInfoWindow, i2$4.AgmPolygon,
|
|
64770
|
+
}, directives: [i1$3.NgIf, i2$4.AgmMap, i1$3.NgForOf, i1$3.NgSwitch, i1$3.NgSwitchCase, i2$4.AgmMarker, i2$4.AgmFitBounds, i2$4.AgmInfoWindow, i2$4.AgmPolygon, i4$3.AgmSnazzyInfoWindow, i2$4.AgmPolyline, i2$4.AgmPolylinePoint, i2$1.MatIcon], styles: ["lib-gps-widget-view{display:block}lib-gps-widget-view agm-map{height:300px}lib-gps-widget-view .mat-form-field.mat-form-field-appearance-fill{width:100%!important}lib-gps-widget-view .gps-container{height:100%;width:100%}\n"], encapsulation: 2 });
|
|
64719
64771
|
(function () {
|
|
64720
64772
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GpsWidgetViewComponent, [{
|
|
64721
64773
|
type: Component,
|