@calcom/atoms 2.7.2 → 2.8.0
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/README.md +14 -0
- package/dist/cal-atoms.js +138 -45
- package/dist/{index-D_xjDzPo.js → index-BrBTKoIj.js} +29177 -28818
- package/dist/src/components/ui/alert.d.ts +1 -1
- package/dist/src/components/ui/badge.d.ts +16 -16
- package/dist/src/components/ui/button.d.ts +1 -1
- package/dist/src/components/ui/checkbox.d.ts +1 -1
- package/dist/src/components/ui/dialog.d.ts +4 -4
- package/dist/src/components/ui/dropdown.d.ts +8 -8
- package/dist/src/components/ui/icon.d.ts +2 -2
- package/dist/src/components/ui/show-toast.d.ts +1 -1
- package/dist/src/components/ui/switch.d.ts +1 -1
- package/dist/src/components/ui/text-field.d.ts +1 -1
- package/dist/src/components/ui/toast.d.ts +5 -5
- package/dist/src/contracts/bookings.d.ts +4 -4
- package/dist/src/event-types/hooks/use-platform-tabs-navigations.d.ts +1 -1
- package/dist/src/hooks/bookings/use-cancel-booking.d.ts +1 -1
- package/dist/src/index.d.ts +81 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/vendor/form-builder/base-schema.d.ts +140 -140
- package/dist/src/vendor/form-builder/schema.d.ts +94 -94
- package/dist/src/vendor/form-builder/utils/variants-config.d.ts +6 -6
- package/dist/{stripe-payment-form-B8jt-Dp0.js → stripe-payment-form-2mrB04BK.js} +1 -1
- package/package.json +1 -1
- package/src/index.ts +130 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ComponentPropsWithoutRef, ForwardRefExoticComponent, ReactElement, RefAttributes } from 'react';
|
|
2
2
|
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
3
3
|
declare const ToastProvider: import('react').FC<ToastPrimitives.ToastProviderProps>;
|
|
4
|
-
declare const ToastViewport: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastViewportProps & RefAttributes<HTMLOListElement>, "
|
|
4
|
+
declare const ToastViewport: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastViewportProps & RefAttributes<HTMLOListElement>, "className" | "color" | "id" | "lang" | "style" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "label" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "asChild" | "start" | "reversed" | "hotkey"> & RefAttributes<HTMLOListElement>>;
|
|
5
5
|
declare const Toast: ForwardRefExoticComponent<ToastPrimitives.ToastProps & RefAttributes<HTMLLIElement>>;
|
|
6
|
-
declare const ToastAction: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastActionProps & RefAttributes<HTMLButtonElement>, "
|
|
7
|
-
declare const ToastClose: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastCloseProps & RefAttributes<HTMLButtonElement>, "
|
|
8
|
-
declare const ToastTitle: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastTitleProps & RefAttributes<HTMLDivElement>, "
|
|
9
|
-
declare const ToastDescription: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastDescriptionProps & RefAttributes<HTMLDivElement>, "
|
|
6
|
+
declare const ToastAction: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastActionProps & RefAttributes<HTMLButtonElement>, "name" | "className" | "color" | "id" | "lang" | "style" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "asChild" | "altText"> & RefAttributes<HTMLButtonElement>>;
|
|
7
|
+
declare const ToastClose: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastCloseProps & RefAttributes<HTMLButtonElement>, "name" | "className" | "color" | "id" | "lang" | "style" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "asChild"> & RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
declare const ToastTitle: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastTitleProps & RefAttributes<HTMLDivElement>, "className" | "color" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "asChild"> & RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const ToastDescription: ForwardRefExoticComponent<Pick<ToastPrimitives.ToastDescriptionProps & RefAttributes<HTMLDivElement>, "className" | "color" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "asChild"> & RefAttributes<HTMLDivElement>>;
|
|
10
10
|
type ToastProps = ComponentPropsWithoutRef<typeof Toast>;
|
|
11
11
|
type ToastActionElement = ReactElement<typeof ToastAction>;
|
|
12
12
|
export { type ToastProps, type ToastActionElement, ToastProvider, ToastViewport, Toast, ToastTitle, ToastDescription, ToastClose, ToastAction, };
|
|
@@ -22,12 +22,12 @@ export declare const bookingCancelSchema: z.ZodObject<{
|
|
|
22
22
|
name: z.ZodString;
|
|
23
23
|
cancellationReason: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
id: number;
|
|
26
25
|
name: string;
|
|
26
|
+
id: number;
|
|
27
27
|
cancellationReason?: string | null | undefined;
|
|
28
28
|
}, {
|
|
29
|
-
id: number;
|
|
30
29
|
name: string;
|
|
30
|
+
id: number;
|
|
31
31
|
cancellationReason?: string | null | undefined;
|
|
32
32
|
}>>>;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -41,8 +41,8 @@ export declare const bookingCancelSchema: z.ZodObject<{
|
|
|
41
41
|
skipCalendarSyncTaskCancellation?: boolean | undefined;
|
|
42
42
|
cancelledBy?: string | undefined;
|
|
43
43
|
internalNote?: {
|
|
44
|
-
id: number;
|
|
45
44
|
name: string;
|
|
45
|
+
id: number;
|
|
46
46
|
cancellationReason?: string | null | undefined;
|
|
47
47
|
} | null | undefined;
|
|
48
48
|
}, {
|
|
@@ -56,8 +56,8 @@ export declare const bookingCancelSchema: z.ZodObject<{
|
|
|
56
56
|
skipCalendarSyncTaskCancellation?: boolean | undefined;
|
|
57
57
|
cancelledBy?: string | undefined;
|
|
58
58
|
internalNote?: {
|
|
59
|
-
id: number;
|
|
60
59
|
name: string;
|
|
60
|
+
id: number;
|
|
61
61
|
cancellationReason?: string | null | undefined;
|
|
62
62
|
} | null | undefined;
|
|
63
63
|
}>;
|
|
@@ -10,7 +10,7 @@ type Props = {
|
|
|
10
10
|
};
|
|
11
11
|
export declare const usePlatformTabsNavigations: ({ formMethods, eventType, team, tabs }: Props) => {
|
|
12
12
|
tabsNavigation: VerticalTabItemProps[];
|
|
13
|
-
currentTab: "
|
|
13
|
+
currentTab: "availability" | "recurring" | "team" | "advanced" | "limits" | "setup" | "payments";
|
|
14
14
|
};
|
|
15
15
|
export {};
|
|
16
16
|
//# sourceMappingURL=use-platform-tabs-navigations.d.ts.map
|
|
@@ -14,8 +14,8 @@ export declare const useCancelBooking: ({ onSuccess, onError }?: IUseCancelBooki
|
|
|
14
14
|
skipCalendarSyncTaskCancellation?: boolean | undefined;
|
|
15
15
|
cancelledBy?: string | undefined;
|
|
16
16
|
internalNote?: {
|
|
17
|
-
id: number;
|
|
18
17
|
name: string;
|
|
18
|
+
id: number;
|
|
19
19
|
cancellationReason?: string | null | undefined;
|
|
20
20
|
} | null | undefined;
|
|
21
21
|
}, unknown>;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,12 +1,68 @@
|
|
|
1
|
+
export { AddMembersWithSwitchPlatformWrapper } from './add-members-switch/add-members-with-switch-platform-wrapper';
|
|
1
2
|
export { AvailabilitySettingsPlatformWrapper as AvailabilitySettings } from './availability';
|
|
2
3
|
export type { AvailabilitySettingsScheduleType } from './availability/availability-settings';
|
|
3
4
|
export type { AvailabilitySettingsFormRef } from './availability/types';
|
|
4
5
|
export type { AvailabilitySettingsPlatformWrapperProps as AvailabilitySettingsProps } from './availability/wrappers/availability-settings-platform-wrapper';
|
|
5
6
|
export { BookerPlatformWrapper as Booker } from './booker/booker-platform-wrapper';
|
|
7
|
+
export { BookerStoreProvider } from './booker/booker-store-provider';
|
|
8
|
+
export { DryRunMessage } from './booker/components/dry-run-message';
|
|
9
|
+
export { ExternalRedirectInterstitial } from './booker/components/external-redirect-interstitial';
|
|
10
|
+
export { Header } from './booker/components/header';
|
|
11
|
+
export { useOverlayCalendarStore } from './booker/components/overlay-calendar/store';
|
|
12
|
+
export { RedirectToInstantMeetingModal } from './booker/components/redirect-to-instant-meeting-modal';
|
|
13
|
+
export { BookerSection } from './booker/components/section';
|
|
14
|
+
export { TimeFormatToggle } from './booker/components/time-format-toggle';
|
|
15
|
+
export { NotFound } from './booker/components/unavailable';
|
|
16
|
+
export { VerifyCodeDialog } from './booker/components/verify-code-dialog';
|
|
17
|
+
export type { IGetAvailableSlots } from './booker/hooks/use-available-time-slots';
|
|
18
|
+
export { useAvailableTimeSlots } from './booker/hooks/use-available-time-slots';
|
|
19
|
+
export type { UseBookerLayoutType } from './booker/hooks/use-booker-layout';
|
|
20
|
+
export { useBookerLayout } from './booker/hooks/use-booker-layout';
|
|
21
|
+
export { useBookerTime } from './booker/hooks/use-booker-time';
|
|
22
|
+
export { useInitializeWeekStart } from './booker/hooks/use-initialize-week-start';
|
|
23
|
+
export { useIsQuickAvailabilityCheckFeatureEnabled } from './booker/hooks/use-is-quick-availability-check-feature-enabled';
|
|
24
|
+
export type { HasExternalId } from './booker/hooks/use-local-set';
|
|
25
|
+
export { useLocalSet } from './booker/hooks/use-local-set';
|
|
26
|
+
export { useNonEmptyScheduleDays } from './booker/hooks/use-non-empty-schedule-days';
|
|
27
|
+
export { useOverlayCalendar } from './booker/hooks/use-overlay-calendar';
|
|
28
|
+
export { useShouldShowArrows } from './booker/hooks/use-should-show-arrows';
|
|
29
|
+
export { useSkipConfirmStep } from './booker/hooks/use-skip-confirm-step';
|
|
30
|
+
export { useSlotsForAvailableDates, useSlotsForDate } from './booker/hooks/use-slots-for-date';
|
|
31
|
+
export { useStableTimezone } from './booker/hooks/use-stable-timezone';
|
|
32
|
+
export type { BookerStore, CountryCode, StoreInitializeType } from './booker/store';
|
|
33
|
+
export { createBookerStore, useBookerStore, useInitializeBookerStore } from './booker/store';
|
|
34
|
+
export type { Slot } from './booker/types';
|
|
35
|
+
export { useSlotReservationId } from './booker/use-slot-reservation-id';
|
|
36
|
+
export { FromTime, FromToTime, formatEventFromTime, formatEventFromToTime } from './booker/utils/dates';
|
|
37
|
+
export { getBookerTimezone } from './booker/utils/get-booker-timezone';
|
|
38
|
+
export { getBookingDuration } from './booker/utils/get-booking-duration';
|
|
39
|
+
export { getPrefetchMonthCount } from './booker/utils/get-prefetch-month-count';
|
|
40
|
+
export { isBookingDryRun } from './booker/utils/is-booking-dry-run';
|
|
41
|
+
export { isPrefetchNextMonthEnabled } from './booker/utils/is-prefetch-next-month-enabled';
|
|
42
|
+
export { isTimeSlotAvailable } from './booker/utils/is-timeslot-available';
|
|
43
|
+
export { validateLayout } from './booker/utils/layout';
|
|
6
44
|
export { BookerEmbed } from './booker-embed';
|
|
7
45
|
export { CalOAuthProvider, CalProvider } from './cal-provider';
|
|
8
46
|
export { CalendarSettingsPlatformWrapper as CalendarSettings } from './calendar-settings/index';
|
|
47
|
+
export { LargeCalendar } from './calendar-view/components/large-calendar';
|
|
48
|
+
export { NoAvailabilityDialog } from './calendar-view/components/no-availability-dialog';
|
|
9
49
|
export { CalendarViewPlatformWrapper as CalendarView } from './calendar-view/index';
|
|
50
|
+
export { Calendar } from './calendar-view/scheduler/components/calendar';
|
|
51
|
+
export type { AllDayEventSpan, UseAllDayEventSpansArgs, } from './calendar-view/scheduler/components/event/all-day-events';
|
|
52
|
+
export { AllDayEvents, assignLanes, isInAllDayBar, isOverlapping, useAllDayEventBar, useAllDayEventSpans, } from './calendar-view/scheduler/components/event/all-day-events';
|
|
53
|
+
export { AvailableCellsForDay, EmptyCell } from './calendar-view/scheduler/components/event/empty';
|
|
54
|
+
export { Event, getStatusColorClass, STATUS_COLOR_MAP, } from './calendar-view/scheduler/components/event/event';
|
|
55
|
+
export { EventList } from './calendar-view/scheduler/components/event/event-list';
|
|
56
|
+
export { SchedulerHeading } from './calendar-view/scheduler/components/heading/scheduler-heading';
|
|
57
|
+
export { Spinner } from './calendar-view/scheduler/components/spinner/spinner';
|
|
58
|
+
export { CalendarStoreContext, createCalendarStore, useCalendarStore, } from './calendar-view/scheduler/state/store';
|
|
59
|
+
export type { BorderColor } from './calendar-view/scheduler/types/common';
|
|
60
|
+
export type { BookingStatus, CalendarEvent } from './calendar-view/scheduler/types/events';
|
|
61
|
+
export type { CalendarAvailableTimeslots, CalendarComponentProps, CalendarPrivateActions, CalendarPublicActions, CalendarState, CalendarStoreProps, Hours, IFromUser, IToUser, OutOfOfficeRenderProps, TimeRange, View, } from './calendar-view/scheduler/types/state';
|
|
62
|
+
export type { GridCellToDateProps } from './calendar-view/scheduler/utils/index';
|
|
63
|
+
export { calculateHourSizeInPx, getDaysBetweenDates, getHoursToDisplay, gridCellToDateTime, mergeOverlappingDateRanges, weekdayDates, } from './calendar-view/scheduler/utils/index';
|
|
64
|
+
export type { EventLayout, OverlapLayoutConfig } from './calendar-view/scheduler/utils/overlap';
|
|
65
|
+
export { buildOverlapGroups, calculateEventLayouts, createLayoutMap, sortEvents, } from './calendar-view/scheduler/utils/overlap';
|
|
10
66
|
export * as Connect from './connect';
|
|
11
67
|
export type { ConferencingAppsCustomClassNames } from './connect/conferencing-apps/conferencing-apps-view-platform-wrapper';
|
|
12
68
|
export { ConferencingAppsViewPlatformWrapper as ConferencingAppsSettings } from './connect/conferencing-apps/conferencing-apps-view-platform-wrapper';
|
|
@@ -16,7 +72,19 @@ export { StripeConnect } from './connect/stripe/stripe-connect';
|
|
|
16
72
|
export type { UpdateScheduleInput_2024_06_11 as UpdateScheduleBody } from './contracts';
|
|
17
73
|
export { CreateScheduleForm } from './create-schedule/create-schedule-form';
|
|
18
74
|
export { CreateSchedulePlatformWrapper as CreateSchedule } from './create-schedule/index';
|
|
75
|
+
export { DestinationCalendarSelector } from './destination-calendar/destination-calendar-selector';
|
|
19
76
|
export { DestinationCalendarSettingsPlatformWrapper as DestinationCalendarSettings } from './destination-calendar/index';
|
|
77
|
+
export { AssignAllTeamMembers } from './event-types/components/assign-all-team-members';
|
|
78
|
+
export type { ChildrenEventTypeSelectCustomClassNames } from './event-types/components/children-event-type-select';
|
|
79
|
+
export { ChildrenEventTypeSelect } from './event-types/components/children-event-type-select';
|
|
80
|
+
export { default as CreateEventTypeFormAtoms } from './event-types/components/create-event-type-form';
|
|
81
|
+
export { LearnMoreLink } from './event-types/components/learn-more-link';
|
|
82
|
+
export { useAddVerifiedEmail } from './event-types/hooks/use-add-verified-email';
|
|
83
|
+
export { useEventTypeForm } from './event-types/hooks/use-event-type-form';
|
|
84
|
+
export { useGetVerifiedEmails } from './event-types/hooks/use-get-verified-emails';
|
|
85
|
+
export { useHandleRouteChange } from './event-types/hooks/use-handle-route-change';
|
|
86
|
+
export { useTabsNavigations } from './event-types/hooks/use-tabs-navigations';
|
|
87
|
+
export { useTeamMembersWithSegmentPlatform } from './event-types/hooks/use-team-members-with-segment-platform';
|
|
20
88
|
export { ListEventTypesPlatformWrapper as ListEventTypes } from './event-types/index';
|
|
21
89
|
export { PaymentForm } from './event-types/payments/payment-form';
|
|
22
90
|
export { CreateEventTypePlatformWrapper as CreateEventType } from './event-types/wrappers/create-event-type-platform-wrapper';
|
|
@@ -25,10 +93,12 @@ export type { EventSettingsFromRef } from './event-types/wrappers/types';
|
|
|
25
93
|
export { useBooking } from './hooks/bookings/use-booking';
|
|
26
94
|
export { useBookings } from './hooks/bookings/use-bookings';
|
|
27
95
|
export { useCancelBooking } from './hooks/bookings/use-cancel-booking';
|
|
96
|
+
export { useHandleBookEvent } from './hooks/bookings/use-handle-book-event';
|
|
28
97
|
export { useAddSelectedCalendar } from './hooks/calendars/use-add-selected-calendar';
|
|
29
98
|
export { useDeleteCalendarCredentials } from './hooks/calendars/use-delete-calendar-credentials';
|
|
30
99
|
export { useRemoveSelectedCalendar } from './hooks/calendars/use-remove-selected-calendar';
|
|
31
100
|
export { useCreateEventType } from './hooks/event-types/private/use-create-event-type';
|
|
101
|
+
export { useCreateEventTypeForm } from './hooks/event-types/private/use-create-event-type-form';
|
|
32
102
|
export { useCreateTeamEventType } from './hooks/event-types/private/use-create-team-event-type';
|
|
33
103
|
export { useEventTypeById } from './hooks/event-types/private/use-event-type-by-id';
|
|
34
104
|
export { useEventType as useEvent } from './hooks/event-types/public/use-event-type';
|
|
@@ -42,10 +112,21 @@ export { useAvailableSlots } from './hooks/use-available-slots';
|
|
|
42
112
|
export { useConnectedCalendars } from './hooks/use-connected-calendars';
|
|
43
113
|
export { useIsPlatform } from './hooks/use-is-platform';
|
|
44
114
|
export { useMe } from './hooks/use-me';
|
|
115
|
+
export { useVerifyCode } from './hooks/use-verify-code';
|
|
116
|
+
export { useVerifyEmail } from './hooks/use-verify-email';
|
|
45
117
|
export { ListSchedulesPlatformWrapper as ListSchedules } from './list-schedules/index';
|
|
46
118
|
export { OnboardingEmbed } from './onboarding/export';
|
|
47
119
|
export type { OnboardingEmbedProps, OnboardingError } from './onboarding/types';
|
|
48
120
|
export { Router } from './router';
|
|
49
121
|
export { SelectedCalendarsSettingsPlatformWrapper as SelectedCalendarsSettings } from './selected-calendars/index';
|
|
122
|
+
export { CalendarToggleContainerComponent } from './troubleshooter/components/calendar-toggle-container-component';
|
|
123
|
+
export { EventScheduleItemComponent } from './troubleshooter/components/event-schedule-item-component';
|
|
124
|
+
export { EventTypeSelectComponent } from './troubleshooter/components/event-type-select-component';
|
|
125
|
+
export { TroubleshooterListItemContainer, TroubleshooterListItemHeader, } from './troubleshooter/components/troubleshooter-list-item-container';
|
|
50
126
|
export { TroubleshooterPlatformWrapper as TroubleShooter } from './troubleshooter/index';
|
|
127
|
+
export { CalendarToggleContainer } from './troubleshooter/sidebar/calendar-toggle-container';
|
|
128
|
+
export { EventScheduleItem } from './troubleshooter/sidebar/event-schedule-item';
|
|
129
|
+
export type { TroubleshooterStore } from './troubleshooter/store';
|
|
130
|
+
export { useInitalizeTroubleshooterStore, useTroubleshooterStore } from './troubleshooter/store';
|
|
131
|
+
export type { TroubleshooterProps } from './troubleshooter/types';
|
|
51
132
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|