@processmaker/modeler 1.39.5 → 1.39.7
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/img/cursor.86e6f3e3.svg +3 -0
- package/dist/img/noPreviewImage.92c2fe15.png +0 -0
- package/dist/modeler.common.js +981 -51
- package/dist/modeler.common.js.map +1 -1
- package/dist/modeler.umd.js +981 -51
- package/dist/modeler.umd.js.map +1 -1
- package/dist/modeler.umd.min.js +4 -4
- package/dist/modeler.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/noPreviewImage.png +0 -0
- package/src/components/crown/crownButtons/previewButton.vue +40 -0
- package/src/components/crown/crownButtons/validPreviewElements.js +11 -0
- package/src/components/crown/crownConfig/crownConfig.vue +9 -0
- package/src/components/inspectors/NoPreviewAvailable.vue +47 -0
- package/src/components/inspectors/PreviewPanel.vue +148 -0
- package/src/components/inspectors/preview_panel.scss +63 -0
- package/src/components/modeler/Modeler.vue +53 -4
- package/src/components/multiplayer/remoteCursor/RemoteCursor.vue +67 -0
- package/src/components/multiplayer/remoteCursor/cursor.svg +3 -0
- package/src/components/toolbar/ToolBar.vue +2 -0
- package/src/components/topRail/TopRail.vue +7 -1
- package/src/components/topRail/multiplayerViewUsers/MultiplayerViewUsers.vue +22 -0
- package/src/components/topRail/multiplayerViewUsers/avatar/Avatar.vue +137 -0
- package/src/components/topRail/multiplayerViewUsers/avatar/avatar.scss +6 -0
package/dist/modeler.common.js
CHANGED
|
@@ -10530,6 +10530,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".invalid .multiselect__tags{border-col
|
|
|
10530
10530
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
10531
10531
|
|
|
10532
10532
|
|
|
10533
|
+
/***/ }),
|
|
10534
|
+
|
|
10535
|
+
/***/ 15933:
|
|
10536
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10537
|
+
|
|
10538
|
+
"use strict";
|
|
10539
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10540
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8081);
|
|
10541
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
10542
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23645);
|
|
10543
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
10544
|
+
// Imports
|
|
10545
|
+
|
|
10546
|
+
|
|
10547
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
10548
|
+
// Module
|
|
10549
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".no-preview[data-v-7ec3935d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#44494e;padding:5px}.no-preview img[data-v-7ec3935d]{max-width:50%;width:auto;padding-bottom:150px}.no-preview h1[data-v-7ec3935d]{text-align:center;font-weight:700;font-size:xx-large;margin-bottom:50px}.no-preview h2[data-v-7ec3935d]{text-align:center;font-size:x-large}", ""]);
|
|
10550
|
+
// Exports
|
|
10551
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
10552
|
+
|
|
10553
|
+
|
|
10533
10554
|
/***/ }),
|
|
10534
10555
|
|
|
10535
10556
|
/***/ 54490:
|
|
@@ -10854,6 +10875,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".crown-multiselect[data-v-bcd827ec]{to
|
|
|
10854
10875
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
10855
10876
|
|
|
10856
10877
|
|
|
10878
|
+
/***/ }),
|
|
10879
|
+
|
|
10880
|
+
/***/ 21955:
|
|
10881
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10882
|
+
|
|
10883
|
+
"use strict";
|
|
10884
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10885
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8081);
|
|
10886
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
10887
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23645);
|
|
10888
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
10889
|
+
// Imports
|
|
10890
|
+
|
|
10891
|
+
|
|
10892
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
10893
|
+
// Module
|
|
10894
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".remote-cursor[data-v-70c20f1a]{position:absolute;width:auto;height:34px}.remote-cursor[data-v-70c20f1a],.remote-username[data-v-70c20f1a]{display:-webkit-box;display:-ms-flexbox;display:flex}.remote-username[data-v-70c20f1a]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px;padding:4px 10px;gap:10px;border-radius:4px;background-color:#212529;color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:normal}", ""]);
|
|
10895
|
+
// Exports
|
|
10896
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
10897
|
+
|
|
10898
|
+
|
|
10857
10899
|
/***/ }),
|
|
10858
10900
|
|
|
10859
10901
|
/***/ 15105:
|
|
@@ -11064,6 +11106,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".inspector-button[data-v-cebfb20a]{pos
|
|
|
11064
11106
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
11065
11107
|
|
|
11066
11108
|
|
|
11109
|
+
/***/ }),
|
|
11110
|
+
|
|
11111
|
+
/***/ 50304:
|
|
11112
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
11113
|
+
|
|
11114
|
+
"use strict";
|
|
11115
|
+
__webpack_require__.r(__webpack_exports__);
|
|
11116
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8081);
|
|
11117
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
11118
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23645);
|
|
11119
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
11120
|
+
// Imports
|
|
11121
|
+
|
|
11122
|
+
|
|
11123
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
11124
|
+
// Module
|
|
11125
|
+
___CSS_LOADER_EXPORT___.push([module.id, "#preview_panel[data-v-03688ded]:after{display:-webkit-box;display:-ms-flexbox;display:flex;content:\"\";left:0;width:5px;height:100%;cursor:ew-resize}.preview-column[data-v-03688ded]{max-width:400px;resize:both;overflow:auto;background-color:#f5f5f5;border-left:8px solid #ebeef2}.paneiframe[data-v-03688ded]{display:block;width:100%}.preview-column .control-bar[data-v-03688ded]{background-color:#fff;padding:0 5px 0 5px;color:#7f7f7f}.preview-column .control-bar .actions[data-v-03688ded]{text-align:right}.preview-column .control-bar .actions div[data-v-03688ded]{width:100%;text-align:right}.preview-column .control-bar .actions div i[data-v-03688ded]{width:20px;cursor:pointer}.item-title[data-v-03688ded]{margin-top:15px;height:30px;font-size:larger;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#7f7f7f}.item-title[data-v-03688ded],.task-title[data-v-03688ded]{width:100%;text-align:center}.task-title[data-v-03688ded]{height:60px;font-size:xx-large;font-weight:700;color:#6c757d}", ""]);
|
|
11126
|
+
// Exports
|
|
11127
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
11128
|
+
|
|
11129
|
+
|
|
11067
11130
|
/***/ }),
|
|
11068
11131
|
|
|
11069
11132
|
/***/ 4856:
|
|
@@ -11263,7 +11326,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".toolbar{z-index:3;height:4rem;cursor:
|
|
|
11263
11326
|
|
|
11264
11327
|
/***/ }),
|
|
11265
11328
|
|
|
11266
|
-
/***/
|
|
11329
|
+
/***/ 53984:
|
|
11267
11330
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
11268
11331
|
|
|
11269
11332
|
"use strict";
|
|
@@ -11277,7 +11340,28 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11277
11340
|
|
|
11278
11341
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
11279
11342
|
// Module
|
|
11280
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".
|
|
11343
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".avatar-initials[data-v-1c50a604]{text-align:center;line-height:2.4rem;color:#fff;font-weight:700}", ""]);
|
|
11344
|
+
// Exports
|
|
11345
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
11346
|
+
|
|
11347
|
+
|
|
11348
|
+
/***/ }),
|
|
11349
|
+
|
|
11350
|
+
/***/ 88587:
|
|
11351
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
11352
|
+
|
|
11353
|
+
"use strict";
|
|
11354
|
+
__webpack_require__.r(__webpack_exports__);
|
|
11355
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8081);
|
|
11356
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
11357
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23645);
|
|
11358
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
11359
|
+
// Imports
|
|
11360
|
+
|
|
11361
|
+
|
|
11362
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
11363
|
+
// Module
|
|
11364
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".top-rail-container[data-v-f6aad76c]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px}", ""]);
|
|
11281
11365
|
// Exports
|
|
11282
11366
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
11283
11367
|
|
|
@@ -21593,6 +21677,22 @@ var update = add("09eb9076", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
21593
21677
|
|
|
21594
21678
|
/***/ }),
|
|
21595
21679
|
|
|
21680
|
+
/***/ 70732:
|
|
21681
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
21682
|
+
|
|
21683
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
21684
|
+
|
|
21685
|
+
// load the styles
|
|
21686
|
+
var content = __webpack_require__(15933);
|
|
21687
|
+
if(content.__esModule) content = content.default;
|
|
21688
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
21689
|
+
if(content.locals) module.exports = content.locals;
|
|
21690
|
+
// add the styles to the DOM
|
|
21691
|
+
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
21692
|
+
var update = add("1d1c3380", content, true, {"sourceMap":false,"shadowMode":false});
|
|
21693
|
+
|
|
21694
|
+
/***/ }),
|
|
21695
|
+
|
|
21596
21696
|
/***/ 96834:
|
|
21597
21697
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
21598
21698
|
|
|
@@ -21817,6 +21917,22 @@ var update = add("3acc825c", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
21817
21917
|
|
|
21818
21918
|
/***/ }),
|
|
21819
21919
|
|
|
21920
|
+
/***/ 9500:
|
|
21921
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
21922
|
+
|
|
21923
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
21924
|
+
|
|
21925
|
+
// load the styles
|
|
21926
|
+
var content = __webpack_require__(21955);
|
|
21927
|
+
if(content.__esModule) content = content.default;
|
|
21928
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
21929
|
+
if(content.locals) module.exports = content.locals;
|
|
21930
|
+
// add the styles to the DOM
|
|
21931
|
+
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
21932
|
+
var update = add("3f3f4627", content, true, {"sourceMap":false,"shadowMode":false});
|
|
21933
|
+
|
|
21934
|
+
/***/ }),
|
|
21935
|
+
|
|
21820
21936
|
/***/ 11886:
|
|
21821
21937
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
21822
21938
|
|
|
@@ -21977,6 +22093,22 @@ var update = add("4846705d", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
21977
22093
|
|
|
21978
22094
|
/***/ }),
|
|
21979
22095
|
|
|
22096
|
+
/***/ 85133:
|
|
22097
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
22098
|
+
|
|
22099
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
22100
|
+
|
|
22101
|
+
// load the styles
|
|
22102
|
+
var content = __webpack_require__(50304);
|
|
22103
|
+
if(content.__esModule) content = content.default;
|
|
22104
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
22105
|
+
if(content.locals) module.exports = content.locals;
|
|
22106
|
+
// add the styles to the DOM
|
|
22107
|
+
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
22108
|
+
var update = add("17e30252", content, true, {"sourceMap":false,"shadowMode":false});
|
|
22109
|
+
|
|
22110
|
+
/***/ }),
|
|
22111
|
+
|
|
21980
22112
|
/***/ 78922:
|
|
21981
22113
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
21982
22114
|
|
|
@@ -22121,19 +22253,35 @@ var update = add("0e3dfd4a", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
22121
22253
|
|
|
22122
22254
|
/***/ }),
|
|
22123
22255
|
|
|
22124
|
-
/***/
|
|
22256
|
+
/***/ 27758:
|
|
22257
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
22258
|
+
|
|
22259
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
22260
|
+
|
|
22261
|
+
// load the styles
|
|
22262
|
+
var content = __webpack_require__(53984);
|
|
22263
|
+
if(content.__esModule) content = content.default;
|
|
22264
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
22265
|
+
if(content.locals) module.exports = content.locals;
|
|
22266
|
+
// add the styles to the DOM
|
|
22267
|
+
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
22268
|
+
var update = add("38b028bc", content, true, {"sourceMap":false,"shadowMode":false});
|
|
22269
|
+
|
|
22270
|
+
/***/ }),
|
|
22271
|
+
|
|
22272
|
+
/***/ 19550:
|
|
22125
22273
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
22126
22274
|
|
|
22127
22275
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
22128
22276
|
|
|
22129
22277
|
// load the styles
|
|
22130
|
-
var content = __webpack_require__(
|
|
22278
|
+
var content = __webpack_require__(88587);
|
|
22131
22279
|
if(content.__esModule) content = content.default;
|
|
22132
22280
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
22133
22281
|
if(content.locals) module.exports = content.locals;
|
|
22134
22282
|
// add the styles to the DOM
|
|
22135
22283
|
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
22136
|
-
var update = add("
|
|
22284
|
+
var update = add("54b780e6", content, true, {"sourceMap":false,"shadowMode":false});
|
|
22137
22285
|
|
|
22138
22286
|
/***/ }),
|
|
22139
22287
|
|
|
@@ -22867,6 +23015,14 @@ module.exports = __webpack_require__.p + "img/validate-open.6048f9de.svg";
|
|
|
22867
23015
|
|
|
22868
23016
|
/***/ }),
|
|
22869
23017
|
|
|
23018
|
+
/***/ 61264:
|
|
23019
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
23020
|
+
|
|
23021
|
+
"use strict";
|
|
23022
|
+
module.exports = __webpack_require__.p + "img/cursor.86e6f3e3.svg";
|
|
23023
|
+
|
|
23024
|
+
/***/ }),
|
|
23025
|
+
|
|
22870
23026
|
/***/ 98573:
|
|
22871
23027
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
22872
23028
|
|
|
@@ -22883,6 +23039,14 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACN
|
|
|
22883
23039
|
|
|
22884
23040
|
/***/ }),
|
|
22885
23041
|
|
|
23042
|
+
/***/ 2431:
|
|
23043
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
23044
|
+
|
|
23045
|
+
"use strict";
|
|
23046
|
+
module.exports = __webpack_require__.p + "img/noPreviewImage.92c2fe15.png";
|
|
23047
|
+
|
|
23048
|
+
/***/ }),
|
|
23049
|
+
|
|
22886
23050
|
/***/ 79210:
|
|
22887
23051
|
/***/ (function(module) {
|
|
22888
23052
|
|
|
@@ -27480,8 +27644,8 @@ var direction = {
|
|
|
27480
27644
|
one: 'One',
|
|
27481
27645
|
both: 'Both'
|
|
27482
27646
|
};
|
|
27483
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/crown/crownConfig/crownConfig.vue?vue&type=template&id=
|
|
27484
|
-
var
|
|
27647
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/crown/crownConfig/crownConfig.vue?vue&type=template&id=aeb192b4&
|
|
27648
|
+
var crownConfigvue_type_template_id_aeb192b4_render = function render() {
|
|
27485
27649
|
var _vm = this,
|
|
27486
27650
|
_c = _vm._self._c;
|
|
27487
27651
|
return _vm.showCrownConfig ? _c('div', {
|
|
@@ -27556,6 +27720,12 @@ var crownConfigvue_type_template_id_6b34931c_render = function render() {
|
|
|
27556
27720
|
"shape": _vm.shape,
|
|
27557
27721
|
"node": _vm.node
|
|
27558
27722
|
}
|
|
27723
|
+
}, _vm.$listeners)), _c('preview-button', _vm._g({
|
|
27724
|
+
attrs: {
|
|
27725
|
+
"graph": _vm.graph,
|
|
27726
|
+
"shape": _vm.shape,
|
|
27727
|
+
"node": _vm.node
|
|
27728
|
+
}
|
|
27559
27729
|
}, _vm.$listeners)), _c('b-modal', {
|
|
27560
27730
|
ref: "modal",
|
|
27561
27731
|
attrs: {
|
|
@@ -27580,15 +27750,17 @@ var crownConfigvue_type_template_id_6b34931c_render = function render() {
|
|
|
27580
27750
|
}
|
|
27581
27751
|
}, [_c('p', [_vm._v(_vm._s(_vm.$t('Changing this type will replace your current configuration')))])])], 2) : _vm._e();
|
|
27582
27752
|
};
|
|
27583
|
-
var
|
|
27753
|
+
var crownConfigvue_type_template_id_aeb192b4_staticRenderFns = [];
|
|
27584
27754
|
|
|
27585
27755
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.keys.js
|
|
27586
27756
|
var es_object_keys = __webpack_require__(47941);
|
|
27587
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/crown/crownButtons/
|
|
27588
|
-
|
|
27757
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/crown/crownButtons/previewButton.vue?vue&type=template&id=a7930852&
|
|
27758
|
+
|
|
27759
|
+
var previewButtonvue_type_template_id_a7930852_render = function render() {
|
|
27760
|
+
var _vm$node;
|
|
27589
27761
|
var _vm = this,
|
|
27590
27762
|
_c = _vm._self._c;
|
|
27591
|
-
return _c('crown-button', {
|
|
27763
|
+
return (_vm$node = _vm.node).isBpmnType.apply(_vm$node, _toConsumableArray(_vm.validPreviewElements)) ? _c('crown-button', {
|
|
27592
27764
|
directives: [{
|
|
27593
27765
|
name: "b-tooltip",
|
|
27594
27766
|
rawName: "v-b-tooltip.hover.viewport.d50",
|
|
@@ -27603,21 +27775,23 @@ var deleteButtonvue_type_template_id_59648d83_render = function render() {
|
|
|
27603
27775
|
}
|
|
27604
27776
|
}],
|
|
27605
27777
|
attrs: {
|
|
27606
|
-
"title": _vm.$t('
|
|
27778
|
+
"title": _vm.$t('Preview'),
|
|
27607
27779
|
"role": "menuitem",
|
|
27608
|
-
"id": "
|
|
27609
|
-
"aria-label": "
|
|
27780
|
+
"id": "preview-button",
|
|
27781
|
+
"aria-label": "Preview"
|
|
27610
27782
|
},
|
|
27611
27783
|
on: {
|
|
27612
27784
|
"click": function click($event) {
|
|
27613
|
-
|
|
27785
|
+
return _vm.preview();
|
|
27614
27786
|
}
|
|
27615
27787
|
}
|
|
27616
27788
|
}, [_c('i', {
|
|
27617
|
-
staticClass: "fas fa-
|
|
27618
|
-
})]);
|
|
27789
|
+
staticClass: "fas fa-eye cog-container--button"
|
|
27790
|
+
})]) : _vm._e();
|
|
27619
27791
|
};
|
|
27620
|
-
var
|
|
27792
|
+
var previewButtonvue_type_template_id_a7930852_staticRenderFns = [];
|
|
27793
|
+
|
|
27794
|
+
;// CONCATENATED MODULE: ./src/components/crown/crownButtons/previewButton.vue?vue&type=template&id=a7930852&
|
|
27621
27795
|
|
|
27622
27796
|
;// CONCATENATED MODULE: ./src/assets/trash-alt-solid.svg
|
|
27623
27797
|
var trash_alt_solid_namespaceObject = __webpack_require__.p + "img/trash-alt-solid.9d41abd9.svg";
|
|
@@ -27786,6 +27960,96 @@ var component = normalizeComponent(
|
|
|
27786
27960
|
)
|
|
27787
27961
|
|
|
27788
27962
|
/* harmony default export */ var crownButton = (component.exports);
|
|
27963
|
+
;// CONCATENATED MODULE: ./src/components/crown/crownButtons/validPreviewElements.js
|
|
27964
|
+
var validPreviewElements = ['bpmn:Task', 'bpmn:UserTask', 'bpmn:GlobalTask', 'bpmn:CallActivity', 'bpmn:ManualTask', 'bpmn:ScriptTask', 'bpmn:ServiceTask'];
|
|
27965
|
+
/* harmony default export */ var crownButtons_validPreviewElements = (validPreviewElements);
|
|
27966
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/crown/crownButtons/previewButton.vue?vue&type=script&lang=js&
|
|
27967
|
+
|
|
27968
|
+
|
|
27969
|
+
|
|
27970
|
+
/* harmony default export */ var previewButtonvue_type_script_lang_js_ = ({
|
|
27971
|
+
components: {
|
|
27972
|
+
CrownButton: crownButton
|
|
27973
|
+
},
|
|
27974
|
+
props: {
|
|
27975
|
+
graph: Object,
|
|
27976
|
+
shape: Object,
|
|
27977
|
+
node: Object
|
|
27978
|
+
},
|
|
27979
|
+
data: function data() {
|
|
27980
|
+
return {
|
|
27981
|
+
trashIcon: trash_alt_solid_namespaceObject,
|
|
27982
|
+
validPreviewElements: crownButtons_validPreviewElements
|
|
27983
|
+
};
|
|
27984
|
+
},
|
|
27985
|
+
computed: {
|
|
27986
|
+
isPoolLane: function isPoolLane() {
|
|
27987
|
+
return this.node.type === 'processmaker-modeler-lane';
|
|
27988
|
+
}
|
|
27989
|
+
},
|
|
27990
|
+
methods: {
|
|
27991
|
+
preview: function preview() {
|
|
27992
|
+
this.$emit('previewNode', this.node);
|
|
27993
|
+
}
|
|
27994
|
+
}
|
|
27995
|
+
});
|
|
27996
|
+
;// CONCATENATED MODULE: ./src/components/crown/crownButtons/previewButton.vue?vue&type=script&lang=js&
|
|
27997
|
+
/* harmony default export */ var crownButtons_previewButtonvue_type_script_lang_js_ = (previewButtonvue_type_script_lang_js_);
|
|
27998
|
+
;// CONCATENATED MODULE: ./src/components/crown/crownButtons/previewButton.vue
|
|
27999
|
+
|
|
28000
|
+
|
|
28001
|
+
|
|
28002
|
+
|
|
28003
|
+
|
|
28004
|
+
/* normalize component */
|
|
28005
|
+
;
|
|
28006
|
+
var previewButton_component = normalizeComponent(
|
|
28007
|
+
crownButtons_previewButtonvue_type_script_lang_js_,
|
|
28008
|
+
previewButtonvue_type_template_id_a7930852_render,
|
|
28009
|
+
previewButtonvue_type_template_id_a7930852_staticRenderFns,
|
|
28010
|
+
false,
|
|
28011
|
+
null,
|
|
28012
|
+
null,
|
|
28013
|
+
null
|
|
28014
|
+
|
|
28015
|
+
)
|
|
28016
|
+
|
|
28017
|
+
/* harmony default export */ var previewButton = (previewButton_component.exports);
|
|
28018
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/crown/crownButtons/deleteButton.vue?vue&type=template&id=59648d83&
|
|
28019
|
+
var deleteButtonvue_type_template_id_59648d83_render = function render() {
|
|
28020
|
+
var _vm = this,
|
|
28021
|
+
_c = _vm._self._c;
|
|
28022
|
+
return _c('crown-button', {
|
|
28023
|
+
directives: [{
|
|
28024
|
+
name: "b-tooltip",
|
|
28025
|
+
rawName: "v-b-tooltip.hover.viewport.d50",
|
|
28026
|
+
value: {
|
|
28027
|
+
customClass: 'no-pointer-events'
|
|
28028
|
+
},
|
|
28029
|
+
expression: "{ customClass: 'no-pointer-events' }",
|
|
28030
|
+
modifiers: {
|
|
28031
|
+
"hover": true,
|
|
28032
|
+
"viewport": true,
|
|
28033
|
+
"d50": true
|
|
28034
|
+
}
|
|
28035
|
+
}],
|
|
28036
|
+
attrs: {
|
|
28037
|
+
"title": _vm.$t('Delete'),
|
|
28038
|
+
"role": "menuitem",
|
|
28039
|
+
"id": "delete-button",
|
|
28040
|
+
"aria-label": "Delete this node"
|
|
28041
|
+
},
|
|
28042
|
+
on: {
|
|
28043
|
+
"click": function click($event) {
|
|
28044
|
+
_vm.isPoolLane ? _vm.removePoolLaneShape() : _vm.removeShape();
|
|
28045
|
+
}
|
|
28046
|
+
}
|
|
28047
|
+
}, [_c('i', {
|
|
28048
|
+
staticClass: "fas fa-trash-alt cog-container--button"
|
|
28049
|
+
})]);
|
|
28050
|
+
};
|
|
28051
|
+
var deleteButtonvue_type_template_id_59648d83_staticRenderFns = [];
|
|
28052
|
+
|
|
27789
28053
|
;// CONCATENATED MODULE: external "lodash"
|
|
27790
28054
|
var external_lodash_namespaceObject = require("lodash");
|
|
27791
28055
|
var external_lodash_default = /*#__PURE__*/__webpack_require__.n(external_lodash_namespaceObject);
|
|
@@ -30815,11 +31079,13 @@ function runningInCypressTest() {
|
|
|
30815
31079
|
|
|
30816
31080
|
|
|
30817
31081
|
|
|
31082
|
+
|
|
30818
31083
|
|
|
30819
31084
|
|
|
30820
31085
|
/* harmony default export */ var crownConfigvue_type_script_lang_js_ = ({
|
|
30821
31086
|
components: {
|
|
30822
31087
|
CrownDropdowns: crownDropdowns,
|
|
31088
|
+
PreviewButton: previewButton,
|
|
30823
31089
|
DeleteButton: deleteButton,
|
|
30824
31090
|
GenericFlowButton: genericFlowButton,
|
|
30825
31091
|
AssociationFlowButton: associationFlowButton,
|
|
@@ -31054,8 +31320,8 @@ var crownConfigvue_type_style_index_0_prod_lang_scss_ = __webpack_require__(3656
|
|
|
31054
31320
|
|
|
31055
31321
|
var crownConfig_component = normalizeComponent(
|
|
31056
31322
|
crownConfig_crownConfigvue_type_script_lang_js_,
|
|
31057
|
-
|
|
31058
|
-
|
|
31323
|
+
crownConfigvue_type_template_id_aeb192b4_render,
|
|
31324
|
+
crownConfigvue_type_template_id_aeb192b4_staticRenderFns,
|
|
31059
31325
|
false,
|
|
31060
31326
|
null,
|
|
31061
31327
|
null,
|
|
@@ -42359,10 +42625,11 @@ var ValidationStatus_component = normalizeComponent(
|
|
|
42359
42625
|
)
|
|
42360
42626
|
|
|
42361
42627
|
/* harmony default export */ var ValidationStatus = (ValidationStatus_component.exports);
|
|
42362
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/modeler/Modeler.vue?vue&type=template&id=
|
|
42628
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/modeler/Modeler.vue?vue&type=template&id=785a1a64&
|
|
42363
42629
|
|
|
42364
42630
|
|
|
42365
|
-
|
|
42631
|
+
|
|
42632
|
+
var Modelervue_type_template_id_785a1a64_render = function render() {
|
|
42366
42633
|
var _vm = this,
|
|
42367
42634
|
_c = _vm._self._c;
|
|
42368
42635
|
return _c('span', {
|
|
@@ -42382,7 +42649,8 @@ var Modelervue_type_template_id_581e9191_render = function render() {
|
|
|
42382
42649
|
"warnings": _vm.allWarnings,
|
|
42383
42650
|
"xml-manager": _vm.xmlManager,
|
|
42384
42651
|
"validationBar": _vm.validationBar,
|
|
42385
|
-
"extra-actions": _vm.extraActions
|
|
42652
|
+
"extra-actions": _vm.extraActions,
|
|
42653
|
+
"players": _vm.players
|
|
42386
42654
|
},
|
|
42387
42655
|
on: {
|
|
42388
42656
|
"load-xml": _vm.loadXML,
|
|
@@ -42435,14 +42703,32 @@ var Modelervue_type_template_id_581e9191_render = function render() {
|
|
|
42435
42703
|
attrs: {
|
|
42436
42704
|
"data-test": "paper"
|
|
42437
42705
|
}
|
|
42438
|
-
})]), _vm.showComponent ? _c('InspectorButton', {
|
|
42706
|
+
})]), _vm.showComponent && _vm.showInspectorButton ? _c('InspectorButton', {
|
|
42707
|
+
ref: "inspector-button",
|
|
42708
|
+
style: {
|
|
42709
|
+
right: _vm.inspectorButtonRight + 'px'
|
|
42710
|
+
},
|
|
42439
42711
|
attrs: {
|
|
42440
42712
|
"showInspector": _vm.isOpenInspector
|
|
42441
42713
|
},
|
|
42442
42714
|
on: {
|
|
42443
|
-
"toggleInspector":
|
|
42715
|
+
"toggleInspector": function toggleInspector($event) {
|
|
42716
|
+
[_vm.handleToggleInspector($event), _vm.setInspectorButtonPosition($event)];
|
|
42717
|
+
}
|
|
42444
42718
|
}
|
|
42445
|
-
}) : _vm._e(),
|
|
42719
|
+
}) : _vm._e(), _c('PreviewPanel', {
|
|
42720
|
+
ref: "preview-panel",
|
|
42721
|
+
attrs: {
|
|
42722
|
+
"visible": _vm.isOpenPreview,
|
|
42723
|
+
"nodeRegistry": _vm.nodeRegistry
|
|
42724
|
+
},
|
|
42725
|
+
on: {
|
|
42726
|
+
"togglePreview": function togglePreview($event) {
|
|
42727
|
+
[_vm.handleTogglePreview($event), _vm.setInspectorButtonPosition($event)];
|
|
42728
|
+
},
|
|
42729
|
+
"previewResize": _vm.setInspectorButtonPosition
|
|
42730
|
+
}
|
|
42731
|
+
}), _vm.showComponent ? _c('InspectorPanel', {
|
|
42446
42732
|
directives: [{
|
|
42447
42733
|
name: "show",
|
|
42448
42734
|
rawName: "v-show",
|
|
@@ -42502,6 +42788,9 @@ var Modelervue_type_template_id_581e9191_render = function render() {
|
|
|
42502
42788
|
on: {
|
|
42503
42789
|
"add-node": _vm.addNode,
|
|
42504
42790
|
"remove-node": _vm.removeNode,
|
|
42791
|
+
"previewNode": function previewNode($event) {
|
|
42792
|
+
[_vm.handlePreview($event), _vm.setInspectorButtonPosition($event)];
|
|
42793
|
+
},
|
|
42505
42794
|
"set-cursor": function setCursor($event) {
|
|
42506
42795
|
_vm.cursor = $event;
|
|
42507
42796
|
},
|
|
@@ -42555,11 +42844,21 @@ var Modelervue_type_template_id_581e9191_render = function render() {
|
|
|
42555
42844
|
"remove-nodes": _vm.removeNodes,
|
|
42556
42845
|
"save-state": _vm.pushToUndoStack
|
|
42557
42846
|
}
|
|
42558
|
-
}) : _vm._e()], 2)
|
|
42847
|
+
}) : _vm._e()], 2), _vm._l(_vm.players, function (player) {
|
|
42848
|
+
return _c('RemoteCursor', {
|
|
42849
|
+
key: player.id,
|
|
42850
|
+
attrs: {
|
|
42851
|
+
"cursor-color": player.color,
|
|
42852
|
+
"username": player.name,
|
|
42853
|
+
"top": player.top,
|
|
42854
|
+
"left": player.left
|
|
42855
|
+
}
|
|
42856
|
+
});
|
|
42857
|
+
})], 2);
|
|
42559
42858
|
};
|
|
42560
|
-
var
|
|
42859
|
+
var Modelervue_type_template_id_785a1a64_staticRenderFns = [];
|
|
42561
42860
|
|
|
42562
|
-
;// CONCATENATED MODULE: ./src/components/modeler/Modeler.vue?vue&type=template&id=
|
|
42861
|
+
;// CONCATENATED MODULE: ./src/components/modeler/Modeler.vue?vue&type=template&id=785a1a64&
|
|
42563
42862
|
|
|
42564
42863
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/nodes/boundaryEvent/boundaryEvent.vue?vue&type=template&id=2979ecac&
|
|
42565
42864
|
var boundaryEventvue_type_template_id_2979ecac_render = function render() {
|
|
@@ -44510,6 +44809,294 @@ var InspectorPanel_component = normalizeComponent(
|
|
|
44510
44809
|
)
|
|
44511
44810
|
|
|
44512
44811
|
/* harmony default export */ var InspectorPanel = (InspectorPanel_component.exports);
|
|
44812
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/inspectors/PreviewPanel.vue?vue&type=template&id=03688ded&scoped=true&
|
|
44813
|
+
var PreviewPanelvue_type_template_id_03688ded_scoped_true_render = function render() {
|
|
44814
|
+
var _vm = this,
|
|
44815
|
+
_c = _vm._self._c;
|
|
44816
|
+
return _c('b-col', {
|
|
44817
|
+
directives: [{
|
|
44818
|
+
name: "show",
|
|
44819
|
+
rawName: "v-show",
|
|
44820
|
+
value: _vm.visible,
|
|
44821
|
+
expression: "visible"
|
|
44822
|
+
}],
|
|
44823
|
+
staticClass: "pl-0 h-100 overflow-hidden preview-column",
|
|
44824
|
+
style: {
|
|
44825
|
+
maxWidth: _vm.width + 'px'
|
|
44826
|
+
},
|
|
44827
|
+
attrs: {
|
|
44828
|
+
"id": "preview_panel",
|
|
44829
|
+
"data-test": "preview-column"
|
|
44830
|
+
},
|
|
44831
|
+
on: {
|
|
44832
|
+
"mousedown": _vm.onMouseDown,
|
|
44833
|
+
"mouseup": _vm.onMouseUp,
|
|
44834
|
+
"mousemove": _vm.onMouseMove
|
|
44835
|
+
}
|
|
44836
|
+
}, [_c('b-row', {
|
|
44837
|
+
staticClass: "control-bar"
|
|
44838
|
+
}, [_c('b-col', {
|
|
44839
|
+
attrs: {
|
|
44840
|
+
"cols": "9"
|
|
44841
|
+
}
|
|
44842
|
+
}, [_c('div', [_c('i', {
|
|
44843
|
+
directives: [{
|
|
44844
|
+
name: "show",
|
|
44845
|
+
rawName: "v-show",
|
|
44846
|
+
value: _vm.selectedPreview == 1,
|
|
44847
|
+
expression: "selectedPreview == 1"
|
|
44848
|
+
}],
|
|
44849
|
+
staticClass: "fas fa-file-alt"
|
|
44850
|
+
}), _c('b', {
|
|
44851
|
+
directives: [{
|
|
44852
|
+
name: "show",
|
|
44853
|
+
rawName: "v-show",
|
|
44854
|
+
value: _vm.selectedPreview == 2,
|
|
44855
|
+
expression: "selectedPreview == 2"
|
|
44856
|
+
}]
|
|
44857
|
+
}, [_vm._v(" {} ")]), _c('b-dropdown', {
|
|
44858
|
+
staticClass: "dropdown-right",
|
|
44859
|
+
staticStyle: {
|
|
44860
|
+
"margin-top": "-10px"
|
|
44861
|
+
},
|
|
44862
|
+
attrs: {
|
|
44863
|
+
"variant": "ellipsis",
|
|
44864
|
+
"no-caret": "",
|
|
44865
|
+
"no-flip": "",
|
|
44866
|
+
"lazy": ""
|
|
44867
|
+
},
|
|
44868
|
+
scopedSlots: _vm._u([{
|
|
44869
|
+
key: "button-content",
|
|
44870
|
+
fn: function fn() {
|
|
44871
|
+
return [_c('i', {
|
|
44872
|
+
staticClass: "fas fa-sort-down"
|
|
44873
|
+
})];
|
|
44874
|
+
},
|
|
44875
|
+
proxy: true
|
|
44876
|
+
}]),
|
|
44877
|
+
model: {
|
|
44878
|
+
value: _vm.selectedPreview,
|
|
44879
|
+
callback: function callback($$v) {
|
|
44880
|
+
_vm.selectedPreview = $$v;
|
|
44881
|
+
},
|
|
44882
|
+
expression: "selectedPreview"
|
|
44883
|
+
}
|
|
44884
|
+
}, [_c('b-dropdown-item', {
|
|
44885
|
+
key: "1",
|
|
44886
|
+
staticClass: "ellipsis-dropdown-item mx-auto",
|
|
44887
|
+
on: {
|
|
44888
|
+
"click": function click($event) {
|
|
44889
|
+
return _vm.onSelectedPreview(1);
|
|
44890
|
+
}
|
|
44891
|
+
}
|
|
44892
|
+
}, [_c('div', {
|
|
44893
|
+
staticClass: "ellipsis-dropdown-content"
|
|
44894
|
+
}, [_c('b', {
|
|
44895
|
+
staticClass: "pr-1 fa-fw fas fa-file-alt"
|
|
44896
|
+
}), _c('span', [_vm._v(_vm._s(_vm.$t('Document')))])])]), _c('b-dropdown-item', {
|
|
44897
|
+
key: "2",
|
|
44898
|
+
staticClass: "ellipsis-dropdown-item mx-auto",
|
|
44899
|
+
on: {
|
|
44900
|
+
"click": function click($event) {
|
|
44901
|
+
return _vm.onSelectedPreview(2);
|
|
44902
|
+
}
|
|
44903
|
+
}
|
|
44904
|
+
}, [_c('div', {
|
|
44905
|
+
staticClass: "ellipsis-dropdown-content"
|
|
44906
|
+
}, [_c('b', {
|
|
44907
|
+
staticClass: "pr-1 fa-fw"
|
|
44908
|
+
}, [_vm._v("{ }")]), _c('span', [_vm._v(_vm._s(_vm.$t('Object')))])])])], 1), _c('span', [_vm._v(_vm._s(_vm.$t('Preview')) + " - " + _vm._s(_vm.taskTitle))])], 1)]), _c('b-col', {
|
|
44909
|
+
staticClass: "actions"
|
|
44910
|
+
}, [_c('div', [_c('i', {
|
|
44911
|
+
staticClass: "fas fa-external-link-alt"
|
|
44912
|
+
}), _c('i', {
|
|
44913
|
+
staticClass: "fas fa-times",
|
|
44914
|
+
on: {
|
|
44915
|
+
"click": function click($event) {
|
|
44916
|
+
return _vm.onClose();
|
|
44917
|
+
}
|
|
44918
|
+
}
|
|
44919
|
+
})])])], 1), _c('b-row', [_c('div', {
|
|
44920
|
+
staticStyle: {
|
|
44921
|
+
"background-color": "#0074D9",
|
|
44922
|
+
"height": "20px",
|
|
44923
|
+
"width": "100%"
|
|
44924
|
+
}
|
|
44925
|
+
}, [_vm._v(" ")])]), _c('b-row', [_c('div', {
|
|
44926
|
+
staticClass: "item-title"
|
|
44927
|
+
}, [_vm._v(" " + _vm._s(_vm.screenTitle) + " ")]), _c('div', {
|
|
44928
|
+
staticClass: "task-title"
|
|
44929
|
+
}, [_vm._v(" " + _vm._s(_vm.taskTitle) + " ")])]), _c('no-preview-available')], 1);
|
|
44930
|
+
};
|
|
44931
|
+
var PreviewPanelvue_type_template_id_03688ded_scoped_true_staticRenderFns = [];
|
|
44932
|
+
|
|
44933
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/inspectors/NoPreviewAvailable.vue?vue&type=template&id=7ec3935d&scoped=true&
|
|
44934
|
+
var NoPreviewAvailablevue_type_template_id_7ec3935d_scoped_true_render = function render() {
|
|
44935
|
+
var _vm = this,
|
|
44936
|
+
_c = _vm._self._c;
|
|
44937
|
+
return _c('div', {
|
|
44938
|
+
staticClass: "no-preview"
|
|
44939
|
+
}, [_c('img', {
|
|
44940
|
+
attrs: {
|
|
44941
|
+
"src": _vm.noPreviewImg,
|
|
44942
|
+
"alt": "no preview"
|
|
44943
|
+
}
|
|
44944
|
+
}), _c('h1', [_vm._v("No Screen Asigned")]), _c('h2', [_vm._v("This is a placeholder screen. Please, assign a screen to this task.")])]);
|
|
44945
|
+
};
|
|
44946
|
+
var NoPreviewAvailablevue_type_template_id_7ec3935d_scoped_true_staticRenderFns = [];
|
|
44947
|
+
|
|
44948
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/inspectors/NoPreviewAvailable.vue?vue&type=script&lang=js&
|
|
44949
|
+
/* harmony default export */ var NoPreviewAvailablevue_type_script_lang_js_ = ({
|
|
44950
|
+
data: function data() {
|
|
44951
|
+
return {
|
|
44952
|
+
noPreviewImg: __webpack_require__(2431)
|
|
44953
|
+
};
|
|
44954
|
+
}
|
|
44955
|
+
});
|
|
44956
|
+
;// CONCATENATED MODULE: ./src/components/inspectors/NoPreviewAvailable.vue?vue&type=script&lang=js&
|
|
44957
|
+
/* harmony default export */ var inspectors_NoPreviewAvailablevue_type_script_lang_js_ = (NoPreviewAvailablevue_type_script_lang_js_);
|
|
44958
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/inspectors/NoPreviewAvailable.vue?vue&type=style&index=0&id=7ec3935d&prod&scoped=true&lang=css&
|
|
44959
|
+
var NoPreviewAvailablevue_type_style_index_0_id_7ec3935d_prod_scoped_true_lang_css_ = __webpack_require__(70732);
|
|
44960
|
+
;// CONCATENATED MODULE: ./src/components/inspectors/NoPreviewAvailable.vue?vue&type=style&index=0&id=7ec3935d&prod&scoped=true&lang=css&
|
|
44961
|
+
|
|
44962
|
+
;// CONCATENATED MODULE: ./src/components/inspectors/NoPreviewAvailable.vue
|
|
44963
|
+
|
|
44964
|
+
|
|
44965
|
+
|
|
44966
|
+
;
|
|
44967
|
+
|
|
44968
|
+
|
|
44969
|
+
/* normalize component */
|
|
44970
|
+
|
|
44971
|
+
var NoPreviewAvailable_component = normalizeComponent(
|
|
44972
|
+
inspectors_NoPreviewAvailablevue_type_script_lang_js_,
|
|
44973
|
+
NoPreviewAvailablevue_type_template_id_7ec3935d_scoped_true_render,
|
|
44974
|
+
NoPreviewAvailablevue_type_template_id_7ec3935d_scoped_true_staticRenderFns,
|
|
44975
|
+
false,
|
|
44976
|
+
null,
|
|
44977
|
+
"7ec3935d",
|
|
44978
|
+
null
|
|
44979
|
+
|
|
44980
|
+
)
|
|
44981
|
+
|
|
44982
|
+
/* harmony default export */ var NoPreviewAvailable = (NoPreviewAvailable_component.exports);
|
|
44983
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/inspectors/PreviewPanel.vue?vue&type=script&lang=js&
|
|
44984
|
+
|
|
44985
|
+
|
|
44986
|
+
|
|
44987
|
+
/* harmony default export */ var PreviewPanelvue_type_script_lang_js_ = ({
|
|
44988
|
+
props: ['nodeRegistry', 'visible'],
|
|
44989
|
+
components: {
|
|
44990
|
+
NoPreviewAvailable: NoPreviewAvailable
|
|
44991
|
+
},
|
|
44992
|
+
data: function data() {
|
|
44993
|
+
return {
|
|
44994
|
+
data: {},
|
|
44995
|
+
selectedPreview: '1',
|
|
44996
|
+
taskTitle: '',
|
|
44997
|
+
screenTitle: '',
|
|
44998
|
+
width: 400,
|
|
44999
|
+
isDragging: false,
|
|
45000
|
+
currentPos: 400
|
|
45001
|
+
};
|
|
45002
|
+
},
|
|
45003
|
+
watch: {
|
|
45004
|
+
highlightedNode: function highlightedNode() {
|
|
45005
|
+
document.activeElement.blur();
|
|
45006
|
+
this.prepareData();
|
|
45007
|
+
},
|
|
45008
|
+
'highlightedNode.definition': function highlightedNodeDefinition(current, previous) {
|
|
45009
|
+
this.handleAssignmentChanges(current, previous);
|
|
45010
|
+
},
|
|
45011
|
+
'highlightedNode.definition.assignmentLock': function highlightedNodeDefinitionAssignmentLock(current, previous) {
|
|
45012
|
+
this.handleAssignmentChanges(current, previous);
|
|
45013
|
+
},
|
|
45014
|
+
'highlightedNode.definition.allowReassignment': function highlightedNodeDefinitionAllowReassignment(current, previous) {
|
|
45015
|
+
this.handleAssignmentChanges(current, previous);
|
|
45016
|
+
},
|
|
45017
|
+
'highlightedNode.definition.assignedUsers': function highlightedNodeDefinitionAssignedUsers(current, previous) {
|
|
45018
|
+
this.handleAssignmentChanges(current, previous);
|
|
45019
|
+
},
|
|
45020
|
+
'highlightedNode.definition.assignedGroups': function highlightedNodeDefinitionAssignedGroups(current, previous) {
|
|
45021
|
+
this.handleAssignmentChanges(current, previous);
|
|
45022
|
+
},
|
|
45023
|
+
'highlightedNode.definition.assignmentRules': function highlightedNodeDefinitionAssignmentRules(current, previous) {
|
|
45024
|
+
this.handleAssignmentChanges(current, previous);
|
|
45025
|
+
}
|
|
45026
|
+
},
|
|
45027
|
+
computed: {
|
|
45028
|
+
highlightedNode: function highlightedNode() {
|
|
45029
|
+
return store.getters.highlightedNodes[0];
|
|
45030
|
+
}
|
|
45031
|
+
},
|
|
45032
|
+
methods: {
|
|
45033
|
+
prepareData: function prepareData() {
|
|
45034
|
+
var _this$highlightedNode, _this$highlightedNode2;
|
|
45035
|
+
if (!this.highlightedNode) {
|
|
45036
|
+
return {};
|
|
45037
|
+
}
|
|
45038
|
+
this.taskTitle = this === null || this === void 0 ? void 0 : (_this$highlightedNode = this.highlightedNode) === null || _this$highlightedNode === void 0 ? void 0 : (_this$highlightedNode2 = _this$highlightedNode.definition) === null || _this$highlightedNode2 === void 0 ? void 0 : _this$highlightedNode2.name;
|
|
45039
|
+
},
|
|
45040
|
+
handleAssignmentChanges: function handleAssignmentChanges(currentValue, previousValue) {
|
|
45041
|
+
if (currentValue === previousValue) {
|
|
45042
|
+
return;
|
|
45043
|
+
}
|
|
45044
|
+
this.prepareData();
|
|
45045
|
+
},
|
|
45046
|
+
onSelectedPreview: function onSelectedPreview(item) {
|
|
45047
|
+
this.selectedPreview = item;
|
|
45048
|
+
},
|
|
45049
|
+
previewNode: function previewNode(node) {
|
|
45050
|
+
this.taskTitle = node === null || node === void 0 ? void 0 : node.name;
|
|
45051
|
+
this.showPanel = true;
|
|
45052
|
+
},
|
|
45053
|
+
onClose: function onClose() {
|
|
45054
|
+
this.$emit('togglePreview', false);
|
|
45055
|
+
},
|
|
45056
|
+
onMouseDown: function onMouseDown(event) {
|
|
45057
|
+
this.isDragging = true;
|
|
45058
|
+
this.currentPos = event.x;
|
|
45059
|
+
},
|
|
45060
|
+
onMouseUp: function onMouseUp() {
|
|
45061
|
+
this.isDragging = false;
|
|
45062
|
+
},
|
|
45063
|
+
onMouseMove: function onMouseMove(event) {
|
|
45064
|
+
if (this.isDragging) {
|
|
45065
|
+
var dx = this.currentPos - event.x;
|
|
45066
|
+
this.currentPos = event.x;
|
|
45067
|
+
this.width = parseInt(this.width) + dx;
|
|
45068
|
+
this.$emit('previewResize', this.width);
|
|
45069
|
+
}
|
|
45070
|
+
}
|
|
45071
|
+
}
|
|
45072
|
+
});
|
|
45073
|
+
;// CONCATENATED MODULE: ./src/components/inspectors/PreviewPanel.vue?vue&type=script&lang=js&
|
|
45074
|
+
/* harmony default export */ var inspectors_PreviewPanelvue_type_script_lang_js_ = (PreviewPanelvue_type_script_lang_js_);
|
|
45075
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./src/components/inspectors/preview_panel.scss?vue&type=style&index=0&id=03688ded&prod&lang=scss&scoped=true&
|
|
45076
|
+
var preview_panelvue_type_style_index_0_id_03688ded_prod_lang_scss_scoped_true_ = __webpack_require__(85133);
|
|
45077
|
+
;// CONCATENATED MODULE: ./src/components/inspectors/preview_panel.scss?vue&type=style&index=0&id=03688ded&prod&lang=scss&scoped=true&
|
|
45078
|
+
|
|
45079
|
+
;// CONCATENATED MODULE: ./src/components/inspectors/PreviewPanel.vue
|
|
45080
|
+
|
|
45081
|
+
|
|
45082
|
+
|
|
45083
|
+
;
|
|
45084
|
+
|
|
45085
|
+
|
|
45086
|
+
/* normalize component */
|
|
45087
|
+
|
|
45088
|
+
var PreviewPanel_component = normalizeComponent(
|
|
45089
|
+
inspectors_PreviewPanelvue_type_script_lang_js_,
|
|
45090
|
+
PreviewPanelvue_type_template_id_03688ded_scoped_true_render,
|
|
45091
|
+
PreviewPanelvue_type_template_id_03688ded_scoped_true_staticRenderFns,
|
|
45092
|
+
false,
|
|
45093
|
+
null,
|
|
45094
|
+
"03688ded",
|
|
45095
|
+
null
|
|
45096
|
+
|
|
45097
|
+
)
|
|
45098
|
+
|
|
45099
|
+
/* harmony default export */ var PreviewPanel = (PreviewPanel_component.exports);
|
|
44513
45100
|
;// CONCATENATED MODULE: ./src/undoRedoStore.js
|
|
44514
45101
|
|
|
44515
45102
|
|
|
@@ -45682,8 +46269,8 @@ function getElementPool(shape) {
|
|
|
45682
46269
|
function isPool(shape) {
|
|
45683
46270
|
return shape.component.node.type === pool_config_id;
|
|
45684
46271
|
}
|
|
45685
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/ToolBar.vue?vue&type=template&id=
|
|
45686
|
-
var
|
|
46272
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/ToolBar.vue?vue&type=template&id=a14390d2&
|
|
46273
|
+
var ToolBarvue_type_template_id_a14390d2_render = function render() {
|
|
45687
46274
|
var _vm = this,
|
|
45688
46275
|
_c = _vm._self._c;
|
|
45689
46276
|
return _c('b-row', {
|
|
@@ -45706,7 +46293,8 @@ var ToolBarvue_type_template_id_337414c0_render = function render() {
|
|
|
45706
46293
|
}, [_c('TopRail', {
|
|
45707
46294
|
attrs: {
|
|
45708
46295
|
"validation-errors": _vm.validationErrors,
|
|
45709
|
-
"warnings": _vm.warnings
|
|
46296
|
+
"warnings": _vm.warnings,
|
|
46297
|
+
"players": _vm.players
|
|
45710
46298
|
}
|
|
45711
46299
|
}, _vm._l(_vm.validationBar, function (component, index) {
|
|
45712
46300
|
return _c(component.button, {
|
|
@@ -45826,7 +46414,7 @@ var ToolBarvue_type_template_id_337414c0_render = function render() {
|
|
|
45826
46414
|
staticClass: "fas fa-upload mr-1"
|
|
45827
46415
|
}), _vm._v(" " + _vm._s(_vm.$t('Upload XML')) + " ")])]], 2)], 1)], 1)]);
|
|
45828
46416
|
};
|
|
45829
|
-
var
|
|
46417
|
+
var ToolBarvue_type_template_id_a14390d2_staticRenderFns = [];
|
|
45830
46418
|
|
|
45831
46419
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/breadcrumb/Breadcrumb.vue?vue&type=template&id=d1e148b4&scoped=true&
|
|
45832
46420
|
var Breadcrumbvue_type_template_id_d1e148b4_scoped_true_render = function render() {
|
|
@@ -45904,13 +46492,17 @@ var Breadcrumb_component = normalizeComponent(
|
|
|
45904
46492
|
)
|
|
45905
46493
|
|
|
45906
46494
|
/* harmony default export */ var Breadcrumb = (Breadcrumb_component.exports);
|
|
45907
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/topRail/TopRail.vue?vue&type=template&id=
|
|
45908
|
-
var
|
|
46495
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/topRail/TopRail.vue?vue&type=template&id=f6aad76c&scoped=true&
|
|
46496
|
+
var TopRailvue_type_template_id_f6aad76c_scoped_true_render = function render() {
|
|
45909
46497
|
var _vm = this,
|
|
45910
46498
|
_c = _vm._self._c;
|
|
45911
46499
|
return _c('div', {
|
|
45912
46500
|
staticClass: "top-rail-container"
|
|
45913
|
-
}, [_c('
|
|
46501
|
+
}, [_c('MultiplayerViewUsers', {
|
|
46502
|
+
attrs: {
|
|
46503
|
+
"players": _vm.players
|
|
46504
|
+
}
|
|
46505
|
+
}), _c('ValidateIssue', {
|
|
45914
46506
|
directives: [{
|
|
45915
46507
|
name: "show",
|
|
45916
46508
|
rawName: "v-show",
|
|
@@ -45940,7 +46532,7 @@ var TopRailvue_type_template_id_78331cf6_scoped_true_render = function render()
|
|
|
45940
46532
|
}
|
|
45941
46533
|
}), _vm._t("default")], 2);
|
|
45942
46534
|
};
|
|
45943
|
-
var
|
|
46535
|
+
var TopRailvue_type_template_id_f6aad76c_scoped_true_staticRenderFns = [];
|
|
45944
46536
|
|
|
45945
46537
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/topRail/validateControl/validateButton/ValidateButton.vue?vue&type=template&id=5880bbc6&scoped=true&
|
|
45946
46538
|
var ValidateButtonvue_type_template_id_5880bbc6_scoped_true_render = function render() {
|
|
@@ -46237,6 +46829,234 @@ var ValidatePanel_component = normalizeComponent(
|
|
|
46237
46829
|
|
|
46238
46830
|
|
|
46239
46831
|
|
|
46832
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/topRail/multiplayerViewUsers/MultiplayerViewUsers.vue?vue&type=template&id=cfdfca9e&
|
|
46833
|
+
|
|
46834
|
+
var MultiplayerViewUsersvue_type_template_id_cfdfca9e_render = function render() {
|
|
46835
|
+
var _vm = this,
|
|
46836
|
+
_c = _vm._self._c;
|
|
46837
|
+
return _c('b-avatar-group', {
|
|
46838
|
+
staticClass: "container"
|
|
46839
|
+
}, [_vm._l(_vm.players, function (item) {
|
|
46840
|
+
return [_c('Avatar', {
|
|
46841
|
+
key: item.key,
|
|
46842
|
+
attrs: {
|
|
46843
|
+
"badgeBackgroundColor": item.color,
|
|
46844
|
+
"imgSrc": item.imgSrc,
|
|
46845
|
+
"userName": item.name
|
|
46846
|
+
}
|
|
46847
|
+
})];
|
|
46848
|
+
})], 2);
|
|
46849
|
+
};
|
|
46850
|
+
var MultiplayerViewUsersvue_type_template_id_cfdfca9e_staticRenderFns = [];
|
|
46851
|
+
|
|
46852
|
+
;// CONCATENATED MODULE: ./src/components/topRail/multiplayerViewUsers/MultiplayerViewUsers.vue?vue&type=template&id=cfdfca9e&
|
|
46853
|
+
|
|
46854
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/topRail/multiplayerViewUsers/avatar/Avatar.vue?vue&type=template&id=1c50a604&scoped=true&
|
|
46855
|
+
var Avatarvue_type_template_id_1c50a604_scoped_true_render = function render() {
|
|
46856
|
+
var _vm = this,
|
|
46857
|
+
_c = _vm._self._c;
|
|
46858
|
+
return _c('span', {
|
|
46859
|
+
staticClass: "b-avatar rounded-circle",
|
|
46860
|
+
style: {
|
|
46861
|
+
'backgroundColor': _vm.generateColorHsl(_vm.userName, _vm.saturationRange, _vm.lightnessRange)
|
|
46862
|
+
}
|
|
46863
|
+
}, [_vm.imgSrc ? _c('span', {
|
|
46864
|
+
staticClass: "b-avatar-img"
|
|
46865
|
+
}, [_c('img', {
|
|
46866
|
+
attrs: {
|
|
46867
|
+
"src": _vm.imgSrc,
|
|
46868
|
+
"alt": _vm.userName
|
|
46869
|
+
}
|
|
46870
|
+
})]) : _c('span', {
|
|
46871
|
+
staticClass: "b-avatar-text avatar-initials"
|
|
46872
|
+
}, [_c('span', [_vm._v(" " + _vm._s(this.getInitials(_vm.userName)) + " ")])]), _c('span', {
|
|
46873
|
+
staticClass: "b-avatar-badge badge-danger",
|
|
46874
|
+
style: {
|
|
46875
|
+
bottom: '0px',
|
|
46876
|
+
right: '0px',
|
|
46877
|
+
backgroundColor: _vm.badgeBackgroundColor
|
|
46878
|
+
}
|
|
46879
|
+
})]);
|
|
46880
|
+
};
|
|
46881
|
+
var Avatarvue_type_template_id_1c50a604_scoped_true_staticRenderFns = [];
|
|
46882
|
+
|
|
46883
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/topRail/multiplayerViewUsers/avatar/Avatar.vue?vue&type=script&lang=js&
|
|
46884
|
+
|
|
46885
|
+
/* harmony default export */ var Avatarvue_type_script_lang_js_ = ({
|
|
46886
|
+
props: {
|
|
46887
|
+
badgeBackgroundColor: {
|
|
46888
|
+
type: String,
|
|
46889
|
+
required: false
|
|
46890
|
+
},
|
|
46891
|
+
imgSrc: {
|
|
46892
|
+
type: String,
|
|
46893
|
+
required: false
|
|
46894
|
+
},
|
|
46895
|
+
userName: {
|
|
46896
|
+
type: String,
|
|
46897
|
+
required: false
|
|
46898
|
+
}
|
|
46899
|
+
},
|
|
46900
|
+
data: function data() {
|
|
46901
|
+
return {
|
|
46902
|
+
saturation: 50,
|
|
46903
|
+
lightness: 50,
|
|
46904
|
+
range: 10
|
|
46905
|
+
};
|
|
46906
|
+
},
|
|
46907
|
+
computed: {
|
|
46908
|
+
saturationRange: function saturationRange() {
|
|
46909
|
+
return this.getRange(this.saturation, this.range);
|
|
46910
|
+
},
|
|
46911
|
+
lightnessRange: function lightnessRange() {
|
|
46912
|
+
return this.getRange(this.lightness, this.range);
|
|
46913
|
+
}
|
|
46914
|
+
},
|
|
46915
|
+
methods: {
|
|
46916
|
+
/**
|
|
46917
|
+
* Get the initials from a given name.
|
|
46918
|
+
*
|
|
46919
|
+
* @param {string} name - The full name from which to extract initials.
|
|
46920
|
+
* @returns {string} The initials of the first and last names.
|
|
46921
|
+
*/
|
|
46922
|
+
getInitials: function getInitials() {
|
|
46923
|
+
var name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
46924
|
+
var nameArray = name.split(' ');
|
|
46925
|
+
var firstNameIn = nameArray[0].charAt(0).toUpperCase();
|
|
46926
|
+
var lastNameIn = nameArray[nameArray.length - 1].charAt(0).toUpperCase();
|
|
46927
|
+
return "".concat(firstNameIn).concat(lastNameIn);
|
|
46928
|
+
},
|
|
46929
|
+
/**
|
|
46930
|
+
* Calculates a hash value for a given string.
|
|
46931
|
+
*
|
|
46932
|
+
* @param {string} str - The input string for which the hash needs to be calculated.
|
|
46933
|
+
* @returns {number} The calculated hash value for the input string.
|
|
46934
|
+
*/
|
|
46935
|
+
getHashOfString: function getHashOfString(str) {
|
|
46936
|
+
var hash = 0;
|
|
46937
|
+
for (var i = 0; i < str.length; i++) {
|
|
46938
|
+
hash = str.charCodeAt(i) + ((hash << 5) - hash);
|
|
46939
|
+
}
|
|
46940
|
+
hash = Math.abs(hash);
|
|
46941
|
+
return hash;
|
|
46942
|
+
},
|
|
46943
|
+
/**
|
|
46944
|
+
* Calculates a range around a given value.
|
|
46945
|
+
*
|
|
46946
|
+
* @param {number} value - The central value.
|
|
46947
|
+
* @param {number} range - The range value.
|
|
46948
|
+
* @returns {number[]} An array containing the lower and upper bounds of the range.
|
|
46949
|
+
*/
|
|
46950
|
+
getRange: function getRange(value, range) {
|
|
46951
|
+
return [Math.max(0, value - range), Math.min(value + range, 100)];
|
|
46952
|
+
},
|
|
46953
|
+
/**
|
|
46954
|
+
* Get the hash number to within our range
|
|
46955
|
+
*
|
|
46956
|
+
* @param {Number} hash
|
|
46957
|
+
* @param {Number} min
|
|
46958
|
+
* @param {Number} max
|
|
46959
|
+
* @returns {Number}
|
|
46960
|
+
*/
|
|
46961
|
+
normalizeHash: function normalizeHash(hash, min, max) {
|
|
46962
|
+
return Math.floor(hash % (max - min) + min);
|
|
46963
|
+
},
|
|
46964
|
+
/**
|
|
46965
|
+
*Generate Unique Color, create a string using our h,s,l values.
|
|
46966
|
+
* @param {String} name
|
|
46967
|
+
* @param {Array} saturationRange
|
|
46968
|
+
* @param {Array} lightnessRange
|
|
46969
|
+
* @returns {Number}
|
|
46970
|
+
*/
|
|
46971
|
+
generateHSL: function generateHSL(name, saturationRange, lightnessRange) {
|
|
46972
|
+
var hash = this.getHashOfString(name);
|
|
46973
|
+
var h = this.normalizeHash(hash, 0, 360);
|
|
46974
|
+
var s = this.normalizeHash(hash, saturationRange[0], saturationRange[1]);
|
|
46975
|
+
var l = this.normalizeHash(hash, lightnessRange[0], lightnessRange[1]);
|
|
46976
|
+
return [h, s, l];
|
|
46977
|
+
},
|
|
46978
|
+
/**
|
|
46979
|
+
* Convert HSL array to string
|
|
46980
|
+
* @param {Array} hsl
|
|
46981
|
+
* @returns {String}
|
|
46982
|
+
*/
|
|
46983
|
+
HSLtoString: function HSLtoString(hsl) {
|
|
46984
|
+
return "hsl(".concat(hsl[0], ", ").concat(hsl[1], "%, ").concat(hsl[2], "%)");
|
|
46985
|
+
},
|
|
46986
|
+
/**
|
|
46987
|
+
* Generate a unique hsl value.
|
|
46988
|
+
* @param {String} name
|
|
46989
|
+
* @param {Array} saturationRange
|
|
46990
|
+
* @param {Array} lightnessRange
|
|
46991
|
+
* @returns {String}
|
|
46992
|
+
*/
|
|
46993
|
+
generateColorHsl: function generateColorHsl(id, saturationRange, lightnessRange) {
|
|
46994
|
+
return this.HSLtoString(this.generateHSL(id, saturationRange, lightnessRange));
|
|
46995
|
+
}
|
|
46996
|
+
}
|
|
46997
|
+
});
|
|
46998
|
+
;// CONCATENATED MODULE: ./src/components/topRail/multiplayerViewUsers/avatar/Avatar.vue?vue&type=script&lang=js&
|
|
46999
|
+
/* harmony default export */ var avatar_Avatarvue_type_script_lang_js_ = (Avatarvue_type_script_lang_js_);
|
|
47000
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./src/components/topRail/multiplayerViewUsers/avatar/avatar.scss?vue&type=style&index=0&id=1c50a604&prod&scoped=true&lang=scss&
|
|
47001
|
+
var avatarvue_type_style_index_0_id_1c50a604_prod_scoped_true_lang_scss_ = __webpack_require__(27758);
|
|
47002
|
+
;// CONCATENATED MODULE: ./src/components/topRail/multiplayerViewUsers/avatar/avatar.scss?vue&type=style&index=0&id=1c50a604&prod&scoped=true&lang=scss&
|
|
47003
|
+
|
|
47004
|
+
;// CONCATENATED MODULE: ./src/components/topRail/multiplayerViewUsers/avatar/Avatar.vue
|
|
47005
|
+
|
|
47006
|
+
|
|
47007
|
+
|
|
47008
|
+
;
|
|
47009
|
+
|
|
47010
|
+
|
|
47011
|
+
/* normalize component */
|
|
47012
|
+
|
|
47013
|
+
var Avatar_component = normalizeComponent(
|
|
47014
|
+
avatar_Avatarvue_type_script_lang_js_,
|
|
47015
|
+
Avatarvue_type_template_id_1c50a604_scoped_true_render,
|
|
47016
|
+
Avatarvue_type_template_id_1c50a604_scoped_true_staticRenderFns,
|
|
47017
|
+
false,
|
|
47018
|
+
null,
|
|
47019
|
+
"1c50a604",
|
|
47020
|
+
null
|
|
47021
|
+
|
|
47022
|
+
)
|
|
47023
|
+
|
|
47024
|
+
/* harmony default export */ var Avatar = (Avatar_component.exports);
|
|
47025
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/topRail/multiplayerViewUsers/MultiplayerViewUsers.vue?vue&type=script&lang=js&
|
|
47026
|
+
|
|
47027
|
+
/* harmony default export */ var MultiplayerViewUsersvue_type_script_lang_js_ = ({
|
|
47028
|
+
components: {
|
|
47029
|
+
Avatar: Avatar
|
|
47030
|
+
},
|
|
47031
|
+
props: {
|
|
47032
|
+
players: {
|
|
47033
|
+
type: Array,
|
|
47034
|
+
required: true
|
|
47035
|
+
}
|
|
47036
|
+
}
|
|
47037
|
+
});
|
|
47038
|
+
;// CONCATENATED MODULE: ./src/components/topRail/multiplayerViewUsers/MultiplayerViewUsers.vue?vue&type=script&lang=js&
|
|
47039
|
+
/* harmony default export */ var multiplayerViewUsers_MultiplayerViewUsersvue_type_script_lang_js_ = (MultiplayerViewUsersvue_type_script_lang_js_);
|
|
47040
|
+
;// CONCATENATED MODULE: ./src/components/topRail/multiplayerViewUsers/MultiplayerViewUsers.vue
|
|
47041
|
+
|
|
47042
|
+
|
|
47043
|
+
|
|
47044
|
+
|
|
47045
|
+
|
|
47046
|
+
/* normalize component */
|
|
47047
|
+
;
|
|
47048
|
+
var MultiplayerViewUsers_component = normalizeComponent(
|
|
47049
|
+
multiplayerViewUsers_MultiplayerViewUsersvue_type_script_lang_js_,
|
|
47050
|
+
MultiplayerViewUsersvue_type_template_id_cfdfca9e_render,
|
|
47051
|
+
MultiplayerViewUsersvue_type_template_id_cfdfca9e_staticRenderFns,
|
|
47052
|
+
false,
|
|
47053
|
+
null,
|
|
47054
|
+
null,
|
|
47055
|
+
null
|
|
47056
|
+
|
|
47057
|
+
)
|
|
47058
|
+
|
|
47059
|
+
/* harmony default export */ var MultiplayerViewUsers = (MultiplayerViewUsers_component.exports);
|
|
46240
47060
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/topRail/TopRail.vue?vue&type=script&lang=js&
|
|
46241
47061
|
|
|
46242
47062
|
|
|
@@ -46248,11 +47068,13 @@ var ValidatePanel_component = normalizeComponent(
|
|
|
46248
47068
|
|
|
46249
47069
|
|
|
46250
47070
|
|
|
47071
|
+
|
|
46251
47072
|
/* harmony default export */ var TopRailvue_type_script_lang_js_ = ({
|
|
46252
47073
|
components: {
|
|
46253
47074
|
ValidateButton: ValidateButton,
|
|
46254
47075
|
ValidateIssue: ValidateIssue,
|
|
46255
|
-
ValidatePanel: ValidatePanel
|
|
47076
|
+
ValidatePanel: ValidatePanel,
|
|
47077
|
+
MultiplayerViewUsers: MultiplayerViewUsers
|
|
46256
47078
|
},
|
|
46257
47079
|
props: {
|
|
46258
47080
|
validationErrors: {
|
|
@@ -46262,6 +47084,10 @@ var ValidatePanel_component = normalizeComponent(
|
|
|
46262
47084
|
warnings: {
|
|
46263
47085
|
type: Array,
|
|
46264
47086
|
required: true
|
|
47087
|
+
},
|
|
47088
|
+
players: {
|
|
47089
|
+
type: Array,
|
|
47090
|
+
required: false
|
|
46265
47091
|
}
|
|
46266
47092
|
},
|
|
46267
47093
|
data: function data() {
|
|
@@ -46320,9 +47146,9 @@ var ValidatePanel_component = normalizeComponent(
|
|
|
46320
47146
|
});
|
|
46321
47147
|
;// CONCATENATED MODULE: ./src/components/topRail/TopRail.vue?vue&type=script&lang=js&
|
|
46322
47148
|
/* harmony default export */ var topRail_TopRailvue_type_script_lang_js_ = (TopRailvue_type_script_lang_js_);
|
|
46323
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./src/components/topRail/topRail.scss?vue&type=style&index=0&id=
|
|
46324
|
-
var
|
|
46325
|
-
;// CONCATENATED MODULE: ./src/components/topRail/topRail.scss?vue&type=style&index=0&id=
|
|
47149
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./src/components/topRail/topRail.scss?vue&type=style&index=0&id=f6aad76c&prod&scoped=true&lang=scss&
|
|
47150
|
+
var topRailvue_type_style_index_0_id_f6aad76c_prod_scoped_true_lang_scss_ = __webpack_require__(19550);
|
|
47151
|
+
;// CONCATENATED MODULE: ./src/components/topRail/topRail.scss?vue&type=style&index=0&id=f6aad76c&prod&scoped=true&lang=scss&
|
|
46326
47152
|
|
|
46327
47153
|
;// CONCATENATED MODULE: ./src/components/topRail/TopRail.vue
|
|
46328
47154
|
|
|
@@ -46335,11 +47161,11 @@ var topRailvue_type_style_index_0_id_78331cf6_prod_scoped_true_lang_scss_ = __we
|
|
|
46335
47161
|
|
|
46336
47162
|
var TopRail_component = normalizeComponent(
|
|
46337
47163
|
topRail_TopRailvue_type_script_lang_js_,
|
|
46338
|
-
|
|
46339
|
-
|
|
47164
|
+
TopRailvue_type_template_id_f6aad76c_scoped_true_render,
|
|
47165
|
+
TopRailvue_type_template_id_f6aad76c_scoped_true_staticRenderFns,
|
|
46340
47166
|
false,
|
|
46341
47167
|
null,
|
|
46342
|
-
"
|
|
47168
|
+
"f6aad76c",
|
|
46343
47169
|
null
|
|
46344
47170
|
|
|
46345
47171
|
)
|
|
@@ -46361,7 +47187,7 @@ var TopRail_component = normalizeComponent(
|
|
|
46361
47187
|
TopRail: TopRail,
|
|
46362
47188
|
FontAwesomeIcon: vue_fontawesome_namespaceObject.FontAwesomeIcon
|
|
46363
47189
|
},
|
|
46364
|
-
props: ['canvasDragPosition', 'cursor', 'paperManager', 'isRendering', 'breadcrumbData', 'panelsCompressed', 'validationErrors', 'warnings', 'xmlManager', 'validationBar', 'extraActions'],
|
|
47190
|
+
props: ['canvasDragPosition', 'cursor', 'paperManager', 'isRendering', 'breadcrumbData', 'panelsCompressed', 'validationErrors', 'warnings', 'xmlManager', 'validationBar', 'players', 'extraActions'],
|
|
46365
47191
|
watch: {
|
|
46366
47192
|
miniMapOpen: function miniMapOpen(isOpen) {
|
|
46367
47193
|
this.$emit('toggle-mini-map-open', isOpen);
|
|
@@ -46517,8 +47343,8 @@ var toolbarvue_type_style_index_0_prod_lang_scss_ = __webpack_require__(4283);
|
|
|
46517
47343
|
|
|
46518
47344
|
var ToolBar_component = normalizeComponent(
|
|
46519
47345
|
toolbar_ToolBarvue_type_script_lang_js_,
|
|
46520
|
-
|
|
46521
|
-
|
|
47346
|
+
ToolBarvue_type_template_id_a14390d2_render,
|
|
47347
|
+
ToolBarvue_type_template_id_a14390d2_staticRenderFns,
|
|
46522
47348
|
false,
|
|
46523
47349
|
null,
|
|
46524
47350
|
null,
|
|
@@ -50652,6 +51478,82 @@ var Selection_component = normalizeComponent(
|
|
|
50652
51478
|
)
|
|
50653
51479
|
|
|
50654
51480
|
/* harmony default export */ var Selection = (Selection_component.exports);
|
|
51481
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/multiplayer/remoteCursor/RemoteCursor.vue?vue&type=template&id=70c20f1a&scoped=true&
|
|
51482
|
+
var RemoteCursorvue_type_template_id_70c20f1a_scoped_true_render = function render() {
|
|
51483
|
+
var _vm = this,
|
|
51484
|
+
_c = _vm._self._c;
|
|
51485
|
+
return _c('div', {
|
|
51486
|
+
staticClass: "remote-cursor",
|
|
51487
|
+
style: {
|
|
51488
|
+
left: _vm.left + 'px',
|
|
51489
|
+
top: _vm.top + 'px'
|
|
51490
|
+
}
|
|
51491
|
+
}, [_c('inline-svg', {
|
|
51492
|
+
attrs: {
|
|
51493
|
+
"src": _vm.cursorIcon,
|
|
51494
|
+
"fill": _vm.cursorColor
|
|
51495
|
+
}
|
|
51496
|
+
}), _c('div', {
|
|
51497
|
+
staticClass: "remote-username"
|
|
51498
|
+
}, [_vm._v(" " + _vm._s(_vm.username) + " ")])], 1);
|
|
51499
|
+
};
|
|
51500
|
+
var RemoteCursorvue_type_template_id_70c20f1a_scoped_true_staticRenderFns = [];
|
|
51501
|
+
|
|
51502
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/multiplayer/remoteCursor/RemoteCursor.vue?vue&type=script&lang=js&
|
|
51503
|
+
|
|
51504
|
+
|
|
51505
|
+
/* harmony default export */ var RemoteCursorvue_type_script_lang_js_ = ({
|
|
51506
|
+
components: {
|
|
51507
|
+
InlineSvg: InlineSvgComponent
|
|
51508
|
+
},
|
|
51509
|
+
props: {
|
|
51510
|
+
cursorColor: {
|
|
51511
|
+
type: String,
|
|
51512
|
+
default: '#000000'
|
|
51513
|
+
},
|
|
51514
|
+
username: {
|
|
51515
|
+
type: String
|
|
51516
|
+
},
|
|
51517
|
+
top: {
|
|
51518
|
+
type: Number
|
|
51519
|
+
},
|
|
51520
|
+
left: {
|
|
51521
|
+
type: Number
|
|
51522
|
+
}
|
|
51523
|
+
},
|
|
51524
|
+
data: function data() {
|
|
51525
|
+
return {
|
|
51526
|
+
cursorIcon: __webpack_require__(61264)
|
|
51527
|
+
};
|
|
51528
|
+
}
|
|
51529
|
+
});
|
|
51530
|
+
;// CONCATENATED MODULE: ./src/components/multiplayer/remoteCursor/RemoteCursor.vue?vue&type=script&lang=js&
|
|
51531
|
+
/* harmony default export */ var remoteCursor_RemoteCursorvue_type_script_lang_js_ = (RemoteCursorvue_type_script_lang_js_);
|
|
51532
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/multiplayer/remoteCursor/RemoteCursor.vue?vue&type=style&index=0&id=70c20f1a&prod&scoped=true&lang=scss&
|
|
51533
|
+
var RemoteCursorvue_type_style_index_0_id_70c20f1a_prod_scoped_true_lang_scss_ = __webpack_require__(9500);
|
|
51534
|
+
;// CONCATENATED MODULE: ./src/components/multiplayer/remoteCursor/RemoteCursor.vue?vue&type=style&index=0&id=70c20f1a&prod&scoped=true&lang=scss&
|
|
51535
|
+
|
|
51536
|
+
;// CONCATENATED MODULE: ./src/components/multiplayer/remoteCursor/RemoteCursor.vue
|
|
51537
|
+
|
|
51538
|
+
|
|
51539
|
+
|
|
51540
|
+
;
|
|
51541
|
+
|
|
51542
|
+
|
|
51543
|
+
/* normalize component */
|
|
51544
|
+
|
|
51545
|
+
var RemoteCursor_component = normalizeComponent(
|
|
51546
|
+
remoteCursor_RemoteCursorvue_type_script_lang_js_,
|
|
51547
|
+
RemoteCursorvue_type_template_id_70c20f1a_scoped_true_render,
|
|
51548
|
+
RemoteCursorvue_type_template_id_70c20f1a_scoped_true_staticRenderFns,
|
|
51549
|
+
false,
|
|
51550
|
+
null,
|
|
51551
|
+
"70c20f1a",
|
|
51552
|
+
null
|
|
51553
|
+
|
|
51554
|
+
)
|
|
51555
|
+
|
|
51556
|
+
/* harmony default export */ var RemoteCursor = (RemoteCursor_component.exports);
|
|
50655
51557
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/modeler/Modeler.vue?vue&type=script&lang=js&
|
|
50656
51558
|
|
|
50657
51559
|
|
|
@@ -50719,18 +51621,22 @@ var Selection_component = normalizeComponent(
|
|
|
50719
51621
|
|
|
50720
51622
|
|
|
50721
51623
|
|
|
51624
|
+
|
|
51625
|
+
|
|
50722
51626
|
|
|
50723
51627
|
|
|
50724
51628
|
|
|
50725
51629
|
/* harmony default export */ var Modelervue_type_script_lang_js_ = ({
|
|
50726
51630
|
components: {
|
|
51631
|
+
PreviewPanel: PreviewPanel,
|
|
50727
51632
|
ToolBar: ToolBar,
|
|
50728
51633
|
ExplorerRail: explorer,
|
|
50729
51634
|
InspectorButton: InspectorButton,
|
|
50730
51635
|
InspectorPanel: InspectorPanel,
|
|
50731
51636
|
ProcessmakerModelerGenericFlow: genericFlow,
|
|
50732
51637
|
Selection: Selection,
|
|
50733
|
-
RailBottom: RailBottom
|
|
51638
|
+
RailBottom: RailBottom,
|
|
51639
|
+
RemoteCursor: RemoteCursor
|
|
50734
51640
|
},
|
|
50735
51641
|
props: {
|
|
50736
51642
|
owner: Object,
|
|
@@ -50802,6 +51708,7 @@ var Selection_component = normalizeComponent(
|
|
|
50802
51708
|
miniMapOpen: false,
|
|
50803
51709
|
panelsCompressed: false,
|
|
50804
51710
|
isOpenInspector: false,
|
|
51711
|
+
isOpenPreview: false,
|
|
50805
51712
|
isGrabbing: false,
|
|
50806
51713
|
isRendering: false,
|
|
50807
51714
|
allWarnings: [],
|
|
@@ -50819,7 +51726,10 @@ var Selection_component = normalizeComponent(
|
|
|
50819
51726
|
isDragging: false,
|
|
50820
51727
|
isSelecting: false,
|
|
50821
51728
|
isIntoTheSelection: false,
|
|
50822
|
-
dragStart: null
|
|
51729
|
+
dragStart: null,
|
|
51730
|
+
players: [],
|
|
51731
|
+
showInspectorButton: true,
|
|
51732
|
+
inspectorButtonRight: 65
|
|
50823
51733
|
};
|
|
50824
51734
|
},
|
|
50825
51735
|
watch: {
|
|
@@ -50895,8 +51805,28 @@ var Selection_component = normalizeComponent(
|
|
|
50895
51805
|
}
|
|
50896
51806
|
},
|
|
50897
51807
|
handleToggleInspector: function handleToggleInspector(value) {
|
|
51808
|
+
this.showInspectorButton = !(value !== null && value !== void 0 ? value : true);
|
|
50898
51809
|
this.isOpenInspector = value;
|
|
50899
51810
|
},
|
|
51811
|
+
handlePreview: function handlePreview(node) {
|
|
51812
|
+
this.$refs['preview-panel'].previewNode(node);
|
|
51813
|
+
this.handleTogglePreview(true);
|
|
51814
|
+
},
|
|
51815
|
+
handleTogglePreview: function handleTogglePreview(value) {
|
|
51816
|
+
this.isOpenPreview = value;
|
|
51817
|
+
},
|
|
51818
|
+
setInspectorButtonPosition: function setInspectorButtonPosition() {
|
|
51819
|
+
var previewWidth = this.$refs['preview-panel'].width;
|
|
51820
|
+
if (this.isOpenInspector) {
|
|
51821
|
+
return;
|
|
51822
|
+
}
|
|
51823
|
+
if (this.isOpenPreview && !this.isOpenInspector) {
|
|
51824
|
+
this.inspectorButtonRight = 65 + previewWidth;
|
|
51825
|
+
}
|
|
51826
|
+
if (!this.isOpenPreview && !this.isOpenInspector) {
|
|
51827
|
+
this.inspectorButtonRight = 65;
|
|
51828
|
+
}
|
|
51829
|
+
},
|
|
50900
51830
|
isAppleOS: function isAppleOS() {
|
|
50901
51831
|
return typeof navigator !== 'undefined' && /Mac|iPad|iPhone/.test(navigator.platform);
|
|
50902
51832
|
},
|
|
@@ -52484,8 +53414,8 @@ var modelervue_type_style_index_0_prod_lang_scss_ = __webpack_require__(88242);
|
|
|
52484
53414
|
|
|
52485
53415
|
var Modeler_component = normalizeComponent(
|
|
52486
53416
|
modeler_Modelervue_type_script_lang_js_,
|
|
52487
|
-
|
|
52488
|
-
|
|
53417
|
+
Modelervue_type_template_id_785a1a64_render,
|
|
53418
|
+
Modelervue_type_template_id_785a1a64_staticRenderFns,
|
|
52489
53419
|
false,
|
|
52490
53420
|
null,
|
|
52491
53421
|
null,
|