@ea-lab/reactive-json 0.6.0 → 0.7.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-CZjn9YZy.js → HashChangeListener-D6HwdXBJ.js} +7618 -7642
- package/dist/{VariablesDebug-DgS3E2aX.js → VariablesDebug-pv5GGWel.js} +27 -70
- package/dist/component/action/HashChangeListener.js +1 -1
- package/dist/component/action/MessageListener.js +2 -2
- 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/SetAttributeValue.js +1 -1
- package/dist/component/action/ToggleAttributeValue.js +1 -1
- package/dist/component/action/Tooltip.js +1 -1
- package/dist/component/action/UnsetAttribute.js +1 -1
- package/dist/component/action/UnsetAttributeValue.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/debug/VariablesDebug/VariablesDebug.js +2 -2
- package/dist/component/element/debug/VariablesDebug/utils.js +1 -3
- package/dist/component/element/debug/index.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 +2 -2
- 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 +4 -4
- package/dist/component/element/html/FormatNumeral.js +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/component/element/special/BootstrapElement.js +1 -1
- package/dist/component/element/special/Count.js +2 -2
- 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 +2 -2
- package/dist/component/element/special/Switch.js +1 -1
- package/dist/component/element/special/index.js +1 -1
- package/dist/component/index.js +2 -2
- 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 +2 -2
- package/dist/engine/ReactiveJsonRoot.js +2 -2
- package/dist/engine/TemplateSystem.js +1 -1
- package/dist/engine/View.js +3 -3
- 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 +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as m } from "../../../HashChangeListener-
|
|
1
|
+
import { E as m } from "../../../HashChangeListener-D6HwdXBJ.js";
|
|
2
2
|
import "../../../engine/utility/alterData.js";
|
|
3
3
|
import "../../../engine/utility/dataMappingSystem.js";
|
|
4
4
|
import "../../../js-yaml-Bw0KO4XO.js";
|
package/dist/engine/Actions.js
CHANGED
|
@@ -2,11 +2,11 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "./GlobalDataContext.js";
|
|
4
4
|
import "./TemplateContext.js";
|
|
5
|
-
import { X as d, W as c } from "../HashChangeListener-
|
|
5
|
+
import { X as d, W as c } from "../HashChangeListener-D6HwdXBJ.js";
|
|
6
6
|
import "../component/action/Hide.js";
|
|
7
7
|
import "../component/action/VisuallyHide.js";
|
|
8
8
|
import "../lodash-CYNxjS-I.js";
|
|
9
|
-
import "../VariablesDebug-
|
|
9
|
+
import "../VariablesDebug-pv5GGWel.js";
|
|
10
10
|
export {
|
|
11
11
|
d as ActionDependant,
|
|
12
12
|
c as isValid
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { Y as J } from "../HashChangeListener-
|
|
2
|
+
import { Y as J } from "../HashChangeListener-D6HwdXBJ.js";
|
|
3
3
|
import "./ComponentCollector.js";
|
|
4
4
|
import "./EventDispatcherProvider.js";
|
|
5
5
|
import "./GlobalDataContextProvider.js";
|
|
@@ -11,7 +11,7 @@ import "./utility/parseRjBuild.js";
|
|
|
11
11
|
import "./utility/stringToBoolean.js";
|
|
12
12
|
import "../lodash-CYNxjS-I.js";
|
|
13
13
|
import "react";
|
|
14
|
-
import "../VariablesDebug-
|
|
14
|
+
import "../VariablesDebug-pv5GGWel.js";
|
|
15
15
|
export {
|
|
16
16
|
J as ReactiveJsonRoot
|
|
17
17
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "./GlobalDataContext.js";
|
|
3
3
|
import "./TemplateContext.js";
|
|
4
|
-
import { Z as u, a8 as o, _ as i, $ as m, a0 as p, a1 as r, a2 as v } from "../HashChangeListener-
|
|
4
|
+
import { Z as u, a8 as o, _ as i, $ as m, a0 as p, a1 as r, a2 as v } from "../HashChangeListener-D6HwdXBJ.js";
|
|
5
5
|
export {
|
|
6
6
|
u as dataLocationToPath,
|
|
7
7
|
o as default,
|
package/dist/engine/View.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
+
import "./EventDispatcherContext.js";
|
|
3
4
|
import "./GlobalDataContext.js";
|
|
4
5
|
import "./TemplateContext.js";
|
|
5
|
-
import { a6 as x } from "../HashChangeListener-
|
|
6
|
+
import { a6 as x } from "../HashChangeListener-D6HwdXBJ.js";
|
|
6
7
|
import "../lodash-CYNxjS-I.js";
|
|
7
8
|
import "../js-yaml-Bw0KO4XO.js";
|
|
8
|
-
import "
|
|
9
|
-
import "../VariablesDebug-DgS3E2aX.js";
|
|
9
|
+
import "../VariablesDebug-pv5GGWel.js";
|
|
10
10
|
import "../component/element/special/PageControls.js";
|
|
11
11
|
export {
|
|
12
12
|
x as View
|
package/dist/engine/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { X as t, Y as o, a6 as r, a3 as n, Z as i, _ as s, $ as p, a0 as l, a4 as m, a1 as x, W as f, a5 as v, a2 as d } from "../HashChangeListener-
|
|
1
|
+
import { X as t, Y as o, a6 as r, a3 as n, Z as i, _ as s, $ as p, a0 as l, a4 as m, a1 as x, W as f, a5 as v, a2 as d } from "../HashChangeListener-D6HwdXBJ.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 b } from "./EventDispatcherProvider.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { alterData as e } from "./alterData.js";
|
|
2
|
-
import { a3 as t, a4 as p, a5 as m } from "../../HashChangeListener-
|
|
2
|
+
import { a3 as t, a4 as p, a5 as m } from "../../HashChangeListener-D6HwdXBJ.js";
|
|
3
3
|
import { applyDataMapping as n } from "./dataMappingSystem.js";
|
|
4
4
|
import { parseRjBuild as s } from "./parseRjBuild.js";
|
|
5
5
|
import { stringToBoolean as x } from "./stringToBoolean.js";
|
package/dist/main.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { A as t, X as o, B as s, C as r, o as i, q as n, D as l, t as p, F as m, h as u, H as x, i as c, L as d, M as f, j as D, N as b, v as g, P as v, k as C, R as T, Y as F, w as P, a as V, e as A, S as h, l as R, x as E, m as S, f as L, g as M, T as y, b as B, U as H, c as w, a6 as J, y as N, a3 as k, d as z, Z as G, _ as I, $ as O, a0 as U, E as j, z as q, a4 as K, u as Q, a1 as W, W as X, a5 as Y, G as Z, n as _, I as $, p as aa, r as ea, J as ta, K as oa, O as sa, Q as ra, s as ia, V as na, a2 as la } from "./HashChangeListener-
|
|
1
|
+
import { A as t, X as o, B as s, C as r, o as i, q as n, D as l, t as p, F as m, h as u, H as x, i as c, L as d, M as f, j as D, N as b, v as g, P as v, k as C, R as T, Y as F, w as P, a as V, e as A, S as h, l as R, x as E, m as S, f as L, g as M, T as y, b as B, U as H, c as w, a6 as J, y as N, a3 as k, d as z, Z as G, _ as I, $ as O, a0 as U, E as j, z as q, a4 as K, u as Q, a1 as W, W as X, a5 as Y, G as Z, n as _, I as $, p as aa, r as ea, J as ta, K as oa, O as sa, Q as ra, s as ia, V as na, a2 as la } from "./HashChangeListener-D6HwdXBJ.js";
|
|
2
2
|
import { Hide as ma } from "./component/action/Hide.js";
|
|
3
3
|
import { VisuallyHide as xa } from "./component/action/VisuallyHide.js";
|
|
4
4
|
import { coreDataProcessorComponents as da } from "./component/dataProcessor/index.js";
|
|
5
|
-
import { V as Da } from "./VariablesDebug-
|
|
5
|
+
import { V as Da } from "./VariablesDebug-pv5GGWel.js";
|
|
6
6
|
import { PageControls as ga } from "./component/element/special/PageControls.js";
|
|
7
7
|
import { u as Ca } from "./usePagination-Bb6lefHG.js";
|
|
8
8
|
import { triggerEvent as Fa } from "./component/reaction/triggerEvent.js";
|