@processmaker/modeler 1.24.2 → 1.24.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/dist/modeler.common.js +9209 -9078
- package/dist/modeler.common.js.map +1 -1
- package/dist/modeler.umd.js +9209 -9078
- package/dist/modeler.umd.js.map +1 -1
- package/dist/modeler.umd.min.js +4 -2
- package/dist/modeler.umd.min.js.map +1 -1
- package/package.json +6 -5
- package/src/.DS_Store +0 -0
- package/src/components/inspectors/InspectorPanel.vue +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@processmaker/modeler",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"serve": "vue-cli-service serve",
|
|
6
6
|
"open-cypress": "TZ=UTC cypress open",
|
|
7
|
+
"run-cypress": "TZ=UTC cypress run",
|
|
7
8
|
"lint": "vue-cli-service lint --no-fix",
|
|
8
9
|
"build-bundle": "vue-cli-service build --target lib --name modeler ./src/components/nodes/index.js",
|
|
9
10
|
"bundle-analyze": "npm run build-bundle -- --analyze",
|
|
@@ -75,7 +76,7 @@
|
|
|
75
76
|
"@types/jest": "^24.9.1",
|
|
76
77
|
"@vue/babel-preset-app": "^5.0.4",
|
|
77
78
|
"@vue/cli-plugin-babel": "^4.5.9",
|
|
78
|
-
"@vue/cli-plugin-e2e-cypress": "
|
|
79
|
+
"@vue/cli-plugin-e2e-cypress": "5.0.0",
|
|
79
80
|
"@vue/cli-plugin-eslint": "^4.5.9",
|
|
80
81
|
"@vue/cli-plugin-unit-jest": "^4.5.9",
|
|
81
82
|
"@vue/cli-service": "^4.5.9",
|
|
@@ -100,9 +101,9 @@
|
|
|
100
101
|
"nyc": "^14.1.1",
|
|
101
102
|
"sass": "^1.51.0",
|
|
102
103
|
"sass-loader": "^8.0.2",
|
|
103
|
-
"stylelint": "^
|
|
104
|
-
"stylelint-config-recommended-scss": "^
|
|
105
|
-
"stylelint-scss": "
|
|
104
|
+
"stylelint": "^15.2.0",
|
|
105
|
+
"stylelint-config-recommended-scss": "^9.0.1",
|
|
106
|
+
"stylelint-scss": "4.4.0",
|
|
106
107
|
"vue-color": "^2.7.1",
|
|
107
108
|
"vue-jest": "^3.0.5",
|
|
108
109
|
"vue-loader": "latest",
|
package/src/.DS_Store
CHANGED
|
Binary file
|
|
@@ -155,7 +155,7 @@ export default {
|
|
|
155
155
|
|
|
156
156
|
if (this.isSequenceFlow(type) && this.isConnectedToGateway(definition)) {
|
|
157
157
|
let helper = this.$t('Enter the expression that describes the workflow condition');
|
|
158
|
-
helper += ' <a href="https://processmaker.gitbook.io/processmaker/v/processmaker/designing-processes/
|
|
158
|
+
helper += ' <a href="https://processmaker.gitbook.io/processmaker/v/processmaker-4.3/designing-processes/expression-syntax-components" target="_blank"><i class="far fa-question-circle mr-1"></a>';
|
|
159
159
|
const expressionConfig = {
|
|
160
160
|
component: 'FormInput',
|
|
161
161
|
config: {
|