@bpmnkit/plugins 0.0.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/README.md +153 -0
- package/dist/ai-bridge/css.d.ts +2 -0
- package/dist/ai-bridge/css.js +366 -0
- package/dist/ai-bridge/index.d.ts +44 -0
- package/dist/ai-bridge/index.js +132 -0
- package/dist/ai-bridge/panel.d.ts +27 -0
- package/dist/ai-bridge/panel.js +715 -0
- package/dist/ascii-view/css.d.ts +4 -0
- package/dist/ascii-view/css.js +83 -0
- package/dist/ascii-view/index.d.ts +25 -0
- package/dist/ascii-view/index.js +92 -0
- package/dist/command-palette/css.d.ts +4 -0
- package/dist/command-palette/css.js +157 -0
- package/dist/command-palette/index.d.ts +53 -0
- package/dist/command-palette/index.js +378 -0
- package/dist/command-palette-editor/index.d.ts +35 -0
- package/dist/command-palette-editor/index.js +60 -0
- package/dist/config-panel/css.d.ts +4 -0
- package/dist/config-panel/css.js +719 -0
- package/dist/config-panel/index.d.ts +36 -0
- package/dist/config-panel/index.js +73 -0
- package/dist/config-panel/renderer.d.ts +127 -0
- package/dist/config-panel/renderer.js +1162 -0
- package/dist/config-panel/types.d.ts +118 -0
- package/dist/config-panel/types.js +2 -0
- package/dist/config-panel-bpmn/index.d.ts +58 -0
- package/dist/config-panel-bpmn/index.js +1320 -0
- package/dist/config-panel-bpmn/template-engine.d.ts +17 -0
- package/dist/config-panel-bpmn/template-engine.js +307 -0
- package/dist/config-panel-bpmn/template-to-service-task.d.ts +30 -0
- package/dist/config-panel-bpmn/template-to-service-task.js +92 -0
- package/dist/config-panel-bpmn/template-types.d.ts +126 -0
- package/dist/config-panel-bpmn/template-types.js +6 -0
- package/dist/config-panel-bpmn/templates/generated.d.ts +3 -0
- package/dist/config-panel-bpmn/templates/generated.js +57865 -0
- package/dist/config-panel-bpmn/util.d.ts +46 -0
- package/dist/config-panel-bpmn/util.js +195 -0
- package/dist/dmn-editor/css.d.ts +3 -0
- package/dist/dmn-editor/css.js +667 -0
- package/dist/dmn-editor/dmn-editor.d.ts +34 -0
- package/dist/dmn-editor/dmn-editor.js +646 -0
- package/dist/dmn-editor/drd-canvas.d.ts +85 -0
- package/dist/dmn-editor/drd-canvas.js +1087 -0
- package/dist/dmn-editor/index.d.ts +3 -0
- package/dist/dmn-editor/index.js +2 -0
- package/dist/dmn-viewer/css.d.ts +3 -0
- package/dist/dmn-viewer/css.js +151 -0
- package/dist/dmn-viewer/dmn-viewer.d.ts +30 -0
- package/dist/dmn-viewer/dmn-viewer.js +160 -0
- package/dist/dmn-viewer/feel.d.ts +3 -0
- package/dist/dmn-viewer/feel.js +2 -0
- package/dist/dmn-viewer/index.d.ts +14 -0
- package/dist/dmn-viewer/index.js +12 -0
- package/dist/element-docs/content.d.ts +20 -0
- package/dist/element-docs/content.js +1032 -0
- package/dist/element-docs/index.d.ts +7 -0
- package/dist/element-docs/index.js +643 -0
- package/dist/feel-playground/css.d.ts +4 -0
- package/dist/feel-playground/css.js +292 -0
- package/dist/feel-playground/index.d.ts +4 -0
- package/dist/feel-playground/index.js +3 -0
- package/dist/feel-playground/playground-plugin.d.ts +14 -0
- package/dist/feel-playground/playground-plugin.js +292 -0
- package/dist/form-editor/css.d.ts +3 -0
- package/dist/form-editor/css.js +703 -0
- package/dist/form-editor/form-editor.d.ts +48 -0
- package/dist/form-editor/form-editor.js +1039 -0
- package/dist/form-editor/index.d.ts +3 -0
- package/dist/form-editor/index.js +2 -0
- package/dist/form-viewer/css.d.ts +3 -0
- package/dist/form-viewer/css.js +303 -0
- package/dist/form-viewer/form-viewer.d.ts +29 -0
- package/dist/form-viewer/form-viewer.js +376 -0
- package/dist/form-viewer/index.d.ts +12 -0
- package/dist/form-viewer/index.js +11 -0
- package/dist/history/checkpoint.d.ts +10 -0
- package/dist/history/checkpoint.js +92 -0
- package/dist/history/css.d.ts +2 -0
- package/dist/history/css.js +130 -0
- package/dist/history/history-panel.d.ts +12 -0
- package/dist/history/history-panel.js +142 -0
- package/dist/history/index.d.ts +5 -0
- package/dist/history/index.js +3 -0
- package/dist/main-menu/css.d.ts +4 -0
- package/dist/main-menu/css.js +272 -0
- package/dist/main-menu/index.d.ts +59 -0
- package/dist/main-menu/index.js +285 -0
- package/dist/minimap/css.d.ts +10 -0
- package/dist/minimap/css.js +54 -0
- package/dist/minimap/index.d.ts +38 -0
- package/dist/minimap/index.js +69 -0
- package/dist/minimap/minimap.d.ts +35 -0
- package/dist/minimap/minimap.js +166 -0
- package/dist/optimize/index.d.ts +21 -0
- package/dist/optimize/index.js +304 -0
- package/dist/process-runner/css.d.ts +2 -0
- package/dist/process-runner/css.js +467 -0
- package/dist/process-runner/index.d.ts +56 -0
- package/dist/process-runner/index.js +549 -0
- package/dist/storage/auto-save.d.ts +11 -0
- package/dist/storage/auto-save.js +44 -0
- package/dist/storage/css.d.ts +2 -0
- package/dist/storage/css.js +2 -0
- package/dist/storage/db.d.ts +99 -0
- package/dist/storage/db.js +116 -0
- package/dist/storage/dialog.d.ts +15 -0
- package/dist/storage/dialog.js +201 -0
- package/dist/storage/export.d.ts +3 -0
- package/dist/storage/export.js +137 -0
- package/dist/storage/index.d.ts +44 -0
- package/dist/storage/index.js +201 -0
- package/dist/storage/sidebar.d.ts +2 -0
- package/dist/storage/sidebar.js +2 -0
- package/dist/storage/storage-api.d.ts +76 -0
- package/dist/storage/storage-api.js +342 -0
- package/dist/storage/types.d.ts +44 -0
- package/dist/storage/types.js +2 -0
- package/dist/storage-tabs-bridge/index.d.ts +96 -0
- package/dist/storage-tabs-bridge/index.js +502 -0
- package/dist/tabs/css.d.ts +3 -0
- package/dist/tabs/css.js +642 -0
- package/dist/tabs/file-resolver.d.ts +71 -0
- package/dist/tabs/file-resolver.js +46 -0
- package/dist/tabs/index.d.ts +15 -0
- package/dist/tabs/index.js +13 -0
- package/dist/tabs/tabs-plugin.d.ts +250 -0
- package/dist/tabs/tabs-plugin.js +1119 -0
- package/dist/token-highlight/css.d.ts +2 -0
- package/dist/token-highlight/css.js +81 -0
- package/dist/token-highlight/index.d.ts +44 -0
- package/dist/token-highlight/index.js +164 -0
- package/dist/watermark/css.d.ts +10 -0
- package/dist/watermark/css.js +54 -0
- package/dist/watermark/index.d.ts +48 -0
- package/dist/watermark/index.js +64 -0
- package/dist/zoom-controls/css.d.ts +4 -0
- package/dist/zoom-controls/css.js +48 -0
- package/dist/zoom-controls/index.d.ts +36 -0
- package/dist/zoom-controls/index.js +111 -0
- package/package.json +121 -0
package/package.json
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bpmnkit/plugins",
|
|
3
|
+
"version": "0.0.8",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"exports": {
|
|
7
|
+
"./ai-bridge": {
|
|
8
|
+
"import": "./dist/ai-bridge/index.js",
|
|
9
|
+
"types": "./dist/ai-bridge/index.d.ts"
|
|
10
|
+
},
|
|
11
|
+
"./ascii-view": {
|
|
12
|
+
"import": "./dist/ascii-view/index.js",
|
|
13
|
+
"types": "./dist/ascii-view/index.d.ts"
|
|
14
|
+
},
|
|
15
|
+
"./command-palette": {
|
|
16
|
+
"import": "./dist/command-palette/index.js",
|
|
17
|
+
"types": "./dist/command-palette/index.d.ts"
|
|
18
|
+
},
|
|
19
|
+
"./command-palette-editor": {
|
|
20
|
+
"import": "./dist/command-palette-editor/index.js",
|
|
21
|
+
"types": "./dist/command-palette-editor/index.d.ts"
|
|
22
|
+
},
|
|
23
|
+
"./config-panel": {
|
|
24
|
+
"import": "./dist/config-panel/index.js",
|
|
25
|
+
"types": "./dist/config-panel/index.d.ts"
|
|
26
|
+
},
|
|
27
|
+
"./config-panel-bpmn": {
|
|
28
|
+
"import": "./dist/config-panel-bpmn/index.js",
|
|
29
|
+
"types": "./dist/config-panel-bpmn/index.d.ts"
|
|
30
|
+
},
|
|
31
|
+
"./element-docs": {
|
|
32
|
+
"import": "./dist/element-docs/index.js",
|
|
33
|
+
"types": "./dist/element-docs/index.d.ts"
|
|
34
|
+
},
|
|
35
|
+
"./dmn-editor": {
|
|
36
|
+
"import": "./dist/dmn-editor/index.js",
|
|
37
|
+
"types": "./dist/dmn-editor/index.d.ts"
|
|
38
|
+
},
|
|
39
|
+
"./dmn-viewer": {
|
|
40
|
+
"import": "./dist/dmn-viewer/index.js",
|
|
41
|
+
"types": "./dist/dmn-viewer/index.d.ts"
|
|
42
|
+
},
|
|
43
|
+
"./feel-playground": {
|
|
44
|
+
"import": "./dist/feel-playground/index.js",
|
|
45
|
+
"types": "./dist/feel-playground/index.d.ts"
|
|
46
|
+
},
|
|
47
|
+
"./form-editor": {
|
|
48
|
+
"import": "./dist/form-editor/index.js",
|
|
49
|
+
"types": "./dist/form-editor/index.d.ts"
|
|
50
|
+
},
|
|
51
|
+
"./form-viewer": {
|
|
52
|
+
"import": "./dist/form-viewer/index.js",
|
|
53
|
+
"types": "./dist/form-viewer/index.d.ts"
|
|
54
|
+
},
|
|
55
|
+
"./history": {
|
|
56
|
+
"import": "./dist/history/index.js",
|
|
57
|
+
"types": "./dist/history/index.d.ts"
|
|
58
|
+
},
|
|
59
|
+
"./main-menu": {
|
|
60
|
+
"import": "./dist/main-menu/index.js",
|
|
61
|
+
"types": "./dist/main-menu/index.d.ts"
|
|
62
|
+
},
|
|
63
|
+
"./minimap": {
|
|
64
|
+
"import": "./dist/minimap/index.js",
|
|
65
|
+
"types": "./dist/minimap/index.d.ts"
|
|
66
|
+
},
|
|
67
|
+
"./optimize": {
|
|
68
|
+
"import": "./dist/optimize/index.js",
|
|
69
|
+
"types": "./dist/optimize/index.d.ts"
|
|
70
|
+
},
|
|
71
|
+
"./process-runner": {
|
|
72
|
+
"import": "./dist/process-runner/index.js",
|
|
73
|
+
"types": "./dist/process-runner/index.d.ts"
|
|
74
|
+
},
|
|
75
|
+
"./storage": {
|
|
76
|
+
"import": "./dist/storage/index.js",
|
|
77
|
+
"types": "./dist/storage/index.d.ts"
|
|
78
|
+
},
|
|
79
|
+
"./storage-tabs-bridge": {
|
|
80
|
+
"import": "./dist/storage-tabs-bridge/index.js",
|
|
81
|
+
"types": "./dist/storage-tabs-bridge/index.d.ts"
|
|
82
|
+
},
|
|
83
|
+
"./tabs": {
|
|
84
|
+
"import": "./dist/tabs/index.js",
|
|
85
|
+
"types": "./dist/tabs/index.d.ts"
|
|
86
|
+
},
|
|
87
|
+
"./token-highlight": {
|
|
88
|
+
"import": "./dist/token-highlight/index.js",
|
|
89
|
+
"types": "./dist/token-highlight/index.d.ts"
|
|
90
|
+
},
|
|
91
|
+
"./watermark": {
|
|
92
|
+
"import": "./dist/watermark/index.js",
|
|
93
|
+
"types": "./dist/watermark/index.d.ts"
|
|
94
|
+
},
|
|
95
|
+
"./zoom-controls": {
|
|
96
|
+
"import": "./dist/zoom-controls/index.js",
|
|
97
|
+
"types": "./dist/zoom-controls/index.d.ts"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"files": ["dist/**/*.js", "dist/**/*.d.ts"],
|
|
101
|
+
"scripts": {
|
|
102
|
+
"build": "tsc",
|
|
103
|
+
"typecheck": "tsc --noEmit",
|
|
104
|
+
"check": "biome check .",
|
|
105
|
+
"test": "vitest run"
|
|
106
|
+
},
|
|
107
|
+
"dependencies": {
|
|
108
|
+
"@bpmnkit/ascii": "workspace:*",
|
|
109
|
+
"@bpmnkit/canvas": "workspace:*",
|
|
110
|
+
"@bpmnkit/core": "workspace:*",
|
|
111
|
+
"@bpmnkit/editor": "workspace:*",
|
|
112
|
+
"@bpmnkit/feel": "workspace:*"
|
|
113
|
+
},
|
|
114
|
+
"description": "22 composable canvas plugins for BPMN editors and viewers — minimap, AI chat, process simulation, storage, and more",
|
|
115
|
+
"keywords": ["bpmn", "plugins", "canvas", "minimap", "workflow", "typescript", "camunda"],
|
|
116
|
+
"license": "MIT",
|
|
117
|
+
"repository": {
|
|
118
|
+
"type": "git",
|
|
119
|
+
"url": "https://github.com/bpmnkit/monorepo"
|
|
120
|
+
}
|
|
121
|
+
}
|