@appello/common
Advanced tools
+3
-1
@@ -70,2 +70,4 @@ import * as react from 'react'; | ||
| declare const deepKeys: <TValue extends object>(value: TValue) => string[]; | ||
| declare const deepMergeObjects: <T extends object>(target: T, source: unknown) => T; | ||
@@ -350,3 +352,3 @@ | ||
| export { AwsImageService, capitalize, checkIsServer, checkNavigator, compact, debounce, deepEqual, deepMergeObjects, difference, entries, enumKeyToReadable, enumToSelectOptions, formatCurrency, formatNumber, getDirtyValues, getFileExtension, getFileName, getProto, getWeekdaysNames, intersection, isArray, isBlob, isDate, isEmpty, isFile, isFloat, isFunction, isInt, isNil, isNumber, isObject, isPrimitive, isPromise, isString, isSymbol, keys, makeFormData, makeQueryString, mapFormData, mergeCollectionByKey, noop, omit, pick, pluralize, sleep, throttle, toBase64, toFinite, truncate, uniq, useCodeTimer, useCombinedRef, useDebounceCallback, useDebounceEffect, useDefault, useFirstMountState, useHookFormPersist, useInterval, useIsClient, useIsMounted, useLatest, useManualUpdate, useMemoCallback, useMountEffect, usePrevious, useQueryParamsBuilder, useSelectOptions, useStateObject, useStep, useSwitchValue, useUnmountEffect, useUpdateEffect }; | ||
| export { AwsImageService, capitalize, checkIsServer, checkNavigator, compact, debounce, deepEqual, deepKeys, deepMergeObjects, difference, entries, enumKeyToReadable, enumToSelectOptions, formatCurrency, formatNumber, getDirtyValues, getFileExtension, getFileName, getProto, getWeekdaysNames, intersection, isArray, isBlob, isDate, isEmpty, isFile, isFloat, isFunction, isInt, isNil, isNumber, isObject, isPrimitive, isPromise, isString, isSymbol, keys, makeFormData, makeQueryString, mapFormData, mergeCollectionByKey, noop, omit, pick, pluralize, sleep, throttle, toBase64, toFinite, truncate, uniq, useCodeTimer, useCombinedRef, useDebounceCallback, useDebounceEffect, useDefault, useFirstMountState, useHookFormPersist, useInterval, useIsClient, useIsMounted, useLatest, useManualUpdate, useMemoCallback, useMountEffect, usePrevious, useQueryParamsBuilder, useSelectOptions, useStateObject, useStep, useSwitchValue, useUnmountEffect, useUpdateEffect }; | ||
| export type { AnyFunction, AnyObject, AnyPromise, AsyncReturnType, AwsImageServiceProps, AwsImageServiceResizeOptions, AwsImageServiceSmartCropOptions, DebounceOptions$1 as DebounceOptions, ElementType, FirstArgument, FormPersistProps, Merge, Negative, Nillable, NotNillable, NotNullable, Nullable, OptionalKeys, PartialDeep, PartialRecord, PromiseType, RequiredKeys, ResponseErrors, ThrottleOptions, Unidentifiable, UnknownFunction, ValueOf }; |
+1
-1
| { | ||
| "name": "@appello/common", | ||
| "version": "4.1.0", | ||
| "version": "4.2.0", | ||
| "author": "Appello Software", | ||
@@ -5,0 +5,0 @@ "description": "Common package with many useful features for web and mobile development", |
+1
-0
@@ -109,3 +109,4 @@ # Common frontend library of components for web and mobile environmental | ||
| | enumToSelectOptions | Converts an enum or enum-like object into an array of select options | [`enumToSelectOptions`](./src/utils/enumToSelectOptions/enumToSelectOptions.md) | | ||
| | deepKeys | Returns all key paths in an object | [`deepKeys`](./src/utils/deepKeys/deepKeys.md) | | ||
| --- |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
511982
0.33%2155
0.33%112
0.9%