@vidact/runtime 0.2.0-beta.0 → 0.2.0-beta.5

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 (244) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/README.md +1 -1
  3. package/dist/actions.d.ts +32 -30
  4. package/dist/actions.d.ts.map +1 -1
  5. package/dist/actions.js +251 -266
  6. package/dist/actions.js.map +1 -1
  7. package/dist/async.d.ts +20 -17
  8. package/dist/async.d.ts.map +1 -1
  9. package/dist/async.js +18 -17
  10. package/dist/async.js.map +1 -1
  11. package/dist/compiled/async-resource.d.ts +9 -6
  12. package/dist/compiled/async-resource.d.ts.map +1 -1
  13. package/dist/compiled/async-resource.js +69 -77
  14. package/dist/compiled/async-resource.js.map +1 -1
  15. package/dist/compiled/core.d.ts +136 -147
  16. package/dist/compiled/core.d.ts.map +1 -1
  17. package/dist/compiled/core.js +2672 -2985
  18. package/dist/compiled/core.js.map +1 -1
  19. package/dist/compiled/types.d.ts +44 -56
  20. package/dist/compiled/types.d.ts.map +1 -1
  21. package/dist/compiled/types.js +10 -6
  22. package/dist/compiled/types.js.map +1 -1
  23. package/dist/compiled/validation.d.ts +4 -1
  24. package/dist/compiled/validation.d.ts.map +1 -1
  25. package/dist/compiled/validation.js +17 -20
  26. package/dist/compiled/validation.js.map +1 -1
  27. package/dist/component-spread.d.ts +5 -3
  28. package/dist/component-spread.d.ts.map +1 -1
  29. package/dist/component-spread.js +49 -67
  30. package/dist/component-spread.js.map +1 -1
  31. package/dist/concurrent.d.ts +20 -18
  32. package/dist/concurrent.d.ts.map +1 -1
  33. package/dist/concurrent.js +191 -210
  34. package/dist/concurrent.js.map +1 -1
  35. package/dist/direct-dom.d.ts +17 -12
  36. package/dist/direct-dom.d.ts.map +1 -1
  37. package/dist/direct-dom.js +187 -221
  38. package/dist/direct-dom.js.map +1 -1
  39. package/dist/dom/attributes.d.ts +9 -6
  40. package/dist/dom/attributes.d.ts.map +1 -1
  41. package/dist/dom/attributes.js +65 -47
  42. package/dist/dom/attributes.js.map +1 -1
  43. package/dist/dom/events.d.ts +5 -2
  44. package/dist/dom/events.d.ts.map +1 -1
  45. package/dist/dom/events.js +53 -65
  46. package/dist/dom/events.js.map +1 -1
  47. package/dist/dom/forms.d.ts +9 -6
  48. package/dist/dom/forms.d.ts.map +1 -1
  49. package/dist/dom/forms.js +152 -198
  50. package/dist/dom/forms.js.map +1 -1
  51. package/dist/dom/intrinsic.d.ts +17 -15
  52. package/dist/dom/intrinsic.d.ts.map +1 -1
  53. package/dist/dom/intrinsic.js +48 -50
  54. package/dist/dom/intrinsic.js.map +1 -1
  55. package/dist/dom/namespace.d.ts +4 -1
  56. package/dist/dom/namespace.d.ts.map +1 -1
  57. package/dist/dom/namespace.js +25 -28
  58. package/dist/dom/namespace.js.map +1 -1
  59. package/dist/dom/namespaces.d.ts +11 -8
  60. package/dist/dom/namespaces.d.ts.map +1 -1
  61. package/dist/dom/namespaces.js +14 -12
  62. package/dist/dom/namespaces.js.map +1 -1
  63. package/dist/dom/properties.d.ts +18 -16
  64. package/dist/dom/properties.d.ts.map +1 -1
  65. package/dist/dom/properties.js +273 -296
  66. package/dist/dom/properties.js.map +1 -1
  67. package/dist/dom/style-properties.d.ts +4 -1
  68. package/dist/dom/style-properties.d.ts.map +1 -1
  69. package/dist/dom/style-properties.js +49 -45
  70. package/dist/dom/style-properties.js.map +1 -1
  71. package/dist/dom/styles.d.ts +5 -2
  72. package/dist/dom/styles.d.ts.map +1 -1
  73. package/dist/dom/styles.js +47 -67
  74. package/dist/dom/styles.js.map +1 -1
  75. package/dist/dom-forms.d.ts +4 -1
  76. package/dist/dom-forms.d.ts.map +1 -1
  77. package/dist/dom-forms.js +16 -13
  78. package/dist/dom-forms.js.map +1 -1
  79. package/dist/dom-styles.d.ts +4 -1
  80. package/dist/dom-styles.d.ts.map +1 -1
  81. package/dist/dom-styles.js +10 -7
  82. package/dist/dom-styles.js.map +1 -1
  83. package/dist/framework-hydrate.d.ts +20 -17
  84. package/dist/framework-hydrate.d.ts.map +1 -1
  85. package/dist/framework-hydrate.js +128 -146
  86. package/dist/framework-hydrate.js.map +1 -1
  87. package/dist/framework-protocol.d.ts +27 -25
  88. package/dist/framework-protocol.d.ts.map +1 -1
  89. package/dist/framework-protocol.js +173 -211
  90. package/dist/framework-protocol.js.map +1 -1
  91. package/dist/framework.d.ts +34 -32
  92. package/dist/framework.d.ts.map +1 -1
  93. package/dist/framework.js +74 -93
  94. package/dist/framework.js.map +1 -1
  95. package/dist/hydrate.d.ts +11 -8
  96. package/dist/hydrate.d.ts.map +1 -1
  97. package/dist/hydrate.js +13 -9
  98. package/dist/hydrate.js.map +1 -1
  99. package/dist/hydration-bridge.d.ts +70 -58
  100. package/dist/hydration-bridge.d.ts.map +1 -1
  101. package/dist/hydration-bridge.js +77 -66
  102. package/dist/hydration-bridge.js.map +1 -1
  103. package/dist/hydration.d.ts +54 -28
  104. package/dist/hydration.d.ts.map +1 -1
  105. package/dist/hydration.js +450 -463
  106. package/dist/hydration.js.map +1 -1
  107. package/dist/index.d.ts +13 -13
  108. package/dist/index.js +11 -13
  109. package/dist/indexed-list.d.ts +8 -5
  110. package/dist/indexed-list.d.ts.map +1 -1
  111. package/dist/indexed-list.js +14 -7
  112. package/dist/indexed-list.js.map +1 -1
  113. package/dist/jsx-runtime.d.ts +10 -8
  114. package/dist/jsx-runtime.d.ts.map +1 -1
  115. package/dist/jsx-runtime.js +28 -23
  116. package/dist/jsx-runtime.js.map +1 -1
  117. package/dist/keyed-list.d.ts +13 -14
  118. package/dist/keyed-list.d.ts.map +1 -1
  119. package/dist/keyed-list.js +132 -160
  120. package/dist/keyed-list.js.map +1 -1
  121. package/dist/metadata.d.ts +6 -3
  122. package/dist/metadata.d.ts.map +1 -1
  123. package/dist/metadata.js +131 -164
  124. package/dist/metadata.js.map +1 -1
  125. package/dist/nested-prop.d.ts +4 -2
  126. package/dist/nested-prop.d.ts.map +1 -1
  127. package/dist/nested-prop.js +17 -16
  128. package/dist/nested-prop.js.map +1 -1
  129. package/dist/profiling.d.ts +11 -8
  130. package/dist/profiling.d.ts.map +1 -1
  131. package/dist/profiling.js +17 -17
  132. package/dist/profiling.js.map +1 -1
  133. package/dist/protocol.d.ts +5 -2
  134. package/dist/protocol.d.ts.map +1 -1
  135. package/dist/protocol.js +8 -5
  136. package/dist/protocol.js.map +1 -1
  137. package/dist/raw-html.d.ts +5 -2
  138. package/dist/raw-html.d.ts.map +1 -1
  139. package/dist/raw-html.js +86 -146
  140. package/dist/raw-html.js.map +1 -1
  141. package/dist/ref.d.ts +8 -3
  142. package/dist/ref.d.ts.map +1 -1
  143. package/dist/ref.js +10 -2
  144. package/dist/ref.js.map +1 -1
  145. package/dist/renderable-protocol.d.ts +26 -8
  146. package/dist/renderable-protocol.d.ts.map +1 -1
  147. package/dist/renderable-protocol.js +30 -9
  148. package/dist/renderable-protocol.js.map +1 -1
  149. package/dist/renderable.d.ts +27 -22
  150. package/dist/renderable.d.ts.map +1 -1
  151. package/dist/renderable.js +141 -133
  152. package/dist/renderable.js.map +1 -1
  153. package/dist/retained-ui.d.ts +9 -6
  154. package/dist/retained-ui.d.ts.map +1 -1
  155. package/dist/retained-ui.js +12 -10
  156. package/dist/retained-ui.js.map +1 -1
  157. package/dist/root.d.ts +18 -15
  158. package/dist/root.d.ts.map +1 -1
  159. package/dist/root.js +73 -85
  160. package/dist/root.js.map +1 -1
  161. package/dist/scheduler.d.ts +10 -8
  162. package/dist/scheduler.d.ts.map +1 -1
  163. package/dist/scheduler.js +97 -105
  164. package/dist/scheduler.js.map +1 -1
  165. package/dist/server-framework.d.ts +45 -42
  166. package/dist/server-framework.d.ts.map +1 -1
  167. package/dist/server-framework.js +209 -217
  168. package/dist/server-framework.js.map +1 -1
  169. package/dist/server.d.ts +130 -128
  170. package/dist/server.d.ts.map +1 -1
  171. package/dist/server.js +603 -710
  172. package/dist/server.js.map +1 -1
  173. package/dist/shared/promise.d.ts +6 -3
  174. package/dist/shared/promise.d.ts.map +1 -1
  175. package/dist/shared/promise.js +21 -19
  176. package/dist/shared/promise.js.map +1 -1
  177. package/dist/source-mask.d.ts +9 -6
  178. package/dist/source-mask.d.ts.map +1 -1
  179. package/dist/source-mask.js +45 -63
  180. package/dist/source-mask.js.map +1 -1
  181. package/dist/spread.d.ts +5 -2
  182. package/dist/spread.d.ts.map +1 -1
  183. package/dist/spread.js +79 -99
  184. package/dist/spread.js.map +1 -1
  185. package/dist/state-slot.d.ts +18 -15
  186. package/dist/state-slot.d.ts.map +1 -1
  187. package/dist/state-slot.js +43 -42
  188. package/dist/state-slot.js.map +1 -1
  189. package/dist/testing.d.ts +9 -6
  190. package/dist/testing.d.ts.map +1 -1
  191. package/dist/testing.js +16 -12
  192. package/dist/testing.js.map +1 -1
  193. package/package.json +8 -7
  194. package/src/actions.ts +415 -0
  195. package/src/async.ts +78 -0
  196. package/src/compiled/async-resource.ts +113 -0
  197. package/src/compiled/core.ts +4041 -0
  198. package/src/compiled/types.ts +96 -0
  199. package/src/compiled/validation.ts +23 -0
  200. package/src/component-spread.ts +86 -0
  201. package/src/concurrent.ts +310 -0
  202. package/src/direct-dom.ts +365 -0
  203. package/src/dom/attributes.ts +55 -0
  204. package/src/dom/events.ts +93 -0
  205. package/src/dom/forms.ts +220 -0
  206. package/src/dom/intrinsic.ts +94 -0
  207. package/src/dom/namespace.ts +30 -0
  208. package/src/dom/namespaces.ts +14 -0
  209. package/src/dom/properties.ts +355 -0
  210. package/src/dom/style-properties.ts +46 -0
  211. package/src/dom/styles.ts +86 -0
  212. package/src/dom-forms.ts +23 -0
  213. package/src/dom-styles.ts +11 -0
  214. package/src/env.d.ts +6 -0
  215. package/src/framework-hydrate.ts +224 -0
  216. package/src/framework-protocol.ts +335 -0
  217. package/src/framework.ts +161 -0
  218. package/src/hydrate.ts +38 -0
  219. package/src/hydration-bridge.ts +196 -0
  220. package/src/hydration.ts +642 -0
  221. package/src/index.ts +92 -0
  222. package/src/indexed-list.ts +20 -0
  223. package/src/jsx-runtime.ts +55 -0
  224. package/src/keyed-list.ts +233 -0
  225. package/src/metadata.ts +212 -0
  226. package/src/nested-prop.ts +27 -0
  227. package/src/profiling.ts +43 -0
  228. package/src/protocol.ts +8 -0
  229. package/src/raw-html.ts +206 -0
  230. package/src/ref.ts +13 -0
  231. package/src/renderable-protocol.ts +63 -0
  232. package/src/renderable.ts +283 -0
  233. package/src/retained-ui.ts +19 -0
  234. package/src/root.ts +122 -0
  235. package/src/scheduler.ts +136 -0
  236. package/src/server-framework.ts +397 -0
  237. package/src/server.ts +1160 -0
  238. package/src/shared/promise.ts +28 -0
  239. package/src/source-mask.ts +83 -0
  240. package/src/spread.ts +131 -0
  241. package/src/state-slot.ts +76 -0
  242. package/src/testing.ts +27 -0
  243. package/dist/index.d.ts.map +0 -1
  244. package/dist/index.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @vidact/runtime
2
2
 
3
+ ## 0.2.0-beta.5
4
+
5
+ ### Patch Changes
6
+
7
+ - f7fe490: Hydration fixes for server-rendered content the client cannot reproduce immediately.
8
+
9
+ - Keep hydration markers out of raw-text elements. The server no longer emits `<!--vidact:v1:*-->` comments inside `<textarea>`, `<title>`, `<script>` and `<style>`, where the HTML parser turned them into literal text that stayed visible until hydration recovered from the mismatch. The hydrator synthesizes those markers around the element's parsed text node instead, so such elements hydrate in place.
10
+ - Dehydrated Suspense boundaries. When a Suspense child suspends while hydrating server-rendered content — a `lazy` chunk that has not loaded yet, for example — the boundary now keeps the server DOM on screen and swaps in the client render once the resource resolves, instead of publishing the fallback over it, mismatching, and re-mounting the whole root.
11
+ - `@vidact/start` renders the route tree inside a root component on the server. The client mounts the application under a compiled root of its own, which claims a component marker range; without a matching server root every client component claimed the range of the _next_ server component, which surfaced as a hydration mismatch (and a visible fallback flash) on any route whose component has more than one return.
12
+ - `hydrateStart` accepts `onRecoverableError`, and warns on the console by default when hydration has to recover by re-rendering. A silent recovery looks like a working page that merely flashes.
13
+ - Hydration mismatch messages describe the element (`DIV.class[data-x]`) instead of just its tag.
14
+ - Element claiming no longer prefers a candidate that contains an array marker unless the pending structural child is a list. A conditional or Suspense child triggered the same bias, so a class-less wrapper `<div>{cond ? <A/> : <B/>}</div>` could claim an unrelated sibling that happened to hold a keyed list.
15
+
16
+ - Hydration marker protocol `v2`. The server no longer wraps intrinsic elements (`s`) or scalar text (`t`) in marker comments — inside a child slot an element can only be the intrinsic child and a text node the scalar, so the hydrator infers them, splitting a text node that adjacent scalars parsed into. A scalar binding borrows its child-slot markers as its range (no DOM writes) and only creates anchor comments where there is nothing to borrow, such as inside `<textarea>`. The prefix shrank from `vidact:v1` to `v2`; together this removes about 40% of markers and 60% of marker bytes from server HTML. A `v1` render is rejected by a `v2` client and re-rendered, and vice versa.
17
+
18
+ ## 0.2.0-beta.4
19
+
20
+ ### Patch Changes
21
+
22
+ - 917f0be: Re-release CLI
23
+
24
+ ## 0.2.0-beta.3
25
+
26
+ ### Patch Changes
27
+
28
+ - 917f0be: Release vidact CLI
29
+
30
+ ## 0.2.0-beta.2
31
+
32
+ ### Patch Changes
33
+
34
+ - 9b7d659: Build every package with `tsdown` in unbundle mode instead of `tsc` plus two
35
+ repository scripts. `dist` still mirrors `src` file for file, with the same entry
36
+ points, ESM output, declarations, declaration maps, and source maps, and the
37
+ runtime's tree-shaking budgets are unchanged. The Vidact Start ambient route
38
+ module ships as written so it stays an ambient declaration rather than a module
39
+ augmentation.
40
+
41
+ Packages now publish their `src` directory, so the shipped source maps and
42
+ declaration maps resolve. Vite no longer reports "points to missing source
43
+ files" for Vidact modules, debugging steps into real TypeScript, and go-to-
44
+ definition lands on the source rather than the declaration.
45
+
46
+ ## 0.2.0-beta.1
47
+
48
+ ### Minor Changes
49
+
50
+ - 7765e99: Compile React-shaped dependency capsules into retained intrinsic owners, expand
51
+ the supported shadcn Base UI corpus, add target-specific JSX/server-edge facades,
52
+ preserve loader-thrown Web responses, and ship the React-free Vidact Start plus
53
+ headless Fumadocs docs starter with a native Popover proof.
54
+
3
55
  ## 0.2.0-beta.0
4
56
 
5
57
  ### Minor Changes
package/README.md CHANGED
@@ -26,7 +26,7 @@ Capabilities compose through separate imports. Hydrate builds import
26
26
  `@vidact/runtime/server` plus the framework protocol or streaming entry when
27
27
  needed. There are no feature cross-product or target-alias facades.
28
28
 
29
- The compiler and runtime validate the `vidact-runtime-v1` protocol. Server and
29
+ The compiler and runtime validate the `vidact-runtime-v2` protocol. Server and
30
30
  hydration builds must use matching package versions.
31
31
 
32
32
  Framework client boundaries use the closed `vidact-framework-v1` value model.
package/dist/actions.d.ts CHANGED
@@ -1,37 +1,39 @@
1
- import type { CompiledScope } from './compiled/types.js';
2
- import { type DirectChild, type DirectProps } from './direct-dom.js';
3
- import type { SourceMask } from './source-mask.js';
4
- import type { StateSlot } from './state-slot.js';
1
+ import { SourceMask } from "./source-mask.js";
2
+ import { CompiledScope } from "./compiled/types.js";
3
+ import { DirectChild, DirectProps } from "./direct-dom.js";
4
+ import { StateSlot } from "./state-slot.js";
5
+ //#region src/actions.d.ts
5
6
  declare const FORM_ACTION_EXECUTE: unique symbol;
6
- export interface FormStatus {
7
- readonly pending: boolean;
8
- readonly data: FormData | null;
9
- readonly method: 'get' | 'post';
10
- readonly action: FunctionFormAction | null;
7
+ interface FormStatus {
8
+ readonly pending: boolean;
9
+ readonly data: FormData | null;
10
+ readonly method: 'get' | 'post';
11
+ readonly action: FunctionFormAction | null;
11
12
  }
12
- export type FunctionFormAction = (data: FormData) => unknown | PromiseLike<unknown>;
13
+ type FunctionFormAction = (data: FormData) => unknown | PromiseLike<unknown>;
13
14
  type ActionDispatch<Payload> = {
14
- (payload: Payload): void;
15
- readonly permalink?: string;
16
- readonly [FORM_ACTION_EXECUTE]: (payload: Payload) => Promise<void>;
15
+ (payload: Payload): void;
16
+ readonly permalink?: string;
17
+ readonly [FORM_ACTION_EXECUTE]: (payload: Payload) => Promise<void>;
17
18
  };
18
- export interface OptimisticSlot<Value, Update> {
19
- readonly get: () => Value;
20
- readonly set: (update: Update) => void;
19
+ interface OptimisticSlot<Value, Update> {
20
+ readonly get: () => Value;
21
+ readonly set: (update: Update) => void;
21
22
  }
22
- export declare function createCompiledActionState<State, Payload>(scope: CompiledScope, stateSource: SourceMask, pendingSource: SourceMask, action: (previousState: State, payload: Payload) => State | PromiseLike<State>, initialState: State, permalink?: string): {
23
- readonly get: () => {
24
- readonly value: State;
25
- readonly pending: boolean;
26
- };
27
- readonly set: ActionDispatch<Payload>;
23
+ declare function createCompiledActionState<State, Payload>(scope: CompiledScope, stateSource: SourceMask, pendingSource: SourceMask, action: (previousState: State, payload: Payload) => State | PromiseLike<State>, initialState: State, permalink?: string): {
24
+ readonly get: () => {
25
+ readonly value: State;
26
+ readonly pending: boolean;
27
+ };
28
+ readonly set: ActionDispatch<Payload>;
28
29
  };
29
- export declare function createCompiledOptimistic<Value, Update = Value>(scope: CompiledScope, reads: SourceMask, writes: SourceMask, evaluate: () => Value, reducer?: (current: Value, update: Update) => Value): OptimisticSlot<Value, Update>;
30
- export declare function createCompiledFormStatus(scope: CompiledScope, sourceMask: SourceMask): StateSlot<FormStatus>;
31
- export declare function ActionForm(props: DirectProps): DirectChild;
32
- export declare function compiledFormAction<Value>(value: Value): Value;
33
- export declare function useActionState(): never;
34
- export declare function useOptimistic(): never;
35
- export declare function useFormStatus(): never;
36
- export {};
30
+ declare function createCompiledOptimistic<Value, Update = Value>(scope: CompiledScope, reads: SourceMask, writes: SourceMask, evaluate: () => Value, reducer?: (current: Value, update: Update) => Value): OptimisticSlot<Value, Update>;
31
+ declare function createCompiledFormStatus(scope: CompiledScope, sourceMask: SourceMask): StateSlot<FormStatus>;
32
+ declare function ActionForm(props: DirectProps): DirectChild;
33
+ declare function compiledFormAction<Value>(value: Value): Value;
34
+ declare function useActionState(): never;
35
+ declare function useOptimistic(): never;
36
+ declare function useFormStatus(): never;
37
+ //#endregion
38
+ export { ActionForm, FormStatus, FunctionFormAction, OptimisticSlot, compiledFormAction, createCompiledActionState, createCompiledFormStatus, createCompiledOptimistic, useActionState, useFormStatus, useOptimistic };
37
39
  //# sourceMappingURL=actions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../src/actions.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAQxD,OAAO,EAAK,KAAK,WAAW,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAGvE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAGhD,QAAA,MAAM,mBAAmB,eAAuD,CAAA;AAEhF,MAAM,WAAW,UAAU;IACzB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAA;IACzB,QAAQ,CAAC,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAA;IAC9B,QAAQ,CAAC,MAAM,EAAE,KAAK,GAAG,MAAM,CAAA;IAC/B,QAAQ,CAAC,MAAM,EAAE,kBAAkB,GAAG,IAAI,CAAA;CAC3C;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,IAAI,EAAE,QAAQ,KAAK,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAA;AAWnF,KAAK,cAAc,CAAC,OAAO,IAAI;IAC7B,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAAA;IACxB,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,CAAC,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;CACpE,CAAA;AAeD,MAAM,WAAW,cAAc,CAAC,KAAK,EAAE,MAAM;IAC3C,QAAQ,CAAC,GAAG,EAAE,MAAM,KAAK,CAAA;IACzB,QAAQ,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;CACvC;AAaD,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,OAAO,EACtD,KAAK,EAAE,aAAa,EACpB,WAAW,EAAE,UAAU,EACvB,aAAa,EAAE,UAAU,EACzB,MAAM,EAAE,CAAC,aAAa,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,KAAK,KAAK,GAAG,WAAW,CAAC,KAAK,CAAC,EAC9E,YAAY,EAAE,KAAK,EACnB,SAAS,CAAC,EAAE,MAAM,GACjB;IACD,QAAQ,CAAC,GAAG,EAAE,MAAM;QAAE,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC;QAAC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAA;KAAE,CAAA;IACxE,QAAQ,CAAC,GAAG,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CACtC,CA+FA;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,EAC5D,KAAK,EAAE,aAAa,EACpB,KAAK,EAAE,UAAU,EACjB,MAAM,EAAE,UAAU,EAClB,QAAQ,EAAE,MAAM,KAAK,EACrB,OAAO,GAAE,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,KACjB,GAC3B,cAAc,CAAC,KAAK,EAAE,MAAM,CAAC,CAkD/B;AAED,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,aAAa,EACpB,UAAU,EAAE,UAAU,GACrB,SAAS,CAAC,UAAU,CAAC,CAYvB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW,CAuE1D;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,GAAG,KAAK,CAG7D;AAED,wBAAgB,cAAc,IAAI,KAAK,CAEtC;AAED,wBAAgB,aAAa,IAAI,KAAK,CAErC;AAED,wBAAgB,aAAa,IAAI,KAAK,CAErC"}
1
+ {"version":3,"file":"actions.d.ts","names":[],"sources":["../src/actions.ts"],"mappings":";;;;;cAwBM;UAEW;WACN;WACA,MAAM;WACN;WACA,QAAQ;;KAGP,sBAAsB,MAAM,uBAAuB;KAW1D,eAAe;GACjB,SAAS;WACD;YACC,uBAAuB,SAAS,YAAY;;UAgBvC,eAAe,OAAO;WAC5B,WAAW;WACX,MAAM,QAAQ;;iBAcT,0BAA0B,OAAO,SAC/C,OAAO,eACP,aAAa,YACb,eAAe,YACf,SAAS,eAAe,OAAO,SAAS,YAAY,QAAQ,YAAY,QACxE,cAAc,OACd;WAES;aAAsB,OAAO;aAAgB;;WAC7C,KAAK,eAAe;;iBAkGf,yBAAyB,OAAO,SAAS,OACvD,OAAO,eACP,OAAO,YACP,QAAQ,YACR,gBAAgB,OAChB,WAAU,SAAS,OAAO,QAAQ,WAAW,QAE5C,eAAe,OAAO;iBAoDT,yBACd,OAAO,eACP,YAAY,aACX,UAAU;iBAcG,WAAW,OAAO,cAAc;iBAyEhC,mBAAmB,OAAO,OAAO,QAAQ;iBAKzC;iBAIA;iBAIA"}