@tuki-io/tuki-widgets 0.0.213 → 0.0.215

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 (21) hide show
  1. package/esm2020/user-creation/src/utils/device-default-prefix.mjs +19 -2
  2. package/esm2020/user-creation/src/utils/device-name-dynamic-tokens.mjs +18 -0
  3. package/esm2020/user-creation/src/utils/parse-device-name-rule.mjs +6 -3
  4. package/esm2020/user-creation/src/widgets/user-creation-wizard/components/user-details-step/user-details-step.component.mjs +65 -12
  5. package/esm2020/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.service.mjs +47 -11
  6. package/esm2020/user-manage/src/user-calling/user-calling.component.mjs +2 -2
  7. package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs +151 -26
  8. package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs.map +1 -1
  9. package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs +2 -2
  10. package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
  11. package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs +149 -24
  12. package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs.map +1 -1
  13. package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs +1 -1
  14. package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
  15. package/package.json +1 -1
  16. package/user-creation/src/utils/device-default-prefix.d.ts +7 -2
  17. package/user-creation/src/utils/device-name-dynamic-tokens.d.ts +5 -0
  18. package/user-creation/src/utils/parse-device-name-rule.d.ts +1 -0
  19. package/user-creation/src/widgets/user-creation-wizard/components/user-details-step/user-details-step.component.d.ts +3 -0
  20. package/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.service.d.ts +2 -0
  21. package/user-manage/src/user-calling/user-calling.component.d.ts +1 -1
@@ -1787,8 +1787,8 @@ class UserCallingComponent {
1787
1787
  return control;
1788
1788
  }
1789
1789
  get phoneNumberValue() {
1790
- var _a, _b, _c, _d, _e, _f;
1791
- return ((_b = (_a = this.userService) === null || _a === void 0 ? void 0 : _a.user) === null || _b === void 0 ? void 0 : _b.devices[0]) && ((_f = (_e = (_d = (_c = this.userService) === null || _c === void 0 ? void 0 : _c.user) === null || _d === void 0 ? void 0 : _d.devices[0]) === null || _e === void 0 ? void 0 : _e.lineAssociations[0]) === null || _f === void 0 ? void 0 : _f.mappedDids[0]);
1790
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v;
1791
+ return ((_b = (_a = this.userService) === null || _a === void 0 ? void 0 : _a.user) === null || _b === void 0 ? void 0 : _b.devices[0]) && ((_e = (_d = (_c = this.userService) === null || _c === void 0 ? void 0 : _c.user) === null || _d === void 0 ? void 0 : _d.devices[0]) === null || _e === void 0 ? void 0 : _e.lineAssociations) && ((_h = (_g = (_f = this.userService) === null || _f === void 0 ? void 0 : _f.user) === null || _g === void 0 ? void 0 : _g.devices[0]) === null || _h === void 0 ? void 0 : _h.lineAssociations.length) && ((_m = (_l = (_k = (_j = this.userService) === null || _j === void 0 ? void 0 : _j.user) === null || _k === void 0 ? void 0 : _k.devices[0]) === null || _l === void 0 ? void 0 : _l.lineAssociations[0]) === null || _m === void 0 ? void 0 : _m.mappedDids) && ((_r = (_q = (_p = (_o = this.userService) === null || _o === void 0 ? void 0 : _o.user) === null || _p === void 0 ? void 0 : _p.devices[0]) === null || _q === void 0 ? void 0 : _q.lineAssociations[0]) === null || _r === void 0 ? void 0 : _r.mappedDids.length) && ((_v = (_u = (_t = (_s = this.userService) === null || _s === void 0 ? void 0 : _s.user) === null || _t === void 0 ? void 0 : _t.devices[0]) === null || _u === void 0 ? void 0 : _u.lineAssociations[0]) === null || _v === void 0 ? void 0 : _v.mappedDids[0]);
1792
1792
  }
1793
1793
  get lineAssociation() {
1794
1794
  var _a, _b;