@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
|
@@ -22333,10 +22333,429 @@ if (typeof window !== 'undefined') {
|
|
|
22333
22333
|
// Indicate to webpack that this file can be concatenated
|
|
22334
22334
|
/* harmony default export */ var setPublicPath = (null);
|
|
22335
22335
|
|
|
22336
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22337
|
-
var render = function () {
|
|
22338
|
-
var
|
|
22339
|
-
|
|
22336
|
+
// 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&
|
|
22337
|
+
var render = function render() {
|
|
22338
|
+
var _vm = this,
|
|
22339
|
+
_c = _vm._self._c;
|
|
22340
|
+
return _c('div', {
|
|
22341
|
+
directives: [{
|
|
22342
|
+
name: "loading",
|
|
22343
|
+
rawName: "v-loading",
|
|
22344
|
+
value: _vm.loading,
|
|
22345
|
+
expression: "loading"
|
|
22346
|
+
}],
|
|
22347
|
+
ref: "scaffoldContainer",
|
|
22348
|
+
staticClass: "scaffold-container",
|
|
22349
|
+
attrs: {
|
|
22350
|
+
"element-loading-text": "Loading...",
|
|
22351
|
+
"element-loading-spinner": "el-icon-loading",
|
|
22352
|
+
"element-loading-background": "rgba(0, 0, 0, 0.3)"
|
|
22353
|
+
}
|
|
22354
|
+
}, [_c('map-svg-sprite-color'), _c('scaffold-tooltip', {
|
|
22355
|
+
attrs: {
|
|
22356
|
+
"label": _vm.tData.label,
|
|
22357
|
+
"region": _vm.tData.region,
|
|
22358
|
+
"visible": _vm.tData.visible,
|
|
22359
|
+
"x": _vm.tData.x,
|
|
22360
|
+
"y": _vm.tData.y
|
|
22361
|
+
}
|
|
22362
|
+
}), _c('div', {
|
|
22363
|
+
ref: "display",
|
|
22364
|
+
staticStyle: {
|
|
22365
|
+
"height": "100%",
|
|
22366
|
+
"width": "100%"
|
|
22367
|
+
},
|
|
22368
|
+
attrs: {
|
|
22369
|
+
"id": "organsDisplayArea",
|
|
22370
|
+
"tabindex": "-1"
|
|
22371
|
+
},
|
|
22372
|
+
on: {
|
|
22373
|
+
"keydown": function keydown($event) {
|
|
22374
|
+
if (!$event.type.indexOf('key') && $event.keyCode !== 66) return null;
|
|
22375
|
+
return _vm.backgroundChangeCallback.apply(null, arguments);
|
|
22376
|
+
}
|
|
22377
|
+
}
|
|
22378
|
+
}), _c('div', {
|
|
22379
|
+
directives: [{
|
|
22380
|
+
name: "show",
|
|
22381
|
+
rawName: "v-show",
|
|
22382
|
+
value: _vm.displayUI && !_vm.isTransitioning,
|
|
22383
|
+
expression: "displayUI && !isTransitioning"
|
|
22384
|
+
}]
|
|
22385
|
+
}, [_vm.displayWarning ? _c('el-popover', {
|
|
22386
|
+
ref: "warningPopover",
|
|
22387
|
+
attrs: {
|
|
22388
|
+
"content": _vm.warningMessage,
|
|
22389
|
+
"placement": "right",
|
|
22390
|
+
"append-to-body": false,
|
|
22391
|
+
"trigger": "manual",
|
|
22392
|
+
"popper-class": "scaffold-popper message-popper right-popper non-selectable"
|
|
22393
|
+
},
|
|
22394
|
+
model: {
|
|
22395
|
+
value: _vm.hoverVisibilities[6].value,
|
|
22396
|
+
callback: function callback($$v) {
|
|
22397
|
+
_vm.$set(_vm.hoverVisibilities[6], "value", $$v);
|
|
22398
|
+
},
|
|
22399
|
+
expression: "hoverVisibilities[6].value"
|
|
22400
|
+
}
|
|
22401
|
+
}) : _vm._e(), _vm.displayWarning ? _c('i', {
|
|
22402
|
+
directives: [{
|
|
22403
|
+
name: "popover",
|
|
22404
|
+
rawName: "v-popover:warningPopover",
|
|
22405
|
+
arg: "warningPopover"
|
|
22406
|
+
}],
|
|
22407
|
+
staticClass: "el-icon-warning message-icon warning-icon",
|
|
22408
|
+
on: {
|
|
22409
|
+
"mouseover": function mouseover($event) {
|
|
22410
|
+
return _vm.showHelpText(6);
|
|
22411
|
+
},
|
|
22412
|
+
"mouseout": function mouseout($event) {
|
|
22413
|
+
return _vm.hideHelpText(6);
|
|
22414
|
+
}
|
|
22415
|
+
}
|
|
22416
|
+
}, [_c('span', {
|
|
22417
|
+
staticClass: "message-text"
|
|
22418
|
+
}, [_vm._v("Beta")])]) : _vm._e(), _vm.displayLatestChanges ? _c('el-popover', {
|
|
22419
|
+
ref: "latestChangesPopover",
|
|
22420
|
+
attrs: {
|
|
22421
|
+
"content": _vm.latestChangesMessage,
|
|
22422
|
+
"placement": "right",
|
|
22423
|
+
"append-to-body": false,
|
|
22424
|
+
"trigger": "manual",
|
|
22425
|
+
"popper-class": "scaffold-popper message-popper right-popper non-selectable"
|
|
22426
|
+
},
|
|
22427
|
+
model: {
|
|
22428
|
+
value: _vm.hoverVisibilities[7].value,
|
|
22429
|
+
callback: function callback($$v) {
|
|
22430
|
+
_vm.$set(_vm.hoverVisibilities[7], "value", $$v);
|
|
22431
|
+
},
|
|
22432
|
+
expression: "hoverVisibilities[7].value"
|
|
22433
|
+
}
|
|
22434
|
+
}) : _vm._e(), _vm.displayLatestChanges && _vm.latestChangesMessage ? _c('i', {
|
|
22435
|
+
directives: [{
|
|
22436
|
+
name: "popover",
|
|
22437
|
+
rawName: "v-popover:latestChangesPopover",
|
|
22438
|
+
arg: "latestChangesPopover"
|
|
22439
|
+
}],
|
|
22440
|
+
staticClass: "el-icon-warning message-icon latest-changesicon",
|
|
22441
|
+
on: {
|
|
22442
|
+
"mouseover": function mouseover($event) {
|
|
22443
|
+
return _vm.showHelpText(7);
|
|
22444
|
+
},
|
|
22445
|
+
"mouseout": function mouseout($event) {
|
|
22446
|
+
return _vm.hideHelpText(7);
|
|
22447
|
+
}
|
|
22448
|
+
}
|
|
22449
|
+
}, [_c('span', {
|
|
22450
|
+
staticClass: "message-text"
|
|
22451
|
+
}, [_vm._v("What's new?")])]) : _vm._e(), _c('el-popover', {
|
|
22452
|
+
ref: "checkBoxPopover",
|
|
22453
|
+
attrs: {
|
|
22454
|
+
"content": "Change region visibility",
|
|
22455
|
+
"placement": "right",
|
|
22456
|
+
"append-to-body": false,
|
|
22457
|
+
"trigger": "manual",
|
|
22458
|
+
"popper-class": "scaffold-popper right-popper non-selectable"
|
|
22459
|
+
},
|
|
22460
|
+
model: {
|
|
22461
|
+
value: _vm.hoverVisibilities[5].value,
|
|
22462
|
+
callback: function callback($$v) {
|
|
22463
|
+
_vm.$set(_vm.hoverVisibilities[5], "value", $$v);
|
|
22464
|
+
},
|
|
22465
|
+
expression: "hoverVisibilities[5].value"
|
|
22466
|
+
}
|
|
22467
|
+
}), _c('tree-controls', {
|
|
22468
|
+
directives: [{
|
|
22469
|
+
name: "popover",
|
|
22470
|
+
rawName: "v-popover:checkBoxPopover",
|
|
22471
|
+
arg: "checkBoxPopover"
|
|
22472
|
+
}],
|
|
22473
|
+
ref: "treeControls",
|
|
22474
|
+
attrs: {
|
|
22475
|
+
"help-mode": _vm.helpMode,
|
|
22476
|
+
"show-colour-picker": _vm.showColourPicker
|
|
22477
|
+
},
|
|
22478
|
+
on: {
|
|
22479
|
+
"object-selected": _vm.objectSelected,
|
|
22480
|
+
"object-hovered": _vm.objectHovered,
|
|
22481
|
+
"drawer-toggled": _vm.drawerToggled
|
|
22482
|
+
}
|
|
22483
|
+
}), _c('div', {
|
|
22484
|
+
staticClass: "opacity-box"
|
|
22485
|
+
}, [_c('opacity-controls', {
|
|
22486
|
+
ref: "opacityControl"
|
|
22487
|
+
})], 1), _vm.sceneData.timeVarying ? _c('el-popover', {
|
|
22488
|
+
ref: "sliderPopover",
|
|
22489
|
+
attrs: {
|
|
22490
|
+
"content": "Move the slider to animate the region",
|
|
22491
|
+
"placement": "top",
|
|
22492
|
+
"append-to-body": false,
|
|
22493
|
+
"trigger": "manual",
|
|
22494
|
+
"popper-class": "scaffold-popper top-popper non-selectable"
|
|
22495
|
+
},
|
|
22496
|
+
model: {
|
|
22497
|
+
value: _vm.hoverVisibilities[4].value,
|
|
22498
|
+
callback: function callback($$v) {
|
|
22499
|
+
_vm.$set(_vm.hoverVisibilities[4], "value", $$v);
|
|
22500
|
+
},
|
|
22501
|
+
expression: "hoverVisibilities[4].value"
|
|
22502
|
+
}
|
|
22503
|
+
}) : _vm._e(), _vm.sceneData.timeVarying ? _c('div', {
|
|
22504
|
+
directives: [{
|
|
22505
|
+
name: "popover",
|
|
22506
|
+
rawName: "v-popover:sliderPopover",
|
|
22507
|
+
arg: "sliderPopover"
|
|
22508
|
+
}],
|
|
22509
|
+
staticClass: "time-slider-container",
|
|
22510
|
+
class: [_vm.minimisedSlider ? 'minimised' : '', _vm.sliderPosition]
|
|
22511
|
+
}, [_c('el-tabs', {
|
|
22512
|
+
attrs: {
|
|
22513
|
+
"type": "card"
|
|
22514
|
+
}
|
|
22515
|
+
}, [_c('el-tab-pane', {
|
|
22516
|
+
attrs: {
|
|
22517
|
+
"label": "Animate scaffold"
|
|
22518
|
+
}
|
|
22519
|
+
}, [_c('el-row', {
|
|
22520
|
+
staticClass: "tab-content"
|
|
22521
|
+
}, [_vm.isPlaying ? _c('map-svg-icon', {
|
|
22522
|
+
staticClass: "icon-button video-button",
|
|
22523
|
+
attrs: {
|
|
22524
|
+
"icon": "pause"
|
|
22525
|
+
},
|
|
22526
|
+
nativeOn: {
|
|
22527
|
+
"click": function click($event) {
|
|
22528
|
+
return _vm.play(false);
|
|
22529
|
+
}
|
|
22530
|
+
}
|
|
22531
|
+
}) : _c('map-svg-icon', {
|
|
22532
|
+
staticClass: "video-button icon-button",
|
|
22533
|
+
attrs: {
|
|
22534
|
+
"icon": "play"
|
|
22535
|
+
},
|
|
22536
|
+
nativeOn: {
|
|
22537
|
+
"click": function click($event) {
|
|
22538
|
+
return _vm.play(true);
|
|
22539
|
+
}
|
|
22540
|
+
}
|
|
22541
|
+
}), _c('el-slider', {
|
|
22542
|
+
staticClass: "slider",
|
|
22543
|
+
attrs: {
|
|
22544
|
+
"min": 0,
|
|
22545
|
+
"max": _vm.timeMax,
|
|
22546
|
+
"value": _vm.sceneData.currentTime / 100 * _vm.timeMax,
|
|
22547
|
+
"step": 0.1,
|
|
22548
|
+
"tooltip-class": "time-slider-tooltip",
|
|
22549
|
+
"format-tooltip": _vm.formatTooltip,
|
|
22550
|
+
"marks": _vm.timeStamps
|
|
22551
|
+
},
|
|
22552
|
+
on: {
|
|
22553
|
+
"input": function input($event) {
|
|
22554
|
+
return _vm.timeChange($event);
|
|
22555
|
+
}
|
|
22556
|
+
}
|
|
22557
|
+
})], 1)], 1), _c('el-tab-pane', {
|
|
22558
|
+
attrs: {
|
|
22559
|
+
"label": "Animation data"
|
|
22560
|
+
}
|
|
22561
|
+
}, [_c('el-row', {
|
|
22562
|
+
staticClass: "tab-content"
|
|
22563
|
+
}, [_c('div', {
|
|
22564
|
+
staticClass: "animation-data"
|
|
22565
|
+
}, [_vm._v(" Original duration: "), _c('div', {
|
|
22566
|
+
staticClass: "purple"
|
|
22567
|
+
}, [_vm._v(" " + _vm._s(_vm.orginalDuration) + " ")])]), _c('div', {
|
|
22568
|
+
staticClass: "animation-data"
|
|
22569
|
+
}, [_vm._v(" Animation duration: "), _c('div', {
|
|
22570
|
+
staticClass: "purple"
|
|
22571
|
+
}, [_vm._v(" " + _vm._s(_vm.animateDuration) + " ")])]), _c('div', {
|
|
22572
|
+
staticClass: "animation-data"
|
|
22573
|
+
}, [_vm._v(" Playback speed "), _c('el-select', {
|
|
22574
|
+
staticClass: "select-box",
|
|
22575
|
+
attrs: {
|
|
22576
|
+
"popper-append-to-body": true,
|
|
22577
|
+
"value": _vm.currentSpeed,
|
|
22578
|
+
"placeholder": "Select",
|
|
22579
|
+
"popper-class": "scaffold_viewer_dropdown"
|
|
22580
|
+
},
|
|
22581
|
+
on: {
|
|
22582
|
+
"change": function change($event) {
|
|
22583
|
+
return _vm.speedChanged($event);
|
|
22584
|
+
}
|
|
22585
|
+
}
|
|
22586
|
+
}, _vm._l(_vm.playSpeed, function (item) {
|
|
22587
|
+
return _c('el-option', {
|
|
22588
|
+
key: item.value,
|
|
22589
|
+
attrs: {
|
|
22590
|
+
"label": item.label,
|
|
22591
|
+
"value": item.value
|
|
22592
|
+
}
|
|
22593
|
+
});
|
|
22594
|
+
}), 1)], 1)])], 1)], 1)], 1) : _vm._e(), _c('div', {
|
|
22595
|
+
staticClass: "bottom-right-control"
|
|
22596
|
+
}, [_c('el-popover', {
|
|
22597
|
+
attrs: {
|
|
22598
|
+
"content": "Zoom in",
|
|
22599
|
+
"placement": "left",
|
|
22600
|
+
"append-to-body": false,
|
|
22601
|
+
"trigger": "manual",
|
|
22602
|
+
"popper-class": "scaffold-popper left-popper non-selectable"
|
|
22603
|
+
},
|
|
22604
|
+
model: {
|
|
22605
|
+
value: _vm.hoverVisibilities[0].value,
|
|
22606
|
+
callback: function callback($$v) {
|
|
22607
|
+
_vm.$set(_vm.hoverVisibilities[0], "value", $$v);
|
|
22608
|
+
},
|
|
22609
|
+
expression: "hoverVisibilities[0].value"
|
|
22610
|
+
}
|
|
22611
|
+
}, [_c('map-svg-icon', {
|
|
22612
|
+
staticClass: "icon-button zoomIn",
|
|
22613
|
+
attrs: {
|
|
22614
|
+
"slot": "reference",
|
|
22615
|
+
"icon": "zoomIn"
|
|
22616
|
+
},
|
|
22617
|
+
nativeOn: {
|
|
22618
|
+
"click": function click($event) {
|
|
22619
|
+
return _vm.zoomIn();
|
|
22620
|
+
},
|
|
22621
|
+
"mouseover": function mouseover($event) {
|
|
22622
|
+
return _vm.showHelpText(0);
|
|
22623
|
+
},
|
|
22624
|
+
"mouseout": function mouseout($event) {
|
|
22625
|
+
return _vm.hideHelpText(0);
|
|
22626
|
+
}
|
|
22627
|
+
},
|
|
22628
|
+
slot: "reference"
|
|
22629
|
+
})], 1), _c('el-popover', {
|
|
22630
|
+
attrs: {
|
|
22631
|
+
"content": "Zoom out",
|
|
22632
|
+
"placement": "top-end",
|
|
22633
|
+
"append-to-body": false,
|
|
22634
|
+
"trigger": "manual",
|
|
22635
|
+
"popper-class": "scaffold-popper popper-zoomout non-selectable"
|
|
22636
|
+
},
|
|
22637
|
+
model: {
|
|
22638
|
+
value: _vm.hoverVisibilities[1].value,
|
|
22639
|
+
callback: function callback($$v) {
|
|
22640
|
+
_vm.$set(_vm.hoverVisibilities[1], "value", $$v);
|
|
22641
|
+
},
|
|
22642
|
+
expression: "hoverVisibilities[1].value"
|
|
22643
|
+
}
|
|
22644
|
+
}, [_c('map-svg-icon', {
|
|
22645
|
+
staticClass: "icon-button zoomOut",
|
|
22646
|
+
attrs: {
|
|
22647
|
+
"slot": "reference",
|
|
22648
|
+
"icon": "zoomOut"
|
|
22649
|
+
},
|
|
22650
|
+
nativeOn: {
|
|
22651
|
+
"click": function click($event) {
|
|
22652
|
+
return _vm.zoomOut();
|
|
22653
|
+
},
|
|
22654
|
+
"mouseover": function mouseover($event) {
|
|
22655
|
+
return _vm.showHelpText(1);
|
|
22656
|
+
},
|
|
22657
|
+
"mouseout": function mouseout($event) {
|
|
22658
|
+
return _vm.hideHelpText(1);
|
|
22659
|
+
}
|
|
22660
|
+
},
|
|
22661
|
+
slot: "reference"
|
|
22662
|
+
})], 1), _c('el-popover', {
|
|
22663
|
+
attrs: {
|
|
22664
|
+
"placement": "top",
|
|
22665
|
+
"append-to-body": false,
|
|
22666
|
+
"trigger": "manual",
|
|
22667
|
+
"popper-class": "scaffold-popper non-selectable"
|
|
22668
|
+
},
|
|
22669
|
+
model: {
|
|
22670
|
+
value: _vm.hoverVisibilities[2].value,
|
|
22671
|
+
callback: function callback($$v) {
|
|
22672
|
+
_vm.$set(_vm.hoverVisibilities[2], "value", $$v);
|
|
22673
|
+
},
|
|
22674
|
+
expression: "hoverVisibilities[2].value"
|
|
22675
|
+
}
|
|
22676
|
+
}, [_c('div', [_vm._v(" Fit to "), _c('br'), _vm._v(" window ")]), _c('map-svg-icon', {
|
|
22677
|
+
staticClass: "icon-button fitWindow",
|
|
22678
|
+
attrs: {
|
|
22679
|
+
"slot": "reference",
|
|
22680
|
+
"icon": "fitWindow"
|
|
22681
|
+
},
|
|
22682
|
+
nativeOn: {
|
|
22683
|
+
"click": function click($event) {
|
|
22684
|
+
return _vm.fitWindow();
|
|
22685
|
+
},
|
|
22686
|
+
"mouseover": function mouseover($event) {
|
|
22687
|
+
return _vm.showHelpText(2);
|
|
22688
|
+
},
|
|
22689
|
+
"mouseout": function mouseout($event) {
|
|
22690
|
+
return _vm.hideHelpText(2);
|
|
22691
|
+
}
|
|
22692
|
+
},
|
|
22693
|
+
slot: "reference"
|
|
22694
|
+
})], 1)], 1), _c('el-popover', {
|
|
22695
|
+
ref: "backgroundPopover",
|
|
22696
|
+
attrs: {
|
|
22697
|
+
"placement": "top-start",
|
|
22698
|
+
"width": "128",
|
|
22699
|
+
"append-to-body": false,
|
|
22700
|
+
"trigger": "click",
|
|
22701
|
+
"popper-class": "background-popper non-selectable"
|
|
22702
|
+
}
|
|
22703
|
+
}, [_c('el-row', {
|
|
22704
|
+
staticClass: "backgroundText"
|
|
22705
|
+
}, [_vm._v(" Change background ")]), _c('el-row', {
|
|
22706
|
+
staticClass: "backgroundChooser"
|
|
22707
|
+
}, _vm._l(_vm.availableBackground, function (item) {
|
|
22708
|
+
return _c('div', {
|
|
22709
|
+
key: item,
|
|
22710
|
+
class: ['backgroundChoice', item, item == _vm.currentBackground ? 'active' : ''],
|
|
22711
|
+
on: {
|
|
22712
|
+
"click": function click($event) {
|
|
22713
|
+
return _vm.backgroundChangeCallback(item);
|
|
22714
|
+
}
|
|
22715
|
+
}
|
|
22716
|
+
});
|
|
22717
|
+
}), 0)], 1), _c('el-popover', {
|
|
22718
|
+
attrs: {
|
|
22719
|
+
"content": "Change background color",
|
|
22720
|
+
"placement": "right",
|
|
22721
|
+
"append-to-body": false,
|
|
22722
|
+
"trigger": "manual",
|
|
22723
|
+
"popper-class": "scaffold-popper right-popper non-selectable"
|
|
22724
|
+
},
|
|
22725
|
+
model: {
|
|
22726
|
+
value: _vm.hoverVisibilities[3].value,
|
|
22727
|
+
callback: function callback($$v) {
|
|
22728
|
+
_vm.$set(_vm.hoverVisibilities[3], "value", $$v);
|
|
22729
|
+
},
|
|
22730
|
+
expression: "hoverVisibilities[3].value"
|
|
22731
|
+
}
|
|
22732
|
+
}, [_c('map-svg-icon', {
|
|
22733
|
+
directives: [{
|
|
22734
|
+
name: "popover",
|
|
22735
|
+
rawName: "v-popover:backgroundPopover",
|
|
22736
|
+
arg: "backgroundPopover"
|
|
22737
|
+
}],
|
|
22738
|
+
staticClass: "icon-button background-colour",
|
|
22739
|
+
class: {
|
|
22740
|
+
open: _vm.drawerOpen,
|
|
22741
|
+
close: !_vm.drawerOpen
|
|
22742
|
+
},
|
|
22743
|
+
attrs: {
|
|
22744
|
+
"slot": "reference",
|
|
22745
|
+
"icon": "changeBckgd"
|
|
22746
|
+
},
|
|
22747
|
+
nativeOn: {
|
|
22748
|
+
"mouseover": function mouseover($event) {
|
|
22749
|
+
return _vm.showHelpText(3);
|
|
22750
|
+
},
|
|
22751
|
+
"mouseout": function mouseout($event) {
|
|
22752
|
+
return _vm.hideHelpText(3);
|
|
22753
|
+
}
|
|
22754
|
+
},
|
|
22755
|
+
slot: "reference"
|
|
22756
|
+
})], 1)], 1)], 1);
|
|
22757
|
+
};
|
|
22758
|
+
var staticRenderFns = [];
|
|
22340
22759
|
|
|
22341
22760
|
// CONCATENATED MODULE: ./src/components/ScaffoldVuer.vue?vue&type=template&id=29960a58&scoped=true&
|
|
22342
22761
|
|
|
@@ -22446,10 +22865,76 @@ var es_object_keys_js_ = __webpack_require__("ea64");
|
|
|
22446
22865
|
var external_vue_ = __webpack_require__("8bbf");
|
|
22447
22866
|
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
22448
22867
|
|
|
22449
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22450
|
-
var OpacityControlsvue_type_template_id_4c00a30f_scoped_true_render = function () {
|
|
22451
|
-
var
|
|
22452
|
-
|
|
22868
|
+
// 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&
|
|
22869
|
+
var OpacityControlsvue_type_template_id_4c00a30f_scoped_true_render = function render() {
|
|
22870
|
+
var _vm = this,
|
|
22871
|
+
_c = _vm._self._c;
|
|
22872
|
+
return _vm.material != undefined ? _c('div', {
|
|
22873
|
+
ref: "control",
|
|
22874
|
+
staticClass: "opacity-control"
|
|
22875
|
+
}, [_c('el-drawer', {
|
|
22876
|
+
staticClass: "drawer-content",
|
|
22877
|
+
attrs: {
|
|
22878
|
+
"custom-class": "my-drawer",
|
|
22879
|
+
"visible": _vm.drawerOpen,
|
|
22880
|
+
"append-to-body": false,
|
|
22881
|
+
"modal-append-to-body": false,
|
|
22882
|
+
"size": "300",
|
|
22883
|
+
"with-header": false,
|
|
22884
|
+
"wrapper-closable": false,
|
|
22885
|
+
"modal": false
|
|
22886
|
+
},
|
|
22887
|
+
on: {
|
|
22888
|
+
"update:visible": function updateVisible($event) {
|
|
22889
|
+
_vm.drawerOpen = $event;
|
|
22890
|
+
}
|
|
22891
|
+
}
|
|
22892
|
+
}, [_vm.drawerOpen ? _c('div', {
|
|
22893
|
+
staticClass: "tab-button close",
|
|
22894
|
+
on: {
|
|
22895
|
+
"click": _vm.toggleDrawer
|
|
22896
|
+
}
|
|
22897
|
+
}, [_c('i', {
|
|
22898
|
+
staticClass: "el-icon-arrow-right"
|
|
22899
|
+
})]) : _vm._e(), _c('el-container', {
|
|
22900
|
+
staticClass: "opacity-container"
|
|
22901
|
+
}, [_c('el-header', {
|
|
22902
|
+
staticClass: "header",
|
|
22903
|
+
attrs: {
|
|
22904
|
+
"height": "37px"
|
|
22905
|
+
}
|
|
22906
|
+
}, [_c('div', [_vm._v("Opacity")])]), _c('el-main', {
|
|
22907
|
+
staticClass: "main"
|
|
22908
|
+
}, [_c('div', {
|
|
22909
|
+
staticClass: "block"
|
|
22910
|
+
}, [_c('span', {
|
|
22911
|
+
staticClass: "display"
|
|
22912
|
+
}, [_vm._v(_vm._s(_vm.displayString))]), _c('el-slider', {
|
|
22913
|
+
staticClass: "my-slider",
|
|
22914
|
+
attrs: {
|
|
22915
|
+
"step": 0.01,
|
|
22916
|
+
"min": 0,
|
|
22917
|
+
"max": 1,
|
|
22918
|
+
"format-tooltip": _vm.formatTooltip,
|
|
22919
|
+
"show-tooltip": false
|
|
22920
|
+
},
|
|
22921
|
+
model: {
|
|
22922
|
+
value: _vm.material.opacity,
|
|
22923
|
+
callback: function callback($$v) {
|
|
22924
|
+
_vm.$set(_vm.material, "opacity", $$v);
|
|
22925
|
+
},
|
|
22926
|
+
expression: "material.opacity"
|
|
22927
|
+
}
|
|
22928
|
+
})], 1)])], 1)], 1), !_vm.drawerOpen ? _c('div', {
|
|
22929
|
+
staticClass: "tab-button open",
|
|
22930
|
+
on: {
|
|
22931
|
+
"click": _vm.toggleDrawer
|
|
22932
|
+
}
|
|
22933
|
+
}, [_c('i', {
|
|
22934
|
+
staticClass: "el-icon-arrow-left"
|
|
22935
|
+
})]) : _vm._e()], 1) : _vm._e();
|
|
22936
|
+
};
|
|
22937
|
+
var OpacityControlsvue_type_template_id_4c00a30f_scoped_true_staticRenderFns = [];
|
|
22453
22938
|
|
|
22454
22939
|
// CONCATENATED MODULE: ./src/components/OpacityControls.vue?vue&type=template&id=4c00a30f&scoped=true&
|
|
22455
22940
|
|
|
@@ -22515,64 +23000,6 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale);
|
|
|
22515
23000
|
|
|
22516
23001
|
|
|
22517
23002
|
|
|
22518
|
-
//
|
|
22519
|
-
//
|
|
22520
|
-
//
|
|
22521
|
-
//
|
|
22522
|
-
//
|
|
22523
|
-
//
|
|
22524
|
-
//
|
|
22525
|
-
//
|
|
22526
|
-
//
|
|
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
23003
|
/* eslint-disable no-alert, no-console */
|
|
22577
23004
|
|
|
22578
23005
|
|
|
@@ -22745,10 +23172,41 @@ var component = normalizeComponent(
|
|
|
22745
23172
|
)
|
|
22746
23173
|
|
|
22747
23174
|
/* harmony default export */ var OpacityControls = (component.exports);
|
|
22748
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22749
|
-
var ScaffoldTooltipvue_type_template_id_74c2ea8a_scoped_true_render = function () {
|
|
22750
|
-
var
|
|
22751
|
-
|
|
23175
|
+
// 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&
|
|
23176
|
+
var ScaffoldTooltipvue_type_template_id_74c2ea8a_scoped_true_render = function render() {
|
|
23177
|
+
var _vm = this,
|
|
23178
|
+
_c = _vm._self._c;
|
|
23179
|
+
return _c('div', {
|
|
23180
|
+
staticClass: "region-tooltip",
|
|
23181
|
+
style: _vm.position
|
|
23182
|
+
}, [_c('el-popover', {
|
|
23183
|
+
ref: "tooltip",
|
|
23184
|
+
attrs: {
|
|
23185
|
+
"placement": "top",
|
|
23186
|
+
"append-to-body": false,
|
|
23187
|
+
"trigger": "manual",
|
|
23188
|
+
"popper-class": "tooltip-popper non-selectable"
|
|
23189
|
+
},
|
|
23190
|
+
model: {
|
|
23191
|
+
value: _vm.display,
|
|
23192
|
+
callback: function callback($$v) {
|
|
23193
|
+
_vm.display = $$v;
|
|
23194
|
+
},
|
|
23195
|
+
expression: "display"
|
|
23196
|
+
}
|
|
23197
|
+
}, [_c('div', {
|
|
23198
|
+
staticClass: "tooltip-text"
|
|
23199
|
+
}, [_vm._v(_vm._s(_vm.label))]), _vm.region ? _c('div', {
|
|
23200
|
+
staticClass: "tooltip-text"
|
|
23201
|
+
}, [_vm._v("Region: " + _vm._s(_vm.region))]) : _vm._e(), _c('i', {
|
|
23202
|
+
directives: [{
|
|
23203
|
+
name: "popover",
|
|
23204
|
+
rawName: "v-popover:tooltip",
|
|
23205
|
+
arg: "tooltip"
|
|
23206
|
+
}]
|
|
23207
|
+
})])], 1);
|
|
23208
|
+
};
|
|
23209
|
+
var ScaffoldTooltipvue_type_template_id_74c2ea8a_scoped_true_staticRenderFns = [];
|
|
22752
23210
|
|
|
22753
23211
|
// CONCATENATED MODULE: ./src/components/ScaffoldTooltip.vue?vue&type=template&id=74c2ea8a&scoped=true&
|
|
22754
23212
|
|
|
@@ -22760,24 +23218,6 @@ var es_number_constructor_js_ = __webpack_require__("f989");
|
|
|
22760
23218
|
|
|
22761
23219
|
|
|
22762
23220
|
|
|
22763
|
-
//
|
|
22764
|
-
//
|
|
22765
|
-
//
|
|
22766
|
-
//
|
|
22767
|
-
//
|
|
22768
|
-
//
|
|
22769
|
-
//
|
|
22770
|
-
//
|
|
22771
|
-
//
|
|
22772
|
-
//
|
|
22773
|
-
//
|
|
22774
|
-
//
|
|
22775
|
-
//
|
|
22776
|
-
//
|
|
22777
|
-
//
|
|
22778
|
-
//
|
|
22779
|
-
//
|
|
22780
|
-
|
|
22781
23221
|
/* eslint-disable no-alert, no-console */
|
|
22782
23222
|
|
|
22783
23223
|
|
|
@@ -22870,16 +23310,89 @@ var ScaffoldTooltip_component = normalizeComponent(
|
|
|
22870
23310
|
)
|
|
22871
23311
|
|
|
22872
23312
|
/* harmony default export */ var ScaffoldTooltip = (ScaffoldTooltip_component.exports);
|
|
22873
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22874
|
-
var TreeControlsvue_type_template_id_30f5c8fc_scoped_true_render = function () {
|
|
22875
|
-
var
|
|
22876
|
-
|
|
22877
|
-
return _c('
|
|
23313
|
+
// 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&
|
|
23314
|
+
var TreeControlsvue_type_template_id_30f5c8fc_scoped_true_render = function render() {
|
|
23315
|
+
var _vm = this,
|
|
23316
|
+
_c = _vm._self._c;
|
|
23317
|
+
return _c('div', {
|
|
23318
|
+
staticClass: "tree-controls",
|
|
23319
|
+
class: {
|
|
23320
|
+
open: _vm.drawerOpen,
|
|
23321
|
+
close: !_vm.drawerOpen
|
|
23322
|
+
}
|
|
23323
|
+
}, [_c('div', {
|
|
23324
|
+
staticClass: "traditional-container"
|
|
23325
|
+
}, [_c('el-row', [_c('el-col', {
|
|
23326
|
+
attrs: {
|
|
23327
|
+
"span": 12
|
|
23328
|
+
}
|
|
23329
|
+
}, [_c('div', {
|
|
23330
|
+
staticClass: "regions-display-text"
|
|
23331
|
+
}, [_vm._v(" Regions ")])])], 1), _c('div', {
|
|
23332
|
+
staticClass: "tree-container"
|
|
23333
|
+
}, [_c('el-tree', {
|
|
23334
|
+
ref: "regionTree",
|
|
23335
|
+
attrs: {
|
|
23336
|
+
"node-key": "id",
|
|
23337
|
+
"show-checkbox": "",
|
|
23338
|
+
"check-strictly": false,
|
|
23339
|
+
"data": _vm.treeData[0].children,
|
|
23340
|
+
"expand-on-click-node": false,
|
|
23341
|
+
"render-after-expand": false
|
|
23342
|
+
},
|
|
23343
|
+
on: {
|
|
23344
|
+
"check": _vm.checkChanged
|
|
23345
|
+
},
|
|
23346
|
+
scopedSlots: _vm._u([{
|
|
23347
|
+
key: "default",
|
|
23348
|
+
fn: function fn(_ref) {
|
|
23349
|
+
var node = _ref.node,
|
|
23350
|
+
data = _ref.data;
|
|
23351
|
+
return _c('span', {
|
|
23352
|
+
staticClass: "region-tree-node",
|
|
23353
|
+
class: {
|
|
22878
23354
|
activeItem: _vm.nodeIsActive(data),
|
|
22879
|
-
hoverItem: _vm.nodeIsHover(data)
|
|
22880
|
-
},
|
|
22881
|
-
|
|
22882
|
-
|
|
23355
|
+
hoverItem: _vm.nodeIsHover(data)
|
|
23356
|
+
},
|
|
23357
|
+
on: {
|
|
23358
|
+
"click": function click($event) {
|
|
23359
|
+
return _vm.changeActiveByNode(data, true);
|
|
23360
|
+
},
|
|
23361
|
+
"mouseover": function mouseover($event) {
|
|
23362
|
+
return _vm.changeHoverByNode(data, true);
|
|
23363
|
+
}
|
|
23364
|
+
}
|
|
23365
|
+
}, [data.isPrimitives ? _c('el-color-picker', {
|
|
23366
|
+
class: {
|
|
23367
|
+
'show-picker': _vm.showColourPicker
|
|
23368
|
+
},
|
|
23369
|
+
attrs: {
|
|
23370
|
+
"value": _vm.getColour(data),
|
|
23371
|
+
"size": "small",
|
|
23372
|
+
"popper-class": _vm.myPopperClass
|
|
23373
|
+
},
|
|
23374
|
+
on: {
|
|
23375
|
+
"change": function change($event) {
|
|
23376
|
+
return _vm.setColour(data, $event);
|
|
23377
|
+
}
|
|
23378
|
+
}
|
|
23379
|
+
}) : _vm._e(), _c('span', [_vm._v(_vm._s(node.label))])], 1);
|
|
23380
|
+
}
|
|
23381
|
+
}])
|
|
23382
|
+
})], 1)], 1), _c('div', {
|
|
23383
|
+
staticClass: "drawer-button",
|
|
23384
|
+
class: {
|
|
23385
|
+
open: _vm.drawerOpen,
|
|
23386
|
+
close: !_vm.drawerOpen
|
|
23387
|
+
},
|
|
23388
|
+
on: {
|
|
23389
|
+
"click": _vm.toggleDrawer
|
|
23390
|
+
}
|
|
23391
|
+
}, [_c('i', {
|
|
23392
|
+
staticClass: "el-icon-arrow-left"
|
|
23393
|
+
})])]);
|
|
23394
|
+
};
|
|
23395
|
+
var TreeControlsvue_type_template_id_30f5c8fc_scoped_true_staticRenderFns = [];
|
|
22883
23396
|
|
|
22884
23397
|
// CONCATENATED MODULE: ./src/components/TreeControls.vue?vue&type=template&id=30f5c8fc&scoped=true&
|
|
22885
23398
|
|
|
@@ -23085,64 +23598,6 @@ var getAllObjects = function getAllObjects(scene) {
|
|
|
23085
23598
|
|
|
23086
23599
|
|
|
23087
23600
|
|
|
23088
|
-
|
|
23089
|
-
//
|
|
23090
|
-
//
|
|
23091
|
-
//
|
|
23092
|
-
//
|
|
23093
|
-
//
|
|
23094
|
-
//
|
|
23095
|
-
//
|
|
23096
|
-
//
|
|
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
23601
|
|
|
23147
23602
|
/* eslint-disable no-alert, no-console */
|
|
23148
23603
|
|
|
@@ -23845,270 +24300,6 @@ var search_SearchResults = /*#__PURE__*/function () {
|
|
|
23845
24300
|
|
|
23846
24301
|
|
|
23847
24302
|
|
|
23848
|
-
|
|
23849
|
-
//
|
|
23850
|
-
//
|
|
23851
|
-
//
|
|
23852
|
-
//
|
|
23853
|
-
//
|
|
23854
|
-
//
|
|
23855
|
-
//
|
|
23856
|
-
//
|
|
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
24303
|
|
|
24113
24304
|
/* eslint-disable no-alert, no-console */
|
|
24114
24305
|
|