uapp-communication-sdk 1.0.0-dev.74 → 1.0.0-dev.78
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/communication-sdk.cjs +17 -16
- package/communication-sdk.js +8569 -8319
- package/communication-sdk.standalone.js +163 -162
- package/package.json +1 -1
- package/types/app/shell/use-notification-realtime.d.ts.map +1 -1
- package/types/features/feed/domain/feed-options.d.ts +1 -0
- package/types/features/feed/domain/feed-options.d.ts.map +1 -1
- package/types/features/feed/domain/feed-post.d.ts +6 -0
- package/types/features/feed/domain/feed-post.d.ts.map +1 -1
- package/types/features/feed/infrastructure/dto/feed-dtos.d.ts +6 -0
- package/types/features/feed/infrastructure/dto/feed-dtos.d.ts.map +1 -1
- package/types/features/feed/infrastructure/feed-mappers.d.ts.map +1 -1
- package/types/features/feed/presentation/EditPostForm.d.ts.map +1 -1
- package/types/features/feed/presentation/FeedComposer.d.ts.map +1 -1
- package/types/features/feed/presentation/composer-category-utils.d.ts +19 -0
- package/types/features/feed/presentation/composer-category-utils.d.ts.map +1 -0
- package/types/features/feed/presentation/composer-data.d.ts +1 -0
- package/types/features/feed/presentation/composer-data.d.ts.map +1 -1
- package/types/features/feed/presentation/composer-extras.d.ts.map +1 -1
- package/types/features/feed/presentation/composer-item-template-sheets.d.ts.map +1 -1
- package/types/features/feed/presentation/composer-mini-sheets.d.ts +11 -0
- package/types/features/feed/presentation/composer-mini-sheets.d.ts.map +1 -0
- package/types/features/feed/presentation/composer-utils.d.ts +12 -0
- package/types/features/feed/presentation/composer-utils.d.ts.map +1 -0
- package/types/features/feed/presentation/feed-utils.d.ts +1 -1
- package/types/features/feed/presentation/feed-utils.d.ts.map +1 -1
- package/types/features/feed/presentation/use-composer-form-state.d.ts +2 -6
- package/types/features/feed/presentation/use-composer-form-state.d.ts.map +1 -1
- package/types/features/feed/presentation/use-edit-post-state.d.ts +3 -0
- package/types/features/feed/presentation/use-edit-post-state.d.ts.map +1 -1
- package/types/features/feed/presentation/use-feed-post-card-state.d.ts +3 -0
- package/types/features/feed/presentation/use-feed-post-card-state.d.ts.map +1 -1
- package/types/features/meeting-video/presentation/experiences/CloudflareMeetingExperience.d.ts.map +1 -1
- package/types/features/meetings/index.d.ts +1 -1
- package/types/features/meetings/index.d.ts.map +1 -1
- package/types/features/meetings/presentation/ScheduledMeetings.d.ts.map +1 -1
- package/types/features/meetings/presentation/use-meetings.d.ts +1 -1
- package/types/features/meetings/presentation/use-meetings.d.ts.map +1 -1
- package/types/features/schedule/presentation/HoursForm.d.ts.map +1 -1
- package/types/features/schedule/presentation/use-conflict-resolver.d.ts.map +1 -1
- package/types/features/schedule/presentation/working-hours-tz.d.ts +1 -1
- package/types/features/schedule/presentation/working-hours-tz.d.ts.map +1 -1
- package/types/features/settings/domain/feed-pref.d.ts +1 -0
- package/types/features/settings/domain/feed-pref.d.ts.map +1 -1
- package/types/features/settings/domain/webhook-registry.d.ts +9 -0
- package/types/features/settings/domain/webhook-registry.d.ts.map +1 -1
- package/types/features/settings/infrastructure/dto/feed-pref/feed-pref-dtos.d.ts +6 -0
- package/types/features/settings/infrastructure/dto/feed-pref/feed-pref-dtos.d.ts.map +1 -1
- package/types/features/settings/infrastructure/dto/settings/settings-dtos.d.ts +8 -0
- package/types/features/settings/infrastructure/dto/settings/settings-dtos.d.ts.map +1 -1
- package/types/features/settings/infrastructure/http-webhook-gateway.d.ts.map +1 -1
- package/types/features/settings/infrastructure/mappers/feed-pref-mappers.d.ts.map +1 -1
- package/types/features/settings/infrastructure/mappers/settings-mappers.d.ts.map +1 -1
- package/types/features/settings/infrastructure/settings-gateway-errors.d.ts +2 -0
- package/types/features/settings/infrastructure/settings-gateway-errors.d.ts.map +1 -1
- package/types/features/settings/infrastructure/settings-seed.d.ts.map +1 -1
- package/types/features/settings/presentation/CategoryFields.d.ts +3 -1
- package/types/features/settings/presentation/CategoryFields.d.ts.map +1 -1
- package/types/features/settings/presentation/FeedCategoriesTab.d.ts.map +1 -1
- package/types/features/settings/presentation/PromoCategoryCard.d.ts +2 -2
- package/types/features/settings/presentation/PromoCategoryCard.d.ts.map +1 -1
- package/types/features/settings/presentation/TemplateEditorViews.d.ts.map +1 -1
- package/types/features/settings/presentation/TemplatesTab.d.ts +7 -0
- package/types/features/settings/presentation/TemplatesTab.d.ts.map +1 -0
- package/types/features/settings/presentation/WebhookTabs.d.ts +0 -4
- package/types/features/settings/presentation/WebhookTabs.d.ts.map +1 -1
- package/types/features/settings/presentation/feed-categories-tab-utils.d.ts +17 -0
- package/types/features/settings/presentation/feed-categories-tab-utils.d.ts.map +1 -0
- package/types/features/settings/presentation/promo-token-line.d.ts +1 -0
- package/types/features/settings/presentation/promo-token-line.d.ts.map +1 -1
- package/types/shared/ui/TimePicker/TimePicker.d.ts +7 -5
- package/types/shared/ui/TimePicker/TimePicker.d.ts.map +1 -1
|
@@ -81,6 +81,7 @@ export declare const WebhookEndpointDtoSchema: z.ZodObject<{
|
|
|
81
81
|
owner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
82
|
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
83
|
eventKey: z.ZodString;
|
|
84
|
+
templateKey: z.ZodOptional<z.ZodString>;
|
|
84
85
|
secret: z.ZodString;
|
|
85
86
|
status: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
86
87
|
health: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -106,6 +107,7 @@ export declare const WebhookEndpointDtoSchema: z.ZodObject<{
|
|
|
106
107
|
eventKey: string;
|
|
107
108
|
url?: string | null | undefined;
|
|
108
109
|
owner?: string | null | undefined;
|
|
110
|
+
templateKey?: string | undefined;
|
|
109
111
|
health?: {
|
|
110
112
|
failed?: number | null | undefined;
|
|
111
113
|
lastDelivery?: string | null | undefined;
|
|
@@ -121,6 +123,7 @@ export declare const WebhookEndpointDtoSchema: z.ZodObject<{
|
|
|
121
123
|
eventKey: string;
|
|
122
124
|
url?: string | null | undefined;
|
|
123
125
|
owner?: string | null | undefined;
|
|
126
|
+
templateKey?: string | undefined;
|
|
124
127
|
health?: {
|
|
125
128
|
failed?: number | null | undefined;
|
|
126
129
|
lastDelivery?: string | null | undefined;
|
|
@@ -136,6 +139,7 @@ export declare const WebhookEndpointPagedListSchema: z.ZodObject<{
|
|
|
136
139
|
owner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
137
140
|
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
138
141
|
eventKey: z.ZodString;
|
|
142
|
+
templateKey: z.ZodOptional<z.ZodString>;
|
|
139
143
|
secret: z.ZodString;
|
|
140
144
|
status: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
141
145
|
health: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -161,6 +165,7 @@ export declare const WebhookEndpointPagedListSchema: z.ZodObject<{
|
|
|
161
165
|
eventKey: string;
|
|
162
166
|
url?: string | null | undefined;
|
|
163
167
|
owner?: string | null | undefined;
|
|
168
|
+
templateKey?: string | undefined;
|
|
164
169
|
health?: {
|
|
165
170
|
failed?: number | null | undefined;
|
|
166
171
|
lastDelivery?: string | null | undefined;
|
|
@@ -176,6 +181,7 @@ export declare const WebhookEndpointPagedListSchema: z.ZodObject<{
|
|
|
176
181
|
eventKey: string;
|
|
177
182
|
url?: string | null | undefined;
|
|
178
183
|
owner?: string | null | undefined;
|
|
184
|
+
templateKey?: string | undefined;
|
|
179
185
|
health?: {
|
|
180
186
|
failed?: number | null | undefined;
|
|
181
187
|
lastDelivery?: string | null | undefined;
|
|
@@ -194,6 +200,7 @@ export declare const WebhookEndpointPagedListSchema: z.ZodObject<{
|
|
|
194
200
|
eventKey: string;
|
|
195
201
|
url?: string | null | undefined;
|
|
196
202
|
owner?: string | null | undefined;
|
|
203
|
+
templateKey?: string | undefined;
|
|
197
204
|
health?: {
|
|
198
205
|
failed?: number | null | undefined;
|
|
199
206
|
lastDelivery?: string | null | undefined;
|
|
@@ -212,6 +219,7 @@ export declare const WebhookEndpointPagedListSchema: z.ZodObject<{
|
|
|
212
219
|
eventKey: string;
|
|
213
220
|
url?: string | null | undefined;
|
|
214
221
|
owner?: string | null | undefined;
|
|
222
|
+
templateKey?: string | undefined;
|
|
215
223
|
health?: {
|
|
216
224
|
failed?: number | null | undefined;
|
|
217
225
|
lastDelivery?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-dtos.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/settings/infrastructure/dto/settings/settings-dtos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAY/B,CAAC;AAEH,kGAAkG;AAClG,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAAgC,CAAC;AAEnE,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"settings-dtos.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/settings/infrastructure/dto/settings/settings-dtos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAY/B,CAAC;AAEH,kGAAkG;AAClG,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAAgC,CAAC;AAEnE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBnC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGzC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;EAOtC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUjC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW1B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;EAOhC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU/B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;EAO7B,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUnC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-webhook-gateway.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/infrastructure/http-webhook-gateway.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,KAAK,MAAM,EAAW,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,WAAW,EAEjB,MAAM,WAAW,CAAC;AAQnB,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAChC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CACzB;AAED;;GAEG;AACH,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAa;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;gBAEb,IAAI,EAAE,sBAAsB;IAKlC,oBAAoB,IAAI,OAAO,CAC1C,MAAM,CAAC,SAAS,eAAe,EAAE,EAAE,aAAa,CAAC,CAClD;IAiBY,mBAAmB,CAC9B,QAAQ,EAAE,eAAe,GACxB,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,aAAa,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"http-webhook-gateway.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/infrastructure/http-webhook-gateway.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,KAAK,MAAM,EAAW,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,WAAW,EAEjB,MAAM,WAAW,CAAC;AAQnB,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAChC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CACzB;AAED;;GAEG;AACH,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAa;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;gBAEb,IAAI,EAAE,sBAAsB;IAKlC,oBAAoB,IAAI,OAAO,CAC1C,MAAM,CAAC,SAAS,eAAe,EAAE,EAAE,aAAa,CAAC,CAClD;IAiBY,mBAAmB,CAC9B,QAAQ,EAAE,eAAe,GACxB,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,aAAa,CAAC,CAAC;IAkCrC,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IAUzE,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,aAAa,CAAC,CAAC;IAkBzE,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;IAoB7D,aAAa,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,aAAa,CAAC,CAAC;IAY/D,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,aAAa,CAAC,CAAC;IAU9D,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,aAAa,CAAC,CAAC;CAS3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feed-pref-mappers.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/settings/infrastructure/mappers/feed-pref-mappers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAExF,eAAO,MAAM,cAAc,GAAI,KAAK,eAAe,KAAG,
|
|
1
|
+
{"version":3,"file":"feed-pref-mappers.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/settings/infrastructure/mappers/feed-pref-mappers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAExF,eAAO,MAAM,cAAc,GAAI,KAAK,eAAe,KAAG,YAOpD,CAAC;AAEH,eAAO,MAAM,cAAc,GAAI,KAAK,eAAe,KAAG,YAOpD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-mappers.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/settings/infrastructure/mappers/settings-mappers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAGL,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,WAAW,EACZ,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EACV,sBAAsB,EACtB,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AAEvC;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAI,KAAK,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,KAAG,WAWtE,CAAC;AAEL,QAAA,MAAM,gBAAgB,GAAI,QAAQ,MAAM,GAAG,MAAM,KAAG,QAAQ,GAAG,QAAQ,GAAG,OAUzE,CAAC;AASF,eAAO,MAAM,iBAAiB,GAC5B,KAAK,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,KAC5C,
|
|
1
|
+
{"version":3,"file":"settings-mappers.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/settings/infrastructure/mappers/settings-mappers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAGL,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,WAAW,EACZ,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EACV,sBAAsB,EACtB,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AAEvC;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAI,KAAK,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,KAAG,WAWtE,CAAC;AAEL,QAAA,MAAM,gBAAgB,GAAI,QAAQ,MAAM,GAAG,MAAM,KAAG,QAAQ,GAAG,QAAQ,GAAG,OAUzE,CAAC;AASF,eAAO,MAAM,iBAAiB,GAC5B,KAAK,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,KAC5C,eAwBF,CAAC;AAEF,eAAO,MAAM,eAAe,GAC1B,KAAK,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,KAC1C,aAkBD,CAAC;AAEH,eAAO,MAAM,aAAa,GACxB,KAAK,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,KACxC,WAmDD,CAAC;AAEH,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { Logger } from '@core/logger';
|
|
2
2
|
import { type SettingsError } from '../domain';
|
|
3
|
+
/** The ABP error envelope is `{ error: { message, details, validationErrors } }`; returns null for any other body shape. */
|
|
4
|
+
export declare const readAbpErrorMessage: (body: unknown) => string | null;
|
|
3
5
|
/**
|
|
4
6
|
* Log + map a settings transport failure. An ABP validation (400) or business rejection (403) carries a
|
|
5
7
|
* human-meaningful message — duplicate field key, an undeclared header key, an oversized/invalid provisioning
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-gateway-errors.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/infrastructure/settings-gateway-errors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAE3C,OAAO,EAGL,KAAK,aAAa,EACnB,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"settings-gateway-errors.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/infrastructure/settings-gateway-errors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAE3C,OAAO,EAGL,KAAK,aAAa,EACnB,MAAM,WAAW,CAAC;AA2CnB,4HAA4H;AAC5H,eAAO,MAAM,mBAAmB,GAAI,MAAM,OAAO,KAAG,MAAM,GAAG,IAW5D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,GAAI,QAAQ,MAAM,EAAE,OAAO,OAAO,KAAG,aASjE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-seed.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/infrastructure/settings-seed.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,SAAS,EACd,KAAK,gBAAgB,EAErB,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,WAAW,EACZ,MAAM,WAAW,CAAC;AAEnB,eAAO,MAAM,UAAU,EAAE,SAAS,gBAAgB,EAsKjD,CAAC;AAEF,eAAO,MAAM,SAAS,QAAO,WAAW,EAA+C,CAAC;AAExF,eAAO,MAAM,YAAY,EAAE,WAqJ1B,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAAO,aAAa,EA8HnD,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAAO,aAAa,EA8CnD,CAAC;AAEF,oGAAoG;AACpG,eAAO,MAAM,cAAc,QAAO,SAAS,EAuJ1C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,SAAS,YAAY,EAkEjD,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAAO,YAAY,EAejD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,YAOnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,QAAO,eAAe,
|
|
1
|
+
{"version":3,"file":"settings-seed.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/infrastructure/settings-seed.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,SAAS,EACd,KAAK,gBAAgB,EAErB,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,WAAW,EACZ,MAAM,WAAW,CAAC;AAEnB,eAAO,MAAM,UAAU,EAAE,SAAS,gBAAgB,EAsKjD,CAAC;AAEF,eAAO,MAAM,SAAS,QAAO,WAAW,EAA+C,CAAC;AAExF,eAAO,MAAM,YAAY,EAAE,WAqJ1B,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAAO,aAAa,EA8HnD,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAAO,aAAa,EA8CnD,CAAC;AAEF,oGAAoG;AACpG,eAAO,MAAM,cAAc,QAAO,SAAS,EAuJ1C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,SAAS,YAAY,EAkEjD,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAAO,YAAY,EAejD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,YAOnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,QAAO,eAAe,EAqCtD,CAAC;AAcF;;;;GAIG;AACH,eAAO,MAAM,eAAe,QAAO,WAcjC,CAAC"}
|
|
@@ -8,8 +8,10 @@ interface CategoryFieldsProps {
|
|
|
8
8
|
readonly onLabel: (value: string) => void;
|
|
9
9
|
readonly onColor: (value: string) => void;
|
|
10
10
|
readonly onToggleTemplate: (templateId: string) => void;
|
|
11
|
+
readonly dataTemplateIds: readonly string[];
|
|
12
|
+
readonly onSetDataTemplate: (templateId: string | null) => void;
|
|
11
13
|
readonly onWebhookId?: (value: string | null) => void;
|
|
12
14
|
}
|
|
13
|
-
export declare const CategoryFields: ({ label, color, templateIds, webhookId, isDuplicate, onLabel, onColor, onToggleTemplate, onWebhookId, }: CategoryFieldsProps) => ReactElement;
|
|
15
|
+
export declare const CategoryFields: ({ label, color, templateIds, webhookId, isDuplicate, onLabel, onColor, onToggleTemplate, dataTemplateIds, onSetDataTemplate, onWebhookId, }: CategoryFieldsProps) => ReactElement;
|
|
14
16
|
export {};
|
|
15
17
|
//# sourceMappingURL=CategoryFields.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CategoryFields.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/CategoryFields.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAM1C,UAAU,mBAAmB;IAC3B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,CAAC;IACxC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC/B,QAAQ,CAAC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CACvD;
|
|
1
|
+
{"version":3,"file":"CategoryFields.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/CategoryFields.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAM1C,UAAU,mBAAmB;IAC3B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,CAAC;IACxC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC/B,QAAQ,CAAC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,QAAQ,CAAC,eAAe,EAAE,SAAS,MAAM,EAAE,CAAC;IAC5C,QAAQ,CAAC,iBAAiB,EAAE,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAChE,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CACvD;AAkGD,eAAO,MAAM,cAAc,GAAI,6IAY5B,mBAAmB,KAAG,YA8CxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeedCategoriesTab.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/FeedCategoriesTab.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,YAAY,EAAiC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"FeedCategoriesTab.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/FeedCategoriesTab.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,YAAY,EAAiC,MAAM,OAAO,CAAC;AAmMxF,wBAAgB,iBAAiB,IAAI,YAAY,CAqEhD"}
|
|
@@ -5,10 +5,10 @@ import { type CommTemplate, type Promotion } from '../domain';
|
|
|
5
5
|
* campaign as an item row (the template's inner card per campaign), plus an optional "View all".
|
|
6
6
|
* Shared so the feed rail/panel and the Templates editor preview render identically.
|
|
7
7
|
*/
|
|
8
|
-
export declare const PromoCategoryCard: ({ template, color, name, count, items, onViewAll, }: {
|
|
8
|
+
export declare const PromoCategoryCard: ({ template, color, name: _name, count, items, onViewAll, }: {
|
|
9
9
|
readonly template: CommTemplate;
|
|
10
10
|
readonly color: string;
|
|
11
|
-
readonly name
|
|
11
|
+
readonly name?: string | undefined;
|
|
12
12
|
readonly count: number;
|
|
13
13
|
readonly items: readonly Promotion[];
|
|
14
14
|
readonly onViewAll?: (() => void) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PromoCategoryCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/PromoCategoryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAI1C,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,SAAS,EAGf,MAAM,WAAW,CAAC;AA2CnB;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,GAAI,
|
|
1
|
+
{"version":3,"file":"PromoCategoryCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/PromoCategoryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAI1C,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,SAAS,EAGf,MAAM,WAAW,CAAC;AA2CnB;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,GAAI,4DAO/B;IACD,QAAQ,CAAC,QAAQ,EAAE,YAAY,CAAC;IAChC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,SAAS,SAAS,EAAE,CAAC;IACrC,QAAQ,CAAC,SAAS,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;CAC/C,KAAG,YAAY,GAAG,IAiClB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TemplateEditorViews.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/TemplateEditorViews.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAoB,MAAM,OAAO,CAAC;AAK5D,OAAO,EACL,KAAK,YAAY,EAOlB,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"TemplateEditorViews.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/TemplateEditorViews.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAoB,MAAM,OAAO,CAAC;AAK5D,OAAO,EACL,KAAK,YAAY,EAOlB,MAAM,WAAW,CAAC;AA+PnB,qGAAqG;AACrG,eAAO,MAAM,YAAY,GAAI,2DAM1B;IACD,QAAQ,CAAC,QAAQ,EAAE,YAAY,CAAC;IAChC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,YAAY,EAAE,MAAM,IAAI,CAAC;IAClC,QAAQ,CAAC,QAAQ,EAAE,MAAM,IAAI,CAAC;CAC/B,KAAG,YAYH,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ReactElement } from 'react';
|
|
2
|
+
import type { WebhookData } from '../domain';
|
|
3
|
+
/** Pre-built integrations. Installing one registers a real outbound endpoint in the registry. */
|
|
4
|
+
export declare const TemplatesTab: ({ data }: {
|
|
5
|
+
readonly data: WebhookData;
|
|
6
|
+
}) => ReactElement;
|
|
7
|
+
//# sourceMappingURL=TemplatesTab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TemplatesTab.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/TemplatesTab.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAmB,WAAW,EAAmB,MAAM,WAAW,CAAC;AA4D/E,iGAAiG;AACjG,eAAO,MAAM,YAAY,GAAI,UAAU;IAAE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAA;CAAE,KAAG,YAsEvE,CAAC"}
|
|
@@ -12,9 +12,5 @@ export declare const LogsTab: ({ data }: {
|
|
|
12
12
|
export declare const RetryTab: ({ data }: {
|
|
13
13
|
readonly data: WebhookData;
|
|
14
14
|
}) => ReactElement;
|
|
15
|
-
/** Pre-built integrations. Installing one registers a real outbound endpoint in the registry. */
|
|
16
|
-
export declare const TemplatesTab: ({ data }: {
|
|
17
|
-
readonly data: WebhookData;
|
|
18
|
-
}) => ReactElement;
|
|
19
15
|
export declare const GuideTab: () => ReactElement;
|
|
20
16
|
//# sourceMappingURL=WebhookTabs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebhookTabs.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/WebhookTabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAY,MAAM,OAAO,CAAC;AAGpD,OAAO,KAAK,EAGV,WAAW,
|
|
1
|
+
{"version":3,"file":"WebhookTabs.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/WebhookTabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAY,MAAM,OAAO,CAAC;AAGpD,OAAO,KAAK,EAGV,WAAW,EAEZ,MAAM,WAAW,CAAC;AA+CnB,eAAO,MAAM,OAAO,GAAI,UAAU;IAAE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAA;CAAE,KAAG,YASlE,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,UAAU;IAAE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAA;CAAE,KAAG,YAqCpE,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,UAAU;IAAE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAA;CAAE,KAAG,YAYlE,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,UAAU;IAAE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAA;CAAE,KAAG,YAiEnE,CAAC;AAGF,eAAO,MAAM,QAAQ,QAAO,YAkB3B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type Dispatch, type SetStateAction } from 'react';
|
|
2
|
+
import type { FeedCategory } from '../domain';
|
|
3
|
+
export declare const slug: (label: string) => string;
|
|
4
|
+
export declare const getUpdatedCategoriesList: (categories: readonly FeedCategory[], draftKey: string, nextCategory: FeedCategory) => readonly FeedCategory[];
|
|
5
|
+
export declare const useCategoryDrawerState: (draft: FeedCategory) => {
|
|
6
|
+
readonly label: string;
|
|
7
|
+
readonly setLabel: Dispatch<SetStateAction<string>>;
|
|
8
|
+
readonly color: string;
|
|
9
|
+
readonly setColor: Dispatch<SetStateAction<string>>;
|
|
10
|
+
readonly templateIds: readonly string[];
|
|
11
|
+
readonly toggleTemplate: (id: string) => void;
|
|
12
|
+
readonly dataTemplateIds: readonly string[];
|
|
13
|
+
readonly setDataTemplate: (id: string | null) => void;
|
|
14
|
+
readonly webhookId: string | null;
|
|
15
|
+
readonly setWebhookId: Dispatch<SetStateAction<string | null>>;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=feed-categories-tab-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feed-categories-tab-utils.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/feed-categories-tab-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAY,MAAM,OAAO,CAAC;AACrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,eAAO,MAAM,IAAI,GAAI,OAAO,MAAM,KAAG,MACY,CAAC;AAElD,eAAO,MAAM,wBAAwB,GACnC,YAAY,SAAS,YAAY,EAAE,EACnC,UAAU,MAAM,EAChB,cAAc,YAAY,KACzB,SAAS,YAAY,EAKvB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GACjC,OAAO,YAAY,KAClB;IACD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IACpD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IACpD,QAAQ,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,CAAC;IACxC,QAAQ,CAAC,cAAc,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,QAAQ,CAAC,eAAe,EAAE,SAAS,MAAM,EAAE,CAAC;IAC5C,QAAQ,CAAC,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACtD,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,QAAQ,CAAC,YAAY,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;CAkChE,CAAC"}
|
|
@@ -10,6 +10,7 @@ interface TokenLineProps {
|
|
|
10
10
|
/** When true the line just renders its tokens — no click-to-edit, drop or chip removal. */
|
|
11
11
|
readonly readOnly?: boolean;
|
|
12
12
|
readonly multiline?: boolean | undefined;
|
|
13
|
+
readonly maxLength?: number | undefined;
|
|
13
14
|
}
|
|
14
15
|
/** One editable card line: shows atomic token chips, click to edit the raw text, drop tokens onto it. */
|
|
15
16
|
export declare const TokenLine: (props: TokenLineProps) => ReactElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"promo-token-line.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/promo-token-line.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAY,MAAM,OAAO,CAAC;AAKpD,eAAO,MAAM,SAAS,8BAA8B,CAAC;AAsBrD,UAAU,cAAc;IACtB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1C,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,2FAA2F;IAC3F,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"promo-token-line.d.ts","sourceRoot":"","sources":["../../../../../../src/features/settings/presentation/promo-token-line.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAY,MAAM,OAAO,CAAC;AAKpD,eAAO,MAAM,SAAS,8BAA8B,CAAC;AAsBrD,UAAU,cAAc;IACtB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1C,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,2FAA2F;IAC3F,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACzC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACzC;AAwGD,yGAAyG;AACzG,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,KAAG,YA6EjD,CAAC"}
|
|
@@ -3,14 +3,16 @@ export interface TimePickerProps {
|
|
|
3
3
|
/** 24-hour format string, e.g. "09:00" or "18:30" */
|
|
4
4
|
readonly value: string;
|
|
5
5
|
readonly onChange: (value: string) => void;
|
|
6
|
-
readonly disabled?: boolean;
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
9
|
-
readonly
|
|
6
|
+
readonly disabled?: boolean | undefined;
|
|
7
|
+
readonly minTime?: string | undefined;
|
|
8
|
+
readonly maxTime?: string | undefined;
|
|
9
|
+
readonly className?: string | undefined;
|
|
10
|
+
readonly align?: 'start' | 'end' | undefined;
|
|
11
|
+
readonly side?: 'top' | 'bottom' | undefined;
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
12
14
|
* Accessible, theme-aware custom TimePicker component.
|
|
13
15
|
* Features native 3-column scrollable wheel layout (Hour, Minute 00-59, AM/PM).
|
|
14
16
|
*/
|
|
15
|
-
export declare const TimePicker: ({ value, onChange, disabled, className, align, side, }: TimePickerProps) => ReactElement;
|
|
17
|
+
export declare const TimePicker: ({ value, onChange, disabled, minTime, maxTime, className, align, side, }: TimePickerProps) => ReactElement;
|
|
16
18
|
//# sourceMappingURL=TimePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/ui/TimePicker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,YAAY,EAElB,MAAM,OAAO,CAAC;AAMf,MAAM,WAAW,eAAe;IAC9B,qDAAqD;IACrD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/ui/TimePicker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,YAAY,EAElB,MAAM,OAAO,CAAC;AAMf,MAAM,WAAW,eAAe;IAC9B,qDAAqD;IACrD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxC,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,QAAQ,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,SAAS,CAAC;IAC7C,QAAQ,CAAC,IAAI,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,SAAS,CAAC;CAC9C;AA+LD;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,0EASxB,eAAe,KAAG,YAqEpB,CAAC"}
|