@microsoft/omnichannel-chat-components 1.1.11 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) hide show
  1. package/lib/types/assets/Icons.d.ts +21 -21
  2. package/lib/types/common/Constants.d.ts +195 -196
  3. package/lib/types/common/decodeComponentString.d.ts +2 -2
  4. package/lib/types/common/encodeComponentString.d.ts +2 -2
  5. package/lib/types/common/utils.d.ts +19 -19
  6. package/lib/types/components/callingcontainer/CallingContainer.d.ts +4 -4
  7. package/lib/types/components/callingcontainer/common/defaultProps/defaultCallingContainerControlProps.d.ts +2 -2
  8. package/lib/types/components/callingcontainer/common/defaultProps/defaultCallingContainerProps.d.ts +2 -2
  9. package/lib/types/components/callingcontainer/common/defaultStyles/customizedCallingContainerStyles.d.ts +2 -2
  10. package/lib/types/components/callingcontainer/common/defaultStyles/defaultCallingContainerStyles.d.ts +2 -2
  11. package/lib/types/components/callingcontainer/interfaces/ICallingContainerControlProps.d.ts +28 -28
  12. package/lib/types/components/callingcontainer/interfaces/ICallingContainerProps.d.ts +12 -12
  13. package/lib/types/components/callingcontainer/interfaces/ICallingContainerStyleProps.d.ts +21 -21
  14. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/CurrentCall.d.ts +4 -4
  15. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultProps/defaultCurrentCallControlProps.d.ts +2 -2
  16. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultProps/defaultCurrentCallControlPropsRtl.d.ts +2 -2
  17. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultProps/defaultCurrentCallProps.d.ts +2 -2
  18. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/componentOverridesStyleProps.d.ts +2 -2
  19. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/customizedCurrentCallStyleProps.d.ts +2 -2
  20. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/common/defaultStyles/defaultCurrentCallStyleProps.d.ts +2 -2
  21. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallClassNames.d.ts +22 -22
  22. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallComponentOverrides.d.ts +7 -7
  23. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallControlProps.d.ts +102 -102
  24. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallNonActionControlIds.d.ts +22 -22
  25. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallProps.d.ts +17 -17
  26. package/lib/types/components/callingcontainer/subcomponents/CurrentCall/interfaces/ICurrentCallStyleProps.d.ts +60 -60
  27. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/IncomingCall.d.ts +4 -4
  28. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/componentOverrideProps.d.ts +2 -2
  29. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/componentOverridesControlProps.d.ts +2 -2
  30. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/defaultIncomingCallControlProps.d.ts +2 -2
  31. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/defaultIncomingCallControlPropsRtl.d.ts +2 -2
  32. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultProps/defaultIncomingCallProps.d.ts +2 -2
  33. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultStyles/componentOverridesStyleProps.d.ts +2 -2
  34. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/common/defaultStyles/defaultIncomingCallStyleProps.d.ts +2 -2
  35. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/interfaces/IIncomingCallComponentOverrides.d.ts +7 -7
  36. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/interfaces/IIncomingCallControlProps.d.ts +89 -89
  37. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/interfaces/IIncomingCallProps.d.ts +17 -17
  38. package/lib/types/components/callingcontainer/subcomponents/IncomingCall/interfaces/IIncomingCallStyleProps.d.ts +43 -43
  39. package/lib/types/components/callingcontainer/subcomponents/Timer/ITimer.d.ts +15 -15
  40. package/lib/types/components/callingcontainer/subcomponents/Timer/Timer.d.ts +4 -4
  41. package/lib/types/components/chatbutton/ChatButton.d.ts +4 -4
  42. package/lib/types/components/chatbutton/common/defaultProps/defaultChatButtonControlProps.d.ts +2 -2
  43. package/lib/types/components/chatbutton/common/defaultProps/defaultChatButtonProps.d.ts +2 -2
  44. package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonGeneralStyles.d.ts +2 -2
  45. package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonIconContainerStyles.d.ts +2 -2
  46. package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonNotificationBubbleStyles.d.ts +2 -2
  47. package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonStyleProps.d.ts +2 -2
  48. package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonSubTitleStyles.d.ts +2 -2
  49. package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonTextContainerStyles.d.ts +2 -2
  50. package/lib/types/components/chatbutton/common/defaultStyles/defaultChatButtonTitleStyles.d.ts +2 -2
  51. package/lib/types/components/chatbutton/interfaces/IChatButtonClassNames.d.ts +7 -7
  52. package/lib/types/components/chatbutton/interfaces/IChatButtonComponentOverrides.d.ts +8 -8
  53. package/lib/types/components/chatbutton/interfaces/IChatButtonControlProps.d.ts +19 -19
  54. package/lib/types/components/chatbutton/interfaces/IChatButtonProps.d.ts +8 -8
  55. package/lib/types/components/chatbutton/interfaces/IChatButtonStyleProps.d.ts +12 -12
  56. package/lib/types/components/common/commandbutton/CommandButton.d.ts +4 -4
  57. package/lib/types/components/common/interfaces/ICommandButtonControlProps.d.ts +18 -18
  58. package/lib/types/components/common/interfaces/ICommandButtonProps.d.ts +22 -22
  59. package/lib/types/components/common/interfaces/IImageControlProps.d.ts +6 -6
  60. package/lib/types/components/common/interfaces/ILabelControlProps.d.ts +5 -5
  61. package/lib/types/components/common/subcomponents/CloseButton.d.ts +4 -4
  62. package/lib/types/components/confirmationpane/ConfirmationPane.d.ts +4 -4
  63. package/lib/types/components/confirmationpane/common/defaultProps/defaultConfirmationPaneControlProps.d.ts +2 -2
  64. package/lib/types/components/confirmationpane/common/defaultProps/defaultConfirmationPaneProps.d.ts +2 -2
  65. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneButtonGroupStyles.d.ts +2 -2
  66. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneCancelButtonFocusedStyles.d.ts +2 -2
  67. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneCancelButtonHoveredStyles.d.ts +2 -2
  68. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneCancelButtonStyles.d.ts +2 -2
  69. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneConfirmButtonFocusedStyles.d.ts +2 -2
  70. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneConfirmButtonHoveredStyles.d.ts +2 -2
  71. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneConfirmButtonStyles.d.ts +2 -2
  72. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneGeneralStyles.d.ts +2 -2
  73. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneStyles.d.ts +2 -2
  74. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneSubtitleStyles.d.ts +2 -2
  75. package/lib/types/components/confirmationpane/common/defaultStyles/defaultConfirmationPaneTitleStyles.d.ts +2 -2
  76. package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneClassNames.d.ts +7 -7
  77. package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneComponentOverrides.d.ts +7 -7
  78. package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneControlProps.d.ts +18 -18
  79. package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneProps.d.ts +8 -8
  80. package/lib/types/components/confirmationpane/interfaces/IConfirmationPaneStyleProps.d.ts +15 -15
  81. package/lib/types/components/footer/Footer.d.ts +4 -4
  82. package/lib/types/components/footer/common/defaultProps/customFooterControlProps.d.ts +2 -2
  83. package/lib/types/components/footer/common/defaultProps/defaultFooterComponentOverrides.d.ts +2 -2
  84. package/lib/types/components/footer/common/defaultProps/defaultFooterControlProps.d.ts +2 -2
  85. package/lib/types/components/footer/common/defaultProps/defaultFooterOverridesProps.d.ts +2 -2
  86. package/lib/types/components/footer/common/defaultProps/defaultFooterProps.d.ts +2 -2
  87. package/lib/types/components/footer/common/defaultStyles/defaultFooterStyleProps.d.ts +2 -2
  88. package/lib/types/components/footer/interfaces/IFooterComponentOverrides.d.ts +15 -15
  89. package/lib/types/components/footer/interfaces/IFooterControlProps.d.ts +69 -69
  90. package/lib/types/components/footer/interfaces/IFooterProps.d.ts +17 -18
  91. package/lib/types/components/footer/interfaces/IFooterStyleProps.d.ts +40 -40
  92. package/lib/types/components/footer/subcomponents/AudioNotificationButton.d.ts +4 -4
  93. package/lib/types/components/footer/subcomponents/DownloadTranscriptButton.d.ts +4 -4
  94. package/lib/types/components/footer/subcomponents/EmailTranscriptButton.d.ts +4 -4
  95. package/lib/types/components/header/Header.d.ts +4 -4
  96. package/lib/types/components/header/common/defaultProps/azureHeaderControlProps.d.ts +2 -2
  97. package/lib/types/components/header/common/defaultProps/azureHeaderProps.d.ts +2 -2
  98. package/lib/types/components/header/common/defaultProps/customHeaderControlProps.d.ts +2 -2
  99. package/lib/types/components/header/common/defaultProps/defaultHeaderComponentOverrides.d.ts +2 -2
  100. package/lib/types/components/header/common/defaultProps/defaultHeaderControlProps.d.ts +2 -2
  101. package/lib/types/components/header/common/defaultProps/defaultHeaderProps.d.ts +2 -2
  102. package/lib/types/components/header/common/defaultProps/overridesDefaultHeaderProps.d.ts +2 -2
  103. package/lib/types/components/header/common/defaultStyles/advancedHeaderStyleProps.d.ts +2 -2
  104. package/lib/types/components/header/common/defaultStyles/defaultHeaderStyleProps.d.ts +2 -2
  105. package/lib/types/components/header/interfaces/IHeaderComponentOverrides.d.ts +19 -19
  106. package/lib/types/components/header/interfaces/IHeaderControlProps.d.ts +76 -76
  107. package/lib/types/components/header/interfaces/IHeaderProps.d.ts +17 -18
  108. package/lib/types/components/header/interfaces/IHeaderStyleProps.d.ts +40 -40
  109. package/lib/types/components/header/subcomponents/MinimizeButton.d.ts +4 -4
  110. package/lib/types/components/inputvalidationpane/InputValidationPane.d.ts +4 -4
  111. package/lib/types/components/inputvalidationpane/common/default/defaultProps/defaultInputValidationPaneControlProps.d.ts +2 -2
  112. package/lib/types/components/inputvalidationpane/common/default/defaultProps/defaultInputValidationPaneProps.d.ts +2 -2
  113. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneButtonGroupStyles.d.ts +2 -2
  114. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneCancelButtonHoveredStyles.d.ts +2 -2
  115. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneCancelButtonStyles.d.ts +2 -2
  116. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneGeneralStyles.d.ts +2 -2
  117. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneHeaderGroupStyles.d.ts +2 -2
  118. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneInputStyles.d.ts +2 -2
  119. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneInvalidInputErrorMessageStyles.d.ts +2 -2
  120. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneSendButtonHoveredStyles.d.ts +2 -2
  121. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneSendButtonStyles.d.ts +2 -2
  122. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneStyles.d.ts +2 -2
  123. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneSubtitleStyles.d.ts +2 -2
  124. package/lib/types/components/inputvalidationpane/common/default/defaultStyles/defaultInputValidationPaneTitleStyles.d.ts +2 -2
  125. package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneComponentOverrides.d.ts +2 -2
  126. package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneControlProps.d.ts +2 -2
  127. package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneProps.d.ts +2 -2
  128. package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneCancelButtonStyles.d.ts +2 -2
  129. package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneHeaderGroupStyles.d.ts +2 -2
  130. package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneInputStyles.d.ts +2 -2
  131. package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneSendButtonStyles.d.ts +2 -2
  132. package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneStyles.d.ts +2 -2
  133. package/lib/types/components/inputvalidationpane/common/presetTwo/presetTwoStyles/presetTwoInputValidationPaneTitleStyles.d.ts +2 -2
  134. package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneClassNames.d.ts +11 -11
  135. package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneComponentOverrides.d.ts +9 -9
  136. package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneControlProps.d.ts +29 -29
  137. package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneProps.d.ts +8 -8
  138. package/lib/types/components/inputvalidationpane/interfaces/IInputValidationPaneStyleProps.d.ts +16 -16
  139. package/lib/types/components/loadingpane/LoadingPane.d.ts +4 -4
  140. package/lib/types/components/loadingpane/common/defaultProps/defaultLoadingPaneControlProps.d.ts +2 -2
  141. package/lib/types/components/loadingpane/common/defaultProps/defaultLoadingPaneProps.d.ts +2 -2
  142. package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneGeneralStyles.d.ts +2 -2
  143. package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneIconImageProps.d.ts +2 -2
  144. package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneIconStyles.d.ts +2 -2
  145. package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneSpinnerStyles.d.ts +2 -2
  146. package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneSpinnerTextStyles.d.ts +2 -2
  147. package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneStyles.d.ts +2 -2
  148. package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneSubtitleStyles.d.ts +2 -2
  149. package/lib/types/components/loadingpane/common/defaultProps/defaultStyles/defaultLoadingPaneTitleStyles.d.ts +2 -2
  150. package/lib/types/components/loadingpane/common/presetOneProps/presetOneLoadingPaneControlProps.d.ts +2 -2
  151. package/lib/types/components/loadingpane/common/presetOneProps/presetOneLoadingPaneProps.d.ts +2 -2
  152. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeLoadingPaneControlProps.d.ts +2 -2
  153. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeLoadingPaneProps.d.ts +2 -2
  154. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneGeneralStyles.d.ts +2 -2
  155. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneIconImageProps.d.ts +2 -2
  156. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneIconStyles.d.ts +2 -2
  157. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneSpinnerStyles.d.ts +2 -2
  158. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneSpinnerTextStyles.d.ts +2 -2
  159. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneStyles.d.ts +2 -2
  160. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneSubtitleStyles.d.ts +2 -2
  161. package/lib/types/components/loadingpane/common/presetThreeProps/presetThreeStyles/presetThreeLoadingPaneTitleStyles.d.ts +2 -2
  162. package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoLoadingPaneControlProps.d.ts +2 -2
  163. package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoLoadingPaneProps.d.ts +2 -2
  164. package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoStyles/presetTwoLoadingPaneGeneralStyles.d.ts +2 -2
  165. package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoStyles/presetTwoLoadingPaneSpinnerStyles.d.ts +2 -2
  166. package/lib/types/components/loadingpane/common/presetTwoProps/presetTwoStyles/presetTwoLoadingPaneStyles.d.ts +2 -2
  167. package/lib/types/components/loadingpane/interfaces/ILoadingPaneClassNames.d.ts +7 -7
  168. package/lib/types/components/loadingpane/interfaces/ILoadingPaneComponentOverrides.d.ts +8 -8
  169. package/lib/types/components/loadingpane/interfaces/ILoadingPaneControlProps.d.ts +16 -16
  170. package/lib/types/components/loadingpane/interfaces/ILoadingPaneProps.d.ts +10 -10
  171. package/lib/types/components/loadingpane/interfaces/ILoadingPaneStyleProps.d.ts +12 -12
  172. package/lib/types/components/notificationpane/NotificationPane.d.ts +4 -4
  173. package/lib/types/components/notificationpane/interfaces/INotificationPaneProps.d.ts +8 -8
  174. package/lib/types/components/notificationpane/interfaces/chatdisconnect/IChatDisconnectClassNames.d.ts +8 -8
  175. package/lib/types/components/notificationpane/interfaces/chatdisconnect/IChatDisconnectControlProps.d.ts +10 -10
  176. package/lib/types/components/notificationpane/interfaces/chatdisconnect/IChatDisconnectNotificationProps.d.ts +11 -11
  177. package/lib/types/components/notificationpane/interfaces/chatdisconnect/IChatDisconnectStyleProps.d.ts +13 -13
  178. package/lib/types/components/notificationpane/interfaces/common/INotificationPaneClassNames.d.ts +11 -11
  179. package/lib/types/components/notificationpane/interfaces/common/INotificationPaneComponentOverrides.d.ts +12 -12
  180. package/lib/types/components/notificationpane/interfaces/common/INotificationPaneControlProps.d.ts +22 -22
  181. package/lib/types/components/notificationpane/interfaces/common/INotificationPaneInternal.d.ts +53 -53
  182. package/lib/types/components/notificationpane/interfaces/common/INotificationPaneStyleProps.d.ts +16 -16
  183. package/lib/types/components/notificationpane/subcomponents/CloseChatButton.d.ts +4 -4
  184. package/lib/types/components/notificationpane/subcomponents/DismissButton.d.ts +4 -4
  185. package/lib/types/components/outofofficehourspane/OOOHPane.d.ts +4 -4
  186. package/lib/types/components/outofofficehourspane/common/defaultProps/defaultOOOHPaneControlProps.d.ts +2 -2
  187. package/lib/types/components/outofofficehourspane/common/defaultProps/defaultOOOHPaneProps.d.ts +2 -2
  188. package/lib/types/components/outofofficehourspane/common/defaultProps/defaultStyles/defaultOOOHPaneGeneralStyles.d.ts +2 -2
  189. package/lib/types/components/outofofficehourspane/common/defaultProps/defaultStyles/defaultOOOHPaneStyles.d.ts +2 -2
  190. package/lib/types/components/outofofficehourspane/common/defaultProps/defaultStyles/defaultOOOHPaneTitleStyles.d.ts +2 -2
  191. package/lib/types/components/outofofficehourspane/common/presetFourProps/presetFourOOOHPaneControlProps.d.ts +2 -2
  192. package/lib/types/components/outofofficehourspane/common/presetFourProps/presetFourOOOHPaneProps.d.ts +2 -2
  193. package/lib/types/components/outofofficehourspane/common/presetOneProps/presetOneOOOHPaneControlProps.d.ts +2 -2
  194. package/lib/types/components/outofofficehourspane/common/presetOneProps/presetOneOOOHPaneProps.d.ts +2 -2
  195. package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoOOOHPaneControlProps.d.ts +2 -2
  196. package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoOOOHPaneProps.d.ts +2 -2
  197. package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoStyles/presetTwoOOOHPaneGeneralStyles.d.ts +2 -2
  198. package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoStyles/presetTwoOOOHPaneStyles.d.ts +2 -2
  199. package/lib/types/components/outofofficehourspane/common/presetTwoProps/presetTwoStyles/presetTwoOOOHPaneTitleStyles.d.ts +2 -2
  200. package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneClassNames.d.ts +4 -4
  201. package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneComponentOverrides.d.ts +4 -4
  202. package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneControlProps.d.ts +9 -9
  203. package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneProps.d.ts +8 -8
  204. package/lib/types/components/outofofficehourspane/interfaces/IOOOHPaneStyleProps.d.ts +7 -7
  205. package/lib/types/components/postchatsurveypane/PostChatSurveyPane.d.ts +4 -4
  206. package/lib/types/components/postchatsurveypane/common/defaultProps/defaultPostChatSurveyPaneControlProps.d.ts +2 -2
  207. package/lib/types/components/postchatsurveypane/common/defaultProps/defaultPostChatSurveyPaneProps.d.ts +2 -2
  208. package/lib/types/components/postchatsurveypane/common/defaultProps/defaultStyles/defaultPostChatSurveyPaneGeneralStyles.d.ts +2 -2
  209. package/lib/types/components/postchatsurveypane/common/defaultProps/defaultStyles/defaultPostChatSurveyPaneStyles.d.ts +2 -2
  210. package/lib/types/components/postchatsurveypane/common/presetOneProps/presetOnePostChatSurveyPaneControlProps.d.ts +2 -2
  211. package/lib/types/components/postchatsurveypane/common/presetOneProps/presetOnePostChatSurveyPaneProps.d.ts +2 -2
  212. package/lib/types/components/postchatsurveypane/common/presetOneProps/presetOneStyles/presetOnePostChatSurveyPaneGeneralStyles.d.ts +2 -2
  213. package/lib/types/components/postchatsurveypane/common/presetOneProps/presetOneStyles/presetOnePostChatSurveyPaneStyles.d.ts +2 -2
  214. package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneClassNames.d.ts +3 -3
  215. package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneControlProps.d.ts +6 -6
  216. package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneProps.d.ts +6 -6
  217. package/lib/types/components/postchatsurveypane/interfaces/IPostChatSurveyPaneStyleProps.d.ts +6 -6
  218. package/lib/types/components/prechatsurveypane/PreChatSurveyPane.d.ts +4 -4
  219. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultPreChatSurveyPaneControlProps.d.ts +2 -2
  220. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultPreChatSurveyPaneProps.d.ts +2 -2
  221. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneACContainerStyles.d.ts +2 -2
  222. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneButtonStyles.d.ts +2 -2
  223. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneGeneralStyles.d.ts +2 -2
  224. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneMultichoiceInputStyles.d.ts +2 -2
  225. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneMultilineTextInputStyles.d.ts +2 -2
  226. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneStyles.d.ts +2 -2
  227. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneTextInputStyles.d.ts +2 -2
  228. package/lib/types/components/prechatsurveypane/common/defaultProps/defaultStyles/defaultPreChatSurveyPaneToggleInputStyles.d.ts +2 -2
  229. package/lib/types/components/prechatsurveypane/common/presetOneProps/presetOnePreChatSurveyPaneControlProps.d.ts +2 -2
  230. package/lib/types/components/prechatsurveypane/common/presetOneProps/presetOnePreChatSurveyPaneProps.d.ts +2 -2
  231. package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreePreChatSurveyPaneControlProps.d.ts +2 -2
  232. package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreePreChatSurveyPaneProps.d.ts +2 -2
  233. package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneACContainerStyles.d.ts +2 -2
  234. package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneButtonStyles.d.ts +2 -2
  235. package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneGeneralStyles.d.ts +2 -2
  236. package/lib/types/components/prechatsurveypane/common/presetThreeProps/presetThreeStyles/presetThreePreChatSurveyPaneStyles.d.ts +2 -2
  237. package/lib/types/components/prechatsurveypane/common/presetTwoProps/presetTwoPreChatSurveyPaneControlProps.d.ts +2 -2
  238. package/lib/types/components/prechatsurveypane/common/presetTwoProps/presetTwoPreChatSurveyPaneProps.d.ts +2 -2
  239. package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneButtonStyles.d.ts +8 -8
  240. package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneControlProps.d.ts +15 -15
  241. package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneElementStyles.d.ts +6 -6
  242. package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneProps.d.ts +6 -6
  243. package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneStyleProps.d.ts +14 -14
  244. package/lib/types/components/prechatsurveypane/interfaces/IPreChatSurveyPaneToggleInputStyles.d.ts +3 -3
  245. package/lib/types/components/proactivechatpane/ProactiveChatPane.d.ts +4 -4
  246. package/lib/types/components/proactivechatpane/common/default/defaultProps/defaultProactiveChatPaneControlProps.d.ts +2 -2
  247. package/lib/types/components/proactivechatpane/common/default/defaultProps/defaultProactiveChatPaneProps.d.ts +2 -2
  248. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneBodyContainerStyles.d.ts +2 -2
  249. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneBodyTitleStyles.d.ts +2 -2
  250. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneCloseButtonHoveredStyles.d.ts +2 -2
  251. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneCloseButtonStyles.d.ts +2 -2
  252. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneGeneralStyles.d.ts +2 -2
  253. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneHeaderContainerStyles.d.ts +2 -2
  254. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneStartButtonHoveredStyles.d.ts +2 -2
  255. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneStartButtonStyles.d.ts +2 -2
  256. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneStyles.d.ts +2 -2
  257. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneSubtitleStyles.d.ts +2 -2
  258. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneTextContainerStyles.d.ts +2 -2
  259. package/lib/types/components/proactivechatpane/common/default/defaultStyles/defaultProactiveChatPaneTitleStyles.d.ts +2 -2
  260. package/lib/types/components/proactivechatpane/common/presetOne/presetOneProps/presetOneProactiveChatPaneControlProps.d.ts +2 -2
  261. package/lib/types/components/proactivechatpane/common/presetOne/presetOneProps/presetOneProactiveChatPaneProps.d.ts +2 -2
  262. package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneBodyTitleStyles.d.ts +2 -2
  263. package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneCloseButtonHoveredStyles.d.ts +2 -2
  264. package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneCloseButtonStyles.d.ts +2 -2
  265. package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneStartButtonHoveredStyles.d.ts +2 -2
  266. package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneStartButtonStyles.d.ts +2 -2
  267. package/lib/types/components/proactivechatpane/common/presetOne/presetOneStyles/presetOneProactiveChatPaneStyles.d.ts +2 -2
  268. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeProps/presetThreeProactiveChatPaneControlProps.d.ts +2 -2
  269. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeProps/presetThreeProactiveChatPaneProps.d.ts +2 -2
  270. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneBodyContainerStyles.d.ts +2 -2
  271. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneCloseButtonHoveredStyles.d.ts +2 -2
  272. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneCloseButtonStyles.d.ts +2 -2
  273. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneGeneralStyles.d.ts +2 -2
  274. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneHeaderContainerStyles.d.ts +2 -2
  275. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneStartButtonHoveredStyles.d.ts +2 -2
  276. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneStartButtonStyles.d.ts +2 -2
  277. package/lib/types/components/proactivechatpane/common/presetThree/presetThreeStyles/presetThreeProactiveChatPaneStyles.d.ts +2 -2
  278. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneComponentOverrides.d.ts +2 -2
  279. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneControlProps.d.ts +2 -2
  280. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoProps/presetTwoProactiveChatPaneProps.d.ts +2 -2
  281. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneBodyContainerStyles.d.ts +2 -2
  282. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneGeneralStyles.d.ts +2 -2
  283. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneHeaderContainerStyles.d.ts +2 -2
  284. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneStartButtonHoveredStyles.d.ts +2 -2
  285. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneStartButtonStyles.d.ts +2 -2
  286. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneStyles.d.ts +2 -2
  287. package/lib/types/components/proactivechatpane/common/presetTwo/presetTwoStyles/presetTwoProactiveChatPaneTextContainerStyles.d.ts +2 -2
  288. package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneClassNames.d.ts +11 -11
  289. package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneComponentOverrides.d.ts +8 -8
  290. package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneControlProps.d.ts +21 -21
  291. package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneProps.d.ts +8 -8
  292. package/lib/types/components/proactivechatpane/interfaces/IProactiveChatPaneStyleProps.d.ts +16 -16
  293. package/lib/types/components/reconnectchatpane/ReconnectChatPane.d.ts +4 -4
  294. package/lib/types/components/reconnectchatpane/common/default/defaultProps/defaultReconnectChatPaneControlProps.d.ts +2 -2
  295. package/lib/types/components/reconnectchatpane/common/default/defaultProps/defaultReconnectChatPaneProps.d.ts +2 -2
  296. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneButtonGroupStyles.d.ts +2 -2
  297. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneContinueChatButtonFocusedStyles.d.ts +2 -2
  298. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneContinueChatButtonHoveredStyles.d.ts +2 -2
  299. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneContinueChatButtonStyles.d.ts +2 -2
  300. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneGeneralStyles.d.ts +2 -2
  301. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneIconStyles.d.ts +2 -2
  302. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStartChatButtonFocusedStyles.d.ts +2 -2
  303. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStartNewChatButtonHoveredStyles.d.ts +2 -2
  304. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStartNewChatButtonStyles.d.ts +2 -2
  305. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneStyles.d.ts +2 -2
  306. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneSubtitleStyles.d.ts +2 -2
  307. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneTitleStyles.d.ts +2 -2
  308. package/lib/types/components/reconnectchatpane/common/default/defaultStyles/defaultReconnectChatPaneWrapperStyles.d.ts +2 -2
  309. package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeProps/presetThreeReconnectChatPaneControlProps.d.ts +2 -2
  310. package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeProps/presetThreeReconnectChatPaneProps.d.ts +2 -2
  311. package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneButtonGroupStyles.d.ts +2 -2
  312. package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneContinueChatButtonStyles.d.ts +2 -2
  313. package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneGeneralStyles.d.ts +2 -2
  314. package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneStyles.d.ts +2 -2
  315. package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneTitleStyles.d.ts +2 -2
  316. package/lib/types/components/reconnectchatpane/common/presetThree/presetThreeStyles/presetThreeReconnectChatPaneWrapperStyles.d.ts +2 -2
  317. package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneClassNames.d.ts +10 -10
  318. package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneComponentOverrides.d.ts +8 -8
  319. package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneControlProps.d.ts +22 -22
  320. package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneProps.d.ts +8 -8
  321. package/lib/types/components/reconnectchatpane/interfaces/IReconnectChatPaneStyleProps.d.ts +17 -17
  322. package/lib/types/index.d.ts +22 -22
  323. package/lib/types/interfaces/ICustomEvent.d.ts +7 -7
  324. package/lib/types/services/BroadcastService.d.ts +10 -10
  325. package/package.json +12 -9
@@ -1,4 +1,4 @@
1
- import React from "react";
2
- import { ICommandButtonProps } from "../interfaces/ICommandButtonProps";
3
- declare function CloseButton(props: ICommandButtonProps): React.JSX.Element;
4
- export default CloseButton;
1
+ import React from "react";
2
+ import { ICommandButtonProps } from "../interfaces/ICommandButtonProps";
3
+ declare function CloseButton(props: ICommandButtonProps): React.JSX.Element;
4
+ export default CloseButton;
@@ -1,4 +1,4 @@
1
- import React from "react";
2
- import { IConfirmationPaneProps } from "./interfaces/IConfirmationPaneProps";
3
- declare function ConfirmationPane(props: IConfirmationPaneProps): React.JSX.Element;
4
- export default ConfirmationPane;
1
+ import React from "react";
2
+ import { IConfirmationPaneProps } from "./interfaces/IConfirmationPaneProps";
3
+ declare function ConfirmationPane(props: IConfirmationPaneProps): React.JSX.Element;
4
+ export default ConfirmationPane;
@@ -1,2 +1,2 @@
1
- import { IConfirmationPaneControlProps } from "../../interfaces/IConfirmationPaneControlProps";
2
- export declare const defaultConfirmationPaneControlProps: IConfirmationPaneControlProps;
1
+ import { IConfirmationPaneControlProps } from "../../interfaces/IConfirmationPaneControlProps";
2
+ export declare const defaultConfirmationPaneControlProps: IConfirmationPaneControlProps;
@@ -1,2 +1,2 @@
1
- import { IConfirmationPaneProps } from "../../interfaces/IConfirmationPaneProps";
2
- export declare const defaultConfirmationPaneProps: IConfirmationPaneProps;
1
+ import { IConfirmationPaneProps } from "../../interfaces/IConfirmationPaneProps";
2
+ export declare const defaultConfirmationPaneProps: IConfirmationPaneProps;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneButtonGroupStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneButtonGroupStyles: IStyle;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneCancelButtonFocusedStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneCancelButtonFocusedStyles: IStyle;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneCancelButtonHoveredStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneCancelButtonHoveredStyles: IStyle;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneCancelButtonStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneCancelButtonStyles: IStyle;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneConfirmButtonFocusedStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneConfirmButtonFocusedStyles: IStyle;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneConfirmButtonHoveredStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneConfirmButtonHoveredStyles: IStyle;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneConfirmButtonStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneConfirmButtonStyles: IStyle;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneGeneralStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneGeneralStyles: IStyle;
@@ -1,2 +1,2 @@
1
- import { IConfirmationPaneStyleProps } from "../../interfaces/IConfirmationPaneStyleProps";
2
- export declare const defaultConfirmationPaneStyles: IConfirmationPaneStyleProps;
1
+ import { IConfirmationPaneStyleProps } from "../../interfaces/IConfirmationPaneStyleProps";
2
+ export declare const defaultConfirmationPaneStyles: IConfirmationPaneStyleProps;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneSubtitleStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneSubtitleStyles: IStyle;
@@ -1,2 +1,2 @@
1
- import { IStyle } from "@fluentui/react";
2
- export declare const defaultConfirmationPaneTitleStyles: IStyle;
1
+ import { IStyle } from "@fluentui/react";
2
+ export declare const defaultConfirmationPaneTitleStyles: IStyle;
@@ -1,7 +1,7 @@
1
- export interface IConfirmationPaneClassNames {
2
- titleClassName?: string;
3
- subtitleClassName?: string;
4
- buttonGroupClassName?: string;
5
- confirmButtonClassName?: string;
6
- cancelButtonClassName?: string;
7
- }
1
+ export interface IConfirmationPaneClassNames {
2
+ titleClassName?: string;
3
+ subtitleClassName?: string;
4
+ buttonGroupClassName?: string;
5
+ confirmButtonClassName?: string;
6
+ cancelButtonClassName?: string;
7
+ }
@@ -1,7 +1,7 @@
1
- import { ReactNode } from "react";
2
- export interface IConfirmationPaneComponentOverrides {
3
- title?: ReactNode | string;
4
- subtitle?: ReactNode | string;
5
- confirmButton?: ReactNode | string;
6
- cancelButton?: ReactNode | string;
7
- }
1
+ import { ReactNode } from "react";
2
+ export interface IConfirmationPaneComponentOverrides {
3
+ title?: ReactNode | string;
4
+ subtitle?: ReactNode | string;
5
+ confirmButton?: ReactNode | string;
6
+ cancelButton?: ReactNode | string;
7
+ }
@@ -1,18 +1,18 @@
1
- export interface IConfirmationPaneControlProps {
2
- id?: string;
3
- dir?: "ltr" | "rtl" | "auto";
4
- hideConfirmationPane?: boolean;
5
- hideTitle?: boolean;
6
- titleText?: string;
7
- hideSubtitle?: boolean;
8
- subtitleText?: string;
9
- hideConfirmButton?: boolean;
10
- confirmButtonText?: string;
11
- confirmButtonAriaLabel?: string;
12
- hideCancelButton?: boolean;
13
- cancelButtonText?: string;
14
- cancelButtonAriaLabel?: string;
15
- brightnessValueOnDim?: string;
16
- onConfirm?: () => void;
17
- onCancel?: () => void;
18
- }
1
+ export interface IConfirmationPaneControlProps {
2
+ id?: string;
3
+ dir?: "ltr" | "rtl" | "auto";
4
+ hideConfirmationPane?: boolean;
5
+ hideTitle?: boolean;
6
+ titleText?: string;
7
+ hideSubtitle?: boolean;
8
+ subtitleText?: string;
9
+ hideConfirmButton?: boolean;
10
+ confirmButtonText?: string;
11
+ confirmButtonAriaLabel?: string;
12
+ hideCancelButton?: boolean;
13
+ cancelButtonText?: string;
14
+ cancelButtonAriaLabel?: string;
15
+ brightnessValueOnDim?: string;
16
+ onConfirm?: () => void;
17
+ onCancel?: () => void;
18
+ }
@@ -1,8 +1,8 @@
1
- import { IConfirmationPaneComponentOverrides } from "./IConfirmationPaneComponentOverrides";
2
- import { IConfirmationPaneControlProps } from "./IConfirmationPaneControlProps";
3
- import { IConfirmationPaneStyleProps } from "./IConfirmationPaneStyleProps";
4
- export interface IConfirmationPaneProps {
5
- componentOverrides?: IConfirmationPaneComponentOverrides;
6
- controlProps?: IConfirmationPaneControlProps;
7
- styleProps?: IConfirmationPaneStyleProps;
8
- }
1
+ import { IConfirmationPaneComponentOverrides } from "./IConfirmationPaneComponentOverrides";
2
+ import { IConfirmationPaneControlProps } from "./IConfirmationPaneControlProps";
3
+ import { IConfirmationPaneStyleProps } from "./IConfirmationPaneStyleProps";
4
+ export interface IConfirmationPaneProps {
5
+ componentOverrides?: IConfirmationPaneComponentOverrides;
6
+ controlProps?: IConfirmationPaneControlProps;
7
+ styleProps?: IConfirmationPaneStyleProps;
8
+ }
@@ -1,15 +1,15 @@
1
- import { IConfirmationPaneClassNames } from "./IConfirmationPaneClassNames";
2
- import { IStyle } from "@fluentui/react";
3
- export interface IConfirmationPaneStyleProps {
4
- generalStyleProps?: IStyle;
5
- titleStyleProps?: IStyle;
6
- subtitleStyleProps?: IStyle;
7
- buttonGroupStyleProps?: IStyle;
8
- confirmButtonStyleProps?: IStyle;
9
- confirmButtonHoveredStyleProps?: IStyle;
10
- confirmButtonFocusedStyleProps?: IStyle;
11
- cancelButtonStyleProps?: IStyle;
12
- cancelButtonHoveredStyleProps?: IStyle;
13
- cancelButtonFocusedStyleProps?: IStyle;
14
- classNames?: IConfirmationPaneClassNames;
15
- }
1
+ import { IConfirmationPaneClassNames } from "./IConfirmationPaneClassNames";
2
+ import { IStyle } from "@fluentui/react";
3
+ export interface IConfirmationPaneStyleProps {
4
+ generalStyleProps?: IStyle;
5
+ titleStyleProps?: IStyle;
6
+ subtitleStyleProps?: IStyle;
7
+ buttonGroupStyleProps?: IStyle;
8
+ confirmButtonStyleProps?: IStyle;
9
+ confirmButtonHoveredStyleProps?: IStyle;
10
+ confirmButtonFocusedStyleProps?: IStyle;
11
+ cancelButtonStyleProps?: IStyle;
12
+ cancelButtonHoveredStyleProps?: IStyle;
13
+ cancelButtonFocusedStyleProps?: IStyle;
14
+ classNames?: IConfirmationPaneClassNames;
15
+ }
@@ -1,4 +1,4 @@
1
- import * as React from "react";
2
- import { IFooterProps } from "./interfaces/IFooterProps";
3
- declare function Footer(props: IFooterProps): React.JSX.Element;
4
- export default Footer;
1
+ import * as React from "react";
2
+ import { IFooterProps } from "./interfaces/IFooterProps";
3
+ declare function Footer(props: IFooterProps): React.JSX.Element;
4
+ export default Footer;
@@ -1,2 +1,2 @@
1
- import { IFooterControlProps } from "../../interfaces/IFooterControlProps";
2
- export declare const customFooterControlProps: IFooterControlProps;
1
+ import { IFooterControlProps } from "../../interfaces/IFooterControlProps";
2
+ export declare const customFooterControlProps: IFooterControlProps;
@@ -1,2 +1,2 @@
1
- import { IFooterComponentOverrides } from "../../interfaces/IFooterComponentOverrides";
2
- export declare const defaultFooterComponentOverrides: IFooterComponentOverrides;
1
+ import { IFooterComponentOverrides } from "../../interfaces/IFooterComponentOverrides";
2
+ export declare const defaultFooterComponentOverrides: IFooterComponentOverrides;
@@ -1,2 +1,2 @@
1
- import { IFooterControlProps } from "../../interfaces/IFooterControlProps";
2
- export declare const defaultFooterControlProps: IFooterControlProps;
1
+ import { IFooterControlProps } from "../../interfaces/IFooterControlProps";
2
+ export declare const defaultFooterControlProps: IFooterControlProps;
@@ -1,2 +1,2 @@
1
- import { IFooterProps } from "../../interfaces/IFooterProps";
2
- export declare const defaultFooterOverridesProps: IFooterProps;
1
+ import { IFooterProps } from "../../interfaces/IFooterProps";
2
+ export declare const defaultFooterOverridesProps: IFooterProps;
@@ -1,2 +1,2 @@
1
- import { IFooterProps } from "../../interfaces/IFooterProps";
2
- export declare const defaultFooterProps: IFooterProps;
1
+ import { IFooterProps } from "../../interfaces/IFooterProps";
2
+ export declare const defaultFooterProps: IFooterProps;
@@ -1,2 +1,2 @@
1
- import { IFooterStyleProps } from "../../interfaces/IFooterStyleProps";
2
- export declare const defaultFooterStyleProps: IFooterStyleProps;
1
+ import { IFooterStyleProps } from "../../interfaces/IFooterStyleProps";
2
+ export declare const defaultFooterStyleProps: IFooterStyleProps;
@@ -1,15 +1,15 @@
1
- import { ReactNode } from "react";
2
- export interface IFooterComponentOverrides {
3
- /**
4
- * custom download transcript button
5
- */
6
- DownloadTranscriptButton?: ReactNode | string;
7
- /**
8
- * custom email transcript button
9
- */
10
- EmailTranscriptButton?: ReactNode | string;
11
- /**
12
- * custom audio notification button
13
- */
14
- AudioNotificationButton?: ReactNode | string;
15
- }
1
+ import { ReactNode } from "react";
2
+ export interface IFooterComponentOverrides {
3
+ /**
4
+ * custom download transcript button
5
+ */
6
+ DownloadTranscriptButton?: ReactNode | string;
7
+ /**
8
+ * custom email transcript button
9
+ */
10
+ EmailTranscriptButton?: ReactNode | string;
11
+ /**
12
+ * custom audio notification button
13
+ */
14
+ AudioNotificationButton?: ReactNode | string;
15
+ }
@@ -1,69 +1,69 @@
1
- import { ICommandButtonControlProps } from "../../common/interfaces/ICommandButtonControlProps";
2
- import { ReactNode } from "react";
3
- export interface IFooterControlProps {
4
- /**
5
- * Footer id
6
- */
7
- id?: string;
8
- /**
9
- * control group appearing at left side of Footer control
10
- * appear in order as added into the array
11
- */
12
- leftGroup?: {
13
- children: ReactNode[] | string[];
14
- };
15
- /**
16
- * control group appearing at middle of Footer control
17
- * appear in order as added into the array
18
- */
19
- middleGroup?: {
20
- children: ReactNode[] | string[];
21
- };
22
- /**
23
- * Control group appearing at right side of Footer control
24
- * appear in order as added into the array
25
- */
26
- rightGroup?: {
27
- children: ReactNode[] | string[];
28
- };
29
- /**
30
- * hide download transcript button
31
- */
32
- hideDownloadTranscriptButton?: boolean;
33
- /**
34
- * hide email transcript button
35
- */
36
- hideEmailTranscriptButton?: boolean;
37
- /**
38
- * hide audio notification button
39
- */
40
- hideAudioNotificationButton?: boolean;
41
- /**
42
- * Footer Download Transcript button click event
43
- */
44
- onDownloadTranscriptClick?: () => void;
45
- /**
46
- * Footer Email Transcript button click event
47
- */
48
- onEmailTranscriptClick?: () => void;
49
- /**
50
- * Footer Audio Notification button click event
51
- */
52
- onAudioNotificationClick?: () => void;
53
- /**
54
- * Footer Download Transcript button props
55
- */
56
- downloadTranscriptButtonProps?: ICommandButtonControlProps;
57
- /**
58
- * Footer Email Transcript button props
59
- */
60
- emailTranscriptButtonProps?: ICommandButtonControlProps;
61
- /**
62
- * Footer Audio Notification button props
63
- */
64
- audioNotificationButtonProps?: ICommandButtonControlProps;
65
- /**
66
- * Footer component to align right to left.
67
- */
68
- dir?: "rtl" | "ltr" | "auto";
69
- }
1
+ import { ICommandButtonControlProps } from "../../common/interfaces/ICommandButtonControlProps";
2
+ import { ReactNode } from "react";
3
+ export interface IFooterControlProps {
4
+ /**
5
+ * Footer id
6
+ */
7
+ id?: string;
8
+ /**
9
+ * control group appearing at left side of Footer control
10
+ * appear in order as added into the array
11
+ */
12
+ leftGroup?: {
13
+ children: ReactNode[] | string[];
14
+ };
15
+ /**
16
+ * control group appearing at middle of Footer control
17
+ * appear in order as added into the array
18
+ */
19
+ middleGroup?: {
20
+ children: ReactNode[] | string[];
21
+ };
22
+ /**
23
+ * Control group appearing at right side of Footer control
24
+ * appear in order as added into the array
25
+ */
26
+ rightGroup?: {
27
+ children: ReactNode[] | string[];
28
+ };
29
+ /**
30
+ * hide download transcript button
31
+ */
32
+ hideDownloadTranscriptButton?: boolean;
33
+ /**
34
+ * hide email transcript button
35
+ */
36
+ hideEmailTranscriptButton?: boolean;
37
+ /**
38
+ * hide audio notification button
39
+ */
40
+ hideAudioNotificationButton?: boolean;
41
+ /**
42
+ * Footer Download Transcript button click event
43
+ */
44
+ onDownloadTranscriptClick?: () => void;
45
+ /**
46
+ * Footer Email Transcript button click event
47
+ */
48
+ onEmailTranscriptClick?: () => void;
49
+ /**
50
+ * Footer Audio Notification button click event
51
+ */
52
+ onAudioNotificationClick?: () => void;
53
+ /**
54
+ * Footer Download Transcript button props
55
+ */
56
+ downloadTranscriptButtonProps?: ICommandButtonControlProps;
57
+ /**
58
+ * Footer Email Transcript button props
59
+ */
60
+ emailTranscriptButtonProps?: ICommandButtonControlProps;
61
+ /**
62
+ * Footer Audio Notification button props
63
+ */
64
+ audioNotificationButtonProps?: ICommandButtonControlProps;
65
+ /**
66
+ * Footer component to align right to left.
67
+ */
68
+ dir?: "rtl" | "ltr" | "auto";
69
+ }
@@ -1,18 +1,17 @@
1
- /// <reference types="react" />
2
- import { IFooterComponentOverrides } from "./IFooterComponentOverrides";
3
- import { IFooterControlProps } from "./IFooterControlProps";
4
- import { IFooterStyleProps } from "./IFooterStyleProps";
5
- export interface IFooterProps extends React.HTMLAttributes<HTMLDivElement> {
6
- /**
7
- * Footer overriding children component properties
8
- */
9
- componentOverrides?: IFooterComponentOverrides;
10
- /**
11
- * Footer children control properties
12
- */
13
- controlProps?: IFooterControlProps;
14
- /**
15
- * Footer general and children styles
16
- */
17
- styleProps?: IFooterStyleProps;
18
- }
1
+ import { IFooterComponentOverrides } from "./IFooterComponentOverrides";
2
+ import { IFooterControlProps } from "./IFooterControlProps";
3
+ import { IFooterStyleProps } from "./IFooterStyleProps";
4
+ export interface IFooterProps extends React.HTMLAttributes<HTMLDivElement> {
5
+ /**
6
+ * Footer overriding children component properties
7
+ */
8
+ componentOverrides?: IFooterComponentOverrides;
9
+ /**
10
+ * Footer children control properties
11
+ */
12
+ controlProps?: IFooterControlProps;
13
+ /**
14
+ * Footer general and children styles
15
+ */
16
+ styleProps?: IFooterStyleProps;
17
+ }
@@ -1,40 +1,40 @@
1
- import { IStyle } from "@fluentui/react";
2
- /**
3
- * Footer control and chidren style settings with IStyle types.
4
- *
5
- * e.g. { background: "magneta", border: "1px solid red", "border-radius" : "0",...}
6
- */
7
- export interface IFooterStyleProps {
8
- /**
9
- * Footer control style settings.
10
- */
11
- generalStyleProps?: IStyle;
12
- /**
13
- * Download Transcript button style props
14
- */
15
- downloadTranscriptButtonStyleProps?: IStyle;
16
- /**
17
- * Download Transcript button hover style props
18
- */
19
- downloadTranscriptButtonHoverStyleProps?: IStyle;
20
- /**
21
- * Email Transcript button style props
22
- */
23
- emailTranscriptButtonStyleProps?: IStyle;
24
- /**
25
- * Email Transcript button hover style props
26
- */
27
- emailTranscriptButtonHoverStyleProps?: IStyle;
28
- /**
29
- * Audio Notification button style props
30
- */
31
- audioNotificationButtonStyleProps?: IStyle;
32
- /**
33
- * Audio Notification button hover style props
34
- */
35
- audioNotificationButtonHoverStyleProps?: IStyle;
36
- /**
37
- * Footer item focus style props
38
- */
39
- footerItemFocusStyleProps?: IStyle;
40
- }
1
+ import { IStyle } from "@fluentui/react";
2
+ /**
3
+ * Footer control and chidren style settings with IStyle types.
4
+ *
5
+ * e.g. { background: "magneta", border: "1px solid red", "border-radius" : "0",...}
6
+ */
7
+ export interface IFooterStyleProps {
8
+ /**
9
+ * Footer control style settings.
10
+ */
11
+ generalStyleProps?: IStyle;
12
+ /**
13
+ * Download Transcript button style props
14
+ */
15
+ downloadTranscriptButtonStyleProps?: IStyle;
16
+ /**
17
+ * Download Transcript button hover style props
18
+ */
19
+ downloadTranscriptButtonHoverStyleProps?: IStyle;
20
+ /**
21
+ * Email Transcript button style props
22
+ */
23
+ emailTranscriptButtonStyleProps?: IStyle;
24
+ /**
25
+ * Email Transcript button hover style props
26
+ */
27
+ emailTranscriptButtonHoverStyleProps?: IStyle;
28
+ /**
29
+ * Audio Notification button style props
30
+ */
31
+ audioNotificationButtonStyleProps?: IStyle;
32
+ /**
33
+ * Audio Notification button hover style props
34
+ */
35
+ audioNotificationButtonHoverStyleProps?: IStyle;
36
+ /**
37
+ * Footer item focus style props
38
+ */
39
+ footerItemFocusStyleProps?: IStyle;
40
+ }
@@ -1,4 +1,4 @@
1
- import React from "react";
2
- import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
3
- declare function AudioNotificationButton(props: ICommandButtonProps): React.JSX.Element;
4
- export default AudioNotificationButton;
1
+ import React from "react";
2
+ import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
3
+ declare function AudioNotificationButton(props: ICommandButtonProps): React.JSX.Element;
4
+ export default AudioNotificationButton;
@@ -1,4 +1,4 @@
1
- import React from "react";
2
- import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
3
- declare function DownloadTranscriptButton(props: ICommandButtonProps): React.JSX.Element;
4
- export default DownloadTranscriptButton;
1
+ import React from "react";
2
+ import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
3
+ declare function DownloadTranscriptButton(props: ICommandButtonProps): React.JSX.Element;
4
+ export default DownloadTranscriptButton;
@@ -1,4 +1,4 @@
1
- import React from "react";
2
- import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
3
- declare function EmailTranscriptButton(props: ICommandButtonProps): React.JSX.Element;
4
- export default EmailTranscriptButton;
1
+ import React from "react";
2
+ import { ICommandButtonProps } from "../../common/interfaces/ICommandButtonProps";
3
+ declare function EmailTranscriptButton(props: ICommandButtonProps): React.JSX.Element;
4
+ export default EmailTranscriptButton;
@@ -1,4 +1,4 @@
1
- import * as React from "react";
2
- import { IHeaderProps } from "./interfaces/IHeaderProps";
3
- declare function Header(props: IHeaderProps): React.JSX.Element;
4
- export default Header;
1
+ import * as React from "react";
2
+ import { IHeaderProps } from "./interfaces/IHeaderProps";
3
+ declare function Header(props: IHeaderProps): React.JSX.Element;
4
+ export default Header;
@@ -1,2 +1,2 @@
1
- import { IHeaderControlProps } from "../../interfaces/IHeaderControlProps";
2
- export declare const azureHeaderControlProps: IHeaderControlProps;
1
+ import { IHeaderControlProps } from "../../interfaces/IHeaderControlProps";
2
+ export declare const azureHeaderControlProps: IHeaderControlProps;
@@ -1,2 +1,2 @@
1
- import { IHeaderProps } from "../../interfaces/IHeaderProps";
2
- export declare const azureHeaderProps: IHeaderProps;
1
+ import { IHeaderProps } from "../../interfaces/IHeaderProps";
2
+ export declare const azureHeaderProps: IHeaderProps;
@@ -1,2 +1,2 @@
1
- import { IHeaderControlProps } from "../../interfaces/IHeaderControlProps";
2
- export declare const customHeaderControlProps: IHeaderControlProps;
1
+ import { IHeaderControlProps } from "../../interfaces/IHeaderControlProps";
2
+ export declare const customHeaderControlProps: IHeaderControlProps;
@@ -1,2 +1,2 @@
1
- import { IHeaderComponentOverrides } from "../../interfaces/IHeaderComponentOverrides";
2
- export declare const defaultHeaderComponentOverrides: IHeaderComponentOverrides;
1
+ import { IHeaderComponentOverrides } from "../../interfaces/IHeaderComponentOverrides";
2
+ export declare const defaultHeaderComponentOverrides: IHeaderComponentOverrides;