@icreate/core
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -417,3 +417,3 @@ /* | ||
}; | ||
Utils.Command = function (opts) { | ||
Utils.command = function (opts) { | ||
var link = document.createElement('a'); | ||
@@ -429,3 +429,3 @@ var params = []; | ||
}; | ||
Utils.Function = function (opts) { | ||
Utils.function = function (opts) { | ||
var _this = this; | ||
@@ -432,0 +432,0 @@ return new Promise(function (resolve, reject) { |
@@ -422,3 +422,3 @@ (function (global, factory) { | ||
}; | ||
Utils.Command = function (opts) { | ||
Utils.command = function (opts) { | ||
var link = document.createElement('a'); | ||
@@ -434,3 +434,3 @@ var params = []; | ||
}; | ||
Utils.Function = function (opts) { | ||
Utils.function = function (opts) { | ||
var _this = this; | ||
@@ -437,0 +437,0 @@ return new Promise(function (resolve, reject) { |
@@ -18,3 +18,3 @@ "use strict"; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-02-12 00:11:36 | ||
* @LastEditTime: 2022-02-12 00:15:29 | ||
* @Descripttion: | ||
@@ -185,3 +185,3 @@ * @FilePath: \src\core\utils.ts | ||
}; | ||
Utils.Command = function (opts) { | ||
Utils.command = function (opts) { | ||
var link = document.createElement('a'); | ||
@@ -197,3 +197,3 @@ var params = []; | ||
}; | ||
Utils.Function = function (opts) { | ||
Utils.function = function (opts) { | ||
var _this = this; | ||
@@ -200,0 +200,0 @@ var that = this; |
@@ -43,4 +43,4 @@ import { ExecOptons } from '../interfaces/interfaces'; | ||
static extend(dstObj: object, srcObj: object): object; | ||
static Command(opts: ExecOptons): void; | ||
static Function(opts: ExecOptons): Promise<any>; | ||
static command(opts: ExecOptons): void; | ||
static function(opts: ExecOptons): Promise<any>; | ||
private static _ajax; | ||
@@ -47,0 +47,0 @@ private static _httpRequest; |
{ | ||
"name": "@icreate/core", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package