@thetradeengineorg1/snova-shell-module 0.0.3 → 0.0.5

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 (340) hide show
  1. package/bundles/thetradeengineorg1-snova-shell-module.umd.js +5925 -787
  2. package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
  3. package/esm2015/lib/globaldependencies/components/componentbase.js +9 -9
  4. package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +11 -11
  5. package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +6 -6
  6. package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +11 -11
  7. package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +13 -13
  8. package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +11 -11
  9. package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +11 -11
  10. package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +13 -13
  11. package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +13 -13
  12. package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +11 -11
  13. package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +11 -11
  14. package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +11 -11
  15. package/esm2015/lib/shell-components/components/Payments/account.component.js +91 -20
  16. package/esm2015/lib/shell-components/components/Payments/company-information.js +322 -26
  17. package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +509 -11
  18. package/esm2015/lib/shell-components/components/Payments/document.component.js +90 -18
  19. package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +76 -18
  20. package/esm2015/lib/shell-components/components/Payments/product-service.component.js +317 -22
  21. package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +119 -22
  22. package/esm2015/lib/shell-components/components/Payments/transactions.component.js +132 -20
  23. package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +119 -20
  24. package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +29 -16
  25. package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +55 -19
  26. package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +174 -29
  27. package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +29 -16
  28. package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +20 -16
  29. package/esm2015/lib/shell-components/components/header-side/header-side.component.js +763 -87
  30. package/esm2015/lib/shell-components/components/header-top/header-top.component.js +417 -21
  31. package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +39 -10
  32. package/esm2015/lib/shell-components/components/menu/menu.component.js +962 -74
  33. package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +57 -20
  34. package/esm2015/lib/shell-components/components/notifications/notifications.component.js +99 -14
  35. package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +19 -13
  36. package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +80 -13
  37. package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +419 -23
  38. package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +17 -13
  39. package/esm2015/lib/shell-components/services/authentication.service.js +7 -7
  40. package/esm2015/lib/shell-components/services/chat.service.js +9 -9
  41. package/esm2015/lib/shell-components/services/common-used.service.js +7 -7
  42. package/esm2015/lib/shell-components/services/feature.service.js +7 -7
  43. package/esm2015/lib/shell-components/services/google-analytics.service.js +6 -6
  44. package/esm2015/lib/shell-components/services/layout.service.js +6 -6
  45. package/esm2015/lib/shell-components/services/payment.service.js +7 -7
  46. package/esm2015/lib/shell-components/services/recentSearch.service.js +9 -9
  47. package/esm2015/lib/shell-components/services/shell.modules.service.js +11 -11
  48. package/esm2015/lib/shell-components/services/signalr.service.js +9 -9
  49. package/esm2015/lib/shell-components/services/theme.service.js +6 -6
  50. package/esm2015/lib/shell-components/shell.module.js +185 -181
  51. package/esm2015/lib/shell-components/store/effects/authentication.effects.js +9 -9
  52. package/esm2015/lib/shell-components/store/effects/chat.effects.js +6 -6
  53. package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +6 -6
  54. package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +6 -6
  55. package/esm2015/lib/shell-components/store/effects/notifications.effects.js +6 -6
  56. package/fesm2015/thetradeengineorg1-snova-shell-module.js +5322 -925
  57. package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
  58. package/lib/globaldependencies/components/componentbase.d.ts +1 -0
  59. package/lib/globaldependencies/components/componentbase.d.ts.map +1 -0
  60. package/lib/globaldependencies/constants/feature-ids.d.ts +1 -0
  61. package/lib/globaldependencies/constants/feature-ids.d.ts.map +1 -0
  62. package/lib/globaldependencies/constants/localstorage-properties.d.ts +1 -0
  63. package/lib/globaldependencies/constants/localstorage-properties.d.ts.map +1 -0
  64. package/lib/globaldependencies/helpers/dom.helper.d.ts +1 -0
  65. package/lib/globaldependencies/helpers/dom.helper.d.ts.map +1 -0
  66. package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -0
  67. package/lib/globaldependencies/helpers/fontawesome-icons.d.ts.map +1 -0
  68. package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +1 -0
  69. package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts.map +1 -0
  70. package/lib/globaldependencies/helpers/window.helper.d.ts +1 -0
  71. package/lib/globaldependencies/helpers/window.helper.d.ts.map +1 -0
  72. package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +1 -0
  73. package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts.map +1 -0
  74. package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +1 -0
  75. package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts.map +1 -0
  76. package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +1 -0
  77. package/lib/globaldependencies/pipes/highLightText.pipe.d.ts.map +1 -0
  78. package/lib/globaldependencies/pipes/orderby-pipe.d.ts +1 -0
  79. package/lib/globaldependencies/pipes/orderby-pipe.d.ts.map +1 -0
  80. package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +1 -0
  81. package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts.map +1 -0
  82. package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +1 -0
  83. package/lib/globaldependencies/pipes/sanitize.pipe.d.ts.map +1 -0
  84. package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +1 -0
  85. package/lib/globaldependencies/pipes/softlabels.pipes.d.ts.map +1 -0
  86. package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +1 -0
  87. package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts.map +1 -0
  88. package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +1 -0
  89. package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts.map +1 -0
  90. package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +1 -0
  91. package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts.map +1 -0
  92. package/lib/shell-components/components/Payments/account.component.d.ts +1 -0
  93. package/lib/shell-components/components/Payments/account.component.d.ts.map +1 -0
  94. package/lib/shell-components/components/Payments/company-information.d.ts +1 -0
  95. package/lib/shell-components/components/Payments/company-information.d.ts.map +1 -0
  96. package/lib/shell-components/components/Payments/company-plans.component.d.ts +1 -0
  97. package/lib/shell-components/components/Payments/company-plans.component.d.ts.map +1 -0
  98. package/lib/shell-components/components/Payments/document.component.d.ts +2 -1
  99. package/lib/shell-components/components/Payments/document.component.d.ts.map +1 -0
  100. package/lib/shell-components/components/Payments/payment-method.component.d.ts +1 -0
  101. package/lib/shell-components/components/Payments/payment-method.component.d.ts.map +1 -0
  102. package/lib/shell-components/components/Payments/product-service.component.d.ts +1 -0
  103. package/lib/shell-components/components/Payments/product-service.component.d.ts.map +1 -0
  104. package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +1 -0
  105. package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts.map +1 -0
  106. package/lib/shell-components/components/Payments/transactions.component.d.ts +1 -0
  107. package/lib/shell-components/components/Payments/transactions.component.d.ts.map +1 -0
  108. package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +1 -0
  109. package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts.map +1 -0
  110. package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +1 -0
  111. package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts.map +1 -0
  112. package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +1 -0
  113. package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -0
  114. package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +1 -0
  115. package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts.map +1 -0
  116. package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +1 -0
  117. package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts.map +1 -0
  118. package/lib/shell-components/components/feed-time/feed-time.component.d.ts +1 -0
  119. package/lib/shell-components/components/feed-time/feed-time.component.d.ts.map +1 -0
  120. package/lib/shell-components/components/header-side/header-side.component.d.ts +2 -1
  121. package/lib/shell-components/components/header-side/header-side.component.d.ts.map +1 -0
  122. package/lib/shell-components/components/header-top/header-top.component.d.ts +1 -0
  123. package/lib/shell-components/components/header-top/header-top.component.d.ts.map +1 -0
  124. package/lib/shell-components/components/lives/lives-welcome-page.d.ts +1 -0
  125. package/lib/shell-components/components/lives/lives-welcome-page.d.ts.map +1 -0
  126. package/lib/shell-components/components/menu/menu.component.d.ts +1 -0
  127. package/lib/shell-components/components/menu/menu.component.d.ts.map +1 -0
  128. package/lib/shell-components/components/menu/searchTask.enum.d.ts +1 -0
  129. package/lib/shell-components/components/menu/searchTask.enum.d.ts.map +1 -0
  130. package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +1 -0
  131. package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts.map +1 -0
  132. package/lib/shell-components/components/notifications/notifications.component.d.ts +1 -0
  133. package/lib/shell-components/components/notifications/notifications.component.d.ts.map +1 -0
  134. package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +1 -0
  135. package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts.map +1 -0
  136. package/lib/shell-components/components/sidenav/side-bar.component.d.ts +1 -0
  137. package/lib/shell-components/components/sidenav/side-bar.component.d.ts.map +1 -0
  138. package/lib/shell-components/components/sidenav/sidenav.component.d.ts +1 -0
  139. package/lib/shell-components/components/sidenav/sidenav.component.d.ts.map +1 -0
  140. package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +1 -0
  141. package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts.map +1 -0
  142. package/lib/shell-components/constants/api-urls.d.ts +1 -0
  143. package/lib/shell-components/constants/api-urls.d.ts.map +1 -0
  144. package/lib/shell-components/constants/available-languages.d.ts +1 -0
  145. package/lib/shell-components/constants/available-languages.d.ts.map +1 -0
  146. package/lib/shell-components/constants/channel-names.d.ts +1 -0
  147. package/lib/shell-components/constants/channel-names.d.ts.map +1 -0
  148. package/lib/shell-components/constants/menu-categories.d.ts +1 -0
  149. package/lib/shell-components/constants/menu-categories.d.ts.map +1 -0
  150. package/lib/shell-components/constants/notification-routes.d.ts +1 -0
  151. package/lib/shell-components/constants/notification-routes.d.ts.map +1 -0
  152. package/lib/shell-components/constants/notification-type-ids.d.ts +1 -0
  153. package/lib/shell-components/constants/notification-type-ids.d.ts.map +1 -0
  154. package/lib/shell-components/enum/recentSearchType.enum.d.ts +1 -0
  155. package/lib/shell-components/enum/recentSearchType.enum.d.ts.map +1 -0
  156. package/lib/shell-components/models/AppMenuItemModel.d.ts +1 -0
  157. package/lib/shell-components/models/AppMenuItemModel.d.ts.map +1 -0
  158. package/lib/shell-components/models/AppNotification.d.ts +1 -0
  159. package/lib/shell-components/models/AppNotification.d.ts.map +1 -0
  160. package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +1 -0
  161. package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts.map +1 -0
  162. package/lib/shell-components/models/ChannelUpdateModel.d.ts +1 -0
  163. package/lib/shell-components/models/ChannelUpdateModel.d.ts.map +1 -0
  164. package/lib/shell-components/models/EmployeeStatusModel.d.ts +1 -0
  165. package/lib/shell-components/models/EmployeeStatusModel.d.ts.map +1 -0
  166. package/lib/shell-components/models/IAdjust-screen-options.d.ts +1 -0
  167. package/lib/shell-components/models/IAdjust-screen-options.d.ts.map +1 -0
  168. package/lib/shell-components/models/IBadge.d.ts +1 -0
  169. package/lib/shell-components/models/IBadge.d.ts.map +1 -0
  170. package/lib/shell-components/models/IChildItem.d.ts +1 -0
  171. package/lib/shell-components/models/IChildItem.d.ts.map +1 -0
  172. package/lib/shell-components/models/ILayout-change-options.d.ts +1 -0
  173. package/lib/shell-components/models/ILayout-change-options.d.ts.map +1 -0
  174. package/lib/shell-components/models/IMenuItem.d.ts +1 -0
  175. package/lib/shell-components/models/IMenuItem.d.ts.map +1 -0
  176. package/lib/shell-components/models/IlayoutConf.d.ts +1 -0
  177. package/lib/shell-components/models/IlayoutConf.d.ts.map +1 -0
  178. package/lib/shell-components/models/IntroModel.d.ts +1 -0
  179. package/lib/shell-components/models/IntroModel.d.ts.map +1 -0
  180. package/lib/shell-components/models/MessageDetails.d.ts +1 -0
  181. package/lib/shell-components/models/MessageDetails.d.ts.map +1 -0
  182. package/lib/shell-components/models/MessageTypingDetails.d.ts +1 -0
  183. package/lib/shell-components/models/MessageTypingDetails.d.ts.map +1 -0
  184. package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +1 -0
  185. package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts.map +1 -0
  186. package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +1 -0
  187. package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts.map +1 -0
  188. package/lib/shell-components/models/NotificationsOutPutModel.d.ts +1 -0
  189. package/lib/shell-components/models/NotificationsOutPutModel.d.ts.map +1 -0
  190. package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +1 -0
  191. package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts.map +1 -0
  192. package/lib/shell-components/models/RecentSearchModel.d.ts +1 -0
  193. package/lib/shell-components/models/RecentSearchModel.d.ts.map +1 -0
  194. package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +1 -0
  195. package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts.map +1 -0
  196. package/lib/shell-components/models/ReportSubmittedNotification.d.ts +1 -0
  197. package/lib/shell-components/models/ReportSubmittedNotification.d.ts.map +1 -0
  198. package/lib/shell-components/models/RoleUpdatedNotification.d.ts +1 -0
  199. package/lib/shell-components/models/RoleUpdatedNotification.d.ts.map +1 -0
  200. package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +1 -0
  201. package/lib/shell-components/models/UserStoryAssignedNotification.d.ts.map +1 -0
  202. package/lib/shell-components/models/archiveUserStoryModel.d.ts +1 -0
  203. package/lib/shell-components/models/archiveUserStoryModel.d.ts.map +1 -0
  204. package/lib/shell-components/models/companieslist.model.d.ts +1 -0
  205. package/lib/shell-components/models/companieslist.model.d.ts.map +1 -0
  206. package/lib/shell-components/models/company-model.d.ts +1 -0
  207. package/lib/shell-components/models/company-model.d.ts.map +1 -0
  208. package/lib/shell-components/models/company-payment-model.d.ts +1 -0
  209. package/lib/shell-components/models/company-payment-model.d.ts.map +1 -0
  210. package/lib/shell-components/models/dragedWidget.d.ts +1 -0
  211. package/lib/shell-components/models/dragedWidget.d.ts.map +1 -0
  212. package/lib/shell-components/models/employee-List.d.ts +1 -0
  213. package/lib/shell-components/models/employee-List.d.ts.map +1 -0
  214. package/lib/shell-components/models/employee.d.ts +1 -0
  215. package/lib/shell-components/models/employee.d.ts.map +1 -0
  216. package/lib/shell-components/models/entityRoleFeature.d.ts +1 -0
  217. package/lib/shell-components/models/entityRoleFeature.d.ts.map +1 -0
  218. package/lib/shell-components/models/export-configuration-model.d.ts +1 -0
  219. package/lib/shell-components/models/export-configuration-model.d.ts.map +1 -0
  220. package/lib/shell-components/models/export-data.module.d.ts +1 -0
  221. package/lib/shell-components/models/export-data.module.d.ts.map +1 -0
  222. package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +1 -0
  223. package/lib/shell-components/models/goalApprovedNotificationModel.d.ts.map +1 -0
  224. package/lib/shell-components/models/import-configuration-model.d.ts +1 -0
  225. package/lib/shell-components/models/import-configuration-model.d.ts.map +1 -0
  226. package/lib/shell-components/models/initialStatusofUsers.d.ts +1 -0
  227. package/lib/shell-components/models/initialStatusofUsers.d.ts.map +1 -0
  228. package/lib/shell-components/models/invoiceOutput-model.d.ts +1 -0
  229. package/lib/shell-components/models/invoiceOutput-model.d.ts.map +1 -0
  230. package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +1 -0
  231. package/lib/shell-components/models/leaveApplicationNotifiction.d.ts.map +1 -0
  232. package/lib/shell-components/models/multiChartsScheduling.d.ts +1 -0
  233. package/lib/shell-components/models/multiChartsScheduling.d.ts.map +1 -0
  234. package/lib/shell-components/models/parkUserStoryInputModel.d.ts +1 -0
  235. package/lib/shell-components/models/parkUserStoryInputModel.d.ts.map +1 -0
  236. package/lib/shell-components/models/project.d.ts +1 -0
  237. package/lib/shell-components/models/project.d.ts.map +1 -0
  238. package/lib/shell-components/models/recentSearchApiModel.d.ts +1 -0
  239. package/lib/shell-components/models/recentSearchApiModel.d.ts.map +1 -0
  240. package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +1 -0
  241. package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts.map +1 -0
  242. package/lib/shell-components/models/shellModulesInfo.d.ts +1 -0
  243. package/lib/shell-components/models/shellModulesInfo.d.ts.map +1 -0
  244. package/lib/shell-components/models/softlabels-model.d.ts +1 -0
  245. package/lib/shell-components/models/softlabels-model.d.ts.map +1 -0
  246. package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +1 -0
  247. package/lib/shell-components/models/sprintReplanRequestedModel.d.ts.map +1 -0
  248. package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +1 -0
  249. package/lib/shell-components/models/sprintStartedNotificationModel.d.ts.map +1 -0
  250. package/lib/shell-components/models/store-model.d.ts +1 -0
  251. package/lib/shell-components/models/store-model.d.ts.map +1 -0
  252. package/lib/shell-components/models/store-search-model.d.ts +1 -0
  253. package/lib/shell-components/models/store-search-model.d.ts.map +1 -0
  254. package/lib/shell-components/models/themes.model.d.ts +1 -0
  255. package/lib/shell-components/models/themes.model.d.ts.map +1 -0
  256. package/lib/shell-components/models/timesheetenabledisable.d.ts +1 -0
  257. package/lib/shell-components/models/timesheetenabledisable.d.ts.map +1 -0
  258. package/lib/shell-components/models/user.d.ts +1 -0
  259. package/lib/shell-components/models/user.d.ts.map +1 -0
  260. package/lib/shell-components/models/userStory.d.ts +1 -0
  261. package/lib/shell-components/models/userStory.d.ts.map +1 -0
  262. package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +1 -0
  263. package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts.map +1 -0
  264. package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +1 -0
  265. package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts.map +1 -0
  266. package/lib/shell-components/models/userstory-custom-fields.model.d.ts +1 -0
  267. package/lib/shell-components/models/userstory-custom-fields.model.d.ts.map +1 -0
  268. package/lib/shell-components/models/validation.model.d.ts +1 -0
  269. package/lib/shell-components/models/validation.model.d.ts.map +1 -0
  270. package/lib/shell-components/models/widgetlist.d.ts +1 -0
  271. package/lib/shell-components/models/widgetlist.d.ts.map +1 -0
  272. package/lib/shell-components/models/workspaceList.d.ts +1 -0
  273. package/lib/shell-components/models/workspaceList.d.ts.map +1 -0
  274. package/lib/shell-components/services/authentication.service.d.ts +1 -0
  275. package/lib/shell-components/services/authentication.service.d.ts.map +1 -0
  276. package/lib/shell-components/services/chat.service.d.ts +1 -0
  277. package/lib/shell-components/services/chat.service.d.ts.map +1 -0
  278. package/lib/shell-components/services/common-used.service.d.ts +1 -0
  279. package/lib/shell-components/services/common-used.service.d.ts.map +1 -0
  280. package/lib/shell-components/services/feature.service.d.ts +1 -0
  281. package/lib/shell-components/services/feature.service.d.ts.map +1 -0
  282. package/lib/shell-components/services/google-analytics.service.d.ts +1 -0
  283. package/lib/shell-components/services/google-analytics.service.d.ts.map +1 -0
  284. package/lib/shell-components/services/layout.service.d.ts +1 -0
  285. package/lib/shell-components/services/layout.service.d.ts.map +1 -0
  286. package/lib/shell-components/services/payment.service.d.ts +1 -0
  287. package/lib/shell-components/services/payment.service.d.ts.map +1 -0
  288. package/lib/shell-components/services/recentSearch.service.d.ts +1 -0
  289. package/lib/shell-components/services/recentSearch.service.d.ts.map +1 -0
  290. package/lib/shell-components/services/shell.modules.service.d.ts +1 -0
  291. package/lib/shell-components/services/shell.modules.service.d.ts.map +1 -0
  292. package/lib/shell-components/services/signalr.service.d.ts +1 -0
  293. package/lib/shell-components/services/signalr.service.d.ts.map +1 -0
  294. package/lib/shell-components/services/theme.service.d.ts +1 -0
  295. package/lib/shell-components/services/theme.service.d.ts.map +1 -0
  296. package/lib/shell-components/shell.module.d.ts +2 -1
  297. package/lib/shell-components/shell.module.d.ts.map +1 -0
  298. package/lib/shell-components/shell.routing.d.ts +1 -0
  299. package/lib/shell-components/shell.routing.d.ts.map +1 -0
  300. package/lib/shell-components/store/actions/authentication.actions.d.ts +1 -0
  301. package/lib/shell-components/store/actions/authentication.actions.d.ts.map +1 -0
  302. package/lib/shell-components/store/actions/chat.actions.d.ts +1 -0
  303. package/lib/shell-components/store/actions/chat.actions.d.ts.map +1 -0
  304. package/lib/shell-components/store/actions/menuitems.actions.d.ts +1 -0
  305. package/lib/shell-components/store/actions/menuitems.actions.d.ts.map +1 -0
  306. package/lib/shell-components/store/actions/notification-validator.action.d.ts +1 -0
  307. package/lib/shell-components/store/actions/notification-validator.action.d.ts.map +1 -0
  308. package/lib/shell-components/store/actions/notifications.actions.d.ts +1 -0
  309. package/lib/shell-components/store/actions/notifications.actions.d.ts.map +1 -0
  310. package/lib/shell-components/store/effects/authentication.effects.d.ts +1 -0
  311. package/lib/shell-components/store/effects/authentication.effects.d.ts.map +1 -0
  312. package/lib/shell-components/store/effects/chat.effects.d.ts +1 -0
  313. package/lib/shell-components/store/effects/chat.effects.d.ts.map +1 -0
  314. package/lib/shell-components/store/effects/index.d.ts +1 -0
  315. package/lib/shell-components/store/effects/index.d.ts.map +1 -0
  316. package/lib/shell-components/store/effects/menuitems.effects.d.ts +1 -0
  317. package/lib/shell-components/store/effects/menuitems.effects.d.ts.map +1 -0
  318. package/lib/shell-components/store/effects/notification-validator.effects.d.ts +1 -0
  319. package/lib/shell-components/store/effects/notification-validator.effects.d.ts.map +1 -0
  320. package/lib/shell-components/store/effects/notifications.effects.d.ts +1 -0
  321. package/lib/shell-components/store/effects/notifications.effects.d.ts.map +1 -0
  322. package/lib/shell-components/store/reducers/authentication.reducers.d.ts +1 -0
  323. package/lib/shell-components/store/reducers/authentication.reducers.d.ts.map +1 -0
  324. package/lib/shell-components/store/reducers/chat.reducers.d.ts +1 -0
  325. package/lib/shell-components/store/reducers/chat.reducers.d.ts.map +1 -0
  326. package/lib/shell-components/store/reducers/index.d.ts +1 -0
  327. package/lib/shell-components/store/reducers/index.d.ts.map +1 -0
  328. package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +1 -0
  329. package/lib/shell-components/store/reducers/menuitems.reducers.d.ts.map +1 -0
  330. package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +1 -0
  331. package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts.map +1 -0
  332. package/lib/shell-components/store/reducers/notifications.reducers.d.ts +1 -0
  333. package/lib/shell-components/store/reducers/notifications.reducers.d.ts.map +1 -0
  334. package/package.json +5 -5
  335. package/public-api.d.ts +1 -0
  336. package/public-api.d.ts.map +1 -0
  337. package/store/reducers/index.d.ts +1 -0
  338. package/store/reducers/index.d.ts.map +1 -0
  339. package/thetradeengineorg1-snova-shell-module.d.ts +1 -0
  340. package/thetradeengineorg1-snova-shell-module.d.ts.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidenav.component.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/components/sidenav/sidenav.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAU,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAGrD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGlC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,OAAO,uDAAuD,CAAC;;AAE/D,qBAKa,gBAAgB;IAQf,OAAO,CAAC,KAAK;IAPI,mBAAmB,EAAE,OAAO,CAAC;IAC3B,iBAAiB,EAAE,MAAM,CAAC;IAElD,UAAU,EAAE,UAAU,CAAC,SAAS,EAAE,CAAC,CAAC;IAE3C,WAAW,EAAE,GAAG,CAAC;gBAEG,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;IAEvC,QAAQ;yCAVG,gBAAgB;2CAAhB,gBAAgB;CAkB5B"}
@@ -23,3 +23,4 @@ export declare class FeedBackSubmissionComponent extends CustomAppBaseComponent
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FeedBackSubmissionComponent, never>;
24
24
  static ɵcmp: i0.ɵɵComponentDeclaration<FeedBackSubmissionComponent, "app-submit-feedback", never, {}, { "closeDialog": "closeDialog"; }, never, never>;
25
25
  }
26
+ //# sourceMappingURL=submit-feedback.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"submit-feedback.component.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/components/submit-feedback/submit-feedback.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAiE,gBAAgB,EAAiB,YAAY,EAA4B,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpM,OAAO,EAAE,sBAAsB,EAAE,MAAM,sDAAsD,CAAC;AAC9F,OAAO,uDAAuD,CAAC;AAE/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;;AAI3E,qBAMa,2BAA4B,SAAQ,sBAAuB,YAAW,MAAM;IAajF,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,GAAG;IAAmB,OAAO,CAAC,qBAAqB;IAAuB,OAAO,CAAC,QAAQ;IAZtG,eAAe,EAAE,GAAG,CAAC;IACrB,OAAO;;MAEL;IAEQ,WAAW,uBAA8B;IACnD,OAAO,CAAC,WAAW,CAAmB;IACtC,QAAQ,EAAE,GAAG,CAAC;IACd,sBAAsB,EAAE,GAAG,CAAC;gBAGhB,mBAAmB,EAAE,mBAAmB,EACxC,GAAG,EAAE,gBAAgB,EAAS,qBAAqB,EAAE,mBAAmB,EAAU,QAAQ,EAAE,QAAQ;IAIhH,QAAQ;IAMR,cAAc,CAAC,IAAI,KAAA;IAInB,aAAa;yCA5BJ,2BAA2B;2CAA3B,2BAA2B;CAgEvC"}
@@ -1049,3 +1049,4 @@ export declare const ApiUrls: {
1049
1049
  GetAllTransactionsDetails: string;
1050
1050
  GetIntroDetails: string;
1051
1051
  };
1052
+ //# sourceMappingURL=api-urls.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-urls.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/api-urls.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0hCnB,CAAA"}
@@ -5,3 +5,4 @@ export declare const AvailableLangs: {
5
5
  surname: string;
6
6
  }[];
7
7
  };
8
+ //# sourceMappingURL=available-languages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"available-languages.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/available-languages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;CAuB1B,CAAA"}
@@ -35,3 +35,4 @@ export declare const ChannelNames: {
35
35
  Channel_PerformanceReviewAssignToEmployeeNotification: string;
36
36
  Channel_PurchaseExecutionAssignToEmployeeNotification: string;
37
37
  };
38
+ //# sourceMappingURL=channel-names.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"channel-names.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/channel-names.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCxB,CAAA"}
@@ -3,3 +3,4 @@ export declare const MenuCategories: {
3
3
  Admin: string;
4
4
  Reports: string;
5
5
  };
6
+ //# sourceMappingURL=menu-categories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu-categories.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/menu-categories.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;CAI1B,CAAA"}
@@ -3,3 +3,4 @@ export declare const ChannelRoutes: {
3
3
  ViewAccount: string;
4
4
  EditPurchaseExecution: string;
5
5
  };
6
+ //# sourceMappingURL=notification-routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-routes.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/notification-routes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;CAIzB,CAAA"}
@@ -39,3 +39,4 @@ export declare class NotificationTypeIds {
39
39
  static PerformanceReviewAssignToEmployeeNotification: Guid;
40
40
  static PurchaseShipmentNotificationId: Guid;
41
41
  }
42
+ //# sourceMappingURL=notification-type-ids.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-type-ids.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/notification-type-ids.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,qBAAa,mBAAmB;IAC9B,OAAc,mCAAmC,EAAE,IAAI,CAErD;IACF,OAAc,wBAAwB,EAAE,IAAI,CAE1C;IACF,OAAc,sBAAsB,EAAE,IAAI,CAExC;IACF,OAAc,4BAA4B,EAAE,IAAI,CAE9C;IACF,OAAc,kCAAkC,EAAE,IAAI,CAEpD;IACF,OAAc,iBAAiB,EAAE,IAAI,CAEnC;IACF,OAAc,qBAAqB,EAAE,IAAI,CAEvC;IACF,OAAc,qBAAqB,EAAE,IAAI,CAEvC;IACF,OAAc,oBAAoB,EAAE,IAAI,CAEtC;IACF,OAAc,+BAA+B,EAAG,IAAI,CAAsD;IAC1G,OAAc,oCAAoC,EAAG,IAAI,CAAsD;IAC/G,OAAc,sBAAsB,EAAG,IAAI,CAAsD;IACjG,OAAc,6BAA6B,EAAG,IAAI,CAAsD;IACxG,OAAc,aAAa,EAAG,IAAI,CAAsD;IACxF,OAAc,mCAAmC,EAAG,IAAI,CAAsD;IAC9G,OAAc,qBAAqB,EAAG,IAAI,CAAsD;IAChG,OAAc,uBAAuB,EAAG,IAAI,CAAsD;IAClG,OAAc,kCAAkC,EAAG,IAAI,CAAsD;IAC7G,OAAc,wCAAwC,EAAG,IAAI,CAAsD;IACnH,OAAc,gBAAgB,EAAG,IAAI,CAAsD;IAC3F,OAAc,aAAa,EAAG,IAAI,CAAsD;IACxF,OAAc,cAAc,EAAE,IAAI,CAAsD;IACxF,OAAc,2BAA2B,EAAE,IAAI,CAAsD;IACrG,OAAc,gBAAgB,EAAE,IAAI,CAAsD;IAC1F,OAAc,uBAAuB,EAAE,IAAI,CAAsD;IACjG,OAAc,sBAAsB,EAAE,IAAI,CAAsD;IAChG,OAAc,uBAAuB,EAAE,IAAI,CAAsD;IACjG,OAAc,+BAA+B,EAAE,IAAI,CAAsD;IACzG,OAAc,gCAAgC,EAAE,IAAI,CAAsD;IAC1G,OAAc,mCAAmC,EAAE,IAAI,CAAsD;IAC7G,OAAc,2BAA2B,EAAE,IAAI,CAAsD;IACrG,OAAc,kCAAkC,EAAE,IAAI,CAAsD;IAC5G,OAAc,qCAAqC,EAAE,IAAI,CAAsD;IAC/G,OAAc,4BAA4B,EAAE,IAAI,CAAsD;IACtG,OAAc,gDAAgD,EAAE,IAAI,CAAsD;IAC1H,OAAc,4CAA4C,EAAE,IAAI,CAAsD;IACtH,OAAc,6CAA6C,EAAE,IAAI,CAAsD;IACvH,OAAc,8BAA8B,EAAG,IAAI,CAAsD;CAC1G"}
@@ -9,3 +9,4 @@ export declare enum RecentSearchType {
9
9
  goal = 8,
10
10
  sprint = 9
11
11
  }
12
+ //# sourceMappingURL=recentSearchType.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recentSearchType.enum.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/enum/recentSearchType.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IACxB,IAAI,IAAI;IACR,SAAS,IAAI;IACb,MAAM,IAAI;IACV,QAAQ,IAAI;IACZ,OAAO,IAAI;IACX,aAAa,IAAI;IACjB,KAAK,IAAI;IACT,IAAI,IAAI;IACR,MAAM,IAAI;CACb"}
@@ -10,3 +10,4 @@ export declare class AppMenuItemModel {
10
10
  icon: string;
11
11
  parentMenuItemId: string;
12
12
  }
13
+ //# sourceMappingURL=AppMenuItemModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppMenuItemModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/AppMenuItemModel.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;CACjC"}
@@ -10,3 +10,4 @@ export declare class AppNotification {
10
10
  isRead: boolean;
11
11
  loadFromCaseInsensitiveObject(appNotification: any): void;
12
12
  }
13
+ //# sourceMappingURL=AppNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppNotification.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/AppNotification.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB,EAAE,MAAM,CAAC;IAC7B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,2BAA2B,EAAE,GAAG,CAAC;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAoB;IAChC,KAAK,EAAE,MAAM,CAAY;IACzB,KAAK,EAAE,MAAM,CAAa;IAC1B,MAAM,EAAE,OAAO,CAAS;IAE/B,6BAA6B,CAAC,eAAe,EAAE,GAAG;CAQnD"}
@@ -8,3 +8,4 @@ export declare class AssetAssignedNotification extends NotificationOutputModel {
8
8
  assetNumbers: string;
9
9
  loadFromCaseInsensitiveObject(assetNotification: any): void;
10
10
  }
11
+ //# sourceMappingURL=AssetAssignedNotificationModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AssetAssignedNotificationModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/AssetAssignedNotificationModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,qBAAa,yBAA0B,SAAQ,uBAAuB;IAClE,8BAA8B,EAAE,IAAI,CAAC;IACrC,8BAA8B,EAAE,IAAI,CAAC;IACrC,OAAO,EAAG,IAAI,CAAC;IACf,WAAW,EAAG,MAAM,CAAC;IACrB,YAAY,EAAG,MAAM,CAAC;IAEtB,6BAA6B,CAAC,iBAAiB,EAAE,GAAG;CAQrD"}
@@ -45,3 +45,4 @@ export declare class ChannelUpdateModel {
45
45
  body: string;
46
46
  title: string;
47
47
  }
48
+ //# sourceMappingURL=ChannelUpdateModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChannelUpdateModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/ChannelUpdateModel.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC3B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAA;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB,EAAE,OAAO,CAAC;IAC3B,uBAAuB,EAAE,OAAO,CAAC;IACjC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,IAAI,CAAC;IACtB,kBAAkB,EAAE,IAAI,CAAC;IACzB,kBAAkB,EAAE,GAAG,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAA;IACrB,aAAa,EAAE,GAAG,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,IAAI,CAAA;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,GAAG,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB"}
@@ -9,3 +9,4 @@ export declare class EmployeeStatusModel {
9
9
  timetoken: String;
10
10
  uuid: String;
11
11
  }
12
+ //# sourceMappingURL=EmployeeStatusModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmployeeStatusModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/EmployeeStatusModel.ts"],"names":[],"mappings":"AAAA,qBAAa,mBAAmB;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAC,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACvB"}
@@ -2,3 +2,4 @@ export interface IAdjustScreenOptions {
2
2
  browserEvent?: any;
3
3
  route?: string;
4
4
  }
5
+ //# sourceMappingURL=IAdjust-screen-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAdjust-screen-options.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IAdjust-screen-options.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACjC,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -2,3 +2,4 @@ export interface IBadge {
2
2
  color: string;
3
3
  value: string;
4
4
  }
5
+ //# sourceMappingURL=IBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IBadge.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IBadge.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,MAAM;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -5,3 +5,4 @@ export interface IChildItem {
5
5
  icon?: string;
6
6
  sub?: IChildItem[];
7
7
  }
8
+ //# sourceMappingURL=IChildItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IChildItem.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IChildItem.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,UAAU,EAAE,CAAC;CACpB"}
@@ -2,3 +2,4 @@ export interface ILayoutChangeOptions {
2
2
  duration?: number;
3
3
  transitionClass?: boolean;
4
4
  }
5
+ //# sourceMappingURL=ILayout-change-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ILayout-change-options.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/ILayout-change-options.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
@@ -12,3 +12,4 @@ export interface IMenuItem {
12
12
  badges?: IBadge[];
13
13
  menuCategory: string;
14
14
  }
15
+ //# sourceMappingURL=IMenuItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMenuItem.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IMenuItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,GAAG,CAAC,EAAE,UAAU,EAAE,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;CACtB"}
@@ -8,3 +8,4 @@ export interface ILayoutConf {
8
8
  breadcrumb?: string;
9
9
  topbarFixed?: boolean;
10
10
  }
11
+ //# sourceMappingURL=IlayoutConf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IlayoutConf.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IlayoutConf.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
@@ -1,3 +1,4 @@
1
1
  export declare class IntroModel {
2
2
  userId: any;
3
3
  }
4
+ //# sourceMappingURL=IntroModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IntroModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IntroModel.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU;IACnB,MAAM,EAAG,GAAG,CAAC;CAChB"}
@@ -53,3 +53,4 @@ export declare class MessageDetails {
53
53
  fromChannelImage: boolean;
54
54
  pubnubChannelNameOfMessage: Array<String>;
55
55
  }
56
+ //# sourceMappingURL=MessageDetails.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageDetails.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/MessageDetails.ts"],"names":[],"mappings":"AAAA,qBAAa,cAAc;IACvB,EAAE,EAAE,GAAG,CAAC;IACR,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,gBAAgB,EAAE,GAAG,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,IAAI,CAAC;IACtB,WAAW,EAAE,GAAG,CAAC;IACjB,aAAa,EAAE,GAAG,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,GAAG,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,SAAS,EAAE,GAAG,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,eAAe,EAAE,OAAO,CAAC;IACzB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,aAAa,EAAE,OAAO,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,MAAM,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,0BAA0B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5C"}
@@ -7,3 +7,4 @@ export declare class MessageTypingDetails {
7
7
  subscription: string;
8
8
  timetoken: string;
9
9
  }
10
+ //# sourceMappingURL=MessageTypingDetails.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageTypingDetails.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/MessageTypingDetails.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,2BAA2B,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAC,MAAM,CAAC;CAEpB"}
@@ -6,3 +6,4 @@ export declare class NewProjectCreatedNotificationModel extends NotificationOutp
6
6
  projectResponsiblePersonId: Guid;
7
7
  loadFromCaseInsensitiveObject(newProjectNotification: any): void;
8
8
  }
9
+ //# sourceMappingURL=NewProjectCreatedNotificationModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewProjectCreatedNotificationModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/NewProjectCreatedNotificationModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,qBAAa,kCAAmC,SAAQ,uBAAuB;IAC3E,WAAW,EAAE,IAAI,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,0BAA0B,EAAG,IAAI,CAAA;IAEjC,6BAA6B,CAAC,sBAAsB,EAAE,GAAG;CAM1D"}
@@ -6,3 +6,4 @@ export declare class NewProjectFeatureCreatedNotificationModel extends Notificat
6
6
  projectFeatureResponsiblePersonId: Guid;
7
7
  loadFromCaseInsensitiveObject(newProjectNotification: any): void;
8
8
  }
9
+ //# sourceMappingURL=NewProjectFeatureNotificationModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewProjectFeatureNotificationModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/NewProjectFeatureNotificationModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,qBAAa,yCAA0C,SAAQ,uBAAuB;IAClF,gBAAgB,EAAE,IAAI,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iCAAiC,EAAG,IAAI,CAAA;IAExC,6BAA6B,CAAC,sBAAsB,EAAE,GAAG;CAM1D"}
@@ -39,3 +39,4 @@ export declare class NotificationModel {
39
39
  inActiveDateTime: any;
40
40
  isArchived: any;
41
41
  }
42
+ //# sourceMappingURL=NotificationsOutPutModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsOutPutModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/NotificationsOutPutModel.ts"],"names":[],"mappings":"AAAA,qBAAa,uBAAuB;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,GAAG,CAAC;IACtB,OAAO,EAAE,GAAG,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,GAAG,CAAC;IACrB,MAAM,EAAE,OAAO,CAAS;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,2BAA2B,EAAE,GAAG,CAAC;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAoB;IAChC,KAAK,EAAE,MAAM,CAAY;IACzB,KAAK,EAAE,MAAM,CAAa;IAEjC,6BAA6B,CAAC,eAAe,EAAE,GAAG;CASnD;AAED,qBAAa,yBAAyB;IACpC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,IAAI,CAAC;IACnB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,gBAAgB,EAAE,GAAG,CAAC;CACvB;AAED,qBAAa,iBAAiB;IAC5B,EAAE,EAAE,GAAG,CAAC;IACR,gBAAgB,EAAE,GAAG,CAAC;IACtB,OAAO,EAAE,GAAG,CAAC;IACb,eAAe,EAAE,GAAG,CAAC;IACrB,eAAe,EAAE,GAAG,CAAC;IACrB,eAAe,EAAE,GAAG,CAAC;IACrB,eAAe,EAAE,GAAG,CAAC;IACrB,QAAQ,EAAE,GAAG,CAAC;IACd,gBAAgB,EAAE,GAAG,CAAC;IACtB,UAAU,EAAE,GAAG,CAAC;CACjB"}
@@ -8,3 +8,4 @@ export declare class ProjectSearchCriteriaInputModel {
8
8
  searchText: string;
9
9
  projectIds: string;
10
10
  }
11
+ //# sourceMappingURL=ProjectSearchCriteriaInputModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProjectSearchCriteriaInputModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/ProjectSearchCriteriaInputModel.ts"],"names":[],"mappings":"AAAA,qBAAa,+BAA+B;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,0BAA0B,EAAE,MAAM,CAAC;IACnC,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAC,MAAM,CAAC;IAClB,UAAU,EAAC,MAAM,CAAC;CACnB"}
@@ -12,3 +12,4 @@ export declare class SearchTaskTypeModel {
12
12
  uniquename: string;
13
13
  type: SearchTaskType;
14
14
  }
15
+ //# sourceMappingURL=RecentSearchModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecentSearchModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/RecentSearchModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEjE,qBAAa,iBAAiB;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,gBAAgB,CAAC;CAC3C;AAED,qBAAa,mBAAmB;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,cAAc,CAAA;CAC5B"}
@@ -7,3 +7,4 @@ export declare class ReportConfigAssignedNotification extends NotificationOutput
7
7
  reportName: string;
8
8
  loadFromCaseInsensitiveObject(appNotification: any): void;
9
9
  }
10
+ //# sourceMappingURL=ReportConfigAssignedNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportConfigAssignedNotification.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/ReportConfigAssignedNotification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,qBAAa,gCAAiC,SAAQ,uBAAuB;IAC3E,8BAA8B,EAAE,IAAI,CAAC;IACrC,8BAA8B,EAAE,IAAI,CAAC;IACrC,qBAAqB,EAAE,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IAEnB,6BAA6B,CAAC,eAAe,EAAE,GAAG;CAOnD"}
@@ -8,3 +8,4 @@ export declare class ReportSubmittedNotification extends NotificationOutputModel
8
8
  submittedBy: string;
9
9
  loadFromCaseInsensitiveObject(appNotification: any): void;
10
10
  }
11
+ //# sourceMappingURL=ReportSubmittedNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportSubmittedNotification.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/ReportSubmittedNotification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,qBAAa,2BAA4B,SAAQ,uBAAuB;IACtE,8BAA8B,EAAE,IAAI,CAAC;IACrC,8BAA8B,EAAE,IAAI,CAAC;IACrC,QAAQ,EAAE,IAAI,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IAEpB,6BAA6B,CAAC,eAAe,EAAE,GAAG;CAQnD"}
@@ -5,3 +5,4 @@ export declare class RoleUpdatedNotification extends NotificationOutputModel {
5
5
  roleName: string;
6
6
  loadFromCaseInsensitiveObject(appNotification: any): void;
7
7
  }
8
+ //# sourceMappingURL=RoleUpdatedNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RoleUpdatedNotification.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/RoleUpdatedNotification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,qBAAa,uBAAwB,SAAQ,uBAAuB;IAClE,QAAQ,EAAE,IAAI,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IAEjB,6BAA6B,CAAC,eAAe,EAAE,GAAG;CAKnD"}
@@ -6,3 +6,4 @@ export declare class UserStoryAssignedNotification extends NotificationOutputMod
6
6
  userStoryName: string;
7
7
  loadFromCaseInsensitiveObject(appNotification: any): void;
8
8
  }
9
+ //# sourceMappingURL=UserStoryAssignedNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserStoryAssignedNotification.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/UserStoryAssignedNotification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAErE,qBAAa,6BAA8B,SAAQ,uBAAuB;IACxE,8BAA8B,EAAE,MAAM,CAAC;IACvC,8BAA8B,EAAE,MAAM,CAAC;IACvC,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,6BAA6B,CAAC,eAAe,EAAE,GAAG;CASnD"}
@@ -5,3 +5,4 @@ export declare class UserStoryArchiveNotificationModel extends NotificationOutpu
5
5
  ownerGuid: string;
6
6
  loadFromCaseInsensitiveObject(appNotification: any): void;
7
7
  }
8
+ //# sourceMappingURL=archiveUserStoryModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archiveUserStoryModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/archiveUserStoryModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAErE,qBAAa,iCAAkC,SAAQ,uBAAuB;IAC5E,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,6BAA6B,CAAC,eAAe,EAAE,GAAG;CAMnD"}
@@ -6,3 +6,4 @@ export declare class CompaniesList {
6
6
  siteAddress: string;
7
7
  companyMiniLogo: string;
8
8
  }
9
+ //# sourceMappingURL=companieslist.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"companieslist.model.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/companieslist.model.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAa;IACd,SAAS,EAAE,MAAM,CAAC;IACnB,WAAW,EAAC,MAAM,CAAC;IACnB,SAAS,EAAC,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;CAClC"}
@@ -29,3 +29,4 @@ export declare class CompanyModel {
29
29
  companyId: string;
30
30
  key: string;
31
31
  }
32
+ //# sourceMappingURL=company-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"company-model.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/company-model.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAC7B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAA;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,GAAG,CAAC;IACf,GAAG,EAAC,GAAG,CAAC;IACR,WAAW,EAAC,MAAM,CAAC;IACnB,KAAK,EAAC,MAAM,CAAC;IACb,WAAW,EAAE,OAAO,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,kBAAkB;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,GAAG,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,GAAG,CAAC;CAClB;AAED,qBAAa,YAAY;IACrB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,GAAG,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAC,MAAM,CAAC;CACd"}
@@ -16,3 +16,4 @@ export declare class CompanyPaymentUpsertModel {
16
16
  AddressOptions: any;
17
17
  TransactionName: any;
18
18
  }
19
+ //# sourceMappingURL=company-payment-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"company-payment-model.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/company-payment-model.ts"],"names":[],"mappings":"AAAA,qBAAa,yBAAyB;IAElC,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,wBAAwB,EAAE,MAAM,CAAC;IACjC,UAAU,EAAC,GAAG,CAAC;IACf,cAAc,EAAC,MAAM,CAAC;IACtB,gBAAgB,EAAC,MAAM,CAAC;IACxB,WAAW,EAAC,GAAG,CAAC;IAChB,aAAa,EAAC,MAAM,CAAC;IACrB,QAAQ,EAAC,MAAM,CAAC;IAChB,gBAAgB,EAAC,MAAM,CAAC;IACxB,eAAe,EAAC,MAAM,CAAC;IACvB,MAAM,EAAC,MAAM,CAAC;IACd,aAAa,EAAC,MAAM,CAAC;IACrB,KAAK,EAAG,MAAM,CAAC;IACf,cAAc,EAAG,GAAG,CAAC;IACrB,eAAe,EAAG,GAAG,CAAC;CACzB"}
@@ -14,3 +14,4 @@ export declare class DragedWidget {
14
14
  isEntryApp: boolean;
15
15
  isEditable: boolean;
16
16
  }
17
+ //# sourceMappingURL=dragedWidget.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dragedWidget.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/dragedWidget.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,wBAAwB,EAAE,MAAM,CAAC;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;CACvB"}
@@ -6,3 +6,4 @@ export declare class EmployeeListInput {
6
6
  isActive: boolean;
7
7
  sortDirectionAsc: boolean;
8
8
  }
9
+ //# sourceMappingURL=employee-List.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"employee-List.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/employee-List.ts"],"names":[],"mappings":"AAAA,qBAAa,iBAAiB;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAG,OAAO,CAAC;CAC9B"}
@@ -58,3 +58,4 @@ export declare class EmployeeListModel extends SearchCriteriaInputModelBase {
58
58
  ipNumber: string;
59
59
  searchText: string;
60
60
  }
61
+ //# sourceMappingURL=employee.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"employee.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/employee.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E,qBAAa,iBAAkB,SAAQ,4BAA4B;IAC/D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAG,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,GAAG,EAAE,CAAC;IACf,iBAAiB,EAAC,GAAG,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,IAAI,CAAC;IACtB,cAAc,EAAE,IAAI,CAAC;IACrB,kBAAkB,EAAE,IAAI,CAAC;IACzB,SAAS,EAAE,GAAG,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,IAAI,CAAC;IACpB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACtB"}
@@ -7,3 +7,4 @@ export declare class EntityRoleFeatureModel {
7
7
  entityRoleName: string;
8
8
  entityFeatureName: string;
9
9
  }
10
+ //# sourceMappingURL=entityRoleFeature.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entityRoleFeature.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/entityRoleFeature.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,qBAAa,sBAAsB;IAC/B,mBAAmB,EAAE,IAAI,CAAC;IAC1B,YAAY,EAAE,IAAI,CAAC;IACnB,eAAe,EAAE,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;CAC7B"}
@@ -6,3 +6,4 @@ export declare class ExportConfigurationModel {
6
6
  exportDataModelIds: any[];
7
7
  exportDataModelNames: any[];
8
8
  }
9
+ //# sourceMappingURL=export-configuration-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"export-configuration-model.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/export-configuration-model.ts"],"names":[],"mappings":"AAAA,qBAAa,wBAAwB;IACjC,qBAAqB,EAAE,OAAO,CAAC;IAC/B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,GAAG,EAAE,CAAC;IACpB,kBAAkB,EAAE,GAAG,EAAE,CAAC;IAC1B,oBAAoB,EAAG,GAAG,EAAE,CAAC;CAChC"}
@@ -4,3 +4,4 @@ export declare class ExportDataModel {
4
4
  modelName: string;
5
5
  constructor(id: number, displayName: string, modelName: string);
6
6
  }
7
+ //# sourceMappingURL=export-data.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"export-data.module.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/export-data.module.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IAEf,EAAE,EAAE,MAAM;IACV,WAAW,EAAE,MAAM;IACnB,SAAS,EAAE,MAAM;gBAFjB,EAAE,EAAE,MAAM,EACV,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM;CAI3B"}
@@ -6,3 +6,4 @@ export declare class GoalApprovedNotificationModel extends NotificationOutputMod
6
6
  projectResponsiblePersonId: Guid;
7
7
  loadFromCaseInsensitiveObject(newProjectNotification: any): void;
8
8
  }
9
+ //# sourceMappingURL=goalApprovedNotificationModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"goalApprovedNotificationModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/goalApprovedNotificationModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,qBAAa,6BAA8B,SAAQ,uBAAuB;IACtE,MAAM,EAAE,IAAI,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,0BAA0B,EAAG,IAAI,CAAA;IAEjC,6BAA6B,CAAC,sBAAsB,EAAE,GAAG;CAK1D"}
@@ -1,3 +1,4 @@
1
1
  export declare class ImportConfigurationModel {
2
2
  configurationUrl: string;
3
3
  }
4
+ //# sourceMappingURL=import-configuration-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-configuration-model.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/import-configuration-model.ts"],"names":[],"mappings":"AAAA,qBAAa,wBAAwB;IACjC,gBAAgB,EAAG,MAAM,CAAC;CAC7B"}
@@ -3,3 +3,4 @@ export declare class InitialStatusOfUsers {
3
3
  totalChannels: number;
4
4
  totalOccupancy: number;
5
5
  }
6
+ //# sourceMappingURL=initialStatusofUsers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initialStatusofUsers.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/initialStatusofUsers.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IACtB,QAAQ,EAAC,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAC,MAAM,CAAC;CAChC"}
@@ -7,3 +7,4 @@ export declare class InvoiceOutputModel {
7
7
  Status: any;
8
8
  Number: any;
9
9
  }
10
+ //# sourceMappingURL=invoiceOutput-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoiceOutput-model.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/invoiceOutput-model.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC3B,SAAS,EAAG,MAAM,CAAC;IACnB,eAAe,EAAG,GAAG,CAAC;IACtB,OAAO,EAAG,GAAG,CAAC;IACd,OAAO,EAAG,GAAG,CAAC;IACd,MAAM,EAAG,GAAG,CAAC;IACb,MAAM,EAAG,GAAG,CAAC;IACb,MAAM,EAAG,GAAG,CAAC;CAChB"}
@@ -5,3 +5,4 @@ export declare class LeaveApplicationNotification extends NotificationOutputMode
5
5
  notificationAssignedToUserGuid: Guid;
6
6
  loadFromCaseInsensitiveObject(appNotification: any): void;
7
7
  }
8
+ //# sourceMappingURL=leaveApplicationNotifiction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"leaveApplicationNotifiction.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/leaveApplicationNotifiction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAErE,qBAAa,4BAA6B,SAAQ,uBAAuB;IACvE,8BAA8B,EAAE,IAAI,CAAC;IACrC,8BAA8B,EAAE,IAAI,CAAC;IAErC,6BAA6B,CAAC,eAAe,EAAE,GAAG;CAKnD"}
@@ -7,3 +7,4 @@ export declare class MultipleChartsScheduling extends NotificationOutputModel {
7
7
  cronExpressionName: string;
8
8
  loadFromCaseInsensitiveObject(appNotification: any): void;
9
9
  }
10
+ //# sourceMappingURL=multiChartsScheduling.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multiChartsScheduling.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/multiChartsScheduling.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAErE,qBAAa,wBAAyB,SAAQ,uBAAuB;IACnE,8BAA8B,EAAE,IAAI,CAAC;IACrC,8BAA8B,EAAE,IAAI,CAAC;IACrC,gBAAgB,EAAE,IAAI,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAE3B,6BAA6B,CAAC,eAAe,EAAE,GAAG;CAOnD"}
@@ -5,3 +5,4 @@ export declare class UserStoryParkNotificationModel extends NotificationOutputMo
5
5
  ownerGuid: string;
6
6
  loadFromCaseInsensitiveObject(appNotification: any): void;
7
7
  }
8
+ //# sourceMappingURL=parkUserStoryInputModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parkUserStoryInputModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/parkUserStoryInputModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAErE,qBAAa,8BAA+B,SAAQ,uBAAuB;IACzE,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,6BAA6B,CAAC,eAAe,EAAE,GAAG;CAMnD"}
@@ -26,3 +26,4 @@ export declare class Project {
26
26
  isSprintsConfiguration: boolean;
27
27
  viewGoalsPermissionCount: number;
28
28
  }
29
+ //# sourceMappingURL=project.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/project.ts"],"names":[],"mappings":"AAAA,qBAAa,OAAO;IAClB,0BAA0B,EAAE,MAAM,CAAC;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,wBAAwB,EAAC,GAAG,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,GAAG,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,uBAAuB,EAAE,OAAO,CAAC;IACjC,sBAAsB,EAAE,OAAO,CAAC;IAChC,wBAAwB,EAAE,MAAM,CAAC;CAClC"}
@@ -4,3 +4,4 @@ export declare class RecentSearchApiModel {
4
4
  recentSearchType: RecentSearchType;
5
5
  itemId: string;
6
6
  }
7
+ //# sourceMappingURL=recentSearchApiModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recentSearchApiModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/recentSearchApiModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEjE,qBAAa,oBAAoB;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC;CAClB"}
@@ -8,3 +8,4 @@ export declare class SearchCriteriaInputModelBase {
8
8
  sortDirectionAsc: boolean;
9
9
  isReportTo: boolean;
10
10
  }
11
+ //# sourceMappingURL=searchCriteriaInputModelBase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchCriteriaInputModelBase.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/searchCriteriaInputModelBase.ts"],"names":[],"mappings":"AAAA,qBAAa,4BAA4B;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;CACvB"}
@@ -14,3 +14,4 @@ export declare class module {
14
14
  export declare class shellModulesInfo {
15
15
  modules: any;
16
16
  }
17
+ //# sourceMappingURL=shellModulesInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shellModulesInfo.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/shellModulesInfo.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,MAAM;IACf,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,GAAG,EAAE,CAAC;CACf;AAED,qBAAa,gBAAgB;IACzB,OAAO,EAAE,GAAG,CAAC;CAChB"}
@@ -64,3 +64,4 @@ export declare class WorkspaceDashboardFilterDropdown {
64
64
  isDocumentsView: boolean;
65
65
  isReviewEnabled: boolean;
66
66
  }
67
+ //# sourceMappingURL=softlabels-model.d.ts.map