@opengis/bi 1.0.12 → 1.0.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 (81) hide show
  1. package/dist/bi.js +1 -1
  2. package/dist/bi.umd.cjs +108 -109
  3. package/dist/{import-file-Db7C78fp.js → import-file-1T7kpSzt.js} +9211 -9210
  4. package/dist/{vs-map-DuBKvlTI.js → map-component-mixin-BLM9iEWA.js} +7727 -8437
  5. package/dist/style.css +1 -1
  6. package/dist/{vs-calendar-Ddl6WRL3.js → vs-calendar-WiK1hcHS.js} +11 -11
  7. package/dist/{vs-funnel-bar-GbisTylf.js → vs-funnel-bar-CpPbYZ0_.js} +18 -18
  8. package/dist/{vs-heatmap-CPiim0yg.js → vs-heatmap-BG4eIROH.js} +17 -17
  9. package/dist/vs-map-BRk6Fmks.js +66 -0
  10. package/dist/vs-map-cluster-Dfe9INqE.js +103 -0
  11. package/dist/{vs-number-CR1H0JTM.js → vs-number-CJq-vi95.js} +1 -1
  12. package/dist/{vs-text-C3RkizPQ.js → vs-text-DcrAdQ40.js} +1 -1
  13. package/package.json +9 -6
  14. package/server/migrations/bi.sql +27 -0
  15. package/server/plugins/hook.js +86 -0
  16. package/server/plugins/vite.js +7 -4
  17. package/server/routes/dashboard/controllers/dashboard.js +9 -8
  18. package/server/routes/data/controllers/data.js +33 -49
  19. package/server/routes/data/controllers/util/chartSQL.js +1 -1
  20. package/server/routes/data/controllers/util/normalizeData.js +15 -8
  21. package/server/routes/map/controllers/cluster.js +11 -26
  22. package/server/routes/map/controllers/clusterVtile.js +35 -36
  23. package/server/routes/map/controllers/geojson.js +9 -23
  24. package/server/routes/map/controllers/map.js +46 -52
  25. package/server/routes/map/controllers/vtile.js +24 -31
  26. package/server/utils/getWidget.js +56 -0
  27. package/utils.js +11 -0
  28. package/server/templates/cls/demo.parcel.object_type.json +0 -12
  29. package/server/templates/dashboard/demo/funnel.yml +0 -18
  30. package/server/templates/dashboard/demo/heatmap.yml +0 -18
  31. package/server/templates/dashboard/demo/index.yml +0 -58
  32. package/server/templates/dashboard/demo/line.yml +0 -19
  33. package/server/templates/dashboard/demo/map.yml +0 -13
  34. package/server/templates/dashboard/demo/pivot.yml +0 -18
  35. package/server/templates/dashboard/demo/progress.yml +0 -15
  36. package/server/templates/dashboard/demo/quarterly_revenue.yml +0 -17
  37. package/server/templates/dashboard/demo/quarterly_revenue_by_product_line.yml +0 -19
  38. package/server/templates/dashboard/demo/stat.yml +0 -15
  39. package/server/templates/dashboard/demo/total_products_sold.yml +0 -9
  40. package/server/templates/dashboard/demo/total_products_sold_by_product_line.yml +0 -12
  41. package/server/templates/dashboard/demo/total_revenue.yml +0 -10
  42. package/server/templates/dashboard/demo/total_revenue_by_product_line.yml +0 -20
  43. package/server/templates/dashboard/demo/vehicle_sales_info.md +0 -17
  44. package/server/templates/dashboard/demo/waterfall.yml +0 -19
  45. package/server/templates/dashboard/erobota/bar_area.yml +0 -19
  46. package/server/templates/dashboard/erobota/bar_culture.yml +0 -18
  47. package/server/templates/dashboard/erobota/bar_grand.yml +0 -19
  48. package/server/templates/dashboard/erobota/count_grand.yml +0 -8
  49. package/server/templates/dashboard/erobota/index.yml +0 -49
  50. package/server/templates/dashboard/erobota/list_culture.yml +0 -12
  51. package/server/templates/dashboard/erobota/list_grant.yml +0 -12
  52. package/server/templates/dashboard/erobota/map.yml +0 -4
  53. package/server/templates/dashboard/erobota/pie_area.yml +0 -17
  54. package/server/templates/dashboard/erobota/pie_grant.yml +0 -17
  55. package/server/templates/dashboard/erobota/total_area.yml +0 -9
  56. package/server/templates/dashboard/erobota/total_grand.yml +0 -9
  57. package/server/templates/dashboard/map/index.yml +0 -6
  58. package/server/templates/dashboard/map/map.yml +0 -13
  59. package/server/templates/dashboard/map/mapCluster.yml +0 -16
  60. package/server/templates/dashboard/sales/index.yml +0 -41
  61. package/server/templates/dashboard/sales/quarterly_revenue.yml +0 -17
  62. package/server/templates/dashboard/sales/quarterly_revenue_by_product_line.yml +0 -19
  63. package/server/templates/dashboard/sales/total_products_sold.yml +0 -9
  64. package/server/templates/dashboard/sales/total_products_sold_by_product_line.yml +0 -13
  65. package/server/templates/dashboard/sales/total_revenue.yml +0 -8
  66. package/server/templates/dashboard/sales/total_revenue_by_product_line.yml +0 -20
  67. package/server/templates/dashboard/sales/vehicle_sales_info.md +0 -17
  68. package/server/templates/dashboard/test3/index.yml +0 -29
  69. package/server/templates/dashboard/test3/quarterly_revenue.yml +0 -19
  70. package/server/templates/dashboard/test3/widget1.yml +0 -8
  71. package/server/templates/pt/vehicle_sales.md +0 -17
  72. package/server/templates/table/demo.cleaned_sales_data.table.json +0 -104
  73. package/server/templates/table/test.dataset.table.json +0 -16
  74. package/server/templates/widget/calendar.yml +0 -14
  75. package/server/templates/widget/map.yml +0 -15
  76. package/server/templates/widget/mapCluster.yml +0 -16
  77. package/server/templates/widget/negative.yml +0 -18
  78. package/server/templates/widget/negative_profi_expense.yml +0 -23
  79. package/server/templates/widget/negative_type.yml +0 -24
  80. package/server/templates/widget/product_line.yml +0 -20
  81. package/server/templates/widget/test_vtile.yml +0 -7
package/dist/bi.js CHANGED
@@ -1,4 +1,4 @@
1
- import { l as f } from "./import-file-Db7C78fp.js";
1
+ import { l as f } from "./import-file-1T7kpSzt.js";
2
2
  export {
3
3
  f as default
4
4
  };