@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
package/dist/main.js
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { A as t, I as o, B as s, C as r, j as i, k as n, D as l, l as m, F as p, d, H as
|
|
2
|
-
import { Hide as
|
|
3
|
-
import { VisuallyHide as
|
|
4
|
-
import { N as
|
|
5
|
-
import { PageControls as
|
|
6
|
-
import { u as
|
|
7
|
-
import { triggerEvent as
|
|
8
|
-
import { mergeComponentCollections as
|
|
9
|
-
import { EventDispatcherContext as
|
|
10
|
-
import { EventDispatcherProvider as
|
|
11
|
-
import { GlobalDataContext as
|
|
12
|
-
import { GlobalDataContextProvider as
|
|
13
|
-
import { PaginationContext as
|
|
14
|
-
import { PaginationProvider as
|
|
15
|
-
import {
|
|
16
|
-
import { TemplateContext as Ve } from "./engine/TemplateContext.js";
|
|
1
|
+
import { A as t, I as o, B as s, C as r, j as i, k as n, D as l, l as m, F as p, d, H as u, e as x, L as c, M as v, f, o as D, P as C, g as F, R as T, J as b, a as P, S as g, h, q as E, i as A, b as V, c as L, T as R, W as H, s as M, K as N, N as S, O as w, Q as B, t as k, m as y, U as G, G as I, u as J, n as z, v as O, p as j, r as q, w as K, x as Q, y as U, z as W, E as X, V as Y } from "./HashChangeListener-Bt_Ofw5x.js";
|
|
2
|
+
import { Hide as _ } from "./component/action/Hide.js";
|
|
3
|
+
import { VisuallyHide as aa } from "./component/action/VisuallyHide.js";
|
|
4
|
+
import { N as ta } from "./NumberField-BCFUb50M.js";
|
|
5
|
+
import { PageControls as sa } from "./component/element/special/PageControls.js";
|
|
6
|
+
import { u as ia } from "./usePagination-B0yFkBzE.js";
|
|
7
|
+
import { triggerEvent as la } from "./component/reaction/triggerEvent.js";
|
|
8
|
+
import { mergeComponentCollections as pa } from "./engine/ComponentCollector.js";
|
|
9
|
+
import { EventDispatcherContext as ua } from "./engine/EventDispatcherContext.js";
|
|
10
|
+
import { EventDispatcherProvider as ca, addEventListener as va, removeEventListener as fa } from "./engine/EventDispatcherProvider.js";
|
|
11
|
+
import { GlobalDataContext as Ca } from "./engine/GlobalDataContext.js";
|
|
12
|
+
import { GlobalDataContextProvider as Ta } from "./engine/GlobalDataContextProvider.js";
|
|
13
|
+
import { PaginationContext as Pa } from "./engine/PaginationContext.js";
|
|
14
|
+
import { PaginationProvider as ha } from "./engine/PaginationProvider.js";
|
|
15
|
+
import { TemplateContext as Aa } from "./engine/TemplateContext.js";
|
|
17
16
|
export {
|
|
18
17
|
t as AccordionItem,
|
|
19
18
|
o as ActionDependant,
|
|
@@ -23,61 +22,61 @@ export {
|
|
|
23
22
|
n as DataFilter,
|
|
24
23
|
l as DateField,
|
|
25
24
|
m as DelayedActions,
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
ua as EventDispatcherContext,
|
|
26
|
+
ca as EventDispatcherProvider,
|
|
28
27
|
p as FolderSortableTree,
|
|
29
28
|
d as FormatNumeral,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
Ca as GlobalDataContext,
|
|
30
|
+
Ta as GlobalDataContextProvider,
|
|
31
|
+
u as HashChangeListener,
|
|
32
|
+
_ as Hide,
|
|
33
|
+
x as Html,
|
|
35
34
|
c as LabelFromValue,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
35
|
+
v as MessageListener,
|
|
36
|
+
f as Modal,
|
|
37
|
+
ta as NumberField,
|
|
38
|
+
sa as PageControls,
|
|
39
|
+
Pa as PaginationContext,
|
|
40
|
+
ha as PaginationProvider,
|
|
42
41
|
D as Phantom,
|
|
43
42
|
C as Popover,
|
|
44
43
|
F as PreformattedMarkup,
|
|
45
44
|
T as ReactOnEvent,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
45
|
+
b as ReactiveJsonRoot,
|
|
46
|
+
P as Redirect,
|
|
47
|
+
g as SelectField,
|
|
48
|
+
h as SortableTreeItemCollapseButton,
|
|
49
|
+
E as Switch,
|
|
50
|
+
A as Tabs,
|
|
51
|
+
Aa as TemplateContext,
|
|
52
|
+
V as TextAreaField,
|
|
53
|
+
L as TextField,
|
|
54
|
+
R as Tooltip,
|
|
55
|
+
H as View,
|
|
56
|
+
aa as VisuallyHide,
|
|
57
|
+
M as addData,
|
|
58
|
+
va as addEventListener,
|
|
59
|
+
N as dataLocationToPath,
|
|
60
|
+
S as evaluateAttributes,
|
|
61
|
+
w as evaluateTemplateValue,
|
|
62
|
+
B as evaluateTemplateValueCollection,
|
|
63
|
+
k as fetchData,
|
|
64
|
+
y as getReactionFunctionsToExecute,
|
|
65
|
+
G as isTemplateValue,
|
|
66
|
+
I as isValid,
|
|
67
|
+
pa as mergeComponentCollections,
|
|
68
|
+
J as moveData,
|
|
69
|
+
z as normalizeAttributesForReactJsx,
|
|
70
|
+
O as postMessage,
|
|
71
|
+
j as propsDataLocationToPathAndValue,
|
|
72
|
+
q as reactionFunctions,
|
|
73
|
+
K as redirectNow,
|
|
74
|
+
Q as removeData,
|
|
75
|
+
fa as removeEventListener,
|
|
76
|
+
U as setClipboardData,
|
|
77
|
+
W as setData,
|
|
78
|
+
X as submitData,
|
|
79
|
+
la as triggerEvent,
|
|
80
|
+
Y as useEvaluatedAttributes,
|
|
81
|
+
ia as usePagination
|
|
83
82
|
};
|