@babsey/code-graph 0.0.17 → 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 (37) hide show
  1. package/dist/code-graph.css +1 -1
  2. package/dist/code-graph.js +693 -486
  3. package/dist/code-graph.umd.cjs +1 -1
  4. package/dist/code.d.ts +19 -2
  5. package/dist/codeNode/codeNode.d.ts +32 -4
  6. package/dist/codeNode/defineCodeNode.d.ts +4 -2
  7. package/dist/codeNode/dynamicCodeNode.d.ts +3 -1
  8. package/dist/codeNodeInterfaces/checkbox/checkboxInterface.d.ts +0 -2
  9. package/dist/codeNodeInterfaces/codeNode/CodeNodeInterface.vue.d.ts +2 -1
  10. package/dist/codeNodeInterfaces/codeNode/codeNodeInterface.d.ts +4 -1
  11. package/dist/codeNodeInterfaces/codeNodeInput/codeNodeInputInterface.d.ts +1 -0
  12. package/dist/codeNodeInterfaces/number/numberInterface.d.ts +0 -2
  13. package/dist/codeNodeInterfaces/textInput/TextInputInterface.vue.d.ts +26 -0
  14. package/dist/codeNodeInterfaces/textInput/textInputInterface.d.ts +2 -0
  15. package/dist/components/CodeGraphEditor.vue.d.ts +14 -1
  16. package/dist/components/node/CodeGraphNode.vue.d.ts +7 -6
  17. package/dist/components/nodeInterface/CodeGraphNodeInterface.vue.d.ts +3 -2
  18. package/dist/components/nodePalette/CodeNodePalette.vue.d.ts +2 -1
  19. package/dist/components/nodePalette/PaletteEntry.vue.d.ts +2 -1
  20. package/dist/components/sidebar/Checkbox.vue.d.ts +2 -1
  21. package/dist/components/sidebar/CodeGraphSidebar.vue.d.ts +14 -1
  22. package/dist/icons/Check.vue.d.ts +3 -0
  23. package/dist/icons/CodeVariable.vue.d.ts +2 -1
  24. package/dist/icons/Copy.vue.d.ts +3 -0
  25. package/dist/icons/DotsVertical.vue.d.ts +2 -1
  26. package/dist/icons/LayoutSidebarLeftCollapse.vue.d.ts +2 -1
  27. package/dist/icons/LayoutSidebarLeftExpand.vue.d.ts +2 -1
  28. package/dist/icons/LayoutSidebarRight.vue.d.ts +2 -1
  29. package/dist/icons/LayoutSidebarRightCollapse.vue.d.ts +2 -1
  30. package/dist/icons/LayoutSidebarRightExpand.vue.d.ts +2 -1
  31. package/dist/icons/LockCode.vue.d.ts +3 -0
  32. package/dist/icons/Schema.vue.d.ts +2 -1
  33. package/dist/icons/SchemaOff.vue.d.ts +2 -1
  34. package/dist/icons/TransitionBottom.vue.d.ts +2 -1
  35. package/dist/icons/TrashOff.vue.d.ts +2 -1
  36. package/dist/icons/index.d.ts +3 -0
  37. package/package.json +7 -7
@@ -1,2 +1,15 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare var __VLS_25: {
2
+ node: import('baklavajs').AbstractNode;
3
+ };
4
+ type __VLS_Slots = {} & {
5
+ codeEditor?: (props: typeof __VLS_25) => any;
6
+ };
7
+ declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
2
10
  export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,3 @@
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -0,0 +1,3 @@
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -0,0 +1,3 @@
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,10 +1,13 @@
1
+ export { default as Check } from './Check.vue';
1
2
  export { default as CodeVariable } from './CodeVariable.vue';
3
+ export { default as Copy } from './Copy.vue';
2
4
  export { default as DotsVertical } from './DotsVertical.vue';
3
5
  export { default as LayoutSidebarLeftCollapse } from './LayoutSidebarLeftCollapse.vue';
4
6
  export { default as LayoutSidebarLeftExpand } from './LayoutSidebarLeftExpand.vue';
5
7
  export { default as LayoutSidebarRight } from './LayoutSidebarRight.vue';
6
8
  export { default as LayoutSidebarRightCollapse } from './LayoutSidebarRightCollapse.vue';
7
9
  export { default as LayoutSidebarRightExpand } from './LayoutSidebarRightExpand.vue';
10
+ export { default as LockCode } from './LockCode.vue';
8
11
  export { default as Schema } from './Schema.vue';
9
12
  export { default as SchemaOff } from './SchemaOff.vue';
10
13
  export { default as TransitionBottom } from './TransitionBottom.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babsey/code-graph",
3
- "version": "0.0.17",
3
+ "version": "0.1.0",
4
4
  "author": "babsey <spreizer@web.de>",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,25 +34,25 @@
34
34
  "@codemirror/lang-python": "~6.2",
35
35
  "@codemirror/theme-one-dark": "~6.1",
36
36
  "@vueuse/core": "~13.9",
37
- "baklavajs": "~2.7",
37
+ "baklavajs": "~2.8",
38
38
  "codemirror": "~6.0",
39
39
  "mustache": "~4.2",
40
40
  "toposort": "~2.0",
41
41
  "vue": "~3.5",
42
+ "vue-clipboard3": "~2.0",
42
43
  "vue-codemirror": "~6.1"
43
44
  },
44
45
  "devDependencies": {
45
46
  "@tsconfig/node-lts": "~22.0",
46
47
  "@types/mustache": "~4.2",
47
- "@types/node": "~24.5",
48
+ "@types/node": "~24.7",
48
49
  "@types/toposort": "~2.0",
49
- "@types/uuid": "~11.0",
50
50
  "@vitejs/plugin-vue": "~6.0",
51
51
  "@vue/eslint-config-prettier": "~10.2",
52
52
  "@vue/eslint-config-typescript": "~14.6",
53
- "@vue/language-core": "~3.0",
53
+ "@vue/language-core": "~3.1",
54
54
  "@vue/tsconfig": "~0.8",
55
- "eslint": "~9.36",
55
+ "eslint": "~9.37",
56
56
  "eslint-plugin-vue": "~10.5",
57
57
  "jiti": "~2.6",
58
58
  "npm-run-all2": "~8.0",
@@ -63,6 +63,6 @@
63
63
  "unplugin-dts": "~1.0.0-beta.6",
64
64
  "vite": "~7.1",
65
65
  "vite-plugin-vue-devtools": "~8.0",
66
- "vue-tsc": "~3.0"
66
+ "vue-tsc": "~3.1"
67
67
  }
68
68
  }