botframework-webchat 4.17.0-main.20240408.d0aa541 → 4.17.0-main.20240416.4ff01ae
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 +2 -0
- 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.17.0-main.
|
|
26
|
+
setMetaTag('botframework-webchat:bundle:version', "4.17.0-main.20240416.4ff01ae");
|
|
27
27
|
setMetaTag('botframework-webchat:core:version', _botframeworkWebchatCore.version);
|
|
28
28
|
setMetaTag('botframework-webchat:ui:version', _botframeworkWebchatComponent.version);
|
|
29
29
|
}
|
|
@@ -519,6 +519,7 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
519
519
|
readonly autoScrollSnapOnPageOffset: number;
|
|
520
520
|
readonly hideSendBox: boolean;
|
|
521
521
|
readonly hideUploadButton: boolean;
|
|
522
|
+
readonly hideTelephoneKeypadButton: boolean;
|
|
522
523
|
readonly microphoneButtonColorOnDictate: string;
|
|
523
524
|
readonly sendBoxBackground: string;
|
|
524
525
|
readonly uploadAccept: string;
|
|
@@ -663,6 +664,7 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
663
664
|
readonly uploadThumbnailQuality: number;
|
|
664
665
|
readonly uploadThumbnailWidth: number;
|
|
665
666
|
readonly videoHeight: string | number;
|
|
667
|
+
readonly maxMessageLength: number;
|
|
666
668
|
};
|
|
667
669
|
root: {
|
|
668
670
|
backgroundColor: string;
|
|
@@ -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
|
@@ -25,6 +25,7 @@ declare const patchedHooks: {
|
|
|
25
25
|
useDictateAbortable: typeof import("botframework-webchat-component/lib/hooks").useDictateAbortable;
|
|
26
26
|
useFocus: typeof import("botframework-webchat-component/lib/hooks").useFocus;
|
|
27
27
|
useFocusSendBox: typeof import("botframework-webchat-component/lib/hooks").useFocusSendBox;
|
|
28
|
+
useMakeThumbnail: typeof import("botframework-webchat-component/lib/hooks").useMakeThumbnail;
|
|
28
29
|
useMicrophoneButtonClick: typeof import("botframework-webchat-component/lib/SendBox/MicrophoneButton").useMicrophoneButtonClick;
|
|
29
30
|
useMicrophoneButtonDisabled: typeof import("botframework-webchat-component/lib/SendBox/MicrophoneButton").useMicrophoneButtonDisabled;
|
|
30
31
|
useObserveScrollPosition: typeof import("botframework-webchat-component/lib/hooks").useObserveScrollPosition;
|
|
@@ -34,7 +35,7 @@ declare const patchedHooks: {
|
|
|
34
35
|
useScrollTo: typeof import("botframework-webchat-component/lib/hooks").useScrollTo;
|
|
35
36
|
useScrollToEnd: typeof import("botframework-webchat-component/lib/hooks").useScrollToEnd;
|
|
36
37
|
useScrollUp: typeof import("botframework-webchat-component/lib/hooks").useScrollUp;
|
|
37
|
-
useSendBoxSpeechInterimsVisible: typeof import("botframework-webchat-component/lib/BasicSendBox").useSendBoxSpeechInterimsVisible;
|
|
38
|
+
useSendBoxSpeechInterimsVisible: typeof import("botframework-webchat-component/lib/SendBox/BasicSendBox").useSendBoxSpeechInterimsVisible;
|
|
38
39
|
useSendFiles: typeof import("botframework-webchat-component/lib/hooks").useSendFiles;
|
|
39
40
|
useSendMessage: typeof import("botframework-webchat-component/lib/hooks").useSendMessage;
|
|
40
41
|
useTextBoxSubmit: typeof import("botframework-webchat-component/lib/SendBox/TextBox").useTextBoxSubmit;
|
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.17.0-main.
|
|
3
|
+
"version": "4.17.0-main.20240416.4ff01ae",
|
|
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.17.0-main.
|
|
111
|
-
"botframework-webchat-api": "4.17.0-main.
|
|
112
|
-
"botframework-webchat-component": "4.17.0-main.
|
|
113
|
-
"botframework-webchat-core": "4.17.0-main.
|
|
110
|
+
"botframework-directlinespeech-sdk": "4.17.0-main.20240416.4ff01ae",
|
|
111
|
+
"botframework-webchat-api": "4.17.0-main.20240416.4ff01ae",
|
|
112
|
+
"botframework-webchat-component": "4.17.0-main.20240416.4ff01ae",
|
|
113
|
+
"botframework-webchat-core": "4.17.0-main.20240416.4ff01ae",
|
|
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.17.0-main.
|
|
148
|
-
"isomorphic-react-dom": "4.17.0-main.
|
|
147
|
+
"isomorphic-react": "4.17.0-main.20240416.4ff01ae",
|
|
148
|
+
"isomorphic-react-dom": "4.17.0-main.20240416.4ff01ae",
|
|
149
149
|
"source-map-loader": "^4.0.1",
|
|
150
150
|
"terser-webpack-plugin": "^5.3.9",
|
|
151
151
|
"tsd": "^0.30.3",
|