@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
@@ -1,10 +1,9 @@
1
- import { Renderer2, OnInit, QueryList, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit, QueryList, Renderer2 } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
- import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
4
- import { EventService, BpmService, UserService, EoUser, CapabilitiesService, Capabilities, InboxService, InboxState, ClipboardService, PrepareService, TranslateService, Config } from '@eo-sdk/core';
3
+ import { BpmService, Capabilities, CapabilitiesService, ClipboardService, Config, EoUser, EventService, InboxService, InboxState, PrepareService, TranslateService, UserService } from '@eo-sdk/core';
5
4
  import { UserAvatarComponent } from '../../ui/user-avatar/user-avatar.component';
6
5
  import * as i0 from "@angular/core";
7
- export declare class AppBarComponent extends UnsubscribeOnDestroy implements OnInit {
6
+ export declare class AppBarComponent implements OnInit {
8
7
  private userService;
9
8
  private capabilityService;
10
9
  private translate;
@@ -1 +1 @@
1
- {"version":3,"file":"app-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/app-shell/app-bar/app-bar.component.ts"],"names":[],"mappings":"AACA,OAAO,EACa,SAAS,EAAE,MAAM,EAAgB,SAAS,EAAE,UAAU,EACzE,MAAM,eAAe,CAAC;AACvB,OAAO,EAAkB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;AAClF,OAAO,EACL,YAAY,EAAc,UAAU,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,YAAY,EAC5F,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,EACrF,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,mBAAmB,EAAC,MAAM,4CAA4C,CAAC;;AAE/E,qBAKa,eAAgB,SAAQ,oBAAqB,YAAW,MAAM;IAgB7D,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IAzBlB,WAAW,UAAS;IAE7B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,UAAS;IACpB,OAAO,EAAE,GAAG,CAAC;IACb,UAAU,EAAE,GAAG,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,UAAQ;IACgB,gBAAgB,EAAE,SAAS,CAAC,mBAAmB,CAAC,CAAC;gBAEhE,WAAW,EAAE,WAAW,EACxB,iBAAiB,EAAE,mBAAmB,EACtC,SAAS,EAAE,gBAAgB,EAC3B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,UAAU;IAgDvC,aAAa,CAAC,eAAe,EAAE,OAAO;IAQtC,oBAAoB;IAcpB,sBAAsB;IAMtB,aAAa;IAab,OAAO,CAAC,gBAAgB;IAUxB,OAAO,CAAC,gBAAgB;IAexB,OAAO,CAAC,6BAA6B;IAcrC,OAAO,CAAC,4BAA4B;IAIpC,QAAQ;yCA/JG,eAAe;2CAAf,eAAe;CA0K3B"}
1
+ {"version":3,"file":"app-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/app-shell/app-bar/app-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,MAAM,EACN,SAAS,EACT,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAkB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EACL,UAAU,EACV,YAAY,EACZ,mBAAmB,EACnB,gBAAgB,EAChB,MAAM,EAEN,MAAM,EACN,YAAY,EACZ,YAAY,EAAE,UAAU,EACxB,cAAc,EAAE,gBAAgB,EAChC,WAAW,EACZ,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAC,mBAAmB,EAAC,MAAM,4CAA4C,CAAC;;AAC/E,qBAMa,eAAgB,YAAW,MAAM;IAgBhC,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IAzBlB,WAAW,UAAS;IAE7B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,UAAS;IACpB,OAAO,EAAE,GAAG,CAAC;IACb,UAAU,EAAE,GAAG,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,UAAQ;IACgB,gBAAgB,EAAE,SAAS,CAAC,mBAAmB,CAAC,CAAC;gBAEhE,WAAW,EAAE,WAAW,EACxB,iBAAiB,EAAE,mBAAmB,EACtC,SAAS,EAAE,gBAAgB,EAC3B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,UAAU;IA+CvC,aAAa,CAAC,eAAe,EAAE,OAAO;IAQtC,oBAAoB;IAcpB,sBAAsB;IAMtB,aAAa;IAab,OAAO,CAAC,gBAAgB;IAUxB,OAAO,CAAC,gBAAgB;IAexB,OAAO,CAAC,6BAA6B;IAcrC,OAAO,CAAC,4BAA4B;IAIpC,QAAQ;yCA9JG,eAAe;2CAAf,eAAe;CAyK3B"}
@@ -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":"AAEA,OAAO,EAAC,aAAa,EAAE,iBAAiB,EAAa,UAAU,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAU,SAAS,EAAE,WAAW,EAA+B,MAAM,eAAe,CAAC;AACrL,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,mBAAmB,EAAC,MAAM,wDAAwD,CAAC;AAC3F,OAAO,EAEL,sBAAsB,EACvB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAC,cAAc,EAAC,MAAM,sDAAsD,CAAC;AACpF,OAAO,EAAC,gBAAgB,EAAC,MAAM,yDAAyD,CAAC;AACzF,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,MAAM,EACN,oBAAoB,EACpB,UAAU,EACV,cAAc,EACd,UAAU,EAEV,YAAY,EACZ,WAAW,EACX,aAAa,EACb,WAAW,EACX,oBAAoB,EACpB,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAC,WAAW,EAAE,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAgB,iBAAiB,EAAC,MAAM,4BAA4B,CAAC;;AAG5E,qBAQa,kBAAmB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAmEvE,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACd,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,MAAM;IAhFhB,MAAM;;;;;;;;;;MAA2B;IACjC,QAAQ;;;;;;;;;;;;;MAAyB;IACjC,UAAU,EAAE,UAAU,CAAC;IAEsB,SAAS,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC/C,WAAW,EAAE,YAAY,CAAC;IAC9B,WAAW,EAAE,UAAU,CAAC;IACxB,aAAa,EAAE,mBAAmB,CAAC;IACnC,WAAW,EAAE,mBAAmB,CAAC;IAEvD,OAAO,CAAC,WAAW,CAAC,CAAgB;IACpC,OAAO,CAAC,iBAAiB,CAAe;IACxC,OAAO,CAAC,sBAAsB,CAAe;IAC7C,KAAK,EAAE,WAAW,CAAC;IACnB,UAAU,EAAE,WAAW,CAAC;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IAEjB,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,UAAS;IACnB,gBAAgB,QAAM;IACtB,aAAa,QAAM;IACnB,mBAAmB,EAAE,MAAM,EAAE,CAAC;IAE9B,SAAS,EAAE,SAAS,CAAC;IACrB,wBAAwB,MAAC;IAEzB,oBAAoB,UAAS;IAC7B,iBAAiB;;;;MAIf;IAEF,YAAY,KAAM;IAClB,iBAAiB,KAAM;IACvB,QAAQ,EAAE,cAAc,CAAC;IACzB,cAAc;;;;;;;;;;;MASZ;IAEF,SAAS,EAAE,MAAM,CAAQ;IACzB,IAAI,QAAQ,CAAC,KAAK,QAAA,EAEjB;IAED,IAAI,QAAQ,WAEX;IAGM,eAAe,oBAAsB;IAE5C,IAAI,WAAW,IAAI,WAAW,CAE7B;gBAGS,gBAAgB,EAAE,gBAAgB,EAClC,YAAY,EAAE,gBAAgB,EAC9B,OAAO,EAAE,iBAAiB,EAC1B,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,oBAAoB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,SAAS,EACnB,EAAE,EAAE,iBAAiB,EACrB,oBAAoB,EAAE,oBAAoB,EAC1C,iBAAiB,EAAE,mBAAmB,EACtC,WAAW,EAAE,WAAW,EACxB,cAAc,EAAE,cAAc,EAC9B,MAAM,EAAE,MAAM;IA4DxB,WAAW,CAAC,KAAK,EAAE,MAAM;IA0BzB,OAAO,CAAC,YAAY;IAuDb,gBAAgB,CAAC,IAAI,EAAE,UAAU;IAaxC;;;;OAIG;IACI,eAAe,CAAC,IAAI,EAAE,UAAU,EAAE,iBAAiB,CAAC,EAAE,UAAU;IAmFvE,OAAO,CAAC,iBAAiB;IAqBzB,wBAAwB,CAAC,WAAW,KAAA;IAMpC,cAAc,CAAC,CAAC,EAAE,MAAM;IAkDxB,gBAAgB,CAAC,IAAI,KAAA,EAAE,QAAQ,KAAA;IAe/B,YAAY,CAAC,MAAM,EAAE,YAAY,EAAE,KAAK,EAAE,GAAG;IAU7C,qBAAqB,CAAC,MAAM,EAAE,YAAY;IAiB1C,YAAY,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE;IAIrC,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO;IAM5D,oBAAoB;IAKb,gBAAgB;IAShB,aAAa,CAAC,KAAK,EAAE,UAAU;IAI/B,aAAa,CAAC,KAAK,KAAA;IAKnB,YAAY,CAAC,IAAI,KAAA;IAIjB,WAAW,CAAC,GAAG,KAAA;IAWf,UAAU,CAAC,KAAK,EAAE,UAAU;IAM5B,YAAY,CAAC,KAAK,EAAE,UAAU;IAI9B,WAAW,CAAC,KAAK,EAAE,UAAU;IAIpC,mBAAmB,CAAC,KAAK,EAAE,UAAU;IAIrC,OAAO,CAAC,WAAW;IAQZ,SAAS,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM;IAavE,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO;IAU9E,OAAO,CAAC,KAAK,EAAE,GAAG;IASlB,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG;IAK7D,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM;IASrC,mBAAmB,CAAC,GAAG,CAAC,KAAA;IAa/B,iBAAiB;IAIV,kBAAkB;IAIzB,iBAAiB,CAAC,CAAC,KAAA;IAOZ,aAAa;IAuBpB,OAAO,CAAC,aAAa;IAUd,UAAU;IAIV,UAAU,CAAC,IAAI,EAAE,UAAU;IAQ3B,iBAAiB;IAIjB,YAAY,CAAC,MAAM,EAAE,YAAY;IAoBxC,eAAe,CAAC,UAAU,KAAA,GAAG,IAAI;IAM1B,mBAAmB;IAK1B,UAAU,CAAC,iBAAiB,EAAE,MAAM;IAiBpC;;;OAGG;IACH,OAAO,CAAC,aAAa;IAuBd,kBAAkB,CAAC,KAAK,EAAE,sBAAsB;IAQvD,OAAO,CAAC,8BAA8B;IAoBtC;;;;;OAKG;IACI,yBAAyB,CAAC,MAAM,EAAE,YAAY;IAK9C,SAAS;IAQT,iBAAiB;IAUjB,UAAU;IASjB,eAAe;IAIf,OAAO,CAAC,gBAAgB;IAOxB,OAAO,CAAC,sBAAsB;IAQ9B,QAAQ;IAWR,eAAe;IAef,WAAW;yCAzzBA,kBAAkB;2CAAlB,kBAAkB;CA8zB9B"}
@@ -1,9 +1,8 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
3
3
  import { Capabilities, CapabilitiesService, Config, UserService } from '@eo-sdk/core';
4
- import { UnsubscribeOnDestroy } from '../../../util/unsubscribe/unsubscribe.component';
5
4
  import * as i0 from "@angular/core";
6
- export declare class SideBarComponent extends UnsubscribeOnDestroy implements OnInit {
5
+ export declare class SideBarComponent implements OnInit {
7
6
  private capabilityService;
8
7
  private config;
9
8
  private cd;
@@ -1 +1 @@
1
- {"version":3,"file":"side-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,UAAU,EAAE,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACvG,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEtF,OAAO,EAAE,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;;AAGvF,qBAKa,gBAAiB,SAAQ,oBAAqB,YAAW,MAAM;IAW9D,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,WAAW;IAd/B,YAAY,EAAE,YAAY,CAAC;IAC3B,eAAe,EAAE,eAAe,CAAC;IAEjC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAG/B,cAAc,oBAAsB;gBAEvB,iBAAiB,EAAE,mBAAmB,EACtC,MAAM,EAAE,MAAM,EACd,EAAE,EAAE,iBAAiB,EACrB,SAAS,EAAE,YAAY,EACvB,OAAO,EAAE,UAAU,EACnB,WAAW,EAAE,WAAW;IAM5C,gBAAgB;IAMhB,WAAW;IAMX,eAAe;IAIf,kBAAkB;IAIlB,KAAK;IAIL,QAAQ;yCA9CG,gBAAgB;2CAAhB,gBAAgB;CAmD5B"}
1
+ {"version":3,"file":"side-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAa,UAAU,EAAE,YAAY,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACrG,OAAO,EAAC,YAAY,EAAE,eAAe,EAAC,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAC,YAAY,EAAE,mBAAmB,EAAE,MAAM,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;;AAIpF,qBAKa,gBAAiB,YAAW,MAAM;IAWjC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,WAAW;IAd/B,YAAY,EAAE,YAAY,CAAC;IAC3B,eAAe,EAAE,eAAe,CAAC;IAEjC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAG/B,cAAc,oBAAsB;gBAEvB,iBAAiB,EAAE,mBAAmB,EACtC,MAAM,EAAE,MAAM,EACd,EAAE,EAAE,iBAAiB,EACrB,SAAS,EAAE,YAAY,EACvB,OAAO,EAAE,UAAU,EACnB,WAAW,EAAE,WAAW;IAK5C,gBAAgB;IAMhB,WAAW;IAMX,eAAe;IAIf,kBAAkB;IAIlB,KAAK;IAIL,QAAQ;yCA7CG,gBAAgB;2CAAhB,gBAAgB;CAkD5B"}
@@ -4,31 +4,29 @@ import * as i2 from "./app-bar/side-bar/side-bar.component";
4
4
  import * as i3 from "./app-bar/app-search/app-search.component";
5
5
  import * as i4 from "./app-bar/app-add/app-add.component";
6
6
  import * as i5 from "./app-bar/app-add/app-add-dialog/app-add-dialog.component";
7
- import * as i6 from "./app-bar/app-layout/app-layout.component";
8
- import * as i7 from "./app-bar/context-search/context-search.component";
9
- import * as i8 from "./app-bar/app-process/app-process.component";
10
- import * as i9 from "./app-shell-routing.module";
11
- import * as i10 from "@angular/common";
12
- import * as i11 from "@angular/forms";
13
- import * as i12 from "../ui/ui.module";
14
- import * as i13 from "../util/util.module";
15
- import * as i14 from "@eo-sdk/core";
16
- import * as i15 from "@yuuvis/components/tabs";
17
- import * as i16 from "primeng/calendar";
18
- import * as i17 from "../form-elements/form-elements.module";
19
- import * as i18 from "../object-form/object-form.module";
20
- import * as i19 from "../shortcuts/shortcuts.module";
21
- import * as i20 from "../actions/action.module";
22
- import * as i21 from "../cta/cta.module";
23
- import * as i22 from "../process-form/process-form.module";
24
- import * as i23 from "@yuuvis/components/autocomplete";
25
- import * as i24 from "@yuuvis/components/dialog";
7
+ import * as i6 from "./app-bar/context-search/context-search.component";
8
+ import * as i7 from "./app-bar/app-process/app-process.component";
9
+ import * as i8 from "./app-shell-routing.module";
10
+ import * as i9 from "@angular/common";
11
+ import * as i10 from "@angular/forms";
12
+ import * as i11 from "../ui/ui.module";
13
+ import * as i12 from "../util/util.module";
14
+ import * as i13 from "@eo-sdk/core";
15
+ import * as i14 from "@yuuvis/components/tabs";
16
+ import * as i15 from "../form-elements/form-elements.module";
17
+ import * as i16 from "../object-form/object-form.module";
18
+ import * as i17 from "../shortcuts/shortcuts.module";
19
+ import * as i18 from "../actions/action.module";
20
+ import * as i19 from "../cta/cta.module";
21
+ import * as i20 from "../process-form/process-form.module";
22
+ import * as i21 from "@yuuvis/components/autocomplete";
23
+ import * as i22 from "@yuuvis/components/dialog";
26
24
  /**
27
25
  * Module holding the base components of the application shell like application bar, side, search etc.
28
26
  */
29
27
  export declare class EoAppShellModule {
30
28
  static ɵfac: i0.ɵɵFactoryDeclaration<EoAppShellModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<EoAppShellModule, [typeof i1.AppBarComponent, typeof i2.SideBarComponent, typeof i3.AppSearchComponent, typeof i4.AppAddComponent, typeof i5.AppAddDialogComponent, typeof i6.AppLayoutComponent, typeof i7.ContextSearchComponent, typeof i8.AppProcessComponent], [typeof i9.AppShellRoutingModule, typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.UiModule, typeof i13.UtilModule, typeof i14.EoSharedModule, typeof i15.YvcTabsModule, typeof i16.CalendarModule, typeof i17.FormElementsModule, typeof i18.ObjectFormModule, typeof i19.ShortcutsModule, typeof i20.ActionModule, typeof i21.CtaModule, typeof i22.ProcessFormModule, typeof i23.YvcAutocompleteModule, typeof i24.YvcDialogModule], [typeof i1.AppBarComponent]>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EoAppShellModule, [typeof i1.AppBarComponent, typeof i2.SideBarComponent, typeof i3.AppSearchComponent, typeof i4.AppAddComponent, typeof i5.AppAddDialogComponent, typeof i6.ContextSearchComponent, typeof i7.AppProcessComponent], [typeof i8.AppShellRoutingModule, typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.UiModule, typeof i12.UtilModule, typeof i13.EoSharedModule, typeof i14.YvcTabsModule, typeof i15.FormElementsModule, typeof i16.ObjectFormModule, typeof i17.ShortcutsModule, typeof i18.ActionModule, typeof i19.CtaModule, typeof i20.ProcessFormModule, typeof i21.YvcAutocompleteModule, typeof i22.YvcDialogModule], [typeof i1.AppBarComponent]>;
32
30
  static ɵinj: i0.ɵɵInjectorDeclaration<EoAppShellModule>;
33
31
  }
34
32
  //# sourceMappingURL=app-shell.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app-shell.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/app-shell.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AA2BA;;GAEG;AAEH,qBA+Ba,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAC5B"}
1
+ {"version":3,"file":"app-shell.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/app-shell.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAyBA;;GAEG;AAEH,qBA6Ba,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAC5B"}
@@ -2,7 +2,6 @@ export * from './app-shell.module';
2
2
  export * from './app-bar/app-bar.component';
3
3
  export * from './app-bar/app-add/app-add.component';
4
4
  export * from './app-bar/app-add/app-add-dialog/app-add-dialog.component';
5
- export * from './app-bar/app-layout/app-layout.component';
6
5
  export * from './app-bar/app-search/app-search.component';
7
6
  export * from './app-bar/context-search/context-search.component';
8
7
  export * from './app-bar/side-bar/side-bar.component';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2DAA2D,CAAC;AAE1E,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,mDAAmD,CAAC;AAElE,cAAc,uCAAuC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2DAA2D,CAAC;AAE1E,cAAc,2CAA2C,CAAC;AAC1D,cAAc,mDAAmD,CAAC;AAElE,cAAc,uCAAuC,CAAC"}
@@ -1,44 +1,43 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./undock-split/undock-split.component";
3
- import * as i2 from "./upload-overlay/upload-overlay.component";
4
- import * as i3 from "./prepare-details/prepare-details.component";
5
- import * as i4 from "./inbox-details/inbox-details.component";
6
- import * as i5 from "./process/history/process-history.component";
7
- import * as i6 from "./process/details/process-details.component";
8
- import * as i7 from "./process/process-file/process-file.component";
9
- import * as i8 from "./frame/frame.component";
10
- import * as i9 from "./object-state-details/object-state-details.component";
11
- import * as i10 from "./inbox-details/duetimeInfo/duetimeInfo.component";
12
- import * as i11 from "./prepare-details/prepare-content-exists-info/prepare-content-exists-info.component";
13
- import * as i12 from "@angular/common";
14
- import * as i13 from "./app-shell/app-shell.module";
15
- import * as i14 from "./object-form/object-form.module";
16
- import * as i15 from "./ui/ui.module";
17
- import * as i16 from "./object-details/object-details.module";
18
- import * as i17 from "@angular/forms";
19
- import * as i18 from "./media/media.module";
20
- import * as i19 from "./tree/tree.module";
21
- import * as i20 from "./shortcuts/shortcuts.module";
22
- import * as i21 from "./quick-search/quick-search.module";
23
- import * as i22 from "./util/util.module";
24
- import * as i23 from "./stored-query/stored-query.module";
25
- import * as i24 from "./grid/grid.module";
26
- import * as i25 from "./split/split.module";
27
- import * as i26 from "../eo-framework-core/pipes/pipes.module";
28
- import * as i27 from "./list-container/list-container.module";
29
- import * as i28 from "./cta/cta.module";
30
- import * as i29 from "./error/error.module";
31
- import * as i30 from "./settings/settings.module";
32
- import * as i31 from "./accordion/accordion.module";
33
- import * as i32 from "./plugins/plugins.module";
34
- import * as i33 from "@angular/router";
35
- import * as i34 from "./actions/action.module";
36
- import * as i35 from "@yuuvis/components/tabs";
37
- import * as i36 from "./result-list/result-list.module";
38
- import * as i37 from "./form-elements/form-elements.module";
2
+ import * as i1 from "./upload-overlay/upload-overlay.component";
3
+ import * as i2 from "./prepare-details/prepare-details.component";
4
+ import * as i3 from "./inbox-details/inbox-details.component";
5
+ import * as i4 from "./process/history/process-history.component";
6
+ import * as i5 from "./process/details/process-details.component";
7
+ import * as i6 from "./process/process-file/process-file.component";
8
+ import * as i7 from "./frame/frame.component";
9
+ import * as i8 from "./object-state-details/object-state-details.component";
10
+ import * as i9 from "./inbox-details/duetimeInfo/duetimeInfo.component";
11
+ import * as i10 from "./prepare-details/prepare-content-exists-info/prepare-content-exists-info.component";
12
+ import * as i11 from "@angular/common";
13
+ import * as i12 from "./app-shell/app-shell.module";
14
+ import * as i13 from "./object-form/object-form.module";
15
+ import * as i14 from "./ui/ui.module";
16
+ import * as i15 from "./object-details/object-details.module";
17
+ import * as i16 from "@angular/forms";
18
+ import * as i17 from "./media/media.module";
19
+ import * as i18 from "./tree/tree.module";
20
+ import * as i19 from "./shortcuts/shortcuts.module";
21
+ import * as i20 from "./quick-search/quick-search.module";
22
+ import * as i21 from "./util/util.module";
23
+ import * as i22 from "./stored-query/stored-query.module";
24
+ import * as i23 from "./grid/grid.module";
25
+ import * as i24 from "../eo-framework-core/pipes/pipes.module";
26
+ import * as i25 from "./list-container/list-container.module";
27
+ import * as i26 from "./cta/cta.module";
28
+ import * as i27 from "./error/error.module";
29
+ import * as i28 from "./settings/settings.module";
30
+ import * as i29 from "./accordion/accordion.module";
31
+ import * as i30 from "./plugins/plugins.module";
32
+ import * as i31 from "@angular/router";
33
+ import * as i32 from "./actions/action.module";
34
+ import * as i33 from "@yuuvis/components/tabs";
35
+ import * as i34 from "@yuuvis/components/split-view";
36
+ import * as i35 from "./result-list/result-list.module";
37
+ import * as i36 from "./form-elements/form-elements.module";
39
38
  export declare class EoFrameworkModule {
40
39
  static ɵfac: i0.ɵɵFactoryDeclaration<EoFrameworkModule, never>;
41
- static ɵmod: i0.ɵɵNgModuleDeclaration<EoFrameworkModule, [typeof i1.UndockSplitComponent, typeof i2.UploadOverlayComponent, typeof i3.PrepareDetailsComponent, typeof i4.InboxDetailsComponent, typeof i5.ProcessHistoryComponent, typeof i6.ProcessDetailsComponent, typeof i7.ProcessFileComponent, typeof i8.FrameComponent, typeof i9.ObjectStateDetailsComponent, typeof i10.DuetimeInfoComponent, typeof i11.PrepareContentExistsInfoComponent], [typeof i12.CommonModule, typeof i13.EoAppShellModule, typeof i14.ObjectFormModule, typeof i15.UiModule, typeof i16.ObjectDetailsModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.MediaModule, typeof i19.TreeModule, typeof i20.ShortcutsModule, typeof i21.QuickSearchModule, typeof i22.UtilModule, typeof i23.StoredQueryModule, typeof i24.GridModule, typeof i25.SplitModule, typeof i26.PipesModule, typeof i27.ListContainerModule, typeof i28.CtaModule, typeof i29.ErrorModule, typeof i30.SettingsModule, typeof i31.AccordionModule, typeof i32.PluginsModule, typeof i33.RouterModule, typeof i34.ActionModule, typeof i35.YvcTabsModule], [typeof i18.MediaModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i14.ObjectFormModule, typeof i13.EoAppShellModule, typeof i15.UiModule, typeof i26.PipesModule, typeof i36.ResultListModule, typeof i16.ObjectDetailsModule, typeof i19.TreeModule, typeof i20.ShortcutsModule, typeof i21.QuickSearchModule, typeof i22.UtilModule, typeof i23.StoredQueryModule, typeof i24.GridModule, typeof i25.SplitModule, typeof i1.UndockSplitComponent, typeof i2.UploadOverlayComponent, typeof i37.FormElementsModule, typeof i3.PrepareDetailsComponent, typeof i4.InboxDetailsComponent, typeof i27.ListContainerModule, typeof i29.ErrorModule, typeof i6.ProcessDetailsComponent, typeof i5.ProcessHistoryComponent, typeof i7.ProcessFileComponent, typeof i30.SettingsModule, typeof i31.AccordionModule, typeof i32.PluginsModule, typeof i8.FrameComponent, typeof i9.ObjectStateDetailsComponent]>;
40
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EoFrameworkModule, [typeof i1.UploadOverlayComponent, typeof i2.PrepareDetailsComponent, typeof i3.InboxDetailsComponent, typeof i4.ProcessHistoryComponent, typeof i5.ProcessDetailsComponent, typeof i6.ProcessFileComponent, typeof i7.FrameComponent, typeof i8.ObjectStateDetailsComponent, typeof i9.DuetimeInfoComponent, typeof i10.PrepareContentExistsInfoComponent], [typeof i11.CommonModule, typeof i12.EoAppShellModule, typeof i13.ObjectFormModule, typeof i14.UiModule, typeof i15.ObjectDetailsModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.MediaModule, typeof i18.TreeModule, typeof i19.ShortcutsModule, typeof i20.QuickSearchModule, typeof i21.UtilModule, typeof i22.StoredQueryModule, typeof i23.GridModule, typeof i24.PipesModule, typeof i25.ListContainerModule, typeof i26.CtaModule, typeof i27.ErrorModule, typeof i28.SettingsModule, typeof i29.AccordionModule, typeof i30.PluginsModule, typeof i31.RouterModule, typeof i32.ActionModule, typeof i33.YvcTabsModule, typeof i34.YvcSplitViewModule], [typeof i17.MediaModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i13.ObjectFormModule, typeof i12.EoAppShellModule, typeof i14.UiModule, typeof i24.PipesModule, typeof i35.ResultListModule, typeof i15.ObjectDetailsModule, typeof i18.TreeModule, typeof i19.ShortcutsModule, typeof i20.QuickSearchModule, typeof i21.UtilModule, typeof i22.StoredQueryModule, typeof i23.GridModule, typeof i1.UploadOverlayComponent, typeof i36.FormElementsModule, typeof i2.PrepareDetailsComponent, typeof i3.InboxDetailsComponent, typeof i25.ListContainerModule, typeof i27.ErrorModule, typeof i5.ProcessDetailsComponent, typeof i4.ProcessHistoryComponent, typeof i6.ProcessFileComponent, typeof i28.SettingsModule, typeof i29.AccordionModule, typeof i30.PluginsModule, typeof i7.FrameComponent, typeof i8.ObjectStateDetailsComponent]>;
42
41
  static ɵinj: i0.ɵɵInjectorDeclaration<EoFrameworkModule>;
43
42
  }
44
43
  //# sourceMappingURL=eo-framework.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eo-framework.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/eo-framework.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCA,qBA2Ea,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAC7B"}
1
+ {"version":3,"file":"eo-framework.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/eo-framework.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA,qBAwEa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAC7B"}
@@ -21,8 +21,6 @@ export declare class DateComponent implements ControlValueAccessor, OnDestroy {
21
21
  onValueChange(e: any): void;
22
22
  formatDate(value: Date): any;
23
23
  private _setLabels;
24
- private _getMonthNamesForLocale;
25
- private _getDaysOfWeekNamesForLocale;
26
24
  ngOnDestroy(): void;
27
25
  static ɵfac: i0.ɵɵFactoryDeclaration<DateComponent, never>;
28
26
  static ɵcmp: i0.ɵɵComponentDeclaration<DateComponent, "eo-date", never, { "withTime": "withTime"; "readonly": "readonly"; }, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"date.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/date/date.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,SAAS,EAAC,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;;AAI/D,qBAYa,aAAc,YAAW,oBAAoB,EAAE,SAAS;IAUvD,OAAO,CAAC,SAAS;IARpB,QAAQ,EAAE,OAAO,CAAS;IAC1B,QAAQ,EAAE,OAAO,CAAS;IAEnC,OAAO,CAAC,IAAI,CAAe;IAC3B,OAAO,CAAC,QAAQ,CAAiB;IACjC,KAAK,EAAE,IAAI,GAAG,IAAI,CAAQ;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;gBAEN,SAAS,EAAE,gBAAgB;IAU/C,eAAe,MAAO,GAAG,UAAS;IAClC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B,gBAAgB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAItC,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAEvC,aAAa,CAAC,CAAC,KAAA;IAIf,UAAU,CAAC,KAAK,EAAE,IAAI;IAKtB,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,uBAAuB;IAO/B,OAAO,CAAC,4BAA4B;IAMpC,WAAW,IAAI,IAAI;yCAlER,aAAa;2CAAb,aAAa;CAqEzB"}
1
+ {"version":3,"file":"date.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/date/date.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,SAAS,EAAC,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;;AAI/D,qBAYa,aAAc,YAAW,oBAAoB,EAAE,SAAS;IAUvD,OAAO,CAAC,SAAS;IARpB,QAAQ,EAAE,OAAO,CAAS;IAC1B,QAAQ,EAAE,OAAO,CAAS;IAEnC,OAAO,CAAC,IAAI,CAAe;IAC3B,OAAO,CAAC,QAAQ,CAAiB;IACjC,KAAK,EAAE,IAAI,GAAG,IAAI,CAAQ;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;gBAEN,SAAS,EAAE,gBAAgB;IAU/C,eAAe,MAAO,GAAG,UAAS;IAClC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B,gBAAgB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAItC,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAEvC,aAAa,CAAC,CAAC,KAAA;IAIf,UAAU,CAAC,KAAK,EAAE,IAAI;IAKtB,OAAO,CAAC,UAAU;IAQlB,WAAW,IAAI,IAAI;yCAtDR,aAAa;2CAAb,aAAa;CAyDzB"}
@@ -20,26 +20,17 @@ import * as i18 from "@yuuvis/components/icon";
20
20
  import * as i19 from "@angular/common";
21
21
  import * as i20 from "@angular/forms";
22
22
  import * as i21 from "../ui/ui.module";
23
- import * as i22 from "primeng/inputtext";
24
- import * as i23 from "primeng/dialog";
25
- import * as i24 from "../tree/tree.module";
26
- import * as i25 from "primeng/inputmask";
27
- import * as i26 from "primeng/checkbox";
28
- import * as i27 from "primeng/tristatecheckbox";
29
- import * as i28 from "primeng/inputtextarea";
30
- import * as i29 from "primeng/chips";
31
- import * as i30 from "primeng/dropdown";
32
- import * as i31 from "@angular/router";
33
- import * as i32 from "primeng/api";
34
- import * as i33 from "../accordion/accordion.module";
35
- import * as i34 from "@yuuvis/components/chips";
36
- import * as i35 from "@yuuvis/components/checkbox";
37
- import * as i36 from "@yuuvis/components/autocomplete";
38
- import * as i37 from "@yuuvis/components/dropdown";
39
- import * as i38 from "@yuuvis/components/datepicker";
23
+ import * as i22 from "../tree/tree.module";
24
+ import * as i23 from "@angular/router";
25
+ import * as i24 from "../accordion/accordion.module";
26
+ import * as i25 from "@yuuvis/components/chips";
27
+ import * as i26 from "@yuuvis/components/checkbox";
28
+ import * as i27 from "@yuuvis/components/autocomplete";
29
+ import * as i28 from "@yuuvis/components/dropdown";
30
+ import * as i29 from "@yuuvis/components/datepicker";
40
31
  export declare class FormElementsModule {
41
32
  static ɵfac: i0.ɵɵFactoryDeclaration<FormElementsModule, never>;
42
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormElementsModule, [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i3.DatetimeRangeComponent, typeof i4.NumberComponent, typeof i5.NumberRangeComponent, typeof i6.OrganizationComponent, typeof i7.CheckboxComponent, typeof i8.StringComponent, typeof i9.ReferenceComponent, typeof i10.DynamicListComponent, typeof i11.InputFocusDirective, typeof i12.PasswordComponent, typeof i13.IdReferenceComponent, typeof i14.YearRangeDirective, typeof i15.ReferenceFinderComponent, typeof i16.ReferenceFinderEntryComponent, typeof i17.DateComponent], [typeof i18.YvcIconModule, typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.UiModule, typeof i22.InputTextModule, typeof i23.DialogModule, typeof i24.TreeModule, typeof i25.InputMaskModule, typeof i26.CheckboxModule, typeof i27.TriStateCheckboxModule, typeof i28.InputTextareaModule, typeof i29.ChipsModule, typeof i30.DropdownModule, typeof i31.RouterModule, typeof i32.SharedModule, typeof i33.AccordionModule, typeof i34.YvcChipsModule, typeof i35.YvcCheckboxModule, typeof i36.YvcAutocompleteModule, typeof i37.YvcDropdownModule, typeof i38.YvcDatepickerModule], [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i17.DateComponent, typeof i3.DatetimeRangeComponent, typeof i4.NumberComponent, typeof i5.NumberRangeComponent, typeof i6.OrganizationComponent, typeof i7.CheckboxComponent, typeof i8.StringComponent, typeof i9.ReferenceComponent, typeof i10.DynamicListComponent, typeof i12.PasswordComponent, typeof i13.IdReferenceComponent, typeof i14.YearRangeDirective]>;
33
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormElementsModule, [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i3.DatetimeRangeComponent, typeof i4.NumberComponent, typeof i5.NumberRangeComponent, typeof i6.OrganizationComponent, typeof i7.CheckboxComponent, typeof i8.StringComponent, typeof i9.ReferenceComponent, typeof i10.DynamicListComponent, typeof i11.InputFocusDirective, typeof i12.PasswordComponent, typeof i13.IdReferenceComponent, typeof i14.YearRangeDirective, typeof i15.ReferenceFinderComponent, typeof i16.ReferenceFinderEntryComponent, typeof i17.DateComponent], [typeof i18.YvcIconModule, typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.UiModule, typeof i22.TreeModule, typeof i23.RouterModule, typeof i24.AccordionModule, typeof i25.YvcChipsModule, typeof i26.YvcCheckboxModule, typeof i27.YvcAutocompleteModule, typeof i28.YvcDropdownModule, typeof i29.YvcDatepickerModule], [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i17.DateComponent, typeof i3.DatetimeRangeComponent, typeof i4.NumberComponent, typeof i5.NumberRangeComponent, typeof i6.OrganizationComponent, typeof i7.CheckboxComponent, typeof i8.StringComponent, typeof i9.ReferenceComponent, typeof i10.DynamicListComponent, typeof i12.PasswordComponent, typeof i13.IdReferenceComponent, typeof i14.YearRangeDirective]>;
43
34
  static ɵinj: i0.ɵɵInjectorDeclaration<FormElementsModule>;
44
35
  }
45
36
  //# sourceMappingURL=form-elements.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-elements.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/form-elements/form-elements.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyCA,qBA6Da,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAI"}
1
+ {"version":3,"file":"form-elements.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/form-elements/form-elements.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCA,qBA6Da,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAI"}
@@ -16,6 +16,7 @@ export declare class ReferenceFinderComponent implements AfterViewInit {
16
16
  clipboardItems: ReferenceItem[];
17
17
  clipboardOpen: boolean;
18
18
  _markedItem: ReferenceItem;
19
+ searching: boolean;
19
20
  set markedItem(item: ReferenceItem);
20
21
  get markedItem(): ReferenceItem;
21
22
  isDisabled: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"reference-finder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAA6C,SAAS,EAAE,UAAU,EAAE,aAAa,EAAY,MAAM,eAAe,CAAC;AAClJ,OAAO,EAAC,SAAS,EAAe,MAAM,cAAc,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,MAAM,CAAC;AAE7B,OAAO,EACL,aAAa,EACb,sBAAsB,EACvB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAC,sBAAsB,EAAC,MAAM,qCAAqC,CAAC;;AAG3E,qBAMa,wBAAyB,YAAW,aAAa;IA2IhD,OAAO,CAAC,sBAAsB;IAzIC,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAChD,WAAW,EAAG,UAAU,CAAC;IAEnD,WAAW,kBAAyB;IACpC,iBAAiB,EAAE,sBAAsB,CAAC;IAC1C,aAAa,QAAM;IACnB,UAAU,EAAE,aAAa,EAAE,CAAM;IACjC,OAAO,CAAC,iBAAiB,CAAkB;IAC3C,cAAc,EAAE,aAAa,EAAE,CAAM;IACrC,aAAa,UAAQ;IACrB,WAAW,EAAE,aAAa,CAAC;IAE3B,IAAI,UAAU,CAAC,IAAI,EAAE,aAAa,EAGjC;IAED,IAAI,UAAU,IALO,aAAa,CAOjC;IAEQ,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,EAAE,CAAC;IAEvB,YAAY,EAAE;QAAC,CAAC,UAAU,EAAE,MAAM,GAAG;YAAC,CAAC,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,GAAG,CAAC;YAAC,EAAE,EAAE,GAAG,CAAA;SAAC,CAAA;KAAC,CAAC;IAE7E,IACI,gBAAgB,CAAC,SAAS,EAAE,aAAa,EAAE,EAE9C;IACD,IAAI,gBAAgB,IAAI,aAAa,EAAE,CAEtC;IAED,IACI,SAAS,CAAC,SAAS,EAAE,SAAS,EAEjC;IACS,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAGrE,KAAK,CAAC,KAAK,KAAA;gBA6FS,sBAAsB,EAAE,sBAAsB;IAiBlE,IAAI,iBAAiB,IAAI,OAAO,CAE/B;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,gBAAgB;IAIhB,eAAe,CAAC,eAAe,EAAE;QAAC,IAAI,EAAE,aAAa,CAAC;QAAC,GAAG,EAAE,OAAO,CAAA;KAAC;IAwBpE,QAAQ;IAIR,OAAO,CAAC,kBAAkB;IAY1B,eAAe;yCAxNJ,wBAAwB;2CAAxB,wBAAwB;CA6NpC"}
1
+ {"version":3,"file":"reference-finder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAA6C,SAAS,EAAE,UAAU,EAAE,aAAa,EAAY,MAAM,eAAe,CAAC;AAClJ,OAAO,EAAC,SAAS,EAAe,MAAM,cAAc,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,MAAM,CAAC;AAE7B,OAAO,EACL,aAAa,EACb,sBAAsB,EACvB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAC,sBAAsB,EAAC,MAAM,qCAAqC,CAAC;;AAG3E,qBAMa,wBAAyB,YAAW,aAAa;IA4IhD,OAAO,CAAC,sBAAsB;IA1IC,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAChD,WAAW,EAAG,UAAU,CAAC;IAEnD,WAAW,kBAAyB;IACpC,iBAAiB,EAAE,sBAAsB,CAAC;IAC1C,aAAa,QAAM;IACnB,UAAU,EAAE,aAAa,EAAE,CAAM;IACjC,OAAO,CAAC,iBAAiB,CAAkB;IAC3C,cAAc,EAAE,aAAa,EAAE,CAAM;IACrC,aAAa,UAAQ;IACrB,WAAW,EAAE,aAAa,CAAC;IAC3B,SAAS,UAAS;IAElB,IAAI,UAAU,CAAC,IAAI,EAAE,aAAa,EAGjC;IAED,IAAI,UAAU,IALO,aAAa,CAOjC;IAEQ,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,EAAE,CAAC;IAEvB,YAAY,EAAE;QAAC,CAAC,UAAU,EAAE,MAAM,GAAG;YAAC,CAAC,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,GAAG,CAAC;YAAC,EAAE,EAAE,GAAG,CAAA;SAAC,CAAA;KAAC,CAAC;IAE7E,IACI,gBAAgB,CAAC,SAAS,EAAE,aAAa,EAAE,EAE9C;IACD,IAAI,gBAAgB,IAAI,aAAa,EAAE,CAEtC;IAED,IACI,SAAS,CAAC,SAAS,EAAE,SAAS,EAEjC;IACS,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAGrE,KAAK,CAAC,KAAK,KAAA;gBA6FS,sBAAsB,EAAE,sBAAsB;IAmBlE,IAAI,iBAAiB,IAAI,OAAO,CAE/B;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,gBAAgB;IAIhB,eAAe,CAAC,eAAe,EAAE;QAAC,IAAI,EAAE,aAAa,CAAC;QAAC,GAAG,EAAE,OAAO,CAAA;KAAC;IAwBpE,QAAQ;IAIR,OAAO,CAAC,kBAAkB;IAY1B,eAAe;yCA3NJ,wBAAwB;2CAAxB,wBAAwB;CAgOpC"}
@@ -3,7 +3,6 @@ import { EoDialogComponent } from '../../ui/eo-dialog/eo-dialog.component';
3
3
  import { EventService } from '@eo-sdk/core';
4
4
  import { TranslateService } from '@eo-sdk/core';
5
5
  import { IAfterGuiAttachedParams, IFilterParams } from '@ag-grid-community/core';
6
- import { InputMask } from 'primeng/inputmask';
7
6
  import { DateComponent } from '../../form-elements/date/date.component';
8
7
  import * as i0 from "@angular/core";
9
8
  export declare class DatetimeFilterComponent extends DateComponent implements IDateAngularComp {
@@ -13,7 +12,6 @@ export declare class DatetimeFilterComponent extends DateComponent implements ID
13
12
  filterParams: IFilterParams;
14
13
  filterInstance: any;
15
14
  eoDialog: EoDialogComponent;
16
- inputMask: InputMask;
17
15
  constructor(translate: TranslateService, eventService: EventService);
18
16
  serialize(): {
19
17
  dateTo: any;
@@ -1 +1 @@
1
- {"version":3,"file":"datetime-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/grid/filters/datetime-filter.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,gBAAgB,EAAC,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAC,iBAAiB,EAAC,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAa,YAAY,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAa,uBAAuB,EAAE,aAAa,EAAQ,MAAM,yBAAyB,CAAC;AAClG,OAAO,EAAC,SAAS,EAAC,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAC,aAAa,EAAC,MAAM,yCAAyC,CAAC;;AAStE,qBAKa,uBAAwB,SAAQ,aAAc,YAAW,gBAAgB;IAW3C,OAAO,CAAC,YAAY;IAT7D,MAAM,EAAE,GAAG,CAAM;IACjB,MAAM,EAAE,GAAG,CAAC;IACZ,YAAY,EAAE,aAAa,CAAC;IAE5B,cAAc,EAAE,GAAG,CAAC;IAEU,QAAQ,EAAE,iBAAiB,CAAC;IACpC,SAAS,EAAE,SAAS,CAAC;gBAE/B,SAAS,EAAE,gBAAgB,EAAU,YAAY,EAAE,YAAY;IAI3E,SAAS;;;;;;;IAUT,aAAa,CAAC,CAAC,EAAE,GAAG;IAKpB,OAAO,CAAC,KAAK,KAAA;IAIb,OAAO;IAIP,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,IAAI;IAyBzB,gBAAgB,CAAC,MAAM,EAAE,uBAAuB,GAAG,IAAI;yCA/D5C,uBAAuB;2CAAvB,uBAAuB;CAkEnC"}
1
+ {"version":3,"file":"datetime-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/grid/filters/datetime-filter.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,gBAAgB,EAAC,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAC,iBAAiB,EAAC,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAa,YAAY,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAa,uBAAuB,EAAE,aAAa,EAAQ,MAAM,yBAAyB,CAAC;AAClG,OAAO,EAAC,aAAa,EAAC,MAAM,yCAAyC,CAAC;;AAStE,qBAKa,uBAAwB,SAAQ,aAAc,YAAW,gBAAgB;IAU3C,OAAO,CAAC,YAAY;IAR7D,MAAM,EAAE,GAAG,CAAM;IACjB,MAAM,EAAE,GAAG,CAAC;IACZ,YAAY,EAAE,aAAa,CAAC;IAE5B,cAAc,EAAE,GAAG,CAAC;IAEU,QAAQ,EAAE,iBAAiB,CAAC;gBAE9C,SAAS,EAAE,gBAAgB,EAAU,YAAY,EAAE,YAAY;IAI3E,SAAS;;;;;;;IAUT,aAAa,CAAC,CAAC,EAAE,GAAG;IAKpB,OAAO,CAAC,KAAK,KAAA;IAIb,OAAO;IAIP,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,IAAI;IAyBzB,gBAAgB,CAAC,MAAM,EAAE,uBAAuB,GAAG,IAAI;yCA9D5C,uBAAuB;2CAAvB,uBAAuB;CAiEnC"}
@@ -1,18 +1,17 @@
1
+ import { ColDef, Column, GridApi, GridOptions, Module } from '@ag-grid-community/core';
1
2
  import { EventEmitter } from '@angular/core';
2
- import { ColDef, GridApi, GridOptions, Column, Module } from '@ag-grid-community/core';
3
- import { UserService, TranslateService } from '@eo-sdk/core';
3
+ import { Router } from '@angular/router';
4
+ import { TranslateService, UserService } from '@eo-sdk/core';
4
5
  import { GridService } from '../../eo-framework-core/api/grid.service';
5
- import { ILoader } from './loader.interface';
6
6
  import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
7
- import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
8
- import { Router } from '@angular/router';
9
- import { DatetimeFilterComponent } from './filters/datetime-filter.component';
10
- import { OrganizationFilterComponent } from './filters/organization-filter.component';
11
7
  import { CodesystemFilterComponent } from './filters/codesystem-filter.component';
8
+ import { DatetimeFilterComponent } from './filters/datetime-filter.component';
12
9
  import { DynamicListFilterComponent } from './filters/dynamic-list-filter.component';
13
10
  import { ListFilterComponent } from './filters/list-filter.component';
11
+ import { OrganizationFilterComponent } from './filters/organization-filter.component';
12
+ import { ILoader } from './loader.interface';
14
13
  import * as i0 from "@angular/core";
15
- export declare class GridComponent extends UnsubscribeOnDestroy {
14
+ export declare class GridComponent {
16
15
  private translate;
17
16
  private userService;
18
17
  gridApi: GridService;
@@ -1 +1 @@
1
- {"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.component.ts"],"names":[],"mappings":"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"}
@@ -23,20 +23,19 @@ import * as i18 from "../util/util.module";
23
23
  import * as i19 from "@angular/forms";
24
24
  import * as i20 from "../form-elements/form-elements.module";
25
25
  import * as i21 from "../tree/tree.module";
26
- import * as i22 from "primeng/inputmask";
27
- import * as i23 from "../cta/cta.module";
28
- import * as i24 from "@yuuvis/components/autocomplete";
29
- import * as i25 from "@yuuvis/components/icon";
30
- import * as i26 from "@yuuvis/components/datepicker";
31
- import * as i27 from "@angular/cdk/drag-drop";
32
- import * as i28 from "@ag-grid-community/angular";
26
+ import * as i22 from "../cta/cta.module";
27
+ import * as i23 from "@yuuvis/components/autocomplete";
28
+ import * as i24 from "@yuuvis/components/icon";
29
+ import * as i25 from "@yuuvis/components/datepicker";
30
+ import * as i26 from "@angular/cdk/drag-drop";
31
+ import * as i27 from "@ag-grid-community/angular";
33
32
  export declare class GridModule {
34
33
  private event;
35
34
  private config;
36
35
  constructor(event: EventService, config: Config);
37
36
  static withComponents(components?: any[]): ModuleWithProviders<AgGridModule>;
38
37
  static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
39
- static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent], [typeof i17.UiModule, typeof i18.UtilModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.FormElementsModule, typeof i21.TreeModule, typeof i22.InputMaskModule, typeof i23.CtaModule, typeof i24.YvcAutocompleteModule, typeof i25.YvcIconModule, typeof i26.YvcDatepickerModule, typeof i27.DragDropModule, typeof i28.AgGridModule], [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent]>;
38
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent], [typeof i17.UiModule, typeof i18.UtilModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.FormElementsModule, typeof i21.TreeModule, typeof i22.CtaModule, typeof i23.YvcAutocompleteModule, typeof i24.YvcIconModule, typeof i25.YvcDatepickerModule, typeof i26.DragDropModule, typeof i27.AgGridModule], [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent]>;
40
39
  static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
41
40
  }
42
41
  //# sourceMappingURL=grid.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,mBAAmB,EAAW,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAC,YAAY,EAAc,MAAM,EAAC,MAAM,cAAc,CAAC;AAE9D,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BxD,qBAwBa,UAAU;IAET,OAAO,CAAC,KAAK;IAAgB,OAAO,CAAC,MAAM;gBAAnC,KAAK,EAAE,YAAY,EAAU,MAAM,EAAE,MAAM;IAM/D,MAAM,CAAC,cAAc,CAAC,UAAU,GAAE,GAAG,EAAO,GAAG,mBAAmB,CAAC,YAAY,CAAC;yCARrE,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAkBtB"}
1
+ {"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,mBAAmB,EAAW,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAC,YAAY,EAAc,MAAM,EAAC,MAAM,cAAc,CAAC;AAE9D,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BxD,qBAuBa,UAAU;IAET,OAAO,CAAC,KAAK;IAAgB,OAAO,CAAC,MAAM;gBAAnC,KAAK,EAAE,YAAY,EAAU,MAAM,EAAE,MAAM;IAM/D,MAAM,CAAC,cAAc,CAAC,UAAU,GAAE,GAAG,EAAO,GAAG,mBAAmB,CAAC,YAAY,CAAC;yCARrE,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAkBtB"}
@@ -9,9 +9,8 @@ import { FormStatusChangedEvent } from '../object-form/form-status-changed-event
9
9
  import { ObjectFormOptions } from '../object-form/object-form-options.interface';
10
10
  import { ObjectFormComponent } from '../object-form/object-form/object-form.component';
11
11
  import { IndexData } from '../ui/indexdata-summary/indexdata-summary.component';
12
- import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
13
12
  import * as i0 from "@angular/core";
14
- export declare class InboxDetailsComponent extends UnsubscribeOnDestroy implements OnInit, AfterViewInit {
13
+ export declare class InboxDetailsComponent implements OnInit, AfterViewInit {
15
14
  private bpmService;
16
15
  private userService;
17
16
  private inboxService;
@@ -1 +1 @@
1
- {"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EAKb,MAAM,EAGP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,UAAU,EACV,SAAS,EAET,gBAAgB,EAEhB,YAAY,EACZ,SAAS,EACT,SAAS,EACT,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EAChB,WAAW,EAEX,QAAQ,EACR,cAAc,EACd,oBAAoB,EACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAa,YAAY,EAAC,MAAM,MAAM,CAAC;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACtG,OAAO,EAAC,sBAAsB,EAAC,MAAM,oDAAoD,CAAC;AAC1F,OAAO,EAAC,iBAAiB,EAAC,MAAM,8CAA8C,CAAC;AAC/E,OAAO,EAAC,mBAAmB,EAAC,MAAM,kDAAkD,CAAC;AAGrF,OAAO,EAAC,SAAS,EAAC,MAAM,qDAAqD,CAAC;AAC9E,OAAO,EAAC,oBAAoB,EAAC,MAAM,2CAA2C,CAAC;;AAE/E,qBAKa,qBAAsB,SAAQ,oBACzC,YAAW,MAAM,EAAE,aAAa;IAoE9B,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IA7EF,SAAS,EAAE,mBAAmB,CAAC;IAErD,OAAO,CAAC,qBAAqB,CAAiB;IAI9C,OAAO,CAAC,aAAa,CAAS;IAE9B,OAAO,CAAC,KAAK,CAAY;IACzB,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAEhC,MAAM,EAAE,OAAO,CAAC;IAEhB,mBAAmB,EAAE,OAAO,CAAC;IAE7B,SAAS,EAAE,SAAS,CAAC;IAGrB,QAAQ,EAAE;QACR,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,SAAS,EAAE,sBAAsB,CAAC;IAClC,WAAW,EAAE,iBAAiB,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,SAAS,CAAC;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,YAAY,GAAG,GAAG,CAAkB;IACtD,YAAY,EAAE,YAAY,GAAG,GAAG,CAAkB;IAClD,WAAW,EAAE,YAAY,GAAG,GAAG,CAAkB;IACjD,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,SAAyB;IAQpC,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,EAAE,eAAe,CAAC;IAEzC,IACI,IAAI,CAAC,CAAC,EAAE,SAAS,EAWpB;IAED,IAAI,IAAI,IAbI,SAAS,CAepB;IAED,IAAmC,QAAQ,WAE1C;gBAGS,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,WAAW,EACxB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAE,gBAAgB,EAC3B,cAAc,EAAE,qBAAqB,EACrC,MAAM,EAAE,oBAAoB,EAC5B,cAAc,EAAE,mBAAmB;IAU7C,OAAO;IAQP,mBAAmB,CAAC,GAAG,EAAE,sBAAsB;IAS/C,OAAO,CAAC,YAAY;IAQpB,OAAO,CAAC,aAAa;IAIrB;;OAEG;IACH,OAAO,CAAC,OAAO;IAoBf,aAAa,CAAC,OAAO,KAAA;IAarB,OAAO,CAAC,uBAAuB,CAK9B;IAGD,iBAAiB;IA8BjB,OAAO,CAAC,cAAc;IAkBtB,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,gBAAgB;IAkBxB,YAAY;IAmBZ;;OAEG;IACH,cAAc;IAYd;;;OAGG;IACH,qBAAqB,CAAC,MAAM,EAAE,cAAc;IAoC5C,OAAO,CAAC,aAAa;IAQrB;;;OAGG;IACH,mBAAmB,CAAC,IAAI,CAAC,EAAE,SAAS;IAkBpC;;;OAGG;IACH,4BAA4B,CAAC,GAAG,KAAA;IAUhC;;OAEG;IACH,gBAAgB;IAchB;;;;OAIG;IACH,qBAAqB,CAAC,GAAG,KAAA;IAkBzB;;OAEG;IACH,gBAAgB;IAWhB,kBAAkB,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO;IAW/C;;OAEG;IACH,OAAO,CAAC,YAAY;IAcpB;;OAEG;IACH,gBAAgB;IAiBhB;;OAEG;IACH,OAAO,CAAC,aAAa;IAwBrB,WAAW,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIvB,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIrB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,QAAQ;IAwBR,eAAe;yCAngBJ,qBAAqB;2CAArB,qBAAqB;CA0gBjC"}
1
+ {"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAIb,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,UAAU,EACV,SAAS,EAET,gBAAgB,EAEhB,YAAY,EACZ,SAAS,EACT,SAAS,EACT,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EAChB,WAAW,EAEX,QAAQ,EACR,cAAc,EACd,oBAAoB,EACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAa,YAAY,EAAC,MAAM,MAAM,CAAC;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACtG,OAAO,EAAC,sBAAsB,EAAC,MAAM,oDAAoD,CAAC;AAC1F,OAAO,EAAC,iBAAiB,EAAC,MAAM,8CAA8C,CAAC;AAC/E,OAAO,EAAC,mBAAmB,EAAC,MAAM,kDAAkD,CAAC;AAIrF,OAAO,EAAC,SAAS,EAAC,MAAM,qDAAqD,CAAC;;AAC9E,qBAMa,qBAAuB,YAAW,MAAM,EAAE,aAAa;IAoEhE,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IA7EF,SAAS,EAAE,mBAAmB,CAAC;IAErD,OAAO,CAAC,qBAAqB,CAAiB;IAI9C,OAAO,CAAC,aAAa,CAAS;IAE9B,OAAO,CAAC,KAAK,CAAY;IACzB,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAEhC,MAAM,EAAE,OAAO,CAAC;IAEhB,mBAAmB,EAAE,OAAO,CAAC;IAE7B,SAAS,EAAE,SAAS,CAAC;IAGrB,QAAQ,EAAE;QACR,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,SAAS,EAAE,sBAAsB,CAAC;IAClC,WAAW,EAAE,iBAAiB,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,SAAS,CAAC;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,YAAY,GAAG,GAAG,CAAkB;IACtD,YAAY,EAAE,YAAY,GAAG,GAAG,CAAkB;IAClD,WAAW,EAAE,YAAY,GAAG,GAAG,CAAkB;IACjD,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,SAAyB;IAQpC,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,EAAE,eAAe,CAAC;IAEzC,IACI,IAAI,CAAC,CAAC,EAAE,SAAS,EAWpB;IAED,IAAI,IAAI,IAbI,SAAS,CAepB;IAED,IAAmC,QAAQ,WAE1C;gBAGS,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,WAAW,EACxB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAE,gBAAgB,EAC3B,cAAc,EAAE,qBAAqB,EACrC,MAAM,EAAE,oBAAoB,EAC5B,cAAc,EAAE,mBAAmB;IAS7C,OAAO;IAQP,mBAAmB,CAAC,GAAG,EAAE,sBAAsB;IAS/C,OAAO,CAAC,YAAY;IAQpB,OAAO,CAAC,aAAa;IAIrB;;OAEG;IACH,OAAO,CAAC,OAAO;IAoBf,aAAa,CAAC,OAAO,KAAA;IAarB,OAAO,CAAC,uBAAuB,CAK9B;IAGD,iBAAiB;IA8BjB,OAAO,CAAC,cAAc;IAkBtB,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,gBAAgB;IAkBxB,YAAY;IAmBZ;;OAEG;IACH,cAAc;IAYd;;;OAGG;IACH,qBAAqB,CAAC,MAAM,EAAE,cAAc;IAoC5C,OAAO,CAAC,aAAa;IAQrB;;;OAGG;IACH,mBAAmB,CAAC,IAAI,CAAC,EAAE,SAAS;IAkBpC;;;OAGG;IACH,4BAA4B,CAAC,GAAG,KAAA;IAUhC;;OAEG;IACH,gBAAgB;IAchB;;;;OAIG;IACH,qBAAqB,CAAC,GAAG,KAAA;IAkBzB;;OAEG;IACH,gBAAgB;IAWhB,kBAAkB,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO;IAW/C;;OAEG;IACH,OAAO,CAAC,YAAY;IAcpB;;OAEG;IACH,gBAAgB;IAiBhB;;OAEG;IACH,OAAO,CAAC,aAAa;IAwBrB,WAAW,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIvB,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIrB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,QAAQ;IAwBR,eAAe;yCAjgBJ,qBAAqB;2CAArB,qBAAqB;CAwgBjC"}
@@ -26,13 +26,9 @@ export * from './quick-search/index';
26
26
  export * from './result-list/index';
27
27
  export * from './settings/index';
28
28
  export * from './shortcuts/index';
29
- export * from './split/index';
30
29
  export * from './stored-query/index';
31
30
  export * from './tree/index';
32
31
  export * from './ui/index';
33
- export * from './undock-split/undock-split.component';
34
- export * from './undock-split/undock-split.service';
35
- export * from './undock-split/undock-state.interface';
36
32
  export * from './upload-overlay/upload-overlay.component';
37
33
  export * from './util/index';
38
34
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,yCAAyC,CAAC;AACxD,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uDAAuD,CAAC;AACtE,cAAc,iBAAiB,CAAC;AAChC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mDAAmD,CAAC;AAClE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,yCAAyC,CAAC;AACxD,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uDAAuD,CAAC;AACtE,cAAc,iBAAiB,CAAC;AAChC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mDAAmD,CAAC;AAClE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,2CAA2C,CAAC;AAC1D,cAAc,cAAc,CAAC"}
@@ -1,9 +1,8 @@
1
1
  import { AfterViewInit, OnDestroy, Renderer2 } from '@angular/core';
2
2
  import { Config, DmsObject, DmsObjectAttachment, DmsService, ObjectType, SystemService, TranslateService } from '@eo-sdk/core';
3
- import { PopoutTriggerPosition } from '@yuuvis/components/popout';
3
+ import { PopoutTriggerPosition, PopoutWindowConfig } from '@yuuvis/components/popout';
4
4
  import { Subscription } from 'rxjs';
5
5
  import { FileSizePipe } from '../../eo-framework-core/pipes/filesize.pipe';
6
- import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
7
6
  import { PluginsService } from './../../eo-framework-core/api/plugins.service';
8
7
  import * as i0 from "@angular/core";
9
8
  export interface ViewerConfig {
@@ -23,7 +22,7 @@ export interface PreviewFile {
23
22
  fileExtension?: string;
24
23
  mediaTypeName?: string;
25
24
  }
26
- export declare class MediaComponent extends UnsubscribeOnDestroy implements AfterViewInit, OnDestroy {
25
+ export declare class MediaComponent implements AfterViewInit, OnDestroy {
27
26
  translate: TranslateService;
28
27
  private dms;
29
28
  private renderer;
@@ -49,6 +48,7 @@ export declare class MediaComponent extends UnsubscribeOnDestroy implements Afte
49
48
  mediaType: ObjectType;
50
49
  customConfig: any[];
51
50
  popoutTriggerPosition: PopoutTriggerPosition;
51
+ popoutWindowConfig: PopoutWindowConfig;
52
52
  defaultViewers: ({
53
53
  mimeType: string[];
54
54
  viewer: string;
@@ -79,6 +79,7 @@ export declare class MediaComponent extends UnsubscribeOnDestroy implements Afte
79
79
  set previewFile(file: PreviewFile);
80
80
  set dmsObject(item: DmsObject);
81
81
  constructor(translate: TranslateService, dms: DmsService, renderer: Renderer2, system: SystemService, config: Config, pluginsService: PluginsService);
82
+ private _setPopoutWindowConfig;
82
83
  selectAttachment(attachment?: any): void;
83
84
  toggleViewer(): void;
84
85
  refresh(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"media.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/media/media.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"media.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/media/media.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAiC,SAAS,EAAE,SAAS,EAAY,MAAM,eAAe,CAAC;AAC5G,OAAO,EACL,MAAM,EACN,SAAS,EACT,mBAAmB,EACnB,UAAU,EACV,UAAU,EACV,aAAa,EACb,gBAAgB,EACjB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,qBAAqB,EAAE,kBAAkB,EAAC,MAAM,2BAA2B,CAAC;AACpF,OAAO,EAAY,YAAY,EAAC,MAAM,MAAM,CAAC;AAG7C,OAAO,EAAC,YAAY,EAAC,MAAM,6CAA6C,CAAC;AACzE,OAAO,EAAC,cAAc,EAAC,MAAM,+CAA+C,CAAC;;AAI7E,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;CACnD;AACD,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AACD,qBAOa,cAAe,YAAW,aAAa,EAAE,SAAS;IAmI1C,SAAS,EAAE,gBAAgB;IAC5C,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IAtIxB,MAAM,CAAC,YAAY,SAAyH;IAC5I,MAAM,CAAC,UAAU,SAAsO;IAEvP,OAAO,CAAC,UAAU,CAAoB;IACtC,OAAO,CAAC,KAAK,CAAM;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,GAAG,CAAC;IACZ,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,UAAU,CAAY;IAC9B,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,mBAAmB,EAAE,CAAM;IACxC,kBAAkB,EAAE,YAAY,CAAC;IACjC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,UAAU,CAAC;IACtB,YAAY,EAAE,GAAG,EAAE,CAAM;IAEzB,qBAAqB,wBAAqC;IAC1D,kBAAkB,EAAE,kBAAkB,CAAC;IAKvC,cAAc;;;;;;;;;;;;;;;SAoBZ;IAEF,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IAER,cAAc,UAAS;IAEvB,cAAc,UAAS;IAGvB,UAAU,UAAS;IACD,IAAI,MAAC;IAEK,MAAM,MAAC;IAE5C,IACI,cAAc,CAAC,WAAW,KAAA,EAG7B;IAED,IACI,aAAa,CAAC,UAAU,KAAA,EAE3B;IAED,IACI,UAAU,CAAC,GAAG,EAAE,MAAM,EAGzB;IAED,IAAI,UAAU,IALM,MAAM,CAOzB;IAED,IACI,WAAW,CAAC,IAAI,EAAE,WAAW,EAUhC;IAED,IACI,SAAS,CAAC,IAAI,EAAE,SAAS,EA+B5B;gBAEkB,SAAS,EAAE,gBAAgB,EACpC,GAAG,EAAE,UAAU,EACf,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,cAAc;IAgBxC,OAAO,CAAC,sBAAsB;IAc9B,gBAAgB,CAAC,UAAU,CAAC,EAAE,GAAG;IAK1B,YAAY;IAOZ,OAAO;IAId,SAAS,CAAC,IAAI,EAAE,WAAW,GAAG,GAAG;IA+BjC,OAAO,CAAC,UAAU;IAelB,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO;IAiBzC;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAYjB,OAAO,CAAC,gBAAgB;IAWxB,UAAU,CAAC,MAAM,MAAc,EAAE,MAAM,CAAC,EAAE,QAAQ;IAkBlD,OAAO,CAAC,MAAM;IAcd,eAAe;IAGf,WAAW;yCApTA,cAAc;2CAAd,cAAc;CAuT1B"}
@@ -1,9 +1,8 @@
1
1
  import { ElementRef } from '@angular/core';
2
- import { EventService, DmsObject, NotificationsService, UserService } from '@eo-sdk/core';
2
+ import { DmsObject, EventService, NotificationsService, UserService } from '@eo-sdk/core';
3
3
  import { TranslateService } from '@eo-sdk/core';
4
- import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
5
4
  import * as i0 from "@angular/core";
6
- export declare class FavoriteIconComponent extends UnsubscribeOnDestroy {
5
+ export declare class FavoriteIconComponent {
7
6
  private userService;
8
7
  private eventService;
9
8
  private toasty;
@@ -1 +1 @@
1
- {"version":3,"file":"favorite-icon.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/favorite-icon/favorite-icon.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAA8B,UAAU,EAAC,MAAM,eAAe,CAAC;AAEtE,OAAO,EAAC,YAAY,EAAc,SAAS,EAAE,oBAAoB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAEpG,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;;AAElF,qBAKa,qBAAsB,SAAQ,oBAAoB;IAoBjD,OAAO,CAAC,WAAW;IAC7B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACP,SAAS,EAAE,gBAAgB;IAtBpC,OAAO,UAAS;IAChB,KAAK,SAAM;IACX,OAAO,EAAE,EAAE,CAAC;IACZ,OAAO,CAAC,KAAK,CAAY;IAEzB,IACI,IAAI,CAAC,IAAI,EAAE,SAAS,EAKvB;IAED,IAAI,IAAI,IAPO,SAAS,CASvB;IAEqB,mBAAmB,EAAE,UAAU,CAAC;gBAElC,WAAW,EAAE,WAAW,EAClC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,oBAAoB,EAC7B,SAAS,EAAE,gBAAgB;IAYpC,MAAM,CAAC,KAAK,KAAA,EAAE,IAAI,CAAC,EAAE,OAAO;IAqB5B,qBAAqB,CAAC,IAAI,KAAA;IAO1B,OAAO,CAAC,KAAK,KAAA;IAWb,IAAI;IAOJ,MAAM;IAMN,QAAQ;IAKR,MAAM;yCA5FK,qBAAqB;2CAArB,qBAAqB;CAiGjC"}
1
+ {"version":3,"file":"favorite-icon.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/favorite-icon/favorite-icon.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,UAAU,EAAmB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,SAAS,EAAc,YAAY,EAAE,oBAAoB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAGpG,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAE9C,qBAMa,qBAAqB;IAoBpB,OAAO,CAAC,WAAW;IAC7B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACP,SAAS,EAAE,gBAAgB;IAtBpC,OAAO,UAAS;IAChB,KAAK,SAAM;IACX,OAAO,EAAE,EAAE,CAAC;IACZ,OAAO,CAAC,KAAK,CAAY;IAEzB,IACI,IAAI,CAAC,IAAI,EAAE,SAAS,EAKvB;IAED,IAAI,IAAI,IAPO,SAAS,CASvB;IAEqB,mBAAmB,EAAE,UAAU,CAAC;gBAElC,WAAW,EAAE,WAAW,EAClC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,oBAAoB,EAC7B,SAAS,EAAE,gBAAgB;IAWpC,MAAM,CAAC,KAAK,KAAA,EAAE,IAAI,CAAC,EAAE,OAAO;IAoB5B,qBAAqB,CAAC,IAAI,KAAA;IAO1B,OAAO,CAAC,KAAK,KAAA;IAWb,IAAI;IAOJ,MAAM;IAMN,QAAQ;IAKR,MAAM;yCA1FK,qBAAqB;2CAArB,qBAAqB;CA+FjC"}