@cloudbase/framework-plugin-low-code 0.7.22 → 1.0.0

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/lib/builder/mp/index.d.ts +2 -2
  2. package/lib/builder/mp/index.d.ts.map +1 -1
  3. package/lib/builder/mp/index.js +3 -3
  4. package/lib/generate.d.ts +1 -2
  5. package/lib/generate.d.ts.map +1 -1
  6. package/lib/index.d.ts +2 -3
  7. package/lib/index.d.ts.map +1 -1
  8. package/lib/index.js +18 -13
  9. package/lib/utils/dataSource.d.ts +0 -4
  10. package/lib/utils/dataSource.d.ts.map +1 -1
  11. package/lib/utils/dataSource.js +4 -20
  12. package/package.json +3 -2
  13. package/template/html/index.html.ejs +1 -1
  14. package/template/mp/app/app-global.js +0 -4
  15. package/template/mp/app/common.js +0 -26
  16. package/template/mp/app/handlers.js +0 -15
  17. package/template/mp/app/weapps-api.js +0 -89
  18. package/template/mp/app.js +0 -114
  19. package/template/mp/app.json +0 -1
  20. package/template/mp/app.wxss +0 -15
  21. package/template/mp/common/data-patch-test.js +0 -60
  22. package/template/mp/common/data-patch.js +0 -44
  23. package/template/mp/common/merge-renderer.js +0 -67
  24. package/template/mp/common/process.js +0 -1
  25. package/template/mp/common/style.js +0 -34
  26. package/template/mp/common/url.js +0 -21
  27. package/template/mp/common/util.js +0 -395
  28. package/template/mp/common/utils.wxs +0 -11
  29. package/template/mp/common/weapp-component.js +0 -250
  30. package/template/mp/common/weapp-page.js +0 -204
  31. package/template/mp/common/weapp-sdk.js +0 -76
  32. package/template/mp/common/widget.js +0 -381
  33. package/template/mp/common/wx_yypt_report_v2.js +0 -460
  34. package/template/mp/component/index.js +0 -66
  35. package/template/mp/component/index.json +0 -4
  36. package/template/mp/component/index.wxml +0 -1
  37. package/template/mp/component/index.wxss +0 -1
  38. package/template/mp/datasources/config.js.tpl +0 -25
  39. package/template/mp/datasources/dataset-profiles.js.tpl +0 -5
  40. package/template/mp/datasources/datasource-profiles.js.tpl +0 -4
  41. package/template/mp/datasources/index.js +0 -31
  42. package/template/mp/package.json +0 -17
  43. package/template/mp/page/api.js +0 -1
  44. package/template/mp/page/index.js +0 -42
  45. package/template/mp/page/index.json +0 -3
  46. package/template/mp/page/index.wxml +0 -1
  47. package/template/mp/page/index.wxss +0 -3
  48. package/template/mp/project.config.json +0 -1
@@ -1 +0,0 @@
1
- <%= JSON.stringify(content, ' ', 2) %>