@promptbook/core 0.27.0-1 → 0.27.0-2
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/esm/index.es.js +1 -1
- package/esm/typings/execution/plugins/user-interface-execution-tools/simple-prompt/SimplePromptInterfaceTools.d.ts +1 -1
- package/esm/typings/types/Command.d.ts +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
- package/umd/typings/execution/plugins/user-interface-execution-tools/simple-prompt/SimplePromptInterfaceTools.d.ts +1 -1
- package/umd/typings/types/Command.d.ts +1 -1
package/esm/index.es.js
CHANGED
|
@@ -1870,7 +1870,7 @@ var SimplePromptInterfaceTools = /** @class */ (function () {
|
|
|
1870
1870
|
this.options = options;
|
|
1871
1871
|
}
|
|
1872
1872
|
/**
|
|
1873
|
-
* Trigger window.
|
|
1873
|
+
* Trigger window.PROMPT DIALOG
|
|
1874
1874
|
*/
|
|
1875
1875
|
SimplePromptInterfaceTools.prototype.promptDialog = function (options) {
|
|
1876
1876
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -10,7 +10,7 @@ export declare class SimplePromptInterfaceTools implements UserInterfaceTools {
|
|
|
10
10
|
private readonly options;
|
|
11
11
|
constructor(options: CommonExecutionToolsOptions);
|
|
12
12
|
/**
|
|
13
|
-
* Trigger window.
|
|
13
|
+
* Trigger window.PROMPT DIALOG
|
|
14
14
|
*/
|
|
15
15
|
promptDialog(options: UserInterfaceToolsPromptDialogOptions): Promise<string>;
|
|
16
16
|
}
|
|
@@ -29,7 +29,7 @@ export interface PtbkVersionCommand {
|
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Execute command tells how to execute the section
|
|
32
|
-
* It can be either prompt template, script or
|
|
32
|
+
* It can be either prompt template, script or SIMPLE TEMPLATE etc.
|
|
33
33
|
*/
|
|
34
34
|
export interface ExecuteCommand {
|
|
35
35
|
readonly type: 'EXECUTE';
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -1877,7 +1877,7 @@
|
|
|
1877
1877
|
this.options = options;
|
|
1878
1878
|
}
|
|
1879
1879
|
/**
|
|
1880
|
-
* Trigger window.
|
|
1880
|
+
* Trigger window.PROMPT DIALOG
|
|
1881
1881
|
*/
|
|
1882
1882
|
SimplePromptInterfaceTools.prototype.promptDialog = function (options) {
|
|
1883
1883
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -10,7 +10,7 @@ export declare class SimplePromptInterfaceTools implements UserInterfaceTools {
|
|
|
10
10
|
private readonly options;
|
|
11
11
|
constructor(options: CommonExecutionToolsOptions);
|
|
12
12
|
/**
|
|
13
|
-
* Trigger window.
|
|
13
|
+
* Trigger window.PROMPT DIALOG
|
|
14
14
|
*/
|
|
15
15
|
promptDialog(options: UserInterfaceToolsPromptDialogOptions): Promise<string>;
|
|
16
16
|
}
|
|
@@ -29,7 +29,7 @@ export interface PtbkVersionCommand {
|
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Execute command tells how to execute the section
|
|
32
|
-
* It can be either prompt template, script or
|
|
32
|
+
* It can be either prompt template, script or SIMPLE TEMPLATE etc.
|
|
33
33
|
*/
|
|
34
34
|
export interface ExecuteCommand {
|
|
35
35
|
readonly type: 'EXECUTE';
|