@tak-ps/cloudtak 13.59.0 → 13.59.1

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.
@@ -119,7 +119,18 @@ export declare const useMapStore: import("pinia").StoreDefinition<"cloudtak", {
119
119
  * Trigger a rerender of the underlying GeoJSON Features
120
120
  */
121
121
  refresh: () => Promise<void>;
122
+ /**
123
+ * Repaint dirty subscribed Missions whose Mission_Change_Feature
124
+ * render was lost or failed - loadMission clears the flag when it
125
+ * paints, so this only touches missions the event path missed
126
+ */
127
+ sweepDirtyMissions: () => Promise<void>;
122
128
  updateCOT: () => Promise<void>;
129
+ /**
130
+ * Repaint a Mission overlay's source from locally stored features -
131
+ * no network or Active Mission side effects, safe for the dirty sweep
132
+ */
133
+ renderMission: (guid: string, sub?: Subscription) => Promise<boolean>;
123
134
  /**
124
135
  * Given a mission Guid, attempt to refresh the Map Layer, loading the mission if it isn't already loaded
125
136
  * @returns {boolean} True if successful, false if not
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "13.59.0",
4
+ "version": "13.59.1",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"