@magic-xpa/gui 4.1100.0-dev4110.192 → 4.1100.0-dev4110.193
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-xpa/gui",
|
|
3
|
-
"version": "4.1100.0-dev4110.
|
|
3
|
+
"version": "4.1100.0-dev4110.193",
|
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"timers": "^0.1.1",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"tslib": "^2.3.0"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"@magic-xpa/utils": "4.1100.0-dev4110.
|
|
11
|
+
"@magic-xpa/utils": "4.1100.0-dev4110.193",
|
|
12
12
|
"rxjs": "^6.3.3"
|
|
13
13
|
},
|
|
14
14
|
"module": "fesm2022/magic-xpa-gui.mjs",
|
package/src/Events.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export declare class Events {
|
|
|
76
76
|
static OnIsSpecialIgnoreButtonFormatEvent: () => boolean;
|
|
77
77
|
static GetMainProgramEvent: (contextID: number, ctlIdx: number) => GuiTaskBase;
|
|
78
78
|
static TranslateLogicalNameEvent: (fromString: string) => string;
|
|
79
|
+
static GetAssetsURLEvent: () => string;
|
|
79
80
|
static GetMessageStringEvent: (msgId: string) => string;
|
|
80
81
|
static OnFocus(ctrl: GuiMgControl, line: number, isProduceClick: boolean, onMultiMark: boolean): void;
|
|
81
82
|
static OnFocusOnNonMagicControl(ctrl: GuiMgControl): void;
|
|
@@ -129,6 +130,7 @@ export declare class Events {
|
|
|
129
130
|
static IsSpecialIgnoreButtonFormat(): boolean;
|
|
130
131
|
static GetMainProgram(contextID: number, ctlIdx: number): GuiTaskBase;
|
|
131
132
|
static TranslateLogicalName(fromString: string): string;
|
|
133
|
+
static GetAssetsURL(): string;
|
|
132
134
|
static GetMessageString(msgId: string): string;
|
|
133
135
|
static OnCtrlFocus(iTask: ITask, ctrl: GuiControlPropertyAdapter): void;
|
|
134
136
|
static GetRuntimeContext(contextID: string): RuntimeContextBase;
|