@bbn/bbn 1.0.118 → 1.0.119
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/$.js +1 -1
- package/dist/_.js +11 -7
- package/dist/bundle-webpack.js +17 -13549
- package/dist/bundle-webpack.js.map +1 -1
- package/dist/db.js +82 -81
- package/dist/env.js +1 -1
- package/dist/fn/ajax/_addLoader.js +6 -6
- package/dist/fn/ajax/_deleteLoader.js +16 -14
- package/dist/fn/ajax/abort.js +3 -3
- package/dist/fn/ajax/abortURL.js +4 -4
- package/dist/fn/ajax/ajax.js +36 -31
- package/dist/fn/ajax/callback.js +14 -10
- package/dist/fn/ajax/download.js +15 -13
- package/dist/fn/ajax/downloadContent.js +10 -9
- package/dist/fn/ajax/getLoader.js +3 -3
- package/dist/fn/ajax/getRequestId.js +5 -5
- package/dist/fn/ajax/link.js +20 -16
- package/dist/fn/ajax/post.js +10 -6
- package/dist/fn/ajax/postOut.js +7 -5
- package/dist/fn/ajax/setNavigationVars.js +11 -9
- package/dist/fn/ajax/treatAjaxArguments.js +8 -8
- package/dist/fn/ajax/upload.js +11 -8
- package/dist/fn/browser/copy.js +10 -8
- package/dist/fn/browser/eraseCookie.js +1 -1
- package/dist/fn/browser/error.js +4 -4
- package/dist/fn/browser/getBrowserName.js +2 -2
- package/dist/fn/browser/getBrowserVersion.js +2 -2
- package/dist/fn/browser/getCookie.js +6 -6
- package/dist/fn/browser/getDeviceType.js +2 -2
- package/dist/fn/browser/getEventData.js +33 -33
- package/dist/fn/browser/happy.js +6 -2
- package/dist/fn/browser/history.js +1 -1
- package/dist/fn/browser/info.js +6 -2
- package/dist/fn/browser/isActiveInterface.js +3 -2
- package/dist/fn/browser/isDesktopDevice.js +2 -2
- package/dist/fn/browser/isFocused.js +2 -1
- package/dist/fn/browser/isMobile.js +3 -3
- package/dist/fn/browser/isMobileDevice.js +2 -2
- package/dist/fn/browser/isTabletDevice.js +2 -2
- package/dist/fn/browser/log.js +13 -9
- package/dist/fn/browser/replaceSelection.js +6 -6
- package/dist/fn/browser/selectElementText.js +5 -4
- package/dist/fn/browser/setCookie.js +4 -4
- package/dist/fn/browser/toggleFullScreen.js +2 -2
- package/dist/fn/browser/warning.js +4 -4
- package/dist/fn/convert/arrayBuffer2String.js +1 -1
- package/dist/fn/convert/canvasToImage.js +2 -2
- package/dist/fn/convert/colorToHex.js +2 -2
- package/dist/fn/convert/fromXml.js +14 -8
- package/dist/fn/convert/hex2rgb.js +1 -1
- package/dist/fn/convert/imageToCanvas.js +2 -2
- package/dist/fn/convert/imgToBase64.js +4 -3
- package/dist/fn/convert/rgb2hex.js +1 -1
- package/dist/fn/convert/string2ArrayBuffer.js +1 -1
- package/dist/fn/convert/toCSV.js +13 -10
- package/dist/fn/datetime/calendar.js +11 -10
- package/dist/fn/datetime/chrono.js +9 -9
- package/dist/fn/datetime/date.js +5 -5
- package/dist/fn/datetime/dateSQL.d.ts +1 -1
- package/dist/fn/datetime/dateSQL.js +4 -4
- package/dist/fn/datetime/daysInMonth.js +3 -3
- package/dist/fn/datetime/fdate.js +7 -6
- package/dist/fn/datetime/fdatetime.js +6 -5
- package/dist/fn/datetime/formatDate.js +1 -1
- package/dist/fn/datetime/ftime.js +5 -5
- package/dist/fn/datetime/getDay.js +5 -5
- package/dist/fn/datetime/timestamp.js +3 -2
- package/dist/fn/default/defaultAjaxAbortFunction.js +3 -2
- package/dist/fn/default/defaultAjaxErrorFunction.js +4 -2
- package/dist/fn/default/defaultAlertFunction.js +2 -1
- package/dist/fn/default/defaultConfirmFunction.js +4 -3
- package/dist/fn/default/defaultEndLoadingFunction.js +3 -1
- package/dist/fn/default/defaultErrorFunction.js +2 -2
- package/dist/fn/default/defaultHistoryFunction.js +1 -1
- package/dist/fn/default/defaultLinkFunction.js +1 -1
- package/dist/fn/default/defaultPostLinkFunction.js +2 -1
- package/dist/fn/default/defaultPreLinkFunction.js +4 -2
- package/dist/fn/default/defaultResizeFunction.js +1 -1
- package/dist/fn/default/defaultStartLoadingFunction.js +3 -1
- package/dist/fn/form/addInputs.js +13 -11
- package/dist/fn/form/fieldValue.js +2 -2
- package/dist/fn/form/formdata.js +29 -29
- package/dist/fn/form/objectToFormData.js +13 -10
- package/dist/fn/form/submit.js +5 -5
- package/dist/fn/html/adjustHeight.js +4 -4
- package/dist/fn/html/adjustSize.js +7 -7
- package/dist/fn/html/adjustWidth.js +4 -4
- package/dist/fn/html/getAllTags.js +3 -3
- package/dist/fn/html/getAncestors.js +3 -2
- package/dist/fn/html/getAttributes.js +4 -4
- package/dist/fn/html/getHTMLOfSelection.js +6 -6
- package/dist/fn/html/getHtml.js +4 -3
- package/dist/fn/html/getPath.js +24 -17
- package/dist/fn/html/getText.js +1 -1
- package/dist/fn/html/html2text.js +2 -2
- package/dist/fn/html/isInside.js +9 -9
- package/dist/fn/html/makeReactive.js +35 -31
- package/dist/fn/html/selector.js +1 -1
- package/dist/fn/init.js +28 -28
- package/dist/fn/loop/each.js +6 -6
- package/dist/fn/loop/fori.js +7 -5
- package/dist/fn/loop/forir.js +7 -5
- package/dist/fn/loop/iterate.js +7 -4
- package/dist/fn/loop/riterate.js +3 -2
- package/dist/fn/misc/analyzeFunction.js +30 -30
- package/dist/fn/misc/getTimeoff.js +1 -1
- package/dist/fn/misc/money.js +6 -6
- package/dist/fn/misc/percent.js +1 -1
- package/dist/fn/misc/randomInt.js +1 -1
- package/dist/fn/misc/roundDecimal.js +1 -1
- package/dist/fn/misc/translate.js +4 -4
- package/dist/fn/object/_compareValues.js +7 -6
- package/dist/fn/object/arrayFromProp.js +5 -5
- package/dist/fn/object/autoExtend.js +2 -2
- package/dist/fn/object/checkProps.js +3 -2
- package/dist/fn/object/checkPropsDetails.js +13 -12
- package/dist/fn/object/checkPropsOrDie.js +4 -3
- package/dist/fn/object/circularReplacer.js +6 -6
- package/dist/fn/object/clone.js +6 -6
- package/dist/fn/object/compare.js +6 -6
- package/dist/fn/object/compareConditions.js +11 -11
- package/dist/fn/object/count.js +4 -2
- package/dist/fn/object/createObject.js +17 -4
- package/dist/fn/object/deepPath.js +10 -9
- package/dist/fn/object/deleteProp.js +2 -2
- package/dist/fn/object/diffObj.js +19 -17
- package/dist/fn/object/extend.js +17 -13
- package/dist/fn/object/extendOut.js +10 -5
- package/dist/fn/object/filter.d.ts +1 -1
- package/dist/fn/object/filter.js +12 -10
- package/dist/fn/object/filterToConditions.js +10 -9
- package/dist/fn/object/findAll.js +8 -7
- package/dist/fn/object/getField.js +6 -3
- package/dist/fn/object/getFieldValues.js +6 -6
- package/dist/fn/object/getProp.js +2 -2
- package/dist/fn/object/getProperty.js +2 -2
- package/dist/fn/object/getRow.js +4 -2
- package/dist/fn/object/map.js +4 -3
- package/dist/fn/object/move.js +2 -2
- package/dist/fn/object/multiorder.js +8 -7
- package/dist/fn/object/numProperties.js +1 -1
- package/dist/fn/object/order.js +3 -2
- package/dist/fn/object/pickValue.js +1 -1
- package/dist/fn/object/removeEmpty.js +6 -6
- package/dist/fn/object/removePrivateProp.js +4 -3
- package/dist/fn/object/search.d.ts +1 -1
- package/dist/fn/object/search.js +15 -12
- package/dist/fn/object/setProp.js +3 -1
- package/dist/fn/object/setProperty.js +10 -10
- package/dist/fn/object/shortenObj.js +8 -7
- package/dist/fn/object/shuffle.js +4 -3
- package/dist/fn/object/sum.js +6 -6
- package/dist/fn/object/unique.js +1 -1
- package/dist/fn/string/baseName.js +6 -6
- package/dist/fn/string/br2nl.js +2 -2
- package/dist/fn/string/camelToCss.js +1 -1
- package/dist/fn/string/camelize.js +1 -1
- package/dist/fn/string/correctCase.js +2 -2
- package/dist/fn/string/crc32.js +8 -8
- package/dist/fn/string/dirName.js +4 -4
- package/dist/fn/string/escapeDquotes.js +2 -2
- package/dist/fn/string/escapeRegExp.js +1 -1
- package/dist/fn/string/escapeSquotes.js +2 -2
- package/dist/fn/string/escapeTicks.js +2 -2
- package/dist/fn/string/escapeUrl.js +11 -11
- package/dist/fn/string/fileExt.js +3 -3
- package/dist/fn/string/format.js +6 -6
- package/dist/fn/string/formatBytes.js +3 -2
- package/dist/fn/string/formatSize.js +3 -3
- package/dist/fn/string/hash.js +9 -9
- package/dist/fn/string/md5.js +1 -1
- package/dist/fn/string/nl2br.js +2 -2
- package/dist/fn/string/printf.js +1 -1
- package/dist/fn/string/quotes2html.js +2 -2
- package/dist/fn/string/randomString.js +7 -7
- package/dist/fn/string/removeAccents.js +3 -3
- package/dist/fn/string/removeExtraSpaces.js +1 -1
- package/dist/fn/string/removeHtmlComments.js +2 -2
- package/dist/fn/string/removeTrailingChars.js +2 -2
- package/dist/fn/string/repeat.js +1 -1
- package/dist/fn/string/replaceAll.js +4 -3
- package/dist/fn/string/sanitize.js +9 -8
- package/dist/fn/string/shorten.js +3 -3
- package/dist/fn/string/simpleHash.js +5 -5
- package/dist/fn/string/simpleHash1.js +4 -4
- package/dist/fn/string/simpleHash2.js +4 -4
- package/dist/fn/string/substr.js +4 -4
- package/dist/fn/string/trim.js +3 -2
- package/dist/fn/string/uniqString.js +17 -10
- package/dist/fn/style/addColors.js +17 -17
- package/dist/fn/style/addStyle.js +4 -4
- package/dist/fn/style/animateCss.js +4 -4
- package/dist/fn/style/center.js +2 -2
- package/dist/fn/style/cssExists.js +8 -8
- package/dist/fn/style/getCssVar.js +1 -1
- package/dist/fn/style/getScrollBarSize.js +6 -6
- package/dist/fn/style/lightenDarkenHex.js +3 -3
- package/dist/fn/style/outerHeight.js +4 -4
- package/dist/fn/style/outerWidth.js +4 -4
- package/dist/fn/style/resize.js +17 -17
- package/dist/fn/style/setCssVar.js +1 -1
- package/dist/fn/type/checkType.js +16 -12
- package/dist/fn/type/isArray.js +7 -2
- package/dist/fn/type/isBlob.js +7 -2
- package/dist/fn/type/isBoolean.js +7 -2
- package/dist/fn/type/isCanvas.js +7 -2
- package/dist/fn/type/isColor.js +8 -3
- package/dist/fn/type/isComment.js +7 -2
- package/dist/fn/type/isCp.js +9 -4
- package/dist/fn/type/isDate.js +7 -2
- package/dist/fn/type/isDimension.js +8 -3
- package/dist/fn/type/isDom.js +7 -2
- package/dist/fn/type/isEmail.js +9 -4
- package/dist/fn/type/isEmpty.js +3 -3
- package/dist/fn/type/isEvent.js +7 -2
- package/dist/fn/type/isFunction.js +7 -2
- package/dist/fn/type/isHostname.js +9 -4
- package/dist/fn/type/isIP.js +8 -3
- package/dist/fn/type/isInt.js +7 -2
- package/dist/fn/type/isIterable.js +7 -2
- package/dist/fn/type/isNull.js +7 -2
- package/dist/fn/type/isNumber.js +7 -2
- package/dist/fn/type/isObject.js +7 -2
- package/dist/fn/type/isPercent.js +7 -2
- package/dist/fn/type/isPrimitive.js +7 -2
- package/dist/fn/type/isPromise.js +7 -2
- package/dist/fn/type/isPropSize.js +4 -4
- package/dist/fn/type/isSQLDate.js +7 -2
- package/dist/fn/type/isSame.js +9 -9
- package/dist/fn/type/isString.js +7 -2
- package/dist/fn/type/isSymbol.js +7 -2
- package/dist/fn/type/isURL.js +7 -2
- package/dist/fn/type/isValidDimension.js +5 -5
- package/dist/fn/type/isValidName.js +8 -3
- package/dist/fn/type/isValue.js +8 -3
- package/dist/fn/type/isVue.js +11 -4
- package/dist/fn.d.ts +4 -4
- package/dist/fn.js +456 -456
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1921 -1603
- package/dist/lng.js +1 -1
- package/dist/vars.js +1 -1
- package/package.json +7 -6
package/dist/fn.js
CHANGED
|
@@ -1,458 +1,458 @@
|
|
|
1
|
-
import { _addLoader } from './fn/ajax/_addLoader';
|
|
2
|
-
import { _compareValues } from './fn/object/_compareValues';
|
|
3
|
-
import { _deleteLoader } from './fn/ajax/_deleteLoader';
|
|
4
|
-
import { abort } from './fn/ajax/abort';
|
|
5
|
-
import { abortURL } from './fn/ajax/abortURL';
|
|
6
|
-
import { addColors } from './fn/style/addColors';
|
|
7
|
-
import { addInputs } from './fn/form/addInputs';
|
|
8
|
-
import { addStyle } from './fn/style/addStyle';
|
|
9
|
-
import { adjustHeight } from './fn/html/adjustHeight';
|
|
10
|
-
import { adjustSize } from './fn/html/adjustSize';
|
|
11
|
-
import { adjustWidth } from './fn/html/adjustWidth';
|
|
12
|
-
import { ajax } from './fn/ajax/ajax';
|
|
13
|
-
import { analyzeFunction } from './fn/misc/analyzeFunction';
|
|
14
|
-
import { animateCss } from './fn/style/animateCss';
|
|
15
|
-
import { arrayBuffer2String } from './fn/convert/arrayBuffer2String';
|
|
16
|
-
import { arrayFromProp } from './fn/object/arrayFromProp';
|
|
17
|
-
import { autoExtend } from './fn/object/autoExtend';
|
|
18
|
-
import { baseName } from './fn/string/baseName';
|
|
19
|
-
import { br2nl } from './fn/string/br2nl';
|
|
20
|
-
import { calendar } from './fn/datetime/calendar';
|
|
21
|
-
import { callback } from './fn/ajax/callback';
|
|
22
|
-
import { camelize } from './fn/string/camelize';
|
|
23
|
-
import { camelToCss } from './fn/string/camelToCss';
|
|
24
|
-
import { canvasToImage } from './fn/convert/canvasToImage';
|
|
25
|
-
import { center } from './fn/style/center';
|
|
26
|
-
import { checkProps } from './fn/object/checkProps';
|
|
27
|
-
import { checkPropsDetails } from './fn/object/checkPropsDetails';
|
|
28
|
-
import { checkPropsOrDie } from './fn/object/checkPropsOrDie';
|
|
29
|
-
import { checkType } from './fn/type/checkType';
|
|
30
|
-
import { circularReplacer } from './fn/object/circularReplacer';
|
|
31
|
-
import { clone } from './fn/object/clone';
|
|
32
|
-
import { colorToHex } from './fn/convert/colorToHex';
|
|
33
|
-
import { compare } from './fn/object/compare';
|
|
34
|
-
import { compareConditions } from './fn/object/compareConditions';
|
|
35
|
-
import { copy } from './fn/browser/copy';
|
|
36
|
-
import { correctCase } from './fn/string/correctCase';
|
|
37
|
-
import { count } from './fn/object/count';
|
|
38
|
-
import { crc32 } from './fn/string/crc32';
|
|
39
|
-
import { createObject } from './fn/object/createObject';
|
|
40
|
-
import { cssExists } from './fn/style/cssExists';
|
|
41
|
-
import { date } from './fn/datetime/date';
|
|
42
|
-
import { dateSQL } from './fn/datetime/dateSQL';
|
|
43
|
-
import { daysInMonth } from './fn/datetime/daysInMonth';
|
|
44
|
-
import { deepPath } from './fn/object/deepPath';
|
|
45
|
-
import { defaultAjaxAbortFunction } from './fn/default/defaultAjaxAbortFunction';
|
|
46
|
-
import { defaultAjaxErrorFunction } from './fn/default/defaultAjaxErrorFunction';
|
|
47
|
-
import { defaultAlertFunction } from './fn/default/defaultAlertFunction';
|
|
48
|
-
import { defaultConfirmFunction } from './fn/default/defaultConfirmFunction';
|
|
49
|
-
import { defaultEndLoadingFunction } from './fn/default/defaultEndLoadingFunction';
|
|
50
|
-
import { defaultErrorFunction } from './fn/default/defaultErrorFunction';
|
|
51
|
-
import { defaultHistoryFunction } from './fn/default/defaultHistoryFunction';
|
|
52
|
-
import { defaultLinkFunction } from './fn/default/defaultLinkFunction';
|
|
53
|
-
import { defaultPostLinkFunction } from './fn/default/defaultPostLinkFunction';
|
|
54
|
-
import { defaultPreLinkFunction } from './fn/default/defaultPreLinkFunction';
|
|
55
|
-
import { defaultResizeFunction } from './fn/default/defaultResizeFunction';
|
|
56
|
-
import { defaultStartLoadingFunction } from './fn/default/defaultStartLoadingFunction';
|
|
57
|
-
import { deleteProp } from './fn/object/deleteProp';
|
|
58
|
-
import { diffObj } from './fn/object/diffObj';
|
|
59
|
-
import { dirName } from './fn/string/dirName';
|
|
60
|
-
import { download } from './fn/ajax/download';
|
|
61
|
-
import { downloadContent } from './fn/ajax/downloadContent';
|
|
62
|
-
import { each } from './fn/loop/each';
|
|
63
|
-
import { eraseCookie } from './fn/browser/eraseCookie';
|
|
64
|
-
import { error } from './fn/browser/error';
|
|
65
|
-
import { escapeDquotes } from './fn/string/escapeDquotes';
|
|
66
|
-
import { escapeRegExp } from './fn/string/escapeRegExp';
|
|
67
|
-
import { escapeSquotes } from './fn/string/escapeSquotes';
|
|
68
|
-
import { escapeTicks } from './fn/string/escapeTicks';
|
|
69
|
-
import { escapeUrl } from './fn/string/escapeUrl';
|
|
70
|
-
import { extend } from './fn/object/extend';
|
|
71
|
-
import { extendOut } from './fn/object/extendOut';
|
|
72
|
-
import { fdate } from './fn/datetime/fdate';
|
|
73
|
-
import { fdatetime } from './fn/datetime/fdatetime';
|
|
74
|
-
import { fieldValue } from './fn/form/fieldValue';
|
|
75
|
-
import { fileExt } from './fn/string/fileExt';
|
|
76
|
-
import { filter } from './fn/object/filter';
|
|
77
|
-
import { filterToConditions } from './fn/object/filterToConditions';
|
|
78
|
-
import { findAll } from './fn/object/findAll';
|
|
79
|
-
import { fori } from './fn/loop/fori';
|
|
80
|
-
import { forir } from './fn/loop/forir';
|
|
81
|
-
import { format } from './fn/string/format';
|
|
82
|
-
import { formatBytes } from './fn/string/formatBytes';
|
|
83
|
-
import { formatDate } from './fn/datetime/formatDate';
|
|
84
|
-
import { formatSize } from './fn/string/formatSize';
|
|
85
|
-
import { formdata } from './fn/form/formdata';
|
|
86
|
-
import { fromXml } from './fn/convert/fromXml';
|
|
87
|
-
import { ftime } from './fn/datetime/ftime';
|
|
88
|
-
import { getAllTags } from './fn/html/getAllTags';
|
|
89
|
-
import { getAncestors } from './fn/html/getAncestors';
|
|
90
|
-
import { getAttributes } from './fn/html/getAttributes';
|
|
91
|
-
import { getBrowserName } from './fn/browser/getBrowserName';
|
|
92
|
-
import { getBrowserVersion } from './fn/browser/getBrowserVersion';
|
|
93
|
-
import { getCookie } from './fn/browser/getCookie';
|
|
94
|
-
import { getCssVar } from './fn/style/getCssVar';
|
|
95
|
-
import { getDay } from './fn/datetime/getDay';
|
|
96
|
-
import { getDeviceType } from './fn/browser/getDeviceType';
|
|
97
|
-
import { getEventData } from './fn/browser/getEventData';
|
|
98
|
-
import { getField } from './fn/object/getField';
|
|
99
|
-
import { getFieldValues } from './fn/object/getFieldValues';
|
|
100
|
-
import { getHtml } from './fn/html/getHtml';
|
|
101
|
-
import { getHTMLOfSelection } from './fn/html/getHTMLOfSelection';
|
|
102
|
-
import { getLoader } from './fn/ajax/getLoader';
|
|
103
|
-
import { getPath } from './fn/html/getPath';
|
|
104
|
-
import { getProp } from './fn/object/getProp';
|
|
105
|
-
import { getProperty } from './fn/object/getProperty';
|
|
106
|
-
import { getRequestId } from './fn/ajax/getRequestId';
|
|
107
|
-
import { getRow } from './fn/object/getRow';
|
|
108
|
-
import { getScrollBarSize } from './fn/style/getScrollBarSize';
|
|
109
|
-
import { getText } from './fn/html/getText';
|
|
110
|
-
import { getTimeoff } from './fn/misc/getTimeoff';
|
|
111
|
-
import { happy } from './fn/browser/happy';
|
|
112
|
-
import { hash } from './fn/string/hash';
|
|
113
|
-
import { hex2rgb } from './fn/convert/hex2rgb';
|
|
114
|
-
import { history } from './fn/browser/history';
|
|
115
|
-
import { html2text } from './fn/html/html2text';
|
|
116
|
-
import { imageToCanvas } from './fn/convert/imageToCanvas';
|
|
117
|
-
import { imgToBase64 } from './fn/convert/imgToBase64';
|
|
118
|
-
import { info } from './fn/browser/info';
|
|
119
|
-
import { init } from './fn/init';
|
|
120
|
-
import { isActiveInterface } from './fn/browser/isActiveInterface';
|
|
121
|
-
import { isArray } from './fn/type/isArray';
|
|
122
|
-
import { isBlob } from './fn/type/isBlob';
|
|
123
|
-
import { isBoolean } from './fn/type/isBoolean';
|
|
124
|
-
import { isCanvas } from './fn/type/isCanvas';
|
|
125
|
-
import { isColor } from './fn/type/isColor';
|
|
126
|
-
import { isComment } from './fn/type/isComment';
|
|
127
|
-
import { isCp } from './fn/type/isCp';
|
|
128
|
-
import { isDate } from './fn/type/isDate';
|
|
129
|
-
import { isDesktopDevice } from './fn/browser/isDesktopDevice';
|
|
130
|
-
import { isDimension } from './fn/type/isDimension';
|
|
131
|
-
import { isDom } from './fn/type/isDom';
|
|
132
|
-
import { isEmail } from './fn/type/isEmail';
|
|
133
|
-
import { isEmpty } from './fn/type/isEmpty';
|
|
134
|
-
import { isEvent } from './fn/type/isEvent';
|
|
135
|
-
import { isFocused } from './fn/browser/isFocused';
|
|
136
|
-
import { isFunction } from './fn/type/isFunction';
|
|
137
|
-
import { isHostname } from './fn/type/isHostname';
|
|
138
|
-
import { isInside } from './fn/html/isInside';
|
|
139
|
-
import { isInt } from './fn/type/isInt';
|
|
140
|
-
import { isIP } from './fn/type/isIP';
|
|
141
|
-
import { isIterable } from './fn/type/isIterable';
|
|
142
|
-
import { isMobile } from './fn/browser/isMobile';
|
|
143
|
-
import { isMobileDevice } from './fn/browser/isMobileDevice';
|
|
144
|
-
import { isNull } from './fn/type/isNull';
|
|
145
|
-
import { isNumber } from './fn/type/isNumber';
|
|
146
|
-
import { isObject } from './fn/type/isObject';
|
|
147
|
-
import { isPercent } from './fn/type/isPercent';
|
|
148
|
-
import { isPrimitive } from './fn/type/isPrimitive';
|
|
149
|
-
import { isPromise } from './fn/type/isPromise';
|
|
150
|
-
import { isPropSize } from './fn/type/isPropSize';
|
|
151
|
-
import { isSame } from './fn/type/isSame';
|
|
152
|
-
import { isSQLDate } from './fn/type/isSQLDate';
|
|
153
|
-
import { isString } from './fn/type/isString';
|
|
154
|
-
import { isSymbol } from './fn/type/isSymbol';
|
|
155
|
-
import { isTabletDevice } from './fn/browser/isTabletDevice';
|
|
156
|
-
import { isURL } from './fn/type/isURL';
|
|
157
|
-
import { isValidDimension } from './fn/type/isValidDimension';
|
|
158
|
-
import { isValidName } from './fn/type/isValidName';
|
|
159
|
-
import { isValue } from './fn/type/isValue';
|
|
160
|
-
import { isVue } from './fn/type/isVue';
|
|
161
|
-
import { iterate } from './fn/loop/iterate';
|
|
162
|
-
import { lightenDarkenHex } from './fn/style/lightenDarkenHex';
|
|
163
|
-
import { link } from './fn/ajax/link';
|
|
164
|
-
import { log } from './fn/browser/log';
|
|
165
|
-
import { makeReactive } from './fn/html/makeReactive';
|
|
166
|
-
import { map } from './fn/object/map';
|
|
167
|
-
import { md5 } from './fn/string/md5';
|
|
168
|
-
import { money } from './fn/misc/money';
|
|
169
|
-
import { move } from './fn/object/move';
|
|
170
|
-
import { multiorder } from './fn/object/multiorder';
|
|
171
|
-
import { nl2br } from './fn/string/nl2br';
|
|
172
|
-
import { numProperties } from './fn/object/numProperties';
|
|
173
|
-
import { objectToFormData } from './fn/form/objectToFormData';
|
|
174
|
-
import { order } from './fn/object/order';
|
|
175
|
-
import { outerHeight } from './fn/style/outerHeight';
|
|
176
|
-
import { outerWidth } from './fn/style/outerWidth';
|
|
177
|
-
import { percent } from './fn/misc/percent';
|
|
178
|
-
import { pickValue } from './fn/object/pickValue';
|
|
179
|
-
import { post } from './fn/ajax/post';
|
|
180
|
-
import { postOut } from './fn/ajax/postOut';
|
|
181
|
-
import { printf } from './fn/string/printf';
|
|
182
|
-
import { quotes2html } from './fn/string/quotes2html';
|
|
183
|
-
import { randomInt } from './fn/misc/randomInt';
|
|
184
|
-
import { randomString } from './fn/string/randomString';
|
|
185
|
-
import { removeAccents } from './fn/string/removeAccents';
|
|
186
|
-
import { removeEmpty } from './fn/object/removeEmpty';
|
|
187
|
-
import { removeExtraSpaces } from './fn/string/removeExtraSpaces';
|
|
188
|
-
import { removeHtmlComments } from './fn/string/removeHtmlComments';
|
|
189
|
-
import { removePrivateProp } from './fn/object/removePrivateProp';
|
|
190
|
-
import { removeTrailingChars } from './fn/string/removeTrailingChars';
|
|
191
|
-
import { repeat } from './fn/string/repeat';
|
|
192
|
-
import { replaceAll } from './fn/string/replaceAll';
|
|
193
|
-
import { replaceSelection } from './fn/browser/replaceSelection';
|
|
194
|
-
import { resize } from './fn/style/resize';
|
|
195
|
-
import { rgb2hex } from './fn/convert/rgb2hex';
|
|
196
|
-
import { riterate } from './fn/loop/riterate';
|
|
197
|
-
import { roundDecimal } from './fn/misc/roundDecimal';
|
|
198
|
-
import { sanitize } from './fn/string/sanitize';
|
|
199
|
-
import { search } from './fn/object/search';
|
|
200
|
-
import { selectElementText } from './fn/browser/selectElementText';
|
|
201
|
-
import { selector } from './fn/html/selector';
|
|
202
|
-
import { setCookie } from './fn/browser/setCookie';
|
|
203
|
-
import { setCssVar } from './fn/style/setCssVar';
|
|
204
|
-
import { setNavigationVars } from './fn/ajax/setNavigationVars';
|
|
205
|
-
import { setProp } from './fn/object/setProp';
|
|
206
|
-
import { setProperty } from './fn/object/setProperty';
|
|
207
|
-
import { shorten } from './fn/string/shorten';
|
|
208
|
-
import { shortenObj } from './fn/object/shortenObj';
|
|
209
|
-
import { shuffle } from './fn/object/shuffle';
|
|
210
|
-
import { simpleHash } from './fn/string/simpleHash';
|
|
211
|
-
import { simpleHash1 } from './fn/string/simpleHash1';
|
|
212
|
-
import { simpleHash2 } from './fn/string/simpleHash2';
|
|
213
|
-
import { startChrono, stopChrono } from './fn/datetime/chrono';
|
|
214
|
-
import { string2ArrayBuffer } from './fn/convert/string2ArrayBuffer';
|
|
215
|
-
import { submit } from './fn/form/submit';
|
|
216
|
-
import { substr } from './fn/string/substr';
|
|
217
|
-
import { sum } from './fn/object/sum';
|
|
218
|
-
import { timestamp } from './fn/datetime/timestamp';
|
|
219
|
-
import { toCSV } from './fn/convert/toCSV';
|
|
220
|
-
import { toggleFullScreen } from './fn/browser/toggleFullScreen';
|
|
221
|
-
import { translate } from './fn/misc/translate';
|
|
222
|
-
import { treatAjaxArguments } from './fn/ajax/treatAjaxArguments';
|
|
223
|
-
import { trim } from './fn/string/trim';
|
|
224
|
-
import { uniqString } from './fn/string/uniqString';
|
|
225
|
-
import { unique } from './fn/object/unique';
|
|
226
|
-
import { upload } from './fn/ajax/upload';
|
|
227
|
-
import { warning } from './fn/browser/warning';
|
|
228
|
-
|
|
229
|
-
_addLoader,
|
|
230
|
-
_compareValues,
|
|
231
|
-
_deleteLoader,
|
|
232
|
-
abort,
|
|
233
|
-
abortURL,
|
|
234
|
-
addColors,
|
|
235
|
-
addInputs,
|
|
236
|
-
addStyle,
|
|
237
|
-
adjustHeight,
|
|
238
|
-
adjustSize,
|
|
239
|
-
adjustWidth,
|
|
240
|
-
ajax,
|
|
241
|
-
analyzeFunction,
|
|
242
|
-
animateCss,
|
|
243
|
-
arrayBuffer2String,
|
|
244
|
-
arrayFromProp,
|
|
245
|
-
autoExtend,
|
|
246
|
-
baseName,
|
|
247
|
-
br2nl,
|
|
248
|
-
calendar,
|
|
249
|
-
callback,
|
|
250
|
-
camelize,
|
|
251
|
-
camelToCss,
|
|
252
|
-
canvasToImage,
|
|
253
|
-
center,
|
|
254
|
-
checkProps,
|
|
255
|
-
checkPropsDetails,
|
|
256
|
-
checkPropsOrDie,
|
|
257
|
-
checkType,
|
|
258
|
-
circularReplacer,
|
|
259
|
-
clone,
|
|
260
|
-
colorToHex,
|
|
261
|
-
compare,
|
|
262
|
-
compareConditions,
|
|
263
|
-
copy,
|
|
264
|
-
correctCase,
|
|
265
|
-
count,
|
|
266
|
-
crc32,
|
|
267
|
-
createObject,
|
|
268
|
-
cssExists,
|
|
269
|
-
date,
|
|
270
|
-
dateSQL,
|
|
271
|
-
daysInMonth,
|
|
272
|
-
deepPath,
|
|
273
|
-
defaultAjaxAbortFunction,
|
|
274
|
-
defaultAjaxErrorFunction,
|
|
275
|
-
defaultAlertFunction,
|
|
276
|
-
defaultConfirmFunction,
|
|
277
|
-
defaultEndLoadingFunction,
|
|
278
|
-
defaultErrorFunction,
|
|
279
|
-
defaultHistoryFunction,
|
|
280
|
-
defaultLinkFunction,
|
|
281
|
-
defaultPostLinkFunction,
|
|
282
|
-
defaultPreLinkFunction,
|
|
283
|
-
defaultResizeFunction,
|
|
284
|
-
defaultStartLoadingFunction,
|
|
285
|
-
deleteProp,
|
|
286
|
-
diffObj,
|
|
287
|
-
dirName,
|
|
288
|
-
download,
|
|
289
|
-
downloadContent,
|
|
290
|
-
each,
|
|
291
|
-
eraseCookie,
|
|
292
|
-
error,
|
|
293
|
-
escapeDquotes,
|
|
294
|
-
escapeRegExp,
|
|
295
|
-
escapeSquotes,
|
|
296
|
-
escapeTicks,
|
|
297
|
-
escapeUrl,
|
|
298
|
-
extend,
|
|
299
|
-
extendOut,
|
|
300
|
-
fdate,
|
|
301
|
-
fdatetime,
|
|
302
|
-
fieldValue,
|
|
303
|
-
fileExt,
|
|
304
|
-
filter,
|
|
305
|
-
filterToConditions,
|
|
306
|
-
findAll,
|
|
307
|
-
fori,
|
|
308
|
-
forir,
|
|
309
|
-
format,
|
|
310
|
-
formatBytes,
|
|
311
|
-
formatDate,
|
|
312
|
-
formatSize,
|
|
313
|
-
formdata,
|
|
314
|
-
fromXml,
|
|
315
|
-
ftime,
|
|
316
|
-
getAllTags,
|
|
317
|
-
getAncestors,
|
|
318
|
-
getAttributes,
|
|
319
|
-
getBrowserName,
|
|
320
|
-
getBrowserVersion,
|
|
321
|
-
getCookie,
|
|
322
|
-
getCssVar,
|
|
323
|
-
getDay,
|
|
324
|
-
getDeviceType,
|
|
325
|
-
getEventData,
|
|
326
|
-
getField,
|
|
327
|
-
getFieldValues,
|
|
328
|
-
getHtml,
|
|
329
|
-
getHTMLOfSelection,
|
|
330
|
-
getLoader,
|
|
331
|
-
getPath,
|
|
332
|
-
getProp,
|
|
333
|
-
getProperty,
|
|
334
|
-
getRequestId,
|
|
335
|
-
getRow,
|
|
336
|
-
getScrollBarSize,
|
|
337
|
-
getText,
|
|
338
|
-
getTimeoff,
|
|
339
|
-
happy,
|
|
340
|
-
hash,
|
|
341
|
-
hex2rgb,
|
|
342
|
-
history,
|
|
343
|
-
html2text,
|
|
344
|
-
imageToCanvas,
|
|
345
|
-
imgToBase64,
|
|
346
|
-
info,
|
|
347
|
-
init,
|
|
348
|
-
isActiveInterface,
|
|
349
|
-
isArray,
|
|
350
|
-
isBlob,
|
|
351
|
-
isBoolean,
|
|
352
|
-
isCanvas,
|
|
353
|
-
isColor,
|
|
354
|
-
isComment,
|
|
355
|
-
isCp,
|
|
356
|
-
isDate,
|
|
357
|
-
isDesktopDevice,
|
|
358
|
-
isDimension,
|
|
359
|
-
isDom,
|
|
360
|
-
isEmail,
|
|
361
|
-
isEmpty,
|
|
362
|
-
isEvent,
|
|
363
|
-
isFocused,
|
|
364
|
-
isFunction,
|
|
365
|
-
isHostname,
|
|
366
|
-
isInside,
|
|
367
|
-
isInt,
|
|
368
|
-
isIP,
|
|
369
|
-
isIterable,
|
|
370
|
-
isMobile,
|
|
371
|
-
isMobileDevice,
|
|
372
|
-
isNull,
|
|
373
|
-
isNumber,
|
|
374
|
-
isObject,
|
|
375
|
-
isPercent,
|
|
376
|
-
isPrimitive,
|
|
377
|
-
isPromise,
|
|
378
|
-
isPropSize,
|
|
379
|
-
isSame,
|
|
380
|
-
isSQLDate,
|
|
381
|
-
isString,
|
|
382
|
-
isSymbol,
|
|
383
|
-
isTabletDevice,
|
|
384
|
-
isURL,
|
|
385
|
-
isValidDimension,
|
|
386
|
-
isValidName,
|
|
387
|
-
isValue,
|
|
388
|
-
isVue,
|
|
389
|
-
iterate,
|
|
390
|
-
lightenDarkenHex,
|
|
391
|
-
link,
|
|
392
|
-
log,
|
|
393
|
-
makeReactive,
|
|
394
|
-
map,
|
|
395
|
-
md5,
|
|
396
|
-
money,
|
|
397
|
-
move,
|
|
398
|
-
multiorder,
|
|
399
|
-
nl2br,
|
|
400
|
-
numProperties,
|
|
401
|
-
objectToFormData,
|
|
402
|
-
order,
|
|
403
|
-
outerHeight,
|
|
404
|
-
outerWidth,
|
|
405
|
-
percent,
|
|
406
|
-
pickValue,
|
|
407
|
-
post,
|
|
408
|
-
postOut,
|
|
409
|
-
printf,
|
|
410
|
-
quotes2html,
|
|
411
|
-
randomInt,
|
|
412
|
-
randomString,
|
|
413
|
-
removeAccents,
|
|
414
|
-
removeEmpty,
|
|
415
|
-
removeExtraSpaces,
|
|
416
|
-
removeHtmlComments,
|
|
417
|
-
removePrivateProp,
|
|
418
|
-
removeTrailingChars,
|
|
419
|
-
repeat,
|
|
420
|
-
replaceAll,
|
|
421
|
-
replaceSelection,
|
|
422
|
-
resize,
|
|
423
|
-
rgb2hex,
|
|
424
|
-
riterate,
|
|
425
|
-
roundDecimal,
|
|
426
|
-
sanitize,
|
|
427
|
-
search,
|
|
428
|
-
selectElementText,
|
|
429
|
-
selector,
|
|
430
|
-
setCookie,
|
|
431
|
-
setCssVar,
|
|
432
|
-
setNavigationVars,
|
|
433
|
-
setProp,
|
|
434
|
-
setProperty,
|
|
435
|
-
shorten,
|
|
436
|
-
shortenObj,
|
|
437
|
-
shuffle,
|
|
438
|
-
simpleHash,
|
|
439
|
-
simpleHash1,
|
|
440
|
-
simpleHash2,
|
|
441
|
-
startChrono,
|
|
442
|
-
stopChrono,
|
|
443
|
-
string2ArrayBuffer,
|
|
444
|
-
submit,
|
|
445
|
-
substr,
|
|
446
|
-
sum,
|
|
447
|
-
timestamp,
|
|
448
|
-
toCSV,
|
|
449
|
-
toggleFullScreen,
|
|
450
|
-
translate,
|
|
451
|
-
treatAjaxArguments,
|
|
452
|
-
trim,
|
|
453
|
-
uniqString,
|
|
454
|
-
unique,
|
|
455
|
-
upload,
|
|
456
|
-
warning,
|
|
1
|
+
import { _addLoader } from './fn/ajax/_addLoader.js';
|
|
2
|
+
import { _compareValues } from './fn/object/_compareValues.js';
|
|
3
|
+
import { _deleteLoader } from './fn/ajax/_deleteLoader.js';
|
|
4
|
+
import { abort } from './fn/ajax/abort.js';
|
|
5
|
+
import { abortURL } from './fn/ajax/abortURL.js';
|
|
6
|
+
import { addColors } from './fn/style/addColors.js';
|
|
7
|
+
import { addInputs } from './fn/form/addInputs.js';
|
|
8
|
+
import { addStyle } from './fn/style/addStyle.js';
|
|
9
|
+
import { adjustHeight } from './fn/html/adjustHeight.js';
|
|
10
|
+
import { adjustSize } from './fn/html/adjustSize.js';
|
|
11
|
+
import { adjustWidth } from './fn/html/adjustWidth.js';
|
|
12
|
+
import { ajax } from './fn/ajax/ajax.js';
|
|
13
|
+
import { analyzeFunction } from './fn/misc/analyzeFunction.js';
|
|
14
|
+
import { animateCss } from './fn/style/animateCss.js';
|
|
15
|
+
import { arrayBuffer2String } from './fn/convert/arrayBuffer2String.js';
|
|
16
|
+
import { arrayFromProp } from './fn/object/arrayFromProp.js';
|
|
17
|
+
import { autoExtend } from './fn/object/autoExtend.js';
|
|
18
|
+
import { baseName } from './fn/string/baseName.js';
|
|
19
|
+
import { br2nl } from './fn/string/br2nl.js';
|
|
20
|
+
import { calendar } from './fn/datetime/calendar.js';
|
|
21
|
+
import { callback } from './fn/ajax/callback.js';
|
|
22
|
+
import { camelize } from './fn/string/camelize.js';
|
|
23
|
+
import { camelToCss } from './fn/string/camelToCss.js';
|
|
24
|
+
import { canvasToImage } from './fn/convert/canvasToImage.js';
|
|
25
|
+
import { center } from './fn/style/center.js';
|
|
26
|
+
import { checkProps } from './fn/object/checkProps.js';
|
|
27
|
+
import { checkPropsDetails } from './fn/object/checkPropsDetails.js';
|
|
28
|
+
import { checkPropsOrDie } from './fn/object/checkPropsOrDie.js';
|
|
29
|
+
import { checkType } from './fn/type/checkType.js';
|
|
30
|
+
import { circularReplacer } from './fn/object/circularReplacer.js';
|
|
31
|
+
import { clone } from './fn/object/clone.js';
|
|
32
|
+
import { colorToHex } from './fn/convert/colorToHex.js';
|
|
33
|
+
import { compare } from './fn/object/compare.js';
|
|
34
|
+
import { compareConditions } from './fn/object/compareConditions.js';
|
|
35
|
+
import { copy } from './fn/browser/copy.js';
|
|
36
|
+
import { correctCase } from './fn/string/correctCase.js';
|
|
37
|
+
import { count } from './fn/object/count.js';
|
|
38
|
+
import { crc32 } from './fn/string/crc32.js';
|
|
39
|
+
import { createObject } from './fn/object/createObject.js';
|
|
40
|
+
import { cssExists } from './fn/style/cssExists.js';
|
|
41
|
+
import { date } from './fn/datetime/date.js';
|
|
42
|
+
import { dateSQL } from './fn/datetime/dateSQL.js';
|
|
43
|
+
import { daysInMonth } from './fn/datetime/daysInMonth.js';
|
|
44
|
+
import { deepPath } from './fn/object/deepPath.js';
|
|
45
|
+
import { defaultAjaxAbortFunction } from './fn/default/defaultAjaxAbortFunction.js';
|
|
46
|
+
import { defaultAjaxErrorFunction } from './fn/default/defaultAjaxErrorFunction.js';
|
|
47
|
+
import { defaultAlertFunction } from './fn/default/defaultAlertFunction.js';
|
|
48
|
+
import { defaultConfirmFunction } from './fn/default/defaultConfirmFunction.js';
|
|
49
|
+
import { defaultEndLoadingFunction } from './fn/default/defaultEndLoadingFunction.js';
|
|
50
|
+
import { defaultErrorFunction } from './fn/default/defaultErrorFunction.js';
|
|
51
|
+
import { defaultHistoryFunction } from './fn/default/defaultHistoryFunction.js';
|
|
52
|
+
import { defaultLinkFunction } from './fn/default/defaultLinkFunction.js';
|
|
53
|
+
import { defaultPostLinkFunction } from './fn/default/defaultPostLinkFunction.js';
|
|
54
|
+
import { defaultPreLinkFunction } from './fn/default/defaultPreLinkFunction.js';
|
|
55
|
+
import { defaultResizeFunction } from './fn/default/defaultResizeFunction.js';
|
|
56
|
+
import { defaultStartLoadingFunction } from './fn/default/defaultStartLoadingFunction.js';
|
|
57
|
+
import { deleteProp } from './fn/object/deleteProp.js';
|
|
58
|
+
import { diffObj } from './fn/object/diffObj.js';
|
|
59
|
+
import { dirName } from './fn/string/dirName.js';
|
|
60
|
+
import { download } from './fn/ajax/download.js';
|
|
61
|
+
import { downloadContent } from './fn/ajax/downloadContent.js';
|
|
62
|
+
import { each } from './fn/loop/each.js';
|
|
63
|
+
import { eraseCookie } from './fn/browser/eraseCookie.js';
|
|
64
|
+
import { error } from './fn/browser/error.js';
|
|
65
|
+
import { escapeDquotes } from './fn/string/escapeDquotes.js';
|
|
66
|
+
import { escapeRegExp } from './fn/string/escapeRegExp.js';
|
|
67
|
+
import { escapeSquotes } from './fn/string/escapeSquotes.js';
|
|
68
|
+
import { escapeTicks } from './fn/string/escapeTicks.js';
|
|
69
|
+
import { escapeUrl } from './fn/string/escapeUrl.js';
|
|
70
|
+
import { extend } from './fn/object/extend.js';
|
|
71
|
+
import { extendOut } from './fn/object/extendOut.js';
|
|
72
|
+
import { fdate } from './fn/datetime/fdate.js';
|
|
73
|
+
import { fdatetime } from './fn/datetime/fdatetime.js';
|
|
74
|
+
import { fieldValue } from './fn/form/fieldValue.js';
|
|
75
|
+
import { fileExt } from './fn/string/fileExt.js';
|
|
76
|
+
import { filter } from './fn/object/filter.js';
|
|
77
|
+
import { filterToConditions } from './fn/object/filterToConditions.js';
|
|
78
|
+
import { findAll } from './fn/object/findAll.js';
|
|
79
|
+
import { fori } from './fn/loop/fori.js';
|
|
80
|
+
import { forir } from './fn/loop/forir.js';
|
|
81
|
+
import { format } from './fn/string/format.js';
|
|
82
|
+
import { formatBytes } from './fn/string/formatBytes.js';
|
|
83
|
+
import { formatDate } from './fn/datetime/formatDate.js';
|
|
84
|
+
import { formatSize } from './fn/string/formatSize.js';
|
|
85
|
+
import { formdata } from './fn/form/formdata.js';
|
|
86
|
+
import { fromXml } from './fn/convert/fromXml.js';
|
|
87
|
+
import { ftime } from './fn/datetime/ftime.js';
|
|
88
|
+
import { getAllTags } from './fn/html/getAllTags.js';
|
|
89
|
+
import { getAncestors } from './fn/html/getAncestors.js';
|
|
90
|
+
import { getAttributes } from './fn/html/getAttributes.js';
|
|
91
|
+
import { getBrowserName } from './fn/browser/getBrowserName.js';
|
|
92
|
+
import { getBrowserVersion } from './fn/browser/getBrowserVersion.js';
|
|
93
|
+
import { getCookie } from './fn/browser/getCookie.js';
|
|
94
|
+
import { getCssVar } from './fn/style/getCssVar.js';
|
|
95
|
+
import { getDay } from './fn/datetime/getDay.js';
|
|
96
|
+
import { getDeviceType } from './fn/browser/getDeviceType.js';
|
|
97
|
+
import { getEventData } from './fn/browser/getEventData.js';
|
|
98
|
+
import { getField } from './fn/object/getField.js';
|
|
99
|
+
import { getFieldValues } from './fn/object/getFieldValues.js';
|
|
100
|
+
import { getHtml } from './fn/html/getHtml.js';
|
|
101
|
+
import { getHTMLOfSelection } from './fn/html/getHTMLOfSelection.js';
|
|
102
|
+
import { getLoader } from './fn/ajax/getLoader.js';
|
|
103
|
+
import { getPath } from './fn/html/getPath.js';
|
|
104
|
+
import { getProp } from './fn/object/getProp.js';
|
|
105
|
+
import { getProperty } from './fn/object/getProperty.js';
|
|
106
|
+
import { getRequestId } from './fn/ajax/getRequestId.js';
|
|
107
|
+
import { getRow } from './fn/object/getRow.js';
|
|
108
|
+
import { getScrollBarSize } from './fn/style/getScrollBarSize.js';
|
|
109
|
+
import { getText } from './fn/html/getText.js';
|
|
110
|
+
import { getTimeoff } from './fn/misc/getTimeoff.js';
|
|
111
|
+
import { happy } from './fn/browser/happy.js';
|
|
112
|
+
import { hash } from './fn/string/hash.js';
|
|
113
|
+
import { hex2rgb } from './fn/convert/hex2rgb.js';
|
|
114
|
+
import { history } from './fn/browser/history.js';
|
|
115
|
+
import { html2text } from './fn/html/html2text.js';
|
|
116
|
+
import { imageToCanvas } from './fn/convert/imageToCanvas.js';
|
|
117
|
+
import { imgToBase64 } from './fn/convert/imgToBase64.js';
|
|
118
|
+
import { info } from './fn/browser/info.js';
|
|
119
|
+
import { init } from './fn/init.js';
|
|
120
|
+
import { isActiveInterface } from './fn/browser/isActiveInterface.js';
|
|
121
|
+
import { isArray } from './fn/type/isArray.js';
|
|
122
|
+
import { isBlob } from './fn/type/isBlob.js';
|
|
123
|
+
import { isBoolean } from './fn/type/isBoolean.js';
|
|
124
|
+
import { isCanvas } from './fn/type/isCanvas.js';
|
|
125
|
+
import { isColor } from './fn/type/isColor.js';
|
|
126
|
+
import { isComment } from './fn/type/isComment.js';
|
|
127
|
+
import { isCp } from './fn/type/isCp.js';
|
|
128
|
+
import { isDate } from './fn/type/isDate.js';
|
|
129
|
+
import { isDesktopDevice } from './fn/browser/isDesktopDevice.js';
|
|
130
|
+
import { isDimension } from './fn/type/isDimension.js';
|
|
131
|
+
import { isDom } from './fn/type/isDom.js';
|
|
132
|
+
import { isEmail } from './fn/type/isEmail.js';
|
|
133
|
+
import { isEmpty } from './fn/type/isEmpty.js';
|
|
134
|
+
import { isEvent } from './fn/type/isEvent.js';
|
|
135
|
+
import { isFocused } from './fn/browser/isFocused.js';
|
|
136
|
+
import { isFunction } from './fn/type/isFunction.js';
|
|
137
|
+
import { isHostname } from './fn/type/isHostname.js';
|
|
138
|
+
import { isInside } from './fn/html/isInside.js';
|
|
139
|
+
import { isInt } from './fn/type/isInt.js';
|
|
140
|
+
import { isIP } from './fn/type/isIP.js';
|
|
141
|
+
import { isIterable } from './fn/type/isIterable.js';
|
|
142
|
+
import { isMobile } from './fn/browser/isMobile.js';
|
|
143
|
+
import { isMobileDevice } from './fn/browser/isMobileDevice.js';
|
|
144
|
+
import { isNull } from './fn/type/isNull.js';
|
|
145
|
+
import { isNumber } from './fn/type/isNumber.js';
|
|
146
|
+
import { isObject } from './fn/type/isObject.js';
|
|
147
|
+
import { isPercent } from './fn/type/isPercent.js';
|
|
148
|
+
import { isPrimitive } from './fn/type/isPrimitive.js';
|
|
149
|
+
import { isPromise } from './fn/type/isPromise.js';
|
|
150
|
+
import { isPropSize } from './fn/type/isPropSize.js';
|
|
151
|
+
import { isSame } from './fn/type/isSame.js';
|
|
152
|
+
import { isSQLDate } from './fn/type/isSQLDate.js';
|
|
153
|
+
import { isString } from './fn/type/isString.js';
|
|
154
|
+
import { isSymbol } from './fn/type/isSymbol.js';
|
|
155
|
+
import { isTabletDevice } from './fn/browser/isTabletDevice.js';
|
|
156
|
+
import { isURL } from './fn/type/isURL.js';
|
|
157
|
+
import { isValidDimension } from './fn/type/isValidDimension.js';
|
|
158
|
+
import { isValidName } from './fn/type/isValidName.js';
|
|
159
|
+
import { isValue } from './fn/type/isValue.js';
|
|
160
|
+
import { isVue } from './fn/type/isVue.js';
|
|
161
|
+
import { iterate } from './fn/loop/iterate.js';
|
|
162
|
+
import { lightenDarkenHex } from './fn/style/lightenDarkenHex.js';
|
|
163
|
+
import { link } from './fn/ajax/link.js';
|
|
164
|
+
import { log } from './fn/browser/log.js';
|
|
165
|
+
import { makeReactive } from './fn/html/makeReactive.js';
|
|
166
|
+
import { map } from './fn/object/map.js';
|
|
167
|
+
import { md5 } from './fn/string/md5.js';
|
|
168
|
+
import { money } from './fn/misc/money.js';
|
|
169
|
+
import { move } from './fn/object/move.js';
|
|
170
|
+
import { multiorder } from './fn/object/multiorder.js';
|
|
171
|
+
import { nl2br } from './fn/string/nl2br.js';
|
|
172
|
+
import { numProperties } from './fn/object/numProperties.js';
|
|
173
|
+
import { objectToFormData } from './fn/form/objectToFormData.js';
|
|
174
|
+
import { order } from './fn/object/order.js';
|
|
175
|
+
import { outerHeight } from './fn/style/outerHeight.js';
|
|
176
|
+
import { outerWidth } from './fn/style/outerWidth.js';
|
|
177
|
+
import { percent } from './fn/misc/percent.js';
|
|
178
|
+
import { pickValue } from './fn/object/pickValue.js';
|
|
179
|
+
import { post } from './fn/ajax/post.js';
|
|
180
|
+
import { postOut } from './fn/ajax/postOut.js';
|
|
181
|
+
import { printf } from './fn/string/printf.js';
|
|
182
|
+
import { quotes2html } from './fn/string/quotes2html.js';
|
|
183
|
+
import { randomInt } from './fn/misc/randomInt.js';
|
|
184
|
+
import { randomString } from './fn/string/randomString.js';
|
|
185
|
+
import { removeAccents } from './fn/string/removeAccents.js';
|
|
186
|
+
import { removeEmpty } from './fn/object/removeEmpty.js';
|
|
187
|
+
import { removeExtraSpaces } from './fn/string/removeExtraSpaces.js';
|
|
188
|
+
import { removeHtmlComments } from './fn/string/removeHtmlComments.js';
|
|
189
|
+
import { removePrivateProp } from './fn/object/removePrivateProp.js';
|
|
190
|
+
import { removeTrailingChars } from './fn/string/removeTrailingChars.js';
|
|
191
|
+
import { repeat } from './fn/string/repeat.js';
|
|
192
|
+
import { replaceAll } from './fn/string/replaceAll.js';
|
|
193
|
+
import { replaceSelection } from './fn/browser/replaceSelection.js';
|
|
194
|
+
import { resize } from './fn/style/resize.js';
|
|
195
|
+
import { rgb2hex } from './fn/convert/rgb2hex.js';
|
|
196
|
+
import { riterate } from './fn/loop/riterate.js';
|
|
197
|
+
import { roundDecimal } from './fn/misc/roundDecimal.js';
|
|
198
|
+
import { sanitize } from './fn/string/sanitize.js';
|
|
199
|
+
import { search } from './fn/object/search.js';
|
|
200
|
+
import { selectElementText } from './fn/browser/selectElementText.js';
|
|
201
|
+
import { selector } from './fn/html/selector.js';
|
|
202
|
+
import { setCookie } from './fn/browser/setCookie.js';
|
|
203
|
+
import { setCssVar } from './fn/style/setCssVar.js';
|
|
204
|
+
import { setNavigationVars } from './fn/ajax/setNavigationVars.js';
|
|
205
|
+
import { setProp } from './fn/object/setProp.js';
|
|
206
|
+
import { setProperty } from './fn/object/setProperty.js';
|
|
207
|
+
import { shorten } from './fn/string/shorten.js';
|
|
208
|
+
import { shortenObj } from './fn/object/shortenObj.js';
|
|
209
|
+
import { shuffle } from './fn/object/shuffle.js';
|
|
210
|
+
import { simpleHash } from './fn/string/simpleHash.js';
|
|
211
|
+
import { simpleHash1 } from './fn/string/simpleHash1.js';
|
|
212
|
+
import { simpleHash2 } from './fn/string/simpleHash2.js';
|
|
213
|
+
import { startChrono, stopChrono } from './fn/datetime/chrono.js';
|
|
214
|
+
import { string2ArrayBuffer } from './fn/convert/string2ArrayBuffer.js';
|
|
215
|
+
import { submit } from './fn/form/submit.js';
|
|
216
|
+
import { substr } from './fn/string/substr.js';
|
|
217
|
+
import { sum } from './fn/object/sum.js';
|
|
218
|
+
import { timestamp } from './fn/datetime/timestamp.js';
|
|
219
|
+
import { toCSV } from './fn/convert/toCSV.js';
|
|
220
|
+
import { toggleFullScreen } from './fn/browser/toggleFullScreen.js';
|
|
221
|
+
import { translate } from './fn/misc/translate.js';
|
|
222
|
+
import { treatAjaxArguments } from './fn/ajax/treatAjaxArguments.js';
|
|
223
|
+
import { trim } from './fn/string/trim.js';
|
|
224
|
+
import { uniqString } from './fn/string/uniqString.js';
|
|
225
|
+
import { unique } from './fn/object/unique.js';
|
|
226
|
+
import { upload } from './fn/ajax/upload.js';
|
|
227
|
+
import { warning } from './fn/browser/warning.js';
|
|
228
|
+
var fn = {
|
|
229
|
+
_addLoader: _addLoader,
|
|
230
|
+
_compareValues: _compareValues,
|
|
231
|
+
_deleteLoader: _deleteLoader,
|
|
232
|
+
abort: abort,
|
|
233
|
+
abortURL: abortURL,
|
|
234
|
+
addColors: addColors,
|
|
235
|
+
addInputs: addInputs,
|
|
236
|
+
addStyle: addStyle,
|
|
237
|
+
adjustHeight: adjustHeight,
|
|
238
|
+
adjustSize: adjustSize,
|
|
239
|
+
adjustWidth: adjustWidth,
|
|
240
|
+
ajax: ajax,
|
|
241
|
+
analyzeFunction: analyzeFunction,
|
|
242
|
+
animateCss: animateCss,
|
|
243
|
+
arrayBuffer2String: arrayBuffer2String,
|
|
244
|
+
arrayFromProp: arrayFromProp,
|
|
245
|
+
autoExtend: autoExtend,
|
|
246
|
+
baseName: baseName,
|
|
247
|
+
br2nl: br2nl,
|
|
248
|
+
calendar: calendar,
|
|
249
|
+
callback: callback,
|
|
250
|
+
camelize: camelize,
|
|
251
|
+
camelToCss: camelToCss,
|
|
252
|
+
canvasToImage: canvasToImage,
|
|
253
|
+
center: center,
|
|
254
|
+
checkProps: checkProps,
|
|
255
|
+
checkPropsDetails: checkPropsDetails,
|
|
256
|
+
checkPropsOrDie: checkPropsOrDie,
|
|
257
|
+
checkType: checkType,
|
|
258
|
+
circularReplacer: circularReplacer,
|
|
259
|
+
clone: clone,
|
|
260
|
+
colorToHex: colorToHex,
|
|
261
|
+
compare: compare,
|
|
262
|
+
compareConditions: compareConditions,
|
|
263
|
+
copy: copy,
|
|
264
|
+
correctCase: correctCase,
|
|
265
|
+
count: count,
|
|
266
|
+
crc32: crc32,
|
|
267
|
+
createObject: createObject,
|
|
268
|
+
cssExists: cssExists,
|
|
269
|
+
date: date,
|
|
270
|
+
dateSQL: dateSQL,
|
|
271
|
+
daysInMonth: daysInMonth,
|
|
272
|
+
deepPath: deepPath,
|
|
273
|
+
defaultAjaxAbortFunction: defaultAjaxAbortFunction,
|
|
274
|
+
defaultAjaxErrorFunction: defaultAjaxErrorFunction,
|
|
275
|
+
defaultAlertFunction: defaultAlertFunction,
|
|
276
|
+
defaultConfirmFunction: defaultConfirmFunction,
|
|
277
|
+
defaultEndLoadingFunction: defaultEndLoadingFunction,
|
|
278
|
+
defaultErrorFunction: defaultErrorFunction,
|
|
279
|
+
defaultHistoryFunction: defaultHistoryFunction,
|
|
280
|
+
defaultLinkFunction: defaultLinkFunction,
|
|
281
|
+
defaultPostLinkFunction: defaultPostLinkFunction,
|
|
282
|
+
defaultPreLinkFunction: defaultPreLinkFunction,
|
|
283
|
+
defaultResizeFunction: defaultResizeFunction,
|
|
284
|
+
defaultStartLoadingFunction: defaultStartLoadingFunction,
|
|
285
|
+
deleteProp: deleteProp,
|
|
286
|
+
diffObj: diffObj,
|
|
287
|
+
dirName: dirName,
|
|
288
|
+
download: download,
|
|
289
|
+
downloadContent: downloadContent,
|
|
290
|
+
each: each,
|
|
291
|
+
eraseCookie: eraseCookie,
|
|
292
|
+
error: error,
|
|
293
|
+
escapeDquotes: escapeDquotes,
|
|
294
|
+
escapeRegExp: escapeRegExp,
|
|
295
|
+
escapeSquotes: escapeSquotes,
|
|
296
|
+
escapeTicks: escapeTicks,
|
|
297
|
+
escapeUrl: escapeUrl,
|
|
298
|
+
extend: extend,
|
|
299
|
+
extendOut: extendOut,
|
|
300
|
+
fdate: fdate,
|
|
301
|
+
fdatetime: fdatetime,
|
|
302
|
+
fieldValue: fieldValue,
|
|
303
|
+
fileExt: fileExt,
|
|
304
|
+
filter: filter,
|
|
305
|
+
filterToConditions: filterToConditions,
|
|
306
|
+
findAll: findAll,
|
|
307
|
+
fori: fori,
|
|
308
|
+
forir: forir,
|
|
309
|
+
format: format,
|
|
310
|
+
formatBytes: formatBytes,
|
|
311
|
+
formatDate: formatDate,
|
|
312
|
+
formatSize: formatSize,
|
|
313
|
+
formdata: formdata,
|
|
314
|
+
fromXml: fromXml,
|
|
315
|
+
ftime: ftime,
|
|
316
|
+
getAllTags: getAllTags,
|
|
317
|
+
getAncestors: getAncestors,
|
|
318
|
+
getAttributes: getAttributes,
|
|
319
|
+
getBrowserName: getBrowserName,
|
|
320
|
+
getBrowserVersion: getBrowserVersion,
|
|
321
|
+
getCookie: getCookie,
|
|
322
|
+
getCssVar: getCssVar,
|
|
323
|
+
getDay: getDay,
|
|
324
|
+
getDeviceType: getDeviceType,
|
|
325
|
+
getEventData: getEventData,
|
|
326
|
+
getField: getField,
|
|
327
|
+
getFieldValues: getFieldValues,
|
|
328
|
+
getHtml: getHtml,
|
|
329
|
+
getHTMLOfSelection: getHTMLOfSelection,
|
|
330
|
+
getLoader: getLoader,
|
|
331
|
+
getPath: getPath,
|
|
332
|
+
getProp: getProp,
|
|
333
|
+
getProperty: getProperty,
|
|
334
|
+
getRequestId: getRequestId,
|
|
335
|
+
getRow: getRow,
|
|
336
|
+
getScrollBarSize: getScrollBarSize,
|
|
337
|
+
getText: getText,
|
|
338
|
+
getTimeoff: getTimeoff,
|
|
339
|
+
happy: happy,
|
|
340
|
+
hash: hash,
|
|
341
|
+
hex2rgb: hex2rgb,
|
|
342
|
+
history: history,
|
|
343
|
+
html2text: html2text,
|
|
344
|
+
imageToCanvas: imageToCanvas,
|
|
345
|
+
imgToBase64: imgToBase64,
|
|
346
|
+
info: info,
|
|
347
|
+
init: init,
|
|
348
|
+
isActiveInterface: isActiveInterface,
|
|
349
|
+
isArray: isArray,
|
|
350
|
+
isBlob: isBlob,
|
|
351
|
+
isBoolean: isBoolean,
|
|
352
|
+
isCanvas: isCanvas,
|
|
353
|
+
isColor: isColor,
|
|
354
|
+
isComment: isComment,
|
|
355
|
+
isCp: isCp,
|
|
356
|
+
isDate: isDate,
|
|
357
|
+
isDesktopDevice: isDesktopDevice,
|
|
358
|
+
isDimension: isDimension,
|
|
359
|
+
isDom: isDom,
|
|
360
|
+
isEmail: isEmail,
|
|
361
|
+
isEmpty: isEmpty,
|
|
362
|
+
isEvent: isEvent,
|
|
363
|
+
isFocused: isFocused,
|
|
364
|
+
isFunction: isFunction,
|
|
365
|
+
isHostname: isHostname,
|
|
366
|
+
isInside: isInside,
|
|
367
|
+
isInt: isInt,
|
|
368
|
+
isIP: isIP,
|
|
369
|
+
isIterable: isIterable,
|
|
370
|
+
isMobile: isMobile,
|
|
371
|
+
isMobileDevice: isMobileDevice,
|
|
372
|
+
isNull: isNull,
|
|
373
|
+
isNumber: isNumber,
|
|
374
|
+
isObject: isObject,
|
|
375
|
+
isPercent: isPercent,
|
|
376
|
+
isPrimitive: isPrimitive,
|
|
377
|
+
isPromise: isPromise,
|
|
378
|
+
isPropSize: isPropSize,
|
|
379
|
+
isSame: isSame,
|
|
380
|
+
isSQLDate: isSQLDate,
|
|
381
|
+
isString: isString,
|
|
382
|
+
isSymbol: isSymbol,
|
|
383
|
+
isTabletDevice: isTabletDevice,
|
|
384
|
+
isURL: isURL,
|
|
385
|
+
isValidDimension: isValidDimension,
|
|
386
|
+
isValidName: isValidName,
|
|
387
|
+
isValue: isValue,
|
|
388
|
+
isVue: isVue,
|
|
389
|
+
iterate: iterate,
|
|
390
|
+
lightenDarkenHex: lightenDarkenHex,
|
|
391
|
+
link: link,
|
|
392
|
+
log: log,
|
|
393
|
+
makeReactive: makeReactive,
|
|
394
|
+
map: map,
|
|
395
|
+
md5: md5,
|
|
396
|
+
money: money,
|
|
397
|
+
move: move,
|
|
398
|
+
multiorder: multiorder,
|
|
399
|
+
nl2br: nl2br,
|
|
400
|
+
numProperties: numProperties,
|
|
401
|
+
objectToFormData: objectToFormData,
|
|
402
|
+
order: order,
|
|
403
|
+
outerHeight: outerHeight,
|
|
404
|
+
outerWidth: outerWidth,
|
|
405
|
+
percent: percent,
|
|
406
|
+
pickValue: pickValue,
|
|
407
|
+
post: post,
|
|
408
|
+
postOut: postOut,
|
|
409
|
+
printf: printf,
|
|
410
|
+
quotes2html: quotes2html,
|
|
411
|
+
randomInt: randomInt,
|
|
412
|
+
randomString: randomString,
|
|
413
|
+
removeAccents: removeAccents,
|
|
414
|
+
removeEmpty: removeEmpty,
|
|
415
|
+
removeExtraSpaces: removeExtraSpaces,
|
|
416
|
+
removeHtmlComments: removeHtmlComments,
|
|
417
|
+
removePrivateProp: removePrivateProp,
|
|
418
|
+
removeTrailingChars: removeTrailingChars,
|
|
419
|
+
repeat: repeat,
|
|
420
|
+
replaceAll: replaceAll,
|
|
421
|
+
replaceSelection: replaceSelection,
|
|
422
|
+
resize: resize,
|
|
423
|
+
rgb2hex: rgb2hex,
|
|
424
|
+
riterate: riterate,
|
|
425
|
+
roundDecimal: roundDecimal,
|
|
426
|
+
sanitize: sanitize,
|
|
427
|
+
search: search,
|
|
428
|
+
selectElementText: selectElementText,
|
|
429
|
+
selector: selector,
|
|
430
|
+
setCookie: setCookie,
|
|
431
|
+
setCssVar: setCssVar,
|
|
432
|
+
setNavigationVars: setNavigationVars,
|
|
433
|
+
setProp: setProp,
|
|
434
|
+
setProperty: setProperty,
|
|
435
|
+
shorten: shorten,
|
|
436
|
+
shortenObj: shortenObj,
|
|
437
|
+
shuffle: shuffle,
|
|
438
|
+
simpleHash: simpleHash,
|
|
439
|
+
simpleHash1: simpleHash1,
|
|
440
|
+
simpleHash2: simpleHash2,
|
|
441
|
+
startChrono: startChrono,
|
|
442
|
+
stopChrono: stopChrono,
|
|
443
|
+
string2ArrayBuffer: string2ArrayBuffer,
|
|
444
|
+
submit: submit,
|
|
445
|
+
substr: substr,
|
|
446
|
+
sum: sum,
|
|
447
|
+
timestamp: timestamp,
|
|
448
|
+
toCSV: toCSV,
|
|
449
|
+
toggleFullScreen: toggleFullScreen,
|
|
450
|
+
translate: translate,
|
|
451
|
+
treatAjaxArguments: treatAjaxArguments,
|
|
452
|
+
trim: trim,
|
|
453
|
+
uniqString: uniqString,
|
|
454
|
+
unique: unique,
|
|
455
|
+
upload: upload,
|
|
456
|
+
warning: warning,
|
|
457
457
|
};
|
|
458
458
|
export { fn };
|