@ea-lab/reactive-json 0.0.44 → 0.1.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/README.md +13 -13
- package/dist/{HashChangeListener-Dq63_A9T.js → HashChangeListener-s89vy35C.js} +7797 -7611
- 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/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 +7 -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 +3 -2
- 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 +1 -1
- package/dist/engine/TemplateSystem.js +1 -1
- package/dist/engine/View.js +1 -1
- package/dist/engine/index.js +28 -21
- package/dist/engine/utility/analyzeDataOverrideReferences.js +4 -0
- package/dist/engine/utility/formatString.js +1 -1
- package/dist/engine/utility/index.js +10 -0
- package/dist/main.js +67 -60
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import { A as t, J 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 c, L as x, M as
|
|
2
|
-
import { Hide as
|
|
3
|
-
import { VisuallyHide as
|
|
4
|
-
import { PageControls as
|
|
5
|
-
import { u as
|
|
6
|
-
import { triggerEvent as
|
|
7
|
-
import { mergeComponentCollections as
|
|
8
|
-
import { EventDispatcherContext as
|
|
9
|
-
import { EventDispatcherProvider as
|
|
10
|
-
import { GlobalDataContext as
|
|
11
|
-
import { GlobalDataContextProvider as
|
|
12
|
-
import { PaginationContext as
|
|
13
|
-
import { PaginationProvider as
|
|
14
|
-
import { TemplateContext as
|
|
1
|
+
import { A as t, J 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 c, L as x, M as f, f as v, N as D, o as b, P as g, g as C, R as F, K as T, q as P, a as h, S as E, h as R, s as A, i as V, b as L, c as S, T as B, $ as y, t as H, Y as M, O as w, Q as J, U as N, V as k, u as z, Z as G, m as I, W as O, I as j, _ as q, v as K, n as Q, w as U, p as W, r as X, x as Y, y as Z, z as _, E as $, G as aa, X as ea } from "./HashChangeListener-s89vy35C.js";
|
|
2
|
+
import { Hide as oa } from "./component/action/Hide.js";
|
|
3
|
+
import { VisuallyHide as ra } from "./component/action/VisuallyHide.js";
|
|
4
|
+
import { PageControls as na } from "./component/element/special/PageControls.js";
|
|
5
|
+
import { u as ma } from "./usePagination-D5Fkvhsw.js";
|
|
6
|
+
import { triggerEvent as da } from "./component/reaction/triggerEvent.js";
|
|
7
|
+
import { mergeComponentCollections as ca } from "./engine/ComponentCollector.js";
|
|
8
|
+
import { EventDispatcherContext as fa } from "./engine/EventDispatcherContext.js";
|
|
9
|
+
import { EventDispatcherProvider as Da, addEventListener as ba, removeEventListener as ga } from "./engine/EventDispatcherProvider.js";
|
|
10
|
+
import { GlobalDataContext as Fa } from "./engine/GlobalDataContext.js";
|
|
11
|
+
import { GlobalDataContextProvider as Pa } from "./engine/GlobalDataContextProvider.js";
|
|
12
|
+
import { PaginationContext as Ea } from "./engine/PaginationContext.js";
|
|
13
|
+
import { PaginationProvider as Aa } from "./engine/PaginationProvider.js";
|
|
14
|
+
import { TemplateContext as La } from "./engine/TemplateContext.js";
|
|
15
|
+
import { parseRjBuild as Ba } from "./engine/utility/parseRjBuild.js";
|
|
16
|
+
import { stringToBoolean as Ha } from "./engine/utility/stringToBoolean.js";
|
|
15
17
|
export {
|
|
16
18
|
t as AccordionItem,
|
|
17
19
|
o as ActionDependant,
|
|
@@ -21,62 +23,67 @@ export {
|
|
|
21
23
|
n as DataFilter,
|
|
22
24
|
l as DateField,
|
|
23
25
|
m as DelayedActions,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
+
fa as EventDispatcherContext,
|
|
27
|
+
Da as EventDispatcherProvider,
|
|
26
28
|
p as FolderSortableTree,
|
|
27
29
|
d as FormatNumeral,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
+
Fa as GlobalDataContext,
|
|
31
|
+
Pa as GlobalDataContextProvider,
|
|
30
32
|
u as HashChangeListener,
|
|
31
|
-
|
|
33
|
+
oa as Hide,
|
|
32
34
|
c as Html,
|
|
33
35
|
x as LabelFromValue,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
+
f as MessageListener,
|
|
37
|
+
v as Modal,
|
|
36
38
|
D as NumberField,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
39
|
+
na as PageControls,
|
|
40
|
+
Ea as PaginationContext,
|
|
41
|
+
Aa as PaginationProvider,
|
|
42
|
+
b as Phantom,
|
|
43
|
+
g as Popover,
|
|
44
|
+
C as PreformattedMarkup,
|
|
45
|
+
F as ReactOnEvent,
|
|
46
|
+
T as ReactiveJsonRoot,
|
|
47
|
+
P as ReactiveJsonSubroot,
|
|
46
48
|
h as Redirect,
|
|
47
49
|
E as SelectField,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
R as SortableTreeItemCollapseButton,
|
|
51
|
+
A as Switch,
|
|
52
|
+
V as Tabs,
|
|
53
|
+
La as TemplateContext,
|
|
54
|
+
L as TextAreaField,
|
|
53
55
|
S as TextField,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
B as Tooltip,
|
|
57
|
+
y as View,
|
|
58
|
+
ra as VisuallyHide,
|
|
59
|
+
H as addData,
|
|
60
|
+
ba as addEventListener,
|
|
61
|
+
M as analyzeDataOverrideReferences,
|
|
62
|
+
w as dataLocationToPath,
|
|
60
63
|
J as evaluateAttributes,
|
|
61
64
|
N as evaluateTemplateValue,
|
|
62
65
|
k as evaluateTemplateValueCollection,
|
|
63
|
-
|
|
64
|
-
G as
|
|
65
|
-
I as
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
U as
|
|
74
|
-
W as
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
66
|
+
z as fetchData,
|
|
67
|
+
G as formatString,
|
|
68
|
+
I as getReactionFunctionsToExecute,
|
|
69
|
+
O as isTemplateValue,
|
|
70
|
+
j as isValid,
|
|
71
|
+
q as maybeFormatString,
|
|
72
|
+
ca as mergeComponentCollections,
|
|
73
|
+
K as moveData,
|
|
74
|
+
Q as normalizeAttributesForReactJsx,
|
|
75
|
+
Ba as parseRjBuild,
|
|
76
|
+
U as postMessage,
|
|
77
|
+
W as propsDataLocationToPathAndValue,
|
|
78
|
+
X as reactionFunctions,
|
|
79
|
+
Y as redirectNow,
|
|
80
|
+
Z as removeData,
|
|
81
|
+
ga as removeEventListener,
|
|
82
|
+
_ as setClipboardData,
|
|
83
|
+
$ as setData,
|
|
84
|
+
Ha as stringToBoolean,
|
|
85
|
+
aa as submitData,
|
|
86
|
+
da as triggerEvent,
|
|
87
|
+
ea as useEvaluatedAttributes,
|
|
88
|
+
ma as usePagination
|
|
82
89
|
};
|