@das-fed/upf-web 6.4.0-hot.6 → 6.4.0-hot.8

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 (42) hide show
  1. package/es5.js +17640 -788
  2. package/esm-map.json +4 -1
  3. package/index-BfS5ZwdE.js +12613 -0
  4. package/index-BfS5ZwdE.js.gz +0 -0
  5. package/{packages/main-app-framework/index-C8tjINrY.js → index-C8iGOlyv.js} +1 -1
  6. package/index-DfI-VZvq.js +93 -0
  7. package/index-DfI-VZvq.js.gz +0 -0
  8. package/index.js +18 -16
  9. package/package.json +7 -6
  10. package/packages/create-das-web-app/es5.js +138 -254
  11. package/packages/create-das-web-app/index.js +67 -122
  12. package/packages/create-das-web-app/index.js.gz +0 -0
  13. package/packages/i18n/es5.js +206 -114
  14. package/packages/i18n/index.js +99 -60
  15. package/packages/i18n/index.js.gz +0 -0
  16. package/packages/main-app-framework/es5.js +14782 -785
  17. package/{index-CihmHNMg.js → packages/main-app-framework/index-4P5L5Fln.js} +1 -1
  18. package/packages/main-app-framework/index-BZpwzi0c.js +93 -0
  19. package/packages/main-app-framework/index-BZpwzi0c.js.gz +0 -0
  20. package/packages/main-app-framework/index-BfSkRApB.js +11147 -0
  21. package/packages/main-app-framework/index-BfSkRApB.js.gz +0 -0
  22. package/packages/main-app-framework/index.js +1 -1
  23. package/packages/main-app-framework/style.css +1 -1
  24. package/packages/main-app-framework/style.css.gz +0 -0
  25. package/style.css +1 -1
  26. package/style.css.gz +0 -0
  27. package/types/i18n/{microI18n.d.ts → getMicroI18nData.d.ts} +1 -2
  28. package/types/i18n/index.d.ts +3 -1
  29. package/types/main-app-framework/init-config/index.d.ts +0 -1
  30. package/types/main-app-framework/init-mframe/hooks/business/use-iot-hooks.d.ts +3 -0
  31. package/types/main-app-framework/init-mframe/hooks/use-layout.d.ts +1 -0
  32. package/types/main-app-framework/init-mframe/index.d.ts +1 -0
  33. package/index-BhEtGWg9.js +0 -87
  34. package/index-BhEtGWg9.js.gz +0 -0
  35. package/index-ClQkHyu0.js +0 -13991
  36. package/index-ClQkHyu0.js.gz +0 -0
  37. package/packages/main-app-framework/index-BotXvTrW.js +0 -87
  38. package/packages/main-app-framework/index-BotXvTrW.js.gz +0 -0
  39. package/packages/main-app-framework/index-qZN6TvxI.js +0 -12524
  40. package/packages/main-app-framework/index-qZN6TvxI.js.gz +0 -0
  41. package/types/main-app-framework/init-config/get-project-config/api.d.ts +0 -5
  42. package/types/main-app-framework/init-config/get-project-config/index.d.ts +0 -1
package/esm-map.json CHANGED
@@ -30,5 +30,8 @@
30
30
  "currentTheme": "/packages/theme/index",
31
31
  "setThemeRule": "/packages/theme/index",
32
32
  "getVar": "/packages/theme/index",
33
- "getVarValue": "/packages/theme/index"
33
+ "getVarValue": "/packages/theme/index",
34
+ "langType": "/packages/i18n/index",
35
+ "microI18nStore": "/packages/i18n/index",
36
+ "registerMicroI18nData": "/packages/i18n/index"
34
37
  }