@ea-lab/reactive-json 0.0.23 → 0.0.24

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 (59) hide show
  1. package/dist/{View-BVKFBUCJ.js → HashChangeListener-DfQ_3Guk.js} +6353 -6351
  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 +14 -0
  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/SelectField.js +1 -1
  12. package/dist/component/element/form/TextAreaField.js +1 -1
  13. package/dist/component/element/form/TextField.js +1 -1
  14. package/dist/component/element/form/formElementsCommon.js +2 -2
  15. package/dist/component/element/form/index.js +11 -0
  16. package/dist/component/element/html/AccordionItem.js +1 -1
  17. package/dist/component/element/html/FolderSortableTree.js +1 -1
  18. package/dist/component/element/html/FormatNumeral.js +1 -1
  19. package/dist/component/element/html/Html.js +3 -3
  20. package/dist/component/element/html/LabelFromValue.js +1 -1
  21. package/dist/component/element/html/Modal.js +1 -1
  22. package/dist/component/element/html/PreformattedMarkup.js +1 -1
  23. package/dist/component/element/html/SortableTreeItemCollapseButton.js +1 -1
  24. package/dist/component/element/html/Tabs.js +1 -1
  25. package/dist/component/element/html/index.js +13 -0
  26. package/dist/component/element/index.js +30 -0
  27. package/dist/component/element/special/BootstrapElement.js +1 -1
  28. package/dist/component/element/special/Count.js +1 -1
  29. package/dist/component/element/special/DataFilter.js +1 -1
  30. package/dist/component/element/special/DelayedActions.js +1 -1
  31. package/dist/component/element/special/Phantom.js +1 -1
  32. package/dist/component/element/special/Switch.js +2 -2
  33. package/dist/component/element/special/index.js +12 -0
  34. package/dist/component/hook/index.js +4 -0
  35. package/dist/component/hook/usePagination.js +1 -1
  36. package/dist/component/index.js +54 -1
  37. package/dist/component/reaction/addData.js +1 -1
  38. package/dist/component/reaction/fetchData.js +2 -2
  39. package/dist/component/reaction/index.js +14 -0
  40. package/dist/component/reaction/moveData.js +2 -2
  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 +2 -2
  45. package/dist/component/reaction/setData.js +2 -2
  46. package/dist/component/reaction/submitData.js +1 -1
  47. package/dist/engine/Actions.js +1 -1
  48. package/dist/engine/ReactiveJsonRoot.js +1 -1
  49. package/dist/engine/TemplateSystem.js +3 -3
  50. package/dist/engine/View.js +1 -1
  51. package/dist/engine/index.js +32 -0
  52. package/dist/engine/utility/formatString.js +1 -1
  53. package/dist/main.js +83 -1
  54. package/dist/{usePagination-BW6C-P1X.js → usePagination-B0yFkBzE.js} +3 -3
  55. package/package.json +1 -1
  56. package/dist/component/index.d.ts +0 -1
  57. package/dist/engine/Types.d.ts +0 -19
  58. package/dist/engine/Types.js +0 -1
  59. package/dist/main.d.ts +0 -1
package/dist/main.js CHANGED
@@ -1 +1,83 @@
1
-
1
+ import { A as t, I 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 x, e as u, L as c, M as f, f as v, o as D, P as C, g as F, R as T, a as b, S as P, h as g, q as h, i as E, b as A, c as V, T as L, V as R, s as H, J as M, K as N, N as S, O as w, t as B, m as k, Q as y, G, u as I, n as J, v as z, p as O, r as j, w as q, x as K, y as Q, z as U, E as W, U as X } from "./HashChangeListener-DfQ_3Guk.js";
2
+ import { Hide as Z } from "./component/action/Hide.js";
3
+ import { VisuallyHide as $ } from "./component/action/VisuallyHide.js";
4
+ import { N as ae } from "./NumberField-BCFUb50M.js";
5
+ import { PageControls as oe } from "./component/element/special/PageControls.js";
6
+ import { u as re } from "./usePagination-B0yFkBzE.js";
7
+ import { triggerEvent as ne } from "./component/reaction/triggerEvent.js";
8
+ import { mergeComponentCollections as me } from "./engine/ComponentCollector.js";
9
+ import { EventDispatcherContext as de } from "./engine/EventDispatcherContext.js";
10
+ import { EventDispatcherProvider as ue, addEventListener as ce, removeEventListener as fe } from "./engine/EventDispatcherProvider.js";
11
+ import { GlobalDataContext as De } from "./engine/GlobalDataContext.js";
12
+ import { GlobalDataContextProvider as Fe } from "./engine/GlobalDataContextProvider.js";
13
+ import { PaginationContext as be } from "./engine/PaginationContext.js";
14
+ import { PaginationProvider as ge } from "./engine/PaginationProvider.js";
15
+ import { ReactiveJsonRoot as Ee } from "./engine/ReactiveJsonRoot.js";
16
+ import { TemplateContext as Ve } from "./engine/TemplateContext.js";
17
+ export {
18
+ t as AccordionItem,
19
+ o as ActionDependant,
20
+ s as BootstrapElement,
21
+ r as CheckBoxField,
22
+ i as Count,
23
+ n as DataFilter,
24
+ l as DateField,
25
+ m as DelayedActions,
26
+ de as EventDispatcherContext,
27
+ ue as EventDispatcherProvider,
28
+ p as FolderSortableTree,
29
+ d as FormatNumeral,
30
+ De as GlobalDataContext,
31
+ Fe as GlobalDataContextProvider,
32
+ x as HashChangeListener,
33
+ Z as Hide,
34
+ u as Html,
35
+ c as LabelFromValue,
36
+ f as MessageListener,
37
+ v as Modal,
38
+ ae as NumberField,
39
+ oe as PageControls,
40
+ be as PaginationContext,
41
+ ge as PaginationProvider,
42
+ D as Phantom,
43
+ C as Popover,
44
+ F as PreformattedMarkup,
45
+ T as ReactOnEvent,
46
+ Ee as ReactiveJsonRoot,
47
+ b as Redirect,
48
+ P as SelectField,
49
+ g as SortableTreeItemCollapseButton,
50
+ h as Switch,
51
+ E as Tabs,
52
+ Ve as TemplateContext,
53
+ A as TextAreaField,
54
+ V as TextField,
55
+ L as Tooltip,
56
+ R as View,
57
+ $ as VisuallyHide,
58
+ H as addData,
59
+ ce as addEventListener,
60
+ M as dataLocationToPath,
61
+ N as evaluateAttributes,
62
+ S as evaluateTemplateValue,
63
+ w as evaluateTemplateValueCollection,
64
+ B as fetchData,
65
+ k as getReactionFunctionsToExecute,
66
+ y as isTemplateValue,
67
+ G as isValid,
68
+ me as mergeComponentCollections,
69
+ I as moveData,
70
+ J as normalizeAttributesForReactJsx,
71
+ z as postMessage,
72
+ O as propsDataLocationToPathAndValue,
73
+ j as reactionFunctions,
74
+ q as redirectNow,
75
+ K as removeData,
76
+ fe as removeEventListener,
77
+ Q as setClipboardData,
78
+ U as setData,
79
+ W as submitData,
80
+ ne as triggerEvent,
81
+ X as useEvaluatedAttributes,
82
+ re as usePagination
83
+ };
@@ -270,7 +270,7 @@ const c = Object.assign(D, {
270
270
  export {
271
271
  j as A,
272
272
  H as B,
273
- I as a,
274
- Y as b,
275
- C as u
273
+ C as a,
274
+ I as b,
275
+ Y as u
276
276
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ea-lab/reactive-json",
3
3
  "private": false,
4
- "version": "0.0.23",
4
+ "version": "0.0.24",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1 +0,0 @@
1
- export {};
@@ -1,19 +0,0 @@
1
- export interface RjComponent {
2
- }
3
- export interface ElementRjComponent extends RjComponent {
4
- props: RjBuildDefBase | Array<RjBuildDefBase> | undefined;
5
- path: string | undefined;
6
- currentData: any;
7
- datafield: string | undefined;
8
- }
9
- /**
10
- * The Reactive-JSON build definition from the JSON / YAML file.
11
- */
12
- export interface RjBuildDefBase {
13
- /**
14
- * The Reactive-JSON component type.
15
- *
16
- * Either an HTML tag name, or a registered Reactive-JSON ElementRjComponent name.
17
- */
18
- type: string;
19
- }
@@ -1 +0,0 @@
1
-
package/dist/main.d.ts DELETED
@@ -1 +0,0 @@
1
- export {};