@vacantthinker/firefox-addon-framework-easy 2026.618.1111 → 2026.618.1242
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/dist/types.d.ts +4 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
export type MessageActionOptions = "actMarco" | "actRemoveCurrentTab" | "actFocusTargetTab";
|
|
1
|
+
export type MessageActionOptions = "actMarco" | "actRemoveCurrentTab" | "actFocusTargetTab" | "actReloadTargetTab";
|
|
2
2
|
export interface MessagePayloadAct {
|
|
3
3
|
act: MessageActionOptions;
|
|
4
4
|
}
|
|
5
|
-
export interface
|
|
5
|
+
export interface MessagePayloadTargetTab extends MessagePayloadAct {
|
|
6
6
|
targetTabId: number;
|
|
7
7
|
}
|
|
8
|
+
export type MessagePayloadFocusTargetTab = MessagePayloadTargetTab;
|
|
9
|
+
export type MessagePayloadReloadTargetTab = MessagePayloadTargetTab;
|
|
8
10
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAC5B,UAAU,GACV,qBAAqB,GACrB,mBAAmB,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAC5B,UAAU,GACV,qBAAqB,GACrB,mBAAmB,GACnB,oBAAoB,CAAA;AAGxB,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,oBAAoB,CAAA;CAC1B;AAED,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAChE,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,4BAA4B,GAAG,uBAAuB,CAAC;AACnE,MAAM,MAAM,6BAA6B,GAAG,uBAAuB,CAAC"}
|