@cloudbase/framework-plugin-low-code 1.0.3-beta.10 → 1.0.3-beta.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 (82) hide show
  1. package/lib/builder/config/common.js +5 -1
  2. package/lib/builder/config/index.js +5 -1
  3. package/lib/builder/config/mp.js +5 -1
  4. package/lib/builder/core/copy.js +5 -1
  5. package/lib/builder/core/material.js +5 -1
  6. package/lib/builder/core/prepare.js +5 -1
  7. package/lib/builder/mp/index.js +5 -1
  8. package/lib/builder/mp/materials.js +5 -1
  9. package/lib/builder/mp/mixMode.js +5 -1
  10. package/lib/builder/mp/mp_config.js +7 -3
  11. package/lib/builder/service/builder/copy.js +5 -1
  12. package/lib/builder/service/builder/generate.js +8 -8
  13. package/lib/builder/service/builder/plugin.js +5 -1
  14. package/lib/builder/util/console.js +5 -1
  15. package/lib/builder/util/generateFiles.js +5 -1
  16. package/lib/builder/util/index.js +5 -1
  17. package/lib/builder/util/mp.js +5 -1
  18. package/lib/builder/util/net.js +5 -1
  19. package/lib/builder/util/process.d.ts +1 -0
  20. package/lib/builder/util/process.d.ts.map +1 -1
  21. package/lib/builder/util/style.js +5 -1
  22. package/lib/builder/util/weapp.js +5 -1
  23. package/lib/generator/config/index.js +5 -1
  24. package/lib/generator/core/generate.js +10 -10
  25. package/lib/generator/core/material.js +5 -1
  26. package/lib/generator/util/index.js +5 -1
  27. package/lib/utils/dataSource.d.ts +27 -0
  28. package/lib/utils/dataSource.d.ts.map +1 -1
  29. package/lib/utils/dataSource.js +170 -0
  30. package/lib/weapps-core/config/index.js +5 -1
  31. package/lib/weapps-core/index.js +5 -1
  32. package/lib/weapps-core/types/index.js +5 -1
  33. package/lib/weapps-core/utils/index.js +5 -1
  34. package/package.json +3 -3
  35. package/template/src/app/common.js +0 -13
  36. package/template/src/app/global-api.js +0 -132
  37. package/template/src/app/handlers.js +0 -13
  38. package/template/src/app/material-actions.js +0 -16
  39. package/template/src/app/mountAppApis.js +0 -25
  40. package/template/src/app/mountMpApis.js +0 -4
  41. package/template/src/datasources/config.js.tpl +0 -27
  42. package/template/src/datasources/dataset-profiles.js.tpl +0 -5
  43. package/template/src/datasources/datasource-profiles.js.tpl +0 -4
  44. package/template/src/datasources/index.js.tpl +0 -27
  45. package/template/src/handlers/FieldMiddleware/renderer.jsx +0 -536
  46. package/template/src/handlers/HotAreas.js +0 -36
  47. package/template/src/handlers/PositionHandler.jsx +0 -8
  48. package/template/src/handlers/actionHandler/utils.js +0 -154
  49. package/template/src/handlers/componentEventActionEmitter.js +0 -29
  50. package/template/src/handlers/componentNodeMap.js +0 -24
  51. package/template/src/handlers/controller.js +0 -5
  52. package/template/src/handlers/emitComponentEvent.js +0 -8
  53. package/template/src/handlers/eventListener/componentEventListener.js +0 -15
  54. package/template/src/handlers/eventListener/hotAreaEventListener.js +0 -32
  55. package/template/src/handlers/eventListener/index.js +0 -29
  56. package/template/src/handlers/eventListener/pageEventListener.js +0 -11
  57. package/template/src/handlers/eventListener/types.js +0 -32
  58. package/template/src/handlers/hooks/index.js +0 -15
  59. package/template/src/handlers/initWebEnv.js +0 -4
  60. package/template/src/handlers/injectStyle.js +0 -14
  61. package/template/src/handlers/instanceMap.js +0 -39
  62. package/template/src/handlers/lifecycle.js +0 -222
  63. package/template/src/handlers/render.jsx +0 -170
  64. package/template/src/handlers/utils/common.js +0 -298
  65. package/template/src/handlers/utils/eventProxy.js +0 -64
  66. package/template/src/handlers/utils/events.js +0 -8
  67. package/template/src/handlers/utils/index.js +0 -4
  68. package/template/src/handlers/utils/widgets.js +0 -307
  69. package/template/src/index.jsx +0 -185
  70. package/template/src/index.less +0 -119
  71. package/template/src/libraries/default-lib/wx_yypt_report_v2.js +0 -441
  72. package/template/src/pages/app.tpl +0 -200
  73. package/template/src/pages/composite.tpl +0 -171
  74. package/template/src/router/index.tpl +0 -29
  75. package/template/src/store/computed.js +0 -11
  76. package/template/src/store/index.js +0 -40
  77. package/template/src/utils/formatEnum.js +0 -42
  78. package/template/src/utils/history.js +0 -66
  79. package/template/src/utils/index.js +0 -82
  80. package/template/src/utils/kbone.js +0 -18
  81. package/template/src/utils/monitor-jssdk.min.js +0 -763
  82. package/template/src/utils/request.js +0 -5
@@ -1,5 +0,0 @@
1
- import axios from 'axios'
2
-
3
- export const request = axios
4
-
5
- export { axios }