Lines Matching refs:getBranchIndex
10730 tindex = this.getBranchIndex(id);
10744 var sindex = this.getBranchIndex(sid);
10776 getBranchIndex: function(id){ method
11428 return this.$data.tasksStore.getBranchIndex(id);
19604 dnd.config.index = store.getBranchIndex(dnd.config.id);
19706 store.move(item.id, store.getBranchIndex(over.id) + 1, store.getParent(over.id));
19857 targetIndex: store.getBranchIndex(task.id),
19985 result.targetIndex = store.getBranchIndex(result.targetId);
19986 …if(store.getParent(dndTaskId) != result.targetParent || result.targetIndex < store.getBranchIndex(…
19996 result.targetIndex = store.getBranchIndex(result.targetId);
19997 …if(store.getParent(dndTaskId) == result.targetParent && result.targetIndex > store.getBranchIndex(…
20188 …if((targetLevel === allowedLevel || targetLevel === (allowedLevel - 1)) && store.getBranchIndex(pr…