@objectstack/plugin-sharing 9.9.1 → 9.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/plugin-sharing@9.9.1 build /home/runner/work/framework/framework/packages/plugins/plugin-sharing
2
+ > @objectstack/plugin-sharing@9.10.0 build /home/runner/work/framework/framework/packages/plugins/plugin-sharing
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 109.89 KB
14
14
  ESM dist/index.mjs.map 191.90 KB
15
- ESM ⚡️ Build success in 177ms
15
+ ESM ⚡️ Build success in 208ms
16
16
  CJS dist/index.js 111.86 KB
17
17
  CJS dist/index.js.map 191.93 KB
18
- CJS ⚡️ Build success in 177ms
18
+ CJS ⚡️ Build success in 249ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 17884ms
21
- DTS dist/index.d.mts 400.34 KB
22
- DTS dist/index.d.ts 400.34 KB
20
+ DTS ⚡️ Build success in 31225ms
21
+ DTS dist/index.d.mts 403.23 KB
22
+ DTS dist/index.d.ts 403.23 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @objectstack/plugin-sharing
2
2
 
3
+ ## 9.10.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [db02bd5]
8
+ - Updated dependencies [641675d]
9
+ - Updated dependencies [94e9040]
10
+ - Updated dependencies [4331adb]
11
+ - Updated dependencies [1f88fd9]
12
+ - Updated dependencies [1f88fd9]
13
+ - Updated dependencies [e2b5324]
14
+ - Updated dependencies [fd07027]
15
+ - @objectstack/spec@9.10.0
16
+ - @objectstack/platform-objects@9.10.0
17
+ - @objectstack/objectql@9.10.0
18
+ - @objectstack/core@9.10.0
19
+
3
20
  ## 9.9.1
4
21
 
5
22
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -475,6 +475,29 @@ declare const SysRecordShare: Omit<{
475
475
  titleField: string;
476
476
  progressField?: string | undefined;
477
477
  dependenciesField?: string | undefined;
478
+ colorField?: string | undefined;
479
+ parentField?: string | undefined;
480
+ typeField?: string | undefined;
481
+ baselineStartField?: string | undefined;
482
+ baselineEndField?: string | undefined;
483
+ groupByField?: string | undefined;
484
+ resourceView?: boolean | undefined;
485
+ assigneeField?: string | undefined;
486
+ effortField?: string | undefined;
487
+ capacity?: number | undefined;
488
+ tooltipFields?: (string | {
489
+ field: string;
490
+ label?: string | undefined;
491
+ })[] | undefined;
492
+ quickFilters?: {
493
+ field: string;
494
+ label?: string | undefined;
495
+ options?: (string | {
496
+ value: string | number;
497
+ label?: string | undefined;
498
+ })[] | undefined;
499
+ }[] | undefined;
500
+ autoZoomToFilter?: boolean | undefined;
478
501
  } | undefined;
479
502
  gallery?: {
480
503
  coverFit: "cover" | "contain";
@@ -670,7 +693,7 @@ declare const SysRecordShare: Omit<{
670
693
  } | {
671
694
  language: "js";
672
695
  source: string;
673
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
696
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
674
697
  timeoutMs?: number | undefined;
675
698
  memoryMb?: number | undefined;
676
699
  } | undefined;
@@ -3248,6 +3271,29 @@ declare const SysSharingRule: Omit<{
3248
3271
  titleField: string;
3249
3272
  progressField?: string | undefined;
3250
3273
  dependenciesField?: string | undefined;
3274
+ colorField?: string | undefined;
3275
+ parentField?: string | undefined;
3276
+ typeField?: string | undefined;
3277
+ baselineStartField?: string | undefined;
3278
+ baselineEndField?: string | undefined;
3279
+ groupByField?: string | undefined;
3280
+ resourceView?: boolean | undefined;
3281
+ assigneeField?: string | undefined;
3282
+ effortField?: string | undefined;
3283
+ capacity?: number | undefined;
3284
+ tooltipFields?: (string | {
3285
+ field: string;
3286
+ label?: string | undefined;
3287
+ })[] | undefined;
3288
+ quickFilters?: {
3289
+ field: string;
3290
+ label?: string | undefined;
3291
+ options?: (string | {
3292
+ value: string | number;
3293
+ label?: string | undefined;
3294
+ })[] | undefined;
3295
+ }[] | undefined;
3296
+ autoZoomToFilter?: boolean | undefined;
3251
3297
  } | undefined;
3252
3298
  gallery?: {
3253
3299
  coverFit: "cover" | "contain";
@@ -3443,7 +3489,7 @@ declare const SysSharingRule: Omit<{
3443
3489
  } | {
3444
3490
  language: "js";
3445
3491
  source: string;
3446
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
3492
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
3447
3493
  timeoutMs?: number | undefined;
3448
3494
  memoryMb?: number | undefined;
3449
3495
  } | undefined;
@@ -6151,6 +6197,29 @@ declare const SysShareLink: Omit<{
6151
6197
  titleField: string;
6152
6198
  progressField?: string | undefined;
6153
6199
  dependenciesField?: string | undefined;
6200
+ colorField?: string | undefined;
6201
+ parentField?: string | undefined;
6202
+ typeField?: string | undefined;
6203
+ baselineStartField?: string | undefined;
6204
+ baselineEndField?: string | undefined;
6205
+ groupByField?: string | undefined;
6206
+ resourceView?: boolean | undefined;
6207
+ assigneeField?: string | undefined;
6208
+ effortField?: string | undefined;
6209
+ capacity?: number | undefined;
6210
+ tooltipFields?: (string | {
6211
+ field: string;
6212
+ label?: string | undefined;
6213
+ })[] | undefined;
6214
+ quickFilters?: {
6215
+ field: string;
6216
+ label?: string | undefined;
6217
+ options?: (string | {
6218
+ value: string | number;
6219
+ label?: string | undefined;
6220
+ })[] | undefined;
6221
+ }[] | undefined;
6222
+ autoZoomToFilter?: boolean | undefined;
6154
6223
  } | undefined;
6155
6224
  gallery?: {
6156
6225
  coverFit: "cover" | "contain";
@@ -6346,7 +6415,7 @@ declare const SysShareLink: Omit<{
6346
6415
  } | {
6347
6416
  language: "js";
6348
6417
  source: string;
6349
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
6418
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
6350
6419
  timeoutMs?: number | undefined;
6351
6420
  memoryMb?: number | undefined;
6352
6421
  } | undefined;
package/dist/index.d.ts CHANGED
@@ -475,6 +475,29 @@ declare const SysRecordShare: Omit<{
475
475
  titleField: string;
476
476
  progressField?: string | undefined;
477
477
  dependenciesField?: string | undefined;
478
+ colorField?: string | undefined;
479
+ parentField?: string | undefined;
480
+ typeField?: string | undefined;
481
+ baselineStartField?: string | undefined;
482
+ baselineEndField?: string | undefined;
483
+ groupByField?: string | undefined;
484
+ resourceView?: boolean | undefined;
485
+ assigneeField?: string | undefined;
486
+ effortField?: string | undefined;
487
+ capacity?: number | undefined;
488
+ tooltipFields?: (string | {
489
+ field: string;
490
+ label?: string | undefined;
491
+ })[] | undefined;
492
+ quickFilters?: {
493
+ field: string;
494
+ label?: string | undefined;
495
+ options?: (string | {
496
+ value: string | number;
497
+ label?: string | undefined;
498
+ })[] | undefined;
499
+ }[] | undefined;
500
+ autoZoomToFilter?: boolean | undefined;
478
501
  } | undefined;
479
502
  gallery?: {
480
503
  coverFit: "cover" | "contain";
@@ -670,7 +693,7 @@ declare const SysRecordShare: Omit<{
670
693
  } | {
671
694
  language: "js";
672
695
  source: string;
673
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
696
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
674
697
  timeoutMs?: number | undefined;
675
698
  memoryMb?: number | undefined;
676
699
  } | undefined;
@@ -3248,6 +3271,29 @@ declare const SysSharingRule: Omit<{
3248
3271
  titleField: string;
3249
3272
  progressField?: string | undefined;
3250
3273
  dependenciesField?: string | undefined;
3274
+ colorField?: string | undefined;
3275
+ parentField?: string | undefined;
3276
+ typeField?: string | undefined;
3277
+ baselineStartField?: string | undefined;
3278
+ baselineEndField?: string | undefined;
3279
+ groupByField?: string | undefined;
3280
+ resourceView?: boolean | undefined;
3281
+ assigneeField?: string | undefined;
3282
+ effortField?: string | undefined;
3283
+ capacity?: number | undefined;
3284
+ tooltipFields?: (string | {
3285
+ field: string;
3286
+ label?: string | undefined;
3287
+ })[] | undefined;
3288
+ quickFilters?: {
3289
+ field: string;
3290
+ label?: string | undefined;
3291
+ options?: (string | {
3292
+ value: string | number;
3293
+ label?: string | undefined;
3294
+ })[] | undefined;
3295
+ }[] | undefined;
3296
+ autoZoomToFilter?: boolean | undefined;
3251
3297
  } | undefined;
3252
3298
  gallery?: {
3253
3299
  coverFit: "cover" | "contain";
@@ -3443,7 +3489,7 @@ declare const SysSharingRule: Omit<{
3443
3489
  } | {
3444
3490
  language: "js";
3445
3491
  source: string;
3446
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
3492
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
3447
3493
  timeoutMs?: number | undefined;
3448
3494
  memoryMb?: number | undefined;
3449
3495
  } | undefined;
@@ -6151,6 +6197,29 @@ declare const SysShareLink: Omit<{
6151
6197
  titleField: string;
6152
6198
  progressField?: string | undefined;
6153
6199
  dependenciesField?: string | undefined;
6200
+ colorField?: string | undefined;
6201
+ parentField?: string | undefined;
6202
+ typeField?: string | undefined;
6203
+ baselineStartField?: string | undefined;
6204
+ baselineEndField?: string | undefined;
6205
+ groupByField?: string | undefined;
6206
+ resourceView?: boolean | undefined;
6207
+ assigneeField?: string | undefined;
6208
+ effortField?: string | undefined;
6209
+ capacity?: number | undefined;
6210
+ tooltipFields?: (string | {
6211
+ field: string;
6212
+ label?: string | undefined;
6213
+ })[] | undefined;
6214
+ quickFilters?: {
6215
+ field: string;
6216
+ label?: string | undefined;
6217
+ options?: (string | {
6218
+ value: string | number;
6219
+ label?: string | undefined;
6220
+ })[] | undefined;
6221
+ }[] | undefined;
6222
+ autoZoomToFilter?: boolean | undefined;
6154
6223
  } | undefined;
6155
6224
  gallery?: {
6156
6225
  coverFit: "cover" | "contain";
@@ -6346,7 +6415,7 @@ declare const SysShareLink: Omit<{
6346
6415
  } | {
6347
6416
  language: "js";
6348
6417
  source: string;
6349
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
6418
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
6350
6419
  timeoutMs?: number | undefined;
6351
6420
  memoryMb?: number | undefined;
6352
6421
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-sharing",
3
- "version": "9.9.1",
3
+ "version": "9.10.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Record-level sharing for ObjectStack — sys_record_share + middleware that enforces sharingModel + ISharingService.",
6
6
  "main": "dist/index.js",
@@ -13,10 +13,10 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "9.9.1",
17
- "@objectstack/objectql": "9.9.1",
18
- "@objectstack/platform-objects": "9.9.1",
19
- "@objectstack/spec": "9.9.1"
16
+ "@objectstack/core": "9.10.0",
17
+ "@objectstack/objectql": "9.10.0",
18
+ "@objectstack/platform-objects": "9.10.0",
19
+ "@objectstack/spec": "9.10.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^25.9.3",