w-web-api 1.0.24 → 1.0.26
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/index.tmp +1 -1
- package/dist/js/app-legacy.9df0dd69.js +2 -0
- package/dist/js/app-legacy.9df0dd69.js.map +1 -0
- package/dist/js/app.9df0dd69.js +2 -0
- package/dist/js/app.9df0dd69.js.map +1 -0
- package/dist/js/{chunk-vendors-legacy.4a6f42ee.js → chunk-vendors-legacy.0023ac2c.js} +2 -2
- package/dist/js/chunk-vendors-legacy.0023ac2c.js.map +1 -0
- package/dist/js/{chunk-vendors.4a6f42ee.js → chunk-vendors.0023ac2c.js} +2 -2
- package/dist/js/chunk-vendors.0023ac2c.js.map +1 -0
- package/dist/w-web-api.umd.js +1 -1
- package/docs/WWebApi.html +1 -1
- package/docs/WWebApi.mjs.html +4 -4
- package/docs/index.html +1 -1
- package/package.json +2 -2
- package/server/WWebApi.mjs +3 -3
- package/src/App.vue +4 -24
- package/src/components/LayoutState.vue +8 -4
- package/tableTags-web-api.json +1 -1
- package/dist/connecting.svg +0 -10
- package/dist/deny.png +0 -0
- package/dist/disconnect.png +0 -0
- package/dist/img/connecting.26511805.svg +0 -10
- package/dist/img/deny.e7b81b94.png +0 -0
- package/dist/js/app-legacy.8589a7d0.js +0 -2
- package/dist/js/app-legacy.8589a7d0.js.map +0 -1
- package/dist/js/app.8589a7d0.js +0 -2
- package/dist/js/app.8589a7d0.js.map +0 -1
- package/dist/js/chunk-vendors-legacy.4a6f42ee.js.map +0 -1
- package/dist/js/chunk-vendors.4a6f42ee.js.map +0 -1
- package/dist/logout.png +0 -0
- package/public/connecting.svg +0 -10
- package/public/deny.png +0 -0
- package/public/disconnect.png +0 -0
- package/public/logout.png +0 -0
package/dist/logout.png
DELETED
|
Binary file
|
package/public/connecting.svg
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100px" height="100px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
|
|
2
|
-
<circle cx="50" cy="50" r="13.8193" fill="none" stroke="#5f2a62" stroke-width="2">
|
|
3
|
-
<animate attributeName="r" repeatCount="indefinite" dur="1.2658227848101264s" values="0;44" keyTimes="0;1" keySplines="0 0.2 0.8 1" calcMode="spline" begin="-0.6329113924050632s"></animate>
|
|
4
|
-
<animate attributeName="opacity" repeatCount="indefinite" dur="1.2658227848101264s" values="1;0" keyTimes="0;1" keySplines="0.2 0 0.8 1" calcMode="spline" begin="-0.6329113924050632s"></animate>
|
|
5
|
-
</circle>
|
|
6
|
-
<circle cx="50" cy="50" r="35.8165" fill="none" stroke="#a976c3" stroke-width="2">
|
|
7
|
-
<animate attributeName="r" repeatCount="indefinite" dur="1.2658227848101264s" values="0;44" keyTimes="0;1" keySplines="0 0.2 0.8 1" calcMode="spline"></animate>
|
|
8
|
-
<animate attributeName="opacity" repeatCount="indefinite" dur="1.2658227848101264s" values="1;0" keyTimes="0;1" keySplines="0.2 0 0.8 1" calcMode="spline"></animate>
|
|
9
|
-
</circle>
|
|
10
|
-
</svg>
|
package/public/deny.png
DELETED
|
Binary file
|
package/public/disconnect.png
DELETED
|
Binary file
|
package/public/logout.png
DELETED
|
Binary file
|