@bbn/bbn 1.0.30 → 1.0.31
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 +8 -8
- package/dist/bundle.js +11 -11
- package/dist/fn/_addLoader.js +3 -6
- package/dist/fn/_compareValues.js +11 -14
- package/dist/fn/_deleteLoader.js +7 -10
- package/dist/fn/abort.js +3 -6
- package/dist/fn/abortURL.js +4 -7
- package/dist/fn/addColors.js +5 -8
- package/dist/fn/addInputs.js +3 -6
- package/dist/fn/addStyle.js +5 -8
- package/dist/fn/adjustHeight.js +5 -8
- package/dist/fn/adjustSize.js +5 -8
- package/dist/fn/adjustWidth.js +5 -8
- package/dist/fn/ajax.js +31 -34
- package/dist/fn/analyzeFunction.js +3 -6
- package/dist/fn/animateCss.js +1 -4
- package/dist/fn/arrayBuffer2String.js +1 -4
- package/dist/fn/arrayFromProp.js +5 -8
- package/dist/fn/autoExtend.js +4 -7
- package/dist/fn/baseName.js +6 -9
- package/dist/fn/br2nl.js +3 -6
- package/dist/fn/calendar.js +10 -15
- package/dist/fn/callback.js +16 -19
- package/dist/fn/camelToCss.js +1 -4
- package/dist/fn/camelize.js +1 -4
- package/dist/fn/canvasToImage.js +1 -4
- package/dist/fn/center.js +1 -4
- package/dist/fn/checkProps.js +3 -6
- package/dist/fn/checkPropsDetails.js +9 -12
- package/dist/fn/checkPropsOrDie.js +3 -6
- package/dist/fn/checkType.js +16 -19
- package/dist/fn/chrono.js +3 -7
- package/dist/fn/circularReplacer.js +7 -10
- package/dist/fn/clone.js +7 -10
- package/dist/fn/colorToHex.js +1 -4
- package/dist/fn/compare.js +18 -21
- package/dist/fn/compareConditions.js +10 -13
- package/dist/fn/copy.js +4 -7
- package/dist/fn/correctCase.js +1 -4
- package/dist/fn/count.js +3 -6
- package/dist/fn/crc32.js +1 -4
- package/dist/fn/createObject.js +3 -6
- package/dist/fn/cssExists.js +3 -6
- package/dist/fn/date.js +8 -11
- package/dist/fn/dateSQL.d.ts +1 -1
- package/dist/fn/dateSQL.js +3 -7
- package/dist/fn/daysInMonth.d.ts +1 -1
- package/dist/fn/daysInMonth.js +3 -7
- package/dist/fn/deepPath.js +7 -10
- package/dist/fn/defaultAjaxAbortFunction.js +3 -6
- package/dist/fn/defaultAjaxErrorFunction.d.ts +1 -1
- package/dist/fn/defaultAjaxErrorFunction.js +1 -4
- package/dist/fn/defaultAlertFunction.js +1 -4
- package/dist/fn/defaultConfirmFunction.js +4 -7
- package/dist/fn/defaultEndLoadingFunction.js +1 -4
- package/dist/fn/defaultErrorFunction.js +3 -6
- package/dist/fn/defaultHistoryFunction.js +1 -4
- package/dist/fn/defaultLinkFunction.js +1 -4
- package/dist/fn/defaultPostLinkFunction.js +1 -4
- package/dist/fn/defaultPreLinkFunction.js +1 -4
- package/dist/fn/defaultResizeFunction.js +1 -4
- package/dist/fn/defaultStartLoadingFunction.js +1 -4
- package/dist/fn/deleteProp.js +4 -7
- package/dist/fn/diffObj.js +16 -19
- package/dist/fn/dirName.js +7 -10
- package/dist/fn/download.js +15 -18
- package/dist/fn/downloadContent.js +9 -12
- package/dist/fn/each.js +7 -10
- package/dist/fn/eraseCookie.js +1 -4
- package/dist/fn/error.js +3 -6
- package/dist/fn/escapeDquotes.js +3 -6
- package/dist/fn/escapeRegExp.js +1 -4
- package/dist/fn/escapeSquotes.js +3 -6
- package/dist/fn/escapeTicks.js +3 -6
- package/dist/fn/escapeUrl.js +8 -11
- package/dist/fn/extend.js +13 -16
- package/dist/fn/extendOut.js +4 -7
- package/dist/fn/fdate.js +9 -13
- package/dist/fn/fdatetime.js +7 -11
- package/dist/fn/fieldValue.js +1 -4
- package/dist/fn/fileExt.js +3 -6
- package/dist/fn/filter.js +12 -15
- package/dist/fn/filterToConditions.js +8 -11
- package/dist/fn/findAll.js +7 -10
- package/dist/fn/fori.js +6 -9
- package/dist/fn/forir.js +6 -9
- package/dist/fn/format.js +3 -6
- package/dist/fn/formatBytes.js +1 -4
- package/dist/fn/formatDate.d.ts +1 -1
- package/dist/fn/formatDate.js +1 -5
- package/dist/fn/formatSize.js +5 -8
- package/dist/fn/formdata.js +11 -14
- package/dist/fn/fromXml.js +1 -4
- package/dist/fn/ftime.js +8 -13
- package/dist/fn/getAllTags.js +3 -6
- package/dist/fn/getAncestors.js +1 -4
- package/dist/fn/getAttributes.js +3 -6
- package/dist/fn/getBrowserName.js +1 -4
- package/dist/fn/getBrowserVersion.js +1 -4
- package/dist/fn/getCookie.js +1 -4
- package/dist/fn/getCssVar.js +1 -4
- package/dist/fn/getDay.js +3 -6
- package/dist/fn/getDeviceType.js +1 -4
- package/dist/fn/getEventData.js +7 -10
- package/dist/fn/getField.js +3 -6
- package/dist/fn/getFieldValues.js +7 -10
- package/dist/fn/getHTMLOfSelection.js +4 -7
- package/dist/fn/getHtml.js +3 -6
- package/dist/fn/getLoader.js +3 -6
- package/dist/fn/getPath.js +3 -6
- package/dist/fn/getProp.js +4 -7
- package/dist/fn/getProperty.js +1 -4
- package/dist/fn/getRequestId.js +5 -8
- package/dist/fn/getRow.js +3 -6
- package/dist/fn/getScrollBarSize.js +1 -4
- package/dist/fn/getText.js +1 -4
- package/dist/fn/getTimeoff.js +1 -4
- package/dist/fn/happy.js +3 -6
- package/dist/fn/hash.js +11 -14
- package/dist/fn/hex2rgb.js +1 -4
- package/dist/fn/history.js +1 -4
- package/dist/fn/html2text.js +1 -4
- package/dist/fn/imageToCanvas.js +1 -4
- package/dist/fn/imgToBase64.js +3 -6
- package/dist/fn/info.js +3 -6
- package/dist/fn/init.js +31 -35
- package/dist/fn/isActiveInterface.js +1 -4
- package/dist/fn/isArray.js +1 -4
- package/dist/fn/isBlob.js +1 -4
- package/dist/fn/isBoolean.js +1 -4
- package/dist/fn/isCanvas.js +1 -4
- package/dist/fn/isColor.js +3 -6
- package/dist/fn/isComment.js +1 -4
- package/dist/fn/isCp.js +3 -6
- package/dist/fn/isDate.js +1 -4
- package/dist/fn/isDesktopDevice.js +1 -4
- package/dist/fn/isDimension.js +3 -6
- package/dist/fn/isDom.js +1 -4
- package/dist/fn/isEmail.js +3 -6
- package/dist/fn/isEmpty.js +5 -8
- package/dist/fn/isEvent.js +1 -4
- package/dist/fn/isFocused.js +1 -4
- package/dist/fn/isFunction.js +1 -4
- package/dist/fn/isHostname.js +5 -8
- package/dist/fn/isIP.js +3 -6
- package/dist/fn/isInside.js +7 -10
- package/dist/fn/isInt.js +1 -4
- package/dist/fn/isIterable.js +1 -4
- package/dist/fn/isMobile.js +4 -7
- package/dist/fn/isMobileDevice.js +1 -4
- package/dist/fn/isNull.js +1 -4
- package/dist/fn/isNumber.js +1 -4
- package/dist/fn/isObject.js +1 -4
- package/dist/fn/isPercent.js +1 -4
- package/dist/fn/isPrimitive.js +1 -4
- package/dist/fn/isPromise.js +1 -4
- package/dist/fn/isPropSize.js +3 -6
- package/dist/fn/isSQLDate.js +1 -4
- package/dist/fn/isSame.js +5 -8
- package/dist/fn/isString.js +1 -4
- package/dist/fn/isSymbol.js +1 -4
- package/dist/fn/isTabletDevice.js +1 -4
- package/dist/fn/isURL.js +1 -4
- package/dist/fn/isValidDimension.js +4 -7
- package/dist/fn/isValidName.js +3 -6
- package/dist/fn/isValue.js +3 -6
- package/dist/fn/isVue.js +1 -4
- package/dist/fn/iterate.js +5 -8
- package/dist/fn/lightenDarkenHex.js +1 -4
- package/dist/fn/link.js +19 -22
- package/dist/fn/log.js +3 -6
- package/dist/fn/makeReactive.js +28 -31
- package/dist/fn/map.js +3 -6
- package/dist/fn/md5.js +1 -4
- package/dist/fn/money.js +3 -6
- package/dist/fn/move.js +1 -4
- package/dist/fn/multiorder.js +3 -6
- package/dist/fn/nl2br.js +3 -6
- package/dist/fn/numProperties.js +1 -4
- package/dist/fn/objectToFormData.js +12 -15
- package/dist/fn/order.js +3 -6
- package/dist/fn/outerHeight.js +3 -6
- package/dist/fn/outerWidth.js +3 -6
- package/dist/fn/percent.js +1 -4
- package/dist/fn/pickValue.js +1 -4
- package/dist/fn/post.js +7 -10
- package/dist/fn/postOut.js +5 -8
- package/dist/fn/printf.js +1 -4
- package/dist/fn/quotes2html.js +4 -7
- package/dist/fn/randomInt.js +1 -4
- package/dist/fn/randomString.js +4 -7
- package/dist/fn/removeAccents.js +5 -8
- package/dist/fn/removeEmpty.js +8 -11
- package/dist/fn/removeExtraSpaces.js +1 -4
- package/dist/fn/removeHtmlComments.js +3 -6
- package/dist/fn/removePrivateProp.js +3 -6
- package/dist/fn/removeTrailingChars.js +6 -9
- package/dist/fn/repeat.js +1 -4
- package/dist/fn/replaceAll.js +4 -7
- package/dist/fn/replaceSelection.js +1 -4
- package/dist/fn/resize.js +7 -10
- package/dist/fn/rgb2hex.js +1 -4
- package/dist/fn/riterate.js +3 -6
- package/dist/fn/roundDecimal.js +1 -4
- package/dist/fn/sanitize.js +5 -8
- package/dist/fn/search.js +15 -18
- package/dist/fn/selectElementText.js +1 -4
- package/dist/fn/selector.js +1 -4
- package/dist/fn/setCookie.js +1 -4
- package/dist/fn/setCssVar.js +1 -4
- package/dist/fn/setNavigationVars.js +10 -13
- package/dist/fn/setProp.js +1 -4
- package/dist/fn/setProperty.js +3 -6
- package/dist/fn/shorten.js +5 -8
- package/dist/fn/shortenObj.js +9 -12
- package/dist/fn/shuffle.js +1 -4
- package/dist/fn/simpleHash.js +5 -8
- package/dist/fn/simpleHash1.js +1 -4
- package/dist/fn/simpleHash2.js +1 -4
- package/dist/fn/stat.js +1 -4
- package/dist/fn/string2ArrayBuffer.js +1 -4
- package/dist/fn/submit.js +6 -9
- package/dist/fn/substr.js +7 -10
- package/dist/fn/sum.js +4 -7
- package/dist/fn/timestamp.js +1 -4
- package/dist/fn/toCSV.js +8 -11
- package/dist/fn/toggleFullScreen.js +3 -6
- package/dist/fn/translate.js +3 -6
- package/dist/fn/treatAjaxArguments.js +10 -13
- package/dist/fn/trim.js +4 -7
- package/dist/fn/uniqString.js +7 -10
- package/dist/fn/unique.js +1 -4
- package/dist/fn/upload.js +6 -10
- package/dist/fn/warning.js +3 -6
- package/dist/index.d.ts +4 -4
- package/dist/index.js +459 -471
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,240 +1,235 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
const unique_1 = require("./fn/unique");
|
|
230
|
-
const upload_1 = require("./fn/upload");
|
|
231
|
-
const warning_1 = require("./fn/warning");
|
|
1
|
+
import { _addLoader } from './fn/_addLoader';
|
|
2
|
+
import { _compareValues } from './fn/_compareValues';
|
|
3
|
+
import { _deleteLoader } from './fn/_deleteLoader';
|
|
4
|
+
import { abort } from './fn/abort';
|
|
5
|
+
import { abortURL } from './fn/abortURL';
|
|
6
|
+
import { addColors } from './fn/addColors';
|
|
7
|
+
import { addInputs } from './fn/addInputs';
|
|
8
|
+
import { addStyle } from './fn/addStyle';
|
|
9
|
+
import { adjustHeight } from './fn/adjustHeight';
|
|
10
|
+
import { adjustSize } from './fn/adjustSize';
|
|
11
|
+
import { adjustWidth } from './fn/adjustWidth';
|
|
12
|
+
import { ajax } from './fn/ajax';
|
|
13
|
+
import { analyzeFunction } from './fn/analyzeFunction';
|
|
14
|
+
import { animateCss } from './fn/animateCss';
|
|
15
|
+
import { arrayBuffer2String } from './fn/arrayBuffer2String';
|
|
16
|
+
import { arrayFromProp } from './fn/arrayFromProp';
|
|
17
|
+
import { autoExtend } from './fn/autoExtend';
|
|
18
|
+
import { baseName } from './fn/baseName';
|
|
19
|
+
import { br2nl } from './fn/br2nl';
|
|
20
|
+
import { calendar } from './fn/calendar';
|
|
21
|
+
import { callback } from './fn/callback';
|
|
22
|
+
import { camelize } from './fn/camelize';
|
|
23
|
+
import { camelToCss } from './fn/camelToCss';
|
|
24
|
+
import { canvasToImage } from './fn/canvasToImage';
|
|
25
|
+
import { center } from './fn/center';
|
|
26
|
+
import { checkProps } from './fn/checkProps';
|
|
27
|
+
import { checkPropsDetails } from './fn/checkPropsDetails';
|
|
28
|
+
import { checkPropsOrDie } from './fn/checkPropsOrDie';
|
|
29
|
+
import { checkType } from './fn/checkType';
|
|
30
|
+
import { circularReplacer } from './fn/circularReplacer';
|
|
31
|
+
import { clone } from './fn/clone';
|
|
32
|
+
import { colorToHex } from './fn/colorToHex';
|
|
33
|
+
import { compare } from './fn/compare';
|
|
34
|
+
import { compareConditions } from './fn/compareConditions';
|
|
35
|
+
import { copy } from './fn/copy';
|
|
36
|
+
import { correctCase } from './fn/correctCase';
|
|
37
|
+
import { count } from './fn/count';
|
|
38
|
+
import { crc32 } from './fn/crc32';
|
|
39
|
+
import { createObject } from './fn/createObject';
|
|
40
|
+
import { cssExists } from './fn/cssExists';
|
|
41
|
+
import { date } from './fn/date';
|
|
42
|
+
import { dateSQL } from './fn/dateSQL';
|
|
43
|
+
import { daysInMonth } from './fn/daysInMonth';
|
|
44
|
+
import { deepPath } from './fn/deepPath';
|
|
45
|
+
import { defaultAjaxAbortFunction } from './fn/defaultAjaxAbortFunction';
|
|
46
|
+
import { defaultAjaxErrorFunction } from './fn/defaultAjaxErrorFunction';
|
|
47
|
+
import { defaultAlertFunction } from './fn/defaultAlertFunction';
|
|
48
|
+
import { defaultConfirmFunction } from './fn/defaultConfirmFunction';
|
|
49
|
+
import { defaultEndLoadingFunction } from './fn/defaultEndLoadingFunction';
|
|
50
|
+
import { defaultErrorFunction } from './fn/defaultErrorFunction';
|
|
51
|
+
import { defaultHistoryFunction } from './fn/defaultHistoryFunction';
|
|
52
|
+
import { defaultLinkFunction } from './fn/defaultLinkFunction';
|
|
53
|
+
import { defaultPostLinkFunction } from './fn/defaultPostLinkFunction';
|
|
54
|
+
import { defaultPreLinkFunction } from './fn/defaultPreLinkFunction';
|
|
55
|
+
import { defaultResizeFunction } from './fn/defaultResizeFunction';
|
|
56
|
+
import { defaultStartLoadingFunction } from './fn/defaultStartLoadingFunction';
|
|
57
|
+
import { deleteProp } from './fn/deleteProp';
|
|
58
|
+
import { diffObj } from './fn/diffObj';
|
|
59
|
+
import { dirName } from './fn/dirName';
|
|
60
|
+
import { download } from './fn/download';
|
|
61
|
+
import { downloadContent } from './fn/downloadContent';
|
|
62
|
+
import { each } from './fn/each';
|
|
63
|
+
import { eraseCookie } from './fn/eraseCookie';
|
|
64
|
+
import { error } from './fn/error';
|
|
65
|
+
import { escapeDquotes } from './fn/escapeDquotes';
|
|
66
|
+
import { escapeRegExp } from './fn/escapeRegExp';
|
|
67
|
+
import { escapeSquotes } from './fn/escapeSquotes';
|
|
68
|
+
import { escapeTicks } from './fn/escapeTicks';
|
|
69
|
+
import { escapeUrl } from './fn/escapeUrl';
|
|
70
|
+
import { extend } from './fn/extend';
|
|
71
|
+
import { extendOut } from './fn/extendOut';
|
|
72
|
+
import { fdate } from './fn/fdate';
|
|
73
|
+
import { fdatetime } from './fn/fdatetime';
|
|
74
|
+
import { fieldValue } from './fn/fieldValue';
|
|
75
|
+
import { fileExt } from './fn/fileExt';
|
|
76
|
+
import { filter } from './fn/filter';
|
|
77
|
+
import { filterToConditions } from './fn/filterToConditions';
|
|
78
|
+
import { findAll } from './fn/findAll';
|
|
79
|
+
import { fori } from './fn/fori';
|
|
80
|
+
import { forir } from './fn/forir';
|
|
81
|
+
import { format } from './fn/format';
|
|
82
|
+
import { formatBytes } from './fn/formatBytes';
|
|
83
|
+
import { formatDate } from './fn/formatDate';
|
|
84
|
+
import { formatSize } from './fn/formatSize';
|
|
85
|
+
import { formdata } from './fn/formdata';
|
|
86
|
+
import { fromXml } from './fn/fromXml';
|
|
87
|
+
import { ftime } from './fn/ftime';
|
|
88
|
+
import { getAllTags } from './fn/getAllTags';
|
|
89
|
+
import { getAncestors } from './fn/getAncestors';
|
|
90
|
+
import { getAttributes } from './fn/getAttributes';
|
|
91
|
+
import { getBrowserName } from './fn/getBrowserName';
|
|
92
|
+
import { getBrowserVersion } from './fn/getBrowserVersion';
|
|
93
|
+
import { getCookie } from './fn/getCookie';
|
|
94
|
+
import { getCssVar } from './fn/getCssVar';
|
|
95
|
+
import { getDay } from './fn/getDay';
|
|
96
|
+
import { getDeviceType } from './fn/getDeviceType';
|
|
97
|
+
import { getEventData } from './fn/getEventData';
|
|
98
|
+
import { getField } from './fn/getField';
|
|
99
|
+
import { getFieldValues } from './fn/getFieldValues';
|
|
100
|
+
import { getHtml } from './fn/getHtml';
|
|
101
|
+
import { getHTMLOfSelection } from './fn/getHTMLOfSelection';
|
|
102
|
+
import { getLoader } from './fn/getLoader';
|
|
103
|
+
import { getPath } from './fn/getPath';
|
|
104
|
+
import { getProp } from './fn/getProp';
|
|
105
|
+
import { getProperty } from './fn/getProperty';
|
|
106
|
+
import { getRequestId } from './fn/getRequestId';
|
|
107
|
+
import { getRow } from './fn/getRow';
|
|
108
|
+
import { getScrollBarSize } from './fn/getScrollBarSize';
|
|
109
|
+
import { getText } from './fn/getText';
|
|
110
|
+
import { getTimeoff } from './fn/getTimeoff';
|
|
111
|
+
import { happy } from './fn/happy';
|
|
112
|
+
import { hash } from './fn/hash';
|
|
113
|
+
import { hex2rgb } from './fn/hex2rgb';
|
|
114
|
+
import { history } from './fn/history';
|
|
115
|
+
import { html2text } from './fn/html2text';
|
|
116
|
+
import { imageToCanvas } from './fn/imageToCanvas';
|
|
117
|
+
import { imgToBase64 } from './fn/imgToBase64';
|
|
118
|
+
import { info } from './fn/info';
|
|
119
|
+
import { init } from './fn/init';
|
|
120
|
+
import { isActiveInterface } from './fn/isActiveInterface';
|
|
121
|
+
import { isArray } from './fn/isArray';
|
|
122
|
+
import { isBlob } from './fn/isBlob';
|
|
123
|
+
import { isBoolean } from './fn/isBoolean';
|
|
124
|
+
import { isCanvas } from './fn/isCanvas';
|
|
125
|
+
import { isColor } from './fn/isColor';
|
|
126
|
+
import { isComment } from './fn/isComment';
|
|
127
|
+
import { isCp } from './fn/isCp';
|
|
128
|
+
import { isDate } from './fn/isDate';
|
|
129
|
+
import { isDesktopDevice } from './fn/isDesktopDevice';
|
|
130
|
+
import { isDimension } from './fn/isDimension';
|
|
131
|
+
import { isDom } from './fn/isDom';
|
|
132
|
+
import { isEmail } from './fn/isEmail';
|
|
133
|
+
import { isEmpty } from './fn/isEmpty';
|
|
134
|
+
import { isEvent } from './fn/isEvent';
|
|
135
|
+
import { isFocused } from './fn/isFocused';
|
|
136
|
+
import { isFunction } from './fn/isFunction';
|
|
137
|
+
import { isHostname } from './fn/isHostname';
|
|
138
|
+
import { isInside } from './fn/isInside';
|
|
139
|
+
import { isInt } from './fn/isInt';
|
|
140
|
+
import { isIP } from './fn/isIP';
|
|
141
|
+
import { isIterable } from './fn/isIterable';
|
|
142
|
+
import { isMobile } from './fn/isMobile';
|
|
143
|
+
import { isMobileDevice } from './fn/isMobileDevice';
|
|
144
|
+
import { isNull } from './fn/isNull';
|
|
145
|
+
import { isNumber } from './fn/isNumber';
|
|
146
|
+
import { isObject } from './fn/isObject';
|
|
147
|
+
import { isPercent } from './fn/isPercent';
|
|
148
|
+
import { isPrimitive } from './fn/isPrimitive';
|
|
149
|
+
import { isPromise } from './fn/isPromise';
|
|
150
|
+
import { isPropSize } from './fn/isPropSize';
|
|
151
|
+
import { isSame } from './fn/isSame';
|
|
152
|
+
import { isSQLDate } from './fn/isSQLDate';
|
|
153
|
+
import { isString } from './fn/isString';
|
|
154
|
+
import { isSymbol } from './fn/isSymbol';
|
|
155
|
+
import { isTabletDevice } from './fn/isTabletDevice';
|
|
156
|
+
import { isURL } from './fn/isURL';
|
|
157
|
+
import { isValidDimension } from './fn/isValidDimension';
|
|
158
|
+
import { isValidName } from './fn/isValidName';
|
|
159
|
+
import { isValue } from './fn/isValue';
|
|
160
|
+
import { isVue } from './fn/isVue';
|
|
161
|
+
import { iterate } from './fn/iterate';
|
|
162
|
+
import { lightenDarkenHex } from './fn/lightenDarkenHex';
|
|
163
|
+
import { link } from './fn/link';
|
|
164
|
+
import { log } from './fn/log';
|
|
165
|
+
import { makeReactive } from './fn/makeReactive';
|
|
166
|
+
import { map } from './fn/map';
|
|
167
|
+
import { md5 } from './fn/md5';
|
|
168
|
+
import { money } from './fn/money';
|
|
169
|
+
import { move } from './fn/move';
|
|
170
|
+
import { multiorder } from './fn/multiorder';
|
|
171
|
+
import { nl2br } from './fn/nl2br';
|
|
172
|
+
import { numProperties } from './fn/numProperties';
|
|
173
|
+
import { objectToFormData } from './fn/objectToFormData';
|
|
174
|
+
import { order } from './fn/order';
|
|
175
|
+
import { outerHeight } from './fn/outerHeight';
|
|
176
|
+
import { outerWidth } from './fn/outerWidth';
|
|
177
|
+
import { percent } from './fn/percent';
|
|
178
|
+
import { pickValue } from './fn/pickValue';
|
|
179
|
+
import { post } from './fn/post';
|
|
180
|
+
import { postOut } from './fn/postOut';
|
|
181
|
+
import { printf } from './fn/printf';
|
|
182
|
+
import { quotes2html } from './fn/quotes2html';
|
|
183
|
+
import { randomInt } from './fn/randomInt';
|
|
184
|
+
import { randomString } from './fn/randomString';
|
|
185
|
+
import { removeAccents } from './fn/removeAccents';
|
|
186
|
+
import { removeEmpty } from './fn/removeEmpty';
|
|
187
|
+
import { removeExtraSpaces } from './fn/removeExtraSpaces';
|
|
188
|
+
import { removeHtmlComments } from './fn/removeHtmlComments';
|
|
189
|
+
import { removePrivateProp } from './fn/removePrivateProp';
|
|
190
|
+
import { removeTrailingChars } from './fn/removeTrailingChars';
|
|
191
|
+
import { repeat } from './fn/repeat';
|
|
192
|
+
import { replaceAll } from './fn/replaceAll';
|
|
193
|
+
import { replaceSelection } from './fn/replaceSelection';
|
|
194
|
+
import { resize } from './fn/resize';
|
|
195
|
+
import { rgb2hex } from './fn/rgb2hex';
|
|
196
|
+
import { riterate } from './fn/riterate';
|
|
197
|
+
import { roundDecimal } from './fn/roundDecimal';
|
|
198
|
+
import { sanitize } from './fn/sanitize';
|
|
199
|
+
import { search } from './fn/search';
|
|
200
|
+
import { selectElementText } from './fn/selectElementText';
|
|
201
|
+
import { selector } from './fn/selector';
|
|
202
|
+
import { setCookie } from './fn/setCookie';
|
|
203
|
+
import { setCssVar } from './fn/setCssVar';
|
|
204
|
+
import { setNavigationVars } from './fn/setNavigationVars';
|
|
205
|
+
import { setProp } from './fn/setProp';
|
|
206
|
+
import { setProperty } from './fn/setProperty';
|
|
207
|
+
import { shorten } from './fn/shorten';
|
|
208
|
+
import { shortenObj } from './fn/shortenObj';
|
|
209
|
+
import { shuffle } from './fn/shuffle';
|
|
210
|
+
import { simpleHash } from './fn/simpleHash';
|
|
211
|
+
import { simpleHash1 } from './fn/simpleHash1';
|
|
212
|
+
import { simpleHash2 } from './fn/simpleHash2';
|
|
213
|
+
import { startChrono, stopChrono } from './fn/chrono';
|
|
214
|
+
import { stat } from './fn/stat';
|
|
215
|
+
import { string2ArrayBuffer } from './fn/string2ArrayBuffer';
|
|
216
|
+
import { submit } from './fn/submit';
|
|
217
|
+
import { substr } from './fn/substr';
|
|
218
|
+
import { sum } from './fn/sum';
|
|
219
|
+
import { timestamp } from './fn/timestamp';
|
|
220
|
+
import { toCSV } from './fn/toCSV';
|
|
221
|
+
import { toggleFullScreen } from './fn/toggleFullScreen';
|
|
222
|
+
import { translate } from './fn/translate';
|
|
223
|
+
import { treatAjaxArguments } from './fn/treatAjaxArguments';
|
|
224
|
+
import { trim } from './fn/trim';
|
|
225
|
+
import { uniqString } from './fn/uniqString';
|
|
226
|
+
import { unique } from './fn/unique';
|
|
227
|
+
import { upload } from './fn/upload';
|
|
228
|
+
import { warning } from './fn/warning';
|
|
232
229
|
const version = "1.0.1";
|
|
233
|
-
exports.version = version;
|
|
234
230
|
const opt = {
|
|
235
231
|
_cat: {}
|
|
236
232
|
};
|
|
237
|
-
exports.opt = opt;
|
|
238
233
|
/**
|
|
239
234
|
* Translate an expression using the object bbn.lng
|
|
240
235
|
*
|
|
@@ -251,22 +246,19 @@ const _ = (...args) => {
|
|
|
251
246
|
if (!tmp) {
|
|
252
247
|
tmp = type === 'd' ? 0 : '';
|
|
253
248
|
}
|
|
254
|
-
|
|
249
|
+
checkType(tmp, type === 'd' ? 'number' : 'string', bbn._("The value you gave did not correspond, check the loggg"));
|
|
255
250
|
return tmp;
|
|
256
251
|
});
|
|
257
252
|
}
|
|
258
253
|
return res;
|
|
259
254
|
};
|
|
260
|
-
exports._ = _;
|
|
261
255
|
const $ = (selector, context) => {
|
|
262
256
|
if (context && context.querySelectorAll) {
|
|
263
257
|
return context.querySelectorAll(selector);
|
|
264
258
|
}
|
|
265
259
|
return document.body.querySelectorAll(selector);
|
|
266
260
|
};
|
|
267
|
-
exports.$ = $;
|
|
268
261
|
const _popups = [];
|
|
269
|
-
exports._popups = _popups;
|
|
270
262
|
const lng = {
|
|
271
263
|
/* User-defined languages elements */
|
|
272
264
|
select_unselect_all: "Select/Clear all",
|
|
@@ -293,11 +285,9 @@ const lng = {
|
|
|
293
285
|
Tomorrow: "Tomorrow",
|
|
294
286
|
Yesterday: "Yesterday"
|
|
295
287
|
};
|
|
296
|
-
exports.lng = lng;
|
|
297
288
|
const app = {
|
|
298
289
|
popups: [],
|
|
299
290
|
};
|
|
300
|
-
exports.app = app;
|
|
301
291
|
const vars = {
|
|
302
292
|
loggers: {
|
|
303
293
|
_num: 0
|
|
@@ -360,7 +350,6 @@ const vars = {
|
|
|
360
350
|
hostname: new RegExp("^[a-z\\d]([a-z\\d\\-]{0,61}[a-z\\d])?(\\.[a-z\\d]([a-z\\d\\-]{0,61}[a-z\\d])?)*$", 'i'),
|
|
361
351
|
}
|
|
362
352
|
};
|
|
363
|
-
exports.vars = vars;
|
|
364
353
|
const env = {
|
|
365
354
|
siteTitle: window.document.title,
|
|
366
355
|
/* This variable should be set to true in debugging mode only */
|
|
@@ -403,236 +392,235 @@ const env = {
|
|
|
403
392
|
historyDisabled: false,
|
|
404
393
|
nav: 'ajax'
|
|
405
394
|
};
|
|
406
|
-
exports.env = env;
|
|
407
395
|
const fn = {
|
|
408
|
-
_addLoader
|
|
409
|
-
_compareValues
|
|
410
|
-
_deleteLoader
|
|
411
|
-
abort
|
|
412
|
-
abortURL
|
|
413
|
-
addColors
|
|
414
|
-
addInputs
|
|
415
|
-
addStyle
|
|
416
|
-
adjustHeight
|
|
417
|
-
adjustSize
|
|
418
|
-
adjustWidth
|
|
419
|
-
ajax
|
|
420
|
-
analyzeFunction
|
|
421
|
-
animateCss
|
|
422
|
-
arrayBuffer2String
|
|
423
|
-
arrayFromProp
|
|
424
|
-
autoExtend
|
|
425
|
-
baseName
|
|
426
|
-
br2nl
|
|
427
|
-
calendar
|
|
428
|
-
callback
|
|
429
|
-
camelize
|
|
430
|
-
camelToCss
|
|
431
|
-
canvasToImage
|
|
432
|
-
center
|
|
433
|
-
checkProps
|
|
434
|
-
checkPropsDetails
|
|
435
|
-
checkPropsOrDie
|
|
436
|
-
checkType
|
|
437
|
-
circularReplacer
|
|
438
|
-
clone
|
|
439
|
-
colorToHex
|
|
440
|
-
compare
|
|
441
|
-
compareConditions
|
|
442
|
-
copy
|
|
443
|
-
correctCase
|
|
444
|
-
count
|
|
445
|
-
crc32
|
|
446
|
-
createObject
|
|
447
|
-
cssExists
|
|
448
|
-
date
|
|
449
|
-
dateSQL
|
|
450
|
-
daysInMonth
|
|
451
|
-
deepPath
|
|
452
|
-
defaultAjaxAbortFunction
|
|
453
|
-
defaultAjaxErrorFunction
|
|
454
|
-
defaultAlertFunction
|
|
455
|
-
defaultConfirmFunction
|
|
456
|
-
defaultEndLoadingFunction
|
|
457
|
-
defaultErrorFunction
|
|
458
|
-
defaultHistoryFunction
|
|
459
|
-
defaultLinkFunction
|
|
460
|
-
defaultPostLinkFunction
|
|
461
|
-
defaultPreLinkFunction
|
|
462
|
-
defaultResizeFunction
|
|
463
|
-
defaultStartLoadingFunction
|
|
464
|
-
deleteProp
|
|
465
|
-
diffObj
|
|
466
|
-
dirName
|
|
467
|
-
download
|
|
468
|
-
downloadContent
|
|
469
|
-
each
|
|
470
|
-
eraseCookie
|
|
471
|
-
error
|
|
472
|
-
escapeDquotes
|
|
473
|
-
escapeRegExp
|
|
474
|
-
escapeSquotes
|
|
475
|
-
escapeTicks
|
|
476
|
-
escapeUrl
|
|
477
|
-
extend
|
|
478
|
-
extendOut
|
|
479
|
-
fdate
|
|
480
|
-
fdatetime
|
|
481
|
-
fieldValue
|
|
482
|
-
fileExt
|
|
483
|
-
filter
|
|
484
|
-
filterToConditions
|
|
485
|
-
findAll
|
|
486
|
-
fori
|
|
487
|
-
forir
|
|
488
|
-
format
|
|
489
|
-
formatBytes
|
|
490
|
-
formatDate
|
|
491
|
-
formatSize
|
|
492
|
-
formdata
|
|
493
|
-
fromXml
|
|
494
|
-
ftime
|
|
495
|
-
getAllTags
|
|
496
|
-
getAncestors
|
|
497
|
-
getAttributes
|
|
498
|
-
getBrowserName
|
|
499
|
-
getBrowserVersion
|
|
500
|
-
getCookie
|
|
501
|
-
getCssVar
|
|
502
|
-
getDay
|
|
503
|
-
getDeviceType
|
|
504
|
-
getEventData
|
|
505
|
-
getField
|
|
506
|
-
getFieldValues
|
|
507
|
-
getHtml
|
|
508
|
-
getHTMLOfSelection
|
|
509
|
-
getLoader
|
|
510
|
-
getPath
|
|
511
|
-
getProp
|
|
512
|
-
getProperty
|
|
513
|
-
getRequestId
|
|
514
|
-
getRow
|
|
515
|
-
getScrollBarSize
|
|
516
|
-
getText
|
|
517
|
-
getTimeoff
|
|
518
|
-
happy
|
|
519
|
-
hash
|
|
520
|
-
hex2rgb
|
|
521
|
-
history
|
|
522
|
-
html2text
|
|
523
|
-
imageToCanvas
|
|
524
|
-
imgToBase64
|
|
525
|
-
info
|
|
526
|
-
init
|
|
527
|
-
isActiveInterface
|
|
528
|
-
isArray
|
|
529
|
-
isBlob
|
|
530
|
-
isBoolean
|
|
531
|
-
isCanvas
|
|
532
|
-
isColor
|
|
533
|
-
isComment
|
|
534
|
-
isCp
|
|
535
|
-
isDate
|
|
536
|
-
isDesktopDevice
|
|
537
|
-
isDimension
|
|
538
|
-
isDom
|
|
539
|
-
isEmail
|
|
540
|
-
isEmpty
|
|
541
|
-
isEvent
|
|
542
|
-
isFocused
|
|
543
|
-
isFunction
|
|
544
|
-
isHostname
|
|
545
|
-
isInside
|
|
546
|
-
isInt
|
|
547
|
-
isIP
|
|
548
|
-
isIterable
|
|
549
|
-
isMobile
|
|
550
|
-
isMobileDevice
|
|
551
|
-
isNull
|
|
552
|
-
isNumber
|
|
553
|
-
isObject
|
|
554
|
-
isPercent
|
|
555
|
-
isPrimitive
|
|
556
|
-
isPromise
|
|
557
|
-
isPropSize
|
|
558
|
-
isSame
|
|
559
|
-
isSQLDate
|
|
560
|
-
isString
|
|
561
|
-
isSymbol
|
|
562
|
-
isTabletDevice
|
|
563
|
-
isURL
|
|
564
|
-
isValidDimension
|
|
565
|
-
isValidName
|
|
566
|
-
isValue
|
|
567
|
-
isVue
|
|
568
|
-
iterate
|
|
569
|
-
lightenDarkenHex
|
|
570
|
-
link
|
|
571
|
-
log
|
|
572
|
-
makeReactive
|
|
573
|
-
map
|
|
574
|
-
md5
|
|
575
|
-
money
|
|
576
|
-
move
|
|
577
|
-
multiorder
|
|
578
|
-
nl2br
|
|
579
|
-
numProperties
|
|
580
|
-
objectToFormData
|
|
581
|
-
order
|
|
582
|
-
outerHeight
|
|
583
|
-
outerWidth
|
|
584
|
-
percent
|
|
585
|
-
pickValue
|
|
586
|
-
post
|
|
587
|
-
postOut
|
|
588
|
-
printf
|
|
589
|
-
quotes2html
|
|
590
|
-
randomInt
|
|
591
|
-
randomString
|
|
592
|
-
removeAccents
|
|
593
|
-
removeEmpty
|
|
594
|
-
removeExtraSpaces
|
|
595
|
-
removeHtmlComments
|
|
596
|
-
removePrivateProp
|
|
597
|
-
removeTrailingChars
|
|
598
|
-
repeat
|
|
599
|
-
replaceAll
|
|
600
|
-
replaceSelection
|
|
601
|
-
resize
|
|
602
|
-
rgb2hex
|
|
603
|
-
riterate
|
|
604
|
-
roundDecimal
|
|
605
|
-
sanitize
|
|
606
|
-
search
|
|
607
|
-
selectElementText
|
|
608
|
-
selector
|
|
609
|
-
setCookie
|
|
610
|
-
setCssVar
|
|
611
|
-
setNavigationVars
|
|
612
|
-
setProp
|
|
613
|
-
setProperty
|
|
614
|
-
shorten
|
|
615
|
-
shortenObj
|
|
616
|
-
shuffle
|
|
617
|
-
simpleHash
|
|
618
|
-
simpleHash1
|
|
619
|
-
simpleHash2
|
|
620
|
-
startChrono
|
|
621
|
-
stat
|
|
622
|
-
stopChrono
|
|
623
|
-
string2ArrayBuffer
|
|
624
|
-
submit
|
|
625
|
-
substr
|
|
626
|
-
sum
|
|
627
|
-
timestamp
|
|
628
|
-
toCSV
|
|
629
|
-
toggleFullScreen
|
|
630
|
-
translate
|
|
631
|
-
treatAjaxArguments
|
|
632
|
-
trim
|
|
633
|
-
uniqString
|
|
634
|
-
unique
|
|
635
|
-
upload
|
|
636
|
-
warning
|
|
396
|
+
_addLoader,
|
|
397
|
+
_compareValues,
|
|
398
|
+
_deleteLoader,
|
|
399
|
+
abort,
|
|
400
|
+
abortURL,
|
|
401
|
+
addColors,
|
|
402
|
+
addInputs,
|
|
403
|
+
addStyle,
|
|
404
|
+
adjustHeight,
|
|
405
|
+
adjustSize,
|
|
406
|
+
adjustWidth,
|
|
407
|
+
ajax,
|
|
408
|
+
analyzeFunction,
|
|
409
|
+
animateCss,
|
|
410
|
+
arrayBuffer2String,
|
|
411
|
+
arrayFromProp,
|
|
412
|
+
autoExtend,
|
|
413
|
+
baseName,
|
|
414
|
+
br2nl,
|
|
415
|
+
calendar,
|
|
416
|
+
callback,
|
|
417
|
+
camelize,
|
|
418
|
+
camelToCss,
|
|
419
|
+
canvasToImage,
|
|
420
|
+
center,
|
|
421
|
+
checkProps,
|
|
422
|
+
checkPropsDetails,
|
|
423
|
+
checkPropsOrDie,
|
|
424
|
+
checkType,
|
|
425
|
+
circularReplacer,
|
|
426
|
+
clone,
|
|
427
|
+
colorToHex,
|
|
428
|
+
compare,
|
|
429
|
+
compareConditions,
|
|
430
|
+
copy,
|
|
431
|
+
correctCase,
|
|
432
|
+
count,
|
|
433
|
+
crc32,
|
|
434
|
+
createObject,
|
|
435
|
+
cssExists,
|
|
436
|
+
date,
|
|
437
|
+
dateSQL,
|
|
438
|
+
daysInMonth,
|
|
439
|
+
deepPath,
|
|
440
|
+
defaultAjaxAbortFunction,
|
|
441
|
+
defaultAjaxErrorFunction,
|
|
442
|
+
defaultAlertFunction,
|
|
443
|
+
defaultConfirmFunction,
|
|
444
|
+
defaultEndLoadingFunction,
|
|
445
|
+
defaultErrorFunction,
|
|
446
|
+
defaultHistoryFunction,
|
|
447
|
+
defaultLinkFunction,
|
|
448
|
+
defaultPostLinkFunction,
|
|
449
|
+
defaultPreLinkFunction,
|
|
450
|
+
defaultResizeFunction,
|
|
451
|
+
defaultStartLoadingFunction,
|
|
452
|
+
deleteProp,
|
|
453
|
+
diffObj,
|
|
454
|
+
dirName,
|
|
455
|
+
download,
|
|
456
|
+
downloadContent,
|
|
457
|
+
each,
|
|
458
|
+
eraseCookie,
|
|
459
|
+
error,
|
|
460
|
+
escapeDquotes,
|
|
461
|
+
escapeRegExp,
|
|
462
|
+
escapeSquotes,
|
|
463
|
+
escapeTicks,
|
|
464
|
+
escapeUrl,
|
|
465
|
+
extend,
|
|
466
|
+
extendOut,
|
|
467
|
+
fdate,
|
|
468
|
+
fdatetime,
|
|
469
|
+
fieldValue,
|
|
470
|
+
fileExt,
|
|
471
|
+
filter,
|
|
472
|
+
filterToConditions,
|
|
473
|
+
findAll,
|
|
474
|
+
fori,
|
|
475
|
+
forir,
|
|
476
|
+
format,
|
|
477
|
+
formatBytes,
|
|
478
|
+
formatDate,
|
|
479
|
+
formatSize,
|
|
480
|
+
formdata,
|
|
481
|
+
fromXml,
|
|
482
|
+
ftime,
|
|
483
|
+
getAllTags,
|
|
484
|
+
getAncestors,
|
|
485
|
+
getAttributes,
|
|
486
|
+
getBrowserName,
|
|
487
|
+
getBrowserVersion,
|
|
488
|
+
getCookie,
|
|
489
|
+
getCssVar,
|
|
490
|
+
getDay,
|
|
491
|
+
getDeviceType,
|
|
492
|
+
getEventData,
|
|
493
|
+
getField,
|
|
494
|
+
getFieldValues,
|
|
495
|
+
getHtml,
|
|
496
|
+
getHTMLOfSelection,
|
|
497
|
+
getLoader,
|
|
498
|
+
getPath,
|
|
499
|
+
getProp,
|
|
500
|
+
getProperty,
|
|
501
|
+
getRequestId,
|
|
502
|
+
getRow,
|
|
503
|
+
getScrollBarSize,
|
|
504
|
+
getText,
|
|
505
|
+
getTimeoff,
|
|
506
|
+
happy,
|
|
507
|
+
hash,
|
|
508
|
+
hex2rgb,
|
|
509
|
+
history,
|
|
510
|
+
html2text,
|
|
511
|
+
imageToCanvas,
|
|
512
|
+
imgToBase64,
|
|
513
|
+
info,
|
|
514
|
+
init,
|
|
515
|
+
isActiveInterface,
|
|
516
|
+
isArray,
|
|
517
|
+
isBlob,
|
|
518
|
+
isBoolean,
|
|
519
|
+
isCanvas,
|
|
520
|
+
isColor,
|
|
521
|
+
isComment,
|
|
522
|
+
isCp,
|
|
523
|
+
isDate,
|
|
524
|
+
isDesktopDevice,
|
|
525
|
+
isDimension,
|
|
526
|
+
isDom,
|
|
527
|
+
isEmail,
|
|
528
|
+
isEmpty,
|
|
529
|
+
isEvent,
|
|
530
|
+
isFocused,
|
|
531
|
+
isFunction,
|
|
532
|
+
isHostname,
|
|
533
|
+
isInside,
|
|
534
|
+
isInt,
|
|
535
|
+
isIP,
|
|
536
|
+
isIterable,
|
|
537
|
+
isMobile,
|
|
538
|
+
isMobileDevice,
|
|
539
|
+
isNull,
|
|
540
|
+
isNumber,
|
|
541
|
+
isObject,
|
|
542
|
+
isPercent,
|
|
543
|
+
isPrimitive,
|
|
544
|
+
isPromise,
|
|
545
|
+
isPropSize,
|
|
546
|
+
isSame,
|
|
547
|
+
isSQLDate,
|
|
548
|
+
isString,
|
|
549
|
+
isSymbol,
|
|
550
|
+
isTabletDevice,
|
|
551
|
+
isURL,
|
|
552
|
+
isValidDimension,
|
|
553
|
+
isValidName,
|
|
554
|
+
isValue,
|
|
555
|
+
isVue,
|
|
556
|
+
iterate,
|
|
557
|
+
lightenDarkenHex,
|
|
558
|
+
link,
|
|
559
|
+
log,
|
|
560
|
+
makeReactive,
|
|
561
|
+
map,
|
|
562
|
+
md5,
|
|
563
|
+
money,
|
|
564
|
+
move,
|
|
565
|
+
multiorder,
|
|
566
|
+
nl2br,
|
|
567
|
+
numProperties,
|
|
568
|
+
objectToFormData,
|
|
569
|
+
order,
|
|
570
|
+
outerHeight,
|
|
571
|
+
outerWidth,
|
|
572
|
+
percent,
|
|
573
|
+
pickValue,
|
|
574
|
+
post,
|
|
575
|
+
postOut,
|
|
576
|
+
printf,
|
|
577
|
+
quotes2html,
|
|
578
|
+
randomInt,
|
|
579
|
+
randomString,
|
|
580
|
+
removeAccents,
|
|
581
|
+
removeEmpty,
|
|
582
|
+
removeExtraSpaces,
|
|
583
|
+
removeHtmlComments,
|
|
584
|
+
removePrivateProp,
|
|
585
|
+
removeTrailingChars,
|
|
586
|
+
repeat,
|
|
587
|
+
replaceAll,
|
|
588
|
+
replaceSelection,
|
|
589
|
+
resize,
|
|
590
|
+
rgb2hex,
|
|
591
|
+
riterate,
|
|
592
|
+
roundDecimal,
|
|
593
|
+
sanitize,
|
|
594
|
+
search,
|
|
595
|
+
selectElementText,
|
|
596
|
+
selector,
|
|
597
|
+
setCookie,
|
|
598
|
+
setCssVar,
|
|
599
|
+
setNavigationVars,
|
|
600
|
+
setProp,
|
|
601
|
+
setProperty,
|
|
602
|
+
shorten,
|
|
603
|
+
shortenObj,
|
|
604
|
+
shuffle,
|
|
605
|
+
simpleHash,
|
|
606
|
+
simpleHash1,
|
|
607
|
+
simpleHash2,
|
|
608
|
+
startChrono,
|
|
609
|
+
stat,
|
|
610
|
+
stopChrono,
|
|
611
|
+
string2ArrayBuffer,
|
|
612
|
+
submit,
|
|
613
|
+
substr,
|
|
614
|
+
sum,
|
|
615
|
+
timestamp,
|
|
616
|
+
toCSV,
|
|
617
|
+
toggleFullScreen,
|
|
618
|
+
translate,
|
|
619
|
+
treatAjaxArguments,
|
|
620
|
+
trim,
|
|
621
|
+
uniqString,
|
|
622
|
+
unique,
|
|
623
|
+
upload,
|
|
624
|
+
warning,
|
|
637
625
|
};
|
|
638
|
-
|
|
626
|
+
export { version, opt, _, $, _popups, lng, app, vars, env, fn };
|