w-web-perm 1.0.57 → 1.0.59
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/w-web-perm.umd.js +1 -1
- package/docs/WWebPerm.html +1 -1
- package/docs/WWebPerm.mjs.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +11 -12
package/dist/w-web-perm.umd.js
CHANGED
package/docs/WWebPerm.html
CHANGED
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
<br class="clear">
|
|
926
926
|
|
|
927
927
|
<footer>
|
|
928
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
928
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 16:07:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
929
929
|
</footer>
|
|
930
930
|
|
|
931
931
|
<script>prettyPrint();</script>
|
package/docs/WWebPerm.mjs.html
CHANGED
|
@@ -1228,7 +1228,7 @@ export default WWebPerm
|
|
|
1228
1228
|
<br class="clear">
|
|
1229
1229
|
|
|
1230
1230
|
<footer>
|
|
1231
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
1231
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 16:07:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1232
1232
|
</footer>
|
|
1233
1233
|
|
|
1234
1234
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 16:07:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-web-perm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.59",
|
|
4
4
|
"main": "dist/w-web-perm.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@mdi/js": "^7.4.47",
|
|
7
7
|
"axios": "^1.18.1",
|
|
8
8
|
"json5": "^2.2.3",
|
|
9
|
-
"
|
|
10
|
-
"w-
|
|
11
|
-
"w-
|
|
12
|
-
"w-
|
|
13
|
-
"w-serv-
|
|
14
|
-
"w-
|
|
15
|
-
"w-
|
|
16
|
-
"
|
|
17
|
-
"wsemi": "^1.8.67"
|
|
9
|
+
"w-aggrid-vue": "^2.0.66",
|
|
10
|
+
"w-component-vue": "^2.4.81",
|
|
11
|
+
"w-data-collector": "^1.0.26",
|
|
12
|
+
"w-serv-hapi": "^1.0.77",
|
|
13
|
+
"w-serv-orm": "^1.0.43",
|
|
14
|
+
"w-syslog": "^1.0.14",
|
|
15
|
+
"w-ui-loginout": "^1.0.14",
|
|
16
|
+
"wsemi": "^1.8.70"
|
|
18
17
|
},
|
|
19
18
|
"devDependencies": {
|
|
20
19
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
@@ -29,10 +28,10 @@
|
|
|
29
28
|
"eslint-plugin-vue": "^9.10.0",
|
|
30
29
|
"vue": "^2.7.16",
|
|
31
30
|
"vuex": "^3.6.2",
|
|
32
|
-
"w-orm-lmdb": "^1.0.
|
|
31
|
+
"w-orm-lmdb": "^1.0.11",
|
|
33
32
|
"w-package-tools": "^1.1.12",
|
|
34
33
|
"w-package-tools-e2e": "^1.0.0",
|
|
35
|
-
"w-screenctl": "^1.0.
|
|
34
|
+
"w-screenctl": "^1.0.8"
|
|
36
35
|
},
|
|
37
36
|
"scripts": {
|
|
38
37
|
"serve": "vue-cli-service serve",
|