@ea-lab/reactive-json 0.3.1 → 0.4.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.
- package/dist/{HashChangeListener-Dl80ClRX.js → HashChangeListener-kneRVdsH.js} +830 -815
- package/dist/component/action/HashChangeListener.js +1 -1
- package/dist/component/action/MessageListener.js +1 -1
- package/dist/component/action/Popover.js +1 -1
- package/dist/component/action/ReactOnEvent.js +1 -1
- package/dist/component/action/Redirect.js +1 -1
- package/dist/component/action/Tooltip.js +1 -1
- package/dist/component/action/index.js +1 -1
- package/dist/component/dataMapping/index.js +1 -1
- package/dist/component/dataMapping/simpleMapping.js +1 -1
- package/dist/component/element/form/CheckBoxField.js +1 -1
- package/dist/component/element/form/DateField.js +1 -1
- package/dist/component/element/form/NumberField.js +1 -1
- package/dist/component/element/form/SelectField.js +1 -1
- package/dist/component/element/form/TextAreaField.js +1 -1
- package/dist/component/element/form/TextField.js +1 -1
- package/dist/component/element/form/formElementsCommon.js +1 -1
- package/dist/component/element/form/index.js +1 -1
- package/dist/component/element/html/AccordionItem.js +1 -1
- package/dist/component/element/html/FolderSortableTree.js +1 -1
- package/dist/component/element/html/FormatNumeral.js +1 -1
- package/dist/component/element/html/Html.js +1 -1
- package/dist/component/element/html/LabelFromValue.js +1 -1
- package/dist/component/element/html/Modal.js +1 -1
- package/dist/component/element/html/PreformattedMarkup.js +1 -1
- package/dist/component/element/html/SortableTreeItemCollapseButton.js +1 -1
- package/dist/component/element/html/Tabs.js +1 -1
- package/dist/component/element/html/index.js +1 -1
- package/dist/component/element/index.js +1 -1
- package/dist/component/element/special/BootstrapElement.js +1 -1
- package/dist/component/element/special/Count.js +1 -1
- package/dist/component/element/special/DataFilter.js +1 -1
- package/dist/component/element/special/DelayedActions.js +1 -1
- package/dist/component/element/special/Phantom.js +1 -1
- package/dist/component/element/special/ReactiveJsonSubroot.js +1 -1
- package/dist/component/element/special/Switch.js +1 -1
- package/dist/component/element/special/index.js +1 -1
- package/dist/component/index.js +1 -1
- package/dist/component/reaction/addData.js +1 -1
- package/dist/component/reaction/fetchData.js +1 -1
- package/dist/component/reaction/index.js +1 -1
- package/dist/component/reaction/moveData.js +1 -1
- package/dist/component/reaction/postMessage.js +1 -1
- package/dist/component/reaction/redirectNow.js +1 -1
- package/dist/component/reaction/removeData.js +1 -1
- package/dist/component/reaction/setClipboardData.js +1 -1
- package/dist/component/reaction/setData.js +1 -1
- package/dist/component/reaction/submitData.js +1 -1
- package/dist/component/reaction/utility/httpRequestCommon.js +1 -1
- package/dist/component/reaction/utility/index.js +1 -1
- package/dist/coreComponentsPlugin.js +1 -1
- package/dist/engine/Actions.js +1 -1
- package/dist/engine/ReactiveJsonRoot.js +1 -1
- package/dist/engine/TemplateSystem.js +1 -1
- package/dist/engine/View.js +1 -1
- package/dist/engine/index.js +1 -1
- package/dist/engine/utility/analyzeDataOverrideReferences.js +1 -1
- package/dist/engine/utility/formatString.js +1 -1
- package/dist/engine/utility/index.js +1 -1
- package/dist/main.js +1 -1
- 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-
|
|
3
|
+
import { H as a } from "../../HashChangeListener-kneRVdsH.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 a } from "../../HashChangeListener-
|
|
3
|
+
import { M as a } from "../../HashChangeListener-kneRVdsH.js";
|
|
4
4
|
import "../../engine/EventDispatcherContext.js";
|
|
5
5
|
import "../../engine/GlobalDataContext.js";
|
|
6
6
|
import "../../engine/TemplateContext.js";
|
|
@@ -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-
|
|
5
|
+
import { R as a, r as e } from "../../HashChangeListener-kneRVdsH.js";
|
|
6
6
|
import "../reaction/triggerEvent.js";
|
|
7
7
|
export {
|
|
8
8
|
a as ReactOnEvent,
|
|
@@ -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-
|
|
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-kneRVdsH.js";
|
|
2
2
|
import { Hide as H } from "./Hide.js";
|
|
3
3
|
import { VisuallyHide as f } from "./VisuallyHide.js";
|
|
4
4
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { C as e } from "../../../HashChangeListener-
|
|
3
|
+
import { C as e } from "../../../HashChangeListener-kneRVdsH.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-
|
|
3
|
+
import { D as e } from "../../../HashChangeListener-kneRVdsH.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-
|
|
3
|
+
import { N as e } from "../../../HashChangeListener-kneRVdsH.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-
|
|
2
|
+
import { S as e } from "../../../HashChangeListener-kneRVdsH.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-
|
|
3
|
+
import { b as e } from "../../../HashChangeListener-kneRVdsH.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 { d as e } from "../../../HashChangeListener-
|
|
4
|
+
import { d as e } from "../../../HashChangeListener-kneRVdsH.js";
|
|
5
5
|
import "../../../engine/TemplateContext.js";
|
|
6
6
|
export {
|
|
7
7
|
e as TextField
|
|
@@ -1,4 +1,4 @@
|
|
|
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-
|
|
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-kneRVdsH.js";
|
|
2
2
|
export {
|
|
3
3
|
d as CheckBoxField,
|
|
4
4
|
l as DateField,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { F as a } from "../../../HashChangeListener-
|
|
2
|
+
import { F as a } from "../../../HashChangeListener-kneRVdsH.js";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
4
|
import "../../../engine/TemplateContext.js";
|
|
5
5
|
import "../../../alterData-CjaFWyAA.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { e as a } from "../../../HashChangeListener-
|
|
2
|
+
import { e as a } from "../../../HashChangeListener-kneRVdsH.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 { f as a, n as e } from "../../../HashChangeListener-
|
|
2
|
+
import { f as a, n as e } from "../../../HashChangeListener-kneRVdsH.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-
|
|
2
|
+
import { L as a } from "../../../HashChangeListener-kneRVdsH.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 { g as a } from "../../../HashChangeListener-
|
|
4
|
+
import { g as a } from "../../../HashChangeListener-kneRVdsH.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 { h as a } from "../../../HashChangeListener-
|
|
2
|
+
import { h as a } from "../../../HashChangeListener-kneRVdsH.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 { j as a } from "../../../HashChangeListener-
|
|
3
|
+
import { j as a } from "../../../HashChangeListener-kneRVdsH.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, 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-
|
|
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-kneRVdsH.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, 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-
|
|
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-kneRVdsH.js";
|
|
2
2
|
import { PageControls as L } from "./special/PageControls.js";
|
|
3
3
|
export {
|
|
4
4
|
t as AccordionItem,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { l as a } from "../../../HashChangeListener-
|
|
3
|
+
import { l as a } from "../../../HashChangeListener-kneRVdsH.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 { m as p, o as a } from "../../../HashChangeListener-
|
|
2
|
+
import { m as p, o as a } from "../../../HashChangeListener-kneRVdsH.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 { t as f } from "../../../HashChangeListener-
|
|
2
|
+
import { t as f } from "../../../HashChangeListener-kneRVdsH.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 { u as e } from "../../../HashChangeListener-
|
|
3
|
+
import { u as e } from "../../../HashChangeListener-kneRVdsH.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, k as e, l as s, m as n, q as r, t as c, u as i, o as l } from "../../../HashChangeListener-
|
|
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-kneRVdsH.js";
|
|
2
2
|
import { PageControls as u } from "./PageControls.js";
|
|
3
3
|
export {
|
|
4
4
|
a as BootstrapElement,
|
package/dist/component/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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-
|
|
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-kneRVdsH.js";
|
|
2
2
|
import { Hide as U } from "./action/Hide.js";
|
|
3
3
|
import { VisuallyHide as X } from "./action/VisuallyHide.js";
|
|
4
4
|
import { coreDataProcessorComponents as Z } from "./dataProcessor/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
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-
|
|
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-kneRVdsH.js";
|
|
2
2
|
import { triggerEvent as c } from "./triggerEvent.js";
|
|
3
3
|
export {
|
|
4
4
|
e as addData,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { x as m } from "../../../HashChangeListener-
|
|
1
|
+
import { x as m } from "../../../HashChangeListener-kneRVdsH.js";
|
|
2
2
|
import "../../../alterData-CjaFWyAA.js";
|
|
3
3
|
import "../../../engine/utility/dataMappingSystem.js";
|
|
4
4
|
import "../../../engine/utility/parseRjBuild.js";
|
package/dist/engine/Actions.js
CHANGED
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "./GlobalDataContext.js";
|
|
4
4
|
import "./TemplateContext.js";
|
|
5
|
-
import { Q as s, O as d } from "../HashChangeListener-
|
|
5
|
+
import { Q as s, O as d } from "../HashChangeListener-kneRVdsH.js";
|
|
6
6
|
import "../component/action/Hide.js";
|
|
7
7
|
import "../component/action/VisuallyHide.js";
|
|
8
8
|
import "../alterData-CjaFWyAA.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { U as n } from "../HashChangeListener-
|
|
2
|
+
import { U as n } from "../HashChangeListener-kneRVdsH.js";
|
|
3
3
|
import "./ComponentCollector.js";
|
|
4
4
|
import "./EventDispatcherProvider.js";
|
|
5
5
|
import "./GlobalDataContextProvider.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "./GlobalDataContext.js";
|
|
3
3
|
import "./TemplateContext.js";
|
|
4
|
-
import { V as u, a4 as o, W as i, X as m, Y as p, Z as r, _ as v } from "../HashChangeListener-
|
|
4
|
+
import { V as u, a4 as o, W as i, X as m, Y as p, Z as r, _ as v } from "../HashChangeListener-kneRVdsH.js";
|
|
5
5
|
export {
|
|
6
6
|
u as dataLocationToPath,
|
|
7
7
|
o as default,
|
package/dist/engine/View.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { a2 as e } from "../HashChangeListener-
|
|
3
|
+
import { a2 as e } from "../HashChangeListener-kneRVdsH.js";
|
|
4
4
|
import "../component/element/special/PageControls.js";
|
|
5
5
|
import "./GlobalDataContext.js";
|
|
6
6
|
import "./TemplateContext.js";
|
package/dist/engine/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Q as t, U as o, a2 as r, $ as n, V as i, W as s, X as p, Y as l, a0 as m, Z as x, O as f, a1 as v, _ as d } from "../HashChangeListener-
|
|
1
|
+
import { Q as t, U as o, a2 as r, $ as n, V as i, W as s, X as p, Y as l, a0 as m, Z as x, O as f, a1 as v, _ as d } from "../HashChangeListener-kneRVdsH.js";
|
|
2
2
|
import { mergeComponentCollections as c } from "./ComponentCollector.js";
|
|
3
3
|
import { EventDispatcherContext as D } from "./EventDispatcherContext.js";
|
|
4
4
|
import { EventDispatcherProvider as P, addEventListener as T, removeEventListener as V } from "./EventDispatcherProvider.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as e } from "../../alterData-CjaFWyAA.js";
|
|
2
|
-
import { $ as t, a0 as p, a1 as m } from "../../HashChangeListener-
|
|
2
|
+
import { $ as t, a0 as p, a1 as m } from "../../HashChangeListener-kneRVdsH.js";
|
|
3
3
|
import { applyDataMapping as n } from "./dataMappingSystem.js";
|
|
4
4
|
import { parseRjBuild as i } from "./parseRjBuild.js";
|
|
5
5
|
import { stringToBoolean as x } from "./stringToBoolean.js";
|
package/dist/main.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as t, Q as o, B as s, C as r, k as i, l as n, D as l, m as p, F as m, e as c, H as d, f as x, L as u, M as f, g as D, N as v, q as g, P as C, h as b, R as F, U as T, t as P, a as h, S as R, i as E, u as A, j as V, b as L, d as M, T as S, a2 as y, v as B, $ as H, c as w, V as J, W as N, X as k, Y as z, x as G, w as I, a0 as O, o as j, Z as q, O as K, a1 as Q, y as U, n as W, z as X, p as Y, r as Z, E as _, G as $, I as aa, J as ea, s as ta, K as oa, _ as sa } from "./HashChangeListener-
|
|
1
|
+
import { A as t, Q as o, B as s, C as r, k as i, l as n, D as l, m as p, F as m, e as c, H as d, f as x, L as u, M as f, g as D, N as v, q as g, P as C, h as b, R as F, U as T, t as P, a as h, S as R, i as E, u as A, j as V, b as L, d as M, T as S, a2 as y, v as B, $ as H, c as w, V as J, W as N, X as k, Y as z, x as G, w as I, a0 as O, o as j, Z as q, O as K, a1 as Q, y as U, n as W, z as X, p as Y, r as Z, E as _, G as $, I as aa, J as ea, s as ta, K as oa, _ as sa } from "./HashChangeListener-kneRVdsH.js";
|
|
2
2
|
import { Hide as ia } from "./component/action/Hide.js";
|
|
3
3
|
import { VisuallyHide as la } from "./component/action/VisuallyHide.js";
|
|
4
4
|
import { coreDataProcessorComponents as ma } from "./component/dataProcessor/index.js";
|