@ea-lab/reactive-json 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/README.md +1 -1
  2. package/dist/HashChangeListener-D2T1_KYz.js +18075 -0
  3. package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
  4. package/dist/alterData-CjaFWyAA.js +3698 -0
  5. package/dist/component/action/HashChangeListener.js +1 -1
  6. package/dist/component/action/MessageListener.js +3 -2
  7. package/dist/component/action/Popover.js +1 -1
  8. package/dist/component/action/ReactOnEvent.js +1 -1
  9. package/dist/component/action/Redirect.js +1 -1
  10. package/dist/component/action/Tooltip.js +1 -1
  11. package/dist/component/action/index.js +1 -1
  12. package/dist/component/dataMapping/index.js +5 -0
  13. package/dist/component/dataMapping/simpleMapping.js +4 -0
  14. package/dist/component/dataProcessor/index.js +4 -0
  15. package/dist/component/element/form/CheckBoxField.js +1 -1
  16. package/dist/component/element/form/DateField.js +1 -1
  17. package/dist/component/element/form/NumberField.js +1 -1
  18. package/dist/component/element/form/SelectField.js +1 -1
  19. package/dist/component/element/form/TextAreaField.js +1 -1
  20. package/dist/component/element/form/TextField.js +1 -1
  21. package/dist/component/element/form/formElementsCommon.js +1 -1
  22. package/dist/component/element/form/index.js +5 -5
  23. package/dist/component/element/html/AccordionItem.js +1 -1
  24. package/dist/component/element/html/FolderSortableTree.js +3 -2
  25. package/dist/component/element/html/FormatNumeral.js +1 -1
  26. package/dist/component/element/html/Html.js +3 -3
  27. package/dist/component/element/html/LabelFromValue.js +1 -1
  28. package/dist/component/element/html/Modal.js +1 -1
  29. package/dist/component/element/html/PreformattedMarkup.js +1 -1
  30. package/dist/component/element/html/SortableTreeItemCollapseButton.js +1 -1
  31. package/dist/component/element/html/Tabs.js +1 -1
  32. package/dist/component/element/html/index.js +4 -4
  33. package/dist/component/element/index.js +4 -4
  34. package/dist/component/element/special/BootstrapElement.js +1 -1
  35. package/dist/component/element/special/Count.js +3 -2
  36. package/dist/component/element/special/DataFilter.js +1 -1
  37. package/dist/component/element/special/DelayedActions.js +1 -1
  38. package/dist/component/element/special/Phantom.js +1 -1
  39. package/dist/component/element/special/ReactiveJsonSubroot.js +3 -2
  40. package/dist/component/element/special/Switch.js +3 -3
  41. package/dist/component/element/special/index.js +1 -1
  42. package/dist/component/hook/index.js +1 -1
  43. package/dist/component/hook/usePagination.js +1 -1
  44. package/dist/component/index.js +48 -44
  45. package/dist/component/reaction/addData.js +3 -2
  46. package/dist/component/reaction/fetchData.js +1 -1
  47. package/dist/component/reaction/index.js +4 -4
  48. package/dist/component/reaction/moveData.js +1 -1
  49. package/dist/component/reaction/postMessage.js +1 -1
  50. package/dist/component/reaction/redirectNow.js +1 -1
  51. package/dist/component/reaction/removeData.js +1 -1
  52. package/dist/component/reaction/setClipboardData.js +1 -1
  53. package/dist/component/reaction/setData.js +3 -2
  54. package/dist/component/reaction/submitData.js +1 -1
  55. package/dist/component/reaction/utility/httpRequestCommon.js +5 -2
  56. package/dist/component/reaction/utility/index.js +2 -2
  57. package/dist/coreComponentsPlugin.js +5 -0
  58. package/dist/engine/Actions.js +4 -3
  59. package/dist/engine/ComponentCollector.js +15 -8
  60. package/dist/engine/ReactiveJsonRoot.js +5 -2
  61. package/dist/engine/TemplateSystem.js +1 -1
  62. package/dist/engine/View.js +1 -1
  63. package/dist/engine/index.js +21 -17
  64. package/dist/engine/utility/alterData.js +4 -0
  65. package/dist/engine/utility/analyzeDataOverrideReferences.js +1 -1
  66. package/dist/engine/utility/dataMappingSystem.js +21 -0
  67. package/dist/engine/utility/formatString.js +1 -1
  68. package/dist/engine/utility/index.js +12 -8
  69. package/dist/main.js +79 -71
  70. package/dist/{usePagination-D5Fkvhsw.js → usePagination-Bb6lefHG.js} +67 -72
  71. package/package.json +1 -1
  72. package/dist/HashChangeListener-BrTnLmiF.js +0 -21571
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { H as a } from "../../HashChangeListener-BrTnLmiF.js";
3
+ import { H as a } from "../../HashChangeListener-D2T1_KYz.js";
4
4
  import "../../engine/EventDispatcherContext.js";
5
5
  import "../../engine/GlobalDataContext.js";
6
6
  import "../../engine/TemplateContext.js";
@@ -1,9 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { M as s } from "../../HashChangeListener-BrTnLmiF.js";
3
+ import { M as a } from "../../HashChangeListener-D2T1_KYz.js";
4
4
  import "../../engine/EventDispatcherContext.js";
5
5
  import "../../engine/GlobalDataContext.js";
6
6
  import "../../engine/TemplateContext.js";
7
+ import "../../alterData-CjaFWyAA.js";
7
8
  export {
8
- s as MessageListener
9
+ a as MessageListener
9
10
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { P as t } from "../../HashChangeListener-BrTnLmiF.js";
2
+ import { P as t } from "../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
5
+ import { R as a, r as e } from "../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
1
+ import { a as p } from "../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
2
+ import { T as t } from "../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.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-D2T1_KYz.js";
2
2
  import { Hide as H } from "./Hide.js";
3
3
  import { VisuallyHide as f } from "./VisuallyHide.js";
4
4
  export {
@@ -0,0 +1,5 @@
1
+ import { c as o, s } from "../../HashChangeListener-D2T1_KYz.js";
2
+ export {
3
+ o as coreDataMappingComponents,
4
+ s as simpleMapping
5
+ };
@@ -0,0 +1,4 @@
1
+ import { s as a } from "../../HashChangeListener-D2T1_KYz.js";
2
+ export {
3
+ a as simpleMapping
4
+ };
@@ -0,0 +1,4 @@
1
+ const o = {};
2
+ export {
3
+ o as coreDataProcessorComponents
4
+ };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { C as e } from "../../../HashChangeListener-BrTnLmiF.js";
3
+ import { C as e } from "../../../HashChangeListener-D2T1_KYz.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { D as e } from "../../../HashChangeListener-BrTnLmiF.js";
3
+ import { D as e } from "../../../HashChangeListener-D2T1_KYz.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { N as e } from "../../../HashChangeListener-BrTnLmiF.js";
3
+ import { N as e } from "../../../HashChangeListener-D2T1_KYz.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 { S as e } from "../../../HashChangeListener-BrTnLmiF.js";
2
+ import { S as e } from "../../../HashChangeListener-D2T1_KYz.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "react";
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { b as e } from "../../../HashChangeListener-BrTnLmiF.js";
3
+ import { b as e } from "../../../HashChangeListener-D2T1_KYz.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  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 e } from "../../../HashChangeListener-BrTnLmiF.js";
4
+ import { d as e } from "../../../HashChangeListener-D2T1_KYz.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
7
7
  e as TextField
@@ -1,4 +1,4 @@
1
- import { p } from "../../../HashChangeListener-BrTnLmiF.js";
1
+ import { p } from "../../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
3
  p as propsDataLocationToPathAndValue
4
4
  };
@@ -1,9 +1,9 @@
1
- import { C as l, D as s, N as t, S as d, b as i, c as o, p as F } from "../../../HashChangeListener-BrTnLmiF.js";
1
+ import { C as d, D as l, N as s, S as t, b as i, d as o, p as F } from "../../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
- l as CheckBoxField,
4
- s as DateField,
5
- t as NumberField,
6
- d as SelectField,
3
+ d as CheckBoxField,
4
+ l as DateField,
5
+ s as NumberField,
6
+ t as SelectField,
7
7
  i as TextAreaField,
8
8
  o as TextField,
9
9
  F as propsDataLocationToPathAndValue
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { A as i } from "../../../HashChangeListener-BrTnLmiF.js";
3
+ import { A as i } from "../../../HashChangeListener-D2T1_KYz.js";
4
4
  export {
5
5
  i as AccordionItem
6
6
  };
@@ -1,8 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import { F as i } from "../../../HashChangeListener-BrTnLmiF.js";
2
+ import { F as a } from "../../../HashChangeListener-D2T1_KYz.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
+ import "../../../alterData-CjaFWyAA.js";
5
6
  import "react";
6
7
  export {
7
- i as FolderSortableTree
8
+ a as FolderSortableTree
8
9
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { d as a } from "../../../HashChangeListener-BrTnLmiF.js";
2
+ import { e as a } from "../../../HashChangeListener-D2T1_KYz.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "react";
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import { e as p, n as a } from "../../../HashChangeListener-BrTnLmiF.js";
2
+ import { f as a, n as e } from "../../../HashChangeListener-D2T1_KYz.js";
3
3
  import "react";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
7
- p as Html,
8
- a as normalizeAttributesForReactJsx
7
+ a as Html,
8
+ e as normalizeAttributesForReactJsx
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { L as a } from "../../../HashChangeListener-BrTnLmiF.js";
2
+ import { L as a } from "../../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
4
+ import { g as a } from "../../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
2
+ import { h as a } from "../../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
2
+ import { i as p } from "../../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
3
+ import { j as a } from "../../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
1
+ import { A as r, F as o, e as t, f as s, L as l, g as m, h as b, i as u, j as F, n as d } from "../../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
3
  r as AccordionItem,
4
4
  o as FolderSortableTree,
@@ -7,7 +7,7 @@ export {
7
7
  l as LabelFromValue,
8
8
  m as Modal,
9
9
  b as PreformattedMarkup,
10
- d as SortableTreeItemCollapseButton,
11
- u as Tabs,
12
- F as normalizeAttributesForReactJsx
10
+ u as SortableTreeItemCollapseButton,
11
+ F as Tabs,
12
+ d as normalizeAttributesForReactJsx
13
13
  };
@@ -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 n, F as m, d as c, e as d, L as F, f as u, N as b, o as p, g as x, q as T, S as A, h as S, s as h, i as C, b as D, c as f, m as B, n as P, p as g } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { A as t, B as o, C as s, k as r, l, D as i, m as n, F as m, e as d, f as F, L as c, g as u, N as b, q as p, h as x, t as T, S as A, i as S, u as h, j as C, b as D, d as f, o as B, n as P, p as g } from "../../HashChangeListener-D2T1_KYz.js";
2
2
  import { PageControls as L } from "./special/PageControls.js";
3
3
  export {
4
4
  t as AccordionItem,
@@ -9,9 +9,9 @@ export {
9
9
  i as DateField,
10
10
  n as DelayedActions,
11
11
  m as FolderSortableTree,
12
- c as FormatNumeral,
13
- d as Html,
14
- F as LabelFromValue,
12
+ d as FormatNumeral,
13
+ F as Html,
14
+ c as LabelFromValue,
15
15
  u as Modal,
16
16
  b as NumberField,
17
17
  L as PageControls,
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { B as e } from "../../../HashChangeListener-BrTnLmiF.js";
2
+ import { B as e } from "../../../HashChangeListener-D2T1_KYz.js";
3
3
  export {
4
4
  e as BootstrapElement
5
5
  };
@@ -1,12 +1,13 @@
1
- import { j as n } from "../../../HashChangeListener-BrTnLmiF.js";
1
+ import { k as s } from "../../../HashChangeListener-D2T1_KYz.js";
2
2
  import "react";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
+ import "../../../alterData-CjaFWyAA.js";
5
6
  import "react/jsx-runtime";
6
7
  import "../../../engine/EventDispatcherContext.js";
7
8
  import "../../../engine/PaginationContext.js";
8
9
  import "../../../engine/EventDispatcherProvider.js";
9
10
  import "../../../engine/utility/parseRjBuild.js";
10
11
  export {
11
- n as Count
12
+ s as Count
12
13
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { k as a } from "../../../HashChangeListener-BrTnLmiF.js";
3
+ import { l as a } from "../../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
2
+ import { m as p, o as a } from "../../../HashChangeListener-D2T1_KYz.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-BrTnLmiF.js";
2
+ import { q as t } from "../../../HashChangeListener-D2T1_KYz.js";
3
3
  export {
4
4
  t as Phantom
5
5
  };
@@ -1,12 +1,13 @@
1
1
  import "react/jsx-runtime";
2
- import { q as c } from "../../../HashChangeListener-BrTnLmiF.js";
2
+ import { t as f } from "../../../HashChangeListener-D2T1_KYz.js";
3
3
  import "../../../engine/EventDispatcherContext.js";
4
4
  import "../../../engine/EventDispatcherProvider.js";
5
5
  import "../../../engine/GlobalDataContext.js";
6
6
  import "../../../engine/PaginationContext.js";
7
7
  import "react";
8
8
  import "../../../engine/TemplateContext.js";
9
+ import "../../../alterData-CjaFWyAA.js";
9
10
  import "../../../engine/utility/parseRjBuild.js";
10
11
  export {
11
- c as ReactiveJsonSubroot
12
+ f as ReactiveJsonSubroot
12
13
  };
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { s as c } from "../../../HashChangeListener-BrTnLmiF.js";
3
+ import { u as e } from "../../../HashChangeListener-D2T1_KYz.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/PaginationContext.js";
6
6
  import "../../../engine/TemplateContext.js";
7
- import "../../../usePagination-D5Fkvhsw.js";
7
+ import "../../../usePagination-Bb6lefHG.js";
8
8
  export {
9
- c as Switch
9
+ e as Switch
10
10
  };
@@ -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-BrTnLmiF.js";
1
+ import { B as a, k as e, l as s, m as n, q as r, t as c, u as i, o as l } from "../../../HashChangeListener-D2T1_KYz.js";
2
2
  import { PageControls as u } from "./PageControls.js";
3
3
  export {
4
4
  a as BootstrapElement,
@@ -1,4 +1,4 @@
1
- import { u as e } from "../../usePagination-D5Fkvhsw.js";
1
+ import { u as e } from "../../usePagination-Bb6lefHG.js";
2
2
  export {
3
3
  e as usePagination
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { u as a } from "../../usePagination-D5Fkvhsw.js";
3
+ import { u as a } from "../../usePagination-Bb6lefHG.js";
4
4
  export {
5
5
  a as usePagination
6
6
  };
@@ -1,55 +1,59 @@
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 as c, H as d, e as u, L as p, M as F, f as x, N as D, o as b, P as f, g, R as T, q as h, a as v, S as C, h as P, s as R, i as A, b as H, c as S, T as E, t as L, v as M, u as B, m as N, w as k, n as w, x as y, p as I, r as V, y as q, z, E as J, G as j, I as G } from "../HashChangeListener-BrTnLmiF.js";
2
- import { Hide as K } from "./action/Hide.js";
3
- import { VisuallyHide as U } from "./action/VisuallyHide.js";
4
- import { PageControls as X } from "./element/special/PageControls.js";
5
- import { u as Z } from "../usePagination-D5Fkvhsw.js";
6
- import { triggerEvent as $ } from "./reaction/triggerEvent.js";
1
+ import { A as t, B as s, C as o, k as r, l as i, D as n, m as l, F as m, e as p, H as c, f as d, L as u, M as x, g as D, N as F, q as g, P as b, h as f, R as C, t as T, a as h, S as P, i as v, u as M, j as R, b as A, d as H, T as S, v as E, c as L, x as B, w as N, o as k, y as w, n as y, z as I, p as J, r as V, E as q, G as z, I as j, J as G, s as K, K as O } from "../HashChangeListener-D2T1_KYz.js";
2
+ import { Hide as U } from "./action/Hide.js";
3
+ import { VisuallyHide as X } from "./action/VisuallyHide.js";
4
+ import { coreDataProcessorComponents as Z } from "./dataProcessor/index.js";
5
+ import { PageControls as $ } from "./element/special/PageControls.js";
6
+ import { u as ea } from "../usePagination-Bb6lefHG.js";
7
+ import { triggerEvent as sa } from "./reaction/triggerEvent.js";
7
8
  export {
8
9
  t as AccordionItem,
9
10
  s as BootstrapElement,
10
11
  o as CheckBoxField,
11
12
  r as Count,
12
13
  i as DataFilter,
13
- l as DateField,
14
- n as DelayedActions,
14
+ n as DateField,
15
+ l as DelayedActions,
15
16
  m as FolderSortableTree,
16
- c as FormatNumeral,
17
- d as HashChangeListener,
18
- K as Hide,
19
- u as Html,
20
- p as LabelFromValue,
21
- F as MessageListener,
22
- x as Modal,
23
- D as NumberField,
24
- X as PageControls,
25
- b as Phantom,
26
- f as Popover,
27
- g as PreformattedMarkup,
28
- T as ReactOnEvent,
29
- h as ReactiveJsonSubroot,
30
- v as Redirect,
31
- C as SelectField,
32
- P as SortableTreeItemCollapseButton,
33
- R as Switch,
34
- A as Tabs,
35
- H as TextAreaField,
36
- S as TextField,
37
- E as Tooltip,
38
- U as VisuallyHide,
39
- L as addData,
40
- M as executeHttpRequest,
41
- B as fetchData,
42
- N as getReactionFunctionsToExecute,
43
- k as moveData,
44
- w as normalizeAttributesForReactJsx,
45
- y as postMessage,
46
- I as propsDataLocationToPathAndValue,
17
+ p as FormatNumeral,
18
+ c as HashChangeListener,
19
+ U as Hide,
20
+ d as Html,
21
+ u as LabelFromValue,
22
+ x as MessageListener,
23
+ D as Modal,
24
+ F as NumberField,
25
+ $ as PageControls,
26
+ g as Phantom,
27
+ b as Popover,
28
+ f as PreformattedMarkup,
29
+ C as ReactOnEvent,
30
+ T as ReactiveJsonSubroot,
31
+ h as Redirect,
32
+ P as SelectField,
33
+ v as SortableTreeItemCollapseButton,
34
+ M as Switch,
35
+ R as Tabs,
36
+ A as TextAreaField,
37
+ H as TextField,
38
+ S as Tooltip,
39
+ X as VisuallyHide,
40
+ E as addData,
41
+ L as coreDataMappingComponents,
42
+ Z as coreDataProcessorComponents,
43
+ B as executeHttpRequest,
44
+ N as fetchData,
45
+ k as getReactionFunctionsToExecute,
46
+ w as moveData,
47
+ y as normalizeAttributesForReactJsx,
48
+ I as postMessage,
49
+ J as propsDataLocationToPathAndValue,
47
50
  V as reactionFunctions,
48
51
  q as redirectNow,
49
52
  z as removeData,
50
- J as setClipboardData,
51
- j as setData,
52
- G as submitData,
53
- $ as triggerEvent,
54
- Z as usePagination
53
+ j as setClipboardData,
54
+ G as setData,
55
+ K as simpleMapping,
56
+ O as submitData,
57
+ sa as triggerEvent,
58
+ ea as usePagination
55
59
  };
@@ -1,4 +1,5 @@
1
- import { t as d } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { v as t } from "../../HashChangeListener-D2T1_KYz.js";
2
+ import "../../alterData-CjaFWyAA.js";
2
3
  export {
3
- d as addData
4
+ t as addData
4
5
  };
@@ -1,4 +1,4 @@
1
- import { u as e } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { w as e } from "../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
3
  e as fetchData
4
4
  };
@@ -1,5 +1,5 @@
1
- import { t as e, v as s, u as r, w as o, x as D, y as m, z as p, E as d, G as i, I as u } from "../../HashChangeListener-BrTnLmiF.js";
2
- import { triggerEvent as x } from "./triggerEvent.js";
1
+ import { v as e, x as s, w as r, y as o, z as D, E as m, G as p, I as d, J as i, K as v } from "../../HashChangeListener-D2T1_KYz.js";
2
+ import { triggerEvent as c } from "./triggerEvent.js";
3
3
  export {
4
4
  e as addData,
5
5
  s as executeHttpRequest,
@@ -10,6 +10,6 @@ export {
10
10
  p as removeData,
11
11
  d as setClipboardData,
12
12
  i as setData,
13
- u as submitData,
14
- x as triggerEvent
13
+ v as submitData,
14
+ c as triggerEvent
15
15
  };
@@ -1,4 +1,4 @@
1
- import { w as e } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { y as e } from "../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
3
  e as moveData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { x as o } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { z as o } from "../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
3
  o as postMessage
4
4
  };
@@ -1,4 +1,4 @@
1
- import { y as o } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { E as o } from "../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
3
  o as redirectNow
4
4
  };
@@ -1,4 +1,4 @@
1
- import { z as o } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { G as o } from "../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
3
  o as removeData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { E as r } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { I as r } from "../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
3
  r as setClipboardData
4
4
  };
@@ -1,4 +1,5 @@
1
- import { G as e } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { J as r } from "../../HashChangeListener-D2T1_KYz.js";
2
+ import "../../alterData-CjaFWyAA.js";
2
3
  export {
3
- e as setData
4
+ r as setData
4
5
  };
@@ -1,4 +1,4 @@
1
- import { I as m } from "../../HashChangeListener-BrTnLmiF.js";
1
+ import { K as m } from "../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
3
  m as submitData
4
4
  };
@@ -1,4 +1,7 @@
1
- import { v as o } from "../../../HashChangeListener-BrTnLmiF.js";
1
+ import { x as m } from "../../../HashChangeListener-D2T1_KYz.js";
2
+ import "../../../alterData-CjaFWyAA.js";
3
+ import "../../../engine/utility/dataMappingSystem.js";
4
+ import "../../../engine/utility/parseRjBuild.js";
2
5
  export {
3
- o as executeHttpRequest
6
+ m as executeHttpRequest
4
7
  };
@@ -1,4 +1,4 @@
1
- import { v as o } from "../../../HashChangeListener-BrTnLmiF.js";
1
+ import { x } from "../../../HashChangeListener-D2T1_KYz.js";
2
2
  export {
3
- o as executeHttpRequest
3
+ x as executeHttpRequest
4
4
  };
@@ -0,0 +1,5 @@
1
+ import { a3 as m } from "./HashChangeListener-D2T1_KYz.js";
2
+ import "./component/dataProcessor/index.js";
3
+ export {
4
+ m as coreComponentsPlugin
5
+ };