@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.
- package/README.md +0 -4
- package/dist/{HashChangeListener-DfQ_3Guk.js → HashChangeListener-Bt_Ofw5x.js} +6062 -5927
- 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/element/form/CheckBoxField.js +1 -1
- package/dist/component/element/form/DateField.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 +11 -0
- 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/engine/Actions.js +1 -1
- package/dist/engine/ReactiveJsonRoot.js +9 -1123
- package/dist/engine/TemplateSystem.js +1 -1
- package/dist/engine/View.js +2 -2
- package/dist/engine/index.js +28 -29
- package/dist/engine/utility/formatString.js +1 -1
- package/dist/engine/utility/parseRjBuild.js +994 -0
- package/dist/main.js +65 -66
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "./GlobalDataContext.js";
|
|
3
3
|
import "./TemplateContext.js";
|
|
4
|
-
import {
|
|
4
|
+
import { K as u, _ as o, N as i, O as m, Q as p, U as r, V as v } from "../HashChangeListener-Bt_Ofw5x.js";
|
|
5
5
|
export {
|
|
6
6
|
u as dataLocationToPath,
|
|
7
7
|
o as default,
|
package/dist/engine/View.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
3
|
+
import { W as f } from "../HashChangeListener-Bt_Ofw5x.js";
|
|
4
4
|
import "../NumberField-BCFUb50M.js";
|
|
5
5
|
import "../component/element/special/PageControls.js";
|
|
6
6
|
import "./GlobalDataContext.js";
|
|
7
7
|
import "./TemplateContext.js";
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
f as View
|
|
10
10
|
};
|
package/dist/engine/index.js
CHANGED
|
@@ -1,32 +1,31 @@
|
|
|
1
|
-
import { I as
|
|
2
|
-
import { mergeComponentCollections as
|
|
3
|
-
import { EventDispatcherContext as
|
|
4
|
-
import { EventDispatcherProvider as
|
|
5
|
-
import { GlobalDataContext as
|
|
6
|
-
import { GlobalDataContextProvider as
|
|
7
|
-
import { PaginationContext as
|
|
8
|
-
import { PaginationProvider as
|
|
9
|
-
import {
|
|
10
|
-
import { TemplateContext as R } from "./TemplateContext.js";
|
|
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-Bt_Ofw5x.js";
|
|
2
|
+
import { mergeComponentCollections as u } from "./ComponentCollector.js";
|
|
3
|
+
import { EventDispatcherContext as f } from "./EventDispatcherContext.js";
|
|
4
|
+
import { EventDispatcherProvider as c, addEventListener as P, removeEventListener as V } from "./EventDispatcherProvider.js";
|
|
5
|
+
import { GlobalDataContext as E } from "./GlobalDataContext.js";
|
|
6
|
+
import { GlobalDataContextProvider as b } from "./GlobalDataContextProvider.js";
|
|
7
|
+
import { PaginationContext as h } from "./PaginationContext.js";
|
|
8
|
+
import { PaginationProvider as G } from "./PaginationProvider.js";
|
|
9
|
+
import { TemplateContext as J } from "./TemplateContext.js";
|
|
11
10
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
11
|
+
a as ActionDependant,
|
|
12
|
+
f as EventDispatcherContext,
|
|
13
|
+
c as EventDispatcherProvider,
|
|
14
|
+
E as GlobalDataContext,
|
|
15
|
+
b as GlobalDataContextProvider,
|
|
16
|
+
h as PaginationContext,
|
|
17
|
+
G as PaginationProvider,
|
|
18
|
+
o as ReactiveJsonRoot,
|
|
19
|
+
J as TemplateContext,
|
|
20
|
+
r as View,
|
|
21
|
+
P as addEventListener,
|
|
22
|
+
n as dataLocationToPath,
|
|
23
|
+
i as evaluateAttributes,
|
|
24
|
+
s as evaluateTemplateValue,
|
|
26
25
|
l as evaluateTemplateValueCollection,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
p as isTemplateValue,
|
|
27
|
+
m as isValid,
|
|
28
|
+
u as mergeComponentCollections,
|
|
29
|
+
V as removeEventListener,
|
|
30
|
+
x as useEvaluatedAttributes
|
|
32
31
|
};
|