@tuki-io/tuki-widgets 0.0.219-dev.2 → 0.0.219-dev.22

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 (207) hide show
  1. package/README.md +24 -24
  2. package/esm2020/contact-center/cc-readiness/cc-readiness.module.mjs +1 -1
  3. package/esm2020/contact-center/cc-readiness/cc-readiness.service.mjs +1 -1
  4. package/esm2020/contact-center/cc-readiness/widgets/licences-requirement/licences-requirement.component.mjs +3 -3
  5. package/esm2020/di2mt/widgets/site-upgrade/progress-bar/progress-bar.component.mjs +3 -3
  6. package/esm2020/di2mt/widgets/site-upgrade/site-upgrade-data-table/site-upgrade-data-table.component.mjs +2 -2
  7. package/esm2020/di2mt/widgets/upgrade-overview/cards/pending-activation-users/pending-activation-users.component.mjs +17 -17
  8. package/esm2020/lib/widgets.component.mjs +9 -9
  9. package/esm2020/lib/widgets.module.mjs +1 -1
  10. package/esm2020/lib/widgets.service.mjs +1 -1
  11. package/esm2020/public-api.mjs +1 -1
  12. package/esm2020/shared/public-api.mjs +4 -0
  13. package/esm2020/shared/src/ui/material.module.mjs +188 -0
  14. package/esm2020/shared/src/ui/shared.module.mjs +36 -0
  15. package/esm2020/shared/src/ui/tk-page-section/tk-page-section.component.mjs +13 -0
  16. package/esm2020/shared/src/ui/tk-page-section-row/tk-page-section-row.component.mjs +13 -0
  17. package/esm2020/shared/src/ui/ui.module.mjs +37 -0
  18. package/esm2020/shared/tuki-io-tuki-widgets-shared.mjs +5 -0
  19. package/esm2020/user-creation/src/app.constants.mjs +1 -1
  20. package/esm2020/user-creation/src/classes/notification.mjs +1 -1
  21. package/esm2020/user-creation/src/classes/site.mjs +1 -1
  22. package/esm2020/user-creation/src/environments/environment.mjs +1 -1
  23. package/esm2020/user-creation/src/interfaces/user-creation-wizard.interfaces.mjs +1 -1
  24. package/esm2020/user-creation/src/shared/components/notification/notification.component.mjs +3 -3
  25. package/esm2020/user-creation/src/shared/pipes/truncate.pipe.mjs +1 -1
  26. package/esm2020/user-creation/src/shared/services/notification.service.mjs +1 -1
  27. package/esm2020/user-creation/src/shared/services/user-creation-api.service.mjs +1 -1
  28. package/esm2020/user-creation/src/shared/services/utils.mjs +1 -1
  29. package/esm2020/user-creation/src/utils/app-loader/app-loader.mjs +3 -3
  30. package/esm2020/user-creation/src/utils/build-savable-end-user.mjs +1 -1
  31. package/esm2020/user-creation/src/utils/device-default-prefix.mjs +19 -2
  32. package/esm2020/user-creation/src/utils/device-name-dynamic-tokens.mjs +4 -0
  33. package/esm2020/user-creation/src/utils/device-name-validation.mjs +1 -1
  34. package/esm2020/user-creation/src/utils/model.mjs +1 -1
  35. package/esm2020/user-creation/src/utils/parse-device-name-rule.mjs +6 -3
  36. package/esm2020/user-creation/src/widgets/user-creation-wizard/components/user-details-step/user-details-step.component.mjs +60 -13
  37. package/esm2020/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.component.mjs +3 -3
  38. package/esm2020/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.service.mjs +13 -9
  39. package/esm2020/user-device-manage/public-api.mjs +1 -1
  40. package/esm2020/user-device-manage/src/app.constants.mjs +1 -1
  41. package/esm2020/user-device-manage/src/classes/device.mjs +1 -1
  42. package/esm2020/user-device-manage/src/classes/deviceProfile.mjs +1 -1
  43. package/esm2020/user-device-manage/src/classes/line-association-interface.mjs +1 -1
  44. package/esm2020/user-device-manage/src/classes/line-association.mjs +1 -1
  45. package/esm2020/user-device-manage/src/classes/line-call-info-display.mjs +1 -1
  46. package/esm2020/user-device-manage/src/classes/line-directory.mjs +1 -1
  47. package/esm2020/user-device-manage/src/classes/line.mjs +1 -1
  48. package/esm2020/user-device-manage/src/classes/notification.mjs +1 -1
  49. package/esm2020/user-device-manage/src/classes/recording-options.mjs +1 -1
  50. package/esm2020/user-device-manage/src/classes/simplified-user.mjs +1 -1
  51. package/esm2020/user-device-manage/src/classes/site-defaults.mjs +1 -1
  52. package/esm2020/user-device-manage/src/classes/translation-pattern.mjs +1 -1
  53. package/esm2020/user-device-manage/src/classes/types.mjs +1 -1
  54. package/esm2020/user-device-manage/src/common-functions.mjs +1 -1
  55. package/esm2020/user-device-manage/src/confirm-dialog/info-dialog.component.mjs +3 -3
  56. package/esm2020/user-device-manage/src/device-associated-line/associated-line-row/associated-line-row.component.mjs +3 -3
  57. package/esm2020/user-device-manage/src/device-associated-line/device-associated-line-details-box/device-associated-line-details-box.component.mjs +3 -3
  58. package/esm2020/user-device-manage/src/device-associated-line/device-associated-line-extension/device-associated-line-extension.component.mjs +3 -3
  59. package/esm2020/user-device-manage/src/device-associated-line/device-associated-line.component.mjs +1 -1
  60. package/esm2020/user-device-manage/src/device-info/device-info.component.mjs +3 -3
  61. package/esm2020/user-device-manage/src/device-manage-widget.component.mjs +2 -2
  62. package/esm2020/user-device-manage/src/environments/environment.mjs +1 -1
  63. package/esm2020/user-device-manage/src/interseptors/auth.interceptor.mjs +1 -1
  64. package/esm2020/user-device-manage/src/lazy-loading-select/lazy-loading-select.component.mjs +3 -3
  65. package/esm2020/user-device-manage/src/material.module.mjs +1 -1
  66. package/esm2020/user-device-manage/src/notifications/notification.component.mjs +3 -3
  67. package/esm2020/user-device-manage/src/pipes/mac-address.pipe.mjs +1 -1
  68. package/esm2020/user-device-manage/src/services/api.service.mjs +1 -1
  69. package/esm2020/user-device-manage/src/services/device.service.mjs +1 -1
  70. package/esm2020/user-device-manage/src/services/dns.service.mjs +1 -1
  71. package/esm2020/user-device-manage/src/services/line.service.mjs +1 -1
  72. package/esm2020/user-device-manage/src/services/notification.service.mjs +1 -1
  73. package/esm2020/user-device-manage/src/services/removeKynFromIBM.service.mjs +1 -1
  74. package/esm2020/user-device-manage/src/services/site-settings.service.mjs +1 -1
  75. package/esm2020/user-device-manage/src/services/sorting-utils.service.mjs +1 -1
  76. package/esm2020/user-device-manage/src/services/user.service.mjs +1 -1
  77. package/esm2020/user-device-manage/src/services/utils.service.mjs +1 -1
  78. package/esm2020/user-device-manage/src/services/validation.service.mjs +1 -1
  79. package/esm2020/user-device-manage/src/user-device-manage.module.mjs +1 -4
  80. package/esm2020/user-device-manage/src/utils/app-loader/app-loader.mjs +3 -3
  81. package/esm2020/user-manage/public-api.mjs +1 -1
  82. package/esm2020/user-manage/src/app.constants.mjs +1 -1
  83. package/esm2020/user-manage/src/classes/device.mjs +1 -1
  84. package/esm2020/user-manage/src/classes/line-association-interface.mjs +1 -1
  85. package/esm2020/user-manage/src/classes/line-association.mjs +1 -1
  86. package/esm2020/user-manage/src/classes/line-call-info-display.mjs +1 -1
  87. package/esm2020/user-manage/src/classes/line-directory.mjs +1 -1
  88. package/esm2020/user-manage/src/classes/line.mjs +1 -1
  89. package/esm2020/user-manage/src/classes/notification.mjs +1 -1
  90. package/esm2020/user-manage/src/classes/pagination.mjs +1 -1
  91. package/esm2020/user-manage/src/classes/recording-options.mjs +1 -1
  92. package/esm2020/user-manage/src/classes/simplified-user.mjs +2 -1
  93. package/esm2020/user-manage/src/classes/table-data.mjs +1 -1
  94. package/esm2020/user-manage/src/classes/translation-pattern.mjs +1 -1
  95. package/esm2020/user-manage/src/classes/user-list.mjs +1 -1
  96. package/esm2020/user-manage/src/common-functions.mjs +1 -1
  97. package/esm2020/user-manage/src/device-list/device-list.component.mjs +7 -4
  98. package/esm2020/user-manage/src/device-list/device-row/device-row.component.mjs +4 -3
  99. package/esm2020/user-manage/src/environments/environment.mjs +1 -1
  100. package/esm2020/user-manage/src/interseptors/auth.interceptor.mjs +1 -1
  101. package/esm2020/user-manage/src/lazy-loading-select/lazy-loading-select.component.mjs +3 -3
  102. package/esm2020/user-manage/src/material.module.mjs +1 -1
  103. package/esm2020/user-manage/src/notifications/notification.component.mjs +3 -3
  104. package/esm2020/user-manage/src/removeKynFromIBM.service.mjs +1 -1
  105. package/esm2020/user-manage/src/services/api.service.mjs +1 -1
  106. package/esm2020/user-manage/src/services/dns.service.mjs +1 -1
  107. package/esm2020/user-manage/src/services/line.service.mjs +1 -1
  108. package/esm2020/user-manage/src/services/notification.service.mjs +1 -1
  109. package/esm2020/user-manage/src/services/removeKynFromIBM.service.mjs +1 -1
  110. package/esm2020/user-manage/src/services/site-settings.service.mjs +1 -1
  111. package/esm2020/user-manage/src/services/sorting-utils.service.mjs +1 -1
  112. package/esm2020/user-manage/src/services/user.service.mjs +17 -12
  113. package/esm2020/user-manage/src/services/utils.service.mjs +1 -1
  114. package/esm2020/user-manage/src/user-calling/user-calling-extension/user-calling-extension.component.mjs +3 -3
  115. package/esm2020/user-manage/src/user-calling/user-calling.component.mjs +12 -7
  116. package/esm2020/user-manage/src/user-info/user-info.component.mjs +3 -3
  117. package/esm2020/user-manage/src/user-manage-widget.component.mjs +21 -11
  118. package/esm2020/user-manage/src/user-manage.module.mjs +7 -3
  119. package/esm2020/user-manage/src/utils/app-loader/app-loader.mjs +3 -3
  120. package/esm2020/user-manage/src/utils/pagination/pagination.component.mjs +3 -3
  121. package/esm2020/users-list/public-api.mjs +1 -1
  122. package/esm2020/users-list/src/app.constants.mjs +3 -1
  123. package/esm2020/users-list/src/classes/app-location.mjs +1 -1
  124. package/esm2020/users-list/src/classes/device.mjs +1 -1
  125. package/esm2020/users-list/src/classes/line.mjs +1 -1
  126. package/esm2020/users-list/src/classes/move-user.mjs +1 -1
  127. package/esm2020/users-list/src/classes/notification.mjs +1 -1
  128. package/esm2020/users-list/src/classes/simlified-user.mjs +1 -1
  129. package/esm2020/users-list/src/classes/table-data.mjs +1 -1
  130. package/esm2020/users-list/src/classes/user-list.mjs +2 -1
  131. package/esm2020/users-list/src/components/table-toolbar/table-toolbar.component.mjs +3 -3
  132. package/esm2020/users-list/src/move-user-wizard/move-user-stepper/device-move-user/device-move-user-wizard.component.mjs +3 -3
  133. package/esm2020/users-list/src/move-user-wizard/move-user-stepper/device-move-user-tab/devices-move-user-wizard-tab.component.mjs +3 -3
  134. package/esm2020/users-list/src/move-user-wizard/move-user-stepper/move-user-stepper.component.mjs +14 -3
  135. package/esm2020/users-list/src/move-user-wizard/move-user-wizard.component.mjs +5 -3
  136. package/esm2020/users-list/src/services/api-webex.service.mjs +1 -1
  137. package/esm2020/users-list/src/services/api.service.mjs +1 -1
  138. package/esm2020/users-list/src/services/dns.service.mjs +1 -1
  139. package/esm2020/users-list/src/services/events-communication.service.mjs +1 -1
  140. package/esm2020/users-list/src/services/notification.service.mjs +1 -1
  141. package/esm2020/users-list/src/services/removeKynFromIBM.service.mjs +1 -1
  142. package/esm2020/users-list/src/services/site-settings.service.mjs +1 -1
  143. package/esm2020/users-list/src/services/user.service.mjs +8 -1
  144. package/esm2020/users-list/src/user-list-confirm-dialog/user-list-confirm-dialog.component.mjs +3 -3
  145. package/esm2020/users-list/src/users-list.component.mjs +118 -22
  146. package/esm2020/users-list/src/utils/app-loader/app-loader.mjs +3 -3
  147. package/esm2020/users-list/src/utils/common-functions.mjs +1 -1
  148. package/esm2020/users-list/src/utils/notifications/notification.component.mjs +3 -3
  149. package/esm2020/users-list/src/utils/utils.service.mjs +1 -1
  150. package/fesm2015/tuki-io-tuki-widgets-contact-center.mjs +2 -2
  151. package/fesm2015/tuki-io-tuki-widgets-contact-center.mjs.map +1 -1
  152. package/fesm2015/tuki-io-tuki-widgets-di2mt.mjs +20 -20
  153. package/fesm2015/tuki-io-tuki-widgets-di2mt.mjs.map +1 -1
  154. package/fesm2015/tuki-io-tuki-widgets-shared.mjs +280 -0
  155. package/fesm2015/tuki-io-tuki-widgets-shared.mjs.map +1 -0
  156. package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs +109 -33
  157. package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs.map +1 -1
  158. package/fesm2015/tuki-io-tuki-widgets-user-device-manage.mjs +18 -31
  159. package/fesm2015/tuki-io-tuki-widgets-user-device-manage.mjs.map +1 -1
  160. package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs +75 -45
  161. package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
  162. package/fesm2015/tuki-io-tuki-widgets-users-list.mjs +157 -37
  163. package/fesm2015/tuki-io-tuki-widgets-users-list.mjs.map +1 -1
  164. package/fesm2015/tuki-io-tuki-widgets.mjs +8 -8
  165. package/fesm2015/tuki-io-tuki-widgets.mjs.map +1 -1
  166. package/fesm2020/tuki-io-tuki-widgets-contact-center.mjs +2 -2
  167. package/fesm2020/tuki-io-tuki-widgets-contact-center.mjs.map +1 -1
  168. package/fesm2020/tuki-io-tuki-widgets-di2mt.mjs +20 -20
  169. package/fesm2020/tuki-io-tuki-widgets-di2mt.mjs.map +1 -1
  170. package/fesm2020/tuki-io-tuki-widgets-shared.mjs +280 -0
  171. package/fesm2020/tuki-io-tuki-widgets-shared.mjs.map +1 -0
  172. package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs +102 -29
  173. package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs.map +1 -1
  174. package/fesm2020/tuki-io-tuki-widgets-user-device-manage.mjs +18 -31
  175. package/fesm2020/tuki-io-tuki-widgets-user-device-manage.mjs.map +1 -1
  176. package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs +71 -43
  177. package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
  178. package/fesm2020/tuki-io-tuki-widgets-users-list.mjs +156 -37
  179. package/fesm2020/tuki-io-tuki-widgets-users-list.mjs.map +1 -1
  180. package/fesm2020/tuki-io-tuki-widgets.mjs +8 -8
  181. package/fesm2020/tuki-io-tuki-widgets.mjs.map +1 -1
  182. package/package.json +9 -1
  183. package/shared/index.d.ts +5 -0
  184. package/shared/public-api.d.ts +3 -0
  185. package/shared/src/ui/material.module.d.ts +28 -0
  186. package/shared/src/ui/shared.module.d.ts +10 -0
  187. package/{user-device-manage/src/shared/tk-page-section/page-section.component.d.ts → shared/src/ui/tk-page-section/tk-page-section.component.d.ts} +1 -1
  188. package/shared/src/ui/tk-page-section-row/tk-page-section-row.component.d.ts +6 -0
  189. package/shared/src/ui/ui.module.d.ts +11 -0
  190. package/user-creation/src/utils/device-default-prefix.d.ts +7 -2
  191. package/user-creation/src/utils/device-name-dynamic-tokens.d.ts +1 -0
  192. package/user-creation/src/utils/parse-device-name-rule.d.ts +1 -0
  193. package/user-creation/src/widgets/user-creation-wizard/components/user-details-step/user-details-step.component.d.ts +2 -0
  194. package/user-device-manage/src/user-device-manage.module.d.ts +9 -10
  195. package/user-manage/src/classes/simplified-user.d.ts +7 -0
  196. package/user-manage/src/device-list/device-list.component.d.ts +2 -0
  197. package/user-manage/src/services/user.service.d.ts +1 -0
  198. package/user-manage/src/user-calling/user-calling.component.d.ts +3 -2
  199. package/user-manage/src/user-manage-widget.component.d.ts +1 -0
  200. package/user-manage/src/user-manage.module.d.ts +2 -1
  201. package/users-list/src/app.constants.d.ts +2 -0
  202. package/users-list/src/classes/user-list.d.ts +4 -0
  203. package/users-list/src/move-user-wizard/move-user-stepper/move-user-stepper.component.d.ts +3 -1
  204. package/users-list/src/move-user-wizard/move-user-wizard.component.d.ts +2 -1
  205. package/users-list/src/services/user.service.d.ts +1 -0
  206. package/users-list/src/users-list.component.d.ts +6 -1
  207. package/esm2020/user-device-manage/src/shared/tk-page-section/page-section.component.mjs +0 -13
@@ -19,17 +19,17 @@ class WidgetsComponent {
19
19
  }
20
20
  }
21
21
  WidgetsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WidgetsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
- WidgetsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: WidgetsComponent, selector: "lib-widgets", ngImport: i0, template: `
23
- <p>
24
- widgets works!
25
- </p>
22
+ WidgetsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: WidgetsComponent, selector: "lib-widgets", ngImport: i0, template: `
23
+ <p>
24
+ widgets works!
25
+ </p>
26
26
  `, isInline: true });
27
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WidgetsComponent, decorators: [{
28
28
  type: Component,
29
- args: [{ selector: 'lib-widgets', template: `
30
- <p>
31
- widgets works!
32
- </p>
29
+ args: [{ selector: 'lib-widgets', template: `
30
+ <p>
31
+ widgets works!
32
+ </p>
33
33
  ` }]
34
34
  }], ctorParameters: function () { return []; } });
35
35
 
@@ -1 +1 @@
1
- {"version":3,"file":"tuki-io-tuki-widgets.mjs","sources":["../../../../projects/tuki/widgets/src/lib/widgets.service.ts","../../../../projects/tuki/widgets/src/lib/widgets.component.ts","../../../../projects/tuki/widgets/src/lib/widgets.module.ts","../../../../projects/tuki/widgets/src/public-api.ts","../../../../projects/tuki/widgets/src/tuki-io-tuki-widgets.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class WidgetsService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'lib-widgets',\n template: `\n <p>\n widgets works!\n </p>\n `,\n styles: [\n ]\n})\nexport class WidgetsComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { WidgetsComponent } from './widgets.component';\n\n\n\n@NgModule({\n declarations: [\n WidgetsComponent\n ],\n imports: [\n ],\n exports: [\n WidgetsComponent\n ]\n})\nexport class WidgetsModule { }\n","/*\n * Public API Surface of widgets\n */\n\nexport * from './lib/widgets.service';\nexport * from './lib/widgets.component';\nexport * from './lib/widgets.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAKa,cAAc,CAAA;AAEzB,IAAA,WAAA,GAAA,GAAiB;;4GAFN,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,cAFb,MAAM,EAAA,CAAA,CAAA;4FAEP,cAAc,EAAA,UAAA,EAAA,CAAA;kBAH1B,UAAU;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,UAAU,EAAE,MAAM;AACnB,iBAAA,CAAA;;;MCQY,gBAAgB,CAAA;AAE3B,IAAA,WAAA,GAAA,GAAiB;IAEjB,QAAQ,GAAA;KACP;;8GALU,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,gBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,EARjB,QAAA,EAAA,aAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;AAIT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;4FAIU,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAV5B,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,aAAa,EACb,QAAA,EAAA,CAAA;;;;AAIT,EAAA,CAAA,EAAA,CAAA;;;MCOU,aAAa,CAAA;;2GAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;4GAAb,aAAa,EAAA,YAAA,EAAA,CARtB,gBAAgB,CAAA,EAAA,OAAA,EAAA,CAKhB,gBAAgB,CAAA,EAAA,CAAA,CAAA;4GAGP,aAAa,EAAA,CAAA,CAAA;4FAAb,aAAa,EAAA,UAAA,EAAA,CAAA;kBAVzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,gBAAgB;AACjB,qBAAA;AACD,oBAAA,OAAO,EAAE,EACR;AACD,oBAAA,OAAO,EAAE;wBACP,gBAAgB;AACjB,qBAAA;AACF,iBAAA,CAAA;;;ACdD;;AAEG;;ACFH;;AAEG;;;;"}
1
+ {"version":3,"file":"tuki-io-tuki-widgets.mjs","sources":["../../../../projects/tuki/widgets/src/lib/widgets.service.ts","../../../../projects/tuki/widgets/src/lib/widgets.component.ts","../../../../projects/tuki/widgets/src/lib/widgets.module.ts","../../../../projects/tuki/widgets/src/public-api.ts","../../../../projects/tuki/widgets/src/tuki-io-tuki-widgets.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class WidgetsService {\r\n\r\n constructor() { }\r\n}\r\n","import { Component, OnInit } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'lib-widgets',\r\n template: `\r\n <p>\r\n widgets works!\r\n </p>\r\n `,\r\n styles: [\r\n ]\r\n})\r\nexport class WidgetsComponent implements OnInit {\r\n\r\n constructor() { }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { WidgetsComponent } from './widgets.component';\r\n\r\n\r\n\r\n@NgModule({\r\n declarations: [\r\n WidgetsComponent\r\n ],\r\n imports: [\r\n ],\r\n exports: [\r\n WidgetsComponent\r\n ]\r\n})\r\nexport class WidgetsModule { }\r\n","/*\r\n * Public API Surface of widgets\r\n */\r\n\r\nexport * from './lib/widgets.service';\r\nexport * from './lib/widgets.component';\r\nexport * from './lib/widgets.module';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAKa,cAAc,CAAA;AAEzB,IAAA,WAAA,GAAA,GAAiB;;4GAFN,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,cAFb,MAAM,EAAA,CAAA,CAAA;4FAEP,cAAc,EAAA,UAAA,EAAA,CAAA;kBAH1B,UAAU;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,UAAU,EAAE,MAAM;AACnB,iBAAA,CAAA;;;MCQY,gBAAgB,CAAA;AAE3B,IAAA,WAAA,GAAA,GAAiB;IAEjB,QAAQ,GAAA;KACP;;8GALU,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,gBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,EARjB,QAAA,EAAA,aAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;AAIT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;4FAIU,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAV5B,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,aAAa,EACb,QAAA,EAAA,CAAA;;;;AAIT,EAAA,CAAA,EAAA,CAAA;;;MCOU,aAAa,CAAA;;2GAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;4GAAb,aAAa,EAAA,YAAA,EAAA,CARtB,gBAAgB,CAAA,EAAA,OAAA,EAAA,CAKhB,gBAAgB,CAAA,EAAA,CAAA,CAAA;4GAGP,aAAa,EAAA,CAAA,CAAA;4FAAb,aAAa,EAAA,UAAA,EAAA,CAAA;kBAVzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,gBAAgB;AACjB,qBAAA;AACD,oBAAA,OAAO,EAAE,EACR;AACD,oBAAA,OAAO,EAAE;wBACP,gBAAgB;AACjB,qBAAA;AACF,iBAAA,CAAA;;;ACdD;;AAEG;;ACFH;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuki-io/tuki-widgets",
3
- "version": "0.0.219-dev.2",
3
+ "version": "0.0.219-dev.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
@@ -44,6 +44,14 @@
44
44
  "node": "./fesm2015/tuki-io-tuki-widgets-di2mt.mjs",
45
45
  "default": "./fesm2020/tuki-io-tuki-widgets-di2mt.mjs"
46
46
  },
47
+ "./shared": {
48
+ "types": "./shared/index.d.ts",
49
+ "esm2020": "./esm2020/shared/tuki-io-tuki-widgets-shared.mjs",
50
+ "es2020": "./fesm2020/tuki-io-tuki-widgets-shared.mjs",
51
+ "es2015": "./fesm2015/tuki-io-tuki-widgets-shared.mjs",
52
+ "node": "./fesm2015/tuki-io-tuki-widgets-shared.mjs",
53
+ "default": "./fesm2020/tuki-io-tuki-widgets-shared.mjs"
54
+ },
47
55
  "./user-creation": {
48
56
  "types": "./user-creation/index.d.ts",
49
57
  "esm2020": "./esm2020/user-creation/tuki-io-tuki-widgets-user-creation.mjs",
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@tuki-io/tuki-widgets/shared" />
5
+ export * from './public-api';
@@ -0,0 +1,3 @@
1
+ export * from './src/ui/ui.module';
2
+ export * from './src/ui/tk-page-section/tk-page-section.component';
3
+ export * from './src/ui/tk-page-section-row/tk-page-section-row.component';
@@ -0,0 +1,28 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/cdk/drag-drop";
3
+ import * as i2 from "@angular/material/button";
4
+ import * as i3 from "@angular/material/list";
5
+ import * as i4 from "@angular/material/progress-spinner";
6
+ import * as i5 from "@angular/material/expansion";
7
+ import * as i6 from "@angular/material/input";
8
+ import * as i7 from "@angular/material/tree";
9
+ import * as i8 from "@angular/material/core";
10
+ import * as i9 from "@angular/material/datepicker";
11
+ import * as i10 from "@angular/material/tooltip";
12
+ import * as i11 from "@angular/material/autocomplete";
13
+ import * as i12 from "@angular/material/chips";
14
+ import * as i13 from "@angular/material/sidenav";
15
+ import * as i14 from "@angular/material/form-field";
16
+ import * as i15 from "@angular/material/stepper";
17
+ import * as i16 from "@angular/material/tabs";
18
+ import * as i17 from "@angular/material/card";
19
+ import * as i18 from "@angular/material/select";
20
+ import * as i19 from "@angular/material/checkbox";
21
+ import * as i20 from "@angular/material/slide-toggle";
22
+ import * as i21 from "@angular/material/table";
23
+ import * as i22 from "@angular/material/paginator";
24
+ export declare class MaterialModule {
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1.DragDropModule, typeof i2.MatButtonModule, typeof i3.MatListModule, typeof i4.MatProgressSpinnerModule, typeof i5.MatExpansionModule, typeof i6.MatInputModule, typeof i6.MatInputModule, typeof i3.MatListModule, typeof i7.MatTreeModule, typeof i7.MatTreeModule, typeof i8.MatNativeDateModule, typeof i9.MatDatepickerModule, typeof i10.MatTooltipModule, typeof i11.MatAutocompleteModule, typeof i12.MatChipsModule, typeof i13.MatSidenavModule, typeof i14.MatFormFieldModule, typeof i15.MatStepperModule, typeof i16.MatTabsModule, typeof i17.MatCardModule, typeof i18.MatSelectModule, typeof i19.MatCheckboxModule, typeof i20.MatSlideToggleModule, typeof i21.MatTableModule, typeof i22.MatPaginatorModule], [typeof i1.DragDropModule, typeof i2.MatButtonModule, typeof i3.MatListModule, typeof i4.MatProgressSpinnerModule, typeof i5.MatExpansionModule, typeof i6.MatInputModule, typeof i6.MatInputModule, typeof i3.MatListModule, typeof i7.MatTreeModule, typeof i7.MatTreeModule, typeof i8.MatNativeDateModule, typeof i9.MatDatepickerModule, typeof i10.MatTooltipModule, typeof i11.MatAutocompleteModule, typeof i12.MatChipsModule, typeof i13.MatSidenavModule, typeof i14.MatFormFieldModule, typeof i15.MatStepperModule, typeof i16.MatTabsModule, typeof i17.MatCardModule, typeof i19.MatCheckboxModule, typeof i18.MatSelectModule, typeof i20.MatSlideToggleModule, typeof i4.MatProgressSpinnerModule, typeof i21.MatTableModule, typeof i22.MatPaginatorModule]>;
27
+ static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
28
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./material.module";
4
+ import * as i3 from "ng-apexcharts";
5
+ import * as i4 from "@angular/common/http";
6
+ export declare class SharedModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.CommonModule, typeof i2.MaterialModule, typeof i3.NgApexchartsModule, typeof i4.HttpClientModule], [typeof i1.CommonModule, typeof i2.MaterialModule]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
10
+ }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class PageSectionComponent {
3
3
  heading: string;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionComponent, "lib-page-section", never, { "heading": "heading"; }, {}, never, ["heading-icon", "content"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionComponent, "tk-page-section", never, { "heading": "heading"; }, {}, never, ["content"], false, never>;
6
6
  }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class PageSectionRowComponent {
3
+ label: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageSectionRowComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageSectionRowComponent, "tk-page-section-row", never, { "label": "label"; }, {}, never, ["*"], false, never>;
6
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./tk-page-section/tk-page-section.component";
3
+ import * as i2 from "./tk-page-section-row/tk-page-section-row.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "./shared.module";
6
+ import * as i5 from "./material.module";
7
+ export declare class UIModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<UIModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UIModule, [typeof i1.PageSectionComponent, typeof i2.PageSectionRowComponent], [typeof i3.CommonModule, typeof i4.SharedModule, typeof i5.MaterialModule], [typeof i1.PageSectionComponent, typeof i2.PageSectionRowComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<UIModule>;
11
+ }
@@ -1,5 +1,10 @@
1
- import { DeviceInterface } from '../interfaces/user-creation-wizard.interfaces';
1
+ import { DeviceDefaultsInterface, DeviceInterface } from '../interfaces/user-creation-wizard.interfaces';
2
2
  /** Matches device types like `Cisco 8851`. */
3
3
  export declare const CISCO_DIGIT_DEVICE_TYPE_PATTERN: RegExp;
4
4
  export declare const DEFAULT_SEP_DEVICE_PREFIX = "SEP";
5
- export declare function applyDefaultDevicePrefixIfMissing(device: Pick<DeviceInterface, 'prefix' | 'deviceType'>): void;
5
+ /**
6
+ * Extracts a literal prefix from `deviceNameExplained` patterns such as
7
+ * `SEP[mac]`, `TCT[0-9A-Z._-]{1,12}`, or `[A-Z0-9]{1,15}` (no prefix).
8
+ */
9
+ export declare function extractDevicePrefixFromNameExplained(deviceNameExplained: string | null | undefined): string | null;
10
+ export declare function applyDefaultDevicePrefixIfMissing(device: Pick<DeviceInterface, 'prefix' | 'deviceType'>, defaults: DeviceDefaultsInterface): void;
@@ -0,0 +1 @@
1
+ export declare function deviceNameHasDynamicTokens(name: string | null | undefined): boolean;
@@ -3,6 +3,7 @@
3
3
  * to validate the name field value (without matPrefix).
4
4
  *
5
5
  * - `([sS][eE][pP]|BAT)[0-9a-fA-F]{12}` → `[0-9a-fA-F]{12}`
6
+ * - `TCT[0-9A-Z._-]{1,12}` → `[0-9A-Z._-]{1,12}`
6
7
  * - `[a-zA-Z0-9]{1,15}` → `[a-zA-Z0-9]{1,15}` (unchanged)
7
8
  */
8
9
  export declare function parseDeviceNameRegexBody(deviceNameRegex: string | null | undefined): string;
@@ -45,6 +45,7 @@ export declare class UserDetailsStepComponent implements OnInit, OnDestroy {
45
45
  getDeviceProfileNamePrefix(index: number): string | null;
46
46
  getDeviceNameValidationCaption(index: number): string;
47
47
  getDeviceProfileNameValidationCaption(index: number): string;
48
+ isDeviceNameReadonly(index: number, isProfile: boolean): boolean;
48
49
  getFilteredNumbers(lineIndex: number): string[];
49
50
  getFilteredRoutePartitions(lineIndex: number): string[];
50
51
  filterAvailableNumbers(lineIndex: number, event: Event): void;
@@ -79,6 +80,7 @@ export declare class UserDetailsStepComponent implements OnInit, OnDestroy {
79
80
  private applyNumberFilter;
80
81
  private applyRoutePartitionFilter;
81
82
  private filterOptions;
83
+ private createAvailableNumberValidator;
82
84
  private extractDirectoryNumber;
83
85
  private createUserIdAsyncValidator;
84
86
  static ɵfac: i0.ɵɵFactoryDeclaration<UserDetailsStepComponent, never>;
@@ -9,17 +9,16 @@ import * as i7 from "./device-associated-line/device-associated-line-extension/d
9
9
  import * as i8 from "./device-associated-line/device-associated-line-details-box/device-associated-line-details-box.component";
10
10
  import * as i9 from "./device-associated-line/associated-line-row/associated-line-row.component";
11
11
  import * as i10 from "./confirm-dialog/info-dialog.component";
12
- import * as i11 from "./shared/tk-page-section/page-section.component";
13
- import * as i12 from "./device-info/device-info.component";
14
- import * as i13 from "./pipes/mac-address.pipe";
15
- import * as i14 from "@angular/common";
16
- import * as i15 from "@angular/platform-browser";
17
- import * as i16 from "@angular/platform-browser/animations";
18
- import * as i17 from "@angular/forms";
19
- import * as i18 from "@angular/common/http";
20
- import * as i19 from "./material.module";
12
+ import * as i11 from "./device-info/device-info.component";
13
+ import * as i12 from "./pipes/mac-address.pipe";
14
+ import * as i13 from "@angular/common";
15
+ import * as i14 from "@angular/platform-browser";
16
+ import * as i15 from "@angular/platform-browser/animations";
17
+ import * as i16 from "@angular/forms";
18
+ import * as i17 from "@angular/common/http";
19
+ import * as i18 from "./material.module";
21
20
  export declare class UserDeviceManageModule {
22
21
  static ɵfac: i0.ɵɵFactoryDeclaration<UserDeviceManageModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<UserDeviceManageModule, [typeof i1.AppLoaderComponent, typeof i2.NotificationsComponent, typeof i3.LazyLoadingSelectComponent, typeof i4.DeviceListComponent, typeof i5.DeviceManageWidgetComponent, typeof i6.DeviceAssociatedLineComponent, typeof i7.DeviceAssociatedLineExtensionComponent, typeof i8.DeviceAssociatedLineDetailsBoxComponent, typeof i9.AssociatedLineRowComponent, typeof i10.InfoDialogComponent, typeof i11.PageSectionComponent, typeof i12.DeviceInfoComponent, typeof i13.MacAddressPipe], [typeof i14.CommonModule, typeof i15.BrowserModule, typeof i16.BrowserAnimationsModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.HttpClientModule, typeof i19.MaterialModule], [typeof i5.DeviceManageWidgetComponent]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UserDeviceManageModule, [typeof i1.AppLoaderComponent, typeof i2.NotificationsComponent, typeof i3.LazyLoadingSelectComponent, typeof i4.DeviceListComponent, typeof i5.DeviceManageWidgetComponent, typeof i6.DeviceAssociatedLineComponent, typeof i7.DeviceAssociatedLineExtensionComponent, typeof i8.DeviceAssociatedLineDetailsBoxComponent, typeof i9.AssociatedLineRowComponent, typeof i10.InfoDialogComponent, typeof i11.DeviceInfoComponent, typeof i12.MacAddressPipe], [typeof i13.CommonModule, typeof i14.BrowserModule, typeof i15.BrowserAnimationsModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.HttpClientModule, typeof i18.MaterialModule], [typeof i5.DeviceManageWidgetComponent]>;
24
23
  static ɵinj: i0.ɵɵInjectorDeclaration<UserDeviceManageModule>;
25
24
  }
@@ -20,6 +20,13 @@ export declare class SimplifiedUser {
20
20
  enableMobileVoiceAccess: boolean;
21
21
  userLocale: string;
22
22
  confirmDigestCredentials: any;
23
+ primaryLineReference: {
24
+ directoryNumber: string;
25
+ dnType?: string | number;
26
+ pkid?: string | number;
27
+ routePartitionName?: string | number;
28
+ subType?: string | number;
29
+ };
23
30
  middleName: string;
24
31
  telephoneNumber: string;
25
32
  mobileNumber: string;
@@ -2,10 +2,12 @@ import { EventEmitter } from '@angular/core';
2
2
  import { Device } from '../classes/device';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DeviceListComponent {
5
+ readonly columns: string[];
5
6
  devices: any;
6
7
  onDeviceSelect: EventEmitter<Device>;
7
8
  constructor();
8
9
  selectDevice(device: Device): void;
10
+ trackByName(device: any): any;
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DeviceListComponent, never>;
10
12
  static ɵcmp: i0.ɵɵComponentDeclaration<DeviceListComponent, "app-device-list", never, { "devices": "devices"; }, { "onDeviceSelect": "onDeviceSelect"; }, never, never, false, never>;
11
13
  }
@@ -41,6 +41,7 @@ export declare class UserService implements OnInit {
41
41
  hasUnsavedChanges(): boolean;
42
42
  setSimplifiedUser(user: any, isLdap?: boolean): void;
43
43
  private handleSaveUserResponse;
44
+ getPrimaryLineDevice(primaryLineReferenceDirectoryNumber: string): any;
44
45
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
45
46
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
46
47
  }
@@ -11,9 +11,10 @@ export declare class UserCallingComponent implements OnInit {
11
11
  private dnsService;
12
12
  siteId: number;
13
13
  userId: string;
14
+ primaryLineDirectoryNumber: string;
14
15
  onExtensionChange: EventEmitter<any>;
15
16
  dataPending: boolean;
16
- get form(): FormGroup;
17
+ form: FormGroup;
17
18
  get isWebex(): boolean | "" | null;
18
19
  get formControl(): FormControl;
19
20
  get phoneNumberValue(): any;
@@ -29,5 +30,5 @@ export declare class UserCallingComponent implements OnInit {
29
30
  onChangeExtension(value: string): void;
30
31
  private getData;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<UserCallingComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<UserCallingComponent, "app-user-calling", never, { "siteId": "siteId"; "userId": "userId"; }, { "onExtensionChange": "onExtensionChange"; }, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserCallingComponent, "app-user-calling", never, { "siteId": "siteId"; "userId": "userId"; "primaryLineDirectoryNumber": "primaryLineDirectoryNumber"; }, { "onExtensionChange": "onExtensionChange"; }, never, never, false, never>;
33
34
  }
@@ -24,6 +24,7 @@ export declare class UserManageWidgetComponent implements OnInit {
24
24
  get user(): any;
25
25
  get userName(): string;
26
26
  get lineAssociation(): LineAssociation | LineAssociationInterface | undefined;
27
+ get primaryLineReference(): string | undefined;
27
28
  private readonly router;
28
29
  constructor(userService: UserService, apiService: APIService);
29
30
  ngOnInit(): void;
@@ -15,8 +15,9 @@ import * as i13 from "@angular/platform-browser/animations";
15
15
  import * as i14 from "@angular/forms";
16
16
  import * as i15 from "@angular/common/http";
17
17
  import * as i16 from "./material.module";
18
+ import * as i17 from "@tuki-io/tuki-widgets/shared";
18
19
  export declare class UserManageModule {
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<UserManageModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<UserManageModule, [typeof i1.AppLoaderComponent, typeof i2.UserInfoComponent, typeof i3.NotificationsComponent, typeof i4.PaginationComponent, typeof i5.LazyLoadingSelectComponent, typeof i6.UserManageWidgetComponent, typeof i7.UserCallingComponent, typeof i8.UserCallingExtensionComponent, typeof i9.DeviceListComponent, typeof i10.DeviceRowComponent], [typeof i11.CommonModule, typeof i12.BrowserModule, typeof i13.BrowserAnimationsModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i15.HttpClientModule, typeof i16.MaterialModule], [typeof i6.UserManageWidgetComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UserManageModule, [typeof i1.AppLoaderComponent, typeof i2.UserInfoComponent, typeof i3.NotificationsComponent, typeof i4.PaginationComponent, typeof i5.LazyLoadingSelectComponent, typeof i6.UserManageWidgetComponent, typeof i7.UserCallingComponent, typeof i8.UserCallingExtensionComponent, typeof i9.DeviceListComponent, typeof i10.DeviceRowComponent], [typeof i11.CommonModule, typeof i12.BrowserModule, typeof i13.BrowserAnimationsModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i15.HttpClientModule, typeof i16.MaterialModule, typeof i17.UIModule], [typeof i6.UserManageWidgetComponent]>;
21
22
  static ɵinj: i0.ɵɵInjectorDeclaration<UserManageModule>;
22
23
  }
@@ -25,6 +25,7 @@ export declare const API: {
25
25
  MIGRATION_FORM_ENTITIES_MIGRATED: string;
26
26
  START_MIGRATION: string;
27
27
  TRIGGER_FIRMWARE_MIGRATION: string;
28
+ REMOVE_UCM_LICENSE: string;
28
29
  WEBEX_REVERT: string;
29
30
  REVERT: string;
30
31
  SWAP_STATUSES: string;
@@ -53,6 +54,7 @@ export declare const USER_TYPES_MAP: {
53
54
  CUCM: string;
54
55
  WEBEX: string;
55
56
  ONPREM: string;
57
+ HYBRID: string;
56
58
  };
57
59
  export type USER_TYPES_TYPE = keyof typeof USER_TYPES_MAP | null;
58
60
  export declare const CUSTOMER_DESTINATION_MIGTATION_TYPE: {
@@ -18,6 +18,10 @@ export declare class ListUser implements ListUserInterface {
18
18
  ldapIntegrated: boolean;
19
19
  isMigrated: boolean;
20
20
  isReadyToUpgrade: boolean;
21
+ isHybrid: boolean;
22
+ partnerStatus?: string;
23
+ partnerId?: string;
24
+ partnerSiteId?: number;
21
25
  constructor(user?: ListUser, roleName?: string);
22
26
  }
23
27
  export interface ListUserInterface {
@@ -20,6 +20,7 @@ export declare class MoveUserStepperComponent implements OnInit {
20
20
  done: EventEmitter<any>;
21
21
  user: any;
22
22
  customerId: number;
23
+ host: string;
23
24
  runMoveUser: EventEmitter<any>;
24
25
  cancel: EventEmitter<any>;
25
26
  isLinear: boolean;
@@ -31,6 +32,7 @@ export declare class MoveUserStepperComponent implements OnInit {
31
32
  get currentNumber(): string;
32
33
  get locations(): AppLocation[];
33
34
  get prepareMigrationData(): PrepareMigrationData;
35
+ get userDetailsUrl(): string;
34
36
  constructor(dnsService: DnsService, userService: UserService, siteSettingsService: SiteSettingsService, notificationService: NotificationService, moveUserService: MoveUserService);
35
37
  ngOnInit(): void;
36
38
  displayLocation(location?: AppLocation): string;
@@ -51,5 +53,5 @@ export declare class MoveUserStepperComponent implements OnInit {
51
53
  private getPrepareUserData;
52
54
  private resetMoveTypePhoneNUmber;
53
55
  static ɵfac: i0.ɵɵFactoryDeclaration<MoveUserStepperComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<MoveUserStepperComponent, "app-move-user-stepper", never, { "user": "user"; "customerId": "customerId"; }, { "done": "done"; "runMoveUser": "runMoveUser"; "cancel": "cancel"; }, never, never, false, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<MoveUserStepperComponent, "app-move-user-stepper", never, { "user": "user"; "customerId": "customerId"; "host": "host"; }, { "done": "done"; "runMoveUser": "runMoveUser"; "cancel": "cancel"; }, never, never, false, never>;
55
57
  }
@@ -5,6 +5,7 @@ export declare class MoveUserWizardComponent {
5
5
  dnsService: DnsService;
6
6
  user: any;
7
7
  customerId: number;
8
+ host: string;
8
9
  closeMoveUserWizard: EventEmitter<any>;
9
10
  done: EventEmitter<any>;
10
11
  runMoveUser: EventEmitter<any>;
@@ -13,5 +14,5 @@ export declare class MoveUserWizardComponent {
13
14
  onClose(): void;
14
15
  onRunMoveUser(): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<MoveUserWizardComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<MoveUserWizardComponent, "app-move-user-wizard", never, { "user": "user"; "customerId": "customerId"; }, { "closeMoveUserWizard": "closeMoveUserWizard"; "done": "done"; "runMoveUser": "runMoveUser"; }, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<MoveUserWizardComponent, "app-move-user-wizard", never, { "user": "user"; "customerId": "customerId"; "host": "host"; }, { "closeMoveUserWizard": "closeMoveUserWizard"; "done": "done"; "runMoveUser": "runMoveUser"; }, never, never, false, never>;
17
18
  }
@@ -36,6 +36,7 @@ export declare class UserService implements OnInit {
36
36
  private handleSaveUserResponse;
37
37
  triggerFirmwareUpgrade(customerId: number, migrationFormId: number | null, deviceMap: Record<number, Record<string, string[]>>, customerType?: keyof typeof CUSTOMER_DESTINATION): Observable<any>;
38
38
  revertMigration(customerId: number, personId: string): Observable<any>;
39
+ removeUcmLicense(customerId: number, migrationFormId: number | null, controlHubType?: string): Observable<any>;
39
40
  swapStatuses(customerId: number, email: string): Observable<Object>;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
41
42
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
@@ -37,6 +37,7 @@ export declare class UsersListComponent implements OnInit, OnDestroy {
37
37
  showMoveUserWizard: boolean;
38
38
  moveUserPending: boolean;
39
39
  private subscriptions;
40
+ showPaginator: boolean;
40
41
  activeSearchToken: string;
41
42
  activeUserType: USER_TYPES_TYPE;
42
43
  readonly ON_PREM_ID = 2542;
@@ -55,11 +56,14 @@ export declare class UsersListComponent implements OnInit, OnDestroy {
55
56
  pageNumberChangeEvent(perPageNumber: number): void;
56
57
  closeMoveUserWizard(afterUserMove?: boolean): void;
57
58
  pageEvent(event: PageEvent): void;
58
- onUserClick(user: ListUser): void;
59
+ onUserClick(user: ListUser, type?: 'webex' | 'di' | 'ucm'): void;
59
60
  moveUserToMT(user: ListUser): void;
60
61
  moveUserToDI(user: ListUser, index: number): void;
61
62
  private removeUserInMigrationProgress;
62
63
  private setStatusToUser;
64
+ private hasWebexUUID;
65
+ private normalizeUsersForHybrid;
66
+ private setUsers;
63
67
  private initializeDataSource;
64
68
  private setUserRole;
65
69
  private setRandomUserRole;
@@ -92,6 +96,7 @@ export declare class UsersListComponent implements OnInit, OnDestroy {
92
96
  private getUserIndexById;
93
97
  private setOriginalUserStatus;
94
98
  private subscribeToUpgradeUsersStatus;
99
+ private setShowPaginator;
95
100
  static ɵfac: i0.ɵɵFactoryDeclaration<UsersListComponent, never>;
96
101
  static ɵcmp: i0.ɵɵComponentDeclaration<UsersListComponent, "app-users-list", never, { "token": "token"; "customerId": "customerId"; "siteId": "siteId"; "host": "host"; }, { "openUser": "openUser"; "userMoved": "userMoved"; "switchToWizard": "switchToWizard"; "createUserRequested": "createUserRequested"; }, never, never, false, never>;
97
102
  }
@@ -1,13 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class PageSectionComponent {
4
- }
5
- PageSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PageSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- PageSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PageSectionComponent, selector: "lib-page-section", inputs: { heading: "heading" }, ngImport: i0, template: "<section class=\"wrapper\">\r\n <div class=\"section__left-header\">\r\n <div class=\"heading-wrapper\">\r\n <h2 class=\"heading\">{{ heading }}</h2>\r\n <div class=\"heading-icon\">\r\n <ng-content select=\"heading-icon\"></ng-content>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"section__content\">\r\n <ng-content select=\"content\"></ng-content>\r\n </div>\r\n</section>", styles: [".wrapper{color:#000000f2;border:1px solid rgba(0,0,0,.2);border-radius:.5rem;width:100%;padding:1.5rem;display:flex}.section__left-header{display:flex;align-items:left;justify-content:center;flex-direction:column;gap:1rem;background-color:red;flex:1;max-width:11rem}.section__left-header .heading-wrapper{display:flex;align-items:center;justify-content:left;gap:.5rem}.section__left-header .heading{font-size:16px;font-weight:500}.section__left-header .heading-icon{display:flex;align-items:center;justify-content:center}.section__content{display:flex;align-items:center;justify-content:center;gap:.5rem}\n"] });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PageSectionComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'lib-page-section', template: "<section class=\"wrapper\">\r\n <div class=\"section__left-header\">\r\n <div class=\"heading-wrapper\">\r\n <h2 class=\"heading\">{{ heading }}</h2>\r\n <div class=\"heading-icon\">\r\n <ng-content select=\"heading-icon\"></ng-content>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"section__content\">\r\n <ng-content select=\"content\"></ng-content>\r\n </div>\r\n</section>", styles: [".wrapper{color:#000000f2;border:1px solid rgba(0,0,0,.2);border-radius:.5rem;width:100%;padding:1.5rem;display:flex}.section__left-header{display:flex;align-items:left;justify-content:center;flex-direction:column;gap:1rem;background-color:red;flex:1;max-width:11rem}.section__left-header .heading-wrapper{display:flex;align-items:center;justify-content:left;gap:.5rem}.section__left-header .heading{font-size:16px;font-weight:500}.section__left-header .heading-icon{display:flex;align-items:center;justify-content:center}.section__content{display:flex;align-items:center;justify-content:center;gap:.5rem}\n"] }]
10
- }], propDecorators: { heading: [{
11
- type: Input
12
- }] } });
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1zZWN0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3R1a2kvd2lkZ2V0cy91c2VyLWRldmljZS1tYW5hZ2Uvc3JjL3NoYXJlZC90ay1wYWdlLXNlY3Rpb24vcGFnZS1zZWN0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3R1a2kvd2lkZ2V0cy91c2VyLWRldmljZS1tYW5hZ2Uvc3JjL3NoYXJlZC90ay1wYWdlLXNlY3Rpb24vcGFnZS1zZWN0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9qRCxNQUFNLE9BQU8sb0JBQW9COztrSEFBcEIsb0JBQW9CO3NHQUFwQixvQkFBb0Isd0ZDUGpDLCtjQVlVOzRGRExHLG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDRSxrQkFBa0I7OEJBS25CLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLXBhZ2Utc2VjdGlvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9wYWdlLXNlY3Rpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wYWdlLXNlY3Rpb24uY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBQYWdlU2VjdGlvbkNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIGhlYWRpbmchOiBzdHJpbmc7XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cIndyYXBwZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJzZWN0aW9uX19sZWZ0LWhlYWRlclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkaW5nLXdyYXBwZXJcIj5cclxuICAgICAgICAgICAgPGgyIGNsYXNzPVwiaGVhZGluZ1wiPnt7IGhlYWRpbmcgfX08L2gyPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaGVhZGluZy1pY29uXCI+XHJcbiAgICAgICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJoZWFkaW5nLWljb25cIj48L25nLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwic2VjdGlvbl9fY29udGVudFwiPlxyXG4gICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImNvbnRlbnRcIj48L25nLWNvbnRlbnQ+XHJcbiAgICA8L2Rpdj5cclxuPC9zZWN0aW9uPiJdfQ==