w-web-api 1.0.19 → 1.0.20
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/README.md +1 -0
- package/dist/{index.html → index.tmp} +1 -1
- package/dist/w-web-api.umd.js +2 -2
- package/dist/w-web-api.umd.js.map +1 -1
- package/docs/WWebApi.html +120 -3
- package/docs/WWebApi.mjs.html +43 -12
- package/docs/index.html +1 -1
- package/package.json +1 -1
- package/server/WWebApi.mjs +41 -10
- package/srv.mjs +1 -0
- package/tableTags-web-api.json +1 -1
- package/toolg/genEntry.mjs +23 -0
- package/vue.config.js +1 -1
package/README.md
CHANGED
|
@@ -1 +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/css/materialdesignicons.min.css" rel="stylesheet"><link href="https://pro.fontawesome.com/releases/v5.15.4/css/all.css" rel="stylesheet"><link href="/
|
|
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/css/materialdesignicons.min.css" rel="stylesheet"><link href="https://pro.fontawesome.com/releases/v5.15.4/css/all.css" rel="stylesheet"><link href="{sfd}/css/app.5eff8f8a.css" rel="preload" as="style"><link href="{sfd}/css/chunk-vendors.f0a39794.css" rel="preload" as="style"><link href="{sfd}/js/app.3b169a5f.js" rel="preload" as="script"><link href="{sfd}/js/chunk-vendors.ec21cce7.js" rel="preload" as="script"><link href="{sfd}/css/chunk-vendors.f0a39794.css" rel="stylesheet"><link href="{sfd}/css/app.5eff8f8a.css" rel="stylesheet"></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><script src="{sfd}/js/chunk-vendors.ec21cce7.js"></script><script src="{sfd}/js/app.3b169a5f.js"></script></body></html>
|