@microsoft/omnichannel-chat-components 1.1.10 → 1.1.12
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/lib/types/assets/Icons.d.ts +21 -21
- package/lib/types/common/Constants.d.ts +195 -196
- package/lib/types/common/decodeComponentString.d.ts +2 -2
- package/lib/types/common/encodeComponentString.d.ts +2 -2
- package/lib/types/common/utils.d.ts +19 -19
- package/lib/types/components/callingcontainer/CallingContainer.d.ts +4 -4
- package/lib/types/components/callingcontainer/common/defaultProps/defaultCallingContainerControlProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/common/defaultProps/defaultCallingContainerProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/common/defaultStyles/customizedCallingContainerStyles.d.ts +2 -2
- package/lib/types/components/callingcontainer/common/defaultStyles/defaultCallingContainerStyles.d.ts +2 -2
- package/lib/types/components/callingcontainer/interfaces/ICallingContainerControlProps.d.ts +28 -28
- package/lib/types/components/callingcontainer/interfaces/ICallingContainerProps.d.ts +12 -12
- package/lib/types/components/callingcontainer/interfaces/ICallingContainerStyleProps.d.ts +21 -21
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/CurrentCall.d.ts +4 -4
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultProps/defaultCurrentCallControlProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultProps/defaultCurrentCallControlPropsRtl.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultProps/defaultCurrentCallProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/componentOverridesStyleProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/customizedCurrentCallStyleProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/defaultCurrentCallStyleProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallClassNames.d.ts +22 -22
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallComponentOverrides.d.ts +7 -7
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallControlProps.d.ts +102 -102
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallNonActionControlIds.d.ts +22 -22
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallProps.d.ts +17 -17
- package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallStyleProps.d.ts +60 -60
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/IncomingCall.d.ts +4 -4
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/componentOverrideProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/componentOverridesControlProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/defaultIncomingCallControlProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/defaultIncomingCallControlPropsRtl.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/defaultIncomingCallProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultStyles/componentOverridesStyleProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultStyles/defaultIncomingCallStyleProps.d.ts +2 -2
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/interfaces/IIncomingCallComponentOverrides.d.ts +7 -7
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/interfaces/IIncomingCallControlProps.d.ts +89 -89
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/interfaces/IIncomingCallProps.d.ts +17 -17
- package/lib/types/components/callingcontainer/subcomponents/IncomingCall/interfaces/IIncomingCallStyleProps.d.ts +43 -43
- package/lib/types/components/callingcontainer/subcomponents/Timer/ITimer.d.ts +15 -15
- package/lib/types/components/callingcontainer/subcomponents/Timer/Timer.d.ts +4 -4
- package/lib/types/components/chatbutton/ChatButton.d.ts +4 -4
- package/lib/types/components/chatbutton/common/defaultProps/defaultChatButtonControlProps.d.ts +2 -2
- package/lib/types/components/chatbutton/common/defaultProps/defaultChatButtonProps.d.ts +2 -2
- package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonGeneralStyles.d.ts +2 -2
- package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonIconContainerStyles.d.ts +2 -2
- package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonNotificationBubbleStyles.d.ts +2 -2
- package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonStyleProps.d.ts +2 -2
- package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonSubTitleStyles.d.ts +2 -2
- package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonTextContainerStyles.d.ts +2 -2
- package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonTitleStyles.d.ts +2 -2
- package/lib/types/components/chatbutton/interfaces/IChatButtonClassNames.d.ts +7 -7
- package/lib/types/components/chatbutton/interfaces/IChatButtonComponentOverrides.d.ts +8 -8
- package/lib/types/components/chatbutton/interfaces/IChatButtonControlProps.d.ts +19 -19
- package/lib/types/components/chatbutton/interfaces/IChatButtonProps.d.ts +8 -8
- package/lib/types/components/chatbutton/interfaces/IChatButtonStyleProps.d.ts +12 -12
- package/lib/types/components/common/commandbutton/CommandButton.d.ts +4 -4
- package/lib/types/components/common/interfaces/ICommandButtonControlProps.d.ts +18 -18
- package/lib/types/components/common/interfaces/ICommandButtonProps.d.ts +22 -22
- package/lib/types/components/common/interfaces/IImageControlProps.d.ts +6 -6
- package/lib/types/components/common/interfaces/ILabelControlProps.d.ts +5 -5
- package/lib/types/components/common/subcomponents/CloseButton.d.ts +4 -4
- package/lib/types/components/confirmationpane/ConfirmationPane.d.ts +4 -4
- package/lib/types/components/confirmationpane/common/defaultProps/defaultConfirmationPaneControlProps.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultProps/defaultConfirmationPaneProps.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneButtonGroupStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneCancelButtonFocusedStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneCancelButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneCancelButtonStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneConfirmButtonFocusedStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneConfirmButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneConfirmButtonStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneSubtitleStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneClassNames.d.ts +7 -7
- package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneComponentOverrides.d.ts +7 -7
- package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneControlProps.d.ts +18 -18
- package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneProps.d.ts +8 -8
- package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneStyleProps.d.ts +15 -15
- package/lib/types/components/footer/Footer.d.ts +4 -4
- package/lib/types/components/footer/common/defaultProps/customFooterControlProps.d.ts +2 -2
- package/lib/types/components/footer/common/defaultProps/defaultFooterComponentOverrides.d.ts +2 -2
- package/lib/types/components/footer/common/defaultProps/defaultFooterControlProps.d.ts +2 -2
- package/lib/types/components/footer/common/defaultProps/defaultFooterOverridesProps.d.ts +2 -2
- package/lib/types/components/footer/common/defaultProps/defaultFooterProps.d.ts +2 -2
- package/lib/types/components/footer/common/defaultStyles/defaultFooterStyleProps.d.ts +2 -2
- package/lib/types/components/footer/interfaces/IFooterComponentOverrides.d.ts +15 -15
- package/lib/types/components/footer/interfaces/IFooterControlProps.d.ts +69 -69
- package/lib/types/components/footer/interfaces/IFooterProps.d.ts +17 -18
- package/lib/types/components/footer/interfaces/IFooterStyleProps.d.ts +40 -40
- package/lib/types/components/footer/subcomponents/AudioNotificationButton.d.ts +4 -4
- package/lib/types/components/footer/subcomponents/DownloadTranscriptButton.d.ts +4 -4
- package/lib/types/components/footer/subcomponents/EmailTranscriptButton.d.ts +4 -4
- package/lib/types/components/header/Header.d.ts +4 -4
- package/lib/types/components/header/common/defaultProps/azureHeaderControlProps.d.ts +2 -2
- package/lib/types/components/header/common/defaultProps/azureHeaderProps.d.ts +2 -2
- package/lib/types/components/header/common/defaultProps/customHeaderControlProps.d.ts +2 -2
- package/lib/types/components/header/common/defaultProps/defaultHeaderComponentOverrides.d.ts +2 -2
- package/lib/types/components/header/common/defaultProps/defaultHeaderControlProps.d.ts +2 -2
- package/lib/types/components/header/common/defaultProps/defaultHeaderProps.d.ts +2 -2
- package/lib/types/components/header/common/defaultProps/overridesDefaultHeaderProps.d.ts +2 -2
- package/lib/types/components/header/common/defaultStyles/advancedHeaderStyleProps.d.ts +2 -2
- package/lib/types/components/header/common/defaultStyles/defaultHeaderStyleProps.d.ts +2 -2
- package/lib/types/components/header/interfaces/IHeaderComponentOverrides.d.ts +19 -19
- package/lib/types/components/header/interfaces/IHeaderControlProps.d.ts +76 -76
- package/lib/types/components/header/interfaces/IHeaderProps.d.ts +17 -18
- package/lib/types/components/header/interfaces/IHeaderStyleProps.d.ts +40 -40
- package/lib/types/components/header/subcomponents/MinimizeButton.d.ts +4 -4
- package/lib/types/components/inputvalidationpane/InputValidationPane.d.ts +4 -4
- package/lib/types/components/inputvalidationpane/common/default/defaultProps/defaultInputValidationPaneControlProps.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultProps/defaultInputValidationPaneProps.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneButtonGroupStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneCancelButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneCancelButtonStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneHeaderGroupStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneInputStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneInvalidInputErrorMessageStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneSendButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneSendButtonStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneSubtitleStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneComponentOverrides.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneControlProps.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneProps.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneCancelButtonStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneHeaderGroupStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneInputStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneSendButtonStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneClassNames.d.ts +11 -11
- package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneComponentOverrides.d.ts +9 -9
- package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneControlProps.d.ts +29 -29
- package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneProps.d.ts +8 -8
- package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneStyleProps.d.ts +16 -16
- package/lib/types/components/loadingpane/LoadingPane.d.ts +4 -4
- package/lib/types/components/loadingpane/common/defaultProps/defaultLoadingPaneControlProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/defaultProps/defaultLoadingPaneProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneIconImageProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneIconStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneSpinnerStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneSpinnerTextStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneSubtitleStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetOneProps/presetOneLoadingPaneControlProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetOneProps/presetOneLoadingPaneProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeLoadingPaneControlProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeLoadingPaneProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneIconImageProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneIconStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneSpinnerStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneSpinnerTextStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneSubtitleStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoLoadingPaneControlProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoLoadingPaneProps.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoStyles/presetTwoLoadingPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoStyles/presetTwoLoadingPaneSpinnerStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoStyles/presetTwoLoadingPaneStyles.d.ts +2 -2
- package/lib/types/components/loadingpane/interfaces/ILoadingPaneClassNames.d.ts +7 -7
- package/lib/types/components/loadingpane/interfaces/ILoadingPaneComponentOverrides.d.ts +8 -8
- package/lib/types/components/loadingpane/interfaces/ILoadingPaneControlProps.d.ts +16 -16
- package/lib/types/components/loadingpane/interfaces/ILoadingPaneProps.d.ts +10 -10
- package/lib/types/components/loadingpane/interfaces/ILoadingPaneStyleProps.d.ts +12 -12
- package/lib/types/components/notificationpane/NotificationPane.d.ts +4 -4
- package/lib/types/components/notificationpane/interfaces/INotificationPaneProps.d.ts +8 -8
- package/lib/types/components/notificationpane/interfaces/chatdisconnect/IChatDisconnectClassNames.d.ts +8 -8
- package/lib/types/components/notificationpane/interfaces/chatdisconnect/IChatDisconnectControlProps.d.ts +10 -10
- package/lib/types/components/notificationpane/interfaces/chatdisconnect/IChatDisconnectNotificationProps.d.ts +11 -11
- package/lib/types/components/notificationpane/interfaces/chatdisconnect/IChatDisconnectStyleProps.d.ts +13 -13
- package/lib/types/components/notificationpane/interfaces/common/INotificationPaneClassNames.d.ts +11 -11
- package/lib/types/components/notificationpane/interfaces/common/INotificationPaneComponentOverrides.d.ts +12 -12
- package/lib/types/components/notificationpane/interfaces/common/INotificationPaneControlProps.d.ts +22 -22
- package/lib/types/components/notificationpane/interfaces/common/INotificationPaneInternal.d.ts +53 -53
- package/lib/types/components/notificationpane/interfaces/common/INotificationPaneStyleProps.d.ts +16 -16
- package/lib/types/components/notificationpane/subcomponents/CloseChatButton.d.ts +4 -4
- package/lib/types/components/notificationpane/subcomponents/DismissButton.d.ts +4 -4
- package/lib/types/components/outofofficehourspane/OOOHPane.d.ts +4 -4
- package/lib/types/components/outofofficehourspane/common/defaultProps/defaultOOOHPaneControlProps.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/defaultProps/defaultOOOHPaneProps.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/defaultProps/defaultStyles/defaultOOOHPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/defaultProps/defaultStyles/defaultOOOHPaneStyles.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/defaultProps/defaultStyles/defaultOOOHPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/presetFourProps/presetFourOOOHPaneControlProps.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/presetFourProps/presetFourOOOHPaneProps.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/presetOneProps/presetOneOOOHPaneControlProps.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/presetOneProps/presetOneOOOHPaneProps.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoOOOHPaneControlProps.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoOOOHPaneProps.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoStyles/presetTwoOOOHPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoStyles/presetTwoOOOHPaneStyles.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoStyles/presetTwoOOOHPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneClassNames.d.ts +4 -4
- package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneComponentOverrides.d.ts +4 -4
- package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneControlProps.d.ts +9 -9
- package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneProps.d.ts +8 -8
- package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneStyleProps.d.ts +7 -7
- package/lib/types/components/postchatsurveypane/PostChatSurveyPane.d.ts +4 -4
- package/lib/types/components/postchatsurveypane/common/defaultProps/defaultPostChatSurveyPaneControlProps.d.ts +2 -2
- package/lib/types/components/postchatsurveypane/common/defaultProps/defaultPostChatSurveyPaneProps.d.ts +2 -2
- package/lib/types/components/postchatsurveypane/common/defaultProps/defaultStyles/defaultPostChatSurveyPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/postchatsurveypane/common/defaultProps/defaultStyles/defaultPostChatSurveyPaneStyles.d.ts +2 -2
- package/lib/types/components/postchatsurveypane/common/presetOneProps/presetOnePostChatSurveyPaneControlProps.d.ts +2 -2
- package/lib/types/components/postchatsurveypane/common/presetOneProps/presetOnePostChatSurveyPaneProps.d.ts +2 -2
- package/lib/types/components/postchatsurveypane/common/presetOneProps/presetOneStyles/presetOnePostChatSurveyPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/postchatsurveypane/common/presetOneProps/presetOneStyles/presetOnePostChatSurveyPaneStyles.d.ts +2 -2
- package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneClassNames.d.ts +3 -3
- package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneControlProps.d.ts +6 -6
- package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneProps.d.ts +6 -6
- package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneStyleProps.d.ts +6 -6
- package/lib/types/components/prechatsurveypane/PreChatSurveyPane.d.ts +4 -4
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultPreChatSurveyPaneControlProps.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultPreChatSurveyPaneProps.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneACContainerStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneButtonStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneMultichoiceInputStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneMultilineTextInputStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneTextInputStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneToggleInputStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetOneProps/presetOnePreChatSurveyPaneControlProps.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetOneProps/presetOnePreChatSurveyPaneProps.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreePreChatSurveyPaneControlProps.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreePreChatSurveyPaneProps.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneACContainerStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneButtonStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneStyles.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetTwoProps/presetTwoPreChatSurveyPaneControlProps.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/common/presetTwoProps/presetTwoPreChatSurveyPaneProps.d.ts +2 -2
- package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneButtonStyles.d.ts +8 -8
- package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneControlProps.d.ts +15 -15
- package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneElementStyles.d.ts +6 -6
- package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneProps.d.ts +6 -6
- package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneStyleProps.d.ts +14 -14
- package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneToggleInputStyles.d.ts +3 -3
- package/lib/types/components/proactivechatpane/ProactiveChatPane.d.ts +4 -4
- package/lib/types/components/proactivechatpane/common/default/defaultProps/defaultProactiveChatPaneControlProps.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultProps/defaultProactiveChatPaneProps.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneBodyContainerStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneBodyTitleStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneCloseButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneCloseButtonStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneHeaderContainerStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneStartButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneStartButtonStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneSubtitleStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneTextContainerStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetOne/presetOneProps/presetOneProactiveChatPaneControlProps.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetOne/presetOneProps/presetOneProactiveChatPaneProps.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneBodyTitleStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneCloseButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneCloseButtonStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneStartButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneStartButtonStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeProps/presetThreeProactiveChatPaneControlProps.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeProps/presetThreeProactiveChatPaneProps.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneBodyContainerStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneCloseButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneCloseButtonStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneHeaderContainerStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneStartButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneStartButtonStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneComponentOverrides.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneControlProps.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneProps.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneBodyContainerStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneHeaderContainerStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneStartButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneStartButtonStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneTextContainerStyles.d.ts +2 -2
- package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneClassNames.d.ts +11 -11
- package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneComponentOverrides.d.ts +8 -8
- package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneControlProps.d.ts +21 -21
- package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneProps.d.ts +8 -8
- package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneStyleProps.d.ts +16 -16
- package/lib/types/components/reconnectchatpane/ReconnectChatPane.d.ts +4 -4
- package/lib/types/components/reconnectchatpane/common/default/defaultProps/defaultReconnectChatPaneControlProps.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultProps/defaultReconnectChatPaneProps.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneButtonGroupStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneContinueChatButtonFocusedStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneContinueChatButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneContinueChatButtonStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneIconStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStartChatButtonFocusedStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStartNewChatButtonHoveredStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStartNewChatButtonStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneSubtitleStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneWrapperStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeProps/presetThreeReconnectChatPaneControlProps.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeProps/presetThreeReconnectChatPaneProps.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneButtonGroupStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneContinueChatButtonStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneGeneralStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneTitleStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneWrapperStyles.d.ts +2 -2
- package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneClassNames.d.ts +10 -10
- package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneComponentOverrides.d.ts +8 -8
- package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneControlProps.d.ts +22 -22
- package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneProps.d.ts +8 -8
- package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneStyleProps.d.ts +17 -17
- package/lib/types/index.d.ts +22 -22
- package/lib/types/interfaces/ICustomEvent.d.ts +7 -7
- package/lib/types/services/BroadcastService.d.ts +10 -10
- package/package.json +11 -8
package/lib/types/components/notificationpane/interfaces/common/INotificationPaneInternal.d.ts
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
import { ICommandButtonControlProps } from "../../../common/interfaces/ICommandButtonControlProps";
|
|
3
|
-
import { IImageControlProps } from "../../../common/interfaces/IImageControlProps";
|
|
4
|
-
import { INotificationPaneComponentOverrides } from "./INotificationPaneComponentOverrides";
|
|
5
|
-
/**
|
|
6
|
-
* This interface will act as a generic object that will have the common properties and also the properties for each scenario.
|
|
7
|
-
* Stateful will populate this interface based on the scenario type and send it to NotificationPane component view.
|
|
8
|
-
*/
|
|
9
|
-
export interface INotificationPaneInternal {
|
|
10
|
-
/**
|
|
11
|
-
* Common notification properties
|
|
12
|
-
*/
|
|
13
|
-
id?: string;
|
|
14
|
-
dir?: "ltr" | "rtl" | "auto";
|
|
15
|
-
generalStyleProps?: IStyle;
|
|
16
|
-
containerClassName?: string;
|
|
17
|
-
componentOverrides?: INotificationPaneComponentOverrides;
|
|
18
|
-
infoGroupStyleProps?: IStyle;
|
|
19
|
-
hideTitle?: boolean;
|
|
20
|
-
titleText?: string;
|
|
21
|
-
titleStyleProps?: IStyle;
|
|
22
|
-
titleClassName?: string;
|
|
23
|
-
hideSubtitle?: boolean;
|
|
24
|
-
subtitleText?: string;
|
|
25
|
-
subtitleStyleProps?: IStyle;
|
|
26
|
-
subtitleClassName?: string;
|
|
27
|
-
hideHyperlink?: boolean;
|
|
28
|
-
hyperlinkText?: string;
|
|
29
|
-
hyperlinkAriaLabel?: string;
|
|
30
|
-
hyperlinkHref?: string;
|
|
31
|
-
hyperlinkStyleProps?: IStyle;
|
|
32
|
-
hyperlinkHoverStyleProps?: IStyle;
|
|
33
|
-
hyperlinkClassName?: string;
|
|
34
|
-
hideNotificationIcon?: boolean;
|
|
35
|
-
notificationIconProps?: IImageControlProps;
|
|
36
|
-
notificationIconStyleProps?: IStyle;
|
|
37
|
-
notificationIconClassName?: string;
|
|
38
|
-
notificationIconContainerStyleProps?: IStyle;
|
|
39
|
-
hideDismissButton?: boolean;
|
|
40
|
-
dismissButtonProps?: ICommandButtonControlProps;
|
|
41
|
-
dismissButtonStyleProps?: IStyle;
|
|
42
|
-
dismissButtonHoverStyleProps?: IStyle;
|
|
43
|
-
dismissButtonClassName?: string;
|
|
44
|
-
/**
|
|
45
|
-
* Chat disconnect scenario specific properties
|
|
46
|
-
*/
|
|
47
|
-
hideCloseChatButton?: boolean;
|
|
48
|
-
closeChatButtonProps?: ICommandButtonControlProps;
|
|
49
|
-
closeChatButtonStyleProps?: IStyle;
|
|
50
|
-
closeChatButtonHoverStyleProps?: IStyle;
|
|
51
|
-
closeChatButtonClassName?: string;
|
|
52
|
-
buttonGroupStyleProps?: IStyle;
|
|
53
|
-
}
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
import { ICommandButtonControlProps } from "../../../common/interfaces/ICommandButtonControlProps";
|
|
3
|
+
import { IImageControlProps } from "../../../common/interfaces/IImageControlProps";
|
|
4
|
+
import { INotificationPaneComponentOverrides } from "./INotificationPaneComponentOverrides";
|
|
5
|
+
/**
|
|
6
|
+
* This interface will act as a generic object that will have the common properties and also the properties for each scenario.
|
|
7
|
+
* Stateful will populate this interface based on the scenario type and send it to NotificationPane component view.
|
|
8
|
+
*/
|
|
9
|
+
export interface INotificationPaneInternal {
|
|
10
|
+
/**
|
|
11
|
+
* Common notification properties
|
|
12
|
+
*/
|
|
13
|
+
id?: string;
|
|
14
|
+
dir?: "ltr" | "rtl" | "auto";
|
|
15
|
+
generalStyleProps?: IStyle;
|
|
16
|
+
containerClassName?: string;
|
|
17
|
+
componentOverrides?: INotificationPaneComponentOverrides;
|
|
18
|
+
infoGroupStyleProps?: IStyle;
|
|
19
|
+
hideTitle?: boolean;
|
|
20
|
+
titleText?: string;
|
|
21
|
+
titleStyleProps?: IStyle;
|
|
22
|
+
titleClassName?: string;
|
|
23
|
+
hideSubtitle?: boolean;
|
|
24
|
+
subtitleText?: string;
|
|
25
|
+
subtitleStyleProps?: IStyle;
|
|
26
|
+
subtitleClassName?: string;
|
|
27
|
+
hideHyperlink?: boolean;
|
|
28
|
+
hyperlinkText?: string;
|
|
29
|
+
hyperlinkAriaLabel?: string;
|
|
30
|
+
hyperlinkHref?: string;
|
|
31
|
+
hyperlinkStyleProps?: IStyle;
|
|
32
|
+
hyperlinkHoverStyleProps?: IStyle;
|
|
33
|
+
hyperlinkClassName?: string;
|
|
34
|
+
hideNotificationIcon?: boolean;
|
|
35
|
+
notificationIconProps?: IImageControlProps;
|
|
36
|
+
notificationIconStyleProps?: IStyle;
|
|
37
|
+
notificationIconClassName?: string;
|
|
38
|
+
notificationIconContainerStyleProps?: IStyle;
|
|
39
|
+
hideDismissButton?: boolean;
|
|
40
|
+
dismissButtonProps?: ICommandButtonControlProps;
|
|
41
|
+
dismissButtonStyleProps?: IStyle;
|
|
42
|
+
dismissButtonHoverStyleProps?: IStyle;
|
|
43
|
+
dismissButtonClassName?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Chat disconnect scenario specific properties
|
|
46
|
+
*/
|
|
47
|
+
hideCloseChatButton?: boolean;
|
|
48
|
+
closeChatButtonProps?: ICommandButtonControlProps;
|
|
49
|
+
closeChatButtonStyleProps?: IStyle;
|
|
50
|
+
closeChatButtonHoverStyleProps?: IStyle;
|
|
51
|
+
closeChatButtonClassName?: string;
|
|
52
|
+
buttonGroupStyleProps?: IStyle;
|
|
53
|
+
}
|
package/lib/types/components/notificationpane/interfaces/common/INotificationPaneStyleProps.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
/**
|
|
3
|
-
* This interface will have the common styles properties and is inherited by each scenarios.
|
|
4
|
-
*/
|
|
5
|
-
export interface INotificationPaneStyleProps {
|
|
6
|
-
generalStyleProps?: IStyle;
|
|
7
|
-
titleStyleProps?: IStyle;
|
|
8
|
-
subtitleStyleProps?: IStyle;
|
|
9
|
-
dismissButtonStyleProps?: IStyle;
|
|
10
|
-
dismissButtonHoverStyleProps?: IStyle;
|
|
11
|
-
hyperlinkStyleProps?: IStyle;
|
|
12
|
-
hyperlinkHoverStyleProps?: IStyle;
|
|
13
|
-
notificationIconStyleProps?: IStyle;
|
|
14
|
-
notificationIconContainerStyleProps?: IStyle;
|
|
15
|
-
infoGroupStyleProps?: IStyle;
|
|
16
|
-
}
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
/**
|
|
3
|
+
* This interface will have the common styles properties and is inherited by each scenarios.
|
|
4
|
+
*/
|
|
5
|
+
export interface INotificationPaneStyleProps {
|
|
6
|
+
generalStyleProps?: IStyle;
|
|
7
|
+
titleStyleProps?: IStyle;
|
|
8
|
+
subtitleStyleProps?: IStyle;
|
|
9
|
+
dismissButtonStyleProps?: IStyle;
|
|
10
|
+
dismissButtonHoverStyleProps?: IStyle;
|
|
11
|
+
hyperlinkStyleProps?: IStyle;
|
|
12
|
+
hyperlinkHoverStyleProps?: IStyle;
|
|
13
|
+
notificationIconStyleProps?: IStyle;
|
|
14
|
+
notificationIconContainerStyleProps?: IStyle;
|
|
15
|
+
infoGroupStyleProps?: IStyle;
|
|
16
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
|
|
3
|
-
declare function CloseChatButton(props: ICommandButtonProps): React.JSX.Element;
|
|
4
|
-
export default CloseChatButton;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
|
|
3
|
+
declare function CloseChatButton(props: ICommandButtonProps): React.JSX.Element;
|
|
4
|
+
export default CloseChatButton;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
|
|
3
|
-
declare function DismissButton(props: ICommandButtonProps): React.JSX.Element;
|
|
4
|
-
export default DismissButton;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
|
|
3
|
+
declare function DismissButton(props: ICommandButtonProps): React.JSX.Element;
|
|
4
|
+
export default DismissButton;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IOOOHPaneProps } from "./interfaces/IOOOHPaneProps";
|
|
2
|
-
import React from "react";
|
|
3
|
-
declare function OOOHPane(props: IOOOHPaneProps): React.JSX.Element;
|
|
4
|
-
export default OOOHPane;
|
|
1
|
+
import { IOOOHPaneProps } from "./interfaces/IOOOHPaneProps";
|
|
2
|
+
import React from "react";
|
|
3
|
+
declare function OOOHPane(props: IOOOHPaneProps): React.JSX.Element;
|
|
4
|
+
export default OOOHPane;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneControlProps } from "../../interfaces/IOOOHPaneControlProps";
|
|
2
|
-
export declare const defaultOOOHPaneControlProps: IOOOHPaneControlProps;
|
|
1
|
+
import { IOOOHPaneControlProps } from "../../interfaces/IOOOHPaneControlProps";
|
|
2
|
+
export declare const defaultOOOHPaneControlProps: IOOOHPaneControlProps;
|
package/lib/types/components/outofofficehourspane/common/defaultProps/defaultOOOHPaneProps.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneProps } from "../../interfaces/IOOOHPaneProps";
|
|
2
|
-
export declare const defaultOOOHPaneProps: IOOOHPaneProps;
|
|
1
|
+
import { IOOOHPaneProps } from "../../interfaces/IOOOHPaneProps";
|
|
2
|
+
export declare const defaultOOOHPaneProps: IOOOHPaneProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const defaultOOOHPaneGeneralStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const defaultOOOHPaneGeneralStyles: IStyle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneStyleProps } from "../../../interfaces/IOOOHPaneStyleProps";
|
|
2
|
-
export declare const defaultOOOHPaneStyles: IOOOHPaneStyleProps;
|
|
1
|
+
import { IOOOHPaneStyleProps } from "../../../interfaces/IOOOHPaneStyleProps";
|
|
2
|
+
export declare const defaultOOOHPaneStyles: IOOOHPaneStyleProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const defaultOOOHPaneTitleStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const defaultOOOHPaneTitleStyles: IStyle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneControlProps } from "../../interfaces/IOOOHPaneControlProps";
|
|
2
|
-
export declare const presetFourOOOHPaneControlProps: IOOOHPaneControlProps;
|
|
1
|
+
import { IOOOHPaneControlProps } from "../../interfaces/IOOOHPaneControlProps";
|
|
2
|
+
export declare const presetFourOOOHPaneControlProps: IOOOHPaneControlProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneProps } from "../../interfaces/IOOOHPaneProps";
|
|
2
|
-
export declare const presetFourOOOHPaneProps: IOOOHPaneProps;
|
|
1
|
+
import { IOOOHPaneProps } from "../../interfaces/IOOOHPaneProps";
|
|
2
|
+
export declare const presetFourOOOHPaneProps: IOOOHPaneProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneControlProps } from "../../interfaces/IOOOHPaneControlProps";
|
|
2
|
-
export declare const presetOneOOOHPaneControlProps: IOOOHPaneControlProps;
|
|
1
|
+
import { IOOOHPaneControlProps } from "../../interfaces/IOOOHPaneControlProps";
|
|
2
|
+
export declare const presetOneOOOHPaneControlProps: IOOOHPaneControlProps;
|
package/lib/types/components/outofofficehourspane/common/presetOneProps/presetOneOOOHPaneProps.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneProps } from "../../interfaces/IOOOHPaneProps";
|
|
2
|
-
export declare const presetOneOOOHPaneProps: IOOOHPaneProps;
|
|
1
|
+
import { IOOOHPaneProps } from "../../interfaces/IOOOHPaneProps";
|
|
2
|
+
export declare const presetOneOOOHPaneProps: IOOOHPaneProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneControlProps } from "../../interfaces/IOOOHPaneControlProps";
|
|
2
|
-
export declare const presetTwoOOOHPaneControlProps: IOOOHPaneControlProps;
|
|
1
|
+
import { IOOOHPaneControlProps } from "../../interfaces/IOOOHPaneControlProps";
|
|
2
|
+
export declare const presetTwoOOOHPaneControlProps: IOOOHPaneControlProps;
|
package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoOOOHPaneProps.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneProps } from "../../interfaces/IOOOHPaneProps";
|
|
2
|
-
export declare const presetTwoOOOHPaneProps: IOOOHPaneProps;
|
|
1
|
+
import { IOOOHPaneProps } from "../../interfaces/IOOOHPaneProps";
|
|
2
|
+
export declare const presetTwoOOOHPaneProps: IOOOHPaneProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const presetTwoOOOHPaneGeneralStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const presetTwoOOOHPaneGeneralStyles: IStyle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOOOHPaneStyleProps } from "../../../interfaces/IOOOHPaneStyleProps";
|
|
2
|
-
export declare const presetTwoOOOHPaneStyles: IOOOHPaneStyleProps;
|
|
1
|
+
import { IOOOHPaneStyleProps } from "../../../interfaces/IOOOHPaneStyleProps";
|
|
2
|
+
export declare const presetTwoOOOHPaneStyles: IOOOHPaneStyleProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const presetTwoOOOHPaneTitleStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const presetTwoOOOHPaneTitleStyles: IStyle;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface IOOOHPaneClassNames {
|
|
2
|
-
containerClassName?: string;
|
|
3
|
-
titleClassName?: string;
|
|
4
|
-
}
|
|
1
|
+
export interface IOOOHPaneClassNames {
|
|
2
|
+
containerClassName?: string;
|
|
3
|
+
titleClassName?: string;
|
|
4
|
+
}
|
package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneComponentOverrides.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
export interface IOOOHPaneComponentOverrides {
|
|
3
|
-
title?: ReactNode | string;
|
|
4
|
-
}
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
export interface IOOOHPaneComponentOverrides {
|
|
3
|
+
title?: ReactNode | string;
|
|
4
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export interface IOOOHPaneControlProps {
|
|
2
|
-
id?: string;
|
|
3
|
-
role?: string;
|
|
4
|
-
dir?: "rtl" | "ltr" | "auto";
|
|
5
|
-
hideOOOHPane?: boolean;
|
|
6
|
-
hideTitle?: boolean;
|
|
7
|
-
titleText?: string;
|
|
8
|
-
openLinkInNewTab?: boolean;
|
|
9
|
-
}
|
|
1
|
+
export interface IOOOHPaneControlProps {
|
|
2
|
+
id?: string;
|
|
3
|
+
role?: string;
|
|
4
|
+
dir?: "rtl" | "ltr" | "auto";
|
|
5
|
+
hideOOOHPane?: boolean;
|
|
6
|
+
hideTitle?: boolean;
|
|
7
|
+
titleText?: string;
|
|
8
|
+
openLinkInNewTab?: boolean;
|
|
9
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IOOOHPaneControlProps } from "./IOOOHPaneControlProps";
|
|
2
|
-
import { IOOOHPaneComponentOverrides } from "./IOOOHPaneComponentOverrides";
|
|
3
|
-
import { IOOOHPaneStyleProps } from "./IOOOHPaneStyleProps";
|
|
4
|
-
export interface IOOOHPaneProps {
|
|
5
|
-
componentOverrides?: IOOOHPaneComponentOverrides;
|
|
6
|
-
controlProps?: IOOOHPaneControlProps;
|
|
7
|
-
styleProps?: IOOOHPaneStyleProps;
|
|
8
|
-
}
|
|
1
|
+
import { IOOOHPaneControlProps } from "./IOOOHPaneControlProps";
|
|
2
|
+
import { IOOOHPaneComponentOverrides } from "./IOOOHPaneComponentOverrides";
|
|
3
|
+
import { IOOOHPaneStyleProps } from "./IOOOHPaneStyleProps";
|
|
4
|
+
export interface IOOOHPaneProps {
|
|
5
|
+
componentOverrides?: IOOOHPaneComponentOverrides;
|
|
6
|
+
controlProps?: IOOOHPaneControlProps;
|
|
7
|
+
styleProps?: IOOOHPaneStyleProps;
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IOOOHPaneClassNames } from "./IOOOHPaneClassNames";
|
|
2
|
-
import { IStyle } from "@fluentui/react";
|
|
3
|
-
export interface IOOOHPaneStyleProps {
|
|
4
|
-
generalStyleProps?: IStyle;
|
|
5
|
-
titleStyleProps?: IStyle;
|
|
6
|
-
classNames?: IOOOHPaneClassNames;
|
|
7
|
-
}
|
|
1
|
+
import { IOOOHPaneClassNames } from "./IOOOHPaneClassNames";
|
|
2
|
+
import { IStyle } from "@fluentui/react";
|
|
3
|
+
export interface IOOOHPaneStyleProps {
|
|
4
|
+
generalStyleProps?: IStyle;
|
|
5
|
+
titleStyleProps?: IStyle;
|
|
6
|
+
classNames?: IOOOHPaneClassNames;
|
|
7
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPostChatSurveyPaneProps } from "./interfaces/IPostChatSurveyPaneProps";
|
|
2
|
-
import React from "react";
|
|
3
|
-
declare function PostChatSurveyPane(props: IPostChatSurveyPaneProps): React.JSX.Element;
|
|
4
|
-
export default PostChatSurveyPane;
|
|
1
|
+
import { IPostChatSurveyPaneProps } from "./interfaces/IPostChatSurveyPaneProps";
|
|
2
|
+
import React from "react";
|
|
3
|
+
declare function PostChatSurveyPane(props: IPostChatSurveyPaneProps): React.JSX.Element;
|
|
4
|
+
export default PostChatSurveyPane;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPostChatSurveyPaneControlProps } from "../../interfaces/IPostChatSurveyPaneControlProps";
|
|
2
|
-
export declare const defaultPostChatSurveyPaneControlProps: IPostChatSurveyPaneControlProps;
|
|
1
|
+
import { IPostChatSurveyPaneControlProps } from "../../interfaces/IPostChatSurveyPaneControlProps";
|
|
2
|
+
export declare const defaultPostChatSurveyPaneControlProps: IPostChatSurveyPaneControlProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPostChatSurveyPaneProps } from "../../interfaces/IPostChatSurveyPaneProps";
|
|
2
|
-
export declare const defaultPostChatSurveyPaneProps: IPostChatSurveyPaneProps;
|
|
1
|
+
import { IPostChatSurveyPaneProps } from "../../interfaces/IPostChatSurveyPaneProps";
|
|
2
|
+
export declare const defaultPostChatSurveyPaneProps: IPostChatSurveyPaneProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const defaultPostChatSurveyPaneGeneralStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const defaultPostChatSurveyPaneGeneralStyles: IStyle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPostChatSurveyPaneStyleProps } from "../../../interfaces/IPostChatSurveyPaneStyleProps";
|
|
2
|
-
export declare const defaultPostChatSurveyPaneStyles: IPostChatSurveyPaneStyleProps;
|
|
1
|
+
import { IPostChatSurveyPaneStyleProps } from "../../../interfaces/IPostChatSurveyPaneStyleProps";
|
|
2
|
+
export declare const defaultPostChatSurveyPaneStyles: IPostChatSurveyPaneStyleProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPostChatSurveyPaneControlProps } from "../../interfaces/IPostChatSurveyPaneControlProps";
|
|
2
|
-
export declare const presetOnePostChatSurveyPaneControlProps: IPostChatSurveyPaneControlProps;
|
|
1
|
+
import { IPostChatSurveyPaneControlProps } from "../../interfaces/IPostChatSurveyPaneControlProps";
|
|
2
|
+
export declare const presetOnePostChatSurveyPaneControlProps: IPostChatSurveyPaneControlProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPostChatSurveyPaneProps } from "../../interfaces/IPostChatSurveyPaneProps";
|
|
2
|
-
export declare const presetOnePostChatSurveyPaneProps: IPostChatSurveyPaneProps;
|
|
1
|
+
import { IPostChatSurveyPaneProps } from "../../interfaces/IPostChatSurveyPaneProps";
|
|
2
|
+
export declare const presetOnePostChatSurveyPaneProps: IPostChatSurveyPaneProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const presetOnePostChatSurveyPaneGeneralStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const presetOnePostChatSurveyPaneGeneralStyles: IStyle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPostChatSurveyPaneStyleProps } from "../../../interfaces/IPostChatSurveyPaneStyleProps";
|
|
2
|
-
export declare const presetOnePostChatSurveyPaneStyles: IPostChatSurveyPaneStyleProps;
|
|
1
|
+
import { IPostChatSurveyPaneStyleProps } from "../../../interfaces/IPostChatSurveyPaneStyleProps";
|
|
2
|
+
export declare const presetOnePostChatSurveyPaneStyles: IPostChatSurveyPaneStyleProps;
|
package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneClassNames.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export interface IPostChatSurveyPaneClassNames {
|
|
2
|
-
iframeClassName?: string;
|
|
3
|
-
}
|
|
1
|
+
export interface IPostChatSurveyPaneClassNames {
|
|
2
|
+
iframeClassName?: string;
|
|
3
|
+
}
|
package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneControlProps.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export interface IPostChatSurveyPaneControlProps {
|
|
2
|
-
id?: string;
|
|
3
|
-
title?: string;
|
|
4
|
-
role?: string;
|
|
5
|
-
surveyURL?: string;
|
|
6
|
-
}
|
|
1
|
+
export interface IPostChatSurveyPaneControlProps {
|
|
2
|
+
id?: string;
|
|
3
|
+
title?: string;
|
|
4
|
+
role?: string;
|
|
5
|
+
surveyURL?: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IPostChatSurveyPaneControlProps } from "./IPostChatSurveyPaneControlProps";
|
|
2
|
-
import { IPostChatSurveyPaneStyleProps } from "./IPostChatSurveyPaneStyleProps";
|
|
3
|
-
export interface IPostChatSurveyPaneProps {
|
|
4
|
-
controlProps?: IPostChatSurveyPaneControlProps;
|
|
5
|
-
styleProps?: IPostChatSurveyPaneStyleProps;
|
|
6
|
-
}
|
|
1
|
+
import { IPostChatSurveyPaneControlProps } from "./IPostChatSurveyPaneControlProps";
|
|
2
|
+
import { IPostChatSurveyPaneStyleProps } from "./IPostChatSurveyPaneStyleProps";
|
|
3
|
+
export interface IPostChatSurveyPaneProps {
|
|
4
|
+
controlProps?: IPostChatSurveyPaneControlProps;
|
|
5
|
+
styleProps?: IPostChatSurveyPaneStyleProps;
|
|
6
|
+
}
|
package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneStyleProps.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IPostChatSurveyPaneClassNames } from "./IPostChatSurveyPaneClassNames";
|
|
2
|
-
import { IStyle } from "@fluentui/react";
|
|
3
|
-
export interface IPostChatSurveyPaneStyleProps {
|
|
4
|
-
generalStyleProps?: IStyle;
|
|
5
|
-
classNames?: IPostChatSurveyPaneClassNames;
|
|
6
|
-
}
|
|
1
|
+
import { IPostChatSurveyPaneClassNames } from "./IPostChatSurveyPaneClassNames";
|
|
2
|
+
import { IStyle } from "@fluentui/react";
|
|
3
|
+
export interface IPostChatSurveyPaneStyleProps {
|
|
4
|
+
generalStyleProps?: IStyle;
|
|
5
|
+
classNames?: IPostChatSurveyPaneClassNames;
|
|
6
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IPreChatSurveyPaneProps } from "./interfaces/IPreChatSurveyPaneProps";
|
|
3
|
-
declare function PreChatSurveyPane(props: IPreChatSurveyPaneProps): React.JSX.Element;
|
|
4
|
-
export default PreChatSurveyPane;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { IPreChatSurveyPaneProps } from "./interfaces/IPreChatSurveyPaneProps";
|
|
3
|
+
declare function PreChatSurveyPane(props: IPreChatSurveyPaneProps): React.JSX.Element;
|
|
4
|
+
export default PreChatSurveyPane;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneControlProps } from "../../interfaces/IPreChatSurveyPaneControlProps";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneControlProps: IPreChatSurveyPaneControlProps;
|
|
1
|
+
import { IPreChatSurveyPaneControlProps } from "../../interfaces/IPreChatSurveyPaneControlProps";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneControlProps: IPreChatSurveyPaneControlProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneProps } from "../../interfaces/IPreChatSurveyPaneProps";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneProps: IPreChatSurveyPaneProps;
|
|
1
|
+
import { IPreChatSurveyPaneProps } from "../../interfaces/IPreChatSurveyPaneProps";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneProps: IPreChatSurveyPaneProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneACContainerStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneACContainerStyles: IStyle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneButtonStyles } from "../../../interfaces/IPreChatSurveyPaneButtonStyles";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneButtonStyles: IPreChatSurveyPaneButtonStyles;
|
|
1
|
+
import { IPreChatSurveyPaneButtonStyles } from "../../../interfaces/IPreChatSurveyPaneButtonStyles";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneButtonStyles: IPreChatSurveyPaneButtonStyles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneGeneralStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneGeneralStyles: IStyle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneElementStyles } from "../../../interfaces/IPreChatSurveyPaneElementStyles";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneMultichoiceInputStyles: IPreChatSurveyPaneElementStyles;
|
|
1
|
+
import { IPreChatSurveyPaneElementStyles } from "../../../interfaces/IPreChatSurveyPaneElementStyles";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneMultichoiceInputStyles: IPreChatSurveyPaneElementStyles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneElementStyles } from "../../../interfaces/IPreChatSurveyPaneElementStyles";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneMultilineTextInputStyles: IPreChatSurveyPaneElementStyles;
|
|
1
|
+
import { IPreChatSurveyPaneElementStyles } from "../../../interfaces/IPreChatSurveyPaneElementStyles";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneMultilineTextInputStyles: IPreChatSurveyPaneElementStyles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneStyleProps } from "../../../interfaces/IPreChatSurveyPaneStyleProps";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneStyles: IPreChatSurveyPaneStyleProps;
|
|
1
|
+
import { IPreChatSurveyPaneStyleProps } from "../../../interfaces/IPreChatSurveyPaneStyleProps";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneStyles: IPreChatSurveyPaneStyleProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneElementStyles } from "../../../interfaces/IPreChatSurveyPaneElementStyles";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneTextInputStyles: IPreChatSurveyPaneElementStyles;
|
|
1
|
+
import { IPreChatSurveyPaneElementStyles } from "../../../interfaces/IPreChatSurveyPaneElementStyles";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneTextInputStyles: IPreChatSurveyPaneElementStyles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneToggleInputStyles } from "../../../interfaces/IPreChatSurveyPaneToggleInputStyles";
|
|
2
|
-
export declare const defaultPreChatSurveyPaneToggleInputStyles: IPreChatSurveyPaneToggleInputStyles;
|
|
1
|
+
import { IPreChatSurveyPaneToggleInputStyles } from "../../../interfaces/IPreChatSurveyPaneToggleInputStyles";
|
|
2
|
+
export declare const defaultPreChatSurveyPaneToggleInputStyles: IPreChatSurveyPaneToggleInputStyles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneControlProps } from "../../interfaces/IPreChatSurveyPaneControlProps";
|
|
2
|
-
export declare const presetOnePreChatSurveyPaneControlProps: IPreChatSurveyPaneControlProps;
|
|
1
|
+
import { IPreChatSurveyPaneControlProps } from "../../interfaces/IPreChatSurveyPaneControlProps";
|
|
2
|
+
export declare const presetOnePreChatSurveyPaneControlProps: IPreChatSurveyPaneControlProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneProps } from "../../interfaces/IPreChatSurveyPaneProps";
|
|
2
|
-
export declare const presetOnePreChatSurveyPaneProps: IPreChatSurveyPaneProps;
|
|
1
|
+
import { IPreChatSurveyPaneProps } from "../../interfaces/IPreChatSurveyPaneProps";
|
|
2
|
+
export declare const presetOnePreChatSurveyPaneProps: IPreChatSurveyPaneProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneControlProps } from "../../interfaces/IPreChatSurveyPaneControlProps";
|
|
2
|
-
export declare const presetThreePreChatSurveyPaneControlProps: IPreChatSurveyPaneControlProps;
|
|
1
|
+
import { IPreChatSurveyPaneControlProps } from "../../interfaces/IPreChatSurveyPaneControlProps";
|
|
2
|
+
export declare const presetThreePreChatSurveyPaneControlProps: IPreChatSurveyPaneControlProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneProps } from "../../interfaces/IPreChatSurveyPaneProps";
|
|
2
|
-
export declare const presetThreePreChatSurveyPaneProps: IPreChatSurveyPaneProps;
|
|
1
|
+
import { IPreChatSurveyPaneProps } from "../../interfaces/IPreChatSurveyPaneProps";
|
|
2
|
+
export declare const presetThreePreChatSurveyPaneProps: IPreChatSurveyPaneProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const presetThreePreChatSurveyPaneACContainerStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const presetThreePreChatSurveyPaneACContainerStyles: IStyle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneButtonStyles } from "../../../interfaces/IPreChatSurveyPaneButtonStyles";
|
|
2
|
-
export declare const presetThreePreChatSurveyPaneButtonStyles: IPreChatSurveyPaneButtonStyles;
|
|
1
|
+
import { IPreChatSurveyPaneButtonStyles } from "../../../interfaces/IPreChatSurveyPaneButtonStyles";
|
|
2
|
+
export declare const presetThreePreChatSurveyPaneButtonStyles: IPreChatSurveyPaneButtonStyles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IStyle } from "@fluentui/react";
|
|
2
|
-
export declare const presetThreePreChatSurveyPaneGeneralStyles: IStyle;
|
|
1
|
+
import { IStyle } from "@fluentui/react";
|
|
2
|
+
export declare const presetThreePreChatSurveyPaneGeneralStyles: IStyle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneStyleProps } from "../../../interfaces/IPreChatSurveyPaneStyleProps";
|
|
2
|
-
export declare const presetThreePreChatSurveyPaneStyles: IPreChatSurveyPaneStyleProps;
|
|
1
|
+
import { IPreChatSurveyPaneStyleProps } from "../../../interfaces/IPreChatSurveyPaneStyleProps";
|
|
2
|
+
export declare const presetThreePreChatSurveyPaneStyles: IPreChatSurveyPaneStyleProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneControlProps } from "../../interfaces/IPreChatSurveyPaneControlProps";
|
|
2
|
-
export declare const presetTwoPreChatSurveyPaneControlProps: IPreChatSurveyPaneControlProps;
|
|
1
|
+
import { IPreChatSurveyPaneControlProps } from "../../interfaces/IPreChatSurveyPaneControlProps";
|
|
2
|
+
export declare const presetTwoPreChatSurveyPaneControlProps: IPreChatSurveyPaneControlProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPreChatSurveyPaneProps } from "../../interfaces/IPreChatSurveyPaneProps";
|
|
2
|
-
export declare const presetTwoPreChatSurveyPaneProps: IPreChatSurveyPaneProps;
|
|
1
|
+
import { IPreChatSurveyPaneProps } from "../../interfaces/IPreChatSurveyPaneProps";
|
|
2
|
+
export declare const presetTwoPreChatSurveyPaneProps: IPreChatSurveyPaneProps;
|