@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.
- package/dist/chunk/{372EKISR.js → Y6PE6K55.js} +4 -4
- package/dist/{dependencyInjectionSetup-skM7vFOY.d.ts → dependencyInjectionSetup-hHYAz-1D.d.ts} +8 -2
- package/dist/index.css +2 -2
- package/dist/node-utils/index.d.ts +2 -2
- package/dist/node-utils/index.js +2 -2
- package/dist/web/index.d.ts +22 -12
- package/dist/web/index.js +73 -16
- package/dist/web/index.jsx +54 -13
- package/package.json +1 -1
|
@@ -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-
|
|
940
|
-
gitCommitHash: "
|
|
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-
|
|
946
|
-
generatedDateFormat: "2025-08-
|
|
945
|
+
generatedDate: "2025-08-08T07:36:41.221Z",
|
|
946
|
+
generatedDateFormat: "2025-08-08",
|
|
947
947
|
list: [
|
|
948
948
|
{
|
|
949
949
|
name: "@chromatic-com/storybook",
|
package/dist/{dependencyInjectionSetup-skM7vFOY.d.ts → dependencyInjectionSetup-hHYAz-1D.d.ts}
RENAMED
|
@@ -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
|
|
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 };
|