kaafil-react-uikit 0.11.1 → 0.11.2

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 (47) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/admin/index.cjs +373 -365
  3. package/dist/admin/index.cjs.map +1 -1
  4. package/dist/admin/index.js +17 -9
  5. package/dist/admin/index.js.map +1 -1
  6. package/dist/{chunk-RK3CWJ56.js → chunk-4U5I3QV7.js} +3 -3
  7. package/dist/{chunk-RK3CWJ56.js.map → chunk-4U5I3QV7.js.map} +1 -1
  8. package/dist/{chunk-KY752BBA.cjs → chunk-63FVHEQV.cjs} +55 -55
  9. package/dist/{chunk-KY752BBA.cjs.map → chunk-63FVHEQV.cjs.map} +1 -1
  10. package/dist/{chunk-UG4Z23IJ.cjs → chunk-6XUIJCTP.cjs} +12 -12
  11. package/dist/{chunk-UG4Z23IJ.cjs.map → chunk-6XUIJCTP.cjs.map} +1 -1
  12. package/dist/{chunk-4TTDAOOG.cjs → chunk-77RL3E4C.cjs} +8 -2
  13. package/dist/chunk-77RL3E4C.cjs.map +1 -0
  14. package/dist/{chunk-EGEVXI5K.js → chunk-BGXB7ST5.js} +3 -3
  15. package/dist/{chunk-EGEVXI5K.js.map → chunk-BGXB7ST5.js.map} +1 -1
  16. package/dist/{chunk-HC4PLK4E.js → chunk-GBYQPMJY.js} +3 -3
  17. package/dist/{chunk-HC4PLK4E.js.map → chunk-GBYQPMJY.js.map} +1 -1
  18. package/dist/chunk-HUJGLKZR.cjs +12 -0
  19. package/dist/{chunk-PMXQQFQN.cjs.map → chunk-HUJGLKZR.cjs.map} +1 -1
  20. package/dist/{chunk-DRUTYOTN.cjs → chunk-I7NTF56J.cjs} +4 -4
  21. package/dist/{chunk-DRUTYOTN.cjs.map → chunk-I7NTF56J.cjs.map} +1 -1
  22. package/dist/{chunk-VWFNUQDH.js → chunk-IQ4OFIUJ.js} +3 -3
  23. package/dist/{chunk-VWFNUQDH.js.map → chunk-IQ4OFIUJ.js.map} +1 -1
  24. package/dist/{chunk-4WXIR6FD.js → chunk-JK7EGZ6D.js} +5 -5
  25. package/dist/{chunk-4WXIR6FD.js.map → chunk-JK7EGZ6D.js.map} +1 -1
  26. package/dist/{chunk-2JNB5A6Z.cjs → chunk-QRDWTJ5F.cjs} +83 -83
  27. package/dist/{chunk-2JNB5A6Z.cjs.map → chunk-QRDWTJ5F.cjs.map} +1 -1
  28. package/dist/{chunk-6MD4QTZZ.cjs → chunk-SBYLJGAD.cjs} +9 -9
  29. package/dist/{chunk-6MD4QTZZ.cjs.map → chunk-SBYLJGAD.cjs.map} +1 -1
  30. package/dist/{chunk-DTVRWYVN.js → chunk-T5LU3IUR.js} +5 -5
  31. package/dist/{chunk-DTVRWYVN.js.map → chunk-T5LU3IUR.js.map} +1 -1
  32. package/dist/{chunk-7CLYTDSC.js → chunk-WYPUA6ZD.js} +8 -2
  33. package/dist/chunk-WYPUA6ZD.js.map +1 -0
  34. package/dist/{chunk-F6SN6CEC.js → chunk-XTNPBDRA.js} +3 -3
  35. package/dist/{chunk-F6SN6CEC.js.map → chunk-XTNPBDRA.js.map} +1 -1
  36. package/dist/{chunk-W63ZEIC2.cjs → chunk-YCD42AD6.cjs} +17 -17
  37. package/dist/{chunk-W63ZEIC2.cjs.map → chunk-YCD42AD6.cjs.map} +1 -1
  38. package/dist/core/index.cjs +107 -107
  39. package/dist/core/index.js +10 -10
  40. package/dist/manager/index.cjs +256 -256
  41. package/dist/manager/index.js +6 -6
  42. package/dist/traveller/index.cjs +35 -35
  43. package/dist/traveller/index.js +5 -5
  44. package/package.json +1 -1
  45. package/dist/chunk-4TTDAOOG.cjs.map +0 -1
  46. package/dist/chunk-7CLYTDSC.js.map +0 -1
  47. package/dist/chunk-PMXQQFQN.cjs +0 -12
package/CHANGELOG.md CHANGED
@@ -6,6 +6,29 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this package uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
  While on `0.x` a minor bump may carry a breaking change; the entry will say so.
8
8
 
9
+ ## [0.11.2] — 2026-09-15
10
+
11
+ Needs an engine build carrying the widened `deleteFile` rule; against an older
12
+ one an unconfirmed non-document answers `422`.
13
+
14
+ ### Fixed
15
+
16
+ - **An abandoned upload can now be cleared.** Withdraw was offered only on a
17
+ `trip_document`, so a `booking_voucher` or `expense_receipt` whose upload
18
+ failed halfway sat in the list permanently — `PENDING`, no bytes, no control
19
+ on the row, nothing that could remove it.
20
+
21
+ Nothing can depend on a file that was never confirmed: every path that links
22
+ one to a parent checks `READY` first. So the purpose restriction now applies
23
+ only to CONFIRMED files, and a `pending`/`orphaned` row can go whatever its
24
+ purpose.
25
+
26
+ The dialog says something different for those, because the consequences
27
+ differ: an upload that never completed has no bytes and nothing on anybody's
28
+ share link, so the confirmed copy — "anyone holding a link loses access
29
+ immediately" — would be both alarming and false. It reads "Discard this
30
+ upload?" instead.
31
+
9
32
  ## [0.11.1] — 2026-09-15
10
33
 
11
34
  ### Changed