w-web-api 1.0.26 → 1.0.28

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-web-api v1.0.26
2
+ * w-web-api v1.0.28
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
package/docs/WWebApi.html CHANGED
@@ -809,7 +809,7 @@
809
809
  <br class="clear">
810
810
 
811
811
  <footer>
812
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jun 18 2023 23:14:54 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
812
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Mon Jun 19 2023 08:31:52 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
813
813
  </footer>
814
814
 
815
815
  <script>prettyPrint();</script>
@@ -560,7 +560,7 @@ export default WWebApi
560
560
  <br class="clear">
561
561
 
562
562
  <footer>
563
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jun 18 2023 23:14:54 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
563
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Mon Jun 19 2023 08:31:52 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
564
564
  </footer>
565
565
 
566
566
  <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.2</a> on Sun Jun 18 2023 23:14:54 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
74
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Mon Jun 19 2023 08:31:52 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,6 +1,6 @@
1
1
  {
2
2
  "name": "w-web-api",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "main": "dist/w-web-api.umd.js",
5
5
  "dependencies": {
6
6
  "@mdi/js": "^7.2.96",
@@ -11,7 +11,7 @@
11
11
  "w-data-collector": "^1.0.19",
12
12
  "w-serv-hapi": "^1.0.11",
13
13
  "w-serv-orm": "^1.0.7",
14
- "w-ui-loginout": "^1.0.2",
14
+ "w-ui-loginout": "^1.0.3",
15
15
  "wsemi": "^1.7.12"
16
16
  },
17
17
  "devDependencies": {
package/src/App.vue CHANGED
@@ -57,6 +57,7 @@ export default {
57
57
  console.log('login...')
58
58
  let ll = wui('wperm', {
59
59
  timeWaitAnimation: 2000,
60
+ params: {},
60
61
  })
61
62
  ll.login({
62
63
  afterGetUser: null,
@@ -1,7 +1,8 @@
1
1
  <template>
2
2
  <div style="height:100vh; background:#f5f5f5;">
3
3
 
4
- <div :style="`height:${heightToolbar}px; padding:0px 10px; display:flex; align-items:center; background:#fff; border-bottom:1px solid #ccc;`">
4
+ <!-- menu top, 因窄版導致名稱換行故須使用overflow-y:hidden -->
5
+ <div :style="`height:${heightToolbar}px; overflow-y:hidden; padding:0px 10px; background:#fff; border-bottom:1px solid #ccc; display:flex; align-items:center;`">
5
6
 
6
7
  <WButtonCircle
7
8
  :icon="'mdi-menu'"
@@ -24,7 +25,6 @@
24
25
  </div>
25
26
 
26
27
  </div>
27
-
28
28
  </div>
29
29
 
30
30
  <div style="width:100%;"></div>