@objectstack/platform-objects 7.4.1 → 7.5.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/apps/index.d.mts +3 -3
- package/dist/apps/index.d.ts +3 -3
- package/package.json +3 -3
package/dist/apps/index.d.mts
CHANGED
|
@@ -129,7 +129,7 @@ declare const SystemOverviewDashboard: {
|
|
|
129
129
|
label: string;
|
|
130
130
|
widgets: {
|
|
131
131
|
id: string;
|
|
132
|
-
type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "
|
|
132
|
+
type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
|
|
133
133
|
aggregate: "min" | "max" | "count" | "sum" | "avg";
|
|
134
134
|
layout: {
|
|
135
135
|
x: number;
|
|
@@ -140,7 +140,7 @@ declare const SystemOverviewDashboard: {
|
|
|
140
140
|
title?: string | undefined;
|
|
141
141
|
description?: string | undefined;
|
|
142
142
|
chartConfig?: {
|
|
143
|
-
type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "
|
|
143
|
+
type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
|
|
144
144
|
showLegend: boolean;
|
|
145
145
|
showDataLabels: boolean;
|
|
146
146
|
title?: string | undefined;
|
|
@@ -172,7 +172,7 @@ declare const SystemOverviewDashboard: {
|
|
|
172
172
|
name: string;
|
|
173
173
|
yAxis: "left" | "right";
|
|
174
174
|
label?: string | undefined;
|
|
175
|
-
type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "
|
|
175
|
+
type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot" | undefined;
|
|
176
176
|
color?: string | undefined;
|
|
177
177
|
stack?: string | undefined;
|
|
178
178
|
variant?: "primary" | "comparison" | undefined;
|
package/dist/apps/index.d.ts
CHANGED
|
@@ -129,7 +129,7 @@ declare const SystemOverviewDashboard: {
|
|
|
129
129
|
label: string;
|
|
130
130
|
widgets: {
|
|
131
131
|
id: string;
|
|
132
|
-
type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "
|
|
132
|
+
type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
|
|
133
133
|
aggregate: "min" | "max" | "count" | "sum" | "avg";
|
|
134
134
|
layout: {
|
|
135
135
|
x: number;
|
|
@@ -140,7 +140,7 @@ declare const SystemOverviewDashboard: {
|
|
|
140
140
|
title?: string | undefined;
|
|
141
141
|
description?: string | undefined;
|
|
142
142
|
chartConfig?: {
|
|
143
|
-
type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "
|
|
143
|
+
type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
|
|
144
144
|
showLegend: boolean;
|
|
145
145
|
showDataLabels: boolean;
|
|
146
146
|
title?: string | undefined;
|
|
@@ -172,7 +172,7 @@ declare const SystemOverviewDashboard: {
|
|
|
172
172
|
name: string;
|
|
173
173
|
yAxis: "left" | "right";
|
|
174
174
|
label?: string | undefined;
|
|
175
|
-
type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "
|
|
175
|
+
type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot" | undefined;
|
|
176
176
|
color?: string | undefined;
|
|
177
177
|
stack?: string | undefined;
|
|
178
178
|
variant?: "primary" | "comparison" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/platform-objects",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Core platform object schemas for ObjectStack — identity, security, audit, tenant, and metadata objects",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@objectstack/spec": "7.
|
|
66
|
+
"@objectstack/spec": "7.5.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@types/node": "^25.9.1",
|
|
70
70
|
"tsup": "^8.5.1",
|
|
71
71
|
"typescript": "^6.0.3",
|
|
72
|
-
"vitest": "^4.1.
|
|
72
|
+
"vitest": "^4.1.8"
|
|
73
73
|
},
|
|
74
74
|
"keywords": [
|
|
75
75
|
"objectstack",
|