@ea-lab/reactive-json 0.0.31 → 0.0.32
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-BjFVN2Z9.js +21283 -0
- 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 +2 -3
- package/dist/component/element/form/DateField.js +2 -3
- package/dist/component/element/form/NumberField.js +3 -2
- package/dist/component/element/form/SelectField.js +2 -3
- package/dist/component/element/form/TextAreaField.js +2 -3
- package/dist/component/element/form/TextField.js +2 -3
- package/dist/component/element/form/formElementsCommon.js +1 -1
- package/dist/component/element/form/index.js +8 -9
- 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 +17 -18
- 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 +1 -1
- package/dist/component/element/special/Switch.js +2 -2
- package/dist/component/element/special/index.js +1 -1
- package/dist/component/hook/index.js +1 -1
- package/dist/component/hook/usePagination.js +1 -1
- package/dist/component/index.js +40 -41
- 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 +2 -3
- package/dist/engine/index.js +1 -1
- package/dist/engine/utility/formatString.js +1 -1
- package/dist/main.js +65 -66
- package/dist/usePagination-D5Fkvhsw.js +358 -0
- package/package.json +1 -1
- package/dist/HashChangeListener-DQyOQdFl.js +0 -20151
- package/dist/NumberField-BCFUb50M.js +0 -1129
- package/dist/ThemeProvider-BTKQI5kV.js +0 -88
- package/dist/usePagination-B0yFkBzE.js +0 -276
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { H as a } from "../../HashChangeListener-
|
|
3
|
+
import { H as a } from "../../HashChangeListener-BjFVN2Z9.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 "../../HashChangeListener-
|
|
3
|
+
import { M as s } from "../../HashChangeListener-BjFVN2Z9.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, r as e } from "../../HashChangeListener-
|
|
5
|
+
import { R as a, r as e } from "../../HashChangeListener-BjFVN2Z9.js";
|
|
6
6
|
import "../reaction/triggerEvent.js";
|
|
7
7
|
export {
|
|
8
8
|
a as ReactOnEvent,
|
|
@@ -1,4 +1,4 @@
|
|
|
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-
|
|
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-BjFVN2Z9.js";
|
|
2
2
|
import { Hide as H } from "./Hide.js";
|
|
3
3
|
import { VisuallyHide as f } from "./VisuallyHide.js";
|
|
4
4
|
export {
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../
|
|
4
|
-
import { C as x } from "../../../HashChangeListener-DQyOQdFl.js";
|
|
3
|
+
import { C as e } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
5
4
|
import "../../../engine/GlobalDataContext.js";
|
|
6
5
|
import "../../../engine/TemplateContext.js";
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
e as CheckBoxField
|
|
9
8
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { D as
|
|
2
|
+
import { D as e } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../engine/GlobalDataContext.js";
|
|
5
5
|
import "../../../engine/TemplateContext.js";
|
|
6
|
-
import "../../../NumberField-BCFUb50M.js";
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
e as DateField
|
|
9
8
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
|
-
import
|
|
4
|
+
import "../../../engine/TemplateContext.js";
|
|
5
|
+
import { N as e } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
+
e as NumberField
|
|
7
8
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { S as
|
|
2
|
+
import { S as e } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
4
|
import "../../../engine/TemplateContext.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "../../../NumberField-BCFUb50M.js";
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
e as SelectField
|
|
9
8
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
|
-
import { b as
|
|
4
|
+
import { b as e } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
5
5
|
import "../../../engine/TemplateContext.js";
|
|
6
|
-
import "../../../NumberField-BCFUb50M.js";
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
e as TextAreaField
|
|
9
8
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
|
-
import { c as
|
|
4
|
+
import { c as e } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
5
5
|
import "../../../engine/TemplateContext.js";
|
|
6
|
-
import "../../../NumberField-BCFUb50M.js";
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
e as TextField
|
|
9
8
|
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { C as
|
|
2
|
-
import { N as F } from "../../../NumberField-BCFUb50M.js";
|
|
1
|
+
import { C as l, D as s, N as t, S as d, b as i, c as o, p as F } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
2
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
l as CheckBoxField,
|
|
4
|
+
s as DateField,
|
|
5
|
+
t as NumberField,
|
|
6
|
+
d as SelectField,
|
|
7
|
+
i as TextAreaField,
|
|
8
|
+
o as TextField,
|
|
9
|
+
F as propsDataLocationToPathAndValue
|
|
11
10
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { F as i } from "../../../HashChangeListener-
|
|
2
|
+
import { F as i } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
4
|
import "../../../engine/TemplateContext.js";
|
|
5
5
|
import "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { d as a } from "../../../HashChangeListener-
|
|
2
|
+
import { d as a } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
4
|
import "../../../engine/TemplateContext.js";
|
|
5
5
|
import "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { e as p, n as a } from "../../../HashChangeListener-
|
|
2
|
+
import { e as p, n as a } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../engine/GlobalDataContext.js";
|
|
5
5
|
import "../../../engine/TemplateContext.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { L as a } from "../../../HashChangeListener-
|
|
2
|
+
import { L as a } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
4
|
import "../../../engine/TemplateContext.js";
|
|
5
5
|
import "react";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../engine/GlobalDataContext.js";
|
|
3
3
|
import "../../../engine/TemplateContext.js";
|
|
4
|
-
import { f as a } from "../../../HashChangeListener-
|
|
4
|
+
import { f as a } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
5
5
|
import "react";
|
|
6
6
|
export {
|
|
7
7
|
a as Modal
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { g as a } from "../../../HashChangeListener-
|
|
2
|
+
import { g as a } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
4
|
import "../../../engine/TemplateContext.js";
|
|
5
5
|
import "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { i as a } from "../../../HashChangeListener-
|
|
3
|
+
import { i as a } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
4
4
|
import "../../../engine/GlobalDataContext.js";
|
|
5
5
|
import "../../../engine/TemplateContext.js";
|
|
6
6
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
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-
|
|
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-BjFVN2Z9.js";
|
|
2
2
|
export {
|
|
3
3
|
r as AccordionItem,
|
|
4
4
|
o as FolderSortableTree,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { A as t, B as o, C as s, j as r, k as l, D as i, l as
|
|
2
|
-
import {
|
|
3
|
-
import { PageControls as N } from "./special/PageControls.js";
|
|
1
|
+
import { A as t, B as o, C as s, j as r, k as l, D as i, l as n, F as m, d as c, e as d, L as F, f as u, N as b, o as p, g as x, q as T, S as A, h as S, s as h, i as C, b as D, c as f, m as B, n as P, p as g } from "../../HashChangeListener-BjFVN2Z9.js";
|
|
2
|
+
import { PageControls as L } from "./special/PageControls.js";
|
|
4
3
|
export {
|
|
5
4
|
t as AccordionItem,
|
|
6
5
|
o as BootstrapElement,
|
|
@@ -8,24 +7,24 @@ export {
|
|
|
8
7
|
r as Count,
|
|
9
8
|
l as DataFilter,
|
|
10
9
|
i as DateField,
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
n as DelayedActions,
|
|
11
|
+
m as FolderSortableTree,
|
|
13
12
|
c as FormatNumeral,
|
|
14
13
|
d as Html,
|
|
15
14
|
F as LabelFromValue,
|
|
16
15
|
u as Modal,
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
b as NumberField,
|
|
17
|
+
L as PageControls,
|
|
19
18
|
p as Phantom,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
19
|
+
x as PreformattedMarkup,
|
|
20
|
+
T as ReactiveJsonSubroot,
|
|
21
|
+
A as SelectField,
|
|
22
|
+
S as SortableTreeItemCollapseButton,
|
|
23
|
+
h as Switch,
|
|
24
|
+
C as Tabs,
|
|
25
|
+
D as TextAreaField,
|
|
26
|
+
f as TextField,
|
|
27
|
+
B as getReactionFunctionsToExecute,
|
|
28
|
+
P as normalizeAttributesForReactJsx,
|
|
29
|
+
g as propsDataLocationToPathAndValue
|
|
31
30
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { k as a } from "../../../HashChangeListener-
|
|
3
|
+
import { k as a } from "../../../HashChangeListener-BjFVN2Z9.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 { l as p, m as a } from "../../../HashChangeListener-
|
|
2
|
+
import { l as p, m as a } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
3
|
import "../../../engine/GlobalDataContext.js";
|
|
4
4
|
import "../../../engine/TemplateContext.js";
|
|
5
5
|
import "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { q as b } from "../../../HashChangeListener-
|
|
2
|
+
import { q as b } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
3
3
|
import "../../../engine/EventDispatcherContext.js";
|
|
4
4
|
import "../../../engine/EventDispatcherProvider.js";
|
|
5
5
|
import "../../../engine/GlobalDataContext.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { s as c } from "../../../HashChangeListener-
|
|
3
|
+
import { s as c } from "../../../HashChangeListener-BjFVN2Z9.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-D5Fkvhsw.js";
|
|
8
8
|
export {
|
|
9
9
|
c as Switch
|
|
10
10
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as a, j as e, k as s, l as n, o as r, q as c, s as i, m as l } from "../../../HashChangeListener-
|
|
1
|
+
import { B as a, j as e, k as s, l as n, o as r, q as c, s as i, m as l } from "../../../HashChangeListener-BjFVN2Z9.js";
|
|
2
2
|
import { PageControls as u } from "./PageControls.js";
|
|
3
3
|
export {
|
|
4
4
|
a as BootstrapElement,
|
package/dist/component/index.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
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
|
|
2
|
-
import { Hide as
|
|
3
|
-
import { VisuallyHide as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { triggerEvent as $ } from "./reaction/triggerEvent.js";
|
|
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 u, L as p, M as F, f as x, N as D, o as b, P as f, g, R as T, q as h, a as v, S as C, h as P, s as A, i as R, b as S, c as E, T as H, t as L, u as M, m as B, v as N, n as k, w, p as y, r as V, x as z, y as I, z as J, E as j, G as q } from "../HashChangeListener-BjFVN2Z9.js";
|
|
2
|
+
import { Hide as O } from "./action/Hide.js";
|
|
3
|
+
import { VisuallyHide as Q } from "./action/VisuallyHide.js";
|
|
4
|
+
import { PageControls as W } from "./element/special/PageControls.js";
|
|
5
|
+
import { u as Y } from "../usePagination-D5Fkvhsw.js";
|
|
6
|
+
import { triggerEvent as _ } from "./reaction/triggerEvent.js";
|
|
8
7
|
export {
|
|
9
8
|
t as AccordionItem,
|
|
10
9
|
s as BootstrapElement,
|
|
@@ -16,40 +15,40 @@ export {
|
|
|
16
15
|
m as FolderSortableTree,
|
|
17
16
|
d as FormatNumeral,
|
|
18
17
|
c as HashChangeListener,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
O as Hide,
|
|
19
|
+
u as Html,
|
|
20
|
+
p as LabelFromValue,
|
|
22
21
|
F as MessageListener,
|
|
23
22
|
x as Modal,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
23
|
+
D as NumberField,
|
|
24
|
+
W as PageControls,
|
|
25
|
+
b as Phantom,
|
|
26
|
+
f as Popover,
|
|
27
|
+
g as PreformattedMarkup,
|
|
28
|
+
T as ReactOnEvent,
|
|
29
|
+
h as ReactiveJsonSubroot,
|
|
30
|
+
v as Redirect,
|
|
31
|
+
C as SelectField,
|
|
32
|
+
P as SortableTreeItemCollapseButton,
|
|
33
|
+
A as Switch,
|
|
34
|
+
R as Tabs,
|
|
35
|
+
S as TextAreaField,
|
|
36
|
+
E as TextField,
|
|
37
|
+
H as Tooltip,
|
|
38
|
+
Q as VisuallyHide,
|
|
39
|
+
L as addData,
|
|
40
|
+
M as fetchData,
|
|
41
|
+
B as getReactionFunctionsToExecute,
|
|
42
|
+
N as moveData,
|
|
43
|
+
k as normalizeAttributesForReactJsx,
|
|
44
|
+
w as postMessage,
|
|
45
|
+
y as propsDataLocationToPathAndValue,
|
|
46
|
+
V as reactionFunctions,
|
|
47
|
+
z as redirectNow,
|
|
48
|
+
I as removeData,
|
|
49
|
+
J as setClipboardData,
|
|
50
|
+
j as setData,
|
|
51
|
+
q as submitData,
|
|
52
|
+
_ as triggerEvent,
|
|
53
|
+
Y as usePagination
|
|
55
54
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as s, u as e, v as r, w as o, x as D, y as m, z as d, E as i, G as p } from "../../HashChangeListener-
|
|
1
|
+
import { t as s, u as e, v as r, w as o, x as D, y as m, z as d, E as i, G as p } from "../../HashChangeListener-BjFVN2Z9.js";
|
|
2
2
|
import { triggerEvent as f } from "./triggerEvent.js";
|
|
3
3
|
export {
|
|
4
4
|
s as addData,
|
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 { J as n, I as s } from "../HashChangeListener-
|
|
5
|
+
import { J as n, I as s } from "../HashChangeListener-BjFVN2Z9.js";
|
|
6
6
|
import "../component/action/Hide.js";
|
|
7
7
|
import "../component/action/VisuallyHide.js";
|
|
8
8
|
export {
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "./EventDispatcherProvider.js";
|
|
3
3
|
import "./GlobalDataContextProvider.js";
|
|
4
4
|
import "./TemplateContext.js";
|
|
5
|
-
import { K as R } from "../HashChangeListener-
|
|
5
|
+
import { K as R } from "../HashChangeListener-BjFVN2Z9.js";
|
|
6
6
|
import "./utility/parseRjBuild.js";
|
|
7
7
|
import "./utility/stringToBoolean.js";
|
|
8
8
|
import "react";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "./GlobalDataContext.js";
|
|
3
3
|
import "./TemplateContext.js";
|
|
4
|
-
import {
|
|
4
|
+
import { O as u, $ as o, Q as i, U as m, V as p, W as r, X as v } from "../HashChangeListener-BjFVN2Z9.js";
|
|
5
5
|
export {
|
|
6
6
|
u as dataLocationToPath,
|
|
7
7
|
o as default,
|
package/dist/engine/View.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
4
|
-
import "../NumberField-BCFUb50M.js";
|
|
3
|
+
import { Y as a } from "../HashChangeListener-BjFVN2Z9.js";
|
|
5
4
|
import "../component/element/special/PageControls.js";
|
|
6
5
|
import "./GlobalDataContext.js";
|
|
7
6
|
import "./TemplateContext.js";
|
|
8
7
|
export {
|
|
9
|
-
|
|
8
|
+
a as View
|
|
10
9
|
};
|
package/dist/engine/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J as a, K as o,
|
|
1
|
+
import { J as a, K as o, Y as r, O as n, Q as i, U as s, V as l, W as p, I as m, X as x } from "../HashChangeListener-BjFVN2Z9.js";
|
|
2
2
|
import { mergeComponentCollections as u } from "./ComponentCollector.js";
|
|
3
3
|
import { EventDispatcherContext as f } from "./EventDispatcherContext.js";
|
|
4
4
|
import { EventDispatcherProvider as c, addEventListener as P, removeEventListener as V } from "./EventDispatcherProvider.js";
|