util-helpers 4.17.2 → 4.17.3
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/dist/util-helpers.js +3 -1
- package/dist/util-helpers.js.map +1 -1
- package/dist/util-helpers.min.js +1 -1
- package/dist/util-helpers.min.js.map +1 -1
- package/esm/utils/config.js +1 -1
- package/lib/utils/config.js +1 -1
- package/package.json +20 -22
- package/types/ajax.d.ts +1 -1
- package/types/blobToDataURL.d.ts +1 -1
- package/types/calculateCursorPosition.d.ts +1 -1
- package/types/download.d.ts +7 -3
- package/types/filterTree.d.ts +3 -1
- package/types/isIdCard.d.ts +3 -1
- package/types/numberToChinese.d.ts +1 -1
- package/types/setDataURLPrefix.d.ts +2 -1
- package/types/treeToList.d.ts +3 -6
- package/types/utils/type/isBlob.d.ts +1 -1
- package/types/utils/type/isError.d.ts +2 -2
- package/types/utils/type/isNil.d.ts +1 -1
package/dist/util-helpers.js
CHANGED
|
@@ -178,6 +178,8 @@
|
|
|
178
178
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
179
179
|
PERFORMANCE OF THIS SOFTWARE.
|
|
180
180
|
***************************************************************************** */
|
|
181
|
+
/* global Reflect, Promise */
|
|
182
|
+
|
|
181
183
|
|
|
182
184
|
var __assign = function() {
|
|
183
185
|
__assign = Object.assign || function __assign(t) {
|
|
@@ -273,7 +275,7 @@
|
|
|
273
275
|
function setDisableWarning(bool) {
|
|
274
276
|
config.disableWarning = !!bool;
|
|
275
277
|
}
|
|
276
|
-
var version = "4.17.
|
|
278
|
+
var version = "4.17.3";
|
|
277
279
|
|
|
278
280
|
function devWarn() {
|
|
279
281
|
var args = [];
|