@ea-lab/reactive-json 0.0.24 → 0.0.25

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 (55) hide show
  1. package/README.md +0 -4
  2. package/dist/{HashChangeListener-DfQ_3Guk.js → HashChangeListener-Bt_Ofw5x.js} +6062 -5927
  3. package/dist/component/action/HashChangeListener.js +1 -1
  4. package/dist/component/action/MessageListener.js +1 -1
  5. package/dist/component/action/Popover.js +1 -1
  6. package/dist/component/action/ReactOnEvent.js +1 -1
  7. package/dist/component/action/Redirect.js +1 -1
  8. package/dist/component/action/Tooltip.js +1 -1
  9. package/dist/component/action/index.js +1 -1
  10. package/dist/component/element/form/CheckBoxField.js +1 -1
  11. package/dist/component/element/form/DateField.js +1 -1
  12. package/dist/component/element/form/SelectField.js +1 -1
  13. package/dist/component/element/form/TextAreaField.js +1 -1
  14. package/dist/component/element/form/TextField.js +1 -1
  15. package/dist/component/element/form/formElementsCommon.js +1 -1
  16. package/dist/component/element/form/index.js +1 -1
  17. package/dist/component/element/html/AccordionItem.js +1 -1
  18. package/dist/component/element/html/FolderSortableTree.js +1 -1
  19. package/dist/component/element/html/FormatNumeral.js +1 -1
  20. package/dist/component/element/html/Html.js +1 -1
  21. package/dist/component/element/html/LabelFromValue.js +1 -1
  22. package/dist/component/element/html/Modal.js +1 -1
  23. package/dist/component/element/html/PreformattedMarkup.js +1 -1
  24. package/dist/component/element/html/SortableTreeItemCollapseButton.js +1 -1
  25. package/dist/component/element/html/Tabs.js +1 -1
  26. package/dist/component/element/html/index.js +1 -1
  27. package/dist/component/element/index.js +1 -1
  28. package/dist/component/element/special/BootstrapElement.js +1 -1
  29. package/dist/component/element/special/Count.js +1 -1
  30. package/dist/component/element/special/DataFilter.js +1 -1
  31. package/dist/component/element/special/DelayedActions.js +1 -1
  32. package/dist/component/element/special/Phantom.js +1 -1
  33. package/dist/component/element/special/ReactiveJsonSubroot.js +11 -0
  34. package/dist/component/element/special/Switch.js +1 -1
  35. package/dist/component/element/special/index.js +1 -1
  36. package/dist/component/index.js +1 -1
  37. package/dist/component/reaction/addData.js +1 -1
  38. package/dist/component/reaction/fetchData.js +1 -1
  39. package/dist/component/reaction/index.js +1 -1
  40. package/dist/component/reaction/moveData.js +1 -1
  41. package/dist/component/reaction/postMessage.js +1 -1
  42. package/dist/component/reaction/redirectNow.js +1 -1
  43. package/dist/component/reaction/removeData.js +1 -1
  44. package/dist/component/reaction/setClipboardData.js +1 -1
  45. package/dist/component/reaction/setData.js +1 -1
  46. package/dist/component/reaction/submitData.js +1 -1
  47. package/dist/engine/Actions.js +1 -1
  48. package/dist/engine/ReactiveJsonRoot.js +9 -1123
  49. package/dist/engine/TemplateSystem.js +1 -1
  50. package/dist/engine/View.js +2 -2
  51. package/dist/engine/index.js +28 -29
  52. package/dist/engine/utility/formatString.js +1 -1
  53. package/dist/engine/utility/parseRjBuild.js +994 -0
  54. package/dist/main.js +65 -66
  55. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { H as a } from "../../HashChangeListener-DfQ_3Guk.js";
3
+ import { H as a } from "../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
3
+ import { M as s } from "../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { P as t } from "../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
5
+ import { R as a, r as e } from "../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
1
+ import { a as p } from "../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { T as t } from "../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.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-Bt_Ofw5x.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-DfQ_3Guk.js";
4
+ import { C as x } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { D as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { S as l } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
4
+ import { b as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
4
+ import { c as x } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
1
+ import { p } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
1
+ import { C as o, D as t, S as l, b as s, c as d, p as i } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
3
+ import { A as i } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { F as i } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { d as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { e as p, n as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { L as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
4
+ import { f as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { g as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { h as p } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
3
+ import { i as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.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-Bt_Ofw5x.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, e as F, L as c, f as u, o as p, g as x, S as b, h as T, q as A, i as f, b as h, c as C, m as D, n as S, p as B } from "../../HashChangeListener-DfQ_3Guk.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, e as F, L as c, f as u, o as p, g as x, S as b, h as T, q as A, i as f, b as h, c as C, m as D, n as S, p as B } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  import { N as g } from "../../NumberField-BCFUb50M.js";
3
3
  import { PageControls as L } from "./special/PageControls.js";
4
4
  export {
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { B as e } from "../../../HashChangeListener-DfQ_3Guk.js";
2
+ import { B as e } from "../../../HashChangeListener-Bt_Ofw5x.js";
3
3
  export {
4
4
  e as BootstrapElement
5
5
  };
@@ -1,4 +1,4 @@
1
- import { j as i } from "../../../HashChangeListener-DfQ_3Guk.js";
1
+ import { j as i } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
3
+ import { k as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { l as p, m as a } from "../../../HashChangeListener-Bt_Ofw5x.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-DfQ_3Guk.js";
2
+ import { o as t } from "../../../HashChangeListener-Bt_Ofw5x.js";
3
3
  export {
4
4
  t as Phantom
5
5
  };
@@ -0,0 +1,11 @@
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import "../../../engine/GlobalDataContext.js";
4
+ import "../../../engine/TemplateContext.js";
5
+ import { Z as b } from "../../../HashChangeListener-Bt_Ofw5x.js";
6
+ import "../../../engine/EventDispatcherContext.js";
7
+ import "../../../engine/PaginationContext.js";
8
+ import "../../../engine/EventDispatcherProvider.js";
9
+ export {
10
+ b as ReactiveJsonSubroot
11
+ };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { q as e } from "../../../HashChangeListener-DfQ_3Guk.js";
3
+ import { q as e } from "../../../HashChangeListener-Bt_Ofw5x.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, m as i } from "../../../HashChangeListener-DfQ_3Guk.js";
1
+ import { B as a, j as e, k as s, l as n, o as r, q as c, m as i } from "../../../HashChangeListener-Bt_Ofw5x.js";
2
2
  import { PageControls as m } 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 f, g as b, R as g, a as T, S as h, h as C, q as P, i as v, b as A, c as E, T as H, s as L, t as M, m as R, u as S, n as B, v as N, p as k, r as w, w as y, x as V, y as z, z as I, E as j } from "../HashChangeListener-DfQ_3Guk.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 f, g as b, R as g, a as T, S as h, h as C, q as P, i as v, b as A, c as E, T as H, s as L, t as M, m as R, u as S, n as B, v as N, p as k, r as w, w as y, x as V, y as z, z as I, E as j } from "../HashChangeListener-Bt_Ofw5x.js";
2
2
  import { Hide as J } from "./action/Hide.js";
3
3
  import { VisuallyHide as G } from "./action/VisuallyHide.js";
4
4
  import { N as Q } from "../NumberField-BCFUb50M.js";
@@ -1,4 +1,4 @@
1
- import { s as o } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { s as o } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  export {
3
3
  o as addData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { t as e } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  export {
3
3
  e as fetchData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { s, t as e, u as r, v as o, w as D, x as m, y as d, z as i, E as p } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { s, t as e, u as r, v as o, w as D, x as m, y as d, z as i, E as p } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  import { triggerEvent as f } from "./triggerEvent.js";
3
3
  export {
4
4
  s as addData,
@@ -1,4 +1,4 @@
1
- import { u as e } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { u as e } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  export {
3
3
  e as moveData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { v as o } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { v as o } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  export {
3
3
  o as postMessage
4
4
  };
@@ -1,4 +1,4 @@
1
- import { w as o } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { w as o } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  export {
3
3
  o as redirectNow
4
4
  };
@@ -1,4 +1,4 @@
1
- import { x as o } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { x as o } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  export {
3
3
  o as removeData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { y as r } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { y as r } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  export {
3
3
  r as setClipboardData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { z as e } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { z as e } from "../../HashChangeListener-Bt_Ofw5x.js";
2
2
  export {
3
3
  e as setData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { E as m } from "../../HashChangeListener-DfQ_3Guk.js";
1
+ import { E as m } from "../../HashChangeListener-Bt_Ofw5x.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 { I as n, G as s } from "../HashChangeListener-DfQ_3Guk.js";
5
+ import { I as n, G as s } from "../HashChangeListener-Bt_Ofw5x.js";
6
6
  import "../component/action/Hide.js";
7
7
  import "../component/action/VisuallyHide.js";
8
8
  export {