@ea-lab/reactive-json 0.7.1 → 1.0.0-alpha.1

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.
Files changed (93) hide show
  1. package/README.md +1 -3
  2. package/dist/View-D8TN1L2h.js +126 -0
  3. package/dist/assets/VariablesDebug.css +1 -4
  4. package/dist/assets/reset.css +4 -0
  5. package/dist/assets/usePagination.css +1 -0
  6. package/dist/component/action/HashChangeListener.js +29 -7
  7. package/dist/component/action/MessageListener.js +26 -8
  8. package/dist/component/action/ReactOnEvent.js +64 -8
  9. package/dist/component/action/Redirect.js +9 -5
  10. package/dist/component/action/SetAttributeValue.js +37 -5
  11. package/dist/component/action/ToggleAttributeValue.js +56 -5
  12. package/dist/component/action/UnsetAttribute.js +20 -5
  13. package/dist/component/action/UnsetAttributeValue.js +58 -5
  14. package/dist/component/action/index.js +19 -15
  15. package/dist/component/dataMapping/index.js +6 -3
  16. package/dist/component/dataMapping/simpleMapping.js +93 -2
  17. package/dist/component/element/debug/VariablesDebug/VariablesDebug.js +110 -12
  18. package/dist/component/element/debug/index.js +2 -2
  19. package/dist/component/element/html/FolderSortableTree.js +133 -7
  20. package/dist/component/element/html/FormatNumeral.js +58 -6
  21. package/dist/component/element/html/Html.js +5 -3
  22. package/dist/component/element/html/LabelFromValue.js +27 -6
  23. package/dist/component/element/html/PreformattedMarkup.js +51 -6
  24. package/dist/component/element/html/SortableTreeItemCollapseButton.js +10 -5
  25. package/dist/component/element/html/index.js +11 -10
  26. package/dist/component/element/index.js +34 -29
  27. package/dist/component/element/special/Count.js +23 -12
  28. package/dist/component/element/special/DataFilter.js +76 -6
  29. package/dist/component/element/special/DelayedActions.js +47 -7
  30. package/dist/component/element/special/Phantom.js +13 -3
  31. package/dist/component/element/special/ReactiveJsonBasicComponentWrapper.js +32 -0
  32. package/dist/component/element/special/ReactiveJsonSubroot.js +8 -5
  33. package/dist/component/element/special/Switch.js +80 -8
  34. package/dist/component/element/special/index.js +16 -10
  35. package/dist/component/hook/index.js +1 -1
  36. package/dist/component/hook/usePagination.js +172 -4
  37. package/dist/component/index.js +84 -62
  38. package/dist/component/reaction/addData.js +23 -3
  39. package/dist/component/reaction/fetchData.js +12 -2
  40. package/dist/component/reaction/index.js +34 -12
  41. package/dist/component/reaction/moveData.js +34 -2
  42. package/dist/component/reaction/postMessage.js +23 -2
  43. package/dist/component/reaction/redirectNow.js +6 -2
  44. package/dist/component/reaction/removeData.js +27 -2
  45. package/dist/component/reaction/setClipboardData.js +16 -2
  46. package/dist/component/reaction/setData.js +22 -3
  47. package/dist/component/reaction/submitData.js +25 -2
  48. package/dist/component/reaction/utility/httpRequestCommon.js +5 -4
  49. package/dist/component/reaction/utility/index.js +1 -1
  50. package/dist/coreComponentsPlugin.js +5 -2
  51. package/dist/dnd-kit-sortable-tree.esm-Cz1RJyIg.js +4135 -0
  52. package/dist/engine/Actions.js +161 -10
  53. package/dist/engine/ParsingDebugDisplay/ParsingDebugDisplay.js +692 -3
  54. package/dist/engine/ReactiveJsonRoot.js +10 -5
  55. package/dist/engine/TemplateSystem.js +117 -11
  56. package/dist/engine/View.js +3 -6
  57. package/dist/engine/index.js +45 -40
  58. package/dist/engine/utility/alterData.js +27 -2
  59. package/dist/engine/utility/analyzeDataOverrideReferences.js +41 -2
  60. package/dist/engine/utility/formElementsCommon.js +34 -0
  61. package/dist/engine/utility/formatString.js +19 -3
  62. package/dist/engine/utility/index.js +15 -12
  63. package/dist/engine/utility/parseRjBuild.js +23 -1002
  64. package/dist/engine/utility/reactJsxHelpers.js +15 -0
  65. package/dist/httpRequestCommon-DUo2Oxgl.js +1799 -0
  66. package/dist/index-B3RKTGQ2.js +18 -0
  67. package/dist/index-BA09SSaJ.js +26 -0
  68. package/dist/index-BYLJtf9L.js +462 -0
  69. package/dist/index-CACLSxWi.js +8 -0
  70. package/dist/index-NNBvIV0S.js +1873 -0
  71. package/dist/js-yaml-Bw0KO4XO.js +983 -0
  72. package/dist/jsonpath-B9kE9k9e.js +3168 -0
  73. package/dist/{alterData-CjaFWyAA.js → lodash-CYNxjS-I.js} +1348 -1368
  74. package/dist/main.js +127 -101
  75. package/package.json +4 -4
  76. package/dist/ParsingDebugDisplay-8f4yL4Jw.js +0 -696
  77. package/dist/VariablesDebug-1UzZWgD7.js +0 -17782
  78. package/dist/component/action/Popover.js +0 -6
  79. package/dist/component/action/Tooltip.js +0 -5
  80. package/dist/component/element/form/CheckBoxField.js +0 -8
  81. package/dist/component/element/form/DateField.js +0 -8
  82. package/dist/component/element/form/NumberField.js +0 -8
  83. package/dist/component/element/form/SelectField.js +0 -8
  84. package/dist/component/element/form/TextAreaField.js +0 -8
  85. package/dist/component/element/form/TextField.js +0 -8
  86. package/dist/component/element/form/formElementsCommon.js +0 -4
  87. package/dist/component/element/form/index.js +0 -10
  88. package/dist/component/element/html/AccordionItem.js +0 -6
  89. package/dist/component/element/html/Modal.js +0 -8
  90. package/dist/component/element/html/Tabs.js +0 -8
  91. package/dist/component/element/special/BootstrapElement.js +0 -5
  92. package/dist/engine/PaginationProvider.js +0 -30
  93. package/dist/usePagination-Bb6lefHG.js +0 -353
@@ -1,64 +1,86 @@
1
- import { A as t, B as s, C as o, o as r, q as i, D as l, t as n, F as u, h as m, H as p, i as c, L as d, M as b, j as D, N as g, v as x, P as F, k as f, R as A, w as T, a as C, e as h, S as P, l as V, x as v, m as M, f as R, g as S, T as H, b as E, U as L, c as B, V as N, y as k, d as w, E as y, z as I, u as J, G as U, n as q, I as z, p as O, r as j, J as G, K, O as Q, Q as W, s as X, W as Y } from "../VariablesDebug-1UzZWgD7.js";
2
- import { Hide as _ } from "./action/Hide.js";
3
- import { VisuallyHide as aa } from "./action/VisuallyHide.js";
4
- import { coreDataProcessorComponents as ta } from "./dataProcessor/index.js";
5
- import { PageControls as oa } from "./element/special/PageControls.js";
6
- import { u as ia } from "../usePagination-Bb6lefHG.js";
7
- import { triggerEvent as na } from "./reaction/triggerEvent.js";
1
+ import { HashChangeListener as r } from "./action/HashChangeListener.js";
2
+ import { Hide as a } from "./action/Hide.js";
3
+ import { MessageListener as p } from "./action/MessageListener.js";
4
+ import { ReactOnEvent as x } from "./action/ReactOnEvent.js";
5
+ import { Redirect as n } from "./action/Redirect.js";
6
+ import { SetAttributeValue as l } from "./action/SetAttributeValue.js";
7
+ import { ToggleAttributeValue as c } from "./action/ToggleAttributeValue.js";
8
+ import { UnsetAttribute as b } from "./action/UnsetAttribute.js";
9
+ import { UnsetAttributeValue as d } from "./action/UnsetAttributeValue.js";
10
+ import { VisuallyHide as R } from "./action/VisuallyHide.js";
11
+ import { coreDataMappingComponents as H } from "./dataMapping/index.js";
12
+ import { coreDataProcessorComponents as h } from "./dataProcessor/index.js";
13
+ import { R as F, c as M } from "../index-BYLJtf9L.js";
14
+ import { usePagination as S } from "./hook/usePagination.js";
15
+ import { coreReactionComponents as T } from "./reaction/index.js";
16
+ import { simpleMapping as w } from "./dataMapping/simpleMapping.js";
17
+ import { VariablesDebug as B } from "./element/debug/VariablesDebug/VariablesDebug.js";
18
+ import { FolderSortableTree as N } from "./element/html/FolderSortableTree.js";
19
+ import { FormatNumeral as k } from "./element/html/FormatNumeral.js";
20
+ import { H as I } from "../View-D8TN1L2h.js";
21
+ import { LabelFromValue as W } from "./element/html/LabelFromValue.js";
22
+ import { PreformattedMarkup as z } from "./element/html/PreformattedMarkup.js";
23
+ import { SortableTreeItemCollapseButton as K } from "./element/html/SortableTreeItemCollapseButton.js";
24
+ import { Count as X } from "./element/special/Count.js";
25
+ import { DataFilter as Z } from "./element/special/DataFilter.js";
26
+ import { DelayedActions as $, getReactionFunctionsToExecute as ee } from "./element/special/DelayedActions.js";
27
+ import { PageControls as re } from "./element/special/PageControls.js";
28
+ import { Phantom as ae } from "./element/special/Phantom.js";
29
+ import { ReactiveJsonBasicComponentWrapper as pe } from "./element/special/ReactiveJsonBasicComponentWrapper.js";
30
+ import { Switch as xe } from "./element/special/Switch.js";
31
+ import { addData as ne } from "./reaction/addData.js";
32
+ import { fetchData as le } from "./reaction/fetchData.js";
33
+ import { e as ce } from "../httpRequestCommon-DUo2Oxgl.js";
34
+ import { moveData as be } from "./reaction/moveData.js";
35
+ import { postMessage as de } from "./reaction/postMessage.js";
36
+ import { redirectNow as Re } from "./reaction/redirectNow.js";
37
+ import { removeData as He } from "./reaction/removeData.js";
38
+ import { setClipboardData as he } from "./reaction/setClipboardData.js";
39
+ import { setData as Fe } from "./reaction/setData.js";
40
+ import { submitData as Pe } from "./reaction/submitData.js";
41
+ import { triggerEvent as Ee } from "./reaction/triggerEvent.js";
8
42
  export {
9
- t as AccordionItem,
10
- s as BootstrapElement,
11
- o as CheckBoxField,
12
- r as Count,
13
- i as DataFilter,
14
- l as DateField,
15
- n as DelayedActions,
16
- u as FolderSortableTree,
17
- m as FormatNumeral,
18
- p as HashChangeListener,
19
- _ as Hide,
20
- c as Html,
21
- d as LabelFromValue,
22
- b as MessageListener,
23
- D as Modal,
24
- g as NumberField,
25
- oa as PageControls,
26
- x as Phantom,
27
- F as Popover,
28
- f as PreformattedMarkup,
29
- A as ReactOnEvent,
30
- T as ReactiveJsonSubroot,
31
- C as Redirect,
32
- h as SelectField,
33
- P as SetAttributeValue,
34
- V as SortableTreeItemCollapseButton,
35
- v as Switch,
36
- M as Tabs,
37
- R as TextAreaField,
38
- S as TextField,
39
- H as ToggleAttributeValue,
40
- E as Tooltip,
41
- L as UnsetAttribute,
42
- B as UnsetAttributeValue,
43
- N as VariablesDebug,
44
- aa as VisuallyHide,
45
- k as addData,
46
- w as coreDataMappingComponents,
47
- ta as coreDataProcessorComponents,
48
- y as executeHttpRequest,
49
- I as fetchData,
50
- J as getReactionFunctionsToExecute,
51
- U as moveData,
52
- q as normalizeAttributesForReactJsx,
53
- z as postMessage,
54
- O as propsDataLocationToPathAndValue,
55
- j as reactionFunctions,
56
- G as redirectNow,
57
- K as removeData,
58
- Q as setClipboardData,
59
- W as setData,
60
- X as simpleMapping,
61
- Y as submitData,
62
- na as triggerEvent,
63
- ia as usePagination
43
+ X as Count,
44
+ Z as DataFilter,
45
+ $ as DelayedActions,
46
+ N as FolderSortableTree,
47
+ k as FormatNumeral,
48
+ r as HashChangeListener,
49
+ a as Hide,
50
+ I as Html,
51
+ W as LabelFromValue,
52
+ p as MessageListener,
53
+ re as PageControls,
54
+ ae as Phantom,
55
+ z as PreformattedMarkup,
56
+ x as ReactOnEvent,
57
+ pe as ReactiveJsonBasicComponentWrapper,
58
+ F as ReactiveJsonSubroot,
59
+ n as Redirect,
60
+ l as SetAttributeValue,
61
+ K as SortableTreeItemCollapseButton,
62
+ xe as Switch,
63
+ c as ToggleAttributeValue,
64
+ b as UnsetAttribute,
65
+ d as UnsetAttributeValue,
66
+ B as VariablesDebug,
67
+ R as VisuallyHide,
68
+ ne as addData,
69
+ H as coreDataMappingComponents,
70
+ h as coreDataProcessorComponents,
71
+ M as coreElementComponents,
72
+ T as coreReactionComponents,
73
+ ce as executeHttpRequest,
74
+ le as fetchData,
75
+ ee as getReactionFunctionsToExecute,
76
+ be as moveData,
77
+ de as postMessage,
78
+ Re as redirectNow,
79
+ He as removeData,
80
+ he as setClipboardData,
81
+ Fe as setData,
82
+ w as simpleMapping,
83
+ Pe as submitData,
84
+ Ee as triggerEvent,
85
+ S as usePagination
64
86
  };
@@ -1,5 +1,25 @@
1
- import { y as t } from "../../VariablesDebug-1UzZWgD7.js";
2
- import "../../alterData-CjaFWyAA.js";
1
+ import { dataLocationToPath as n, evaluateTemplateValueCollection as u } from "../../engine/TemplateSystem.js";
2
+ import { l as r } from "../../lodash-CYNxjS-I.js";
3
+ const i = (o) => {
4
+ const { globalDataContext: t, templateContext: a } = o, { path: l, value: c } = o.args;
5
+ if (l === void 0)
6
+ return;
7
+ const d = n({
8
+ currentPath: a.templatePath,
9
+ dataLocation: l,
10
+ globalDataContext: t,
11
+ templateContext: a
12
+ }), e = u({
13
+ valueToEvaluate: c,
14
+ globalDataContext: t,
15
+ templateContext: a
16
+ });
17
+ t == null || t.updateData(
18
+ typeof e != "object" ? e : r.cloneDeep(e),
19
+ d,
20
+ "add"
21
+ );
22
+ };
3
23
  export {
4
- t as addData
24
+ i as addData
5
25
  };
@@ -1,4 +1,14 @@
1
- import { z as e } from "../../VariablesDebug-1UzZWgD7.js";
1
+ import { e as a } from "../../httpRequestCommon-DUo2Oxgl.js";
2
+ const c = (t) => {
3
+ var e;
4
+ a(
5
+ t,
6
+ {
7
+ method: ((e = t == null ? void 0 : t.args) == null ? void 0 : e.httpMethod) ?? "get"
8
+ },
9
+ "fetchData"
10
+ );
11
+ };
2
12
  export {
3
- e as fetchData
13
+ c as fetchData
4
14
  };
@@ -1,15 +1,37 @@
1
- import { y as e, E as s, z as r, G as o, I as D, J as m, K as p, O as d, Q as i, W as c } from "../../VariablesDebug-1UzZWgD7.js";
2
- import { triggerEvent as g } from "./triggerEvent.js";
1
+ import { addData as t } from "./addData.js";
2
+ import { fetchData as o } from "./fetchData.js";
3
+ import { moveData as r } from "./moveData.js";
4
+ import { postMessage as m } from "./postMessage.js";
5
+ import { redirectNow as e } from "./redirectNow.js";
6
+ import { removeData as a } from "./removeData.js";
7
+ import { setClipboardData as p } from "./setClipboardData.js";
8
+ import { setData as i } from "./setData.js";
9
+ import { submitData as f } from "./submitData.js";
10
+ import { triggerEvent as s } from "./triggerEvent.js";
11
+ import { e as q } from "../../httpRequestCommon-DUo2Oxgl.js";
12
+ const R = {
13
+ addData: t,
14
+ fetchData: o,
15
+ moveData: r,
16
+ postMessage: m,
17
+ redirectNow: e,
18
+ removeData: a,
19
+ setClipboardData: p,
20
+ setData: i,
21
+ submitData: f,
22
+ triggerEvent: s
23
+ };
3
24
  export {
4
- e as addData,
5
- s as executeHttpRequest,
6
- r as fetchData,
7
- o as moveData,
8
- D as postMessage,
9
- m as redirectNow,
10
- p as removeData,
11
- d as setClipboardData,
25
+ t as addData,
26
+ R as coreReactionComponents,
27
+ q as executeHttpRequest,
28
+ o as fetchData,
29
+ r as moveData,
30
+ m as postMessage,
31
+ e as redirectNow,
32
+ a as removeData,
33
+ p as setClipboardData,
12
34
  i as setData,
13
- c as submitData,
14
- g as triggerEvent
35
+ f as submitData,
36
+ s as triggerEvent
15
37
  };
@@ -1,4 +1,36 @@
1
- import { G as e } from "../../VariablesDebug-1UzZWgD7.js";
1
+ import { dataLocationToPath as i } from "../../engine/TemplateSystem.js";
2
+ const d = (e) => {
3
+ const { globalDataContext: a, templateContext: n } = e, { path: r, target: s } = e.args;
4
+ if (r === void 0 && s !== "currentTemplateData")
5
+ return;
6
+ let t;
7
+ if (r)
8
+ t = i({
9
+ currentPath: n.templatePath,
10
+ dataLocation: r,
11
+ globalDataContext: a,
12
+ templateContext: n
13
+ });
14
+ else {
15
+ t = n.templatePath;
16
+ let o = e.args.parentLevel ?? 0;
17
+ for (; o > 0; ) {
18
+ --o;
19
+ const l = t.lastIndexOf(".");
20
+ if (l < 1)
21
+ return;
22
+ t = t.substring(0, l);
23
+ }
24
+ }
25
+ const { increment: c } = e.args;
26
+ a == null || a.updateData(
27
+ {
28
+ increment: c
29
+ },
30
+ t,
31
+ "move"
32
+ );
33
+ };
2
34
  export {
3
- e as moveData
35
+ d as moveData
4
36
  };
@@ -1,4 +1,25 @@
1
- import { I as o } from "../../VariablesDebug-1UzZWgD7.js";
1
+ import { evaluateTemplateValueCollection as C } from "../../engine/TemplateSystem.js";
2
+ const V = (e) => {
3
+ var n, l, c, i, m, d, u, w, T, h, v;
4
+ const t = {
5
+ parent: window.parent,
6
+ self: window
7
+ }[((n = e == null ? void 0 : e.args) == null ? void 0 : n.messageTarget) ?? "parent"] ?? window, g = ((l = e == null ? void 0 : e.args) == null ? void 0 : l.targetOrigin) ?? window.location.origin, a = C({
8
+ globalDataContext: e.globalDataContext,
9
+ templateContext: e.templateContext,
10
+ valueToEvaluate: (c = e == null ? void 0 : e.args) == null ? void 0 : c.message
11
+ });
12
+ if (((i = e == null ? void 0 : e.args) == null ? void 0 : i.on) === "change" && typeof a == "object" && ((m = e == null ? void 0 : e.args) != null && m.includeChangedValue) && ((u = (d = e == null ? void 0 : e.event) == null ? void 0 : d.target) == null ? void 0 : u.nodeName) === "INPUT") {
13
+ let x;
14
+ switch ((T = (w = e == null ? void 0 : e.event) == null ? void 0 : w.target) == null ? void 0 : T.type) {
15
+ case "checkbox":
16
+ x = (v = (h = e == null ? void 0 : e.event) == null ? void 0 : h.target) == null ? void 0 : v.checked;
17
+ break;
18
+ }
19
+ a.changedValue = x;
20
+ }
21
+ t && g && t.postMessage(a, g);
22
+ };
2
23
  export {
3
- o as postMessage
24
+ V as postMessage
4
25
  };
@@ -1,4 +1,8 @@
1
- import { J as o } from "../../VariablesDebug-1UzZWgD7.js";
1
+ import { evaluateTemplateValue as l } from "../../engine/TemplateSystem.js";
2
+ const r = (e) => {
3
+ const { globalDataContext: o, templateContext: a } = e, { to: t } = e.args;
4
+ !t || typeof t != "string" || (window.location.href = l({ valueToEvaluate: t, globalDataContext: o, templateContext: a }));
5
+ };
2
6
  export {
3
- o as redirectNow
7
+ r as redirectNow
4
8
  };
@@ -1,4 +1,29 @@
1
- import { K as o } from "../../VariablesDebug-1UzZWgD7.js";
1
+ import { dataLocationToPath as s } from "../../engine/TemplateSystem.js";
2
+ const d = (a) => {
3
+ const { globalDataContext: e, templateContext: r } = a, { path: n, target: i } = a.args;
4
+ if (n === void 0 && i !== "currentTemplateData")
5
+ return;
6
+ let t;
7
+ if (n)
8
+ t = s({
9
+ currentPath: r.templatePath,
10
+ dataLocation: n,
11
+ globalDataContext: e,
12
+ templateContext: r
13
+ });
14
+ else {
15
+ t = r.templatePath;
16
+ let o = a.args.parentLevel ?? 0;
17
+ for (; o > 0; ) {
18
+ --o;
19
+ const l = t.lastIndexOf(".");
20
+ if (l < 1)
21
+ return;
22
+ t = t.substring(0, l);
23
+ }
24
+ }
25
+ e == null || e.updateData(void 0, t, "remove");
26
+ };
2
27
  export {
3
- o as removeData
28
+ d as removeData
4
29
  };
@@ -1,4 +1,18 @@
1
- import { O as r } from "../../VariablesDebug-1UzZWgD7.js";
1
+ import { evaluateTemplateValue as i } from "../../engine/TemplateSystem.js";
2
+ const n = async (t) => {
3
+ var e;
4
+ const { globalDataContext: o, templateContext: l } = t, a = i({
5
+ valueToEvaluate: (e = t == null ? void 0 : t.args) == null ? void 0 : e.value,
6
+ globalDataContext: o,
7
+ templateContext: l
8
+ });
9
+ if (typeof a == "string")
10
+ try {
11
+ await navigator.clipboard.writeText(a.toString());
12
+ } catch (r) {
13
+ console.error("Failed to copy data to the clipboard:", r);
14
+ }
15
+ };
2
16
  export {
3
- r as setClipboardData
17
+ n as setClipboardData
4
18
  };
@@ -1,5 +1,24 @@
1
- import { Q as r } from "../../VariablesDebug-1UzZWgD7.js";
2
- import "../../alterData-CjaFWyAA.js";
1
+ import { dataLocationToPath as u, evaluateTemplateValueCollection as r } from "../../engine/TemplateSystem.js";
2
+ import { l as s } from "../../lodash-CYNxjS-I.js";
3
+ const i = (o) => {
4
+ const { globalDataContext: t, templateContext: a } = o, { path: l, value: c } = o.args;
5
+ if (l === void 0)
6
+ return;
7
+ const n = u({
8
+ currentPath: a.templatePath,
9
+ dataLocation: l,
10
+ globalDataContext: t,
11
+ templateContext: a
12
+ }), e = r({
13
+ valueToEvaluate: c,
14
+ globalDataContext: t,
15
+ templateContext: a
16
+ });
17
+ t == null || t.updateData(
18
+ typeof e != "object" ? e : s.cloneDeep(e),
19
+ n
20
+ );
21
+ };
3
22
  export {
4
- r as setData
23
+ i as setData
5
24
  };
@@ -1,4 +1,27 @@
1
- import { W as m } from "../../VariablesDebug-1UzZWgD7.js";
1
+ import { e as d } from "../../httpRequestCommon-DUo2Oxgl.js";
2
+ import { evaluateTemplateValue as D } from "../../engine/TemplateSystem.js";
3
+ const x = (t) => {
4
+ var m, o, s;
5
+ const { globalDataContext: n, templateContext: _ } = t, l = n.getRootContext ? n.getRootContext() : n;
6
+ let e = {};
7
+ (m = t == null ? void 0 : t.args) != null && m.hasOwnProperty("data") ? (e = t.args.data, e = ((a, i) => {
8
+ if (Array.isArray(a))
9
+ return a.map(i);
10
+ if (typeof a == "object" && a !== null) {
11
+ const r = Object.entries(a).map(([u, b]) => [u, i(b)]);
12
+ return Object.fromEntries(r);
13
+ } else
14
+ return i(a);
15
+ })(e, (a) => D({ valueToEvaluate: a, globalDataContext: l, templateContext: _ })), l.templateData.__state !== void 0 && (e.__state = l.templateData.__state)) : (e.data = l.templateData, l.templateData.__state !== void 0 && (e.data.__state = l.templateData.__state)), d(
16
+ t,
17
+ {
18
+ method: ((o = t == null ? void 0 : t.args) == null ? void 0 : o.httpMethod) ?? "post",
19
+ data: e,
20
+ submitSilently: (s = t == null ? void 0 : t.args) == null ? void 0 : s.submitSilently
21
+ },
22
+ "submitData"
23
+ );
24
+ };
2
25
  export {
3
- m as submitData
26
+ x as submitData
4
27
  };
@@ -1,7 +1,8 @@
1
- import { E as m } from "../../../VariablesDebug-1UzZWgD7.js";
2
- import "../../../alterData-CjaFWyAA.js";
1
+ import { e as i } from "../../../httpRequestCommon-DUo2Oxgl.js";
2
+ import "../../../engine/TemplateSystem.js";
3
+ import "../../../engine/utility/alterData.js";
3
4
  import "../../../engine/utility/dataMappingSystem.js";
4
- import "../../../engine/utility/parseRjBuild.js";
5
+ import "../../../js-yaml-Bw0KO4XO.js";
5
6
  export {
6
- m as executeHttpRequest
7
+ i as executeHttpRequest
7
8
  };
@@ -1,4 +1,4 @@
1
- import { E as o } from "../../../VariablesDebug-1UzZWgD7.js";
1
+ import { e as o } from "../../../httpRequestCommon-DUo2Oxgl.js";
2
2
  export {
3
3
  o as executeHttpRequest
4
4
  };
@@ -1,5 +1,8 @@
1
- import { a8 as m } from "./VariablesDebug-1UzZWgD7.js";
1
+ import "./index-BA09SSaJ.js";
2
+ import "./component/dataMapping/index.js";
2
3
  import "./component/dataProcessor/index.js";
4
+ import { b as e } from "./index-BYLJtf9L.js";
5
+ import "./component/reaction/index.js";
3
6
  export {
4
- m as coreComponentsPlugin
7
+ e as coreComponentsPlugin
5
8
  };