clickgo 3.2.8 → 3.2.10

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 CHANGED
@@ -28,7 +28,7 @@ Load the module loader first, and then load it using the module loader.
28
28
  **index.html**
29
29
 
30
30
  ```html
31
- <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.4.9/dist/loader.min.js?path=index&npm={'clickgo':'3.2.8'}"></script>
31
+ <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.4.10/dist/loader.min.js?path=index&npm={'clickgo':'3.2.10'}"></script>
32
32
  ```
33
33
 
34
34
  **index.js**
@@ -72,7 +72,10 @@ class default_1 extends clickgo.form.AbstractForm {
72
72
  return undefined;
73
73
  }
74
74
  longClick() {
75
- this.value = this.long ? 'short\nshort\nshort\nshort\nshort\nshort\nshort\nshort\nshort' : 'long\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong';
75
+ this.value = this.long ? 'short\nshort\nshort\nshort\nshort\nshort\nshort\nshort\nshort' : 'long\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\nlong\n\n\nlong\nlong\n' + `long
76
+
77
+
78
+ long`;
76
79
  this.long = !this.long;
77
80
  this.scrollTop = 0;
78
81
  }
package/dist/clickgo.js CHANGED
@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.zip = exports.tool = exports.theme = exports.task = exports.native = exports.fs = exports.form = exports.dom = exports.core = exports.control = exports.vue = exports.hasFrame = exports.isImmersion = exports.getPlatform = exports.isNative = exports.getVersion = void 0;
27
- const version = '3.2.8';
27
+ const version = '3.2.10';
28
28
  function getVersion() {
29
29
  return version;
30
30
  }
package/dist/clickgo.ts CHANGED
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- const version = '3.2.8';
16
+ const version = '3.2.10';
17
17
  export function getVersion(): string {
18
18
  return version;
19
19
  }
Binary file
package/dist/lib/task.js CHANGED
@@ -269,7 +269,7 @@ function run(url, opt = {}, ntid) {
269
269
  const unblock = opt.unblock ? tool.clone(opt.unblock) : [];
270
270
  const unblockSys = [
271
271
  'require',
272
- '__awaiter', 'eval', 'Math', 'Array', 'Blob', 'Error', 'Infinity', 'parseInt', 'parseFloat', 'Promise', 'Date', 'JSON', 'fetch', 'Number', 'Object', 'encodeURIComponent', 'decodeURIComponent'
272
+ '__awaiter', 'eval', 'Math', 'Array', 'Blob', 'Error', 'Infinity', 'parseInt', 'parseFloat', 'Promise', 'Date', 'JSON', 'fetch', 'Number', 'Object', 'encodeURIComponent', 'decodeURIComponent', 'FormData'
273
273
  ];
274
274
  for (const name of unblockSys) {
275
275
  if (unblock.includes(name)) {
package/dist/lib/task.ts CHANGED
@@ -315,7 +315,7 @@ export async function run(url: string | types.IApp, opt: types.ITaskRunOptions =
315
315
  const unblock = opt.unblock ? tool.clone(opt.unblock) : [];
316
316
  const unblockSys = [
317
317
  'require',
318
- '__awaiter', 'eval', 'Math', 'Array', 'Blob', 'Error', 'Infinity', 'parseInt', 'parseFloat', 'Promise', 'Date', 'JSON', 'fetch', 'Number', 'Object', 'encodeURIComponent', 'decodeURIComponent'
318
+ '__awaiter', 'eval', 'Math', 'Array', 'Blob', 'Error', 'Infinity', 'parseInt', 'parseFloat', 'Promise', 'Date', 'JSON', 'fetch', 'Number', 'Object', 'encodeURIComponent', 'decodeURIComponent', 'FormData'
319
319
  ];
320
320
  for (const name of unblockSys) {
321
321
  if (unblock.includes(name)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clickgo",
3
- "version": "3.2.8",
3
+ "version": "3.2.10",
4
4
  "description": "Background interface, software interface, mobile phone APP interface operation library.",
5
5
  "keywords": [
6
6
  "deskrt",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@litert/eslint-plugin-rules": "^0.1.2",
22
- "@litert/loader": "^3.4.9",
22
+ "@litert/loader": "^3.4.10",
23
23
  "@types/node": "^18.11.14",
24
24
  "electron": "^22.2.0",
25
25
  "jszip": "^3.10.1",