w-web-perm 1.0.64 → 1.0.65
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/.editorconfig +1 -1
- package/.jsdoc +24 -24
- package/dist/index.tmp +1 -1
- package/dist/js/{app-legacy.c353b082.js → app-legacy.e7c14db8.js} +1 -1
- package/dist/js/{app.c353b082.js → app.e7c14db8.js} +1 -1
- package/dist/js/{chunk-vendors.da8f9d36.js → chunk-vendors-legacy.798cc3ff.js} +2 -2
- package/dist/js/{chunk-vendors-legacy.da8f9d36.js → chunk-vendors.798cc3ff.js} +2 -2
- package/dist/w-web-perm.umd.js +2 -2
- package/dist/w-web-perm.umd.js.map +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/toolg/gDistRollup.mjs +0 -2
- /package/dist/css/{chunk-vendors.58917286.css → chunk-vendors.fc486ebc.css} +0 -0
package/.editorconfig
CHANGED
package/.jsdoc
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tags": {
|
|
3
|
-
"allowUnknownTags":
|
|
4
|
-
},
|
|
5
|
-
"source": {
|
|
6
|
-
"include": ["src/", "server/"],
|
|
7
|
-
"includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
|
|
8
|
-
"excludePattern": "(node_modules/|docs)"
|
|
9
|
-
},
|
|
10
|
-
"plugins": [
|
|
11
|
-
"plugins/markdown",
|
|
12
|
-
"node_modules/jsdoc-vuejs"
|
|
13
|
-
],
|
|
14
|
-
"opts": {
|
|
15
|
-
"template": "node_modules/docdash",
|
|
16
|
-
"encoding": "utf8",
|
|
17
|
-
"destination": "docs/",
|
|
18
|
-
"recurse": true,
|
|
19
|
-
"verbose": true
|
|
20
|
-
},
|
|
21
|
-
"templates": {
|
|
22
|
-
"cleverLinks": false,
|
|
23
|
-
"monospaceLinks": false
|
|
24
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"allowUnknownTags": true
|
|
4
|
+
},
|
|
5
|
+
"source": {
|
|
6
|
+
"include": ["src/", "server/"],
|
|
7
|
+
"includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
|
|
8
|
+
"excludePattern": "(node_modules/|docs)"
|
|
9
|
+
},
|
|
10
|
+
"plugins": [
|
|
11
|
+
"plugins/markdown",
|
|
12
|
+
"node_modules/jsdoc-vuejs"
|
|
13
|
+
],
|
|
14
|
+
"opts": {
|
|
15
|
+
"template": "node_modules/docdash",
|
|
16
|
+
"encoding": "utf8",
|
|
17
|
+
"destination": "docs/",
|
|
18
|
+
"recurse": true,
|
|
19
|
+
"verbose": true
|
|
20
|
+
},
|
|
21
|
+
"templates": {
|
|
22
|
+
"cleverLinks": false,
|
|
23
|
+
"monospaceLinks": false
|
|
24
|
+
}
|
|
25
25
|
}
|
package/dist/index.tmp
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<!doctype html><html xmlns="http://www.w3.org/1999/xhtml" lang="zh-tw"><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,minimal-ui"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title></title><link _href="https://cdn.jsdelivr.net/npm/@mdi/font@7.4.47/css/materialdesignicons.min.css" rel="stylesheet"><link _href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.2/css/all.min.css" rel="stylesheet"><script>window.___pmwperm___={
|
|
2
2
|
urlRedirect: '{urlRedirect}',
|
|
3
3
|
language: '{language}',
|
|
4
|
-
}</script><script defer="defer" src="{sfd}/js/chunk-vendors.
|
|
4
|
+
}</script><script defer="defer" src="{sfd}/js/chunk-vendors.798cc3ff.js" type="module"></script><script defer="defer" src="{sfd}/js/app.e7c14db8.js" type="module"></script><link href="{sfd}/css/chunk-vendors.fc486ebc.css" rel="stylesheet"><link href="{sfd}/css/app.8781355a.css" rel="stylesheet"><script defer="defer" src="{sfd}/js/chunk-vendors-legacy.798cc3ff.js" nomodule></script><script defer="defer" src="{sfd}/js/app-legacy.e7c14db8.js" nomodule></script></head><body style="font-family:'Microsoft JhengHei','Avenir','Helvetica', 'Arial', 'sans-serif'; padding:0px; margin:0px;"><noscript><strong>We're sorry but w-component-vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|