@eo-sdk/client 10.0.0-beta.4 → 10.0.0-rc.1

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 (314) hide show
  1. package/app/eo-client/about-state/about-state.component.d.ts +0 -5
  2. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  3. package/app/eo-client/dashboard/dashboard.component.d.ts +25 -33
  4. package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
  5. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts +19 -0
  6. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map +1 -0
  7. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.d.ts +24 -0
  8. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.d.ts.map +1 -0
  9. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts +20 -0
  10. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts.map +1 -0
  11. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.d.ts +19 -0
  12. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.d.ts.map +1 -0
  13. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.d.ts +4 -0
  14. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.d.ts.map +1 -0
  15. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts +25 -0
  16. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts.map +1 -0
  17. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.d.ts +20 -0
  18. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.d.ts.map +1 -0
  19. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.d.ts +4 -0
  20. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.d.ts.map +1 -0
  21. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +28 -0
  22. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts.map +1 -0
  23. package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +44 -0
  24. package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -0
  25. package/app/eo-client/eo-client.module.d.ts +24 -13
  26. package/app/eo-client/eo-client.module.d.ts.map +1 -1
  27. package/app/eo-client/favorite-state/favorite-state.component.d.ts +7 -8
  28. package/app/eo-client/favorite-state/favorite-state.component.d.ts.map +1 -1
  29. package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts +8 -10
  30. package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
  31. package/app/eo-client/login/login.component.d.ts +12 -5
  32. package/app/eo-client/login/login.component.d.ts.map +1 -1
  33. package/app/eo-client/notifications-state/notifications-state.component.d.ts +9 -11
  34. package/app/eo-client/notifications-state/notifications-state.component.d.ts.map +1 -1
  35. package/app/eo-client/object-state/object-state/object-state.component.d.ts +10 -11
  36. package/app/eo-client/object-state/object-state/object-state.component.d.ts.map +1 -1
  37. package/app/eo-client/prepare-state/prepare-state/prepare-state.component.d.ts +8 -9
  38. package/app/eo-client/prepare-state/prepare-state/prepare-state.component.d.ts.map +1 -1
  39. package/app/eo-client/process-state/process-state.component.d.ts +8 -10
  40. package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
  41. package/app/eo-client/recyclebin-state/recyclebin-state.component.d.ts +5 -6
  42. package/app/eo-client/recyclebin-state/recyclebin-state.component.d.ts.map +1 -1
  43. package/app/eo-client/result-state/result-state.component.d.ts +3 -5
  44. package/app/eo-client/result-state/result-state.component.d.ts.map +1 -1
  45. package/app/eo-client/settings/settings.component.d.ts +6 -7
  46. package/app/eo-client/settings/settings.component.d.ts.map +1 -1
  47. package/app/eo-client/stored-queries-state/stored-queries-state.component.d.ts +8 -10
  48. package/app/eo-client/stored-queries-state/stored-queries-state.component.d.ts.map +1 -1
  49. package/app/eo-client/version-state/version-state.component.d.ts +5 -7
  50. package/app/eo-client/version-state/version-state.component.d.ts.map +1 -1
  51. package/app/eo-framework/accordion/accordion.module.d.ts +1 -2
  52. package/app/eo-framework/accordion/accordion.module.d.ts.map +1 -1
  53. package/app/eo-framework/actions/action-menu/action-menu.component.d.ts +4 -5
  54. package/app/eo-framework/actions/action-menu/action-menu.component.d.ts.map +1 -1
  55. package/app/eo-framework/actions/action.module.d.ts +11 -10
  56. package/app/eo-framework/actions/action.module.d.ts.map +1 -1
  57. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts +3 -2
  58. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts.map +1 -1
  59. package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts +9 -13
  60. package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts.map +1 -1
  61. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +3 -4
  62. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts.map +1 -1
  63. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  64. package/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.d.ts +1 -2
  65. package/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.d.ts.map +1 -1
  66. package/app/eo-framework/app-shell/app-shell.module.d.ts +18 -20
  67. package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
  68. package/app/eo-framework/app-shell/index.d.ts +0 -1
  69. package/app/eo-framework/app-shell/index.d.ts.map +1 -1
  70. package/app/eo-framework/eo-framework.module.d.ts +37 -38
  71. package/app/eo-framework/eo-framework.module.d.ts.map +1 -1
  72. package/app/eo-framework/form-elements/date/date.component.d.ts +0 -2
  73. package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
  74. package/app/eo-framework/form-elements/form-elements.module.d.ts +9 -18
  75. package/app/eo-framework/form-elements/form-elements.module.d.ts.map +1 -1
  76. package/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.d.ts +1 -0
  77. package/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.d.ts.map +1 -1
  78. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +0 -2
  79. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
  80. package/app/eo-framework/grid/grid.component.d.ts +7 -8
  81. package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
  82. package/app/eo-framework/grid/grid.module.d.ts +7 -8
  83. package/app/eo-framework/grid/grid.module.d.ts.map +1 -1
  84. package/app/eo-framework/inbox-details/inbox-details.component.d.ts +1 -2
  85. package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
  86. package/app/eo-framework/index.d.ts +0 -4
  87. package/app/eo-framework/index.d.ts.map +1 -1
  88. package/app/eo-framework/media/media.component.d.ts +4 -3
  89. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  90. package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts +2 -3
  91. package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts.map +1 -1
  92. package/app/eo-framework/object-details/object-details.component.d.ts +14 -6
  93. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  94. package/app/eo-framework/object-details/object-details.module.d.ts +2 -1
  95. package/app/eo-framework/object-details/object-details.module.d.ts.map +1 -1
  96. package/app/eo-framework/object-details/object-history/object-history.component.d.ts +2 -3
  97. package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
  98. package/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.d.ts +10 -0
  99. package/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.d.ts.map +1 -0
  100. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts +8 -3
  101. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts.map +1 -1
  102. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +1 -2
  103. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
  104. package/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.d.ts +7 -2
  105. package/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.d.ts.map +1 -1
  106. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +28 -11
  107. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
  108. package/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.d.ts.map +1 -1
  109. package/app/eo-framework/object-form/object-form/object-form.component.d.ts +1 -2
  110. package/app/eo-framework/object-form/object-form/object-form.component.d.ts.map +1 -1
  111. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  112. package/app/eo-framework/object-form/object-form.module.d.ts +9 -9
  113. package/app/eo-framework/object-state-details/object-state-details.component.d.ts +1 -2
  114. package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
  115. package/app/eo-framework/prepare-details/prepare-details.component.d.ts +8 -9
  116. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  117. package/app/eo-framework/process/details/process-details.component.d.ts +7 -8
  118. package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
  119. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +9 -11
  120. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts.map +1 -1
  121. package/app/eo-framework/result-list/result-list.component.d.ts +5 -6
  122. package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
  123. package/app/eo-framework/settings/settings.module.d.ts +3 -4
  124. package/app/eo-framework/settings/settings.module.d.ts.map +1 -1
  125. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts +4 -5
  126. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts.map +1 -1
  127. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -3
  128. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
  129. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +1 -0
  130. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
  131. package/app/eo-framework/ui/outside-click/outside-click.directive.d.ts +1 -2
  132. package/app/eo-framework/ui/outside-click/outside-click.directive.d.ts.map +1 -1
  133. package/app/eo-framework/ui/signature-tab/signature-tab.component.d.ts +0 -1
  134. package/app/eo-framework/ui/signature-tab/signature-tab.component.d.ts.map +1 -1
  135. package/app/eo-framework/util/index.d.ts +0 -1
  136. package/app/eo-framework/util/index.d.ts.map +1 -1
  137. package/app/eo-framework/util/util.module.d.ts +0 -1
  138. package/app/eo-framework/util/util.module.d.ts.map +1 -1
  139. package/app/eo-framework-core/layout/layout.service.d.ts +2 -26
  140. package/app/eo-framework-core/layout/layout.service.d.ts.map +1 -1
  141. package/app/eo-framework-core/pipes/locale-number.pipe.d.ts +2 -3
  142. package/app/eo-framework-core/pipes/locale-number.pipe.d.ts.map +1 -1
  143. package/assets/_default/i18n/de.json +32 -2
  144. package/assets/_default/i18n/en.json +37 -7
  145. package/assets/_default/svg/ic_add_document_file_as_new_version.svg +1 -0
  146. package/assets/_default/svg/ic_create_document.svg +1 -0
  147. package/assets/_default/svg/ic_create_document_in_folder.svg +1 -0
  148. package/assets/_default/svg/ic_noUrl.svg +1 -0
  149. package/assets/dashboard.json +47 -0
  150. package/esm2020/app/eo-client/about-state/about-state.component.mjs +5 -11
  151. package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +143 -98
  152. package/esm2020/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +59 -0
  153. package/esm2020/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +39 -0
  154. package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +53 -0
  155. package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +42 -0
  156. package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +2 -0
  157. package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +65 -0
  158. package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +43 -0
  159. package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +2 -0
  160. package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +117 -0
  161. package/esm2020/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +115 -0
  162. package/esm2020/app/eo-client/eo-client.module.mjs +44 -6
  163. package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +15 -14
  164. package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +14 -11
  165. package/esm2020/app/eo-client/login/login.component.mjs +33 -13
  166. package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +16 -12
  167. package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +27 -23
  168. package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +12 -9
  169. package/esm2020/app/eo-client/process-state/process-state.component.mjs +6 -9
  170. package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +14 -11
  171. package/esm2020/app/eo-client/result-state/result-state.component.mjs +11 -8
  172. package/esm2020/app/eo-client/settings/settings.component.mjs +16 -12
  173. package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +16 -13
  174. package/esm2020/app/eo-client/version-state/version-state.component.mjs +13 -10
  175. package/esm2020/app/eo-framework/accordion/accordion.module.mjs +3 -7
  176. package/esm2020/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
  177. package/esm2020/app/eo-framework/actions/action-menu/action-menu.component.mjs +15 -11
  178. package/esm2020/app/eo-framework/actions/action.module.mjs +5 -2
  179. package/esm2020/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +5 -7
  180. package/esm2020/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
  181. package/esm2020/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -2
  182. package/esm2020/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +43 -48
  183. package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +2 -2
  184. package/esm2020/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +2 -2
  185. package/esm2020/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +16 -14
  186. package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +8 -3
  187. package/esm2020/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +4 -6
  188. package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +1 -8
  189. package/esm2020/app/eo-framework/app-shell/index.mjs +1 -2
  190. package/esm2020/app/eo-framework/eo-framework.module.mjs +35 -43
  191. package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +2 -12
  192. package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -3
  193. package/esm2020/app/eo-framework/form-elements/form-elements.module.mjs +28 -37
  194. package/esm2020/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
  195. package/esm2020/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +10 -6
  196. package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +3 -3
  197. package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +5 -6
  198. package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +2 -2
  199. package/esm2020/app/eo-framework/frame/frame.component.mjs +2 -2
  200. package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +2 -6
  201. package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
  202. package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
  203. package/esm2020/app/eo-framework/grid/grid.component.mjs +16 -12
  204. package/esm2020/app/eo-framework/grid/grid.module.mjs +1 -5
  205. package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +16 -11
  206. package/esm2020/app/eo-framework/index.mjs +1 -5
  207. package/esm2020/app/eo-framework/media/media.component.mjs +31 -12
  208. package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +13 -10
  209. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +64 -38
  210. package/esm2020/app/eo-framework/object-details/object-details.module.mjs +7 -3
  211. package/esm2020/app/eo-framework/object-details/object-history/object-history.component.mjs +13 -9
  212. package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +18 -0
  213. package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +20 -6
  214. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +21 -22
  215. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
  216. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +94 -32
  217. package/esm2020/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +6 -4
  218. package/esm2020/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +2 -3
  219. package/esm2020/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -5
  220. package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +2 -2
  221. package/esm2020/app/eo-framework/object-form/object-form.module.mjs +9 -10
  222. package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +15 -13
  223. package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +16 -14
  224. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +16 -12
  225. package/esm2020/app/eo-framework/process-form/process-form.component.mjs +2 -2
  226. package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +25 -17
  227. package/esm2020/app/eo-framework/result-list/result-list.component.mjs +21 -15
  228. package/esm2020/app/eo-framework/settings/settings.module.mjs +1 -5
  229. package/esm2020/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +17 -13
  230. package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +12 -8
  231. package/esm2020/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +2 -2
  232. package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +20 -12
  233. package/esm2020/app/eo-framework/ui/outside-click/outside-click.directive.mjs +11 -8
  234. package/esm2020/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -6
  235. package/esm2020/app/eo-framework/upload-overlay/upload-overlay.component.mjs +3 -3
  236. package/esm2020/app/eo-framework/util/index.mjs +1 -2
  237. package/esm2020/app/eo-framework/util/util.module.mjs +2 -3
  238. package/esm2020/app/eo-framework-core/layout/layout.service.mjs +61 -63
  239. package/esm2020/app/eo-framework-core/pipes/locale-number.pipe.mjs +11 -8
  240. package/esm2020/projects/eo-sdk/core/lib/eo-core.module.mjs +8 -8
  241. package/esm2020/projects/eo-sdk/core/lib/model/inbox-item.model.mjs +2 -6
  242. package/esm2020/projects/eo-sdk/core/lib/service/auth/auth.service.mjs +24 -30
  243. package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.mjs +1 -1
  244. package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.mjs +8 -6
  245. package/esm2020/projects/eo-sdk/core/lib/service/config/config.service.mjs +1 -1
  246. package/esm2020/projects/eo-sdk/core/lib/service/dms/dms.service.mjs +14 -16
  247. package/esm2020/projects/eo-sdk/core/lib/service/prepare/prepare.service.mjs +15 -12
  248. package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +12 -6
  249. package/esm2020/projects/eo-sdk/core/lib/service/system/system.service.mjs +2 -6
  250. package/esm2020/projects/eo-sdk/core/lib/service/user/user.service.mjs +11 -1
  251. package/esm2020/projects/eo-sdk/core/lib/util/utils.mjs +3 -3
  252. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +1069 -1066
  253. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  254. package/fesm2015/eo-sdk-client.mjs +14808 -15012
  255. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  256. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +1069 -1066
  257. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  258. package/fesm2020/eo-sdk-client.mjs +16587 -16787
  259. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  260. package/package.json +5 -5
  261. package/projects/eo-sdk/core/lib/eo-core.module.d.ts.map +1 -1
  262. package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts.map +1 -1
  263. package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts +14 -20
  264. package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts.map +1 -1
  265. package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts +4 -0
  266. package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts.map +1 -1
  267. package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts +3 -1
  268. package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts.map +1 -1
  269. package/projects/eo-sdk/core/lib/service/config/config.service.d.ts.map +1 -1
  270. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +10 -8
  271. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts.map +1 -1
  272. package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts +1 -0
  273. package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts.map +1 -1
  274. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +4 -1
  275. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +1 -1
  276. package/projects/eo-sdk/core/lib/service/system/system.service.d.ts.map +1 -1
  277. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +6 -0
  278. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts.map +1 -1
  279. package/projects/eo-sdk/core/lib/util/utils.d.ts +3 -4
  280. package/projects/eo-sdk/core/lib/util/utils.d.ts.map +1 -1
  281. package/scss/_eo-variables.scss +1 -0
  282. package/scss/_main.scss +1 -1
  283. package/scss/_mixins.scss +6 -6
  284. package/styles.css +2 -1
  285. package/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.d.ts +0 -24
  286. package/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.d.ts.map +0 -1
  287. package/app/eo-framework/split/index.d.ts +0 -5
  288. package/app/eo-framework/split/index.d.ts.map +0 -1
  289. package/app/eo-framework/split/split/split.component.d.ts +0 -83
  290. package/app/eo-framework/split/split/split.component.d.ts.map +0 -1
  291. package/app/eo-framework/split/split-area/split-area.component.d.ts +0 -37
  292. package/app/eo-framework/split/split-area/split-area.component.d.ts.map +0 -1
  293. package/app/eo-framework/split/split-gutter/split-gutter.directive.d.ts +0 -21
  294. package/app/eo-framework/split/split-gutter/split-gutter.directive.d.ts.map +0 -1
  295. package/app/eo-framework/split/split.module.d.ts +0 -12
  296. package/app/eo-framework/split/split.module.d.ts.map +0 -1
  297. package/app/eo-framework/undock-split/undock-split.component.d.ts +0 -28
  298. package/app/eo-framework/undock-split/undock-split.component.d.ts.map +0 -1
  299. package/app/eo-framework/undock-split/undock-split.service.d.ts +0 -43
  300. package/app/eo-framework/undock-split/undock-split.service.d.ts.map +0 -1
  301. package/app/eo-framework/undock-split/undock-state.interface.d.ts +0 -6
  302. package/app/eo-framework/undock-split/undock-state.interface.d.ts.map +0 -1
  303. package/app/eo-framework/util/unsubscribe/unsubscribe.component.d.ts +0 -11
  304. package/app/eo-framework/util/unsubscribe/unsubscribe.component.d.ts.map +0 -1
  305. package/esm2020/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.mjs +0 -67
  306. package/esm2020/app/eo-framework/split/index.mjs +0 -5
  307. package/esm2020/app/eo-framework/split/split/split.component.mjs +0 -373
  308. package/esm2020/app/eo-framework/split/split-area/split-area.component.mjs +0 -131
  309. package/esm2020/app/eo-framework/split/split-gutter/split-gutter.directive.mjs +0 -73
  310. package/esm2020/app/eo-framework/split/split.module.mjs +0 -28
  311. package/esm2020/app/eo-framework/undock-split/undock-split.component.mjs +0 -89
  312. package/esm2020/app/eo-framework/undock-split/undock-split.service.mjs +0 -135
  313. package/esm2020/app/eo-framework/undock-split/undock-state.interface.mjs +0 -2
  314. package/esm2020/app/eo-framework/util/unsubscribe/unsubscribe.component.mjs +0 -23
@@ -17,10 +17,6 @@ export declare class AboutStateComponent {
17
17
  license?: undefined;
18
18
  })[];
19
19
  userLang: string;
20
- docu: {
21
- link: string;
22
- label: string;
23
- };
24
20
  ctrl: {
25
21
  componentName: string;
26
22
  componentVersion: string;
@@ -65,7 +61,6 @@ export declare class AboutStateComponent {
65
61
  };
66
62
  };
67
63
  constructor(backend: BackendService, userService: UserService, config: Config);
68
- getDocumentation(): void;
69
64
  getUserLang(): void;
70
65
  trackByFn(index: any, item: any): number;
71
66
  static ɵfac: i0.ɵɵFactoryDeclaration<AboutStateComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;IAuDlB,OAAO,CAAC,OAAO;IAAkB,OAAO,CAAC,WAAW;IAAe,OAAO,CAAC,MAAM;IArD7F,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa;;;;;;;;SAAovD;IACjwD,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAEtC,IAAI;;;;;MAKF;IAEF,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCN;gBAGkB,OAAO,EAAE,cAAc,EAAU,WAAW,EAAE,WAAW,EAAU,MAAM,EAAE,MAAM;IAerG,gBAAgB;IAMhB,WAAW;IAMX,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA,GAAG,MAAM;yCAlFnB,mBAAmB;2CAAnB,mBAAmB;CAqF/B"}
1
+ {"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;IAsDlB,OAAO,CAAC,OAAO;IAAkB,OAAO,CAAC,WAAW;IAAe,OAAO,CAAC,MAAM;IApD7F,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa;;;;;;;;SAAkwD;IAC/wD,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI;;;;;MAKF;IAEF,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCN;gBAGkB,OAAO,EAAE,cAAc,EAAU,WAAW,EAAE,WAAW,EAAU,MAAM,EAAE,MAAM;IAcrG,WAAW;IAMX,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA,GAAG,MAAM;yCA1EnB,mBAAmB;2CAAnB,mBAAmB;CA6E/B"}
@@ -1,58 +1,50 @@
1
- import { TreeNode } from './../../eo-framework/tree/tree.component.interface';
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { Router, ActivatedRoute } from '@angular/router';
4
- import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
5
- import { QuickSearchComponent } from '../../eo-framework/quick-search/quick-search/quick-search.component';
6
- import { QuickSearchResult } from '../../eo-framework/quick-search/quick-search/quick-search-result.interface';
7
- import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
8
- import { UserService, StoredQueriesService, CapabilitiesService, Capabilities, StoredQuery, InboxState, PrepareService, InboxService, EoUser, SearchService, SystemService, Config, ObjectType, AuthService, EnvironmentService } from '@eo-sdk/core';
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { OnInit } from '@angular/core';
3
+ import { Router } from '@angular/router';
4
+ import { Capabilities, CapabilitiesService, Config, EoUser, LocalStorageService, StoredQueriesService, StoredQuery, TranslateService, UserService } from '@eo-sdk/core';
5
+ import { WidgetGridRegistry, WidgetGridWorkspaceConfig, WidgetGridWorkspaceOptions } from '@yuuvis/widget-grid';
6
+ import { PageTitleService } from '../../eo-framework-core';
7
+ import { QuickSearchResult } from '../../eo-framework';
8
+ import { QuickSearchComponent } from '../../eo-framework';
9
+ import { TreeNode } from '../../eo-framework';
9
10
  import * as i0 from "@angular/core";
10
- export declare class DashboardComponent extends UnsubscribeOnDestroy implements OnInit, OnDestroy {
11
+ export declare class DashboardComponent implements OnInit {
11
12
  userService: UserService;
13
+ private widgetGridRegistry;
12
14
  private titleService;
13
15
  private router;
14
- private route;
16
+ private http;
15
17
  private config;
16
- private searchService;
17
- private authService;
18
- private systemService;
19
- private inboxService;
20
- private prepareService;
21
- private envService;
18
+ private storageService;
19
+ translate: TranslateService;
22
20
  private capabilityService;
23
21
  private storedQueriesService;
22
+ workspaceConfig: WidgetGridWorkspaceConfig | undefined;
23
+ workspaceOptions: WidgetGridWorkspaceOptions;
24
+ savedWorkspace: any[];
25
+ backgroundImage: string;
24
26
  capabilities: Capabilities;
25
27
  storedQueries: StoredQuery[];
26
28
  selectedQuery: StoredQuery;
27
29
  quickSearchResult: QuickSearchResult;
28
- selectedQuickSearchResultItem: {
29
- index: number;
30
- name: any;
31
- };
32
30
  tree: {};
33
- preparedItemsCount: number;
34
- inboxState: InboxState;
31
+ STORAGE_KEY: string;
35
32
  user: EoUser;
36
- modifiedByMe: {
37
- size: number;
38
- total: number;
39
- lately: any[];
40
- };
41
- backgroundImage: string;
42
33
  quickSearchEl: QuickSearchComponent;
43
34
  onKey(event: any): void;
44
- constructor(userService: UserService, titleService: PageTitleService, router: Router, route: ActivatedRoute, config: Config, searchService: SearchService, authService: AuthService, systemService: SystemService, inboxService: InboxService, prepareService: PrepareService, envService: EnvironmentService, capabilityService: CapabilitiesService, storedQueriesService: StoredQueriesService);
45
- get isCloud(): boolean;
35
+ constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, router: Router, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, capabilityService: CapabilitiesService, storedQueriesService: StoredQueriesService);
36
+ onWorkspacesConfigChange(c: WidgetGridWorkspaceConfig): void;
37
+ private setWidgetGridLabels;
38
+ private registerWidgets;
46
39
  selectStoredQuery(q: StoredQuery): void;
47
40
  onQuickSearchInputChange(term: any): void;
48
41
  onQuickSearchResult(result: QuickSearchResult): void;
49
42
  onStoredQueryLoaded(): void;
50
43
  onStoredQueryExecute(evt: any): void;
51
- executeSearch(objectType?: ObjectType): void;
52
44
  getTreeNodes(key: any): TreeNode[];
53
- trackByFn(index: any, item: any): any;
54
- captureObjectLists(): void;
55
45
  ngOnInit(): void;
46
+ private loadWorkspacesConfig;
47
+ private saveWorkspacesConfig;
56
48
  static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>;
57
49
  static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "eo-dashboard", never, {}, {}, never, never, false, never>;
58
50
  }
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,oDAAoD,CAAC;AAE5E,OAAO,EAAY,MAAM,EAAa,SAAS,EAAe,MAAM,eAAe,CAAC;AACpF,OAAO,EAAC,MAAM,EAAoB,cAAc,EAAC,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAC,oBAAoB,EAAC,MAAM,qEAAqE,CAAC;AACzG,OAAO,EAAC,iBAAiB,EAAC,MAAM,4EAA4E,CAAC;AAC7G,OAAO,EAAC,oBAAoB,EAAC,MAAM,2DAA2D,CAAC;AAE/F,OAAO,EACL,WAAW,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,EAC7F,cAAc,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,kBAAkB,EACxH,MAAM,cAAc,CAAC;;AAGtB,qBAQa,kBAAmB,SAAQ,oBAAqB,YAAW,MAAM,EAAE,SAAS;IA8BpE,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,oBAAoB;IAxC9B,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,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY;;;;MAIV;IACF,eAAe,EAAE,MAAM,CAAC;IAEE,aAAa,EAAE,oBAAoB,CAAC;IAG9D,KAAK,CAAC,KAAK,KAAA;gBAMQ,WAAW,EAAE,WAAW,EACjC,YAAY,EAAE,gBAAgB,EAC9B,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,aAAa,EAC5B,WAAW,EAAE,WAAW,EACxB,aAAa,EAAE,aAAa,EAC5B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAC9B,iBAAiB,EAAE,mBAAmB,EACtC,oBAAoB,EAAE,oBAAoB;IAMpD,IAAI,OAAO,YAEV;IAED,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,KAAK,KAAA,EAAE,IAAI,KAAA;IAIrB,kBAAkB;IAmClB,QAAQ;yCApIG,kBAAkB;2CAAlB,kBAAkB;CA+J9B"}
1
+ {"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAA0B,MAAM,EAAY,MAAM,eAAe,CAAC;AACzE,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,MAAM,EACN,MAAM,EACN,mBAAmB,EACnB,oBAAoB,EACpB,WAAW,EACX,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAIH,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAAC,MAAM,qBAAqB,CAAC;AAE3D,OAAO,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAEzD,OAAO,EAAC,iBAAiB,EAAC,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAC,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAC,QAAQ,EAAC,MAAM,oBAAoB,CAAC;;AAU5C,qBASa,kBAAmB,YAAW,MAAM;IA6B5B,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,oBAAoB;IApC9B,eAAe,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,0BAA0B,CAM1C;IACF,cAAc,QAAM;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,IAAI,KAAM;IACV,WAAW,SAA0C;IAErD,IAAI,EAAE,MAAM,CAAC;IACa,aAAa,EAAE,oBAAoB,CAAC;IAG9D,KAAK,CAAC,KAAK,KAAA;gBAMQ,WAAW,EAAE,WAAW,EACjC,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,gBAAgB,EAC9B,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,iBAAiB,EAAE,mBAAmB,EACtC,oBAAoB,EAAE,oBAAoB;IAMpD,wBAAwB,CAAC,CAAC,EAAE,yBAAyB;IAIrD,OAAO,CAAC,mBAAmB;IAkB3B,OAAO,CAAC,eAAe;IA+CvB,iBAAiB,CAAC,CAAC,EAAE,WAAW;IAKhC,wBAAwB,CAAC,IAAI,KAAA;IAK7B,mBAAmB,CAAC,MAAM,EAAE,iBAAiB;IAK7C,mBAAmB;IAKnB,oBAAoB,CAAC,GAAG,KAAA;IAMxB,YAAY,CAAC,GAAG,KAAA,GAAG,QAAQ,EAAE;IAU7B,QAAQ;IAWR,OAAO,CAAC,oBAAoB;IA2B5B,OAAO,CAAC,oBAAoB;yCA3LjB,kBAAkB;2CAAlB,kBAAkB;CAiM9B"}
@@ -0,0 +1,19 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
3
+ import { FormBuilder, FormGroup } from '@angular/forms';
4
+ import { Iframe } from '../iframe-widget.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class IframeSetupComponent implements IWidgetSetupComponent {
7
+ private fb;
8
+ private _widgetConfig;
9
+ widgetConfigChange: EventEmitter<Iframe>;
10
+ pattern: RegExp;
11
+ setupForm: FormGroup;
12
+ set widgetConfig(wc: Iframe | undefined);
13
+ get widgetConfig(): Iframe | undefined;
14
+ constructor(fb: FormBuilder);
15
+ private setWidgetConfig;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<IframeSetupComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<IframeSetupComponent, "eo-iframe-setup", never, { "widgetConfig": "widgetConfig"; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
18
+ }
19
+ //# sourceMappingURL=iframe-setup.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iframe-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,WAAW,EAAE,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAC,MAAM,EAAC,MAAM,4BAA4B,CAAC;;AAGlD,qBAMa,oBAAqB,YAAW,qBAAqB;IAwB9D,OAAO,CAAC,EAAE;IAtBZ,OAAO,CAAC,aAAa,CAAqB;IAChC,kBAAkB,uBAA8B;IAE1D,OAAO,SAA2F;IAElG,SAAS,EAAE,SAAS,CAGjB;IACH,IAAa,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,SAAS,EAM/C;IAED,IAAI,YAAY,IARc,MAAM,GAAG,SAAS,CAU/C;gBAGS,EAAE,EAAE,WAAW;IAOzB,OAAO,CAAC,eAAe;yCA/BZ,oBAAoB;2CAApB,oBAAoB;CAuChC"}
@@ -0,0 +1,24 @@
1
+ import { IWidgetComponent } from '@yuuvis/widget-grid';
2
+ import { DomSanitizer } from '@angular/platform-browser';
3
+ import { PipeTransform } from '@angular/core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SafeUrlPipe implements PipeTransform {
6
+ private sanitized;
7
+ constructor(sanitized: DomSanitizer);
8
+ transform(value: any): import("@angular/platform-browser").SafeResourceUrl;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "safeUrl", false>;
11
+ }
12
+ export interface Iframe {
13
+ title: string;
14
+ url: string;
15
+ }
16
+ export declare class IframeWidgetComponent implements IWidgetComponent {
17
+ iframe: any;
18
+ private _widgetConfig;
19
+ set widgetConfig(c: Iframe | undefined);
20
+ get widgetConfig(): Iframe | undefined;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<IframeWidgetComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<IframeWidgetComponent, "eo-iframe-widget", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=iframe-widget.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iframe-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAQ,MAAM,eAAe,CAAC;;AAEpD,qBACa,WAAY,YAAW,aAAa;IACnC,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,YAAY;IAC3C,SAAS,CAAC,KAAK,EAAE,GAAG;yCAFT,WAAW;uCAAX,WAAW;CAKvB;AACD,MAAM,WAAW,MAAM;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACf;AACD,qBAKa,qBAAsB,YAAW,gBAAgB;IAEvB,MAAM,MAAC;IAC5C,OAAO,CAAC,aAAa,CAAqB;IAE1C,IAAa,YAAY,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,EAE9C;IACD,IAAI,YAAY,IAHa,MAAM,GAAG,SAAS,CAK9C;yCAVU,qBAAqB;2CAArB,qBAAqB;CAWjC"}
@@ -0,0 +1,20 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
+ import { TranslateService } from '@eo-sdk/core';
4
+ import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
5
+ import { InfoInboxConfig } from '../info-inbox.model';
6
+ import * as i0 from "@angular/core";
7
+ export declare class InfoInboxSetupComponent implements IWidgetSetupComponent {
8
+ private fb;
9
+ private translate;
10
+ private _widgetConfig;
11
+ widgetConfigChange: EventEmitter<InfoInboxConfig>;
12
+ setupForm: UntypedFormGroup;
13
+ set widgetConfig(wc: InfoInboxConfig);
14
+ get widgetConfig(): InfoInboxConfig;
15
+ constructor(fb: UntypedFormBuilder, translate: TranslateService);
16
+ private setWidgetConfig;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<InfoInboxSetupComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InfoInboxSetupComponent, "eo-info-inbox-setup", never, { "widgetConfig": "widgetConfig"; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
19
+ }
20
+ //# sourceMappingURL=info-inbox-setup.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"info-inbox-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;;AAEpD,qBAMa,uBAAwB,YAAW,qBAAqB;IAoBjE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IAnBnB,OAAO,CAAC,aAAa,CAAkB;IAC7B,kBAAkB,gCAAuC;IAEnE,SAAS,EAAE,gBAAgB,CAExB;IACH,IAAa,YAAY,CAAC,EAAE,EAAE,eAAe,EAK5C;IAED,IAAI,YAAY,IAPc,eAAe,CAS5C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB;IAOrC,OAAO,CAAC,eAAe;yCA5BZ,uBAAuB;2CAAvB,uBAAuB;CAkCnC"}
@@ -0,0 +1,19 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { IWidgetComponent } from '@yuuvis/widget-grid';
3
+ import { InboxState, Capabilities, CapabilitiesService, InboxService } from '@eo-sdk/core';
4
+ import { InfoInboxConfig } from './info-inbox.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class InfoInboxWidgetComponent implements IWidgetComponent, OnInit {
7
+ private capabilityService;
8
+ private inboxService;
9
+ capabilities: Capabilities;
10
+ inboxState: InboxState;
11
+ private _widgetConfig;
12
+ set widgetConfig(c: InfoInboxConfig | undefined);
13
+ get widgetConfig(): InfoInboxConfig | undefined;
14
+ constructor(capabilityService: CapabilitiesService, inboxService: InboxService);
15
+ ngOnInit(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<InfoInboxWidgetComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<InfoInboxWidgetComponent, "eo-info-inbox-widget", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
18
+ }
19
+ //# sourceMappingURL=info-inbox-widget.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"info-inbox-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,UAAU,EAAE,YAAY,EAAE,mBAAmB,EAAE,YAAY,EAAC,MAAM,cAAc,CAAC;AAEzF,OAAO,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;;AAEnD,qBAMa,wBAAyB,YAAW,gBAAgB,EAAE,MAAM;IAarE,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,YAAY;IAZtB,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB,OAAO,CAAC,aAAa,CAAkB;IACvC,IAAa,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,SAAS,EAEvD;IACD,IAAI,YAAY,IAHa,eAAe,GAAG,SAAS,CAKvD;gBAGS,iBAAiB,EAAE,mBAAmB,EACtC,YAAY,EAAE,YAAY;IAIpC,QAAQ,IAAI,IAAI;yCAlBL,wBAAwB;2CAAxB,wBAAwB;CA0BpC"}
@@ -0,0 +1,4 @@
1
+ export interface InfoInboxConfig {
2
+ title: string;
3
+ }
4
+ //# sourceMappingURL=info-inbox.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"info-inbox.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,25 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
3
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
4
+ import { Capabilities, CapabilitiesService, PrepareService, TranslateService } from '@eo-sdk/core';
5
+ import { InfoIntrayConfig } from '../info-intray.model';
6
+ import * as i0 from "@angular/core";
7
+ export declare class InfoIntraySetupComponent implements IWidgetSetupComponent, OnInit {
8
+ private fb;
9
+ private translate;
10
+ private capabilityService;
11
+ private prepareService;
12
+ private _widgetConfig;
13
+ capabilities: Capabilities;
14
+ preparedItemsCount: number;
15
+ widgetConfigChange: EventEmitter<InfoIntrayConfig>;
16
+ setupForm: UntypedFormGroup;
17
+ set widgetConfig(wc: InfoIntrayConfig);
18
+ get widgetConfig(): InfoIntrayConfig;
19
+ constructor(fb: UntypedFormBuilder, translate: TranslateService, capabilityService: CapabilitiesService, prepareService: PrepareService);
20
+ private setWidgetConfig;
21
+ ngOnInit(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<InfoIntraySetupComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<InfoIntraySetupComponent, "eo-info-intray-setup", never, { "widgetConfig": "widgetConfig"; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
24
+ }
25
+ //# sourceMappingURL=info-intray-setup.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"info-intray-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAC,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACjG,OAAO,EAAC,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;;AAGtD,qBAOa,wBAAyB,YAAW,qBAAqB,EAAE,MAAM;IAuB1E,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,cAAc;IAxBxB,OAAO,CAAC,aAAa,CAAmB;IACxC,YAAY,EAAE,YAAY,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAEjB,kBAAkB,iCAAwC;IAEpE,SAAS,EAAE,gBAAgB,CAExB;IACH,IAAa,YAAY,CAAC,EAAE,EAAE,gBAAgB,EAK7C;IAED,IAAI,YAAY,IAPc,gBAAgB,CAS7C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB,EAC3B,iBAAiB,EAAE,mBAAmB,EACtC,cAAc,EAAE,cAAc;IAMxC,OAAO,CAAC,eAAe;IAOvB,QAAQ,IAAI,IAAI;yCAvCL,wBAAwB;2CAAxB,wBAAwB;CA+CpC"}
@@ -0,0 +1,20 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { IWidgetComponent } from '@yuuvis/widget-grid';
3
+ import { UserService, Capabilities, CapabilitiesService, PrepareService } from '@eo-sdk/core';
4
+ import { InfoIntrayConfig } from './info-intray.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class InfoIntrayWidgetComponent implements IWidgetComponent, OnInit {
7
+ userService: UserService;
8
+ private capabilityService;
9
+ private prepareService;
10
+ capabilities: Capabilities;
11
+ preparedItemsCount: number;
12
+ private _widgetConfig;
13
+ set widgetConfig(c: InfoIntrayConfig | undefined);
14
+ get widgetConfig(): InfoIntrayConfig | undefined;
15
+ constructor(userService: UserService, capabilityService: CapabilitiesService, prepareService: PrepareService);
16
+ ngOnInit(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<InfoIntrayWidgetComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InfoIntrayWidgetComponent, "eo-info-intray", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
19
+ }
20
+ //# sourceMappingURL=info-intray-widget.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"info-intray-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EAAE,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;AAEtF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD,qBAMa,yBAA0B,YAAW,gBAAgB,EAAE,MAAM;IAarD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,cAAc;IAbxB,YAAY,EAAE,YAAY,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,aAAa,CAAmB;IACxC,IAAa,YAAY,CAAC,CAAC,EAAE,gBAAgB,GAAG,SAAS,EAExD;IACD,IAAI,YAAY,IAHa,gBAAgB,GAAG,SAAS,CAKxD;gBAEkB,WAAW,EAAE,WAAW,EACjC,iBAAiB,EAAE,mBAAmB,EACtC,cAAc,EAAE,cAAc;IAGxC,QAAQ,IAAI,IAAI;yCAlBL,yBAAyB;2CAAzB,yBAAyB;CA0BrC"}
@@ -0,0 +1,4 @@
1
+ export interface InfoIntrayConfig {
2
+ title: string;
3
+ }
4
+ //# sourceMappingURL=info-intray.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"info-intray.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,28 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { IWidgetComponent } from '@yuuvis/widget-grid';
3
+ import { UserService, EoUser, SearchService, SystemService } from '@eo-sdk/core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class LastEditedAndCreatedComponent implements IWidgetComponent, OnInit {
6
+ userService: UserService;
7
+ private searchService;
8
+ private systemService;
9
+ user: EoUser;
10
+ modifiedByMe: {
11
+ size: number;
12
+ total: number;
13
+ lately: any[];
14
+ };
15
+ createdByMe: {
16
+ size: number;
17
+ total: number;
18
+ lately: any[];
19
+ };
20
+ widgetConfig: any;
21
+ constructor(userService: UserService, searchService: SearchService, systemService: SystemService);
22
+ ngOnInit(): void;
23
+ getLastModified(): void;
24
+ getLastCreated(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<LastEditedAndCreatedComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<LastEditedAndCreatedComponent, "eo-last-edited-and-created", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
27
+ }
28
+ //# sourceMappingURL=last-edited-and-created.component.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,44 @@
1
+ import { TreeNode } from '../../../../eo-framework/tree/tree.component.interface';
2
+ import { OnInit } from '@angular/core';
3
+ import { Router } from '@angular/router';
4
+ import { PageTitleService } from '../../../../eo-framework-core/title/page-title.service';
5
+ import { QuickSearchComponent } from '../../../../eo-framework/quick-search/quick-search/quick-search.component';
6
+ import { QuickSearchResult } from '../../../../eo-framework/quick-search/quick-search/quick-search-result.interface';
7
+ import { UserService, Capabilities, StoredQuery, EoUser, Config, ObjectType, CapabilitiesService, StoredQueriesService } from '@eo-sdk/core';
8
+ import { IWidgetComponent } from '@yuuvis/widget-grid';
9
+ import * as i0 from "@angular/core";
10
+ export declare class SearchWidgetComponent implements OnInit, IWidgetComponent {
11
+ userService: UserService;
12
+ private titleService;
13
+ private router;
14
+ private config;
15
+ private capabilityService;
16
+ private storedQueriesService;
17
+ capabilities: Capabilities;
18
+ storedQueries: StoredQuery[];
19
+ selectedQuery: StoredQuery;
20
+ quickSearchResult: QuickSearchResult;
21
+ selectedQuickSearchResultItem: {
22
+ index: number;
23
+ name: any;
24
+ };
25
+ tree: {};
26
+ user: EoUser;
27
+ backgroundImage: string;
28
+ quickSearchEl: QuickSearchComponent;
29
+ widgetConfig: any;
30
+ onKey(event: any): void;
31
+ constructor(userService: UserService, titleService: PageTitleService, router: Router, config: Config, capabilityService: CapabilitiesService, storedQueriesService: StoredQueriesService);
32
+ selectStoredQuery(q: StoredQuery): void;
33
+ onQuickSearchInputChange(term: any): void;
34
+ onQuickSearchResult(result: QuickSearchResult): void;
35
+ onStoredQueryLoaded(): void;
36
+ onStoredQueryExecute(evt: any): void;
37
+ executeSearch(objectType?: ObjectType): void;
38
+ getTreeNodes(key: any): TreeNode[];
39
+ trackByFn(item: any): any;
40
+ ngOnInit(): void;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<SearchWidgetComponent, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchWidgetComponent, "eo-search-widget", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
43
+ }
44
+ //# sourceMappingURL=search-widget.component.d.ts.map
@@ -0,0 +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,QAAQ;yCA/EG,qBAAqB;2CAArB,qBAAqB;CA4FjC"}
@@ -11,23 +11,34 @@ import * as i8 from "./stored-queries-state/stored-queries-state.component";
11
11
  import * as i9 from "./process-state/process-state.component";
12
12
  import * as i10 from "./version-state/version-state.component";
13
13
  import * as i11 from "./recyclebin-state/recyclebin-state.component";
14
- import * as i12 from "@angular/common";
15
- import * as i13 from "@angular/forms";
16
- import * as i14 from "./object-state/object-state.module";
17
- import * as i15 from "./inbox-state/inbox-state.module";
18
- import * as i16 from "./prepare-state/prepare-state.module";
19
- import * as i17 from "./eo-client-routing.module";
20
- import * as i18 from "../eo-framework/eo-framework.module";
21
- import * as i19 from "../eo-framework/grid/grid.module";
22
- import * as i20 from "@yuuvis/components/master-details";
23
- import * as i21 from "@yuuvis/components/split-view";
24
- import * as i22 from "@yuuvis/components/dropdown";
25
- import * as i23 from "@angular/router";
14
+ import * as i12 from "./dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component";
15
+ import * as i13 from "./dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component";
16
+ import * as i14 from "./dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component";
17
+ import * as i15 from "./dashboard/widgets/iframe-widget/iframe-widget.component";
18
+ import * as i16 from "./dashboard/widgets/info-inbox-widget/info-inbox-widget.component";
19
+ import * as i17 from "./dashboard/widgets/info-intray-widget/info-intray-widget.component";
20
+ import * as i18 from "./dashboard/widgets/search-widget/search-widget.component";
21
+ import * as i19 from "./dashboard/widgets/last-edited-widget/last-edited-and-created.component";
22
+ import * as i20 from "@angular/common";
23
+ import * as i21 from "@angular/forms";
24
+ import * as i22 from "./object-state/object-state.module";
25
+ import * as i23 from "./inbox-state/inbox-state.module";
26
+ import * as i24 from "./prepare-state/prepare-state.module";
27
+ import * as i25 from "./eo-client-routing.module";
28
+ import * as i26 from "../eo-framework/eo-framework.module";
29
+ import * as i27 from "../eo-framework/grid/grid.module";
30
+ import * as i28 from "@yuuvis/components/master-details";
31
+ import * as i29 from "@yuuvis/components/tabs";
32
+ import * as i30 from "@yuuvis/components/split-view";
33
+ import * as i31 from "@yuuvis/components/dropdown";
34
+ import * as i32 from "@yuuvis/widget-grid";
35
+ import * as i33 from "@angular/common/http";
36
+ import * as i34 from "@angular/router";
26
37
  export declare class EoClientModule {
27
38
  static forRoot(): ModuleWithProviders<EoClientModule>;
28
39
  constructor(parentModule: EoClientModule);
29
40
  static ɵfac: i0.ɵɵFactoryDeclaration<EoClientModule, [{ optional: true; skipSelf: true; }]>;
30
- 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.CommonModule, typeof i13.FormsModule, typeof i13.ReactiveFormsModule, typeof i14.ObjectStateModule, typeof i15.InboxStateModule, typeof i16.PrepareStateModule, typeof i17.EoClientRoutingModule, typeof i18.EoFrameworkModule, typeof i19.GridModule, typeof i20.YvcMasterDetailsModule, typeof i21.YvcSplitViewModule, typeof i22.YvcDropdownModule], [typeof i23.RouterModule, typeof i18.EoFrameworkModule]>;
41
+ 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.CommonModule, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.ObjectStateModule, typeof i23.InboxStateModule, typeof i24.PrepareStateModule, typeof i25.EoClientRoutingModule, typeof i26.EoFrameworkModule, typeof i27.GridModule, typeof i28.YvcMasterDetailsModule, typeof i29.YvcTabsModule, typeof i30.YvcSplitViewModule, typeof i31.YvcDropdownModule, typeof i32.YuvWidgetGridModule, typeof i33.HttpClientModule], [typeof i34.RouterModule, typeof i26.EoFrameworkModule]>;
31
42
  static ɵinj: i0.ɵɵInjectorDeclaration<EoClientModule>;
32
43
  }
33
44
  //# 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;;;;;;;;;;;;;;;;;;;;;;;;;AAyBhF,qBA8Ba,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsChF,qBA0Ca,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
@@ -1,17 +1,16 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
1
  import { ColDef, GridOptions } from '@ag-grid-community/core';
3
- import { UserService, SystemService, DmsParams, TranslateService } from '@eo-sdk/core';
4
- import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
5
- import { GridComponent } from '../../eo-framework/grid/grid.component';
2
+ import { OnDestroy, OnInit } from '@angular/core';
3
+ import { DmsParams, SystemService, TranslateService, UserService } from '@eo-sdk/core';
4
+ import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
5
+ import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
6
6
  import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
7
7
  import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
8
- import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
9
- import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
10
8
  import { SelectionService } from '../../eo-framework-core/selection/selection.service';
11
- import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
12
9
  import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
10
+ import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
11
+ import { GridComponent } from '../../eo-framework/grid/grid.component';
13
12
  import * as i0 from "@angular/core";
14
- export declare class FavoriteStateComponent extends UnsubscribeOnDestroy implements OnInit, PendingChangesComponent, OnDestroy {
13
+ export declare class FavoriteStateComponent implements OnInit, PendingChangesComponent, OnDestroy {
15
14
  selection: SelectionService;
16
15
  translate: TranslateService;
17
16
  private system;
@@ -1 +1 @@
1
- {"version":3,"file":"favorite-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/favorite-state/favorite-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,MAAM,EAAa,SAAS,EAAC,MAAM,eAAe,CAAC;AAEtE,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAC,WAAW,EAAS,aAAa,EAAE,SAAS,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC5F,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;AAErE,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,iBAAiB,EAAC,MAAM,yDAAyD,CAAC;AAC1F,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,oBAAoB,EAAC,MAAM,2DAA2D,CAAC;AAG/F,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;;AAElF,qBAKa,sBAAuB,SAAQ,oBAAqB,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAYjG,SAAS,EAAE,gBAAgB;IAC3B,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IAhB/B,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,QAAQ,MAAC;IACT,UAAU,EAAE,UAAU,CAAuC;IAC7D,eAAe,UAAQ;IACvB,gBAAgB,EAAE,GAAG,CAAM;IAEN,MAAM,EAAE,aAAa,CAAC;gBAExB,SAAS,EAAE,gBAAgB,EAC3B,SAAS,EAAE,gBAAgB,EAC1B,MAAM,EAAE,aAAa,EACrB,KAAK,EAAE,iBAAiB,EACxB,cAAc,EAAE,qBAAqB,EACrC,YAAY,EAAE,gBAAgB,EAC9B,WAAW,EAAE,WAAW;IAK5C,IAAI,UAAU,CAAC,UAAU,EAAE,OAAO,EAEjC;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,iBAAiB;IAIjB,WAAW;IAIX,cAAc,CAAC,IAAI,KAAA,GAAG,SAAS;IAI/B,WAAW;IAWX,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA;IAmCf,YAAY,CAAC,MAAM,KAAA;IAoBnB,MAAM;IAON,QAAQ;IAYR,WAAW;yCApIA,sBAAsB;2CAAtB,sBAAsB;CAuIlC"}
1
+ {"version":3,"file":"favorite-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/favorite-state/favorite-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,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAE5F,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;AAGlF,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AACrE,qBAMa,sBAAuB,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAYpE,SAAS,EAAE,gBAAgB;IAC3B,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IAhB/B,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,QAAQ,MAAC;IACT,UAAU,EAAE,UAAU,CAAuC;IAC7D,eAAe,UAAQ;IACvB,gBAAgB,EAAE,GAAG,CAAM;IAEN,MAAM,EAAE,aAAa,CAAC;gBAExB,SAAS,EAAE,gBAAgB,EAC3B,SAAS,EAAE,gBAAgB,EAC1B,MAAM,EAAE,aAAa,EACrB,KAAK,EAAE,iBAAiB,EACxB,cAAc,EAAE,qBAAqB,EACrC,YAAY,EAAE,gBAAgB,EAC9B,WAAW,EAAE,WAAW;IAI5C,IAAI,UAAU,CAAC,UAAU,EAAE,OAAO,EAEjC;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,iBAAiB;IAIjB,WAAW;IAIX,cAAc,CAAC,IAAI,KAAA,GAAG,SAAS;IAI/B,WAAW;IAWX,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA;IAmCf,YAAY,CAAC,MAAM,KAAA;IAoBnB,MAAM;IAON,QAAQ;IAYR,WAAW;yCAnIA,sBAAsB;2CAAtB,sBAAsB;CAsIlC"}
@@ -1,19 +1,17 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { EventService, LocalStorageService, TranslateService } from '@eo-sdk/core';
3
1
  import { ColDef, GridOptions } from '@ag-grid-community/core';
4
- import { InboxItem, InboxService } from '@eo-sdk/core';
2
+ import { OnDestroy, OnInit } from '@angular/core';
5
3
  import { ActivatedRoute } from '@angular/router';
6
- import { SelectionService } from '../../../eo-framework-core/selection/selection.service';
7
- import { UnsubscribeOnDestroy } from '../../../eo-framework/util/unsubscribe/unsubscribe.component';
8
- import { GridComponent } from '../../../eo-framework/grid/grid.component';
9
- import { PendingChangesComponent } from '../../../eo-framework-core/pending-changes/pending-changes-component.interface';
10
- import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
4
+ import { EventService, InboxItem, InboxService, LocalStorageService, TranslateService } from '@eo-sdk/core';
11
5
  import { EmptyState } from '../../../eo-framework-core/empty-state/empty-state.interface';
12
6
  import { EmptyStateService } from '../../../eo-framework-core/empty-state/empty-state.service';
13
- import { ISetFilter } from '../../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
7
+ import { PendingChangesComponent } from '../../../eo-framework-core/pending-changes/pending-changes-component.interface';
8
+ import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
9
+ import { SelectionService } from '../../../eo-framework-core/selection/selection.service';
14
10
  import { PageTitleService } from '../../../eo-framework-core/title/page-title.service';
11
+ import { ISetFilter } from '../../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
12
+ import { GridComponent } from '../../../eo-framework/grid/grid.component';
15
13
  import * as i0 from "@angular/core";
16
- export declare class InboxStateComponent extends UnsubscribeOnDestroy implements OnInit, OnDestroy, PendingChangesComponent {
14
+ export declare class InboxStateComponent implements OnInit, OnDestroy, PendingChangesComponent {
17
15
  translate: TranslateService;
18
16
  selection: SelectionService;
19
17
  private titleService;
@@ -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":"AACA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,YAAY,EAAc,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC7F,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAC,SAAS,EAAE,YAAY,EAAC,MAAM,cAAc,CAAC;AACrD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,oBAAoB,EAAC,MAAM,8DAA8D,CAAC;AAClG,OAAO,EAAC,aAAa,EAAC,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAC,uBAAuB,EAAC,MAAM,gFAAgF,CAAC;AACvH,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;AACxF,OAAO,EAAC,iBAAiB,EAAC,MAAM,4DAA4D,CAAC;AAC7F,OAAO,EAAC,UAAU,EAAC,MAAM,+EAA+E,CAAC;AAEzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;;AAErF,qBAKa,mBAAoB,SAAQ,oBAAqB,YAAW,MAAM,EAAE,SAAS,EAAE,uBAAuB;IAmB9F,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;IAuB7C,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;yCA3MA,mBAAmB;2CAAnB,mBAAmB;CA8M/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,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,8 +1,7 @@
1
- import { OnInit, ChangeDetectorRef } from '@angular/core';
1
+ import { OnInit, ChangeDetectorRef, ElementRef } from '@angular/core';
2
2
  import { ActivatedRoute, Router } from '@angular/router';
3
3
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
4
- import { SelectItem } from 'primeng/api';
5
- import { AuthService, EnvironmentService, Config, TranslateService } from '@eo-sdk/core';
4
+ import { AuthService, EnvironmentService, Config, TranslateService, UserService } from '@eo-sdk/core';
6
5
  import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
7
6
  import * as i0 from "@angular/core";
8
7
  export declare class LoginComponent implements OnInit {
@@ -15,19 +14,27 @@ export declare class LoginComponent implements OnInit {
15
14
  private sanitizer;
16
15
  private cd;
17
16
  private authService;
17
+ private userService;
18
+ setAsPresentButton: ElementRef;
18
19
  backgroundImage: SafeResourceUrl;
19
20
  appLogo: string;
20
21
  form: any;
21
- profiles: SelectItem[];
22
+ profiles: {
23
+ label: string;
24
+ value: string;
25
+ }[];
22
26
  loading: boolean;
23
27
  invalid: boolean;
24
28
  private returnUrl;
25
29
  native: boolean;
26
30
  cloudEnvironment: boolean;
31
+ urlToNavigate: string;
32
+ showAbsentDialog: boolean;
27
33
  removeProfile: (p: any) => any;
28
- constructor(route: ActivatedRoute, router: Router, config: Config, titleService: PageTitleService, translate: TranslateService, envService: EnvironmentService, sanitizer: DomSanitizer, cd: ChangeDetectorRef, authService: AuthService);
34
+ constructor(route: ActivatedRoute, router: Router, config: Config, titleService: PageTitleService, translate: TranslateService, envService: EnvironmentService, sanitizer: DomSanitizer, cd: ChangeDetectorRef, authService: AuthService, userService: UserService);
29
35
  ngOnInit(): void;
30
36
  login(): void;
37
+ closeShowAbsentDialog(setAsPresent?: boolean): void;
31
38
  static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
32
39
  static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "eo-login", never, {}, {}, never, never, false, never>;
33
40
  }
@@ -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,EAAC,MAAM,eAAe,CAAC;AACnE,OAAO,EAAC,cAAc,EAAE,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAC,YAAY,EAAE,eAAe,EAAC,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAC,UAAU,EAAC,MAAM,aAAa,CAAC;AACvC,OAAO,EAAC,WAAW,EAAE,kBAAkB,EAAS,MAAM,EAAoB,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAChH,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;;AAElF,qBAKa,cAAe,YAAW,MAAM;IAa/B,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,WAAW;IAnB/B,eAAe,EAAE,eAAe,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,GAAG,CAAM;IACf,QAAQ,EAAE,UAAU,EAAE,CAAM;IAC5B,OAAO,UAAS;IAChB,OAAO,UAAS;IAChB,OAAO,CAAC,SAAS,CAAS;IAC1B,MAAM,UAAS;IACf,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,kBAAY;gBAEL,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,gBAAgB,EAC9B,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,kBAAkB,EAC9B,SAAS,EAAE,YAAY,EACvB,EAAE,EAAE,iBAAiB,EACrB,WAAW,EAAE,WAAW;IAe5C,QAAQ;IAsBR,KAAK;yCA1DM,cAAc;2CAAd,cAAc;CA+E1B"}
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,EAAE,kBAAkB,EAAS,MAAM,EAAoB,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAC7H,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,UAAU;IAClB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,WAAW;IAvBJ,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,OAAO,CAAC,SAAS,CAAS;IAC1B,MAAM,UAAS;IACf,gBAAgB,EAAE,OAAO,CAAC;IAC1B,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,UAAU,EAAE,kBAAkB,EAC9B,SAAS,EAAE,YAAY,EACvB,EAAE,EAAE,iBAAiB,EACrB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,WAAW;IAe5C,QAAQ;IAsBR,KAAK;IA0BL,qBAAqB,CAAC,YAAY,UAAQ;yCAxF/B,cAAc;2CAAd,cAAc;CAkG1B"}