@netgrif/components-core 6.0.3 → 6.0.4
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/netgrif-components-core.umd.js +166 -61
- package/bundles/netgrif-components-core.umd.js.map +1 -1
- package/bundles/netgrif-components-core.umd.min.js +2 -2
- package/bundles/netgrif-components-core.umd.min.js.map +1 -1
- package/esm2015/lib/data-fields/file-field/abstract-file-field.component.js +2 -2
- package/esm2015/lib/groups/services/next-group.service.js +3 -2
- package/esm2015/lib/resources/abstract-endpoint/abstract-resource.service.js +3 -2
- package/esm2015/lib/resources/engine-endpoint/public/public-task-resource.service.js +1 -1
- package/esm2015/lib/search/models/category/case/case-dataset.js +3 -6
- package/esm2015/lib/search/models/category/case/case-simple-dataset.js +3 -3
- package/esm2015/lib/search/models/category/case/case-title.js +13 -3
- package/esm2015/lib/search/models/category/case/case-visual-id.js +13 -3
- package/esm2015/lib/search/models/category/category.js +10 -2
- package/esm2015/lib/search/models/operator/substring.js +3 -3
- package/esm2015/lib/search/search-keyword-resolver-service/search-index-resolver.service.js +18 -3
- package/esm2015/lib/search/search-service/search.service.js +3 -2
- package/esm2015/lib/side-menu/content-components/new-case/abstract-new-case.component.js +6 -1
- package/esm2015/lib/task/services/finish-task.service.js +18 -13
- package/esm2015/lib/task/services/task-data.service.js +2 -1
- package/esm2015/lib/user/services/user-list.service.js +4 -3
- package/esm2015/lib/utility/pagination/load-all-pages.js +4 -3
- package/esm2015/lib/utility/pagination/pagination-params.js +19 -0
- package/esm2015/lib/utility/pagination/pagination-sort.js +17 -0
- package/esm2015/lib/utility/public-api.js +3 -1
- package/esm2015/lib/utility/tests/mocks/mock-endpoint.js +4 -3
- package/esm2015/lib/view/abstract/sortable-view.js +4 -3
- package/esm2015/lib/view/case-view/service/case-view-service.js +6 -4
- package/esm2015/lib/view/public-api.js +3 -1
- package/esm2015/lib/view/task-view/service/task-view.service.js +6 -4
- package/esm2015/lib/view/tree-case-view/tree-component/case-tree.service.js +19 -5
- package/esm2015/lib/view/tree-case-view/tree-component/model/tree-case-view-configuration.js +2 -0
- package/esm2015/lib/view/tree-case-view/tree-component/model/tree-configuration-injection-token.js +3 -0
- package/esm2015/lib/view/workflow-view/workflow-view.service.js +4 -11
- package/esm5/lib/data-fields/file-field/abstract-file-field.component.js +2 -2
- package/esm5/lib/groups/services/next-group.service.js +3 -2
- package/esm5/lib/resources/abstract-endpoint/abstract-resource.service.js +3 -2
- package/esm5/lib/resources/engine-endpoint/public/public-task-resource.service.js +1 -1
- package/esm5/lib/search/models/category/case/case-dataset.js +3 -6
- package/esm5/lib/search/models/category/case/case-simple-dataset.js +3 -3
- package/esm5/lib/search/models/category/case/case-title.js +19 -4
- package/esm5/lib/search/models/category/case/case-visual-id.js +19 -4
- package/esm5/lib/search/models/category/category.js +10 -2
- package/esm5/lib/search/models/operator/substring.js +3 -3
- package/esm5/lib/search/search-keyword-resolver-service/search-index-resolver.service.js +17 -2
- package/esm5/lib/search/search-service/search.service.js +3 -2
- package/esm5/lib/side-menu/content-components/new-case/abstract-new-case.component.js +6 -1
- package/esm5/lib/task/services/finish-task.service.js +18 -13
- package/esm5/lib/task/services/task-data.service.js +2 -1
- package/esm5/lib/user/services/user-list.service.js +4 -3
- package/esm5/lib/utility/pagination/load-all-pages.js +4 -3
- package/esm5/lib/utility/pagination/pagination-params.js +19 -0
- package/esm5/lib/utility/pagination/pagination-sort.js +17 -0
- package/esm5/lib/utility/public-api.js +3 -1
- package/esm5/lib/utility/tests/mocks/mock-endpoint.js +4 -3
- package/esm5/lib/view/abstract/sortable-view.js +4 -3
- package/esm5/lib/view/case-view/service/case-view-service.js +6 -4
- package/esm5/lib/view/public-api.js +3 -1
- package/esm5/lib/view/task-view/service/task-view.service.js +6 -4
- package/esm5/lib/view/tree-case-view/tree-component/case-tree.service.js +19 -5
- package/esm5/lib/view/tree-case-view/tree-component/model/tree-case-view-configuration.js +2 -0
- package/esm5/lib/view/tree-case-view/tree-component/model/tree-configuration-injection-token.js +3 -0
- package/esm5/lib/view/workflow-view/workflow-view.service.js +4 -11
- package/fesm2015/netgrif-components-core.js +154 -61
- package/fesm2015/netgrif-components-core.js.map +1 -1
- package/fesm5/netgrif-components-core.js +165 -62
- package/fesm5/netgrif-components-core.js.map +1 -1
- package/lib/search/models/category/case/case-dataset.d.ts +0 -2
- package/lib/search/models/category/case/case-title.d.ts +4 -1
- package/lib/search/models/category/case/case-visual-id.d.ts +4 -1
- package/lib/search/models/category/category.d.ts +7 -0
- package/lib/search/search-keyword-resolver-service/search-index-resolver.service.d.ts +12 -0
- package/lib/side-menu/content-components/new-case/abstract-new-case.component.d.ts +1 -0
- package/lib/task/services/finish-task.service.d.ts +5 -0
- package/lib/utility/pagination/pagination-params.d.ts +17 -0
- package/lib/utility/pagination/pagination-sort.d.ts +13 -0
- package/lib/utility/public-api.d.ts +2 -0
- package/lib/view/public-api.d.ts +2 -0
- package/lib/view/tree-case-view/tree-component/case-tree.service.d.ts +4 -1
- package/lib/view/tree-case-view/tree-component/model/tree-case-view-configuration.d.ts +9 -0
- package/lib/view/tree-case-view/tree-component/model/tree-configuration-injection-token.d.ts +3 -0
- package/lib/view/workflow-view/workflow-view.service.d.ts +0 -1
- package/netgrif-components-core.metadata.json +1 -1
- package/package.json +2 -2
- package/schematics/collection.json +0 -3
|
@@ -2585,6 +2585,25 @@ var ResourceProvider = /** @class */ (function (_super) {
|
|
|
2585
2585
|
return ResourceProvider;
|
|
2586
2586
|
}(AbstractResourceProvider));
|
|
2587
2587
|
|
|
2588
|
+
/**
|
|
2589
|
+
* Constants for pagination configuration of HTTP requests.
|
|
2590
|
+
*/
|
|
2591
|
+
var PaginationParams;
|
|
2592
|
+
(function (PaginationParams) {
|
|
2593
|
+
/**
|
|
2594
|
+
* Size of page - maximal number of elements per page.
|
|
2595
|
+
*/
|
|
2596
|
+
PaginationParams["PAGE_SIZE"] = "size";
|
|
2597
|
+
/**
|
|
2598
|
+
* Requested page index. 0 based.
|
|
2599
|
+
*/
|
|
2600
|
+
PaginationParams["PAGE_NUMBER"] = "page";
|
|
2601
|
+
/**
|
|
2602
|
+
* Sort configuration of the requested page. Use the {@link createSortParam} function to generate the value for this attribute.
|
|
2603
|
+
*/
|
|
2604
|
+
PaginationParams["PAGE_SORT"] = "sort";
|
|
2605
|
+
})(PaginationParams || (PaginationParams = {}));
|
|
2606
|
+
|
|
2588
2607
|
/**
|
|
2589
2608
|
* The class that contains behavior common to all resource services.
|
|
2590
2609
|
*
|
|
@@ -2647,7 +2666,7 @@ var AbstractResourceService = /** @class */ (function () {
|
|
|
2647
2666
|
};
|
|
2648
2667
|
return {
|
|
2649
2668
|
content: this.changeType(r, propertiesParams),
|
|
2650
|
-
pagination: r.hasOwnProperty(
|
|
2669
|
+
pagination: r.hasOwnProperty(PaginationParams.PAGE_NUMBER) ? r.page : defaultPage
|
|
2651
2670
|
};
|
|
2652
2671
|
};
|
|
2653
2672
|
/**
|
|
@@ -6878,7 +6897,7 @@ var AbstractFileFieldComponent = /** @class */ (function (_super) {
|
|
|
6878
6897
|
return;
|
|
6879
6898
|
}
|
|
6880
6899
|
this.state.downloading = true;
|
|
6881
|
-
this._taskResourceService.downloadFilePreview(this.
|
|
6900
|
+
this._taskResourceService.downloadFilePreview(this.resolveParentTaskId(), this.dataField.stringId).subscribe(function (response) {
|
|
6882
6901
|
if (response instanceof Blob) {
|
|
6883
6902
|
_this._log.debug("Preview of file [" + _this.dataField.stringId + "] " + _this.dataField.value.name + " was successfully downloaded");
|
|
6884
6903
|
_this.fileForPreview = new Blob([response], { type: 'application/octet-stream' });
|
|
@@ -9577,8 +9596,8 @@ var Substring = /** @class */ (function (_super) {
|
|
|
9577
9596
|
// TODO IMPROVEMENT 27.4.2020 - we could use regular expressions to search for substrings which would solve the unintuitive
|
|
9578
9597
|
// behavior that occurs when we search for strings that contain spaces. We need to escape the input string in a special way
|
|
9579
9598
|
// if we choose to do this
|
|
9580
|
-
var escapedValue = Operator.escapeInput(args[0]).value;
|
|
9581
|
-
return Operator.forEachKeyword(elasticKeywords, function (keyword) { return new Query("(" + keyword + "
|
|
9599
|
+
var escapedValue = Operator.escapeInput(args[0]).value.replace(' ', '\\ ');
|
|
9600
|
+
return Operator.forEachKeyword(elasticKeywords, function (keyword) { return new Query("(" + keyword + ":*" + escapedValue + "*)"); });
|
|
9582
9601
|
};
|
|
9583
9602
|
Substring.prototype.getOperatorNameTemplate = function () {
|
|
9584
9603
|
return ['search.operator.substring', Operator.INPUT_PLACEHOLDER];
|
|
@@ -9880,6 +9899,7 @@ var OperatorService = /** @class */ (function () {
|
|
|
9880
9899
|
*/
|
|
9881
9900
|
var SearchIndexResolverService = /** @class */ (function () {
|
|
9882
9901
|
function SearchIndexResolverService() {
|
|
9902
|
+
this.KEYWORD = '.keyword';
|
|
9883
9903
|
}
|
|
9884
9904
|
/**
|
|
9885
9905
|
* Constructs the index name for the specified field.
|
|
@@ -9894,7 +9914,21 @@ var SearchIndexResolverService = /** @class */ (function () {
|
|
|
9894
9914
|
*/
|
|
9895
9915
|
SearchIndexResolverService.prototype.getIndex = function (dataFieldIdentifier, index, keyword) {
|
|
9896
9916
|
if (keyword === void 0) { keyword = false; }
|
|
9897
|
-
return "dataSet." + dataFieldIdentifier + "." + index + (keyword ?
|
|
9917
|
+
return "dataSet." + dataFieldIdentifier + "." + index + (keyword ? this.KEYWORD : '');
|
|
9918
|
+
};
|
|
9919
|
+
/**
|
|
9920
|
+
* Constructs the index name for the specified core field.
|
|
9921
|
+
*
|
|
9922
|
+
* Note that almost all combinations are valid and will not throw an error when used to query the database, but not all combinations are
|
|
9923
|
+
* used by the application engine. The {@link SearchIndex} class has some information about which field types map to which indices, but
|
|
9924
|
+
* you should consult the backend documentation for more reliable information.
|
|
9925
|
+
* @param index the queried index
|
|
9926
|
+
* @param keyword whether the keyword of a TEXT index should be queried
|
|
9927
|
+
* @returns the full name of the specified index
|
|
9928
|
+
*/
|
|
9929
|
+
SearchIndexResolverService.prototype.getCoreIndex = function (index, keyword) {
|
|
9930
|
+
if (keyword === void 0) { keyword = false; }
|
|
9931
|
+
return "" + index + (keyword ? this.KEYWORD : '');
|
|
9898
9932
|
};
|
|
9899
9933
|
SearchIndexResolverService.ɵprov = ɵɵdefineInjectable({ factory: function SearchIndexResolverService_Factory() { return new SearchIndexResolverService(); }, token: SearchIndexResolverService, providedIn: "root" });
|
|
9900
9934
|
SearchIndexResolverService.decorators = [
|
|
@@ -10389,7 +10423,7 @@ var Category = /** @class */ (function () {
|
|
|
10389
10423
|
if (!this.isOperatorSelected()) {
|
|
10390
10424
|
throw new Error('Category cannot generate a Query if no Operator is selected');
|
|
10391
10425
|
}
|
|
10392
|
-
return this._operatorFormControl.value.createQuery(this.
|
|
10426
|
+
return this._operatorFormControl.value.createQuery(this.elasticKeywords, userInput);
|
|
10393
10427
|
};
|
|
10394
10428
|
/**
|
|
10395
10429
|
* Calls the [generateQuery]{@link Category#generateQuery} method and creates an {@link ElementaryPredicate} with the result.
|
|
@@ -10690,6 +10724,14 @@ var Category = /** @class */ (function () {
|
|
|
10690
10724
|
}
|
|
10691
10725
|
return { segment: segment, bold: true };
|
|
10692
10726
|
};
|
|
10727
|
+
/**
|
|
10728
|
+
* Checks for selected operator
|
|
10729
|
+
* @param operatorClass the operator to be checked
|
|
10730
|
+
* @return boolean of the statement
|
|
10731
|
+
*/
|
|
10732
|
+
Category.prototype.isSelectedOperator = function (operatorClass) {
|
|
10733
|
+
return this.selectedOperator === this._operatorService.getOperator(operatorClass);
|
|
10734
|
+
};
|
|
10693
10735
|
/**
|
|
10694
10736
|
* The {@link CategoryMetadataConfiguration} key for this Category's {@link Operator}
|
|
10695
10737
|
*/
|
|
@@ -11542,12 +11584,12 @@ var CaseDataset = /** @class */ (function (_super) {
|
|
|
11542
11584
|
return resolver.getIndex(datafield.fieldId, SearchIndex.BOOLEAN);
|
|
11543
11585
|
case 'file':
|
|
11544
11586
|
case 'fileList':
|
|
11545
|
-
return resolver.getIndex(datafield.fieldId, SearchIndex.FILE_NAME, this.isSelectedOperator(Equals) || this.isSelectedOperator(NotEquals));
|
|
11587
|
+
return resolver.getIndex(datafield.fieldId, SearchIndex.FILE_NAME, this.isSelectedOperator(Equals) || this.isSelectedOperator(NotEquals) || this.isSelectedOperator(Substring));
|
|
11546
11588
|
case 'user':
|
|
11547
11589
|
case 'userList':
|
|
11548
11590
|
return resolver.getIndex(datafield.fieldId, SearchIndex.USER_ID);
|
|
11549
11591
|
default:
|
|
11550
|
-
return resolver.getIndex(datafield.fieldId, SearchIndex.FULLTEXT, this.isSelectedOperator(Equals) || this.isSelectedOperator(NotEquals));
|
|
11592
|
+
return resolver.getIndex(datafield.fieldId, SearchIndex.FULLTEXT, this.isSelectedOperator(Equals) || this.isSelectedOperator(NotEquals) || this.isSelectedOperator(Substring));
|
|
11551
11593
|
}
|
|
11552
11594
|
};
|
|
11553
11595
|
Object.defineProperty(CaseDataset.prototype, "inputPlaceholder", {
|
|
@@ -11695,9 +11737,6 @@ var CaseDataset = /** @class */ (function (_super) {
|
|
|
11695
11737
|
}
|
|
11696
11738
|
return value;
|
|
11697
11739
|
};
|
|
11698
|
-
CaseDataset.prototype.isSelectedOperator = function (operatorClass) {
|
|
11699
|
-
return this.selectedOperator === this._operatorService.getOperator(operatorClass);
|
|
11700
|
-
};
|
|
11701
11740
|
CaseDataset.prototype.serializeClass = function () {
|
|
11702
11741
|
return Categories.CASE_DATASET;
|
|
11703
11742
|
};
|
|
@@ -11918,14 +11957,14 @@ var CaseSimpleDataset = /** @class */ (function (_super) {
|
|
|
11918
11957
|
break;
|
|
11919
11958
|
case 'file':
|
|
11920
11959
|
case 'fileList':
|
|
11921
|
-
this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.FILE_NAME);
|
|
11960
|
+
this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.FILE_NAME, this.isSelectedOperator(Substring));
|
|
11922
11961
|
break;
|
|
11923
11962
|
case 'user':
|
|
11924
11963
|
case 'userList':
|
|
11925
11964
|
this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.USER_ID);
|
|
11926
11965
|
break;
|
|
11927
11966
|
default:
|
|
11928
|
-
this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.FULLTEXT);
|
|
11967
|
+
this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.FULLTEXT, this.isSelectedOperator(Substring));
|
|
11929
11968
|
}
|
|
11930
11969
|
};
|
|
11931
11970
|
Object.defineProperty(CaseSimpleDataset.prototype, "elasticKeywords", {
|
|
@@ -12030,13 +12069,15 @@ var CaseTask = /** @class */ (function (_super) {
|
|
|
12030
12069
|
|
|
12031
12070
|
var CaseTitle = /** @class */ (function (_super) {
|
|
12032
12071
|
__extends(CaseTitle, _super);
|
|
12033
|
-
function CaseTitle(operators, logger) {
|
|
12034
|
-
|
|
12072
|
+
function CaseTitle(operators, logger, _optionalDependencies) {
|
|
12073
|
+
var _this = _super.call(this, [CaseSearch.TITLE], [
|
|
12035
12074
|
operators.getOperator(Substring),
|
|
12036
12075
|
operators.getOperator(Equals),
|
|
12037
12076
|
operators.getOperator(NotEquals),
|
|
12038
12077
|
operators.getOperator(Like)
|
|
12039
12078
|
], CaseTitle._i18n + ".name", SearchInputType.TEXT, logger, operators) || this;
|
|
12079
|
+
_this._optionalDependencies = _optionalDependencies;
|
|
12080
|
+
return _this;
|
|
12040
12081
|
}
|
|
12041
12082
|
Object.defineProperty(CaseTitle.prototype, "inputPlaceholder", {
|
|
12042
12083
|
get: function () {
|
|
@@ -12046,19 +12087,34 @@ var CaseTitle = /** @class */ (function (_super) {
|
|
|
12046
12087
|
configurable: true
|
|
12047
12088
|
});
|
|
12048
12089
|
CaseTitle.prototype.duplicate = function () {
|
|
12049
|
-
return new CaseTitle(this._operatorService, this._log);
|
|
12090
|
+
return new CaseTitle(this._operatorService, this._log, this._optionalDependencies);
|
|
12050
12091
|
};
|
|
12051
12092
|
CaseTitle.prototype.serializeClass = function () {
|
|
12052
12093
|
return Categories.CASE_TITLE;
|
|
12053
12094
|
};
|
|
12095
|
+
Object.defineProperty(CaseTitle.prototype, "elasticKeywords", {
|
|
12096
|
+
get: function () {
|
|
12097
|
+
if (!!this._optionalDependencies) {
|
|
12098
|
+
var resolver = this._optionalDependencies.searchIndexResolver;
|
|
12099
|
+
return [resolver.getCoreIndex(CaseSearch.TITLE, this.isSelectedOperator(Substring))];
|
|
12100
|
+
}
|
|
12101
|
+
else {
|
|
12102
|
+
return this._elasticKeywords;
|
|
12103
|
+
}
|
|
12104
|
+
},
|
|
12105
|
+
enumerable: false,
|
|
12106
|
+
configurable: true
|
|
12107
|
+
});
|
|
12054
12108
|
CaseTitle._i18n = 'search.category.case.title';
|
|
12055
12109
|
return CaseTitle;
|
|
12056
12110
|
}(NoConfigurationCategory));
|
|
12057
12111
|
|
|
12058
12112
|
var CaseVisualId = /** @class */ (function (_super) {
|
|
12059
12113
|
__extends(CaseVisualId, _super);
|
|
12060
|
-
function CaseVisualId(operators, logger) {
|
|
12061
|
-
|
|
12114
|
+
function CaseVisualId(operators, logger, _optionalDependencies) {
|
|
12115
|
+
var _this = _super.call(this, [CaseSearch.VISUAL_ID], [operators.getOperator(Substring), operators.getOperator(Equals), operators.getOperator(NotEquals)], CaseVisualId._i18n + ".name", SearchInputType.TEXT, logger, operators) || this;
|
|
12116
|
+
_this._optionalDependencies = _optionalDependencies;
|
|
12117
|
+
return _this;
|
|
12062
12118
|
}
|
|
12063
12119
|
Object.defineProperty(CaseVisualId.prototype, "inputPlaceholder", {
|
|
12064
12120
|
get: function () {
|
|
@@ -12068,11 +12124,24 @@ var CaseVisualId = /** @class */ (function (_super) {
|
|
|
12068
12124
|
configurable: true
|
|
12069
12125
|
});
|
|
12070
12126
|
CaseVisualId.prototype.duplicate = function () {
|
|
12071
|
-
return new CaseVisualId(this._operatorService, this._log);
|
|
12127
|
+
return new CaseVisualId(this._operatorService, this._log, this._optionalDependencies);
|
|
12072
12128
|
};
|
|
12073
12129
|
CaseVisualId.prototype.serializeClass = function () {
|
|
12074
12130
|
return Categories.CASE_VISUAL_ID;
|
|
12075
12131
|
};
|
|
12132
|
+
Object.defineProperty(CaseVisualId.prototype, "elasticKeywords", {
|
|
12133
|
+
get: function () {
|
|
12134
|
+
if (!!this._optionalDependencies) {
|
|
12135
|
+
var resolver = this._optionalDependencies.searchIndexResolver;
|
|
12136
|
+
return [resolver.getCoreIndex(CaseSearch.VISUAL_ID, this.isSelectedOperator(Substring))];
|
|
12137
|
+
}
|
|
12138
|
+
else {
|
|
12139
|
+
return this._elasticKeywords;
|
|
12140
|
+
}
|
|
12141
|
+
},
|
|
12142
|
+
enumerable: false,
|
|
12143
|
+
configurable: true
|
|
12144
|
+
});
|
|
12076
12145
|
CaseVisualId._i18n = 'search.category.case.visualId';
|
|
12077
12146
|
return CaseVisualId;
|
|
12078
12147
|
}(NoConfigurationCategory));
|
|
@@ -13497,7 +13566,8 @@ var SearchService = /** @class */ (function () {
|
|
|
13497
13566
|
* @param searchedSubstring value that should be searched on all full text fields
|
|
13498
13567
|
*/
|
|
13499
13568
|
SearchService.prototype.setFullTextFilter = function (searchedSubstring) {
|
|
13500
|
-
|
|
13569
|
+
var whiteSpacedSubstring = searchedSubstring.replace(' ', '\\ ');
|
|
13570
|
+
this._fullTextFilter = new SimpleFilter('', this._baseFilter.type, { fullText: whiteSpacedSubstring });
|
|
13501
13571
|
this.updateActiveFilter();
|
|
13502
13572
|
};
|
|
13503
13573
|
/**
|
|
@@ -14490,9 +14560,9 @@ var UserListService = /** @class */ (function () {
|
|
|
14490
14560
|
* @param page Page number that is requested. / Next page users list.
|
|
14491
14561
|
*/
|
|
14492
14562
|
UserListService.prototype.addPageParams = function (params, page) {
|
|
14493
|
-
params = params.set(
|
|
14563
|
+
params = params.set(PaginationParams.PAGE_SIZE, "" + this._pagination.size);
|
|
14494
14564
|
page = page !== null ? page : this._pagination.number;
|
|
14495
|
-
params = params.set(
|
|
14565
|
+
params = params.set(PaginationParams.PAGE_NUMBER, "" + page);
|
|
14496
14566
|
return params;
|
|
14497
14567
|
};
|
|
14498
14568
|
UserListService.ctorParameters = function () { return [
|
|
@@ -15410,10 +15480,10 @@ var SortableView = /** @class */ (function () {
|
|
|
15410
15480
|
};
|
|
15411
15481
|
SortableView.prototype.addSortParams = function (params) {
|
|
15412
15482
|
if (this._lastHeaderSearchState.sortDirection !== '') {
|
|
15413
|
-
return params.set(
|
|
15483
|
+
return params.set(PaginationParams.PAGE_SORT, this.getSortId() + "," + this._lastHeaderSearchState.sortDirection);
|
|
15414
15484
|
}
|
|
15415
15485
|
else {
|
|
15416
|
-
return params.set(
|
|
15486
|
+
return params.set(PaginationParams.PAGE_SORT, this.getDefaultSortParam());
|
|
15417
15487
|
}
|
|
15418
15488
|
};
|
|
15419
15489
|
SortableView.prototype.getSortId = function () {
|
|
@@ -15456,6 +15526,23 @@ function tabbedTaskViewConfigurationFactory(injectedTabData) {
|
|
|
15456
15526
|
}
|
|
15457
15527
|
}
|
|
15458
15528
|
|
|
15529
|
+
/**
|
|
15530
|
+
* Constants for use with the
|
|
15531
|
+
*/
|
|
15532
|
+
var PaginationSort;
|
|
15533
|
+
(function (PaginationSort) {
|
|
15534
|
+
PaginationSort["ASCENDING"] = "asc";
|
|
15535
|
+
PaginationSort["DESCENDING"] = "desc";
|
|
15536
|
+
})(PaginationSort || (PaginationSort = {}));
|
|
15537
|
+
/**
|
|
15538
|
+
* Creates the configuration string for use with the [PAGE_SORT]{@link PaginationParams#PAGE_SORT} configuration attribute
|
|
15539
|
+
* @param attribute the name of the attribute that should be used for sorting the results
|
|
15540
|
+
* @param direction the sorting direction
|
|
15541
|
+
*/
|
|
15542
|
+
function createSortParam(attribute, direction) {
|
|
15543
|
+
return attribute + "," + direction;
|
|
15544
|
+
}
|
|
15545
|
+
|
|
15459
15546
|
var TaskViewService = /** @class */ (function (_super) {
|
|
15460
15547
|
__extends(TaskViewService, _super);
|
|
15461
15548
|
function TaskViewService(_taskService, _userService, _snackBarService, _translate, _searchService, _log, _userComparator, resolver, _preferredEndpoint, taskViewConfig) {
|
|
@@ -15731,11 +15818,11 @@ var TaskViewService = /** @class */ (function (_super) {
|
|
|
15731
15818
|
return this._lastHeaderSearchState.fieldIdentifier;
|
|
15732
15819
|
};
|
|
15733
15820
|
TaskViewService.prototype.getDefaultSortParam = function () {
|
|
15734
|
-
return 'priority,
|
|
15821
|
+
return createSortParam('priority', PaginationSort.DESCENDING);
|
|
15735
15822
|
};
|
|
15736
15823
|
TaskViewService.prototype.addPageParams = function (params, pagination) {
|
|
15737
|
-
params = params.set(
|
|
15738
|
-
params = params.set(
|
|
15824
|
+
params = params.set(PaginationParams.PAGE_SIZE, "" + pagination.size);
|
|
15825
|
+
params = params.set(PaginationParams.PAGE_NUMBER, "" + pagination.number);
|
|
15739
15826
|
return params;
|
|
15740
15827
|
};
|
|
15741
15828
|
TaskViewService.ctorParameters = function () { return [
|
|
@@ -17307,6 +17394,11 @@ var AbstractNewCaseComponent = /** @class */ (function () {
|
|
|
17307
17394
|
this.netVersion = '';
|
|
17308
17395
|
}
|
|
17309
17396
|
};
|
|
17397
|
+
AbstractNewCaseComponent.prototype.toNextStep = function (viewValue) {
|
|
17398
|
+
if (viewValue !== null && viewValue.value !== undefined) {
|
|
17399
|
+
this.stepper1.next();
|
|
17400
|
+
}
|
|
17401
|
+
};
|
|
17310
17402
|
AbstractNewCaseComponent.ctorParameters = function () { return [
|
|
17311
17403
|
{ type: SideMenuControl, decorators: [{ type: Inject, args: [NAE_SIDE_MENU_CONTROL,] }] },
|
|
17312
17404
|
{ type: FormBuilder },
|
|
@@ -18840,12 +18932,12 @@ var CaseViewService = /** @class */ (function (_super) {
|
|
|
18840
18932
|
return this._allowedNetsService.allowedNets === undefined ? 0 : this._allowedNetsService.allowedNets.length;
|
|
18841
18933
|
};
|
|
18842
18934
|
CaseViewService.prototype.addPageParams = function (params, pagination) {
|
|
18843
|
-
params = params.set(
|
|
18844
|
-
params = params.set(
|
|
18935
|
+
params = params.set(PaginationParams.PAGE_SIZE, "" + pagination.size);
|
|
18936
|
+
params = params.set(PaginationParams.PAGE_NUMBER, "" + pagination.number);
|
|
18845
18937
|
return params;
|
|
18846
18938
|
};
|
|
18847
18939
|
CaseViewService.prototype.getDefaultSortParam = function () {
|
|
18848
|
-
return 'stringId,
|
|
18940
|
+
return createSortParam('stringId', PaginationSort.DESCENDING);
|
|
18849
18941
|
};
|
|
18850
18942
|
CaseViewService.prototype.getMetaFieldSortId = function () {
|
|
18851
18943
|
switch (this._lastHeaderSearchState.fieldIdentifier) {
|
|
@@ -22222,6 +22314,8 @@ var NAE_WORKFLOW_SERVICE_FILTER = new InjectionToken('NaeWorkflowServiceFilter')
|
|
|
22222
22314
|
*/
|
|
22223
22315
|
var NAE_WORKFLOW_SERVICE_CONFIRM_DELETE = new InjectionToken('NaeWorkflowServiceConfirmDelete');
|
|
22224
22316
|
|
|
22317
|
+
var NAE_TREE_CASE_VIEW_CONFIGURATION = new InjectionToken('NaeTreeCaseViewConfiguration');
|
|
22318
|
+
|
|
22225
22319
|
var WorkflowViewService = /** @class */ (function (_super) {
|
|
22226
22320
|
__extends(WorkflowViewService, _super);
|
|
22227
22321
|
function WorkflowViewService(_petriNetResource, _log, _dialogService, _snackBarService, _translate, resolver, injectedBaseFilter, confirmDelete) {
|
|
@@ -22397,17 +22491,9 @@ var WorkflowViewService = /** @class */ (function (_super) {
|
|
|
22397
22491
|
// TODO 7.4.2020 - workflow sorting and searching
|
|
22398
22492
|
return '';
|
|
22399
22493
|
};
|
|
22400
|
-
WorkflowViewService.prototype.addSortParams = function (params) {
|
|
22401
|
-
if (this._lastHeaderSearchState.sortDirection !== '') {
|
|
22402
|
-
return params.set('sort', this.getSortId() + "," + this._lastHeaderSearchState.sortDirection);
|
|
22403
|
-
}
|
|
22404
|
-
else {
|
|
22405
|
-
return params.set('sort', this.getDefaultSortParam());
|
|
22406
|
-
}
|
|
22407
|
-
};
|
|
22408
22494
|
WorkflowViewService.prototype.addPageParams = function (params, pagination) {
|
|
22409
|
-
params = params.set(
|
|
22410
|
-
params = params.set(
|
|
22495
|
+
params = params.set(PaginationParams.PAGE_SIZE, "" + pagination.size);
|
|
22496
|
+
params = params.set(PaginationParams.PAGE_NUMBER, "" + pagination.number);
|
|
22411
22497
|
return params;
|
|
22412
22498
|
};
|
|
22413
22499
|
WorkflowViewService.ctorParameters = function () { return [
|
|
@@ -22486,7 +22572,7 @@ var ResultWithAfterActions = /** @class */ (function () {
|
|
|
22486
22572
|
}());
|
|
22487
22573
|
|
|
22488
22574
|
var CaseTreeService = /** @class */ (function () {
|
|
22489
|
-
function CaseTreeService(_caseResourceService, _treeCaseViewService, _taskResourceService, _logger, _processService, _sideMenuService, _translateService, _optionSelectorComponent) {
|
|
22575
|
+
function CaseTreeService(_caseResourceService, _treeCaseViewService, _taskResourceService, _logger, _processService, _sideMenuService, _translateService, _optionSelectorComponent, _treeConfiguration) {
|
|
22490
22576
|
var _this = this;
|
|
22491
22577
|
this._caseResourceService = _caseResourceService;
|
|
22492
22578
|
this._treeCaseViewService = _treeCaseViewService;
|
|
@@ -22496,6 +22582,7 @@ var CaseTreeService = /** @class */ (function () {
|
|
|
22496
22582
|
this._sideMenuService = _sideMenuService;
|
|
22497
22583
|
this._translateService = _translateService;
|
|
22498
22584
|
this._optionSelectorComponent = _optionSelectorComponent;
|
|
22585
|
+
this._treeConfiguration = _treeConfiguration;
|
|
22499
22586
|
/**
|
|
22500
22587
|
* Weather the tree is eager loaded or not.
|
|
22501
22588
|
*
|
|
@@ -22504,6 +22591,11 @@ var CaseTreeService = /** @class */ (function () {
|
|
|
22504
22591
|
* It is not recommended to eager load large trees as each node sends a separate backend request to load its data.
|
|
22505
22592
|
*/
|
|
22506
22593
|
this._isEagerLoaded = false;
|
|
22594
|
+
if (!this._treeConfiguration) {
|
|
22595
|
+
this._treeConfiguration = {
|
|
22596
|
+
pageSize: CaseTreeService.DEFAULT_PAGE_SIZE
|
|
22597
|
+
};
|
|
22598
|
+
}
|
|
22507
22599
|
this._treeDataSource = new MatTreeNestedDataSource();
|
|
22508
22600
|
this._treeControl = new NestedTreeControl(function (node) { return node.children; });
|
|
22509
22601
|
_treeCaseViewService.reloadCase$.asObservable().subscribe(function () {
|
|
@@ -22802,7 +22894,9 @@ var CaseTreeService = /** @class */ (function () {
|
|
|
22802
22894
|
}
|
|
22803
22895
|
var done = new ReplaySubject(1);
|
|
22804
22896
|
var params = new HttpParams();
|
|
22805
|
-
params = params.set(
|
|
22897
|
+
params = params.set(PaginationParams.PAGE_SIZE, "" + this._treeConfiguration.pageSize)
|
|
22898
|
+
.set(PaginationParams.PAGE_NUMBER, "" + pageNumber)
|
|
22899
|
+
.set(PaginationParams.PAGE_SORT, createSortParam('creationDate', PaginationSort.ASCENDING));
|
|
22806
22900
|
this._caseResourceService.getCases(requestBody, params).subscribe(function (page) {
|
|
22807
22901
|
if (!hasContent(page)) {
|
|
22808
22902
|
_this._logger.error('Child cases invalid page content', page);
|
|
@@ -23333,6 +23427,7 @@ var CaseTreeService = /** @class */ (function () {
|
|
|
23333
23427
|
});
|
|
23334
23428
|
return result;
|
|
23335
23429
|
};
|
|
23430
|
+
CaseTreeService.DEFAULT_PAGE_SIZE = 50;
|
|
23336
23431
|
CaseTreeService.ctorParameters = function () { return [
|
|
23337
23432
|
{ type: CaseResourceService },
|
|
23338
23433
|
{ type: TreeCaseViewService },
|
|
@@ -23341,7 +23436,8 @@ var CaseTreeService = /** @class */ (function () {
|
|
|
23341
23436
|
{ type: ProcessService },
|
|
23342
23437
|
{ type: SideMenuService },
|
|
23343
23438
|
{ type: TranslateService },
|
|
23344
|
-
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_OPTION_SELECTOR_COMPONENT,] }] }
|
|
23439
|
+
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_OPTION_SELECTOR_COMPONENT,] }] },
|
|
23440
|
+
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_TREE_CASE_VIEW_CONFIGURATION,] }] }
|
|
23345
23441
|
]; };
|
|
23346
23442
|
CaseTreeService.decorators = [
|
|
23347
23443
|
{ type: Injectable }
|
|
@@ -23354,7 +23450,8 @@ var CaseTreeService = /** @class */ (function () {
|
|
|
23354
23450
|
{ type: ProcessService },
|
|
23355
23451
|
{ type: SideMenuService },
|
|
23356
23452
|
{ type: TranslateService },
|
|
23357
|
-
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_OPTION_SELECTOR_COMPONENT,] }] }
|
|
23453
|
+
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_OPTION_SELECTOR_COMPONENT,] }] },
|
|
23454
|
+
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_TREE_CASE_VIEW_CONFIGURATION,] }] }
|
|
23358
23455
|
]; };
|
|
23359
23456
|
return CaseTreeService;
|
|
23360
23457
|
}());
|
|
@@ -24259,6 +24356,7 @@ var TaskDataService = /** @class */ (function (_super) {
|
|
|
24259
24356
|
if (dataGroups.length === 0) {
|
|
24260
24357
|
this._log.info('Task has no data ' + this._safeTask);
|
|
24261
24358
|
this._safeTask.dataSize = 0;
|
|
24359
|
+
this._taskContentService.taskFieldsIndex[this._safeTask.stringId] = {};
|
|
24262
24360
|
}
|
|
24263
24361
|
else {
|
|
24264
24362
|
this._taskContentService.referencedTaskAndCaseIds[this._safeTask.caseId] = [this._safeTask.stringId];
|
|
@@ -25126,7 +25224,7 @@ var FinishTaskService = /** @class */ (function (_super) {
|
|
|
25126
25224
|
FinishTaskService.prototype.validateDataAndFinish = function (afterAction) {
|
|
25127
25225
|
var _this = this;
|
|
25128
25226
|
if (afterAction === void 0) { afterAction = new AfterAction(); }
|
|
25129
|
-
if (this.
|
|
25227
|
+
if (this.dataIsEmpty()) {
|
|
25130
25228
|
this._taskDataService.initializeTaskDataFields(this._callChain.create(function () {
|
|
25131
25229
|
if (_this._safeTask.dataSize <= 0 ||
|
|
25132
25230
|
(_this._taskContentService.validateDynamicEnumField() && _this._taskContentService.validateTaskData())) {
|
|
@@ -25137,17 +25235,15 @@ var FinishTaskService = /** @class */ (function (_super) {
|
|
|
25137
25235
|
else if (this._taskContentService.validateDynamicEnumField() && this._taskContentService.validateTaskData()) {
|
|
25138
25236
|
var finishedTaskId_1 = this._safeTask.stringId;
|
|
25139
25237
|
this._taskDataService.updateTaskDataFields(this._callChain.create(function (success) {
|
|
25140
|
-
if (success) {
|
|
25141
|
-
|
|
25142
|
-
|
|
25143
|
-
|
|
25144
|
-
|
|
25145
|
-
|
|
25146
|
-
|
|
25147
|
-
|
|
25148
|
-
|
|
25149
|
-
_this.queueFinishTaskRequest(afterAction);
|
|
25150
|
-
}
|
|
25238
|
+
if (success && _this._taskState.isUpdating(finishedTaskId_1)) {
|
|
25239
|
+
_this._taskDataService.updateSuccess$.pipe(take(1)).subscribe(function (bool) {
|
|
25240
|
+
if (bool) {
|
|
25241
|
+
_this.queueFinishTaskRequest(afterAction);
|
|
25242
|
+
}
|
|
25243
|
+
});
|
|
25244
|
+
}
|
|
25245
|
+
else if (success) {
|
|
25246
|
+
_this.queueFinishTaskRequest(afterAction);
|
|
25151
25247
|
}
|
|
25152
25248
|
}));
|
|
25153
25249
|
}
|
|
@@ -25245,6 +25341,13 @@ var FinishTaskService = /** @class */ (function (_super) {
|
|
|
25245
25341
|
FinishTaskService.prototype.sendNotification = function (success) {
|
|
25246
25342
|
this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.FINISH, success));
|
|
25247
25343
|
};
|
|
25344
|
+
/**
|
|
25345
|
+
* Checks data size
|
|
25346
|
+
* @return boolean whether the task contains data or not
|
|
25347
|
+
*/
|
|
25348
|
+
FinishTaskService.prototype.dataIsEmpty = function () {
|
|
25349
|
+
return this._safeTask.dataSize <= 0 || !this._safeTask.dataGroups || this._safeTask.dataGroups.length <= 0;
|
|
25350
|
+
};
|
|
25248
25351
|
FinishTaskService.ctorParameters = function () { return [
|
|
25249
25352
|
{ type: LoggerService },
|
|
25250
25353
|
{ type: TaskResourceService },
|
|
@@ -28087,8 +28190,8 @@ function loadAllPages(source, filter, pagination) {
|
|
|
28087
28190
|
}
|
|
28088
28191
|
function paginationParams(basePagination, pageNumber) {
|
|
28089
28192
|
var params = new HttpParams();
|
|
28090
|
-
params = params.set(
|
|
28091
|
-
params = params.set(
|
|
28193
|
+
params = params.set(PaginationParams.PAGE_SIZE, "" + basePagination.size);
|
|
28194
|
+
params = params.set(PaginationParams.PAGE_NUMBER, (pageNumber !== undefined ? pageNumber : basePagination.number) + '');
|
|
28092
28195
|
return params;
|
|
28093
28196
|
}
|
|
28094
28197
|
function mapToContent(source, filter, pagination) {
|
|
@@ -29354,8 +29457,8 @@ var MockEndpoint = /** @class */ (function () {
|
|
|
29354
29457
|
};
|
|
29355
29458
|
MockEndpoint.prototype.getPagination = function (params) {
|
|
29356
29459
|
return {
|
|
29357
|
-
pageSize: parseInt(params.get(
|
|
29358
|
-
pageNumber: parseInt(params.get(
|
|
29460
|
+
pageSize: parseInt(params.get(PaginationParams.PAGE_SIZE), 10),
|
|
29461
|
+
pageNumber: parseInt(params.get(PaginationParams.PAGE_NUMBER), 10)
|
|
29359
29462
|
};
|
|
29360
29463
|
};
|
|
29361
29464
|
return MockEndpoint;
|
|
@@ -29762,7 +29865,7 @@ var NextGroupService = /** @class */ (function () {
|
|
|
29762
29865
|
return of([]);
|
|
29763
29866
|
}
|
|
29764
29867
|
var params = new HttpParams();
|
|
29765
|
-
params.set(
|
|
29868
|
+
params.set(PaginationParams.PAGE_SIZE, "" + user.nextGroups.length);
|
|
29766
29869
|
return _this._caseResourceService.searchCases(SimpleFilter.fromCaseQuery({ stringId: user.nextGroups }), params)
|
|
29767
29870
|
.pipe(map(function (page) { return page.content ? page.content : []; }), map(function (groups) { return groups.filter(function (group) { return group.author.fullName !== 'application engine'; }); }));
|
|
29768
29871
|
})).subscribe(function (groups) {
|
|
@@ -31846,5 +31949,5 @@ var AllowedNetsServiceFactory = /** @class */ (function () {
|
|
|
31846
31949
|
* Generated bundle index. Do not edit.
|
|
31847
31950
|
*/
|
|
31848
31951
|
|
|
31849
|
-
export { AbstractAddChildNodeComponent, AbstractAdvancedSearchComponent, AbstractAuthenticationOverlay, AbstractBooleanFieldComponent, AbstractButtonFieldComponent, AbstractCaseListComponent, AbstractCasePanelComponent, AbstractCaseView, AbstractCountCard, AbstractCurrencyNumberFieldComponent, AbstractCustomCard, AbstractDashboardContent, AbstractDataFieldTemplateComponent, AbstractDateFieldComponent, AbstractDateTimeFieldComponent, AbstractDefaultNumberFieldComponent, AbstractEditModeComponent, AbstractEmailSubmissionFormComponent, AbstractEnumerationAutocompleteDynamicFieldComponent, AbstractEnumerationAutocompleteSelectFieldComponent, AbstractEnumerationFieldComponent, AbstractEnumerationIconFieldComponent, AbstractEnumerationListFieldComponent, AbstractEnumerationSelectFieldComponent, AbstractEnumerationStepperFieldComponent, AbstractFieldComponentResolverComponent, AbstractFileFieldComponent, AbstractFileListFieldComponent, AbstractFilterFieldComponent, AbstractFilterFieldContentComponent, AbstractFilterSelectorComponent, AbstractFilterSelectorListItemComponent, AbstractForgottenPasswordComponent, AbstractFulltextSearchComponent, AbstractGroupNavigationComponentResolverComponent, AbstractHeaderComponent, AbstractHeaderService, AbstractHtmlTextareaFieldComponent, AbstractI18nDividerFieldComponent, AbstractI18nFieldComponent, AbstractI18nTextFieldComponent, AbstractIframeCard, AbstractImmediateFilterTextComponent, AbstractImmediateFilterTextContentComponent, AbstractImportNetComponent, AbstractInternalLinkComponent, AbstractLanguageSelectorComponent, AbstractLegalNoticeComponent, AbstractLoadFilterComponent, AbstractLoadingModeComponent, AbstractLoggerService, AbstractLoginFormComponent, AbstractLogoutShortcutComponent, AbstractMultichoiceFieldComponent, AbstractMultichoiceListFieldComponent, AbstractMultichoiceSelectFieldComponent, AbstractNavigationDrawerComponent, AbstractNavigationRailComponent, AbstractNavigationTreeComponent, AbstractNewCaseComponent, AbstractNumberErrorsComponent, AbstractNumberFieldComponent, AbstractOptionSelectorComponent, AbstractPanelComponent, AbstractPasswordTextFieldComponent, AbstractProfileComponent, AbstractQuickPanelComponent, AbstractRegistrationComponent, AbstractRegistrationFormComponent, AbstractRemoveNodeComponent, AbstractResourceProvider, AbstractResourceService, AbstractRichTextareaFieldComponent, AbstractRoleAssignment, AbstractSaveFilterComponent, AbstractSearchClauseComponent, AbstractSearchComponent, AbstractSearchConfigurationInputComponent, AbstractSearchModeComponent, AbstractSearchOperandInputComponent, AbstractSearchPredicateComponent, AbstractSideMenuContainerComponent, AbstractSimpleTextFieldComponent, AbstractSortModeComponent, AbstractTabCreationDetectorComponent, AbstractTabViewComponent, AbstractTaskContentComponent, AbstractTaskListComponent, AbstractTaskPanelComponent, AbstractTaskView, AbstractTextErrorsComponent, AbstractTextFieldComponent, AbstractTextareaFieldComponent, AbstractToolbarComponent, AbstractTreeComponent, AbstractTreeTaskContentComponent, AbstractUserAssignComponent, AbstractUserAssignItemComponent, AbstractUserAssignListComponent, AbstractUserCardComponent, AbstractUserFieldComponent, AbstractUserInviteComponent, AbstractWorkflowPanelComponent, AbstractWorkflowViewComponent, ActiveGroupService, AdvancedSearchComponentInitializationService, AfterAction, AlertDialogComponent, AllowedNetsService, AllowedNetsServiceFactory, AnonymousService, AssignPolicy, AssignPolicyService, AssignTaskService, AuthenticationGuardService, AuthenticationMethodService, AuthenticationModule, AuthenticationService, AuthorityGuardService, AutocompleteCategory, BOOLEAN_VALUE_LABEL_ENABLED, BaseAllowedNetsService, BasicAuthenticationService, BooleanField, BooleanFieldValidation, BooleanOperator, ButtonField, ButtonFieldValidation, ButtonFieldView, CallChainService, CancelTaskService, CaseAuthor, CaseCreationDate, CaseCreationDateTime, CaseDataset, CaseHeaderService, CaseListFontColorService, CaseMetaField, CaseNetAttributeAutocompleteCategory, CaseProcess, CaseResourceService, CaseRole, CaseSearch, CaseSimpleDataset, CaseStringId, CaseTask, CaseTitle, CaseTreeNode, CaseTreeService, CaseViewService, CaseVisualId, Categories, Category, CategoryFactory, CategoryResolverService, ChangedFieldsService, ClausePredicate, ConfigurationInput, ConfigurationService, ConfirmDialogComponent, ConsoleLogPublisher, CovalentModule, CurrencyModule, CustomDateAdapter, DATE_FORMAT, DATE_FORMAT_STRING, DATE_TIME_FORMAT, DATE_TIME_FORMAT_STRING, DashboardCardTypes, DashboardMultiData, DashboardResourceService, DashboardSingleData, DataField, DataFieldsModule, DataFocusPolicy, DataFocusPolicyService, DataGroupAlignment, DatafieldMapKey, DateField, DateTimeField, DefaultSearchCategoriesModule, DelegateTaskService, DialogModule, DialogService, DynamicEnumerationField, DynamicNavigationRouteProviderService, EditableClausePredicate, EditableClausePredicateWithGenerators, EditableElementaryPredicate, EditablePredicate, EditablePredicateWithGenerator, ElementaryPredicate, EnumerationField, EnumerationFieldValidation, EnumerationFieldView, Equals, EqualsDate, ErrorSnackBarComponent, EventConstants, EventQueueService, EventService, FieldAlignment, FieldConverterService, FieldTypeResource, FileField, FileListField, FileListFieldValidation, FilePreviewType, FileUploadMIMEType, FileUploadModel, Filter, FilterExtractionService, FilterField, FilterRepository, FilterType, FinishPolicy, FinishPolicyService, FinishTaskService, GenericSnackBarComponent, GroupGuardService, GroupNavigationComponentResolverService, GroupNavigationConstants, HeaderColumn, HeaderColumnType, HeaderMode, HeaderSearchService, HeaderType, HttpLoaderFactory, I18nField, InRange, InRangeDate, IncrementingCounter, IsNull, LanguageService, LessThan, LessThanDate, LessThanDateTime, Like, LoadingEmitter, LoadingWithFilterEmitter, LocalStorageLogPublisher, LogEntry, LogLevel, LogPublisher, LogPublisherService, LoggerService, MaterialAppearance, MaterialModule, MergeOperator, MergedFilter, MockAuthenticationMethodService, MockAuthenticationService, MockEndpoint, MockSignUpService, MockUserPreferenceService, MockUserResourceService, MoreThan, MoreThanDate, MoreThanDateTime, MultichoiceField, MultichoiceFieldView, NAE_ASYNC_RENDERING_CONFIGURATION, NAE_BASE_FILTER, NAE_DEFAULT_CASE_SEARCH_CATEGORIES, NAE_DEFAULT_HEADERS, NAE_DEFAULT_TASK_SEARCH_CATEGORIES, NAE_FILES_UPLOAD_COMPONENT, NAE_FILTERS_FILTER, NAE_FILTER_FIELD, NAE_FILTER_TEXT, NAE_GROUP_NAVIGATION_COMPONENT_RESOLVER_COMPONENT, NAE_INFORM_ABOUT_INVALID_DATA, NAE_LOAD_FILTER_COMPONENT, NAE_NAVIGATION_ITEM_TASK_DATA, NAE_NET_ALL_VERSIONS, NAE_NET_VERSION_VISIBLE, NAE_NEW_CASE_COMPONENT, NAE_NEW_CASE_CONFIGURATION, NAE_OPTION_SELECTOR_COMPONENT, NAE_PREFERRED_TASK_ENDPOINT, NAE_SAVE_FILTER_COMPONENT, NAE_SEARCH_CATEGORIES, NAE_SEARCH_COMPONENT_CONFIGURATION, NAE_SIDE_MENU_CONTROL, NAE_SNACKBAR_HORIZONTAL_POSITION, NAE_SNACKBAR_VERTICAL_POSITION, NAE_TAB_DATA, NAE_TASK_OPERATIONS, NAE_TASK_PANEL_DISABLE_BUTTON_FUNCTIONS, NAE_TASK_VIEW_CONFIGURATION, NAE_USER_ASSIGN_COMPONENT, NAE_VIEW_ID, NAE_VIEW_ID_SEGMENT, NAE_WORKFLOW_SERVICE_CONFIRM_DELETE, NAE_WORKFLOW_SERVICE_FILTER, Net, NetAttributeAutocompleteCategory, NextGroupService, NoConfigurationAutocompleteCategory, NoConfigurationCategory, NoConfigurationUserAutocompleteCategory, NotEquals, NotEqualsDate, NotEqualsDateTime, NullAuthenticationService, NullTaskOperations, NumberField, NumberFieldValidation, Operator, OperatorResolverService, OperatorService, OperatorTemplatePart, OperatorTemplatePartType, Operators, OrganizationListService, OverflowService, PUBLISHERS, PageLoadRequestContext, PaperViewService, PermissionService, PetriNetResourceService, Predicate, PredicateWithGenerator, ProcessList, ProcessService, ProgressType, PromptDialogComponent, PublicCaseResourceService, PublicPetriNetResourceService, PublicProcessService, PublicTaskResourceService, PublicUrlResolverService, Query, QueuedEvent, RedirectService, ResourceProvider, ResultWithAfterActions, RoleAssignmentService, RoleGuardService, RoutingBuilderService, SearchIndex, SearchIndexResolverService, SearchInputType, SearchMode, SearchService, SelectedCaseService, SessionService, SideMenuControl, SideMenuRef, SideMenuService, SideMenuSize, SignUpModule, SignUpService, SimpleFilter, SingleTaskContentService, SnackBar, SnackBarHorizontalPosition, SnackBarModule, SnackBarService, SnackBarVerticalPosition, SortableView, SpinnerOverlayService, Subgrid, SubjectTaskOperations, Substring, SuccessSnackBarComponent, TabView, TabbedCaseView, TabbedTaskView, TabbedVirtualScrollComponent, TaskAssignee, TaskContentService, TaskDataService, TaskElementType, TaskEndpoint, TaskEvent, TaskEventService, TaskHandlingService, TaskHeaderService, TaskMetaField, TaskNetAttributeAutocompleteCategory, TaskProcess, TaskRefField, TaskRequestStateService, TaskResourceService, TaskRole, TaskTask, TaskViewService, TemplateAppearance, TestCaseBaseFilterProvider, TestCaseViewAllowedNetsFactory, TestConfigurationService, TestMockDependenciesModule, TestNoAllowedNetsFactory, TestTaskBaseFilterProvider, TestTaskViewAllowedNetsFactory, TestViewService, TextAreaField, TextAreaHeight, TextField, TextFieldValidation, TextFieldView, TranslateLibModule, TreeCaseViewService, TreePetriflowIdentifiers, TreeTaskContentService, UnlimitedTaskContentService, User, UserAutocomplete, UserComparatorService, UserField, UserFilterConstants, UserFiltersService, UserInviteService, UserListService, UserPreferenceService, UserResourceService, UserService, UserTransformer, UserValue, ViewIdService, ViewService, ViewWithHeaders, WarningSnackBarComponent, WorkflowHeaderService, WorkflowMetaField, WorkflowViewService, WrappedBoolean, arrayToObservable, authenticationServiceFactory, clearTimeInformation, configureCategory, createMockCase, createMockCaseOutcome, createMockDataGroup, createMockDependencies, createMockField, createMockGetDataOutcome, createMockImmediateData, createMockNet, createMockPage, createMockPetriNetOutcome, createMockSetDataOutcome, createMockTask, createMockTaskOutcome, createTaskEventNotification, defaultCaseSearchCategoriesFactory, defaultTaskSearchCategoriesFactory, destroySubscription, extractFilterFieldFromData, extractFilterFromData, extractFilterFromFilterField, extractIconAndTitle, extractRoles, getField, getFieldFromDataGroups, getFieldIndex, getFieldIndexFromDataGroups, getImmediateData, getNetAndCreateCase, groupNavigationViewIdSegmentFactory, hasContent, loadAllPages, mockUserAutocompleteValue, navigationItemTaskAllowedNetsServiceFactory, navigationItemTaskCategoryFactory, navigationItemTaskFilterFactory, ofVoid, processMessageResponse, publicBaseFilterFactory, publicFactoryResolver, refreshTree, tabbedAllowedNetsServiceFactory, tabbedTaskViewConfigurationFactory, toMoment, ɵ0$1 as ɵ0, ɵ1, TranslateInterceptor as ɵa, AbstractDataFieldComponent as ɵb, AbstractTimeInstanceFieldComponent as ɵc, AbstractTimeInstanceField as ɵe, AuthenticationInterceptor as ɵi, AnonymousAuthenticationInterceptor as ɵj, AbstractNavigationResizableDrawerComponent as ɵk, PanelWithImmediateData as ɵl, PanelWithHeaderBinding as ɵm, AbstractDialog as ɵn, AlertDialogModule as ɵq, ConfirmDialogModule as ɵr, PromptDialogModule as ɵs, AbstractHeaderModeComponent as ɵt, DataGroupLayoutType as ɵu };
|
|
31952
|
+
export { AbstractAddChildNodeComponent, AbstractAdvancedSearchComponent, AbstractAuthenticationOverlay, AbstractBooleanFieldComponent, AbstractButtonFieldComponent, AbstractCaseListComponent, AbstractCasePanelComponent, AbstractCaseView, AbstractCountCard, AbstractCurrencyNumberFieldComponent, AbstractCustomCard, AbstractDashboardContent, AbstractDataFieldTemplateComponent, AbstractDateFieldComponent, AbstractDateTimeFieldComponent, AbstractDefaultNumberFieldComponent, AbstractEditModeComponent, AbstractEmailSubmissionFormComponent, AbstractEnumerationAutocompleteDynamicFieldComponent, AbstractEnumerationAutocompleteSelectFieldComponent, AbstractEnumerationFieldComponent, AbstractEnumerationIconFieldComponent, AbstractEnumerationListFieldComponent, AbstractEnumerationSelectFieldComponent, AbstractEnumerationStepperFieldComponent, AbstractFieldComponentResolverComponent, AbstractFileFieldComponent, AbstractFileListFieldComponent, AbstractFilterFieldComponent, AbstractFilterFieldContentComponent, AbstractFilterSelectorComponent, AbstractFilterSelectorListItemComponent, AbstractForgottenPasswordComponent, AbstractFulltextSearchComponent, AbstractGroupNavigationComponentResolverComponent, AbstractHeaderComponent, AbstractHeaderService, AbstractHtmlTextareaFieldComponent, AbstractI18nDividerFieldComponent, AbstractI18nFieldComponent, AbstractI18nTextFieldComponent, AbstractIframeCard, AbstractImmediateFilterTextComponent, AbstractImmediateFilterTextContentComponent, AbstractImportNetComponent, AbstractInternalLinkComponent, AbstractLanguageSelectorComponent, AbstractLegalNoticeComponent, AbstractLoadFilterComponent, AbstractLoadingModeComponent, AbstractLoggerService, AbstractLoginFormComponent, AbstractLogoutShortcutComponent, AbstractMultichoiceFieldComponent, AbstractMultichoiceListFieldComponent, AbstractMultichoiceSelectFieldComponent, AbstractNavigationDrawerComponent, AbstractNavigationRailComponent, AbstractNavigationTreeComponent, AbstractNewCaseComponent, AbstractNumberErrorsComponent, AbstractNumberFieldComponent, AbstractOptionSelectorComponent, AbstractPanelComponent, AbstractPasswordTextFieldComponent, AbstractProfileComponent, AbstractQuickPanelComponent, AbstractRegistrationComponent, AbstractRegistrationFormComponent, AbstractRemoveNodeComponent, AbstractResourceProvider, AbstractResourceService, AbstractRichTextareaFieldComponent, AbstractRoleAssignment, AbstractSaveFilterComponent, AbstractSearchClauseComponent, AbstractSearchComponent, AbstractSearchConfigurationInputComponent, AbstractSearchModeComponent, AbstractSearchOperandInputComponent, AbstractSearchPredicateComponent, AbstractSideMenuContainerComponent, AbstractSimpleTextFieldComponent, AbstractSortModeComponent, AbstractTabCreationDetectorComponent, AbstractTabViewComponent, AbstractTaskContentComponent, AbstractTaskListComponent, AbstractTaskPanelComponent, AbstractTaskView, AbstractTextErrorsComponent, AbstractTextFieldComponent, AbstractTextareaFieldComponent, AbstractToolbarComponent, AbstractTreeComponent, AbstractTreeTaskContentComponent, AbstractUserAssignComponent, AbstractUserAssignItemComponent, AbstractUserAssignListComponent, AbstractUserCardComponent, AbstractUserFieldComponent, AbstractUserInviteComponent, AbstractWorkflowPanelComponent, AbstractWorkflowViewComponent, ActiveGroupService, AdvancedSearchComponentInitializationService, AfterAction, AlertDialogComponent, AllowedNetsService, AllowedNetsServiceFactory, AnonymousService, AssignPolicy, AssignPolicyService, AssignTaskService, AuthenticationGuardService, AuthenticationMethodService, AuthenticationModule, AuthenticationService, AuthorityGuardService, AutocompleteCategory, BOOLEAN_VALUE_LABEL_ENABLED, BaseAllowedNetsService, BasicAuthenticationService, BooleanField, BooleanFieldValidation, BooleanOperator, ButtonField, ButtonFieldValidation, ButtonFieldView, CallChainService, CancelTaskService, CaseAuthor, CaseCreationDate, CaseCreationDateTime, CaseDataset, CaseHeaderService, CaseListFontColorService, CaseMetaField, CaseNetAttributeAutocompleteCategory, CaseProcess, CaseResourceService, CaseRole, CaseSearch, CaseSimpleDataset, CaseStringId, CaseTask, CaseTitle, CaseTreeNode, CaseTreeService, CaseViewService, CaseVisualId, Categories, Category, CategoryFactory, CategoryResolverService, ChangedFieldsService, ClausePredicate, ConfigurationInput, ConfigurationService, ConfirmDialogComponent, ConsoleLogPublisher, CovalentModule, CurrencyModule, CustomDateAdapter, DATE_FORMAT, DATE_FORMAT_STRING, DATE_TIME_FORMAT, DATE_TIME_FORMAT_STRING, DashboardCardTypes, DashboardMultiData, DashboardResourceService, DashboardSingleData, DataField, DataFieldsModule, DataFocusPolicy, DataFocusPolicyService, DataGroupAlignment, DatafieldMapKey, DateField, DateTimeField, DefaultSearchCategoriesModule, DelegateTaskService, DialogModule, DialogService, DynamicEnumerationField, DynamicNavigationRouteProviderService, EditableClausePredicate, EditableClausePredicateWithGenerators, EditableElementaryPredicate, EditablePredicate, EditablePredicateWithGenerator, ElementaryPredicate, EnumerationField, EnumerationFieldValidation, EnumerationFieldView, Equals, EqualsDate, ErrorSnackBarComponent, EventConstants, EventQueueService, EventService, FieldAlignment, FieldConverterService, FieldTypeResource, FileField, FileListField, FileListFieldValidation, FilePreviewType, FileUploadMIMEType, FileUploadModel, Filter, FilterExtractionService, FilterField, FilterRepository, FilterType, FinishPolicy, FinishPolicyService, FinishTaskService, GenericSnackBarComponent, GroupGuardService, GroupNavigationComponentResolverService, GroupNavigationConstants, HeaderColumn, HeaderColumnType, HeaderMode, HeaderSearchService, HeaderType, HttpLoaderFactory, I18nField, InRange, InRangeDate, IncrementingCounter, IsNull, LanguageService, LessThan, LessThanDate, LessThanDateTime, Like, LoadingEmitter, LoadingWithFilterEmitter, LocalStorageLogPublisher, LogEntry, LogLevel, LogPublisher, LogPublisherService, LoggerService, MaterialAppearance, MaterialModule, MergeOperator, MergedFilter, MockAuthenticationMethodService, MockAuthenticationService, MockEndpoint, MockSignUpService, MockUserPreferenceService, MockUserResourceService, MoreThan, MoreThanDate, MoreThanDateTime, MultichoiceField, MultichoiceFieldView, NAE_ASYNC_RENDERING_CONFIGURATION, NAE_BASE_FILTER, NAE_DEFAULT_CASE_SEARCH_CATEGORIES, NAE_DEFAULT_HEADERS, NAE_DEFAULT_TASK_SEARCH_CATEGORIES, NAE_FILES_UPLOAD_COMPONENT, NAE_FILTERS_FILTER, NAE_FILTER_FIELD, NAE_FILTER_TEXT, NAE_GROUP_NAVIGATION_COMPONENT_RESOLVER_COMPONENT, NAE_INFORM_ABOUT_INVALID_DATA, NAE_LOAD_FILTER_COMPONENT, NAE_NAVIGATION_ITEM_TASK_DATA, NAE_NET_ALL_VERSIONS, NAE_NET_VERSION_VISIBLE, NAE_NEW_CASE_COMPONENT, NAE_NEW_CASE_CONFIGURATION, NAE_OPTION_SELECTOR_COMPONENT, NAE_PREFERRED_TASK_ENDPOINT, NAE_SAVE_FILTER_COMPONENT, NAE_SEARCH_CATEGORIES, NAE_SEARCH_COMPONENT_CONFIGURATION, NAE_SIDE_MENU_CONTROL, NAE_SNACKBAR_HORIZONTAL_POSITION, NAE_SNACKBAR_VERTICAL_POSITION, NAE_TAB_DATA, NAE_TASK_OPERATIONS, NAE_TASK_PANEL_DISABLE_BUTTON_FUNCTIONS, NAE_TASK_VIEW_CONFIGURATION, NAE_TREE_CASE_VIEW_CONFIGURATION, NAE_USER_ASSIGN_COMPONENT, NAE_VIEW_ID, NAE_VIEW_ID_SEGMENT, NAE_WORKFLOW_SERVICE_CONFIRM_DELETE, NAE_WORKFLOW_SERVICE_FILTER, Net, NetAttributeAutocompleteCategory, NextGroupService, NoConfigurationAutocompleteCategory, NoConfigurationCategory, NoConfigurationUserAutocompleteCategory, NotEquals, NotEqualsDate, NotEqualsDateTime, NullAuthenticationService, NullTaskOperations, NumberField, NumberFieldValidation, Operator, OperatorResolverService, OperatorService, OperatorTemplatePart, OperatorTemplatePartType, Operators, OrganizationListService, OverflowService, PUBLISHERS, PageLoadRequestContext, PaginationParams, PaginationSort, PaperViewService, PermissionService, PetriNetResourceService, Predicate, PredicateWithGenerator, ProcessList, ProcessService, ProgressType, PromptDialogComponent, PublicCaseResourceService, PublicPetriNetResourceService, PublicProcessService, PublicTaskResourceService, PublicUrlResolverService, Query, QueuedEvent, RedirectService, ResourceProvider, ResultWithAfterActions, RoleAssignmentService, RoleGuardService, RoutingBuilderService, SearchIndex, SearchIndexResolverService, SearchInputType, SearchMode, SearchService, SelectedCaseService, SessionService, SideMenuControl, SideMenuRef, SideMenuService, SideMenuSize, SignUpModule, SignUpService, SimpleFilter, SingleTaskContentService, SnackBar, SnackBarHorizontalPosition, SnackBarModule, SnackBarService, SnackBarVerticalPosition, SortableView, SpinnerOverlayService, Subgrid, SubjectTaskOperations, Substring, SuccessSnackBarComponent, TabView, TabbedCaseView, TabbedTaskView, TabbedVirtualScrollComponent, TaskAssignee, TaskContentService, TaskDataService, TaskElementType, TaskEndpoint, TaskEvent, TaskEventService, TaskHandlingService, TaskHeaderService, TaskMetaField, TaskNetAttributeAutocompleteCategory, TaskProcess, TaskRefField, TaskRequestStateService, TaskResourceService, TaskRole, TaskTask, TaskViewService, TemplateAppearance, TestCaseBaseFilterProvider, TestCaseViewAllowedNetsFactory, TestConfigurationService, TestMockDependenciesModule, TestNoAllowedNetsFactory, TestTaskBaseFilterProvider, TestTaskViewAllowedNetsFactory, TestViewService, TextAreaField, TextAreaHeight, TextField, TextFieldValidation, TextFieldView, TranslateLibModule, TreeCaseViewService, TreePetriflowIdentifiers, TreeTaskContentService, UnlimitedTaskContentService, User, UserAutocomplete, UserComparatorService, UserField, UserFilterConstants, UserFiltersService, UserInviteService, UserListService, UserPreferenceService, UserResourceService, UserService, UserTransformer, UserValue, ViewIdService, ViewService, ViewWithHeaders, WarningSnackBarComponent, WorkflowHeaderService, WorkflowMetaField, WorkflowViewService, WrappedBoolean, arrayToObservable, authenticationServiceFactory, clearTimeInformation, configureCategory, createMockCase, createMockCaseOutcome, createMockDataGroup, createMockDependencies, createMockField, createMockGetDataOutcome, createMockImmediateData, createMockNet, createMockPage, createMockPetriNetOutcome, createMockSetDataOutcome, createMockTask, createMockTaskOutcome, createSortParam, createTaskEventNotification, defaultCaseSearchCategoriesFactory, defaultTaskSearchCategoriesFactory, destroySubscription, extractFilterFieldFromData, extractFilterFromData, extractFilterFromFilterField, extractIconAndTitle, extractRoles, getField, getFieldFromDataGroups, getFieldIndex, getFieldIndexFromDataGroups, getImmediateData, getNetAndCreateCase, groupNavigationViewIdSegmentFactory, hasContent, loadAllPages, mockUserAutocompleteValue, navigationItemTaskAllowedNetsServiceFactory, navigationItemTaskCategoryFactory, navigationItemTaskFilterFactory, ofVoid, processMessageResponse, publicBaseFilterFactory, publicFactoryResolver, refreshTree, tabbedAllowedNetsServiceFactory, tabbedTaskViewConfigurationFactory, toMoment, ɵ0$1 as ɵ0, ɵ1, TranslateInterceptor as ɵa, AbstractDataFieldComponent as ɵb, AbstractTimeInstanceFieldComponent as ɵc, AbstractTimeInstanceField as ɵe, AuthenticationInterceptor as ɵi, AnonymousAuthenticationInterceptor as ɵj, AbstractNavigationResizableDrawerComponent as ɵk, PanelWithImmediateData as ɵl, PanelWithHeaderBinding as ɵm, AbstractDialog as ɵn, AlertDialogModule as ɵq, ConfirmDialogModule as ɵr, PromptDialogModule as ɵs, AbstractHeaderModeComponent as ɵt, DataGroupLayoutType as ɵu };
|
|
31850
31953
|
//# sourceMappingURL=netgrif-components-core.js.map
|