@ea-lab/reactive-json 0.5.1 → 0.6.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.
Files changed (84) hide show
  1. package/dist/HashChangeListener-CZjn9YZy.js +8550 -0
  2. package/dist/ParsingDebugDisplay-8f4yL4Jw.js +696 -0
  3. package/dist/VariablesDebug-DgS3E2aX.js +9305 -0
  4. package/dist/assets/DebugJson.css +1 -0
  5. package/dist/assets/DebugList.css +1 -0
  6. package/dist/assets/ParsingDebugDisplay.css +1 -0
  7. package/dist/assets/VariablesDebug.css +4 -0
  8. package/dist/component/action/HashChangeListener.js +1 -1
  9. package/dist/component/action/MessageListener.js +2 -2
  10. package/dist/component/action/Popover.js +1 -1
  11. package/dist/component/action/ReactOnEvent.js +1 -1
  12. package/dist/component/action/Redirect.js +1 -1
  13. package/dist/component/action/SetAttributeValue.js +1 -1
  14. package/dist/component/action/ToggleAttributeValue.js +1 -1
  15. package/dist/component/action/Tooltip.js +1 -1
  16. package/dist/component/action/UnsetAttribute.js +1 -1
  17. package/dist/component/action/UnsetAttributeValue.js +1 -1
  18. package/dist/component/action/index.js +1 -1
  19. package/dist/component/dataMapping/index.js +1 -1
  20. package/dist/component/dataMapping/simpleMapping.js +1 -1
  21. package/dist/component/element/debug/VariablesDebug/DebugMode.enum.js +4 -0
  22. package/dist/component/element/debug/VariablesDebug/ModeDisplay/DebugJson/DebugJson.js +7 -0
  23. package/dist/component/element/debug/VariablesDebug/ModeDisplay/DebugList/DebugList.js +14 -0
  24. package/dist/component/element/debug/VariablesDebug/VariablesDebug.js +18 -0
  25. package/dist/component/element/debug/VariablesDebug/utils.js +19 -0
  26. package/dist/component/element/debug/index.js +4 -0
  27. package/dist/component/element/form/CheckBoxField.js +1 -1
  28. package/dist/component/element/form/DateField.js +1 -1
  29. package/dist/component/element/form/NumberField.js +1 -1
  30. package/dist/component/element/form/SelectField.js +1 -1
  31. package/dist/component/element/form/TextAreaField.js +1 -1
  32. package/dist/component/element/form/TextField.js +1 -1
  33. package/dist/component/element/form/formElementsCommon.js +1 -1
  34. package/dist/component/element/form/index.js +1 -1
  35. package/dist/component/element/html/AccordionItem.js +1 -1
  36. package/dist/component/element/html/FolderSortableTree.js +4 -3
  37. package/dist/component/element/html/FormatNumeral.js +1 -1
  38. package/dist/component/element/html/Html.js +1 -1
  39. package/dist/component/element/html/LabelFromValue.js +1 -1
  40. package/dist/component/element/html/Modal.js +1 -1
  41. package/dist/component/element/html/PreformattedMarkup.js +3 -2
  42. package/dist/component/element/html/SortableTreeItemCollapseButton.js +1 -1
  43. package/dist/component/element/html/Tabs.js +1 -1
  44. package/dist/component/element/html/index.js +1 -1
  45. package/dist/component/element/index.js +28 -26
  46. package/dist/component/element/special/BootstrapElement.js +1 -1
  47. package/dist/component/element/special/Count.js +7 -5
  48. package/dist/component/element/special/DataFilter.js +1 -1
  49. package/dist/component/element/special/DelayedActions.js +1 -1
  50. package/dist/component/element/special/Phantom.js +1 -1
  51. package/dist/component/element/special/ReactiveJsonSubroot.js +5 -4
  52. package/dist/component/element/special/Switch.js +1 -1
  53. package/dist/component/element/special/index.js +1 -1
  54. package/dist/component/index.js +20 -18
  55. package/dist/component/reaction/addData.js +2 -2
  56. package/dist/component/reaction/fetchData.js +1 -1
  57. package/dist/component/reaction/index.js +1 -1
  58. package/dist/component/reaction/moveData.js +1 -1
  59. package/dist/component/reaction/postMessage.js +1 -1
  60. package/dist/component/reaction/redirectNow.js +1 -1
  61. package/dist/component/reaction/removeData.js +1 -1
  62. package/dist/component/reaction/setClipboardData.js +1 -1
  63. package/dist/component/reaction/setData.js +2 -2
  64. package/dist/component/reaction/submitData.js +1 -1
  65. package/dist/component/reaction/utility/httpRequestCommon.js +3 -3
  66. package/dist/component/reaction/utility/index.js +1 -1
  67. package/dist/coreComponentsPlugin.js +1 -1
  68. package/dist/engine/Actions.js +5 -4
  69. package/dist/engine/ParsingDebugDisplay/ParsingDebugDisplay.js +6 -0
  70. package/dist/engine/ReactiveJsonRoot.js +6 -3
  71. package/dist/engine/TemplateSystem.js +1 -1
  72. package/dist/engine/View.js +7 -3
  73. package/dist/engine/index.js +2 -2
  74. package/dist/engine/utility/alterData.js +21 -2
  75. package/dist/engine/utility/analyzeDataOverrideReferences.js +1 -1
  76. package/dist/engine/utility/formatString.js +1 -1
  77. package/dist/engine/utility/index.js +4 -4
  78. package/dist/engine/utility/parseRjBuild.js +39 -991
  79. package/dist/js-yaml-Bw0KO4XO.js +983 -0
  80. package/dist/{alterData-CjaFWyAA.js → lodash-CYNxjS-I.js} +1348 -1368
  81. package/dist/main.js +46 -44
  82. package/dist/utils.d.ts +5 -0
  83. package/package.json +4 -2
  84. package/dist/HashChangeListener-BqIIvMlx.js +0 -18247
@@ -0,0 +1 @@
1
+ ._container_1y0sy_1{max-height:56vh;overflow:auto;font-size:12px;margin:0}
@@ -0,0 +1 @@
1
+ ._container_1qqnn_1{max-height:56vh;overflow:auto;font-size:12px}._row_1qqnn_7{display:flex;gap:8px;margin-bottom:4px}._path_1qqnn_13{color:#93c5fd}._value_1qqnn_17{color:#fbbf24}
@@ -0,0 +1 @@
1
+ ._container_16v39_1{background-color:#3e5b69;color:#fff;overflow:auto;padding:10px}._subtitle_16v39_8{font-size:1.1rem;font-weight:700}._errorDetailsTitle_16v39_13{font-weight:700}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ https://serp.co/tools/css-reset/
3
+ <link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
4
+ */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}._debugRoot_n8k8a_1{position:fixed;bottom:12px;right:12px;display:flex;flex-direction:column;align-items:stretch;gap:8px;width:min(560px,96vw);max-height:70vh;overflow-y:auto;z-index:9998;pointer-events:none}._container_n8k8a_16{position:relative;bottom:auto;right:auto;background-color:#111827;color:#e5e7eb;padding:10px;border-radius:8px;box-shadow:0 2px 12px #0000004d;cursor:pointer;border:1px solid #374151;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;z-index:9999;width:100%;overflow:hidden;pointer-events:auto}._container_n8k8a_16._expanded_n8k8a_35{width:100%;max-height:64vh}._header_n8k8a_40{display:flex;align-items:center;justify-content:space-between}._actions_n8k8a_46{display:flex;gap:8px}._btn_n8k8a_51{background:transparent;color:#e5e7eb;border:1px solid #4b5563;border-radius:6px;padding:2px 8px}._btn_n8k8a_51._active_n8k8a_59{background:#1f2937}._path_n8k8a_63{color:#93c5fd}._value_n8k8a_67{color:#fbbf24}._copyBtn_n8k8a_71{transition:background-color .2s ease-in-out}._copyBtnSuccess_n8k8a_75{background-color:#10b932}._copyBtnError_n8k8a_79{background-color:#ef4444}._info_n8k8a_83{margin-top:8px}@media (max-width: 480px){._debugRoot_n8k8a_1{right:8px;left:8px;width:auto}}
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { H as a } from "../../HashChangeListener-BqIIvMlx.js";
3
+ import { H as a } from "../../HashChangeListener-CZjn9YZy.js";
4
4
  import "../../engine/EventDispatcherContext.js";
5
5
  import "../../engine/GlobalDataContext.js";
6
6
  import "../../engine/TemplateContext.js";
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { M as a } from "../../HashChangeListener-BqIIvMlx.js";
3
+ import { M as a } from "../../HashChangeListener-CZjn9YZy.js";
4
4
  import "../../engine/EventDispatcherContext.js";
5
5
  import "../../engine/GlobalDataContext.js";
6
6
  import "../../engine/TemplateContext.js";
7
- import "../../alterData-CjaFWyAA.js";
7
+ import "../../lodash-CYNxjS-I.js";
8
8
  export {
9
9
  a as MessageListener
10
10
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { P as t } from "../../HashChangeListener-BqIIvMlx.js";
2
+ import { P as t } from "../../HashChangeListener-CZjn9YZy.js";
3
3
  import "react";
4
4
  export {
5
5
  t as Popover
@@ -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-BqIIvMlx.js";
5
+ import { R as a, r as e } from "../../HashChangeListener-CZjn9YZy.js";
6
6
  import "../reaction/triggerEvent.js";
7
7
  export {
8
8
  a as ReactOnEvent,
@@ -1,4 +1,4 @@
1
- import { a as p } from "../../HashChangeListener-BqIIvMlx.js";
1
+ import { a as p } from "../../HashChangeListener-CZjn9YZy.js";
2
2
  import "react";
3
3
  import "../../engine/GlobalDataContext.js";
4
4
  import "../../engine/TemplateContext.js";
@@ -1,7 +1,7 @@
1
1
  import "react";
2
2
  import "../../engine/GlobalDataContext.js";
3
3
  import "../../engine/TemplateContext.js";
4
- import { S as m } from "../../HashChangeListener-BqIIvMlx.js";
4
+ import { S as m } from "../../HashChangeListener-CZjn9YZy.js";
5
5
  export {
6
6
  m as SetAttributeValue
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import "react";
2
2
  import "../../engine/GlobalDataContext.js";
3
3
  import "../../engine/TemplateContext.js";
4
- import { T as m } from "../../HashChangeListener-BqIIvMlx.js";
4
+ import { T as m } from "../../HashChangeListener-CZjn9YZy.js";
5
5
  export {
6
6
  m as ToggleAttributeValue
7
7
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { b as t } from "../../HashChangeListener-BqIIvMlx.js";
2
+ import { b as t } from "../../HashChangeListener-CZjn9YZy.js";
3
3
  export {
4
4
  t as Tooltip
5
5
  };
@@ -1,7 +1,7 @@
1
1
  import "react";
2
2
  import "../../engine/GlobalDataContext.js";
3
3
  import "../../engine/TemplateContext.js";
4
- import { U as p } from "../../HashChangeListener-BqIIvMlx.js";
4
+ import { U as p } from "../../HashChangeListener-CZjn9YZy.js";
5
5
  export {
6
6
  p as UnsetAttribute
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import "react";
2
2
  import "../../engine/GlobalDataContext.js";
3
3
  import "../../engine/TemplateContext.js";
4
- import { c as m } from "../../HashChangeListener-BqIIvMlx.js";
4
+ import { c as m } from "../../HashChangeListener-CZjn9YZy.js";
5
5
  export {
6
6
  m as UnsetAttributeValue
7
7
  };
@@ -1,4 +1,4 @@
1
- import { H as a, M as s, P as r, R as i, a as o, S as n, T as u, b as l, U as b, c, r as p } from "../../HashChangeListener-BqIIvMlx.js";
1
+ import { H as a, M as s, P as r, R as i, a as o, S as n, T as u, b as l, U as b, c, r as p } from "../../HashChangeListener-CZjn9YZy.js";
2
2
  import { Hide as A } from "./Hide.js";
3
3
  import { VisuallyHide as V } from "./VisuallyHide.js";
4
4
  export {
@@ -1,4 +1,4 @@
1
- import { d as o, s } from "../../HashChangeListener-BqIIvMlx.js";
1
+ import { d as o, s } from "../../HashChangeListener-CZjn9YZy.js";
2
2
  export {
3
3
  o as coreDataMappingComponents,
4
4
  s as simpleMapping
@@ -1,4 +1,4 @@
1
- import { s as a } from "../../HashChangeListener-BqIIvMlx.js";
1
+ import { s as a } from "../../HashChangeListener-CZjn9YZy.js";
2
2
  export {
3
3
  a as simpleMapping
4
4
  };
@@ -0,0 +1,4 @@
1
+ const o = { LIST: "list", JSON: "json" };
2
+ export {
3
+ o as DebugMode
4
+ };
@@ -0,0 +1,7 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import '../../../../../../assets/DebugJson.css';const t = "_container_1y0sy_1", o = {
3
+ container: t
4
+ }, s = ({ jsonString: n }) => /* @__PURE__ */ e("pre", { className: o.container, children: n });
5
+ export {
6
+ s as default
7
+ };
@@ -0,0 +1,14 @@
1
+ import { jsx as n, jsxs as t } from "react/jsx-runtime";
2
+ import '../../../../../../assets/DebugList.css';const c = "_container_1qqnn_1", r = "_row_1qqnn_7", l = "_path_1qqnn_13", i = "_value_1qqnn_17", a = {
3
+ container: c,
4
+ row: r,
5
+ path: l,
6
+ value: i
7
+ }, p = ({ flatRows: e }) => /* @__PURE__ */ n("div", { className: a.container, children: e.map((s) => /* @__PURE__ */ t("div", { className: a.row, children: [
8
+ /* @__PURE__ */ n("span", { className: a.path, children: s.path }),
9
+ /* @__PURE__ */ n("span", { children: ":" }),
10
+ /* @__PURE__ */ n("span", { className: a.value, children: JSON.stringify(s.value) })
11
+ ] }, s.path)) });
12
+ export {
13
+ p as default
14
+ };
@@ -0,0 +1,18 @@
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import { V as D } from "../../../../VariablesDebug-DgS3E2aX.js";
4
+ import "../../../../engine/GlobalDataContext.js";
5
+ import "../../../../engine/TemplateContext.js";
6
+ import "../../../../lodash-CYNxjS-I.js";
7
+ import "../../../../js-yaml-Bw0KO4XO.js";
8
+ import "../../../../engine/EventDispatcherContext.js";
9
+ import "../../../../engine/PaginationContext.js";
10
+ import "../../../../engine/EventDispatcherProvider.js";
11
+ import "../../../../ParsingDebugDisplay-8f4yL4Jw.js";
12
+ import "./DebugMode.enum.js";
13
+ import "./ModeDisplay/DebugList/DebugList.js";
14
+ import "./ModeDisplay/DebugJson/DebugJson.js";
15
+ import "./utils.js";
16
+ export {
17
+ D as VariablesDebug
18
+ };
@@ -0,0 +1,19 @@
1
+ const i = (s, f = "data") => {
2
+ const e = [], t = (r, n) => {
3
+ if (Array.isArray(r)) {
4
+ r.forEach((o, c) => t(o, `${n}.${c}`));
5
+ return;
6
+ }
7
+ if (r !== null && typeof r == "object") {
8
+ Object.entries(r).forEach(
9
+ ([o, c]) => t(c, `${n}.${o}`)
10
+ );
11
+ return;
12
+ }
13
+ e.push({ path: n, value: r });
14
+ };
15
+ return t(s, f), e;
16
+ };
17
+ export {
18
+ i as flattenObject
19
+ };
@@ -0,0 +1,4 @@
1
+ import { V as r } from "../../../VariablesDebug-DgS3E2aX.js";
2
+ export {
3
+ r as VariablesDebug
4
+ };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { C as e } from "../../../HashChangeListener-BqIIvMlx.js";
3
+ import { C as e } from "../../../HashChangeListener-CZjn9YZy.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { D as e } from "../../../HashChangeListener-BqIIvMlx.js";
3
+ import { D as e } from "../../../HashChangeListener-CZjn9YZy.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { N as e } from "../../../HashChangeListener-BqIIvMlx.js";
3
+ import { N as e } from "../../../HashChangeListener-CZjn9YZy.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 { e as p } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { e as p } from "../../../HashChangeListener-CZjn9YZy.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 { f as e } from "../../../HashChangeListener-BqIIvMlx.js";
3
+ import { f as e } from "../../../HashChangeListener-CZjn9YZy.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../engine/GlobalDataContext.js";
4
- import { g as e } from "../../../HashChangeListener-BqIIvMlx.js";
4
+ import { g as e } from "../../../HashChangeListener-CZjn9YZy.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
7
7
  e as TextField
@@ -1,4 +1,4 @@
1
- import { p } from "../../../HashChangeListener-BqIIvMlx.js";
1
+ import { p } from "../../../HashChangeListener-CZjn9YZy.js";
2
2
  export {
3
3
  p as propsDataLocationToPathAndValue
4
4
  };
@@ -1,4 +1,4 @@
1
- import { C as l, D as s, N as t, e as d, f as i, g as o, p as F } from "../../../HashChangeListener-BqIIvMlx.js";
1
+ import { C as l, D as s, N as t, e as d, f as i, g as o, p as F } from "../../../HashChangeListener-CZjn9YZy.js";
2
2
  export {
3
3
  l as CheckBoxField,
4
4
  s as DateField,
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { A as i } from "../../../HashChangeListener-BqIIvMlx.js";
3
+ import { A as i } from "../../../HashChangeListener-CZjn9YZy.js";
4
4
  export {
5
5
  i as AccordionItem
6
6
  };
@@ -1,9 +1,10 @@
1
1
  import "react/jsx-runtime";
2
- import { F as a } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { F as l } from "../../../HashChangeListener-CZjn9YZy.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
- import "../../../alterData-CjaFWyAA.js";
5
+ import "../../../VariablesDebug-DgS3E2aX.js";
6
+ import "../../../lodash-CYNxjS-I.js";
6
7
  import "react";
7
8
  export {
8
- a as FolderSortableTree
9
+ l as FolderSortableTree
9
10
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { h as a } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { h as a } from "../../../HashChangeListener-CZjn9YZy.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 { i as a, n as e } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { i as a, n as e } from "../../../HashChangeListener-CZjn9YZy.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-BqIIvMlx.js";
2
+ import { L as a } from "../../../HashChangeListener-CZjn9YZy.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 { j as a } from "../../../HashChangeListener-BqIIvMlx.js";
4
+ import { j as a } from "../../../HashChangeListener-CZjn9YZy.js";
5
5
  import "react";
6
6
  export {
7
7
  a as Modal
@@ -1,8 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import { k as a } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { k as e } from "../../../HashChangeListener-CZjn9YZy.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
+ import "../../../VariablesDebug-DgS3E2aX.js";
5
6
  import "react";
6
7
  export {
7
- a as PreformattedMarkup
8
+ e as PreformattedMarkup
8
9
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { l as p } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { l as p } from "../../../HashChangeListener-CZjn9YZy.js";
3
3
  import "../../../engine/TemplateContext.js";
4
4
  import "react";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { m as a } from "../../../HashChangeListener-BqIIvMlx.js";
3
+ import { m as a } from "../../../HashChangeListener-CZjn9YZy.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, h as t, i as s, L as l, j as m, k as b, l as u, m as F, n as d } from "../../../HashChangeListener-BqIIvMlx.js";
1
+ import { A as r, F as o, h as t, i as s, L as l, j as m, k as b, l as u, m as F, n as d } from "../../../HashChangeListener-CZjn9YZy.js";
2
2
  export {
3
3
  r as AccordionItem,
4
4
  o as FolderSortableTree,
@@ -1,30 +1,32 @@
1
- import { A as t, B as o, C as s, o as r, q as l, D as i, t as n, F as m, h as F, i as c, L as d, j as u, N as p, v as x, k as b, w as T, e as A, l as h, x as C, m as D, f as S, g as f, u as B, n as P, p as g } from "../../HashChangeListener-BqIIvMlx.js";
2
- import { PageControls as L } from "./special/PageControls.js";
1
+ import { V as t } from "../../VariablesDebug-DgS3E2aX.js";
2
+ import { A as s, B as r, C as l, o as i, q as m, D as n, t as u, F, h as c, i as d, L as b, j as p, N as x, v as T, k as A, w as D, e as f, l as h, x as C, m as S, f as g, g as B, u as P, n as V, p as k } from "../../HashChangeListener-CZjn9YZy.js";
3
+ import { PageControls as N } from "./special/PageControls.js";
3
4
  export {
4
- t as AccordionItem,
5
- o as BootstrapElement,
6
- s as CheckBoxField,
7
- r as Count,
8
- l as DataFilter,
9
- i as DateField,
10
- n as DelayedActions,
11
- m as FolderSortableTree,
12
- F as FormatNumeral,
13
- c as Html,
14
- d as LabelFromValue,
15
- u as Modal,
16
- p as NumberField,
17
- L as PageControls,
18
- x as Phantom,
19
- b as PreformattedMarkup,
20
- T as ReactiveJsonSubroot,
21
- A as SelectField,
5
+ s as AccordionItem,
6
+ r as BootstrapElement,
7
+ l as CheckBoxField,
8
+ i as Count,
9
+ m as DataFilter,
10
+ n as DateField,
11
+ u as DelayedActions,
12
+ F as FolderSortableTree,
13
+ c as FormatNumeral,
14
+ d as Html,
15
+ b as LabelFromValue,
16
+ p as Modal,
17
+ x as NumberField,
18
+ N as PageControls,
19
+ T as Phantom,
20
+ A as PreformattedMarkup,
21
+ D as ReactiveJsonSubroot,
22
+ f as SelectField,
22
23
  h as SortableTreeItemCollapseButton,
23
24
  C as Switch,
24
- D as Tabs,
25
- S as TextAreaField,
26
- f as TextField,
27
- B as getReactionFunctionsToExecute,
28
- P as normalizeAttributesForReactJsx,
29
- g as propsDataLocationToPathAndValue
25
+ S as Tabs,
26
+ g as TextAreaField,
27
+ B as TextField,
28
+ t as VariablesDebug,
29
+ P as getReactionFunctionsToExecute,
30
+ V as normalizeAttributesForReactJsx,
31
+ k as propsDataLocationToPathAndValue
30
32
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { B as e } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { B as e } from "../../../HashChangeListener-CZjn9YZy.js";
3
3
  export {
4
4
  e as BootstrapElement
5
5
  };
@@ -1,13 +1,15 @@
1
- import { o as u } from "../../../HashChangeListener-BqIIvMlx.js";
1
+ import "../../../VariablesDebug-DgS3E2aX.js";
2
2
  import "react";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
- import "../../../alterData-CjaFWyAA.js";
5
+ import "../../../lodash-CYNxjS-I.js";
6
6
  import "react/jsx-runtime";
7
7
  import "../../../engine/EventDispatcherContext.js";
8
- import "../../../engine/PaginationContext.js";
9
8
  import "../../../engine/EventDispatcherProvider.js";
10
- import "../../../engine/utility/parseRjBuild.js";
9
+ import "../../../engine/PaginationContext.js";
10
+ import "../../../ParsingDebugDisplay-8f4yL4Jw.js";
11
+ import { o as C } from "../../../HashChangeListener-CZjn9YZy.js";
12
+ import "../../../js-yaml-Bw0KO4XO.js";
11
13
  export {
12
- u as Count
14
+ C as Count
13
15
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { q as a } from "../../../HashChangeListener-BqIIvMlx.js";
3
+ import { q as a } from "../../../HashChangeListener-CZjn9YZy.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 { t as p, u as a } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { t as p, u as a } from "../../../HashChangeListener-CZjn9YZy.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 { v as t } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { v as t } from "../../../HashChangeListener-CZjn9YZy.js";
3
3
  export {
4
4
  t as Phantom
5
5
  };
@@ -1,13 +1,14 @@
1
1
  import "react/jsx-runtime";
2
- import { w as f } from "../../../HashChangeListener-BqIIvMlx.js";
2
+ import { w as n } from "../../../HashChangeListener-CZjn9YZy.js";
3
3
  import "../../../engine/EventDispatcherContext.js";
4
4
  import "../../../engine/EventDispatcherProvider.js";
5
5
  import "../../../engine/GlobalDataContext.js";
6
6
  import "../../../engine/PaginationContext.js";
7
7
  import "react";
8
8
  import "../../../engine/TemplateContext.js";
9
- import "../../../alterData-CjaFWyAA.js";
10
- import "../../../engine/utility/parseRjBuild.js";
9
+ import "../../../lodash-CYNxjS-I.js";
10
+ import "../../../js-yaml-Bw0KO4XO.js";
11
+ import "../../../VariablesDebug-DgS3E2aX.js";
11
12
  export {
12
- f as ReactiveJsonSubroot
13
+ n as ReactiveJsonSubroot
13
14
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { x as c } from "../../../HashChangeListener-BqIIvMlx.js";
3
+ import { x as c } from "../../../HashChangeListener-CZjn9YZy.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/PaginationContext.js";
6
6
  import "../../../engine/TemplateContext.js";
@@ -1,4 +1,4 @@
1
- import { B as a, o as e, q as s, t as n, v as r, w as c, x as i, u } from "../../../HashChangeListener-BqIIvMlx.js";
1
+ import { B as a, o as e, q as s, t as n, v as r, w as c, x as i, u } from "../../../HashChangeListener-CZjn9YZy.js";
2
2
  import { PageControls as m } from "./PageControls.js";
3
3
  export {
4
4
  a as BootstrapElement,
@@ -1,18 +1,19 @@
1
- import { A as t, B as s, C as o, o as r, q as i, D as n, t as l, F as u, h as m, H as p, i as c, L as d, M as b, j as x, N as D, v as F, P as g, k as f, R as A, w as T, a as C, e as h, S as P, l as v, x as M, m as R, f as S, g as V, T as H, b as E, U as L, c as B, y as N, d as k, E as w, z as y, u as I, G as J, n as U, I as q, p as z, r as O, J as j, K as G, O as K, Q, s as W, V as X } from "../HashChangeListener-BqIIvMlx.js";
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 x, N as D, v as g, P as F, k as f, R as A, w as T, a as C, e as V, S as h, l as P, x as v, m as M, f as R, g as S, T as H, b as E, U as L, c as B, y as N, d as k, E as w, z as y, u as I, G as J, n as U, I as q, p as z, r as O, J as j, K as G, O as K, Q, s as W, V as X } from "../HashChangeListener-CZjn9YZy.js";
2
2
  import { Hide as Z } from "./action/Hide.js";
3
3
  import { VisuallyHide as $ } from "./action/VisuallyHide.js";
4
4
  import { coreDataProcessorComponents as ea } from "./dataProcessor/index.js";
5
- import { PageControls as sa } from "./element/special/PageControls.js";
6
- import { u as ra } from "../usePagination-Bb6lefHG.js";
7
- import { triggerEvent as na } from "./reaction/triggerEvent.js";
5
+ import { V as sa } from "../VariablesDebug-DgS3E2aX.js";
6
+ import { PageControls as ra } from "./element/special/PageControls.js";
7
+ import { u as la } from "../usePagination-Bb6lefHG.js";
8
+ import { triggerEvent as ua } from "./reaction/triggerEvent.js";
8
9
  export {
9
10
  t as AccordionItem,
10
11
  s as BootstrapElement,
11
12
  o as CheckBoxField,
12
13
  r as Count,
13
14
  i as DataFilter,
14
- n as DateField,
15
- l as DelayedActions,
15
+ l as DateField,
16
+ n as DelayedActions,
16
17
  u as FolderSortableTree,
17
18
  m as FormatNumeral,
18
19
  p as HashChangeListener,
@@ -22,24 +23,25 @@ export {
22
23
  b as MessageListener,
23
24
  x as Modal,
24
25
  D as NumberField,
25
- sa as PageControls,
26
- F as Phantom,
27
- g as Popover,
26
+ ra as PageControls,
27
+ g as Phantom,
28
+ F as Popover,
28
29
  f as PreformattedMarkup,
29
30
  A as ReactOnEvent,
30
31
  T as ReactiveJsonSubroot,
31
32
  C as Redirect,
32
- h as SelectField,
33
- P as SetAttributeValue,
34
- v as SortableTreeItemCollapseButton,
35
- M as Switch,
36
- R as Tabs,
37
- S as TextAreaField,
38
- V as TextField,
33
+ V as SelectField,
34
+ h as SetAttributeValue,
35
+ P as SortableTreeItemCollapseButton,
36
+ v as Switch,
37
+ M as Tabs,
38
+ R as TextAreaField,
39
+ S as TextField,
39
40
  H as ToggleAttributeValue,
40
41
  E as Tooltip,
41
42
  L as UnsetAttribute,
42
43
  B as UnsetAttributeValue,
44
+ sa as VariablesDebug,
43
45
  $ as VisuallyHide,
44
46
  N as addData,
45
47
  k as coreDataMappingComponents,
@@ -58,6 +60,6 @@ export {
58
60
  Q as setData,
59
61
  W as simpleMapping,
60
62
  X as submitData,
61
- na as triggerEvent,
62
- ra as usePagination
63
+ ua as triggerEvent,
64
+ la as usePagination
63
65
  };
@@ -1,5 +1,5 @@
1
- import { y as t } from "../../HashChangeListener-BqIIvMlx.js";
2
- import "../../alterData-CjaFWyAA.js";
1
+ import { y as t } from "../../HashChangeListener-CZjn9YZy.js";
2
+ import "../../lodash-CYNxjS-I.js";
3
3
  export {
4
4
  t as addData
5
5
  };