@abi-software/scaffoldvuer 0.4.0-vue3.1 → 0.4.0-vue3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/scaffoldvuer",
3
- "version": "0.4.0-vue3.1",
3
+ "version": "0.4.0-vue3.3",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
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;
@@ -126,7 +126,6 @@ export default {
126
126
 
127
127
  <!-- Add "scoped" attribute to limit CSS to this component only -->
128
128
  <style scoped lang="scss">
129
- @use "element-plus/theme-chalk/src/popover";
130
129
 
131
130
  .region-tooltip {
132
131
  position: absolute;
@@ -346,7 +346,7 @@
346
346
 
347
347
  <script>
348
348
  /* eslint-disable no-alert, no-console */
349
- import { reactive, toRef, shallowRef } from 'vue'
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,17 @@ export default {
2081
2065
  </style>
2082
2066
 
2083
2067
  <style lang="scss">
2068
+
2069
+ .scaffold-container {
2070
+ --el-color-primary: #8300BF;
2071
+ --el-color-primary-light-7: #dab3ec;
2072
+ --el-color-primary-light-8: #e6ccf2
2073
+ --el-color-primary-light-9: #f3e6f9;
2074
+ height: 100%;
2075
+ width: 100%;
2076
+ position: relative;
2077
+ }
2078
+
2084
2079
  .time-slider-tooltip {
2085
2080
  padding: 6px 4px !important;
2086
2081
  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 {