@valo/extensibility
Advanced tools
Comparing version 0.0.1-alpha-8 to 0.0.1-alpha-9
export declare enum Location { | ||
NavigationLeft = 1, | ||
NavigationRight = 2 | ||
NavigationRight = 2, | ||
ToolboxAction = 3 | ||
} |
@@ -7,3 +7,4 @@ "use strict"; | ||
Location[Location["NavigationRight"] = 2] = "NavigationRight"; | ||
Location[Location["ToolboxAction"] = 3] = "ToolboxAction"; | ||
})(Location = exports.Location || (exports.Location = {})); | ||
//# sourceMappingURL=Location.js.map |
export declare enum Trigger { | ||
UpdateMyTools = 0, | ||
OpenPageCreationPanel = 1 | ||
} |
@@ -5,3 +5,5 @@ "use strict"; | ||
(function (Trigger) { | ||
Trigger[Trigger["UpdateMyTools"] = 0] = "UpdateMyTools"; | ||
Trigger[Trigger["OpenPageCreationPanel"] = 1] = "OpenPageCreationPanel"; | ||
})(Trigger = exports.Trigger || (exports.Trigger = {})); | ||
//# sourceMappingURL=Trigger.js.map |
{ | ||
"name": "@valo/extensibility", | ||
"version": "0.0.1-alpha-8", | ||
"version": "0.0.1-alpha-9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
export enum Location { | ||
NavigationLeft = 1, | ||
NavigationRight | ||
NavigationRight, | ||
ToolboxAction | ||
} |
export enum Trigger { | ||
UpdateMyTools, | ||
OpenPageCreationPanel | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26440
497