@live-change/image-frontend 0.8.12 → 0.8.13
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/front/src/Image.vue +2 -2
- package/package.json +12 -12
package/front/src/Image.vue
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
const stableDomSize = refDebounced(domSize, 500)
|
|
84
84
|
const element = ref()
|
|
85
85
|
|
|
86
|
-
console.log("DR", props.domResize)
|
|
86
|
+
//console.log("DR", props.domResize)
|
|
87
87
|
if(props.domResize) {
|
|
88
88
|
useResizeObserver(element, (entries) => {
|
|
89
89
|
const entry = entries[0]
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
function updateUrl() {
|
|
122
|
-
console.log("UPDATE URL!", upload.value)
|
|
122
|
+
//console.log("UPDATE URL!", upload.value)
|
|
123
123
|
if(upload.value && upload.value.url) { // available upload
|
|
124
124
|
size.value = { ...upload.value.size }
|
|
125
125
|
url.value = upload.value.url
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/image-frontend",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.13",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
|
25
|
-
"@live-change/cli": "^0.8.
|
|
26
|
-
"@live-change/dao": "^0.8.
|
|
27
|
-
"@live-change/dao-vue3": "^0.8.
|
|
28
|
-
"@live-change/dao-websocket": "^0.8.
|
|
29
|
-
"@live-change/framework": "^0.8.
|
|
30
|
-
"@live-change/image-service": "^0.8.
|
|
31
|
-
"@live-change/session-service": "^0.8.
|
|
32
|
-
"@live-change/vue3-components": "^0.8.
|
|
33
|
-
"@live-change/vue3-ssr": "^0.8.
|
|
25
|
+
"@live-change/cli": "^0.8.13",
|
|
26
|
+
"@live-change/dao": "^0.8.13",
|
|
27
|
+
"@live-change/dao-vue3": "^0.8.13",
|
|
28
|
+
"@live-change/dao-websocket": "^0.8.13",
|
|
29
|
+
"@live-change/framework": "^0.8.13",
|
|
30
|
+
"@live-change/image-service": "^0.8.13",
|
|
31
|
+
"@live-change/session-service": "^0.8.13",
|
|
32
|
+
"@live-change/vue3-components": "^0.8.13",
|
|
33
|
+
"@live-change/vue3-ssr": "^0.8.13",
|
|
34
34
|
"@vueuse/core": "^10.7.2",
|
|
35
35
|
"codeceptjs-assert": "^0.0.5",
|
|
36
36
|
"compression": "^1.7.4",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"vue3-scroll-border": "0.1.6"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@live-change/codeceptjs-helper": "^0.8.
|
|
53
|
+
"@live-change/codeceptjs-helper": "^0.8.13",
|
|
54
54
|
"codeceptjs": "^3.5.12",
|
|
55
55
|
"generate-password": "1.7.1",
|
|
56
56
|
"playwright": "^1.41.2",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"author": "",
|
|
62
62
|
"license": "BSD-3-Clause",
|
|
63
63
|
"description": "",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "4453aa639a9fe1a857d93d73ebd28a82c97fdd87"
|
|
65
65
|
}
|