@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,37 +0,0 @@
1
- import { ElementRef, OnDestroy, OnInit, Renderer2, ViewContainerRef } from '@angular/core';
2
- import { SplitComponent } from '../split/split.component';
3
- import * as i0 from "@angular/core";
4
- export declare class SplitAreaComponent implements OnInit, OnDestroy {
5
- private elementRef;
6
- private renderer;
7
- private split;
8
- cache: boolean;
9
- _flexGrow: number;
10
- _hidden: string;
11
- _auto: string;
12
- _height: number;
13
- minWidth: number;
14
- visibleCls: boolean;
15
- private _visible;
16
- set height(height: number);
17
- private _order;
18
- set order(v: number);
19
- private _size;
20
- set size(v: any);
21
- private _minSizePixel;
22
- set minSizePixel(v: number);
23
- set visible(v: boolean);
24
- get visible(): boolean;
25
- visibility: string;
26
- eventsLockFct: Array<Function>;
27
- constructor(elementRef: ElementRef, renderer: Renderer2, split: SplitComponent, viewContainer: ViewContainerRef);
28
- onTransitionEnd(evt: TransitionEvent): void;
29
- ngOnInit(): void;
30
- lockEvents(): void;
31
- unlockEvents(): void;
32
- setStyle(key: string, value: any): void;
33
- ngOnDestroy(): void;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitAreaComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitAreaComponent, "eo-split-area", never, { "cache": "cache"; "height": "height"; "order": "order"; "size": "size"; "minSizePixel": "minSizePixel"; "visible": "visible"; }, {}, never, ["*"], false, never>;
36
- }
37
- //# sourceMappingURL=split-area.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"split-area.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/split/split-area/split-area.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAIV,SAAS,EACT,MAAM,EACN,SAAS,EACT,gBAAgB,EACjB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;;AAE1D,qBASa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IA2DxD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,KAAK;IA3DR,KAAK,UAAS;IAEW,SAAS,SAAK;IACb,OAAO,SAAY;IACnB,KAAK,SAAU;IACjB,OAAO,SAAO;IACV,QAAQ,SAAK;IAElB,UAAU,UAAQ;IAChD,OAAO,CAAC,QAAQ,CAAQ;IAExB,IAAa,MAAM,CAAC,MAAM,EAAE,MAAM,EAEjC;IAED,OAAO,CAAC,MAAM,CAAuB;IACrC,IAAa,KAAK,CAAC,CAAC,EAAE,MAAM,EAG3B;IAED,OAAO,CAAC,KAAK,CAAuB;IACpC,IAAa,IAAI,CAAC,CAAC,EAAE,GAAG,EAGvB;IAED,OAAO,CAAC,aAAa,CAAK;IAC1B,IAAa,YAAY,CAAC,CAAC,EAAE,MAAM,EAKlC;IACD,IAAa,OAAO,CAAC,CAAC,EAAE,OAAO,EAY9B;IAED,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,UAAU,SAAW;IAErB,aAAa,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAM;gBAG1B,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS,EACnB,KAAK,EAAE,cAAc,EAC7B,aAAa,EAAE,gBAAgB;IAKjC,eAAe,CAAC,GAAG,EAAE,eAAe;IAO7B,QAAQ;IAIR,UAAU;IAKV,YAAY;IASZ,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG;IAIhC,WAAW;yCAhGP,kBAAkB;2CAAlB,kBAAkB;CAqG9B"}
@@ -1,21 +0,0 @@
1
- import { ElementRef, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class SplitGutterDirective {
4
- private elementRef;
5
- private renderer;
6
- set order(v: number);
7
- private _direction;
8
- set direction(v: string);
9
- private _size;
10
- set size(v: number);
11
- private _disabled;
12
- set disabled(v: boolean);
13
- constructor(elementRef: ElementRef, renderer: Renderer2);
14
- private refreshStyle;
15
- private setStyle;
16
- private getCursor;
17
- private getImage;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitGutterDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<SplitGutterDirective, "[eoSplitGutter]", never, { "order": "order"; "direction": "direction"; "size": "size"; "disabled": "disabled"; }, {}, never, never, false, never>;
20
- }
21
- //# sourceMappingURL=split-gutter.directive.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"split-gutter.directive.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/split/split-gutter/split-gutter.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;;AAEtE,qBAGa,oBAAoB;IAwBnB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAvB5B,IAAa,KAAK,CAAC,CAAC,EAAE,MAAM,EAE3B;IAED,OAAO,CAAC,UAAU,CAAS;IAC3B,IAAa,SAAS,CAAC,CAAC,EAAE,MAAM,EAG/B;IAED,OAAO,CAAC,KAAK,CAAS;IACtB,IAAa,IAAI,CAAC,CAAC,EAAE,MAAM,EAG1B;IAED,OAAO,CAAC,SAAS,CAAS;IAC1B,IAAa,QAAQ,CAAC,CAAC,EAAE,OAAO,EAG/B;gBAEmB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS;IAGvC,OAAO,CAAC,YAAY;IAWpB,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,SAAS;IAajB,OAAO,CAAC,QAAQ;yCAxDL,oBAAoB;2CAApB,oBAAoB;CAqEhC"}
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./split/split.component";
3
- import * as i2 from "./split-gutter/split-gutter.directive";
4
- import * as i3 from "./split-area/split-area.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "primeng/api";
7
- export declare class SplitModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SplitModule, [typeof i1.SplitComponent, typeof i2.SplitGutterDirective, typeof i3.SplitAreaComponent], [typeof i4.CommonModule, typeof i5.SharedModule], [typeof i1.SplitComponent, typeof i2.SplitGutterDirective, typeof i3.SplitAreaComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SplitModule>;
11
- }
12
- //# sourceMappingURL=split.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"split.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/split/split.module.ts"],"names":[],"mappings":";;;;;;AAUA,qBAQa,WAAW;yCAAX,WAAW;0CAAX,WAAW;0CAAX,WAAW;CACvB"}
@@ -1,28 +0,0 @@
1
- import { EventEmitter, AfterContentInit } from '@angular/core';
2
- import { TranslateService } from '@eo-sdk/core';
3
- import { UndockState } from './undock-state.interface';
4
- import { UndockSplitService } from './undock-split.service';
5
- import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
6
- import { SplitComponent } from '../split/split/split.component';
7
- import { SelectionConfig, SelectionService } from '../../eo-framework-core/selection/selection.service';
8
- import { ShortcutsService } from '../shortcuts/shortcuts.service';
9
- import * as i0 from "@angular/core";
10
- export declare class UndockSplitComponent extends UnsubscribeOnDestroy implements AfterContentInit {
11
- private translate;
12
- private undockService;
13
- private selection;
14
- private shortcutsService;
15
- applySelection: SelectionConfig;
16
- set undockedDetailsData(data: any);
17
- onUndockDataChanged: EventEmitter<any>;
18
- onUndockedWindowClosed: EventEmitter<any>;
19
- classes: string;
20
- undockState: UndockState;
21
- eoSplit: SplitComponent;
22
- constructor(translate: TranslateService, undockService: UndockSplitService, selection: SelectionService, shortcutsService: ShortcutsService);
23
- ngAfterContentInit(): void;
24
- undock(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<UndockSplitComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<UndockSplitComponent, "eo-undock-split", never, { "applySelection": "applySelection"; "undockedDetailsData": "undockedDetailsData"; }, { "onUndockDataChanged": "onUndockDataChanged"; "onUndockedWindowClosed": "onUndockedWindowClosed"; }, ["eoSplit"], ["*"], false, never>;
27
- }
28
- //# sourceMappingURL=undock-split.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"undock-split.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/undock-split/undock-split.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA2B,YAAY,EAAe,gBAAgB,EAAe,MAAM,eAAe,CAAC;AAClH,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAC,cAAc,EAAC,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,gCAAgC,CAAC;;AAEhE,qBAMa,oBAAqB,SAAQ,oBAAqB,YAAW,gBAAgB;IAmB5E,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,aAAa;IAAsB,OAAO,CAAC,SAAS;IACjG,OAAO,CAAC,gBAAgB;IAlB3B,cAAc,EAAE,eAAe,CAAM;IAE9C,IACI,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAEhC;IAIS,mBAAmB,oBAAsB;IACzC,sBAAsB,oBAAsB;IAChC,OAAO,SAAM;IAE5B,WAAW,EAAE,WAAW,CAAM;IAEP,OAAO,EAAE,cAAc,CAAC;gBAElC,SAAS,EAAE,gBAAgB,EAAU,aAAa,EAAE,kBAAkB,EAAU,SAAS,EAAE,gBAAgB,EAC3G,gBAAgB,EAAE,gBAAgB;IAItD,kBAAkB;IAsClB,MAAM;yCA9DK,oBAAoB;2CAApB,oBAAoB;CAiEhC"}
@@ -1,43 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { OnDestroy } from '@angular/core';
3
- import { PlatformLocation } from '@angular/common';
4
- import { UndockState } from './undock-state.interface';
5
- import { Router } from '@angular/router';
6
- import { AreaState, LayoutService } from '../../eo-framework-core/layout/layout.service';
7
- import { IAreaData } from '../split/split/split.component';
8
- import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
9
- import { LocalStorageService } from '@eo-sdk/core';
10
- import * as i0 from "@angular/core";
11
- export declare class UndockSplitService extends UnsubscribeOnDestroy implements OnDestroy {
12
- private location;
13
- private router;
14
- private layoutService;
15
- private localStorage;
16
- private undockedWindowName;
17
- private undockedWindowStorageKey;
18
- private undockedPanelData;
19
- private undockedPanelDataSource;
20
- undockedPanelData$: Observable<any>;
21
- private undockState;
22
- private undockStateSource;
23
- undockState$: Observable<UndockState>;
24
- private undockedWindow;
25
- constructor(location: PlatformLocation, router: Router, layoutService: LayoutService, localStorage: LocalStorageService);
26
- private initUndockFeature;
27
- undock(): void;
28
- onUndockChanged(areaState: AreaState): void;
29
- getUndockArea(areas: IAreaData[]): AreaState;
30
- setupAreaVisibility(areas: IAreaData[]): void;
31
- onCloseWindow(): void;
32
- /**
33
- * Update the data that should be provided to an undocked panel
34
- * @param data - the data
35
- */
36
- updateUndockedPanelData(data: any): void;
37
- getUndockDataFromStorage(): any;
38
- private writeUndockDataToStorage;
39
- ngOnDestroy(): void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<UndockSplitService, never>;
41
- static ɵprov: i0.ɵɵInjectableDeclaration<UndockSplitService>;
42
- }
43
- //# sourceMappingURL=undock-split.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"undock-split.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/undock-split/undock-split.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkD,UAAU,EAAC,MAAM,MAAM,CAAC;AAGjF,OAAO,EAAa,SAAS,EAAC,MAAM,eAAe,CAAC;AACpD,OAAO,EAAC,gBAAgB,EAAC,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAkB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,SAAS,EAAE,aAAa,EAAC,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAAC,SAAS,EAAC,MAAM,gCAAgC,CAAC;AACzD,OAAO,EAAC,oBAAoB,EAAC,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAmB,mBAAmB,EAAC,MAAM,cAAc,CAAC;;AAEnE,qBACa,kBAAmB,SAAQ,oBAAqB,YAAW,SAAS;IAenE,OAAO,CAAC,QAAQ;IAAoB,OAAO,CAAC,MAAM;IAAU,OAAO,CAAC,aAAa;IAAiB,OAAO,CAAC,YAAY;IAblI,OAAO,CAAC,kBAAkB,CAAoB;IAC9C,OAAO,CAAC,wBAAwB,CAAyB;IAEzD,OAAO,CAAC,iBAAiB,CAAM;IAC/B,OAAO,CAAC,uBAAuB,CAA6B;IACrD,kBAAkB,EAAE,UAAU,CAAC,GAAG,CAAC,CAA+C;IAEzF,OAAO,CAAC,WAAW,CAAmB;IACtC,OAAO,CAAC,iBAAiB,CAAqC;IACvD,YAAY,EAAE,UAAU,CAAC,WAAW,CAAC,CAAyC;IAErF,OAAO,CAAC,cAAc,CAAC;gBAEH,QAAQ,EAAE,gBAAgB,EAAU,MAAM,EAAE,MAAM,EAAU,aAAa,EAAE,aAAa,EAAU,YAAY,EAAE,mBAAmB;IAQvJ,OAAO,CAAC,iBAAiB;IA2BzB,MAAM;IAMN,eAAe,CAAC,SAAS,EAAE,SAAS;IA+BpC,aAAa,CAAC,KAAK,EAAE,SAAS,EAAE;IAKhC,mBAAmB,CAAC,KAAK,EAAE,SAAS,EAAE;IAatC,aAAa;IAMb;;;OAGG;IACH,uBAAuB,CAAC,IAAI,EAAE,GAAG;IASjC,wBAAwB,IAAI,GAAG;IAK/B,OAAO,CAAC,wBAAwB;IAIhC,WAAW;yCArIA,kBAAkB;6CAAlB,kBAAkB;CAyI9B"}
@@ -1,6 +0,0 @@
1
- export interface UndockState {
2
- canUndock?: boolean;
3
- isUndockedWindow?: boolean;
4
- hasUndockedWindow?: boolean;
5
- }
6
- //# sourceMappingURL=undock-state.interface.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"undock-state.interface.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/undock-split/undock-state.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B"}
@@ -1,11 +0,0 @@
1
- import { Subject } from 'rxjs';
2
- import { OnDestroy } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare abstract class UnsubscribeOnDestroy implements OnDestroy {
5
- protected componentDestroyed$: Subject<void>;
6
- constructor();
7
- ngOnDestroy(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<UnsubscribeOnDestroy, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<UnsubscribeOnDestroy>;
10
- }
11
- //# sourceMappingURL=unsubscribe.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unsubscribe.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/util/unsubscribe/unsubscribe.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,MAAM,CAAC;AAC7B,OAAO,EAAC,SAAS,EAAa,MAAM,eAAe,CAAC;;AAEpD,8BACsB,oBAAqB,YAAW,SAAS;IAE7D,SAAS,CAAC,mBAAmB,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;;IAa7C,WAAW;yCAfS,oBAAoB;6CAApB,oBAAoB;CAkBzC"}
@@ -1,67 +0,0 @@
1
- import { debounceTime, takeUntil } from 'rxjs/operators';
2
- import { Component, Input, ChangeDetectionStrategy } from '@angular/core';
3
- import { UnsubscribeOnDestroy } from '../../../util/unsubscribe/unsubscribe.component';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "../../../../eo-framework-core/layout/layout.service";
6
- import * as i2 from "../../../../eo-framework-core/pending-changes/pending-changes.service";
7
- import * as i3 from "@angular/common";
8
- import * as i4 from "@angular/forms";
9
- import * as i5 from "../../../ui/eo-icon/eo-icon.component";
10
- import * as i6 from "../../../ui/overlay/overlay.component";
11
- import * as i7 from "../../../form-elements/form-input/form-input.component";
12
- import * as i8 from "../../../form-elements/checkbox/checkbox.component";
13
- import * as i9 from "@ngx-translate/core";
14
- export class AppLayoutComponent extends UnsubscribeOnDestroy {
15
- get disableCache() {
16
- return this.layoutService.disableCache;
17
- }
18
- constructor(cd, layoutService, pendingChanges) {
19
- super();
20
- this.cd = cd;
21
- this.layoutService = layoutService;
22
- this.pendingChanges = pendingChanges;
23
- this.areas = [];
24
- }
25
- updateAreas(areas = []) {
26
- this.areas = areas || [];
27
- this.undockArea = this.layoutService.getUndockArea();
28
- this.countLayout = this.areas.filter(a => !a.visible).length;
29
- this.showLayout = (this.undockArea && !this.undockArea.dock) || this.areas.filter(a => !a.hidden).length > 1;
30
- }
31
- toggle(area) {
32
- // if ((area.visible && this.countLayout === 0) || (!area.visible && this.countLayout === 1)) {
33
- // if (!area.visible) {
34
- // this.layoutService.clearHistory();
35
- // }
36
- // this.toggleCache(area.visible);
37
- // }
38
- if (!this.pendingChanges.check()) {
39
- this.layoutService.toggleArea(area);
40
- }
41
- }
42
- undock() {
43
- this.layoutService.undockArea();
44
- }
45
- toggleCache(cache) {
46
- this.layoutService.disableCache = cache;
47
- }
48
- ngOnInit() {
49
- this.layoutService.areas$
50
- .pipe(takeUntil(this.componentDestroyed$), debounceTime(300))
51
- .subscribe(areas => {
52
- this.updateAreas(areas);
53
- this.cd.markForCheck();
54
- });
55
- }
56
- }
57
- AppLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AppLayoutComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LayoutService }, { token: i2.PendingChangesService }], target: i0.ɵɵFactoryTarget.Component });
58
- AppLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.2", type: AppLayoutComponent, selector: "eo-app-layout", inputs: { areas: "areas", undockArea: "undockArea" }, usesInheritance: true, ngImport: i0, template: "<eo-overlay #oLayout [iconSrc]=\"'assets/_default/svg/ic_view_column.svg'\" *ngIf=\"showLayout\"\n [iconClass]=\"'white'\" [iconTitle]=\"'eo.bar.button.layout.title' | translate\" [badge]=\"countLayout\">\n <div class=\"container\">\n <eo-icon class=\"button white\"\n *ngFor=\"let area of areas\"\n [ngClass]=\"{visible: area.visible, hidden: area.hidden}\"\n [iconSrc]=\"'assets/_default/svg/ic_crop_portrait.svg'\"\n (click)=\"toggle(area)\">\n </eo-icon>\n <eo-icon class=\"button white undock-button\"\n *ngIf=\"undockArea\"\n [ngClass]=\"{visible: undockArea.dock}\"\n [iconSrc]=\"'assets/_default/svg/ic_undock.svg'\"\n (click)=\"undock()\">\n </eo-icon>\n </div>\n <div class=\"container dark\" *ngIf=\"undockArea && undockArea.dock\">\n <eo-form-input [label]=\"'eo.bar.button.layout.remember'|translate\" class=\"checkbox\">\n <eo-checkbox (ngModelChange)=\"toggleCache(!$event)\" [ngModel]=\"!disableCache\" [tristate]=\"false\" ></eo-checkbox>\n </eo-form-input>\n </div>\n</eo-overlay>\n", styles: [":host .undock-button{display:none}:host .container{display:flex;flex:1;flex-direction:row;min-height:0;min-width:0;padding:calc(var(--app-pane-padding) / 2)}:host eo-icon{color:rgba(var(--color-white-rgb),.4)}:host eo-icon.visible{color:var(--color-white)}:host eo-icon.hidden{display:none}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i5.EoIconComponent, selector: "eo-icon", inputs: ["objectType", "iconId", "iconSrc", "badge", "iconTitle"] }, { kind: "component", type: i6.OverlayComponent, selector: "eo-overlay", inputs: ["iconSrc", "badge", "iconClass", "styleClass", "active", "iconTitle"] }, { kind: "component", type: i7.FormInputComponent, selector: "eo-form-input", inputs: ["label", "tag", "description", "skipToggle", "isNull", "invalid", "disabled", "required"], outputs: ["onToggleLabel"] }, { kind: "component", type: i8.CheckboxComponent, selector: "eo-checkbox", inputs: ["tristate", "readonly"] }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AppLayoutComponent, decorators: [{
60
- type: Component,
61
- args: [{ selector: 'eo-app-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<eo-overlay #oLayout [iconSrc]=\"'assets/_default/svg/ic_view_column.svg'\" *ngIf=\"showLayout\"\n [iconClass]=\"'white'\" [iconTitle]=\"'eo.bar.button.layout.title' | translate\" [badge]=\"countLayout\">\n <div class=\"container\">\n <eo-icon class=\"button white\"\n *ngFor=\"let area of areas\"\n [ngClass]=\"{visible: area.visible, hidden: area.hidden}\"\n [iconSrc]=\"'assets/_default/svg/ic_crop_portrait.svg'\"\n (click)=\"toggle(area)\">\n </eo-icon>\n <eo-icon class=\"button white undock-button\"\n *ngIf=\"undockArea\"\n [ngClass]=\"{visible: undockArea.dock}\"\n [iconSrc]=\"'assets/_default/svg/ic_undock.svg'\"\n (click)=\"undock()\">\n </eo-icon>\n </div>\n <div class=\"container dark\" *ngIf=\"undockArea && undockArea.dock\">\n <eo-form-input [label]=\"'eo.bar.button.layout.remember'|translate\" class=\"checkbox\">\n <eo-checkbox (ngModelChange)=\"toggleCache(!$event)\" [ngModel]=\"!disableCache\" [tristate]=\"false\" ></eo-checkbox>\n </eo-form-input>\n </div>\n</eo-overlay>\n", styles: [":host .undock-button{display:none}:host .container{display:flex;flex:1;flex-direction:row;min-height:0;min-width:0;padding:calc(var(--app-pane-padding) / 2)}:host eo-icon{color:rgba(var(--color-white-rgb),.4)}:host eo-icon.visible{color:var(--color-white)}:host eo-icon.hidden{display:none}\n"] }]
62
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.LayoutService }, { type: i2.PendingChangesService }]; }, propDecorators: { areas: [{
63
- type: Input
64
- }], undockArea: [{
65
- type: Input
66
- }] } });
67
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWxheW91dC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL2VvLWZyYW1ld29yay9hcHAtc2hlbGwvYXBwLWJhci9hcHAtbGF5b3V0L2FwcC1sYXlvdXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9lby1mcmFtZXdvcmsvYXBwLXNoZWxsL2FwcC1iYXIvYXBwLWxheW91dC9hcHAtbGF5b3V0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxZQUFZLEVBQUUsU0FBUyxFQUFDLE1BQU0sZ0JBQWdCLENBQUM7QUFDdkQsT0FBTyxFQUFDLFNBQVMsRUFBVSxLQUFLLEVBQUUsdUJBQXVCLEVBQW9CLE1BQU0sZUFBZSxDQUFDO0FBRW5HLE9BQU8sRUFBQyxvQkFBb0IsRUFBQyxNQUFNLGlEQUFpRCxDQUFDOzs7Ozs7Ozs7OztBQVNyRixNQUFNLE9BQU8sa0JBQW1CLFNBQVEsb0JBQW9CO0lBSTFELElBQUksWUFBWTtRQUNkLE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUM7SUFDekMsQ0FBQztJQU1ELFlBQW9CLEVBQXFCLEVBQ3JCLGFBQTRCLEVBQzVCLGNBQXFDO1FBQ3ZELEtBQUssRUFBRSxDQUFDO1FBSFUsT0FBRSxHQUFGLEVBQUUsQ0FBbUI7UUFDckIsa0JBQWEsR0FBYixhQUFhLENBQWU7UUFDNUIsbUJBQWMsR0FBZCxjQUFjLENBQXVCO1FBTmhELFVBQUssR0FBZ0IsRUFBRSxDQUFDO0lBUWpDLENBQUM7SUFFRCxXQUFXLENBQUMsUUFBcUIsRUFBRTtRQUNqQyxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssSUFBSSxFQUFFLENBQUM7UUFDekIsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQ3JELElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxNQUFNLENBQUM7UUFDN0QsSUFBSSxDQUFDLFVBQVUsR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQztJQUMvRyxDQUFDO0lBRUQsTUFBTSxDQUFDLElBQWU7UUFDcEIsZ0dBQWdHO1FBQzlGLHVCQUF1QjtRQUN2Qix1Q0FBdUM7UUFDdkMsSUFBSTtRQUNKLGtDQUFrQztRQUNwQyxJQUFJO1FBQ0osSUFBSSxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDaEMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDckM7SUFDSCxDQUFDO0lBRUQsTUFBTTtRQUNKLElBQUksQ0FBQyxhQUFhLENBQUMsVUFBVSxFQUFFLENBQUM7SUFDbEMsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFjO1FBQ3hCLElBQUksQ0FBQyxhQUFhLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztJQUMxQyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTTthQUN0QixJQUFJLENBQ0gsU0FBUyxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxFQUNuQyxZQUFZLENBQUMsR0FBRyxDQUFDLENBQ2xCO2FBQ0EsU0FBUyxDQUFDLEtBQUssQ0FBQyxFQUFFO1lBQ2pCLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDeEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxZQUFZLEVBQUUsQ0FBQztRQUN6QixDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7OytHQXZEVSxrQkFBa0I7bUdBQWxCLGtCQUFrQixrSUNaL0IsZ25DQXNCQTsyRkRWYSxrQkFBa0I7a0JBTjlCLFNBQVM7K0JBQ0UsZUFBZSxtQkFHUix1QkFBdUIsQ0FBQyxNQUFNO3dLQVV0QyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7ZGVib3VuY2VUaW1lLCB0YWtlVW50aWx9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcbmltcG9ydCB7Q29tcG9uZW50LCBPbkluaXQsIElucHV0LCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ2hhbmdlRGV0ZWN0b3JSZWZ9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtBcmVhU3RhdGUsIExheW91dFNlcnZpY2V9IGZyb20gJy4uLy4uLy4uLy4uL2VvLWZyYW1ld29yay1jb3JlL2xheW91dC9sYXlvdXQuc2VydmljZSc7XG5pbXBvcnQge1Vuc3Vic2NyaWJlT25EZXN0cm95fSBmcm9tICcuLi8uLi8uLi91dGlsL3Vuc3Vic2NyaWJlL3Vuc3Vic2NyaWJlLmNvbXBvbmVudCc7XG5pbXBvcnQge1BlbmRpbmdDaGFuZ2VzU2VydmljZX0gZnJvbSAnLi4vLi4vLi4vLi4vZW8tZnJhbWV3b3JrLWNvcmUvcGVuZGluZy1jaGFuZ2VzL3BlbmRpbmctY2hhbmdlcy5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZW8tYXBwLWxheW91dCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9hcHAtbGF5b3V0LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYXBwLWxheW91dC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxufSlcbmV4cG9ydCBjbGFzcyBBcHBMYXlvdXRDb21wb25lbnQgZXh0ZW5kcyBVbnN1YnNjcmliZU9uRGVzdHJveSBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgc2hvd0xheW91dDogYm9vbGVhbjtcbiAgY291bnRMYXlvdXQ6IG51bWJlcjtcbiAgZ2V0IGRpc2FibGVDYWNoZSgpIHtcbiAgICByZXR1cm4gdGhpcy5sYXlvdXRTZXJ2aWNlLmRpc2FibGVDYWNoZTtcbiAgfVxuXG4gIEBJbnB1dCgpIGFyZWFzOiBBcmVhU3RhdGVbXSA9IFtdO1xuICBASW5wdXQoKSB1bmRvY2tBcmVhOiBBcmVhU3RhdGU7XG5cblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICAgICAgICAgICAgcHJpdmF0ZSBsYXlvdXRTZXJ2aWNlOiBMYXlvdXRTZXJ2aWNlLFxuICAgICAgICAgICAgICBwcml2YXRlIHBlbmRpbmdDaGFuZ2VzOiBQZW5kaW5nQ2hhbmdlc1NlcnZpY2UpIHtcbiAgICBzdXBlcigpO1xuICB9XG5cbiAgdXBkYXRlQXJlYXMoYXJlYXM6IEFyZWFTdGF0ZVtdID0gW10pIHtcbiAgICB0aGlzLmFyZWFzID0gYXJlYXMgfHwgW107XG4gICAgdGhpcy51bmRvY2tBcmVhID0gdGhpcy5sYXlvdXRTZXJ2aWNlLmdldFVuZG9ja0FyZWEoKTtcbiAgICB0aGlzLmNvdW50TGF5b3V0ID0gdGhpcy5hcmVhcy5maWx0ZXIoYSA9PiAhYS52aXNpYmxlKS5sZW5ndGg7XG4gICAgdGhpcy5zaG93TGF5b3V0ID0gKHRoaXMudW5kb2NrQXJlYSAmJiAhdGhpcy51bmRvY2tBcmVhLmRvY2spIHx8IHRoaXMuYXJlYXMuZmlsdGVyKGEgPT4gIWEuaGlkZGVuKS5sZW5ndGggPiAxO1xuICB9XG5cbiAgdG9nZ2xlKGFyZWE6IEFyZWFTdGF0ZSkge1xuICAgIC8vIGlmICgoYXJlYS52aXNpYmxlICYmIHRoaXMuY291bnRMYXlvdXQgPT09IDApIHx8ICAoIWFyZWEudmlzaWJsZSAmJiB0aGlzLmNvdW50TGF5b3V0ID09PSAxKSkge1xuICAgICAgLy8gaWYgKCFhcmVhLnZpc2libGUpIHtcbiAgICAgIC8vICAgdGhpcy5sYXlvdXRTZXJ2aWNlLmNsZWFySGlzdG9yeSgpO1xuICAgICAgLy8gfVxuICAgICAgLy8gdGhpcy50b2dnbGVDYWNoZShhcmVhLnZpc2libGUpO1xuICAgIC8vIH1cbiAgICBpZiAoIXRoaXMucGVuZGluZ0NoYW5nZXMuY2hlY2soKSkge1xuICAgICAgdGhpcy5sYXlvdXRTZXJ2aWNlLnRvZ2dsZUFyZWEoYXJlYSk7XG4gICAgfVxuICB9XG5cbiAgdW5kb2NrKCkge1xuICAgIHRoaXMubGF5b3V0U2VydmljZS51bmRvY2tBcmVhKCk7XG4gIH1cblxuICB0b2dnbGVDYWNoZShjYWNoZTogYm9vbGVhbikge1xuICAgIHRoaXMubGF5b3V0U2VydmljZS5kaXNhYmxlQ2FjaGUgPSBjYWNoZTtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMubGF5b3V0U2VydmljZS5hcmVhcyRcbiAgICAgIC5waXBlKFxuICAgICAgICB0YWtlVW50aWwodGhpcy5jb21wb25lbnREZXN0cm95ZWQkKSxcbiAgICAgICAgZGVib3VuY2VUaW1lKDMwMClcbiAgICAgIClcbiAgICAgIC5zdWJzY3JpYmUoYXJlYXMgPT4ge1xuICAgICAgICB0aGlzLnVwZGF0ZUFyZWFzKGFyZWFzKTtcbiAgICAgICAgdGhpcy5jZC5tYXJrRm9yQ2hlY2soKTtcbiAgICAgIH0pO1xuICB9XG5cbn1cbiIsIjxlby1vdmVybGF5ICNvTGF5b3V0IFtpY29uU3JjXT1cIidhc3NldHMvX2RlZmF1bHQvc3ZnL2ljX3ZpZXdfY29sdW1uLnN2ZydcIiAqbmdJZj1cInNob3dMYXlvdXRcIlxuICAgICAgICAgICAgW2ljb25DbGFzc109XCInd2hpdGUnXCIgW2ljb25UaXRsZV09XCInZW8uYmFyLmJ1dHRvbi5sYXlvdXQudGl0bGUnIHwgdHJhbnNsYXRlXCIgW2JhZGdlXT1cImNvdW50TGF5b3V0XCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZW8taWNvbiBjbGFzcz1cImJ1dHRvbiB3aGl0ZVwiXG4gICAgICAgICAgICAgKm5nRm9yPVwibGV0IGFyZWEgb2YgYXJlYXNcIlxuICAgICAgICAgICAgIFtuZ0NsYXNzXT1cInt2aXNpYmxlOiBhcmVhLnZpc2libGUsIGhpZGRlbjogYXJlYS5oaWRkZW59XCJcbiAgICAgICAgICAgICBbaWNvblNyY109XCInYXNzZXRzL19kZWZhdWx0L3N2Zy9pY19jcm9wX3BvcnRyYWl0LnN2ZydcIlxuICAgICAgICAgICAgIChjbGljayk9XCJ0b2dnbGUoYXJlYSlcIj5cbiAgICA8L2VvLWljb24+XG4gICAgPGVvLWljb24gY2xhc3M9XCJidXR0b24gd2hpdGUgdW5kb2NrLWJ1dHRvblwiXG4gICAgICAgICAgICAgKm5nSWY9XCJ1bmRvY2tBcmVhXCJcbiAgICAgICAgICAgICBbbmdDbGFzc109XCJ7dmlzaWJsZTogdW5kb2NrQXJlYS5kb2NrfVwiXG4gICAgICAgICAgICAgW2ljb25TcmNdPVwiJ2Fzc2V0cy9fZGVmYXVsdC9zdmcvaWNfdW5kb2NrLnN2ZydcIlxuICAgICAgICAgICAgIChjbGljayk9XCJ1bmRvY2soKVwiPlxuICAgIDwvZW8taWNvbj5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXIgZGFya1wiICpuZ0lmPVwidW5kb2NrQXJlYSAmJiB1bmRvY2tBcmVhLmRvY2tcIj5cbiAgICA8ZW8tZm9ybS1pbnB1dCBbbGFiZWxdPVwiJ2VvLmJhci5idXR0b24ubGF5b3V0LnJlbWVtYmVyJ3x0cmFuc2xhdGVcIiBjbGFzcz1cImNoZWNrYm94XCI+XG4gICAgICA8ZW8tY2hlY2tib3ggKG5nTW9kZWxDaGFuZ2UpPVwidG9nZ2xlQ2FjaGUoISRldmVudClcIiBbbmdNb2RlbF09XCIhZGlzYWJsZUNhY2hlXCIgW3RyaXN0YXRlXT1cImZhbHNlXCIgPjwvZW8tY2hlY2tib3g+XG4gICAgPC9lby1mb3JtLWlucHV0PlxuICA8L2Rpdj5cbjwvZW8tb3ZlcmxheT5cbiJdfQ==
@@ -1,5 +0,0 @@
1
- export * from './split.module';
2
- export * from './split/split.component';
3
- export * from './split-area/split-area.component';
4
- export * from './split-gutter/split-gutter.directive';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL2VvLWZyYW1ld29yay9zcGxpdC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLHVDQUF1QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcGxpdC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9zcGxpdC9zcGxpdC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zcGxpdC1hcmVhL3NwbGl0LWFyZWEuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vc3BsaXQtZ3V0dGVyL3NwbGl0LWd1dHRlci5kaXJlY3RpdmUnO1xuIl19