clickgo 3.16.27 → 3.16.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.
Files changed (100) hide show
  1. package/README.md +1 -1
  2. package/dist/app/demo/app.js +4 -16
  3. package/dist/app/demo/config.json +4 -1
  4. package/dist/app/demo/form/control/arteditor/arteditor.js +7 -18
  5. package/dist/app/demo/form/control/button/button.js +2 -13
  6. package/dist/app/demo/form/control/check/check.js +3 -14
  7. package/dist/app/demo/form/control/content/content.js +3 -14
  8. package/dist/app/demo/form/control/daterange/daterange.js +1 -1
  9. package/dist/app/demo/form/control/delete/delete.js +3 -14
  10. package/dist/app/demo/form/control/dialog/dialog.js +2 -0
  11. package/dist/app/demo/form/control/dialog/dialog.xml +26 -12
  12. package/dist/app/demo/form/control/flow/flow.js +2 -13
  13. package/dist/app/demo/form/control/form/form.js +4 -15
  14. package/dist/app/demo/form/control/iconview/iconview.js +12 -29
  15. package/dist/app/demo/form/control/jodit/jodit.js +7 -18
  16. package/dist/app/demo/form/control/link/link.js +2 -13
  17. package/dist/app/demo/form/control/list/list.js +38 -57
  18. package/dist/app/demo/form/control/map/map.js +17 -28
  19. package/dist/app/demo/form/control/menu/menu.js +6 -17
  20. package/dist/app/demo/form/control/mpegts/mpegts.js +1 -1
  21. package/dist/app/demo/form/control/nav/nav.js +6 -17
  22. package/dist/app/demo/form/control/novnc/novnc.js +75 -0
  23. package/dist/app/demo/form/control/novnc/novnc.xml +13 -0
  24. package/dist/app/demo/form/control/panel/panel.js +9 -20
  25. package/dist/app/demo/form/control/panel/test1.js +20 -41
  26. package/dist/app/demo/form/control/pdf/pdf.js +7 -20
  27. package/dist/app/demo/form/control/progress/progress.js +3 -12
  28. package/dist/app/demo/form/control/radio/radio.js +6 -17
  29. package/dist/app/demo/form/control/select/select.js +25 -38
  30. package/dist/app/demo/form/control/switch/switch.js +3 -14
  31. package/dist/app/demo/form/control/tab/tab.js +7 -18
  32. package/dist/app/demo/form/control/table/table.js +8 -23
  33. package/dist/app/demo/form/control/text/text.js +2 -13
  34. package/dist/app/demo/form/control/tuieditor/tuieditor.js +7 -18
  35. package/dist/app/demo/form/control/uploader/uploader.js +20 -31
  36. package/dist/app/demo/form/control/vflow/vflow.js +2 -13
  37. package/dist/app/demo/form/event/form/form.js +11 -22
  38. package/dist/app/demo/form/event/task/task.js +14 -29
  39. package/dist/app/demo/form/main.js +381 -387
  40. package/dist/app/demo/form/main.xml +3 -0
  41. package/dist/app/demo/form/method/acontrol/acontrol.js +2 -13
  42. package/dist/app/demo/form/method/aform/aform.js +41 -60
  43. package/dist/app/demo/form/method/aform/sd.js +3 -14
  44. package/dist/app/demo/form/method/core/core.js +25 -50
  45. package/dist/app/demo/form/method/dom/dom.js +35 -58
  46. package/dist/app/demo/form/method/form/form.js +106 -149
  47. package/dist/app/demo/form/method/fs/fs.js +126 -147
  48. package/dist/app/demo/form/method/native/native.js +44 -72
  49. package/dist/app/demo/form/method/storage/storage.js +9 -27
  50. package/dist/app/demo/form/method/system/system.js +16 -41
  51. package/dist/app/demo/form/method/task/task.js +18 -37
  52. package/dist/app/demo/form/method/theme/theme.js +39 -54
  53. package/dist/app/demo/form/method/tool/tool.js +22 -43
  54. package/dist/app/demo/form/method/zip/zip.js +18 -29
  55. package/dist/app/demo/form/solution/backpanel/backpanel.js +10 -23
  56. package/dist/app/task/app.js +2 -13
  57. package/dist/app/task/form/bar/bar.js +32 -45
  58. package/dist/clickgo.js +1 -1
  59. package/dist/control/arteditor.cgc +0 -0
  60. package/dist/control/box.cgc +0 -0
  61. package/dist/control/captcha.cgc +0 -0
  62. package/dist/control/common.cgc +0 -0
  63. package/dist/control/desc.cgc +0 -0
  64. package/dist/control/drawer.cgc +0 -0
  65. package/dist/control/echarts.cgc +0 -0
  66. package/dist/control/form.cgc +0 -0
  67. package/dist/control/iconview.cgc +0 -0
  68. package/dist/control/jodit.cgc +0 -0
  69. package/dist/control/map.cgc +0 -0
  70. package/dist/control/monaco.cgc +0 -0
  71. package/dist/control/mpegts.cgc +0 -0
  72. package/dist/control/nav.cgc +0 -0
  73. package/dist/control/novnc.cgc +0 -0
  74. package/dist/control/page.cgc +0 -0
  75. package/dist/control/pdf.cgc +0 -0
  76. package/dist/control/property.cgc +0 -0
  77. package/dist/control/qrcode.cgc +0 -0
  78. package/dist/control/table.cgc +0 -0
  79. package/dist/control/task.cgc +0 -0
  80. package/dist/control/tplink.cgc +0 -0
  81. package/dist/control/tuieditor.cgc +0 -0
  82. package/dist/control/tuiviewer.cgc +0 -0
  83. package/dist/control/xterm.cgc +0 -0
  84. package/dist/index.js +59 -71
  85. package/dist/lib/control.js +213 -235
  86. package/dist/lib/core.js +356 -379
  87. package/dist/lib/dom.js +62 -91
  88. package/dist/lib/form.js +834 -906
  89. package/dist/lib/fs.js +834 -892
  90. package/dist/lib/native.js +32 -63
  91. package/dist/lib/storage.js +21 -33
  92. package/dist/lib/task.js +1054 -1098
  93. package/dist/lib/theme.js +102 -121
  94. package/dist/lib/tool.js +65 -98
  95. package/dist/lib/zip.js +27 -42
  96. package/dist/theme/blue.cgt +0 -0
  97. package/dist/theme/byterun.cgt +0 -0
  98. package/dist/theme/dark.cgt +0 -0
  99. package/dist/theme/light.cgt +0 -0
  100. package/package.json +1 -1
@@ -32,15 +32,6 @@ var __importStar = (this && this.__importStar) || (function () {
32
32
  return result;
33
33
  };
34
34
  })();
35
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
36
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
37
- return new (P || (P = Promise))(function (resolve, reject) {
38
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
39
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
40
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
41
- step((generator = generator.apply(thisArg, _arguments || [])).next());
42
- });
43
- };
44
35
  var __importDefault = (this && this.__importDefault) || function (mod) {
45
36
  return (mod && mod.__esModule) ? mod : { "default": mod };
46
37
  };
@@ -64,26 +55,22 @@ class default_1 extends clickgo.form.AbstractForm {
64
55
  }
65
56
  this.fh = value;
66
57
  }
67
- onSelect(e) {
68
- return __awaiter(this, void 0, void 0, function* () {
69
- e.preventDefault();
70
- yield clickgo.form.dialog('Show form');
71
- });
58
+ async onSelect(e) {
59
+ e.preventDefault();
60
+ await clickgo.form.dialog('Show form');
72
61
  }
73
62
  onJumpdataSelect(e) {
74
63
  e.preventDefault();
75
64
  this.formHashData = { 'key': 'form hash data' };
76
65
  this.formHash = 'test1';
77
66
  }
78
- onMounted(data) {
79
- return __awaiter(this, void 0, void 0, function* () {
80
- if (!data.hash) {
81
- return;
82
- }
83
- this.formHash = data.hash;
84
- yield clickgo.tool.sleep(500);
85
- this.mountData = 'ok';
86
- });
67
+ async onMounted(data) {
68
+ if (!data.hash) {
69
+ return;
70
+ }
71
+ this.formHash = data.hash;
72
+ await clickgo.tool.sleep(500);
73
+ this.mountData = 'ok';
87
74
  }
88
75
  }
89
76
  exports.default = default_1;
@@ -32,15 +32,6 @@ var __importStar = (this && this.__importStar) || (function () {
32
32
  return result;
33
33
  };
34
34
  })();
35
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
36
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
37
- return new (P || (P = Promise))(function (resolve, reject) {
38
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
39
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
40
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
41
- step((generator = generator.apply(thisArg, _arguments || [])).next());
42
- });
43
- };
44
35
  var __importDefault = (this && this.__importDefault) || function (mod) {
45
36
  return (mod && mod.__esModule) ? mod : { "default": mod };
46
37
  };
@@ -48,10 +39,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
48
39
  const clickgo = __importStar(require("clickgo"));
49
40
  const bar_1 = __importDefault(require("./form/bar/bar"));
50
41
  class default_1 extends clickgo.core.AbstractApp {
51
- main() {
52
- return __awaiter(this, void 0, void 0, function* () {
53
- this.run(yield clickgo.form.create(bar_1.default));
54
- });
42
+ async main() {
43
+ this.run(await clickgo.form.create(bar_1.default));
55
44
  }
56
45
  }
57
46
  exports.default = default_1;
@@ -32,15 +32,6 @@ var __importStar = (this && this.__importStar) || (function () {
32
32
  return result;
33
33
  };
34
34
  })();
35
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
36
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
37
- return new (P || (P = Promise))(function (resolve, reject) {
38
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
39
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
40
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
41
- step((generator = generator.apply(thisArg, _arguments || [])).next());
42
- });
43
- };
44
35
  Object.defineProperty(exports, "__esModule", { value: true });
45
36
  const clickgo = __importStar(require("clickgo"));
46
37
  class default_1 extends clickgo.form.AbstractForm {
@@ -54,43 +45,39 @@ class default_1 extends clickgo.form.AbstractForm {
54
45
  showLauncher() {
55
46
  clickgo.form.showLauncher();
56
47
  }
57
- itemClick(appIndex) {
58
- return __awaiter(this, void 0, void 0, function* () {
59
- if (this.apps[appIndex].formCount === 0) {
60
- try {
61
- yield clickgo.task.run(this.apps[appIndex].path);
62
- }
63
- catch (_a) {
64
- return;
65
- }
48
+ async itemClick(appIndex) {
49
+ if (this.apps[appIndex].formCount === 0) {
50
+ try {
51
+ await clickgo.task.run(this.apps[appIndex].path);
66
52
  }
67
- else if (this.apps[appIndex].formCount === 1) {
68
- const formIds = Object.keys(this.apps[appIndex].forms);
69
- const formId = parseInt(formIds[0]);
70
- const form = clickgo.form.get(formId);
71
- if (!form) {
72
- return;
73
- }
74
- if (form.focus) {
75
- clickgo.form.min(formId);
76
- }
77
- else {
78
- clickgo.form.changeFocus(formId);
79
- }
53
+ catch {
54
+ return;
80
55
  }
81
- else {
56
+ }
57
+ else if (this.apps[appIndex].formCount === 1) {
58
+ const formIds = Object.keys(this.apps[appIndex].forms);
59
+ const formId = parseInt(formIds[0]);
60
+ const form = clickgo.form.get(formId);
61
+ if (!form) {
62
+ return;
82
63
  }
83
- });
84
- }
85
- run(path) {
86
- return __awaiter(this, void 0, void 0, function* () {
87
- try {
88
- yield clickgo.task.run(path);
64
+ if (form.focus) {
65
+ clickgo.form.min(formId);
89
66
  }
90
- catch (_a) {
91
- return;
67
+ else {
68
+ clickgo.form.changeFocus(formId);
92
69
  }
93
- });
70
+ }
71
+ else {
72
+ }
73
+ }
74
+ async run(path) {
75
+ try {
76
+ await clickgo.task.run(path);
77
+ }
78
+ catch {
79
+ return;
80
+ }
94
81
  }
95
82
  pin(index) {
96
83
  const app = this.apps[index];
@@ -180,13 +167,13 @@ class default_1 extends clickgo.form.AbstractForm {
180
167
  if (!form.show) {
181
168
  continue;
182
169
  }
183
- (app !== null && app !== void 0 ? app : this.apps[appIndex]).forms[formId] = {
170
+ (app ?? this.apps[appIndex]).forms[formId] = {
184
171
  'title': form.title,
185
- 'icon': form.icon || (app !== null && app !== void 0 ? app : this.apps[appIndex]).icon
172
+ 'icon': form.icon || (app ?? this.apps[appIndex]).icon
186
173
  };
187
174
  }
188
- (app !== null && app !== void 0 ? app : this.apps[appIndex]).formCount = Object.keys((app !== null && app !== void 0 ? app : this.apps[appIndex]).forms).length;
189
- if (app === null || app === void 0 ? void 0 : app.formCount) {
175
+ (app ?? this.apps[appIndex]).formCount = Object.keys((app ?? this.apps[appIndex]).forms).length;
176
+ if (app?.formCount) {
190
177
  this.apps.push(app);
191
178
  }
192
179
  }
package/dist/clickgo.js CHANGED
@@ -40,7 +40,7 @@ exports.getPlatform = getPlatform;
40
40
  exports.getDevice = getDevice;
41
41
  exports.isImmersion = isImmersion;
42
42
  exports.hasFrame = hasFrame;
43
- const version = '3.16.27';
43
+ const version = '3.16.28';
44
44
  function getVersion() {
45
45
  return version;
46
46
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/index.js CHANGED
@@ -1,13 +1,4 @@
1
1
  "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
2
  Object.defineProperty(exports, "__esModule", { value: true });
12
3
  exports.AbstractBoot = exports.vue = exports.zip = exports.tool = exports.theme = exports.task = exports.storage = exports.native = exports.fs = exports.form = exports.dom = exports.core = exports.control = exports.clickgo = void 0;
13
4
  exports.getVersion = getVersion;
@@ -117,70 +108,67 @@ class AbstractBoot {
117
108
  }
118
109
  exports.AbstractBoot = AbstractBoot;
119
110
  function launcher(boot) {
120
- (function () {
121
- return __awaiter(this, void 0, void 0, function* () {
122
- var _a;
123
- const paths = [
124
- `${loader.cdn}/npm/vue@3.5.13/dist/vue.global${boot.isDebug() ? '' : '.prod.min'}.js`
125
- ];
126
- if (!(window.TouchEvent)) {
127
- window.TouchEvent = CustomEvent;
128
- }
129
- let ro = true;
130
- if (!(window.ResizeObserver)) {
131
- ro = false;
132
- paths.push(loader.cdn + '/npm/@juggle/resize-observer@3.4.0/lib/exports/resize-observer.umd.min.js');
133
- }
134
- yield loader.loadScripts(paths);
135
- if (!ro) {
136
- window.ResizeObserverEntry = window.ResizeObserver.ResizeObserverEntry;
137
- window.ResizeObserver = window.ResizeObserver.ResizeObserver;
138
- }
139
- const map = {
140
- 'jszip': loader.cdn + '/npm/jszip@3.10.1/dist/jszip.min'
141
- };
142
- const after = '?' + Math.random().toString();
143
- const files = yield loader.sniffFiles('clickgo.js', {
144
- 'dir': __dirname + '/',
145
- 'after': after,
146
- 'map': map,
147
- 'load': (url) => {
148
- boot.onRuntimeFileLoad(url);
149
- },
150
- 'loaded': (url, state) => {
151
- boot.onRuntimeFileLoaded(url, state);
152
- }
153
- });
154
- const cg = loader.require('clickgo', files, {
155
- 'dir': __dirname + '/',
156
- 'map': map
157
- })[0];
158
- try {
159
- let style = yield (yield fetch(__dirname + '/global.css' + (__dirname.startsWith(loader.cdn) ? '' : '?' + Math.random().toString()))).text();
160
- const reg = /url\(["']{0,1}(.+?)["']{0,1}\)/ig;
161
- let match = null;
162
- while ((match = reg.exec(style))) {
163
- style = style.replace(match[0], `url('${__dirname}/${match[1]}')`);
164
- }
165
- (_a = document.getElementById('cg-global')) === null || _a === void 0 ? void 0 : _a.insertAdjacentHTML('afterbegin', style);
166
- }
167
- catch (_b) {
168
- alert(`ClickGo: "${__dirname}/global.css'" failed.`);
111
+ (async function () {
112
+ const paths = [
113
+ `${loader.cdn}/npm/vue@3.5.13/dist/vue.global${boot.isDebug() ? '' : '.prod.min'}.js`
114
+ ];
115
+ if (!(window.TouchEvent)) {
116
+ window.TouchEvent = CustomEvent;
117
+ }
118
+ let ro = true;
119
+ if (!(window.ResizeObserver)) {
120
+ ro = false;
121
+ paths.push(loader.cdn + '/npm/@juggle/resize-observer@3.4.0/lib/exports/resize-observer.umd.min.js');
122
+ }
123
+ await loader.loadScripts(paths);
124
+ if (!ro) {
125
+ window.ResizeObserverEntry = window.ResizeObserver.ResizeObserverEntry;
126
+ window.ResizeObserver = window.ResizeObserver.ResizeObserver;
127
+ }
128
+ const map = {
129
+ 'jszip': loader.cdn + '/npm/jszip@3.10.1/dist/jszip.min'
130
+ };
131
+ const after = '?' + Math.random().toString();
132
+ const files = await loader.sniffFiles('clickgo.js', {
133
+ 'dir': __dirname + '/',
134
+ 'after': after,
135
+ 'map': map,
136
+ 'load': (url) => {
137
+ boot.onRuntimeFileLoad(url);
138
+ },
139
+ 'loaded': (url, state) => {
140
+ boot.onRuntimeFileLoaded(url, state);
169
141
  }
170
- exports.clickgo = cg;
171
- exports.control = cg.control;
172
- exports.core = cg.core;
173
- exports.dom = cg.dom;
174
- exports.form = cg.form;
175
- exports.fs = cg.fs;
176
- exports.native = cg.native;
177
- exports.task = cg.task;
178
- exports.theme = cg.theme;
179
- exports.tool = cg.tool;
180
- exports.zip = cg.zip;
181
- exports.core.boot = boot;
182
- yield boot.main();
183
142
  });
143
+ const cg = loader.require('clickgo', files, {
144
+ 'dir': __dirname + '/',
145
+ 'map': map
146
+ })[0];
147
+ try {
148
+ let style = await (await fetch(__dirname + '/global.css' + (__dirname.startsWith(loader.cdn) ? '' : '?' + Math.random().toString()))).text();
149
+ const reg = /url\(["']{0,1}(.+?)["']{0,1}\)/ig;
150
+ let match = null;
151
+ while ((match = reg.exec(style))) {
152
+ style = style.replace(match[0], `url('${__dirname}/${match[1]}')`);
153
+ }
154
+ document.getElementById('cg-global')?.insertAdjacentHTML('afterbegin', style);
155
+ }
156
+ catch {
157
+ alert(`ClickGo: "${__dirname}/global.css'" failed.`);
158
+ }
159
+ exports.clickgo = cg;
160
+ exports.control = cg.control;
161
+ exports.core = cg.core;
162
+ exports.dom = cg.dom;
163
+ exports.form = cg.form;
164
+ exports.fs = cg.fs;
165
+ exports.native = cg.native;
166
+ exports.task = cg.task;
167
+ exports.theme = cg.theme;
168
+ exports.tool = cg.tool;
169
+ exports.zip = cg.zip;
170
+ exports.core.boot = boot;
171
+ await boot.main();
184
172
  })().catch(function (e) {
185
173
  console.log('launcher', e);
186
174
  });