@tuki-io/tuki-widgets 0.0.76 → 0.0.78

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 (352) hide show
  1. package/README.md +9 -10
  2. package/esm2020/lib/widgets.component.mjs +22 -0
  3. package/esm2020/lib/widgets.module.mjs +21 -0
  4. package/esm2020/lib/widgets.service.mjs +14 -0
  5. package/esm2020/public-api.mjs +7 -0
  6. package/esm2020/tuki-io-tuki-widgets.mjs +5 -0
  7. package/fesm2015/tuki-io-tuki-widgets.mjs +63 -0
  8. package/fesm2015/tuki-io-tuki-widgets.mjs.map +1 -0
  9. package/fesm2020/tuki-io-tuki-widgets.mjs +63 -0
  10. package/fesm2020/tuki-io-tuki-widgets.mjs.map +1 -0
  11. package/index.d.ts +5 -0
  12. package/lib/widgets.component.d.ts +8 -0
  13. package/lib/widgets.module.d.ts +7 -0
  14. package/lib/widgets.service.d.ts +6 -0
  15. package/package.json +65 -48
  16. package/{projects/tuki/widgets/src/public-api.ts → public-api.d.ts} +0 -4
  17. package/.editorconfig +0 -16
  18. package/.hintrc +0 -14
  19. package/.vscode/extensions.json +0 -4
  20. package/.vscode/launch.json +0 -20
  21. package/.vscode/tasks.json +0 -42
  22. package/angular.json +0 -141
  23. package/projects/tuki/widgets/README.md +0 -24
  24. package/projects/tuki/widgets/di2mt/api/api.endpoints.ts +0 -26
  25. package/projects/tuki/widgets/di2mt/assets/icons/already_upgraded.png +0 -0
  26. package/projects/tuki/widgets/di2mt/assets/icons/check2_icon.png +0 -0
  27. package/projects/tuki/widgets/di2mt/assets/icons/check_icon.png +0 -0
  28. package/projects/tuki/widgets/di2mt/assets/icons/details_d_icon.svg +0 -3
  29. package/projects/tuki/widgets/di2mt/assets/icons/expand_icon.png +0 -0
  30. package/projects/tuki/widgets/di2mt/assets/icons/issue_icon.png +0 -0
  31. package/projects/tuki/widgets/di2mt/assets/icons/menu_icon.png +0 -0
  32. package/projects/tuki/widgets/di2mt/assets/icons/ready_to_upgrade.png +0 -0
  33. package/projects/tuki/widgets/di2mt/assets/icons/search_icon.png +0 -0
  34. package/projects/tuki/widgets/di2mt/assets/icons/site.png +0 -0
  35. package/projects/tuki/widgets/di2mt/assets/icons/user.png +0 -0
  36. package/projects/tuki/widgets/di2mt/assets/icons/warning_icon.png +0 -0
  37. package/projects/tuki/widgets/di2mt/ng-package.json +0 -7
  38. package/projects/tuki/widgets/di2mt/public-api.ts +0 -27
  39. package/projects/tuki/widgets/di2mt/shared/components/card/card.component.html +0 -11
  40. package/projects/tuki/widgets/di2mt/shared/components/card/card.component.scss +0 -48
  41. package/projects/tuki/widgets/di2mt/shared/components/card/card.component.ts +0 -10
  42. package/projects/tuki/widgets/di2mt/shared/components/chart-card/chart-card.component.html +0 -15
  43. package/projects/tuki/widgets/di2mt/shared/components/chart-card/chart-card.component.scss +0 -38
  44. package/projects/tuki/widgets/di2mt/shared/components/chart-card/chart-card.component.ts +0 -71
  45. package/projects/tuki/widgets/di2mt/shared/components/index.ts +0 -6
  46. package/projects/tuki/widgets/di2mt/shared/components/stat-card/stat-card.component.html +0 -57
  47. package/projects/tuki/widgets/di2mt/shared/components/stat-card/stat-card.component.scss +0 -74
  48. package/projects/tuki/widgets/di2mt/shared/components/stat-card/stat-card.component.ts +0 -44
  49. package/projects/tuki/widgets/di2mt/shared/components/status-list-card/status-list-card.component.html +0 -28
  50. package/projects/tuki/widgets/di2mt/shared/components/status-list-card/status-list-card.component.scss +0 -55
  51. package/projects/tuki/widgets/di2mt/shared/components/status-list-card/status-list-card.component.ts +0 -11
  52. package/projects/tuki/widgets/di2mt/shared/components/summary-card/summary-card.component.html +0 -12
  53. package/projects/tuki/widgets/di2mt/shared/components/summary-card/summary-card.component.scss +0 -79
  54. package/projects/tuki/widgets/di2mt/shared/components/summary-card/summary-card.component.ts +0 -27
  55. package/projects/tuki/widgets/di2mt/shared/components/table-filters/table-filters.component.html +0 -28
  56. package/projects/tuki/widgets/di2mt/shared/components/table-filters/table-filters.component.scss +0 -244
  57. package/projects/tuki/widgets/di2mt/shared/components/table-filters/table-filters.component.ts +0 -28
  58. package/projects/tuki/widgets/di2mt/shared/constants/app.constants.ts +0 -96
  59. package/projects/tuki/widgets/di2mt/shared/material.module.ts +0 -36
  60. package/projects/tuki/widgets/di2mt/shared/services/api.service.ts +0 -92
  61. package/projects/tuki/widgets/di2mt/shared/shared.module.ts +0 -38
  62. package/projects/tuki/widgets/di2mt/shared/types/constants.ts +0 -15
  63. package/projects/tuki/widgets/di2mt/shared/types/data-table.ts +0 -5
  64. package/projects/tuki/widgets/di2mt/shared/types/table/filter.ts +0 -14
  65. package/projects/tuki/widgets/di2mt/styles/tuki-widgets-theme.scss +0 -13
  66. package/projects/tuki/widgets/di2mt/styles/variables.scss +0 -92
  67. package/projects/tuki/widgets/di2mt/widgets/site-upgrade/progress-bar/progress-bar.component.html +0 -3
  68. package/projects/tuki/widgets/di2mt/widgets/site-upgrade/progress-bar/progress-bar.component.scss +0 -37
  69. package/projects/tuki/widgets/di2mt/widgets/site-upgrade/progress-bar/progress-bar.component.ts +0 -40
  70. package/projects/tuki/widgets/di2mt/widgets/site-upgrade/site-upgrade-data-table/site-upgrade-data-table.component.html +0 -158
  71. package/projects/tuki/widgets/di2mt/widgets/site-upgrade/site-upgrade-data-table/site-upgrade-data-table.component.scss +0 -430
  72. package/projects/tuki/widgets/di2mt/widgets/site-upgrade/site-upgrade-data-table/site-upgrade-data-table.component.ts +0 -362
  73. package/projects/tuki/widgets/di2mt/widgets/site-upgrade/site-upgrade.module.ts +0 -33
  74. package/projects/tuki/widgets/di2mt/widgets/site-upgrade/site-upgrade.service.ts +0 -102
  75. package/projects/tuki/widgets/di2mt/widgets/site-upgrade/types/user-upgrade.ts +0 -22
  76. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/already-upgraded-sites/already-upgraded-sites-card.component.ts +0 -52
  77. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/already-upgraded-users/already-upgraded-users-card.component.ts +0 -53
  78. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/preconditions-status-list/preconditions-status-list-card.component.ts +0 -67
  79. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/ready-to-upgrade-sites/ready-to-upgrade-sites-card.component.html +0 -7
  80. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/ready-to-upgrade-sites/ready-to-upgrade-sites-card.component.scss +0 -0
  81. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/ready-to-upgrade-sites/ready-to-upgrade-sites-card.component.ts +0 -45
  82. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/ready-to-upgrade-users/ready-to-upgrade-users-card.component.html +0 -7
  83. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/ready-to-upgrade-users/ready-to-upgrade-users-card.component.scss +0 -0
  84. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/ready-to-upgrade-users/ready-to-upgrade-users-card.component.ts +0 -45
  85. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/site-infrastructure-status-list/site-infrastructure-status-list-card.component.ts +0 -59
  86. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/cards/upgrade-state-comparison-chart/upgrade-state-comparison-chart-card.component.ts +0 -70
  87. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/types/upgrade-overview.ts +0 -58
  88. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/upgrade-overview.module.ts +0 -42
  89. package/projects/tuki/widgets/di2mt/widgets/upgrade-overview/upgrade-overview.service.ts +0 -95
  90. package/projects/tuki/widgets/di2mt/widgets/user-upgrade/types/user-upgrade.ts +0 -19
  91. package/projects/tuki/widgets/di2mt/widgets/user-upgrade/user-upgrade-data-table/user-upgrade-data-table.component.html +0 -186
  92. package/projects/tuki/widgets/di2mt/widgets/user-upgrade/user-upgrade-data-table/user-upgrade-data-table.component.scss +0 -345
  93. package/projects/tuki/widgets/di2mt/widgets/user-upgrade/user-upgrade-data-table/user-upgrade-data-table.component.ts +0 -313
  94. package/projects/tuki/widgets/di2mt/widgets/user-upgrade/user-upgrade.module.ts +0 -34
  95. package/projects/tuki/widgets/di2mt/widgets/user-upgrade/user-upgrade.service.ts +0 -79
  96. package/projects/tuki/widgets/karma.conf.js +0 -44
  97. package/projects/tuki/widgets/ng-package.json +0 -10
  98. package/projects/tuki/widgets/package.json +0 -13
  99. package/projects/tuki/widgets/src/lib/widgets.component.spec.ts +0 -23
  100. package/projects/tuki/widgets/src/lib/widgets.component.ts +0 -20
  101. package/projects/tuki/widgets/src/lib/widgets.module.ts +0 -16
  102. package/projects/tuki/widgets/src/lib/widgets.service.spec.ts +0 -16
  103. package/projects/tuki/widgets/src/lib/widgets.service.ts +0 -9
  104. package/projects/tuki/widgets/src/test.ts +0 -27
  105. package/projects/tuki/widgets/styles.scss +0 -572
  106. package/projects/tuki/widgets/tsconfig.lib.json +0 -36
  107. package/projects/tuki/widgets/tsconfig.lib.prod.json +0 -10
  108. package/projects/tuki/widgets/tsconfig.spec.json +0 -17
  109. package/projects/tuki/widgets/user-device-manage/ng-package.json +0 -7
  110. package/projects/tuki/widgets/user-device-manage/public-api.ts +0 -8
  111. package/projects/tuki/widgets/user-device-manage/src/app.constants.ts +0 -96
  112. package/projects/tuki/widgets/user-device-manage/src/assets/icons/arrow-left.svg +0 -5
  113. package/projects/tuki/widgets/user-device-manage/src/assets/icons/arrow-right.svg +0 -5
  114. package/projects/tuki/widgets/user-device-manage/src/assets/icons/close_icon_x.svg +0 -3
  115. package/projects/tuki/widgets/user-device-manage/src/assets/icons/delete_icon.svg +0 -5
  116. package/projects/tuki/widgets/user-device-manage/src/assets/icons/dragger-vertical-icon.svg +0 -3
  117. package/projects/tuki/widgets/user-device-manage/src/assets/icons/icon_user.svg +0 -1
  118. package/projects/tuki/widgets/user-device-manage/src/assets/icons/vartical_divider_icon.svg +0 -3
  119. package/projects/tuki/widgets/user-device-manage/src/classes/device.ts +0 -292
  120. package/projects/tuki/widgets/user-device-manage/src/classes/line-association-interface.ts +0 -50
  121. package/projects/tuki/widgets/user-device-manage/src/classes/line-association.ts +0 -177
  122. package/projects/tuki/widgets/user-device-manage/src/classes/line-call-info-display.ts +0 -21
  123. package/projects/tuki/widgets/user-device-manage/src/classes/line-directory.ts +0 -41
  124. package/projects/tuki/widgets/user-device-manage/src/classes/line.ts +0 -144
  125. package/projects/tuki/widgets/user-device-manage/src/classes/notification.ts +0 -40
  126. package/projects/tuki/widgets/user-device-manage/src/classes/recording-options.ts +0 -6
  127. package/projects/tuki/widgets/user-device-manage/src/classes/simplified-user.ts +0 -169
  128. package/projects/tuki/widgets/user-device-manage/src/classes/site-defaults.ts +0 -167
  129. package/projects/tuki/widgets/user-device-manage/src/classes/translation-pattern.ts +0 -50
  130. package/projects/tuki/widgets/user-device-manage/src/classes/types.ts +0 -19
  131. package/projects/tuki/widgets/user-device-manage/src/classes/user-interface.ts +0 -225
  132. package/projects/tuki/widgets/user-device-manage/src/classes/user.ts +0 -8
  133. package/projects/tuki/widgets/user-device-manage/src/common-functions.ts +0 -16
  134. package/projects/tuki/widgets/user-device-manage/src/confirm-dialog/info-dialog.component.html +0 -14
  135. package/projects/tuki/widgets/user-device-manage/src/confirm-dialog/info-dialog.component.scss +0 -80
  136. package/projects/tuki/widgets/user-device-manage/src/confirm-dialog/info-dialog.component.ts +0 -35
  137. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/associated-line-row/associated-line-row.component.html +0 -21
  138. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/associated-line-row/associated-line-row.component.scss +0 -97
  139. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/associated-line-row/associated-line-row.component.ts +0 -28
  140. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/device-associated-line-details-box/device-associated-line-details-box.component.html +0 -6
  141. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/device-associated-line-details-box/device-associated-line-details-box.component.scss +0 -20
  142. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/device-associated-line-details-box/device-associated-line-details-box.component.ts +0 -13
  143. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/device-associated-line-extension/device-associated-line-extension.component.html +0 -6
  144. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/device-associated-line-extension/device-associated-line-extension.component.scss +0 -4
  145. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/device-associated-line-extension/device-associated-line-extension.component.ts +0 -63
  146. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/device-associated-line.component.html +0 -241
  147. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/device-associated-line.component.scss +0 -500
  148. package/projects/tuki/widgets/user-device-manage/src/device-associated-line/device-associated-line.component.ts +0 -194
  149. package/projects/tuki/widgets/user-device-manage/src/device-list/device-list.component.html +0 -27
  150. package/projects/tuki/widgets/user-device-manage/src/device-list/device-list.component.scss +0 -131
  151. package/projects/tuki/widgets/user-device-manage/src/device-list/device-list.component.ts +0 -25
  152. package/projects/tuki/widgets/user-device-manage/src/device-manage-widget.component.html +0 -209
  153. package/projects/tuki/widgets/user-device-manage/src/device-manage-widget.component.scss +0 -502
  154. package/projects/tuki/widgets/user-device-manage/src/device-manage-widget.component.ts +0 -354
  155. package/projects/tuki/widgets/user-device-manage/src/environments/environment.prod.ts +0 -9
  156. package/projects/tuki/widgets/user-device-manage/src/environments/environment.ts +0 -10
  157. package/projects/tuki/widgets/user-device-manage/src/interseptors/auth.interceptor.ts +0 -35
  158. package/projects/tuki/widgets/user-device-manage/src/lazy-loading-select/lazy-loading-select.component.html +0 -50
  159. package/projects/tuki/widgets/user-device-manage/src/lazy-loading-select/lazy-loading-select.component.scss +0 -8
  160. package/projects/tuki/widgets/user-device-manage/src/lazy-loading-select/lazy-loading-select.component.ts +0 -81
  161. package/projects/tuki/widgets/user-device-manage/src/material.module.ts +0 -87
  162. package/projects/tuki/widgets/user-device-manage/src/notifications/notification.component.html +0 -33
  163. package/projects/tuki/widgets/user-device-manage/src/notifications/notification.component.scss +0 -84
  164. package/projects/tuki/widgets/user-device-manage/src/notifications/notification.component.ts +0 -46
  165. package/projects/tuki/widgets/user-device-manage/src/removeKynFromIBM.service.ts +0 -25
  166. package/projects/tuki/widgets/user-device-manage/src/services/api.service.ts +0 -87
  167. package/projects/tuki/widgets/user-device-manage/src/services/common-functions.ts +0 -17
  168. package/projects/tuki/widgets/user-device-manage/src/services/device.service.ts +0 -95
  169. package/projects/tuki/widgets/user-device-manage/src/services/dns.service.ts +0 -111
  170. package/projects/tuki/widgets/user-device-manage/src/services/line.service.ts +0 -89
  171. package/projects/tuki/widgets/user-device-manage/src/services/notification.service.ts +0 -68
  172. package/projects/tuki/widgets/user-device-manage/src/services/removeKynFromIBM.service.ts +0 -25
  173. package/projects/tuki/widgets/user-device-manage/src/services/site-settings.service.ts +0 -82
  174. package/projects/tuki/widgets/user-device-manage/src/services/sorting-utils.service.ts +0 -203
  175. package/projects/tuki/widgets/user-device-manage/src/services/user.service.ts +0 -283
  176. package/projects/tuki/widgets/user-device-manage/src/services/utils.service.ts +0 -87
  177. package/projects/tuki/widgets/user-device-manage/src/services/validation.service.ts +0 -829
  178. package/projects/tuki/widgets/user-device-manage/src/styles/_variables.scss +0 -90
  179. package/projects/tuki/widgets/user-device-manage/src/styles/form.scss +0 -231
  180. package/projects/tuki/widgets/user-device-manage/src/styles/icons.scss +0 -32
  181. package/projects/tuki/widgets/user-device-manage/src/styles/styles.scss +0 -110
  182. package/projects/tuki/widgets/user-device-manage/src/styles/tables.scss +0 -30
  183. package/projects/tuki/widgets/user-device-manage/src/user-device-manage.module.ts +0 -73
  184. package/projects/tuki/widgets/user-device-manage/src/utils/app-loader/app-loader.component.html +0 -6
  185. package/projects/tuki/widgets/user-device-manage/src/utils/app-loader/app-loader.component.scss +0 -11
  186. package/projects/tuki/widgets/user-device-manage/src/utils/app-loader/app-loader.ts +0 -13
  187. package/projects/tuki/widgets/user-manage/ng-package.json +0 -7
  188. package/projects/tuki/widgets/user-manage/public-api.ts +0 -6
  189. package/projects/tuki/widgets/user-manage/src/app.constants.ts +0 -50
  190. package/projects/tuki/widgets/user-manage/src/assets/icons/arrow-left.svg +0 -5
  191. package/projects/tuki/widgets/user-manage/src/assets/icons/arrow-right.svg +0 -5
  192. package/projects/tuki/widgets/user-manage/src/assets/icons/delete_icon.svg +0 -5
  193. package/projects/tuki/widgets/user-manage/src/assets/icons/dragger-vertical-icon.svg +0 -3
  194. package/projects/tuki/widgets/user-manage/src/assets/icons/icon_user.svg +0 -1
  195. package/projects/tuki/widgets/user-manage/src/assets/icons/vartical_divider_icon.svg +0 -3
  196. package/projects/tuki/widgets/user-manage/src/classes/device.ts +0 -232
  197. package/projects/tuki/widgets/user-manage/src/classes/line-association-interface.ts +0 -43
  198. package/projects/tuki/widgets/user-manage/src/classes/line-association.ts +0 -161
  199. package/projects/tuki/widgets/user-manage/src/classes/line-call-info-display.ts +0 -21
  200. package/projects/tuki/widgets/user-manage/src/classes/line-directory.ts +0 -42
  201. package/projects/tuki/widgets/user-manage/src/classes/line.ts +0 -144
  202. package/projects/tuki/widgets/user-manage/src/classes/notification.ts +0 -39
  203. package/projects/tuki/widgets/user-manage/src/classes/pagination.ts +0 -18
  204. package/projects/tuki/widgets/user-manage/src/classes/recording-options.ts +0 -6
  205. package/projects/tuki/widgets/user-manage/src/classes/simplified-user.ts +0 -165
  206. package/projects/tuki/widgets/user-manage/src/classes/table-data.ts +0 -6
  207. package/projects/tuki/widgets/user-manage/src/classes/translation-pattern.ts +0 -49
  208. package/projects/tuki/widgets/user-manage/src/classes/user-interface.ts +0 -225
  209. package/projects/tuki/widgets/user-manage/src/classes/user-list.ts +0 -42
  210. package/projects/tuki/widgets/user-manage/src/classes/user.ts +0 -8
  211. package/projects/tuki/widgets/user-manage/src/common-functions.ts +0 -16
  212. package/projects/tuki/widgets/user-manage/src/device-list/device-list.component.html +0 -27
  213. package/projects/tuki/widgets/user-manage/src/device-list/device-list.component.scss +0 -131
  214. package/projects/tuki/widgets/user-manage/src/device-list/device-list.component.ts +0 -25
  215. package/projects/tuki/widgets/user-manage/src/environments/environment.prod.ts +0 -9
  216. package/projects/tuki/widgets/user-manage/src/environments/environment.ts +0 -10
  217. package/projects/tuki/widgets/user-manage/src/interseptors/auth.interceptor.ts +0 -35
  218. package/projects/tuki/widgets/user-manage/src/lazy-loading-select/lazy-loading-select.component.html +0 -50
  219. package/projects/tuki/widgets/user-manage/src/lazy-loading-select/lazy-loading-select.component.scss +0 -8
  220. package/projects/tuki/widgets/user-manage/src/lazy-loading-select/lazy-loading-select.component.ts +0 -81
  221. package/projects/tuki/widgets/user-manage/src/material.module.ts +0 -85
  222. package/projects/tuki/widgets/user-manage/src/notifications/notification.component.html +0 -33
  223. package/projects/tuki/widgets/user-manage/src/notifications/notification.component.scss +0 -84
  224. package/projects/tuki/widgets/user-manage/src/notifications/notification.component.ts +0 -46
  225. package/projects/tuki/widgets/user-manage/src/removeKynFromIBM.service.ts +0 -25
  226. package/projects/tuki/widgets/user-manage/src/services/api.service.ts +0 -90
  227. package/projects/tuki/widgets/user-manage/src/services/dns.service.ts +0 -116
  228. package/projects/tuki/widgets/user-manage/src/services/line.service.ts +0 -31
  229. package/projects/tuki/widgets/user-manage/src/services/notification.service.ts +0 -68
  230. package/projects/tuki/widgets/user-manage/src/services/removeKynFromIBM.service.ts +0 -25
  231. package/projects/tuki/widgets/user-manage/src/services/site-settings.service.ts +0 -35
  232. package/projects/tuki/widgets/user-manage/src/services/sorting-utils.service.ts +0 -203
  233. package/projects/tuki/widgets/user-manage/src/services/user.service.ts +0 -242
  234. package/projects/tuki/widgets/user-manage/src/services/users-search.service.ts +0 -59
  235. package/projects/tuki/widgets/user-manage/src/services/utils.service.ts +0 -71
  236. package/projects/tuki/widgets/user-manage/src/styles/_variables.scss +0 -90
  237. package/projects/tuki/widgets/user-manage/src/styles/form.scss +0 -231
  238. package/projects/tuki/widgets/user-manage/src/styles/icons.scss +0 -32
  239. package/projects/tuki/widgets/user-manage/src/styles/styles.scss +0 -110
  240. package/projects/tuki/widgets/user-manage/src/styles/tables.scss +0 -30
  241. package/projects/tuki/widgets/user-manage/src/user-calling/user-calling-extension/user-calling-extension.component.html +0 -10
  242. package/projects/tuki/widgets/user-manage/src/user-calling/user-calling-extension/user-calling-extension.component.scss +0 -429
  243. package/projects/tuki/widgets/user-manage/src/user-calling/user-calling-extension/user-calling-extension.component.ts +0 -63
  244. package/projects/tuki/widgets/user-manage/src/user-calling/user-calling.component.html +0 -32
  245. package/projects/tuki/widgets/user-manage/src/user-calling/user-calling.component.scss +0 -444
  246. package/projects/tuki/widgets/user-manage/src/user-calling/user-calling.component.ts +0 -89
  247. package/projects/tuki/widgets/user-manage/src/user-details/notification.service.ts +0 -68
  248. package/projects/tuki/widgets/user-manage/src/user-info/user-info.component.html +0 -29
  249. package/projects/tuki/widgets/user-manage/src/user-info/user-info.component.scss +0 -64
  250. package/projects/tuki/widgets/user-manage/src/user-info/user-info.component.ts +0 -19
  251. package/projects/tuki/widgets/user-manage/src/user-manage-widget.component.html +0 -290
  252. package/projects/tuki/widgets/user-manage/src/user-manage-widget.component.scss +0 -463
  253. package/projects/tuki/widgets/user-manage/src/user-manage-widget.component.ts +0 -212
  254. package/projects/tuki/widgets/user-manage/src/user-manage.module.ts +0 -63
  255. package/projects/tuki/widgets/user-manage/src/utils/app-loader/app-loader.component.html +0 -6
  256. package/projects/tuki/widgets/user-manage/src/utils/app-loader/app-loader.component.scss +0 -11
  257. package/projects/tuki/widgets/user-manage/src/utils/app-loader/app-loader.ts +0 -13
  258. package/projects/tuki/widgets/user-manage/src/utils/pagination/pagination.component.html +0 -26
  259. package/projects/tuki/widgets/user-manage/src/utils/pagination/pagination.component.scss +0 -41
  260. package/projects/tuki/widgets/user-manage/src/utils/pagination/pagination.component.ts +0 -41
  261. package/projects/tuki/widgets/users-list/ng-package.json +0 -7
  262. package/projects/tuki/widgets/users-list/public-api.ts +0 -8
  263. package/projects/tuki/widgets/users-list/src/app.constants.ts +0 -54
  264. package/projects/tuki/widgets/users-list/src/assets/icons/close_icon_modal.svg +0 -3
  265. package/projects/tuki/widgets/users-list/src/assets/icons/icon_user.svg +0 -1
  266. package/projects/tuki/widgets/users-list/src/assets/icons/move_user_to_another_location.svg +0 -14
  267. package/projects/tuki/widgets/users-list/src/assets/icons/white-close-icon.svg +0 -3
  268. package/projects/tuki/widgets/users-list/src/classes/app-location.ts +0 -36
  269. package/projects/tuki/widgets/users-list/src/classes/device.ts +0 -225
  270. package/projects/tuki/widgets/users-list/src/classes/line.ts +0 -144
  271. package/projects/tuki/widgets/users-list/src/classes/move-user.ts +0 -225
  272. package/projects/tuki/widgets/users-list/src/classes/notification.ts +0 -38
  273. package/projects/tuki/widgets/users-list/src/classes/pagination.ts +0 -18
  274. package/projects/tuki/widgets/users-list/src/classes/simlified-user.ts +0 -74
  275. package/projects/tuki/widgets/users-list/src/classes/table-data.ts +0 -6
  276. package/projects/tuki/widgets/users-list/src/classes/user-interface.ts +0 -225
  277. package/projects/tuki/widgets/users-list/src/classes/user-list.ts +0 -47
  278. package/projects/tuki/widgets/users-list/src/classes/user.ts +0 -8
  279. package/projects/tuki/widgets/users-list/src/material.module.ts +0 -94
  280. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-stepper/device-move-user/device-move-user-wizard.component.html +0 -37
  281. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-stepper/device-move-user/device-move-user-wizard.component.scss +0 -129
  282. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-stepper/device-move-user/device-move-user-wizard.component.ts +0 -46
  283. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-stepper/device-move-user-tab/devices-move-user-wizard-tab.component.html +0 -31
  284. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-stepper/device-move-user-tab/devices-move-user-wizard-tab.component.scss +0 -20
  285. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-stepper/device-move-user-tab/devices-move-user-wizard-tab.component.ts +0 -26
  286. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-stepper/move-user-stepper.component.html +0 -222
  287. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-stepper/move-user-stepper.component.scss +0 -239
  288. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-stepper/move-user-stepper.component.ts +0 -206
  289. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-wizard.component.html +0 -12
  290. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-wizard.component.scss +0 -41
  291. package/projects/tuki/widgets/users-list/src/move-user-wizard/move-user-wizard.component.ts +0 -36
  292. package/projects/tuki/widgets/users-list/src/services/api-webex.service.ts +0 -14
  293. package/projects/tuki/widgets/users-list/src/services/api.service.ts +0 -90
  294. package/projects/tuki/widgets/users-list/src/services/dns.service.ts +0 -128
  295. package/projects/tuki/widgets/users-list/src/services/events-communication.service.ts +0 -11
  296. package/projects/tuki/widgets/users-list/src/services/move-user.service.ts +0 -59
  297. package/projects/tuki/widgets/users-list/src/services/notification.service.ts +0 -68
  298. package/projects/tuki/widgets/users-list/src/services/removeKynFromIBM.service.ts +0 -25
  299. package/projects/tuki/widgets/users-list/src/services/site-settings.service.ts +0 -26
  300. package/projects/tuki/widgets/users-list/src/services/user.service.ts +0 -159
  301. package/projects/tuki/widgets/users-list/src/services/users-search.service.ts +0 -139
  302. package/projects/tuki/widgets/users-list/src/styles/styles.scss +0 -572
  303. package/projects/tuki/widgets/users-list/src/user-list-confirm-dialog/user-list-confirm-dialog.component.html +0 -15
  304. package/projects/tuki/widgets/users-list/src/user-list-confirm-dialog/user-list-confirm-dialog.component.scss +0 -103
  305. package/projects/tuki/widgets/users-list/src/user-list-confirm-dialog/user-list-confirm-dialog.component.ts +0 -35
  306. package/projects/tuki/widgets/users-list/src/users-list.component.css +0 -4
  307. package/projects/tuki/widgets/users-list/src/users-list.component.css.map +0 -1
  308. package/projects/tuki/widgets/users-list/src/users-list.component.html +0 -86
  309. package/projects/tuki/widgets/users-list/src/users-list.component.scss +0 -572
  310. package/projects/tuki/widgets/users-list/src/users-list.component.ts +0 -312
  311. package/projects/tuki/widgets/users-list/src/users-list.module.ts +0 -63
  312. package/projects/tuki/widgets/users-list/src/utils/app-loader/app-loader.component.css +0 -11
  313. package/projects/tuki/widgets/users-list/src/utils/app-loader/app-loader.component.css.map +0 -1
  314. package/projects/tuki/widgets/users-list/src/utils/app-loader/app-loader.component.html +0 -6
  315. package/projects/tuki/widgets/users-list/src/utils/app-loader/app-loader.component.scss +0 -11
  316. package/projects/tuki/widgets/users-list/src/utils/app-loader/app-loader.ts +0 -13
  317. package/projects/tuki/widgets/users-list/src/utils/common-functions.ts +0 -32
  318. package/projects/tuki/widgets/users-list/src/utils/notifications/notification.component.html +0 -33
  319. package/projects/tuki/widgets/users-list/src/utils/notifications/notification.component.scss +0 -84
  320. package/projects/tuki/widgets/users-list/src/utils/notifications/notification.component.ts +0 -46
  321. package/projects/tuki/widgets/users-list/src/utils/pagination/pagination.component.css +0 -45
  322. package/projects/tuki/widgets/users-list/src/utils/pagination/pagination.component.css.map +0 -1
  323. package/projects/tuki/widgets/users-list/src/utils/pagination/pagination.component.html +0 -26
  324. package/projects/tuki/widgets/users-list/src/utils/pagination/pagination.component.scss +0 -41
  325. package/projects/tuki/widgets/users-list/src/utils/pagination/pagination.component.ts +0 -41
  326. package/projects/tuki/widgets/users-list/src/utils/utils.service.ts +0 -71
  327. package/projects/widgets-playground/src/app/app.component.html +0 -109
  328. package/projects/widgets-playground/src/app/app.component.scss +0 -15
  329. package/projects/widgets-playground/src/app/app.component.spec.ts +0 -31
  330. package/projects/widgets-playground/src/app/app.component.ts +0 -31
  331. package/projects/widgets-playground/src/app/app.module.ts +0 -43
  332. package/projects/widgets-playground/src/assets/.gitkeep +0 -0
  333. package/projects/widgets-playground/src/assets/icons/already_upgraded.png +0 -0
  334. package/projects/widgets-playground/src/assets/icons/check2_icon.png +0 -0
  335. package/projects/widgets-playground/src/assets/icons/check_icon.png +0 -0
  336. package/projects/widgets-playground/src/assets/icons/expand_icon.png +0 -0
  337. package/projects/widgets-playground/src/assets/icons/issue_icon.png +0 -0
  338. package/projects/widgets-playground/src/assets/icons/menu_icon.png +0 -0
  339. package/projects/widgets-playground/src/assets/icons/ready_to_upgrade.png +0 -0
  340. package/projects/widgets-playground/src/assets/icons/search_icon.png +0 -0
  341. package/projects/widgets-playground/src/assets/icons/site.png +0 -0
  342. package/projects/widgets-playground/src/assets/icons/user.png +0 -0
  343. package/projects/widgets-playground/src/assets/icons/warning_icon.png +0 -0
  344. package/projects/widgets-playground/src/favicon.ico +0 -0
  345. package/projects/widgets-playground/src/index.html +0 -13
  346. package/projects/widgets-playground/src/main.ts +0 -7
  347. package/projects/widgets-playground/src/styles.scss +0 -23
  348. package/projects/widgets-playground/tsconfig.app.json +0 -14
  349. package/projects/widgets-playground/tsconfig.spec.json +0 -14
  350. package/proxy.conf.js +0 -23
  351. package/tsconfig.json +0 -46
  352. /package/{projects/tuki/widgets/di2mt → di2mt}/README.md +0 -0
@@ -1,225 +0,0 @@
1
- /*
2
-
3
- export interface UserInterface {
4
- userid: string;
5
- firstName: string;
6
- lastName: string;
7
- middleName: string;
8
- email: string;
9
- department: string;
10
- telephoneNumber: string;
11
- homeNumber: string;
12
- mobileNumber: string;
13
- pagerNumber: string;
14
- displayName: string;
15
- features: string[];
16
- ldapIntegrated: boolean;
17
- sparkLicenses: any[];
18
- extensionMobility: ExtensionMobilityInterface;
19
- singleNumberReach?: SingleNumberReachInterface;
20
- primaryLineReference: LineDirectoryInterface;
21
- voicemail: VoicemailInterface;
22
- devices: DeviceInterface[];
23
- deviceProfiles: DeviceInterface[];
24
- lines: LineInterface[];
25
- subscribeCss: string;
26
- presenceGroup: string;
27
- allowDeviceControlFromCti: boolean;
28
- enableCrossClusterEm: boolean;
29
- ucServiceProfile: string;
30
- manager: string;
31
- title: string;
32
- associatedPc: string;
33
- userProfile: string;
34
- enableUserToHostConferenceNow: boolean;
35
- attendeesAccessCode: string;
36
- enableMobileVoiceAccess: boolean;
37
- mlppUserIdNumber: string;
38
- mlppPrecedencePattern: string;
39
- userLocale: string;
40
- siteId: number;
41
- siteName: string;
42
- location: string;
43
- lineAppearances: Array<LineAppearance>;
44
- meetMes: Array<MeetMeConferencing>;
45
- homeCluster: boolean;
46
- vmOnlyUser?: boolean;
47
- directoryUri:string;
48
- }
49
-
50
- export interface SingleNumberReachInterface {
51
- remoteDestinationProfileName: string;
52
- remoteDestinations?: RemoteDestinationInterface[];
53
- devicePool?: string;
54
- css?: string;
55
- rerouteCss?: string;
56
- }
57
-
58
- export interface VoicemailInterface {
59
- callHandlerObjectId?: string;
60
- extension: string;
61
- vmUserTemplate?: string;
62
- vmPassword?: VoicemailSettingsInterface;
63
- vmMailbox?: MailboxInterface;
64
- vmUnifiedMessagingAccount?: UnifiedMessagingAccount[];
65
- notificationDevices?: VoicemailNotifications[];
66
- alternateExtensions?: AlternateExtensions[];
67
- language?: LanguageMailbox;
68
- messageActions?: MessageActions;
69
- webAppPassword?: WebAppPassword;
70
- vmPasswordSettings?: VmPasswordSettings;
71
- pkid?: string;
72
- }
73
-
74
- export interface ExtensionMobilityInterface {
75
- deviceType: string;
76
- deviceProfileName: string;
77
- buttonTemplate: string;
78
- services: string[];
79
- protocol: string;
80
- userLocale: string;
81
- lineAssociations: LineAssociationInterface[];
82
- speedDials: SpeedDialInterface[];
83
- }
84
-
85
- export interface SpeedDialInterface {
86
- index: number;
87
- position: number;
88
- destination: string;
89
- label: string;
90
- editMode?: boolean;
91
- }
92
-
93
- export interface DeviceInterface {
94
- name: string;
95
- newName: string;
96
- pkid: string;
97
- entityChangeType: EntityChangeType;
98
- deviceType: string;
99
- protocol: string;
100
- description: string;
101
- buttonTemplate: string;
102
- softkeyTemplate: string;
103
- devicePoolName: string;
104
- location: string;
105
- userLocale: string;
106
- enabledExtensionMobility: boolean;
107
- callingSearchSpaceName: string;
108
- services: string[];
109
- networkLocale: string;
110
- securityProfile: string;
111
- lineAssociations: LineAssociationInterface[];
112
- speedDials: SpeedDialInterface[];
113
- sipProfile: string;
114
- subscribeCallingSearchSpaceName: string;
115
- commonPhoneConfigName: string;
116
- ctiRemoteDevice: boolean;
117
- firstExpansionModule: string;
118
- secondExpansionModule: string;
119
- thirdExpansionModule: string;
120
- builtInBridge: string;
121
- extraOptions?: DeviceExtraOptionsInterface;
122
- formDisabledControls?: string[];
123
- sharedUsers: string[];
124
- busyLampFields: BusyLampFieldsInterface[];
125
- meetMeEnabled: boolean;
126
- deviceKind;
127
- isCtiRoutePoint?: boolean;
128
- cucmId: string;
129
- plarDevice?: boolean;
130
- firmwareVersion;
131
- certificateOperation: string;
132
- authenticationMode: string;
133
- authenticationString?: string;
134
- rsaKeySize?: string;
135
- operationCompletesBy: string;
136
- certificateStatus: string;
137
- day?: string;
138
- month?: string;
139
- year?: string;
140
- hour?: string;
141
- securityProfileUuid?: string;
142
- excludeDeviceExtraOptions?: boolean;
143
- }
144
-
145
- export interface DeviceViewConfiguration {
146
- viewMode: any;
147
- editMode: boolean;
148
- }
149
-
150
- export enum DeviceViewType {
151
- details = 0,
152
- lines = 1,
153
- speedDials = 2,
154
- blf = 2,
155
- }
156
-
157
- export interface LineAssociationInterface {
158
- index: number;
159
- position?: number;
160
- e164Mask: string;
161
- textLabel: string;
162
- displayLabel: string;
163
- displayLabelAscii: string;
164
- directoryNumber: LineDirectoryInterface;
165
- didPattern: TranslationPatternInterface;
166
- mappedDids: Array<string>;
167
- linePkid: string;
168
- maxNumberOfCalls: number;
169
- busyTrigger: number;
170
- recordingOption: RecordingOptions;
171
- recordingProfile: string;
172
- recordingMediaSource: string;
173
- visualMWI: string;
174
- audibleMWI: string;
175
- ringSetting_idle: string;
176
- ringSetting_active: string;
177
- pickupAAS_idle: string;
178
- pickupAAS_active: string;
179
- monitorCSS: string;
180
- logMissedCall: string;
181
- callInfoDisplay: LineCallInfoDisplayInterface;
182
- lineLocalId: string;
183
- sharedUsers: string[];
184
- sharedDevices: string[];
185
- ownerUserId: Array<string>;
186
- associated: boolean;
187
- populateWithDid: boolean;
188
- }
189
-
190
- export interface LineCallInfoDisplayInterface {
191
- callerName: string;
192
- callerNumber: string;
193
- redirectedNumber: string;
194
- dialedNumber: string;
195
- }
196
-
197
- export interface LineDirectoryInterface {
198
- directoryNumber: string;
199
- routePartitionName: string;
200
- pkid: string;
201
- dnType: string;
202
- subType?: string;
203
- templateDirectoryNumber?: string;
204
- }
205
-
206
- export interface TranslationPatternInterface {
207
- pattern: string;
208
- calledPartyTransformationMask: string;
209
- description?: string;
210
- site?: SiteShortDataInterface;
211
- hasMultipleSites?: boolean;
212
- multipleSitesId?: string;
213
- }
214
-
215
- export interface SiteShortDataInterface {
216
- id: number;
217
- name: string;
218
- }
219
-
220
- export enum RecordingOptions {
221
- disabled = 'Call Recording Disabled',
222
- auto_enabled = 'Automatic Call Recording Enabled',
223
- selective_enabled = 'Selective Call Recording Enabled'
224
- }
225
- */
@@ -1,47 +0,0 @@
1
- import { DeviceInterface } from './device';
2
- import { LineInterface } from './line';
3
-
4
- export class ListUser implements ListUserInterface {
5
- // @ts-ignore
6
- userid: string;
7
- firstName?: string;
8
- lastName?: string;
9
- email?: string;
10
- telephoneNumber?: string;
11
- devices: DeviceInterface[] = [];
12
- deviceProfiles: DeviceInterface[] = [];
13
- lines?: LineInterface[];
14
- siteId?: number;
15
- siteName?: string;
16
- webexUUID?: string;
17
- cucmId?: number;
18
- roleName?: string;
19
- status?: string;
20
- ldapIntegrated!: boolean;
21
- isMigrated = false;
22
-
23
- constructor(user?: ListUser, roleName?: string) {
24
- if (user) {
25
- Object.assign(this, user);
26
- }
27
- if (roleName) {
28
- this.roleName = roleName;
29
- }
30
- }
31
- }
32
-
33
- export interface ListUserInterface {
34
- userid: string;
35
- firstName?: string;
36
- lastName?: string;
37
- email?: string;
38
- telephoneNumber?: string;
39
- viewMode?: any;
40
- devices: DeviceInterface[];
41
- deviceProfiles: DeviceInterface[];
42
- lines?: LineInterface[];
43
- siteId?: number;
44
- siteName?: string;
45
- webexUUID?: string;
46
- cucmId?: number;
47
- }
@@ -1,8 +0,0 @@
1
- export enum UserView {
2
- USER = 0,
3
- DEVICE = 1,
4
- LINE = 2,
5
- SNR = 3,
6
- FEATURES = 4,
7
- USER_COLLECTION = 5
8
- }
@@ -1,94 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
-
3
- import { MatExpansionModule } from '@angular/material/expansion';
4
- import { MatDatepickerModule } from '@angular/material/datepicker';
5
- import { MatAutocompleteModule } from '@angular/material/autocomplete';
6
- import { MatChipsModule } from '@angular/material/chips';
7
- import { MatListModule } from '@angular/material/list';
8
- import { MatSidenavModule } from '@angular/material/sidenav';
9
- import { MatTreeModule } from '@angular/material/tree';
10
- import { DragDropModule } from '@angular/cdk/drag-drop';
11
- import { MatButtonModule } from '@angular/material/button';
12
- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
13
- import { MatInputModule } from '@angular/material/input';
14
- import { MatNativeDateModule } from '@angular/material/core';
15
- import { MatTooltipModule } from '@angular/material/tooltip';
16
- import { MatFormFieldModule } from '@angular/material/form-field';
17
- import { MatStepperModule } from '@angular/material/stepper';
18
- import { MatTabsModule } from '@angular/material/tabs';
19
- import { MatCardModule } from '@angular/material/card';
20
- import { MatSelectModule } from '@angular/material/select';
21
- import { MatCheckboxModule } from '@angular/material/checkbox';
22
- import { MatSlideToggleModule } from '@angular/material/slide-toggle';
23
- import { MatTableModule } from '@angular/material/table';
24
- import { MatPaginatorModule } from '@angular/material/paginator';
25
- import { MatMenuModule } from '@angular/material/menu';
26
- import { MatDialogModule } from '@angular/material/dialog';
27
- import { MatRadioModule } from '@angular/material/radio';
28
-
29
-
30
- @NgModule({
31
- imports: [
32
- DragDropModule,
33
- MatButtonModule,
34
- MatListModule,
35
- MatProgressSpinnerModule,
36
- MatExpansionModule,
37
- MatInputModule,
38
- MatInputModule,
39
- MatListModule,
40
- MatTreeModule,
41
- MatTreeModule,
42
- MatNativeDateModule,
43
- MatDatepickerModule,
44
- MatTooltipModule,
45
- MatAutocompleteModule,
46
- MatChipsModule,
47
- MatSidenavModule,
48
- MatFormFieldModule,
49
- MatStepperModule,
50
- MatTabsModule,
51
- MatCardModule,
52
- MatSelectModule,
53
- MatCheckboxModule,
54
- MatSlideToggleModule,
55
- MatTableModule,
56
- MatPaginatorModule,
57
- MatMenuModule,
58
- MatDialogModule,
59
- MatRadioModule
60
- ],
61
- exports: [
62
- DragDropModule,
63
- MatButtonModule,
64
- MatListModule,
65
- MatProgressSpinnerModule,
66
- MatExpansionModule,
67
- MatInputModule,
68
- MatInputModule,
69
- MatListModule,
70
- MatTreeModule,
71
- MatTreeModule,
72
- MatNativeDateModule,
73
- MatDatepickerModule,
74
- MatTooltipModule,
75
- MatAutocompleteModule,
76
- MatChipsModule,
77
- MatSidenavModule,
78
- MatFormFieldModule,
79
- MatStepperModule,
80
- MatTabsModule,
81
- MatCardModule,
82
- MatCheckboxModule,
83
- MatSelectModule,
84
- MatSlideToggleModule,
85
- MatProgressSpinnerModule,
86
- MatTableModule,
87
- MatPaginatorModule,
88
- MatMenuModule,
89
- MatDialogModule,
90
- MatRadioModule
91
- ],
92
- })
93
- export class MaterialModule {
94
- }
@@ -1,37 +0,0 @@
1
- <form>
2
- <div class="device-item-panel-container">
3
- <div class="device-left">
4
- <div
5
- class="device-migration-status"
6
- [ngClass]="{'--checked': device.toMigrate}"
7
- >
8
- <mat-checkbox
9
- class="rounded"
10
- [checked]="device.toMigrate"
11
- ></mat-checkbox>
12
- </div>
13
- </div>
14
- <div class="device-right">
15
- <div class="device-header">
16
- <div class="device-name">{{ device.name }}</div>
17
- <div class="device-migrate" *ngIf="device.isEligible">
18
- <mat-checkbox name="toMigrate"
19
- [(ngModel)]="device.toMigrate"
20
- >Migrate this device</mat-checkbox>
21
- </div>
22
- </div>
23
- <mat-divider></mat-divider>
24
- <div class="device-info">
25
- <div *ngIf="device.product" class="device-info__item">
26
- <div class="key">Device type</div>
27
- <div class="value">{{ device.product }}</div>
28
- </div>
29
- <div *ngIf="device.mac" class="device-info__item">
30
- <div class="key">MAC address</div>
31
- <div class="value">{{ device.mac }}</div>
32
- </div>
33
-
34
- </div>
35
- </div>
36
- </div>
37
- </form>
@@ -1,129 +0,0 @@
1
- .device-item-panel-container {
2
- display: flex;
3
-
4
- border: 1px solid gray;
5
- border-radius: 0.5rem;
6
-
7
- margin-bottom: 1.5rem;
8
-
9
- overflow: hidden;
10
- }
11
-
12
- .device-migration-status {
13
- height: 100%;
14
- padding: 1rem;
15
-
16
- background-color: hsl(40.33deg 100% 88.04%);
17
- }
18
-
19
- .device-right {
20
- width: 100%;
21
-
22
- display: flex;
23
- flex-direction: column;
24
- justify-content: space-between;
25
-
26
- padding: 1rem 2rem;
27
- }
28
-
29
- .device-header {
30
- display: flex;
31
- justify-content: space-between;
32
- align-items: center;
33
- padding: 0 0 7px 0;
34
-
35
- & .device-name {
36
- font-size: 18px;
37
- font-weight: bold;
38
- }
39
-
40
- & .device-migrate {
41
-
42
- font-weight: bold;
43
-
44
- .mat-checkbox ::ng-deep .mat-checkbox-label {
45
- margin-left: 0.4rem;
46
- }
47
-
48
- ::ng-deep .mat-checkbox-checked.mat-accent {
49
- .mat-checkbox-ripple .mat-ripple-element {
50
- background-color: hsl(220, 100%, 50%) !important;
51
- }
52
-
53
- .mat-checkbox-background,
54
- .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
55
- background-color: hsl(220, 100%, 50%) !important;
56
- }
57
- }
58
-
59
- ::ng-deep .mat-checkbox.mat-accent {
60
- .mat-checkbox-ripple .mat-ripple-element {
61
- background-color: hsl(220, 100%, 50%) !important;
62
- }
63
- }
64
- }
65
- }
66
-
67
- .device-info {
68
- // display: inline-flex;
69
- // gap: 4.5rem;
70
- display: grid;
71
- grid-template-columns: auto auto;
72
- gap: 2.5rem;
73
- }
74
-
75
- .device-info__item {
76
- font-size: 16px;
77
- font-weight: bold;
78
-
79
- & .key {
80
- margin: 10px 0 0 0;
81
- }
82
-
83
- & .value {
84
- color: rgb(160, 160, 160);
85
- }
86
- }
87
-
88
- .--checked {
89
- background-color: hsl(164.62deg 66.1% 88.43%);
90
- }
91
-
92
- .mat-checkbox ::ng-deep .mat-checkbox-inner-container {
93
- width: 20px;
94
- height: 20px;
95
- }
96
-
97
- ::ng-deep .mat-checkbox-checked.mat-accent {
98
- .mat-checkbox-ripple .mat-ripple-element {
99
- background-color: hsl(159.43deg 59.32% 23.14%) !important;
100
- }
101
-
102
- .mat-checkbox-background,
103
- .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
104
- background-color: hsl(159.43deg 59.32% 23.14%);
105
- }
106
- }
107
-
108
- ::ng-deep .mat-checkbox.mat-accent {
109
- .mat-checkbox-ripple .mat-ripple-element {
110
- background-color: hsl(159.43deg 59.32% 23.14%) !important;
111
- }
112
- }
113
-
114
- ::ng-deep .rounded {
115
-
116
- & .mat-checkbox-background,
117
- .mat-checkbox-frame {
118
- border-radius: 50% !important;
119
- }
120
-
121
- pointer-events: none;
122
- }
123
-
124
- ::ng-deep .mat-divider {
125
- display: block;
126
- margin: 0;
127
- border-top-width: 2px;
128
- border-top-style: solid;
129
- }
@@ -1,46 +0,0 @@
1
- import { Component, Input, OnInit } from "@angular/core";
2
- import { PrepareMigrationDevice } from '../../../classes/move-user';
3
- import { AppLocation } from '../../../classes/app-location';
4
- import { DnsService } from '../../../services/dns.service';
5
- import { UserService } from '../../../services/user.service';
6
- import { SiteSettingsService } from '../../../services/site-settings.service';
7
- @Component({
8
- selector: 'app-device-move-user-wizard',
9
- templateUrl: './device-move-user-wizard.component.html',
10
- styleUrls: ['./device-move-user-wizard.component.scss']
11
-
12
- })
13
- export class DeviceMoveUserWizardComponent implements OnInit {
14
- @Input()
15
- device!: PrepareMigrationDevice;
16
-
17
-
18
- get moveUserPending(): boolean {
19
- return this.userService.moveUserPending;
20
- }
21
-
22
- get locations(): AppLocation[] {
23
- return this.siteSettingsService.locations;
24
- }
25
-
26
- constructor(
27
- public dnsService: DnsService,
28
- public userService: UserService,
29
- public siteSettingsService: SiteSettingsService
30
- ) {
31
- }
32
-
33
- ngOnInit() {
34
-
35
- }
36
-
37
- onMigrateDeviceChecked(event: any): void {
38
-
39
- }
40
-
41
-
42
- private resetMoveTypePhoneNUmber(): void {
43
- this.dnsService.phoneNumbers = [];
44
- }
45
-
46
- }
@@ -1,31 +0,0 @@
1
- <div *ngIf="prepareMigrationData.eligibleDevicesSize"
2
- class="devices-move-user-box eligible-devices-section" >
3
- <div class="section-title">Eligible devices ({{ prepareMigrationData.eligibleDevicesSize() }})</div>
4
- <div class="section-content">
5
- <div *ngIf="prepareMigrationData.devices?.length" class="device-group">
6
- <div class="group-title">IP Phones</div>
7
- <ng-container *ngFor="let device of prepareMigrationData.devices">
8
- <app-device-move-user-wizard [device]="device"></app-device-move-user-wizard>
9
- </ng-container>
10
- </div>
11
-
12
- <div *ngIf="prepareMigrationData.softDevices?.length" class="device-group">
13
- <div class="group-title">Soft Devices</div>
14
- <ng-container *ngFor="let device of prepareMigrationData.softDevices">
15
- <app-device-move-user-wizard [device]="device"></app-device-move-user-wizard>
16
- </ng-container>
17
- </div>
18
- </div>
19
- </div>
20
- <mat-divider *ngIf="prepareMigrationData.notSupportedDevices.length"></mat-divider>
21
- <div *ngIf="prepareMigrationData.notSupportedDevices.length" class="ineligible-devices-section">
22
- <div class="section-title">Ineligible devices ({{ prepareMigrationData.notSupportedDevices.length }})</div>
23
- <div class="section-content">
24
- <div class="device-group">
25
- <ng-container *ngFor="let device of prepareMigrationData.notSupportedDevices">
26
- <app-device-move-user-wizard [device]="device"></app-device-move-user-wizard>
27
- </ng-container>
28
- </div>
29
- </div>
30
- </div>
31
-
@@ -1,20 +0,0 @@
1
- .eligible-devices-section, .ineligible-devices-section {
2
- display: flex;
3
- padding: 1.5rem;
4
-
5
- & .section-title {
6
- font-size: 18px;
7
- font-weight: bold;
8
- padding: 0 0.5rem;
9
- width: 300px;
10
- }
11
-
12
- & .section-content {
13
- width: 100%;
14
- }
15
- }
16
- .group-title {
17
- font-size: 18px;
18
- font-weight: bold;
19
- margin-bottom: 1rem;
20
- }
@@ -1,26 +0,0 @@
1
- import { Component, OnInit } from "@angular/core";
2
- import { PrepareMigrationData } from '../../../classes/move-user';
3
- import { MoveUserService } from '../../../services/move-user.service';
4
- @Component({
5
- selector: 'app-devices-move-user-tab',
6
- templateUrl: './devices-move-user-wizard-tab.component.html',
7
- styleUrls: ['./devices-move-user-wizard-tab.component.scss']
8
-
9
- })
10
- export class DevicesMoveUserWizardTabComponent implements OnInit {
11
-
12
- get prepareMigrationData(): PrepareMigrationData {
13
- return this.moveUserService.prepareMigrationData;
14
- }
15
-
16
- constructor(
17
- public moveUserService: MoveUserService,
18
- ) {
19
- }
20
-
21
- ngOnInit() {
22
-
23
- }
24
-
25
-
26
- }