@igo2/common 1.10.0 → 1.12.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 +833 -254
- package/bundles/igo2-common.umd.js.map +1 -1
- package/esm2015/lib/action/action.module.js +1 -1
- package/esm2015/lib/action/actionbar/actionbar-item.component.js +1 -1
- package/esm2015/lib/action/actionbar/actionbar.component.js +1 -1
- package/esm2015/lib/action/actionbar/actionbar.module.js +1 -1
- package/esm2015/lib/action/index.js +1 -1
- package/esm2015/lib/action/shared/action.enums.js +1 -1
- package/esm2015/lib/action/shared/action.interfaces.js +1 -1
- package/esm2015/lib/action/shared/index.js +1 -1
- package/esm2015/lib/action/shared/store.js +1 -1
- package/esm2015/lib/backdrop/backdrop.component.js +1 -1
- package/esm2015/lib/backdrop/backdrop.module.js +1 -1
- package/esm2015/lib/backdrop/index.js +1 -1
- package/esm2015/lib/badge-icon/badge-icon.directive.js +1 -1
- package/esm2015/lib/badge-icon/badge-icon.module.js +1 -1
- package/esm2015/lib/badge-icon/index.js +1 -1
- package/esm2015/lib/clickout/clickout.directive.js +1 -1
- package/esm2015/lib/clickout/clickout.module.js +1 -1
- package/esm2015/lib/clickout/index.js +1 -1
- package/esm2015/lib/clone/clone.module.js +1 -1
- package/esm2015/lib/clone/clone.pipe.js +1 -1
- package/esm2015/lib/clone/index.js +1 -1
- package/esm2015/lib/collapsible/collapse.directive.js +1 -1
- package/esm2015/lib/collapsible/collapsible.component.js +1 -1
- package/esm2015/lib/collapsible/collapsible.module.js +1 -1
- package/esm2015/lib/collapsible/index.js +1 -1
- package/esm2015/lib/confirm-dialog/confirm-dialog.component.js +1 -1
- package/esm2015/lib/confirm-dialog/confirm-dialog.module.js +1 -1
- package/esm2015/lib/confirm-dialog/confirm-dialog.service.js +1 -1
- package/esm2015/lib/confirm-dialog/index.js +1 -1
- package/esm2015/lib/context-menu/context-menu.directive.js +1 -1
- package/esm2015/lib/context-menu/context-menu.module.js +1 -1
- package/esm2015/lib/context-menu/index.js +1 -1
- package/esm2015/lib/custom-html/custom-html.component.js +1 -1
- package/esm2015/lib/custom-html/custom-html.module.js +1 -1
- package/esm2015/lib/custom-html/custom-html.pipe.js +1 -1
- package/esm2015/lib/custom-html/index.js +1 -1
- package/esm2015/lib/dom/dom.interfaces.js +2 -0
- package/esm2015/lib/dom/dom.module.js +23 -0
- package/esm2015/lib/dom/dom.service.js +33 -0
- package/esm2015/lib/dom/index.js +3 -0
- package/esm2015/lib/drag-drop/drag-drop.module.js +1 -1
- package/esm2015/lib/drag-drop/index.js +1 -1
- package/esm2015/lib/dynamic-component/dynamic-component.module.js +1 -1
- package/esm2015/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.js +5 -2
- package/esm2015/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.js +1 -1
- package/esm2015/lib/dynamic-component/index.js +1 -1
- package/esm2015/lib/dynamic-component/shared/dynamic-component.interfaces.js +1 -1
- package/esm2015/lib/dynamic-component/shared/dynamic-component.js +1 -1
- package/esm2015/lib/dynamic-component/shared/dynamic-component.service.js +1 -1
- package/esm2015/lib/dynamic-component/shared/index.js +1 -1
- package/esm2015/lib/entity/entity-selector/entity-selector.component.js +1 -1
- package/esm2015/lib/entity/entity-selector/entity-selector.module.js +1 -1
- package/esm2015/lib/entity/entity-table/entity-table-row.directive.js +1 -1
- package/esm2015/lib/entity/entity-table/entity-table.component.js +563 -116
- package/esm2015/lib/entity/entity-table/entity-table.module.js +31 -4
- package/esm2015/lib/entity/entity-table-paginator/entity-table-paginator.component.js +1 -1
- package/esm2015/lib/entity/entity-table-paginator/entity-table-paginator.interface.js +1 -1
- package/esm2015/lib/entity/entity-table-paginator/entity-table-paginator.module.js +1 -1
- package/esm2015/lib/entity/entity.module.js +1 -1
- package/esm2015/lib/entity/index.js +1 -1
- package/esm2015/lib/entity/shared/entity.enums.js +2 -1
- package/esm2015/lib/entity/shared/entity.interfaces.js +1 -1
- package/esm2015/lib/entity/shared/entity.utils.js +1 -1
- package/esm2015/lib/entity/shared/index.js +1 -1
- package/esm2015/lib/entity/shared/state.js +1 -1
- package/esm2015/lib/entity/shared/store.js +1 -1
- package/esm2015/lib/entity/shared/strategies/filter-custom-function.js +1 -1
- package/esm2015/lib/entity/shared/strategies/filter-selection.js +1 -1
- package/esm2015/lib/entity/shared/strategies/index.js +1 -1
- package/esm2015/lib/entity/shared/strategies/strategy.js +1 -1
- package/esm2015/lib/entity/shared/transaction.js +1 -1
- package/esm2015/lib/entity/shared/view.js +1 -1
- package/esm2015/lib/entity/shared/watcher.js +1 -1
- package/esm2015/lib/flexible/flexible.component.js +1 -1
- package/esm2015/lib/flexible/flexible.module.js +1 -1
- package/esm2015/lib/flexible/flexible.type.js +1 -1
- package/esm2015/lib/flexible/index.js +1 -1
- package/esm2015/lib/form/form/form.component.js +1 -1
- package/esm2015/lib/form/form/form.module.js +1 -1
- package/esm2015/lib/form/form-field/form-field-select.component.js +1 -1
- package/esm2015/lib/form/form-field/form-field-text.component.js +1 -1
- package/esm2015/lib/form/form-field/form-field-textarea.component.js +1 -1
- package/esm2015/lib/form/form-field/form-field.component.js +1 -1
- package/esm2015/lib/form/form-field/form-field.module.js +1 -1
- package/esm2015/lib/form/form-field/index.js +1 -1
- package/esm2015/lib/form/form-group/form-group.component.js +1 -1
- package/esm2015/lib/form/form-group/form-group.module.js +1 -1
- package/esm2015/lib/form/form.module.js +1 -1
- package/esm2015/lib/form/index.js +1 -1
- package/esm2015/lib/form/shared/form-field-component.js +1 -1
- package/esm2015/lib/form/shared/form-field.service.js +1 -1
- package/esm2015/lib/form/shared/form.interfaces.js +1 -1
- package/esm2015/lib/form/shared/form.service.js +9 -5
- package/esm2015/lib/form/shared/form.utils.js +1 -1
- package/esm2015/lib/form/shared/index.js +1 -1
- package/esm2015/lib/home-button/home-button.component.js +1 -1
- package/esm2015/lib/home-button/home-button.module.js +1 -1
- package/esm2015/lib/home-button/index.js +1 -1
- package/esm2015/lib/image/image.module.js +1 -1
- package/esm2015/lib/image/index.js +1 -1
- package/esm2015/lib/image/secure-image.pipe.js +11 -4
- package/esm2015/lib/interactive-tour/index.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.component.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.interface.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.loader.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.module.js +1 -1
- package/esm2015/lib/interactive-tour/interactive-tour.service.js +1 -1
- package/esm2015/lib/json-dialog/index.js +1 -1
- package/esm2015/lib/json-dialog/json-dialog.component.js +1 -1
- package/esm2015/lib/json-dialog/json-dialog.module.js +1 -1
- package/esm2015/lib/json-dialog/json-dialog.service.js +1 -1
- package/esm2015/lib/keyvalue/index.js +1 -1
- package/esm2015/lib/keyvalue/keyvalue.module.js +1 -1
- package/esm2015/lib/keyvalue/keyvalue.pipe.js +1 -1
- package/esm2015/lib/list/index.js +1 -1
- package/esm2015/lib/list/list-item.directive.js +1 -1
- package/esm2015/lib/list/list.component.js +1 -1
- package/esm2015/lib/list/list.module.js +1 -1
- package/esm2015/lib/panel/index.js +1 -1
- package/esm2015/lib/panel/panel.component.js +1 -1
- package/esm2015/lib/panel/panel.module.js +1 -1
- package/esm2015/lib/sidenav/index.js +1 -1
- package/esm2015/lib/sidenav/sidenav-shim.directive.js +1 -1
- package/esm2015/lib/sidenav/sidenav.module.js +1 -1
- package/esm2015/lib/spinner/index.js +1 -1
- package/esm2015/lib/spinner/spinner-activity.directive.js +1 -1
- package/esm2015/lib/spinner/spinner.component.js +1 -1
- package/esm2015/lib/spinner/spinner.module.js +1 -1
- package/esm2015/lib/stop-propagation/index.js +1 -1
- package/esm2015/lib/stop-propagation/stop-drop-propagation.directive.js +1 -1
- package/esm2015/lib/stop-propagation/stop-propagation.directive.js +1 -1
- package/esm2015/lib/stop-propagation/stop-propagation.module.js +1 -1
- package/esm2015/lib/table/index.js +1 -1
- package/esm2015/lib/table/table-action-color.enum.js +1 -1
- package/esm2015/lib/table/table-database.js +1 -1
- package/esm2015/lib/table/table-datasource.js +1 -1
- package/esm2015/lib/table/table-model.interface.js +1 -1
- package/esm2015/lib/table/table.component.js +1 -1
- package/esm2015/lib/table/table.module.js +1 -1
- package/esm2015/lib/tool/index.js +1 -1
- package/esm2015/lib/tool/shared/index.js +1 -1
- package/esm2015/lib/tool/shared/tool-component.js +1 -1
- package/esm2015/lib/tool/shared/tool.interface.js +1 -1
- package/esm2015/lib/tool/shared/tool.service.js +1 -1
- package/esm2015/lib/tool/shared/toolbox.enums.js +1 -1
- package/esm2015/lib/tool/shared/toolbox.js +1 -1
- package/esm2015/lib/tool/tool.module.js +1 -1
- package/esm2015/lib/tool/toolbox/toolbox.animation.js +1 -1
- package/esm2015/lib/tool/toolbox/toolbox.component.js +1 -1
- package/esm2015/lib/tool/toolbox/toolbox.module.js +1 -1
- package/esm2015/lib/widget/index.js +1 -1
- package/esm2015/lib/widget/shared/index.js +1 -1
- package/esm2015/lib/widget/shared/widget.interfaces.js +1 -1
- package/esm2015/lib/widget/shared/widget.js +1 -1
- package/esm2015/lib/widget/shared/widget.service.js +1 -1
- package/esm2015/lib/widget/widget-outlet/widget-outlet.component.js +1 -1
- package/esm2015/lib/widget/widget-outlet/widget-outlet.module.js +1 -1
- package/esm2015/lib/widget/widget.module.js +1 -1
- package/esm2015/lib/workspace/index.js +1 -1
- package/esm2015/lib/workspace/shared/index.js +1 -1
- package/esm2015/lib/workspace/shared/store.js +1 -1
- package/esm2015/lib/workspace/shared/workspace.interfaces.js +1 -1
- package/esm2015/lib/workspace/shared/workspace.js +1 -1
- package/esm2015/lib/workspace/workspace-selector/workspace-selector.component.js +5 -3
- package/esm2015/lib/workspace/workspace-selector/workspace-selector.module.js +1 -1
- package/esm2015/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.js +1 -1
- package/esm2015/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.js +1 -1
- package/esm2015/lib/workspace/workspace.module.js +1 -1
- package/esm2015/public_api.js +3 -1
- package/fesm2015/igo2-common.js +675 -151
- package/fesm2015/igo2-common.js.map +1 -1
- package/lib/dom/dom.interfaces.d.ts +10 -0
- package/lib/dom/dom.module.d.ts +8 -0
- package/lib/dom/dom.service.d.ts +10 -0
- package/lib/dom/index.d.ts +2 -0
- 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 +24 -0
- package/lib/image/secure-image.pipe.d.ts +3 -1
- package/lib/workspace/workspace-selector/workspace-selector.component.d.ts +5 -1
- package/package.json +3 -3
- package/public_api.d.ts +2 -0
- package/style/common.theming.scss +12 -12
- package/style/partial/action.scss +18 -18
- package/style/partial/common.variables.scss +8 -8
|
@@ -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,
|
|
@@ -2545,14 +2550,20 @@
|
|
|
2545
2550
|
})();
|
|
2546
2551
|
|
|
2547
2552
|
var SecureImagePipe = /** @class */ (function () {
|
|
2548
|
-
function SecureImagePipe(http) {
|
|
2553
|
+
function SecureImagePipe(http, configService) {
|
|
2549
2554
|
this.http = http;
|
|
2555
|
+
this.configService = configService;
|
|
2550
2556
|
}
|
|
2551
2557
|
SecureImagePipe.prototype.transform = function (url) {
|
|
2558
|
+
var _a;
|
|
2552
2559
|
var headers = new i1$3.HttpHeaders({
|
|
2553
2560
|
'Content-Type': 'text/plain',
|
|
2554
2561
|
activityInterceptor: 'false'
|
|
2555
2562
|
});
|
|
2563
|
+
var regexDepot = new RegExp(((_a = this.configService) === null || _a === void 0 ? void 0 : _a.getConfig('depot.url')) + '.*?(?="|$)');
|
|
2564
|
+
if (regexDepot.test(url)) {
|
|
2565
|
+
url = url.match(regexDepot)[0];
|
|
2566
|
+
}
|
|
2556
2567
|
return this.http
|
|
2557
2568
|
.get(url, {
|
|
2558
2569
|
headers: headers,
|
|
@@ -2571,7 +2582,7 @@
|
|
|
2571
2582
|
};
|
|
2572
2583
|
return SecureImagePipe;
|
|
2573
2584
|
}());
|
|
2574
|
-
SecureImagePipe.ɵfac = function SecureImagePipe_Factory(t) { return new (t || SecureImagePipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace$3.HttpClient, 16)); };
|
|
2585
|
+
SecureImagePipe.ɵfac = function SecureImagePipe_Factory(t) { return new (t || SecureImagePipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace$3.HttpClient, 16), i0__namespace.ɵɵdirectiveInject(i1__namespace$2.ConfigService, 16)); };
|
|
2575
2586
|
SecureImagePipe.ɵpipe = /*@__PURE__*/ i0__namespace.ɵɵdefinePipe({ name: "secureImage", type: SecureImagePipe, pure: true });
|
|
2576
2587
|
__decorate([
|
|
2577
2588
|
tsCacheable.Cacheable({
|
|
@@ -2584,7 +2595,7 @@
|
|
|
2584
2595
|
args: [{
|
|
2585
2596
|
name: 'secureImage'
|
|
2586
2597
|
}]
|
|
2587
|
-
}], function () { return [{ type: i1__namespace$3.HttpClient }]; }, { transform: [] });
|
|
2598
|
+
}], function () { return [{ type: i1__namespace$3.HttpClient }, { type: i1__namespace$2.ConfigService }]; }, { transform: [] });
|
|
2588
2599
|
})();
|
|
2589
2600
|
|
|
2590
2601
|
var SanitizeHtmlPipe = /** @class */ (function () {
|
|
@@ -2670,6 +2681,7 @@
|
|
|
2670
2681
|
}
|
|
2671
2682
|
if (rf & 2) {
|
|
2672
2683
|
var column_r16 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2684
|
+
i0__namespace.ɵɵproperty("matTooltip", column_r16.tooltip ? column_r16.tooltip : undefined);
|
|
2673
2685
|
i0__namespace.ɵɵadvance(1);
|
|
2674
2686
|
i0__namespace.ɵɵtextInterpolate1(" ", column_r16.title, " ");
|
|
2675
2687
|
}
|
|
@@ -2677,18 +2689,19 @@
|
|
|
2677
2689
|
function EntityTableComponent_ng_container_5_ng_container_1_Template(rf, ctx) {
|
|
2678
2690
|
if (rf & 1) {
|
|
2679
2691
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2680
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_1_th_1_Template, 2,
|
|
2692
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_1_th_1_Template, 2, 2, "th", 15);
|
|
2681
2693
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2682
2694
|
}
|
|
2683
2695
|
}
|
|
2684
2696
|
function EntityTableComponent_ng_container_5_ng_container_2_th_1_Template(rf, ctx) {
|
|
2685
2697
|
if (rf & 1) {
|
|
2686
|
-
i0__namespace.ɵɵelementStart(0, "th",
|
|
2698
|
+
i0__namespace.ɵɵelementStart(0, "th", 18);
|
|
2687
2699
|
i0__namespace.ɵɵtext(1);
|
|
2688
2700
|
i0__namespace.ɵɵelementEnd();
|
|
2689
2701
|
}
|
|
2690
2702
|
if (rf & 2) {
|
|
2691
2703
|
var column_r16 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2704
|
+
i0__namespace.ɵɵproperty("matTooltip", column_r16.tooltip ? column_r16.tooltip : undefined);
|
|
2692
2705
|
i0__namespace.ɵɵadvance(1);
|
|
2693
2706
|
i0__namespace.ɵɵtextInterpolate1(" ", column_r16.title, " ");
|
|
2694
2707
|
}
|
|
@@ -2696,13 +2709,13 @@
|
|
|
2696
2709
|
function EntityTableComponent_ng_container_5_ng_container_2_Template(rf, ctx) {
|
|
2697
2710
|
if (rf & 1) {
|
|
2698
2711
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
2699
|
-
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_2_th_1_Template, 2,
|
|
2712
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_2_th_1_Template, 2, 2, "th", 17);
|
|
2700
2713
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2701
2714
|
}
|
|
2702
2715
|
}
|
|
2703
2716
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_td_1_Template(rf, ctx) {
|
|
2704
2717
|
if (rf & 1) {
|
|
2705
|
-
i0__namespace.ɵɵelementStart(0, "td",
|
|
2718
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
2706
2719
|
i0__namespace.ɵɵtext(1);
|
|
2707
2720
|
i0__namespace.ɵɵelementEnd();
|
|
2708
2721
|
}
|
|
@@ -2717,7 +2730,7 @@
|
|
|
2717
2730
|
}
|
|
2718
2731
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_img_2_Template(rf, ctx) {
|
|
2719
2732
|
if (rf & 1) {
|
|
2720
|
-
i0__namespace.ɵɵelement(0, "img",
|
|
2733
|
+
i0__namespace.ɵɵelement(0, "img", 26);
|
|
2721
2734
|
i0__namespace.ɵɵpipe(1, "async");
|
|
2722
2735
|
i0__namespace.ɵɵpipe(2, "secureImage");
|
|
2723
2736
|
}
|
|
@@ -2742,11 +2755,11 @@
|
|
|
2742
2755
|
}
|
|
2743
2756
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_ng_template_2_Template(rf, ctx) {
|
|
2744
2757
|
if (rf & 1) {
|
|
2745
|
-
i0__namespace.ɵɵelementStart(0, "td",
|
|
2746
|
-
i0__namespace.ɵɵelementStart(1, "a",
|
|
2758
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
2759
|
+
i0__namespace.ɵɵelementStart(1, "a", 23);
|
|
2747
2760
|
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,
|
|
2761
|
+
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);
|
|
2762
|
+
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
2763
|
i0__namespace.ɵɵelementEnd();
|
|
2751
2764
|
i0__namespace.ɵɵelementEnd();
|
|
2752
2765
|
}
|
|
@@ -2765,8 +2778,8 @@
|
|
|
2765
2778
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_Template(rf, ctx) {
|
|
2766
2779
|
if (rf & 1) {
|
|
2767
2780
|
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,
|
|
2781
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_td_1_Template, 2, 2, "td", 20);
|
|
2782
|
+
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
2783
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2771
2784
|
}
|
|
2772
2785
|
if (rf & 2) {
|
|
@@ -2781,13 +2794,13 @@
|
|
|
2781
2794
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_Template(rf, ctx) {
|
|
2782
2795
|
if (rf & 1) {
|
|
2783
2796
|
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",
|
|
2797
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_1_ng_container_1_Template, 4, 2, "ng-container", 19);
|
|
2785
2798
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2786
2799
|
}
|
|
2787
2800
|
}
|
|
2788
2801
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_td_1_Template(rf, ctx) {
|
|
2789
2802
|
if (rf & 1) {
|
|
2790
|
-
i0__namespace.ɵɵelement(0, "td",
|
|
2803
|
+
i0__namespace.ɵɵelement(0, "td", 29);
|
|
2791
2804
|
}
|
|
2792
2805
|
if (rf & 2) {
|
|
2793
2806
|
var record_r47 = i0__namespace.ɵɵnextContext().$implicit;
|
|
@@ -2798,7 +2811,7 @@
|
|
|
2798
2811
|
}
|
|
2799
2812
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_img_2_Template(rf, ctx) {
|
|
2800
2813
|
if (rf & 1) {
|
|
2801
|
-
i0__namespace.ɵɵelement(0, "img",
|
|
2814
|
+
i0__namespace.ɵɵelement(0, "img", 26);
|
|
2802
2815
|
i0__namespace.ɵɵpipe(1, "async");
|
|
2803
2816
|
i0__namespace.ɵɵpipe(2, "secureImage");
|
|
2804
2817
|
}
|
|
@@ -2823,11 +2836,11 @@
|
|
|
2823
2836
|
}
|
|
2824
2837
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_ng_template_2_Template(rf, ctx) {
|
|
2825
2838
|
if (rf & 1) {
|
|
2826
|
-
i0__namespace.ɵɵelementStart(0, "td",
|
|
2827
|
-
i0__namespace.ɵɵelementStart(1, "a",
|
|
2839
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
2840
|
+
i0__namespace.ɵɵelementStart(1, "a", 23);
|
|
2828
2841
|
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,
|
|
2842
|
+
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);
|
|
2843
|
+
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
2844
|
i0__namespace.ɵɵelementEnd();
|
|
2832
2845
|
i0__namespace.ɵɵelementEnd();
|
|
2833
2846
|
}
|
|
@@ -2846,8 +2859,8 @@
|
|
|
2846
2859
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_Template(rf, ctx) {
|
|
2847
2860
|
if (rf & 1) {
|
|
2848
2861
|
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,
|
|
2862
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_td_1_Template, 1, 2, "td", 27);
|
|
2863
|
+
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
2864
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2852
2865
|
}
|
|
2853
2866
|
if (rf & 2) {
|
|
@@ -2862,36 +2875,222 @@
|
|
|
2862
2875
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_Template(rf, ctx) {
|
|
2863
2876
|
if (rf & 1) {
|
|
2864
2877
|
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",
|
|
2878
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_2_ng_container_1_Template, 4, 2, "ng-container", 19);
|
|
2866
2879
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2867
2880
|
}
|
|
2868
2881
|
}
|
|
2882
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_div_1_Template(rf, ctx) {
|
|
2883
|
+
if (rf & 1) {
|
|
2884
|
+
var _r79_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2885
|
+
i0__namespace.ɵɵelementStart(0, "div", 43);
|
|
2886
|
+
i0__namespace.ɵɵelement(1, "mat-datepicker-toggle", 44);
|
|
2887
|
+
i0__namespace.ɵɵelementStart(2, "input", 45);
|
|
2888
|
+
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); });
|
|
2889
|
+
i0__namespace.ɵɵelementEnd();
|
|
2890
|
+
i0__namespace.ɵɵelement(3, "mat-datepicker", null, 46);
|
|
2891
|
+
i0__namespace.ɵɵelementEnd();
|
|
2892
|
+
}
|
|
2893
|
+
if (rf & 2) {
|
|
2894
|
+
var _r76 = i0__namespace.ɵɵreference(4);
|
|
2895
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2896
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2897
|
+
var ctx_r67 = i0__namespace.ɵɵnextContext();
|
|
2898
|
+
i0__namespace.ɵɵadvance(1);
|
|
2899
|
+
i0__namespace.ɵɵproperty("for", _r76);
|
|
2900
|
+
i0__namespace.ɵɵadvance(1);
|
|
2901
|
+
i0__namespace.ɵɵpropertyInterpolate("value", ctx_r67.getValue(record_r63, column_r16));
|
|
2902
|
+
i0__namespace.ɵɵproperty("matDatepicker", _r76)("formControlName", column_r16.name);
|
|
2903
|
+
}
|
|
2904
|
+
}
|
|
2905
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_2_Template(rf, ctx) {
|
|
2906
|
+
if (rf & 1) {
|
|
2907
|
+
var _r85_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2908
|
+
i0__namespace.ɵɵelementStart(0, "input", 47);
|
|
2909
|
+
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); });
|
|
2910
|
+
i0__namespace.ɵɵelementEnd();
|
|
2911
|
+
}
|
|
2912
|
+
if (rf & 2) {
|
|
2913
|
+
var column_r16 = i0__namespace.ɵɵnextContext(5).$implicit;
|
|
2914
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name);
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_3_Template(rf, ctx) {
|
|
2918
|
+
if (rf & 1) {
|
|
2919
|
+
var _r93_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2920
|
+
i0__namespace.ɵɵelementStart(0, "input", 48);
|
|
2921
|
+
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); });
|
|
2922
|
+
i0__namespace.ɵɵelementEnd();
|
|
2923
|
+
}
|
|
2924
|
+
if (rf & 2) {
|
|
2925
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2926
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2927
|
+
var ctx_r69 = i0__namespace.ɵɵnextContext();
|
|
2928
|
+
i0__namespace.ɵɵpropertyInterpolate("step", column_r16.step);
|
|
2929
|
+
i0__namespace.ɵɵpropertyInterpolate("value", ctx_r69.getValue(record_r63, column_r16));
|
|
2930
|
+
i0__namespace.ɵɵpropertyInterpolate("readonly", ctx_r69.getValidationAttributeValue(column_r16, "readonly"));
|
|
2931
|
+
i0__namespace.ɵɵpropertyInterpolate("required", ctx_r69.getValidationAttributeValue(column_r16, "mandatory"));
|
|
2932
|
+
i0__namespace.ɵɵpropertyInterpolate("min", ctx_r69.getValidationAttributeValue(column_r16, "minValue"));
|
|
2933
|
+
i0__namespace.ɵɵpropertyInterpolate("max", ctx_r69.getValidationAttributeValue(column_r16, "maxValue"));
|
|
2934
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name);
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_4_Template(rf, ctx) {
|
|
2938
|
+
if (rf & 1) {
|
|
2939
|
+
var _r99_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2940
|
+
i0__namespace.ɵɵelementStart(0, "input", 49);
|
|
2941
|
+
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); });
|
|
2942
|
+
i0__namespace.ɵɵelementEnd();
|
|
2943
|
+
}
|
|
2944
|
+
if (rf & 2) {
|
|
2945
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2946
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2947
|
+
var ctx_r70 = i0__namespace.ɵɵnextContext();
|
|
2948
|
+
i0__namespace.ɵɵpropertyInterpolate("value", ctx_r70.getValue(record_r63, column_r16));
|
|
2949
|
+
i0__namespace.ɵɵpropertyInterpolate("readonly", ctx_r70.getValidationAttributeValue(column_r16, "readonly"));
|
|
2950
|
+
i0__namespace.ɵɵpropertyInterpolate("required", ctx_r70.getValidationAttributeValue(column_r16, "mandatory"));
|
|
2951
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name);
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2954
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_checkbox_5_Template(rf, ctx) {
|
|
2955
|
+
if (rf & 1) {
|
|
2956
|
+
var _r105_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2957
|
+
i0__namespace.ɵɵelementStart(0, "mat-checkbox", 50);
|
|
2958
|
+
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); });
|
|
2959
|
+
i0__namespace.ɵɵelementEnd();
|
|
2960
|
+
}
|
|
2961
|
+
if (rf & 2) {
|
|
2962
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2963
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2964
|
+
var ctx_r71 = i0__namespace.ɵɵnextContext();
|
|
2965
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name)("checked", ctx_r71.getValue(record_r63, column_r16));
|
|
2966
|
+
}
|
|
2967
|
+
}
|
|
2968
|
+
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) {
|
|
2969
|
+
if (rf & 1) {
|
|
2970
|
+
i0__namespace.ɵɵelementStart(0, "mat-option", 53);
|
|
2971
|
+
i0__namespace.ɵɵtext(1);
|
|
2972
|
+
i0__namespace.ɵɵelementEnd();
|
|
2973
|
+
}
|
|
2974
|
+
if (rf & 2) {
|
|
2975
|
+
var option_r110 = ctx.$implicit;
|
|
2976
|
+
i0__namespace.ɵɵproperty("value", option_r110.id)("disabled", option_r110.disabled);
|
|
2977
|
+
i0__namespace.ɵɵadvance(1);
|
|
2978
|
+
i0__namespace.ɵɵtextInterpolate1(" ", option_r110.value, " ");
|
|
2979
|
+
}
|
|
2980
|
+
}
|
|
2981
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_select_6_Template(rf, ctx) {
|
|
2982
|
+
if (rf & 1) {
|
|
2983
|
+
var _r113_1 = i0__namespace.ɵɵgetCurrentView();
|
|
2984
|
+
i0__namespace.ɵɵelementStart(0, "mat-select", 51);
|
|
2985
|
+
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); });
|
|
2986
|
+
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);
|
|
2987
|
+
i0__namespace.ɵɵelementEnd();
|
|
2988
|
+
}
|
|
2989
|
+
if (rf & 2) {
|
|
2990
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2991
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2992
|
+
var ctx_r72 = i0__namespace.ɵɵnextContext();
|
|
2993
|
+
i0__namespace.ɵɵpropertyInterpolate("required", ctx_r72.getValidationAttributeValue(column_r16, "mandatory"));
|
|
2994
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name)("multiple", column_r16.multiple)("value", ctx_r72.getValue(record_r63, column_r16));
|
|
2995
|
+
i0__namespace.ɵɵadvance(1);
|
|
2996
|
+
i0__namespace.ɵɵproperty("ngForOf", column_r16.domainValues);
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_input_7_Template(rf, ctx) {
|
|
3000
|
+
if (rf & 1) {
|
|
3001
|
+
i0__namespace.ɵɵelement(0, "input", 54);
|
|
3002
|
+
}
|
|
3003
|
+
if (rf & 2) {
|
|
3004
|
+
i0__namespace.ɵɵnextContext();
|
|
3005
|
+
var _r74 = i0__namespace.ɵɵreference(9);
|
|
3006
|
+
var record_r63 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3007
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
3008
|
+
var ctx_r73 = i0__namespace.ɵɵnextContext();
|
|
3009
|
+
i0__namespace.ɵɵpropertyInterpolate("required", ctx_r73.getValidationAttributeValue(column_r16, "mandatory"));
|
|
3010
|
+
i0__namespace.ɵɵpropertyInterpolate("value", ctx_r73.getValue(record_r63, column_r16));
|
|
3011
|
+
i0__namespace.ɵɵproperty("formControlName", column_r16.name)("matAutocomplete", _r74);
|
|
3012
|
+
}
|
|
3013
|
+
}
|
|
3014
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_mat_option_10_Template(rf, ctx) {
|
|
3015
|
+
if (rf & 1) {
|
|
3016
|
+
i0__namespace.ɵɵelementStart(0, "mat-option", 55);
|
|
3017
|
+
i0__namespace.ɵɵtext(1);
|
|
3018
|
+
i0__namespace.ɵɵelementEnd();
|
|
3019
|
+
}
|
|
3020
|
+
if (rf & 2) {
|
|
3021
|
+
var option_r119 = ctx.$implicit;
|
|
3022
|
+
i0__namespace.ɵɵproperty("value", option_r119.id);
|
|
3023
|
+
i0__namespace.ɵɵadvance(1);
|
|
3024
|
+
i0__namespace.ɵɵtextInterpolate1(" ", option_r119.value, " ");
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
2869
3027
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_Template(rf, ctx) {
|
|
2870
3028
|
if (rf & 1) {
|
|
2871
|
-
i0__namespace.ɵɵ
|
|
2872
|
-
i0__namespace.ɵɵ
|
|
3029
|
+
var _r122_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3030
|
+
i0__namespace.ɵɵelementStart(0, "td", 32);
|
|
3031
|
+
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);
|
|
3032
|
+
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);
|
|
3033
|
+
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);
|
|
3034
|
+
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);
|
|
3035
|
+
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);
|
|
3036
|
+
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);
|
|
3037
|
+
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);
|
|
3038
|
+
i0__namespace.ɵɵelementStart(8, "mat-autocomplete", 40, 41);
|
|
3039
|
+
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); });
|
|
3040
|
+
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);
|
|
3041
|
+
i0__namespace.ɵɵpipe(11, "async");
|
|
3042
|
+
i0__namespace.ɵɵelementEnd();
|
|
3043
|
+
i0__namespace.ɵɵelementEnd();
|
|
2873
3044
|
}
|
|
2874
3045
|
if (rf & 2) {
|
|
2875
3046
|
var record_r63 = i0__namespace.ɵɵnextContext().$implicit;
|
|
2876
3047
|
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2877
3048
|
var ctx_r64 = i0__namespace.ɵɵnextContext();
|
|
2878
|
-
i0__namespace.ɵɵproperty("
|
|
3049
|
+
i0__namespace.ɵɵproperty("formGroup", ctx_r64.formGroup)("ngClass", ctx_r64.getCellClass(record_r63, column_r16));
|
|
3050
|
+
i0__namespace.ɵɵadvance(1);
|
|
3051
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "date");
|
|
3052
|
+
i0__namespace.ɵɵadvance(1);
|
|
3053
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "time");
|
|
3054
|
+
i0__namespace.ɵɵadvance(1);
|
|
3055
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "number");
|
|
3056
|
+
i0__namespace.ɵɵadvance(1);
|
|
3057
|
+
i0__namespace.ɵɵproperty("ngIf", !column_r16.type || column_r16.type === "string");
|
|
3058
|
+
i0__namespace.ɵɵadvance(1);
|
|
3059
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "boolean");
|
|
3060
|
+
i0__namespace.ɵɵadvance(1);
|
|
3061
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "list");
|
|
3062
|
+
i0__namespace.ɵɵadvance(1);
|
|
3063
|
+
i0__namespace.ɵɵproperty("ngIf", column_r16.type === "autocomplete");
|
|
3064
|
+
i0__namespace.ɵɵadvance(3);
|
|
3065
|
+
i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(11, 10, ctx_r64.filteredOptions));
|
|
2879
3066
|
}
|
|
2880
3067
|
}
|
|
2881
|
-
function
|
|
3068
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_td_0_Template(rf, ctx) {
|
|
2882
3069
|
if (rf & 1) {
|
|
2883
|
-
i0__namespace.ɵɵelement(0, "
|
|
3070
|
+
i0__namespace.ɵɵelement(0, "td", 29);
|
|
3071
|
+
i0__namespace.ɵɵpipe(1, "sanitizeHtml");
|
|
3072
|
+
}
|
|
3073
|
+
if (rf & 2) {
|
|
3074
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
3075
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
3076
|
+
var ctx_r126 = i0__namespace.ɵɵnextContext();
|
|
3077
|
+
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);
|
|
3078
|
+
}
|
|
3079
|
+
}
|
|
3080
|
+
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) {
|
|
3081
|
+
if (rf & 1) {
|
|
3082
|
+
i0__namespace.ɵɵelement(0, "img", 26);
|
|
2884
3083
|
i0__namespace.ɵɵpipe(1, "async");
|
|
2885
3084
|
i0__namespace.ɵɵpipe(2, "secureImage");
|
|
2886
3085
|
}
|
|
2887
3086
|
if (rf & 2) {
|
|
2888
|
-
var record_r63 = i0__namespace.ɵɵnextContext(
|
|
3087
|
+
var record_r63 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2889
3088
|
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,
|
|
3089
|
+
var ctx_r131 = i0__namespace.ɵɵnextContext();
|
|
3090
|
+
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
3091
|
}
|
|
2893
3092
|
}
|
|
2894
|
-
function
|
|
3093
|
+
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
3094
|
if (rf & 1) {
|
|
2896
3095
|
i0__namespace.ɵɵelementStart(0, "span");
|
|
2897
3096
|
i0__namespace.ɵɵtext(1);
|
|
@@ -2903,137 +3102,169 @@
|
|
|
2903
3102
|
i0__namespace.ɵɵtextInterpolate1("", i0__namespace.ɵɵpipeBind1(2, 1, "igo.geo.targetHtmlUrl"), " ");
|
|
2904
3103
|
}
|
|
2905
3104
|
}
|
|
2906
|
-
function
|
|
3105
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_ng_template_1_Template(rf, ctx) {
|
|
2907
3106
|
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,
|
|
3107
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
3108
|
+
i0__namespace.ɵɵelementStart(1, "a", 23);
|
|
3109
|
+
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(); });
|
|
3110
|
+
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);
|
|
3111
|
+
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
3112
|
i0__namespace.ɵɵelementEnd();
|
|
2914
3113
|
i0__namespace.ɵɵelementEnd();
|
|
2915
3114
|
}
|
|
2916
3115
|
if (rf & 2) {
|
|
2917
|
-
var
|
|
2918
|
-
var record_r63 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3116
|
+
var _r132 = i0__namespace.ɵɵreference(4);
|
|
3117
|
+
var record_r63 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
2919
3118
|
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2920
|
-
var
|
|
2921
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
3119
|
+
var ctx_r128 = i0__namespace.ɵɵnextContext();
|
|
3120
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r128.getCellClass(record_r63, column_r16));
|
|
2922
3121
|
i0__namespace.ɵɵadvance(1);
|
|
2923
|
-
i0__namespace.ɵɵpropertyInterpolate("href",
|
|
3122
|
+
i0__namespace.ɵɵpropertyInterpolate("href", ctx_r128.getValue(record_r63, column_r16), i0__namespace.ɵɵsanitizeUrl);
|
|
2924
3123
|
i0__namespace.ɵɵadvance(1);
|
|
2925
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
3124
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r128.isImg(ctx_r128.getValue(record_r63, column_r16)))("ngIfElse", _r132);
|
|
3125
|
+
}
|
|
3126
|
+
}
|
|
3127
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_ng_template_2_Template(rf, ctx) {
|
|
3128
|
+
if (rf & 1) {
|
|
3129
|
+
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);
|
|
3130
|
+
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);
|
|
3131
|
+
}
|
|
3132
|
+
if (rf & 2) {
|
|
3133
|
+
var _r127 = i0__namespace.ɵɵreference(2);
|
|
3134
|
+
var record_r63 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3135
|
+
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
3136
|
+
var ctx_r66 = i0__namespace.ɵɵnextContext();
|
|
3137
|
+
i0__namespace.ɵɵproperty("ngIf", !ctx_r66.isUrl(ctx_r66.getValue(record_r63, column_r16)))("ngIfElse", _r127);
|
|
2926
3138
|
}
|
|
2927
3139
|
}
|
|
2928
3140
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_Template(rf, ctx) {
|
|
2929
3141
|
if (rf & 1) {
|
|
2930
3142
|
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,
|
|
3143
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_td_1_Template, 12, 12, "td", 30);
|
|
3144
|
+
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
3145
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2934
3146
|
}
|
|
2935
3147
|
if (rf & 2) {
|
|
2936
3148
|
var record_r63 = ctx.$implicit;
|
|
2937
3149
|
var _r65 = i0__namespace.ɵɵreference(3);
|
|
2938
|
-
var
|
|
2939
|
-
var ctx_r62 = i0__namespace.ɵɵnextContext();
|
|
3150
|
+
var ctx_r62 = i0__namespace.ɵɵnextContext(4);
|
|
2940
3151
|
i0__namespace.ɵɵadvance(1);
|
|
2941
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
3152
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r62.isEdition(record_r63))("ngIfElse", _r65);
|
|
2942
3153
|
}
|
|
2943
3154
|
}
|
|
2944
3155
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_Template(rf, ctx) {
|
|
2945
3156
|
if (rf & 1) {
|
|
2946
3157
|
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",
|
|
3158
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_3_ng_container_1_Template, 4, 2, "ng-container", 19);
|
|
2948
3159
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2949
3160
|
}
|
|
2950
3161
|
}
|
|
2951
3162
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_4_td_1_Template(rf, ctx) {
|
|
2952
3163
|
if (rf & 1) {
|
|
2953
|
-
i0__namespace.ɵɵ
|
|
2954
|
-
i0__namespace.ɵɵ
|
|
3164
|
+
var _r145_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3165
|
+
i0__namespace.ɵɵelementStart(0, "td", 22);
|
|
3166
|
+
i0__namespace.ɵɵelementStart(1, "mat-icon", 58);
|
|
3167
|
+
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); });
|
|
3168
|
+
i0__namespace.ɵɵelementEnd();
|
|
2955
3169
|
i0__namespace.ɵɵelementEnd();
|
|
2956
3170
|
}
|
|
2957
3171
|
if (rf & 2) {
|
|
2958
|
-
var
|
|
3172
|
+
var record_r142 = ctx.$implicit;
|
|
2959
3173
|
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
2960
|
-
var
|
|
2961
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
3174
|
+
var ctx_r141 = i0__namespace.ɵɵnextContext();
|
|
3175
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r141.getCellClass(record_r142, column_r16));
|
|
2962
3176
|
i0__namespace.ɵɵadvance(1);
|
|
2963
|
-
i0__namespace.ɵɵpropertyInterpolate("svgIcon",
|
|
3177
|
+
i0__namespace.ɵɵpropertyInterpolate("svgIcon", ctx_r141.getValue(record_r142, column_r16) || column_r16.icon);
|
|
2964
3178
|
}
|
|
2965
3179
|
}
|
|
2966
3180
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_4_Template(rf, ctx) {
|
|
2967
3181
|
if (rf & 1) {
|
|
2968
3182
|
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",
|
|
3183
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_4_td_1_Template, 2, 2, "td", 57);
|
|
2970
3184
|
i0__namespace.ɵɵelementContainerEnd();
|
|
2971
3185
|
}
|
|
2972
3186
|
}
|
|
2973
|
-
function
|
|
3187
|
+
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
3188
|
if (rf & 1) {
|
|
2975
|
-
var
|
|
2976
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
2977
|
-
i0__namespace.ɵɵlistener("
|
|
2978
|
-
i0__namespace.ɵɵelement(1, "mat-icon",
|
|
3189
|
+
var _r156_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3190
|
+
i0__namespace.ɵɵelementStart(0, "button", 62);
|
|
3191
|
+
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); });
|
|
3192
|
+
i0__namespace.ɵɵelement(1, "mat-icon", 63);
|
|
2979
3193
|
i0__namespace.ɵɵelementEnd();
|
|
2980
3194
|
}
|
|
2981
3195
|
if (rf & 2) {
|
|
2982
|
-
var
|
|
2983
|
-
i0__namespace.ɵɵproperty("color",
|
|
3196
|
+
var button_r150 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
3197
|
+
i0__namespace.ɵɵproperty("color", button_r150.color)("disabled", button_r150.disabled);
|
|
2984
3198
|
i0__namespace.ɵɵadvance(1);
|
|
2985
|
-
i0__namespace.ɵɵpropertyInterpolate("svgIcon",
|
|
3199
|
+
i0__namespace.ɵɵpropertyInterpolate("svgIcon", button_r150.icon);
|
|
2986
3200
|
}
|
|
2987
3201
|
}
|
|
2988
|
-
function
|
|
3202
|
+
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
3203
|
if (rf & 1) {
|
|
2990
|
-
var
|
|
2991
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
2992
|
-
i0__namespace.ɵɵlistener("
|
|
2993
|
-
i0__namespace.ɵɵelement(1, "mat-icon",
|
|
3204
|
+
var _r161_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3205
|
+
i0__namespace.ɵɵelementStart(0, "button", 64);
|
|
3206
|
+
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); });
|
|
3207
|
+
i0__namespace.ɵɵelement(1, "mat-icon", 63);
|
|
2994
3208
|
i0__namespace.ɵɵelementEnd();
|
|
2995
3209
|
}
|
|
2996
3210
|
if (rf & 2) {
|
|
2997
|
-
var
|
|
2998
|
-
i0__namespace.ɵɵproperty("color",
|
|
3211
|
+
var button_r150 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
3212
|
+
i0__namespace.ɵɵproperty("color", button_r150.color)("disabled", button_r150.disabled);
|
|
2999
3213
|
i0__namespace.ɵɵadvance(1);
|
|
3000
|
-
i0__namespace.ɵɵpropertyInterpolate("svgIcon",
|
|
3214
|
+
i0__namespace.ɵɵpropertyInterpolate("svgIcon", button_r150.icon);
|
|
3001
3215
|
}
|
|
3002
3216
|
}
|
|
3003
|
-
function
|
|
3217
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_ng_container_1_Template(rf, ctx) {
|
|
3218
|
+
if (rf & 1) {
|
|
3219
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
3220
|
+
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);
|
|
3221
|
+
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);
|
|
3222
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
3223
|
+
}
|
|
3224
|
+
if (rf & 2) {
|
|
3225
|
+
var button_r150 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3226
|
+
i0__namespace.ɵɵadvance(1);
|
|
3227
|
+
i0__namespace.ɵɵproperty("ngIf", button_r150.style === "mat-icon-button");
|
|
3228
|
+
i0__namespace.ɵɵadvance(1);
|
|
3229
|
+
i0__namespace.ɵɵproperty("ngIf", button_r150.style !== "mat-icon-button");
|
|
3230
|
+
}
|
|
3231
|
+
}
|
|
3232
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_span_2_Template(rf, ctx) {
|
|
3004
3233
|
if (rf & 1) {
|
|
3005
3234
|
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);
|
|
3235
|
+
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
3236
|
i0__namespace.ɵɵelementEnd();
|
|
3009
3237
|
}
|
|
3010
3238
|
if (rf & 2) {
|
|
3011
|
-
var
|
|
3012
|
-
i0__namespace.ɵɵ
|
|
3013
|
-
i0__namespace.ɵɵ
|
|
3239
|
+
var button_r150 = ctx.$implicit;
|
|
3240
|
+
var record_r148 = i0__namespace.ɵɵnextContext().$implicit;
|
|
3241
|
+
var ctx_r149 = i0__namespace.ɵɵnextContext(4);
|
|
3014
3242
|
i0__namespace.ɵɵadvance(1);
|
|
3015
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
3243
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r149.isEdition(record_r148) === button_r150.editMode);
|
|
3016
3244
|
}
|
|
3017
3245
|
}
|
|
3018
|
-
function
|
|
3246
|
+
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_Template(rf, ctx) {
|
|
3019
3247
|
if (rf & 1) {
|
|
3020
|
-
i0__namespace.ɵɵ
|
|
3021
|
-
i0__namespace.ɵɵ
|
|
3248
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
3249
|
+
i0__namespace.ɵɵelementStart(1, "td", 22);
|
|
3250
|
+
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
3251
|
i0__namespace.ɵɵelementEnd();
|
|
3252
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
3023
3253
|
}
|
|
3024
3254
|
if (rf & 2) {
|
|
3025
|
-
var
|
|
3255
|
+
var record_r148 = ctx.$implicit;
|
|
3026
3256
|
var column_r16 = i0__namespace.ɵɵnextContext(3).$implicit;
|
|
3027
|
-
var
|
|
3028
|
-
i0__namespace.ɵɵproperty("ngClass", ctx_r81.getCellClass(record_r82, column_r16));
|
|
3257
|
+
var ctx_r147 = i0__namespace.ɵɵnextContext();
|
|
3029
3258
|
i0__namespace.ɵɵadvance(1);
|
|
3030
|
-
i0__namespace.ɵɵproperty("
|
|
3259
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r147.getCellClass(record_r148, column_r16));
|
|
3260
|
+
i0__namespace.ɵɵadvance(1);
|
|
3261
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r147.getValue(record_r148, column_r16));
|
|
3031
3262
|
}
|
|
3032
3263
|
}
|
|
3033
3264
|
function EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_Template(rf, ctx) {
|
|
3034
3265
|
if (rf & 1) {
|
|
3035
3266
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
3036
|
-
i0__namespace.ɵɵtemplate(1,
|
|
3267
|
+
i0__namespace.ɵɵtemplate(1, EntityTableComponent_ng_container_5_ng_container_3_ng_container_5_ng_container_1_Template, 3, 2, "ng-container", 19);
|
|
3037
3268
|
i0__namespace.ɵɵelementContainerEnd();
|
|
3038
3269
|
}
|
|
3039
3270
|
}
|
|
@@ -3084,7 +3315,7 @@
|
|
|
3084
3315
|
}
|
|
3085
3316
|
function EntityTableComponent_tr_6_Template(rf, ctx) {
|
|
3086
3317
|
if (rf & 1) {
|
|
3087
|
-
i0__namespace.ɵɵelement(0, "tr",
|
|
3318
|
+
i0__namespace.ɵɵelement(0, "tr", 65);
|
|
3088
3319
|
}
|
|
3089
3320
|
if (rf & 2) {
|
|
3090
3321
|
var ctx_r3 = i0__namespace.ɵɵnextContext();
|
|
@@ -3093,22 +3324,22 @@
|
|
|
3093
3324
|
}
|
|
3094
3325
|
function EntityTableComponent_tr_7_Template(rf, ctx) {
|
|
3095
3326
|
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(
|
|
3327
|
+
var _r169_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3328
|
+
i0__namespace.ɵɵelementStart(0, "tr", 66);
|
|
3329
|
+
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
3330
|
i0__namespace.ɵɵelementEnd();
|
|
3100
3331
|
}
|
|
3101
3332
|
if (rf & 2) {
|
|
3102
|
-
var
|
|
3333
|
+
var record_r167 = ctx.$implicit;
|
|
3103
3334
|
var ctx_r4 = i0__namespace.ɵɵnextContext();
|
|
3104
|
-
i0__namespace.ɵɵproperty("scrollBehavior", ctx_r4.scrollBehavior)("ngClass", ctx_r4.getRowClass(
|
|
3335
|
+
i0__namespace.ɵɵproperty("scrollBehavior", ctx_r4.scrollBehavior)("ngClass", ctx_r4.getRowClass(record_r167))("selection", ctx_r4.selection)("selected", ctx_r4.rowIsSelected(record_r167));
|
|
3105
3336
|
}
|
|
3106
3337
|
}
|
|
3107
3338
|
function EntityTableComponent_igo_entity_table_paginator_8_Template(rf, ctx) {
|
|
3108
3339
|
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(
|
|
3340
|
+
var _r172_1 = i0__namespace.ɵɵgetCurrentView();
|
|
3341
|
+
i0__namespace.ɵɵelementStart(0, "igo-entity-table-paginator", 67);
|
|
3342
|
+
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
3343
|
i0__namespace.ɵɵelementEnd();
|
|
3113
3344
|
}
|
|
3114
3345
|
if (rf & 2) {
|
|
@@ -3116,10 +3347,20 @@
|
|
|
3116
3347
|
i0__namespace.ɵɵproperty("store", ctx_r5.store)("paginatorOptions", ctx_r5.paginatorOptions)("entitySortChange$", ctx_r5.entitySortChange$);
|
|
3117
3348
|
}
|
|
3118
3349
|
}
|
|
3350
|
+
var moment = moment___namespace;
|
|
3119
3351
|
var EntityTableComponent = /** @class */ (function () {
|
|
3120
|
-
function EntityTableComponent(cdRef) {
|
|
3352
|
+
function EntityTableComponent(cdRef, formBuilder, _focusMonitor, _elementRef, ngControl, _parentForm, _controlName, _defaultErrorStateMatcher, dateAdapter) {
|
|
3121
3353
|
this.cdRef = cdRef;
|
|
3354
|
+
this.formBuilder = formBuilder;
|
|
3355
|
+
this._focusMonitor = _focusMonitor;
|
|
3356
|
+
this._elementRef = _elementRef;
|
|
3357
|
+
this.ngControl = ngControl;
|
|
3358
|
+
this._parentForm = _parentForm;
|
|
3359
|
+
this._controlName = _controlName;
|
|
3360
|
+
this._defaultErrorStateMatcher = _defaultErrorStateMatcher;
|
|
3361
|
+
this.dateAdapter = dateAdapter;
|
|
3122
3362
|
this.entitySortChange$ = new rxjs.BehaviorSubject(false);
|
|
3363
|
+
this.formGroup = new i1$5.FormGroup({});
|
|
3123
3364
|
/**
|
|
3124
3365
|
* Reference to the column renderer types
|
|
3125
3366
|
* @internal
|
|
@@ -3163,7 +3404,8 @@
|
|
|
3163
3404
|
* Data source consumable by the underlying material table
|
|
3164
3405
|
* @internal
|
|
3165
3406
|
*/
|
|
3166
|
-
this.dataSource = new
|
|
3407
|
+
this.dataSource = new i4.MatTableDataSource();
|
|
3408
|
+
this.dateAdapter.setLocale('fr-CA');
|
|
3167
3409
|
}
|
|
3168
3410
|
Object.defineProperty(EntityTableComponent.prototype, "paginator", {
|
|
3169
3411
|
get: function () {
|
|
@@ -3249,6 +3491,123 @@
|
|
|
3249
3491
|
this.handleDatasource();
|
|
3250
3492
|
}
|
|
3251
3493
|
};
|
|
3494
|
+
/**
|
|
3495
|
+
* Process text or number value change (edition)
|
|
3496
|
+
*/
|
|
3497
|
+
EntityTableComponent.prototype.onValueChange = function (column, record, event) {
|
|
3498
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3499
|
+
record.entity.properties[key] = event.target.value;
|
|
3500
|
+
};
|
|
3501
|
+
/**
|
|
3502
|
+
* Process boolean value change (edition)
|
|
3503
|
+
*/
|
|
3504
|
+
EntityTableComponent.prototype.onBooleanValueChange = function (column, record, event) {
|
|
3505
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3506
|
+
record.entity.properties[key] = event.checked;
|
|
3507
|
+
};
|
|
3508
|
+
/**
|
|
3509
|
+
* Process select value change (edition)
|
|
3510
|
+
*/
|
|
3511
|
+
EntityTableComponent.prototype.onSelectValueChange = function (column, record, event) {
|
|
3512
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3513
|
+
record.entity.properties[key] = event.value;
|
|
3514
|
+
};
|
|
3515
|
+
/**
|
|
3516
|
+
* Process autocomplete value change (edition)
|
|
3517
|
+
*/
|
|
3518
|
+
EntityTableComponent.prototype.onAutocompleteValueChange = function (column, record, event) {
|
|
3519
|
+
this.formGroup.controls[column].setValue(event.option.viewValue);
|
|
3520
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3521
|
+
record.entity.properties[key] = event.option.value;
|
|
3522
|
+
};
|
|
3523
|
+
/**
|
|
3524
|
+
* Process date value change (edition)
|
|
3525
|
+
*/
|
|
3526
|
+
EntityTableComponent.prototype.onDateChange = function (column, record, event) {
|
|
3527
|
+
var format = "YYYY-MM-DD";
|
|
3528
|
+
var value = moment(event.value).format(format);
|
|
3529
|
+
var key = this.getColumnKeyWithoutPropertiesTag(column);
|
|
3530
|
+
record.entity.properties[key] = value;
|
|
3531
|
+
};
|
|
3532
|
+
/**
|
|
3533
|
+
* Enable edition mode for one row
|
|
3534
|
+
* More than one row can be edited at the same time
|
|
3535
|
+
*/
|
|
3536
|
+
EntityTableComponent.prototype.enableEdit = function (record) {
|
|
3537
|
+
var _this = this;
|
|
3538
|
+
var item = record.entity.properties || record.entity;
|
|
3539
|
+
this.template.columns.forEach(function (column) {
|
|
3540
|
+
var _a;
|
|
3541
|
+
column.title = ((_a = column.validation) === null || _a === void 0 ? void 0 : _a.mandatory) && !column.title.includes('*') ? column.title + ' *' : column.title;
|
|
3542
|
+
var key = _this.getColumnKeyWithoutPropertiesTag(column.name);
|
|
3543
|
+
if (column.type === 'boolean') {
|
|
3544
|
+
if (!item[key] || item[key] === null) {
|
|
3545
|
+
item[key] = false;
|
|
3546
|
+
}
|
|
3547
|
+
else if (typeof item[key] === 'string') {
|
|
3548
|
+
item[key] = JSON.parse(item[key].toLowerCase());
|
|
3549
|
+
}
|
|
3550
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3551
|
+
}
|
|
3552
|
+
else if (column.type === 'list') {
|
|
3553
|
+
if (column.multiple) {
|
|
3554
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control([item[key]]));
|
|
3555
|
+
}
|
|
3556
|
+
else {
|
|
3557
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3558
|
+
typeof item[key] === 'string' ?
|
|
3559
|
+
_this.formGroup.controls[column.name].setValue(parseInt(item[key])) :
|
|
3560
|
+
_this.formGroup.controls[column.name].setValue(item[key]);
|
|
3561
|
+
}
|
|
3562
|
+
}
|
|
3563
|
+
else if (column.type === 'autocomplete') {
|
|
3564
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3565
|
+
_this.filteredOptions = _this.formGroup.controls[column.name].valueChanges.pipe(operators.map(function (value) {
|
|
3566
|
+
if (value.length) {
|
|
3567
|
+
return column.domainValues.filter(function (option) {
|
|
3568
|
+
var filterNormalized = value ? value.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '') : '';
|
|
3569
|
+
var featureNameNormalized = option.value.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
3570
|
+
return featureNameNormalized.includes(filterNormalized);
|
|
3571
|
+
});
|
|
3572
|
+
}
|
|
3573
|
+
}));
|
|
3574
|
+
var formControlValue_1 = item[key];
|
|
3575
|
+
column.domainValues.forEach(function (option) {
|
|
3576
|
+
if (typeof formControlValue_1 === 'string' && /^\d+$/.test(formControlValue_1)) {
|
|
3577
|
+
formControlValue_1 = parseInt(formControlValue_1);
|
|
3578
|
+
}
|
|
3579
|
+
if (option.value === formControlValue_1 || option.id === formControlValue_1) {
|
|
3580
|
+
formControlValue_1 = option.value;
|
|
3581
|
+
}
|
|
3582
|
+
});
|
|
3583
|
+
_this.formGroup.controls[column.name].setValue(formControlValue_1);
|
|
3584
|
+
if (_this.isEdition(record) && column.linkColumnForce) {
|
|
3585
|
+
var entity = record.entity;
|
|
3586
|
+
_this.formGroup.controls[column.name].setValue(entity === null || entity === void 0 ? void 0 : entity.properties[_this.getColumnKeyWithoutPropertiesTag(column.linkColumnForce)]);
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
else if (column.type === 'date') {
|
|
3590
|
+
if (column.visible) {
|
|
3591
|
+
if (item[key]) {
|
|
3592
|
+
var date = moment(item[key]);
|
|
3593
|
+
item[key] = date.utc().format('YYYY-MM-DD');
|
|
3594
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3595
|
+
}
|
|
3596
|
+
else {
|
|
3597
|
+
var newKey = _this.getColumnKeyWithoutPropertiesTag(column.name);
|
|
3598
|
+
record.entity.properties[newKey] = null;
|
|
3599
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(null));
|
|
3600
|
+
}
|
|
3601
|
+
}
|
|
3602
|
+
}
|
|
3603
|
+
else {
|
|
3604
|
+
_this.formGroup.setControl(column.name, _this.formBuilder.control(item[key]));
|
|
3605
|
+
}
|
|
3606
|
+
if (_this.formGroup.controls[column.name] && _this.getValidationAttributeValue(column, 'readonly')) {
|
|
3607
|
+
_this.formGroup.controls[column.name].disable();
|
|
3608
|
+
}
|
|
3609
|
+
});
|
|
3610
|
+
};
|
|
3252
3611
|
EntityTableComponent.prototype.handleDatasource = function () {
|
|
3253
3612
|
var _this = this;
|
|
3254
3613
|
this.unsubscribeStore();
|
|
@@ -3268,6 +3627,9 @@
|
|
|
3268
3627
|
_this.selectionState$.next(_this.computeSelectionState(records));
|
|
3269
3628
|
});
|
|
3270
3629
|
this.dataSource$$ = this.store.stateView.all$().subscribe(function (all) {
|
|
3630
|
+
if (all[0]) {
|
|
3631
|
+
_this.enableEdit(all[0]);
|
|
3632
|
+
}
|
|
3271
3633
|
_this.dataSource.data = all;
|
|
3272
3634
|
});
|
|
3273
3635
|
};
|
|
@@ -3487,14 +3849,116 @@
|
|
|
3487
3849
|
* @internal
|
|
3488
3850
|
*/
|
|
3489
3851
|
EntityTableComponent.prototype.getValue = function (record, column) {
|
|
3852
|
+
var _this = this;
|
|
3490
3853
|
var entity = record.entity;
|
|
3854
|
+
var value;
|
|
3491
3855
|
if (column.valueAccessor !== undefined) {
|
|
3492
3856
|
return column.valueAccessor(entity, record);
|
|
3493
3857
|
}
|
|
3494
3858
|
if (this.template.valueAccessor !== undefined) {
|
|
3495
3859
|
return this.template.valueAccessor(entity, column.name, record);
|
|
3496
3860
|
}
|
|
3497
|
-
|
|
3861
|
+
value = this.store.getProperty(entity, column.name);
|
|
3862
|
+
if (column.type === 'boolean') {
|
|
3863
|
+
if (value === undefined || value === null || value === '') {
|
|
3864
|
+
value = false;
|
|
3865
|
+
}
|
|
3866
|
+
else if (typeof value !== 'boolean' && value !== undefined) {
|
|
3867
|
+
if (typeof value === 'number') {
|
|
3868
|
+
value = Boolean(value);
|
|
3869
|
+
}
|
|
3870
|
+
else {
|
|
3871
|
+
value = JSON.parse(value.toLowerCase());
|
|
3872
|
+
}
|
|
3873
|
+
}
|
|
3874
|
+
if (!this.isEdition(record)) {
|
|
3875
|
+
value = value ? '✓' : ''; // check mark
|
|
3876
|
+
}
|
|
3877
|
+
}
|
|
3878
|
+
else if (column.type === 'list' && value && column.domainValues) {
|
|
3879
|
+
var entity_1 = record.entity;
|
|
3880
|
+
if (column.multiple) {
|
|
3881
|
+
var list_id_1;
|
|
3882
|
+
typeof value === 'string' ? list_id_1 = value.match(/[\w.-]+/g).map(Number) : list_id_1 = value;
|
|
3883
|
+
var list_option_1 = [];
|
|
3884
|
+
column.domainValues.forEach(function (option) {
|
|
3885
|
+
if (list_id_1.includes(option.id)) {
|
|
3886
|
+
if (record.edition) {
|
|
3887
|
+
list_option_1.push(option.id);
|
|
3888
|
+
}
|
|
3889
|
+
else {
|
|
3890
|
+
list_option_1.push(option.value);
|
|
3891
|
+
}
|
|
3892
|
+
}
|
|
3893
|
+
});
|
|
3894
|
+
this.isEdition(record) ? value = list_id_1 : value = list_option_1;
|
|
3895
|
+
}
|
|
3896
|
+
else {
|
|
3897
|
+
if (!this.isEdition(record) && column.linkColumnForce) {
|
|
3898
|
+
value = entity_1 === null || entity_1 === void 0 ? void 0 : entity_1.properties[this.getColumnKeyWithoutPropertiesTag(column.linkColumnForce)];
|
|
3899
|
+
}
|
|
3900
|
+
else {
|
|
3901
|
+
column.domainValues.forEach(function (option) {
|
|
3902
|
+
if (typeof value === 'string' && /^\d+$/.test(value)) {
|
|
3903
|
+
value = parseInt(value);
|
|
3904
|
+
}
|
|
3905
|
+
if (option.value === value || option.id === value) {
|
|
3906
|
+
_this.isEdition(record) ? value = option.id : value = option.value;
|
|
3907
|
+
}
|
|
3908
|
+
});
|
|
3909
|
+
}
|
|
3910
|
+
}
|
|
3911
|
+
}
|
|
3912
|
+
else if (column.type === 'autocomplete' && value && column.domainValues) {
|
|
3913
|
+
var entity_2 = record.entity;
|
|
3914
|
+
if (!this.isEdition(record) && column.linkColumnForce) {
|
|
3915
|
+
value = entity_2 === null || entity_2 === void 0 ? void 0 : entity_2.properties[this.getColumnKeyWithoutPropertiesTag(column.linkColumnForce)];
|
|
3916
|
+
}
|
|
3917
|
+
else {
|
|
3918
|
+
column.domainValues.forEach(function (option) {
|
|
3919
|
+
if (typeof value === 'string' && /^\d+$/.test(value)) {
|
|
3920
|
+
value = parseInt(value);
|
|
3921
|
+
}
|
|
3922
|
+
if (option.value === value || option.id === value) {
|
|
3923
|
+
value = option.value;
|
|
3924
|
+
}
|
|
3925
|
+
});
|
|
3926
|
+
}
|
|
3927
|
+
}
|
|
3928
|
+
else if (column.type === 'date') {
|
|
3929
|
+
if (this.isEdition(record)) {
|
|
3930
|
+
if (value) {
|
|
3931
|
+
var date = moment(value);
|
|
3932
|
+
value = date.format();
|
|
3933
|
+
this.formGroup.controls[column.name].setValue(value);
|
|
3934
|
+
}
|
|
3935
|
+
}
|
|
3936
|
+
else if (!this.isEdition(record) && value === null) {
|
|
3937
|
+
value = "";
|
|
3938
|
+
}
|
|
3939
|
+
}
|
|
3940
|
+
if (value === undefined) {
|
|
3941
|
+
value = '';
|
|
3942
|
+
}
|
|
3943
|
+
return value;
|
|
3944
|
+
};
|
|
3945
|
+
/**
|
|
3946
|
+
* Method to access an entity's validation values
|
|
3947
|
+
* @param column Column
|
|
3948
|
+
* @param validationType string
|
|
3949
|
+
* @returns Any value (false if no validation or not the one concerned)
|
|
3950
|
+
* @internal
|
|
3951
|
+
*/
|
|
3952
|
+
EntityTableComponent.prototype.getValidationAttributeValue = function (column, validationType) {
|
|
3953
|
+
if (column.validation !== undefined && column.validation[validationType] !== undefined) {
|
|
3954
|
+
return column.validation[validationType];
|
|
3955
|
+
}
|
|
3956
|
+
else {
|
|
3957
|
+
return false;
|
|
3958
|
+
}
|
|
3959
|
+
};
|
|
3960
|
+
EntityTableComponent.prototype.isEdition = function (record) {
|
|
3961
|
+
return record.entity.edition ? true : false;
|
|
3498
3962
|
};
|
|
3499
3963
|
/**
|
|
3500
3964
|
* Return the type of renderer of a column
|
|
@@ -3571,14 +4035,24 @@
|
|
|
3571
4035
|
* @internal
|
|
3572
4036
|
*/
|
|
3573
4037
|
EntityTableComponent.prototype.onButtonClick = function (clickFunc, record) {
|
|
4038
|
+
this.enableEdit(record);
|
|
3574
4039
|
if (typeof clickFunc === 'function') {
|
|
3575
4040
|
clickFunc(record.entity, record);
|
|
3576
4041
|
}
|
|
3577
4042
|
};
|
|
4043
|
+
/**
|
|
4044
|
+
* Retrieve column name without his "properties" tag (useful for edition workspace properties)
|
|
4045
|
+
*/
|
|
4046
|
+
EntityTableComponent.prototype.getColumnKeyWithoutPropertiesTag = function (column) {
|
|
4047
|
+
if (column.includes('properties.')) {
|
|
4048
|
+
return column.split('.')[1];
|
|
4049
|
+
}
|
|
4050
|
+
return column;
|
|
4051
|
+
};
|
|
3578
4052
|
return EntityTableComponent;
|
|
3579
4053
|
}());
|
|
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", "
|
|
4054
|
+
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)); };
|
|
4055
|
+
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
4056
|
if (rf & 1) {
|
|
3583
4057
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
3584
4058
|
i0__namespace.ɵɵelementStart(1, "table", 1);
|
|
@@ -3606,7 +4080,7 @@
|
|
|
3606
4080
|
i0__namespace.ɵɵadvance(1);
|
|
3607
4081
|
i0__namespace.ɵɵproperty("ngIf", ctx.withPaginator);
|
|
3608
4082
|
}
|
|
3609
|
-
}, directives: [
|
|
4083
|
+
}, 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_hidden[_ngcontent-%COMP%]{visibility:hidden}.class_display_none[_ngcontent-%COMP%]{display:none}.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
4084
|
(function () {
|
|
3611
4085
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EntityTableComponent, [{
|
|
3612
4086
|
type: i0.Component,
|
|
@@ -3614,9 +4088,20 @@
|
|
|
3614
4088
|
selector: 'igo-entity-table',
|
|
3615
4089
|
templateUrl: './entity-table.component.html',
|
|
3616
4090
|
styleUrls: ['./entity-table.component.scss'],
|
|
3617
|
-
changeDetection: i0.ChangeDetectionStrategy.OnPush
|
|
4091
|
+
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
4092
|
+
providers: [{ provide: i1.MatFormFieldControl, useExisting: EntityTableComponent }]
|
|
3618
4093
|
}]
|
|
3619
|
-
}], function () {
|
|
4094
|
+
}], function () {
|
|
4095
|
+
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: [{
|
|
4096
|
+
type: i0.Optional
|
|
4097
|
+
}, {
|
|
4098
|
+
type: i0.Self
|
|
4099
|
+
}] }, { type: i1__namespace$5.NgForm, decorators: [{
|
|
4100
|
+
type: i0.Optional
|
|
4101
|
+
}] }, { type: i1__namespace$5.FormControlName, decorators: [{
|
|
4102
|
+
type: i0.Optional
|
|
4103
|
+
}] }, { type: i3__namespace.ErrorStateMatcher }, { type: i3__namespace.DateAdapter }];
|
|
4104
|
+
}, { store: [{
|
|
3620
4105
|
type: i0.Input
|
|
3621
4106
|
}], paginator: [{
|
|
3622
4107
|
type: i0.Input
|
|
@@ -3898,7 +4383,7 @@
|
|
|
3898
4383
|
i0__namespace.ɵɵadvance(1);
|
|
3899
4384
|
i0__namespace.ɵɵproperty("ngIf", ctx.action.checkbox);
|
|
3900
4385
|
}
|
|
3901
|
-
}, directives: [i1__namespace$1.NgIf, i1__namespace$6.MatListItem, i6__namespace.MatTooltip, i1__namespace$1.NgClass, i4__namespace$
|
|
4386
|
+
}, 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
4387
|
(function () {
|
|
3903
4388
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ActionbarItemComponent, [{
|
|
3904
4389
|
type: i0.Component,
|
|
@@ -4316,7 +4801,7 @@
|
|
|
4316
4801
|
i0__namespace.ɵɵadvance(1);
|
|
4317
4802
|
i0__namespace.ɵɵproperty("ngIf", ctx.mode === ctx.actionbarMode.Context);
|
|
4318
4803
|
}
|
|
4319
|
-
}, directives: [i1__namespace$1.NgIf, i1__namespace$6.MatList, i4__namespace$
|
|
4804
|
+
}, 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
4805
|
(function () {
|
|
4321
4806
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ActionbarComponent, [{
|
|
4322
4807
|
type: i0.Component,
|
|
@@ -4379,13 +4864,13 @@
|
|
|
4379
4864
|
IgoActionbarModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
4380
4865
|
i1$1.CommonModule,
|
|
4381
4866
|
i1$2.IgoLanguageModule,
|
|
4382
|
-
i4$
|
|
4383
|
-
i5.MatIconModule,
|
|
4867
|
+
i4$1.MatButtonModule,
|
|
4868
|
+
i5$1.MatIconModule,
|
|
4384
4869
|
i6.MatTooltipModule,
|
|
4385
|
-
i9.MatMenuModule,
|
|
4870
|
+
i9$1.MatMenuModule,
|
|
4386
4871
|
i1$6.MatListModule,
|
|
4387
|
-
i10.MatCardModule,
|
|
4388
|
-
|
|
4872
|
+
i10$1.MatCardModule,
|
|
4873
|
+
i7.MatCheckboxModule
|
|
4389
4874
|
]] });
|
|
4390
4875
|
(function () {
|
|
4391
4876
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoActionbarModule, [{
|
|
@@ -4394,13 +4879,13 @@
|
|
|
4394
4879
|
imports: [
|
|
4395
4880
|
i1$1.CommonModule,
|
|
4396
4881
|
i1$2.IgoLanguageModule,
|
|
4397
|
-
i4$
|
|
4398
|
-
i5.MatIconModule,
|
|
4882
|
+
i4$1.MatButtonModule,
|
|
4883
|
+
i5$1.MatIconModule,
|
|
4399
4884
|
i6.MatTooltipModule,
|
|
4400
|
-
i9.MatMenuModule,
|
|
4885
|
+
i9$1.MatMenuModule,
|
|
4401
4886
|
i1$6.MatListModule,
|
|
4402
|
-
i10.MatCardModule,
|
|
4403
|
-
|
|
4887
|
+
i10$1.MatCardModule,
|
|
4888
|
+
i7.MatCheckboxModule
|
|
4404
4889
|
],
|
|
4405
4890
|
exports: [ActionbarComponent],
|
|
4406
4891
|
declarations: [ActionbarComponent, ActionbarItemComponent]
|
|
@@ -4410,13 +4895,13 @@
|
|
|
4410
4895
|
(function () {
|
|
4411
4896
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoActionbarModule, { declarations: [ActionbarComponent, ActionbarItemComponent], imports: [i1$1.CommonModule,
|
|
4412
4897
|
i1$2.IgoLanguageModule,
|
|
4413
|
-
i4$
|
|
4414
|
-
i5.MatIconModule,
|
|
4898
|
+
i4$1.MatButtonModule,
|
|
4899
|
+
i5$1.MatIconModule,
|
|
4415
4900
|
i6.MatTooltipModule,
|
|
4416
|
-
i9.MatMenuModule,
|
|
4901
|
+
i9$1.MatMenuModule,
|
|
4417
4902
|
i1$6.MatListModule,
|
|
4418
|
-
i10.MatCardModule,
|
|
4419
|
-
|
|
4903
|
+
i10$1.MatCardModule,
|
|
4904
|
+
i7.MatCheckboxModule], exports: [ActionbarComponent] });
|
|
4420
4905
|
})();
|
|
4421
4906
|
|
|
4422
4907
|
var IgoActionModule = /** @class */ (function () {
|
|
@@ -4644,7 +5129,7 @@
|
|
|
4644
5129
|
};
|
|
4645
5130
|
return IgoBadgeIconDirective;
|
|
4646
5131
|
}());
|
|
4647
|
-
IgoBadgeIconDirective.ɵfac = function IgoBadgeIconDirective_Factory(t) { return new (t || IgoBadgeIconDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i5__namespace.MatIconRegistry)); };
|
|
5132
|
+
IgoBadgeIconDirective.ɵfac = function IgoBadgeIconDirective_Factory(t) { return new (t || IgoBadgeIconDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i5__namespace$1.MatIconRegistry)); };
|
|
4648
5133
|
IgoBadgeIconDirective.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: IgoBadgeIconDirective, selectors: [["", "igoMatBadgeIcon", ""]], inputs: { igoMatBadgeIcon: "igoMatBadgeIcon", matBadgeHidden: "matBadgeHidden", matBadgeDisabled: "matBadgeDisabled", igoMatBadgeInverseColor: "igoMatBadgeInverseColor", igoMatBadgeInheritColor: "igoMatBadgeInheritColor" } });
|
|
4649
5134
|
(function () {
|
|
4650
5135
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoBadgeIconDirective, [{
|
|
@@ -4652,7 +5137,7 @@
|
|
|
4652
5137
|
args: [{
|
|
4653
5138
|
selector: '[igoMatBadgeIcon]'
|
|
4654
5139
|
}]
|
|
4655
|
-
}], function () { return [{ type: i0__namespace.ElementRef }, { type: i5__namespace.MatIconRegistry }]; }, { igoMatBadgeIcon: [{
|
|
5140
|
+
}], function () { return [{ type: i0__namespace.ElementRef }, { type: i5__namespace$1.MatIconRegistry }]; }, { igoMatBadgeIcon: [{
|
|
4656
5141
|
type: i0.Input
|
|
4657
5142
|
}], matBadgeHidden: [{
|
|
4658
5143
|
type: i0.Input
|
|
@@ -4678,18 +5163,18 @@
|
|
|
4678
5163
|
}());
|
|
4679
5164
|
IgoMatBadgeIconModule.ɵfac = function IgoMatBadgeIconModule_Factory(t) { return new (t || IgoMatBadgeIconModule)(); };
|
|
4680
5165
|
IgoMatBadgeIconModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoMatBadgeIconModule });
|
|
4681
|
-
IgoMatBadgeIconModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[badge.MatBadgeModule, i5.MatIconModule], badge.MatBadgeModule] });
|
|
5166
|
+
IgoMatBadgeIconModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[badge.MatBadgeModule, i5$1.MatIconModule], badge.MatBadgeModule] });
|
|
4682
5167
|
(function () {
|
|
4683
5168
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoMatBadgeIconModule, [{
|
|
4684
5169
|
type: i0.NgModule,
|
|
4685
5170
|
args: [{
|
|
4686
|
-
imports: [badge.MatBadgeModule, i5.MatIconModule],
|
|
5171
|
+
imports: [badge.MatBadgeModule, i5$1.MatIconModule],
|
|
4687
5172
|
declarations: [IgoBadgeIconDirective],
|
|
4688
5173
|
exports: [badge.MatBadgeModule, IgoBadgeIconDirective]
|
|
4689
5174
|
}]
|
|
4690
5175
|
}], null, null);
|
|
4691
5176
|
})();
|
|
4692
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoMatBadgeIconModule, { declarations: [IgoBadgeIconDirective], imports: [badge.MatBadgeModule, i5.MatIconModule], exports: [badge.MatBadgeModule, IgoBadgeIconDirective] }); })();
|
|
5177
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoMatBadgeIconModule, { declarations: [IgoBadgeIconDirective], imports: [badge.MatBadgeModule, i5$1.MatIconModule], exports: [badge.MatBadgeModule, IgoBadgeIconDirective] }); })();
|
|
4693
5178
|
|
|
4694
5179
|
var ClickoutDirective = /** @class */ (function () {
|
|
4695
5180
|
function ClickoutDirective(el) {
|
|
@@ -4924,7 +5409,7 @@
|
|
|
4924
5409
|
i0__namespace.ɵɵadvance(2);
|
|
4925
5410
|
i0__namespace.ɵɵtextInterpolate(ctx.title);
|
|
4926
5411
|
}
|
|
4927
|
-
}, directives: [i1__namespace$6.MatListItem, i5__namespace.MatIcon, i1__namespace$6.MatListAvatarCssMatStyler, CollapseDirective,
|
|
5412
|
+
}, 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
5413
|
(function () {
|
|
4929
5414
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CollapsibleComponent, [{
|
|
4930
5415
|
type: i0.Component,
|
|
@@ -4955,18 +5440,18 @@
|
|
|
4955
5440
|
}());
|
|
4956
5441
|
IgoCollapsibleModule.ɵfac = function IgoCollapsibleModule_Factory(t) { return new (t || IgoCollapsibleModule)(); };
|
|
4957
5442
|
IgoCollapsibleModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoCollapsibleModule });
|
|
4958
|
-
IgoCollapsibleModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[i5.MatIconModule, i1$6.MatListModule]] });
|
|
5443
|
+
IgoCollapsibleModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[i5$1.MatIconModule, i1$6.MatListModule]] });
|
|
4959
5444
|
(function () {
|
|
4960
5445
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoCollapsibleModule, [{
|
|
4961
5446
|
type: i0.NgModule,
|
|
4962
5447
|
args: [{
|
|
4963
|
-
imports: [i5.MatIconModule, i1$6.MatListModule],
|
|
5448
|
+
imports: [i5$1.MatIconModule, i1$6.MatListModule],
|
|
4964
5449
|
declarations: [CollapsibleComponent, CollapseDirective],
|
|
4965
5450
|
exports: [CollapsibleComponent, CollapseDirective]
|
|
4966
5451
|
}]
|
|
4967
5452
|
}], null, null);
|
|
4968
5453
|
})();
|
|
4969
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoCollapsibleModule, { declarations: [CollapsibleComponent, CollapseDirective], imports: [i5.MatIconModule, i1$6.MatListModule], exports: [CollapsibleComponent, CollapseDirective] }); })();
|
|
5454
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoCollapsibleModule, { declarations: [CollapsibleComponent, CollapseDirective], imports: [i5$1.MatIconModule, i1$6.MatListModule], exports: [CollapsibleComponent, CollapseDirective] }); })();
|
|
4970
5455
|
|
|
4971
5456
|
var ConfirmDialogComponent = /** @class */ (function () {
|
|
4972
5457
|
function ConfirmDialogComponent(dialogRef) {
|
|
@@ -5007,7 +5492,7 @@
|
|
|
5007
5492
|
i0__namespace.ɵɵadvance(3);
|
|
5008
5493
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(11, 8, "igo.common.confirmDialog.cancelBtn"));
|
|
5009
5494
|
}
|
|
5010
|
-
}, directives: [i1__namespace$8.MatDialogTitle, i1__namespace$8.MatDialogContent, i1__namespace$8.MatDialogActions, i4__namespace$
|
|
5495
|
+
}, 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
5496
|
(function () {
|
|
5012
5497
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ConfirmDialogComponent, [{
|
|
5013
5498
|
type: i0.Component,
|
|
@@ -5053,19 +5538,19 @@
|
|
|
5053
5538
|
}());
|
|
5054
5539
|
IgoConfirmDialogModule.ɵfac = function IgoConfirmDialogModule_Factory(t) { return new (t || IgoConfirmDialogModule)(); };
|
|
5055
5540
|
IgoConfirmDialogModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoConfirmDialogModule });
|
|
5056
|
-
IgoConfirmDialogModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [ConfirmDialogService], imports: [[i4$
|
|
5541
|
+
IgoConfirmDialogModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [ConfirmDialogService], imports: [[i4$1.MatButtonModule, i1$8.MatDialogModule, i1$2.IgoLanguageModule]] });
|
|
5057
5542
|
(function () {
|
|
5058
5543
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoConfirmDialogModule, [{
|
|
5059
5544
|
type: i0.NgModule,
|
|
5060
5545
|
args: [{
|
|
5061
|
-
imports: [i4$
|
|
5546
|
+
imports: [i4$1.MatButtonModule, i1$8.MatDialogModule, i1$2.IgoLanguageModule],
|
|
5062
5547
|
declarations: [ConfirmDialogComponent],
|
|
5063
5548
|
exports: [ConfirmDialogComponent],
|
|
5064
5549
|
providers: [ConfirmDialogService]
|
|
5065
5550
|
}]
|
|
5066
5551
|
}], null, null);
|
|
5067
5552
|
})();
|
|
5068
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoConfirmDialogModule, { declarations: [ConfirmDialogComponent], imports: [i4$
|
|
5553
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoConfirmDialogModule, { declarations: [ConfirmDialogComponent], imports: [i4$1.MatButtonModule, i1$8.MatDialogModule, i1$2.IgoLanguageModule], exports: [ConfirmDialogComponent] }); })();
|
|
5069
5554
|
|
|
5070
5555
|
var ContextMenuDirective = /** @class */ (function () {
|
|
5071
5556
|
function ContextMenuDirective(overlay, viewContainerRef, elementRef) {
|
|
@@ -5234,10 +5719,10 @@
|
|
|
5234
5719
|
IgoCustomHtmlModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoCustomHtmlModule });
|
|
5235
5720
|
IgoCustomHtmlModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
5236
5721
|
i1$1.CommonModule,
|
|
5237
|
-
i5.MatIconModule,
|
|
5722
|
+
i5$1.MatIconModule,
|
|
5238
5723
|
i6.MatTooltipModule,
|
|
5239
5724
|
i2$3.MatInputModule,
|
|
5240
|
-
i4$
|
|
5725
|
+
i4$1.MatButtonModule,
|
|
5241
5726
|
i1$2.IgoLanguageModule
|
|
5242
5727
|
]] });
|
|
5243
5728
|
(function () {
|
|
@@ -5246,10 +5731,10 @@
|
|
|
5246
5731
|
args: [{
|
|
5247
5732
|
imports: [
|
|
5248
5733
|
i1$1.CommonModule,
|
|
5249
|
-
i5.MatIconModule,
|
|
5734
|
+
i5$1.MatIconModule,
|
|
5250
5735
|
i6.MatTooltipModule,
|
|
5251
5736
|
i2$3.MatInputModule,
|
|
5252
|
-
i4$
|
|
5737
|
+
i4$1.MatButtonModule,
|
|
5253
5738
|
i1$2.IgoLanguageModule
|
|
5254
5739
|
],
|
|
5255
5740
|
exports: [SanitizeHtmlPipe, CustomHtmlComponent],
|
|
@@ -5259,13 +5744,75 @@
|
|
|
5259
5744
|
})();
|
|
5260
5745
|
(function () {
|
|
5261
5746
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoCustomHtmlModule, { declarations: [SanitizeHtmlPipe, CustomHtmlComponent], imports: [i1$1.CommonModule,
|
|
5262
|
-
i5.MatIconModule,
|
|
5747
|
+
i5$1.MatIconModule,
|
|
5263
5748
|
i6.MatTooltipModule,
|
|
5264
5749
|
i2$3.MatInputModule,
|
|
5265
|
-
i4$
|
|
5750
|
+
i4$1.MatButtonModule,
|
|
5266
5751
|
i1$2.IgoLanguageModule], exports: [SanitizeHtmlPipe, CustomHtmlComponent] });
|
|
5267
5752
|
})();
|
|
5268
5753
|
|
|
5754
|
+
var DOMService = /** @class */ (function () {
|
|
5755
|
+
function DOMService(http) {
|
|
5756
|
+
this.http = http;
|
|
5757
|
+
}
|
|
5758
|
+
DOMService.prototype.getDom = function (dom) {
|
|
5759
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
5760
|
+
var url, result;
|
|
5761
|
+
return __generator(this, function (_a) {
|
|
5762
|
+
switch (_a.label) {
|
|
5763
|
+
case 0:
|
|
5764
|
+
url = dom.url;
|
|
5765
|
+
return [4 /*yield*/, this.http.get(url).pipe(operators.map(function (response) {
|
|
5766
|
+
result = response;
|
|
5767
|
+
return response;
|
|
5768
|
+
}), operators.catchError(function (err) {
|
|
5769
|
+
return rxjs.throwError(err);
|
|
5770
|
+
})).toPromise()];
|
|
5771
|
+
case 1:
|
|
5772
|
+
_a.sent();
|
|
5773
|
+
return [2 /*return*/, result];
|
|
5774
|
+
}
|
|
5775
|
+
});
|
|
5776
|
+
});
|
|
5777
|
+
};
|
|
5778
|
+
return DOMService;
|
|
5779
|
+
}());
|
|
5780
|
+
DOMService.ɵfac = function DOMService_Factory(t) { return new (t || DOMService)(i0__namespace.ɵɵinject(i1__namespace$3.HttpClient)); };
|
|
5781
|
+
DOMService.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: DOMService, factory: DOMService.ɵfac, providedIn: 'root' });
|
|
5782
|
+
(function () {
|
|
5783
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DOMService, [{
|
|
5784
|
+
type: i0.Injectable,
|
|
5785
|
+
args: [{
|
|
5786
|
+
providedIn: 'root'
|
|
5787
|
+
}]
|
|
5788
|
+
}], function () { return [{ type: i1__namespace$3.HttpClient }]; }, null);
|
|
5789
|
+
})();
|
|
5790
|
+
|
|
5791
|
+
var IgoDOMModule = /** @class */ (function () {
|
|
5792
|
+
function IgoDOMModule() {
|
|
5793
|
+
}
|
|
5794
|
+
IgoDOMModule.forRoot = function () {
|
|
5795
|
+
return {
|
|
5796
|
+
ngModule: IgoDOMModule,
|
|
5797
|
+
providers: [
|
|
5798
|
+
DOMService
|
|
5799
|
+
]
|
|
5800
|
+
};
|
|
5801
|
+
};
|
|
5802
|
+
return IgoDOMModule;
|
|
5803
|
+
}());
|
|
5804
|
+
IgoDOMModule.ɵfac = function IgoDOMModule_Factory(t) { return new (t || IgoDOMModule)(); };
|
|
5805
|
+
IgoDOMModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoDOMModule });
|
|
5806
|
+
IgoDOMModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [DOMService] });
|
|
5807
|
+
(function () {
|
|
5808
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoDOMModule, [{
|
|
5809
|
+
type: i0.NgModule,
|
|
5810
|
+
args: [{
|
|
5811
|
+
providers: [DOMService]
|
|
5812
|
+
}]
|
|
5813
|
+
}], null, null);
|
|
5814
|
+
})();
|
|
5815
|
+
|
|
5269
5816
|
var DragAndDropDirective = /** @class */ (function () {
|
|
5270
5817
|
function DragAndDropDirective() {
|
|
5271
5818
|
this.allowedExtensions = [];
|
|
@@ -5627,7 +6174,10 @@
|
|
|
5627
6174
|
var inputs = changes.inputs;
|
|
5628
6175
|
var subscribers = changes.subscribers;
|
|
5629
6176
|
var eq = utils.ObjectUtils.objectsAreEquivalent;
|
|
5630
|
-
if (component
|
|
6177
|
+
if (!component || !component.currentValue) {
|
|
6178
|
+
return;
|
|
6179
|
+
}
|
|
6180
|
+
if (component.currentValue !== component.previousValue) {
|
|
5631
6181
|
this.createComponent(component.currentValue);
|
|
5632
6182
|
}
|
|
5633
6183
|
else {
|
|
@@ -6167,7 +6717,7 @@
|
|
|
6167
6717
|
i0__namespace.ɵɵadvance(1);
|
|
6168
6718
|
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(3, _c2, ctx.hasButtons));
|
|
6169
6719
|
}
|
|
6170
|
-
}, directives: [
|
|
6720
|
+
}, 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 });
|
|
6171
6721
|
(function () {
|
|
6172
6722
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FormComponent, [{
|
|
6173
6723
|
type: i0.Component,
|
|
@@ -6203,23 +6753,23 @@
|
|
|
6203
6753
|
IgoFormFormModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoFormFormModule });
|
|
6204
6754
|
IgoFormFormModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
6205
6755
|
i1$1.CommonModule,
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
],
|
|
6209
|
-
|
|
6756
|
+
i1$5.FormsModule,
|
|
6757
|
+
i1$5.ReactiveFormsModule
|
|
6758
|
+
], i1$5.FormsModule,
|
|
6759
|
+
i1$5.ReactiveFormsModule] });
|
|
6210
6760
|
(function () {
|
|
6211
6761
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoFormFormModule, [{
|
|
6212
6762
|
type: i0.NgModule,
|
|
6213
6763
|
args: [{
|
|
6214
6764
|
imports: [
|
|
6215
6765
|
i1$1.CommonModule,
|
|
6216
|
-
|
|
6217
|
-
|
|
6766
|
+
i1$5.FormsModule,
|
|
6767
|
+
i1$5.ReactiveFormsModule
|
|
6218
6768
|
],
|
|
6219
6769
|
exports: [
|
|
6220
6770
|
FormComponent,
|
|
6221
|
-
|
|
6222
|
-
|
|
6771
|
+
i1$5.FormsModule,
|
|
6772
|
+
i1$5.ReactiveFormsModule
|
|
6223
6773
|
],
|
|
6224
6774
|
declarations: [
|
|
6225
6775
|
FormComponent
|
|
@@ -6229,10 +6779,10 @@
|
|
|
6229
6779
|
})();
|
|
6230
6780
|
(function () {
|
|
6231
6781
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoFormFormModule, { declarations: [FormComponent], imports: [i1$1.CommonModule,
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6782
|
+
i1$5.FormsModule,
|
|
6783
|
+
i1$5.ReactiveFormsModule], exports: [FormComponent,
|
|
6784
|
+
i1$5.FormsModule,
|
|
6785
|
+
i1$5.ReactiveFormsModule] });
|
|
6236
6786
|
})();
|
|
6237
6787
|
|
|
6238
6788
|
var FormService = /** @class */ (function () {
|
|
@@ -6255,8 +6805,10 @@
|
|
|
6255
6805
|
fields.forEach(function (field) {
|
|
6256
6806
|
control.addControl(field.name, field.control);
|
|
6257
6807
|
});
|
|
6258
|
-
|
|
6259
|
-
|
|
6808
|
+
if (options.validator) {
|
|
6809
|
+
var validators = this.getValidators(options.validator); // convert string to actual validator
|
|
6810
|
+
control.setValidators(validators);
|
|
6811
|
+
}
|
|
6260
6812
|
return Object.assign({}, config, { fields: fields, control: control });
|
|
6261
6813
|
};
|
|
6262
6814
|
FormService.prototype.field = function (config) {
|
|
@@ -6266,8 +6818,10 @@
|
|
|
6266
6818
|
disabled: options.disabled
|
|
6267
6819
|
};
|
|
6268
6820
|
var control = this.formBuilder.control(state);
|
|
6269
|
-
|
|
6270
|
-
|
|
6821
|
+
if (options.validator) {
|
|
6822
|
+
var validators = this.getValidators(options.validator); // convert string to actual validator
|
|
6823
|
+
control.setValidators(validators);
|
|
6824
|
+
}
|
|
6271
6825
|
return Object.assign({ type: 'text' }, config, { control: control });
|
|
6272
6826
|
};
|
|
6273
6827
|
FormService.prototype.extendFieldConfig = function (config, partial) {
|
|
@@ -6293,15 +6847,15 @@
|
|
|
6293
6847
|
var re = /^([a-zA-Z]{3,15})\((.{0,20})\)$/;
|
|
6294
6848
|
var match = validatorStr.match(re);
|
|
6295
6849
|
if (!match) {
|
|
6296
|
-
return
|
|
6850
|
+
return i1$5.Validators[validatorStr];
|
|
6297
6851
|
}
|
|
6298
6852
|
var name = match[1];
|
|
6299
6853
|
var args = match[2];
|
|
6300
|
-
return
|
|
6854
|
+
return i1$5.Validators[name](args);
|
|
6301
6855
|
};
|
|
6302
6856
|
return FormService;
|
|
6303
6857
|
}());
|
|
6304
|
-
FormService.ɵfac = function FormService_Factory(t) { return new (t || FormService)(i0__namespace.ɵɵinject(
|
|
6858
|
+
FormService.ɵfac = function FormService_Factory(t) { return new (t || FormService)(i0__namespace.ɵɵinject(i1__namespace$5.FormBuilder)); };
|
|
6305
6859
|
FormService.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: FormService, factory: FormService.ɵfac, providedIn: 'root' });
|
|
6306
6860
|
(function () {
|
|
6307
6861
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FormService, [{
|
|
@@ -6309,7 +6863,7 @@
|
|
|
6309
6863
|
args: [{
|
|
6310
6864
|
providedIn: 'root'
|
|
6311
6865
|
}]
|
|
6312
|
-
}], function () { return [{ type:
|
|
6866
|
+
}], function () { return [{ type: i1__namespace$5.FormBuilder }]; }, null);
|
|
6313
6867
|
})();
|
|
6314
6868
|
|
|
6315
6869
|
/**
|
|
@@ -6549,7 +7103,7 @@
|
|
|
6549
7103
|
i0__namespace.ɵɵadvance(1);
|
|
6550
7104
|
i0__namespace.ɵɵproperty("ngIf", ctx.formControl.errors);
|
|
6551
7105
|
}
|
|
6552
|
-
}, directives: [i1__namespace.MatFormField, i2__namespace.MatSelect,
|
|
7106
|
+
}, 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 });
|
|
6553
7107
|
exports.FormFieldSelectComponent = __decorate([
|
|
6554
7108
|
IgoFormFieldComponent('select')
|
|
6555
7109
|
], exports.FormFieldSelectComponent);
|
|
@@ -6662,7 +7216,7 @@
|
|
|
6662
7216
|
i0__namespace.ɵɵadvance(1);
|
|
6663
7217
|
i0__namespace.ɵɵproperty("ngIf", ctx.formControl.errors);
|
|
6664
7218
|
}
|
|
6665
|
-
}, directives: [i1__namespace.MatFormField, i2__namespace$3.MatInput,
|
|
7219
|
+
}, 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 });
|
|
6666
7220
|
exports.FormFieldTextComponent = __decorate([
|
|
6667
7221
|
IgoFormFieldComponent('text')
|
|
6668
7222
|
], exports.FormFieldTextComponent);
|
|
@@ -6775,7 +7329,7 @@
|
|
|
6775
7329
|
i0__namespace.ɵɵadvance(1);
|
|
6776
7330
|
i0__namespace.ɵɵproperty("ngIf", ctx.formControl.errors);
|
|
6777
7331
|
}
|
|
6778
|
-
}, directives: [i1__namespace.MatFormField, i2__namespace$3.MatInput,
|
|
7332
|
+
}, 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 });
|
|
6779
7333
|
exports.FormFieldTextareaComponent = __decorate([
|
|
6780
7334
|
IgoFormFieldComponent('textarea')
|
|
6781
7335
|
], exports.FormFieldTextareaComponent);
|
|
@@ -6810,9 +7364,9 @@
|
|
|
6810
7364
|
IgoFormFieldModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoFormFieldModule });
|
|
6811
7365
|
IgoFormFieldModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
6812
7366
|
i1$1.CommonModule,
|
|
6813
|
-
|
|
6814
|
-
|
|
6815
|
-
i5.MatIconModule,
|
|
7367
|
+
i1$5.FormsModule,
|
|
7368
|
+
i1$5.ReactiveFormsModule,
|
|
7369
|
+
i5$1.MatIconModule,
|
|
6816
7370
|
i1.MatFormFieldModule,
|
|
6817
7371
|
i2$3.MatInputModule,
|
|
6818
7372
|
i2.MatSelectModule,
|
|
@@ -6825,9 +7379,9 @@
|
|
|
6825
7379
|
args: [{
|
|
6826
7380
|
imports: [
|
|
6827
7381
|
i1$1.CommonModule,
|
|
6828
|
-
|
|
6829
|
-
|
|
6830
|
-
i5.MatIconModule,
|
|
7382
|
+
i1$5.FormsModule,
|
|
7383
|
+
i1$5.ReactiveFormsModule,
|
|
7384
|
+
i5$1.MatIconModule,
|
|
6831
7385
|
i1.MatFormFieldModule,
|
|
6832
7386
|
i2$3.MatInputModule,
|
|
6833
7387
|
i2.MatSelectModule,
|
|
@@ -6854,9 +7408,9 @@
|
|
|
6854
7408
|
exports.FormFieldSelectComponent,
|
|
6855
7409
|
exports.FormFieldTextComponent,
|
|
6856
7410
|
exports.FormFieldTextareaComponent], imports: [i1$1.CommonModule,
|
|
6857
|
-
|
|
6858
|
-
|
|
6859
|
-
i5.MatIconModule,
|
|
7411
|
+
i1$5.FormsModule,
|
|
7412
|
+
i1$5.ReactiveFormsModule,
|
|
7413
|
+
i5$1.MatIconModule,
|
|
6860
7414
|
i1.MatFormFieldModule,
|
|
6861
7415
|
i2$3.MatInputModule,
|
|
6862
7416
|
i2.MatSelectModule,
|
|
@@ -6974,7 +7528,7 @@
|
|
|
6974
7528
|
i0__namespace.ɵɵadvance(3);
|
|
6975
7529
|
i0__namespace.ɵɵproperty("ngIf", ctx.formControl.errors);
|
|
6976
7530
|
}
|
|
6977
|
-
}, directives: [i1__namespace$1.NgIf, i1__namespace$1.NgForOf, i1__namespace$1.NgClass, FormFieldComponent, i1__namespace.MatError], pipes: [
|
|
7531
|
+
}, 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 });
|
|
6978
7532
|
(function () {
|
|
6979
7533
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FormGroupComponent, [{
|
|
6980
7534
|
type: i0.Component,
|
|
@@ -7104,7 +7658,7 @@
|
|
|
7104
7658
|
if (rf & 2) {
|
|
7105
7659
|
i0__namespace.ɵɵproperty("matTooltip", i0__namespace.ɵɵpipeBind1(1, 1, "igo.context.sidenav.mainMenu"));
|
|
7106
7660
|
}
|
|
7107
|
-
}, directives: [i4__namespace$
|
|
7661
|
+
}, 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}"] });
|
|
7108
7662
|
(function () {
|
|
7109
7663
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(HomeButtonComponent, [{
|
|
7110
7664
|
type: i0.Component,
|
|
@@ -7130,8 +7684,8 @@
|
|
|
7130
7684
|
IgoHomeButtonModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoHomeButtonModule });
|
|
7131
7685
|
IgoHomeButtonModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [], imports: [[
|
|
7132
7686
|
i1$1.CommonModule,
|
|
7133
|
-
i5.MatIconModule,
|
|
7134
|
-
i4$
|
|
7687
|
+
i5$1.MatIconModule,
|
|
7688
|
+
i4$1.MatButtonModule,
|
|
7135
7689
|
i6.MatTooltipModule,
|
|
7136
7690
|
i1$2.IgoLanguageModule
|
|
7137
7691
|
]] });
|
|
@@ -7141,8 +7695,8 @@
|
|
|
7141
7695
|
args: [{
|
|
7142
7696
|
imports: [
|
|
7143
7697
|
i1$1.CommonModule,
|
|
7144
|
-
i5.MatIconModule,
|
|
7145
|
-
i4$
|
|
7698
|
+
i5$1.MatIconModule,
|
|
7699
|
+
i4$1.MatButtonModule,
|
|
7146
7700
|
i6.MatTooltipModule,
|
|
7147
7701
|
i1$2.IgoLanguageModule
|
|
7148
7702
|
],
|
|
@@ -7154,8 +7708,8 @@
|
|
|
7154
7708
|
})();
|
|
7155
7709
|
(function () {
|
|
7156
7710
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoHomeButtonModule, { declarations: [HomeButtonComponent], imports: [i1$1.CommonModule,
|
|
7157
|
-
i5.MatIconModule,
|
|
7158
|
-
i4$
|
|
7711
|
+
i5$1.MatIconModule,
|
|
7712
|
+
i4$1.MatButtonModule,
|
|
7159
7713
|
i6.MatTooltipModule,
|
|
7160
7714
|
i1$2.IgoLanguageModule], exports: [HomeButtonComponent] });
|
|
7161
7715
|
})();
|
|
@@ -7172,7 +7726,7 @@
|
|
|
7172
7726
|
IgoEntitySelectorModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoEntitySelectorModule });
|
|
7173
7727
|
IgoEntitySelectorModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
7174
7728
|
i1$1.CommonModule,
|
|
7175
|
-
|
|
7729
|
+
i1$5.FormsModule,
|
|
7176
7730
|
i2.MatSelectModule
|
|
7177
7731
|
]] });
|
|
7178
7732
|
(function () {
|
|
@@ -7181,7 +7735,7 @@
|
|
|
7181
7735
|
args: [{
|
|
7182
7736
|
imports: [
|
|
7183
7737
|
i1$1.CommonModule,
|
|
7184
|
-
|
|
7738
|
+
i1$5.FormsModule,
|
|
7185
7739
|
i2.MatSelectModule
|
|
7186
7740
|
],
|
|
7187
7741
|
exports: [EntitySelectorComponent],
|
|
@@ -7191,7 +7745,7 @@
|
|
|
7191
7745
|
})();
|
|
7192
7746
|
(function () {
|
|
7193
7747
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoEntitySelectorModule, { declarations: [EntitySelectorComponent], imports: [i1$1.CommonModule,
|
|
7194
|
-
|
|
7748
|
+
i1$5.FormsModule,
|
|
7195
7749
|
i2.MatSelectModule], exports: [EntitySelectorComponent] });
|
|
7196
7750
|
})();
|
|
7197
7751
|
|
|
@@ -7317,17 +7871,24 @@
|
|
|
7317
7871
|
IgoEntityTableModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoEntityTableModule });
|
|
7318
7872
|
IgoEntityTableModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
7319
7873
|
i1$1.CommonModule,
|
|
7320
|
-
|
|
7321
|
-
|
|
7322
|
-
i5.
|
|
7323
|
-
|
|
7324
|
-
i4$1.
|
|
7874
|
+
i4.MatTableModule,
|
|
7875
|
+
i9.MatAutocompleteModule,
|
|
7876
|
+
i5.MatSortModule,
|
|
7877
|
+
i5$1.MatIconModule,
|
|
7878
|
+
i4$1.MatButtonModule,
|
|
7879
|
+
i7.MatCheckboxModule,
|
|
7325
7880
|
i2$1.MatPaginatorModule,
|
|
7881
|
+
i2.MatSelectModule,
|
|
7326
7882
|
IgoStopPropagationModule,
|
|
7327
7883
|
IgoCustomHtmlModule,
|
|
7328
7884
|
IgoEntityTablePaginatorModule,
|
|
7329
7885
|
IgoImageModule,
|
|
7330
|
-
i1$2.IgoLanguageModule
|
|
7886
|
+
i1$2.IgoLanguageModule,
|
|
7887
|
+
i1$5.FormsModule,
|
|
7888
|
+
i1$5.ReactiveFormsModule,
|
|
7889
|
+
i2$3.MatInputModule,
|
|
7890
|
+
i10.MatDatepickerModule,
|
|
7891
|
+
i6.MatTooltipModule
|
|
7331
7892
|
]] });
|
|
7332
7893
|
(function () {
|
|
7333
7894
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoEntityTableModule, [{
|
|
@@ -7335,17 +7896,24 @@
|
|
|
7335
7896
|
args: [{
|
|
7336
7897
|
imports: [
|
|
7337
7898
|
i1$1.CommonModule,
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
i5.
|
|
7341
|
-
|
|
7342
|
-
i4$1.
|
|
7899
|
+
i4.MatTableModule,
|
|
7900
|
+
i9.MatAutocompleteModule,
|
|
7901
|
+
i5.MatSortModule,
|
|
7902
|
+
i5$1.MatIconModule,
|
|
7903
|
+
i4$1.MatButtonModule,
|
|
7904
|
+
i7.MatCheckboxModule,
|
|
7343
7905
|
i2$1.MatPaginatorModule,
|
|
7906
|
+
i2.MatSelectModule,
|
|
7344
7907
|
IgoStopPropagationModule,
|
|
7345
7908
|
IgoCustomHtmlModule,
|
|
7346
7909
|
IgoEntityTablePaginatorModule,
|
|
7347
7910
|
IgoImageModule,
|
|
7348
|
-
i1$2.IgoLanguageModule
|
|
7911
|
+
i1$2.IgoLanguageModule,
|
|
7912
|
+
i1$5.FormsModule,
|
|
7913
|
+
i1$5.ReactiveFormsModule,
|
|
7914
|
+
i2$3.MatInputModule,
|
|
7915
|
+
i10.MatDatepickerModule,
|
|
7916
|
+
i6.MatTooltipModule
|
|
7349
7917
|
],
|
|
7350
7918
|
exports: [
|
|
7351
7919
|
EntityTableComponent
|
|
@@ -7360,17 +7928,24 @@
|
|
|
7360
7928
|
(function () {
|
|
7361
7929
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoEntityTableModule, { declarations: [EntityTableComponent,
|
|
7362
7930
|
EntityTableRowDirective], imports: [i1$1.CommonModule,
|
|
7363
|
-
|
|
7364
|
-
|
|
7365
|
-
i5.
|
|
7366
|
-
|
|
7367
|
-
i4$1.
|
|
7931
|
+
i4.MatTableModule,
|
|
7932
|
+
i9.MatAutocompleteModule,
|
|
7933
|
+
i5.MatSortModule,
|
|
7934
|
+
i5$1.MatIconModule,
|
|
7935
|
+
i4$1.MatButtonModule,
|
|
7936
|
+
i7.MatCheckboxModule,
|
|
7368
7937
|
i2$1.MatPaginatorModule,
|
|
7938
|
+
i2.MatSelectModule,
|
|
7369
7939
|
IgoStopPropagationModule,
|
|
7370
7940
|
IgoCustomHtmlModule,
|
|
7371
7941
|
IgoEntityTablePaginatorModule,
|
|
7372
7942
|
IgoImageModule,
|
|
7373
|
-
i1$2.IgoLanguageModule
|
|
7943
|
+
i1$2.IgoLanguageModule,
|
|
7944
|
+
i1$5.FormsModule,
|
|
7945
|
+
i1$5.ReactiveFormsModule,
|
|
7946
|
+
i2$3.MatInputModule,
|
|
7947
|
+
i10.MatDatepickerModule,
|
|
7948
|
+
i6.MatTooltipModule], exports: [EntityTableComponent] });
|
|
7374
7949
|
})();
|
|
7375
7950
|
|
|
7376
7951
|
var IgoEntityModule = /** @class */ (function () {
|
|
@@ -8138,7 +8713,7 @@
|
|
|
8138
8713
|
if (rf & 2) {
|
|
8139
8714
|
i0__namespace.ɵɵproperty("ngIf", ctx.showTourButton);
|
|
8140
8715
|
}
|
|
8141
|
-
}, directives: [i1__namespace$1.NgIf, i4__namespace$
|
|
8716
|
+
}, 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 });
|
|
8142
8717
|
(function () {
|
|
8143
8718
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(InteractiveTourComponent, [{
|
|
8144
8719
|
type: i0.Component,
|
|
@@ -8166,8 +8741,8 @@
|
|
|
8166
8741
|
IgoInteractiveTourModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoInteractiveTourModule });
|
|
8167
8742
|
IgoInteractiveTourModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [InteractiveTourService, InteractiveTourLoader], imports: [[
|
|
8168
8743
|
i1$1.CommonModule,
|
|
8169
|
-
i5.MatIconModule,
|
|
8170
|
-
i4$
|
|
8744
|
+
i5$1.MatIconModule,
|
|
8745
|
+
i4$1.MatButtonModule,
|
|
8171
8746
|
i6.MatTooltipModule,
|
|
8172
8747
|
i1$2.IgoLanguageModule
|
|
8173
8748
|
]] });
|
|
@@ -8178,8 +8753,8 @@
|
|
|
8178
8753
|
declarations: [InteractiveTourComponent],
|
|
8179
8754
|
imports: [
|
|
8180
8755
|
i1$1.CommonModule,
|
|
8181
|
-
i5.MatIconModule,
|
|
8182
|
-
i4$
|
|
8756
|
+
i5$1.MatIconModule,
|
|
8757
|
+
i4$1.MatButtonModule,
|
|
8183
8758
|
i6.MatTooltipModule,
|
|
8184
8759
|
i1$2.IgoLanguageModule
|
|
8185
8760
|
],
|
|
@@ -8190,8 +8765,8 @@
|
|
|
8190
8765
|
})();
|
|
8191
8766
|
(function () {
|
|
8192
8767
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoInteractiveTourModule, { declarations: [InteractiveTourComponent], imports: [i1$1.CommonModule,
|
|
8193
|
-
i5.MatIconModule,
|
|
8194
|
-
i4$
|
|
8768
|
+
i5$1.MatIconModule,
|
|
8769
|
+
i4$1.MatButtonModule,
|
|
8195
8770
|
i6.MatTooltipModule,
|
|
8196
8771
|
i1$2.IgoLanguageModule], exports: [InteractiveTourComponent] });
|
|
8197
8772
|
})();
|
|
@@ -8367,7 +8942,7 @@
|
|
|
8367
8942
|
i0__namespace.ɵɵadvance(2);
|
|
8368
8943
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", _r1)("ngTemplateOutletContext", i0__namespace.ɵɵpureFunction1(3, _c1$3, ctx.data));
|
|
8369
8944
|
}
|
|
8370
|
-
}, directives: [i1__namespace$8.MatDialogTitle, i1__namespace$8.MatDialogContent, i1__namespace$1.NgTemplateOutlet, i1__namespace$8.MatDialogActions, i4__namespace$
|
|
8945
|
+
}, 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 });
|
|
8371
8946
|
(function () {
|
|
8372
8947
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(JsonDialogComponent, [{
|
|
8373
8948
|
type: i0.Component,
|
|
@@ -8413,19 +8988,19 @@
|
|
|
8413
8988
|
}());
|
|
8414
8989
|
IgoJsonDialogModule.ɵfac = function IgoJsonDialogModule_Factory(t) { return new (t || IgoJsonDialogModule)(); };
|
|
8415
8990
|
IgoJsonDialogModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoJsonDialogModule });
|
|
8416
|
-
IgoJsonDialogModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [JsonDialogService], imports: [[i1$1.CommonModule, i4$
|
|
8991
|
+
IgoJsonDialogModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [JsonDialogService], imports: [[i1$1.CommonModule, i4$1.MatButtonModule, i1$8.MatDialogModule, IgoKeyValueModule]] });
|
|
8417
8992
|
(function () {
|
|
8418
8993
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoJsonDialogModule, [{
|
|
8419
8994
|
type: i0.NgModule,
|
|
8420
8995
|
args: [{
|
|
8421
|
-
imports: [i1$1.CommonModule, i4$
|
|
8996
|
+
imports: [i1$1.CommonModule, i4$1.MatButtonModule, i1$8.MatDialogModule, IgoKeyValueModule],
|
|
8422
8997
|
exports: [JsonDialogComponent],
|
|
8423
8998
|
declarations: [JsonDialogComponent],
|
|
8424
8999
|
providers: [JsonDialogService]
|
|
8425
9000
|
}]
|
|
8426
9001
|
}], null, null);
|
|
8427
9002
|
})();
|
|
8428
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoJsonDialogModule, { declarations: [JsonDialogComponent], imports: [i1$1.CommonModule, i4$
|
|
9003
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoJsonDialogModule, { declarations: [JsonDialogComponent], imports: [i1$1.CommonModule, i4$1.MatButtonModule, i1$8.MatDialogModule, IgoKeyValueModule], exports: [JsonDialogComponent] }); })();
|
|
8429
9004
|
|
|
8430
9005
|
var ListItemDirective = /** @class */ (function () {
|
|
8431
9006
|
function ListItemDirective(renderer, el) {
|
|
@@ -8914,18 +9489,18 @@
|
|
|
8914
9489
|
}());
|
|
8915
9490
|
IgoListModule.ɵfac = function IgoListModule_Factory(t) { return new (t || IgoListModule)(); };
|
|
8916
9491
|
IgoListModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoListModule });
|
|
8917
|
-
IgoListModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[i1$1.CommonModule, i5.MatIconModule, i1$6.MatListModule, IgoClickoutModule]] });
|
|
9492
|
+
IgoListModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[i1$1.CommonModule, i5$1.MatIconModule, i1$6.MatListModule, IgoClickoutModule]] });
|
|
8918
9493
|
(function () {
|
|
8919
9494
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IgoListModule, [{
|
|
8920
9495
|
type: i0.NgModule,
|
|
8921
9496
|
args: [{
|
|
8922
|
-
imports: [i1$1.CommonModule, i5.MatIconModule, i1$6.MatListModule, IgoClickoutModule],
|
|
9497
|
+
imports: [i1$1.CommonModule, i5$1.MatIconModule, i1$6.MatListModule, IgoClickoutModule],
|
|
8923
9498
|
declarations: [ListItemDirective, ListComponent],
|
|
8924
9499
|
exports: [ListItemDirective, ListComponent]
|
|
8925
9500
|
}]
|
|
8926
9501
|
}], null, null);
|
|
8927
9502
|
})();
|
|
8928
|
-
(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] }); })();
|
|
9503
|
+
(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] }); })();
|
|
8929
9504
|
|
|
8930
9505
|
function PanelComponent_div_0_Template(rf, ctx) {
|
|
8931
9506
|
if (rf & 1) {
|
|
@@ -9597,7 +10172,7 @@
|
|
|
9597
10172
|
TableComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: TableComponent, selectors: [["igo-table"]], viewQuery: function TableComponent_Query(rf, ctx) {
|
|
9598
10173
|
if (rf & 1) {
|
|
9599
10174
|
i0__namespace.ɵɵviewQuery(_c0$1, 5);
|
|
9600
|
-
i0__namespace.ɵɵviewQuery(
|
|
10175
|
+
i0__namespace.ɵɵviewQuery(i5.MatSort, 7);
|
|
9601
10176
|
}
|
|
9602
10177
|
if (rf & 2) {
|
|
9603
10178
|
var _t = void 0;
|
|
@@ -9637,7 +10212,7 @@
|
|
|
9637
10212
|
i0__namespace.ɵɵadvance(1);
|
|
9638
10213
|
i0__namespace.ɵɵproperty("matRowDefColumns", ctx.displayedColumns);
|
|
9639
10214
|
}
|
|
9640
|
-
}, directives: [i1__namespace$1.NgIf,
|
|
10215
|
+
}, 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}"] });
|
|
9641
10216
|
(function () {
|
|
9642
10217
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableComponent, [{
|
|
9643
10218
|
type: i0.Component,
|
|
@@ -9659,7 +10234,7 @@
|
|
|
9659
10234
|
args: ['filter']
|
|
9660
10235
|
}], sort: [{
|
|
9661
10236
|
type: i0.ViewChild,
|
|
9662
|
-
args: [
|
|
10237
|
+
args: [i5.MatSort, { static: true }]
|
|
9663
10238
|
}] });
|
|
9664
10239
|
})();
|
|
9665
10240
|
|
|
@@ -9678,15 +10253,15 @@
|
|
|
9678
10253
|
IgoTableModule.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: IgoTableModule });
|
|
9679
10254
|
IgoTableModule.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
9680
10255
|
i1$1.CommonModule,
|
|
9681
|
-
|
|
10256
|
+
i1$5.FormsModule,
|
|
9682
10257
|
table.CdkTableModule,
|
|
9683
|
-
i5.MatIconModule,
|
|
9684
|
-
i4$
|
|
9685
|
-
|
|
10258
|
+
i5$1.MatIconModule,
|
|
10259
|
+
i4$1.MatButtonModule,
|
|
10260
|
+
i4.MatTableModule,
|
|
9686
10261
|
i1.MatFormFieldModule,
|
|
9687
10262
|
i2$3.MatInputModule,
|
|
9688
|
-
|
|
9689
|
-
|
|
10263
|
+
i5.MatSortModule,
|
|
10264
|
+
i7.MatCheckboxModule,
|
|
9690
10265
|
i1$2.IgoLanguageModule
|
|
9691
10266
|
]] });
|
|
9692
10267
|
(function () {
|
|
@@ -9695,15 +10270,15 @@
|
|
|
9695
10270
|
args: [{
|
|
9696
10271
|
imports: [
|
|
9697
10272
|
i1$1.CommonModule,
|
|
9698
|
-
|
|
10273
|
+
i1$5.FormsModule,
|
|
9699
10274
|
table.CdkTableModule,
|
|
9700
|
-
i5.MatIconModule,
|
|
9701
|
-
i4$
|
|
9702
|
-
|
|
10275
|
+
i5$1.MatIconModule,
|
|
10276
|
+
i4$1.MatButtonModule,
|
|
10277
|
+
i4.MatTableModule,
|
|
9703
10278
|
i1.MatFormFieldModule,
|
|
9704
10279
|
i2$3.MatInputModule,
|
|
9705
|
-
|
|
9706
|
-
|
|
10280
|
+
i5.MatSortModule,
|
|
10281
|
+
i7.MatCheckboxModule,
|
|
9707
10282
|
i1$2.IgoLanguageModule
|
|
9708
10283
|
],
|
|
9709
10284
|
declarations: [TableComponent],
|
|
@@ -9713,15 +10288,15 @@
|
|
|
9713
10288
|
})();
|
|
9714
10289
|
(function () {
|
|
9715
10290
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(IgoTableModule, { declarations: [TableComponent], imports: [i1$1.CommonModule,
|
|
9716
|
-
|
|
10291
|
+
i1$5.FormsModule,
|
|
9717
10292
|
table.CdkTableModule,
|
|
9718
|
-
i5.MatIconModule,
|
|
9719
|
-
i4$
|
|
9720
|
-
|
|
10293
|
+
i5$1.MatIconModule,
|
|
10294
|
+
i4$1.MatButtonModule,
|
|
10295
|
+
i4.MatTableModule,
|
|
9721
10296
|
i1.MatFormFieldModule,
|
|
9722
10297
|
i2$3.MatInputModule,
|
|
9723
|
-
|
|
9724
|
-
|
|
10298
|
+
i5.MatSortModule,
|
|
10299
|
+
i7.MatCheckboxModule,
|
|
9725
10300
|
i1$2.IgoLanguageModule], exports: [TableComponent] });
|
|
9726
10301
|
})();
|
|
9727
10302
|
|
|
@@ -10355,14 +10930,14 @@
|
|
|
10355
10930
|
return WorkspaceSelectorComponent;
|
|
10356
10931
|
}());
|
|
10357
10932
|
WorkspaceSelectorComponent.ɵfac = function WorkspaceSelectorComponent_Factory(t) { return new (t || WorkspaceSelectorComponent)(); };
|
|
10358
|
-
WorkspaceSelectorComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: WorkspaceSelectorComponent, selectors: [["igo-workspace-selector"]], inputs: { store: "store" }, outputs: { selectedChange: "selectedChange" }, decls: 1, vars:
|
|
10933
|
+
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) {
|
|
10359
10934
|
if (rf & 1) {
|
|
10360
10935
|
i0__namespace.ɵɵelementStart(0, "igo-entity-selector", 0);
|
|
10361
10936
|
i0__namespace.ɵɵlistener("selectedChange", function WorkspaceSelectorComponent_Template_igo_entity_selector_selectedChange_0_listener($event) { return ctx.onSelectedChange($event); });
|
|
10362
10937
|
i0__namespace.ɵɵelementEnd();
|
|
10363
10938
|
}
|
|
10364
10939
|
if (rf & 2) {
|
|
10365
|
-
i0__namespace.ɵɵproperty("store", ctx.store)("multi", false)("titleAccessor", ctx.getWorkspaceTitle);
|
|
10940
|
+
i0__namespace.ɵɵproperty("store", ctx.store)("multi", false)("titleAccessor", ctx.getWorkspaceTitle)("disabled", ctx.disabled);
|
|
10366
10941
|
}
|
|
10367
10942
|
}, 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 });
|
|
10368
10943
|
(function () {
|
|
@@ -10376,6 +10951,8 @@
|
|
|
10376
10951
|
}]
|
|
10377
10952
|
}], null, { store: [{
|
|
10378
10953
|
type: i0.Input
|
|
10954
|
+
}], disabled: [{
|
|
10955
|
+
type: i0.Input
|
|
10379
10956
|
}], selectedChange: [{
|
|
10380
10957
|
type: i0.Output
|
|
10381
10958
|
}] });
|
|
@@ -10854,6 +11431,7 @@
|
|
|
10854
11431
|
exports.ConfirmDialogService = ConfirmDialogService;
|
|
10855
11432
|
exports.ContextMenuDirective = ContextMenuDirective;
|
|
10856
11433
|
exports.CustomHtmlComponent = CustomHtmlComponent;
|
|
11434
|
+
exports.DOMService = DOMService;
|
|
10857
11435
|
exports.DragAndDropDirective = DragAndDropDirective;
|
|
10858
11436
|
exports.DynamicComponent = DynamicComponent;
|
|
10859
11437
|
exports.DynamicComponentService = DynamicComponentService;
|
|
@@ -10886,6 +11464,7 @@
|
|
|
10886
11464
|
exports.IgoConfirmDialogModule = IgoConfirmDialogModule;
|
|
10887
11465
|
exports.IgoContextMenuModule = IgoContextMenuModule;
|
|
10888
11466
|
exports.IgoCustomHtmlModule = IgoCustomHtmlModule;
|
|
11467
|
+
exports.IgoDOMModule = IgoDOMModule;
|
|
10889
11468
|
exports.IgoDrapDropModule = IgoDrapDropModule;
|
|
10890
11469
|
exports.IgoDynamicComponentModule = IgoDynamicComponentModule;
|
|
10891
11470
|
exports.IgoDynamicOutletModule = IgoDynamicOutletModule;
|