@exyconn/common 2.0.0 → 2.3.2
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/README.md +864 -261
- package/dist/{index-BLltj-zN.d.ts → client/hooks/index.d.mts} +1 -195
- package/dist/{index-CIUdLBjA.d.mts → client/hooks/index.d.ts} +1 -195
- package/dist/client/hooks/index.js +2276 -0
- package/dist/client/hooks/index.js.map +1 -0
- package/dist/client/hooks/index.mjs +2217 -0
- package/dist/client/hooks/index.mjs.map +1 -0
- package/dist/client/index.d.mts +4 -1
- package/dist/client/index.d.ts +4 -1
- package/dist/client/index.js +2693 -19
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +2634 -21
- package/dist/client/index.mjs.map +1 -1
- package/dist/client/web/index.d.mts +1461 -0
- package/dist/client/web/index.d.ts +1461 -0
- package/dist/client/web/index.js +2681 -0
- package/dist/client/web/index.js.map +1 -0
- package/dist/client/web/index.mjs +2618 -0
- package/dist/client/web/index.mjs.map +1 -0
- package/dist/data/brand-identity.d.mts +149 -0
- package/dist/data/brand-identity.d.ts +149 -0
- package/dist/data/brand-identity.js +235 -0
- package/dist/data/brand-identity.js.map +1 -0
- package/dist/data/brand-identity.mjs +220 -0
- package/dist/data/brand-identity.mjs.map +1 -0
- package/dist/data/countries.d.mts +61 -0
- package/dist/data/countries.d.ts +61 -0
- package/dist/data/countries.js +987 -0
- package/dist/data/countries.js.map +1 -0
- package/dist/data/countries.mjs +971 -0
- package/dist/data/countries.mjs.map +1 -0
- package/dist/data/currencies.d.mts +19 -0
- package/dist/data/currencies.d.ts +19 -0
- package/dist/data/currencies.js +162 -0
- package/dist/data/currencies.js.map +1 -0
- package/dist/data/currencies.mjs +153 -0
- package/dist/data/currencies.mjs.map +1 -0
- package/dist/data/index.d.mts +7 -0
- package/dist/data/index.d.ts +7 -0
- package/dist/data/index.js +2087 -0
- package/dist/data/index.js.map +1 -0
- package/dist/data/index.mjs +1948 -0
- package/dist/data/index.mjs.map +1 -0
- package/dist/data/phone-codes.d.mts +15 -0
- package/dist/data/phone-codes.d.ts +15 -0
- package/dist/data/phone-codes.js +219 -0
- package/dist/data/phone-codes.js.map +1 -0
- package/dist/data/phone-codes.mjs +211 -0
- package/dist/data/phone-codes.mjs.map +1 -0
- package/dist/data/regex.d.mts +287 -0
- package/dist/data/regex.d.ts +287 -0
- package/dist/data/regex.js +306 -0
- package/dist/data/regex.js.map +1 -0
- package/dist/data/regex.mjs +208 -0
- package/dist/data/regex.mjs.map +1 -0
- package/dist/data/timezones.d.mts +16 -0
- package/dist/data/timezones.d.ts +16 -0
- package/dist/data/timezones.js +98 -0
- package/dist/data/timezones.js.map +1 -0
- package/dist/data/timezones.mjs +89 -0
- package/dist/data/timezones.mjs.map +1 -0
- package/dist/index-01hoqibP.d.ts +119 -0
- package/dist/index-D3yCCjBZ.d.mts +119 -0
- package/dist/index-D9a9oxQy.d.ts +305 -0
- package/dist/index-DKn4raO7.d.ts +222 -0
- package/dist/index-DuxL84IW.d.mts +305 -0
- package/dist/index-NS8dS0p9.d.mts +222 -0
- package/dist/index-Nqm5_lwT.d.ts +188 -0
- package/dist/index-jBi3V6e5.d.mts +188 -0
- package/dist/index.d.mts +21 -729
- package/dist/index.d.ts +21 -729
- package/dist/index.js +3470 -97
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3457 -104
- package/dist/index.mjs.map +1 -1
- package/dist/server/configs/index.d.mts +602 -0
- package/dist/server/configs/index.d.ts +602 -0
- package/dist/server/configs/index.js +707 -0
- package/dist/server/configs/index.js.map +1 -0
- package/dist/server/configs/index.mjs +665 -0
- package/dist/server/configs/index.mjs.map +1 -0
- package/dist/server/index.d.mts +3 -0
- package/dist/server/index.d.ts +3 -0
- package/dist/server/index.js +699 -0
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +662 -1
- package/dist/server/index.mjs.map +1 -1
- package/dist/shared/config/index.d.mts +40 -0
- package/dist/shared/config/index.d.ts +40 -0
- package/dist/shared/config/index.js +58 -0
- package/dist/shared/config/index.js.map +1 -0
- package/dist/shared/config/index.mjs +51 -0
- package/dist/shared/config/index.mjs.map +1 -0
- package/dist/shared/constants/index.d.mts +593 -0
- package/dist/shared/constants/index.d.ts +593 -0
- package/dist/shared/constants/index.js +391 -0
- package/dist/shared/constants/index.js.map +1 -0
- package/dist/shared/constants/index.mjs +360 -0
- package/dist/shared/constants/index.mjs.map +1 -0
- package/dist/shared/index.d.mts +5 -1
- package/dist/shared/index.d.ts +5 -1
- package/dist/shared/types/index.d.mts +140 -0
- package/dist/shared/types/index.d.ts +140 -0
- package/dist/shared/types/index.js +4 -0
- package/dist/shared/types/index.js.map +1 -0
- package/dist/shared/types/index.mjs +3 -0
- package/dist/shared/types/index.mjs.map +1 -0
- package/dist/shared/utils/index.d.mts +255 -0
- package/dist/shared/utils/index.d.ts +255 -0
- package/dist/shared/utils/index.js +623 -0
- package/dist/shared/utils/index.js.map +1 -0
- package/dist/shared/utils/index.mjs +324 -0
- package/dist/shared/utils/index.mjs.map +1 -0
- package/dist/shared/validation/index.d.mts +258 -0
- package/dist/shared/validation/index.d.ts +258 -0
- package/dist/shared/validation/index.js +185 -0
- package/dist/shared/validation/index.js.map +1 -0
- package/dist/shared/validation/index.mjs +172 -0
- package/dist/shared/validation/index.mjs.map +1 -0
- package/package.json +151 -56
- package/dist/index-DEzgM15j.d.ts +0 -67
- package/dist/index-DNFVgQx8.d.ts +0 -1375
- package/dist/index-DbV04Dx8.d.mts +0 -67
- package/dist/index-DfqEP6Oe.d.mts +0 -1375
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { ApiResponse, HttpClientOptions, PaginatedResponse, createHttpClient, isForbidden, isNotFound, isServerError, isStatusError, isSuccess, isUnauthorized, parseError, parseFullResponse, parseResponse, withAbortSignal, withFormData, withTimeout } from './client/http/index.js';
|
|
2
|
-
import { ClientLogger, ClientLoggerConfig, LogLevel, clientLogger, createClientLogger } from './client/logger/index.js';
|
|
3
|
-
import { ApiUrlBuilder, ApiUrlConfig, EventEmitter, NpmRegistryResponse, PackageCheckResult, PackageJson, PackageVersion, addDays, appEvents, camelToKebab, capitalize, capitalizeWords, checkPackage, copyToClipboard, createApiEndpoints, createApiUrlBuilder, createEmptyPaginationMeta, createErrorResponse, createEventEmitter, createSuccessResponse, endOfDay, formatDate, formatDateForInput, formatDateTime, formatDateTimeForInput, formatPackageCheckResult, formatRelativeTime, generateNcuCommand, getErrorMessage, getNextPage, getPrevPage, getResponseData, hasData, hasMorePages, isClipboardAvailable, isErrorResponse, isFuture, isPast, isSuccessResponse, isToday, kebabToCamel, packageCheck, readFromClipboard, slugify, slugifyUnique, startOfDay, truncate, truncateWords, unslugify } from './client/utils/index.js';
|
|
4
1
|
import { RefObject } from 'react';
|
|
5
2
|
|
|
6
3
|
interface UseToggleReturn {
|
|
@@ -1042,195 +1039,4 @@ interface UseSnackbarReturn {
|
|
|
1042
1039
|
*/
|
|
1043
1040
|
declare function useSnackbar(defaultDuration?: number): UseSnackbarReturn;
|
|
1044
1041
|
|
|
1045
|
-
|
|
1046
|
-
declare const index_ApiUrlBuilder: typeof ApiUrlBuilder;
|
|
1047
|
-
declare const index_ApiUrlConfig: typeof ApiUrlConfig;
|
|
1048
|
-
type index_BatteryState = BatteryState;
|
|
1049
|
-
declare const index_ClientLogger: typeof ClientLogger;
|
|
1050
|
-
declare const index_ClientLoggerConfig: typeof ClientLoggerConfig;
|
|
1051
|
-
type index_Dimensions = Dimensions;
|
|
1052
|
-
declare const index_EventEmitter: typeof EventEmitter;
|
|
1053
|
-
type index_GeolocationState = GeolocationState;
|
|
1054
|
-
declare const index_HttpClientOptions: typeof HttpClientOptions;
|
|
1055
|
-
declare const index_LogLevel: typeof LogLevel;
|
|
1056
|
-
type index_MousePosition = MousePosition;
|
|
1057
|
-
type index_NetworkState = NetworkState;
|
|
1058
|
-
declare const index_NpmRegistryResponse: typeof NpmRegistryResponse;
|
|
1059
|
-
type index_ObjectStateUpdate<T> = ObjectStateUpdate<T>;
|
|
1060
|
-
type index_OrientationState = OrientationState;
|
|
1061
|
-
declare const index_PackageCheckResult: typeof PackageCheckResult;
|
|
1062
|
-
declare const index_PackageJson: typeof PackageJson;
|
|
1063
|
-
declare const index_PackageVersion: typeof PackageVersion;
|
|
1064
|
-
declare const index_PaginatedResponse: typeof PaginatedResponse;
|
|
1065
|
-
type index_RenderInfo = RenderInfo;
|
|
1066
|
-
type index_ScriptStatus = ScriptStatus;
|
|
1067
|
-
type index_SetValue<T> = SetValue<T>;
|
|
1068
|
-
type index_SnackbarSeverity = SnackbarSeverity;
|
|
1069
|
-
type index_SnackbarState = SnackbarState;
|
|
1070
|
-
type index_ThemeMode = ThemeMode;
|
|
1071
|
-
type index_UseContinuousRetryOptions = UseContinuousRetryOptions;
|
|
1072
|
-
type index_UseContinuousRetryReturn = UseContinuousRetryReturn;
|
|
1073
|
-
type index_UseCopyToClipboardReturn = UseCopyToClipboardReturn;
|
|
1074
|
-
type index_UseCountdownOptions = UseCountdownOptions;
|
|
1075
|
-
type index_UseCountdownReturn = UseCountdownReturn;
|
|
1076
|
-
type index_UseCounterOptions = UseCounterOptions;
|
|
1077
|
-
type index_UseCounterReturn = UseCounterReturn;
|
|
1078
|
-
type index_UseDocumentTitleOptions = UseDocumentTitleOptions;
|
|
1079
|
-
type index_UseFetchOptions<T> = UseFetchOptions<T>;
|
|
1080
|
-
type index_UseFetchReturn<T> = UseFetchReturn<T>;
|
|
1081
|
-
type index_UseGeolocationOptions = UseGeolocationOptions;
|
|
1082
|
-
type index_UseGeolocationReturn = UseGeolocationReturn;
|
|
1083
|
-
type index_UseHistoryStateOptions = UseHistoryStateOptions;
|
|
1084
|
-
type index_UseHistoryStateReturn<T> = UseHistoryStateReturn<T>;
|
|
1085
|
-
type index_UseHoverReturn<T extends HTMLElement = HTMLElement> = UseHoverReturn<T>;
|
|
1086
|
-
type index_UseIdleOptions = UseIdleOptions;
|
|
1087
|
-
type index_UseIdleReturn = UseIdleReturn;
|
|
1088
|
-
type index_UseIntersectionObserverOptions = UseIntersectionObserverOptions;
|
|
1089
|
-
type index_UseIntersectionObserverReturn<T extends Element = Element> = UseIntersectionObserverReturn<T>;
|
|
1090
|
-
type index_UseKeyPressOptions = UseKeyPressOptions;
|
|
1091
|
-
type index_UseKeyPressReturn = UseKeyPressReturn;
|
|
1092
|
-
type index_UseListReturn<T> = UseListReturn<T>;
|
|
1093
|
-
type index_UseLocalStorageOptions<T> = UseLocalStorageOptions<T>;
|
|
1094
|
-
type index_UseLoggerOptions = UseLoggerOptions;
|
|
1095
|
-
type index_UseLongPressOptions = UseLongPressOptions;
|
|
1096
|
-
type index_UseLongPressReturn = UseLongPressReturn;
|
|
1097
|
-
type index_UseMapReturn<K, V> = UseMapReturn<K, V>;
|
|
1098
|
-
type index_UseMeasureReturn<T extends HTMLElement = HTMLElement> = UseMeasureReturn<T>;
|
|
1099
|
-
type index_UseMouseOptions = UseMouseOptions;
|
|
1100
|
-
type index_UseMouseReturn<T extends HTMLElement = HTMLElement> = UseMouseReturn<T>;
|
|
1101
|
-
type index_UseObjectStateReturn<T extends object> = UseObjectStateReturn<T>;
|
|
1102
|
-
type index_UsePageLeaveOptions = UsePageLeaveOptions;
|
|
1103
|
-
type index_UsePageTitleOptions = UsePageTitleOptions;
|
|
1104
|
-
type index_UsePreferredLanguageReturn = UsePreferredLanguageReturn;
|
|
1105
|
-
type index_UseQueueReturn<T> = UseQueueReturn<T>;
|
|
1106
|
-
type index_UseScriptOptions = UseScriptOptions;
|
|
1107
|
-
type index_UseScriptReturn = UseScriptReturn;
|
|
1108
|
-
type index_UseSessionStorageOptions<T> = UseSessionStorageOptions<T>;
|
|
1109
|
-
type index_UseSetReturn<T> = UseSetReturn<T>;
|
|
1110
|
-
type index_UseSnackbarReturn = UseSnackbarReturn;
|
|
1111
|
-
type index_UseTimeoutReturn = UseTimeoutReturn;
|
|
1112
|
-
type index_UseToggleReturn = UseToggleReturn;
|
|
1113
|
-
type index_UseVisibilityChangeReturn = UseVisibilityChangeReturn;
|
|
1114
|
-
type index_UseWindowScrollReturn = UseWindowScrollReturn;
|
|
1115
|
-
type index_WindowScrollPosition = WindowScrollPosition;
|
|
1116
|
-
type index_WindowSize = WindowSize;
|
|
1117
|
-
declare const index_addDays: typeof addDays;
|
|
1118
|
-
declare const index_appEvents: typeof appEvents;
|
|
1119
|
-
declare const index_camelToKebab: typeof camelToKebab;
|
|
1120
|
-
declare const index_capitalize: typeof capitalize;
|
|
1121
|
-
declare const index_capitalizeWords: typeof capitalizeWords;
|
|
1122
|
-
declare const index_checkPackage: typeof checkPackage;
|
|
1123
|
-
declare const index_clientLogger: typeof clientLogger;
|
|
1124
|
-
declare const index_copyToClipboard: typeof copyToClipboard;
|
|
1125
|
-
declare const index_createApiEndpoints: typeof createApiEndpoints;
|
|
1126
|
-
declare const index_createApiUrlBuilder: typeof createApiUrlBuilder;
|
|
1127
|
-
declare const index_createClientLogger: typeof createClientLogger;
|
|
1128
|
-
declare const index_createEmptyPaginationMeta: typeof createEmptyPaginationMeta;
|
|
1129
|
-
declare const index_createErrorResponse: typeof createErrorResponse;
|
|
1130
|
-
declare const index_createEventEmitter: typeof createEventEmitter;
|
|
1131
|
-
declare const index_createHttpClient: typeof createHttpClient;
|
|
1132
|
-
declare const index_createSuccessResponse: typeof createSuccessResponse;
|
|
1133
|
-
declare const index_endOfDay: typeof endOfDay;
|
|
1134
|
-
declare const index_formatDate: typeof formatDate;
|
|
1135
|
-
declare const index_formatDateForInput: typeof formatDateForInput;
|
|
1136
|
-
declare const index_formatDateTime: typeof formatDateTime;
|
|
1137
|
-
declare const index_formatDateTimeForInput: typeof formatDateTimeForInput;
|
|
1138
|
-
declare const index_formatPackageCheckResult: typeof formatPackageCheckResult;
|
|
1139
|
-
declare const index_formatRelativeTime: typeof formatRelativeTime;
|
|
1140
|
-
declare const index_generateNcuCommand: typeof generateNcuCommand;
|
|
1141
|
-
declare const index_getErrorMessage: typeof getErrorMessage;
|
|
1142
|
-
declare const index_getNextPage: typeof getNextPage;
|
|
1143
|
-
declare const index_getPrevPage: typeof getPrevPage;
|
|
1144
|
-
declare const index_getResponseData: typeof getResponseData;
|
|
1145
|
-
declare const index_hasData: typeof hasData;
|
|
1146
|
-
declare const index_hasMorePages: typeof hasMorePages;
|
|
1147
|
-
declare const index_isClipboardAvailable: typeof isClipboardAvailable;
|
|
1148
|
-
declare const index_isErrorResponse: typeof isErrorResponse;
|
|
1149
|
-
declare const index_isForbidden: typeof isForbidden;
|
|
1150
|
-
declare const index_isFuture: typeof isFuture;
|
|
1151
|
-
declare const index_isNotFound: typeof isNotFound;
|
|
1152
|
-
declare const index_isPast: typeof isPast;
|
|
1153
|
-
declare const index_isServerError: typeof isServerError;
|
|
1154
|
-
declare const index_isStatusError: typeof isStatusError;
|
|
1155
|
-
declare const index_isSuccess: typeof isSuccess;
|
|
1156
|
-
declare const index_isSuccessResponse: typeof isSuccessResponse;
|
|
1157
|
-
declare const index_isToday: typeof isToday;
|
|
1158
|
-
declare const index_isUnauthorized: typeof isUnauthorized;
|
|
1159
|
-
declare const index_kebabToCamel: typeof kebabToCamel;
|
|
1160
|
-
declare const index_packageCheck: typeof packageCheck;
|
|
1161
|
-
declare const index_parseError: typeof parseError;
|
|
1162
|
-
declare const index_parseFullResponse: typeof parseFullResponse;
|
|
1163
|
-
declare const index_parseResponse: typeof parseResponse;
|
|
1164
|
-
declare const index_readFromClipboard: typeof readFromClipboard;
|
|
1165
|
-
declare const index_slugify: typeof slugify;
|
|
1166
|
-
declare const index_slugifyUnique: typeof slugifyUnique;
|
|
1167
|
-
declare const index_startOfDay: typeof startOfDay;
|
|
1168
|
-
declare const index_truncate: typeof truncate;
|
|
1169
|
-
declare const index_truncateWords: typeof truncateWords;
|
|
1170
|
-
declare const index_unslugify: typeof unslugify;
|
|
1171
|
-
declare const index_useBattery: typeof useBattery;
|
|
1172
|
-
declare const index_useClickAway: typeof useClickAway;
|
|
1173
|
-
declare const index_useContinuousRetry: typeof useContinuousRetry;
|
|
1174
|
-
declare const index_useCopyToClipboard: typeof useCopyToClipboard;
|
|
1175
|
-
declare const index_useCountdown: typeof useCountdown;
|
|
1176
|
-
declare const index_useCounter: typeof useCounter;
|
|
1177
|
-
declare const index_useDebounce: typeof useDebounce;
|
|
1178
|
-
declare const index_useDefault: typeof useDefault;
|
|
1179
|
-
declare const index_useDocumentTitle: typeof useDocumentTitle;
|
|
1180
|
-
declare const index_useEventListener: typeof useEventListener;
|
|
1181
|
-
declare const index_useFavicon: typeof useFavicon;
|
|
1182
|
-
declare const index_useFetch: typeof useFetch;
|
|
1183
|
-
declare const index_useGeolocation: typeof useGeolocation;
|
|
1184
|
-
declare const index_useHistoryState: typeof useHistoryState;
|
|
1185
|
-
declare const index_useHover: typeof useHover;
|
|
1186
|
-
declare const index_useIdle: typeof useIdle;
|
|
1187
|
-
declare const index_useIntersectionObserver: typeof useIntersectionObserver;
|
|
1188
|
-
declare const index_useInterval: typeof useInterval;
|
|
1189
|
-
declare const index_useIntervalWhen: typeof useIntervalWhen;
|
|
1190
|
-
declare const index_useIsClient: typeof useIsClient;
|
|
1191
|
-
declare const index_useIsDesktop: typeof useIsDesktop;
|
|
1192
|
-
declare const index_useIsFirstRender: typeof useIsFirstRender;
|
|
1193
|
-
declare const index_useIsMobile: typeof useIsMobile;
|
|
1194
|
-
declare const index_useIsMobileOrTablet: typeof useIsMobileOrTablet;
|
|
1195
|
-
declare const index_useIsTablet: typeof useIsTablet;
|
|
1196
|
-
declare const index_useKeyPress: typeof useKeyPress;
|
|
1197
|
-
declare const index_useList: typeof useList;
|
|
1198
|
-
declare const index_useLocalStorage: typeof useLocalStorage;
|
|
1199
|
-
declare const index_useLockBodyScroll: typeof useLockBodyScroll;
|
|
1200
|
-
declare const index_useLogger: typeof useLogger;
|
|
1201
|
-
declare const index_useLongPress: typeof useLongPress;
|
|
1202
|
-
declare const index_useMap: typeof useMap;
|
|
1203
|
-
declare const index_useMeasure: typeof useMeasure;
|
|
1204
|
-
declare const index_useMediaQuery: typeof useMediaQuery;
|
|
1205
|
-
declare const index_useMouse: typeof useMouse;
|
|
1206
|
-
declare const index_useNetworkState: typeof useNetworkState;
|
|
1207
|
-
declare const index_useObjectState: typeof useObjectState;
|
|
1208
|
-
declare const index_useOnClickOutside: typeof useOnClickOutside;
|
|
1209
|
-
declare const index_useOrientation: typeof useOrientation;
|
|
1210
|
-
declare const index_usePageLeave: typeof usePageLeave;
|
|
1211
|
-
declare const index_usePageTitle: typeof usePageTitle;
|
|
1212
|
-
declare const index_usePreferredLanguage: typeof usePreferredLanguage;
|
|
1213
|
-
declare const index_usePrevious: typeof usePrevious;
|
|
1214
|
-
declare const index_useQueue: typeof useQueue;
|
|
1215
|
-
declare const index_useRandomInterval: typeof useRandomInterval;
|
|
1216
|
-
declare const index_useRenderCount: typeof useRenderCount;
|
|
1217
|
-
declare const index_useRenderInfo: typeof useRenderInfo;
|
|
1218
|
-
declare const index_useScript: typeof useScript;
|
|
1219
|
-
declare const index_useSessionStorage: typeof useSessionStorage;
|
|
1220
|
-
declare const index_useSet: typeof useSet;
|
|
1221
|
-
declare const index_useSnackbar: typeof useSnackbar;
|
|
1222
|
-
declare const index_useThemeDetector: typeof useThemeDetector;
|
|
1223
|
-
declare const index_useThrottle: typeof useThrottle;
|
|
1224
|
-
declare const index_useTimeout: typeof useTimeout;
|
|
1225
|
-
declare const index_useToggle: typeof useToggle;
|
|
1226
|
-
declare const index_useVisibilityChange: typeof useVisibilityChange;
|
|
1227
|
-
declare const index_useWindowScroll: typeof useWindowScroll;
|
|
1228
|
-
declare const index_useWindowSize: typeof useWindowSize;
|
|
1229
|
-
declare const index_withAbortSignal: typeof withAbortSignal;
|
|
1230
|
-
declare const index_withFormData: typeof withFormData;
|
|
1231
|
-
declare const index_withTimeout: typeof withTimeout;
|
|
1232
|
-
declare namespace index {
|
|
1233
|
-
export { index_ApiResponse as ApiResponse, index_ApiUrlBuilder as ApiUrlBuilder, index_ApiUrlConfig as ApiUrlConfig, type index_BatteryState as BatteryState, index_ClientLogger as ClientLogger, index_ClientLoggerConfig as ClientLoggerConfig, type index_Dimensions as Dimensions, index_EventEmitter as EventEmitter, type index_GeolocationState as GeolocationState, index_HttpClientOptions as HttpClientOptions, index_LogLevel as LogLevel, type index_MousePosition as MousePosition, type index_NetworkState as NetworkState, index_NpmRegistryResponse as NpmRegistryResponse, type index_ObjectStateUpdate as ObjectStateUpdate, type index_OrientationState as OrientationState, index_PackageCheckResult as PackageCheckResult, index_PackageJson as PackageJson, index_PackageVersion as PackageVersion, index_PaginatedResponse as PaginatedResponse, type index_RenderInfo as RenderInfo, type index_ScriptStatus as ScriptStatus, type index_SetValue as SetValue, type index_SnackbarSeverity as SnackbarSeverity, type index_SnackbarState as SnackbarState, type index_ThemeMode as ThemeMode, type index_UseContinuousRetryOptions as UseContinuousRetryOptions, type index_UseContinuousRetryReturn as UseContinuousRetryReturn, type index_UseCopyToClipboardReturn as UseCopyToClipboardReturn, type index_UseCountdownOptions as UseCountdownOptions, type index_UseCountdownReturn as UseCountdownReturn, type index_UseCounterOptions as UseCounterOptions, type index_UseCounterReturn as UseCounterReturn, type index_UseDocumentTitleOptions as UseDocumentTitleOptions, type index_UseFetchOptions as UseFetchOptions, type index_UseFetchReturn as UseFetchReturn, type index_UseGeolocationOptions as UseGeolocationOptions, type index_UseGeolocationReturn as UseGeolocationReturn, type index_UseHistoryStateOptions as UseHistoryStateOptions, type index_UseHistoryStateReturn as UseHistoryStateReturn, type index_UseHoverReturn as UseHoverReturn, type index_UseIdleOptions as UseIdleOptions, type index_UseIdleReturn as UseIdleReturn, type index_UseIntersectionObserverOptions as UseIntersectionObserverOptions, type index_UseIntersectionObserverReturn as UseIntersectionObserverReturn, type index_UseKeyPressOptions as UseKeyPressOptions, type index_UseKeyPressReturn as UseKeyPressReturn, type index_UseListReturn as UseListReturn, type index_UseLocalStorageOptions as UseLocalStorageOptions, type index_UseLoggerOptions as UseLoggerOptions, type index_UseLongPressOptions as UseLongPressOptions, type index_UseLongPressReturn as UseLongPressReturn, type index_UseMapReturn as UseMapReturn, type index_UseMeasureReturn as UseMeasureReturn, type index_UseMouseOptions as UseMouseOptions, type index_UseMouseReturn as UseMouseReturn, type index_UseObjectStateReturn as UseObjectStateReturn, type index_UsePageLeaveOptions as UsePageLeaveOptions, type index_UsePageTitleOptions as UsePageTitleOptions, type index_UsePreferredLanguageReturn as UsePreferredLanguageReturn, type index_UseQueueReturn as UseQueueReturn, type index_UseScriptOptions as UseScriptOptions, type index_UseScriptReturn as UseScriptReturn, type index_UseSessionStorageOptions as UseSessionStorageOptions, type index_UseSetReturn as UseSetReturn, type index_UseSnackbarReturn as UseSnackbarReturn, type index_UseTimeoutReturn as UseTimeoutReturn, type index_UseToggleReturn as UseToggleReturn, type index_UseVisibilityChangeReturn as UseVisibilityChangeReturn, type index_UseWindowScrollReturn as UseWindowScrollReturn, type index_WindowScrollPosition as WindowScrollPosition, type index_WindowSize as WindowSize, index_addDays as addDays, index_appEvents as appEvents, index_camelToKebab as camelToKebab, index_capitalize as capitalize, index_capitalizeWords as capitalizeWords, index_checkPackage as checkPackage, index_clientLogger as clientLogger, index_copyToClipboard as copyToClipboard, index_createApiEndpoints as createApiEndpoints, index_createApiUrlBuilder as createApiUrlBuilder, index_createClientLogger as createClientLogger, index_createEmptyPaginationMeta as createEmptyPaginationMeta, index_createErrorResponse as createErrorResponse, index_createEventEmitter as createEventEmitter, index_createHttpClient as createHttpClient, index_createSuccessResponse as createSuccessResponse, index_endOfDay as endOfDay, index_formatDate as formatDate, index_formatDateForInput as formatDateForInput, index_formatDateTime as formatDateTime, index_formatDateTimeForInput as formatDateTimeForInput, index_formatPackageCheckResult as formatPackageCheckResult, index_formatRelativeTime as formatRelativeTime, index_generateNcuCommand as generateNcuCommand, index_getErrorMessage as getErrorMessage, index_getNextPage as getNextPage, index_getPrevPage as getPrevPage, index_getResponseData as getResponseData, index_hasData as hasData, index_hasMorePages as hasMorePages, index_isClipboardAvailable as isClipboardAvailable, index_isErrorResponse as isErrorResponse, index_isForbidden as isForbidden, index_isFuture as isFuture, index_isNotFound as isNotFound, index_isPast as isPast, index_isServerError as isServerError, index_isStatusError as isStatusError, index_isSuccess as isSuccess, index_isSuccessResponse as isSuccessResponse, index_isToday as isToday, index_isUnauthorized as isUnauthorized, index_kebabToCamel as kebabToCamel, index_packageCheck as packageCheck, index_parseError as parseError, index_parseFullResponse as parseFullResponse, index_parseResponse as parseResponse, index_readFromClipboard as readFromClipboard, index_slugify as slugify, index_slugifyUnique as slugifyUnique, index_startOfDay as startOfDay, index_truncate as truncate, index_truncateWords as truncateWords, index_unslugify as unslugify, index_useBattery as useBattery, index_useClickAway as useClickAway, index_useContinuousRetry as useContinuousRetry, index_useCopyToClipboard as useCopyToClipboard, index_useCountdown as useCountdown, index_useCounter as useCounter, index_useDebounce as useDebounce, index_useDefault as useDefault, index_useDocumentTitle as useDocumentTitle, index_useEventListener as useEventListener, index_useFavicon as useFavicon, index_useFetch as useFetch, index_useGeolocation as useGeolocation, index_useHistoryState as useHistoryState, index_useHover as useHover, index_useIdle as useIdle, index_useIntersectionObserver as useIntersectionObserver, index_useInterval as useInterval, index_useIntervalWhen as useIntervalWhen, index_useIsClient as useIsClient, index_useIsDesktop as useIsDesktop, index_useIsFirstRender as useIsFirstRender, index_useIsMobile as useIsMobile, index_useIsMobileOrTablet as useIsMobileOrTablet, index_useIsTablet as useIsTablet, index_useKeyPress as useKeyPress, index_useList as useList, index_useLocalStorage as useLocalStorage, index_useLockBodyScroll as useLockBodyScroll, index_useLogger as useLogger, index_useLongPress as useLongPress, index_useMap as useMap, index_useMeasure as useMeasure, index_useMediaQuery as useMediaQuery, index_useMouse as useMouse, index_useNetworkState as useNetworkState, index_useObjectState as useObjectState, index_useOnClickOutside as useOnClickOutside, index_useOrientation as useOrientation, index_usePageLeave as usePageLeave, index_usePageTitle as usePageTitle, index_usePreferredLanguage as usePreferredLanguage, index_usePrevious as usePrevious, index_useQueue as useQueue, index_useRandomInterval as useRandomInterval, index_useRenderCount as useRenderCount, index_useRenderInfo as useRenderInfo, index_useScript as useScript, index_useSessionStorage as useSessionStorage, index_useSet as useSet, index_useSnackbar as useSnackbar, index_useThemeDetector as useThemeDetector, index_useThrottle as useThrottle, index_useTimeout as useTimeout, index_useToggle as useToggle, index_useVisibilityChange as useVisibilityChange, index_useWindowScroll as useWindowScroll, index_useWindowSize as useWindowSize, index_withAbortSignal as withAbortSignal, index_withFormData as withFormData, index_withTimeout as withTimeout };
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
export { useIntersectionObserver as $, useLockBodyScroll as A, useIsClient as B, useIsFirstRender as C, useEventListener as D, useKeyPress as E, useHover as F, useClickAway as G, useOnClickOutside as H, useLongPress as I, useMouse as J, useCopyToClipboard as K, useMediaQuery as L, useOrientation as M, useBattery as N, useNetworkState as O, useIdle as P, useGeolocation as Q, usePreferredLanguage as R, useThemeDetector as S, useLocalStorage as T, useSessionStorage as U, useFetch as V, useScript as W, useRenderInfo as X, useRenderCount as Y, useLogger as Z, useMeasure as _, useCounter as a, type UseSnackbarReturn as a$, useSnackbar as a0, type UseToggleReturn as a1, type UseCounterOptions as a2, type UseCounterReturn as a3, type ObjectStateUpdate as a4, type UseObjectStateReturn as a5, type UseHistoryStateReturn as a6, type UseHistoryStateOptions as a7, type UseQueueReturn as a8, type UseListReturn as a9, useIsMobileOrTablet as aA, type OrientationState as aB, type BatteryState as aC, type NetworkState as aD, type UseIdleOptions as aE, type UseIdleReturn as aF, type GeolocationState as aG, type UseGeolocationOptions as aH, type UseGeolocationReturn as aI, type UsePreferredLanguageReturn as aJ, type ThemeMode as aK, type SetValue as aL, type UseLocalStorageOptions as aM, type UseSessionStorageOptions as aN, type UseFetchOptions as aO, type UseFetchReturn as aP, type ScriptStatus as aQ, type UseScriptOptions as aR, type UseScriptReturn as aS, type RenderInfo as aT, type UseLoggerOptions as aU, type Dimensions as aV, type UseMeasureReturn as aW, type UseIntersectionObserverOptions as aX, type UseIntersectionObserverReturn as aY, type SnackbarSeverity as aZ, type SnackbarState as a_, type UseMapReturn as aa, type UseSetReturn as ab, type UseTimeoutReturn as ac, type UseCountdownOptions as ad, type UseCountdownReturn as ae, type UseContinuousRetryOptions as af, type UseContinuousRetryReturn as ag, type WindowSize as ah, type WindowScrollPosition as ai, type UseWindowScrollReturn as aj, type UseDocumentTitleOptions as ak, type UsePageTitleOptions as al, type UseVisibilityChangeReturn as am, type UsePageLeaveOptions as an, type UseKeyPressOptions as ao, type UseKeyPressReturn as ap, type UseHoverReturn as aq, type UseLongPressOptions as ar, type UseLongPressReturn as as, type MousePosition as at, type UseMouseOptions as au, type UseMouseReturn as av, type UseCopyToClipboardReturn as aw, useIsMobile as ax, useIsTablet as ay, useIsDesktop as az, useDefault as b, usePrevious as c, useObjectState as d, useHistoryState as e, useQueue as f, useList as g, useMap as h, index as i, useSet as j, useDebounce as k, useThrottle as l, useTimeout as m, useInterval as n, useIntervalWhen as o, useRandomInterval as p, useCountdown as q, useContinuousRetry as r, useWindowSize as s, useWindowScroll as t, useToggle as u, useDocumentTitle as v, usePageTitle as w, useFavicon as x, useVisibilityChange as y, usePageLeave as z };
|
|
1042
|
+
export { type BatteryState, type Dimensions, type GeolocationState, type MousePosition, type NetworkState, type ObjectStateUpdate, type OrientationState, type RenderInfo, type ScriptStatus, type SetValue, type SnackbarSeverity, type SnackbarState, type ThemeMode, type UseContinuousRetryOptions, type UseContinuousRetryReturn, type UseCopyToClipboardReturn, type UseCountdownOptions, type UseCountdownReturn, type UseCounterOptions, type UseCounterReturn, type UseDocumentTitleOptions, type UseFetchOptions, type UseFetchReturn, type UseGeolocationOptions, type UseGeolocationReturn, type UseHistoryStateOptions, type UseHistoryStateReturn, type UseHoverReturn, type UseIdleOptions, type UseIdleReturn, type UseIntersectionObserverOptions, type UseIntersectionObserverReturn, type UseKeyPressOptions, type UseKeyPressReturn, type UseListReturn, type UseLocalStorageOptions, type UseLoggerOptions, type UseLongPressOptions, type UseLongPressReturn, type UseMapReturn, type UseMeasureReturn, type UseMouseOptions, type UseMouseReturn, type UseObjectStateReturn, type UsePageLeaveOptions, type UsePageTitleOptions, type UsePreferredLanguageReturn, type UseQueueReturn, type UseScriptOptions, type UseScriptReturn, type UseSessionStorageOptions, type UseSetReturn, type UseSnackbarReturn, type UseTimeoutReturn, type UseToggleReturn, type UseVisibilityChangeReturn, type UseWindowScrollReturn, type WindowScrollPosition, type WindowSize, useBattery, useClickAway, useContinuousRetry, useCopyToClipboard, useCountdown, useCounter, useDebounce, useDefault, useDocumentTitle, useEventListener, useFavicon, useFetch, useGeolocation, useHistoryState, useHover, useIdle, useIntersectionObserver, useInterval, useIntervalWhen, useIsClient, useIsDesktop, useIsFirstRender, useIsMobile, useIsMobileOrTablet, useIsTablet, useKeyPress, useList, useLocalStorage, useLockBodyScroll, useLogger, useLongPress, useMap, useMeasure, useMediaQuery, useMouse, useNetworkState, useObjectState, useOnClickOutside, useOrientation, usePageLeave, usePageTitle, usePreferredLanguage, usePrevious, useQueue, useRandomInterval, useRenderCount, useRenderInfo, useScript, useSessionStorage, useSet, useSnackbar, useThemeDetector, useThrottle, useTimeout, useToggle, useVisibilityChange, useWindowScroll, useWindowSize };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { ApiResponse, HttpClientOptions, PaginatedResponse, createHttpClient, isForbidden, isNotFound, isServerError, isStatusError, isSuccess, isUnauthorized, parseError, parseFullResponse, parseResponse, withAbortSignal, withFormData, withTimeout } from './client/http/index.mjs';
|
|
2
|
-
import { ClientLogger, ClientLoggerConfig, LogLevel, clientLogger, createClientLogger } from './client/logger/index.mjs';
|
|
3
|
-
import { ApiUrlBuilder, ApiUrlConfig, EventEmitter, NpmRegistryResponse, PackageCheckResult, PackageJson, PackageVersion, addDays, appEvents, camelToKebab, capitalize, capitalizeWords, checkPackage, copyToClipboard, createApiEndpoints, createApiUrlBuilder, createEmptyPaginationMeta, createErrorResponse, createEventEmitter, createSuccessResponse, endOfDay, formatDate, formatDateForInput, formatDateTime, formatDateTimeForInput, formatPackageCheckResult, formatRelativeTime, generateNcuCommand, getErrorMessage, getNextPage, getPrevPage, getResponseData, hasData, hasMorePages, isClipboardAvailable, isErrorResponse, isFuture, isPast, isSuccessResponse, isToday, kebabToCamel, packageCheck, readFromClipboard, slugify, slugifyUnique, startOfDay, truncate, truncateWords, unslugify } from './client/utils/index.mjs';
|
|
4
1
|
import { RefObject } from 'react';
|
|
5
2
|
|
|
6
3
|
interface UseToggleReturn {
|
|
@@ -1042,195 +1039,4 @@ interface UseSnackbarReturn {
|
|
|
1042
1039
|
*/
|
|
1043
1040
|
declare function useSnackbar(defaultDuration?: number): UseSnackbarReturn;
|
|
1044
1041
|
|
|
1045
|
-
|
|
1046
|
-
declare const index_ApiUrlBuilder: typeof ApiUrlBuilder;
|
|
1047
|
-
declare const index_ApiUrlConfig: typeof ApiUrlConfig;
|
|
1048
|
-
type index_BatteryState = BatteryState;
|
|
1049
|
-
declare const index_ClientLogger: typeof ClientLogger;
|
|
1050
|
-
declare const index_ClientLoggerConfig: typeof ClientLoggerConfig;
|
|
1051
|
-
type index_Dimensions = Dimensions;
|
|
1052
|
-
declare const index_EventEmitter: typeof EventEmitter;
|
|
1053
|
-
type index_GeolocationState = GeolocationState;
|
|
1054
|
-
declare const index_HttpClientOptions: typeof HttpClientOptions;
|
|
1055
|
-
declare const index_LogLevel: typeof LogLevel;
|
|
1056
|
-
type index_MousePosition = MousePosition;
|
|
1057
|
-
type index_NetworkState = NetworkState;
|
|
1058
|
-
declare const index_NpmRegistryResponse: typeof NpmRegistryResponse;
|
|
1059
|
-
type index_ObjectStateUpdate<T> = ObjectStateUpdate<T>;
|
|
1060
|
-
type index_OrientationState = OrientationState;
|
|
1061
|
-
declare const index_PackageCheckResult: typeof PackageCheckResult;
|
|
1062
|
-
declare const index_PackageJson: typeof PackageJson;
|
|
1063
|
-
declare const index_PackageVersion: typeof PackageVersion;
|
|
1064
|
-
declare const index_PaginatedResponse: typeof PaginatedResponse;
|
|
1065
|
-
type index_RenderInfo = RenderInfo;
|
|
1066
|
-
type index_ScriptStatus = ScriptStatus;
|
|
1067
|
-
type index_SetValue<T> = SetValue<T>;
|
|
1068
|
-
type index_SnackbarSeverity = SnackbarSeverity;
|
|
1069
|
-
type index_SnackbarState = SnackbarState;
|
|
1070
|
-
type index_ThemeMode = ThemeMode;
|
|
1071
|
-
type index_UseContinuousRetryOptions = UseContinuousRetryOptions;
|
|
1072
|
-
type index_UseContinuousRetryReturn = UseContinuousRetryReturn;
|
|
1073
|
-
type index_UseCopyToClipboardReturn = UseCopyToClipboardReturn;
|
|
1074
|
-
type index_UseCountdownOptions = UseCountdownOptions;
|
|
1075
|
-
type index_UseCountdownReturn = UseCountdownReturn;
|
|
1076
|
-
type index_UseCounterOptions = UseCounterOptions;
|
|
1077
|
-
type index_UseCounterReturn = UseCounterReturn;
|
|
1078
|
-
type index_UseDocumentTitleOptions = UseDocumentTitleOptions;
|
|
1079
|
-
type index_UseFetchOptions<T> = UseFetchOptions<T>;
|
|
1080
|
-
type index_UseFetchReturn<T> = UseFetchReturn<T>;
|
|
1081
|
-
type index_UseGeolocationOptions = UseGeolocationOptions;
|
|
1082
|
-
type index_UseGeolocationReturn = UseGeolocationReturn;
|
|
1083
|
-
type index_UseHistoryStateOptions = UseHistoryStateOptions;
|
|
1084
|
-
type index_UseHistoryStateReturn<T> = UseHistoryStateReturn<T>;
|
|
1085
|
-
type index_UseHoverReturn<T extends HTMLElement = HTMLElement> = UseHoverReturn<T>;
|
|
1086
|
-
type index_UseIdleOptions = UseIdleOptions;
|
|
1087
|
-
type index_UseIdleReturn = UseIdleReturn;
|
|
1088
|
-
type index_UseIntersectionObserverOptions = UseIntersectionObserverOptions;
|
|
1089
|
-
type index_UseIntersectionObserverReturn<T extends Element = Element> = UseIntersectionObserverReturn<T>;
|
|
1090
|
-
type index_UseKeyPressOptions = UseKeyPressOptions;
|
|
1091
|
-
type index_UseKeyPressReturn = UseKeyPressReturn;
|
|
1092
|
-
type index_UseListReturn<T> = UseListReturn<T>;
|
|
1093
|
-
type index_UseLocalStorageOptions<T> = UseLocalStorageOptions<T>;
|
|
1094
|
-
type index_UseLoggerOptions = UseLoggerOptions;
|
|
1095
|
-
type index_UseLongPressOptions = UseLongPressOptions;
|
|
1096
|
-
type index_UseLongPressReturn = UseLongPressReturn;
|
|
1097
|
-
type index_UseMapReturn<K, V> = UseMapReturn<K, V>;
|
|
1098
|
-
type index_UseMeasureReturn<T extends HTMLElement = HTMLElement> = UseMeasureReturn<T>;
|
|
1099
|
-
type index_UseMouseOptions = UseMouseOptions;
|
|
1100
|
-
type index_UseMouseReturn<T extends HTMLElement = HTMLElement> = UseMouseReturn<T>;
|
|
1101
|
-
type index_UseObjectStateReturn<T extends object> = UseObjectStateReturn<T>;
|
|
1102
|
-
type index_UsePageLeaveOptions = UsePageLeaveOptions;
|
|
1103
|
-
type index_UsePageTitleOptions = UsePageTitleOptions;
|
|
1104
|
-
type index_UsePreferredLanguageReturn = UsePreferredLanguageReturn;
|
|
1105
|
-
type index_UseQueueReturn<T> = UseQueueReturn<T>;
|
|
1106
|
-
type index_UseScriptOptions = UseScriptOptions;
|
|
1107
|
-
type index_UseScriptReturn = UseScriptReturn;
|
|
1108
|
-
type index_UseSessionStorageOptions<T> = UseSessionStorageOptions<T>;
|
|
1109
|
-
type index_UseSetReturn<T> = UseSetReturn<T>;
|
|
1110
|
-
type index_UseSnackbarReturn = UseSnackbarReturn;
|
|
1111
|
-
type index_UseTimeoutReturn = UseTimeoutReturn;
|
|
1112
|
-
type index_UseToggleReturn = UseToggleReturn;
|
|
1113
|
-
type index_UseVisibilityChangeReturn = UseVisibilityChangeReturn;
|
|
1114
|
-
type index_UseWindowScrollReturn = UseWindowScrollReturn;
|
|
1115
|
-
type index_WindowScrollPosition = WindowScrollPosition;
|
|
1116
|
-
type index_WindowSize = WindowSize;
|
|
1117
|
-
declare const index_addDays: typeof addDays;
|
|
1118
|
-
declare const index_appEvents: typeof appEvents;
|
|
1119
|
-
declare const index_camelToKebab: typeof camelToKebab;
|
|
1120
|
-
declare const index_capitalize: typeof capitalize;
|
|
1121
|
-
declare const index_capitalizeWords: typeof capitalizeWords;
|
|
1122
|
-
declare const index_checkPackage: typeof checkPackage;
|
|
1123
|
-
declare const index_clientLogger: typeof clientLogger;
|
|
1124
|
-
declare const index_copyToClipboard: typeof copyToClipboard;
|
|
1125
|
-
declare const index_createApiEndpoints: typeof createApiEndpoints;
|
|
1126
|
-
declare const index_createApiUrlBuilder: typeof createApiUrlBuilder;
|
|
1127
|
-
declare const index_createClientLogger: typeof createClientLogger;
|
|
1128
|
-
declare const index_createEmptyPaginationMeta: typeof createEmptyPaginationMeta;
|
|
1129
|
-
declare const index_createErrorResponse: typeof createErrorResponse;
|
|
1130
|
-
declare const index_createEventEmitter: typeof createEventEmitter;
|
|
1131
|
-
declare const index_createHttpClient: typeof createHttpClient;
|
|
1132
|
-
declare const index_createSuccessResponse: typeof createSuccessResponse;
|
|
1133
|
-
declare const index_endOfDay: typeof endOfDay;
|
|
1134
|
-
declare const index_formatDate: typeof formatDate;
|
|
1135
|
-
declare const index_formatDateForInput: typeof formatDateForInput;
|
|
1136
|
-
declare const index_formatDateTime: typeof formatDateTime;
|
|
1137
|
-
declare const index_formatDateTimeForInput: typeof formatDateTimeForInput;
|
|
1138
|
-
declare const index_formatPackageCheckResult: typeof formatPackageCheckResult;
|
|
1139
|
-
declare const index_formatRelativeTime: typeof formatRelativeTime;
|
|
1140
|
-
declare const index_generateNcuCommand: typeof generateNcuCommand;
|
|
1141
|
-
declare const index_getErrorMessage: typeof getErrorMessage;
|
|
1142
|
-
declare const index_getNextPage: typeof getNextPage;
|
|
1143
|
-
declare const index_getPrevPage: typeof getPrevPage;
|
|
1144
|
-
declare const index_getResponseData: typeof getResponseData;
|
|
1145
|
-
declare const index_hasData: typeof hasData;
|
|
1146
|
-
declare const index_hasMorePages: typeof hasMorePages;
|
|
1147
|
-
declare const index_isClipboardAvailable: typeof isClipboardAvailable;
|
|
1148
|
-
declare const index_isErrorResponse: typeof isErrorResponse;
|
|
1149
|
-
declare const index_isForbidden: typeof isForbidden;
|
|
1150
|
-
declare const index_isFuture: typeof isFuture;
|
|
1151
|
-
declare const index_isNotFound: typeof isNotFound;
|
|
1152
|
-
declare const index_isPast: typeof isPast;
|
|
1153
|
-
declare const index_isServerError: typeof isServerError;
|
|
1154
|
-
declare const index_isStatusError: typeof isStatusError;
|
|
1155
|
-
declare const index_isSuccess: typeof isSuccess;
|
|
1156
|
-
declare const index_isSuccessResponse: typeof isSuccessResponse;
|
|
1157
|
-
declare const index_isToday: typeof isToday;
|
|
1158
|
-
declare const index_isUnauthorized: typeof isUnauthorized;
|
|
1159
|
-
declare const index_kebabToCamel: typeof kebabToCamel;
|
|
1160
|
-
declare const index_packageCheck: typeof packageCheck;
|
|
1161
|
-
declare const index_parseError: typeof parseError;
|
|
1162
|
-
declare const index_parseFullResponse: typeof parseFullResponse;
|
|
1163
|
-
declare const index_parseResponse: typeof parseResponse;
|
|
1164
|
-
declare const index_readFromClipboard: typeof readFromClipboard;
|
|
1165
|
-
declare const index_slugify: typeof slugify;
|
|
1166
|
-
declare const index_slugifyUnique: typeof slugifyUnique;
|
|
1167
|
-
declare const index_startOfDay: typeof startOfDay;
|
|
1168
|
-
declare const index_truncate: typeof truncate;
|
|
1169
|
-
declare const index_truncateWords: typeof truncateWords;
|
|
1170
|
-
declare const index_unslugify: typeof unslugify;
|
|
1171
|
-
declare const index_useBattery: typeof useBattery;
|
|
1172
|
-
declare const index_useClickAway: typeof useClickAway;
|
|
1173
|
-
declare const index_useContinuousRetry: typeof useContinuousRetry;
|
|
1174
|
-
declare const index_useCopyToClipboard: typeof useCopyToClipboard;
|
|
1175
|
-
declare const index_useCountdown: typeof useCountdown;
|
|
1176
|
-
declare const index_useCounter: typeof useCounter;
|
|
1177
|
-
declare const index_useDebounce: typeof useDebounce;
|
|
1178
|
-
declare const index_useDefault: typeof useDefault;
|
|
1179
|
-
declare const index_useDocumentTitle: typeof useDocumentTitle;
|
|
1180
|
-
declare const index_useEventListener: typeof useEventListener;
|
|
1181
|
-
declare const index_useFavicon: typeof useFavicon;
|
|
1182
|
-
declare const index_useFetch: typeof useFetch;
|
|
1183
|
-
declare const index_useGeolocation: typeof useGeolocation;
|
|
1184
|
-
declare const index_useHistoryState: typeof useHistoryState;
|
|
1185
|
-
declare const index_useHover: typeof useHover;
|
|
1186
|
-
declare const index_useIdle: typeof useIdle;
|
|
1187
|
-
declare const index_useIntersectionObserver: typeof useIntersectionObserver;
|
|
1188
|
-
declare const index_useInterval: typeof useInterval;
|
|
1189
|
-
declare const index_useIntervalWhen: typeof useIntervalWhen;
|
|
1190
|
-
declare const index_useIsClient: typeof useIsClient;
|
|
1191
|
-
declare const index_useIsDesktop: typeof useIsDesktop;
|
|
1192
|
-
declare const index_useIsFirstRender: typeof useIsFirstRender;
|
|
1193
|
-
declare const index_useIsMobile: typeof useIsMobile;
|
|
1194
|
-
declare const index_useIsMobileOrTablet: typeof useIsMobileOrTablet;
|
|
1195
|
-
declare const index_useIsTablet: typeof useIsTablet;
|
|
1196
|
-
declare const index_useKeyPress: typeof useKeyPress;
|
|
1197
|
-
declare const index_useList: typeof useList;
|
|
1198
|
-
declare const index_useLocalStorage: typeof useLocalStorage;
|
|
1199
|
-
declare const index_useLockBodyScroll: typeof useLockBodyScroll;
|
|
1200
|
-
declare const index_useLogger: typeof useLogger;
|
|
1201
|
-
declare const index_useLongPress: typeof useLongPress;
|
|
1202
|
-
declare const index_useMap: typeof useMap;
|
|
1203
|
-
declare const index_useMeasure: typeof useMeasure;
|
|
1204
|
-
declare const index_useMediaQuery: typeof useMediaQuery;
|
|
1205
|
-
declare const index_useMouse: typeof useMouse;
|
|
1206
|
-
declare const index_useNetworkState: typeof useNetworkState;
|
|
1207
|
-
declare const index_useObjectState: typeof useObjectState;
|
|
1208
|
-
declare const index_useOnClickOutside: typeof useOnClickOutside;
|
|
1209
|
-
declare const index_useOrientation: typeof useOrientation;
|
|
1210
|
-
declare const index_usePageLeave: typeof usePageLeave;
|
|
1211
|
-
declare const index_usePageTitle: typeof usePageTitle;
|
|
1212
|
-
declare const index_usePreferredLanguage: typeof usePreferredLanguage;
|
|
1213
|
-
declare const index_usePrevious: typeof usePrevious;
|
|
1214
|
-
declare const index_useQueue: typeof useQueue;
|
|
1215
|
-
declare const index_useRandomInterval: typeof useRandomInterval;
|
|
1216
|
-
declare const index_useRenderCount: typeof useRenderCount;
|
|
1217
|
-
declare const index_useRenderInfo: typeof useRenderInfo;
|
|
1218
|
-
declare const index_useScript: typeof useScript;
|
|
1219
|
-
declare const index_useSessionStorage: typeof useSessionStorage;
|
|
1220
|
-
declare const index_useSet: typeof useSet;
|
|
1221
|
-
declare const index_useSnackbar: typeof useSnackbar;
|
|
1222
|
-
declare const index_useThemeDetector: typeof useThemeDetector;
|
|
1223
|
-
declare const index_useThrottle: typeof useThrottle;
|
|
1224
|
-
declare const index_useTimeout: typeof useTimeout;
|
|
1225
|
-
declare const index_useToggle: typeof useToggle;
|
|
1226
|
-
declare const index_useVisibilityChange: typeof useVisibilityChange;
|
|
1227
|
-
declare const index_useWindowScroll: typeof useWindowScroll;
|
|
1228
|
-
declare const index_useWindowSize: typeof useWindowSize;
|
|
1229
|
-
declare const index_withAbortSignal: typeof withAbortSignal;
|
|
1230
|
-
declare const index_withFormData: typeof withFormData;
|
|
1231
|
-
declare const index_withTimeout: typeof withTimeout;
|
|
1232
|
-
declare namespace index {
|
|
1233
|
-
export { index_ApiResponse as ApiResponse, index_ApiUrlBuilder as ApiUrlBuilder, index_ApiUrlConfig as ApiUrlConfig, type index_BatteryState as BatteryState, index_ClientLogger as ClientLogger, index_ClientLoggerConfig as ClientLoggerConfig, type index_Dimensions as Dimensions, index_EventEmitter as EventEmitter, type index_GeolocationState as GeolocationState, index_HttpClientOptions as HttpClientOptions, index_LogLevel as LogLevel, type index_MousePosition as MousePosition, type index_NetworkState as NetworkState, index_NpmRegistryResponse as NpmRegistryResponse, type index_ObjectStateUpdate as ObjectStateUpdate, type index_OrientationState as OrientationState, index_PackageCheckResult as PackageCheckResult, index_PackageJson as PackageJson, index_PackageVersion as PackageVersion, index_PaginatedResponse as PaginatedResponse, type index_RenderInfo as RenderInfo, type index_ScriptStatus as ScriptStatus, type index_SetValue as SetValue, type index_SnackbarSeverity as SnackbarSeverity, type index_SnackbarState as SnackbarState, type index_ThemeMode as ThemeMode, type index_UseContinuousRetryOptions as UseContinuousRetryOptions, type index_UseContinuousRetryReturn as UseContinuousRetryReturn, type index_UseCopyToClipboardReturn as UseCopyToClipboardReturn, type index_UseCountdownOptions as UseCountdownOptions, type index_UseCountdownReturn as UseCountdownReturn, type index_UseCounterOptions as UseCounterOptions, type index_UseCounterReturn as UseCounterReturn, type index_UseDocumentTitleOptions as UseDocumentTitleOptions, type index_UseFetchOptions as UseFetchOptions, type index_UseFetchReturn as UseFetchReturn, type index_UseGeolocationOptions as UseGeolocationOptions, type index_UseGeolocationReturn as UseGeolocationReturn, type index_UseHistoryStateOptions as UseHistoryStateOptions, type index_UseHistoryStateReturn as UseHistoryStateReturn, type index_UseHoverReturn as UseHoverReturn, type index_UseIdleOptions as UseIdleOptions, type index_UseIdleReturn as UseIdleReturn, type index_UseIntersectionObserverOptions as UseIntersectionObserverOptions, type index_UseIntersectionObserverReturn as UseIntersectionObserverReturn, type index_UseKeyPressOptions as UseKeyPressOptions, type index_UseKeyPressReturn as UseKeyPressReturn, type index_UseListReturn as UseListReturn, type index_UseLocalStorageOptions as UseLocalStorageOptions, type index_UseLoggerOptions as UseLoggerOptions, type index_UseLongPressOptions as UseLongPressOptions, type index_UseLongPressReturn as UseLongPressReturn, type index_UseMapReturn as UseMapReturn, type index_UseMeasureReturn as UseMeasureReturn, type index_UseMouseOptions as UseMouseOptions, type index_UseMouseReturn as UseMouseReturn, type index_UseObjectStateReturn as UseObjectStateReturn, type index_UsePageLeaveOptions as UsePageLeaveOptions, type index_UsePageTitleOptions as UsePageTitleOptions, type index_UsePreferredLanguageReturn as UsePreferredLanguageReturn, type index_UseQueueReturn as UseQueueReturn, type index_UseScriptOptions as UseScriptOptions, type index_UseScriptReturn as UseScriptReturn, type index_UseSessionStorageOptions as UseSessionStorageOptions, type index_UseSetReturn as UseSetReturn, type index_UseSnackbarReturn as UseSnackbarReturn, type index_UseTimeoutReturn as UseTimeoutReturn, type index_UseToggleReturn as UseToggleReturn, type index_UseVisibilityChangeReturn as UseVisibilityChangeReturn, type index_UseWindowScrollReturn as UseWindowScrollReturn, type index_WindowScrollPosition as WindowScrollPosition, type index_WindowSize as WindowSize, index_addDays as addDays, index_appEvents as appEvents, index_camelToKebab as camelToKebab, index_capitalize as capitalize, index_capitalizeWords as capitalizeWords, index_checkPackage as checkPackage, index_clientLogger as clientLogger, index_copyToClipboard as copyToClipboard, index_createApiEndpoints as createApiEndpoints, index_createApiUrlBuilder as createApiUrlBuilder, index_createClientLogger as createClientLogger, index_createEmptyPaginationMeta as createEmptyPaginationMeta, index_createErrorResponse as createErrorResponse, index_createEventEmitter as createEventEmitter, index_createHttpClient as createHttpClient, index_createSuccessResponse as createSuccessResponse, index_endOfDay as endOfDay, index_formatDate as formatDate, index_formatDateForInput as formatDateForInput, index_formatDateTime as formatDateTime, index_formatDateTimeForInput as formatDateTimeForInput, index_formatPackageCheckResult as formatPackageCheckResult, index_formatRelativeTime as formatRelativeTime, index_generateNcuCommand as generateNcuCommand, index_getErrorMessage as getErrorMessage, index_getNextPage as getNextPage, index_getPrevPage as getPrevPage, index_getResponseData as getResponseData, index_hasData as hasData, index_hasMorePages as hasMorePages, index_isClipboardAvailable as isClipboardAvailable, index_isErrorResponse as isErrorResponse, index_isForbidden as isForbidden, index_isFuture as isFuture, index_isNotFound as isNotFound, index_isPast as isPast, index_isServerError as isServerError, index_isStatusError as isStatusError, index_isSuccess as isSuccess, index_isSuccessResponse as isSuccessResponse, index_isToday as isToday, index_isUnauthorized as isUnauthorized, index_kebabToCamel as kebabToCamel, index_packageCheck as packageCheck, index_parseError as parseError, index_parseFullResponse as parseFullResponse, index_parseResponse as parseResponse, index_readFromClipboard as readFromClipboard, index_slugify as slugify, index_slugifyUnique as slugifyUnique, index_startOfDay as startOfDay, index_truncate as truncate, index_truncateWords as truncateWords, index_unslugify as unslugify, index_useBattery as useBattery, index_useClickAway as useClickAway, index_useContinuousRetry as useContinuousRetry, index_useCopyToClipboard as useCopyToClipboard, index_useCountdown as useCountdown, index_useCounter as useCounter, index_useDebounce as useDebounce, index_useDefault as useDefault, index_useDocumentTitle as useDocumentTitle, index_useEventListener as useEventListener, index_useFavicon as useFavicon, index_useFetch as useFetch, index_useGeolocation as useGeolocation, index_useHistoryState as useHistoryState, index_useHover as useHover, index_useIdle as useIdle, index_useIntersectionObserver as useIntersectionObserver, index_useInterval as useInterval, index_useIntervalWhen as useIntervalWhen, index_useIsClient as useIsClient, index_useIsDesktop as useIsDesktop, index_useIsFirstRender as useIsFirstRender, index_useIsMobile as useIsMobile, index_useIsMobileOrTablet as useIsMobileOrTablet, index_useIsTablet as useIsTablet, index_useKeyPress as useKeyPress, index_useList as useList, index_useLocalStorage as useLocalStorage, index_useLockBodyScroll as useLockBodyScroll, index_useLogger as useLogger, index_useLongPress as useLongPress, index_useMap as useMap, index_useMeasure as useMeasure, index_useMediaQuery as useMediaQuery, index_useMouse as useMouse, index_useNetworkState as useNetworkState, index_useObjectState as useObjectState, index_useOnClickOutside as useOnClickOutside, index_useOrientation as useOrientation, index_usePageLeave as usePageLeave, index_usePageTitle as usePageTitle, index_usePreferredLanguage as usePreferredLanguage, index_usePrevious as usePrevious, index_useQueue as useQueue, index_useRandomInterval as useRandomInterval, index_useRenderCount as useRenderCount, index_useRenderInfo as useRenderInfo, index_useScript as useScript, index_useSessionStorage as useSessionStorage, index_useSet as useSet, index_useSnackbar as useSnackbar, index_useThemeDetector as useThemeDetector, index_useThrottle as useThrottle, index_useTimeout as useTimeout, index_useToggle as useToggle, index_useVisibilityChange as useVisibilityChange, index_useWindowScroll as useWindowScroll, index_useWindowSize as useWindowSize, index_withAbortSignal as withAbortSignal, index_withFormData as withFormData, index_withTimeout as withTimeout };
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
export { useIntersectionObserver as $, useLockBodyScroll as A, useIsClient as B, useIsFirstRender as C, useEventListener as D, useKeyPress as E, useHover as F, useClickAway as G, useOnClickOutside as H, useLongPress as I, useMouse as J, useCopyToClipboard as K, useMediaQuery as L, useOrientation as M, useBattery as N, useNetworkState as O, useIdle as P, useGeolocation as Q, usePreferredLanguage as R, useThemeDetector as S, useLocalStorage as T, useSessionStorage as U, useFetch as V, useScript as W, useRenderInfo as X, useRenderCount as Y, useLogger as Z, useMeasure as _, useCounter as a, type UseSnackbarReturn as a$, useSnackbar as a0, type UseToggleReturn as a1, type UseCounterOptions as a2, type UseCounterReturn as a3, type ObjectStateUpdate as a4, type UseObjectStateReturn as a5, type UseHistoryStateReturn as a6, type UseHistoryStateOptions as a7, type UseQueueReturn as a8, type UseListReturn as a9, useIsMobileOrTablet as aA, type OrientationState as aB, type BatteryState as aC, type NetworkState as aD, type UseIdleOptions as aE, type UseIdleReturn as aF, type GeolocationState as aG, type UseGeolocationOptions as aH, type UseGeolocationReturn as aI, type UsePreferredLanguageReturn as aJ, type ThemeMode as aK, type SetValue as aL, type UseLocalStorageOptions as aM, type UseSessionStorageOptions as aN, type UseFetchOptions as aO, type UseFetchReturn as aP, type ScriptStatus as aQ, type UseScriptOptions as aR, type UseScriptReturn as aS, type RenderInfo as aT, type UseLoggerOptions as aU, type Dimensions as aV, type UseMeasureReturn as aW, type UseIntersectionObserverOptions as aX, type UseIntersectionObserverReturn as aY, type SnackbarSeverity as aZ, type SnackbarState as a_, type UseMapReturn as aa, type UseSetReturn as ab, type UseTimeoutReturn as ac, type UseCountdownOptions as ad, type UseCountdownReturn as ae, type UseContinuousRetryOptions as af, type UseContinuousRetryReturn as ag, type WindowSize as ah, type WindowScrollPosition as ai, type UseWindowScrollReturn as aj, type UseDocumentTitleOptions as ak, type UsePageTitleOptions as al, type UseVisibilityChangeReturn as am, type UsePageLeaveOptions as an, type UseKeyPressOptions as ao, type UseKeyPressReturn as ap, type UseHoverReturn as aq, type UseLongPressOptions as ar, type UseLongPressReturn as as, type MousePosition as at, type UseMouseOptions as au, type UseMouseReturn as av, type UseCopyToClipboardReturn as aw, useIsMobile as ax, useIsTablet as ay, useIsDesktop as az, useDefault as b, usePrevious as c, useObjectState as d, useHistoryState as e, useQueue as f, useList as g, useMap as h, index as i, useSet as j, useDebounce as k, useThrottle as l, useTimeout as m, useInterval as n, useIntervalWhen as o, useRandomInterval as p, useCountdown as q, useContinuousRetry as r, useWindowSize as s, useWindowScroll as t, useToggle as u, useDocumentTitle as v, usePageTitle as w, useFavicon as x, useVisibilityChange as y, usePageLeave as z };
|
|
1042
|
+
export { type BatteryState, type Dimensions, type GeolocationState, type MousePosition, type NetworkState, type ObjectStateUpdate, type OrientationState, type RenderInfo, type ScriptStatus, type SetValue, type SnackbarSeverity, type SnackbarState, type ThemeMode, type UseContinuousRetryOptions, type UseContinuousRetryReturn, type UseCopyToClipboardReturn, type UseCountdownOptions, type UseCountdownReturn, type UseCounterOptions, type UseCounterReturn, type UseDocumentTitleOptions, type UseFetchOptions, type UseFetchReturn, type UseGeolocationOptions, type UseGeolocationReturn, type UseHistoryStateOptions, type UseHistoryStateReturn, type UseHoverReturn, type UseIdleOptions, type UseIdleReturn, type UseIntersectionObserverOptions, type UseIntersectionObserverReturn, type UseKeyPressOptions, type UseKeyPressReturn, type UseListReturn, type UseLocalStorageOptions, type UseLoggerOptions, type UseLongPressOptions, type UseLongPressReturn, type UseMapReturn, type UseMeasureReturn, type UseMouseOptions, type UseMouseReturn, type UseObjectStateReturn, type UsePageLeaveOptions, type UsePageTitleOptions, type UsePreferredLanguageReturn, type UseQueueReturn, type UseScriptOptions, type UseScriptReturn, type UseSessionStorageOptions, type UseSetReturn, type UseSnackbarReturn, type UseTimeoutReturn, type UseToggleReturn, type UseVisibilityChangeReturn, type UseWindowScrollReturn, type WindowScrollPosition, type WindowSize, useBattery, useClickAway, useContinuousRetry, useCopyToClipboard, useCountdown, useCounter, useDebounce, useDefault, useDocumentTitle, useEventListener, useFavicon, useFetch, useGeolocation, useHistoryState, useHover, useIdle, useIntersectionObserver, useInterval, useIntervalWhen, useIsClient, useIsDesktop, useIsFirstRender, useIsMobile, useIsMobileOrTablet, useIsTablet, useKeyPress, useList, useLocalStorage, useLockBodyScroll, useLogger, useLongPress, useMap, useMeasure, useMediaQuery, useMouse, useNetworkState, useObjectState, useOnClickOutside, useOrientation, usePageLeave, usePageTitle, usePreferredLanguage, usePrevious, useQueue, useRandomInterval, useRenderCount, useRenderInfo, useScript, useSessionStorage, useSet, useSnackbar, useThemeDetector, useThrottle, useTimeout, useToggle, useVisibilityChange, useWindowScroll, useWindowSize };
|