@kong-ui-public/dashboard-renderer 8.9.72 → 8.10.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.
- package/README.md +1 -0
- package/dist/{GeoMapRenderer-Bnz0_lSW.js → GeoMapRenderer-M-3eIuS8.js} +1 -1
- package/dist/dashboard-renderer.es.js +1 -1
- package/dist/dashboard-renderer.umd.js +3 -3
- package/dist/{index-Uo_5358M.js → index-DCyZL9aa.js} +354 -347
- package/dist/style.css +1 -1
- package/dist/types/components/DashboardRenderer.vue.d.ts +2 -0
- package/dist/types/components/DashboardRenderer.vue.d.ts.map +1 -1
- package/dist/types/components/layout/DraggableGridLayout.vue.d.ts +1 -0
- package/dist/types/components/layout/DraggableGridLayout.vue.d.ts.map +1 -1
- package/dist/types/components/layout/GridLayout.vue.d.ts +5 -0
- package/dist/types/components/layout/GridLayout.vue.d.ts.map +1 -1
- package/dist/types/utils/configure-definition.d.ts.map +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -418,6 +418,7 @@ The root configuration type for a dashboard.
|
|
|
418
418
|
interface DashboardConfig {
|
|
419
419
|
tiles: TileConfig[] // Array of tile configurations
|
|
420
420
|
tile_height?: number // Optional height of each tile in pixels
|
|
421
|
+
columns?: number // Optional number of grid columns (default: 6)
|
|
421
422
|
}
|
|
422
423
|
```
|
|
423
424
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as q, ref as C, computed as c, openBlock as x, createBlock as g, withCtx as _, createVNode as E, unref as M } from "vue";
|
|
2
|
-
import { _ as O } from "./index-
|
|
2
|
+
import { _ as O } from "./index-DCyZL9aa.js";
|
|
3
3
|
import { exploreResultToCountryMetrics as b, AnalyticsGeoMap as k } from "@kong-ui-public/analytics-geo-map";
|
|
4
4
|
import { COUNTRIES as B } from "@kong-ui-public/analytics-utilities";
|
|
5
5
|
const R = /* @__PURE__ */ q({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as a, D as R, a as T, b as s, c as L, d as I, E as e, F as D, e as N, G as S, I as r, T as A, f as F } from "./index-
|
|
1
|
+
import { C as a, D as R, a as T, b as s, c as L, d as I, E as e, F as D, e as N, G as S, I as r, T as A, f as F } from "./index-DCyZL9aa.js";
|
|
2
2
|
export {
|
|
3
3
|
a as CP_ID_TOKEN,
|
|
4
4
|
R as DASHBOARD_COLS,
|