w-web-perm 1.0.77 → 1.0.78
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 +12 -12
package/dist/w-web-perm.umd.js
CHANGED
package/docs/WWebPerm.html
CHANGED
|
@@ -1045,7 +1045,7 @@
|
|
|
1045
1045
|
<br class="clear">
|
|
1046
1046
|
|
|
1047
1047
|
<footer>
|
|
1048
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
1048
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Sep 06 2026 01:04:48 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1049
1049
|
</footer>
|
|
1050
1050
|
|
|
1051
1051
|
<script>prettyPrint();</script>
|
package/docs/WWebPerm.mjs.html
CHANGED
|
@@ -1231,7 +1231,7 @@ export default WWebPerm
|
|
|
1231
1231
|
<br class="clear">
|
|
1232
1232
|
|
|
1233
1233
|
<footer>
|
|
1234
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
1234
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Sep 06 2026 01:04:48 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1235
1235
|
</footer>
|
|
1236
1236
|
|
|
1237
1237
|
<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 Sun Sep 06 2026 01:04:48 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,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-web-perm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.78",
|
|
4
4
|
"main": "dist/w-web-perm.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"axios": "^1.18.1",
|
|
7
7
|
"json5": "^2.2.3",
|
|
8
|
-
"w-aggrid-vue": "^2.0.
|
|
9
|
-
"w-component-vue": "^2.5.
|
|
10
|
-
"w-data-collector": "^1.0.
|
|
11
|
-
"w-echarts-vue": "^1.0.
|
|
12
|
-
"w-serv-hapi": "^1.0.
|
|
13
|
-
"w-serv-orm": "^1.0.
|
|
14
|
-
"w-syslog": "^1.0.
|
|
15
|
-
"w-ui-loginout": "^1.0.
|
|
16
|
-
"wsemi": "^1.8.
|
|
8
|
+
"w-aggrid-vue": "^2.0.85",
|
|
9
|
+
"w-component-vue": "^2.5.12",
|
|
10
|
+
"w-data-collector": "^1.0.36",
|
|
11
|
+
"w-echarts-vue": "^1.0.10",
|
|
12
|
+
"w-serv-hapi": "^1.0.86",
|
|
13
|
+
"w-serv-orm": "^1.0.53",
|
|
14
|
+
"w-syslog": "^1.0.25",
|
|
15
|
+
"w-ui-loginout": "^1.0.24",
|
|
16
|
+
"wsemi": "^1.8.85"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"eslint-plugin-vue": "^9.10.0",
|
|
29
29
|
"vue": "^2.7.16",
|
|
30
30
|
"vuex": "^3.6.2",
|
|
31
|
-
"w-orm-lmdb": "^1.0.
|
|
31
|
+
"w-orm-lmdb": "^1.0.30",
|
|
32
32
|
"w-package-tools": "^1.1.15",
|
|
33
33
|
"w-package-tools-e2e": "^1.0.0",
|
|
34
|
-
"w-screenctl": "^1.0.
|
|
34
|
+
"w-screenctl": "^1.0.18"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"serve": "vue-cli-service serve",
|