@igo2/common 1.9.3 → 1.11.0
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/bundles/igo2-common.umd.js +746 -301
- package/bundles/igo2-common.umd.js.map +1 -1
- package/esm2015/lib/context-menu/context-menu.directive.js +5 -52
- package/esm2015/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.js +5 -2
- package/esm2015/lib/entity/entity-table/entity-table.component.js +547 -116
- package/esm2015/lib/entity/entity-table/entity-table.module.js +31 -4
- package/esm2015/lib/entity/shared/entity.enums.js +2 -1
- package/esm2015/lib/entity/shared/entity.interfaces.js +1 -1
- package/esm2015/lib/form/shared/form.service.js +9 -5
- package/esm2015/lib/workspace/workspace-selector/workspace-selector.component.js +5 -3
- package/fesm2015/igo2-common.js +603 -195
- package/fesm2015/igo2-common.js.map +1 -1
- package/lib/context-menu/context-menu.directive.d.ts +4 -10
- package/lib/entity/entity-table/entity-table.component.d.ts +55 -4
- package/lib/entity/entity-table/entity-table.module.d.ts +17 -11
- package/lib/entity/shared/entity.enums.d.ts +1 -0
- package/lib/entity/shared/entity.interfaces.d.ts +23 -0
- package/lib/workspace/workspace-selector/workspace-selector.component.d.ts +5 -1
- package/package.json +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/material/button'), require('@angular/material/card'), require('@angular/material/checkbox'), require('@angular/material/icon'), require('@angular/material/list'), require('@angular/material/menu'), require('@angular/material/tooltip'), require('@igo2/core'), require('typy'), require('rxjs'), require('rxjs/operators'), require('@igo2/utils'), require('@angular/material/form-field'), require('@angular/material/select'), require('@angular/material/core'), require('@angular/material/table'), require('@angular/material/sort'), require('scroll-into-view-if-needed'), require('@angular/material/paginator'), require('@angular/common/http'), require('ts-cacheable'), require('@ngx-translate/core'), require('@angular/platform-browser'), require('@angular/cdk/overlay'), require('@angular/material/badge'), require('@angular/material/dialog'), require('@angular/cdk/portal'), require('
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@igo2/common', ['exports', '@angular/core', '@angular/common', '@angular/material/button', '@angular/material/card', '@angular/material/checkbox', '@angular/material/icon', '@angular/material/list', '@angular/material/menu', '@angular/material/tooltip', '@igo2/core', 'typy', 'rxjs', 'rxjs/operators', '@igo2/utils', '@angular/material/form-field', '@angular/material/select', '@angular/material/core', '@angular/material/table', '@angular/material/sort', 'scroll-into-view-if-needed', '@angular/material/paginator', '@angular/common/http', 'ts-cacheable', '@ngx-translate/core', '@angular/platform-browser', '@angular/cdk/overlay', '@angular/material/badge', '@angular/material/dialog', '@angular/cdk/portal', '
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.igo2 = global.igo2 || {}, global.igo2.common = {}), global.ng.core, global.ng.common, global.ng.material.button, global.ng.material.card, global.ng.material.checkbox, global.ng.material.icon, global.ng.material.list, global.ng.material.menu, global.ng.material.tooltip, global.core, global.typy, global.rxjs, global.rxjs.operators, global.utils, global.ng.material.formField, global.ng.material.select, global.ng.material.core, global.ng.material.table, global.ng.material.sort, global.scrollIntoView, global.ng.material.paginator, global.ng.common.http, global.tsCacheable, global["ngxt-core"], global.ng.platformBrowser, global.ng.cdk.overlay, global.ng.material.badge, global.ng.material.dialog, global.ng.cdk.portal, global.
|
|
5
|
-
})(this, (function (exports, i0, i1$1, i4$
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/material/button'), require('@angular/material/card'), require('@angular/material/checkbox'), require('@angular/material/icon'), require('@angular/material/list'), require('@angular/material/menu'), require('@angular/material/tooltip'), require('@igo2/core'), require('typy'), require('rxjs'), require('rxjs/operators'), require('@igo2/utils'), require('@angular/material/form-field'), require('@angular/material/select'), require('@angular/material/core'), require('@angular/material/table'), require('@angular/forms'), require('moment'), require('@angular/cdk/a11y'), require('@angular/material/sort'), require('@angular/material/autocomplete'), require('@angular/material/datepicker'), require('@angular/material/input'), require('scroll-into-view-if-needed'), require('@angular/material/paginator'), require('@angular/common/http'), require('ts-cacheable'), require('@ngx-translate/core'), require('@angular/platform-browser'), require('@angular/cdk/overlay'), require('@angular/material/badge'), require('@angular/material/dialog'), require('@angular/cdk/portal'), require('angular-shepherd'), require('@angular/material/sidenav'), require('@angular/material/progress-spinner'), require('@angular/cdk/table'), require('@angular/cdk/collections'), require('@angular/animations')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@igo2/common', ['exports', '@angular/core', '@angular/common', '@angular/material/button', '@angular/material/card', '@angular/material/checkbox', '@angular/material/icon', '@angular/material/list', '@angular/material/menu', '@angular/material/tooltip', '@igo2/core', 'typy', 'rxjs', 'rxjs/operators', '@igo2/utils', '@angular/material/form-field', '@angular/material/select', '@angular/material/core', '@angular/material/table', '@angular/forms', 'moment', '@angular/cdk/a11y', '@angular/material/sort', '@angular/material/autocomplete', '@angular/material/datepicker', '@angular/material/input', 'scroll-into-view-if-needed', '@angular/material/paginator', '@angular/common/http', 'ts-cacheable', '@ngx-translate/core', '@angular/platform-browser', '@angular/cdk/overlay', '@angular/material/badge', '@angular/material/dialog', '@angular/cdk/portal', 'angular-shepherd', '@angular/material/sidenav', '@angular/material/progress-spinner', '@angular/cdk/table', '@angular/cdk/collections', '@angular/animations'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.igo2 = global.igo2 || {}, global.igo2.common = {}), global.ng.core, global.ng.common, global.ng.material.button, global.ng.material.card, global.ng.material.checkbox, global.ng.material.icon, global.ng.material.list, global.ng.material.menu, global.ng.material.tooltip, global.core, global.typy, global.rxjs, global.rxjs.operators, global.utils, global.ng.material.formField, global.ng.material.select, global.ng.material.core, global.ng.material.table, global.ng.forms, global.moment, global.ng.cdk.a11y, global.ng.material.sort, global.ng.material.autocomplete, global.ng.material.datepicker, global.ng.material.input, global.scrollIntoView, global.ng.material.paginator, global.ng.common.http, global.tsCacheable, global["ngxt-core"], global.ng.platformBrowser, global.ng.cdk.overlay, global.ng.material.badge, global.ng.material.dialog, global.ng.cdk.portal, global.angularShepherd, global.ng.material.sidenav, global.ng.material.progressSpinner, global.ng.cdk.table, global.ng.cdk.collections, global.ng.animations));
|
|
5
|
+
})(this, (function (exports, i0, i1$1, i4$1, i10$1, i7, i5$1, i1$6, i9$1, i6, i1$2, t, rxjs, operators, utils, i1, i2, i3, i4, i1$5, moment_, i2$2, i5, i9, i10, i2$3, scrollIntoView, i2$1, i1$3, tsCacheable, i6$1, i1$4, i1$7, badge, i1$8, portal, i3$1, i1$9, i2$4, table, collections, animations) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -26,29 +26,33 @@
|
|
|
26
26
|
|
|
27
27
|
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
28
28
|
var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
|
|
29
|
-
var i4__namespace$2 = /*#__PURE__*/_interopNamespace(i4$2);
|
|
30
|
-
var i10__namespace = /*#__PURE__*/_interopNamespace(i10);
|
|
31
29
|
var i4__namespace$1 = /*#__PURE__*/_interopNamespace(i4$1);
|
|
32
|
-
var
|
|
30
|
+
var i10__namespace$1 = /*#__PURE__*/_interopNamespace(i10$1);
|
|
31
|
+
var i7__namespace = /*#__PURE__*/_interopNamespace(i7);
|
|
32
|
+
var i5__namespace$1 = /*#__PURE__*/_interopNamespace(i5$1);
|
|
33
33
|
var i1__namespace$6 = /*#__PURE__*/_interopNamespace(i1$6);
|
|
34
|
-
var i9__namespace = /*#__PURE__*/_interopNamespace(i9);
|
|
34
|
+
var i9__namespace$1 = /*#__PURE__*/_interopNamespace(i9$1);
|
|
35
35
|
var i6__namespace = /*#__PURE__*/_interopNamespace(i6);
|
|
36
36
|
var i1__namespace$2 = /*#__PURE__*/_interopNamespace(i1$2);
|
|
37
37
|
var t__default = /*#__PURE__*/_interopDefaultLegacy(t);
|
|
38
38
|
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
39
39
|
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
40
|
+
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
40
41
|
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
|
41
42
|
var i1__namespace$5 = /*#__PURE__*/_interopNamespace(i1$5);
|
|
43
|
+
var moment___namespace = /*#__PURE__*/_interopNamespace(moment_);
|
|
42
44
|
var i2__namespace$2 = /*#__PURE__*/_interopNamespace(i2$2);
|
|
45
|
+
var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
|
|
46
|
+
var i9__namespace = /*#__PURE__*/_interopNamespace(i9);
|
|
47
|
+
var i10__namespace = /*#__PURE__*/_interopNamespace(i10);
|
|
48
|
+
var i2__namespace$3 = /*#__PURE__*/_interopNamespace(i2$3);
|
|
43
49
|
var scrollIntoView__default = /*#__PURE__*/_interopDefaultLegacy(scrollIntoView);
|
|
44
50
|
var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
|
|
45
51
|
var i1__namespace$3 = /*#__PURE__*/_interopNamespace(i1$3);
|
|
46
|
-
var
|
|
52
|
+
var i6__namespace$1 = /*#__PURE__*/_interopNamespace(i6$1);
|
|
47
53
|
var i1__namespace$4 = /*#__PURE__*/_interopNamespace(i1$4);
|
|
48
54
|
var i1__namespace$7 = /*#__PURE__*/_interopNamespace(i1$7);
|
|
49
55
|
var i1__namespace$8 = /*#__PURE__*/_interopNamespace(i1$8);
|
|
50
|
-
var i2__namespace$3 = /*#__PURE__*/_interopNamespace(i2$3);
|
|
51
|
-
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
52
56
|
var i3__namespace$1 = /*#__PURE__*/_interopNamespace(i3$1);
|
|
53
57
|
var i1__namespace$9 = /*#__PURE__*/_interopNamespace(i1$9);
|
|
54
58
|
var i2__namespace$4 = /*#__PURE__*/_interopNamespace(i2$4);
|
|
@@ -382,6 +386,7 @@
|
|
|
382
386
|
EntityTableColumnRenderer["Default"] = "Default";
|
|
383
387
|
EntityTableColumnRenderer["HTML"] = "HTML";
|
|
384
388
|
EntityTableColumnRenderer["UnsanitizedHTML"] = "UnsanitizedHTML";
|
|
389
|
+
EntityTableColumnRenderer["Editable"] = "Editable";
|
|
385
390
|
EntityTableColumnRenderer["Icon"] = "Icon";
|
|
386
391
|
EntityTableColumnRenderer["ButtonGroup"] = "ButtonGroup";
|
|
387
392
|
})(exports.EntityTableColumnRenderer || (exports.EntityTableColumnRenderer = {}));
|
|
@@ -2201,7 +2206,7 @@
|
|
|
2201
2206
|
i0__namespace.ɵɵadvance(1);
|
|
2202
2207
|
i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(6, 9, ctx.store.stateView.all$()));
|
|
2203
2208
|
}
|
|
2204
|
-
}, directives: [i1__namespace.MatFormField, i2__namespace.MatSelect, i1__namespace$1.NgIf, i1__namespace$1.NgForOf,
|
|
2209
|
+
}, directives: [i1__namespace.MatFormField, i2__namespace.MatSelect, i1__namespace$1.NgIf, i1__namespace$1.NgForOf, i3__namespace.MatOption], pipes: [i1__namespace$1.AsyncPipe], styles: ["mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
2205
2210
|
(function () {
|
|
2206
2211
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EntitySelectorComponent, [{
|
|
2207
2212
|
type: i0.Component,
|
|
@@ -2670,6 +2675,7 @@
|
|
|
2670
2675
|
}
|
|
2671
2676
|
if (rf & 2) {
|
|
2672
2677
|
var column_r16 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2678
|
+
i0__namespace.ɵɵproperty("matTooltip", column_r16.tooltip ? column_r16.tooltip : undefined);
|
|
2673
2679
|
i0__namespace.ɵɵadvance(1);
|
|
2674
2680
|
i0__namespace.ɵɵtextInterpolate1(" ", column_r16.title, " ");
|
|
2675
2681
|
}
|
|
@@ -2677,18 +2683,19 @@
|
|
|
2677
2683
|
function EntityTableComponent_ng_container_5_ng_container_1_Template(rf, ctx) {
|
|
2678
2684
|
if (rf & 1) {
|
|
2679
2685
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2680
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_1_th_1_Template, 2,
|
|
2686
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_1_th_1_Template, 2, 2, "th", 15);
|
|
2681
2687
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2682
2688
|
}
|
|
2683
2689
|
}
|
|
2684
2690
|
function EntityTableComponent_ng_container_5_ng_container_2_th_1_Template(rf, ctx) {
|
|
2685
2691
|
if (rf & 1) {
|
|
2686
|
-
i0__namespace.ɵɵelementStart(0, "th",
|
|
2692
|
+
i0__namespace.ɵɵelementStart(0, "th", 18);
|
|
2687
2693
|
i0__namespace.ɵɵtext(1);
|
|
2688
2694
|
i0__namespace.ɵɵelementEnd();
|
|
2689
2695
|
}
|
|
2690
2696
|
if (rf & 2) {
|
|
2691
2697
|
var column_r16 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2698
|
+
i0__namespace.ɵɵproperty("matTooltip", column_r16.tooltip ? column_r16.tooltip : undefined);
|
|
2692
2699
|
i0__namespace.ɵɵadvance(1);
|
|
2693
2700
|
i0__namespace.ɵɵtextInterpolate1(" ", column_r16.title, " ");
|
|
2694
2701
|
}
|
|
@@ -2696,13 +2703,13 @@
|
|
|
2696
2703
|
function EntityTableComponent_ng_container_5_ng_container_2_Template(rf, ctx) {
|
|
2697
2704
|
if (rf & 1) {
|
|
2698
2705
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2699
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_2_th_1_Template, 2,
|
|
2706
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_2_th_1_Template, 2, 2, "th", 17);
|
|
2700
2707
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2701
2708
|
}
|
|
2702
2709
|
}
|
|
2703
2710
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_td_1_Template(rf, ctx) {
|
|
2704
2711
|
if (rf & 1) {
|
|
2705
|
-
i0__namespace.ɵɵelementStart(0, "td",
|
|
2712
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
2706
2713
|
i0__namespace.ɵɵtext(1);
|
|
2707
2714
|
i0__namespace.ɵɵelementEnd();
|
|
2708
2715
|
}
|
|
@@ -2717,7 +2724,7 @@
|
|
|
2717
2724
|
}
|
|
2718
2725
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_img_2_Template(rf, ctx) {
|
|
2719
2726
|
if (rf & 1) {
|
|
2720
|
-
i0__namespace.ɵɵelement(0, "img",
|
|
2727
|
+
i0__namespace.ɵɵelement(0, "img", 26);
|
|
2721
2728
|
i0__namespace.ɵɵpipe(1, "async");
|
|
2722
2729
|
i0__namespace.ɵɵpipe(2, "secureImage");
|
|
2723
2730
|
}
|
|
@@ -2742,11 +2749,11 @@
|
|
|
2742
2749
|
}
|
|
2743
2750
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_Template(rf, ctx) {
|
|
2744
2751
|
if (rf & 1) {
|
|
2745
|
-
i0__namespace.ɵɵelementStart(0, "td",
|
|
2746
|
-
i0__namespace.ɵɵelementStart(1, "a",
|
|
2752
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
2753
|
+
i0__namespace.ɵɵelementStart(1, "a", 23);
|
|
2747
2754
|
i0__namespace.ɵɵlistener("click", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_Template_a_click_1_listener($event) { return $event.stopPropagation(); });
|
|
2748
|
-
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_img_2_Template, 3, 5, "img",
|
|
2749
|
-
i0__namespace.ɵɵtemplate(3, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_ng_template_3_Template, 3, 3, "ng-template", null,
|
|
2755
|
+
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_img_2_Template, 3, 5, "img", 24);
|
|
2756
|
+
i0__namespace.ɵɵtemplate(3, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_ng_template_3_Template, 3, 3, "ng-template", null, 25, i0__namespace.ɵɵtemplateRefExtractor);
|
|
2750
2757
|
i0__namespace.ɵɵelementEnd();
|
|
2751
2758
|
i0__namespace.ɵɵelementEnd();
|
|
2752
2759
|
}
|
|
@@ -2765,8 +2772,8 @@
|
|
|
2765
2772
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_Template(rf, ctx) {
|
|
2766
2773
|
if (rf & 1) {
|
|
2767
2774
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2768
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_td_1_Template, 2, 2, "td",
|
|
2769
|
-
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_Template, 5, 4, "ng-template", null,
|
|
2775
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_td_1_Template, 2, 2, "td", 20);
|
|
2776
|
+
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_Template, 5, 4, "ng-template", null, 21, i0__namespace.ɵɵtemplateRefExtractor);
|
|
2770
2777
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2771
2778
|
}
|
|
2772
2779
|
if (rf & 2) {
|
|
@@ -2781,13 +2788,13 @@
|
|
|
2781
2788
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_Template(rf, ctx) {
|
|
2782
2789
|
if (rf & 1) {
|
|
2783
2790
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2784
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_Template, 4, 2, "ng-container",
|
|
2791
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_Template, 4, 2, "ng-container", 19);
|
|
2785
2792
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2786
2793
|
}
|
|
2787
2794
|
}
|
|
2788
2795
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_td_1_Template(rf, ctx) {
|
|
2789
2796
|
if (rf & 1) {
|
|
2790
|
-
i0__namespace.ɵɵelement(0, "td",
|
|
2797
|
+
i0__namespace.ɵɵelement(0, "td", 29);
|
|
2791
2798
|
}
|
|
2792
2799
|
if (rf & 2) {
|
|
2793
2800
|
var record_r47 = i0__namespace.ɵɵnextContext().$implicit;
|
|
@@ -2798,7 +2805,7 @@
|
|
|
2798
2805
|
}
|
|
2799
2806
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_img_2_Template(rf, ctx) {
|
|
2800
2807
|
if (rf & 1) {
|
|
2801
|
-
i0__namespace.ɵɵelement(0, "img",
|
|
2808
|
+
i0__namespace.ɵɵelement(0, "img", 26);
|
|
2802
2809
|
i0__namespace.ɵɵpipe(1, "async");
|
|
2803
2810
|
i0__namespace.ɵɵpipe(2, "secureImage");
|
|
2804
2811
|
}
|
|
@@ -2823,11 +2830,11 @@
|
|
|
2823
2830
|
}
|
|
2824
2831
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_Template(rf, ctx) {
|
|
2825
2832
|
if (rf & 1) {
|
|
2826
|
-
i0__namespace.ɵɵelementStart(0, "td",
|
|
2827
|
-
i0__namespace.ɵɵelementStart(1, "a",
|
|
2833
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
2834
|
+
i0__namespace.ɵɵelementStart(1, "a", 23);
|
|
2828
2835
|
i0__namespace.ɵɵlistener("click", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_Template_a_click_1_listener($event) { return $event.stopPropagation(); });
|
|
2829
|
-
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_img_2_Template, 3, 5, "img",
|
|
2830
|
-
i0__namespace.ɵɵtemplate(3, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_ng_template_3_Template, 3, 3, "ng-template", null,
|
|
2836
|
+
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_img_2_Template, 3, 5, "img", 24);
|
|
2837
|
+
i0__namespace.ɵɵtemplate(3, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_ng_template_3_Template, 3, 3, "ng-template", null, 25, i0__namespace.ɵɵtemplateRefExtractor);
|
|
2831
2838
|
i0__namespace.ɵɵelementEnd();
|
|
2832
2839
|
i0__namespace.ɵɵelementEnd();
|
|
2833
2840
|
}
|
|
@@ -2846,8 +2853,8 @@
|
|
|
2846
2853
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_Template(rf, ctx) {
|
|
2847
2854
|
if (rf & 1) {
|
|
2848
2855
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2849
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_td_1_Template, 1, 2, "td",
|
|
2850
|
-
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_Template, 5, 4, "ng-template", null,
|
|
2856
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_td_1_Template, 1, 2, "td", 27);
|
|
2857
|
+
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_Template, 5, 4, "ng-template", null, 28, i0__namespace.ɵɵtemplateRefExtractor);
|
|
2851
2858
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2852
2859
|
}
|
|
2853
2860
|
if (rf & 2) {
|
|
@@ -2862,36 +2869,222 @@
|
|
|
2862
2869
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_Template(rf, ctx) {
|
|
2863
2870
|
if (rf & 1) {
|
|
2864
2871
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2865
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_Template, 4, 2, "ng-container",
|
|
2872
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_Template, 4, 2, "ng-container", 19);
|
|
2866
2873
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2867
2874
|
}
|
|
2868
2875
|
}
|
|
2876
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_div_1_Template(rf, ctx) {
|
|
2877
|
+
if (rf & 1) {
|
|
2878
|
+
var _r79_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2879
|
+
i0__namespace.ɵɵelementStart(0, "div", 43);
|
|
2880
|
+
i0__namespace.ɵɵelement(1, "mat-datepicker-toggle", 44);
|
|
2881
|
+
i0__namespace.ɵɵelementStart(2, "input", 45);
|
|
2882
|
+
i0__namespace.ɵɵlistener("dateChange", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_div_1_Template_input_dateChange_2_listener($event) { i0__namespace.ɵɵrestoreView(_r79_1); var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit; var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit; var ctx_r77 = i0__namespace.ɵɵnextContext(); return ctx_r77.onDateChange(column_r16.name, record_r63, $event); });
|
|
2883
|
+
i0__namespace.ɵɵelementEnd();
|
|
2884
|
+
i0__namespace.ɵɵelement(3, "mat-datepicker", null, 46);
|
|
2885
|
+
i0__namespace.ɵɵelementEnd();
|
|
2886
|
+
}
|
|
2887
|
+
if (rf & 2) {
|
|
2888
|
+
var _r76 = i0__namespace.ɵɵreference(4);
|
|
2889
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2890
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2891
|
+
var ctx_r67 = i0__namespace.ɵɵnextContext();
|
|
2892
|
+
i0__namespace.ɵɵadvance(1);
|
|
2893
|
+
i0__namespace.ɵɵproperty("for", _r76);
|
|
2894
|
+
i0__namespace.ɵɵadvance(1);
|
|
2895
|
+
i0__namespace.ɵɵpropertyInterpolate("value", ctx_r67.getValue(record_r63, column_r16));
|
|
2896
|
+
i0__namespace.ɵɵproperty("matDatepicker", _r76)("formControlName", column_r16.name);
|
|
2897
|
+
}
|
|
2898
|
+
}
|
|
2899
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_2_Template(rf, ctx) {
|
|
2900
|
+
if (rf & 1) {
|
|
2901
|
+
var _r85_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2902
|
+
i0__namespace.ɵɵelementStart(0, "input", 47);
|
|
2903
|
+
i0__namespace.ɵɵlistener("focus", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_2_Template_input_focus_0_listener($event) { i0__namespace.ɵɵrestoreView(_r85_1); var column_r16 = i0__namespace.ɵɵnextContext(5).$implicit; return column_r16.onFocus($event); })("keypress", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_2_Template_input_keypress_0_listener($event) { i0__namespace.ɵɵrestoreView(_r85_1); var column_r16 = i0__namespace.ɵɵnextContext(5).$implicit; return column_r16.onChange($event); })("blur", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_2_Template_input_blur_0_listener($event) { i0__namespace.ɵɵrestoreView(_r85_1); var column_r16 = i0__namespace.ɵɵnextContext(5).$implicit; return column_r16.onBlur($event); });
|
|
2904
|
+
i0__namespace.ɵɵelementEnd();
|
|
2905
|
+
}
|
|
2906
|
+
if (rf & 2) {
|
|
2907
|
+
var column_r16 = i0__namespace.ɵɵnextContext(5).$implicit;
|
|
2908
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name);
|
|
2909
|
+
}
|
|
2910
|
+
}
|
|
2911
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_3_Template(rf, ctx) {
|
|
2912
|
+
if (rf & 1) {
|
|
2913
|
+
var _r93_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2914
|
+
i0__namespace.ɵɵelementStart(0, "input", 48);
|
|
2915
|
+
i0__namespace.ɵɵlistener("input", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_3_Template_input_input_0_listener($event) { i0__namespace.ɵɵrestoreView(_r93_1); var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit; var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit; var ctx_r91 = i0__namespace.ɵɵnextContext(); return ctx_r91.onValueChange(column_r16.name, record_r63, $event); });
|
|
2916
|
+
i0__namespace.ɵɵelementEnd();
|
|
2917
|
+
}
|
|
2918
|
+
if (rf & 2) {
|
|
2919
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2920
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2921
|
+
var ctx_r69 = i0__namespace.ɵɵnextContext();
|
|
2922
|
+
i0__namespace.ɵɵpropertyInterpolate("step", column_r16.step);
|
|
2923
|
+
i0__namespace.ɵɵpropertyInterpolate("value", ctx_r69.getValue(record_r63, column_r16));
|
|
2924
|
+
i0__namespace.ɵɵpropertyInterpolate("readonly", ctx_r69.getValidationAttributeValue(column_r16, "readonly"));
|
|
2925
|
+
i0__namespace.ɵɵpropertyInterpolate("required", ctx_r69.getValidationAttributeValue(column_r16, "mandatory"));
|
|
2926
|
+
i0__namespace.ɵɵpropertyInterpolate("min", ctx_r69.getValidationAttributeValue(column_r16, "minValue"));
|
|
2927
|
+
i0__namespace.ɵɵpropertyInterpolate("max", ctx_r69.getValidationAttributeValue(column_r16, "maxValue"));
|
|
2928
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name);
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
2931
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_4_Template(rf, ctx) {
|
|
2932
|
+
if (rf & 1) {
|
|
2933
|
+
var _r99_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2934
|
+
i0__namespace.ɵɵelementStart(0, "input", 49);
|
|
2935
|
+
i0__namespace.ɵɵlistener("input", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_4_Template_input_input_0_listener($event) { i0__namespace.ɵɵrestoreView(_r99_1); var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit; var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit; var ctx_r97 = i0__namespace.ɵɵnextContext(); return ctx_r97.onValueChange(column_r16.name, record_r63, $event); });
|
|
2936
|
+
i0__namespace.ɵɵelementEnd();
|
|
2937
|
+
}
|
|
2938
|
+
if (rf & 2) {
|
|
2939
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2940
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2941
|
+
var ctx_r70 = i0__namespace.ɵɵnextContext();
|
|
2942
|
+
i0__namespace.ɵɵpropertyInterpolate("value", ctx_r70.getValue(record_r63, column_r16));
|
|
2943
|
+
i0__namespace.ɵɵpropertyInterpolate("readonly", ctx_r70.getValidationAttributeValue(column_r16, "readonly"));
|
|
2944
|
+
i0__namespace.ɵɵpropertyInterpolate("required", ctx_r70.getValidationAttributeValue(column_r16, "mandatory"));
|
|
2945
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name);
|
|
2946
|
+
}
|
|
2947
|
+
}
|
|
2948
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_checkbox_5_Template(rf, ctx) {
|
|
2949
|
+
if (rf & 1) {
|
|
2950
|
+
var _r105_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2951
|
+
i0__namespace.ɵɵelementStart(0, "mat-checkbox", 50);
|
|
2952
|
+
i0__namespace.ɵɵlistener("change", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_checkbox_5_Template_mat_checkbox_change_0_listener($event) { i0__namespace.ɵɵrestoreView(_r105_1); var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit; var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit; var ctx_r103 = i0__namespace.ɵɵnextContext(); return ctx_r103.onBooleanValueChange(column_r16.name, record_r63, $event); });
|
|
2953
|
+
i0__namespace.ɵɵelementEnd();
|
|
2954
|
+
}
|
|
2955
|
+
if (rf & 2) {
|
|
2956
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2957
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2958
|
+
var ctx_r71 = i0__namespace.ɵɵnextContext();
|
|
2959
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name)("checked", ctx_r71.getValue(record_r63, column_r16));
|
|
2960
|
+
}
|
|
2961
|
+
}
|
|
2962
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_select_6_mat_option_1_Template(rf, ctx) {
|
|
2963
|
+
if (rf & 1) {
|
|
2964
|
+
i0__namespace.ɵɵelementStart(0, "mat-option", 53);
|
|
2965
|
+
i0__namespace.ɵɵtext(1);
|
|
2966
|
+
i0__namespace.ɵɵelementEnd();
|
|
2967
|
+
}
|
|
2968
|
+
if (rf & 2) {
|
|
2969
|
+
var option_r110 = ctx.$implicit;
|
|
2970
|
+
i0__namespace.ɵɵproperty("value", option_r110.id)("disabled", option_r110.disabled);
|
|
2971
|
+
i0__namespace.ɵɵadvance(1);
|
|
2972
|
+
i0__namespace.ɵɵtextInterpolate1(" ", option_r110.value, " ");
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_select_6_Template(rf, ctx) {
|
|
2976
|
+
if (rf & 1) {
|
|
2977
|
+
var _r113_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2978
|
+
i0__namespace.ɵɵelementStart(0, "mat-select", 51);
|
|
2979
|
+
i0__namespace.ɵɵlistener("selectionChange", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_select_6_Template_mat_select_selectionChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r113_1); var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit; var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit; var ctx_r111 = i0__namespace.ɵɵnextContext(); return ctx_r111.onSelectValueChange(column_r16.name, record_r63, $event); });
|
|
2980
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_select_6_mat_option_1_Template, 2, 3, "mat-option", 52);
|
|
2981
|
+
i0__namespace.ɵɵelementEnd();
|
|
2982
|
+
}
|
|
2983
|
+
if (rf & 2) {
|
|
2984
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2985
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2986
|
+
var ctx_r72 = i0__namespace.ɵɵnextContext();
|
|
2987
|
+
i0__namespace.ɵɵpropertyInterpolate("required", ctx_r72.getValidationAttributeValue(column_r16, "mandatory"));
|
|
2988
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name)("multiple", column_r16.multiple)("value", ctx_r72.getValue(record_r63, column_r16));
|
|
2989
|
+
i0__namespace.ɵɵadvance(1);
|
|
2990
|
+
i0__namespace.ɵɵproperty("ngForOf", column_r16.domainValues);
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2993
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_7_Template(rf, ctx) {
|
|
2994
|
+
if (rf & 1) {
|
|
2995
|
+
i0__namespace.ɵɵelement(0, "input", 54);
|
|
2996
|
+
}
|
|
2997
|
+
if (rf & 2) {
|
|
2998
|
+
i0__namespace.ɵɵnextContext();
|
|
2999
|
+
var _r74 = i0__namespace.ɵɵreference(9);
|
|
3000
|
+
var record_r63 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3001
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
3002
|
+
var ctx_r73 = i0__namespace.ɵɵnextContext();
|
|
3003
|
+
i0__namespace.ɵɵpropertyInterpolate("required", ctx_r73.getValidationAttributeValue(column_r16, "mandatory"));
|
|
3004
|
+
i0__namespace.ɵɵpropertyInterpolate("value", ctx_r73.getValue(record_r63, column_r16));
|
|
3005
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name)("matAutocomplete", _r74);
|
|
3006
|
+
}
|
|
3007
|
+
}
|
|
3008
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_option_10_Template(rf, ctx) {
|
|
3009
|
+
if (rf & 1) {
|
|
3010
|
+
i0__namespace.ɵɵelementStart(0, "mat-option", 55);
|
|
3011
|
+
i0__namespace.ɵɵtext(1);
|
|
3012
|
+
i0__namespace.ɵɵelementEnd();
|
|
3013
|
+
}
|
|
3014
|
+
if (rf & 2) {
|
|
3015
|
+
var option_r119 = ctx.$implicit;
|
|
3016
|
+
i0__namespace.ɵɵproperty("value", option_r119.id);
|
|
3017
|
+
i0__namespace.ɵɵadvance(1);
|
|
3018
|
+
i0__namespace.ɵɵtextInterpolate1(" ", option_r119.value, " ");
|
|
3019
|
+
}
|
|
3020
|
+
}
|
|
2869
3021
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_Template(rf, ctx) {
|
|
2870
3022
|
if (rf & 1) {
|
|
2871
|
-
i0__namespace.ɵɵ
|
|
2872
|
-
i0__namespace.ɵɵ
|
|
3023
|
+
var _r122_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3024
|
+
i0__namespace.ɵɵelementStart(0, "td", 32);
|
|
3025
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_div_1_Template, 5, 4, "div", 33);
|
|
3026
|
+
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_2_Template, 1, 1, "input", 34);
|
|
3027
|
+
i0__namespace.ɵɵtemplate(3, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_3_Template, 1, 7, "input", 35);
|
|
3028
|
+
i0__namespace.ɵɵtemplate(4, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_4_Template, 1, 4, "input", 36);
|
|
3029
|
+
i0__namespace.ɵɵtemplate(5, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_checkbox_5_Template, 1, 2, "mat-checkbox", 37);
|
|
3030
|
+
i0__namespace.ɵɵtemplate(6, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_select_6_Template, 2, 5, "mat-select", 38);
|
|
3031
|
+
i0__namespace.ɵɵtemplate(7, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_7_Template, 1, 4, "input", 39);
|
|
3032
|
+
i0__namespace.ɵɵelementStart(8, "mat-autocomplete", 40, 41);
|
|
3033
|
+
i0__namespace.ɵɵlistener("optionSelected", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_Template_mat_autocomplete_optionSelected_8_listener($event) { i0__namespace.ɵɵrestoreView(_r122_1); var record_r63 = i0__namespace.ɵɵnextContext().$implicit; var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit; var ctx_r120 = i0__namespace.ɵɵnextContext(); return ctx_r120.onAutocompleteValueChange(column_r16.name, record_r63, $event); });
|
|
3034
|
+
i0__namespace.ɵɵtemplate(10, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_option_10_Template, 2, 2, "mat-option", 42);
|
|
3035
|
+
i0__namespace.ɵɵpipe(11, "async");
|
|
3036
|
+
i0__namespace.ɵɵelementEnd();
|
|
3037
|
+
i0__namespace.ɵɵelementEnd();
|
|
2873
3038
|
}
|
|
2874
3039
|
if (rf & 2) {
|
|
2875
3040
|
var record_r63 = i0__namespace.ɵɵnextContext().$implicit;
|
|
2876
3041
|
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2877
3042
|
var ctx_r64 = i0__namespace.ɵɵnextContext();
|
|
2878
|
-
i0__namespace.ɵɵproperty("
|
|
3043
|
+
i0__namespace.ɵɵproperty("formGroup", ctx_r64.formGroup)("ngClass", ctx_r64.getCellClass(record_r63, column_r16));
|
|
3044
|
+
i0__namespace.ɵɵadvance(1);
|
|
3045
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "date");
|
|
3046
|
+
i0__namespace.ɵɵadvance(1);
|
|
3047
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "time");
|
|
3048
|
+
i0__namespace.ɵɵadvance(1);
|
|
3049
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "number");
|
|
3050
|
+
i0__namespace.ɵɵadvance(1);
|
|
3051
|
+
i0__namespace.ɵɵproperty("ngIf", !column_r16.type || column_r16.type === "string");
|
|
3052
|
+
i0__namespace.ɵɵadvance(1);
|
|
3053
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "boolean");
|
|
3054
|
+
i0__namespace.ɵɵadvance(1);
|
|
3055
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "list");
|
|
3056
|
+
i0__namespace.ɵɵadvance(1);
|
|
3057
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "autocomplete");
|
|
3058
|
+
i0__namespace.ɵɵadvance(3);
|
|
3059
|
+
i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(11, 10, ctx_r64.filteredOptions));
|
|
2879
3060
|
}
|
|
2880
3061
|
}
|
|
2881
|
-
function
|
|
3062
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_td_0_Template(rf, ctx) {
|
|
2882
3063
|
if (rf & 1) {
|
|
2883
|
-
i0__namespace.ɵɵelement(0, "
|
|
3064
|
+
i0__namespace.ɵɵelement(0, "td", 29);
|
|
3065
|
+
i0__namespace.ɵɵpipe(1, "sanitizeHtml");
|
|
3066
|
+
}
|
|
3067
|
+
if (rf & 2) {
|
|
3068
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
3069
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
3070
|
+
var ctx_r126 = i0__namespace.ɵɵnextContext();
|
|
3071
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r126.getCellClass(record_r63, column_r16))("innerHTML", i0__namespace.ɵɵpipeBind1(1, 2, ctx_r126.getValue(record_r63, column_r16)), i0__namespace.ɵɵsanitizeHtml);
|
|
3072
|
+
}
|
|
3073
|
+
}
|
|
3074
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_ng_template_1_img_2_Template(rf, ctx) {
|
|
3075
|
+
if (rf & 1) {
|
|
3076
|
+
i0__namespace.ɵɵelement(0, "img", 26);
|
|
2884
3077
|
i0__namespace.ɵɵpipe(1, "async");
|
|
2885
3078
|
i0__namespace.ɵɵpipe(2, "secureImage");
|
|
2886
3079
|
}
|
|
2887
3080
|
if (rf & 2) {
|
|
2888
|
-
var record_r63 = i0__namespace.ɵɵnextContext(
|
|
3081
|
+
var record_r63 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2889
3082
|
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2890
|
-
var
|
|
2891
|
-
i0__namespace.ɵɵpropertyInterpolate("src", i0__namespace.ɵɵpipeBind1(1, 1, i0__namespace.ɵɵpipeBind1(2, 3,
|
|
3083
|
+
var ctx_r131 = i0__namespace.ɵɵnextContext();
|
|
3084
|
+
i0__namespace.ɵɵpropertyInterpolate("src", i0__namespace.ɵɵpipeBind1(1, 1, i0__namespace.ɵɵpipeBind1(2, 3, ctx_r131.getValue(record_r63, column_r16))), i0__namespace.ɵɵsanitizeUrl);
|
|
2892
3085
|
}
|
|
2893
3086
|
}
|
|
2894
|
-
function
|
|
3087
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_ng_template_1_ng_template_3_Template(rf, ctx) {
|
|
2895
3088
|
if (rf & 1) {
|
|
2896
3089
|
i0__namespace.ɵɵelementStart(0, "span");
|
|
2897
3090
|
i0__namespace.ɵɵtext(1);
|
|
@@ -2903,137 +3096,169 @@
|
|
|
2903
3096
|
i0__namespace.ɵɵtextInterpolate1("", i0__namespace.ɵɵpipeBind1(2, 1, "igo.geo.targetHtmlUrl"), " ");
|
|
2904
3097
|
}
|
|
2905
3098
|
}
|
|
2906
|
-
function
|
|
3099
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_ng_template_1_Template(rf, ctx) {
|
|
2907
3100
|
if (rf & 1) {
|
|
2908
|
-
i0__namespace.ɵɵelementStart(0, "td",
|
|
2909
|
-
i0__namespace.ɵɵelementStart(1, "a",
|
|
2910
|
-
i0__namespace.ɵɵlistener("click", function
|
|
2911
|
-
i0__namespace.ɵɵtemplate(2,
|
|
2912
|
-
i0__namespace.ɵɵtemplate(3,
|
|
3101
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
3102
|
+
i0__namespace.ɵɵelementStart(1, "a", 23);
|
|
3103
|
+
i0__namespace.ɵɵlistener("click", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_ng_template_1_Template_a_click_1_listener($event) { return $event.stopPropagation(); });
|
|
3104
|
+
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_ng_template_1_img_2_Template, 3, 5, "img", 24);
|
|
3105
|
+
i0__namespace.ɵɵtemplate(3, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_ng_template_1_ng_template_3_Template, 3, 3, "ng-template", null, 25, i0__namespace.ɵɵtemplateRefExtractor);
|
|
2913
3106
|
i0__namespace.ɵɵelementEnd();
|
|
2914
3107
|
i0__namespace.ɵɵelementEnd();
|
|
2915
3108
|
}
|
|
2916
3109
|
if (rf & 2) {
|
|
2917
|
-
var
|
|
2918
|
-
var record_r63 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3110
|
+
var _r132 = i0__namespace.ɵɵreference(4);
|
|
3111
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2919
3112
|
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2920
|
-
var
|
|
2921
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
3113
|
+
var ctx_r128 = i0__namespace.ɵɵnextContext();
|
|
3114
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r128.getCellClass(record_r63, column_r16));
|
|
2922
3115
|
i0__namespace.ɵɵadvance(1);
|
|
2923
|
-
i0__namespace.ɵɵpropertyInterpolate("href",
|
|
3116
|
+
i0__namespace.ɵɵpropertyInterpolate("href", ctx_r128.getValue(record_r63, column_r16), i0__namespace.ɵɵsanitizeUrl);
|
|
2924
3117
|
i0__namespace.ɵɵadvance(1);
|
|
2925
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
3118
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r128.isImg(ctx_r128.getValue(record_r63, column_r16)))("ngIfElse", _r132);
|
|
3119
|
+
}
|
|
3120
|
+
}
|
|
3121
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_Template(rf, ctx) {
|
|
3122
|
+
if (rf & 1) {
|
|
3123
|
+
i0__namespace.ɵɵtemplate(0, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_td_0_Template, 2, 4, "td", 27);
|
|
3124
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_ng_template_1_Template, 5, 4, "ng-template", null, 56, i0__namespace.ɵɵtemplateRefExtractor);
|
|
3125
|
+
}
|
|
3126
|
+
if (rf & 2) {
|
|
3127
|
+
var _r127 = i0__namespace.ɵɵreference(2);
|
|
3128
|
+
var record_r63 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3129
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
3130
|
+
var ctx_r66 = i0__namespace.ɵɵnextContext();
|
|
3131
|
+
i0__namespace.ɵɵproperty("ngIf", !ctx_r66.isUrl(ctx_r66.getValue(record_r63, column_r16)))("ngIfElse", _r127);
|
|
2926
3132
|
}
|
|
2927
3133
|
}
|
|
2928
3134
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_Template(rf, ctx) {
|
|
2929
3135
|
if (rf & 1) {
|
|
2930
3136
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2931
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_Template,
|
|
2932
|
-
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_Template,
|
|
3137
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_Template, 12, 12, "td", 30);
|
|
3138
|
+
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_Template, 3, 2, "ng-template", null, 31, i0__namespace.ɵɵtemplateRefExtractor);
|
|
2933
3139
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2934
3140
|
}
|
|
2935
3141
|
if (rf & 2) {
|
|
2936
3142
|
var record_r63 = ctx.$implicit;
|
|
2937
3143
|
var _r65 = i0__namespace.ɵɵreference(3);
|
|
2938
|
-
var
|
|
2939
|
-
var ctx_r62 = i0__namespace.ɵɵnextContext();
|
|
3144
|
+
var ctx_r62 = i0__namespace.ɵɵnextContext(4);
|
|
2940
3145
|
i0__namespace.ɵɵadvance(1);
|
|
2941
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
3146
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r62.isEdition(record_r63))("ngIfElse", _r65);
|
|
2942
3147
|
}
|
|
2943
3148
|
}
|
|
2944
3149
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_Template(rf, ctx) {
|
|
2945
3150
|
if (rf & 1) {
|
|
2946
3151
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2947
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_Template, 4, 2, "ng-container",
|
|
3152
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_Template, 4, 2, "ng-container", 19);
|
|
2948
3153
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2949
3154
|
}
|
|
2950
3155
|
}
|
|
2951
3156
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_4_td_1_Template(rf, ctx) {
|
|
2952
3157
|
if (rf & 1) {
|
|
2953
|
-
i0__namespace.ɵɵ
|
|
2954
|
-
i0__namespace.ɵɵ
|
|
3158
|
+
var _r145_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3159
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
3160
|
+
i0__namespace.ɵɵelementStart(1, "mat-icon", 58);
|
|
3161
|
+
i0__namespace.ɵɵlistener("click", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_4_td_1_Template_mat_icon_click_1_listener($event) { i0__namespace.ɵɵrestoreView(_r145_1); var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit; return column_r16.onClick($event); });
|
|
3162
|
+
i0__namespace.ɵɵelementEnd();
|
|
2955
3163
|
i0__namespace.ɵɵelementEnd();
|
|
2956
3164
|
}
|
|
2957
3165
|
if (rf & 2) {
|
|
2958
|
-
var
|
|
3166
|
+
var record_r142 = ctx.$implicit;
|
|
2959
3167
|
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2960
|
-
var
|
|
2961
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
3168
|
+
var ctx_r141 = i0__namespace.ɵɵnextContext();
|
|
3169
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r141.getCellClass(record_r142, column_r16));
|
|
2962
3170
|
i0__namespace.ɵɵadvance(1);
|
|
2963
|
-
i0__namespace.ɵɵpropertyInterpolate("svgIcon",
|
|
3171
|
+
i0__namespace.ɵɵpropertyInterpolate("svgIcon", ctx_r141.getValue(record_r142, column_r16) || column_r16.icon);
|
|
2964
3172
|
}
|
|
2965
3173
|
}
|
|
2966
3174
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_4_Template(rf, ctx) {
|
|
2967
3175
|
if (rf & 1) {
|
|
2968
3176
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2969
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_4_td_1_Template, 2, 2, "td",
|
|
3177
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_4_td_1_Template, 2, 2, "td", 57);
|
|
2970
3178
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2971
3179
|
}
|
|
2972
3180
|
}
|
|
2973
|
-
function
|
|
3181
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_ng_container_1_button_1_Template(rf, ctx) {
|
|
2974
3182
|
if (rf & 1) {
|
|
2975
|
-
var
|
|
2976
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
2977
|
-
i0__namespace.ɵɵlistener("
|
|
2978
|
-
i0__namespace.ɵɵelement(1, "mat-icon",
|
|
3183
|
+
var _r156_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3184
|
+
i0__namespace.ɵɵelementStart(0, "button", 62);
|
|
3185
|
+
i0__namespace.ɵɵlistener("mousedown", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_ng_container_1_button_1_Template_button_mousedown_0_listener() { i0__namespace.ɵɵrestoreView(_r156_1); var button_r150 = i0__namespace.ɵɵnextContext(2).$implicit; var record_r148 = i0__namespace.ɵɵnextContext().$implicit; var ctx_r154 = i0__namespace.ɵɵnextContext(4); return ctx_r154.onButtonClick(button_r150.click, record_r148); });
|
|
3186
|
+
i0__namespace.ɵɵelement(1, "mat-icon", 63);
|
|
2979
3187
|
i0__namespace.ɵɵelementEnd();
|
|
2980
3188
|
}
|
|
2981
3189
|
if (rf & 2) {
|
|
2982
|
-
var
|
|
2983
|
-
i0__namespace.ɵɵproperty("color",
|
|
3190
|
+
var button_r150 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
3191
|
+
i0__namespace.ɵɵproperty("color", button_r150.color)("disabled", button_r150.disabled);
|
|
2984
3192
|
i0__namespace.ɵɵadvance(1);
|
|
2985
|
-
i0__namespace.ɵɵpropertyInterpolate("svgIcon",
|
|
3193
|
+
i0__namespace.ɵɵpropertyInterpolate("svgIcon", button_r150.icon);
|
|
2986
3194
|
}
|
|
2987
3195
|
}
|
|
2988
|
-
function
|
|
3196
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_ng_container_1_button_2_Template(rf, ctx) {
|
|
2989
3197
|
if (rf & 1) {
|
|
2990
|
-
var
|
|
2991
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
2992
|
-
i0__namespace.ɵɵlistener("
|
|
2993
|
-
i0__namespace.ɵɵelement(1, "mat-icon",
|
|
3198
|
+
var _r161_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3199
|
+
i0__namespace.ɵɵelementStart(0, "button", 64);
|
|
3200
|
+
i0__namespace.ɵɵlistener("mousedown", function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_ng_container_1_button_2_Template_button_mousedown_0_listener() { i0__namespace.ɵɵrestoreView(_r161_1); var button_r150 = i0__namespace.ɵɵnextContext(2).$implicit; var record_r148 = i0__namespace.ɵɵnextContext().$implicit; var ctx_r159 = i0__namespace.ɵɵnextContext(4); return ctx_r159.onButtonClick(button_r150.click, record_r148); });
|
|
3201
|
+
i0__namespace.ɵɵelement(1, "mat-icon", 63);
|
|
2994
3202
|
i0__namespace.ɵɵelementEnd();
|
|
2995
3203
|
}
|
|
2996
3204
|
if (rf & 2) {
|
|
2997
|
-
var
|
|
2998
|
-
i0__namespace.ɵɵproperty("color",
|
|
3205
|
+
var button_r150 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
3206
|
+
i0__namespace.ɵɵproperty("color", button_r150.color)("disabled", button_r150.disabled);
|
|
2999
3207
|
i0__namespace.ɵɵadvance(1);
|
|
3000
|
-
i0__namespace.ɵɵpropertyInterpolate("svgIcon",
|
|
3208
|
+
i0__namespace.ɵɵpropertyInterpolate("svgIcon", button_r150.icon);
|
|
3001
3209
|
}
|
|
3002
3210
|
}
|
|
3003
|
-
function
|
|
3211
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_ng_container_1_Template(rf, ctx) {
|
|
3212
|
+
if (rf & 1) {
|
|
3213
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
3214
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_ng_container_1_button_1_Template, 2, 3, "button", 60);
|
|
3215
|
+
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_ng_container_1_button_2_Template, 2, 3, "button", 61);
|
|
3216
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
3217
|
+
}
|
|
3218
|
+
if (rf & 2) {
|
|
3219
|
+
var button_r150 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3220
|
+
i0__namespace.ɵɵadvance(1);
|
|
3221
|
+
i0__namespace.ɵɵproperty("ngIf", button_r150.style === "mat-icon-button");
|
|
3222
|
+
i0__namespace.ɵɵadvance(1);
|
|
3223
|
+
i0__namespace.ɵɵproperty("ngIf", button_r150.style !== "mat-icon-button");
|
|
3224
|
+
}
|
|
3225
|
+
}
|
|
3226
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_Template(rf, ctx) {
|
|
3004
3227
|
if (rf & 1) {
|
|
3005
3228
|
i0__namespace.ɵɵelementStart(0, "span");
|
|
3006
|
-
i0__namespace.ɵɵtemplate(1,
|
|
3007
|
-
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_td_1_span_1_button_2_Template, 2, 2, "button", 33);
|
|
3229
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_ng_container_1_Template, 3, 2, "ng-container", 10);
|
|
3008
3230
|
i0__namespace.ɵɵelementEnd();
|
|
3009
3231
|
}
|
|
3010
3232
|
if (rf & 2) {
|
|
3011
|
-
var
|
|
3012
|
-
i0__namespace.ɵɵ
|
|
3013
|
-
i0__namespace.ɵɵ
|
|
3233
|
+
var button_r150 = ctx.$implicit;
|
|
3234
|
+
var record_r148 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3235
|
+
var ctx_r149 = i0__namespace.ɵɵnextContext(4);
|
|
3014
3236
|
i0__namespace.ɵɵadvance(1);
|
|
3015
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
3237
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r149.isEdition(record_r148) === button_r150.editMode);
|
|
3016
3238
|
}
|
|
3017
3239
|
}
|
|
3018
|
-
function
|
|
3240
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_Template(rf, ctx) {
|
|
3019
3241
|
if (rf & 1) {
|
|
3020
|
-
i0__namespace.ɵɵ
|
|
3021
|
-
i0__namespace.ɵɵ
|
|
3242
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
3243
|
+
i0__namespace.ɵɵelementStart(1, "td", 22);
|
|
3244
|
+
i0__namespace.ɵɵtemplate(2, EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_Template, 2, 1, "span", 59);
|
|
3022
3245
|
i0__namespace.ɵɵelementEnd();
|
|
3246
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
3023
3247
|
}
|
|
3024
3248
|
if (rf & 2) {
|
|
3025
|
-
var
|
|
3249
|
+
var record_r148 = ctx.$implicit;
|
|
3026
3250
|
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
3027
|
-
var
|
|
3028
|
-
i0__namespace.ɵɵproperty("ngClass", ctx_r81.getCellClass(record_r82, column_r16));
|
|
3251
|
+
var ctx_r147 = i0__namespace.ɵɵnextContext();
|
|
3029
3252
|
i0__namespace.ɵɵadvance(1);
|
|
3030
|
-
i0__namespace.ɵɵproperty("
|
|
3253
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r147.getCellClass(record_r148, column_r16));
|
|
3254
|
+
i0__namespace.ɵɵadvance(1);
|
|
3255
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r147.getValue(record_r148, column_r16));
|
|
3031
3256
|
}
|
|
3032
3257
|
}
|
|
3033
3258
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_Template(rf, ctx) {
|
|
3034
3259
|
if (rf & 1) {
|
|
3035
3260
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
3036
|
-
i0__namespace.ɵɵtemplate(1,
|
|
3261
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_Template, 3, 2, "ng-container", 19);
|
|
3037
3262
|
i0__namespace.ɵɵelementContainerEnd();
|
|
3038
3263
|
}
|
|
3039
3264
|
}
|
|
@@ -3084,7 +3309,7 @@
|
|
|
3084
3309
|
}
|
|
3085
3310
|
function EntityTableComponent_tr_6_Template(rf, ctx) {
|
|
3086
3311
|
if (rf & 1) {
|
|
3087
|
-
i0__namespace.ɵɵelement(0, "tr",
|
|
3312
|
+
i0__namespace.ɵɵelement(0, "tr", 65);
|
|
3088
3313
|
}
|
|
3089
3314
|
if (rf & 2) {
|
|
3090
3315
|
var ctx_r3 = i0__namespace.ɵɵnextContext();
|
|
@@ -3093,22 +3318,22 @@
|
|
|
3093
3318
|
}
|
|
3094
3319
|
function EntityTableComponent_tr_7_Template(rf, ctx) {
|
|
3095
3320
|
if (rf & 1) {
|
|
3096
|
-
var
|
|
3097
|
-
i0__namespace.ɵɵelementStart(0, "tr",
|
|
3098
|
-
i0__namespace.ɵɵlistener("select", function EntityTableComponent_tr_7_Template_tr_select_0_listener() { var restoredCtx = i0__namespace.ɵɵrestoreView(
|
|
3321
|
+
var _r169_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3322
|
+
i0__namespace.ɵɵelementStart(0, "tr", 66);
|
|
3323
|
+
i0__namespace.ɵɵlistener("select", function EntityTableComponent_tr_7_Template_tr_select_0_listener() { var restoredCtx = i0__namespace.ɵɵrestoreView(_r169_1); var record_r167 = restoredCtx.$implicit; var ctx_r168 = i0__namespace.ɵɵnextContext(); return ctx_r168.onRowSelect(record_r167); })("click", function EntityTableComponent_tr_7_Template_tr_click_0_listener() { var restoredCtx = i0__namespace.ɵɵrestoreView(_r169_1); var record_r167 = restoredCtx.$implicit; var ctx_r170 = i0__namespace.ɵɵnextContext(); return ctx_r170.onRowClick(record_r167); });
|
|
3099
3324
|
i0__namespace.ɵɵelementEnd();
|
|
3100
3325
|
}
|
|
3101
3326
|
if (rf & 2) {
|
|
3102
|
-
var
|
|
3327
|
+
var record_r167 = ctx.$implicit;
|
|
3103
3328
|
var ctx_r4 = i0__namespace.ɵɵnextContext();
|
|
3104
|
-
i0__namespace.ɵɵproperty("scrollBehavior", ctx_r4.scrollBehavior)("ngClass", ctx_r4.getRowClass(
|
|
3329
|
+
i0__namespace.ɵɵproperty("scrollBehavior", ctx_r4.scrollBehavior)("ngClass", ctx_r4.getRowClass(record_r167))("selection", ctx_r4.selection)("selected", ctx_r4.rowIsSelected(record_r167));
|
|
3105
3330
|
}
|
|
3106
3331
|
}
|
|
3107
3332
|
function EntityTableComponent_igo_entity_table_paginator_8_Template(rf, ctx) {
|
|
3108
3333
|
if (rf & 1) {
|
|
3109
|
-
var
|
|
3110
|
-
i0__namespace.ɵɵelementStart(0, "igo-entity-table-paginator",
|
|
3111
|
-
i0__namespace.ɵɵlistener("paginatorChange", function EntityTableComponent_igo_entity_table_paginator_8_Template_igo_entity_table_paginator_paginatorChange_0_listener($event) { i0__namespace.ɵɵrestoreView(
|
|
3334
|
+
var _r172_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3335
|
+
i0__namespace.ɵɵelementStart(0, "igo-entity-table-paginator", 67);
|
|
3336
|
+
i0__namespace.ɵɵlistener("paginatorChange", function EntityTableComponent_igo_entity_table_paginator_8_Template_igo_entity_table_paginator_paginatorChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r172_1); var ctx_r171 = i0__namespace.ɵɵnextContext(); return ctx_r171.paginatorChange($event); });
|
|
3112
3337
|
i0__namespace.ɵɵelementEnd();
|
|
3113
3338
|
}
|
|
3114
3339
|
if (rf & 2) {
|
|
@@ -3116,10 +3341,20 @@
|
|
|
3116
3341
|
i0__namespace.ɵɵproperty("store", ctx_r5.store)("paginatorOptions", ctx_r5.paginatorOptions)("entitySortChange$", ctx_r5.entitySortChange$);
|
|
3117
3342
|
}
|
|
3118
3343
|
}
|
|
3344
|
+
var moment = moment___namespace;
|
|
3119
3345
|
var EntityTableComponent = /** @class */ (function () {
|
|
3120
|
-
function EntityTableComponent(cdRef) {
|
|
3346
|
+
function EntityTableComponent(cdRef, formBuilder, _focusMonitor, _elementRef, ngControl, _parentForm, _controlName, _defaultErrorStateMatcher, dateAdapter) {
|
|
3121
3347
|
this.cdRef = cdRef;
|
|
3348
|
+
this.formBuilder = formBuilder;
|
|
3349
|
+
this._focusMonitor = _focusMonitor;
|
|
3350
|
+
this._elementRef = _elementRef;
|
|
3351
|
+
this.ngControl = ngControl;
|
|
3352
|
+
this._parentForm = _parentForm;
|
|
3353
|
+
this._controlName = _controlName;
|
|
3354
|
+
this._defaultErrorStateMatcher = _defaultErrorStateMatcher;
|
|
3355
|
+
this.dateAdapter = dateAdapter;
|
|
3122
3356
|
this.entitySortChange$ = new rxjs.BehaviorSubject(false);
|
|
3357
|
+
this.formGroup = new i1$5.FormGroup({});
|
|
3123
3358
|
/**
|
|
3124
3359
|
* Reference to the column renderer types
|
|
3125
3360
|
* @internal
|
|
@@ -3163,7 +3398,8 @@
|
|
|
3163
3398
|
* Data source consumable by the underlying material table
|
|
3164
3399
|
* @internal
|
|
3165
3400
|
*/
|
|
3166
|
-
this.dataSource = new
|
|
3401
|
+
this.dataSource = new i4.MatTableDataSource();
|
|
3402
|
+
this.dateAdapter.setLocale('fr-CA');
|
|
3167
3403
|
}
|
|
3168
3404
|
Object.defineProperty(EntityTableComponent.prototype, "paginator", {
|
|
3169
3405
|
get: function () {
|
|
@@ -3249,6 +3485,119 @@
|
|
|
3249
3485
|
this.handleDatasource();
|
|
3250
3486
|
}
|
|
3251
3487
|
};
|
|
3488
|
+
/**
|
|
3489
|
+
* Process text or number value change (edition)
|
|
3490
|
+
*/
|
|
3491
|
+
EntityTableComponent.prototype.onValueChange = function (column, record, event) {
|
|
3492
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3493
|
+
record.entity.properties[key] = event.target.value;
|
|
3494
|
+
};
|
|
3495
|
+
/**
|
|
3496
|
+
* Process boolean value change (edition)
|
|
3497
|
+
*/
|
|
3498
|
+
EntityTableComponent.prototype.onBooleanValueChange = function (column, record, event) {
|
|
3499
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3500
|
+
record.entity.properties[key] = event.checked;
|
|
3501
|
+
};
|
|
3502
|
+
/**
|
|
3503
|
+
* Process select value change (edition)
|
|
3504
|
+
*/
|
|
3505
|
+
EntityTableComponent.prototype.onSelectValueChange = function (column, record, event) {
|
|
3506
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3507
|
+
record.entity.properties[key] = event.value;
|
|
3508
|
+
};
|
|
3509
|
+
/**
|
|
3510
|
+
* Process autocomplete value change (edition)
|
|
3511
|
+
*/
|
|
3512
|
+
EntityTableComponent.prototype.onAutocompleteValueChange = function (column, record, event) {
|
|
3513
|
+
this.formGroup.controls[column].setValue(event.option.viewValue);
|
|
3514
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3515
|
+
record.entity.properties[key] = event.option.value;
|
|
3516
|
+
};
|
|
3517
|
+
/**
|
|
3518
|
+
* Process date value change (edition)
|
|
3519
|
+
*/
|
|
3520
|
+
EntityTableComponent.prototype.onDateChange = function (column, record, event) {
|
|
3521
|
+
var format = "YYYY-MM-DD";
|
|
3522
|
+
var value = moment(event.value).format(format);
|
|
3523
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3524
|
+
record.entity.properties[key] = value;
|
|
3525
|
+
};
|
|
3526
|
+
/**
|
|
3527
|
+
* Enable edition mode for one row
|
|
3528
|
+
* More than one row can be edited at the same time
|
|
3529
|
+
*/
|
|
3530
|
+
EntityTableComponent.prototype.enableEdit = function (record) {
|
|
3531
|
+
var _this = this;
|
|
3532
|
+
var item = record.entity.properties;
|
|
3533
|
+
this.template.columns.forEach(function (column) {
|
|
3534
|
+
var _a;
|
|
3535
|
+
column.title = ((_a = column.validation) === null || _a === void 0 ? void 0 : _a.mandatory) && !column.title.includes('*') ? column.title + ' *' : column.title;
|
|
3536
|
+
var key = _this.getColumnKeyWithoutPropertiesTag(column.name);
|
|
3537
|
+
if (column.type === 'boolean') {
|
|
3538
|
+
if (!item[key] || item[key] === null) {
|
|
3539
|
+
item[key] = false;
|
|
3540
|
+
}
|
|
3541
|
+
else if (typeof item[key] === 'string') {
|
|
3542
|
+
item[key] = JSON.parse(item[key].toLowerCase());
|
|
3543
|
+
}
|
|
3544
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3545
|
+
}
|
|
3546
|
+
else if (column.type === 'list') {
|
|
3547
|
+
if (column.multiple) {
|
|
3548
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control([item[key]]));
|
|
3549
|
+
}
|
|
3550
|
+
else {
|
|
3551
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3552
|
+
typeof item[key] === 'string' ?
|
|
3553
|
+
_this.formGroup.controls[column.name].setValue(parseInt(item[key])) :
|
|
3554
|
+
_this.formGroup.controls[column.name].setValue(item[key]);
|
|
3555
|
+
}
|
|
3556
|
+
}
|
|
3557
|
+
else if (column.type === 'autocomplete') {
|
|
3558
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3559
|
+
_this.filteredOptions = _this.formGroup.controls[column.name].valueChanges.pipe(operators.map(function (value) {
|
|
3560
|
+
if (value.length) {
|
|
3561
|
+
return column.domainValues.filter(function (option) {
|
|
3562
|
+
var filterNormalized = value ? value.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '') : '';
|
|
3563
|
+
var featureNameNormalized = option.value.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
3564
|
+
return featureNameNormalized.includes(filterNormalized);
|
|
3565
|
+
});
|
|
3566
|
+
}
|
|
3567
|
+
}));
|
|
3568
|
+
var formControlValue_1 = item[key];
|
|
3569
|
+
column.domainValues.forEach(function (option) {
|
|
3570
|
+
if (typeof formControlValue_1 === 'string' && /^\d+$/.test(formControlValue_1)) {
|
|
3571
|
+
formControlValue_1 = parseInt(formControlValue_1);
|
|
3572
|
+
}
|
|
3573
|
+
if (option.value === formControlValue_1 || option.id === formControlValue_1) {
|
|
3574
|
+
formControlValue_1 = option.value;
|
|
3575
|
+
}
|
|
3576
|
+
});
|
|
3577
|
+
_this.formGroup.controls[column.name].setValue(formControlValue_1);
|
|
3578
|
+
}
|
|
3579
|
+
else if (column.type === 'date') {
|
|
3580
|
+
if (column.visible) {
|
|
3581
|
+
if (item[key]) {
|
|
3582
|
+
var date = moment(item[key]);
|
|
3583
|
+
item[key] = date.utc().format('YYYY-MM-DD');
|
|
3584
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3585
|
+
}
|
|
3586
|
+
else {
|
|
3587
|
+
var newKey = _this.getColumnKeyWithoutPropertiesTag(column.name);
|
|
3588
|
+
record.entity.properties[newKey] = null;
|
|
3589
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(null));
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3593
|
+
else {
|
|
3594
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3595
|
+
}
|
|
3596
|
+
if (_this.formGroup.controls[column.name] && _this.getValidationAttributeValue(column, 'readonly')) {
|
|
3597
|
+
_this.formGroup.controls[column.name].disable();
|
|
3598
|
+
}
|
|
3599
|
+
});
|
|
3600
|
+
};
|
|
3252
3601
|
EntityTableComponent.prototype.handleDatasource = function () {
|
|
3253
3602
|
var _this = this;
|
|
3254
3603
|
this.unsubscribeStore();
|
|
@@ -3268,6 +3617,9 @@
|
|
|
3268
3617
|
_this.selectionState$.next(_this.computeSelectionState(records));
|
|
3269
3618
|
});
|
|
3270
3619
|
this.dataSource$$ = this.store.stateView.all$().subscribe(function (all) {
|
|
3620
|
+
if (all[0]) {
|
|
3621
|
+
_this.enableEdit(all[0]);
|
|
3622
|
+
}
|
|
3271
3623
|
_this.dataSource.data = all;
|
|
3272
3624
|
});
|
|
3273
3625
|
};
|
|
@@ -3487,14 +3839,104 @@
|
|
|
3487
3839
|
* @internal
|
|
3488
3840
|
*/
|
|
3489
3841
|
EntityTableComponent.prototype.getValue = function (record, column) {
|
|
3842
|
+
var _this = this;
|
|
3490
3843
|
var entity = record.entity;
|
|
3844
|
+
var value;
|
|
3491
3845
|
if (column.valueAccessor !== undefined) {
|
|
3492
3846
|
return column.valueAccessor(entity, record);
|
|
3493
3847
|
}
|
|
3494
3848
|
if (this.template.valueAccessor !== undefined) {
|
|
3495
3849
|
return this.template.valueAccessor(entity, column.name, record);
|
|
3496
3850
|
}
|
|
3497
|
-
|
|
3851
|
+
value = this.store.getProperty(entity, column.name);
|
|
3852
|
+
if (column.type === 'boolean') {
|
|
3853
|
+
if (value === undefined || value === null || value === '') {
|
|
3854
|
+
value = false;
|
|
3855
|
+
}
|
|
3856
|
+
else if (typeof value !== 'boolean' && value !== undefined) {
|
|
3857
|
+
if (typeof value === 'number') {
|
|
3858
|
+
value = Boolean(value);
|
|
3859
|
+
}
|
|
3860
|
+
else {
|
|
3861
|
+
value = JSON.parse(value.toLowerCase());
|
|
3862
|
+
}
|
|
3863
|
+
}
|
|
3864
|
+
if (!this.isEdition(record)) {
|
|
3865
|
+
value = value ? '✓' : ''; // check mark
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
else if (column.type === 'list' && value && column.domainValues) {
|
|
3869
|
+
if (column.multiple) {
|
|
3870
|
+
var list_id_1;
|
|
3871
|
+
typeof value === 'string' ? list_id_1 = value.match(/[\w.-]+/g).map(Number) : list_id_1 = value;
|
|
3872
|
+
var list_option_1 = [];
|
|
3873
|
+
column.domainValues.forEach(function (option) {
|
|
3874
|
+
if (list_id_1.includes(option.id)) {
|
|
3875
|
+
if (record.edition) {
|
|
3876
|
+
list_option_1.push(option.id);
|
|
3877
|
+
}
|
|
3878
|
+
else {
|
|
3879
|
+
list_option_1.push(option.value);
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
});
|
|
3883
|
+
this.isEdition(record) ? value = list_id_1 : value = list_option_1;
|
|
3884
|
+
}
|
|
3885
|
+
else {
|
|
3886
|
+
column.domainValues.forEach(function (option) {
|
|
3887
|
+
if (typeof value === 'string' && /^\d+$/.test(value)) {
|
|
3888
|
+
value = parseInt(value);
|
|
3889
|
+
}
|
|
3890
|
+
if (option.value === value || option.id === value) {
|
|
3891
|
+
_this.isEdition(record) ? value = option.id : value = option.value;
|
|
3892
|
+
}
|
|
3893
|
+
});
|
|
3894
|
+
}
|
|
3895
|
+
}
|
|
3896
|
+
else if (column.type === 'autocomplete' && value && column.domainValues) {
|
|
3897
|
+
column.domainValues.forEach(function (option) {
|
|
3898
|
+
if (typeof value === 'string' && /^\d+$/.test(value)) {
|
|
3899
|
+
value = parseInt(value);
|
|
3900
|
+
}
|
|
3901
|
+
if (option.value === value || option.id === value) {
|
|
3902
|
+
value = option.value;
|
|
3903
|
+
}
|
|
3904
|
+
});
|
|
3905
|
+
}
|
|
3906
|
+
else if (column.type === 'date') {
|
|
3907
|
+
if (this.isEdition(record)) {
|
|
3908
|
+
if (value) {
|
|
3909
|
+
var date = moment(value);
|
|
3910
|
+
value = date.format();
|
|
3911
|
+
this.formGroup.controls[column.name].setValue(value);
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
else if (!this.isEdition(record) && value === null) {
|
|
3915
|
+
value = "";
|
|
3916
|
+
}
|
|
3917
|
+
}
|
|
3918
|
+
if (value === undefined) {
|
|
3919
|
+
value = '';
|
|
3920
|
+
}
|
|
3921
|
+
return value;
|
|
3922
|
+
};
|
|
3923
|
+
/**
|
|
3924
|
+
* Method to access an entity's validation values
|
|
3925
|
+
* @param column Column
|
|
3926
|
+
* @param validationType string
|
|
3927
|
+
* @returns Any value (false if no validation or not the one concerned)
|
|
3928
|
+
* @internal
|
|
3929
|
+
*/
|
|
3930
|
+
EntityTableComponent.prototype.getValidationAttributeValue = function (column, validationType) {
|
|
3931
|
+
if (column.validation !== undefined && column.validation[validationType] !== undefined) {
|
|
3932
|
+
return column.validation[validationType];
|
|
3933
|
+
}
|
|
3934
|
+
else {
|
|
3935
|
+
return false;
|
|
3936
|
+
}
|
|
3937
|
+
};
|
|
3938
|
+
EntityTableComponent.prototype.isEdition = function (record) {
|
|
3939
|
+
return record.entity.edition ? true : false;
|
|
3498
3940
|
};
|
|
3499
3941
|
/**
|
|
3500
3942
|
* Return the type of renderer of a column
|
|
@@ -3571,14 +4013,24 @@
|
|
|
3571
4013
|
* @internal
|
|
3572
4014
|
*/
|
|
3573
4015
|
EntityTableComponent.prototype.onButtonClick = function (clickFunc, record) {
|
|
4016
|
+
this.enableEdit(record);
|
|
3574
4017
|
if (typeof clickFunc === 'function') {
|
|
3575
4018
|
clickFunc(record.entity, record);
|
|
3576
4019
|
}
|
|
3577
4020
|
};
|
|
4021
|
+
/**
|
|
4022
|
+
* Retrieve column name without his "properties" tag (useful for edition workspace properties)
|
|
4023
|
+
*/
|
|
4024
|
+
EntityTableComponent.prototype.getColumnKeyWithoutPropertiesTag = function (column) {
|
|
4025
|
+
if (column.includes('properties.')) {
|
|
4026
|
+
return column.split('.')[1];
|
|
4027
|
+
}
|
|
4028
|
+
return column;
|
|
4029
|
+
};
|
|
3578
4030
|
return EntityTableComponent;
|
|
3579
4031
|
}());
|
|
3580
|
-
EntityTableComponent.ɵfac = function EntityTableComponent_Factory(t) { return new (t || EntityTableComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef)); };
|
|
3581
|
-
EntityTableComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: EntityTableComponent, selectors: [["igo-entity-table"]], inputs: { store: "store", paginator: "paginator", template: "template", scrollBehavior: "scrollBehavior", sortNullsFirst: "sortNullsFirst", withPaginator: "withPaginator", paginatorOptions: "paginatorOptions" }, outputs: { entityClick: "entityClick", entitySelectChange: "entitySelectChange", entitySortChange: "entitySortChange" }, features: [i0__namespace.ɵɵNgOnChangesFeature], decls: 9, vars: 8, consts: [[1, "table-container"], ["mat-table", "", "matSort", "", 3, "ngClass", "dataSource", "trackBy", "matSortChange"], ["matColumnDef", "selectionCheckbox", 1, "mat-cell-checkbox"], ["mat-header-cell", "", 4, "matHeaderCellDef"], ["mat-cell", "", 4, "matCellDef"], [3, "matColumnDef", 4, "ngFor", "ngForOf"], ["mat-header-row", "", 3, "ngClass", 4, "matHeaderRowDef", "matHeaderRowDefSticky"], ["mat-row", "", "igoEntityTableRow", "", 3, "scrollBehavior", "ngClass", "selection", "selected", "select", "click", 4, "matRowDef", "matRowDefColumns"], [3, "store", "paginatorOptions", "entitySortChange$", "paginatorChange", 4, "ngIf"], ["mat-header-cell", ""], [4, "ngIf"], [3, "checked", "indeterminate", "change"], ["mat-cell", ""], [3, "checked", "mousedown", "click", "change"], [3, "matColumnDef"], ["mat-header-cell", "", "mat-sort-header", "", 4, "matHeaderCellDef"], ["mat-header-cell", "", "mat-sort-header", ""], [4, "matCellDef"], ["mat-cell", "", "class", "mat-cell-text", 3, "ngClass", 4, "ngIf", "ngIfElse"], ["isAnUrlDefault", ""], ["mat-cell", "", 1, "mat-cell-text", 3, "ngClass"], ["target", "_blank", "rel", "noopener noreferrer", 3, "href", "click"], ["width", "50", "heigth", "auto", 3, "src", 4, "ngIf", "ngIfElse"], ["notImg", ""], ["width", "50", "heigth", "auto", 3, "src"], ["mat-cell", "", "class", "mat-cell-text", 3, "ngClass", "innerHTML", 4, "ngIf", "ngIfElse"], ["isAnUrlHTML", ""], ["mat-cell", "", 1, "mat-cell-text", 3, "ngClass", "innerHTML"], ["isAnUrlUnsanitizedHTML", ""], ["mat-cell", "", "class", "mat-cell-text", 3, "ngClass", 4, "matCellDef"], [3, "svgIcon"], [4, "ngFor", "ngForOf"], ["igoStopPropagation", "", "mat-icon-button", "", 3, "color", "
|
|
4032
|
+
EntityTableComponent.ɵfac = function EntityTableComponent_Factory(t) { return new (t || EntityTableComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i1__namespace$5.FormBuilder), i0__namespace.ɵɵdirectiveInject(i2__namespace$2.FocusMonitor), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i1__namespace$5.NgControl, 10), i0__namespace.ɵɵdirectiveInject(i1__namespace$5.NgForm, 8), i0__namespace.ɵɵdirectiveInject(i1__namespace$5.FormControlName, 8), i0__namespace.ɵɵdirectiveInject(i3__namespace.ErrorStateMatcher), i0__namespace.ɵɵdirectiveInject(i3__namespace.DateAdapter)); };
|
|
4033
|
+
EntityTableComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: EntityTableComponent, selectors: [["igo-entity-table"]], inputs: { store: "store", paginator: "paginator", template: "template", scrollBehavior: "scrollBehavior", sortNullsFirst: "sortNullsFirst", withPaginator: "withPaginator", paginatorOptions: "paginatorOptions" }, outputs: { entityClick: "entityClick", entitySelectChange: "entitySelectChange", entitySortChange: "entitySortChange" }, features: [i0__namespace.ɵɵProvidersFeature([{ provide: i1.MatFormFieldControl, useExisting: EntityTableComponent }]), i0__namespace.ɵɵNgOnChangesFeature], decls: 9, vars: 8, consts: [[1, "table-container"], ["mat-table", "", "matSort", "", 3, "ngClass", "dataSource", "trackBy", "matSortChange"], ["matColumnDef", "selectionCheckbox", 1, "mat-cell-checkbox"], ["mat-header-cell", "", 4, "matHeaderCellDef"], ["mat-cell", "", 4, "matCellDef"], [3, "matColumnDef", 4, "ngFor", "ngForOf"], ["mat-header-row", "", 3, "ngClass", 4, "matHeaderRowDef", "matHeaderRowDefSticky"], ["mat-row", "", "igoEntityTableRow", "", 3, "scrollBehavior", "ngClass", "selection", "selected", "select", "click", 4, "matRowDef", "matRowDefColumns"], [3, "store", "paginatorOptions", "entitySortChange$", "paginatorChange", 4, "ngIf"], ["mat-header-cell", ""], [4, "ngIf"], [3, "checked", "indeterminate", "change"], ["mat-cell", ""], [3, "checked", "mousedown", "click", "change"], [3, "matColumnDef"], ["mat-header-cell", "", "mat-sort-header", "", 3, "matTooltip", 4, "matHeaderCellDef"], ["mat-header-cell", "", "mat-sort-header", "", 3, "matTooltip"], ["mat-header-cell", "", 3, "matTooltip", 4, "matHeaderCellDef"], ["mat-header-cell", "", 3, "matTooltip"], [4, "matCellDef"], ["mat-cell", "", "class", "mat-cell-text", 3, "ngClass", 4, "ngIf", "ngIfElse"], ["isAnUrlDefault", ""], ["mat-cell", "", 1, "mat-cell-text", 3, "ngClass"], ["target", "_blank", "rel", "noopener noreferrer", 3, "href", "click"], ["width", "50", "heigth", "auto", 3, "src", 4, "ngIf", "ngIfElse"], ["notImg", ""], ["width", "50", "heigth", "auto", 3, "src"], ["mat-cell", "", "class", "mat-cell-text", 3, "ngClass", "innerHTML", 4, "ngIf", "ngIfElse"], ["isAnUrlHTML", ""], ["mat-cell", "", 1, "mat-cell-text", 3, "ngClass", "innerHTML"], ["mat-cell", "", "class", "mat-cell-text edition", 3, "formGroup", "ngClass", 4, "ngIf", "ngIfElse"], ["isUnsanitizedHTML", ""], ["mat-cell", "", 1, "mat-cell-text", "edition", 3, "formGroup", "ngClass"], ["class", "date-picker", 4, "ngIf"], ["matInput", "", "type", "time", "step", "900", 3, "formControlName", "focus", "keypress", "blur", 4, "ngIf"], ["matInput", "", "type", "number", "class", "class_number_edition", 3, "formControlName", "step", "value", "readonly", "required", "min", "max", "input", 4, "ngIf"], ["matInput", "", "type", "text", 3, "formControlName", "value", "readonly", "required", "input", 4, "ngIf"], [3, "formControlName", "checked", "change", 4, "ngIf"], [3, "required", "formControlName", "multiple", "value", "selectionChange", 4, "ngIf"], ["matInput", "", "type", "text", 3, "formControlName", "matAutocomplete", "required", "value", 4, "ngIf"], ["panelWidth", "430px", 3, "optionSelected"], ["auto", "matAutocomplete"], [3, "value", 4, "ngFor", "ngForOf"], [1, "date-picker"], ["matSuffix", "", 3, "for"], ["matInput", "", 3, "matDatepicker", "formControlName", "value", "dateChange"], ["picker", ""], ["matInput", "", "type", "time", "step", "900", 3, "formControlName", "focus", "keypress", "blur"], ["matInput", "", "type", "number", 1, "class_number_edition", 3, "formControlName", "step", "value", "readonly", "required", "min", "max", "input"], ["matInput", "", "type", "text", 3, "formControlName", "value", "readonly", "required", "input"], [3, "formControlName", "checked", "change"], [3, "required", "formControlName", "multiple", "value", "selectionChange"], [3, "value", "disabled", 4, "ngFor", "ngForOf"], [3, "value", "disabled"], ["matInput", "", "type", "text", 3, "formControlName", "matAutocomplete", "required", "value"], [3, "value"], ["isAnUrlUnsanitizedHTML", ""], ["mat-cell", "", "class", "mat-cell-text", 3, "ngClass", 4, "matCellDef"], [3, "svgIcon", "click"], [4, "ngFor", "ngForOf"], ["igoStopPropagation", "", "mat-icon-button", "", 3, "color", "disabled", "mousedown", 4, "ngIf"], ["igoStopPropagation", "", "mat-mini-fab", "", 3, "color", "disabled", "mousedown", 4, "ngIf"], ["igoStopPropagation", "", "mat-icon-button", "", 3, "color", "disabled", "mousedown"], [3, "svgIcon"], ["igoStopPropagation", "", "mat-mini-fab", "", 3, "color", "disabled", "mousedown"], ["mat-header-row", "", 3, "ngClass"], ["mat-row", "", "igoEntityTableRow", "", 3, "scrollBehavior", "ngClass", "selection", "selected", "select", "click"], [3, "store", "paginatorOptions", "entitySortChange$", "paginatorChange"]], template: function EntityTableComponent_Template(rf, ctx) {
|
|
3582
4034
|
if (rf & 1) {
|
|
3583
4035
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
3584
4036
|
i0__namespace.ɵɵelementStart(1, "table", 1);
|
|
@@ -3606,7 +4058,7 @@
|
|
|
3606
4058
|
i0__namespace.ɵɵadvance(1);
|
|
3607
4059
|
i0__namespace.ɵɵproperty("ngIf", ctx.withPaginator);
|
|
3608
4060
|
}
|
|
3609
|
-
}, directives: [
|
|
4061
|
+
}, directives: [i4__namespace.MatTable, i5__namespace.MatSort, i1__namespace$1.NgClass, i4__namespace.MatColumnDef, i4__namespace.MatHeaderCellDef, i4__namespace.MatCellDef, i1__namespace$1.NgForOf, i4__namespace.MatHeaderRowDef, i4__namespace.MatRowDef, i1__namespace$1.NgIf, i4__namespace.MatHeaderCell, i7__namespace.MatCheckbox, i4__namespace.MatCell, i5__namespace.MatSortHeader, i6__namespace.MatTooltip, i1__namespace$5.NgControlStatusGroup, i1__namespace$5.FormGroupDirective, i9__namespace.MatAutocomplete, i10__namespace.MatDatepickerToggle, i1__namespace.MatSuffix, i2__namespace$3.MatInput, i10__namespace.MatDatepickerInput, i1__namespace$5.DefaultValueAccessor, i1__namespace$5.NgControlStatus, i1__namespace$5.FormControlName, i10__namespace.MatDatepicker, i1__namespace$5.NumberValueAccessor, i1__namespace$5.MinValidator, i1__namespace$5.MaxValidator, i1__namespace$5.RequiredValidator, i2__namespace.MatSelect, i3__namespace.MatOption, i9__namespace.MatAutocompleteTrigger, i5__namespace$1.MatIcon, i4__namespace$1.MatButton, StopPropagationDirective, i4__namespace.MatHeaderRow, i4__namespace.MatRow, EntityTableRowDirective, EntityTablePaginatorComponent], pipes: [i1__namespace$1.AsyncPipe, SecureImagePipe, i6__namespace$1.TranslatePipe, SanitizeHtmlPipe], styles: ["[_nghost-%COMP%]{width:100%;height:100%;display:block}.table-compact[_nghost-%COMP%] tr.mat-header-row[_ngcontent-%COMP%], .table-compact[_nghost-%COMP%] .mat-checkbox .mat-checkbox-ripple{height:36px}.table-compact[_nghost-%COMP%] tr.mat-row[_ngcontent-%COMP%], .table-compact[_nghost-%COMP%] .mat-checkbox .mat-checkbox-ripple{height:28px}.table-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;overflow:auto;flex:1 1 auto}.mat-cell-text[_ngcontent-%COMP%]{overflow:hidden;word-wrap:break-word}th.mat-header-cell[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%]{padding:0 3px}entity-table[_ngcontent-%COMP%] table.igo-entity-table-with-selection[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:hover{-o-box-shadow:2px 0px 2px 0px #dddddd;box-shadow:2px 0 2px #ddd;cursor:pointer}table[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{margin:7px}.class_boolean[_ngcontent-%COMP%], .class_icon[_ngcontent-%COMP%], .class_number[_ngcontent-%COMP%]{text-align:center;padding-right:35px!important}.class_sting[_ngcontent-%COMP%], .class_text[_ngcontent-%COMP%], .class_number_edition[_ngcontent-%COMP%]{text-align:left}td.edition[_ngcontent-%COMP%]{background:rgba(166,166,166,.2)}input[_ngcontent-%COMP%]{border-bottom:1px solid darkgrey}"], changeDetection: 0 });
|
|
3610
4062
|
(function () {
|
|
3611
4063
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EntityTableComponent, [{
|
|
3612
4064
|
type: i0.Component,
|
|
@@ -3614,9 +4066,20 @@
|
|
|
3614
4066
|
selector: 'igo-entity-table',
|
|
3615
4067
|
templateUrl: './entity-table.component.html',
|
|
3616
4068
|
styleUrls: ['./entity-table.component.scss'],
|
|
3617
|
-
changeDetection: i0.ChangeDetectionStrategy.OnPush
|
|
4069
|
+
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
4070
|
+
providers: [{ provide: i1.MatFormFieldControl, useExisting: EntityTableComponent }]
|
|
3618
4071
|
}]
|
|
3619
|
-
}], function () {
|
|
4072
|
+
}], function () {
|
|
4073
|
+
return [{ type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$5.FormBuilder }, { type: i2__namespace$2.FocusMonitor }, { type: i0__namespace.ElementRef }, { type: i1__namespace$5.NgControl, decorators: [{
|
|
4074
|
+
type: i0.Optional
|
|
4075
|
+
}, {
|
|
4076
|
+
type: i0.Self
|
|
4077
|
+
}] }, { type: i1__namespace$5.NgForm, decorators: [{
|
|
4078
|
+
type: i0.Optional
|
|
4079
|
+
}] }, { type: i1__namespace$5.FormControlName, decorators: [{
|
|
4080
|
+
type: i0.Optional
|
|
4081
|
+
}] }, { type: i3__namespace.ErrorStateMatcher }, { type: i3__namespace.DateAdapter }];
|
|
4082
|
+
}, { store: [{
|
|
3620
4083
|
type: i0.Input
|
|
3621
4084
|
}], paginator: [{
|
|
3622
4085
|
type: i0.Input
|
|
@@ -3898,7 +4361,7 @@
|
|
|
3898
4361
|
i0__namespace.ɵɵadvance(1);
|
|
3899
4362
|
i0__namespace.ɵɵproperty("ngIf", ctx.action.checkbox);
|
|
3900
4363
|
}
|
|
3901
|
-
}, directives: [i1__namespace$1.NgIf, i1__namespace$6.MatListItem, i6__namespace.MatTooltip, i1__namespace$1.NgClass, i4__namespace$
|
|
4364
|
+
}, directives: [i1__namespace$1.NgIf, i1__namespace$6.MatListItem, i6__namespace.MatTooltip, i1__namespace$1.NgClass, i4__namespace$1.MatButton, i1__namespace$6.MatListAvatarCssMatStyler, i5__namespace$1.MatIcon, i3__namespace.MatLine, i7__namespace.MatCheckbox], pipes: [i6__namespace$1.TranslatePipe, i1__namespace$1.AsyncPipe], styles: ["mat-list-item.igo-actionbar-item-disabled[_ngcontent-%COMP%]{color:#00000042;cursor:default!important}mat-list-item.igo-actionbar-item-no-display[_ngcontent-%COMP%]{display:none}mat-checkbox[_ngcontent-%COMP%]{padding:12px}.item-checkbox[_ngcontent-%COMP%]{height:56px}.item-checkbox[_ngcontent-%COMP%] .mat-checkbox-label{margin-left:20px}"], changeDetection: 0 });
|
|
3902
4365
|
(function () {
|
|
3903
4366
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ActionbarItemComponent, [{
|
|
3904
4367
|
type: i0.Component,
|
|
@@ -4316,7 +4779,7 @@
|
|
|
4316
4779
|
i0__namespace.ɵɵadvance(1);
|
|
4317
4780
|
i0__namespace.ɵɵproperty("ngIf", ctx.mode === ctx.actionbarMode.Context);
|
|
4318
4781
|
}
|
|
4319
|
-
}, directives: [i1__namespace$1.NgIf, i1__namespace$6.MatList, i4__namespace$
|
|
4782
|
+
}, directives: [i1__namespace$1.NgIf, i1__namespace$6.MatList, i4__namespace$1.MatButton, i6__namespace.MatTooltip, i5__namespace$1.MatIcon, ActionbarItemComponent, i1__namespace$1.NgForOf, i9__namespace$1.MatMenuTrigger, i9__namespace$1.MatMenu, i10__namespace$1.MatCard], pipes: [i6__namespace$1.TranslatePipe, i1__namespace$1.AsyncPipe], styles: ["[_nghost-%COMP%]{display:block;height:100%;overflow:auto;position:relative}button[_ngcontent-%COMP%]{margin:4px}.buttonOverlay[_ngcontent-%COMP%]{margin:0}mat-list[_ngcontent-%COMP%]{padding-top:0}.horizontal[_nghost-%COMP%]{max-width:100%;overflow:unset}.horizontal[_nghost-%COMP%] mat-list[_ngcontent-%COMP%]{width:auto;white-space:nowrap}.horizontal[_nghost-%COMP%] igo-actionbar-item[_ngcontent-%COMP%]{display:inline-block}[_nghost-%COMP%] .mat-list .mat-list-item .mat-list-text>*{white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;max-height:36px;line-height:18px;-webkit-box-orient:vertical;-webkit-line-clamp:2}[_nghost-%COMP%] .mat-list-base .mat-list-item.mat-list-item-with-avatar{height:46px}[_nghost-%COMP%] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content{display:-webkit-flex;height:46px;padding:3px}[_nghost-%COMP%] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content>mat-icon{padding:8px}igo-actionbar-item[_ngcontent-%COMP%] mat-list-item [mat-list-avatar]{height:auto;width:40px}igo-actionbar-item[_ngcontent-%COMP%] mat-list-item:hover{cursor:pointer}.context-menu-card[_ngcontent-%COMP%]{padding:8px 3px;margin:10px}#topChevron[_ngcontent-%COMP%]{position:sticky;top:0;background-color:#fff;z-index:3}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){#topChevron[_ngcontent-%COMP%]{position:fixed;top:unset}}@supports (-ms-accelerator: true){#topChevron[_ngcontent-%COMP%]{position:fixed;top:unset}}#lowChevron[_ngcontent-%COMP%]{position:fixed;position:sticky;bottom:0;background-color:#fff;z-index:3}"], changeDetection: 0 });
|
|
4320
4783
|
(function () {
|
|
4321
4784
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ActionbarComponent, [{
|
|
4322
4785
|
type: i0.Component,
|
|
@@ -4379,13 +4842,13 @@
|
|
|
4379
4842
|
IgoActionbarModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
4380
4843
|
i1$1.CommonModule,
|
|
4381
4844
|
i1$2.IgoLanguageModule,
|
|
4382
|
-
i4$
|
|
4383
|
-
i5.MatIconModule,
|
|
4845
|
+
i4$1.MatButtonModule,
|
|
4846
|
+
i5$1.MatIconModule,
|
|
4384
4847
|
i6.MatTooltipModule,
|
|
4385
|
-
i9.MatMenuModule,
|
|
4848
|
+
i9$1.MatMenuModule,
|
|
4386
4849
|
i1$6.MatListModule,
|
|
4387
|
-
i10.MatCardModule,
|
|
4388
|
-
|
|
4850
|
+
i10$1.MatCardModule,
|
|
4851
|
+
i7.MatCheckboxModule
|
|
4389
4852
|
]] });
|
|
4390
4853
|
(function () {
|
|
4391
4854
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoActionbarModule, [{
|
|
@@ -4394,13 +4857,13 @@
|
|
|
4394
4857
|
imports: [
|
|
4395
4858
|
i1$1.CommonModule,
|
|
4396
4859
|
i1$2.IgoLanguageModule,
|
|
4397
|
-
i4$
|
|
4398
|
-
i5.MatIconModule,
|
|
4860
|
+
i4$1.MatButtonModule,
|
|
4861
|
+
i5$1.MatIconModule,
|
|
4399
4862
|
i6.MatTooltipModule,
|
|
4400
|
-
i9.MatMenuModule,
|
|
4863
|
+
i9$1.MatMenuModule,
|
|
4401
4864
|
i1$6.MatListModule,
|
|
4402
|
-
i10.MatCardModule,
|
|
4403
|
-
|
|
4865
|
+
i10$1.MatCardModule,
|
|
4866
|
+
i7.MatCheckboxModule
|
|
4404
4867
|
],
|
|
4405
4868
|
exports: [ActionbarComponent],
|
|
4406
4869
|
declarations: [ActionbarComponent, ActionbarItemComponent]
|
|
@@ -4410,13 +4873,13 @@
|
|
|
4410
4873
|
(function () {
|
|
4411
4874
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoActionbarModule, { declarations: [ActionbarComponent, ActionbarItemComponent], imports: [i1$1.CommonModule,
|
|
4412
4875
|
i1$2.IgoLanguageModule,
|
|
4413
|
-
i4$
|
|
4414
|
-
i5.MatIconModule,
|
|
4876
|
+
i4$1.MatButtonModule,
|
|
4877
|
+
i5$1.MatIconModule,
|
|
4415
4878
|
i6.MatTooltipModule,
|
|
4416
|
-
i9.MatMenuModule,
|
|
4879
|
+
i9$1.MatMenuModule,
|
|
4417
4880
|
i1$6.MatListModule,
|
|
4418
|
-
i10.MatCardModule,
|
|
4419
|
-
|
|
4881
|
+
i10$1.MatCardModule,
|
|
4882
|
+
i7.MatCheckboxModule], exports: [ActionbarComponent] });
|
|
4420
4883
|
})();
|
|
4421
4884
|
|
|
4422
4885
|
var IgoActionModule = /** @class */ (function () {
|
|
@@ -4644,7 +5107,7 @@
|
|
|
4644
5107
|
};
|
|
4645
5108
|
return IgoBadgeIconDirective;
|
|
4646
5109
|
}());
|
|
4647
|
-
IgoBadgeIconDirective.ɵfac = function IgoBadgeIconDirective_Factory(t) { return new (t || IgoBadgeIconDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i5__namespace.MatIconRegistry)); };
|
|
5110
|
+
IgoBadgeIconDirective.ɵfac = function IgoBadgeIconDirective_Factory(t) { return new (t || IgoBadgeIconDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i5__namespace$1.MatIconRegistry)); };
|
|
4648
5111
|
IgoBadgeIconDirective.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: IgoBadgeIconDirective, selectors: [["", "igoMatBadgeIcon", ""]], inputs: { igoMatBadgeIcon: "igoMatBadgeIcon", matBadgeHidden: "matBadgeHidden", matBadgeDisabled: "matBadgeDisabled", igoMatBadgeInverseColor: "igoMatBadgeInverseColor", igoMatBadgeInheritColor: "igoMatBadgeInheritColor" } });
|
|
4649
5112
|
(function () {
|
|
4650
5113
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoBadgeIconDirective, [{
|
|
@@ -4652,7 +5115,7 @@
|
|
|
4652
5115
|
args: [{
|
|
4653
5116
|
selector: '[igoMatBadgeIcon]'
|
|
4654
5117
|
}]
|
|
4655
|
-
}], function () { return [{ type: i0__namespace.ElementRef }, { type: i5__namespace.MatIconRegistry }]; }, { igoMatBadgeIcon: [{
|
|
5118
|
+
}], function () { return [{ type: i0__namespace.ElementRef }, { type: i5__namespace$1.MatIconRegistry }]; }, { igoMatBadgeIcon: [{
|
|
4656
5119
|
type: i0.Input
|
|
4657
5120
|
}], matBadgeHidden: [{
|
|
4658
5121
|
type: i0.Input
|
|
@@ -4678,18 +5141,18 @@
|
|
|
4678
5141
|
}());
|
|
4679
5142
|
IgoMatBadgeIconModule.ɵfac = function IgoMatBadgeIconModule_Factory(t) { return new (t || IgoMatBadgeIconModule)(); };
|
|
4680
5143
|
IgoMatBadgeIconModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoMatBadgeIconModule });
|
|
4681
|
-
IgoMatBadgeIconModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[badge.MatBadgeModule, i5.MatIconModule], badge.MatBadgeModule] });
|
|
5144
|
+
IgoMatBadgeIconModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[badge.MatBadgeModule, i5$1.MatIconModule], badge.MatBadgeModule] });
|
|
4682
5145
|
(function () {
|
|
4683
5146
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoMatBadgeIconModule, [{
|
|
4684
5147
|
type: i0.NgModule,
|
|
4685
5148
|
args: [{
|
|
4686
|
-
imports: [badge.MatBadgeModule, i5.MatIconModule],
|
|
5149
|
+
imports: [badge.MatBadgeModule, i5$1.MatIconModule],
|
|
4687
5150
|
declarations: [IgoBadgeIconDirective],
|
|
4688
5151
|
exports: [badge.MatBadgeModule, IgoBadgeIconDirective]
|
|
4689
5152
|
}]
|
|
4690
5153
|
}], null, null);
|
|
4691
5154
|
})();
|
|
4692
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoMatBadgeIconModule, { declarations: [IgoBadgeIconDirective], imports: [badge.MatBadgeModule, i5.MatIconModule], exports: [badge.MatBadgeModule, IgoBadgeIconDirective] }); })();
|
|
5155
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoMatBadgeIconModule, { declarations: [IgoBadgeIconDirective], imports: [badge.MatBadgeModule, i5$1.MatIconModule], exports: [badge.MatBadgeModule, IgoBadgeIconDirective] }); })();
|
|
4693
5156
|
|
|
4694
5157
|
var ClickoutDirective = /** @class */ (function () {
|
|
4695
5158
|
function ClickoutDirective(el) {
|
|
@@ -4924,7 +5387,7 @@
|
|
|
4924
5387
|
i0__namespace.ɵɵadvance(2);
|
|
4925
5388
|
i0__namespace.ɵɵtextInterpolate(ctx.title);
|
|
4926
5389
|
}
|
|
4927
|
-
}, directives: [i1__namespace$6.MatListItem, i5__namespace.MatIcon, i1__namespace$6.MatListAvatarCssMatStyler, CollapseDirective,
|
|
5390
|
+
}, directives: [i1__namespace$6.MatListItem, i5__namespace$1.MatIcon, i1__namespace$6.MatListAvatarCssMatStyler, CollapseDirective, i3__namespace.MatLine], styles: ["[_nghost-%COMP%] .mat-list .mat-list-item.mat-list-avatar{height:auto;width:auto;padding:0}mat-list-item[_ngcontent-%COMP%]{overflow:hidden}"] });
|
|
4928
5391
|
(function () {
|
|
4929
5392
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CollapsibleComponent, [{
|
|
4930
5393
|
type: i0.Component,
|
|
@@ -4955,18 +5418,18 @@
|
|
|
4955
5418
|
}());
|
|
4956
5419
|
IgoCollapsibleModule.ɵfac = function IgoCollapsibleModule_Factory(t) { return new (t || IgoCollapsibleModule)(); };
|
|
4957
5420
|
IgoCollapsibleModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoCollapsibleModule });
|
|
4958
|
-
IgoCollapsibleModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[i5.MatIconModule, i1$6.MatListModule]] });
|
|
5421
|
+
IgoCollapsibleModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[i5$1.MatIconModule, i1$6.MatListModule]] });
|
|
4959
5422
|
(function () {
|
|
4960
5423
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoCollapsibleModule, [{
|
|
4961
5424
|
type: i0.NgModule,
|
|
4962
5425
|
args: [{
|
|
4963
|
-
imports: [i5.MatIconModule, i1$6.MatListModule],
|
|
5426
|
+
imports: [i5$1.MatIconModule, i1$6.MatListModule],
|
|
4964
5427
|
declarations: [CollapsibleComponent, CollapseDirective],
|
|
4965
5428
|
exports: [CollapsibleComponent, CollapseDirective]
|
|
4966
5429
|
}]
|
|
4967
5430
|
}], null, null);
|
|
4968
5431
|
})();
|
|
4969
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoCollapsibleModule, { declarations: [CollapsibleComponent, CollapseDirective], imports: [i5.MatIconModule, i1$6.MatListModule], exports: [CollapsibleComponent, CollapseDirective] }); })();
|
|
5432
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoCollapsibleModule, { declarations: [CollapsibleComponent, CollapseDirective], imports: [i5$1.MatIconModule, i1$6.MatListModule], exports: [CollapsibleComponent, CollapseDirective] }); })();
|
|
4970
5433
|
|
|
4971
5434
|
var ConfirmDialogComponent = /** @class */ (function () {
|
|
4972
5435
|
function ConfirmDialogComponent(dialogRef) {
|
|
@@ -5007,7 +5470,7 @@
|
|
|
5007
5470
|
i0__namespace.ɵɵadvance(3);
|
|
5008
5471
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(11, 8, "igo.common.confirmDialog.cancelBtn"));
|
|
5009
5472
|
}
|
|
5010
|
-
}, directives: [i1__namespace$8.MatDialogTitle, i1__namespace$8.MatDialogContent, i1__namespace$8.MatDialogActions, i4__namespace$
|
|
5473
|
+
}, directives: [i1__namespace$8.MatDialogTitle, i1__namespace$8.MatDialogContent, i1__namespace$8.MatDialogActions, i4__namespace$1.MatButton], pipes: [i6__namespace$1.TranslatePipe], styles: ["h2[_ngcontent-%COMP%]{margin:5px 0 10px}div[mat-dialog-content][_ngcontent-%COMP%]{max-width:200px}div[mat-dialog-actions][_ngcontent-%COMP%]{margin:10px 0 0}"] });
|
|
5011
5474
|
(function () {
|
|
5012
5475
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ConfirmDialogComponent, [{
|
|
5013
5476
|
type: i0.Component,
|
|
@@ -5053,76 +5516,30 @@
|
|
|
5053
5516
|
}());
|
|
5054
5517
|
IgoConfirmDialogModule.ɵfac = function IgoConfirmDialogModule_Factory(t) { return new (t || IgoConfirmDialogModule)(); };
|
|
5055
5518
|
IgoConfirmDialogModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoConfirmDialogModule });
|
|
5056
|
-
IgoConfirmDialogModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [ConfirmDialogService], imports: [[i4$
|
|
5519
|
+
IgoConfirmDialogModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [ConfirmDialogService], imports: [[i4$1.MatButtonModule, i1$8.MatDialogModule, i1$2.IgoLanguageModule]] });
|
|
5057
5520
|
(function () {
|
|
5058
5521
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoConfirmDialogModule, [{
|
|
5059
5522
|
type: i0.NgModule,
|
|
5060
5523
|
args: [{
|
|
5061
|
-
imports: [i4$
|
|
5524
|
+
imports: [i4$1.MatButtonModule, i1$8.MatDialogModule, i1$2.IgoLanguageModule],
|
|
5062
5525
|
declarations: [ConfirmDialogComponent],
|
|
5063
5526
|
exports: [ConfirmDialogComponent],
|
|
5064
5527
|
providers: [ConfirmDialogService]
|
|
5065
5528
|
}]
|
|
5066
5529
|
}], null, null);
|
|
5067
5530
|
})();
|
|
5068
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoConfirmDialogModule, { declarations: [ConfirmDialogComponent], imports: [i4$
|
|
5531
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoConfirmDialogModule, { declarations: [ConfirmDialogComponent], imports: [i4$1.MatButtonModule, i1$8.MatDialogModule, i1$2.IgoLanguageModule], exports: [ConfirmDialogComponent] }); })();
|
|
5069
5532
|
|
|
5070
5533
|
var ContextMenuDirective = /** @class */ (function () {
|
|
5071
5534
|
function ContextMenuDirective(overlay, viewContainerRef, elementRef) {
|
|
5072
|
-
var _this = this;
|
|
5073
5535
|
this.overlay = overlay;
|
|
5074
5536
|
this.viewContainerRef = viewContainerRef;
|
|
5075
5537
|
this.elementRef = elementRef;
|
|
5076
|
-
this.isDragging = false;
|
|
5077
|
-
this.touchDelayMs = 500;
|
|
5078
5538
|
this.menuPosition = new i0.EventEmitter();
|
|
5079
|
-
var touchstart$ = rxjs.fromEvent(elementRef.nativeElement, 'touchstart');
|
|
5080
|
-
var touchmove$ = rxjs.fromEvent(elementRef.nativeElement, 'touchmove');
|
|
5081
|
-
var touchend$ = rxjs.fromEvent(elementRef.nativeElement, 'touchend');
|
|
5082
|
-
touchmove$.subscribe(function () {
|
|
5083
|
-
_this.isDragging = true;
|
|
5084
|
-
_this.close();
|
|
5085
|
-
});
|
|
5086
|
-
touchend$.subscribe(function () { return _this.isDragging = false; });
|
|
5087
|
-
var longTouch$ = touchstart$.pipe(operators.tap(function (event) {
|
|
5088
|
-
event.preventDefault();
|
|
5089
|
-
window.document.body.style['-webkit-user-select'] = 'none';
|
|
5090
|
-
}), operators.mergeMap(function (e) {
|
|
5091
|
-
return rxjs.of(e).pipe(operators.delay(_this.touchDelayMs), operators.takeUntil(touchend$));
|
|
5092
|
-
}));
|
|
5093
|
-
this.longTouch$$ = longTouch$.pipe(operators.tap(function (event) {
|
|
5094
|
-
_this.onContextMenu(event);
|
|
5095
|
-
}), operators.delay(2000)).subscribe(function () { return window.document.body.style['-webkit-user-select'] = 'auto'; });
|
|
5096
5539
|
}
|
|
5097
|
-
ContextMenuDirective.prototype.ngOnDestroy = function () {
|
|
5098
|
-
if (this.longTouch$$) {
|
|
5099
|
-
this.longTouch$$.unsubscribe();
|
|
5100
|
-
}
|
|
5101
|
-
if (this.touchmove$$) {
|
|
5102
|
-
this.touchmove$$.unsubscribe();
|
|
5103
|
-
}
|
|
5104
|
-
if (this.touchend$$) {
|
|
5105
|
-
this.touchend$$.unsubscribe();
|
|
5106
|
-
}
|
|
5107
|
-
};
|
|
5108
5540
|
ContextMenuDirective.prototype.onContextMenu = function (e) {
|
|
5109
5541
|
var _this = this;
|
|
5110
|
-
|
|
5111
|
-
return;
|
|
5112
|
-
}
|
|
5113
|
-
var x = 0;
|
|
5114
|
-
var y = 0;
|
|
5115
|
-
if (e instanceof TouchEvent) {
|
|
5116
|
-
if (e.touches.length > 1) {
|
|
5117
|
-
return; // prevent map rotation conflict
|
|
5118
|
-
}
|
|
5119
|
-
x = e.touches[0].clientX;
|
|
5120
|
-
y = e.touches[0].clientY;
|
|
5121
|
-
}
|
|
5122
|
-
else {
|
|
5123
|
-
x = e.x;
|
|
5124
|
-
y = e.y;
|
|
5125
|
-
}
|
|
5542
|
+
var x = e.x, y = e.y;
|
|
5126
5543
|
this.close();
|
|
5127
5544
|
e.preventDefault();
|
|
5128
5545
|
this.menuPosition.emit({ x: x, y: y });
|
|
@@ -5183,7 +5600,7 @@
|
|
|
5183
5600
|
if (rf & 1) {
|
|
5184
5601
|
i0__namespace.ɵɵlistener("contextmenu", function ContextMenuDirective_contextmenu_HostBindingHandler($event) { return ctx.onContextMenu($event); });
|
|
5185
5602
|
}
|
|
5186
|
-
}, inputs: { menuContext: ["igoContextMenu", "menuContext"]
|
|
5603
|
+
}, inputs: { menuContext: ["igoContextMenu", "menuContext"] }, outputs: { menuPosition: "menuPosition" } });
|
|
5187
5604
|
(function () {
|
|
5188
5605
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ContextMenuDirective, [{
|
|
5189
5606
|
type: i0.Directive,
|
|
@@ -5193,8 +5610,6 @@
|
|
|
5193
5610
|
}], function () { return [{ type: i1__namespace$7.Overlay }, { type: i0__namespace.ViewContainerRef }, { type: i0__namespace.ElementRef }]; }, { menuContext: [{
|
|
5194
5611
|
type: i0.Input,
|
|
5195
5612
|
args: ['igoContextMenu']
|
|
5196
|
-
}], touchDelayMs: [{
|
|
5197
|
-
type: i0.Input
|
|
5198
5613
|
}], menuPosition: [{
|
|
5199
5614
|
type: i0.Output
|
|
5200
5615
|
}], onContextMenu: [{
|
|
@@ -5282,10 +5697,10 @@
|
|
|
5282
5697
|
IgoCustomHtmlModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoCustomHtmlModule });
|
|
5283
5698
|
IgoCustomHtmlModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
5284
5699
|
i1$1.CommonModule,
|
|
5285
|
-
i5.MatIconModule,
|
|
5700
|
+
i5$1.MatIconModule,
|
|
5286
5701
|
i6.MatTooltipModule,
|
|
5287
5702
|
i2$3.MatInputModule,
|
|
5288
|
-
i4$
|
|
5703
|
+
i4$1.MatButtonModule,
|
|
5289
5704
|
i1$2.IgoLanguageModule
|
|
5290
5705
|
]] });
|
|
5291
5706
|
(function () {
|
|
@@ -5294,10 +5709,10 @@
|
|
|
5294
5709
|
args: [{
|
|
5295
5710
|
imports: [
|
|
5296
5711
|
i1$1.CommonModule,
|
|
5297
|
-
i5.MatIconModule,
|
|
5712
|
+
i5$1.MatIconModule,
|
|
5298
5713
|
i6.MatTooltipModule,
|
|
5299
5714
|
i2$3.MatInputModule,
|
|
5300
|
-
i4$
|
|
5715
|
+
i4$1.MatButtonModule,
|
|
5301
5716
|
i1$2.IgoLanguageModule
|
|
5302
5717
|
],
|
|
5303
5718
|
exports: [SanitizeHtmlPipe, CustomHtmlComponent],
|
|
@@ -5307,10 +5722,10 @@
|
|
|
5307
5722
|
})();
|
|
5308
5723
|
(function () {
|
|
5309
5724
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoCustomHtmlModule, { declarations: [SanitizeHtmlPipe, CustomHtmlComponent], imports: [i1$1.CommonModule,
|
|
5310
|
-
i5.MatIconModule,
|
|
5725
|
+
i5$1.MatIconModule,
|
|
5311
5726
|
i6.MatTooltipModule,
|
|
5312
5727
|
i2$3.MatInputModule,
|
|
5313
|
-
i4$
|
|
5728
|
+
i4$1.MatButtonModule,
|
|
5314
5729
|
i1$2.IgoLanguageModule], exports: [SanitizeHtmlPipe, CustomHtmlComponent] });
|
|
5315
5730
|
})();
|
|
5316
5731
|
|
|
@@ -5675,7 +6090,10 @@
|
|
|
5675
6090
|
var inputs = changes.inputs;
|
|
5676
6091
|
var subscribers = changes.subscribers;
|
|
5677
6092
|
var eq = utils.ObjectUtils.objectsAreEquivalent;
|
|
5678
|
-
if (component
|
|
6093
|
+
if (!component || !component.currentValue) {
|
|
6094
|
+
return;
|
|
6095
|
+
}
|
|
6096
|
+
if (component.currentValue !== component.previousValue) {
|
|
5679
6097
|
this.createComponent(component.currentValue);
|
|
5680
6098
|
}
|
|
5681
6099
|
else {
|
|
@@ -6215,7 +6633,7 @@
|
|
|
6215
6633
|
i0__namespace.ɵɵadvance(1);
|
|
6216
6634
|
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(3, _c2, ctx.hasButtons));
|
|
6217
6635
|
}
|
|
6218
|
-
}, directives: [
|
|
6636
|
+
}, directives: [i1__namespace$5.ɵNgNoValidate, i1__namespace$5.NgControlStatusGroup, i1__namespace$5.FormGroupDirective, i1__namespace$1.NgClass], styles: ["[_nghost-%COMP%]{display:block}form[_ngcontent-%COMP%]{width:100%;height:100%}.igo-form-body[_ngcontent-%COMP%], .igo-form-content[_ngcontent-%COMP%]{height:100%}.igo-form-body-with-buttons[_ngcontent-%COMP%] .igo-form-content[_ngcontent-%COMP%]{height:calc(100% - 56px)}.igo-form-content[_ngcontent-%COMP%]{display:flex}"], changeDetection: 0 });
|
|
6219
6637
|
(function () {
|
|
6220
6638
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FormComponent, [{
|
|
6221
6639
|
type: i0.Component,
|
|
@@ -6251,23 +6669,23 @@
|
|
|
6251
6669
|
IgoFormFormModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoFormFormModule });
|
|
6252
6670
|
IgoFormFormModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
6253
6671
|
i1$1.CommonModule,
|
|
6254
|
-
|
|
6255
|
-
|
|
6256
|
-
],
|
|
6257
|
-
|
|
6672
|
+
i1$5.FormsModule,
|
|
6673
|
+
i1$5.ReactiveFormsModule
|
|
6674
|
+
], i1$5.FormsModule,
|
|
6675
|
+
i1$5.ReactiveFormsModule] });
|
|
6258
6676
|
(function () {
|
|
6259
6677
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoFormFormModule, [{
|
|
6260
6678
|
type: i0.NgModule,
|
|
6261
6679
|
args: [{
|
|
6262
6680
|
imports: [
|
|
6263
6681
|
i1$1.CommonModule,
|
|
6264
|
-
|
|
6265
|
-
|
|
6682
|
+
i1$5.FormsModule,
|
|
6683
|
+
i1$5.ReactiveFormsModule
|
|
6266
6684
|
],
|
|
6267
6685
|
exports: [
|
|
6268
6686
|
FormComponent,
|
|
6269
|
-
|
|
6270
|
-
|
|
6687
|
+
i1$5.FormsModule,
|
|
6688
|
+
i1$5.ReactiveFormsModule
|
|
6271
6689
|
],
|
|
6272
6690
|
declarations: [
|
|
6273
6691
|
FormComponent
|
|
@@ -6277,10 +6695,10 @@
|
|
|
6277
6695
|
})();
|
|
6278
6696
|
(function () {
|
|
6279
6697
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoFormFormModule, { declarations: [FormComponent], imports: [i1$1.CommonModule,
|
|
6280
|
-
|
|
6281
|
-
|
|
6282
|
-
|
|
6283
|
-
|
|
6698
|
+
i1$5.FormsModule,
|
|
6699
|
+
i1$5.ReactiveFormsModule], exports: [FormComponent,
|
|
6700
|
+
i1$5.FormsModule,
|
|
6701
|
+
i1$5.ReactiveFormsModule] });
|
|
6284
6702
|
})();
|
|
6285
6703
|
|
|
6286
6704
|
var FormService = /** @class */ (function () {
|
|
@@ -6303,8 +6721,10 @@
|
|
|
6303
6721
|
fields.forEach(function (field) {
|
|
6304
6722
|
control.addControl(field.name, field.control);
|
|
6305
6723
|
});
|
|
6306
|
-
|
|
6307
|
-
|
|
6724
|
+
if (options.validator) {
|
|
6725
|
+
var validators = this.getValidators(options.validator); // convert string to actual validator
|
|
6726
|
+
control.setValidators(validators);
|
|
6727
|
+
}
|
|
6308
6728
|
return Object.assign({}, config, { fields: fields, control: control });
|
|
6309
6729
|
};
|
|
6310
6730
|
FormService.prototype.field = function (config) {
|
|
@@ -6314,8 +6734,10 @@
|
|
|
6314
6734
|
disabled: options.disabled
|
|
6315
6735
|
};
|
|
6316
6736
|
var control = this.formBuilder.control(state);
|
|
6317
|
-
|
|
6318
|
-
|
|
6737
|
+
if (options.validator) {
|
|
6738
|
+
var validators = this.getValidators(options.validator); // convert string to actual validator
|
|
6739
|
+
control.setValidators(validators);
|
|
6740
|
+
}
|
|
6319
6741
|
return Object.assign({ type: 'text' }, config, { control: control });
|
|
6320
6742
|
};
|
|
6321
6743
|
FormService.prototype.extendFieldConfig = function (config, partial) {
|
|
@@ -6341,15 +6763,15 @@
|
|
|
6341
6763
|
var re = /^([a-zA-Z]{3,15})\((.{0,20})\)$/;
|
|
6342
6764
|
var match = validatorStr.match(re);
|
|
6343
6765
|
if (!match) {
|
|
6344
|
-
return
|
|
6766
|
+
return i1$5.Validators[validatorStr];
|
|
6345
6767
|
}
|
|
6346
6768
|
var name = match[1];
|
|
6347
6769
|
var args = match[2];
|
|
6348
|
-
return
|
|
6770
|
+
return i1$5.Validators[name](args);
|
|
6349
6771
|
};
|
|
6350
6772
|
return FormService;
|
|
6351
6773
|
}());
|
|
6352
|
-
FormService.ɵfac = function FormService_Factory(t) { return new (t || FormService)(i0__namespace.ɵɵinject(
|
|
6774
|
+
FormService.ɵfac = function FormService_Factory(t) { return new (t || FormService)(i0__namespace.ɵɵinject(i1__namespace$5.FormBuilder)); };
|
|
6353
6775
|
FormService.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: FormService, factory: FormService.ɵfac, providedIn: 'root' });
|
|
6354
6776
|
(function () {
|
|
6355
6777
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FormService, [{
|
|
@@ -6357,7 +6779,7 @@
|
|
|
6357
6779
|
args: [{
|
|
6358
6780
|
providedIn: 'root'
|
|
6359
6781
|
}]
|
|
6360
|
-
}], function () { return [{ type:
|
|
6782
|
+
}], function () { return [{ type: i1__namespace$5.FormBuilder }]; }, null);
|
|
6361
6783
|
})();
|
|
6362
6784
|
|
|
6363
6785
|
/**
|
|
@@ -6597,7 +7019,7 @@
|
|
|
6597
7019
|
i0__namespace.ɵɵadvance(1);
|
|
6598
7020
|
i0__namespace.ɵɵproperty("ngIf", ctx.formControl.errors);
|
|
6599
7021
|
}
|
|
6600
|
-
}, directives: [i1__namespace.MatFormField, i2__namespace.MatSelect,
|
|
7022
|
+
}, directives: [i1__namespace.MatFormField, i2__namespace.MatSelect, i1__namespace$5.RequiredValidator, i1__namespace$5.NgControlStatus, i1__namespace$5.FormControlDirective, i1__namespace$1.NgForOf, i1__namespace$1.NgIf, i3__namespace.MatOption, i5__namespace$1.MatIcon, i1__namespace.MatPrefix, i1__namespace.MatError], pipes: [i1__namespace$1.AsyncPipe, i6__namespace$1.TranslatePipe], encapsulation: 2, changeDetection: 0 });
|
|
6601
7023
|
exports.FormFieldSelectComponent = __decorate([
|
|
6602
7024
|
IgoFormFieldComponent('select')
|
|
6603
7025
|
], exports.FormFieldSelectComponent);
|
|
@@ -6710,7 +7132,7 @@
|
|
|
6710
7132
|
i0__namespace.ɵɵadvance(1);
|
|
6711
7133
|
i0__namespace.ɵɵproperty("ngIf", ctx.formControl.errors);
|
|
6712
7134
|
}
|
|
6713
|
-
}, directives: [i1__namespace.MatFormField, i2__namespace$3.MatInput,
|
|
7135
|
+
}, directives: [i1__namespace.MatFormField, i2__namespace$3.MatInput, i1__namespace$5.DefaultValueAccessor, i1__namespace$5.RequiredValidator, i1__namespace$5.NgControlStatus, i1__namespace$5.FormControlDirective, i1__namespace$1.NgIf, i5__namespace$1.MatIcon, i1__namespace.MatPrefix, i1__namespace.MatError], pipes: [i1__namespace$1.AsyncPipe, i6__namespace$1.TranslatePipe], encapsulation: 2, changeDetection: 0 });
|
|
6714
7136
|
exports.FormFieldTextComponent = __decorate([
|
|
6715
7137
|
IgoFormFieldComponent('text')
|
|
6716
7138
|
], exports.FormFieldTextComponent);
|
|
@@ -6823,7 +7245,7 @@
|
|
|
6823
7245
|
i0__namespace.ɵɵadvance(1);
|
|
6824
7246
|
i0__namespace.ɵɵproperty("ngIf", ctx.formControl.errors);
|
|
6825
7247
|
}
|
|
6826
|
-
}, directives: [i1__namespace.MatFormField, i2__namespace$3.MatInput,
|
|
7248
|
+
}, directives: [i1__namespace.MatFormField, i2__namespace$3.MatInput, i1__namespace$5.DefaultValueAccessor, i1__namespace$5.RequiredValidator, i1__namespace$5.NgControlStatus, i1__namespace$5.FormControlDirective, i1__namespace$1.NgIf, i5__namespace$1.MatIcon, i1__namespace.MatPrefix, i1__namespace.MatError], pipes: [i1__namespace$1.AsyncPipe, i6__namespace$1.TranslatePipe], encapsulation: 2, changeDetection: 0 });
|
|
6827
7249
|
exports.FormFieldTextareaComponent = __decorate([
|
|
6828
7250
|
IgoFormFieldComponent('textarea')
|
|
6829
7251
|
], exports.FormFieldTextareaComponent);
|
|
@@ -6858,9 +7280,9 @@
|
|
|
6858
7280
|
IgoFormFieldModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoFormFieldModule });
|
|
6859
7281
|
IgoFormFieldModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
6860
7282
|
i1$1.CommonModule,
|
|
6861
|
-
|
|
6862
|
-
|
|
6863
|
-
i5.MatIconModule,
|
|
7283
|
+
i1$5.FormsModule,
|
|
7284
|
+
i1$5.ReactiveFormsModule,
|
|
7285
|
+
i5$1.MatIconModule,
|
|
6864
7286
|
i1.MatFormFieldModule,
|
|
6865
7287
|
i2$3.MatInputModule,
|
|
6866
7288
|
i2.MatSelectModule,
|
|
@@ -6873,9 +7295,9 @@
|
|
|
6873
7295
|
args: [{
|
|
6874
7296
|
imports: [
|
|
6875
7297
|
i1$1.CommonModule,
|
|
6876
|
-
|
|
6877
|
-
|
|
6878
|
-
i5.MatIconModule,
|
|
7298
|
+
i1$5.FormsModule,
|
|
7299
|
+
i1$5.ReactiveFormsModule,
|
|
7300
|
+
i5$1.MatIconModule,
|
|
6879
7301
|
i1.MatFormFieldModule,
|
|
6880
7302
|
i2$3.MatInputModule,
|
|
6881
7303
|
i2.MatSelectModule,
|
|
@@ -6902,9 +7324,9 @@
|
|
|
6902
7324
|
exports.FormFieldSelectComponent,
|
|
6903
7325
|
exports.FormFieldTextComponent,
|
|
6904
7326
|
exports.FormFieldTextareaComponent], imports: [i1$1.CommonModule,
|
|
6905
|
-
|
|
6906
|
-
|
|
6907
|
-
i5.MatIconModule,
|
|
7327
|
+
i1$5.FormsModule,
|
|
7328
|
+
i1$5.ReactiveFormsModule,
|
|
7329
|
+
i5$1.MatIconModule,
|
|
6908
7330
|
i1.MatFormFieldModule,
|
|
6909
7331
|
i2$3.MatInputModule,
|
|
6910
7332
|
i2.MatSelectModule,
|
|
@@ -7022,7 +7444,7 @@
|
|
|
7022
7444
|
i0__namespace.ɵɵadvance(3);
|
|
7023
7445
|
i0__namespace.ɵɵproperty("ngIf", ctx.formControl.errors);
|
|
7024
7446
|
}
|
|
7025
|
-
}, directives: [i1__namespace$1.NgIf, i1__namespace$1.NgForOf, i1__namespace$1.NgClass, FormFieldComponent, i1__namespace.MatError], pipes: [
|
|
7447
|
+
}, directives: [i1__namespace$1.NgIf, i1__namespace$1.NgForOf, i1__namespace$1.NgClass, FormFieldComponent, i1__namespace.MatError], pipes: [i6__namespace$1.TranslatePipe], styles: ["[_nghost-%COMP%]{width:100%;height:100%;display:block;overflow:auto;padding:10px 5px}.igo-form-field-wrapper[_ngcontent-%COMP%]{display:inline-block;padding:0 5px}.igo-form-field-colspan-2[_ngcontent-%COMP%]{width:100%}.igo-form-field-colspan-1[_ngcontent-%COMP%]{width:50%}"], changeDetection: 0 });
|
|
7026
7448
|
(function () {
|
|
7027
7449
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FormGroupComponent, [{
|
|
7028
7450
|
type: i0.Component,
|
|
@@ -7152,7 +7574,7 @@
|
|
|
7152
7574
|
if (rf & 2) {
|
|
7153
7575
|
i0__namespace.ɵɵproperty("matTooltip", i0__namespace.ɵɵpipeBind1(1, 1, "igo.context.sidenav.mainMenu"));
|
|
7154
7576
|
}
|
|
7155
|
-
}, directives: [i4__namespace$
|
|
7577
|
+
}, directives: [i4__namespace$1.MatButton, i6__namespace.MatTooltip, i5__namespace$1.MatIcon], pipes: [i6__namespace$1.TranslatePipe], styles: ["#homeButton[_ngcontent-%COMP%]{position:absolute;top:50px;left:0px;border-radius:0;height:46px;width:48px}"] });
|
|
7156
7578
|
(function () {
|
|
7157
7579
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(HomeButtonComponent, [{
|
|
7158
7580
|
type: i0.Component,
|
|
@@ -7178,8 +7600,8 @@
|
|
|
7178
7600
|
IgoHomeButtonModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoHomeButtonModule });
|
|
7179
7601
|
IgoHomeButtonModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [], imports: [[
|
|
7180
7602
|
i1$1.CommonModule,
|
|
7181
|
-
i5.MatIconModule,
|
|
7182
|
-
i4$
|
|
7603
|
+
i5$1.MatIconModule,
|
|
7604
|
+
i4$1.MatButtonModule,
|
|
7183
7605
|
i6.MatTooltipModule,
|
|
7184
7606
|
i1$2.IgoLanguageModule
|
|
7185
7607
|
]] });
|
|
@@ -7189,8 +7611,8 @@
|
|
|
7189
7611
|
args: [{
|
|
7190
7612
|
imports: [
|
|
7191
7613
|
i1$1.CommonModule,
|
|
7192
|
-
i5.MatIconModule,
|
|
7193
|
-
i4$
|
|
7614
|
+
i5$1.MatIconModule,
|
|
7615
|
+
i4$1.MatButtonModule,
|
|
7194
7616
|
i6.MatTooltipModule,
|
|
7195
7617
|
i1$2.IgoLanguageModule
|
|
7196
7618
|
],
|
|
@@ -7202,8 +7624,8 @@
|
|
|
7202
7624
|
})();
|
|
7203
7625
|
(function () {
|
|
7204
7626
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoHomeButtonModule, { declarations: [HomeButtonComponent], imports: [i1$1.CommonModule,
|
|
7205
|
-
i5.MatIconModule,
|
|
7206
|
-
i4$
|
|
7627
|
+
i5$1.MatIconModule,
|
|
7628
|
+
i4$1.MatButtonModule,
|
|
7207
7629
|
i6.MatTooltipModule,
|
|
7208
7630
|
i1$2.IgoLanguageModule], exports: [HomeButtonComponent] });
|
|
7209
7631
|
})();
|
|
@@ -7220,7 +7642,7 @@
|
|
|
7220
7642
|
IgoEntitySelectorModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoEntitySelectorModule });
|
|
7221
7643
|
IgoEntitySelectorModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
7222
7644
|
i1$1.CommonModule,
|
|
7223
|
-
|
|
7645
|
+
i1$5.FormsModule,
|
|
7224
7646
|
i2.MatSelectModule
|
|
7225
7647
|
]] });
|
|
7226
7648
|
(function () {
|
|
@@ -7229,7 +7651,7 @@
|
|
|
7229
7651
|
args: [{
|
|
7230
7652
|
imports: [
|
|
7231
7653
|
i1$1.CommonModule,
|
|
7232
|
-
|
|
7654
|
+
i1$5.FormsModule,
|
|
7233
7655
|
i2.MatSelectModule
|
|
7234
7656
|
],
|
|
7235
7657
|
exports: [EntitySelectorComponent],
|
|
@@ -7239,7 +7661,7 @@
|
|
|
7239
7661
|
})();
|
|
7240
7662
|
(function () {
|
|
7241
7663
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoEntitySelectorModule, { declarations: [EntitySelectorComponent], imports: [i1$1.CommonModule,
|
|
7242
|
-
|
|
7664
|
+
i1$5.FormsModule,
|
|
7243
7665
|
i2.MatSelectModule], exports: [EntitySelectorComponent] });
|
|
7244
7666
|
})();
|
|
7245
7667
|
|
|
@@ -7365,17 +7787,24 @@
|
|
|
7365
7787
|
IgoEntityTableModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoEntityTableModule });
|
|
7366
7788
|
IgoEntityTableModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
7367
7789
|
i1$1.CommonModule,
|
|
7368
|
-
|
|
7369
|
-
|
|
7370
|
-
i5.
|
|
7371
|
-
|
|
7372
|
-
i4$1.
|
|
7790
|
+
i4.MatTableModule,
|
|
7791
|
+
i9.MatAutocompleteModule,
|
|
7792
|
+
i5.MatSortModule,
|
|
7793
|
+
i5$1.MatIconModule,
|
|
7794
|
+
i4$1.MatButtonModule,
|
|
7795
|
+
i7.MatCheckboxModule,
|
|
7373
7796
|
i2$1.MatPaginatorModule,
|
|
7797
|
+
i2.MatSelectModule,
|
|
7374
7798
|
IgoStopPropagationModule,
|
|
7375
7799
|
IgoCustomHtmlModule,
|
|
7376
7800
|
IgoEntityTablePaginatorModule,
|
|
7377
7801
|
IgoImageModule,
|
|
7378
|
-
i1$2.IgoLanguageModule
|
|
7802
|
+
i1$2.IgoLanguageModule,
|
|
7803
|
+
i1$5.FormsModule,
|
|
7804
|
+
i1$5.ReactiveFormsModule,
|
|
7805
|
+
i2$3.MatInputModule,
|
|
7806
|
+
i10.MatDatepickerModule,
|
|
7807
|
+
i6.MatTooltipModule
|
|
7379
7808
|
]] });
|
|
7380
7809
|
(function () {
|
|
7381
7810
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoEntityTableModule, [{
|
|
@@ -7383,17 +7812,24 @@
|
|
|
7383
7812
|
args: [{
|
|
7384
7813
|
imports: [
|
|
7385
7814
|
i1$1.CommonModule,
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
i5.
|
|
7389
|
-
|
|
7390
|
-
i4$1.
|
|
7815
|
+
i4.MatTableModule,
|
|
7816
|
+
i9.MatAutocompleteModule,
|
|
7817
|
+
i5.MatSortModule,
|
|
7818
|
+
i5$1.MatIconModule,
|
|
7819
|
+
i4$1.MatButtonModule,
|
|
7820
|
+
i7.MatCheckboxModule,
|
|
7391
7821
|
i2$1.MatPaginatorModule,
|
|
7822
|
+
i2.MatSelectModule,
|
|
7392
7823
|
IgoStopPropagationModule,
|
|
7393
7824
|
IgoCustomHtmlModule,
|
|
7394
7825
|
IgoEntityTablePaginatorModule,
|
|
7395
7826
|
IgoImageModule,
|
|
7396
|
-
i1$2.IgoLanguageModule
|
|
7827
|
+
i1$2.IgoLanguageModule,
|
|
7828
|
+
i1$5.FormsModule,
|
|
7829
|
+
i1$5.ReactiveFormsModule,
|
|
7830
|
+
i2$3.MatInputModule,
|
|
7831
|
+
i10.MatDatepickerModule,
|
|
7832
|
+
i6.MatTooltipModule
|
|
7397
7833
|
],
|
|
7398
7834
|
exports: [
|
|
7399
7835
|
EntityTableComponent
|
|
@@ -7408,17 +7844,24 @@
|
|
|
7408
7844
|
(function () {
|
|
7409
7845
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoEntityTableModule, { declarations: [EntityTableComponent,
|
|
7410
7846
|
EntityTableRowDirective], imports: [i1$1.CommonModule,
|
|
7411
|
-
|
|
7412
|
-
|
|
7413
|
-
i5.
|
|
7414
|
-
|
|
7415
|
-
i4$1.
|
|
7847
|
+
i4.MatTableModule,
|
|
7848
|
+
i9.MatAutocompleteModule,
|
|
7849
|
+
i5.MatSortModule,
|
|
7850
|
+
i5$1.MatIconModule,
|
|
7851
|
+
i4$1.MatButtonModule,
|
|
7852
|
+
i7.MatCheckboxModule,
|
|
7416
7853
|
i2$1.MatPaginatorModule,
|
|
7854
|
+
i2.MatSelectModule,
|
|
7417
7855
|
IgoStopPropagationModule,
|
|
7418
7856
|
IgoCustomHtmlModule,
|
|
7419
7857
|
IgoEntityTablePaginatorModule,
|
|
7420
7858
|
IgoImageModule,
|
|
7421
|
-
i1$2.IgoLanguageModule
|
|
7859
|
+
i1$2.IgoLanguageModule,
|
|
7860
|
+
i1$5.FormsModule,
|
|
7861
|
+
i1$5.ReactiveFormsModule,
|
|
7862
|
+
i2$3.MatInputModule,
|
|
7863
|
+
i10.MatDatepickerModule,
|
|
7864
|
+
i6.MatTooltipModule], exports: [EntityTableComponent] });
|
|
7422
7865
|
})();
|
|
7423
7866
|
|
|
7424
7867
|
var IgoEntityModule = /** @class */ (function () {
|
|
@@ -8186,7 +8629,7 @@
|
|
|
8186
8629
|
if (rf & 2) {
|
|
8187
8630
|
i0__namespace.ɵɵproperty("ngIf", ctx.showTourButton);
|
|
8188
8631
|
}
|
|
8189
|
-
}, directives: [i1__namespace$1.NgIf, i4__namespace$
|
|
8632
|
+
}, directives: [i1__namespace$1.NgIf, i4__namespace$1.MatButton, i1__namespace$1.NgClass, i5__namespace$1.MatIcon, i6__namespace.MatTooltip], pipes: [i6__namespace$1.TranslatePipe, i1__namespace$1.AsyncPipe], styles: [".shepherd-has-title .shepherd-content .shepherd-header{padding:.5em .75em}.shepherd-title{margin:0!important;font-weight:revert!important}.shepherd-progress{margin-right:15px;color:#737373}.shepherd-text{font-size:14px!important}.shepherd-element{border:1px solid;border-color:#474747;box-shadow:4px 5px #65656599}\n"], encapsulation: 2 });
|
|
8190
8633
|
(function () {
|
|
8191
8634
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(InteractiveTourComponent, [{
|
|
8192
8635
|
type: i0.Component,
|
|
@@ -8214,8 +8657,8 @@
|
|
|
8214
8657
|
IgoInteractiveTourModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoInteractiveTourModule });
|
|
8215
8658
|
IgoInteractiveTourModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [InteractiveTourService, InteractiveTourLoader], imports: [[
|
|
8216
8659
|
i1$1.CommonModule,
|
|
8217
|
-
i5.MatIconModule,
|
|
8218
|
-
i4$
|
|
8660
|
+
i5$1.MatIconModule,
|
|
8661
|
+
i4$1.MatButtonModule,
|
|
8219
8662
|
i6.MatTooltipModule,
|
|
8220
8663
|
i1$2.IgoLanguageModule
|
|
8221
8664
|
]] });
|
|
@@ -8226,8 +8669,8 @@
|
|
|
8226
8669
|
declarations: [InteractiveTourComponent],
|
|
8227
8670
|
imports: [
|
|
8228
8671
|
i1$1.CommonModule,
|
|
8229
|
-
i5.MatIconModule,
|
|
8230
|
-
i4$
|
|
8672
|
+
i5$1.MatIconModule,
|
|
8673
|
+
i4$1.MatButtonModule,
|
|
8231
8674
|
i6.MatTooltipModule,
|
|
8232
8675
|
i1$2.IgoLanguageModule
|
|
8233
8676
|
],
|
|
@@ -8238,8 +8681,8 @@
|
|
|
8238
8681
|
})();
|
|
8239
8682
|
(function () {
|
|
8240
8683
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoInteractiveTourModule, { declarations: [InteractiveTourComponent], imports: [i1$1.CommonModule,
|
|
8241
|
-
i5.MatIconModule,
|
|
8242
|
-
i4$
|
|
8684
|
+
i5$1.MatIconModule,
|
|
8685
|
+
i4$1.MatButtonModule,
|
|
8243
8686
|
i6.MatTooltipModule,
|
|
8244
8687
|
i1$2.IgoLanguageModule], exports: [InteractiveTourComponent] });
|
|
8245
8688
|
})();
|
|
@@ -8415,7 +8858,7 @@
|
|
|
8415
8858
|
i0__namespace.ɵɵadvance(2);
|
|
8416
8859
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0__namespace.ɵɵpureFunction1(3, _c1$3, ctx.data));
|
|
8417
8860
|
}
|
|
8418
|
-
}, directives: [i1__namespace$8.MatDialogTitle, i1__namespace$8.MatDialogContent, i1__namespace$1.NgTemplateOutlet, i1__namespace$8.MatDialogActions, i4__namespace$
|
|
8861
|
+
}, directives: [i1__namespace$8.MatDialogTitle, i1__namespace$8.MatDialogContent, i1__namespace$1.NgTemplateOutlet, i1__namespace$8.MatDialogActions, i4__namespace$1.MatButton, i1__namespace$1.NgForOf, i1__namespace$1.NgIf], pipes: [KeyValuePipe], encapsulation: 2 });
|
|
8419
8862
|
(function () {
|
|
8420
8863
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(JsonDialogComponent, [{
|
|
8421
8864
|
type: i0.Component,
|
|
@@ -8461,19 +8904,19 @@
|
|
|
8461
8904
|
}());
|
|
8462
8905
|
IgoJsonDialogModule.ɵfac = function IgoJsonDialogModule_Factory(t) { return new (t || IgoJsonDialogModule)(); };
|
|
8463
8906
|
IgoJsonDialogModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoJsonDialogModule });
|
|
8464
|
-
IgoJsonDialogModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [JsonDialogService], imports: [[i1$1.CommonModule, i4$
|
|
8907
|
+
IgoJsonDialogModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [JsonDialogService], imports: [[i1$1.CommonModule, i4$1.MatButtonModule, i1$8.MatDialogModule, IgoKeyValueModule]] });
|
|
8465
8908
|
(function () {
|
|
8466
8909
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoJsonDialogModule, [{
|
|
8467
8910
|
type: i0.NgModule,
|
|
8468
8911
|
args: [{
|
|
8469
|
-
imports: [i1$1.CommonModule, i4$
|
|
8912
|
+
imports: [i1$1.CommonModule, i4$1.MatButtonModule, i1$8.MatDialogModule, IgoKeyValueModule],
|
|
8470
8913
|
exports: [JsonDialogComponent],
|
|
8471
8914
|
declarations: [JsonDialogComponent],
|
|
8472
8915
|
providers: [JsonDialogService]
|
|
8473
8916
|
}]
|
|
8474
8917
|
}], null, null);
|
|
8475
8918
|
})();
|
|
8476
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoJsonDialogModule, { declarations: [JsonDialogComponent], imports: [i1$1.CommonModule, i4$
|
|
8919
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoJsonDialogModule, { declarations: [JsonDialogComponent], imports: [i1$1.CommonModule, i4$1.MatButtonModule, i1$8.MatDialogModule, IgoKeyValueModule], exports: [JsonDialogComponent] }); })();
|
|
8477
8920
|
|
|
8478
8921
|
var ListItemDirective = /** @class */ (function () {
|
|
8479
8922
|
function ListItemDirective(renderer, el) {
|
|
@@ -8962,18 +9405,18 @@
|
|
|
8962
9405
|
}());
|
|
8963
9406
|
IgoListModule.ɵfac = function IgoListModule_Factory(t) { return new (t || IgoListModule)(); };
|
|
8964
9407
|
IgoListModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoListModule });
|
|
8965
|
-
IgoListModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[i1$1.CommonModule, i5.MatIconModule, i1$6.MatListModule, IgoClickoutModule]] });
|
|
9408
|
+
IgoListModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[i1$1.CommonModule, i5$1.MatIconModule, i1$6.MatListModule, IgoClickoutModule]] });
|
|
8966
9409
|
(function () {
|
|
8967
9410
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoListModule, [{
|
|
8968
9411
|
type: i0.NgModule,
|
|
8969
9412
|
args: [{
|
|
8970
|
-
imports: [i1$1.CommonModule, i5.MatIconModule, i1$6.MatListModule, IgoClickoutModule],
|
|
9413
|
+
imports: [i1$1.CommonModule, i5$1.MatIconModule, i1$6.MatListModule, IgoClickoutModule],
|
|
8971
9414
|
declarations: [ListItemDirective, ListComponent],
|
|
8972
9415
|
exports: [ListItemDirective, ListComponent]
|
|
8973
9416
|
}]
|
|
8974
9417
|
}], null, null);
|
|
8975
9418
|
})();
|
|
8976
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoListModule, { declarations: [ListItemDirective, ListComponent], imports: [i1$1.CommonModule, i5.MatIconModule, i1$6.MatListModule, IgoClickoutModule], exports: [ListItemDirective, ListComponent] }); })();
|
|
9419
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoListModule, { declarations: [ListItemDirective, ListComponent], imports: [i1$1.CommonModule, i5$1.MatIconModule, i1$6.MatListModule, IgoClickoutModule], exports: [ListItemDirective, ListComponent] }); })();
|
|
8977
9420
|
|
|
8978
9421
|
function PanelComponent_div_0_Template(rf, ctx) {
|
|
8979
9422
|
if (rf & 1) {
|
|
@@ -9645,7 +10088,7 @@
|
|
|
9645
10088
|
TableComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: TableComponent, selectors: [["igo-table"]], viewQuery: function TableComponent_Query(rf, ctx) {
|
|
9646
10089
|
if (rf & 1) {
|
|
9647
10090
|
i0__namespace.ɵɵviewQuery(_c0$1, 5);
|
|
9648
|
-
i0__namespace.ɵɵviewQuery(
|
|
10091
|
+
i0__namespace.ɵɵviewQuery(i5.MatSort, 7);
|
|
9649
10092
|
}
|
|
9650
10093
|
if (rf & 2) {
|
|
9651
10094
|
var _t = void 0;
|
|
@@ -9685,7 +10128,7 @@
|
|
|
9685
10128
|
i0__namespace.ɵɵadvance(1);
|
|
9686
10129
|
i0__namespace.ɵɵproperty("matRowDefColumns", ctx.displayedColumns);
|
|
9687
10130
|
}
|
|
9688
|
-
}, directives: [i1__namespace$1.NgIf,
|
|
10131
|
+
}, directives: [i1__namespace$1.NgIf, i4__namespace.MatTable, i5__namespace.MatSort, i4__namespace.MatColumnDef, i4__namespace.MatHeaderCellDef, i4__namespace.MatCellDef, i1__namespace$1.NgForOf, i4__namespace.MatHeaderRowDef, i4__namespace.MatRowDef, i1__namespace.MatFormField, i2__namespace$3.MatInput, i4__namespace.MatHeaderCell, i7__namespace.MatCheckbox, i4__namespace.MatCell, i5__namespace.MatSortHeader, i1__namespace$1.NgClass, i4__namespace$1.MatButton, i5__namespace$1.MatIcon, i4__namespace.MatHeaderRow, i4__namespace.MatRow], pipes: [i6__namespace$1.TranslatePipe], styles: ["[_nghost-%COMP%]{width:100%;height:100%;display:block}.table-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;overflow:auto;flex:1 1 auto}.table-box[_ngcontent-%COMP%]{height:100%;display:flex;flex-direction:column}.table-header[_ngcontent-%COMP%]{min-height:64px;max-width:500px;display:flex;flex:0 1 auto;align-items:baseline;padding:8px 24px 0;font-size:20px;justify-content:space-between}tr[mat-header-row][_ngcontent-%COMP%], tr[mat-row][_ngcontent-%COMP%]{height:60px}.mat-cell-text[_ngcontent-%COMP%]{overflow:hidden;word-wrap:break-word}td[mat-cell][_ngcontent-%COMP%]{padding-right:15px}th.mat-header-cell[_ngcontent-%COMP%]{padding-right:5px}button[_ngcontent-%COMP%]{margin-right:10px}"] });
|
|
9689
10132
|
(function () {
|
|
9690
10133
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableComponent, [{
|
|
9691
10134
|
type: i0.Component,
|
|
@@ -9707,7 +10150,7 @@
|
|
|
9707
10150
|
args: ['filter']
|
|
9708
10151
|
}], sort: [{
|
|
9709
10152
|
type: i0.ViewChild,
|
|
9710
|
-
args: [
|
|
10153
|
+
args: [i5.MatSort, { static: true }]
|
|
9711
10154
|
}] });
|
|
9712
10155
|
})();
|
|
9713
10156
|
|
|
@@ -9726,15 +10169,15 @@
|
|
|
9726
10169
|
IgoTableModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoTableModule });
|
|
9727
10170
|
IgoTableModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
9728
10171
|
i1$1.CommonModule,
|
|
9729
|
-
|
|
10172
|
+
i1$5.FormsModule,
|
|
9730
10173
|
table.CdkTableModule,
|
|
9731
|
-
i5.MatIconModule,
|
|
9732
|
-
i4$
|
|
9733
|
-
|
|
10174
|
+
i5$1.MatIconModule,
|
|
10175
|
+
i4$1.MatButtonModule,
|
|
10176
|
+
i4.MatTableModule,
|
|
9734
10177
|
i1.MatFormFieldModule,
|
|
9735
10178
|
i2$3.MatInputModule,
|
|
9736
|
-
|
|
9737
|
-
|
|
10179
|
+
i5.MatSortModule,
|
|
10180
|
+
i7.MatCheckboxModule,
|
|
9738
10181
|
i1$2.IgoLanguageModule
|
|
9739
10182
|
]] });
|
|
9740
10183
|
(function () {
|
|
@@ -9743,15 +10186,15 @@
|
|
|
9743
10186
|
args: [{
|
|
9744
10187
|
imports: [
|
|
9745
10188
|
i1$1.CommonModule,
|
|
9746
|
-
|
|
10189
|
+
i1$5.FormsModule,
|
|
9747
10190
|
table.CdkTableModule,
|
|
9748
|
-
i5.MatIconModule,
|
|
9749
|
-
i4$
|
|
9750
|
-
|
|
10191
|
+
i5$1.MatIconModule,
|
|
10192
|
+
i4$1.MatButtonModule,
|
|
10193
|
+
i4.MatTableModule,
|
|
9751
10194
|
i1.MatFormFieldModule,
|
|
9752
10195
|
i2$3.MatInputModule,
|
|
9753
|
-
|
|
9754
|
-
|
|
10196
|
+
i5.MatSortModule,
|
|
10197
|
+
i7.MatCheckboxModule,
|
|
9755
10198
|
i1$2.IgoLanguageModule
|
|
9756
10199
|
],
|
|
9757
10200
|
declarations: [TableComponent],
|
|
@@ -9761,15 +10204,15 @@
|
|
|
9761
10204
|
})();
|
|
9762
10205
|
(function () {
|
|
9763
10206
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoTableModule, { declarations: [TableComponent], imports: [i1$1.CommonModule,
|
|
9764
|
-
|
|
10207
|
+
i1$5.FormsModule,
|
|
9765
10208
|
table.CdkTableModule,
|
|
9766
|
-
i5.MatIconModule,
|
|
9767
|
-
i4$
|
|
9768
|
-
|
|
10209
|
+
i5$1.MatIconModule,
|
|
10210
|
+
i4$1.MatButtonModule,
|
|
10211
|
+
i4.MatTableModule,
|
|
9769
10212
|
i1.MatFormFieldModule,
|
|
9770
10213
|
i2$3.MatInputModule,
|
|
9771
|
-
|
|
9772
|
-
|
|
10214
|
+
i5.MatSortModule,
|
|
10215
|
+
i7.MatCheckboxModule,
|
|
9773
10216
|
i1$2.IgoLanguageModule], exports: [TableComponent] });
|
|
9774
10217
|
})();
|
|
9775
10218
|
|
|
@@ -10403,14 +10846,14 @@
|
|
|
10403
10846
|
return WorkspaceSelectorComponent;
|
|
10404
10847
|
}());
|
|
10405
10848
|
WorkspaceSelectorComponent.ɵfac = function WorkspaceSelectorComponent_Factory(t) { return new (t || WorkspaceSelectorComponent)(); };
|
|
10406
|
-
WorkspaceSelectorComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: WorkspaceSelectorComponent, selectors: [["igo-workspace-selector"]], inputs: { store: "store" }, outputs: { selectedChange: "selectedChange" }, decls: 1, vars:
|
|
10849
|
+
WorkspaceSelectorComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: WorkspaceSelectorComponent, selectors: [["igo-workspace-selector"]], inputs: { store: "store", disabled: "disabled" }, outputs: { selectedChange: "selectedChange" }, decls: 1, vars: 4, consts: [[3, "store", "multi", "titleAccessor", "disabled", "selectedChange"]], template: function WorkspaceSelectorComponent_Template(rf, ctx) {
|
|
10407
10850
|
if (rf & 1) {
|
|
10408
10851
|
i0__namespace.ɵɵelementStart(0, "igo-entity-selector", 0);
|
|
10409
10852
|
i0__namespace.ɵɵlistener("selectedChange", function WorkspaceSelectorComponent_Template_igo_entity_selector_selectedChange_0_listener($event) { return ctx.onSelectedChange($event); });
|
|
10410
10853
|
i0__namespace.ɵɵelementEnd();
|
|
10411
10854
|
}
|
|
10412
10855
|
if (rf & 2) {
|
|
10413
|
-
i0__namespace.ɵɵproperty("store", ctx.store)("multi", false)("titleAccessor", ctx.getWorkspaceTitle);
|
|
10856
|
+
i0__namespace.ɵɵproperty("store", ctx.store)("multi", false)("titleAccessor", ctx.getWorkspaceTitle)("disabled", ctx.disabled);
|
|
10414
10857
|
}
|
|
10415
10858
|
}, directives: [EntitySelectorComponent], styles: ["igo-entity-selector[_ngcontent-%COMP%] mat-form-field .mat-form-field-infix{padding:0}igo-entity-selector[_ngcontent-%COMP%] mat-form-field .mat-form-field-wrapper{padding-bottom:1.75em}"], changeDetection: 0 });
|
|
10416
10859
|
(function () {
|
|
@@ -10424,6 +10867,8 @@
|
|
|
10424
10867
|
}]
|
|
10425
10868
|
}], null, { store: [{
|
|
10426
10869
|
type: i0.Input
|
|
10870
|
+
}], disabled: [{
|
|
10871
|
+
type: i0.Input
|
|
10427
10872
|
}], selectedChange: [{
|
|
10428
10873
|
type: i0.Output
|
|
10429
10874
|
}] });
|