@nanas-home/hub-common 0.10.271 → 0.10.279

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.
@@ -936,14 +936,14 @@ var getImageParams = (file) => {
936
936
  // src/assets/meta.json
937
937
  var meta_default = {
938
938
  packageVersion: "0.10.0",
939
- date: "2025-08-05",
940
- gitCommitHash: "29501d8d243190d55f42585ef45f44f0356ad6bb"
939
+ date: "2025-08-08",
940
+ gitCommitHash: "b7567d67ce537b1198d091fc50aa22510568c5d4"
941
941
  };
942
942
 
943
943
  // src/assets/packagesUsed.json
944
944
  var packagesUsed_default = {
945
- generatedDate: "2025-08-05T14:53:59.864Z",
946
- generatedDateFormat: "2025-08-05",
945
+ generatedDate: "2025-08-08T07:36:41.221Z",
946
+ generatedDateFormat: "2025-08-08",
947
947
  list: [
948
948
  {
949
949
  name: "@chromatic-com/storybook",
@@ -1,4 +1,4 @@
1
- import { PickerValue, DateArray } from '@rnwonder/solid-date-picker';
1
+ import { PickerValue, DateArray, PickerRenderJSX } from '@rnwonder/solid-date-picker';
2
2
  import { Token, ServiceIdentifier } from '@freshgum/typedi';
3
3
 
4
4
  type Result = {
@@ -17,6 +17,11 @@ type ResultWithValue<T> = {
17
17
  errorCode?: number;
18
18
  };
19
19
 
20
+ type CachedValue<T> = {
21
+ dateExpire: Date;
22
+ value: T;
23
+ };
24
+
20
25
  interface NominatimResponse {
21
26
  place_id: number;
22
27
  licence: string;
@@ -1706,6 +1711,7 @@ type EnvKey = 'API_PORT' | 'BUILD_VERSION' | 'HCAPTCHA_SECRET' | 'LIVESERVER_POR
1706
1711
 
1707
1712
  type FormDatePickerValue = PickerValue;
1708
1713
  type FormDatePickerDateArray = DateArray;
1714
+ type FormDatePickerRenderJSX = PickerRenderJSX;
1709
1715
 
1710
1716
  declare const minUrlLength = 5;
1711
1717
  declare const portalGlyphLength = 12;
@@ -1815,4 +1821,4 @@ declare const setContainerToken: <T>(id: ServiceIdentifier, value: T) => Service
1815
1821
  declare const getCommonConfig: () => CommonConfigService;
1816
1822
  declare const getLog: () => LogService;
1817
1823
 
1818
- export { type PaginationResponseDto as $, ActivityRestriction as A, BookingRestriction as B, CommonConfigService as C, DrivingRouteRestriction as D, type AuthLoginDto as E, type AuthPatDto as F, type AuthSignupDto as G, type HtmlElementEvent as H, type ILogger as I, type AuthSuccessDto as J, type BookingCreateDto as K, LogService as L, type BookingDto as M, type NominatimResponse as N, type BookingUpdateDto as O, PermissionRestriction as P, QuestionRestriction as Q, type Result as R, type CommentCreateDto as S, type CommentDto as T, UserRestriction as U, type ValidationResult as V, type CommentUpdateDto as W, type MembershipCreateDto as X, type MembershipDto as Y, type MembershipUpdateDto as Z, type PaginationRequestDto as _, type ResultWithValue as a, maxDate as a$, type PetCreateUpdateDto as a0, type PetDto as a1, type ProfileDto as a2, type ProfileQuestionAndAnswersItemDto as a3, type ProfileQuestionRequestDto as a4, type ProfileUpdateDto as a5, type QuestionCreateDto as a6, type QuestionDto as a7, type SearchObjDatePropRequestDto as a8, type SearchObjRequestDto as a9, AnswerLinkType as aA, BookingStatusType as aB, BookingAddonType as aC, SearchableColumnType as aD, type SearchableColumnInfo as aE, AppType as aF, webAppTypes as aG, isWebApp as aH, OrderDirectionType as aI, PetSexType as aJ, ActivityType as aK, PetType as aL, PetStatusType as aM, type LogType as aN, MembershipType as aO, type ICaptchaResponse as aP, minItems as aQ, maxItems as aR, selectedItemsExist as aS, selectedOptionIsInEnum as aT, isNumber as aU, noValidation as aV, notNull as aW, multiValidation as aX, separateValidation as aY, validateForEach as aZ, minDate as a_, type SearchObjTextPropRequestDto as aa, type UploadCreateDto as ab, type UploadDto as ac, type UploadImageWithLinkDto as ad, type UploadUpdateDto as ae, type UserCreateDto as af, type UserDto as ag, type UserUpdateDto as ah, type UserMembershipCreateDto as ai, type UserMembershipDto as aj, type UserMembershipUpdateDto as ak, type UserPermissionDto as al, type VersionDto as am, type JwtPayloadDto as an, AddressLinkType as ao, MembershipStatus as ap, UploadLinkType as aq, UploadType as ar, uploadsThatNeedEncryption as as, CommentLinkType as at, NetworkState as au, UserAccountFlagType as av, UserType as aw, PermissionType as ax, QuestionType as ay, QuestionForType as az, type IDependencyInjectionSetupProps as b, validUuidChars as b$, minLength as b0, maxLength as b1, shouldBeUrl as b2, shouldBeYoutubeUrl as b3, formatDate as b4, formatForDateLocal as b5, formatForDateDropdown as b6, formatForDateOfBirth as b7, formatForDateWithTime as b8, formatForDateLocalDetailed as b9, capitalizeFirstLetter as bA, lowercaseFirstLetter as bB, addSpacesForEnum as bC, formatFileSize as bD, cyrb53 as bE, debounceLeading as bF, getPayloadFromJwt as bG, nameof as bH, randomIntFromRange as bI, randomItemFromArray as bJ, makeArrayOrDefault as bK, onlyUnique as bL, arrayOfNLength as bM, arrayContains as bN, getArrFromEnum as bO, mimeTypeLookup as bP, getMimeTypeFromExtension as bQ, uuidv4 as bR, getUsersName as bS, urlRef as bT, getUserAvatarUrl as bU, getPetAvatarUrl as bV, type EnvKey as bW, type FormDatePickerValue as bX, type FormDatePickerDateArray as bY, minUrlLength as bZ, portalGlyphLength as b_, formatForBookingDate as ba, addSeconds as bb, addMinutes as bc, addDays as bd, addMonths as be, isBefore as bf, isSameDay as bg, dateDiffInDays as bh, getAgeInYears as bi, getWeekNumber as bj, getPerformanceTimer as bk, anyObject as bl, fakePromise as bm, type ObjectWithPropsOfValue as bn, type Prettify as bo, onTargetValue as bp, onTargetFiles as bq, preventDefault as br, stopPropagation as bs, timeout as bt, addToParallelTasks as bu, hasRequiredPermissions as bv, type IImageParams as bw, getImageParams as bx, getMeta as by, getPackagesUsed as bz, type NominatimAddressResponse as c, LocalStorageKeys as c0, type LocalStorageKeysType as c1, dependencyInjectionSetup as c2, BOT_PATH as c3, getBotPath as c4, APP_TYPE as c5, getAppType as c6, SITE_CONFIG as c7, setSiteConfig as c8, getSiteConfig as c9, setContainerToken as ca, getCommonConfig as cb, getLog as cc, type ISite as cd, type components as ce, type IMediaUpload as d, type LogMethod as e, type ILogMessage as f, type HtmlKeyEvent as g, type HtmlFilesEvent as h, type HtmlImageReadEvent as i, type ClickEvent as j, apiParams as k, apiRoute as l, UnavailabilityRestriction as m, AnswerRestriction as n, PetRestriction as o, CommentRestriction as p, AddressRestriction as q, UploadRestriction as r, searchColumns as s, BookingAddonRestriction as t, type ActivityDto as u, type AddressCreateDto as v, type AddressDto as w, type AddressUpdateDto as x, type AnswerCreateDto as y, type AnswerDto as z };
1824
+ export { type PaginationRequestDto as $, ActivityRestriction as A, BookingRestriction as B, CommonConfigService as C, DrivingRouteRestriction as D, type AnswerDto as E, type AuthLoginDto as F, type AuthPatDto as G, type HtmlElementEvent as H, type ILogger as I, type AuthSignupDto as J, type AuthSuccessDto as K, LogService as L, type BookingCreateDto as M, type NominatimResponse as N, type BookingDto as O, PermissionRestriction as P, QuestionRestriction as Q, type Result as R, type BookingUpdateDto as S, type CommentCreateDto as T, UserRestriction as U, type ValidationResult as V, type CommentDto as W, type CommentUpdateDto as X, type MembershipCreateDto as Y, type MembershipDto as Z, type MembershipUpdateDto as _, type ResultWithValue as a, minDate as a$, type PaginationResponseDto as a0, type PetCreateUpdateDto as a1, type PetDto as a2, type ProfileDto as a3, type ProfileQuestionAndAnswersItemDto as a4, type ProfileQuestionRequestDto as a5, type ProfileUpdateDto as a6, type QuestionCreateDto as a7, type QuestionDto as a8, type SearchObjDatePropRequestDto as a9, QuestionForType as aA, AnswerLinkType as aB, BookingStatusType as aC, BookingAddonType as aD, SearchableColumnType as aE, type SearchableColumnInfo as aF, AppType as aG, webAppTypes as aH, isWebApp as aI, OrderDirectionType as aJ, PetSexType as aK, ActivityType as aL, PetType as aM, PetStatusType as aN, type LogType as aO, MembershipType as aP, type ICaptchaResponse as aQ, minItems as aR, maxItems as aS, selectedItemsExist as aT, selectedOptionIsInEnum as aU, isNumber as aV, noValidation as aW, notNull as aX, multiValidation as aY, separateValidation as aZ, validateForEach as a_, type SearchObjRequestDto as aa, type SearchObjTextPropRequestDto as ab, type UploadCreateDto as ac, type UploadDto as ad, type UploadImageWithLinkDto as ae, type UploadUpdateDto as af, type UserCreateDto as ag, type UserDto as ah, type UserUpdateDto as ai, type UserMembershipCreateDto as aj, type UserMembershipDto as ak, type UserMembershipUpdateDto as al, type UserPermissionDto as am, type VersionDto as an, type JwtPayloadDto as ao, AddressLinkType as ap, MembershipStatus as aq, UploadLinkType as ar, UploadType as as, uploadsThatNeedEncryption as at, CommentLinkType as au, NetworkState as av, UserAccountFlagType as aw, UserType as ax, PermissionType as ay, QuestionType as az, type IDependencyInjectionSetupProps as b, minUrlLength as b$, maxDate as b0, minLength as b1, maxLength as b2, shouldBeUrl as b3, shouldBeYoutubeUrl as b4, formatDate as b5, formatForDateLocal as b6, formatForDateDropdown as b7, formatForDateOfBirth as b8, formatForDateWithTime as b9, getPackagesUsed as bA, capitalizeFirstLetter as bB, lowercaseFirstLetter as bC, addSpacesForEnum as bD, formatFileSize as bE, cyrb53 as bF, debounceLeading as bG, getPayloadFromJwt as bH, nameof as bI, randomIntFromRange as bJ, randomItemFromArray as bK, makeArrayOrDefault as bL, onlyUnique as bM, arrayOfNLength as bN, arrayContains as bO, getArrFromEnum as bP, mimeTypeLookup as bQ, getMimeTypeFromExtension as bR, uuidv4 as bS, getUsersName as bT, urlRef as bU, getUserAvatarUrl as bV, getPetAvatarUrl as bW, type EnvKey as bX, type FormDatePickerValue as bY, type FormDatePickerDateArray as bZ, type FormDatePickerRenderJSX as b_, formatForDateLocalDetailed as ba, formatForBookingDate as bb, addSeconds as bc, addMinutes as bd, addDays as be, addMonths as bf, isBefore as bg, isSameDay as bh, dateDiffInDays as bi, getAgeInYears as bj, getWeekNumber as bk, getPerformanceTimer as bl, anyObject as bm, fakePromise as bn, type ObjectWithPropsOfValue as bo, type Prettify as bp, onTargetValue as bq, onTargetFiles as br, preventDefault as bs, stopPropagation as bt, timeout as bu, addToParallelTasks as bv, hasRequiredPermissions as bw, type IImageParams as bx, getImageParams as by, getMeta as bz, type CachedValue as c, portalGlyphLength as c0, validUuidChars as c1, LocalStorageKeys as c2, type LocalStorageKeysType as c3, dependencyInjectionSetup as c4, BOT_PATH as c5, getBotPath as c6, APP_TYPE as c7, getAppType as c8, SITE_CONFIG as c9, setSiteConfig as ca, getSiteConfig as cb, setContainerToken as cc, getCommonConfig as cd, getLog as ce, type ISite as cf, type components as cg, type NominatimAddressResponse as d, type IMediaUpload as e, type LogMethod as f, type ILogMessage as g, type HtmlKeyEvent as h, type HtmlFilesEvent as i, type HtmlImageReadEvent as j, type ClickEvent as k, apiParams as l, apiRoute as m, UnavailabilityRestriction as n, AnswerRestriction as o, PetRestriction as p, CommentRestriction as q, AddressRestriction as r, searchColumns as s, UploadRestriction as t, BookingAddonRestriction as u, type ActivityDto as v, type AddressCreateDto as w, type AddressDto as x, type AddressUpdateDto as y, type AnswerCreateDto as z };