@mixd-id/web-scaffold 0.1.230406222 → 0.1.230406224

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406222",
4
+ "version": "0.1.230406224",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -106,7 +106,7 @@ import axios from "axios";
106
106
 
107
107
  export default{
108
108
 
109
- emit: [ 'complete' ],
109
+ emits: [ 'complete' ],
110
110
 
111
111
  inject: [ 'socketEmit', 'socket', 'toast' ],
112
112
 
@@ -124,6 +124,8 @@ export default{
124
124
 
125
125
  urlImport: { type: String },
126
126
 
127
+ useHttp: [ Boolean, String, Number ],
128
+
127
129
  completeDescription: { type: String, default: "" },
128
130
 
129
131
  warningFile: { type: String, default: "warning.txt" },
@@ -144,6 +144,8 @@ export default{
144
144
  },
145
145
 
146
146
  handleScroll: throttle(function(){
147
+ if(!this.$refs.scroller) return
148
+
147
149
  this.scrollTop = this.$el.scrollTop
148
150
 
149
151
  if(this.scrollTop > this.$refs.scroller.offsetHeight - this.$el.clientHeight - this.itemHeight){
@@ -18,7 +18,7 @@ const plugin = Plugin(function({ addBase, config, theme }) {
18
18
 
19
19
  '--base-50': '255, 255, 255',
20
20
  '--base-200': '222, 224, 227',
21
- '--base-300': '239, 245, 255',
21
+ '--base-300': '237, 243, 255',
22
22
  '--base-400': '255, 255, 255',
23
23
  '--base-500': '255, 255, 255',
24
24
  '--base': '236, 236, 236',