@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.
Files changed (84) hide show
  1. package/bundles/netgrif-components-core.umd.js +166 -61
  2. package/bundles/netgrif-components-core.umd.js.map +1 -1
  3. package/bundles/netgrif-components-core.umd.min.js +2 -2
  4. package/bundles/netgrif-components-core.umd.min.js.map +1 -1
  5. package/esm2015/lib/data-fields/file-field/abstract-file-field.component.js +2 -2
  6. package/esm2015/lib/groups/services/next-group.service.js +3 -2
  7. package/esm2015/lib/resources/abstract-endpoint/abstract-resource.service.js +3 -2
  8. package/esm2015/lib/resources/engine-endpoint/public/public-task-resource.service.js +1 -1
  9. package/esm2015/lib/search/models/category/case/case-dataset.js +3 -6
  10. package/esm2015/lib/search/models/category/case/case-simple-dataset.js +3 -3
  11. package/esm2015/lib/search/models/category/case/case-title.js +13 -3
  12. package/esm2015/lib/search/models/category/case/case-visual-id.js +13 -3
  13. package/esm2015/lib/search/models/category/category.js +10 -2
  14. package/esm2015/lib/search/models/operator/substring.js +3 -3
  15. package/esm2015/lib/search/search-keyword-resolver-service/search-index-resolver.service.js +18 -3
  16. package/esm2015/lib/search/search-service/search.service.js +3 -2
  17. package/esm2015/lib/side-menu/content-components/new-case/abstract-new-case.component.js +6 -1
  18. package/esm2015/lib/task/services/finish-task.service.js +18 -13
  19. package/esm2015/lib/task/services/task-data.service.js +2 -1
  20. package/esm2015/lib/user/services/user-list.service.js +4 -3
  21. package/esm2015/lib/utility/pagination/load-all-pages.js +4 -3
  22. package/esm2015/lib/utility/pagination/pagination-params.js +19 -0
  23. package/esm2015/lib/utility/pagination/pagination-sort.js +17 -0
  24. package/esm2015/lib/utility/public-api.js +3 -1
  25. package/esm2015/lib/utility/tests/mocks/mock-endpoint.js +4 -3
  26. package/esm2015/lib/view/abstract/sortable-view.js +4 -3
  27. package/esm2015/lib/view/case-view/service/case-view-service.js +6 -4
  28. package/esm2015/lib/view/public-api.js +3 -1
  29. package/esm2015/lib/view/task-view/service/task-view.service.js +6 -4
  30. package/esm2015/lib/view/tree-case-view/tree-component/case-tree.service.js +19 -5
  31. package/esm2015/lib/view/tree-case-view/tree-component/model/tree-case-view-configuration.js +2 -0
  32. package/esm2015/lib/view/tree-case-view/tree-component/model/tree-configuration-injection-token.js +3 -0
  33. package/esm2015/lib/view/workflow-view/workflow-view.service.js +4 -11
  34. package/esm5/lib/data-fields/file-field/abstract-file-field.component.js +2 -2
  35. package/esm5/lib/groups/services/next-group.service.js +3 -2
  36. package/esm5/lib/resources/abstract-endpoint/abstract-resource.service.js +3 -2
  37. package/esm5/lib/resources/engine-endpoint/public/public-task-resource.service.js +1 -1
  38. package/esm5/lib/search/models/category/case/case-dataset.js +3 -6
  39. package/esm5/lib/search/models/category/case/case-simple-dataset.js +3 -3
  40. package/esm5/lib/search/models/category/case/case-title.js +19 -4
  41. package/esm5/lib/search/models/category/case/case-visual-id.js +19 -4
  42. package/esm5/lib/search/models/category/category.js +10 -2
  43. package/esm5/lib/search/models/operator/substring.js +3 -3
  44. package/esm5/lib/search/search-keyword-resolver-service/search-index-resolver.service.js +17 -2
  45. package/esm5/lib/search/search-service/search.service.js +3 -2
  46. package/esm5/lib/side-menu/content-components/new-case/abstract-new-case.component.js +6 -1
  47. package/esm5/lib/task/services/finish-task.service.js +18 -13
  48. package/esm5/lib/task/services/task-data.service.js +2 -1
  49. package/esm5/lib/user/services/user-list.service.js +4 -3
  50. package/esm5/lib/utility/pagination/load-all-pages.js +4 -3
  51. package/esm5/lib/utility/pagination/pagination-params.js +19 -0
  52. package/esm5/lib/utility/pagination/pagination-sort.js +17 -0
  53. package/esm5/lib/utility/public-api.js +3 -1
  54. package/esm5/lib/utility/tests/mocks/mock-endpoint.js +4 -3
  55. package/esm5/lib/view/abstract/sortable-view.js +4 -3
  56. package/esm5/lib/view/case-view/service/case-view-service.js +6 -4
  57. package/esm5/lib/view/public-api.js +3 -1
  58. package/esm5/lib/view/task-view/service/task-view.service.js +6 -4
  59. package/esm5/lib/view/tree-case-view/tree-component/case-tree.service.js +19 -5
  60. package/esm5/lib/view/tree-case-view/tree-component/model/tree-case-view-configuration.js +2 -0
  61. package/esm5/lib/view/tree-case-view/tree-component/model/tree-configuration-injection-token.js +3 -0
  62. package/esm5/lib/view/workflow-view/workflow-view.service.js +4 -11
  63. package/fesm2015/netgrif-components-core.js +154 -61
  64. package/fesm2015/netgrif-components-core.js.map +1 -1
  65. package/fesm5/netgrif-components-core.js +165 -62
  66. package/fesm5/netgrif-components-core.js.map +1 -1
  67. package/lib/search/models/category/case/case-dataset.d.ts +0 -2
  68. package/lib/search/models/category/case/case-title.d.ts +4 -1
  69. package/lib/search/models/category/case/case-visual-id.d.ts +4 -1
  70. package/lib/search/models/category/category.d.ts +7 -0
  71. package/lib/search/search-keyword-resolver-service/search-index-resolver.service.d.ts +12 -0
  72. package/lib/side-menu/content-components/new-case/abstract-new-case.component.d.ts +1 -0
  73. package/lib/task/services/finish-task.service.d.ts +5 -0
  74. package/lib/utility/pagination/pagination-params.d.ts +17 -0
  75. package/lib/utility/pagination/pagination-sort.d.ts +13 -0
  76. package/lib/utility/public-api.d.ts +2 -0
  77. package/lib/view/public-api.d.ts +2 -0
  78. package/lib/view/tree-case-view/tree-component/case-tree.service.d.ts +4 -1
  79. package/lib/view/tree-case-view/tree-component/model/tree-case-view-configuration.d.ts +9 -0
  80. package/lib/view/tree-case-view/tree-component/model/tree-configuration-injection-token.d.ts +3 -0
  81. package/lib/view/workflow-view/workflow-view.service.d.ts +0 -1
  82. package/netgrif-components-core.metadata.json +1 -1
  83. package/package.json +2 -2
  84. package/schematics/collection.json +0 -3
@@ -2422,6 +2422,25 @@ ResourceProvider.ctorParameters = () => [
2422
2422
  { type: HttpClient }
2423
2423
  ];
2424
2424
 
2425
+ /**
2426
+ * Constants for pagination configuration of HTTP requests.
2427
+ */
2428
+ var PaginationParams;
2429
+ (function (PaginationParams) {
2430
+ /**
2431
+ * Size of page - maximal number of elements per page.
2432
+ */
2433
+ PaginationParams["PAGE_SIZE"] = "size";
2434
+ /**
2435
+ * Requested page index. 0 based.
2436
+ */
2437
+ PaginationParams["PAGE_NUMBER"] = "page";
2438
+ /**
2439
+ * Sort configuration of the requested page. Use the {@link createSortParam} function to generate the value for this attribute.
2440
+ */
2441
+ PaginationParams["PAGE_SORT"] = "sort";
2442
+ })(PaginationParams || (PaginationParams = {}));
2443
+
2425
2444
  /**
2426
2445
  * The class that contains behavior common to all resource services.
2427
2446
  *
@@ -2480,7 +2499,7 @@ class AbstractResourceService {
2480
2499
  };
2481
2500
  return {
2482
2501
  content: this.changeType(r, propertiesParams),
2483
- pagination: r.hasOwnProperty('page') ? r.page : defaultPage
2502
+ pagination: r.hasOwnProperty(PaginationParams.PAGE_NUMBER) ? r.page : defaultPage
2484
2503
  };
2485
2504
  }
2486
2505
  /**
@@ -6245,7 +6264,7 @@ class AbstractFileFieldComponent extends AbstractDataFieldComponent {
6245
6264
  return;
6246
6265
  }
6247
6266
  this.state.downloading = true;
6248
- this._taskResourceService.downloadFilePreview(this.taskId, this.dataField.stringId).subscribe(response => {
6267
+ this._taskResourceService.downloadFilePreview(this.resolveParentTaskId(), this.dataField.stringId).subscribe(response => {
6249
6268
  if (response instanceof Blob) {
6250
6269
  this._log.debug(`Preview of file [${this.dataField.stringId}] ${this.dataField.value.name} was successfully downloaded`);
6251
6270
  this.fileForPreview = new Blob([response], { type: 'application/octet-stream' });
@@ -8641,8 +8660,8 @@ class Substring extends Operator {
8641
8660
  // TODO IMPROVEMENT 27.4.2020 - we could use regular expressions to search for substrings which would solve the unintuitive
8642
8661
  // behavior that occurs when we search for strings that contain spaces. We need to escape the input string in a special way
8643
8662
  // if we choose to do this
8644
- const escapedValue = Operator.escapeInput(args[0]).value;
8645
- return Operator.forEachKeyword(elasticKeywords, keyword => new Query(`(${keyword}:\\*${escapedValue}\\*)`));
8663
+ const escapedValue = Operator.escapeInput(args[0]).value.replace(' ', '\\ ');
8664
+ return Operator.forEachKeyword(elasticKeywords, keyword => new Query(`(${keyword}:*${escapedValue}*)`));
8646
8665
  }
8647
8666
  getOperatorNameTemplate() {
8648
8667
  return ['search.operator.substring', Operator.INPUT_PLACEHOLDER];
@@ -8919,7 +8938,9 @@ OperatorService.ctorParameters = () => [
8919
8938
  * default mapping don't affect your existing code.
8920
8939
  */
8921
8940
  class SearchIndexResolverService {
8922
- constructor() { }
8941
+ constructor() {
8942
+ this.KEYWORD = '.keyword';
8943
+ }
8923
8944
  /**
8924
8945
  * Constructs the index name for the specified field.
8925
8946
  *
@@ -8932,7 +8953,20 @@ class SearchIndexResolverService {
8932
8953
  * @returns the full name of the specified index
8933
8954
  */
8934
8955
  getIndex(dataFieldIdentifier, index, keyword = false) {
8935
- return `dataSet.${dataFieldIdentifier}.${index}${keyword ? '.keyword' : ''}`;
8956
+ return `dataSet.${dataFieldIdentifier}.${index}${keyword ? this.KEYWORD : ''}`;
8957
+ }
8958
+ /**
8959
+ * Constructs the index name for the specified core field.
8960
+ *
8961
+ * Note that almost all combinations are valid and will not throw an error when used to query the database, but not all combinations are
8962
+ * used by the application engine. The {@link SearchIndex} class has some information about which field types map to which indices, but
8963
+ * you should consult the backend documentation for more reliable information.
8964
+ * @param index the queried index
8965
+ * @param keyword whether the keyword of a TEXT index should be queried
8966
+ * @returns the full name of the specified index
8967
+ */
8968
+ getCoreIndex(index, keyword = false) {
8969
+ return `${index}${keyword ? this.KEYWORD : ''}`;
8936
8970
  }
8937
8971
  }
8938
8972
  SearchIndexResolverService.ɵprov = ɵɵdefineInjectable({ factory: function SearchIndexResolverService_Factory() { return new SearchIndexResolverService(); }, token: SearchIndexResolverService, providedIn: "root" });
@@ -9349,7 +9383,7 @@ class Category {
9349
9383
  if (!this.isOperatorSelected()) {
9350
9384
  throw new Error('Category cannot generate a Query if no Operator is selected');
9351
9385
  }
9352
- return this._operatorFormControl.value.createQuery(this._elasticKeywords, userInput);
9386
+ return this._operatorFormControl.value.createQuery(this.elasticKeywords, userInput);
9353
9387
  }
9354
9388
  /**
9355
9389
  * Calls the [generateQuery]{@link Category#generateQuery} method and creates an {@link ElementaryPredicate} with the result.
@@ -9633,6 +9667,14 @@ class Category {
9633
9667
  }
9634
9668
  return { segment, bold: true };
9635
9669
  }
9670
+ /**
9671
+ * Checks for selected operator
9672
+ * @param operatorClass the operator to be checked
9673
+ * @return boolean of the statement
9674
+ */
9675
+ isSelectedOperator(operatorClass) {
9676
+ return this.selectedOperator === this._operatorService.getOperator(operatorClass);
9677
+ }
9636
9678
  }
9637
9679
  /**
9638
9680
  * The {@link CategoryMetadataConfiguration} key for this Category's {@link Operator}
@@ -10361,12 +10403,12 @@ class CaseDataset extends Category {
10361
10403
  return resolver.getIndex(datafield.fieldId, SearchIndex.BOOLEAN);
10362
10404
  case 'file':
10363
10405
  case 'fileList':
10364
- return resolver.getIndex(datafield.fieldId, SearchIndex.FILE_NAME, this.isSelectedOperator(Equals) || this.isSelectedOperator(NotEquals));
10406
+ return resolver.getIndex(datafield.fieldId, SearchIndex.FILE_NAME, this.isSelectedOperator(Equals) || this.isSelectedOperator(NotEquals) || this.isSelectedOperator(Substring));
10365
10407
  case 'user':
10366
10408
  case 'userList':
10367
10409
  return resolver.getIndex(datafield.fieldId, SearchIndex.USER_ID);
10368
10410
  default:
10369
- return resolver.getIndex(datafield.fieldId, SearchIndex.FULLTEXT, this.isSelectedOperator(Equals) || this.isSelectedOperator(NotEquals));
10411
+ return resolver.getIndex(datafield.fieldId, SearchIndex.FULLTEXT, this.isSelectedOperator(Equals) || this.isSelectedOperator(NotEquals) || this.isSelectedOperator(Substring));
10370
10412
  }
10371
10413
  }
10372
10414
  get inputPlaceholder() {
@@ -10502,9 +10544,6 @@ class CaseDataset extends Category {
10502
10544
  }
10503
10545
  return value;
10504
10546
  }
10505
- isSelectedOperator(operatorClass) {
10506
- return this.selectedOperator === this._operatorService.getOperator(operatorClass);
10507
- }
10508
10547
  serializeClass() {
10509
10548
  return Categories.CASE_DATASET;
10510
10549
  }
@@ -10703,14 +10742,14 @@ class CaseSimpleDataset extends NoConfigurationCategory {
10703
10742
  break;
10704
10743
  case 'file':
10705
10744
  case 'fileList':
10706
- this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.FILE_NAME);
10745
+ this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.FILE_NAME, this.isSelectedOperator(Substring));
10707
10746
  break;
10708
10747
  case 'user':
10709
10748
  case 'userList':
10710
10749
  this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.USER_ID);
10711
10750
  break;
10712
10751
  default:
10713
- this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.FULLTEXT);
10752
+ this._elasticKeyword = resolver.getIndex(this._fieldId, SearchIndex.FULLTEXT, this.isSelectedOperator(Substring));
10714
10753
  }
10715
10754
  }
10716
10755
  get elasticKeywords() {
@@ -10798,39 +10837,59 @@ class CaseTask extends CaseNetAttributeAutocompleteCategory {
10798
10837
  CaseTask._i18n = 'search.category.case.task';
10799
10838
 
10800
10839
  class CaseTitle extends NoConfigurationCategory {
10801
- constructor(operators, logger) {
10840
+ constructor(operators, logger, _optionalDependencies) {
10802
10841
  super([CaseSearch.TITLE], [
10803
10842
  operators.getOperator(Substring),
10804
10843
  operators.getOperator(Equals),
10805
10844
  operators.getOperator(NotEquals),
10806
10845
  operators.getOperator(Like)
10807
10846
  ], `${CaseTitle._i18n}.name`, SearchInputType.TEXT, logger, operators);
10847
+ this._optionalDependencies = _optionalDependencies;
10808
10848
  }
10809
10849
  get inputPlaceholder() {
10810
10850
  return `${CaseTitle._i18n}.placeholder`;
10811
10851
  }
10812
10852
  duplicate() {
10813
- return new CaseTitle(this._operatorService, this._log);
10853
+ return new CaseTitle(this._operatorService, this._log, this._optionalDependencies);
10814
10854
  }
10815
10855
  serializeClass() {
10816
10856
  return Categories.CASE_TITLE;
10817
10857
  }
10858
+ get elasticKeywords() {
10859
+ if (!!this._optionalDependencies) {
10860
+ const resolver = this._optionalDependencies.searchIndexResolver;
10861
+ return [resolver.getCoreIndex(CaseSearch.TITLE, this.isSelectedOperator(Substring))];
10862
+ }
10863
+ else {
10864
+ return this._elasticKeywords;
10865
+ }
10866
+ }
10818
10867
  }
10819
10868
  CaseTitle._i18n = 'search.category.case.title';
10820
10869
 
10821
10870
  class CaseVisualId extends NoConfigurationCategory {
10822
- constructor(operators, logger) {
10871
+ constructor(operators, logger, _optionalDependencies) {
10823
10872
  super([CaseSearch.VISUAL_ID], [operators.getOperator(Substring), operators.getOperator(Equals), operators.getOperator(NotEquals)], `${CaseVisualId._i18n}.name`, SearchInputType.TEXT, logger, operators);
10873
+ this._optionalDependencies = _optionalDependencies;
10824
10874
  }
10825
10875
  get inputPlaceholder() {
10826
10876
  return `${CaseVisualId._i18n}.placeholder`;
10827
10877
  }
10828
10878
  duplicate() {
10829
- return new CaseVisualId(this._operatorService, this._log);
10879
+ return new CaseVisualId(this._operatorService, this._log, this._optionalDependencies);
10830
10880
  }
10831
10881
  serializeClass() {
10832
10882
  return Categories.CASE_VISUAL_ID;
10833
10883
  }
10884
+ get elasticKeywords() {
10885
+ if (!!this._optionalDependencies) {
10886
+ const resolver = this._optionalDependencies.searchIndexResolver;
10887
+ return [resolver.getCoreIndex(CaseSearch.VISUAL_ID, this.isSelectedOperator(Substring))];
10888
+ }
10889
+ else {
10890
+ return this._elasticKeywords;
10891
+ }
10892
+ }
10834
10893
  }
10835
10894
  CaseVisualId._i18n = 'search.category.case.visualId';
10836
10895
 
@@ -12035,7 +12094,8 @@ class SearchService {
12035
12094
  * @param searchedSubstring value that should be searched on all full text fields
12036
12095
  */
12037
12096
  setFullTextFilter(searchedSubstring) {
12038
- this._fullTextFilter = new SimpleFilter('', this._baseFilter.type, { fullText: searchedSubstring });
12097
+ const whiteSpacedSubstring = searchedSubstring.replace(' ', '\\ ');
12098
+ this._fullTextFilter = new SimpleFilter('', this._baseFilter.type, { fullText: whiteSpacedSubstring });
12039
12099
  this.updateActiveFilter();
12040
12100
  }
12041
12101
  /**
@@ -12912,9 +12972,9 @@ class UserListService {
12912
12972
  * @param page Page number that is requested. / Next page users list.
12913
12973
  */
12914
12974
  addPageParams(params, page) {
12915
- params = params.set('size', this._pagination.size + '');
12975
+ params = params.set(PaginationParams.PAGE_SIZE, `${this._pagination.size}`);
12916
12976
  page = page !== null ? page : this._pagination.number;
12917
- params = params.set('page', page + '');
12977
+ params = params.set(PaginationParams.PAGE_NUMBER, `${page}`);
12918
12978
  return params;
12919
12979
  }
12920
12980
  }
@@ -13747,10 +13807,10 @@ class SortableView {
13747
13807
  }
13748
13808
  addSortParams(params) {
13749
13809
  if (this._lastHeaderSearchState.sortDirection !== '') {
13750
- return params.set('sort', `${this.getSortId()},${this._lastHeaderSearchState.sortDirection}`);
13810
+ return params.set(PaginationParams.PAGE_SORT, `${this.getSortId()},${this._lastHeaderSearchState.sortDirection}`);
13751
13811
  }
13752
13812
  else {
13753
- return params.set('sort', this.getDefaultSortParam());
13813
+ return params.set(PaginationParams.PAGE_SORT, this.getDefaultSortParam());
13754
13814
  }
13755
13815
  }
13756
13816
  getSortId() {
@@ -13792,6 +13852,23 @@ function tabbedTaskViewConfigurationFactory(injectedTabData) {
13792
13852
  }
13793
13853
  }
13794
13854
 
13855
+ /**
13856
+ * Constants for use with the
13857
+ */
13858
+ var PaginationSort;
13859
+ (function (PaginationSort) {
13860
+ PaginationSort["ASCENDING"] = "asc";
13861
+ PaginationSort["DESCENDING"] = "desc";
13862
+ })(PaginationSort || (PaginationSort = {}));
13863
+ /**
13864
+ * Creates the configuration string for use with the [PAGE_SORT]{@link PaginationParams#PAGE_SORT} configuration attribute
13865
+ * @param attribute the name of the attribute that should be used for sorting the results
13866
+ * @param direction the sorting direction
13867
+ */
13868
+ function createSortParam(attribute, direction) {
13869
+ return `${attribute},${direction}`;
13870
+ }
13871
+
13795
13872
  class TaskViewService extends SortableView {
13796
13873
  constructor(_taskService, _userService, _snackBarService, _translate, _searchService, _log, _userComparator, resolver, _preferredEndpoint = null, taskViewConfig = null) {
13797
13874
  var _a, _b, _c, _d;
@@ -14029,11 +14106,11 @@ class TaskViewService extends SortableView {
14029
14106
  return this._lastHeaderSearchState.fieldIdentifier;
14030
14107
  }
14031
14108
  getDefaultSortParam() {
14032
- return 'priority,desc';
14109
+ return createSortParam('priority', PaginationSort.DESCENDING);
14033
14110
  }
14034
14111
  addPageParams(params, pagination) {
14035
- params = params.set('size', pagination.size + '');
14036
- params = params.set('page', pagination.number + '');
14112
+ params = params.set(PaginationParams.PAGE_SIZE, `${pagination.size}`);
14113
+ params = params.set(PaginationParams.PAGE_NUMBER, `${pagination.number}`);
14037
14114
  return params;
14038
14115
  }
14039
14116
  }
@@ -15460,6 +15537,11 @@ class AbstractNewCaseComponent {
15460
15537
  this.netVersion = '';
15461
15538
  }
15462
15539
  }
15540
+ toNextStep(viewValue) {
15541
+ if (viewValue !== null && viewValue.value !== undefined) {
15542
+ this.stepper1.next();
15543
+ }
15544
+ }
15463
15545
  }
15464
15546
  AbstractNewCaseComponent.ctorParameters = () => [
15465
15547
  { type: SideMenuControl, decorators: [{ type: Inject, args: [NAE_SIDE_MENU_CONTROL,] }] },
@@ -16883,12 +16965,12 @@ class CaseViewService extends SortableView {
16883
16965
  return this._allowedNetsService.allowedNets === undefined ? 0 : this._allowedNetsService.allowedNets.length;
16884
16966
  }
16885
16967
  addPageParams(params, pagination) {
16886
- params = params.set('size', pagination.size + '');
16887
- params = params.set('page', pagination.number + '');
16968
+ params = params.set(PaginationParams.PAGE_SIZE, `${pagination.size}`);
16969
+ params = params.set(PaginationParams.PAGE_NUMBER, `${pagination.number}`);
16888
16970
  return params;
16889
16971
  }
16890
16972
  getDefaultSortParam() {
16891
- return 'stringId,desc';
16973
+ return createSortParam('stringId', PaginationSort.DESCENDING);
16892
16974
  }
16893
16975
  getMetaFieldSortId() {
16894
16976
  switch (this._lastHeaderSearchState.fieldIdentifier) {
@@ -19955,6 +20037,8 @@ const NAE_WORKFLOW_SERVICE_FILTER = new InjectionToken('NaeWorkflowServiceFilter
19955
20037
  */
19956
20038
  const NAE_WORKFLOW_SERVICE_CONFIRM_DELETE = new InjectionToken('NaeWorkflowServiceConfirmDelete');
19957
20039
 
20040
+ const NAE_TREE_CASE_VIEW_CONFIGURATION = new InjectionToken('NaeTreeCaseViewConfiguration');
20041
+
19958
20042
  class WorkflowViewService extends SortableView {
19959
20043
  constructor(_petriNetResource, _log, _dialogService, _snackBarService, _translate, resolver, injectedBaseFilter, confirmDelete) {
19960
20044
  super(resolver);
@@ -20112,17 +20196,9 @@ class WorkflowViewService extends SortableView {
20112
20196
  // TODO 7.4.2020 - workflow sorting and searching
20113
20197
  return '';
20114
20198
  }
20115
- addSortParams(params) {
20116
- if (this._lastHeaderSearchState.sortDirection !== '') {
20117
- return params.set('sort', `${this.getSortId()},${this._lastHeaderSearchState.sortDirection}`);
20118
- }
20119
- else {
20120
- return params.set('sort', this.getDefaultSortParam());
20121
- }
20122
- }
20123
20199
  addPageParams(params, pagination) {
20124
- params = params.set('size', pagination.size + '');
20125
- params = params.set('page', pagination.number + '');
20200
+ params = params.set(PaginationParams.PAGE_SIZE, `${pagination.size}`);
20201
+ params = params.set(PaginationParams.PAGE_NUMBER, `${pagination.number}`);
20126
20202
  return params;
20127
20203
  }
20128
20204
  }
@@ -20193,7 +20269,7 @@ class ResultWithAfterActions {
20193
20269
  }
20194
20270
 
20195
20271
  class CaseTreeService {
20196
- constructor(_caseResourceService, _treeCaseViewService, _taskResourceService, _logger, _processService, _sideMenuService, _translateService, _optionSelectorComponent) {
20272
+ constructor(_caseResourceService, _treeCaseViewService, _taskResourceService, _logger, _processService, _sideMenuService, _translateService, _optionSelectorComponent, _treeConfiguration) {
20197
20273
  this._caseResourceService = _caseResourceService;
20198
20274
  this._treeCaseViewService = _treeCaseViewService;
20199
20275
  this._taskResourceService = _taskResourceService;
@@ -20202,6 +20278,7 @@ class CaseTreeService {
20202
20278
  this._sideMenuService = _sideMenuService;
20203
20279
  this._translateService = _translateService;
20204
20280
  this._optionSelectorComponent = _optionSelectorComponent;
20281
+ this._treeConfiguration = _treeConfiguration;
20205
20282
  /**
20206
20283
  * Weather the tree is eager loaded or not.
20207
20284
  *
@@ -20210,6 +20287,11 @@ class CaseTreeService {
20210
20287
  * It is not recommended to eager load large trees as each node sends a separate backend request to load its data.
20211
20288
  */
20212
20289
  this._isEagerLoaded = false;
20290
+ if (!this._treeConfiguration) {
20291
+ this._treeConfiguration = {
20292
+ pageSize: CaseTreeService.DEFAULT_PAGE_SIZE
20293
+ };
20294
+ }
20213
20295
  this._treeDataSource = new MatTreeNestedDataSource();
20214
20296
  this._treeControl = new NestedTreeControl(node => node.children);
20215
20297
  _treeCaseViewService.reloadCase$.asObservable().subscribe(() => {
@@ -20467,7 +20549,9 @@ class CaseTreeService {
20467
20549
  }
20468
20550
  const done = new ReplaySubject(1);
20469
20551
  let params = new HttpParams();
20470
- params = params.set('page', `${pageNumber}`).set('sort', 'creationDate,asc');
20552
+ params = params.set(PaginationParams.PAGE_SIZE, `${this._treeConfiguration.pageSize}`)
20553
+ .set(PaginationParams.PAGE_NUMBER, `${pageNumber}`)
20554
+ .set(PaginationParams.PAGE_SORT, createSortParam('creationDate', PaginationSort.ASCENDING));
20471
20555
  this._caseResourceService.getCases(requestBody, params).subscribe(page => {
20472
20556
  if (!hasContent(page)) {
20473
20557
  this._logger.error('Child cases invalid page content', page);
@@ -20988,6 +21072,7 @@ class CaseTreeService {
20988
21072
  return result;
20989
21073
  }
20990
21074
  }
21075
+ CaseTreeService.DEFAULT_PAGE_SIZE = 50;
20991
21076
  CaseTreeService.ctorParameters = () => [
20992
21077
  { type: CaseResourceService },
20993
21078
  { type: TreeCaseViewService },
@@ -20996,7 +21081,8 @@ CaseTreeService.ctorParameters = () => [
20996
21081
  { type: ProcessService },
20997
21082
  { type: SideMenuService },
20998
21083
  { type: TranslateService },
20999
- { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_OPTION_SELECTOR_COMPONENT,] }] }
21084
+ { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_OPTION_SELECTOR_COMPONENT,] }] },
21085
+ { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_TREE_CASE_VIEW_CONFIGURATION,] }] }
21000
21086
  ];
21001
21087
  CaseTreeService.decorators = [
21002
21088
  { type: Injectable }
@@ -21009,7 +21095,8 @@ CaseTreeService.ctorParameters = () => [
21009
21095
  { type: ProcessService },
21010
21096
  { type: SideMenuService },
21011
21097
  { type: TranslateService },
21012
- { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_OPTION_SELECTOR_COMPONENT,] }] }
21098
+ { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_OPTION_SELECTOR_COMPONENT,] }] },
21099
+ { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NAE_TREE_CASE_VIEW_CONFIGURATION,] }] }
21013
21100
  ];
21014
21101
 
21015
21102
  /**
@@ -21809,6 +21896,7 @@ class TaskDataService extends TaskHandlingService {
21809
21896
  if (dataGroups.length === 0) {
21810
21897
  this._log.info('Task has no data ' + this._safeTask);
21811
21898
  this._safeTask.dataSize = 0;
21899
+ this._taskContentService.taskFieldsIndex[this._safeTask.stringId] = {};
21812
21900
  }
21813
21901
  else {
21814
21902
  this._taskContentService.referencedTaskAndCaseIds[this._safeTask.caseId] = [this._safeTask.stringId];
@@ -22610,7 +22698,7 @@ class FinishTaskService extends TaskHandlingService {
22610
22698
  * otherwise `false` will be emitted
22611
22699
  */
22612
22700
  validateDataAndFinish(afterAction = new AfterAction()) {
22613
- if (this._safeTask.dataSize <= 0) {
22701
+ if (this.dataIsEmpty()) {
22614
22702
  this._taskDataService.initializeTaskDataFields(this._callChain.create(() => {
22615
22703
  if (this._safeTask.dataSize <= 0 ||
22616
22704
  (this._taskContentService.validateDynamicEnumField() && this._taskContentService.validateTaskData())) {
@@ -22621,17 +22709,15 @@ class FinishTaskService extends TaskHandlingService {
22621
22709
  else if (this._taskContentService.validateDynamicEnumField() && this._taskContentService.validateTaskData()) {
22622
22710
  const finishedTaskId = this._safeTask.stringId;
22623
22711
  this._taskDataService.updateTaskDataFields(this._callChain.create(success => {
22624
- if (success) {
22625
- if (this._taskState.isUpdating(finishedTaskId)) {
22626
- this._taskDataService.updateSuccess$.pipe(take(1)).subscribe(bool => {
22627
- if (bool) {
22628
- this.queueFinishTaskRequest(afterAction);
22629
- }
22630
- });
22631
- }
22632
- else {
22633
- this.queueFinishTaskRequest(afterAction);
22634
- }
22712
+ if (success && this._taskState.isUpdating(finishedTaskId)) {
22713
+ this._taskDataService.updateSuccess$.pipe(take(1)).subscribe(bool => {
22714
+ if (bool) {
22715
+ this.queueFinishTaskRequest(afterAction);
22716
+ }
22717
+ });
22718
+ }
22719
+ else if (success) {
22720
+ this.queueFinishTaskRequest(afterAction);
22635
22721
  }
22636
22722
  }));
22637
22723
  }
@@ -22728,6 +22814,13 @@ class FinishTaskService extends TaskHandlingService {
22728
22814
  sendNotification(success) {
22729
22815
  this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.FINISH, success));
22730
22816
  }
22817
+ /**
22818
+ * Checks data size
22819
+ * @return boolean whether the task contains data or not
22820
+ */
22821
+ dataIsEmpty() {
22822
+ return this._safeTask.dataSize <= 0 || !this._safeTask.dataGroups || this._safeTask.dataGroups.length <= 0;
22823
+ }
22731
22824
  }
22732
22825
  FinishTaskService.ctorParameters = () => [
22733
22826
  { type: LoggerService },
@@ -25246,8 +25339,8 @@ function loadAllPages(source, filter, pagination) {
25246
25339
  }
25247
25340
  function paginationParams(basePagination, pageNumber) {
25248
25341
  let params = new HttpParams();
25249
- params = params.set('size', basePagination.size + '');
25250
- params = params.set('page', (pageNumber !== undefined ? pageNumber : basePagination.number) + '');
25342
+ params = params.set(PaginationParams.PAGE_SIZE, `${basePagination.size}`);
25343
+ params = params.set(PaginationParams.PAGE_NUMBER, (pageNumber !== undefined ? pageNumber : basePagination.number) + '');
25251
25344
  return params;
25252
25345
  }
25253
25346
  function mapToContent(source, filter, pagination) {
@@ -26424,8 +26517,8 @@ class MockEndpoint {
26424
26517
  }
26425
26518
  getPagination(params) {
26426
26519
  return {
26427
- pageSize: parseInt(params.get('size'), 10),
26428
- pageNumber: parseInt(params.get('page'), 10)
26520
+ pageSize: parseInt(params.get(PaginationParams.PAGE_SIZE), 10),
26521
+ pageNumber: parseInt(params.get(PaginationParams.PAGE_NUMBER), 10)
26429
26522
  };
26430
26523
  }
26431
26524
  }
@@ -26820,7 +26913,7 @@ class NextGroupService {
26820
26913
  return of([]);
26821
26914
  }
26822
26915
  const params = new HttpParams();
26823
- params.set('size', `${user.nextGroups.length}`);
26916
+ params.set(PaginationParams.PAGE_SIZE, `${user.nextGroups.length}`);
26824
26917
  return this._caseResourceService.searchCases(SimpleFilter.fromCaseQuery({ stringId: user.nextGroups }), params)
26825
26918
  .pipe(map(page => page.content ? page.content : []), map(groups => groups.filter(group => group.author.fullName !== 'application engine')));
26826
26919
  })).subscribe(groups => {
@@ -28737,5 +28830,5 @@ AllowedNetsServiceFactory.ctorParameters = () => [
28737
28830
  * Generated bundle index. Do not edit.
28738
28831
  */
28739
28832
 
28740
- 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 };
28833
+ 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 };
28741
28834
  //# sourceMappingURL=netgrif-components-core.js.map