@microsoft/omnichannel-chat-components 1.1.17-0 → 1.1.19
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/cjs/assets/Icons.js +21 -42
- package/lib/cjs/common/Constants.js +17 -31
- package/lib/cjs/common/decodeComponentString.js +0 -6
- package/lib/cjs/common/encodeComponentString.js +0 -2
- package/lib/cjs/common/utils.js +22 -56
- package/lib/cjs/components/callingcontainer/CallingContainer.js +3 -18
- package/lib/cjs/components/callingcontainer/common/defaultProps/defaultCallingContainerControlProps.js +2 -5
- package/lib/cjs/components/callingcontainer/common/defaultProps/defaultCallingContainerProps.js +2 -6
- package/lib/cjs/components/callingcontainer/common/defaultStyles/customizedCallingContainerStyles.js +2 -3
- package/lib/cjs/components/callingcontainer/common/defaultStyles/defaultCallingContainerStyles.js +2 -3
- package/lib/cjs/components/callingcontainer/subcomponents/CurrentCall/CurrentCall.js +95 -135
- package/lib/cjs/components/callingcontainer/subcomponents/CurrentCall/common/defaultProps/defaultCurrentCallControlProps.js +2 -5
- package/lib/cjs/components/callingcontainer/subcomponents/CurrentCall/common/defaultProps/defaultCurrentCallControlPropsRtl.js +2 -6
- package/lib/cjs/components/callingcontainer/subcomponents/CurrentCall/common/defaultProps/defaultCurrentCallProps.js +2 -6
- package/lib/cjs/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/componentOverridesStyleProps.js +3 -5
- package/lib/cjs/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/customizedCurrentCallStyleProps.js +2 -3
- package/lib/cjs/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/defaultCurrentCallStyleProps.js +2 -3
- package/lib/cjs/components/callingcontainer/subcomponents/IncomingCall/IncomingCall.js +51 -78
- package/lib/cjs/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/componentOverrideProps.js +3 -11
- package/lib/cjs/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/componentOverridesControlProps.js +2 -7
- package/lib/cjs/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/defaultIncomingCallControlProps.js +2 -5
- package/lib/cjs/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/defaultIncomingCallControlPropsRtl.js +2 -6
- package/lib/cjs/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/defaultIncomingCallProps.js +2 -6
- package/lib/cjs/components/callingcontainer/subcomponents/IncomingCall/common/defaultStyles/componentOverridesStyleProps.js +2 -3
- package/lib/cjs/components/callingcontainer/subcomponents/IncomingCall/common/defaultStyles/defaultIncomingCallStyleProps.js +2 -3
- package/lib/cjs/components/callingcontainer/subcomponents/Timer/Timer.js +2 -11
- package/lib/cjs/components/chatbutton/ChatButton.js +26 -57
- package/lib/cjs/components/chatbutton/common/defaultProps/defaultChatButtonControlProps.js +2 -5
- package/lib/cjs/components/chatbutton/common/defaultProps/defaultChatButtonProps.js +2 -6
- package/lib/cjs/components/chatbutton/common/defaultStyles/defaultChatButtonGeneralStyles.js +2 -3
- package/lib/cjs/components/chatbutton/common/defaultStyles/defaultChatButtonIconContainerStyles.js +2 -5
- package/lib/cjs/components/chatbutton/common/defaultStyles/defaultChatButtonNotificationBubbleStyles.js +2 -3
- package/lib/cjs/components/chatbutton/common/defaultStyles/defaultChatButtonStyleProps.js +2 -10
- package/lib/cjs/components/chatbutton/common/defaultStyles/defaultChatButtonSubTitleStyles.js +2 -3
- package/lib/cjs/components/chatbutton/common/defaultStyles/defaultChatButtonTextContainerStyles.js +2 -3
- package/lib/cjs/components/chatbutton/common/defaultStyles/defaultChatButtonTitleStyles.js +2 -3
- package/lib/cjs/components/citationpane/CitationPane.js +19 -46
- package/lib/cjs/components/citationpane/ScalingTest.js +2 -8
- package/lib/cjs/components/citationpane/common/defaultProps/defaultCitationPaneControlProps.js +2 -3
- package/lib/cjs/components/citationpane/common/defaultProps/defaultCitationPaneProps.js +2 -6
- package/lib/cjs/components/citationpane/common/defaultProps/defaultCitationPaneStyleProps.js +2 -13
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneCloseButtonFocusedStyles.js +2 -3
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneCloseButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneCloseButtonStyles.js +2 -5
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneContentStyles.js +2 -4
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneGeneralStyles.js +2 -4
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneStyles.js +2 -13
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneTitleStyles.js +1 -2
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneTopCloseButtonFocusedStyles.js +2 -3
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneTopCloseButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/citationpane/common/defaultStyles/defaultCitationPaneTopCloseButtonStyles.js +2 -4
- package/lib/cjs/components/common/commandbutton/CommandButton.js +16 -27
- package/lib/cjs/components/common/subcomponents/CloseButton.js +2 -9
- package/lib/cjs/components/confirmationpane/ConfirmationPane.js +23 -54
- package/lib/cjs/components/confirmationpane/common/defaultProps/defaultConfirmationPaneControlProps.js +2 -5
- package/lib/cjs/components/confirmationpane/common/defaultProps/defaultConfirmationPaneProps.js +2 -6
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneButtonGroupStyles.js +2 -3
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneCancelButtonFocusedStyles.js +2 -3
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneCancelButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneCancelButtonStyles.js +2 -3
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneConfirmButtonFocusedStyles.js +2 -3
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneConfirmButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneConfirmButtonStyles.js +2 -3
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneStyles.js +2 -10
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneSubtitleStyles.js +2 -3
- package/lib/cjs/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneTitleStyles.js +2 -3
- package/lib/cjs/components/footer/Footer.js +9 -28
- package/lib/cjs/components/footer/common/defaultProps/customFooterControlProps.js +2 -6
- package/lib/cjs/components/footer/common/defaultProps/defaultFooterComponentOverrides.js +2 -11
- package/lib/cjs/components/footer/common/defaultProps/defaultFooterControlProps.js +2 -5
- package/lib/cjs/components/footer/common/defaultProps/defaultFooterOverridesProps.js +2 -7
- package/lib/cjs/components/footer/common/defaultProps/defaultFooterProps.js +2 -6
- package/lib/cjs/components/footer/common/defaultStyles/defaultFooterStyleProps.js +2 -3
- package/lib/cjs/components/footer/subcomponents/AudioNotificationButton.js +13 -23
- package/lib/cjs/components/footer/subcomponents/DownloadTranscriptButton.js +2 -9
- package/lib/cjs/components/footer/subcomponents/EmailTranscriptButton.js +2 -9
- package/lib/cjs/components/header/Header.js +11 -29
- package/lib/cjs/components/header/common/defaultProps/azureHeaderControlProps.js +2 -6
- package/lib/cjs/components/header/common/defaultProps/azureHeaderProps.js +2 -7
- package/lib/cjs/components/header/common/defaultProps/customHeaderControlProps.js +2 -6
- package/lib/cjs/components/header/common/defaultProps/defaultHeaderComponentOverrides.js +3 -13
- package/lib/cjs/components/header/common/defaultProps/defaultHeaderControlProps.js +2 -6
- package/lib/cjs/components/header/common/defaultProps/defaultHeaderProps.js +2 -6
- package/lib/cjs/components/header/common/defaultProps/overridesDefaultHeaderProps.js +2 -7
- package/lib/cjs/components/header/common/defaultStyles/advancedHeaderStyleProps.js +2 -3
- package/lib/cjs/components/header/common/defaultStyles/defaultHeaderStyleProps.js +2 -3
- package/lib/cjs/components/header/subcomponents/MinimizeButton.js +2 -9
- package/lib/cjs/components/inputvalidationpane/InputValidationPane.js +52 -89
- package/lib/cjs/components/inputvalidationpane/common/default/defaultProps/defaultInputValidationPaneControlProps.js +2 -5
- package/lib/cjs/components/inputvalidationpane/common/default/defaultProps/defaultInputValidationPaneProps.js +2 -6
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneButtonGroupStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneCancelButtonHoveredStyles.js +1 -2
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneCancelButtonStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneHeaderGroupStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneInputStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneInvalidInputErrorMessageStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneSendButtonHoveredStyles.js +1 -2
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneSendButtonStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneStyles.js +2 -15
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneSubtitleStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneTitleStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneComponentOverrides.js +3 -8
- package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneControlProps.js +2 -5
- package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneProps.js +2 -7
- package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneCancelButtonStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneHeaderGroupStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneInputStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneSendButtonStyles.js +2 -3
- package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneStyles.js +2 -9
- package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneTitleStyles.js +2 -3
- package/lib/cjs/components/loadingpane/LoadingPane.js +12 -28
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultLoadingPaneControlProps.js +2 -5
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultLoadingPaneProps.js +2 -6
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneIconImageProps.js +2 -6
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneIconStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneSpinnerStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneSpinnerTextStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneStyles.js +2 -11
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneSubtitleStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneTitleStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/presetOneProps/presetOneLoadingPaneControlProps.js +3 -5
- package/lib/cjs/components/loadingpane/common/presetOneProps/presetOneLoadingPaneProps.js +2 -6
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeLoadingPaneControlProps.js +3 -6
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeLoadingPaneProps.js +2 -6
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneIconImageProps.js +2 -6
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneIconStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneSpinnerStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneSpinnerTextStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneStyles.js +2 -11
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneSubtitleStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneTitleStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/presetTwoProps/presetTwoLoadingPaneControlProps.js +3 -6
- package/lib/cjs/components/loadingpane/common/presetTwoProps/presetTwoLoadingPaneProps.js +2 -6
- package/lib/cjs/components/loadingpane/common/presetTwoProps/presetTwoStyles/presetTwoLoadingPaneGeneralStyles.js +2 -5
- package/lib/cjs/components/loadingpane/common/presetTwoProps/presetTwoStyles/presetTwoLoadingPaneSpinnerStyles.js +2 -3
- package/lib/cjs/components/loadingpane/common/presetTwoProps/presetTwoStyles/presetTwoLoadingPaneStyles.js +2 -11
- package/lib/cjs/components/notificationpane/NotificationPane.js +3 -15
- package/lib/cjs/components/notificationpane/subcomponents/CloseChatButton.js +2 -9
- package/lib/cjs/components/notificationpane/subcomponents/DismissButton.js +2 -9
- package/lib/cjs/components/outofofficehourspane/OOOHPane.js +5 -17
- package/lib/cjs/components/outofofficehourspane/common/defaultProps/defaultOOOHPaneControlProps.js +2 -5
- package/lib/cjs/components/outofofficehourspane/common/defaultProps/defaultOOOHPaneProps.js +2 -6
- package/lib/cjs/components/outofofficehourspane/common/defaultProps/defaultStyles/defaultOOOHPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/outofofficehourspane/common/defaultProps/defaultStyles/defaultOOOHPaneStyles.js +2 -6
- package/lib/cjs/components/outofofficehourspane/common/defaultProps/defaultStyles/defaultOOOHPaneTitleStyles.js +2 -3
- package/lib/cjs/components/outofofficehourspane/common/presetFourProps/presetFourOOOHPaneControlProps.js +3 -5
- package/lib/cjs/components/outofofficehourspane/common/presetFourProps/presetFourOOOHPaneProps.js +2 -6
- package/lib/cjs/components/outofofficehourspane/common/presetOneProps/presetOneOOOHPaneControlProps.js +3 -5
- package/lib/cjs/components/outofofficehourspane/common/presetOneProps/presetOneOOOHPaneProps.js +2 -6
- package/lib/cjs/components/outofofficehourspane/common/presetTwoProps/presetTwoOOOHPaneControlProps.js +3 -5
- package/lib/cjs/components/outofofficehourspane/common/presetTwoProps/presetTwoOOOHPaneProps.js +2 -6
- package/lib/cjs/components/outofofficehourspane/common/presetTwoProps/presetTwoStyles/presetTwoOOOHPaneGeneralStyles.js +2 -5
- package/lib/cjs/components/outofofficehourspane/common/presetTwoProps/presetTwoStyles/presetTwoOOOHPaneStyles.js +2 -6
- package/lib/cjs/components/outofofficehourspane/common/presetTwoProps/presetTwoStyles/presetTwoOOOHPaneTitleStyles.js +2 -3
- package/lib/cjs/components/postchatsurveypane/PostChatSurveyPane.js +4 -13
- package/lib/cjs/components/postchatsurveypane/common/defaultProps/defaultPostChatSurveyPaneControlProps.js +2 -5
- package/lib/cjs/components/postchatsurveypane/common/defaultProps/defaultPostChatSurveyPaneProps.js +2 -6
- package/lib/cjs/components/postchatsurveypane/common/defaultProps/defaultStyles/defaultPostChatSurveyPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/postchatsurveypane/common/defaultProps/defaultStyles/defaultPostChatSurveyPaneStyles.js +2 -5
- package/lib/cjs/components/postchatsurveypane/common/presetOneProps/presetOnePostChatSurveyPaneControlProps.js +3 -5
- package/lib/cjs/components/postchatsurveypane/common/presetOneProps/presetOnePostChatSurveyPaneProps.js +2 -6
- package/lib/cjs/components/postchatsurveypane/common/presetOneProps/presetOneStyles/presetOnePostChatSurveyPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/postchatsurveypane/common/presetOneProps/presetOneStyles/presetOnePostChatSurveyPaneStyles.js +2 -5
- package/lib/cjs/components/prechatsurveypane/PreChatSurveyPane.js +35 -56
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultPreChatSurveyPaneControlProps.js +2 -5
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultPreChatSurveyPaneProps.js +2 -6
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneACContainerStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneButtonStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneMultichoiceInputStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneMultilineTextInputStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneStyles.js +2 -11
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneTextInputStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneToggleInputStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/presetOneProps/presetOnePreChatSurveyPaneControlProps.js +3 -5
- package/lib/cjs/components/prechatsurveypane/common/presetOneProps/presetOnePreChatSurveyPaneProps.js +2 -6
- package/lib/cjs/components/prechatsurveypane/common/presetThreeProps/presetThreePreChatSurveyPaneControlProps.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/presetThreeProps/presetThreePreChatSurveyPaneProps.js +2 -6
- package/lib/cjs/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneACContainerStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneButtonStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneStyles.js +2 -7
- package/lib/cjs/components/prechatsurveypane/common/presetTwoProps/presetTwoPreChatSurveyPaneControlProps.js +2 -3
- package/lib/cjs/components/prechatsurveypane/common/presetTwoProps/presetTwoPreChatSurveyPaneProps.js +2 -6
- package/lib/cjs/components/proactivechatpane/ProactiveChatPane.js +29 -65
- package/lib/cjs/components/proactivechatpane/common/default/defaultProps/defaultProactiveChatPaneControlProps.js +2 -5
- package/lib/cjs/components/proactivechatpane/common/default/defaultProps/defaultProactiveChatPaneProps.js +2 -6
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneBodyContainerStyles.js +1 -2
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneBodyTitleStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneCloseButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneCloseButtonStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneHeaderContainerStyles.js +2 -5
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneStartButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneStartButtonStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneStyles.js +2 -15
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneSubtitleStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneTextContainerStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneTitleStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetOne/presetOneProps/presetOneProactiveChatPaneControlProps.js +2 -5
- package/lib/cjs/components/proactivechatpane/common/presetOne/presetOneProps/presetOneProactiveChatPaneProps.js +2 -6
- package/lib/cjs/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneBodyTitleStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneCloseButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneCloseButtonStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneStartButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneStartButtonStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneStyles.js +2 -9
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeProps/presetThreeProactiveChatPaneControlProps.js +2 -5
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeProps/presetThreeProactiveChatPaneProps.js +2 -6
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneBodyContainerStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneCloseButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneCloseButtonStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneHeaderContainerStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneStartButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneStartButtonStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneStyles.js +2 -11
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneComponentOverrides.js +4 -11
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneControlProps.js +2 -5
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneProps.js +2 -7
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneBodyContainerStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneHeaderContainerStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneStartButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneStartButtonStyles.js +2 -3
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneStyles.js +2 -10
- package/lib/cjs/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneTextContainerStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/ReconnectChatPane.js +33 -69
- package/lib/cjs/components/reconnectchatpane/common/default/defaultProps/defaultReconnectChatPaneControlProps.js +2 -5
- package/lib/cjs/components/reconnectchatpane/common/default/defaultProps/defaultReconnectChatPaneProps.js +2 -6
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneButtonGroupStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneContinueChatButtonFocusedStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneContinueChatButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneContinueChatButtonStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneIconStyles.js +2 -5
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStartChatButtonFocusedStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStartNewChatButtonHoveredStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStartNewChatButtonStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStyles.js +2 -14
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneSubtitleStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneTitleStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneWrapperStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/presetThree/presetThreeProps/presetThreeReconnectChatPaneControlProps.js +2 -5
- package/lib/cjs/components/reconnectchatpane/common/presetThree/presetThreeProps/presetThreeReconnectChatPaneProps.js +2 -6
- package/lib/cjs/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneButtonGroupStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneContinueChatButtonStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneGeneralStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneStyles.js +2 -9
- package/lib/cjs/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneTitleStyles.js +2 -3
- package/lib/cjs/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneWrapperStyles.js +2 -3
- package/lib/cjs/index.js +1 -24
- package/lib/cjs/services/BroadcastService.js +15 -26
- package/lib/cjs/services/EventQueue.js +4 -23
- package/lib/esm/common/Constants.js +15 -17
- package/lib/esm/common/decodeComponentString.js +0 -1
- package/lib/esm/common/utils.js +22 -30
- package/lib/esm/components/callingcontainer/CallingContainer.js +0 -5
- package/lib/esm/components/callingcontainer/subcomponents/CurrentCall/CurrentCall.js +86 -109
- package/lib/esm/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/componentOverridesStyleProps.js +2 -1
- package/lib/esm/components/callingcontainer/subcomponents/IncomingCall/IncomingCall.js +41 -57
- package/lib/esm/components/callingcontainer/subcomponents/Timer/Timer.js +0 -2
- package/lib/esm/components/chatbutton/ChatButton.js +24 -37
- package/lib/esm/components/citationpane/CitationPane.js +17 -21
- package/lib/esm/components/citationpane/ScalingTest.js +1 -1
- package/lib/esm/components/citationpane/common/defaultStyles/defaultCitationPaneCloseButtonStyles.js +0 -2
- package/lib/esm/components/citationpane/common/defaultStyles/defaultCitationPaneContentStyles.js +0 -1
- package/lib/esm/components/citationpane/common/defaultStyles/defaultCitationPaneGeneralStyles.js +0 -1
- package/lib/esm/components/citationpane/common/defaultStyles/defaultCitationPaneTopCloseButtonStyles.js +0 -1
- package/lib/esm/components/common/commandbutton/CommandButton.js +14 -15
- package/lib/esm/components/common/subcomponents/CloseButton.js +0 -2
- package/lib/esm/components/confirmationpane/ConfirmationPane.js +21 -27
- package/lib/esm/components/footer/Footer.js +6 -10
- package/lib/esm/components/footer/common/defaultProps/defaultFooterComponentOverrides.js +0 -2
- package/lib/esm/components/footer/subcomponents/AudioNotificationButton.js +11 -11
- package/lib/esm/components/footer/subcomponents/DownloadTranscriptButton.js +0 -2
- package/lib/esm/components/footer/subcomponents/EmailTranscriptButton.js +0 -2
- package/lib/esm/components/header/Header.js +8 -12
- package/lib/esm/components/header/subcomponents/MinimizeButton.js +0 -2
- package/lib/esm/components/inputvalidationpane/InputValidationPane.js +50 -60
- package/lib/esm/components/loadingpane/LoadingPane.js +10 -13
- package/lib/esm/components/loadingpane/common/presetOneProps/presetOneLoadingPaneControlProps.js +2 -1
- package/lib/esm/components/loadingpane/common/presetThreeProps/presetThreeLoadingPaneControlProps.js +2 -1
- package/lib/esm/components/loadingpane/common/presetTwoProps/presetTwoLoadingPaneControlProps.js +2 -1
- package/lib/esm/components/notificationpane/NotificationPane.js +1 -5
- package/lib/esm/components/notificationpane/subcomponents/CloseChatButton.js +0 -2
- package/lib/esm/components/notificationpane/subcomponents/DismissButton.js +0 -2
- package/lib/esm/components/outofofficehourspane/OOOHPane.js +3 -6
- package/lib/esm/components/outofofficehourspane/common/presetFourProps/presetFourOOOHPaneControlProps.js +2 -1
- package/lib/esm/components/outofofficehourspane/common/presetOneProps/presetOneOOOHPaneControlProps.js +2 -1
- package/lib/esm/components/outofofficehourspane/common/presetTwoProps/presetTwoOOOHPaneControlProps.js +2 -1
- package/lib/esm/components/postchatsurveypane/PostChatSurveyPane.js +2 -4
- package/lib/esm/components/postchatsurveypane/common/presetOneProps/presetOnePostChatSurveyPaneControlProps.js +2 -1
- package/lib/esm/components/prechatsurveypane/PreChatSurveyPane.js +33 -38
- package/lib/esm/components/prechatsurveypane/common/presetOneProps/presetOnePreChatSurveyPaneControlProps.js +2 -1
- package/lib/esm/components/proactivechatpane/ProactiveChatPane.js +26 -35
- package/lib/esm/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneComponentOverrides.js +1 -1
- package/lib/esm/components/reconnectchatpane/ReconnectChatPane.js +31 -39
- package/lib/esm/services/BroadcastService.js +12 -13
- package/lib/esm/services/EventQueue.js +3 -20
- package/package.json +16 -14
|
@@ -4,11 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultInputValidationPaneSubtitleStyles = void 0;
|
|
7
|
-
const defaultInputValidationPaneSubtitleStyles = {
|
|
7
|
+
const defaultInputValidationPaneSubtitleStyles = exports.defaultInputValidationPaneSubtitleStyles = {
|
|
8
8
|
color: "#262626",
|
|
9
9
|
fontFamily: "'Segoe UI', Arial, sans-serif",
|
|
10
10
|
fontSize: "14px",
|
|
11
11
|
lineHeight: "16px",
|
|
12
12
|
marginBottom: "10px"
|
|
13
|
-
};
|
|
14
|
-
exports.defaultInputValidationPaneSubtitleStyles = defaultInputValidationPaneSubtitleStyles;
|
|
13
|
+
};
|
|
@@ -4,11 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultInputValidationPaneTitleStyles = void 0;
|
|
7
|
-
const defaultInputValidationPaneTitleStyles = {
|
|
7
|
+
const defaultInputValidationPaneTitleStyles = exports.defaultInputValidationPaneTitleStyles = {
|
|
8
8
|
color: "#323130",
|
|
9
9
|
fontFamily: "'Segoe UI', Arial, sans-serif",
|
|
10
10
|
fontSize: "18px",
|
|
11
11
|
fontWeight: "500",
|
|
12
12
|
marginBottom: "5px"
|
|
13
|
-
};
|
|
14
|
-
exports.defaultInputValidationPaneTitleStyles = defaultInputValidationPaneTitleStyles;
|
|
13
|
+
};
|
|
@@ -4,11 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetTwoInputValidationPaneComponentOverrides = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
-
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
9
|
const customReactNode = /*#__PURE__*/_react.default.createElement("button", {
|
|
13
10
|
style: {
|
|
14
11
|
color: "rgb(255, 255, 255)",
|
|
@@ -23,8 +20,6 @@ const customReactNode = /*#__PURE__*/_react.default.createElement("button", {
|
|
|
23
20
|
width: "100px"
|
|
24
21
|
}
|
|
25
22
|
}, "This is a custom button");
|
|
26
|
-
|
|
27
|
-
const presetTwoInputValidationPaneComponentOverrides = {
|
|
23
|
+
const presetTwoInputValidationPaneComponentOverrides = exports.presetTwoInputValidationPaneComponentOverrides = {
|
|
28
24
|
subtitle: customReactNode
|
|
29
|
-
};
|
|
30
|
-
exports.presetTwoInputValidationPaneComponentOverrides = presetTwoInputValidationPaneComponentOverrides;
|
|
25
|
+
};
|
|
@@ -4,10 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetTwoInputValidationPaneControlProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _Constants = require("../../../../../common/Constants");
|
|
9
|
-
|
|
10
|
-
const presetTwoInputValidationPaneControlProps = {
|
|
8
|
+
const presetTwoInputValidationPaneControlProps = exports.presetTwoInputValidationPaneControlProps = {
|
|
11
9
|
id: _Constants.Ids.DefaultInputValidationPaneId,
|
|
12
10
|
dir: "ltr",
|
|
13
11
|
hideInputValidationPane: false,
|
|
@@ -39,5 +37,4 @@ const presetTwoInputValidationPaneControlProps = {
|
|
|
39
37
|
checkInput: function (input) {
|
|
40
38
|
return new RegExp(_Constants.Regex.EmailRegex).test(input);
|
|
41
39
|
}
|
|
42
|
-
};
|
|
43
|
-
exports.presetTwoInputValidationPaneControlProps = presetTwoInputValidationPaneControlProps;
|
|
40
|
+
};
|
|
@@ -4,16 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetTwoInputValidationPaneProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _presetTwoInputValidationPaneStyles = require("../presetTwoStyles/presetTwoInputValidationPaneStyles");
|
|
9
|
-
|
|
10
8
|
var _presetTwoInputValidationPaneComponentOverrides = require("./presetTwoInputValidationPaneComponentOverrides");
|
|
11
|
-
|
|
12
9
|
var _presetTwoInputValidationPaneControlProps = require("./presetTwoInputValidationPaneControlProps");
|
|
13
|
-
|
|
14
|
-
const presetTwoInputValidationPaneProps = {
|
|
10
|
+
const presetTwoInputValidationPaneProps = exports.presetTwoInputValidationPaneProps = {
|
|
15
11
|
controlProps: _presetTwoInputValidationPaneControlProps.presetTwoInputValidationPaneControlProps,
|
|
16
12
|
styleProps: _presetTwoInputValidationPaneStyles.presetTwoInputValidationPaneStyles,
|
|
17
13
|
componentOverrides: _presetTwoInputValidationPaneComponentOverrides.presetTwoInputValidationPaneComponentOverrides
|
|
18
|
-
};
|
|
19
|
-
exports.presetTwoInputValidationPaneProps = presetTwoInputValidationPaneProps;
|
|
14
|
+
};
|
|
@@ -4,12 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetTwoInputValidationPaneCancelButtonStyles = void 0;
|
|
7
|
-
const presetTwoInputValidationPaneCancelButtonStyles = {
|
|
7
|
+
const presetTwoInputValidationPaneCancelButtonStyles = exports.presetTwoInputValidationPaneCancelButtonStyles = {
|
|
8
8
|
backgroundColor: "red",
|
|
9
9
|
borderRadius: "30px",
|
|
10
10
|
height: "100px",
|
|
11
11
|
marginLeft: "10px",
|
|
12
12
|
padding: "10px",
|
|
13
13
|
width: "100px"
|
|
14
|
-
};
|
|
15
|
-
exports.presetTwoInputValidationPaneCancelButtonStyles = presetTwoInputValidationPaneCancelButtonStyles;
|
|
14
|
+
};
|
|
@@ -4,7 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetTwoInputValidationPaneHeaderGroupStyles = void 0;
|
|
7
|
-
const presetTwoInputValidationPaneHeaderGroupStyles = {
|
|
7
|
+
const presetTwoInputValidationPaneHeaderGroupStyles = exports.presetTwoInputValidationPaneHeaderGroupStyles = {
|
|
8
8
|
marginBottom: "0"
|
|
9
|
-
};
|
|
10
|
-
exports.presetTwoInputValidationPaneHeaderGroupStyles = presetTwoInputValidationPaneHeaderGroupStyles;
|
|
9
|
+
};
|
|
@@ -4,8 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetTwoInputValidationPaneInputStyles = void 0;
|
|
7
|
-
const presetTwoInputValidationPaneInputStyles = {
|
|
7
|
+
const presetTwoInputValidationPaneInputStyles = exports.presetTwoInputValidationPaneInputStyles = {
|
|
8
8
|
margin: "10px",
|
|
9
9
|
width: "300px"
|
|
10
|
-
};
|
|
11
|
-
exports.presetTwoInputValidationPaneInputStyles = presetTwoInputValidationPaneInputStyles;
|
|
10
|
+
};
|
|
@@ -4,12 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetTwoInputValidationPaneSendButtonStyles = void 0;
|
|
7
|
-
const presetTwoInputValidationPaneSendButtonStyles = {
|
|
7
|
+
const presetTwoInputValidationPaneSendButtonStyles = exports.presetTwoInputValidationPaneSendButtonStyles = {
|
|
8
8
|
backgroundColor: "purple",
|
|
9
9
|
borderRadius: "30px",
|
|
10
10
|
height: "100px",
|
|
11
11
|
marginLeft: "10px",
|
|
12
12
|
padding: "10px",
|
|
13
13
|
width: "100px"
|
|
14
|
-
};
|
|
15
|
-
exports.presetTwoInputValidationPaneSendButtonStyles = presetTwoInputValidationPaneSendButtonStyles;
|
|
14
|
+
};
|
|
@@ -4,22 +4,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetTwoInputValidationPaneStyles = void 0;
|
|
7
|
-
|
|
8
7
|
var _presetTwoInputValidationPaneTitleStyles = require("./presetTwoInputValidationPaneTitleStyles");
|
|
9
|
-
|
|
10
8
|
var _presetTwoInputValidationPaneInputStyles = require("./presetTwoInputValidationPaneInputStyles");
|
|
11
|
-
|
|
12
9
|
var _presetTwoInputValidationPaneSendButtonStyles = require("./presetTwoInputValidationPaneSendButtonStyles");
|
|
13
|
-
|
|
14
10
|
var _presetTwoInputValidationPaneCancelButtonStyles = require("./presetTwoInputValidationPaneCancelButtonStyles");
|
|
15
|
-
|
|
16
11
|
var _presetTwoInputValidationPaneHeaderGroupStyles = require("./presetTwoInputValidationPaneHeaderGroupStyles");
|
|
17
|
-
|
|
18
|
-
const presetTwoInputValidationPaneStyles = {
|
|
12
|
+
const presetTwoInputValidationPaneStyles = exports.presetTwoInputValidationPaneStyles = {
|
|
19
13
|
headerGroupStyleProps: _presetTwoInputValidationPaneHeaderGroupStyles.presetTwoInputValidationPaneHeaderGroupStyles,
|
|
20
14
|
titleStyleProps: _presetTwoInputValidationPaneTitleStyles.presetTwoInputValidationPaneTitleStyles,
|
|
21
15
|
inputStyleProps: _presetTwoInputValidationPaneInputStyles.presetTwoInputValidationPaneInputStyles,
|
|
22
16
|
sendButtonStyleProps: _presetTwoInputValidationPaneSendButtonStyles.presetTwoInputValidationPaneSendButtonStyles,
|
|
23
17
|
cancelButtonStyleProps: _presetTwoInputValidationPaneCancelButtonStyles.presetTwoInputValidationPaneCancelButtonStyles
|
|
24
|
-
};
|
|
25
|
-
exports.presetTwoInputValidationPaneStyles = presetTwoInputValidationPaneStyles;
|
|
18
|
+
};
|
|
@@ -4,12 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetTwoInputValidationPaneTitleStyles = void 0;
|
|
7
|
-
const presetTwoInputValidationPaneTitleStyles = {
|
|
7
|
+
const presetTwoInputValidationPaneTitleStyles = exports.presetTwoInputValidationPaneTitleStyles = {
|
|
8
8
|
backgroundColor: "yellow",
|
|
9
9
|
borderRadius: "30px",
|
|
10
10
|
height: "100px",
|
|
11
11
|
margin: "10px",
|
|
12
12
|
padding: "10px",
|
|
13
13
|
width: "100px"
|
|
14
|
-
};
|
|
15
|
-
exports.presetTwoInputValidationPaneTitleStyles = presetTwoInputValidationPaneTitleStyles;
|
|
14
|
+
};
|
|
@@ -4,34 +4,20 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = require("@fluentui/react");
|
|
9
|
-
|
|
10
8
|
var _react2 = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _decodeComponentString = require("../../common/decodeComponentString");
|
|
13
|
-
|
|
14
10
|
var _defaultLoadingPaneControlProps = require("./common/defaultProps/defaultLoadingPaneControlProps");
|
|
15
|
-
|
|
16
11
|
var _defaultLoadingPaneGeneralStyles = require("./common/defaultProps/defaultStyles/defaultLoadingPaneGeneralStyles");
|
|
17
|
-
|
|
18
12
|
var _defaultLoadingPaneIconImageProps = require("./common/defaultProps/defaultStyles/defaultLoadingPaneIconImageProps");
|
|
19
|
-
|
|
20
13
|
var _defaultLoadingPaneIconStyles = require("./common/defaultProps/defaultStyles/defaultLoadingPaneIconStyles");
|
|
21
|
-
|
|
22
14
|
var _defaultLoadingPaneSpinnerStyles = require("./common/defaultProps/defaultStyles/defaultLoadingPaneSpinnerStyles");
|
|
23
|
-
|
|
24
15
|
var _defaultLoadingPaneSpinnerTextStyles = require("./common/defaultProps/defaultStyles/defaultLoadingPaneSpinnerTextStyles");
|
|
25
|
-
|
|
26
16
|
var _defaultLoadingPaneSubtitleStyles = require("./common/defaultProps/defaultStyles/defaultLoadingPaneSubtitleStyles");
|
|
27
|
-
|
|
28
17
|
var _defaultLoadingPaneTitleStyles = require("./common/defaultProps/defaultStyles/defaultLoadingPaneTitleStyles");
|
|
29
|
-
|
|
30
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
31
|
-
|
|
18
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
32
19
|
function LoadingPane(props) {
|
|
33
|
-
var _props$controlProps, _props$styleProps, _props$styleProps2, _props$styleProps3, _props$styleProps4, _props$styleProps5, _props$styleProps6, _props$styleProps7, _props$controlProps2, _props$controlProps3, _props$controlProps4, _props$controlProps5, _props$componentOverr, _props$styleProps8, _props$
|
|
34
|
-
|
|
20
|
+
var _props$controlProps, _props$styleProps, _props$styleProps2, _props$styleProps3, _props$styleProps4, _props$styleProps5, _props$styleProps6, _props$styleProps7, _props$controlProps2, _props$controlProps3, _props$controlProps4, _props$controlProps5, _props$componentOverr, _props$styleProps8, _props$controlProps6, _props$componentOverr2, _props$styleProps9, _props$controlProps7, _props$controlProps8, _props$componentOverr3, _props$styleProps0, _props$controlProps9, _props$controlProps0, _props$componentOverr4, _props$styleProps1, _props$controlProps1, _props$controlProps10, _props$componentOverr5, _props$styleProps10, _props$controlProps11;
|
|
35
21
|
const elementId = ((_props$controlProps = props.controlProps) === null || _props$controlProps === void 0 ? void 0 : _props$controlProps.id) ?? _defaultLoadingPaneControlProps.defaultLoadingPaneControlProps.id;
|
|
36
22
|
const containerStyles = {
|
|
37
23
|
root: Object.assign({}, _defaultLoadingPaneGeneralStyles.defaultLoadingPaneGeneralStyles, (_props$styleProps = props.styleProps) === null || _props$styleProps === void 0 ? void 0 : _props$styleProps.generalStyleProps)
|
|
@@ -60,34 +46,32 @@ function LoadingPane(props) {
|
|
|
60
46
|
role: (_props$controlProps3 = props.controlProps) === null || _props$controlProps3 === void 0 ? void 0 : _props$controlProps3.role,
|
|
61
47
|
dir: ((_props$controlProps4 = props.controlProps) === null || _props$controlProps4 === void 0 ? void 0 : _props$controlProps4.dir) ?? _defaultLoadingPaneControlProps.defaultLoadingPaneControlProps.dir
|
|
62
48
|
}, !((_props$controlProps5 = props.controlProps) !== null && _props$controlProps5 !== void 0 && _props$controlProps5.hideIcon) && showInSmallWindow && ((0, _decodeComponentString.decodeComponentString)((_props$componentOverr = props.componentOverrides) === null || _props$componentOverr === void 0 ? void 0 : _props$componentOverr.icon) || /*#__PURE__*/_react2.default.createElement(_react.Icon, {
|
|
63
|
-
className: (_props$styleProps8 = props.styleProps) === null || _props$styleProps8 === void 0
|
|
49
|
+
className: (_props$styleProps8 = props.styleProps) === null || _props$styleProps8 === void 0 || (_props$styleProps8 = _props$styleProps8.classNames) === null || _props$styleProps8 === void 0 ? void 0 : _props$styleProps8.iconClassName,
|
|
64
50
|
styles: iconStyles,
|
|
65
51
|
imageProps: iconImageProps,
|
|
66
52
|
tabIndex: -1,
|
|
67
53
|
id: elementId + "-icon"
|
|
68
54
|
})), !((_props$controlProps6 = props.controlProps) !== null && _props$controlProps6 !== void 0 && _props$controlProps6.hideTitle) && ((0, _decodeComponentString.decodeComponentString)((_props$componentOverr2 = props.componentOverrides) === null || _props$componentOverr2 === void 0 ? void 0 : _props$componentOverr2.title) || /*#__PURE__*/_react2.default.createElement(_react.Label, {
|
|
69
|
-
className: (_props$styleProps9 = props.styleProps) === null || _props$styleProps9 === void 0
|
|
55
|
+
className: (_props$styleProps9 = props.styleProps) === null || _props$styleProps9 === void 0 || (_props$styleProps9 = _props$styleProps9.classNames) === null || _props$styleProps9 === void 0 ? void 0 : _props$styleProps9.titleClassName,
|
|
70
56
|
styles: titleStyles,
|
|
71
57
|
tabIndex: -1,
|
|
72
58
|
id: elementId + "-title"
|
|
73
59
|
}, ((_props$controlProps7 = props.controlProps) === null || _props$controlProps7 === void 0 ? void 0 : _props$controlProps7.titleText) ?? _defaultLoadingPaneControlProps.defaultLoadingPaneControlProps.titleText)), !((_props$controlProps8 = props.controlProps) !== null && _props$controlProps8 !== void 0 && _props$controlProps8.hideSubtitle) && ((0, _decodeComponentString.decodeComponentString)((_props$componentOverr3 = props.componentOverrides) === null || _props$componentOverr3 === void 0 ? void 0 : _props$componentOverr3.subtitle) || /*#__PURE__*/_react2.default.createElement(_react.Label, {
|
|
74
|
-
className: (_props$
|
|
60
|
+
className: (_props$styleProps0 = props.styleProps) === null || _props$styleProps0 === void 0 || (_props$styleProps0 = _props$styleProps0.classNames) === null || _props$styleProps0 === void 0 ? void 0 : _props$styleProps0.subtitleClassName,
|
|
75
61
|
styles: subtitleStyles,
|
|
76
62
|
tabIndex: -1,
|
|
77
63
|
id: elementId + "-subtitle"
|
|
78
|
-
}, ((_props$controlProps9 = props.controlProps) === null || _props$controlProps9 === void 0 ? void 0 : _props$controlProps9.subtitleText) ?? _defaultLoadingPaneControlProps.defaultLoadingPaneControlProps.subtitleText)), !((_props$
|
|
79
|
-
className: (_props$
|
|
64
|
+
}, ((_props$controlProps9 = props.controlProps) === null || _props$controlProps9 === void 0 ? void 0 : _props$controlProps9.subtitleText) ?? _defaultLoadingPaneControlProps.defaultLoadingPaneControlProps.subtitleText)), !((_props$controlProps0 = props.controlProps) !== null && _props$controlProps0 !== void 0 && _props$controlProps0.hideSpinner) && ((0, _decodeComponentString.decodeComponentString)((_props$componentOverr4 = props.componentOverrides) === null || _props$componentOverr4 === void 0 ? void 0 : _props$componentOverr4.spinner) || /*#__PURE__*/_react2.default.createElement(_react.Spinner, {
|
|
65
|
+
className: (_props$styleProps1 = props.styleProps) === null || _props$styleProps1 === void 0 || (_props$styleProps1 = _props$styleProps1.classNames) === null || _props$styleProps1 === void 0 ? void 0 : _props$styleProps1.spinnerClassName,
|
|
80
66
|
styles: spinnerStyles,
|
|
81
|
-
size: (_props$
|
|
67
|
+
size: (_props$controlProps1 = props.controlProps) === null || _props$controlProps1 === void 0 ? void 0 : _props$controlProps1.spinnerSize,
|
|
82
68
|
tabIndex: -1,
|
|
83
69
|
id: elementId + "-spinner"
|
|
84
|
-
})), !((_props$
|
|
85
|
-
className: (_props$
|
|
70
|
+
})), !((_props$controlProps10 = props.controlProps) !== null && _props$controlProps10 !== void 0 && _props$controlProps10.hideSpinnerText) && ((0, _decodeComponentString.decodeComponentString)((_props$componentOverr5 = props.componentOverrides) === null || _props$componentOverr5 === void 0 ? void 0 : _props$componentOverr5.spinnerText) || /*#__PURE__*/_react2.default.createElement(_react.Label, {
|
|
71
|
+
className: (_props$styleProps10 = props.styleProps) === null || _props$styleProps10 === void 0 || (_props$styleProps10 = _props$styleProps10.classNames) === null || _props$styleProps10 === void 0 ? void 0 : _props$styleProps10.spinnerTextClassName,
|
|
86
72
|
styles: spinnerTextStyles,
|
|
87
73
|
tabIndex: -1,
|
|
88
74
|
id: elementId + "-spinner-text"
|
|
89
|
-
}, ((_props$
|
|
75
|
+
}, ((_props$controlProps11 = props.controlProps) === null || _props$controlProps11 === void 0 ? void 0 : _props$controlProps11.spinnerText) ?? _defaultLoadingPaneControlProps.defaultLoadingPaneControlProps.spinnerText))));
|
|
90
76
|
}
|
|
91
|
-
|
|
92
|
-
var _default = LoadingPane;
|
|
93
|
-
exports.default = _default;
|
|
77
|
+
var _default = exports.default = LoadingPane;
|
package/lib/cjs/components/loadingpane/common/defaultProps/defaultLoadingPaneControlProps.js
CHANGED
|
@@ -4,10 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneControlProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _Constants = require("../../../../common/Constants");
|
|
9
|
-
|
|
10
|
-
const defaultLoadingPaneControlProps = {
|
|
8
|
+
const defaultLoadingPaneControlProps = exports.defaultLoadingPaneControlProps = {
|
|
11
9
|
id: _Constants.Ids.DefaultLoadingPaneId,
|
|
12
10
|
dir: "auto",
|
|
13
11
|
hideLoadingPane: false,
|
|
@@ -19,5 +17,4 @@ const defaultLoadingPaneControlProps = {
|
|
|
19
17
|
hideSpinner: false,
|
|
20
18
|
hideSpinnerText: false,
|
|
21
19
|
spinnerText: _Constants.Texts.LoadingPaneSpinnerText
|
|
22
|
-
};
|
|
23
|
-
exports.defaultLoadingPaneControlProps = defaultLoadingPaneControlProps;
|
|
20
|
+
};
|
|
@@ -4,13 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _defaultLoadingPaneStyles = require("./defaultStyles/defaultLoadingPaneStyles");
|
|
9
|
-
|
|
10
8
|
var _defaultLoadingPaneControlProps = require("./defaultLoadingPaneControlProps");
|
|
11
|
-
|
|
12
|
-
const defaultLoadingPaneProps = {
|
|
9
|
+
const defaultLoadingPaneProps = exports.defaultLoadingPaneProps = {
|
|
13
10
|
controlProps: _defaultLoadingPaneControlProps.defaultLoadingPaneControlProps,
|
|
14
11
|
styleProps: _defaultLoadingPaneStyles.defaultLoadingPaneStyles
|
|
15
|
-
};
|
|
16
|
-
exports.defaultLoadingPaneProps = defaultLoadingPaneProps;
|
|
12
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneGeneralStyles = void 0;
|
|
7
|
-
const defaultLoadingPaneGeneralStyles = {
|
|
7
|
+
const defaultLoadingPaneGeneralStyles = exports.defaultLoadingPaneGeneralStyles = {
|
|
8
8
|
width: "100%",
|
|
9
9
|
height: "100%",
|
|
10
10
|
borderWidth: "3px",
|
|
@@ -14,5 +14,4 @@ const defaultLoadingPaneGeneralStyles = {
|
|
|
14
14
|
position: "absolute",
|
|
15
15
|
justifyContent: "center",
|
|
16
16
|
alignItems: "center"
|
|
17
|
-
};
|
|
18
|
-
exports.defaultLoadingPaneGeneralStyles = defaultLoadingPaneGeneralStyles;
|
|
17
|
+
};
|
|
@@ -4,17 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneIconImageProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = require("@fluentui/react");
|
|
9
|
-
|
|
10
8
|
var _Icons = require("../../../../../assets/Icons");
|
|
11
|
-
|
|
12
|
-
const defaultLoadingPaneIconImageProps = {
|
|
9
|
+
const defaultLoadingPaneIconImageProps = exports.defaultLoadingPaneIconImageProps = {
|
|
13
10
|
src: _Icons.ModernChatIconBase64,
|
|
14
11
|
imageFit: _react.ImageFit.centerContain,
|
|
15
12
|
width: "86px",
|
|
16
13
|
height: "86px",
|
|
17
14
|
shouldFadeIn: false,
|
|
18
15
|
shouldStartVisible: true
|
|
19
|
-
};
|
|
20
|
-
exports.defaultLoadingPaneIconImageProps = defaultLoadingPaneIconImageProps;
|
|
16
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneIconStyles = void 0;
|
|
7
|
-
const defaultLoadingPaneIconStyles = {
|
|
7
|
+
const defaultLoadingPaneIconStyles = exports.defaultLoadingPaneIconStyles = {
|
|
8
8
|
borderRadius: "50%",
|
|
9
9
|
backgroundColor: "#F1F1F1",
|
|
10
10
|
boxShadow: "0px 0px 0.5px 7px rgba(196, 196, 196, 0.15)",
|
|
@@ -15,5 +15,4 @@ const defaultLoadingPaneIconStyles = {
|
|
|
15
15
|
order: 1,
|
|
16
16
|
alignSelf: "auto",
|
|
17
17
|
overflow: "visible"
|
|
18
|
-
};
|
|
19
|
-
exports.defaultLoadingPaneIconStyles = defaultLoadingPaneIconStyles;
|
|
18
|
+
};
|
|
@@ -4,12 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneSpinnerStyles = void 0;
|
|
7
|
-
const defaultLoadingPaneSpinnerStyles = {
|
|
7
|
+
const defaultLoadingPaneSpinnerStyles = exports.defaultLoadingPaneSpinnerStyles = {
|
|
8
8
|
width: "42px",
|
|
9
9
|
height: "42px",
|
|
10
10
|
margin: "0px 0px 0px 0px",
|
|
11
11
|
display: "flex",
|
|
12
12
|
order: 4,
|
|
13
13
|
alignSelf: "auto"
|
|
14
|
-
};
|
|
15
|
-
exports.defaultLoadingPaneSpinnerStyles = defaultLoadingPaneSpinnerStyles;
|
|
14
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneSpinnerTextStyles = void 0;
|
|
7
|
-
const defaultLoadingPaneSpinnerTextStyles = {
|
|
7
|
+
const defaultLoadingPaneSpinnerTextStyles = exports.defaultLoadingPaneSpinnerTextStyles = {
|
|
8
8
|
fontFamily: "'Segoe UI',Arial,sans-serif",
|
|
9
9
|
fontWeight: "normal",
|
|
10
10
|
fontSize: "9px",
|
|
@@ -13,5 +13,4 @@ const defaultLoadingPaneSpinnerTextStyles = {
|
|
|
13
13
|
textAlign: "center",
|
|
14
14
|
order: 5,
|
|
15
15
|
alignSelf: "auto"
|
|
16
|
-
};
|
|
17
|
-
exports.defaultLoadingPaneSpinnerTextStyles = defaultLoadingPaneSpinnerTextStyles;
|
|
16
|
+
};
|
package/lib/cjs/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneStyles.js
CHANGED
|
@@ -4,22 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneStyles = void 0;
|
|
7
|
-
|
|
8
7
|
var _defaultLoadingPaneGeneralStyles = require("./defaultLoadingPaneGeneralStyles");
|
|
9
|
-
|
|
10
8
|
var _defaultLoadingPaneIconStyles = require("./defaultLoadingPaneIconStyles");
|
|
11
|
-
|
|
12
9
|
var _defaultLoadingPaneIconImageProps = require("./defaultLoadingPaneIconImageProps");
|
|
13
|
-
|
|
14
10
|
var _defaultLoadingPaneSubtitleStyles = require("./defaultLoadingPaneSubtitleStyles");
|
|
15
|
-
|
|
16
11
|
var _defaultLoadingPaneTitleStyles = require("./defaultLoadingPaneTitleStyles");
|
|
17
|
-
|
|
18
12
|
var _defaultLoadingPaneSpinnerStyles = require("./defaultLoadingPaneSpinnerStyles");
|
|
19
|
-
|
|
20
13
|
var _defaultLoadingPaneSpinnerTextStyles = require("./defaultLoadingPaneSpinnerTextStyles");
|
|
21
|
-
|
|
22
|
-
const defaultLoadingPaneStyles = {
|
|
14
|
+
const defaultLoadingPaneStyles = exports.defaultLoadingPaneStyles = {
|
|
23
15
|
generalStyleProps: _defaultLoadingPaneGeneralStyles.defaultLoadingPaneGeneralStyles,
|
|
24
16
|
titleStyleProps: _defaultLoadingPaneTitleStyles.defaultLoadingPaneTitleStyles,
|
|
25
17
|
subtitleStyleProps: _defaultLoadingPaneSubtitleStyles.defaultLoadingPaneSubtitleStyles,
|
|
@@ -27,5 +19,4 @@ const defaultLoadingPaneStyles = {
|
|
|
27
19
|
iconImageProps: _defaultLoadingPaneIconImageProps.defaultLoadingPaneIconImageProps,
|
|
28
20
|
spinnerStyleProps: _defaultLoadingPaneSpinnerStyles.defaultLoadingPaneSpinnerStyles,
|
|
29
21
|
spinnerTextStyleProps: _defaultLoadingPaneSpinnerTextStyles.defaultLoadingPaneSpinnerTextStyles
|
|
30
|
-
};
|
|
31
|
-
exports.defaultLoadingPaneStyles = defaultLoadingPaneStyles;
|
|
22
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneSubtitleStyles = void 0;
|
|
7
|
-
const defaultLoadingPaneSubtitleStyles = {
|
|
7
|
+
const defaultLoadingPaneSubtitleStyles = exports.defaultLoadingPaneSubtitleStyles = {
|
|
8
8
|
fontFamily: "'Segoe UI',Arial,sans-serif",
|
|
9
9
|
fontWeight: "bold",
|
|
10
10
|
fontSize: "18px",
|
|
@@ -14,5 +14,4 @@ const defaultLoadingPaneSubtitleStyles = {
|
|
|
14
14
|
display: "flex",
|
|
15
15
|
order: 3,
|
|
16
16
|
alignSelf: "auto"
|
|
17
|
-
};
|
|
18
|
-
exports.defaultLoadingPaneSubtitleStyles = defaultLoadingPaneSubtitleStyles;
|
|
17
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultLoadingPaneTitleStyles = void 0;
|
|
7
|
-
const defaultLoadingPaneTitleStyles = {
|
|
7
|
+
const defaultLoadingPaneTitleStyles = exports.defaultLoadingPaneTitleStyles = {
|
|
8
8
|
fontFamily: "'Segoe UI',Arial,sans-serif",
|
|
9
9
|
fontWeight: "normal",
|
|
10
10
|
fontSize: "14px",
|
|
@@ -14,5 +14,4 @@ const defaultLoadingPaneTitleStyles = {
|
|
|
14
14
|
display: "flex",
|
|
15
15
|
order: 2,
|
|
16
16
|
alignSelf: "auto"
|
|
17
|
-
};
|
|
18
|
-
exports.defaultLoadingPaneTitleStyles = defaultLoadingPaneTitleStyles;
|
|
17
|
+
};
|
package/lib/cjs/components/loadingpane/common/presetOneProps/presetOneLoadingPaneControlProps.js
CHANGED
|
@@ -4,11 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetOneLoadingPaneControlProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _defaultLoadingPaneControlProps = require("../defaultProps/defaultLoadingPaneControlProps");
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
const presetOneLoadingPaneControlProps = exports.presetOneLoadingPaneControlProps = {
|
|
9
|
+
..._defaultLoadingPaneControlProps.defaultLoadingPaneControlProps,
|
|
11
10
|
id: "lcw-loading-pane-preset1",
|
|
12
11
|
dir: "rtl"
|
|
13
|
-
};
|
|
14
|
-
exports.presetOneLoadingPaneControlProps = presetOneLoadingPaneControlProps;
|
|
12
|
+
};
|
|
@@ -4,13 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetOneLoadingPaneProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _presetOneLoadingPaneControlProps = require("./presetOneLoadingPaneControlProps");
|
|
9
|
-
|
|
10
8
|
var _defaultLoadingPaneStyles = require("../defaultProps/defaultStyles/defaultLoadingPaneStyles");
|
|
11
|
-
|
|
12
|
-
const presetOneLoadingPaneProps = {
|
|
9
|
+
const presetOneLoadingPaneProps = exports.presetOneLoadingPaneProps = {
|
|
13
10
|
controlProps: _presetOneLoadingPaneControlProps.presetOneLoadingPaneControlProps,
|
|
14
11
|
styleProps: _defaultLoadingPaneStyles.defaultLoadingPaneStyles
|
|
15
|
-
};
|
|
16
|
-
exports.presetOneLoadingPaneProps = presetOneLoadingPaneProps;
|
|
12
|
+
};
|
package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeLoadingPaneControlProps.js
CHANGED
|
@@ -4,16 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetThreeLoadingPaneControlProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = require("@fluentui/react");
|
|
9
|
-
|
|
10
8
|
var _defaultLoadingPaneControlProps = require("../defaultProps/defaultLoadingPaneControlProps");
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
const presetThreeLoadingPaneControlProps = exports.presetThreeLoadingPaneControlProps = {
|
|
10
|
+
..._defaultLoadingPaneControlProps.defaultLoadingPaneControlProps,
|
|
13
11
|
id: "lcw-loading-pane-preset3",
|
|
14
12
|
titleText: "Please Wait ...",
|
|
15
13
|
subtitleText: "Loading Content",
|
|
16
14
|
spinnerText: "Processing ...",
|
|
17
15
|
spinnerSize: _react.SpinnerSize.large
|
|
18
|
-
};
|
|
19
|
-
exports.presetThreeLoadingPaneControlProps = presetThreeLoadingPaneControlProps;
|
|
16
|
+
};
|
package/lib/cjs/components/loadingpane/common/presetThreeProps/presetThreeLoadingPaneProps.js
CHANGED
|
@@ -4,13 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetThreeLoadingPaneProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _presetThreeLoadingPaneStyles = require("./presetThreeStyles/presetThreeLoadingPaneStyles");
|
|
9
|
-
|
|
10
8
|
var _presetThreeLoadingPaneControlProps = require("./presetThreeLoadingPaneControlProps");
|
|
11
|
-
|
|
12
|
-
const presetThreeLoadingPaneProps = {
|
|
9
|
+
const presetThreeLoadingPaneProps = exports.presetThreeLoadingPaneProps = {
|
|
13
10
|
controlProps: _presetThreeLoadingPaneControlProps.presetThreeLoadingPaneControlProps,
|
|
14
11
|
styleProps: _presetThreeLoadingPaneStyles.presetThreeLoadingPaneStyles
|
|
15
|
-
};
|
|
16
|
-
exports.presetThreeLoadingPaneProps = presetThreeLoadingPaneProps;
|
|
12
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetThreeLoadingPaneGeneralStyles = void 0;
|
|
7
|
-
const presetThreeLoadingPaneGeneralStyles = {
|
|
7
|
+
const presetThreeLoadingPaneGeneralStyles = exports.presetThreeLoadingPaneGeneralStyles = {
|
|
8
8
|
borderStyle: "solid",
|
|
9
9
|
borderRadius: "50%",
|
|
10
10
|
borderWidth: "5px",
|
|
@@ -20,5 +20,4 @@ const presetThreeLoadingPaneGeneralStyles = {
|
|
|
20
20
|
justifyContent: "center",
|
|
21
21
|
alignItems: "left",
|
|
22
22
|
flexFlow: "column wrap"
|
|
23
|
-
};
|
|
24
|
-
exports.presetThreeLoadingPaneGeneralStyles = presetThreeLoadingPaneGeneralStyles;
|
|
23
|
+
};
|
|
@@ -4,17 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetThreeLoadingPaneIconImageProps = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = require("@fluentui/react");
|
|
9
|
-
|
|
10
8
|
var _Icons = require("../../../../../assets/Icons");
|
|
11
|
-
|
|
12
|
-
const presetThreeLoadingPaneIconImageProps = {
|
|
9
|
+
const presetThreeLoadingPaneIconImageProps = exports.presetThreeLoadingPaneIconImageProps = {
|
|
13
10
|
src: _Icons.LegacyChatIconBase64,
|
|
14
11
|
imageFit: _react.ImageFit.center,
|
|
15
12
|
width: "57px",
|
|
16
13
|
height: "57px",
|
|
17
14
|
shouldFadeIn: false,
|
|
18
15
|
shouldStartVisible: true
|
|
19
|
-
};
|
|
20
|
-
exports.presetThreeLoadingPaneIconImageProps = presetThreeLoadingPaneIconImageProps;
|
|
16
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetThreeLoadingPaneIconStyles = void 0;
|
|
7
|
-
const presetThreeLoadingPaneIconStyles = {
|
|
7
|
+
const presetThreeLoadingPaneIconStyles = exports.presetThreeLoadingPaneIconStyles = {
|
|
8
8
|
borderRadius: "20%",
|
|
9
9
|
backgroundSize: "50px",
|
|
10
10
|
backgroundColor: "",
|
|
@@ -14,5 +14,4 @@ const presetThreeLoadingPaneIconStyles = {
|
|
|
14
14
|
margin: "20px 0px 20px 0px",
|
|
15
15
|
order: 3,
|
|
16
16
|
alignSelf: "auto"
|
|
17
|
-
};
|
|
18
|
-
exports.presetThreeLoadingPaneIconStyles = presetThreeLoadingPaneIconStyles;
|
|
17
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetThreeLoadingPaneSpinnerStyles = void 0;
|
|
7
|
-
const presetThreeLoadingPaneSpinnerStyles = {
|
|
7
|
+
const presetThreeLoadingPaneSpinnerStyles = exports.presetThreeLoadingPaneSpinnerStyles = {
|
|
8
8
|
borderRadius: "50%",
|
|
9
9
|
backgroundSize: "80px",
|
|
10
10
|
width: "80px",
|
|
@@ -12,5 +12,4 @@ const presetThreeLoadingPaneSpinnerStyles = {
|
|
|
12
12
|
margin: "0px 0px 0px 0px",
|
|
13
13
|
order: 4,
|
|
14
14
|
alignSelf: "center"
|
|
15
|
-
};
|
|
16
|
-
exports.presetThreeLoadingPaneSpinnerStyles = presetThreeLoadingPaneSpinnerStyles;
|
|
15
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.presetThreeLoadingPaneSpinnerTextStyles = void 0;
|
|
7
|
-
const presetThreeLoadingPaneSpinnerTextStyles = {
|
|
7
|
+
const presetThreeLoadingPaneSpinnerTextStyles = exports.presetThreeLoadingPaneSpinnerTextStyles = {
|
|
8
8
|
fontFamily: "'Segoe UI',Arial,sans-serif",
|
|
9
9
|
fontWeight: "normal",
|
|
10
10
|
fontSize: "9px",
|
|
@@ -15,5 +15,4 @@ const presetThreeLoadingPaneSpinnerTextStyles = {
|
|
|
15
15
|
textAlign: "center",
|
|
16
16
|
order: 5,
|
|
17
17
|
alignSelf: "center"
|
|
18
|
-
};
|
|
19
|
-
exports.presetThreeLoadingPaneSpinnerTextStyles = presetThreeLoadingPaneSpinnerTextStyles;
|
|
18
|
+
};
|