workflow-editor 0.0.81-up-tmp16 → 0.0.81-up-tmp17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/es/style.css +102 -102
  2. package/lib/style.css +137 -137
  3. package/package.json +2 -2
package/es/style.css CHANGED
@@ -100,6 +100,20 @@ pre[data-v-865cb4ee] {
100
100
  /* 去掉卡片和tab表头的距离 */
101
101
  [data-v-865cb4ee] .el-tabs__header {
102
102
  margin: 0;
103
+ }h3[data-v-0d941719] {
104
+ color: #999999;
105
+ margin: 0;
106
+ padding: 0;
107
+ font-weight: bold;
108
+ font-size: 18px;
109
+ }
110
+ .el-button[data-v-0d941719] {
111
+ margin: 6px 0;
112
+ min-width: 110px;
113
+ padding: 9px 15px;
114
+ }
115
+ .el-button i[data-v-0d941719] {
116
+ padding-right: 4px;
103
117
  }.main[data-v-6658e14b] {
104
118
  position: relative;
105
119
  display: flex;
@@ -155,22 +169,6 @@ g text{
155
169
  fill: #fff;
156
170
  stroke: #666;
157
171
  stroke-width: 2;
158
- }
159
- .passed-tache .task-tache{
160
- fill: green;
161
- stroke: green;
162
- stroke-width: 2;
163
- }
164
- .current-tache .task-tache{
165
- fill: red;
166
- stroke: red;
167
- stroke-width: 2;
168
- }
169
- .passed-tache text{
170
- fill:white;
171
- }
172
- .current-tache text{
173
- fill: white
174
172
  }
175
173
 
176
174
  #svg{
@@ -202,30 +200,24 @@ g text{
202
200
  fill: #fff;
203
201
  stroke: #666;
204
202
  stroke-width: 2;
205
- }
206
-
207
- .svg-icon {
208
- width: 1em;
209
- height: 1em;
210
- vertical-align: -0.15em;
211
- fill: currentColor;
212
- overflow: hidden;
213
- }
214
- h3[data-v-0d941719] {
215
- color: #999999;
216
- margin: 0;
217
- padding: 0;
218
- font-weight: bold;
219
- font-size: 18px;
220
203
  }
221
- .el-button[data-v-0d941719] {
222
- margin: 6px 0;
223
- min-width: 110px;
224
- padding: 9px 15px;
204
+ .passed-tache .task-tache{
205
+ fill: green;
206
+ stroke: green;
207
+ stroke-width: 2;
225
208
  }
226
- .el-button i[data-v-0d941719] {
227
- padding-right: 4px;
228
- }li[data-v-7e8a1cf6] {
209
+ .current-tache .task-tache{
210
+ fill: red;
211
+ stroke: red;
212
+ stroke-width: 2;
213
+ }
214
+ .passed-tache text{
215
+ fill:white;
216
+ }
217
+ .current-tache text{
218
+ fill: white
219
+ }
220
+ li[data-v-7e8a1cf6] {
229
221
  color: #333;
230
222
  }
231
223
  .context-menu[data-v-7e8a1cf6] {
@@ -254,7 +246,15 @@ h3[data-v-0d941719] {
254
246
  li[data-v-7e8a1cf6] {
255
247
  list-style-type: none;
256
248
  }
257
- .start{
249
+ .svg-icon {
250
+ width: 1em;
251
+ height: 1em;
252
+ vertical-align: -0.15em;
253
+ fill: currentColor;
254
+ overflow: hidden;
255
+ }
256
+
257
+ .decision{
258
258
  stroke-width: 0;
259
259
  fill:#fff;
260
260
  }
@@ -264,11 +264,23 @@ li[data-v-7e8a1cf6] {
264
264
  fill:#fff;
265
265
  }
266
266
 
267
+ .start{
268
+ stroke-width: 0;
269
+ fill:#fff;
270
+ }
271
+
267
272
  .decision{
268
273
  stroke-width: 0;
269
274
  fill:#fff;
270
275
  }
271
276
 
277
+ .virtual-transition{
278
+ stroke-width: 2;
279
+ stroke:#000;
280
+ stroke-dasharray: 2 2;
281
+ fill: none;
282
+ }
283
+
272
284
  .decision{
273
285
  stroke-width: 0;
274
286
  fill:#fff;
@@ -292,29 +304,17 @@ li[data-v-7e8a1cf6] {
292
304
  .no-events[data-v-a1576cad] {
293
305
  pointer-events: none;
294
306
  }
295
- .tooltip[data-v-ac799913] {
296
- position: absolute;
297
- background: #fff;
298
- min-width: 150px;
299
- border-radius: 4px;
300
- border: 1px solid #ebeef5;
301
- padding: 12px;
302
- z-index: 2000;
303
- color: #606266;
304
- line-height: 1.4;
305
- text-align: justify;
306
- font-size: 14px;
307
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
308
- word-break: break-all;
309
- }
310
- .decision{
307
+
308
+ .human-decision{
311
309
  stroke-width: 0;
312
310
  fill:#fff;
313
311
  }
314
- #_subprocess-content[data-v-2b195c05] {
315
- width: 100%;
316
- height: calc(100vh - 200px);
317
- }
312
+
313
+ /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
314
+ .properties-editor[data-v-1651d82a] .el-dialog__body {
315
+ padding-top: 0;
316
+ }
317
+
318
318
  .selection-region{
319
319
  stroke: blue;
320
320
  stroke-width: 1;
@@ -328,23 +328,6 @@ li[data-v-7e8a1cf6] {
328
328
  /* 控制region在画的过程中不响应任何事件,只有画完后才能响应 */
329
329
  pointer-events:none;
330
330
  }
331
-
332
- .virtual-transition{
333
- stroke-width: 2;
334
- stroke:#000;
335
- stroke-dasharray: 2 2;
336
- fill: none;
337
- }
338
-
339
- .human-decision{
340
- stroke-width: 0;
341
- fill:#fff;
342
- }
343
-
344
- /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
345
- .properties-editor[data-v-1651d82a] .el-dialog__body {
346
- padding-top: 0;
347
- }
348
331
 
349
332
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
350
333
  .properties-editor[data-v-0e44fe8c] .el-dialog__body{
@@ -355,25 +338,34 @@ li[data-v-7e8a1cf6] {
355
338
  .properties-editor[data-v-adb7c2ff] .el-dialog__body{
356
339
  padding-top: 0
357
340
  }
358
-
341
+ #_subprocess-content[data-v-2b195c05] {
342
+ width: 100%;
343
+ height: calc(100vh - 200px);
344
+ }.tooltip[data-v-ac799913] {
345
+ position: absolute;
346
+ background: #fff;
347
+ min-width: 150px;
348
+ border-radius: 4px;
349
+ border: 1px solid #ebeef5;
350
+ padding: 12px;
351
+ z-index: 2000;
352
+ color: #606266;
353
+ line-height: 1.4;
354
+ text-align: justify;
355
+ font-size: 14px;
356
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
357
+ word-break: break-all;
358
+ }
359
359
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
360
- .properties-editor[data-v-bd66d235] .el-dialog__body{
360
+ .properties-editor[data-v-af76d417] .el-dialog__body{
361
361
  padding-top: 0
362
362
  }
363
363
 
364
364
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
365
- .properties-editor[data-v-af76d417] .el-dialog__body{
365
+ .properties-editor[data-v-bd66d235] .el-dialog__body{
366
366
  padding-top: 0
367
367
  }
368
368
 
369
- .control-point[data-v-0ff53a0a]{
370
- fill: #fff;
371
- cursor: move;
372
- }
373
- .control-line[data-v-0ff53a0a] {
374
- stroke-dasharray: 2 2
375
- }
376
-
377
369
  .joint-container{
378
370
  stroke-width: 0;
379
371
  fill: #fff;
@@ -389,16 +381,26 @@ li[data-v-7e8a1cf6] {
389
381
  fill-opacity: 1;
390
382
  }
391
383
 
392
- .control-point[data-v-788fb0ae]{
384
+ .resizer{
385
+ stroke: blue;
386
+ stroke-width: 1;
387
+ fill: white;
388
+ }
389
+
390
+ .control-point[data-v-0ff53a0a]{
393
391
  fill: #fff;
394
392
  cursor: move;
395
393
  }
396
- .control-line[data-v-788fb0ae] {
394
+ .control-line[data-v-0ff53a0a] {
397
395
  stroke-dasharray: 2 2
398
396
  }
399
397
 
400
- .el-checkbox[data-v-c019538f]{
401
- margin-left: 20px;
398
+ .control-point[data-v-788fb0ae]{
399
+ fill: #fff;
400
+ cursor: move;
401
+ }
402
+ .control-line[data-v-788fb0ae] {
403
+ stroke-dasharray: 2 2
402
404
  }
403
405
 
404
406
  .percent[data-v-a219b06d] {
@@ -407,10 +409,8 @@ li[data-v-7e8a1cf6] {
407
409
  font-size: 1.2em;
408
410
  }
409
411
 
410
- .resizer{
411
- stroke: blue;
412
- stroke-width: 1;
413
- fill: white;
412
+ .el-checkbox[data-v-c019538f]{
413
+ margin-left: 20px;
414
414
  }
415
415
  ul[data-v-39fac73c] {
416
416
  margin: 0;
@@ -478,6 +478,13 @@ span[data-v-4e29ea06] {
478
478
  margin: 0 10px;
479
479
  }
480
480
 
481
+ .searchResult {
482
+ color:red
483
+ }
484
+ .inline-input-custom {
485
+ width : 90%
486
+ }
487
+
481
488
  #custTabOne[data-v-7feaa2da] .el-tabs__content {
482
489
  height: 500px;
483
490
  }
@@ -516,10 +523,3 @@ span[data-v-4e29ea06] {
516
523
  .inline-input-custom {
517
524
  width : 90%
518
525
  }
519
-
520
- .searchResult {
521
- color:red
522
- }
523
- .inline-input-custom {
524
- width : 90%
525
- }
package/lib/style.css CHANGED
@@ -1,4 +1,29 @@
1
- @charset "UTF-8";
1
+ @charset "UTF-8";.main[data-v-6658e14b] {
2
+ position: relative;
3
+ display: flex;
4
+ height: 100%;
5
+ width: 100%;
6
+ }
7
+ .canvas-container[data-v-6658e14b] {
8
+ position: relative;
9
+ height: 100%;
10
+ width: 100%;
11
+ }
12
+ section[data-v-6658e14b] {
13
+ overflow: hidden;
14
+ width: 100%;
15
+ height: 100%;
16
+ padding: 0;
17
+ }
18
+ .canvas[data-v-6658e14b] {
19
+ overflow: auto;
20
+ height: 100%;
21
+ padding: 0;
22
+ min-height: 500px;
23
+ }
24
+ .canvas[data-v-6658e14b] .draggable {
25
+ cursor: default;
26
+ }
2
27
  .button-area[data-v-865cb4ee] {
3
28
  padding: 5px 0 5px 5px;
4
29
  height: 50px;
@@ -100,31 +125,20 @@ pre[data-v-865cb4ee] {
100
125
  /* 去掉卡片和tab表头的距离 */
101
126
  [data-v-865cb4ee] .el-tabs__header {
102
127
  margin: 0;
103
- }.main[data-v-6658e14b] {
104
- position: relative;
105
- display: flex;
106
- height: 100%;
107
- width: 100%;
108
- }
109
- .canvas-container[data-v-6658e14b] {
110
- position: relative;
111
- height: 100%;
112
- width: 100%;
113
- }
114
- section[data-v-6658e14b] {
115
- overflow: hidden;
116
- width: 100%;
117
- height: 100%;
128
+ }h3[data-v-0d941719] {
129
+ color: #999999;
130
+ margin: 0;
118
131
  padding: 0;
132
+ font-weight: bold;
133
+ font-size: 18px;
119
134
  }
120
- .canvas[data-v-6658e14b] {
121
- overflow: auto;
122
- height: 100%;
123
- padding: 0;
124
- min-height: 500px;
135
+ .el-button[data-v-0d941719] {
136
+ margin: 6px 0;
137
+ min-width: 110px;
138
+ padding: 9px 15px;
125
139
  }
126
- .canvas[data-v-6658e14b] .draggable {
127
- cursor: default;
140
+ .el-button i[data-v-0d941719] {
141
+ padding-right: 4px;
128
142
  }
129
143
  #svg{
130
144
  /* border:1px solid red; */
@@ -155,24 +169,36 @@ g text{
155
169
  fill: #fff;
156
170
  stroke: #666;
157
171
  stroke-width: 2;
172
+ }
173
+ li[data-v-7e8a1cf6] {
174
+ color: #333;
158
175
  }
159
- .passed-tache .task-tache{
160
- fill: green;
161
- stroke: green;
162
- stroke-width: 2;
176
+ .context-menu[data-v-7e8a1cf6] {
177
+ position: fixed;
178
+ background: #fff;
179
+ z-index: 999;
180
+ padding: 5px;
181
+ margin: 0;
163
182
  }
164
- .current-tache .task-tache{
165
- fill: red;
166
- stroke: red;
167
- stroke-width: 2;
183
+ .context-menu li[data-v-7e8a1cf6] {
184
+ min-width: 75px;
185
+ height: 28px;
186
+ line-height: 28px;
187
+ text-align: left;
188
+ color: #1a1a1a;
168
189
  }
169
- .passed-tache text{
170
- fill:white;
190
+ .context-menu li[data-v-7e8a1cf6]:hover {
191
+ background: #42b983;
192
+ color: #fff;
193
+ }
194
+ .context-menu[data-v-7e8a1cf6] {
195
+ border: 1px solid #eee;
196
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
197
+ border-radius: 5px;
198
+ }
199
+ li[data-v-7e8a1cf6] {
200
+ list-style-type: none;
171
201
  }
172
- .current-tache text{
173
- fill: white
174
- }
175
-
176
202
  #svg{
177
203
  /* border:1px solid red; */
178
204
  background: white;
@@ -202,6 +228,22 @@ g text{
202
228
  fill: #fff;
203
229
  stroke: #666;
204
230
  stroke-width: 2;
231
+ }
232
+ .passed-tache .task-tache{
233
+ fill: green;
234
+ stroke: green;
235
+ stroke-width: 2;
236
+ }
237
+ .current-tache .task-tache{
238
+ fill: red;
239
+ stroke: red;
240
+ stroke-width: 2;
241
+ }
242
+ .passed-tache text{
243
+ fill:white;
244
+ }
245
+ .current-tache text{
246
+ fill: white
205
247
  }
206
248
 
207
249
  .svg-icon {
@@ -211,49 +253,12 @@ g text{
211
253
  fill: currentColor;
212
254
  overflow: hidden;
213
255
  }
214
- h3[data-v-0d941719] {
215
- color: #999999;
216
- margin: 0;
217
- padding: 0;
218
- font-weight: bold;
219
- font-size: 18px;
220
- }
221
- .el-button[data-v-0d941719] {
222
- margin: 6px 0;
223
- min-width: 110px;
224
- padding: 9px 15px;
225
- }
226
- .el-button i[data-v-0d941719] {
227
- padding-right: 4px;
228
- }li[data-v-7e8a1cf6] {
229
- color: #333;
230
- }
231
- .context-menu[data-v-7e8a1cf6] {
232
- position: fixed;
233
- background: #fff;
234
- z-index: 999;
235
- padding: 5px;
236
- margin: 0;
237
- }
238
- .context-menu li[data-v-7e8a1cf6] {
239
- min-width: 75px;
240
- height: 28px;
241
- line-height: 28px;
242
- text-align: left;
243
- color: #1a1a1a;
244
- }
245
- .context-menu li[data-v-7e8a1cf6]:hover {
246
- background: #42b983;
247
- color: #fff;
248
- }
249
- .context-menu[data-v-7e8a1cf6] {
250
- border: 1px solid #eee;
251
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
252
- border-radius: 5px;
253
- }
254
- li[data-v-7e8a1cf6] {
255
- list-style-type: none;
256
- }
256
+
257
+ .decision{
258
+ stroke-width: 0;
259
+ fill:#fff;
260
+ }
261
+
257
262
  .start{
258
263
  stroke-width: 0;
259
264
  fill:#fff;
@@ -269,6 +274,13 @@ li[data-v-7e8a1cf6] {
269
274
  fill:#fff;
270
275
  }
271
276
 
277
+ .virtual-transition{
278
+ stroke-width: 2;
279
+ stroke:#000;
280
+ stroke-dasharray: 2 2;
281
+ fill: none;
282
+ }
283
+
272
284
  .decision{
273
285
  stroke-width: 0;
274
286
  fill:#fff;
@@ -297,34 +309,10 @@ li[data-v-7e8a1cf6] {
297
309
  stroke-width: 0;
298
310
  fill:#fff;
299
311
  }
300
-
301
- .decision{
302
- stroke-width: 0;
303
- fill:#fff;
304
- }
305
- #_subprocess-content[data-v-2b195c05] {
306
- width: 100%;
307
- height: calc(100vh - 200px);
308
- }.tooltip[data-v-ac799913] {
309
- position: absolute;
310
- background: #fff;
311
- min-width: 150px;
312
- border-radius: 4px;
313
- border: 1px solid #ebeef5;
314
- padding: 12px;
315
- z-index: 2000;
316
- color: #606266;
317
- line-height: 1.4;
318
- text-align: justify;
319
- font-size: 14px;
320
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
321
- word-break: break-all;
322
- }
323
- .virtual-transition{
324
- stroke-width: 2;
325
- stroke:#000;
326
- stroke-dasharray: 2 2;
327
- fill: none;
312
+
313
+ /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
314
+ .properties-editor[data-v-1651d82a] .el-dialog__body {
315
+ padding-top: 0;
328
316
  }
329
317
 
330
318
  .selection-region{
@@ -341,11 +329,6 @@ li[data-v-7e8a1cf6] {
341
329
  pointer-events:none;
342
330
  }
343
331
 
344
- /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
345
- .properties-editor[data-v-1651d82a] .el-dialog__body {
346
- padding-top: 0;
347
- }
348
-
349
332
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
350
333
  .properties-editor[data-v-0e44fe8c] .el-dialog__body{
351
334
  padding-top: 0
@@ -357,15 +340,38 @@ li[data-v-7e8a1cf6] {
357
340
  }
358
341
 
359
342
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
360
- .properties-editor[data-v-bd66d235] .el-dialog__body{
343
+ .properties-editor[data-v-af76d417] .el-dialog__body{
361
344
  padding-top: 0
362
345
  }
363
-
346
+ #_subprocess-content[data-v-2b195c05] {
347
+ width: 100%;
348
+ height: calc(100vh - 200px);
349
+ }.tooltip[data-v-ac799913] {
350
+ position: absolute;
351
+ background: #fff;
352
+ min-width: 150px;
353
+ border-radius: 4px;
354
+ border: 1px solid #ebeef5;
355
+ padding: 12px;
356
+ z-index: 2000;
357
+ color: #606266;
358
+ line-height: 1.4;
359
+ text-align: justify;
360
+ font-size: 14px;
361
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
362
+ word-break: break-all;
363
+ }
364
364
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
365
- .properties-editor[data-v-af76d417] .el-dialog__body{
365
+ .properties-editor[data-v-bd66d235] .el-dialog__body{
366
366
  padding-top: 0
367
367
  }
368
368
 
369
+ .resizer{
370
+ stroke: blue;
371
+ stroke-width: 1;
372
+ fill: white;
373
+ }
374
+
369
375
  .joint-container{
370
376
  stroke-width: 0;
371
377
  fill: #fff;
@@ -397,20 +403,14 @@ li[data-v-7e8a1cf6] {
397
403
  stroke-dasharray: 2 2
398
404
  }
399
405
 
400
- .el-checkbox[data-v-c019538f]{
401
- margin-left: 20px;
402
- }
403
-
404
406
  .percent[data-v-a219b06d] {
405
407
  margin-left: 10px;
406
408
  color: red;
407
409
  font-size: 1.2em;
408
410
  }
409
411
 
410
- .resizer{
411
- stroke: blue;
412
- stroke-width: 1;
413
- fill: white;
412
+ .el-checkbox[data-v-c019538f]{
413
+ margin-left: 20px;
414
414
  }
415
415
  ul[data-v-39fac73c] {
416
416
  margin: 0;
@@ -422,22 +422,22 @@ ul li[data-v-39fac73c] {
422
422
  .sub-li[data-v-39fac73c] {
423
423
  padding-left: 10px;
424
424
  }
425
- .percent[data-v-6aef99ff]{
425
+ .percent[data-v-c1c7385b]{
426
426
  margin-left: 10px;
427
427
  color:red;
428
428
  font-size:1.2em;
429
429
  }
430
430
 
431
- .el-checkbox[data-v-5fb29fef]{
432
- margin-left: 20px;
433
- }
434
-
435
- .percent[data-v-c1c7385b]{
431
+ .percent[data-v-6aef99ff]{
436
432
  margin-left: 10px;
437
433
  color:red;
438
434
  font-size:1.2em;
439
435
  }
440
436
 
437
+ .el-checkbox[data-v-5fb29fef]{
438
+ margin-left: 20px;
439
+ }
440
+
441
441
  .el-tag + .el-tag[data-v-aaf48aff] {
442
442
  margin-left: 10px;
443
443
  }
@@ -478,6 +478,13 @@ span[data-v-4e29ea06] {
478
478
  margin: 0 10px;
479
479
  }
480
480
 
481
+ .searchResult {
482
+ color:red
483
+ }
484
+ .inline-input-custom {
485
+ width : 90%
486
+ }
487
+
481
488
  #custTabOne[data-v-7feaa2da] .el-tabs__content {
482
489
  height: 500px;
483
490
  }
@@ -516,10 +523,3 @@ span[data-v-4e29ea06] {
516
523
  .inline-input-custom {
517
524
  width : 90%
518
525
  }
519
-
520
- .searchResult {
521
- color:red
522
- }
523
- .inline-input-custom {
524
- width : 90%
525
- }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "workflow-editor",
3
3
  "private": false,
4
- "version": "0.0.81-up-tmp16",
4
+ "version": "0.0.81-up-tmp17",
5
5
  "type": "module",
6
6
  "main": "./lib/index.cjs",
7
- "module": "./es/index.mjs",
7
+ "module": "./es/index.js",
8
8
  "files": [
9
9
  "dist/*",
10
10
  "es/*",