@ea-lab/reactive-json 0.0.45 → 0.2.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-DKwwqc1W.js → HashChangeListener-BUdA_TgJ.js} +7103 -6896
- 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 +28 -27
- package/dist/component/reaction/addData.js +1 -1
- package/dist/component/reaction/fetchData.js +1 -1
- package/dist/component/reaction/index.js +11 -10
- 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 +4 -0
- package/dist/component/reaction/utility/index.js +4 -0
- 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 +2 -2
- 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 +69 -61
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import { A as t,
|
|
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, K 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, O as T, q as P, a as h, S as R, h as E, s as A, i as V, b as L, c as S, T as B, a0 as H, t as y, Z as M, Q as w, U as J, V as N, W as k, v as z, u as G, _ as I, m as O, X as j, J as q, $ as K, w as Q, n as U, x as W, p as X, r as Y, y as Z, z as _, E as $, G as ee, I as ae, Y as te } from "./HashChangeListener-BUdA_TgJ.js";
|
|
2
|
+
import { Hide as se } from "./component/action/Hide.js";
|
|
3
|
+
import { VisuallyHide as ie } from "./component/action/VisuallyHide.js";
|
|
4
|
+
import { PageControls as le } from "./component/element/special/PageControls.js";
|
|
5
|
+
import { u as pe } from "./usePagination-D5Fkvhsw.js";
|
|
6
|
+
import { triggerEvent as ue } from "./component/reaction/triggerEvent.js";
|
|
7
|
+
import { mergeComponentCollections as xe } from "./engine/ComponentCollector.js";
|
|
8
|
+
import { EventDispatcherContext as ve } from "./engine/EventDispatcherContext.js";
|
|
9
|
+
import { EventDispatcherProvider as be, addEventListener as ge, removeEventListener as Ce } from "./engine/EventDispatcherProvider.js";
|
|
10
|
+
import { GlobalDataContext as Te } from "./engine/GlobalDataContext.js";
|
|
11
|
+
import { GlobalDataContextProvider as he } from "./engine/GlobalDataContextProvider.js";
|
|
12
|
+
import { PaginationContext as Ee } from "./engine/PaginationContext.js";
|
|
13
|
+
import { PaginationProvider as Ve } from "./engine/PaginationProvider.js";
|
|
14
|
+
import { TemplateContext as Se } from "./engine/TemplateContext.js";
|
|
15
|
+
import { parseRjBuild as He } from "./engine/utility/parseRjBuild.js";
|
|
16
|
+
import { stringToBoolean as Me } from "./engine/utility/stringToBoolean.js";
|
|
15
17
|
export {
|
|
16
18
|
t as AccordionItem,
|
|
17
19
|
o as ActionDependant,
|
|
@@ -21,62 +23,68 @@ export {
|
|
|
21
23
|
n as DataFilter,
|
|
22
24
|
l as DateField,
|
|
23
25
|
m as DelayedActions,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
+
ve as EventDispatcherContext,
|
|
27
|
+
be as EventDispatcherProvider,
|
|
26
28
|
p as FolderSortableTree,
|
|
27
29
|
d as FormatNumeral,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
+
Te as GlobalDataContext,
|
|
31
|
+
he as GlobalDataContextProvider,
|
|
30
32
|
u as HashChangeListener,
|
|
31
|
-
|
|
33
|
+
se 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
|
+
le as PageControls,
|
|
40
|
+
Ee as PaginationContext,
|
|
41
|
+
Ve 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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
R as SelectField,
|
|
50
|
+
E as SortableTreeItemCollapseButton,
|
|
51
|
+
A as Switch,
|
|
52
|
+
V as Tabs,
|
|
53
|
+
Se as TemplateContext,
|
|
54
|
+
L as TextAreaField,
|
|
53
55
|
S as TextField,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
B as Tooltip,
|
|
57
|
+
H as View,
|
|
58
|
+
ie as VisuallyHide,
|
|
59
|
+
y as addData,
|
|
60
|
+
ge 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
|
-
|
|
74
|
-
W as
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
66
|
+
z as executeHttpRequest,
|
|
67
|
+
G as fetchData,
|
|
68
|
+
I as formatString,
|
|
69
|
+
O as getReactionFunctionsToExecute,
|
|
70
|
+
j as isTemplateValue,
|
|
71
|
+
q as isValid,
|
|
72
|
+
K as maybeFormatString,
|
|
73
|
+
xe as mergeComponentCollections,
|
|
74
|
+
Q as moveData,
|
|
75
|
+
U as normalizeAttributesForReactJsx,
|
|
76
|
+
He as parseRjBuild,
|
|
77
|
+
W as postMessage,
|
|
78
|
+
X as propsDataLocationToPathAndValue,
|
|
79
|
+
Y as reactionFunctions,
|
|
80
|
+
Z as redirectNow,
|
|
81
|
+
_ as removeData,
|
|
82
|
+
Ce as removeEventListener,
|
|
83
|
+
$ as setClipboardData,
|
|
84
|
+
ee as setData,
|
|
85
|
+
Me as stringToBoolean,
|
|
86
|
+
ae as submitData,
|
|
87
|
+
ue as triggerEvent,
|
|
88
|
+
te as useEvaluatedAttributes,
|
|
89
|
+
pe as usePagination
|
|
82
90
|
};
|