@bbn/bbn 1.0.90 → 1.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_.js +1 -1
- package/dist/bundle.js +770 -770
- package/dist/db.js +4 -4
- package/dist/fn/ajax/_addLoader.js +1 -1
- package/dist/fn/ajax/_deleteLoader.js +3 -3
- package/dist/fn/ajax/abort.js +1 -1
- package/dist/fn/ajax/abortURL.js +2 -2
- package/dist/fn/ajax/ajax.js +9 -9
- package/dist/fn/ajax/callback.js +3 -3
- package/dist/fn/ajax/download.js +6 -6
- package/dist/fn/ajax/downloadContent.js +4 -4
- package/dist/fn/ajax/getLoader.js +1 -1
- package/dist/fn/ajax/getRequestId.js +2 -2
- package/dist/fn/ajax/link.js +8 -8
- package/dist/fn/ajax/post.js +3 -3
- package/dist/fn/ajax/postOut.js +3 -3
- package/dist/fn/ajax/setNavigationVars.js +4 -4
- package/dist/fn/ajax/treatAjaxArguments.js +4 -4
- package/dist/fn/ajax/upload.js +2 -2
- package/dist/fn/browser/copy.js +2 -2
- package/dist/fn/browser/error.js +1 -1
- package/dist/fn/browser/getEventData.js +2 -2
- package/dist/fn/browser/happy.js +1 -1
- package/dist/fn/browser/info.js +1 -1
- package/dist/fn/browser/isDesktopDevice.js +1 -1
- package/dist/fn/browser/isMobile.js +2 -2
- package/dist/fn/browser/isMobileDevice.js +1 -1
- package/dist/fn/browser/isTabletDevice.js +1 -1
- package/dist/fn/browser/log.js +1 -1
- package/dist/fn/browser/toggleFullScreen.js +1 -1
- package/dist/fn/browser/warning.js +1 -1
- package/dist/fn/convert/imgToBase64.js +1 -1
- package/dist/fn/convert/toCSV.js +3 -3
- package/dist/fn/datetime/calendar.js +4 -4
- package/dist/fn/datetime/chrono.js +1 -1
- package/dist/fn/datetime/date.js +3 -3
- package/dist/fn/datetime/dateSQL.js +1 -1
- package/dist/fn/datetime/daysInMonth.js +1 -1
- package/dist/fn/datetime/fdate.js +4 -4
- package/dist/fn/datetime/fdatetime.js +3 -3
- package/dist/fn/datetime/ftime.js +3 -3
- package/dist/fn/datetime/getDay.js +1 -1
- package/dist/fn/default/defaultAjaxAbortFunction.js +1 -1
- package/dist/fn/default/defaultAjaxErrorFunction.js +1 -1
- package/dist/fn/default/defaultConfirmFunction.js +1 -1
- package/dist/fn/default/defaultErrorFunction.js +1 -1
- package/dist/fn/default/defaultPreLinkFunction.js +1 -1
- package/dist/fn/form/addInputs.js +1 -1
- package/dist/fn/form/formdata.js +4 -4
- package/dist/fn/form/objectToFormData.js +5 -5
- package/dist/fn/form/submit.js +2 -2
- package/dist/fn/html/adjustHeight.js +2 -2
- package/dist/fn/html/adjustSize.js +1 -1
- package/dist/fn/html/adjustWidth.js +2 -2
- package/dist/fn/html/getAllTags.js +1 -1
- package/dist/fn/html/getAttributes.js +1 -1
- package/dist/fn/html/getHTMLOfSelection.js +1 -1
- package/dist/fn/html/getHtml.js +1 -1
- package/dist/fn/html/getPath.js +1 -1
- package/dist/fn/html/isInside.js +3 -3
- package/dist/fn/html/makeReactive.js +8 -8
- package/dist/fn/init.js +11 -11
- package/dist/fn/loop/each.js +3 -3
- package/dist/fn/loop/fori.js +2 -2
- package/dist/fn/loop/forir.js +2 -2
- package/dist/fn/loop/iterate.js +1 -1
- package/dist/fn/loop/riterate.js +1 -1
- package/dist/fn/misc/analyzeFunction.js +1 -1
- package/dist/fn/misc/money.js +1 -1
- package/dist/fn/misc/translate.js +1 -1
- package/dist/fn/object/_compareValues.js +4 -4
- package/dist/fn/object/arrayFromProp.js +2 -2
- package/dist/fn/object/autoExtend.js +1 -1
- package/dist/fn/object/checkProps.js +1 -1
- package/dist/fn/object/checkPropsDetails.js +4 -4
- package/dist/fn/object/checkPropsOrDie.js +1 -1
- package/dist/fn/object/circularReplacer.js +3 -3
- package/dist/fn/object/clone.js +3 -3
- package/dist/fn/object/compare.js +5 -5
- package/dist/fn/object/compareConditions.js +4 -4
- package/dist/fn/object/count.js +1 -1
- package/dist/fn/object/createObject.js +1 -1
- package/dist/fn/object/deepPath.js +3 -3
- package/dist/fn/object/deleteProp.js +1 -1
- package/dist/fn/object/diffObj.js +6 -6
- package/dist/fn/object/extend.js +4 -4
- package/dist/fn/object/extendOut.js +1 -1
- package/dist/fn/object/filter.js +3 -3
- package/dist/fn/object/filterToConditions.js +3 -3
- package/dist/fn/object/findAll.js +3 -3
- package/dist/fn/object/getField.js +1 -1
- package/dist/fn/object/getFieldValues.js +3 -3
- package/dist/fn/object/getProp.js +1 -1
- package/dist/fn/object/getRow.js +1 -1
- package/dist/fn/object/map.js +1 -1
- package/dist/fn/object/multiorder.js +1 -1
- package/dist/fn/object/order.js +1 -1
- package/dist/fn/object/removeEmpty.js +3 -3
- package/dist/fn/object/removePrivateProp.js +1 -1
- package/dist/fn/object/search.js +5 -5
- package/dist/fn/object/setProperty.js +1 -1
- package/dist/fn/object/shortenObj.js +4 -4
- package/dist/fn/object/sum.js +2 -2
- package/dist/fn/string/baseName.js +2 -2
- package/dist/fn/string/br2nl.js +1 -1
- package/dist/fn/string/dirName.js +2 -2
- package/dist/fn/string/escapeDquotes.js +1 -1
- package/dist/fn/string/escapeSquotes.js +1 -1
- package/dist/fn/string/escapeTicks.js +1 -1
- package/dist/fn/string/escapeUrl.js +4 -4
- package/dist/fn/string/fileExt.js +1 -1
- package/dist/fn/string/format.js +1 -1
- package/dist/fn/string/formatSize.js +2 -2
- package/dist/fn/string/hash.js +5 -5
- package/dist/fn/string/nl2br.js +1 -1
- package/dist/fn/string/quotes2html.js +1 -1
- package/dist/fn/string/randomString.js +1 -1
- package/dist/fn/string/removeAccents.js +2 -2
- package/dist/fn/string/removeHtmlComments.js +1 -1
- package/dist/fn/string/removeTrailingChars.js +1 -1
- package/dist/fn/string/replaceAll.js +2 -2
- package/dist/fn/string/sanitize.js +2 -2
- package/dist/fn/string/shorten.js +2 -2
- package/dist/fn/string/simpleHash.js +2 -2
- package/dist/fn/string/substr.js +3 -3
- package/dist/fn/string/trim.js +1 -1
- package/dist/fn/string/uniqString.js +3 -3
- package/dist/fn/style/addColors.js +2 -2
- package/dist/fn/style/addStyle.js +2 -2
- package/dist/fn/style/cssExists.js +2 -2
- package/dist/fn/style/outerHeight.js +1 -1
- package/dist/fn/style/outerWidth.js +1 -1
- package/dist/fn/style/resize.js +2 -2
- package/dist/fn/type/checkType.js +7 -7
- package/dist/fn/type/isColor.js +1 -1
- package/dist/fn/type/isCp.js +1 -1
- package/dist/fn/type/isDimension.js +1 -1
- package/dist/fn/type/isEmail.js +1 -1
- package/dist/fn/type/isEmpty.js +2 -2
- package/dist/fn/type/isHostname.js +2 -2
- package/dist/fn/type/isIP.js +1 -1
- package/dist/fn/type/isPropSize.js +1 -1
- package/dist/fn/type/isSame.js +2 -2
- package/dist/fn/type/isValidDimension.js +2 -2
- package/dist/fn/type/isValidName.js +1 -1
- package/dist/fn/type/isValue.js +1 -1
- package/dist/fn.d.ts +3 -3
- package/dist/fn.js +226 -226
- package/dist/index.js +6 -6
- package/package.json +1 -1
package/dist/fn.js
CHANGED
|
@@ -1,230 +1,230 @@
|
|
|
1
|
-
import { _addLoader } from
|
|
2
|
-
import { _compareValues } from
|
|
3
|
-
import { _deleteLoader } from
|
|
4
|
-
import { abort } from
|
|
5
|
-
import { abortURL } from
|
|
6
|
-
import { addColors } from
|
|
7
|
-
import { addInputs } from
|
|
8
|
-
import { addStyle } from
|
|
9
|
-
import { adjustHeight } from
|
|
10
|
-
import { adjustSize } from
|
|
11
|
-
import { adjustWidth } from
|
|
12
|
-
import { ajax } from
|
|
13
|
-
import { analyzeFunction } from
|
|
14
|
-
import { animateCss } from
|
|
15
|
-
import { arrayBuffer2String } from
|
|
16
|
-
import { arrayFromProp } from
|
|
17
|
-
import { autoExtend } from
|
|
18
|
-
import { baseName } from
|
|
19
|
-
import { br2nl } from
|
|
20
|
-
import { calendar } from
|
|
21
|
-
import { callback } from
|
|
22
|
-
import { camelize } from
|
|
23
|
-
import { camelToCss } from
|
|
24
|
-
import { canvasToImage } from
|
|
25
|
-
import { center } from
|
|
26
|
-
import { checkProps } from
|
|
27
|
-
import { checkPropsDetails } from
|
|
28
|
-
import { checkPropsOrDie } from
|
|
29
|
-
import { checkType } from
|
|
30
|
-
import { circularReplacer } from
|
|
31
|
-
import { clone } from
|
|
32
|
-
import { colorToHex } from
|
|
33
|
-
import { compare } from
|
|
34
|
-
import { compareConditions } from
|
|
35
|
-
import { copy } from
|
|
36
|
-
import { correctCase } from
|
|
37
|
-
import { count } from
|
|
38
|
-
import { crc32 } from
|
|
39
|
-
import { createObject } from
|
|
40
|
-
import { cssExists } from
|
|
41
|
-
import { date } from
|
|
42
|
-
import { dateSQL } from
|
|
43
|
-
import { daysInMonth } from
|
|
44
|
-
import { deepPath } from
|
|
45
|
-
import { defaultAjaxAbortFunction } from
|
|
46
|
-
import { defaultAjaxErrorFunction } from
|
|
47
|
-
import { defaultAlertFunction } from
|
|
48
|
-
import { defaultConfirmFunction } from
|
|
49
|
-
import { defaultEndLoadingFunction } from
|
|
50
|
-
import { defaultErrorFunction } from
|
|
51
|
-
import { defaultHistoryFunction } from
|
|
52
|
-
import { defaultLinkFunction } from
|
|
53
|
-
import { defaultPostLinkFunction } from
|
|
54
|
-
import { defaultPreLinkFunction } from
|
|
55
|
-
import { defaultResizeFunction } from
|
|
56
|
-
import { defaultStartLoadingFunction } from
|
|
57
|
-
import { deleteProp } from
|
|
58
|
-
import { diffObj } from
|
|
59
|
-
import { dirName } from
|
|
60
|
-
import { download } from
|
|
61
|
-
import { downloadContent } from
|
|
62
|
-
import { each } from
|
|
63
|
-
import { eraseCookie } from
|
|
64
|
-
import { error } from
|
|
65
|
-
import { escapeDquotes } from
|
|
66
|
-
import { escapeRegExp } from
|
|
67
|
-
import { escapeSquotes } from
|
|
68
|
-
import { escapeTicks } from
|
|
69
|
-
import { escapeUrl } from
|
|
70
|
-
import { extend } from
|
|
71
|
-
import { extendOut } from
|
|
72
|
-
import { fdate } from
|
|
73
|
-
import { fdatetime } from
|
|
74
|
-
import { fieldValue } from
|
|
75
|
-
import { fileExt } from
|
|
76
|
-
import { filter } from
|
|
77
|
-
import { filterToConditions } from
|
|
78
|
-
import { findAll } from
|
|
79
|
-
import { fori } from
|
|
80
|
-
import { forir } from
|
|
81
|
-
import { format } from
|
|
82
|
-
import { formatBytes } from
|
|
83
|
-
import { formatDate } from
|
|
84
|
-
import { formatSize } from
|
|
85
|
-
import { formdata } from
|
|
86
|
-
import { fromXml } from
|
|
87
|
-
import { ftime } from
|
|
88
|
-
import { getAllTags } from
|
|
89
|
-
import { getAncestors } from
|
|
90
|
-
import { getAttributes } from
|
|
91
|
-
import { getBrowserName } from
|
|
92
|
-
import { getBrowserVersion } from
|
|
93
|
-
import { getCookie } from
|
|
94
|
-
import { getCssVar } from
|
|
95
|
-
import { getDay } from
|
|
96
|
-
import { getDeviceType } from
|
|
97
|
-
import { getEventData } from
|
|
98
|
-
import { getField } from
|
|
99
|
-
import { getFieldValues } from
|
|
100
|
-
import { getHtml } from
|
|
101
|
-
import { getHTMLOfSelection } from
|
|
102
|
-
import { getLoader } from
|
|
103
|
-
import { getPath } from
|
|
104
|
-
import { getProp } from
|
|
105
|
-
import { getProperty } from
|
|
106
|
-
import { getRequestId } from
|
|
107
|
-
import { getRow } from
|
|
108
|
-
import { getScrollBarSize } from
|
|
109
|
-
import { getText } from
|
|
110
|
-
import { getTimeoff } from
|
|
111
|
-
import { happy } from
|
|
112
|
-
import { hash } from
|
|
113
|
-
import { hex2rgb } from
|
|
114
|
-
import { history } from
|
|
115
|
-
import { html2text } from
|
|
116
|
-
import { imageToCanvas } from
|
|
117
|
-
import { imgToBase64 } from
|
|
118
|
-
import { info } from
|
|
119
|
-
import { init } from
|
|
120
|
-
import { isActiveInterface } from
|
|
121
|
-
import { isArray } from
|
|
122
|
-
import { isBlob } from
|
|
123
|
-
import { isBoolean } from
|
|
124
|
-
import { isCanvas } from
|
|
125
|
-
import { isColor } from
|
|
126
|
-
import { isComment } from
|
|
127
|
-
import { isCp } from
|
|
128
|
-
import { isDate } from
|
|
129
|
-
import { isDesktopDevice } from
|
|
130
|
-
import { isDimension } from
|
|
131
|
-
import { isDom } from
|
|
132
|
-
import { isEmail } from
|
|
133
|
-
import { isEmpty } from
|
|
134
|
-
import { isEvent } from
|
|
135
|
-
import { isFocused } from
|
|
136
|
-
import { isFunction } from
|
|
137
|
-
import { isHostname } from
|
|
138
|
-
import { isInside } from
|
|
139
|
-
import { isInt } from
|
|
140
|
-
import { isIP } from
|
|
141
|
-
import { isIterable } from
|
|
142
|
-
import { isMobile } from
|
|
143
|
-
import { isMobileDevice } from
|
|
144
|
-
import { isNull } from
|
|
145
|
-
import { isNumber } from
|
|
146
|
-
import { isObject } from
|
|
147
|
-
import { isPercent } from
|
|
148
|
-
import { isPrimitive } from
|
|
149
|
-
import { isPromise } from
|
|
150
|
-
import { isPropSize } from
|
|
151
|
-
import { isSame } from
|
|
152
|
-
import { isSQLDate } from
|
|
153
|
-
import { isString } from
|
|
154
|
-
import { isSymbol } from
|
|
155
|
-
import { isTabletDevice } from
|
|
156
|
-
import { isURL } from
|
|
157
|
-
import { isValidDimension } from
|
|
158
|
-
import { isValidName } from
|
|
159
|
-
import { isValue } from
|
|
160
|
-
import { isVue } from
|
|
161
|
-
import { iterate } from
|
|
162
|
-
import { lightenDarkenHex } from
|
|
163
|
-
import { link } from
|
|
164
|
-
import { log } from
|
|
165
|
-
import { makeReactive } from
|
|
166
|
-
import { map } from
|
|
167
|
-
import { md5 } from
|
|
168
|
-
import { money } from
|
|
169
|
-
import { move } from
|
|
170
|
-
import { multiorder } from
|
|
171
|
-
import { nl2br } from
|
|
172
|
-
import { numProperties } from
|
|
173
|
-
import { objectToFormData } from
|
|
174
|
-
import { order } from
|
|
175
|
-
import { outerHeight } from
|
|
176
|
-
import { outerWidth } from
|
|
177
|
-
import { percent } from
|
|
178
|
-
import { pickValue } from
|
|
179
|
-
import { post } from
|
|
180
|
-
import { postOut } from
|
|
181
|
-
import { printf } from
|
|
182
|
-
import { quotes2html } from
|
|
183
|
-
import { randomInt } from
|
|
184
|
-
import { randomString } from
|
|
185
|
-
import { removeAccents } from
|
|
186
|
-
import { removeEmpty } from
|
|
187
|
-
import { removeExtraSpaces } from
|
|
188
|
-
import { removeHtmlComments } from
|
|
189
|
-
import { removePrivateProp } from
|
|
190
|
-
import { removeTrailingChars } from
|
|
191
|
-
import { repeat } from
|
|
192
|
-
import { replaceAll } from
|
|
193
|
-
import { replaceSelection } from
|
|
194
|
-
import { resize } from
|
|
195
|
-
import { rgb2hex } from
|
|
196
|
-
import { riterate } from
|
|
197
|
-
import { roundDecimal } from
|
|
198
|
-
import { sanitize } from
|
|
199
|
-
import { search } from
|
|
200
|
-
import { selectElementText } from
|
|
201
|
-
import { selector } from
|
|
202
|
-
import { setCookie } from
|
|
203
|
-
import { setCssVar } from
|
|
204
|
-
import { setNavigationVars } from
|
|
205
|
-
import { setProp } from
|
|
206
|
-
import { setProperty } from
|
|
207
|
-
import { shorten } from
|
|
208
|
-
import { shortenObj } from
|
|
209
|
-
import { shuffle } from
|
|
210
|
-
import { simpleHash } from
|
|
211
|
-
import { simpleHash1 } from
|
|
212
|
-
import { simpleHash2 } from
|
|
1
|
+
import { _addLoader } from "./fn/ajax/_addLoader.js";
|
|
2
|
+
import { _compareValues } from "./fn/object/_compareValues.js";
|
|
3
|
+
import { _deleteLoader } from "./fn/ajax/_deleteLoader.js";
|
|
4
|
+
import { abort } from "./fn/ajax/abort.js";
|
|
5
|
+
import { abortURL } from "./fn/ajax/abortURL.js";
|
|
6
|
+
import { addColors } from "./fn/style/addColors.js";
|
|
7
|
+
import { addInputs } from "./fn/form/addInputs.js";
|
|
8
|
+
import { addStyle } from "./fn/style/addStyle.js";
|
|
9
|
+
import { adjustHeight } from "./fn/html/adjustHeight.js";
|
|
10
|
+
import { adjustSize } from "./fn/html/adjustSize.js";
|
|
11
|
+
import { adjustWidth } from "./fn/html/adjustWidth.js";
|
|
12
|
+
import { ajax } from "./fn/ajax/ajax.js";
|
|
13
|
+
import { analyzeFunction } from "./fn/misc/analyzeFunction.js";
|
|
14
|
+
import { animateCss } from "./fn/style/animateCss.js";
|
|
15
|
+
import { arrayBuffer2String } from "./fn/convert/arrayBuffer2String.js";
|
|
16
|
+
import { arrayFromProp } from "./fn/object/arrayFromProp.js";
|
|
17
|
+
import { autoExtend } from "./fn/object/autoExtend.js";
|
|
18
|
+
import { baseName } from "./fn/string/baseName.js";
|
|
19
|
+
import { br2nl } from "./fn/string/br2nl.js";
|
|
20
|
+
import { calendar } from "./fn/datetime/calendar.js";
|
|
21
|
+
import { callback } from "./fn/ajax/callback.js";
|
|
22
|
+
import { camelize } from "./fn/string/camelize.js";
|
|
23
|
+
import { camelToCss } from "./fn/string/camelToCss.js";
|
|
24
|
+
import { canvasToImage } from "./fn/convert/canvasToImage.js";
|
|
25
|
+
import { center } from "./fn/style/center.js";
|
|
26
|
+
import { checkProps } from "./fn/object/checkProps.js";
|
|
27
|
+
import { checkPropsDetails } from "./fn/object/checkPropsDetails.js";
|
|
28
|
+
import { checkPropsOrDie } from "./fn/object/checkPropsOrDie.js";
|
|
29
|
+
import { checkType } from "./fn/type/checkType.js";
|
|
30
|
+
import { circularReplacer } from "./fn/object/circularReplacer.js";
|
|
31
|
+
import { clone } from "./fn/object/clone.js";
|
|
32
|
+
import { colorToHex } from "./fn/convert/colorToHex.js";
|
|
33
|
+
import { compare } from "./fn/object/compare.js";
|
|
34
|
+
import { compareConditions } from "./fn/object/compareConditions.js";
|
|
35
|
+
import { copy } from "./fn/browser/copy.js";
|
|
36
|
+
import { correctCase } from "./fn/string/correctCase.js";
|
|
37
|
+
import { count } from "./fn/object/count.js";
|
|
38
|
+
import { crc32 } from "./fn/string/crc32.js";
|
|
39
|
+
import { createObject } from "./fn/object/createObject.js";
|
|
40
|
+
import { cssExists } from "./fn/style/cssExists.js";
|
|
41
|
+
import { date } from "./fn/datetime/date.js";
|
|
42
|
+
import { dateSQL } from "./fn/datetime/dateSQL.js";
|
|
43
|
+
import { daysInMonth } from "./fn/datetime/daysInMonth.js";
|
|
44
|
+
import { deepPath } from "./fn/object/deepPath.js";
|
|
45
|
+
import { defaultAjaxAbortFunction } from "./fn/default/defaultAjaxAbortFunction.js";
|
|
46
|
+
import { defaultAjaxErrorFunction } from "./fn/default/defaultAjaxErrorFunction.js";
|
|
47
|
+
import { defaultAlertFunction } from "./fn/default/defaultAlertFunction.js";
|
|
48
|
+
import { defaultConfirmFunction } from "./fn/default/defaultConfirmFunction.js";
|
|
49
|
+
import { defaultEndLoadingFunction } from "./fn/default/defaultEndLoadingFunction.js";
|
|
50
|
+
import { defaultErrorFunction } from "./fn/default/defaultErrorFunction.js";
|
|
51
|
+
import { defaultHistoryFunction } from "./fn/default/defaultHistoryFunction.js";
|
|
52
|
+
import { defaultLinkFunction } from "./fn/default/defaultLinkFunction.js";
|
|
53
|
+
import { defaultPostLinkFunction } from "./fn/default/defaultPostLinkFunction.js";
|
|
54
|
+
import { defaultPreLinkFunction } from "./fn/default/defaultPreLinkFunction.js";
|
|
55
|
+
import { defaultResizeFunction } from "./fn/default/defaultResizeFunction.js";
|
|
56
|
+
import { defaultStartLoadingFunction } from "./fn/default/defaultStartLoadingFunction.js";
|
|
57
|
+
import { deleteProp } from "./fn/object/deleteProp.js";
|
|
58
|
+
import { diffObj } from "./fn/object/diffObj.js";
|
|
59
|
+
import { dirName } from "./fn/string/dirName.js";
|
|
60
|
+
import { download } from "./fn/ajax/download.js";
|
|
61
|
+
import { downloadContent } from "./fn/ajax/downloadContent.js";
|
|
62
|
+
import { each } from "./fn/loop/each.js";
|
|
63
|
+
import { eraseCookie } from "./fn/browser/eraseCookie.js";
|
|
64
|
+
import { error } from "./fn/browser/error.js";
|
|
65
|
+
import { escapeDquotes } from "./fn/string/escapeDquotes.js";
|
|
66
|
+
import { escapeRegExp } from "./fn/string/escapeRegExp.js";
|
|
67
|
+
import { escapeSquotes } from "./fn/string/escapeSquotes.js";
|
|
68
|
+
import { escapeTicks } from "./fn/string/escapeTicks.js";
|
|
69
|
+
import { escapeUrl } from "./fn/string/escapeUrl.js";
|
|
70
|
+
import { extend } from "./fn/object/extend.js";
|
|
71
|
+
import { extendOut } from "./fn/object/extendOut.js";
|
|
72
|
+
import { fdate } from "./fn/datetime/fdate.js";
|
|
73
|
+
import { fdatetime } from "./fn/datetime/fdatetime.js";
|
|
74
|
+
import { fieldValue } from "./fn/form/fieldValue.js";
|
|
75
|
+
import { fileExt } from "./fn/string/fileExt.js";
|
|
76
|
+
import { filter } from "./fn/object/filter.js";
|
|
77
|
+
import { filterToConditions } from "./fn/object/filterToConditions.js";
|
|
78
|
+
import { findAll } from "./fn/object/findAll.js";
|
|
79
|
+
import { fori } from "./fn/loop/fori.js";
|
|
80
|
+
import { forir } from "./fn/loop/forir.js";
|
|
81
|
+
import { format } from "./fn/string/format.js";
|
|
82
|
+
import { formatBytes } from "./fn/string/formatBytes.js";
|
|
83
|
+
import { formatDate } from "./fn/datetime/formatDate.js";
|
|
84
|
+
import { formatSize } from "./fn/string/formatSize.js";
|
|
85
|
+
import { formdata } from "./fn/form/formdata.js";
|
|
86
|
+
import { fromXml } from "./fn/convert/fromXml.js";
|
|
87
|
+
import { ftime } from "./fn/datetime/ftime.js";
|
|
88
|
+
import { getAllTags } from "./fn/html/getAllTags.js";
|
|
89
|
+
import { getAncestors } from "./fn/html/getAncestors.js";
|
|
90
|
+
import { getAttributes } from "./fn/html/getAttributes.js";
|
|
91
|
+
import { getBrowserName } from "./fn/browser/getBrowserName.js";
|
|
92
|
+
import { getBrowserVersion } from "./fn/browser/getBrowserVersion.js";
|
|
93
|
+
import { getCookie } from "./fn/browser/getCookie.js";
|
|
94
|
+
import { getCssVar } from "./fn/style/getCssVar.js";
|
|
95
|
+
import { getDay } from "./fn/datetime/getDay.js";
|
|
96
|
+
import { getDeviceType } from "./fn/browser/getDeviceType.js";
|
|
97
|
+
import { getEventData } from "./fn/browser/getEventData.js";
|
|
98
|
+
import { getField } from "./fn/object/getField.js";
|
|
99
|
+
import { getFieldValues } from "./fn/object/getFieldValues.js";
|
|
100
|
+
import { getHtml } from "./fn/html/getHtml.js";
|
|
101
|
+
import { getHTMLOfSelection } from "./fn/html/getHTMLOfSelection.js";
|
|
102
|
+
import { getLoader } from "./fn/ajax/getLoader.js";
|
|
103
|
+
import { getPath } from "./fn/html/getPath.js";
|
|
104
|
+
import { getProp } from "./fn/object/getProp.js";
|
|
105
|
+
import { getProperty } from "./fn/object/getProperty.js";
|
|
106
|
+
import { getRequestId } from "./fn/ajax/getRequestId.js";
|
|
107
|
+
import { getRow } from "./fn/object/getRow.js";
|
|
108
|
+
import { getScrollBarSize } from "./fn/style/getScrollBarSize.js";
|
|
109
|
+
import { getText } from "./fn/html/getText.js";
|
|
110
|
+
import { getTimeoff } from "./fn/misc/getTimeoff.js";
|
|
111
|
+
import { happy } from "./fn/browser/happy.js";
|
|
112
|
+
import { hash } from "./fn/string/hash.js";
|
|
113
|
+
import { hex2rgb } from "./fn/convert/hex2rgb.js";
|
|
114
|
+
import { history } from "./fn/browser/history.js";
|
|
115
|
+
import { html2text } from "./fn/html/html2text.js";
|
|
116
|
+
import { imageToCanvas } from "./fn/convert/imageToCanvas.js";
|
|
117
|
+
import { imgToBase64 } from "./fn/convert/imgToBase64.js";
|
|
118
|
+
import { info } from "./fn/browser/info.js";
|
|
119
|
+
import { init } from "./fn/init.js";
|
|
120
|
+
import { isActiveInterface } from "./fn/browser/isActiveInterface.js";
|
|
121
|
+
import { isArray } from "./fn/type/isArray.js";
|
|
122
|
+
import { isBlob } from "./fn/type/isBlob.js";
|
|
123
|
+
import { isBoolean } from "./fn/type/isBoolean.js";
|
|
124
|
+
import { isCanvas } from "./fn/type/isCanvas.js";
|
|
125
|
+
import { isColor } from "./fn/type/isColor.js";
|
|
126
|
+
import { isComment } from "./fn/type/isComment.js";
|
|
127
|
+
import { isCp } from "./fn/type/isCp.js";
|
|
128
|
+
import { isDate } from "./fn/type/isDate.js";
|
|
129
|
+
import { isDesktopDevice } from "./fn/browser/isDesktopDevice.js";
|
|
130
|
+
import { isDimension } from "./fn/type/isDimension.js";
|
|
131
|
+
import { isDom } from "./fn/type/isDom.js";
|
|
132
|
+
import { isEmail } from "./fn/type/isEmail.js";
|
|
133
|
+
import { isEmpty } from "./fn/type/isEmpty.js";
|
|
134
|
+
import { isEvent } from "./fn/type/isEvent.js";
|
|
135
|
+
import { isFocused } from "./fn/browser/isFocused.js";
|
|
136
|
+
import { isFunction } from "./fn/type/isFunction.js";
|
|
137
|
+
import { isHostname } from "./fn/type/isHostname.js";
|
|
138
|
+
import { isInside } from "./fn/html/isInside.js";
|
|
139
|
+
import { isInt } from "./fn/type/isInt.js";
|
|
140
|
+
import { isIP } from "./fn/type/isIP.js";
|
|
141
|
+
import { isIterable } from "./fn/type/isIterable.js";
|
|
142
|
+
import { isMobile } from "./fn/browser/isMobile.js";
|
|
143
|
+
import { isMobileDevice } from "./fn/browser/isMobileDevice.js";
|
|
144
|
+
import { isNull } from "./fn/type/isNull.js";
|
|
145
|
+
import { isNumber } from "./fn/type/isNumber.js";
|
|
146
|
+
import { isObject } from "./fn/type/isObject.js";
|
|
147
|
+
import { isPercent } from "./fn/type/isPercent.js";
|
|
148
|
+
import { isPrimitive } from "./fn/type/isPrimitive.js";
|
|
149
|
+
import { isPromise } from "./fn/type/isPromise.js";
|
|
150
|
+
import { isPropSize } from "./fn/type/isPropSize.js";
|
|
151
|
+
import { isSame } from "./fn/type/isSame.js";
|
|
152
|
+
import { isSQLDate } from "./fn/type/isSQLDate.js";
|
|
153
|
+
import { isString } from "./fn/type/isString.js";
|
|
154
|
+
import { isSymbol } from "./fn/type/isSymbol.js";
|
|
155
|
+
import { isTabletDevice } from "./fn/browser/isTabletDevice.js";
|
|
156
|
+
import { isURL } from "./fn/type/isURL.js";
|
|
157
|
+
import { isValidDimension } from "./fn/type/isValidDimension.js";
|
|
158
|
+
import { isValidName } from "./fn/type/isValidName.js";
|
|
159
|
+
import { isValue } from "./fn/type/isValue.js";
|
|
160
|
+
import { isVue } from "./fn/type/isVue.js";
|
|
161
|
+
import { iterate } from "./fn/loop/iterate.js";
|
|
162
|
+
import { lightenDarkenHex } from "./fn/style/lightenDarkenHex.js";
|
|
163
|
+
import { link } from "./fn/ajax/link.js";
|
|
164
|
+
import { log } from "./fn/browser/log.js";
|
|
165
|
+
import { makeReactive } from "./fn/html/makeReactive.js";
|
|
166
|
+
import { map } from "./fn/object/map.js";
|
|
167
|
+
import { md5 } from "./fn/string/md5.js";
|
|
168
|
+
import { money } from "./fn/misc/money.js";
|
|
169
|
+
import { move } from "./fn/object/move.js";
|
|
170
|
+
import { multiorder } from "./fn/object/multiorder.js";
|
|
171
|
+
import { nl2br } from "./fn/string/nl2br.js";
|
|
172
|
+
import { numProperties } from "./fn/object/numProperties.js";
|
|
173
|
+
import { objectToFormData } from "./fn/form/objectToFormData.js";
|
|
174
|
+
import { order } from "./fn/object/order.js";
|
|
175
|
+
import { outerHeight } from "./fn/style/outerHeight.js";
|
|
176
|
+
import { outerWidth } from "./fn/style/outerWidth.js";
|
|
177
|
+
import { percent } from "./fn/misc/percent.js";
|
|
178
|
+
import { pickValue } from "./fn/object/pickValue.js";
|
|
179
|
+
import { post } from "./fn/ajax/post.js";
|
|
180
|
+
import { postOut } from "./fn/ajax/postOut.js";
|
|
181
|
+
import { printf } from "./fn/string/printf.js";
|
|
182
|
+
import { quotes2html } from "./fn/string/quotes2html.js";
|
|
183
|
+
import { randomInt } from "./fn/misc/randomInt.js";
|
|
184
|
+
import { randomString } from "./fn/string/randomString.js";
|
|
185
|
+
import { removeAccents } from "./fn/string/removeAccents.js";
|
|
186
|
+
import { removeEmpty } from "./fn/object/removeEmpty.js";
|
|
187
|
+
import { removeExtraSpaces } from "./fn/string/removeExtraSpaces.js";
|
|
188
|
+
import { removeHtmlComments } from "./fn/string/removeHtmlComments.js";
|
|
189
|
+
import { removePrivateProp } from "./fn/object/removePrivateProp.js";
|
|
190
|
+
import { removeTrailingChars } from "./fn/string/removeTrailingChars.js";
|
|
191
|
+
import { repeat } from "./fn/string/repeat.js";
|
|
192
|
+
import { replaceAll } from "./fn/string/replaceAll.js";
|
|
193
|
+
import { replaceSelection } from "./fn/browser/replaceSelection.js";
|
|
194
|
+
import { resize } from "./fn/style/resize.js";
|
|
195
|
+
import { rgb2hex } from "./fn/convert/rgb2hex.js";
|
|
196
|
+
import { riterate } from "./fn/loop/riterate.js";
|
|
197
|
+
import { roundDecimal } from "./fn/misc/roundDecimal.js";
|
|
198
|
+
import { sanitize } from "./fn/string/sanitize.js";
|
|
199
|
+
import { search } from "./fn/object/search.js";
|
|
200
|
+
import { selectElementText } from "./fn/browser/selectElementText.js";
|
|
201
|
+
import { selector } from "./fn/html/selector.js";
|
|
202
|
+
import { setCookie } from "./fn/browser/setCookie.js";
|
|
203
|
+
import { setCssVar } from "./fn/style/setCssVar.js";
|
|
204
|
+
import { setNavigationVars } from "./fn/ajax/setNavigationVars.js";
|
|
205
|
+
import { setProp } from "./fn/object/setProp.js";
|
|
206
|
+
import { setProperty } from "./fn/object/setProperty.js";
|
|
207
|
+
import { shorten } from "./fn/string/shorten.js";
|
|
208
|
+
import { shortenObj } from "./fn/object/shortenObj.js";
|
|
209
|
+
import { shuffle } from "./fn/object/shuffle.js";
|
|
210
|
+
import { simpleHash } from "./fn/string/simpleHash.js";
|
|
211
|
+
import { simpleHash1 } from "./fn/string/simpleHash1.js";
|
|
212
|
+
import { simpleHash2 } from "./fn/string/simpleHash2.js";
|
|
213
213
|
import { startChrono, stopChrono } from './fn/datetime/chrono';
|
|
214
|
-
import { string2ArrayBuffer } from
|
|
215
|
-
import { submit } from
|
|
216
|
-
import { substr } from
|
|
217
|
-
import { sum } from
|
|
218
|
-
import { timestamp } from
|
|
219
|
-
import { toCSV } from
|
|
220
|
-
import { toggleFullScreen } from
|
|
221
|
-
import { translate } from
|
|
222
|
-
import { treatAjaxArguments } from
|
|
223
|
-
import { trim } from
|
|
224
|
-
import { uniqString } from
|
|
225
|
-
import { unique } from
|
|
226
|
-
import { upload } from
|
|
227
|
-
import { warning } from
|
|
214
|
+
import { string2ArrayBuffer } from "./fn/convert/string2ArrayBuffer.js";
|
|
215
|
+
import { submit } from "./fn/form/submit.js";
|
|
216
|
+
import { substr } from "./fn/string/substr.js";
|
|
217
|
+
import { sum } from "./fn/object/sum.js";
|
|
218
|
+
import { timestamp } from "./fn/datetime/timestamp.js";
|
|
219
|
+
import { toCSV } from "./fn/convert/toCSV.js";
|
|
220
|
+
import { toggleFullScreen } from "./fn/browser/toggleFullScreen.js";
|
|
221
|
+
import { translate } from "./fn/misc/translate.js";
|
|
222
|
+
import { treatAjaxArguments } from "./fn/ajax/treatAjaxArguments.js";
|
|
223
|
+
import { trim } from "./fn/string/trim.js";
|
|
224
|
+
import { uniqString } from "./fn/string/uniqString.js";
|
|
225
|
+
import { unique } from "./fn/object/unique.js";
|
|
226
|
+
import { upload } from "./fn/ajax/upload.js";
|
|
227
|
+
import { warning } from "./fn/browser/warning.js";
|
|
228
228
|
const fn = {
|
|
229
229
|
_addLoader,
|
|
230
230
|
_compareValues,
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ } from
|
|
1
|
+
import { _ } from "./_.js";
|
|
2
2
|
import { $ } from './$.js';
|
|
3
|
-
import { lng } from
|
|
4
|
-
import { vars } from
|
|
5
|
-
import { env } from
|
|
6
|
-
import { db } from
|
|
7
|
-
import { fn } from
|
|
3
|
+
import { lng } from "./lng.js";
|
|
4
|
+
import { vars } from "./vars.js";
|
|
5
|
+
import { env } from "./env.js";
|
|
6
|
+
import { db } from "./db.js";
|
|
7
|
+
import { fn } from "./fn.js";
|
|
8
8
|
const bbn = {
|
|
9
9
|
version: "1.0.1",
|
|
10
10
|
opt: {
|