@ibiz-template/runtime 0.7.12 → 0.7.13

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 (56) hide show
  1. package/dist/index.esm.js +317 -51
  2. package/dist/index.system.min.js +1 -1
  3. package/out/app-hub.d.ts.map +1 -1
  4. package/out/app-hub.js +8 -1
  5. package/out/controller/common/index.d.ts +1 -0
  6. package/out/controller/common/index.d.ts.map +1 -1
  7. package/out/controller/common/index.js +1 -0
  8. package/out/controller/common/view/app-login-view.controller.d.ts +54 -0
  9. package/out/controller/common/view/app-login-view.controller.d.ts.map +1 -0
  10. package/out/controller/common/view/app-login-view.controller.js +62 -0
  11. package/out/controller/hub.controller.d.ts +73 -2
  12. package/out/controller/hub.controller.d.ts.map +1 -1
  13. package/out/controller/hub.controller.js +88 -12
  14. package/out/controller/notification/internal-message.controller.js +1 -1
  15. package/out/engine/view-base.engine.d.ts +8 -1
  16. package/out/engine/view-base.engine.d.ts.map +1 -1
  17. package/out/engine/view-base.engine.js +14 -3
  18. package/out/interface/controller/app.d.ts +55 -7
  19. package/out/interface/controller/app.d.ts.map +1 -1
  20. package/out/interface/controller/controller/view/i-app-login-view.controller.d.ts +40 -0
  21. package/out/interface/controller/controller/view/i-app-login-view.controller.d.ts.map +1 -0
  22. package/out/interface/controller/controller/view/i-app-login-view.controller.js +1 -0
  23. package/out/interface/controller/controller/view/index.d.ts +1 -0
  24. package/out/interface/controller/controller/view/index.d.ts.map +1 -1
  25. package/out/interface/service/service/i-auth.service.d.ts +11 -0
  26. package/out/interface/service/service/i-auth.service.d.ts.map +1 -1
  27. package/out/interface/util/i-app-util/i-app-util.d.ts +77 -0
  28. package/out/interface/util/i-app-util/i-app-util.d.ts.map +1 -0
  29. package/out/interface/util/i-app-util/i-app-util.js +1 -0
  30. package/out/interface/util/i-short-cut/i-short-cut.d.ts +11 -3
  31. package/out/interface/util/i-short-cut/i-short-cut.d.ts.map +1 -1
  32. package/out/interface/util/index.d.ts +1 -0
  33. package/out/interface/util/index.d.ts.map +1 -1
  34. package/out/service/service/auth/v7-auth.service.d.ts +64 -0
  35. package/out/service/service/auth/v7-auth.service.d.ts.map +1 -1
  36. package/out/service/service/auth/v7-auth.service.js +85 -7
  37. package/out/service/service/authority/authority.service.d.ts.map +1 -1
  38. package/out/service/service/authority/authority.service.js +5 -3
  39. package/out/service/service/internal-message/internal-message.service.js +2 -2
  40. package/out/types.d.ts +9 -1
  41. package/out/types.d.ts.map +1 -1
  42. package/out/ui-action/provider/loginout-ui-action-provider.d.ts.map +1 -1
  43. package/out/ui-action/provider/loginout-ui-action-provider.js +1 -4
  44. package/out/utils/file-util/file-util.d.ts +1 -1
  45. package/out/utils/file-util/file-util.d.ts.map +1 -1
  46. package/out/utils/file-util/file-util.js +14 -1
  47. package/out/utils/index.d.ts +1 -1
  48. package/out/utils/index.d.ts.map +1 -1
  49. package/out/utils/index.js +1 -1
  50. package/out/utils/short-cut/short-cut-util.d.ts +24 -0
  51. package/out/utils/short-cut/short-cut-util.d.ts.map +1 -1
  52. package/out/utils/short-cut/short-cut-util.js +27 -0
  53. package/package.json +1 -1
  54. package/out/utils/short-cut/index.d.ts +0 -2
  55. package/out/utils/short-cut/index.d.ts.map +0 -1
  56. package/out/utils/short-cut/index.js +0 -1
@@ -1 +0,0 @@
1
- export { ShortCutUtil } from './short-cut-util';