cabloy 5.1.99 → 5.1.101

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/.cabloy-version CHANGED
@@ -1 +1 @@
1
- 5.1.99
1
+ 5.1.101
package/.gitignore CHANGED
@@ -37,6 +37,7 @@ vona/.zova-rest
37
37
  **/.temp-dynamic-*
38
38
  **/quasar.config.*.temporary.compiled*
39
39
  zova/.zova
40
+ zova/.zova-rest
40
41
  zova/.quasar
41
42
 
42
43
  **/src-cordova/node_modules
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.1.101
4
+
5
+ ### Features
6
+
7
+ - Add update functionality.
8
+ - Add update enhancements.
9
+
10
+ ## 5.1.100
11
+
12
+ ### Improvements
13
+
14
+ - Refresh the Zova lockfile after compensation rerun preparation.
15
+ - Refresh the Vona `zova-core` patch for v5.1.77.
16
+
3
17
  ## 5.1.99
4
18
 
5
19
  ### Features
@@ -347,15 +347,16 @@ Representative files in the Cabloy Basic frontend:
347
347
  - `getUploadPolicy(...)` stays in the model
348
348
  - the query is created as formal state instead of a one-off click helper
349
349
  - `disableSuspenseOnInit: true` skips the automatic init-time `query.suspense()` kick while preserving the query as formal state
350
- - render derives `acceptAttr`, `multiple`, and `pending`
351
- - interaction reuses that state
350
+ - upload policy still uses normal async freshness semantics here because the model method does not set `staleTime: Infinity`
351
+ - render establishes and derives `acceptAttr`, `multiple`, and `pending` from that query-backed state
352
+ - interaction reuses that same state
352
353
  - interaction may still `await query.suspense()` on the already-created query if an edge timing window requires it
353
354
 
354
355
  Why this is a good fit:
355
356
 
356
357
  - upload policy is a real query-backed state
357
- - it is relatively stable within the current frontend process
358
- - every first consumer does not need to auto-kick one eager init-time refresh semantic
358
+ - it is stable enough that every first consumer does not need to auto-kick one eager init-time refresh semantic
359
+ - it should still keep normal async freshness behavior rather than being frozen through `staleTime: Infinity`
359
360
  - the strict-ready moment is the interaction boundary, not every initial render consumer
360
361
 
361
362
  Taken together, Example A and Example B show the most important design contrast on this page:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cabloy",
3
- "version": "5.1.99",
3
+ "version": "5.1.101",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "A Node.js fullstack framework",
6
6
  "keywords": [
@@ -16,7 +16,7 @@ overrides:
16
16
  zod: npm:@cabloy/zod@4.3.8
17
17
 
18
18
  patchedDependencies:
19
- zova-core@5.1.76: 0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54
19
+ zova-core@5.1.77: 0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54
20
20
 
21
21
  importers:
22
22
 
@@ -501,11 +501,11 @@ importers:
501
501
  specifier: npm:@cabloy/zod@4.3.8
502
502
  version: '@cabloy/zod@4.3.8'
503
503
  zova:
504
- specifier: ^5.1.131
505
- version: 5.1.131(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
504
+ specifier: ^5.1.132
505
+ version: 5.1.132(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
506
506
  zova-jsx:
507
- specifier: ^1.1.76
508
- version: 1.1.76(typescript@5.9.3)
507
+ specifier: ^1.1.77
508
+ version: 1.1.77(typescript@5.9.3)
509
509
  zova-module-a-api:
510
510
  specifier: ^5.1.21
511
511
  version: 5.1.21
@@ -528,11 +528,11 @@ importers:
528
528
  specifier: ^5.1.29
529
529
  version: 5.1.29
530
530
  zova-module-a-model:
531
- specifier: ^5.1.30
532
- version: 5.1.30(vue@3.5.39(typescript@5.9.3))
531
+ specifier: ^5.1.31
532
+ version: 5.1.31(vue@3.5.39(typescript@5.9.3))
533
533
  zova-module-a-openapi:
534
- specifier: ^5.1.42
535
- version: 5.1.42
534
+ specifier: ^5.1.43
535
+ version: 5.1.43
536
536
  zova-module-a-router:
537
537
  specifier: ^5.1.29
538
538
  version: 5.1.29
@@ -549,8 +549,8 @@ importers:
549
549
  specifier: ^5.1.37
550
550
  version: 5.1.37(vue@3.5.39(typescript@5.9.3))
551
551
  zova-module-rest-resource:
552
- specifier: ^5.1.40
553
- version: 5.1.40
552
+ specifier: ^5.1.41
553
+ version: 5.1.41
554
554
 
555
555
  .zova-rest/cabloy-basic-web:
556
556
  dependencies:
@@ -573,11 +573,11 @@ importers:
573
573
  specifier: npm:@cabloy/zod@4.3.8
574
574
  version: '@cabloy/zod@4.3.8'
575
575
  zova:
576
- specifier: ^5.1.131
577
- version: 5.1.131(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
576
+ specifier: ^5.1.132
577
+ version: 5.1.132(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
578
578
  zova-jsx:
579
- specifier: ^1.1.76
580
- version: 1.1.76(typescript@5.9.3)
579
+ specifier: ^1.1.77
580
+ version: 1.1.77(typescript@5.9.3)
581
581
  zova-module-a-api:
582
582
  specifier: ^5.1.21
583
583
  version: 5.1.21
@@ -600,11 +600,11 @@ importers:
600
600
  specifier: ^5.1.29
601
601
  version: 5.1.29
602
602
  zova-module-a-model:
603
- specifier: ^5.1.30
604
- version: 5.1.30(vue@3.5.39(typescript@5.9.3))
603
+ specifier: ^5.1.31
604
+ version: 5.1.31(vue@3.5.39(typescript@5.9.3))
605
605
  zova-module-a-openapi:
606
- specifier: ^5.1.42
607
- version: 5.1.42
606
+ specifier: ^5.1.43
607
+ version: 5.1.43
608
608
  zova-module-a-router:
609
609
  specifier: ^5.1.29
610
610
  version: 5.1.29
@@ -621,8 +621,8 @@ importers:
621
621
  specifier: ^5.1.37
622
622
  version: 5.1.37(vue@3.5.39(typescript@5.9.3))
623
623
  zova-module-rest-resource:
624
- specifier: ^5.1.40
625
- version: 5.1.40
624
+ specifier: ^5.1.41
625
+ version: 5.1.41
626
626
 
627
627
  packages-cli/cabloy-cli:
628
628
  dependencies:
@@ -1517,7 +1517,7 @@ importers:
1517
1517
  src/suite-vendor/a-file:
1518
1518
  dependencies:
1519
1519
  vona-module-a-file:
1520
- specifier: ^5.0.3
1520
+ specifier: ^5.0.4
1521
1521
  version: link:modules/a-file
1522
1522
  vona-module-file-cloudflare:
1523
1523
  specifier: ^5.0.3
@@ -1625,7 +1625,7 @@ importers:
1625
1625
  src/suite-vendor/a-test:
1626
1626
  dependencies:
1627
1627
  vona-module-test-file:
1628
- specifier: ^5.0.3
1628
+ specifier: ^5.0.4
1629
1629
  version: link:modules/test-file
1630
1630
 
1631
1631
  src/suite-vendor/a-test/modules/test-auth:
@@ -7948,11 +7948,11 @@ packages:
7948
7948
  peerDependencies:
7949
7949
  zod: ^3.25.28 || ^4
7950
7950
 
7951
- zova-core@5.1.76:
7952
- resolution: {integrity: sha512-/GVKWYywNkBwBC59x44OAG6l9LMF5k6rAj6/OHVbwAsN9Xo67StNTxC8x8PfS2PeziHrawuHlMefm1xcOaiWzg==}
7951
+ zova-core@5.1.77:
7952
+ resolution: {integrity: sha512-PfB5yaHVZ8U8Fjeyju3m9OGe1PjXH26HTjkA9jvl+KK9l3t/lzdEVP4s03/4zEggvPz7pkwek1heLuMaQRmX/Q==}
7953
7953
 
7954
- zova-jsx@1.1.76:
7955
- resolution: {integrity: sha512-oi/Q7k112dI1StQx6gX2m2UBbesKDOriNwZIwYs2tzDJXGDi0Lfn4F6oKM6RBWDhyZAswTBo+qd+bohFldRDaA==}
7954
+ zova-jsx@1.1.77:
7955
+ resolution: {integrity: sha512-TnjesMVt7wSvwjP4XDOg9m2MacbL5xgMrdLtU9XhhPHm3gYuNV/hzr2vQ788k/z+WWQdHsqRvTy6Ngr/GDr6zg==}
7956
7956
 
7957
7957
  zova-module-a-api@5.1.21:
7958
7958
  resolution: {integrity: sha512-qjm/hfjC4/+7Ap/uzJfBzV0PwRlp2idEmEKwCZYxquaXq6QtJBbTWTznw1iukT4lkJZip2KFkjOvXTzdvZA2UA==}
@@ -7993,11 +7993,11 @@ packages:
7993
7993
  zova-module-a-meta@5.1.21:
7994
7994
  resolution: {integrity: sha512-7vsLOMw1UQEZ+8qbBaiz9t4n3N7AU1jxpaiSIIky7hBvKO9nuHq+e7FONpj9poa8WeHkYoflBg/8imKBy/IlNw==}
7995
7995
 
7996
- zova-module-a-model@5.1.30:
7997
- resolution: {integrity: sha512-DrOXf0ZPe0ZW/ZlXeBCmletEuxCD55MMs/1AHmGavXLridqNvbhkwhHpFHah+hM69+F2VeU05ToJc0PLjN5gmA==}
7996
+ zova-module-a-model@5.1.31:
7997
+ resolution: {integrity: sha512-/6MV5xSklEkain5t0vsZ37ImyIihutCu7ymytq5RFG0QbeKtbSAI/IB6TS2mfkjLkiy97SmDJbuiLGso7Cg/Gw==}
7998
7998
 
7999
- zova-module-a-openapi@5.1.42:
8000
- resolution: {integrity: sha512-pTyh+EWIxFoAj6cvKTudNd22yjhsHW71R20OcbKSOgmJ5vsOeL5gXdcT79GE+sME36myNdceCVnvIOeskuv4Uw==}
7999
+ zova-module-a-openapi@5.1.43:
8000
+ resolution: {integrity: sha512-xJKvSPl1AZnH7EpgEd9a3u3IEpJfnou19DKre/7TL1KdiTdfNThLrmmkdP1UNYlUHUgCczcGUwZDdMiE9gdxwA==}
8001
8001
 
8002
8002
  zova-module-a-router@5.1.29:
8003
8003
  resolution: {integrity: sha512-7vIXOf0aPUXvZAFC9hM1JQyNwmQAG+EtSbQ1et8+iP6roff8yUhhq50Dw8PFU5eb7hjk1TTxpUFhCTvev5JZqQ==}
@@ -8026,17 +8026,17 @@ packages:
8026
8026
  zova-module-a-zod@5.1.36:
8027
8027
  resolution: {integrity: sha512-4gEjxJBelVOA84aP2XWSNSmzQr+AYh14Ha5QCj9yZIpSnEajSgYLoyLw4dwiVcscuEw7xAAOOnWbZS9uXSpJzg==}
8028
8028
 
8029
- zova-module-a-zova@5.1.91:
8030
- resolution: {integrity: sha512-qQxAHgieRrEjxMGvlHzKB2MDm0ZQXgtyqkSZZWV3RqCl5eLnm2jDWszGqP976uNKKC4bfS6FdgLAo2ltEgRadA==}
8029
+ zova-module-a-zova@5.1.92:
8030
+ resolution: {integrity: sha512-RxHSKnBDMuBKwx0cJoPOIvq/DV6Xhji2yZ/lBgJTMrWOYVsHux/PbDc+vlAU+Aie2K0RiZ2ytR3mPBpMxpmexg==}
8031
8031
 
8032
- zova-module-rest-resource@5.1.40:
8033
- resolution: {integrity: sha512-rMqZaXSK6nJ4LW2O1yO/jZqxI7joCiWylzjutMTKpx7EfNmtK1t1nVoWFd+gCTxqgbbv9uXh0vfFaSFA7GKYFg==}
8032
+ zova-module-rest-resource@5.1.41:
8033
+ resolution: {integrity: sha512-7Y8rLmHdw0pynlWqsyHPWuCWFLwr/0HsNvfef64cPw91LRujf/7OlulVWqH8ZoFNioZZUpfumB+t/+mICoYfFg==}
8034
8034
 
8035
- zova-suite-a-zova@5.1.130:
8036
- resolution: {integrity: sha512-1Eu1uMrr95YAS1Lm5JXBIGcegv58efACxIIkhw0MvfCfnxlQIs2Ox/igesvdT1jROdCLqa4WG7C5Dfx16I/GXw==}
8035
+ zova-suite-a-zova@5.1.131:
8036
+ resolution: {integrity: sha512-NRPt3ahLwHg+rLuA2VXRbEmrg/bTdgwdQmU9C8nj9R0+E1f0ehbbsUWJFQFN6hJNco5+rDDSDfBlvejf4z6L1w==}
8037
8037
 
8038
- zova@5.1.131:
8039
- resolution: {integrity: sha512-pKgkRd7/pdZmsF1/7PeTdpDRTg7ZKgk/pSMvFdt+d28+lYj5ZDxYez/r17lq8qs6VVTrBo1GC8R4RXYEHMS4Vw==}
8038
+ zova@5.1.132:
8039
+ resolution: {integrity: sha512-lQK1VRnwthDx0qayS7kdElyfAmvPEhlt6sk/2jK5mTbqojsjuDNkrEa9Ck2Q78fag800U6pDwV83o6CRbSUTeA==}
8040
8040
 
8041
8041
  zwitch@1.0.5:
8042
8042
  resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
@@ -13855,7 +13855,7 @@ snapshots:
13855
13855
  dependencies:
13856
13856
  zod: '@cabloy/zod@4.3.8'
13857
13857
 
13858
- zova-core@5.1.76(patch_hash=0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54)(typescript@5.9.3):
13858
+ zova-core@5.1.77(patch_hash=0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54)(typescript@5.9.3):
13859
13859
  dependencies:
13860
13860
  '@cabloy/compose': link:packages-utils/compose
13861
13861
  '@cabloy/extend': link:packages-utils/extend
@@ -13884,14 +13884,14 @@ snapshots:
13884
13884
  transitivePeerDependencies:
13885
13885
  - typescript
13886
13886
 
13887
- zova-jsx@1.1.76(typescript@5.9.3):
13887
+ zova-jsx@1.1.77(typescript@5.9.3):
13888
13888
  dependencies:
13889
13889
  '@cabloy/compose': link:packages-utils/compose
13890
13890
  '@cabloy/utils': link:packages-utils/utils
13891
13891
  '@cabloy/word-utils': 2.1.14
13892
13892
  typestyle: 2.4.0
13893
13893
  vue: 3.5.39(typescript@5.9.3)
13894
- zova-core: 5.1.76(patch_hash=0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54)(typescript@5.9.3)
13894
+ zova-core: 5.1.77(patch_hash=0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54)(typescript@5.9.3)
13895
13895
  transitivePeerDependencies:
13896
13896
  - typescript
13897
13897
 
@@ -13935,7 +13935,7 @@ snapshots:
13935
13935
 
13936
13936
  zova-module-a-meta@5.1.21: {}
13937
13937
 
13938
- zova-module-a-model@5.1.30(vue@3.5.39(typescript@5.9.3)):
13938
+ zova-module-a-model@5.1.31(vue@3.5.39(typescript@5.9.3)):
13939
13939
  dependencies:
13940
13940
  '@tanstack/query-core': 5.101.2
13941
13941
  '@tanstack/query-persist-client-core': 5.101.2
@@ -13947,7 +13947,7 @@ snapshots:
13947
13947
  - '@vue/composition-api'
13948
13948
  - vue
13949
13949
 
13950
- zova-module-a-openapi@5.1.42:
13950
+ zova-module-a-openapi@5.1.43:
13951
13951
  dependencies:
13952
13952
  '@cabloy/json-schema-to-zod': 2.6.5
13953
13953
  openapi3-ts: 4.6.0
@@ -13992,7 +13992,7 @@ snapshots:
13992
13992
  '@cabloy/zod-query': link:packages-utils/zod-query
13993
13993
  zod: '@cabloy/zod@4.3.8'
13994
13994
 
13995
- zova-module-a-zova@5.1.91(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
13995
+ zova-module-a-zova@5.1.92(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
13996
13996
  dependencies:
13997
13997
  '@cabloy/compose': link:packages-utils/compose
13998
13998
  '@cabloy/deps': link:packages-utils/deps
@@ -14003,14 +14003,14 @@ snapshots:
14003
14003
  '@cabloy/word-utils': 2.1.14
14004
14004
  defu: 6.1.7
14005
14005
  luxon: 3.7.2
14006
- zova-jsx: 1.1.76(typescript@5.9.3)
14006
+ zova-jsx: 1.1.77(typescript@5.9.3)
14007
14007
  transitivePeerDependencies:
14008
14008
  - typescript
14009
14009
  - vue
14010
14010
 
14011
- zova-module-rest-resource@5.1.40: {}
14011
+ zova-module-rest-resource@5.1.41: {}
14012
14012
 
14013
- zova-suite-a-zova@5.1.130(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
14013
+ zova-suite-a-zova@5.1.131(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
14014
14014
  dependencies:
14015
14015
  zova-module-a-api: 5.1.21
14016
14016
  zova-module-a-app: 5.1.24
@@ -14025,8 +14025,8 @@ snapshots:
14025
14025
  zova-module-a-interceptor: 5.1.29
14026
14026
  zova-module-a-logger: 5.1.26
14027
14027
  zova-module-a-meta: 5.1.21
14028
- zova-module-a-model: 5.1.30(vue@3.5.39(typescript@5.9.3))
14029
- zova-module-a-openapi: 5.1.42
14028
+ zova-module-a-model: 5.1.31(vue@3.5.39(typescript@5.9.3))
14029
+ zova-module-a-openapi: 5.1.43
14030
14030
  zova-module-a-router: 5.1.29
14031
14031
  zova-module-a-routerstack: 5.1.26
14032
14032
  zova-module-a-routertabs: 5.1.32
@@ -14036,7 +14036,7 @@ snapshots:
14036
14036
  zova-module-a-style: 5.1.32
14037
14037
  zova-module-a-table: 5.1.37(vue@3.5.39(typescript@5.9.3))
14038
14038
  zova-module-a-zod: 5.1.36
14039
- zova-module-a-zova: 5.1.91(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
14039
+ zova-module-a-zova: 5.1.92(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
14040
14040
  transitivePeerDependencies:
14041
14041
  - '@vue/composition-api'
14042
14042
  - debug
@@ -14044,10 +14044,10 @@ snapshots:
14044
14044
  - typescript
14045
14045
  - vue
14046
14046
 
14047
- zova@5.1.131(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
14047
+ zova@5.1.132(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
14048
14048
  dependencies:
14049
- zova-core: 5.1.76(patch_hash=0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54)(typescript@5.9.3)
14050
- zova-suite-a-zova: 5.1.130(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
14049
+ zova-core: 5.1.77(patch_hash=0f4164c4d2bbb16d671beb5c26759dff37769be0709df941bc7b90b94261ac54)(typescript@5.9.3)
14050
+ zova-suite-a-zova: 5.1.131(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
14051
14051
  transitivePeerDependencies:
14052
14052
  - '@vue/composition-api'
14053
14053
  - debug
@@ -53,4 +53,4 @@ allowBuilds:
53
53
  vue-demi: true
54
54
 
55
55
  patchedDependencies:
56
- zova-core@5.1.76: patches/zova-core@5.1.76.patch
56
+ zova-core@5.1.77: patches/zova-core@5.1.77.patch
@@ -74,7 +74,7 @@ importers:
74
74
  version: 10.5.2(postcss@8.5.15)
75
75
  axios:
76
76
  specifier: ^1.16.1
77
- version: 1.18.1(supports-color@10.2.2)
77
+ version: 1.18.1
78
78
  compression:
79
79
  specifier: ^1.8.1
80
80
  version: 1.8.1
@@ -133,7 +133,7 @@ importers:
133
133
  specifier: workspace:^
134
134
  version: link:packages-zova/zova
135
135
  zova-jsx:
136
- specifier: ^1.1.76
136
+ specifier: ^1.1.77
137
137
  version: link:packages-utils/zova-jsx
138
138
  zova-module-a-api:
139
139
  specifier: workspace:^
@@ -315,7 +315,7 @@ importers:
315
315
  devDependencies:
316
316
  '@cabloy/cli':
317
317
  specifier: ^3.1.28
318
- version: 3.1.28(supports-color@10.2.2)(vue@3.5.38(typescript@5.9.3))
318
+ version: 3.1.28(vue@3.5.38(typescript@5.9.3))
319
319
  '@cabloy/lint':
320
320
  specifier: ^5.1.27
321
321
  version: 5.1.30(@typescript-eslint/eslint-plugin@8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0(jiti@2.7.0))(typescript@5.9.3))(eslint@10.6.0(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/rule-tester@8.62.1(eslint@10.6.0(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.62.1(typescript@5.9.3))(@typescript-eslint/utils@8.62.1(eslint@10.6.0(jiti@2.7.0))(typescript@5.9.3))(eslint@10.6.0(jiti@2.7.0))(oxfmt@0.45.0)(oxlint@1.72.0)(supports-color@10.2.2)(typescript@5.9.3)(vue-eslint-parser@10.4.1(eslint@10.6.0(jiti@2.7.0)))
@@ -390,7 +390,7 @@ importers:
390
390
  dependencies:
391
391
  '@cabloy/cli':
392
392
  specifier: ^3.1.28
393
- version: 3.1.28(supports-color@10.2.2)(vue@3.5.38(typescript@5.9.3))
393
+ version: 3.1.28(vue@3.5.38(typescript@5.9.3))
394
394
  '@cabloy/process-helper':
395
395
  specifier: ^3.1.8
396
396
  version: 3.1.8
@@ -424,7 +424,7 @@ importers:
424
424
  version: 7.29.7(@babel/core@7.29.7)
425
425
  '@cabloy/cli':
426
426
  specifier: ^3.1.28
427
- version: 3.1.28(supports-color@10.2.2)(vue@3.5.38(typescript@5.9.3))
427
+ version: 3.1.28(vue@3.5.38(typescript@5.9.3))
428
428
  '@cabloy/extend':
429
429
  specifier: ^3.2.8
430
430
  version: 3.2.8
@@ -678,7 +678,7 @@ importers:
678
678
  specifier: ^3.5.38
679
679
  version: 3.5.38(typescript@5.9.3)
680
680
  zova-core:
681
- specifier: ^5.1.76
681
+ specifier: ^5.1.77
682
682
  version: link:../../packages-zova/zova-core
683
683
  devDependencies:
684
684
  clean-package:
@@ -819,10 +819,10 @@ importers:
819
819
  packages-zova/zova:
820
820
  dependencies:
821
821
  zova-core:
822
- specifier: ^5.1.76
822
+ specifier: ^5.1.77
823
823
  version: link:../zova-core
824
824
  zova-suite-a-zova:
825
- specifier: ^5.1.130
825
+ specifier: ^5.1.131
826
826
  version: link:../../src/suite-vendor/a-zova
827
827
  devDependencies:
828
828
  clean-package:
@@ -920,7 +920,7 @@ importers:
920
920
  src/suite-vendor/a-cabloy:
921
921
  dependencies:
922
922
  zova-module-rest-resource:
923
- specifier: ^5.1.40
923
+ specifier: ^5.1.41
924
924
  version: link:modules/rest-resource
925
925
 
926
926
  src/suite-vendor/a-cabloy/modules/rest-resource:
@@ -974,10 +974,10 @@ importers:
974
974
  specifier: ^5.1.21
975
975
  version: link:modules/a-meta
976
976
  zova-module-a-model:
977
- specifier: ^5.1.30
977
+ specifier: ^5.1.31
978
978
  version: link:modules/a-model
979
979
  zova-module-a-openapi:
980
- specifier: ^5.1.42
980
+ specifier: ^5.1.43
981
981
  version: link:modules/a-openapi
982
982
  zova-module-a-router:
983
983
  specifier: ^5.1.29
@@ -1007,7 +1007,7 @@ importers:
1007
1007
  specifier: ^5.1.36
1008
1008
  version: link:modules/a-zod
1009
1009
  zova-module-a-zova:
1010
- specifier: ^5.1.91
1010
+ specifier: ^5.1.92
1011
1011
  version: link:modules/a-zova
1012
1012
 
1013
1013
  src/suite-vendor/a-zova/modules/a-api:
@@ -1081,7 +1081,7 @@ importers:
1081
1081
  dependencies:
1082
1082
  axios:
1083
1083
  specifier: ^1.16.1
1084
- version: 1.18.1(supports-color@10.2.2)
1084
+ version: 1.18.1
1085
1085
  devDependencies:
1086
1086
  clean-package:
1087
1087
  specifier: ^2.2.0
@@ -1346,12 +1346,12 @@ importers:
1346
1346
  specifier: ^3.7.2
1347
1347
  version: 3.7.2
1348
1348
  zova-jsx:
1349
- specifier: ^1.1.76
1349
+ specifier: ^1.1.77
1350
1350
  version: link:../../../../../packages-utils/zova-jsx
1351
1351
  devDependencies:
1352
1352
  '@cabloy/cli':
1353
1353
  specifier: ^3.1.28
1354
- version: 3.1.28(supports-color@10.2.2)(vue@3.5.38(typescript@5.9.3))
1354
+ version: 3.1.28(vue@3.5.38(typescript@5.9.3))
1355
1355
  '@types/luxon':
1356
1356
  specifier: ^3.7.1
1357
1357
  version: 3.7.2
@@ -8237,7 +8237,7 @@ snapshots:
8237
8237
 
8238
8238
  '@bufbuild/protobuf@2.12.1': {}
8239
8239
 
8240
- '@cabloy/cli@3.1.28(supports-color@10.2.2)(vue@3.5.38(typescript@5.9.3))':
8240
+ '@cabloy/cli@3.1.28(vue@3.5.38(typescript@5.9.3))':
8241
8241
  dependencies:
8242
8242
  '@babel/parser': 7.29.7
8243
8243
  '@cabloy/module-glob': 5.3.17
@@ -8246,7 +8246,7 @@ snapshots:
8246
8246
  '@cabloy/utils': 2.1.26
8247
8247
  '@cabloy/word-utils': link:packages-utils/word-utils
8248
8248
  '@npmcli/config': 10.11.0
8249
- '@zhennann/common-bin': 4.0.1(supports-color@10.2.2)
8249
+ '@zhennann/common-bin': 4.0.1
8250
8250
  '@zhennann/ejs': 3.0.1
8251
8251
  boxen: 4.2.0
8252
8252
  chalk: 3.0.0
@@ -10272,7 +10272,7 @@ snapshots:
10272
10272
 
10273
10273
  '@vue/shared@3.5.13': {}
10274
10274
 
10275
- '@zhennann/common-bin@4.0.1(supports-color@10.2.2)':
10275
+ '@zhennann/common-bin@4.0.1':
10276
10276
  dependencies:
10277
10277
  chalk: 4.1.2
10278
10278
  change-case: 4.1.2
@@ -10306,7 +10306,7 @@ snapshots:
10306
10306
 
10307
10307
  acorn@8.17.0: {}
10308
10308
 
10309
- agent-base@6.0.2(supports-color@10.2.2):
10309
+ agent-base@6.0.2:
10310
10310
  dependencies:
10311
10311
  debug: 4.4.3(supports-color@10.2.2)
10312
10312
  transitivePeerDependencies:
@@ -10418,11 +10418,11 @@ snapshots:
10418
10418
  dependencies:
10419
10419
  possible-typed-array-names: 1.1.0
10420
10420
 
10421
- axios@1.18.1(supports-color@10.2.2):
10421
+ axios@1.18.1:
10422
10422
  dependencies:
10423
10423
  follow-redirects: 1.16.0
10424
10424
  form-data: 4.0.6
10425
- https-proxy-agent: 5.0.1(supports-color@10.2.2)
10425
+ https-proxy-agent: 5.0.1
10426
10426
  proxy-from-env: 2.1.0
10427
10427
  transitivePeerDependencies:
10428
10428
  - debug
@@ -11844,9 +11844,9 @@ snapshots:
11844
11844
  statuses: 2.0.2
11845
11845
  toidentifier: 1.0.1
11846
11846
 
11847
- https-proxy-agent@5.0.1(supports-color@10.2.2):
11847
+ https-proxy-agent@5.0.1:
11848
11848
  dependencies:
11849
- agent-base: 6.0.2(supports-color@10.2.2)
11849
+ agent-base: 6.0.2
11850
11850
  debug: 4.4.3(supports-color@10.2.2)
11851
11851
  transitivePeerDependencies:
11852
11852
  - supports-color
@@ -101,11 +101,27 @@ export class TableCellFile extends BeanBase implements ITableCellRender {
101
101
  ) {
102
102
  const fieldTitle = renderContext.$celScope.property?.title ?? renderContext.$celScope.name;
103
103
  const placeholder = this.scope.locale.DownloadFile();
104
+ const selectBackgroundColor = 'var(--color-base-100)';
105
+ const selectColor = 'var(--color-base-content)';
106
+ const optionStyle = {
107
+ backgroundColor: selectBackgroundColor,
108
+ color: selectColor,
109
+ };
110
+ const placeholderOptionStyle = {
111
+ backgroundColor: selectBackgroundColor,
112
+ color: `color-mix(in oklch, ${selectColor} 60%, transparent)`,
113
+ };
114
+ const selectStyle = {
115
+ colorScheme: this.$theme.dark ? 'dark' : 'light',
116
+ backgroundColor: selectBackgroundColor,
117
+ color: selectColor,
118
+ };
104
119
  return (
105
120
  <span class="relative inline-flex min-w-0 max-w-full items-center">
106
121
  <span class="inline-flex min-w-0 max-w-full items-center">{contentNode}</span>
107
122
  <select
108
123
  class="absolute inset-0 h-full w-full cursor-pointer opacity-0"
124
+ style={selectStyle}
109
125
  aria-label={fieldTitle}
110
126
  title={placeholder}
111
127
  onClick={event => {
@@ -125,9 +141,16 @@ export class TableCellFile extends BeanBase implements ITableCellRender {
125
141
  this._openDownloadUrl(selectedItem.downloadUrl);
126
142
  }}
127
143
  >
128
- <option value="">{placeholder}</option>
144
+ <option value="" style={placeholderOptionStyle}>
145
+ {placeholder}
146
+ </option>
129
147
  {items.map(item => (
130
- <option key={item.key} value={item.key} disabled={!item.downloadUrl}>
148
+ <option
149
+ key={item.key}
150
+ value={item.key}
151
+ disabled={!item.downloadUrl}
152
+ style={optionStyle}
153
+ >
131
154
  {item.label}
132
155
  </option>
133
156
  ))}