@objectstack/platform-objects 14.8.0 → 15.1.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.
Files changed (39) hide show
  1. package/dist/apps/index.d.mts +2 -0
  2. package/dist/apps/index.d.ts +2 -0
  3. package/dist/apps/index.js +1316 -136
  4. package/dist/apps/index.js.map +1 -1
  5. package/dist/apps/index.mjs +1316 -136
  6. package/dist/apps/index.mjs.map +1 -1
  7. package/dist/audit/index.d.mts +933 -578
  8. package/dist/audit/index.d.ts +933 -578
  9. package/dist/audit/index.js +6 -19
  10. package/dist/audit/index.js.map +1 -1
  11. package/dist/audit/index.mjs +6 -19
  12. package/dist/audit/index.mjs.map +1 -1
  13. package/dist/identity/index.d.mts +15025 -2760
  14. package/dist/identity/index.d.ts +15025 -2760
  15. package/dist/identity/index.js +381 -27
  16. package/dist/identity/index.js.map +1 -1
  17. package/dist/identity/index.mjs +379 -28
  18. package/dist/identity/index.mjs.map +1 -1
  19. package/dist/index.d.mts +1 -1
  20. package/dist/index.d.ts +1 -1
  21. package/dist/index.js +1859 -197
  22. package/dist/index.js.map +1 -1
  23. package/dist/index.mjs +1857 -198
  24. package/dist/index.mjs.map +1 -1
  25. package/dist/metadata-translations/index.js +64 -0
  26. package/dist/metadata-translations/index.js.map +1 -1
  27. package/dist/metadata-translations/index.mjs +64 -0
  28. package/dist/metadata-translations/index.mjs.map +1 -1
  29. package/dist/pages/index.js +77 -0
  30. package/dist/pages/index.js.map +1 -1
  31. package/dist/pages/index.mjs +77 -0
  32. package/dist/pages/index.mjs.map +1 -1
  33. package/dist/plugin.js +1380 -136
  34. package/dist/plugin.js.map +1 -1
  35. package/dist/plugin.mjs +1380 -136
  36. package/dist/plugin.mjs.map +1 -1
  37. package/dist/system/index.d.mts +240 -24
  38. package/dist/system/index.d.ts +240 -24
  39. package/package.json +3 -3
@@ -215,6 +215,7 @@ declare const SystemOverviewDashboard: {
215
215
  h: number;
216
216
  } | undefined;
217
217
  options?: unknown;
218
+ filterBindings?: Record<string, string | false> | undefined;
218
219
  suppressWarnings?: string[] | undefined;
219
220
  responsive?: {
220
221
  breakpoint?: "md" | "xs" | "sm" | "lg" | "xl" | "2xl" | undefined;
@@ -271,6 +272,7 @@ declare const SystemOverviewDashboard: {
271
272
  globalFilters?: {
272
273
  field: string;
273
274
  scope: "widget" | "dashboard";
275
+ name?: string | undefined;
274
276
  label?: string | undefined;
275
277
  type?: "number" | "date" | "lookup" | "text" | "select" | undefined;
276
278
  options?: {
@@ -215,6 +215,7 @@ declare const SystemOverviewDashboard: {
215
215
  h: number;
216
216
  } | undefined;
217
217
  options?: unknown;
218
+ filterBindings?: Record<string, string | false> | undefined;
218
219
  suppressWarnings?: string[] | undefined;
219
220
  responsive?: {
220
221
  breakpoint?: "md" | "xs" | "sm" | "lg" | "xl" | "2xl" | undefined;
@@ -271,6 +272,7 @@ declare const SystemOverviewDashboard: {
271
272
  globalFilters?: {
272
273
  field: string;
273
274
  scope: "widget" | "dashboard";
275
+ name?: string | undefined;
274
276
  label?: string | undefined;
275
277
  type?: "number" | "date" | "lookup" | "text" | "select" | undefined;
276
278
  options?: {