@abi-software/scaffoldvuer 0.2.0 → 0.2.1-beta.1
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/CHANGELOG.md +13 -1
- package/dist/scaffoldvuer-wc.common.js +34 -34
- package/dist/scaffoldvuer-wc.umd.js +34 -34
- package/dist/scaffoldvuer-wc.umd.min.js +34 -34
- package/dist/scaffoldvuer.common.js +610 -419
- package/dist/scaffoldvuer.common.js.map +1 -1
- package/dist/scaffoldvuer.css +1 -1
- package/dist/scaffoldvuer.umd.js +610 -419
- package/dist/scaffoldvuer.umd.js.map +1 -1
- package/dist/scaffoldvuer.umd.min.js +1 -1
- package/dist/scaffoldvuer.umd.min.js.map +1 -1
- package/package-lock.json +49 -127
- package/package.json +8 -8
package/dist/scaffoldvuer.umd.js
CHANGED
|
@@ -22342,10 +22342,429 @@ if (typeof window !== 'undefined') {
|
|
|
22342
22342
|
// Indicate to webpack that this file can be concatenated
|
|
22343
22343
|
/* harmony default export */ var setPublicPath = (null);
|
|
22344
22344
|
|
|
22345
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22346
|
-
var render = function () {
|
|
22347
|
-
var
|
|
22348
|
-
|
|
22345
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fdc96a4-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/ScaffoldVuer.vue?vue&type=template&id=29960a58&scoped=true&
|
|
22346
|
+
var render = function render() {
|
|
22347
|
+
var _vm = this,
|
|
22348
|
+
_c = _vm._self._c;
|
|
22349
|
+
return _c('div', {
|
|
22350
|
+
directives: [{
|
|
22351
|
+
name: "loading",
|
|
22352
|
+
rawName: "v-loading",
|
|
22353
|
+
value: _vm.loading,
|
|
22354
|
+
expression: "loading"
|
|
22355
|
+
}],
|
|
22356
|
+
ref: "scaffoldContainer",
|
|
22357
|
+
staticClass: "scaffold-container",
|
|
22358
|
+
attrs: {
|
|
22359
|
+
"element-loading-text": "Loading...",
|
|
22360
|
+
"element-loading-spinner": "el-icon-loading",
|
|
22361
|
+
"element-loading-background": "rgba(0, 0, 0, 0.3)"
|
|
22362
|
+
}
|
|
22363
|
+
}, [_c('map-svg-sprite-color'), _c('scaffold-tooltip', {
|
|
22364
|
+
attrs: {
|
|
22365
|
+
"label": _vm.tData.label,
|
|
22366
|
+
"region": _vm.tData.region,
|
|
22367
|
+
"visible": _vm.tData.visible,
|
|
22368
|
+
"x": _vm.tData.x,
|
|
22369
|
+
"y": _vm.tData.y
|
|
22370
|
+
}
|
|
22371
|
+
}), _c('div', {
|
|
22372
|
+
ref: "display",
|
|
22373
|
+
staticStyle: {
|
|
22374
|
+
"height": "100%",
|
|
22375
|
+
"width": "100%"
|
|
22376
|
+
},
|
|
22377
|
+
attrs: {
|
|
22378
|
+
"id": "organsDisplayArea",
|
|
22379
|
+
"tabindex": "-1"
|
|
22380
|
+
},
|
|
22381
|
+
on: {
|
|
22382
|
+
"keydown": function keydown($event) {
|
|
22383
|
+
if (!$event.type.indexOf('key') && $event.keyCode !== 66) return null;
|
|
22384
|
+
return _vm.backgroundChangeCallback.apply(null, arguments);
|
|
22385
|
+
}
|
|
22386
|
+
}
|
|
22387
|
+
}), _c('div', {
|
|
22388
|
+
directives: [{
|
|
22389
|
+
name: "show",
|
|
22390
|
+
rawName: "v-show",
|
|
22391
|
+
value: _vm.displayUI && !_vm.isTransitioning,
|
|
22392
|
+
expression: "displayUI && !isTransitioning"
|
|
22393
|
+
}]
|
|
22394
|
+
}, [_vm.displayWarning ? _c('el-popover', {
|
|
22395
|
+
ref: "warningPopover",
|
|
22396
|
+
attrs: {
|
|
22397
|
+
"content": _vm.warningMessage,
|
|
22398
|
+
"placement": "right",
|
|
22399
|
+
"append-to-body": false,
|
|
22400
|
+
"trigger": "manual",
|
|
22401
|
+
"popper-class": "scaffold-popper message-popper right-popper non-selectable"
|
|
22402
|
+
},
|
|
22403
|
+
model: {
|
|
22404
|
+
value: _vm.hoverVisibilities[6].value,
|
|
22405
|
+
callback: function callback($$v) {
|
|
22406
|
+
_vm.$set(_vm.hoverVisibilities[6], "value", $$v);
|
|
22407
|
+
},
|
|
22408
|
+
expression: "hoverVisibilities[6].value"
|
|
22409
|
+
}
|
|
22410
|
+
}) : _vm._e(), _vm.displayWarning ? _c('i', {
|
|
22411
|
+
directives: [{
|
|
22412
|
+
name: "popover",
|
|
22413
|
+
rawName: "v-popover:warningPopover",
|
|
22414
|
+
arg: "warningPopover"
|
|
22415
|
+
}],
|
|
22416
|
+
staticClass: "el-icon-warning message-icon warning-icon",
|
|
22417
|
+
on: {
|
|
22418
|
+
"mouseover": function mouseover($event) {
|
|
22419
|
+
return _vm.showHelpText(6);
|
|
22420
|
+
},
|
|
22421
|
+
"mouseout": function mouseout($event) {
|
|
22422
|
+
return _vm.hideHelpText(6);
|
|
22423
|
+
}
|
|
22424
|
+
}
|
|
22425
|
+
}, [_c('span', {
|
|
22426
|
+
staticClass: "message-text"
|
|
22427
|
+
}, [_vm._v("Beta")])]) : _vm._e(), _vm.displayLatestChanges ? _c('el-popover', {
|
|
22428
|
+
ref: "latestChangesPopover",
|
|
22429
|
+
attrs: {
|
|
22430
|
+
"content": _vm.latestChangesMessage,
|
|
22431
|
+
"placement": "right",
|
|
22432
|
+
"append-to-body": false,
|
|
22433
|
+
"trigger": "manual",
|
|
22434
|
+
"popper-class": "scaffold-popper message-popper right-popper non-selectable"
|
|
22435
|
+
},
|
|
22436
|
+
model: {
|
|
22437
|
+
value: _vm.hoverVisibilities[7].value,
|
|
22438
|
+
callback: function callback($$v) {
|
|
22439
|
+
_vm.$set(_vm.hoverVisibilities[7], "value", $$v);
|
|
22440
|
+
},
|
|
22441
|
+
expression: "hoverVisibilities[7].value"
|
|
22442
|
+
}
|
|
22443
|
+
}) : _vm._e(), _vm.displayLatestChanges && _vm.latestChangesMessage ? _c('i', {
|
|
22444
|
+
directives: [{
|
|
22445
|
+
name: "popover",
|
|
22446
|
+
rawName: "v-popover:latestChangesPopover",
|
|
22447
|
+
arg: "latestChangesPopover"
|
|
22448
|
+
}],
|
|
22449
|
+
staticClass: "el-icon-warning message-icon latest-changesicon",
|
|
22450
|
+
on: {
|
|
22451
|
+
"mouseover": function mouseover($event) {
|
|
22452
|
+
return _vm.showHelpText(7);
|
|
22453
|
+
},
|
|
22454
|
+
"mouseout": function mouseout($event) {
|
|
22455
|
+
return _vm.hideHelpText(7);
|
|
22456
|
+
}
|
|
22457
|
+
}
|
|
22458
|
+
}, [_c('span', {
|
|
22459
|
+
staticClass: "message-text"
|
|
22460
|
+
}, [_vm._v("What's new?")])]) : _vm._e(), _c('el-popover', {
|
|
22461
|
+
ref: "checkBoxPopover",
|
|
22462
|
+
attrs: {
|
|
22463
|
+
"content": "Change region visibility",
|
|
22464
|
+
"placement": "right",
|
|
22465
|
+
"append-to-body": false,
|
|
22466
|
+
"trigger": "manual",
|
|
22467
|
+
"popper-class": "scaffold-popper right-popper non-selectable"
|
|
22468
|
+
},
|
|
22469
|
+
model: {
|
|
22470
|
+
value: _vm.hoverVisibilities[5].value,
|
|
22471
|
+
callback: function callback($$v) {
|
|
22472
|
+
_vm.$set(_vm.hoverVisibilities[5], "value", $$v);
|
|
22473
|
+
},
|
|
22474
|
+
expression: "hoverVisibilities[5].value"
|
|
22475
|
+
}
|
|
22476
|
+
}), _c('tree-controls', {
|
|
22477
|
+
directives: [{
|
|
22478
|
+
name: "popover",
|
|
22479
|
+
rawName: "v-popover:checkBoxPopover",
|
|
22480
|
+
arg: "checkBoxPopover"
|
|
22481
|
+
}],
|
|
22482
|
+
ref: "treeControls",
|
|
22483
|
+
attrs: {
|
|
22484
|
+
"help-mode": _vm.helpMode,
|
|
22485
|
+
"show-colour-picker": _vm.showColourPicker
|
|
22486
|
+
},
|
|
22487
|
+
on: {
|
|
22488
|
+
"object-selected": _vm.objectSelected,
|
|
22489
|
+
"object-hovered": _vm.objectHovered,
|
|
22490
|
+
"drawer-toggled": _vm.drawerToggled
|
|
22491
|
+
}
|
|
22492
|
+
}), _c('div', {
|
|
22493
|
+
staticClass: "opacity-box"
|
|
22494
|
+
}, [_c('opacity-controls', {
|
|
22495
|
+
ref: "opacityControl"
|
|
22496
|
+
})], 1), _vm.sceneData.timeVarying ? _c('el-popover', {
|
|
22497
|
+
ref: "sliderPopover",
|
|
22498
|
+
attrs: {
|
|
22499
|
+
"content": "Move the slider to animate the region",
|
|
22500
|
+
"placement": "top",
|
|
22501
|
+
"append-to-body": false,
|
|
22502
|
+
"trigger": "manual",
|
|
22503
|
+
"popper-class": "scaffold-popper top-popper non-selectable"
|
|
22504
|
+
},
|
|
22505
|
+
model: {
|
|
22506
|
+
value: _vm.hoverVisibilities[4].value,
|
|
22507
|
+
callback: function callback($$v) {
|
|
22508
|
+
_vm.$set(_vm.hoverVisibilities[4], "value", $$v);
|
|
22509
|
+
},
|
|
22510
|
+
expression: "hoverVisibilities[4].value"
|
|
22511
|
+
}
|
|
22512
|
+
}) : _vm._e(), _vm.sceneData.timeVarying ? _c('div', {
|
|
22513
|
+
directives: [{
|
|
22514
|
+
name: "popover",
|
|
22515
|
+
rawName: "v-popover:sliderPopover",
|
|
22516
|
+
arg: "sliderPopover"
|
|
22517
|
+
}],
|
|
22518
|
+
staticClass: "time-slider-container",
|
|
22519
|
+
class: [_vm.minimisedSlider ? 'minimised' : '', _vm.sliderPosition]
|
|
22520
|
+
}, [_c('el-tabs', {
|
|
22521
|
+
attrs: {
|
|
22522
|
+
"type": "card"
|
|
22523
|
+
}
|
|
22524
|
+
}, [_c('el-tab-pane', {
|
|
22525
|
+
attrs: {
|
|
22526
|
+
"label": "Animate scaffold"
|
|
22527
|
+
}
|
|
22528
|
+
}, [_c('el-row', {
|
|
22529
|
+
staticClass: "tab-content"
|
|
22530
|
+
}, [_vm.isPlaying ? _c('map-svg-icon', {
|
|
22531
|
+
staticClass: "icon-button video-button",
|
|
22532
|
+
attrs: {
|
|
22533
|
+
"icon": "pause"
|
|
22534
|
+
},
|
|
22535
|
+
nativeOn: {
|
|
22536
|
+
"click": function click($event) {
|
|
22537
|
+
return _vm.play(false);
|
|
22538
|
+
}
|
|
22539
|
+
}
|
|
22540
|
+
}) : _c('map-svg-icon', {
|
|
22541
|
+
staticClass: "video-button icon-button",
|
|
22542
|
+
attrs: {
|
|
22543
|
+
"icon": "play"
|
|
22544
|
+
},
|
|
22545
|
+
nativeOn: {
|
|
22546
|
+
"click": function click($event) {
|
|
22547
|
+
return _vm.play(true);
|
|
22548
|
+
}
|
|
22549
|
+
}
|
|
22550
|
+
}), _c('el-slider', {
|
|
22551
|
+
staticClass: "slider",
|
|
22552
|
+
attrs: {
|
|
22553
|
+
"min": 0,
|
|
22554
|
+
"max": _vm.timeMax,
|
|
22555
|
+
"value": _vm.sceneData.currentTime / 100 * _vm.timeMax,
|
|
22556
|
+
"step": 0.1,
|
|
22557
|
+
"tooltip-class": "time-slider-tooltip",
|
|
22558
|
+
"format-tooltip": _vm.formatTooltip,
|
|
22559
|
+
"marks": _vm.timeStamps
|
|
22560
|
+
},
|
|
22561
|
+
on: {
|
|
22562
|
+
"input": function input($event) {
|
|
22563
|
+
return _vm.timeChange($event);
|
|
22564
|
+
}
|
|
22565
|
+
}
|
|
22566
|
+
})], 1)], 1), _c('el-tab-pane', {
|
|
22567
|
+
attrs: {
|
|
22568
|
+
"label": "Animation data"
|
|
22569
|
+
}
|
|
22570
|
+
}, [_c('el-row', {
|
|
22571
|
+
staticClass: "tab-content"
|
|
22572
|
+
}, [_c('div', {
|
|
22573
|
+
staticClass: "animation-data"
|
|
22574
|
+
}, [_vm._v(" Original duration: "), _c('div', {
|
|
22575
|
+
staticClass: "purple"
|
|
22576
|
+
}, [_vm._v(" " + _vm._s(_vm.orginalDuration) + " ")])]), _c('div', {
|
|
22577
|
+
staticClass: "animation-data"
|
|
22578
|
+
}, [_vm._v(" Animation duration: "), _c('div', {
|
|
22579
|
+
staticClass: "purple"
|
|
22580
|
+
}, [_vm._v(" " + _vm._s(_vm.animateDuration) + " ")])]), _c('div', {
|
|
22581
|
+
staticClass: "animation-data"
|
|
22582
|
+
}, [_vm._v(" Playback speed "), _c('el-select', {
|
|
22583
|
+
staticClass: "select-box",
|
|
22584
|
+
attrs: {
|
|
22585
|
+
"popper-append-to-body": true,
|
|
22586
|
+
"value": _vm.currentSpeed,
|
|
22587
|
+
"placeholder": "Select",
|
|
22588
|
+
"popper-class": "scaffold_viewer_dropdown"
|
|
22589
|
+
},
|
|
22590
|
+
on: {
|
|
22591
|
+
"change": function change($event) {
|
|
22592
|
+
return _vm.speedChanged($event);
|
|
22593
|
+
}
|
|
22594
|
+
}
|
|
22595
|
+
}, _vm._l(_vm.playSpeed, function (item) {
|
|
22596
|
+
return _c('el-option', {
|
|
22597
|
+
key: item.value,
|
|
22598
|
+
attrs: {
|
|
22599
|
+
"label": item.label,
|
|
22600
|
+
"value": item.value
|
|
22601
|
+
}
|
|
22602
|
+
});
|
|
22603
|
+
}), 1)], 1)])], 1)], 1)], 1) : _vm._e(), _c('div', {
|
|
22604
|
+
staticClass: "bottom-right-control"
|
|
22605
|
+
}, [_c('el-popover', {
|
|
22606
|
+
attrs: {
|
|
22607
|
+
"content": "Zoom in",
|
|
22608
|
+
"placement": "left",
|
|
22609
|
+
"append-to-body": false,
|
|
22610
|
+
"trigger": "manual",
|
|
22611
|
+
"popper-class": "scaffold-popper left-popper non-selectable"
|
|
22612
|
+
},
|
|
22613
|
+
model: {
|
|
22614
|
+
value: _vm.hoverVisibilities[0].value,
|
|
22615
|
+
callback: function callback($$v) {
|
|
22616
|
+
_vm.$set(_vm.hoverVisibilities[0], "value", $$v);
|
|
22617
|
+
},
|
|
22618
|
+
expression: "hoverVisibilities[0].value"
|
|
22619
|
+
}
|
|
22620
|
+
}, [_c('map-svg-icon', {
|
|
22621
|
+
staticClass: "icon-button zoomIn",
|
|
22622
|
+
attrs: {
|
|
22623
|
+
"slot": "reference",
|
|
22624
|
+
"icon": "zoomIn"
|
|
22625
|
+
},
|
|
22626
|
+
nativeOn: {
|
|
22627
|
+
"click": function click($event) {
|
|
22628
|
+
return _vm.zoomIn();
|
|
22629
|
+
},
|
|
22630
|
+
"mouseover": function mouseover($event) {
|
|
22631
|
+
return _vm.showHelpText(0);
|
|
22632
|
+
},
|
|
22633
|
+
"mouseout": function mouseout($event) {
|
|
22634
|
+
return _vm.hideHelpText(0);
|
|
22635
|
+
}
|
|
22636
|
+
},
|
|
22637
|
+
slot: "reference"
|
|
22638
|
+
})], 1), _c('el-popover', {
|
|
22639
|
+
attrs: {
|
|
22640
|
+
"content": "Zoom out",
|
|
22641
|
+
"placement": "top-end",
|
|
22642
|
+
"append-to-body": false,
|
|
22643
|
+
"trigger": "manual",
|
|
22644
|
+
"popper-class": "scaffold-popper popper-zoomout non-selectable"
|
|
22645
|
+
},
|
|
22646
|
+
model: {
|
|
22647
|
+
value: _vm.hoverVisibilities[1].value,
|
|
22648
|
+
callback: function callback($$v) {
|
|
22649
|
+
_vm.$set(_vm.hoverVisibilities[1], "value", $$v);
|
|
22650
|
+
},
|
|
22651
|
+
expression: "hoverVisibilities[1].value"
|
|
22652
|
+
}
|
|
22653
|
+
}, [_c('map-svg-icon', {
|
|
22654
|
+
staticClass: "icon-button zoomOut",
|
|
22655
|
+
attrs: {
|
|
22656
|
+
"slot": "reference",
|
|
22657
|
+
"icon": "zoomOut"
|
|
22658
|
+
},
|
|
22659
|
+
nativeOn: {
|
|
22660
|
+
"click": function click($event) {
|
|
22661
|
+
return _vm.zoomOut();
|
|
22662
|
+
},
|
|
22663
|
+
"mouseover": function mouseover($event) {
|
|
22664
|
+
return _vm.showHelpText(1);
|
|
22665
|
+
},
|
|
22666
|
+
"mouseout": function mouseout($event) {
|
|
22667
|
+
return _vm.hideHelpText(1);
|
|
22668
|
+
}
|
|
22669
|
+
},
|
|
22670
|
+
slot: "reference"
|
|
22671
|
+
})], 1), _c('el-popover', {
|
|
22672
|
+
attrs: {
|
|
22673
|
+
"placement": "top",
|
|
22674
|
+
"append-to-body": false,
|
|
22675
|
+
"trigger": "manual",
|
|
22676
|
+
"popper-class": "scaffold-popper non-selectable"
|
|
22677
|
+
},
|
|
22678
|
+
model: {
|
|
22679
|
+
value: _vm.hoverVisibilities[2].value,
|
|
22680
|
+
callback: function callback($$v) {
|
|
22681
|
+
_vm.$set(_vm.hoverVisibilities[2], "value", $$v);
|
|
22682
|
+
},
|
|
22683
|
+
expression: "hoverVisibilities[2].value"
|
|
22684
|
+
}
|
|
22685
|
+
}, [_c('div', [_vm._v(" Fit to "), _c('br'), _vm._v(" window ")]), _c('map-svg-icon', {
|
|
22686
|
+
staticClass: "icon-button fitWindow",
|
|
22687
|
+
attrs: {
|
|
22688
|
+
"slot": "reference",
|
|
22689
|
+
"icon": "fitWindow"
|
|
22690
|
+
},
|
|
22691
|
+
nativeOn: {
|
|
22692
|
+
"click": function click($event) {
|
|
22693
|
+
return _vm.fitWindow();
|
|
22694
|
+
},
|
|
22695
|
+
"mouseover": function mouseover($event) {
|
|
22696
|
+
return _vm.showHelpText(2);
|
|
22697
|
+
},
|
|
22698
|
+
"mouseout": function mouseout($event) {
|
|
22699
|
+
return _vm.hideHelpText(2);
|
|
22700
|
+
}
|
|
22701
|
+
},
|
|
22702
|
+
slot: "reference"
|
|
22703
|
+
})], 1)], 1), _c('el-popover', {
|
|
22704
|
+
ref: "backgroundPopover",
|
|
22705
|
+
attrs: {
|
|
22706
|
+
"placement": "top-start",
|
|
22707
|
+
"width": "128",
|
|
22708
|
+
"append-to-body": false,
|
|
22709
|
+
"trigger": "click",
|
|
22710
|
+
"popper-class": "background-popper non-selectable"
|
|
22711
|
+
}
|
|
22712
|
+
}, [_c('el-row', {
|
|
22713
|
+
staticClass: "backgroundText"
|
|
22714
|
+
}, [_vm._v(" Change background ")]), _c('el-row', {
|
|
22715
|
+
staticClass: "backgroundChooser"
|
|
22716
|
+
}, _vm._l(_vm.availableBackground, function (item) {
|
|
22717
|
+
return _c('div', {
|
|
22718
|
+
key: item,
|
|
22719
|
+
class: ['backgroundChoice', item, item == _vm.currentBackground ? 'active' : ''],
|
|
22720
|
+
on: {
|
|
22721
|
+
"click": function click($event) {
|
|
22722
|
+
return _vm.backgroundChangeCallback(item);
|
|
22723
|
+
}
|
|
22724
|
+
}
|
|
22725
|
+
});
|
|
22726
|
+
}), 0)], 1), _c('el-popover', {
|
|
22727
|
+
attrs: {
|
|
22728
|
+
"content": "Change background color",
|
|
22729
|
+
"placement": "right",
|
|
22730
|
+
"append-to-body": false,
|
|
22731
|
+
"trigger": "manual",
|
|
22732
|
+
"popper-class": "scaffold-popper right-popper non-selectable"
|
|
22733
|
+
},
|
|
22734
|
+
model: {
|
|
22735
|
+
value: _vm.hoverVisibilities[3].value,
|
|
22736
|
+
callback: function callback($$v) {
|
|
22737
|
+
_vm.$set(_vm.hoverVisibilities[3], "value", $$v);
|
|
22738
|
+
},
|
|
22739
|
+
expression: "hoverVisibilities[3].value"
|
|
22740
|
+
}
|
|
22741
|
+
}, [_c('map-svg-icon', {
|
|
22742
|
+
directives: [{
|
|
22743
|
+
name: "popover",
|
|
22744
|
+
rawName: "v-popover:backgroundPopover",
|
|
22745
|
+
arg: "backgroundPopover"
|
|
22746
|
+
}],
|
|
22747
|
+
staticClass: "icon-button background-colour",
|
|
22748
|
+
class: {
|
|
22749
|
+
open: _vm.drawerOpen,
|
|
22750
|
+
close: !_vm.drawerOpen
|
|
22751
|
+
},
|
|
22752
|
+
attrs: {
|
|
22753
|
+
"slot": "reference",
|
|
22754
|
+
"icon": "changeBckgd"
|
|
22755
|
+
},
|
|
22756
|
+
nativeOn: {
|
|
22757
|
+
"mouseover": function mouseover($event) {
|
|
22758
|
+
return _vm.showHelpText(3);
|
|
22759
|
+
},
|
|
22760
|
+
"mouseout": function mouseout($event) {
|
|
22761
|
+
return _vm.hideHelpText(3);
|
|
22762
|
+
}
|
|
22763
|
+
},
|
|
22764
|
+
slot: "reference"
|
|
22765
|
+
})], 1)], 1)], 1);
|
|
22766
|
+
};
|
|
22767
|
+
var staticRenderFns = [];
|
|
22349
22768
|
|
|
22350
22769
|
// CONCATENATED MODULE: ./src/components/ScaffoldVuer.vue?vue&type=template&id=29960a58&scoped=true&
|
|
22351
22770
|
|
|
@@ -22455,10 +22874,76 @@ var es_object_keys_js_ = __webpack_require__("ea64");
|
|
|
22455
22874
|
var external_vue_ = __webpack_require__("8bbf");
|
|
22456
22875
|
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
22457
22876
|
|
|
22458
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22459
|
-
var OpacityControlsvue_type_template_id_4c00a30f_scoped_true_render = function () {
|
|
22460
|
-
var
|
|
22461
|
-
|
|
22877
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fdc96a4-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/OpacityControls.vue?vue&type=template&id=4c00a30f&scoped=true&
|
|
22878
|
+
var OpacityControlsvue_type_template_id_4c00a30f_scoped_true_render = function render() {
|
|
22879
|
+
var _vm = this,
|
|
22880
|
+
_c = _vm._self._c;
|
|
22881
|
+
return _vm.material != undefined ? _c('div', {
|
|
22882
|
+
ref: "control",
|
|
22883
|
+
staticClass: "opacity-control"
|
|
22884
|
+
}, [_c('el-drawer', {
|
|
22885
|
+
staticClass: "drawer-content",
|
|
22886
|
+
attrs: {
|
|
22887
|
+
"custom-class": "my-drawer",
|
|
22888
|
+
"visible": _vm.drawerOpen,
|
|
22889
|
+
"append-to-body": false,
|
|
22890
|
+
"modal-append-to-body": false,
|
|
22891
|
+
"size": "300",
|
|
22892
|
+
"with-header": false,
|
|
22893
|
+
"wrapper-closable": false,
|
|
22894
|
+
"modal": false
|
|
22895
|
+
},
|
|
22896
|
+
on: {
|
|
22897
|
+
"update:visible": function updateVisible($event) {
|
|
22898
|
+
_vm.drawerOpen = $event;
|
|
22899
|
+
}
|
|
22900
|
+
}
|
|
22901
|
+
}, [_vm.drawerOpen ? _c('div', {
|
|
22902
|
+
staticClass: "tab-button close",
|
|
22903
|
+
on: {
|
|
22904
|
+
"click": _vm.toggleDrawer
|
|
22905
|
+
}
|
|
22906
|
+
}, [_c('i', {
|
|
22907
|
+
staticClass: "el-icon-arrow-right"
|
|
22908
|
+
})]) : _vm._e(), _c('el-container', {
|
|
22909
|
+
staticClass: "opacity-container"
|
|
22910
|
+
}, [_c('el-header', {
|
|
22911
|
+
staticClass: "header",
|
|
22912
|
+
attrs: {
|
|
22913
|
+
"height": "37px"
|
|
22914
|
+
}
|
|
22915
|
+
}, [_c('div', [_vm._v("Opacity")])]), _c('el-main', {
|
|
22916
|
+
staticClass: "main"
|
|
22917
|
+
}, [_c('div', {
|
|
22918
|
+
staticClass: "block"
|
|
22919
|
+
}, [_c('span', {
|
|
22920
|
+
staticClass: "display"
|
|
22921
|
+
}, [_vm._v(_vm._s(_vm.displayString))]), _c('el-slider', {
|
|
22922
|
+
staticClass: "my-slider",
|
|
22923
|
+
attrs: {
|
|
22924
|
+
"step": 0.01,
|
|
22925
|
+
"min": 0,
|
|
22926
|
+
"max": 1,
|
|
22927
|
+
"format-tooltip": _vm.formatTooltip,
|
|
22928
|
+
"show-tooltip": false
|
|
22929
|
+
},
|
|
22930
|
+
model: {
|
|
22931
|
+
value: _vm.material.opacity,
|
|
22932
|
+
callback: function callback($$v) {
|
|
22933
|
+
_vm.$set(_vm.material, "opacity", $$v);
|
|
22934
|
+
},
|
|
22935
|
+
expression: "material.opacity"
|
|
22936
|
+
}
|
|
22937
|
+
})], 1)])], 1)], 1), !_vm.drawerOpen ? _c('div', {
|
|
22938
|
+
staticClass: "tab-button open",
|
|
22939
|
+
on: {
|
|
22940
|
+
"click": _vm.toggleDrawer
|
|
22941
|
+
}
|
|
22942
|
+
}, [_c('i', {
|
|
22943
|
+
staticClass: "el-icon-arrow-left"
|
|
22944
|
+
})]) : _vm._e()], 1) : _vm._e();
|
|
22945
|
+
};
|
|
22946
|
+
var OpacityControlsvue_type_template_id_4c00a30f_scoped_true_staticRenderFns = [];
|
|
22462
22947
|
|
|
22463
22948
|
// CONCATENATED MODULE: ./src/components/OpacityControls.vue?vue&type=template&id=4c00a30f&scoped=true&
|
|
22464
22949
|
|
|
@@ -22524,64 +23009,6 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale);
|
|
|
22524
23009
|
|
|
22525
23010
|
|
|
22526
23011
|
|
|
22527
|
-
//
|
|
22528
|
-
//
|
|
22529
|
-
//
|
|
22530
|
-
//
|
|
22531
|
-
//
|
|
22532
|
-
//
|
|
22533
|
-
//
|
|
22534
|
-
//
|
|
22535
|
-
//
|
|
22536
|
-
//
|
|
22537
|
-
//
|
|
22538
|
-
//
|
|
22539
|
-
//
|
|
22540
|
-
//
|
|
22541
|
-
//
|
|
22542
|
-
//
|
|
22543
|
-
//
|
|
22544
|
-
//
|
|
22545
|
-
//
|
|
22546
|
-
//
|
|
22547
|
-
//
|
|
22548
|
-
//
|
|
22549
|
-
//
|
|
22550
|
-
//
|
|
22551
|
-
//
|
|
22552
|
-
//
|
|
22553
|
-
//
|
|
22554
|
-
//
|
|
22555
|
-
//
|
|
22556
|
-
//
|
|
22557
|
-
//
|
|
22558
|
-
//
|
|
22559
|
-
//
|
|
22560
|
-
//
|
|
22561
|
-
//
|
|
22562
|
-
//
|
|
22563
|
-
//
|
|
22564
|
-
//
|
|
22565
|
-
//
|
|
22566
|
-
//
|
|
22567
|
-
//
|
|
22568
|
-
//
|
|
22569
|
-
//
|
|
22570
|
-
//
|
|
22571
|
-
//
|
|
22572
|
-
//
|
|
22573
|
-
//
|
|
22574
|
-
//
|
|
22575
|
-
//
|
|
22576
|
-
//
|
|
22577
|
-
//
|
|
22578
|
-
//
|
|
22579
|
-
//
|
|
22580
|
-
//
|
|
22581
|
-
//
|
|
22582
|
-
//
|
|
22583
|
-
//
|
|
22584
|
-
|
|
22585
23012
|
/* eslint-disable no-alert, no-console */
|
|
22586
23013
|
|
|
22587
23014
|
|
|
@@ -22754,10 +23181,41 @@ var component = normalizeComponent(
|
|
|
22754
23181
|
)
|
|
22755
23182
|
|
|
22756
23183
|
/* harmony default export */ var OpacityControls = (component.exports);
|
|
22757
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22758
|
-
var ScaffoldTooltipvue_type_template_id_74c2ea8a_scoped_true_render = function () {
|
|
22759
|
-
var
|
|
22760
|
-
|
|
23184
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fdc96a4-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/ScaffoldTooltip.vue?vue&type=template&id=74c2ea8a&scoped=true&
|
|
23185
|
+
var ScaffoldTooltipvue_type_template_id_74c2ea8a_scoped_true_render = function render() {
|
|
23186
|
+
var _vm = this,
|
|
23187
|
+
_c = _vm._self._c;
|
|
23188
|
+
return _c('div', {
|
|
23189
|
+
staticClass: "region-tooltip",
|
|
23190
|
+
style: _vm.position
|
|
23191
|
+
}, [_c('el-popover', {
|
|
23192
|
+
ref: "tooltip",
|
|
23193
|
+
attrs: {
|
|
23194
|
+
"placement": "top",
|
|
23195
|
+
"append-to-body": false,
|
|
23196
|
+
"trigger": "manual",
|
|
23197
|
+
"popper-class": "tooltip-popper non-selectable"
|
|
23198
|
+
},
|
|
23199
|
+
model: {
|
|
23200
|
+
value: _vm.display,
|
|
23201
|
+
callback: function callback($$v) {
|
|
23202
|
+
_vm.display = $$v;
|
|
23203
|
+
},
|
|
23204
|
+
expression: "display"
|
|
23205
|
+
}
|
|
23206
|
+
}, [_c('div', {
|
|
23207
|
+
staticClass: "tooltip-text"
|
|
23208
|
+
}, [_vm._v(_vm._s(_vm.label))]), _vm.region ? _c('div', {
|
|
23209
|
+
staticClass: "tooltip-text"
|
|
23210
|
+
}, [_vm._v("Region: " + _vm._s(_vm.region))]) : _vm._e(), _c('i', {
|
|
23211
|
+
directives: [{
|
|
23212
|
+
name: "popover",
|
|
23213
|
+
rawName: "v-popover:tooltip",
|
|
23214
|
+
arg: "tooltip"
|
|
23215
|
+
}]
|
|
23216
|
+
})])], 1);
|
|
23217
|
+
};
|
|
23218
|
+
var ScaffoldTooltipvue_type_template_id_74c2ea8a_scoped_true_staticRenderFns = [];
|
|
22761
23219
|
|
|
22762
23220
|
// CONCATENATED MODULE: ./src/components/ScaffoldTooltip.vue?vue&type=template&id=74c2ea8a&scoped=true&
|
|
22763
23221
|
|
|
@@ -22769,24 +23227,6 @@ var es_number_constructor_js_ = __webpack_require__("f989");
|
|
|
22769
23227
|
|
|
22770
23228
|
|
|
22771
23229
|
|
|
22772
|
-
//
|
|
22773
|
-
//
|
|
22774
|
-
//
|
|
22775
|
-
//
|
|
22776
|
-
//
|
|
22777
|
-
//
|
|
22778
|
-
//
|
|
22779
|
-
//
|
|
22780
|
-
//
|
|
22781
|
-
//
|
|
22782
|
-
//
|
|
22783
|
-
//
|
|
22784
|
-
//
|
|
22785
|
-
//
|
|
22786
|
-
//
|
|
22787
|
-
//
|
|
22788
|
-
//
|
|
22789
|
-
|
|
22790
23230
|
/* eslint-disable no-alert, no-console */
|
|
22791
23231
|
|
|
22792
23232
|
|
|
@@ -22879,16 +23319,89 @@ var ScaffoldTooltip_component = normalizeComponent(
|
|
|
22879
23319
|
)
|
|
22880
23320
|
|
|
22881
23321
|
/* harmony default export */ var ScaffoldTooltip = (ScaffoldTooltip_component.exports);
|
|
22882
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22883
|
-
var TreeControlsvue_type_template_id_30f5c8fc_scoped_true_render = function () {
|
|
22884
|
-
var
|
|
22885
|
-
|
|
22886
|
-
return _c('
|
|
23322
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fdc96a4-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TreeControls.vue?vue&type=template&id=30f5c8fc&scoped=true&
|
|
23323
|
+
var TreeControlsvue_type_template_id_30f5c8fc_scoped_true_render = function render() {
|
|
23324
|
+
var _vm = this,
|
|
23325
|
+
_c = _vm._self._c;
|
|
23326
|
+
return _c('div', {
|
|
23327
|
+
staticClass: "tree-controls",
|
|
23328
|
+
class: {
|
|
23329
|
+
open: _vm.drawerOpen,
|
|
23330
|
+
close: !_vm.drawerOpen
|
|
23331
|
+
}
|
|
23332
|
+
}, [_c('div', {
|
|
23333
|
+
staticClass: "traditional-container"
|
|
23334
|
+
}, [_c('el-row', [_c('el-col', {
|
|
23335
|
+
attrs: {
|
|
23336
|
+
"span": 12
|
|
23337
|
+
}
|
|
23338
|
+
}, [_c('div', {
|
|
23339
|
+
staticClass: "regions-display-text"
|
|
23340
|
+
}, [_vm._v(" Regions ")])])], 1), _c('div', {
|
|
23341
|
+
staticClass: "tree-container"
|
|
23342
|
+
}, [_c('el-tree', {
|
|
23343
|
+
ref: "regionTree",
|
|
23344
|
+
attrs: {
|
|
23345
|
+
"node-key": "id",
|
|
23346
|
+
"show-checkbox": "",
|
|
23347
|
+
"check-strictly": false,
|
|
23348
|
+
"data": _vm.treeData[0].children,
|
|
23349
|
+
"expand-on-click-node": false,
|
|
23350
|
+
"render-after-expand": false
|
|
23351
|
+
},
|
|
23352
|
+
on: {
|
|
23353
|
+
"check": _vm.checkChanged
|
|
23354
|
+
},
|
|
23355
|
+
scopedSlots: _vm._u([{
|
|
23356
|
+
key: "default",
|
|
23357
|
+
fn: function fn(_ref) {
|
|
23358
|
+
var node = _ref.node,
|
|
23359
|
+
data = _ref.data;
|
|
23360
|
+
return _c('span', {
|
|
23361
|
+
staticClass: "region-tree-node",
|
|
23362
|
+
class: {
|
|
22887
23363
|
activeItem: _vm.nodeIsActive(data),
|
|
22888
|
-
hoverItem: _vm.nodeIsHover(data)
|
|
22889
|
-
},
|
|
22890
|
-
|
|
22891
|
-
|
|
23364
|
+
hoverItem: _vm.nodeIsHover(data)
|
|
23365
|
+
},
|
|
23366
|
+
on: {
|
|
23367
|
+
"click": function click($event) {
|
|
23368
|
+
return _vm.changeActiveByNode(data, true);
|
|
23369
|
+
},
|
|
23370
|
+
"mouseover": function mouseover($event) {
|
|
23371
|
+
return _vm.changeHoverByNode(data, true);
|
|
23372
|
+
}
|
|
23373
|
+
}
|
|
23374
|
+
}, [data.isPrimitives ? _c('el-color-picker', {
|
|
23375
|
+
class: {
|
|
23376
|
+
'show-picker': _vm.showColourPicker
|
|
23377
|
+
},
|
|
23378
|
+
attrs: {
|
|
23379
|
+
"value": _vm.getColour(data),
|
|
23380
|
+
"size": "small",
|
|
23381
|
+
"popper-class": _vm.myPopperClass
|
|
23382
|
+
},
|
|
23383
|
+
on: {
|
|
23384
|
+
"change": function change($event) {
|
|
23385
|
+
return _vm.setColour(data, $event);
|
|
23386
|
+
}
|
|
23387
|
+
}
|
|
23388
|
+
}) : _vm._e(), _c('span', [_vm._v(_vm._s(node.label))])], 1);
|
|
23389
|
+
}
|
|
23390
|
+
}])
|
|
23391
|
+
})], 1)], 1), _c('div', {
|
|
23392
|
+
staticClass: "drawer-button",
|
|
23393
|
+
class: {
|
|
23394
|
+
open: _vm.drawerOpen,
|
|
23395
|
+
close: !_vm.drawerOpen
|
|
23396
|
+
},
|
|
23397
|
+
on: {
|
|
23398
|
+
"click": _vm.toggleDrawer
|
|
23399
|
+
}
|
|
23400
|
+
}, [_c('i', {
|
|
23401
|
+
staticClass: "el-icon-arrow-left"
|
|
23402
|
+
})])]);
|
|
23403
|
+
};
|
|
23404
|
+
var TreeControlsvue_type_template_id_30f5c8fc_scoped_true_staticRenderFns = [];
|
|
22892
23405
|
|
|
22893
23406
|
// CONCATENATED MODULE: ./src/components/TreeControls.vue?vue&type=template&id=30f5c8fc&scoped=true&
|
|
22894
23407
|
|
|
@@ -23094,64 +23607,6 @@ var getAllObjects = function getAllObjects(scene) {
|
|
|
23094
23607
|
|
|
23095
23608
|
|
|
23096
23609
|
|
|
23097
|
-
|
|
23098
|
-
//
|
|
23099
|
-
//
|
|
23100
|
-
//
|
|
23101
|
-
//
|
|
23102
|
-
//
|
|
23103
|
-
//
|
|
23104
|
-
//
|
|
23105
|
-
//
|
|
23106
|
-
//
|
|
23107
|
-
//
|
|
23108
|
-
//
|
|
23109
|
-
//
|
|
23110
|
-
//
|
|
23111
|
-
//
|
|
23112
|
-
//
|
|
23113
|
-
//
|
|
23114
|
-
//
|
|
23115
|
-
//
|
|
23116
|
-
//
|
|
23117
|
-
//
|
|
23118
|
-
//
|
|
23119
|
-
//
|
|
23120
|
-
//
|
|
23121
|
-
//
|
|
23122
|
-
//
|
|
23123
|
-
//
|
|
23124
|
-
//
|
|
23125
|
-
//
|
|
23126
|
-
//
|
|
23127
|
-
//
|
|
23128
|
-
//
|
|
23129
|
-
//
|
|
23130
|
-
//
|
|
23131
|
-
//
|
|
23132
|
-
//
|
|
23133
|
-
//
|
|
23134
|
-
//
|
|
23135
|
-
//
|
|
23136
|
-
//
|
|
23137
|
-
//
|
|
23138
|
-
//
|
|
23139
|
-
//
|
|
23140
|
-
//
|
|
23141
|
-
//
|
|
23142
|
-
//
|
|
23143
|
-
//
|
|
23144
|
-
//
|
|
23145
|
-
//
|
|
23146
|
-
//
|
|
23147
|
-
//
|
|
23148
|
-
//
|
|
23149
|
-
//
|
|
23150
|
-
//
|
|
23151
|
-
//
|
|
23152
|
-
//
|
|
23153
|
-
//
|
|
23154
|
-
//
|
|
23155
23610
|
|
|
23156
23611
|
/* eslint-disable no-alert, no-console */
|
|
23157
23612
|
|
|
@@ -23854,270 +24309,6 @@ var search_SearchResults = /*#__PURE__*/function () {
|
|
|
23854
24309
|
|
|
23855
24310
|
|
|
23856
24311
|
|
|
23857
|
-
|
|
23858
|
-
//
|
|
23859
|
-
//
|
|
23860
|
-
//
|
|
23861
|
-
//
|
|
23862
|
-
//
|
|
23863
|
-
//
|
|
23864
|
-
//
|
|
23865
|
-
//
|
|
23866
|
-
//
|
|
23867
|
-
//
|
|
23868
|
-
//
|
|
23869
|
-
//
|
|
23870
|
-
//
|
|
23871
|
-
//
|
|
23872
|
-
//
|
|
23873
|
-
//
|
|
23874
|
-
//
|
|
23875
|
-
//
|
|
23876
|
-
//
|
|
23877
|
-
//
|
|
23878
|
-
//
|
|
23879
|
-
//
|
|
23880
|
-
//
|
|
23881
|
-
//
|
|
23882
|
-
//
|
|
23883
|
-
//
|
|
23884
|
-
//
|
|
23885
|
-
//
|
|
23886
|
-
//
|
|
23887
|
-
//
|
|
23888
|
-
//
|
|
23889
|
-
//
|
|
23890
|
-
//
|
|
23891
|
-
//
|
|
23892
|
-
//
|
|
23893
|
-
//
|
|
23894
|
-
//
|
|
23895
|
-
//
|
|
23896
|
-
//
|
|
23897
|
-
//
|
|
23898
|
-
//
|
|
23899
|
-
//
|
|
23900
|
-
//
|
|
23901
|
-
//
|
|
23902
|
-
//
|
|
23903
|
-
//
|
|
23904
|
-
//
|
|
23905
|
-
//
|
|
23906
|
-
//
|
|
23907
|
-
//
|
|
23908
|
-
//
|
|
23909
|
-
//
|
|
23910
|
-
//
|
|
23911
|
-
//
|
|
23912
|
-
//
|
|
23913
|
-
//
|
|
23914
|
-
//
|
|
23915
|
-
//
|
|
23916
|
-
//
|
|
23917
|
-
//
|
|
23918
|
-
//
|
|
23919
|
-
//
|
|
23920
|
-
//
|
|
23921
|
-
//
|
|
23922
|
-
//
|
|
23923
|
-
//
|
|
23924
|
-
//
|
|
23925
|
-
//
|
|
23926
|
-
//
|
|
23927
|
-
//
|
|
23928
|
-
//
|
|
23929
|
-
//
|
|
23930
|
-
//
|
|
23931
|
-
//
|
|
23932
|
-
//
|
|
23933
|
-
//
|
|
23934
|
-
//
|
|
23935
|
-
//
|
|
23936
|
-
//
|
|
23937
|
-
//
|
|
23938
|
-
//
|
|
23939
|
-
//
|
|
23940
|
-
//
|
|
23941
|
-
//
|
|
23942
|
-
//
|
|
23943
|
-
//
|
|
23944
|
-
//
|
|
23945
|
-
//
|
|
23946
|
-
//
|
|
23947
|
-
//
|
|
23948
|
-
//
|
|
23949
|
-
//
|
|
23950
|
-
//
|
|
23951
|
-
//
|
|
23952
|
-
//
|
|
23953
|
-
//
|
|
23954
|
-
//
|
|
23955
|
-
//
|
|
23956
|
-
//
|
|
23957
|
-
//
|
|
23958
|
-
//
|
|
23959
|
-
//
|
|
23960
|
-
//
|
|
23961
|
-
//
|
|
23962
|
-
//
|
|
23963
|
-
//
|
|
23964
|
-
//
|
|
23965
|
-
//
|
|
23966
|
-
//
|
|
23967
|
-
//
|
|
23968
|
-
//
|
|
23969
|
-
//
|
|
23970
|
-
//
|
|
23971
|
-
//
|
|
23972
|
-
//
|
|
23973
|
-
//
|
|
23974
|
-
//
|
|
23975
|
-
//
|
|
23976
|
-
//
|
|
23977
|
-
//
|
|
23978
|
-
//
|
|
23979
|
-
//
|
|
23980
|
-
//
|
|
23981
|
-
//
|
|
23982
|
-
//
|
|
23983
|
-
//
|
|
23984
|
-
//
|
|
23985
|
-
//
|
|
23986
|
-
//
|
|
23987
|
-
//
|
|
23988
|
-
//
|
|
23989
|
-
//
|
|
23990
|
-
//
|
|
23991
|
-
//
|
|
23992
|
-
//
|
|
23993
|
-
//
|
|
23994
|
-
//
|
|
23995
|
-
//
|
|
23996
|
-
//
|
|
23997
|
-
//
|
|
23998
|
-
//
|
|
23999
|
-
//
|
|
24000
|
-
//
|
|
24001
|
-
//
|
|
24002
|
-
//
|
|
24003
|
-
//
|
|
24004
|
-
//
|
|
24005
|
-
//
|
|
24006
|
-
//
|
|
24007
|
-
//
|
|
24008
|
-
//
|
|
24009
|
-
//
|
|
24010
|
-
//
|
|
24011
|
-
//
|
|
24012
|
-
//
|
|
24013
|
-
//
|
|
24014
|
-
//
|
|
24015
|
-
//
|
|
24016
|
-
//
|
|
24017
|
-
//
|
|
24018
|
-
//
|
|
24019
|
-
//
|
|
24020
|
-
//
|
|
24021
|
-
//
|
|
24022
|
-
//
|
|
24023
|
-
//
|
|
24024
|
-
//
|
|
24025
|
-
//
|
|
24026
|
-
//
|
|
24027
|
-
//
|
|
24028
|
-
//
|
|
24029
|
-
//
|
|
24030
|
-
//
|
|
24031
|
-
//
|
|
24032
|
-
//
|
|
24033
|
-
//
|
|
24034
|
-
//
|
|
24035
|
-
//
|
|
24036
|
-
//
|
|
24037
|
-
//
|
|
24038
|
-
//
|
|
24039
|
-
//
|
|
24040
|
-
//
|
|
24041
|
-
//
|
|
24042
|
-
//
|
|
24043
|
-
//
|
|
24044
|
-
//
|
|
24045
|
-
//
|
|
24046
|
-
//
|
|
24047
|
-
//
|
|
24048
|
-
//
|
|
24049
|
-
//
|
|
24050
|
-
//
|
|
24051
|
-
//
|
|
24052
|
-
//
|
|
24053
|
-
//
|
|
24054
|
-
//
|
|
24055
|
-
//
|
|
24056
|
-
//
|
|
24057
|
-
//
|
|
24058
|
-
//
|
|
24059
|
-
//
|
|
24060
|
-
//
|
|
24061
|
-
//
|
|
24062
|
-
//
|
|
24063
|
-
//
|
|
24064
|
-
//
|
|
24065
|
-
//
|
|
24066
|
-
//
|
|
24067
|
-
//
|
|
24068
|
-
//
|
|
24069
|
-
//
|
|
24070
|
-
//
|
|
24071
|
-
//
|
|
24072
|
-
//
|
|
24073
|
-
//
|
|
24074
|
-
//
|
|
24075
|
-
//
|
|
24076
|
-
//
|
|
24077
|
-
//
|
|
24078
|
-
//
|
|
24079
|
-
//
|
|
24080
|
-
//
|
|
24081
|
-
//
|
|
24082
|
-
//
|
|
24083
|
-
//
|
|
24084
|
-
//
|
|
24085
|
-
//
|
|
24086
|
-
//
|
|
24087
|
-
//
|
|
24088
|
-
//
|
|
24089
|
-
//
|
|
24090
|
-
//
|
|
24091
|
-
//
|
|
24092
|
-
//
|
|
24093
|
-
//
|
|
24094
|
-
//
|
|
24095
|
-
//
|
|
24096
|
-
//
|
|
24097
|
-
//
|
|
24098
|
-
//
|
|
24099
|
-
//
|
|
24100
|
-
//
|
|
24101
|
-
//
|
|
24102
|
-
//
|
|
24103
|
-
//
|
|
24104
|
-
//
|
|
24105
|
-
//
|
|
24106
|
-
//
|
|
24107
|
-
//
|
|
24108
|
-
//
|
|
24109
|
-
//
|
|
24110
|
-
//
|
|
24111
|
-
//
|
|
24112
|
-
//
|
|
24113
|
-
//
|
|
24114
|
-
//
|
|
24115
|
-
//
|
|
24116
|
-
//
|
|
24117
|
-
//
|
|
24118
|
-
//
|
|
24119
|
-
//
|
|
24120
|
-
//
|
|
24121
24312
|
|
|
24122
24313
|
/* eslint-disable no-alert, no-console */
|
|
24123
24314
|
|