@ea-lab/reactive-json 0.0.23 → 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/{View-BVKFBUCJ.js → HashChangeListener-Bt_Ofw5x.js} +11110 -10973
- 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 +14 -0
- 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 +2 -2
- package/dist/component/element/form/index.js +11 -0
- 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 +3 -3
- 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 +13 -0
- package/dist/component/element/index.js +30 -0
- 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 +2 -2
- package/dist/component/element/special/index.js +12 -0
- package/dist/component/hook/index.js +4 -0
- package/dist/component/hook/usePagination.js +1 -1
- package/dist/component/index.js +54 -1
- package/dist/component/reaction/addData.js +1 -1
- package/dist/component/reaction/fetchData.js +2 -2
- package/dist/component/reaction/index.js +14 -0
- package/dist/component/reaction/moveData.js +2 -2
- 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 +2 -2
- package/dist/component/reaction/setData.js +2 -2
- 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 +3 -3
- package/dist/engine/View.js +2 -2
- package/dist/engine/index.js +31 -0
- package/dist/engine/utility/formatString.js +1 -1
- package/dist/engine/utility/parseRjBuild.js +994 -0
- package/dist/main.js +82 -1
- package/dist/{usePagination-BW6C-P1X.js → usePagination-B0yFkBzE.js} +3 -3
- package/package.json +1 -1
- package/dist/component/index.d.ts +0 -1
- package/dist/engine/Types.d.ts +0 -19
- package/dist/engine/Types.js +0 -1
- package/dist/main.d.ts +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "./GlobalDataContext.js";
|
|
3
3
|
import "./TemplateContext.js";
|
|
4
|
-
import {
|
|
4
|
+
import { K as u, _ as o, N as i, O as m, Q as p, U as r, V as v } from "../HashChangeListener-Bt_Ofw5x.js";
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
u as dataLocationToPath,
|
|
7
|
+
o as default,
|
|
8
8
|
i as evaluateAttributes,
|
|
9
9
|
m as evaluateTemplateValue,
|
|
10
10
|
p as evaluateTemplateValueCollection,
|
package/dist/engine/View.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
3
|
+
import { W as f } from "../HashChangeListener-Bt_Ofw5x.js";
|
|
4
4
|
import "../NumberField-BCFUb50M.js";
|
|
5
5
|
import "../component/element/special/PageControls.js";
|
|
6
6
|
import "./GlobalDataContext.js";
|
|
7
7
|
import "./TemplateContext.js";
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
f as View
|
|
10
10
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { I as a, J as o, W as r, K as n, N as i, O as s, Q as l, U as p, G as m, V as x } from "../HashChangeListener-Bt_Ofw5x.js";
|
|
2
|
+
import { mergeComponentCollections as u } from "./ComponentCollector.js";
|
|
3
|
+
import { EventDispatcherContext as f } from "./EventDispatcherContext.js";
|
|
4
|
+
import { EventDispatcherProvider as c, addEventListener as P, removeEventListener as V } from "./EventDispatcherProvider.js";
|
|
5
|
+
import { GlobalDataContext as E } from "./GlobalDataContext.js";
|
|
6
|
+
import { GlobalDataContextProvider as b } from "./GlobalDataContextProvider.js";
|
|
7
|
+
import { PaginationContext as h } from "./PaginationContext.js";
|
|
8
|
+
import { PaginationProvider as G } from "./PaginationProvider.js";
|
|
9
|
+
import { TemplateContext as J } from "./TemplateContext.js";
|
|
10
|
+
export {
|
|
11
|
+
a as ActionDependant,
|
|
12
|
+
f as EventDispatcherContext,
|
|
13
|
+
c as EventDispatcherProvider,
|
|
14
|
+
E as GlobalDataContext,
|
|
15
|
+
b as GlobalDataContextProvider,
|
|
16
|
+
h as PaginationContext,
|
|
17
|
+
G as PaginationProvider,
|
|
18
|
+
o as ReactiveJsonRoot,
|
|
19
|
+
J as TemplateContext,
|
|
20
|
+
r as View,
|
|
21
|
+
P as addEventListener,
|
|
22
|
+
n as dataLocationToPath,
|
|
23
|
+
i as evaluateAttributes,
|
|
24
|
+
s as evaluateTemplateValue,
|
|
25
|
+
l as evaluateTemplateValueCollection,
|
|
26
|
+
p as isTemplateValue,
|
|
27
|
+
m as isValid,
|
|
28
|
+
u as mergeComponentCollections,
|
|
29
|
+
V as removeEventListener,
|
|
30
|
+
x as useEvaluatedAttributes
|
|
31
|
+
};
|