@eo-sdk/client 11.0.0-beta.1 → 11.0.0-rc.10

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 (198) hide show
  1. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  2. package/app/eo-client/dashboard/dashboard.component.d.ts +2 -23
  3. package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
  4. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +28 -5
  5. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
  6. package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts +33 -21
  7. package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -1
  8. package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts +9 -0
  9. package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts.map +1 -1
  10. package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.d.ts +3 -2
  11. package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.d.ts.map +1 -1
  12. package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts +2 -0
  13. package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts.map +1 -1
  14. package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.d.ts +1 -0
  15. package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.d.ts.map +1 -1
  16. package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts +7 -0
  17. package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts.map +1 -1
  18. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts +9 -4
  19. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts.map +1 -1
  20. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts +2 -2
  21. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
  22. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts +3 -2
  23. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map +1 -1
  24. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts +3 -2
  25. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts.map +1 -1
  26. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts +3 -2
  27. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts.map +1 -1
  28. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts +25 -0
  29. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts.map +1 -0
  30. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +15 -6
  31. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts.map +1 -1
  32. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.d.ts +7 -0
  33. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.d.ts.map +1 -0
  34. package/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.d.ts +18 -0
  35. package/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.d.ts.map +1 -0
  36. package/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.d.ts +10 -0
  37. package/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.d.ts.map +1 -0
  38. package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +1 -2
  39. package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -1
  40. package/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.d.ts +24 -0
  41. package/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.d.ts.map +1 -0
  42. package/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.d.ts +34 -0
  43. package/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.d.ts.map +1 -0
  44. package/app/eo-client/eo-client.module.d.ts +29 -23
  45. package/app/eo-client/eo-client.module.d.ts.map +1 -1
  46. package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
  47. package/app/eo-client/login/login.component.d.ts +3 -1
  48. package/app/eo-client/login/login.component.d.ts.map +1 -1
  49. package/app/eo-client/process-state/process-state.component.d.ts +3 -5
  50. package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
  51. package/app/eo-client/settings/settings.component.d.ts +4 -11
  52. package/app/eo-client/settings/settings.component.d.ts.map +1 -1
  53. package/app/eo-client/stored-queries-state/stored-queries-state.component.d.ts.map +1 -1
  54. package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +5 -1
  55. package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -1
  56. package/app/eo-framework/actions/actions/signature-action/signature-action.component.d.ts.map +1 -1
  57. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +7 -3
  58. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  59. package/app/eo-framework/app-shell/app-shell.module.d.ts +17 -16
  60. package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
  61. package/app/eo-framework/app-shell/index.d.ts +1 -0
  62. package/app/eo-framework/app-shell/index.d.ts.map +1 -1
  63. package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts +10 -0
  64. package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts.map +1 -0
  65. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +4 -4
  66. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
  67. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  68. package/app/eo-framework/form-elements/string/string.component.d.ts +1 -0
  69. package/app/eo-framework/form-elements/string/string.component.d.ts.map +1 -1
  70. package/app/eo-framework/frame/frame.component.d.ts +2 -1
  71. package/app/eo-framework/frame/frame.component.d.ts.map +1 -1
  72. package/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.d.ts.map +1 -1
  73. package/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.d.ts.map +1 -1
  74. package/app/eo-framework/grid/filters/codesystem-filter.component.d.ts.map +1 -1
  75. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +0 -8
  76. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
  77. package/app/eo-framework/grid/filters/dynamic-list-filter.component.d.ts.map +1 -1
  78. package/app/eo-framework/grid/grid.component.d.ts +1 -1
  79. package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
  80. package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
  81. package/app/eo-framework/media/media.component.d.ts +15 -1
  82. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  83. package/app/eo-framework/object-details/object-details.component.d.ts +9 -3
  84. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  85. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +2 -0
  86. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
  87. package/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.d.ts.map +1 -1
  88. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  89. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  90. package/app/eo-framework/result-list/result-list.component.d.ts +3 -2
  91. package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
  92. package/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.d.ts.map +1 -1
  93. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +2 -1
  94. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
  95. package/app/eo-framework/util/services/utilities.service.d.ts +195 -0
  96. package/app/eo-framework/util/services/utilities.service.d.ts.map +1 -1
  97. package/app/eo-framework-core/api/grid.service.d.ts +1 -5
  98. package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
  99. package/app/eo-framework-core/api/plugins.service.d.ts +6 -0
  100. package/app/eo-framework-core/api/plugins.service.d.ts.map +1 -1
  101. package/app/eo-framework-core/error-handler/error-handler.service.d.ts.map +1 -1
  102. package/assets/_default/config/main.json +1 -1
  103. package/assets/_default/i18n/de.json +48 -11
  104. package/assets/_default/i18n/en.json +50 -13
  105. package/assets/_default/svg/ic_noImage.svg +1 -0
  106. package/assets/_default/svg/ic_photo_library.svg +1 -0
  107. package/assets/_default/svg/ic_task.svg +1 -0
  108. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  109. package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +21 -69
  110. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +183 -78
  111. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +142 -36
  112. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
  113. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +21 -13
  114. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +7 -3
  115. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
  116. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
  117. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +68 -53
  118. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +7 -8
  119. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +16 -10
  120. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -4
  121. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +15 -9
  122. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
  123. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +16 -10
  124. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +85 -0
  125. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +101 -32
  126. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +2 -0
  127. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +54 -0
  128. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +24 -0
  129. package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +4 -7
  130. package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +74 -0
  131. package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +103 -0
  132. package/esm2022/app/eo-client/eo-client.module.mjs +25 -6
  133. package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +4 -4
  134. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +25 -11
  135. package/esm2022/app/eo-client/login/login.component.mjs +14 -11
  136. package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +5 -5
  137. package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
  138. package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +6 -6
  139. package/esm2022/app/eo-client/process-state/process-state.component.mjs +12 -17
  140. package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +6 -6
  141. package/esm2022/app/eo-client/result-state/result-state.component.mjs +1 -1
  142. package/esm2022/app/eo-client/settings/settings.component.mjs +34 -40
  143. package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +4 -5
  144. package/esm2022/app/eo-client/version-state/version-state.component.mjs +5 -5
  145. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +6 -6
  146. package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +3 -3
  147. package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +23 -3
  148. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
  149. package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +5 -2
  150. package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +5 -4
  151. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +44 -24
  152. package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
  153. package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +13 -7
  154. package/esm2022/app/eo-framework/app-shell/index.mjs +2 -1
  155. package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +26 -0
  156. package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
  157. package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +35 -28
  158. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +7 -4
  159. package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +2 -2
  160. package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +2 -2
  161. package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +2 -2
  162. package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +8 -5
  163. package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -2
  164. package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +7 -2
  165. package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
  166. package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +1 -14
  167. package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +6 -33
  168. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -19
  169. package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +2 -2
  170. package/esm2022/app/eo-framework/grid/grid.component.mjs +11 -12
  171. package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +5 -3
  172. package/esm2022/app/eo-framework/media/media.component.mjs +68 -19
  173. package/esm2022/app/eo-framework/object-details/object-details.component.mjs +53 -15
  174. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
  175. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +19 -28
  176. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
  177. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +4 -4
  178. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +11 -7
  179. package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
  180. package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +6 -1
  181. package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +15 -4
  182. package/esm2022/app/eo-framework/process/history/process-history.component.mjs +2 -2
  183. package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
  184. package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +1 -1
  185. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +34 -5
  186. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +18 -5
  187. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +6 -3
  188. package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +2 -2
  189. package/esm2022/app/eo-framework/util/services/utilities.service.mjs +4 -1
  190. package/esm2022/app/eo-framework-core/api/grid.service.mjs +34 -45
  191. package/esm2022/app/eo-framework-core/api/plugins.service.mjs +44 -2
  192. package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +6 -6
  193. package/fesm2022/eo-sdk-client.mjs +1589 -805
  194. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  195. package/misc/scripts/exclude-core-ng-package.js +11 -0
  196. package/misc/scripts/prebuild-about-state.js +2 -3
  197. package/package.json +6 -6
  198. package/proxy.config.json +15 -0
@@ -1,8 +1,10 @@
1
- import { OnInit } from '@angular/core';
1
+ import { QueryList } from '@angular/core';
2
2
  import { IWidgetComponent } from '@yuuvis/widget-grid';
3
3
  import { UserService, EoUser, SearchService, SystemService } from '@eo-sdk/core';
4
+ import { LastEditedAndCreated } from './last-edited-and-created';
5
+ import { YvcTabDirective } from '@yuuvis/components/tabs';
4
6
  import * as i0 from "@angular/core";
5
- export declare class LastEditedAndCreatedComponent implements IWidgetComponent, OnInit {
7
+ export declare class LastEditedAndCreatedComponent implements IWidgetComponent {
6
8
  userService: UserService;
7
9
  private searchService;
8
10
  private systemService;
@@ -17,12 +19,19 @@ export declare class LastEditedAndCreatedComponent implements IWidgetComponent,
17
19
  total: number;
18
20
  lately: any[];
19
21
  };
20
- widgetConfig: any;
22
+ editMode: boolean;
23
+ empty: boolean;
24
+ private _widgetConfig;
25
+ availableTabs: QueryList<YvcTabDirective>;
26
+ tabs: YvcTabDirective[];
27
+ set widgetConfig(c: LastEditedAndCreated);
28
+ get widgetConfig(): LastEditedAndCreated;
21
29
  constructor(userService: UserService, searchService: SearchService, systemService: SystemService);
22
- ngOnInit(): void;
23
- getLastModified(): void;
30
+ loadTabs(): void;
31
+ getLastEdited(): void;
24
32
  getLastCreated(): void;
33
+ onItemClick(item: any, event: any): void;
25
34
  static ɵfac: i0.ɵɵFactoryDeclaration<LastEditedAndCreatedComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<LastEditedAndCreatedComponent, "eo-last-edited-and-created", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<LastEditedAndCreatedComponent, "eo-last-edited-and-created", never, { "editMode": { "alias": "editMode"; "required": false; }; "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, {}, never, never, false, never>;
27
36
  }
28
37
  //# sourceMappingURL=last-edited-and-created.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"last-edited-and-created.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EACX,MAAM,EAAE,aAAa,EAAE,aAAa,EACrC,MAAM,cAAc,CAAC;;AAGtB,qBAMa,6BAA8B,YAAW,gBAAgB,EAAE,MAAM;IAgBzD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IAhBvB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY;;;;MAIV;IACF,WAAW;;;;MAIT;IAEF,YAAY,EAAE,GAAG,CAAC;gBAEC,WAAW,EAAE,WAAW,EACjC,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa;IAGtC,QAAQ,IAAI,IAAI;IAUhB,eAAe;IAiCf,cAAc;yCAhEH,6BAA6B;2CAA7B,6BAA6B;CAiGzC"}
1
+ {"version":3,"file":"last-edited-and-created.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAAe,MAAM,eAAe,CAAC;AACxE,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EACX,MAAM,EAAE,aAAa,EAAE,aAAa,EACrC,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;;AAGxD,qBAMa,6BAA8B,YAAW,gBAAgB;IAgCjD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IAhCvB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY;;;;MAIV;IACF,WAAW;;;;MAIT;IACO,QAAQ,UAAS;IAC1B,KAAK,EAAE,OAAO,CAAS;IAEvB,OAAO,CAAC,aAAa,CAAuB;IACb,aAAa,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IACzE,IAAI,EAAE,eAAe,EAAE,CAAM;IAC7B,IAAa,YAAY,CAAC,CAAC,EAAE,oBAAoB,EAOhD;IAED,IAAI,YAAY,IATa,oBAAoB,CAWhD;gBAEkB,WAAW,EAAE,WAAW,EACjC,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa;IAItC,QAAQ;IA+CR,aAAa;IA0Cb,cAAc;IAyCd,WAAW,CAAC,IAAI,KAAA,EAAE,KAAK,KAAA;yCAxKZ,6BAA6B;2CAA7B,6BAA6B;CA4KzC"}
@@ -0,0 +1,7 @@
1
+ export interface LastEditedAndCreated {
2
+ lastEdited?: boolean;
3
+ lastCreated?: boolean;
4
+ sortRevert?: boolean;
5
+ number?: number;
6
+ }
7
+ //# sourceMappingURL=last-edited-and-created.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"last-edited-and-created.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IAEjC,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,18 @@
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
+ import { IWidgetSetupComponent, PictureWidgetConfig } from '@yuuvis/widget-grid';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PictureWidgetSetupComponent implements IWidgetSetupComponent {
5
+ fileInputEl: ElementRef | undefined;
6
+ widgetConfig: PictureWidgetConfig | undefined;
7
+ MAX_FILE_SIZE: number;
8
+ widgetConfigChange: EventEmitter<PictureWidgetConfig>;
9
+ fileName: any;
10
+ errorType: string;
11
+ showErrorDialog: boolean;
12
+ constructor();
13
+ pick(): void;
14
+ fileInputChangeListener(event: any): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<PictureWidgetSetupComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<PictureWidgetSetupComponent, "eo-picture-widget-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
17
+ }
18
+ //# sourceMappingURL=picture-widget-setup.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"picture-widget-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAA2B,MAAM,eAAe,CAAC;AAC5F,OAAO,EAAC,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,qBAAqB,CAAC;;AAE/E,qBAKa,2BAA4B,YAAW,qBAAqB;IAC/C,WAAW,EAAE,UAAU,GAAG,SAAS,CAAC;IAEnD,YAAY,EAAE,mBAAmB,GAAG,SAAS,CAEpD;IACF,aAAa,SAAW;IAEd,kBAAkB,oCAA2C;IACvE,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;;IAKzB,IAAI;IAIJ,uBAAuB,CAAC,KAAK,EAAE,GAAG;yCApBvB,2BAA2B;2CAA3B,2BAA2B;CAyCvC"}
@@ -0,0 +1,10 @@
1
+ import { IWidgetComponent, PictureWidgetConfig } from '@yuuvis/widget-grid';
2
+ import * as i0 from "@angular/core";
3
+ export declare class PictureWidgetComponent implements IWidgetComponent {
4
+ imageUri: string | undefined;
5
+ style: any;
6
+ set widgetConfig(c: PictureWidgetConfig | undefined);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<PictureWidgetComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<PictureWidgetComponent, "eo-picture-widget", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
10
+ //# sourceMappingURL=picture-widget.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"picture-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAE,mBAAmB,EAAC,MAAM,qBAAqB,CAAC;;AAE1E,qBAKa,sBAAuB,YAAW,gBAAgB;IAC7D,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,KAAK,EAAE,GAAG,CAAM;IAEhB,IAAa,YAAY,CAAC,CAAC,EAAE,mBAAmB,GAAG,SAAS,EAK3D;yCATU,sBAAsB;2CAAtB,sBAAsB;CAUlC"}
@@ -30,13 +30,12 @@ export declare class SearchWidgetComponent implements OnInit, IWidgetComponent {
30
30
  onKey(event: any): void;
31
31
  constructor(userService: UserService, titleService: PageTitleService, router: Router, config: Config, capabilityService: CapabilitiesService, storedQueriesService: StoredQueriesService);
32
32
  selectStoredQuery(q: StoredQuery): void;
33
- onQuickSearchInputChange(term: any): void;
33
+ onQuickSearchInputChange(): void;
34
34
  onQuickSearchResult(result: QuickSearchResult): void;
35
35
  onStoredQueryLoaded(): void;
36
36
  onStoredQueryExecute(evt: any): void;
37
37
  executeSearch(objectType?: ObjectType): void;
38
38
  getTreeNodes(key: any): TreeNode[];
39
- trackByFn(item: any): any;
40
39
  onEmitQueryClick(event: any, q: any): void;
41
40
  ngOnInit(): void;
42
41
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchWidgetComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"search-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/search-widget/search-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,wDAAwD,CAAC;AAChF,OAAO,EAAY,MAAM,EAAiC,MAAM,eAAe,CAAC;AAChF,OAAO,EAAC,MAAM,EAAmB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,oBAAoB,EAAC,MAAM,2EAA2E,CAAC;AAC/G,OAAO,EAAC,iBAAiB,EAAC,MAAM,kFAAkF,CAAC;AACnH,OAAO,EAAC,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,oBAAoB,EAAQ,MAAM,cAAc,CAAC;AAClJ,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAIrD,qBASa,qBAAsB,YAAW,MAAM,EAAE,gBAAgB;IAyBjD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,oBAAoB;IA5B9B,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,6BAA6B;;;MAG3B;IACF,IAAI,KAAM;IACV,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IAEE,aAAa,EAAE,oBAAoB,CAAC;IAE9D,YAAY,EAAE,GAAG,CAAC;IAGlB,KAAK,CAAC,KAAK,KAAA;gBAMQ,WAAW,EAAE,WAAW,EACjC,YAAY,EAAE,gBAAgB,EAC9B,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,mBAAmB,EACtC,oBAAoB,EAAE,oBAAoB;IAIpD,iBAAiB,CAAC,CAAC,EAAE,WAAW;IAKhC,wBAAwB,CAAC,IAAI,KAAA;IAK7B,mBAAmB,CAAC,MAAM,EAAE,iBAAiB;IAK7C,mBAAmB;IAKnB,oBAAoB,CAAC,GAAG,KAAA;IAOxB,aAAa,CAAC,UAAU,CAAC,EAAE,UAAU;IAIrC,YAAY,CAAC,GAAG,KAAA,GAAG,QAAQ,EAAE;IAU7B,SAAS,CAAC,IAAI,KAAA;IAId,gBAAgB,CAAC,KAAK,KAAA,EAAE,CAAC,KAAA;IASzB,QAAQ;yCAxFG,qBAAqB;2CAArB,qBAAqB;CAqGjC"}
1
+ {"version":3,"file":"search-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/search-widget/search-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,wDAAwD,CAAC;AAChF,OAAO,EAAY,MAAM,EAAiC,MAAM,eAAe,CAAC;AAChF,OAAO,EAAC,MAAM,EAAmB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,oBAAoB,EAAC,MAAM,2EAA2E,CAAC;AAC/G,OAAO,EAAC,iBAAiB,EAAC,MAAM,kFAAkF,CAAC;AACnH,OAAO,EAAC,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,oBAAoB,EAAQ,MAAM,cAAc,CAAC;AAClJ,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAIrD,qBASa,qBAAsB,YAAW,MAAM,EAAE,gBAAgB;IAyBjD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,oBAAoB;IA5B9B,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,6BAA6B;;;MAG3B;IACF,IAAI,KAAM;IACV,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IAEE,aAAa,EAAE,oBAAoB,CAAC;IAE9D,YAAY,EAAE,GAAG,CAAC;IAGlB,KAAK,CAAC,KAAK,KAAA;gBAMQ,WAAW,EAAE,WAAW,EACjC,YAAY,EAAE,gBAAgB,EAC9B,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,mBAAmB,EACtC,oBAAoB,EAAE,oBAAoB;IAIpD,iBAAiB,CAAC,CAAC,EAAE,WAAW;IAKhC,wBAAwB;IAKxB,mBAAmB,CAAC,MAAM,EAAE,iBAAiB;IAK7C,mBAAmB;IAKnB,oBAAoB,CAAC,GAAG,KAAA;IAOxB,aAAa,CAAC,UAAU,CAAC,EAAE,UAAU;IAIrC,YAAY,CAAC,GAAG,KAAA,GAAG,QAAQ,EAAE;IAU7B,gBAAgB,CAAC,KAAK,KAAA,EAAE,CAAC,KAAA;IASzB,QAAQ;yCApFG,qBAAqB;2CAArB,qBAAqB;CAiGjC"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { IWidgetComponent, TodoWidgetConfig, WidgetGridRegistry } from '@yuuvis/widget-grid';
3
+ import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
4
+ import * as i0 from "@angular/core";
5
+ export declare class TodoSetupComponent implements IWidgetComponent, OnInit {
6
+ private fb;
7
+ private widgetGridRegistry;
8
+ private subscriptions;
9
+ labels: {
10
+ [key: string]: string;
11
+ };
12
+ private _widgetConfig;
13
+ widgetConfigChange: EventEmitter<TodoWidgetConfig>;
14
+ widgetConfigStateChange: EventEmitter<FormControlStatus>;
15
+ setupForm: UntypedFormGroup;
16
+ set widgetConfig(wc: TodoWidgetConfig);
17
+ get widgetConfig(): TodoWidgetConfig;
18
+ constructor(fb: UntypedFormBuilder, widgetGridRegistry: WidgetGridRegistry);
19
+ private setWidgetConfig;
20
+ ngOnInit(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<TodoSetupComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<TodoSetupComponent, "eo-todo-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=todo-setup.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"todo-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,gBAAgB,EAAE,gBAAgB,EAAE,kBAAkB,EAAkB,MAAM,qBAAqB,CAAC;AAC5G,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;;AAInG,qBAOa,kBAAmB,YAAW,gBAAgB,EAAE,MAAM;IAyB/D,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,kBAAkB;IAxB5B,OAAO,CAAC,aAAa,CAAsB;IAC3C,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAM;IAEvC,OAAO,CAAC,aAAa,CAAmB;IAC9B,kBAAkB,iCAAwC;IAC1D,uBAAuB,kCAAyC;IAE1E,SAAS,EAAE,gBAAgB,CAExB;IAEH,IAAa,YAAY,CAAC,EAAE,EAAE,gBAAgB,EAK7C;IAED,IAAI,YAAY,IAPc,gBAAgB,CAS7C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,kBAAkB,EAAE,kBAAkB;IAiBhD,OAAO,CAAC,eAAe;IAWvB,QAAQ,IAAI,IAAI;yCAtDL,kBAAkB;2CAAlB,kBAAkB;CAyD9B"}
@@ -0,0 +1,34 @@
1
+ import { CdkDragDrop } from '@angular/cdk/drag-drop';
2
+ import { OnDestroy } from '@angular/core';
3
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
4
+ import { UserService } from '@eo-sdk/core';
5
+ import { Todo, TodoWidgetConfig } from '@eo-sdk/core/lib/interface/todo.interface';
6
+ import { IWidgetComponent, WidgetGridRegistry } from '@yuuvis/widget-grid';
7
+ import * as i0 from "@angular/core";
8
+ export declare class TodoWidgetComponent implements IWidgetComponent, OnDestroy {
9
+ userService: UserService;
10
+ private widgetGridRegistry;
11
+ private fb;
12
+ private subscriptions;
13
+ private _widgetConfig;
14
+ labels: {
15
+ [key: string]: string;
16
+ };
17
+ todos: Todo[];
18
+ showForm: boolean;
19
+ addForm: UntypedFormGroup;
20
+ todoWidgets: TodoWidgetConfig[];
21
+ set widgetConfig(c: TodoWidgetConfig);
22
+ get widgetConfig(): TodoWidgetConfig;
23
+ constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, fb: UntypedFormBuilder);
24
+ addTask(): void;
25
+ loadTaskList(id: string): Todo[];
26
+ removeTask(idx: number): void;
27
+ toggleDone(t: Todo): void;
28
+ drop(event: CdkDragDrop<string[]>): void;
29
+ private emitChange;
30
+ ngOnDestroy(): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<TodoWidgetComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<TodoWidgetComponent, "eo-todo-widget", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, {}, never, never, false, never>;
33
+ }
34
+ //# sourceMappingURL=todo-widget.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"todo-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAkB,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAmB,SAAS,EAAC,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAa,kBAAkB,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAChF,OAAO,EACL,WAAW,EACZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,IAAI,EAAE,gBAAgB,EAAC,MAAM,2CAA2C,CAAC;AAEjF,OAAO,EAAC,gBAAgB,EAAE,kBAAkB,EAAC,MAAM,qBAAqB,CAAC;;AAGzE,qBAMa,mBAAoB,YAAW,gBAAgB,EAAE,SAAS;IA2B5D,WAAW,EAAE,WAAW;IAC/B,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,EAAE;IA3BZ,OAAO,CAAC,aAAa,CAAsB;IAC3C,OAAO,CAAC,aAAa,CAAmB;IACxC,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAM;IACvC,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,UAAQ;IAEhB,OAAO,EAAE,gBAAgB,CAEtB;IAEH,WAAW,EAAE,gBAAgB,EAAE,CAAM;IAErC,IAAa,YAAY,CAAC,CAAC,EAAE,gBAAgB,EAM5C;IAED,IAAI,YAAY,IARa,gBAAgB,CAU5C;gBAGQ,WAAW,EAAE,WAAW,EACvB,kBAAkB,EAAE,kBAAkB,EACtC,EAAE,EAAE,kBAAkB;IAShC,OAAO;IAaP,YAAY,CAAC,EAAE,EAAE,MAAM;IAQvB,UAAU,CAAC,GAAG,EAAE,MAAM;IAKtB,UAAU,CAAC,CAAC,EAAE,IAAI;IAKlB,IAAI,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,EAAE,CAAC;IAKjC,OAAO,CAAC,UAAU;IAelB,WAAW,IAAI,IAAI;yCAzFR,mBAAmB;2CAAnB,mBAAmB;CA4F/B"}
@@ -19,33 +19,39 @@ import * as i16 from "./dashboard/widgets/info-inbox-widget/info-inbox-widget.co
19
19
  import * as i17 from "./dashboard/widgets/info-intray-widget/info-intray-widget.component";
20
20
  import * as i18 from "./dashboard/widgets/search-widget/search-widget.component";
21
21
  import * as i19 from "./dashboard/widgets/last-edited-widget/last-edited-and-created.component";
22
- import * as i20 from "./dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component";
23
- import * as i21 from "./dashboard/widgets/hitlist-widget/hitlist-widget.component";
24
- import * as i22 from "./dashboard/widgets/charts-widget/charts-widget.component";
25
- import * as i23 from "./dashboard/widgets/charts-widget/charts-setup/charts-setup.component";
26
- import * as i24 from "./dashboard/widgets/count-objects-widget/count-objects-widget.component";
27
- import * as i25 from "./dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component";
28
- import * as i26 from "@angular/common";
29
- import * as i27 from "@angular/forms";
30
- import * as i28 from "./object-state/object-state.module";
31
- import * as i29 from "./inbox-state/inbox-state.module";
32
- import * as i30 from "./prepare-state/prepare-state.module";
33
- import * as i31 from "./eo-client-routing.module";
34
- import * as i32 from "../eo-framework/eo-framework.module";
35
- import * as i33 from "../eo-framework/grid/grid.module";
36
- import * as i34 from "@yuuvis/components/master-details";
37
- import * as i35 from "@yuuvis/components/tabs";
38
- import * as i36 from "@yuuvis/components/split-view";
39
- import * as i37 from "@yuuvis/components/dropdown";
40
- import * as i38 from "@yuuvis/widget-grid";
41
- import * as i39 from "@angular/common/http";
42
- import * as i40 from "@carbon/charts-angular";
43
- import * as i41 from "@angular/router";
22
+ import * as i20 from "./dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component";
23
+ import * as i21 from "./dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component";
24
+ import * as i22 from "./dashboard/widgets/hitlist-widget/hitlist-widget.component";
25
+ import * as i23 from "./dashboard/widgets/charts-widget/charts-widget.component";
26
+ import * as i24 from "./dashboard/widgets/charts-widget/charts-setup/charts-setup.component";
27
+ import * as i25 from "./dashboard/widgets/count-objects-widget/count-objects-widget.component";
28
+ import * as i26 from "./dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component";
29
+ import * as i27 from "./dashboard/widgets/todowidget/todo-widget.component";
30
+ import * as i28 from "./dashboard/widgets/todowidget/todo-setup/todo-setup.component";
31
+ import * as i29 from "./dashboard/widgets/picture-widget/picture-widget.component";
32
+ import * as i30 from "./dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component";
33
+ import * as i31 from "@angular/common";
34
+ import * as i32 from "@angular/forms";
35
+ import * as i33 from "./object-state/object-state.module";
36
+ import * as i34 from "./inbox-state/inbox-state.module";
37
+ import * as i35 from "./prepare-state/prepare-state.module";
38
+ import * as i36 from "./eo-client-routing.module";
39
+ import * as i37 from "../eo-framework/eo-framework.module";
40
+ import * as i38 from "../eo-framework/grid/grid.module";
41
+ import * as i39 from "@yuuvis/components/master-details";
42
+ import * as i40 from "@yuuvis/components/tabs";
43
+ import * as i41 from "@yuuvis/components/split-view";
44
+ import * as i42 from "@yuuvis/components/dropdown";
45
+ import * as i43 from "@yuuvis/widget-grid";
46
+ import * as i44 from "@angular/common/http";
47
+ import * as i45 from "@carbon/charts-angular";
48
+ import * as i46 from "@angular/cdk/drag-drop";
49
+ import * as i47 from "@angular/router";
44
50
  export declare class EoClientModule {
45
51
  static forRoot(): ModuleWithProviders<EoClientModule>;
46
52
  constructor(parentModule: EoClientModule);
47
53
  static ɵfac: i0.ɵɵFactoryDeclaration<EoClientModule, [{ optional: true; skipSelf: true; }]>;
48
- static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i15.SafeUrlPipe, typeof i19.LastEditedAndCreatedComponent, typeof i20.HitlistSetupComponent, typeof i21.HitlistWidgetComponent, typeof i22.ChartsWidgetComponent, typeof i23.ChartsSetupComponent, typeof i24.CountObjectsWidgetComponent, typeof i25.CountObjectsSetupComponent], [typeof i26.CommonModule, typeof i27.FormsModule, typeof i27.ReactiveFormsModule, typeof i28.ObjectStateModule, typeof i29.InboxStateModule, typeof i30.PrepareStateModule, typeof i31.EoClientRoutingModule, typeof i32.EoFrameworkModule, typeof i33.GridModule, typeof i34.YvcMasterDetailsModule, typeof i35.YvcTabsModule, typeof i36.YvcSplitViewModule, typeof i37.YvcDropdownModule, typeof i38.YuvWidgetGridModule, typeof i39.HttpClientModule, typeof i40.ChartsModule], [typeof i41.RouterModule, typeof i32.EoFrameworkModule]>;
54
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i15.SafeUrlPipe, typeof i19.LastEditedAndCreatedComponent, typeof i20.LastEditedAndCreatedSetupComponent, typeof i21.HitlistSetupComponent, typeof i22.HitlistWidgetComponent, typeof i23.ChartsWidgetComponent, typeof i24.ChartsSetupComponent, typeof i25.CountObjectsWidgetComponent, typeof i26.CountObjectsSetupComponent, typeof i27.TodoWidgetComponent, typeof i28.TodoSetupComponent, typeof i29.PictureWidgetComponent, typeof i30.PictureWidgetSetupComponent], [typeof i31.CommonModule, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.ObjectStateModule, typeof i34.InboxStateModule, typeof i35.PrepareStateModule, typeof i36.EoClientRoutingModule, typeof i37.EoFrameworkModule, typeof i38.GridModule, typeof i39.YvcMasterDetailsModule, typeof i40.YvcTabsModule, typeof i41.YvcSplitViewModule, typeof i42.YvcDropdownModule, typeof i43.YuvWidgetGridModule, typeof i44.HttpClientModule, typeof i45.ChartsModule, typeof i46.DragDropModule], [typeof i47.RouterModule, typeof i37.EoFrameworkModule]>;
49
55
  static ɵinj: i0.ɵɵInjectorDeclaration<EoClientModule>;
50
56
  }
51
57
  //# sourceMappingURL=eo-client.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6ChF,qBAiDa,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
1
+ {"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDhF,qBAuDa,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"inbox-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/inbox-state/inbox-state/inbox-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,YAAY,EAAE,SAAS,EAAE,YAAY,EAAc,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAEtH,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;AACxF,OAAO,EAAC,iBAAiB,EAAC,MAAM,4DAA4D,CAAC;AAC7F,OAAO,EAAC,uBAAuB,EAAC,MAAM,gFAAgF,CAAC;AACvH,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AAErF,OAAO,EAAC,UAAU,EAAC,MAAM,+EAA+E,CAAC;AACzG,OAAO,EAAC,aAAa,EAAC,MAAM,2CAA2C,CAAC;;AAExE,qBAMa,mBAAoB,YAAW,MAAM,EAAE,SAAS,EAAE,uBAAuB;IAmBjE,SAAS,EAAE,gBAAgB;IACrC,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,YAAY;IACb,YAAY,EAAE,YAAY;IACjC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IAzBxB,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,iBAAiB,EAAE,UAAU,EAAE,CAAM;IACrC,gBAAgB,EAAE,UAAU,EAAE,CAAM;IACpC,gBAAgB,SAAW;IAC3B,yBAAyB,SAAe;IACxC,cAAc,EAAE,gBAAgB,CAAC;IACjC,WAAW,UAAQ;IACnB,OAAO,UAAQ;IACf,QAAQ,MAAC;IACT,mBAAmB,EAAE,GAAG,CAAM;IAC9B,UAAU,EAAE,UAAU,CAAqD;IAC3E,YAAY,UAAS;IACrB,oBAAoB,SAAyB;IAExB,MAAM,EAAE,aAAa,CAAC;gBAExB,SAAS,EAAE,gBAAgB,EACrC,SAAS,EAAE,gBAAgB,EAC1B,YAAY,EAAE,gBAAgB,EAC/B,YAAY,EAAE,YAAY,EACzB,cAAc,EAAE,qBAAqB,EACrC,KAAK,EAAE,iBAAiB,EACxB,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,cAAc,EAAE,mBAAmB;IAsB7C,cAAc,CAAC,GAAG,EAAE,GAAG;IAcvB,iBAAiB;IAIjB,WAAW;IAOX,gBAAgB,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA;IAgB3B,YAAY;IAgBZ,YAAY;IAIZ,UAAU,CAAC,IAAI,EAAE,SAAS,EAAE,GAAG,IAAI;IAsCnC,YAAY,CAAC,MAAM,KAAA;IAiCnB,QAAQ;IAqBR,WAAW;yCA1MA,mBAAmB;2CAAnB,mBAAmB;CA6M/B"}
1
+ {"version":3,"file":"inbox-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/inbox-state/inbox-state/inbox-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAa,YAAY,EAAE,SAAS,EAAE,YAAY,EAAc,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAElI,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;AACxF,OAAO,EAAC,iBAAiB,EAAC,MAAM,4DAA4D,CAAC;AAC7F,OAAO,EAAC,uBAAuB,EAAC,MAAM,gFAAgF,CAAC;AACvH,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AAErF,OAAO,EAAC,UAAU,EAAC,MAAM,+EAA+E,CAAC;AACzG,OAAO,EAAC,aAAa,EAAC,MAAM,2CAA2C,CAAC;;AAExE,qBAMa,mBAAoB,YAAW,MAAM,EAAE,SAAS,EAAE,uBAAuB;IAmBjE,SAAS,EAAE,gBAAgB;IACrC,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,YAAY;IACb,YAAY,EAAE,YAAY;IACjC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IAzBxB,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,iBAAiB,EAAE,UAAU,EAAE,CAAM;IACrC,gBAAgB,EAAE,UAAU,EAAE,CAAM;IACpC,gBAAgB,SAAW;IAC3B,yBAAyB,SAAe;IACxC,cAAc,EAAE,gBAAgB,CAAC;IACjC,WAAW,UAAQ;IACnB,OAAO,UAAQ;IACf,QAAQ,MAAC;IACT,mBAAmB,EAAE,GAAG,CAAM;IAC9B,UAAU,EAAE,UAAU,CAAqD;IAC3E,YAAY,UAAS;IACrB,oBAAoB,SAAyB;IAExB,MAAM,EAAE,aAAa,CAAC;gBAExB,SAAS,EAAE,gBAAgB,EACrC,SAAS,EAAE,gBAAgB,EAC1B,YAAY,EAAE,gBAAgB,EAC/B,YAAY,EAAE,YAAY,EACzB,cAAc,EAAE,qBAAqB,EACrC,KAAK,EAAE,iBAAiB,EACxB,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,cAAc,EAAE,mBAAmB;IAsB7C,cAAc,CAAC,GAAG,EAAE,GAAG;IAcvB,iBAAiB;IAIjB,WAAW;IAOX,gBAAgB,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA;IAgB3B,YAAY;IAgBZ,YAAY;IAIZ,UAAU,CAAC,IAAI,EAAE,SAAS,EAAE,GAAG,IAAI;IAsCnC,YAAY,CAAC,MAAM,KAAA;IAiCnB,QAAQ;IAwCR,WAAW;yCA7NA,mBAAmB;2CAAnB,mBAAmB;CAgO/B"}
@@ -3,6 +3,7 @@ import { ActivatedRoute, Router } from '@angular/router';
3
3
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
4
4
  import { AuthService, Config, TranslateService, UserService } from '@eo-sdk/core';
5
5
  import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
6
+ import { PluginsService } from '../../eo-framework-core/api/plugins.service';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class LoginComponent implements OnInit {
8
9
  private route;
@@ -14,6 +15,7 @@ export declare class LoginComponent implements OnInit {
14
15
  private cd;
15
16
  private authService;
16
17
  private userService;
18
+ private pluginsSerice;
17
19
  setAsPresentButton: ElementRef;
18
20
  backgroundImage: SafeResourceUrl;
19
21
  appLogo: string;
@@ -30,7 +32,7 @@ export declare class LoginComponent implements OnInit {
30
32
  urlToNavigate: string;
31
33
  showAbsentDialog: boolean;
32
34
  removeProfile: (p: any) => any;
33
- constructor(route: ActivatedRoute, router: Router, config: Config, titleService: PageTitleService, translate: TranslateService, sanitizer: DomSanitizer, cd: ChangeDetectorRef, authService: AuthService, userService: UserService);
35
+ constructor(route: ActivatedRoute, router: Router, config: Config, titleService: PageTitleService, translate: TranslateService, sanitizer: DomSanitizer, cd: ChangeDetectorRef, authService: AuthService, userService: UserService, pluginsSerice: PluginsService);
34
36
  ngOnInit(): void;
35
37
  login(): void;
36
38
  closeShowAbsentDialog(setAsPresent?: boolean): void;
@@ -1 +1 @@
1
- {"version":3,"file":"login.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/login/login.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,MAAM,EAAE,iBAAiB,EAAa,UAAU,EAAC,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAC,cAAc,EAAE,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAC,YAAY,EAAE,eAAe,EAAC,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAC,WAAW,EAAS,MAAM,EAAoB,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;;AAElF,qBAKa,cAAe,YAAW,MAAM;IAgB/B,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,WAAW;IAtBJ,kBAAkB,EAAE,UAAU,CAAC;IAC1D,eAAe,EAAE,eAAe,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,GAAG,CAAM;IACf,QAAQ,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;IAChD,OAAO,UAAS;IAChB,OAAO,UAAS;IAChB,eAAe,UAAS;IACxB,OAAO,CAAC,SAAS,CAAS;IAC1B,MAAM,UAAS;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,UAAS;IACzB,aAAa,kBAAY;gBAEL,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,gBAAgB,EAC9B,SAAS,EAAE,gBAAgB,EAC3B,SAAS,EAAE,YAAY,EACvB,EAAE,EAAE,iBAAiB,EACrB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,WAAW;IAc5C,QAAQ;IAsBR,KAAK;IA6BL,qBAAqB,CAAC,YAAY,UAAQ;yCAzF/B,cAAc;2CAAd,cAAc;CAmG1B"}
1
+ {"version":3,"file":"login.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/login/login.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,MAAM,EAAE,iBAAiB,EAAa,UAAU,EAAC,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAC,cAAc,EAAE,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAC,YAAY,EAAE,eAAe,EAAC,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAC,WAAW,EAAS,MAAM,EAAoB,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAC,cAAc,EAAC,MAAM,6CAA6C,CAAC;;AAE3E,qBAKa,cAAe,YAAW,MAAM;IAgB/B,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IAvBN,kBAAkB,EAAE,UAAU,CAAC;IAC1D,eAAe,EAAE,eAAe,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,GAAG,CAAM;IACf,QAAQ,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;IAChD,OAAO,UAAS;IAChB,OAAO,UAAS;IAChB,eAAe,UAAS;IACxB,OAAO,CAAC,SAAS,CAAS;IAC1B,MAAM,UAAS;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,UAAS;IACzB,aAAa,kBAAY;gBAEL,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,gBAAgB,EAC9B,SAAS,EAAE,gBAAgB,EAC3B,SAAS,EAAE,YAAY,EACvB,EAAE,EAAE,iBAAiB,EACrB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,WAAW,EACxB,aAAa,EAAE,cAAc;IAcjD,QAAQ;IAuBR,KAAK;IA6BL,qBAAqB,CAAC,YAAY,UAAQ;yCA3F/B,cAAc;2CAAd,cAAc;CAqG1B"}
@@ -40,12 +40,10 @@ export declare class ProcessStateComponent implements OnInit, OnDestroy, Pending
40
40
  startTimeFCN: any;
41
41
  };
42
42
  sortParams: {
43
- startTime: string;
44
- modelName: string;
43
+ starttime: string;
45
44
  };
46
45
  defaultSortParams: {
47
- startTime: string;
48
- modelName: string;
46
+ starttime: string;
49
47
  };
50
48
  sortFields: ColDef[];
51
49
  settings: {};
@@ -64,7 +62,7 @@ export declare class ProcessStateComponent implements OnInit, OnDestroy, Pending
64
62
  refreshList(): void;
65
63
  initGrid(): void;
66
64
  resetFilters(): void;
67
- sort(field: any, direction: any): void;
65
+ sort(evt: CustomEvent): void;
68
66
  onPageChanged(page?: number): void;
69
67
  private fetchRowData;
70
68
  private getProcesses;
@@ -1 +1 @@
1
- {"version":3,"file":"process-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/process-state/process-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAC,eAAe,EAAE,cAAc,EAAE,UAAU,EAAE,OAAO,EAA4B,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAGrI,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yDAAyD,CAAC;AAC1F,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AAGrE,qBAKa,qBACX,YAAW,MAAM,EAAE,SAAS,EAAE,uBAAuB;IAiD5C,SAAS,EAAE,gBAAgB;IAC3B,UAAU,EAAE,UAAU;IACtB,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,cAAc;IAxDxB,WAAW,EAAE,WAAW,CAAC;IACzB,kBAAkB,SAAa;IAC/B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,WAAW,EAAE,UAAU,CAAyC;IAChE,WAAW,EAAE,UAAU,CAAyC;IAChE,cAAc,SAA4B;IAC1C,YAAY,SAA0B;IACtC,uBAAuB,SAAM;IAC7B,UAAU,EAAE,gBAAgB,CAAC;IAC7B,sBAAsB;;;;;;;;;MASpB;IACF,UAAU;;;MAGR;IACF,iBAAiB;;;MAGf;IACF,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,KAAM;IACd,OAAO,EAAE,MAAM,EAAE,CAOf;IACF,uBAAuB;;;;;;MAMrB;IAEmB,MAAM,EAAE,aAAa,CAAC;gBAGlC,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,gBAAgB,EAC1B,KAAK,EAAE,iBAAiB,EACxB,OAAO,EAAE,cAAc,EACvB,EAAE,EAAE,kBAAkB,EACtB,YAAY,EAAE,gBAAgB,EAC9B,QAAQ,EAAE,eAAe,EACzB,cAAc,EAAE,qBAAqB;IA4B/C,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,UAAU;IAyBlB,WAAW;IAIX,QAAQ;IAkBR,YAAY;IAMZ,IAAI,CAAC,KAAK,KAAA,EAAE,SAAS,KAAA;IAMrB,aAAa,CAAC,IAAI,GAAE,MAAU;IAU9B,OAAO,CAAC,YAAY;IAapB,OAAO,CAAC,YAAY;IAkBpB,OAAO,CAAC,oBAAoB;IA6C5B,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,kBAAkB;IAgB1B,UAAU,CAAC,SAAS,EAAE,OAAO,EAAE;IAe/B,YAAY,CAAC,MAAM,KAAA;IA6CnB,QAAQ;IAIR,WAAW;IAIX,UAAU,CAAC,EAAE,KAAA,EAAE,EAAE,KAAA,GAAG,OAAO;IAI3B,iBAAiB;yCA7UN,qBAAqB;2CAArB,qBAAqB;CAgVjC"}
1
+ {"version":3,"file":"process-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/process-state/process-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAC,eAAe,EAAE,cAAc,EAAE,UAAU,EAAE,OAAO,EAA4B,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAGrI,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yDAAyD,CAAC;AAC1F,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AAGrE,qBAKa,qBACX,YAAW,MAAM,EAAE,SAAS,EAAE,uBAAuB;IA+C5C,SAAS,EAAE,gBAAgB;IAC3B,UAAU,EAAE,UAAU;IACtB,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,cAAc;IAtDxB,WAAW,EAAE,WAAW,CAAC;IACzB,kBAAkB,SAAa;IAC/B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,WAAW,EAAE,UAAU,CAAyC;IAChE,WAAW,EAAE,UAAU,CAAyC;IAChE,cAAc,SAA4B;IAC1C,YAAY,SAA0B;IACtC,uBAAuB,SAAM;IAC7B,UAAU,EAAE,gBAAgB,CAAC;IAC7B,sBAAsB;;;;;;;;;MASpB;IACF,UAAU;;MAER;IACF,iBAAiB;;MAEf;IACF,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,KAAM;IACd,OAAO,EAAE,MAAM,EAAE,CAOf;IACF,uBAAuB;;;;;;MAMrB;IAEmB,MAAM,EAAE,aAAa,CAAC;gBAGlC,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,gBAAgB,EAC1B,KAAK,EAAE,iBAAiB,EACxB,OAAO,EAAE,cAAc,EACvB,EAAE,EAAE,kBAAkB,EACtB,YAAY,EAAE,gBAAgB,EAC9B,QAAQ,EAAE,eAAe,EACzB,cAAc,EAAE,qBAAqB;IA4B/C,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,UAAU;IAyBlB,WAAW;IAIX,QAAQ;IAiBR,YAAY;IAMZ,IAAI,CAAC,GAAG,EAAE,WAAW;IAMrB,aAAa,CAAC,IAAI,GAAE,MAAU;IAU9B,OAAO,CAAC,YAAY;IAcpB,OAAO,CAAC,YAAY;IAkBpB,OAAO,CAAC,oBAAoB;IA6C5B,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,kBAAkB;IAgB1B,UAAU,CAAC,SAAS,EAAE,OAAO,EAAE;IAe/B,YAAY,CAAC,MAAM,KAAA;IA6CnB,QAAQ;IAIR,WAAW;IAIX,UAAU,CAAC,EAAE,KAAA,EAAE,EAAE,KAAA,GAAG,OAAO;IAI3B,iBAAiB;yCAxUN,qBAAqB;2CAArB,qBAAqB;CA2UjC"}
@@ -5,7 +5,6 @@ import { Observable } from 'rxjs';
5
5
  import { AgentService } from '../../eo-framework-core/agent/agent.service';
6
6
  import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
7
7
  import { UserAvatarComponent } from '../../eo-framework/ui/user-avatar/user-avatar.component';
8
- import { ListSettingsService } from './../../eo-framework/grid/extensions/services/list-settings.service';
9
8
  import { LockSettings } from './agent-lock-settings.enum';
10
9
  import * as i0 from "@angular/core";
11
10
  export declare class SettingsComponent implements AfterViewInit {
@@ -20,7 +19,6 @@ export declare class SettingsComponent implements AfterViewInit {
20
19
  private agentService;
21
20
  private fb;
22
21
  private cacheService;
23
- private listSettingsService;
24
22
  private storageService;
25
23
  translate: TranslateService;
26
24
  private elemRef;
@@ -40,7 +38,6 @@ export declare class SettingsComponent implements AfterViewInit {
40
38
  showAgentConfig: boolean;
41
39
  defaultLockSetting: boolean;
42
40
  user$: Observable<any>;
43
- errorMessage: string;
44
41
  userId: string;
45
42
  showDeleteIconTrash: boolean;
46
43
  userImageUri: string;
@@ -53,19 +50,14 @@ export declare class SettingsComponent implements AfterViewInit {
53
50
  MAX_FILE_SIZE: number;
54
51
  viewMode: string;
55
52
  fileName: string;
56
- cache: {
57
- system: boolean;
58
- history: boolean;
59
- layout: boolean;
60
- };
53
+ deleteConfigDashboard: boolean;
61
54
  files: ElementRef;
62
55
  headerBg: any;
63
56
  userAvatar: UserAvatarComponent;
64
57
  confirmDeleteBtn: ElementRef;
65
58
  profileImageOverlay: ElementRef;
66
59
  deputiesForm: NgForm;
67
- constructor(renderer: Renderer2, userService: UserService, config: Config, notify: NotificationsService, systemService: SystemService, eventService: EventService, capabilitiesService: CapabilitiesService, titleService: PageTitleService, agentService: AgentService, fb: UntypedFormBuilder, cacheService: AppCacheService, listSettingsService: ListSettingsService, storageService: LocalStorageService, translate: TranslateService, elemRef: ElementRef, notification: NotificationsService);
68
- get isSSO(): boolean;
60
+ constructor(renderer: Renderer2, userService: UserService, config: Config, notify: NotificationsService, systemService: SystemService, eventService: EventService, capabilitiesService: CapabilitiesService, titleService: PageTitleService, agentService: AgentService, fb: UntypedFormBuilder, cacheService: AppCacheService, storageService: LocalStorageService, translate: TranslateService, elemRef: ElementRef, notification: NotificationsService);
69
61
  get agentStatus(): Observable<boolean>;
70
62
  get activeSchema(): string;
71
63
  hasPrivilege(privilege: string): boolean;
@@ -88,9 +80,10 @@ export declare class SettingsComponent implements AfterViewInit {
88
80
  mouseLeave(): void;
89
81
  trashIconClick(): void;
90
82
  refreshUserImageHeaderBackground(imageUri: string): void;
91
- clearCache(): boolean;
83
+ clearLocalSettings(): boolean;
92
84
  saveLocalSettings(): Promise<void>;
93
85
  loadLocalSettings(): void;
86
+ defaultDashboard(): void;
94
87
  static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
95
88
  static ɵcmp: i0.ɵɵComponentDeclaration<SettingsComponent, "eo-settings", never, {}, {}, never, never, false, never>;
96
89
  }
@@ -1 +1 @@
1
- {"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"stored-queries-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/stored-queries-state/stored-queries-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,cAAc,EAAiB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAC,MAAM,EAAe,oBAAoB,EAAE,WAAW,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAG1H,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,mDAAmD,CAAC;AACnF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAElF,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AAIrE,qBAMa,2BAA4B,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAehF,OAAO,CAAC,KAAK;IACvB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IArBnB,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAM;IACpC,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,gBAAgB,EAAE,GAAG,CAAM;IAE3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,UAAQ;IAEE,MAAM,EAAE,aAAa,CAAC;gBAEvB,KAAK,EAAE,cAAc,EAC/B,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,qBAAqB,EACtC,SAAS,EAAE,gBAAgB,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,oBAAoB,EAAE,oBAAoB,EAC1C,YAAY,EAAE,gBAAgB,EAC9B,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB;IAIrC,MAAM,CAAC,KAAK,EAAE,WAAW;IAQzB,iBAAiB;IAIjB,eAAe;IAYf,WAAW;IAIX,WAAW,CAAC,EAAE,KAAA;IASd,UAAU,CAAC,GAAG,KAAA;IASd,UAAU,CAAC,IAAI,KAAA,EAAE,IAAI,EAAE,MAAM;IAY7B,WAAW;IASX,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA,EAAE,EAAE,KAAA;IAgCnB,YAAY,CAAC,MAAM,KAAA;IA+BnB,MAAM;IAON,WAAW;IAIX,OAAO,CAAC,oBAAoB;IAgB5B,QAAQ;yCA5LG,2BAA2B;2CAA3B,2BAA2B;CAgNvC"}
1
+ {"version":3,"file":"stored-queries-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/stored-queries-state/stored-queries-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,cAAc,EAAiB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAC,MAAM,EAAe,oBAAoB,EAAE,WAAW,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAG1H,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,mDAAmD,CAAC;AACnF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAElF,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AAIrE,qBAMa,2BAA4B,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAehF,OAAO,CAAC,KAAK;IACvB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IArBnB,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAM;IACpC,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,gBAAgB,EAAE,GAAG,CAAM;IAE3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,UAAQ;IAEE,MAAM,EAAE,aAAa,CAAC;gBAEvB,KAAK,EAAE,cAAc,EAC/B,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,qBAAqB,EACtC,SAAS,EAAE,gBAAgB,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,oBAAoB,EAAE,oBAAoB,EAC1C,YAAY,EAAE,gBAAgB,EAC9B,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB;IAIrC,MAAM,CAAC,KAAK,EAAE,WAAW;IAQzB,iBAAiB;IAIjB,eAAe;IAYf,WAAW;IAIX,WAAW,CAAC,EAAE,KAAA;IAQd,UAAU,CAAC,GAAG,KAAA;IASd,UAAU,CAAC,IAAI,KAAA,EAAE,IAAI,EAAE,MAAM;IAY7B,WAAW;IASX,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA,EAAE,EAAE,KAAA;IAgCnB,YAAY,CAAC,MAAM,KAAA;IA+BnB,MAAM;IAON,WAAW;IAIX,OAAO,CAAC,oBAAoB;IAgB5B,QAAQ;yCA3LG,2BAA2B;2CAA3B,2BAA2B;CA+MvC"}
@@ -1,6 +1,6 @@
1
1
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
2
2
  import { ElementRef, EventEmitter, OnInit } from '@angular/core';
3
- import { AbstractControl, ControlValueAccessor, FormBuilder, FormGroup, ValidationErrors, Validator } from '@angular/forms';
3
+ import { AbstractControl, ControlValueAccessor, FormBuilder, FormGroup, UntypedFormGroup, ValidationErrors, Validator } from '@angular/forms';
4
4
  import { ChangeMode, ChangeOutput, Signer } from '../signature.model';
5
5
  import { TranslateService } from '@eo-sdk/core';
6
6
  import * as i0 from "@angular/core";
@@ -25,6 +25,7 @@ export declare class SequenceListComponent implements ControlValueAccessor, Vali
25
25
  controlPlusHandler(event: KeyboardEvent): void;
26
26
  controlEnterHandler(event: KeyboardEvent): void;
27
27
  escapeHandler(event: KeyboardEvent): void;
28
+ get duplicateEmailValidation(): boolean;
28
29
  get maxSigners(): boolean;
29
30
  constructor(formOpen: string, elRef: ElementRef, fb: FormBuilder, translate: TranslateService);
30
31
  propagateChange: (_: any) => void;
@@ -35,6 +36,9 @@ export declare class SequenceListComponent implements ControlValueAccessor, Vali
35
36
  validate(control: AbstractControl): ValidationErrors | null;
36
37
  dragDrop(event: CdkDragDrop<string[]>): void;
37
38
  showEntryForm(index?: number, addAtIndex?: boolean): void;
39
+ duplicateEmailValidator(): (group: UntypedFormGroup) => {
40
+ duplicateEmail: boolean;
41
+ };
38
42
  private removeEntry;
39
43
  changeEntry({ index, mode }: ChangeOutput): void;
40
44
  addSigner(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"sequence-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAmB,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAuB,UAAU,EAAE,YAAY,EAAmC,MAAM,EAAS,MAAM,eAAe,CAAC;AAC9H,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,WAAW,EAAE,SAAS,EAAoC,gBAAgB,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAC1K,OAAO,EAAC,UAAU,EAAE,YAAY,EAAE,MAAM,EAAC,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAE9C,qBAoBa,qBAAsB,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM;IA0CxC,QAAQ,EAAE,MAAM;IACxC,KAAK,EAAE,UAAU;IACjB,EAAE,EAAE,WAAW;IACf,SAAS,EAAE,gBAAgB;IA5C9C,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,MAAM,EAAE,CAAM;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe;;;MAAwB;IACvC,UAAU,oBAAc;IACxB,IAAI,EAAE,UAAU,CAAC;IAER,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IACtB,QAAQ,wBAA+B;IAGjD,kBAAkB,CAAC,KAAK,EAAE,aAAa;IAOvC,mBAAmB,CAAC,KAAK,EAAE,aAAa;IASxC,aAAa,CAAC,KAAK,EAAE,aAAa;IAQlC,IAAI,UAAU,IAAI,OAAO,CAExB;gBAE0C,QAAQ,EAAE,MAAM,EACxC,KAAK,EAAE,UAAU,EACjB,EAAE,EAAE,WAAW,EACf,SAAS,EAAE,gBAAgB;IAE9C,eAAe,MAAO,GAAG,UAAQ;IAEjC,OAAO,CAAC,SAAS;IAIjB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI;IAIjC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAEhC,QAAQ,CAAC,OAAO,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAI3D,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,EAAE,CAAC;IAKrC,aAAa,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,OAAO;IAqBlD,OAAO,CAAC,WAAW;IAQnB,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,YAAY;IAazC,SAAS;IAYT,aAAa;IAUb,MAAM;IAIN,QAAQ,IAAI,IAAI;yCA5IL,qBAAqB;2CAArB,qBAAqB;CA+IjC"}
1
+ {"version":3,"file":"sequence-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAmB,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAuB,UAAU,EAAE,YAAY,EAAmC,MAAM,EAAS,MAAM,eAAe,CAAC;AAC9H,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,WAAW,EACX,SAAS,EAGT,gBAAgB,EAChB,gBAAgB,EAChB,SAAS,EAEV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,UAAU,EAAE,YAAY,EAAE,MAAM,EAAC,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAE9C,qBAoBa,qBAAsB,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM;IAmDxC,QAAQ,EAAE,MAAM;IACxC,KAAK,EAAE,UAAU;IACjB,EAAE,EAAE,WAAW;IACf,SAAS,EAAE,gBAAgB;IArD9C,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,MAAM,EAAE,CAAM;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe;;;MAAwB;IACvC,UAAU,oBAAc;IACxB,IAAI,EAAE,UAAU,CAAC;IAER,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IACtB,QAAQ,wBAA+B;IAGjD,kBAAkB,CAAC,KAAK,EAAE,aAAa;IAOvC,mBAAmB,CAAC,KAAK,EAAE,aAAa;IASxC,aAAa,CAAC,KAAK,EAAE,aAAa;IAQlC,IAAI,wBAAwB,IAAI,OAAO,CAOtC;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;gBAE0C,QAAQ,EAAE,MAAM,EACxC,KAAK,EAAE,UAAU,EACjB,EAAE,EAAE,WAAW,EACf,SAAS,EAAE,gBAAgB;IAE9C,eAAe,MAAO,GAAG,UAAQ;IAEjC,OAAO,CAAC,SAAS;IAIjB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI;IAIjC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAEhC,QAAQ,CAAC,OAAO,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAI3D,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,EAAE,CAAC;IAKrC,aAAa,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,OAAO;IAyBlD,uBAAuB,YACN,gBAAgB;;;IAQjC,OAAO,CAAC,WAAW;IAQnB,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,YAAY;IAazC,SAAS;IAYT,aAAa;IAUb,MAAM;IAIN,QAAQ,IAAI,IAAI;yCAlKL,qBAAqB;2CAArB,qBAAqB;CAqKjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"signature-action.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/actions/actions/signature-action/signature-action.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,UAAU,EAAC,MAAM,MAAM,CAAC;AAEpD,OAAO,EAAC,kBAAkB,EAAC,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,SAAS,EAAE,cAAc,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAGzE,qBAIa,wBAAyB,SAAQ,eAAe;IAU/C,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,cAAc;IARvE,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,SAAK;IACb,OAAO,SAA0C;IACjD,KAAK,SAAY;IACjB,KAAK,iBAAgC;IACrC,aAAa,4BAAsB;gBAEf,SAAS,EAAE,gBAAgB,EAAU,cAAc,EAAE,cAAc;IAMvF,YAAY,CAAC,OAAO,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,CAAC;IAQrD,iBAAiB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAU3C,mBAAmB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAI7C,aAAa,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAIvC,WAAW,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;yCA1C1B,wBAAwB;2CAAxB,wBAAwB;CA6CpC"}
1
+ {"version":3,"file":"signature-action.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/actions/actions/signature-action/signature-action.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,UAAU,EAAC,MAAM,MAAM,CAAC;AAEpD,OAAO,EAAC,kBAAkB,EAAC,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,SAAS,EAAE,cAAc,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAGzE,qBAIa,wBAAyB,SAAQ,eAAe;IAU/C,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,cAAc;IARvE,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,SAAK;IACb,OAAO,SAA0C;IACjD,KAAK,SAAY;IACjB,KAAK,iBAAgC;IACrC,aAAa,4BAAsB;gBAEf,SAAS,EAAE,gBAAgB,EAAU,cAAc,EAAE,cAAc;IASvF,YAAY,CAAC,OAAO,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,CAAC;IAQrD,iBAAiB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAU3C,mBAAmB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAI7C,aAAa,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAIvC,WAAW,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;yCA7C1B,wBAAwB;2CAAxB,wBAAwB;CAgDpC"}
@@ -2,7 +2,7 @@ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy,
2
2
  import { Router } from '@angular/router';
3
3
  import { ObjectFormComponent } from '../../../object-form/object-form/object-form.component';
4
4
  import { FormStatusChangedEvent } from '../../../object-form/index';
5
- import { NgForm } from '@angular/forms';
5
+ import { FormBuilder, NgForm } from '@angular/forms';
6
6
  import { LocaleDatePipe } from '../../../../eo-framework-core/pipes/locale-date.pipe';
7
7
  import { AppSearchService } from '../../../../eo-framework-core/search/app-search.service';
8
8
  import { Capabilities, CapabilitiesService, LocalStorageService, Logger, NotificationsService, ObjectType, QueryScope, SearchFilter, SearchQuery, SearchService, SearchState, StoredQueriesService, StoredQuery, SystemService, TranslateService, UserService } from '@eo-sdk/core';
@@ -25,6 +25,7 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
25
25
  private userService;
26
26
  private logger;
27
27
  private storageService;
28
+ private fb;
28
29
  PARAMS: {
29
30
  TYPE: string;
30
31
  CREATOR: string;
@@ -94,11 +95,14 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
94
95
  };
95
96
  _selected: number;
96
97
  objectTypeGroupsStorageKey: string;
98
+ termForm: import("@angular/forms").FormGroup<{
99
+ term: import("@angular/forms").FormControl<any>;
100
+ }>;
97
101
  onExecuteSearch: EventEmitter<any>;
98
102
  set selected(index: number);
99
103
  get selected(): number;
100
104
  get storedQuery(): StoredQuery;
101
- constructor(appSearchService: AppSearchService, overlay: YvcOverlayService, searchService: SearchService, systemService: SystemService, notifications: NotificationsService, translate: TranslateService, router: Router, renderer: Renderer2, cd: ChangeDetectorRef, storedQueriesService: StoredQueriesService, capabilityService: CapabilitiesService, userService: UserService, logger: Logger, storageService: LocalStorageService);
105
+ constructor(appSearchService: AppSearchService, overlay: YvcOverlayService, searchService: SearchService, systemService: SystemService, notifications: NotificationsService, translate: TranslateService, router: Router, renderer: Renderer2, cd: ChangeDetectorRef, storedQueriesService: StoredQueriesService, capabilityService: CapabilitiesService, userService: UserService, logger: Logger, storageService: LocalStorageService, fb: FormBuilder);
102
106
  onTabChange(tabId: string): void;
103
107
  private processQuery;
104
108
  selectObjectType(type: ObjectType): void;
@@ -132,7 +136,7 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
132
136
  isEmpty(value: any): any;
133
137
  isFilterActive(filterType: string, operator: string, key: any): boolean;
134
138
  resetFilter(model: any, value: string): void;
135
- autocompleteSuggest(evt?: any): void;
139
+ private autocompleteSuggest;
136
140
  expertTermChanged(): void;
137
141
  autocompleteSelect(): void;
138
142
  autocompletePaste(e: any): void;
@@ -1 +1 @@
1
- {"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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"}