@ea-lab/reactive-json 1.0.0 → 1.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.
@@ -0,0 +1,34 @@
1
+ import { useContext as l, useEffect as v } from "react";
2
+ import { GlobalDataContext as C } from "../../engine/GlobalDataContext.js";
3
+ import { TemplateContext as x } from "../../engine/TemplateContext.js";
4
+ import "react/jsx-runtime";
5
+ import "../../jsonpath-B9kE9k9e.js";
6
+ import "../../lodash-CYNxjS-I.js";
7
+ import "../../engine/EventDispatcherContext.js";
8
+ import "../../engine/EventDispatcherProvider.js";
9
+ import "../../engine/PaginationContext.js";
10
+ import "../../dnd-kit-sortable-tree.esm-Cz1RJyIg.js";
11
+ import '../../assets/reset.css';/* empty css */
12
+ import "../../index-NNBvIV0S.js";
13
+ import { replaceEventPlaceholders as E } from "../../engine/utility/eventPlaceholderSystem.js";
14
+ import "../../js-yaml-Bw0KO4XO.js";
15
+ import "../../engine/ParsingDebugDisplay/ParsingDebugDisplay.js";
16
+ const k = (o) => {
17
+ const e = l(C), i = l(x), d = o.attributesHolderRef, n = e.plugins ?? {}, f = (n == null ? void 0 : n.reaction) ?? {}, t = (o == null ? void 0 : o.actionProps) ?? void 0;
18
+ return v(() => {
19
+ const p = t ?? void 0, m = (t == null ? void 0 : t.what) ?? void 0, c = (a) => {
20
+ const s = m && (f[m] ?? void 0);
21
+ if (s) {
22
+ const u = E(p, a);
23
+ s({ args: u, event: a, globalDataContext: e, templateContext: i });
24
+ }
25
+ }, r = d.current;
26
+ if (r)
27
+ return r.addEventListener(t.on, c), () => {
28
+ r.removeEventListener(t.on, c);
29
+ };
30
+ }, [e, t, i]), o.children;
31
+ };
32
+ export {
33
+ k as CustomEventListener
34
+ };
@@ -1,66 +1,47 @@
1
- import { jsx as A, Fragment as C } from "react/jsx-runtime";
2
- import { useContext as E, Children as d, Fragment as h, isValidElement as j, cloneElement as k } from "react";
3
- import { GlobalDataContext as R } from "../../engine/GlobalDataContext.js";
4
- import { TemplateContext as L } from "../../engine/TemplateContext.js";
5
- const w = (s) => {
6
- const f = E(R), g = E(L), a = f.plugins ?? {}, P = (a == null ? void 0 : a.reaction) ?? {}, { actionProps: y } = s, p = {}, u = "<reactive-json:event>", v = "<reactive-json:event-new-value>", F = (e) => {
7
- if (e && e.target) {
8
- const r = e.target;
9
- if (r.type === "checkbox")
10
- return r.checked;
11
- if (r.type === "radio")
12
- return r.checked ? r.value : void 0;
13
- if (typeof r.value < "u")
14
- return r.value;
15
- if (typeof r.checked < "u")
16
- return r.checked;
17
- }
18
- }, b = (e, r) => {
19
- if (e === v)
20
- return F(r);
21
- if (typeof e != "string" || !e.startsWith(u))
22
- return e;
23
- let t = e.slice(u.length);
24
- if (t.startsWith(".") && (t = t.slice(1)), !!t)
25
- return t.split(".").reduce((n, o) => n ? n[o] : void 0, r);
26
- }, i = (e, r) => {
27
- if (Array.isArray(e))
28
- return e.map((t) => i(t, r));
29
- if (e && typeof e == "object") {
30
- const t = {};
31
- for (const [n, o] of Object.entries(e))
32
- t[n] = i(o, r);
33
- return t;
34
- }
35
- return b(e, r);
36
- };
37
- for (const [e, r] of Object.entries(y))
38
- p[e] = (t) => {
39
- let n = !0;
40
- for (const o of r) {
41
- if (!o)
1
+ import { jsx as C, Fragment as b } from "react/jsx-runtime";
2
+ import { useContext as f, Children as l, Fragment as v, isValidElement as y, cloneElement as A } from "react";
3
+ import { GlobalDataContext as E } from "../../engine/GlobalDataContext.js";
4
+ import "../../jsonpath-B9kE9k9e.js";
5
+ import "../../lodash-CYNxjS-I.js";
6
+ import { TemplateContext as j } from "../../engine/TemplateContext.js";
7
+ import "../../engine/EventDispatcherContext.js";
8
+ import "../../engine/EventDispatcherProvider.js";
9
+ import "../../engine/PaginationContext.js";
10
+ import "../../dnd-kit-sortable-tree.esm-Cz1RJyIg.js";
11
+ import '../../assets/reset.css';/* empty css */
12
+ import "../../index-NNBvIV0S.js";
13
+ import { replaceEventPlaceholders as R } from "../../engine/utility/eventPlaceholderSystem.js";
14
+ import "../../js-yaml-Bw0KO4XO.js";
15
+ import "../../engine/ParsingDebugDisplay/ParsingDebugDisplay.js";
16
+ const I = (p) => {
17
+ const s = f(E), g = f(j), e = s.plugins ?? {}, P = (e == null ? void 0 : e.reaction) ?? {}, { actionProps: F } = p, c = {};
18
+ for (const [o, a] of Object.entries(F))
19
+ c[o] = (t) => {
20
+ let r = !0;
21
+ for (const n of a) {
22
+ if (!n)
42
23
  continue;
43
- const m = o.what && (P[o.what] ?? null);
44
- if (!m)
24
+ const u = n.what && (P[n.what] ?? null);
25
+ if (!u)
45
26
  continue;
46
- const c = i(o, t);
47
- if (m({ args: c, event: t, globalDataContext: f, templateContext: g }), c.stopPropagation === !0)
27
+ const i = R(n, t);
28
+ if (u({ args: i, event: t, globalDataContext: s, templateContext: g }), i.stopPropagation === !0)
48
29
  break;
49
- n = c.stopPropagation ?? !0;
30
+ r = i.stopPropagation ?? !0;
50
31
  }
51
- n !== !1 && t.stopPropagation();
32
+ r !== !1 && t.stopPropagation();
52
33
  };
53
- const l = (e) => {
54
- if (!e)
55
- return e;
56
- const r = d.toArray(e);
57
- return d.map(r, (t) => {
58
- var n;
59
- return t.type === h ? l((n = t == null ? void 0 : t.props) == null ? void 0 : n.children) : typeof t != "object" || !j(t) ? t : k(t, p);
34
+ const m = (o) => {
35
+ if (!o)
36
+ return o;
37
+ const a = l.toArray(o);
38
+ return l.map(a, (t) => {
39
+ var r;
40
+ return t.type === v ? m((r = t == null ? void 0 : t.props) == null ? void 0 : r.children) : typeof t != "object" || !y(t) ? t : A(t, c);
60
41
  });
61
- }, x = l(s.children);
62
- return /* @__PURE__ */ A(C, { children: x });
42
+ }, x = m(p.children);
43
+ return /* @__PURE__ */ C(b, { children: x });
63
44
  };
64
45
  export {
65
- w as ReactOnEvent
46
+ I as ReactOnEvent
66
47
  };
@@ -1,22 +1,24 @@
1
- import { HashChangeListener as r } from "./HashChangeListener.js";
2
- import { Hide as f } from "./Hide.js";
3
- import { MessageListener as m } from "./MessageListener.js";
4
- import { ReactOnEvent as x } from "./ReactOnEvent.js";
5
- import { Redirect as s } from "./Redirect.js";
6
- import { SetAttributeValue as n } from "./SetAttributeValue.js";
7
- import { ToggleAttributeValue as b } from "./ToggleAttributeValue.js";
8
- import { UnsetAttribute as A } from "./UnsetAttribute.js";
9
- import { UnsetAttributeValue as d } from "./UnsetAttributeValue.js";
10
- import { VisuallyHide as c } from "./VisuallyHide.js";
1
+ import { CustomEventListener as r } from "./CustomEventListener.js";
2
+ import { HashChangeListener as m } from "./HashChangeListener.js";
3
+ import { Hide as i } from "./Hide.js";
4
+ import { MessageListener as x } from "./MessageListener.js";
5
+ import { ReactOnEvent as n } from "./ReactOnEvent.js";
6
+ import { Redirect as a } from "./Redirect.js";
7
+ import { SetAttributeValue as b } from "./SetAttributeValue.js";
8
+ import { ToggleAttributeValue as A } from "./ToggleAttributeValue.js";
9
+ import { UnsetAttribute as d } from "./UnsetAttribute.js";
10
+ import { UnsetAttributeValue as L } from "./UnsetAttributeValue.js";
11
+ import { VisuallyHide as h } from "./VisuallyHide.js";
11
12
  export {
12
- r as HashChangeListener,
13
- f as Hide,
14
- m as MessageListener,
15
- x as ReactOnEvent,
16
- s as Redirect,
17
- n as SetAttributeValue,
18
- b as ToggleAttributeValue,
19
- A as UnsetAttribute,
20
- d as UnsetAttributeValue,
21
- c as VisuallyHide
13
+ r as CustomEventListener,
14
+ m as HashChangeListener,
15
+ i as Hide,
16
+ x as MessageListener,
17
+ n as ReactOnEvent,
18
+ a as Redirect,
19
+ b as SetAttributeValue,
20
+ A as ToggleAttributeValue,
21
+ d as UnsetAttribute,
22
+ L as UnsetAttributeValue,
23
+ h as VisuallyHide
22
24
  };
@@ -1,18 +1,18 @@
1
- import { jsx as n, jsxs as g, Fragment as v } from "react/jsx-runtime";
2
- import { useContext as x, useRef as A } from "react";
3
- import { ActionDependant as k } from "../../../engine/Actions.js";
4
- import { GlobalDataContext as y } from "../../../engine/GlobalDataContext.js";
5
- import { normalizeAttributesForReactJsx as h } from "../../../engine/utility/reactJsxHelpers.js";
6
- import { TemplateContext as C } from "../../../engine/TemplateContext.js";
7
- import { evaluateAttributes as j, evaluateTemplateValue as O } from "../../../engine/TemplateSystem.js";
8
- import { View as s } from "../../../engine/View.js";
9
- import { useTransformedAttributes as V } from "../../hook/useTransformedAttributes.js";
10
- const J = ({ props: t, currentData: u, datafield: D, path: T }) => {
11
- const m = x(y), f = x(C), c = A(null), d = `${t.tag}`, o = t.extra ?? {}, r = h(t.attributes), i = h(u.attributes);
1
+ import { jsx as n, jsxs as h, Fragment as x } from "react/jsx-runtime";
2
+ import { useContext as T, useRef as y } from "react";
3
+ import { ActionDependant as C } from "../../../engine/Actions.js";
4
+ import { GlobalDataContext as j } from "../../../engine/GlobalDataContext.js";
5
+ import { normalizeAttributesForReactJsx as k } from "../../../engine/utility/reactJsxHelpers.js";
6
+ import { TemplateContext as O } from "../../../engine/TemplateContext.js";
7
+ import { evaluateAttributes as V, evaluateTemplateValue as D } from "../../../engine/TemplateSystem.js";
8
+ import { View as u } from "../../../engine/View.js";
9
+ const J = ({ props: t, currentData: f, datafield: R, path: A }) => {
10
+ var v;
11
+ const c = T(j), m = T(O), l = y(null), d = `${t.tag}`, o = t.extra ?? {}, r = k(t.attributes), i = k(f.attributes);
12
12
  for (const e of Object.keys(i)) {
13
13
  if (e.charAt(0) === "+") {
14
- const l = e.substring(1);
15
- r[l] = (r[l] ?? "").length > 0 ? (
14
+ const s = e.substring(1);
15
+ r[s] = (r[s] ?? "").length > 0 ? (
16
16
  // Append using a space.
17
17
  " " + i[e]
18
18
  ) : (
@@ -23,22 +23,22 @@ const J = ({ props: t, currentData: u, datafield: D, path: T }) => {
23
23
  }
24
24
  r[e] = i[e];
25
25
  }
26
- const a = j({ attrs: r, globalDataContext: m, templateContext: f });
26
+ const a = V({ attrs: r, globalDataContext: c, templateContext: m });
27
27
  if (t.tag === "option" && t.content && a.value === void 0) {
28
28
  if (typeof t.content != "string")
29
29
  return null;
30
- const e = O({
30
+ const e = D({
31
31
  valueToEvaluate: t.content,
32
- globalDataContext: m,
33
- templateContext: f
32
+ globalDataContext: c,
33
+ templateContext: m
34
34
  });
35
35
  if (typeof e != "string")
36
36
  return null;
37
37
  a.value = e;
38
38
  }
39
39
  (t.tag === "input" || t.tag === "textarea" || t.tag === "select") && (a.value === void 0 && (a.value = ""), t.tag === "input" && (a.type === "checkbox" || a.type === "radio") && a.checked === void 0 && (a.checked = !1));
40
- const b = V(a, t.attributeTransforms ?? []);
41
- return /* @__PURE__ */ n(k, { ...t, attributesHolderRef: c, children: ((e) => e && [
40
+ const { useTransformedAttributes: g } = ((v = c.plugins) == null ? void 0 : v.hook) ?? {}, b = g ? g(a, t.attributeTransforms ?? []) : a;
41
+ return /* @__PURE__ */ n(C, { ...t, attributesHolderRef: l, children: ((e) => e && [
42
42
  "area",
43
43
  "base",
44
44
  "br",
@@ -53,20 +53,20 @@ const J = ({ props: t, currentData: u, datafield: D, path: T }) => {
53
53
  "source",
54
54
  "track",
55
55
  "wbr"
56
- ].indexOf(e) !== -1)(t.tag) ? /* @__PURE__ */ g(v, { children: [
57
- /* @__PURE__ */ n(d, { ref: c, ...b }),
58
- Object.keys(o).length ? /* @__PURE__ */ n(s, { props: o }) : ""
59
- ] }) : /* @__PURE__ */ g(v, { children: [
60
- /* @__PURE__ */ n(d, { ref: c, ...b, children: t.content && /* @__PURE__ */ n(
61
- s,
56
+ ].indexOf(e) !== -1)(t.tag) ? /* @__PURE__ */ h(x, { children: [
57
+ /* @__PURE__ */ n(d, { ref: l, ...b }),
58
+ Object.keys(o).length ? /* @__PURE__ */ n(u, { props: o }) : ""
59
+ ] }) : /* @__PURE__ */ h(x, { children: [
60
+ /* @__PURE__ */ n(d, { ref: l, ...b, children: t.content && /* @__PURE__ */ n(
61
+ u,
62
62
  {
63
- currentData: u.content ?? void 0,
63
+ currentData: f.content ?? void 0,
64
64
  datafield: "content",
65
- path: T + ".content",
65
+ path: A + ".content",
66
66
  props: t.content
67
67
  }
68
68
  ) }),
69
- Object.keys(o).length ? /* @__PURE__ */ n(s, { props: o }) : ""
69
+ Object.keys(o).length ? /* @__PURE__ */ n(u, { props: o }) : ""
70
70
  ] }) });
71
71
  };
72
72
  export {
@@ -1,121 +1,123 @@
1
- import { HashChangeListener as r } from "./action/HashChangeListener.js";
2
- import { Hide as m } from "./action/Hide.js";
3
- import { MessageListener as x } from "./action/MessageListener.js";
4
- import { ReactOnEvent as a } from "./action/ReactOnEvent.js";
5
- import { Redirect as l } from "./action/Redirect.js";
6
- import { SetAttributeValue as s } from "./action/SetAttributeValue.js";
7
- import { ToggleAttributeValue as u } from "./action/ToggleAttributeValue.js";
8
- import { UnsetAttribute as c } from "./action/UnsetAttribute.js";
9
- import { UnsetAttributeValue as b } from "./action/UnsetAttributeValue.js";
10
- import { VisuallyHide as C } from "./action/VisuallyHide.js";
11
- import { coreDataMappingComponents as T } from "./dataMapping/index.js";
12
- import { coreDataProcessorComponents as H } from "./dataProcessor/index.js";
13
- import { coreElementComponents as M } from "./element/index.js";
14
- import { coreHookComponents as V } from "./hook/index.js";
15
- import { coreReactionComponents as E } from "./reaction/index.js";
16
- import { simpleMapping as k } from "./dataMapping/simpleMapping.js";
17
- import { VariablesDebug as L } from "./element/debug/VariablesDebug/VariablesDebug.js";
18
- import { Input as U } from "./element/form/Input.js";
19
- import { ColorField as B } from "./element/form/ColorField.js";
20
- import { DateField as J } from "./element/form/DateField.js";
21
- import { DateTimeField as q } from "./element/form/DateTimeField.js";
22
- import { EmailField as j } from "./element/form/EmailField.js";
23
- import { FileField as G } from "./element/form/FileField.js";
24
- import { HiddenField as Q } from "./element/form/HiddenField.js";
25
- import { MonthField as Y } from "./element/form/MonthField.js";
26
- import { NumberField as _ } from "./element/form/NumberField.js";
27
- import { PasswordField as ee } from "./element/form/PasswordField.js";
28
- import { RangeField as re } from "./element/form/RangeField.js";
29
- import { SearchField as me } from "./element/form/SearchField.js";
30
- import { TelField as xe } from "./element/form/TelField.js";
31
- import { TextField as ae } from "./element/form/TextField.js";
32
- import { TimeField as le } from "./element/form/TimeField.js";
33
- import { UrlField as se } from "./element/form/UrlField.js";
34
- import { WeekField as ue } from "./element/form/WeekField.js";
35
- import { FolderSortableTree as ce } from "./element/html/FolderSortableTree.js";
36
- import { FormatNumeral as be } from "./element/html/FormatNumeral.js";
37
- import { Html as Ce } from "./element/html/Html.js";
38
- import { LabelFromValue as Te } from "./element/html/LabelFromValue.js";
39
- import { PreformattedMarkup as He } from "./element/html/PreformattedMarkup.js";
40
- import { SortableTreeItemCollapseButton as Me } from "./element/html/SortableTreeItemCollapseButton.js";
41
- import { Count as Ve } from "./element/special/Count.js";
42
- import { DataFilter as Ee } from "./element/special/DataFilter.js";
43
- import { DelayedActions as ke, getReactionFunctionsToExecute as we } from "./element/special/DelayedActions.js";
44
- import { PageControls as Ne } from "./element/special/PageControls.js";
45
- import { Phantom as ye } from "./element/special/Phantom.js";
46
- import { ReactiveJsonBasicComponentWrapper as Ie } from "./element/special/ReactiveJsonBasicComponentWrapper.js";
47
- import { ReactiveJsonSubroot as We } from "./element/special/ReactiveJsonSubroot.js";
48
- import { Switch as Oe } from "./element/special/Switch.js";
49
- import { addData as ze } from "./reaction/addData.js";
50
- import { fetchData as Ke } from "./reaction/fetchData.js";
51
- import { e as Xe } from "../httpRequestCommon-DUo2Oxgl.js";
52
- import { moveData as Ze } from "./reaction/moveData.js";
53
- import { postMessage as $e } from "./reaction/postMessage.js";
54
- import { redirectNow as oo } from "./reaction/redirectNow.js";
55
- import { removeData as to } from "./reaction/removeData.js";
56
- import { setClipboardData as po } from "./reaction/setClipboardData.js";
57
- import { setData as fo } from "./reaction/setData.js";
58
- import { submitData as io } from "./reaction/submitData.js";
59
- import { triggerEvent as no } from "./reaction/triggerEvent.js";
1
+ import { CustomEventListener as r } from "./action/CustomEventListener.js";
2
+ import { HashChangeListener as m } from "./action/HashChangeListener.js";
3
+ import { Hide as x } from "./action/Hide.js";
4
+ import { MessageListener as a } from "./action/MessageListener.js";
5
+ import { ReactOnEvent as l } from "./action/ReactOnEvent.js";
6
+ import { Redirect as s } from "./action/Redirect.js";
7
+ import { SetAttributeValue as u } from "./action/SetAttributeValue.js";
8
+ import { ToggleAttributeValue as c } from "./action/ToggleAttributeValue.js";
9
+ import { UnsetAttribute as b } from "./action/UnsetAttribute.js";
10
+ import { UnsetAttributeValue as C } from "./action/UnsetAttributeValue.js";
11
+ import { VisuallyHide as T } from "./action/VisuallyHide.js";
12
+ import { coreDataMappingComponents as v } from "./dataMapping/index.js";
13
+ import { coreDataProcessorComponents as E } from "./dataProcessor/index.js";
14
+ import { coreElementComponents as S } from "./element/index.js";
15
+ import { coreHookComponents as A } from "./hook/index.js";
16
+ import { coreReactionComponents as L } from "./reaction/index.js";
17
+ import { simpleMapping as w } from "./dataMapping/simpleMapping.js";
18
+ import { VariablesDebug as U } from "./element/debug/VariablesDebug/VariablesDebug.js";
19
+ import { Input as B } from "./element/form/Input.js";
20
+ import { ColorField as J } from "./element/form/ColorField.js";
21
+ import { DateField as q } from "./element/form/DateField.js";
22
+ import { DateTimeField as j } from "./element/form/DateTimeField.js";
23
+ import { EmailField as G } from "./element/form/EmailField.js";
24
+ import { FileField as Q } from "./element/form/FileField.js";
25
+ import { HiddenField as Y } from "./element/form/HiddenField.js";
26
+ import { MonthField as _ } from "./element/form/MonthField.js";
27
+ import { NumberField as ee } from "./element/form/NumberField.js";
28
+ import { PasswordField as re } from "./element/form/PasswordField.js";
29
+ import { RangeField as me } from "./element/form/RangeField.js";
30
+ import { SearchField as xe } from "./element/form/SearchField.js";
31
+ import { TelField as ae } from "./element/form/TelField.js";
32
+ import { TextField as le } from "./element/form/TextField.js";
33
+ import { TimeField as se } from "./element/form/TimeField.js";
34
+ import { UrlField as ue } from "./element/form/UrlField.js";
35
+ import { WeekField as ce } from "./element/form/WeekField.js";
36
+ import { FolderSortableTree as be } from "./element/html/FolderSortableTree.js";
37
+ import { FormatNumeral as Ce } from "./element/html/FormatNumeral.js";
38
+ import { Html as Te } from "./element/html/Html.js";
39
+ import { LabelFromValue as ve } from "./element/html/LabelFromValue.js";
40
+ import { PreformattedMarkup as Ee } from "./element/html/PreformattedMarkup.js";
41
+ import { SortableTreeItemCollapseButton as Se } from "./element/html/SortableTreeItemCollapseButton.js";
42
+ import { Count as Ae } from "./element/special/Count.js";
43
+ import { DataFilter as Le } from "./element/special/DataFilter.js";
44
+ import { DelayedActions as we, getReactionFunctionsToExecute as Ne } from "./element/special/DelayedActions.js";
45
+ import { PageControls as ye } from "./element/special/PageControls.js";
46
+ import { Phantom as Ie } from "./element/special/Phantom.js";
47
+ import { ReactiveJsonBasicComponentWrapper as We } from "./element/special/ReactiveJsonBasicComponentWrapper.js";
48
+ import { ReactiveJsonSubroot as Oe } from "./element/special/ReactiveJsonSubroot.js";
49
+ import { Switch as ze } from "./element/special/Switch.js";
50
+ import { addData as Ke } from "./reaction/addData.js";
51
+ import { fetchData as Xe } from "./reaction/fetchData.js";
52
+ import { e as Ze } from "../httpRequestCommon-vfSMynsl.js";
53
+ import { moveData as $e } from "./reaction/moveData.js";
54
+ import { postMessage as oo } from "./reaction/postMessage.js";
55
+ import { redirectNow as to } from "./reaction/redirectNow.js";
56
+ import { removeData as po } from "./reaction/removeData.js";
57
+ import { setClipboardData as fo } from "./reaction/setClipboardData.js";
58
+ import { setData as io } from "./reaction/setData.js";
59
+ import { submitData as no } from "./reaction/submitData.js";
60
+ import { triggerEvent as uo } from "./reaction/triggerEvent.js";
60
61
  export {
61
- B as ColorField,
62
- Ve as Count,
63
- Ee as DataFilter,
64
- J as DateField,
65
- q as DateTimeField,
66
- ke as DelayedActions,
67
- j as EmailField,
68
- G as FileField,
69
- ce as FolderSortableTree,
70
- be as FormatNumeral,
71
- r as HashChangeListener,
72
- Q as HiddenField,
73
- m as Hide,
74
- Ce as Html,
75
- U as Input,
76
- Te as LabelFromValue,
77
- x as MessageListener,
78
- Y as MonthField,
79
- _ as NumberField,
80
- Ne as PageControls,
81
- ee as PasswordField,
82
- ye as Phantom,
83
- He as PreformattedMarkup,
84
- re as RangeField,
85
- a as ReactOnEvent,
86
- Ie as ReactiveJsonBasicComponentWrapper,
87
- We as ReactiveJsonSubroot,
88
- l as Redirect,
89
- me as SearchField,
90
- s as SetAttributeValue,
91
- Me as SortableTreeItemCollapseButton,
92
- Oe as Switch,
93
- xe as TelField,
94
- ae as TextField,
95
- le as TimeField,
96
- u as ToggleAttributeValue,
97
- c as UnsetAttribute,
98
- b as UnsetAttributeValue,
99
- se as UrlField,
100
- L as VariablesDebug,
101
- C as VisuallyHide,
102
- ue as WeekField,
103
- ze as addData,
104
- T as coreDataMappingComponents,
105
- H as coreDataProcessorComponents,
106
- M as coreElementComponents,
107
- V as coreHookComponents,
108
- E as coreReactionComponents,
109
- Xe as executeHttpRequest,
110
- Ke as fetchData,
111
- we as getReactionFunctionsToExecute,
112
- Ze as moveData,
113
- $e as postMessage,
114
- oo as redirectNow,
115
- to as removeData,
116
- po as setClipboardData,
117
- fo as setData,
118
- k as simpleMapping,
119
- io as submitData,
120
- no as triggerEvent
62
+ J as ColorField,
63
+ Ae as Count,
64
+ r as CustomEventListener,
65
+ Le as DataFilter,
66
+ q as DateField,
67
+ j as DateTimeField,
68
+ we as DelayedActions,
69
+ G as EmailField,
70
+ Q as FileField,
71
+ be as FolderSortableTree,
72
+ Ce as FormatNumeral,
73
+ m as HashChangeListener,
74
+ Y as HiddenField,
75
+ x as Hide,
76
+ Te as Html,
77
+ B as Input,
78
+ ve as LabelFromValue,
79
+ a as MessageListener,
80
+ _ as MonthField,
81
+ ee as NumberField,
82
+ ye as PageControls,
83
+ re as PasswordField,
84
+ Ie as Phantom,
85
+ Ee as PreformattedMarkup,
86
+ me as RangeField,
87
+ l as ReactOnEvent,
88
+ We as ReactiveJsonBasicComponentWrapper,
89
+ Oe as ReactiveJsonSubroot,
90
+ s as Redirect,
91
+ xe as SearchField,
92
+ u as SetAttributeValue,
93
+ Se as SortableTreeItemCollapseButton,
94
+ ze as Switch,
95
+ ae as TelField,
96
+ le as TextField,
97
+ se as TimeField,
98
+ c as ToggleAttributeValue,
99
+ b as UnsetAttribute,
100
+ C as UnsetAttributeValue,
101
+ ue as UrlField,
102
+ U as VariablesDebug,
103
+ T as VisuallyHide,
104
+ ce as WeekField,
105
+ Ke as addData,
106
+ v as coreDataMappingComponents,
107
+ E as coreDataProcessorComponents,
108
+ S as coreElementComponents,
109
+ A as coreHookComponents,
110
+ L as coreReactionComponents,
111
+ Ze as executeHttpRequest,
112
+ Xe as fetchData,
113
+ Ne as getReactionFunctionsToExecute,
114
+ $e as moveData,
115
+ oo as postMessage,
116
+ to as redirectNow,
117
+ po as removeData,
118
+ fo as setClipboardData,
119
+ io as setData,
120
+ w as simpleMapping,
121
+ no as submitData,
122
+ uo as triggerEvent
121
123
  };
@@ -1,4 +1,4 @@
1
- import { e as a } from "../../httpRequestCommon-DUo2Oxgl.js";
1
+ import { e as a } from "../../httpRequestCommon-vfSMynsl.js";
2
2
  const c = (t) => {
3
3
  var e;
4
4
  a(
@@ -8,7 +8,7 @@ import { setClipboardData as p } from "./setClipboardData.js";
8
8
  import { setData as i } from "./setData.js";
9
9
  import { submitData as f } from "./submitData.js";
10
10
  import { triggerEvent as s } from "./triggerEvent.js";
11
- import { e as q } from "../../httpRequestCommon-DUo2Oxgl.js";
11
+ import { e as q } from "../../httpRequestCommon-vfSMynsl.js";
12
12
  const R = {
13
13
  addData: t,
14
14
  fetchData: o,
@@ -1,4 +1,4 @@
1
- import { e as d } from "../../httpRequestCommon-DUo2Oxgl.js";
1
+ import { e as d } from "../../httpRequestCommon-vfSMynsl.js";
2
2
  import { evaluateTemplateValue as D } from "../../engine/TemplateSystem.js";
3
3
  const x = (t) => {
4
4
  var m, o, s;
@@ -1,4 +1,4 @@
1
- import { e as i } from "../../../httpRequestCommon-DUo2Oxgl.js";
1
+ import { e as i } from "../../../httpRequestCommon-vfSMynsl.js";
2
2
  import "../../../engine/TemplateSystem.js";
3
3
  import "../../../engine/utility/alterData.js";
4
4
  import "../../../engine/utility/dataMappingSystem.js";
@@ -1,4 +1,4 @@
1
- import { e as o } from "../../../httpRequestCommon-DUo2Oxgl.js";
1
+ import { e as o } from "../../../httpRequestCommon-vfSMynsl.js";
2
2
  export {
3
3
  o as executeHttpRequest
4
4
  };
@@ -1,4 +1,4 @@
1
- import { c as o } from "./index-BA09SSaJ.js";
1
+ import { c as o } from "./index-BQyEEFVW.js";
2
2
  import { coreAttributeTransformerComponents as r } from "./component/attributeTransformer/index.js";
3
3
  import { coreDataMappingComponents as t } from "./component/dataMapping/index.js";
4
4
  import { coreDataProcessorComponents as e } from "./component/dataProcessor/index.js";