@objectstack/platform-objects 14.7.0 → 14.8.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.
@@ -493,6 +493,11 @@ declare const SysSetting: Omit<{
493
493
  schemaId: string;
494
494
  schema?: Record<string, unknown> | undefined;
495
495
  } | undefined;
496
+ emptyState?: {
497
+ title?: string | undefined;
498
+ message?: string | undefined;
499
+ icon?: string | undefined;
500
+ } | undefined;
496
501
  tree?: {
497
502
  [x: string]: unknown;
498
503
  parentField?: string | undefined;
@@ -652,11 +657,6 @@ declare const SysSetting: Omit<{
652
657
  } | undefined;
653
658
  showRecordCount?: boolean | undefined;
654
659
  allowPrinting?: boolean | undefined;
655
- emptyState?: {
656
- title?: string | undefined;
657
- message?: string | undefined;
658
- icon?: string | undefined;
659
- } | undefined;
660
660
  performance?: {
661
661
  lazyLoad?: boolean | undefined;
662
662
  virtualScroll?: {
@@ -3846,6 +3846,11 @@ declare const SysSecret: Omit<{
3846
3846
  schemaId: string;
3847
3847
  schema?: Record<string, unknown> | undefined;
3848
3848
  } | undefined;
3849
+ emptyState?: {
3850
+ title?: string | undefined;
3851
+ message?: string | undefined;
3852
+ icon?: string | undefined;
3853
+ } | undefined;
3849
3854
  tree?: {
3850
3855
  [x: string]: unknown;
3851
3856
  parentField?: string | undefined;
@@ -4005,11 +4010,6 @@ declare const SysSecret: Omit<{
4005
4010
  } | undefined;
4006
4011
  showRecordCount?: boolean | undefined;
4007
4012
  allowPrinting?: boolean | undefined;
4008
- emptyState?: {
4009
- title?: string | undefined;
4010
- message?: string | undefined;
4011
- icon?: string | undefined;
4012
- } | undefined;
4013
4013
  performance?: {
4014
4014
  lazyLoad?: boolean | undefined;
4015
4015
  virtualScroll?: {
@@ -6374,6 +6374,11 @@ declare const SysSettingAudit: Omit<{
6374
6374
  schemaId: string;
6375
6375
  schema?: Record<string, unknown> | undefined;
6376
6376
  } | undefined;
6377
+ emptyState?: {
6378
+ title?: string | undefined;
6379
+ message?: string | undefined;
6380
+ icon?: string | undefined;
6381
+ } | undefined;
6377
6382
  tree?: {
6378
6383
  [x: string]: unknown;
6379
6384
  parentField?: string | undefined;
@@ -6533,11 +6538,6 @@ declare const SysSettingAudit: Omit<{
6533
6538
  } | undefined;
6534
6539
  showRecordCount?: boolean | undefined;
6535
6540
  allowPrinting?: boolean | undefined;
6536
- emptyState?: {
6537
- title?: string | undefined;
6538
- message?: string | undefined;
6539
- icon?: string | undefined;
6540
- } | undefined;
6541
6541
  performance?: {
6542
6542
  lazyLoad?: boolean | undefined;
6543
6543
  virtualScroll?: {
@@ -493,6 +493,11 @@ declare const SysSetting: Omit<{
493
493
  schemaId: string;
494
494
  schema?: Record<string, unknown> | undefined;
495
495
  } | undefined;
496
+ emptyState?: {
497
+ title?: string | undefined;
498
+ message?: string | undefined;
499
+ icon?: string | undefined;
500
+ } | undefined;
496
501
  tree?: {
497
502
  [x: string]: unknown;
498
503
  parentField?: string | undefined;
@@ -652,11 +657,6 @@ declare const SysSetting: Omit<{
652
657
  } | undefined;
653
658
  showRecordCount?: boolean | undefined;
654
659
  allowPrinting?: boolean | undefined;
655
- emptyState?: {
656
- title?: string | undefined;
657
- message?: string | undefined;
658
- icon?: string | undefined;
659
- } | undefined;
660
660
  performance?: {
661
661
  lazyLoad?: boolean | undefined;
662
662
  virtualScroll?: {
@@ -3846,6 +3846,11 @@ declare const SysSecret: Omit<{
3846
3846
  schemaId: string;
3847
3847
  schema?: Record<string, unknown> | undefined;
3848
3848
  } | undefined;
3849
+ emptyState?: {
3850
+ title?: string | undefined;
3851
+ message?: string | undefined;
3852
+ icon?: string | undefined;
3853
+ } | undefined;
3849
3854
  tree?: {
3850
3855
  [x: string]: unknown;
3851
3856
  parentField?: string | undefined;
@@ -4005,11 +4010,6 @@ declare const SysSecret: Omit<{
4005
4010
  } | undefined;
4006
4011
  showRecordCount?: boolean | undefined;
4007
4012
  allowPrinting?: boolean | undefined;
4008
- emptyState?: {
4009
- title?: string | undefined;
4010
- message?: string | undefined;
4011
- icon?: string | undefined;
4012
- } | undefined;
4013
4013
  performance?: {
4014
4014
  lazyLoad?: boolean | undefined;
4015
4015
  virtualScroll?: {
@@ -6374,6 +6374,11 @@ declare const SysSettingAudit: Omit<{
6374
6374
  schemaId: string;
6375
6375
  schema?: Record<string, unknown> | undefined;
6376
6376
  } | undefined;
6377
+ emptyState?: {
6378
+ title?: string | undefined;
6379
+ message?: string | undefined;
6380
+ icon?: string | undefined;
6381
+ } | undefined;
6377
6382
  tree?: {
6378
6383
  [x: string]: unknown;
6379
6384
  parentField?: string | undefined;
@@ -6533,11 +6538,6 @@ declare const SysSettingAudit: Omit<{
6533
6538
  } | undefined;
6534
6539
  showRecordCount?: boolean | undefined;
6535
6540
  allowPrinting?: boolean | undefined;
6536
- emptyState?: {
6537
- title?: string | undefined;
6538
- message?: string | undefined;
6539
- icon?: string | undefined;
6540
- } | undefined;
6541
6541
  performance?: {
6542
6542
  lazyLoad?: boolean | undefined;
6543
6543
  virtualScroll?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/platform-objects",
3
- "version": "14.7.0",
3
+ "version": "14.8.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,8 +63,8 @@
63
63
  }
64
64
  },
65
65
  "dependencies": {
66
- "@objectstack/metadata-core": "14.7.0",
67
- "@objectstack/spec": "14.7.0"
66
+ "@objectstack/metadata-core": "14.8.0",
67
+ "@objectstack/spec": "14.8.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/node": "^26.1.1",