treege 3.0.0-beta.68 → 3.0.0-beta.69
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.
- package/README.md +1 -1
- package/dist/{DefaultInputs-BUBxQdln.js → DefaultInputs-TWZG_jFt.js} +1 -1
- package/dist/{ThemeContext-DaPU-Jb0.js → ThemeContext-CdHMLHiw.js} +7 -7
- package/dist/editor/types/openapi.d.ts +25 -0
- package/dist/editor/utils/openApiPayload.d.ts +12 -0
- package/dist/{editor-BMRcUj1P.js → editor-B_8Ban1g.js} +694 -639
- package/dist/editor.js +2 -2
- package/dist/main.js +5 -5
- package/dist/{renderer-Dek5pOSL.js → renderer-D14WoLnU.js} +3 -3
- package/dist/renderer-native.js +2 -2
- package/dist/renderer.js +4 -4
- package/dist/shared/locales/ar.json.d.ts +2 -0
- package/dist/shared/locales/de.json.d.ts +2 -0
- package/dist/shared/locales/en.json.d.ts +2 -0
- package/dist/shared/locales/es.json.d.ts +2 -0
- package/dist/shared/locales/fr.json.d.ts +2 -0
- package/dist/shared/locales/it.json.d.ts +2 -0
- package/dist/shared/locales/pt.json.d.ts +2 -0
- package/dist/{useRenderNode-D3owTW40.js → useRenderNode-DJGmt663.js} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<img alt="Treege" src="https://user-images.githubusercontent.com/108873902/189673125-5d1fdaf3-82d1-486f-bb16-01b0554bd4f1.png" style="padding: 20px;" width="auto" height="100" />
|
|
3
3
|
|
|
4
4
|
<h1>Treege</h1>
|
|
5
|
-
<p><strong>
|
|
5
|
+
<p><strong>Building complex, dynamic forms has never been this simple</strong></p>
|
|
6
6
|
|
|
7
7
|
[](https://badge.fury.io/js/treege)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as e, E as t, S as n, T as r, _ as i, b as a, j as o, k as s, m as c, p as l, s as u, v as d, w as f, x as p, y as m } from "./ThemeContext-
|
|
1
|
+
import { D as e, E as t, S as n, T as r, _ as i, b as a, j as o, k as s, m as c, p as l, s as u, v as d, w as f, x as p, y as m } from "./ThemeContext-CdHMLHiw.js";
|
|
2
2
|
import * as h from "react";
|
|
3
3
|
import { createContext as g, useCallback as _, useContext as v, useEffect as y, useMemo as b, useRef as x, useState as S } from "react";
|
|
4
4
|
import { Fragment as C, jsx as w, jsxs as T } from "react/jsx-runtime";
|