@yoobic/yobi 8.6.16 → 8.6.17
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.
@@ -8,7 +8,7 @@ export { isChromatic, setIsFullScreenFalse, setIsProduction, setupConfig } from
|
|
8
8
|
export { getDeviceId, getProtocol, isAndroid, isChrome, isElectron, isFirefox, isFullScreenFalse, isIonic, isIOS, isIpad, isIpadPro, isIphone5, isIphoneSE, isIphoneX, isLocalhost, isLowPowerMode, isNativeMobile, isPhablet, isSamsung, isSurface, isTablet, isTabletOrIpad, isWeb, isWKWebView, isZebraScanner, reload, setIsIonic, setIsWeb, setLowPowerMode } from '../config';
|
9
9
|
export { dateAdd, dateDiff, dateDiffInMinutes, dateFormat, dateParse, dateWeekParse, day, daysInMonth, endOf, getCurrentTimezoneName, getDateFilterValue, getDateOfMonth, getDateRangeFromFilter, getDatesFromDateRange, getFilterFromDateRange, getStartAndEndDates, getUTCOffset, isDateAfter, isDateBefore, startOf, toDate, toDays, toMinutes, unix } from '../date';
|
10
10
|
export { afterOpenBlob, audios, b64toBlob, b64ToFile, blobToBase64, blobToFile, changeExtension, cleanFileName, documents, downloadFile, downloadFileToDevice, fileNativeCheckFile, fileNativeWriteFile, fixImageOrientation, getBase64Extension, getBase64MimeType, getCloudinaryUrl, getExtension, getFileByPath, getFilePath, getIconName, getLocalFileName, getLocalFilePath, getMimeType, getNativeDirectory, getRandomFileName, getType, getUrlWithAnnotations, getUUID, images, isAudio, isBase64, isDocument, isFileUri, isImage, isImageFile, isMedia, isValid, isVideo, moveToImageDirectory, moveToImageDirectoryBase, openBlob, read, resizeBase64Image, resizeImage, resolveFilePath, saveAs, saveBase64AsImageFile, saveToLocalFile, showPdfOnDevice, toPng, updatePathSessionId, urlToFileBlob, videos } from '../files';
|
11
|
-
export { asyncWaterfall, closeModal, getCssProperty, getModalAnimation, hideSplashScreen, isFile, isOffline, paths, querySelectorDeep, replaceAll, setBigFonts, setCssProperty, setIsOffline, setStatusBarDarkMode, showActionSheet, showAlert, showContextMenu } from '../helpers/common-helpers';
|
11
|
+
export { asyncWaterfall, closeModal, debounce, getCssProperty, getModalAnimation, hideSplashScreen, isFile, isOffline, paths, querySelectorDeep, replaceAll, setBigFonts, setCssProperty, setIsOffline, setStatusBarDarkMode, showActionSheet, showAlert, showContextMenu } from '../helpers/common-helpers';
|
12
12
|
export { capitalizeFirstLetter, getMediaSrcAndType, getMediaSrcFromFeed, getPollTitle, getUserDisplayName, groupsResolver } from '../helpers/entities-helpers';
|
13
13
|
export { filterListByText, isAudioField, isBooleanField, isColoredField, isDateField, isDateTimeField, isIntervalField, isMapField, isMultiPhotosField, isMultipleField, isNumberField, isPhotoField, isPhotoOrMultiPhotosField, isTextField, isVideoField } from '../helpers/filters-helpers';
|
14
14
|
export { findField, getFieldIcon, getScoringFields } from '../helpers/form-creator-helpers';
|