w-web-api 1.0.32 → 1.0.34
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/.github/workflows/ci-test.yml +1 -1
- package/README.md +1 -0
- package/dist/css/app.28edf29a.css +1 -0
- package/dist/index.tmp +1 -1
- package/dist/js/app-legacy.44d096fd.js +2 -0
- package/dist/js/app-legacy.44d096fd.js.map +1 -0
- package/dist/js/app.44d096fd.js +2 -0
- package/dist/js/app.44d096fd.js.map +1 -0
- package/dist/js/chunk-vendors-legacy.65d2bd6b.js +14 -0
- package/dist/js/chunk-vendors-legacy.65d2bd6b.js.map +1 -0
- package/dist/js/chunk-vendors.65d2bd6b.js +14 -0
- package/dist/js/chunk-vendors.65d2bd6b.js.map +1 -0
- package/dist/w-web-api.umd.js +2 -2
- package/dist/w-web-api.umd.js.map +1 -1
- package/docs/WWebApi.html +1 -1
- package/docs/WWebApi.mjs.html +4 -4
- package/docs/index.html +1 -1
- package/package.json +12 -12
- package/script.txt +22 -0
- package/server/WWebApi.mjs +3 -3
- package/src/App.vue +2 -2
- package/src/components/Layout.vue +2 -2
- package/src/components/LayoutContent.vue +10 -10
- package/src/components/LayoutState.vue +1 -1
- package/src/components/MdPanel.vue +8 -8
- package/src/main.js +1 -1
- package/src/plugins/mDataSelectorSchema.mjs +2 -2
- package/src/plugins/mDataSupport.mjs +18 -18
- package/src/plugins/mShare.mjs +18 -18
- package/src/plugins/mUI.mjs +18 -18
- package/src/schema/tables/apis.mjs +4 -4
- package/src/store/mutations.mjs +3 -3
- package/tableTags-web-api.json +1 -1
- package/toolg/genEntry.mjs +1 -1
- package/dist/css/app.d38a4241.css +0 -1
- package/dist/js/app-legacy.9b4e9f9b.js +0 -2
- package/dist/js/app-legacy.9b4e9f9b.js.map +0 -1
- package/dist/js/app.9b4e9f9b.js +0 -2
- package/dist/js/app.9b4e9f9b.js.map +0 -1
- package/dist/js/chunk-vendors-legacy.96a55c4e.js +0 -14
- package/dist/js/chunk-vendors-legacy.96a55c4e.js.map +0 -1
- package/dist/js/chunk-vendors.96a55c4e.js +0 -14
- package/dist/js/chunk-vendors.96a55c4e.js.map +0 -1
package/docs/WWebApi.html
CHANGED
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
<br class="clear">
|
|
886
886
|
|
|
887
887
|
<footer>
|
|
888
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
888
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Mon Mar 25 2024 23:55:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
889
889
|
</footer>
|
|
890
890
|
|
|
891
891
|
<script>prettyPrint();</script>
|
package/docs/WWebApi.mjs.html
CHANGED
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
<article>
|
|
48
48
|
<pre class="prettyprint source linenums"><code>import path from 'path'
|
|
49
49
|
import fs from 'fs'
|
|
50
|
-
import get from 'lodash/get'
|
|
51
|
-
import each from 'lodash/each'
|
|
52
|
-
import keys from 'lodash/keys'
|
|
50
|
+
import get from 'lodash-es/get.js'
|
|
51
|
+
import each from 'lodash-es/each.js'
|
|
52
|
+
import keys from 'lodash-es/keys.js'
|
|
53
53
|
import j2o from 'wsemi/src/j2o.mjs'
|
|
54
54
|
import iseobj from 'wsemi/src/iseobj.mjs'
|
|
55
55
|
import isestr from 'wsemi/src/isestr.mjs'
|
|
@@ -742,7 +742,7 @@ export default WWebApi
|
|
|
742
742
|
<br class="clear">
|
|
743
743
|
|
|
744
744
|
<footer>
|
|
745
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
745
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Mon Mar 25 2024 23:55:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
746
746
|
</footer>
|
|
747
747
|
|
|
748
748
|
<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
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Mon Mar 25 2024 23:55:08 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,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-web-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"main": "dist/w-web-api.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@mdi/js": "^7.
|
|
7
|
-
"axios": "^1.
|
|
8
|
-
"lodash": "^4.17.21",
|
|
6
|
+
"@mdi/js": "^7.4.47",
|
|
7
|
+
"axios": "^1.6.8",
|
|
8
|
+
"lodash-es": "^4.17.21",
|
|
9
9
|
"showdown": "^2.1.0",
|
|
10
|
-
"w-component-vue": "^2.3.
|
|
11
|
-
"w-data-collector": "^1.0.
|
|
12
|
-
"w-serv-hapi": "^1.0.
|
|
13
|
-
"w-serv-orm": "^1.0.
|
|
14
|
-
"w-ui-loginout": "^1.0.
|
|
15
|
-
"wsemi": "^1.7.
|
|
10
|
+
"w-component-vue": "^2.3.80",
|
|
11
|
+
"w-data-collector": "^1.0.22",
|
|
12
|
+
"w-serv-hapi": "^1.0.13",
|
|
13
|
+
"w-serv-orm": "^1.0.9",
|
|
14
|
+
"w-ui-loginout": "^1.0.8",
|
|
15
|
+
"wsemi": "^1.7.49"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"eslint-plugin-vue": "^9.10.0",
|
|
29
29
|
"vue": "^2.6.14",
|
|
30
30
|
"vuex": "^3.6.2",
|
|
31
|
-
"w-orm-mongodb": "^1.1.
|
|
32
|
-
"w-package-tools": "^1.0.
|
|
31
|
+
"w-orm-mongodb": "^1.1.31",
|
|
32
|
+
"w-package-tools": "^1.0.75"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"serve": "vue-cli-service serve",
|
package/script.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
#node --experimental-modules --es-module-specifier-resolution=node toolg/addVersion.mjs
|
|
2
|
+
node --experimental-modules --es-module-specifier-resolution=node toolg/modifyReadme.mjs
|
|
3
|
+
|
|
4
|
+
node --experimental-modules --es-module-specifier-resolution=node toolg/cleanFolder.mjs
|
|
5
|
+
./node_modules/.bin/jsdoc -c .jsdoc
|
|
6
|
+
|
|
7
|
+
npm run build
|
|
8
|
+
|
|
9
|
+
node --experimental-modules --es-module-specifier-resolution=node toolg/genEntry.mjs
|
|
10
|
+
|
|
11
|
+
node --experimental-modules --es-module-specifier-resolution=node toolg/gDistRollup.mjs
|
|
12
|
+
|
|
13
|
+
git add . -A
|
|
14
|
+
git commit -m 'modify: '
|
|
15
|
+
git push origin master:master
|
|
16
|
+
|
|
17
|
+
npm run deploy
|
|
18
|
+
|
|
19
|
+
#npm test
|
|
20
|
+
|
|
21
|
+
#npm publish
|
|
22
|
+
|
package/server/WWebApi.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import path from 'path'
|
|
2
2
|
import fs from 'fs'
|
|
3
|
-
import get from 'lodash/get'
|
|
4
|
-
import each from 'lodash/each'
|
|
5
|
-
import keys from 'lodash/keys'
|
|
3
|
+
import get from 'lodash-es/get.js'
|
|
4
|
+
import each from 'lodash-es/each.js'
|
|
5
|
+
import keys from 'lodash-es/keys.js'
|
|
6
6
|
import j2o from 'wsemi/src/j2o.mjs'
|
|
7
7
|
import iseobj from 'wsemi/src/iseobj.mjs'
|
|
8
8
|
import isestr from 'wsemi/src/isestr.mjs'
|
package/src/App.vue
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
</template>
|
|
15
15
|
|
|
16
16
|
<script>
|
|
17
|
-
import get from 'lodash/get'
|
|
18
|
-
import cloneDeep from 'lodash/cloneDeep'
|
|
17
|
+
import get from 'lodash-es/get.js'
|
|
18
|
+
import cloneDeep from 'lodash-es/cloneDeep.js'
|
|
19
19
|
import isestr from 'wsemi/src/isestr.mjs'
|
|
20
20
|
import isDev from 'wsemi/src/isDev.mjs'
|
|
21
21
|
import wui from 'w-ui-loginout/src/WUiLoginout.mjs'
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
</template>
|
|
50
50
|
|
|
51
51
|
<script>
|
|
52
|
-
import get from 'lodash/get'
|
|
53
|
-
// import cloneDeep from 'lodash/cloneDeep'
|
|
52
|
+
import get from 'lodash-es/get.js'
|
|
53
|
+
// import cloneDeep from 'lodash-es/cloneDeep.js'
|
|
54
54
|
import isestr from 'wsemi/src/isestr.mjs'
|
|
55
55
|
import WButtonCircle from 'w-component-vue/src/components/WButtonCircle.vue'
|
|
56
56
|
import WTextSelect from 'w-component-vue/src/components/WTextSelect.vue'
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
|
|
309
309
|
<div style="padding-left:10px; margin-bottom:-1px;">
|
|
310
310
|
<!-- 因上下皆有border, 故需負margin-bottom來吃掉重複border -->
|
|
311
|
-
<
|
|
311
|
+
<WGroupChipRadio
|
|
312
312
|
:items="optputMenuItems"
|
|
313
313
|
:value="optputMenuItemSelect"
|
|
314
314
|
@input="changeOptputMenuItemSelect"
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
:border-color-hover="'#dadada'"
|
|
321
321
|
:border-color-active="'orange lighten-2'"
|
|
322
322
|
:margin-style="{}"
|
|
323
|
-
></
|
|
323
|
+
></WGroupChipRadio>
|
|
324
324
|
</div>
|
|
325
325
|
|
|
326
326
|
<div style="border:1px solid #ddd; background:#fff">
|
|
@@ -400,19 +400,19 @@
|
|
|
400
400
|
</template>
|
|
401
401
|
|
|
402
402
|
<script>
|
|
403
|
-
import get from 'lodash/get'
|
|
404
|
-
import set from 'lodash/set'
|
|
405
|
-
import each from 'lodash/each'
|
|
406
|
-
import trim from 'lodash/trim'
|
|
407
|
-
import find from 'lodash/find'
|
|
408
|
-
import cloneDeep from 'lodash/cloneDeep'
|
|
403
|
+
import get from 'lodash-es/get.js'
|
|
404
|
+
import set from 'lodash-es/set.js'
|
|
405
|
+
import each from 'lodash-es/each.js'
|
|
406
|
+
import trim from 'lodash-es/trim.js'
|
|
407
|
+
import find from 'lodash-es/find.js'
|
|
408
|
+
import cloneDeep from 'lodash-es/cloneDeep.js'
|
|
409
409
|
import isobj from 'wsemi/src/isobj.mjs'
|
|
410
410
|
import iseobj from 'wsemi/src/iseobj.mjs'
|
|
411
411
|
import j2o from 'wsemi/src/j2o.mjs'
|
|
412
412
|
import timemsTZ2day from 'wsemi/src/timemsTZ2day.mjs'
|
|
413
413
|
import convertToTree from 'wsemi/src/convertToTree.mjs'
|
|
414
414
|
import WButtonCircle from 'w-component-vue/src/components/WButtonCircle.vue'
|
|
415
|
-
import
|
|
415
|
+
import WGroupChipRadio from 'w-component-vue/src/components/WGroupChipRadio.vue'
|
|
416
416
|
import WDrawer from 'w-component-vue/src/components/WDrawer.vue'
|
|
417
417
|
import WTree from 'w-component-vue/src/components/WTree.vue'
|
|
418
418
|
import WJsonView from 'w-component-vue/src/components/WJsonView.vue'
|
|
@@ -422,7 +422,7 @@ import MdPanel from './MdPanel.vue'
|
|
|
422
422
|
export default {
|
|
423
423
|
components: {
|
|
424
424
|
WButtonCircle,
|
|
425
|
-
|
|
425
|
+
WGroupChipRadio,
|
|
426
426
|
WDrawer,
|
|
427
427
|
WTree,
|
|
428
428
|
WJsonView,
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
</template>
|
|
6
6
|
|
|
7
7
|
<script>
|
|
8
|
-
// import get from 'lodash/get'
|
|
9
|
-
// import find from 'lodash/find'
|
|
10
|
-
// import each from 'lodash/each'
|
|
11
|
-
// import map from 'lodash/map'
|
|
12
|
-
// import size from 'lodash/size'
|
|
13
|
-
// import sortBy from 'lodash/sortBy'
|
|
14
|
-
// import isNumber from 'lodash/isNumber'
|
|
15
|
-
// import cloneDeep from 'lodash/cloneDeep'
|
|
8
|
+
// import get from 'lodash-es/get.js'
|
|
9
|
+
// import find from 'lodash-es/find.js'
|
|
10
|
+
// import each from 'lodash-es/each.js'
|
|
11
|
+
// import map from 'lodash-es/map.js'
|
|
12
|
+
// import size from 'lodash-es/size.js'
|
|
13
|
+
// import sortBy from 'lodash-es/sortBy.js'
|
|
14
|
+
// import isNumber from 'lodash-es/isNumber.js'
|
|
15
|
+
// import cloneDeep from 'lodash-es/cloneDeep.js'
|
|
16
16
|
// import sep from 'wsemi/src/sep.mjs'
|
|
17
17
|
// import isobj from 'wsemi/src/isobj.mjs'
|
|
18
18
|
// import iseobj from 'wsemi/src/iseobj.mjs'
|
package/src/main.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import get from 'lodash/get'
|
|
1
|
+
import get from 'lodash-es/get'
|
|
2
2
|
// import '@babel/polyfill' //需提供Vuetify的Symbol等API
|
|
3
3
|
// import 'core-js/stable' //需提供Vuetify的Symbol等API, 官網說使用transpileDependencies但不夠, 改用之前提到的@babel/polyfill會被提示已廢棄, 改使用給webpack的polyfill方式才行
|
|
4
4
|
// import 'regenerator-runtime/runtime'
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
// import min from 'lodash/min'
|
|
2
|
-
// import size from 'lodash/size'
|
|
3
|
-
// import take from 'lodash/take'
|
|
4
|
-
// import isEqual from 'lodash/isEqual'
|
|
5
|
-
// import uniq from 'lodash/uniq'
|
|
6
|
-
// import set from 'lodash/set'
|
|
7
|
-
// import get from 'lodash/get'
|
|
8
|
-
// import each from 'lodash/each'
|
|
9
|
-
// import map from 'lodash/map'
|
|
10
|
-
// import filter from 'lodash/filter'
|
|
11
|
-
// import last from 'lodash/last'
|
|
12
|
-
// import split from 'lodash/split'
|
|
13
|
-
// import join from 'lodash/join'
|
|
14
|
-
// import drop from 'lodash/drop'
|
|
15
|
-
// import dropRight from 'lodash/dropRight'
|
|
16
|
-
// import groupBy from 'lodash/groupBy'
|
|
17
|
-
// import sortBy from 'lodash/sortBy'
|
|
18
|
-
// import cloneDeep from 'lodash/cloneDeep'
|
|
1
|
+
// import min from 'lodash-es/min.js'
|
|
2
|
+
// import size from 'lodash-es/size.js'
|
|
3
|
+
// import take from 'lodash-es/take.js'
|
|
4
|
+
// import isEqual from 'lodash-es/isEqual.js'
|
|
5
|
+
// import uniq from 'lodash-es/uniq.js'
|
|
6
|
+
// import set from 'lodash-es/set.js'
|
|
7
|
+
// import get from 'lodash-es/get.js'
|
|
8
|
+
// import each from 'lodash-es/each.js'
|
|
9
|
+
// import map from 'lodash-es/map.js'
|
|
10
|
+
// import filter from 'lodash-es/filter.js'
|
|
11
|
+
// import last from 'lodash-es/last.js'
|
|
12
|
+
// import split from 'lodash-es/split.js'
|
|
13
|
+
// import join from 'lodash-es/join.js'
|
|
14
|
+
// import drop from 'lodash-es/drop.js'
|
|
15
|
+
// import dropRight from 'lodash-es/dropRight.js'
|
|
16
|
+
// import groupBy from 'lodash-es/groupBy.js'
|
|
17
|
+
// import sortBy from 'lodash-es/sortBy.js'
|
|
18
|
+
// import cloneDeep from 'lodash-es/cloneDeep.js'
|
|
19
19
|
// import cint from 'wsemi/src/cint.mjs'
|
|
20
20
|
// import delay from 'wsemi/src/delay.mjs'
|
|
21
21
|
// import isarr from 'wsemi/src/isarr.mjs'
|
package/src/plugins/mShare.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
//前後端共用函數區
|
|
2
|
-
// import min from 'lodash/min'
|
|
3
|
-
// import max from 'lodash/max'
|
|
4
|
-
// import trim from 'lodash/trim'
|
|
5
|
-
// import isEqual from 'lodash/isEqual'
|
|
6
|
-
// import uniq from 'lodash/uniq'
|
|
7
|
-
// import set from 'lodash/set'
|
|
8
|
-
// import get from 'lodash/get'
|
|
9
|
-
// import map from 'lodash/map'
|
|
10
|
-
// import each from 'lodash/each'
|
|
11
|
-
// import isNumber from 'lodash/isNumber'
|
|
12
|
-
// import sortBy from 'lodash/sortBy'
|
|
13
|
-
// import find from 'lodash/find'
|
|
14
|
-
// import size from 'lodash/size'
|
|
15
|
-
// import filter from 'lodash/filter'
|
|
16
|
-
// import last from 'lodash/last'
|
|
17
|
-
// import split from 'lodash/split'
|
|
18
|
-
// import join from 'lodash/join'
|
|
19
|
-
// import cloneDeep from 'lodash/cloneDeep'
|
|
2
|
+
// import min from 'lodash-es/min.js'
|
|
3
|
+
// import max from 'lodash-es/max.js'
|
|
4
|
+
// import trim from 'lodash-es/trim.js'
|
|
5
|
+
// import isEqual from 'lodash-es/isEqual.js'
|
|
6
|
+
// import uniq from 'lodash-es/uniq.js'
|
|
7
|
+
// import set from 'lodash-es/set.js'
|
|
8
|
+
// import get from 'lodash-es/get.js'
|
|
9
|
+
// import map from 'lodash-es/map.js'
|
|
10
|
+
// import each from 'lodash-es/each.js'
|
|
11
|
+
// import isNumber from 'lodash-es/isNumber.js'
|
|
12
|
+
// import sortBy from 'lodash-es/sortBy.js'
|
|
13
|
+
// import find from 'lodash-es/find.js'
|
|
14
|
+
// import size from 'lodash-es/size.js'
|
|
15
|
+
// import filter from 'lodash-es/filter.js'
|
|
16
|
+
// import last from 'lodash-es/last.js'
|
|
17
|
+
// import split from 'lodash-es/split.js'
|
|
18
|
+
// import join from 'lodash-es/join.js'
|
|
19
|
+
// import cloneDeep from 'lodash-es/cloneDeep.js'
|
|
20
20
|
// import cstr from 'wsemi/src/cstr.mjs'
|
|
21
21
|
// import sep from 'wsemi/src/sep.mjs'
|
|
22
22
|
// import isarr from 'wsemi/src/isarr.mjs'
|
package/src/plugins/mUI.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import Vue from 'vue'
|
|
2
|
-
import min from 'lodash/min'
|
|
3
|
-
import size from 'lodash/size'
|
|
4
|
-
import take from 'lodash/take'
|
|
5
|
-
import isEqual from 'lodash/isEqual'
|
|
6
|
-
import uniq from 'lodash/uniq'
|
|
7
|
-
import set from 'lodash/set'
|
|
8
|
-
import get from 'lodash/get'
|
|
9
|
-
import each from 'lodash/each'
|
|
10
|
-
import map from 'lodash/map'
|
|
11
|
-
import filter from 'lodash/filter'
|
|
12
|
-
import last from 'lodash/last'
|
|
13
|
-
import split from 'lodash/split'
|
|
14
|
-
import join from 'lodash/join'
|
|
15
|
-
import drop from 'lodash/drop'
|
|
16
|
-
import dropRight from 'lodash/dropRight'
|
|
17
|
-
import groupBy from 'lodash/groupBy'
|
|
18
|
-
import sortBy from 'lodash/sortBy'
|
|
19
|
-
import cloneDeep from 'lodash/cloneDeep'
|
|
2
|
+
import min from 'lodash-es/min.js'
|
|
3
|
+
import size from 'lodash-es/size.js'
|
|
4
|
+
import take from 'lodash-es/take.js'
|
|
5
|
+
import isEqual from 'lodash-es/isEqual.js'
|
|
6
|
+
import uniq from 'lodash-es/uniq.js'
|
|
7
|
+
import set from 'lodash-es/set.js'
|
|
8
|
+
import get from 'lodash-es/get.js'
|
|
9
|
+
import each from 'lodash-es/each.js'
|
|
10
|
+
import map from 'lodash-es/map.js'
|
|
11
|
+
import filter from 'lodash-es/filter.js'
|
|
12
|
+
import last from 'lodash-es/last.js'
|
|
13
|
+
import split from 'lodash-es/split.js'
|
|
14
|
+
import join from 'lodash-es/join.js'
|
|
15
|
+
import drop from 'lodash-es/drop.js'
|
|
16
|
+
import dropRight from 'lodash-es/dropRight.js'
|
|
17
|
+
import groupBy from 'lodash-es/groupBy.js'
|
|
18
|
+
import sortBy from 'lodash-es/sortBy.js'
|
|
19
|
+
import cloneDeep from 'lodash-es/cloneDeep.js'
|
|
20
20
|
import cint from 'wsemi/src/cint.mjs'
|
|
21
21
|
import delay from 'wsemi/src/delay.mjs'
|
|
22
22
|
import isarr from 'wsemi/src/isarr.mjs'
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import map from 'lodash/map'
|
|
2
|
-
import keys from 'lodash/keys'
|
|
3
|
-
// import get from 'lodash/get'
|
|
1
|
+
import map from 'lodash-es/map.js'
|
|
2
|
+
import keys from 'lodash-es/keys.js'
|
|
3
|
+
// import get from 'lodash-es/get.js'
|
|
4
4
|
import genID from 'wsemi/src/genID.mjs'
|
|
5
5
|
import dtmapping from 'wsemi/src/dtmapping.mjs'
|
|
6
6
|
import dtpick from 'wsemi/src/dtpick.mjs'
|
|
7
7
|
import nowms2str from 'wsemi/src/nowms2str.mjs'
|
|
8
8
|
import now2strp from 'wsemi/src/now2strp.mjs'
|
|
9
|
-
import isestr from 'wsemi/src/isestr'
|
|
9
|
+
import isestr from 'wsemi/src/isestr.mjs'
|
|
10
10
|
import filePathToCode from '../../../server/filePathToCode.mjs'
|
|
11
11
|
|
|
12
12
|
|
package/src/store/mutations.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import each from 'lodash/each'
|
|
2
|
-
import set from 'lodash/set'
|
|
1
|
+
import each from 'lodash-es/each.js'
|
|
2
|
+
import set from 'lodash-es/set.js'
|
|
3
3
|
import * as types from './types.mjs'
|
|
4
4
|
import ds from '../schema/index.mjs'
|
|
5
5
|
|
|
@@ -174,7 +174,7 @@ export let mutations = {
|
|
|
174
174
|
},
|
|
175
175
|
|
|
176
176
|
[types.UpdateData] (state, msg) {
|
|
177
|
-
//msg.path內為存取路徑, 需使用
|
|
177
|
+
//msg.path內為存取路徑, 需使用set處理
|
|
178
178
|
// console.log('UpdateData msg', msg)
|
|
179
179
|
set(state, msg.path, msg.data)
|
|
180
180
|
},
|
package/tableTags-web-api.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"apis":"
|
|
1
|
+
{"apis":"6FPeqZ"}
|
package/toolg/genEntry.mjs
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.pgc-rotate[data-v-91f36aa0]{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;-webkit-animation:progress-circular-rotate-91f36aa0 1.4s linear infinite;animation:progress-circular-rotate-91f36aa0 1.4s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.pgc-dash[data-v-91f36aa0]{-webkit-animation:progress-circular-dash-91f36aa0 1.4s ease-in-out infinite;animation:progress-circular-dash-91f36aa0 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0px}@-webkit-keyframes progress-circular-dash-91f36aa0{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-dash-91f36aa0{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@-webkit-keyframes progress-circular-rotate-91f36aa0{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes progress-circular-rotate-91f36aa0{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.WPopup-Content[data-popper-reference-hidden][data-v-5f35d006]{visibility:hidden;pointer-events:none}.sb[data-v-99a7415e]{-webkit-transition:opacity .3s;transition:opacity .3s;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.sb[data-v-99a7415e]::-webkit-scrollbar{width:8px;height:8px}.sb[data-v-99a7415e]::-webkit-scrollbar-track{background:transparent}.sb[data-v-99a7415e]::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:20px;border:3px solid transparent}.ts[data-v-11ef9a2e]{-webkit-transition:all .3s cubic-bezier(.25,.8,.5,1);transition:all .3s cubic-bezier(.25,.8,.5,1)}.bs[data-v-11ef9a2e]{-webkit-box-shadow:0 8px 2px -8px rgba(0,0,0,.3),0 16px 24px 2px rgba(0,0,0,.3),0 6px 30px 5px rgba(0,0,0,.3);box-shadow:0 8px 2px -8px rgba(0,0,0,.3),0 16px 24px 2px rgba(0,0,0,.3),0 6px 30px 5px rgba(0,0,0,.3)}.fade-enter-active[data-v-3bceaeb7],.fade-leave-active[data-v-3bceaeb7]{-webkit-transition:all .3s;transition:all .3s}.fade-enter[data-v-3bceaeb7],.fade-leave-to[data-v-3bceaeb7]{-webkit-transform:scaleX(0);transform:scaleX(0)}.fade-enter-to[data-v-3bceaeb7],.fade-leave[data-v-3bceaeb7]{-webkit-transform:scaleX(100%);transform:scaleX(100%)}.caretRight[data-v-2d9adc28]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block}.cc[data-v-2d9adc28]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.circle[data-v-2d9adc28]{width:22px;height:22px;min-width:22px;min-height:22px;max-width:22px;max-height:22px;border-radius:50%}.md[data-v-6700278b] table{border-collapse:collapse;margin:0;padding:0;word-break:normal}.md[data-v-6700278b] tr{margin:0;padding:0}.md[data-v-6700278b] table tr th{font-weight:700;background:#eee;border:1px solid #ddd;border-bottom:0;margin:0;padding:6px 13px}.md[data-v-6700278b] table tr td{border:1px solid #ddd;margin:0;padding:6px 13px}.md[data-v-6700278b] h1{font-size:1.2rem;line-height:1.2rem}.md[data-v-6700278b] h1,.md[data-v-6700278b] h2{font-weight:700;margin-top:.5rem;margin-bottom:.5rem}.md[data-v-6700278b] h2{font-size:1.1rem;line-height:1.1rem}.md[data-v-6700278b] h3,.md[data-v-6700278b] h4,.md[data-v-6700278b] h5,.md[data-v-6700278b] h6{font-weight:700;font-size:1rem;line-height:1rem;margin-top:.5rem;margin-bottom:.5rem}.bk[data-v-14edbcc6]{display:inline-block;width:200px;padding:0 10px 10px 0;vertical-align:top}.bk-title[data-v-14edbcc6]{padding:3px;font-size:.8rem;color:#888}.bk-item[data-v-14edbcc6]{padding:3px 5px;font-size:.9rem;line-height:.9rem;border-radius:5px;border:1px solid #ddd;background:#fff}body,html{font-family:微軟正黑體,Microsoft JhengHei,MicrosoftJhengHeiRegular,Avenir,Helvetica,Arial,sans-serif;overflow-y:hidden}a,button,div,input,p,pre,span,textarea{font-family:inherit}.fade-enter-active{-webkit-animation:go 1s;animation:go 1s}.fade-leave-active{-webkit-animation:back 1s;animation:back 1s}@-webkit-keyframes go{0%{opacity:0}to{opacity:1}}@keyframes go{0%{opacity:0}to{opacity:1}}@-webkit-keyframes back{0%{opacity:1}to{opacity:0}}@keyframes back{0%{opacity:1}to{opacity:0}}
|