@tuki-io/tuki-widgets 0.0.166 → 0.0.167

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 (48) hide show
  1. package/esm2020/di2mt/shared/services/api.service.mjs +3 -3
  2. package/esm2020/user-creation/public-api.mjs +13 -0
  3. package/esm2020/user-creation/src/app.constants.mjs +16 -0
  4. package/esm2020/user-creation/src/classes/site.mjs +53 -0
  5. package/esm2020/user-creation/src/shared/api/api.service.mjs +86 -0
  6. package/esm2020/user-creation/src/shared/material.module.mjs +76 -0
  7. package/esm2020/user-creation/src/shared/services/user-creation-api.service.mjs +112 -0
  8. package/esm2020/user-creation/src/shared/services/utils.mjs +19 -0
  9. package/esm2020/user-creation/src/shared/shared.module.mjs +33 -0
  10. package/esm2020/user-creation/src/user-creation.module.mjs +69 -0
  11. package/esm2020/user-creation/src/widgets/user-creation-wizard/components/user-details-step/user-details-step.component.mjs +23 -0
  12. package/esm2020/user-creation/src/widgets/user-creation-wizard/components/user-overview-step/user-overview-step.component.mjs +19 -0
  13. package/esm2020/user-creation/src/widgets/user-creation-wizard/components/user-template-step/user-template-step.component.mjs +114 -0
  14. package/esm2020/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.component.mjs +60 -0
  15. package/esm2020/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.service.mjs +273 -0
  16. package/esm2020/user-creation/tuki-io-tuki-widgets-user-creation.mjs +5 -0
  17. package/esm2020/users-list/src/components/table-toolbar/table-toolbar.component.mjs +9 -3
  18. package/esm2020/users-list/src/users-list.component.mjs +9 -3
  19. package/fesm2015/tuki-io-tuki-widgets-di2mt.mjs +2 -2
  20. package/fesm2015/tuki-io-tuki-widgets-di2mt.mjs.map +1 -1
  21. package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs +919 -0
  22. package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs.map +1 -0
  23. package/fesm2015/tuki-io-tuki-widgets-users-list.mjs +16 -4
  24. package/fesm2015/tuki-io-tuki-widgets-users-list.mjs.map +1 -1
  25. package/fesm2020/tuki-io-tuki-widgets-di2mt.mjs +2 -2
  26. package/fesm2020/tuki-io-tuki-widgets-di2mt.mjs.map +1 -1
  27. package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs +915 -0
  28. package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs.map +1 -0
  29. package/fesm2020/tuki-io-tuki-widgets-users-list.mjs +16 -4
  30. package/fesm2020/tuki-io-tuki-widgets-users-list.mjs.map +1 -1
  31. package/package.json +9 -1
  32. package/user-creation/index.d.ts +5 -0
  33. package/user-creation/public-api.d.ts +2 -0
  34. package/user-creation/src/app.constants.d.ts +15 -0
  35. package/user-creation/src/classes/site.d.ts +203 -0
  36. package/user-creation/src/shared/api/api.service.d.ts +20 -0
  37. package/user-creation/src/shared/material.module.d.ts +15 -0
  38. package/user-creation/src/shared/services/user-creation-api.service.d.ts +24 -0
  39. package/user-creation/src/shared/services/utils.d.ts +1 -0
  40. package/user-creation/src/shared/shared.module.d.ts +10 -0
  41. package/user-creation/src/user-creation.module.d.ts +17 -0
  42. package/user-creation/src/widgets/user-creation-wizard/components/user-details-step/user-details-step.component.d.ts +8 -0
  43. package/user-creation/src/widgets/user-creation-wizard/components/user-overview-step/user-overview-step.component.d.ts +11 -0
  44. package/user-creation/src/widgets/user-creation-wizard/components/user-template-step/user-template-step.component.d.ts +37 -0
  45. package/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.component.d.ts +18 -0
  46. package/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.service.d.ts +87 -0
  47. package/users-list/src/components/table-toolbar/table-toolbar.component.d.ts +3 -1
  48. package/users-list/src/users-list.component.d.ts +3 -1
@@ -71,9 +71,9 @@ class APIService {
71
71
  constructor(httpClient) {
72
72
  this.httpClient = httpClient;
73
73
  this.apiUrl = window.location.protocol + '//' + window.location.hostname + '/dcp';
74
- this.token = 'eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZG1pbkBjb3JyZW5ldC5jb20iLCJyb2xlcyI6IlNVUEVSX1VTRVIiLCJpYXQiOjE3NTUwODUyMzgsImV4cCI6MTc1NTEwMzIzOH0.X1CKx-OBZvSs7Bzr_4SWW2ulBgHNkYZrmVuv6V7FZyo';
74
+ this.token = 'eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZG1pbkBjb3JyZW5ldC5jb20iLCJyb2xlcyI6IlNVUEVSX1VTRVIiLCJpYXQiOjE3NzM5NDcwMTcsImV4cCI6MTc3Mzk2NTAxN30.D2siE2z4BgOHAzRJ9x2jq7kTmTYdxRdq65m-Fs200Hk';
75
75
  // this.apiUrl = window.location.protocol + '//' + window.location.host + '/dcp';
76
- this.apiUrl = 'https://dev.tuki.io/webex';
76
+ this.apiUrl = 'https://dev.tuki.io';
77
77
  // this.apiUrl = 'http://localhost:8088/dcp';
78
78
  }
79
79
  fetch(url, params, cache) {