@notmrabhi/flowforge 0.1.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 (56) hide show
  1. package/README.md +70 -0
  2. package/dist/GatewayBranchEdge-C-AVfqfT.js +1 -0
  3. package/dist/GatewayBranchEdge-gncIBR-0.js +854 -0
  4. package/dist/SchemaBuilderDrawer-DFyGUCZM.js +3235 -0
  5. package/dist/SchemaBuilderDrawer-zci9aEUc.js +4 -0
  6. package/dist/_commonjsHelpers-DKOUU3wS.js +1 -0
  7. package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
  8. package/dist/bpmn-CcuE2X_Q.js +2 -0
  9. package/dist/bpmn-CtfWDaOY.js +33 -0
  10. package/dist/canvas.cjs +1 -0
  11. package/dist/canvas.d.ts +646 -0
  12. package/dist/canvas.js +28 -0
  13. package/dist/canvasTokens-CAD6G24b.js +32 -0
  14. package/dist/canvasTokens-gKNYrPl4.js +1 -0
  15. package/dist/core.cjs +1 -0
  16. package/dist/core.d.ts +333 -0
  17. package/dist/core.js +24 -0
  18. package/dist/defaultUi.cjs +1 -0
  19. package/dist/defaultUi.d.ts +83 -0
  20. package/dist/defaultUi.js +18 -0
  21. package/dist/form.cjs +1 -0
  22. package/dist/form.d.ts +857 -0
  23. package/dist/form.js +43 -0
  24. package/dist/index-B31-Y5uO.js +11 -0
  25. package/dist/index-B3aHpb84.js +13 -0
  26. package/dist/index-BnzttJ4w.js +13758 -0
  27. package/dist/index-BysKSEtZ.js +1 -0
  28. package/dist/index-C-CpxcAF.js +8132 -0
  29. package/dist/index-C9lDjGKB.js +2553 -0
  30. package/dist/index-CChSmn-Q.js +6 -0
  31. package/dist/index-CIbEqy9U.js +7319 -0
  32. package/dist/index-CkjEllpd.js +1 -0
  33. package/dist/index-CpKKFxCT.js +2 -0
  34. package/dist/index-Cw9DC-tf.js +76 -0
  35. package/dist/index-CzPi8KQC.js +1310 -0
  36. package/dist/index-D14V8rKX.js +1 -0
  37. package/dist/index-DVIy64gf.js +41 -0
  38. package/dist/index-gtgq_241.js +3 -0
  39. package/dist/index-l6kvDx-m.js +1360 -0
  40. package/dist/index-lcviy90e.js +613 -0
  41. package/dist/index-wOnYb3DO.js +567 -0
  42. package/dist/index.cjs +1 -0
  43. package/dist/index.d.ts +1354 -0
  44. package/dist/index.js +106 -0
  45. package/dist/messages-CO299wPN.js +22 -0
  46. package/dist/messages-O9Tw_XXR.js +1 -0
  47. package/dist/nodeRegistry.cjs +1 -0
  48. package/dist/nodeRegistry.d.ts +293 -0
  49. package/dist/nodeRegistry.js +538 -0
  50. package/dist/style.css +6 -0
  51. package/dist/templateRegistry.cjs +1 -0
  52. package/dist/templateRegistry.d.ts +83 -0
  53. package/dist/templateRegistry.js +43 -0
  54. package/dist/templateSkeletons-B3DkIUbY.js +1 -0
  55. package/dist/templateSkeletons-D60ixh5T.js +2617 -0
  56. package/package.json +112 -0
package/dist/form.js ADDED
@@ -0,0 +1,43 @@
1
+ import { D as l, F as o, a as t, b as u, I as F, V as m, c as n, d, e as p, f as S, g as T, h as c, i as b, j as k, k as y, l as P, m as f, n as x, o as h, p as w, q as g, s as I, r as V, t as z, u as A, v as C, w as D, x as E, y as R } from "./index-CIbEqy9U.js";
2
+ import { F as B, a as L, S as O, b as _, T as j, c as q, u as H } from "./SchemaBuilderDrawer-DFyGUCZM.js";
3
+ import "react";
4
+ import "@mui/material";
5
+ import "react-icons/md";
6
+ export {
7
+ l as DynamicFormRenderer,
8
+ o as FF,
9
+ B as FIELD_TYPE_OPTIONS,
10
+ L as FlowForgeRegistry,
11
+ t as FlowForm,
12
+ u as FormulaInput,
13
+ F as InfiniteSelectField,
14
+ O as SchemaBuilder,
15
+ _ as SchemaBuilderDrawer,
16
+ j as TablePickerField,
17
+ m as VariablePicker,
18
+ n as VariablePickerProvider,
19
+ d as astHasRefs,
20
+ p as astToTokens,
21
+ S as buildEvaluationPayload,
22
+ T as buildFieldConfig,
23
+ c as buildFormulaPath,
24
+ b as buildSelectStyles,
25
+ q as buildValidationSchema,
26
+ k as errorTextStyle,
27
+ y as extractLabel,
28
+ P as fieldRegistry,
29
+ f as hasFormulaTokens,
30
+ x as helperTextStyle,
31
+ h as inputStyle,
32
+ w as isFormula,
33
+ g as parseToAST,
34
+ I as serializeAST,
35
+ V as serializeASTAsConfig,
36
+ z as serializeConditionExpressions,
37
+ A as stripFormulaTokens,
38
+ C as tokenize,
39
+ D as unwrapFormula,
40
+ H as useFlowForm,
41
+ E as useVariablePickerContext,
42
+ R as wrapFormula
43
+ };