@abi-software/scaffoldvuer 0.4.0-vue3.1 → 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 +11 -12
- package/dist/scaffoldvuer.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +0 -8
- 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 +6 -17
- package/src/components/TextureSlidesControls.vue +0 -6
- package/src/components/TreeControls.vue +0 -7
package/package.json
CHANGED
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;
|
|
@@ -2081,6 +2065,11 @@ export default {
|
|
|
2081
2065
|
</style>
|
|
2082
2066
|
|
|
2083
2067
|
<style lang="scss">
|
|
2068
|
+
|
|
2069
|
+
.scaffold-container {
|
|
2070
|
+
--el-color-primary: #8300BF;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2084
2073
|
.time-slider-tooltip {
|
|
2085
2074
|
padding: 6px 4px !important;
|
|
2086
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 {
|