@abi-software/scaffoldvuer 0.4.0-vue3.0 → 0.4.0-vue3.2
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/scaffoldvuer.js +14100 -14097
- package/dist/scaffoldvuer.umd.cjs +251 -251
- package/dist/style.css +1 -1
- package/package.json +5 -8
- package/src/App.vue +0 -8
- package/src/app/ModelsInformation.js +2 -2
- package/src/components/OpacityControls.vue +0 -3
- package/src/components/PrimitiveControls.vue +0 -4
- package/src/components/ScaffoldTooltip.vue +0 -1
- package/src/components/ScaffoldVuer.vue +7 -17
- package/src/components/TextureSlidesControls.vue +0 -6
- package/src/components/TreeControls.vue +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/scaffoldvuer",
|
|
3
|
-
"version": "0.4.0-vue3.
|
|
3
|
+
"version": "0.4.0-vue3.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,24 +42,22 @@
|
|
|
42
42
|
"@abi-software/flatmapvuer": "^0.6.0-vue3.2",
|
|
43
43
|
"@abi-software/svg-sprite": "^0.4.0-vue3-beta.0",
|
|
44
44
|
"@element-plus/icons-vue": "^2.3.1",
|
|
45
|
-
"@vue/compat": "^3.
|
|
45
|
+
"@vue/compat": "^3.4.15",
|
|
46
46
|
"axios": "^0.21.2",
|
|
47
47
|
"core-js": "^3.22.5",
|
|
48
48
|
"current-script-polyfill": "^1.0.0",
|
|
49
49
|
"element-plus": "^2.4.4",
|
|
50
|
-
"google-spreadsheet": "^3.3.0",
|
|
51
50
|
"minisearch": "^6.0.1",
|
|
52
51
|
"query-string": "^6.11.1",
|
|
53
52
|
"simple-dropzone": "^0.8.3",
|
|
54
53
|
"unplugin-vue-components": "^0.26.0",
|
|
55
|
-
"vue": "^3.
|
|
54
|
+
"vue": "^3.4.15",
|
|
56
55
|
"vue-router": "^4.2.5",
|
|
57
56
|
"vue3-component-svg-sprite": "^0.0.1",
|
|
58
|
-
"zincjs": "^1.3.
|
|
57
|
+
"zincjs": "^1.3.2"
|
|
59
58
|
},
|
|
60
59
|
"devDependencies": {
|
|
61
60
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
62
|
-
"@vue/compiler-sfc": "^3.3.13",
|
|
63
61
|
"auto-changelog": "^2.4.0",
|
|
64
62
|
"babel-eslint": "^10.1.0",
|
|
65
63
|
"babel-plugin-component": "^1.1.1",
|
|
@@ -68,8 +66,7 @@
|
|
|
68
66
|
"eslint-plugin-vue": "^9.19.2",
|
|
69
67
|
"sass": "^1.69.5",
|
|
70
68
|
"vite": "^5.0.10",
|
|
71
|
-
"vue-
|
|
72
|
-
"vue-styleguidist": "^4.44.22",
|
|
69
|
+
"vue-styleguidist": "^4.72.4",
|
|
73
70
|
"webpack-node-externals": "^2.5.2"
|
|
74
71
|
},
|
|
75
72
|
"eslintConfig": {
|
package/src/App.vue
CHANGED
|
@@ -464,14 +464,6 @@ export default {
|
|
|
464
464
|
</script>
|
|
465
465
|
|
|
466
466
|
<style lang="scss">
|
|
467
|
-
@use "element-plus/theme-chalk/src/button";
|
|
468
|
-
@use "element-plus/theme-chalk/src/col";
|
|
469
|
-
@use "element-plus/theme-chalk/src/icon";
|
|
470
|
-
@use "element-plus/theme-chalk/src/input";
|
|
471
|
-
@use "element-plus/theme-chalk/src/input-number";
|
|
472
|
-
@use "element-plus/theme-chalk/src/switch";
|
|
473
|
-
@use "element-plus/theme-chalk/src/popover";
|
|
474
|
-
@use "element-plus/theme-chalk/src/row";
|
|
475
467
|
|
|
476
468
|
#app {
|
|
477
469
|
font-family: "Asap", sans-serif;
|
|
@@ -70,9 +70,6 @@ export default {
|
|
|
70
70
|
|
|
71
71
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
72
72
|
<style scoped lang="scss">
|
|
73
|
-
@use "element-plus/theme-chalk/src/container";
|
|
74
|
-
@use "element-plus/theme-chalk/src/slider";
|
|
75
|
-
|
|
76
73
|
.header {
|
|
77
74
|
color: #606266;
|
|
78
75
|
line-height: 1;
|
|
@@ -94,10 +94,6 @@ export default {
|
|
|
94
94
|
|
|
95
95
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
96
96
|
<style scoped lang="scss">
|
|
97
|
-
@use "element-plus/theme-chalk/src/container";
|
|
98
|
-
@use "element-plus/theme-chalk/src/drawer";
|
|
99
|
-
@use "element-plus/theme-chalk/src/slider";
|
|
100
|
-
|
|
101
97
|
.primitive-controls {
|
|
102
98
|
text-align: left;
|
|
103
99
|
width:350px;
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
|
|
347
347
|
<script>
|
|
348
348
|
/* eslint-disable no-alert, no-console */
|
|
349
|
-
import {
|
|
349
|
+
import { toRef, shallowRef } from 'vue'
|
|
350
350
|
import {
|
|
351
351
|
WarningFilled as ElIconWarningFilled,
|
|
352
352
|
ArrowDown as ElIconArrowDown,
|
|
@@ -1655,16 +1655,6 @@ export default {
|
|
|
1655
1655
|
|
|
1656
1656
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
1657
1657
|
<style scoped lang="scss">
|
|
1658
|
-
@use "element-plus/theme-chalk/src/button";
|
|
1659
|
-
@use "element-plus/theme-chalk/src/col";
|
|
1660
|
-
@use "element-plus/theme-chalk/src/loading";
|
|
1661
|
-
@use "element-plus/theme-chalk/src/option";
|
|
1662
|
-
@use "element-plus/theme-chalk/src/popover";
|
|
1663
|
-
@use "element-plus/theme-chalk/src/row";
|
|
1664
|
-
@use "element-plus/theme-chalk/src/select";
|
|
1665
|
-
@use "element-plus/theme-chalk/src/slider";
|
|
1666
|
-
@use "element-plus/theme-chalk/src/tabs";
|
|
1667
|
-
@use "element-plus/theme-chalk/src/tab-pane";
|
|
1668
1658
|
|
|
1669
1659
|
.message-icon {
|
|
1670
1660
|
position: absolute;
|
|
@@ -1713,12 +1703,6 @@ export default {
|
|
|
1713
1703
|
}
|
|
1714
1704
|
}
|
|
1715
1705
|
|
|
1716
|
-
.scaffold-container {
|
|
1717
|
-
height: 100%;
|
|
1718
|
-
width: 100%;
|
|
1719
|
-
position: relative;
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
1706
|
.time-slider-container {
|
|
1723
1707
|
text-align: left;
|
|
1724
1708
|
position: absolute;
|
|
@@ -1991,6 +1975,7 @@ export default {
|
|
|
1991
1975
|
border: 1px solid $app-primary-color;
|
|
1992
1976
|
white-space: nowrap;
|
|
1993
1977
|
min-width: unset;
|
|
1978
|
+
width: unset!important;;
|
|
1994
1979
|
pointer-events: none;
|
|
1995
1980
|
|
|
1996
1981
|
.el-popper__arrow {
|
|
@@ -2080,6 +2065,11 @@ export default {
|
|
|
2080
2065
|
</style>
|
|
2081
2066
|
|
|
2082
2067
|
<style lang="scss">
|
|
2068
|
+
|
|
2069
|
+
.scaffold-container {
|
|
2070
|
+
--el-color-primary: #8300BF;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2083
2073
|
.time-slider-tooltip {
|
|
2084
2074
|
padding: 6px 4px !important;
|
|
2085
2075
|
font-family: "Asap", sans-serif;
|
|
@@ -157,12 +157,6 @@ export default {
|
|
|
157
157
|
|
|
158
158
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
159
159
|
<style scoped lang="scss">
|
|
160
|
-
@use "element-plus/theme-chalk/src/col";
|
|
161
|
-
@use "element-plus/theme-chalk/src/container";
|
|
162
|
-
@use "element-plus/theme-chalk/src/input-number";
|
|
163
|
-
@use "element-plus/theme-chalk/src/slider";
|
|
164
|
-
@use "element-plus/theme-chalk/src/row";
|
|
165
|
-
|
|
166
160
|
.header {
|
|
167
161
|
color: #606266;
|
|
168
162
|
line-height: 1;
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
size="small"
|
|
42
42
|
:popper-class="myPopperClass"
|
|
43
43
|
@change="setColour(data, $event)"
|
|
44
|
-
:teleported="false"
|
|
45
44
|
/>
|
|
46
45
|
<span>{{ node.label }}</span>
|
|
47
46
|
<span v-if="data.isTextureSlides" class="node-options">
|
|
@@ -469,12 +468,6 @@ export default {
|
|
|
469
468
|
|
|
470
469
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
471
470
|
<style scoped lang="scss">
|
|
472
|
-
@use "element-plus/theme-chalk/src/checkbox";
|
|
473
|
-
@use "element-plus/theme-chalk/src/color-picker";
|
|
474
|
-
@use "element-plus/theme-chalk/src/loading";
|
|
475
|
-
@use "element-plus/theme-chalk/src/row";
|
|
476
|
-
@use "element-plus/theme-chalk/src/tree";
|
|
477
|
-
|
|
478
471
|
|
|
479
472
|
:deep(.el-loading-spinner) {
|
|
480
473
|
.path {
|