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