lowcoder-comps 0.0.10 → 0.0.11

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 (41) hide show
  1. package/index.js +91356 -0
  2. package/package.json +4 -3
  3. package/README.md +0 -27
  4. package/index.html +0 -26
  5. package/index.tsx +0 -19
  6. package/jest.config.js +0 -5
  7. package/src/__test__/allComp.test.tsx +0 -61
  8. package/src/app-env.d.ts +0 -3
  9. package/src/comps/calendarComp/calendarComp.tsx +0 -442
  10. package/src/comps/calendarComp/calendarConstants.tsx +0 -897
  11. package/src/comps/chartComp/chartComp.tsx +0 -249
  12. package/src/comps/chartComp/chartConfigs/barChartConfig.tsx +0 -51
  13. package/src/comps/chartComp/chartConfigs/cartesianAxisConfig.tsx +0 -307
  14. package/src/comps/chartComp/chartConfigs/chartUrls.tsx +0 -6
  15. package/src/comps/chartComp/chartConfigs/legendConfig.tsx +0 -55
  16. package/src/comps/chartComp/chartConfigs/lineChartConfig.tsx +0 -96
  17. package/src/comps/chartComp/chartConfigs/pieChartConfig.tsx +0 -83
  18. package/src/comps/chartComp/chartConfigs/scatterChartConfig.tsx +0 -62
  19. package/src/comps/chartComp/chartConstants.tsx +0 -243
  20. package/src/comps/chartComp/chartPropertyView.tsx +0 -161
  21. package/src/comps/chartComp/chartUtils.ts +0 -240
  22. package/src/comps/chartComp/reactEcharts/core.tsx +0 -187
  23. package/src/comps/chartComp/reactEcharts/index.ts +0 -20
  24. package/src/comps/chartComp/reactEcharts/types.ts +0 -70
  25. package/src/comps/chartComp/seriesComp.tsx +0 -119
  26. package/src/comps/imageEditorComp/imageEditorClass.tsx +0 -52
  27. package/src/comps/imageEditorComp/imageEditorConstants.tsx +0 -109
  28. package/src/comps/imageEditorComp/index.tsx +0 -184
  29. package/src/comps/mermaidComp/index.tsx +0 -44
  30. package/src/comps/mermaidComp/mermaid.tsx +0 -29
  31. package/src/global.ts +0 -1
  32. package/src/i18n/comps/index.tsx +0 -29
  33. package/src/i18n/comps/locales/en.ts +0 -142
  34. package/src/i18n/comps/locales/enObj.tsx +0 -120
  35. package/src/i18n/comps/locales/index.ts +0 -7
  36. package/src/i18n/comps/locales/types.tsx +0 -9
  37. package/src/i18n/comps/locales/zh.ts +0 -4
  38. package/src/i18n/comps/locales/zhObj.tsx +0 -4
  39. package/src/index.ts +0 -9
  40. package/tsconfig.json +0 -22
  41. package/vite.config.js +0 -10

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.