botframework-webchat 4.16.1-main.20240405.6a623fb → 4.17.0-main.20240408.d0aa541
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/webchat-es5.js +1 -1
- package/dist/webchat-minimal.js +1 -1
- package/dist/webchat.js +1 -1
- package/lib/addVersion.js +1 -1
- package/lib/createFullStyleSet.d.ts +3 -2
- package/lib/createFullStyleSet.d.ts.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.d.ts.map +1 -1
- package/package.json +7 -7
package/lib/addVersion.js
CHANGED
|
@@ -23,7 +23,7 @@ function setMetaTag(name, content) {
|
|
|
23
23
|
}
|
|
24
24
|
function addVersion(variant) {
|
|
25
25
|
setMetaTag('botframework-webchat:bundle:variant', variant);
|
|
26
|
-
setMetaTag('botframework-webchat:bundle:version', "4.
|
|
26
|
+
setMetaTag('botframework-webchat:bundle:version', "4.17.0-main.20240408.d0aa541");
|
|
27
27
|
setMetaTag('botframework-webchat:core:version', _botframeworkWebchatCore.version);
|
|
28
28
|
setMetaTag('botframework-webchat:ui:version', _botframeworkWebchatComponent.version);
|
|
29
29
|
}
|
|
@@ -523,6 +523,7 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
523
523
|
readonly sendBoxBackground: string;
|
|
524
524
|
readonly uploadAccept: string;
|
|
525
525
|
readonly uploadMultiple: boolean;
|
|
526
|
+
readonly sendAttachmentOn: "attach" | "send";
|
|
526
527
|
readonly sendBoxButtonColor: string;
|
|
527
528
|
readonly sendBoxButtonShadeBorderRadius: number;
|
|
528
529
|
readonly sendBoxButtonShadeColor: string;
|
|
@@ -658,9 +659,9 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
658
659
|
readonly typingAnimationWidth: string | number;
|
|
659
660
|
readonly enableUploadThumbnail: boolean;
|
|
660
661
|
readonly uploadThumbnailContentType: string;
|
|
661
|
-
readonly uploadThumbnailHeight:
|
|
662
|
+
readonly uploadThumbnailHeight: number;
|
|
662
663
|
readonly uploadThumbnailQuality: number;
|
|
663
|
-
readonly uploadThumbnailWidth:
|
|
664
|
+
readonly uploadThumbnailWidth: number;
|
|
664
665
|
readonly videoHeight: string | number;
|
|
665
666
|
};
|
|
666
667
|
root: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createFullStyleSet.d.ts","sourceRoot":"","sources":["../src/createFullStyleSet.ts"],"names":[],"mappings":"AAGA,OAAO,sBAAsB,MAAM,gCAAgC,CAAC;AAMpE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,sBAAsB
|
|
1
|
+
{"version":3,"file":"createFullStyleSet.d.ts","sourceRoot":"","sources":["../src/createFullStyleSet.ts"],"names":[],"mappings":"AAGA,OAAO,sBAAsB,MAAM,gCAAgC,CAAC;AAMpE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKzE"}
|
package/lib/index.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ declare const patchedHooks: {
|
|
|
36
36
|
useScrollUp: typeof import("botframework-webchat-component/lib/hooks").useScrollUp;
|
|
37
37
|
useSendBoxSpeechInterimsVisible: typeof import("botframework-webchat-component/lib/BasicSendBox").useSendBoxSpeechInterimsVisible;
|
|
38
38
|
useSendFiles: typeof import("botframework-webchat-component/lib/hooks").useSendFiles;
|
|
39
|
+
useSendMessage: typeof import("botframework-webchat-component/lib/hooks").useSendMessage;
|
|
39
40
|
useTextBoxSubmit: typeof import("botframework-webchat-component/lib/SendBox/TextBox").useTextBoxSubmit;
|
|
40
41
|
useTextBoxValue: typeof import("botframework-webchat-component/lib/SendBox/TextBox").useTextBoxValue;
|
|
41
42
|
useTypingIndicatorVisible: typeof import("botframework-webchat-component/lib/BasicTypingIndicator").useTypingIndicatorVisible;
|
|
@@ -87,9 +88,9 @@ declare const patchedHooks: {
|
|
|
87
88
|
useRenderAvatar: any;
|
|
88
89
|
useRenderToast: typeof import("botframework-webchat-api/lib/hooks").useRenderToast;
|
|
89
90
|
useRenderTypingIndicator: typeof import("botframework-webchat-api/lib/hooks").useRenderTypingIndicator;
|
|
91
|
+
useSendBoxAttachments: typeof import("botframework-webchat-api/lib/hooks").useSendBoxAttachments;
|
|
90
92
|
useSendBoxValue: typeof import("botframework-webchat-api/lib/hooks").useSendBoxValue;
|
|
91
93
|
useSendEvent: typeof import("botframework-webchat-api/lib/hooks").useSendEvent;
|
|
92
|
-
useSendMessage: typeof import("botframework-webchat-api/lib/hooks").useSendMessage;
|
|
93
94
|
useSendMessageBack: typeof import("botframework-webchat-api/lib/hooks").useSendMessageBack;
|
|
94
95
|
useSendPostBack: typeof import("botframework-webchat-api/lib/hooks").useSendPostBack;
|
|
95
96
|
useSendStatusByActivityKey: typeof import("botframework-webchat-api/lib/hooks").useSendStatusByActivityKey;
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAkB,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAM7F,OAAO,uCAAuC,MAAM,yDAAyD,CAAC;AAC9G,OAAO,sDAAsD,MAAM,wEAAwE,CAAC;AAC5I,OAAO,oDAAoD,MAAM,wDAAwD,CAAC;AAC1H,OAAO,8BAA8B,MAAM,kCAAkC,CAAC;AAC9E,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAClD,OAAO,uBAAuB,MAAM,oBAAoB,CAAC;AACzD,OAAO,0CAA0C,MAAM,uCAAuC,CAAC;AAC/F,OAAO,sBAAsB,EAAE,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAItG,OAAO,YAAY,MAAM,oBAAoB,CAAC;AAE9C,OAAO,cAAc,MAAM,2BAA2B,CAAC;AAGvD,OAAO,0BAA0B,MAAM,kDAAkD,CAAC;AAC1F,OAAO,uBAAuB,MAAM,+CAA+C,CAAC;AACpF,OAAO,eAAe,MAAM,yBAAyB,CAAC;AACtD,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAG9C,QAAA,MAAM,aAAa,KAA6C,CAAC;AAEjE,eAAO,MAAM,gBAAgB,YAAa,KAAK,WAAW,8BAA8B,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,mDAOxG,CAAC;AAEF,eAAO,MAAM,mCAAmC,YACrC,KAAK,WAAW,iDAAiD,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,iBAQ5F,CAAC;AAEF,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAkB,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAM7F,OAAO,uCAAuC,MAAM,yDAAyD,CAAC;AAC9G,OAAO,sDAAsD,MAAM,wEAAwE,CAAC;AAC5I,OAAO,oDAAoD,MAAM,wDAAwD,CAAC;AAC1H,OAAO,8BAA8B,MAAM,kCAAkC,CAAC;AAC9E,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAClD,OAAO,uBAAuB,MAAM,oBAAoB,CAAC;AACzD,OAAO,0CAA0C,MAAM,uCAAuC,CAAC;AAC/F,OAAO,sBAAsB,EAAE,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAItG,OAAO,YAAY,MAAM,oBAAoB,CAAC;AAE9C,OAAO,cAAc,MAAM,2BAA2B,CAAC;AAGvD,OAAO,0BAA0B,MAAM,kDAAkD,CAAC;AAC1F,OAAO,uBAAuB,MAAM,+CAA+C,CAAC;AACpF,OAAO,eAAe,MAAM,yBAAyB,CAAC;AACtD,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAG9C,QAAA,MAAM,aAAa,KAA6C,CAAC;AAEjE,eAAO,MAAM,gBAAgB,YAAa,KAAK,WAAW,8BAA8B,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,mDAOxG,CAAC;AAEF,eAAO,MAAM,mCAAmC,YACrC,KAAK,WAAW,iDAAiD,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,iBAQ5F,CAAC;AAEF,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMjB,CAAC;AAEF,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWzB,CAAC;AAEF,QAAA,MAAM,UAAU,EAAE,OAAO,iBAAiB,GAAG,OAAO,oBAGnD,CAAC;AAEF,KAAK,YAAY,GAAG,sBAAsB,CAAC;AAC3C,KAAK,kBAAkB,GAAG,4BAA4B,CAAC;AAEvD,eAAe,YAAY,CAAC;AAE5B,OAAO,EACL,UAAU,EACV,uCAAuC,EACvC,sDAAsD,EACtD,oDAAoD,EACpD,8BAA8B,EAC9B,cAAc,EACd,YAAY,IAAI,KAAK,EACrB,cAAc,EACd,aAAa,EACb,SAAS,EACV,CAAC;AAEF,YAAY,EAAE,YAAY,EAAE,kBAAkB,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botframework-webchat",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.17.0-main.20240408.d0aa541",
|
|
4
4
|
"description": "A highly-customizable web-based chat client for Azure Bot Services.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
"@babel/runtime": "7.19.0",
|
|
108
108
|
"adaptivecards": "3.0.2",
|
|
109
109
|
"botframework-directlinejs": "0.15.5",
|
|
110
|
-
"botframework-directlinespeech-sdk": "4.
|
|
111
|
-
"botframework-webchat-api": "4.
|
|
112
|
-
"botframework-webchat-component": "4.
|
|
113
|
-
"botframework-webchat-core": "4.
|
|
110
|
+
"botframework-directlinespeech-sdk": "4.17.0-main.20240408.d0aa541",
|
|
111
|
+
"botframework-webchat-api": "4.17.0-main.20240408.d0aa541",
|
|
112
|
+
"botframework-webchat-component": "4.17.0-main.20240408.d0aa541",
|
|
113
|
+
"botframework-webchat-core": "4.17.0-main.20240408.d0aa541",
|
|
114
114
|
"classnames": "2.3.2",
|
|
115
115
|
"core-js": "3.34.0",
|
|
116
116
|
"markdown-it": "13.0.2",
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
145
145
|
"concurrently": "^8.2.2",
|
|
146
146
|
"esbuild": "^0.19.8",
|
|
147
|
-
"isomorphic-react": "4.
|
|
148
|
-
"isomorphic-react-dom": "4.
|
|
147
|
+
"isomorphic-react": "4.17.0-main.20240408.d0aa541",
|
|
148
|
+
"isomorphic-react-dom": "4.17.0-main.20240408.d0aa541",
|
|
149
149
|
"source-map-loader": "^4.0.1",
|
|
150
150
|
"terser-webpack-plugin": "^5.3.9",
|
|
151
151
|
"tsd": "^0.30.3",
|