w-web-api 1.0.51 → 1.0.53

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.
Files changed (86) hide show
  1. package/_gh-pages-deploy/.nojekyll +0 -0
  2. package/_gh-pages-deploy/WWebApi.html +898 -0
  3. package/_gh-pages-deploy/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  4. package/_gh-pages-deploy/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  5. package/_gh-pages-deploy/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  6. package/_gh-pages-deploy/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  7. package/_gh-pages-deploy/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  8. package/_gh-pages-deploy/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  9. package/_gh-pages-deploy/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  10. package/_gh-pages-deploy/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  11. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  12. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +978 -0
  13. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  14. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  15. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  16. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  17. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +1049 -0
  18. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  19. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  20. package/_gh-pages-deploy/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  21. package/_gh-pages-deploy/index.html +84 -0
  22. package/_gh-pages-deploy/scripts/collapse.js +39 -0
  23. package/_gh-pages-deploy/scripts/commonNav.js +28 -0
  24. package/_gh-pages-deploy/scripts/linenumber.js +25 -0
  25. package/_gh-pages-deploy/scripts/nav.js +12 -0
  26. package/_gh-pages-deploy/scripts/polyfill.js +4 -0
  27. package/_gh-pages-deploy/scripts/prettify/Apache-License-2.0.txt +202 -0
  28. package/_gh-pages-deploy/scripts/prettify/lang-css.js +2 -0
  29. package/_gh-pages-deploy/scripts/prettify/prettify.js +28 -0
  30. package/_gh-pages-deploy/scripts/search.js +99 -0
  31. package/{docs/WWebApi.mjs.html → _gh-pages-deploy/server_WWebApi.mjs.html} +118 -41
  32. package/_gh-pages-deploy/src_components_Common_CheckYesNo.vue.html +187 -0
  33. package/_gh-pages-deploy/styles/jsdoc.css +776 -0
  34. package/_gh-pages-deploy/styles/prettify.css +80 -0
  35. package/dist/css/app.fe69497a.css +1 -0
  36. package/dist/index.tmp +4 -2
  37. package/dist/js/app-legacy.15819aa7.js +1 -0
  38. package/dist/js/app.15819aa7.js +1 -0
  39. package/dist/js/chunk-vendors-legacy.c1a32dd1.js +15 -0
  40. package/dist/js/chunk-vendors.c1a32dd1.js +15 -0
  41. package/dist/w-web-api.umd.js +2 -2
  42. package/dist/w-web-api.umd.js.map +1 -1
  43. package/docs/WWebApi.html +2 -2
  44. package/docs/index.html +1 -1
  45. package/docs/server_WWebApi.mjs.html +1012 -0
  46. package/docs/src_components_Common_CheckYesNo.vue.html +187 -0
  47. package/g.getSettings.mjs +3 -0
  48. package/package.json +15 -11
  49. package/public/index.html +9 -2
  50. package/server/WWebApi.mjs +115 -38
  51. package/server/procApis.mjs +62 -0
  52. package/server/procLang.mjs +724 -0
  53. package/server/procProxy.mjs +120 -0
  54. package/server/srLog.mjs +30 -0
  55. package/server/staLogs/staEvent.mjs +129 -0
  56. package/server/staLogs/test_staEvent.mjs +132 -0
  57. package/settings.json +14 -0
  58. package/src/App.vue +11 -7
  59. package/src/assets/scalar-ui.css +113 -0
  60. package/src/components/Common/CheckYes.vue +102 -0
  61. package/src/components/Common/CheckYesNo.vue +115 -0
  62. package/src/components/Common/LoadingWinBar.vue +114 -0
  63. package/src/components/Layout.vue +33 -7
  64. package/src/components/LayoutContent.vue +308 -333
  65. package/src/components/LayoutContentEdit.vue +577 -0
  66. package/src/components/LayoutContentStats.vue +485 -0
  67. package/src/components/LayoutContentTest.vue +799 -0
  68. package/src/components/MdPanel.vue +80 -58
  69. package/src/main.js +8 -0
  70. package/src/plugins/mUI.mjs +58 -71
  71. package/src/schema/tables/apis.mjs +30 -0
  72. package/src/store/mutations.mjs +1 -1
  73. package/srv.mjs +47 -19
  74. package/tableTags.json +1 -1
  75. package/.github/workflows/ci-test.yml +0 -24
  76. package/.vscode/launch.json +0 -18
  77. package/db/wapis/apis/data.mdb +0 -0
  78. package/db/wapis/apis/lock.mdb +0 -0
  79. package/dist/css/app.b5cf2ef5.css +0 -1
  80. package/dist/js/app-legacy.fbfba810.js +0 -1
  81. package/dist/js/app.fbfba810.js +0 -1
  82. package/dist/js/chunk-vendors-legacy.735ec7d6.js +0 -13
  83. package/dist/js/chunk-vendors.735ec7d6.js +0 -13
  84. package/src/plugins/mLang.mjs +0 -250
  85. package/tableTags-web-api.json +0 -1
  86. package/test/all.test.mjs +0 -10
@@ -1,250 +0,0 @@
1
-
2
-
3
- let kpLang = {
4
-
5
- csIng: {
6
- eng: 'Connecting...',
7
- cht: '連線中...',
8
- },
9
- csLogin: {
10
- eng: 'Logged in',
11
- cht: '已登入',
12
- },
13
- csLogout: {
14
- eng: 'Logged out',
15
- cht: '已登出',
16
- },
17
- csErrConn: {
18
- eng: 'Unable to connect',
19
- cht: '無法連線',
20
- },
21
- csErrLogin: {
22
- eng: 'Login denied',
23
- cht: '拒絕登入',
24
- },
25
-
26
- aggridLanguage: {
27
- eng: 'en',
28
- cht: 'zh-tw',
29
- },
30
-
31
- systemMessage: {
32
- eng: 'System message',
33
- cht: '系統確認訊息',
34
- },
35
- ok: {
36
- eng: 'OK',
37
- cht: '確認',
38
- },
39
- no: {
40
- eng: 'No',
41
- cht: '取消',
42
- },
43
- yes: {
44
- eng: 'Yes',
45
- cht: '確定',
46
- },
47
-
48
- empty: {
49
- eng: 'Empty',
50
- cht: '無',
51
- },
52
- waitingData: {
53
- eng: 'Waiting data...',
54
- cht: '等待數據中...',
55
- },
56
-
57
- isEditabled: {
58
- eng: 'Editable',
59
- cht: '是否編輯',
60
- },
61
- saveChanges: {
62
- eng: `Save changes`,
63
- cht: `儲存變更`,
64
- },
65
- id: {
66
- eng: `Id`,
67
- cht: `主鍵`,
68
- },
69
- from: {
70
- eng: `From`,
71
- cht: `來源`,
72
- },
73
- save: {
74
- eng: `Save`,
75
- cht: `儲存`,
76
- },
77
- close: {
78
- eng: `Close`,
79
- cht: `關閉`,
80
- },
81
- delete: {
82
- eng: `Delete`,
83
- cht: `刪除`,
84
- },
85
- cancel: {
86
- eng: `Cancel`,
87
- cht: `取消`,
88
- },
89
- screenFull: {
90
- eng: `Max size`,
91
- cht: `最大化尺寸`,
92
- },
93
- screenNormal: {
94
- eng: `Normal size`,
95
- cht: `預設尺寸`,
96
- },
97
- checkAllYes: {
98
- eng: `Check all`,
99
- cht: `全選使用`,
100
- },
101
- checkAllNo: {
102
- eng: `Uncheck all`,
103
- cht: `全不選使用`,
104
- },
105
- checkAllInv: {
106
- eng: `Reverse all`,
107
- cht: `全反選使用`,
108
- },
109
- operMode: {
110
- eng: `Enable`,
111
- cht: `是否使用`,
112
- },
113
- operPemiEnable: {
114
- eng: `Operator`,
115
- cht: `合併權限模式`,
116
- },
117
- operGrupEnable: {
118
- eng: `Operator`,
119
- cht: `合併權限群組模式`,
120
- },
121
-
122
- processing: {
123
- eng: `Processing...`,
124
- cht: `處理中請稍後...`,
125
- },
126
- anUnexpectedErrorOccurred: {
127
- eng: `An unexpected error occurred, please contact the administrator`,
128
- cht: `發生非預期錯誤,請洽管理員`,
129
- },
130
- unknow: {
131
- eng: `Unknow`,
132
- cht: `未知`,
133
- },
134
-
135
- username: {
136
- eng: `Username`,
137
- cht: `使用者姓名`,
138
- },
139
- email: {
140
- eng: `Email`,
141
- cht: `電子郵件`,
142
- },
143
- name: {
144
- eng: `Name`,
145
- cht: `名稱`,
146
- },
147
- description: {
148
- eng: `Description`,
149
- cht: `說明`,
150
- },
151
- // noDescription: {
152
- // eng: `No description`,
153
- // cht: `無說明`,
154
- // },
155
- modeEdit: {
156
- eng: `Edit mode`,
157
- cht: `編輯模式`,
158
- },
159
- showTabCols: {
160
- eng: `Show columns`,
161
- cht: `顯示欄位`,
162
- },
163
-
164
- menuTreeShow: {
165
- eng: 'Show API list',
166
- cht: '顯示API清單',
167
- },
168
- menuTreeHide: {
169
- eng: 'Hide API list',
170
- cht: '隱藏API清單',
171
- },
172
-
173
- noSelectApi: {
174
- eng: 'No Select',
175
- cht: '尚未選擇API',
176
- },
177
- tokens: {
178
- eng: 'Tokens',
179
- cht: '授權金鑰',
180
- },
181
- apiUrl: {
182
- eng: 'API url',
183
- cht: 'API網址',
184
- },
185
- version: {
186
- eng: 'Version',
187
- cht: '版本',
188
- },
189
- levels: {
190
- eng: 'Levels',
191
- cht: '所屬階層',
192
- },
193
- keywords: {
194
- eng: 'Keywords',
195
- cht: '關鍵字',
196
- },
197
- state: {
198
- eng: 'State',
199
- cht: '狀態',
200
- },
201
- timeCreate: {
202
- eng: 'Create time',
203
- cht: '創建時間',
204
- },
205
- timeUpdate: {
206
- eng: 'Update time',
207
- cht: '更新時間',
208
- },
209
- creator: {
210
- eng: 'Creator',
211
- cht: 'API創建者',
212
- },
213
- dataSource: {
214
- eng: 'Source',
215
- cht: '資料提供者',
216
- },
217
- isActive: {
218
- eng: 'Active',
219
- cht: '有效',
220
- },
221
- mdInputParams: {
222
- eng: 'Input',
223
- cht: '輸入參數資訊或結構',
224
- },
225
- inputExample: {
226
- eng: 'Input example',
227
- cht: '輸入範例',
228
- },
229
- mdOutputParams: {
230
- eng: 'Output',
231
- cht: '回傳數據結構',
232
- },
233
- outputExample: {
234
- eng: 'Output example',
235
- cht: '回傳數據範例',
236
- },
237
-
238
- outputMenuTree: {
239
- eng: 'Tree',
240
- cht: '樹狀組件',
241
- },
242
- outputMenuRaw: {
243
- eng: 'Raw',
244
- cht: '原始數據',
245
- },
246
-
247
- }
248
-
249
-
250
- export default kpLang
@@ -1 +0,0 @@
1
- {"apis":"NbPqzv"}
package/test/all.test.mjs DELETED
@@ -1,10 +0,0 @@
1
- import assert from 'assert'
2
-
3
-
4
- describe('all', function() {
5
-
6
- it('test in localhost', function() {
7
- assert.strict.deepEqual(1, 1)
8
- })
9
-
10
- })