datacontract-editor 0.1.4 → 0.1.8
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/bin/datacontract-editor.js +1 -1
- package/dist/{cssMode-CRB4_UX7.js → cssMode-BNkTa2xp.js} +1 -1
- package/dist/datacontract-editor.css +1 -1
- package/dist/datacontract-editor.es.js +50796 -37730
- package/dist/{freemarker2-Dyu5JfP2.js → freemarker2-Dyfzmb5A.js} +1 -1
- package/dist/{handlebars-CSJT_j9S.js → handlebars-BtDNI-uC.js} +1 -1
- package/dist/{html-DdCOZYj2.js → html-Cn4TGw_o.js} +1 -1
- package/dist/{htmlMode-C5ASYGsV.js → htmlMode-Bf84vbo2.js} +1 -1
- package/dist/index.html +1 -1
- package/dist/{javascript-COpR91-q.js → javascript-B86Kac07.js} +1 -1
- package/dist/{jsonMode-BYCI_UE4.js → jsonMode-Ckgg5lAE.js} +1 -1
- package/dist/{liquid-Dek_-2mb.js → liquid-D0NPwuu_.js} +1 -1
- package/dist/{mdx-D30qbDNG.js → mdx-QFRSBtVQ.js} +1 -1
- package/dist/monaco-4.7.0.js +9984 -9958
- package/dist/{python-CgCZNoF3.js → python-C8RW9B6A.js} +1 -1
- package/dist/{razor-cX4dbdS7.js → razor-CLZqdY_r.js} +1 -1
- package/dist/{tsMode-DCBvOGu6.js → tsMode-yleMwhPq.js} +1 -1
- package/dist/{typescript-DGJdOAkT.js → typescript-CJBeebKU.js} +8 -8
- package/dist/{xml-X0gMp-3n.js → xml-vC-NMVX1.js} +1 -1
- package/dist/{yaml-BFBN94_e.js → yaml-Dlf2VF-T.js} +1 -1
- package/package.json +5 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as o } from "./monaco-4.7.0.js";
|
|
2
2
|
var a = Object.defineProperty, l = Object.getOwnPropertyDescriptor, p = Object.getOwnPropertyNames, c = Object.prototype.hasOwnProperty, g = (t, e, n, s) => {
|
|
3
3
|
if (e && typeof e == "object" || typeof e == "function")
|
|
4
4
|
for (let r of p(e))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as m } from "./monaco-4.7.0.js";
|
|
2
2
|
var s = Object.defineProperty, c = Object.getOwnPropertyDescriptor, l = Object.getOwnPropertyNames, d = Object.prototype.hasOwnProperty, p = (t, e, o, n) => {
|
|
3
3
|
if (e && typeof e == "object" || typeof e == "function")
|
|
4
4
|
for (let r of l(e))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { e as I, d as M } from "./monaco-4.7.0.js";
|
|
2
2
|
var N = Object.defineProperty, R = Object.getOwnPropertyDescriptor, E = Object.getOwnPropertyNames, K = Object.prototype.hasOwnProperty, H = (e, t, r, a) => {
|
|
3
3
|
if (t && typeof t == "object" || typeof t == "function")
|
|
4
4
|
for (let n of E(t))
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
var c = Object.defineProperty, a = Object.getOwnPropertyDescriptor, p = Object.getOwnPropertyNames, g = Object.prototype.hasOwnProperty,
|
|
1
|
+
import { d as s } from "./monaco-4.7.0.js";
|
|
2
|
+
var c = Object.defineProperty, a = Object.getOwnPropertyDescriptor, p = Object.getOwnPropertyNames, g = Object.prototype.hasOwnProperty, d = (t, e, o, i) => {
|
|
3
3
|
if (e && typeof e == "object" || typeof e == "function")
|
|
4
4
|
for (let n of p(e))
|
|
5
5
|
!g.call(t, n) && n !== o && c(t, n, { get: () => e[n], enumerable: !(i = a(e, n)) || i.enumerable });
|
|
6
6
|
return t;
|
|
7
|
-
},
|
|
8
|
-
|
|
9
|
-
var
|
|
7
|
+
}, l = (t, e, o) => (d(t, e, "default"), o), r = {};
|
|
8
|
+
l(r, s);
|
|
9
|
+
var x = {
|
|
10
10
|
wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,
|
|
11
11
|
comments: {
|
|
12
12
|
lineComment: "//",
|
|
@@ -67,7 +67,7 @@ var b = {
|
|
|
67
67
|
end: new RegExp("^\\s*//\\s*#?endregion\\b")
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
},
|
|
70
|
+
}, b = {
|
|
71
71
|
// Set defaultToken to invalid to see what you do not tokenize yet
|
|
72
72
|
defaultToken: "invalid",
|
|
73
73
|
tokenPostfix: ".ts",
|
|
@@ -338,6 +338,6 @@ var b = {
|
|
|
338
338
|
}
|
|
339
339
|
};
|
|
340
340
|
export {
|
|
341
|
-
|
|
342
|
-
|
|
341
|
+
x as conf,
|
|
342
|
+
b as language
|
|
343
343
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as r } from "./monaco-4.7.0.js";
|
|
2
2
|
var c = Object.defineProperty, m = Object.getOwnPropertyDescriptor, l = Object.getOwnPropertyNames, d = Object.prototype.hasOwnProperty, p = (t, e, o, i) => {
|
|
3
3
|
if (e && typeof e == "object" || typeof e == "function")
|
|
4
4
|
for (let n of l(e))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as l } from "./monaco-4.7.0.js";
|
|
2
2
|
var i = Object.defineProperty, c = Object.getOwnPropertyDescriptor, u = Object.getOwnPropertyNames, s = Object.prototype.hasOwnProperty, d = (n, e, r, o) => {
|
|
3
3
|
if (e && typeof e == "object" || typeof e == "function")
|
|
4
4
|
for (let t of u(e))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datacontract-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "A visual editor for data contracts using the Open Data Contract Standard (ODCS)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
],
|
|
17
17
|
"scripts": {
|
|
18
18
|
"dev": "vite",
|
|
19
|
+
"dev:host": "vite --host",
|
|
20
|
+
"dev:custom": "vite --mode custom",
|
|
19
21
|
"build": "vite build --mode production",
|
|
20
22
|
"build:debug": "vite build --mode debug",
|
|
21
23
|
"lint": "eslint .",
|
|
@@ -34,11 +36,13 @@
|
|
|
34
36
|
"@dnd-kit/utilities": "^3.2.2",
|
|
35
37
|
"@headlessui/react": "^2.2.9",
|
|
36
38
|
"@monaco-editor/react": "^4.7.0",
|
|
39
|
+
"@playwright/test": "^1.58.2",
|
|
37
40
|
"@tailwindcss/typography": "^0.5.19",
|
|
38
41
|
"@xyflow/react": "^12.9.0",
|
|
39
42
|
"ajv": "^8.17.1",
|
|
40
43
|
"ajv-formats": "^3.0.1",
|
|
41
44
|
"dagre": "^0.8.5",
|
|
45
|
+
"easymde": "^2.20.0",
|
|
42
46
|
"monaco-editor": "0.54.0",
|
|
43
47
|
"monaco-yaml": "^5.4.0",
|
|
44
48
|
"open": "^10.1.0",
|