@ea-lab/reactive-json 0.0.26 → 0.0.27

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