@wix/auto_sdk_events_forms 1.0.20 → 1.0.21
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/build/{events-v1-form-forms.universal-DYWoz6AH.d.mts → events-v1-form-forms.universal-DsBBfrf9.d.mts} +6 -1
- package/build/{events-v1-form-forms.universal-DYWoz6AH.d.ts → events-v1-form-forms.universal-DsBBfrf9.d.ts} +6 -1
- package/build/index.d.mts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/index.mjs +1 -0
- package/build/index.mjs.map +1 -1
- package/build/internal/{events-v1-form-forms.universal-DYWoz6AH.d.mts → events-v1-form-forms.universal-DsBBfrf9.d.mts} +6 -1
- package/build/internal/{events-v1-form-forms.universal-DYWoz6AH.d.ts → events-v1-form-forms.universal-DsBBfrf9.d.ts} +6 -1
- package/build/internal/index.d.mts +2 -2
- package/build/internal/index.d.ts +2 -2
- package/build/internal/index.js +1 -0
- package/build/internal/index.js.map +1 -1
- package/build/internal/index.mjs +1 -0
- package/build/internal/index.mjs.map +1 -1
- package/build/internal/meta.d.mts +1 -1
- package/build/internal/meta.d.ts +1 -1
- package/build/meta.d.mts +1 -1
- package/build/meta.d.ts +1 -1
- package/package.json +2 -2
|
@@ -2420,6 +2420,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
2420
2420
|
underlineData?: boolean | null;
|
|
2421
2421
|
/** Data for a spoiler decoration. */
|
|
2422
2422
|
spoilerData?: SpoilerData;
|
|
2423
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
2424
|
+
strikethroughData?: boolean | null;
|
|
2423
2425
|
/** The type of decoration to apply. */
|
|
2424
2426
|
type?: DecorationType;
|
|
2425
2427
|
}
|
|
@@ -2443,6 +2445,8 @@ interface DecorationDataOneOf {
|
|
|
2443
2445
|
underlineData?: boolean | null;
|
|
2444
2446
|
/** Data for a spoiler decoration. */
|
|
2445
2447
|
spoilerData?: SpoilerData;
|
|
2448
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
2449
|
+
strikethroughData?: boolean | null;
|
|
2446
2450
|
}
|
|
2447
2451
|
declare enum DecorationType {
|
|
2448
2452
|
BOLD = "BOLD",
|
|
@@ -2454,7 +2458,8 @@ declare enum DecorationType {
|
|
|
2454
2458
|
LINK = "LINK",
|
|
2455
2459
|
COLOR = "COLOR",
|
|
2456
2460
|
FONT_SIZE = "FONT_SIZE",
|
|
2457
|
-
EXTERNAL = "EXTERNAL"
|
|
2461
|
+
EXTERNAL = "EXTERNAL",
|
|
2462
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
|
2458
2463
|
}
|
|
2459
2464
|
interface AnchorData {
|
|
2460
2465
|
/** The target node's ID. */
|
|
@@ -2420,6 +2420,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
2420
2420
|
underlineData?: boolean | null;
|
|
2421
2421
|
/** Data for a spoiler decoration. */
|
|
2422
2422
|
spoilerData?: SpoilerData;
|
|
2423
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
2424
|
+
strikethroughData?: boolean | null;
|
|
2423
2425
|
/** The type of decoration to apply. */
|
|
2424
2426
|
type?: DecorationType;
|
|
2425
2427
|
}
|
|
@@ -2443,6 +2445,8 @@ interface DecorationDataOneOf {
|
|
|
2443
2445
|
underlineData?: boolean | null;
|
|
2444
2446
|
/** Data for a spoiler decoration. */
|
|
2445
2447
|
spoilerData?: SpoilerData;
|
|
2448
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
2449
|
+
strikethroughData?: boolean | null;
|
|
2446
2450
|
}
|
|
2447
2451
|
declare enum DecorationType {
|
|
2448
2452
|
BOLD = "BOLD",
|
|
@@ -2454,7 +2458,8 @@ declare enum DecorationType {
|
|
|
2454
2458
|
LINK = "LINK",
|
|
2455
2459
|
COLOR = "COLOR",
|
|
2456
2460
|
FONT_SIZE = "FONT_SIZE",
|
|
2457
|
-
EXTERNAL = "EXTERNAL"
|
|
2461
|
+
EXTERNAL = "EXTERNAL",
|
|
2462
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
|
2458
2463
|
}
|
|
2459
2464
|
interface AnchorData {
|
|
2460
2465
|
/** The target node's ID. */
|
package/build/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
|
|
2
|
-
import { F as Form, A as AddControlOptions, a as AddControlResponse, U as UpdateControlIdentifiers, b as UpdateControlOptions, c as UpdateControlResponse, D as DeleteControlIdentifiers, d as DeleteControlResponse, e as UpdateMessagesOptions, f as UpdateMessagesResponse, P as PublishDraftResponse } from './events-v1-form-forms.universal-
|
|
3
|
-
export { cW as ActionEvent, d0 as AddControlOptionsControlOneOf, an as AddControlRequest, ao as AddControlRequestControlOneOf, at as AdditionalGuestsControl, aK as Address, aq as AddressControl, ar as AddressControlLabels, aN as AddressLocation, aL as AddressStreetOneOf, bf as Agenda, r as Alignment, cj as AnchorData, cp as AppEmbedData, cq as AppEmbedDataAppDataOneOf, Y as AppType, cE as AudioData, c9 as Background, ca as BackgroundBackgroundOneOf, K as BackgroundType, cN as Badge, c_ as BaseEventMetadata, cH as BlockquoteData, cr as BookingData, bp as Border, cC as BorderColors, cG as BulletedListData, bo as ButtonData, B as ButtonDataType, b0 as CalendarLinks, cI as CaptionData, bg as Category, bh as CategoryCounts, cB as CellStyle, ax as CheckboxControl, ae as CheckoutFormMessages, bA as CodeBlockData, cx as CollapsibleListData, ck as ColorData, bq as Colors, C as ConferenceType, u as Crop, b2 as Dashboard, as as DateControl, ch as Decoration, ci as DecorationDataOneOf, Q as DecorationType, aE as DeleteControlRequest, cf as Design, cz as Dimensions, _ as Direction, cO as DiscardDraftRequest, cP as DiscardDraftResponse, bC as DividerData, cL as DocumentStyle, cQ as DomainEvent, cR as DomainEventBodyOneOf, av as DropdownControl, aD as EmailControl, cv as EmbedData, cS as EntityCreatedEvent, cV as EntityDeletedEvent, cU as EntityUpdatedEvent, aS as Event, cs as EventData, bi as EventDisplaySettings, E as EventStatus, h as EventType, aH as EventUpdated, a$ as ExternalEvent, b6 as Feed, bD as FileData, bE as FileSource, bF as FileSourceDataOneOf, cn as FontSizeData, X as FontType, c$ as FormEventUpdatedEnvelope, ai as FormInputControlAdded, ak as FormInputControlDeleted, aj as FormInputControlUpdated, a8 as FormMessages, bS as GIF, bR as GIFData, G as GIFType, bH as GalleryData, bN as GalleryOptions, al as GetFormRequest, am as GetFormResponse, c8 as Gradient, b5 as GuestListConfig, bU as HTMLData, bV as HTMLDataDataOneOf, bT as HeadingData, bv as Height, cY as IdentificationData, cZ as IdentificationDataIdOneOf, bJ as Image, bW as ImageData, bY as ImageDataStyles, Z as InitialExpandedItems, a4 as Input, a3 as InputControl, I as InputControlType, bL as Item, bM as ItemDataOneOf, bP as ItemStyle, bc as Keyword, a7 as Label, bj as LabellingSettings, au as Labels, bO as Layout, cJ as LayoutCellData, t as LayoutType, p as LineStyle, bx as Link, cl as LinkData, by as LinkDataOneOf, bZ as LinkPreviewData, b_ as LinkPreviewDataStyles, cD as ListValue, aI as Location, L as LocationType, aJ as MapCoordinates, b$ as MapData, c0 as MapSettings, M as MapType, bI as Media, cm as MentionData, cX as MessageEnvelope, cK as Metadata, a_ as Money, aB as NameControl, aC as NameControlLabels, ad as Negative, ab as NegativeResponseConfirmation, bl as Node, bm as NodeDataOneOf, bn as NodeStyle, N as NodeType, a0 as NullValue, aR as Occurrence, cw as Oembed, b7 as OnlineConferencing, b8 as OnlineConferencingConfig, b9 as OnlineConferencingSession, c4 as Option, cc as OptionDesign, c7 as OptionLayout, a5 as OptionSelection, a6 as OptionSelectionSelectedOptionOneOf, cF as OrderedListData, O as Orientation, bG as PDFSettings, c1 as ParagraphData, c3 as Permissions, ap as PhoneControl, cu as PlaybackOptions, br as PluginContainerData, m as PluginContainerDataAlignment, bs as PluginContainerDataWidth, bt as PluginContainerDataWidthDataOneOf, cd as Poll, c2 as PollData, ce as PollDataLayout, cb as PollDesign, c6 as PollLayout, J as PollLayoutDirection, H as PollLayoutType, c5 as PollSettings, x as Position, ac as Positive, aa as PositiveResponseConfirmation, aG as PublishDraftRequest, aw as RadioButtonControl, aQ as Recurrences, aU as Registration, ag as RegistrationClosedMessages, i as RegistrationStatus, bz as Rel, R as RequestedFields, af as ResponseConfirmation, cT as RestoreInfo, bk as RichContent, aV as RsvpCollection, aW as RsvpCollectionConfig, a9 as RsvpFormMessages, j as RsvpStatusOptions, b3 as RsvpSummary, aP as ScheduleConfig, aT as Scheduling, bb as SeoSchema, ba as SeoSettings, be as Settings, b1 as SiteUrl, w as Source, bu as Spoiler, co as SpoilerData, l as State, g as Status, aM as StreetAddress, bw as Styles, bX as StylesBorder, aO as Subdivision, S as SubdivisionType, cA as TableCellData, cy as TableData, bd as Tag, n as Target, aZ as TaxConfig, T as TaxType, o as TextAlignment, ay as TextControl, cg as TextData, cM as TextNodeStyle, bB as TextStyle, bQ as Thumbnails, v as ThumbnailsAlignment, aX as Ticketing, aY as TicketingConfig, b4 as TicketingSummary, ah as TicketsUnavailableMessages, a1 as Type, d1 as UpdateControlIdentifiersControlOneOf, d2 as UpdateControlOptionsControlOneOf, az as UpdateControlRequest, aA as UpdateControlRequestControlOneOf, aF as UpdateMessagesRequest, V as ValueType, $ as VerticalAlignment, bK as Video, ct as VideoData, s as ViewMode, y as ViewRole, k as VisitorType, z as VoteRole, a2 as WebhookIdentityType, q as Width, W as WidthType } from './events-v1-form-forms.universal-
|
|
2
|
+
import { F as Form, A as AddControlOptions, a as AddControlResponse, U as UpdateControlIdentifiers, b as UpdateControlOptions, c as UpdateControlResponse, D as DeleteControlIdentifiers, d as DeleteControlResponse, e as UpdateMessagesOptions, f as UpdateMessagesResponse, P as PublishDraftResponse } from './events-v1-form-forms.universal-DsBBfrf9.mjs';
|
|
3
|
+
export { cW as ActionEvent, d0 as AddControlOptionsControlOneOf, an as AddControlRequest, ao as AddControlRequestControlOneOf, at as AdditionalGuestsControl, aK as Address, aq as AddressControl, ar as AddressControlLabels, aN as AddressLocation, aL as AddressStreetOneOf, bf as Agenda, r as Alignment, cj as AnchorData, cp as AppEmbedData, cq as AppEmbedDataAppDataOneOf, Y as AppType, cE as AudioData, c9 as Background, ca as BackgroundBackgroundOneOf, K as BackgroundType, cN as Badge, c_ as BaseEventMetadata, cH as BlockquoteData, cr as BookingData, bp as Border, cC as BorderColors, cG as BulletedListData, bo as ButtonData, B as ButtonDataType, b0 as CalendarLinks, cI as CaptionData, bg as Category, bh as CategoryCounts, cB as CellStyle, ax as CheckboxControl, ae as CheckoutFormMessages, bA as CodeBlockData, cx as CollapsibleListData, ck as ColorData, bq as Colors, C as ConferenceType, u as Crop, b2 as Dashboard, as as DateControl, ch as Decoration, ci as DecorationDataOneOf, Q as DecorationType, aE as DeleteControlRequest, cf as Design, cz as Dimensions, _ as Direction, cO as DiscardDraftRequest, cP as DiscardDraftResponse, bC as DividerData, cL as DocumentStyle, cQ as DomainEvent, cR as DomainEventBodyOneOf, av as DropdownControl, aD as EmailControl, cv as EmbedData, cS as EntityCreatedEvent, cV as EntityDeletedEvent, cU as EntityUpdatedEvent, aS as Event, cs as EventData, bi as EventDisplaySettings, E as EventStatus, h as EventType, aH as EventUpdated, a$ as ExternalEvent, b6 as Feed, bD as FileData, bE as FileSource, bF as FileSourceDataOneOf, cn as FontSizeData, X as FontType, c$ as FormEventUpdatedEnvelope, ai as FormInputControlAdded, ak as FormInputControlDeleted, aj as FormInputControlUpdated, a8 as FormMessages, bS as GIF, bR as GIFData, G as GIFType, bH as GalleryData, bN as GalleryOptions, al as GetFormRequest, am as GetFormResponse, c8 as Gradient, b5 as GuestListConfig, bU as HTMLData, bV as HTMLDataDataOneOf, bT as HeadingData, bv as Height, cY as IdentificationData, cZ as IdentificationDataIdOneOf, bJ as Image, bW as ImageData, bY as ImageDataStyles, Z as InitialExpandedItems, a4 as Input, a3 as InputControl, I as InputControlType, bL as Item, bM as ItemDataOneOf, bP as ItemStyle, bc as Keyword, a7 as Label, bj as LabellingSettings, au as Labels, bO as Layout, cJ as LayoutCellData, t as LayoutType, p as LineStyle, bx as Link, cl as LinkData, by as LinkDataOneOf, bZ as LinkPreviewData, b_ as LinkPreviewDataStyles, cD as ListValue, aI as Location, L as LocationType, aJ as MapCoordinates, b$ as MapData, c0 as MapSettings, M as MapType, bI as Media, cm as MentionData, cX as MessageEnvelope, cK as Metadata, a_ as Money, aB as NameControl, aC as NameControlLabels, ad as Negative, ab as NegativeResponseConfirmation, bl as Node, bm as NodeDataOneOf, bn as NodeStyle, N as NodeType, a0 as NullValue, aR as Occurrence, cw as Oembed, b7 as OnlineConferencing, b8 as OnlineConferencingConfig, b9 as OnlineConferencingSession, c4 as Option, cc as OptionDesign, c7 as OptionLayout, a5 as OptionSelection, a6 as OptionSelectionSelectedOptionOneOf, cF as OrderedListData, O as Orientation, bG as PDFSettings, c1 as ParagraphData, c3 as Permissions, ap as PhoneControl, cu as PlaybackOptions, br as PluginContainerData, m as PluginContainerDataAlignment, bs as PluginContainerDataWidth, bt as PluginContainerDataWidthDataOneOf, cd as Poll, c2 as PollData, ce as PollDataLayout, cb as PollDesign, c6 as PollLayout, J as PollLayoutDirection, H as PollLayoutType, c5 as PollSettings, x as Position, ac as Positive, aa as PositiveResponseConfirmation, aG as PublishDraftRequest, aw as RadioButtonControl, aQ as Recurrences, aU as Registration, ag as RegistrationClosedMessages, i as RegistrationStatus, bz as Rel, R as RequestedFields, af as ResponseConfirmation, cT as RestoreInfo, bk as RichContent, aV as RsvpCollection, aW as RsvpCollectionConfig, a9 as RsvpFormMessages, j as RsvpStatusOptions, b3 as RsvpSummary, aP as ScheduleConfig, aT as Scheduling, bb as SeoSchema, ba as SeoSettings, be as Settings, b1 as SiteUrl, w as Source, bu as Spoiler, co as SpoilerData, l as State, g as Status, aM as StreetAddress, bw as Styles, bX as StylesBorder, aO as Subdivision, S as SubdivisionType, cA as TableCellData, cy as TableData, bd as Tag, n as Target, aZ as TaxConfig, T as TaxType, o as TextAlignment, ay as TextControl, cg as TextData, cM as TextNodeStyle, bB as TextStyle, bQ as Thumbnails, v as ThumbnailsAlignment, aX as Ticketing, aY as TicketingConfig, b4 as TicketingSummary, ah as TicketsUnavailableMessages, a1 as Type, d1 as UpdateControlIdentifiersControlOneOf, d2 as UpdateControlOptionsControlOneOf, az as UpdateControlRequest, aA as UpdateControlRequestControlOneOf, aF as UpdateMessagesRequest, V as ValueType, $ as VerticalAlignment, bK as Video, ct as VideoData, s as ViewMode, y as ViewRole, k as VisitorType, z as VoteRole, a2 as WebhookIdentityType, q as Width, W as WidthType } from './events-v1-form-forms.universal-DsBBfrf9.mjs';
|
|
4
4
|
import { createEventModule } from '@wix/sdk-runtime/event-definition-modules';
|
|
5
5
|
|
|
6
6
|
declare function getForm$1(httpClient: HttpClient): GetFormSignature;
|
package/build/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
|
|
2
|
-
import { F as Form, A as AddControlOptions, a as AddControlResponse, U as UpdateControlIdentifiers, b as UpdateControlOptions, c as UpdateControlResponse, D as DeleteControlIdentifiers, d as DeleteControlResponse, e as UpdateMessagesOptions, f as UpdateMessagesResponse, P as PublishDraftResponse } from './events-v1-form-forms.universal-
|
|
3
|
-
export { cW as ActionEvent, d0 as AddControlOptionsControlOneOf, an as AddControlRequest, ao as AddControlRequestControlOneOf, at as AdditionalGuestsControl, aK as Address, aq as AddressControl, ar as AddressControlLabels, aN as AddressLocation, aL as AddressStreetOneOf, bf as Agenda, r as Alignment, cj as AnchorData, cp as AppEmbedData, cq as AppEmbedDataAppDataOneOf, Y as AppType, cE as AudioData, c9 as Background, ca as BackgroundBackgroundOneOf, K as BackgroundType, cN as Badge, c_ as BaseEventMetadata, cH as BlockquoteData, cr as BookingData, bp as Border, cC as BorderColors, cG as BulletedListData, bo as ButtonData, B as ButtonDataType, b0 as CalendarLinks, cI as CaptionData, bg as Category, bh as CategoryCounts, cB as CellStyle, ax as CheckboxControl, ae as CheckoutFormMessages, bA as CodeBlockData, cx as CollapsibleListData, ck as ColorData, bq as Colors, C as ConferenceType, u as Crop, b2 as Dashboard, as as DateControl, ch as Decoration, ci as DecorationDataOneOf, Q as DecorationType, aE as DeleteControlRequest, cf as Design, cz as Dimensions, _ as Direction, cO as DiscardDraftRequest, cP as DiscardDraftResponse, bC as DividerData, cL as DocumentStyle, cQ as DomainEvent, cR as DomainEventBodyOneOf, av as DropdownControl, aD as EmailControl, cv as EmbedData, cS as EntityCreatedEvent, cV as EntityDeletedEvent, cU as EntityUpdatedEvent, aS as Event, cs as EventData, bi as EventDisplaySettings, E as EventStatus, h as EventType, aH as EventUpdated, a$ as ExternalEvent, b6 as Feed, bD as FileData, bE as FileSource, bF as FileSourceDataOneOf, cn as FontSizeData, X as FontType, c$ as FormEventUpdatedEnvelope, ai as FormInputControlAdded, ak as FormInputControlDeleted, aj as FormInputControlUpdated, a8 as FormMessages, bS as GIF, bR as GIFData, G as GIFType, bH as GalleryData, bN as GalleryOptions, al as GetFormRequest, am as GetFormResponse, c8 as Gradient, b5 as GuestListConfig, bU as HTMLData, bV as HTMLDataDataOneOf, bT as HeadingData, bv as Height, cY as IdentificationData, cZ as IdentificationDataIdOneOf, bJ as Image, bW as ImageData, bY as ImageDataStyles, Z as InitialExpandedItems, a4 as Input, a3 as InputControl, I as InputControlType, bL as Item, bM as ItemDataOneOf, bP as ItemStyle, bc as Keyword, a7 as Label, bj as LabellingSettings, au as Labels, bO as Layout, cJ as LayoutCellData, t as LayoutType, p as LineStyle, bx as Link, cl as LinkData, by as LinkDataOneOf, bZ as LinkPreviewData, b_ as LinkPreviewDataStyles, cD as ListValue, aI as Location, L as LocationType, aJ as MapCoordinates, b$ as MapData, c0 as MapSettings, M as MapType, bI as Media, cm as MentionData, cX as MessageEnvelope, cK as Metadata, a_ as Money, aB as NameControl, aC as NameControlLabels, ad as Negative, ab as NegativeResponseConfirmation, bl as Node, bm as NodeDataOneOf, bn as NodeStyle, N as NodeType, a0 as NullValue, aR as Occurrence, cw as Oembed, b7 as OnlineConferencing, b8 as OnlineConferencingConfig, b9 as OnlineConferencingSession, c4 as Option, cc as OptionDesign, c7 as OptionLayout, a5 as OptionSelection, a6 as OptionSelectionSelectedOptionOneOf, cF as OrderedListData, O as Orientation, bG as PDFSettings, c1 as ParagraphData, c3 as Permissions, ap as PhoneControl, cu as PlaybackOptions, br as PluginContainerData, m as PluginContainerDataAlignment, bs as PluginContainerDataWidth, bt as PluginContainerDataWidthDataOneOf, cd as Poll, c2 as PollData, ce as PollDataLayout, cb as PollDesign, c6 as PollLayout, J as PollLayoutDirection, H as PollLayoutType, c5 as PollSettings, x as Position, ac as Positive, aa as PositiveResponseConfirmation, aG as PublishDraftRequest, aw as RadioButtonControl, aQ as Recurrences, aU as Registration, ag as RegistrationClosedMessages, i as RegistrationStatus, bz as Rel, R as RequestedFields, af as ResponseConfirmation, cT as RestoreInfo, bk as RichContent, aV as RsvpCollection, aW as RsvpCollectionConfig, a9 as RsvpFormMessages, j as RsvpStatusOptions, b3 as RsvpSummary, aP as ScheduleConfig, aT as Scheduling, bb as SeoSchema, ba as SeoSettings, be as Settings, b1 as SiteUrl, w as Source, bu as Spoiler, co as SpoilerData, l as State, g as Status, aM as StreetAddress, bw as Styles, bX as StylesBorder, aO as Subdivision, S as SubdivisionType, cA as TableCellData, cy as TableData, bd as Tag, n as Target, aZ as TaxConfig, T as TaxType, o as TextAlignment, ay as TextControl, cg as TextData, cM as TextNodeStyle, bB as TextStyle, bQ as Thumbnails, v as ThumbnailsAlignment, aX as Ticketing, aY as TicketingConfig, b4 as TicketingSummary, ah as TicketsUnavailableMessages, a1 as Type, d1 as UpdateControlIdentifiersControlOneOf, d2 as UpdateControlOptionsControlOneOf, az as UpdateControlRequest, aA as UpdateControlRequestControlOneOf, aF as UpdateMessagesRequest, V as ValueType, $ as VerticalAlignment, bK as Video, ct as VideoData, s as ViewMode, y as ViewRole, k as VisitorType, z as VoteRole, a2 as WebhookIdentityType, q as Width, W as WidthType } from './events-v1-form-forms.universal-
|
|
2
|
+
import { F as Form, A as AddControlOptions, a as AddControlResponse, U as UpdateControlIdentifiers, b as UpdateControlOptions, c as UpdateControlResponse, D as DeleteControlIdentifiers, d as DeleteControlResponse, e as UpdateMessagesOptions, f as UpdateMessagesResponse, P as PublishDraftResponse } from './events-v1-form-forms.universal-DsBBfrf9.js';
|
|
3
|
+
export { cW as ActionEvent, d0 as AddControlOptionsControlOneOf, an as AddControlRequest, ao as AddControlRequestControlOneOf, at as AdditionalGuestsControl, aK as Address, aq as AddressControl, ar as AddressControlLabels, aN as AddressLocation, aL as AddressStreetOneOf, bf as Agenda, r as Alignment, cj as AnchorData, cp as AppEmbedData, cq as AppEmbedDataAppDataOneOf, Y as AppType, cE as AudioData, c9 as Background, ca as BackgroundBackgroundOneOf, K as BackgroundType, cN as Badge, c_ as BaseEventMetadata, cH as BlockquoteData, cr as BookingData, bp as Border, cC as BorderColors, cG as BulletedListData, bo as ButtonData, B as ButtonDataType, b0 as CalendarLinks, cI as CaptionData, bg as Category, bh as CategoryCounts, cB as CellStyle, ax as CheckboxControl, ae as CheckoutFormMessages, bA as CodeBlockData, cx as CollapsibleListData, ck as ColorData, bq as Colors, C as ConferenceType, u as Crop, b2 as Dashboard, as as DateControl, ch as Decoration, ci as DecorationDataOneOf, Q as DecorationType, aE as DeleteControlRequest, cf as Design, cz as Dimensions, _ as Direction, cO as DiscardDraftRequest, cP as DiscardDraftResponse, bC as DividerData, cL as DocumentStyle, cQ as DomainEvent, cR as DomainEventBodyOneOf, av as DropdownControl, aD as EmailControl, cv as EmbedData, cS as EntityCreatedEvent, cV as EntityDeletedEvent, cU as EntityUpdatedEvent, aS as Event, cs as EventData, bi as EventDisplaySettings, E as EventStatus, h as EventType, aH as EventUpdated, a$ as ExternalEvent, b6 as Feed, bD as FileData, bE as FileSource, bF as FileSourceDataOneOf, cn as FontSizeData, X as FontType, c$ as FormEventUpdatedEnvelope, ai as FormInputControlAdded, ak as FormInputControlDeleted, aj as FormInputControlUpdated, a8 as FormMessages, bS as GIF, bR as GIFData, G as GIFType, bH as GalleryData, bN as GalleryOptions, al as GetFormRequest, am as GetFormResponse, c8 as Gradient, b5 as GuestListConfig, bU as HTMLData, bV as HTMLDataDataOneOf, bT as HeadingData, bv as Height, cY as IdentificationData, cZ as IdentificationDataIdOneOf, bJ as Image, bW as ImageData, bY as ImageDataStyles, Z as InitialExpandedItems, a4 as Input, a3 as InputControl, I as InputControlType, bL as Item, bM as ItemDataOneOf, bP as ItemStyle, bc as Keyword, a7 as Label, bj as LabellingSettings, au as Labels, bO as Layout, cJ as LayoutCellData, t as LayoutType, p as LineStyle, bx as Link, cl as LinkData, by as LinkDataOneOf, bZ as LinkPreviewData, b_ as LinkPreviewDataStyles, cD as ListValue, aI as Location, L as LocationType, aJ as MapCoordinates, b$ as MapData, c0 as MapSettings, M as MapType, bI as Media, cm as MentionData, cX as MessageEnvelope, cK as Metadata, a_ as Money, aB as NameControl, aC as NameControlLabels, ad as Negative, ab as NegativeResponseConfirmation, bl as Node, bm as NodeDataOneOf, bn as NodeStyle, N as NodeType, a0 as NullValue, aR as Occurrence, cw as Oembed, b7 as OnlineConferencing, b8 as OnlineConferencingConfig, b9 as OnlineConferencingSession, c4 as Option, cc as OptionDesign, c7 as OptionLayout, a5 as OptionSelection, a6 as OptionSelectionSelectedOptionOneOf, cF as OrderedListData, O as Orientation, bG as PDFSettings, c1 as ParagraphData, c3 as Permissions, ap as PhoneControl, cu as PlaybackOptions, br as PluginContainerData, m as PluginContainerDataAlignment, bs as PluginContainerDataWidth, bt as PluginContainerDataWidthDataOneOf, cd as Poll, c2 as PollData, ce as PollDataLayout, cb as PollDesign, c6 as PollLayout, J as PollLayoutDirection, H as PollLayoutType, c5 as PollSettings, x as Position, ac as Positive, aa as PositiveResponseConfirmation, aG as PublishDraftRequest, aw as RadioButtonControl, aQ as Recurrences, aU as Registration, ag as RegistrationClosedMessages, i as RegistrationStatus, bz as Rel, R as RequestedFields, af as ResponseConfirmation, cT as RestoreInfo, bk as RichContent, aV as RsvpCollection, aW as RsvpCollectionConfig, a9 as RsvpFormMessages, j as RsvpStatusOptions, b3 as RsvpSummary, aP as ScheduleConfig, aT as Scheduling, bb as SeoSchema, ba as SeoSettings, be as Settings, b1 as SiteUrl, w as Source, bu as Spoiler, co as SpoilerData, l as State, g as Status, aM as StreetAddress, bw as Styles, bX as StylesBorder, aO as Subdivision, S as SubdivisionType, cA as TableCellData, cy as TableData, bd as Tag, n as Target, aZ as TaxConfig, T as TaxType, o as TextAlignment, ay as TextControl, cg as TextData, cM as TextNodeStyle, bB as TextStyle, bQ as Thumbnails, v as ThumbnailsAlignment, aX as Ticketing, aY as TicketingConfig, b4 as TicketingSummary, ah as TicketsUnavailableMessages, a1 as Type, d1 as UpdateControlIdentifiersControlOneOf, d2 as UpdateControlOptionsControlOneOf, az as UpdateControlRequest, aA as UpdateControlRequestControlOneOf, aF as UpdateMessagesRequest, V as ValueType, $ as VerticalAlignment, bK as Video, ct as VideoData, s as ViewMode, y as ViewRole, k as VisitorType, z as VoteRole, a2 as WebhookIdentityType, q as Width, W as WidthType } from './events-v1-form-forms.universal-DsBBfrf9.js';
|
|
4
4
|
import { createEventModule } from '@wix/sdk-runtime/event-definition-modules';
|
|
5
5
|
|
|
6
6
|
declare function getForm$1(httpClient: HttpClient): GetFormSignature;
|
package/build/index.js
CHANGED
|
@@ -1013,6 +1013,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
1013
1013
|
DecorationType2["COLOR"] = "COLOR";
|
|
1014
1014
|
DecorationType2["FONT_SIZE"] = "FONT_SIZE";
|
|
1015
1015
|
DecorationType2["EXTERNAL"] = "EXTERNAL";
|
|
1016
|
+
DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
1016
1017
|
return DecorationType2;
|
|
1017
1018
|
})(DecorationType || {});
|
|
1018
1019
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|