@vectoriox/iox-ui 4.13.0 → 4.14.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/package.json
CHANGED
|
@@ -974,6 +974,10 @@ interface RelativeSourceSpec {
|
|
|
974
974
|
sortBy?: string;
|
|
975
975
|
sortDir?: 'asc' | 'desc';
|
|
976
976
|
wrap?: boolean;
|
|
977
|
+
/** `siblings`: resolve to a SINGLE neighbour ITEM (`next`/`prev`) instead of the whole
|
|
978
|
+
* `{prev,next,index,count,…}` object — so a source can be named e.g. `nextProject` and bound
|
|
979
|
+
* directly (`nextProject.route`). Omit for the whole-object shape. */
|
|
980
|
+
pick?: 'next' | 'prev';
|
|
977
981
|
/** `related`: field(s) on the subject the results must match. */
|
|
978
982
|
matchFields?: string | string[];
|
|
979
983
|
/** `related`: drop the subject from its own results. Default `true`. */
|