@therms/web-js
Advanced tools
Comparing version 2.12.0 to 2.13.0
@@ -0,1 +1,9 @@ | ||
# [2.13.0](http://bitbucket.org/thermsio/web-js/compare/v2.12.0...v2.13.0) (2023-11-06) | ||
### Features | ||
* **CORE-3228:** add groupedTimezones; ([0b6efd0](http://bitbucket.org/thermsio/web-js/commits/0b6efd0c481d9cb5913567cf42bd637bbf87ece9)) | ||
* **CORE-3228:** move rest of america below australia; ([1c93160](http://bitbucket.org/thermsio/web-js/commits/1c931607bd2a02d0ea309e098170d43c707f2fcc)) | ||
# [2.12.0](http://bitbucket.org/thermsio/web-js/compare/v2.11.0...v2.12.0) (2023-10-29) | ||
@@ -2,0 +10,0 @@ |
@@ -437,2 +437,9 @@ import { CookieAttributes } from "js-cookie"; | ||
}[]; | ||
declare const groupedTimezones: { | ||
label: string; | ||
options: { | ||
label: string; | ||
tzCode: string; | ||
}[]; | ||
}[]; | ||
declare const checkIsBrowserVisible: () => boolean; | ||
@@ -564,2 +571,2 @@ declare function onBrowserVisibilityChange(callback: (visible: boolean) => void): () => void; | ||
declare const globalVent: any; | ||
export { Timezone, timezones, checkIsBrowserVisible, onBrowserVisibilityChange, setBrowserTitle, flashBrowserTitle, b2bComms, Device, requestGeolocation, requestNotifications, requestPush, requestCamera, requestMicrophone, checkDevicePermissions, getDevice, isMobileDevice, downloadBase64AsPdf, downloadCSV, deleteCookie, getCookie, setCookie, formatAddress, getColorContrast, randomHEXColor, dateWithinRange, getNumberWithOrdinal, humanizeMinutes, humanizeMillis, roundToNearestMin, setLocaleFirstDayOfWeek, getFormattedRelativeDate, deepClone, deepFreeze, deepMerge, addStringBeforeFileNameExtension, getFileNameExtension, removeFileNameExtension, getInitials, isEmail, isHexColor, isIsoDate, isUrl, isPlural, pluralize, PromiseTimeoutError, PromiseController, retryPromise, sleep, Vent, globalVent }; | ||
export { Timezone, timezones, groupedTimezones, checkIsBrowserVisible, onBrowserVisibilityChange, setBrowserTitle, flashBrowserTitle, b2bComms, Device, requestGeolocation, requestNotifications, requestPush, requestCamera, requestMicrophone, checkDevicePermissions, getDevice, isMobileDevice, downloadBase64AsPdf, downloadCSV, deleteCookie, getCookie, setCookie, formatAddress, getColorContrast, randomHEXColor, dateWithinRange, getNumberWithOrdinal, humanizeMinutes, humanizeMillis, roundToNearestMin, setLocaleFirstDayOfWeek, getFormattedRelativeDate, deepClone, deepFreeze, deepMerge, addStringBeforeFileNameExtension, getFileNameExtension, removeFileNameExtension, getInitials, isEmail, isHexColor, isIsoDate, isUrl, isPlural, pluralize, PromiseTimeoutError, PromiseController, retryPromise, sleep, Vent, globalVent }; |
@@ -437,2 +437,9 @@ import { CookieAttributes } from "js-cookie"; | ||
}[]; | ||
declare const groupedTimezones: { | ||
label: string; | ||
options: { | ||
label: string; | ||
tzCode: string; | ||
}[]; | ||
}[]; | ||
declare const checkIsBrowserVisible: () => boolean; | ||
@@ -564,2 +571,2 @@ declare function onBrowserVisibilityChange(callback: (visible: boolean) => void): () => void; | ||
declare const globalVent: any; | ||
export { Timezone, timezones, checkIsBrowserVisible, onBrowserVisibilityChange, setBrowserTitle, flashBrowserTitle, b2bComms, Device, requestGeolocation, requestNotifications, requestPush, requestCamera, requestMicrophone, checkDevicePermissions, getDevice, isMobileDevice, downloadBase64AsPdf, downloadCSV, deleteCookie, getCookie, setCookie, formatAddress, getColorContrast, randomHEXColor, dateWithinRange, getNumberWithOrdinal, humanizeMinutes, humanizeMillis, roundToNearestMin, setLocaleFirstDayOfWeek, getFormattedRelativeDate, deepClone, deepFreeze, deepMerge, addStringBeforeFileNameExtension, getFileNameExtension, removeFileNameExtension, getInitials, isEmail, isHexColor, isIsoDate, isUrl, isPlural, pluralize, PromiseTimeoutError, PromiseController, retryPromise, sleep, Vent, globalVent }; | ||
export { Timezone, timezones, groupedTimezones, checkIsBrowserVisible, onBrowserVisibilityChange, setBrowserTitle, flashBrowserTitle, b2bComms, Device, requestGeolocation, requestNotifications, requestPush, requestCamera, requestMicrophone, checkDevicePermissions, getDevice, isMobileDevice, downloadBase64AsPdf, downloadCSV, deleteCookie, getCookie, setCookie, formatAddress, getColorContrast, randomHEXColor, dateWithinRange, getNumberWithOrdinal, humanizeMinutes, humanizeMillis, roundToNearestMin, setLocaleFirstDayOfWeek, getFormattedRelativeDate, deepClone, deepFreeze, deepMerge, addStringBeforeFileNameExtension, getFileNameExtension, removeFileNameExtension, getInitials, isEmail, isHexColor, isIsoDate, isUrl, isPlural, pluralize, PromiseTimeoutError, PromiseController, retryPromise, sleep, Vent, globalVent }; |
{ | ||
"license": "UNLICENSED", | ||
"name": "@therms/web-js", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"description": "Common web/JS tools & utilities", | ||
@@ -6,0 +6,0 @@ "main": "./dist/cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
833314
10457