@ea-lab/reactive-json 0.0.23 → 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/{View-BVKFBUCJ.js → HashChangeListener-Bt_Ofw5x.js} +11110 -10973
- 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 +14 -0
- 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 +2 -2
- package/dist/component/element/form/index.js +11 -0
- 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 +3 -3
- 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 +13 -0
- package/dist/component/element/index.js +30 -0
- 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 +2 -2
- package/dist/component/element/special/index.js +12 -0
- package/dist/component/hook/index.js +4 -0
- package/dist/component/hook/usePagination.js +1 -1
- package/dist/component/index.js +54 -1
- package/dist/component/reaction/addData.js +1 -1
- package/dist/component/reaction/fetchData.js +2 -2
- package/dist/component/reaction/index.js +14 -0
- package/dist/component/reaction/moveData.js +2 -2
- 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 +2 -2
- package/dist/component/reaction/setData.js +2 -2
- 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 +3 -3
- package/dist/engine/View.js +2 -2
- package/dist/engine/index.js +31 -0
- package/dist/engine/utility/formatString.js +1 -1
- package/dist/engine/utility/parseRjBuild.js +994 -0
- package/dist/main.js +82 -1
- package/dist/{usePagination-BW6C-P1X.js → usePagination-B0yFkBzE.js} +3 -3
- package/package.json +1 -1
- package/dist/component/index.d.ts +0 -1
- package/dist/engine/Types.d.ts +0 -19
- package/dist/engine/Types.js +0 -1
- package/dist/main.d.ts +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { H as a } from "../../
|
|
3
|
+
import { H as a } from "../../HashChangeListener-Bt_Ofw5x.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 "../../
|
|
3
|
+
import { M as s } from "../../HashChangeListener-Bt_Ofw5x.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,
|
|
5
|
+
import { R as a, r as e } from "../../HashChangeListener-Bt_Ofw5x.js";
|
|
6
6
|
import "../reaction/triggerEvent.js";
|
|
7
7
|
export {
|
|
8
8
|
a as ReactOnEvent,
|
|
@@ -0,0 +1,14 @@
|
|
|
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-Bt_Ofw5x.js";
|
|
2
|
+
import { Hide as H } from "./Hide.js";
|
|
3
|
+
import { VisuallyHide as f } from "./VisuallyHide.js";
|
|
4
|
+
export {
|
|
5
|
+
s as HashChangeListener,
|
|
6
|
+
H as Hide,
|
|
7
|
+
o as MessageListener,
|
|
8
|
+
r as Popover,
|
|
9
|
+
t as ReactOnEvent,
|
|
10
|
+
i as Redirect,
|
|
11
|
+
n as Tooltip,
|
|
12
|
+
f as VisuallyHide,
|
|
13
|
+
p as reactionFunctions
|
|
14
|
+
};
|
|
@@ -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 "../../../
|
|
4
|
+
import { C as x } from "../../../HashChangeListener-Bt_Ofw5x.js";
|
|
5
5
|
import "../../../engine/GlobalDataContext.js";
|
|
6
6
|
import "../../../engine/TemplateContext.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 {
|
|
4
|
+
import { b as a } from "../../../HashChangeListener-Bt_Ofw5x.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 {
|
|
4
|
+
import { c as x } from "../../../HashChangeListener-Bt_Ofw5x.js";
|
|
5
5
|
import "../../../engine/TemplateContext.js";
|
|
6
6
|
import "../../../NumberField-BCFUb50M.js";
|
|
7
7
|
export {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { C as o, D as t, S as l, b as s, c as d, p as i } from "../../../HashChangeListener-Bt_Ofw5x.js";
|
|
2
|
+
import { N as F } from "../../../NumberField-BCFUb50M.js";
|
|
3
|
+
export {
|
|
4
|
+
o as CheckBoxField,
|
|
5
|
+
t as DateField,
|
|
6
|
+
F as NumberField,
|
|
7
|
+
l as SelectField,
|
|
8
|
+
s as TextAreaField,
|
|
9
|
+
d as TextField,
|
|
10
|
+
i as propsDataLocationToPathAndValue
|
|
11
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { e as p, n as a } from "../../../HashChangeListener-Bt_Ofw5x.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../engine/GlobalDataContext.js";
|
|
5
5
|
import "../../../engine/TemplateContext.js";
|
|
6
6
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
p as Html,
|
|
8
|
+
a as normalizeAttributesForReactJsx
|
|
9
9
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../engine/GlobalDataContext.js";
|
|
3
3
|
import "../../../engine/TemplateContext.js";
|
|
4
|
-
import {
|
|
4
|
+
import { f as a } from "../../../HashChangeListener-Bt_Ofw5x.js";
|
|
5
5
|
import "react";
|
|
6
6
|
export {
|
|
7
7
|
a as Modal
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
3
|
+
import { i as a } from "../../../HashChangeListener-Bt_Ofw5x.js";
|
|
4
4
|
import "../../../engine/GlobalDataContext.js";
|
|
5
5
|
import "../../../engine/TemplateContext.js";
|
|
6
6
|
export {
|
|
@@ -0,0 +1,13 @@
|
|
|
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-Bt_Ofw5x.js";
|
|
2
|
+
export {
|
|
3
|
+
r as AccordionItem,
|
|
4
|
+
o as FolderSortableTree,
|
|
5
|
+
t as FormatNumeral,
|
|
6
|
+
s as Html,
|
|
7
|
+
l as LabelFromValue,
|
|
8
|
+
m as Modal,
|
|
9
|
+
b as PreformattedMarkup,
|
|
10
|
+
d as SortableTreeItemCollapseButton,
|
|
11
|
+
u as Tabs,
|
|
12
|
+
F as normalizeAttributesForReactJsx
|
|
13
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
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-Bt_Ofw5x.js";
|
|
2
|
+
import { N as g } from "../../NumberField-BCFUb50M.js";
|
|
3
|
+
import { PageControls as L } from "./special/PageControls.js";
|
|
4
|
+
export {
|
|
5
|
+
t as AccordionItem,
|
|
6
|
+
o as BootstrapElement,
|
|
7
|
+
s as CheckBoxField,
|
|
8
|
+
r as Count,
|
|
9
|
+
l as DataFilter,
|
|
10
|
+
i as DateField,
|
|
11
|
+
m as DelayedActions,
|
|
12
|
+
n as FolderSortableTree,
|
|
13
|
+
d as FormatNumeral,
|
|
14
|
+
F as Html,
|
|
15
|
+
c as LabelFromValue,
|
|
16
|
+
u as Modal,
|
|
17
|
+
g as NumberField,
|
|
18
|
+
L as PageControls,
|
|
19
|
+
p as Phantom,
|
|
20
|
+
x as PreformattedMarkup,
|
|
21
|
+
b as SelectField,
|
|
22
|
+
T as SortableTreeItemCollapseButton,
|
|
23
|
+
A as Switch,
|
|
24
|
+
f as Tabs,
|
|
25
|
+
h as TextAreaField,
|
|
26
|
+
C as TextField,
|
|
27
|
+
D as getReactionFunctionsToExecute,
|
|
28
|
+
S as normalizeAttributesForReactJsx,
|
|
29
|
+
B as propsDataLocationToPathAndValue
|
|
30
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
3
|
+
import { k as a } from "../../../HashChangeListener-Bt_Ofw5x.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 {
|
|
2
|
+
import { l as p, m as a } from "../../../HashChangeListener-Bt_Ofw5x.js";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
4
|
import "../../../engine/TemplateContext.js";
|
|
5
5
|
import "react";
|
|
@@ -0,0 +1,11 @@
|
|
|
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-Bt_Ofw5x.js";
|
|
6
|
+
import "../../../engine/EventDispatcherContext.js";
|
|
7
|
+
import "../../../engine/PaginationContext.js";
|
|
8
|
+
import "../../../engine/EventDispatcherProvider.js";
|
|
9
|
+
export {
|
|
10
|
+
b as ReactiveJsonSubroot
|
|
11
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
3
|
+
import { q as e } from "../../../HashChangeListener-Bt_Ofw5x.js";
|
|
4
4
|
import "../../../engine/GlobalDataContext.js";
|
|
5
5
|
import "../../../engine/PaginationContext.js";
|
|
6
6
|
import "../../../engine/TemplateContext.js";
|
|
7
|
-
import "../../../usePagination-
|
|
7
|
+
import "../../../usePagination-B0yFkBzE.js";
|
|
8
8
|
export {
|
|
9
9
|
e as Switch
|
|
10
10
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
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-Bt_Ofw5x.js";
|
|
2
|
+
import { PageControls as m } from "./PageControls.js";
|
|
3
|
+
export {
|
|
4
|
+
a as BootstrapElement,
|
|
5
|
+
e as Count,
|
|
6
|
+
s as DataFilter,
|
|
7
|
+
n as DelayedActions,
|
|
8
|
+
m as PageControls,
|
|
9
|
+
r as Phantom,
|
|
10
|
+
c as Switch,
|
|
11
|
+
i as getReactionFunctionsToExecute
|
|
12
|
+
};
|
package/dist/component/index.js
CHANGED
|
@@ -1 +1,54 @@
|
|
|
1
|
-
|
|
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-Bt_Ofw5x.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";
|
|
8
|
+
export {
|
|
9
|
+
t as AccordionItem,
|
|
10
|
+
s as BootstrapElement,
|
|
11
|
+
o as CheckBoxField,
|
|
12
|
+
r as Count,
|
|
13
|
+
i as DataFilter,
|
|
14
|
+
l as DateField,
|
|
15
|
+
n as DelayedActions,
|
|
16
|
+
m as FolderSortableTree,
|
|
17
|
+
d as FormatNumeral,
|
|
18
|
+
c as HashChangeListener,
|
|
19
|
+
J as Hide,
|
|
20
|
+
p as Html,
|
|
21
|
+
u as LabelFromValue,
|
|
22
|
+
F as MessageListener,
|
|
23
|
+
x as Modal,
|
|
24
|
+
Q as NumberField,
|
|
25
|
+
W as PageControls,
|
|
26
|
+
D as Phantom,
|
|
27
|
+
f as Popover,
|
|
28
|
+
b as PreformattedMarkup,
|
|
29
|
+
g as ReactOnEvent,
|
|
30
|
+
T as Redirect,
|
|
31
|
+
h as SelectField,
|
|
32
|
+
C as SortableTreeItemCollapseButton,
|
|
33
|
+
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,
|
|
51
|
+
j as submitData,
|
|
52
|
+
_ as triggerEvent,
|
|
53
|
+
Y as usePagination
|
|
54
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
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-Bt_Ofw5x.js";
|
|
2
|
+
import { triggerEvent as f } from "./triggerEvent.js";
|
|
3
|
+
export {
|
|
4
|
+
s as addData,
|
|
5
|
+
e as fetchData,
|
|
6
|
+
r as moveData,
|
|
7
|
+
o as postMessage,
|
|
8
|
+
D as redirectNow,
|
|
9
|
+
m as removeData,
|
|
10
|
+
d as setClipboardData,
|
|
11
|
+
i as setData,
|
|
12
|
+
p as submitData,
|
|
13
|
+
f as triggerEvent
|
|
14
|
+
};
|
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 {
|
|
5
|
+
import { I as n, G as s } from "../HashChangeListener-Bt_Ofw5x.js";
|
|
6
6
|
import "../component/action/Hide.js";
|
|
7
7
|
import "../component/action/VisuallyHide.js";
|
|
8
8
|
export {
|