@kong-ui-public/analytics-utilities 12.14.1 → 12.15.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/dist/types/dashboardSchema.v2.d.ts +4 -0
- package/dist/types/dashboardSchema.v2.d.ts.map +1 -1
- package/dist/vitals-utilities.cjs +1 -1
- package/dist/vitals-utilities.cjs.map +1 -1
- package/dist/vitals-utilities.es.js +4 -0
- package/dist/vitals-utilities.es.js.map +1 -1
- package/dist/vitals-utilities.umd.js +1 -1
- package/dist/vitals-utilities.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1060,6 +1060,10 @@ const es = [
|
|
|
1060
1060
|
type: "number",
|
|
1061
1061
|
description: "Height of each tile in pixels."
|
|
1062
1062
|
},
|
|
1063
|
+
columns: {
|
|
1064
|
+
type: "number",
|
|
1065
|
+
description: "Number of columns in the dashboard grid."
|
|
1066
|
+
},
|
|
1063
1067
|
preset_filters: he([
|
|
1064
1068
|
.../* @__PURE__ */ new Set([
|
|
1065
1069
|
...Ce,
|