@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.
- package/dist/bi.js +1 -1
- package/dist/bi.umd.cjs +108 -109
- package/dist/{import-file-Db7C78fp.js → import-file-1T7kpSzt.js} +9211 -9210
- package/dist/{vs-map-DuBKvlTI.js → map-component-mixin-BLM9iEWA.js} +7727 -8437
- package/dist/style.css +1 -1
- package/dist/{vs-calendar-Ddl6WRL3.js → vs-calendar-WiK1hcHS.js} +11 -11
- package/dist/{vs-funnel-bar-GbisTylf.js → vs-funnel-bar-CpPbYZ0_.js} +18 -18
- package/dist/{vs-heatmap-CPiim0yg.js → vs-heatmap-BG4eIROH.js} +17 -17
- package/dist/vs-map-BRk6Fmks.js +66 -0
- package/dist/vs-map-cluster-Dfe9INqE.js +103 -0
- package/dist/{vs-number-CR1H0JTM.js → vs-number-CJq-vi95.js} +1 -1
- package/dist/{vs-text-C3RkizPQ.js → vs-text-DcrAdQ40.js} +1 -1
- package/package.json +9 -6
- package/server/migrations/bi.sql +27 -0
- package/server/plugins/hook.js +86 -0
- package/server/plugins/vite.js +7 -4
- package/server/routes/dashboard/controllers/dashboard.js +9 -8
- package/server/routes/data/controllers/data.js +33 -49
- package/server/routes/data/controllers/util/chartSQL.js +1 -1
- package/server/routes/data/controllers/util/normalizeData.js +15 -8
- package/server/routes/map/controllers/cluster.js +11 -26
- package/server/routes/map/controllers/clusterVtile.js +35 -36
- package/server/routes/map/controllers/geojson.js +9 -23
- package/server/routes/map/controllers/map.js +46 -52
- package/server/routes/map/controllers/vtile.js +24 -31
- package/server/utils/getWidget.js +56 -0
- package/utils.js +11 -0
- package/server/templates/cls/demo.parcel.object_type.json +0 -12
- package/server/templates/dashboard/demo/funnel.yml +0 -18
- package/server/templates/dashboard/demo/heatmap.yml +0 -18
- package/server/templates/dashboard/demo/index.yml +0 -58
- package/server/templates/dashboard/demo/line.yml +0 -19
- package/server/templates/dashboard/demo/map.yml +0 -13
- package/server/templates/dashboard/demo/pivot.yml +0 -18
- package/server/templates/dashboard/demo/progress.yml +0 -15
- package/server/templates/dashboard/demo/quarterly_revenue.yml +0 -17
- package/server/templates/dashboard/demo/quarterly_revenue_by_product_line.yml +0 -19
- package/server/templates/dashboard/demo/stat.yml +0 -15
- package/server/templates/dashboard/demo/total_products_sold.yml +0 -9
- package/server/templates/dashboard/demo/total_products_sold_by_product_line.yml +0 -12
- package/server/templates/dashboard/demo/total_revenue.yml +0 -10
- package/server/templates/dashboard/demo/total_revenue_by_product_line.yml +0 -20
- package/server/templates/dashboard/demo/vehicle_sales_info.md +0 -17
- package/server/templates/dashboard/demo/waterfall.yml +0 -19
- package/server/templates/dashboard/erobota/bar_area.yml +0 -19
- package/server/templates/dashboard/erobota/bar_culture.yml +0 -18
- package/server/templates/dashboard/erobota/bar_grand.yml +0 -19
- package/server/templates/dashboard/erobota/count_grand.yml +0 -8
- package/server/templates/dashboard/erobota/index.yml +0 -49
- package/server/templates/dashboard/erobota/list_culture.yml +0 -12
- package/server/templates/dashboard/erobota/list_grant.yml +0 -12
- package/server/templates/dashboard/erobota/map.yml +0 -4
- package/server/templates/dashboard/erobota/pie_area.yml +0 -17
- package/server/templates/dashboard/erobota/pie_grant.yml +0 -17
- package/server/templates/dashboard/erobota/total_area.yml +0 -9
- package/server/templates/dashboard/erobota/total_grand.yml +0 -9
- package/server/templates/dashboard/map/index.yml +0 -6
- package/server/templates/dashboard/map/map.yml +0 -13
- package/server/templates/dashboard/map/mapCluster.yml +0 -16
- package/server/templates/dashboard/sales/index.yml +0 -41
- package/server/templates/dashboard/sales/quarterly_revenue.yml +0 -17
- package/server/templates/dashboard/sales/quarterly_revenue_by_product_line.yml +0 -19
- package/server/templates/dashboard/sales/total_products_sold.yml +0 -9
- package/server/templates/dashboard/sales/total_products_sold_by_product_line.yml +0 -13
- package/server/templates/dashboard/sales/total_revenue.yml +0 -8
- package/server/templates/dashboard/sales/total_revenue_by_product_line.yml +0 -20
- package/server/templates/dashboard/sales/vehicle_sales_info.md +0 -17
- package/server/templates/dashboard/test3/index.yml +0 -29
- package/server/templates/dashboard/test3/quarterly_revenue.yml +0 -19
- package/server/templates/dashboard/test3/widget1.yml +0 -8
- package/server/templates/pt/vehicle_sales.md +0 -17
- package/server/templates/table/demo.cleaned_sales_data.table.json +0 -104
- package/server/templates/table/test.dataset.table.json +0 -16
- package/server/templates/widget/calendar.yml +0 -14
- package/server/templates/widget/map.yml +0 -15
- package/server/templates/widget/mapCluster.yml +0 -16
- package/server/templates/widget/negative.yml +0 -18
- package/server/templates/widget/negative_profi_expense.yml +0 -23
- package/server/templates/widget/negative_type.yml +0 -24
- package/server/templates/widget/product_line.yml +0 -20
- package/server/templates/widget/test_vtile.yml +0 -7
package/dist/bi.js
CHANGED