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