@azure/communication-react 1.18.0-alpha-202406250013 → 1.18.0-alpha-202406270014
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/dist/communication-react.d.ts +76 -75
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D8CIuj9U.js → ChatMessageComponentAsRichTextEditBox-wvY5Rvxk.js} +2 -2
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D8CIuj9U.js.map → ChatMessageComponentAsRichTextEditBox-wvY5Rvxk.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-D0jx96DX.js → RichTextSendBoxWrapper-Cm6AVfYa.js} +2 -2
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-D0jx96DX.js.map → RichTextSendBoxWrapper-Cm6AVfYa.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{index-D40Kfey5.js → index-CQFUKJFW.js} +52 -55
 - package/dist/dist-cjs/communication-react/index-CQFUKJFW.js.map +1 -0
 - package/dist/dist-cjs/communication-react/index.js +3 -3
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/{errorNotificationsSelector.d.ts → errorNotificationStackSelector.d.ts} +3 -3
 - package/dist/dist-esm/calling-component-bindings/src/{errorNotificationsSelector.js → errorNotificationStackSelector.js} +2 -2
 - package/dist/dist-esm/calling-component-bindings/src/errorNotificationStackSelector.js.map +1 -0
 - package/dist/dist-esm/calling-component-bindings/src/index.d.ts +2 -2
 - package/dist/dist-esm/calling-component-bindings/src/index.js +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
 - package/dist/dist-esm/communication-react/src/index.d.ts +2 -2
 - package/dist/dist-esm/communication-react/src/index.js +1 -1
 - package/dist/dist-esm/communication-react/src/index.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/{NotificationBar.d.ts → Notification.d.ts} +8 -8
 - package/dist/dist-esm/react-components/src/components/{NotificationBar.js → Notification.js} +5 -5
 - package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -0
 - package/dist/dist-esm/react-components/src/components/{Notifications.d.ts → NotificationStack.d.ts} +42 -42
 - package/dist/dist-esm/react-components/src/components/{Notifications.js → NotificationStack.js} +7 -7
 - package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -0
 - package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +1 -1
 - package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/index.d.ts +2 -2
 - package/dist/dist-esm/react-components/src/components/index.js +2 -2
 - package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/{NotificationBar.styles.d.ts → Notification.styles.d.ts} +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/{NotificationBar.styles.js → Notification.styles.js} +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -0
 - package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +3 -3
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +2 -2
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +6 -2
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.d.ts +2 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +20 -0
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BadNetworkQualityNotificationBar.js +2 -2
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BadNetworkQualityNotificationBar.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +2 -2
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.d.ts +2 -3
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +2 -3
 - package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +2 -40
 - package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
 - package/package.json +7 -7
 - package/dist/dist-cjs/communication-react/index-D40Kfey5.js.map +0 -1
 - package/dist/dist-esm/calling-component-bindings/src/errorNotificationsSelector.js.map +0 -1
 - package/dist/dist-esm/react-components/src/components/NotificationBar.js.map +0 -1
 - package/dist/dist-esm/react-components/src/components/Notifications.js.map +0 -1
 - package/dist/dist-esm/react-components/src/components/styles/NotificationBar.styles.js.map +0 -1
 
| 
         @@ -153,7 +153,7 @@ export declare interface ActiveErrorMessage { 
     | 
|
| 
       153 
153 
     | 
    
         
             
            }
         
     | 
| 
       154 
154 
     | 
    
         | 
| 
       155 
155 
     | 
    
         
             
            /**
         
     | 
| 
       156 
     | 
    
         
            -
             * Active notifications to be shown via {@link  
     | 
| 
      
 156 
     | 
    
         
            +
             * Active notifications to be shown via {@link NotificationStack}.
         
     | 
| 
       157 
157 
     | 
    
         
             
             *
         
     | 
| 
       158 
158 
     | 
    
         
             
             * @beta
         
     | 
| 
       159 
159 
     | 
    
         
             
             */
         
     | 
| 
         @@ -5773,8 +5773,8 @@ export declare interface ComponentStrings { 
     | 
|
| 
       5773 
5773 
     | 
    
         
             
                messageStatusIndicator: MessageStatusIndicatorStrings;
         
     | 
| 
       5774 
5774 
     | 
    
         
             
                /** Strings for ErroBar */
         
     | 
| 
       5775 
5775 
     | 
    
         
             
                errorBar: ErrorBarStrings;
         
     | 
| 
       5776 
     | 
    
         
            -
                /** Strings for  
     | 
| 
       5777 
     | 
    
         
            -
                 
     | 
| 
      
 5776 
     | 
    
         
            +
                /** Strings for NotificationStack */
         
     | 
| 
      
 5777 
     | 
    
         
            +
                notificationStack: NotificationStackStrings;
         
     | 
| 
       5778 
5778 
     | 
    
         
             
                /** Strings for VideoGallery */
         
     | 
| 
       5779 
5779 
     | 
    
         
             
                videoGallery: VideoGalleryStrings;
         
     | 
| 
       5780 
5780 
     | 
    
         
             
                /** Strings for Dialpad */
         
     | 
| 
         @@ -8994,22 +8994,23 @@ export declare interface NetworkDiagnosticsState { 
     | 
|
| 
       8994 
8994 
     | 
    
         
             
             *
         
     | 
| 
       8995 
8995 
     | 
    
         
             
             * @beta
         
     | 
| 
       8996 
8996 
     | 
    
         
             
             */
         
     | 
| 
       8997 
     | 
    
         
            -
             
     | 
| 
      
 8997 
     | 
    
         
            +
            declare const Notification_2: (props: NotificationProps) => JSX.Element;
         
     | 
| 
      
 8998 
     | 
    
         
            +
            export { Notification_2 as Notification }
         
     | 
| 
       8998 
8999 
     | 
    
         | 
| 
       8999 
9000 
     | 
    
         
             
            /**
         
     | 
| 
       9000 
     | 
    
         
            -
             * Props for {@link  
     | 
| 
      
 9001 
     | 
    
         
            +
             * Props for {@link Notification}.
         
     | 
| 
       9001 
9002 
     | 
    
         
             
             *
         
     | 
| 
       9002 
9003 
     | 
    
         
             
             * @beta
         
     | 
| 
       9003 
9004 
     | 
    
         
             
             */
         
     | 
| 
       9004 
     | 
    
         
            -
            export declare interface  
     | 
| 
      
 9005 
     | 
    
         
            +
            export declare interface NotificationProps {
         
     | 
| 
       9005 
9006 
     | 
    
         
             
                /**
         
     | 
| 
       9006 
9007 
     | 
    
         
             
                 * Notification bar strings;
         
     | 
| 
       9007 
9008 
     | 
    
         
             
                 */
         
     | 
| 
       9008 
     | 
    
         
            -
                 
     | 
| 
      
 9009 
     | 
    
         
            +
                notificationStrings?: NotificationStrings;
         
     | 
| 
       9009 
9010 
     | 
    
         
             
                /**
         
     | 
| 
       9010 
9011 
     | 
    
         
             
                 * Notification bar icon;
         
     | 
| 
       9011 
9012 
     | 
    
         
             
                 */
         
     | 
| 
       9012 
     | 
    
         
            -
                 
     | 
| 
      
 9013 
     | 
    
         
            +
                notificationIconProps?: IIconProps;
         
     | 
| 
       9013 
9014 
     | 
    
         
             
                /**
         
     | 
| 
       9014 
9015 
     | 
    
         
             
                 * If set, notifications will automatically dismiss after 5 seconds
         
     | 
| 
       9015 
9016 
     | 
    
         
             
                 * @defaultValue false
         
     | 
| 
         @@ -9034,38 +9035,10 @@ export declare interface NotificationBarProps { 
     | 
|
| 
       9034 
9035 
     | 
    
         
             
                onDismiss?: () => void;
         
     | 
| 
       9035 
9036 
     | 
    
         
             
            }
         
     | 
| 
       9036 
9037 
     | 
    
         | 
| 
       9037 
     | 
    
         
            -
            /**
         
     | 
| 
       9038 
     | 
    
         
            -
             * All strings that may be shown on the UI in the {@link NotificationBar}.
         
     | 
| 
       9039 
     | 
    
         
            -
             *
         
     | 
| 
       9040 
     | 
    
         
            -
             * @beta
         
     | 
| 
       9041 
     | 
    
         
            -
             */
         
     | 
| 
       9042 
     | 
    
         
            -
            export declare interface NotificationBarStrings {
         
     | 
| 
       9043 
     | 
    
         
            -
                /**
         
     | 
| 
       9044 
     | 
    
         
            -
                 * Notification bar title.
         
     | 
| 
       9045 
     | 
    
         
            -
                 */
         
     | 
| 
       9046 
     | 
    
         
            -
                title: string;
         
     | 
| 
       9047 
     | 
    
         
            -
                /**
         
     | 
| 
       9048 
     | 
    
         
            -
                 * Notification bar close button aria label
         
     | 
| 
       9049 
     | 
    
         
            -
                 */
         
     | 
| 
       9050 
     | 
    
         
            -
                closeButtonAriaLabel: string;
         
     | 
| 
       9051 
     | 
    
         
            -
                /**
         
     | 
| 
       9052 
     | 
    
         
            -
                 * Notification bar message.
         
     | 
| 
       9053 
     | 
    
         
            -
                 */
         
     | 
| 
       9054 
     | 
    
         
            -
                message?: string;
         
     | 
| 
       9055 
     | 
    
         
            -
                /**
         
     | 
| 
       9056 
     | 
    
         
            -
                 * Notification bar primary button label
         
     | 
| 
       9057 
     | 
    
         
            -
                 */
         
     | 
| 
       9058 
     | 
    
         
            -
                primaryButtonLabel?: string;
         
     | 
| 
       9059 
     | 
    
         
            -
                /**
         
     | 
| 
       9060 
     | 
    
         
            -
                 * Notification bar secondary button label
         
     | 
| 
       9061 
     | 
    
         
            -
                 */
         
     | 
| 
       9062 
     | 
    
         
            -
                secondaryButtonLabel?: string;
         
     | 
| 
       9063 
     | 
    
         
            -
            }
         
     | 
| 
       9064 
     | 
    
         
            -
             
     | 
| 
       9065 
9038 
     | 
    
         
             
            /**
         
     | 
| 
       9066 
9039 
     | 
    
         
             
             * A component to show notifications on the UI.
         
     | 
| 
       9067 
     | 
    
         
            -
             * All strings that can be shown are accepted as the {@link  
     | 
| 
       9068 
     | 
    
         
            -
             * Active notifications are selected by {@link  
     | 
| 
      
 9040 
     | 
    
         
            +
             * All strings that can be shown are accepted as the {@link NotificationStackProps.strings} so that they can be localized.
         
     | 
| 
      
 9041 
     | 
    
         
            +
             * Active notifications are selected by {@link NotificationStackProps.activeNotifications}.
         
     | 
| 
       9069 
9042 
     | 
    
         
             
             *
         
     | 
| 
       9070 
9043 
     | 
    
         
             
             * This component internally tracks dismissed by the user.
         
     | 
| 
       9071 
9044 
     | 
    
         
             
             *   * Notifications that have an associated timestamp: The notification is shown on the UI again if it occurs after being dismissed.
         
     | 
| 
         @@ -9075,17 +9048,17 @@ export declare interface NotificationBarStrings { 
     | 
|
| 
       9075 
9048 
     | 
    
         
             
             *
         
     | 
| 
       9076 
9049 
     | 
    
         
             
             * @beta
         
     | 
| 
       9077 
9050 
     | 
    
         
             
             */
         
     | 
| 
       9078 
     | 
    
         
            -
            export declare const  
     | 
| 
      
 9051 
     | 
    
         
            +
            export declare const NotificationStack: (props: NotificationStackProps) => JSX.Element;
         
     | 
| 
       9079 
9052 
     | 
    
         | 
| 
       9080 
9053 
     | 
    
         
             
            /**
         
     | 
| 
       9081 
     | 
    
         
            -
             * Props for {@link  
     | 
| 
      
 9054 
     | 
    
         
            +
             * Props for {@link NotificationStack}.
         
     | 
| 
       9082 
9055 
     | 
    
         
             
             * @beta
         
     | 
| 
       9083 
9056 
     | 
    
         
             
             */
         
     | 
| 
       9084 
     | 
    
         
            -
            export declare interface  
     | 
| 
      
 9057 
     | 
    
         
            +
            export declare interface NotificationStackProps {
         
     | 
| 
       9085 
9058 
     | 
    
         
             
                /**
         
     | 
| 
       9086 
9059 
     | 
    
         
             
                 * Strings shown on the UI on errors.
         
     | 
| 
       9087 
9060 
     | 
    
         
             
                 */
         
     | 
| 
       9088 
     | 
    
         
            -
                strings?:  
     | 
| 
      
 9061 
     | 
    
         
            +
                strings?: NotificationStackStrings;
         
     | 
| 
       9089 
9062 
     | 
    
         
             
                /**
         
     | 
| 
       9090 
9063 
     | 
    
         
             
                 * Currently active notifications.
         
     | 
| 
       9091 
9064 
     | 
    
         
             
                 */
         
     | 
| 
         @@ -9105,7 +9078,7 @@ export declare interface NotificationsProps { 
     | 
|
| 
       9105 
9078 
     | 
    
         
             
                 * If set, notifications with {@link ActiveNotification.timestamp} older than the time this component is mounted
         
     | 
| 
       9106 
9079 
     | 
    
         
             
                 * are not shown.
         
     | 
| 
       9107 
9080 
     | 
    
         
             
                 *
         
     | 
| 
       9108 
     | 
    
         
            -
                 * This is useful when using the {@link  
     | 
| 
      
 9081 
     | 
    
         
            +
                 * This is useful when using the {@link NotificationStack} with a stateful client that handles more than one call
         
     | 
| 
       9109 
9082 
     | 
    
         
             
                 * or chat thread. Set this prop to ignore notifications from previous call or chat.
         
     | 
| 
       9110 
9083 
     | 
    
         
             
                 *
         
     | 
| 
       9111 
9084 
     | 
    
         
             
                 * @defaultValue false
         
     | 
| 
         @@ -9114,134 +9087,162 @@ export declare interface NotificationsProps { 
     | 
|
| 
       9114 
9087 
     | 
    
         
             
            }
         
     | 
| 
       9115 
9088 
     | 
    
         | 
| 
       9116 
9089 
     | 
    
         
             
            /**
         
     | 
| 
       9117 
     | 
    
         
            -
             * All strings that may be shown on the UI in the {@link  
     | 
| 
      
 9090 
     | 
    
         
            +
             * All strings that may be shown on the UI in the {@link NotificationStack}.
         
     | 
| 
       9118 
9091 
     | 
    
         
             
             *
         
     | 
| 
       9119 
9092 
     | 
    
         
             
             * @beta
         
     | 
| 
       9120 
9093 
     | 
    
         
             
             */
         
     | 
| 
       9121 
     | 
    
         
            -
            export declare interface  
     | 
| 
      
 9094 
     | 
    
         
            +
            export declare interface NotificationStackStrings {
         
     | 
| 
       9122 
9095 
     | 
    
         
             
                /**
         
     | 
| 
       9123 
9096 
     | 
    
         
             
                 * A generic message when starting video fails.
         
     | 
| 
       9124 
9097 
     | 
    
         
             
                 */
         
     | 
| 
       9125 
     | 
    
         
            -
                startVideoGeneric:  
     | 
| 
      
 9098 
     | 
    
         
            +
                startVideoGeneric: NotificationStrings;
         
     | 
| 
       9126 
9099 
     | 
    
         
             
                /**
         
     | 
| 
       9127 
9100 
     | 
    
         
             
                 * A generic message when starting video fails.
         
     | 
| 
       9128 
9101 
     | 
    
         
             
                 */
         
     | 
| 
       9129 
     | 
    
         
            -
                stopVideoGeneric:  
     | 
| 
      
 9102 
     | 
    
         
            +
                stopVideoGeneric: NotificationStrings;
         
     | 
| 
       9130 
9103 
     | 
    
         
             
                /**
         
     | 
| 
       9131 
9104 
     | 
    
         
             
                 * A generic message when muting microphone fails.
         
     | 
| 
       9132 
9105 
     | 
    
         
             
                 */
         
     | 
| 
       9133 
     | 
    
         
            -
                muteGeneric:  
     | 
| 
      
 9106 
     | 
    
         
            +
                muteGeneric: NotificationStrings;
         
     | 
| 
       9134 
9107 
     | 
    
         
             
                /**
         
     | 
| 
       9135 
9108 
     | 
    
         
             
                 * A generic message when unmuting microphone fails.
         
     | 
| 
       9136 
9109 
     | 
    
         
             
                 */
         
     | 
| 
       9137 
     | 
    
         
            -
                unmuteGeneric:  
     | 
| 
      
 9110 
     | 
    
         
            +
                unmuteGeneric: NotificationStrings;
         
     | 
| 
       9138 
9111 
     | 
    
         
             
                /**
         
     | 
| 
       9139 
9112 
     | 
    
         
             
                 * A generic message when starting screenshare fails.
         
     | 
| 
       9140 
9113 
     | 
    
         
             
                 */
         
     | 
| 
       9141 
     | 
    
         
            -
                startScreenShareGeneric:  
     | 
| 
      
 9114 
     | 
    
         
            +
                startScreenShareGeneric: NotificationStrings;
         
     | 
| 
       9142 
9115 
     | 
    
         
             
                /**
         
     | 
| 
       9143 
9116 
     | 
    
         
             
                 * A generic message when stopping screenshare fails.
         
     | 
| 
       9144 
9117 
     | 
    
         
             
                 */
         
     | 
| 
       9145 
     | 
    
         
            -
                stopScreenShareGeneric:  
     | 
| 
      
 9118 
     | 
    
         
            +
                stopScreenShareGeneric: NotificationStrings;
         
     | 
| 
       9146 
9119 
     | 
    
         
             
                /**
         
     | 
| 
       9147 
9120 
     | 
    
         
             
                 * Message shown when poor network quality is detected during a call.
         
     | 
| 
       9148 
9121 
     | 
    
         
             
                 */
         
     | 
| 
       9149 
     | 
    
         
            -
                callNetworkQualityLow:  
     | 
| 
      
 9122 
     | 
    
         
            +
                callNetworkQualityLow: NotificationStrings;
         
     | 
| 
       9150 
9123 
     | 
    
         
             
                /**
         
     | 
| 
       9151 
9124 
     | 
    
         
             
                 * Message shown on failure to detect audio output devices.
         
     | 
| 
       9152 
9125 
     | 
    
         
             
                 */
         
     | 
| 
       9153 
     | 
    
         
            -
                callNoSpeakerFound:  
     | 
| 
      
 9126 
     | 
    
         
            +
                callNoSpeakerFound: NotificationStrings;
         
     | 
| 
       9154 
9127 
     | 
    
         
             
                /**
         
     | 
| 
       9155 
9128 
     | 
    
         
             
                 * Message shown on failure to detect audio input devices.
         
     | 
| 
       9156 
9129 
     | 
    
         
             
                 */
         
     | 
| 
       9157 
     | 
    
         
            -
                callNoMicrophoneFound:  
     | 
| 
      
 9130 
     | 
    
         
            +
                callNoMicrophoneFound: NotificationStrings;
         
     | 
| 
       9158 
9131 
     | 
    
         
             
                /**
         
     | 
| 
       9159 
9132 
     | 
    
         
             
                 * Message shown when microphone can be enumerated but access is blocked by the system.
         
     | 
| 
       9160 
9133 
     | 
    
         
             
                 */
         
     | 
| 
       9161 
     | 
    
         
            -
                callMicrophoneAccessDenied:  
     | 
| 
      
 9134 
     | 
    
         
            +
                callMicrophoneAccessDenied: NotificationStrings;
         
     | 
| 
       9162 
9135 
     | 
    
         
             
                /**
         
     | 
| 
       9163 
9136 
     | 
    
         
             
                 * Message shown when microphone can be enumerated but access is blocked by the system, for safari browsers
         
     | 
| 
       9164 
9137 
     | 
    
         
             
                 */
         
     | 
| 
       9165 
     | 
    
         
            -
                callMicrophoneAccessDeniedSafari:  
     | 
| 
      
 9138 
     | 
    
         
            +
                callMicrophoneAccessDeniedSafari: NotificationStrings;
         
     | 
| 
       9166 
9139 
     | 
    
         
             
                /**
         
     | 
| 
       9167 
9140 
     | 
    
         
             
                 * Message shown when microphone is muted by the system (not by local or remote participants)
         
     | 
| 
       9168 
9141 
     | 
    
         
             
                 */
         
     | 
| 
       9169 
     | 
    
         
            -
                callMicrophoneMutedBySystem:  
     | 
| 
      
 9142 
     | 
    
         
            +
                callMicrophoneMutedBySystem: NotificationStrings;
         
     | 
| 
       9170 
9143 
     | 
    
         
             
                /**
         
     | 
| 
       9171 
9144 
     | 
    
         
             
                 * Message shown when microphone is unmuted by the system (not by local or remote participants).
         
     | 
| 
       9172 
9145 
     | 
    
         
             
                 * This typically occurs if the system recovers from an unexpected mute.
         
     | 
| 
       9173 
9146 
     | 
    
         
             
                 */
         
     | 
| 
       9174 
     | 
    
         
            -
                callMicrophoneUnmutedBySystem:  
     | 
| 
      
 9147 
     | 
    
         
            +
                callMicrophoneUnmutedBySystem: NotificationStrings;
         
     | 
| 
       9175 
9148 
     | 
    
         
             
                /**
         
     | 
| 
       9176 
9149 
     | 
    
         
             
                 * Mac OS specific message shown when microphone can be enumerated but access is
         
     | 
| 
       9177 
9150 
     | 
    
         
             
                 * blocked by the system.
         
     | 
| 
       9178 
9151 
     | 
    
         
             
                 */
         
     | 
| 
       9179 
     | 
    
         
            -
                callMacOsMicrophoneAccessDenied:  
     | 
| 
      
 9152 
     | 
    
         
            +
                callMacOsMicrophoneAccessDenied: NotificationStrings;
         
     | 
| 
       9180 
9153 
     | 
    
         
             
                /**
         
     | 
| 
       9181 
9154 
     | 
    
         
             
                 * Message shown when poor network causes local video stream to be frozen.
         
     | 
| 
       9182 
9155 
     | 
    
         
             
                 */
         
     | 
| 
       9183 
     | 
    
         
            -
                callLocalVideoFreeze:  
     | 
| 
      
 9156 
     | 
    
         
            +
                callLocalVideoFreeze: NotificationStrings;
         
     | 
| 
       9184 
9157 
     | 
    
         
             
                /**
         
     | 
| 
       9185 
9158 
     | 
    
         
             
                 * Message shown when camera can be enumerated but access is blocked by the system.
         
     | 
| 
       9186 
9159 
     | 
    
         
             
                 */
         
     | 
| 
       9187 
     | 
    
         
            -
                callCameraAccessDenied:  
     | 
| 
      
 9160 
     | 
    
         
            +
                callCameraAccessDenied: NotificationStrings;
         
     | 
| 
       9188 
9161 
     | 
    
         
             
                /**
         
     | 
| 
       9189 
9162 
     | 
    
         
             
                 * Message shown when camera can be enumerated but access is blocked by the system, for safari browsers
         
     | 
| 
       9190 
9163 
     | 
    
         
             
                 */
         
     | 
| 
       9191 
     | 
    
         
            -
                callCameraAccessDeniedSafari:  
     | 
| 
      
 9164 
     | 
    
         
            +
                callCameraAccessDeniedSafari: NotificationStrings;
         
     | 
| 
       9192 
9165 
     | 
    
         
             
                /**
         
     | 
| 
       9193 
9166 
     | 
    
         
             
                 * Message shown when local video fails to start because camera is already in use by
         
     | 
| 
       9194 
9167 
     | 
    
         
             
                 * another applciation.
         
     | 
| 
       9195 
9168 
     | 
    
         
             
                 */
         
     | 
| 
       9196 
     | 
    
         
            -
                callCameraAlreadyInUse:  
     | 
| 
      
 9169 
     | 
    
         
            +
                callCameraAlreadyInUse: NotificationStrings;
         
     | 
| 
       9197 
9170 
     | 
    
         
             
                /**
         
     | 
| 
       9198 
9171 
     | 
    
         
             
                 * Message shown when local video is stopped by the system (not by local or remote participants)
         
     | 
| 
       9199 
9172 
     | 
    
         
             
                 */
         
     | 
| 
       9200 
     | 
    
         
            -
                callVideoStoppedBySystem:  
     | 
| 
      
 9173 
     | 
    
         
            +
                callVideoStoppedBySystem: NotificationStrings;
         
     | 
| 
       9201 
9174 
     | 
    
         
             
                /**
         
     | 
| 
       9202 
9175 
     | 
    
         
             
                 * Message shown when local video was recovered by the system (not by the local participant)
         
     | 
| 
       9203 
9176 
     | 
    
         
             
                 */
         
     | 
| 
       9204 
     | 
    
         
            -
                callVideoRecoveredBySystem:  
     | 
| 
      
 9177 
     | 
    
         
            +
                callVideoRecoveredBySystem: NotificationStrings;
         
     | 
| 
       9205 
9178 
     | 
    
         
             
                /**
         
     | 
| 
       9206 
9179 
     | 
    
         
             
                 * Mac OS specific message shown when system denies access to camera.
         
     | 
| 
       9207 
9180 
     | 
    
         
             
                 */
         
     | 
| 
       9208 
     | 
    
         
            -
                callMacOsCameraAccessDenied:  
     | 
| 
      
 9181 
     | 
    
         
            +
                callMacOsCameraAccessDenied: NotificationStrings;
         
     | 
| 
       9209 
9182 
     | 
    
         
             
                /**
         
     | 
| 
       9210 
9183 
     | 
    
         
             
                 * Mac OS specific message shown when system denies sharing local screen on a call.
         
     | 
| 
       9211 
9184 
     | 
    
         
             
                 */
         
     | 
| 
       9212 
     | 
    
         
            -
                callMacOsScreenShareAccessDenied:  
     | 
| 
      
 9185 
     | 
    
         
            +
                callMacOsScreenShareAccessDenied: NotificationStrings;
         
     | 
| 
       9213 
9186 
     | 
    
         
             
                /**
         
     | 
| 
       9214 
9187 
     | 
    
         
             
                 * Dimiss Notifications button aria label read by screen reader accessibility tools
         
     | 
| 
       9215 
9188 
     | 
    
         
             
                 */
         
     | 
| 
       9216 
     | 
    
         
            -
                dismissButtonAriaLabel?:  
     | 
| 
      
 9189 
     | 
    
         
            +
                dismissButtonAriaLabel?: NotificationStrings;
         
     | 
| 
       9217 
9190 
     | 
    
         
             
                /**
         
     | 
| 
       9218 
9191 
     | 
    
         
             
                 * An error message when joining a call fails.
         
     | 
| 
       9219 
9192 
     | 
    
         
             
                 */
         
     | 
| 
       9220 
     | 
    
         
            -
                failedToJoinCallGeneric?:  
     | 
| 
      
 9193 
     | 
    
         
            +
                failedToJoinCallGeneric?: NotificationStrings;
         
     | 
| 
       9221 
9194 
     | 
    
         
             
                /**
         
     | 
| 
       9222 
9195 
     | 
    
         
             
                 * An error message when joining a call fails specifically due to an invalid meeting link.
         
     | 
| 
       9223 
9196 
     | 
    
         
             
                 */
         
     | 
| 
       9224 
     | 
    
         
            -
                failedToJoinCallInvalidMeetingLink?:  
     | 
| 
      
 9197 
     | 
    
         
            +
                failedToJoinCallInvalidMeetingLink?: NotificationStrings;
         
     | 
| 
       9225 
9198 
     | 
    
         
             
                /**
         
     | 
| 
       9226 
9199 
     | 
    
         
             
                 * Error string letting you know remote participants see a frozen stream for you.
         
     | 
| 
       9227 
9200 
     | 
    
         
             
                 */
         
     | 
| 
       9228 
     | 
    
         
            -
                cameraFrozenForRemoteParticipants?:  
     | 
| 
      
 9201 
     | 
    
         
            +
                cameraFrozenForRemoteParticipants?: NotificationStrings;
         
     | 
| 
       9229 
9202 
     | 
    
         
             
                /**
         
     | 
| 
       9230 
9203 
     | 
    
         
             
                 * Unable to start effect
         
     | 
| 
       9231 
9204 
     | 
    
         
             
                 */
         
     | 
| 
       9232 
     | 
    
         
            -
                unableToStartVideoEffect?:  
     | 
| 
      
 9205 
     | 
    
         
            +
                unableToStartVideoEffect?: NotificationStrings;
         
     | 
| 
       9233 
9206 
     | 
    
         
             
                /**
         
     | 
| 
       9234 
9207 
     | 
    
         
             
                 * An error message when starting spotlight while max participants are spotlighted
         
     | 
| 
       9235 
9208 
     | 
    
         
             
                 */
         
     | 
| 
       9236 
     | 
    
         
            -
                startSpotlightWhileMaxParticipantsAreSpotlighted:  
     | 
| 
      
 9209 
     | 
    
         
            +
                startSpotlightWhileMaxParticipantsAreSpotlighted: NotificationStrings;
         
     | 
| 
      
 9210 
     | 
    
         
            +
            }
         
     | 
| 
      
 9211 
     | 
    
         
            +
             
     | 
| 
      
 9212 
     | 
    
         
            +
            /**
         
     | 
| 
      
 9213 
     | 
    
         
            +
             * All strings that may be shown on the UI in the {@link Notification}.
         
     | 
| 
      
 9214 
     | 
    
         
            +
             *
         
     | 
| 
      
 9215 
     | 
    
         
            +
             * @beta
         
     | 
| 
      
 9216 
     | 
    
         
            +
             */
         
     | 
| 
      
 9217 
     | 
    
         
            +
            export declare interface NotificationStrings {
         
     | 
| 
      
 9218 
     | 
    
         
            +
                /**
         
     | 
| 
      
 9219 
     | 
    
         
            +
                 * Notification bar title.
         
     | 
| 
      
 9220 
     | 
    
         
            +
                 */
         
     | 
| 
      
 9221 
     | 
    
         
            +
                title: string;
         
     | 
| 
      
 9222 
     | 
    
         
            +
                /**
         
     | 
| 
      
 9223 
     | 
    
         
            +
                 * Notification bar close button aria label
         
     | 
| 
      
 9224 
     | 
    
         
            +
                 */
         
     | 
| 
      
 9225 
     | 
    
         
            +
                closeButtonAriaLabel: string;
         
     | 
| 
      
 9226 
     | 
    
         
            +
                /**
         
     | 
| 
      
 9227 
     | 
    
         
            +
                 * Notification bar message.
         
     | 
| 
      
 9228 
     | 
    
         
            +
                 */
         
     | 
| 
      
 9229 
     | 
    
         
            +
                message?: string;
         
     | 
| 
      
 9230 
     | 
    
         
            +
                /**
         
     | 
| 
      
 9231 
     | 
    
         
            +
                 * Notification bar primary button label
         
     | 
| 
      
 9232 
     | 
    
         
            +
                 */
         
     | 
| 
      
 9233 
     | 
    
         
            +
                primaryButtonLabel?: string;
         
     | 
| 
      
 9234 
     | 
    
         
            +
                /**
         
     | 
| 
      
 9235 
     | 
    
         
            +
                 * Notification bar secondary button label
         
     | 
| 
      
 9236 
     | 
    
         
            +
                 */
         
     | 
| 
      
 9237 
     | 
    
         
            +
                secondaryButtonLabel?: string;
         
     | 
| 
       9237 
9238 
     | 
    
         
             
            }
         
     | 
| 
       9238 
9239 
     | 
    
         | 
| 
       9239 
9240 
     | 
    
         
             
            /**
         
     | 
| 
       9240 
     | 
    
         
            -
             * All notifications that can be shown in the {@link  
     | 
| 
      
 9241 
     | 
    
         
            +
             * All notifications that can be shown in the {@link NotificationStack}.
         
     | 
| 
       9241 
9242 
     | 
    
         
             
             *
         
     | 
| 
       9242 
9243 
     | 
    
         
             
             * @beta
         
     | 
| 
       9243 
9244 
     | 
    
         
             
             */
         
     | 
| 
       9244 
     | 
    
         
            -
            export declare type NotificationType = keyof  
     | 
| 
      
 9245 
     | 
    
         
            +
            export declare type NotificationType = keyof NotificationStackStrings;
         
     | 
| 
       9245 
9246 
     | 
    
         | 
| 
       9246 
9247 
     | 
    
         
             
            /**
         
     | 
| 
       9247 
9248 
     | 
    
         
             
             * Callback function used to provide custom data to build profile for a user or bot.
         
     | 
| 
         @@ -4,7 +4,7 @@ var react = require('@fluentui/react'); 
     | 
|
| 
       4 
4 
     | 
    
         
             
            var reactChat = require('@fluentui-contrib/react-chat');
         
     | 
| 
       5 
5 
     | 
    
         
             
            var reactComponents = require('@fluentui/react-components');
         
     | 
| 
       6 
6 
     | 
    
         
             
            require('@azure/communication-common');
         
     | 
| 
       7 
     | 
    
         
            -
            var index = require('./index- 
     | 
| 
      
 7 
     | 
    
         
            +
            var index = require('./index-CQFUKJFW.js');
         
     | 
| 
       8 
8 
     | 
    
         
             
            var React = require('react');
         
     | 
| 
       9 
9 
     | 
    
         
             
            require('reselect');
         
     | 
| 
       10 
10 
     | 
    
         
             
            require('@azure/communication-calling');
         
     | 
| 
         @@ -151,4 +151,4 @@ const ChatMessageComponentAsRichTextEditBox = (props) => { 
     | 
|
| 
       151 
151 
     | 
    
         | 
| 
       152 
152 
     | 
    
         
             
            exports.ChatMessageComponentAsRichTextEditBox = ChatMessageComponentAsRichTextEditBox;
         
     | 
| 
       153 
153 
     | 
    
         
             
            exports.default = ChatMessageComponentAsRichTextEditBox;
         
     | 
| 
       154 
     | 
    
         
            -
            //# sourceMappingURL=ChatMessageComponentAsRichTextEditBox- 
     | 
| 
      
 154 
     | 
    
         
            +
            //# sourceMappingURL=ChatMessageComponentAsRichTextEditBox-wvY5Rvxk.js.map
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"ChatMessageComponentAsRichTextEditBox-D8CIuj9U.js","sources":["../../../../react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.tsx"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { mergeStyles, Stack } from '@fluentui/react';\nimport { ChatMyMessage } from '@fluentui-contrib/react-chat';\nimport { mergeClasses } from '@fluentui/react-components';\nimport { _formatString } from '@internal/acs-ui-common';\nimport { useTheme } from '../../../theming';\nimport React, { useCallback, useEffect, useMemo, useState } from 'react';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { useReducer } from 'react';\nimport { editBoxWidthStyles, richTextEditBoxActionButtonIcon } from '../../styles/EditBox.styles';\nimport { InputBoxButton } from '../../InputBoxButton';\nimport { MessageThreadStrings } from '../../MessageThread';\nimport { useChatMyMessageStyles } from '../../styles/MessageThread.styles';\nimport { ChatMessage } from '../../../types';\nimport { _AttachmentUploadCards } from '../../Attachment/AttachmentUploadCards';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { AttachmentMetadata } from '@internal/acs-ui-common';\nimport { useChatMessageRichTextEditContainerStyles } from '../../styles/ChatMessageComponent.styles';\nimport { MAXIMUM_LENGTH_OF_MESSAGE } from '../../utils/SendBoxUtils';\nimport {\n  getMessageState,\n  onRenderCancelIcon,\n  onRenderSubmitIcon\n} from '../../utils/ChatMessageComponentAsEditBoxUtils';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport {\n  attachmentMetadataReducer,\n  getMessageWithAttachmentMetadata,\n  doesMessageContainMultipleAttachments\n} from '../../utils/ChatMessageComponentAsEditBoxUtils';\nimport { RichTextEditorComponentRef } from '../../RichTextEditor/RichTextEditor';\nimport { RichTextInputBoxComponent } from '../../RichTextEditor/RichTextInputBoxComponent';\nimport { editBoxRichTextEditorStyle, richTextActionButtonsStyle } from '../../styles/RichTextEditor.styles';\nimport { RichTextSendBoxErrors } from '../../RichTextEditor/RichTextSendBoxErrors';\nimport { useLocale } from '../../../localization';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { FluentV9ThemeProvider } from '../../../theming/FluentV9ThemeProvider';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { attachmentUploadCardsStyles } from '../../styles/SendBox.styles';\n\n/** @private */\nexport type ChatMessageComponentAsRichTextEditBoxProps = {\n  onCancel?: (messageId: string) => void;\n  onSubmit: (\n    text: string,\n    /* @conditional-compile-remove(file-sharing-acs) */\n    attachmentMetadata?: AttachmentMetadata[]\n  ) => void;\n  message: ChatMessage;\n  strings: MessageThreadStrings;\n  /* @conditional-compile-remove(rich-text-editor-image-upload) */\n  onPaste?: (event: { content: DocumentFragment }) => void;\n};\n\n/**\n * @private\n */\nexport const ChatMessageComponentAsRichTextEditBox = (\n  props: ChatMessageComponentAsRichTextEditBoxProps\n): JSX.Element => {\n  const {\n    onCancel,\n    onSubmit,\n    strings,\n    message,\n    /* @conditional-compile-remove(rich-text-editor-image-upload) */\n    onPaste\n  } = props;\n\n  const [textValue, setTextValue] = useState<string>(message.content || '');\n  /* @conditional-compile-remove(file-sharing-acs) */\n  const [attachmentMetadata, handleAttachmentAction] = useReducer(\n    attachmentMetadataReducer,\n    getMessageWithAttachmentMetadata(message) ?? []\n  );\n  const editTextFieldRef = React.useRef<RichTextEditorComponentRef>(null);\n  const theme = useTheme();\n  const messageState = useMemo(() => {\n    return getMessageState(textValue, /* @conditional-compile-remove(file-sharing-acs) */ attachmentMetadata ?? []);\n  }, [/* @conditional-compile-remove(file-sharing-acs) */ attachmentMetadata, textValue]);\n\n  const submitEnabled = messageState === 'OK';\n\n  const editContainerStyles = useChatMessageRichTextEditContainerStyles();\n  const chatMyMessageStyles = useChatMyMessageStyles();\n  const locale = useLocale().strings;\n\n  const setText = useCallback((newValue?: string): void => {\n    setTextValue(newValue ?? '');\n  }, []);\n\n  useEffect(() => {\n    editTextFieldRef.current?.focus();\n  }, []);\n\n  const textTooLongMessage = useMemo(() => {\n    return messageState === 'too long'\n      ? _formatString(strings.editBoxTextLimit, { limitNumber: `${MAXIMUM_LENGTH_OF_MESSAGE}` })\n      : undefined;\n  }, [messageState, strings.editBoxTextLimit]);\n\n  const iconClassName = useCallback(\n    (isHover: boolean) => {\n      const color = isHover ? theme.palette.accent : theme.palette.neutralSecondary;\n      return mergeStyles(richTextEditBoxActionButtonIcon, { color });\n    },\n    [theme.palette.accent, theme.palette.neutralSecondary]\n  );\n\n  const onRenderThemedCancelIcon = useCallback(\n    (isHover: boolean) => {\n      return onRenderCancelIcon(iconClassName(isHover));\n    },\n    [iconClassName]\n  );\n\n  const onRenderThemedSubmitIcon = useCallback(\n    (isHover: boolean) => {\n      return onRenderSubmitIcon(iconClassName(isHover));\n    },\n    [iconClassName]\n  );\n\n  /* @conditional-compile-remove(file-sharing-acs) */\n  const hasMultipleAttachments = useMemo(() => {\n    return doesMessageContainMultipleAttachments(message);\n  }, [message]);\n\n  const actionButtons = useMemo(() => {\n    return (\n      <Stack horizontal>\n        <InputBoxButton\n          className={richTextActionButtonsStyle}\n          ariaLabel={strings.editBoxCancelButton}\n          tooltipContent={strings.editBoxCancelButton}\n          onRenderIcon={onRenderThemedCancelIcon}\n          onClick={() => {\n            onCancel && onCancel(message.messageId);\n          }}\n          id={'dismissIconWrapper'}\n          data-testId={strings.editBoxCancelButton}\n        />\n        <InputBoxButton\n          className={richTextActionButtonsStyle}\n          ariaLabel={strings.editBoxSubmitButton}\n          tooltipContent={strings.editBoxSubmitButton}\n          onRenderIcon={onRenderThemedSubmitIcon}\n          onClick={(e) => {\n            // it's very important to pass an empty attachment here\n            // so when user removes all attachments, UI can reflect it instantly\n            // if you set it to undefined, the attachments pre-edited would still be there\n            // until edit message event is received\n            submitEnabled &&\n              onSubmit(textValue, /* @conditional-compile-remove(file-sharing-acs) */ attachmentMetadata);\n            e.stopPropagation();\n          }}\n          id={'submitIconWrapper'}\n          data-testId={strings.editBoxSubmitButton}\n        />\n      </Stack>\n    );\n  }, [\n    /* @conditional-compile-remove(file-sharing-acs) */\n    attachmentMetadata,\n    message.messageId,\n    onCancel,\n    onRenderThemedCancelIcon,\n    onRenderThemedSubmitIcon,\n    onSubmit,\n    strings.editBoxCancelButton,\n    strings.editBoxSubmitButton,\n    submitEnabled,\n    textValue\n  ]);\n  const richTextLocaleStrings = useMemo(() => {\n    /* @conditional-compile-remove(rich-text-editor) */\n    return { ...locale.richTextSendBox, ...strings };\n    return locale.sendBox;\n  }, [\n    /* @conditional-compile-remove(rich-text-editor) */ locale.richTextSendBox,\n    /* @conditional-compile-remove(rich-text-editor) */ strings,\n    locale.sendBox\n  ]);\n\n  /* @conditional-compile-remove(file-sharing-acs) */\n  const onCancelAttachmentUpload = useCallback((attachmentId: string) => {\n    // edit box only capable of removing attachments\n    // we need to expand attachment actions\n    // if we want to support more actions e.g. add\n    handleAttachmentAction({ type: 'remove', id: attachmentId });\n  }, []);\n\n  /* @conditional-compile-remove(file-sharing-acs) */\n  const onRenderAttachmentUploads = useCallback(() => {\n    return (\n      <Stack className={attachmentUploadCardsStyles}>\n        <FluentV9ThemeProvider v8Theme={theme}>\n          <_AttachmentUploadCards\n            attachments={attachmentMetadata}\n            onCancelAttachmentUpload={onCancelAttachmentUpload}\n          />\n        </FluentV9ThemeProvider>\n      </Stack>\n    );\n  }, [attachmentMetadata, onCancelAttachmentUpload, theme]);\n\n  const getContent = (): JSX.Element => {\n    return (\n      <Stack className={mergeStyles(editBoxWidthStyles)}>\n        <RichTextSendBoxErrors textTooLongMessage={textTooLongMessage} systemMessage={message.failureReason} />\n        <RichTextInputBoxComponent\n          placeholderText={strings.editBoxPlaceholderText}\n          onChange={setText}\n          editorComponentRef={editTextFieldRef}\n          initialContent={message.content}\n          strings={richTextLocaleStrings}\n          disabled={false}\n          actionComponents={actionButtons}\n          richTextEditorStyleProps={editBoxRichTextEditorStyle}\n          isHorizontalLayoutDisabled={true}\n          /* @conditional-compile-remove(file-sharing-acs) */\n          onRenderAttachmentUploads={onRenderAttachmentUploads}\n          /* @conditional-compile-remove(rich-text-editor-image-upload) */\n          onPaste={onPaste}\n        />\n      </Stack>\n    );\n  };\n\n  const attached = message.attached === true ? 'center' : message.attached === 'bottom' ? 'bottom' : 'top';\n  return (\n    <ChatMyMessage\n      attached={attached}\n      root={{\n        className: mergeClasses(\n          chatMyMessageStyles.root,\n          /* @conditional-compile-remove(file-sharing-acs) */\n          hasMultipleAttachments ? chatMyMessageStyles.multipleAttachments : undefined\n        )\n      }}\n      body={{\n        className: mergeClasses(\n          editContainerStyles.body,\n          attached !== 'top' ? editContainerStyles.bodyAttached : undefined\n        )\n      }}\n    >\n      {getContent()}\n    </ChatMyMessage>\n  );\n};\n\nexport default ChatMessageComponentAsRichTextEditBox;\n"],"names":["useState","useReducer","attachmentMetadataReducer","getMessageWithAttachmentMetadata","useTheme","useMemo","getMessageState","useChatMessageRichTextEditContainerStyles","useChatMyMessageStyles","useLocale","useCallback","useEffect","_formatString","MAXIMUM_LENGTH_OF_MESSAGE","mergeStyles","richTextEditBoxActionButtonIcon","onRenderCancelIcon","onRenderSubmitIcon","doesMessageContainMultipleAttachments","Stack","InputBoxButton","richTextActionButtonsStyle","attachmentUploadCardsStyles","FluentV9ThemeProvider","_AttachmentUploadCards","editBoxWidthStyles","RichTextSendBoxErrors","RichTextInputBoxComponent","editBoxRichTextEditorStyle","ChatMyMessage","mergeClasses"],"mappings":"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"}
         
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"ChatMessageComponentAsRichTextEditBox-wvY5Rvxk.js","sources":["../../../../react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.tsx"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { mergeStyles, Stack } from '@fluentui/react';\nimport { ChatMyMessage } from '@fluentui-contrib/react-chat';\nimport { mergeClasses } from '@fluentui/react-components';\nimport { _formatString } from '@internal/acs-ui-common';\nimport { useTheme } from '../../../theming';\nimport React, { useCallback, useEffect, useMemo, useState } from 'react';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { useReducer } from 'react';\nimport { editBoxWidthStyles, richTextEditBoxActionButtonIcon } from '../../styles/EditBox.styles';\nimport { InputBoxButton } from '../../InputBoxButton';\nimport { MessageThreadStrings } from '../../MessageThread';\nimport { useChatMyMessageStyles } from '../../styles/MessageThread.styles';\nimport { ChatMessage } from '../../../types';\nimport { _AttachmentUploadCards } from '../../Attachment/AttachmentUploadCards';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { AttachmentMetadata } from '@internal/acs-ui-common';\nimport { useChatMessageRichTextEditContainerStyles } from '../../styles/ChatMessageComponent.styles';\nimport { MAXIMUM_LENGTH_OF_MESSAGE } from '../../utils/SendBoxUtils';\nimport {\n  getMessageState,\n  onRenderCancelIcon,\n  onRenderSubmitIcon\n} from '../../utils/ChatMessageComponentAsEditBoxUtils';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport {\n  attachmentMetadataReducer,\n  getMessageWithAttachmentMetadata,\n  doesMessageContainMultipleAttachments\n} from '../../utils/ChatMessageComponentAsEditBoxUtils';\nimport { RichTextEditorComponentRef } from '../../RichTextEditor/RichTextEditor';\nimport { RichTextInputBoxComponent } from '../../RichTextEditor/RichTextInputBoxComponent';\nimport { editBoxRichTextEditorStyle, richTextActionButtonsStyle } from '../../styles/RichTextEditor.styles';\nimport { RichTextSendBoxErrors } from '../../RichTextEditor/RichTextSendBoxErrors';\nimport { useLocale } from '../../../localization';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { FluentV9ThemeProvider } from '../../../theming/FluentV9ThemeProvider';\n/* @conditional-compile-remove(file-sharing-acs) */\nimport { attachmentUploadCardsStyles } from '../../styles/SendBox.styles';\n\n/** @private */\nexport type ChatMessageComponentAsRichTextEditBoxProps = {\n  onCancel?: (messageId: string) => void;\n  onSubmit: (\n    text: string,\n    /* @conditional-compile-remove(file-sharing-acs) */\n    attachmentMetadata?: AttachmentMetadata[]\n  ) => void;\n  message: ChatMessage;\n  strings: MessageThreadStrings;\n  /* @conditional-compile-remove(rich-text-editor-image-upload) */\n  onPaste?: (event: { content: DocumentFragment }) => void;\n};\n\n/**\n * @private\n */\nexport const ChatMessageComponentAsRichTextEditBox = (\n  props: ChatMessageComponentAsRichTextEditBoxProps\n): JSX.Element => {\n  const {\n    onCancel,\n    onSubmit,\n    strings,\n    message,\n    /* @conditional-compile-remove(rich-text-editor-image-upload) */\n    onPaste\n  } = props;\n\n  const [textValue, setTextValue] = useState<string>(message.content || '');\n  /* @conditional-compile-remove(file-sharing-acs) */\n  const [attachmentMetadata, handleAttachmentAction] = useReducer(\n    attachmentMetadataReducer,\n    getMessageWithAttachmentMetadata(message) ?? []\n  );\n  const editTextFieldRef = React.useRef<RichTextEditorComponentRef>(null);\n  const theme = useTheme();\n  const messageState = useMemo(() => {\n    return getMessageState(textValue, /* @conditional-compile-remove(file-sharing-acs) */ attachmentMetadata ?? []);\n  }, [/* @conditional-compile-remove(file-sharing-acs) */ attachmentMetadata, textValue]);\n\n  const submitEnabled = messageState === 'OK';\n\n  const editContainerStyles = useChatMessageRichTextEditContainerStyles();\n  const chatMyMessageStyles = useChatMyMessageStyles();\n  const locale = useLocale().strings;\n\n  const setText = useCallback((newValue?: string): void => {\n    setTextValue(newValue ?? '');\n  }, []);\n\n  useEffect(() => {\n    editTextFieldRef.current?.focus();\n  }, []);\n\n  const textTooLongMessage = useMemo(() => {\n    return messageState === 'too long'\n      ? _formatString(strings.editBoxTextLimit, { limitNumber: `${MAXIMUM_LENGTH_OF_MESSAGE}` })\n      : undefined;\n  }, [messageState, strings.editBoxTextLimit]);\n\n  const iconClassName = useCallback(\n    (isHover: boolean) => {\n      const color = isHover ? theme.palette.accent : theme.palette.neutralSecondary;\n      return mergeStyles(richTextEditBoxActionButtonIcon, { color });\n    },\n    [theme.palette.accent, theme.palette.neutralSecondary]\n  );\n\n  const onRenderThemedCancelIcon = useCallback(\n    (isHover: boolean) => {\n      return onRenderCancelIcon(iconClassName(isHover));\n    },\n    [iconClassName]\n  );\n\n  const onRenderThemedSubmitIcon = useCallback(\n    (isHover: boolean) => {\n      return onRenderSubmitIcon(iconClassName(isHover));\n    },\n    [iconClassName]\n  );\n\n  /* @conditional-compile-remove(file-sharing-acs) */\n  const hasMultipleAttachments = useMemo(() => {\n    return doesMessageContainMultipleAttachments(message);\n  }, [message]);\n\n  const actionButtons = useMemo(() => {\n    return (\n      <Stack horizontal>\n        <InputBoxButton\n          className={richTextActionButtonsStyle}\n          ariaLabel={strings.editBoxCancelButton}\n          tooltipContent={strings.editBoxCancelButton}\n          onRenderIcon={onRenderThemedCancelIcon}\n          onClick={() => {\n            onCancel && onCancel(message.messageId);\n          }}\n          id={'dismissIconWrapper'}\n          data-testId={strings.editBoxCancelButton}\n        />\n        <InputBoxButton\n          className={richTextActionButtonsStyle}\n          ariaLabel={strings.editBoxSubmitButton}\n          tooltipContent={strings.editBoxSubmitButton}\n          onRenderIcon={onRenderThemedSubmitIcon}\n          onClick={(e) => {\n            // it's very important to pass an empty attachment here\n            // so when user removes all attachments, UI can reflect it instantly\n            // if you set it to undefined, the attachments pre-edited would still be there\n            // until edit message event is received\n            submitEnabled &&\n              onSubmit(textValue, /* @conditional-compile-remove(file-sharing-acs) */ attachmentMetadata);\n            e.stopPropagation();\n          }}\n          id={'submitIconWrapper'}\n          data-testId={strings.editBoxSubmitButton}\n        />\n      </Stack>\n    );\n  }, [\n    /* @conditional-compile-remove(file-sharing-acs) */\n    attachmentMetadata,\n    message.messageId,\n    onCancel,\n    onRenderThemedCancelIcon,\n    onRenderThemedSubmitIcon,\n    onSubmit,\n    strings.editBoxCancelButton,\n    strings.editBoxSubmitButton,\n    submitEnabled,\n    textValue\n  ]);\n  const richTextLocaleStrings = useMemo(() => {\n    /* @conditional-compile-remove(rich-text-editor) */\n    return { ...locale.richTextSendBox, ...strings };\n    return locale.sendBox;\n  }, [\n    /* @conditional-compile-remove(rich-text-editor) */ locale.richTextSendBox,\n    /* @conditional-compile-remove(rich-text-editor) */ strings,\n    locale.sendBox\n  ]);\n\n  /* @conditional-compile-remove(file-sharing-acs) */\n  const onCancelAttachmentUpload = useCallback((attachmentId: string) => {\n    // edit box only capable of removing attachments\n    // we need to expand attachment actions\n    // if we want to support more actions e.g. add\n    handleAttachmentAction({ type: 'remove', id: attachmentId });\n  }, []);\n\n  /* @conditional-compile-remove(file-sharing-acs) */\n  const onRenderAttachmentUploads = useCallback(() => {\n    return (\n      <Stack className={attachmentUploadCardsStyles}>\n        <FluentV9ThemeProvider v8Theme={theme}>\n          <_AttachmentUploadCards\n            attachments={attachmentMetadata}\n            onCancelAttachmentUpload={onCancelAttachmentUpload}\n          />\n        </FluentV9ThemeProvider>\n      </Stack>\n    );\n  }, [attachmentMetadata, onCancelAttachmentUpload, theme]);\n\n  const getContent = (): JSX.Element => {\n    return (\n      <Stack className={mergeStyles(editBoxWidthStyles)}>\n        <RichTextSendBoxErrors textTooLongMessage={textTooLongMessage} systemMessage={message.failureReason} />\n        <RichTextInputBoxComponent\n          placeholderText={strings.editBoxPlaceholderText}\n          onChange={setText}\n          editorComponentRef={editTextFieldRef}\n          initialContent={message.content}\n          strings={richTextLocaleStrings}\n          disabled={false}\n          actionComponents={actionButtons}\n          richTextEditorStyleProps={editBoxRichTextEditorStyle}\n          isHorizontalLayoutDisabled={true}\n          /* @conditional-compile-remove(file-sharing-acs) */\n          onRenderAttachmentUploads={onRenderAttachmentUploads}\n          /* @conditional-compile-remove(rich-text-editor-image-upload) */\n          onPaste={onPaste}\n        />\n      </Stack>\n    );\n  };\n\n  const attached = message.attached === true ? 'center' : message.attached === 'bottom' ? 'bottom' : 'top';\n  return (\n    <ChatMyMessage\n      attached={attached}\n      root={{\n        className: mergeClasses(\n          chatMyMessageStyles.root,\n          /* @conditional-compile-remove(file-sharing-acs) */\n          hasMultipleAttachments ? chatMyMessageStyles.multipleAttachments : undefined\n        )\n      }}\n      body={{\n        className: mergeClasses(\n          editContainerStyles.body,\n          attached !== 'top' ? editContainerStyles.bodyAttached : undefined\n        )\n      }}\n    >\n      {getContent()}\n    </ChatMyMessage>\n  );\n};\n\nexport default ChatMessageComponentAsRichTextEditBox;\n"],"names":["useState","useReducer","attachmentMetadataReducer","getMessageWithAttachmentMetadata","useTheme","useMemo","getMessageState","useChatMessageRichTextEditContainerStyles","useChatMyMessageStyles","useLocale","useCallback","useEffect","_formatString","MAXIMUM_LENGTH_OF_MESSAGE","mergeStyles","richTextEditBoxActionButtonIcon","onRenderCancelIcon","onRenderSubmitIcon","doesMessageContainMultipleAttachments","Stack","InputBoxButton","richTextActionButtonsStyle","attachmentUploadCardsStyles","FluentV9ThemeProvider","_AttachmentUploadCards","editBoxWidthStyles","RichTextSendBoxErrors","RichTextInputBoxComponent","editBoxRichTextEditorStyle","ChatMyMessage","mergeClasses"],"mappings":"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"}
         
     | 
| 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            'use strict';
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            var React = require('react');
         
     | 
| 
       4 
     | 
    
         
            -
            var index = require('./index- 
     | 
| 
      
 4 
     | 
    
         
            +
            var index = require('./index-CQFUKJFW.js');
         
     | 
| 
       5 
5 
     | 
    
         
             
            require('@fluentui/react');
         
     | 
| 
       6 
6 
     | 
    
         
             
            require('@fluentui/react-components');
         
     | 
| 
       7 
7 
     | 
    
         
             
            require('@fluentui-contrib/react-chat');
         
     | 
| 
         @@ -50,4 +50,4 @@ const RichTextSendBoxWrapper = (props) => { 
     | 
|
| 
       50 
50 
     | 
    
         
             
            };
         
     | 
| 
       51 
51 
     | 
    
         | 
| 
       52 
52 
     | 
    
         
             
            exports.RichTextSendBoxWrapper = RichTextSendBoxWrapper;
         
     | 
| 
       53 
     | 
    
         
            -
            //# sourceMappingURL=RichTextSendBoxWrapper- 
     | 
| 
      
 53 
     | 
    
         
            +
            //# sourceMappingURL=RichTextSendBoxWrapper-Cm6AVfYa.js.map
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"RichTextSendBoxWrapper- 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"RichTextSendBoxWrapper-Cm6AVfYa.js","sources":["../../../../react-composites/src/composites/common/RichTextSendBoxWrapper.tsx"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(rich-text-editor-composite-support) */\nimport React from 'react';\n/* @conditional-compile-remove(rich-text-editor-composite-support) */\nimport { usePropsFor } from '../ChatComposite/hooks/usePropsFor';\n/* @conditional-compile-remove(rich-text-editor-composite-support) */\nimport { RichTextSendBox, RichTextSendBoxProps } from '@internal/react-components';\n\n/* @conditional-compile-remove(rich-text-editor-composite-support) */\n/**\n * @private\n *\n * Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox\n * before lazyLoading is done\n */\nexport const RichTextSendBoxWrapper = (props: RichTextSendBoxProps): JSX.Element => {\n  const richTextSendBoxProps = usePropsFor(RichTextSendBox);\n\n  return <RichTextSendBox {...richTextSendBoxProps} {...props} />;\n};\n"],"names":["usePropsFor","RichTextSendBox"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AAEA;AAOA;AACA;;;;;AAKG;AACU,MAAA,sBAAsB,GAAG,CAAC,KAA2B,KAAiB;AACjF,IAAA,MAAM,oBAAoB,GAAGA,iBAAW,CAACC,qBAAe,CAAC,CAAC;AAE1D,IAAA,OAAO,oBAACA,qBAAe,EAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAK,oBAAoB,EAAM,KAAK,EAAI,CAAC;AAClE;;;;"}
         
     |