@azure/communication-react 1.3.1-alpha-202205310013.0 → 1.3.2-alpha-202207010015.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +1260 -0
- package/CHANGELOG.md +107 -1
- package/dist/communication-react.d.ts +409 -31
- package/dist/dist-cjs/communication-react/index.js +1674 -786
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +2 -0
- package/dist/dist-esm/acs-ui-common/src/index.d.ts.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.js +1 -0
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/logEvent.d.ts +16 -0
- package/dist/dist-esm/acs-ui-common/src/logEvent.d.ts.map +1 -0
- package/dist/dist-esm/acs-ui-common/src/logEvent.js +11 -0
- package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -0
- package/dist/dist-esm/acs-ui-common/src/safeStringify.d.ts.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js +17 -1
- package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +4 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +9 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +12 -0
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +14 -2
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +32 -13
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +2 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +6 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +4 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +22 -0
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +4 -2
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js +4 -2
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +34 -36
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.d.ts +6 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.d.ts.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/{SelectorUtils.js → utils/SelectorUtils.js} +0 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/{callUtils.d.ts → utils/callUtils.d.ts} +7 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/{callUtils.js → utils/callUtils.js} +28 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +6 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +25 -0
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/{videoGalleryUtils.d.ts → utils/videoGalleryUtils.d.ts} +3 -5
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/{videoGalleryUtils.js → utils/videoGalleryUtils.js} +3 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +10 -3
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +17 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js +22 -5
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +6 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +19 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +2 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +22 -0
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +49 -0
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts +26 -0
- package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.js +30 -0
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +13 -0
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +133 -25
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.d.ts +2 -0
- package/dist/dist-esm/calling-stateful-client/src/index.d.ts.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +7 -1
- package/dist/dist-esm/communication-react/src/index.d.ts.map +1 -1
- package/dist/dist-esm/communication-react/src/index.js +4 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +16 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.d.ts +33 -21
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +87 -30
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +16 -3
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +22 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/FileCard.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.js +44 -14
- package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +18 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileUploadCards.d.ts +17 -0
- package/dist/dist-esm/react-components/src/components/FileUploadCards.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js +19 -2
- package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
- package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +15 -4
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +3 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.js +15 -12
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +14 -6
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +5 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +3 -2
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +5 -7
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +8 -4
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +6 -3
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +10 -5
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +8 -5
- package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/StreamMedia.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/StreamMedia.js +7 -4
- package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +4 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +18 -70
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +6 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VoiceOverButton.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/VoiceOverButton.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/VoiceOverButton.js +32 -0
- package/dist/dist-esm/react-components/src/components/VoiceOverButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/index.d.ts +6 -2
- package/dist/dist-esm/react-components/src/components/index.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.js +4 -1
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js +0 -8
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +4 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.d.ts +13 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +34 -0
- package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js +26 -0
- package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +3 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +22 -4
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +38 -7
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +37 -6
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +37 -6
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.js +12 -2
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +12 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +52 -3
- 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/CallAdapter.d.ts +42 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +1 -1
- 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/CallControls.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +7 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +3 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +2 -23
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.d.ts +2 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +9 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +40 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +10 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +10 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +40 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +7 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +20 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +67 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +68 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/SidePaneHeader.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/SidePaneHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +11 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +38 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +27 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +7 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +14 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +19 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +11 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +7 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +32 -8
- package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +8 -2
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +8 -4
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.d.ts.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js +12 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.d.ts +6 -2
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +20 -4
- package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +3 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +10 -5
- package/package.json +10 -10
- package/dist/dist-esm/calling-component-bindings/src/SelectorUtils.d.ts +0 -6
- package/dist/dist-esm/calling-component-bindings/src/SelectorUtils.d.ts.map +0 -1
- package/dist/dist-esm/calling-component-bindings/src/SelectorUtils.js.map +0 -1
- package/dist/dist-esm/calling-component-bindings/src/callUtils.d.ts.map +0 -1
- package/dist/dist-esm/calling-component-bindings/src/callUtils.js.map +0 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGalleryUtils.d.ts.map +0 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGalleryUtils.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/useCancellableTask.d.ts +0 -74
- package/dist/dist-esm/react-components/src/components/utils/useCancellableTask.d.ts.map +0 -1
- package/dist/dist-esm/react-components/src/components/utils/useCancellableTask.js +0 -85
- package/dist/dist-esm/react-components/src/components/utils/useCancellableTask.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CustomDataModelUtils.d.ts +0 -21
- package/dist/dist-esm/react-composites/src/composites/common/CustomDataModelUtils.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/CustomDataModelUtils.js +0 -59
- package/dist/dist-esm/react-composites/src/composites/common/CustomDataModelUtils.js.map +0 -1
package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json
CHANGED
@@ -44,11 +44,13 @@
|
|
44
44
|
},
|
45
45
|
"callWithChat": {
|
46
46
|
"peopleButtonLabel": "人員",
|
47
|
-
"
|
48
|
-
"
|
47
|
+
"peopleButtonTooltipOpen": "顯示參與者",
|
48
|
+
"peopleButtonTooltipClose": "隱藏參與者",
|
49
49
|
"chatButtonLabel": "聊天",
|
50
|
-
"
|
51
|
-
"
|
50
|
+
"chatButtonTooltipClosedWithMessageCount": "顯示聊天 ({unreadMessagesCount} 個未讀取)",
|
51
|
+
"chatButtonTooltipOpen": "顯示聊天",
|
52
|
+
"chatButtonTooltipClose": "隱藏聊天",
|
53
|
+
"moreDrawerAudioDeviceMenuTitle": "音訊裝置",
|
52
54
|
"moreDrawerMicrophoneMenuTitle": "麥克風",
|
53
55
|
"moreDrawerSpeakerMenuTitle": "揚聲器",
|
54
56
|
"moreDrawerButtonLabel": "更多選項",
|
@@ -59,6 +61,9 @@
|
|
59
61
|
"chatButtonNewMessageNotificationLabel": "新訊息",
|
60
62
|
"pictureInPictureTileAriaLabel": "影片摘要。按一下以返回通話畫面。",
|
61
63
|
"removeMenuLabel": "移除",
|
62
|
-
"copyInviteLinkButtonLabel": "複製邀請連結"
|
64
|
+
"copyInviteLinkButtonLabel": "複製邀請連結",
|
65
|
+
"dismissSidePaneButton": "關閉",
|
66
|
+
"returnToCallButtonAriaDescription": "返回通話",
|
67
|
+
"returnToCallButtonAriaLabel": "返回"
|
63
68
|
}
|
64
69
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.2-alpha-202207010015.0",
|
4
4
|
"sideEffects": false,
|
5
5
|
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
|
6
6
|
"keywords": [
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"@fluentui/react-icons": "~1.1.137",
|
33
33
|
"@fluentui/react-northstar": "0.61.0",
|
34
34
|
"@fluentui/react-window-provider": "~2.2.0",
|
35
|
-
"@fluentui/react": "~8.
|
35
|
+
"@fluentui/react": "~8.62.4",
|
36
36
|
"copy-to-clipboard": "~3.3.1",
|
37
37
|
"events": "~3.3.0",
|
38
38
|
"html-to-react": "~1.4.5",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"uuid": "^8.1.0"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
48
|
-
"@azure/communication-calling": "1.4
|
48
|
+
"@azure/communication-calling": "1.5.4-beta.1 || 1.4.4",
|
49
49
|
"@azure/communication-chat": "1.2.0",
|
50
50
|
"@types/react": ">=16.8.0 <18.0.0",
|
51
51
|
"@types/react-dom": ">=16.8.0 <18.0.0",
|
@@ -80,17 +80,17 @@
|
|
80
80
|
"_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
|
81
81
|
},
|
82
82
|
"devDependencies": {
|
83
|
-
"@azure/communication-calling": "1.4
|
83
|
+
"@azure/communication-calling": "1.5.4-beta.1 || 1.4.4",
|
84
84
|
"@azure/communication-chat": "1.2.0",
|
85
85
|
"@azure/core-auth": "1.3.2",
|
86
86
|
"@babel/cli": "~7.16.0",
|
87
87
|
"@babel/core": "~7.16.0",
|
88
|
-
"@internal/calling-component-bindings": "1.3.
|
89
|
-
"@internal/calling-stateful-client": "1.3.
|
90
|
-
"@internal/chat-component-bindings": "1.3.
|
91
|
-
"@internal/chat-stateful-client": "1.3.
|
92
|
-
"@internal/react-components": "1.3.
|
93
|
-
"@internal/react-composites": "1.3.
|
88
|
+
"@internal/calling-component-bindings": "1.3.2-alpha-202207010015.0",
|
89
|
+
"@internal/calling-stateful-client": "1.3.2-alpha-202207010015.0",
|
90
|
+
"@internal/chat-component-bindings": "1.3.2-alpha-202207010015.0",
|
91
|
+
"@internal/chat-stateful-client": "1.3.2-alpha-202207010015.0",
|
92
|
+
"@internal/react-components": "1.3.2-alpha-202207010015.0",
|
93
|
+
"@internal/react-composites": "1.3.2-alpha-202207010015.0",
|
94
94
|
"@microsoft/api-documenter": "~7.12.11",
|
95
95
|
"@microsoft/api-extractor": "~7.18.0",
|
96
96
|
"@rollup/plugin-json": "~4.1.0",
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"SelectorUtils.d.ts","sourceRoot":"","sources":["../../../../../calling-component-bindings/src/SelectorUtils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,0CAA0C;AAE3E;;GAEG;AACH,eAAO,MAAM,eAAe,gBAAiB,sBAAsB,KAAG,OACtB,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"SelectorUtils.js","sourceRoot":"","sources":["../../../../../calling-component-bindings/src/SelectorUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,WAAmC,EAAW,EAAE,CAC9E,WAAW,CAAC,UAAU,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"callUtils.d.ts","sourceRoot":"","sources":["../../../../../calling-component-bindings/src/callUtils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,0CAA0C;AAC3F,OAAO,EAAE,SAAS,IAAI,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAEvE;;;;GAIG;AACH,eAAO,MAAM,SAAS,2CAA8B,OAC0B,CAAC;AAE/E;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,eAAgB,UAAU,GAAG,SAAS,KAAG,OACD,CAAC;AAE5E;;;;;GAKG;AACH,eAAO,MAAM,YAAY,kBAAmB,kBAAkB,KAAG,OAIhE,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,eAAsB,kBAAkB,KAAG,QAAQ,IAAI,CAK9F,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"callUtils.js","sourceRoot":"","sources":["../../../../../calling-component-bindings/src/callUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;;;;;;;;;;AAKlC;;;;GAIG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,UAAuB,EAAW,EAAE,CAC5D,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,MAAM,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;AAE/E;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,UAAkC,EAAW,EAAE,CACpF,CAAC,CAAC,UAAU,IAAI,CAAC,YAAY,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;AAE5E;;;;;GAKG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,aAAiC,EAAW,EAAE;IACzE,iHAAiH;IACjH,gFAAgF;IAChF,OAAO,aAAa,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC,IAAI,aAAa,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,SAAS,CAAC;AACzG,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAO,UAA8B,EAAiB,EAAE;IACjG,MAAM,eAAe,GAAG,UAAU,CAAC,QAAQ,EAAE,CAAC,aAAa,CAAC,eAAe,CAAC;IAC5E,KAAK,MAAM,IAAI,IAAI,eAAe,EAAE;QAClC,MAAM,UAAU,CAAC,WAAW,CAAC,SAAS,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC;KAC1D;AACH,CAAC,CAAA,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"videoGalleryUtils.d.ts","sourceRoot":"","sources":["../../../../../calling-component-bindings/src/videoGalleryUtils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,0CAA0C;AACnG,OAAO,EAAE,6BAA6B,EAAsB,mCAAmC;AAG/F,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,2DAA8C,SAAS,GAAG,MAAM,EAEvG,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC;;kBAM7C,6BAA6B,EAmB/B,CAAC;AAoBF,eAAe;AACf,eAAO,MAAM,uDAAuD,WAC1D,MAAM,WACL,OAAO,cACJ,OAAO;;wCAGlB,6BA8BF,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"videoGalleryUtils.js","sourceRoot":"","sources":["../../../../../calling-component-bindings/src/videoGalleryUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,YAAY,EAAE,6BAA6B,EAAE,gCAAgC;AAGtF,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,gBAAgB;AAChB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,gBAAuC,EAAwB,EAAE;;IAC3G,OAAO,MAAA,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAE,YAAY,0CAAE,GAAG,CAAC,6BAA6B,CAAC,CAAC;AAC5E,CAAC,CAAC;AAEF,gBAAgB;AAChB,MAAM,CAAC,MAAM,mCAAmC,GAAG,CACjD,kBAIa,EACoB,EAAE;IACnC,IAAI,CAAC,kBAAkB,EAAE;QACvB,OAAO,EAAE,CAAC;KACX;IACD,OAAO,mCAAmC,CAAC,CAAC,UAAU,EAAE,EAAE;QACxD,OAAO,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC;aACrC,MAAM,CAAC,CAAC,WAAmC,EAAE,EAAE;YAC9C,OAAO,WAAW,CAAC,KAAK,KAAK,SAAS,CAAC;QACzC,CAAC,CAAC;aACD,GAAG,CAAC,CAAC,WAAmC,EAAE,EAAE;YAC3C,OAAO,UAAU,CACf,6BAA6B,CAAC,WAAW,CAAC,UAAU,CAAC,EACrD,WAAW,CAAC,OAAO,EACnB,eAAe,CAAC,WAAW,CAAC,EAC5B,WAAW,CAAC,YAAY,EACxB,WAAW,CAAC,WAAW,CACxB,CAAC;QACJ,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,mCAAmC,GAAG,YAAY,CACtD,CACE,MAAc,EACd,OAAgB,EAChB,UAAmB,EACnB,YAAuD,EACvD,WAAoB,EACW,EAAE;IACjC,OAAO,uDAAuD,CAC5D,MAAM,EACN,OAAO,EACP,UAAU,EACV,YAAY,EACZ,WAAW,CACZ,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,eAAe;AACf,MAAM,CAAC,MAAM,uDAAuD,GAAG,CACrE,MAAc,EACd,OAAgB,EAChB,UAAmB,EACnB,YAAuD,EACvD,WAAoB,EACW,EAAE;IACjC,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;IACzD,IAAI,WAAW,GAAmC,SAAS,CAAC;IAC5D,IAAI,iBAAiB,GAAmC,SAAS,CAAC;IAElE,IAAI,oBAAoB,CAAC,CAAC,CAAC,EAAE;QAC3B,IAAI,oBAAoB,CAAC,CAAC,CAAC,CAAC,eAAe,KAAK,OAAO,EAAE;YACvD,WAAW,GAAG,4CAA4C,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC;SACrF;aAAM;YACL,iBAAiB,GAAG,4CAA4C,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC;SAC3F;KACF;IAED,IAAI,oBAAoB,CAAC,CAAC,CAAC,EAAE;QAC3B,IAAI,oBAAoB,CAAC,CAAC,CAAC,CAAC,eAAe,KAAK,eAAe,EAAE;YAC/D,iBAAiB,GAAG,4CAA4C,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC;SAC3F;aAAM;YACL,WAAW,GAAG,4CAA4C,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC;SACrF;KACF;IAED,OAAO;QACL,MAAM;QACN,WAAW;QACX,OAAO;QACP,UAAU;QACV,WAAW;QACX,iBAAiB;QACjB,iBAAiB,EAAE,iBAAiB,KAAK,SAAS,IAAI,iBAAiB,CAAC,WAAW;KACpF,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,4CAA4C,GAAG,CAAC,MAA8B,EAAsB,EAAE;;IAC1G,OAAO;QACL,EAAE,EAAE,MAAM,CAAC,EAAE;QACb,WAAW,EAAE,MAAM,CAAC,WAAW;QAC/B,UAAU,EAAE,MAAA,MAAM,CAAC,IAAI,0CAAE,UAAU;QACnC,aAAa,EAAE,MAAA,MAAM,CAAC,IAAI,0CAAE,MAAM;KACnC,CAAC;AACJ,CAAC,CAAC"}
|
@@ -1,74 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Argument provided to the action triggered via {@link TriggerFunc} that signifies
|
3
|
-
* that the action has been cancelled externally.
|
4
|
-
*
|
5
|
-
* See documentation for {@link useCancellableTask} for details.
|
6
|
-
*
|
7
|
-
* @private
|
8
|
-
*/
|
9
|
-
export interface Cancellable {
|
10
|
-
cancelled: boolean;
|
11
|
-
}
|
12
|
-
/**
|
13
|
-
* Function returned by {@link useCancellableTask} to trigger an action that can be
|
14
|
-
* externally cancelled.
|
15
|
-
*
|
16
|
-
* See documentation for {@link useCancellableTask} for details.
|
17
|
-
*
|
18
|
-
* @private
|
19
|
-
*/
|
20
|
-
export declare type TriggerFunc = (action: (cancellable: Cancellable) => Promise<void>) => void;
|
21
|
-
/**
|
22
|
-
* Function returned by {@link useCancellableTask} to externally cancel an async action.
|
23
|
-
*
|
24
|
-
* See documentation for {@link useCancellableTask} for details.
|
25
|
-
*
|
26
|
-
* @private
|
27
|
-
*/
|
28
|
-
export declare type CancelFunc = () => void;
|
29
|
-
/**
|
30
|
-
* A custom React hook to manage the lifecycle of a cancellable async task
|
31
|
-
* cooperatively.
|
32
|
-
*
|
33
|
-
* This hook may be useful when a component needs to run some task
|
34
|
-
* asynchronously that may need to be later cancelled.
|
35
|
-
*
|
36
|
-
* - Task cancellation is cooperative. The triggered action must check for task
|
37
|
-
* cancellation at appropriate points and return early when cancelled.
|
38
|
-
* - There can be only one task in progress at any time. Triggering a second
|
39
|
-
* task cancels the previously triggered task, if it exists.
|
40
|
-
*
|
41
|
-
* ## Example
|
42
|
-
* ```ts
|
43
|
-
* const [triggerFunc, cancelFunc] = useCancellableTask();
|
44
|
-
*
|
45
|
-
* useEffect(() => {
|
46
|
-
* // Some asynchronous task that needs to be triggered (but not waited upon).
|
47
|
-
* triggerFunc(async (cancellable: Cancellable) => {
|
48
|
-
* // Task cancellation is cooperative. The following blocking call is not
|
49
|
-
* // cancellable (it does not take the cancellable argument at all). So
|
50
|
-
* // any cancellation will only take effect once this call is await'ed.
|
51
|
-
* const costlyBlockingCallReturn = await costlyBlockingCall(someArg);
|
52
|
-
*
|
53
|
-
* // Cooperative cancellation.
|
54
|
-
* if (cancellable.cancelled) {
|
55
|
-
* return;
|
56
|
-
* }
|
57
|
-
*
|
58
|
-
* // If not cancelled, continue. The most common scenario is setting some
|
59
|
-
* // state variable from the parent component.
|
60
|
-
* setCostlyValue(costlyBlockingCallReturn)
|
61
|
-
* });
|
62
|
-
*
|
63
|
-
* // There can be many reasons to cancel the task.
|
64
|
-
* // In this example, the task is canceled before the useEffect runs again.
|
65
|
-
* // Strictly speaking this is unnecessary because triggering another task
|
66
|
-
* // would automatically cancel previously triggered task.
|
67
|
-
* return () => {
|
68
|
-
* cancelFunc();
|
69
|
-
* }
|
70
|
-
* }, [someArg]);
|
71
|
-
* ```
|
72
|
-
*/
|
73
|
-
export declare const useCancellableTask: () => [TriggerFunc, CancelFunc];
|
74
|
-
//# sourceMappingURL=useCancellableTask.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"useCancellableTask.d.ts","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/useCancellableTask.ts"],"names":[],"mappings":"AAKA;;;;;;;GAOG;AACH,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,OAAO,CAAC;CACpB;AAED;;;;;;;GAOG;AACH,oBAAY,WAAW,GAAG,CAAC,MAAM,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC;AAExF;;;;;;GAMG;AACH,oBAAY,UAAU,GAAG,MAAM,IAAI,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,eAAO,MAAM,kBAAkB,QAAO,CAAC,WAAW,EAAE,UAAU,CAwB7D,CAAC"}
|
@@ -1,85 +0,0 @@
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
2
|
-
// Licensed under the MIT license.
|
3
|
-
import { useEffect, useMemo } from 'react';
|
4
|
-
/**
|
5
|
-
* A custom React hook to manage the lifecycle of a cancellable async task
|
6
|
-
* cooperatively.
|
7
|
-
*
|
8
|
-
* This hook may be useful when a component needs to run some task
|
9
|
-
* asynchronously that may need to be later cancelled.
|
10
|
-
*
|
11
|
-
* - Task cancellation is cooperative. The triggered action must check for task
|
12
|
-
* cancellation at appropriate points and return early when cancelled.
|
13
|
-
* - There can be only one task in progress at any time. Triggering a second
|
14
|
-
* task cancels the previously triggered task, if it exists.
|
15
|
-
*
|
16
|
-
* ## Example
|
17
|
-
* ```ts
|
18
|
-
* const [triggerFunc, cancelFunc] = useCancellableTask();
|
19
|
-
*
|
20
|
-
* useEffect(() => {
|
21
|
-
* // Some asynchronous task that needs to be triggered (but not waited upon).
|
22
|
-
* triggerFunc(async (cancellable: Cancellable) => {
|
23
|
-
* // Task cancellation is cooperative. The following blocking call is not
|
24
|
-
* // cancellable (it does not take the cancellable argument at all). So
|
25
|
-
* // any cancellation will only take effect once this call is await'ed.
|
26
|
-
* const costlyBlockingCallReturn = await costlyBlockingCall(someArg);
|
27
|
-
*
|
28
|
-
* // Cooperative cancellation.
|
29
|
-
* if (cancellable.cancelled) {
|
30
|
-
* return;
|
31
|
-
* }
|
32
|
-
*
|
33
|
-
* // If not cancelled, continue. The most common scenario is setting some
|
34
|
-
* // state variable from the parent component.
|
35
|
-
* setCostlyValue(costlyBlockingCallReturn)
|
36
|
-
* });
|
37
|
-
*
|
38
|
-
* // There can be many reasons to cancel the task.
|
39
|
-
* // In this example, the task is canceled before the useEffect runs again.
|
40
|
-
* // Strictly speaking this is unnecessary because triggering another task
|
41
|
-
* // would automatically cancel previously triggered task.
|
42
|
-
* return () => {
|
43
|
-
* cancelFunc();
|
44
|
-
* }
|
45
|
-
* }, [someArg]);
|
46
|
-
* ```
|
47
|
-
*/
|
48
|
-
export const useCancellableTask = () => {
|
49
|
-
// Memoize all internal objects and returned values so that
|
50
|
-
// this hook returns referentially stable values on each render.
|
51
|
-
const cancelMarker = useMemo(() => {
|
52
|
-
return new CancelMarker();
|
53
|
-
}, []);
|
54
|
-
// Cancel any pending task when component unmounts.
|
55
|
-
useEffect(() => {
|
56
|
-
return cancelMarker.cancel;
|
57
|
-
},
|
58
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
59
|
-
[]);
|
60
|
-
const response = useMemo(() => {
|
61
|
-
const trigger = (action) => {
|
62
|
-
const cancellable = cancelMarker.reset();
|
63
|
-
action(cancellable);
|
64
|
-
};
|
65
|
-
return [trigger, cancelMarker.cancel];
|
66
|
-
}, [cancelMarker]);
|
67
|
-
return response;
|
68
|
-
};
|
69
|
-
class CancelMarker {
|
70
|
-
constructor() {
|
71
|
-
this.cancellable = null;
|
72
|
-
this.cancel = () => {
|
73
|
-
if (this.cancellable) {
|
74
|
-
this.cancellable.cancelled = true;
|
75
|
-
this.cancellable = null;
|
76
|
-
}
|
77
|
-
};
|
78
|
-
this.reset = () => {
|
79
|
-
this.cancel();
|
80
|
-
this.cancellable = { cancelled: false };
|
81
|
-
return this.cancellable;
|
82
|
-
};
|
83
|
-
}
|
84
|
-
}
|
85
|
-
//# sourceMappingURL=useCancellableTask.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"useCancellableTask.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/useCancellableTask.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAiC3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAA8B,EAAE;IAChE,2DAA2D;IAC3D,gEAAgE;IAChE,MAAM,YAAY,GAAG,OAAO,CAAC,GAAG,EAAE;QAChC,OAAO,IAAI,YAAY,EAAE,CAAC;IAC5B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,mDAAmD;IACnD,SAAS,CACP,GAAG,EAAE;QACH,OAAO,YAAY,CAAC,MAAM,CAAC;IAC7B,CAAC;IACD,uDAAuD;IACvD,EAAE,CACH,CAAC;IAEF,MAAM,QAAQ,GAA8B,OAAO,CAAC,GAAG,EAAE;QACvD,MAAM,OAAO,GAAG,CAAC,MAAmD,EAAQ,EAAE;YAC5E,MAAM,WAAW,GAAG,YAAY,CAAC,KAAK,EAAE,CAAC;YACzC,MAAM,CAAC,WAAW,CAAC,CAAC;QACtB,CAAC,CAAC;QACF,OAAO,CAAC,OAAO,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IACxC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;IACnB,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC;AAEF,MAAM,YAAY;IAAlB;QACU,gBAAW,GAAuB,IAAI,CAAC;QACxC,WAAM,GAAG,GAAS,EAAE;YACzB,IAAI,IAAI,CAAC,WAAW,EAAE;gBACpB,IAAI,CAAC,WAAW,CAAC,SAAS,GAAG,IAAI,CAAC;gBAClC,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;aACzB;QACH,CAAC,CAAC;QACK,UAAK,GAAG,GAAgB,EAAE;YAC/B,IAAI,CAAC,MAAM,EAAE,CAAC;YACd,IAAI,CAAC,WAAW,GAAG,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;YACxC,OAAO,IAAI,CAAC,WAAW,CAAC;QAC1B,CAAC,CAAC;IACJ,CAAC;CAAA"}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import { AvatarPersonaData, AvatarPersonaDataCallback } from './AvatarPersona';
|
2
|
-
/**
|
3
|
-
* Hook to override the avatar persona data of the users
|
4
|
-
* - Calls {@link AvatarPersonaDataCallback} on each render for provided `userIds`
|
5
|
-
* - Returns an array of the same length as `userIds`. Entries in the array may be undefined if there is no data to return.
|
6
|
-
* @private
|
7
|
-
*/
|
8
|
-
export declare const useCustomAvatarPersonaData: (userIds: (string | undefined)[], callback?: AvatarPersonaDataCallback | undefined) => (AvatarPersonaData | undefined)[];
|
9
|
-
/**
|
10
|
-
* Function to determine if there is new user avatar data in current render pass.
|
11
|
-
* @param currentData current set set of avatar persona data present from the custom settings from the previous render
|
12
|
-
* @param newData new set of avatar persona data after a run of {@link useCustomAvatarPersonData}
|
13
|
-
* @returns Boolean whether there is new avatar persona data present.
|
14
|
-
* @private
|
15
|
-
*/
|
16
|
-
export declare const shouldUpdate: (currentData: (AvatarPersonaData | undefined)[], newData: (AvatarPersonaData | undefined)[]) => boolean;
|
17
|
-
/**
|
18
|
-
* @private
|
19
|
-
*/
|
20
|
-
export declare const avatarDeepDifferenceCheck: (currentData?: AvatarPersonaData | undefined, newData?: AvatarPersonaData | undefined) => boolean;
|
21
|
-
//# sourceMappingURL=CustomDataModelUtils.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"CustomDataModelUtils.d.ts","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/CustomDataModelUtils.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAE/E;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B,YAC5B,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE,uDAE9B,CAAC,iBAAiB,GAAG,SAAS,CAAC,EAkBjC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,gBACV,CAAC,iBAAiB,GAAG,SAAS,CAAC,EAAE,WACrC,CAAC,iBAAiB,GAAG,SAAS,CAAC,EAAE,KACzC,OAKF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,yBAAyB,4FAAmE,OAQxG,CAAC"}
|
@@ -1,59 +0,0 @@
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
2
|
-
// Licensed under the MIT license.
|
3
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
4
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
5
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
6
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
7
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
8
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
9
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
10
|
-
});
|
11
|
-
};
|
12
|
-
import React, { useEffect } from 'react';
|
13
|
-
/**
|
14
|
-
* Hook to override the avatar persona data of the users
|
15
|
-
* - Calls {@link AvatarPersonaDataCallback} on each render for provided `userIds`
|
16
|
-
* - Returns an array of the same length as `userIds`. Entries in the array may be undefined if there is no data to return.
|
17
|
-
* @private
|
18
|
-
*/
|
19
|
-
export const useCustomAvatarPersonaData = (userIds, callback) => {
|
20
|
-
const [data, setData] = React.useState(Array(userIds.length).fill(undefined));
|
21
|
-
useEffect(() => {
|
22
|
-
(() => __awaiter(void 0, void 0, void 0, function* () {
|
23
|
-
const newData = yield Promise.all(userIds.map((userId) => __awaiter(void 0, void 0, void 0, function* () {
|
24
|
-
if (!userId || !callback) {
|
25
|
-
return undefined;
|
26
|
-
}
|
27
|
-
return yield callback(userId);
|
28
|
-
})));
|
29
|
-
if (shouldUpdate(data, newData)) {
|
30
|
-
setData(newData);
|
31
|
-
}
|
32
|
-
}))();
|
33
|
-
});
|
34
|
-
return data;
|
35
|
-
};
|
36
|
-
/**
|
37
|
-
* Function to determine if there is new user avatar data in current render pass.
|
38
|
-
* @param currentData current set set of avatar persona data present from the custom settings from the previous render
|
39
|
-
* @param newData new set of avatar persona data after a run of {@link useCustomAvatarPersonData}
|
40
|
-
* @returns Boolean whether there is new avatar persona data present.
|
41
|
-
* @private
|
42
|
-
*/
|
43
|
-
export const shouldUpdate = (currentData, newData) => {
|
44
|
-
if (currentData.length !== newData.length) {
|
45
|
-
return true;
|
46
|
-
}
|
47
|
-
return currentData.some((data, i) => avatarDeepDifferenceCheck(data, newData[i]));
|
48
|
-
};
|
49
|
-
/**
|
50
|
-
* @private
|
51
|
-
*/
|
52
|
-
export const avatarDeepDifferenceCheck = (currentData, newData) => {
|
53
|
-
return ((currentData === null || currentData === void 0 ? void 0 : currentData.text) !== (newData === null || newData === void 0 ? void 0 : newData.text) ||
|
54
|
-
(currentData === null || currentData === void 0 ? void 0 : currentData.imageUrl) !== (newData === null || newData === void 0 ? void 0 : newData.imageUrl) ||
|
55
|
-
(currentData === null || currentData === void 0 ? void 0 : currentData.initialsColor) !== (newData === null || newData === void 0 ? void 0 : newData.initialsColor) ||
|
56
|
-
(currentData === null || currentData === void 0 ? void 0 : currentData.imageInitials) !== (newData === null || newData === void 0 ? void 0 : newData.imageInitials) ||
|
57
|
-
(currentData === null || currentData === void 0 ? void 0 : currentData.initialsTextColor) !== (newData === null || newData === void 0 ? void 0 : newData.initialsTextColor));
|
58
|
-
};
|
59
|
-
//# sourceMappingURL=CustomDataModelUtils.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"CustomDataModelUtils.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/CustomDataModelUtils.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;;;;;;;;;;AAElC,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC;;;;;GAKG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CACxC,OAA+B,EAC/B,QAAoC,EACD,EAAE;IACrC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAoC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;IACjH,SAAS,CAAC,GAAG,EAAE;QACb,CAAC,GAAS,EAAE;YACV,MAAM,OAAO,GAAG,MAAM,OAAO,CAAC,GAAG,CAC/B,OAAO,CAAC,GAAG,CAAC,CAAO,MAA0B,EAAE,EAAE;gBAC/C,IAAI,CAAC,MAAM,IAAI,CAAC,QAAQ,EAAE;oBACxB,OAAO,SAAS,CAAC;iBAClB;gBACD,OAAO,MAAM,QAAQ,CAAC,MAAM,CAAC,CAAC;YAChC,CAAC,CAAA,CAAC,CACH,CAAC;YACF,IAAI,YAAY,CAAC,IAAI,EAAE,OAAO,CAAC,EAAE;gBAC/B,OAAO,CAAC,OAAO,CAAC,CAAC;aAClB;QACH,CAAC,CAAA,CAAC,EAAE,CAAC;IACP,CAAC,CAAC,CAAC;IACH,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,CAC1B,WAA8C,EAC9C,OAA0C,EACjC,EAAE;IACX,IAAI,WAAW,CAAC,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE;QACzC,OAAO,IAAI,CAAC;KACb;IACD,OAAO,WAAW,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,yBAAyB,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACpF,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,WAA+B,EAAE,OAA2B,EAAW,EAAE;IACjH,OAAO,CACL,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,IAAI,OAAK,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,IAAI,CAAA;QACnC,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,QAAQ,OAAK,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,CAAA;QAC3C,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,aAAa,OAAK,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,aAAa,CAAA;QACrD,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,aAAa,OAAK,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,aAAa,CAAA;QACrD,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,iBAAiB,OAAK,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,iBAAiB,CAAA,CAC9D,CAAC;AACJ,CAAC,CAAC"}
|