@ea-lab/reactive-json 0.1.0 → 0.2.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 (58) hide show
  1. package/dist/{HashChangeListener-s89vy35C.js → HashChangeListener-BUdA_TgJ.js} +3575 -3548
  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/Tooltip.js +1 -1
  8. package/dist/component/action/index.js +1 -1
  9. package/dist/component/element/form/CheckBoxField.js +1 -1
  10. package/dist/component/element/form/DateField.js +1 -1
  11. package/dist/component/element/form/NumberField.js +1 -1
  12. package/dist/component/element/form/SelectField.js +1 -1
  13. package/dist/component/element/form/TextAreaField.js +1 -1
  14. package/dist/component/element/form/TextField.js +1 -1
  15. package/dist/component/element/form/formElementsCommon.js +1 -1
  16. package/dist/component/element/form/index.js +1 -1
  17. package/dist/component/element/html/AccordionItem.js +1 -1
  18. package/dist/component/element/html/FolderSortableTree.js +1 -1
  19. package/dist/component/element/html/FormatNumeral.js +1 -1
  20. package/dist/component/element/html/Html.js +1 -1
  21. package/dist/component/element/html/LabelFromValue.js +1 -1
  22. package/dist/component/element/html/Modal.js +1 -1
  23. package/dist/component/element/html/PreformattedMarkup.js +1 -1
  24. package/dist/component/element/html/SortableTreeItemCollapseButton.js +1 -1
  25. package/dist/component/element/html/Tabs.js +1 -1
  26. package/dist/component/element/html/index.js +1 -1
  27. package/dist/component/element/index.js +1 -1
  28. package/dist/component/element/special/BootstrapElement.js +1 -1
  29. package/dist/component/element/special/Count.js +1 -1
  30. package/dist/component/element/special/DataFilter.js +1 -1
  31. package/dist/component/element/special/DelayedActions.js +1 -1
  32. package/dist/component/element/special/Phantom.js +1 -1
  33. package/dist/component/element/special/ReactiveJsonSubroot.js +1 -1
  34. package/dist/component/element/special/Switch.js +1 -1
  35. package/dist/component/element/special/index.js +1 -1
  36. package/dist/component/index.js +28 -27
  37. package/dist/component/reaction/addData.js +1 -1
  38. package/dist/component/reaction/fetchData.js +1 -1
  39. package/dist/component/reaction/index.js +11 -10
  40. package/dist/component/reaction/moveData.js +1 -1
  41. package/dist/component/reaction/postMessage.js +1 -1
  42. package/dist/component/reaction/redirectNow.js +1 -1
  43. package/dist/component/reaction/removeData.js +1 -1
  44. package/dist/component/reaction/setClipboardData.js +1 -1
  45. package/dist/component/reaction/setData.js +1 -1
  46. package/dist/component/reaction/submitData.js +1 -1
  47. package/dist/component/reaction/utility/httpRequestCommon.js +4 -0
  48. package/dist/component/reaction/utility/index.js +4 -0
  49. package/dist/engine/Actions.js +1 -1
  50. package/dist/engine/ReactiveJsonRoot.js +1 -1
  51. package/dist/engine/TemplateSystem.js +1 -1
  52. package/dist/engine/View.js +2 -2
  53. package/dist/engine/index.js +1 -1
  54. package/dist/engine/utility/analyzeDataOverrideReferences.js +1 -1
  55. package/dist/engine/utility/formatString.js +1 -1
  56. package/dist/engine/utility/index.js +1 -1
  57. package/dist/main.js +55 -54
  58. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1,19 +1,19 @@
1
- import { A as t, J as o, B as s, C as r, j as i, k as n, D as l, l as m, F as p, d, H as u, e as c, L as x, M as f, f as v, N as D, o as b, P as g, g as C, R as F, K as T, q as P, a as h, S as E, h as R, s as A, i as V, b as L, c as S, T as B, $ as y, t as H, Y as M, O as w, Q as J, U as N, V as k, u as z, Z as G, m as I, W as O, I as j, _ as q, v as K, n as Q, w as U, p as W, r as X, x as Y, y as Z, z as _, E as $, G as aa, X as ea } from "./HashChangeListener-s89vy35C.js";
2
- import { Hide as oa } from "./component/action/Hide.js";
3
- import { VisuallyHide as ra } from "./component/action/VisuallyHide.js";
4
- import { PageControls as na } from "./component/element/special/PageControls.js";
5
- import { u as ma } from "./usePagination-D5Fkvhsw.js";
6
- import { triggerEvent as da } from "./component/reaction/triggerEvent.js";
7
- import { mergeComponentCollections as ca } from "./engine/ComponentCollector.js";
8
- import { EventDispatcherContext as fa } from "./engine/EventDispatcherContext.js";
9
- import { EventDispatcherProvider as Da, addEventListener as ba, removeEventListener as ga } from "./engine/EventDispatcherProvider.js";
10
- import { GlobalDataContext as Fa } from "./engine/GlobalDataContext.js";
11
- import { GlobalDataContextProvider as Pa } from "./engine/GlobalDataContextProvider.js";
12
- import { PaginationContext as Ea } from "./engine/PaginationContext.js";
13
- import { PaginationProvider as Aa } from "./engine/PaginationProvider.js";
14
- import { TemplateContext as La } from "./engine/TemplateContext.js";
15
- import { parseRjBuild as Ba } from "./engine/utility/parseRjBuild.js";
16
- import { stringToBoolean as Ha } from "./engine/utility/stringToBoolean.js";
1
+ import { A as t, K as o, B as s, C as r, j as i, k as n, D as l, l as m, F as p, d, H as u, e as c, L as x, M as f, f as v, N as D, o as b, P as g, g as C, R as F, O as T, q as P, a as h, S as R, h as E, s as A, i as V, b as L, c as S, T as B, a0 as H, t as y, Z as M, Q as w, U as J, V as N, W as k, v as z, u as G, _ as I, m as O, X as j, J as q, $ as K, w as Q, n as U, x as W, p as X, r as Y, y as Z, z as _, E as $, G as ee, I as ae, Y as te } from "./HashChangeListener-BUdA_TgJ.js";
2
+ import { Hide as se } from "./component/action/Hide.js";
3
+ import { VisuallyHide as ie } from "./component/action/VisuallyHide.js";
4
+ import { PageControls as le } from "./component/element/special/PageControls.js";
5
+ import { u as pe } from "./usePagination-D5Fkvhsw.js";
6
+ import { triggerEvent as ue } from "./component/reaction/triggerEvent.js";
7
+ import { mergeComponentCollections as xe } from "./engine/ComponentCollector.js";
8
+ import { EventDispatcherContext as ve } from "./engine/EventDispatcherContext.js";
9
+ import { EventDispatcherProvider as be, addEventListener as ge, removeEventListener as Ce } from "./engine/EventDispatcherProvider.js";
10
+ import { GlobalDataContext as Te } from "./engine/GlobalDataContext.js";
11
+ import { GlobalDataContextProvider as he } from "./engine/GlobalDataContextProvider.js";
12
+ import { PaginationContext as Ee } from "./engine/PaginationContext.js";
13
+ import { PaginationProvider as Ve } from "./engine/PaginationProvider.js";
14
+ import { TemplateContext as Se } from "./engine/TemplateContext.js";
15
+ import { parseRjBuild as He } from "./engine/utility/parseRjBuild.js";
16
+ import { stringToBoolean as Me } from "./engine/utility/stringToBoolean.js";
17
17
  export {
18
18
  t as AccordionItem,
19
19
  o as ActionDependant,
@@ -23,22 +23,22 @@ export {
23
23
  n as DataFilter,
24
24
  l as DateField,
25
25
  m as DelayedActions,
26
- fa as EventDispatcherContext,
27
- Da as EventDispatcherProvider,
26
+ ve as EventDispatcherContext,
27
+ be as EventDispatcherProvider,
28
28
  p as FolderSortableTree,
29
29
  d as FormatNumeral,
30
- Fa as GlobalDataContext,
31
- Pa as GlobalDataContextProvider,
30
+ Te as GlobalDataContext,
31
+ he as GlobalDataContextProvider,
32
32
  u as HashChangeListener,
33
- oa as Hide,
33
+ se as Hide,
34
34
  c as Html,
35
35
  x as LabelFromValue,
36
36
  f as MessageListener,
37
37
  v as Modal,
38
38
  D as NumberField,
39
- na as PageControls,
40
- Ea as PaginationContext,
41
- Aa as PaginationProvider,
39
+ le as PageControls,
40
+ Ee as PaginationContext,
41
+ Ve as PaginationProvider,
42
42
  b as Phantom,
43
43
  g as Popover,
44
44
  C as PreformattedMarkup,
@@ -46,44 +46,45 @@ export {
46
46
  T as ReactiveJsonRoot,
47
47
  P as ReactiveJsonSubroot,
48
48
  h as Redirect,
49
- E as SelectField,
50
- R as SortableTreeItemCollapseButton,
49
+ R as SelectField,
50
+ E as SortableTreeItemCollapseButton,
51
51
  A as Switch,
52
52
  V as Tabs,
53
- La as TemplateContext,
53
+ Se as TemplateContext,
54
54
  L as TextAreaField,
55
55
  S as TextField,
56
56
  B as Tooltip,
57
- y as View,
58
- ra as VisuallyHide,
59
- H as addData,
60
- ba as addEventListener,
57
+ H as View,
58
+ ie as VisuallyHide,
59
+ y as addData,
60
+ ge as addEventListener,
61
61
  M as analyzeDataOverrideReferences,
62
62
  w as dataLocationToPath,
63
63
  J as evaluateAttributes,
64
64
  N as evaluateTemplateValue,
65
65
  k as evaluateTemplateValueCollection,
66
- z as fetchData,
67
- G as formatString,
68
- I as getReactionFunctionsToExecute,
69
- O as isTemplateValue,
70
- j as isValid,
71
- q as maybeFormatString,
72
- ca as mergeComponentCollections,
73
- K as moveData,
74
- Q as normalizeAttributesForReactJsx,
75
- Ba as parseRjBuild,
76
- U as postMessage,
77
- W as propsDataLocationToPathAndValue,
78
- X as reactionFunctions,
79
- Y as redirectNow,
80
- Z as removeData,
81
- ga as removeEventListener,
82
- _ as setClipboardData,
83
- $ as setData,
84
- Ha as stringToBoolean,
85
- aa as submitData,
86
- da as triggerEvent,
87
- ea as useEvaluatedAttributes,
88
- ma as usePagination
66
+ z as executeHttpRequest,
67
+ G as fetchData,
68
+ I as formatString,
69
+ O as getReactionFunctionsToExecute,
70
+ j as isTemplateValue,
71
+ q as isValid,
72
+ K as maybeFormatString,
73
+ xe as mergeComponentCollections,
74
+ Q as moveData,
75
+ U as normalizeAttributesForReactJsx,
76
+ He as parseRjBuild,
77
+ W as postMessage,
78
+ X as propsDataLocationToPathAndValue,
79
+ Y as reactionFunctions,
80
+ Z as redirectNow,
81
+ _ as removeData,
82
+ Ce as removeEventListener,
83
+ $ as setClipboardData,
84
+ ee as setData,
85
+ Me as stringToBoolean,
86
+ ae as submitData,
87
+ ue as triggerEvent,
88
+ te as useEvaluatedAttributes,
89
+ pe as usePagination
89
90
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ea-lab/reactive-json",
3
3
  "private": false,
4
- "version": "0.1.0",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",