@orbat-mapper/control-measures 0.17.0 → 0.19.0
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/README.md +5 -0
- package/dist/{index-DPu0u2KK.d.mts → index-CGoJeN1B.d.mts} +180 -156
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/preview/index.d.mts +1 -1
- package/dist/preview/index.mjs +1 -1
- package/dist/{renderControlMeasure-Bh62ZdEY.mjs → renderControlMeasure-C2YRB8uJ.mjs} +1504 -661
- package/media/cordon-and-knock.svg +1 -0
- package/media/cordon-and-search.svg +1 -0
- package/media/follow-and-assume.svg +1 -0
- package/media/follow-and-support.svg +1 -0
- package/media/isolate.svg +1 -1
- package/media/secure.svg +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -223,15 +223,20 @@ code.
|
|
|
223
223
|
| <img src="media/delay.svg" width="96" height="48" alt=""> | `delay` | Delay | `340800` |
|
|
224
224
|
| <img src="media/disrupt-mission-task.svg" width="96" height="48" alt=""> | `disrupt-mission-task` | Disrupt | `341000` |
|
|
225
225
|
| <img src="media/fix-mission-task.svg" width="96" height="48" alt=""> | `fix-mission-task` | Fix | `341100` |
|
|
226
|
+
| <img src="media/follow-and-assume.svg" width="96" height="48" alt=""> | `follow-and-assume` | Follow and Assume | `341200` |
|
|
227
|
+
| <img src="media/follow-and-support.svg" width="96" height="48" alt=""> | `follow-and-support` | Follow and Support | `341300` |
|
|
226
228
|
| <img src="media/isolate.svg" width="96" height="48" alt=""> | `isolate` | Isolate | `341500` |
|
|
227
229
|
| <img src="media/penetrate.svg" width="96" height="48" alt=""> | `penetrate` | Penetrate | `341800` |
|
|
228
230
|
| <img src="media/retire.svg" width="96" height="48" alt=""> | `retire` | Retire/Retirement | `342000` |
|
|
231
|
+
| <img src="media/secure.svg" width="96" height="48" alt=""> | `secure` | Secure | `342100` |
|
|
229
232
|
| <img src="media/cover.svg" width="96" height="48" alt=""> | `cover` | Cover | `342201` |
|
|
230
233
|
| <img src="media/guard.svg" width="96" height="48" alt=""> | `guard` | Guard | `342202` |
|
|
231
234
|
| <img src="media/screen.svg" width="96" height="48" alt=""> | `screen` | Screen | `342203` |
|
|
232
235
|
| <img src="media/seize.svg" width="96" height="48" alt=""> | `seize` | Seize | `342300` |
|
|
233
236
|
| <img src="media/withdraw.svg" width="96" height="48" alt=""> | `withdraw` | Withdraw | `342400` |
|
|
234
237
|
| <img src="media/withdraw-under-pressure.svg" width="96" height="48" alt=""> | `withdraw-under-pressure` | Withdraw Under Pressure | `342500` |
|
|
238
|
+
| <img src="media/cordon-and-knock.svg" width="96" height="48" alt=""> | `cordon-and-knock` | Cordon and Knock | `342600` |
|
|
239
|
+
| <img src="media/cordon-and-search.svg" width="96" height="48" alt=""> | `cordon-and-search` | Cordon and Search | `342700` |
|
|
235
240
|
| <img src="media/envelopment.svg" width="96" height="48" alt=""> | `envelopment` | Envelopment | `343500` |
|
|
236
241
|
| <img src="media/infiltration.svg" width="96" height="48" alt=""> | `infiltration` | Infiltration | `343800` |
|
|
237
242
|
| <img src="media/rearward-passage-of-lines.svg" width="96" height="48" alt=""> | `rearward-passage-of-lines` | Rearward Passage of Lines | `344200` |
|