mirror of
https://github.com/directus/directus.git
synced 2026-01-31 04:27:58 -05:00
* extension takes context object * v-model with options object * removed comments * added typing * fixed typing * state is saved on field-configuration * extension-options uses object for objectOptions * removed unnecessary context * more props instead of context object * remove unused import * move Panel type to shared * passing edits.options => whole edit object * alterOptions check => edits watch * props on extension types have defaults * returning the whole panel not just .options * panels without functions load * only displaying first, last, and count * first last count working * string values displayed! * removed unused vars * choices disabled not removed * options.function resets to count * fills in values when editing a panel * field resets when collection changes * doesn't wipe collection on edit * panel cleared when panel type changes * removed resolved comment * package.json * Advanced Field Detail working * divider on type of function * divider option removed unneeded values * removed unneeded v-if * Don't check against function type in panel options * Tweaks to resolve my own commentary * 🧹 Cleanup tweaks Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>