kaafil-react-uikit 0.5.0 → 0.7.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 (47) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/admin/index.cjs +394 -355
  3. package/dist/admin/index.cjs.map +1 -1
  4. package/dist/admin/index.js +55 -16
  5. package/dist/admin/index.js.map +1 -1
  6. package/dist/{chunk-762SWUEG.js → chunk-4BPCKBLP.js} +3 -3
  7. package/dist/{chunk-762SWUEG.js.map → chunk-4BPCKBLP.js.map} +1 -1
  8. package/dist/{chunk-CK3L6Y43.cjs → chunk-4QMYUKW4.cjs} +10 -2
  9. package/dist/chunk-4QMYUKW4.cjs.map +1 -0
  10. package/dist/{chunk-LO3GQFQ6.cjs → chunk-53ITV6GF.cjs} +4 -4
  11. package/dist/{chunk-LO3GQFQ6.cjs.map → chunk-53ITV6GF.cjs.map} +1 -1
  12. package/dist/{chunk-IBVCH6GC.cjs → chunk-77RKNRNH.cjs} +55 -55
  13. package/dist/{chunk-IBVCH6GC.cjs.map → chunk-77RKNRNH.cjs.map} +1 -1
  14. package/dist/{chunk-DI77H7ED.cjs → chunk-AWOKWGTB.cjs} +83 -83
  15. package/dist/{chunk-DI77H7ED.cjs.map → chunk-AWOKWGTB.cjs.map} +1 -1
  16. package/dist/{chunk-EDLIJSMR.js → chunk-CJMUPBZ7.js} +5 -5
  17. package/dist/{chunk-EDLIJSMR.js.map → chunk-CJMUPBZ7.js.map} +1 -1
  18. package/dist/{chunk-ITGVRN2S.js → chunk-F6B4CDUL.js} +3 -3
  19. package/dist/{chunk-ITGVRN2S.js.map → chunk-F6B4CDUL.js.map} +1 -1
  20. package/dist/{chunk-XU7GP53M.js → chunk-F6YBM6EE.js} +3 -3
  21. package/dist/{chunk-XU7GP53M.js.map → chunk-F6YBM6EE.js.map} +1 -1
  22. package/dist/{chunk-FEJL6GKJ.js → chunk-HNENKHHJ.js} +5 -5
  23. package/dist/{chunk-FEJL6GKJ.js.map → chunk-HNENKHHJ.js.map} +1 -1
  24. package/dist/{chunk-RW6TJMRK.js → chunk-JHLPO6LZ.js} +3 -3
  25. package/dist/{chunk-RW6TJMRK.js.map → chunk-JHLPO6LZ.js.map} +1 -1
  26. package/dist/{chunk-3RZDHDEY.cjs → chunk-OOHU3ECL.cjs} +17 -17
  27. package/dist/{chunk-3RZDHDEY.cjs.map → chunk-OOHU3ECL.cjs.map} +1 -1
  28. package/dist/{chunk-3E2FN5JJ.js → chunk-PWZNUXKT.js} +3 -3
  29. package/dist/{chunk-3E2FN5JJ.js.map → chunk-PWZNUXKT.js.map} +1 -1
  30. package/dist/{chunk-6FUVFVYY.js → chunk-SEPFCHBJ.js} +10 -2
  31. package/dist/chunk-SEPFCHBJ.js.map +1 -0
  32. package/dist/chunk-V45VFRBI.cjs +12 -0
  33. package/dist/{chunk-62HCQWZL.cjs.map → chunk-V45VFRBI.cjs.map} +1 -1
  34. package/dist/{chunk-QD4Z5DRT.cjs → chunk-XPCCR7OH.cjs} +12 -12
  35. package/dist/{chunk-QD4Z5DRT.cjs.map → chunk-XPCCR7OH.cjs.map} +1 -1
  36. package/dist/{chunk-XYIOM75D.cjs → chunk-XPF737RG.cjs} +9 -9
  37. package/dist/{chunk-XYIOM75D.cjs.map → chunk-XPF737RG.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 +239 -239
  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-62HCQWZL.cjs +0 -12
  46. package/dist/chunk-6FUVFVYY.js.map +0 -1
  47. package/dist/chunk-CK3L6Y43.cjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,36 @@ 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.7.0] — 2026-09-14
10
+
11
+ ### Changed
12
+
13
+ - **One "Groups" dialog replaces separate New and Edit.** They were the same
14
+ panel, the same fields and the same rules behind two doors; an operator
15
+ tidying a manifest does not think "create" and "edit". A group picker at the
16
+ top switches between every group on the trip and a new one, so opening the
17
+ wrong group costs a click rather than cancel-and-reopen.
18
+ - **The member picker now shows that a traveller belongs to ONE group.**
19
+ `TripTraveller.partyId` is a single nullable FK, so ticking someone already
20
+ in another group MOVES them and can drop their old group below the
21
+ two-member floor that dissolves it. Each person's current group is named
22
+ beside them, and the dialog says how many people a save would move — before
23
+ the click. The old picker listed everyone flat with no hint of any of it.
24
+ - A version conflict on a group save now reads "someone else changed this
25
+ group" rather than the generic failure.
26
+
27
+ ## [0.6.0] — 2026-09-14
28
+
29
+ ### Added
30
+
31
+ - **Create a booking group.** `families/admin/06-parties.md §PartyEditor`
32
+ specifies create *and* edit ("`partyId` … presence switches the composite
33
+ from create to edit"), but only the edit half was ever built: a desk could
34
+ edit a group the engine had derived and had no way to make one, even though
35
+ `useDirectories.createParty` and the wire both supported it. `New group`
36
+ now sits in the manifest toolbar, appearing once there are two travellers to
37
+ group, and `EditPartyDialog` takes `group` as optional — omitted is create.
38
+
9
39
  ## [0.5.0] — 2026-09-14
10
40
 
11
41
  Requires `kaafil-js@^0.5.0` and an engine carrying the matching wire change.