@microsoft/teamsfx-core 3.0.9 → 3.0.10-alpha.845b0d258.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/build/common/featureFlags.d.ts +0 -31
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +1 -22
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/localizeUtils.d.ts.map +1 -1
- package/build/common/localizeUtils.js +36 -12
- package/build/common/localizeUtils.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/component/constants.d.ts +1 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +2 -1
- package/build/component/constants.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +1 -1
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +79 -4
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +7 -8
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +20 -0
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +152 -2
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +16 -6
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +3 -13
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +6 -4
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.js +13 -6
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +21 -25
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +1 -0
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +1 -0
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +2 -12
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/utils/odrProvider.d.ts +49 -0
- package/build/component/utils/odrProvider.d.ts.map +1 -0
- package/build/component/utils/odrProvider.js +100 -0
- package/build/component/utils/odrProvider.js.map +1 -0
- package/build/core/FxCore.d.ts +4 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +96 -19
- package/build/core/FxCore.js.map +1 -1
- package/build/index.d.ts +2 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +5 -5
- package/build/index.js.map +1 -1
- package/build/question/collaborator.d.ts.map +1 -1
- package/build/question/collaborator.js +5 -8
- package/build/question/collaborator.js.map +1 -1
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +1 -3
- package/build/question/constants.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -15
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +0 -56
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.js +7 -6
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +6 -0
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +6 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/commonNodes.d.ts +7 -0
- package/build/question/scaffold/commonNodes.d.ts.map +1 -0
- package/build/question/scaffold/commonNodes.js +154 -0
- package/build/question/scaffold/commonNodes.js.map +1 -0
- package/build/question/scaffold/constructNode.d.ts +3 -0
- package/build/question/scaffold/constructNode.d.ts.map +1 -0
- package/build/question/scaffold/constructNode.js +50 -0
- package/build/question/scaffold/constructNode.js.map +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +14 -16
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +0 -7
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +3 -72
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.js +22 -24
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +4 -3
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -7
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +106 -201
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +5 -0
- package/build/ui/visitor.js.map +1 -1
- package/package.json +5 -5
- package/resource/package.nls.cs.json +115 -84
- package/resource/package.nls.de.json +113 -82
- package/resource/package.nls.es.json +114 -83
- package/resource/package.nls.fr.json +113 -82
- package/resource/package.nls.it.json +126 -95
- package/resource/package.nls.ja.json +113 -82
- package/resource/package.nls.json +12 -23
- package/resource/package.nls.ko.json +111 -80
- package/resource/package.nls.pl.json +113 -82
- package/resource/package.nls.pt-BR.json +114 -83
- package/resource/package.nls.ru.json +113 -82
- package/resource/package.nls.tr.json +112 -81
- package/resource/package.nls.zh-Hans.json +113 -82
- package/resource/package.nls.zh-Hant.json +114 -83
- package/resource/templates/package.nls.cs.json +33 -0
- package/resource/templates/package.nls.de.json +33 -0
- package/resource/templates/package.nls.es.json +33 -0
- package/resource/templates/package.nls.fr.json +33 -0
- package/resource/templates/package.nls.it.json +33 -0
- package/resource/templates/package.nls.ja.json +33 -0
- package/resource/templates/package.nls.json +33 -0
- package/resource/templates/package.nls.ko.json +33 -0
- package/resource/templates/package.nls.pl.json +33 -0
- package/resource/templates/package.nls.pt-BR.json +33 -0
- package/resource/templates/package.nls.ru.json +33 -0
- package/resource/templates/package.nls.tr.json +33 -0
- package/resource/templates/package.nls.zh-Hans.json +33 -0
- package/resource/templates/package.nls.zh-Hant.json +33 -0
- package/resource/templates/package.nls.zh-cn.json +21 -0
- package/resource/templates/package.nls.zh-tw.json +21 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/metadata/allTemplates.json +429 -0
- package/templates/metadata/defaultGeneratorTemplates.json +233 -0
- package/templates/metadata.zip +0 -0
- package/templates/ui/ceaNode.json +30 -0
- package/templates/ui/teamsNode.json +124 -0
- package/build/component/generator/templates/metadata/agentForTeams.d.ts +0 -3
- package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/agentForTeams.js +0 -147
- package/build/component/generator/templates/metadata/agentForTeams.js.map +0 -1
- package/build/component/generator/templates/metadata/bot.d.ts +0 -3
- package/build/component/generator/templates/metadata/bot.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/bot.js +0 -142
- package/build/component/generator/templates/metadata/bot.js.map +0 -1
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts +0 -3
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/customEngineAgent.js +0 -39
- package/build/component/generator/templates/metadata/customEngineAgent.js.map +0 -1
- package/build/component/generator/templates/metadata/da.d.ts +0 -3
- package/build/component/generator/templates/metadata/da.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/da.js +0 -117
- package/build/component/generator/templates/metadata/da.js.map +0 -1
- package/build/component/generator/templates/metadata/graphConnector.d.ts +0 -3
- package/build/component/generator/templates/metadata/graphConnector.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/graphConnector.js +0 -15
- package/build/component/generator/templates/metadata/graphConnector.js.map +0 -1
- package/build/component/generator/templates/metadata/me.d.ts +0 -3
- package/build/component/generator/templates/metadata/me.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/me.js +0 -111
- package/build/component/generator/templates/metadata/me.js.map +0 -1
- package/build/component/generator/templates/metadata/special.d.ts +0 -3
- package/build/component/generator/templates/metadata/special.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/special.js +0 -70
- package/build/component/generator/templates/metadata/special.js.map +0 -1
- package/build/component/generator/templates/metadata/tab.d.ts +0 -3
- package/build/component/generator/templates/metadata/tab.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/tab.js +0 -59
- package/build/component/generator/templates/metadata/tab.js.map +0 -1
- package/build/component/generator/templates/metadata/teams.d.ts +0 -3
- package/build/component/generator/templates/metadata/teams.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/teams.js +0 -238
- package/build/component/generator/templates/metadata/teams.js.map +0 -1
- package/build/component/generator/templates/metadata/vs.d.ts +0 -3
- package/build/component/generator/templates/metadata/vs.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/vs.js +0 -22
- package/build/component/generator/templates/metadata/vs.js.map +0 -1
- package/build/component/generator/templates/metadata/wxp.d.ts +0 -3
- package/build/component/generator/templates/metadata/wxp.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/wxp.js +0 -33
- package/build/component/generator/templates/metadata/wxp.js.map +0 -1
- package/build/tsconfig.tsbuildinfo +0 -1
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.graphConnectorTemplates = void 0;
|
|
6
|
-
const templateNames_1 = require("../templateNames");
|
|
7
|
-
exports.graphConnectorTemplates = [
|
|
8
|
-
{
|
|
9
|
-
id: "graph-connector-ts",
|
|
10
|
-
name: templateNames_1.TemplateNames.GraphConnector,
|
|
11
|
-
language: "typescript",
|
|
12
|
-
description: "",
|
|
13
|
-
},
|
|
14
|
-
];
|
|
15
|
-
//# sourceMappingURL=graphConnector.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graphConnector.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/graphConnector.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,uBAAuB,GAAe;IACjD;QACE,EAAE,EAAE,oBAAoB;QACxB,IAAI,EAAE,6BAAa,CAAC,cAAc;QAClC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"me.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/me.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,2BAA2B,EAAE,QAAQ,EAuGjD,CAAC"}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.messagingExtensionTemplates = void 0;
|
|
6
|
-
const templateNames_1 = require("../templateNames");
|
|
7
|
-
exports.messagingExtensionTemplates = [
|
|
8
|
-
{
|
|
9
|
-
id: "message-extension-with-api-from-scratch-ts",
|
|
10
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratch,
|
|
11
|
-
language: "typescript",
|
|
12
|
-
description: "",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
id: "message-extension-with-api-from-scratch-js",
|
|
16
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratch,
|
|
17
|
-
language: "javascript",
|
|
18
|
-
description: "",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
id: "message-extension-with-api-from-scratch-csharp",
|
|
22
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratch,
|
|
23
|
-
language: "csharp",
|
|
24
|
-
description: "",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
id: "message-extension-with-api-from-scratch-api-key-ts",
|
|
28
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingApiKey,
|
|
29
|
-
language: "typescript",
|
|
30
|
-
description: "",
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
id: "message-extension-with-api-from-scratch-api-key-js",
|
|
34
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingApiKey,
|
|
35
|
-
language: "javascript",
|
|
36
|
-
description: "",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
id: "message-extension-with-api-from-scratch-api-key-csharp",
|
|
40
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingApiKey,
|
|
41
|
-
language: "csharp",
|
|
42
|
-
description: "",
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
id: "message-extension-with-api-from-scratch-sso-ts",
|
|
46
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingOAuth,
|
|
47
|
-
language: "typescript",
|
|
48
|
-
description: "",
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
id: "message-extension-with-api-from-scratch-sso-js",
|
|
52
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingOAuth,
|
|
53
|
-
language: "javascript",
|
|
54
|
-
description: "",
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
id: "message-extension-with-api-from-scratch-sso-csharp",
|
|
58
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingOAuth,
|
|
59
|
-
language: "csharp",
|
|
60
|
-
description: "",
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
id: "m365-message-extension-ts",
|
|
64
|
-
name: templateNames_1.TemplateNames.MessageExtensionM365,
|
|
65
|
-
language: "typescript",
|
|
66
|
-
description: "",
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
id: "m365-message-extension-js",
|
|
70
|
-
name: templateNames_1.TemplateNames.MessageExtensionM365,
|
|
71
|
-
language: "javascript",
|
|
72
|
-
description: "",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
id: "message-extension-action-csharp",
|
|
76
|
-
name: templateNames_1.TemplateNames.MessageExtensionAction,
|
|
77
|
-
language: "csharp",
|
|
78
|
-
description: "",
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
id: "message-extension-action-ts",
|
|
82
|
-
name: templateNames_1.TemplateNames.MessageExtensionAction,
|
|
83
|
-
language: "typescript",
|
|
84
|
-
description: "",
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
id: "message-extension-action-js",
|
|
88
|
-
name: templateNames_1.TemplateNames.MessageExtensionAction,
|
|
89
|
-
language: "javascript",
|
|
90
|
-
description: "",
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
id: "link-unfurling-ts",
|
|
94
|
-
name: templateNames_1.TemplateNames.LinkUnfurling,
|
|
95
|
-
language: "typescript",
|
|
96
|
-
description: "",
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
id: "link-unfurling-js",
|
|
100
|
-
name: templateNames_1.TemplateNames.LinkUnfurling,
|
|
101
|
-
language: "javascript",
|
|
102
|
-
description: "",
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
id: "link-unfurling-csharp",
|
|
106
|
-
name: templateNames_1.TemplateNames.LinkUnfurling,
|
|
107
|
-
language: "csharp",
|
|
108
|
-
description: "",
|
|
109
|
-
},
|
|
110
|
-
];
|
|
111
|
-
//# sourceMappingURL=me.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"me.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/me.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,2BAA2B,GAAe;IACrD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,qCAAqC;QACzD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,qCAAqC;QACzD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,gDAAgD;QACpD,IAAI,EAAE,6BAAa,CAAC,qCAAqC;QACzD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,oDAAoD;QACxD,IAAI,EAAE,6BAAa,CAAC,gDAAgD;QACpE,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,oDAAoD;QACxD,IAAI,EAAE,6BAAa,CAAC,gDAAgD;QACpE,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,wDAAwD;QAC5D,IAAI,EAAE,6BAAa,CAAC,gDAAgD;QACpE,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,gDAAgD;QACpD,IAAI,EAAE,6BAAa,CAAC,+CAA+C;QACnE,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,gDAAgD;QACpD,IAAI,EAAE,6BAAa,CAAC,+CAA+C;QACnE,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,oDAAoD;QACxD,IAAI,EAAE,6BAAa,CAAC,+CAA+C;QACnE,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,IAAI,EAAE,6BAAa,CAAC,oBAAoB;QACxC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,IAAI,EAAE,6BAAa,CAAC,oBAAoB;QACxC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,iCAAiC;QACrC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,6BAA6B;QACjC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,6BAA6B;QACjC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,IAAI,EAAE,6BAAa,CAAC,aAAa;QACjC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,IAAI,EAAE,6BAAa,CAAC,aAAa;QACjC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,uBAAuB;QAC3B,IAAI,EAAE,6BAAa,CAAC,aAAa;QACjC,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"special.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/special.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,eAAO,MAAM,gBAAgB,EAAE,QAAQ,EA6DtC,CAAC"}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.specialTemplates = void 0;
|
|
6
|
-
const templateNames_1 = require("../templateNames");
|
|
7
|
-
// these template are not handled by default generator which means they need extra steps during scaffolding
|
|
8
|
-
exports.specialTemplates = [
|
|
9
|
-
{
|
|
10
|
-
id: "non-sso-tab-ssr-cs",
|
|
11
|
-
name: templateNames_1.TemplateNames.TabSSR,
|
|
12
|
-
language: "csharp",
|
|
13
|
-
description: "Simple Teams Tab App",
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
id: "sso-tab-ssr-cs",
|
|
17
|
-
name: templateNames_1.TemplateNames.SsoTabSSR,
|
|
18
|
-
language: "csharp",
|
|
19
|
-
description: "Simple Teams Tab App with SSO",
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
id: "declarative-agent-with-action-from-existing-api",
|
|
23
|
-
name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromExistingApiSpec,
|
|
24
|
-
language: "none",
|
|
25
|
-
description: "",
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
id: "declarative-agent-with-action-from-existing-api-csharp",
|
|
29
|
-
name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromExistingApiSpec,
|
|
30
|
-
language: "csharp",
|
|
31
|
-
description: "",
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
id: "custom-copilot-rag-custom-api-ts",
|
|
35
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagCustomApi,
|
|
36
|
-
language: "typescript",
|
|
37
|
-
description: "",
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
id: "custom-copilot-rag-custom-api-js",
|
|
41
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagCustomApi,
|
|
42
|
-
language: "javascript",
|
|
43
|
-
description: "",
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
id: "teams-agent-with-data-custom-api-v2-csharp",
|
|
47
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagCustomApi,
|
|
48
|
-
language: "csharp",
|
|
49
|
-
description: "",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
id: "teams-agent-with-data-custom-api-v2-python",
|
|
53
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagCustomApi,
|
|
54
|
-
language: "python",
|
|
55
|
-
description: "",
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
id: "message-extension-with-existing-api",
|
|
59
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithExistingApiSpec,
|
|
60
|
-
language: "common",
|
|
61
|
-
description: "",
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
id: "message-extension-with-existing-api-csharp",
|
|
65
|
-
name: templateNames_1.TemplateNames.MessageExtensionWithExistingApiSpec,
|
|
66
|
-
language: "csharp",
|
|
67
|
-
description: "",
|
|
68
|
-
},
|
|
69
|
-
];
|
|
70
|
-
//# sourceMappingURL=special.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"special.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/special.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGjD,2GAA2G;AAC9F,QAAA,gBAAgB,GAAe;IAC1C;QACE,EAAE,EAAE,oBAAoB;QACxB,IAAI,EAAE,6BAAa,CAAC,MAAM;QAC1B,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,sBAAsB;KACpC;IACD;QACE,EAAE,EAAE,gBAAgB;QACpB,IAAI,EAAE,6BAAa,CAAC,SAAS;QAC7B,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,+BAA+B;KAC7C;IACD;QACE,EAAE,EAAE,iDAAiD;QACrD,IAAI,EAAE,6BAAa,CAAC,6CAA6C;QACjE,QAAQ,EAAE,MAAM;QAChB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,wDAAwD;QAC5D,IAAI,EAAE,6BAAa,CAAC,6CAA6C;QACjE,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,qCAAqC;QACzC,IAAI,EAAE,6BAAa,CAAC,mCAAmC;QACvD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,mCAAmC;QACvD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tab.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/tab.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,YAAY,EAAE,QAAQ,EAmDlC,CAAC"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.tabTemplates = void 0;
|
|
6
|
-
const templateNames_1 = require("../templateNames");
|
|
7
|
-
exports.tabTemplates = [
|
|
8
|
-
{
|
|
9
|
-
id: "basic-tab-ts",
|
|
10
|
-
name: templateNames_1.TemplateNames.Tab,
|
|
11
|
-
language: "typescript",
|
|
12
|
-
description: "Simple Teams Tab App",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
id: "basic-tab-csharp",
|
|
16
|
-
name: templateNames_1.TemplateNames.Tab,
|
|
17
|
-
language: "csharp",
|
|
18
|
-
description: "Simple Teams Tab App",
|
|
19
|
-
},
|
|
20
|
-
// {
|
|
21
|
-
// id: "non-sso-tab-js",
|
|
22
|
-
// name: TemplateNames.Tab,
|
|
23
|
-
// language: "javascript",
|
|
24
|
-
// description: "Simple Teams Tab App",
|
|
25
|
-
// },
|
|
26
|
-
{
|
|
27
|
-
id: "sso-tab-naa-ts",
|
|
28
|
-
name: templateNames_1.TemplateNames.SsoTabNaa,
|
|
29
|
-
language: "typescript",
|
|
30
|
-
description: "Simple Teams Tab App with OBO Flow",
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
id: "sso-tab-naa-js",
|
|
34
|
-
name: templateNames_1.TemplateNames.SsoTabNaa,
|
|
35
|
-
language: "javascript",
|
|
36
|
-
description: "Simple Teams Tab App with OBO Flow",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
id: "dashboard-tab-ts",
|
|
40
|
-
name: templateNames_1.TemplateNames.DashboardTab,
|
|
41
|
-
language: "typescript",
|
|
42
|
-
description: "Dashboard Tab App",
|
|
43
|
-
link: "https://aka.ms/teamsfx-dashboard-app",
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
id: "dashboard-tab-js",
|
|
47
|
-
name: templateNames_1.TemplateNames.DashboardTab,
|
|
48
|
-
language: "javascript",
|
|
49
|
-
description: "Dashboard Tab App",
|
|
50
|
-
link: "https://aka.ms/teamsfx-dashboard-app",
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
id: "spfx-tab-ts",
|
|
54
|
-
name: templateNames_1.TemplateNames.TabSPFx,
|
|
55
|
-
language: "typescript",
|
|
56
|
-
description: "SPFx App",
|
|
57
|
-
},
|
|
58
|
-
];
|
|
59
|
-
//# sourceMappingURL=tab.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tab.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/tab.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,YAAY,GAAe;IACtC;QACE,EAAE,EAAE,cAAc;QAClB,IAAI,EAAE,6BAAa,CAAC,GAAG;QACvB,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,sBAAsB;KACpC;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,GAAG;QACvB,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,sBAAsB;KACpC;IACD,IAAI;IACJ,0BAA0B;IAC1B,6BAA6B;IAC7B,4BAA4B;IAC5B,yCAAyC;IACzC,KAAK;IACL;QACE,EAAE,EAAE,gBAAgB;QACpB,IAAI,EAAE,6BAAa,CAAC,SAAS;QAC7B,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,oCAAoC;KAClD;IACD;QACE,EAAE,EAAE,gBAAgB;QACpB,IAAI,EAAE,6BAAa,CAAC,SAAS;QAC7B,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,oCAAoC;KAClD;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,mBAAmB;QAChC,IAAI,EAAE,sCAAsC;KAC7C;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,mBAAmB;QAChC,IAAI,EAAE,sCAAsC;KAC7C;IACD;QACE,EAAE,EAAE,aAAa;QACjB,IAAI,EAAE,6BAAa,CAAC,OAAO;QAC3B,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,UAAU;KACxB;CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"teams.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/teams.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAyMvC,eAAO,MAAM,2BAA2B,EAAE,QAAQ,EAiCjD,CAAC"}
|
|
@@ -1,238 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.teamsAgentsAndAppsTemplates = void 0;
|
|
6
|
-
const templateNames_1 = require("../templateNames");
|
|
7
|
-
const chatWithYourDataTemplates = [
|
|
8
|
-
{
|
|
9
|
-
id: "custom-copilot-rag-customize-ts",
|
|
10
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
|
|
11
|
-
language: "typescript",
|
|
12
|
-
description: "",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
id: "custom-copilot-rag-customize-js",
|
|
16
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
|
|
17
|
-
language: "javascript",
|
|
18
|
-
description: "",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
id: "custom-copilot-rag-customize-csharp",
|
|
22
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
|
|
23
|
-
language: "csharp",
|
|
24
|
-
description: "",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
id: "custom-copilot-rag-customize-python",
|
|
28
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
|
|
29
|
-
language: "python",
|
|
30
|
-
description: "",
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
id: "custom-copilot-rag-azure-ai-search-ts",
|
|
34
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
|
|
35
|
-
language: "typescript",
|
|
36
|
-
description: "",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
id: "custom-copilot-rag-azure-ai-search-js",
|
|
40
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
|
|
41
|
-
language: "javascript",
|
|
42
|
-
description: "",
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
id: "custom-copilot-rag-azure-ai-search-csharp",
|
|
46
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
|
|
47
|
-
language: "csharp",
|
|
48
|
-
description: "",
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
id: "custom-copilot-rag-azure-ai-search-python",
|
|
52
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
|
|
53
|
-
language: "python",
|
|
54
|
-
description: "",
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
id: "custom-copilot-rag-microsoft365-ts",
|
|
58
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagMicrosoft365,
|
|
59
|
-
language: "typescript",
|
|
60
|
-
description: "",
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
id: "custom-copilot-rag-microsoft365-js",
|
|
64
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagMicrosoft365,
|
|
65
|
-
language: "javascript",
|
|
66
|
-
description: "",
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
id: "custom-copilot-rag-microsoft365-csharp",
|
|
70
|
-
name: templateNames_1.TemplateNames.CustomCopilotRagMicrosoft365,
|
|
71
|
-
language: "csharp",
|
|
72
|
-
description: "",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
id: "custom-copilot-assistant-new-ts",
|
|
76
|
-
name: templateNames_1.TemplateNames.CustomCopilotAssistantNew,
|
|
77
|
-
language: "typescript",
|
|
78
|
-
description: "",
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
id: "custom-copilot-assistant-new-js",
|
|
82
|
-
name: templateNames_1.TemplateNames.CustomCopilotAssistantNew,
|
|
83
|
-
language: "javascript",
|
|
84
|
-
description: "",
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
id: "custom-copilot-assistant-new-csharp",
|
|
88
|
-
name: templateNames_1.TemplateNames.CustomCopilotAssistantNew,
|
|
89
|
-
language: "csharp",
|
|
90
|
-
description: "",
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
id: "custom-copilot-assistant-assistants-api-ts",
|
|
94
|
-
name: templateNames_1.TemplateNames.CustomCopilotAssistantAssistantsApi,
|
|
95
|
-
language: "typescript",
|
|
96
|
-
description: "",
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
id: "custom-copilot-assistant-assistants-api-js",
|
|
100
|
-
name: templateNames_1.TemplateNames.CustomCopilotAssistantAssistantsApi,
|
|
101
|
-
language: "javascript",
|
|
102
|
-
description: "",
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
id: "custom-copilot-assistant-assistants-api-csharp",
|
|
106
|
-
name: templateNames_1.TemplateNames.CustomCopilotAssistantAssistantsApi,
|
|
107
|
-
language: "csharp",
|
|
108
|
-
description: "",
|
|
109
|
-
},
|
|
110
|
-
];
|
|
111
|
-
const teamsOtherTemplates = [
|
|
112
|
-
{
|
|
113
|
-
id: "basic-tab-ts",
|
|
114
|
-
name: templateNames_1.TemplateNames.Tab,
|
|
115
|
-
language: "typescript",
|
|
116
|
-
description: "Simple Teams Tab App",
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
id: "default-bot-ts",
|
|
120
|
-
name: templateNames_1.TemplateNames.DefaultBot,
|
|
121
|
-
language: "typescript",
|
|
122
|
-
description: "",
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
id: "default-bot-js",
|
|
126
|
-
name: templateNames_1.TemplateNames.DefaultBot,
|
|
127
|
-
language: "javascript",
|
|
128
|
-
description: "",
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
id: "default-bot-python",
|
|
132
|
-
name: templateNames_1.TemplateNames.DefaultBot,
|
|
133
|
-
language: "python",
|
|
134
|
-
description: "",
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
id: "message-extension-v2-ts",
|
|
138
|
-
name: templateNames_1.TemplateNames.DefaultMessageExtension,
|
|
139
|
-
language: "typescript",
|
|
140
|
-
description: "",
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
id: "message-extension-v2-python",
|
|
144
|
-
name: templateNames_1.TemplateNames.DefaultMessageExtension,
|
|
145
|
-
language: "python",
|
|
146
|
-
description: "",
|
|
147
|
-
},
|
|
148
|
-
// VS templates below
|
|
149
|
-
{
|
|
150
|
-
id: "basic-tab-csharp",
|
|
151
|
-
name: templateNames_1.TemplateNames.Tab,
|
|
152
|
-
language: "csharp",
|
|
153
|
-
description: "Simple Teams Tab App",
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
id: "default-bot-csharp",
|
|
157
|
-
name: templateNames_1.TemplateNames.DefaultBot,
|
|
158
|
-
language: "csharp",
|
|
159
|
-
description: "",
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
id: "notification-http-trigger-csharp",
|
|
163
|
-
name: templateNames_1.TemplateNames.NotificationHttpTrigger,
|
|
164
|
-
language: "csharp",
|
|
165
|
-
description: "",
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
id: "notification-timer-trigger-csharp",
|
|
169
|
-
name: templateNames_1.TemplateNames.NotificationTimerTrigger,
|
|
170
|
-
language: "csharp",
|
|
171
|
-
description: "",
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
id: "notification-http-timer-trigger-csharp",
|
|
175
|
-
name: templateNames_1.TemplateNames.NotificationHttpTimerTrigger,
|
|
176
|
-
language: "csharp",
|
|
177
|
-
description: "",
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
id: "notification-webapi-csharp",
|
|
181
|
-
name: templateNames_1.TemplateNames.NotificationWebApi,
|
|
182
|
-
language: "csharp",
|
|
183
|
-
description: "",
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
id: "command-and-response-csharp",
|
|
187
|
-
name: templateNames_1.TemplateNames.CommandAndResponse,
|
|
188
|
-
language: "csharp",
|
|
189
|
-
description: "",
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
id: "workflow-csharp",
|
|
193
|
-
name: templateNames_1.TemplateNames.Workflow,
|
|
194
|
-
language: "csharp",
|
|
195
|
-
description: "",
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
id: "message-extension-v2-csharp",
|
|
199
|
-
name: templateNames_1.TemplateNames.DefaultMessageExtension,
|
|
200
|
-
language: "csharp",
|
|
201
|
-
description: "",
|
|
202
|
-
},
|
|
203
|
-
];
|
|
204
|
-
exports.teamsAgentsAndAppsTemplates = [
|
|
205
|
-
{
|
|
206
|
-
id: "custom-copilot-basic-ts",
|
|
207
|
-
name: templateNames_1.TemplateNames.CustomCopilotBasic,
|
|
208
|
-
language: "typescript",
|
|
209
|
-
description: "",
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
id: "custom-copilot-basic-js",
|
|
213
|
-
name: templateNames_1.TemplateNames.CustomCopilotBasic,
|
|
214
|
-
language: "javascript",
|
|
215
|
-
description: "",
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
id: "custom-copilot-basic-csharp",
|
|
219
|
-
name: templateNames_1.TemplateNames.CustomCopilotBasic,
|
|
220
|
-
language: "csharp",
|
|
221
|
-
description: "",
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
id: "custom-copilot-basic-python",
|
|
225
|
-
name: templateNames_1.TemplateNames.CustomCopilotBasic,
|
|
226
|
-
language: "python",
|
|
227
|
-
description: "",
|
|
228
|
-
},
|
|
229
|
-
...chatWithYourDataTemplates,
|
|
230
|
-
{
|
|
231
|
-
id: "teams-collaborator-agent-ts",
|
|
232
|
-
name: templateNames_1.TemplateNames.TeamsCollaboratorAgent,
|
|
233
|
-
language: "typescript",
|
|
234
|
-
description: "",
|
|
235
|
-
},
|
|
236
|
-
...teamsOtherTemplates,
|
|
237
|
-
];
|
|
238
|
-
//# sourceMappingURL=teams.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"teams.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/teams.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vs.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/vs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,eAAO,MAAM,eAAe,EAAE,QAAQ,EAarC,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.vsOnlyTemplates = void 0;
|
|
6
|
-
const templateNames_1 = require("../templateNames");
|
|
7
|
-
// these template are only used in visual studio
|
|
8
|
-
exports.vsOnlyTemplates = [
|
|
9
|
-
{
|
|
10
|
-
id: "empty-csharp",
|
|
11
|
-
name: templateNames_1.TemplateNames.Empty,
|
|
12
|
-
language: "csharp",
|
|
13
|
-
description: "",
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
id: "message-extension-search-csharp",
|
|
17
|
-
name: templateNames_1.TemplateNames.MessageExtensionSearch,
|
|
18
|
-
language: "csharp",
|
|
19
|
-
description: "",
|
|
20
|
-
},
|
|
21
|
-
];
|
|
22
|
-
//# sourceMappingURL=vs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vs.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/vs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGjD,gDAAgD;AACnC,QAAA,eAAe,GAAe;IACzC;QACE,EAAE,EAAE,cAAc;QAClB,IAAI,EAAE,6BAAa,CAAC,KAAK;QACzB,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,iCAAiC;QACrC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wxp.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/wxp.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,YAAY,EAAE,QAAQ,EAyBlC,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.wxpTemplates = void 0;
|
|
6
|
-
const templateNames_1 = require("../templateNames");
|
|
7
|
-
exports.wxpTemplates = [
|
|
8
|
-
{
|
|
9
|
-
id: "office-addin-outlook-taskpane-ts",
|
|
10
|
-
name: templateNames_1.TemplateNames.OutlookTaskpane,
|
|
11
|
-
language: "typescript",
|
|
12
|
-
description: "",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
id: "office-addin-wxpo-taskpane-ts",
|
|
16
|
-
name: templateNames_1.TemplateNames.WXPTaskpane,
|
|
17
|
-
language: "typescript",
|
|
18
|
-
description: "",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
id: "office-addin-excel-cfshortcut-ts",
|
|
22
|
-
name: templateNames_1.TemplateNames.ExcelCFShortcut,
|
|
23
|
-
language: "typescript",
|
|
24
|
-
description: "",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
id: "office-addin-config-ts",
|
|
28
|
-
name: templateNames_1.TemplateNames.OfficeAddinCommon,
|
|
29
|
-
language: "typescript",
|
|
30
|
-
description: "",
|
|
31
|
-
},
|
|
32
|
-
];
|
|
33
|
-
//# sourceMappingURL=wxp.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wxp.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/wxp.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,YAAY,GAAe;IACtC;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,eAAe;QACnC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,+BAA+B;QACnC,IAAI,EAAE,6BAAa,CAAC,WAAW;QAC/B,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,eAAe;QACnC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,wBAAwB;QAC5B,IAAI,EAAE,6BAAa,CAAC,iBAAiB;QACrC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|