@ea-lab/reactive-json 0.4.0 → 0.5.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 (65) hide show
  1. package/dist/{HashChangeListener-kneRVdsH.js → HashChangeListener-BaaJxyFq.js} +3488 -3330
  2. package/dist/component/action/HashChangeListener.js +1 -1
  3. package/dist/component/action/MessageListener.js +1 -1
  4. package/dist/component/action/Popover.js +1 -1
  5. package/dist/component/action/ReactOnEvent.js +1 -1
  6. package/dist/component/action/Redirect.js +1 -1
  7. package/dist/component/action/SetAttributeValue.js +7 -0
  8. package/dist/component/action/ToggleAttributeValue.js +7 -0
  9. package/dist/component/action/Tooltip.js +1 -1
  10. package/dist/component/action/UnsetAttribute.js +7 -0
  11. package/dist/component/action/UnsetAttributeValue.js +7 -0
  12. package/dist/component/action/index.js +14 -10
  13. package/dist/component/dataMapping/index.js +1 -1
  14. package/dist/component/dataMapping/simpleMapping.js +1 -1
  15. package/dist/component/element/form/CheckBoxField.js +1 -1
  16. package/dist/component/element/form/DateField.js +1 -1
  17. package/dist/component/element/form/NumberField.js +1 -1
  18. package/dist/component/element/form/SelectField.js +2 -2
  19. package/dist/component/element/form/TextAreaField.js +1 -1
  20. package/dist/component/element/form/TextField.js +1 -1
  21. package/dist/component/element/form/formElementsCommon.js +1 -1
  22. package/dist/component/element/form/index.js +5 -5
  23. package/dist/component/element/html/AccordionItem.js +1 -1
  24. package/dist/component/element/html/FolderSortableTree.js +1 -1
  25. package/dist/component/element/html/FormatNumeral.js +1 -1
  26. package/dist/component/element/html/Html.js +1 -1
  27. package/dist/component/element/html/LabelFromValue.js +1 -1
  28. package/dist/component/element/html/Modal.js +1 -1
  29. package/dist/component/element/html/PreformattedMarkup.js +1 -1
  30. package/dist/component/element/html/SortableTreeItemCollapseButton.js +1 -1
  31. package/dist/component/element/html/Tabs.js +1 -1
  32. package/dist/component/element/html/index.js +1 -1
  33. package/dist/component/element/index.js +11 -11
  34. package/dist/component/element/special/BootstrapElement.js +1 -1
  35. package/dist/component/element/special/Count.js +2 -2
  36. package/dist/component/element/special/DataFilter.js +1 -1
  37. package/dist/component/element/special/DelayedActions.js +1 -1
  38. package/dist/component/element/special/Phantom.js +1 -1
  39. package/dist/component/element/special/ReactiveJsonSubroot.js +1 -1
  40. package/dist/component/element/special/Switch.js +2 -2
  41. package/dist/component/element/special/index.js +4 -4
  42. package/dist/component/index.js +49 -45
  43. package/dist/component/reaction/addData.js +1 -1
  44. package/dist/component/reaction/fetchData.js +1 -1
  45. package/dist/component/reaction/index.js +4 -4
  46. package/dist/component/reaction/moveData.js +1 -1
  47. package/dist/component/reaction/postMessage.js +1 -1
  48. package/dist/component/reaction/redirectNow.js +1 -1
  49. package/dist/component/reaction/removeData.js +1 -1
  50. package/dist/component/reaction/setClipboardData.js +1 -1
  51. package/dist/component/reaction/setData.js +1 -1
  52. package/dist/component/reaction/submitData.js +1 -1
  53. package/dist/component/reaction/utility/httpRequestCommon.js +1 -1
  54. package/dist/component/reaction/utility/index.js +2 -2
  55. package/dist/coreComponentsPlugin.js +1 -1
  56. package/dist/engine/Actions.js +1 -1
  57. package/dist/engine/ReactiveJsonRoot.js +1 -1
  58. package/dist/engine/TemplateSystem.js +1 -1
  59. package/dist/engine/View.js +1 -1
  60. package/dist/engine/index.js +15 -15
  61. package/dist/engine/utility/analyzeDataOverrideReferences.js +1 -1
  62. package/dist/engine/utility/formatString.js +1 -1
  63. package/dist/engine/utility/index.js +1 -1
  64. package/dist/main.js +84 -80
  65. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { H as a } from "../../HashChangeListener-kneRVdsH.js";
3
+ import { H as a } from "../../HashChangeListener-BaaJxyFq.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 a } from "../../HashChangeListener-kneRVdsH.js";
3
+ import { M as a } from "../../HashChangeListener-BaaJxyFq.js";
4
4
  import "../../engine/EventDispatcherContext.js";
5
5
  import "../../engine/GlobalDataContext.js";
6
6
  import "../../engine/TemplateContext.js";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { P as t } from "../../HashChangeListener-kneRVdsH.js";
2
+ import { P as t } from "../../HashChangeListener-BaaJxyFq.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-kneRVdsH.js";
5
+ import { R as a, r as e } from "../../HashChangeListener-BaaJxyFq.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-kneRVdsH.js";
1
+ import { a as p } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  import "react";
3
3
  import "../../engine/GlobalDataContext.js";
4
4
  import "../../engine/TemplateContext.js";
@@ -0,0 +1,7 @@
1
+ import "react";
2
+ import "../../engine/GlobalDataContext.js";
3
+ import "../../engine/TemplateContext.js";
4
+ import { S as m } from "../../HashChangeListener-BaaJxyFq.js";
5
+ export {
6
+ m as SetAttributeValue
7
+ };
@@ -0,0 +1,7 @@
1
+ import "react";
2
+ import "../../engine/GlobalDataContext.js";
3
+ import "../../engine/TemplateContext.js";
4
+ import { T as m } from "../../HashChangeListener-BaaJxyFq.js";
5
+ export {
6
+ m as ToggleAttributeValue
7
+ };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { T as t } from "../../HashChangeListener-kneRVdsH.js";
2
+ import { b as t } from "../../HashChangeListener-BaaJxyFq.js";
3
3
  export {
4
4
  t as Tooltip
5
5
  };
@@ -0,0 +1,7 @@
1
+ import "react";
2
+ import "../../engine/GlobalDataContext.js";
3
+ import "../../engine/TemplateContext.js";
4
+ import { U as p } from "../../HashChangeListener-BaaJxyFq.js";
5
+ export {
6
+ p as UnsetAttribute
7
+ };
@@ -0,0 +1,7 @@
1
+ import "react";
2
+ import "../../engine/GlobalDataContext.js";
3
+ import "../../engine/TemplateContext.js";
4
+ import { c as m } from "../../HashChangeListener-BaaJxyFq.js";
5
+ export {
6
+ m as UnsetAttributeValue
7
+ };
@@ -1,14 +1,18 @@
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-kneRVdsH.js";
2
- import { Hide as H } from "./Hide.js";
3
- import { VisuallyHide as f } from "./VisuallyHide.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-BaaJxyFq.js";
2
+ import { Hide as A } from "./Hide.js";
3
+ import { VisuallyHide as V } from "./VisuallyHide.js";
4
4
  export {
5
- s as HashChangeListener,
6
- H as Hide,
7
- o as MessageListener,
5
+ a as HashChangeListener,
6
+ A as Hide,
7
+ s as MessageListener,
8
8
  r as Popover,
9
- t as ReactOnEvent,
10
- i as Redirect,
11
- n as Tooltip,
12
- f as VisuallyHide,
9
+ i as ReactOnEvent,
10
+ o as Redirect,
11
+ n as SetAttributeValue,
12
+ u as ToggleAttributeValue,
13
+ l as Tooltip,
14
+ b as UnsetAttribute,
15
+ c as UnsetAttributeValue,
16
+ V as VisuallyHide,
13
17
  p as reactionFunctions
14
18
  };
@@ -1,4 +1,4 @@
1
- import { c as o, s } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { d as o, s } from "../../HashChangeListener-BaaJxyFq.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-kneRVdsH.js";
1
+ import { s as a } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  export {
3
3
  a as simpleMapping
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { C as e } from "../../../HashChangeListener-kneRVdsH.js";
3
+ import { C as e } from "../../../HashChangeListener-BaaJxyFq.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-kneRVdsH.js";
3
+ import { D as e } from "../../../HashChangeListener-BaaJxyFq.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-kneRVdsH.js";
3
+ import { N as e } from "../../../HashChangeListener-BaaJxyFq.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
@@ -1,8 +1,8 @@
1
1
  import "react/jsx-runtime";
2
- import { S as e } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { e as p } from "../../../HashChangeListener-BaaJxyFq.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "react";
6
6
  export {
7
- e as SelectField
7
+ p as SelectField
8
8
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { b as e } from "../../../HashChangeListener-kneRVdsH.js";
3
+ import { f as e } from "../../../HashChangeListener-BaaJxyFq.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 { d as e } from "../../../HashChangeListener-kneRVdsH.js";
4
+ import { g as e } from "../../../HashChangeListener-BaaJxyFq.js";
5
5
  import "../../../engine/TemplateContext.js";
6
6
  export {
7
7
  e as TextField
@@ -1,4 +1,4 @@
1
- import { p } from "../../../HashChangeListener-kneRVdsH.js";
1
+ import { p } from "../../../HashChangeListener-BaaJxyFq.js";
2
2
  export {
3
3
  p as propsDataLocationToPathAndValue
4
4
  };
@@ -1,9 +1,9 @@
1
- import { C as d, D as l, N as s, S as t, b as i, d as o, p as F } from "../../../HashChangeListener-kneRVdsH.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-BaaJxyFq.js";
2
2
  export {
3
- d as CheckBoxField,
4
- l as DateField,
5
- s as NumberField,
6
- t as SelectField,
3
+ l as CheckBoxField,
4
+ s as DateField,
5
+ t as NumberField,
6
+ d as SelectField,
7
7
  i as TextAreaField,
8
8
  o as TextField,
9
9
  F as propsDataLocationToPathAndValue
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { A as i } from "../../../HashChangeListener-kneRVdsH.js";
3
+ import { A as i } from "../../../HashChangeListener-BaaJxyFq.js";
4
4
  export {
5
5
  i as AccordionItem
6
6
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { F as a } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { F as a } from "../../../HashChangeListener-BaaJxyFq.js";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
5
5
  import "../../../alterData-CjaFWyAA.js";
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { e as a } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { h as a } from "../../../HashChangeListener-BaaJxyFq.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 { f as a, n as e } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { i as a, n as e } from "../../../HashChangeListener-BaaJxyFq.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-kneRVdsH.js";
2
+ import { L as a } from "../../../HashChangeListener-BaaJxyFq.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 { g as a } from "../../../HashChangeListener-kneRVdsH.js";
4
+ import { j as a } from "../../../HashChangeListener-BaaJxyFq.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 { h as a } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { k as a } from "../../../HashChangeListener-BaaJxyFq.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 p } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { l as p } from "../../../HashChangeListener-BaaJxyFq.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 { j as a } from "../../../HashChangeListener-kneRVdsH.js";
3
+ import { m as a } from "../../../HashChangeListener-BaaJxyFq.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, e as t, f as s, L as l, g as m, h as b, i as u, j as F, n as d } from "../../../HashChangeListener-kneRVdsH.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-BaaJxyFq.js";
2
2
  export {
3
3
  r as AccordionItem,
4
4
  o as FolderSortableTree,
@@ -1,4 +1,4 @@
1
- import { A as t, B as o, C as s, k as r, l, D as i, m as n, F as m, e as d, f as F, L as c, g as u, N as b, q as p, h as x, t as T, S as A, i as S, u as h, j as C, b as D, d as f, o as B, n as P, p as g } from "../../HashChangeListener-kneRVdsH.js";
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-BaaJxyFq.js";
2
2
  import { PageControls as L } from "./special/PageControls.js";
3
3
  export {
4
4
  t as AccordionItem,
@@ -9,20 +9,20 @@ export {
9
9
  i as DateField,
10
10
  n as DelayedActions,
11
11
  m as FolderSortableTree,
12
- d as FormatNumeral,
13
- F as Html,
14
- c as LabelFromValue,
12
+ F as FormatNumeral,
13
+ c as Html,
14
+ d as LabelFromValue,
15
15
  u as Modal,
16
- b as NumberField,
16
+ p as NumberField,
17
17
  L as PageControls,
18
- p as Phantom,
19
- x as PreformattedMarkup,
18
+ x as Phantom,
19
+ b as PreformattedMarkup,
20
20
  T as ReactiveJsonSubroot,
21
21
  A as SelectField,
22
- S as SortableTreeItemCollapseButton,
23
- h as Switch,
24
- C as Tabs,
25
- D as TextAreaField,
22
+ h as SortableTreeItemCollapseButton,
23
+ C as Switch,
24
+ D as Tabs,
25
+ S as TextAreaField,
26
26
  f as TextField,
27
27
  B as getReactionFunctionsToExecute,
28
28
  P as normalizeAttributesForReactJsx,
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { B as e } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { B as e } from "../../../HashChangeListener-BaaJxyFq.js";
3
3
  export {
4
4
  e as BootstrapElement
5
5
  };
@@ -1,4 +1,4 @@
1
- import { k as s } from "../../../HashChangeListener-kneRVdsH.js";
1
+ import { o as u } from "../../../HashChangeListener-BaaJxyFq.js";
2
2
  import "react";
3
3
  import "../../../engine/GlobalDataContext.js";
4
4
  import "../../../engine/TemplateContext.js";
@@ -9,5 +9,5 @@ import "../../../engine/PaginationContext.js";
9
9
  import "../../../engine/EventDispatcherProvider.js";
10
10
  import "../../../engine/utility/parseRjBuild.js";
11
11
  export {
12
- s as Count
12
+ u as Count
13
13
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { l as a } from "../../../HashChangeListener-kneRVdsH.js";
3
+ import { q as a } from "../../../HashChangeListener-BaaJxyFq.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 { m as p, o as a } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { t as p, u as a } from "../../../HashChangeListener-BaaJxyFq.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 t } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { v as t } from "../../../HashChangeListener-BaaJxyFq.js";
3
3
  export {
4
4
  t as Phantom
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { t as f } from "../../../HashChangeListener-kneRVdsH.js";
2
+ import { w as f } from "../../../HashChangeListener-BaaJxyFq.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 { u as e } from "../../../HashChangeListener-kneRVdsH.js";
3
+ import { x as c } from "../../../HashChangeListener-BaaJxyFq.js";
4
4
  import "../../../engine/GlobalDataContext.js";
5
5
  import "../../../engine/PaginationContext.js";
6
6
  import "../../../engine/TemplateContext.js";
7
7
  import "../../../usePagination-Bb6lefHG.js";
8
8
  export {
9
- e as Switch
9
+ c as Switch
10
10
  };
@@ -1,13 +1,13 @@
1
- import { B as a, k as e, l as s, m as n, q as r, t as c, u as i, o as l } from "../../../HashChangeListener-kneRVdsH.js";
2
- import { PageControls as u } from "./PageControls.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-BaaJxyFq.js";
2
+ import { PageControls as m } from "./PageControls.js";
3
3
  export {
4
4
  a as BootstrapElement,
5
5
  e as Count,
6
6
  s as DataFilter,
7
7
  n as DelayedActions,
8
- u as PageControls,
8
+ m as PageControls,
9
9
  r as Phantom,
10
10
  c as ReactiveJsonSubroot,
11
11
  i as Switch,
12
- l as getReactionFunctionsToExecute
12
+ u as getReactionFunctionsToExecute
13
13
  };
@@ -1,10 +1,10 @@
1
- import { A as t, B as s, C as o, k as r, l as i, D as n, m as l, F as m, e as p, H as c, f as d, L as u, M as x, g as D, N as F, q as g, P as b, h as f, R as C, t as T, a as h, S as P, i as v, u as M, j as R, b as A, d as H, T as S, v as E, c as L, x as B, w as N, o as k, y as w, n as y, z as I, p as J, r as V, E as q, G as z, I as j, J as G, s as K, K as O } from "../HashChangeListener-kneRVdsH.js";
2
- import { Hide as U } from "./action/Hide.js";
3
- import { VisuallyHide as X } from "./action/VisuallyHide.js";
4
- import { coreDataProcessorComponents as Z } from "./dataProcessor/index.js";
5
- import { PageControls as $ } from "./element/special/PageControls.js";
6
- import { u as ea } from "../usePagination-Bb6lefHG.js";
7
- import { triggerEvent as sa } from "./reaction/triggerEvent.js";
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-BaaJxyFq.js";
2
+ import { Hide as Z } from "./action/Hide.js";
3
+ import { VisuallyHide as $ } from "./action/VisuallyHide.js";
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";
8
8
  export {
9
9
  t as AccordionItem,
10
10
  s as BootstrapElement,
@@ -13,47 +13,51 @@ export {
13
13
  i as DataFilter,
14
14
  n as DateField,
15
15
  l as DelayedActions,
16
- m as FolderSortableTree,
17
- p as FormatNumeral,
18
- c as HashChangeListener,
19
- U as Hide,
20
- d as Html,
21
- u as LabelFromValue,
22
- x as MessageListener,
23
- D as Modal,
24
- F as NumberField,
25
- $ as PageControls,
26
- g as Phantom,
27
- b as Popover,
16
+ u as FolderSortableTree,
17
+ m as FormatNumeral,
18
+ p as HashChangeListener,
19
+ Z as Hide,
20
+ c as Html,
21
+ d as LabelFromValue,
22
+ b as MessageListener,
23
+ x as Modal,
24
+ D as NumberField,
25
+ sa as PageControls,
26
+ F as Phantom,
27
+ g as Popover,
28
28
  f as PreformattedMarkup,
29
- C as ReactOnEvent,
29
+ A as ReactOnEvent,
30
30
  T as ReactiveJsonSubroot,
31
- h as Redirect,
32
- P as SelectField,
31
+ C as Redirect,
32
+ h as SelectField,
33
+ P as SetAttributeValue,
33
34
  v as SortableTreeItemCollapseButton,
34
35
  M as Switch,
35
36
  R as Tabs,
36
- A as TextAreaField,
37
- H as TextField,
38
- S as Tooltip,
39
- X as VisuallyHide,
40
- E as addData,
41
- L as coreDataMappingComponents,
42
- Z as coreDataProcessorComponents,
43
- B as executeHttpRequest,
44
- N as fetchData,
45
- k as getReactionFunctionsToExecute,
46
- w as moveData,
47
- y as normalizeAttributesForReactJsx,
48
- I as postMessage,
49
- J as propsDataLocationToPathAndValue,
50
- V as reactionFunctions,
51
- q as redirectNow,
52
- z as removeData,
53
- j as setClipboardData,
54
- G as setData,
55
- K as simpleMapping,
56
- O as submitData,
57
- sa as triggerEvent,
58
- ea as usePagination
37
+ S as TextAreaField,
38
+ V as TextField,
39
+ H as ToggleAttributeValue,
40
+ E as Tooltip,
41
+ L as UnsetAttribute,
42
+ B as UnsetAttributeValue,
43
+ $ as VisuallyHide,
44
+ N as addData,
45
+ k as coreDataMappingComponents,
46
+ ea as coreDataProcessorComponents,
47
+ w as executeHttpRequest,
48
+ y as fetchData,
49
+ I as getReactionFunctionsToExecute,
50
+ J as moveData,
51
+ U as normalizeAttributesForReactJsx,
52
+ q as postMessage,
53
+ z as propsDataLocationToPathAndValue,
54
+ O as reactionFunctions,
55
+ j as redirectNow,
56
+ G as removeData,
57
+ K as setClipboardData,
58
+ Q as setData,
59
+ W as simpleMapping,
60
+ X as submitData,
61
+ na as triggerEvent,
62
+ ra as usePagination
59
63
  };
@@ -1,4 +1,4 @@
1
- import { v as t } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { y as t } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  import "../../alterData-CjaFWyAA.js";
3
3
  export {
4
4
  t as addData
@@ -1,4 +1,4 @@
1
- import { w as e } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { z as e } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  export {
3
3
  e as fetchData
4
4
  };
@@ -1,5 +1,5 @@
1
- import { v as e, x as s, w as r, y as o, z as D, E as m, G as p, I as d, J as i, K as v } from "../../HashChangeListener-kneRVdsH.js";
2
- import { triggerEvent as c } from "./triggerEvent.js";
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, V as c } from "../../HashChangeListener-BaaJxyFq.js";
2
+ import { triggerEvent as g } from "./triggerEvent.js";
3
3
  export {
4
4
  e as addData,
5
5
  s as executeHttpRequest,
@@ -10,6 +10,6 @@ export {
10
10
  p as removeData,
11
11
  d as setClipboardData,
12
12
  i as setData,
13
- v as submitData,
14
- c as triggerEvent
13
+ c as submitData,
14
+ g as triggerEvent
15
15
  };
@@ -1,4 +1,4 @@
1
- import { y as e } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { G as e } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  export {
3
3
  e as moveData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { z as o } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { I as o } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  export {
3
3
  o as postMessage
4
4
  };
@@ -1,4 +1,4 @@
1
- import { E as o } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { J as o } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  export {
3
3
  o as redirectNow
4
4
  };
@@ -1,4 +1,4 @@
1
- import { G as o } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { K as o } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  export {
3
3
  o as removeData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { I as r } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { O as r } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  export {
3
3
  r as setClipboardData
4
4
  };
@@ -1,4 +1,4 @@
1
- import { J as r } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { Q as r } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  import "../../alterData-CjaFWyAA.js";
3
3
  export {
4
4
  r as setData
@@ -1,4 +1,4 @@
1
- import { K as m } from "../../HashChangeListener-kneRVdsH.js";
1
+ import { V as m } from "../../HashChangeListener-BaaJxyFq.js";
2
2
  export {
3
3
  m as submitData
4
4
  };