@bbn/bbn 1.0.12 → 1.0.14
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/bundle.d.ts +945 -11
- package/dist/bundle.js +5206 -20
- package/dist/fn/_addLoader.d.ts +2 -0
- package/dist/fn/_addLoader.js +29 -0
- package/dist/fn/_compareValues.d.ts +2 -0
- package/dist/fn/_compareValues.js +40 -0
- package/dist/fn/_deleteLoader.d.ts +2 -0
- package/dist/fn/_deleteLoader.js +26 -0
- package/dist/fn/abort.d.ts +2 -0
- package/dist/fn/abort.js +5 -0
- package/dist/fn/abortURL.d.ts +2 -0
- package/dist/fn/abortURL.js +14 -0
- package/dist/fn/addColors.d.ts +2 -0
- package/dist/fn/addColors.js +17 -0
- package/dist/fn/addInputs.d.ts +3 -0
- package/dist/fn/addInputs.js +34 -0
- package/dist/fn/addStyle.d.ts +2 -0
- package/dist/fn/addStyle.js +6 -0
- package/dist/fn/adjustHeight.d.ts +2 -0
- package/dist/fn/adjustHeight.js +10 -0
- package/dist/fn/adjustSize.d.ts +2 -0
- package/dist/fn/adjustSize.js +8 -0
- package/dist/fn/adjustWidth.d.ts +2 -0
- package/dist/fn/adjustWidth.js +10 -0
- package/dist/fn/ajax.d.ts +2 -0
- package/dist/fn/ajax.js +103 -0
- package/dist/fn/analyzeFunction.d.ts +11 -0
- package/dist/fn/analyzeFunction.js +132 -0
- package/dist/fn/animateCss.d.ts +2 -0
- package/dist/fn/animateCss.js +13 -0
- package/dist/fn/arrayBuffer2String.d.ts +2 -0
- package/dist/fn/arrayBuffer2String.js +2 -0
- package/dist/fn/arrayFromProp.d.ts +2 -0
- package/dist/fn/arrayFromProp.js +4 -0
- package/dist/fn/autoExtend.d.ts +2 -0
- package/dist/fn/autoExtend.js +12 -0
- package/dist/fn/baseName.d.ts +2 -0
- package/dist/fn/baseName.js +17 -0
- package/dist/fn/br2nl.d.ts +2 -0
- package/dist/fn/br2nl.js +3 -0
- package/dist/fn/calendar.d.ts +2 -0
- package/dist/fn/calendar.js +16 -0
- package/dist/fn/callback.d.ts +2 -0
- package/dist/fn/callback.js +81 -0
- package/dist/fn/camelToCss.d.ts +2 -0
- package/dist/fn/camelToCss.js +2 -0
- package/dist/fn/camelize.d.ts +2 -0
- package/dist/fn/camelize.js +9 -0
- package/dist/fn/canvasToImage.d.ts +2 -0
- package/dist/fn/canvasToImage.js +2 -0
- package/dist/fn/center.d.ts +2 -0
- package/dist/fn/center.js +15 -0
- package/dist/fn/checkProps.d.ts +2 -0
- package/dist/fn/checkProps.js +3 -0
- package/dist/fn/checkPropsDetails.d.ts +5 -0
- package/dist/fn/checkPropsDetails.js +49 -0
- package/dist/fn/checkPropsOrDie.d.ts +2 -0
- package/dist/fn/checkPropsOrDie.js +9 -0
- package/dist/fn/checkType.d.ts +2 -0
- package/dist/fn/checkType.js +61 -0
- package/dist/fn/circularReplacer.d.ts +2 -0
- package/dist/fn/circularReplacer.js +33 -0
- package/dist/fn/clone.d.ts +3 -0
- package/dist/fn/clone.js +14 -0
- package/dist/fn/colorToHex.d.ts +2 -0
- package/dist/fn/colorToHex.js +2 -0
- package/dist/fn/compare.d.ts +2 -0
- package/dist/fn/compare.js +86 -0
- package/dist/fn/compareConditions.d.ts +3 -0
- package/dist/fn/compareConditions.js +40 -0
- package/dist/fn/copy.d.ts +2 -0
- package/dist/fn/copy.js +31 -0
- package/dist/fn/correctCase.d.ts +2 -0
- package/dist/fn/correctCase.js +2 -0
- package/dist/fn/count.d.ts +2 -0
- package/dist/fn/count.js +3 -0
- package/dist/fn/crc32.d.ts +2 -0
- package/dist/fn/crc32.js +9 -0
- package/dist/fn/createObject.d.ts +2 -0
- package/dist/fn/createObject.js +9 -0
- package/dist/fn/cssExists.d.ts +2 -0
- package/dist/fn/cssExists.js +25 -0
- package/dist/fn/date.d.ts +2 -0
- package/dist/fn/date.js +28 -0
- package/dist/fn/dateSQL.d.ts +2 -0
- package/dist/fn/dateSQL.js +4 -0
- package/dist/fn/daysInMonth.d.ts +2 -0
- package/dist/fn/daysInMonth.js +9 -0
- package/dist/fn/deepPath.d.ts +3 -0
- package/dist/fn/deepPath.js +21 -0
- package/dist/fn/defaultAjaxAbortFunction.d.ts +2 -0
- package/dist/fn/defaultAjaxAbortFunction.js +3 -0
- package/dist/fn/defaultAjaxErrorFunction.d.ts +2 -0
- package/dist/fn/defaultAjaxErrorFunction.js +3 -0
- package/dist/fn/defaultAlertFunction.d.ts +2 -0
- package/dist/fn/defaultAlertFunction.js +2 -0
- package/dist/fn/defaultConfirmFunction.d.ts +2 -0
- package/dist/fn/defaultConfirmFunction.js +14 -0
- package/dist/fn/defaultEndLoadingFunction.d.ts +2 -0
- package/dist/fn/defaultEndLoadingFunction.js +2 -0
- package/dist/fn/defaultErrorFunction.d.ts +2 -0
- package/dist/fn/defaultErrorFunction.js +3 -0
- package/dist/fn/defaultHistoryFunction.d.ts +2 -0
- package/dist/fn/defaultHistoryFunction.js +2 -0
- package/dist/fn/defaultLinkFunction.d.ts +2 -0
- package/dist/fn/defaultLinkFunction.js +2 -0
- package/dist/fn/defaultPostLinkFunction.d.ts +2 -0
- package/dist/fn/defaultPostLinkFunction.js +2 -0
- package/dist/fn/defaultPreLinkFunction.d.ts +2 -0
- package/dist/fn/defaultPreLinkFunction.js +2 -0
- package/dist/fn/defaultResizeFunction.d.ts +2 -0
- package/dist/fn/defaultResizeFunction.js +2 -0
- package/dist/fn/defaultStartLoadingFunction.d.ts +2 -0
- package/dist/fn/defaultStartLoadingFunction.js +2 -0
- package/dist/fn/deleteProp.d.ts +2 -0
- package/dist/fn/deleteProp.js +3 -0
- package/dist/fn/diffObj.d.ts +3 -0
- package/dist/fn/diffObj.js +77 -0
- package/dist/fn/dirName.d.ts +2 -0
- package/dist/fn/dirName.js +18 -0
- package/dist/fn/download.d.ts +2 -0
- package/dist/fn/download.js +35 -0
- package/dist/fn/downloadContent.d.ts +2 -0
- package/dist/fn/downloadContent.js +37 -0
- package/dist/fn/each.d.ts +2 -0
- package/dist/fn/each.js +23 -0
- package/dist/fn/eraseCookie.d.ts +2 -0
- package/dist/fn/eraseCookie.js +2 -0
- package/dist/fn/error.d.ts +2 -0
- package/dist/fn/error.js +13 -0
- package/dist/fn/escapeDquotes.d.ts +2 -0
- package/dist/fn/escapeDquotes.js +8 -0
- package/dist/fn/escapeRegExp.d.ts +2 -0
- package/dist/fn/escapeRegExp.js +2 -0
- package/dist/fn/escapeSquotes.d.ts +2 -0
- package/dist/fn/escapeSquotes.js +8 -0
- package/dist/fn/escapeTicks.d.ts +2 -0
- package/dist/fn/escapeTicks.js +8 -0
- package/dist/fn/escapeUrl.d.ts +2 -0
- package/dist/fn/escapeUrl.js +38 -0
- package/dist/fn/extend.d.ts +3 -0
- package/dist/fn/extend.js +67 -0
- package/dist/fn/extendOut.d.ts +3 -0
- package/dist/fn/extendOut.js +24 -0
- package/dist/fn/fdate.d.ts +2 -0
- package/dist/fn/fdate.js +18 -0
- package/dist/fn/fdatetime.d.ts +2 -0
- package/dist/fn/fdatetime.js +15 -0
- package/dist/fn/fieldValue.d.ts +2 -0
- package/dist/fn/fieldValue.js +24 -0
- package/dist/fn/fileExt.d.ts +2 -0
- package/dist/fn/fileExt.js +11 -0
- package/dist/fn/filter.d.ts +3 -0
- package/dist/fn/filter.js +42 -0
- package/dist/fn/filterToConditions.d.ts +3 -0
- package/dist/fn/filterToConditions.js +25 -0
- package/dist/fn/findAll.d.ts +3 -0
- package/dist/fn/findAll.js +16 -0
- package/dist/fn/fori.d.ts +2 -0
- package/dist/fn/fori.js +19 -0
- package/dist/fn/forir.d.ts +2 -0
- package/dist/fn/forir.js +19 -0
- package/dist/fn/format.d.ts +2 -0
- package/dist/fn/format.js +11 -0
- package/dist/fn/formatBytes.d.ts +2 -0
- package/dist/fn/formatBytes.js +8 -0
- package/dist/fn/formatDate.d.ts +2 -0
- package/dist/fn/formatDate.js +2 -0
- package/dist/fn/formatSize.d.ts +2 -0
- package/dist/fn/formatSize.js +12 -0
- package/dist/fn/formdata.d.ts +2 -0
- package/dist/fn/formdata.js +48 -0
- package/dist/fn/fromXml.d.ts +2 -0
- package/dist/fn/fromXml.js +44 -0
- package/dist/fn/ftime.d.ts +2 -0
- package/dist/fn/ftime.js +14 -0
- package/dist/fn/getAllTags.d.ts +2 -0
- package/dist/fn/getAllTags.js +3 -0
- package/dist/fn/getAncestors.d.ts +2 -0
- package/dist/fn/getAncestors.js +26 -0
- package/dist/fn/getAttributes.d.ts +2 -0
- package/dist/fn/getAttributes.js +10 -0
- package/dist/fn/getBrowserName.d.ts +2 -0
- package/dist/fn/getBrowserName.js +11 -0
- package/dist/fn/getBrowserVersion.d.ts +2 -0
- package/dist/fn/getBrowserVersion.js +11 -0
- package/dist/fn/getCookie.d.ts +2 -0
- package/dist/fn/getCookie.js +18 -0
- package/dist/fn/getCssVar.d.ts +2 -0
- package/dist/fn/getCssVar.js +7 -0
- package/dist/fn/getDay.d.ts +2 -0
- package/dist/fn/getDay.js +17 -0
- package/dist/fn/getDeviceType.d.ts +2 -0
- package/dist/fn/getDeviceType.js +11 -0
- package/dist/fn/getEventData.d.ts +2 -0
- package/dist/fn/getEventData.js +80 -0
- package/dist/fn/getField.d.ts +2 -0
- package/dist/fn/getField.js +9 -0
- package/dist/fn/getFieldValues.d.ts +2 -0
- package/dist/fn/getFieldValues.js +13 -0
- package/dist/fn/getHTMLOfSelection.d.ts +2 -0
- package/dist/fn/getHTMLOfSelection.js +28 -0
- package/dist/fn/getHtml.d.ts +2 -0
- package/dist/fn/getHtml.js +9 -0
- package/dist/fn/getLoader.d.ts +2 -0
- package/dist/fn/getLoader.js +10 -0
- package/dist/fn/getPath.d.ts +2 -0
- package/dist/fn/getPath.js +31 -0
- package/dist/fn/getProp.d.ts +2 -0
- package/dist/fn/getProp.js +3 -0
- package/dist/fn/getProperty.d.ts +2 -0
- package/dist/fn/getProperty.js +11 -0
- package/dist/fn/getRequestId.d.ts +2 -0
- package/dist/fn/getRequestId.js +12 -0
- package/dist/fn/getRow.d.ts +2 -0
- package/dist/fn/getRow.js +9 -0
- package/dist/fn/getScrollBarSize.d.ts +2 -0
- package/dist/fn/getScrollBarSize.js +21 -0
- package/dist/fn/getText.d.ts +2 -0
- package/dist/fn/getText.js +2 -0
- package/dist/fn/getTimeoff.d.ts +2 -0
- package/dist/fn/getTimeoff.js +8 -0
- package/dist/fn/happy.d.ts +2 -0
- package/dist/fn/happy.js +3 -0
- package/dist/fn/hash.d.ts +2 -0
- package/dist/fn/hash.js +35 -0
- package/dist/fn/hex2rgb.d.ts +6 -0
- package/dist/fn/hex2rgb.js +2 -0
- package/dist/fn/history.d.ts +2 -0
- package/dist/fn/history.js +2 -0
- package/dist/fn/html2text.d.ts +2 -0
- package/dist/fn/html2text.js +2 -0
- package/dist/fn/imageToCanvas.d.ts +2 -0
- package/dist/fn/imageToCanvas.js +2 -0
- package/dist/fn/imgToBase64.d.ts +2 -0
- package/dist/fn/imgToBase64.js +4 -0
- package/dist/fn/info.d.ts +2 -0
- package/dist/fn/info.js +3 -0
- package/dist/fn/init.d.ts +2 -0
- package/dist/fn/init.js +110 -0
- package/dist/fn/isActiveInterface.d.ts +2 -0
- package/dist/fn/isActiveInterface.js +9 -0
- package/dist/fn/isArray.d.ts +2 -0
- package/dist/fn/isArray.js +11 -0
- package/dist/fn/isBlob.d.ts +2 -0
- package/dist/fn/isBlob.js +11 -0
- package/dist/fn/isBoolean.d.ts +2 -0
- package/dist/fn/isBoolean.js +11 -0
- package/dist/fn/isCanvas.d.ts +2 -0
- package/dist/fn/isCanvas.js +11 -0
- package/dist/fn/isColor.d.ts +2 -0
- package/dist/fn/isColor.js +9 -0
- package/dist/fn/isComment.d.ts +2 -0
- package/dist/fn/isComment.js +11 -0
- package/dist/fn/isCp.d.ts +2 -0
- package/dist/fn/isCp.js +18 -0
- package/dist/fn/isDate.d.ts +2 -0
- package/dist/fn/isDate.js +11 -0
- package/dist/fn/isDesktopDevice.d.ts +2 -0
- package/dist/fn/isDesktopDevice.js +2 -0
- package/dist/fn/isDimension.d.ts +2 -0
- package/dist/fn/isDimension.js +8 -0
- package/dist/fn/isDom.d.ts +2 -0
- package/dist/fn/isDom.js +11 -0
- package/dist/fn/isEmail.d.ts +2 -0
- package/dist/fn/isEmail.js +9 -0
- package/dist/fn/isEmpty.d.ts +2 -0
- package/dist/fn/isEmpty.js +18 -0
- package/dist/fn/isEvent.d.ts +2 -0
- package/dist/fn/isEvent.js +11 -0
- package/dist/fn/isFocused.d.ts +2 -0
- package/dist/fn/isFocused.js +2 -0
- package/dist/fn/isFunction.d.ts +2 -0
- package/dist/fn/isFunction.js +11 -0
- package/dist/fn/isHostname.d.ts +2 -0
- package/dist/fn/isHostname.js +12 -0
- package/dist/fn/isIP.d.ts +2 -0
- package/dist/fn/isIP.js +6 -0
- package/dist/fn/isInside.d.ts +2 -0
- package/dist/fn/isInside.js +21 -0
- package/dist/fn/isInt.d.ts +2 -0
- package/dist/fn/isInt.js +11 -0
- package/dist/fn/isIterable.d.ts +2 -0
- package/dist/fn/isIterable.js +2 -0
- package/dist/fn/isMobile.d.ts +2 -0
- package/dist/fn/isMobile.js +4 -0
- package/dist/fn/isMobileDevice.d.ts +2 -0
- package/dist/fn/isMobileDevice.js +2 -0
- package/dist/fn/isNull.d.ts +2 -0
- package/dist/fn/isNull.js +11 -0
- package/dist/fn/isNumber.d.ts +2 -0
- package/dist/fn/isNumber.js +11 -0
- package/dist/fn/isObject.d.ts +2 -0
- package/dist/fn/isObject.js +11 -0
- package/dist/fn/isPercent.d.ts +2 -0
- package/dist/fn/isPercent.js +11 -0
- package/dist/fn/isPrimitive.d.ts +2 -0
- package/dist/fn/isPrimitive.js +11 -0
- package/dist/fn/isPromise.d.ts +2 -0
- package/dist/fn/isPromise.js +11 -0
- package/dist/fn/isPropSize.d.ts +2 -0
- package/dist/fn/isPropSize.js +6 -0
- package/dist/fn/isSQLDate.d.ts +2 -0
- package/dist/fn/isSQLDate.js +11 -0
- package/dist/fn/isSame.d.ts +3 -0
- package/dist/fn/isSame.js +30 -0
- package/dist/fn/isString.d.ts +2 -0
- package/dist/fn/isString.js +11 -0
- package/dist/fn/isSymbol.d.ts +2 -0
- package/dist/fn/isSymbol.js +11 -0
- package/dist/fn/isTabletDevice.d.ts +2 -0
- package/dist/fn/isTabletDevice.js +2 -0
- package/dist/fn/isURL.d.ts +2 -0
- package/dist/fn/isURL.js +3 -0
- package/dist/fn/isValidDimension.d.ts +2 -0
- package/dist/fn/isValidDimension.js +12 -0
- package/dist/fn/isValidName.d.ts +2 -0
- package/dist/fn/isValidName.js +13 -0
- package/dist/fn/isValue.d.ts +2 -0
- package/dist/fn/isValue.js +12 -0
- package/dist/fn/isVue.d.ts +2 -0
- package/dist/fn/isVue.js +27 -0
- package/dist/fn/iterate.d.ts +2 -0
- package/dist/fn/iterate.js +15 -0
- package/dist/fn/lightenDarkenHex.d.ts +2 -0
- package/dist/fn/lightenDarkenHex.js +27 -0
- package/dist/fn/link.d.ts +3 -0
- package/dist/fn/link.js +87 -0
- package/dist/fn/log.d.ts +2 -0
- package/dist/fn/log.js +34 -0
- package/dist/fn/makeReactive.d.ts +3 -0
- package/dist/fn/makeReactive.js +137 -0
- package/dist/fn/map.d.ts +3 -0
- package/dist/fn/map.js +11 -0
- package/dist/fn/md5.d.ts +2 -0
- package/dist/fn/md5.js +92 -0
- package/dist/fn/money.d.ts +2 -0
- package/dist/fn/money.js +63 -0
- package/dist/fn/move.d.ts +2 -0
- package/dist/fn/move.js +11 -0
- package/dist/fn/multiorder.d.ts +2 -0
- package/dist/fn/multiorder.js +22 -0
- package/dist/fn/nl2br.d.ts +2 -0
- package/dist/fn/nl2br.js +3 -0
- package/dist/fn/numProperties.d.ts +2 -0
- package/dist/fn/numProperties.js +7 -0
- package/dist/fn/objectToFormData.d.ts +2 -0
- package/dist/fn/objectToFormData.js +31 -0
- package/dist/fn/order.d.ts +2 -0
- package/dist/fn/order.js +8 -0
- package/dist/fn/outerHeight.d.ts +2 -0
- package/dist/fn/outerHeight.js +9 -0
- package/dist/fn/outerWidth.d.ts +2 -0
- package/dist/fn/outerWidth.js +9 -0
- package/dist/fn/percent.d.ts +2 -0
- package/dist/fn/percent.js +2 -0
- package/dist/fn/pickValue.d.ts +2 -0
- package/dist/fn/pickValue.js +4 -0
- package/dist/fn/post.d.ts +2 -0
- package/dist/fn/post.js +7 -0
- package/dist/fn/postOut.d.ts +2 -0
- package/dist/fn/postOut.js +30 -0
- package/dist/fn/printf.d.ts +2 -0
- package/dist/fn/printf.js +2 -0
- package/dist/fn/quotes2html.d.ts +2 -0
- package/dist/fn/quotes2html.js +11 -0
- package/dist/fn/randomInt.d.ts +2 -0
- package/dist/fn/randomInt.js +2 -0
- package/dist/fn/randomString.d.ts +2 -0
- package/dist/fn/randomString.js +38 -0
- package/dist/fn/removeAccents.d.ts +2 -0
- package/dist/fn/removeAccents.js +16 -0
- package/dist/fn/removeEmpty.d.ts +2 -0
- package/dist/fn/removeEmpty.js +31 -0
- package/dist/fn/removeExtraSpaces.d.ts +2 -0
- package/dist/fn/removeExtraSpaces.js +2 -0
- package/dist/fn/removeHtmlComments.d.ts +2 -0
- package/dist/fn/removeHtmlComments.js +8 -0
- package/dist/fn/removePrivateProp.d.ts +3 -0
- package/dist/fn/removePrivateProp.js +19 -0
- package/dist/fn/removeTrailingChars.d.ts +2 -0
- package/dist/fn/removeTrailingChars.js +16 -0
- package/dist/fn/repeat.d.ts +2 -0
- package/dist/fn/repeat.js +3 -0
- package/dist/fn/replaceAll.d.ts +2 -0
- package/dist/fn/replaceAll.js +9 -0
- package/dist/fn/replaceSelection.d.ts +2 -0
- package/dist/fn/replaceSelection.js +36 -0
- package/dist/fn/resize.d.ts +2 -0
- package/dist/fn/resize.js +38 -0
- package/dist/fn/rgb2hex.d.ts +2 -0
- package/dist/fn/rgb2hex.js +8 -0
- package/dist/fn/riterate.d.ts +2 -0
- package/dist/fn/riterate.js +3 -0
- package/dist/fn/roundDecimal.d.ts +2 -0
- package/dist/fn/roundDecimal.js +2 -0
- package/dist/fn/sanitize.d.ts +2 -0
- package/dist/fn/sanitize.js +17 -0
- package/dist/fn/search.d.ts +2 -0
- package/dist/fn/search.js +62 -0
- package/dist/fn/selectElementText.d.ts +2 -0
- package/dist/fn/selectElementText.js +23 -0
- package/dist/fn/selector.d.ts +2 -0
- package/dist/fn/selector.js +2 -0
- package/dist/fn/setCookie.d.ts +2 -0
- package/dist/fn/setCookie.js +11 -0
- package/dist/fn/setCssVar.d.ts +2 -0
- package/dist/fn/setCssVar.js +7 -0
- package/dist/fn/setNavigationVars.d.ts +2 -0
- package/dist/fn/setNavigationVars.js +39 -0
- package/dist/fn/setProp.d.ts +2 -0
- package/dist/fn/setProp.js +3 -0
- package/dist/fn/setProperty.d.ts +2 -0
- package/dist/fn/setProperty.js +23 -0
- package/dist/fn/shorten.d.ts +2 -0
- package/dist/fn/shorten.js +18 -0
- package/dist/fn/shortenObj.d.ts +3 -0
- package/dist/fn/shortenObj.js +17 -0
- package/dist/fn/shuffle.d.ts +0 -5
- package/dist/fn/shuffle.js +1 -11
- package/dist/fn/simpleHash.d.ts +2 -0
- package/dist/fn/simpleHash.js +4 -0
- package/dist/fn/simpleHash1.d.ts +2 -0
- package/dist/fn/simpleHash1.js +10 -0
- package/dist/fn/simpleHash2.d.ts +2 -0
- package/dist/fn/simpleHash2.js +10 -0
- package/dist/fn/startChrono.d.ts +2 -0
- package/dist/fn/startChrono.js +13 -0
- package/dist/fn/stat.d.ts +2 -0
- package/dist/fn/stat.js +48 -0
- package/dist/fn/stopChrono.d.ts +2 -0
- package/dist/fn/stopChrono.js +6 -0
- package/dist/fn/string2ArrayBuffer.d.ts +2 -0
- package/dist/fn/string2ArrayBuffer.js +9 -0
- package/dist/fn/submit.d.ts +2 -0
- package/dist/fn/submit.js +38 -0
- package/dist/fn/substr.d.ts +2 -0
- package/dist/fn/substr.js +18 -0
- package/dist/fn/sum.d.ts +2 -0
- package/dist/fn/sum.js +6 -0
- package/dist/fn/timestamp.d.ts +2 -0
- package/dist/fn/timestamp.js +2 -0
- package/dist/fn/toCSV.d.ts +2 -0
- package/dist/fn/toCSV.js +40 -0
- package/dist/fn/toggleFullScreen.d.ts +2 -0
- package/dist/fn/toggleFullScreen.js +37 -0
- package/dist/fn/translate.d.ts +2 -0
- package/dist/fn/translate.js +4 -0
- package/dist/fn/treatAjaxArguments.d.ts +2 -0
- package/dist/fn/treatAjaxArguments.js +67 -0
- package/dist/fn/trim.d.ts +2 -0
- package/dist/fn/trim.js +20 -0
- package/dist/fn/uniqString.d.ts +2 -0
- package/dist/fn/uniqString.js +30 -0
- package/dist/fn/unique.d.ts +2 -0
- package/dist/fn/unique.js +2 -0
- package/dist/fn/upload.d.ts +2 -0
- package/dist/fn/upload.js +26 -0
- package/dist/fn/warning.d.ts +2 -0
- package/dist/fn/warning.js +3 -0
- package/dist/index.d.ts +1 -6
- package/dist/index.js +458 -5
- package/package.json +1 -1
package/dist/bundle.d.ts
CHANGED
|
@@ -1,17 +1,951 @@
|
|
|
1
|
+
declare module "fn/isString" {
|
|
2
|
+
const isString: (...args: any[]) => boolean;
|
|
3
|
+
export { isString };
|
|
4
|
+
}
|
|
5
|
+
declare module "fn/isInt" {
|
|
6
|
+
const isInt: () => boolean;
|
|
7
|
+
export { isInt };
|
|
8
|
+
}
|
|
9
|
+
declare module "fn/isFunction" {
|
|
10
|
+
const isFunction: () => boolean;
|
|
11
|
+
export { isFunction };
|
|
12
|
+
}
|
|
13
|
+
declare module "fn/log" {
|
|
14
|
+
const log: (...args: any[]) => any;
|
|
15
|
+
export { log };
|
|
16
|
+
}
|
|
17
|
+
declare module "fn/substr" {
|
|
18
|
+
const substr: (str: any, from: any, length: any) => any;
|
|
19
|
+
export { substr };
|
|
20
|
+
}
|
|
21
|
+
declare module "fn/_addLoader" {
|
|
22
|
+
const _addLoader: (requestId: any, prom: any, source: any) => number;
|
|
23
|
+
export { _addLoader };
|
|
24
|
+
}
|
|
25
|
+
declare module "fn/getProperty" {
|
|
26
|
+
const getProperty: (obj: any, prop: any) => any;
|
|
27
|
+
export { getProperty };
|
|
28
|
+
}
|
|
29
|
+
declare module "fn/removeAccents" {
|
|
30
|
+
const removeAccents: (st: any) => any;
|
|
31
|
+
export { removeAccents };
|
|
32
|
+
}
|
|
33
|
+
declare module "fn/isDate" {
|
|
34
|
+
const isDate: () => boolean;
|
|
35
|
+
export { isDate };
|
|
36
|
+
}
|
|
37
|
+
declare module "fn/_compareValues" {
|
|
38
|
+
const _compareValues: (a: any, b: any, prop: any, dir?: string) => 0 | 1 | -1;
|
|
39
|
+
export { _compareValues };
|
|
40
|
+
}
|
|
41
|
+
declare module "fn/isIterable" {
|
|
42
|
+
const isIterable: (v: any) => boolean;
|
|
43
|
+
export { isIterable };
|
|
44
|
+
}
|
|
45
|
+
declare module "fn/isArray" {
|
|
46
|
+
const isArray: () => boolean;
|
|
47
|
+
export { isArray };
|
|
48
|
+
}
|
|
49
|
+
declare module "fn/isNumber" {
|
|
50
|
+
const isNumber: () => boolean;
|
|
51
|
+
export { isNumber };
|
|
52
|
+
}
|
|
53
|
+
declare module "fn/removePrivateProp" {
|
|
54
|
+
import { removePrivateProp } from "fn/removePrivateProp";
|
|
55
|
+
const removePrivateProp: (obj: any, deep: any) => boolean;
|
|
56
|
+
export { removePrivateProp };
|
|
57
|
+
}
|
|
58
|
+
declare module "fn/iterate" {
|
|
59
|
+
const iterate: (obj: any, fn: any, noPrivate: any, reverse: any) => any;
|
|
60
|
+
export { iterate };
|
|
61
|
+
}
|
|
62
|
+
declare module "fn/each" {
|
|
63
|
+
const each: (arr: any, fn: any) => any;
|
|
64
|
+
export { each };
|
|
65
|
+
}
|
|
66
|
+
declare module "fn/numProperties" {
|
|
67
|
+
const numProperties: (obj: any) => number;
|
|
68
|
+
export { numProperties };
|
|
69
|
+
}
|
|
70
|
+
declare module "fn/isEmpty" {
|
|
71
|
+
const isEmpty: (obj: any) => boolean;
|
|
72
|
+
export { isEmpty };
|
|
73
|
+
}
|
|
74
|
+
declare module "fn/isNull" {
|
|
75
|
+
const isNull: () => boolean;
|
|
76
|
+
export { isNull };
|
|
77
|
+
}
|
|
78
|
+
declare module "fn/isObject" {
|
|
79
|
+
const isObject: () => boolean;
|
|
80
|
+
export { isObject };
|
|
81
|
+
}
|
|
82
|
+
declare module "fn/isDom" {
|
|
83
|
+
const isDom: () => boolean;
|
|
84
|
+
export { isDom };
|
|
85
|
+
}
|
|
86
|
+
declare module "fn/isCp" {
|
|
87
|
+
const isCp: () => boolean;
|
|
88
|
+
export { isCp };
|
|
89
|
+
}
|
|
90
|
+
declare module "fn/circularReplacer" {
|
|
91
|
+
const circularReplacer: () => (key: any, value: any) => any;
|
|
92
|
+
export { circularReplacer };
|
|
93
|
+
}
|
|
94
|
+
declare module "fn/simpleHash1" {
|
|
95
|
+
const simpleHash1: (str: any) => number;
|
|
96
|
+
export { simpleHash1 };
|
|
97
|
+
}
|
|
98
|
+
declare module "fn/simpleHash2" {
|
|
99
|
+
const simpleHash2: (str: any) => number;
|
|
100
|
+
export { simpleHash2 };
|
|
101
|
+
}
|
|
102
|
+
declare module "fn/simpleHash" {
|
|
103
|
+
const simpleHash: (str: any) => any;
|
|
104
|
+
export { simpleHash };
|
|
105
|
+
}
|
|
106
|
+
declare module "fn/hash" {
|
|
107
|
+
const hash: (obj: any) => any;
|
|
108
|
+
export { hash };
|
|
109
|
+
}
|
|
110
|
+
declare module "fn/isSame" {
|
|
111
|
+
import { isSame } from "fn/isSame";
|
|
112
|
+
const isSame: (obj1: any, obj2: any, done: any) => boolean;
|
|
113
|
+
export { isSame };
|
|
114
|
+
}
|
|
115
|
+
declare module "fn/compare" {
|
|
116
|
+
const compare: (v1: any, v2: any, operator: any) => boolean;
|
|
117
|
+
export { compare };
|
|
118
|
+
}
|
|
119
|
+
declare module "fn/compareConditions" {
|
|
120
|
+
import { compareConditions } from "fn/compareConditions";
|
|
121
|
+
const compareConditions: (data: any, filter: any) => boolean;
|
|
122
|
+
export { compareConditions };
|
|
123
|
+
}
|
|
124
|
+
declare module "fn/filterToConditions" {
|
|
125
|
+
import { filterToConditions } from "fn/filterToConditions";
|
|
126
|
+
const filterToConditions: (filter: any, operator: any) => any;
|
|
127
|
+
export { filterToConditions };
|
|
128
|
+
}
|
|
129
|
+
declare module "fn/search" {
|
|
130
|
+
const search: (arr: any, prop: any, val: any, operator: any, startFrom: any) => any;
|
|
131
|
+
export { search };
|
|
132
|
+
}
|
|
133
|
+
declare module "fn/getRow" {
|
|
134
|
+
const getRow: (arr: any, prop: any, val: any, operator: any) => any;
|
|
135
|
+
export { getRow };
|
|
136
|
+
}
|
|
137
|
+
declare module "fn/_deleteLoader" {
|
|
138
|
+
const _deleteLoader: (requestId: any, res: any, isAbort: any) => boolean;
|
|
139
|
+
export { _deleteLoader };
|
|
140
|
+
}
|
|
141
|
+
declare module "fn/getLoader" {
|
|
142
|
+
const getLoader: (requestId: any) => any;
|
|
143
|
+
export { getLoader };
|
|
144
|
+
}
|
|
145
|
+
declare module "fn/abort" {
|
|
146
|
+
const abort: (requestId: any) => void;
|
|
147
|
+
export { abort };
|
|
148
|
+
}
|
|
149
|
+
declare module "fn/filter" {
|
|
150
|
+
import { filter } from "fn/filter";
|
|
151
|
+
const filter: (arr: any, prop: any, val: any, operator: any) => any;
|
|
152
|
+
export { filter };
|
|
153
|
+
}
|
|
154
|
+
declare module "fn/abortURL" {
|
|
155
|
+
const abortURL: (url: any) => void;
|
|
156
|
+
export { abortURL };
|
|
157
|
+
}
|
|
158
|
+
declare module "fn/addColors" {
|
|
159
|
+
const addColors: (colors: any) => void;
|
|
160
|
+
export { addColors };
|
|
161
|
+
}
|
|
162
|
+
declare module "fn/addInputs" {
|
|
163
|
+
import { addInputs } from "fn/addInputs";
|
|
164
|
+
const addInputs: (form: any, params: any, prefix: any) => void;
|
|
165
|
+
export { addInputs };
|
|
166
|
+
}
|
|
167
|
+
declare module "fn/addStyle" {
|
|
168
|
+
const addStyle: (ele: any, o: any) => void;
|
|
169
|
+
export { addStyle };
|
|
170
|
+
}
|
|
171
|
+
declare module "fn/adjustSize" {
|
|
172
|
+
const adjustSize: (type: any, eles: any) => void;
|
|
173
|
+
export { adjustSize };
|
|
174
|
+
}
|
|
175
|
+
declare module "fn/adjustHeight" {
|
|
176
|
+
const adjustHeight: () => void;
|
|
177
|
+
export { adjustHeight };
|
|
178
|
+
}
|
|
179
|
+
declare module "fn/adjustWidth" {
|
|
180
|
+
const adjustWidth: () => void;
|
|
181
|
+
export { adjustWidth };
|
|
182
|
+
}
|
|
183
|
+
declare module "fn/escapeRegExp" {
|
|
184
|
+
const escapeRegExp: (str: any) => any;
|
|
185
|
+
export { escapeRegExp };
|
|
186
|
+
}
|
|
187
|
+
declare module "fn/replaceAll" {
|
|
188
|
+
const replaceAll: (find: any, replace: any, str: any, flags?: string) => any;
|
|
189
|
+
export { replaceAll };
|
|
190
|
+
}
|
|
191
|
+
declare module "fn/md5" {
|
|
192
|
+
const md5: (st: any) => string;
|
|
193
|
+
export { md5 };
|
|
194
|
+
}
|
|
195
|
+
declare module "fn/getRequestId" {
|
|
196
|
+
const getRequestId: (url: any, data: any, datatype: any) => string;
|
|
197
|
+
export { getRequestId };
|
|
198
|
+
}
|
|
199
|
+
declare module "fn/extend" {
|
|
200
|
+
import { extend } from "fn/extend";
|
|
201
|
+
const extend: () => any;
|
|
202
|
+
export { extend };
|
|
203
|
+
}
|
|
204
|
+
declare module "fn/defaultEndLoadingFunction" {
|
|
205
|
+
const defaultEndLoadingFunction: (url: any, data: any, res: any) => boolean;
|
|
206
|
+
export { defaultEndLoadingFunction };
|
|
207
|
+
}
|
|
208
|
+
declare module "fn/defaultAjaxErrorFunction" {
|
|
209
|
+
const defaultAjaxErrorFunction: (jqXHR: any, textStatus: any, errorThrown: any) => void;
|
|
210
|
+
export { defaultAjaxErrorFunction };
|
|
211
|
+
}
|
|
212
|
+
declare module "fn/defaultAjaxAbortFunction" {
|
|
213
|
+
const defaultAjaxAbortFunction: (message: any, url: any) => void;
|
|
214
|
+
export { defaultAjaxAbortFunction };
|
|
215
|
+
}
|
|
216
|
+
declare module "fn/defaultStartLoadingFunction" {
|
|
217
|
+
const defaultStartLoadingFunction: (url: any, data: any) => boolean;
|
|
218
|
+
export { defaultStartLoadingFunction };
|
|
219
|
+
}
|
|
220
|
+
declare module "fn/ajax" {
|
|
221
|
+
const ajax: (url: any, datatype: any, data: any, success: any, failure: any, abort: any) => any;
|
|
222
|
+
export { ajax };
|
|
223
|
+
}
|
|
224
|
+
declare module "fn/analyzeFunction" {
|
|
225
|
+
const analyzeFunction: (fn: any) => {
|
|
226
|
+
body: any;
|
|
227
|
+
args: any[];
|
|
228
|
+
argString: string;
|
|
229
|
+
isArrow: boolean;
|
|
230
|
+
hasFunction: boolean;
|
|
231
|
+
name: any;
|
|
232
|
+
isAsync: boolean;
|
|
233
|
+
hash: string;
|
|
234
|
+
};
|
|
235
|
+
export { analyzeFunction };
|
|
236
|
+
}
|
|
237
|
+
declare module "fn/animateCss" {
|
|
238
|
+
const animateCss: (ele: any, animationName: any, callback: any) => void;
|
|
239
|
+
export { animateCss };
|
|
240
|
+
}
|
|
241
|
+
declare module "fn/arrayBuffer2String" {
|
|
242
|
+
const arrayBuffer2String: (buf: any) => any;
|
|
243
|
+
export { arrayBuffer2String };
|
|
244
|
+
}
|
|
245
|
+
declare module "fn/arrayFromProp" {
|
|
246
|
+
const arrayFromProp: (arr: any, prop: any) => any[];
|
|
247
|
+
export { arrayFromProp };
|
|
248
|
+
}
|
|
249
|
+
declare module "fn/autoExtend" {
|
|
250
|
+
const autoExtend: (namespace: any, obj: any) => void;
|
|
251
|
+
export { autoExtend };
|
|
252
|
+
}
|
|
253
|
+
declare module "fn/baseName" {
|
|
254
|
+
const baseName: (path: any, suffix: any) => any;
|
|
255
|
+
export { baseName };
|
|
256
|
+
}
|
|
257
|
+
declare module "fn/br2nl" {
|
|
258
|
+
const br2nl: (st: any) => any;
|
|
259
|
+
export { br2nl };
|
|
260
|
+
}
|
|
261
|
+
declare module "fn/date" {
|
|
262
|
+
const date: (v: any) => any;
|
|
263
|
+
export { date };
|
|
264
|
+
}
|
|
265
|
+
declare module "fn/fdatetime" {
|
|
266
|
+
const fdatetime: (d: any, wrong_result: any) => any;
|
|
267
|
+
export { fdatetime };
|
|
268
|
+
}
|
|
269
|
+
declare module "fn/fdate" {
|
|
270
|
+
const fdate: (d: any, wrong_result: any) => any;
|
|
271
|
+
export { fdate };
|
|
272
|
+
}
|
|
273
|
+
declare module "fn/calendar" {
|
|
274
|
+
const calendar: (d: any, wrong_result: any) => any;
|
|
275
|
+
export { calendar };
|
|
276
|
+
}
|
|
277
|
+
declare module "fn/error" {
|
|
278
|
+
const error: (errorMsg: any) => never;
|
|
279
|
+
export { error };
|
|
280
|
+
}
|
|
281
|
+
declare module "fn/defaultLinkFunction" {
|
|
282
|
+
const defaultLinkFunction: (responseObj: any, ele: any) => boolean;
|
|
283
|
+
export { defaultLinkFunction };
|
|
284
|
+
}
|
|
285
|
+
declare module "fn/defaultPostLinkFunction" {
|
|
286
|
+
const defaultPostLinkFunction: (r: any) => boolean;
|
|
287
|
+
export { defaultPostLinkFunction };
|
|
288
|
+
}
|
|
289
|
+
declare module "fn/defaultAlertFunction" {
|
|
290
|
+
const defaultAlertFunction: (text: any, title: any) => void;
|
|
291
|
+
export { defaultAlertFunction };
|
|
292
|
+
}
|
|
293
|
+
declare module "fn/callback" {
|
|
294
|
+
const callback: (url: any, res: any, fn: any, fn2: any, ele: any) => boolean;
|
|
295
|
+
export { callback };
|
|
296
|
+
}
|
|
297
|
+
declare module "fn/camelize" {
|
|
298
|
+
const camelize: (str: any) => any;
|
|
299
|
+
export { camelize };
|
|
300
|
+
}
|
|
301
|
+
declare module "fn/camelToCss" {
|
|
302
|
+
const camelToCss: (str: any) => any;
|
|
303
|
+
export { camelToCss };
|
|
304
|
+
}
|
|
305
|
+
declare module "fn/canvasToImage" {
|
|
306
|
+
const canvasToImage: (canvas: any) => HTMLImageElement;
|
|
307
|
+
export { canvasToImage };
|
|
308
|
+
}
|
|
309
|
+
declare module "fn/center" {
|
|
310
|
+
const center: (ele: any) => any;
|
|
311
|
+
export { center };
|
|
312
|
+
}
|
|
313
|
+
declare module "fn/checkPropsDetails" {
|
|
314
|
+
const checkPropsDetails: (obj: any, props: any, checkEmpty: any) => {
|
|
315
|
+
error: boolean;
|
|
316
|
+
result: boolean;
|
|
317
|
+
};
|
|
318
|
+
export { checkPropsDetails };
|
|
319
|
+
}
|
|
320
|
+
declare module "fn/checkProps" {
|
|
321
|
+
const checkProps: (obj: any, props: any, checkEmpty: any) => boolean;
|
|
322
|
+
export { checkProps };
|
|
323
|
+
}
|
|
324
|
+
declare module "fn/checkPropsOrDie" {
|
|
325
|
+
const checkPropsOrDie: (obj: any, props: any, checkEmpty: any) => boolean;
|
|
326
|
+
export { checkPropsOrDie };
|
|
327
|
+
}
|
|
328
|
+
declare module "fn/correctCase" {
|
|
329
|
+
const correctCase: (str: any) => any;
|
|
330
|
+
export { correctCase };
|
|
331
|
+
}
|
|
332
|
+
declare module "fn/checkType" {
|
|
333
|
+
const checkType: (value: any, type: any, msg: any, ...logs: any[]) => void;
|
|
334
|
+
export { checkType };
|
|
335
|
+
}
|
|
336
|
+
declare module "fn/clone" {
|
|
337
|
+
import { clone } from "fn/clone";
|
|
338
|
+
const clone: (obj: any) => any;
|
|
339
|
+
export { clone };
|
|
340
|
+
}
|
|
341
|
+
declare module "fn/colorToHex" {
|
|
342
|
+
const colorToHex: (color: any) => string | CanvasGradient | CanvasPattern;
|
|
343
|
+
export { colorToHex };
|
|
344
|
+
}
|
|
345
|
+
declare module "fn/copy" {
|
|
346
|
+
const copy: (st: any) => Promise<unknown>;
|
|
347
|
+
export { copy };
|
|
348
|
+
}
|
|
349
|
+
declare module "fn/count" {
|
|
350
|
+
const count: (arr: any, prop: any, val: any, operator: any) => any;
|
|
351
|
+
export { count };
|
|
352
|
+
}
|
|
353
|
+
declare module "fn/crc32" {
|
|
354
|
+
const crc32: (str: any) => number;
|
|
355
|
+
export { crc32 };
|
|
356
|
+
}
|
|
357
|
+
declare module "fn/createObject" {
|
|
358
|
+
const createObject: () => any;
|
|
359
|
+
export { createObject };
|
|
360
|
+
}
|
|
361
|
+
declare module "fn/cssExists" {
|
|
362
|
+
const cssExists: (f: any) => boolean;
|
|
363
|
+
export { cssExists };
|
|
364
|
+
}
|
|
365
|
+
declare module "fn/dateSQL" {
|
|
366
|
+
const dateSQL: (v: any, dayOnly: any) => any;
|
|
367
|
+
export { dateSQL };
|
|
368
|
+
}
|
|
369
|
+
declare module "fn/daysInMonth" {
|
|
370
|
+
const daysInMonth: (v: any) => any;
|
|
371
|
+
export { daysInMonth };
|
|
372
|
+
}
|
|
373
|
+
declare module "fn/deepPath" {
|
|
374
|
+
import { deepPath } from "fn/deepPath";
|
|
375
|
+
const deepPath: (arr: any, filter: any, deepProperty: any, res?: any[]) => false | any[];
|
|
376
|
+
export { deepPath };
|
|
377
|
+
}
|
|
378
|
+
declare module "fn/defaultConfirmFunction" {
|
|
379
|
+
const defaultConfirmFunction: (text: any, yesFn: any, noFn: any) => void;
|
|
380
|
+
export { defaultConfirmFunction };
|
|
381
|
+
}
|
|
382
|
+
declare module "fn/defaultErrorFunction" {
|
|
383
|
+
const defaultErrorFunction: (message: any) => void;
|
|
384
|
+
export { defaultErrorFunction };
|
|
385
|
+
}
|
|
386
|
+
declare module "fn/defaultHistoryFunction" {
|
|
387
|
+
const defaultHistoryFunction: (obj: any) => boolean;
|
|
388
|
+
export { defaultHistoryFunction };
|
|
389
|
+
}
|
|
390
|
+
declare module "fn/defaultPreLinkFunction" {
|
|
391
|
+
const defaultPreLinkFunction: (url: any, ele: any) => boolean;
|
|
392
|
+
export { defaultPreLinkFunction };
|
|
393
|
+
}
|
|
394
|
+
declare module "fn/defaultResizeFunction" {
|
|
395
|
+
const defaultResizeFunction: () => boolean;
|
|
396
|
+
export { defaultResizeFunction };
|
|
397
|
+
}
|
|
398
|
+
declare module "fn/deleteProp" {
|
|
399
|
+
const deleteProp: (obj: any, prop: any) => void;
|
|
400
|
+
export { deleteProp };
|
|
401
|
+
}
|
|
402
|
+
declare module "fn/isValue" {
|
|
403
|
+
const isValue: () => boolean;
|
|
404
|
+
export { isValue };
|
|
405
|
+
}
|
|
406
|
+
declare module "fn/diffObj" {
|
|
407
|
+
import { diffObj } from "fn/diffObj";
|
|
408
|
+
const diffObj: (obj1: any, obj2: any, unchanged: any, notRoot: any) => any;
|
|
409
|
+
export { diffObj };
|
|
410
|
+
}
|
|
411
|
+
declare module "fn/dirName" {
|
|
412
|
+
const dirName: (path: any) => any;
|
|
413
|
+
export { dirName };
|
|
414
|
+
}
|
|
415
|
+
declare module "fn/isBlob" {
|
|
416
|
+
const isBlob: () => boolean;
|
|
417
|
+
export { isBlob };
|
|
418
|
+
}
|
|
419
|
+
declare module "fn/fileExt" {
|
|
420
|
+
const fileExt: (filename: any) => any;
|
|
421
|
+
export { fileExt };
|
|
422
|
+
}
|
|
423
|
+
declare module "fn/isCanvas" {
|
|
424
|
+
const isCanvas: () => boolean;
|
|
425
|
+
export { isCanvas };
|
|
426
|
+
}
|
|
427
|
+
declare module "fn/downloadContent" {
|
|
428
|
+
const downloadContent: (filename: any, content: any, type: any) => void;
|
|
429
|
+
export { downloadContent };
|
|
430
|
+
}
|
|
431
|
+
declare module "fn/download" {
|
|
432
|
+
const download: (url: any, filename: any, params: any) => any;
|
|
433
|
+
export { download };
|
|
434
|
+
}
|
|
435
|
+
declare module "fn/eraseCookie" {
|
|
436
|
+
const eraseCookie: (name: any) => void;
|
|
437
|
+
export { eraseCookie };
|
|
438
|
+
}
|
|
439
|
+
declare module "fn/escapeDquotes" {
|
|
440
|
+
const escapeDquotes: (str: any) => any;
|
|
441
|
+
export { escapeDquotes };
|
|
442
|
+
}
|
|
443
|
+
declare module "fn/escapeSquotes" {
|
|
444
|
+
const escapeSquotes: (str: any) => any;
|
|
445
|
+
export { escapeSquotes };
|
|
446
|
+
}
|
|
447
|
+
declare module "fn/escapeTicks" {
|
|
448
|
+
const escapeTicks: (str: any) => any;
|
|
449
|
+
export { escapeTicks };
|
|
450
|
+
}
|
|
451
|
+
declare module "fn/escapeUrl" {
|
|
452
|
+
const escapeUrl: (url: any, params: any) => string;
|
|
453
|
+
export { escapeUrl };
|
|
454
|
+
}
|
|
455
|
+
declare module "fn/extendOut" {
|
|
456
|
+
import { extendOut } from "fn/extendOut";
|
|
457
|
+
const extendOut: () => any;
|
|
458
|
+
export { extendOut };
|
|
459
|
+
}
|
|
460
|
+
declare module "fn/fieldValue" {
|
|
461
|
+
const fieldValue: (field: any) => any;
|
|
462
|
+
export { fieldValue };
|
|
463
|
+
}
|
|
464
|
+
declare module "fn/findAll" {
|
|
465
|
+
import { findAll } from "fn/findAll";
|
|
466
|
+
const findAll: (arr: any, filter: any, deepProperty: any, res?: any[]) => any[];
|
|
467
|
+
export { findAll };
|
|
468
|
+
}
|
|
469
|
+
declare module "fn/fori" {
|
|
470
|
+
const fori: (arr: any, fn: any, max?: number, min?: number) => void;
|
|
471
|
+
export { fori };
|
|
472
|
+
}
|
|
473
|
+
declare module "fn/forir" {
|
|
474
|
+
const forir: (arr: any, fn: any, max?: number, min?: number) => void;
|
|
475
|
+
export { forir };
|
|
476
|
+
}
|
|
477
|
+
declare module "fn/format" {
|
|
478
|
+
const format: (str: any) => any;
|
|
479
|
+
export { format };
|
|
480
|
+
}
|
|
481
|
+
declare module "fn/formatBytes" {
|
|
482
|
+
const formatBytes: (bytes: any, decimals?: number) => string;
|
|
483
|
+
export { formatBytes };
|
|
484
|
+
}
|
|
485
|
+
declare module "fn/formatDate" {
|
|
486
|
+
const formatDate: (date: any, format: any) => any;
|
|
487
|
+
export { formatDate };
|
|
488
|
+
}
|
|
489
|
+
declare module "fn/formatSize" {
|
|
490
|
+
const formatSize: (st: any, noValid: any) => any;
|
|
491
|
+
export { formatSize };
|
|
492
|
+
}
|
|
493
|
+
declare module "fn/formdata" {
|
|
494
|
+
const formdata: (form: any) => {};
|
|
495
|
+
export { formdata };
|
|
496
|
+
}
|
|
497
|
+
declare module "fn/fromXml" {
|
|
498
|
+
const fromXml: (xml: any, arrayTags: any) => {};
|
|
499
|
+
export { fromXml };
|
|
500
|
+
}
|
|
501
|
+
declare module "fn/ftime" {
|
|
502
|
+
const ftime: (d: any, wrong_result: any) => any;
|
|
503
|
+
export { ftime };
|
|
504
|
+
}
|
|
505
|
+
declare module "fn/unique" {
|
|
506
|
+
const unique: (arr: any) => any;
|
|
507
|
+
export { unique };
|
|
508
|
+
}
|
|
509
|
+
declare module "fn/getAllTags" {
|
|
510
|
+
const getAllTags: () => any;
|
|
511
|
+
export { getAllTags };
|
|
512
|
+
}
|
|
513
|
+
declare module "fn/getAncestors" {
|
|
514
|
+
const getAncestors: (ele: any, sel: any) => any[];
|
|
515
|
+
export { getAncestors };
|
|
516
|
+
}
|
|
517
|
+
declare module "fn/getAttributes" {
|
|
518
|
+
const getAttributes: (ele: any) => any;
|
|
519
|
+
export { getAttributes };
|
|
520
|
+
}
|
|
521
|
+
declare module "fn/getBrowserName" {
|
|
522
|
+
const getBrowserName: () => "Edge" | "Opera" | "Chrome" | "Internet Explorer" | "Firefox" | "Safari" | "Other";
|
|
523
|
+
export { getBrowserName };
|
|
524
|
+
}
|
|
525
|
+
declare module "fn/getBrowserVersion" {
|
|
526
|
+
const getBrowserVersion: () => string;
|
|
527
|
+
export { getBrowserVersion };
|
|
528
|
+
}
|
|
529
|
+
declare module "fn/getCookie" {
|
|
530
|
+
const getCookie: (name: any) => any;
|
|
531
|
+
export { getCookie };
|
|
532
|
+
}
|
|
533
|
+
declare module "fn/getCssVar" {
|
|
534
|
+
const getCssVar: (varname: any) => string;
|
|
535
|
+
export { getCssVar };
|
|
536
|
+
}
|
|
537
|
+
declare module "fn/getDay" {
|
|
538
|
+
const getDay: (v: any) => number | false;
|
|
539
|
+
export { getDay };
|
|
540
|
+
}
|
|
541
|
+
declare module "fn/getDeviceType" {
|
|
542
|
+
const getDeviceType: () => "mobile" | "tablet" | "desktop";
|
|
543
|
+
export { getDeviceType };
|
|
544
|
+
}
|
|
545
|
+
declare module "fn/getHTMLOfSelection" {
|
|
546
|
+
const getHTMLOfSelection: () => any;
|
|
547
|
+
export { getHTMLOfSelection };
|
|
548
|
+
}
|
|
549
|
+
declare module "fn/getEventData" {
|
|
550
|
+
const getEventData: (e: any) => Promise<unknown>;
|
|
551
|
+
export { getEventData };
|
|
552
|
+
}
|
|
553
|
+
declare module "fn/getField" {
|
|
554
|
+
const getField: (arr: any, field: any, prop: any, val: any, operator: any) => any;
|
|
555
|
+
export { getField };
|
|
556
|
+
}
|
|
557
|
+
declare module "fn/getFieldValues" {
|
|
558
|
+
const getFieldValues: (arr: any, field: any, prop: any, val: any, operator: any) => any[];
|
|
559
|
+
export { getFieldValues };
|
|
560
|
+
}
|
|
561
|
+
declare module "fn/removeHtmlComments" {
|
|
562
|
+
const removeHtmlComments: (str: any) => any;
|
|
563
|
+
export { removeHtmlComments };
|
|
564
|
+
}
|
|
565
|
+
declare module "fn/getHtml" {
|
|
566
|
+
const getHtml: (ele: any, stripComments?: boolean) => any;
|
|
567
|
+
export { getHtml };
|
|
568
|
+
}
|
|
569
|
+
declare module "fn/getPath" {
|
|
570
|
+
const getPath: (element: any) => any;
|
|
571
|
+
export { getPath };
|
|
572
|
+
}
|
|
573
|
+
declare module "fn/getProp" {
|
|
574
|
+
const getProp: (obj: any, prop: any) => any;
|
|
575
|
+
export { getProp };
|
|
576
|
+
}
|
|
577
|
+
declare module "fn/getScrollBarSize" {
|
|
578
|
+
const getScrollBarSize: () => any;
|
|
579
|
+
export { getScrollBarSize };
|
|
580
|
+
}
|
|
581
|
+
declare module "fn/getText" {
|
|
582
|
+
const getText: (ele: any) => any;
|
|
583
|
+
export { getText };
|
|
584
|
+
}
|
|
585
|
+
declare module "fn/getTimeoff" {
|
|
586
|
+
const getTimeoff: () => number;
|
|
587
|
+
export { getTimeoff };
|
|
588
|
+
}
|
|
589
|
+
declare module "fn/happy" {
|
|
590
|
+
const happy: (...args: any[]) => any;
|
|
591
|
+
export { happy };
|
|
592
|
+
}
|
|
593
|
+
declare module "fn/hex2rgb" {
|
|
594
|
+
const hex2rgb: (hex: any) => {
|
|
595
|
+
r: number;
|
|
596
|
+
g: number;
|
|
597
|
+
b: number;
|
|
598
|
+
};
|
|
599
|
+
export { hex2rgb };
|
|
600
|
+
}
|
|
601
|
+
declare module "fn/history" {
|
|
602
|
+
const history: () => false | History;
|
|
603
|
+
export { history };
|
|
604
|
+
}
|
|
605
|
+
declare module "fn/html2text" {
|
|
606
|
+
const html2text: (st: any) => any;
|
|
607
|
+
export { html2text };
|
|
608
|
+
}
|
|
609
|
+
declare module "fn/imageToCanvas" {
|
|
610
|
+
const imageToCanvas: (img: any) => HTMLCanvasElement;
|
|
611
|
+
export { imageToCanvas };
|
|
612
|
+
}
|
|
613
|
+
declare module "fn/imgToBase64" {
|
|
614
|
+
const imgToBase64: (img: any) => HTMLImageElement;
|
|
615
|
+
export { imgToBase64 };
|
|
616
|
+
}
|
|
617
|
+
declare module "fn/info" {
|
|
618
|
+
const info: (...args: any[]) => any;
|
|
619
|
+
export { info };
|
|
620
|
+
}
|
|
621
|
+
declare module "fn/treatAjaxArguments" {
|
|
622
|
+
const treatAjaxArguments: (args: any) => any;
|
|
623
|
+
export { treatAjaxArguments };
|
|
624
|
+
}
|
|
625
|
+
declare module "fn/setNavigationVars" {
|
|
626
|
+
const setNavigationVars: (url: any, title: any, data: any, repl: any) => void;
|
|
627
|
+
export { setNavigationVars };
|
|
628
|
+
}
|
|
629
|
+
declare module "fn/link" {
|
|
630
|
+
import { link } from "fn/link";
|
|
631
|
+
const link: () => any;
|
|
632
|
+
export { link };
|
|
633
|
+
}
|
|
634
|
+
declare module "fn/post" {
|
|
635
|
+
const post: () => any;
|
|
636
|
+
export { post };
|
|
637
|
+
}
|
|
638
|
+
declare module "fn/submit" {
|
|
639
|
+
const submit: (form: any, e: any, fn: any) => void;
|
|
640
|
+
export { submit };
|
|
641
|
+
}
|
|
642
|
+
declare module "fn/resize" {
|
|
643
|
+
const resize: () => void;
|
|
644
|
+
export { resize };
|
|
645
|
+
}
|
|
646
|
+
declare module "fn/isMobileDevice" {
|
|
647
|
+
const isMobileDevice: () => boolean;
|
|
648
|
+
export { isMobileDevice };
|
|
649
|
+
}
|
|
650
|
+
declare module "fn/isTabletDevice" {
|
|
651
|
+
const isTabletDevice: () => boolean;
|
|
652
|
+
export { isTabletDevice };
|
|
653
|
+
}
|
|
654
|
+
declare module "fn/isMobile" {
|
|
655
|
+
const isMobile: () => boolean;
|
|
656
|
+
export { isMobile };
|
|
657
|
+
}
|
|
658
|
+
declare module "fn/init" {
|
|
659
|
+
const init: (cfg: any, force: any) => void;
|
|
660
|
+
export { init };
|
|
661
|
+
}
|
|
662
|
+
declare module "fn/isActiveInterface" {
|
|
663
|
+
const isActiveInterface: (secs?: number) => boolean;
|
|
664
|
+
export { isActiveInterface };
|
|
665
|
+
}
|
|
666
|
+
declare module "fn/isBoolean" {
|
|
667
|
+
const isBoolean: () => boolean;
|
|
668
|
+
export { isBoolean };
|
|
669
|
+
}
|
|
670
|
+
declare module "fn/isColor" {
|
|
671
|
+
const isColor: (st: any) => boolean;
|
|
672
|
+
export { isColor };
|
|
673
|
+
}
|
|
674
|
+
declare module "fn/isComment" {
|
|
675
|
+
const isComment: () => boolean;
|
|
676
|
+
export { isComment };
|
|
677
|
+
}
|
|
678
|
+
declare module "fn/isDesktopDevice" {
|
|
679
|
+
const isDesktopDevice: () => boolean;
|
|
680
|
+
export { isDesktopDevice };
|
|
681
|
+
}
|
|
682
|
+
declare module "fn/isValidDimension" {
|
|
683
|
+
const isValidDimension: (st: any) => boolean;
|
|
684
|
+
export { isValidDimension };
|
|
685
|
+
}
|
|
686
|
+
declare module "fn/isDimension" {
|
|
687
|
+
const isDimension: (st: any) => boolean;
|
|
688
|
+
export { isDimension };
|
|
689
|
+
}
|
|
690
|
+
declare module "fn/isEmail" {
|
|
691
|
+
const isEmail: (st: any) => boolean;
|
|
692
|
+
export { isEmail };
|
|
693
|
+
}
|
|
694
|
+
declare module "fn/isEvent" {
|
|
695
|
+
const isEvent: () => boolean;
|
|
696
|
+
export { isEvent };
|
|
697
|
+
}
|
|
698
|
+
declare module "fn/isFocused" {
|
|
699
|
+
const isFocused: (ele: any, contain: any) => any;
|
|
700
|
+
export { isFocused };
|
|
701
|
+
}
|
|
702
|
+
declare module "fn/isIP" {
|
|
703
|
+
const isIP: (st: any) => any;
|
|
704
|
+
export { isIP };
|
|
705
|
+
}
|
|
706
|
+
declare module "fn/isHostname" {
|
|
707
|
+
const isHostname: (st: any) => any;
|
|
708
|
+
export { isHostname };
|
|
709
|
+
}
|
|
710
|
+
declare module "fn/isInside" {
|
|
711
|
+
const isInside: (ele: any, ancestor: any) => boolean;
|
|
712
|
+
export { isInside };
|
|
713
|
+
}
|
|
714
|
+
declare module "fn/isPercent" {
|
|
715
|
+
const isPercent: () => boolean;
|
|
716
|
+
export { isPercent };
|
|
717
|
+
}
|
|
718
|
+
declare module "fn/isPrimitive" {
|
|
719
|
+
const isPrimitive: () => boolean;
|
|
720
|
+
export { isPrimitive };
|
|
721
|
+
}
|
|
722
|
+
declare module "fn/isPromise" {
|
|
723
|
+
const isPromise: () => boolean;
|
|
724
|
+
export { isPromise };
|
|
725
|
+
}
|
|
726
|
+
declare module "fn/isPropSize" {
|
|
727
|
+
const isPropSize: (name: any) => boolean;
|
|
728
|
+
export { isPropSize };
|
|
729
|
+
}
|
|
730
|
+
declare module "fn/isSQLDate" {
|
|
731
|
+
const isSQLDate: () => boolean;
|
|
732
|
+
export { isSQLDate };
|
|
733
|
+
}
|
|
734
|
+
declare module "fn/isSymbol" {
|
|
735
|
+
const isSymbol: () => boolean;
|
|
736
|
+
export { isSymbol };
|
|
737
|
+
}
|
|
738
|
+
declare module "fn/isURL" {
|
|
739
|
+
const isURL: (str: any) => any;
|
|
740
|
+
export { isURL };
|
|
741
|
+
}
|
|
742
|
+
declare module "fn/isValidName" {
|
|
743
|
+
const isValidName: (st: any) => boolean;
|
|
744
|
+
export { isValidName };
|
|
745
|
+
}
|
|
746
|
+
declare module "fn/isVue" {
|
|
747
|
+
const isVue: () => any;
|
|
748
|
+
export { isVue };
|
|
749
|
+
}
|
|
750
|
+
declare module "fn/lightenDarkenHex" {
|
|
751
|
+
const lightenDarkenHex: (hex: any, amt: any) => string;
|
|
752
|
+
export { lightenDarkenHex };
|
|
753
|
+
}
|
|
754
|
+
declare module "fn/warning" {
|
|
755
|
+
const warning: (message: any) => any;
|
|
756
|
+
export { warning };
|
|
757
|
+
}
|
|
758
|
+
declare module "fn/makeReactive" {
|
|
759
|
+
import { makeReactive } from "fn/makeReactive";
|
|
760
|
+
const makeReactive: (obj: any, onSet: any, parent: any, parentProp: any) => any;
|
|
761
|
+
export { makeReactive };
|
|
762
|
+
}
|
|
763
|
+
declare module "fn/map" {
|
|
764
|
+
import { map } from "fn/map";
|
|
765
|
+
const map: (arr: any, fn: any, deepProp: any, level?: number) => any;
|
|
766
|
+
export { map };
|
|
767
|
+
}
|
|
768
|
+
declare module "fn/money" {
|
|
769
|
+
const money: (val: any, kilo: any, currency: any, novalue: any, decimal: any, thousands: any, precision: any) => any;
|
|
770
|
+
export { money };
|
|
771
|
+
}
|
|
772
|
+
declare module "fn/move" {
|
|
773
|
+
const move: (arr: any, fromIndex: any, toIndex: any) => any;
|
|
774
|
+
export { move };
|
|
775
|
+
}
|
|
776
|
+
declare module "fn/multiorder" {
|
|
777
|
+
const multiorder: (arr: any, orders: any) => any;
|
|
778
|
+
export { multiorder };
|
|
779
|
+
}
|
|
780
|
+
declare module "fn/nl2br" {
|
|
781
|
+
const nl2br: (st: any, keepNl: any) => any;
|
|
782
|
+
export { nl2br };
|
|
783
|
+
}
|
|
784
|
+
declare module "fn/objectToFormData" {
|
|
785
|
+
const objectToFormData: (obj: any, key: any, ignoreList: any) => FormData;
|
|
786
|
+
export { objectToFormData };
|
|
787
|
+
}
|
|
788
|
+
declare module "fn/order" {
|
|
789
|
+
const order: (arr: any, prop: any, dir?: string) => any;
|
|
790
|
+
export { order };
|
|
791
|
+
}
|
|
792
|
+
declare module "fn/selector" {
|
|
793
|
+
const selector: (ele: any) => any;
|
|
794
|
+
export { selector };
|
|
795
|
+
}
|
|
796
|
+
declare module "fn/outerHeight" {
|
|
797
|
+
const outerHeight: (ele: any) => number;
|
|
798
|
+
export { outerHeight };
|
|
799
|
+
}
|
|
800
|
+
declare module "fn/outerWidth" {
|
|
801
|
+
const outerWidth: (ele: any) => number;
|
|
802
|
+
export { outerWidth };
|
|
803
|
+
}
|
|
804
|
+
declare module "fn/percent" {
|
|
805
|
+
const percent: (percent: any, cent: any) => number;
|
|
806
|
+
export { percent };
|
|
807
|
+
}
|
|
808
|
+
declare module "fn/pickValue" {
|
|
809
|
+
const pickValue: (arr: any) => any;
|
|
810
|
+
export { pickValue };
|
|
811
|
+
}
|
|
812
|
+
declare module "fn/postOut" {
|
|
813
|
+
const postOut: (url: any, data: any, success: any, target: any) => void;
|
|
814
|
+
export { postOut };
|
|
815
|
+
}
|
|
816
|
+
declare module "fn/printf" {
|
|
817
|
+
const printf: (format: any) => any;
|
|
818
|
+
export { printf };
|
|
819
|
+
}
|
|
820
|
+
declare module "fn/quotes2html" {
|
|
821
|
+
const quotes2html: (st: any, type: any) => any;
|
|
822
|
+
export { quotes2html };
|
|
823
|
+
}
|
|
824
|
+
declare module "fn/randomInt" {
|
|
825
|
+
const randomInt: (min: any, max: any) => number;
|
|
826
|
+
export { randomInt };
|
|
827
|
+
}
|
|
828
|
+
declare module "fn/randomString" {
|
|
829
|
+
const randomString: (min: any, max: any, types: any) => string;
|
|
830
|
+
export { randomString };
|
|
831
|
+
}
|
|
832
|
+
declare module "fn/removeEmpty" {
|
|
833
|
+
const removeEmpty: (arr: any) => any[];
|
|
834
|
+
export { removeEmpty };
|
|
835
|
+
}
|
|
836
|
+
declare module "fn/removeExtraSpaces" {
|
|
837
|
+
const removeExtraSpaces: (str: any) => any;
|
|
838
|
+
export { removeExtraSpaces };
|
|
839
|
+
}
|
|
840
|
+
declare module "fn/removeTrailingChars" {
|
|
841
|
+
const removeTrailingChars: (st: any, char: any) => any;
|
|
842
|
+
export { removeTrailingChars };
|
|
843
|
+
}
|
|
844
|
+
declare module "fn/repeat" {
|
|
845
|
+
const repeat: (st: any, num: any) => string;
|
|
846
|
+
export { repeat };
|
|
847
|
+
}
|
|
848
|
+
declare module "fn/replaceSelection" {
|
|
849
|
+
const replaceSelection: (html: any, selectInserted: any) => void;
|
|
850
|
+
export { replaceSelection };
|
|
851
|
+
}
|
|
852
|
+
declare module "fn/rgb2hex" {
|
|
853
|
+
const rgb2hex: (rgb: any) => string;
|
|
854
|
+
export { rgb2hex };
|
|
855
|
+
}
|
|
856
|
+
declare module "fn/riterate" {
|
|
857
|
+
const riterate: (obj: any, fn: any, noPrivate: any) => any;
|
|
858
|
+
export { riterate };
|
|
859
|
+
}
|
|
860
|
+
declare module "fn/roundDecimal" {
|
|
861
|
+
const roundDecimal: (value: any, decimals: any) => number;
|
|
862
|
+
export { roundDecimal };
|
|
863
|
+
}
|
|
864
|
+
declare module "fn/trim" {
|
|
865
|
+
const trim: (str: any, hair?: string) => any;
|
|
866
|
+
export { trim };
|
|
867
|
+
}
|
|
868
|
+
declare module "fn/sanitize" {
|
|
869
|
+
const sanitize: (str: any, separator?: string) => any;
|
|
870
|
+
export { sanitize };
|
|
871
|
+
}
|
|
872
|
+
declare module "fn/selectElementText" {
|
|
873
|
+
const selectElementText: (ele: any, win: any) => void;
|
|
874
|
+
export { selectElementText };
|
|
875
|
+
}
|
|
876
|
+
declare module "fn/setCookie" {
|
|
877
|
+
const setCookie: (name: any, value: any, days: any) => void;
|
|
878
|
+
export { setCookie };
|
|
879
|
+
}
|
|
880
|
+
declare module "fn/setCssVar" {
|
|
881
|
+
const setCssVar: (varname: any, value: any) => void;
|
|
882
|
+
export { setCssVar };
|
|
883
|
+
}
|
|
884
|
+
declare module "fn/setProp" {
|
|
885
|
+
const setProp: (obj: any, prop: any, value: any, writable?: boolean, configurable?: boolean) => void;
|
|
886
|
+
export { setProp };
|
|
887
|
+
}
|
|
888
|
+
declare module "fn/setProperty" {
|
|
889
|
+
const setProperty: (obj: any, prop: any, value: any, force: any) => void;
|
|
890
|
+
export { setProperty };
|
|
891
|
+
}
|
|
892
|
+
declare module "fn/shorten" {
|
|
893
|
+
const shorten: (st: any, len: any, adj: any) => any;
|
|
894
|
+
export { shorten };
|
|
895
|
+
}
|
|
896
|
+
declare module "fn/shortenObj" {
|
|
897
|
+
import { shortenObj } from "fn/shortenObj";
|
|
898
|
+
const shortenObj: (obj: any, max?: number) => any;
|
|
899
|
+
export { shortenObj };
|
|
900
|
+
}
|
|
1
901
|
declare module "fn/shuffle" {
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
* @param {Array} array
|
|
5
|
-
* @returns Array
|
|
6
|
-
*/
|
|
7
902
|
const shuffle: (array: any) => any;
|
|
8
903
|
export { shuffle };
|
|
9
904
|
}
|
|
905
|
+
declare module "fn/startChrono" {
|
|
906
|
+
const startChrono: (name: any) => void;
|
|
907
|
+
export { startChrono };
|
|
908
|
+
}
|
|
909
|
+
declare module "fn/stat" {
|
|
910
|
+
const stat: (returnStat: any) => any;
|
|
911
|
+
export { stat };
|
|
912
|
+
}
|
|
913
|
+
declare module "fn/stopChrono" {
|
|
914
|
+
const stopChrono: (name: any) => number;
|
|
915
|
+
export { stopChrono };
|
|
916
|
+
}
|
|
917
|
+
declare module "fn/string2ArrayBuffer" {
|
|
918
|
+
const string2ArrayBuffer: (str: any) => ArrayBuffer;
|
|
919
|
+
export { string2ArrayBuffer };
|
|
920
|
+
}
|
|
921
|
+
declare module "fn/sum" {
|
|
922
|
+
const sum: (arr: any, numberProp: any, prop: any, val: any, operator: any) => number;
|
|
923
|
+
export { sum };
|
|
924
|
+
}
|
|
925
|
+
declare module "fn/timestamp" {
|
|
926
|
+
const timestamp: (seconds: any) => number;
|
|
927
|
+
export { timestamp };
|
|
928
|
+
}
|
|
929
|
+
declare module "fn/toCSV" {
|
|
930
|
+
const toCSV: (arr: any, valSep?: string, rowSep?: string, valEsc?: string) => string;
|
|
931
|
+
export { toCSV };
|
|
932
|
+
}
|
|
933
|
+
declare module "fn/toggleFullScreen" {
|
|
934
|
+
const toggleFullScreen: () => void;
|
|
935
|
+
export { toggleFullScreen };
|
|
936
|
+
}
|
|
937
|
+
declare module "fn/translate" {
|
|
938
|
+
const translate: (o: any, namespace: any) => void;
|
|
939
|
+
export { translate };
|
|
940
|
+
}
|
|
941
|
+
declare module "fn/uniqString" {
|
|
942
|
+
const uniqString: () => string;
|
|
943
|
+
export { uniqString };
|
|
944
|
+
}
|
|
945
|
+
declare module "fn/upload" {
|
|
946
|
+
const upload: (url: any, file: any, success: any, failure: any, progress: any) => any;
|
|
947
|
+
export { upload };
|
|
948
|
+
}
|
|
10
949
|
declare module "index" {
|
|
11
|
-
|
|
12
|
-
const vars: {};
|
|
13
|
-
const fn: {
|
|
14
|
-
shuffle: (array: any) => any;
|
|
15
|
-
};
|
|
16
|
-
export { env, vars, fn };
|
|
950
|
+
export {};
|
|
17
951
|
}
|