kaafil-react-uikit 0.4.2 → 0.6.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.
- package/CHANGELOG.md +28 -0
- package/dist/admin/index.cjs +394 -355
- package/dist/admin/index.cjs.map +1 -1
- package/dist/admin/index.js +55 -16
- package/dist/admin/index.js.map +1 -1
- package/dist/{chunk-762SWUEG.js → chunk-4BPCKBLP.js} +3 -3
- package/dist/{chunk-762SWUEG.js.map → chunk-4BPCKBLP.js.map} +1 -1
- package/dist/{chunk-CK3L6Y43.cjs → chunk-4QMYUKW4.cjs} +10 -2
- package/dist/chunk-4QMYUKW4.cjs.map +1 -0
- package/dist/{chunk-LO3GQFQ6.cjs → chunk-53ITV6GF.cjs} +4 -4
- package/dist/{chunk-LO3GQFQ6.cjs.map → chunk-53ITV6GF.cjs.map} +1 -1
- package/dist/{chunk-V6UQ6GIM.cjs → chunk-77RKNRNH.cjs} +57 -58
- package/dist/chunk-77RKNRNH.cjs.map +1 -0
- package/dist/{chunk-DI77H7ED.cjs → chunk-AWOKWGTB.cjs} +83 -83
- package/dist/{chunk-DI77H7ED.cjs.map → chunk-AWOKWGTB.cjs.map} +1 -1
- package/dist/{chunk-EDLIJSMR.js → chunk-CJMUPBZ7.js} +5 -5
- package/dist/{chunk-EDLIJSMR.js.map → chunk-CJMUPBZ7.js.map} +1 -1
- package/dist/{chunk-ITGVRN2S.js → chunk-F6B4CDUL.js} +3 -3
- package/dist/{chunk-ITGVRN2S.js.map → chunk-F6B4CDUL.js.map} +1 -1
- package/dist/{chunk-XU7GP53M.js → chunk-F6YBM6EE.js} +3 -3
- package/dist/{chunk-XU7GP53M.js.map → chunk-F6YBM6EE.js.map} +1 -1
- package/dist/{chunk-QMUIZHJO.js → chunk-HNENKHHJ.js} +8 -9
- package/dist/chunk-HNENKHHJ.js.map +1 -0
- package/dist/{chunk-RW6TJMRK.js → chunk-JHLPO6LZ.js} +3 -3
- package/dist/{chunk-RW6TJMRK.js.map → chunk-JHLPO6LZ.js.map} +1 -1
- package/dist/{chunk-3RZDHDEY.cjs → chunk-OOHU3ECL.cjs} +17 -17
- package/dist/{chunk-3RZDHDEY.cjs.map → chunk-OOHU3ECL.cjs.map} +1 -1
- package/dist/{chunk-3E2FN5JJ.js → chunk-PWZNUXKT.js} +3 -3
- package/dist/{chunk-3E2FN5JJ.js.map → chunk-PWZNUXKT.js.map} +1 -1
- package/dist/{chunk-6FUVFVYY.js → chunk-SEPFCHBJ.js} +10 -2
- package/dist/chunk-SEPFCHBJ.js.map +1 -0
- package/dist/chunk-V45VFRBI.cjs +12 -0
- package/dist/{chunk-62HCQWZL.cjs.map → chunk-V45VFRBI.cjs.map} +1 -1
- package/dist/{chunk-QD4Z5DRT.cjs → chunk-XPCCR7OH.cjs} +12 -12
- package/dist/{chunk-QD4Z5DRT.cjs.map → chunk-XPCCR7OH.cjs.map} +1 -1
- package/dist/{chunk-XYIOM75D.cjs → chunk-XPF737RG.cjs} +9 -9
- package/dist/{chunk-XYIOM75D.cjs.map → chunk-XPF737RG.cjs.map} +1 -1
- package/dist/core/index.cjs +107 -107
- package/dist/core/index.js +10 -10
- package/dist/manager/index.cjs +239 -239
- package/dist/manager/index.js +6 -6
- package/dist/traveller/index.cjs +35 -35
- package/dist/traveller/index.js +5 -5
- package/package.json +2 -2
- package/dist/chunk-62HCQWZL.cjs +0 -12
- package/dist/chunk-6FUVFVYY.js.map +0 -1
- package/dist/chunk-CK3L6Y43.cjs.map +0 -1
- package/dist/chunk-QMUIZHJO.js.map +0 -1
- package/dist/chunk-V6UQ6GIM.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,34 @@ 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.6.0] — 2026-09-14
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- **Create a booking group.** `families/admin/06-parties.md §PartyEditor`
|
|
14
|
+
specifies create *and* edit ("`partyId` … presence switches the composite
|
|
15
|
+
from create to edit"), but only the edit half was ever built: a desk could
|
|
16
|
+
edit a group the engine had derived and had no way to make one, even though
|
|
17
|
+
`useDirectories.createParty` and the wire both supported it. `New group`
|
|
18
|
+
now sits in the manifest toolbar, appearing once there are two travellers to
|
|
19
|
+
group, and `EditPartyDialog` takes `group` as optional — omitted is create.
|
|
20
|
+
|
|
21
|
+
## [0.5.0] — 2026-09-14
|
|
22
|
+
|
|
23
|
+
Requires `kaafil-js@^0.5.0` and an engine carrying the matching wire change.
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
- **"Add traveller" failed with "Couldn't add them. Nothing changed — try
|
|
28
|
+
again", and never made a request at all.** `addTraveller` sent
|
|
29
|
+
`useServerTime().now()` as the manifest entry's `sourceUpdatedAt`. That hook
|
|
30
|
+
throws until a `snapshot.updated` event carrying `serverTime` has landed,
|
|
31
|
+
and that event comes from the offline lane, which the desk's direct reads
|
|
32
|
+
never drive — so on the desk it threw before the request was built. The
|
|
33
|
+
field is now optional on the wire and omitted here; the server stamps the
|
|
34
|
+
write, exactly as `assignManager` already did. This is the add-traveller
|
|
35
|
+
failure from the QA report, whose real cause was a clock, not the write.
|
|
36
|
+
|
|
9
37
|
## [0.4.2] — 2026-09-14
|
|
10
38
|
|
|
11
39
|
All four found by driving the real UI with a browser rather than reading the
|