@bbn/bbn 1.0.29 → 1.0.30

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.
Files changed (234) hide show
  1. package/dist/fn/_addLoader.js +6 -3
  2. package/dist/fn/_compareValues.js +14 -11
  3. package/dist/fn/_deleteLoader.js +10 -7
  4. package/dist/fn/abort.js +6 -3
  5. package/dist/fn/abortURL.js +7 -4
  6. package/dist/fn/addColors.js +8 -5
  7. package/dist/fn/addInputs.js +6 -3
  8. package/dist/fn/addStyle.js +8 -5
  9. package/dist/fn/adjustHeight.js +8 -5
  10. package/dist/fn/adjustSize.js +8 -5
  11. package/dist/fn/adjustWidth.js +8 -5
  12. package/dist/fn/ajax.js +34 -31
  13. package/dist/fn/analyzeFunction.js +6 -3
  14. package/dist/fn/animateCss.js +4 -1
  15. package/dist/fn/arrayBuffer2String.js +4 -1
  16. package/dist/fn/arrayFromProp.js +8 -5
  17. package/dist/fn/autoExtend.js +7 -4
  18. package/dist/fn/baseName.js +9 -6
  19. package/dist/fn/br2nl.js +6 -3
  20. package/dist/fn/calendar.js +14 -11
  21. package/dist/fn/callback.js +19 -16
  22. package/dist/fn/camelToCss.js +4 -1
  23. package/dist/fn/camelize.js +4 -1
  24. package/dist/fn/canvasToImage.js +4 -1
  25. package/dist/fn/center.js +4 -1
  26. package/dist/fn/checkProps.js +6 -3
  27. package/dist/fn/checkPropsDetails.js +12 -9
  28. package/dist/fn/checkPropsOrDie.js +6 -3
  29. package/dist/fn/checkType.js +19 -16
  30. package/dist/fn/chrono.js +7 -3
  31. package/dist/fn/circularReplacer.js +10 -7
  32. package/dist/fn/clone.js +10 -7
  33. package/dist/fn/colorToHex.js +4 -1
  34. package/dist/fn/compare.js +21 -18
  35. package/dist/fn/compareConditions.js +13 -10
  36. package/dist/fn/copy.js +7 -4
  37. package/dist/fn/correctCase.js +4 -1
  38. package/dist/fn/count.js +6 -3
  39. package/dist/fn/crc32.js +4 -1
  40. package/dist/fn/createObject.js +6 -3
  41. package/dist/fn/cssExists.js +6 -3
  42. package/dist/fn/date.js +11 -8
  43. package/dist/fn/dateSQL.d.ts +1 -1
  44. package/dist/fn/dateSQL.js +7 -4
  45. package/dist/fn/daysInMonth.d.ts +1 -1
  46. package/dist/fn/daysInMonth.js +7 -4
  47. package/dist/fn/deepPath.js +10 -7
  48. package/dist/fn/defaultAjaxAbortFunction.js +6 -3
  49. package/dist/fn/defaultAjaxErrorFunction.js +4 -1
  50. package/dist/fn/defaultAlertFunction.js +4 -1
  51. package/dist/fn/defaultConfirmFunction.js +7 -4
  52. package/dist/fn/defaultEndLoadingFunction.js +4 -1
  53. package/dist/fn/defaultErrorFunction.js +6 -3
  54. package/dist/fn/defaultHistoryFunction.js +4 -1
  55. package/dist/fn/defaultLinkFunction.js +4 -1
  56. package/dist/fn/defaultPostLinkFunction.js +4 -1
  57. package/dist/fn/defaultPreLinkFunction.js +4 -1
  58. package/dist/fn/defaultResizeFunction.js +4 -1
  59. package/dist/fn/defaultStartLoadingFunction.js +4 -1
  60. package/dist/fn/deleteProp.js +7 -4
  61. package/dist/fn/diffObj.js +19 -16
  62. package/dist/fn/dirName.js +10 -7
  63. package/dist/fn/download.js +18 -15
  64. package/dist/fn/downloadContent.js +12 -9
  65. package/dist/fn/each.js +10 -7
  66. package/dist/fn/eraseCookie.js +4 -1
  67. package/dist/fn/error.js +6 -3
  68. package/dist/fn/escapeDquotes.js +6 -3
  69. package/dist/fn/escapeRegExp.js +4 -1
  70. package/dist/fn/escapeSquotes.js +6 -3
  71. package/dist/fn/escapeTicks.js +6 -3
  72. package/dist/fn/escapeUrl.js +11 -8
  73. package/dist/fn/extend.js +16 -13
  74. package/dist/fn/extendOut.js +7 -4
  75. package/dist/fn/fdate.js +13 -10
  76. package/dist/fn/fdatetime.js +11 -8
  77. package/dist/fn/fieldValue.js +4 -1
  78. package/dist/fn/fileExt.js +6 -3
  79. package/dist/fn/filter.js +15 -12
  80. package/dist/fn/filterToConditions.js +11 -8
  81. package/dist/fn/findAll.js +10 -7
  82. package/dist/fn/fori.js +9 -6
  83. package/dist/fn/forir.js +9 -6
  84. package/dist/fn/format.js +6 -3
  85. package/dist/fn/formatBytes.js +4 -1
  86. package/dist/fn/formatDate.d.ts +1 -1
  87. package/dist/fn/formatDate.js +5 -2
  88. package/dist/fn/formatSize.js +8 -5
  89. package/dist/fn/formdata.js +14 -11
  90. package/dist/fn/fromXml.js +4 -1
  91. package/dist/fn/ftime.js +12 -9
  92. package/dist/fn/getAllTags.js +6 -3
  93. package/dist/fn/getAncestors.js +4 -1
  94. package/dist/fn/getAttributes.js +6 -3
  95. package/dist/fn/getBrowserName.js +4 -1
  96. package/dist/fn/getBrowserVersion.js +4 -1
  97. package/dist/fn/getCookie.js +4 -1
  98. package/dist/fn/getCssVar.js +4 -1
  99. package/dist/fn/getDay.js +6 -3
  100. package/dist/fn/getDeviceType.js +4 -1
  101. package/dist/fn/getEventData.js +10 -7
  102. package/dist/fn/getField.js +6 -3
  103. package/dist/fn/getFieldValues.js +10 -7
  104. package/dist/fn/getHTMLOfSelection.js +7 -4
  105. package/dist/fn/getHtml.js +6 -3
  106. package/dist/fn/getLoader.js +6 -3
  107. package/dist/fn/getPath.js +6 -3
  108. package/dist/fn/getProp.js +7 -4
  109. package/dist/fn/getProperty.js +4 -1
  110. package/dist/fn/getRequestId.js +8 -5
  111. package/dist/fn/getRow.js +6 -3
  112. package/dist/fn/getScrollBarSize.js +4 -1
  113. package/dist/fn/getText.js +4 -1
  114. package/dist/fn/getTimeoff.js +4 -1
  115. package/dist/fn/happy.js +6 -3
  116. package/dist/fn/hash.js +14 -11
  117. package/dist/fn/hex2rgb.js +4 -1
  118. package/dist/fn/history.js +4 -1
  119. package/dist/fn/html2text.js +4 -1
  120. package/dist/fn/imageToCanvas.js +4 -1
  121. package/dist/fn/imgToBase64.js +6 -3
  122. package/dist/fn/info.js +6 -3
  123. package/dist/fn/init.js +35 -32
  124. package/dist/fn/isActiveInterface.js +4 -1
  125. package/dist/fn/isArray.js +4 -1
  126. package/dist/fn/isBlob.js +4 -1
  127. package/dist/fn/isBoolean.js +4 -1
  128. package/dist/fn/isCanvas.js +4 -1
  129. package/dist/fn/isColor.js +6 -3
  130. package/dist/fn/isComment.js +4 -1
  131. package/dist/fn/isCp.js +6 -3
  132. package/dist/fn/isDate.js +4 -1
  133. package/dist/fn/isDesktopDevice.js +4 -1
  134. package/dist/fn/isDimension.js +6 -3
  135. package/dist/fn/isDom.js +4 -1
  136. package/dist/fn/isEmail.js +6 -3
  137. package/dist/fn/isEmpty.js +8 -5
  138. package/dist/fn/isEvent.js +4 -1
  139. package/dist/fn/isFocused.js +4 -1
  140. package/dist/fn/isFunction.js +4 -1
  141. package/dist/fn/isHostname.js +8 -5
  142. package/dist/fn/isIP.js +6 -3
  143. package/dist/fn/isInside.js +10 -7
  144. package/dist/fn/isInt.js +4 -1
  145. package/dist/fn/isIterable.js +4 -1
  146. package/dist/fn/isMobile.js +7 -4
  147. package/dist/fn/isMobileDevice.js +4 -1
  148. package/dist/fn/isNull.js +4 -1
  149. package/dist/fn/isNumber.js +4 -1
  150. package/dist/fn/isObject.js +4 -1
  151. package/dist/fn/isPercent.js +4 -1
  152. package/dist/fn/isPrimitive.js +4 -1
  153. package/dist/fn/isPromise.js +4 -1
  154. package/dist/fn/isPropSize.js +6 -3
  155. package/dist/fn/isSQLDate.js +4 -1
  156. package/dist/fn/isSame.js +8 -5
  157. package/dist/fn/isString.js +4 -1
  158. package/dist/fn/isSymbol.js +4 -1
  159. package/dist/fn/isTabletDevice.js +4 -1
  160. package/dist/fn/isURL.js +4 -1
  161. package/dist/fn/isValidDimension.js +7 -4
  162. package/dist/fn/isValidName.js +6 -3
  163. package/dist/fn/isValue.js +6 -3
  164. package/dist/fn/isVue.js +4 -1
  165. package/dist/fn/iterate.js +8 -5
  166. package/dist/fn/lightenDarkenHex.js +4 -1
  167. package/dist/fn/link.js +22 -19
  168. package/dist/fn/log.js +6 -3
  169. package/dist/fn/makeReactive.js +31 -28
  170. package/dist/fn/map.js +6 -3
  171. package/dist/fn/md5.js +4 -1
  172. package/dist/fn/money.js +6 -3
  173. package/dist/fn/move.js +4 -1
  174. package/dist/fn/multiorder.js +6 -3
  175. package/dist/fn/nl2br.js +6 -3
  176. package/dist/fn/numProperties.js +4 -1
  177. package/dist/fn/objectToFormData.js +15 -12
  178. package/dist/fn/order.js +6 -3
  179. package/dist/fn/outerHeight.js +6 -3
  180. package/dist/fn/outerWidth.js +6 -3
  181. package/dist/fn/percent.js +4 -1
  182. package/dist/fn/pickValue.js +4 -1
  183. package/dist/fn/post.js +10 -7
  184. package/dist/fn/postOut.js +8 -5
  185. package/dist/fn/printf.js +4 -1
  186. package/dist/fn/quotes2html.js +7 -4
  187. package/dist/fn/randomInt.js +4 -1
  188. package/dist/fn/randomString.js +7 -4
  189. package/dist/fn/removeAccents.js +8 -5
  190. package/dist/fn/removeEmpty.js +11 -8
  191. package/dist/fn/removeExtraSpaces.js +4 -1
  192. package/dist/fn/removeHtmlComments.js +6 -3
  193. package/dist/fn/removePrivateProp.js +6 -3
  194. package/dist/fn/removeTrailingChars.js +9 -6
  195. package/dist/fn/repeat.js +4 -1
  196. package/dist/fn/replaceAll.js +7 -4
  197. package/dist/fn/replaceSelection.js +4 -1
  198. package/dist/fn/resize.js +10 -7
  199. package/dist/fn/rgb2hex.js +4 -1
  200. package/dist/fn/riterate.js +6 -3
  201. package/dist/fn/roundDecimal.js +4 -1
  202. package/dist/fn/sanitize.js +8 -5
  203. package/dist/fn/search.js +18 -15
  204. package/dist/fn/selectElementText.js +4 -1
  205. package/dist/fn/selector.js +4 -1
  206. package/dist/fn/setCookie.js +4 -1
  207. package/dist/fn/setCssVar.js +4 -1
  208. package/dist/fn/setNavigationVars.js +13 -10
  209. package/dist/fn/setProp.js +4 -1
  210. package/dist/fn/setProperty.js +6 -3
  211. package/dist/fn/shorten.js +8 -5
  212. package/dist/fn/shortenObj.js +12 -9
  213. package/dist/fn/shuffle.js +4 -1
  214. package/dist/fn/simpleHash.js +8 -5
  215. package/dist/fn/simpleHash1.js +4 -1
  216. package/dist/fn/simpleHash2.js +4 -1
  217. package/dist/fn/stat.js +4 -1
  218. package/dist/fn/string2ArrayBuffer.js +4 -1
  219. package/dist/fn/submit.js +9 -6
  220. package/dist/fn/substr.js +10 -7
  221. package/dist/fn/sum.js +7 -4
  222. package/dist/fn/timestamp.js +4 -1
  223. package/dist/fn/toCSV.js +11 -8
  224. package/dist/fn/toggleFullScreen.js +6 -3
  225. package/dist/fn/translate.js +6 -3
  226. package/dist/fn/treatAjaxArguments.js +13 -10
  227. package/dist/fn/trim.js +7 -4
  228. package/dist/fn/uniqString.js +10 -7
  229. package/dist/fn/unique.js +4 -1
  230. package/dist/fn/upload.js +10 -7
  231. package/dist/fn/warning.js +6 -3
  232. package/dist/index.d.ts +3 -3
  233. package/dist/index.js +471 -459
  234. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,235 +1,240 @@
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';
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fn = exports.env = exports.vars = exports.app = exports.lng = exports._popups = exports.$ = exports._ = exports.opt = exports.version = void 0;
4
+ const _addLoader_1 = require("./fn/_addLoader");
5
+ const _compareValues_1 = require("./fn/_compareValues");
6
+ const _deleteLoader_1 = require("./fn/_deleteLoader");
7
+ const abort_1 = require("./fn/abort");
8
+ const abortURL_1 = require("./fn/abortURL");
9
+ const addColors_1 = require("./fn/addColors");
10
+ const addInputs_1 = require("./fn/addInputs");
11
+ const addStyle_1 = require("./fn/addStyle");
12
+ const adjustHeight_1 = require("./fn/adjustHeight");
13
+ const adjustSize_1 = require("./fn/adjustSize");
14
+ const adjustWidth_1 = require("./fn/adjustWidth");
15
+ const ajax_1 = require("./fn/ajax");
16
+ const analyzeFunction_1 = require("./fn/analyzeFunction");
17
+ const animateCss_1 = require("./fn/animateCss");
18
+ const arrayBuffer2String_1 = require("./fn/arrayBuffer2String");
19
+ const arrayFromProp_1 = require("./fn/arrayFromProp");
20
+ const autoExtend_1 = require("./fn/autoExtend");
21
+ const baseName_1 = require("./fn/baseName");
22
+ const br2nl_1 = require("./fn/br2nl");
23
+ const calendar_1 = require("./fn/calendar");
24
+ const callback_1 = require("./fn/callback");
25
+ const camelize_1 = require("./fn/camelize");
26
+ const camelToCss_1 = require("./fn/camelToCss");
27
+ const canvasToImage_1 = require("./fn/canvasToImage");
28
+ const center_1 = require("./fn/center");
29
+ const checkProps_1 = require("./fn/checkProps");
30
+ const checkPropsDetails_1 = require("./fn/checkPropsDetails");
31
+ const checkPropsOrDie_1 = require("./fn/checkPropsOrDie");
32
+ const checkType_1 = require("./fn/checkType");
33
+ const circularReplacer_1 = require("./fn/circularReplacer");
34
+ const clone_1 = require("./fn/clone");
35
+ const colorToHex_1 = require("./fn/colorToHex");
36
+ const compare_1 = require("./fn/compare");
37
+ const compareConditions_1 = require("./fn/compareConditions");
38
+ const copy_1 = require("./fn/copy");
39
+ const correctCase_1 = require("./fn/correctCase");
40
+ const count_1 = require("./fn/count");
41
+ const crc32_1 = require("./fn/crc32");
42
+ const createObject_1 = require("./fn/createObject");
43
+ const cssExists_1 = require("./fn/cssExists");
44
+ const date_1 = require("./fn/date");
45
+ const dateSQL_1 = require("./fn/dateSQL");
46
+ const daysInMonth_1 = require("./fn/daysInMonth");
47
+ const deepPath_1 = require("./fn/deepPath");
48
+ const defaultAjaxAbortFunction_1 = require("./fn/defaultAjaxAbortFunction");
49
+ const defaultAjaxErrorFunction_1 = require("./fn/defaultAjaxErrorFunction");
50
+ const defaultAlertFunction_1 = require("./fn/defaultAlertFunction");
51
+ const defaultConfirmFunction_1 = require("./fn/defaultConfirmFunction");
52
+ const defaultEndLoadingFunction_1 = require("./fn/defaultEndLoadingFunction");
53
+ const defaultErrorFunction_1 = require("./fn/defaultErrorFunction");
54
+ const defaultHistoryFunction_1 = require("./fn/defaultHistoryFunction");
55
+ const defaultLinkFunction_1 = require("./fn/defaultLinkFunction");
56
+ const defaultPostLinkFunction_1 = require("./fn/defaultPostLinkFunction");
57
+ const defaultPreLinkFunction_1 = require("./fn/defaultPreLinkFunction");
58
+ const defaultResizeFunction_1 = require("./fn/defaultResizeFunction");
59
+ const defaultStartLoadingFunction_1 = require("./fn/defaultStartLoadingFunction");
60
+ const deleteProp_1 = require("./fn/deleteProp");
61
+ const diffObj_1 = require("./fn/diffObj");
62
+ const dirName_1 = require("./fn/dirName");
63
+ const download_1 = require("./fn/download");
64
+ const downloadContent_1 = require("./fn/downloadContent");
65
+ const each_1 = require("./fn/each");
66
+ const eraseCookie_1 = require("./fn/eraseCookie");
67
+ const error_1 = require("./fn/error");
68
+ const escapeDquotes_1 = require("./fn/escapeDquotes");
69
+ const escapeRegExp_1 = require("./fn/escapeRegExp");
70
+ const escapeSquotes_1 = require("./fn/escapeSquotes");
71
+ const escapeTicks_1 = require("./fn/escapeTicks");
72
+ const escapeUrl_1 = require("./fn/escapeUrl");
73
+ const extend_1 = require("./fn/extend");
74
+ const extendOut_1 = require("./fn/extendOut");
75
+ const fdate_1 = require("./fn/fdate");
76
+ const fdatetime_1 = require("./fn/fdatetime");
77
+ const fieldValue_1 = require("./fn/fieldValue");
78
+ const fileExt_1 = require("./fn/fileExt");
79
+ const filter_1 = require("./fn/filter");
80
+ const filterToConditions_1 = require("./fn/filterToConditions");
81
+ const findAll_1 = require("./fn/findAll");
82
+ const fori_1 = require("./fn/fori");
83
+ const forir_1 = require("./fn/forir");
84
+ const format_1 = require("./fn/format");
85
+ const formatBytes_1 = require("./fn/formatBytes");
86
+ const formatDate_1 = require("./fn/formatDate");
87
+ const formatSize_1 = require("./fn/formatSize");
88
+ const formdata_1 = require("./fn/formdata");
89
+ const fromXml_1 = require("./fn/fromXml");
90
+ const ftime_1 = require("./fn/ftime");
91
+ const getAllTags_1 = require("./fn/getAllTags");
92
+ const getAncestors_1 = require("./fn/getAncestors");
93
+ const getAttributes_1 = require("./fn/getAttributes");
94
+ const getBrowserName_1 = require("./fn/getBrowserName");
95
+ const getBrowserVersion_1 = require("./fn/getBrowserVersion");
96
+ const getCookie_1 = require("./fn/getCookie");
97
+ const getCssVar_1 = require("./fn/getCssVar");
98
+ const getDay_1 = require("./fn/getDay");
99
+ const getDeviceType_1 = require("./fn/getDeviceType");
100
+ const getEventData_1 = require("./fn/getEventData");
101
+ const getField_1 = require("./fn/getField");
102
+ const getFieldValues_1 = require("./fn/getFieldValues");
103
+ const getHtml_1 = require("./fn/getHtml");
104
+ const getHTMLOfSelection_1 = require("./fn/getHTMLOfSelection");
105
+ const getLoader_1 = require("./fn/getLoader");
106
+ const getPath_1 = require("./fn/getPath");
107
+ const getProp_1 = require("./fn/getProp");
108
+ const getProperty_1 = require("./fn/getProperty");
109
+ const getRequestId_1 = require("./fn/getRequestId");
110
+ const getRow_1 = require("./fn/getRow");
111
+ const getScrollBarSize_1 = require("./fn/getScrollBarSize");
112
+ const getText_1 = require("./fn/getText");
113
+ const getTimeoff_1 = require("./fn/getTimeoff");
114
+ const happy_1 = require("./fn/happy");
115
+ const hash_1 = require("./fn/hash");
116
+ const hex2rgb_1 = require("./fn/hex2rgb");
117
+ const history_1 = require("./fn/history");
118
+ const html2text_1 = require("./fn/html2text");
119
+ const imageToCanvas_1 = require("./fn/imageToCanvas");
120
+ const imgToBase64_1 = require("./fn/imgToBase64");
121
+ const info_1 = require("./fn/info");
122
+ const init_1 = require("./fn/init");
123
+ const isActiveInterface_1 = require("./fn/isActiveInterface");
124
+ const isArray_1 = require("./fn/isArray");
125
+ const isBlob_1 = require("./fn/isBlob");
126
+ const isBoolean_1 = require("./fn/isBoolean");
127
+ const isCanvas_1 = require("./fn/isCanvas");
128
+ const isColor_1 = require("./fn/isColor");
129
+ const isComment_1 = require("./fn/isComment");
130
+ const isCp_1 = require("./fn/isCp");
131
+ const isDate_1 = require("./fn/isDate");
132
+ const isDesktopDevice_1 = require("./fn/isDesktopDevice");
133
+ const isDimension_1 = require("./fn/isDimension");
134
+ const isDom_1 = require("./fn/isDom");
135
+ const isEmail_1 = require("./fn/isEmail");
136
+ const isEmpty_1 = require("./fn/isEmpty");
137
+ const isEvent_1 = require("./fn/isEvent");
138
+ const isFocused_1 = require("./fn/isFocused");
139
+ const isFunction_1 = require("./fn/isFunction");
140
+ const isHostname_1 = require("./fn/isHostname");
141
+ const isInside_1 = require("./fn/isInside");
142
+ const isInt_1 = require("./fn/isInt");
143
+ const isIP_1 = require("./fn/isIP");
144
+ const isIterable_1 = require("./fn/isIterable");
145
+ const isMobile_1 = require("./fn/isMobile");
146
+ const isMobileDevice_1 = require("./fn/isMobileDevice");
147
+ const isNull_1 = require("./fn/isNull");
148
+ const isNumber_1 = require("./fn/isNumber");
149
+ const isObject_1 = require("./fn/isObject");
150
+ const isPercent_1 = require("./fn/isPercent");
151
+ const isPrimitive_1 = require("./fn/isPrimitive");
152
+ const isPromise_1 = require("./fn/isPromise");
153
+ const isPropSize_1 = require("./fn/isPropSize");
154
+ const isSame_1 = require("./fn/isSame");
155
+ const isSQLDate_1 = require("./fn/isSQLDate");
156
+ const isString_1 = require("./fn/isString");
157
+ const isSymbol_1 = require("./fn/isSymbol");
158
+ const isTabletDevice_1 = require("./fn/isTabletDevice");
159
+ const isURL_1 = require("./fn/isURL");
160
+ const isValidDimension_1 = require("./fn/isValidDimension");
161
+ const isValidName_1 = require("./fn/isValidName");
162
+ const isValue_1 = require("./fn/isValue");
163
+ const isVue_1 = require("./fn/isVue");
164
+ const iterate_1 = require("./fn/iterate");
165
+ const lightenDarkenHex_1 = require("./fn/lightenDarkenHex");
166
+ const link_1 = require("./fn/link");
167
+ const log_1 = require("./fn/log");
168
+ const makeReactive_1 = require("./fn/makeReactive");
169
+ const map_1 = require("./fn/map");
170
+ const md5_1 = require("./fn/md5");
171
+ const money_1 = require("./fn/money");
172
+ const move_1 = require("./fn/move");
173
+ const multiorder_1 = require("./fn/multiorder");
174
+ const nl2br_1 = require("./fn/nl2br");
175
+ const numProperties_1 = require("./fn/numProperties");
176
+ const objectToFormData_1 = require("./fn/objectToFormData");
177
+ const order_1 = require("./fn/order");
178
+ const outerHeight_1 = require("./fn/outerHeight");
179
+ const outerWidth_1 = require("./fn/outerWidth");
180
+ const percent_1 = require("./fn/percent");
181
+ const pickValue_1 = require("./fn/pickValue");
182
+ const post_1 = require("./fn/post");
183
+ const postOut_1 = require("./fn/postOut");
184
+ const printf_1 = require("./fn/printf");
185
+ const quotes2html_1 = require("./fn/quotes2html");
186
+ const randomInt_1 = require("./fn/randomInt");
187
+ const randomString_1 = require("./fn/randomString");
188
+ const removeAccents_1 = require("./fn/removeAccents");
189
+ const removeEmpty_1 = require("./fn/removeEmpty");
190
+ const removeExtraSpaces_1 = require("./fn/removeExtraSpaces");
191
+ const removeHtmlComments_1 = require("./fn/removeHtmlComments");
192
+ const removePrivateProp_1 = require("./fn/removePrivateProp");
193
+ const removeTrailingChars_1 = require("./fn/removeTrailingChars");
194
+ const repeat_1 = require("./fn/repeat");
195
+ const replaceAll_1 = require("./fn/replaceAll");
196
+ const replaceSelection_1 = require("./fn/replaceSelection");
197
+ const resize_1 = require("./fn/resize");
198
+ const rgb2hex_1 = require("./fn/rgb2hex");
199
+ const riterate_1 = require("./fn/riterate");
200
+ const roundDecimal_1 = require("./fn/roundDecimal");
201
+ const sanitize_1 = require("./fn/sanitize");
202
+ const search_1 = require("./fn/search");
203
+ const selectElementText_1 = require("./fn/selectElementText");
204
+ const selector_1 = require("./fn/selector");
205
+ const setCookie_1 = require("./fn/setCookie");
206
+ const setCssVar_1 = require("./fn/setCssVar");
207
+ const setNavigationVars_1 = require("./fn/setNavigationVars");
208
+ const setProp_1 = require("./fn/setProp");
209
+ const setProperty_1 = require("./fn/setProperty");
210
+ const shorten_1 = require("./fn/shorten");
211
+ const shortenObj_1 = require("./fn/shortenObj");
212
+ const shuffle_1 = require("./fn/shuffle");
213
+ const simpleHash_1 = require("./fn/simpleHash");
214
+ const simpleHash1_1 = require("./fn/simpleHash1");
215
+ const simpleHash2_1 = require("./fn/simpleHash2");
216
+ const chrono_1 = require("./fn/chrono");
217
+ const stat_1 = require("./fn/stat");
218
+ const string2ArrayBuffer_1 = require("./fn/string2ArrayBuffer");
219
+ const submit_1 = require("./fn/submit");
220
+ const substr_1 = require("./fn/substr");
221
+ const sum_1 = require("./fn/sum");
222
+ const timestamp_1 = require("./fn/timestamp");
223
+ const toCSV_1 = require("./fn/toCSV");
224
+ const toggleFullScreen_1 = require("./fn/toggleFullScreen");
225
+ const translate_1 = require("./fn/translate");
226
+ const treatAjaxArguments_1 = require("./fn/treatAjaxArguments");
227
+ const trim_1 = require("./fn/trim");
228
+ const uniqString_1 = require("./fn/uniqString");
229
+ const unique_1 = require("./fn/unique");
230
+ const upload_1 = require("./fn/upload");
231
+ const warning_1 = require("./fn/warning");
229
232
  const version = "1.0.1";
233
+ exports.version = version;
230
234
  const opt = {
231
235
  _cat: {}
232
236
  };
237
+ exports.opt = opt;
233
238
  /**
234
239
  * Translate an expression using the object bbn.lng
235
240
  *
@@ -246,19 +251,22 @@ const _ = (...args) => {
246
251
  if (!tmp) {
247
252
  tmp = type === 'd' ? 0 : '';
248
253
  }
249
- checkType(tmp, type === 'd' ? 'number' : 'string', bbn._("The value you gave did not correspond, check the loggg"));
254
+ (0, checkType_1.checkType)(tmp, type === 'd' ? 'number' : 'string', bbn._("The value you gave did not correspond, check the loggg"));
250
255
  return tmp;
251
256
  });
252
257
  }
253
258
  return res;
254
259
  };
260
+ exports._ = _;
255
261
  const $ = (selector, context) => {
256
262
  if (context && context.querySelectorAll) {
257
263
  return context.querySelectorAll(selector);
258
264
  }
259
265
  return document.body.querySelectorAll(selector);
260
266
  };
267
+ exports.$ = $;
261
268
  const _popups = [];
269
+ exports._popups = _popups;
262
270
  const lng = {
263
271
  /* User-defined languages elements */
264
272
  select_unselect_all: "Select/Clear all",
@@ -285,9 +293,11 @@ const lng = {
285
293
  Tomorrow: "Tomorrow",
286
294
  Yesterday: "Yesterday"
287
295
  };
296
+ exports.lng = lng;
288
297
  const app = {
289
298
  popups: [],
290
299
  };
300
+ exports.app = app;
291
301
  const vars = {
292
302
  loggers: {
293
303
  _num: 0
@@ -350,6 +360,7 @@ const vars = {
350
360
  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'),
351
361
  }
352
362
  };
363
+ exports.vars = vars;
353
364
  const env = {
354
365
  siteTitle: window.document.title,
355
366
  /* This variable should be set to true in debugging mode only */
@@ -392,235 +403,236 @@ const env = {
392
403
  historyDisabled: false,
393
404
  nav: 'ajax'
394
405
  };
406
+ exports.env = env;
395
407
  const fn = {
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,
408
+ _addLoader: _addLoader_1._addLoader,
409
+ _compareValues: _compareValues_1._compareValues,
410
+ _deleteLoader: _deleteLoader_1._deleteLoader,
411
+ abort: abort_1.abort,
412
+ abortURL: abortURL_1.abortURL,
413
+ addColors: addColors_1.addColors,
414
+ addInputs: addInputs_1.addInputs,
415
+ addStyle: addStyle_1.addStyle,
416
+ adjustHeight: adjustHeight_1.adjustHeight,
417
+ adjustSize: adjustSize_1.adjustSize,
418
+ adjustWidth: adjustWidth_1.adjustWidth,
419
+ ajax: ajax_1.ajax,
420
+ analyzeFunction: analyzeFunction_1.analyzeFunction,
421
+ animateCss: animateCss_1.animateCss,
422
+ arrayBuffer2String: arrayBuffer2String_1.arrayBuffer2String,
423
+ arrayFromProp: arrayFromProp_1.arrayFromProp,
424
+ autoExtend: autoExtend_1.autoExtend,
425
+ baseName: baseName_1.baseName,
426
+ br2nl: br2nl_1.br2nl,
427
+ calendar: calendar_1.calendar,
428
+ callback: callback_1.callback,
429
+ camelize: camelize_1.camelize,
430
+ camelToCss: camelToCss_1.camelToCss,
431
+ canvasToImage: canvasToImage_1.canvasToImage,
432
+ center: center_1.center,
433
+ checkProps: checkProps_1.checkProps,
434
+ checkPropsDetails: checkPropsDetails_1.checkPropsDetails,
435
+ checkPropsOrDie: checkPropsOrDie_1.checkPropsOrDie,
436
+ checkType: checkType_1.checkType,
437
+ circularReplacer: circularReplacer_1.circularReplacer,
438
+ clone: clone_1.clone,
439
+ colorToHex: colorToHex_1.colorToHex,
440
+ compare: compare_1.compare,
441
+ compareConditions: compareConditions_1.compareConditions,
442
+ copy: copy_1.copy,
443
+ correctCase: correctCase_1.correctCase,
444
+ count: count_1.count,
445
+ crc32: crc32_1.crc32,
446
+ createObject: createObject_1.createObject,
447
+ cssExists: cssExists_1.cssExists,
448
+ date: date_1.date,
449
+ dateSQL: dateSQL_1.dateSQL,
450
+ daysInMonth: daysInMonth_1.daysInMonth,
451
+ deepPath: deepPath_1.deepPath,
452
+ defaultAjaxAbortFunction: defaultAjaxAbortFunction_1.defaultAjaxAbortFunction,
453
+ defaultAjaxErrorFunction: defaultAjaxErrorFunction_1.defaultAjaxErrorFunction,
454
+ defaultAlertFunction: defaultAlertFunction_1.defaultAlertFunction,
455
+ defaultConfirmFunction: defaultConfirmFunction_1.defaultConfirmFunction,
456
+ defaultEndLoadingFunction: defaultEndLoadingFunction_1.defaultEndLoadingFunction,
457
+ defaultErrorFunction: defaultErrorFunction_1.defaultErrorFunction,
458
+ defaultHistoryFunction: defaultHistoryFunction_1.defaultHistoryFunction,
459
+ defaultLinkFunction: defaultLinkFunction_1.defaultLinkFunction,
460
+ defaultPostLinkFunction: defaultPostLinkFunction_1.defaultPostLinkFunction,
461
+ defaultPreLinkFunction: defaultPreLinkFunction_1.defaultPreLinkFunction,
462
+ defaultResizeFunction: defaultResizeFunction_1.defaultResizeFunction,
463
+ defaultStartLoadingFunction: defaultStartLoadingFunction_1.defaultStartLoadingFunction,
464
+ deleteProp: deleteProp_1.deleteProp,
465
+ diffObj: diffObj_1.diffObj,
466
+ dirName: dirName_1.dirName,
467
+ download: download_1.download,
468
+ downloadContent: downloadContent_1.downloadContent,
469
+ each: each_1.each,
470
+ eraseCookie: eraseCookie_1.eraseCookie,
471
+ error: error_1.error,
472
+ escapeDquotes: escapeDquotes_1.escapeDquotes,
473
+ escapeRegExp: escapeRegExp_1.escapeRegExp,
474
+ escapeSquotes: escapeSquotes_1.escapeSquotes,
475
+ escapeTicks: escapeTicks_1.escapeTicks,
476
+ escapeUrl: escapeUrl_1.escapeUrl,
477
+ extend: extend_1.extend,
478
+ extendOut: extendOut_1.extendOut,
479
+ fdate: fdate_1.fdate,
480
+ fdatetime: fdatetime_1.fdatetime,
481
+ fieldValue: fieldValue_1.fieldValue,
482
+ fileExt: fileExt_1.fileExt,
483
+ filter: filter_1.filter,
484
+ filterToConditions: filterToConditions_1.filterToConditions,
485
+ findAll: findAll_1.findAll,
486
+ fori: fori_1.fori,
487
+ forir: forir_1.forir,
488
+ format: format_1.format,
489
+ formatBytes: formatBytes_1.formatBytes,
490
+ formatDate: formatDate_1.formatDate,
491
+ formatSize: formatSize_1.formatSize,
492
+ formdata: formdata_1.formdata,
493
+ fromXml: fromXml_1.fromXml,
494
+ ftime: ftime_1.ftime,
495
+ getAllTags: getAllTags_1.getAllTags,
496
+ getAncestors: getAncestors_1.getAncestors,
497
+ getAttributes: getAttributes_1.getAttributes,
498
+ getBrowserName: getBrowserName_1.getBrowserName,
499
+ getBrowserVersion: getBrowserVersion_1.getBrowserVersion,
500
+ getCookie: getCookie_1.getCookie,
501
+ getCssVar: getCssVar_1.getCssVar,
502
+ getDay: getDay_1.getDay,
503
+ getDeviceType: getDeviceType_1.getDeviceType,
504
+ getEventData: getEventData_1.getEventData,
505
+ getField: getField_1.getField,
506
+ getFieldValues: getFieldValues_1.getFieldValues,
507
+ getHtml: getHtml_1.getHtml,
508
+ getHTMLOfSelection: getHTMLOfSelection_1.getHTMLOfSelection,
509
+ getLoader: getLoader_1.getLoader,
510
+ getPath: getPath_1.getPath,
511
+ getProp: getProp_1.getProp,
512
+ getProperty: getProperty_1.getProperty,
513
+ getRequestId: getRequestId_1.getRequestId,
514
+ getRow: getRow_1.getRow,
515
+ getScrollBarSize: getScrollBarSize_1.getScrollBarSize,
516
+ getText: getText_1.getText,
517
+ getTimeoff: getTimeoff_1.getTimeoff,
518
+ happy: happy_1.happy,
519
+ hash: hash_1.hash,
520
+ hex2rgb: hex2rgb_1.hex2rgb,
521
+ history: history_1.history,
522
+ html2text: html2text_1.html2text,
523
+ imageToCanvas: imageToCanvas_1.imageToCanvas,
524
+ imgToBase64: imgToBase64_1.imgToBase64,
525
+ info: info_1.info,
526
+ init: init_1.init,
527
+ isActiveInterface: isActiveInterface_1.isActiveInterface,
528
+ isArray: isArray_1.isArray,
529
+ isBlob: isBlob_1.isBlob,
530
+ isBoolean: isBoolean_1.isBoolean,
531
+ isCanvas: isCanvas_1.isCanvas,
532
+ isColor: isColor_1.isColor,
533
+ isComment: isComment_1.isComment,
534
+ isCp: isCp_1.isCp,
535
+ isDate: isDate_1.isDate,
536
+ isDesktopDevice: isDesktopDevice_1.isDesktopDevice,
537
+ isDimension: isDimension_1.isDimension,
538
+ isDom: isDom_1.isDom,
539
+ isEmail: isEmail_1.isEmail,
540
+ isEmpty: isEmpty_1.isEmpty,
541
+ isEvent: isEvent_1.isEvent,
542
+ isFocused: isFocused_1.isFocused,
543
+ isFunction: isFunction_1.isFunction,
544
+ isHostname: isHostname_1.isHostname,
545
+ isInside: isInside_1.isInside,
546
+ isInt: isInt_1.isInt,
547
+ isIP: isIP_1.isIP,
548
+ isIterable: isIterable_1.isIterable,
549
+ isMobile: isMobile_1.isMobile,
550
+ isMobileDevice: isMobileDevice_1.isMobileDevice,
551
+ isNull: isNull_1.isNull,
552
+ isNumber: isNumber_1.isNumber,
553
+ isObject: isObject_1.isObject,
554
+ isPercent: isPercent_1.isPercent,
555
+ isPrimitive: isPrimitive_1.isPrimitive,
556
+ isPromise: isPromise_1.isPromise,
557
+ isPropSize: isPropSize_1.isPropSize,
558
+ isSame: isSame_1.isSame,
559
+ isSQLDate: isSQLDate_1.isSQLDate,
560
+ isString: isString_1.isString,
561
+ isSymbol: isSymbol_1.isSymbol,
562
+ isTabletDevice: isTabletDevice_1.isTabletDevice,
563
+ isURL: isURL_1.isURL,
564
+ isValidDimension: isValidDimension_1.isValidDimension,
565
+ isValidName: isValidName_1.isValidName,
566
+ isValue: isValue_1.isValue,
567
+ isVue: isVue_1.isVue,
568
+ iterate: iterate_1.iterate,
569
+ lightenDarkenHex: lightenDarkenHex_1.lightenDarkenHex,
570
+ link: link_1.link,
571
+ log: log_1.log,
572
+ makeReactive: makeReactive_1.makeReactive,
573
+ map: map_1.map,
574
+ md5: md5_1.md5,
575
+ money: money_1.money,
576
+ move: move_1.move,
577
+ multiorder: multiorder_1.multiorder,
578
+ nl2br: nl2br_1.nl2br,
579
+ numProperties: numProperties_1.numProperties,
580
+ objectToFormData: objectToFormData_1.objectToFormData,
581
+ order: order_1.order,
582
+ outerHeight: outerHeight_1.outerHeight,
583
+ outerWidth: outerWidth_1.outerWidth,
584
+ percent: percent_1.percent,
585
+ pickValue: pickValue_1.pickValue,
586
+ post: post_1.post,
587
+ postOut: postOut_1.postOut,
588
+ printf: printf_1.printf,
589
+ quotes2html: quotes2html_1.quotes2html,
590
+ randomInt: randomInt_1.randomInt,
591
+ randomString: randomString_1.randomString,
592
+ removeAccents: removeAccents_1.removeAccents,
593
+ removeEmpty: removeEmpty_1.removeEmpty,
594
+ removeExtraSpaces: removeExtraSpaces_1.removeExtraSpaces,
595
+ removeHtmlComments: removeHtmlComments_1.removeHtmlComments,
596
+ removePrivateProp: removePrivateProp_1.removePrivateProp,
597
+ removeTrailingChars: removeTrailingChars_1.removeTrailingChars,
598
+ repeat: repeat_1.repeat,
599
+ replaceAll: replaceAll_1.replaceAll,
600
+ replaceSelection: replaceSelection_1.replaceSelection,
601
+ resize: resize_1.resize,
602
+ rgb2hex: rgb2hex_1.rgb2hex,
603
+ riterate: riterate_1.riterate,
604
+ roundDecimal: roundDecimal_1.roundDecimal,
605
+ sanitize: sanitize_1.sanitize,
606
+ search: search_1.search,
607
+ selectElementText: selectElementText_1.selectElementText,
608
+ selector: selector_1.selector,
609
+ setCookie: setCookie_1.setCookie,
610
+ setCssVar: setCssVar_1.setCssVar,
611
+ setNavigationVars: setNavigationVars_1.setNavigationVars,
612
+ setProp: setProp_1.setProp,
613
+ setProperty: setProperty_1.setProperty,
614
+ shorten: shorten_1.shorten,
615
+ shortenObj: shortenObj_1.shortenObj,
616
+ shuffle: shuffle_1.shuffle,
617
+ simpleHash: simpleHash_1.simpleHash,
618
+ simpleHash1: simpleHash1_1.simpleHash1,
619
+ simpleHash2: simpleHash2_1.simpleHash2,
620
+ startChrono: chrono_1.startChrono,
621
+ stat: stat_1.stat,
622
+ stopChrono: chrono_1.stopChrono,
623
+ string2ArrayBuffer: string2ArrayBuffer_1.string2ArrayBuffer,
624
+ submit: submit_1.submit,
625
+ substr: substr_1.substr,
626
+ sum: sum_1.sum,
627
+ timestamp: timestamp_1.timestamp,
628
+ toCSV: toCSV_1.toCSV,
629
+ toggleFullScreen: toggleFullScreen_1.toggleFullScreen,
630
+ translate: translate_1.translate,
631
+ treatAjaxArguments: treatAjaxArguments_1.treatAjaxArguments,
632
+ trim: trim_1.trim,
633
+ uniqString: uniqString_1.uniqString,
634
+ unique: unique_1.unique,
635
+ upload: upload_1.upload,
636
+ warning: warning_1.warning,
625
637
  };
626
- export { version, opt, _, $, _popups, lng, app, vars, env, fn };
638
+ exports.fn = fn;