@bbn/bbn 1.0.35 → 1.0.36
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.js +827 -1109
- package/dist/fn/_addLoader.js +5 -5
- package/dist/fn/_compareValues.js +2 -3
- package/dist/fn/_deleteLoader.js +11 -13
- package/dist/fn/abort.js +2 -2
- package/dist/fn/abortURL.js +2 -2
- package/dist/fn/addColors.js +12 -12
- package/dist/fn/addInputs.js +10 -12
- package/dist/fn/addStyle.js +2 -2
- package/dist/fn/adjustHeight.js +2 -2
- package/dist/fn/adjustSize.js +6 -6
- package/dist/fn/adjustWidth.js +2 -2
- package/dist/fn/ajax.js +21 -21
- package/dist/fn/analyzeFunction.js +28 -28
- package/dist/fn/animateCss.js +5 -6
- package/dist/fn/arrayBuffer2String.js +1 -1
- package/dist/fn/arrayFromProp.js +3 -3
- package/dist/fn/autoExtend.js +1 -1
- package/dist/fn/baseName.js +4 -4
- package/dist/fn/br2nl.js +1 -1
- package/dist/fn/calendar.js +2 -2
- package/dist/fn/callback.js +7 -11
- package/dist/fn/camelToCss.js +1 -1
- package/dist/fn/camelize.js +1 -1
- package/dist/fn/canvasToImage.js +2 -2
- package/dist/fn/center.js +2 -2
- package/dist/fn/checkProps.js +1 -2
- package/dist/fn/checkPropsDetails.js +8 -9
- package/dist/fn/checkPropsOrDie.js +2 -3
- package/dist/fn/checkType.js +6 -11
- package/dist/fn/chrono.js +8 -8
- package/dist/fn/circularReplacer.js +3 -3
- package/dist/fn/clone.js +3 -3
- package/dist/fn/colorToHex.js +2 -2
- package/dist/fn/compare.js +1 -1
- package/dist/fn/compareConditions.js +7 -7
- package/dist/fn/copy.js +6 -8
- package/dist/fn/correctCase.js +2 -2
- package/dist/fn/count.js +1 -3
- package/dist/fn/crc32.js +8 -8
- package/dist/fn/createObject.js +3 -16
- package/dist/fn/cssExists.js +6 -6
- package/dist/fn/date.js +2 -2
- package/dist/fn/dateSQL.js +2 -2
- package/dist/fn/daysInMonth.js +2 -2
- package/dist/fn/deepPath.js +6 -7
- package/dist/fn/defaultAjaxAbortFunction.js +1 -2
- package/dist/fn/defaultAjaxErrorFunction.js +1 -1
- package/dist/fn/defaultAlertFunction.js +1 -1
- package/dist/fn/defaultConfirmFunction.js +2 -2
- package/dist/fn/defaultEndLoadingFunction.js +1 -1
- package/dist/fn/defaultErrorFunction.js +1 -1
- package/dist/fn/defaultHistoryFunction.js +1 -1
- package/dist/fn/defaultLinkFunction.js +1 -1
- package/dist/fn/defaultPostLinkFunction.js +1 -1
- package/dist/fn/defaultPreLinkFunction.js +1 -1
- package/dist/fn/defaultResizeFunction.js +1 -1
- package/dist/fn/defaultStartLoadingFunction.js +1 -2
- package/dist/fn/deleteProp.js +1 -1
- package/dist/fn/diffObj.js +11 -13
- package/dist/fn/dirName.js +2 -2
- package/dist/fn/download.js +6 -6
- package/dist/fn/downloadContent.js +5 -5
- package/dist/fn/each.js +3 -3
- package/dist/fn/eraseCookie.js +1 -1
- package/dist/fn/error.js +3 -3
- package/dist/fn/escapeDquotes.js +1 -1
- package/dist/fn/escapeRegExp.js +1 -1
- package/dist/fn/escapeSquotes.js +1 -1
- package/dist/fn/escapeTicks.js +1 -1
- package/dist/fn/escapeUrl.js +7 -7
- package/dist/fn/extend.js +9 -13
- package/dist/fn/extendOut.js +4 -9
- package/dist/fn/fdate.js +2 -2
- package/dist/fn/fdatetime.js +2 -2
- package/dist/fn/fieldValue.js +2 -2
- package/dist/fn/fileExt.js +2 -2
- package/dist/fn/filter.js +6 -8
- package/dist/fn/filterToConditions.js +6 -7
- package/dist/fn/findAll.js +4 -5
- package/dist/fn/fori.js +3 -5
- package/dist/fn/forir.js +3 -5
- package/dist/fn/format.js +5 -5
- package/dist/fn/formatBytes.js +2 -3
- package/dist/fn/formatDate.js +1 -1
- package/dist/fn/formatSize.js +1 -1
- package/dist/fn/formdata.js +25 -25
- package/dist/fn/fromXml.js +8 -14
- package/dist/fn/ftime.js +2 -2
- package/dist/fn/getAllTags.js +2 -2
- package/dist/fn/getAncestors.js +2 -2
- package/dist/fn/getAttributes.js +3 -3
- package/dist/fn/getBrowserName.js +2 -2
- package/dist/fn/getBrowserVersion.js +2 -2
- package/dist/fn/getCookie.js +6 -6
- package/dist/fn/getCssVar.js +1 -1
- package/dist/fn/getDay.js +4 -4
- package/dist/fn/getDeviceType.js +2 -2
- package/dist/fn/getEventData.js +31 -31
- package/dist/fn/getField.js +2 -5
- package/dist/fn/getFieldValues.js +3 -3
- package/dist/fn/getHTMLOfSelection.js +5 -5
- package/dist/fn/getHtml.js +2 -3
- package/dist/fn/getLoader.js +2 -2
- package/dist/fn/getPath.js +16 -23
- package/dist/fn/getProp.js +1 -1
- package/dist/fn/getProperty.js +2 -2
- package/dist/fn/getRequestId.js +3 -3
- package/dist/fn/getRow.js +1 -3
- package/dist/fn/getScrollBarSize.js +6 -6
- package/dist/fn/getText.js +1 -1
- package/dist/fn/getTimeoff.js +1 -1
- package/dist/fn/happy.js +1 -5
- package/dist/fn/hash.js +4 -4
- package/dist/fn/hex2rgb.js +1 -1
- package/dist/fn/history.js +1 -1
- package/dist/fn/html2text.js +2 -2
- package/dist/fn/imageToCanvas.js +2 -2
- package/dist/fn/imgToBase64.js +2 -3
- package/dist/fn/info.js +1 -5
- package/dist/fn/init.js +17 -17
- package/dist/fn/isActiveInterface.js +2 -3
- package/dist/fn/isArray.js +2 -7
- package/dist/fn/isBlob.js +2 -7
- package/dist/fn/isBoolean.js +2 -7
- package/dist/fn/isCanvas.js +2 -7
- package/dist/fn/isColor.js +2 -7
- package/dist/fn/isComment.js +2 -7
- package/dist/fn/isCp.js +3 -8
- package/dist/fn/isDate.js +2 -7
- package/dist/fn/isDesktopDevice.js +1 -1
- package/dist/fn/isDimension.js +2 -7
- package/dist/fn/isDom.js +2 -7
- package/dist/fn/isEmail.js +3 -8
- package/dist/fn/isEmpty.js +1 -1
- package/dist/fn/isEvent.js +2 -7
- package/dist/fn/isFocused.js +1 -1
- package/dist/fn/isFunction.js +2 -7
- package/dist/fn/isHostname.js +2 -7
- package/dist/fn/isIP.js +2 -7
- package/dist/fn/isInside.js +6 -6
- package/dist/fn/isInt.js +2 -7
- package/dist/fn/isIterable.js +1 -1
- package/dist/fn/isMobile.js +1 -1
- package/dist/fn/isMobileDevice.js +1 -1
- package/dist/fn/isNull.js +2 -7
- package/dist/fn/isNumber.js +2 -7
- package/dist/fn/isObject.js +2 -7
- package/dist/fn/isPercent.js +2 -7
- package/dist/fn/isPrimitive.js +2 -7
- package/dist/fn/isPromise.js +2 -7
- package/dist/fn/isPropSize.js +3 -3
- package/dist/fn/isSQLDate.js +2 -7
- package/dist/fn/isSame.js +7 -7
- package/dist/fn/isString.js +2 -7
- package/dist/fn/isSymbol.js +2 -7
- package/dist/fn/isTabletDevice.js +1 -1
- package/dist/fn/isURL.js +2 -7
- package/dist/fn/isValidDimension.js +3 -3
- package/dist/fn/isValidName.js +2 -7
- package/dist/fn/isValue.js +2 -7
- package/dist/fn/isVue.js +4 -11
- package/dist/fn/iterate.js +3 -5
- package/dist/fn/lightenDarkenHex.js +3 -3
- package/dist/fn/link.js +7 -11
- package/dist/fn/log.js +6 -10
- package/dist/fn/makeReactive.js +24 -28
- package/dist/fn/map.js +2 -3
- package/dist/fn/md5.js +1 -1
- package/dist/fn/money.js +5 -5
- package/dist/fn/move.js +2 -2
- package/dist/fn/multiorder.js +6 -7
- package/dist/fn/nl2br.js +1 -1
- package/dist/fn/numProperties.js +1 -1
- package/dist/fn/objectToFormData.js +5 -7
- package/dist/fn/order.js +1 -2
- package/dist/fn/outerHeight.js +3 -3
- package/dist/fn/outerWidth.js +3 -3
- package/dist/fn/percent.js +1 -1
- package/dist/fn/pickValue.js +1 -1
- package/dist/fn/post.js +3 -7
- package/dist/fn/postOut.js +2 -2
- package/dist/fn/printf.js +1 -1
- package/dist/fn/quotes2html.js +1 -1
- package/dist/fn/randomInt.js +1 -1
- package/dist/fn/randomString.js +6 -6
- package/dist/fn/removeAccents.js +1 -1
- package/dist/fn/removeEmpty.js +3 -3
- package/dist/fn/removeExtraSpaces.js +1 -1
- package/dist/fn/removeHtmlComments.js +1 -1
- package/dist/fn/removePrivateProp.js +2 -3
- package/dist/fn/removeTrailingChars.js +1 -1
- package/dist/fn/repeat.js +1 -1
- package/dist/fn/replaceAll.js +1 -2
- package/dist/fn/replaceSelection.js +6 -6
- package/dist/fn/resize.js +15 -15
- package/dist/fn/rgb2hex.js +1 -1
- package/dist/fn/riterate.js +1 -1
- package/dist/fn/roundDecimal.js +1 -1
- package/dist/fn/sanitize.js +6 -7
- package/dist/fn/search.js +6 -9
- package/dist/fn/selectElementText.js +4 -4
- package/dist/fn/selector.js +1 -1
- package/dist/fn/setCookie.js +4 -4
- package/dist/fn/setCssVar.js +1 -1
- package/dist/fn/setNavigationVars.js +5 -5
- package/dist/fn/setProp.js +1 -3
- package/dist/fn/setProperty.js +9 -9
- package/dist/fn/shorten.js +1 -1
- package/dist/fn/shortenObj.js +3 -4
- package/dist/fn/shuffle.js +3 -4
- package/dist/fn/simpleHash.js +3 -3
- package/dist/fn/simpleHash1.js +4 -4
- package/dist/fn/simpleHash2.js +4 -4
- package/dist/fn/stat.js +1 -1
- package/dist/fn/string2ArrayBuffer.js +1 -1
- package/dist/fn/submit.js +3 -3
- package/dist/fn/substr.js +1 -1
- package/dist/fn/sum.js +4 -4
- package/dist/fn/timestamp.js +1 -1
- package/dist/fn/toCSV.js +7 -10
- package/dist/fn/toggleFullScreen.js +1 -1
- package/dist/fn/translate.js +3 -3
- package/dist/fn/treatAjaxArguments.js +4 -4
- package/dist/fn/trim.js +1 -2
- package/dist/fn/uniqString.js +7 -14
- package/dist/fn/unique.js +1 -1
- package/dist/fn/upload.js +6 -6
- package/dist/fn/warning.js +3 -3
- package/dist/index.js +237 -241
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -226,7 +226,7 @@ import { uniqString } from './fn/uniqString';
|
|
|
226
226
|
import { unique } from './fn/unique';
|
|
227
227
|
import { upload } from './fn/upload';
|
|
228
228
|
import { warning } from './fn/warning';
|
|
229
|
-
|
|
229
|
+
const bbn = {
|
|
230
230
|
version: "1.0.1",
|
|
231
231
|
opt: {
|
|
232
232
|
_cat: {}
|
|
@@ -237,17 +237,13 @@ var bbn = {
|
|
|
237
237
|
* @param {String} st
|
|
238
238
|
* @returns {String}
|
|
239
239
|
*/
|
|
240
|
-
_:
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
args[_i] = arguments[_i];
|
|
244
|
-
}
|
|
245
|
-
var st = args.shift();
|
|
246
|
-
var res = bbn.lng[st] || st;
|
|
240
|
+
_: (...args) => {
|
|
241
|
+
let st = args.shift();
|
|
242
|
+
let res = bbn.lng[st] || st;
|
|
247
243
|
if (args.length) {
|
|
248
|
-
|
|
249
|
-
return res.replace(/\%([d|s])/g,
|
|
250
|
-
|
|
244
|
+
let i = 0;
|
|
245
|
+
return res.replace(/\%([d|s])/g, (match, type) => {
|
|
246
|
+
let tmp = args[i++];
|
|
251
247
|
if (!tmp) {
|
|
252
248
|
tmp = type === 'd' ? 0 : '';
|
|
253
249
|
}
|
|
@@ -257,7 +253,7 @@ var bbn = {
|
|
|
257
253
|
}
|
|
258
254
|
return res;
|
|
259
255
|
},
|
|
260
|
-
$:
|
|
256
|
+
$: (selector, context) => {
|
|
261
257
|
if (context && context.querySelectorAll) {
|
|
262
258
|
return context.querySelectorAll(selector);
|
|
263
259
|
}
|
|
@@ -398,235 +394,235 @@ var bbn = {
|
|
|
398
394
|
nav: 'ajax'
|
|
399
395
|
},
|
|
400
396
|
fn: {
|
|
401
|
-
_addLoader
|
|
402
|
-
_compareValues
|
|
403
|
-
_deleteLoader
|
|
404
|
-
abort
|
|
405
|
-
abortURL
|
|
406
|
-
addColors
|
|
407
|
-
addInputs
|
|
408
|
-
addStyle
|
|
409
|
-
adjustHeight
|
|
410
|
-
adjustSize
|
|
411
|
-
adjustWidth
|
|
412
|
-
ajax
|
|
413
|
-
analyzeFunction
|
|
414
|
-
animateCss
|
|
415
|
-
arrayBuffer2String
|
|
416
|
-
arrayFromProp
|
|
417
|
-
autoExtend
|
|
418
|
-
baseName
|
|
419
|
-
br2nl
|
|
420
|
-
calendar
|
|
421
|
-
callback
|
|
422
|
-
camelize
|
|
423
|
-
camelToCss
|
|
424
|
-
canvasToImage
|
|
425
|
-
center
|
|
426
|
-
checkProps
|
|
427
|
-
checkPropsDetails
|
|
428
|
-
checkPropsOrDie
|
|
429
|
-
checkType
|
|
430
|
-
circularReplacer
|
|
431
|
-
clone
|
|
432
|
-
colorToHex
|
|
433
|
-
compare
|
|
434
|
-
compareConditions
|
|
435
|
-
copy
|
|
436
|
-
correctCase
|
|
437
|
-
count
|
|
438
|
-
crc32
|
|
439
|
-
createObject
|
|
440
|
-
cssExists
|
|
441
|
-
date
|
|
442
|
-
dateSQL
|
|
443
|
-
daysInMonth
|
|
444
|
-
deepPath
|
|
445
|
-
defaultAjaxAbortFunction
|
|
446
|
-
defaultAjaxErrorFunction
|
|
447
|
-
defaultAlertFunction
|
|
448
|
-
defaultConfirmFunction
|
|
449
|
-
defaultEndLoadingFunction
|
|
450
|
-
defaultErrorFunction
|
|
451
|
-
defaultHistoryFunction
|
|
452
|
-
defaultLinkFunction
|
|
453
|
-
defaultPostLinkFunction
|
|
454
|
-
defaultPreLinkFunction
|
|
455
|
-
defaultResizeFunction
|
|
456
|
-
defaultStartLoadingFunction
|
|
457
|
-
deleteProp
|
|
458
|
-
diffObj
|
|
459
|
-
dirName
|
|
460
|
-
download
|
|
461
|
-
downloadContent
|
|
462
|
-
each
|
|
463
|
-
eraseCookie
|
|
464
|
-
error
|
|
465
|
-
escapeDquotes
|
|
466
|
-
escapeRegExp
|
|
467
|
-
escapeSquotes
|
|
468
|
-
escapeTicks
|
|
469
|
-
escapeUrl
|
|
470
|
-
extend
|
|
471
|
-
extendOut
|
|
472
|
-
fdate
|
|
473
|
-
fdatetime
|
|
474
|
-
fieldValue
|
|
475
|
-
fileExt
|
|
476
|
-
filter
|
|
477
|
-
filterToConditions
|
|
478
|
-
findAll
|
|
479
|
-
fori
|
|
480
|
-
forir
|
|
481
|
-
format
|
|
482
|
-
formatBytes
|
|
483
|
-
formatDate
|
|
484
|
-
formatSize
|
|
485
|
-
formdata
|
|
486
|
-
fromXml
|
|
487
|
-
ftime
|
|
488
|
-
getAllTags
|
|
489
|
-
getAncestors
|
|
490
|
-
getAttributes
|
|
491
|
-
getBrowserName
|
|
492
|
-
getBrowserVersion
|
|
493
|
-
getCookie
|
|
494
|
-
getCssVar
|
|
495
|
-
getDay
|
|
496
|
-
getDeviceType
|
|
497
|
-
getEventData
|
|
498
|
-
getField
|
|
499
|
-
getFieldValues
|
|
500
|
-
getHtml
|
|
501
|
-
getHTMLOfSelection
|
|
502
|
-
getLoader
|
|
503
|
-
getPath
|
|
504
|
-
getProp
|
|
505
|
-
getProperty
|
|
506
|
-
getRequestId
|
|
507
|
-
getRow
|
|
508
|
-
getScrollBarSize
|
|
509
|
-
getText
|
|
510
|
-
getTimeoff
|
|
511
|
-
happy
|
|
512
|
-
hash
|
|
513
|
-
hex2rgb
|
|
514
|
-
history
|
|
515
|
-
html2text
|
|
516
|
-
imageToCanvas
|
|
517
|
-
imgToBase64
|
|
518
|
-
info
|
|
519
|
-
init
|
|
520
|
-
isActiveInterface
|
|
521
|
-
isArray
|
|
522
|
-
isBlob
|
|
523
|
-
isBoolean
|
|
524
|
-
isCanvas
|
|
525
|
-
isColor
|
|
526
|
-
isComment
|
|
527
|
-
isCp
|
|
528
|
-
isDate
|
|
529
|
-
isDesktopDevice
|
|
530
|
-
isDimension
|
|
531
|
-
isDom
|
|
532
|
-
isEmail
|
|
533
|
-
isEmpty
|
|
534
|
-
isEvent
|
|
535
|
-
isFocused
|
|
536
|
-
isFunction
|
|
537
|
-
isHostname
|
|
538
|
-
isInside
|
|
539
|
-
isInt
|
|
540
|
-
isIP
|
|
541
|
-
isIterable
|
|
542
|
-
isMobile
|
|
543
|
-
isMobileDevice
|
|
544
|
-
isNull
|
|
545
|
-
isNumber
|
|
546
|
-
isObject
|
|
547
|
-
isPercent
|
|
548
|
-
isPrimitive
|
|
549
|
-
isPromise
|
|
550
|
-
isPropSize
|
|
551
|
-
isSame
|
|
552
|
-
isSQLDate
|
|
553
|
-
isString
|
|
554
|
-
isSymbol
|
|
555
|
-
isTabletDevice
|
|
556
|
-
isURL
|
|
557
|
-
isValidDimension
|
|
558
|
-
isValidName
|
|
559
|
-
isValue
|
|
560
|
-
isVue
|
|
561
|
-
iterate
|
|
562
|
-
lightenDarkenHex
|
|
563
|
-
link
|
|
564
|
-
log
|
|
565
|
-
makeReactive
|
|
566
|
-
map
|
|
567
|
-
md5
|
|
568
|
-
money
|
|
569
|
-
move
|
|
570
|
-
multiorder
|
|
571
|
-
nl2br
|
|
572
|
-
numProperties
|
|
573
|
-
objectToFormData
|
|
574
|
-
order
|
|
575
|
-
outerHeight
|
|
576
|
-
outerWidth
|
|
577
|
-
percent
|
|
578
|
-
pickValue
|
|
579
|
-
post
|
|
580
|
-
postOut
|
|
581
|
-
printf
|
|
582
|
-
quotes2html
|
|
583
|
-
randomInt
|
|
584
|
-
randomString
|
|
585
|
-
removeAccents
|
|
586
|
-
removeEmpty
|
|
587
|
-
removeExtraSpaces
|
|
588
|
-
removeHtmlComments
|
|
589
|
-
removePrivateProp
|
|
590
|
-
removeTrailingChars
|
|
591
|
-
repeat
|
|
592
|
-
replaceAll
|
|
593
|
-
replaceSelection
|
|
594
|
-
resize
|
|
595
|
-
rgb2hex
|
|
596
|
-
riterate
|
|
597
|
-
roundDecimal
|
|
598
|
-
sanitize
|
|
599
|
-
search
|
|
600
|
-
selectElementText
|
|
601
|
-
selector
|
|
602
|
-
setCookie
|
|
603
|
-
setCssVar
|
|
604
|
-
setNavigationVars
|
|
605
|
-
setProp
|
|
606
|
-
setProperty
|
|
607
|
-
shorten
|
|
608
|
-
shortenObj
|
|
609
|
-
shuffle
|
|
610
|
-
simpleHash
|
|
611
|
-
simpleHash1
|
|
612
|
-
simpleHash2
|
|
613
|
-
startChrono
|
|
614
|
-
stat
|
|
615
|
-
stopChrono
|
|
616
|
-
string2ArrayBuffer
|
|
617
|
-
submit
|
|
618
|
-
substr
|
|
619
|
-
sum
|
|
620
|
-
timestamp
|
|
621
|
-
toCSV
|
|
622
|
-
toggleFullScreen
|
|
623
|
-
translate
|
|
624
|
-
treatAjaxArguments
|
|
625
|
-
trim
|
|
626
|
-
uniqString
|
|
627
|
-
unique
|
|
628
|
-
upload
|
|
629
|
-
warning
|
|
397
|
+
_addLoader,
|
|
398
|
+
_compareValues,
|
|
399
|
+
_deleteLoader,
|
|
400
|
+
abort,
|
|
401
|
+
abortURL,
|
|
402
|
+
addColors,
|
|
403
|
+
addInputs,
|
|
404
|
+
addStyle,
|
|
405
|
+
adjustHeight,
|
|
406
|
+
adjustSize,
|
|
407
|
+
adjustWidth,
|
|
408
|
+
ajax,
|
|
409
|
+
analyzeFunction,
|
|
410
|
+
animateCss,
|
|
411
|
+
arrayBuffer2String,
|
|
412
|
+
arrayFromProp,
|
|
413
|
+
autoExtend,
|
|
414
|
+
baseName,
|
|
415
|
+
br2nl,
|
|
416
|
+
calendar,
|
|
417
|
+
callback,
|
|
418
|
+
camelize,
|
|
419
|
+
camelToCss,
|
|
420
|
+
canvasToImage,
|
|
421
|
+
center,
|
|
422
|
+
checkProps,
|
|
423
|
+
checkPropsDetails,
|
|
424
|
+
checkPropsOrDie,
|
|
425
|
+
checkType,
|
|
426
|
+
circularReplacer,
|
|
427
|
+
clone,
|
|
428
|
+
colorToHex,
|
|
429
|
+
compare,
|
|
430
|
+
compareConditions,
|
|
431
|
+
copy,
|
|
432
|
+
correctCase,
|
|
433
|
+
count,
|
|
434
|
+
crc32,
|
|
435
|
+
createObject,
|
|
436
|
+
cssExists,
|
|
437
|
+
date,
|
|
438
|
+
dateSQL,
|
|
439
|
+
daysInMonth,
|
|
440
|
+
deepPath,
|
|
441
|
+
defaultAjaxAbortFunction,
|
|
442
|
+
defaultAjaxErrorFunction,
|
|
443
|
+
defaultAlertFunction,
|
|
444
|
+
defaultConfirmFunction,
|
|
445
|
+
defaultEndLoadingFunction,
|
|
446
|
+
defaultErrorFunction,
|
|
447
|
+
defaultHistoryFunction,
|
|
448
|
+
defaultLinkFunction,
|
|
449
|
+
defaultPostLinkFunction,
|
|
450
|
+
defaultPreLinkFunction,
|
|
451
|
+
defaultResizeFunction,
|
|
452
|
+
defaultStartLoadingFunction,
|
|
453
|
+
deleteProp,
|
|
454
|
+
diffObj,
|
|
455
|
+
dirName,
|
|
456
|
+
download,
|
|
457
|
+
downloadContent,
|
|
458
|
+
each,
|
|
459
|
+
eraseCookie,
|
|
460
|
+
error,
|
|
461
|
+
escapeDquotes,
|
|
462
|
+
escapeRegExp,
|
|
463
|
+
escapeSquotes,
|
|
464
|
+
escapeTicks,
|
|
465
|
+
escapeUrl,
|
|
466
|
+
extend,
|
|
467
|
+
extendOut,
|
|
468
|
+
fdate,
|
|
469
|
+
fdatetime,
|
|
470
|
+
fieldValue,
|
|
471
|
+
fileExt,
|
|
472
|
+
filter,
|
|
473
|
+
filterToConditions,
|
|
474
|
+
findAll,
|
|
475
|
+
fori,
|
|
476
|
+
forir,
|
|
477
|
+
format,
|
|
478
|
+
formatBytes,
|
|
479
|
+
formatDate,
|
|
480
|
+
formatSize,
|
|
481
|
+
formdata,
|
|
482
|
+
fromXml,
|
|
483
|
+
ftime,
|
|
484
|
+
getAllTags,
|
|
485
|
+
getAncestors,
|
|
486
|
+
getAttributes,
|
|
487
|
+
getBrowserName,
|
|
488
|
+
getBrowserVersion,
|
|
489
|
+
getCookie,
|
|
490
|
+
getCssVar,
|
|
491
|
+
getDay,
|
|
492
|
+
getDeviceType,
|
|
493
|
+
getEventData,
|
|
494
|
+
getField,
|
|
495
|
+
getFieldValues,
|
|
496
|
+
getHtml,
|
|
497
|
+
getHTMLOfSelection,
|
|
498
|
+
getLoader,
|
|
499
|
+
getPath,
|
|
500
|
+
getProp,
|
|
501
|
+
getProperty,
|
|
502
|
+
getRequestId,
|
|
503
|
+
getRow,
|
|
504
|
+
getScrollBarSize,
|
|
505
|
+
getText,
|
|
506
|
+
getTimeoff,
|
|
507
|
+
happy,
|
|
508
|
+
hash,
|
|
509
|
+
hex2rgb,
|
|
510
|
+
history,
|
|
511
|
+
html2text,
|
|
512
|
+
imageToCanvas,
|
|
513
|
+
imgToBase64,
|
|
514
|
+
info,
|
|
515
|
+
init,
|
|
516
|
+
isActiveInterface,
|
|
517
|
+
isArray,
|
|
518
|
+
isBlob,
|
|
519
|
+
isBoolean,
|
|
520
|
+
isCanvas,
|
|
521
|
+
isColor,
|
|
522
|
+
isComment,
|
|
523
|
+
isCp,
|
|
524
|
+
isDate,
|
|
525
|
+
isDesktopDevice,
|
|
526
|
+
isDimension,
|
|
527
|
+
isDom,
|
|
528
|
+
isEmail,
|
|
529
|
+
isEmpty,
|
|
530
|
+
isEvent,
|
|
531
|
+
isFocused,
|
|
532
|
+
isFunction,
|
|
533
|
+
isHostname,
|
|
534
|
+
isInside,
|
|
535
|
+
isInt,
|
|
536
|
+
isIP,
|
|
537
|
+
isIterable,
|
|
538
|
+
isMobile,
|
|
539
|
+
isMobileDevice,
|
|
540
|
+
isNull,
|
|
541
|
+
isNumber,
|
|
542
|
+
isObject,
|
|
543
|
+
isPercent,
|
|
544
|
+
isPrimitive,
|
|
545
|
+
isPromise,
|
|
546
|
+
isPropSize,
|
|
547
|
+
isSame,
|
|
548
|
+
isSQLDate,
|
|
549
|
+
isString,
|
|
550
|
+
isSymbol,
|
|
551
|
+
isTabletDevice,
|
|
552
|
+
isURL,
|
|
553
|
+
isValidDimension,
|
|
554
|
+
isValidName,
|
|
555
|
+
isValue,
|
|
556
|
+
isVue,
|
|
557
|
+
iterate,
|
|
558
|
+
lightenDarkenHex,
|
|
559
|
+
link,
|
|
560
|
+
log,
|
|
561
|
+
makeReactive,
|
|
562
|
+
map,
|
|
563
|
+
md5,
|
|
564
|
+
money,
|
|
565
|
+
move,
|
|
566
|
+
multiorder,
|
|
567
|
+
nl2br,
|
|
568
|
+
numProperties,
|
|
569
|
+
objectToFormData,
|
|
570
|
+
order,
|
|
571
|
+
outerHeight,
|
|
572
|
+
outerWidth,
|
|
573
|
+
percent,
|
|
574
|
+
pickValue,
|
|
575
|
+
post,
|
|
576
|
+
postOut,
|
|
577
|
+
printf,
|
|
578
|
+
quotes2html,
|
|
579
|
+
randomInt,
|
|
580
|
+
randomString,
|
|
581
|
+
removeAccents,
|
|
582
|
+
removeEmpty,
|
|
583
|
+
removeExtraSpaces,
|
|
584
|
+
removeHtmlComments,
|
|
585
|
+
removePrivateProp,
|
|
586
|
+
removeTrailingChars,
|
|
587
|
+
repeat,
|
|
588
|
+
replaceAll,
|
|
589
|
+
replaceSelection,
|
|
590
|
+
resize,
|
|
591
|
+
rgb2hex,
|
|
592
|
+
riterate,
|
|
593
|
+
roundDecimal,
|
|
594
|
+
sanitize,
|
|
595
|
+
search,
|
|
596
|
+
selectElementText,
|
|
597
|
+
selector,
|
|
598
|
+
setCookie,
|
|
599
|
+
setCssVar,
|
|
600
|
+
setNavigationVars,
|
|
601
|
+
setProp,
|
|
602
|
+
setProperty,
|
|
603
|
+
shorten,
|
|
604
|
+
shortenObj,
|
|
605
|
+
shuffle,
|
|
606
|
+
simpleHash,
|
|
607
|
+
simpleHash1,
|
|
608
|
+
simpleHash2,
|
|
609
|
+
startChrono,
|
|
610
|
+
stat,
|
|
611
|
+
stopChrono,
|
|
612
|
+
string2ArrayBuffer,
|
|
613
|
+
submit,
|
|
614
|
+
substr,
|
|
615
|
+
sum,
|
|
616
|
+
timestamp,
|
|
617
|
+
toCSV,
|
|
618
|
+
toggleFullScreen,
|
|
619
|
+
translate,
|
|
620
|
+
treatAjaxArguments,
|
|
621
|
+
trim,
|
|
622
|
+
uniqString,
|
|
623
|
+
unique,
|
|
624
|
+
upload,
|
|
625
|
+
warning,
|
|
630
626
|
}
|
|
631
627
|
};
|
|
632
628
|
window.bbn = bbn;
|