@tuki-io/tuki-widgets 0.0.189 → 0.0.190

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 (163) 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 +36 -36
  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/user-creation/src/app.constants.mjs +8 -1
  13. package/esm2020/user-creation/src/classes/notification.mjs +1 -1
  14. package/esm2020/user-creation/src/classes/site.mjs +1 -1
  15. package/esm2020/user-creation/src/environments/environment.mjs +1 -1
  16. package/esm2020/user-creation/src/shared/components/notification/notification.component.mjs +40 -0
  17. package/esm2020/user-creation/src/shared/pipes/truncate.pipe.mjs +30 -0
  18. package/esm2020/user-creation/src/shared/services/notification.service.mjs +1 -1
  19. package/esm2020/user-creation/src/shared/services/user-creation-api.service.mjs +1 -1
  20. package/esm2020/user-creation/src/shared/services/utils.mjs +1 -1
  21. package/esm2020/user-creation/src/shared/shared.module.mjs +27 -4
  22. package/esm2020/user-creation/src/user-creation.module.mjs +35 -11
  23. package/esm2020/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.component.mjs +6 -5
  24. package/esm2020/user-device-manage/public-api.mjs +1 -1
  25. package/esm2020/user-device-manage/src/app.constants.mjs +1 -1
  26. package/esm2020/user-device-manage/src/classes/device.mjs +1 -1
  27. package/esm2020/user-device-manage/src/classes/deviceProfile.mjs +1 -1
  28. package/esm2020/user-device-manage/src/classes/line-association-interface.mjs +1 -1
  29. package/esm2020/user-device-manage/src/classes/line-association.mjs +1 -1
  30. package/esm2020/user-device-manage/src/classes/line-call-info-display.mjs +1 -1
  31. package/esm2020/user-device-manage/src/classes/line-directory.mjs +1 -1
  32. package/esm2020/user-device-manage/src/classes/line.mjs +1 -1
  33. package/esm2020/user-device-manage/src/classes/notification.mjs +1 -1
  34. package/esm2020/user-device-manage/src/classes/recording-options.mjs +1 -1
  35. package/esm2020/user-device-manage/src/classes/simplified-user.mjs +1 -1
  36. package/esm2020/user-device-manage/src/classes/site-defaults.mjs +1 -1
  37. package/esm2020/user-device-manage/src/classes/translation-pattern.mjs +1 -1
  38. package/esm2020/user-device-manage/src/classes/types.mjs +1 -1
  39. package/esm2020/user-device-manage/src/common-functions.mjs +1 -1
  40. package/esm2020/user-device-manage/src/confirm-dialog/info-dialog.component.mjs +3 -3
  41. package/esm2020/user-device-manage/src/device-associated-line/associated-line-row/associated-line-row.component.mjs +3 -3
  42. package/esm2020/user-device-manage/src/device-associated-line/device-associated-line-details-box/device-associated-line-details-box.component.mjs +3 -3
  43. package/esm2020/user-device-manage/src/device-associated-line/device-associated-line-extension/device-associated-line-extension.component.mjs +3 -3
  44. package/esm2020/user-device-manage/src/device-associated-line/device-associated-line.component.mjs +1 -1
  45. package/esm2020/user-device-manage/src/device-info/device-info.component.mjs +3 -3
  46. package/esm2020/user-device-manage/src/device-manage-widget.component.mjs +2 -2
  47. package/esm2020/user-device-manage/src/environments/environment.mjs +1 -1
  48. package/esm2020/user-device-manage/src/interseptors/auth.interceptor.mjs +1 -1
  49. package/esm2020/user-device-manage/src/lazy-loading-select/lazy-loading-select.component.mjs +3 -3
  50. package/esm2020/user-device-manage/src/material.module.mjs +1 -1
  51. package/esm2020/user-device-manage/src/notifications/notification.component.mjs +3 -3
  52. package/esm2020/user-device-manage/src/pipes/mac-address.pipe.mjs +1 -1
  53. package/esm2020/user-device-manage/src/services/api.service.mjs +1 -1
  54. package/esm2020/user-device-manage/src/services/device.service.mjs +1 -1
  55. package/esm2020/user-device-manage/src/services/dns.service.mjs +1 -1
  56. package/esm2020/user-device-manage/src/services/line.service.mjs +1 -1
  57. package/esm2020/user-device-manage/src/services/notification.service.mjs +1 -1
  58. package/esm2020/user-device-manage/src/services/removeKynFromIBM.service.mjs +1 -1
  59. package/esm2020/user-device-manage/src/services/site-settings.service.mjs +1 -1
  60. package/esm2020/user-device-manage/src/services/sorting-utils.service.mjs +1 -1
  61. package/esm2020/user-device-manage/src/services/user.service.mjs +1 -1
  62. package/esm2020/user-device-manage/src/services/utils.service.mjs +1 -1
  63. package/esm2020/user-device-manage/src/services/validation.service.mjs +1 -1
  64. package/esm2020/user-device-manage/src/shared/tk-page-section/page-section.component.mjs +1 -1
  65. package/esm2020/user-device-manage/src/utils/app-loader/app-loader.mjs +3 -3
  66. package/esm2020/user-manage/public-api.mjs +1 -1
  67. package/esm2020/user-manage/src/app.constants.mjs +1 -1
  68. package/esm2020/user-manage/src/classes/device.mjs +1 -1
  69. package/esm2020/user-manage/src/classes/line-association-interface.mjs +1 -1
  70. package/esm2020/user-manage/src/classes/line-association.mjs +1 -1
  71. package/esm2020/user-manage/src/classes/line-call-info-display.mjs +1 -1
  72. package/esm2020/user-manage/src/classes/line-directory.mjs +1 -1
  73. package/esm2020/user-manage/src/classes/line.mjs +1 -1
  74. package/esm2020/user-manage/src/classes/notification.mjs +1 -1
  75. package/esm2020/user-manage/src/classes/pagination.mjs +1 -1
  76. package/esm2020/user-manage/src/classes/recording-options.mjs +1 -1
  77. package/esm2020/user-manage/src/classes/simplified-user.mjs +1 -1
  78. package/esm2020/user-manage/src/classes/table-data.mjs +1 -1
  79. package/esm2020/user-manage/src/classes/translation-pattern.mjs +1 -1
  80. package/esm2020/user-manage/src/classes/user-list.mjs +1 -1
  81. package/esm2020/user-manage/src/common-functions.mjs +1 -1
  82. package/esm2020/user-manage/src/device-list/device-list.component.mjs +3 -3
  83. package/esm2020/user-manage/src/device-list/device-row/device-row.component.mjs +3 -3
  84. package/esm2020/user-manage/src/environments/environment.mjs +1 -1
  85. package/esm2020/user-manage/src/interseptors/auth.interceptor.mjs +1 -1
  86. package/esm2020/user-manage/src/lazy-loading-select/lazy-loading-select.component.mjs +3 -3
  87. package/esm2020/user-manage/src/material.module.mjs +1 -1
  88. package/esm2020/user-manage/src/notifications/notification.component.mjs +3 -3
  89. package/esm2020/user-manage/src/removeKynFromIBM.service.mjs +1 -1
  90. package/esm2020/user-manage/src/services/api.service.mjs +1 -1
  91. package/esm2020/user-manage/src/services/dns.service.mjs +1 -1
  92. package/esm2020/user-manage/src/services/line.service.mjs +1 -1
  93. package/esm2020/user-manage/src/services/notification.service.mjs +1 -1
  94. package/esm2020/user-manage/src/services/removeKynFromIBM.service.mjs +1 -1
  95. package/esm2020/user-manage/src/services/site-settings.service.mjs +1 -1
  96. package/esm2020/user-manage/src/services/sorting-utils.service.mjs +1 -1
  97. package/esm2020/user-manage/src/services/user.service.mjs +1 -1
  98. package/esm2020/user-manage/src/services/utils.service.mjs +1 -1
  99. package/esm2020/user-manage/src/user-calling/user-calling-extension/user-calling-extension.component.mjs +3 -3
  100. package/esm2020/user-manage/src/user-info/user-info.component.mjs +3 -3
  101. package/esm2020/user-manage/src/user-manage-widget.component.mjs +2 -2
  102. package/esm2020/user-manage/src/user-manage.module.mjs +1 -1
  103. package/esm2020/user-manage/src/utils/app-loader/app-loader.mjs +3 -3
  104. package/esm2020/user-manage/src/utils/pagination/pagination.component.mjs +3 -3
  105. package/esm2020/users-list/public-api.mjs +1 -1
  106. package/esm2020/users-list/src/app.constants.mjs +1 -1
  107. package/esm2020/users-list/src/classes/app-location.mjs +1 -1
  108. package/esm2020/users-list/src/classes/device.mjs +1 -1
  109. package/esm2020/users-list/src/classes/line.mjs +1 -1
  110. package/esm2020/users-list/src/classes/move-user.mjs +1 -1
  111. package/esm2020/users-list/src/classes/notification.mjs +1 -1
  112. package/esm2020/users-list/src/classes/simlified-user.mjs +1 -1
  113. package/esm2020/users-list/src/classes/table-data.mjs +1 -1
  114. package/esm2020/users-list/src/classes/user-list.mjs +1 -1
  115. package/esm2020/users-list/src/move-user-wizard/move-user-stepper/device-move-user/device-move-user-wizard.component.mjs +3 -3
  116. package/esm2020/users-list/src/move-user-wizard/move-user-stepper/device-move-user-tab/devices-move-user-wizard-tab.component.mjs +3 -3
  117. package/esm2020/users-list/src/move-user-wizard/move-user-wizard.component.mjs +3 -3
  118. package/esm2020/users-list/src/services/api-webex.service.mjs +1 -1
  119. package/esm2020/users-list/src/services/api.service.mjs +1 -1
  120. package/esm2020/users-list/src/services/dns.service.mjs +1 -1
  121. package/esm2020/users-list/src/services/events-communication.service.mjs +1 -1
  122. package/esm2020/users-list/src/services/notification.service.mjs +1 -1
  123. package/esm2020/users-list/src/services/removeKynFromIBM.service.mjs +1 -1
  124. package/esm2020/users-list/src/services/site-settings.service.mjs +1 -1
  125. package/esm2020/users-list/src/services/user.service.mjs +1 -1
  126. package/esm2020/users-list/src/user-list-confirm-dialog/user-list-confirm-dialog.component.mjs +3 -3
  127. package/esm2020/users-list/src/utils/app-loader/app-loader.mjs +3 -3
  128. package/esm2020/users-list/src/utils/common-functions.mjs +1 -1
  129. package/esm2020/users-list/src/utils/utils.service.mjs +1 -1
  130. package/fesm2015/tuki-io-tuki-widgets-contact-center.mjs +2 -2
  131. package/fesm2015/tuki-io-tuki-widgets-contact-center.mjs.map +1 -1
  132. package/fesm2015/tuki-io-tuki-widgets-di2mt.mjs +37 -36
  133. package/fesm2015/tuki-io-tuki-widgets-di2mt.mjs.map +1 -1
  134. package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs +254 -146
  135. package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs.map +1 -1
  136. package/fesm2015/tuki-io-tuki-widgets-user-device-manage.mjs +18 -18
  137. package/fesm2015/tuki-io-tuki-widgets-user-device-manage.mjs.map +1 -1
  138. package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs +18 -18
  139. package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
  140. package/fesm2015/tuki-io-tuki-widgets-users-list.mjs +10 -10
  141. package/fesm2015/tuki-io-tuki-widgets-users-list.mjs.map +1 -1
  142. package/fesm2015/tuki-io-tuki-widgets.mjs +8 -8
  143. package/fesm2015/tuki-io-tuki-widgets.mjs.map +1 -1
  144. package/fesm2020/tuki-io-tuki-widgets-contact-center.mjs +2 -2
  145. package/fesm2020/tuki-io-tuki-widgets-contact-center.mjs.map +1 -1
  146. package/fesm2020/tuki-io-tuki-widgets-di2mt.mjs +38 -38
  147. package/fesm2020/tuki-io-tuki-widgets-di2mt.mjs.map +1 -1
  148. package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs +254 -146
  149. package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs.map +1 -1
  150. package/fesm2020/tuki-io-tuki-widgets-user-device-manage.mjs +18 -18
  151. package/fesm2020/tuki-io-tuki-widgets-user-device-manage.mjs.map +1 -1
  152. package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs +18 -18
  153. package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
  154. package/fesm2020/tuki-io-tuki-widgets-users-list.mjs +10 -10
  155. package/fesm2020/tuki-io-tuki-widgets-users-list.mjs.map +1 -1
  156. package/fesm2020/tuki-io-tuki-widgets.mjs +8 -8
  157. package/fesm2020/tuki-io-tuki-widgets.mjs.map +1 -1
  158. package/package.json +1 -1
  159. package/user-creation/src/app.constants.d.ts +3 -0
  160. package/user-creation/src/shared/components/notification/notification.component.d.ts +19 -0
  161. package/user-creation/src/shared/pipes/truncate.pipe.d.ts +7 -0
  162. package/user-creation/src/shared/shared.module.d.ts +3 -1
  163. package/user-creation/src/user-creation.module.d.ts +16 -10
@@ -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.189",
3
+ "version": "0.0.190",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
@@ -13,3 +13,6 @@ export declare const USER_CREATION_TYPES: {
13
13
  MT: string;
14
14
  };
15
15
  export declare const MAX_INTEGER = 2147483647;
16
+ export declare const CUTTING_SYMBOLS: string[];
17
+ export declare const BREADCRUMB_LENGTH_LIMIT = 20;
18
+ export declare const DEFAULT_CUTTING_LENGTH = 15;
@@ -0,0 +1,19 @@
1
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { NotificationService } from '../../../shared/services/notification.service';
3
+ import { Notification } from '../../../classes/notification';
4
+ import * as i0 from "@angular/core";
5
+ export declare class NotificationsComponent implements OnInit, OnDestroy {
6
+ notificationService: NotificationService;
7
+ private ref;
8
+ list: Notification[];
9
+ isReadMore: boolean;
10
+ private listSubscription;
11
+ constructor(notificationService: NotificationService, ref: ChangeDetectorRef);
12
+ ngOnInit(): void;
13
+ ngOnDestroy(): void;
14
+ readMore(): void;
15
+ removeNotification(notification: Notification): void;
16
+ private listChangeSubscribe;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsComponent, "app-notification", never, {}, {}, never, never, false, never>;
19
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TruncatePipe implements PipeTransform {
4
+ transform(value: string | undefined, args?: any[]): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "truncate", false>;
7
+ }
@@ -3,8 +3,10 @@ import * as i1 from "@angular/common";
3
3
  import * as i2 from "./material.module";
4
4
  import * as i3 from "ng-apexcharts";
5
5
  import * as i4 from "@angular/common/http";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "@angular/material/table";
6
8
  export declare class SharedModule {
7
9
  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 i2.MaterialModule]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.CommonModule, typeof i2.MaterialModule, typeof i3.NgApexchartsModule, typeof i4.HttpClientModule, typeof i5.ReactiveFormsModule, typeof i5.FormsModule], [typeof i2.MaterialModule, typeof i5.ReactiveFormsModule, typeof i5.FormsModule, typeof i6.MatTableModule, typeof i3.NgApexchartsModule, typeof i4.HttpClientModule]>;
9
11
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
10
12
  }
@@ -1,17 +1,23 @@
1
+ import { HttpClient } from "@angular/common/http";
2
+ import { TranslateHttpLoader } from '@ngx-translate/http-loader';
1
3
  import * as i0 from "@angular/core";
2
4
  import * as i1 from "./widgets/user-creation-wizard/user-creation-wizard.component";
3
5
  import * as i2 from "./widgets/user-creation-wizard/components/user-template-step/user-template-step.component";
4
- import * as i3 from "./widgets/user-creation-wizard/components/user-details-step/user-details-step.component";
5
- import * as i4 from "./widgets/user-creation-wizard/components/user-overview-step/user-overview-step.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "./shared/shared.module";
8
- import * as i7 from "./shared/material.module";
9
- import * as i8 from "@angular/material/stepper";
10
- import * as i9 from "@angular/material/expansion";
11
- import * as i10 from "@angular/forms";
12
- import * as i11 from "@angular/material/radio";
6
+ import * as i3 from "./shared/components/notification/notification.component";
7
+ import * as i4 from "./widgets/user-creation-wizard/components/user-details-step/user-details-step.component";
8
+ import * as i5 from "./widgets/user-creation-wizard/components/user-overview-step/user-overview-step.component";
9
+ import * as i6 from "./shared/pipes/truncate.pipe";
10
+ import * as i7 from "@angular/common";
11
+ import * as i8 from "./shared/shared.module";
12
+ import * as i9 from "./shared/material.module";
13
+ import * as i10 from "@angular/material/stepper";
14
+ import * as i11 from "@angular/material/expansion";
15
+ import * as i12 from "@angular/forms";
16
+ import * as i13 from "@angular/material/radio";
17
+ import * as i14 from "@ngx-translate/core";
18
+ export declare function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader;
13
19
  export declare class UserCreationModule {
14
20
  static ɵfac: i0.ɵɵFactoryDeclaration<UserCreationModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<UserCreationModule, [typeof i1.UserCreationWizardComponent, typeof i2.UserTemplateStepComponent, typeof i3.UserDetailsStepComponent, typeof i4.UserOverviewStepComponent], [typeof i5.CommonModule, typeof i6.SharedModule, typeof i7.MaterialModule, typeof i8.MatStepperModule, typeof i9.MatExpansionModule, typeof i10.FormsModule, typeof i10.ReactiveFormsModule, typeof i11.MatRadioModule], [typeof i1.UserCreationWizardComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UserCreationModule, [typeof i1.UserCreationWizardComponent, typeof i2.UserTemplateStepComponent, typeof i3.NotificationsComponent, typeof i4.UserDetailsStepComponent, typeof i5.UserOverviewStepComponent, typeof i6.TruncatePipe], [typeof i7.CommonModule, typeof i8.SharedModule, typeof i9.MaterialModule, typeof i10.MatStepperModule, typeof i11.MatExpansionModule, typeof i12.FormsModule, typeof i12.ReactiveFormsModule, typeof i13.MatRadioModule, typeof i14.TranslateModule], [typeof i1.UserCreationWizardComponent]>;
16
22
  static ɵinj: i0.ɵɵInjectorDeclaration<UserCreationModule>;
17
23
  }