@ea-lab/reactive-json 0.0.29 → 0.0.31

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 (54) hide show
  1. package/dist/{HashChangeListener-B5FvjGPF.js → HashChangeListener-DQyOQdFl.js} +2 -2
  2. package/dist/component/action/HashChangeListener.js +1 -1
  3. package/dist/component/action/MessageListener.js +1 -1
  4. package/dist/component/action/Popover.js +1 -1
  5. package/dist/component/action/ReactOnEvent.js +1 -1
  6. package/dist/component/action/Redirect.js +1 -1
  7. package/dist/component/action/Tooltip.js +1 -1
  8. package/dist/component/action/index.js +1 -1
  9. package/dist/component/element/form/CheckBoxField.js +1 -1
  10. package/dist/component/element/form/DateField.js +1 -1
  11. package/dist/component/element/form/SelectField.js +1 -1
  12. package/dist/component/element/form/TextAreaField.js +1 -1
  13. package/dist/component/element/form/TextField.js +1 -1
  14. package/dist/component/element/form/formElementsCommon.js +1 -1
  15. package/dist/component/element/form/index.js +1 -1
  16. package/dist/component/element/html/AccordionItem.js +1 -1
  17. package/dist/component/element/html/FolderSortableTree.js +1 -1
  18. package/dist/component/element/html/FormatNumeral.js +1 -1
  19. package/dist/component/element/html/Html.js +1 -1
  20. package/dist/component/element/html/LabelFromValue.js +1 -1
  21. package/dist/component/element/html/Modal.js +1 -1
  22. package/dist/component/element/html/PreformattedMarkup.js +1 -1
  23. package/dist/component/element/html/SortableTreeItemCollapseButton.js +1 -1
  24. package/dist/component/element/html/Tabs.js +1 -1
  25. package/dist/component/element/html/index.js +1 -1
  26. package/dist/component/element/index.js +1 -1
  27. package/dist/component/element/special/BootstrapElement.js +1 -1
  28. package/dist/component/element/special/Count.js +1 -1
  29. package/dist/component/element/special/DataFilter.js +1 -1
  30. package/dist/component/element/special/DelayedActions.js +1 -1
  31. package/dist/component/element/special/Phantom.js +1 -1
  32. package/dist/component/element/special/ReactiveJsonSubroot.js +1 -1
  33. package/dist/component/element/special/Switch.js +1 -1
  34. package/dist/component/element/special/index.js +1 -1
  35. package/dist/component/index.js +1 -1
  36. package/dist/component/reaction/addData.js +1 -1
  37. package/dist/component/reaction/fetchData.js +1 -1
  38. package/dist/component/reaction/index.js +1 -1
  39. package/dist/component/reaction/moveData.js +1 -1
  40. package/dist/component/reaction/postMessage.js +1 -1
  41. package/dist/component/reaction/redirectNow.js +1 -1
  42. package/dist/component/reaction/removeData.js +1 -1
  43. package/dist/component/reaction/setClipboardData.js +1 -1
  44. package/dist/component/reaction/setData.js +1 -1
  45. package/dist/component/reaction/submitData.js +1 -1
  46. package/dist/engine/Actions.js +1 -1
  47. package/dist/engine/ReactiveJsonRoot.js +1 -1
  48. package/dist/engine/TemplateSystem.js +1 -1
  49. package/dist/engine/View.js +1 -1
  50. package/dist/engine/index.js +1 -1
  51. package/dist/engine/utility/formatString.js +1 -1
  52. package/dist/engine/utility/parseRjBuild.js +18 -17
  53. package/dist/main.js +1 -1
  54. package/package.json +1 -1
@@ -19455,10 +19455,10 @@ const {
19455
19455
  A(j.data);
19456
19456
  }));
19457
19457
  }, [t, r]), Oe(() => {
19458
- if (console.log("rawAppData"), console.log(T), !T)
19458
+ if (!T)
19459
19459
  return;
19460
19460
  let j = pA(T);
19461
- if (console.log("parseRjBuild(rawAppData)"), console.log(j), !(j != null && j.renderView)) {
19461
+ if (!(j != null && j.renderView)) {
19462
19462
  console.log("Tried to load app data but the content could not be parsed as JSON nor YAML.");
19463
19463
  return;
19464
19464
  }
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { H as a } from "../../HashChangeListener-B5FvjGPF.js";
3
+ import { H as a } from "../../HashChangeListener-DQyOQdFl.js";
4
4
  import "../../engine/EventDispatcherContext.js";
5
5
  import "../../engine/GlobalDataContext.js";
6
6
  import "../../engine/TemplateContext.js";
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { M as s } from "../../HashChangeListener-B5FvjGPF.js";
3
+ import { M as s } from "../../HashChangeListener-DQyOQdFl.js";
4
4
  import "../../engine/EventDispatcherContext.js";
5
5
  import "../../engine/GlobalDataContext.js";
6
6
  import "../../engine/TemplateContext.js";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { P as t } from "../../HashChangeListener-B5FvjGPF.js";
2
+ import { P as t } from "../../HashChangeListener-DQyOQdFl.js";
3
3
  import "react";
4
4
  export {
5
5
  t as Popover
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../engine/GlobalDataContext.js";
4
4
  import "../../engine/TemplateContext.js";
5
- import { R as a, r as e } from "../../HashChangeListener-B5FvjGPF.js";
5
+ import { R as a, r as e } from "../../HashChangeListener-DQyOQdFl.js";
6
6
  import "../reaction/triggerEvent.js";
7
7
  export {
8
8
  a as ReactOnEvent,
@@ -1,4 +1,4 @@
1
- import { a as p } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { a as p } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  import "react";
3
3
  import "../../engine/GlobalDataContext.js";
4
4
  import "../../engine/TemplateContext.js";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { T as t } from "../../HashChangeListener-B5FvjGPF.js";
2
+ import { T as t } from "../../HashChangeListener-DQyOQdFl.js";
3
3
  export {
4
4
  t as Tooltip
5
5
  };
@@ -1,4 +1,4 @@
1
- import { H as s, M as o, P as r, R as t, a as i, T as n, r as p } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { H as s, M as o, P as r, R as t, a as i, T as n, r as p } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  import { Hide as H } from "./Hide.js";
3
3
  import { VisuallyHide as f } from "./VisuallyHide.js";
4
4
  export {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../NumberField-BCFUb50M.js";
4
- import { C as x } from "../../../HashChangeListener-B5FvjGPF.js";
4
+ import { C as x } from "../../../HashChangeListener-DQyOQdFl.js";
5
5
  import "../../../engine/GlobalDataContext.js";
6
6
  import "../../../engine/TemplateContext.js";
7
7
  export {
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { D as a } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { D as a } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "react";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { S as l } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { S as l } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "react";
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../engine/GlobalDataContext.js";
4
- import { b as a } from "../../../HashChangeListener-B5FvjGPF.js";
4
+ import { b as a } from "../../../HashChangeListener-DQyOQdFl.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  import "../../../NumberField-BCFUb50M.js";
7
7
  export {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../engine/GlobalDataContext.js";
4
- import { c as x } from "../../../HashChangeListener-B5FvjGPF.js";
4
+ import { c as x } from "../../../HashChangeListener-DQyOQdFl.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  import "../../../NumberField-BCFUb50M.js";
7
7
  export {
@@ -1,4 +1,4 @@
1
- import { p } from "../../../HashChangeListener-B5FvjGPF.js";
1
+ import { p } from "../../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  p as propsDataLocationToPathAndValue
4
4
  };
@@ -1,4 +1,4 @@
1
- import { C as o, D as t, S as l, b as s, c as d, p as i } from "../../../HashChangeListener-B5FvjGPF.js";
1
+ import { C as o, D as t, S as l, b as s, c as d, p as i } from "../../../HashChangeListener-DQyOQdFl.js";
2
2
  import { N as F } from "../../../NumberField-BCFUb50M.js";
3
3
  export {
4
4
  o as CheckBoxField,
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { A as i } from "../../../HashChangeListener-B5FvjGPF.js";
3
+ import { A as i } from "../../../HashChangeListener-DQyOQdFl.js";
4
4
  export {
5
5
  i as AccordionItem
6
6
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { F as i } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { F as i } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "react";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { d as a } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { d as a } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "react";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { e as p, n as a } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { e as p, n as a } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "react";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { L as a } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { L as a } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "react";
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../engine/GlobalDataContext.js";
3
3
  import "../../../engine/TemplateContext.js";
4
- import { f as a } from "../../../HashChangeListener-B5FvjGPF.js";
4
+ import { f as a } from "../../../HashChangeListener-DQyOQdFl.js";
5
5
  import "react";
6
6
  export {
7
7
  a as Modal
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { g as a } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { g as a } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "react";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { h as p } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { h as p } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "../../../engine/TemplateContext.js";
4
4
  import "react";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { i as a } from "../../../HashChangeListener-B5FvjGPF.js";
3
+ import { i as a } from "../../../HashChangeListener-DQyOQdFl.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
@@ -1,4 +1,4 @@
1
- import { A as r, F as o, d as t, e as s, L as l, f as m, g as b, h as d, i as u, n as F } from "../../../HashChangeListener-B5FvjGPF.js";
1
+ import { A as r, F as o, d as t, e as s, L as l, f as m, g as b, h as d, i as u, n as F } from "../../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  r as AccordionItem,
4
4
  o as FolderSortableTree,
@@ -1,4 +1,4 @@
1
- import { A as t, B as o, C as s, j as r, k as l, D as i, l as m, F as n, d as c, e as d, L as F, f as u, o as p, g as b, q as x, S as T, h as A, s as S, i as f, b as h, c as C, m as D, n as B, p as P } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { A as t, B as o, C as s, j as r, k as l, D as i, l as m, F as n, d as c, e as d, L as F, f as u, o as p, g as b, q as x, S as T, h as A, s as S, i as f, b as h, c as C, m as D, n as B, p as P } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  import { N as k } from "../../NumberField-BCFUb50M.js";
3
3
  import { PageControls as N } from "./special/PageControls.js";
4
4
  export {
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { B as e } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { B as e } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  export {
4
4
  e as BootstrapElement
5
5
  };
@@ -1,4 +1,4 @@
1
- import { j as i } from "../../../HashChangeListener-B5FvjGPF.js";
1
+ import { j as i } from "../../../HashChangeListener-DQyOQdFl.js";
2
2
  import "react";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { k as a } from "../../../HashChangeListener-B5FvjGPF.js";
3
+ import { k as a } from "../../../HashChangeListener-DQyOQdFl.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { l as p, m as a } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { l as p, m as a } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "react";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { o as t } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { o as t } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  export {
4
4
  t as Phantom
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { q as b } from "../../../HashChangeListener-B5FvjGPF.js";
2
+ import { q as b } from "../../../HashChangeListener-DQyOQdFl.js";
3
3
  import "../../../engine/EventDispatcherContext.js";
4
4
  import "../../../engine/EventDispatcherProvider.js";
5
5
  import "../../../engine/GlobalDataContext.js";
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { s as c } from "../../../HashChangeListener-B5FvjGPF.js";
3
+ import { s as c } from "../../../HashChangeListener-DQyOQdFl.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/PaginationContext.js";
6
6
  import "../../../engine/TemplateContext.js";
@@ -1,4 +1,4 @@
1
- import { B as a, j as e, k as s, l as n, o as r, q as c, s as i, m as l } from "../../../HashChangeListener-B5FvjGPF.js";
1
+ import { B as a, j as e, k as s, l as n, o as r, q as c, s as i, m as l } from "../../../HashChangeListener-DQyOQdFl.js";
2
2
  import { PageControls as u } from "./PageControls.js";
3
3
  export {
4
4
  a as BootstrapElement,
@@ -1,4 +1,4 @@
1
- import { A as t, B as s, C as o, j as r, k as i, D as l, l as n, F as m, d, H as c, e as p, L as u, M as F, f as x, o as D, P as b, g as f, R as g, q as T, a as h, S as v, h as C, s as P, i as A, b as R, c as S, T as E, t as H, u as L, m as M, v as B, n as N, w as k, p as w, r as y, x as V, y as z, z as I, E as J, G as j } from "../HashChangeListener-B5FvjGPF.js";
1
+ import { A as t, B as s, C as o, j as r, k as i, D as l, l as n, F as m, d, H as c, e as p, L as u, M as F, f as x, o as D, P as b, g as f, R as g, q as T, a as h, S as v, h as C, s as P, i as A, b as R, c as S, T as E, t as H, u as L, m as M, v as B, n as N, w as k, p as w, r as y, x as V, y as z, z as I, E as J, G as j } from "../HashChangeListener-DQyOQdFl.js";
2
2
  import { Hide as G } from "./action/Hide.js";
3
3
  import { VisuallyHide as K } from "./action/VisuallyHide.js";
4
4
  import { N as U } from "../NumberField-BCFUb50M.js";
@@ -1,4 +1,4 @@
1
- import { t as d } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { t as d } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  d as addData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { u as e } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { u as e } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  e as fetchData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { t as s, u as e, v as r, w as o, x as D, y as m, z as d, E as i, G as p } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { t as s, u as e, v as r, w as o, x as D, y as m, z as d, E as i, G as p } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  import { triggerEvent as f } from "./triggerEvent.js";
3
3
  export {
4
4
  s as addData,
@@ -1,4 +1,4 @@
1
- import { v as e } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { v as e } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  e as moveData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { w as o } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { w as o } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  o as postMessage
4
4
  };
@@ -1,4 +1,4 @@
1
- import { x as o } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { x as o } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  o as redirectNow
4
4
  };
@@ -1,4 +1,4 @@
1
- import { y as o } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { y as o } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  o as removeData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { z as r } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { z as r } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  r as setClipboardData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { E as e } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { E as e } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  e as setData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { G as m } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { G as m } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  m as submitData
4
4
  };
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "./GlobalDataContext.js";
4
4
  import "./TemplateContext.js";
5
- import { J as n, I as s } from "../HashChangeListener-B5FvjGPF.js";
5
+ import { J as n, I as s } from "../HashChangeListener-DQyOQdFl.js";
6
6
  import "../component/action/Hide.js";
7
7
  import "../component/action/VisuallyHide.js";
8
8
  export {
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "./EventDispatcherProvider.js";
3
3
  import "./GlobalDataContextProvider.js";
4
4
  import "./TemplateContext.js";
5
- import { K as R } from "../HashChangeListener-B5FvjGPF.js";
5
+ import { K as R } from "../HashChangeListener-DQyOQdFl.js";
6
6
  import "./utility/parseRjBuild.js";
7
7
  import "./utility/stringToBoolean.js";
8
8
  import "react";
@@ -1,7 +1,7 @@
1
1
  import "react";
2
2
  import "./GlobalDataContext.js";
3
3
  import "./TemplateContext.js";
4
- import { N as u, _ as o, O as i, Q as m, U as p, V as r, W as v } from "../HashChangeListener-B5FvjGPF.js";
4
+ import { N as u, _ as o, O as i, Q as m, U as p, V as r, W as v } from "../HashChangeListener-DQyOQdFl.js";
5
5
  export {
6
6
  u as dataLocationToPath,
7
7
  o as default,
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { X as f } from "../HashChangeListener-B5FvjGPF.js";
3
+ import { X as f } from "../HashChangeListener-DQyOQdFl.js";
4
4
  import "../NumberField-BCFUb50M.js";
5
5
  import "../component/element/special/PageControls.js";
6
6
  import "./GlobalDataContext.js";
@@ -1,4 +1,4 @@
1
- import { J as a, K as o, X as r, N as n, O as i, Q as s, U as l, V as p, I as m, W as x } from "../HashChangeListener-B5FvjGPF.js";
1
+ import { J as a, K as o, X as r, N as n, O as i, Q as s, U as l, V as p, I as m, W as x } from "../HashChangeListener-DQyOQdFl.js";
2
2
  import { mergeComponentCollections as u } from "./ComponentCollector.js";
3
3
  import { EventDispatcherContext as f } from "./EventDispatcherContext.js";
4
4
  import { EventDispatcherProvider as c, addEventListener as P, removeEventListener as V } from "./EventDispatcherProvider.js";
@@ -1,4 +1,4 @@
1
- import { Y as t, Z as m } from "../../HashChangeListener-B5FvjGPF.js";
1
+ import { Y as t, Z as m } from "../../HashChangeListener-DQyOQdFl.js";
2
2
  export {
3
3
  t as formatString,
4
4
  m as maybeFormatString
@@ -236,12 +236,12 @@ var Di = new y("tag:yaml.org,2002:null", {
236
236
  },
237
237
  defaultStyle: "lowercase"
238
238
  });
239
- function ji(i) {
239
+ function Yi(i) {
240
240
  if (i === null) return !1;
241
241
  var n = i.length;
242
242
  return n === 4 && (i === "true" || i === "True" || i === "TRUE") || n === 5 && (i === "false" || i === "False" || i === "FALSE");
243
243
  }
244
- function Yi(i) {
244
+ function ji(i) {
245
245
  return i === "true" || i === "True" || i === "TRUE";
246
246
  }
247
247
  function Pi(i) {
@@ -249,8 +249,8 @@ function Pi(i) {
249
249
  }
250
250
  var Bi = new y("tag:yaml.org,2002:bool", {
251
251
  kind: "scalar",
252
- resolve: ji,
253
- construct: Yi,
252
+ resolve: Yi,
253
+ construct: ji,
254
254
  predicate: Pi,
255
255
  represent: {
256
256
  lowercase: function(i) {
@@ -597,7 +597,7 @@ function Dn(i) {
597
597
  var ui = new Array(256), ci = new Array(256);
598
598
  for (var F = 0; F < 256; F++)
599
599
  ui[F] = Z(F) ? 1 : 0, ci[F] = Z(F);
600
- function jn(i, n) {
600
+ function Yn(i, n) {
601
601
  this.input = i, this.filename = n.filename || null, this.schema = n.schema || In, this.onWarning = n.onWarning || null, this.legacy = n.legacy || !1, this.json = n.json || !1, this.listener = n.listener || null, this.implicitTypes = this.schema.compiledImplicit, this.typeMap = this.schema.compiledTypeMap, this.length = i.length, this.position = 0, this.line = 0, this.lineStart = 0, this.lineIndent = 0, this.firstTabInLine = -1, this.documents = [];
602
602
  }
603
603
  function fi(i, n) {
@@ -614,13 +614,13 @@ function fi(i, n) {
614
614
  function p(i, n) {
615
615
  throw fi(i, n);
616
616
  }
617
- function j(i, n) {
617
+ function Y(i, n) {
618
618
  i.onWarning && i.onWarning.call(null, fi(i, n));
619
619
  }
620
620
  var V = {
621
621
  YAML: function(n, e, l) {
622
622
  var r, u, o;
623
- n.version !== null && p(n, "duplication of %YAML directive"), l.length !== 1 && p(n, "YAML directive accepts exactly one argument"), r = /^([0-9]+)\.([0-9]+)$/.exec(l[0]), r === null && p(n, "ill-formed argument of the YAML directive"), u = parseInt(r[1], 10), o = parseInt(r[2], 10), u !== 1 && p(n, "unacceptable YAML version of the document"), n.version = l[0], n.checkLineBreaks = o < 2, o !== 1 && o !== 2 && j(n, "unsupported YAML version of the document");
623
+ n.version !== null && p(n, "duplication of %YAML directive"), l.length !== 1 && p(n, "YAML directive accepts exactly one argument"), r = /^([0-9]+)\.([0-9]+)$/.exec(l[0]), r === null && p(n, "ill-formed argument of the YAML directive"), u = parseInt(r[1], 10), o = parseInt(r[2], 10), u !== 1 && p(n, "unacceptable YAML version of the document"), n.version = l[0], n.checkLineBreaks = o < 2, o !== 1 && o !== 2 && Y(n, "unsupported YAML version of the document");
624
624
  },
625
625
  TAG: function(n, e, l) {
626
626
  var r, u;
@@ -686,9 +686,9 @@ function v(i, n, e) {
686
686
  else
687
687
  break;
688
688
  }
689
- return e !== -1 && l !== 0 && i.lineIndent < e && j(i, "deficient indentation"), l;
689
+ return e !== -1 && l !== 0 && i.lineIndent < e && Y(i, "deficient indentation"), l;
690
690
  }
691
- function Y(i) {
691
+ function j(i) {
692
692
  var n = i.position, e;
693
693
  return e = i.input.charCodeAt(n), !!((e === 45 || e === 46) && e === i.input.charCodeAt(n + 1) && e === i.input.charCodeAt(n + 2) && (n += 3, e = i.input.charCodeAt(n), e === 0 || w(e)));
694
694
  }
@@ -696,7 +696,7 @@ function $(i, n) {
696
696
  n === 1 ? i.result += " " : n > 1 && (i.result += b.repeat(`
697
697
  `, n - 1));
698
698
  }
699
- function Yn(i, n, e) {
699
+ function jn(i, n, e) {
700
700
  var l, r, u, o, c, f, h, s, t = i.kind, g = i.result, a;
701
701
  if (a = i.input.charCodeAt(i.position), w(a) || O(a) || a === 35 || a === 38 || a === 42 || a === 33 || a === 124 || a === 62 || a === 39 || a === 34 || a === 37 || a === 64 || a === 96 || (a === 63 || a === 45) && (r = i.input.charCodeAt(i.position + 1), w(r) || e && O(r)))
702
702
  return !1;
@@ -708,7 +708,7 @@ function Yn(i, n, e) {
708
708
  if (l = i.input.charCodeAt(i.position - 1), w(l))
709
709
  break;
710
710
  } else {
711
- if (i.position === i.lineStart && Y(i) || e && O(a))
711
+ if (i.position === i.lineStart && j(i) || e && O(a))
712
712
  break;
713
713
  if (_(a))
714
714
  if (f = i.line, h = i.lineStart, s = i.lineIndent, v(i, !1, -1), i.lineIndent >= n) {
@@ -733,7 +733,7 @@ function Pn(i, n) {
733
733
  l = i.position, i.position++, r = i.position;
734
734
  else
735
735
  return !0;
736
- else _(e) ? (S(i, l, r, !0), $(i, v(i, !1, n)), l = r = i.position) : i.position === i.lineStart && Y(i) ? p(i, "unexpected end of the document within a single quoted scalar") : (i.position++, r = i.position);
736
+ else _(e) ? (S(i, l, r, !0), $(i, v(i, !1, n)), l = r = i.position) : i.position === i.lineStart && j(i) ? p(i, "unexpected end of the document within a single quoted scalar") : (i.position++, r = i.position);
737
737
  p(i, "unexpected end of the stream within a single quoted scalar");
738
738
  }
739
739
  function Bn(i, n) {
@@ -755,7 +755,7 @@ function Bn(i, n) {
755
755
  } else
756
756
  p(i, "unknown escape sequence");
757
757
  e = l = i.position;
758
- } else _(c) ? (S(i, e, l, !0), $(i, v(i, !1, n)), e = l = i.position) : i.position === i.lineStart && Y(i) ? p(i, "unexpected end of the document within a double quoted scalar") : (i.position++, l = i.position);
758
+ } else _(c) ? (S(i, e, l, !0), $(i, v(i, !1, n)), e = l = i.position) : i.position === i.lineStart && j(i) ? p(i, "unexpected end of the document within a double quoted scalar") : (i.position++, l = i.position);
759
759
  }
760
760
  p(i, "unexpected end of the stream within a double quoted scalar");
761
761
  }
@@ -906,7 +906,7 @@ function N(i, n, e, l, r) {
906
906
  if (i.listener !== null && i.listener("open", i), i.tag = null, i.anchor = null, i.kind = null, i.result = null, u = o = c = D === e || ri === e, l && v(i, !0, -1) && (h = !0, i.lineIndent > n ? f = 1 : i.lineIndent === n ? f = 0 : i.lineIndent < n && (f = -1)), f === 1)
907
907
  for (; Gn(i) || $n(i); )
908
908
  v(i, !0, -1) ? (h = !0, c = u, i.lineIndent > n ? f = 1 : i.lineIndent === n ? f = 0 : i.lineIndent < n && (f = -1)) : c = !1;
909
- if (c && (c = h || r), (f === 1 || D === e) && (M === e || ei === e ? A = n : A = n + 1, m = i.position - i.lineStart, f === 1 ? c && (z(i, m) || qn(i, m, A)) || Rn(i, A) ? s = !0 : (o && Un(i, A) || Pn(i, A) || Bn(i, A) ? s = !0 : Hn(i) ? (s = !0, (i.tag !== null || i.anchor !== null) && p(i, "alias node should not have any properties")) : Yn(i, A, M === e) && (s = !0, i.tag === null && (i.tag = "?")), i.anchor !== null && (i.anchorMap[i.anchor] = i.result)) : f === 0 && (s = c && z(i, m))), i.tag === null)
909
+ if (c && (c = h || r), (f === 1 || D === e) && (M === e || ei === e ? A = n : A = n + 1, m = i.position - i.lineStart, f === 1 ? c && (z(i, m) || qn(i, m, A)) || Rn(i, A) ? s = !0 : (o && Un(i, A) || Pn(i, A) || Bn(i, A) ? s = !0 : Hn(i) ? (s = !0, (i.tag !== null || i.anchor !== null) && p(i, "alias node should not have any properties")) : jn(i, A, M === e) && (s = !0, i.tag === null && (i.tag = "?")), i.anchor !== null && (i.anchorMap[i.anchor] = i.result)) : f === 0 && (s = c && z(i, m))), i.tag === null)
910
910
  i.anchor !== null && (i.anchorMap[i.anchor] = i.result);
911
911
  else if (i.tag === "?") {
912
912
  for (i.result !== null && i.kind !== "scalar" && p(i, 'unacceptable node kind for !<?> tag; it should be "scalar", not "' + i.kind + '"'), t = 0, g = i.implicitTypes.length; t < g; t += 1)
@@ -946,9 +946,9 @@ function Kn(i) {
946
946
  o = i.input.charCodeAt(++i.position);
947
947
  r.push(i.input.slice(e, i.position));
948
948
  }
949
- o !== 0 && G(i), I.call(V, l) ? V[l](i, l, r) : j(i, 'unknown document directive "' + l + '"');
949
+ o !== 0 && G(i), I.call(V, l) ? V[l](i, l, r) : Y(i, 'unknown document directive "' + l + '"');
950
950
  }
951
- if (v(i, !0, -1), i.lineIndent === 0 && i.input.charCodeAt(i.position) === 45 && i.input.charCodeAt(i.position + 1) === 45 && i.input.charCodeAt(i.position + 2) === 45 ? (i.position += 3, v(i, !0, -1)) : u && p(i, "directives end mark is expected"), N(i, i.lineIndent - 1, D, !1, !0), v(i, !0, -1), i.checkLineBreaks && On.test(i.input.slice(n, i.position)) && j(i, "non-ASCII line breaks are interpreted as content"), i.documents.push(i.result), i.position === i.lineStart && Y(i)) {
951
+ if (v(i, !0, -1), i.lineIndent === 0 && i.input.charCodeAt(i.position) === 45 && i.input.charCodeAt(i.position + 1) === 45 && i.input.charCodeAt(i.position + 2) === 45 ? (i.position += 3, v(i, !0, -1)) : u && p(i, "directives end mark is expected"), N(i, i.lineIndent - 1, D, !1, !0), v(i, !0, -1), i.checkLineBreaks && On.test(i.input.slice(n, i.position)) && Y(i, "non-ASCII line breaks are interpreted as content"), i.documents.push(i.result), i.position === i.lineStart && j(i)) {
952
952
  i.input.charCodeAt(i.position) === 46 && (i.position += 3, v(i, !0, -1));
953
953
  return;
954
954
  }
@@ -960,7 +960,7 @@ function Kn(i) {
960
960
  function Wn(i, n) {
961
961
  i = String(i), n = n || {}, i.length !== 0 && (i.charCodeAt(i.length - 1) !== 10 && i.charCodeAt(i.length - 1) !== 13 && (i += `
962
962
  `), i.charCodeAt(0) === 65279 && (i = i.slice(1)));
963
- var e = new jn(i, n), l = i.indexOf("\0");
963
+ var e = new Yn(i, n), l = i.indexOf("\0");
964
964
  for (l !== -1 && (e.position = l, p(e, "null byte is not allowed in input")), e.input += "\0"; e.input.charCodeAt(e.position) === 32; )
965
965
  e.lineIndent += 1, e.position += 1;
966
966
  for (; e.position < e.length - 1; )
@@ -988,6 +988,7 @@ const Qn = (i) => {
988
988
  } catch {
989
989
  }
990
990
  }
991
+ return i;
991
992
  };
992
993
  export {
993
994
  Qn as parseRjBuild
package/dist/main.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A as t, J as o, B as s, C as r, j as i, k as n, D as l, l as m, F as p, d, H as u, e as c, L as x, M as v, f, o as D, P as C, g as b, R as F, K as T, q as P, a as g, S as h, h as E, s as A, i as V, b as L, c as R, T as S, X as H, t as M, N, O as w, Q as B, U as J, u as k, m as y, V as G, I, v as z, n as O, w as j, p as q, r as K, x as Q, y as U, z as W, E as X, G as Y, W as Z } from "./HashChangeListener-B5FvjGPF.js";
1
+ import { A as t, J as o, B as s, C as r, j as i, k as n, D as l, l as m, F as p, d, H as u, e as c, L as x, M as v, f, o as D, P as C, g as b, R as F, K as T, q as P, a as g, S as h, h as E, s as A, i as V, b as L, c as R, T as S, X as H, t as M, N, O as w, Q as B, U as J, u as k, m as y, V as G, I, v as z, n as O, w as j, p as q, r as K, x as Q, y as U, z as W, E as X, G as Y, W as Z } from "./HashChangeListener-DQyOQdFl.js";
2
2
  import { Hide as $ } from "./component/action/Hide.js";
3
3
  import { VisuallyHide as ea } from "./component/action/VisuallyHide.js";
4
4
  import { N as oa } from "./NumberField-BCFUb50M.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ea-lab/reactive-json",
3
3
  "private": false,
4
- "version": "0.0.29",
4
+ "version": "0.0.31",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",