@bpmn-io/properties-panel 3.22.3 → 3.22.4
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/LICENSE +20 -20
- package/README.md +35 -35
- package/assets/properties-panel.css +3 -3
- package/dist/assets/properties-panel.css +1505 -1499
- package/dist/index.esm.js +506 -506
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +506 -506
- package/dist/index.js.map +1 -1
- package/package.json +91 -92
package/package.json
CHANGED
|
@@ -1,92 +1,91 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@bpmn-io/properties-panel",
|
|
3
|
-
"version": "3.22.
|
|
4
|
-
"description": "Library for creating bpmn-io properties panels.",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.esm.js",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist",
|
|
9
|
-
"assets",
|
|
10
|
-
"preact"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"all": "run-s lint clean build test",
|
|
14
|
-
"clean": "del-cli preact dist",
|
|
15
|
-
"build": "rollup -c --bundleConfigAsCjs",
|
|
16
|
-
"build:watch": "npm run build -- --watch",
|
|
17
|
-
"lint": "eslint .",
|
|
18
|
-
"dev": "npm test -- --auto-watch --no-single-run",
|
|
19
|
-
"test": "karma start karma.config.js",
|
|
20
|
-
"prepare": "run-s build"
|
|
21
|
-
},
|
|
22
|
-
"repository": {
|
|
23
|
-
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/bpmn-io/properties-panel.git"
|
|
25
|
-
},
|
|
26
|
-
"publishConfig": {
|
|
27
|
-
"access": "public"
|
|
28
|
-
},
|
|
29
|
-
"engines": {
|
|
30
|
-
"node": "*"
|
|
31
|
-
},
|
|
32
|
-
"author": "Niklas Kiefer <niklas.kiefer@camunda.com> (https://github.com/pinussilvestrus)",
|
|
33
|
-
"contributors": [
|
|
34
|
-
{
|
|
35
|
-
"name": "bpmn.io contributors",
|
|
36
|
-
"url": "https://github.com/bpmn-io"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"license": "MIT",
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@bpmn-io/feel-editor": "^1.6.0",
|
|
42
|
-
"@codemirror/view": "^6.28.1",
|
|
43
|
-
"classnames": "^2.3.1",
|
|
44
|
-
"feelers": "^1.4.0",
|
|
45
|
-
"focus-trap": "^7.5.2",
|
|
46
|
-
"min-dash": "^4.1.1",
|
|
47
|
-
"min-dom": "^4.0.3"
|
|
48
|
-
},
|
|
49
|
-
"devDependencies": {
|
|
50
|
-
"@babel/core": "^7.23.6",
|
|
51
|
-
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
52
|
-
"@rollup/plugin-babel": "^6.0.4",
|
|
53
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
54
|
-
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
55
|
-
"@testing-library/preact": "^2.
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"babel-
|
|
59
|
-
"babel-plugin-
|
|
60
|
-
"babel-plugin-
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"eslint": "^
|
|
68
|
-
"eslint-plugin-
|
|
69
|
-
"eslint-plugin-
|
|
70
|
-
"
|
|
71
|
-
"karma": "^
|
|
72
|
-
"karma-
|
|
73
|
-
"karma-
|
|
74
|
-
"karma-
|
|
75
|
-
"karma-
|
|
76
|
-
"karma-
|
|
77
|
-
"karma-
|
|
78
|
-
"
|
|
79
|
-
"mocha": "^
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"rollup": "^
|
|
87
|
-
"
|
|
88
|
-
"sinon": "^
|
|
89
|
-
"
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@bpmn-io/properties-panel",
|
|
3
|
+
"version": "3.22.4",
|
|
4
|
+
"description": "Library for creating bpmn-io properties panels.",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.esm.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"assets",
|
|
10
|
+
"preact"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"all": "run-s lint clean build test",
|
|
14
|
+
"clean": "del-cli preact dist",
|
|
15
|
+
"build": "rollup -c --bundleConfigAsCjs",
|
|
16
|
+
"build:watch": "npm run build -- --watch",
|
|
17
|
+
"lint": "eslint .",
|
|
18
|
+
"dev": "npm test -- --auto-watch --no-single-run",
|
|
19
|
+
"test": "karma start karma.config.js",
|
|
20
|
+
"prepare": "run-s build"
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/bpmn-io/properties-panel.git"
|
|
25
|
+
},
|
|
26
|
+
"publishConfig": {
|
|
27
|
+
"access": "public"
|
|
28
|
+
},
|
|
29
|
+
"engines": {
|
|
30
|
+
"node": "*"
|
|
31
|
+
},
|
|
32
|
+
"author": "Niklas Kiefer <niklas.kiefer@camunda.com> (https://github.com/pinussilvestrus)",
|
|
33
|
+
"contributors": [
|
|
34
|
+
{
|
|
35
|
+
"name": "bpmn.io contributors",
|
|
36
|
+
"url": "https://github.com/bpmn-io"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"license": "MIT",
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@bpmn-io/feel-editor": "^1.6.0",
|
|
42
|
+
"@codemirror/view": "^6.28.1",
|
|
43
|
+
"classnames": "^2.3.1",
|
|
44
|
+
"feelers": "^1.4.0",
|
|
45
|
+
"focus-trap": "^7.5.2",
|
|
46
|
+
"min-dash": "^4.1.1",
|
|
47
|
+
"min-dom": "^4.0.3"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@babel/core": "^7.23.6",
|
|
51
|
+
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
52
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
53
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
54
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
55
|
+
"@testing-library/preact": "^3.2.4",
|
|
56
|
+
"axe-core": "^4.3.5",
|
|
57
|
+
"babel-loader": "^9.1.3",
|
|
58
|
+
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
59
|
+
"babel-plugin-istanbul": "^7.0.0",
|
|
60
|
+
"babel-plugin-module-resolver": "^5.0.0",
|
|
61
|
+
"chai": "^4.3.10",
|
|
62
|
+
"copy-webpack-plugin": "^12.0.0",
|
|
63
|
+
"cross-env": "^7.0.3",
|
|
64
|
+
"del-cli": "^5.1.0",
|
|
65
|
+
"diagram-js": "^14.0.0",
|
|
66
|
+
"eslint": "^8.56.0",
|
|
67
|
+
"eslint-plugin-bpmn-io": "^1.0.0",
|
|
68
|
+
"eslint-plugin-import": "^2.29.1",
|
|
69
|
+
"eslint-plugin-react-hooks": "^4.2.0",
|
|
70
|
+
"karma": "^6.4.2",
|
|
71
|
+
"karma-chrome-launcher": "^3.2.0",
|
|
72
|
+
"karma-coverage": "^2.2.1",
|
|
73
|
+
"karma-debug-launcher": "^0.0.5",
|
|
74
|
+
"karma-env-preprocessor": "^0.1.1",
|
|
75
|
+
"karma-mocha": "^2.0.1",
|
|
76
|
+
"karma-sinon-chai": "^2.0.2",
|
|
77
|
+
"karma-webpack": "^5.0.0",
|
|
78
|
+
"mocha": "^10.2.0",
|
|
79
|
+
"mocha-test-container-support": "^0.2.0",
|
|
80
|
+
"npm-run-all2": "^6.0.0",
|
|
81
|
+
"preact": "^10.19.3",
|
|
82
|
+
"puppeteer": "^22.0.0",
|
|
83
|
+
"raw-loader": "^4.0.2",
|
|
84
|
+
"replace-in-file": "^7.0.2",
|
|
85
|
+
"rollup": "^4.9.1",
|
|
86
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
87
|
+
"sinon": "^17.0.1",
|
|
88
|
+
"sinon-chai": "^3.7.0",
|
|
89
|
+
"webpack": "^5.89.0"
|
|
90
|
+
}
|
|
91
|
+
}
|