Merge branch 'master' of https://github.com/pragmatismo-io/BotServer
# Conflicts: # deploy/whatsapp.gblib/services/WhatsappDirectLine.ts
This commit is contained in:
commit
086697c042
5 changed files with 19 additions and 20 deletions
|
@ -46,8 +46,7 @@
|
||||||
<style>
|
<style>
|
||||||
.loader {
|
.loader {
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
filter: opacity(0);
|
/* filter: opacity(0); Problem in recent Chrome 68+ */
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -56,5 +55,4 @@
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -43,8 +43,8 @@ import { SpeechRecognizer } from "botframework-webchat/CognitiveServices";
|
||||||
import { SpeechSynthesizer } from "botframework-webchat/CognitiveServices";
|
import { SpeechSynthesizer } from "botframework-webchat/CognitiveServices";
|
||||||
import { SynthesisGender } from "botframework-webchat/CognitiveServices";
|
import { SynthesisGender } from "botframework-webchat/CognitiveServices";
|
||||||
import { Chat } from "botframework-webchat";
|
import { Chat } from "botframework-webchat";
|
||||||
import { BotChat } from "botframework-webchat";
|
// => não está em uso import { BotChat } from "botframework-webchat";
|
||||||
import { Speech } from "botframework-webchat/botchat";
|
// => não está em uso import { Speech } from "botframework-webchat/botchat";
|
||||||
import GBPowerBIPlayer from "./players/GBPowerBIPlayer.js";
|
import GBPowerBIPlayer from "./players/GBPowerBIPlayer.js";
|
||||||
|
|
||||||
class GBUIApp extends React.Component {
|
class GBUIApp extends React.Component {
|
||||||
|
|
|
@ -444,6 +444,7 @@ export class KBService {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
// TODO Use envoding based on BOM
|
||||||
Fs.createReadStream(filePath, {
|
Fs.createReadStream(filePath, {
|
||||||
encoding: "UCS-2"
|
encoding: "UCS-2"
|
||||||
}).pipe(parser);
|
}).pipe(parser);
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"keyofStringsOnly": true,
|
// "keyofStringsOnly": true, // Habilitar apenas para Typescript 2.9
|
||||||
"mapRoot": "./dist/",
|
"mapRoot": "./dist/",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
|
Loading…
Add table
Reference in a new issue