dozy 1.0.103 → 1.0.104
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/axios.d.ts +6 -0
- package/dist/axios.js +4 -0
- package/dist/axios.js.map +1 -0
- package/dist/chunk-37OWOK4C.js +2610 -0
- package/dist/chunk-37OWOK4C.js.map +1 -0
- package/dist/chunk-GX5NJYGM.js +8433 -0
- package/dist/chunk-GX5NJYGM.js.map +1 -0
- package/dist/chunk-IXJVH7DN.js +1760 -0
- package/dist/chunk-IXJVH7DN.js.map +1 -0
- package/dist/chunk-UN725CXD.js +2 -10
- package/dist/chunk-UN725CXD.js.map +1 -1
- package/dist/crypto.d.ts +1 -0
- package/dist/crypto.js +6589 -0
- package/dist/crypto.js.map +1 -0
- package/dist/image.d.ts +2 -0
- package/dist/image.js +4 -0
- package/dist/image.js.map +1 -0
- package/dist/index.d.ts +1 -8
- package/dist/index.js +7229 -26854
- package/dist/index.js.map +1 -1
- package/dist/lodash.d.ts +3 -0
- package/dist/lodash.js +4 -0
- package/dist/lodash.js.map +1 -0
- package/dist/zod.js +31 -274
- package/dist/zod.js.map +1 -1
- package/package.json +17 -1
package/dist/image.d.ts
ADDED
package/dist/image.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"image.js"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,8 @@
|
|
|
1
1
|
import { Options } from 'browser-image-compression';
|
|
2
|
-
export * from 'browser-image-compression';
|
|
3
|
-
export { default as imageCompression } from 'browser-image-compression';
|
|
4
2
|
import { Octokit } from '@octokit/core';
|
|
5
3
|
import { Color } from 'culori';
|
|
6
4
|
import * as culori from 'culori';
|
|
7
5
|
export { culori as ColorLib };
|
|
8
|
-
export * from 'axios';
|
|
9
|
-
export { default as axios } from 'axios';
|
|
10
|
-
import * as lodashEs from 'lodash-es';
|
|
11
|
-
export { lodashEs as l };
|
|
12
|
-
export { default as Cryptojs } from 'crypto-js';
|
|
13
6
|
export { customAlphabet, nanoid, urlAlphabet } from 'nanoid';
|
|
14
7
|
|
|
15
8
|
type DozyConfigItem = {};
|
|
@@ -1469,6 +1462,6 @@ declare function toRgbString(input: string | Color | any): string | undefined;
|
|
|
1469
1462
|
*/
|
|
1470
1463
|
declare function toHslString(input: string | Color | any): string | undefined;
|
|
1471
1464
|
|
|
1472
|
-
declare const DOZY = "1.0.
|
|
1465
|
+
declare const DOZY = "1.0.104";
|
|
1473
1466
|
|
|
1474
1467
|
export { $Headers, $Request, $Response, $URL, $URLSearchParams, $arrayFrom, $arrayIsArray, $assign, $backgroundColor, $borderColor, $capitalize, $checkValidEmailWithUnicode, $clamp, $clearInterval, $clearTimeout, $clone, $compressImage, $compressImageBase64, $compressImageDefaultOptions, $copy, $crypto, $date, $decodeBase64ToBinary, $decodeBase64ToUnicode, $deepClone, $defineProperty, $document, $encodeUnicodeToBase64, $ensureUrl, $entries, $escapeHTML, $fallbackCopy, $fetch, $fileToBase64, $formatDate, $formatK, $formatPoints, $formatPointsWithChange, $formatWithCommas, $freeze, $genSSF, $getFileType, $getHue, $getTimeString, $hasKey, $humanizeBytes, $if, $inRange, $inRange2, $inferExtensionFormPureBase64, $inferMimeTypeFormPureBase64, $is, $isObject, $isPlainClass, $isValidEmailWithUnicode, $isValidOrBriefURL, $jsonParse, $jsonStringify, $keys, $lastIndex, $lindex, $loadOpt, $location, $log, $lplus, $magic, $math, $now, $numberIsFinite, $numberIsNaN, $oc, $open, $parseParams, $promise, $pureText, $purifyBase64, $randomByte, $replaceHolesWithUndefined, $rmvSlash, $rsValue, $rsetValue, $rvalue, $s, $sc, $setInterval, $setRange, $setTimeout, $stringFromCharCode, $stringFromCodePoint, $stringToRange, $strings, $toDataUrlFromBase64, $validName, $values, $window, type Any, type Atoa, type Coord, type Coord3, DEFAULT_XLS_MAX_ASPECT_RATIO, DOZY, type DozyConfig, type DozyConfigItem, type FileType, Gens, type Hel, type IOpt, type Items, type Null, type Nullable, RainbowGen, RepoStore, type ScaleComputer, type ScaleIniter, type ScaleResponsiveOptions, StringObfuscator, type UNumber, __GensDirectives, _res, boxShadow, dozy, enableScaler, err403, errArg, errCode, errContent, errMsg, errNotLoggedIn, errToString, getBrightness, getColorMap, isNowAroundUtcHour, isNull, isValidColor, maybeString, registerCustomColor, s, shanghaiDateFormatter, smallChance, smartParse, smartString, standardIniter, textShadow, toHexString, toHslString, toRgbString, toRgbaArray, web$enableHttpsRedirect, web$enableProdProtector, web$encodeURI, web$pathStartData, web$redirectToDomain, web$replaceHash, web$setPathTarget, xtrim };
|